From 186f1ad54615e65a701ca6f562dd57a9019073a9 Mon Sep 17 00:00:00 2001 From: potassco-bot Date: Tue, 21 Nov 2017 04:35:48 +0100 Subject: [PATCH] Add benchmark result [pb-es | ipc-1998 | gripper-round-1-strips | 6] --- pb-es/ipc-1998_gripper-round-1-strips_6.env | 36 + pb-es/ipc-1998_gripper-round-1-strips_6.err | 33 + pb-es/ipc-1998_gripper-round-1-strips_6.out | 2687 +++++++++++++++++++ 3 files changed, 2756 insertions(+) create mode 100644 pb-es/ipc-1998_gripper-round-1-strips_6.env create mode 100644 pb-es/ipc-1998_gripper-round-1-strips_6.err create mode 100644 pb-es/ipc-1998_gripper-round-1-strips_6.out diff --git a/pb-es/ipc-1998_gripper-round-1-strips_6.env b/pb-es/ipc-1998_gripper-round-1-strips_6.env new file mode 100644 index 000000000..222cc64ec --- /dev/null +++ b/pb-es/ipc-1998_gripper-round-1-strips_6.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-1998/domains/gripper-round-1-strips/domain.pddl +- /home/pluehne/Documents/ASP/pddl-instances/ipc-1998/domains/gripper-round-1-strips/instances/instance-6.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: gripper-round-1-strips + instance: 6 + ipc: ipc-1998 +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-1998_gripper-round-1-strips_6.err b/pb-es/ipc-1998_gripper-round-1-strips_6.err new file mode 100644 index 000000000..19f9dc217 --- /dev/null +++ b/pb-es/ipc-1998_gripper-round-1-strips_6.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-1998', 'domain': 'gripper-round-1-strips', 'instance': 6} +# 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/gripper-round-1-strips/domain.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-1998/domains/gripper-round-1-strips/instances/instance-6.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-1998/domains/gripper-round-1-strips/domain.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-1998/domains/gripper-round-1-strips/instances/instance-6.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 228.59 MEM 30288 MAXMEM 207876 STALE 0 MAXMEM_RSS 151172 + + diff --git a/pb-es/ipc-1998_gripper-round-1-strips_6.out b/pb-es/ipc-1998_gripper-round-1-strips_6.out new file mode 100644 index 000000000..a941f3517 --- /dev/null +++ b/pb-es/ipc-1998_gripper-round-1-strips_6.out @@ -0,0 +1,2687 @@ +planner.py version 0.0.1 + +Time: 0.79s +Memory: 135MB + +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.02s +Memory: 135MB (+0MB) +UNSAT +Iteration Time: 0.02s + +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.04s +Memory: 135MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 135MB (+0MB) +UNSAT +Iteration Time: 0.05s + +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.03s +Memory: 135MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.18s +Memory: 135MB (+0MB) +UNSAT +Iteration Time: 0.22s + +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.11s +Memory: 142MB (+7MB) +Unblocking actions... +Solving... +Solving Time: 0.35s +Memory: 142MB (+0MB) +UNKNOWN +Iteration Time: 0.47s + +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.03s +Memory: 142MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.37s +Memory: 142MB (+0MB) +UNKNOWN +Iteration Time: 0.41s + +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.03s +Memory: 142MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.38s +Memory: 143MB (+1MB) +UNKNOWN +Iteration Time: 0.42s + +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.03s +Memory: 143MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.39s +Memory: 144MB (+1MB) +UNKNOWN +Iteration Time: 0.43s + +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.46s +Memory: 144MB (+0MB) +UNKNOWN +Iteration Time: 0.46s + +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.47s +Memory: 144MB (+0MB) +UNKNOWN +Iteration Time: 0.47s + +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.47s +Memory: 144MB (+0MB) +UNKNOWN +Iteration Time: 0.47s + +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.45s +Memory: 144MB (+0MB) +UNKNOWN +Iteration Time: 0.46s + +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.03s +Memory: 144MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.45s +Memory: 146MB (+2MB) +UNKNOWN +Iteration Time: 0.49s + +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.03s +Memory: 146MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.49s +Memory: 146MB (+0MB) +UNKNOWN +Iteration Time: 0.54s + +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.03s +Memory: 146MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.53s +Memory: 146MB (+0MB) +UNKNOWN +Iteration Time: 0.57s + +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.03s +Memory: 146MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.48s +Memory: 149MB (+3MB) +UNKNOWN +Iteration Time: 0.53s + +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.03s +Memory: 146MB (+-3MB) +Unblocking actions... +Solving... +Solving Time: 0.49s +Memory: 149MB (+3MB) +UNKNOWN +Iteration Time: 0.54s + +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.03s +Memory: 149MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.50s +Memory: 152MB (+3MB) +UNKNOWN +Iteration Time: 0.55s + +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.03s +Memory: 152MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.47s +Memory: 152MB (+0MB) +UNKNOWN +Iteration Time: 0.52s + +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.03s +Memory: 152MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.50s +Memory: 152MB (+0MB) +UNKNOWN +Iteration Time: 0.55s + +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.03s +Memory: 152MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.57s +Memory: 156MB (+4MB) +UNKNOWN +Iteration Time: 0.62s + +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.03s +Memory: 156MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.49s +Memory: 156MB (+0MB) +UNKNOWN +Iteration Time: 0.55s + +Iteration 22 +Queue: [(3,15,2,True), (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)] +Grounded Until: 80 +Blocking actions... +Solving... +Solving Time: 0.58s +Memory: 156MB (+0MB) +UNKNOWN +Iteration Time: 0.58s + +Iteration 23 +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)] +Grounded Until: 80 +Unblocking actions... +Solving... +Solving Time: 0.62s +Memory: 156MB (+0MB) +UNKNOWN +Iteration Time: 0.62s + +Iteration 24 +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)] +Grounded Until: 80 +Unblocking actions... +Solving... +Solving Time: 0.62s +Memory: 156MB (+0MB) +UNKNOWN +Iteration Time: 0.63s + +Iteration 25 +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)] +Grounded Until: 80 +Unblocking actions... +Solving... +Solving Time: 0.66s +Memory: 156MB (+0MB) +UNKNOWN +Iteration Time: 0.67s + +Iteration 26 +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)] +Grounded Until: 80 +Unblocking actions... +Solving... +Solving Time: 0.68s +Memory: 156MB (+0MB) +UNKNOWN +Iteration Time: 0.69s + +Iteration 27 +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)] +Grounded Until: 80 +Unblocking actions... +Solving... +Solving Time: 0.72s +Memory: 156MB (+0MB) +UNKNOWN +Iteration Time: 0.73s + +Iteration 28 +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)] +Grounded Until: 80 +Unblocking actions... +Solving... +Solving Time: 0.65s +Memory: 156MB (+0MB) +UNKNOWN +Iteration Time: 0.66s + +Iteration 29 +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)] +Grounded Until: 80 +Unblocking actions... +Solving... +Solving Time: 0.64s +Memory: 156MB (+0MB) +UNKNOWN +Iteration Time: 0.65s + +Iteration 30 +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)] +Grounded Until: 80 +Unblocking actions... +Solving... +Solving Time: 0.67s +Memory: 156MB (+0MB) +UNKNOWN +Iteration Time: 0.68s + +Iteration 31 +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)] +Grounded Until: 80 +Unblocking actions... +Solving... +Solving Time: 0.66s +Memory: 156MB (+0MB) +UNKNOWN +Iteration Time: 0.67s + +Iteration 32 +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)] +Grounded Until: 80 +Unblocking actions... +Solving... +Solving Time: 0.61s +Memory: 156MB (+0MB) +UNKNOWN +Iteration Time: 0.62s + +Iteration 33 +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)] +Grounded Until: 80 +Unblocking actions... +Solving... +Solving Time: 0.62s +Memory: 156MB (+0MB) +UNKNOWN +Iteration Time: 0.63s + +Iteration 34 +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)] +Grounded Until: 80 +Unblocking actions... +Solving... +Solving Time: 0.70s +Memory: 156MB (+0MB) +UNKNOWN +Iteration Time: 0.71s + +Iteration 35 +Queue: [(16,80,1,True), (17,85,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True)] +Grounded Until: 80 +Unblocking actions... +Solving... +Solving Time: 0.62s +Memory: 156MB (+0MB) +UNKNOWN +Iteration Time: 0.63s + +Iteration 36 +Queue: [(17,85,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True)] +Grounded Until: 80 +Grounding... [('step', [81]), ('step', [82]), ('step', [83]), ('step', [84]), ('step', [85]), ('check', [85])] +Grounding Time: 0.03s +Memory: 156MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.58s +Memory: 156MB (+0MB) +UNKNOWN +Iteration Time: 0.64s + +Iteration 37 +Queue: [(18,90,0,True), (19,95,0,True), (20,100,0,True)] +Grounded Until: 85 +Grounding... [('step', [86]), ('step', [87]), ('step', [88]), ('step', [89]), ('step', [90]), ('check', [90])] +Grounding Time: 0.03s +Memory: 156MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.64s +Memory: 161MB (+5MB) +UNKNOWN +Iteration Time: 0.70s + +Iteration 38 +Queue: [(19,95,0,True), (20,100,0,True)] +Grounded Until: 90 +Grounding... [('step', [91]), ('step', [92]), ('step', [93]), ('step', [94]), ('step', [95]), ('check', [95])] +Grounding Time: 0.03s +Memory: 161MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.56s +Memory: 166MB (+5MB) +UNKNOWN +Iteration Time: 0.62s + +Iteration 39 +Queue: [(20,100,0,True)] +Grounded Until: 95 +Grounding... [('step', [96]), ('step', [97]), ('step', [98]), ('step', [99]), ('step', [100]), ('check', [100])] +Grounding Time: 0.03s +Memory: 166MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.75s +Memory: 166MB (+0MB) +UNKNOWN +Iteration Time: 0.81s + +Iteration 40 +Queue: [(3,15,3,True), (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,False), (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,0,True), (22,110,0,True)] +Grounded Until: 100 +Blocking actions... +Solving... +Solving Time: 0.64s +Memory: 166MB (+0MB) +UNKNOWN +Iteration Time: 0.65s + +Iteration 41 +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,False), (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,0,True), (22,110,0,True)] +Grounded Until: 100 +Unblocking actions... +Solving... +Solving Time: 0.71s +Memory: 166MB (+0MB) +UNKNOWN +Iteration Time: 0.72s + +Iteration 42 +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,False), (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,0,True), (22,110,0,True)] +Grounded Until: 100 +Unblocking actions... +Solving... +Solving Time: 0.67s +Memory: 166MB (+0MB) +UNKNOWN +Iteration Time: 0.68s + +Iteration 43 +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,False), (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,0,True), (22,110,0,True)] +Grounded Until: 100 +Unblocking actions... +Solving... +Solving Time: 0.69s +Memory: 166MB (+0MB) +UNKNOWN +Iteration Time: 0.70s + +Iteration 44 +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,False), (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,0,True), (22,110,0,True)] +Grounded Until: 100 +Unblocking actions... +Solving... +Solving Time: 0.78s +Memory: 166MB (+0MB) +UNKNOWN +Iteration Time: 0.78s + +Iteration 45 +Queue: [(8,40,2,True), (9,45,2,True), (10,50,2,True), (11,55,2,True), (12,60,2,True), (13,65,2,False), (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,0,True), (22,110,0,True)] +Grounded Until: 100 +Unblocking actions... +Solving... +Solving Time: 0.70s +Memory: 166MB (+0MB) +UNKNOWN +Iteration Time: 0.71s + +Iteration 46 +Queue: [(9,45,2,True), (10,50,2,True), (11,55,2,True), (12,60,2,True), (13,65,2,False), (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,0,True), (22,110,0,True)] +Grounded Until: 100 +Unblocking actions... +Solving... +Solving Time: 0.73s +Memory: 166MB (+0MB) +UNKNOWN +Iteration Time: 0.74s + +Iteration 47 +Queue: [(10,50,2,True), (11,55,2,True), (12,60,2,True), (13,65,2,False), (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,0,True), (22,110,0,True)] +Grounded Until: 100 +Unblocking actions... +Solving... +Solving Time: 0.80s +Memory: 166MB (+0MB) +UNKNOWN +Iteration Time: 0.81s + +Iteration 48 +Queue: [(11,55,2,True), (12,60,2,True), (13,65,2,False), (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,0,True), (22,110,0,True)] +Grounded Until: 100 +Unblocking actions... +Solving... +Solving Time: 0.75s +Memory: 166MB (+0MB) +UNKNOWN +Iteration Time: 0.76s + +Iteration 49 +Queue: [(12,60,2,True), (13,65,2,False), (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,0,True), (22,110,0,True)] +Grounded Until: 100 +Unblocking actions... +Solving... +Solving Time: 0.77s +Memory: 166MB (+0MB) +UNKNOWN +Iteration Time: 0.78s + +Iteration 50 +Queue: [(17,85,1,True), (18,90,1,True), (19,95,1,True), (20,100,1,True), (21,105,0,True), (22,110,0,True)] +Grounded Until: 100 +Unblocking actions... +Solving... +Solving Time: 0.84s +Memory: 166MB (+0MB) +UNKNOWN +Iteration Time: 0.85s + +Iteration 51 +Queue: [(18,90,1,True), (19,95,1,True), (20,100,1,True), (21,105,0,True), (22,110,0,True)] +Grounded Until: 100 +Unblocking actions... +Solving... +Solving Time: 0.92s +Memory: 166MB (+0MB) +UNKNOWN +Iteration Time: 0.93s + +Iteration 52 +Queue: [(19,95,1,True), (20,100,1,True), (21,105,0,True), (22,110,0,True)] +Grounded Until: 100 +Unblocking actions... +Solving... +Solving Time: 0.78s +Memory: 166MB (+0MB) +UNKNOWN +Iteration Time: 0.79s + +Iteration 53 +Queue: [(20,100,1,True), (21,105,0,True), (22,110,0,True)] +Grounded Until: 100 +Unblocking actions... +Solving... +Solving Time: 0.79s +Memory: 166MB (+0MB) +UNKNOWN +Iteration Time: 0.80s + +Iteration 54 +Queue: [(21,105,0,True), (22,110,0,True)] +Grounded Until: 100 +Grounding... [('step', [101]), ('step', [102]), ('step', [103]), ('step', [104]), ('step', [105]), ('check', [105])] +Grounding Time: 0.03s +Memory: 166MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.88s +Memory: 166MB (+0MB) +UNKNOWN +Iteration Time: 0.94s + +Iteration 55 +Queue: [(22,110,0,True)] +Grounded Until: 105 +Grounding... [('step', [106]), ('step', [107]), ('step', [108]), ('step', [109]), ('step', [110]), ('check', [110])] +Grounding Time: 0.03s +Memory: 166MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.92s +Memory: 168MB (+2MB) +UNKNOWN +Iteration Time: 0.99s + +Iteration 56 +Queue: [(3,15,4,True), (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,False), (11,55,3,False), (12,60,3,False), (13,65,2,True), (14,70,2,True), (15,75,2,False), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,1,True), (22,110,1,True)] +Grounded Until: 110 +Blocking actions... +Solving... +Solving Time: 0.69s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.70s + +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,False), (11,55,3,False), (12,60,3,False), (13,65,2,True), (14,70,2,True), (15,75,2,False), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,1,True), (22,110,1,True)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.76s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.77s + +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,False), (11,55,3,False), (12,60,3,False), (13,65,2,True), (14,70,2,True), (15,75,2,False), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,1,True), (22,110,1,True)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.69s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.70s + +Iteration 59 +Queue: [(6,30,4,True), (7,35,3,True), (8,40,3,True), (9,45,3,True), (10,50,3,False), (11,55,3,False), (12,60,3,False), (13,65,2,True), (14,70,2,True), (15,75,2,False), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,1,True), (22,110,1,True)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.80s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.81s + +Iteration 60 +Queue: [(7,35,3,True), (8,40,3,True), (9,45,3,True), (10,50,3,False), (11,55,3,False), (12,60,3,False), (13,65,2,True), (14,70,2,True), (15,75,2,False), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,1,True), (22,110,1,True)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.73s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.74s + +Iteration 61 +Queue: [(8,40,3,True), (9,45,3,True), (10,50,3,False), (11,55,3,False), (12,60,3,False), (13,65,2,True), (14,70,2,True), (15,75,2,False), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,1,True), (22,110,1,True)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.78s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.79s + +Iteration 62 +Queue: [(9,45,3,True), (10,50,3,False), (11,55,3,False), (12,60,3,False), (13,65,2,True), (14,70,2,True), (15,75,2,False), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,1,True), (22,110,1,True)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.74s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.75s + +Iteration 63 +Queue: [(13,65,2,True), (14,70,2,True), (15,75,2,False), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,1,True), (22,110,1,True)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.88s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.89s + +Iteration 64 +Queue: [(14,70,2,True), (15,75,2,False), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,1,True), (22,110,1,True)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.85s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.86s + +Iteration 65 +Queue: [(21,105,1,True), (22,110,1,True)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.81s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.82s + +Iteration 66 +Queue: [(22,110,1,True)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.87s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.88s + +Iteration 67 +Queue: [(3,15,5,True), (4,20,5,True), (5,25,5,True), (6,30,5,False), (7,35,4,True), (8,40,4,True), (9,45,4,False), (10,50,3,True), (11,55,3,True), (12,60,3,False), (13,65,3,False), (14,70,3,False), (15,75,2,True), (16,80,2,True), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Blocking actions... +Solving... +Solving Time: 0.67s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.68s + +Iteration 68 +Queue: [(4,20,5,True), (5,25,5,True), (6,30,5,False), (7,35,4,True), (8,40,4,True), (9,45,4,False), (10,50,3,True), (11,55,3,True), (12,60,3,False), (13,65,3,False), (14,70,3,False), (15,75,2,True), (16,80,2,True), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.78s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.79s + +Iteration 69 +Queue: [(5,25,5,True), (6,30,5,False), (7,35,4,True), (8,40,4,True), (9,45,4,False), (10,50,3,True), (11,55,3,True), (12,60,3,False), (13,65,3,False), (14,70,3,False), (15,75,2,True), (16,80,2,True), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.81s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.82s + +Iteration 70 +Queue: [(7,35,4,True), (8,40,4,True), (9,45,4,False), (10,50,3,True), (11,55,3,True), (12,60,3,False), (13,65,3,False), (14,70,3,False), (15,75,2,True), (16,80,2,True), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.85s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.86s + +Iteration 71 +Queue: [(8,40,4,True), (9,45,4,False), (10,50,3,True), (11,55,3,True), (12,60,3,False), (13,65,3,False), (14,70,3,False), (15,75,2,True), (16,80,2,True), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.82s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.83s + +Iteration 72 +Queue: [(10,50,3,True), (11,55,3,True), (12,60,3,False), (13,65,3,False), (14,70,3,False), (15,75,2,True), (16,80,2,True), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.86s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.87s + +Iteration 73 +Queue: [(11,55,3,True), (12,60,3,False), (13,65,3,False), (14,70,3,False), (15,75,2,True), (16,80,2,True), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.77s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.78s + +Iteration 74 +Queue: [(15,75,2,True), (16,80,2,True), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.86s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.87s + +Iteration 75 +Queue: [(16,80,2,True), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.94s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.95s + +Iteration 76 +Queue: [(3,15,6,True), (4,20,6,True), (5,25,6,True), (6,30,5,True), (7,35,5,True), (8,40,5,False), (9,45,4,True), (10,50,4,False), (11,55,4,False), (12,60,3,True), (13,65,3,False), (14,70,3,False), (15,75,3,False), (16,80,3,False), (17,85,2,True), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Blocking actions... +Solving... +Solving Time: 0.74s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.75s + +Iteration 77 +Queue: [(4,20,6,True), (5,25,6,True), (6,30,5,True), (7,35,5,True), (8,40,5,False), (9,45,4,True), (10,50,4,False), (11,55,4,False), (12,60,3,True), (13,65,3,False), (14,70,3,False), (15,75,3,False), (16,80,3,False), (17,85,2,True), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.81s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.82s + +Iteration 78 +Queue: [(5,25,6,True), (6,30,5,True), (7,35,5,True), (8,40,5,False), (9,45,4,True), (10,50,4,False), (11,55,4,False), (12,60,3,True), (13,65,3,False), (14,70,3,False), (15,75,3,False), (16,80,3,False), (17,85,2,True), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.82s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.83s + +Iteration 79 +Queue: [(6,30,5,True), (7,35,5,True), (8,40,5,False), (9,45,4,True), (10,50,4,False), (11,55,4,False), (12,60,3,True), (13,65,3,False), (14,70,3,False), (15,75,3,False), (16,80,3,False), (17,85,2,True), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.77s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.78s + +Iteration 80 +Queue: [(7,35,5,True), (8,40,5,False), (9,45,4,True), (10,50,4,False), (11,55,4,False), (12,60,3,True), (13,65,3,False), (14,70,3,False), (15,75,3,False), (16,80,3,False), (17,85,2,True), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.78s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.79s + +Iteration 81 +Queue: [(9,45,4,True), (10,50,4,False), (11,55,4,False), (12,60,3,True), (13,65,3,False), (14,70,3,False), (15,75,3,False), (16,80,3,False), (17,85,2,True), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.83s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.84s + +Iteration 82 +Queue: [(12,60,3,True), (13,65,3,False), (14,70,3,False), (15,75,3,False), (16,80,3,False), (17,85,2,True), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.84s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.85s + +Iteration 83 +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)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.90s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.91s + +Iteration 84 +Queue: [(3,15,7,True), (4,20,7,True), (5,25,7,False), (6,30,6,True), (7,35,6,False), (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,True), (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)] +Grounded Until: 110 +Blocking actions... +Solving... +Solving Time: 0.71s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.73s + +Iteration 85 +Queue: [(4,20,7,True), (5,25,7,False), (6,30,6,True), (7,35,6,False), (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,True), (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)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.85s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.86s + +Iteration 86 +Queue: [(6,30,6,True), (7,35,6,False), (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,True), (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)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.89s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.90s + +Iteration 87 +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,True), (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)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.80s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.81s + +Iteration 88 +Queue: [(10,50,4,True), (11,55,4,False), (12,60,4,False), (13,65,3,True), (14,70,3,True), (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)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.89s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.90s + +Iteration 89 +Queue: [(13,65,3,True), (14,70,3,True), (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)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.92s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.93s + +Iteration 90 +Queue: [(14,70,3,True), (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)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.85s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.86s + +Iteration 91 +Queue: [(18,90,2,True), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.94s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.95s + +Iteration 92 +Queue: [(3,15,8,True), (4,20,8,True), (5,25,7,True), (6,30,7,True), (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,4,False), (15,75,3,True), (16,80,3,False), (17,85,3,False), (18,90,3,False), (19,95,2,True), (20,100,2,True), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Blocking actions... +Solving... +Solving Time: 0.11s +Memory: 168MB (+0MB) +UNSAT +Iteration Time: 0.12s + +Iteration 93 +Queue: [(4,20,8,True), (5,25,7,True), (6,30,7,True), (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,4,False), (15,75,3,True), (16,80,3,False), (17,85,3,False), (18,90,3,False), (19,95,2,True), (20,100,2,True), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.81s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.82s + +Iteration 94 +Queue: [(5,25,7,True), (6,30,7,True), (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,4,False), (15,75,3,True), (16,80,3,False), (17,85,3,False), (18,90,3,False), (19,95,2,True), (20,100,2,True), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.83s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.84s + +Iteration 95 +Queue: [(6,30,7,True), (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,4,False), (15,75,3,True), (16,80,3,False), (17,85,3,False), (18,90,3,False), (19,95,2,True), (20,100,2,True), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.88s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.89s + +Iteration 96 +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,4,False), (15,75,3,True), (16,80,3,False), (17,85,3,False), (18,90,3,False), (19,95,2,True), (20,100,2,True), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.87s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.88s + +Iteration 97 +Queue: [(9,45,5,True), (10,50,5,False), (11,55,4,True), (12,60,4,False), (13,65,4,False), (14,70,4,False), (15,75,3,True), (16,80,3,False), (17,85,3,False), (18,90,3,False), (19,95,2,True), (20,100,2,True), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.91s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.92s + +Iteration 98 +Queue: [(11,55,4,True), (12,60,4,False), (13,65,4,False), (14,70,4,False), (15,75,3,True), (16,80,3,False), (17,85,3,False), (18,90,3,False), (19,95,2,True), (20,100,2,True), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.90s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.91s + +Iteration 99 +Queue: [(15,75,3,True), (16,80,3,False), (17,85,3,False), (18,90,3,False), (19,95,2,True), (20,100,2,True), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.88s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.89s + +Iteration 100 +Queue: [(19,95,2,True), (20,100,2,True), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.89s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.90s + +Iteration 101 +Queue: [(20,100,2,True), (21,105,2,False), (22,110,2,False)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.94s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.95s + +Iteration 102 +Queue: [(4,20,9,True), (5,25,8,True), (6,30,8,True), (7,35,7,True), (8,40,6,True), (9,45,6,True), (10,50,5,True), (11,55,5,True), (12,60,4,True), (13,65,4,True), (14,70,4,False), (15,75,4,False), (16,80,3,True), (17,85,3,True), (18,90,3,False), (19,95,3,False), (20,100,3,False), (21,105,2,True), (22,110,2,True), (23,115,0,True)] +Grounded Until: 110 +Blocking actions... +Solving... +Solving Time: 0.76s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.77s + +Iteration 103 +Queue: [(5,25,8,True), (6,30,8,True), (7,35,7,True), (8,40,6,True), (9,45,6,True), (10,50,5,True), (11,55,5,True), (12,60,4,True), (13,65,4,True), (14,70,4,False), (15,75,4,False), (16,80,3,True), (17,85,3,True), (18,90,3,False), (19,95,3,False), (20,100,3,False), (21,105,2,True), (22,110,2,True), (23,115,0,True)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.86s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.87s + +Iteration 104 +Queue: [(6,30,8,True), (7,35,7,True), (8,40,6,True), (9,45,6,True), (10,50,5,True), (11,55,5,True), (12,60,4,True), (13,65,4,True), (14,70,4,False), (15,75,4,False), (16,80,3,True), (17,85,3,True), (18,90,3,False), (19,95,3,False), (20,100,3,False), (21,105,2,True), (22,110,2,True), (23,115,0,True)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.89s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.90s + +Iteration 105 +Queue: [(7,35,7,True), (8,40,6,True), (9,45,6,True), (10,50,5,True), (11,55,5,True), (12,60,4,True), (13,65,4,True), (14,70,4,False), (15,75,4,False), (16,80,3,True), (17,85,3,True), (18,90,3,False), (19,95,3,False), (20,100,3,False), (21,105,2,True), (22,110,2,True), (23,115,0,True)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.80s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.81s + +Iteration 106 +Queue: [(8,40,6,True), (9,45,6,True), (10,50,5,True), (11,55,5,True), (12,60,4,True), (13,65,4,True), (14,70,4,False), (15,75,4,False), (16,80,3,True), (17,85,3,True), (18,90,3,False), (19,95,3,False), (20,100,3,False), (21,105,2,True), (22,110,2,True), (23,115,0,True)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.87s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.88s + +Iteration 107 +Queue: [(9,45,6,True), (10,50,5,True), (11,55,5,True), (12,60,4,True), (13,65,4,True), (14,70,4,False), (15,75,4,False), (16,80,3,True), (17,85,3,True), (18,90,3,False), (19,95,3,False), (20,100,3,False), (21,105,2,True), (22,110,2,True), (23,115,0,True)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.97s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.98s + +Iteration 108 +Queue: [(10,50,5,True), (11,55,5,True), (12,60,4,True), (13,65,4,True), (14,70,4,False), (15,75,4,False), (16,80,3,True), (17,85,3,True), (18,90,3,False), (19,95,3,False), (20,100,3,False), (21,105,2,True), (22,110,2,True), (23,115,0,True)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.91s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.93s + +Iteration 109 +Queue: [(11,55,5,True), (12,60,4,True), (13,65,4,True), (14,70,4,False), (15,75,4,False), (16,80,3,True), (17,85,3,True), (18,90,3,False), (19,95,3,False), (20,100,3,False), (21,105,2,True), (22,110,2,True), (23,115,0,True)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.84s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.85s + +Iteration 110 +Queue: [(12,60,4,True), (13,65,4,True), (14,70,4,False), (15,75,4,False), (16,80,3,True), (17,85,3,True), (18,90,3,False), (19,95,3,False), (20,100,3,False), (21,105,2,True), (22,110,2,True), (23,115,0,True)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.89s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.90s + +Iteration 111 +Queue: [(13,65,4,True), (14,70,4,False), (15,75,4,False), (16,80,3,True), (17,85,3,True), (18,90,3,False), (19,95,3,False), (20,100,3,False), (21,105,2,True), (22,110,2,True), (23,115,0,True)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.89s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.91s + +Iteration 112 +Queue: [(16,80,3,True), (17,85,3,True), (18,90,3,False), (19,95,3,False), (20,100,3,False), (21,105,2,True), (22,110,2,True), (23,115,0,True)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.97s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.98s + +Iteration 113 +Queue: [(17,85,3,True), (18,90,3,False), (19,95,3,False), (20,100,3,False), (21,105,2,True), (22,110,2,True), (23,115,0,True)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.90s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.91s + +Iteration 114 +Queue: [(21,105,2,True), (22,110,2,True), (23,115,0,True)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 0.95s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.96s + +Iteration 115 +Queue: [(22,110,2,True), (23,115,0,True)] +Grounded Until: 110 +Unblocking actions... +Solving... +Solving Time: 1.01s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.02s + +Iteration 116 +Queue: [(23,115,0,True)] +Grounded Until: 110 +Grounding... [('step', [111]), ('step', [112]), ('step', [113]), ('step', [114]), ('step', [115]), ('check', [115])] +Grounding Time: 0.03s +Memory: 168MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.06s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.13s + +Iteration 117 +Queue: [(4,20,10,True), (5,25,9,True), (6,30,9,True), (7,35,8,True), (8,40,7,True), (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,1,True)] +Grounded Until: 115 +Blocking actions... +Solving... +Solving Time: 0.70s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.71s + +Iteration 118 +Queue: [(5,25,9,True), (6,30,9,True), (7,35,8,True), (8,40,7,True), (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,1,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.83s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.84s + +Iteration 119 +Queue: [(6,30,9,True), (7,35,8,True), (8,40,7,True), (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,1,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.89s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.90s + +Iteration 120 +Queue: [(7,35,8,True), (8,40,7,True), (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,1,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.86s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.88s + +Iteration 121 +Queue: [(8,40,7,True), (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,1,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.92s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.93s + +Iteration 122 +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,1,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.93s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.94s + +Iteration 123 +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,1,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.90s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.91s + +Iteration 124 +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,1,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.92s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.93s + +Iteration 125 +Queue: [(18,90,3,True), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,1,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.94s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.96s + +Iteration 126 +Queue: [(23,115,1,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.95s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.96s + +Iteration 127 +Queue: [(4,20,11,True), (5,25,10,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: 0.78s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.80s + +Iteration 128 +Queue: [(5,25,10,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: 0.82s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.83s + +Iteration 129 +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: 0.82s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.83s + +Iteration 130 +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... +Solving Time: 0.86s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.87s + +Iteration 131 +Queue: [(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: 0.91s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.93s + +Iteration 132 +Queue: [(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: 0.88s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.89s + +Iteration 133 +Queue: [(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: 0.85s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.86s + +Iteration 134 +Queue: [(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: 1.01s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.02s + +Iteration 135 +Queue: [(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: 0.98s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.00s + +Iteration 136 +Queue: [(23,115,2,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.01s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.02s + +Iteration 137 +Queue: [(4,20,12,True), (5,25,11,True), (6,30,11,True), (7,35,10,False), (8,40,9,True), (9,45,8,True), (10,50,7,True), (11,55,7,False), (12,60,6,True), (13,65,6,False), (14,70,5,True), (15,75,5,False), (16,80,4,True), (17,85,4,False), (18,90,4,False), (19,95,3,True), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Blocking actions... +Solving... +Solving Time: 0.78s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.79s + +Iteration 138 +Queue: [(5,25,11,True), (6,30,11,True), (7,35,10,False), (8,40,9,True), (9,45,8,True), (10,50,7,True), (11,55,7,False), (12,60,6,True), (13,65,6,False), (14,70,5,True), (15,75,5,False), (16,80,4,True), (17,85,4,False), (18,90,4,False), (19,95,3,True), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.94s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.96s + +Iteration 139 +Queue: [(6,30,11,True), (7,35,10,False), (8,40,9,True), (9,45,8,True), (10,50,7,True), (11,55,7,False), (12,60,6,True), (13,65,6,False), (14,70,5,True), (15,75,5,False), (16,80,4,True), (17,85,4,False), (18,90,4,False), (19,95,3,True), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.03s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.04s + +Iteration 140 +Queue: [(8,40,9,True), (9,45,8,True), (10,50,7,True), (11,55,7,False), (12,60,6,True), (13,65,6,False), (14,70,5,True), (15,75,5,False), (16,80,4,True), (17,85,4,False), (18,90,4,False), (19,95,3,True), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.95s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.96s + +Iteration 141 +Queue: [(9,45,8,True), (10,50,7,True), (11,55,7,False), (12,60,6,True), (13,65,6,False), (14,70,5,True), (15,75,5,False), (16,80,4,True), (17,85,4,False), (18,90,4,False), (19,95,3,True), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.92s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.93s + +Iteration 142 +Queue: [(10,50,7,True), (11,55,7,False), (12,60,6,True), (13,65,6,False), (14,70,5,True), (15,75,5,False), (16,80,4,True), (17,85,4,False), (18,90,4,False), (19,95,3,True), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.90s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.91s + +Iteration 143 +Queue: [(12,60,6,True), (13,65,6,False), (14,70,5,True), (15,75,5,False), (16,80,4,True), (17,85,4,False), (18,90,4,False), (19,95,3,True), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.94s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.96s + +Iteration 144 +Queue: [(14,70,5,True), (15,75,5,False), (16,80,4,True), (17,85,4,False), (18,90,4,False), (19,95,3,True), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.00s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.02s + +Iteration 145 +Queue: [(16,80,4,True), (17,85,4,False), (18,90,4,False), (19,95,3,True), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.97s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.99s + +Iteration 146 +Queue: [(19,95,3,True), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.94s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.95s + +Iteration 147 +Queue: [(4,20,13,True), (5,25,12,True), (6,30,12,False), (7,35,10,True), (8,40,10,False), (9,45,9,False), (10,50,8,False), (11,55,7,True), (12,60,7,False), (13,65,6,False), (14,70,6,False), (15,75,5,False), (16,80,5,False), (17,85,4,True), (18,90,4,False), (19,95,4,False), (20,100,3,True), (21,105,3,False), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Blocking actions... +Solving... +Solving Time: 0.81s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.82s + +Iteration 148 +Queue: [(5,25,12,True), (6,30,12,False), (7,35,10,True), (8,40,10,False), (9,45,9,False), (10,50,8,False), (11,55,7,True), (12,60,7,False), (13,65,6,False), (14,70,6,False), (15,75,5,False), (16,80,5,False), (17,85,4,True), (18,90,4,False), (19,95,4,False), (20,100,3,True), (21,105,3,False), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.94s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.95s + +Iteration 149 +Queue: [(7,35,10,True), (8,40,10,False), (9,45,9,False), (10,50,8,False), (11,55,7,True), (12,60,7,False), (13,65,6,False), (14,70,6,False), (15,75,5,False), (16,80,5,False), (17,85,4,True), (18,90,4,False), (19,95,4,False), (20,100,3,True), (21,105,3,False), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.96s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.98s + +Iteration 150 +Queue: [(11,55,7,True), (12,60,7,False), (13,65,6,False), (14,70,6,False), (15,75,5,False), (16,80,5,False), (17,85,4,True), (18,90,4,False), (19,95,4,False), (20,100,3,True), (21,105,3,False), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.87s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.88s + +Iteration 151 +Queue: [(17,85,4,True), (18,90,4,False), (19,95,4,False), (20,100,3,True), (21,105,3,False), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.90s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.91s + +Iteration 152 +Queue: [(20,100,3,True), (21,105,3,False), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.00s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.01s + +Iteration 153 +Queue: [(4,20,14,True), (5,25,13,True), (6,30,12,True), (7,35,11,True), (8,40,10,True), (9,45,9,True), (10,50,8,True), (11,55,8,False), (12,60,7,False), (13,65,6,True), (14,70,6,False), (15,75,5,True), (16,80,5,False), (17,85,5,False), (18,90,4,False), (19,95,4,False), (20,100,4,False), (21,105,3,True), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Blocking actions... +Solving... +Solving Time: 0.80s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.81s + +Iteration 154 +Queue: [(5,25,13,True), (6,30,12,True), (7,35,11,True), (8,40,10,True), (9,45,9,True), (10,50,8,True), (11,55,8,False), (12,60,7,False), (13,65,6,True), (14,70,6,False), (15,75,5,True), (16,80,5,False), (17,85,5,False), (18,90,4,False), (19,95,4,False), (20,100,4,False), (21,105,3,True), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.98s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.00s + +Iteration 155 +Queue: [(6,30,12,True), (7,35,11,True), (8,40,10,True), (9,45,9,True), (10,50,8,True), (11,55,8,False), (12,60,7,False), (13,65,6,True), (14,70,6,False), (15,75,5,True), (16,80,5,False), (17,85,5,False), (18,90,4,False), (19,95,4,False), (20,100,4,False), (21,105,3,True), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.94s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.96s + +Iteration 156 +Queue: [(7,35,11,True), (8,40,10,True), (9,45,9,True), (10,50,8,True), (11,55,8,False), (12,60,7,False), (13,65,6,True), (14,70,6,False), (15,75,5,True), (16,80,5,False), (17,85,5,False), (18,90,4,False), (19,95,4,False), (20,100,4,False), (21,105,3,True), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.05s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.06s + +Iteration 157 +Queue: [(8,40,10,True), (9,45,9,True), (10,50,8,True), (11,55,8,False), (12,60,7,False), (13,65,6,True), (14,70,6,False), (15,75,5,True), (16,80,5,False), (17,85,5,False), (18,90,4,False), (19,95,4,False), (20,100,4,False), (21,105,3,True), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.94s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.95s + +Iteration 158 +Queue: [(9,45,9,True), (10,50,8,True), (11,55,8,False), (12,60,7,False), (13,65,6,True), (14,70,6,False), (15,75,5,True), (16,80,5,False), (17,85,5,False), (18,90,4,False), (19,95,4,False), (20,100,4,False), (21,105,3,True), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.05s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.06s + +Iteration 159 +Queue: [(10,50,8,True), (11,55,8,False), (12,60,7,False), (13,65,6,True), (14,70,6,False), (15,75,5,True), (16,80,5,False), (17,85,5,False), (18,90,4,False), (19,95,4,False), (20,100,4,False), (21,105,3,True), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.02s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.04s + +Iteration 160 +Queue: [(13,65,6,True), (14,70,6,False), (15,75,5,True), (16,80,5,False), (17,85,5,False), (18,90,4,False), (19,95,4,False), (20,100,4,False), (21,105,3,True), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.96s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.97s + +Iteration 161 +Queue: [(15,75,5,True), (16,80,5,False), (17,85,5,False), (18,90,4,False), (19,95,4,False), (20,100,4,False), (21,105,3,True), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.96s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.98s + +Iteration 162 +Queue: [(21,105,3,True), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.85s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.86s + +Iteration 163 +Queue: [(4,20,15,True), (5,25,14,True), (6,30,13,True), (7,35,12,True), (8,40,11,False), (9,45,10,False), (10,50,9,True), (11,55,8,True), (12,60,7,True), (13,65,7,False), (14,70,6,True), (15,75,6,False), (16,80,5,True), (17,85,5,False), (18,90,4,True), (19,95,4,False), (20,100,4,False), (21,105,4,False), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Blocking actions... +Solving... +Solving Time: 0.79s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.81s + +Iteration 164 +Queue: [(5,25,14,True), (6,30,13,True), (7,35,12,True), (8,40,11,False), (9,45,10,False), (10,50,9,True), (11,55,8,True), (12,60,7,True), (13,65,7,False), (14,70,6,True), (15,75,6,False), (16,80,5,True), (17,85,5,False), (18,90,4,True), (19,95,4,False), (20,100,4,False), (21,105,4,False), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.94s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.95s + +Iteration 165 +Queue: [(6,30,13,True), (7,35,12,True), (8,40,11,False), (9,45,10,False), (10,50,9,True), (11,55,8,True), (12,60,7,True), (13,65,7,False), (14,70,6,True), (15,75,6,False), (16,80,5,True), (17,85,5,False), (18,90,4,True), (19,95,4,False), (20,100,4,False), (21,105,4,False), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.01s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.02s + +Iteration 166 +Queue: [(7,35,12,True), (8,40,11,False), (9,45,10,False), (10,50,9,True), (11,55,8,True), (12,60,7,True), (13,65,7,False), (14,70,6,True), (15,75,6,False), (16,80,5,True), (17,85,5,False), (18,90,4,True), (19,95,4,False), (20,100,4,False), (21,105,4,False), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.95s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.96s + +Iteration 167 +Queue: [(10,50,9,True), (11,55,8,True), (12,60,7,True), (13,65,7,False), (14,70,6,True), (15,75,6,False), (16,80,5,True), (17,85,5,False), (18,90,4,True), (19,95,4,False), (20,100,4,False), (21,105,4,False), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.03s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.04s + +Iteration 168 +Queue: [(11,55,8,True), (12,60,7,True), (13,65,7,False), (14,70,6,True), (15,75,6,False), (16,80,5,True), (17,85,5,False), (18,90,4,True), (19,95,4,False), (20,100,4,False), (21,105,4,False), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.03s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.04s + +Iteration 169 +Queue: [(12,60,7,True), (13,65,7,False), (14,70,6,True), (15,75,6,False), (16,80,5,True), (17,85,5,False), (18,90,4,True), (19,95,4,False), (20,100,4,False), (21,105,4,False), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.98s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.00s + +Iteration 170 +Queue: [(14,70,6,True), (15,75,6,False), (16,80,5,True), (17,85,5,False), (18,90,4,True), (19,95,4,False), (20,100,4,False), (21,105,4,False), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.88s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.89s + +Iteration 171 +Queue: [(16,80,5,True), (17,85,5,False), (18,90,4,True), (19,95,4,False), (20,100,4,False), (21,105,4,False), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.88s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.90s + +Iteration 172 +Queue: [(18,90,4,True), (19,95,4,False), (20,100,4,False), (21,105,4,False), (22,110,3,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.00s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.01s + +Iteration 173 +Queue: [(4,20,16,True), (5,25,15,True), (6,30,14,True), (7,35,13,False), (8,40,11,True), (9,45,10,True), (10,50,10,False), (11,55,9,False), (12,60,8,False), (13,65,7,True), (14,70,7,False), (15,75,6,False), (16,80,6,False), (17,85,5,False), (18,90,5,False), (19,95,4,True), (20,100,4,False), (21,105,4,False), (22,110,3,True), (23,115,3,False)] +Grounded Until: 115 +Blocking actions... +Solving... +Solving Time: 0.77s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.78s + +Iteration 174 +Queue: [(5,25,15,True), (6,30,14,True), (7,35,13,False), (8,40,11,True), (9,45,10,True), (10,50,10,False), (11,55,9,False), (12,60,8,False), (13,65,7,True), (14,70,7,False), (15,75,6,False), (16,80,6,False), (17,85,5,False), (18,90,5,False), (19,95,4,True), (20,100,4,False), (21,105,4,False), (22,110,3,True), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.95s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.97s + +Iteration 175 +Queue: [(6,30,14,True), (7,35,13,False), (8,40,11,True), (9,45,10,True), (10,50,10,False), (11,55,9,False), (12,60,8,False), (13,65,7,True), (14,70,7,False), (15,75,6,False), (16,80,6,False), (17,85,5,False), (18,90,5,False), (19,95,4,True), (20,100,4,False), (21,105,4,False), (22,110,3,True), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.00s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.01s + +Iteration 176 +Queue: [(8,40,11,True), (9,45,10,True), (10,50,10,False), (11,55,9,False), (12,60,8,False), (13,65,7,True), (14,70,7,False), (15,75,6,False), (16,80,6,False), (17,85,5,False), (18,90,5,False), (19,95,4,True), (20,100,4,False), (21,105,4,False), (22,110,3,True), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.97s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.98s + +Iteration 177 +Queue: [(9,45,10,True), (10,50,10,False), (11,55,9,False), (12,60,8,False), (13,65,7,True), (14,70,7,False), (15,75,6,False), (16,80,6,False), (17,85,5,False), (18,90,5,False), (19,95,4,True), (20,100,4,False), (21,105,4,False), (22,110,3,True), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.98s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.00s + +Iteration 178 +Queue: [(13,65,7,True), (14,70,7,False), (15,75,6,False), (16,80,6,False), (17,85,5,False), (18,90,5,False), (19,95,4,True), (20,100,4,False), (21,105,4,False), (22,110,3,True), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.04s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.05s + +Iteration 179 +Queue: [(19,95,4,True), (20,100,4,False), (21,105,4,False), (22,110,3,True), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.96s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.98s + +Iteration 180 +Queue: [(22,110,3,True), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.08s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.09s + +Iteration 181 +Queue: [(4,20,17,True), (5,25,16,True), (6,30,15,True), (7,35,13,True), (8,40,12,True), (9,45,11,True), (10,50,10,True), (11,55,9,True), (12,60,8,True), (13,65,8,False), (14,70,7,False), (15,75,6,True), (16,80,6,False), (17,85,5,True), (18,90,5,False), (19,95,5,False), (20,100,4,False), (21,105,4,False), (22,110,4,False), (23,115,3,False)] +Grounded Until: 115 +Blocking actions... +Solving... +Solving Time: 0.97s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.99s + +Iteration 182 +Queue: [(5,25,16,True), (6,30,15,True), (7,35,13,True), (8,40,12,True), (9,45,11,True), (10,50,10,True), (11,55,9,True), (12,60,8,True), (13,65,8,False), (14,70,7,False), (15,75,6,True), (16,80,6,False), (17,85,5,True), (18,90,5,False), (19,95,5,False), (20,100,4,False), (21,105,4,False), (22,110,4,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.06s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.08s + +Iteration 183 +Queue: [(6,30,15,True), (7,35,13,True), (8,40,12,True), (9,45,11,True), (10,50,10,True), (11,55,9,True), (12,60,8,True), (13,65,8,False), (14,70,7,False), (15,75,6,True), (16,80,6,False), (17,85,5,True), (18,90,5,False), (19,95,5,False), (20,100,4,False), (21,105,4,False), (22,110,4,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.09s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.11s + +Iteration 184 +Queue: [(7,35,13,True), (8,40,12,True), (9,45,11,True), (10,50,10,True), (11,55,9,True), (12,60,8,True), (13,65,8,False), (14,70,7,False), (15,75,6,True), (16,80,6,False), (17,85,5,True), (18,90,5,False), (19,95,5,False), (20,100,4,False), (21,105,4,False), (22,110,4,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.07s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.08s + +Iteration 185 +Queue: [(8,40,12,True), (9,45,11,True), (10,50,10,True), (11,55,9,True), (12,60,8,True), (13,65,8,False), (14,70,7,False), (15,75,6,True), (16,80,6,False), (17,85,5,True), (18,90,5,False), (19,95,5,False), (20,100,4,False), (21,105,4,False), (22,110,4,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.10s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.11s + +Iteration 186 +Queue: [(9,45,11,True), (10,50,10,True), (11,55,9,True), (12,60,8,True), (13,65,8,False), (14,70,7,False), (15,75,6,True), (16,80,6,False), (17,85,5,True), (18,90,5,False), (19,95,5,False), (20,100,4,False), (21,105,4,False), (22,110,4,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.97s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.98s + +Iteration 187 +Queue: [(10,50,10,True), (11,55,9,True), (12,60,8,True), (13,65,8,False), (14,70,7,False), (15,75,6,True), (16,80,6,False), (17,85,5,True), (18,90,5,False), (19,95,5,False), (20,100,4,False), (21,105,4,False), (22,110,4,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.02s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.03s + +Iteration 188 +Queue: [(11,55,9,True), (12,60,8,True), (13,65,8,False), (14,70,7,False), (15,75,6,True), (16,80,6,False), (17,85,5,True), (18,90,5,False), (19,95,5,False), (20,100,4,False), (21,105,4,False), (22,110,4,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.94s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.95s + +Iteration 189 +Queue: [(12,60,8,True), (13,65,8,False), (14,70,7,False), (15,75,6,True), (16,80,6,False), (17,85,5,True), (18,90,5,False), (19,95,5,False), (20,100,4,False), (21,105,4,False), (22,110,4,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.92s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.93s + +Iteration 190 +Queue: [(15,75,6,True), (16,80,6,False), (17,85,5,True), (18,90,5,False), (19,95,5,False), (20,100,4,False), (21,105,4,False), (22,110,4,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.03s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.04s + +Iteration 191 +Queue: [(17,85,5,True), (18,90,5,False), (19,95,5,False), (20,100,4,False), (21,105,4,False), (22,110,4,False), (23,115,3,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.06s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.07s + +Iteration 192 +Queue: [(4,20,18,True), (5,25,17,True), (6,30,16,False), (7,35,14,True), (8,40,13,False), (9,45,12,False), (10,50,11,False), (11,55,10,False), (12,60,9,False), (13,65,8,False), (14,70,7,True), (15,75,7,False), (16,80,6,False), (17,85,6,False), (18,90,5,False), (19,95,5,False), (20,100,4,True), (21,105,4,False), (22,110,4,False), (23,115,3,True)] +Grounded Until: 115 +Blocking actions... +Solving... +Solving Time: 0.84s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.86s + +Iteration 193 +Queue: [(5,25,17,True), (6,30,16,False), (7,35,14,True), (8,40,13,False), (9,45,12,False), (10,50,11,False), (11,55,10,False), (12,60,9,False), (13,65,8,False), (14,70,7,True), (15,75,7,False), (16,80,6,False), (17,85,6,False), (18,90,5,False), (19,95,5,False), (20,100,4,True), (21,105,4,False), (22,110,4,False), (23,115,3,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.99s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.00s + +Iteration 194 +Queue: [(7,35,14,True), (8,40,13,False), (9,45,12,False), (10,50,11,False), (11,55,10,False), (12,60,9,False), (13,65,8,False), (14,70,7,True), (15,75,7,False), (16,80,6,False), (17,85,6,False), (18,90,5,False), (19,95,5,False), (20,100,4,True), (21,105,4,False), (22,110,4,False), (23,115,3,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.08s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.09s + +Iteration 195 +Queue: [(14,70,7,True), (15,75,7,False), (16,80,6,False), (17,85,6,False), (18,90,5,False), (19,95,5,False), (20,100,4,True), (21,105,4,False), (22,110,4,False), (23,115,3,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.06s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.07s + +Iteration 196 +Queue: [(20,100,4,True), (21,105,4,False), (22,110,4,False), (23,115,3,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.11s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.12s + +Iteration 197 +Queue: [(23,115,3,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.13s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.14s + +Iteration 198 +Queue: [(4,20,19,True), (5,25,18,True), (6,30,16,True), (7,35,15,True), (8,40,13,True), (9,45,12,True), (10,50,11,True), (11,55,10,True), (12,60,9,True), (13,65,8,True), (14,70,8,False), (15,75,7,False), (16,80,6,True), (17,85,6,False), (18,90,5,True), (19,95,5,False), (20,100,5,False), (21,105,4,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Blocking actions... +Solving... +Solving Time: 0.97s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.99s + +Iteration 199 +Queue: [(5,25,18,True), (6,30,16,True), (7,35,15,True), (8,40,13,True), (9,45,12,True), (10,50,11,True), (11,55,10,True), (12,60,9,True), (13,65,8,True), (14,70,8,False), (15,75,7,False), (16,80,6,True), (17,85,6,False), (18,90,5,True), (19,95,5,False), (20,100,5,False), (21,105,4,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.02s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.04s + +Iteration 200 +Queue: [(6,30,16,True), (7,35,15,True), (8,40,13,True), (9,45,12,True), (10,50,11,True), (11,55,10,True), (12,60,9,True), (13,65,8,True), (14,70,8,False), (15,75,7,False), (16,80,6,True), (17,85,6,False), (18,90,5,True), (19,95,5,False), (20,100,5,False), (21,105,4,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.95s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.96s + +Iteration 201 +Queue: [(7,35,15,True), (8,40,13,True), (9,45,12,True), (10,50,11,True), (11,55,10,True), (12,60,9,True), (13,65,8,True), (14,70,8,False), (15,75,7,False), (16,80,6,True), (17,85,6,False), (18,90,5,True), (19,95,5,False), (20,100,5,False), (21,105,4,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.09s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.10s + +Iteration 202 +Queue: [(8,40,13,True), (9,45,12,True), (10,50,11,True), (11,55,10,True), (12,60,9,True), (13,65,8,True), (14,70,8,False), (15,75,7,False), (16,80,6,True), (17,85,6,False), (18,90,5,True), (19,95,5,False), (20,100,5,False), (21,105,4,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.09s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.11s + +Iteration 203 +Queue: [(9,45,12,True), (10,50,11,True), (11,55,10,True), (12,60,9,True), (13,65,8,True), (14,70,8,False), (15,75,7,False), (16,80,6,True), (17,85,6,False), (18,90,5,True), (19,95,5,False), (20,100,5,False), (21,105,4,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.04s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.06s + +Iteration 204 +Queue: [(10,50,11,True), (11,55,10,True), (12,60,9,True), (13,65,8,True), (14,70,8,False), (15,75,7,False), (16,80,6,True), (17,85,6,False), (18,90,5,True), (19,95,5,False), (20,100,5,False), (21,105,4,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.09s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.10s + +Iteration 205 +Queue: [(11,55,10,True), (12,60,9,True), (13,65,8,True), (14,70,8,False), (15,75,7,False), (16,80,6,True), (17,85,6,False), (18,90,5,True), (19,95,5,False), (20,100,5,False), (21,105,4,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.03s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.04s + +Iteration 206 +Queue: [(12,60,9,True), (13,65,8,True), (14,70,8,False), (15,75,7,False), (16,80,6,True), (17,85,6,False), (18,90,5,True), (19,95,5,False), (20,100,5,False), (21,105,4,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.94s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.95s + +Iteration 207 +Queue: [(13,65,8,True), (14,70,8,False), (15,75,7,False), (16,80,6,True), (17,85,6,False), (18,90,5,True), (19,95,5,False), (20,100,5,False), (21,105,4,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.03s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.05s + +Iteration 208 +Queue: [(16,80,6,True), (17,85,6,False), (18,90,5,True), (19,95,5,False), (20,100,5,False), (21,105,4,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.08s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.09s + +Iteration 209 +Queue: [(18,90,5,True), (19,95,5,False), (20,100,5,False), (21,105,4,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.09s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.10s + +Iteration 210 +Queue: [(4,20,20,True), (5,25,19,True), (6,30,17,True), (7,35,16,False), (8,40,14,True), (9,45,13,False), (10,50,12,False), (11,55,11,False), (12,60,10,False), (13,65,9,False), (14,70,8,False), (15,75,7,True), (16,80,7,False), (17,85,6,False), (18,90,6,False), (19,95,5,False), (20,100,5,False), (21,105,4,True), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Blocking actions... +Solving... +Solving Time: 0.95s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.96s + +Iteration 211 +Queue: [(5,25,19,True), (6,30,17,True), (7,35,16,False), (8,40,14,True), (9,45,13,False), (10,50,12,False), (11,55,11,False), (12,60,10,False), (13,65,9,False), (14,70,8,False), (15,75,7,True), (16,80,7,False), (17,85,6,False), (18,90,6,False), (19,95,5,False), (20,100,5,False), (21,105,4,True), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.07s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.09s + +Iteration 212 +Queue: [(6,30,17,True), (7,35,16,False), (8,40,14,True), (9,45,13,False), (10,50,12,False), (11,55,11,False), (12,60,10,False), (13,65,9,False), (14,70,8,False), (15,75,7,True), (16,80,7,False), (17,85,6,False), (18,90,6,False), (19,95,5,False), (20,100,5,False), (21,105,4,True), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.01s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.02s + +Iteration 213 +Queue: [(8,40,14,True), (9,45,13,False), (10,50,12,False), (11,55,11,False), (12,60,10,False), (13,65,9,False), (14,70,8,False), (15,75,7,True), (16,80,7,False), (17,85,6,False), (18,90,6,False), (19,95,5,False), (20,100,5,False), (21,105,4,True), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.03s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.04s + +Iteration 214 +Queue: [(15,75,7,True), (16,80,7,False), (17,85,6,False), (18,90,6,False), (19,95,5,False), (20,100,5,False), (21,105,4,True), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.99s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.01s + +Iteration 215 +Queue: [(21,105,4,True), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.01s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.03s + +Iteration 216 +Queue: [(4,20,21,True), (5,25,20,True), (6,30,18,True), (7,35,16,True), (8,40,15,False), (9,45,13,True), (10,50,12,True), (11,55,11,True), (12,60,10,False), (13,65,9,True), (14,70,8,True), (15,75,8,False), (16,80,7,False), (17,85,6,True), (18,90,6,False), (19,95,5,True), (20,100,5,False), (21,105,5,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Blocking actions... +Solving... +Solving Time: 0.84s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.85s + +Iteration 217 +Queue: [(5,25,20,True), (6,30,18,True), (7,35,16,True), (8,40,15,False), (9,45,13,True), (10,50,12,True), (11,55,11,True), (12,60,10,False), (13,65,9,True), (14,70,8,True), (15,75,8,False), (16,80,7,False), (17,85,6,True), (18,90,6,False), (19,95,5,True), (20,100,5,False), (21,105,5,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.00s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.01s + +Iteration 218 +Queue: [(6,30,18,True), (7,35,16,True), (8,40,15,False), (9,45,13,True), (10,50,12,True), (11,55,11,True), (12,60,10,False), (13,65,9,True), (14,70,8,True), (15,75,8,False), (16,80,7,False), (17,85,6,True), (18,90,6,False), (19,95,5,True), (20,100,5,False), (21,105,5,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.10s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.11s + +Iteration 219 +Queue: [(7,35,16,True), (8,40,15,False), (9,45,13,True), (10,50,12,True), (11,55,11,True), (12,60,10,False), (13,65,9,True), (14,70,8,True), (15,75,8,False), (16,80,7,False), (17,85,6,True), (18,90,6,False), (19,95,5,True), (20,100,5,False), (21,105,5,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.19s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.21s + +Iteration 220 +Queue: [(9,45,13,True), (10,50,12,True), (11,55,11,True), (12,60,10,False), (13,65,9,True), (14,70,8,True), (15,75,8,False), (16,80,7,False), (17,85,6,True), (18,90,6,False), (19,95,5,True), (20,100,5,False), (21,105,5,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.12s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.13s + +Iteration 221 +Queue: [(10,50,12,True), (11,55,11,True), (12,60,10,False), (13,65,9,True), (14,70,8,True), (15,75,8,False), (16,80,7,False), (17,85,6,True), (18,90,6,False), (19,95,5,True), (20,100,5,False), (21,105,5,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.12s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.13s + +Iteration 222 +Queue: [(11,55,11,True), (12,60,10,False), (13,65,9,True), (14,70,8,True), (15,75,8,False), (16,80,7,False), (17,85,6,True), (18,90,6,False), (19,95,5,True), (20,100,5,False), (21,105,5,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.26s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.28s + +Iteration 223 +Queue: [(13,65,9,True), (14,70,8,True), (15,75,8,False), (16,80,7,False), (17,85,6,True), (18,90,6,False), (19,95,5,True), (20,100,5,False), (21,105,5,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.08s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.09s + +Iteration 224 +Queue: [(14,70,8,True), (15,75,8,False), (16,80,7,False), (17,85,6,True), (18,90,6,False), (19,95,5,True), (20,100,5,False), (21,105,5,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.08s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.10s + +Iteration 225 +Queue: [(17,85,6,True), (18,90,6,False), (19,95,5,True), (20,100,5,False), (21,105,5,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.11s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.12s + +Iteration 226 +Queue: [(19,95,5,True), (20,100,5,False), (21,105,5,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.09s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.10s + +Iteration 227 +Queue: [(4,20,22,True), (5,25,21,True), (6,30,19,True), (7,35,17,True), (8,40,15,True), (9,45,14,True), (10,50,13,False), (11,55,12,False), (12,60,10,True), (13,65,10,False), (14,70,9,False), (15,75,8,False), (16,80,7,False), (17,85,7,False), (18,90,6,False), (19,95,6,False), (20,100,5,False), (21,105,5,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Blocking actions... +Solving... +Solving Time: 0.83s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.85s + +Iteration 228 +Queue: [(5,25,21,True), (6,30,19,True), (7,35,17,True), (8,40,15,True), (9,45,14,True), (10,50,13,False), (11,55,12,False), (12,60,10,True), (13,65,10,False), (14,70,9,False), (15,75,8,False), (16,80,7,False), (17,85,7,False), (18,90,6,False), (19,95,6,False), (20,100,5,False), (21,105,5,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.00s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.01s + +Iteration 229 +Queue: [(6,30,19,True), (7,35,17,True), (8,40,15,True), (9,45,14,True), (10,50,13,False), (11,55,12,False), (12,60,10,True), (13,65,10,False), (14,70,9,False), (15,75,8,False), (16,80,7,False), (17,85,7,False), (18,90,6,False), (19,95,6,False), (20,100,5,False), (21,105,5,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.03s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.05s + +Iteration 230 +Queue: [(7,35,17,True), (8,40,15,True), (9,45,14,True), (10,50,13,False), (11,55,12,False), (12,60,10,True), (13,65,10,False), (14,70,9,False), (15,75,8,False), (16,80,7,False), (17,85,7,False), (18,90,6,False), (19,95,6,False), (20,100,5,False), (21,105,5,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.18s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.19s + +Iteration 231 +Queue: [(8,40,15,True), (9,45,14,True), (10,50,13,False), (11,55,12,False), (12,60,10,True), (13,65,10,False), (14,70,9,False), (15,75,8,False), (16,80,7,False), (17,85,7,False), (18,90,6,False), (19,95,6,False), (20,100,5,False), (21,105,5,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.08s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.10s + +Iteration 232 +Queue: [(9,45,14,True), (10,50,13,False), (11,55,12,False), (12,60,10,True), (13,65,10,False), (14,70,9,False), (15,75,8,False), (16,80,7,False), (17,85,7,False), (18,90,6,False), (19,95,6,False), (20,100,5,False), (21,105,5,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.13s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.14s + +Iteration 233 +Queue: [(12,60,10,True), (13,65,10,False), (14,70,9,False), (15,75,8,False), (16,80,7,False), (17,85,7,False), (18,90,6,False), (19,95,6,False), (20,100,5,False), (21,105,5,False), (22,110,4,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.96s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.97s + +Iteration 234 +Queue: [(4,20,23,True), (5,25,22,True), (6,30,20,False), (7,35,18,False), (8,40,16,True), (9,45,15,False), (10,50,13,True), (11,55,12,False), (12,60,11,False), (13,65,10,False), (14,70,9,False), (15,75,8,True), (16,80,7,True), (17,85,7,False), (18,90,6,False), (19,95,6,False), (20,100,5,False), (21,105,5,False), (22,110,4,True), (23,115,4,False)] +Grounded Until: 115 +Blocking actions... +Solving... +Solving Time: 0.86s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.87s + +Iteration 235 +Queue: [(5,25,22,True), (6,30,20,False), (7,35,18,False), (8,40,16,True), (9,45,15,False), (10,50,13,True), (11,55,12,False), (12,60,11,False), (13,65,10,False), (14,70,9,False), (15,75,8,True), (16,80,7,True), (17,85,7,False), (18,90,6,False), (19,95,6,False), (20,100,5,False), (21,105,5,False), (22,110,4,True), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.97s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.98s + +Iteration 236 +Queue: [(8,40,16,True), (9,45,15,False), (10,50,13,True), (11,55,12,False), (12,60,11,False), (13,65,10,False), (14,70,9,False), (15,75,8,True), (16,80,7,True), (17,85,7,False), (18,90,6,False), (19,95,6,False), (20,100,5,False), (21,105,5,False), (22,110,4,True), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.14s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.16s + +Iteration 237 +Queue: [(10,50,13,True), (11,55,12,False), (12,60,11,False), (13,65,10,False), (14,70,9,False), (15,75,8,True), (16,80,7,True), (17,85,7,False), (18,90,6,False), (19,95,6,False), (20,100,5,False), (21,105,5,False), (22,110,4,True), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.03s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.04s + +Iteration 238 +Queue: [(15,75,8,True), (16,80,7,True), (17,85,7,False), (18,90,6,False), (19,95,6,False), (20,100,5,False), (21,105,5,False), (22,110,4,True), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.02s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.04s + +Iteration 239 +Queue: [(16,80,7,True), (17,85,7,False), (18,90,6,False), (19,95,6,False), (20,100,5,False), (21,105,5,False), (22,110,4,True), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.99s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.01s + +Iteration 240 +Queue: [(22,110,4,True), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.02s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.03s + +Iteration 241 +Queue: [(4,20,24,True), (5,25,23,False), (6,30,20,True), (7,35,18,True), (8,40,17,False), (9,45,15,True), (10,50,14,False), (11,55,12,True), (12,60,11,True), (13,65,10,True), (14,70,9,True), (15,75,9,False), (16,80,8,False), (17,85,7,False), (18,90,6,True), (19,95,6,False), (20,100,5,True), (21,105,5,False), (22,110,5,False), (23,115,4,False)] +Grounded Until: 115 +Blocking actions... +Solving... +Solving Time: 0.81s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.82s + +Iteration 242 +Queue: [(6,30,20,True), (7,35,18,True), (8,40,17,False), (9,45,15,True), (10,50,14,False), (11,55,12,True), (12,60,11,True), (13,65,10,True), (14,70,9,True), (15,75,9,False), (16,80,8,False), (17,85,7,False), (18,90,6,True), (19,95,6,False), (20,100,5,True), (21,105,5,False), (22,110,5,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.06s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.07s + +Iteration 243 +Queue: [(7,35,18,True), (8,40,17,False), (9,45,15,True), (10,50,14,False), (11,55,12,True), (12,60,11,True), (13,65,10,True), (14,70,9,True), (15,75,9,False), (16,80,8,False), (17,85,7,False), (18,90,6,True), (19,95,6,False), (20,100,5,True), (21,105,5,False), (22,110,5,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.07s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.08s + +Iteration 244 +Queue: [(9,45,15,True), (10,50,14,False), (11,55,12,True), (12,60,11,True), (13,65,10,True), (14,70,9,True), (15,75,9,False), (16,80,8,False), (17,85,7,False), (18,90,6,True), (19,95,6,False), (20,100,5,True), (21,105,5,False), (22,110,5,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.19s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.20s + +Iteration 245 +Queue: [(11,55,12,True), (12,60,11,True), (13,65,10,True), (14,70,9,True), (15,75,9,False), (16,80,8,False), (17,85,7,False), (18,90,6,True), (19,95,6,False), (20,100,5,True), (21,105,5,False), (22,110,5,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.13s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.14s + +Iteration 246 +Queue: [(12,60,11,True), (13,65,10,True), (14,70,9,True), (15,75,9,False), (16,80,8,False), (17,85,7,False), (18,90,6,True), (19,95,6,False), (20,100,5,True), (21,105,5,False), (22,110,5,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.00s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.01s + +Iteration 247 +Queue: [(13,65,10,True), (14,70,9,True), (15,75,9,False), (16,80,8,False), (17,85,7,False), (18,90,6,True), (19,95,6,False), (20,100,5,True), (21,105,5,False), (22,110,5,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.09s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.10s + +Iteration 248 +Queue: [(14,70,9,True), (15,75,9,False), (16,80,8,False), (17,85,7,False), (18,90,6,True), (19,95,6,False), (20,100,5,True), (21,105,5,False), (22,110,5,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.03s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.04s + +Iteration 249 +Queue: [(18,90,6,True), (19,95,6,False), (20,100,5,True), (21,105,5,False), (22,110,5,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.11s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.13s + +Iteration 250 +Queue: [(20,100,5,True), (21,105,5,False), (22,110,5,False), (23,115,4,False)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.09s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.11s + +Iteration 251 +Queue: [(4,20,25,True), (5,25,23,True), (6,30,21,True), (7,35,19,True), (8,40,17,True), (9,45,16,False), (10,50,14,True), (11,55,13,False), (12,60,12,False), (13,65,11,False), (14,70,10,False), (15,75,9,False), (16,80,8,False), (17,85,7,True), (18,90,7,False), (19,95,6,False), (20,100,6,False), (21,105,5,False), (22,110,5,False), (23,115,4,True)] +Grounded Until: 115 +Blocking actions... +Solving... +Solving Time: 0.82s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.83s + +Iteration 252 +Queue: [(5,25,23,True), (6,30,21,True), (7,35,19,True), (8,40,17,True), (9,45,16,False), (10,50,14,True), (11,55,13,False), (12,60,12,False), (13,65,11,False), (14,70,10,False), (15,75,9,False), (16,80,8,False), (17,85,7,True), (18,90,7,False), (19,95,6,False), (20,100,6,False), (21,105,5,False), (22,110,5,False), (23,115,4,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.98s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 0.99s + +Iteration 253 +Queue: [(6,30,21,True), (7,35,19,True), (8,40,17,True), (9,45,16,False), (10,50,14,True), (11,55,13,False), (12,60,12,False), (13,65,11,False), (14,70,10,False), (15,75,9,False), (16,80,8,False), (17,85,7,True), (18,90,7,False), (19,95,6,False), (20,100,6,False), (21,105,5,False), (22,110,5,False), (23,115,4,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.09s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.10s + +Iteration 254 +Queue: [(7,35,19,True), (8,40,17,True), (9,45,16,False), (10,50,14,True), (11,55,13,False), (12,60,12,False), (13,65,11,False), (14,70,10,False), (15,75,9,False), (16,80,8,False), (17,85,7,True), (18,90,7,False), (19,95,6,False), (20,100,6,False), (21,105,5,False), (22,110,5,False), (23,115,4,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.11s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.13s + +Iteration 255 +Queue: [(8,40,17,True), (9,45,16,False), (10,50,14,True), (11,55,13,False), (12,60,12,False), (13,65,11,False), (14,70,10,False), (15,75,9,False), (16,80,8,False), (17,85,7,True), (18,90,7,False), (19,95,6,False), (20,100,6,False), (21,105,5,False), (22,110,5,False), (23,115,4,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.12s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.14s + +Iteration 256 +Queue: [(10,50,14,True), (11,55,13,False), (12,60,12,False), (13,65,11,False), (14,70,10,False), (15,75,9,False), (16,80,8,False), (17,85,7,True), (18,90,7,False), (19,95,6,False), (20,100,6,False), (21,105,5,False), (22,110,5,False), (23,115,4,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 1.15s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.17s + +Iteration 257 +Queue: [(17,85,7,True), (18,90,7,False), (19,95,6,False), (20,100,6,False), (21,105,5,False), (22,110,5,False), (23,115,4,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.98s +Memory: 168MB (+0MB) +UNKNOWN +Iteration Time: 1.00s + +Iteration 258 +Queue: [(23,115,4,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Answer: 1 +occurs(action(("pick",constant("ball11"),constant("rooma"),constant("right"))),1) occurs(action(("move",constant("rooma"),constant("roomb"))),2) occurs(action(("drop",constant("ball11"),constant("roomb"),constant("right"))),3) occurs(action(("pick",constant("ball11"),constant("roomb"),constant("left"))),4) occurs(action(("drop",constant("ball11"),constant("roomb"),constant("left"))),5) occurs(action(("move",constant("roomb"),constant("rooma"))),6) occurs(action(("pick",constant("ball12"),constant("rooma"),constant("left"))),7) occurs(action(("drop",constant("ball12"),constant("rooma"),constant("left"))),8) occurs(action(("pick",constant("ball6"),constant("rooma"),constant("right"))),9) occurs(action(("drop",constant("ball6"),constant("rooma"),constant("right"))),10) occurs(action(("pick",constant("ball12"),constant("rooma"),constant("right"))),11) occurs(action(("pick",constant("ball13"),constant("rooma"),constant("left"))),12) occurs(action(("move",constant("rooma"),constant("roomb"))),13) occurs(action(("drop",constant("ball13"),constant("roomb"),constant("left"))),14) occurs(action(("drop",constant("ball12"),constant("roomb"),constant("right"))),15) occurs(action(("move",constant("roomb"),constant("rooma"))),16) occurs(action(("pick",constant("ball2"),constant("rooma"),constant("left"))),17) occurs(action(("pick",constant("ball3"),constant("rooma"),constant("right"))),18) occurs(action(("move",constant("rooma"),constant("roomb"))),19) occurs(action(("drop",constant("ball3"),constant("roomb"),constant("right"))),20) occurs(action(("drop",constant("ball2"),constant("roomb"),constant("left"))),21) occurs(action(("pick",constant("ball11"),constant("roomb"),constant("left"))),22) occurs(action(("pick",constant("ball12"),constant("roomb"),constant("right"))),23) occurs(action(("drop",constant("ball12"),constant("roomb"),constant("right"))),24) occurs(action(("drop",constant("ball11"),constant("roomb"),constant("left"))),25) occurs(action(("pick",constant("ball3"),constant("roomb"),constant("right"))),26) occurs(action(("pick",constant("ball11"),constant("roomb"),constant("left"))),27) occurs(action(("move",constant("roomb"),constant("rooma"))),28) occurs(action(("move",constant("rooma"),constant("roomb"))),29) occurs(action(("drop",constant("ball3"),constant("roomb"),constant("right"))),30) occurs(action(("drop",constant("ball11"),constant("roomb"),constant("left"))),31) occurs(action(("move",constant("roomb"),constant("rooma"))),32) occurs(action(("move",constant("rooma"),constant("roomb"))),33) occurs(action(("pick",constant("ball3"),constant("roomb"),constant("right"))),34) occurs(action(("drop",constant("ball3"),constant("roomb"),constant("right"))),35) occurs(action(("pick",constant("ball13"),constant("roomb"),constant("left"))),36) occurs(action(("drop",constant("ball13"),constant("roomb"),constant("left"))),37) occurs(action(("pick",constant("ball11"),constant("roomb"),constant("right"))),38) occurs(action(("move",constant("roomb"),constant("rooma"))),39) occurs(action(("pick",constant("ball5"),constant("rooma"),constant("left"))),40) occurs(action(("drop",constant("ball11"),constant("rooma"),constant("right"))),41) occurs(action(("drop",constant("ball5"),constant("rooma"),constant("left"))),42) occurs(action(("pick",constant("ball14"),constant("rooma"),constant("left"))),43) occurs(action(("drop",constant("ball14"),constant("rooma"),constant("left"))),44) occurs(action(("pick",constant("ball4"),constant("rooma"),constant("right"))),45) occurs(action(("drop",constant("ball4"),constant("rooma"),constant("right"))),46) occurs(action(("pick",constant("ball5"),constant("rooma"),constant("right"))),47) occurs(action(("pick",constant("ball4"),constant("rooma"),constant("left"))),48) occurs(action(("move",constant("rooma"),constant("roomb"))),49) occurs(action(("drop",constant("ball5"),constant("roomb"),constant("right"))),50) occurs(action(("pick",constant("ball12"),constant("roomb"),constant("right"))),51) occurs(action(("drop",constant("ball12"),constant("roomb"),constant("right"))),52) occurs(action(("pick",constant("ball13"),constant("roomb"),constant("right"))),53) occurs(action(("move",constant("roomb"),constant("rooma"))),54) occurs(action(("drop",constant("ball13"),constant("rooma"),constant("right"))),55) occurs(action(("pick",constant("ball9"),constant("rooma"),constant("right"))),56) occurs(action(("move",constant("rooma"),constant("roomb"))),57) occurs(action(("move",constant("roomb"),constant("rooma"))),58) occurs(action(("move",constant("rooma"),constant("roomb"))),59) occurs(action(("drop",constant("ball9"),constant("roomb"),constant("right"))),60) occurs(action(("pick",constant("ball9"),constant("roomb"),constant("right"))),61) occurs(action(("drop",constant("ball9"),constant("roomb"),constant("right"))),62) occurs(action(("pick",constant("ball5"),constant("roomb"),constant("right"))),63) occurs(action(("drop",constant("ball5"),constant("roomb"),constant("right"))),64) occurs(action(("pick",constant("ball5"),constant("roomb"),constant("right"))),65) occurs(action(("move",constant("roomb"),constant("rooma"))),66) occurs(action(("move",constant("rooma"),constant("roomb"))),67) occurs(action(("drop",constant("ball5"),constant("roomb"),constant("right"))),68) occurs(action(("pick",constant("ball9"),constant("roomb"),constant("right"))),69) occurs(action(("drop",constant("ball9"),constant("roomb"),constant("right"))),70) occurs(action(("drop",constant("ball4"),constant("roomb"),constant("left"))),71) occurs(action(("pick",constant("ball4"),constant("roomb"),constant("left"))),72) occurs(action(("drop",constant("ball4"),constant("roomb"),constant("left"))),73) occurs(action(("move",constant("roomb"),constant("rooma"))),74) occurs(action(("pick",constant("ball8"),constant("rooma"),constant("left"))),75) occurs(action(("pick",constant("ball14"),constant("rooma"),constant("right"))),76) occurs(action(("move",constant("rooma"),constant("roomb"))),77) occurs(action(("move",constant("roomb"),constant("rooma"))),78) occurs(action(("move",constant("rooma"),constant("roomb"))),79) occurs(action(("drop",constant("ball8"),constant("roomb"),constant("left"))),80) occurs(action(("pick",constant("ball2"),constant("roomb"),constant("left"))),81) occurs(action(("drop",constant("ball14"),constant("roomb"),constant("right"))),82) occurs(action(("drop",constant("ball2"),constant("roomb"),constant("left"))),83) occurs(action(("move",constant("roomb"),constant("rooma"))),84) occurs(action(("pick",constant("ball7"),constant("rooma"),constant("right"))),85) occurs(action(("move",constant("rooma"),constant("roomb"))),86) occurs(action(("drop",constant("ball7"),constant("roomb"),constant("right"))),87) occurs(action(("move",constant("roomb"),constant("rooma"))),88) occurs(action(("pick",constant("ball10"),constant("rooma"),constant("right"))),89) occurs(action(("move",constant("rooma"),constant("roomb"))),90) occurs(action(("pick",constant("ball7"),constant("roomb"),constant("left"))),91) occurs(action(("drop",constant("ball7"),constant("roomb"),constant("left"))),92) occurs(action(("drop",constant("ball10"),constant("roomb"),constant("right"))),93) occurs(action(("pick",constant("ball10"),constant("roomb"),constant("left"))),94) occurs(action(("move",constant("roomb"),constant("rooma"))),95) occurs(action(("pick",constant("ball6"),constant("rooma"),constant("right"))),96) occurs(action(("move",constant("rooma"),constant("roomb"))),97) occurs(action(("drop",constant("ball10"),constant("roomb"),constant("left"))),98) occurs(action(("drop",constant("ball6"),constant("roomb"),constant("right"))),99) occurs(action(("pick",constant("ball9"),constant("roomb"),constant("left"))),100) occurs(action(("drop",constant("ball9"),constant("roomb"),constant("left"))),101) occurs(action(("move",constant("roomb"),constant("rooma"))),102) occurs(action(("pick",constant("ball11"),constant("rooma"),constant("left"))),103) occurs(action(("pick",constant("ball1"),constant("rooma"),constant("right"))),104) occurs(action(("move",constant("rooma"),constant("roomb"))),105) occurs(action(("drop",constant("ball11"),constant("roomb"),constant("left"))),106) occurs(action(("pick",constant("ball9"),constant("roomb"),constant("left"))),107) occurs(action(("drop",constant("ball9"),constant("roomb"),constant("left"))),108) occurs(action(("pick",constant("ball10"),constant("roomb"),constant("left"))),109) occurs(action(("drop",constant("ball1"),constant("roomb"),constant("right"))),110) occurs(action(("move",constant("roomb"),constant("rooma"))),111) occurs(action(("pick",constant("ball13"),constant("rooma"),constant("right"))),112) occurs(action(("move",constant("rooma"),constant("roomb"))),113) occurs(action(("drop",constant("ball13"),constant("roomb"),constant("right"))),114) occurs(action(("drop",constant("ball10"),constant("roomb"),constant("left"))),115) +Solving Time: 0.64s +Memory: 168MB (+0MB) +SAT +SATISFIABLE + +Models : 1+ +Calls : 258 +Time : 227.947s (Solving: 221.05s 1st Model: 0.63s Unsat: 0.27s) +CPU Time : 228.050s + +Choices : 10250085 +Conflicts : 2466452 (Analyzed: 2466449) +Restarts : 25426 (Average: 97.00 Last: 253) +Model-Level : 859.0 +Problems : 258 (Average Length: 106.46 Splits: 0) +Lemmas : 2466449 (Deleted: 2248187) + Binary : 56842 (Ratio: 2.30%) + Ternary : 22510 (Ratio: 0.91%) + Conflict : 2466449 (Average Length: 51.9 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 2466449 (Average: 2.73 Max: 1251 Sum: 6725608) + Executed : 2466328 (Average: 2.73 Max: 1251 Sum: 6724958 Ratio: 99.99%) + Bounded : 121 (Average: 5.37 Max: 30 Sum: 650 Ratio: 0.01%) + +Rules : 277481 +Atoms : 277481 +Bodies : 1 (Original: 0) +Tight : Yes +Variables : 49274 (Eliminated: 0 Frozen: 13025) +Constraints : 176165 (Binary: 84.6% Ternary: 15.0% Other: 0.4%) + +Memory Peak : 169MB +Max. Length : 115 steps +Sol. Length : 115 steps + +