92 lines
5.0 KiB
Plaintext
92 lines
5.0 KiB
Plaintext
|
planner.py version 0.0.1
|
||
|
|
||
|
Time: 46.11s
|
||
|
Memory: 3926MB
|
||
|
|
||
|
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.79s
|
||
|
Memory: 3858MB (+-68MB)
|
||
|
UNSAT
|
||
|
Iteration Time: 0.89s
|
||
|
|
||
|
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: 3858MB
|
||
|
Grounding... [('step', [1]), ('step', [2]), ('step', [3]), ('step', [4]), ('step', [5]), ('check', [5])]
|
||
|
Grounding Time: 0.58s
|
||
|
Memory: 3858MB (+0MB)
|
||
|
Unblocking actions...
|
||
|
Solving...
|
||
|
Solving Time: 0.01s
|
||
|
Memory: 3858MB (+0MB)
|
||
|
SAT
|
||
|
Testing...
|
||
|
NOT SERIALIZABLE
|
||
|
Testing Time: 12.54s
|
||
|
Memory: 3858MB (+0MB)
|
||
|
Solving...
|
||
|
Solving Time: 0.08s
|
||
|
Memory: 3858MB (+0MB)
|
||
|
UNSAT
|
||
|
Iteration Time: 13.38s
|
||
|
|
||
|
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: 3858MB
|
||
|
Grounding... [('step', [6]), ('step', [7]), ('step', [8]), ('step', [9]), ('step', [10]), ('check', [10])]
|
||
|
Grounding Time: 0.40s
|
||
|
Memory: 3858MB (+0MB)
|
||
|
Unblocking actions...
|
||
|
Solving...
|
||
|
Solving Time: 0.02s
|
||
|
Memory: 3858MB (+0MB)
|
||
|
SAT
|
||
|
Testing...
|
||
|
SERIALIZABLE?
|
||
|
Testing Time: 0.00s
|
||
|
Memory: 3858MB (+0MB)
|
||
|
Answer: 2
|
||
|
occurs(action(("load-truck",constant("package3"),constant("truck1"),constant("city1-1"))),1) occurs(action(("fly-airplane",constant("plane1"),constant("city2-2"),constant("city1-2"))),1) occurs(action(("fly-airplane",constant("plane2"),constant("city1-2"),constant("city4-2"))),1) occurs(action(("load-truck",constant("package1"),constant("truck4"),constant("city4-1"))),1) occurs(action(("drive-truck",constant("truck1"),constant("city1-1"),constant("city1-2"),constant("city1"))),2) occurs(action(("fly-airplane",constant("plane1"),constant("city1-2"),constant("city2-2"))),2) occurs(action(("drive-truck",constant("truck4"),constant("city4-1"),constant("city4-2"),constant("city4"))),2) occurs(action(("drive-truck",constant("truck2"),constant("city2-1"),constant("city2-2"),constant("city2"))),2) occurs(action(("unload-truck",constant("package3"),constant("truck1"),constant("city1-2"))),3) occurs(action(("fly-airplane",constant("plane1"),constant("city2-2"),constant("city3-2"))),3) occurs(action(("load-truck",constant("package2"),constant("truck1"),constant("city1-2"))),3) occurs(action(("unload-truck",constant("package1"),constant("truck4"),constant("city4-2"))),3) occurs(action(("load-airplane",constant("package1"),constant("plane2"),constant("city4-2"))),4) occurs(action(("fly-airplane",constant("plane1"),constant("city3-2"),constant("city5-2"))),4) occurs(action(("drive-truck",constant("truck1"),constant("city1-2"),constant("city1-1"),constant("city1"))),4) occurs(action(("drive-truck",constant("truck4"),constant("city4-2"),constant("city4-1"),constant("city4"))),4) occurs(action(("unload-truck",constant("package2"),constant("truck1"),constant("city1-1"))),5) occurs(action(("fly-airplane",constant("plane2"),constant("city4-2"),constant("city3-2"))),5) occurs(action(("fly-airplane",constant("plane1"),constant("city5-2"),constant("city4-2"))),5) occurs(action(("unload-airplane",constant("package1"),constant("plane2"),constant("city3-2"))),6) occurs(action(("fly-airplane",constant("plane1"),constant("city4-2"),constant("city2-2"))),6) occurs(action(("fly-airplane",constant("plane2"),constant("city3-2"),constant("city1-2"))),7) occurs(action(("drive-truck",constant("truck2"),constant("city2-2"),constant("city2-1"),constant("city2"))),8) occurs(action(("drive-truck",constant("truck5"),constant("city5-1"),constant("city5-2"),constant("city5"))),9) occurs(action(("drive-truck",constant("truck5"),constant("city5-2"),constant("city5-1"),constant("city5"))),10)
|
||
|
SATISFIABLE
|
||
|
|
||
|
Models : 1+
|
||
|
Calls : 4
|
||
|
Time : 48.838s (Solving: 0.01s 1st Model: 0.00s Unsat: 0.00s)
|
||
|
CPU Time : 48.860s
|
||
|
|
||
|
Choices : 519 (Domain: 446)
|
||
|
Conflicts : 166 (Analyzed: 165)
|
||
|
Restarts : 1 (Average: 165.00 Last: 61)
|
||
|
Model-Level : 99.5
|
||
|
Problems : 4 (Average Length: 7.00 Splits: 0)
|
||
|
Lemmas : 165 (Deleted: 0)
|
||
|
Binary : 6 (Ratio: 3.64%)
|
||
|
Ternary : 8 (Ratio: 4.85%)
|
||
|
Conflict : 165 (Average Length: 9.3 Ratio: 100.00%)
|
||
|
Loop : 0 (Average Length: 0.0 Ratio: 0.00%)
|
||
|
Other : 0 (Average Length: 0.0 Ratio: 0.00%)
|
||
|
Backjumps : 165 (Average: 2.25 Max: 24 Sum: 372)
|
||
|
Executed : 161 (Average: 2.05 Max: 24 Sum: 339 Ratio: 91.13%)
|
||
|
Bounded : 4 (Average: 8.25 Max: 12 Sum: 33 Ratio: 8.87%)
|
||
|
|
||
|
Rules : 10351714 (Original: 10351227)
|
||
|
Atoms : 10350761
|
||
|
Bodies : 1613 (Original: 1147)
|
||
|
Count : 50 (Original: 106)
|
||
|
Equivalences : 704 (Atom=Atom: 87 Body=Body: 0 Other: 617)
|
||
|
Tight : Yes
|
||
|
Variables : 7627 (Eliminated: 0 Frozen: 890)
|
||
|
Constraints : 23356 (Binary: 82.3% Ternary: 12.8% Other: 4.8%)
|
||
|
|
||
|
Memory Peak : 4205MB
|
||
|
Max. Length : 10 steps
|
||
|
Sol. Length : 10 steps
|
||
|
Models : 2
|
||
|
|
||
|
|