586 lines
27 KiB
Plaintext
586 lines
27 KiB
Plaintext
INFO Running translator.
|
|
INFO translator input: ['/home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/sokoban-sequential-satisficing/domain.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/sokoban-sequential-satisficing/instances/instance-16.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/sokoban-sequential-satisficing/domain.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/sokoban-sequential-satisficing/instances/instance-16.pddl
|
|
Parsing...
|
|
Parsing: [0.050s CPU, 0.049s wall-clock]
|
|
Normalizing task... [0.010s CPU, 0.002s wall-clock]
|
|
Instantiating...
|
|
Generating Datalog program... [0.020s CPU, 0.021s wall-clock]
|
|
Normalizing Datalog program...
|
|
Normalizing Datalog program: [0.020s CPU, 0.021s wall-clock]
|
|
Preparing model... [0.050s CPU, 0.048s wall-clock]
|
|
Generated 38 rules.
|
|
Computing model... [0.630s CPU, 0.637s wall-clock]
|
|
2993 relevant atoms
|
|
4328 auxiliary atoms
|
|
7321 final queue length
|
|
11453 total queue pushes
|
|
Completing instantiation... [0.810s CPU, 0.803s wall-clock]
|
|
Instantiating: [1.540s CPU, 1.539s wall-clock]
|
|
Computing fact groups...
|
|
Finding invariants...
|
|
7 initial candidates
|
|
Finding invariants: [0.060s CPU, 0.062s wall-clock]
|
|
Checking invariant weight... [0.010s CPU, 0.007s wall-clock]
|
|
Instantiating groups... [0.160s CPU, 0.160s wall-clock]
|
|
Collecting mutex groups... [0.010s CPU, 0.006s wall-clock]
|
|
Choosing groups...
|
|
92 uncovered facts
|
|
Choosing groups: [0.020s CPU, 0.027s wall-clock]
|
|
Building translation key... [0.010s CPU, 0.010s wall-clock]
|
|
Computing fact groups: [0.320s CPU, 0.320s wall-clock]
|
|
Building STRIPS to SAS dictionary... [0.000s CPU, 0.004s wall-clock]
|
|
Building dictionary for full mutex groups... [0.010s CPU, 0.009s wall-clock]
|
|
Building mutex information...
|
|
Building mutex information: [0.010s CPU, 0.015s wall-clock]
|
|
Translating task...
|
|
Processing axioms...
|
|
Simplifying axioms... [0.000s CPU, 0.000s wall-clock]
|
|
Processing axioms: [0.040s CPU, 0.029s wall-clock]
|
|
Translating task: [0.700s CPU, 0.693s wall-clock]
|
|
2408 effect conditions simplified
|
|
0 implied preconditions added
|
|
Detecting unreachable propositions...
|
|
0 operators removed
|
|
0 axioms removed
|
|
77 propositions removed
|
|
Detecting unreachable propositions: [0.360s CPU, 0.363s wall-clock]
|
|
Reordering and filtering variables...
|
|
73 of 73 variables necessary.
|
|
48 of 61 mutex groups necessary.
|
|
1496 of 1496 operators necessary.
|
|
0 of 0 axiom rules necessary.
|
|
Reordering and filtering variables: [0.200s CPU, 0.201s wall-clock]
|
|
Translator variables: 73
|
|
Translator derived variables: 0
|
|
Translator facts: 744
|
|
Translator goal facts: 12
|
|
Translator mutex groups: 48
|
|
Translator total mutex groups size: 672
|
|
Translator operators: 1496
|
|
Translator axioms: 0
|
|
Translator task size: 14509
|
|
Translator peak memory: 45516 KB
|
|
Writing output... [0.280s CPU, 0.304s wall-clock]
|
|
Done! [3.510s CPU, 3.531s wall-clock]
|
|
planner.py version 0.0.1
|
|
|
|
Time: 0.59s
|
|
Memory: 89MB
|
|
|
|
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...
|
|
Solving Time: 0.00s
|
|
Memory: 89MB (+0MB)
|
|
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: 89MB
|
|
Grounding... [('step', [1]), ('step', [2]), ('step', [3]), ('step', [4]), ('step', [5]), ('check', [5])]
|
|
Grounding Time: 0.20s
|
|
Memory: 89MB (+0MB)
|
|
Unblocking actions...
|
|
Solving...
|
|
Solving Time: 0.01s
|
|
Memory: 91MB (+2MB)
|
|
UNSAT
|
|
Iteration Time: 0.30s
|
|
|
|
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: 93.0MB
|
|
Grounding... [('step', [6]), ('step', [7]), ('step', [8]), ('step', [9]), ('step', [10]), ('check', [10])]
|
|
Grounding Time: 0.21s
|
|
Memory: 98MB (+7MB)
|
|
Unblocking actions...
|
|
Solving...
|
|
Solving Time: 0.01s
|
|
Memory: 104MB (+6MB)
|
|
UNSAT
|
|
Iteration Time: 0.32s
|
|
|
|
Iteration 4
|
|
Queue: [(3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)]
|
|
Grounded Until: 10
|
|
Expected Memory: 117.0MB
|
|
Grounding... [('step', [11]), ('step', [12]), ('step', [13]), ('step', [14]), ('step', [15]), ('check', [15])]
|
|
Grounding Time: 0.25s
|
|
Memory: 114MB (+10MB)
|
|
Unblocking actions...
|
|
Solving...
|
|
Solving Time: 0.26s
|
|
Memory: 119MB (+5MB)
|
|
UNSAT
|
|
Iteration Time: 0.61s
|
|
|
|
Iteration 5
|
|
Queue: [(4,20,0,True), (5,25,0,True), (6,30,0,True)]
|
|
Grounded Until: 15
|
|
Expected Memory: 134.0MB
|
|
Grounding... [('step', [16]), ('step', [17]), ('step', [18]), ('step', [19]), ('step', [20]), ('check', [20])]
|
|
Grounding Time: 0.22s
|
|
Memory: 129MB (+10MB)
|
|
Unblocking actions...
|
|
Solving...
|
|
Solving Time: 4.98s
|
|
Memory: 144MB (+15MB)
|
|
UNKNOWN
|
|
Iteration Time: 5.30s
|
|
|
|
Iteration 6
|
|
Queue: [(5,25,0,True), (6,30,0,True)]
|
|
Grounded Until: 20
|
|
Expected Memory: 169.0MB
|
|
Grounding... [('step', [21]), ('step', [22]), ('step', [23]), ('step', [24]), ('step', [25]), ('check', [25])]
|
|
Grounding Time: 0.23s
|
|
Memory: 154MB (+10MB)
|
|
Unblocking actions...
|
|
Solving...
|
|
Solving Time: 7.94s
|
|
Memory: 177MB (+23MB)
|
|
UNKNOWN
|
|
Iteration Time: 8.28s
|
|
|
|
Iteration 7
|
|
Queue: [(6,30,0,True)]
|
|
Grounded Until: 25
|
|
Expected Memory: 210.0MB
|
|
Grounding... [('step', [26]), ('step', [27]), ('step', [28]), ('step', [29]), ('step', [30]), ('check', [30])]
|
|
Grounding Time: 0.30s
|
|
Memory: 191MB (+14MB)
|
|
Unblocking actions...
|
|
Solving...
|
|
Solving Time: 7.55s
|
|
Memory: 204MB (+13MB)
|
|
UNKNOWN
|
|
Iteration Time: 7.97s
|
|
|
|
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...
|
|
Solving Time: 6.78s
|
|
Memory: 204MB (+0MB)
|
|
UNKNOWN
|
|
Iteration Time: 6.79s
|
|
|
|
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...
|
|
Solving Time: 7.57s
|
|
Memory: 204MB (+0MB)
|
|
UNKNOWN
|
|
Iteration Time: 7.58s
|
|
|
|
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...
|
|
Solving Time: 8.95s
|
|
Memory: 204MB (+0MB)
|
|
UNKNOWN
|
|
Iteration Time: 8.96s
|
|
|
|
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: 237.0MB
|
|
Grounding... [('step', [31]), ('step', [32]), ('step', [33]), ('step', [34]), ('step', [35]), ('check', [35])]
|
|
Grounding Time: 0.22s
|
|
Memory: 204MB (+0MB)
|
|
Unblocking actions...
|
|
Solving...
|
|
Solving Time: 8.97s
|
|
Memory: 225MB (+21MB)
|
|
UNKNOWN
|
|
Iteration Time: 9.31s
|
|
|
|
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: 258.0MB
|
|
Grounding... [('step', [36]), ('step', [37]), ('step', [38]), ('step', [39]), ('step', [40]), ('check', [40])]
|
|
Grounding Time: 0.22s
|
|
Memory: 225MB (+0MB)
|
|
Unblocking actions...
|
|
Solving...
|
|
Solving Time: 7.84s
|
|
Memory: 239MB (+14MB)
|
|
UNKNOWN
|
|
Iteration Time: 8.20s
|
|
|
|
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: 272.0MB
|
|
Grounding... [('step', [41]), ('step', [42]), ('step', [43]), ('step', [44]), ('step', [45]), ('check', [45])]
|
|
Grounding Time: 0.23s
|
|
Memory: 239MB (+0MB)
|
|
Unblocking actions...
|
|
Solving...
|
|
Solving Time: 11.10s
|
|
Memory: 244MB (+5MB)
|
|
UNKNOWN
|
|
Iteration Time: 11.47s
|
|
|
|
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: 277.0MB
|
|
Grounding... [('step', [46]), ('step', [47]), ('step', [48]), ('step', [49]), ('step', [50]), ('check', [50])]
|
|
Grounding Time: 0.23s
|
|
Memory: 244MB (+0MB)
|
|
Unblocking actions...
|
|
Solving...
|
|
Solving Time: 11.80s
|
|
Memory: 258MB (+14MB)
|
|
UNKNOWN
|
|
Iteration Time: 12.18s
|
|
|
|
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: 291.0MB
|
|
Grounding... [('step', [51]), ('step', [52]), ('step', [53]), ('step', [54]), ('step', [55]), ('check', [55])]
|
|
Grounding Time: 0.23s
|
|
Memory: 260MB (+2MB)
|
|
Unblocking actions...
|
|
Solving...
|
|
Solving Time: 11.16s
|
|
Memory: 275MB (+15MB)
|
|
UNKNOWN
|
|
Iteration Time: 11.55s
|
|
|
|
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: 308.0MB
|
|
Grounding... [('step', [56]), ('step', [57]), ('step', [58]), ('step', [59]), ('step', [60]), ('check', [60])]
|
|
Grounding Time: 0.39s
|
|
Memory: 288MB (+13MB)
|
|
Unblocking actions...
|
|
Solving...
|
|
Solving Time: 10.30s
|
|
Memory: 298MB (+10MB)
|
|
UNKNOWN
|
|
Iteration Time: 10.86s
|
|
|
|
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: 331.0MB
|
|
Grounding... [('step', [61]), ('step', [62]), ('step', [63]), ('step', [64]), ('step', [65]), ('check', [65])]
|
|
Grounding Time: 0.22s
|
|
Memory: 308MB (+10MB)
|
|
Unblocking actions...
|
|
Solving...
|
|
Solving Time: 9.78s
|
|
Memory: 320MB (+12MB)
|
|
UNKNOWN
|
|
Iteration Time: 10.18s
|
|
|
|
Iteration 18
|
|
Queue: [(14,70,0,True), (15,75,0,True), (16,80,0,True), (17,85,0,True)]
|
|
Grounded Until: 65
|
|
Expected Memory: 353.0MB
|
|
Grounding... [('step', [66]), ('step', [67]), ('step', [68]), ('step', [69]), ('step', [70]), ('check', [70])]
|
|
Grounding Time: 0.22s
|
|
Memory: 325MB (+5MB)
|
|
Unblocking actions...
|
|
Solving...
|
|
Solving Time: 10.36s
|
|
Memory: 348MB (+23MB)
|
|
UNKNOWN
|
|
Iteration Time: 10.76s
|
|
|
|
Iteration 19
|
|
Queue: [(15,75,0,True), (16,80,0,True), (17,85,0,True)]
|
|
Grounded Until: 70
|
|
Expected Memory: 381.0MB
|
|
Grounding... [('step', [71]), ('step', [72]), ('step', [73]), ('step', [74]), ('step', [75]), ('check', [75])]
|
|
Grounding Time: 0.23s
|
|
Memory: 348MB (+0MB)
|
|
Unblocking actions...
|
|
Solving...
|
|
Solving Time: 10.12s
|
|
Memory: 371MB (+23MB)
|
|
UNKNOWN
|
|
Iteration Time: 10.53s
|
|
|
|
Iteration 20
|
|
Queue: [(16,80,0,True), (17,85,0,True)]
|
|
Grounded Until: 75
|
|
Expected Memory: 404.0MB
|
|
Grounding... [('step', [76]), ('step', [77]), ('step', [78]), ('step', [79]), ('step', [80]), ('check', [80])]
|
|
Grounding Time: 0.23s
|
|
Memory: 371MB (+0MB)
|
|
Unblocking actions...
|
|
Solving...
|
|
Solving Time: 9.89s
|
|
Memory: 372MB (+1MB)
|
|
UNKNOWN
|
|
Iteration Time: 10.31s
|
|
|
|
Iteration 21
|
|
Queue: [(17,85,0,True)]
|
|
Grounded Until: 80
|
|
Expected Memory: 405.0MB
|
|
Grounding... [('step', [81]), ('step', [82]), ('step', [83]), ('step', [84]), ('step', [85]), ('check', [85])]
|
|
Grounding Time: 0.23s
|
|
Memory: 372MB (+0MB)
|
|
Unblocking actions...
|
|
Solving...
|
|
Solving Time: 10.74s
|
|
Memory: 389MB (+17MB)
|
|
UNKNOWN
|
|
Iteration Time: 11.17s
|
|
|
|
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...
|
|
Solving Time: 11.93s
|
|
Memory: 391MB (+2MB)
|
|
UNKNOWN
|
|
Iteration Time: 11.96s
|
|
|
|
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...
|
|
Solving Time: 12.68s
|
|
Memory: 391MB (+0MB)
|
|
UNKNOWN
|
|
Iteration Time: 12.70s
|
|
|
|
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...
|
|
Solving Time: 13.76s
|
|
Memory: 391MB (+0MB)
|
|
UNKNOWN
|
|
Iteration Time: 13.79s
|
|
|
|
Iteration 25
|
|
Queue: [(7,35,1,True), (8,40,1,True), (9,45,1,True), (10,50,1,True), (11,55,1,True), (12,60,1,True), (13,65,1,True), (14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,1,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)]
|
|
Grounded Until: 85
|
|
Unblocking actions...
|
|
Solving...
|
|
Solving Time: 13.65s
|
|
Memory: 391MB (+0MB)
|
|
UNKNOWN
|
|
Iteration Time: 13.67s
|
|
|
|
Iteration 26
|
|
Queue: [(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...
|
|
Solving Time: 13.08s
|
|
Memory: 391MB (+0MB)
|
|
UNKNOWN
|
|
Iteration Time: 13.10s
|
|
|
|
Iteration 27
|
|
Queue: [(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...
|
|
Solving Time: 13.48s
|
|
Memory: 391MB (+0MB)
|
|
UNKNOWN
|
|
Iteration Time: 13.50s
|
|
|
|
Iteration 28
|
|
Queue: [(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...
|
|
Solving Time: 14.09s
|
|
Memory: 391MB (+0MB)
|
|
UNKNOWN
|
|
Iteration Time: 14.12s
|
|
|
|
Iteration 29
|
|
Queue: [(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...
|
|
Solving Time: 12.61s
|
|
Memory: 391MB (+0MB)
|
|
UNKNOWN
|
|
Iteration Time: 12.64s
|
|
|
|
Iteration 30
|
|
Queue: [(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...
|
|
Solving Time: 11.87s
|
|
Memory: 392MB (+1MB)
|
|
UNKNOWN
|
|
Iteration Time: 11.89s
|
|
|
|
Iteration 31
|
|
Queue: [(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...
|
|
Solving Time: 12.29s
|
|
Memory: 392MB (+0MB)
|
|
UNKNOWN
|
|
Iteration Time: 12.32s
|
|
|
|
Iteration 32
|
|
Queue: [(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...
|
|
Solving Time: 12.44s
|
|
Memory: 394MB (+2MB)
|
|
UNKNOWN
|
|
Iteration Time: 12.46s
|
|
|
|
Iteration 33
|
|
Queue: [(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...
|
|
Solving Time: 12.76s
|
|
Memory: 396MB (+2MB)
|
|
UNKNOWN
|
|
Iteration Time: 12.78s
|
|
|
|
Iteration 34
|
|
Queue: [(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...
|
|
Solving Time: 11.93s
|
|
Memory: 396MB (+0MB)
|
|
UNKNOWN
|
|
Iteration Time: 11.95s
|
|
|
|
Iteration 35
|
|
Queue: [(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...
|
|
Solving Time: 11.67s
|
|
Memory: 404MB (+8MB)
|
|
UNKNOWN
|
|
Iteration Time: 11.69s
|
|
|
|
Iteration 36
|
|
Queue: [(18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)]
|
|
Grounded Until: 85
|
|
Expected Memory: 437.0MB
|
|
Grounding... [('step', [86]), ('step', [87]), ('step', [88]), ('step', [89]), ('step', [90]), ('check', [90])]
|
|
Grounding Time: 0.23s
|
|
Memory: 408MB (+4MB)
|
|
Unblocking actions...
|
|
Solving...
|
|
Solving Time: 10.66s
|
|
Memory: 414MB (+6MB)
|
|
UNKNOWN
|
|
Iteration Time: 11.11s
|
|
|
|
Iteration 37
|
|
Queue: [(19,95,0,True), (20,100,0,True), (21,105,0,True)]
|
|
Grounded Until: 90
|
|
Expected Memory: 447.0MB
|
|
Grounding... [('step', [91]), ('step', [92]), ('step', [93]), ('step', [94]), ('step', [95]), ('check', [95])]
|
|
Grounding Time: 0.24s
|
|
Memory: 414MB (+0MB)
|
|
Unblocking actions...
|
|
Solving...
|
|
Solving Time: 11.55s
|
|
Memory: 425MB (+11MB)
|
|
UNKNOWN
|
|
Iteration Time: 12.00s
|
|
|
|
Iteration 38
|
|
Queue: [(20,100,0,True), (21,105,0,True)]
|
|
Grounded Until: 95
|
|
Expected Memory: 458.0MB
|
|
Grounding... [('step', [96]), ('step', [97]), ('step', [98]), ('step', [99]), ('step', [100]), ('check', [100])]
|
|
Grounding Time: 0.24s
|
|
Memory: 428MB (+3MB)
|
|
Unblocking actions...
|
|
Solving...
|
|
Solving Time: 12.65s
|
|
Memory: 453MB (+25MB)
|
|
UNKNOWN
|
|
Iteration Time: 13.12s
|
|
|
|
Iteration 39
|
|
Queue: [(21,105,0,True)]
|
|
Grounded Until: 100
|
|
Expected Memory: 486.0MB
|
|
Grounding... [('step', [101]), ('step', [102]), ('step', [103]), ('step', [104]), ('step', [105]), ('check', [105])]
|
|
Grounding Time: 0.24s
|
|
Memory: 453MB (+0MB)
|
|
Unblocking actions...
|
|
Solving...
|
|
Solving Time: 15.57s
|
|
Memory: 464MB (+11MB)
|
|
SAT
|
|
Testing...
|
|
SERIALIZABLE
|
|
Testing Time: 0.53s
|
|
Memory: 470MB (+6MB)
|
|
Answer: 1
|
|
occurs(action(("move","player-01","pos-06-02","pos-05-02","dir-left")),1) occurs(action(("move","player-01","pos-05-02","pos-06-02","dir-right")),2) occurs(action(("move","player-01","pos-06-02","pos-05-02","dir-left")),3) occurs(action(("move","player-01","pos-05-02","pos-05-03","dir-down")),4) occurs(action(("push-to-goal","player-01","stone-01","pos-05-03","pos-05-04","pos-05-05","dir-down")),5) occurs(action(("push-to-goal","player-01","stone-01","pos-05-04","pos-05-05","pos-05-06","dir-down")),6) occurs(action(("push-to-goal","player-01","stone-01","pos-05-05","pos-05-06","pos-05-07","dir-down")),7) occurs(action(("push-to-nongoal","player-01","stone-06","pos-05-06","pos-04-06","pos-03-06","dir-left")),8) occurs(action(("push-to-goal","player-01","stone-04","pos-04-06","pos-04-05","pos-04-04","dir-up")),9) occurs(action(("move","player-01","pos-04-05","pos-04-06","dir-down")),10) occurs(action(("push-to-goal","player-01","stone-08","pos-04-06","pos-04-07","pos-04-08","dir-down")),11) occurs(action(("move","player-01","pos-04-07","pos-03-07","dir-left")),12) occurs(action(("move","player-01","pos-03-07","pos-02-07","dir-left")),13) occurs(action(("move","player-01","pos-02-07","pos-02-06","dir-up")),14) occurs(action(("push-to-nongoal","player-01","stone-06","pos-02-06","pos-03-06","pos-04-06","dir-right")),15) occurs(action(("push-to-goal","player-01","stone-06","pos-03-06","pos-04-06","pos-05-06","dir-right")),16) occurs(action(("move","player-01","pos-04-06","pos-04-07","dir-down")),17) occurs(action(("push-to-goal","player-01","stone-01","pos-04-07","pos-05-07","pos-06-07","dir-right")),18) occurs(action(("push-to-goal","player-01","stone-01","pos-05-07","pos-06-07","pos-07-07","dir-right")),19) occurs(action(("push-to-nongoal","player-01","stone-11","pos-06-07","pos-06-08","pos-06-09","dir-down")),20) occurs(action(("push-to-goal","player-01","stone-12","pos-06-08","pos-07-08","pos-08-08","dir-right")),21) occurs(action(("move","player-01","pos-07-08","pos-07-09","dir-down")),22) occurs(action(("move","player-01","pos-07-09","pos-07-10","dir-down")),23) occurs(action(("move","player-01","pos-07-10","pos-06-10","dir-left")),24) occurs(action(("move","player-01","pos-06-10","pos-05-10","dir-left")),25) occurs(action(("move","player-01","pos-05-10","pos-05-09","dir-up")),26) occurs(action(("push-to-goal","player-01","stone-10","pos-05-09","pos-05-08","pos-05-07","dir-up")),27) occurs(action(("move","player-01","pos-05-08","pos-05-09","dir-down")),28) occurs(action(("move","player-01","pos-05-09","pos-05-10","dir-down")),29) occurs(action(("move","player-01","pos-05-10","pos-06-10","dir-right")),30) occurs(action(("push-to-nongoal","player-01","stone-11","pos-06-10","pos-06-09","pos-06-08","dir-up")),31) occurs(action(("push-to-goal","player-01","stone-11","pos-06-09","pos-06-08","pos-06-07","dir-up")),32) occurs(action(("move","player-01","pos-06-08","pos-07-08","dir-right")),33) occurs(action(("push-to-goal","player-01","stone-01","pos-07-08","pos-07-07","pos-07-06","dir-up")),34) occurs(action(("push-to-goal","player-01","stone-01","pos-07-07","pos-07-06","pos-07-05","dir-up")),35) occurs(action(("push-to-nongoal","player-01","stone-07","pos-07-06","pos-08-06","pos-09-06","dir-right")),36) occurs(action(("push-to-goal","player-01","stone-05","pos-08-06","pos-08-05","pos-08-04","dir-up")),37) occurs(action(("move","player-01","pos-08-05","pos-09-05","dir-right")),38) occurs(action(("move","player-01","pos-09-05","pos-10-05","dir-right")),39) occurs(action(("move","player-01","pos-10-05","pos-10-06","dir-down")),40) occurs(action(("push-to-nongoal","player-01","stone-07","pos-10-06","pos-09-06","pos-08-06","dir-left")),41) occurs(action(("push-to-goal","player-01","stone-07","pos-09-06","pos-08-06","pos-07-06","dir-left")),42) occurs(action(("move","player-01","pos-08-06","pos-09-06","dir-right")),43) occurs(action(("move","player-01","pos-09-06","pos-09-07","dir-down")),44) occurs(action(("push-to-goal","player-01","stone-09","pos-09-07","pos-08-07","pos-07-07","dir-left")),45) occurs(action(("move","player-01","pos-08-07","pos-08-06","dir-up")),46) occurs(action(("move","player-01","pos-08-06","pos-08-05","dir-up")),47) occurs(action(("push-to-goal","player-01","stone-01","pos-08-05","pos-07-05","pos-06-05","dir-left")),48) occurs(action(("push-to-nongoal","player-01","stone-03","pos-07-05","pos-07-04","pos-07-03","dir-up")),49) occurs(action(("push-to-nongoal","player-01","stone-02","pos-07-04","pos-06-04","pos-05-04","dir-left")),50) occurs(action(("move","player-01","pos-06-04","pos-06-03","dir-up")),51) occurs(action(("move","player-01","pos-06-03","pos-05-03","dir-left")),52) occurs(action(("push-to-goal","player-01","stone-02","pos-05-03","pos-05-04","pos-05-05","dir-down")),53) occurs(action(("move","player-01","pos-05-04","pos-05-03","dir-up")),54) occurs(action(("move","player-01","pos-05-03","pos-05-02","dir-up")),55) occurs(action(("move","player-01","pos-05-02","pos-06-02","dir-right")),56) occurs(action(("move","player-01","pos-06-02","pos-07-02","dir-right")),57) occurs(action(("push-to-nongoal","player-01","stone-03","pos-07-02","pos-07-03","pos-07-04","dir-down")),58) occurs(action(("push-to-goal","player-01","stone-03","pos-07-03","pos-07-04","pos-07-05","dir-down")),59) occurs(action(("move","player-01","pos-07-04","pos-06-04","dir-left")),60) occurs(action(("move","player-01","pos-06-04","pos-05-04","dir-left")),61) occurs(action(("move","player-01","pos-05-04","pos-05-03","dir-up")),62) occurs(action(("move","player-01","pos-05-03","pos-05-02","dir-up")),63) occurs(action(("move","player-01","pos-05-02","pos-06-02","dir-right")),64) occurs(action(("move","player-01","pos-06-02","pos-05-02","dir-left")),65) occurs(action(("move","player-01","pos-05-02","pos-06-02","dir-right")),66) occurs(action(("move","player-01","pos-06-02","pos-05-02","dir-left")),67) occurs(action(("move","player-01","pos-05-02","pos-05-03","dir-down")),68) occurs(action(("move","player-01","pos-05-03","pos-06-03","dir-right")),69) occurs(action(("move","player-01","pos-06-03","pos-06-02","dir-up")),70) occurs(action(("move","player-01","pos-06-02","pos-07-02","dir-right")),71) occurs(action(("move","player-01","pos-07-02","pos-07-03","dir-down")),72) occurs(action(("move","player-01","pos-07-03","pos-07-02","dir-up")),73) occurs(action(("move","player-01","pos-07-02","pos-07-03","dir-down")),74) occurs(action(("move","player-01","pos-07-03","pos-07-02","dir-up")),75) occurs(action(("move","player-01","pos-07-02","pos-07-03","dir-down")),76) occurs(action(("move","player-01","pos-07-03","pos-07-02","dir-up")),77) occurs(action(("move","player-01","pos-07-02","pos-06-02","dir-left")),78) occurs(action(("move","player-01","pos-06-02","pos-07-02","dir-right")),79) occurs(action(("move","player-01","pos-07-02","pos-06-02","dir-left")),80) occurs(action(("move","player-01","pos-06-02","pos-05-02","dir-left")),81) occurs(action(("move","player-01","pos-05-02","pos-06-02","dir-right")),82) occurs(action(("move","player-01","pos-06-02","pos-05-02","dir-left")),83) occurs(action(("move","player-01","pos-05-02","pos-06-02","dir-right")),84) occurs(action(("move","player-01","pos-06-02","pos-05-02","dir-left")),85) occurs(action(("move","player-01","pos-05-02","pos-06-02","dir-right")),86) occurs(action(("move","player-01","pos-06-02","pos-07-02","dir-right")),87) occurs(action(("move","player-01","pos-07-02","pos-06-02","dir-left")),88) occurs(action(("move","player-01","pos-06-02","pos-06-03","dir-down")),89) occurs(action(("move","player-01","pos-06-03","pos-06-04","dir-down")),90) occurs(action(("move","player-01","pos-06-04","pos-07-04","dir-right")),91) occurs(action(("move","player-01","pos-07-04","pos-07-03","dir-up")),92) occurs(action(("move","player-01","pos-07-03","pos-07-02","dir-up")),93) occurs(action(("move","player-01","pos-07-02","pos-06-02","dir-left")),94) occurs(action(("move","player-01","pos-06-02","pos-07-02","dir-right")),95) occurs(action(("move","player-01","pos-07-02","pos-07-03","dir-down")),96) occurs(action(("move","player-01","pos-07-03","pos-07-04","dir-down")),97) occurs(action(("move","player-01","pos-07-04","pos-06-04","dir-left")),98) occurs(action(("move","player-01","pos-06-04","pos-06-03","dir-up")),99) occurs(action(("move","player-01","pos-06-03","pos-06-04","dir-down")),100) occurs(action(("move","player-01","pos-06-04","pos-05-04","dir-left")),101) occurs(action(("move","player-01","pos-05-04","pos-05-03","dir-up")),102) occurs(action(("move","player-01","pos-05-03","pos-06-03","dir-right")),103) occurs(action(("move","player-01","pos-06-03","pos-06-02","dir-up")),104) occurs(action(("move","player-01","pos-06-02","pos-07-02","dir-right")),105)
|
|
SATISFIABLE
|
|
|
|
Models : 1+
|
|
Calls : 39
|
|
Time : 393.875s (Solving: 383.16s 1st Model: 15.47s Unsat: 0.25s)
|
|
CPU Time : 394.020s
|
|
|
|
Choices : 1997717 (Domain: 1997628)
|
|
Conflicts : 336307 (Analyzed: 336305)
|
|
Restarts : 3500 (Average: 96.09 Last: 161)
|
|
Model-Level : 1136.0
|
|
Problems : 39 (Average Length: 64.44 Splits: 0)
|
|
Lemmas : 336305 (Deleted: 325268)
|
|
Binary : 108 (Ratio: 0.03%)
|
|
Ternary : 656 (Ratio: 0.20%)
|
|
Conflict : 336305 (Average Length: 2477.5 Ratio: 100.00%)
|
|
Loop : 0 (Average Length: 0.0 Ratio: 0.00%)
|
|
Other : 0 (Average Length: 0.0 Ratio: 0.00%)
|
|
Backjumps : 336305 (Average: 5.14 Max: 335 Sum: 1727556)
|
|
Executed : 336281 (Average: 5.14 Max: 335 Sum: 1727203 Ratio: 99.98%)
|
|
Bounded : 24 (Average: 14.71 Max: 47 Sum: 353 Ratio: 0.02%)
|
|
|
|
Rules : 43742
|
|
Atoms : 43742
|
|
Bodies : 1 (Original: 0)
|
|
Tight : Yes
|
|
Variables : 305976 (Eliminated: 0 Frozen: 69664)
|
|
Constraints : 2198026 (Binary: 93.6% Ternary: 4.3% Other: 2.1%)
|
|
|
|
Memory Peak : 491MB
|
|
Max. Length : 105 steps
|
|
Sol. Length : 105 steps
|
|
Models : 1
|
|
|
|
|