INFO     Running translator.
INFO     translator input: ['/home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/barman-sequential-satisficing/domain.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/barman-sequential-satisficing/instances/instance-3.pddl']
INFO     translator arguments: []
INFO     translator time limit: None
INFO     translator memory limit: None
INFO     callstring: /home/pluehne/.usr/bin/python /home/wv/bin/linux/64/fast-downward-10997/builds/release64/bin/translate/translate.py /home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/barman-sequential-satisficing/domain.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/barman-sequential-satisficing/instances/instance-3.pddl
Parsing...
Parsing: [0.030s CPU, 0.032s wall-clock]
Normalizing task... [0.000s CPU, 0.003s wall-clock]
Instantiating...
Generating Datalog program... [0.010s CPU, 0.008s wall-clock]
Normalizing Datalog program...
Normalizing Datalog program: [0.040s CPU, 0.042s wall-clock]
Preparing model... [0.010s CPU, 0.022s wall-clock]
Generated 115 rules.
Computing model... [0.330s CPU, 0.328s wall-clock]
2025 relevant atoms
2105 auxiliary atoms
4130 final queue length
7122 total queue pushes
Completing instantiation... [0.600s CPU, 0.598s wall-clock]
Instantiating: [1.000s CPU, 1.003s wall-clock]
Computing fact groups...
Finding invariants...
24 initial candidates
Finding invariants: [0.120s CPU, 0.117s wall-clock]
Checking invariant weight... [0.000s CPU, 0.001s wall-clock]
Instantiating groups... [0.010s CPU, 0.006s wall-clock]
Collecting mutex groups... [0.000s CPU, 0.000s wall-clock]
Choosing groups...
207 uncovered facts
Choosing groups: [0.000s CPU, 0.001s wall-clock]
Building translation key... [0.010s CPU, 0.008s wall-clock]
Computing fact groups: [0.150s CPU, 0.149s wall-clock]
Building STRIPS to SAS dictionary... [0.010s CPU, 0.002s wall-clock]
Building dictionary for full mutex groups... [0.000s CPU, 0.002s wall-clock]
Building mutex information...
Building mutex information: [0.000s CPU, 0.002s wall-clock]
Translating task...
Processing axioms...
Simplifying axioms... [0.000s CPU, 0.000s wall-clock]
Processing axioms: [0.030s CPU, 0.033s wall-clock]
Translating task: [0.660s CPU, 0.658s wall-clock]
2326 effect conditions simplified
0 implied preconditions added
Detecting unreachable propositions...
0 operators removed
0 axioms removed
3 propositions removed
Detecting unreachable propositions: [0.310s CPU, 0.308s wall-clock]
Reordering and filtering variables...
210 of 210 variables necessary.
11 of 14 mutex groups necessary.
1390 of 1390 operators necessary.
0 of 0 axiom rules necessary.
Reordering and filtering variables: [0.200s CPU, 0.207s wall-clock]
Translator variables: 210
Translator derived variables: 0
Translator facts: 441
Translator goal facts: 9
Translator mutex groups: 11
Translator total mutex groups size: 33
Translator operators: 1390
Translator axioms: 0
Translator task size: 13333
Translator peak memory: 43980 KB
Writing output... [0.260s CPU, 0.279s wall-clock]
Done! [2.650s CPU, 2.671s wall-clock]
planner.py version 0.0.1

Time:	 0.56s
Memory: 86MB

Iteration 1
Queue:		 [(0,0,0,True), (1,5,0,True), (2,10,0,True), (3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)]
Grounded Until:	 0
Solving...
[start: stats after solve call]

Models       : 0
Calls        : 1
Time         : 0.651s (Solving: 0.00s 1st Model: 0.00s Unsat: 0.00s)
CPU Time     : 0.564s

Choices      : 0       
Conflicts    : 0        (Analyzed: 0)
Restarts     : 0       
Problems     : 1        (Average Length: 2.00 Splits: 0)
Lemmas       : 0        (Deleted: 0)
  Binary     : 0        (Ratio:   0.00%)
  Ternary    : 0        (Ratio:   0.00%)
  Conflict   : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 0        (Average:  0.00 Max:   0 Sum:      0)
  Executed   : 0        (Average:  0.00 Max:   0 Sum:      0 Ratio:   0.00%)
  Bounded    : 0        (Average:  0.00 Max:   0 Sum:      0 Ratio: 100.00%)

Rules        : 38518   
Atoms        : 38518   
Bodies       : 1        (Original: 0)
Tight        : Yes
Variables    : 0        (Eliminated:    0 Frozen:    0)
Constraints  : 0        (Binary:   0.0% Ternary:   0.0% Other:   0.0%)

Memory Peak  : 222MB
Max. Length  : 0 steps
Models       : 0

[endof: stats after solve call]
Solving Time:	 0.00s
Memory:		 158MB (+72MB)
UNSAT
Iteration Time:	 0.00s

Iteration 2
Queue:		 [(1,5,0,True), (2,10,0,True), (3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)]
Grounded Until:	 0
Expected Memory: 158MB
Grounding...	 [('step', [1]), ('step', [2]), ('step', [3]), ('step', [4]), ('step', [5]), ('check', [5])]
Grounding Time:	 0.15s
Memory:		 158MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0
Calls        : 2
Time         : 0.981s (Solving: 0.00s 1st Model: 0.00s Unsat: 0.00s)
CPU Time     : 0.892s

