INFO     Running translator.
INFO     translator input: ['/home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/barman-sequential-satisficing/domain.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/barman-sequential-satisficing/instances/instance-3.pddl']
INFO     translator arguments: []
INFO     translator time limit: None
INFO     translator memory limit: None
INFO     callstring: /home/pluehne/.usr/bin/python /home/wv/bin/linux/64/fast-downward-10997/builds/release64/bin/translate/translate.py /home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/barman-sequential-satisficing/domain.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/barman-sequential-satisficing/instances/instance-3.pddl
Parsing...
Parsing: [0.030s CPU, 0.038s wall-clock]
Normalizing task... [0.010s CPU, 0.003s wall-clock]
Instantiating...
Generating Datalog program... [0.010s CPU, 0.009s wall-clock]
Normalizing Datalog program...
Normalizing Datalog program: [0.040s CPU, 0.049s wall-clock]
Preparing model... [0.020s CPU, 0.025s wall-clock]
Generated 115 rules.
Computing model... [0.340s CPU, 0.328s wall-clock]
2025 relevant atoms
2105 auxiliary atoms
4130 final queue length
7122 total queue pushes
Completing instantiation... [0.590s CPU, 0.597s wall-clock]
Instantiating: [1.010s CPU, 1.013s wall-clock]
Computing fact groups...
Finding invariants...
24 initial candidates
Finding invariants: [0.110s CPU, 0.116s wall-clock]
Checking invariant weight... [0.000s CPU, 0.001s wall-clock]
Instantiating groups... [0.010s CPU, 0.006s wall-clock]
Collecting mutex groups... [0.000s CPU, 0.001s wall-clock]
Choosing groups...
207 uncovered facts
Choosing groups: [0.000s CPU, 0.001s wall-clock]
Building translation key... [0.000s CPU, 0.008s wall-clock]
Computing fact groups: [0.140s CPU, 0.148s wall-clock]
Building STRIPS to SAS dictionary... [0.010s CPU, 0.002s wall-clock]
Building dictionary for full mutex groups... [0.000s CPU, 0.002s wall-clock]
Building mutex information...
Building mutex information: [0.000s CPU, 0.002s wall-clock]
Translating task...
Processing axioms...
Simplifying axioms... [0.000s CPU, 0.000s wall-clock]
Processing axioms: [0.030s CPU, 0.033s wall-clock]
Translating task: [0.650s CPU, 0.656s wall-clock]
2326 effect conditions simplified
0 implied preconditions added
Detecting unreachable propositions...
0 operators removed
0 axioms removed
3 propositions removed
Detecting unreachable propositions: [0.320s CPU, 0.313s wall-clock]
Reordering and filtering variables...
210 of 210 variables necessary.
11 of 14 mutex groups necessary.
1390 of 1390 operators necessary.
0 of 0 axiom rules necessary.
Reordering and filtering variables: [0.210s CPU, 0.207s wall-clock]
Translator variables: 210
Translator derived variables: 0
Translator facts: 441
Translator goal facts: 9
Translator mutex groups: 11
Translator total mutex groups size: 33
Translator operators: 1390
Translator axioms: 0
Translator task size: 13333
Translator peak memory: 43980 KB
Writing output... [0.220s CPU, 0.243s wall-clock]
Done! [2.620s CPU, 2.653s wall-clock]
planner.py version 0.0.1

Time:	 0.57s
Memory: 86MB

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

Models       : 0
Calls        : 1
Time         : 0.674s (Solving: 0.00s 1st Model: 0.00s Unsat: 0.00s)
CPU Time     : 0.572s

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

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

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

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

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

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

