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-12.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-12.pddl
Parsing...
Parsing: [0.040s CPU, 0.048s wall-clock]
Normalizing task... [0.000s CPU, 0.004s wall-clock]
Instantiating...
Generating Datalog program... [0.020s CPU, 0.012s wall-clock]
Normalizing Datalog program...
Normalizing Datalog program: [0.040s CPU, 0.053s wall-clock]
Preparing model... [0.040s CPU, 0.029s wall-clock]
Generated 115 rules.
Computing model... [0.450s CPU, 0.458s wall-clock]
2784 relevant atoms
2893 auxiliary atoms
5677 final queue length
9793 total queue pushes
Completing instantiation... [0.860s CPU, 0.863s wall-clock]
Instantiating: [1.430s CPU, 1.422s wall-clock]
Computing fact groups...
Finding invariants...
24 initial candidates
Finding invariants: [0.130s CPU, 0.133s wall-clock]
Checking invariant weight... [0.000s CPU, 0.001s wall-clock]
Instantiating groups... [0.010s CPU, 0.008s wall-clock]
Collecting mutex groups... [0.000s CPU, 0.001s wall-clock]
Choosing groups...
292 uncovered facts
Choosing groups: [0.000s CPU, 0.002s wall-clock]
Building translation key... [0.010s CPU, 0.011s wall-clock]
Computing fact groups: [0.170s CPU, 0.177s wall-clock]
Building STRIPS to SAS dictionary... [0.010s CPU, 0.002s wall-clock]
Building dictionary for full mutex groups... [0.000s CPU, 0.005s wall-clock]
Building mutex information...
Building mutex information: [0.000s CPU, 0.003s wall-clock]
Translating task...
Processing axioms...
Simplifying axioms... [0.000s CPU, 0.000s wall-clock]
Processing axioms: [0.050s CPU, 0.048s wall-clock]
Translating task: [0.890s CPU, 0.890s wall-clock]
3276 effect conditions simplified
0 implied preconditions added
Detecting unreachable propositions...
0 operators removed
0 axioms removed
3 propositions removed
Detecting unreachable propositions: [0.440s CPU, 0.438s wall-clock]
Reordering and filtering variables...
295 of 295 variables necessary.
14 of 17 mutex groups necessary.
1958 of 1958 operators necessary.
0 of 0 axiom rules necessary.
Reordering and filtering variables: [0.300s CPU, 0.305s wall-clock]
Translator variables: 295
Translator derived variables: 0
Translator facts: 617
Translator goal facts: 12
Translator mutex groups: 14
Translator total mutex groups size: 42
Translator operators: 1958
Translator axioms: 0
Translator task size: 18764
Translator peak memory: 47052 KB
Writing output... [0.310s CPU, 0.344s wall-clock]
Done! [3.630s CPU, 3.674s wall-clock]
planner.py version 0.0.1

Time:	 0.98s
Memory: 101MB

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

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

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

Models       : 0
Calls        : 2
Time         : 1.859s (Solving: 0.01s 1st Model: 0.00s Unsat: 0.01s)
CPU Time     : 1.724s

