1
0
Fork 0

Add benchmark result [pc-e1-sh | ipc-2000 | elevator-strips-simple-typed | 28]

This commit is contained in:
Potassco Bot 2017-11-23 01:39:02 +01:00
parent f386122611
commit 99a55bb8c8
Signed by: potassco-bot
GPG Key ID: 1F54208CE70DDF73
3 changed files with 234 additions and 0 deletions

View File

@ -0,0 +1,40 @@
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/elevator-strips-simple-typed/domain.pddl
- /home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/elevator-strips-simple-typed/instances/instance-28.pddl
- --stats
- --verbose
- --print-call
- -C 1.41
- -F 5
- --parallel=1
- --shallow
configuration:
id: pc-e1-sh
instanceSets:
- lnpmr-easy-instances
options:
- --stats
- --verbose
- --print-call
- -C 1.41
- -F 5
- --parallel=1
- --shallow
exitCode: 0
instance:
domain: elevator-strips-simple-typed
instance: 28
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.0
python: 3.6.3
workingDirectory: /home/pluehne/Documents/ASP/plasp-javier/encodings/planner

View File

@ -0,0 +1,34 @@
# configuration: {'id': 'pc-e1-sh', 'options': ['--stats', '--verbose', '--print-call', '-C 1.41', '-F 5', '--parallel=1', '--shallow'], 'instanceSets': ['lnpmr-easy-instances']}
# instance: {'ipc': 'ipc-2000', 'domain': 'elevator-strips-simple-typed', 'instance': 28}
# 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/elevator-strips-simple-typed/domain.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/elevator-strips-simple-typed/instances/instance-28.pddl', '--stats', '--verbose', '--print-call', '-C 1.41', '-F 5', '--parallel=1', '--shallow']
# working directory: /home/pluehne/Documents/ASP/plasp-javier/encodings/planner
# exit code: 0
/home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/elevator-strips-simple-typed/domain.pddl:3:10: warning: requirement “typing” used but never declared, silently adding requirement
/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))
/home/pluehne/Documents/ASP/plasp-javier/encodings/strips/strips-incremental.lp:66:15-28: info: atom does not occur in any rule head:
mutexGroup(G)
/home/pluehne/Documents/ASP/plasp-javier/encodings/strips/strips-incremental.lp:66:30-45: info: atom does not occur in any rule head:
contains(G,X,V)
/home/pluehne/Documents/ASP/plasp-javier/encodings/strips/strips-incremental.lp:67:15-28: info: atom does not occur in any rule head:
mutexGroup(G)
/home/pluehne/Documents/ASP/plasp-javier/encodings/strips/strips-incremental.lp:74:41-56: info: atom does not occur in any rule head:
contains(G,X,V)
/home/pluehne/Documents/ASP/plasp-javier/encodings/strips/strips-incremental.lp:84:41-56: info: atom does not occur in any rule head:
contains(G,X,V)
# planner call: plasp-3.1.0 translate --parsing-mode=compatibility /home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/elevator-strips-simple-typed/domain.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/elevator-strips-simple-typed/instances/instance-28.pddl | /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 -C 1.41 -F 5 --query-at-last --check-at-last --forbid-actions --force-actions -c planner_on=1 -c _shallow=1 -c _closure=3 -c _parallel=1
FINISHED CPU 2.88 MEM 30288 MAXMEM 100212 STALE 0 MAXMEM_RSS 46592
<time name="ALL">2760</time>

View File

