ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel,...

47
ULTIMATELY INCREMENTAL SAT Alexander Nadel 1 , Vadim Ryvchin 1,2 , and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna, Austria

Transcript of ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel,...

Page 1: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

ULTIMATELY INCREMENTAL SATAlexander Nadel1, Vadim Ryvchin1,2, and Ofer Strichman2

1 – Intel, Haifa, Israel

2 – Technion, Haifa, Israel

SAT’14, Vienna, Austria

Page 2: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Introduction Incremental SAT is at the core of a variety of applications

Assumptions are widely used in Incremental SAT

Preprocessing is essential for performance

Page 3: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Recall: SatELite Preprocessing

1. Variable Elimination

2. Subsumption

c1=(a b) c2=(a b c) c1 subsumes c2

3. Self-subsuming resolution

c1=(a b) c2=(a ¬b c) c2=(a c)

Page 4: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Recall: Clause Database Simplification

1. Propagation of unit clauses

2. Elimination of satisfied clauses

3. Removal of falsified literals from clauses

Page 5: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Incremental SAT under Assumptions Initial Formula + Assumptions: 1st incremental Call:

Nth incremental call:

Page 6: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Temporary vs. Pervasive clauses We say that a clause is temporary if it is either an

assumption or was derived from one or more assumptions, and pervasive otherwise.

Page 7: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Temporary vs. Pervasive

α1=a

Legend:

α2=b α3=¬a v c v d α4=¬b v ¬d α5=¬c v e α6=¬c v ¬e

α7=c v d α8=¬d α9=¬c

α10=c

α11=

Input clauses

Pervasive conflict clauses

Assumptions Temporary conflict clauses

Page 8: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Temporary Partial Resolution

α1=a

Legend:

α2=b α3=¬a v c v d α4=¬b v ¬d α5=¬c v e α6=¬c v ¬e

α7=c v d α8=¬d α9=¬c

α10=c

α11=

Input clauses

Pervasive conflict clauses

Assumptions Temporary conflict clauses

Page 9: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Temporary Partial Resolution

α1=a

Legend:

α2=b

α7=c v d α8=¬d

α10=c

α11=

Assumptions Temporary conflict clauses

Page 10: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Assumptions

.. as decision .. as unit clauses

Compatible with Inc. SAT + -

Conflict clauses are pervasive + -

Simplification - +

Preprocessing - +

Page 11: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Previous ApproachesAlgorithm Instances Assumption

as unitsSatELite Assumption

-dep. Clauses

Clause Sharing Multiple Yes No Discard

Minisat-Alg One No No Keep All

Assumption prop.

Multiple Yes Full T2P

Incremental SatELite

One No Incremental Keep All

Page 12: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Previous ApproachesAlgorithm Instances Assumption

as unitsSatELite Assumption

-dep. Clauses

Clause Sharing Multiple Yes No Discard

Minisat-Alg One No No Keep All

Assumption prop.

Multiple Yes Full T2P

Incremental SatELite

One No Incremental Keep All

Ofer Strichman. Sharing information between SAT instances, Dec 2000, PatentOfer Strichman. Pruning techniques for the SAT-based bounded model checking problem. CHARME'01.Jesse Whittemore, Joonyoung Kim, and Karem A. Sakallah. SATIRE: A new incremental satisfiability engine, DAC’01

Page 13: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Previous ApproachesAlgorithm Instances Assumption

as unitsSatELite Assumption

-dep. Clauses

Clause Sharing Multiple Yes No Discard

Minisat-Alg One No No Keep All

Assumption prop.

Multiple Yes Full T2P

Incremental SatELite

One No Incremental Keep All

For every incremental call i:Create a new solver Si

Add to Si

Add as temporary unit clauses to Si

Add pervasive conflict clauses from Si-1 to Si

Solve SiOfer Strichman. Sharing information between SAT instances, Dec 2000, PatentOfer Strichman. Pruning techniques for the SAT-based bounded model checking problem. CHARME'01.Jesse Whittemore, Joonyoung Kim, and Karem A. Sakallah. SATIRE: A new incremental satisfiability engine, DAC’01

Page 14: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Previous ApproachesAlgorithm Instances Assumption

as unitsSatELite Assumption

-dep. Clauses

Clause Sharing Multiple Yes No Discard

Minisat-Alg One No No Keep All

Assumption prop.

Multiple Yes Full T2P

Incremental SatELite

One No Incremental Keep All

Niklas Een and Niklas Sorensson. An extensible SAT-solver, SAT’03.

Page 15: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Previous ApproachesAlgorithm Instances Assumption

as unitsSatELite Assumption

-dep. Clauses

Clause Sharing Multiple Yes No Discard

Minisat-Alg One No No Keep All

Assumption prop.

Multiple Yes Full T2P

Incremental SatELite

One No Incremental Keep All

Create a solver SFor every incremental call i:

Add to SAdd as assumptions (decisions) to SSolve S

Niklas Een and Niklas Sorensson. An extensible SAT-solver, SAT’03.

