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

73 lines
1.7 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-2.pddlignoring --stats
ignoring --stats-iter
ignoring --verbose
-m 8192
Domain: blocks
Problem: blocks-4-1
Parser: 40 ground actions and 29 state variables
Invariants: 0 1 2 3 4 5 0.00 secs
Goal: conjunctive
Simplified: 40 ground actions and 29 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 121 MB)
Horizon 0: 29 variables
0 UNSAT (0 decisions 0 conflicts)
Horizon 5: 374 variables
5 UNSAT (0 decisions 0 conflicts)
Horizon 10: 719 variables
Allocated 32 MB (total 383 MB)
SAT (2 ID 6 decisions 3 conflicts 719 variables)
PLAN FOUND: 10 steps
STEP 0: unstack(b,c)
STEP 1: put-down(b)
STEP 2: unstack(c,a)
STEP 3: put-down(c)
STEP 4: unstack(a,d)
STEP 5: stack(a,b)
STEP 6: pick-up(c)
STEP 7: stack(c,a)
STEP 8: pick-up(d)
STEP 9: stack(d,c)
10 actions in the plan.
# statistics in YAML format
---
runtime:
total: 0.00 # [s]
preprocessing: 0.00 # [s]
maxLearnedClauseLength: 22
groundActions:
afterParsing: 40
afterPreprocessing: 40
stateVariables:
afterParsing: 29
afterPreprocessing: 29
stronglyConnectedComponents:
maxSize: 1
plan:
found: true
length: 10
actions: 10
iterations:
- horizon: 0
result: unsatisfiable
conflicts: 0
decisions: 0
variables: 29
- horizon: 5
result: unsatisfiable
conflicts: 0
decisions: 0
variables: 374
- horizon: 10
result: satisfiable
conflicts: 3
decisions: 6
variables: 719
...