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-1998/domains/mystery-round-1-strips/domain.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-1998/domains/mystery-round-1-strips/instances/instance-10.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-1998/domains/mystery-round-1-strips/domain.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-1998/domains/mystery-round-1-strips/instances/instance-10.pddl
|
||||
Parsing...
|
||||
Parsing: [0.020s CPU, 0.026s wall-clock]
|
||||
Normalizing task... [0.000s CPU, 0.001s wall-clock]
|
||||
Instantiating...
|
||||
Generating Datalog program... [0.010s CPU, 0.009s wall-clock]
|
||||
Normalizing Datalog program...
|
||||
Normalizing Datalog program: [0.020s CPU, 0.027s wall-clock]
|
||||
Preparing model... [0.030s CPU, 0.027s wall-clock]
|
||||
Generated 42 rules.
|
||||
Computing model... [3.560s CPU, 3.564s wall-clock]
|
||||
38374 relevant atoms
|
||||
11225 auxiliary atoms
|
||||
49599 final queue length
|
||||
121803 total queue pushes
|
||||
Completing instantiation... [14.320s CPU, 14.318s wall-clock]
|
||||
Instantiating: [17.990s CPU, 17.988s wall-clock]
|
||||
Computing fact groups...
|
||||
Finding invariants...
|
||||
12 initial candidates
|
||||
Finding invariants: [0.230s CPU, 0.230s wall-clock]
|
||||
Checking invariant weight... [0.000s CPU, 0.004s wall-clock]
|
||||
Instantiating groups... [0.110s CPU, 0.111s wall-clock]
|
||||
Collecting mutex groups... [0.000s CPU, 0.008s wall-clock]
|
||||
Choosing groups...
|
||||
2 uncovered facts
|
||||
Choosing groups: [0.030s CPU, 0.024s wall-clock]
|
||||
Building translation key... [0.010s CPU, 0.014s wall-clock]
|
||||
Computing fact groups: [0.450s CPU, 0.455s wall-clock]
|
||||
Building STRIPS to SAS dictionary... [0.010s CPU, 0.007s wall-clock]
|
||||
Building dictionary for full mutex groups... [0.000s CPU, 0.005s wall-clock]
|
||||
Building mutex information...
|
||||
Building mutex information: [0.010s CPU, 0.007s wall-clock]
|
||||
Translating task...
|
||||
Processing axioms...
|
||||
Simplifying axioms... [0.000s CPU, 0.000s wall-clock]
|
||||
Processing axioms: [0.550s CPU, 0.543s wall-clock]
|
||||
Translating task: [10.510s CPU, 10.508s wall-clock]
|
||||
0 effect conditions simplified
|
||||
0 implied preconditions added
|
||||
Detecting unreachable propositions...
|
||||
0 operators removed
|
||||
0 axioms removed
|
||||
78 propositions removed
|
||||
Detecting unreachable propositions: [5.360s CPU, 5.341s wall-clock]
|
||||
Reordering and filtering variables...
|
||||
74 of 74 variables necessary.
|
||||
0 of 74 mutex groups necessary.
|
||||
36738 of 36738 operators necessary.
|
||||
0 of 0 axiom rules necessary.
|
||||
Reordering and filtering variables: [1.620s CPU, 1.625s wall-clock]
|
||||
Translator variables: 74
|
||||
Translator derived variables: 0
|
||||
Translator facts: 1346
|
||||
Translator goal facts: 1
|
||||
Translator mutex groups: 0
|
||||
Translator total mutex groups size: 0
|
||||
Translator operators: 36738
|
||||
Translator axioms: 0
|
||||
Translator task size: 220679
|
||||
Translator peak memory: 177764 KB
|
||||
Writing output... [3.430s CPU, 3.766s wall-clock]
|
||||
Done! [39.840s CPU, 40.173s wall-clock]
|
||||
|
||||
Reference in New Issue
Block a user