Page 16: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Previous ApproachesAlgorithm Instances Assumption

as unitsSatELite Assumption

-dep. Clauses

Clause Sharing Multiple Yes No Discard

Minisat-Alg One No No Keep All

Assumption prop.

Multiple Yes Full T2P

Incremental SatELite

One No Incremental Keep All

Alexander Nadel and Vadim Ryvchin. Efficient SAT solving under assumptions, SAT'12.

Page 17: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Previous ApproachesAlgorithm Instances Assumption

as unitsSatELite Assumption

-dep. Clauses

Clause Sharing Multiple Yes No Discard

Minisat-Alg One No No Keep All

Assumption prop.

Multiple Yes Full T2P

Incremental SatELite

One No Incremental Keep All

Alexander Nadel and Vadim Ryvchin. Efficient SAT solving under assumptions, SAT'12.

Page 18: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Previous ApproachesAlgorithm Instances Assumption

as unitsSatELite Assumption

-dep. Clauses

Clause Sharing Multiple Yes No Discard

Minisat-Alg One No No Keep All

Assumption prop.

Multiple Yes Full T2P

Incremental SatELite

One No Incremental Keep All

For every incremental call i: In Si-1 convert learnt temporary clauses to pervasive Create a new solver Si

Add to Si

Copy all learnt clauses from Si-1 to Si

Add as unit temporary clauses to Si

Run preprocessor over Si

Solve Si

Alexander Nadel and Vadim Ryvchin. Efficient SAT solving under assumptions, SAT'12.

Page 19: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Previous ApproachesAlgorithm Instances Assumption

as unitsSatELite Assumption

-dep. Clauses

Clause Sharing Multiple Yes No Discard

Minisat-Alg One No No Keep All

Assumption prop.

Multiple Yes Full T2P

Incremental SatELite

One No Incremental Keep All

Alexander Nadel, Vadim Ryvchin, and Ofer Strichman. Preprocessing in incremental SAT, SAT'12.

Page 20: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Previous ApproachesAlgorithm Instances Assumption

as unitsSatELite Assumption

-dep. Clauses

Clause Sharing Multiple Yes No Discard

Minisat-Alg One No No Keep All

Assumption prop.

Multiple Yes Full T2P

Incremental SatELite

One No Incremental Keep All

Alexander Nadel, Vadim Ryvchin, and Ofer Strichman. Preprocessing in incremental SAT, SAT'12.

Page 21: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Previous ApproachesAlgorithm Instances Assumption

as unitsSatELite Assumption

-dep. Clauses

Clause Sharing Multiple Yes No Discard

Minisat-Alg One No No Keep All

Assumption prop.

Multiple Yes Full T2P

Incremental SatELite

One No Incremental Keep All

Create a new solver SFor every incremental call i:

Add to SAdd as assumptions to SRun preprocessor over S (Incremental)Solve S

Alexander Nadel, Vadim Ryvchin, and Ofer Strichman. Preprocessing in incremental SAT, SAT'12.

Page 22: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Our New ApproachAlgorithm Instances Assumption

as unitsSatELite Assumption

-dep. Clauses

Clause Sharing Multiple Yes No Discard

Minisat-Alg One No No Keep All

Assumption prop.

Multiple Yes Full T2P

Incremental SatELite

One No Incremental Keep All

UI-SAT One Yes Incremental Incremental T2P

Page 23: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Our New ApproachAlgorithm Instances Assumption

as unitsSatELite Assumption

-dep. Clauses

Clause Sharing Multiple Yes No Discard

Minisat-Alg One No No Keep All

Assumption prop.

Multiple Yes Full T2P

Incremental SatELite

One No Incremental Keep All

UI-SAT One Yes Incremental Incremental T2P

Page 24: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Our New ApproachAlgorithm Instances Assumption

as unitsSatELite Assumption

-dep. Clauses

Clause Sharing Multiple Yes No Discard

Minisat-Alg One No No Keep All

Assumption prop.

Multiple Yes Full T2P

Incremental SatELite

One No Incremental Keep All

UI-SAT One Yes Incremental Incremental T2P

Create a new solver SFor every incremental call i:

Undo assumptions in S (Inc. T2P)Add as temporary unit clauses to SAdd clauses to SRun preprocessor over S (Incremental)Solve S

Page 25: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Incremental SatELite (NRS’12)

Freeze Assumptions // For current callPreprocessSolve // might run in-processingUnFreeze Assumptions

Page 26: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Incremental SatELite (NRS’12)

Remove subsumptions.For each eliminated variable in elimination order: if (*) // decide heuristically

Re-Eliminate else Re-IntroduceFreeze Assumptions // For current callPreprocessSolve // might run in-processingUnFreeze Assumptions

Page 27: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Incremental SatELite (NRS’12)

Remove subsumptions.For each eliminated variable in elimination order: if (*) // decide heuristically

Re-Eliminate else Re-IntroduceFreeze Assumptions // For current callPreprocessSolve // might run in-processingUnFreeze Assumptions

