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-13.pddlignoring --stats ignoring --stats-iter ignoring --verbose -m 8192 Domain: blocks Problem: blocks-8-0 Parser: 144 ground actions and 89 state variables Invariants: 0 1 2 3 4 5 0.00 secs Goal: conjunctive Simplified: 144 ground actions and 89 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 0: 89 variables 0 UNSAT (0 decisions 0 conflicts) Horizon 5: 1254 variables 5 UNSAT (0 decisions 0 conflicts) Horizon 10: 2419 variables Allocated 32 MB (total 383 MB) 10 UNSAT (1 decisions 1 conflicts) Horizon 15: 3584 variables 15 UNSAT (62 decisions 35 conflicts) Horizon 20: 4749 variables SAT (4 ID 50 decisions 21 conflicts 4749 variables) PLAN FOUND: 20 steps STEP 0: unstack(a,g) STEP 1: put-down(a) STEP 2: unstack(g,e) STEP 3: stack(g,b) STEP 4: pick-up(a) STEP 5: stack(a,g) STEP 6: pick-up(c) STEP 7: stack(c,a) STEP 8: unstack(d,h) STEP 9: stack(d,e) STEP 10: unstack(h,f) STEP 11: stack(h,c) STEP 12: unstack(d,e) STEP 13: put-down(d) STEP 14: pick-up(e) STEP 15: stack(e,h) STEP 16: pick-up(f) STEP 17: stack(f,e) STEP 18: pick-up(d) STEP 19: stack(d,f) 20 actions in the plan. # statistics in YAML format --- runtime: total: 0.01 # [s] preprocessing: 0.00 # [s] maxLearnedClauseLength: 158 groundActions: afterParsing: 144 afterPreprocessing: 144 stateVariables: afterParsing: 89 afterPreprocessing: 89 stronglyConnectedComponents: maxSize: 1 plan: found: true length: 20 actions: 20 iterations: - horizon: 0 result: unsatisfiable conflicts: 0 decisions: 0 variables: 89 - horizon: 5 result: unsatisfiable conflicts: 0 decisions: 0 variables: 1254 - horizon: 10 result: unsatisfiable conflicts: 1 decisions: 1 variables: 2419 - horizon: 15 result: unsatisfiable conflicts: 35 decisions: 62 variables: 3584 - horizon: 20 result: satisfiable conflicts: 21 decisions: 50 variables: 4749 ...