From ab5fb3136d1c9f4f764360a284c37944318dda08 Mon Sep 17 00:00:00 2001 From: potassco-bot Date: Thu, 23 Nov 2017 21:22:39 +0100 Subject: [PATCH] Add benchmark result [pb-es | ipc-2002 | depots-strips-automatic | 3] --- pb-es/ipc-2002_depots-strips-automatic_3.env | 36 + pb-es/ipc-2002_depots-strips-automatic_3.err | 33 + pb-es/ipc-2002_depots-strips-automatic_3.out | 1347 ++++++++++++++++++ 3 files changed, 1416 insertions(+) create mode 100644 pb-es/ipc-2002_depots-strips-automatic_3.env create mode 100644 pb-es/ipc-2002_depots-strips-automatic_3.err create mode 100644 pb-es/ipc-2002_depots-strips-automatic_3.out diff --git a/pb-es/ipc-2002_depots-strips-automatic_3.env b/pb-es/ipc-2002_depots-strips-automatic_3.env new file mode 100644 index 000000000..1b9dd80fe --- /dev/null +++ b/pb-es/ipc-2002_depots-strips-automatic_3.env @@ -0,0 +1,36 @@ +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/depots-strips-automatic/domain.pddl +- /home/pluehne/Documents/ASP/pddl-instances/ipc-2002/domains/depots-strips-automatic/instances/instance-3.pddl +- --stats +- --verbose +- --print-call +- -B 0.9 +- --parallel=5 +configuration: + id: pb-es + instanceSets: + - lnpmr-easy-instances + options: + - --stats + - --verbose + - --print-call + - -B 0.9 + - --parallel=5 +exitCode: 0 +instance: + domain: depots-strips-automatic + instance: 3 + ipc: ipc-2002 +versions: + clingo: 5.2.2 + fastDownward: 10997:847cdf0069cab0c8841a9958e783d1a7340fe2e9 (2017-11-02 15:10 +0100) + planner: 517f2c0422a36582df17ecebb08e879b170cdfe2 (2017-11-21 02:23:06 +0100) + plasp: 3.1.0 + python: 3.6.3 +workingDirectory: /home/pluehne/Documents/ASP/plasp-javier/encodings/planner + diff --git a/pb-es/ipc-2002_depots-strips-automatic_3.err b/pb-es/ipc-2002_depots-strips-automatic_3.err new file mode 100644 index 000000000..593a44d32 --- /dev/null +++ b/pb-es/ipc-2002_depots-strips-automatic_3.err @@ -0,0 +1,33 @@ +# configuration: {'id': 'pb-es', 'options': ['--stats', '--verbose', '--print-call', '-B 0.9', '--parallel=5'], 'instanceSets': ['lnpmr-easy-instances']} +# instance: {'ipc': 'ipc-2002', 'domain': 'depots-strips-automatic', 'instance': 3} +# 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/depots-strips-automatic/domain.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-2002/domains/depots-strips-automatic/instances/instance-3.pddl', '--stats', '--verbose', '--print-call', '-B 0.9', '--parallel=5'] +# working directory: /home/pluehne/Documents/ASP/plasp-javier/encodings/planner +# exit code: 0 +/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/depots-strips-automatic/domain.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-2002/domains/depots-strips-automatic/instances/instance-3.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 -B 0.9 --query-at-last --check-at-last --forbid-actions --force-actions -c planner_on=1 -c _closure=3 -c _parallel=5 +FINISHED CPU 202.75 MEM 0 MAXMEM 233260 STALE 0 MAXMEM_RSS 176308 + + diff --git a/pb-es/ipc-2002_depots-strips-automatic_3.out b/pb-es/ipc-2002_depots-strips-automatic_3.out new file mode 100644 index 000000000..e660d0077 --- /dev/null +++ b/pb-es/ipc-2002_depots-strips-automatic_3.out @@ -0,0 +1,1347 @@ +planner.py version 0.0.1 + +Time: 0.11s +Memory: 57MB + +Iteration 1 +Queue: [(0,0,0,True), (1,5,0,True), (2,10,0,True), (3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)] +Grounded Until: 0 +Solving... +Solving Time: 0.00s +Memory: 57MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 2 +Queue: [(1,5,0,True), (2,10,0,True), (3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)] +Grounded Until: 0 +Grounding... [('step', [1]), ('step', [2]), ('step', [3]), ('step', [4]), ('step', [5]), ('check', [5])] +Grounding Time: 0.07s +Memory: 60MB (+3MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 61MB (+1MB) +UNSAT +Iteration Time: 0.09s + +Iteration 3 +Queue: [(2,10,0,True), (3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)] +Grounded Until: 5 +Grounding... [('step', [6]), ('step', [7]), ('step', [8]), ('step', [9]), ('step', [10]), ('check', [10])] +Grounding Time: 0.07s +Memory: 64MB (+3MB) +Unblocking actions... +Solving... +Solving Time: 0.02s +Memory: 65MB (+1MB) +UNSAT +Iteration Time: 0.10s + +Iteration 4 +Queue: [(3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)] +Grounded Until: 10 +Grounding... [('step', [11]), ('step', [12]), ('step', [13]), ('step', [14]), ('step', [15]), ('check', [15])] +Grounding Time: 0.07s +Memory: 68MB (+3MB) +Unblocking actions... +Solving... +Solving Time: 0.74s +Memory: 69MB (+1MB) +UNKNOWN +Iteration Time: 0.83s + +Iteration 5 +Queue: [(4,20,0,True), (5,25,0,True), (6,30,0,True)] +Grounded Until: 15 +Grounding... [('step', [16]), ('step', [17]), ('step', [18]), ('step', [19]), ('step', [20]), ('check', [20])] +Grounding Time: 0.09s +Memory: 74MB (+5MB) +Unblocking actions... +Solving... +Solving Time: 0.81s +Memory: 76MB (+2MB) +UNKNOWN +Iteration Time: 0.92s + +Iteration 6 +Queue: [(5,25,0,True), (6,30,0,True)] +Grounded Until: 20 +Grounding... [('step', [21]), ('step', [22]), ('step', [23]), ('step', [24]), ('step', [25]), ('check', [25])] +Grounding Time: 0.07s +Memory: 79MB (+3MB) +Unblocking actions... +Solving... +Solving Time: 0.84s +Memory: 81MB (+2MB) +UNKNOWN +Iteration Time: 0.94s + +Iteration 7 +Queue: [(6,30,0,True)] +Grounded Until: 25 +Grounding... [('step', [26]), ('step', [27]), ('step', [28]), ('step', [29]), ('step', [30]), ('check', [30])] +Grounding Time: 0.07s +Memory: 84MB (+3MB) +Unblocking actions... +Solving... +Solving Time: 1.00s +Memory: 85MB (+1MB) +UNKNOWN +Iteration Time: 1.09s + +Iteration 8 +Queue: [(3,15,1,True), (4,20,1,True), (5,25,1,True), (6,30,1,True), (7,35,0,True), (8,40,0,True), (9,45,0,True), (10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True)] +Grounded Until: 30 +Blocking actions... +Solving... +Solving Time: 0.14s +Memory: 85MB (+0MB) +UNSAT +Iteration Time: 0.15s + +Iteration 9 +Queue: [(4,20,1,True), (5,25,1,True), (6,30,1,True), (7,35,0,True), (8,40,0,True), (9,45,0,True), (10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True)] +Grounded Until: 30 +Unblocking actions... +Solving... +Solving Time: 0.97s +Memory: 85MB (+0MB) +UNKNOWN +Iteration Time: 0.98s + +Iteration 10 +Queue: [(5,25,1,True), (6,30,1,True), (7,35,0,True), (8,40,0,True), (9,45,0,True), (10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True)] +Grounded Until: 30 +Unblocking actions... +Solving... +Solving Time: 0.96s +Memory: 85MB (+0MB) +UNKNOWN +Iteration Time: 0.97s + +Iteration 11 +Queue: [(6,30,1,True), (7,35,0,True), (8,40,0,True), (9,45,0,True), (10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True)] +Grounded Until: 30 +Unblocking actions... +Solving... +Solving Time: 0.94s +Memory: 85MB (+0MB) +UNKNOWN +Iteration Time: 0.95s + +Iteration 12 +Queue: [(7,35,0,True), (8,40,0,True), (9,45,0,True), (10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True)] +Grounded Until: 30 +Grounding... [('step', [31]), ('step', [32]), ('step', [33]), ('step', [34]), ('step', [35]), ('check', [35])] +Grounding Time: 0.07s +Memory: 90MB (+5MB) +Unblocking actions... +Solving... +Solving Time: 0.88s +Memory: 93MB (+3MB) +UNKNOWN +Iteration Time: 0.98s + +Iteration 13 +Queue: [(8,40,0,True), (9,45,0,True), (10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True)] +Grounded Until: 35 +Grounding... [('step', [36]), ('step', [37]), ('step', [38]), ('step', [39]), ('step', [40]), ('check', [40])] +Grounding Time: 0.07s +Memory: 94MB (+1MB) +Unblocking actions... +Solving... +Solving Time: 0.87s +Memory: 96MB (+2MB) +UNKNOWN +Iteration Time: 0.98s + +Iteration 14 +Queue: [(9,45,0,True), (10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True)] +Grounded Until: 40 +Grounding... [('step', [41]), ('step', [42]), ('step', [43]), ('step', [44]), ('step', [45]), ('check', [45])] +Grounding Time: 0.07s +Memory: 98MB (+2MB) +Unblocking actions... +Solving... +Solving Time: 1.00s +Memory: 100MB (+2MB) +UNKNOWN +Iteration Time: 1.11s + +Iteration 15 +Queue: [(10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True)] +Grounded Until: 45 +Grounding... [('step', [46]), ('step', [47]), ('step', [48]), ('step', [49]), ('step', [50]), ('check', [50])] +Grounding Time: 0.11s +Memory: 106MB (+6MB) +Unblocking actions... +Solving... +Solving Time: 1.02s +Memory: 110MB (+4MB) +UNKNOWN +Iteration Time: 1.17s + +Iteration 16 +Queue: [(11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True)] +Grounded Until: 50 +Grounding... [('step', [51]), ('step', [52]), ('step', [53]), ('step', [54]), ('step', [55]), ('check', [55])] +Grounding Time: 0.07s +Memory: 112MB (+2MB) +Unblocking actions... +Solving... +Solving Time: 1.01s +Memory: 114MB (+2MB) +UNKNOWN +Iteration Time: 1.12s + +Iteration 17 +Queue: [(12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True)] +Grounded Until: 55 +Grounding... [('step', [56]), ('step', [57]), ('step', [58]), ('step', [59]), ('step', [60]), ('check', [60])] +Grounding Time: 0.07s +Memory: 115MB (+1MB) +Unblocking actions... +Solving... +Solving Time: 1.11s +Memory: 118MB (+3MB) +UNKNOWN +Iteration Time: 1.22s + +Iteration 18 +Queue: [(13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True)] +Grounded Until: 60 +Grounding... [('step', [61]), ('step', [62]), ('step', [63]), ('step', [64]), ('step', [65]), ('check', [65])] +Grounding Time: 0.07s +Memory: 120MB (+2MB) +Unblocking actions... +Solving... +Solving Time: 1.13s +Memory: 122MB (+2MB) +UNKNOWN +Iteration Time: 1.26s + +Iteration 19 +Queue: [(14,70,0,True), (15,75,0,True), (16,80,0,True)] +Grounded Until: 65 +Grounding... [('step', [66]), ('step', [67]), ('step', [68]), ('step', [69]), ('step', [70]), ('check', [70])] +Grounding Time: 0.07s +Memory: 124MB (+2MB) +Unblocking actions... +Solving... +Solving Time: 1.12s +Memory: 126MB (+2MB) +UNKNOWN +Iteration Time: 1.24s + +Iteration 20 +Queue: [(15,75,0,True), (16,80,0,True)] +Grounded Until: 70 +Grounding... [('step', [71]), ('step', [72]), ('step', [73]), ('step', [74]), ('step', [75]), ('check', [75])] +Grounding Time: 0.07s +Memory: 128MB (+2MB) +Unblocking actions... +Solving... +Solving Time: 1.02s +Memory: 134MB (+6MB) +UNKNOWN +Iteration Time: 1.15s + +Iteration 21 +Queue: [(16,80,0,True)] +Grounded Until: 75 +Grounding... [('step', [76]), ('step', [77]), ('step', [78]), ('step', [79]), ('step', [80]), ('check', [80])] +Grounding Time: 0.08s +Memory: 134MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.22s +Memory: 136MB (+2MB) +UNKNOWN +Iteration Time: 1.35s + +Iteration 22 +Queue: [(4,20,2,True), (5,25,2,True), (6,30,2,True), (7,35,1,True), (8,40,1,True), (9,45,1,True), (10,50,1,True), (11,55,1,True), (12,60,1,True), (13,65,1,True), (14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)] +Grounded Until: 80 +Blocking actions... +Solving... +Solving Time: 1.44s +Memory: 136MB (+0MB) +UNKNOWN +Iteration Time: 1.45s + +Iteration 23 +Queue: [(5,25,2,True), (6,30,2,True), (7,35,1,True), (8,40,1,True), (9,45,1,True), (10,50,1,True), (11,55,1,True), (12,60,1,True), (13,65,1,True), (14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)] +Grounded Until: 80 +Unblocking actions... +Solving... +Solving Time: 1.38s +Memory: 136MB (+0MB) +UNKNOWN +Iteration Time: 1.39s + +Iteration 24 +Queue: [(6,30,2,True), (7,35,1,True), (8,40,1,True), (9,45,1,True), (10,50,1,True), (11,55,1,True), (12,60,1,True), (13,65,1,True), (14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)] +Grounded Until: 80 +Unblocking actions... +Solving... +Solving Time: 1.22s +Memory: 136MB (+0MB) +UNKNOWN +Iteration Time: 1.23s + +Iteration 25 +Queue: [(7,35,1,True), (8,40,1,True), (9,45,1,True), (10,50,1,True), (11,55,1,True), (12,60,1,True), (13,65,1,True), (14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)] +Grounded Until: 80 +Unblocking actions... +Solving... +Solving Time: 1.26s +Memory: 137MB (+1MB) +UNKNOWN +Iteration Time: 1.27s + +Iteration 26 +Queue: [(8,40,1,True), (9,45,1,True), (10,50,1,True), (11,55,1,True), (12,60,1,True), (13,65,1,True), (14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)] +Grounded Until: 80 +Unblocking actions... +Solving... +Solving Time: 1.33s +Memory: 137MB (+0MB) +UNKNOWN +Iteration Time: 1.34s + +Iteration 27 +Queue: [(9,45,1,True), (10,50,1,True), (11,55,1,True), (12,60,1,True), (13,65,1,True), (14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)] +Grounded Until: 80 +Unblocking actions... +Solving... +Solving Time: 1.21s +Memory: 137MB (+0MB) +UNKNOWN +Iteration Time: 1.22s + +Iteration 28 +Queue: [(10,50,1,True), (11,55,1,True), (12,60,1,True), (13,65,1,True), (14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)] +Grounded Until: 80 +Unblocking actions... +Solving... +Solving Time: 1.32s +Memory: 137MB (+0MB) +UNKNOWN +Iteration Time: 1.34s + +Iteration 29 +Queue: [(11,55,1,True), (12,60,1,True), (13,65,1,True), (14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)] +Grounded Until: 80 +Unblocking actions... +Solving... +Solving Time: 1.27s +Memory: 137MB (+0MB) +UNKNOWN +Iteration Time: 1.29s + +Iteration 30 +Queue: [(12,60,1,True), (13,65,1,True), (14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)] +Grounded Until: 80 +Unblocking actions... +Solving... +Solving Time: 1.37s +Memory: 137MB (+0MB) +UNKNOWN +Iteration Time: 1.39s + +Iteration 31 +Queue: [(13,65,1,True), (14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)] +Grounded Until: 80 +Unblocking actions... +Solving... +Solving Time: 1.29s +Memory: 138MB (+1MB) +UNKNOWN +Iteration Time: 1.30s + +Iteration 32 +Queue: [(14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)] +Grounded Until: 80 +Unblocking actions... +Solving... +Solving Time: 1.21s +Memory: 138MB (+0MB) +UNKNOWN +Iteration Time: 1.22s + +Iteration 33 +Queue: [(15,75,1,True), (16,80,1,True), (17,85,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)] +Grounded Until: 80 +Unblocking actions... +Solving... +Solving Time: 1.23s +Memory: 138MB (+0MB) +UNKNOWN +Iteration Time: 1.24s + +Iteration 34 +Queue: [(16,80,1,True), (17,85,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)] +Grounded Until: 80 +Unblocking actions... +Solving... +Solving Time: 1.24s +Memory: 138MB (+0MB) +UNKNOWN +Iteration Time: 1.25s + +Iteration 35 +Queue: [(17,85,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)] +Grounded Until: 80 +Grounding... [('step', [81]), ('step', [82]), ('step', [83]), ('step', [84]), ('step', [85]), ('check', [85])] +Grounding Time: 0.07s +Memory: 143MB (+5MB) +Unblocking actions... +Solving... +Solving Time: 1.30s +Memory: 146MB (+3MB) +UNKNOWN +Iteration Time: 1.43s + +Iteration 36 +Queue: [(18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)] +Grounded Until: 85 +Grounding... [('step', [86]), ('step', [87]), ('step', [88]), ('step', [89]), ('step', [90]), ('check', [90])] +Grounding Time: 0.07s +Memory: 147MB (+1MB) +Unblocking actions... +Solving... +Solving Time: 1.10s +Memory: 150MB (+3MB) +UNKNOWN +Iteration Time: 1.24s + +Iteration 37 +Queue: [(19,95,0,True), (20,100,0,True), (21,105,0,True)] +Grounded Until: 90 +Grounding... [('step', [91]), ('step', [92]), ('step', [93]), ('step', [94]), ('step', [95]), ('check', [95])] +Grounding Time: 0.07s +Memory: 151MB (+1MB) +Unblocking actions... +Solving... +Solving Time: 1.22s +Memory: 154MB (+3MB) +UNKNOWN +Iteration Time: 1.36s + +Iteration 38 +Queue: [(20,100,0,True), (21,105,0,True)] +Grounded Until: 95 +Grounding... [('step', [96]), ('step', [97]), ('step', [98]), ('step', [99]), ('step', [100]), ('check', [100])] +Grounding Time: 0.08s +Memory: 155MB (+1MB) +Unblocking actions... +Solving... +Solving Time: 1.33s +Memory: 158MB (+3MB) +UNKNOWN +Iteration Time: 1.47s + +Iteration 39 +Queue: [(21,105,0,True)] +Grounded Until: 100 +Grounding... [('step', [101]), ('step', [102]), ('step', [103]), ('step', [104]), ('step', [105]), ('check', [105])] +Grounding Time: 0.08s +Memory: 159MB (+1MB) +Unblocking actions... +Solving... +Solving Time: 1.57s +Memory: 162MB (+3MB) +UNKNOWN +Iteration Time: 1.71s + +Iteration 40 +Queue: [(4,20,3,True), (5,25,3,True), (6,30,3,True), (7,35,2,True), (8,40,2,True), (9,45,2,True), (10,50,2,True), (11,55,2,True), (12,60,2,True), (13,65,2,True), (14,70,2,False), (15,75,2,False), (16,80,2,False), (17,85,1,True), (18,90,1,True), (19,95,1,True), (20,100,1,True), (21,105,1,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 105 +Blocking actions... +Solving... +Solving Time: 1.67s +Memory: 162MB (+0MB) +UNKNOWN +Iteration Time: 1.68s + +Iteration 41 +Queue: [(5,25,3,True), (6,30,3,True), (7,35,2,True), (8,40,2,True), (9,45,2,True), (10,50,2,True), (11,55,2,True), (12,60,2,True), (13,65,2,True), (14,70,2,False), (15,75,2,False), (16,80,2,False), (17,85,1,True), (18,90,1,True), (19,95,1,True), (20,100,1,True), (21,105,1,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 105 +Unblocking actions... +Solving... +Solving Time: 1.76s +Memory: 162MB (+0MB) +UNKNOWN +Iteration Time: 1.78s + +Iteration 42 +Queue: [(6,30,3,True), (7,35,2,True), (8,40,2,True), (9,45,2,True), (10,50,2,True), (11,55,2,True), (12,60,2,True), (13,65,2,True), (14,70,2,False), (15,75,2,False), (16,80,2,False), (17,85,1,True), (18,90,1,True), (19,95,1,True), (20,100,1,True), (21,105,1,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 105 +Unblocking actions... +Solving... +Solving Time: 1.63s +Memory: 162MB (+0MB) +UNKNOWN +Iteration Time: 1.64s + +Iteration 43 +Queue: [(7,35,2,True), (8,40,2,True), (9,45,2,True), (10,50,2,True), (11,55,2,True), (12,60,2,True), (13,65,2,True), (14,70,2,False), (15,75,2,False), (16,80,2,False), (17,85,1,True), (18,90,1,True), (19,95,1,True), (20,100,1,True), (21,105,1,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 105 +Unblocking actions... +Solving... +Solving Time: 1.60s +Memory: 162MB (+0MB) +UNKNOWN +Iteration Time: 1.61s + +Iteration 44 +Queue: [(8,40,2,True), (9,45,2,True), (10,50,2,True), (11,55,2,True), (12,60,2,True), (13,65,2,True), (14,70,2,False), (15,75,2,False), (16,80,2,False), (17,85,1,True), (18,90,1,True), (19,95,1,True), (20,100,1,True), (21,105,1,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 105 +Unblocking actions... +Solving... +Solving Time: 1.73s +Memory: 162MB (+0MB) +UNKNOWN +Iteration Time: 1.75s + +Iteration 45 +Queue: [(9,45,2,True), (10,50,2,True), (11,55,2,True), (12,60,2,True), (13,65,2,True), (14,70,2,False), (15,75,2,False), (16,80,2,False), (17,85,1,True), (18,90,1,True), (19,95,1,True), (20,100,1,True), (21,105,1,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 105 +Unblocking actions... +Solving... +Solving Time: 1.73s +Memory: 162MB (+0MB) +UNKNOWN +Iteration Time: 1.74s + +Iteration 46 +Queue: [(10,50,2,True), (11,55,2,True), (12,60,2,True), (13,65,2,True), (14,70,2,False), (15,75,2,False), (16,80,2,False), (17,85,1,True), (18,90,1,True), (19,95,1,True), (20,100,1,True), (21,105,1,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 105 +Unblocking actions... +Solving... +Solving Time: 1.56s +Memory: 162MB (+0MB) +UNKNOWN +Iteration Time: 1.57s + +Iteration 47 +Queue: [(11,55,2,True), (12,60,2,True), (13,65,2,True), (14,70,2,False), (15,75,2,False), (16,80,2,False), (17,85,1,True), (18,90,1,True), (19,95,1,True), (20,100,1,True), (21,105,1,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 105 +Unblocking actions... +Solving... +Solving Time: 1.57s +Memory: 162MB (+0MB) +UNKNOWN +Iteration Time: 1.59s + +Iteration 48 +Queue: [(12,60,2,True), (13,65,2,True), (14,70,2,False), (15,75,2,False), (16,80,2,False), (17,85,1,True), (18,90,1,True), (19,95,1,True), (20,100,1,True), (21,105,1,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 105 +Unblocking actions... +Solving... +Solving Time: 1.62s +Memory: 162MB (+0MB) +UNKNOWN +Iteration Time: 1.64s + +Iteration 49 +Queue: [(13,65,2,True), (14,70,2,False), (15,75,2,False), (16,80,2,False), (17,85,1,True), (18,90,1,True), (19,95,1,True), (20,100,1,True), (21,105,1,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 105 +Unblocking actions... +Solving... +Solving Time: 1.50s +Memory: 162MB (+0MB) +UNKNOWN +Iteration Time: 1.51s + +Iteration 50 +Queue: [(17,85,1,True), (18,90,1,True), (19,95,1,True), (20,100,1,True), (21,105,1,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 105 +Unblocking actions... +Solving... +Solving Time: 1.49s +Memory: 162MB (+0MB) +UNKNOWN +Iteration Time: 1.50s + +Iteration 51 +Queue: [(18,90,1,True), (19,95,1,True), (20,100,1,True), (21,105,1,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 105 +Unblocking actions... +Solving... +Solving Time: 1.43s +Memory: 162MB (+0MB) +UNKNOWN +Iteration Time: 1.44s + +Iteration 52 +Queue: [(19,95,1,True), (20,100,1,True), (21,105,1,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 105 +Unblocking actions... +Solving... +Solving Time: 1.52s +Memory: 162MB (+0MB) +UNKNOWN +Iteration Time: 1.54s + +Iteration 53 +Queue: [(20,100,1,True), (21,105,1,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 105 +Unblocking actions... +Solving... +Solving Time: 1.49s +Memory: 162MB (+0MB) +UNKNOWN +Iteration Time: 1.51s + +Iteration 54 +Queue: [(21,105,1,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 105 +Unblocking actions... +Solving... +Solving Time: 1.38s +Memory: 162MB (+0MB) +UNKNOWN +Iteration Time: 1.40s + +Iteration 55 +Queue: [(22,110,0,True), (23,115,0,True)] +Grounded Until: 105 +Grounding... [('step', [106]), ('step', [107]), ('step', [108]), ('step', [109]), ('step', [110]), ('check', [110])] +Grounding Time: 0.15s +Memory: 173MB (+11MB) +Unblocking actions... +Solving... +Solving Time: 1.62s +Memory: 176MB (+3MB) +UNKNOWN +Iteration Time: 1.85s + +Iteration 56 +Queue: [(23,115,0,True)] +Grounded Until: 110 +Grounding... [('step', [111]), ('step', [112]), ('step', [113]), ('step', [114]), ('step', [115]), ('check', [115])] +Grounding Time: 0.07s +Memory: 177MB (+1MB) +Unblocking actions... +Solving... +Solving Time: 1.59s +Memory: 186MB (+9MB) +UNKNOWN +Iteration Time: 1.74s + +Iteration 57 +Queue: [(4,20,4,True), (5,25,4,True), (6,30,4,True), (7,35,3,True), (8,40,3,True), (9,45,3,True), (10,50,3,True), (11,55,3,False), (12,60,3,False), (13,65,3,False), (14,70,2,True), (15,75,2,True), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,1,True), (23,115,1,True)] +Grounded Until: 115 +Blocking actions... +Solving... +Solving Time: 2.09s +Memory: 186MB (+0MB) +UNKNOWN +Iteration Time: 2.11s + +Iteration 58 +Queue: [(5,25,4,True), (6,30,4,True), (7,35,3,True), (8,40,3,True), (9,45,3,True), (10,50,3,True), (11,55,3,False), (12,60,3,False), (13,65,3,False), (14,70,2,True), (15,75,2,True), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,1,True), (23,115,1,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.84s +Memory: 186MB (+0MB) +UNKNOWN +Iteration Time: 1.86s + +Iteration 59 +Queue: [(6,30,4,True), (7,35,3,True), (8,40,3,True), (9,45,3,True), (10,50,3,True), (11,55,3,False), (12,60,3,False), (13,65,3,False), (14,70,2,True), (15,75,2,True), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,1,True), (23,115,1,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.97s +Memory: 186MB (+0MB) +UNKNOWN +Iteration Time: 1.99s + +Iteration 60 +Queue: [(7,35,3,True), (8,40,3,True), (9,45,3,True), (10,50,3,True), (11,55,3,False), (12,60,3,False), (13,65,3,False), (14,70,2,True), (15,75,2,True), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,1,True), (23,115,1,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.91s +Memory: 186MB (+0MB) +UNKNOWN +Iteration Time: 1.93s + +Iteration 61 +Queue: [(8,40,3,True), (9,45,3,True), (10,50,3,True), (11,55,3,False), (12,60,3,False), (13,65,3,False), (14,70,2,True), (15,75,2,True), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,1,True), (23,115,1,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.81s +Memory: 186MB (+0MB) +UNKNOWN +Iteration Time: 1.83s + +Iteration 62 +Queue: [(9,45,3,True), (10,50,3,True), (11,55,3,False), (12,60,3,False), (13,65,3,False), (14,70,2,True), (15,75,2,True), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,1,True), (23,115,1,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.81s +Memory: 186MB (+0MB) +UNKNOWN +Iteration Time: 1.83s + +Iteration 63 +Queue: [(10,50,3,True), (11,55,3,False), (12,60,3,False), (13,65,3,False), (14,70,2,True), (15,75,2,True), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,1,True), (23,115,1,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.80s +Memory: 186MB (+0MB) +UNKNOWN +Iteration Time: 1.82s + +Iteration 64 +Queue: [(14,70,2,True), (15,75,2,True), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,1,True), (23,115,1,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.66s +Memory: 186MB (+0MB) +UNKNOWN +Iteration Time: 1.67s + +Iteration 65 +Queue: [(15,75,2,True), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,1,True), (23,115,1,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.81s +Memory: 186MB (+0MB) +UNKNOWN +Iteration Time: 1.83s + +Iteration 66 +Queue: [(22,110,1,True), (23,115,1,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.50s +Memory: 186MB (+0MB) +UNKNOWN +Iteration Time: 1.52s + +Iteration 67 +Queue: [(23,115,1,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.88s +Memory: 186MB (+0MB) +UNKNOWN +Iteration Time: 1.90s + +Iteration 68 +Queue: [(4,20,5,True), (5,25,5,True), (6,30,5,True), (7,35,4,True), (8,40,4,True), (9,45,4,True), (10,50,4,False), (11,55,3,True), (12,60,3,True), (13,65,3,False), (14,70,3,False), (15,75,3,False), (16,80,2,True), (17,85,2,True), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Blocking actions... +Solving... +Solving Time: 1.74s +Memory: 186MB (+0MB) +UNKNOWN +Iteration Time: 1.75s + +Iteration 69 +Queue: [(5,25,5,True), (6,30,5,True), (7,35,4,True), (8,40,4,True), (9,45,4,True), (10,50,4,False), (11,55,3,True), (12,60,3,True), (13,65,3,False), (14,70,3,False), (15,75,3,False), (16,80,2,True), (17,85,2,True), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.97s +Memory: 187MB (+1MB) +UNKNOWN +Iteration Time: 1.98s + +Iteration 70 +Queue: [(6,30,5,True), (7,35,4,True), (8,40,4,True), (9,45,4,True), (10,50,4,False), (11,55,3,True), (12,60,3,True), (13,65,3,False), (14,70,3,False), (15,75,3,False), (16,80,2,True), (17,85,2,True), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.82s +Memory: 187MB (+0MB) +UNKNOWN +Iteration Time: 1.84s + +Iteration 71 +Queue: [(7,35,4,True), (8,40,4,True), (9,45,4,True), (10,50,4,False), (11,55,3,True), (12,60,3,True), (13,65,3,False), (14,70,3,False), (15,75,3,False), (16,80,2,True), (17,85,2,True), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.71s +Memory: 188MB (+1MB) +UNKNOWN +Iteration Time: 1.72s + +Iteration 72 +Queue: [(8,40,4,True), (9,45,4,True), (10,50,4,False), (11,55,3,True), (12,60,3,True), (13,65,3,False), (14,70,3,False), (15,75,3,False), (16,80,2,True), (17,85,2,True), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.97s +Memory: 188MB (+0MB) +UNKNOWN +Iteration Time: 1.99s + +Iteration 73 +Queue: [(9,45,4,True), (10,50,4,False), (11,55,3,True), (12,60,3,True), (13,65,3,False), (14,70,3,False), (15,75,3,False), (16,80,2,True), (17,85,2,True), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.96s +Memory: 188MB (+0MB) +UNKNOWN +Iteration Time: 1.98s + +Iteration 74 +Queue: [(11,55,3,True), (12,60,3,True), (13,65,3,False), (14,70,3,False), (15,75,3,False), (16,80,2,True), (17,85,2,True), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 2.03s +Memory: 188MB (+0MB) +UNKNOWN +Iteration Time: 2.05s + +Iteration 75 +Queue: [(12,60,3,True), (13,65,3,False), (14,70,3,False), (15,75,3,False), (16,80,2,True), (17,85,2,True), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.95s +Memory: 188MB (+0MB) +UNKNOWN +Iteration Time: 1.97s + +Iteration 76 +Queue: [(16,80,2,True), (17,85,2,True), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.68s +Memory: 188MB (+0MB) +UNKNOWN +Iteration Time: 1.69s + +Iteration 77 +Queue: [(17,85,2,True), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.66s +Memory: 188MB (+0MB) +UNKNOWN +Iteration Time: 1.68s + +Iteration 78 +Queue: [(4,20,6,True), (5,25,6,True), (6,30,6,True), (7,35,5,True), (8,40,5,True), (9,45,5,False), (10,50,4,True), (11,55,4,False), (12,60,4,False), (13,65,3,True), (14,70,3,False), (15,75,3,False), (16,80,3,False), (17,85,3,False), (18,90,2,True), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Blocking actions... +Solving... +Solving Time: 2.06s +Memory: 188MB (+0MB) +UNKNOWN +Iteration Time: 2.08s + +Iteration 79 +Queue: [(5,25,6,True), (6,30,6,True), (7,35,5,True), (8,40,5,True), (9,45,5,False), (10,50,4,True), (11,55,4,False), (12,60,4,False), (13,65,3,True), (14,70,3,False), (15,75,3,False), (16,80,3,False), (17,85,3,False), (18,90,2,True), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.97s +Memory: 188MB (+0MB) +UNKNOWN +Iteration Time: 1.99s + +Iteration 80 +Queue: [(6,30,6,True), (7,35,5,True), (8,40,5,True), (9,45,5,False), (10,50,4,True), (11,55,4,False), (12,60,4,False), (13,65,3,True), (14,70,3,False), (15,75,3,False), (16,80,3,False), (17,85,3,False), (18,90,2,True), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.97s +Memory: 188MB (+0MB) +UNKNOWN +Iteration Time: 1.99s + +Iteration 81 +Queue: [(7,35,5,True), (8,40,5,True), (9,45,5,False), (10,50,4,True), (11,55,4,False), (12,60,4,False), (13,65,3,True), (14,70,3,False), (15,75,3,False), (16,80,3,False), (17,85,3,False), (18,90,2,True), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.91s +Memory: 188MB (+0MB) +UNKNOWN +Iteration Time: 1.93s + +Iteration 82 +Queue: [(8,40,5,True), (9,45,5,False), (10,50,4,True), (11,55,4,False), (12,60,4,False), (13,65,3,True), (14,70,3,False), (15,75,3,False), (16,80,3,False), (17,85,3,False), (18,90,2,True), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.96s +Memory: 188MB (+0MB) +UNKNOWN +Iteration Time: 1.98s + +Iteration 83 +Queue: [(10,50,4,True), (11,55,4,False), (12,60,4,False), (13,65,3,True), (14,70,3,False), (15,75,3,False), (16,80,3,False), (17,85,3,False), (18,90,2,True), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.70s +Memory: 188MB (+0MB) +UNKNOWN +Iteration Time: 1.72s + +Iteration 84 +Queue: [(13,65,3,True), (14,70,3,False), (15,75,3,False), (16,80,3,False), (17,85,3,False), (18,90,2,True), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.91s +Memory: 188MB (+0MB) +UNKNOWN +Iteration Time: 1.93s + +Iteration 85 +Queue: [(18,90,2,True), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.63s +Memory: 188MB (+0MB) +UNKNOWN +Iteration Time: 1.65s + +Iteration 86 +Queue: [(4,20,7,True), (5,25,7,True), (6,30,7,False), (7,35,6,True), (8,40,6,False), (9,45,5,True), (10,50,5,False), (11,55,4,True), (12,60,4,False), (13,65,4,False), (14,70,3,True), (15,75,3,True), (16,80,3,False), (17,85,3,False), (18,90,3,False), (19,95,2,True), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Blocking actions... +Solving... +Solving Time: 2.27s +Memory: 188MB (+0MB) +UNKNOWN +Iteration Time: 2.29s + +Iteration 87 +Queue: [(5,25,7,True), (6,30,7,False), (7,35,6,True), (8,40,6,False), (9,45,5,True), (10,50,5,False), (11,55,4,True), (12,60,4,False), (13,65,4,False), (14,70,3,True), (15,75,3,True), (16,80,3,False), (17,85,3,False), (18,90,3,False), (19,95,2,True), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.92s +Memory: 188MB (+0MB) +UNKNOWN +Iteration Time: 1.94s + +Iteration 88 +Queue: [(7,35,6,True), (8,40,6,False), (9,45,5,True), (10,50,5,False), (11,55,4,True), (12,60,4,False), (13,65,4,False), (14,70,3,True), (15,75,3,True), (16,80,3,False), (17,85,3,False), (18,90,3,False), (19,95,2,True), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 2.19s +Memory: 189MB (+1MB) +UNKNOWN +Iteration Time: 2.21s + +Iteration 89 +Queue: [(9,45,5,True), (10,50,5,False), (11,55,4,True), (12,60,4,False), (13,65,4,False), (14,70,3,True), (15,75,3,True), (16,80,3,False), (17,85,3,False), (18,90,3,False), (19,95,2,True), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 2.05s +Memory: 189MB (+0MB) +UNKNOWN +Iteration Time: 2.07s + +Iteration 90 +Queue: [(11,55,4,True), (12,60,4,False), (13,65,4,False), (14,70,3,True), (15,75,3,True), (16,80,3,False), (17,85,3,False), (18,90,3,False), (19,95,2,True), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.77s +Memory: 189MB (+0MB) +UNKNOWN +Iteration Time: 1.79s + +Iteration 91 +Queue: [(14,70,3,True), (15,75,3,True), (16,80,3,False), (17,85,3,False), (18,90,3,False), (19,95,2,True), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.86s +Memory: 190MB (+1MB) +UNKNOWN +Iteration Time: 1.88s + +Iteration 92 +Queue: [(15,75,3,True), (16,80,3,False), (17,85,3,False), (18,90,3,False), (19,95,2,True), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.86s +Memory: 190MB (+0MB) +UNKNOWN +Iteration Time: 1.88s + +Iteration 93 +Queue: [(19,95,2,True), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.66s +Memory: 190MB (+0MB) +UNKNOWN +Iteration Time: 1.67s + +Iteration 94 +Queue: [(4,20,8,True), (5,25,8,True), (6,30,7,True), (7,35,7,True), (8,40,6,True), (9,45,6,False), (10,50,5,True), (11,55,5,False), (12,60,4,True), (13,65,4,False), (14,70,4,False), (15,75,4,False), (16,80,3,True), (17,85,3,False), (18,90,3,False), (19,95,3,False), (20,100,2,True), (21,105,2,True), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Blocking actions... +Solving... +Solving Time: 2.40s +Memory: 190MB (+0MB) +UNKNOWN +Iteration Time: 2.42s + +Iteration 95 +Queue: [(5,25,8,True), (6,30,7,True), (7,35,7,True), (8,40,6,True), (9,45,6,False), (10,50,5,True), (11,55,5,False), (12,60,4,True), (13,65,4,False), (14,70,4,False), (15,75,4,False), (16,80,3,True), (17,85,3,False), (18,90,3,False), (19,95,3,False), (20,100,2,True), (21,105,2,True), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.99s +Memory: 190MB (+0MB) +UNKNOWN +Iteration Time: 2.01s + +Iteration 96 +Queue: [(6,30,7,True), (7,35,7,True), (8,40,6,True), (9,45,6,False), (10,50,5,True), (11,55,5,False), (12,60,4,True), (13,65,4,False), (14,70,4,False), (15,75,4,False), (16,80,3,True), (17,85,3,False), (18,90,3,False), (19,95,3,False), (20,100,2,True), (21,105,2,True), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 2.03s +Memory: 190MB (+0MB) +UNKNOWN +Iteration Time: 2.05s + +Iteration 97 +Queue: [(7,35,7,True), (8,40,6,True), (9,45,6,False), (10,50,5,True), (11,55,5,False), (12,60,4,True), (13,65,4,False), (14,70,4,False), (15,75,4,False), (16,80,3,True), (17,85,3,False), (18,90,3,False), (19,95,3,False), (20,100,2,True), (21,105,2,True), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 2.07s +Memory: 190MB (+0MB) +UNKNOWN +Iteration Time: 2.09s + +Iteration 98 +Queue: [(8,40,6,True), (9,45,6,False), (10,50,5,True), (11,55,5,False), (12,60,4,True), (13,65,4,False), (14,70,4,False), (15,75,4,False), (16,80,3,True), (17,85,3,False), (18,90,3,False), (19,95,3,False), (20,100,2,True), (21,105,2,True), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.91s +Memory: 191MB (+1MB) +UNKNOWN +Iteration Time: 1.93s + +Iteration 99 +Queue: [(10,50,5,True), (11,55,5,False), (12,60,4,True), (13,65,4,False), (14,70,4,False), (15,75,4,False), (16,80,3,True), (17,85,3,False), (18,90,3,False), (19,95,3,False), (20,100,2,True), (21,105,2,True), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.91s +Memory: 191MB (+0MB) +UNKNOWN +Iteration Time: 1.93s + +Iteration 100 +Queue: [(12,60,4,True), (13,65,4,False), (14,70,4,False), (15,75,4,False), (16,80,3,True), (17,85,3,False), (18,90,3,False), (19,95,3,False), (20,100,2,True), (21,105,2,True), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.95s +Memory: 191MB (+0MB) +UNKNOWN +Iteration Time: 1.97s + +Iteration 101 +Queue: [(16,80,3,True), (17,85,3,False), (18,90,3,False), (19,95,3,False), (20,100,2,True), (21,105,2,True), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 2.00s +Memory: 191MB (+0MB) +UNKNOWN +Iteration Time: 2.02s + +Iteration 102 +Queue: [(20,100,2,True), (21,105,2,True), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.74s +Memory: 191MB (+0MB) +UNKNOWN +Iteration Time: 1.76s + +Iteration 103 +Queue: [(21,105,2,True), (22,110,2,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.48s +Memory: 191MB (+0MB) +UNKNOWN +Iteration Time: 1.50s + +Iteration 104 +Queue: [(4,20,9,True), (5,25,9,True), (6,30,8,True), (7,35,8,False), (8,40,7,True), (9,45,6,True), (10,50,6,False), (11,55,5,True), (12,60,5,False), (13,65,4,True), (14,70,4,False), (15,75,4,False), (16,80,4,False), (17,85,3,True), (18,90,3,False), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,2,True), (23,115,2,False)] +Grounded Until: 115 +Blocking actions... +Solving... +Solving Time: 2.30s +Memory: 191MB (+0MB) +UNKNOWN +Iteration Time: 2.32s + +Iteration 105 +Queue: [(5,25,9,True), (6,30,8,True), (7,35,8,False), (8,40,7,True), (9,45,6,True), (10,50,6,False), (11,55,5,True), (12,60,5,False), (13,65,4,True), (14,70,4,False), (15,75,4,False), (16,80,4,False), (17,85,3,True), (18,90,3,False), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,2,True), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 2.14s +Memory: 191MB (+0MB) +UNKNOWN +Iteration Time: 2.16s + +Iteration 106 +Queue: [(6,30,8,True), (7,35,8,False), (8,40,7,True), (9,45,6,True), (10,50,6,False), (11,55,5,True), (12,60,5,False), (13,65,4,True), (14,70,4,False), (15,75,4,False), (16,80,4,False), (17,85,3,True), (18,90,3,False), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,2,True), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 2.08s +Memory: 191MB (+0MB) +UNKNOWN +Iteration Time: 2.09s + +Iteration 107 +Queue: [(8,40,7,True), (9,45,6,True), (10,50,6,False), (11,55,5,True), (12,60,5,False), (13,65,4,True), (14,70,4,False), (15,75,4,False), (16,80,4,False), (17,85,3,True), (18,90,3,False), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,2,True), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 2.20s +Memory: 191MB (+0MB) +UNKNOWN +Iteration Time: 2.22s + +Iteration 108 +Queue: [(9,45,6,True), (10,50,6,False), (11,55,5,True), (12,60,5,False), (13,65,4,True), (14,70,4,False), (15,75,4,False), (16,80,4,False), (17,85,3,True), (18,90,3,False), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,2,True), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 2.15s +Memory: 191MB (+0MB) +UNKNOWN +Iteration Time: 2.16s + +Iteration 109 +Queue: [(11,55,5,True), (12,60,5,False), (13,65,4,True), (14,70,4,False), (15,75,4,False), (16,80,4,False), (17,85,3,True), (18,90,3,False), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,2,True), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.71s +Memory: 191MB (+0MB) +UNKNOWN +Iteration Time: 1.73s + +Iteration 110 +Queue: [(13,65,4,True), (14,70,4,False), (15,75,4,False), (16,80,4,False), (17,85,3,True), (18,90,3,False), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,2,True), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 2.02s +Memory: 191MB (+0MB) +UNKNOWN +Iteration Time: 2.04s + +Iteration 111 +Queue: [(17,85,3,True), (18,90,3,False), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,2,True), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.82s +Memory: 191MB (+0MB) +UNKNOWN +Iteration Time: 1.84s + +Iteration 112 +Queue: [(22,110,2,True), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.57s +Memory: 191MB (+0MB) +UNKNOWN +Iteration Time: 1.59s + +Iteration 113 +Queue: [(4,20,10,True), (5,25,10,True), (6,30,9,True), (7,35,8,True), (8,40,8,False), (9,45,7,False), (10,50,6,True), (11,55,6,False), (12,60,5,True), (13,65,5,False), (14,70,4,True), (15,75,4,False), (16,80,4,False), (17,85,4,False), (18,90,3,True), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,2,False)] +Grounded Until: 115 +Blocking actions... +Solving... +Solving Time: 2.48s +Memory: 191MB (+0MB) +UNKNOWN +Iteration Time: 2.50s + +Iteration 114 +Queue: [(5,25,10,True), (6,30,9,True), (7,35,8,True), (8,40,8,False), (9,45,7,False), (10,50,6,True), (11,55,6,False), (12,60,5,True), (13,65,5,False), (14,70,4,True), (15,75,4,False), (16,80,4,False), (17,85,4,False), (18,90,3,True), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 2.26s +Memory: 192MB (+1MB) +UNKNOWN +Iteration Time: 2.28s + +Iteration 115 +Queue: [(6,30,9,True), (7,35,8,True), (8,40,8,False), (9,45,7,False), (10,50,6,True), (11,55,6,False), (12,60,5,True), (13,65,5,False), (14,70,4,True), (15,75,4,False), (16,80,4,False), (17,85,4,False), (18,90,3,True), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 2.27s +Memory: 192MB (+0MB) +UNKNOWN +Iteration Time: 2.29s + +Iteration 116 +Queue: [(7,35,8,True), (8,40,8,False), (9,45,7,False), (10,50,6,True), (11,55,6,False), (12,60,5,True), (13,65,5,False), (14,70,4,True), (15,75,4,False), (16,80,4,False), (17,85,4,False), (18,90,3,True), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 2.10s +Memory: 192MB (+0MB) +UNKNOWN +Iteration Time: 2.12s + +Iteration 117 +Queue: [(10,50,6,True), (11,55,6,False), (12,60,5,True), (13,65,5,False), (14,70,4,True), (15,75,4,False), (16,80,4,False), (17,85,4,False), (18,90,3,True), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 2.08s +Memory: 192MB (+0MB) +UNKNOWN +Iteration Time: 2.10s + +Iteration 118 +Queue: [(12,60,5,True), (13,65,5,False), (14,70,4,True), (15,75,4,False), (16,80,4,False), (17,85,4,False), (18,90,3,True), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.97s +Memory: 192MB (+0MB) +UNKNOWN +Iteration Time: 1.99s + +Iteration 119 +Queue: [(14,70,4,True), (15,75,4,False), (16,80,4,False), (17,85,4,False), (18,90,3,True), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.91s +Memory: 193MB (+1MB) +UNKNOWN +Iteration Time: 1.93s + +Iteration 120 +Queue: [(18,90,3,True), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,2,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.72s +Memory: 193MB (+0MB) +UNKNOWN +Iteration Time: 1.74s + +Iteration 121 +Queue: [(4,20,11,True), (5,25,11,True), (6,30,10,True), (7,35,9,True), (8,40,8,True), (9,45,7,True), (10,50,7,False), (11,55,6,True), (12,60,6,False), (13,65,5,True), (14,70,5,False), (15,75,4,True), (16,80,4,False), (17,85,4,False), (18,90,4,False), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,2,True)] +Grounded Until: 115 +Blocking actions... +Solving... +Solving Time: 2.66s +Memory: 193MB (+0MB) +UNKNOWN +Iteration Time: 2.68s + +Iteration 122 +Queue: [(5,25,11,True), (6,30,10,True), (7,35,9,True), (8,40,8,True), (9,45,7,True), (10,50,7,False), (11,55,6,True), (12,60,6,False), (13,65,5,True), (14,70,5,False), (15,75,4,True), (16,80,4,False), (17,85,4,False), (18,90,4,False), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,2,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 2.10s +Memory: 193MB (+0MB) +UNKNOWN +Iteration Time: 2.12s + +Iteration 123 +Queue: [(6,30,10,True), (7,35,9,True), (8,40,8,True), (9,45,7,True), (10,50,7,False), (11,55,6,True), (12,60,6,False), (13,65,5,True), (14,70,5,False), (15,75,4,True), (16,80,4,False), (17,85,4,False), (18,90,4,False), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,2,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 2.13s +Memory: 193MB (+0MB) +UNKNOWN +Iteration Time: 2.15s + +Iteration 124 +Queue: [(7,35,9,True), (8,40,8,True), (9,45,7,True), (10,50,7,False), (11,55,6,True), (12,60,6,False), (13,65,5,True), (14,70,5,False), (15,75,4,True), (16,80,4,False), (17,85,4,False), (18,90,4,False), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,2,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Answer: 1 +occurs(action(("lift",constant("hoist1"),constant("crate4"),constant("crate3"),constant("distributor0"))),1) occurs(action(("lift",constant("hoist2"),constant("crate5"),constant("crate2"),constant("distributor1"))),2) occurs(action(("lift",constant("hoist0"),constant("crate1"),constant("pallet0"),constant("depot0"))),3) occurs(action(("load",constant("hoist1"),constant("crate4"),constant("truck1"),constant("distributor0"))),4) occurs(action(("lift",constant("hoist1"),constant("crate3"),constant("crate0"),constant("distributor0"))),5) occurs(action(("load",constant("hoist1"),constant("crate3"),constant("truck1"),constant("distributor0"))),6) occurs(action(("load",constant("hoist0"),constant("crate1"),constant("truck0"),constant("depot0"))),7) occurs(action(("drive",constant("truck0"),constant("depot0"),constant("distributor0"))),8) occurs(action(("lift",constant("hoist1"),constant("crate0"),constant("pallet1"),constant("distributor0"))),9) occurs(action(("load",constant("hoist1"),constant("crate0"),constant("truck0"),constant("distributor0"))),10) occurs(action(("unload",constant("hoist1"),constant("crate4"),constant("truck1"),constant("distributor0"))),11) occurs(action(("drop",constant("hoist1"),constant("crate4"),constant("pallet1"),constant("distributor0"))),12) occurs(action(("unload",constant("hoist1"),constant("crate1"),constant("truck0"),constant("distributor0"))),13) occurs(action(("drop",constant("hoist1"),constant("crate1"),constant("crate4"),constant("distributor0"))),14) occurs(action(("drive",constant("truck1"),constant("distributor0"),constant("distributor1"))),15) occurs(action(("load",constant("hoist2"),constant("crate5"),constant("truck1"),constant("distributor1"))),16) occurs(action(("lift",constant("hoist2"),constant("crate2"),constant("pallet2"),constant("distributor1"))),17) occurs(action(("load",constant("hoist2"),constant("crate2"),constant("truck1"),constant("distributor1"))),18) occurs(action(("drive",constant("truck1"),constant("distributor1"),constant("depot0"))),19) occurs(action(("unload",constant("hoist0"),constant("crate2"),constant("truck1"),constant("depot0"))),20) occurs(action(("drop",constant("hoist0"),constant("crate2"),constant("pallet0"),constant("depot0"))),21) occurs(action(("unload",constant("hoist0"),constant("crate3"),constant("truck1"),constant("depot0"))),22) occurs(action(("drop",constant("hoist0"),constant("crate3"),constant("crate2"),constant("depot0"))),23) occurs(action(("drive",constant("truck1"),constant("depot0"),constant("distributor1"))),24) occurs(action(("lift",constant("hoist1"),constant("crate1"),constant("crate4"),constant("distributor0"))),25) occurs(action(("load",constant("hoist1"),constant("crate1"),constant("truck0"),constant("distributor0"))),26) occurs(action(("drive",constant("truck0"),constant("distributor0"),constant("distributor1"))),27) occurs(action(("lift",constant("hoist1"),constant("crate4"),constant("pallet1"),constant("distributor0"))),28) occurs(action(("unload",constant("hoist2"),constant("crate1"),constant("truck0"),constant("distributor1"))),29) occurs(action(("drop",constant("hoist2"),constant("crate1"),constant("pallet2"),constant("distributor1"))),30) occurs(action(("drop",constant("hoist1"),constant("crate4"),constant("pallet1"),constant("distributor0"))),31) occurs(action(("unload",constant("hoist2"),constant("crate0"),constant("truck0"),constant("distributor1"))),32) occurs(action(("drop",constant("hoist2"),constant("crate0"),constant("crate1"),constant("distributor1"))),33) occurs(action(("unload",constant("hoist2"),constant("crate5"),constant("truck1"),constant("distributor1"))),34) occurs(action(("drop",constant("hoist2"),constant("crate5"),constant("crate0"),constant("distributor1"))),35) +Solving Time: 0.19s +Memory: 193MB (+0MB) +SAT +SATISFIABLE + +Models : 1+ +Calls : 124 +Time : 202.099s (Solving: 195.54s 1st Model: 0.17s Unsat: 0.15s) +CPU Time : 202.190s + +Choices : 6181512 +Conflicts : 1249300 (Analyzed: 1249297) +Restarts : 11925 (Average: 104.76 Last: 231) +Model-Level : 191.0 +Problems : 124 (Average Length: 98.25 Splits: 0) +Lemmas : 1249297 (Deleted: 1041796) + Binary : 30929 (Ratio: 2.48%) + Ternary : 37872 (Ratio: 3.03%) + Conflict : 1249297 (Average Length: 64.8 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 1249297 (Average: 3.62 Max: 1491 Sum: 4521255) + Executed : 1248670 (Average: 3.59 Max: 1491 Sum: 4482103 Ratio: 99.13%) + Bounded : 627 (Average: 62.44 Max: 117 Sum: 39152 Ratio: 0.87%) + +Rules : 35429 +Atoms : 35429 +Bodies : 1 (Original: 0) +Tight : Yes +Variables : 102392 (Eliminated: 0 Frozen: 38282) +Constraints : 633546 (Binary: 92.4% Ternary: 4.2% Other: 3.4%) + +Memory Peak : 193MB +Max. Length : 115 steps +Sol. Length : 35 steps + +