From 5c9f6e31c9a0bae823fe4c2ed88da3365c3206b0 Mon Sep 17 00:00:00 2001 From: potassco-bot Date: Fri, 23 Feb 2018 15:43:14 +0100 Subject: [PATCH] Add benchmark result [gc-ta1-tt1-single-shot | ipc-2011 | elevator-sequential-satisficing | 15] --- ...011_elevator-sequential-satisficing_15.env | 60 +++++++ ...011_elevator-sequential-satisficing_15.err | 23 +++ ...011_elevator-sequential-satisficing_15.out | 163 ++++++++++++++++++ 3 files changed, 246 insertions(+) create mode 100644 gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_15.env create mode 100644 gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_15.err create mode 100644 gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_15.out diff --git a/gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_15.env b/gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_15.env new file mode 100644 index 000000000..c0051acd0 --- /dev/null +++ b/gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_15.env @@ -0,0 +1,60 @@ +command: +- timeout +- -m=9216000 +- -t=900 +- python3 +- /home/pluehne/Documents/ASP/plasp-javier/encodings/planner/runplanner.py +- --domain=/home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/elevator-sequential-satisficing/domain.pddl +- /home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/elevator-sequential-satisficing/instances/instance-15.pddl +- --stats +- --stats-iter +- --verbose +- --print-call +- -m 8192 +- --translate +- -B 0.9 +- --parallel=0 +- --shallow +- --use-heuristic +- --test-until-not-sat +- --test=0 +- --test-add=1 +- --test-times=1 +- -i 0 +- -F 90 +- -T 90 +configuration: + fixedHorizon: true + id: gc-ta1-tt1-single-shot + instanceSets: + - rintanen-aij-2012-interesting + options: + - --stats + - --stats-iter + - --verbose + - --print-call + - -m 8192 + - --translate + - -B 0.9 + - --parallel=0 + - --shallow + - --use-heuristic + - --test-until-not-sat + - --test=0 + - --test-add=1 + - --test-times=1 + - -i 0 +exitCode: 0 +instance: + domain: elevator-sequential-satisficing + instance: 15 + ipc: ipc-2011 + planLength: 90 +versions: + clingo: 5.2.2 + fastDownward: 10997:847cdf0069cab0c8841a9958e783d1a7340fe2e9 (2017-11-02 15:10 +0100) + planner: f090434475c02dbccc3811039498f2a63a357ddc (2018-02-01 18:15:39 +0100) + plasp: 3.1.1 + python: 3.6.3 +workingDirectory: /home/pluehne/Documents/ASP/plasp-javier/encodings/planner + diff --git a/gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_15.err b/gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_15.err new file mode 100644 index 000000000..3eb97c255 --- /dev/null +++ b/gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_15.err @@ -0,0 +1,23 @@ +# configuration: {'id': 'gc-ta1-tt1-single-shot', 'options': ['--stats', '--stats-iter', '--verbose', '--print-call', '-m 8192', '--translate', '-B 0.9', '--parallel=0', '--shallow', '--use-heuristic', '--test-until-not-sat', '--test=0', '--test-add=1', '--test-times=1', '-i 0'], 'instanceSets': ['rintanen-aij-2012-interesting'], 'fixedHorizon': True} +# instance: {'ipc': 'ipc-2011', 'domain': 'elevator-sequential-satisficing', 'instance': 15, 'planLength': 90} +# command: ['timeout', '-m=9216000', '-t=900', 'python3', '/home/pluehne/Documents/ASP/plasp-javier/encodings/planner/runplanner.py', '--domain=/home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/elevator-sequential-satisficing/domain.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/elevator-sequential-satisficing/instances/instance-15.pddl', '--stats', '--stats-iter', '--verbose', '--print-call', '-m 8192', '--translate', '-B 0.9', '--parallel=0', '--shallow', '--use-heuristic', '--test-until-not-sat', '--test=0', '--test-add=1', '--test-times=1', '-i 0', '-F 90', '-T 90'] +# working directory: /home/pluehne/Documents/ASP/plasp-javier/encodings/planner +# exit code: 0 +/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) + +TIMEOUT CPU 900.06 MEM 6765152 MAXMEM 7133816 STALE 1 MAXMEM_RSS 6895484 + + diff --git a/gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_15.out b/gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_15.out new file mode 100644 index 000000000..6f319cb7d --- /dev/null +++ b/gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_15.out @@ -0,0 +1,163 @@ +INFO Running translator. +INFO translator input: ['/home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/elevator-sequential-satisficing/domain.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/elevator-sequential-satisficing/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-2011/domains/elevator-sequential-satisficing/domain.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/elevator-sequential-satisficing/instances/instance-15.pddl +Parsing... +Parsing: [0.070s CPU, 0.065s wall-clock] +Normalizing task... [0.000s CPU, 0.003s wall-clock] +Instantiating... +Generating Datalog program... [0.020s CPU, 0.019s wall-clock] +Normalizing Datalog program... +Normalizing Datalog program: [0.020s CPU, 0.024s wall-clock] +Preparing model... [0.050s CPU, 0.055s wall-clock] +Generated 46 rules. +Computing model... [3.920s CPU, 3.912s wall-clock] +37088 relevant atoms +13428 auxiliary atoms +50516 final queue length +117436 total queue pushes +Completing instantiation... [13.160s CPU, 13.162s wall-clock] +Instantiating: [17.220s CPU, 17.223s wall-clock] +Computing fact groups... +Finding invariants... +12 initial candidates +Finding invariants: [0.190s CPU, 0.185s wall-clock] +Checking invariant weight... [0.000s CPU, 0.005s wall-clock] +Instantiating groups... [0.140s CPU, 0.135s wall-clock] +Collecting mutex groups... [0.010s CPU, 0.012s wall-clock] +Choosing groups... +0 uncovered facts +Choosing groups: [0.030s CPU, 0.033s wall-clock] +Building translation key... [0.030s CPU, 0.022s wall-clock] +Computing fact groups: [0.490s CPU, 0.481s wall-clock] +Building STRIPS to SAS dictionary... [0.000s CPU, 0.010s wall-clock] +Building dictionary for full mutex groups... [0.020s CPU, 0.012s wall-clock] +Building mutex information... +Building mutex information: [0.010s CPU, 0.011s wall-clock] +Translating task... +Processing axioms... +Simplifying axioms... [0.000s CPU, 0.000s wall-clock] +Processing axioms: [0.560s CPU, 0.564s wall-clock] +Translating task: [10.630s CPU, 10.622s wall-clock] +0 effect conditions simplified +0 implied preconditions added +Detecting unreachable propositions... +0 operators removed +0 axioms removed +68 propositions removed +Detecting unreachable propositions: [6.120s CPU, 6.118s wall-clock] +Reordering and filtering variables... +68 of 68 variables necessary. +0 of 68 mutex groups necessary. +34568 of 34568 operators necessary. +0 of 0 axiom rules necessary. +Reordering and filtering variables: [1.620s CPU, 1.619s wall-clock] +Translator variables: 68 +Translator derived variables: 0 +Translator facts: 1828 +Translator goal facts: 52 +Translator mutex groups: 0 +Translator total mutex groups size: 0 +Translator operators: 34568 +Translator axioms: 0 +Translator task size: 207988 +Translator peak memory: 172420 KB +Writing output... [3.490s CPU, 3.743s wall-clock] +Done! [40.130s CPU, 40.369s wall-clock] +planner.py version 0.0.1 + +Time: 8.93s +Memory: 626MB + +Iteration 1 +Queue: [(0,90,0,True)] +Grounded Until: 0 +Expected Memory: 626MB +Grounding... [('step', [1]), ('step', [2]), ('step', [3]), ('step', [4]), ('step', [5]), ('step', [6]), ('step', [7]), ('step', [8]), ('step', [9]), ('step', [10]), ('step', [11]), ('step', [12]), ('step', [13]), ('step', [14]), ('step', [15]), ('step', [16]), ('step', [17]), ('step', [18]), ('step', [19]), ('step', [20]), ('step', [21]), ('step', [22]), ('step', [23]), ('step', [24]), ('step', [25]), ('step', [26]), ('step', [27]), ('step', [28]), ('step', [29]), ('step', [30]), ('step', [31]), ('step', [32]), ('step', [33]), ('step', [34]), ('step', [35]), ('step', [36]), ('step', [37]), ('step', [38]), ('step', [39]), ('step', [40]), ('step', [41]), ('step', [42]), ('step', [43]), ('step', [44]), ('step', [45]), ('step', [46]), ('step', [47]), ('step', [48]), ('step', [49]), ('step', [50]), ('step', [51]), ('step', [52]), ('step', [53]), ('step', [54]), ('step', [55]), ('step', [56]), ('step', [57]), ('step', [58]), ('step', [59]), ('step', [60]), ('step', [61]), ('step', [62]), ('step', [63]), ('step', [64]), ('step', [65]), ('step', [66]), ('step', [67]), ('step', [68]), ('step', [69]), ('step', [70]), ('step', [71]), ('step', [72]), ('step', [73]), ('step', [74]), ('step', [75]), ('step', [76]), ('step', [77]), ('step', [78]), ('step', [79]), ('step', [80]), ('step', [81]), ('step', [82]), ('step', [83]), ('step', [84]), ('step', [85]), ('step', [86]), ('step', [87]), ('step', [88]), ('step', [89]), ('step', [90]), ('check', [90])] +Grounding Time: 59.80s +Memory: 5047MB (+4421MB) +Unblocking actions... +Solving... +[start: stats after solve call] + +Models : 1+ +Calls : 1 +Time : 212.520s (Solving: 69.60s 1st Model: 69.30s Unsat: 0.00s) +CPU Time : 211.288s + +Choices : 1692997 (Domain: 1692941) +Conflicts : 9749 (Analyzed: 9749) +Restarts : 40 (Average: 243.72 Last: 31) +Model-Level : 11279.0 +Problems : 1 (Average Length: 92.00 Splits: 0) +Lemmas : 9749 (Deleted: 5941) + Binary : 358 (Ratio: 3.67%) + Ternary : 177 (Ratio: 1.82%) + Conflict : 9749 (Average Length: 2007.9 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 9749 (Average: 162.39 Max: 12062 Sum: 1583146) + Executed : 9749 (Average: 162.39 Max: 12062 Sum: 1583146 Ratio: 100.00%) + Bounded : 0 (Average: 0.00 Max: 0 Sum: 0 Ratio: 0.00%) + +Rules : 0 +Atoms : 0 +Bodies : 0 +Tight : Yes +Variables : 3410108 (Eliminated: 0 Frozen: 160982) +Constraints : 26976389 (Binary: 98.8% Ternary: 0.6% Other: 0.6%) + +Memory Peak : 6481MB +Max. Length : 0 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 72.41s +Memory: 6417MB (+1370MB) +SAT +Testing... +NOT SERIALIZABLE +Testing Time: 34.52s +Memory: 6505MB (+88MB) +Solving... +*** Info : (planner): INTERRUPTED by signal! +UNKNOWN + +INTERRUPTED : 1 + +Models : 0+ +Calls : 2 +Time : 849.365s (Solving: 673.92s 1st Model: 69.30s Unsat: 0.00s) +CPU Time : 848.392s + +Choices : 9548586 (Domain: 9548530) +Conflicts : 23774 (Analyzed: 23774) +Restarts : 92 (Average: 258.41 Last: 392) +Model-Level : 11279.0 +Problems : 2 (Average Length: 92.00 Splits: 0) +Lemmas : 23774 (Deleted: 18874) + Binary : 940 (Ratio: 3.95%) + Ternary : 481 (Ratio: 2.02%) + Conflict : 23774 (Average Length: 1030.2 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 23774 (Average: 394.43 Max: 27147 Sum: 9377268) + Executed : 23711 (Average: 394.19 Max: 27147 Sum: 9371472 Ratio: 99.94%) + Bounded : 63 (Average: 92.00 Max: 92 Sum: 5796 Ratio: 0.06%) + +Rules : 8934879 (Original: 8934819) +Atoms : 81184 +Bodies : 5928343 (Original: 5928283) + Count : 6040 (Original: 6046) +Equivalences : 2984683 (Atom=Atom: 104 Body=Body: 0 Other: 2984579) +Tight : Yes +Variables : 3422312 (Eliminated: 0 Frozen: 3145303) +Constraints : 35848578 (Binary: 99.0% Ternary: 0.4% Other: 0.5%) + +Memory Peak : 6929MB +Max. Length : 0 steps +Models : 1 + +