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

74 lines
1.8 KiB
Plaintext

Madagascar 0.99999 01/02/2018 14:46:04 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-17.pddlignoring --stats
ignoring --stats-iter
ignoring --verbose
-m 8192 -F 30 -T 30
Domain: blocks
Problem: blocks-9-1
Parser: 180 ground actions and 109 state variables
Invariants: 0 1 2 3 4 5 0.00 secs
Goal: conjunctive
Simplified: 180 ground actions and 109 state variables
Actions: STRIPS
Disabling graph %: 10 20 30 40 50 60 70 80 90 100 0.00 secs (max SCC size 1)
Plan type: E-step
Allocated 32 MB permanent (total 122 MB)
Horizon 30: 8779 variables
Allocated 32 MB (total 231 MB)
SAT (0 ID 777 decisions 392 conflicts 8779 variables)
PLAN FOUND: 30 steps
STEP 0: unstack(f,e)
STEP 1: put-down(f)
STEP 2: unstack(e,b)
STEP 3: stack(e,f)
STEP 4: unstack(b,d)
STEP 5: stack(b,d)
STEP 6: unstack(b,d)
STEP 7: put-down(b)
STEP 8: unstack(d,c)
STEP 9: put-down(d)
STEP 10: unstack(c,i)
STEP 11: put-down(c)
STEP 12: unstack(e,f)
STEP 13: stack(e,c)
STEP 14: pick-up(f)
STEP 15: stack(f,e)
STEP 16: unstack(i,g)
STEP 17: put-down(i)
STEP 18: unstack(g,h)
STEP 19: stack(g,f)
STEP 20: unstack(h,a)
STEP 21: stack(h,g)
STEP 22: pick-up(b)
STEP 23: stack(b,h)
STEP 24: pick-up(a)
STEP 25: stack(a,b)
STEP 26: pick-up(i)
STEP 27: stack(i,a)
STEP 28: pick-up(d)
STEP 29: stack(d,i)
30 actions in the plan.
# statistics in YAML format
---
runtime:
total: 0.05 # [s]
preprocessing: 0.01 # [s]
maxLearnedClauseLength: 788
groundActions:
afterParsing: 180
afterPreprocessing: 180
stateVariables:
afterParsing: 109
afterPreprocessing: 109
stronglyConnectedComponents:
maxSize: 1
plan:
found: true
length: 30
actions: 30
iterations:
...