Core of Incremental Preprocessing

Page 28: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Incremental SatELite (SAT’12)

Remove subsumptions.For each eliminated variable in elimination order: if (*) // decide heuristically

Re-Eliminate else Re-IntroduceFreeze Assumptions // For current callPreprocessSolve // might run in-processingUnFreeze Assumptions

Assumptions as Unit Clauses

Page 29: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Incremental SatELite (SAT’12)

Remove subsumptions.For each eliminated variable in elimination order: if (*) // decide heuristically

Re-Eliminate else Re-Introduce

PreprocessSolve // might run in-processing

Assumptions as Unit Clauses

Page 30: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Incremental SatELite (SAT’12)

Undo Previous AssumptionsAdd assumptions as temporary unit clausesRemove subsumptions.For each eliminated variable in elimination order: if (*) // decide heuristically

Re-Eliminate else Re-Introduce

PreprocessSolve // might run in-processing

Assumptions as Unit Clauses

Page 31: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Data Structures We need to keep relevant data to undo assumptions. SubsumedClauses

• Per clause – set of clauses subsumed by it

Page 32: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Subsumption (Example) Two clauses: c1=(a b) c2=(a b c)

Normal subsumption: Delete c2

Our Subsumption: if c1 marked as temporary: • c1 subsumes c2 Add(c2) to SubsumedClauses[c1]

• Delete c2

Page 33: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Data Structures We need to keep relevant data to undo assumptions. SubsumedClauses

• Per clause – set of clauses subsumed by it

Resol - Partial Resolution for temporary clauses• If at least one of the parent clauses is temporary, then a new vertex

is added to the resolution graph :o Conflict Analyzeo Variable Eliminationo Self Subsumption

Page 34: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Self-Subsumption (Example)

Two clauses: c1=(a b) c2=(a ¬b c)

Normal self-subsumption: • Create a new clause c3= Resol(c1, c2) = (a c)

• Delete c2

• (Normally implemented just as removal of ¬b from c2)

In our case (in addition to normal):• c3 subsumes c2 Add c2 to SubsumedClauses[c3]

Page 35: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Undo Assumptions

Assumptions:

Iteration i : b, a

Iteration i+1: b

Page 36: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Undo Assumptions (Incremental T2P)

α1=a

Legend:

α2=b

α7=c v d α8=¬d

α10=c

α11=

Assumptions Temporary conflict clauses

Page 37: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Undo Assumptions (Incremental T2P)

α1=a

Legend:

α2=b

α7=c v d α8=¬d

α10=c

α11=

Assumptions Temporary conflict clauses

Add SubsumedClauses[α1] back to clause database

Page 38: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Undo Assumptions (Incremental T2P)

α1=a

Legend:

α2=b

α7=c v d α8=¬d

α10=c

α11=

Assumptions Temporary conflict clauses

¬a

Page 39: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Undo Assumptions (Incremental T2P)

Legend:

α2=b

α8=¬d

α10=c

α11=

Pervasive conflict clauses

Assumptions Temporary conflict clauses

α7=¬a v c v dAdd SubsumedClauses[α7] back to clause database

Page 40: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Undo Assumptions (Incremental T2P)

Legend:

α7=¬a v c v d

α10=c

α11=

Pervasive conflict clauses

Assumptions Temporary conflict clauses

¬a

α2=b

α8=¬d

Page 41: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Undo Assumptions (Incremental T2P)

Legend:

α10=¬a v c

Assumptions Temporary conflict clauses

α2=b

α8=¬d

α11=

Add SubsumedClauses[α10] back to clause database

Page 42: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Undo Assumptions (Incremental T2P)

Legend:

α10=¬a v c

Assumptions Temporary conflict clauses

¬a

α2=b

α8=¬d

α11=

Page 43: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Undo Assumptions (Incremental T2P)

Legend:

α10=¬a v c

α11=

Assumptions Temporary conflict clauses

α2=b

α8=¬d

Page 44: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Experimental Results Benchmark Set:

• Instances generated by BMC (without look-ahead) under assumptionso Generated by an incremental model checker

• May be invoked multiple times with different assumptions and properties• Essential to reduce the debug loop time for validation engineers

• 3 satisfiable families – 128 instances• 4 unsatisfiable families – 81 instances • Algorithm Implementation in Intel’s internal Fiver SAT Solver• Timeout: 3600sec

Machines:• Intel® Xeon® 4Ghz 32Gb of memory

Page 45: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Experimental Results

Page 46: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Experimental Results

Method Time-outs Run-time

Clause Sharing 28 223,424

Minisat-Alg. 14 159,423

Assumption Prop. 24 182,530

Incremental SatELite 16 209,781

UI-SAT 1 64,176

Page 47: ULTIMATELY INCREMENTAL SAT Alexander Nadel 1, Vadim Ryvchin 1,2, and Ofer Strichman 2 1 – Intel, Haifa, Israel 2 – Technion, Haifa, Israel SAT’14, Vienna,

Thank You!