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-4.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-4.pddl
Parsing...
Parsing: [0.050s CPU, 0.125s wall-clock]
Normalizing task... [0.010s CPU, 0.004s wall-clock]
Instantiating...
Generating Datalog program... [0.010s CPU, 0.013s wall-clock]
Normalizing Datalog program...
Normalizing Datalog program: [0.060s CPU, 0.061s wall-clock]
Preparing model... [0.030s CPU, 0.030s wall-clock]
Generated 115 rules.
Computing model... [0.340s CPU, 0.339s wall-clock]
2025 relevant atoms
2105 auxiliary atoms
4130 final queue length
7122 total queue pushes
Completing instantiation... [0.600s CPU, 0.599s wall-clock]
Instantiating: [1.040s CPU, 1.047s wall-clock]
Computing fact groups...
Finding invariants...
24 initial candidates
Finding invariants: [0.130s CPU, 0.131s 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.000s CPU, 0.008s wall-clock]
Computing fact groups: [0.160s CPU, 0.161s wall-clock]
Building STRIPS to SAS dictionary... [0.000s CPU, 0.002s wall-clock]
Building dictionary for full mutex groups... [0.010s 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.659s 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.311s 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.210s 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.275s wall-clock]
Done! [2.730s CPU, 2.821s 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.647s (Solving: 0.00s 1st Model: 0.00s Unsat: 0.00s)
CPU Time     : 0.560s

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

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    : 10322    (Eliminated:    0 Frozen: 10322)
Constraints  : 36431    (Binary:  95.0% 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.401s (Solving: 0.01s 1st Model: 0.01s Unsat: 0.00s)
CPU Time     : 1.312s

Choices      : 641      (Domain: 602)
Conflicts    : 67       (Analyzed: 66)
Restarts     : 0       
Model-Level  : 207.0   
Problems     : 3        (Average Length: 7.00 Splits: 0)
Lemmas       : 66       (Deleted: 0)
  Binary     : 17       (Ratio:  25.76%)
  Ternary    : 2        (Ratio:   3.03%)
  Conflict   : 66       (Average Length:   17.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 66       (Average:  6.77 Max:  65 Sum:    447)
  Executed   : 65       (Average:  6.76 Max:  65 Sum:    446 Ratio:  99.78%)
  Bounded    : 1        (Average:  1.00 Max:   1 Sum:      1 Ratio:   0.22%)

Rules        : 38518   
Atoms        : 38518   
Bodies       : 1        (Original: 0)
Tight        : Yes
Variables    : 22613    (Eliminated:    0 Frozen: 22613)
Constraints  : 136846   (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:		 170MB (+6MB)
SAT
Testing...
NOT SERIALIZABLE
Testing Time:	 0.65s
Memory:		 191MB (+21MB)
Solving...
[start: stats after solve call]

Models       : 0
Calls        : 4
Time         : 2.027s (Solving: 0.36s 1st Model: 0.01s Unsat: 0.35s)
CPU Time     : 1.940s

Choices      : 14429    (Domain: 9836)
Conflicts    : 1574     (Analyzed: 1572)
Restarts     : 6        (Average: 262.00 Last: 376)
Model-Level  : 207.0   
Problems     : 4        (Average Length: 8.25 Splits: 0)
Lemmas       : 1572     (Deleted: 0)
  Binary     : 289      (Ratio:  18.38%)
  Ternary    : 161      (Ratio:  10.24%)
  Conflict   : 1572     (Average Length:   39.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1572     (Average:  9.02 Max: 110 Sum:  14173)
  Executed   : 1558     (Average:  8.94 Max: 110 Sum:  14049 Ratio:  99.13%)
  Bounded    : 14       (Average:  8.86 Max:  12 Sum:    124 Ratio:   0.87%)

Rules        : 94634    (Original: 86539)
Atoms        : 45959   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 34656    (Eliminated: 8994 Frozen: 25662)
Constraints  : 195011   (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.48s
Memory:		 188MB (+-3MB)
UNSAT
Iteration Time:	 1.56s

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

Models       : 0
Calls        : 5
Time         : 7.452s (Solving: 5.00s 1st Model: 0.01s Unsat: 4.99s)
CPU Time     : 7.364s

Choices      : 108961   (Domain: 80412)
Conflicts    : 16037    (Analyzed: 16034)
Restarts     : 49       (Average: 327.22 Last: 376)
Model-Level  : 207.0   
Problems     : 5        (Average Length: 10.00 Splits: 0)
Lemmas       : 16034    (Deleted: 4970)
  Binary     : 1213     (Ratio:   7.57%)
  Ternary    : 412      (Ratio:   2.57%)
  Conflict   : 16034    (Average Length:  233.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 16034    (Average:  6.62 Max: 252 Sum: 106067)
  Executed   : 16001    (Average:  6.59 Max: 252 Sum: 105630 Ratio:  99.59%)
  Bounded    : 33       (Average: 13.24 Max:  17 Sum:    437 Ratio:   0.41%)

Rules        : 94634    (Original: 86539)
Atoms        : 45959   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 57232    (Eliminated: 8994 Frozen: 40708)
Constraints  : 359029   (Binary:  90.3% Ternary:   6.8% Other:   2.9%)

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

[endof: stats after solve call]
Solving Time:	 4.95s
Memory:		 206MB (+11MB)
UNSAT
Iteration Time:	 5.43s

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.35s
Memory:		 213MB (+7MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 6
Time         : 28.694s (Solving: 25.43s 1st Model: 0.01s Unsat: 4.99s)
CPU Time     : 28.616s

Choices      : 440526   (Domain: 386810)
Conflicts    : 57137    (Analyzed: 57134)
Restarts     : 149      (Average: 383.45 Last: 376)
Model-Level  : 207.0   
Problems     : 6        (Average Length: 12.00 Splits: 0)
Lemmas       : 57134    (Deleted: 35517)
  Binary     : 2574     (Ratio:   4.51%)
  Ternary    : 742      (Ratio:   1.30%)
  Conflict   : 57134    (Average Length:  353.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 57134    (Average:  7.47 Max: 362 Sum: 426573)
  Executed   : 57085    (Average:  7.45 Max: 362 Sum: 425804 Ratio:  99.82%)
  Bounded    : 49       (Average: 15.69 Max:  22 Sum:    769 Ratio:   0.18%)

Rules        : 94634    (Original: 86539)
Atoms        : 45959   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 79808    (Eliminated: 8994 Frozen: 63284)
Constraints  : 513341   (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:	 20.77s
Memory:		 225MB (+12MB)
UNKNOWN
Iteration Time:	 21.26s

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

Models       : 0+
Calls        : 7
Time         : 115.426s (Solving: 111.36s 1st Model: 0.01s Unsat: 4.99s)
CPU Time     : 115.388s

Choices      : 852054   (Domain: 782848)
Conflicts    : 152538   (Analyzed: 152535)
Restarts     : 249      (Average: 612.59 Last: 376)
Model-Level  : 207.0   
Problems     : 7        (Average Length: 14.14 Splits: 0)
Lemmas       : 152535   (Deleted: 121718)
  Binary     : 4158     (Ratio:   2.73%)
  Ternary    : 988      (Ratio:   0.65%)
  Conflict   : 152535   (Average Length:  814.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 152535   (Average:  5.42 Max: 362 Sum: 826081)
  Executed   : 152484   (Average:  5.41 Max: 362 Sum: 825264 Ratio:  99.90%)
  Bounded    : 51       (Average: 16.02 Max:  24 Sum:    817 Ratio:   0.10%)

Rules        : 94634    (Original: 86539)
Atoms        : 45959   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 102384   (Eliminated: 8994 Frozen: 85860)
Constraints  : 678082   (Binary:  91.1% Ternary:   6.6% Other:   2.3%)

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

[endof: stats after solve call]
Solving Time:	 86.31s
Memory:		 371MB (+144MB)
UNKNOWN
Iteration Time:	 86.78s

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

Models       : 0+
Calls        : 8
Time         : 146.501s (Solving: 141.57s 1st Model: 0.01s Unsat: 4.99s)
CPU Time     : 146.476s

Choices      : 1239369  (Domain: 1159510)
Conflicts    : 206066   (Analyzed: 206063)
Restarts     : 349      (Average: 590.44 Last: 471)
Model-Level  : 207.0   
Problems     : 8        (Average Length: 16.38 Splits: 0)
Lemmas       : 206063   (Deleted: 180011)
  Binary     : 5629     (Ratio:   2.73%)
  Ternary    : 1290     (Ratio:   0.63%)
  Conflict   : 206063   (Average Length:  767.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 206063   (Average:  5.82 Max: 362 Sum: 1198629)
  Executed   : 206005   (Average:  5.81 Max: 362 Sum: 1197605 Ratio:  99.91%)
  Bounded    : 58       (Average: 17.66 Max:  32 Sum:   1024 Ratio:   0.09%)

Rules        : 94634    (Original: 86539)
Atoms        : 45959   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 124960   (Eliminated: 8994 Frozen: 108436)
Constraints  : 851127   (Binary:  91.2% Ternary:   6.6% Other:   2.2%)

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

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

Iteration 8
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), (17,85,0,True)]
Grounded Until:	 30
Blocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 9
Time         : 164.908s (Solving: 159.94s 1st Model: 0.01s Unsat: 4.99s)
CPU Time     : 164.888s

Choices      : 1448721  (Domain: 1368862)
Conflicts    : 252924   (Analyzed: 252921)
Restarts     : 449      (Average: 563.30 Last: 471)
Model-Level  : 207.0   
Problems     : 9        (Average Length: 18.11 Splits: 0)
Lemmas       : 252921   (Deleted: 218168)
  Binary     : 6033     (Ratio:   2.39%)
  Ternary    : 1356     (Ratio:   0.54%)
  Conflict   : 252921   (Average Length:  698.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 252921   (Average:  5.53 Max: 362 Sum: 1399137)
  Executed   : 252857   (Average:  5.53 Max: 362 Sum: 1397986 Ratio:  99.92%)
  Bounded    : 64       (Average: 17.98 Max:  32 Sum:   1151 Ratio:   0.08%)

Rules        : 94634    (Original: 86539)
Atoms        : 45959   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 124960   (Eliminated: 8994 Frozen: 115966)
Constraints  : 851096   (Binary:  91.2% Ternary:   6.6% Other:   2.2%)

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

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

Iteration 9
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), (17,85,0,True)]
Grounded Until:	 30
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 10
Time         : 183.511s (Solving: 178.50s 1st Model: 0.01s Unsat: 4.99s)
CPU Time     : 183.500s

Choices      : 1532358  (Domain: 1452499)
Conflicts    : 277362   (Analyzed: 277359)
Restarts     : 549      (Average: 505.21 Last: 2119)
Model-Level  : 207.0   
Problems     : 10       (Average Length: 19.50 Splits: 0)
Lemmas       : 277359   (Deleted: 249296)
  Binary     : 6115     (Ratio:   2.20%)
  Ternary    : 1381     (Ratio:   0.50%)
  Conflict   : 277359   (Average Length:  707.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 277359   (Average:  5.31 Max: 362 Sum: 1473896)
  Executed   : 277295   (Average:  5.31 Max: 362 Sum: 1472745 Ratio:  99.92%)
  Bounded    : 64       (Average: 17.98 Max:  32 Sum:   1151 Ratio:   0.08%)

Rules        : 94634    (Original: 86539)
Atoms        : 45959   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 124960   (Eliminated: 8994 Frozen: 115966)
Constraints  : 851054   (Binary:  91.2% Ternary:   6.6% Other:   2.2%)

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

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

Iteration 10
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), (17,85,0,True)]
Grounded Until:	 30
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 11
Time         : 264.042s (Solving: 258.99s 1st Model: 0.01s Unsat: 4.99s)
CPU Time     : 264.068s

Choices      : 2021336  (Domain: 1938269)
Conflicts    : 363709   (Analyzed: 363706)
Restarts     : 649      (Average: 560.41 Last: 2451)
Model-Level  : 207.0   
Problems     : 11       (Average Length: 20.64 Splits: 0)
Lemmas       : 363706   (Deleted: 318580)
  Binary     : 6991     (Ratio:   1.92%)
  Ternary    : 1543     (Ratio:   0.42%)
  Conflict   : 363706   (Average Length:  828.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 363706   (Average:  5.35 Max: 362 Sum: 1944837)
  Executed   : 363640   (Average:  5.34 Max: 362 Sum: 1943625 Ratio:  99.94%)
  Bounded    : 66       (Average: 18.36 Max:  32 Sum:   1212 Ratio:   0.06%)

Rules        : 94634    (Original: 86539)
Atoms        : 45959   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 124960   (Eliminated: 8994 Frozen: 115966)
Constraints  : 851054   (Binary:  91.2% Ternary:   6.6% Other:   2.2%)

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

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

Iteration 11
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), (17,85,0,True)]
Grounded Until:	 30
Expected Memory: 532.0MB
Grounding...	 [('step', [31]), ('step', [32]), ('step', [33]), ('step', [34]), ('step', [35]), ('check', [35])]
Grounding Time:	 0.32s
Memory:		 388MB (+2MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 12
Time         : 344.087s (Solving: 338.16s 1st Model: 0.01s Unsat: 4.99s)
CPU Time     : 344.144s

Choices      : 2544473  (Domain: 2451632)
Conflicts    : 470958   (Analyzed: 470955)
Restarts     : 749      (Average: 628.78 Last: 2451)
Model-Level  : 207.0   
Problems     : 12       (Average Length: 22.00 Splits: 0)
Lemmas       : 470955   (Deleted: 420443)
  Binary     : 8661     (Ratio:   1.84%)
  Ternary    : 1789     (Ratio:   0.38%)
  Conflict   : 470955   (Average Length:  851.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 470955   (Average:  5.21 Max: 362 Sum: 2451852)
  Executed   : 470889   (Average:  5.20 Max: 362 Sum: 2450640 Ratio:  99.95%)
  Bounded    : 66       (Average: 18.36 Max:  32 Sum:   1212 Ratio:   0.05%)

Rules        : 94634    (Original: 86539)
Atoms        : 45959   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 147536   (Eliminated: 8994 Frozen: 131012)
Constraints  : 1024082  (Binary:  91.2% Ternary:   6.6% Other:   2.2%)

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

[endof: stats after solve call]
Solving Time:	 79.57s
Memory:		 408MB (+20MB)
UNKNOWN
Iteration Time:	 80.09s

Iteration 12
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), (17,85,0,True)]
Grounded Until:	 35
Expected Memory: 554.0MB
Grounding...	 [('step', [36]), ('step', [37]), ('step', [38]), ('step', [39]), ('step', [40]), ('check', [40])]
Grounding Time:	 0.38s
Memory:		 420MB (+12MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 13
Time         : 386.323s (Solving: 379.45s 1st Model: 0.01s Unsat: 4.99s)
CPU Time     : 386.400s

Choices      : 3015002  (Domain: 2909627)
Conflicts    : 538354   (Analyzed: 538351)
Restarts     : 849      (Average: 634.10 Last: 2451)
Model-Level  : 207.0   
Problems     : 13       (Average Length: 23.54 Splits: 0)
Lemmas       : 538351   (Deleted: 490430)
  Binary     : 10167    (Ratio:   1.89%)
  Ternary    : 2034     (Ratio:   0.38%)
  Conflict   : 538351   (Average Length:  842.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 538351   (Average:  5.39 Max: 362 Sum: 2901005)
  Executed   : 538285   (Average:  5.39 Max: 362 Sum: 2899793 Ratio:  99.96%)
  Bounded    : 66       (Average: 18.36 Max:  32 Sum:   1212 Ratio:   0.04%)

Rules        : 94634    (Original: 86539)
Atoms        : 45959   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 170112   (Eliminated: 8994 Frozen: 153588)
Constraints  : 1197127  (Binary:  91.3% Ternary:   6.6% Other:   2.1%)

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

[endof: stats after solve call]
Solving Time:	 41.67s
Memory:		 429MB (+9MB)
UNKNOWN
Iteration Time:	 42.26s

Iteration 13
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), (17,85,0,True)]
Grounded Until:	 40
Expected Memory: 575.0MB
Grounding...	 [('step', [41]), ('step', [42]), ('step', [43]), ('step', [44]), ('step', [45]), ('check', [45])]
Grounding Time:	 0.31s
Memory:		 431MB (+2MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 14
Time         : 429.489s (Solving: 421.75s 1st Model: 0.01s Unsat: 4.99s)
CPU Time     : 429.588s

Choices      : 3597105  (Domain: 3480997)
Conflicts    : 606622   (Analyzed: 606619)
Restarts     : 949      (Average: 639.22 Last: 2451)
Model-Level  : 207.0   
Problems     : 14       (Average Length: 25.21 Splits: 0)
Lemmas       : 606619   (Deleted: 555052)
  Binary     : 12665    (Ratio:   2.09%)
  Ternary    : 2318     (Ratio:   0.38%)
  Conflict   : 606619   (Average Length:  822.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 606619   (Average:  5.70 Max: 362 Sum: 3458655)
  Executed   : 606553   (Average:  5.70 Max: 362 Sum: 3457443 Ratio:  99.96%)
  Bounded    : 66       (Average: 18.36 Max:  32 Sum:   1212 Ratio:   0.04%)

Rules        : 94634    (Original: 86539)
Atoms        : 45959   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 192688   (Eliminated: 8994 Frozen: 176164)
Constraints  : 1370172  (Binary:  91.3% Ternary:   6.6% Other:   2.1%)

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

[endof: stats after solve call]
Solving Time:	 42.68s
Memory:		 445MB (+14MB)
UNKNOWN
Iteration Time:	 43.19s

Iteration 14
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), (17,85,0,True)]
Grounded Until:	 45
Expected Memory: 591.0MB
Grounding...	 [('step', [46]), ('step', [47]), ('step', [48]), ('step', [49]), ('step', [50]), ('check', [50])]
Grounding Time:	 0.31s
Memory:		 445MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 15
Time         : 481.215s (Solving: 472.59s 1st Model: 0.01s Unsat: 4.99s)
CPU Time     : 481.340s

Choices      : 4229237  (Domain: 4105101)
Conflicts    : 691637   (Analyzed: 691634)
Restarts     : 1049     (Average: 659.33 Last: 2451)
Model-Level  : 207.0   
Problems     : 15       (Average Length: 27.00 Splits: 0)
Lemmas       : 691634   (Deleted: 635971)
  Binary     : 14865    (Ratio:   2.15%)
  Ternary    : 2572     (Ratio:   0.37%)
  Conflict   : 691634   (Average Length:  810.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 691634   (Average:  5.88 Max: 362 Sum: 4065129)
  Executed   : 691568   (Average:  5.88 Max: 362 Sum: 4063917 Ratio:  99.97%)
  Bounded    : 66       (Average: 18.36 Max:  32 Sum:   1212 Ratio:   0.03%)

Rules        : 94634    (Original: 86539)
Atoms        : 45959   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 215264   (Eliminated: 8994 Frozen: 198740)
Constraints  : 1543217  (Binary:  91.4% Ternary:   6.6% Other:   2.1%)

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

[endof: stats after solve call]
Solving Time:	 51.23s
Memory:		 474MB (+29MB)
UNKNOWN
Iteration Time:	 51.76s

Iteration 15
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), (17,85,0,True)]
Grounded Until:	 50
Expected Memory: 620.0MB
Grounding...	 [('step', [51]), ('step', [52]), ('step', [53]), ('step', [54]), ('step', [55]), ('check', [55])]
Grounding Time:	 0.32s
Memory:		 474MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 16
Time         : 522.660s (Solving: 513.14s 1st Model: 0.01s Unsat: 4.99s)
CPU Time     : 522.804s

Choices      : 4709210  (Domain: 4581256)
Conflicts    : 759799   (Analyzed: 759796)
Restarts     : 1149     (Average: 661.27 Last: 2451)
Model-Level  : 207.0   
Problems     : 16       (Average Length: 28.88 Splits: 0)
Lemmas       : 759796   (Deleted: 699655)
  Binary     : 15940    (Ratio:   2.10%)
  Ternary    : 2772     (Ratio:   0.36%)
  Conflict   : 759796   (Average Length:  804.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 759796   (Average:  5.95 Max: 362 Sum: 4519827)
  Executed   : 759730   (Average:  5.95 Max: 362 Sum: 4518615 Ratio:  99.97%)
  Bounded    : 66       (Average: 18.36 Max:  32 Sum:   1212 Ratio:   0.03%)

Rules        : 94634    (Original: 86539)
Atoms        : 45959   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 237840   (Eliminated: 8994 Frozen: 221316)
Constraints  : 1716262  (Binary:  91.4% Ternary:   6.6% Other:   2.1%)

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

[endof: stats after solve call]
Solving Time:	 40.93s
Memory:		 484MB (+10MB)
UNKNOWN
Iteration Time:	 41.47s

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

Models       : 0+
Calls        : 17
Time         : 571.963s (Solving: 561.50s 1st Model: 0.01s Unsat: 4.99s)
CPU Time     : 572.128s

Choices      : 5321571  (Domain: 5189320)
Conflicts    : 841927   (Analyzed: 841924)
Restarts     : 1249     (Average: 674.08 Last: 3535)
Model-Level  : 207.0   
Problems     : 17       (Average Length: 30.82 Splits: 0)
Lemmas       : 841924   (Deleted: 781936)
  Binary     : 17177    (Ratio:   2.04%)
  Ternary    : 2947     (Ratio:   0.35%)
  Conflict   : 841924   (Average Length:  801.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 841924   (Average:  6.06 Max: 362 Sum: 5104819)
  Executed   : 841858   (Average:  6.06 Max: 362 Sum: 5103607 Ratio:  99.98%)
  Bounded    : 66       (Average: 18.36 Max:  32 Sum:   1212 Ratio:   0.02%)

Rules        : 94634    (Original: 86539)
Atoms        : 45959   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 260416   (Eliminated: 8994 Frozen: 243892)
Constraints  : 1889307  (Binary:  91.4% Ternary:   6.6% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 48.76s
Memory:		 497MB (+13MB)
UNKNOWN
Iteration Time:	 49.33s

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

Models       : 0+
Calls        : 18
Time         : 621.248s (Solving: 609.81s 1st Model: 0.01s Unsat: 4.99s)
CPU Time     : 621.436s

Choices      : 5957134  (Domain: 5821137)
Conflicts    : 921259   (Analyzed: 921256)
Restarts     : 1349     (Average: 682.92 Last: 3535)
Model-Level  : 207.0   
Problems     : 18       (Average Length: 32.83 Splits: 0)
Lemmas       : 921256   (Deleted: 860290)
  Binary     : 18167    (Ratio:   1.97%)
  Ternary    : 3121     (Ratio:   0.34%)
  Conflict   : 921256   (Average Length:  800.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 921256   (Average:  6.20 Max: 362 Sum: 5709978)
  Executed   : 921190   (Average:  6.20 Max: 362 Sum: 5708766 Ratio:  99.98%)
  Bounded    : 66       (Average: 18.36 Max:  32 Sum:   1212 Ratio:   0.02%)

Rules        : 94634    (Original: 86539)
Atoms        : 45959   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 282992   (Eliminated: 8994 Frozen: 266468)
Constraints  : 2062352  (Binary:  91.4% Ternary:   6.6% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 48.70s
Memory:		 515MB (+18MB)
UNKNOWN
Iteration Time:	 49.32s

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

Models       : 0+
Calls        : 19
Time         : 665.968s (Solving: 653.58s 1st Model: 0.01s Unsat: 4.99s)
CPU Time     : 666.176s

Choices      : 6605580  (Domain: 6461459)
Conflicts    : 995830   (Analyzed: 995827)
Restarts     : 1449     (Average: 687.25 Last: 3535)
Model-Level  : 207.0   
Problems     : 19       (Average Length: 34.89 Splits: 0)
Lemmas       : 995827   (Deleted: 935693)
  Binary     : 19377    (Ratio:   1.95%)
  Ternary    : 3292     (Ratio:   0.33%)
  Conflict   : 995827   (Average Length:  796.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 995827   (Average:  6.35 Max: 362 Sum: 6323587)
  Executed   : 995761   (Average:  6.35 Max: 362 Sum: 6322375 Ratio:  99.98%)
  Bounded    : 66       (Average: 18.36 Max:  32 Sum:   1212 Ratio:   0.02%)

Rules        : 94634    (Original: 86539)
Atoms        : 45959   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 305568   (Eliminated: 8994 Frozen: 289044)
Constraints  : 2235397  (Binary:  91.4% Ternary:   6.6% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 44.17s
Memory:		 553MB (+38MB)
UNKNOWN
Iteration Time:	 44.75s

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

Models       : 0+
Calls        : 20
Time         : 712.752s (Solving: 699.36s 1st Model: 0.01s Unsat: 4.99s)
CPU Time     : 712.980s

Choices      : 7321603  (Domain: 7173098)
Conflicts    : 1071061  (Analyzed: 1071058)
Restarts     : 1549     (Average: 691.45 Last: 3535)
Model-Level  : 207.0   
Problems     : 20       (Average Length: 37.00 Splits: 0)
Lemmas       : 1071058  (Deleted: 1006700)
  Binary     : 20666    (Ratio:   1.93%)
  Ternary    : 3468     (Ratio:   0.32%)
  Conflict   : 1071058  (Average Length:  796.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1071058  (Average:  6.54 Max: 362 Sum: 7003452)
  Executed   : 1070992  (Average:  6.54 Max: 362 Sum: 7002240 Ratio:  99.98%)
  Bounded    : 66       (Average: 18.36 Max:  32 Sum:   1212 Ratio:   0.02%)

Rules        : 94634    (Original: 86539)
Atoms        : 45959   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 328144   (Eliminated: 8994 Frozen: 311620)
Constraints  : 2408442  (Binary:  91.4% Ternary:   6.6% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 46.18s
Memory:		 566MB (+13MB)
UNKNOWN
Iteration Time:	 46.81s

Iteration 20
Queue:		 [(16,80,0,True), (17,85,0,True)]
Grounded Until:	 75
Expected Memory: 712.0MB
Grounding...	 [('step', [76]), ('step', [77]), ('step', [78]), ('step', [79]), ('step', [80]), ('check', [80])]
Grounding Time:	 0.50s
Memory:		 581MB (+15MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 21
Time         : 764.295s (Solving: 749.76s 1st Model: 0.01s Unsat: 4.99s)
CPU Time     : 764.548s

Choices      : 8118007  (Domain: 7966454)
Conflicts    : 1151524  (Analyzed: 1151521)
Restarts     : 1649     (Average: 698.31 Last: 3535)
Model-Level  : 207.0   
Problems     : 21       (Average Length: 39.14 Splits: 0)
Lemmas       : 1151521  (Deleted: 1078562)
  Binary     : 21859    (Ratio:   1.90%)
  Ternary    : 3619     (Ratio:   0.31%)
  Conflict   : 1151521  (Average Length:  794.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1151521  (Average:  6.74 Max: 362 Sum: 7763524)
  Executed   : 1151455  (Average:  6.74 Max: 362 Sum: 7762312 Ratio:  99.98%)
  Bounded    : 66       (Average: 18.36 Max:  32 Sum:   1212 Ratio:   0.02%)

Rules        : 94634    (Original: 86539)
Atoms        : 45959   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 350720   (Eliminated: 8994 Frozen: 334196)
Constraints  : 2581487  (Binary:  91.4% Ternary:   6.6% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 50.80s
Memory:		 584MB (+3MB)
UNKNOWN
Iteration Time:	 51.57s

Iteration 21
Queue:		 [(17,85,0,True)]
Grounded Until:	 80
Expected Memory: 730.0MB
Grounding...	 [('step', [81]), ('step', [82]), ('step', [83]), ('step', [84]), ('step', [85]), ('check', [85])]
Grounding Time:	 0.31s
Memory:		 584MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 22
Time         : 803.552s (Solving: 788.05s 1st Model: 0.01s Unsat: 4.99s)
CPU Time     : 803.824s

Choices      : 8580722  (Domain: 8428936)
Conflicts    : 1208682  (Analyzed: 1208679)
Restarts     : 1749     (Average: 691.07 Last: 3535)
Model-Level  : 207.0   
Problems     : 22       (Average Length: 41.32 Splits: 0)
Lemmas       : 1208679  (Deleted: 1139020)
  Binary     : 22342    (Ratio:   1.85%)
  Ternary    : 3699     (Ratio:   0.31%)
  Conflict   : 1208679  (Average Length:  793.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1208679  (Average:  6.77 Max: 362 Sum: 8188047)
  Executed   : 1208613  (Average:  6.77 Max: 362 Sum: 8186835 Ratio:  99.99%)
  Bounded    : 66       (Average: 18.36 Max:  32 Sum:   1212 Ratio:   0.01%)

Rules        : 94634    (Original: 86539)
Atoms        : 45959   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 373296   (Eliminated: 8994 Frozen: 356772)
Constraints  : 2754532  (Binary:  91.4% Ternary:   6.6% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 38.70s
Memory:		 600MB (+16MB)
UNKNOWN
Iteration Time:	 39.28s

Iteration 22
Queue:		 [(4,20,2,True), (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,1,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)]
Grounded Until:	 85
Blocking actions...
Solving...
[start: stats after solve call]

Models       : 0
Calls        : 23
Time         : 824.116s (Solving: 808.52s 1st Model: 0.01s Unsat: 25.46s)
CPU Time     : 824.396s

Choices      : 8705573  (Domain: 8553787)
Conflicts    : 1241645  (Analyzed: 1241641)
Restarts     : 1825     (Average: 680.35 Last: 3535)
Model-Level  : 207.0   
Problems     : 23       (Average Length: 43.30 Splits: 0)
Lemmas       : 1241641  (Deleted: 1165351)
  Binary     : 22598    (Ratio:   1.82%)
  Ternary    : 3758     (Ratio:   0.30%)
  Conflict   : 1241641  (Average Length:  788.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1241641  (Average:  6.69 Max: 362 Sum: 8306879)
  Executed   : 1241574  (Average:  6.69 Max: 362 Sum: 8305666 Ratio:  99.99%)
  Bounded    : 67       (Average: 18.10 Max:  32 Sum:   1213 Ratio:   0.01%)

Rules        : 94634    (Original: 86539)
Atoms        : 45959   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 373296   (Eliminated: 8994 Frozen: 364302)
Constraints  : 2754532  (Binary:  91.4% Ternary:   6.6% Other:   2.0%)

Memory Peak  : 633MB
Max. Length  : 85 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 20.54s
Memory:		 601MB (+1MB)
UNSAT
Iteration Time:	 20.58s

Iteration 23
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,1,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)]
Grounded Until:	 85
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 24
Time         : 862.235s (Solving: 846.53s 1st Model: 0.01s Unsat: 25.46s)
CPU Time     : 862.532s

Choices      : 8865286  (Domain: 8713500)
Conflicts    : 1279663  (Analyzed: 1279659)
Restarts     : 1925     (Average: 664.76 Last: 3535)
Model-Level  : 207.0   
Problems     : 24       (Average Length: 45.12 Splits: 0)
Lemmas       : 1279659  (Deleted: 1211341)
  Binary     : 22721    (Ratio:   1.78%)
  Ternary    : 3808     (Ratio:   0.30%)
  Conflict   : 1279659  (Average Length:  790.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1279659  (Average:  6.61 Max: 362 Sum: 8456786)
  Executed   : 1279591  (Average:  6.61 Max: 362 Sum: 8455486 Ratio:  99.98%)
  Bounded    : 68       (Average: 19.12 Max:  87 Sum:   1300 Ratio:   0.02%)

Rules        : 94634    (Original: 86539)
Atoms        : 45959   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 373296   (Eliminated: 8994 Frozen: 364302)
Constraints  : 2754532  (Binary:  91.4% Ternary:   6.6% Other:   2.0%)

Memory Peak  : 633MB
Max. Length  : 85 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 38.09s
Memory:		 601MB (+0MB)
UNKNOWN
Iteration Time:	 38.14s

Iteration 24
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,1,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)]
Grounded Until:	 85
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 25
Time         : 891.199s (Solving: 875.39s 1st Model: 0.01s Unsat: 25.46s)
CPU Time     : 891.512s

Choices      : 9044257  (Domain: 8892471)
Conflicts    : 1308899  (Analyzed: 1308895)
Restarts     : 2025     (Average: 646.37 Last: 3535)
Model-Level  : 207.0   
Problems     : 25       (Average Length: 46.80 Splits: 0)
Lemmas       : 1308895  (Deleted: 1234915)
  Binary     : 22894    (Ratio:   1.75%)
  Ternary    : 3832     (Ratio:   0.29%)
  Conflict   : 1308895  (Average Length:  801.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1308895  (Average:  6.58 Max: 362 Sum: 8616166)
  Executed   : 1308827  (Average:  6.58 Max: 362 Sum: 8614866 Ratio:  99.98%)
  Bounded    : 68       (Average: 19.12 Max:  87 Sum:   1300 Ratio:   0.02%)

Rules        : 94634    (Original: 86539)
Atoms        : 45959   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 373296   (Eliminated: 8994 Frozen: 364302)
Constraints  : 2754518  (Binary:  91.4% Ternary:   6.6% Other:   2.0%)

Memory Peak  : 633MB
Max. Length  : 85 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 28.94s
Memory:		 601MB (+0MB)
UNKNOWN
Iteration Time:	 28.98s

Iteration 25
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,1,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)]
Grounded Until:	 85
Unblocking actions...
Solving...
*** Info : (planner): INTERRUPTED by signal!
UNKNOWN

INTERRUPTED  : 1

Models       : 0+
Calls        : 26
Time         : 895.005s (Solving: 879.10s 1st Model: 0.01s Unsat: 25.46s)
CPU Time     : 895.304s

Choices      : 9062426  (Domain: 8910640)
Conflicts    : 1312945  (Analyzed: 1312941)
Restarts     : 2028     (Average: 647.41 Last: 3535)
Model-Level  : 207.0   
Problems     : 26       (Average Length: 48.35 Splits: 0)
Lemmas       : 1312941  (Deleted: 1234915)
  Binary     : 22913    (Ratio:   1.75%)
  Ternary    : 3836     (Ratio:   0.29%)
  Conflict   : 1312941  (Average Length:  802.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1312941  (Average:  6.58 Max: 362 Sum: 8633490)
  Executed   : 1312873  (Average:  6.57 Max: 362 Sum: 8632190 Ratio:  99.98%)
  Bounded    : 68       (Average: 19.12 Max:  87 Sum:   1300 Ratio:   0.02%)

Rules        : 94634    (Original: 86539)
Atoms        : 45959   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 373296   (Eliminated: 8994 Frozen: 364302)
Constraints  : 2754518  (Binary:  91.4% Ternary:   6.6% Other:   2.0%)

Memory Peak  : 633MB
Max. Length  : 85 steps
Models       : 1