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.030s CPU, 0.037s wall-clock]
Normalizing task... [0.000s CPU, 0.003s wall-clock]
Instantiating...
Generating Datalog program... [0.010s CPU, 0.010s wall-clock]
Normalizing Datalog program...
Normalizing Datalog program: [0.050s CPU, 0.047s wall-clock]
Preparing model... [0.030s CPU, 0.025s wall-clock]
Generated 115 rules.
Computing model... [0.450s CPU, 0.452s 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.400s CPU, 1.403s wall-clock]
Computing fact groups...
Finding invariants...
24 initial candidates
Finding invariants: [0.140s CPU, 0.130s wall-clock]
Checking invariant weight... [0.000s CPU, 0.001s wall-clock]
Instantiating groups... [0.000s 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.180s CPU, 0.174s wall-clock]
Building STRIPS to SAS dictionary... [0.000s CPU, 0.002s wall-clock]
Building dictionary for full mutex groups... [0.010s CPU, 0.006s 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.047s wall-clock]
Translating task: [0.880s CPU, 0.886s 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.437s 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.310s CPU, 0.303s 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.340s CPU, 0.365s wall-clock]
Done! [3.620s CPU, 3.657s wall-clock]
planner.py version 0.0.1

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

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

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

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.18s
Memory:		 176MB (+3MB)
UNSAT
Iteration Time:	 0.52s

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.175s (Solving: 0.02s 1st Model: 0.01s Unsat: 0.01s)
CPU Time     : 1.984s

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.89s
Memory:		 221MB (+29MB)
Solving...
[start: stats after solve call]

Models       : 0
Calls        : 4
Time         : 3.185s (Solving: 0.61s 1st Model: 0.01s Unsat: 0.59s)
CPU Time     : 2.996s

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.80s
Memory:		 217MB (+-4MB)
UNSAT
Iteration Time:	 2.40s

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.387s (Solving: 13.62s 1st Model: 0.01s Unsat: 13.60s)
CPU Time     : 17.204s

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.58s
Memory:		 246MB (+22MB)
UNSAT
Iteration Time:	 14.21s

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.024s (Solving: 30.05s 1st Model: 0.01s Unsat: 13.60s)
CPU Time     : 34.844s

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:	 17.01s
Memory:		 271MB (+23MB)
UNKNOWN
Iteration Time:	 17.65s

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         : 63.970s (Solving: 57.66s 1st Model: 0.01s Unsat: 13.60s)
CPU Time     : 63.804s

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.21s
Memory:		 361MB (+82MB)
UNKNOWN
Iteration Time:	 28.97s

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

Models       : 0+
Calls        : 8
Time         : 91.074s (Solving: 83.50s 1st Model: 0.01s Unsat: 13.60s)
CPU Time     : 90.920s

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.44s
Memory:		 391MB (+25MB)
UNKNOWN
Iteration Time:	 27.13s

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.406s (Solving: 103.77s 1st Model: 0.01s Unsat: 13.60s)
CPU Time     : 111.260s

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.31s
Memory:		 391MB (+0MB)
UNKNOWN
Iteration Time:	 20.34s

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         : 182.214s (Solving: 174.53s 1st Model: 0.01s Unsat: 13.60s)
CPU Time     : 182.100s

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  : 519MB
Max. Length  : 30 steps
Models       : 1

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

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         : 216.864s (Solving: 209.12s 1st Model: 0.01s Unsat: 13.60s)
CPU Time     : 216.768s

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  : 519MB
Max. Length  : 30 steps
Models       : 1

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

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

Models       : 0+
Calls        : 12
Time         : 252.305s (Solving: 243.22s 1st Model: 0.01s Unsat: 13.60s)
CPU Time     : 252.224s

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  : 519MB
Max. Length  : 30 steps
Models       : 1

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

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

