Remove results with errors
Some instances have hyphens within variable names. Unfortunately, support for hyphens in variable names was missing in plasp 3.1.0, which resulted in incorrect ASP output. Additionally, clingo just printed an info message in the affected cases, which is why these incorrect benchmark runs weren’t easy to spot immediately. This removes all the affected results in order to run them again with plasp 3.1.1. Note that the new release doesn’t change anything else, and thus, the other results aren’t invalidated by the plasp update.
This commit is contained in:
@@ -1,66 +0,0 @@
|
||||
# configuration: {'id': 'ps-e1-sh', 'options': ['--stats', '--verbose', '--print-call', '-A 1', '--parallel=1', '--shallow'], 'instanceSets': ['lnpmr-easy-instances']}
|
||||
# instance: {'ipc': 'ipc-2002', 'domain': 'driverlog-strips-automatic', 'instance': 4}
|
||||
# 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-2002/domains/driverlog-strips-automatic/domain.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-2002/domains/driverlog-strips-automatic/instances/instance-4.pddl', '--stats', '--verbose', '--print-call', '-A 1', '--parallel=1', '--shallow']
|
||||
# working directory: /home/pluehne/Documents/ASP/plasp-javier/encodings/planner
|
||||
# exit code: 0
|
||||
<block>:62:38-46: info: operation undefined:
|
||||
(Loc-from)
|
||||
|
||||
<block>:63:44-52: info: operation undefined:
|
||||
(Loc-from)
|
||||
|
||||
<block>:64:44-52: info: operation undefined:
|
||||
(Loc-from)
|
||||
|
||||
<block>:65:44-52: info: operation undefined:
|
||||
(Loc-from)
|
||||
|
||||
<block>:66:45-53: info: operation undefined:
|
||||
(Loc-from)
|
||||
|
||||
<block>:67:45-53: info: operation undefined:
|
||||
(Loc-from)
|
||||
|
||||
<block>:69:32-40: info: operation undefined:
|
||||
(Loc-from)
|
||||
|
||||
<block>:70:38-46: info: operation undefined:
|
||||
(Loc-from)
|
||||
|
||||
<block>:71:38-46: info: operation undefined:
|
||||
(Loc-from)
|
||||
|
||||
<block>:72:39-47: info: operation undefined:
|
||||
(Loc-from)
|
||||
|
||||
<block>:73:39-47: info: operation undefined:
|
||||
(Loc-from)
|
||||
|
||||
/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-2002/domains/driverlog-strips-automatic/domain.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-2002/domains/driverlog-strips-automatic/instances/instance-4.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 -A 1 --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 0.45 MEM 30288 MAXMEM 81912 STALE 0 MAXMEM_RSS 28344
|
||||
<time name="ALL">340</time>
|
||||
|
Reference in New Issue
Block a user