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-17.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-17.pddl
Parsing...
Parsing: [0.030s CPU, 0.030s wall-clock]
Normalizing task... [0.000s CPU, 0.002s 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.020s CPU, 0.025s wall-clock]
Generated 115 rules.
Computing model... [0.540s CPU, 0.534s wall-clock]
3296 relevant atoms
3425 auxiliary atoms
6721 final queue length
11595 total queue pushes
Completing instantiation... [1.020s CPU, 1.023s wall-clock]
Instantiating: [1.640s CPU, 1.639s 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.010s wall-clock]
Collecting mutex groups... [0.000s CPU, 0.001s wall-clock]
Choosing groups...
350 uncovered facts
Choosing groups: [0.010s CPU, 0.002s wall-clock]
Building translation key... [0.010s CPU, 0.013s wall-clock]
Computing fact groups: [0.170s CPU, 0.171s wall-clock]
Building STRIPS to SAS dictionary... [0.010s CPU, 0.006s wall-clock]
Building dictionary for full mutex groups... [0.000s CPU, 0.003s wall-clock]
Building mutex information...
Building mutex information: [0.010s CPU, 0.004s wall-clock]
Translating task...
Processing axioms...
Simplifying axioms... [0.000s CPU, 0.000s wall-clock]
Processing axioms: [0.050s CPU, 0.057s wall-clock]
Translating task: [1.060s CPU, 1.063s wall-clock]
3920 effect conditions simplified
0 implied preconditions added
Detecting unreachable propositions...
0 operators removed
0 axioms removed
3 propositions removed
Detecting unreachable propositions: [0.580s CPU, 0.584s wall-clock]
Reordering and filtering variables...
353 of 353 variables necessary.
16 of 19 mutex groups necessary.
2344 of 2344 operators necessary.
0 of 0 axiom rules necessary.
Reordering and filtering variables: [0.380s CPU, 0.377s wall-clock]
Translator variables: 353
Translator derived variables: 0
Translator facts: 737
Translator goal facts: 14
Translator mutex groups: 16
Translator total mutex groups size: 48
Translator operators: 2344
Translator axioms: 0
Translator task size: 22454
Translator peak memory: 49100 KB
Writing output... [0.440s CPU, 0.463s wall-clock]
Done! [4.360s CPU, 4.386s wall-clock]
planner.py version 0.0.1

Time:	 0.91s
Memory: 111MB

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         : 1.062s (Solving: 0.00s 1st Model: 0.00s Unsat: 0.00s)
CPU Time     : 0.916s

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        : 64767   
Atoms        : 64767   
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  : 247MB
Max. Length  : 0 steps
Models       : 0

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

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: 183MB
Grounding...	 [('step', [1]), ('step', [2]), ('step', [3]), ('step', [4]), ('step', [5]), ('check', [5])]
Grounding Time:	 0.27s
Memory:		 183MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

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

