Remove results with errors
Due to minor bugs in the planner, three configurations had errors. This removes the affected results in order to rerun them with the fixed planner. As the bugfixes address these configurations only, the other results are unspoiled by this change.
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
# configuration: {'id': 'gc-ta1-tt0', 'options': ['--stats', '--verbose', '--print-call', '--translate', '-B 0.9', '--parallel=0', '--shallow', '--use-heuristic', '--test-until-not-sat', '--test=0', '--test-add=1', '--test-times=0'], 'instanceSets': ['lpnmr-first-plan-not-serializable']}
|
||||
# instance: {'ipc': 'ipc-1998', 'domain': 'mystery-round-1-strips', 'instance': 20}
|
||||
# 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-1998/domains/mystery-round-1-strips/domain.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-1998/domains/mystery-round-1-strips/instances/instance-20.pddl', '--stats', '--verbose', '--print-call', '--translate', '-B 0.9', '--parallel=0', '--shallow', '--use-heuristic', '--test-until-not-sat', '--test=0', '--test-add=1', '--test-times=0']
|
||||
# working directory: /home/pluehne/Documents/ASP/plasp-javier/encodings/planner
|
||||
# exit code: 1
|
||||
/home/pluehne/Documents/ASP/plasp-javier/encodings/planner/test_files/block_forall_1.lp:13:4-19: error: unsafe variables in:
|
||||
_error_at(#Inc0,T):-[#inc_block_model(#Inc0,#Inc1)].
|
||||
/home/pluehne/Documents/ASP/plasp-javier/encodings/planner/test_files/block_forall_1.lp:13:16-17: note: 'T' is unsafe
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "/home/pluehne/Documents/ASP/plasp-javier/encodings/planner/planner.py", line 945, in <module>
|
||||
Planner().run(options, clingo_options)
|
||||
File "/home/pluehne/Documents/ASP/plasp-javier/encodings/planner/planner.py", line 657, in run
|
||||
ctl.ground([(BASE,[]), (CHECK,[0])])
|
||||
RuntimeError: grounding stopped because of errors
|
||||
# planner call: /home/wv/bin/linux/64/fast-downward/fast-downward.py --translate --build=release64 /home/pluehne/Documents/ASP/pddl-instances/ipc-1998/domains/mystery-round-1-strips/domain.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-1998/domains/mystery-round-1-strips/instances/instance-20.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 --test-until-not-sat --query-at-last --check-at-last --forbid-actions --force-actions -c planner_on=1 --test=- --test=/home/pluehne/Documents/ASP/plasp-javier/encodings/planner/test_files/test.lp /home/pluehne/Documents/ASP/plasp-javier/encodings/planner/test_files/block_forall_1.lp --heuristic=Domain /home/pluehne/Documents/ASP/plasp-javier/encodings/planner/heuristic.lp -c _shallow=1 -c _closure=3 -c _parallel=0
|
||||
FINISHED CPU 11.99 MEM 33476 MAXMEM 206908 STALE 1 MAXMEM_RSS 150268
|
||||
<time name="ALL">11880</time>
|
||||
|
||||
Reference in New Issue
Block a user