1
0
Fork 0

Add benchmark result [fd-pb-e1-sh-h | ipc-2000 | freecell-strips-typed | 1]

This commit is contained in:
Potassco Bot 2017-11-26 02:35:11 +01:00
parent 062cb9dfa9
commit 4e7f4645a1
Signed by: potassco-bot
GPG Key ID: 1F54208CE70DDF73
3 changed files with 209 additions and 0 deletions

View File

@ -0,0 +1,43 @@
command:
- timeout
- -m=8000000
- -t=900
- python3
- /home/pluehne/Documents/ASP/plasp-javier/encodings/planner/runplanner.py
- --domain=/home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/freecell-strips-typed/domain.pddl
- /home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/freecell-strips-typed/instances/instance-1.pddl
- --stats
- --verbose
- --print-call
- --translate
- -B 0.9
- --parallel=1
- --shallow
- --use-heuristic
configuration:
id: fd-pb-e1-sh-h
instanceSets:
- lpnmr-hard-instances
- lpnmr-easy-instances
options:
- --stats
- --verbose
- --print-call
- --translate
- -B 0.9
- --parallel=1
- --shallow
- --use-heuristic
exitCode: 0
instance:
domain: freecell-strips-typed
instance: 1
ipc: ipc-2000
versions:
clingo: 5.2.2
fastDownward: 10997:847cdf0069cab0c8841a9958e783d1a7340fe2e9 (2017-11-02 15:10 +0100)
planner: 517f2c0422a36582df17ecebb08e879b170cdfe2 (2017-11-21 02:23:06 +0100)
plasp: 3.1.1
python: 3.6.3
workingDirectory: /home/pluehne/Documents/ASP/plasp-javier/encodings/planner

View File

@ -0,0 +1,20 @@
# configuration: {'id': 'fd-pb-e1-sh-h', 'options': ['--stats', '--verbose', '--print-call', '--translate', '-B 0.9', '--parallel=1', '--shallow', '--use-heuristic'], 'instanceSets': ['lpnmr-hard-instances', 'lpnmr-easy-instances']}
# instance: {'ipc': 'ipc-2000', 'domain': 'freecell-strips-typed', 'instance': 1}
# command: ['timeout', '-m=8000000', '-t=900', 'python3', '/home/pluehne/Documents/ASP/plasp-javier/encodings/planner/runplanner.py', '--domain=/home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/freecell-strips-typed/domain.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/freecell-strips-typed/instances/instance-1.pddl', '--stats', '--verbose', '--print-call', '--translate', '-B 0.9', '--parallel=1', '--shallow', '--use-heuristic']
# working directory: /home/pluehne/Documents/ASP/plasp-javier/encodings/planner
# exit code: 0
Warning: name clash between type and predicate 'suit'.
Interpreting as predicate in conditions.
/home/pluehne/Documents/ASP/plasp-javier/encodings/strips/preprocess.lp:13:4-34: info: atom does not occur in any rule head:
requires(feature(actionCosts))
/home/pluehne/Documents/ASP/plasp-javier/encodings/strips/preprocess.lp:14:4-33: info: atom does not occur in any rule head:
requires(feature(axiomRules))
/home/pluehne/Documents/ASP/plasp-javier/encodings/strips/preprocess.lp:15:4-41: info: atom does not occur in any rule head:
requires(feature(conditionalEffects))
# planner call: /home/wv/bin/linux/64/fast-downward/fast-downward.py --translate --build=release64 /home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/freecell-strips-typed/domain.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/freecell-strips-typed/instances/instance-1.pddl && plasp-3.1.1 translate --parsing-mode=compatibility output.sas | /home/pluehne/Documents/ASP/plasp-javier/encodings/planner/planner.py - /home/pluehne/Documents/ASP/plasp-javier/encodings/strips/preprocess.lp /home/pluehne/Documents/ASP/plasp-javier/encodings/strips/strips-incremental.lp --stats --verbose -B 0.9 --query-at-last --check-at-last --forbid-actions --force-actions -c planner_on=1 --heuristic=Domain /home/pluehne/Documents/ASP/plasp-javier/encodings/planner/heuristic.lp -c _shallow=1 -c _closure=3 -c _parallel=1
FINISHED CPU 9.94 MEM 30288 MAXMEM 183048 STALE 1 MAXMEM_RSS 129720
<time name="ALL">9690</time>