Choices      : 87       (Domain: 79)
Conflicts    : 41       (Analyzed: 40)
Restarts     : 0       
Problems     : 2        (Average Length: 4.50 Splits: 0)
Lemmas       : 40       (Deleted: 0)
  Binary     : 5        (Ratio:  12.50%)
  Ternary    : 0        (Ratio:   0.00%)
  Conflict   : 40       (Average Length:    8.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 40       (Average:  2.20 Max:  11 Sum:     88)
  Executed   : 39       (Average:  2.17 Max:  11 Sum:     87 Ratio:  98.86%)
  Bounded    : 1        (Average:  1.00 Max:   1 Sum:      1 Ratio:   1.14%)

Rules        : 38518   
Atoms        : 38518   
Bodies       : 1        (Original: 0)
Tight        : Yes
Variables    : 10318    (Eliminated:    0 Frozen: 10318)
Constraints  : 36429    (Binary:  95.1% Ternary:   3.5% Other:   1.5%)

Memory Peak  : 222MB
Max. Length  : 0 steps
Models       : 0

[endof: stats after solve call]
Solving Time:	 0.10s
Memory:		 160MB (+2MB)
UNSAT
Iteration Time:	 0.33s

Iteration 3
Queue:		 [(2,10,0,True), (3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)]
Grounded Until:	 5
Expected Memory: 162.0MB
Grounding...	 [('step', [6]), ('step', [7]), ('step', [8]), ('step', [9]), ('step', [10]), ('check', [10])]
Grounding Time:	 0.18s
Memory:		 164MB (+4MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 1+
Calls        : 3
Time         : 1.407s (Solving: 0.01s 1st Model: 0.00s Unsat: 0.00s)
CPU Time     : 1.320s

Choices      : 554      (Domain: 518)
Conflicts    : 55       (Analyzed: 54)
Restarts     : 0       
Model-Level  : 212.0   
Problems     : 3        (Average Length: 7.00 Splits: 0)
Lemmas       : 54       (Deleted: 0)
  Binary     : 10       (Ratio:  18.52%)
  Ternary    : 2        (Ratio:   3.70%)
  Conflict   : 54       (Average Length:   12.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 54       (Average:  6.57 Max:  65 Sum:    355)
  Executed   : 53       (Average:  6.56 Max:  65 Sum:    354 Ratio:  99.72%)
  Bounded    : 1        (Average:  1.00 Max:   1 Sum:      1 Ratio:   0.28%)

Rules        : 38518   
Atoms        : 38518   
Bodies       : 1        (Original: 0)
Tight        : Yes
Variables    : 22604    (Eliminated:    0 Frozen: 22604)
Constraints  : 136839   (Binary:  95.5% Ternary:   3.2% Other:   1.2%)

Memory Peak  : 222MB
Max. Length  : 5 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 0.17s
Memory:		 171MB (+7MB)
SAT
Testing...
NOT SERIALIZABLE
Testing Time:	 0.65s
Memory:		 191MB (+20MB)
Solving...
[start: stats after solve call]

Models       : 0
Calls        : 4
Time         : 2.310s (Solving: 0.64s 1st Model: 0.00s Unsat: 0.63s)
CPU Time     : 2.224s

Choices      : 23844    (Domain: 17295)
Conflicts    : 2970     (Analyzed: 2968)
Restarts     : 13       (Average: 228.31 Last: 111)
Model-Level  : 212.0   
Problems     : 4        (Average Length: 8.25 Splits: 0)
Lemmas       : 2968     (Deleted: 0)
  Binary     : 298      (Ratio:  10.04%)
  Ternary    : 166      (Ratio:   5.59%)
  Conflict   : 2968     (Average Length:   83.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 2968     (Average:  7.77 Max: 171 Sum:  23075)
  Executed   : 2961     (Average:  7.77 Max: 171 Sum:  23057 Ratio:  99.92%)
  Bounded    : 7        (Average:  2.57 Max:  12 Sum:     18 Ratio:   0.08%)

Rules        : 94613    (Original: 86518)
Atoms        : 45936   
Bodies       : 40692    (Original: 32596)
  Count      : 619      (Original: 1518)
Equivalences : 10271    (Atom=Atom: 62 Body=Body: 0 Other: 10209)
Tight        : Yes
Variables    : 34632    (Eliminated: 8994 Frozen: 25638)
Constraints  : 194982   (Binary:  88.9% Ternary:   7.3% Other:   3.8%)

Memory Peak  : 222MB
Max. Length  : 5 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 0.76s
Memory:		 188MB (+-3MB)
UNSAT
Iteration Time:	 1.83s

Iteration 4
Queue:		 [(3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)]
Grounded Until:	 10
Expected Memory: 199.0MB
Grounding...	 [('step', [11]), ('step', [12]), ('step', [13]), ('step', [14]), ('step', [15]), ('check', [15])]
Grounding Time:	 0.37s
Memory:		 195MB (+7MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 5
Time         : 13.673s (Solving: 11.19s 1st Model: 0.00s Unsat: 0.63s)
CPU Time     : 13.592s

Choices      : 191512   (Domain: 154883)
Conflicts    : 32901    (Analyzed: 32899)
Restarts     : 113      (Average: 291.14 Last: 111)
Model-Level  : 212.0   
Problems     : 5        (Average Length: 10.00 Splits: 0)
Lemmas       : 32899    (Deleted: 14145)
  Binary     : 1612     (Ratio:   4.90%)
  Ternary    : 458      (Ratio:   1.39%)
  Conflict   : 32899    (Average Length:  356.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 32899    (Average:  5.61 Max: 187 Sum: 184503)
  Executed   : 32875    (Average:  5.60 Max: 187 Sum: 184212 Ratio:  99.84%)
  Bounded    : 24       (Average: 12.12 Max:  17 Sum:    291 Ratio:   0.16%)

Rules        : 94613    (Original: 86518)
Atoms        : 45936   
Bodies       : 40692    (Original: 32596)
  Count      : 619      (Original: 1518)
Equivalences : 10271    (Atom=Atom: 62 Body=Body: 0 Other: 10209)
Tight        : Yes
Variables    : 57193    (Eliminated: 8994 Frozen: 40669)
Constraints  : 367964   (Binary:  90.2% Ternary:   7.0% Other:   2.9%)

Memory Peak  : 222MB
Max. Length  : 10 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 10.88s
Memory:		 206MB (+11MB)
UNKNOWN
Iteration Time:	 11.37s

Iteration 5
Queue:		 [(4,20,0,True), (5,25,0,True), (6,30,0,True)]
Grounded Until:	 15
Expected Memory: 224.0MB
Grounding...	 [('step', [16]), ('step', [17]), ('step', [18]), ('step', [19]), ('step', [20]), ('check', [20])]
Grounding Time:	 0.31s
Memory:		 213MB (+7MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 6
Time         : 26.785s (Solving: 23.53s 1st Model: 0.00s Unsat: 0.63s)
CPU Time     : 26.708s

Choices      : 379287   (Domain: 333529)
Conflicts    : 57722    (Analyzed: 57720)
Restarts     : 213      (Average: 270.99 Last: 178)
Model-Level  : 212.0   
Problems     : 6        (Average Length: 12.00 Splits: 0)
Lemmas       : 57720    (Deleted: 38673)
  Binary     : 2448     (Ratio:   4.24%)
  Ternary    : 773      (Ratio:   1.34%)
  Conflict   : 57720    (Average Length:  416.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 57720    (Average:  6.26 Max: 326 Sum: 361151)
  Executed   : 57688    (Average:  6.25 Max: 326 Sum: 360708 Ratio:  99.88%)
  Bounded    : 32       (Average: 13.84 Max:  22 Sum:    443 Ratio:   0.12%)

Rules        : 94613    (Original: 86518)
Atoms        : 45936   
Bodies       : 40692    (Original: 32596)
  Count      : 619      (Original: 1518)
Equivalences : 10271    (Atom=Atom: 62 Body=Body: 0 Other: 10209)
Tight        : Yes
Variables    : 79754    (Eliminated: 8994 Frozen: 63230)
Constraints  : 514683   (Binary:  90.9% Ternary:   6.6% Other:   2.5%)

Memory Peak  : 225MB
Max. Length  : 15 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 12.67s
Memory:		 224MB (+11MB)
UNKNOWN
Iteration Time:	 13.13s

Iteration 6
Queue:		 [(5,25,0,True), (6,30,0,True)]
Grounded Until:	 20
Expected Memory: 242.0MB
Grounding...	 [('step', [21]), ('step', [22]), ('step', [23]), ('step', [24]), ('step', [25]), ('check', [25])]
Grounding Time:	 0.31s
Memory:		 227MB (+3MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 7
Time         : 87.175s (Solving: 83.11s 1st Model: 0.00s Unsat: 0.63s)
CPU Time     : 87.120s

Choices      : 767884   (Domain: 703074)
Conflicts    : 131123   (Analyzed: 131121)
Restarts     : 313      (Average: 418.92 Last: 178)
Model-Level  : 212.0   
Problems     : 7        (Average Length: 14.14 Splits: 0)
Lemmas       : 131121   (Deleted: 105101)
  Binary     : 4074     (Ratio:   3.11%)
  Ternary    : 1034     (Ratio:   0.79%)
  Conflict   : 131121   (Average Length:  850.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 131121   (Average:  5.63 Max: 326 Sum: 737719)
  Executed   : 131086   (Average:  5.62 Max: 326 Sum: 737201 Ratio:  99.93%)
  Bounded    : 35       (Average: 14.80 Max:  27 Sum:    518 Ratio:   0.07%)

Rules        : 94613    (Original: 86518)
Atoms        : 45936   
Bodies       : 40692    (Original: 32596)
  Count      : 619      (Original: 1518)
Equivalences : 10271    (Atom=Atom: 62 Body=Body: 0 Other: 10209)
Tight        : Yes
Variables    : 102315   (Eliminated: 8994 Frozen: 85791)
Constraints  : 686175   (Binary:  91.1% Ternary:   6.6% Other:   2.3%)

Memory Peak  : 436MB
Max. Length  : 20 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 59.95s
Memory:		 372MB (+145MB)
UNKNOWN
Iteration Time:	 60.42s

Iteration 7
Queue:		 [(6,30,0,True)]
Grounded Until:	 25
Expected Memory: 520.0MB
Grounding...	 [('step', [26]), ('step', [27]), ('step', [28]), ('step', [29]), ('step', [30]), ('check', [30])]
Grounding Time:	 0.32s
Memory:		 373MB (+1MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 8
Time         : 117.316s (Solving: 112.41s 1st Model: 0.00s Unsat: 0.63s)
CPU Time     : 117.276s

Choices      : 1117532  (Domain: 1043766)
Conflicts    : 179727   (Analyzed: 179725)
Restarts     : 413      (Average: 435.17 Last: 178)
Model-Level  : 212.0   
Problems     : 8        (Average Length: 16.38 Splits: 0)
Lemmas       : 179725   (Deleted: 145418)
  Binary     : 5681     (Ratio:   3.16%)
  Ternary    : 1310     (Ratio:   0.73%)
  Conflict   : 179725   (Average Length:  833.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 179725   (Average:  5.96 Max: 326 Sum: 1071723)
  Executed   : 179681   (Average:  5.96 Max: 326 Sum: 1070932 Ratio:  99.93%)
  Bounded    : 44       (Average: 17.98 Max:  32 Sum:    791 Ratio:   0.07%)

Rules        : 94613    (Original: 86518)
Atoms        : 45936   
Bodies       : 40692    (Original: 32596)
  Count      : 619      (Original: 1518)
Equivalences : 10271    (Atom=Atom: 62 Body=Body: 0 Other: 10209)
Tight        : Yes
Variables    : 124876   (Eliminated: 8994 Frozen: 108352)
Constraints  : 856301   (Binary:  91.2% Ternary:   6.6% Other:   2.2%)

Memory Peak  : 436MB
Max. Length  : 25 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 29.67s
Memory:		 386MB (+13MB)
UNKNOWN
Iteration Time:	 30.16s

Iteration 8
Queue:		 [(3,15,1,True), (4,20,1,True), (5,25,1,True), (6,30,1,True), (7,35,0,True), (8,40,0,True), (9,45,0,True), (10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True)]
Grounded Until:	 30
Blocking actions...
Solving...
[start: stats after solve call]

Models       : 0
Calls        : 9
Time         : 117.521s (Solving: 112.57s 1st Model: 0.00s Unsat: 0.78s)
CPU Time     : 117.480s

Choices      : 1118226  (Domain: 1044460)
Conflicts    : 179917   (Analyzed: 179914)
Restarts     : 413      (Average: 435.63 Last: 189)
Model-Level  : 212.0   
Problems     : 9        (Average Length: 18.11 Splits: 0)
Lemmas       : 179914   (Deleted: 145418)
  Binary     : 5688     (Ratio:   3.16%)
  Ternary    : 1311     (Ratio:   0.73%)
  Conflict   : 179914   (Average Length:  832.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 179914   (Average:  5.96 Max: 326 Sum: 1072419)
  Executed   : 179868   (Average:  5.96 Max: 326 Sum: 1071626 Ratio:  99.93%)
  Bounded    : 46       (Average: 17.24 Max:  32 Sum:    793 Ratio:   0.07%)

Rules        : 94613    (Original: 86518)
Atoms        : 45936   
Bodies       : 40692    (Original: 32596)
  Count      : 619      (Original: 1518)
Equivalences : 10271    (Atom=Atom: 62 Body=Body: 0 Other: 10209)
Tight        : Yes
Variables    : 124876   (Eliminated: 8994 Frozen: 115882)
Constraints  : 848210   (Binary:  91.2% Ternary:   6.6% Other:   2.2%)

Memory Peak  : 436MB
Max. Length  : 30 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 0.18s
Memory:		 386MB (+0MB)
UNSAT
Iteration Time:	 0.21s

Iteration 9
Queue:		 [(4,20,1,True), (5,25,1,True), (6,30,1,True), (7,35,0,True), (8,40,0,True), (9,45,0,True), (10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True)]
Grounded Until:	 30
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0
Calls        : 10
Time         : 141.880s (Solving: 136.86s 1st Model: 0.00s Unsat: 25.08s)
CPU Time     : 141.848s

Choices      : 1350655  (Domain: 1276889)
Conflicts    : 230027   (Analyzed: 230023)
Restarts     : 464      (Average: 495.74 Last: 1084)
Model-Level  : 212.0   
Problems     : 10       (Average Length: 19.50 Splits: 0)
Lemmas       : 230023   (Deleted: 191875)
  Binary     : 6194     (Ratio:   2.69%)
  Ternary    : 1417     (Ratio:   0.62%)
  Conflict   : 230023   (Average Length:  744.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 230023   (Average:  5.66 Max: 326 Sum: 1301041)
  Executed   : 229969   (Average:  5.65 Max: 326 Sum: 1300116 Ratio:  99.93%)
  Bounded    : 54       (Average: 17.13 Max:  32 Sum:    925 Ratio:   0.07%)

Rules        : 94613    (Original: 86518)
Atoms        : 45936   
Bodies       : 40692    (Original: 32596)
  Count      : 619      (Original: 1518)
Equivalences : 10271    (Atom=Atom: 62 Body=Body: 0 Other: 10209)
Tight        : Yes
Variables    : 124876   (Eliminated: 8994 Frozen: 115882)
Constraints  : 848210   (Binary:  91.2% Ternary:   6.6% Other:   2.2%)

Memory Peak  : 436MB
Max. Length  : 30 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 24.33s
Memory:		 386MB (+0MB)
UNSAT
Iteration Time:	 24.37s

Iteration 10
Queue:		 [(5,25,1,True), (6,30,1,True), (7,35,0,True), (8,40,0,True), (9,45,0,True), (10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True)]
Grounded Until:	 30
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 11
Time         : 188.491s (Solving: 183.42s 1st Model: 0.00s Unsat: 25.08s)
CPU Time     : 188.480s

Choices      : 1493842  (Domain: 1419879)
Conflicts    : 275366   (Analyzed: 275362)
Restarts     : 564      (Average: 488.23 Last: 1084)
Model-Level  : 212.0   
Problems     : 11       (Average Length: 20.64 Splits: 0)
Lemmas       : 275362   (Deleted: 240801)
  Binary     : 6491     (Ratio:   2.36%)
  Ternary    : 1468     (Ratio:   0.53%)
  Conflict   : 275362   (Average Length:  820.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 275362   (Average:  5.20 Max: 326 Sum: 1431394)
  Executed   : 275307   (Average:  5.19 Max: 326 Sum: 1430440 Ratio:  99.93%)
  Bounded    : 55       (Average: 17.35 Max:  32 Sum:    954 Ratio:   0.07%)

Rules        : 94613    (Original: 86518)
Atoms        : 45936   
Bodies       : 40692    (Original: 32596)
  Count      : 619      (Original: 1518)
Equivalences : 10271    (Atom=Atom: 62 Body=Body: 0 Other: 10209)
Tight        : Yes
Variables    : 124876   (Eliminated: 8994 Frozen: 115882)
Constraints  : 848151   (Binary:  91.2% Ternary:   6.6% Other:   2.2%)

Memory Peak  : 436MB
Max. Length  : 30 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 46.60s
Memory:		 386MB (+0MB)
UNKNOWN
Iteration Time:	 46.63s

Iteration 11
Queue:		 [(6,30,1,True), (7,35,0,True), (8,40,0,True), (9,45,0,True), (10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True)]
Grounded Until:	 30
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 12
Time         : 222.781s (Solving: 217.65s 1st Model: 0.00s Unsat: 25.08s)
CPU Time     : 222.784s

Choices      : 1743611  (Domain: 1667948)
Conflicts    : 314705   (Analyzed: 314701)
Restarts     : 664      (Average: 473.95 Last: 1084)
Model-Level  : 212.0   
Problems     : 12       (Average Length: 21.58 Splits: 0)
Lemmas       : 314701   (Deleted: 285842)
  Binary     : 6997     (Ratio:   2.22%)
  Ternary    : 1580     (Ratio:   0.50%)
  Conflict   : 314701   (Average Length:  873.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 314701   (Average:  5.28 Max: 326 Sum: 1660963)
  Executed   : 314646   (Average:  5.27 Max: 326 Sum: 1660009 Ratio:  99.94%)
  Bounded    : 55       (Average: 17.35 Max:  32 Sum:    954 Ratio:   0.06%)

Rules        : 94613    (Original: 86518)
Atoms        : 45936   
Bodies       : 40692    (Original: 32596)
  Count      : 619      (Original: 1518)
Equivalences : 10271    (Atom=Atom: 62 Body=Body: 0 Other: 10209)
Tight        : Yes
Variables    : 124876   (Eliminated: 8994 Frozen: 115882)
Constraints  : 848151   (Binary:  91.2% Ternary:   6.6% Other:   2.2%)

Memory Peak  : 436MB
Max. Length  : 30 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 34.27s
Memory:		 386MB (+0MB)
UNKNOWN
Iteration Time:	 34.31s

Iteration 12
Queue:		 [(7,35,0,True), (8,40,0,True), (9,45,0,True), (10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True)]
Grounded Until:	 30
Expected Memory: 534.0MB
Grounding...	 [('step', [31]), ('step', [32]), ('step', [33]), ('step', [34]), ('step', [35]), ('check', [35])]
Grounding Time:	 0.35s
Memory:		 388MB (+2MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 13
Time         : 313.371s (Solving: 307.36s 1st Model: 0.00s Unsat: 25.08s)
CPU Time     : 313.412s

Choices      : 2345900  (Domain: 2255902)
Conflicts    : 427035   (Analyzed: 427031)
Restarts     : 764      (Average: 558.94 Last: 1084)
Model-Level  : 212.0   
Problems     : 13       (Average Length: 22.77 Splits: 0)
Lemmas       : 427031   (Deleted: 391955)
  Binary     : 8968     (Ratio:   2.10%)
  Ternary    : 1896     (Ratio:   0.44%)
  Conflict   : 427031   (Average Length:  916.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 427031   (Average:  5.25 Max: 326 Sum: 2243306)
  Executed   : 426976   (Average:  5.25 Max: 326 Sum: 2242352 Ratio:  99.96%)
  Bounded    : 55       (Average: 17.35 Max:  32 Sum:    954 Ratio:   0.04%)

Rules        : 94613    (Original: 86518)
Atoms        : 45936   
Bodies       : 40692    (Original: 32596)
  Count      : 619      (Original: 1518)
Equivalences : 10271    (Atom=Atom: 62 Body=Body: 0 Other: 10209)
Tight        : Yes
Variables    : 147437   (Eliminated: 8994 Frozen: 130913)
Constraints  : 1021176  (Binary:  91.3% Ternary:   6.6% Other:   2.2%)

Memory Peak  : 472MB
Max. Length  : 30 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 90.10s
Memory:		 472MB (+84MB)
UNKNOWN
Iteration Time:	 90.64s

Iteration 13
Queue:		 [(8,40,0,True), (9,45,0,True), (10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True)]
Grounded Until:	 35
Expected Memory: 620.0MB
Grounding...	 [('step', [36]), ('step', [37]), ('step', [38]), ('step', [39]), ('step', [40]), ('check', [40])]
Grounding Time:	 0.39s
Memory:		 484MB (+12MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 14
Time         : 357.613s (Solving: 350.67s 1st Model: 0.00s Unsat: 25.08s)
CPU Time     : 357.672s

Choices      : 2868339  (Domain: 2764760)
Conflicts    : 502266   (Analyzed: 502262)
Restarts     : 864      (Average: 581.32 Last: 1084)
Model-Level  : 212.0   
Problems     : 14       (Average Length: 24.14 Splits: 0)
Lemmas       : 502262   (Deleted: 463671)
  Binary     : 10962    (Ratio:   2.18%)
  Ternary    : 2163     (Ratio:   0.43%)
  Conflict   : 502262   (Average Length:  884.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 502262   (Average:  5.46 Max: 326 Sum: 2742074)
  Executed   : 502207   (Average:  5.46 Max: 326 Sum: 2741120 Ratio:  99.97%)
  Bounded    : 55       (Average: 17.35 Max:  32 Sum:    954 Ratio:   0.03%)

Rules        : 94613    (Original: 86518)
Atoms        : 45936   
Bodies       : 40692    (Original: 32596)
  Count      : 619      (Original: 1518)
Equivalences : 10271    (Atom=Atom: 62 Body=Body: 0 Other: 10209)
Tight        : Yes
Variables    : 169998   (Eliminated: 8994 Frozen: 153474)
Constraints  : 1194201  (Binary:  91.3% Ternary:   6.6% Other:   2.1%)

Memory Peak  : 505MB
Max. Length  : 35 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 43.69s
Memory:		 494MB (+10MB)
UNKNOWN
Iteration Time:	 44.27s

Iteration 14
Queue:		 [(9,45,0,True), (10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True)]
Grounded Until:	 40
Expected Memory: 642.0MB
Grounding...	 [('step', [41]), ('step', [42]), ('step', [43]), ('step', [44]), ('step', [45]), ('check', [45])]
Grounding Time:	 0.31s
Memory:		 495MB (+1MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 15
Time         : 396.786s (Solving: 388.98s 1st Model: 0.00s Unsat: 25.08s)
CPU Time     : 396.864s

Choices      : 3346496  (Domain: 3223928)
Conflicts    : 569283   (Analyzed: 569279)
Restarts     : 964      (Average: 590.54 Last: 1084)
Model-Level  : 212.0   
Problems     : 15       (Average Length: 25.67 Splits: 0)
Lemmas       : 569279   (Deleted: 519763)
  Binary     : 12573    (Ratio:   2.21%)
  Ternary    : 2536     (Ratio:   0.45%)
  Conflict   : 569279   (Average Length:  862.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 569279   (Average:  5.62 Max: 326 Sum: 3196914)
  Executed   : 569223   (Average:  5.61 Max: 326 Sum: 3195913 Ratio:  99.97%)
  Bounded    : 56       (Average: 17.88 Max:  47 Sum:   1001 Ratio:   0.03%)

Rules        : 94613    (Original: 86518)
Atoms        : 45936   
Bodies       : 40692    (Original: 32596)
  Count      : 619      (Original: 1518)
Equivalences : 10271    (Atom=Atom: 62 Body=Body: 0 Other: 10209)
Tight        : Yes
Variables    : 192559   (Eliminated: 8994 Frozen: 176035)
Constraints  : 1367226  (Binary:  91.4% Ternary:   6.6% Other:   2.1%)

Memory Peak  : 520MB
Max. Length  : 40 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 38.69s
Memory:		 508MB (+13MB)
UNKNOWN
Iteration Time:	 39.20s

Iteration 15
Queue:		 [(10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True)]
Grounded Until:	 45
Expected Memory: 656.0MB
Grounding...	 [('step', [46]), ('step', [47]), ('step', [48]), ('step', [49]), ('step', [50]), ('check', [50])]
Grounding Time:	 0.31s
Memory:		 508MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 16
Time         : 452.313s (Solving: 443.62s 1st Model: 0.00s Unsat: 25.08s)
CPU Time     : 452.412s

Choices      : 4094600  (Domain: 3954037)
Conflicts    : 662381   (Analyzed: 662377)
Restarts     : 1064     (Average: 622.53 Last: 2985)
Model-Level  : 212.0   
Problems     : 16       (Average Length: 27.31 Splits: 0)
Lemmas       : 662377   (Deleted: 617607)
  Binary     : 14812    (Ratio:   2.24%)
  Ternary    : 2860     (Ratio:   0.43%)
  Conflict   : 662377   (Average Length:  850.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 662377   (Average:  5.91 Max: 326 Sum: 3912992)
  Executed   : 662321   (Average:  5.91 Max: 326 Sum: 3911991 Ratio:  99.97%)
  Bounded    : 56       (Average: 17.88 Max:  47 Sum:   1001 Ratio:   0.03%)

Rules        : 94613    (Original: 86518)
Atoms        : 45936   
Bodies       : 40692    (Original: 32596)
  Count      : 619      (Original: 1518)
Equivalences : 10271    (Atom=Atom: 62 Body=Body: 0 Other: 10209)
Tight        : Yes
Variables    : 215120   (Eliminated: 8994 Frozen: 198596)
Constraints  : 1540234  (Binary:  91.4% Ternary:   6.6% Other:   2.1%)

Memory Peak  : 538MB
Max. Length  : 45 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 55.03s
Memory:		 535MB (+27MB)
UNKNOWN
Iteration Time:	 55.56s

Iteration 16
Queue:		 [(11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True)]
Grounded Until:	 50
Expected Memory: 683.0MB
Grounding...	 [('step', [51]), ('step', [52]), ('step', [53]), ('step', [54]), ('step', [55]), ('check', [55])]
Grounding Time:	 0.32s
Memory:		 535MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 17
Time         : 511.118s (Solving: 501.54s 1st Model: 0.00s Unsat: 25.08s)
CPU Time     : 511.244s

Choices      : 4886059  (Domain: 4739415)
Conflicts    : 763293   (Analyzed: 763289)
Restarts     : 1164     (Average: 655.75 Last: 2985)
Model-Level  : 212.0   
Problems     : 17       (Average Length: 29.06 Splits: 0)
Lemmas       : 763289   (Deleted: 707007)
  Binary     : 16809    (Ratio:   2.20%)
  Ternary    : 3139     (Ratio:   0.41%)
  Conflict   : 763289   (Average Length:  840.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 763289   (Average:  6.12 Max: 326 Sum: 4672358)
  Executed   : 763233   (Average:  6.12 Max: 326 Sum: 4671357 Ratio:  99.98%)
  Bounded    : 56       (Average: 17.88 Max:  47 Sum:   1001 Ratio:   0.02%)

Rules        : 94613    (Original: 86518)
Atoms        : 45936   
Bodies       : 40692    (Original: 32596)
  Count      : 619      (Original: 1518)
Equivalences : 10271    (Atom=Atom: 62 Body=Body: 0 Other: 10209)
Tight        : Yes
Variables    : 237681   (Eliminated: 8994 Frozen: 221157)
Constraints  : 1713259  (Binary:  91.4% Ternary:   6.6% Other:   2.0%)

Memory Peak  : 567MB
Max. Length  : 50 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 58.31s
Memory:		 546MB (+11MB)
UNKNOWN
Iteration Time:	 58.84s

Iteration 17
Queue:		 [(12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True)]
Grounded Until:	 55
Expected Memory: 694.0MB
Grounding...	 [('step', [56]), ('step', [57]), ('step', [58]), ('step', [59]), ('step', [60]), ('check', [60])]
Grounding Time:	 0.34s
Memory:		 546MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 18
Time         : 557.042s (Solving: 546.52s 1st Model: 0.00s Unsat: 25.08s)
CPU Time     : 557.188s

Choices      : 5455035  (Domain: 5306623)
Conflicts    : 839964   (Analyzed: 839960)
Restarts     : 1264     (Average: 664.53 Last: 2985)
Model-Level  : 212.0   
Problems     : 18       (Average Length: 30.89 Splits: 0)
Lemmas       : 839960   (Deleted: 784236)
  Binary     : 18033    (Ratio:   2.15%)
  Ternary    : 3319     (Ratio:   0.40%)
  Conflict   : 839960   (Average Length:  832.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 839960   (Average:  6.20 Max: 326 Sum: 5208823)
  Executed   : 839904   (Average:  6.20 Max: 326 Sum: 5207822 Ratio:  99.98%)
  Bounded    : 56       (Average: 17.88 Max:  47 Sum:   1001 Ratio:   0.02%)

Rules        : 94613    (Original: 86518)
Atoms        : 45936   
Bodies       : 40692    (Original: 32596)
  Count      : 619      (Original: 1518)
Equivalences : 10271    (Atom=Atom: 62 Body=Body: 0 Other: 10209)
Tight        : Yes
Variables    : 260242   (Eliminated: 8994 Frozen: 243718)
Constraints  : 1886284  (Binary:  91.4% Ternary:   6.6% Other:   2.0%)

Memory Peak  : 582MB
Max. Length  : 55 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 45.37s
Memory:		 561MB (+15MB)
UNKNOWN
Iteration Time:	 45.96s

Iteration 18
Queue:		 [(13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True)]
Grounded Until:	 60
Expected Memory: 709.0MB
Grounding...	 [('step', [61]), ('step', [62]), ('step', [63]), ('step', [64]), ('step', [65]), ('check', [65])]
Grounding Time:	 0.36s
Memory:		 561MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 19
Time         : 597.218s (Solving: 585.72s 1st Model: 0.00s Unsat: 25.08s)
CPU Time     : 597.380s

Choices      : 5952138  (Domain: 5803163)
Conflicts    : 903893   (Analyzed: 903889)
Restarts     : 1364     (Average: 662.68 Last: 2985)
Model-Level  : 212.0   
Problems     : 19       (Average Length: 32.79 Splits: 0)
Lemmas       : 903889   (Deleted: 840765)
  Binary     : 18940    (Ratio:   2.10%)
  Ternary    : 3438     (Ratio:   0.38%)
  Conflict   : 903889   (Average Length:  832.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 903889   (Average:  6.27 Max: 326 Sum: 5669938)
  Executed   : 903833   (Average:  6.27 Max: 326 Sum: 5668937 Ratio:  99.98%)
  Bounded    : 56       (Average: 17.88 Max:  47 Sum:   1001 Ratio:   0.02%)

Rules        : 94613    (Original: 86518)
Atoms        : 45936   
Bodies       : 40692    (Original: 32596)
  Count      : 619      (Original: 1518)
Equivalences : 10271    (Atom=Atom: 62 Body=Body: 0 Other: 10209)
Tight        : Yes
Variables    : 282803   (Eliminated: 8994 Frozen: 266279)
Constraints  : 2059309  (Binary:  91.4% Ternary:   6.6% Other:   2.0%)

Memory Peak  : 599MB
Max. Length  : 60 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 39.59s
Memory:		 579MB (+18MB)
UNKNOWN
Iteration Time:	 40.20s

Iteration 19
Queue:		 [(14,70,0,True), (15,75,0,True), (16,80,0,True)]
Grounded Until:	 65
Expected Memory: 727.0MB
Grounding...	 [('step', [66]), ('step', [67]), ('step', [68]), ('step', [69]), ('step', [70]), ('check', [70])]
Grounding Time:	 0.33s
Memory:		 579MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 20
Time         : 660.039s (Solving: 647.58s 1st Model: 0.00s Unsat: 25.08s)
CPU Time     : 660.228s

Choices      : 6776453  (Domain: 6626286)
Conflicts    : 1005043  (Analyzed: 1005039)
Restarts     : 1464     (Average: 686.50 Last: 2985)
Model-Level  : 212.0   
Problems     : 20       (Average Length: 34.75 Splits: 0)
Lemmas       : 1005039  (Deleted: 938448)
  Binary     : 20341    (Ratio:   2.02%)
  Ternary    : 3689     (Ratio:   0.37%)
  Conflict   : 1005039  (Average Length:  835.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1005039  (Average:  6.42 Max: 326 Sum: 6451944)
  Executed   : 1004983  (Average:  6.42 Max: 326 Sum: 6450943 Ratio:  99.98%)
  Bounded    : 56       (Average: 17.88 Max:  47 Sum:   1001 Ratio:   0.02%)

Rules        : 94613    (Original: 86518)
Atoms        : 45936   
Bodies       : 40692    (Original: 32596)
  Count      : 619      (Original: 1518)
Equivalences : 10271    (Atom=Atom: 62 Body=Body: 0 Other: 10209)
Tight        : Yes
Variables    : 305364   (Eliminated: 8994 Frozen: 288840)
Constraints  : 2232334  (Binary:  91.4% Ternary:   6.6% Other:   2.0%)

Memory Peak  : 618MB
Max. Length  : 65 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 62.28s
Memory:		 617MB (+38MB)
UNKNOWN
Iteration Time:	 62.86s

Iteration 20
Queue:		 [(15,75,0,True), (16,80,0,True)]
Grounded Until:	 70
Expected Memory: 765.0MB
Grounding...	 [('step', [71]), ('step', [72]), ('step', [73]), ('step', [74]), ('step', [75]), ('check', [75])]
Grounding Time:	 0.34s
Memory:		 617MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 21
Time         : 715.387s (Solving: 701.95s 1st Model: 0.00s Unsat: 25.08s)
CPU Time     : 715.600s

Choices      : 7506601  (Domain: 7354262)
Conflicts    : 1094752  (Analyzed: 1094748)
Restarts     : 1564     (Average: 699.97 Last: 2985)
Model-Level  : 212.0   
Problems     : 21       (Average Length: 36.76 Splits: 0)
Lemmas       : 1094748  (Deleted: 1016445)
  Binary     : 21346    (Ratio:   1.95%)
  Ternary    : 3888     (Ratio:   0.36%)
  Conflict   : 1094748  (Average Length:  834.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1094748  (Average:  6.52 Max: 326 Sum: 7137502)
  Executed   : 1094692  (Average:  6.52 Max: 326 Sum: 7136501 Ratio:  99.99%)
  Bounded    : 56       (Average: 17.88 Max:  47 Sum:   1001 Ratio:   0.01%)

Rules        : 94613    (Original: 86518)
Atoms        : 45936   
Bodies       : 40692    (Original: 32596)
  Count      : 619      (Original: 1518)
Equivalences : 10271    (Atom=Atom: 62 Body=Body: 0 Other: 10209)
Tight        : Yes
Variables    : 327925   (Eliminated: 8994 Frozen: 311401)
Constraints  : 2405359  (Binary:  91.5% Ternary:   6.6% Other:   2.0%)

Memory Peak  : 657MB
Max. Length  : 70 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 54.78s
Memory:		 630MB (+13MB)
UNKNOWN
Iteration Time:	 55.38s

Iteration 21
Queue:		 [(16,80,0,True)]
Grounded Until:	 75
Expected Memory: 778.0MB
Grounding...	 [('step', [76]), ('step', [77]), ('step', [78]), ('step', [79]), ('step', [80]), ('check', [80])]
Grounding Time:	 0.49s
Memory:		 645MB (+15MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 22
Time         : 770.120s (Solving: 755.53s 1st Model: 0.00s Unsat: 25.08s)
CPU Time     : 770.356s

Choices      : 8221940  (Domain: 8067429)
Conflicts    : 1179815  (Analyzed: 1179811)
Restarts     : 1664     (Average: 709.02 Last: 2985)
Model-Level  : 212.0   
Problems     : 22       (Average Length: 38.82 Splits: 0)
Lemmas       : 1179811  (Deleted: 1103251)
  Binary     : 22164    (Ratio:   1.88%)
  Ternary    : 4064     (Ratio:   0.34%)
  Conflict   : 1179811  (Average Length:  835.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1179811  (Average:  6.62 Max: 334 Sum: 7809174)
  Executed   : 1179755  (Average:  6.62 Max: 334 Sum: 7808173 Ratio:  99.99%)
  Bounded    : 56       (Average: 17.88 Max:  47 Sum:   1001 Ratio:   0.01%)

Rules        : 94613    (Original: 86518)
Atoms        : 45936   
Bodies       : 40692    (Original: 32596)
  Count      : 619      (Original: 1518)
Equivalences : 10271    (Atom=Atom: 62 Body=Body: 0 Other: 10209)
Tight        : Yes
Variables    : 350486   (Eliminated: 8994 Frozen: 333962)
Constraints  : 2578384  (Binary:  91.5% Ternary:   6.6% Other:   2.0%)

Memory Peak  : 687MB
Max. Length  : 75 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 54.00s
Memory:		 648MB (+3MB)
UNKNOWN
Iteration Time:	 54.76s

Iteration 22
Queue:		 [(5,25,2,True), (6,30,2,True), (7,35,1,True), (8,40,1,True), (9,45,1,True), (10,50,1,True), (11,55,1,True), (12,60,1,True), (13,65,1,True), (14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True), (22,110,0,True)]
Grounded Until:	 80
Blocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 23
Time         : 822.467s (Solving: 807.75s 1st Model: 0.00s Unsat: 25.08s)
CPU Time     : 822.728s

Choices      : 8372784  (Domain: 8218273)
Conflicts    : 1226654  (Analyzed: 1226650)
Restarts     : 1764     (Average: 695.38 Last: 2985)
Model-Level  : 212.0   
Problems     : 23       (Average Length: 40.70 Splits: 0)
Lemmas       : 1226650  (Deleted: 1153388)
  Binary     : 22268    (Ratio:   1.82%)
  Ternary    : 4103     (Ratio:   0.33%)
  Conflict   : 1226650  (Average Length:  844.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1226650  (Average:  6.48 Max: 334 Sum: 7951069)
  Executed   : 1226594  (Average:  6.48 Max: 334 Sum: 7950068 Ratio:  99.99%)
  Bounded    : 56       (Average: 17.88 Max:  47 Sum:   1001 Ratio:   0.01%)

Rules        : 94613    (Original: 86518)
Atoms        : 45936   
Bodies       : 40692    (Original: 32596)
  Count      : 619      (Original: 1518)
Equivalences : 10271    (Atom=Atom: 62 Body=Body: 0 Other: 10209)
Tight        : Yes
Variables    : 350486   (Eliminated: 8994 Frozen: 341492)
Constraints  : 2578384  (Binary:  91.5% Ternary:   6.6% Other:   2.0%)

Memory Peak  : 687MB
Max. Length  : 80 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 52.31s
Memory:		 659MB (+11MB)
UNKNOWN
Iteration Time:	 52.37s

Iteration 23
Queue:		 [(6,30,2,True), (7,35,1,True), (8,40,1,True), (9,45,1,True), (10,50,1,True), (11,55,1,True), (12,60,1,True), (13,65,1,True), (14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True), (22,110,0,True)]
Grounded Until:	 80
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 24
Time         : 878.565s (Solving: 863.76s 1st Model: 0.00s Unsat: 25.08s)
CPU Time     : 878.852s

Choices      : 8707630  (Domain: 8553119)
Conflicts    : 1282325  (Analyzed: 1282321)
Restarts     : 1864     (Average: 687.94 Last: 2985)
Model-Level  : 212.0   
Problems     : 24       (Average Length: 42.42 Splits: 0)
Lemmas       : 1282321  (Deleted: 1214656)
  Binary     : 22608    (Ratio:   1.76%)
  Ternary    : 4175     (Ratio:   0.33%)
  Conflict   : 1282321  (Average Length:  860.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1282321  (Average:  6.45 Max: 334 Sum: 8268111)
  Executed   : 1282265  (Average:  6.45 Max: 334 Sum: 8267110 Ratio:  99.99%)
  Bounded    : 56       (Average: 17.88 Max:  47 Sum:   1001 Ratio:   0.01%)

Rules        : 94613    (Original: 86518)
Atoms        : 45936   
Bodies       : 40692    (Original: 32596)
  Count      : 619      (Original: 1518)
Equivalences : 10271    (Atom=Atom: 62 Body=Body: 0 Other: 10209)
Tight        : Yes
Variables    : 350486   (Eliminated: 8994 Frozen: 341492)
Constraints  : 2578384  (Binary:  91.5% Ternary:   6.6% Other:   2.0%)

Memory Peak  : 687MB
Max. Length  : 80 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 56.08s
Memory:		 659MB (+0MB)
UNKNOWN
Iteration Time:	 56.12s

Iteration 24
Queue:		 [(7,35,1,True), (8,40,1,True), (9,45,1,True), (10,50,1,True), (11,55,1,True), (12,60,1,True), (13,65,1,True), (14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True), (22,110,0,True)]
Grounded Until:	 80
Unblocking actions...
Solving...
*** Info : (planner): INTERRUPTED by signal!
UNKNOWN

INTERRUPTED  : 1

Models       : 0+
Calls        : 25
Time         : 916.831s (Solving: 901.92s 1st Model: 0.00s Unsat: 25.08s)
CPU Time     : 917.120s

Choices      : 8989258  (Domain: 8834747)
Conflicts    : 1336225  (Analyzed: 1336221)
Restarts     : 1964     (Average: 680.36 Last: 2985)
Model-Level  : 212.0   
Problems     : 25       (Average Length: 44.00 Splits: 0)
Lemmas       : 1336221  (Deleted: 1269117)
  Binary     : 22847    (Ratio:   1.71%)
  Ternary    : 4218     (Ratio:   0.32%)
  Conflict   : 1336221  (Average Length:  856.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1336221  (Average:  6.38 Max: 334 Sum: 8527515)
  Executed   : 1336165  (Average:  6.38 Max: 334 Sum: 8526514 Ratio:  99.99%)
  Bounded    : 56       (Average: 17.88 Max:  47 Sum:   1001 Ratio:   0.01%)

Rules        : 94613    (Original: 86518)
Atoms        : 45936   
Bodies       : 40692    (Original: 32596)
  Count      : 619      (Original: 1518)
Equivalences : 10271    (Atom=Atom: 62 Body=Body: 0 Other: 10209)
Tight        : Yes
Variables    : 350486   (Eliminated: 8994 Frozen: 341492)
Constraints  : 2578384  (Binary:  91.5% Ternary:   6.6% Other:   2.0%)

Memory Peak  : 687MB
Max. Length  : 80 steps
Models       : 1