1
0
Fork 0
tplp-planning-benchmark/m-mp/ipc-2000_blocks-strips-type...

143 lines
3.3 KiB
Plaintext

Madagascar 0.99999 31/01/2018 20:14:07 amd64 1-core (no VSIDS)
Options: file:/home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/blocks-strips-typed/domain.pddl file:/home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/blocks-strips-typed/instances/instance-26.pddlignoring --stats
ignoring --stats-iter
ignoring --verbose
-m 8192
Domain: blocks
Problem: blocks-12-1
Parser: 312 ground actions and 181 state variables
Invariants: 0 1 2 3 4 5 0.02 secs
Goal: conjunctive
Simplified: 312 ground actions and 181 state variables
Actions: STRIPS
Disabling graph %: 10 20 30 40 50 60 70 80 90 100 0.01 secs (max SCC size 1)
Plan type: E-step
Allocated 32 MB permanent (total 123 MB)
Horizon 0: 181 variables
0 UNSAT (0 decisions 0 conflicts)
Horizon 5: 2646 variables
5 UNSAT (0 decisions 0 conflicts)
Horizon 10: 5111 variables
10 UNSAT (0 decisions 0 conflicts)
Horizon 15: 7576 variables
15 UNSAT (0 decisions 0 conflicts)
Horizon 20: 10041 variables
Allocated 32 MB (total 539 MB)
20 UNSAT (15 decisions 14 conflicts)
Horizon 25: 12506 variables
Horizon 30: 14971 variables
25 UNSAT (116 decisions 74 conflicts)
Horizon 35: 17436 variables
Horizon 40: 19901 variables
SAT (8 ID 113 decisions 34 conflicts 19901 variables)
PLAN FOUND: 40 steps
STEP 0: unstack(c,g)
STEP 1: put-down(c)
STEP 2: unstack(g,h)
STEP 3: put-down(g)
STEP 4: unstack(h,i)
STEP 5: stack(h,c)
STEP 6: unstack(k,d)
STEP 7: stack(k,h)
STEP 8: unstack(i,f)
STEP 9: stack(i,d)
STEP 10: unstack(f,b)
STEP 11: stack(f,g)
STEP 12: unstack(b,a)
STEP 13: stack(b,i)
STEP 14: unstack(f,g)
STEP 15: put-down(f)
STEP 16: pick-up(g)
STEP 17: stack(g,b)
STEP 18: unstack(a,l)
STEP 19: stack(a,f)
STEP 20: unstack(l,e)
STEP 21: stack(l,g)
STEP 22: unstack(a,f)
STEP 23: stack(a,e)
STEP 24: pick-up(f)
STEP 25: stack(f,l)
STEP 26: unstack(a,e)
STEP 27: stack(a,f)
STEP 28: unstack(k,h)
STEP 29: put-down(k)
STEP 30: unstack(h,c)
STEP 31: stack(h,a)
STEP 32: pick-up(k)
STEP 33: stack(k,h)
STEP 34: unstack(e,j)
STEP 35: stack(e,k)
STEP 36: pick-up(c)
STEP 37: stack(c,e)
STEP 38: pick-up(j)
STEP 39: stack(j,c)
40 actions in the plan.
# statistics in YAML format
---
runtime:
total: 0.09 # [s]
preprocessing: 0.04 # [s]
maxLearnedClauseLength: 763
groundActions:
afterParsing: 312
afterPreprocessing: 312
stateVariables:
afterParsing: 181
afterPreprocessing: 181
stronglyConnectedComponents:
maxSize: 1
plan:
found: true
length: 40
actions: 40
iterations:
- horizon: 0
result: unsatisfiable
conflicts: 0
decisions: 0
variables: 181
- horizon: 5
result: unsatisfiable
conflicts: 0
decisions: 0
variables: 2646
- horizon: 10
result: unsatisfiable
conflicts: 0
decisions: 0
variables: 5111
- horizon: 15
result: unsatisfiable
conflicts: 0
decisions: 0
variables: 7576
- horizon: 20
result: unsatisfiable
conflicts: 14
decisions: 15
variables: 10041
- horizon: 25
result: unsatisfiable
conflicts: 74
decisions: 116
variables: 12506
- horizon: 30
result: unknown
conflicts: 181
decisions: 322
variables: 14971
- horizon: 35
result: unknown
conflicts: 120
decisions: 264
variables: 17436
- horizon: 40
result: satisfiable
conflicts: 34
decisions: 113
variables: 19901
...