Choices      : 110      (Domain: 102)
Conflicts    : 54       (Analyzed: 53)
Restarts     : 0       
Problems     : 2        (Average Length: 4.50 Splits: 0)
Lemmas       : 53       (Deleted: 0)
  Binary     : 5        (Ratio:   9.43%)
  Ternary    : 0        (Ratio:   0.00%)
  Conflict   : 53       (Average Length:   19.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 53       (Average:  2.09 Max:  10 Sum:    111)
  Executed   : 52       (Average:  2.08 Max:  10 Sum:    110 Ratio:  99.10%)
  Bounded    : 1        (Average:  1.00 Max:   1 Sum:      1 Ratio:   0.90%)

Rules        : 54149   
Atoms        : 54149   
Bodies       : 1        (Original: 0)
Tight        : Yes
Variables    : 14506    (Eliminated:    0 Frozen: 14506)
Constraints  : 48947    (Binary:  95.2% Ternary:   3.3% Other:   1.4%)

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

[endof: stats after solve call]
Solving Time:	 0.23s
Memory:		 176MB (+3MB)
UNSAT
Iteration Time:	 0.74s

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

Models       : 1+
Calls        : 3
Time         : 2.560s (Solving: 0.02s 1st Model: 0.01s Unsat: 0.01s)
CPU Time     : 2.424s

Choices      : 739      (Domain: 698)
Conflicts    : 73       (Analyzed: 72)
Restarts     : 0       
Model-Level  : 276.0   
Problems     : 3        (Average Length: 7.00 Splits: 0)
Lemmas       : 72       (Deleted: 0)
  Binary     : 10       (Ratio:  13.89%)
  Ternary    : 2        (Ratio:   2.78%)
  Conflict   : 72       (Average Length:   18.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 72       (Average:  6.61 Max: 111 Sum:    476)
  Executed   : 71       (Average:  6.60 Max: 111 Sum:    475 Ratio:  99.79%)
  Bounded    : 1        (Average:  1.00 Max:   1 Sum:      1 Ratio:   0.21%)

Rules        : 54149   
Atoms        : 54149   
Bodies       : 1        (Original: 0)
Tight        : Yes
Variables    : 31792    (Eliminated:    0 Frozen: 31792)
Constraints  : 190267   (Binary:  95.6% Ternary:   3.2% Other:   1.2%)

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

[endof: stats after solve call]
Solving Time:	 0.31s
Memory:		 192MB (+9MB)
SAT
Testing...
NOT SERIALIZABLE
Testing Time:	 0.88s
Memory:		 221MB (+29MB)
Solving...
[start: stats after solve call]

Models       : 0
Calls        : 4
Time         : 3.485s (Solving: 0.52s 1st Model: 0.01s Unsat: 0.51s)
CPU Time     : 3.348s

Choices      : 22686    (Domain: 13925)
Conflicts    : 2181     (Analyzed: 2179)
Restarts     : 12       (Average: 181.58 Last: 53)
Model-Level  : 276.0   
Problems     : 4        (Average Length: 8.25 Splits: 0)
Lemmas       : 2179     (Deleted: 0)
  Binary     : 425      (Ratio:  19.50%)
  Ternary    : 230      (Ratio:  10.56%)
  Conflict   : 2179     (Average Length:   48.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 2179     (Average: 10.10 Max: 411 Sum:  21998)
  Executed   : 2169     (Average: 10.06 Max: 411 Sum:  21911 Ratio:  99.60%)
  Bounded    : 10       (Average:  8.70 Max:  12 Sum:     87 Ratio:   0.40%)

Rules        : 133871   (Original: 121411)
Atoms        : 64609   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 49760    (Eliminated: 13782 Frozen: 35978)
Constraints  : 273156   (Binary:  88.4% Ternary:   7.7% Other:   3.8%)

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

[endof: stats after solve call]
Solving Time:	 0.71s
Memory:		 217MB (+-4MB)
UNSAT
Iteration Time:	 2.30s

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

Models       : 0
Calls        : 5
Time         : 17.727s (Solving: 13.58s 1st Model: 0.01s Unsat: 13.56s)
CPU Time     : 17.596s

Choices      : 240011   (Domain: 199832)
Conflicts    : 33705    (Analyzed: 33702)
Restarts     : 108      (Average: 312.06 Last: 342)
Model-Level  : 276.0   
Problems     : 5        (Average Length: 10.00 Splits: 0)
Lemmas       : 33702    (Deleted: 13348)
  Binary     : 1848     (Ratio:   5.48%)
  Ternary    : 670      (Ratio:   1.99%)
  Conflict   : 33702    (Average Length:  288.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 33702    (Average:  6.89 Max: 411 Sum: 232101)
  Executed   : 33657    (Average:  6.87 Max: 411 Sum: 231488 Ratio:  99.74%)
  Bounded    : 45       (Average: 13.62 Max:  17 Sum:    613 Ratio:   0.26%)

Rules        : 133871   (Original: 121411)
Atoms        : 64609   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 82706    (Eliminated: 13782 Frozen: 57194)
Constraints  : 515080   (Binary:  89.9% Ternary:   7.2% Other:   2.9%)

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

[endof: stats after solve call]
Solving Time:	 13.62s
Memory:		 246MB (+22MB)
UNSAT
Iteration Time:	 14.25s

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

Models       : 0+
Calls        : 6
Time         : 35.277s (Solving: 29.92s 1st Model: 0.01s Unsat: 13.56s)
CPU Time     : 35.152s

Choices      : 450455   (Domain: 388899)
Conflicts    : 61647    (Analyzed: 61644)
Restarts     : 208      (Average: 296.37 Last: 342)
Model-Level  : 276.0   
Problems     : 6        (Average Length: 12.00 Splits: 0)
Lemmas       : 61644    (Deleted: 38592)
  Binary     : 2836     (Ratio:   4.60%)
  Ternary    : 1074     (Ratio:   1.74%)
  Conflict   : 61644    (Average Length:  337.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 61644    (Average:  7.01 Max: 495 Sum: 432413)
  Executed   : 61590    (Average:  7.00 Max: 495 Sum: 431623 Ratio:  99.82%)
  Bounded    : 54       (Average: 14.63 Max:  22 Sum:    790 Ratio:   0.18%)

Rules        : 133871   (Original: 121411)
Atoms        : 64609   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 115652   (Eliminated: 13782 Frozen: 90140)
Constraints  : 740486   (Binary:  90.5% Ternary:   7.0% Other:   2.5%)

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

[endof: stats after solve call]
Solving Time:	 16.92s
Memory:		 271MB (+23MB)
UNKNOWN
Iteration Time:	 17.57s

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

Models       : 0+
Calls        : 7
Time         : 64.506s (Solving: 57.81s 1st Model: 0.01s Unsat: 13.56s)
CPU Time     : 64.396s

Choices      : 719169   (Domain: 638044)
Conflicts    : 98488    (Analyzed: 98485)
Restarts     : 308      (Average: 319.76 Last: 342)
Model-Level  : 276.0   
Problems     : 7        (Average Length: 14.14 Splits: 0)
Lemmas       : 98485    (Deleted: 77428)
  Binary     : 4180     (Ratio:   4.24%)
  Ternary    : 1379     (Ratio:   1.40%)
  Conflict   : 98485    (Average Length:  458.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 98485    (Average:  6.94 Max: 495 Sum: 683728)
  Executed   : 98429    (Average:  6.93 Max: 495 Sum: 682889 Ratio:  99.88%)
  Bounded    : 56       (Average: 14.98 Max:  27 Sum:    839 Ratio:   0.12%)

Rules        : 133871   (Original: 121411)
Atoms        : 64609   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 148598   (Eliminated: 13782 Frozen: 123086)
Constraints  : 990004   (Binary:  90.7% Ternary:   7.0% Other:   2.3%)

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

[endof: stats after solve call]
Solving Time:	 28.50s
Memory:		 361MB (+82MB)
UNKNOWN
Iteration Time:	 29.25s

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

Models       : 0+
Calls        : 8
Time         : 91.466s (Solving: 83.50s 1st Model: 0.01s Unsat: 13.56s)
CPU Time     : 91.368s

Choices      : 1088366  (Domain: 975420)
Conflicts    : 129697   (Analyzed: 129694)
Restarts     : 408      (Average: 317.88 Last: 342)
Model-Level  : 276.0   
Problems     : 8        (Average Length: 16.38 Splits: 0)
Lemmas       : 129694   (Deleted: 100213)
  Binary     : 5480     (Ratio:   4.23%)
  Ternary    : 1686     (Ratio:   1.30%)
  Conflict   : 129694   (Average Length:  507.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 129694   (Average:  7.97 Max: 496 Sum: 1034209)
  Executed   : 129635   (Average:  7.97 Max: 496 Sum: 1033277 Ratio:  99.91%)
  Bounded    : 59       (Average: 15.80 Max:  32 Sum:    932 Ratio:   0.09%)

Rules        : 133871   (Original: 121411)
Atoms        : 64609   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 181544   (Eliminated: 13782 Frozen: 156032)
Constraints  : 1239575  (Binary:  90.8% Ternary:   7.0% Other:   2.2%)

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

[endof: stats after solve call]
Solving Time:	 26.29s
Memory:		 391MB (+25MB)
UNKNOWN
Iteration Time:	 26.98s

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         : 111.511s (Solving: 103.50s 1st Model: 0.01s Unsat: 13.56s)
CPU Time     : 111.420s

Choices      : 1327988  (Domain: 1215042)
Conflicts    : 165427   (Analyzed: 165424)
Restarts     : 508      (Average: 325.64 Last: 342)
Model-Level  : 276.0   
Problems     : 9        (Average Length: 18.11 Splits: 0)
Lemmas       : 165424   (Deleted: 128341)
  Binary     : 5896     (Ratio:   3.56%)
  Ternary    : 1766     (Ratio:   1.07%)
  Conflict   : 165424   (Average Length:  512.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 165424   (Average:  7.63 Max: 496 Sum: 1262253)
  Executed   : 165360   (Average:  7.62 Max: 496 Sum: 1261166 Ratio:  99.91%)
  Bounded    : 64       (Average: 16.98 Max:  32 Sum:   1087 Ratio:   0.09%)

Rules        : 133871   (Original: 121411)
Atoms        : 64609   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 181544   (Eliminated: 13782 Frozen: 167762)
Constraints  : 1239548  (Binary:  90.8% Ternary:   7.0% Other:   2.2%)

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

[endof: stats after solve call]
Solving Time:	 20.03s
Memory:		 391MB (+0MB)
UNKNOWN
Iteration Time:	 20.06s

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         : 181.451s (Solving: 173.38s 1st Model: 0.01s Unsat: 13.56s)
CPU Time     : 181.388s

Choices      : 1579579  (Domain: 1458484)
Conflicts    : 229190   (Analyzed: 229187)
Restarts     : 608      (Average: 376.95 Last: 342)
Model-Level  : 276.0   
Problems     : 10       (Average Length: 19.50 Splits: 0)
Lemmas       : 229187   (Deleted: 190748)
  Binary     : 6601     (Ratio:   2.88%)
  Ternary    : 1886     (Ratio:   0.82%)
  Conflict   : 229187   (Average Length:  786.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 229187   (Average:  6.56 Max: 496 Sum: 1502702)
  Executed   : 229121   (Average:  6.55 Max: 496 Sum: 1501551 Ratio:  99.92%)
  Bounded    : 66       (Average: 17.44 Max:  32 Sum:   1151 Ratio:   0.08%)

Rules        : 133871   (Original: 121411)
Atoms        : 64609   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 181544   (Eliminated: 13782 Frozen: 167762)
Constraints  : 1239493  (Binary:  90.8% Ternary:   7.0% Other:   2.2%)

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

[endof: stats after solve call]
Solving Time:	 69.94s
Memory:		 455MB (+64MB)
UNKNOWN
Iteration Time:	 69.97s

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         : 215.846s (Solving: 207.71s 1st Model: 0.01s Unsat: 13.56s)
CPU Time     : 215.796s

Choices      : 1950371  (Domain: 1802861)
Conflicts    : 271791   (Analyzed: 271788)
Restarts     : 708      (Average: 383.88 Last: 342)
Model-Level  : 276.0   
Problems     : 11       (Average Length: 20.64 Splits: 0)
Lemmas       : 271788   (Deleted: 237324)
  Binary     : 7964     (Ratio:   2.93%)
  Ternary    : 2050     (Ratio:   0.75%)
  Conflict   : 271788   (Average Length:  810.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 271788   (Average:  6.84 Max: 496 Sum: 1858140)
  Executed   : 271722   (Average:  6.83 Max: 496 Sum: 1856989 Ratio:  99.94%)
  Bounded    : 66       (Average: 17.44 Max:  32 Sum:   1151 Ratio:   0.06%)

Rules        : 133871   (Original: 121411)
Atoms        : 64609   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 181544   (Eliminated: 13782 Frozen: 167762)
Constraints  : 1239462  (Binary:  90.8% Ternary:   7.0% Other:   2.2%)

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

[endof: stats after solve call]
Solving Time:	 34.37s
Memory:		 455MB (+0MB)
UNKNOWN
Iteration Time:	 34.41s

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

Models       : 0+
Calls        : 12
Time         : 251.244s (Solving: 241.80s 1st Model: 0.01s Unsat: 13.56s)
CPU Time     : 251.208s

Choices      : 2345484  (Domain: 2182613)
Conflicts    : 318576   (Analyzed: 318573)
Restarts     : 808      (Average: 394.27 Last: 342)
Model-Level  : 276.0   
Problems     : 12       (Average Length: 22.00 Splits: 0)
Lemmas       : 318573   (Deleted: 279250)
  Binary     : 9050     (Ratio:   2.84%)
  Ternary    : 2335     (Ratio:   0.73%)
  Conflict   : 318573   (Average Length:  832.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 318573   (Average:  7.02 Max: 496 Sum: 2235866)
  Executed   : 318507   (Average:  7.01 Max: 496 Sum: 2234715 Ratio:  99.95%)
  Bounded    : 66       (Average: 17.44 Max:  32 Sum:   1151 Ratio:   0.05%)

Rules        : 133871   (Original: 121411)
Atoms        : 64609   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 214490   (Eliminated: 13782 Frozen: 188978)
Constraints  : 1489047  (Binary:  90.9% Ternary:   6.9% Other:   2.2%)

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

[endof: stats after solve call]
Solving Time:	 34.71s
Memory:		 477MB (+20MB)
UNKNOWN
Iteration Time:	 35.42s

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

Models       : 0+
Calls        : 13
Time         : 314.263s (Solving: 303.50s 1st Model: 0.01s Unsat: 13.56s)
CPU Time     : 314.256s

Choices      : 3122224  (Domain: 2935832)
Conflicts    : 397297   (Analyzed: 397294)
Restarts     : 908      (Average: 437.55 Last: 729)
Model-Level  : 276.0   
Problems     : 13       (Average Length: 23.54 Splits: 0)
Lemmas       : 397294   (Deleted: 353687)
  Binary     : 11711    (Ratio:   2.95%)
  Ternary    : 2650     (Ratio:   0.67%)
  Conflict   : 397294   (Average Length:  919.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 397294   (Average:  7.53 Max: 655 Sum: 2991309)
  Executed   : 397228   (Average:  7.53 Max: 655 Sum: 2990158 Ratio:  99.96%)
  Bounded    : 66       (Average: 17.44 Max:  32 Sum:   1151 Ratio:   0.04%)

Rules        : 133871   (Original: 121411)
Atoms        : 64609   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 247436   (Eliminated: 13782 Frozen: 221924)
Constraints  : 1738632  (Binary:  91.0% Ternary:   6.9% Other:   2.1%)

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

[endof: stats after solve call]
Solving Time:	 62.33s
Memory:		 500MB (+23MB)
UNKNOWN
Iteration Time:	 63.05s

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

Models       : 0+
Calls        : 14
Time         : 356.392s (Solving: 344.27s 1st Model: 0.01s Unsat: 13.56s)
CPU Time     : 356.400s

Choices      : 3644120  (Domain: 3445094)
Conflicts    : 445553   (Analyzed: 445550)
Restarts     : 1008     (Average: 442.01 Last: 2766)
Model-Level  : 276.0   
Problems     : 14       (Average Length: 25.21 Splits: 0)
Lemmas       : 445550   (Deleted: 398469)
  Binary     : 13162    (Ratio:   2.95%)
  Ternary    : 2865     (Ratio:   0.64%)
  Conflict   : 445550   (Average Length:  941.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 445550   (Average:  7.83 Max: 655 Sum: 3489224)
  Executed   : 445484   (Average:  7.83 Max: 655 Sum: 3488073 Ratio:  99.97%)
  Bounded    : 66       (Average: 17.44 Max:  32 Sum:   1151 Ratio:   0.03%)

Rules        : 133871   (Original: 121411)
Atoms        : 64609   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 280382   (Eliminated: 13782 Frozen: 254870)
Constraints  : 1988217  (Binary:  91.0% Ternary:   6.9% Other:   2.1%)

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

[endof: stats after solve call]
Solving Time:	 41.40s
Memory:		 533MB (+33MB)
UNKNOWN
Iteration Time:	 42.16s

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

Models       : 0+
Calls        : 15
Time         : 412.189s (Solving: 398.68s 1st Model: 0.01s Unsat: 13.56s)
CPU Time     : 412.220s

Choices      : 4232453  (Domain: 4030092)
Conflicts    : 511549   (Analyzed: 511546)
Restarts     : 1108     (Average: 461.68 Last: 2766)
Model-Level  : 276.0   
Problems     : 15       (Average Length: 27.00 Splits: 0)
Lemmas       : 511546   (Deleted: 459277)
  Binary     : 14709    (Ratio:   2.88%)
  Ternary    : 3060     (Ratio:   0.60%)
  Conflict   : 511546   (Average Length:  977.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 511546   (Average:  7.93 Max: 655 Sum: 4057523)
  Executed   : 511479   (Average:  7.93 Max: 655 Sum: 4056320 Ratio:  99.97%)
  Bounded    : 67       (Average: 17.96 Max:  52 Sum:   1203 Ratio:   0.03%)

Rules        : 133871   (Original: 121411)
Atoms        : 64609   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 313328   (Eliminated: 13782 Frozen: 287816)
Constraints  : 2237802  (Binary:  91.0% Ternary:   6.9% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 55.06s
Memory:		 553MB (+20MB)
UNKNOWN
Iteration Time:	 55.83s

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

Models       : 0+
Calls        : 16
Time         : 464.609s (Solving: 449.55s 1st Model: 0.01s Unsat: 13.56s)
CPU Time     : 464.660s

Choices      : 4930118  (Domain: 4721025)
Conflicts    : 575449   (Analyzed: 575446)
Restarts     : 1208     (Average: 476.36 Last: 2766)
Model-Level  : 276.0   
Problems     : 16       (Average Length: 28.88 Splits: 0)
Lemmas       : 575446   (Deleted: 522672)
  Binary     : 16092    (Ratio:   2.80%)
  Ternary    : 3304     (Ratio:   0.57%)
  Conflict   : 575446   (Average Length:  997.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 575446   (Average:  8.22 Max: 655 Sum: 4732376)
  Executed   : 575379   (Average:  8.22 Max: 655 Sum: 4731173 Ratio:  99.97%)
  Bounded    : 67       (Average: 17.96 Max:  52 Sum:   1203 Ratio:   0.03%)

Rules        : 133871   (Original: 121411)
Atoms        : 64609   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 346274   (Eliminated: 13782 Frozen: 320762)
Constraints  : 2487373  (Binary:  91.1% Ternary:   6.9% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 51.52s
Memory:		 587MB (+22MB)
UNKNOWN
Iteration Time:	 52.45s

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

Models       : 0+
Calls        : 17
Time         : 508.778s (Solving: 492.29s 1st Model: 0.01s Unsat: 13.56s)
CPU Time     : 508.848s

Choices      : 5494545  (Domain: 5281698)
Conflicts    : 628270   (Analyzed: 628267)
Restarts     : 1308     (Average: 480.33 Last: 2766)
Model-Level  : 276.0   
Problems     : 17       (Average Length: 30.82 Splits: 0)
Lemmas       : 628267   (Deleted: 584736)
  Binary     : 17098    (Ratio:   2.72%)
  Ternary    : 3433     (Ratio:   0.55%)
  Conflict   : 628267   (Average Length: 1006.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 628267   (Average:  8.39 Max: 655 Sum: 5269751)
  Executed   : 628200   (Average:  8.39 Max: 655 Sum: 5268548 Ratio:  99.98%)
  Bounded    : 67       (Average: 17.96 Max:  52 Sum:   1203 Ratio:   0.02%)

Rules        : 133871   (Original: 121411)
Atoms        : 64609   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 379220   (Eliminated: 13782 Frozen: 353708)
Constraints  : 2736958  (Binary:  91.1% Ternary:   6.9% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 43.39s
Memory:		 636MB (+49MB)
UNKNOWN
Iteration Time:	 44.20s

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: 726.0MB
Grounding...	 [('step', [61]), ('step', [62]), ('step', [63]), ('step', [64]), ('step', [65]), ('check', [65])]
Grounding Time:	 0.45s
Memory:		 636MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 18
Time         : 556.208s (Solving: 538.33s 1st Model: 0.01s Unsat: 13.56s)
CPU Time     : 556.296s

Choices      : 6205953  (Domain: 5985873)
Conflicts    : 688903   (Analyzed: 688900)
Restarts     : 1408     (Average: 489.28 Last: 2766)
Model-Level  : 276.0   
Problems     : 18       (Average Length: 32.83 Splits: 0)
Lemmas       : 688900   (Deleted: 635922)
  Binary     : 18274    (Ratio:   2.65%)
  Ternary    : 3652     (Ratio:   0.53%)
  Conflict   : 688900   (Average Length: 1011.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 688900   (Average:  8.64 Max: 655 Sum: 5954959)
  Executed   : 688833   (Average:  8.64 Max: 655 Sum: 5953756 Ratio:  99.98%)
  Bounded    : 67       (Average: 17.96 Max:  52 Sum:   1203 Ratio:   0.02%)

Rules        : 133871   (Original: 121411)
Atoms        : 64609   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 412166   (Eliminated: 13782 Frozen: 386654)
Constraints  : 2986543  (Binary:  91.1% Ternary:   6.9% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 46.69s
Memory:		 650MB (+14MB)
UNKNOWN
Iteration Time:	 47.46s

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

Models       : 0+
Calls        : 19
Time         : 629.220s (Solving: 609.91s 1st Model: 0.01s Unsat: 13.56s)
CPU Time     : 629.340s

Choices      : 7085329  (Domain: 6861998)
Conflicts    : 774057   (Analyzed: 774054)
Restarts     : 1508     (Average: 513.30 Last: 2766)
Model-Level  : 276.0   
Problems     : 19       (Average Length: 34.89 Splits: 0)
Lemmas       : 774054   (Deleted: 711017)
  Binary     : 19419    (Ratio:   2.51%)
  Ternary    : 3838     (Ratio:   0.50%)
  Conflict   : 774054   (Average Length: 1042.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 774054   (Average:  8.79 Max: 655 Sum: 6805865)
  Executed   : 773987   (Average:  8.79 Max: 655 Sum: 6804662 Ratio:  99.98%)
  Bounded    : 67       (Average: 17.96 Max:  52 Sum:   1203 Ratio:   0.02%)

Rules        : 133871   (Original: 121411)
Atoms        : 64609   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 445112   (Eliminated: 13782 Frozen: 419600)
Constraints  : 3236128  (Binary:  91.1% Ternary:   6.9% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 72.25s
Memory:		 671MB (+21MB)
UNKNOWN
Iteration Time:	 73.05s

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

Models       : 0+
Calls        : 20
Time         : 704.253s (Solving: 683.48s 1st Model: 0.01s Unsat: 13.56s)
CPU Time     : 704.404s

Choices      : 8413324  (Domain: 8177591)
Conflicts    : 866962   (Analyzed: 866959)
Restarts     : 1608     (Average: 539.15 Last: 5125)
Model-Level  : 276.0   
Problems     : 20       (Average Length: 37.00 Splits: 0)
Lemmas       : 866959   (Deleted: 811136)
  Binary     : 21295    (Ratio:   2.46%)
  Ternary    : 4201     (Ratio:   0.48%)
  Conflict   : 866959   (Average Length: 1051.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 866959   (Average:  9.34 Max: 655 Sum: 8101225)
  Executed   : 866891   (Average:  9.34 Max: 655 Sum: 8099945 Ratio:  99.98%)
  Bounded    : 68       (Average: 18.82 Max:  77 Sum:   1280 Ratio:   0.02%)

Rules        : 133871   (Original: 121411)
Atoms        : 64609   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 478058   (Eliminated: 13782 Frozen: 452546)
Constraints  : 3485713  (Binary:  91.1% Ternary:   6.9% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 74.25s
Memory:		 693MB (+22MB)
UNKNOWN
Iteration Time:	 75.07s

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

Models       : 0+
Calls        : 21
Time         : 739.574s (Solving: 717.33s 1st Model: 0.01s Unsat: 13.56s)
CPU Time     : 739.740s

Choices      : 8822033  (Domain: 8585738)
Conflicts    : 914003   (Analyzed: 914000)
Restarts     : 1708     (Average: 535.13 Last: 5125)
Model-Level  : 276.0   
Problems     : 21       (Average Length: 39.14 Splits: 0)
Lemmas       : 914000   (Deleted: 849954)
  Binary     : 21795    (Ratio:   2.38%)
  Ternary    : 4277     (Ratio:   0.47%)
  Conflict   : 914000   (Average Length: 1045.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 914000   (Average:  9.28 Max: 655 Sum: 8484742)
  Executed   : 913931   (Average:  9.28 Max: 655 Sum: 8483380 Ratio:  99.98%)
  Bounded    : 69       (Average: 19.74 Max:  82 Sum:   1362 Ratio:   0.02%)

Rules        : 133871   (Original: 121411)
Atoms        : 64609   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 511004   (Eliminated: 13782 Frozen: 485492)
Constraints  : 3735286  (Binary:  91.1% Ternary:   6.9% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 34.51s
Memory:		 716MB (+23MB)
UNKNOWN
Iteration Time:	 35.34s

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

Models       : 0+
Calls        : 22
Time         : 783.050s (Solving: 759.30s 1st Model: 0.01s Unsat: 13.56s)
CPU Time     : 783.236s

Choices      : 9331214  (Domain: 9093918)
Conflicts    : 962215   (Analyzed: 962212)
Restarts     : 1808     (Average: 532.20 Last: 5125)
Model-Level  : 276.0   
Problems     : 22       (Average Length: 41.32 Splits: 0)
Lemmas       : 962212   (Deleted: 895312)
  Binary     : 22315    (Ratio:   2.32%)
  Ternary    : 4393     (Ratio:   0.46%)
  Conflict   : 962212   (Average Length: 1048.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 962212   (Average:  9.31 Max: 655 Sum: 8962795)
  Executed   : 962143   (Average:  9.31 Max: 655 Sum: 8961433 Ratio:  99.98%)
  Bounded    : 69       (Average: 19.74 Max:  82 Sum:   1362 Ratio:   0.02%)

Rules        : 133871   (Original: 121411)
Atoms        : 64609   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 543950   (Eliminated: 13782 Frozen: 518438)
Constraints  : 3984857  (Binary:  91.2% Ternary:   6.9% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 42.64s
Memory:		 737MB (+21MB)
UNKNOWN
Iteration Time:	 43.51s

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         : 800.936s (Solving: 777.04s 1st Model: 0.01s Unsat: 13.56s)
CPU Time     : 801.128s

Choices      : 9462594  (Domain: 9225298)
Conflicts    : 995026   (Analyzed: 995023)
Restarts     : 1908     (Average: 521.50 Last: 5125)
Model-Level  : 276.0   
Problems     : 23       (Average Length: 43.30 Splits: 0)
Lemmas       : 995023   (Deleted: 928345)
  Binary     : 22488    (Ratio:   2.26%)
  Ternary    : 4430     (Ratio:   0.45%)
  Conflict   : 995023   (Average Length: 1037.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 995023   (Average:  9.13 Max: 655 Sum: 9084162)
  Executed   : 994953   (Average:  9.13 Max: 655 Sum: 9082713 Ratio:  99.98%)
  Bounded    : 70       (Average: 20.70 Max:  87 Sum:   1449 Ratio:   0.02%)

Rules        : 133871   (Original: 121411)
Atoms        : 64609   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 543950   (Eliminated: 13782 Frozen: 530168)
Constraints  : 3984857  (Binary:  91.2% Ternary:   6.9% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 17.83s
Memory:		 754MB (+17MB)
UNKNOWN
Iteration Time:	 17.90s

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         : 863.602s (Solving: 839.55s 1st Model: 0.01s Unsat: 13.56s)
CPU Time     : 863.820s

Choices      : 9663726  (Domain: 9426430)
Conflicts    : 1038078  (Analyzed: 1038075)
Restarts     : 2008     (Average: 516.97 Last: 5125)
Model-Level  : 276.0   
Problems     : 24       (Average Length: 45.12 Splits: 0)
Lemmas       : 1038075  (Deleted: 974273)
  Binary     : 22656    (Ratio:   2.18%)
  Ternary    : 4463     (Ratio:   0.43%)
  Conflict   : 1038075  (Average Length: 1078.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1038075  (Average:  8.93 Max: 655 Sum: 9272627)
  Executed   : 1038005  (Average:  8.93 Max: 655 Sum: 9271178 Ratio:  99.98%)
  Bounded    : 70       (Average: 20.70 Max:  87 Sum:   1449 Ratio:   0.02%)

Rules        : 133871   (Original: 121411)
Atoms        : 64609   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 543950   (Eliminated: 13782 Frozen: 530168)
Constraints  : 3984843  (Binary:  91.2% Ternary:   6.9% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 62.63s
Memory:		 754MB (+0MB)
UNKNOWN
Iteration Time:	 62.69s

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...
*** Info : (planner): INTERRUPTED by signal!
UNKNOWN

INTERRUPTED  : 1

Models       : 0+
Calls        : 25
Time         : 893.792s (Solving: 869.61s 1st Model: 0.01s Unsat: 13.56s)
CPU Time     : 894.000s

Choices      : 9878751  (Domain: 9641455)
Conflicts    : 1069013  (Analyzed: 1069010)
Restarts     : 2064     (Average: 517.93 Last: 5125)
Model-Level  : 276.0   
Problems     : 25       (Average Length: 46.80 Splits: 0)
Lemmas       : 1069010  (Deleted: 1002717)
  Binary     : 22843    (Ratio:   2.14%)
  Ternary    : 4499     (Ratio:   0.42%)
  Conflict   : 1069010  (Average Length: 1087.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1069010  (Average:  8.87 Max: 655 Sum: 9476873)
  Executed   : 1068940  (Average:  8.86 Max: 655 Sum: 9475424 Ratio:  99.98%)
  Bounded    : 70       (Average: 20.70 Max:  87 Sum:   1449 Ratio:   0.02%)

Rules        : 133871   (Original: 121411)
Atoms        : 64609   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 543950   (Eliminated: 13782 Frozen: 530168)
Constraints  : 3984843  (Binary:  91.2% Ternary:   6.9% Other:   1.9%)

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