@ -0,0 +1,160 @@
planner.py version 0.0.1
Time: 0.04s
Memory: 48MB
Iteration 1
Queue: [5]
Grounded Until: 0
Grounding... [('step', [1]), ('step', [2]), ('step', [3]), ('step', [4]), ('step', [5]), ('check', [5])]
Grounding Time: 0.03s
Memory: 50MB (+2MB)
Unblocking actions...
Solving...
Solving Time: 0.01s
Memory: 50MB (+0MB)
UNSAT
Iteration Time: 0.04s
Iteration 2
Queue: [7]
Grounded Until: 5
Grounding... [('step', [6]), ('step', [7]), ('check', [7])]
Grounding Time: 0.01s
Memory: 50MB (+0MB)
Unblocking actions...
Solving...
Solving Time: 0.13s
Memory: 51MB (+1MB)
UNSAT
Iteration Time: 0.15s
Iteration 3
Queue: [9]
Grounded Until: 7
Grounding... [('step', [8]), ('step', [9]), ('check', [9])]
Grounding Time: 0.01s
Memory: 51MB (+0MB)
Unblocking actions...
Solving...
Solving Time: 0.23s
Memory: 51MB (+0MB)
UNKNOWN
Iteration Time: 0.25s
Iteration 4
Queue: [14, 9]
Grounded Until: 9
Grounding... [('step', [10]), ('step', [11]), ('step', [12]), ('step', [13]), ('step', [14]), ('check', [14])]
Grounding Time: 0.02s
Memory: 53MB (+2MB)
Unblocking actions...
Solving...
Solving Time: 0.28s
Memory: 54MB (+1MB)
UNKNOWN
Iteration Time: 0.31s
Iteration 5
Queue: [9, 19, 14]
Grounded Until: 14
Blocking actions...
Solving...
Solving Time: 0.29s
Memory: 54MB (+0MB)
UNKNOWN
Iteration Time: 0.29s
Iteration 6
Queue: [19, 14, 27, 9]
Grounded Until: 14
Grounding... [('step', [15]), ('step', [16]), ('step', [17]), ('step', [18]), ('step', [19]), ('check', [19])]
Grounding Time: 0.02s
Memory: 55MB (+1MB)
Unblocking actions...
Solving...
Solving Time: 0.29s
Memory: 56MB (+1MB)
UNKNOWN
Iteration Time: 0.32s
Iteration 7
Queue: [14, 27, 9, 39, 19]
Grounded Until: 19
Blocking actions...
Solving...
Solving Time: 0.30s
Memory: 56MB (+0MB)
UNKNOWN
Iteration Time: 0.30s
Iteration 8
Queue: [27, 9, 39, 19, 55, 14]
Grounded Until: 19
Grounding... [('step', [20]), ('step', [21]), ('step', [22]), ('step', [23]), ('step', [24]), ('step', [25]), ('step', [26]), ('step', [27]), ('check', [27])]
Grounding Time: 0.03s
Memory: 58MB (+2MB)
Unblocking actions...
Solving...
Solving Time: 0.30s
Memory: 59MB (+1MB)
UNKNOWN
Iteration Time: 0.34s
Iteration 9
Queue: [9, 39, 19, 55, 14, 78, 27]
Grounded Until: 27
Blocking actions...
Solving...
Solving Time: 0.33s
Memory: 59MB (+0MB)
UNKNOWN
Iteration Time: 0.33s
Iteration 10
Queue: [39, 19, 55, 14, 78, 27, 110, 9]
Grounded Until: 27
Grounding... [('step', [28]), ('step', [29]), ('step', [30]), ('step', [31]), ('step', [32]), ('step', [33]), ('step', [34]), ('step', [35]), ('step', [36]), ('step', [37]), ('step', [38]), ('step', [39]), ('check', [39])]
Grounding Time: 0.05s
Memory: 64MB (+5MB)
Unblocking actions...
Solving...
Answer: 1
occurs(action(("up",constant("f0"),constant("f11"))),1) occurs(action(("board",constant("f11"),constant("p5"))),2) occurs(action(("down",constant("f11"),constant("f3"))),3) occurs(action(("board",constant("f3"),constant("p4"))),4) occurs(action(("down",constant("f3"),constant("f0"))),5) occurs(action(("up",constant("f0"),constant("f4"))),6) occurs(action(("down",constant("f4"),constant("f0"))),7) occurs(action(("up",constant("f0"),constant("f2"))),8) occurs(action(("down",constant("f2"),constant("f1"))),9) occurs(action(("up",constant("f1"),constant("f9"))),10) occurs(action(("board",constant("f9"),constant("p2"))),11) occurs(action(("down",constant("f9"),constant("f7"))),12) occurs(action(("down",constant("f7"),constant("f6"))),13) occurs(action(("down",constant("f6"),constant("f1"))),14) occurs(action(("up",constant("f1"),constant("f9"))),15) occurs(action(("down",constant("f9"),constant("f1"))),16) occurs(action(("up",constant("f1"),constant("f8"))),17) occurs(action(("down",constant("f8"),constant("f3"))),18) occurs(action(("down",constant("f3"),constant("f0"))),19) occurs(action(("up",constant("f0"),constant("f2"))),20) occurs(action(("up",constant("f2"),constant("f4"))),21) occurs(action(("board",constant("f4"),constant("p1"))),22) occurs(action(("down",constant("f4"),constant("f1"))),23) occurs(action(("up",constant("f1"),constant("f3"))),24) occurs(action(("up",constant("f3"),constant("f6"))),25) occurs(action(("depart",constant("f6"),constant("p2"))),26) occurs(action(("depart",constant("f6"),constant("p1"))),26) occurs(action(("down",constant("f6"),constant("f0"))),27) occurs(action(("up",constant("f0"),constant("f10"))),28) occurs(action(("down",constant("f10"),constant("f7"))),29) occurs(action(("depart",constant("f7"),constant("p5"))),30) occurs(action(("board",constant("f7"),constant("p0"))),30) occurs(action(("down",constant("f7"),constant("f0"))),31) occurs(action(("depart",constant("f0"),constant("p0"))),32) occurs(action(("up",constant("f0"),constant("f8"))),33) occurs(action(("up",constant("f8"),constant("f10"))),34) occurs(action(("down",constant("f10"),constant("f2"))),35) occurs(action(("depart",constant("f2"),constant("p4"))),36) occurs(action(("board",constant("f2"),constant("p3"))),36) occurs(action(("up",constant("f2"),constant("f8"))),37) occurs(action(("down",constant("f8"),constant("f7"))),38) occurs(action(("depart",constant("f7"),constant("p3"))),39)
Solving Time: 0.10s
Memory: 66MB (+2MB)
SAT
SATISFIABLE
Models : 1+
Calls : 10
Time : 2.525s (Solving: 2.23s 1st Model: 0.09s Unsat: 0.14s)
CPU Time : 2.520s
Choices : 116075
Conflicts : 71749 (Analyzed: 71747)
Restarts : 788 (Average: 91.05 Last: 95)
Model-Level : 324.0
Problems : 10 (Average Length: 20.00 Splits: 0)
Lemmas : 71747 (Deleted: 64377)
Binary : 47 (Ratio: 0.07%)
Ternary : 132 (Ratio: 0.18%)
Conflict : 71747 (Average Length: 39.0 Ratio: 100.00%)
Loop : 0 (Average Length: 0.0 Ratio: 0.00%)
Other : 0 (Average Length: 0.0 Ratio: 0.00%)
Backjumps : 71747 (Average: 1.34 Max: 253 Sum: 96082)
Executed : 71688 (Average: 1.33 Max: 253 Sum: 95710 Ratio: 99.61%)
Bounded : 59 (Average: 6.31 Max: 28 Sum: 372 Ratio: 0.39%)
Rules : 0
Atoms : 0
Bodies : 0
Tight : Yes
Variables : 13461 (Eliminated: 0 Frozen: 5484)
Constraints : 49792 (Binary: 92.6% Ternary: 3.6% Other: 3.7%)
Memory Peak : 66MB
Max. Length : 39 steps
Sol. Length : 39 steps