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

192 lines
4.2 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-30.pddlignoring --stats
ignoring --stats-iter
ignoring --verbose
-m 8192
Domain: blocks
Problem: blocks-14-1
Parser: 420 ground actions and 239 state variables
Invariants: 0 1 2 3 4 5 0.03 secs
Goal: conjunctive
Simplified: 420 ground actions and 239 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 124 MB)
Horizon 0: 239 variables
0 UNSAT (0 decisions 0 conflicts)
Horizon 5: 3534 variables
5 UNSAT (0 decisions 0 conflicts)
Horizon 10: 6829 variables
10 UNSAT (0 decisions 0 conflicts)
Horizon 15: 10124 variables
15 UNSAT (0 decisions 0 conflicts)
Horizon 20: 13419 variables
Allocated 32 MB (total 540 MB)
20 UNSAT (42 decisions 39 conflicts)
Horizon 25: 16714 variables
Horizon 30: 20009 variables
Horizon 35: 23304 variables
Horizon 40: 26599 variables
Horizon 45: 29894 variables
Horizon 50: 33189 variables
Horizon 55: 36484 variables
Horizon 60: 39779 variables
Horizon 65: 43074 variables
SAT (12 ID 247 decisions 85 conflicts 39779 variables)
PLAN FOUND: 60 steps
STEP 0: pick-up(n)
STEP 1: stack(n,c)
STEP 2: unstack(i,d)
STEP 3: stack(i,g)
STEP 4: unstack(d,l)
STEP 5: put-down(d)
STEP 6: unstack(l,m)
STEP 7: stack(l,n)
STEP 8: unstack(l,n)
STEP 9: stack(l,n)
STEP 10: unstack(h,f)
STEP 11: stack(h,d)
STEP 12: unstack(f,a)
STEP 13: stack(f,i)
STEP 14: unstack(l,n)
STEP 15: stack(l,n)
STEP 16: unstack(l,n)
STEP 17: stack(l,n)
STEP 18: unstack(l,n)
STEP 19: stack(l,n)
STEP 20: unstack(l,n)
STEP 21: stack(l,n)
STEP 22: unstack(l,n)
STEP 23: stack(l,n)
STEP 24: unstack(l,n)
STEP 25: stack(l,h)
STEP 26: unstack(n,c)
STEP 27: stack(n,l)
STEP 28: unstack(c,e)
STEP 29: put-down(c)
STEP 30: unstack(n,l)
STEP 31: stack(n,c)
STEP 32: unstack(l,h)
STEP 33: stack(l,n)
STEP 34: pick-up(e)
STEP 35: stack(e,l)
STEP 36: unstack(a,k)
STEP 37: stack(a,h)
STEP 38: unstack(f,i)
STEP 39: stack(f,k)
STEP 40: unstack(i,g)
STEP 41: stack(i,e)
STEP 42: unstack(a,h)
STEP 43: stack(a,i)
STEP 44: unstack(g,j)
STEP 45: stack(g,a)
STEP 46: unstack(f,k)
STEP 47: stack(f,g)
STEP 48: unstack(k,b)
STEP 49: stack(k,f)
STEP 50: pick-up(m)
STEP 51: stack(m,k)
STEP 52: unstack(h,d)
STEP 53: stack(h,m)
STEP 54: pick-up(b)
STEP 55: stack(b,h)
STEP 56: pick-up(d)
STEP 57: stack(d,b)
STEP 58: pick-up(j)
STEP 59: stack(j,d)
60 actions in the plan.
# statistics in YAML format
---
runtime:
total: 0.33 # [s]
preprocessing: 0.05 # [s]
maxLearnedClauseLength: 2299
groundActions:
afterParsing: 420
afterPreprocessing: 420
stateVariables:
afterParsing: 239
afterPreprocessing: 239
stronglyConnectedComponents:
maxSize: 1
plan:
found: true
length: 60
actions: 60
iterations:
- horizon: 0
result: unsatisfiable
conflicts: 0
decisions: 0
variables: 239
- horizon: 5
result: unsatisfiable
conflicts: 0
decisions: 0
variables: 3534
- horizon: 10
result: unsatisfiable
conflicts: 0
decisions: 0
variables: 6829
- horizon: 15
result: unsatisfiable
conflicts: 0
decisions: 0
variables: 10124
- horizon: 20
result: unsatisfiable
conflicts: 39
decisions: 42
variables: 13419
- horizon: 25
result: unknown
conflicts: 545
decisions: 743
variables: 16714
- horizon: 30
result: unknown
conflicts: 481
decisions: 877
variables: 20009
- horizon: 35
result: unknown
conflicts: 423
decisions: 861
variables: 23304
- horizon: 40
result: unknown
conflicts: 360
decisions: 790
variables: 26599
- horizon: 45
result: unknown
conflicts: 300
decisions: 657
variables: 29894
- horizon: 50
result: unknown
conflicts: 241
decisions: 604
variables: 33189
- horizon: 55
result: unknown
conflicts: 180
decisions: 355
variables: 36484
- horizon: 60
result: satisfiable
conflicts: 85
decisions: 247
variables: 39779
- horizon: 65
result: unknown
conflicts: 0
decisions: 0
variables: 43074
...