Choices      : 71       (Domain: 61)
Conflicts    : 32       (Analyzed: 31)
Restarts     : 0       
Problems     : 2        (Average Length: 4.50 Splits: 0)
Lemmas       : 31       (Deleted: 0)
  Binary     : 9        (Ratio:  29.03%)
  Ternary    : 1        (Ratio:   3.23%)
  Conflict   : 31       (Average Length:    9.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 31       (Average:  2.35 Max:  16 Sum:     73)
  Executed   : 29       (Average:  2.29 Max:  16 Sum:     71 Ratio:  97.26%)
  Bounded    : 2        (Average:  1.00 Max:   1 Sum:      2 Ratio:   2.74%)

Rules        : 38518   
Atoms        : 38518   
Bodies       : 1        (Original: 0)
Tight        : Yes
Variables    : 10515    (Eliminated:    0 Frozen:  187)
Constraints  : 36315    (Binary:  94.9% Ternary:   3.5% Other:   1.6%)

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

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

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

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

Choices      : 377      (Domain: 316)
Conflicts    : 50       (Analyzed: 49)
Restarts     : 0       
Model-Level  : 179.0   
Problems     : 3        (Average Length: 7.00 Splits: 0)
Lemmas       : 49       (Deleted: 0)
  Binary     : 13       (Ratio:  26.53%)
  Ternary    : 2        (Ratio:   4.08%)
  Conflict   : 49       (Average Length:   72.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 49       (Average:  4.33 Max:  41 Sum:    212)
  Executed   : 47       (Average:  4.29 Max:  41 Sum:    210 Ratio:  99.06%)
  Bounded    : 2        (Average:  1.00 Max:   1 Sum:      2 Ratio:   0.94%)

Rules        : 38518   
Atoms        : 38518   
Bodies       : 1        (Original: 0)
Tight        : Yes
Variables    : 22801    (Eliminated:    0 Frozen:  377)
Constraints  : 136605   (Binary:  95.4% Ternary:   3.2% Other:   1.3%)

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

[endof: stats after solve call]
Solving Time:	 0.02s
Memory:		 170MB (+6MB)
SAT
Testing...
NOT SERIALIZABLE
Testing Time:	 0.64s
Memory:		 191MB (+21MB)
Solving...
[start: stats after solve call]

Models       : 0
Calls        : 4
Time         : 1.863s (Solving: 0.52s 1st Model: 0.00s Unsat: 0.51s)
CPU Time     : 1.760s

Choices      : 16423    (Domain: 15119)
Conflicts    : 2619     (Analyzed: 2617)
Restarts     : 6        (Average: 436.17 Last: 491)
Model-Level  : 179.0   
Problems     : 4        (Average Length: 8.25 Splits: 0)
Lemmas       : 2617     (Deleted: 0)
  Binary     : 310      (Ratio:  11.85%)
  Ternary    : 128      (Ratio:   4.89%)
  Conflict   : 2617     (Average Length:   80.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 2617     (Average:  6.21 Max:  83 Sum:  16252)
  Executed   : 2605     (Average:  6.16 Max:  83 Sum:  16130 Ratio:  99.25%)
  Bounded    : 12       (Average: 10.17 Max:  12 Sum:    122 Ratio:   0.75%)

Rules        : 86519   
Atoms        : 45937   
Bodies       : 32597    (Original: 32596)
  Count      : 1518    
Equivalences : 11170    (Atom=Atom: 62 Body=Body: 0 Other: 11108)
Tight        : Yes
Variables    : 25835    (Eliminated:    0 Frozen: 11369)
Constraints  : 182257   (Binary:  94.9% Ternary:   2.9% Other:   2.2%)

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

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

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

Models       : 0
Calls        : 5
Time         : 65.902s (Solving: 64.11s 1st Model: 0.00s Unsat: 64.10s)
CPU Time     : 65.828s

Choices      : 694914   (Domain: 682232)
Conflicts    : 165320   (Analyzed: 165317)
Restarts     : 22       (Average: 7514.41 Last: 31515)
Model-Level  : 179.0   
Problems     : 5        (Average Length: 10.00 Splits: 0)
Lemmas       : 165317   (Deleted: 146339)
  Binary     : 2799     (Ratio:   1.69%)
  Ternary    : 690      (Ratio:   0.42%)
  Conflict   : 165317   (Average Length: 1084.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 165317   (Average:  4.20 Max: 127 Sum: 694444)
  Executed   : 165282   (Average:  4.20 Max: 127 Sum: 693934 Ratio:  99.93%)
  Bounded    : 35       (Average: 14.57 Max:  17 Sum:    510 Ratio:   0.07%)

Rules        : 86519   
Atoms        : 45937   
Bodies       : 32597    (Original: 32596)
  Count      : 1518    
Equivalences : 11170    (Atom=Atom: 62 Body=Body: 0 Other: 11108)
Tight        : Yes
Variables    : 40211    (Eliminated:    0 Frozen: 19554)
Constraints  : 308240   (Binary:  95.0% Ternary:   2.9% Other:   2.1%)

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

[endof: stats after solve call]
Solving Time:	 63.64s
Memory:		 330MB (+139MB)
UNSAT
Iteration Time:	 64.07s

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

Models       : 0
Calls        : 6
Time         : 425.033s (Solving: 422.78s 1st Model: 0.00s Unsat: 422.78s)
CPU Time     : 425.116s

Choices      : 2784912  (Domain: 2757353)
Conflicts    : 826210   (Analyzed: 826206)
Restarts     : 41       (Average: 20151.37 Last: 217713)
Model-Level  : 179.0   
Problems     : 6        (Average Length: 12.00 Splits: 0)
Lemmas       : 826206   (Deleted: 764780)
  Binary     : 5100     (Ratio:   0.62%)
  Ternary    : 1601     (Ratio:   0.19%)
  Conflict   : 826206   (Average Length: 1456.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 826206   (Average:  3.37 Max: 206 Sum: 2783850)
  Executed   : 826151   (Average:  3.37 Max: 206 Sum: 2782902 Ratio:  99.97%)
  Bounded    : 55       (Average: 17.24 Max:  22 Sum:    948 Ratio:   0.03%)

Rules        : 86519   
Atoms        : 45937   
Bodies       : 32597    (Original: 32596)
  Count      : 1518    
Equivalences : 11170    (Atom=Atom: 62 Body=Body: 0 Other: 11108)
Tight        : Yes
Variables    : 54587    (Eliminated:    0 Frozen: 27739)
Constraints  : 429180   (Binary:  95.0% Ternary:   2.9% Other:   2.1%)

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

[endof: stats after solve call]
Solving Time:	 358.86s
Memory:		 660MB (+328MB)
UNSAT
Iteration Time:	 359.29s

Iteration 6
Queue:		 [(5,25,0,True), (6,30,0,True)]
Grounded Until:	 20
Expected Memory: 990.0MB
Grounding...	 [('step', [21]), ('step', [22]), ('step', [23]), ('step', [24]), ('step', [25]), ('check', [25])]
Grounding Time:	 0.30s
Memory:		 666MB (+6MB)
Unblocking actions...
Solving...
*** Info : (planner): INTERRUPTED by signal!
UNKNOWN

INTERRUPTED  : 1

Models       : 0+
Calls        : 7
Time         : 895.195s (Solving: 892.37s 1st Model: 0.00s Unsat: 422.78s)
CPU Time     : 895.460s

Choices      : 4201123  (Domain: 4150039)
Conflicts    : 1195755  (Analyzed: 1195751)
Restarts     : 59       (Average: 20266.97 Last: 217713)
Model-Level  : 179.0   
Problems     : 7        (Average Length: 14.14 Splits: 0)
Lemmas       : 1195751  (Deleted: 1071503)
  Binary     : 7904     (Ratio:   0.66%)
  Ternary    : 2032     (Ratio:   0.17%)
  Conflict   : 1195751  (Average Length: 1750.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1195751  (Average:  3.51 Max: 287 Sum: 4198203)
  Executed   : 1195695  (Average:  3.51 Max: 287 Sum: 4197234 Ratio:  99.98%)
  Bounded    : 56       (Average: 17.30 Max:  22 Sum:    969 Ratio:   0.02%)

Rules        : 86519   
Atoms        : 45937   
Bodies       : 32597    (Original: 32596)
  Count      : 1518    
Equivalences : 11170    (Atom=Atom: 62 Body=Body: 0 Other: 11108)
Tight        : Yes
Variables    : 68963    (Eliminated:    0 Frozen: 35924)
Constraints  : 562855   (Binary:  95.1% Ternary:   2.9% Other:   2.0%)

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