75 lines
3.8 KiB
Plaintext
75 lines
3.8 KiB
Plaintext
|
planner.py version 0.0.1
|
||
|
|
||
|
Time: 0.05s
|
||
|
Memory: 49MB
|
||
|
|
||
|
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: 49MB (+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
|
||
|
Grounding... [('step', [1]), ('step', [2]), ('step', [3]), ('step', [4]), ('step', [5]), ('check', [5])]
|
||
|
Grounding Time: 0.03s
|
||
|
Memory: 50MB (+1MB)
|
||
|
Unblocking actions...
|
||
|
Solving...
|
||
|
Solving Time: 0.00s
|
||
|
Memory: 51MB (+1MB)
|
||
|
UNSAT
|
||
|
Iteration Time: 0.04s
|
||
|
|
||
|
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
|
||
|
Grounding... [('step', [6]), ('step', [7]), ('step', [8]), ('step', [9]), ('step', [10]), ('check', [10])]
|
||
|
Grounding Time: 0.03s
|
||
|
Memory: 53MB (+2MB)
|
||
|
Unblocking actions...
|
||
|
Solving...
|
||
|
Answer: 1
|
||
|
occurs(action(("load-truck",constant("package4"),constant("truck1"),constant("s1"))),1) occurs(action(("load-truck",constant("package3"),constant("truck2"),constant("s0"))),1) occurs(action(("board-truck",constant("driver3"),constant("truck2"),constant("s0"))),1) occurs(action(("board-truck",constant("driver2"),constant("truck1"),constant("s1"))),1) occurs(action(("drive-truck",constant("truck2"),constant("s0"),constant("s2"),constant("driver3"))),2) occurs(action(("drive-truck",constant("truck1"),constant("s1"),constant("s0"),constant("driver2"))),2) occurs(action(("unload-truck",constant("package4"),constant("truck1"),constant("s0"))),3) occurs(action(("load-truck",constant("package1"),constant("truck2"),constant("s2"))),3) occurs(action(("drive-truck",constant("truck2"),constant("s2"),constant("s1"),constant("driver3"))),4) occurs(action(("drive-truck",constant("truck1"),constant("s0"),constant("s1"),constant("driver2"))),4) occurs(action(("unload-truck",constant("package1"),constant("truck2"),constant("s1"))),5) occurs(action(("disembark-truck",constant("driver2"),constant("truck1"),constant("s1"))),5) occurs(action(("drive-truck",constant("truck2"),constant("s1"),constant("s2"),constant("driver3"))),6) occurs(action(("walk",constant("driver2"),constant("s1"),constant("p0-1"))),6) occurs(action(("walk",constant("driver2"),constant("p0-1"),constant("s0"))),7) occurs(action(("disembark-truck",constant("driver3"),constant("truck2"),constant("s2"))),7) occurs(action(("walk",constant("driver3"),constant("s2"),constant("p1-2"))),8) occurs(action(("walk",constant("driver3"),constant("p1-2"),constant("s1"))),9) occurs(action(("unload-truck",constant("package3"),constant("truck2"),constant("s2"))),10)
|
||
|
Solving Time: 0.01s
|
||
|
Memory: 54MB (+1MB)
|
||
|
SAT
|
||
|
SATISFIABLE
|
||
|
|
||
|
Models : 1+
|
||
|
Calls : 3
|
||
|
Time : 0.140s (Solving: 0.01s 1st Model: 0.00s Unsat: 0.00s)
|
||
|
CPU Time : 0.140s
|
||
|
|
||
|
Choices : 364 (Domain: 364)
|
||
|
Conflicts : 129 (Analyzed: 128)
|
||
|
Restarts : 1 (Average: 128.00 Last: 52)
|
||
|
Model-Level : 53.0
|
||
|
Problems : 3 (Average Length: 7.00 Splits: 0)
|
||
|
Lemmas : 128 (Deleted: 0)
|
||
|
Binary : 3 (Ratio: 2.34%)
|
||
|
Ternary : 9 (Ratio: 7.03%)
|
||
|
Conflict : 128 (Average Length: 21.7 Ratio: 100.00%)
|
||
|
Loop : 0 (Average Length: 0.0 Ratio: 0.00%)
|
||
|
Other : 0 (Average Length: 0.0 Ratio: 0.00%)
|
||
|
Backjumps : 128 (Average: 2.50 Max: 20 Sum: 320)
|
||
|
Executed : 124 (Average: 2.42 Max: 20 Sum: 310 Ratio: 96.88%)
|
||
|
Bounded : 4 (Average: 2.50 Max: 7 Sum: 10 Ratio: 3.12%)
|
||
|
|
||
|
Rules : 10809
|
||
|
Atoms : 10809
|
||
|
Bodies : 1 (Original: 0)
|
||
|
Tight : Yes
|
||
|
Variables : 7181 (Eliminated: 0 Frozen: 855)
|
||
|
Constraints : 24002 (Binary: 81.2% Ternary: 14.5% Other: 4.3%)
|
||
|
|
||
|
Memory Peak : 54MB
|
||
|
Max. Length : 10 steps
|
||
|
Sol. Length : 10 steps
|
||
|
|
||
|
|