Models       : 0+
Calls        : 13
Time         : 315.960s (Solving: 305.53s 1st Model: 0.01s Unsat: 13.60s)
CPU Time     : 315.904s

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  : 519MB
Max. Length  : 35 steps
Models       : 1

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

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

Models       : 0+
Calls        : 14
Time         : 358.435s (Solving: 346.63s 1st Model: 0.01s Unsat: 13.60s)
CPU Time     : 358.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.73s
Memory:		 533MB (+33MB)
UNKNOWN
Iteration Time:	 42.50s

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         : 414.561s (Solving: 401.38s 1st Model: 0.01s Unsat: 13.60s)
CPU Time     : 414.552s

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.39s
Memory:		 553MB (+20MB)
UNKNOWN
Iteration Time:	 56.16s

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

Models       : 0+
Calls        : 16
Time         : 466.985s (Solving: 452.22s 1st Model: 0.01s Unsat: 13.60s)
CPU Time     : 467.000s

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.50s
Memory:		 587MB (+22MB)
UNKNOWN
Iteration Time:	 52.46s

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         : 511.087s (Solving: 494.90s 1st Model: 0.01s Unsat: 13.60s)
CPU Time     : 511.120s

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.33s
Memory:		 636MB (+49MB)
UNKNOWN
Iteration Time:	 44.13s

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         : 558.659s (Solving: 541.08s 1st Model: 0.01s Unsat: 13.60s)
CPU Time     : 558.712s

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.82s
Memory:		 650MB (+14MB)
UNKNOWN
Iteration Time:	 47.60s

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         : 631.080s (Solving: 612.08s 1st Model: 0.01s Unsat: 13.60s)
CPU Time     : 631.164s

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:	 71.66s
Memory:		 671MB (+21MB)
UNKNOWN
Iteration Time:	 72.46s

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

Models       : 0+
Calls        : 20
Time         : 706.595s (Solving: 686.13s 1st Model: 0.01s Unsat: 13.60s)
CPU Time     : 706.712s

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.73s
Memory:		 693MB (+22MB)
UNKNOWN
Iteration Time:	 75.56s

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         : 741.813s (Solving: 719.88s 1st Model: 0.01s Unsat: 13.60s)
CPU Time     : 741.944s

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.41s
Memory:		 716MB (+23MB)
UNKNOWN
Iteration Time:	 35.25s

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

Models       : 0+
Calls        : 22
Time         : 785.665s (Solving: 762.17s 1st Model: 0.01s Unsat: 13.60s)
CPU Time     : 785.816s

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.97s
Memory:		 737MB (+21MB)
UNKNOWN
Iteration Time:	 43.88s

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         : 803.655s (Solving: 780.03s 1st Model: 0.01s Unsat: 13.60s)
CPU Time     : 803.816s

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.95s
Memory:		 754MB (+17MB)
UNKNOWN
Iteration Time:	 18.00s

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         : 866.691s (Solving: 842.94s 1st Model: 0.01s Unsat: 13.60s)
CPU Time     : 866.880s

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:	 63.02s
Memory:		 754MB (+0MB)
UNKNOWN
Iteration Time:	 63.07s

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         : 925.903s (Solving: 902.01s 1st Model: 0.01s Unsat: 13.60s)
CPU Time     : 926.104s

Choices      : 10024289 (Domain: 9786993)
Conflicts    : 1089988  (Analyzed: 1089985)
Restarts     : 2108     (Average: 517.07 Last: 5125)
Model-Level  : 276.0   
Problems     : 25       (Average Length: 46.80 Splits: 0)
Lemmas       : 1089985  (Deleted: 1016348)
  Binary     : 22953    (Ratio:   2.11%)
  Ternary    : 4519     (Ratio:   0.41%)
  Conflict   : 1089985  (Average Length: 1107.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1089985  (Average:  8.82 Max: 655 Sum: 9614972)
  Executed   : 1089915  (Average:  8.82 Max: 655 Sum: 9613523 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  : 882MB
Max. Length  : 85 steps
Models       : 1