Choices      : 111      (Domain: 75)
Conflicts    : 33       (Analyzed: 32)
Restarts     : 0       
Problems     : 2        (Average Length: 4.50 Splits: 0)
Lemmas       : 32       (Deleted: 0)
  Binary     : 9        (Ratio:  28.12%)
  Ternary    : 0        (Ratio:   0.00%)
  Conflict   : 32       (Average Length:    5.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 32       (Average:  3.59 Max:  27 Sum:    115)
  Executed   : 28       (Average:  3.47 Max:  27 Sum:    111 Ratio:  96.52%)
  Bounded    : 4        (Average:  1.00 Max:   1 Sum:      4 Ratio:   3.48%)

Rules        : 64767   
Atoms        : 64767   
Bodies       : 1        (Original: 0)
Tight        : Yes
Variables    : 17354    (Eliminated:    0 Frozen: 17354)
Constraints  : 57355    (Binary:  95.3% Ternary:   3.3% Other:   1.4%)

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

[endof: stats after solve call]
Solving Time:	 0.24s
Memory:		 187MB (+4MB)
UNSAT
Iteration Time:	 0.65s

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: 191.0MB
Grounding...	 [('step', [6]), ('step', [7]), ('step', [8]), ('step', [9]), ('step', [10]), ('check', [10])]
Grounding Time:	 0.34s
Memory:		 194MB (+7MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 1+
Calls        : 3
Time         : 2.605s (Solving: 0.02s 1st Model: 0.01s Unsat: 0.00s)
CPU Time     : 2.460s

Choices      : 1198     (Domain: 1004)
Conflicts    : 83       (Analyzed: 82)
Restarts     : 0       
Model-Level  : 274.0   
Problems     : 3        (Average Length: 7.00 Splits: 0)
Lemmas       : 82       (Deleted: 0)
  Binary     : 35       (Ratio:  42.68%)
  Ternary    : 2        (Ratio:   2.44%)
  Conflict   : 82       (Average Length:   53.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 82       (Average: 11.46 Max: 144 Sum:    940)
  Executed   : 78       (Average: 11.41 Max: 144 Sum:    936 Ratio:  99.57%)
  Bounded    : 4        (Average:  1.00 Max:   1 Sum:      4 Ratio:   0.43%)

Rules        : 64767   
Atoms        : 64767   
Bodies       : 1        (Original: 0)
Tight        : Yes
Variables    : 38040    (Eliminated:    0 Frozen: 38040)
Constraints  : 226475   (Binary:  95.6% Ternary:   3.2% Other:   1.2%)

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

[endof: stats after solve call]
Solving Time:	 0.41s
Memory:		 204MB (+10MB)
SAT
Testing...
NOT SERIALIZABLE
Testing Time:	 1.14s
Memory:		 240MB (+36MB)
Solving...
[start: stats after solve call]

Models       : 0
Calls        : 4
Time         : 3.910s (Solving: 0.80s 1st Model: 0.01s Unsat: 0.78s)
CPU Time     : 3.764s

Choices      : 28033    (Domain: 21247)
Conflicts    : 2454     (Analyzed: 2452)
Restarts     : 9        (Average: 272.44 Last: 94)
Model-Level  : 274.0   
Problems     : 4        (Average Length: 8.25 Splits: 0)
Lemmas       : 2452     (Deleted: 0)
  Binary     : 387      (Ratio:  15.78%)
  Ternary    : 212      (Ratio:   8.65%)
  Conflict   : 2452     (Average Length:   71.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 2452     (Average: 11.27 Max: 213 Sum:  27637)
  Executed   : 2435     (Average: 11.21 Max: 213 Sum:  27499 Ratio:  99.50%)
  Bounded    : 17       (Average:  8.12 Max:  12 Sum:    138 Ratio:   0.50%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 60107    (Eliminated: 17109 Frozen: 42998)
Constraints  : 326250   (Binary:  88.2% Ternary:   7.9% Other:   3.9%)

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

[endof: stats after solve call]
Solving Time:	 1.05s
Memory:		 236MB (+-4MB)
UNSAT
Iteration Time:	 3.09s

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

Models       : 0+
Calls        : 5
Time         : 21.032s (Solving: 16.43s 1st Model: 0.01s Unsat: 0.78s)
CPU Time     : 20.896s

Choices      : 255305   (Domain: 212861)
Conflicts    : 31433    (Analyzed: 31431)
Restarts     : 109      (Average: 288.36 Last: 783)
Model-Level  : 274.0   
Problems     : 5        (Average Length: 10.00 Splits: 0)
Lemmas       : 31431    (Deleted: 13270)
  Binary     : 1914     (Ratio:   6.09%)
  Ternary    : 548      (Ratio:   1.74%)
  Conflict   : 31431    (Average Length:  358.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 31431    (Average:  7.83 Max: 439 Sum: 246015)
  Executed   : 31388    (Average:  7.81 Max: 439 Sum: 245459 Ratio:  99.77%)
  Bounded    : 43       (Average: 12.93 Max:  17 Sum:    556 Ratio:   0.23%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 100183   (Eliminated: 17109 Frozen: 68419)
Constraints  : 619422   (Binary:  89.7% Ternary:   7.4% Other:   2.8%)

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

[endof: stats after solve call]
Solving Time:	 16.39s
Memory:		 269MB (+25MB)
UNKNOWN
Iteration Time:	 17.13s

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

Models       : 0+
Calls        : 6
Time         : 41.243s (Solving: 35.01s 1st Model: 0.01s Unsat: 0.78s)
CPU Time     : 41.116s

Choices      : 582332   (Domain: 501627)
Conflicts    : 56676    (Analyzed: 56674)
Restarts     : 209      (Average: 271.17 Last: 783)
Model-Level  : 274.0   
Problems     : 6        (Average Length: 12.00 Splits: 0)
Lemmas       : 56674    (Deleted: 36241)
  Binary     : 3274     (Ratio:   5.78%)
  Ternary    : 971      (Ratio:   1.71%)
  Conflict   : 56674    (Average Length:  495.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 56674    (Average:  9.83 Max: 439 Sum: 557087)
  Executed   : 56621    (Average:  9.82 Max: 439 Sum: 556334 Ratio:  99.86%)
  Bounded    : 53       (Average: 14.21 Max:  22 Sum:    753 Ratio:   0.14%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 140259   (Eliminated: 17109 Frozen: 108495)
Constraints  : 887554   (Binary:  90.4% Ternary:   7.1% Other:   2.5%)

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

[endof: stats after solve call]
Solving Time:	 19.37s
Memory:		 368MB (+86MB)
UNKNOWN
Iteration Time:	 20.23s

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

Models       : 0+
Calls        : 7
Time         : 59.927s (Solving: 52.07s 1st Model: 0.01s Unsat: 0.78s)
CPU Time     : 59.808s

Choices      : 856556   (Domain: 739053)
Conflicts    : 76880    (Analyzed: 76878)
Restarts     : 309      (Average: 248.80 Last: 783)
Model-Level  : 274.0   
Problems     : 7        (Average Length: 14.14 Splits: 0)
Lemmas       : 76878    (Deleted: 47905)
  Binary     : 4193     (Ratio:   5.45%)
  Ternary    : 1158     (Ratio:   1.51%)
  Conflict   : 76878    (Average Length:  548.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 76878    (Average: 10.55 Max: 496 Sum: 810703)
  Executed   : 76817    (Average: 10.53 Max: 496 Sum: 809748 Ratio:  99.88%)
  Bounded    : 61       (Average: 15.66 Max:  27 Sum:    955 Ratio:   0.12%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 180335   (Eliminated: 17109 Frozen: 148571)
Constraints  : 1189506  (Binary:  90.6% Ternary:   7.1% Other:   2.3%)

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

[endof: stats after solve call]
Solving Time:	 17.85s
Memory:		 394MB (+21MB)
UNKNOWN
Iteration Time:	 18.70s

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

Models       : 0+
Calls        : 8
Time         : 105.319s (Solving: 95.84s 1st Model: 0.01s Unsat: 0.78s)
CPU Time     : 105.220s

Choices      : 1327566  (Domain: 1176639)
Conflicts    : 117302   (Analyzed: 117300)
Restarts     : 409      (Average: 286.80 Last: 783)
Model-Level  : 274.0   
Problems     : 8        (Average Length: 16.38 Splits: 0)
Lemmas       : 117300   (Deleted: 89510)
  Binary     : 5922     (Ratio:   5.05%)
  Ternary    : 1558     (Ratio:   1.33%)
  Conflict   : 117300   (Average Length:  847.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 117300   (Average: 10.71 Max: 682 Sum: 1256742)
  Executed   : 117236   (Average: 10.70 Max: 682 Sum: 1255691 Ratio:  99.92%)
  Bounded    : 64       (Average: 16.42 Max:  32 Sum:   1051 Ratio:   0.08%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 220411   (Eliminated: 17109 Frozen: 188647)
Constraints  : 1491430  (Binary:  90.7% Ternary:   7.1% Other:   2.2%)

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

[endof: stats after solve call]
Solving Time:	 44.58s
Memory:		 561MB (+162MB)
UNKNOWN
Iteration Time:	 45.42s

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         : 105.743s (Solving: 96.20s 1st Model: 0.01s Unsat: 1.14s)
CPU Time     : 105.644s

Choices      : 1328241  (Domain: 1177314)
Conflicts    : 117522   (Analyzed: 117519)
Restarts     : 409      (Average: 287.33 Last: 783)
Model-Level  : 274.0   
Problems     : 9        (Average Length: 18.11 Splits: 0)
Lemmas       : 117519   (Deleted: 89510)
  Binary     : 5929     (Ratio:   5.05%)
  Ternary    : 1560     (Ratio:   1.33%)
  Conflict   : 117519   (Average Length:  846.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 117519   (Average: 10.70 Max: 682 Sum: 1257418)
  Executed   : 117454   (Average: 10.69 Max: 682 Sum: 1256366 Ratio:  99.92%)
  Bounded    : 65       (Average: 16.18 Max:  32 Sum:   1052 Ratio:   0.08%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 220411   (Eliminated: 17109 Frozen: 203302)
Constraints  : 1491388  (Binary:  90.7% Ternary:   7.1% Other:   2.2%)

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

[endof: stats after solve call]
Solving Time:	 0.39s
Memory:		 561MB (+0MB)
UNSAT
Iteration Time:	 0.43s

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         : 124.990s (Solving: 115.39s 1st Model: 0.01s Unsat: 20.33s)
CPU Time     : 124.900s

Choices      : 1429681  (Domain: 1278754)
Conflicts    : 133193   (Analyzed: 133189)
Restarts     : 437      (Average: 304.78 Last: 783)
Model-Level  : 274.0   
Problems     : 10       (Average Length: 19.50 Splits: 0)
Lemmas       : 133189   (Deleted: 103174)
  Binary     : 6148     (Ratio:   4.62%)
  Ternary    : 1609     (Ratio:   1.21%)
  Conflict   : 133189   (Average Length:  824.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 133189   (Average: 10.19 Max: 682 Sum: 1356808)
  Executed   : 133122   (Average: 10.18 Max: 682 Sum: 1355723 Ratio:  99.92%)
  Bounded    : 67       (Average: 16.19 Max:  32 Sum:   1085 Ratio:   0.08%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 220411   (Eliminated: 17109 Frozen: 203302)
Constraints  : 1491388  (Binary:  90.7% Ternary:   7.1% Other:   2.2%)

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

[endof: stats after solve call]
Solving Time:	 19.23s
Memory:		 561MB (+0MB)
UNSAT
Iteration Time:	 19.26s

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         : 181.742s (Solving: 172.09s 1st Model: 0.01s Unsat: 20.33s)
CPU Time     : 181.676s

Choices      : 1881645  (Domain: 1721038)
Conflicts    : 180308   (Analyzed: 180304)
Restarts     : 537      (Average: 335.76 Last: 2884)
Model-Level  : 274.0   
Problems     : 11       (Average Length: 20.64 Splits: 0)
Lemmas       : 180304   (Deleted: 143566)
  Binary     : 7197     (Ratio:   3.99%)
  Ternary    : 1865     (Ratio:   1.03%)
  Conflict   : 180304   (Average Length:  778.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 180304   (Average:  9.94 Max: 682 Sum: 1792136)
  Executed   : 180234   (Average:  9.93 Max: 682 Sum: 1790955 Ratio:  99.93%)
  Bounded    : 70       (Average: 16.87 Max:  32 Sum:   1181 Ratio:   0.07%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 220411   (Eliminated: 17109 Frozen: 203302)
Constraints  : 1491374  (Binary:  90.7% Ternary:   7.1% Other:   2.2%)

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

[endof: stats after solve call]
Solving Time:	 56.75s
Memory:		 561MB (+0MB)
UNKNOWN
Iteration Time:	 56.78s

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         : 226.156s (Solving: 216.44s 1st Model: 0.01s Unsat: 20.33s)
CPU Time     : 226.108s

Choices      : 2299643  (Domain: 2097589)
Conflicts    : 222707   (Analyzed: 222703)
Restarts     : 637      (Average: 349.61 Last: 2884)
Model-Level  : 274.0   
Problems     : 12       (Average Length: 21.58 Splits: 0)
Lemmas       : 222703   (Deleted: 187696)
  Binary     : 8909     (Ratio:   4.00%)
  Ternary    : 2175     (Ratio:   0.98%)
  Conflict   : 222703   (Average Length:  854.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 222703   (Average:  9.82 Max: 682 Sum: 2187180)
  Executed   : 222633   (Average:  9.82 Max: 682 Sum: 2185999 Ratio:  99.95%)
  Bounded    : 70       (Average: 16.87 Max:  32 Sum:   1181 Ratio:   0.05%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 220411   (Eliminated: 17109 Frozen: 203302)
Constraints  : 1491332  (Binary:  90.7% Ternary:   7.1% Other:   2.2%)

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

[endof: stats after solve call]
Solving Time:	 44.40s
Memory:		 561MB (+0MB)
UNKNOWN
Iteration Time:	 44.44s

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: 728.0MB
Grounding...	 [('step', [31]), ('step', [32]), ('step', [33]), ('step', [34]), ('step', [35]), ('check', [35])]
Grounding Time:	 0.55s
Memory:		 561MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 13
Time         : 271.652s (Solving: 260.26s 1st Model: 0.01s Unsat: 20.33s)
CPU Time     : 271.620s

Choices      : 2853757  (Domain: 2634204)
Conflicts    : 263254   (Analyzed: 263250)
Restarts     : 737      (Average: 357.19 Last: 2884)
Model-Level  : 274.0   
Problems     : 13       (Average Length: 22.77 Splits: 0)
Lemmas       : 263250   (Deleted: 227971)
  Binary     : 10661    (Ratio:   4.05%)
  Ternary    : 2365     (Ratio:   0.90%)
  Conflict   : 263250   (Average Length:  859.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 263250   (Average: 10.34 Max: 682 Sum: 2721350)
  Executed   : 263180   (Average: 10.33 Max: 682 Sum: 2720169 Ratio:  99.96%)
  Bounded    : 70       (Average: 16.87 Max:  32 Sum:   1181 Ratio:   0.04%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 260487   (Eliminated: 17109 Frozen: 228723)
Constraints  : 1793312  (Binary:  90.8% Ternary:   7.1% Other:   2.1%)

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

[endof: stats after solve call]
Solving Time:	 44.66s
Memory:		 583MB (+22MB)
UNKNOWN
Iteration Time:	 45.53s

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: 750.0MB
Grounding...	 [('step', [36]), ('step', [37]), ('step', [38]), ('step', [39]), ('step', [40]), ('check', [40])]
Grounding Time:	 0.56s
Memory:		 587MB (+4MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 14
Time         : 318.712s (Solving: 305.63s 1st Model: 0.01s Unsat: 20.33s)
CPU Time     : 318.700s

Choices      : 3532769  (Domain: 3294824)
Conflicts    : 308148   (Analyzed: 308144)
Restarts     : 837      (Average: 368.15 Last: 2884)
Model-Level  : 274.0   
Problems     : 14       (Average Length: 24.14 Splits: 0)
Lemmas       : 308144   (Deleted: 266606)
  Binary     : 12224    (Ratio:   3.97%)
  Ternary    : 2568     (Ratio:   0.83%)
  Conflict   : 308144   (Average Length:  884.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 308144   (Average: 10.97 Max: 682 Sum: 3380253)
  Executed   : 308073   (Average: 10.97 Max: 682 Sum: 3379030 Ratio:  99.96%)
  Bounded    : 71       (Average: 17.23 Max:  42 Sum:   1223 Ratio:   0.04%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 300563   (Eliminated: 17109 Frozen: 268799)
Constraints  : 2095292  (Binary:  90.9% Ternary:   7.1% Other:   2.1%)

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

[endof: stats after solve call]
Solving Time:	 46.20s
Memory:		 612MB (+25MB)
UNKNOWN
Iteration Time:	 47.09s

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: 779.0MB
Grounding...	 [('step', [41]), ('step', [42]), ('step', [43]), ('step', [44]), ('step', [45]), ('check', [45])]
Grounding Time:	 0.71s
Memory:		 626MB (+14MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 15
Time         : 369.517s (Solving: 354.57s 1st Model: 0.01s Unsat: 20.33s)
CPU Time     : 369.524s

Choices      : 4248056  (Domain: 3991693)
Conflicts    : 357387   (Analyzed: 357383)
Restarts     : 937      (Average: 381.41 Last: 2884)
Model-Level  : 274.0   
Problems     : 15       (Average Length: 25.67 Splits: 0)
Lemmas       : 357383   (Deleted: 308233)
  Binary     : 14272    (Ratio:   3.99%)
  Ternary    : 2937     (Ratio:   0.82%)
  Conflict   : 357383   (Average Length:  915.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 357383   (Average: 11.39 Max: 682 Sum: 4071612)
  Executed   : 357312   (Average: 11.39 Max: 682 Sum: 4070389 Ratio:  99.97%)
  Bounded    : 71       (Average: 17.23 Max:  42 Sum:   1223 Ratio:   0.03%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 340639   (Eliminated: 17109 Frozen: 308875)
Constraints  : 2397258  (Binary:  90.9% Ternary:   7.1% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 49.77s
Memory:		 671MB (+45MB)
UNKNOWN
Iteration Time:	 50.84s

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: 838.0MB
Grounding...	 [('step', [46]), ('step', [47]), ('step', [48]), ('step', [49]), ('step', [50]), ('check', [50])]
Grounding Time:	 0.54s
Memory:		 671MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 16
Time         : 422.479s (Solving: 405.81s 1st Model: 0.01s Unsat: 20.33s)
CPU Time     : 422.508s

Choices      : 4960722  (Domain: 4699202)
Conflicts    : 401746   (Analyzed: 401742)
Restarts     : 1037     (Average: 387.41 Last: 2884)
Model-Level  : 274.0   
Problems     : 16       (Average Length: 27.31 Splits: 0)
Lemmas       : 401742   (Deleted: 354347)
  Binary     : 15783    (Ratio:   3.93%)
  Ternary    : 3077     (Ratio:   0.77%)
  Conflict   : 401742   (Average Length:  931.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 401742   (Average: 11.84 Max: 682 Sum: 4758534)
  Executed   : 401671   (Average: 11.84 Max: 682 Sum: 4757311 Ratio:  99.97%)
  Bounded    : 71       (Average: 17.23 Max:  42 Sum:   1223 Ratio:   0.03%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 380715   (Eliminated: 17109 Frozen: 348951)
Constraints  : 2699238  (Binary:  90.9% Ternary:   7.1% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 52.08s
Memory:		 688MB (+17MB)
UNKNOWN
Iteration Time:	 52.99s

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: 855.0MB
Grounding...	 [('step', [51]), ('step', [52]), ('step', [53]), ('step', [54]), ('step', [55]), ('check', [55])]
Grounding Time:	 0.54s
Memory:		 688MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 17
Time         : 474.292s (Solving: 455.88s 1st Model: 0.01s Unsat: 20.33s)
CPU Time     : 474.344s

Choices      : 5651283  (Domain: 5387431)
Conflicts    : 443774   (Analyzed: 443770)
Restarts     : 1137     (Average: 390.30 Last: 2884)
Model-Level  : 274.0   
Problems     : 17       (Average Length: 29.06 Splits: 0)
Lemmas       : 443770   (Deleted: 397174)
  Binary     : 16878    (Ratio:   3.80%)
  Ternary    : 3194     (Ratio:   0.72%)
  Conflict   : 443770   (Average Length:  953.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 443770   (Average: 12.21 Max: 682 Sum: 5418663)
  Executed   : 443697   (Average: 12.21 Max: 682 Sum: 5417326 Ratio:  99.98%)
  Bounded    : 73       (Average: 18.32 Max:  57 Sum:   1337 Ratio:   0.02%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 420791   (Eliminated: 17109 Frozen: 389027)
Constraints  : 3001218  (Binary:  91.0% Ternary:   7.1% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 50.92s
Memory:		 713MB (+25MB)
UNKNOWN
Iteration Time:	 51.85s

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: 880.0MB
Grounding...	 [('step', [56]), ('step', [57]), ('step', [58]), ('step', [59]), ('step', [60]), ('check', [60])]
Grounding Time:	 0.56s
Memory:		 713MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 18
Time         : 536.255s (Solving: 516.05s 1st Model: 0.01s Unsat: 20.33s)
CPU Time     : 536.332s

Choices      : 6611527  (Domain: 6335657)
Conflicts    : 497857   (Analyzed: 497853)
Restarts     : 1237     (Average: 402.47 Last: 2884)
Model-Level  : 274.0   
Problems     : 18       (Average Length: 30.89 Splits: 0)
Lemmas       : 497853   (Deleted: 452029)
  Binary     : 18582    (Ratio:   3.73%)
  Ternary    : 3401     (Ratio:   0.68%)
  Conflict   : 497853   (Average Length:  988.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 497853   (Average: 12.75 Max: 682 Sum: 6349172)
  Executed   : 497779   (Average: 12.75 Max: 682 Sum: 6347773 Ratio:  99.98%)
  Bounded    : 74       (Average: 18.91 Max:  62 Sum:   1399 Ratio:   0.02%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 460867   (Eliminated: 17109 Frozen: 429103)
Constraints  : 3303170  (Binary:  91.0% Ternary:   7.1% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 61.03s
Memory:		 784MB (+71MB)
UNKNOWN
Iteration Time:	 62.00s

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

Models       : 0+
Calls        : 19
Time         : 572.764s (Solving: 550.75s 1st Model: 0.01s Unsat: 20.33s)
CPU Time     : 572.856s

Choices      : 7001455  (Domain: 6725155)
Conflicts    : 532056   (Analyzed: 532052)
Restarts     : 1337     (Average: 397.94 Last: 2884)
Model-Level  : 274.0   
Problems     : 19       (Average Length: 32.79 Splits: 0)
Lemmas       : 532052   (Deleted: 477196)
  Binary     : 19247    (Ratio:   3.62%)
  Ternary    : 3451     (Ratio:   0.65%)
  Conflict   : 532052   (Average Length: 1007.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 532052   (Average: 12.60 Max: 682 Sum: 6705507)
  Executed   : 531978   (Average: 12.60 Max: 682 Sum: 6704108 Ratio:  99.98%)
  Bounded    : 74       (Average: 18.91 Max:  62 Sum:   1399 Ratio:   0.02%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 500943   (Eliminated: 17109 Frozen: 469179)
Constraints  : 3605133  (Binary:  91.0% Ternary:   7.0% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 35.57s
Memory:		 801MB (+17MB)
UNKNOWN
Iteration Time:	 36.54s

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

Models       : 0+
Calls        : 20
Time         : 636.733s (Solving: 612.89s 1st Model: 0.01s Unsat: 20.33s)
CPU Time     : 636.852s

Choices      : 7664234  (Domain: 7387528)
Conflicts    : 591502   (Analyzed: 591498)
Restarts     : 1437     (Average: 411.62 Last: 2884)
Model-Level  : 274.0   
Problems     : 20       (Average Length: 34.75 Splits: 0)
Lemmas       : 591498   (Deleted: 537005)
  Binary     : 20342    (Ratio:   3.44%)
  Ternary    : 3584     (Ratio:   0.61%)
  Conflict   : 591498   (Average Length: 1038.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 591498   (Average: 12.40 Max: 766 Sum: 7335336)
  Executed   : 591424   (Average: 12.40 Max: 766 Sum: 7333937 Ratio:  99.98%)
  Bounded    : 74       (Average: 18.91 Max:  62 Sum:   1399 Ratio:   0.02%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 541019   (Eliminated: 17109 Frozen: 509255)
Constraints  : 3907113  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 63.02s
Memory:		 816MB (+15MB)
UNKNOWN
Iteration Time:	 64.01s

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

Models       : 0+
Calls        : 21
Time         : 696.412s (Solving: 670.67s 1st Model: 0.01s Unsat: 20.33s)
CPU Time     : 696.556s

Choices      : 8722346  (Domain: 8430280)
Conflicts    : 658874   (Analyzed: 658870)
Restarts     : 1537     (Average: 428.67 Last: 2884)
Model-Level  : 274.0   
Problems     : 21       (Average Length: 36.76 Splits: 0)
Lemmas       : 658870   (Deleted: 594990)
  Binary     : 21756    (Ratio:   3.30%)
  Ternary    : 3851     (Ratio:   0.58%)
  Conflict   : 658870   (Average Length: 1053.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 658870   (Average: 12.68 Max: 766 Sum: 8356601)
  Executed   : 658794   (Average: 12.68 Max: 766 Sum: 8355048 Ratio:  99.98%)
  Bounded    : 76       (Average: 20.43 Max:  77 Sum:   1553 Ratio:   0.02%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 581095   (Eliminated: 17109 Frozen: 549331)
Constraints  : 4209093  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 58.66s
Memory:		 842MB (+26MB)
UNKNOWN
Iteration Time:	 59.72s

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

Models       : 0+
Calls        : 22
Time         : 743.050s (Solving: 715.41s 1st Model: 0.01s Unsat: 20.33s)
CPU Time     : 743.212s

Choices      : 9314941  (Domain: 9015065)
Conflicts    : 704915   (Analyzed: 704911)
Restarts     : 1637     (Average: 430.61 Last: 2884)
Model-Level  : 274.0   
Problems     : 22       (Average Length: 38.82 Splits: 0)
Lemmas       : 704911   (Deleted: 644274)
  Binary     : 22537    (Ratio:   3.20%)
  Ternary    : 3956     (Ratio:   0.56%)
  Conflict   : 704911   (Average Length: 1063.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 704911   (Average: 12.64 Max: 766 Sum: 8912943)
  Executed   : 704833   (Average: 12.64 Max: 766 Sum: 8911226 Ratio:  99.98%)
  Bounded    : 78       (Average: 22.01 Max:  82 Sum:   1717 Ratio:   0.02%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 621171   (Eliminated: 17109 Frozen: 589407)
Constraints  : 4511045  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 45.63s
Memory:		 867MB (+25MB)
UNKNOWN
Iteration Time:	 46.67s

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         : 817.117s (Solving: 789.34s 1st Model: 0.01s Unsat: 20.33s)
CPU Time     : 817.312s

Choices      : 9501394  (Domain: 9201518)
Conflicts    : 748908   (Analyzed: 748904)
Restarts     : 1737     (Average: 431.15 Last: 2884)
Model-Level  : 274.0   
Problems     : 23       (Average Length: 40.70 Splits: 0)
Lemmas       : 748904   (Deleted: 690000)
  Binary     : 22738    (Ratio:   3.04%)
  Ternary    : 3997     (Ratio:   0.53%)
  Conflict   : 748904   (Average Length: 1111.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 748904   (Average: 12.13 Max: 766 Sum: 9084999)
  Executed   : 748826   (Average: 12.13 Max: 766 Sum: 9083282 Ratio:  99.98%)
  Bounded    : 78       (Average: 22.01 Max:  82 Sum:   1717 Ratio:   0.02%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 621171   (Eliminated: 17109 Frozen: 604062)
Constraints  : 4511009  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 74.05s
Memory:		 867MB (+0MB)
UNKNOWN
Iteration Time:	 74.10s

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         : 885.202s (Solving: 857.29s 1st Model: 0.01s Unsat: 20.33s)
CPU Time     : 885.428s

Choices      : 9845608  (Domain: 9545732)
Conflicts    : 793947   (Analyzed: 793943)
Restarts     : 1837     (Average: 432.20 Last: 6392)
Model-Level  : 274.0   
Problems     : 24       (Average Length: 42.42 Splits: 0)
Lemmas       : 793943   (Deleted: 732585)
  Binary     : 23109    (Ratio:   2.91%)
  Ternary    : 4055     (Ratio:   0.51%)
  Conflict   : 793943   (Average Length: 1152.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 793943   (Average: 11.85 Max: 766 Sum: 9408727)
  Executed   : 793864   (Average: 11.85 Max: 766 Sum: 9406928 Ratio:  99.98%)
  Bounded    : 79       (Average: 22.77 Max:  82 Sum:   1799 Ratio:   0.02%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 621171   (Eliminated: 17109 Frozen: 604062)
Constraints  : 4511009  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 68.06s
Memory:		 867MB (+0MB)
UNKNOWN
Iteration Time:	 68.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         : 892.963s (Solving: 864.90s 1st Model: 0.01s Unsat: 20.33s)
CPU Time     : 893.180s

Choices      : 9910413  (Domain: 9610537)
Conflicts    : 802829   (Analyzed: 802825)
Restarts     : 1849     (Average: 434.19 Last: 6392)
Model-Level  : 274.0   
Problems     : 25       (Average Length: 44.00 Splits: 0)
Lemmas       : 802825   (Deleted: 732585)
  Binary     : 23226    (Ratio:   2.89%)
  Ternary    : 4075     (Ratio:   0.51%)
  Conflict   : 802825   (Average Length: 1148.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 802825   (Average: 11.80 Max: 766 Sum: 9471186)
  Executed   : 802746   (Average: 11.80 Max: 766 Sum: 9469387 Ratio:  99.98%)
  Bounded    : 79       (Average: 22.77 Max:  82 Sum:   1799 Ratio:   0.02%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 621171   (Eliminated: 17109 Frozen: 604062)
Constraints  : 4510995  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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