Remove planner results with memouts
This removes all results obtained with our planner where memouts were encountered. These were mainly due to the fact that we didn’t configure the planner to respect the memory limit in the first place. With this configuration now in place, we can redo all the affected measurements in order to get actual, useful results.
This commit is contained in:
@@ -1,69 +0,0 @@
|
||||
INFO Running translator.
|
||||
INFO translator input: ['/home/pluehne/Documents/ASP/pddl-instances/ipc-2002/domains/depots-strips-automatic/domain.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-2002/domains/depots-strips-automatic/instances/instance-15.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-2002/domains/depots-strips-automatic/domain.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-2002/domains/depots-strips-automatic/instances/instance-15.pddl
|
||||
Parsing...
|
||||
Parsing: [0.020s CPU, 0.018s wall-clock]
|
||||
Normalizing task... [0.000s CPU, 0.001s wall-clock]
|
||||
Instantiating...
|
||||
Generating Datalog program... [0.010s CPU, 0.008s wall-clock]
|
||||
Normalizing Datalog program...
|
||||
Normalizing Datalog program: [0.010s CPU, 0.018s wall-clock]
|
||||
Preparing model... [0.020s CPU, 0.018s wall-clock]
|
||||
Generated 43 rules.
|
||||
Computing model... [0.630s CPU, 0.633s wall-clock]
|
||||
5008 relevant atoms
|
||||
3903 auxiliary atoms
|
||||
8911 final queue length
|
||||
19443 total queue pushes
|
||||
Completing instantiation... [1.610s CPU, 1.608s wall-clock]
|
||||
Instantiating: [2.290s CPU, 2.293s wall-clock]
|
||||
Computing fact groups...
|
||||
Finding invariants...
|
||||
16 initial candidates
|
||||
Finding invariants: [0.060s CPU, 0.058s wall-clock]
|
||||
Checking invariant weight... [0.010s CPU, 0.005s wall-clock]
|
||||
Instantiating groups... [0.100s CPU, 0.100s wall-clock]
|
||||
Collecting mutex groups... [0.000s CPU, 0.004s wall-clock]
|
||||
Choosing groups...
|
||||
47 uncovered facts
|
||||
Choosing groups: [0.020s CPU, 0.023s wall-clock]
|
||||
Building translation key... [0.010s CPU, 0.008s wall-clock]
|
||||
Computing fact groups: [0.240s CPU, 0.237s wall-clock]
|
||||
Building STRIPS to SAS dictionary... [0.000s CPU, 0.003s wall-clock]
|
||||
Building dictionary for full mutex groups... [0.010s CPU, 0.011s wall-clock]
|
||||
Building mutex information...
|
||||
Building mutex information: [0.020s CPU, 0.013s wall-clock]
|
||||
Translating task...
|
||||
Processing axioms...
|
||||
Simplifying axioms... [0.000s CPU, 0.000s wall-clock]
|
||||
Processing axioms: [0.080s CPU, 0.085s wall-clock]
|
||||
Translating task: [1.800s CPU, 1.804s wall-clock]
|
||||
5910 effect conditions simplified
|
||||
0 implied preconditions added
|
||||
Detecting unreachable propositions...
|
||||
0 operators removed
|
||||
0 axioms removed
|
||||
64 propositions removed
|
||||
Detecting unreachable propositions: [0.990s CPU, 0.987s wall-clock]
|
||||
Reordering and filtering variables...
|
||||
63 of 63 variables necessary.
|
||||
46 of 63 mutex groups necessary.
|
||||
3990 of 3990 operators necessary.
|
||||
0 of 0 axiom rules necessary.
|
||||
Reordering and filtering variables: [0.440s CPU, 0.444s wall-clock]
|
||||
Translator variables: 63
|
||||
Translator derived variables: 0
|
||||
Translator facts: 659
|
||||
Translator goal facts: 15
|
||||
Translator mutex groups: 46
|
||||
Translator total mutex groups size: 811
|
||||
Translator operators: 3990
|
||||
Translator axioms: 0
|
||||
Translator task size: 37848
|
||||
Translator peak memory: 56152 KB
|
||||
Writing output... [0.570s CPU, 0.618s wall-clock]
|
||||
Done! [6.460s CPU, 6.505s wall-clock]
|
||||
|
||||
Reference in New Issue
Block a user