View File

@ -0,0 +1,146 @@
INFO Running translator.
INFO translator input: ['/home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/freecell-strips-typed/domain.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/freecell-strips-typed/instances/instance-1.pddl']
INFO translator arguments: []
INFO translator time limit: None
INFO translator memory limit: None
INFO callstring: /home/pluehne/.usr/bin/python /home/wv/bin/linux/64/fast-downward-10997/builds/release64/bin/translate/translate.py /home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/freecell-strips-typed/domain.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/freecell-strips-typed/instances/instance-1.pddl
Parsing...
Parsing: [0.040s CPU, 0.038s wall-clock]
Normalizing task... [0.000s CPU, 0.003s wall-clock]
Instantiating...
Generating Datalog program... [0.010s CPU, 0.008s wall-clock]
Normalizing Datalog program...
Normalizing Datalog program: [0.050s CPU, 0.053s wall-clock]
Preparing model... [0.020s CPU, 0.023s wall-clock]
Generated 125 rules.
Computing model... [0.440s CPU, 0.436s wall-clock]
3618 relevant atoms
1056 auxiliary atoms
4674 final queue length
15856 total queue pushes
Completing instantiation... [1.480s CPU, 1.472s wall-clock]
Instantiating: [2.000s CPU, 1.998s wall-clock]
Computing fact groups...
Finding invariants...
15 initial candidates
Finding invariants: [0.140s CPU, 0.136s wall-clock]
Checking invariant weight... [0.000s CPU, 0.003s wall-clock]
Instantiating groups... [0.010s CPU, 0.014s wall-clock]
Collecting mutex groups... [0.000s CPU, 0.001s wall-clock]
Choosing groups...
7 uncovered facts
Choosing groups: [0.000s CPU, 0.003s wall-clock]
Building translation key... [0.000s CPU, 0.001s wall-clock]
Computing fact groups: [0.160s CPU, 0.164s wall-clock]
Building STRIPS to SAS dictionary... [0.000s CPU, 0.000s wall-clock]
Building dictionary for full mutex groups... [0.000s CPU, 0.001s wall-clock]
Building mutex information...
not in strips_to_sas, left out: Atom bottomcol(c0)
not in strips_to_sas, left out: Atom bottomcol(d0)
not in strips_to_sas, left out: Atom bottomcol(h0)
not in strips_to_sas, left out: Atom bottomcol(s0)
Building mutex information: [0.010s CPU, 0.002s wall-clock]
Translating task...
Processing axioms...
Simplifying axioms... [0.000s CPU, 0.000s wall-clock]
Processing axioms: [0.060s CPU, 0.066s wall-clock]
Translating task: [1.370s CPU, 1.380s wall-clock]
1400 effect conditions simplified
0 implied preconditions added
Detecting unreachable propositions...
0 operators removed
0 axioms removed
12 propositions removed
Detecting unreachable propositions: [0.630s CPU, 0.625s wall-clock]
Reordering and filtering variables...
22 of 22 variables necessary.
24 of 34 mutex groups necessary.
3399 of 3399 operators necessary.
0 of 0 axiom rules necessary.
Reordering and filtering variables: [0.280s CPU, 0.268s wall-clock]
Translator variables: 22
Translator derived variables: 0
Translator facts: 92
Translator goal facts: 4
Translator mutex groups: 24
Translator total mutex groups size: 82
Translator operators: 3399
Translator axioms: 0
Translator task size: 28600
Translator peak memory: 50520 KB
Writing output... [0.430s CPU, 0.467s wall-clock]
Done! [4.980s CPU, 5.008s wall-clock]
planner.py version 0.0.1
Time: 1.05s
Memory: 120MB
Iteration 1
Queue: [(0,0,0,True), (1,5,0,True), (2,10,0,True), (3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)]
Grounded Until: 0
Solving...
Solving Time: 0.00s
Memory: 120MB (+0MB)
UNSAT
Iteration Time: 0.00s
Iteration 2
Queue: [(1,5,0,True), (2,10,0,True), (3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)]
Grounded Until: 0
Grounding... [('step', [1]), ('step', [2]), ('step', [3]), ('step', [4]), ('step', [5]), ('check', [5])]
Grounding Time: 0.57s
Memory: 120MB (+0MB)
Unblocking actions...
Solving...
Solving Time: 0.92s
Memory: 122MB (+2MB)
UNKNOWN
Iteration Time: 1.67s
Iteration 3
Queue: [(2,10,0,True), (3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)]
Grounded Until: 5
Grounding... [('step', [6]), ('step', [7]), ('step', [8]), ('step', [9]), ('step', [10]), ('check', [10])]
Grounding Time: 0.58s
Memory: 137MB (+15MB)
Unblocking actions...
Solving...
Answer: 1
occurs(action(("sendtofree-b","d2","n4","n3","n2","n3")),1) occurs(action(("sendtofree-b","h2","n3","n2","n3","n4")),2) occurs(action(("sendtohome-b","ha","h","n1","h0","n0","n4","n5")),3) occurs(action(("homefromfreecell","h2","h","n2","ha","n1","n2","n3")),4) occurs(action(("sendtohome-b","da","d","n1","d0","n0","n5","n6")),4) occurs(action(("homefromfreecell","d2","d","n2","da","n1","n3","n4")),5) occurs(action(("sendtonewcol","c2","ca","n6","n5")),5) occurs(action(("sendtofree-b","s2","n4","n3","n5","n6")),6) occurs(action(("sendtohome","ca","sa","c","n1","c0","n0")),6) occurs(action(("sendtohome-b","c2","c","n2","ca","n1","n6","n7")),7) occurs(action(("sendtofree-b","sa","n3","n2","n7","n8")),8) occurs(action(("homefromfreecell","sa","s","n1","s0","n0","n2","n3")),9) occurs(action(("homefromfreecell","s2","s","n2","sa","n1","n3","n4")),10)
Solving Time: 0.04s
Memory: 146MB (+9MB)
SAT
SATISFIABLE
Models : 1+
Calls : 3
Time : 3.590s (Solving: 0.89s 1st Model: 0.01s Unsat: 0.00s)
CPU Time : 3.510s
Choices : 14305 (Domain: 14109)
Conflicts : 8558 (Analyzed: 8558)
Restarts : 100 (Average: 85.58 Last: 97)
Model-Level : 56.0
Problems : 3 (Average Length: 7.00 Splits: 0)
Lemmas : 8558 (Deleted: 4362)
Binary : 38 (Ratio: 0.44%)
Ternary : 20 (Ratio: 0.23%)
Conflict : 8558 (Average Length: 210.6 Ratio: 100.00%)
Loop : 0 (Average Length: 0.0 Ratio: 0.00%)
Other : 0 (Average Length: 0.0 Ratio: 0.00%)
Backjumps : 8558 (Average: 1.49 Max: 33 Sum: 12721)
Executed : 8553 (Average: 1.48 Max: 33 Sum: 12686 Ratio: 99.72%)
Bounded : 5 (Average: 7.00 Max: 7 Sum: 35 Ratio: 0.28%)
Rules : 95806
Atoms : 95806
Bodies : 1 (Original: 0)
Tight : Yes
Variables : 30982 (Eliminated: 0 Frozen: 29169)
Constraints : 226799 (Binary: 99.2% Ternary: 0.3% Other: 0.5%)
Memory Peak : 146MB
Max. Length : 10 steps
Sol. Length : 10 steps