From: SUTER Frederic Date: Thu, 20 Jan 2022 13:25:02 +0000 (+0100) Subject: Cleanup in log categories X-Git-Tag: v3.30~78 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/040d8fa855d2b6ac9884f68108a09b935570be21 Cleanup in log categories --- diff --git a/examples/c/app-token-ring/app-token-ring.c b/examples/c/app-token-ring/app-token-ring.c index 0ee1977151..3eef350891 100644 --- a/examples/c/app-token-ring/app-token-ring.c +++ b/examples/c/app-token-ring/app-token-ring.c @@ -15,7 +15,7 @@ #include #include -XBT_LOG_NEW_DEFAULT_CATEGORY(app_token_ring, "Messages specific for this msg example"); +XBT_LOG_NEW_DEFAULT_CATEGORY(app_token_ring, "Messages specific for this example"); /* Main function of all actors used in this example */ static void relay_runner(int argc, char* argv[]) diff --git a/examples/c/comm-waitall/comm-waitall.c b/examples/c/comm-waitall/comm-waitall.c index c4a817334c..15257d96be 100644 --- a/examples/c/comm-waitall/comm-waitall.c +++ b/examples/c/comm-waitall/comm-waitall.c @@ -15,7 +15,7 @@ #include /* snprintf */ -XBT_LOG_NEW_DEFAULT_CATEGORY(comm_waitall, "Messages specific for this msg example"); +XBT_LOG_NEW_DEFAULT_CATEGORY(comm_waitall, "Messages specific for this example"); static void sender(int argc, char* argv[]) { diff --git a/examples/cpp/replay-comm/s4u-replay-comm.cpp b/examples/cpp/replay-comm/s4u-replay-comm.cpp index c9f854fb21..c9a6172b7f 100644 --- a/examples/cpp/replay-comm/s4u-replay-comm.cpp +++ b/examples/cpp/replay-comm/s4u-replay-comm.cpp @@ -10,7 +10,7 @@ #include #include -XBT_LOG_NEW_DEFAULT_CATEGORY(replay_comm, "Messages specific for this msg example"); +XBT_LOG_NEW_DEFAULT_CATEGORY(replay_comm, "Messages specific for this example"); #define ACT_DEBUG(...) \ if (XBT_LOG_ISENABLED(replay_comm, xbt_log_priority_verbose)) { \ diff --git a/examples/smpi/energy/energy.tesh b/examples/smpi/energy/energy.tesh index 8c7e2049eb..2554c05ac0 100644 --- a/examples/smpi/energy/energy.tesh +++ b/examples/smpi/energy/energy.tesh @@ -15,7 +15,7 @@ $ ${bindir:=.}/../smpi_script/bin/smpirun -np 2 -hostfile ${srcdir:=.}/hostfile > [30.000000] [rank 1] Current pstate: 2; Current power: 20000000 > [80.000000] [rank 0] Energy consumed: 8650 Joules. > [80.000000] [rank 1] Energy consumed: 12900 Joules. -> [80.000000] [surf_energy/INFO] Total energy consumption: 29550.000000 Joules (used hosts: 21550.000000 Joules; unused/idle hosts: 8000.000000) -> [80.000000] [surf_energy/INFO] Energy consumption of host MyHost1: 8650.000000 Joules -> [80.000000] [surf_energy/INFO] Energy consumption of host MyHost2: 12900.000000 Joules -> [80.000000] [surf_energy/INFO] Energy consumption of host MyHost3: 8000.000000 Joules +> [80.000000] [host_energy/INFO] Total energy consumption: 29550.000000 Joules (used hosts: 21550.000000 Joules; unused/idle hosts: 8000.000000) +> [80.000000] [host_energy/INFO] Energy consumption of host MyHost1: 8650.000000 Joules +> [80.000000] [host_energy/INFO] Energy consumption of host MyHost2: 12900.000000 Joules +> [80.000000] [host_energy/INFO] Energy consumption of host MyHost3: 8000.000000 Joules diff --git a/examples/smpi/replay/replay.cpp b/examples/smpi/replay/replay.cpp index 1d37b5a6c7..4fdc7232c0 100644 --- a/examples/smpi/replay/replay.cpp +++ b/examples/smpi/replay/replay.cpp @@ -10,7 +10,7 @@ #include "xbt/str.h" #include "xbt/log.h" -XBT_LOG_NEW_DEFAULT_CATEGORY(replay_test, "Messages specific for this msg example"); +XBT_LOG_NEW_DEFAULT_CATEGORY(replay_test, "Messages specific for this example"); /* This shows how to extend the trace format by adding a new kind of events. This function is registered through xbt_replay_action_register() below. */ diff --git a/examples/smpi/replay_multiple/replay_multiple.cpp b/examples/smpi/replay_multiple/replay_multiple.cpp index bd985d17ee..2bf3e03841 100644 --- a/examples/smpi/replay_multiple/replay_multiple.cpp +++ b/examples/smpi/replay_multiple/replay_multiple.cpp @@ -14,7 +14,7 @@ #include #include -XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test, "Messages specific for this msg example"); +XBT_LOG_NEW_DEFAULT_CATEGORY(replay_multiple, "Messages specific for this example"); static void smpi_replay(int argc, char* argv[]) { diff --git a/examples/smpi/replay_multiple/replay_multiple.tesh b/examples/smpi/replay_multiple/replay_multiple.tesh index d41cac192c..40ec3aa8e1 100644 --- a/examples/smpi/replay_multiple/replay_multiple.tesh +++ b/examples/smpi/replay_multiple/replay_multiple.tesh @@ -8,7 +8,7 @@ p This test needs maxmin/concurrency-limit=100 because it starts 64 hosts on 5 m $ ./replay_multiple description_file ${srcdir:=.}/../../platforms/small_platform_with_routers.xml ${bindir:=.}/deployment.xml --log=smpi.:info --cfg=maxmin/concurrency-limit:100 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'maxmin/concurrency-limit' to '100' > [0.000000] [smpi_config/INFO] You did not set the power of the host running the simulation. The timings will certainly not be accurate. Use the option "--cfg=smpi/host-speed:" to set its value. Check https://simgrid.org/doc/latest/Configuring_SimGrid.html#automatic-benchmarking-of-smpi-code for more information. -> [0.000000] [msg_test/INFO] Initializing instance 1 of size 32 -> [0.000000] [msg_test/INFO] Initializing instance 2 of size 32 +> [0.000000] [replay_multiple/INFO] Initializing instance 1 of size 32 +> [0.000000] [replay_multiple/INFO] Initializing instance 2 of size 32 > [Ginette:2:(34) 37334.835108] [smpi_replay/INFO] Simulation time 10479.078382 -> [37334.835108] [msg_test/INFO] Simulation time 37334.8 +> [37334.835108] [replay_multiple/INFO] Simulation time 37334.8 diff --git a/examples/smpi/smpi_s4u_masterworker/masterworker_mailbox_smpi.cpp b/examples/smpi/smpi_s4u_masterworker/masterworker_mailbox_smpi.cpp index 99f1c6b7ce..2dab28fd09 100644 --- a/examples/smpi/smpi_s4u_masterworker/masterworker_mailbox_smpi.cpp +++ b/examples/smpi/smpi_s4u_masterworker/masterworker_mailbox_smpi.cpp @@ -9,7 +9,7 @@ #include #include /* snprintf */ -XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test, "Messages specific for this msg example"); +XBT_LOG_NEW_DEFAULT_CATEGORY(smpi_masterworkers, "Messages specific for this example"); static void master(std::vector args) { diff --git a/examples/smpi/smpi_s4u_masterworker/s4u_smpi.tesh b/examples/smpi/smpi_s4u_masterworker/s4u_smpi.tesh index 4e84d1b6c8..554a3f79f1 100644 --- a/examples/smpi/smpi_s4u_masterworker/s4u_smpi.tesh +++ b/examples/smpi/smpi_s4u_masterworker/s4u_smpi.tesh @@ -3,42 +3,42 @@ p Test the use of SMPI+MSG in the same file, as well as several different SMPI i $ ./masterworker_mailbox_smpi ${srcdir:=.}/../../platforms/small_platform_with_routers.xml ${srcdir:=.}/deployment_masterworker_mailbox_smpi.xml --log=smpi.:info --cfg=smpi/simulate-computation:no > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'smpi/simulate-computation' to 'no' > [0.000000] [smpi_config/INFO] You did not set the power of the host running the simulation. The timings will certainly not be accurate. Use the option "--cfg=smpi/host-speed:" to set its value. Check https://simgrid.org/doc/latest/Configuring_SimGrid.html#automatic-benchmarking-of-smpi-code for more information. -> [Ginette:master_mpi:(4) 0.000000] [msg_test/INFO] here for rank 0 -> [Bourassa:master_mpi:(5) 0.000000] [msg_test/INFO] here for rank 1 -> [Ginette:alltoall_mpi:(6) 0.000000] [msg_test/INFO] alltoall for rank 0 -> [Bourassa:alltoall_mpi:(7) 0.000000] [msg_test/INFO] alltoall for rank 1 -> [Jupiter:alltoall_mpi:(8) 0.000000] [msg_test/INFO] alltoall for rank 2 -> [Fafard:alltoall_mpi:(9) 0.000000] [msg_test/INFO] alltoall for rank 3 -> [Tremblay:master:(1) 0.000000] [msg_test/INFO] Got 2 workers and 20 tasks to process -> [Tremblay:master:(1) 0.000000] [msg_test/INFO] Sending task 0 of 20 to mailbox 'Ginette' -> [Ginette:master_mpi:(4) 0.000000] [msg_test/INFO] After comm 0 -> [Ginette:master_mpi:(4) 0.000000] [msg_test/INFO] After finalize 0 0 -> [Bourassa:master_mpi:(5) 0.016871] [msg_test/INFO] After comm 1 -> [Bourassa:master_mpi:(5) 0.016871] [msg_test/INFO] After finalize 1 0 -> [Ginette:alltoall_mpi:(6) 0.100236] [msg_test/INFO] after alltoall 0 -> [Fafard:alltoall_mpi:(9) 0.100642] [msg_test/INFO] after alltoall 3 -> [Tremblay:master:(1) 0.125471] [msg_test/INFO] Sending task 1 of 20 to mailbox 'Jupiter' -> [Bourassa:alltoall_mpi:(7) 0.129102] [msg_test/INFO] after alltoall 1 -> [Jupiter:alltoall_mpi:(8) 0.129378] [msg_test/INFO] after alltoall 2 -> [Tremblay:master:(1) 0.294626] [msg_test/INFO] Sending task 2 of 20 to mailbox 'Ginette' -> [Tremblay:master:(1) 1.280301] [msg_test/INFO] Sending task 3 of 20 to mailbox 'Jupiter' -> [Tremblay:master:(1) 1.449456] [msg_test/INFO] Sending task 4 of 20 to mailbox 'Ginette' -> [Tremblay:master:(1) 2.435131] [msg_test/INFO] Sending task 5 of 20 to mailbox 'Jupiter' -> [Tremblay:master:(1) 2.604286] [msg_test/INFO] Sending task 6 of 20 to mailbox 'Ginette' -> [Tremblay:master:(1) 3.589961] [msg_test/INFO] Sending task 7 of 20 to mailbox 'Jupiter' -> [Tremblay:master:(1) 3.759116] [msg_test/INFO] Sending task 8 of 20 to mailbox 'Ginette' -> [Tremblay:master:(1) 4.744791] [msg_test/INFO] Sending task 9 of 20 to mailbox 'Jupiter' -> [Tremblay:master:(1) 4.913945] [msg_test/INFO] Sending task 10 of 20 to mailbox 'Ginette' -> [Tremblay:master:(1) 5.899621] [msg_test/INFO] Sending task 11 of 20 to mailbox 'Jupiter' -> [Tremblay:master:(1) 6.068775] [msg_test/INFO] Sending task 12 of 20 to mailbox 'Ginette' -> [Tremblay:master:(1) 7.054451] [msg_test/INFO] Sending task 13 of 20 to mailbox 'Jupiter' -> [Tremblay:master:(1) 7.223605] [msg_test/INFO] Sending task 14 of 20 to mailbox 'Ginette' -> [Tremblay:master:(1) 8.209280] [msg_test/INFO] Sending task 15 of 20 to mailbox 'Jupiter' -> [Tremblay:master:(1) 8.378435] [msg_test/INFO] Sending task 16 of 20 to mailbox 'Ginette' -> [Tremblay:master:(1) 9.364110] [msg_test/INFO] Sending task 17 of 20 to mailbox 'Jupiter' -> [Tremblay:master:(1) 9.533265] [msg_test/INFO] Sending task 18 of 20 to mailbox 'Ginette' -> [Tremblay:master:(1) 10.518940] [msg_test/INFO] Sending task 19 of 20 to mailbox 'Jupiter' -> [Tremblay:master:(1) 10.688095] [msg_test/INFO] All tasks have been dispatched. Request all workers to stop. -> [Ginette:worker:(2) 11.566591] [msg_test/INFO] Exiting now. -> [Jupiter:worker:(3) 11.585605] [msg_test/INFO] Exiting now. -> [11.585605] [msg_test/INFO] Simulation time 11.5856 +> [Ginette:master_mpi:(4) 0.000000] [smpi_masterworkers/INFO] here for rank 0 +> [Bourassa:master_mpi:(5) 0.000000] [smpi_masterworkers/INFO] here for rank 1 +> [Ginette:alltoall_mpi:(6) 0.000000] [smpi_masterworkers/INFO] alltoall for rank 0 +> [Bourassa:alltoall_mpi:(7) 0.000000] [smpi_masterworkers/INFO] alltoall for rank 1 +> [Jupiter:alltoall_mpi:(8) 0.000000] [smpi_masterworkers/INFO] alltoall for rank 2 +> [Fafard:alltoall_mpi:(9) 0.000000] [smpi_masterworkers/INFO] alltoall for rank 3 +> [Tremblay:master:(1) 0.000000] [smpi_masterworkers/INFO] Got 2 workers and 20 tasks to process +> [Tremblay:master:(1) 0.000000] [smpi_masterworkers/INFO] Sending task 0 of 20 to mailbox 'Ginette' +> [Ginette:master_mpi:(4) 0.000000] [smpi_masterworkers/INFO] After comm 0 +> [Ginette:master_mpi:(4) 0.000000] [smpi_masterworkers/INFO] After finalize 0 0 +> [Bourassa:master_mpi:(5) 0.016871] [smpi_masterworkers/INFO] After comm 1 +> [Bourassa:master_mpi:(5) 0.016871] [smpi_masterworkers/INFO] After finalize 1 0 +> [Ginette:alltoall_mpi:(6) 0.100236] [smpi_masterworkers/INFO] after alltoall 0 +> [Fafard:alltoall_mpi:(9) 0.100642] [smpi_masterworkers/INFO] after alltoall 3 +> [Tremblay:master:(1) 0.125471] [smpi_masterworkers/INFO] Sending task 1 of 20 to mailbox 'Jupiter' +> [Bourassa:alltoall_mpi:(7) 0.129102] [smpi_masterworkers/INFO] after alltoall 1 +> [Jupiter:alltoall_mpi:(8) 0.129378] [smpi_masterworkers/INFO] after alltoall 2 +> [Tremblay:master:(1) 0.294626] [smpi_masterworkers/INFO] Sending task 2 of 20 to mailbox 'Ginette' +> [Tremblay:master:(1) 1.280301] [smpi_masterworkers/INFO] Sending task 3 of 20 to mailbox 'Jupiter' +> [Tremblay:master:(1) 1.449456] [smpi_masterworkers/INFO] Sending task 4 of 20 to mailbox 'Ginette' +> [Tremblay:master:(1) 2.435131] [smpi_masterworkers/INFO] Sending task 5 of 20 to mailbox 'Jupiter' +> [Tremblay:master:(1) 2.604286] [smpi_masterworkers/INFO] Sending task 6 of 20 to mailbox 'Ginette' +> [Tremblay:master:(1) 3.589961] [smpi_masterworkers/INFO] Sending task 7 of 20 to mailbox 'Jupiter' +> [Tremblay:master:(1) 3.759116] [smpi_masterworkers/INFO] Sending task 8 of 20 to mailbox 'Ginette' +> [Tremblay:master:(1) 4.744791] [smpi_masterworkers/INFO] Sending task 9 of 20 to mailbox 'Jupiter' +> [Tremblay:master:(1) 4.913945] [smpi_masterworkers/INFO] Sending task 10 of 20 to mailbox 'Ginette' +> [Tremblay:master:(1) 5.899621] [smpi_masterworkers/INFO] Sending task 11 of 20 to mailbox 'Jupiter' +> [Tremblay:master:(1) 6.068775] [smpi_masterworkers/INFO] Sending task 12 of 20 to mailbox 'Ginette' +> [Tremblay:master:(1) 7.054451] [smpi_masterworkers/INFO] Sending task 13 of 20 to mailbox 'Jupiter' +> [Tremblay:master:(1) 7.223605] [smpi_masterworkers/INFO] Sending task 14 of 20 to mailbox 'Ginette' +> [Tremblay:master:(1) 8.209280] [smpi_masterworkers/INFO] Sending task 15 of 20 to mailbox 'Jupiter' +> [Tremblay:master:(1) 8.378435] [smpi_masterworkers/INFO] Sending task 16 of 20 to mailbox 'Ginette' +> [Tremblay:master:(1) 9.364110] [smpi_masterworkers/INFO] Sending task 17 of 20 to mailbox 'Jupiter' +> [Tremblay:master:(1) 9.533265] [smpi_masterworkers/INFO] Sending task 18 of 20 to mailbox 'Ginette' +> [Tremblay:master:(1) 10.518940] [smpi_masterworkers/INFO] Sending task 19 of 20 to mailbox 'Jupiter' +> [Tremblay:master:(1) 10.688095] [smpi_masterworkers/INFO] All tasks have been dispatched. Request all workers to stop. +> [Ginette:worker:(2) 11.566591] [smpi_masterworkers/INFO] Exiting now. +> [Jupiter:worker:(3) 11.585605] [smpi_masterworkers/INFO] Exiting now. +> [11.585605] [smpi_masterworkers/INFO] Simulation time 11.5856 diff --git a/src/kernel/activity/ActivityImpl.cpp b/src/kernel/activity/ActivityImpl.cpp index 15d184a821..ea59bd53ec 100644 --- a/src/kernel/activity/ActivityImpl.cpp +++ b/src/kernel/activity/ActivityImpl.cpp @@ -14,7 +14,7 @@ #include #include // isfinite() -XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(ker_actor); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_activity, kernel, "Kernel activity-related synchronization"); namespace simgrid { namespace kernel { diff --git a/src/kernel/activity/CommImpl.cpp b/src/kernel/activity/CommImpl.cpp index 651167b846..39fe618bb6 100644 --- a/src/kernel/activity/CommImpl.cpp +++ b/src/kernel/activity/CommImpl.cpp @@ -16,7 +16,7 @@ #include "src/kernel/resource/StandardLinkImpl.hpp" #include "src/mc/mc_replay.hpp" -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(simix_network, simix, "SIMIX network-related synchronization"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_network, kernel, "Kernel network-related synchronization"); XBT_PRIVATE void simcall_HANDLER_comm_send(smx_simcall_t simcall, smx_actor_t src, smx_mailbox_t mbox, double task_size, double rate, unsigned char* src_buff, size_t src_buff_size, diff --git a/src/kernel/activity/ExecImpl.cpp b/src/kernel/activity/ExecImpl.cpp index 6bfc2b7541..85ab1e907e 100644 --- a/src/kernel/activity/ExecImpl.cpp +++ b/src/kernel/activity/ExecImpl.cpp @@ -15,7 +15,7 @@ #include "src/mc/mc_replay.hpp" #include "src/surf/HostImpl.hpp" -XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(ker_actor); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_cpu, kernel, "Kernel cpu-related synchronization"); namespace simgrid { namespace kernel { diff --git a/src/kernel/activity/IoImpl.cpp b/src/kernel/activity/IoImpl.cpp index f2c5bdcafe..8d96916b53 100644 --- a/src/kernel/activity/IoImpl.cpp +++ b/src/kernel/activity/IoImpl.cpp @@ -17,7 +17,7 @@ #include "src/kernel/resource/DiskImpl.hpp" #include "src/mc/mc_replay.hpp" -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(simix_io, simix, "Logging specific to SIMIX (io)"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_io, kernel, "Kernel io-related synchronization"); namespace simgrid { namespace kernel { diff --git a/src/kernel/activity/MailboxImpl.cpp b/src/kernel/activity/MailboxImpl.cpp index 93b1a19b1e..4c672cbfaf 100644 --- a/src/kernel/activity/MailboxImpl.cpp +++ b/src/kernel/activity/MailboxImpl.cpp @@ -8,7 +8,7 @@ #include -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(simix_mailbox, simix, "Mailbox implementation"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_mailbox, kernel, "Mailbox implementation"); /******************************************************************************/ /* Rendez-Vous Points */ diff --git a/src/kernel/lmm/fair_bottleneck.cpp b/src/kernel/lmm/fair_bottleneck.cpp index ffc1c05d52..951e8db8c2 100644 --- a/src/kernel/lmm/fair_bottleneck.cpp +++ b/src/kernel/lmm/fair_bottleneck.cpp @@ -13,7 +13,7 @@ #include #include -XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(surf_maxmin); +XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(ker_lmm); void simgrid::kernel::lmm::FairBottleneck::bottleneck_solve() { @@ -51,7 +51,7 @@ void simgrid::kernel::lmm::FairBottleneck::bottleneck_solve() auto& var_list = saturated_variable_set; auto& cnst_list = saturated_constraint_set; do { - if (XBT_LOG_ISENABLED(surf_maxmin, xbt_log_priority_debug)) { + if (XBT_LOG_ISENABLED(ker_lmm, xbt_log_priority_debug)) { XBT_DEBUG("Fair bottleneck done"); print(); } @@ -140,7 +140,7 @@ void simgrid::kernel::lmm::FairBottleneck::bottleneck_solve() cnst_list.clear(); modified_ = true; - if (XBT_LOG_ISENABLED(surf_maxmin, xbt_log_priority_debug)) { + if (XBT_LOG_ISENABLED(ker_lmm, xbt_log_priority_debug)) { XBT_DEBUG("Fair bottleneck done"); print(); } diff --git a/src/kernel/lmm/maxmin.cpp b/src/kernel/lmm/maxmin.cpp index 6b86fe03d9..485159d1d6 100644 --- a/src/kernel/lmm/maxmin.cpp +++ b/src/kernel/lmm/maxmin.cpp @@ -7,7 +7,7 @@ #include #include -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_maxmin, surf, "Logging specific to SURF (maxmin)"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_lmm, kernel, "Kernel Linear Max-Min solver"); double sg_maxmin_precision = 1E-5; /* Change this with --cfg=maxmin/precision:VALUE */ double sg_surf_precision = 1E-9; /* Change this with --cfg=surf/precision:VALUE */ @@ -55,7 +55,7 @@ void Element::increase_concurrency() void System::check_concurrency() const { // These checks are very expensive, so do them only if we want to debug SURF LMM - if (not XBT_LOG_ISENABLED(surf_maxmin, xbt_log_priority_debug)) + if (not XBT_LOG_ISENABLED(ker_lmm, xbt_log_priority_debug)) return; for (Constraint const& cnst : constraint_set) { @@ -657,7 +657,7 @@ template void System::lmm_solve(CnstList& cnst_list) if (selective_update_active) remove_all_modified_set(); - if (XBT_LOG_ISENABLED(surf_maxmin, xbt_log_priority_debug)) { + if (XBT_LOG_ISENABLED(ker_lmm, xbt_log_priority_debug)) { print(); } @@ -720,7 +720,7 @@ int Variable::get_min_concurrency_slack() const // loops (after doing the first for enabling==1, and before doing the last for disabling==1) void System::enable_var(Variable* var) { - xbt_assert(not XBT_LOG_ISENABLED(surf_maxmin, xbt_log_priority_debug) || var->can_enable()); + xbt_assert(not XBT_LOG_ISENABLED(ker_lmm, xbt_log_priority_debug) || var->can_enable()); var->sharing_penalty_ = var->staged_penalty_; var->staged_penalty_ = 0; diff --git a/src/kernel/routing/ClusterZone.cpp b/src/kernel/routing/ClusterZone.cpp index 17dd8c8de6..4a51f60936 100644 --- a/src/kernel/routing/ClusterZone.cpp +++ b/src/kernel/routing/ClusterZone.cpp @@ -8,7 +8,7 @@ #include "simgrid/kernel/routing/RoutedZone.hpp" #include "src/kernel/resource/StandardLinkImpl.hpp" -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_cluster, surf, "Routing part of surf"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_routing_cluster, ker_routing, "Kernel Cluster Routing"); /* This routing is specifically setup to represent clusters, aka homogeneous sets of machines * Note that a router is created, easing the interconnection with the rest of the world. */ diff --git a/src/kernel/routing/DijkstraZone.cpp b/src/kernel/routing/DijkstraZone.cpp index 9654a49cbd..c46b5f3976 100644 --- a/src/kernel/routing/DijkstraZone.cpp +++ b/src/kernel/routing/DijkstraZone.cpp @@ -13,7 +13,7 @@ #include #include -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_dijkstra, surf, "Routing part of surf -- dijkstra routing logic"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_routing_dijkstra, ker_routing, "Kernel Dijkstra Routing"); namespace simgrid { namespace kernel { diff --git a/src/kernel/routing/DragonflyZone.cpp b/src/kernel/routing/DragonflyZone.cpp index d9bc3ffbb4..8273672eab 100644 --- a/src/kernel/routing/DragonflyZone.cpp +++ b/src/kernel/routing/DragonflyZone.cpp @@ -12,7 +12,7 @@ #include #include -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_cluster_dragonfly, surf_route_cluster, "Dragonfly Routing part of surf"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_routing_dragonfly, ker_routing, "Kernel Dragonfly Routing"); namespace simgrid { namespace kernel { diff --git a/src/kernel/routing/EmptyZone.cpp b/src/kernel/routing/EmptyZone.cpp index c0c0ff1c90..9489a8b881 100644 --- a/src/kernel/routing/EmptyZone.cpp +++ b/src/kernel/routing/EmptyZone.cpp @@ -9,7 +9,7 @@ #include "simgrid/kernel/routing/EmptyZone.hpp" -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_none, surf, "Routing part of surf"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_routing_none, ker_routing, "Kernel No Routing"); namespace simgrid { namespace kernel { diff --git a/src/kernel/routing/FatTreeZone.cpp b/src/kernel/routing/FatTreeZone.cpp index 0218b3b3ab..2183e2f2da 100644 --- a/src/kernel/routing/FatTreeZone.cpp +++ b/src/kernel/routing/FatTreeZone.cpp @@ -17,7 +17,7 @@ #include #include -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_fat_tree, surf, "Routing for fat trees"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_routing_fat_tree, ker_routing, "Kernel Fat-Tree Routing"); namespace simgrid { namespace kernel { @@ -135,7 +135,7 @@ void FatTreeZone::do_seal() if (this->levels_ == 0) { return; } - if (not XBT_LOG_ISENABLED(surf_route_fat_tree, xbt_log_priority_debug)) { + if (not XBT_LOG_ISENABLED(ker_routing_fat_tree, xbt_log_priority_debug)) { return; } @@ -192,7 +192,7 @@ bool FatTreeZone::are_related(FatTreeNode* parent, FatTreeNode* child) const { std::stringstream msgBuffer; - if (XBT_LOG_ISENABLED(surf_route_fat_tree, xbt_log_priority_debug)) { + if (XBT_LOG_ISENABLED(ker_routing_fat_tree, xbt_log_priority_debug)) { msgBuffer << "Are " << child->id << "(" << child->level << "," << child->position << ") <"; for (unsigned int i = 0; i < this->levels_; i++) { @@ -291,7 +291,7 @@ void FatTreeZone::generate_labels() } for (unsigned int j = 0; j < this->nodes_by_level_[i]; j++) { - if (XBT_LOG_ISENABLED(surf_route_fat_tree, xbt_log_priority_debug)) { + if (XBT_LOG_ISENABLED(ker_routing_fat_tree, xbt_log_priority_debug)) { std::stringstream msgBuffer; msgBuffer << "Assigning label <"; diff --git a/src/kernel/routing/FloydZone.cpp b/src/kernel/routing/FloydZone.cpp index a37f01ab47..0fea4c0db9 100644 --- a/src/kernel/routing/FloydZone.cpp +++ b/src/kernel/routing/FloydZone.cpp @@ -11,7 +11,7 @@ #include -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_floyd, surf, "Routing part of surf"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_routing_floyd, ker_routing, "Kernel Floyd Routing"); namespace simgrid { namespace kernel { diff --git a/src/kernel/routing/FullZone.cpp b/src/kernel/routing/FullZone.cpp index d38853ab1e..c716b8f791 100644 --- a/src/kernel/routing/FullZone.cpp +++ b/src/kernel/routing/FullZone.cpp @@ -8,7 +8,7 @@ #include "src/kernel/resource/StandardLinkImpl.hpp" -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_full, surf, "Routing part of surf"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_routing_full, ker_routing, "Kernel Full Routing"); namespace simgrid { namespace kernel { diff --git a/src/kernel/routing/NetPoint.cpp b/src/kernel/routing/NetPoint.cpp index 2a0aeef5fc..003a87ff66 100644 --- a/src/kernel/routing/NetPoint.cpp +++ b/src/kernel/routing/NetPoint.cpp @@ -9,7 +9,7 @@ #include "simgrid/s4u/Host.hpp" #include "xbt/log.h" -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route, surf, "Routing part of surf"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_netpoint, ker_routing, "Kernel implementation of netpoints"); namespace simgrid { diff --git a/src/kernel/routing/NetZoneImpl.cpp b/src/kernel/routing/NetZoneImpl.cpp index 78d5afd862..39b693659e 100644 --- a/src/kernel/routing/NetZoneImpl.cpp +++ b/src/kernel/routing/NetZoneImpl.cpp @@ -16,7 +16,8 @@ #include "src/surf/HostImpl.hpp" #include "src/kernel/resource/StandardLinkImpl.hpp" -XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(surf_route); + +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_routing, kernel, "Kernel routing-related information"); namespace simgrid { namespace kernel { diff --git a/src/kernel/routing/RoutedZone.cpp b/src/kernel/routing/RoutedZone.cpp index 236df2bd97..021c7b8b4e 100644 --- a/src/kernel/routing/RoutedZone.cpp +++ b/src/kernel/routing/RoutedZone.cpp @@ -11,7 +11,7 @@ #include "xbt/log.h" #include "xbt/sysdep.h" -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_routing_generic, surf_route, "Generic implementation of the surf routing"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_routing_generic, ker_routing, "Kernel Generic Routing"); /* ***************************************************************** */ /* *********************** GENERIC METHODS ************************* */ diff --git a/src/kernel/routing/StarZone.cpp b/src/kernel/routing/StarZone.cpp index e180ff03ac..ddbbd509d1 100644 --- a/src/kernel/routing/StarZone.cpp +++ b/src/kernel/routing/StarZone.cpp @@ -9,7 +9,7 @@ #include "src/kernel/resource/StandardLinkImpl.hpp" #include "xbt/string.hpp" -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_star, surf, "Routing part of surf"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_routing_star, ker_routing, "Kernel Star Routing"); namespace simgrid { namespace kernel { diff --git a/src/kernel/routing/TorusZone.cpp b/src/kernel/routing/TorusZone.cpp index a2007bb53e..4e1927735b 100644 --- a/src/kernel/routing/TorusZone.cpp +++ b/src/kernel/routing/TorusZone.cpp @@ -14,7 +14,7 @@ #include #include -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_cluster_torus, surf_route_cluster, "Torus Routing part of surf"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_routing_torus, ker_routing, "Kernel Torus Routing"); namespace simgrid { namespace kernel { diff --git a/src/kernel/routing/VivaldiZone.cpp b/src/kernel/routing/VivaldiZone.cpp index 2150b245d1..e8b8117327 100644 --- a/src/kernel/routing/VivaldiZone.cpp +++ b/src/kernel/routing/VivaldiZone.cpp @@ -12,7 +12,7 @@ #include -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_vivaldi, surf, "Routing part of surf"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_routing_vivaldi, ker_routing, "Kernel Vivaldi Routing"); namespace simgrid { namespace kernel { diff --git a/src/kernel/routing/WifiZone.cpp b/src/kernel/routing/WifiZone.cpp index 413c0e77f8..b5925e3e64 100644 --- a/src/kernel/routing/WifiZone.cpp +++ b/src/kernel/routing/WifiZone.cpp @@ -8,7 +8,7 @@ #include "src/kernel/resource/StandardLinkImpl.hpp" -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_wifi, surf, "Routing part of surf"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_routing_wifi, ker_routing, "Kernel Wifi Routing"); namespace simgrid { namespace kernel { diff --git a/src/plugins/host_dvfs.cpp b/src/plugins/host_dvfs.cpp index 8d3ef16902..e378837f96 100644 --- a/src/plugins/host_dvfs.cpp +++ b/src/plugins/host_dvfs.cpp @@ -63,7 +63,7 @@ static simgrid::config::Flag */ -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_plugin_dvfs, surf, "Logging specific to the SURF HostDvfs plugin"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(host_dvfs, kernel, "Logging specific to the HostDvfs plugin"); namespace simgrid { namespace plugin { diff --git a/src/plugins/host_energy.cpp b/src/plugins/host_energy.cpp index b01fc31772..4fbb275e71 100644 --- a/src/plugins/host_energy.cpp +++ b/src/plugins/host_energy.cpp @@ -110,7 +110,7 @@ before you can get accurate energy predictions. @endrst */ -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_energy, surf, "Logging specific to the SURF energy plugin"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(host_energy, kernel, "Logging specific to the host energy plugin"); // Forwards declaration needed to make this function a friend (because friends have external linkage by default) static void on_simulation_end(); diff --git a/src/plugins/host_load.cpp b/src/plugins/host_load.cpp index 5ec76715a7..1d7282dd43 100644 --- a/src/plugins/host_load.cpp +++ b/src/plugins/host_load.cpp @@ -32,7 +32,7 @@ It attaches an extension to each host to store some data, and places callbacks i @endrst */ -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_plugin_load, surf, "Logging specific to the HostLoad plugin"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(host_load, kernel, "Logging specific to the HostLoad plugin"); namespace simgrid { namespace plugin { diff --git a/src/plugins/link_energy.cpp b/src/plugins/link_energy.cpp index e528c0d6c5..23f6de0c39 100644 --- a/src/plugins/link_energy.cpp +++ b/src/plugins/link_energy.cpp @@ -39,7 +39,7 @@ SIMGRID_REGISTER_PLUGIN(link_energy, "Link energy consumption.", &sg_link_energy and then use the following function to retrieve the consumption of a given link: sg_link_get_consumed_energy(). */ -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(link_energy, surf, "Logging specific to the SURF LinkEnergy plugin"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(link_energy, kernel, "Logging specific to the LinkEnergy plugin"); namespace simgrid { namespace plugin { diff --git a/src/plugins/link_energy_wifi.cpp b/src/plugins/link_energy_wifi.cpp index de7c075891..2a57a2b21f 100644 --- a/src/plugins/link_energy_wifi.cpp +++ b/src/plugins/link_energy_wifi.cpp @@ -20,7 +20,7 @@ SIMGRID_REGISTER_PLUGIN(link_energy_wifi, "Energy wifi test", &sg_wifi_energy_pl * This is the WiFi energy plugin, accounting for the dissipated energy of WiFi links. */ -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(link_energy_wifi, surf, "Logging specific to the link energy wifi plugin"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(link_energy_wifi, kernel, "Logging specific to the link energy wifi plugin"); namespace simgrid { namespace plugin { diff --git a/src/plugins/link_load.cpp b/src/plugins/link_load.cpp index 9ecd464a52..d29e70861e 100644 --- a/src/plugins/link_load.cpp +++ b/src/plugins/link_load.cpp @@ -32,7 +32,7 @@ SIMGRID_REGISTER_PLUGIN(link_load, "Link cumulated load.", &sg_link_load_plugin_ - Reset the counters on any tracked link via sg_link_load_reset(). */ -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(link_load, surf, "Logging specific to the SURF LinkLoad plugin"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(link_load, kernel, "Logging specific to the LinkLoad plugin"); namespace simgrid { namespace plugin { diff --git a/src/s4u/s4u_Host.cpp b/src/s4u/s4u_Host.cpp index 00f359e460..17b7f43941 100644 --- a/src/s4u/s4u_Host.cpp +++ b/src/s4u/s4u_Host.cpp @@ -20,7 +20,7 @@ #include XBT_LOG_NEW_DEFAULT_SUBCATEGORY(s4u_host, s4u, "Logging specific to the S4U hosts"); -XBT_LOG_EXTERNAL_CATEGORY(surf_route); +XBT_LOG_EXTERNAL_CATEGORY(ker_routing); namespace simgrid { @@ -171,11 +171,11 @@ void Host::route_to(const Host* dest, std::vector& links, double* latency void Host::route_to(const Host* dest, std::vector& links, double* latency) const { kernel::routing::NetZoneImpl::get_global_route(pimpl_netpoint_, dest->get_netpoint(), links, latency); - if (XBT_LOG_ISENABLED(surf_route, xbt_log_priority_debug)) { - XBT_CDEBUG(surf_route, "Route from '%s' to '%s' (latency: %f):", get_cname(), dest->get_cname(), + if (XBT_LOG_ISENABLED(ker_routing, xbt_log_priority_debug)) { + XBT_CDEBUG(ker_routing, "Route from '%s' to '%s' (latency: %f):", get_cname(), dest->get_cname(), (latency == nullptr ? -1 : *latency)); for (auto const* link : links) - XBT_CDEBUG(surf_route, " Link '%s'", link->get_cname()); + XBT_CDEBUG(ker_routing, " Link '%s'", link->get_cname()); } } diff --git a/src/simix/libsmx.cpp b/src/simix/libsmx.cpp index c9d23dc4c4..198250b5fc 100644 --- a/src/simix/libsmx.cpp +++ b/src/simix/libsmx.cpp @@ -24,7 +24,6 @@ #include #include #include -XBT_LOG_NEW_CATEGORY(simix, "All SIMIX categories"); unsigned int simcall_execution_waitany_for(simgrid::kernel::activity::ExecImpl* execs[], size_t count, double timeout) // XBT_ATTRIB_DEPRECATED_v331 diff --git a/src/simix/popping.cpp b/src/simix/popping.cpp index 090b1b2adc..b32b3948f4 100644 --- a/src/simix/popping.cpp +++ b/src/simix/popping.cpp @@ -6,8 +6,7 @@ #include "src/simix/popping_private.hpp" #include "xbt/log.h" -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(simix_popping, simix, - "Popping part of SIMIX (transmuting from user request into kernel handlers)"); +XBT_LOG_NEW_DEFAULT_CATEGORY(simix, "transmuting from user request into kernel handlers"); void SIMIX_run_kernel(std::function const* code) { diff --git a/src/simix/popping_generated.cpp b/src/simix/popping_generated.cpp index 8ac55719c5..b5e566d102 100644 --- a/src/simix/popping_generated.cpp +++ b/src/simix/popping_generated.cpp @@ -24,7 +24,7 @@ #include "src/kernel/actor/SimcallObserver.hpp" #include "src/kernel/context/Context.hpp" -XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(simix_popping); +XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(simix); using simgrid::simix::Simcall; /** @brief Simcalls' names (generated from src/simix/simcalls.in) */ diff --git a/src/simix/simcalls.py b/src/simix/simcalls.py index 62358d0e8d..ef75a13314 100755 --- a/src/simix/simcalls.py +++ b/src/simix/simcalls.py @@ -318,7 +318,7 @@ if __name__ == '__main__': fd.write('#include "src/kernel/context/Context.hpp"\n') fd.write('\n') - fd.write('XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(simix_popping);\n\n') + fd.write('XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(simix);\n\n') fd.write('using simgrid::simix::Simcall;') fd.write('\n') diff --git a/teshsuite/mc/mutex-handling/mutex-handling.cpp b/teshsuite/mc/mutex-handling/mutex-handling.cpp index 7c12bc8e07..cd09206040 100644 --- a/teshsuite/mc/mutex-handling/mutex-handling.cpp +++ b/teshsuite/mc/mutex-handling/mutex-handling.cpp @@ -24,7 +24,7 @@ #include "simgrid/s4u/Mailbox.hpp" #include "simgrid/s4u/Mutex.hpp" -XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test, "Messages specific for this msg example"); +XBT_LOG_NEW_DEFAULT_CATEGORY(mutex_handling, "Messages specific for this test"); static int receiver(const char* box_name) { diff --git a/teshsuite/models/cloud-sharing/cloud-sharing.cpp b/teshsuite/models/cloud-sharing/cloud-sharing.cpp index 5aa5d0a368..9ceadaef29 100644 --- a/teshsuite/models/cloud-sharing/cloud-sharing.cpp +++ b/teshsuite/models/cloud-sharing/cloud-sharing.cpp @@ -9,7 +9,7 @@ #include "simgrid/s4u/VirtualMachine.hpp" #include -XBT_LOG_NEW_DEFAULT_CATEGORY(s4u_test, "Messages specific for this msg example"); +XBT_LOG_NEW_DEFAULT_CATEGORY(s4u_test, "Messages specific for this test"); const int FAIL_ON_ERROR = 0; const int flop_amount = 100000000; // 100Mf, so that computing this on a 1Gf core takes exactly 0.1s diff --git a/teshsuite/models/cloud-sharing/cloud-sharing.tesh b/teshsuite/models/cloud-sharing/cloud-sharing.tesh index 2a84d8331b..acca33b20e 100644 --- a/teshsuite/models/cloud-sharing/cloud-sharing.tesh +++ b/teshsuite/models/cloud-sharing/cloud-sharing.tesh @@ -210,28 +210,28 @@ $ ./cloud-sharing ${platfdir}/cluster_multi.xml >[node-0.1core.org:master:(1) 86.000000] [s4u_test/INFO] . >[node-0.1core.org:master:(1) 86.000000] [s4u_test/INFO] ## 0 test failed >[node-0.1core.org:master:(1) 86.000000] [s4u_test/INFO] . ->[86.000000] [surf_energy/INFO] Total energy consumption: 8.200000 Joules (used hosts: 8.200000 Joules; unused/idle hosts: 0.000000) ->[86.000000] [surf_energy/INFO] Energy consumption of host node-0.1core.org: 0.800000 Joules ->[86.000000] [surf_energy/INFO] Energy consumption of host node-0.2cores.org: 3.700000 Joules ->[86.000000] [surf_energy/INFO] Energy consumption of host node-0.4cores.org: 3.600000 Joules ->[86.000000] [surf_energy/INFO] Energy consumption of host node-1.1core.org: 0.100000 Joules ->[86.000000] [surf_energy/INFO] Energy consumption of host node-1.2cores.org: 0.000000 Joules ->[86.000000] [surf_energy/INFO] Energy consumption of host node-1.4cores.org: 0.000000 Joules ->[86.000000] [surf_energy/INFO] Energy consumption of host node-2.1core.org: 0.000000 Joules ->[86.000000] [surf_energy/INFO] Energy consumption of host node-2.2cores.org: 0.000000 Joules ->[86.000000] [surf_energy/INFO] Energy consumption of host node-2.4cores.org: 0.000000 Joules ->[86.000000] [surf_energy/INFO] Energy consumption of host node-3.1core.org: 0.000000 Joules ->[86.000000] [surf_energy/INFO] Energy consumption of host node-3.2cores.org: 0.000000 Joules ->[86.000000] [surf_energy/INFO] Energy consumption of host node-3.4cores.org: 0.000000 Joules ->[86.000000] [surf_energy/INFO] Energy consumption of host node-4.1core.org: 0.000000 Joules ->[86.000000] [surf_energy/INFO] Energy consumption of host node-4.2cores.org: 0.000000 Joules ->[86.000000] [surf_energy/INFO] Energy consumption of host node-4.4cores.org: 0.000000 Joules ->[86.000000] [surf_energy/INFO] Energy consumption of host node-5.1core.org: 0.000000 Joules ->[86.000000] [surf_energy/INFO] Energy consumption of host node-5.2cores.org: 0.000000 Joules ->[86.000000] [surf_energy/INFO] Energy consumption of host node-5.4cores.org: 0.000000 Joules ->[86.000000] [surf_energy/INFO] Energy consumption of host node-6.1core.org: 0.000000 Joules ->[86.000000] [surf_energy/INFO] Energy consumption of host node-6.2cores.org: 0.000000 Joules ->[86.000000] [surf_energy/INFO] Energy consumption of host node-6.4cores.org: 0.000000 Joules ->[86.000000] [surf_energy/INFO] Energy consumption of host node-7.1core.org: 0.000000 Joules ->[86.000000] [surf_energy/INFO] Energy consumption of host node-7.2cores.org: 0.000000 Joules ->[86.000000] [surf_energy/INFO] Energy consumption of host node-7.4cores.org: 0.000000 Joules +>[86.000000] [host_energy/INFO] Total energy consumption: 8.200000 Joules (used hosts: 8.200000 Joules; unused/idle hosts: 0.000000) +>[86.000000] [host_energy/INFO] Energy consumption of host node-0.1core.org: 0.800000 Joules +>[86.000000] [host_energy/INFO] Energy consumption of host node-0.2cores.org: 3.700000 Joules +>[86.000000] [host_energy/INFO] Energy consumption of host node-0.4cores.org: 3.600000 Joules +>[86.000000] [host_energy/INFO] Energy consumption of host node-1.1core.org: 0.100000 Joules +>[86.000000] [host_energy/INFO] Energy consumption of host node-1.2cores.org: 0.000000 Joules +>[86.000000] [host_energy/INFO] Energy consumption of host node-1.4cores.org: 0.000000 Joules +>[86.000000] [host_energy/INFO] Energy consumption of host node-2.1core.org: 0.000000 Joules +>[86.000000] [host_energy/INFO] Energy consumption of host node-2.2cores.org: 0.000000 Joules +>[86.000000] [host_energy/INFO] Energy consumption of host node-2.4cores.org: 0.000000 Joules +>[86.000000] [host_energy/INFO] Energy consumption of host node-3.1core.org: 0.000000 Joules +>[86.000000] [host_energy/INFO] Energy consumption of host node-3.2cores.org: 0.000000 Joules +>[86.000000] [host_energy/INFO] Energy consumption of host node-3.4cores.org: 0.000000 Joules +>[86.000000] [host_energy/INFO] Energy consumption of host node-4.1core.org: 0.000000 Joules +>[86.000000] [host_energy/INFO] Energy consumption of host node-4.2cores.org: 0.000000 Joules +>[86.000000] [host_energy/INFO] Energy consumption of host node-4.4cores.org: 0.000000 Joules +>[86.000000] [host_energy/INFO] Energy consumption of host node-5.1core.org: 0.000000 Joules +>[86.000000] [host_energy/INFO] Energy consumption of host node-5.2cores.org: 0.000000 Joules +>[86.000000] [host_energy/INFO] Energy consumption of host node-5.4cores.org: 0.000000 Joules +>[86.000000] [host_energy/INFO] Energy consumption of host node-6.1core.org: 0.000000 Joules +>[86.000000] [host_energy/INFO] Energy consumption of host node-6.2cores.org: 0.000000 Joules +>[86.000000] [host_energy/INFO] Energy consumption of host node-6.4cores.org: 0.000000 Joules +>[86.000000] [host_energy/INFO] Energy consumption of host node-7.1core.org: 0.000000 Joules +>[86.000000] [host_energy/INFO] Energy consumption of host node-7.2cores.org: 0.000000 Joules +>[86.000000] [host_energy/INFO] Energy consumption of host node-7.4cores.org: 0.000000 Joules diff --git a/teshsuite/s4u/cloud-two-execs/cloud-two-execs.cpp b/teshsuite/s4u/cloud-two-execs/cloud-two-execs.cpp index 5621a8cf05..adfd0f4657 100644 --- a/teshsuite/s4u/cloud-two-execs/cloud-two-execs.cpp +++ b/teshsuite/s4u/cloud-two-execs/cloud-two-execs.cpp @@ -5,7 +5,7 @@ #include "simgrid/s4u.hpp" -XBT_LOG_NEW_DEFAULT_CATEGORY(s4u_test, "Messages specific for this msg example"); +XBT_LOG_NEW_DEFAULT_CATEGORY(s4u_test, "Messages specific for this example"); simgrid::s4u::ExecPtr exec; diff --git a/teshsuite/s4u/pid/pid.cpp b/teshsuite/s4u/pid/pid.cpp index f9aa7e879e..6e18870e5d 100644 --- a/teshsuite/s4u/pid/pid.cpp +++ b/teshsuite/s4u/pid/pid.cpp @@ -5,7 +5,7 @@ #include "simgrid/s4u.hpp" -XBT_LOG_NEW_DEFAULT_CATEGORY(s4u_test, "Messages specific for this msg example"); +XBT_LOG_NEW_DEFAULT_CATEGORY(s4u_test, "Messages specific for this example"); static void sendpid() { diff --git a/teshsuite/s4u/trace-integration/trace-integration.cpp b/teshsuite/s4u/trace-integration/trace-integration.cpp index dc24e395fd..0c7e384bc6 100644 --- a/teshsuite/s4u/trace-integration/trace-integration.cpp +++ b/teshsuite/s4u/trace-integration/trace-integration.cpp @@ -6,7 +6,7 @@ #include "simgrid/s4u.hpp" -XBT_LOG_NEW_DEFAULT_CATEGORY(test_trace_integration, "Messages specific for this msg example"); +XBT_LOG_NEW_DEFAULT_CATEGORY(test_trace_integration, "Messages specific for this example"); /** test the trace integration cpu model */ static void test_trace(std::vector args) diff --git a/teshsuite/s4u/trace-integration/trace-integration.tesh b/teshsuite/s4u/trace-integration/trace-integration.tesh index 0db4220061..6899622175 100644 --- a/teshsuite/s4u/trace-integration/trace-integration.tesh +++ b/teshsuite/s4u/trace-integration/trace-integration.tesh @@ -4,7 +4,7 @@ p c=cycle s=step p=priority h=host p Testing trace integration using trace_B.txt and test-hbp1-c0s0-c0s1.xml, test_trace:start == trace_cycle_0_step_0, test_trace:end < trace_cycle_0_step_1 ! output sort -$ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1-c0s0-c0s1.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI --log=simix.thresh:warning "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" +$ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1-c0s0-c0s1.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" > [ 0.000000] (0:maestro@) Configuration change: Set 'host/model' to 'compound' > [ 0.000000] (0:maestro@) Configuration change: Set 'network/model' to 'CM02' > [ 0.000000] (0:maestro@) Configuration change: Set 'cpu/optim' to 'TI' @@ -16,7 +16,7 @@ $ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1 p Testing trace integration using trace_B.txt and test-hbp1-c0s1-c0s2.xml, test_trace:start == trace_cycle_0_step_1, test_trace:end < trace_cycle_0_step_2 ! output sort -$ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1-c0s1-c0s2.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI --log=simix.thresh:warning "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" +$ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1-c0s1-c0s2.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" > [ 0.000000] (0:maestro@) Configuration change: Set 'host/model' to 'compound' > [ 0.000000] (0:maestro@) Configuration change: Set 'network/model' to 'CM02' > [ 0.000000] (0:maestro@) Configuration change: Set 'cpu/optim' to 'TI' @@ -28,7 +28,7 @@ $ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1 p Testing trace integration using trace_B.txt and test-hbp1-c0s2-c1s0.xml, test_trace:start == trace_cycle_0_step_2, test_trace:end < trace_cycle_1_step_0 ! output sort -$ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1-c0s2-c1s0.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI --log=simix.thresh:warning "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" +$ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1-c0s2-c1s0.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" > [ 0.000000] (0:maestro@) Configuration change: Set 'host/model' to 'compound' > [ 0.000000] (0:maestro@) Configuration change: Set 'network/model' to 'CM02' > [ 0.000000] (0:maestro@) Configuration change: Set 'cpu/optim' to 'TI' @@ -40,7 +40,7 @@ $ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1 p Testing trace integration using trace_B.txt and test-hbp1-c0s0-c1s0.xml, test_trace:start == trace_cycle_0_step_0, test_trace:end < trace_cycle_1_step_0 ! output sort -$ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1-c0s0-c1s0.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI --log=simix.thresh:warning "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" +$ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1-c0s0-c1s0.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" > [ 0.000000] (0:maestro@) Configuration change: Set 'host/model' to 'compound' > [ 0.000000] (0:maestro@) Configuration change: Set 'network/model' to 'CM02' > [ 0.000000] (0:maestro@) Configuration change: Set 'cpu/optim' to 'TI' @@ -52,7 +52,7 @@ $ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1 p Testing trace integration using trace_B.txt and test-hbp1-c0s2-c1s1.xml, test_trace:start == trace_cycle_0_step_2, test_trace:end < trace_cycle_1_step_1 ! output sort -$ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1-c0s2-c1s1.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI --log=simix.thresh:warning "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" +$ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1-c0s2-c1s1.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" > [ 0.000000] (0:maestro@) Configuration change: Set 'host/model' to 'compound' > [ 0.000000] (0:maestro@) Configuration change: Set 'network/model' to 'CM02' > [ 0.000000] (0:maestro@) Configuration change: Set 'cpu/optim' to 'TI' @@ -64,7 +64,7 @@ $ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1 p Testing trace integration using trace_B.txt and test-hbp1-c0s1-c2s2.xml, test_trace:start == trace_cycle_0_step_1, test_trace:end < trace_cycle_2_step_2 ! output sort -$ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1-c0s1-c2s2.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI --log=simix.thresh:warning "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" +$ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1-c0s1-c2s2.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" > [ 0.000000] (0:maestro@) Configuration change: Set 'host/model' to 'compound' > [ 0.000000] (0:maestro@) Configuration change: Set 'network/model' to 'CM02' > [ 0.000000] (0:maestro@) Configuration change: Set 'cpu/optim' to 'TI' @@ -76,7 +76,7 @@ $ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1 p Testing trace integration using trace_B.txt and test-hbp1-c1s1-c1s2.xml, test_trace:start == trace_cycle_1_step_1, test_trace:end < trace_cycle_1_step_2 ! output sort -$ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1-c1s1-c1s2.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI --log=simix.thresh:warning "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" +$ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1-c1s1-c1s2.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" > [ 0.000000] (0:maestro@) Configuration change: Set 'host/model' to 'compound' > [ 0.000000] (0:maestro@) Configuration change: Set 'network/model' to 'CM02' > [ 0.000000] (0:maestro@) Configuration change: Set 'cpu/optim' to 'TI' @@ -88,7 +88,7 @@ $ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1 p Testing trace integration using trace_B.txt and test-hbp1-c1s1-c3s2.xml, test_trace:start == trace_cycle_1_step_1, test_trace:end < trace_cycle_3_step_2 ! output sort -$ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1-c1s1-c3s2.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI --log=simix.thresh:warning "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" +$ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1-c1s1-c3s2.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" > [ 0.000000] (0:maestro@) Configuration change: Set 'host/model' to 'compound' > [ 0.000000] (0:maestro@) Configuration change: Set 'network/model' to 'CM02' > [ 0.000000] (0:maestro@) Configuration change: Set 'cpu/optim' to 'TI' @@ -100,7 +100,7 @@ $ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1 p Testing trace integration using trace_B.txt and test-hbp1.5-hbp1.5.xml, two process with same priority ! output sort -$ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1.5-hbp1.5.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI --log=simix.thresh:warning "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" +$ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1.5-hbp1.5.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" > [ 0.000000] (0:maestro@) Configuration change: Set 'host/model' to 'compound' > [ 0.000000] (0:maestro@) Configuration change: Set 'network/model' to 'CM02' > [ 0.000000] (0:maestro@) Configuration change: Set 'cpu/optim' to 'TI' @@ -116,7 +116,7 @@ $ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1 p Testing trace integration using trace_B.txt and test-hbp2.5-hbp1.5.xml, two process with different priority ! output sort -$ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp2.5-hbp1.5.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI --log=simix.thresh:warning "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" +$ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp2.5-hbp1.5.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" > [ 0.000000] (0:maestro@) Configuration change: Set 'host/model' to 'compound' > [ 0.000000] (0:maestro@) Configuration change: Set 'network/model' to 'CM02' > [ 0.000000] (0:maestro@) Configuration change: Set 'cpu/optim' to 'TI' @@ -132,7 +132,7 @@ $ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp2 p Testing trace integration using trace_B.txt and test-hbp2.5-hbp1.5.xml, two process with different priority (included) ! output sort -$ ./trace-integration ${platfdir}/two_hosts_platform_with_availability_included.xml ${srcdir:=.}/test-hbp2.5-hbp1.5.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI --log=simix.thresh:warning "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" +$ ./trace-integration ${platfdir}/two_hosts_platform_with_availability_included.xml ${srcdir:=.}/test-hbp2.5-hbp1.5.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" > [ 0.000000] (0:maestro@) Configuration change: Set 'host/model' to 'compound' > [ 0.000000] (0:maestro@) Configuration change: Set 'network/model' to 'CM02' > [ 0.000000] (0:maestro@) Configuration change: Set 'cpu/optim' to 'TI' @@ -148,7 +148,7 @@ $ ./trace-integration ${platfdir}/two_hosts_platform_with_availability_included. p Testing trace integration using trace_B.txt and test-hbp1.0-hbp1.0-hbp1.0.xml, three process with same priority ! output sort -$ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1.0-hbp1.0-hbp1.0.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI --log=simix.thresh:warning "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" +$ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1.0-hbp1.0-hbp1.0.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" > [ 0.000000] (0:maestro@) Configuration change: Set 'host/model' to 'compound' > [ 0.000000] (0:maestro@) Configuration change: Set 'network/model' to 'CM02' > [ 0.000000] (0:maestro@) Configuration change: Set 'cpu/optim' to 'TI' @@ -168,7 +168,7 @@ $ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1 p Testing trace integration using trace_B.txt and test-hbp1.0-hbp3.0-hbp4.0.xml, three process with different priority ! output sort -$ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1.0-hbp3.0-hbp4.0.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI --log=simix.thresh:warning "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" +$ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1.0-hbp3.0-hbp4.0.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" > [ 0.000000] (0:maestro@) Configuration change: Set 'host/model' to 'compound' > [ 0.000000] (0:maestro@) Configuration change: Set 'network/model' to 'CM02' > [ 0.000000] (0:maestro@) Configuration change: Set 'cpu/optim' to 'TI' @@ -188,7 +188,7 @@ $ ./trace-integration ${platfdir}/two_hosts_profiles.xml ${srcdir:=.}/test-hbp1 p Testing trace integration using trace_B.txt and test-hbp1.0-hbp3.0-hbp4.0.xml, three process with different priority (included) ! output sort -$ ./trace-integration ${platfdir}/two_hosts_platform_with_availability_included.xml ${srcdir:=.}/test-hbp1.0-hbp3.0-hbp4.0.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI --log=simix.thresh:warning "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" +$ ./trace-integration ${platfdir}/two_hosts_platform_with_availability_included.xml ${srcdir:=.}/test-hbp1.0-hbp3.0-hbp4.0.xml --cfg=host/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" > [ 0.000000] (0:maestro@) Configuration change: Set 'host/model' to 'compound' > [ 0.000000] (0:maestro@) Configuration change: Set 'network/model' to 'CM02' > [ 0.000000] (0:maestro@) Configuration change: Set 'cpu/optim' to 'TI' diff --git a/teshsuite/s4u/vm-live-migration/vm-live-migration.tesh b/teshsuite/s4u/vm-live-migration/vm-live-migration.tesh index 9b40676249..ea04da4465 100644 --- a/teshsuite/s4u/vm-live-migration/vm-live-migration.tesh +++ b/teshsuite/s4u/vm-live-migration/vm-live-migration.tesh @@ -4,6 +4,6 @@ $ ./vm-live-migration ${srcdir}/platform.xml > [host1:migration:(2) 0.000000] [example/INFO] VM0 migration started > [host1:migration:(2) 1.000000] [example/INFO] VM 'VM0' migrated from 'host1' to 'host2' > [VM0:executor:(1) 3.000000] [example/INFO] Task done. It's running on VM0@host2 that runs at 2e+09f/s. host2 runs at 2e+09f/s -> [3.000000] [surf_energy/INFO] Total energy consumption: 12.000000 Joules (used hosts: 12.000000 Joules; unused/idle hosts: 0.000000) -> [3.000000] [surf_energy/INFO] Energy consumption of host host1: 4.000000 Joules -> [3.000000] [surf_energy/INFO] Energy consumption of host host2: 8.000000 Joules +> [3.000000] [host_energy/INFO] Total energy consumption: 12.000000 Joules (used hosts: 12.000000 Joules; unused/idle hosts: 0.000000) +> [3.000000] [host_energy/INFO] Energy consumption of host host1: 4.000000 Joules +> [3.000000] [host_energy/INFO] Energy consumption of host host2: 8.000000 Joules diff --git a/teshsuite/surf/maxmin_bench/maxmin_bench.cpp b/teshsuite/surf/maxmin_bench/maxmin_bench.cpp index a2cc1ff76c..67717dedee 100644 --- a/teshsuite/surf/maxmin_bench/maxmin_bench.cpp +++ b/teshsuite/surf/maxmin_bench/maxmin_bench.cpp @@ -137,11 +137,11 @@ int main(int argc, char **argv) mode=3; if(mode==1) - xbt_log_control_set("surf/maxmin.threshold:DEBUG surf/maxmin.fmt:\'[%r]: [%c/%p] %m%n\' " - "surf.threshold:DEBUG surf.fmt:\'[%r]: [%c/%p] %m%n\' "); + xbt_log_control_set("ker_lmm.threshold:DEBUG ker_lmm.fmt:\'[%r]: [%c/%p] %m%n\' " + "kernel.threshold:DEBUG kernel.fmt:\'[%r]: [%c/%p] %m%n\' "); if(mode==2) - xbt_log_control_set("surf/maxmin.threshold:DEBUG surf.threshold:DEBUG"); + xbt_log_control_set("ker_lmm.threshold:DEBUG kernel.threshold:DEBUG"); unsigned int nb_cnst= TestClasses[testclass][0]; unsigned int nb_var= TestClasses[testclass][1]; diff --git a/teshsuite/surf/maxmin_bench/maxmin_bench_medium.tesh b/teshsuite/surf/maxmin_bench/maxmin_bench_medium.tesh index 5490940308..98a0ab15be 100644 --- a/teshsuite/surf/maxmin_bench/maxmin_bench_medium.tesh +++ b/teshsuite/surf/maxmin_bench/maxmin_bench_medium.tesh @@ -5,2894 +5,2894 @@ ! output sort $ ${bindir:=.}/maxmin_bench medium 5 test > Starting 0: (845) -> [0.000000]: [surf_maxmin/DEBUG] Setting selective_update_active flag to 0 +> [0.000000]: [ker_lmm/DEBUG] Setting selective_update_active flag to 0 > Starting to solve(353) -> [0.000000]: [surf_maxmin/DEBUG] Active constraints : 100 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '39' usage: 23.134932 remaining: 2.116281 concurrency: 12<=13<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '75' usage: 18.507712 remaining: 3.572698 concurrency: 9<=10<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '46' usage: 17.325345 remaining: 6.944002 concurrency: 9<=10<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '25' usage: 17.916255 remaining: 5.331653 concurrency: 10<=10<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '71' usage: 19.481303 remaining: 3.013605 concurrency: 10<=10<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '1' usage: 16.318483 remaining: 9.971848 concurrency: 9<=10<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '93' usage: 18.188539 remaining: 2.336225 concurrency: 8<=9<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '73' usage: 16.269828 remaining: 3.266449 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '23' usage: 21.489847 remaining: 0.983468 concurrency: 11<=11<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '16' usage: 27.198881 remaining: 9.682616 concurrency: 13<=13<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '27' usage: 22.688002 remaining: 1.421201 concurrency: 12<=12<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '44' usage: 9.873107 remaining: 6.997584 concurrency: 4<=5<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '100' usage: 21.423903 remaining: 7.471216 concurrency: 11<=11<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '76' usage: 13.241625 remaining: 7.645926 concurrency: 7<=7<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '9' usage: 12.559901 remaining: 6.852195 concurrency: 5<=6<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '66' usage: 13.416108 remaining: 1.147460 concurrency: 9<=10<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '88' usage: 16.930558 remaining: 1.073653 concurrency: 8<=9<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '53' usage: 18.251764 remaining: 4.479802 concurrency: 9<=9<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '19' usage: 26.380432 remaining: 8.291469 concurrency: 14<=14<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '81' usage: 11.991138 remaining: 7.427648 concurrency: 5<=6<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '91' usage: 18.434739 remaining: 2.317585 concurrency: 10<=10<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '38' usage: 13.708452 remaining: 0.836230 concurrency: 8<=9<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '63' usage: 13.424493 remaining: 4.280912 concurrency: 8<=8<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '10' usage: 18.696579 remaining: 4.434529 concurrency: 8<=8<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '67' usage: 19.999816 remaining: 0.640673 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '51' usage: 14.712297 remaining: 0.298014 concurrency: 6<=7<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '30' usage: 14.801724 remaining: 9.888611 concurrency: 8<=8<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '24' usage: 18.525588 remaining: 6.716541 concurrency: 8<=10<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '37' usage: 18.052819 remaining: 5.247994 concurrency: 10<=10<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '87' usage: 16.333892 remaining: 0.198801 concurrency: 8<=9<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '84' usage: 34.348424 remaining: 7.538762 concurrency: 16<=16<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '40' usage: 8.193396 remaining: 2.989301 concurrency: 5<=7<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '64' usage: 15.628260 remaining: 0.116692 concurrency: 7<=7<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '7' usage: 8.249304 remaining: 3.967675 concurrency: 5<=6<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '54' usage: 17.788866 remaining: 8.921359 concurrency: 10<=10<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '35' usage: 32.641928 remaining: 2.936141 concurrency: 14<=15<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '41' usage: 18.516281 remaining: 0.533625 concurrency: 9<=9<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '83' usage: 15.609811 remaining: 2.303628 concurrency: 7<=7<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '57' usage: 12.924504 remaining: 3.477659 concurrency: 8<=9<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '48' usage: 17.931797 remaining: 7.654851 concurrency: 10<=10<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '82' usage: 26.165544 remaining: 6.968182 concurrency: 12<=12<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '28' usage: 17.959518 remaining: 8.346257 concurrency: 9<=10<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '74' usage: 17.407032 remaining: 0.090080 concurrency: 9<=9<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '62' usage: 18.270413 remaining: 3.565317 concurrency: 10<=10<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '86' usage: 14.202920 remaining: 1.242710 concurrency: 8<=8<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '11' usage: 17.989341 remaining: 0.273876 concurrency: 9<=9<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '17' usage: 22.905113 remaining: 0.928008 concurrency: 12<=12<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '45' usage: 16.114813 remaining: 5.334485 concurrency: 9<=9<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '12' usage: 16.089920 remaining: 9.139620 concurrency: 7<=8<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '61' usage: 13.715399 remaining: 3.488983 concurrency: 7<=8<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '26' usage: 18.319263 remaining: 6.918771 concurrency: 8<=9<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '34' usage: 18.482103 remaining: 9.085955 concurrency: 9<=9<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '90' usage: 16.443610 remaining: 8.600280 concurrency: 9<=9<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '15' usage: 19.961355 remaining: 7.783892 concurrency: 9<=10<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '69' usage: 18.386372 remaining: 3.798033 concurrency: 11<=11<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '72' usage: 16.960812 remaining: 7.727391 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '85' usage: 11.127546 remaining: 0.493042 concurrency: 6<=7<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '96' usage: 20.695537 remaining: 0.186473 concurrency: 10<=10<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '80' usage: 13.919767 remaining: 1.723405 concurrency: 8<=9<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '77' usage: 11.925941 remaining: 0.158212 concurrency: 5<=5<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '49' usage: 19.880942 remaining: 6.637946 concurrency: 10<=11<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '22' usage: 16.457289 remaining: 0.592432 concurrency: 8<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '79' usage: 15.738209 remaining: 9.973229 concurrency: 8<=8<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '56' usage: 10.937220 remaining: 6.522989 concurrency: 5<=6<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '21' usage: 15.809084 remaining: 2.730500 concurrency: 9<=10<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '31' usage: 14.616326 remaining: 2.984953 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '50' usage: 14.571069 remaining: 5.148891 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '20' usage: 14.337953 remaining: 8.296034 concurrency: 7<=8<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '43' usage: 18.424293 remaining: 9.565357 concurrency: 8<=8<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '70' usage: 18.920879 remaining: 9.033795 concurrency: 9<=10<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '3' usage: 23.763083 remaining: 3.023326 concurrency: 10<=11<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '32' usage: 19.844135 remaining: 7.892793 concurrency: 10<=10<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '78' usage: 21.962911 remaining: 8.316926 concurrency: 13<=13<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '58' usage: 12.467034 remaining: 6.378365 concurrency: 6<=6<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '8' usage: 19.379024 remaining: 8.463109 concurrency: 10<=11<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '65' usage: 3.001397 remaining: 6.216957 concurrency: 1<=2<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '29' usage: 19.844852 remaining: 0.341713 concurrency: 8<=8<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '68' usage: 20.473362 remaining: 5.783896 concurrency: 11<=12<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '18' usage: 14.893985 remaining: 8.763891 concurrency: 7<=8<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '47' usage: 17.464384 remaining: 5.406005 concurrency: 8<=8<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '59' usage: 22.388769 remaining: 8.833061 concurrency: 10<=11<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '4' usage: 15.502642 remaining: 2.360890 concurrency: 8<=9<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '14' usage: 19.880304 remaining: 9.391278 concurrency: 10<=10<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '98' usage: 16.729254 remaining: 8.071052 concurrency: 9<=10<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '33' usage: 11.603431 remaining: 0.733642 concurrency: 5<=5<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '36' usage: 21.608644 remaining: 1.194905 concurrency: 12<=13<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '60' usage: 19.699461 remaining: 6.477494 concurrency: 11<=11<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '99' usage: 22.508714 remaining: 4.269098 concurrency: 13<=13<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '42' usage: 15.704632 remaining: 6.139383 concurrency: 9<=10<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '94' usage: 15.529033 remaining: 5.857593 concurrency: 9<=9<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '92' usage: 15.425894 remaining: 8.420309 concurrency: 8<=8<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '52' usage: 16.677947 remaining: 9.034019 concurrency: 9<=10<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '5' usage: 15.074478 remaining: 3.965807 concurrency: 8<=9<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '95' usage: 6.911922 remaining: 4.179265 concurrency: 3<=3<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '6' usage: 10.581602 remaining: 3.879107 concurrency: 6<=6<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '13' usage: 14.565305 remaining: 5.586898 concurrency: 7<=8<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '55' usage: 13.880336 remaining: 3.976768 concurrency: 7<=8<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '89' usage: 18.295998 remaining: 5.098103 concurrency: 9<=9<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '97' usage: 8.983573 remaining: 2.897600 concurrency: 5<=6<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '2' usage: 16.593753 remaining: 0.001144 concurrency: 6<=6<=-1 -> [0.000000]: [surf_maxmin/DEBUG] var=28, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000069, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=30, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000069, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=36, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000069, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=39, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000069, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=42, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000069, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=50, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000069, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=76, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000069, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=78, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000069, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=88, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000069, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (28) value to 0.000069 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.000069, Var(28).penalty: 1.000000, Var(28).value: 0.000069 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (30) value to 0.000069 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.000069, Var(30).penalty: 1.000000, Var(30).value: 0.000069 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (36) value to 0.000069 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.000069, Var(36).penalty: 1.000000, Var(36).value: 0.000069 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (39) value to 0.000069 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.000069, Var(39).penalty: 1.000000, Var(39).value: 0.000069 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (42) value to 0.000069 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.000069, Var(42).penalty: 1.000000, Var(42).value: 0.000069 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (50) value to 0.000069 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.000069, Var(50).penalty: 1.000000, Var(50).value: 0.000069 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (76) value to 0.000069 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.000069, Var(76).penalty: 1.000000, Var(76).value: 0.000069 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (78) value to 0.000069 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.000069, Var(78).penalty: 1.000000, Var(78).value: 0.000069 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (88) value to 0.000069 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.000069, Var(88).penalty: 1.000000, Var(88).value: 0.000069 -> [0.000000]: [surf_maxmin/DEBUG] index: 99 cnst_light_num: 100 || usage: 0.000000 remaining: 0.000000 bound: 0.001144 -> [0.000000]: [surf_maxmin/DEBUG] var=3, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006163, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=8, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006163, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=9, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006163, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=10, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006163, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=11, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006163, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=13, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006163, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=14, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006163, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=18, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006163, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=26, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006163, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=82, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006163, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (3) value to 0.006163 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006163, Var(3).penalty: 1.000000, Var(3).value: 0.006163 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (8) value to 0.006163 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006163, Var(8).penalty: 1.000000, Var(8).value: 0.006163 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (9) value to 0.006163 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006163, Var(9).penalty: 1.000000, Var(9).value: 0.006163 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (10) value to 0.006163 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006163, Var(10).penalty: 1.000000, Var(10).value: 0.006163 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (11) value to 0.006163 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006163, Var(11).penalty: 1.000000, Var(11).value: 0.006163 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (13) value to 0.006163 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006163, Var(13).penalty: 1.000000, Var(13).value: 0.006163 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (14) value to 0.006163 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006163, Var(14).penalty: 1.000000, Var(14).value: 0.006163 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (18) value to 0.006163 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006163, Var(18).penalty: 1.000000, Var(18).value: 0.006163 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (26) value to 0.006163 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006163, Var(26).penalty: 1.000000, Var(26).value: 0.006163 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (82) value to 0.006163 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006163, Var(82).penalty: 1.000000, Var(82).value: 0.006163 -> [0.000000]: [surf_maxmin/DEBUG] index: 42 cnst_light_num: 99 || usage: 0.000000 remaining: 0.000000 bound: 0.090080 -> [0.000000]: [surf_maxmin/DEBUG] var=7, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.012099, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=12, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.012099, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=21, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.012099, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=31, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.012099, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=40, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.012099, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=49, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.012099, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (7) value to 0.012099 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.012099, Var(7).penalty: 1.000000, Var(7).value: 0.012099 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (12) value to 0.012099 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.012099, Var(12).penalty: 1.000000, Var(12).value: 0.012099 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (21) value to 0.012099 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.012099, Var(21).penalty: 1.000000, Var(21).value: 0.012099 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (31) value to 0.012099 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.012099, Var(31).penalty: 1.000000, Var(31).value: 0.012099 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (40) value to 0.012099 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.012099, Var(40).penalty: 1.000000, Var(40).value: 0.012099 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (49) value to 0.012099 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.012099, Var(49).penalty: 1.000000, Var(49).value: 0.012099 -> [0.000000]: [surf_maxmin/DEBUG] index: 57 cnst_light_num: 98 || usage: 0.000000 remaining: 0.000000 bound: 0.186473 -> [0.000000]: [surf_maxmin/DEBUG] var=2, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.019293, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=19, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.019293, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (2) value to 0.019293 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.019293, Var(2).penalty: 1.000000, Var(2).value: 0.019293 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (19) value to 0.019293 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.019293, Var(19).penalty: 1.000000, Var(19).value: 0.019293 -> [0.000000]: [surf_maxmin/DEBUG] index: 32 cnst_light_num: 97 || usage: 0.000000 remaining: 0.000000 bound: 0.116692 -> [0.000000]: [surf_maxmin/DEBUG] index: 42 cnst_light_num: 96 || usage: 0.000000 remaining: 2.783556 bound: 2.897600 -> [0.000000]: [surf_maxmin/DEBUG] var=4, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.020365, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=22, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.020365, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=25, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.020365, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=38, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.020365, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (4) value to 0.020365 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.020365, Var(4).penalty: 1.000000, Var(4).value: 0.020365 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (22) value to 0.020365 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.020365, Var(22).penalty: 1.000000, Var(22).value: 0.020365 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (25) value to 0.020365 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.020365, Var(25).penalty: 1.000000, Var(25).value: 0.020365 -> [0.000000]: [surf_maxmin/DEBUG] index: 84 cnst_light_num: 95 || usage: 0.000000 remaining: 0.638113 bound: 0.733642 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (38) value to 0.020365 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.020365, Var(38).penalty: 1.000000, Var(38).value: 0.020365 -> [0.000000]: [surf_maxmin/DEBUG] index: 59 cnst_light_num: 94 || usage: 0.000000 remaining: 0.000000 bound: 0.158212 -> [0.000000]: [surf_maxmin/DEBUG] var=23, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.027475, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=29, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.027475, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=34, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.027475, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (23) value to 0.027475 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.027475, Var(23).penalty: 1.000000, Var(23).value: 0.027475 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (29) value to 0.027475 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.027475, Var(29).penalty: 1.000000, Var(29).value: 0.027475 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (34) value to 0.027475 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.027475, Var(34).penalty: 1.000000, Var(34).value: 0.027475 -> [0.000000]: [surf_maxmin/DEBUG] index: 25 cnst_light_num: 93 || usage: 0.000000 remaining: 0.000000 bound: 0.298014 -> [0.000000]: [surf_maxmin/DEBUG] var=5, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.030572, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=15, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.030572, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=20, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.030572, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (5) value to 0.030572 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.030572, Var(5).penalty: 1.000000, Var(5).value: 0.030572 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (15) value to 0.030572 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.030572, Var(15).penalty: 1.000000, Var(15).value: 0.030572 -> [0.000000]: [surf_maxmin/DEBUG] index: 36 cnst_light_num: 92 || usage: 0.000000 remaining: 0.267956 bound: 0.533625 -> [0.000000]: [surf_maxmin/DEBUG] index: 62 cnst_light_num: 91 || usage: 0.000000 remaining: 9.779088 bound: 9.973229 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (20) value to 0.030572 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.030572, Var(20).penalty: 1.000000, Var(20).value: 0.030572 -> [0.000000]: [surf_maxmin/DEBUG] index: 31 cnst_light_num: 90 || usage: 0.000000 remaining: 2.851407 bound: 2.989301 -> [0.000000]: [surf_maxmin/DEBUG] index: 76 cnst_light_num: 89 || usage: 0.000000 remaining: 0.000000 bound: 0.341713 -> [0.000000]: [surf_maxmin/DEBUG] var=87, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.044062, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (87) value to 0.044062 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.044062, Var(87).penalty: 1.000000, Var(87).value: 0.044062 -> [0.000000]: [surf_maxmin/DEBUG] index: 45 cnst_light_num: 88 || usage: 0.000000 remaining: 0.000000 bound: 0.273876 -> [0.000000]: [surf_maxmin/DEBUG] index: 76 cnst_light_num: 87 || usage: 0.000000 remaining: 5.886658 bound: 6.139383 -> [0.000000]: [surf_maxmin/DEBUG] var=24, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.063103, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (24) value to 0.063103 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.063103, Var(24).penalty: 1.000000, Var(24).value: 0.063103 -> [0.000000]: [surf_maxmin/DEBUG] index: 62 cnst_light_num: 86 || usage: 0.000000 remaining: 8.159271 bound: 8.420309 -> [0.000000]: [surf_maxmin/DEBUG] index: 28 cnst_light_num: 85 || usage: 0.000000 remaining: 4.818691 bound: 5.247994 -> [0.000000]: [surf_maxmin/DEBUG] index: 31 cnst_light_num: 84 || usage: 0.000000 remaining: 5.607641 bound: 5.857593 -> [0.000000]: [surf_maxmin/DEBUG] index: 29 cnst_light_num: 83 || usage: 0.000000 remaining: 0.000000 bound: 0.198801 -> [0.000000]: [surf_maxmin/DEBUG] index: 67 cnst_light_num: 82 || usage: 0.000000 remaining: 8.057214 bound: 8.296034 -> [0.000000]: [surf_maxmin/DEBUG] var=6, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.113551, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=17, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.113551, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=27, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.113551, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=100, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.113551, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (6) value to 0.113551 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.113551, Var(6).penalty: 1.000000, Var(6).value: 0.113551 -> [0.000000]: [surf_maxmin/DEBUG] index: 77 cnst_light_num: 81 || usage: 0.000000 remaining: 5.218475 bound: 5.783896 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (17) value to 0.113551 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.113551, Var(17).penalty: 1.000000, Var(17).value: 0.113551 -> [0.000000]: [surf_maxmin/DEBUG] index: 21 cnst_light_num: 80 || usage: 0.000000 remaining: 0.388630 bound: 0.836230 -> [0.000000]: [surf_maxmin/DEBUG] index: 75 cnst_light_num: 79 || usage: 0.000000 remaining: 6.017457 bound: 6.216957 -> [0.000000]: [surf_maxmin/DEBUG] index: 31 cnst_light_num: 78 || usage: 0.000000 remaining: 7.606683 bound: 8.071052 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (27) value to 0.113551 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.113551, Var(27).penalty: 1.000000, Var(27).value: 0.113551 -> [0.000000]: [surf_maxmin/DEBUG] index: 51 cnst_light_num: 77 || usage: 0.000000 remaining: 8.718926 bound: 9.085955 -> [0.000000]: [surf_maxmin/DEBUG] index: 66 cnst_light_num: 76 || usage: 0.000000 remaining: 4.794121 bound: 5.148891 -> [0.000000]: [surf_maxmin/DEBUG] index: 50 cnst_light_num: 75 || usage: 0.000000 remaining: 6.460026 bound: 6.918771 -> [0.000000]: [surf_maxmin/DEBUG] index: 60 cnst_light_num: 74 || usage: 0.000000 remaining: 6.067488 bound: 6.637946 -> [0.000000]: [surf_maxmin/DEBUG] index: 43 cnst_light_num: 73 || usage: 0.000000 remaining: 3.146097 bound: 3.565317 -> [0.000000]: [surf_maxmin/DEBUG] index: 25 cnst_light_num: 72 || usage: 0.000000 remaining: 3.602642 bound: 3.965807 -> [0.000000]: [surf_maxmin/DEBUG] index: 52 cnst_light_num: 71 || usage: 0.000000 remaining: 8.198326 bound: 8.600280 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (100) value to 0.113551 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.113551, Var(100).penalty: 1.000000, Var(100).value: 0.113551 -> [0.000000]: [surf_maxmin/DEBUG] index: 68 cnst_light_num: 70 || usage: 0.000000 remaining: 9.103700 bound: 9.565357 -> [0.000000]: [surf_maxmin/DEBUG] index: 21 cnst_light_num: 69 || usage: 0.000000 remaining: 4.752302 bound: 5.406005 -> [0.000000]: [surf_maxmin/DEBUG] index: 51 cnst_light_num: 68 || usage: 0.000000 remaining: 5.995961 bound: 6.477494 -> [0.000000]: [surf_maxmin/DEBUG] index: 34 cnst_light_num: 67 || usage: 0.000000 remaining: 8.390153 bound: 8.921359 -> [0.000000]: [surf_maxmin/DEBUG] index: 22 cnst_light_num: 66 || usage: 0.000000 remaining: 3.919797 bound: 4.280912 -> [0.000000]: [surf_maxmin/DEBUG] index: 43 cnst_light_num: 65 || usage: 0.000000 remaining: 7.833335 bound: 8.316926 -> [0.000000]: [surf_maxmin/DEBUG] index: 60 cnst_light_num: 64 || usage: 0.000000 remaining: 6.178238 bound: 6.378365 -> [0.000000]: [surf_maxmin/DEBUG] index: 46 cnst_light_num: 63 || usage: 0.000000 remaining: 0.000000 bound: 0.928008 -> [0.000000]: [surf_maxmin/DEBUG] var=16, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.129552, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (16) value to 0.129552 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.129552, Var(16).penalty: 1.000000, Var(16).value: 0.129552 -> [0.000000]: [surf_maxmin/DEBUG] index: 59 cnst_light_num: 62 || usage: 0.000000 remaining: 3.478739 bound: 4.179265 -> [0.000000]: [surf_maxmin/DEBUG] index: 58 cnst_light_num: 61 || usage: 0.000000 remaining: 1.386297 bound: 1.723405 -> [0.000000]: [surf_maxmin/DEBUG] index: 49 cnst_light_num: 60 || usage: 0.000000 remaining: 3.121491 bound: 3.488983 -> [0.000000]: [surf_maxmin/DEBUG] index: 31 cnst_light_num: 59 || usage: 0.000000 remaining: 8.191805 bound: 8.833061 -> [0.000000]: [surf_maxmin/DEBUG] index: 57 cnst_light_num: 58 || usage: 0.000000 remaining: 4.410861 bound: 5.098103 -> [0.000000]: [surf_maxmin/DEBUG] index: 49 cnst_light_num: 57 || usage: 0.000000 remaining: 0.000000 bound: 0.592432 -> [0.000000]: [surf_maxmin/DEBUG] index: 25 cnst_light_num: 56 || usage: 0.000000 remaining: 7.334506 bound: 7.892793 -> [0.000000]: [surf_maxmin/DEBUG] index: 38 cnst_light_num: 55 || usage: 0.000000 remaining: 3.071667 bound: 3.477659 -> [0.000000]: [surf_maxmin/DEBUG] index: 36 cnst_light_num: 54 || usage: 0.000000 remaining: 8.569378 bound: 9.034019 -> [0.000000]: [surf_maxmin/DEBUG] index: 29 cnst_light_num: 53 || usage: 0.000000 remaining: 8.800536 bound: 9.391278 -> [0.000000]: [surf_maxmin/DEBUG] var=32, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.178987, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (32) value to 0.178987 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.178987, Var(32).penalty: 1.000000, Var(32).value: 0.178987 -> [0.000000]: [surf_maxmin/DEBUG] index: 36 cnst_light_num: 52 || usage: 0.000000 remaining: 7.287142 bound: 7.783892 -> [0.000000]: [surf_maxmin/DEBUG] index: 24 cnst_light_num: 51 || usage: 0.000000 remaining: 0.066420 bound: 0.640673 -> [0.000000]: [surf_maxmin/DEBUG] index: 49 cnst_light_num: 50 || usage: 0.000000 remaining: 0.000000 bound: 0.493042 -> [0.000000]: [surf_maxmin/DEBUG] index: 42 cnst_light_num: 49 || usage: 0.000000 remaining: 4.998275 bound: 5.586898 -> [0.000000]: [surf_maxmin/DEBUG] index: 33 cnst_light_num: 48 || usage: 0.000000 remaining: 3.581372 bound: 3.967675 -> [0.000000]: [surf_maxmin/DEBUG] index: 32 cnst_light_num: 47 || usage: 0.000000 remaining: 3.263646 bound: 3.976768 -> [0.000000]: [surf_maxmin/DEBUG] index: 40 cnst_light_num: 46 || usage: 0.000000 remaining: 6.250569 bound: 6.968182 -> [0.000000]: [surf_maxmin/DEBUG] index: 36 cnst_light_num: 45 || usage: 0.000000 remaining: 1.526940 bound: 2.360890 -> [0.000000]: [surf_maxmin/DEBUG] index: 24 cnst_light_num: 44 || usage: 0.000000 remaining: 7.111978 bound: 8.463109 -> [0.000000]: [surf_maxmin/DEBUG] index: 36 cnst_light_num: 43 || usage: 0.000000 remaining: 0.392880 bound: 1.242710 -> [0.000000]: [surf_maxmin/DEBUG] index: 26 cnst_light_num: 42 || usage: 0.000000 remaining: 9.193374 bound: 9.888611 -> [0.000000]: [surf_maxmin/DEBUG] index: 25 cnst_light_num: 41 || usage: 0.000000 remaining: 6.847590 bound: 7.727391 -> [0.000000]: [surf_maxmin/DEBUG] index: 22 cnst_light_num: 40 || usage: 0.000000 remaining: 2.505546 bound: 2.984953 -> [0.000000]: [surf_maxmin/DEBUG] index: 25 cnst_light_num: 39 || usage: 0.000000 remaining: 3.505253 bound: 4.269098 -> [0.000000]: [surf_maxmin/DEBUG] index: 32 cnst_light_num: 38 || usage: 0.000000 remaining: 0.735570 bound: 1.194905 -> [0.000000]: [surf_maxmin/DEBUG] var=1, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.240619, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=90, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.240619, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (1) value to 0.240619 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.240619, Var(1).penalty: 1.000000, Var(1).value: 0.240619 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 37 || usage: 0.000000 remaining: 1.067608 bound: 2.116281 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 36 || usage: 0.000000 remaining: 2.660215 bound: 3.572698 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 35 || usage: 0.000000 remaining: 6.051824 bound: 6.944002 -> [0.000000]: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 34 || usage: 0.000000 remaining: 4.142217 bound: 5.331653 -> [0.000000]: [surf_maxmin/DEBUG] index: 4 cnst_light_num: 33 || usage: 0.000000 remaining: 2.089471 bound: 3.013605 -> [0.000000]: [surf_maxmin/DEBUG] index: 5 cnst_light_num: 32 || usage: 0.000000 remaining: 9.675459 bound: 9.971848 -> [0.000000]: [surf_maxmin/DEBUG] index: 6 cnst_light_num: 31 || usage: 0.000000 remaining: 1.464022 bound: 2.336225 -> [0.000000]: [surf_maxmin/DEBUG] index: 7 cnst_light_num: 30 || usage: 0.000000 remaining: 2.361413 bound: 3.266449 -> [0.000000]: [surf_maxmin/DEBUG] index: 10 cnst_light_num: 29 || usage: 0.000000 remaining: 0.206981 bound: 1.421201 -> [0.000000]: [surf_maxmin/DEBUG] index: 14 cnst_light_num: 28 || usage: 0.000000 remaining: 5.925434 bound: 6.852195 -> [0.000000]: [surf_maxmin/DEBUG] index: 12 cnst_light_num: 27 || usage: 0.000000 remaining: 6.467453 bound: 7.471216 -> [0.000000]: [surf_maxmin/DEBUG] index: 15 cnst_light_num: 26 || usage: 0.000000 remaining: 0.528882 bound: 1.147460 -> [0.000000]: [surf_maxmin/DEBUG] index: 11 cnst_light_num: 25 || usage: 0.000000 remaining: 6.043090 bound: 6.997584 -> [0.000000]: [surf_maxmin/DEBUG] index: 16 cnst_light_num: 24 || usage: 0.000000 remaining: 0.137015 bound: 1.073653 -> [0.000000]: [surf_maxmin/DEBUG] index: 18 cnst_light_num: 23 || usage: 0.000000 remaining: 7.156679 bound: 8.291469 -> [0.000000]: [surf_maxmin/DEBUG] index: 19 cnst_light_num: 22 || usage: 0.000000 remaining: 6.445574 bound: 7.427648 -> [0.000000]: [surf_maxmin/DEBUG] index: 20 cnst_light_num: 21 || usage: 0.000000 remaining: 1.709186 bound: 2.317585 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (90) value to 0.240619 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.240619, Var(90).penalty: 1.000000, Var(90).value: 0.240619 -> [0.000000]: [surf_maxmin/DEBUG] index: 5 cnst_light_num: 20 || usage: 0.000000 remaining: 6.067744 bound: 6.522989 -> [0.000000]: [surf_maxmin/DEBUG] index: 11 cnst_light_num: 19 || usage: 0.000000 remaining: 1.774307 bound: 2.730500 -> [0.000000]: [surf_maxmin/DEBUG] index: 17 cnst_light_num: 18 || usage: 0.000000 remaining: 2.879034 bound: 4.479802 -> [0.000000]: [surf_maxmin/DEBUG] index: 8 cnst_light_num: 17 || usage: 0.000000 remaining: 0.000000 bound: 0.983468 -> [0.000000]: [surf_maxmin/DEBUG] index: 14 cnst_light_num: 16 || usage: 0.000000 remaining: 5.759572 bound: 6.716541 -> [0.000000]: [surf_maxmin/DEBUG] index: 8 cnst_light_num: 15 || usage: 0.000000 remaining: 3.484649 bound: 4.434529 -> [0.000000]: [surf_maxmin/DEBUG] index: 11 cnst_light_num: 14 || usage: 0.000000 remaining: 7.266561 bound: 7.654851 -> [0.000000]: [surf_maxmin/DEBUG] index: 7 cnst_light_num: 13 || usage: 0.000000 remaining: 1.997650 bound: 3.023326 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 12 || usage: 0.000000 remaining: 1.639393 bound: 2.936141 -> [0.000000]: [surf_maxmin/DEBUG] index: 5 cnst_light_num: 11 || usage: 0.000000 remaining: 8.141912 bound: 9.033795 -> [0.000000]: [surf_maxmin/DEBUG] index: 8 cnst_light_num: 10 || usage: 0.000000 remaining: 2.797747 bound: 3.798033 -> [0.000000]: [surf_maxmin/DEBUG] index: 6 cnst_light_num: 9 || usage: 0.000000 remaining: 4.925453 bound: 7.538762 -> [0.000000]: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 8 || usage: 0.000000 remaining: 4.119743 bound: 5.334485 -> [0.000000]: [surf_maxmin/DEBUG] index: 6 cnst_light_num: 7 || usage: 0.000000 remaining: 8.191982 bound: 9.682616 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 6 || usage: 0.000000 remaining: 8.252791 bound: 8.763891 -> [0.000000]: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 5 || usage: 0.000000 remaining: 7.340042 bound: 8.346257 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 4 || usage: 0.000000 remaining: 6.272851 bound: 7.645926 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 3 || usage: 0.000000 remaining: 1.448255 bound: 2.303628 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 2 || usage: 0.000000 remaining: 3.095332 bound: 3.879107 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 8.573010 bound: 9.139620 -> [0.000000]: [surf_maxmin/DEBUG] MAX-MIN ( '100'(1.000000) '90'(1.000000) '88'(1.000000) '87'(1.000000) '82'(1.000000) '78'(1.000000) '76'(1.000000) '50'(1.000000) '49'(1.000000) '42'(1.000000) '40'(1.000000) '39'(1.000000) '38'(1.000000) '36'(1.000000) '34'(1.000000) '32'(1.000000) '31'(1.000000) '30'(1.000000) '29'(1.000000) '28'(1.000000) '27'(1.000000) '26'(1.000000) '25'(1.000000) '24'(1.000000) '23'(1.000000) '22'(1.000000) '21'(1.000000) '20'(1.000000) '19'(1.000000) '18'(1.000000) '17'(1.000000) '16'(1.000000) '15'(1.000000) '14'(1.000000) '13'(1.000000) '12'(1.000000) '11'(1.000000) '10'(1.000000) '9'(1.000000) '8'(1.000000) '7'(1.000000) '6'(1.000000) '5'(1.000000) '4'(1.000000) '3'(1.000000) '2'(1.000000) '1'(1.000000) '33'(0.000000) '35'(0.000000) '37'(0.000000) '41'(0.000000) '43'(0.000000) '44'(0.000000) '45'(0.000000) '46'(0.000000) '47'(0.000000) '48'(0.000000) '51'(0.000000) '52'(0.000000) '53'(0.000000) '54'(0.000000) '55'(0.000000) '56'(0.000000) '57'(0.000000) '58'(0.000000) '59'(0.000000) '60'(0.000000) '61'(0.000000) '62'(0.000000) '63'(0.000000) '64'(0.000000) '65'(0.000000) '66'(0.000000) '67'(0.000000) '68'(0.000000) '69'(0.000000) '70'(0.000000) '71'(0.000000) '72'(0.000000) '73'(0.000000) '74'(0.000000) '75'(0.000000) '77'(0.000000) '79'(0.000000) '80'(0.000000) '81'(0.000000) '83'(0.000000) '84'(0.000000) '85'(0.000000) '86'(0.000000) '89'(0.000000) '91'(0.000000) '92'(0.000000) '93'(0.000000) '94'(0.000000) '95'(0.000000) '96'(0.000000) '97'(0.000000) '98'(0.000000) '99'(0.000000) ) -> [0.000000]: [surf_maxmin/DEBUG] Constraints -> [0.000000]: [surf_maxmin/DEBUG] (1.297879.'88'(0.000069) + 0.916271.'49'(0.012099) + 1.526967.'39'(0.000069) + 1.729887.'38'(0.020365) + 1.281100.'32'(0.178987) + 1.748356.'31'(0.012099) + 1.891618.'28'(0.000069) + 1.124029.'27'(0.113551) + 0.518519.'26'(0.006163) + 2.988088.'26'(0.006163) + 1.347184.'22'(0.020365) + 0.840580.'18'(0.006163) + 1.088904.'17'(0.113551) + 1.016175.'15'(0.030572) + 0.354314.'13'(0.006163) + 2.177278.'6'(0.113551) + 0.655051.'4'(0.020365) + 0.632733.'1'(0.240619) + 0.621028.'51'(0.000000) + 1.671412.'64'(0.000000) + 1.239743.'66'(0.000000) + 1.417212.'70'(0.000000) + 2.377538.'71'(0.000000) + 0.244423.'71'(0.000000) + 2.098518.'77'(0.000000) + 2.145691.'80'(0.000000) + 0.752112.'83'(0.000000) + 1.911794.'84'(0.000000) + 1.866781.'85'(0.000000) + 0.721991.'91'(0.000000) + 2.444267.'97'(0.000000) + 0.989651.'98'(0.000000) + 0) <= 2.116281 ('39') -> [0.000000]: [surf_maxmin/DEBUG] (0.909797.'82'(0.006163) + 1.823013.'42'(0.000069) + 2.107213.'34'(0.027475) + 1.607995.'18'(0.006163) + 2.613369.'12'(0.012099) + 2.067163.'7'(0.012099) + 0.216818.'6'(0.113551) + 2.697628.'6'(0.113551) + 1.225033.'5'(0.030572) + 1.651882.'2'(0.019293) + 1.587801.'1'(0.240619) + 0.362909.'48'(0.000000) + 0.976717.'57'(0.000000) + 1.189523.'58'(0.000000) + 1.301711.'65'(0.000000) + 2.025516.'68'(0.000000) + 1.272786.'69'(0.000000) + 1.872021.'71'(0.000000) + 0.356784.'71'(0.000000) + 1.923451.'73'(0.000000) + 1.852550.'75'(0.000000) + 1.771579.'85'(0.000000) + 0.813574.'86'(0.000000) + 0.080435.'91'(0.000000) + 1.428175.'97'(0.000000) + 1.659642.'99'(0.000000) + 0) <= 3.572698 ('75') -> [0.000000]: [surf_maxmin/DEBUG] (1.068549.'34'(0.027475) + 1.615785.'29'(0.027475) + 1.576644.'27'(0.113551) + 2.358442.'13'(0.006163) + 2.863593.'9'(0.006163) + 1.554199.'6'(0.113551) + 2.323730.'3'(0.006163) + 2.428546.'2'(0.019293) + 1.535856.'1'(0.240619) + 1.478849.'35'(0.000000) + 0.338710.'35'(0.000000) + 1.265801.'44'(0.000000) + 0.608467.'46'(0.000000) + 2.096804.'52'(0.000000) + 0.534833.'52'(0.000000) + 1.145875.'54'(0.000000) + 1.089862.'57'(0.000000) + 2.321734.'59'(0.000000) + 1.361919.'80'(0.000000) + 1.134466.'81'(0.000000) + 0.561975.'86'(0.000000) + 1.314230.'91'(0.000000) + 0.739081.'93'(0.000000) + 1.132757.'94'(0.000000) + 0) <= 6.944002 ('46') -> [0.000000]: [surf_maxmin/DEBUG] (1.471157.'100'(0.113551) + 1.827448.'49'(0.012099) + 2.088986.'38'(0.020365) + 1.520193.'32'(0.178987) + 1.817948.'27'(0.113551) + 1.649740.'24'(0.063103) + 1.180135.'22'(0.020365) + 0.650011.'21'(0.012099) + 2.001106.'12'(0.012099) + 2.446473.'9'(0.006163) + 1.263057.'1'(0.240619) + 2.161355.'37'(0.000000) + 1.551889.'43'(0.000000) + 0.556812.'57'(0.000000) + 2.037451.'80'(0.000000) + 2.396411.'91'(0.000000) + 1.530804.'94'(0.000000) + 0) <= 5.331653 ('25') -> [0.000000]: [surf_maxmin/DEBUG] (1.628480.'100'(0.113551) + 1.955050.'88'(0.000069) + 0.570097.'87'(0.044062) + 1.925527.'36'(0.000069) + 1.738056.'27'(0.113551) + 1.081955.'26'(0.006163) + 1.234649.'26'(0.006163) + 1.845992.'25'(0.020365) + 1.927213.'22'(0.020365) + 1.261680.'17'(0.113551) + 0.308714.'12'(0.012099) + 0.329799.'4'(0.020365) + 2.780516.'4'(0.020365) + 0.893575.'1'(0.240619) + 1.296498.'45'(0.000000) + 1.096067.'54'(0.000000) + 1.654531.'59'(0.000000) + 1.625805.'65'(0.000000) + 1.592879.'70'(0.000000) + 0.678078.'83'(0.000000) + 1.635282.'85'(0.000000) + 1.083636.'86'(0.000000) + 1.579435.'94'(0.000000) + 0) <= 3.013605 ('71') -> [0.000000]: [surf_maxmin/DEBUG] (1.293046.'88'(0.000069) + 1.506159.'50'(0.000069) + 0.175789.'39'(0.000069) + 0.745875.'30'(0.000069) + 1.993478.'29'(0.027475) + 1.139358.'26'(0.006163) + 1.166618.'25'(0.020365) + 0.837716.'16'(0.129552) + 1.607368.'13'(0.006163) + 2.034158.'10'(0.006163) + 2.591113.'9'(0.006163) + 1.014317.'7'(0.012099) + 0.213488.'1'(0.240619) + 2.970221.'41'(0.000000) + 1.037448.'43'(0.000000) + 1.354941.'45'(0.000000) + 0.671782.'47'(0.000000) + 2.419070.'54'(0.000000) + 1.013054.'55'(0.000000) + 0.961739.'58'(0.000000) + 1.457930.'59'(0.000000) + 0.203310.'62'(0.000000) + 1.251378.'69'(0.000000) + 1.659311.'72'(0.000000) + 1.466975.'74'(0.000000) + 2.040489.'77'(0.000000) + 1.931628.'79'(0.000000) + 1.788263.'80'(0.000000) + 1.620051.'84'(0.000000) + 1.207535.'95'(0.000000) + 0.910275.'96'(0.000000) + 0) <= 9.971848 ('1') -> [0.000000]: [surf_maxmin/DEBUG] (0.990586.'39'(0.000069) + 2.131411.'24'(0.063103) + 0.621902.'22'(0.020365) + 2.086164.'20'(0.030572) + 0.210336.'16'(0.129552) + 1.491874.'9'(0.006163) + 2.003255.'7'(0.012099) + 1.106248.'5'(0.030572) + 2.092315.'4'(0.020365) + 0.824322.'2'(0.019293) + 2.737673.'2'(0.019293) + 1.892454.'1'(0.240619) + 1.528484.'47'(0.000000) + 1.803000.'68'(0.000000) + 0.922888.'85'(0.000000) + 0.955092.'97'(0.000000) + 2.198722.'99'(0.000000) + 0) <= 2.336225 ('93') -> [0.000000]: [surf_maxmin/DEBUG] (1.967166.'49'(0.012099) + 1.346883.'40'(0.012099) + 1.787764.'34'(0.027475) + 0.939045.'29'(0.027475) + 1.520401.'23'(0.027475) + 1.264815.'17'(0.113551) + 1.877503.'14'(0.006163) + 0.163844.'9'(0.006163) + 2.127624.'6'(0.113551) + 0.522525.'5'(0.030572) + 1.488141.'4'(0.020365) + 1.264118.'1'(0.240619) + 2.480001.'35'(0.000000) + 2.116358.'44'(0.000000) + 1.342816.'46'(0.000000) + 0.375253.'70'(0.000000) + 1.241586.'83'(0.000000) + 2.342744.'85'(0.000000) + 2.789068.'91'(0.000000) + 0.846732.'93'(0.000000) + 1.820806.'94'(0.000000) + 0.822933.'95'(0.000000) + 0) <= 3.266449 ('73') -> [0.000000]: [surf_maxmin/DEBUG] (1.374460.'100'(0.113551) + 1.271968.'90'(0.240619) + 1.031001.'82'(0.006163) + 2.651630.'78'(0.000069) + 1.115624.'39'(0.000069) + 1.987671.'39'(0.000069) + 0.744092.'34'(0.027475) + 2.409392.'16'(0.129552) + 1.960181.'14'(0.006163) + 2.084344.'12'(0.012099) + 2.195351.'10'(0.006163) + 2.174691.'8'(0.006163) + 0.489442.'1'(0.240619) + 2.295264.'41'(0.000000) + 0.706952.'44'(0.000000) + 1.310850.'47'(0.000000) + 1.295424.'55'(0.000000) + 1.681472.'57'(0.000000) + 2.626108.'64'(0.000000) + 1.059154.'75'(0.000000) + 1.711404.'79'(0.000000) + 1.423176.'81'(0.000000) + 1.259892.'89'(0.000000) + 2.882970.'95'(0.000000) + 0.062303.'95'(0.000000) + 1.901460.'97'(0.000000) + 0) <= 0.983468 ('23') -> [0.000000]: [surf_maxmin/DEBUG] (2.089073.'90'(0.240619) + 1.377723.'82'(0.006163) + 1.501099.'36'(0.000069) + 1.566816.'32'(0.178987) + 0.455171.'31'(0.012099) + 2.400881.'25'(0.020365) + 1.312747.'24'(0.063103) + 1.333604.'22'(0.020365) + 2.079396.'21'(0.012099) + 0.966348.'20'(0.030572) + 2.973575.'20'(0.030572) + 2.552978.'9'(0.006163) + 2.848576.'8'(0.006163) + 2.382727.'7'(0.012099) + 1.358167.'1'(0.240619) + 2.252873.'41'(0.000000) + 0.938153.'41'(0.000000) + 1.442083.'48'(0.000000) + 1.705100.'51'(0.000000) + 0.760684.'53'(0.000000) + 1.453240.'57'(0.000000) + 1.171455.'62'(0.000000) + 1.009564.'64'(0.000000) + 0.996080.'67'(0.000000) + 0.826062.'68'(0.000000) + 1.170504.'69'(0.000000) + 2.283628.'71'(0.000000) + 1.412631.'74'(0.000000) + 1.289621.'75'(0.000000) + 1.770571.'94'(0.000000) + 1.934213.'96'(0.000000) + 0) <= 9.682616 ('16') -> [0.000000]: [surf_maxmin/DEBUG] (2.451938.'34'(0.027475) + 2.348301.'28'(0.000069) + 2.321913.'25'(0.020365) + 1.166203.'21'(0.012099) + 1.928864.'21'(0.012099) + 1.152245.'19'(0.019293) + 1.176884.'17'(0.113551) + 2.231214.'16'(0.129552) + 1.380075.'13'(0.006163) + 0.200704.'11'(0.006163) + 2.402722.'9'(0.006163) + 1.009861.'5'(0.030572) + 0.636972.'4'(0.020365) + 2.280106.'1'(0.240619) + 0.407059.'47'(0.000000) + 2.136955.'48'(0.000000) + 0.624151.'51'(0.000000) + 1.138944.'56'(0.000000) + 0.044674.'56'(0.000000) + 0.611510.'57'(0.000000) + 1.517609.'59'(0.000000) + 0.005066.'61'(0.000000) + 0.172940.'62'(0.000000) + 0.361219.'63'(0.000000) + 1.196244.'63'(0.000000) + 1.653000.'67'(0.000000) + 1.867473.'72'(0.000000) + 0.063037.'74'(0.000000) + 1.022687.'83'(0.000000) + 0.843967.'86'(0.000000) + 0.273728.'96'(0.000000) + 1.121571.'99'(0.000000) + 0) <= 1.421201 ('27') -> [0.000000]: [surf_maxmin/DEBUG] (1.282944.'38'(0.020365) + 0.875056.'21'(0.012099) + 1.880093.'20'(0.030572) + 0.949451.'11'(0.006163) + 1.405174.'7'(0.012099) + 0.729518.'1'(0.240619) + 2.750872.'1'(0.240619) + 0.967214.'33'(0.000000) + 1.786924.'45'(0.000000) + 2.669057.'48'(0.000000) + 1.502766.'51'(0.000000) + 0.635543.'66'(0.000000) + 1.400005.'80'(0.000000) + 1.908932.'92'(0.000000) + 0.911225.'95'(0.000000) + 0) <= 6.997584 ('44') -> [0.000000]: [surf_maxmin/DEBUG] (1.859435.'87'(0.044062) + 1.112539.'82'(0.006163) + 1.942066.'78'(0.000069) + 1.226852.'76'(0.000069) + 2.203665.'49'(0.012099) + 0.609859.'34'(0.027475) + 1.055293.'23'(0.027475) + 1.321830.'21'(0.012099) + 0.426936.'20'(0.030572) + 3.184384.'20'(0.030572) + 1.882636.'11'(0.006163) + 0.256845.'10'(0.006163) + 1.496148.'7'(0.012099) + 0.235187.'1'(0.240619) + 2.610228.'1'(0.240619) + 0.808781.'35'(0.000000) + 0.398358.'43'(0.000000) + 3.052329.'44'(0.000000) + 0.159341.'44'(0.000000) + 2.742266.'53'(0.000000) + 0.666959.'56'(0.000000) + 0.906072.'59'(0.000000) + 2.693020.'63'(0.000000) + 0.618776.'63'(0.000000) + 1.759322.'64'(0.000000) + 1.797596.'69'(0.000000) + 1.546218.'79'(0.000000) + 1.361142.'84'(0.000000) + 2.094517.'93'(0.000000) + 1.048093.'94'(0.000000) + 1.477117.'98'(0.000000) + 0) <= 7.471216 ('100') -> [0.000000]: [surf_maxmin/DEBUG] (0.696311.'90'(0.240619) + 2.710744.'90'(0.240619) + 1.714649.'76'(0.000069) + 0.850707.'49'(0.012099) + 1.123535.'19'(0.019293) + 1.420998.'15'(0.030572) + 1.786187.'8'(0.006163) + 1.891303.'6'(0.113551) + 1.047192.'1'(0.240619) + 2.245833.'47'(0.000000) + 2.881645.'48'(0.000000) + 0.949332.'48'(0.000000) + 2.402856.'52'(0.000000) + 1.900451.'53'(0.000000) + 1.893361.'60'(0.000000) + 1.495817.'63'(0.000000) + 1.778625.'64'(0.000000) + 1.468467.'68'(0.000000) + 1.411231.'93'(0.000000) + 2.184968.'94'(0.000000) + 0.224696.'96'(0.000000) + 0.623887.'98'(0.000000) + 0) <= 7.645926 ('76') -> [0.000000]: [surf_maxmin/DEBUG] (2.017429.'34'(0.027475) + 0.157783.'29'(0.027475) + 0.973398.'29'(0.027475) + 2.126873.'25'(0.020365) + 1.606617.'20'(0.030572) + 0.550112.'6'(0.113551) + 0.694245.'5'(0.030572) + 1.717338.'3'(0.006163) + 2.716106.'1'(0.240619) + 2.037810.'43'(0.000000) + 0.583833.'44'(0.000000) + 1.786650.'47'(0.000000) + 0.774482.'51'(0.000000) + 0.701641.'52'(0.000000) + 1.507556.'56'(0.000000) + 0.280515.'62'(0.000000) + 1.627654.'65'(0.000000) + 2.305341.'73'(0.000000) + 1.410695.'92'(0.000000) + 1.369417.'96'(0.000000) + 2.442714.'99'(0.000000) + 1.137198.'99'(0.000000) + 0) <= 6.852195 ('9') -> [0.000000]: [surf_maxmin/DEBUG] (1.437753.'76'(0.000069) + 2.572019.'40'(0.012099) + 1.273060.'38'(0.020365) + 1.346666.'30'(0.000069) + 1.344666.'29'(0.027475) + 1.635187.'24'(0.063103) + 0.418773.'20'(0.030572) + 1.247009.'17'(0.113551) + 1.059261.'8'(0.006163) + 1.081714.'1'(0.240619) + 1.916068.'43'(0.000000) + 1.314464.'46'(0.000000) + 0.606001.'61'(0.000000) + 0.953358.'62'(0.000000) + 1.466826.'66'(0.000000) + 1.898705.'67'(0.000000) + 2.367769.'68'(0.000000) + 1.802833.'70'(0.000000) + 2.513629.'84'(0.000000) + 0.655352.'85'(0.000000) + 1.159274.'89'(0.000000) + 0.346980.'94'(0.000000) + 0) <= 1.147460 ('66') -> [0.000000]: [surf_maxmin/DEBUG] (1.706985.'49'(0.012099) + 2.612417.'34'(0.027475) + 0.881196.'30'(0.000069) + 1.498422.'28'(0.000069) + 1.572255.'26'(0.006163) + 1.355517.'14'(0.006163) + 1.137912.'12'(0.012099) + 0.773891.'10'(0.006163) + 0.450373.'6'(0.113551) + 3.405388.'6'(0.113551) + 1.536201.'1'(0.240619) + 1.382135.'37'(0.000000) + 1.888770.'44'(0.000000) + 1.402926.'44'(0.000000) + 1.577593.'46'(0.000000) + 1.242118.'48'(0.000000) + 0.580563.'51'(0.000000) + 2.455880.'53'(0.000000) + 0.935311.'54'(0.000000) + 2.199448.'55'(0.000000) + 2.496439.'58'(0.000000) + 2.663869.'61'(0.000000) + 1.233912.'63'(0.000000) + 1.423775.'71'(0.000000) + 2.670074.'84'(0.000000) + 0.924323.'85'(0.000000) + 1.069458.'89'(0.000000) + 1.537240.'95'(0.000000) + 1.439465.'96'(0.000000) + 2.408669.'98'(0.000000) + 0) <= 1.073653 ('88') -> [0.000000]: [surf_maxmin/DEBUG] (1.663073.'90'(0.240619) + 1.001294.'76'(0.000069) + 2.168043.'39'(0.000069) + 2.162021.'31'(0.012099) + 1.942576.'27'(0.113551) + 0.354202.'24'(0.063103) + 1.628371.'23'(0.027475) + 0.101710.'16'(0.129552) + 2.084462.'16'(0.129552) + 1.346757.'15'(0.030572) + 0.678199.'12'(0.012099) + 0.840391.'8'(0.006163) + 2.280664.'1'(0.240619) + 2.732283.'33'(0.000000) + 2.223195.'37'(0.000000) + 0.804671.'54'(0.000000) + 0.887144.'56'(0.000000) + 1.730982.'57'(0.000000) + 2.023500.'62'(0.000000) + 2.228252.'67'(0.000000) + 2.822322.'79'(0.000000) + 0.079089.'79'(0.000000) + 3.109280.'81'(0.000000) + 0.440574.'81'(0.000000) + 2.470764.'89'(0.000000) + 1.763442.'99'(0.000000) + 0) <= 4.479802 ('53') -> [0.000000]: [surf_maxmin/DEBUG] (2.021160.'88'(0.000069) + 2.582079.'87'(0.044062) + 1.251955.'78'(0.000069) + 1.275282.'39'(0.000069) + 3.397171.'39'(0.000069) + 1.188657.'29'(0.027475) + 2.214665.'27'(0.113551) + 2.020816.'21'(0.012099) + 1.412059.'14'(0.006163) + 0.042404.'13'(0.006163) + 1.670727.'13'(0.006163) + 2.135523.'12'(0.012099) + 1.310153.'9'(0.006163) + 1.179508.'7'(0.012099) + 0.763183.'1'(0.240619) + 1.915089.'1'(0.240619) + 2.567959.'51'(0.000000) + 1.577360.'55'(0.000000) + 2.563048.'63'(0.000000) + 1.747355.'72'(0.000000) + 1.438191.'75'(0.000000) + 1.380694.'80'(0.000000) + 2.882876.'81'(0.000000) + 1.071443.'81'(0.000000) + 1.021281.'89'(0.000000) + 1.467905.'91'(0.000000) + 0) <= 8.291469 ('19') -> [0.000000]: [surf_maxmin/DEBUG] (1.365719.'50'(0.000069) + 2.493947.'27'(0.113551) + 0.684574.'26'(0.006163) + 2.304809.'23'(0.027475) + 1.638241.'13'(0.006163) + 0.516819.'7'(0.012099) + 0.494361.'5'(0.030572) + 2.492667.'1'(0.240619) + 1.834997.'41'(0.000000) + 0.239339.'47'(0.000000) + 1.233407.'52'(0.000000) + 1.362770.'60'(0.000000) + 1.087313.'61'(0.000000) + 1.804788.'70'(0.000000) + 1.329508.'73'(0.000000) + 0.312948.'77'(0.000000) + 2.705273.'79'(0.000000) + 0.580460.'79'(0.000000) + 0.902065.'86'(0.000000) + 2.258988.'91'(0.000000) + 2.339019.'99'(0.000000) + 0.813817.'99'(0.000000) + 0) <= 7.427648 ('81') -> [0.000000]: [surf_maxmin/DEBUG] (1.567845.'100'(0.113551) + 1.988924.'42'(0.000069) + 2.446956.'40'(0.012099) + 0.943327.'36'(0.000069) + 1.739011.'31'(0.012099) + 0.124444.'30'(0.000069) + 1.959565.'25'(0.020365) + 1.605847.'14'(0.006163) + 1.706335.'13'(0.006163) + 1.168451.'12'(0.012099) + 2.093426.'4'(0.020365) + 1.090608.'1'(0.240619) + 1.277208.'44'(0.000000) + 0.665655.'44'(0.000000) + 1.089641.'46'(0.000000) + 1.907212.'47'(0.000000) + 1.665669.'48'(0.000000) + 2.221760.'63'(0.000000) + 2.289872.'64'(0.000000) + 1.184150.'65'(0.000000) + 1.842539.'68'(0.000000) + 0.907759.'70'(0.000000) + 1.939892.'73'(0.000000) + 1.363881.'89'(0.000000) + 1.088936.'97'(0.000000) + 0) <= 2.317585 ('91') -> [0.000000]: [surf_maxmin/DEBUG] (2.605688.'87'(0.044062) + 1.497406.'39'(0.000069) + 0.188491.'28'(0.000069) + 1.090318.'19'(0.019293) + 1.614847.'18'(0.006163) + 2.137145.'17'(0.113551) + 1.428020.'12'(0.012099) + 1.445050.'11'(0.006163) + 1.701489.'2'(0.019293) + 2.198110.'35'(0.000000) + 2.409138.'47'(0.000000) + 1.053869.'63'(0.000000) + 2.051968.'70'(0.000000) + 1.524680.'73'(0.000000) + 1.350099.'80'(0.000000) + 1.577672.'86'(0.000000) + 2.550177.'91'(0.000000) + 2.054954.'92'(0.000000) + 0.419219.'92'(0.000000) + 2.138498.'93'(0.000000) + 1.818948.'95'(0.000000) + 0.681840.'95'(0.000000) + 1.353674.'98'(0.000000) + 0) <= 0.836230 ('38') -> [0.000000]: [surf_maxmin/DEBUG] (1.416110.'100'(0.113551) + 1.454085.'87'(0.044062) + 1.687482.'42'(0.000069) + 0.443247.'30'(0.000069) + 2.434302.'28'(0.000069) + 1.394907.'24'(0.063103) + 1.448247.'14'(0.006163) + 1.686905.'11'(0.006163) + 0.403244.'4'(0.020365) + 1.055964.'2'(0.019293) + 1.161990.'43'(0.000000) + 1.190360.'45'(0.000000) + 1.350556.'60'(0.000000) + 1.119115.'61'(0.000000) + 1.128389.'62'(0.000000) + 2.772053.'63'(0.000000) + 1.665172.'67'(0.000000) + 2.454386.'71'(0.000000) + 1.646993.'77'(0.000000) + 2.606266.'80'(0.000000) + 0.939947.'89'(0.000000) + 0.456008.'92'(0.000000) + 0) <= 4.280912 ('63') -> [0.000000]: [surf_maxmin/DEBUG] (1.624519.'90'(0.240619) + 0.935217.'78'(0.000069) + 0.620558.'76'(0.000069) + 1.423375.'50'(0.000069) + 0.517419.'42'(0.000069) + 1.666714.'36'(0.000069) + 0.961344.'30'(0.000069) + 0.952115.'27'(0.113551) + 1.490078.'19'(0.019293) + 2.375592.'16'(0.129552) + 1.883704.'15'(0.030572) + 0.684177.'10'(0.006163) + 1.262725.'8'(0.006163) + 0.585012.'2'(0.019293) + 1.714030.'2'(0.019293) + 1.630582.'35'(0.000000) + 1.700229.'45'(0.000000) + 1.163648.'54'(0.000000) + 2.120639.'56'(0.000000) + 1.485077.'58'(0.000000) + 1.962068.'66'(0.000000) + 1.836095.'75'(0.000000) + 0.123216.'75'(0.000000) + 1.728445.'77'(0.000000) + 0) <= 4.434529 ('10') -> [0.000000]: [surf_maxmin/DEBUG] (1.623709.'50'(0.000069) + 1.310077.'38'(0.020365) + 1.548149.'34'(0.027475) + 0.963458.'32'(0.178987) + 2.195900.'31'(0.012099) + 0.814207.'26'(0.006163) + 0.837864.'25'(0.020365) + 2.170812.'19'(0.019293) + 1.250037.'17'(0.113551) + 1.958162.'14'(0.006163) + 2.776717.'9'(0.006163) + 1.916222.'5'(0.030572) + 0.634500.'2'(0.019293) + 0.976892.'41'(0.000000) + 1.021998.'43'(0.000000) + 1.398453.'53'(0.000000) + 1.124164.'55'(0.000000) + 1.413711.'57'(0.000000) + 0.567531.'60'(0.000000) + 1.294667.'65'(0.000000) + 0.593196.'68'(0.000000) + 1.093456.'85'(0.000000) + 3.184487.'86'(0.000000) + 0.221573.'86'(0.000000) + 1.158956.'89'(0.000000) + 0.130900.'91'(0.000000) + 0.084852.'92'(0.000000) + 0.415174.'96'(0.000000) + 0.765008.'97'(0.000000) + 0) <= 0.640673 ('67') -> [0.000000]: [surf_maxmin/DEBUG] (0.972933.'88'(0.000069) + 2.172190.'40'(0.012099) + 2.152207.'38'(0.020365) + 1.787567.'34'(0.027475) + 2.686610.'29'(0.027475) + 0.488715.'23'(0.027475) + 2.173216.'23'(0.027475) + 0.928766.'9'(0.006163) + 1.350094.'2'(0.019293) + 2.432280.'33'(0.000000) + 1.249452.'33'(0.000000) + 1.463563.'37'(0.000000) + 0.849745.'51'(0.000000) + 2.814397.'59'(0.000000) + 1.431329.'71'(0.000000) + 0.966590.'72'(0.000000) + 1.461296.'95'(0.000000) + 1.587532.'96'(0.000000) + 0) <= 0.298014 ('51') -> [0.000000]: [surf_maxmin/DEBUG] (1.506554.'100'(0.113551) + 0.504151.'87'(0.044062) + 1.590379.'82'(0.006163) + 2.054602.'78'(0.000069) + 1.239476.'76'(0.000069) + 0.837922.'39'(0.000069) + 2.013619.'32'(0.178987) + 1.312210.'29'(0.027475) + 2.056139.'5'(0.030572) + 1.686671.'2'(0.019293) + 1.381596.'33'(0.000000) + 0.990946.'35'(0.000000) + 1.209144.'37'(0.000000) + 1.993854.'46'(0.000000) + 1.994956.'54'(0.000000) + 0.518961.'57'(0.000000) + 1.446474.'61'(0.000000) + 1.149886.'63'(0.000000) + 1.475737.'65'(0.000000) + 1.151800.'70'(0.000000) + 1.540140.'73'(0.000000) + 1.565553.'75'(0.000000) + 2.267745.'81'(0.000000) + 0.288114.'81'(0.000000) + 1.345460.'94'(0.000000) + 0.558795.'99'(0.000000) + 0) <= 9.888611 ('30') -> [0.000000]: [surf_maxmin/DEBUG] (1.696082.'90'(0.240619) + 2.286390.'87'(0.044062) + 0.790866.'38'(0.020365) + 2.406361.'29'(0.027475) + 1.003543.'27'(0.113551) + 0.930001.'24'(0.063103) + 2.715117.'21'(0.012099) + 1.301769.'19'(0.019293) + 2.766033.'15'(0.030572) + 0.189494.'2'(0.019293) + 2.439930.'2'(0.019293) + 1.907158.'37'(0.000000) + 1.596237.'45'(0.000000) + 1.173248.'48'(0.000000) + 1.784426.'54'(0.000000) + 2.080645.'72'(0.000000) + 2.873278.'75'(0.000000) + 2.018920.'79'(0.000000) + 0.778413.'93'(0.000000) + 3.138854.'95'(0.000000) + 1.058053.'95'(0.000000) + 0.212900.'97'(0.000000) + 3.195692.'99'(0.000000) + 0.849333.'99'(0.000000) + 0) <= 6.716541 ('24') -> [0.000000]: [surf_maxmin/DEBUG] (1.660091.'82'(0.006163) + 0.398485.'76'(0.000069) + 1.159386.'40'(0.012099) + 2.351711.'38'(0.020365) + 1.246343.'31'(0.012099) + 2.578598.'24'(0.063103) + 1.875256.'20'(0.030572) + 1.008648.'18'(0.006163) + 1.097113.'14'(0.006163) + 1.481393.'12'(0.012099) + 2.610077.'5'(0.030572) + 0.585718.'2'(0.019293) + 1.245552.'35'(0.000000) + 2.282036.'41'(0.000000) + 2.427503.'44'(0.000000) + 1.055650.'45'(0.000000) + 1.835638.'53'(0.000000) + 1.487312.'55'(0.000000) + 2.791486.'59'(0.000000) + 1.315041.'64'(0.000000) + 2.492178.'66'(0.000000) + 1.664931.'73'(0.000000) + 1.040740.'80'(0.000000) + 0.479567.'85'(0.000000) + 0.908863.'86'(0.000000) + 1.731388.'98'(0.000000) + 0) <= 5.247994 ('37') -> [0.000000]: [surf_maxmin/DEBUG] (2.296209.'82'(0.006163) + 2.582310.'42'(0.000069) + 1.183174.'40'(0.012099) + 1.781712.'29'(0.027475) + 0.203312.'24'(0.063103) + 1.197290.'21'(0.012099) + 2.049212.'12'(0.012099) + 2.220489.'8'(0.006163) + 0.933481.'4'(0.020365) + 1.886704.'2'(0.019293) + 1.385374.'35'(0.000000) + 2.438508.'46'(0.000000) + 1.816521.'55'(0.000000) + 0.470739.'56'(0.000000) + 1.451714.'58'(0.000000) + 1.016717.'63'(0.000000) + 0.778076.'72'(0.000000) + 0.815690.'79'(0.000000) + 0.616234.'83'(0.000000) + 2.349681.'91'(0.000000) + 0) <= 0.198801 ('87') -> [0.000000]: [surf_maxmin/DEBUG] (1.731440.'100'(0.113551) + 0.699321.'90'(0.240619) + 3.562458.'90'(0.240619) + 2.150019.'87'(0.044062) + 1.427254.'78'(0.000069) + 0.726995.'76'(0.000069) + 2.281014.'42'(0.000069) + 1.238793.'40'(0.012099) + 1.182626.'38'(0.020365) + 0.246642.'32'(0.178987) + 1.708230.'27'(0.113551) + 2.874090.'22'(0.020365) + 0.277624.'19'(0.019293) + 1.934941.'17'(0.113551) + 2.495396.'16'(0.129552) + 2.689518.'15'(0.030572) + 1.182120.'10'(0.006163) + 1.111346.'9'(0.006163) + 2.361655.'6'(0.113551) + 2.466941.'2'(0.019293) + 1.145279.'37'(0.000000) + 1.819006.'46'(0.000000) + 1.363212.'46'(0.000000) + 0.737247.'51'(0.000000) + 2.477944.'52'(0.000000) + 0.350088.'54'(0.000000) + 3.125709.'56'(0.000000) + 0.700858.'56'(0.000000) + 2.256776.'59'(0.000000) + 1.185931.'60'(0.000000) + 0.929679.'61'(0.000000) + 1.544384.'77'(0.000000) + 1.228588.'97'(0.000000) + 0) <= 7.538762 ('84') -> [0.000000]: [surf_maxmin/DEBUG] (1.494393.'40'(0.012099) + 1.290140.'20'(0.030572) + 0.716134.'14'(0.006163) + 1.110361.'13'(0.006163) + 1.212508.'2'(0.019293) + 2.369860.'2'(0.019293) + 0.713687.'62'(0.000000) + 0.619280.'71'(0.000000) + 2.062285.'84'(0.000000) + 1.895245.'93'(0.000000) + 1.241723.'93'(0.000000) + 2.603344.'99'(0.000000) + 0) <= 2.989301 ('40') -> [0.000000]: [surf_maxmin/DEBUG] (1.548888.'82'(0.006163) + 2.332813.'78'(0.000069) + 0.430850.'50'(0.000069) + 2.867773.'39'(0.000069) + 0.355499.'31'(0.012099) + 0.887237.'30'(0.000069) + 1.539320.'26'(0.006163) + 2.280048.'21'(0.012099) + 1.364153.'19'(0.019293) + 2.021681.'2'(0.019293) + 2.192137.'37'(0.000000) + 1.164747.'41'(0.000000) + 1.184992.'48'(0.000000) + 1.503509.'55'(0.000000) + 1.572227.'77'(0.000000) + 1.337856.'85'(0.000000) + 2.322870.'86'(0.000000) + 0) <= 0.116692 ('64') -> [0.000000]: [surf_maxmin/DEBUG] (1.135507.'39'(0.000069) + 1.535650.'32'(0.178987) + 2.268360.'29'(0.027475) + 0.962533.'25'(0.020365) + 1.207009.'11'(0.006163) + 1.140245.'2'(0.019293) + 1.846458.'37'(0.000000) + 0.931161.'37'(0.000000) + 1.867533.'41'(0.000000) + 1.930703.'45'(0.000000) + 2.072293.'57'(0.000000) + 1.553168.'65'(0.000000) + 2.490198.'66'(0.000000) + 1.654671.'72'(0.000000) + 1.089100.'73'(0.000000) + 0.413058.'74'(0.000000) + 0) <= 3.967675 ('7') -> [0.000000]: [surf_maxmin/DEBUG] (1.583632.'100'(0.113551) + 1.603479.'88'(0.000069) + 1.009118.'50'(0.000069) + 0.864286.'36'(0.000069) + 2.386803.'29'(0.027475) + 2.049698.'28'(0.000069) + 1.509074.'27'(0.113551) + 1.379724.'15'(0.030572) + 1.833795.'11'(0.006163) + 1.538153.'9'(0.006163) + 1.056750.'5'(0.030572) + 0.974353.'2'(0.019293) + 2.225547.'41'(0.000000) + 2.023568.'46'(0.000000) + 0.809191.'53'(0.000000) + 1.586349.'54'(0.000000) + 1.194258.'57'(0.000000) + 1.617481.'61'(0.000000) + 0.599057.'65'(0.000000) + 2.189077.'66'(0.000000) + 1.671857.'67'(0.000000) + 1.954572.'70'(0.000000) + 1.444506.'77'(0.000000) + 0.698844.'80'(0.000000) + 0.076505.'95'(0.000000) + 0) <= 8.921359 ('54') -> [0.000000]: [surf_maxmin/DEBUG] (1.225104.'90'(0.240619) + 1.963864.'88'(0.000069) + 2.311370.'76'(0.000069) + 2.644006.'42'(0.000069) + 0.627543.'38'(0.020365) + 2.425613.'34'(0.027475) + 2.040644.'27'(0.113551) + 1.515653.'26'(0.006163) + 0.122020.'23'(0.027475) + 2.697234.'23'(0.027475) + 0.495403.'21'(0.012099) + 3.305699.'21'(0.012099) + 1.783288.'18'(0.006163) + 2.856480.'17'(0.113551) + 1.346740.'16'(0.129552) + 0.533561.'10'(0.006163) + 2.612706.'8'(0.006163) + 0.978104.'3'(0.006163) + 1.156893.'2'(0.019293) + 2.172233.'47'(0.000000) + 2.109207.'52'(0.000000) + 2.013040.'55'(0.000000) + 1.858202.'57'(0.000000) + 1.461878.'58'(0.000000) + 1.247032.'59'(0.000000) + 1.136149.'60'(0.000000) + 0.627641.'62'(0.000000) + 2.744337.'63'(0.000000) + 1.468497.'64'(0.000000) + 1.657703.'67'(0.000000) + 0.440036.'72'(0.000000) + 3.683296.'77'(0.000000) + 0.306580.'77'(0.000000) + 1.706031.'79'(0.000000) + 0.445782.'79'(0.000000) + 1.986891.'83'(0.000000) + 1.988205.'89'(0.000000) + 2.131241.'91'(0.000000) + 1.345722.'94'(0.000000) + 2.557235.'97'(0.000000) + 0) <= 2.936141 ('35') -> [0.000000]: [surf_maxmin/DEBUG] (1.614203.'78'(0.000069) + 0.767615.'50'(0.000069) + 2.215397.'49'(0.012099) + 2.377553.'40'(0.012099) + 1.443447.'31'(0.012099) + 1.363108.'30'(0.000069) + 2.853495.'25'(0.020365) + 0.338589.'23'(0.027475) + 1.386096.'23'(0.027475) + 1.699636.'15'(0.030572) + 0.951019.'10'(0.006163) + 1.506124.'2'(0.019293) + 2.587810.'53'(0.000000) + 2.161376.'66'(0.000000) + 1.700428.'69'(0.000000) + 0.969247.'74'(0.000000) + 2.927142.'80'(0.000000) + 1.386232.'86'(0.000000) + 0.323264.'93'(0.000000) + 1.471647.'98'(0.000000) + 0) <= 0.533625 ('41') -> [0.000000]: [surf_maxmin/DEBUG] (0.826373.'100'(0.113551) + 0.294226.'90'(0.240619) + 2.037750.'90'(0.240619) + 2.144890.'87'(0.044062) + 2.740489.'50'(0.000069) + 1.912830.'30'(0.000069) + 2.290321.'23'(0.027475) + 1.255167.'22'(0.020365) + 1.794560.'10'(0.006163) + 0.313205.'2'(0.019293) + 1.116319.'41'(0.000000) + 0.852994.'47'(0.000000) + 0.723053.'51'(0.000000) + 1.958033.'56'(0.000000) + 2.358270.'59'(0.000000) + 1.432033.'60'(0.000000) + 1.266601.'63'(0.000000) + 1.171387.'68'(0.000000) + 2.037846.'72'(0.000000) + 1.795212.'74'(0.000000) + 0.443591.'75'(0.000000) + 1.533504.'84'(0.000000) + 1.668135.'85'(0.000000) + 2.523130.'99'(0.000000) + 1.042852.'99'(0.000000) + 0) <= 2.303628 ('83') -> [0.000000]: [surf_maxmin/DEBUG] (0.896929.'100'(0.113551) + 1.530147.'82'(0.006163) + 1.076104.'78'(0.000069) + 1.839611.'34'(0.027475) + 1.505763.'21'(0.012099) + 1.527142.'16'(0.129552) + 2.090765.'8'(0.006163) + 1.318248.'3'(0.006163) + 1.139796.'3'(0.006163) + 1.234205.'44'(0.000000) + 1.209714.'60'(0.000000) + 2.676757.'67'(0.000000) + 1.546734.'68'(0.000000) + 0.393614.'75'(0.000000) + 2.532565.'95'(0.000000) + 0) <= 3.477659 ('57') -> [0.000000]: [surf_maxmin/DEBUG] (0.870493.'90'(0.240619) + 1.543227.'78'(0.000069) + 2.214920.'50'(0.000069) + 1.928140.'49'(0.012099) + 2.285290.'29'(0.027475) + 1.043311.'28'(0.000069) + 1.208135.'19'(0.019293) + 1.693224.'18'(0.006163) + 1.103391.'15'(0.030572) + 0.804846.'14'(0.006163) + 1.125548.'11'(0.006163) + 2.111273.'3'(0.006163) + 1.904002.'56'(0.000000) + 0.650311.'69'(0.000000) + 1.606416.'84'(0.000000) + 1.850857.'91'(0.000000) + 0.623485.'92'(0.000000) + 0) <= 7.654851 ('48') -> [0.000000]: [surf_maxmin/DEBUG] (1.250840.'100'(0.113551) + 1.540353.'78'(0.000069) + 1.315166.'76'(0.000069) + 2.550675.'76'(0.000069) + 0.909145.'50'(0.000069) + 0.782017.'36'(0.000069) + 1.491130.'32'(0.178987) + 2.169408.'31'(0.012099) + 2.860099.'30'(0.000069) + 1.613899.'24'(0.063103) + 2.612992.'23'(0.027475) + 0.423188.'16'(0.129552) + 0.611881.'14'(0.006163) + 2.077118.'12'(0.012099) + 2.215683.'9'(0.006163) + 1.741951.'3'(0.006163) + 1.845204.'37'(0.000000) + 1.613028.'55'(0.000000) + 1.778142.'56'(0.000000) + 1.376774.'57'(0.000000) + 0.543388.'58'(0.000000) + 1.785182.'61'(0.000000) + 0.778946.'61'(0.000000) + 0.995021.'63'(0.000000) + 1.318928.'69'(0.000000) + 1.825331.'83'(0.000000) + 0.587659.'91'(0.000000) + 0) <= 6.968182 ('82') -> [0.000000]: [surf_maxmin/DEBUG] (2.003117.'90'(0.240619) + 1.419591.'78'(0.000069) + 1.633426.'76'(0.000069) + 1.899443.'49'(0.012099) + 0.227626.'38'(0.020365) + 1.191898.'36'(0.000069) + 1.531913.'28'(0.000069) + 2.892813.'27'(0.113551) + 0.877618.'26'(0.006163) + 1.835500.'24'(0.063103) + 1.474153.'23'(0.027475) + 0.972420.'3'(0.006163) + 1.156168.'35'(0.000000) + 1.060586.'41'(0.000000) + 1.996104.'45'(0.000000) + 1.974174.'55'(0.000000) + 2.777321.'56'(0.000000) + 1.091310.'57'(0.000000) + 2.057140.'58'(0.000000) + 2.069169.'60'(0.000000) + 2.121114.'61'(0.000000) + 1.707373.'62'(0.000000) + 0.870109.'63'(0.000000) + 1.994491.'67'(0.000000) + 1.426403.'69'(0.000000) + 1.531795.'71'(0.000000) + 1.326092.'83'(0.000000) + 0.924496.'92'(0.000000) + 1.645937.'95'(0.000000) + 0) <= 8.346257 ('28') -> [0.000000]: [surf_maxmin/DEBUG] (2.174427.'82'(0.006163) + 2.822411.'42'(0.000069) + 1.545876.'26'(0.006163) + 2.223522.'18'(0.006163) + 0.420103.'14'(0.006163) + 0.713356.'13'(0.006163) + 1.003099.'11'(0.006163) + 1.282407.'11'(0.006163) + 0.698299.'10'(0.006163) + 2.107002.'9'(0.006163) + 1.163821.'8'(0.006163) + 1.252709.'3'(0.006163) + 2.115650.'44'(0.000000) + 1.969286.'52'(0.000000) + 1.891114.'58'(0.000000) + 1.229540.'60'(0.000000) + 1.567717.'64'(0.000000) + 1.305417.'69'(0.000000) + 0.775576.'70'(0.000000) + 3.009614.'71'(0.000000) + 1.414212.'71'(0.000000) + 2.193566.'75'(0.000000) + 1.325691.'77'(0.000000) + 2.800393.'86'(0.000000) + 0.257552.'86'(0.000000) + 1.860927.'94'(0.000000) + 1.250020.'96'(0.000000) + 2.060972.'99'(0.000000) + 0) <= 0.090080 ('74') -> [0.000000]: [surf_maxmin/DEBUG] (1.867448.'88'(0.000069) + 2.334304.'82'(0.006163) + 0.451093.'39'(0.000069) + 1.076823.'36'(0.000069) + 0.721432.'30'(0.000069) + 1.452100.'27'(0.113551) + 1.360030.'22'(0.020365) + 1.506045.'21'(0.012099) + 0.021005.'17'(0.113551) + 1.242960.'17'(0.113551) + 1.126825.'11'(0.006163) + 0.583201.'8'(0.006163) + 1.984375.'7'(0.012099) + 2.542771.'3'(0.006163) + 2.529599.'37'(0.000000) + 1.738397.'46'(0.000000) + 1.487746.'52'(0.000000) + 0.451512.'52'(0.000000) + 1.265730.'54'(0.000000) + 1.725891.'55'(0.000000) + 1.401669.'60'(0.000000) + 0.299278.'63'(0.000000) + 2.170177.'64'(0.000000) + 0.340184.'64'(0.000000) + 0.607922.'65'(0.000000) + 1.532774.'67'(0.000000) + 0.913753.'80'(0.000000) + 3.192779.'81'(0.000000) + 0.989496.'81'(0.000000) + 1.234989.'84'(0.000000) + 1.100821.'97'(0.000000) + 1.366040.'98'(0.000000) + 0) <= 3.565317 ('62') -> [0.000000]: [surf_maxmin/DEBUG] (2.036672.'100'(0.113551) + 0.992242.'88'(0.000069) + 1.117252.'87'(0.044062) + 1.030674.'42'(0.000069) + 1.657326.'36'(0.000069) + 1.516215.'32'(0.178987) + 1.363854.'22'(0.020365) + 1.293439.'10'(0.006163) + 2.255925.'6'(0.113551) + 0.939320.'3'(0.006163) + 1.156317.'44'(0.000000) + 0.771064.'47'(0.000000) + 1.824961.'53'(0.000000) + 1.565478.'55'(0.000000) + 0.796407.'71'(0.000000) + 0.538633.'73'(0.000000) + 1.871010.'79'(0.000000) + 0.911242.'83'(0.000000) + 2.184699.'89'(0.000000) + 0.813096.'93'(0.000000) + 1.896717.'99'(0.000000) + 0) <= 1.242710 ('86') -> [0.000000]: [surf_maxmin/DEBUG] (1.063066.'87'(0.044062) + 1.338546.'87'(0.044062) + 0.657075.'50'(0.000069) + 0.954551.'34'(0.027475) + 2.321224.'30'(0.000069) + 1.474764.'26'(0.006163) + 1.981974.'18'(0.006163) + 1.488516.'15'(0.030572) + 1.495786.'12'(0.012099) + 2.248260.'11'(0.006163) + 0.731345.'7'(0.012099) + 0.829335.'5'(0.030572) + 1.404898.'3'(0.006163) + 1.229022.'46'(0.000000) + 0.221254.'46'(0.000000) + 2.386985.'51'(0.000000) + 1.929467.'60'(0.000000) + 2.133822.'62'(0.000000) + 0.418975.'63'(0.000000) + 1.704943.'65'(0.000000) + 1.305384.'66'(0.000000) + 1.435046.'79'(0.000000) + 1.129603.'89'(0.000000) + 0.579194.'91'(0.000000) + 2.099164.'94'(0.000000) + 0) <= 0.273876 ('11') -> [0.000000]: [surf_maxmin/DEBUG] (1.199592.'100'(0.113551) + 1.595442.'78'(0.000069) + 1.349115.'42'(0.000069) + 2.218802.'30'(0.000069) + 1.236485.'27'(0.113551) + 1.596787.'23'(0.027475) + 2.156542.'19'(0.019293) + 0.497040.'18'(0.006163) + 0.913174.'17'(0.113551) + 2.254316.'17'(0.113551) + 2.695642.'14'(0.006163) + 1.075954.'6'(0.113551) + 2.722306.'4'(0.020365) + 1.393915.'3'(0.006163) + 0.960012.'47'(0.000000) + 1.734328.'53'(0.000000) + 0.986607.'55'(0.000000) + 1.197823.'62'(0.000000) + 1.171807.'70'(0.000000) + 1.339936.'71'(0.000000) + 0.790587.'83'(0.000000) + 1.690963.'92'(0.000000) + 1.858847.'94'(0.000000) + 1.507598.'96'(0.000000) + 2.033046.'99'(0.000000) + 0) <= 0.928008 ('17') -> [0.000000]: [surf_maxmin/DEBUG] (1.205957.'90'(0.240619) + 1.333279.'87'(0.044062) + 0.972870.'49'(0.012099) + 2.458232.'40'(0.012099) + 1.178055.'32'(0.178987) + 0.535224.'30'(0.000069) + 1.051097.'24'(0.063103) + 1.374403.'18'(0.006163) + 1.187732.'17'(0.113551) + 3.483192.'17'(0.113551) + 1.334772.'3'(0.006163) + 1.679074.'33'(0.000000) + 1.397171.'33'(0.000000) + 0.893738.'45'(0.000000) + 0.838996.'53'(0.000000) + 1.708615.'54'(0.000000) + 2.037363.'59'(0.000000) + 0.691310.'61'(0.000000) + 2.027602.'63'(0.000000) + 1.407404.'66'(0.000000) + 1.762111.'71'(0.000000) + 1.201256.'77'(0.000000) + 1.955713.'83'(0.000000) + 2.026539.'84'(0.000000) + 2.142344.'85'(0.000000) + 0) <= 5.334485 ('45') -> [0.000000]: [surf_maxmin/DEBUG] (0.405736.'90'(0.240619) + 1.380198.'50'(0.000069) + 0.553464.'49'(0.012099) + 2.650807.'29'(0.027475) + 1.811402.'26'(0.006163) + 1.821878.'25'(0.020365) + 2.031857.'21'(0.012099) + 2.507865.'17'(0.113551) + 2.308346.'7'(0.012099) + 0.618368.'3'(0.006163) + 0.657228.'35'(0.000000) + 1.205757.'44'(0.000000) + 2.127070.'52'(0.000000) + 1.779270.'53'(0.000000) + 0.879730.'55'(0.000000) + 1.998110.'74'(0.000000) + 0.367426.'74'(0.000000) + 2.038197.'83'(0.000000) + 0.921557.'85'(0.000000) + 1.170284.'99'(0.000000) + 0) <= 9.139620 ('12') -> [0.000000]: [surf_maxmin/DEBUG] (0.486809.'88'(0.000069) + 2.020186.'42'(0.000069) + 2.263168.'25'(0.020365) + 0.777220.'21'(0.012099) + 1.415995.'18'(0.006163) + 0.827264.'17'(0.113551) + 1.379943.'16'(0.129552) + 0.097429.'15'(0.030572) + 0.016333.'11'(0.006163) + 1.554598.'11'(0.006163) + 1.423906.'10'(0.006163) + 1.452547.'3'(0.006163) + 1.100810.'41'(0.000000) + 1.319995.'53'(0.000000) + 1.861939.'65'(0.000000) + 1.471577.'80'(0.000000) + 2.661101.'89'(0.000000) + 1.444874.'92'(0.000000) + 2.290280.'93'(0.000000) + 1.159371.'99'(0.000000) + 0) <= 3.488983 ('61') -> [0.000000]: [surf_maxmin/DEBUG] (2.205050.'36'(0.000069) + 0.730395.'29'(0.027475) + 1.696938.'28'(0.000069) + 0.501377.'27'(0.113551) + 1.911140.'15'(0.030572) + 2.026481.'14'(0.006163) + 0.629571.'12'(0.012099) + 2.529200.'9'(0.006163) + 1.956957.'6'(0.113551) + 1.625409.'5'(0.030572) + 2.506743.'3'(0.006163) + 0.500101.'43'(0.000000) + 0.226196.'46'(0.000000) + 1.456771.'48'(0.000000) + 1.750474.'64'(0.000000) + 0.089754.'66'(0.000000) + 1.542461.'67'(0.000000) + 2.497053.'69'(0.000000) + 2.391709.'72'(0.000000) + 3.056268.'77'(0.000000) + 0.969136.'77'(0.000000) + 1.176023.'81'(0.000000) + 1.473787.'83'(0.000000) + 1.625178.'92'(0.000000) + 0.904870.'97'(0.000000) + 0) <= 6.918771 ('26') -> [0.000000]: [surf_maxmin/DEBUG] (2.425001.'88'(0.000069) + 0.598107.'87'(0.044062) + 0.938534.'82'(0.006163) + 1.741072.'38'(0.020365) + 1.209475.'31'(0.012099) + 1.596367.'27'(0.113551) + 2.652717.'26'(0.006163) + 2.123009.'25'(0.020365) + 0.441116.'20'(0.030572) + 1.500604.'14'(0.006163) + 1.399002.'13'(0.006163) + 0.164863.'12'(0.012099) + 1.692236.'3'(0.006163) + 3.370581.'33'(0.000000) + 0.629437.'33'(0.000000) + 2.442226.'43'(0.000000) + 1.258217.'46'(0.000000) + 1.205609.'58'(0.000000) + 1.023595.'72'(0.000000) + 2.518837.'80'(0.000000) + 1.784861.'84'(0.000000) + 1.421252.'93'(0.000000) + 1.590481.'97'(0.000000) + 0) <= 9.085955 ('34') -> [0.000000]: [surf_maxmin/DEBUG] (2.303898.'50'(0.000069) + 1.455195.'42'(0.000069) + 2.447977.'39'(0.000069) + 1.752175.'38'(0.020365) + 2.630056.'27'(0.113551) + 1.039631.'19'(0.019293) + 1.330248.'19'(0.019293) + 1.801800.'9'(0.006163) + 1.682632.'3'(0.006163) + 0.836431.'35'(0.000000) + 1.781918.'43'(0.000000) + 1.565278.'44'(0.000000) + 1.135193.'45'(0.000000) + 1.379866.'48'(0.000000) + 0.290373.'52'(0.000000) + 1.725842.'66'(0.000000) + 1.076336.'69'(0.000000) + 1.253089.'75'(0.000000) + 1.686907.'94'(0.000000) + 1.200648.'97'(0.000000) + 0) <= 8.600280 ('90') -> [0.000000]: [surf_maxmin/DEBUG] (0.883628.'88'(0.000069) + 1.754254.'87'(0.044062) + 0.533041.'76'(0.000069) + 1.923152.'50'(0.000069) + 2.025881.'40'(0.012099) + 0.762227.'32'(0.178987) + 1.537655.'28'(0.000069) + 2.688940.'22'(0.020365) + 0.850567.'17'(0.113551) + 2.312059.'15'(0.030572) + 0.591247.'14'(0.006163) + 1.409135.'11'(0.006163) + 1.220784.'7'(0.012099) + 1.468784.'3'(0.006163) + 2.054527.'33'(0.000000) + 0.751387.'35'(0.000000) + 1.303947.'47'(0.000000) + 2.061007.'51'(0.000000) + 0.930479.'54'(0.000000) + 1.319371.'56'(0.000000) + 1.965355.'58'(0.000000) + 1.777251.'59'(0.000000) + 3.116886.'61'(0.000000) + 0.431289.'61'(0.000000) + 1.756787.'62'(0.000000) + 1.575287.'63'(0.000000) + 1.370856.'64'(0.000000) + 1.820565.'69'(0.000000) + 2.326845.'73'(0.000000) + 2.258444.'74'(0.000000) + 1.077281.'75'(0.000000) + 1.855280.'77'(0.000000) + 1.890352.'81'(0.000000) + 0.865299.'81'(0.000000) + 0.393765.'83'(0.000000) + 0.731915.'93'(0.000000) + 1.503501.'94'(0.000000) + 1.299497.'97'(0.000000) + 0) <= 7.783892 ('15') -> [0.000000]: [surf_maxmin/DEBUG] (0.222753.'100'(0.113551) + 1.088276.'90'(0.240619) + 1.947668.'40'(0.012099) + 1.269013.'34'(0.027475) + 0.747413.'27'(0.113551) + 1.702413.'26'(0.006163) + 2.052307.'24'(0.063103) + 1.247640.'23'(0.027475) + 0.313373.'20'(0.030572) + 1.000136.'17'(0.113551) + 1.416419.'16'(0.129552) + 1.187969.'12'(0.012099) + 1.592646.'7'(0.012099) + 1.608093.'5'(0.030572) + 0.990252.'3'(0.006163) + 1.142754.'41'(0.000000) + 1.458543.'45'(0.000000) + 1.395801.'54'(0.000000) + 1.498913.'66'(0.000000) + 1.092055.'68'(0.000000) + 1.534174.'89'(0.000000) + 0) <= 3.798033 ('69') -> [0.000000]: [surf_maxmin/DEBUG] (1.379286.'40'(0.012099) + 1.977183.'32'(0.178987) + 1.503718.'30'(0.000069) + 1.285352.'28'(0.000069) + 0.818284.'24'(0.063103) + 1.474046.'22'(0.020365) + 0.218198.'19'(0.019293) + 3.604633.'19'(0.019293) + 1.634949.'17'(0.113551) + 1.022822.'8'(0.006163) + 1.388240.'6'(0.113551) + 0.654100.'3'(0.006163) + 2.127449.'43'(0.000000) + 1.698290.'44'(0.000000) + 2.313465.'46'(0.000000) + 0.799899.'54'(0.000000) + 1.777663.'56'(0.000000) + 0.876327.'62'(0.000000) + 1.630931.'64'(0.000000) + 1.414647.'67'(0.000000) + 2.020901.'72'(0.000000) + 0.038310.'73'(0.000000) + 1.794367.'79'(0.000000) + 1.481278.'81'(0.000000) + 0.458918.'89'(0.000000) + 0.515711.'94'(0.000000) + 1.088490.'96'(0.000000) + 0) <= 7.727391 ('72') -> [0.000000]: [surf_maxmin/DEBUG] (0.681290.'42'(0.000069) + 2.013068.'32'(0.178987) + 1.246676.'24'(0.063103) + 0.684531.'22'(0.020365) + 1.886002.'14'(0.006163) + 1.020029.'8'(0.006163) + 1.978224.'8'(0.006163) + 1.617726.'3'(0.006163) + 1.839588.'43'(0.000000) + 0.599069.'51'(0.000000) + 1.810777.'57'(0.000000) + 1.177856.'60'(0.000000) + 0.896019.'66'(0.000000) + 2.296114.'68'(0.000000) + 0.422846.'72'(0.000000) + 1.351024.'84'(0.000000) + 1.370146.'85'(0.000000) + 0) <= 0.493042 ('85') -> [0.000000]: [surf_maxmin/DEBUG] (2.358791.'49'(0.012099) + 1.473778.'42'(0.000069) + 2.640471.'40'(0.012099) + 1.689837.'31'(0.012099) + 1.746117.'26'(0.006163) + 1.751799.'21'(0.012099) + 0.753140.'13'(0.006163) + 1.240141.'12'(0.012099) + 0.529160.'11'(0.006163) + 1.999795.'10'(0.006163) + 1.887439.'9'(0.006163) + 1.759111.'7'(0.012099) + 0.865959.'3'(0.006163) + 1.433446.'43'(0.000000) + 1.518238.'46'(0.000000) + 1.444641.'47'(0.000000) + 1.216793.'59'(0.000000) + 1.702809.'77'(0.000000) + 1.125819.'80'(0.000000) + 0.693503.'84'(0.000000) + 0.983772.'85'(0.000000) + 0.508108.'91'(0.000000) + 1.164627.'96'(0.000000) + 1.125316.'97'(0.000000) + 0) <= 0.186473 ('96') -> [0.000000]: [surf_maxmin/DEBUG] (1.459582.'87'(0.044062) + 2.076910.'78'(0.000069) + 2.366226.'49'(0.012099) + 1.174329.'40'(0.012099) + 0.299966.'38'(0.020365) + 2.382631.'21'(0.012099) + 1.170854.'16'(0.129552) + 1.245156.'14'(0.006163) + 1.744114.'4'(0.020365) + 1.367299.'35'(0.000000) + 2.577109.'53'(0.000000) + 0.792091.'57'(0.000000) + 1.982126.'58'(0.000000) + 1.751576.'61'(0.000000) + 0.765052.'72'(0.000000) + 1.488633.'89'(0.000000) + 2.473906.'93'(0.000000) + 0.833497.'96'(0.000000) + 0) <= 1.723405 ('80') -> [0.000000]: [surf_maxmin/DEBUG] (1.972268.'78'(0.000069) + 0.901664.'49'(0.012099) + 0.306999.'42'(0.000069) + 0.897042.'38'(0.020365) + 1.279163.'25'(0.020365) + 2.029435.'22'(0.020365) + 2.179141.'18'(0.006163) + 0.484022.'4'(0.020365) + 1.876208.'4'(0.020365) + 2.268930.'33'(0.000000) + 0.403697.'37'(0.000000) + 0.953108.'48'(0.000000) + 1.973937.'58'(0.000000) + 1.775355.'60'(0.000000) + 2.417053.'62'(0.000000) + 0.806279.'63'(0.000000) + 1.141116.'64'(0.000000) + 0.361595.'67'(0.000000) + 2.419494.'70'(0.000000) + 2.105023.'73'(0.000000) + 0.901262.'83'(0.000000) + 0.617269.'86'(0.000000) + 0) <= 0.158212 ('77') -> [0.000000]: [surf_maxmin/DEBUG] (2.706998.'87'(0.044062) + 1.383940.'39'(0.000069) + 2.165026.'38'(0.020365) + 2.217521.'31'(0.012099) + 1.983711.'30'(0.000069) + 0.583281.'27'(0.113551) + 1.522881.'21'(0.012099) + 2.052093.'20'(0.030572) + 1.362625.'11'(0.006163) + 1.553411.'6'(0.113551) + 0.112086.'4'(0.020365) + 2.237370.'4'(0.020365) + 1.125658.'41'(0.000000) + 1.967755.'44'(0.000000) + 0.322987.'46'(0.000000) + 1.195458.'53'(0.000000) + 0.482190.'54'(0.000000) + 1.858420.'61'(0.000000) + 1.434688.'64'(0.000000) + 1.638929.'69'(0.000000) + 0.643242.'73'(0.000000) + 2.373521.'74'(0.000000) + 0.564129.'74'(0.000000) + 1.744475.'83'(0.000000) + 0.745259.'93'(0.000000) + 1.256273.'95'(0.000000) + 1.794378.'96'(0.000000) + 1.018397.'96'(0.000000) + 0) <= 6.637946 ('49') -> [0.000000]: [surf_maxmin/DEBUG] (1.554060.'100'(0.113551) + 0.980903.'88'(0.000069) + 0.929982.'49'(0.012099) + 1.794487.'42'(0.000069) + 2.077301.'39'(0.000069) + 1.701241.'31'(0.012099) + 1.475160.'24'(0.063103) + 1.837403.'16'(0.129552) + 2.180236.'10'(0.006163) + 1.926514.'4'(0.020365) + 1.423494.'33'(0.000000) + 2.282082.'45'(0.000000) + 1.594602.'47'(0.000000) + 1.086105.'48'(0.000000) + 1.726564.'55'(0.000000) + 0.060239.'60'(0.000000) + 2.405549.'65'(0.000000) + 1.512626.'68'(0.000000) + 0.971064.'80'(0.000000) + 2.262137.'86'(0.000000) + 0.797589.'92'(0.000000) + 3.156978.'95'(0.000000) + 1.444637.'95'(0.000000) + 1.784784.'96'(0.000000) + 1.211619.'98'(0.000000) + 0) <= 0.592432 ('22') -> [0.000000]: [surf_maxmin/DEBUG] (1.024274.'82'(0.006163) + 1.609951.'50'(0.000069) + 2.734548.'42'(0.000069) + 1.233576.'34'(0.027475) + 1.603259.'23'(0.027475) + 0.658419.'18'(0.006163) + 0.865107.'15'(0.030572) + 1.540532.'12'(0.012099) + 2.151821.'8'(0.006163) + 2.316723.'4'(0.020365) + 2.840444.'35'(0.000000) + 2.625601.'41'(0.000000) + 2.513100.'45'(0.000000) + 1.123800.'47'(0.000000) + 1.201522.'62'(0.000000) + 0.452708.'67'(0.000000) + 1.230968.'74'(0.000000) + 1.102534.'80'(0.000000) + 1.246318.'84'(0.000000) + 1.560096.'85'(0.000000) + 0) <= 9.973229 ('79') -> [0.000000]: [surf_maxmin/DEBUG] (1.101789.'90'(0.240619) + 1.664033.'87'(0.044062) + 0.246282.'76'(0.000069) + 0.863328.'50'(0.000069) + 2.015334.'31'(0.012099) + 0.509493.'15'(0.030572) + 1.889450.'7'(0.012099) + 2.647512.'4'(0.020365) + 1.076650.'33'(0.000000) + 0.776313.'44'(0.000000) + 1.266781.'45'(0.000000) + 1.099945.'48'(0.000000) + 1.298129.'51'(0.000000) + 2.422496.'52'(0.000000) + 0.335468.'52'(0.000000) + 0.646111.'55'(0.000000) + 1.683084.'64'(0.000000) + 2.189682.'67'(0.000000) + 2.102505.'69'(0.000000) + 0.172906.'69'(0.000000) + 0.545546.'74'(0.000000) + 1.059945.'80'(0.000000) + 0.585850.'92'(0.000000) + 2.364486.'94'(0.000000) + 1.921713.'95'(0.000000) + 0) <= 6.522989 ('56') -> [0.000000]: [surf_maxmin/DEBUG] (1.256699.'90'(0.240619) + 1.482439.'36'(0.000069) + 0.898231.'32'(0.178987) + 1.635013.'32'(0.178987) + 1.492128.'29'(0.027475) + 2.643807.'28'(0.000069) + 1.206687.'23'(0.027475) + 0.949395.'20'(0.030572) + 1.850656.'15'(0.030572) + 1.016652.'7'(0.012099) + 1.377377.'4'(0.020365) + 1.992713.'35'(0.000000) + 2.840782.'43'(0.000000) + 0.042364.'43'(0.000000) + 2.288461.'45'(0.000000) + 1.897205.'47'(0.000000) + 1.250125.'55'(0.000000) + 1.938949.'56'(0.000000) + 2.377586.'59'(0.000000) + 2.547275.'61'(0.000000) + 1.372998.'62'(0.000000) + 1.430358.'65'(0.000000) + 0.737984.'81'(0.000000) + 1.822339.'84'(0.000000) + 1.997573.'85'(0.000000) + 1.983112.'92'(0.000000) + 1.553463.'95'(0.000000) + 2.032527.'99'(0.000000) + 0.453373.'99'(0.000000) + 0) <= 2.730500 ('21') -> [0.000000]: [surf_maxmin/DEBUG] (2.258030.'34'(0.027475) + 1.288090.'32'(0.178987) + 2.150312.'31'(0.012099) + 1.022747.'29'(0.027475) + 1.209585.'22'(0.020365) + 2.057384.'20'(0.030572) + 1.622292.'18'(0.006163) + 1.140856.'13'(0.006163) + 1.195660.'7'(0.012099) + 0.671368.'4'(0.020365) + 1.448857.'37'(0.000000) + 0.328902.'43'(0.000000) + 0.449322.'44'(0.000000) + 1.122780.'45'(0.000000) + 1.055999.'48'(0.000000) + 1.491899.'51'(0.000000) + 1.869386.'59'(0.000000) + 1.863970.'62'(0.000000) + 1.154044.'65'(0.000000) + 1.548267.'67'(0.000000) + 1.030625.'68'(0.000000) + 1.150820.'71'(0.000000) + 0.668796.'71'(0.000000) + 0.428674.'72'(0.000000) + 0.321220.'77'(0.000000) + 1.667631.'83'(0.000000) + 2.222565.'85'(0.000000) + 1.919167.'91'(0.000000) + 1.033395.'97'(0.000000) + 0) <= 2.984953 ('31') -> [0.000000]: [surf_maxmin/DEBUG] (1.473135.'36'(0.000069) + 1.424348.'30'(0.000069) + 1.548933.'28'(0.000069) + 1.963822.'27'(0.113551) + 1.335913.'14'(0.006163) + 1.350829.'12'(0.012099) + 0.947682.'10'(0.006163) + 0.353263.'9'(0.006163) + 1.360697.'5'(0.030572) + 1.027032.'4'(0.020365) + 1.785414.'4'(0.020365) + 0.079639.'33'(0.000000) + 1.506060.'35'(0.000000) + 2.166030.'37'(0.000000) + 0.750331.'37'(0.000000) + 1.635686.'45'(0.000000) + 0.550879.'58'(0.000000) + 1.954481.'59'(0.000000) + 1.041460.'64'(0.000000) + 1.995224.'65'(0.000000) + 0.523144.'66'(0.000000) + 1.287240.'68'(0.000000) + 1.856820.'70'(0.000000) + 1.379728.'79'(0.000000) + 1.364267.'80'(0.000000) + 2.558274.'86'(0.000000) + 1.532661.'91'(0.000000) + 1.170389.'94'(0.000000) + 1.959711.'98'(0.000000) + 0) <= 5.148891 ('50') -> [0.000000]: [surf_maxmin/DEBUG] (1.862578.'78'(0.000069) + 1.416727.'39'(0.000069) + 2.189062.'31'(0.012099) + 0.729096.'24'(0.063103) + 1.656971.'20'(0.030572) + 0.948492.'18'(0.006163) + 1.536266.'13'(0.006163) + 1.831542.'5'(0.030572) + 2.167218.'4'(0.020365) + 1.613452.'55'(0.000000) + 1.497068.'65'(0.000000) + 1.123872.'68'(0.000000) + 2.190230.'70'(0.000000) + 0.542362.'71'(0.000000) + 0.967943.'84'(0.000000) + 2.726884.'93'(0.000000) + 1.662178.'96'(0.000000) + 1.858692.'99'(0.000000) + 0) <= 8.296034 ('20') -> [0.000000]: [surf_maxmin/DEBUG] (1.745854.'100'(0.113551) + 2.696288.'50'(0.000069) + 0.640409.'38'(0.020365) + 1.528585.'36'(0.000069) + 1.881151.'29'(0.027475) + 0.563048.'22'(0.020365) + 1.732494.'20'(0.030572) + 2.521302.'14'(0.006163) + 0.512534.'11'(0.006163) + 2.109561.'5'(0.030572) + 2.493067.'4'(0.020365) + 1.769842.'35'(0.000000) + 0.908374.'53'(0.000000) + 0.940655.'62'(0.000000) + 1.415568.'63'(0.000000) + 2.107345.'73'(0.000000) + 2.408468.'74'(0.000000) + 0.535814.'74'(0.000000) + 2.676492.'77'(0.000000) + 0.487079.'80'(0.000000) + 2.582528.'86'(0.000000) + 1.493858.'97'(0.000000) + 2.063837.'98'(0.000000) + 1.339383.'99'(0.000000) + 0) <= 9.565357 ('43') -> [0.000000]: [surf_maxmin/DEBUG] (1.202595.'90'(0.240619) + 1.991977.'78'(0.000069) + 1.057492.'34'(0.027475) + 2.355632.'32'(0.178987) + 0.942310.'31'(0.012099) + 0.792453.'20'(0.030572) + 1.741767.'18'(0.006163) + 1.791350.'12'(0.012099) + 2.619497.'10'(0.006163) + 2.141346.'8'(0.006163) + 0.840229.'7'(0.012099) + 1.444229.'5'(0.030572) + 1.487839.'48'(0.000000) + 0.813607.'56'(0.000000) + 1.281472.'61'(0.000000) + 2.341396.'63'(0.000000) + 2.699101.'66'(0.000000) + 2.018592.'67'(0.000000) + 1.518680.'68'(0.000000) + 0.586179.'73'(0.000000) + 1.914005.'92'(0.000000) + 0) <= 9.033795 ('70') -> [0.000000]: [surf_maxmin/DEBUG] (1.945839.'90'(0.240619) + 2.929358.'78'(0.000069) + 1.168506.'50'(0.000069) + 2.147659.'49'(0.012099) + 1.263269.'40'(0.012099) + 0.530949.'36'(0.000069) + 2.247271.'30'(0.000069) + 0.601199.'28'(0.000069) + 2.194459.'26'(0.006163) + 1.811856.'23'(0.027475) + 0.003839.'21'(0.012099) + 2.951036.'21'(0.012099) + 2.455284.'16'(0.129552) + 0.630293.'6'(0.113551) + 0.882265.'5'(0.030572) + 1.040994.'33'(0.000000) + 1.356063.'52'(0.000000) + 1.910444.'56'(0.000000) + 1.428148.'59'(0.000000) + 1.373441.'61'(0.000000) + 1.359336.'64'(0.000000) + 0.829171.'66'(0.000000) + 0.849480.'72'(0.000000) + 2.735495.'73'(0.000000) + 1.814065.'75'(0.000000) + 2.674892.'79'(0.000000) + 1.668739.'95'(0.000000) + 0) <= 3.023326 ('3') -> [0.000000]: [surf_maxmin/DEBUG] (1.509946.'78'(0.000069) + 1.328364.'76'(0.000069) + 2.594658.'42'(0.000069) + 1.827268.'40'(0.012099) + 1.830207.'38'(0.020365) + 0.318671.'36'(0.000069) + 1.863854.'20'(0.030572) + 2.277746.'18'(0.006163) + 2.375105.'16'(0.129552) + 1.895199.'15'(0.030572) + 2.023118.'5'(0.030572) + 1.189696.'37'(0.000000) + 1.401383.'48'(0.000000) + 2.131370.'54'(0.000000) + 2.716267.'61'(0.000000) + 1.141565.'64'(0.000000) + 0.907024.'66'(0.000000) + 1.381965.'68'(0.000000) + 1.477048.'74'(0.000000) + 2.463582.'81'(0.000000) + 1.623783.'86'(0.000000) + 0) <= 7.892793 ('32') -> [0.000000]: [surf_maxmin/DEBUG] (1.444932.'100'(0.113551) + 1.521542.'82'(0.006163) + 0.765463.'76'(0.000069) + 1.403147.'42'(0.000069) + 1.511028.'38'(0.020365) + 1.609308.'28'(0.000069) + 1.296327.'26'(0.006163) + 3.312020.'26'(0.006163) + 1.617918.'24'(0.063103) + 1.364739.'22'(0.020365) + 1.678793.'15'(0.030572) + 1.486965.'10'(0.006163) + 1.224155.'9'(0.006163) + 1.726574.'5'(0.030572) + 1.856127.'46'(0.000000) + 2.657988.'56'(0.000000) + 0.440723.'56'(0.000000) + 0.339524.'62'(0.000000) + 0.522284.'64'(0.000000) + 0.702882.'65'(0.000000) + 1.033674.'67'(0.000000) + 1.969829.'70'(0.000000) + 1.123117.'71'(0.000000) + 0.522276.'72'(0.000000) + 1.488982.'73'(0.000000) + 1.902724.'74'(0.000000) + 0.690593.'75'(0.000000) + 1.809265.'86'(0.000000) + 1.674574.'94'(0.000000) + 1.150278.'96'(0.000000) + 1.597986.'98'(0.000000) + 0.845645.'98'(0.000000) + 0) <= 8.316926 ('78') -> [0.000000]: [surf_maxmin/DEBUG] (0.124568.'100'(0.113551) + 1.504045.'88'(0.000069) + 0.715669.'82'(0.006163) + 1.619806.'40'(0.012099) + 0.395567.'30'(0.000069) + 0.417703.'17'(0.113551) + 1.284768.'14'(0.006163) + 1.913833.'11'(0.006163) + 2.306159.'7'(0.012099) + 2.184915.'5'(0.030572) + 1.451440.'37'(0.000000) + 1.792684.'41'(0.000000) + 0.312380.'47'(0.000000) + 1.582557.'48'(0.000000) + 1.753562.'51'(0.000000) + 2.420233.'52'(0.000000) + 1.803453.'54'(0.000000) + 1.322227.'58'(0.000000) + 0.559601.'64'(0.000000) + 1.380426.'71'(0.000000) + 0.820164.'74'(0.000000) + 1.896783.'81'(0.000000) + 2.123275.'84'(0.000000) + 0.642719.'98'(0.000000) + 0) <= 6.378365 ('58') -> [0.000000]: [surf_maxmin/DEBUG] (0.908263.'82'(0.006163) + 2.531268.'50'(0.000069) + 1.466575.'34'(0.027475) + 1.644573.'32'(0.178987) + 1.125139.'24'(0.063103) + 2.414813.'23'(0.027475) + 1.306117.'19'(0.019293) + 2.266873.'17'(0.113551) + 2.221891.'16'(0.129552) + 2.363266.'6'(0.113551) + 1.130246.'5'(0.030572) + 0.868905.'33'(0.000000) + 1.622571.'58'(0.000000) + 1.381037.'69'(0.000000) + 0.606772.'69'(0.000000) + 1.506193.'72'(0.000000) + 0.897168.'91'(0.000000) + 1.232301.'94'(0.000000) + 0.854497.'95'(0.000000) + 1.177505.'95'(0.000000) + 0) <= 8.463109 ('8') -> [0.000000]: [surf_maxmin/DEBUG] (0.890818.'24'(0.063103) + 0.949181.'17'(0.113551) + 1.161397.'5'(0.030572) + 2.475867.'53'(0.000000) + 1.584881.'56'(0.000000) + 1.845275.'57'(0.000000) + 1.134506.'58'(0.000000) + 1.010085.'67'(0.000000) + 0.734816.'68'(0.000000) + 2.173933.'77'(0.000000) + 1.089899.'77'(0.000000) + 1.422290.'84'(0.000000) + 2.575473.'93'(0.000000) + 2.016150.'96'(0.000000) + 2.164767.'98'(0.000000) + 0) <= 6.216957 ('65') -> [0.000000]: [surf_maxmin/DEBUG] (1.257126.'78'(0.000069) + 0.905694.'76'(0.000069) + 1.926757.'38'(0.020365) + 0.895732.'29'(0.027475) + 2.333933.'25'(0.020365) + 0.753780.'22'(0.020365) + 0.731851.'20'(0.030572) + 1.943488.'20'(0.030572) + 2.111822.'15'(0.030572) + 0.672911.'13'(0.006163) + 3.321218.'13'(0.006163) + 1.948580.'10'(0.006163) + 1.041960.'5'(0.030572) + 1.791570.'37'(0.000000) + 2.584222.'43'(0.000000) + 1.271336.'45'(0.000000) + 1.479654.'51'(0.000000) + 0.341589.'52'(0.000000) + 2.163503.'58'(0.000000) + 2.093526.'68'(0.000000) + 1.295291.'89'(0.000000) + 1.839458.'96'(0.000000) + 1.412990.'98'(0.000000) + 0) <= 0.341713 ('29') -> [0.000000]: [surf_maxmin/DEBUG] (1.699831.'49'(0.012099) + 1.812137.'42'(0.000069) + 1.797926.'40'(0.012099) + 0.918037.'39'(0.000069) + 2.538168.'26'(0.006163) + 1.120507.'20'(0.030572) + 1.685578.'20'(0.030572) + 1.726454.'19'(0.019293) + 1.709282.'18'(0.006163) + 1.184840.'8'(0.006163) + 1.140714.'7'(0.012099) + 0.878039.'6'(0.113551) + 2.261848.'6'(0.113551) + 2.758990.'35'(0.000000) + 1.381085.'51'(0.000000) + 1.268826.'54'(0.000000) + 1.526259.'59'(0.000000) + 1.633169.'61'(0.000000) + 0.975245.'65'(0.000000) + 1.392593.'68'(0.000000) + 0.175793.'70'(0.000000) + 2.562022.'75'(0.000000) + 0.836806.'79'(0.000000) + 1.241203.'80'(0.000000) + 1.427529.'84'(0.000000) + 2.002977.'91'(0.000000) + 2.799924.'96'(0.000000) + 0) <= 5.783896 ('68') -> [0.000000]: [surf_maxmin/DEBUG] (0.935243.'90'(0.240619) + 1.889933.'88'(0.000069) + 1.914796.'82'(0.006163) + 0.325771.'36'(0.000069) + 1.036916.'34'(0.027475) + 1.442773.'30'(0.000069) + 1.126293.'29'(0.027475) + 3.864114.'29'(0.027475) + 1.176041.'21'(0.012099) + 0.372924.'13'(0.006163) + 0.809181.'6'(0.113551) + 1.926613.'33'(0.000000) + 1.811432.'43'(0.000000) + 0.777289.'53'(0.000000) + 2.121541.'57'(0.000000) + 1.021144.'67'(0.000000) + 3.357204.'70'(0.000000) + 1.314002.'70'(0.000000) + 3.330889.'74'(0.000000) + 0.801600.'74'(0.000000) + 2.287432.'83'(0.000000) + 1.139330.'89'(0.000000) + 1.853973.'91'(0.000000) + 0) <= 8.763891 ('18') -> [0.000000]: [surf_maxmin/DEBUG] (1.281476.'100'(0.113551) + 1.440534.'88'(0.000069) + 0.394710.'87'(0.044062) + 1.919734.'50'(0.000069) + 0.196730.'36'(0.000069) + 2.041853.'28'(0.000069) + 0.945787.'22'(0.020365) + 1.658397.'19'(0.019293) + 1.219434.'13'(0.006163) + 2.290925.'13'(0.006163) + 0.420682.'10'(0.006163) + 0.669219.'6'(0.113551) + 2.984901.'6'(0.113551) + 2.149153.'41'(0.000000) + 2.455934.'47'(0.000000) + 2.786306.'48'(0.000000) + 0.835986.'53'(0.000000) + 1.656469.'55'(0.000000) + 2.739236.'60'(0.000000) + 1.264066.'61'(0.000000) + 0.819034.'66'(0.000000) + 1.507804.'67'(0.000000) + 1.106054.'75'(0.000000) + 1.987768.'83'(0.000000) + 0.646959.'89'(0.000000) + 1.279857.'92'(0.000000) + 1.129262.'95'(0.000000) + 0) <= 5.406005 ('47') -> [0.000000]: [surf_maxmin/DEBUG] (2.125625.'82'(0.006163) + 0.947766.'78'(0.000069) + 2.221943.'49'(0.012099) + 1.903976.'39'(0.000069) + 1.854606.'28'(0.000069) + 0.305071.'25'(0.020365) + 0.937291.'25'(0.020365) + 1.070252.'23'(0.027475) + 0.556078.'22'(0.020365) + 0.934094.'20'(0.030572) + 2.210368.'19'(0.019293) + 2.427476.'18'(0.006163) + 1.604609.'16'(0.129552) + 1.235374.'9'(0.006163) + 2.054239.'6'(0.113551) + 2.373857.'37'(0.000000) + 0.826317.'44'(0.000000) + 0.587304.'45'(0.000000) + 1.644479.'46'(0.000000) + 1.655688.'52'(0.000000) + 1.851783.'81'(0.000000) + 2.813412.'86'(0.000000) + 1.750387.'92'(0.000000) + 0) <= 8.833061 ('59') -> [0.000000]: [surf_maxmin/DEBUG] (1.743078.'39'(0.000069) + 1.466711.'36'(0.000069) + 0.503551.'34'(0.027475) + 1.807400.'32'(0.178987) + 1.343814.'31'(0.012099) + 1.551916.'28'(0.000069) + 2.791202.'16'(0.129552) + 0.510615.'14'(0.006163) + 1.202881.'13'(0.006163) + 1.725236.'11'(0.006163) + 0.856237.'6'(0.113551) + 3.015861.'46'(0.000000) + 1.437731.'46'(0.000000) + 2.281470.'47'(0.000000) + 0.129507.'51'(0.000000) + 2.661813.'62'(0.000000) + 1.192285.'63'(0.000000) + 1.488221.'72'(0.000000) + 2.317244.'73'(0.000000) + 0.487325.'73'(0.000000) + 1.463591.'93'(0.000000) + 0) <= 2.360890 ('4') -> [0.000000]: [surf_maxmin/DEBUG] (0.960805.'100'(0.113551) + 2.221964.'88'(0.000069) + 1.388514.'40'(0.012099) + 2.114740.'39'(0.000069) + 1.298887.'38'(0.020365) + 2.670975.'34'(0.027475) + 1.009443.'25'(0.020365) + 1.745244.'22'(0.020365) + 0.412622.'18'(0.006163) + 2.077908.'16'(0.129552) + 1.668006.'14'(0.006163) + 0.232055.'8'(0.006163) + 2.079142.'7'(0.012099) + 2.141814.'48'(0.000000) + 1.548607.'55'(0.000000) + 0.956527.'59'(0.000000) + 0.308032.'60'(0.000000) + 0.975814.'66'(0.000000) + 1.898931.'68'(0.000000) + 0.695469.'69'(0.000000) + 2.002323.'70'(0.000000) + 1.486428.'73'(0.000000) + 2.457999.'75'(0.000000) + 1.576866.'77'(0.000000) + 0.509913.'80'(0.000000) + 0.670542.'83'(0.000000) + 2.336782.'84'(0.000000) + 1.440402.'86'(0.000000) + 0.661448.'99'(0.000000) + 0) <= 9.391278 ('14') -> [0.000000]: [surf_maxmin/DEBUG] (1.742202.'88'(0.000069) + 0.999326.'49'(0.012099) + 2.607051.'40'(0.012099) + 1.560306.'39'(0.000069) + 1.489587.'36'(0.000069) + 1.566774.'34'(0.027475) + 1.906809.'24'(0.063103) + 2.045128.'17'(0.113551) + 1.552579.'9'(0.006163) + 1.259493.'7'(0.012099) + 1.712923.'33'(0.000000) + 1.076189.'54'(0.000000) + 1.651478.'55'(0.000000) + 2.329769.'58'(0.000000) + 2.474422.'65'(0.000000) + 2.942554.'69'(0.000000) + 0.754960.'69'(0.000000) + 2.777254.'73'(0.000000) + 0.660148.'73'(0.000000) + 2.203256.'84'(0.000000) + 1.388219.'91'(0.000000) + 0.528079.'97'(0.000000) + 0) <= 8.071052 ('98') -> [0.000000]: [surf_maxmin/DEBUG] (1.564334.'88'(0.000069) + 0.399939.'76'(0.000069) + 2.425168.'76'(0.000069) + 0.728105.'31'(0.012099) + 2.259898.'25'(0.020365) + 1.697699.'12'(0.012099) + 1.808660.'11'(0.006163) + 0.719628.'7'(0.012099) + 0.872073.'37'(0.000000) + 2.231891.'41'(0.000000) + 0.988622.'45'(0.000000) + 1.916984.'47'(0.000000) + 1.933501.'65'(0.000000) + 1.462353.'68'(0.000000) + 0.651220.'70'(0.000000) + 0.790100.'85'(0.000000) + 1.554272.'92'(0.000000) + 0) <= 0.733642 ('33') -> [0.000000]: [surf_maxmin/DEBUG] (1.786018.'82'(0.006163) + 1.947234.'78'(0.000069) + 1.642824.'76'(0.000069) + 0.755497.'42'(0.000069) + 1.234668.'40'(0.012099) + 0.859017.'36'(0.000069) + 1.690954.'32'(0.178987) + 1.313217.'31'(0.012099) + 1.403951.'23'(0.027475) + 0.571324.'22'(0.020365) + 1.093234.'18'(0.006163) + 0.143028.'15'(0.030572) + 1.405319.'13'(0.006163) + 2.891997.'11'(0.006163) + 1.356068.'10'(0.006163) + 1.514295.'7'(0.012099) + 2.809046.'35'(0.000000) + 1.093155.'47'(0.000000) + 0.667851.'51'(0.000000) + 2.260652.'57'(0.000000) + 1.417857.'58'(0.000000) + 2.229466.'59'(0.000000) + 1.757229.'60'(0.000000) + 1.657877.'66'(0.000000) + 2.194061.'70'(0.000000) + 2.028081.'71'(0.000000) + 0.303044.'75'(0.000000) + 1.684253.'83'(0.000000) + 1.801864.'85'(0.000000) + 1.155367.'92'(0.000000) + 1.452926.'93'(0.000000) + 0.476655.'94'(0.000000) + 2.048520.'97'(0.000000) + 2.573317.'98'(0.000000) + 0) <= 1.194905 ('36') -> [0.000000]: [surf_maxmin/DEBUG] (1.028386.'100'(0.113551) + 0.120647.'87'(0.044062) + 2.464362.'87'(0.044062) + 0.968744.'76'(0.000069) + 1.699420.'49'(0.012099) + 1.643824.'42'(0.000069) + 2.149216.'31'(0.012099) + 1.496767.'29'(0.027475) + 1.694809.'28'(0.000069) + 1.729823.'24'(0.063103) + 1.035522.'22'(0.020365) + 1.688487.'12'(0.012099) + 1.979455.'8'(0.006163) + 0.634950.'35'(0.000000) + 0.966902.'48'(0.000000) + 1.316543.'51'(0.000000) + 2.130642.'53'(0.000000) + 2.531803.'56'(0.000000) + 1.301352.'57'(0.000000) + 0.153387.'58'(0.000000) + 0.997002.'62'(0.000000) + 1.836581.'74'(0.000000) + 1.323560.'75'(0.000000) + 0) <= 6.477494 ('60') -> [0.000000]: [surf_maxmin/DEBUG] (1.405104.'100'(0.113551) + 1.405491.'88'(0.000069) + 1.072704.'76'(0.000069) + 1.337678.'38'(0.020365) + 1.647286.'36'(0.000069) + 2.217245.'32'(0.178987) + 0.537341.'31'(0.012099) + 2.120782.'26'(0.006163) + 1.750388.'25'(0.020365) + 2.581114.'19'(0.019293) + 1.848952.'18'(0.006163) + 1.443829.'15'(0.030572) + 2.050061.'10'(0.006163) + 1.090738.'8'(0.006163) + 1.915513.'37'(0.000000) + 1.460684.'54'(0.000000) + 1.467436.'55'(0.000000) + 1.350329.'60'(0.000000) + 1.609333.'64'(0.000000) + 1.400969.'74'(0.000000) + 1.643264.'89'(0.000000) + 0.624725.'95'(0.000000) + 1.192688.'98'(0.000000) + 0) <= 4.269098 ('99') -> [0.000000]: [surf_maxmin/DEBUG] (1.160592.'87'(0.044062) + 2.010318.'87'(0.044062) + 1.011440.'82'(0.006163) + 1.347726.'50'(0.000069) + 2.098365.'49'(0.012099) + 0.887917.'28'(0.000069) + 1.291252.'23'(0.027475) + 1.028630.'13'(0.006163) + 0.917425.'13'(0.006163) + 1.585950.'12'(0.012099) + 0.527916.'10'(0.006163) + 1.837102.'8'(0.006163) + 2.370840.'35'(0.000000) + 3.274995.'43'(0.000000) + 0.803071.'43'(0.000000) + 2.322685.'44'(0.000000) + 2.292077.'48'(0.000000) + 1.304584.'52'(0.000000) + 1.509518.'58'(0.000000) + 0.191116.'66'(0.000000) + 2.173128.'71'(0.000000) + 1.274457.'77'(0.000000) + 0.145568.'77'(0.000000) + 1.653130.'79'(0.000000) + 0.146393.'89'(0.000000) + 1.227434.'92'(0.000000) + 0) <= 6.139383 ('42') -> [0.000000]: [surf_maxmin/DEBUG] (1.793638.'88'(0.000069) + 1.207472.'87'(0.044062) + 1.640786.'49'(0.012099) + 1.492544.'30'(0.000069) + 1.346231.'24'(0.063103) + 2.300657.'21'(0.012099) + 2.167632.'19'(0.019293) + 2.031915.'9'(0.006163) + 1.548157.'8'(0.006163) + 1.555267.'33'(0.000000) + 1.061562.'43'(0.000000) + 2.772407.'45'(0.000000) + 1.569363.'47'(0.000000) + 2.127742.'52'(0.000000) + 0.634263.'52'(0.000000) + 1.284080.'55'(0.000000) + 0.317868.'56'(0.000000) + 2.037391.'59'(0.000000) + 1.995645.'65'(0.000000) + 1.963792.'69'(0.000000) + 1.673417.'72'(0.000000) + 1.329080.'75'(0.000000) + 1.558805.'77'(0.000000) + 1.072858.'92'(0.000000) + 0.486959.'93'(0.000000) + 0.796534.'97'(0.000000) + 0) <= 5.857593 ('94') -> [0.000000]: [surf_maxmin/DEBUG] (1.166740.'88'(0.000069) + 0.670081.'34'(0.027475) + 2.557557.'31'(0.012099) + 0.695989.'30'(0.000069) + 1.116681.'25'(0.020365) + 2.318190.'24'(0.063103) + 1.385299.'14'(0.006163) + 1.547427.'13'(0.006163) + 2.266819.'10'(0.006163) + 1.701111.'8'(0.006163) + 2.401656.'33'(0.000000) + 2.630843.'51'(0.000000) + 1.968790.'53'(0.000000) + 1.008675.'59'(0.000000) + 1.251231.'60'(0.000000) + 2.217645.'72'(0.000000) + 1.577242.'74'(0.000000) + 1.563015.'79'(0.000000) + 1.066298.'81'(0.000000) + 2.152406.'92'(0.000000) + 2.585552.'94'(0.000000) + 1.303983.'97'(0.000000) + 1.582619.'98'(0.000000) + 0) <= 8.420309 ('92') -> [0.000000]: [surf_maxmin/DEBUG] (1.524768.'82'(0.006163) + 1.606699.'50'(0.000069) + 2.235559.'40'(0.012099) + 1.699471.'30'(0.000069) + 1.507236.'28'(0.000069) + 1.755627.'19'(0.019293) + 2.413011.'16'(0.129552) + 2.340438.'15'(0.030572) + 1.595138.'8'(0.006163) + 1.722848.'35'(0.000000) + 1.305391.'41'(0.000000) + 0.336208.'44'(0.000000) + 2.909272.'48'(0.000000) + 0.447815.'54'(0.000000) + 1.617690.'57'(0.000000) + 1.020568.'65'(0.000000) + 0.994294.'72'(0.000000) + 1.974799.'80'(0.000000) + 0.811012.'81'(0.000000) + 0.631385.'81'(0.000000) + 2.127948.'85'(0.000000) + 1.414472.'89'(0.000000) + 1.206571.'97'(0.000000) + 1.302504.'98'(0.000000) + 0) <= 9.034019 ('52') -> [0.000000]: [surf_maxmin/DEBUG] (1.270133.'76'(0.000069) + 1.445617.'42'(0.000069) + 0.512378.'29'(0.027475) + 1.253041.'27'(0.113551) + 1.143595.'26'(0.006163) + 2.736226.'25'(0.020365) + 1.158903.'23'(0.027475) + 0.865739.'22'(0.020365) + 2.682442.'15'(0.030572) + 2.006404.'9'(0.006163) + 3.054403.'33'(0.000000) + 0.823580.'33'(0.000000) + 1.016073.'37'(0.000000) + 1.564331.'59'(0.000000) + 2.909078.'65'(0.000000) + 0.951618.'70'(0.000000) + 0.572722.'72'(0.000000) + 2.200170.'75'(0.000000) + 1.521441.'79'(0.000000) + 1.600129.'85'(0.000000) + 0.858442.'86'(0.000000) + 0.765892.'93'(0.000000) + 2.022054.'96'(0.000000) + 0) <= 3.965807 ('5') -> [0.000000]: [surf_maxmin/DEBUG] (2.093934.'100'(0.113551) + 2.417847.'27'(0.113551) + 1.405445.'16'(0.129552) + 0.994695.'9'(0.006163) + 1.454422.'46'(0.000000) + 1.845335.'57'(0.000000) + 1.766428.'60'(0.000000) + 2.798823.'69'(0.000000) + 1.774598.'79'(0.000000) + 1.138548.'83'(0.000000) + 2.638663.'89'(0.000000) + 1.279438.'91'(0.000000) + 1.138915.'96'(0.000000) + 2.943563.'98'(0.000000) + 0.924747.'98'(0.000000) + 0) <= 4.179265 ('95') -> [0.000000]: [surf_maxmin/DEBUG] (1.043234.'90'(0.240619) + 1.822970.'90'(0.240619) + 1.523744.'88'(0.000069) + 1.863592.'49'(0.012099) + 0.548219.'28'(0.000069) + 1.971675.'15'(0.030572) + 1.808167.'10'(0.006163) + 1.849337.'33'(0.000000) + 1.598957.'41'(0.000000) + 1.388141.'44'(0.000000) + 1.249598.'51'(0.000000) + 0.792863.'53'(0.000000) + 2.307974.'56'(0.000000) + 1.464135.'57'(0.000000) + 0.805015.'65'(0.000000) + 0.035705.'66'(0.000000) + 2.524301.'67'(0.000000) + 1.275692.'68'(0.000000) + 0.499955.'72'(0.000000) + 1.034307.'73'(0.000000) + 0.887078.'80'(0.000000) + 2.688491.'84'(0.000000) + 0.861989.'86'(0.000000) + 0.768805.'92'(0.000000) + 2.177257.'93'(0.000000) + 1.466219.'93'(0.000000) + 0) <= 3.879107 ('6') -> [0.000000]: [surf_maxmin/DEBUG] (1.291374.'50'(0.000069) + 1.950542.'38'(0.020365) + 1.386950.'36'(0.000069) + 1.587288.'34'(0.027475) + 2.396137.'32'(0.178987) + 1.575724.'25'(0.020365) + 0.805103.'23'(0.027475) + 0.694380.'11'(0.006163) + 2.877807.'11'(0.006163) + 1.199667.'37'(0.000000) + 1.443891.'45'(0.000000) + 0.727671.'52'(0.000000) + 0.347555.'52'(0.000000) + 0.724222.'54'(0.000000) + 0.782665.'59'(0.000000) + 1.609420.'60'(0.000000) + 1.536362.'71'(0.000000) + 1.318535.'75'(0.000000) + 1.680210.'79'(0.000000) + 1.842302.'81'(0.000000) + 1.209645.'83'(0.000000) + 2.682472.'84'(0.000000) + 1.219607.'85'(0.000000) + 1.621102.'91'(0.000000) + 2.013938.'92'(0.000000) + 1.808325.'97'(0.000000) + 2.383492.'98'(0.000000) + 0) <= 5.586898 ('13') -> [0.000000]: [surf_maxmin/DEBUG] (0.438648.'82'(0.006163) + 1.345093.'78'(0.000069) + 2.151200.'38'(0.020365) + 0.204170.'32'(0.178987) + 2.235736.'32'(0.178987) + 0.809876.'31'(0.012099) + 1.402595.'27'(0.113551) + 1.643900.'19'(0.019293) + 2.548434.'18'(0.006163) + 1.100685.'12'(0.012099) + 1.755388.'33'(0.000000) + 2.272421.'35'(0.000000) + 2.152087.'41'(0.000000) + 1.250271.'41'(0.000000) + 1.233098.'53'(0.000000) + 1.341941.'61'(0.000000) + 1.385342.'61'(0.000000) + 1.069706.'67'(0.000000) + 1.422483.'69'(0.000000) + 1.394979.'70'(0.000000) + 1.465863.'79'(0.000000) + 1.726635.'83'(0.000000) + 1.330512.'89'(0.000000) + 1.158860.'91'(0.000000) + 1.409237.'98'(0.000000) + 0) <= 3.976768 ('55') -> [0.000000]: [surf_maxmin/DEBUG] (2.045024.'100'(0.113551) + 1.379295.'82'(0.006163) + 1.802277.'49'(0.012099) + 0.975283.'36'(0.000069) + 1.310975.'26'(0.006163) + 0.632499.'25'(0.020365) + 2.732743.'25'(0.020365) + 1.988011.'22'(0.020365) + 1.164316.'21'(0.012099) + 2.100251.'18'(0.006163) + 2.165325.'16'(0.129552) + 1.190563.'41'(0.000000) + 1.661413.'43'(0.000000) + 2.694264.'53'(0.000000) + 1.387519.'54'(0.000000) + 2.151207.'58'(0.000000) + 0.691695.'60'(0.000000) + 1.533238.'62'(0.000000) + 2.333776.'70'(0.000000) + 2.026018.'74'(0.000000) + 1.219417.'75'(0.000000) + 2.077492.'79'(0.000000) + 2.232143.'86'(0.000000) + 1.600785.'89'(0.000000) + 1.249349.'93'(0.000000) + 1.022408.'94'(0.000000) + 1.128534.'97'(0.000000) + 0) <= 5.098103 ('89') -> [0.000000]: [surf_maxmin/DEBUG] (1.633446.'82'(0.006163) + 1.469177.'40'(0.012099) + 1.417990.'28'(0.000069) + 1.312999.'19'(0.019293) + 3.149961.'19'(0.019293) + 1.681294.'51'(0.000000) + 1.024134.'52'(0.000000) + 1.858344.'58'(0.000000) + 2.909576.'67'(0.000000) + 0.571106.'69'(0.000000) + 1.270577.'71'(0.000000) + 2.256616.'81'(0.000000) + 1.012306.'81'(0.000000) + 2.699627.'84'(0.000000) + 1.368954.'85'(0.000000) + 1.370806.'94'(0.000000) + 2.113437.'96'(0.000000) + 0) <= 2.897600 ('97') -> [0.000000]: [surf_maxmin/DEBUG] (2.661373.'88'(0.000069) + 2.792546.'78'(0.000069) + 2.099026.'76'(0.000069) + 0.746880.'50'(0.000069) + 0.832919.'42'(0.000069) + 1.442359.'39'(0.000069) + 2.334544.'39'(0.000069) + 0.537732.'36'(0.000069) + 0.749722.'30'(0.000069) + 2.396652.'28'(0.000069) + 2.596263.'43'(0.000000) + 0.076666.'43'(0.000000) + 1.104871.'45'(0.000000) + 1.229418.'46'(0.000000) + 1.895636.'57'(0.000000) + 2.619750.'60'(0.000000) + 1.171261.'62'(0.000000) + 1.072570.'64'(0.000000) + 1.616192.'66'(0.000000) + 0.977803.'68'(0.000000) + 1.581363.'73'(0.000000) + 0) <= 0.001144 ('2') -> [0.000000]: [surf_maxmin/DEBUG] Variables -> [0.000000]: [surf_maxmin/DEBUG] '100'(1.000000) : 0.113551 -> [0.000000]: [surf_maxmin/DEBUG] '90'(1.000000) : 0.240619 -> [0.000000]: [surf_maxmin/DEBUG] '88'(1.000000) : 0.000069 -> [0.000000]: [surf_maxmin/DEBUG] '87'(1.000000) : 0.044062 -> [0.000000]: [surf_maxmin/DEBUG] '82'(1.000000) : 0.006163 -> [0.000000]: [surf_maxmin/DEBUG] '78'(1.000000) : 0.000069 -> [0.000000]: [surf_maxmin/DEBUG] '76'(1.000000) : 0.000069 -> [0.000000]: [surf_maxmin/DEBUG] '50'(1.000000) : 0.000069 -> [0.000000]: [surf_maxmin/DEBUG] '49'(1.000000) : 0.012099 -> [0.000000]: [surf_maxmin/DEBUG] '42'(1.000000) : 0.000069 -> [0.000000]: [surf_maxmin/DEBUG] '40'(1.000000) : 0.012099 -> [0.000000]: [surf_maxmin/DEBUG] '39'(1.000000) : 0.000069 -> [0.000000]: [surf_maxmin/DEBUG] '38'(1.000000) : 0.020365 -> [0.000000]: [surf_maxmin/DEBUG] '36'(1.000000) : 0.000069 -> [0.000000]: [surf_maxmin/DEBUG] '34'(1.000000) : 0.027475 -> [0.000000]: [surf_maxmin/DEBUG] '32'(1.000000) : 0.178987 -> [0.000000]: [surf_maxmin/DEBUG] '31'(1.000000) : 0.012099 -> [0.000000]: [surf_maxmin/DEBUG] '30'(1.000000) : 0.000069 -> [0.000000]: [surf_maxmin/DEBUG] '29'(1.000000) : 0.027475 -> [0.000000]: [surf_maxmin/DEBUG] '28'(1.000000) : 0.000069 -> [0.000000]: [surf_maxmin/DEBUG] '27'(1.000000) : 0.113551 -> [0.000000]: [surf_maxmin/DEBUG] '26'(1.000000) : 0.006163 -> [0.000000]: [surf_maxmin/DEBUG] '25'(1.000000) : 0.020365 -> [0.000000]: [surf_maxmin/DEBUG] '24'(1.000000) : 0.063103 -> [0.000000]: [surf_maxmin/DEBUG] '23'(1.000000) : 0.027475 -> [0.000000]: [surf_maxmin/DEBUG] '22'(1.000000) : 0.020365 -> [0.000000]: [surf_maxmin/DEBUG] '21'(1.000000) : 0.012099 -> [0.000000]: [surf_maxmin/DEBUG] '20'(1.000000) : 0.030572 -> [0.000000]: [surf_maxmin/DEBUG] '19'(1.000000) : 0.019293 -> [0.000000]: [surf_maxmin/DEBUG] '18'(1.000000) : 0.006163 -> [0.000000]: [surf_maxmin/DEBUG] '17'(1.000000) : 0.113551 -> [0.000000]: [surf_maxmin/DEBUG] '16'(1.000000) : 0.129552 -> [0.000000]: [surf_maxmin/DEBUG] '15'(1.000000) : 0.030572 -> [0.000000]: [surf_maxmin/DEBUG] '14'(1.000000) : 0.006163 -> [0.000000]: [surf_maxmin/DEBUG] '13'(1.000000) : 0.006163 -> [0.000000]: [surf_maxmin/DEBUG] '12'(1.000000) : 0.012099 -> [0.000000]: [surf_maxmin/DEBUG] '11'(1.000000) : 0.006163 -> [0.000000]: [surf_maxmin/DEBUG] '10'(1.000000) : 0.006163 -> [0.000000]: [surf_maxmin/DEBUG] '9'(1.000000) : 0.006163 -> [0.000000]: [surf_maxmin/DEBUG] '8'(1.000000) : 0.006163 -> [0.000000]: [surf_maxmin/DEBUG] '7'(1.000000) : 0.012099 -> [0.000000]: [surf_maxmin/DEBUG] '6'(1.000000) : 0.113551 -> [0.000000]: [surf_maxmin/DEBUG] '5'(1.000000) : 0.030572 -> [0.000000]: [surf_maxmin/DEBUG] '4'(1.000000) : 0.020365 -> [0.000000]: [surf_maxmin/DEBUG] '3'(1.000000) : 0.006163 -> [0.000000]: [surf_maxmin/DEBUG] '2'(1.000000) : 0.019293 -> [0.000000]: [surf_maxmin/DEBUG] '1'(1.000000) : 0.240619 -> [0.000000]: [surf_maxmin/DEBUG] '33'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '35'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '37'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '41'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '43'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '44'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '45'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '46'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '47'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '48'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '51'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '52'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '53'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '54'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '55'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '56'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '57'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '58'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '59'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '60'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '61'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '62'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '63'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '64'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '65'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '66'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '67'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '68'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '69'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '70'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '71'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '72'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '73'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '74'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '75'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '77'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '79'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '80'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '81'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '83'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '84'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '85'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '86'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '89'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '91'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '92'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '93'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '94'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '95'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '96'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '97'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '98'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '99'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] Active constraints : 100 +> [0.000000]: [ker_lmm/DEBUG] Constraint '39' usage: 23.134932 remaining: 2.116281 concurrency: 12<=13<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '75' usage: 18.507712 remaining: 3.572698 concurrency: 9<=10<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '46' usage: 17.325345 remaining: 6.944002 concurrency: 9<=10<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '25' usage: 17.916255 remaining: 5.331653 concurrency: 10<=10<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '71' usage: 19.481303 remaining: 3.013605 concurrency: 10<=10<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '1' usage: 16.318483 remaining: 9.971848 concurrency: 9<=10<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '93' usage: 18.188539 remaining: 2.336225 concurrency: 8<=9<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '73' usage: 16.269828 remaining: 3.266449 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '23' usage: 21.489847 remaining: 0.983468 concurrency: 11<=11<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '16' usage: 27.198881 remaining: 9.682616 concurrency: 13<=13<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '27' usage: 22.688002 remaining: 1.421201 concurrency: 12<=12<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '44' usage: 9.873107 remaining: 6.997584 concurrency: 4<=5<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '100' usage: 21.423903 remaining: 7.471216 concurrency: 11<=11<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '76' usage: 13.241625 remaining: 7.645926 concurrency: 7<=7<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '9' usage: 12.559901 remaining: 6.852195 concurrency: 5<=6<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '66' usage: 13.416108 remaining: 1.147460 concurrency: 9<=10<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '88' usage: 16.930558 remaining: 1.073653 concurrency: 8<=9<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '53' usage: 18.251764 remaining: 4.479802 concurrency: 9<=9<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '19' usage: 26.380432 remaining: 8.291469 concurrency: 14<=14<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '81' usage: 11.991138 remaining: 7.427648 concurrency: 5<=6<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '91' usage: 18.434739 remaining: 2.317585 concurrency: 10<=10<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '38' usage: 13.708452 remaining: 0.836230 concurrency: 8<=9<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '63' usage: 13.424493 remaining: 4.280912 concurrency: 8<=8<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '10' usage: 18.696579 remaining: 4.434529 concurrency: 8<=8<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '67' usage: 19.999816 remaining: 0.640673 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '51' usage: 14.712297 remaining: 0.298014 concurrency: 6<=7<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '30' usage: 14.801724 remaining: 9.888611 concurrency: 8<=8<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '24' usage: 18.525588 remaining: 6.716541 concurrency: 8<=10<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '37' usage: 18.052819 remaining: 5.247994 concurrency: 10<=10<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '87' usage: 16.333892 remaining: 0.198801 concurrency: 8<=9<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '84' usage: 34.348424 remaining: 7.538762 concurrency: 16<=16<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '40' usage: 8.193396 remaining: 2.989301 concurrency: 5<=7<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '64' usage: 15.628260 remaining: 0.116692 concurrency: 7<=7<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '7' usage: 8.249304 remaining: 3.967675 concurrency: 5<=6<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '54' usage: 17.788866 remaining: 8.921359 concurrency: 10<=10<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '35' usage: 32.641928 remaining: 2.936141 concurrency: 14<=15<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '41' usage: 18.516281 remaining: 0.533625 concurrency: 9<=9<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '83' usage: 15.609811 remaining: 2.303628 concurrency: 7<=7<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '57' usage: 12.924504 remaining: 3.477659 concurrency: 8<=9<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '48' usage: 17.931797 remaining: 7.654851 concurrency: 10<=10<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '82' usage: 26.165544 remaining: 6.968182 concurrency: 12<=12<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '28' usage: 17.959518 remaining: 8.346257 concurrency: 9<=10<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '74' usage: 17.407032 remaining: 0.090080 concurrency: 9<=9<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '62' usage: 18.270413 remaining: 3.565317 concurrency: 10<=10<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '86' usage: 14.202920 remaining: 1.242710 concurrency: 8<=8<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '11' usage: 17.989341 remaining: 0.273876 concurrency: 9<=9<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '17' usage: 22.905113 remaining: 0.928008 concurrency: 12<=12<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '45' usage: 16.114813 remaining: 5.334485 concurrency: 9<=9<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '12' usage: 16.089920 remaining: 9.139620 concurrency: 7<=8<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '61' usage: 13.715399 remaining: 3.488983 concurrency: 7<=8<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '26' usage: 18.319263 remaining: 6.918771 concurrency: 8<=9<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '34' usage: 18.482103 remaining: 9.085955 concurrency: 9<=9<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '90' usage: 16.443610 remaining: 8.600280 concurrency: 9<=9<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '15' usage: 19.961355 remaining: 7.783892 concurrency: 9<=10<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '69' usage: 18.386372 remaining: 3.798033 concurrency: 11<=11<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '72' usage: 16.960812 remaining: 7.727391 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '85' usage: 11.127546 remaining: 0.493042 concurrency: 6<=7<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '96' usage: 20.695537 remaining: 0.186473 concurrency: 10<=10<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '80' usage: 13.919767 remaining: 1.723405 concurrency: 8<=9<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '77' usage: 11.925941 remaining: 0.158212 concurrency: 5<=5<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '49' usage: 19.880942 remaining: 6.637946 concurrency: 10<=11<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '22' usage: 16.457289 remaining: 0.592432 concurrency: 8<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '79' usage: 15.738209 remaining: 9.973229 concurrency: 8<=8<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '56' usage: 10.937220 remaining: 6.522989 concurrency: 5<=6<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '21' usage: 15.809084 remaining: 2.730500 concurrency: 9<=10<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '31' usage: 14.616326 remaining: 2.984953 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '50' usage: 14.571069 remaining: 5.148891 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '20' usage: 14.337953 remaining: 8.296034 concurrency: 7<=8<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '43' usage: 18.424293 remaining: 9.565357 concurrency: 8<=8<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '70' usage: 18.920879 remaining: 9.033795 concurrency: 9<=10<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '3' usage: 23.763083 remaining: 3.023326 concurrency: 10<=11<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '32' usage: 19.844135 remaining: 7.892793 concurrency: 10<=10<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '78' usage: 21.962911 remaining: 8.316926 concurrency: 13<=13<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '58' usage: 12.467034 remaining: 6.378365 concurrency: 6<=6<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '8' usage: 19.379024 remaining: 8.463109 concurrency: 10<=11<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '65' usage: 3.001397 remaining: 6.216957 concurrency: 1<=2<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '29' usage: 19.844852 remaining: 0.341713 concurrency: 8<=8<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '68' usage: 20.473362 remaining: 5.783896 concurrency: 11<=12<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '18' usage: 14.893985 remaining: 8.763891 concurrency: 7<=8<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '47' usage: 17.464384 remaining: 5.406005 concurrency: 8<=8<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '59' usage: 22.388769 remaining: 8.833061 concurrency: 10<=11<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '4' usage: 15.502642 remaining: 2.360890 concurrency: 8<=9<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '14' usage: 19.880304 remaining: 9.391278 concurrency: 10<=10<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '98' usage: 16.729254 remaining: 8.071052 concurrency: 9<=10<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '33' usage: 11.603431 remaining: 0.733642 concurrency: 5<=5<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '36' usage: 21.608644 remaining: 1.194905 concurrency: 12<=13<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '60' usage: 19.699461 remaining: 6.477494 concurrency: 11<=11<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '99' usage: 22.508714 remaining: 4.269098 concurrency: 13<=13<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '42' usage: 15.704632 remaining: 6.139383 concurrency: 9<=10<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '94' usage: 15.529033 remaining: 5.857593 concurrency: 9<=9<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '92' usage: 15.425894 remaining: 8.420309 concurrency: 8<=8<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '52' usage: 16.677947 remaining: 9.034019 concurrency: 9<=10<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '5' usage: 15.074478 remaining: 3.965807 concurrency: 8<=9<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '95' usage: 6.911922 remaining: 4.179265 concurrency: 3<=3<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '6' usage: 10.581602 remaining: 3.879107 concurrency: 6<=6<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '13' usage: 14.565305 remaining: 5.586898 concurrency: 7<=8<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '55' usage: 13.880336 remaining: 3.976768 concurrency: 7<=8<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '89' usage: 18.295998 remaining: 5.098103 concurrency: 9<=9<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '97' usage: 8.983573 remaining: 2.897600 concurrency: 5<=6<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '2' usage: 16.593753 remaining: 0.001144 concurrency: 6<=6<=-1 +> [0.000000]: [ker_lmm/DEBUG] var=28, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000069, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=30, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000069, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=36, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000069, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=39, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000069, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=42, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000069, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=50, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000069, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=76, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000069, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=78, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000069, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=88, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000069, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (28) value to 0.000069 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.000069, Var(28).penalty: 1.000000, Var(28).value: 0.000069 +> [0.000000]: [ker_lmm/DEBUG] Setting var (30) value to 0.000069 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.000069, Var(30).penalty: 1.000000, Var(30).value: 0.000069 +> [0.000000]: [ker_lmm/DEBUG] Setting var (36) value to 0.000069 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.000069, Var(36).penalty: 1.000000, Var(36).value: 0.000069 +> [0.000000]: [ker_lmm/DEBUG] Setting var (39) value to 0.000069 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.000069, Var(39).penalty: 1.000000, Var(39).value: 0.000069 +> [0.000000]: [ker_lmm/DEBUG] Setting var (42) value to 0.000069 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.000069, Var(42).penalty: 1.000000, Var(42).value: 0.000069 +> [0.000000]: [ker_lmm/DEBUG] Setting var (50) value to 0.000069 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.000069, Var(50).penalty: 1.000000, Var(50).value: 0.000069 +> [0.000000]: [ker_lmm/DEBUG] Setting var (76) value to 0.000069 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.000069, Var(76).penalty: 1.000000, Var(76).value: 0.000069 +> [0.000000]: [ker_lmm/DEBUG] Setting var (78) value to 0.000069 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.000069, Var(78).penalty: 1.000000, Var(78).value: 0.000069 +> [0.000000]: [ker_lmm/DEBUG] Setting var (88) value to 0.000069 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.000069, Var(88).penalty: 1.000000, Var(88).value: 0.000069 +> [0.000000]: [ker_lmm/DEBUG] index: 99 cnst_light_num: 100 || usage: 0.000000 remaining: 0.000000 bound: 0.001144 +> [0.000000]: [ker_lmm/DEBUG] var=3, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006163, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=8, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006163, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=9, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006163, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=10, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006163, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=11, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006163, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=13, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006163, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=14, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006163, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=18, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006163, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=26, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006163, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=82, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006163, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (3) value to 0.006163 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006163, Var(3).penalty: 1.000000, Var(3).value: 0.006163 +> [0.000000]: [ker_lmm/DEBUG] Setting var (8) value to 0.006163 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006163, Var(8).penalty: 1.000000, Var(8).value: 0.006163 +> [0.000000]: [ker_lmm/DEBUG] Setting var (9) value to 0.006163 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006163, Var(9).penalty: 1.000000, Var(9).value: 0.006163 +> [0.000000]: [ker_lmm/DEBUG] Setting var (10) value to 0.006163 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006163, Var(10).penalty: 1.000000, Var(10).value: 0.006163 +> [0.000000]: [ker_lmm/DEBUG] Setting var (11) value to 0.006163 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006163, Var(11).penalty: 1.000000, Var(11).value: 0.006163 +> [0.000000]: [ker_lmm/DEBUG] Setting var (13) value to 0.006163 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006163, Var(13).penalty: 1.000000, Var(13).value: 0.006163 +> [0.000000]: [ker_lmm/DEBUG] Setting var (14) value to 0.006163 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006163, Var(14).penalty: 1.000000, Var(14).value: 0.006163 +> [0.000000]: [ker_lmm/DEBUG] Setting var (18) value to 0.006163 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006163, Var(18).penalty: 1.000000, Var(18).value: 0.006163 +> [0.000000]: [ker_lmm/DEBUG] Setting var (26) value to 0.006163 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006163, Var(26).penalty: 1.000000, Var(26).value: 0.006163 +> [0.000000]: [ker_lmm/DEBUG] Setting var (82) value to 0.006163 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006163, Var(82).penalty: 1.000000, Var(82).value: 0.006163 +> [0.000000]: [ker_lmm/DEBUG] index: 42 cnst_light_num: 99 || usage: 0.000000 remaining: 0.000000 bound: 0.090080 +> [0.000000]: [ker_lmm/DEBUG] var=7, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.012099, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=12, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.012099, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=21, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.012099, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=31, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.012099, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=40, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.012099, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=49, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.012099, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (7) value to 0.012099 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.012099, Var(7).penalty: 1.000000, Var(7).value: 0.012099 +> [0.000000]: [ker_lmm/DEBUG] Setting var (12) value to 0.012099 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.012099, Var(12).penalty: 1.000000, Var(12).value: 0.012099 +> [0.000000]: [ker_lmm/DEBUG] Setting var (21) value to 0.012099 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.012099, Var(21).penalty: 1.000000, Var(21).value: 0.012099 +> [0.000000]: [ker_lmm/DEBUG] Setting var (31) value to 0.012099 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.012099, Var(31).penalty: 1.000000, Var(31).value: 0.012099 +> [0.000000]: [ker_lmm/DEBUG] Setting var (40) value to 0.012099 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.012099, Var(40).penalty: 1.000000, Var(40).value: 0.012099 +> [0.000000]: [ker_lmm/DEBUG] Setting var (49) value to 0.012099 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.012099, Var(49).penalty: 1.000000, Var(49).value: 0.012099 +> [0.000000]: [ker_lmm/DEBUG] index: 57 cnst_light_num: 98 || usage: 0.000000 remaining: 0.000000 bound: 0.186473 +> [0.000000]: [ker_lmm/DEBUG] var=2, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.019293, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=19, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.019293, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (2) value to 0.019293 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.019293, Var(2).penalty: 1.000000, Var(2).value: 0.019293 +> [0.000000]: [ker_lmm/DEBUG] Setting var (19) value to 0.019293 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.019293, Var(19).penalty: 1.000000, Var(19).value: 0.019293 +> [0.000000]: [ker_lmm/DEBUG] index: 32 cnst_light_num: 97 || usage: 0.000000 remaining: 0.000000 bound: 0.116692 +> [0.000000]: [ker_lmm/DEBUG] index: 42 cnst_light_num: 96 || usage: 0.000000 remaining: 2.783556 bound: 2.897600 +> [0.000000]: [ker_lmm/DEBUG] var=4, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.020365, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=22, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.020365, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=25, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.020365, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=38, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.020365, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (4) value to 0.020365 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.020365, Var(4).penalty: 1.000000, Var(4).value: 0.020365 +> [0.000000]: [ker_lmm/DEBUG] Setting var (22) value to 0.020365 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.020365, Var(22).penalty: 1.000000, Var(22).value: 0.020365 +> [0.000000]: [ker_lmm/DEBUG] Setting var (25) value to 0.020365 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.020365, Var(25).penalty: 1.000000, Var(25).value: 0.020365 +> [0.000000]: [ker_lmm/DEBUG] index: 84 cnst_light_num: 95 || usage: 0.000000 remaining: 0.638113 bound: 0.733642 +> [0.000000]: [ker_lmm/DEBUG] Setting var (38) value to 0.020365 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.020365, Var(38).penalty: 1.000000, Var(38).value: 0.020365 +> [0.000000]: [ker_lmm/DEBUG] index: 59 cnst_light_num: 94 || usage: 0.000000 remaining: 0.000000 bound: 0.158212 +> [0.000000]: [ker_lmm/DEBUG] var=23, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.027475, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=29, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.027475, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=34, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.027475, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (23) value to 0.027475 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.027475, Var(23).penalty: 1.000000, Var(23).value: 0.027475 +> [0.000000]: [ker_lmm/DEBUG] Setting var (29) value to 0.027475 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.027475, Var(29).penalty: 1.000000, Var(29).value: 0.027475 +> [0.000000]: [ker_lmm/DEBUG] Setting var (34) value to 0.027475 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.027475, Var(34).penalty: 1.000000, Var(34).value: 0.027475 +> [0.000000]: [ker_lmm/DEBUG] index: 25 cnst_light_num: 93 || usage: 0.000000 remaining: 0.000000 bound: 0.298014 +> [0.000000]: [ker_lmm/DEBUG] var=5, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.030572, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=15, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.030572, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=20, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.030572, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (5) value to 0.030572 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.030572, Var(5).penalty: 1.000000, Var(5).value: 0.030572 +> [0.000000]: [ker_lmm/DEBUG] Setting var (15) value to 0.030572 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.030572, Var(15).penalty: 1.000000, Var(15).value: 0.030572 +> [0.000000]: [ker_lmm/DEBUG] index: 36 cnst_light_num: 92 || usage: 0.000000 remaining: 0.267956 bound: 0.533625 +> [0.000000]: [ker_lmm/DEBUG] index: 62 cnst_light_num: 91 || usage: 0.000000 remaining: 9.779088 bound: 9.973229 +> [0.000000]: [ker_lmm/DEBUG] Setting var (20) value to 0.030572 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.030572, Var(20).penalty: 1.000000, Var(20).value: 0.030572 +> [0.000000]: [ker_lmm/DEBUG] index: 31 cnst_light_num: 90 || usage: 0.000000 remaining: 2.851407 bound: 2.989301 +> [0.000000]: [ker_lmm/DEBUG] index: 76 cnst_light_num: 89 || usage: 0.000000 remaining: 0.000000 bound: 0.341713 +> [0.000000]: [ker_lmm/DEBUG] var=87, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.044062, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (87) value to 0.044062 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.044062, Var(87).penalty: 1.000000, Var(87).value: 0.044062 +> [0.000000]: [ker_lmm/DEBUG] index: 45 cnst_light_num: 88 || usage: 0.000000 remaining: 0.000000 bound: 0.273876 +> [0.000000]: [ker_lmm/DEBUG] index: 76 cnst_light_num: 87 || usage: 0.000000 remaining: 5.886658 bound: 6.139383 +> [0.000000]: [ker_lmm/DEBUG] var=24, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.063103, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (24) value to 0.063103 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.063103, Var(24).penalty: 1.000000, Var(24).value: 0.063103 +> [0.000000]: [ker_lmm/DEBUG] index: 62 cnst_light_num: 86 || usage: 0.000000 remaining: 8.159271 bound: 8.420309 +> [0.000000]: [ker_lmm/DEBUG] index: 28 cnst_light_num: 85 || usage: 0.000000 remaining: 4.818691 bound: 5.247994 +> [0.000000]: [ker_lmm/DEBUG] index: 31 cnst_light_num: 84 || usage: 0.000000 remaining: 5.607641 bound: 5.857593 +> [0.000000]: [ker_lmm/DEBUG] index: 29 cnst_light_num: 83 || usage: 0.000000 remaining: 0.000000 bound: 0.198801 +> [0.000000]: [ker_lmm/DEBUG] index: 67 cnst_light_num: 82 || usage: 0.000000 remaining: 8.057214 bound: 8.296034 +> [0.000000]: [ker_lmm/DEBUG] var=6, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.113551, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=17, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.113551, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=27, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.113551, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=100, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.113551, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (6) value to 0.113551 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.113551, Var(6).penalty: 1.000000, Var(6).value: 0.113551 +> [0.000000]: [ker_lmm/DEBUG] index: 77 cnst_light_num: 81 || usage: 0.000000 remaining: 5.218475 bound: 5.783896 +> [0.000000]: [ker_lmm/DEBUG] Setting var (17) value to 0.113551 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.113551, Var(17).penalty: 1.000000, Var(17).value: 0.113551 +> [0.000000]: [ker_lmm/DEBUG] index: 21 cnst_light_num: 80 || usage: 0.000000 remaining: 0.388630 bound: 0.836230 +> [0.000000]: [ker_lmm/DEBUG] index: 75 cnst_light_num: 79 || usage: 0.000000 remaining: 6.017457 bound: 6.216957 +> [0.000000]: [ker_lmm/DEBUG] index: 31 cnst_light_num: 78 || usage: 0.000000 remaining: 7.606683 bound: 8.071052 +> [0.000000]: [ker_lmm/DEBUG] Setting var (27) value to 0.113551 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.113551, Var(27).penalty: 1.000000, Var(27).value: 0.113551 +> [0.000000]: [ker_lmm/DEBUG] index: 51 cnst_light_num: 77 || usage: 0.000000 remaining: 8.718926 bound: 9.085955 +> [0.000000]: [ker_lmm/DEBUG] index: 66 cnst_light_num: 76 || usage: 0.000000 remaining: 4.794121 bound: 5.148891 +> [0.000000]: [ker_lmm/DEBUG] index: 50 cnst_light_num: 75 || usage: 0.000000 remaining: 6.460026 bound: 6.918771 +> [0.000000]: [ker_lmm/DEBUG] index: 60 cnst_light_num: 74 || usage: 0.000000 remaining: 6.067488 bound: 6.637946 +> [0.000000]: [ker_lmm/DEBUG] index: 43 cnst_light_num: 73 || usage: 0.000000 remaining: 3.146097 bound: 3.565317 +> [0.000000]: [ker_lmm/DEBUG] index: 25 cnst_light_num: 72 || usage: 0.000000 remaining: 3.602642 bound: 3.965807 +> [0.000000]: [ker_lmm/DEBUG] index: 52 cnst_light_num: 71 || usage: 0.000000 remaining: 8.198326 bound: 8.600280 +> [0.000000]: [ker_lmm/DEBUG] Setting var (100) value to 0.113551 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.113551, Var(100).penalty: 1.000000, Var(100).value: 0.113551 +> [0.000000]: [ker_lmm/DEBUG] index: 68 cnst_light_num: 70 || usage: 0.000000 remaining: 9.103700 bound: 9.565357 +> [0.000000]: [ker_lmm/DEBUG] index: 21 cnst_light_num: 69 || usage: 0.000000 remaining: 4.752302 bound: 5.406005 +> [0.000000]: [ker_lmm/DEBUG] index: 51 cnst_light_num: 68 || usage: 0.000000 remaining: 5.995961 bound: 6.477494 +> [0.000000]: [ker_lmm/DEBUG] index: 34 cnst_light_num: 67 || usage: 0.000000 remaining: 8.390153 bound: 8.921359 +> [0.000000]: [ker_lmm/DEBUG] index: 22 cnst_light_num: 66 || usage: 0.000000 remaining: 3.919797 bound: 4.280912 +> [0.000000]: [ker_lmm/DEBUG] index: 43 cnst_light_num: 65 || usage: 0.000000 remaining: 7.833335 bound: 8.316926 +> [0.000000]: [ker_lmm/DEBUG] index: 60 cnst_light_num: 64 || usage: 0.000000 remaining: 6.178238 bound: 6.378365 +> [0.000000]: [ker_lmm/DEBUG] index: 46 cnst_light_num: 63 || usage: 0.000000 remaining: 0.000000 bound: 0.928008 +> [0.000000]: [ker_lmm/DEBUG] var=16, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.129552, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (16) value to 0.129552 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.129552, Var(16).penalty: 1.000000, Var(16).value: 0.129552 +> [0.000000]: [ker_lmm/DEBUG] index: 59 cnst_light_num: 62 || usage: 0.000000 remaining: 3.478739 bound: 4.179265 +> [0.000000]: [ker_lmm/DEBUG] index: 58 cnst_light_num: 61 || usage: 0.000000 remaining: 1.386297 bound: 1.723405 +> [0.000000]: [ker_lmm/DEBUG] index: 49 cnst_light_num: 60 || usage: 0.000000 remaining: 3.121491 bound: 3.488983 +> [0.000000]: [ker_lmm/DEBUG] index: 31 cnst_light_num: 59 || usage: 0.000000 remaining: 8.191805 bound: 8.833061 +> [0.000000]: [ker_lmm/DEBUG] index: 57 cnst_light_num: 58 || usage: 0.000000 remaining: 4.410861 bound: 5.098103 +> [0.000000]: [ker_lmm/DEBUG] index: 49 cnst_light_num: 57 || usage: 0.000000 remaining: 0.000000 bound: 0.592432 +> [0.000000]: [ker_lmm/DEBUG] index: 25 cnst_light_num: 56 || usage: 0.000000 remaining: 7.334506 bound: 7.892793 +> [0.000000]: [ker_lmm/DEBUG] index: 38 cnst_light_num: 55 || usage: 0.000000 remaining: 3.071667 bound: 3.477659 +> [0.000000]: [ker_lmm/DEBUG] index: 36 cnst_light_num: 54 || usage: 0.000000 remaining: 8.569378 bound: 9.034019 +> [0.000000]: [ker_lmm/DEBUG] index: 29 cnst_light_num: 53 || usage: 0.000000 remaining: 8.800536 bound: 9.391278 +> [0.000000]: [ker_lmm/DEBUG] var=32, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.178987, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (32) value to 0.178987 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.178987, Var(32).penalty: 1.000000, Var(32).value: 0.178987 +> [0.000000]: [ker_lmm/DEBUG] index: 36 cnst_light_num: 52 || usage: 0.000000 remaining: 7.287142 bound: 7.783892 +> [0.000000]: [ker_lmm/DEBUG] index: 24 cnst_light_num: 51 || usage: 0.000000 remaining: 0.066420 bound: 0.640673 +> [0.000000]: [ker_lmm/DEBUG] index: 49 cnst_light_num: 50 || usage: 0.000000 remaining: 0.000000 bound: 0.493042 +> [0.000000]: [ker_lmm/DEBUG] index: 42 cnst_light_num: 49 || usage: 0.000000 remaining: 4.998275 bound: 5.586898 +> [0.000000]: [ker_lmm/DEBUG] index: 33 cnst_light_num: 48 || usage: 0.000000 remaining: 3.581372 bound: 3.967675 +> [0.000000]: [ker_lmm/DEBUG] index: 32 cnst_light_num: 47 || usage: 0.000000 remaining: 3.263646 bound: 3.976768 +> [0.000000]: [ker_lmm/DEBUG] index: 40 cnst_light_num: 46 || usage: 0.000000 remaining: 6.250569 bound: 6.968182 +> [0.000000]: [ker_lmm/DEBUG] index: 36 cnst_light_num: 45 || usage: 0.000000 remaining: 1.526940 bound: 2.360890 +> [0.000000]: [ker_lmm/DEBUG] index: 24 cnst_light_num: 44 || usage: 0.000000 remaining: 7.111978 bound: 8.463109 +> [0.000000]: [ker_lmm/DEBUG] index: 36 cnst_light_num: 43 || usage: 0.000000 remaining: 0.392880 bound: 1.242710 +> [0.000000]: [ker_lmm/DEBUG] index: 26 cnst_light_num: 42 || usage: 0.000000 remaining: 9.193374 bound: 9.888611 +> [0.000000]: [ker_lmm/DEBUG] index: 25 cnst_light_num: 41 || usage: 0.000000 remaining: 6.847590 bound: 7.727391 +> [0.000000]: [ker_lmm/DEBUG] index: 22 cnst_light_num: 40 || usage: 0.000000 remaining: 2.505546 bound: 2.984953 +> [0.000000]: [ker_lmm/DEBUG] index: 25 cnst_light_num: 39 || usage: 0.000000 remaining: 3.505253 bound: 4.269098 +> [0.000000]: [ker_lmm/DEBUG] index: 32 cnst_light_num: 38 || usage: 0.000000 remaining: 0.735570 bound: 1.194905 +> [0.000000]: [ker_lmm/DEBUG] var=1, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.240619, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=90, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.240619, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (1) value to 0.240619 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.240619, Var(1).penalty: 1.000000, Var(1).value: 0.240619 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 37 || usage: 0.000000 remaining: 1.067608 bound: 2.116281 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 36 || usage: 0.000000 remaining: 2.660215 bound: 3.572698 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 35 || usage: 0.000000 remaining: 6.051824 bound: 6.944002 +> [0.000000]: [ker_lmm/DEBUG] index: 3 cnst_light_num: 34 || usage: 0.000000 remaining: 4.142217 bound: 5.331653 +> [0.000000]: [ker_lmm/DEBUG] index: 4 cnst_light_num: 33 || usage: 0.000000 remaining: 2.089471 bound: 3.013605 +> [0.000000]: [ker_lmm/DEBUG] index: 5 cnst_light_num: 32 || usage: 0.000000 remaining: 9.675459 bound: 9.971848 +> [0.000000]: [ker_lmm/DEBUG] index: 6 cnst_light_num: 31 || usage: 0.000000 remaining: 1.464022 bound: 2.336225 +> [0.000000]: [ker_lmm/DEBUG] index: 7 cnst_light_num: 30 || usage: 0.000000 remaining: 2.361413 bound: 3.266449 +> [0.000000]: [ker_lmm/DEBUG] index: 10 cnst_light_num: 29 || usage: 0.000000 remaining: 0.206981 bound: 1.421201 +> [0.000000]: [ker_lmm/DEBUG] index: 14 cnst_light_num: 28 || usage: 0.000000 remaining: 5.925434 bound: 6.852195 +> [0.000000]: [ker_lmm/DEBUG] index: 12 cnst_light_num: 27 || usage: 0.000000 remaining: 6.467453 bound: 7.471216 +> [0.000000]: [ker_lmm/DEBUG] index: 15 cnst_light_num: 26 || usage: 0.000000 remaining: 0.528882 bound: 1.147460 +> [0.000000]: [ker_lmm/DEBUG] index: 11 cnst_light_num: 25 || usage: 0.000000 remaining: 6.043090 bound: 6.997584 +> [0.000000]: [ker_lmm/DEBUG] index: 16 cnst_light_num: 24 || usage: 0.000000 remaining: 0.137015 bound: 1.073653 +> [0.000000]: [ker_lmm/DEBUG] index: 18 cnst_light_num: 23 || usage: 0.000000 remaining: 7.156679 bound: 8.291469 +> [0.000000]: [ker_lmm/DEBUG] index: 19 cnst_light_num: 22 || usage: 0.000000 remaining: 6.445574 bound: 7.427648 +> [0.000000]: [ker_lmm/DEBUG] index: 20 cnst_light_num: 21 || usage: 0.000000 remaining: 1.709186 bound: 2.317585 +> [0.000000]: [ker_lmm/DEBUG] Setting var (90) value to 0.240619 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.240619, Var(90).penalty: 1.000000, Var(90).value: 0.240619 +> [0.000000]: [ker_lmm/DEBUG] index: 5 cnst_light_num: 20 || usage: 0.000000 remaining: 6.067744 bound: 6.522989 +> [0.000000]: [ker_lmm/DEBUG] index: 11 cnst_light_num: 19 || usage: 0.000000 remaining: 1.774307 bound: 2.730500 +> [0.000000]: [ker_lmm/DEBUG] index: 17 cnst_light_num: 18 || usage: 0.000000 remaining: 2.879034 bound: 4.479802 +> [0.000000]: [ker_lmm/DEBUG] index: 8 cnst_light_num: 17 || usage: 0.000000 remaining: 0.000000 bound: 0.983468 +> [0.000000]: [ker_lmm/DEBUG] index: 14 cnst_light_num: 16 || usage: 0.000000 remaining: 5.759572 bound: 6.716541 +> [0.000000]: [ker_lmm/DEBUG] index: 8 cnst_light_num: 15 || usage: 0.000000 remaining: 3.484649 bound: 4.434529 +> [0.000000]: [ker_lmm/DEBUG] index: 11 cnst_light_num: 14 || usage: 0.000000 remaining: 7.266561 bound: 7.654851 +> [0.000000]: [ker_lmm/DEBUG] index: 7 cnst_light_num: 13 || usage: 0.000000 remaining: 1.997650 bound: 3.023326 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 12 || usage: 0.000000 remaining: 1.639393 bound: 2.936141 +> [0.000000]: [ker_lmm/DEBUG] index: 5 cnst_light_num: 11 || usage: 0.000000 remaining: 8.141912 bound: 9.033795 +> [0.000000]: [ker_lmm/DEBUG] index: 8 cnst_light_num: 10 || usage: 0.000000 remaining: 2.797747 bound: 3.798033 +> [0.000000]: [ker_lmm/DEBUG] index: 6 cnst_light_num: 9 || usage: 0.000000 remaining: 4.925453 bound: 7.538762 +> [0.000000]: [ker_lmm/DEBUG] index: 3 cnst_light_num: 8 || usage: 0.000000 remaining: 4.119743 bound: 5.334485 +> [0.000000]: [ker_lmm/DEBUG] index: 6 cnst_light_num: 7 || usage: 0.000000 remaining: 8.191982 bound: 9.682616 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 6 || usage: 0.000000 remaining: 8.252791 bound: 8.763891 +> [0.000000]: [ker_lmm/DEBUG] index: 3 cnst_light_num: 5 || usage: 0.000000 remaining: 7.340042 bound: 8.346257 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 4 || usage: 0.000000 remaining: 6.272851 bound: 7.645926 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 3 || usage: 0.000000 remaining: 1.448255 bound: 2.303628 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 2 || usage: 0.000000 remaining: 3.095332 bound: 3.879107 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 8.573010 bound: 9.139620 +> [0.000000]: [ker_lmm/DEBUG] MAX-MIN ( '100'(1.000000) '90'(1.000000) '88'(1.000000) '87'(1.000000) '82'(1.000000) '78'(1.000000) '76'(1.000000) '50'(1.000000) '49'(1.000000) '42'(1.000000) '40'(1.000000) '39'(1.000000) '38'(1.000000) '36'(1.000000) '34'(1.000000) '32'(1.000000) '31'(1.000000) '30'(1.000000) '29'(1.000000) '28'(1.000000) '27'(1.000000) '26'(1.000000) '25'(1.000000) '24'(1.000000) '23'(1.000000) '22'(1.000000) '21'(1.000000) '20'(1.000000) '19'(1.000000) '18'(1.000000) '17'(1.000000) '16'(1.000000) '15'(1.000000) '14'(1.000000) '13'(1.000000) '12'(1.000000) '11'(1.000000) '10'(1.000000) '9'(1.000000) '8'(1.000000) '7'(1.000000) '6'(1.000000) '5'(1.000000) '4'(1.000000) '3'(1.000000) '2'(1.000000) '1'(1.000000) '33'(0.000000) '35'(0.000000) '37'(0.000000) '41'(0.000000) '43'(0.000000) '44'(0.000000) '45'(0.000000) '46'(0.000000) '47'(0.000000) '48'(0.000000) '51'(0.000000) '52'(0.000000) '53'(0.000000) '54'(0.000000) '55'(0.000000) '56'(0.000000) '57'(0.000000) '58'(0.000000) '59'(0.000000) '60'(0.000000) '61'(0.000000) '62'(0.000000) '63'(0.000000) '64'(0.000000) '65'(0.000000) '66'(0.000000) '67'(0.000000) '68'(0.000000) '69'(0.000000) '70'(0.000000) '71'(0.000000) '72'(0.000000) '73'(0.000000) '74'(0.000000) '75'(0.000000) '77'(0.000000) '79'(0.000000) '80'(0.000000) '81'(0.000000) '83'(0.000000) '84'(0.000000) '85'(0.000000) '86'(0.000000) '89'(0.000000) '91'(0.000000) '92'(0.000000) '93'(0.000000) '94'(0.000000) '95'(0.000000) '96'(0.000000) '97'(0.000000) '98'(0.000000) '99'(0.000000) ) +> [0.000000]: [ker_lmm/DEBUG] Constraints +> [0.000000]: [ker_lmm/DEBUG] (1.297879.'88'(0.000069) + 0.916271.'49'(0.012099) + 1.526967.'39'(0.000069) + 1.729887.'38'(0.020365) + 1.281100.'32'(0.178987) + 1.748356.'31'(0.012099) + 1.891618.'28'(0.000069) + 1.124029.'27'(0.113551) + 0.518519.'26'(0.006163) + 2.988088.'26'(0.006163) + 1.347184.'22'(0.020365) + 0.840580.'18'(0.006163) + 1.088904.'17'(0.113551) + 1.016175.'15'(0.030572) + 0.354314.'13'(0.006163) + 2.177278.'6'(0.113551) + 0.655051.'4'(0.020365) + 0.632733.'1'(0.240619) + 0.621028.'51'(0.000000) + 1.671412.'64'(0.000000) + 1.239743.'66'(0.000000) + 1.417212.'70'(0.000000) + 2.377538.'71'(0.000000) + 0.244423.'71'(0.000000) + 2.098518.'77'(0.000000) + 2.145691.'80'(0.000000) + 0.752112.'83'(0.000000) + 1.911794.'84'(0.000000) + 1.866781.'85'(0.000000) + 0.721991.'91'(0.000000) + 2.444267.'97'(0.000000) + 0.989651.'98'(0.000000) + 0) <= 2.116281 ('39') +> [0.000000]: [ker_lmm/DEBUG] (0.909797.'82'(0.006163) + 1.823013.'42'(0.000069) + 2.107213.'34'(0.027475) + 1.607995.'18'(0.006163) + 2.613369.'12'(0.012099) + 2.067163.'7'(0.012099) + 0.216818.'6'(0.113551) + 2.697628.'6'(0.113551) + 1.225033.'5'(0.030572) + 1.651882.'2'(0.019293) + 1.587801.'1'(0.240619) + 0.362909.'48'(0.000000) + 0.976717.'57'(0.000000) + 1.189523.'58'(0.000000) + 1.301711.'65'(0.000000) + 2.025516.'68'(0.000000) + 1.272786.'69'(0.000000) + 1.872021.'71'(0.000000) + 0.356784.'71'(0.000000) + 1.923451.'73'(0.000000) + 1.852550.'75'(0.000000) + 1.771579.'85'(0.000000) + 0.813574.'86'(0.000000) + 0.080435.'91'(0.000000) + 1.428175.'97'(0.000000) + 1.659642.'99'(0.000000) + 0) <= 3.572698 ('75') +> [0.000000]: [ker_lmm/DEBUG] (1.068549.'34'(0.027475) + 1.615785.'29'(0.027475) + 1.576644.'27'(0.113551) + 2.358442.'13'(0.006163) + 2.863593.'9'(0.006163) + 1.554199.'6'(0.113551) + 2.323730.'3'(0.006163) + 2.428546.'2'(0.019293) + 1.535856.'1'(0.240619) + 1.478849.'35'(0.000000) + 0.338710.'35'(0.000000) + 1.265801.'44'(0.000000) + 0.608467.'46'(0.000000) + 2.096804.'52'(0.000000) + 0.534833.'52'(0.000000) + 1.145875.'54'(0.000000) + 1.089862.'57'(0.000000) + 2.321734.'59'(0.000000) + 1.361919.'80'(0.000000) + 1.134466.'81'(0.000000) + 0.561975.'86'(0.000000) + 1.314230.'91'(0.000000) + 0.739081.'93'(0.000000) + 1.132757.'94'(0.000000) + 0) <= 6.944002 ('46') +> [0.000000]: [ker_lmm/DEBUG] (1.471157.'100'(0.113551) + 1.827448.'49'(0.012099) + 2.088986.'38'(0.020365) + 1.520193.'32'(0.178987) + 1.817948.'27'(0.113551) + 1.649740.'24'(0.063103) + 1.180135.'22'(0.020365) + 0.650011.'21'(0.012099) + 2.001106.'12'(0.012099) + 2.446473.'9'(0.006163) + 1.263057.'1'(0.240619) + 2.161355.'37'(0.000000) + 1.551889.'43'(0.000000) + 0.556812.'57'(0.000000) + 2.037451.'80'(0.000000) + 2.396411.'91'(0.000000) + 1.530804.'94'(0.000000) + 0) <= 5.331653 ('25') +> [0.000000]: [ker_lmm/DEBUG] (1.628480.'100'(0.113551) + 1.955050.'88'(0.000069) + 0.570097.'87'(0.044062) + 1.925527.'36'(0.000069) + 1.738056.'27'(0.113551) + 1.081955.'26'(0.006163) + 1.234649.'26'(0.006163) + 1.845992.'25'(0.020365) + 1.927213.'22'(0.020365) + 1.261680.'17'(0.113551) + 0.308714.'12'(0.012099) + 0.329799.'4'(0.020365) + 2.780516.'4'(0.020365) + 0.893575.'1'(0.240619) + 1.296498.'45'(0.000000) + 1.096067.'54'(0.000000) + 1.654531.'59'(0.000000) + 1.625805.'65'(0.000000) + 1.592879.'70'(0.000000) + 0.678078.'83'(0.000000) + 1.635282.'85'(0.000000) + 1.083636.'86'(0.000000) + 1.579435.'94'(0.000000) + 0) <= 3.013605 ('71') +> [0.000000]: [ker_lmm/DEBUG] (1.293046.'88'(0.000069) + 1.506159.'50'(0.000069) + 0.175789.'39'(0.000069) + 0.745875.'30'(0.000069) + 1.993478.'29'(0.027475) + 1.139358.'26'(0.006163) + 1.166618.'25'(0.020365) + 0.837716.'16'(0.129552) + 1.607368.'13'(0.006163) + 2.034158.'10'(0.006163) + 2.591113.'9'(0.006163) + 1.014317.'7'(0.012099) + 0.213488.'1'(0.240619) + 2.970221.'41'(0.000000) + 1.037448.'43'(0.000000) + 1.354941.'45'(0.000000) + 0.671782.'47'(0.000000) + 2.419070.'54'(0.000000) + 1.013054.'55'(0.000000) + 0.961739.'58'(0.000000) + 1.457930.'59'(0.000000) + 0.203310.'62'(0.000000) + 1.251378.'69'(0.000000) + 1.659311.'72'(0.000000) + 1.466975.'74'(0.000000) + 2.040489.'77'(0.000000) + 1.931628.'79'(0.000000) + 1.788263.'80'(0.000000) + 1.620051.'84'(0.000000) + 1.207535.'95'(0.000000) + 0.910275.'96'(0.000000) + 0) <= 9.971848 ('1') +> [0.000000]: [ker_lmm/DEBUG] (0.990586.'39'(0.000069) + 2.131411.'24'(0.063103) + 0.621902.'22'(0.020365) + 2.086164.'20'(0.030572) + 0.210336.'16'(0.129552) + 1.491874.'9'(0.006163) + 2.003255.'7'(0.012099) + 1.106248.'5'(0.030572) + 2.092315.'4'(0.020365) + 0.824322.'2'(0.019293) + 2.737673.'2'(0.019293) + 1.892454.'1'(0.240619) + 1.528484.'47'(0.000000) + 1.803000.'68'(0.000000) + 0.922888.'85'(0.000000) + 0.955092.'97'(0.000000) + 2.198722.'99'(0.000000) + 0) <= 2.336225 ('93') +> [0.000000]: [ker_lmm/DEBUG] (1.967166.'49'(0.012099) + 1.346883.'40'(0.012099) + 1.787764.'34'(0.027475) + 0.939045.'29'(0.027475) + 1.520401.'23'(0.027475) + 1.264815.'17'(0.113551) + 1.877503.'14'(0.006163) + 0.163844.'9'(0.006163) + 2.127624.'6'(0.113551) + 0.522525.'5'(0.030572) + 1.488141.'4'(0.020365) + 1.264118.'1'(0.240619) + 2.480001.'35'(0.000000) + 2.116358.'44'(0.000000) + 1.342816.'46'(0.000000) + 0.375253.'70'(0.000000) + 1.241586.'83'(0.000000) + 2.342744.'85'(0.000000) + 2.789068.'91'(0.000000) + 0.846732.'93'(0.000000) + 1.820806.'94'(0.000000) + 0.822933.'95'(0.000000) + 0) <= 3.266449 ('73') +> [0.000000]: [ker_lmm/DEBUG] (1.374460.'100'(0.113551) + 1.271968.'90'(0.240619) + 1.031001.'82'(0.006163) + 2.651630.'78'(0.000069) + 1.115624.'39'(0.000069) + 1.987671.'39'(0.000069) + 0.744092.'34'(0.027475) + 2.409392.'16'(0.129552) + 1.960181.'14'(0.006163) + 2.084344.'12'(0.012099) + 2.195351.'10'(0.006163) + 2.174691.'8'(0.006163) + 0.489442.'1'(0.240619) + 2.295264.'41'(0.000000) + 0.706952.'44'(0.000000) + 1.310850.'47'(0.000000) + 1.295424.'55'(0.000000) + 1.681472.'57'(0.000000) + 2.626108.'64'(0.000000) + 1.059154.'75'(0.000000) + 1.711404.'79'(0.000000) + 1.423176.'81'(0.000000) + 1.259892.'89'(0.000000) + 2.882970.'95'(0.000000) + 0.062303.'95'(0.000000) + 1.901460.'97'(0.000000) + 0) <= 0.983468 ('23') +> [0.000000]: [ker_lmm/DEBUG] (2.089073.'90'(0.240619) + 1.377723.'82'(0.006163) + 1.501099.'36'(0.000069) + 1.566816.'32'(0.178987) + 0.455171.'31'(0.012099) + 2.400881.'25'(0.020365) + 1.312747.'24'(0.063103) + 1.333604.'22'(0.020365) + 2.079396.'21'(0.012099) + 0.966348.'20'(0.030572) + 2.973575.'20'(0.030572) + 2.552978.'9'(0.006163) + 2.848576.'8'(0.006163) + 2.382727.'7'(0.012099) + 1.358167.'1'(0.240619) + 2.252873.'41'(0.000000) + 0.938153.'41'(0.000000) + 1.442083.'48'(0.000000) + 1.705100.'51'(0.000000) + 0.760684.'53'(0.000000) + 1.453240.'57'(0.000000) + 1.171455.'62'(0.000000) + 1.009564.'64'(0.000000) + 0.996080.'67'(0.000000) + 0.826062.'68'(0.000000) + 1.170504.'69'(0.000000) + 2.283628.'71'(0.000000) + 1.412631.'74'(0.000000) + 1.289621.'75'(0.000000) + 1.770571.'94'(0.000000) + 1.934213.'96'(0.000000) + 0) <= 9.682616 ('16') +> [0.000000]: [ker_lmm/DEBUG] (2.451938.'34'(0.027475) + 2.348301.'28'(0.000069) + 2.321913.'25'(0.020365) + 1.166203.'21'(0.012099) + 1.928864.'21'(0.012099) + 1.152245.'19'(0.019293) + 1.176884.'17'(0.113551) + 2.231214.'16'(0.129552) + 1.380075.'13'(0.006163) + 0.200704.'11'(0.006163) + 2.402722.'9'(0.006163) + 1.009861.'5'(0.030572) + 0.636972.'4'(0.020365) + 2.280106.'1'(0.240619) + 0.407059.'47'(0.000000) + 2.136955.'48'(0.000000) + 0.624151.'51'(0.000000) + 1.138944.'56'(0.000000) + 0.044674.'56'(0.000000) + 0.611510.'57'(0.000000) + 1.517609.'59'(0.000000) + 0.005066.'61'(0.000000) + 0.172940.'62'(0.000000) + 0.361219.'63'(0.000000) + 1.196244.'63'(0.000000) + 1.653000.'67'(0.000000) + 1.867473.'72'(0.000000) + 0.063037.'74'(0.000000) + 1.022687.'83'(0.000000) + 0.843967.'86'(0.000000) + 0.273728.'96'(0.000000) + 1.121571.'99'(0.000000) + 0) <= 1.421201 ('27') +> [0.000000]: [ker_lmm/DEBUG] (1.282944.'38'(0.020365) + 0.875056.'21'(0.012099) + 1.880093.'20'(0.030572) + 0.949451.'11'(0.006163) + 1.405174.'7'(0.012099) + 0.729518.'1'(0.240619) + 2.750872.'1'(0.240619) + 0.967214.'33'(0.000000) + 1.786924.'45'(0.000000) + 2.669057.'48'(0.000000) + 1.502766.'51'(0.000000) + 0.635543.'66'(0.000000) + 1.400005.'80'(0.000000) + 1.908932.'92'(0.000000) + 0.911225.'95'(0.000000) + 0) <= 6.997584 ('44') +> [0.000000]: [ker_lmm/DEBUG] (1.859435.'87'(0.044062) + 1.112539.'82'(0.006163) + 1.942066.'78'(0.000069) + 1.226852.'76'(0.000069) + 2.203665.'49'(0.012099) + 0.609859.'34'(0.027475) + 1.055293.'23'(0.027475) + 1.321830.'21'(0.012099) + 0.426936.'20'(0.030572) + 3.184384.'20'(0.030572) + 1.882636.'11'(0.006163) + 0.256845.'10'(0.006163) + 1.496148.'7'(0.012099) + 0.235187.'1'(0.240619) + 2.610228.'1'(0.240619) + 0.808781.'35'(0.000000) + 0.398358.'43'(0.000000) + 3.052329.'44'(0.000000) + 0.159341.'44'(0.000000) + 2.742266.'53'(0.000000) + 0.666959.'56'(0.000000) + 0.906072.'59'(0.000000) + 2.693020.'63'(0.000000) + 0.618776.'63'(0.000000) + 1.759322.'64'(0.000000) + 1.797596.'69'(0.000000) + 1.546218.'79'(0.000000) + 1.361142.'84'(0.000000) + 2.094517.'93'(0.000000) + 1.048093.'94'(0.000000) + 1.477117.'98'(0.000000) + 0) <= 7.471216 ('100') +> [0.000000]: [ker_lmm/DEBUG] (0.696311.'90'(0.240619) + 2.710744.'90'(0.240619) + 1.714649.'76'(0.000069) + 0.850707.'49'(0.012099) + 1.123535.'19'(0.019293) + 1.420998.'15'(0.030572) + 1.786187.'8'(0.006163) + 1.891303.'6'(0.113551) + 1.047192.'1'(0.240619) + 2.245833.'47'(0.000000) + 2.881645.'48'(0.000000) + 0.949332.'48'(0.000000) + 2.402856.'52'(0.000000) + 1.900451.'53'(0.000000) + 1.893361.'60'(0.000000) + 1.495817.'63'(0.000000) + 1.778625.'64'(0.000000) + 1.468467.'68'(0.000000) + 1.411231.'93'(0.000000) + 2.184968.'94'(0.000000) + 0.224696.'96'(0.000000) + 0.623887.'98'(0.000000) + 0) <= 7.645926 ('76') +> [0.000000]: [ker_lmm/DEBUG] (2.017429.'34'(0.027475) + 0.157783.'29'(0.027475) + 0.973398.'29'(0.027475) + 2.126873.'25'(0.020365) + 1.606617.'20'(0.030572) + 0.550112.'6'(0.113551) + 0.694245.'5'(0.030572) + 1.717338.'3'(0.006163) + 2.716106.'1'(0.240619) + 2.037810.'43'(0.000000) + 0.583833.'44'(0.000000) + 1.786650.'47'(0.000000) + 0.774482.'51'(0.000000) + 0.701641.'52'(0.000000) + 1.507556.'56'(0.000000) + 0.280515.'62'(0.000000) + 1.627654.'65'(0.000000) + 2.305341.'73'(0.000000) + 1.410695.'92'(0.000000) + 1.369417.'96'(0.000000) + 2.442714.'99'(0.000000) + 1.137198.'99'(0.000000) + 0) <= 6.852195 ('9') +> [0.000000]: [ker_lmm/DEBUG] (1.437753.'76'(0.000069) + 2.572019.'40'(0.012099) + 1.273060.'38'(0.020365) + 1.346666.'30'(0.000069) + 1.344666.'29'(0.027475) + 1.635187.'24'(0.063103) + 0.418773.'20'(0.030572) + 1.247009.'17'(0.113551) + 1.059261.'8'(0.006163) + 1.081714.'1'(0.240619) + 1.916068.'43'(0.000000) + 1.314464.'46'(0.000000) + 0.606001.'61'(0.000000) + 0.953358.'62'(0.000000) + 1.466826.'66'(0.000000) + 1.898705.'67'(0.000000) + 2.367769.'68'(0.000000) + 1.802833.'70'(0.000000) + 2.513629.'84'(0.000000) + 0.655352.'85'(0.000000) + 1.159274.'89'(0.000000) + 0.346980.'94'(0.000000) + 0) <= 1.147460 ('66') +> [0.000000]: [ker_lmm/DEBUG] (1.706985.'49'(0.012099) + 2.612417.'34'(0.027475) + 0.881196.'30'(0.000069) + 1.498422.'28'(0.000069) + 1.572255.'26'(0.006163) + 1.355517.'14'(0.006163) + 1.137912.'12'(0.012099) + 0.773891.'10'(0.006163) + 0.450373.'6'(0.113551) + 3.405388.'6'(0.113551) + 1.536201.'1'(0.240619) + 1.382135.'37'(0.000000) + 1.888770.'44'(0.000000) + 1.402926.'44'(0.000000) + 1.577593.'46'(0.000000) + 1.242118.'48'(0.000000) + 0.580563.'51'(0.000000) + 2.455880.'53'(0.000000) + 0.935311.'54'(0.000000) + 2.199448.'55'(0.000000) + 2.496439.'58'(0.000000) + 2.663869.'61'(0.000000) + 1.233912.'63'(0.000000) + 1.423775.'71'(0.000000) + 2.670074.'84'(0.000000) + 0.924323.'85'(0.000000) + 1.069458.'89'(0.000000) + 1.537240.'95'(0.000000) + 1.439465.'96'(0.000000) + 2.408669.'98'(0.000000) + 0) <= 1.073653 ('88') +> [0.000000]: [ker_lmm/DEBUG] (1.663073.'90'(0.240619) + 1.001294.'76'(0.000069) + 2.168043.'39'(0.000069) + 2.162021.'31'(0.012099) + 1.942576.'27'(0.113551) + 0.354202.'24'(0.063103) + 1.628371.'23'(0.027475) + 0.101710.'16'(0.129552) + 2.084462.'16'(0.129552) + 1.346757.'15'(0.030572) + 0.678199.'12'(0.012099) + 0.840391.'8'(0.006163) + 2.280664.'1'(0.240619) + 2.732283.'33'(0.000000) + 2.223195.'37'(0.000000) + 0.804671.'54'(0.000000) + 0.887144.'56'(0.000000) + 1.730982.'57'(0.000000) + 2.023500.'62'(0.000000) + 2.228252.'67'(0.000000) + 2.822322.'79'(0.000000) + 0.079089.'79'(0.000000) + 3.109280.'81'(0.000000) + 0.440574.'81'(0.000000) + 2.470764.'89'(0.000000) + 1.763442.'99'(0.000000) + 0) <= 4.479802 ('53') +> [0.000000]: [ker_lmm/DEBUG] (2.021160.'88'(0.000069) + 2.582079.'87'(0.044062) + 1.251955.'78'(0.000069) + 1.275282.'39'(0.000069) + 3.397171.'39'(0.000069) + 1.188657.'29'(0.027475) + 2.214665.'27'(0.113551) + 2.020816.'21'(0.012099) + 1.412059.'14'(0.006163) + 0.042404.'13'(0.006163) + 1.670727.'13'(0.006163) + 2.135523.'12'(0.012099) + 1.310153.'9'(0.006163) + 1.179508.'7'(0.012099) + 0.763183.'1'(0.240619) + 1.915089.'1'(0.240619) + 2.567959.'51'(0.000000) + 1.577360.'55'(0.000000) + 2.563048.'63'(0.000000) + 1.747355.'72'(0.000000) + 1.438191.'75'(0.000000) + 1.380694.'80'(0.000000) + 2.882876.'81'(0.000000) + 1.071443.'81'(0.000000) + 1.021281.'89'(0.000000) + 1.467905.'91'(0.000000) + 0) <= 8.291469 ('19') +> [0.000000]: [ker_lmm/DEBUG] (1.365719.'50'(0.000069) + 2.493947.'27'(0.113551) + 0.684574.'26'(0.006163) + 2.304809.'23'(0.027475) + 1.638241.'13'(0.006163) + 0.516819.'7'(0.012099) + 0.494361.'5'(0.030572) + 2.492667.'1'(0.240619) + 1.834997.'41'(0.000000) + 0.239339.'47'(0.000000) + 1.233407.'52'(0.000000) + 1.362770.'60'(0.000000) + 1.087313.'61'(0.000000) + 1.804788.'70'(0.000000) + 1.329508.'73'(0.000000) + 0.312948.'77'(0.000000) + 2.705273.'79'(0.000000) + 0.580460.'79'(0.000000) + 0.902065.'86'(0.000000) + 2.258988.'91'(0.000000) + 2.339019.'99'(0.000000) + 0.813817.'99'(0.000000) + 0) <= 7.427648 ('81') +> [0.000000]: [ker_lmm/DEBUG] (1.567845.'100'(0.113551) + 1.988924.'42'(0.000069) + 2.446956.'40'(0.012099) + 0.943327.'36'(0.000069) + 1.739011.'31'(0.012099) + 0.124444.'30'(0.000069) + 1.959565.'25'(0.020365) + 1.605847.'14'(0.006163) + 1.706335.'13'(0.006163) + 1.168451.'12'(0.012099) + 2.093426.'4'(0.020365) + 1.090608.'1'(0.240619) + 1.277208.'44'(0.000000) + 0.665655.'44'(0.000000) + 1.089641.'46'(0.000000) + 1.907212.'47'(0.000000) + 1.665669.'48'(0.000000) + 2.221760.'63'(0.000000) + 2.289872.'64'(0.000000) + 1.184150.'65'(0.000000) + 1.842539.'68'(0.000000) + 0.907759.'70'(0.000000) + 1.939892.'73'(0.000000) + 1.363881.'89'(0.000000) + 1.088936.'97'(0.000000) + 0) <= 2.317585 ('91') +> [0.000000]: [ker_lmm/DEBUG] (2.605688.'87'(0.044062) + 1.497406.'39'(0.000069) + 0.188491.'28'(0.000069) + 1.090318.'19'(0.019293) + 1.614847.'18'(0.006163) + 2.137145.'17'(0.113551) + 1.428020.'12'(0.012099) + 1.445050.'11'(0.006163) + 1.701489.'2'(0.019293) + 2.198110.'35'(0.000000) + 2.409138.'47'(0.000000) + 1.053869.'63'(0.000000) + 2.051968.'70'(0.000000) + 1.524680.'73'(0.000000) + 1.350099.'80'(0.000000) + 1.577672.'86'(0.000000) + 2.550177.'91'(0.000000) + 2.054954.'92'(0.000000) + 0.419219.'92'(0.000000) + 2.138498.'93'(0.000000) + 1.818948.'95'(0.000000) + 0.681840.'95'(0.000000) + 1.353674.'98'(0.000000) + 0) <= 0.836230 ('38') +> [0.000000]: [ker_lmm/DEBUG] (1.416110.'100'(0.113551) + 1.454085.'87'(0.044062) + 1.687482.'42'(0.000069) + 0.443247.'30'(0.000069) + 2.434302.'28'(0.000069) + 1.394907.'24'(0.063103) + 1.448247.'14'(0.006163) + 1.686905.'11'(0.006163) + 0.403244.'4'(0.020365) + 1.055964.'2'(0.019293) + 1.161990.'43'(0.000000) + 1.190360.'45'(0.000000) + 1.350556.'60'(0.000000) + 1.119115.'61'(0.000000) + 1.128389.'62'(0.000000) + 2.772053.'63'(0.000000) + 1.665172.'67'(0.000000) + 2.454386.'71'(0.000000) + 1.646993.'77'(0.000000) + 2.606266.'80'(0.000000) + 0.939947.'89'(0.000000) + 0.456008.'92'(0.000000) + 0) <= 4.280912 ('63') +> [0.000000]: [ker_lmm/DEBUG] (1.624519.'90'(0.240619) + 0.935217.'78'(0.000069) + 0.620558.'76'(0.000069) + 1.423375.'50'(0.000069) + 0.517419.'42'(0.000069) + 1.666714.'36'(0.000069) + 0.961344.'30'(0.000069) + 0.952115.'27'(0.113551) + 1.490078.'19'(0.019293) + 2.375592.'16'(0.129552) + 1.883704.'15'(0.030572) + 0.684177.'10'(0.006163) + 1.262725.'8'(0.006163) + 0.585012.'2'(0.019293) + 1.714030.'2'(0.019293) + 1.630582.'35'(0.000000) + 1.700229.'45'(0.000000) + 1.163648.'54'(0.000000) + 2.120639.'56'(0.000000) + 1.485077.'58'(0.000000) + 1.962068.'66'(0.000000) + 1.836095.'75'(0.000000) + 0.123216.'75'(0.000000) + 1.728445.'77'(0.000000) + 0) <= 4.434529 ('10') +> [0.000000]: [ker_lmm/DEBUG] (1.623709.'50'(0.000069) + 1.310077.'38'(0.020365) + 1.548149.'34'(0.027475) + 0.963458.'32'(0.178987) + 2.195900.'31'(0.012099) + 0.814207.'26'(0.006163) + 0.837864.'25'(0.020365) + 2.170812.'19'(0.019293) + 1.250037.'17'(0.113551) + 1.958162.'14'(0.006163) + 2.776717.'9'(0.006163) + 1.916222.'5'(0.030572) + 0.634500.'2'(0.019293) + 0.976892.'41'(0.000000) + 1.021998.'43'(0.000000) + 1.398453.'53'(0.000000) + 1.124164.'55'(0.000000) + 1.413711.'57'(0.000000) + 0.567531.'60'(0.000000) + 1.294667.'65'(0.000000) + 0.593196.'68'(0.000000) + 1.093456.'85'(0.000000) + 3.184487.'86'(0.000000) + 0.221573.'86'(0.000000) + 1.158956.'89'(0.000000) + 0.130900.'91'(0.000000) + 0.084852.'92'(0.000000) + 0.415174.'96'(0.000000) + 0.765008.'97'(0.000000) + 0) <= 0.640673 ('67') +> [0.000000]: [ker_lmm/DEBUG] (0.972933.'88'(0.000069) + 2.172190.'40'(0.012099) + 2.152207.'38'(0.020365) + 1.787567.'34'(0.027475) + 2.686610.'29'(0.027475) + 0.488715.'23'(0.027475) + 2.173216.'23'(0.027475) + 0.928766.'9'(0.006163) + 1.350094.'2'(0.019293) + 2.432280.'33'(0.000000) + 1.249452.'33'(0.000000) + 1.463563.'37'(0.000000) + 0.849745.'51'(0.000000) + 2.814397.'59'(0.000000) + 1.431329.'71'(0.000000) + 0.966590.'72'(0.000000) + 1.461296.'95'(0.000000) + 1.587532.'96'(0.000000) + 0) <= 0.298014 ('51') +> [0.000000]: [ker_lmm/DEBUG] (1.506554.'100'(0.113551) + 0.504151.'87'(0.044062) + 1.590379.'82'(0.006163) + 2.054602.'78'(0.000069) + 1.239476.'76'(0.000069) + 0.837922.'39'(0.000069) + 2.013619.'32'(0.178987) + 1.312210.'29'(0.027475) + 2.056139.'5'(0.030572) + 1.686671.'2'(0.019293) + 1.381596.'33'(0.000000) + 0.990946.'35'(0.000000) + 1.209144.'37'(0.000000) + 1.993854.'46'(0.000000) + 1.994956.'54'(0.000000) + 0.518961.'57'(0.000000) + 1.446474.'61'(0.000000) + 1.149886.'63'(0.000000) + 1.475737.'65'(0.000000) + 1.151800.'70'(0.000000) + 1.540140.'73'(0.000000) + 1.565553.'75'(0.000000) + 2.267745.'81'(0.000000) + 0.288114.'81'(0.000000) + 1.345460.'94'(0.000000) + 0.558795.'99'(0.000000) + 0) <= 9.888611 ('30') +> [0.000000]: [ker_lmm/DEBUG] (1.696082.'90'(0.240619) + 2.286390.'87'(0.044062) + 0.790866.'38'(0.020365) + 2.406361.'29'(0.027475) + 1.003543.'27'(0.113551) + 0.930001.'24'(0.063103) + 2.715117.'21'(0.012099) + 1.301769.'19'(0.019293) + 2.766033.'15'(0.030572) + 0.189494.'2'(0.019293) + 2.439930.'2'(0.019293) + 1.907158.'37'(0.000000) + 1.596237.'45'(0.000000) + 1.173248.'48'(0.000000) + 1.784426.'54'(0.000000) + 2.080645.'72'(0.000000) + 2.873278.'75'(0.000000) + 2.018920.'79'(0.000000) + 0.778413.'93'(0.000000) + 3.138854.'95'(0.000000) + 1.058053.'95'(0.000000) + 0.212900.'97'(0.000000) + 3.195692.'99'(0.000000) + 0.849333.'99'(0.000000) + 0) <= 6.716541 ('24') +> [0.000000]: [ker_lmm/DEBUG] (1.660091.'82'(0.006163) + 0.398485.'76'(0.000069) + 1.159386.'40'(0.012099) + 2.351711.'38'(0.020365) + 1.246343.'31'(0.012099) + 2.578598.'24'(0.063103) + 1.875256.'20'(0.030572) + 1.008648.'18'(0.006163) + 1.097113.'14'(0.006163) + 1.481393.'12'(0.012099) + 2.610077.'5'(0.030572) + 0.585718.'2'(0.019293) + 1.245552.'35'(0.000000) + 2.282036.'41'(0.000000) + 2.427503.'44'(0.000000) + 1.055650.'45'(0.000000) + 1.835638.'53'(0.000000) + 1.487312.'55'(0.000000) + 2.791486.'59'(0.000000) + 1.315041.'64'(0.000000) + 2.492178.'66'(0.000000) + 1.664931.'73'(0.000000) + 1.040740.'80'(0.000000) + 0.479567.'85'(0.000000) + 0.908863.'86'(0.000000) + 1.731388.'98'(0.000000) + 0) <= 5.247994 ('37') +> [0.000000]: [ker_lmm/DEBUG] (2.296209.'82'(0.006163) + 2.582310.'42'(0.000069) + 1.183174.'40'(0.012099) + 1.781712.'29'(0.027475) + 0.203312.'24'(0.063103) + 1.197290.'21'(0.012099) + 2.049212.'12'(0.012099) + 2.220489.'8'(0.006163) + 0.933481.'4'(0.020365) + 1.886704.'2'(0.019293) + 1.385374.'35'(0.000000) + 2.438508.'46'(0.000000) + 1.816521.'55'(0.000000) + 0.470739.'56'(0.000000) + 1.451714.'58'(0.000000) + 1.016717.'63'(0.000000) + 0.778076.'72'(0.000000) + 0.815690.'79'(0.000000) + 0.616234.'83'(0.000000) + 2.349681.'91'(0.000000) + 0) <= 0.198801 ('87') +> [0.000000]: [ker_lmm/DEBUG] (1.731440.'100'(0.113551) + 0.699321.'90'(0.240619) + 3.562458.'90'(0.240619) + 2.150019.'87'(0.044062) + 1.427254.'78'(0.000069) + 0.726995.'76'(0.000069) + 2.281014.'42'(0.000069) + 1.238793.'40'(0.012099) + 1.182626.'38'(0.020365) + 0.246642.'32'(0.178987) + 1.708230.'27'(0.113551) + 2.874090.'22'(0.020365) + 0.277624.'19'(0.019293) + 1.934941.'17'(0.113551) + 2.495396.'16'(0.129552) + 2.689518.'15'(0.030572) + 1.182120.'10'(0.006163) + 1.111346.'9'(0.006163) + 2.361655.'6'(0.113551) + 2.466941.'2'(0.019293) + 1.145279.'37'(0.000000) + 1.819006.'46'(0.000000) + 1.363212.'46'(0.000000) + 0.737247.'51'(0.000000) + 2.477944.'52'(0.000000) + 0.350088.'54'(0.000000) + 3.125709.'56'(0.000000) + 0.700858.'56'(0.000000) + 2.256776.'59'(0.000000) + 1.185931.'60'(0.000000) + 0.929679.'61'(0.000000) + 1.544384.'77'(0.000000) + 1.228588.'97'(0.000000) + 0) <= 7.538762 ('84') +> [0.000000]: [ker_lmm/DEBUG] (1.494393.'40'(0.012099) + 1.290140.'20'(0.030572) + 0.716134.'14'(0.006163) + 1.110361.'13'(0.006163) + 1.212508.'2'(0.019293) + 2.369860.'2'(0.019293) + 0.713687.'62'(0.000000) + 0.619280.'71'(0.000000) + 2.062285.'84'(0.000000) + 1.895245.'93'(0.000000) + 1.241723.'93'(0.000000) + 2.603344.'99'(0.000000) + 0) <= 2.989301 ('40') +> [0.000000]: [ker_lmm/DEBUG] (1.548888.'82'(0.006163) + 2.332813.'78'(0.000069) + 0.430850.'50'(0.000069) + 2.867773.'39'(0.000069) + 0.355499.'31'(0.012099) + 0.887237.'30'(0.000069) + 1.539320.'26'(0.006163) + 2.280048.'21'(0.012099) + 1.364153.'19'(0.019293) + 2.021681.'2'(0.019293) + 2.192137.'37'(0.000000) + 1.164747.'41'(0.000000) + 1.184992.'48'(0.000000) + 1.503509.'55'(0.000000) + 1.572227.'77'(0.000000) + 1.337856.'85'(0.000000) + 2.322870.'86'(0.000000) + 0) <= 0.116692 ('64') +> [0.000000]: [ker_lmm/DEBUG] (1.135507.'39'(0.000069) + 1.535650.'32'(0.178987) + 2.268360.'29'(0.027475) + 0.962533.'25'(0.020365) + 1.207009.'11'(0.006163) + 1.140245.'2'(0.019293) + 1.846458.'37'(0.000000) + 0.931161.'37'(0.000000) + 1.867533.'41'(0.000000) + 1.930703.'45'(0.000000) + 2.072293.'57'(0.000000) + 1.553168.'65'(0.000000) + 2.490198.'66'(0.000000) + 1.654671.'72'(0.000000) + 1.089100.'73'(0.000000) + 0.413058.'74'(0.000000) + 0) <= 3.967675 ('7') +> [0.000000]: [ker_lmm/DEBUG] (1.583632.'100'(0.113551) + 1.603479.'88'(0.000069) + 1.009118.'50'(0.000069) + 0.864286.'36'(0.000069) + 2.386803.'29'(0.027475) + 2.049698.'28'(0.000069) + 1.509074.'27'(0.113551) + 1.379724.'15'(0.030572) + 1.833795.'11'(0.006163) + 1.538153.'9'(0.006163) + 1.056750.'5'(0.030572) + 0.974353.'2'(0.019293) + 2.225547.'41'(0.000000) + 2.023568.'46'(0.000000) + 0.809191.'53'(0.000000) + 1.586349.'54'(0.000000) + 1.194258.'57'(0.000000) + 1.617481.'61'(0.000000) + 0.599057.'65'(0.000000) + 2.189077.'66'(0.000000) + 1.671857.'67'(0.000000) + 1.954572.'70'(0.000000) + 1.444506.'77'(0.000000) + 0.698844.'80'(0.000000) + 0.076505.'95'(0.000000) + 0) <= 8.921359 ('54') +> [0.000000]: [ker_lmm/DEBUG] (1.225104.'90'(0.240619) + 1.963864.'88'(0.000069) + 2.311370.'76'(0.000069) + 2.644006.'42'(0.000069) + 0.627543.'38'(0.020365) + 2.425613.'34'(0.027475) + 2.040644.'27'(0.113551) + 1.515653.'26'(0.006163) + 0.122020.'23'(0.027475) + 2.697234.'23'(0.027475) + 0.495403.'21'(0.012099) + 3.305699.'21'(0.012099) + 1.783288.'18'(0.006163) + 2.856480.'17'(0.113551) + 1.346740.'16'(0.129552) + 0.533561.'10'(0.006163) + 2.612706.'8'(0.006163) + 0.978104.'3'(0.006163) + 1.156893.'2'(0.019293) + 2.172233.'47'(0.000000) + 2.109207.'52'(0.000000) + 2.013040.'55'(0.000000) + 1.858202.'57'(0.000000) + 1.461878.'58'(0.000000) + 1.247032.'59'(0.000000) + 1.136149.'60'(0.000000) + 0.627641.'62'(0.000000) + 2.744337.'63'(0.000000) + 1.468497.'64'(0.000000) + 1.657703.'67'(0.000000) + 0.440036.'72'(0.000000) + 3.683296.'77'(0.000000) + 0.306580.'77'(0.000000) + 1.706031.'79'(0.000000) + 0.445782.'79'(0.000000) + 1.986891.'83'(0.000000) + 1.988205.'89'(0.000000) + 2.131241.'91'(0.000000) + 1.345722.'94'(0.000000) + 2.557235.'97'(0.000000) + 0) <= 2.936141 ('35') +> [0.000000]: [ker_lmm/DEBUG] (1.614203.'78'(0.000069) + 0.767615.'50'(0.000069) + 2.215397.'49'(0.012099) + 2.377553.'40'(0.012099) + 1.443447.'31'(0.012099) + 1.363108.'30'(0.000069) + 2.853495.'25'(0.020365) + 0.338589.'23'(0.027475) + 1.386096.'23'(0.027475) + 1.699636.'15'(0.030572) + 0.951019.'10'(0.006163) + 1.506124.'2'(0.019293) + 2.587810.'53'(0.000000) + 2.161376.'66'(0.000000) + 1.700428.'69'(0.000000) + 0.969247.'74'(0.000000) + 2.927142.'80'(0.000000) + 1.386232.'86'(0.000000) + 0.323264.'93'(0.000000) + 1.471647.'98'(0.000000) + 0) <= 0.533625 ('41') +> [0.000000]: [ker_lmm/DEBUG] (0.826373.'100'(0.113551) + 0.294226.'90'(0.240619) + 2.037750.'90'(0.240619) + 2.144890.'87'(0.044062) + 2.740489.'50'(0.000069) + 1.912830.'30'(0.000069) + 2.290321.'23'(0.027475) + 1.255167.'22'(0.020365) + 1.794560.'10'(0.006163) + 0.313205.'2'(0.019293) + 1.116319.'41'(0.000000) + 0.852994.'47'(0.000000) + 0.723053.'51'(0.000000) + 1.958033.'56'(0.000000) + 2.358270.'59'(0.000000) + 1.432033.'60'(0.000000) + 1.266601.'63'(0.000000) + 1.171387.'68'(0.000000) + 2.037846.'72'(0.000000) + 1.795212.'74'(0.000000) + 0.443591.'75'(0.000000) + 1.533504.'84'(0.000000) + 1.668135.'85'(0.000000) + 2.523130.'99'(0.000000) + 1.042852.'99'(0.000000) + 0) <= 2.303628 ('83') +> [0.000000]: [ker_lmm/DEBUG] (0.896929.'100'(0.113551) + 1.530147.'82'(0.006163) + 1.076104.'78'(0.000069) + 1.839611.'34'(0.027475) + 1.505763.'21'(0.012099) + 1.527142.'16'(0.129552) + 2.090765.'8'(0.006163) + 1.318248.'3'(0.006163) + 1.139796.'3'(0.006163) + 1.234205.'44'(0.000000) + 1.209714.'60'(0.000000) + 2.676757.'67'(0.000000) + 1.546734.'68'(0.000000) + 0.393614.'75'(0.000000) + 2.532565.'95'(0.000000) + 0) <= 3.477659 ('57') +> [0.000000]: [ker_lmm/DEBUG] (0.870493.'90'(0.240619) + 1.543227.'78'(0.000069) + 2.214920.'50'(0.000069) + 1.928140.'49'(0.012099) + 2.285290.'29'(0.027475) + 1.043311.'28'(0.000069) + 1.208135.'19'(0.019293) + 1.693224.'18'(0.006163) + 1.103391.'15'(0.030572) + 0.804846.'14'(0.006163) + 1.125548.'11'(0.006163) + 2.111273.'3'(0.006163) + 1.904002.'56'(0.000000) + 0.650311.'69'(0.000000) + 1.606416.'84'(0.000000) + 1.850857.'91'(0.000000) + 0.623485.'92'(0.000000) + 0) <= 7.654851 ('48') +> [0.000000]: [ker_lmm/DEBUG] (1.250840.'100'(0.113551) + 1.540353.'78'(0.000069) + 1.315166.'76'(0.000069) + 2.550675.'76'(0.000069) + 0.909145.'50'(0.000069) + 0.782017.'36'(0.000069) + 1.491130.'32'(0.178987) + 2.169408.'31'(0.012099) + 2.860099.'30'(0.000069) + 1.613899.'24'(0.063103) + 2.612992.'23'(0.027475) + 0.423188.'16'(0.129552) + 0.611881.'14'(0.006163) + 2.077118.'12'(0.012099) + 2.215683.'9'(0.006163) + 1.741951.'3'(0.006163) + 1.845204.'37'(0.000000) + 1.613028.'55'(0.000000) + 1.778142.'56'(0.000000) + 1.376774.'57'(0.000000) + 0.543388.'58'(0.000000) + 1.785182.'61'(0.000000) + 0.778946.'61'(0.000000) + 0.995021.'63'(0.000000) + 1.318928.'69'(0.000000) + 1.825331.'83'(0.000000) + 0.587659.'91'(0.000000) + 0) <= 6.968182 ('82') +> [0.000000]: [ker_lmm/DEBUG] (2.003117.'90'(0.240619) + 1.419591.'78'(0.000069) + 1.633426.'76'(0.000069) + 1.899443.'49'(0.012099) + 0.227626.'38'(0.020365) + 1.191898.'36'(0.000069) + 1.531913.'28'(0.000069) + 2.892813.'27'(0.113551) + 0.877618.'26'(0.006163) + 1.835500.'24'(0.063103) + 1.474153.'23'(0.027475) + 0.972420.'3'(0.006163) + 1.156168.'35'(0.000000) + 1.060586.'41'(0.000000) + 1.996104.'45'(0.000000) + 1.974174.'55'(0.000000) + 2.777321.'56'(0.000000) + 1.091310.'57'(0.000000) + 2.057140.'58'(0.000000) + 2.069169.'60'(0.000000) + 2.121114.'61'(0.000000) + 1.707373.'62'(0.000000) + 0.870109.'63'(0.000000) + 1.994491.'67'(0.000000) + 1.426403.'69'(0.000000) + 1.531795.'71'(0.000000) + 1.326092.'83'(0.000000) + 0.924496.'92'(0.000000) + 1.645937.'95'(0.000000) + 0) <= 8.346257 ('28') +> [0.000000]: [ker_lmm/DEBUG] (2.174427.'82'(0.006163) + 2.822411.'42'(0.000069) + 1.545876.'26'(0.006163) + 2.223522.'18'(0.006163) + 0.420103.'14'(0.006163) + 0.713356.'13'(0.006163) + 1.003099.'11'(0.006163) + 1.282407.'11'(0.006163) + 0.698299.'10'(0.006163) + 2.107002.'9'(0.006163) + 1.163821.'8'(0.006163) + 1.252709.'3'(0.006163) + 2.115650.'44'(0.000000) + 1.969286.'52'(0.000000) + 1.891114.'58'(0.000000) + 1.229540.'60'(0.000000) + 1.567717.'64'(0.000000) + 1.305417.'69'(0.000000) + 0.775576.'70'(0.000000) + 3.009614.'71'(0.000000) + 1.414212.'71'(0.000000) + 2.193566.'75'(0.000000) + 1.325691.'77'(0.000000) + 2.800393.'86'(0.000000) + 0.257552.'86'(0.000000) + 1.860927.'94'(0.000000) + 1.250020.'96'(0.000000) + 2.060972.'99'(0.000000) + 0) <= 0.090080 ('74') +> [0.000000]: [ker_lmm/DEBUG] (1.867448.'88'(0.000069) + 2.334304.'82'(0.006163) + 0.451093.'39'(0.000069) + 1.076823.'36'(0.000069) + 0.721432.'30'(0.000069) + 1.452100.'27'(0.113551) + 1.360030.'22'(0.020365) + 1.506045.'21'(0.012099) + 0.021005.'17'(0.113551) + 1.242960.'17'(0.113551) + 1.126825.'11'(0.006163) + 0.583201.'8'(0.006163) + 1.984375.'7'(0.012099) + 2.542771.'3'(0.006163) + 2.529599.'37'(0.000000) + 1.738397.'46'(0.000000) + 1.487746.'52'(0.000000) + 0.451512.'52'(0.000000) + 1.265730.'54'(0.000000) + 1.725891.'55'(0.000000) + 1.401669.'60'(0.000000) + 0.299278.'63'(0.000000) + 2.170177.'64'(0.000000) + 0.340184.'64'(0.000000) + 0.607922.'65'(0.000000) + 1.532774.'67'(0.000000) + 0.913753.'80'(0.000000) + 3.192779.'81'(0.000000) + 0.989496.'81'(0.000000) + 1.234989.'84'(0.000000) + 1.100821.'97'(0.000000) + 1.366040.'98'(0.000000) + 0) <= 3.565317 ('62') +> [0.000000]: [ker_lmm/DEBUG] (2.036672.'100'(0.113551) + 0.992242.'88'(0.000069) + 1.117252.'87'(0.044062) + 1.030674.'42'(0.000069) + 1.657326.'36'(0.000069) + 1.516215.'32'(0.178987) + 1.363854.'22'(0.020365) + 1.293439.'10'(0.006163) + 2.255925.'6'(0.113551) + 0.939320.'3'(0.006163) + 1.156317.'44'(0.000000) + 0.771064.'47'(0.000000) + 1.824961.'53'(0.000000) + 1.565478.'55'(0.000000) + 0.796407.'71'(0.000000) + 0.538633.'73'(0.000000) + 1.871010.'79'(0.000000) + 0.911242.'83'(0.000000) + 2.184699.'89'(0.000000) + 0.813096.'93'(0.000000) + 1.896717.'99'(0.000000) + 0) <= 1.242710 ('86') +> [0.000000]: [ker_lmm/DEBUG] (1.063066.'87'(0.044062) + 1.338546.'87'(0.044062) + 0.657075.'50'(0.000069) + 0.954551.'34'(0.027475) + 2.321224.'30'(0.000069) + 1.474764.'26'(0.006163) + 1.981974.'18'(0.006163) + 1.488516.'15'(0.030572) + 1.495786.'12'(0.012099) + 2.248260.'11'(0.006163) + 0.731345.'7'(0.012099) + 0.829335.'5'(0.030572) + 1.404898.'3'(0.006163) + 1.229022.'46'(0.000000) + 0.221254.'46'(0.000000) + 2.386985.'51'(0.000000) + 1.929467.'60'(0.000000) + 2.133822.'62'(0.000000) + 0.418975.'63'(0.000000) + 1.704943.'65'(0.000000) + 1.305384.'66'(0.000000) + 1.435046.'79'(0.000000) + 1.129603.'89'(0.000000) + 0.579194.'91'(0.000000) + 2.099164.'94'(0.000000) + 0) <= 0.273876 ('11') +> [0.000000]: [ker_lmm/DEBUG] (1.199592.'100'(0.113551) + 1.595442.'78'(0.000069) + 1.349115.'42'(0.000069) + 2.218802.'30'(0.000069) + 1.236485.'27'(0.113551) + 1.596787.'23'(0.027475) + 2.156542.'19'(0.019293) + 0.497040.'18'(0.006163) + 0.913174.'17'(0.113551) + 2.254316.'17'(0.113551) + 2.695642.'14'(0.006163) + 1.075954.'6'(0.113551) + 2.722306.'4'(0.020365) + 1.393915.'3'(0.006163) + 0.960012.'47'(0.000000) + 1.734328.'53'(0.000000) + 0.986607.'55'(0.000000) + 1.197823.'62'(0.000000) + 1.171807.'70'(0.000000) + 1.339936.'71'(0.000000) + 0.790587.'83'(0.000000) + 1.690963.'92'(0.000000) + 1.858847.'94'(0.000000) + 1.507598.'96'(0.000000) + 2.033046.'99'(0.000000) + 0) <= 0.928008 ('17') +> [0.000000]: [ker_lmm/DEBUG] (1.205957.'90'(0.240619) + 1.333279.'87'(0.044062) + 0.972870.'49'(0.012099) + 2.458232.'40'(0.012099) + 1.178055.'32'(0.178987) + 0.535224.'30'(0.000069) + 1.051097.'24'(0.063103) + 1.374403.'18'(0.006163) + 1.187732.'17'(0.113551) + 3.483192.'17'(0.113551) + 1.334772.'3'(0.006163) + 1.679074.'33'(0.000000) + 1.397171.'33'(0.000000) + 0.893738.'45'(0.000000) + 0.838996.'53'(0.000000) + 1.708615.'54'(0.000000) + 2.037363.'59'(0.000000) + 0.691310.'61'(0.000000) + 2.027602.'63'(0.000000) + 1.407404.'66'(0.000000) + 1.762111.'71'(0.000000) + 1.201256.'77'(0.000000) + 1.955713.'83'(0.000000) + 2.026539.'84'(0.000000) + 2.142344.'85'(0.000000) + 0) <= 5.334485 ('45') +> [0.000000]: [ker_lmm/DEBUG] (0.405736.'90'(0.240619) + 1.380198.'50'(0.000069) + 0.553464.'49'(0.012099) + 2.650807.'29'(0.027475) + 1.811402.'26'(0.006163) + 1.821878.'25'(0.020365) + 2.031857.'21'(0.012099) + 2.507865.'17'(0.113551) + 2.308346.'7'(0.012099) + 0.618368.'3'(0.006163) + 0.657228.'35'(0.000000) + 1.205757.'44'(0.000000) + 2.127070.'52'(0.000000) + 1.779270.'53'(0.000000) + 0.879730.'55'(0.000000) + 1.998110.'74'(0.000000) + 0.367426.'74'(0.000000) + 2.038197.'83'(0.000000) + 0.921557.'85'(0.000000) + 1.170284.'99'(0.000000) + 0) <= 9.139620 ('12') +> [0.000000]: [ker_lmm/DEBUG] (0.486809.'88'(0.000069) + 2.020186.'42'(0.000069) + 2.263168.'25'(0.020365) + 0.777220.'21'(0.012099) + 1.415995.'18'(0.006163) + 0.827264.'17'(0.113551) + 1.379943.'16'(0.129552) + 0.097429.'15'(0.030572) + 0.016333.'11'(0.006163) + 1.554598.'11'(0.006163) + 1.423906.'10'(0.006163) + 1.452547.'3'(0.006163) + 1.100810.'41'(0.000000) + 1.319995.'53'(0.000000) + 1.861939.'65'(0.000000) + 1.471577.'80'(0.000000) + 2.661101.'89'(0.000000) + 1.444874.'92'(0.000000) + 2.290280.'93'(0.000000) + 1.159371.'99'(0.000000) + 0) <= 3.488983 ('61') +> [0.000000]: [ker_lmm/DEBUG] (2.205050.'36'(0.000069) + 0.730395.'29'(0.027475) + 1.696938.'28'(0.000069) + 0.501377.'27'(0.113551) + 1.911140.'15'(0.030572) + 2.026481.'14'(0.006163) + 0.629571.'12'(0.012099) + 2.529200.'9'(0.006163) + 1.956957.'6'(0.113551) + 1.625409.'5'(0.030572) + 2.506743.'3'(0.006163) + 0.500101.'43'(0.000000) + 0.226196.'46'(0.000000) + 1.456771.'48'(0.000000) + 1.750474.'64'(0.000000) + 0.089754.'66'(0.000000) + 1.542461.'67'(0.000000) + 2.497053.'69'(0.000000) + 2.391709.'72'(0.000000) + 3.056268.'77'(0.000000) + 0.969136.'77'(0.000000) + 1.176023.'81'(0.000000) + 1.473787.'83'(0.000000) + 1.625178.'92'(0.000000) + 0.904870.'97'(0.000000) + 0) <= 6.918771 ('26') +> [0.000000]: [ker_lmm/DEBUG] (2.425001.'88'(0.000069) + 0.598107.'87'(0.044062) + 0.938534.'82'(0.006163) + 1.741072.'38'(0.020365) + 1.209475.'31'(0.012099) + 1.596367.'27'(0.113551) + 2.652717.'26'(0.006163) + 2.123009.'25'(0.020365) + 0.441116.'20'(0.030572) + 1.500604.'14'(0.006163) + 1.399002.'13'(0.006163) + 0.164863.'12'(0.012099) + 1.692236.'3'(0.006163) + 3.370581.'33'(0.000000) + 0.629437.'33'(0.000000) + 2.442226.'43'(0.000000) + 1.258217.'46'(0.000000) + 1.205609.'58'(0.000000) + 1.023595.'72'(0.000000) + 2.518837.'80'(0.000000) + 1.784861.'84'(0.000000) + 1.421252.'93'(0.000000) + 1.590481.'97'(0.000000) + 0) <= 9.085955 ('34') +> [0.000000]: [ker_lmm/DEBUG] (2.303898.'50'(0.000069) + 1.455195.'42'(0.000069) + 2.447977.'39'(0.000069) + 1.752175.'38'(0.020365) + 2.630056.'27'(0.113551) + 1.039631.'19'(0.019293) + 1.330248.'19'(0.019293) + 1.801800.'9'(0.006163) + 1.682632.'3'(0.006163) + 0.836431.'35'(0.000000) + 1.781918.'43'(0.000000) + 1.565278.'44'(0.000000) + 1.135193.'45'(0.000000) + 1.379866.'48'(0.000000) + 0.290373.'52'(0.000000) + 1.725842.'66'(0.000000) + 1.076336.'69'(0.000000) + 1.253089.'75'(0.000000) + 1.686907.'94'(0.000000) + 1.200648.'97'(0.000000) + 0) <= 8.600280 ('90') +> [0.000000]: [ker_lmm/DEBUG] (0.883628.'88'(0.000069) + 1.754254.'87'(0.044062) + 0.533041.'76'(0.000069) + 1.923152.'50'(0.000069) + 2.025881.'40'(0.012099) + 0.762227.'32'(0.178987) + 1.537655.'28'(0.000069) + 2.688940.'22'(0.020365) + 0.850567.'17'(0.113551) + 2.312059.'15'(0.030572) + 0.591247.'14'(0.006163) + 1.409135.'11'(0.006163) + 1.220784.'7'(0.012099) + 1.468784.'3'(0.006163) + 2.054527.'33'(0.000000) + 0.751387.'35'(0.000000) + 1.303947.'47'(0.000000) + 2.061007.'51'(0.000000) + 0.930479.'54'(0.000000) + 1.319371.'56'(0.000000) + 1.965355.'58'(0.000000) + 1.777251.'59'(0.000000) + 3.116886.'61'(0.000000) + 0.431289.'61'(0.000000) + 1.756787.'62'(0.000000) + 1.575287.'63'(0.000000) + 1.370856.'64'(0.000000) + 1.820565.'69'(0.000000) + 2.326845.'73'(0.000000) + 2.258444.'74'(0.000000) + 1.077281.'75'(0.000000) + 1.855280.'77'(0.000000) + 1.890352.'81'(0.000000) + 0.865299.'81'(0.000000) + 0.393765.'83'(0.000000) + 0.731915.'93'(0.000000) + 1.503501.'94'(0.000000) + 1.299497.'97'(0.000000) + 0) <= 7.783892 ('15') +> [0.000000]: [ker_lmm/DEBUG] (0.222753.'100'(0.113551) + 1.088276.'90'(0.240619) + 1.947668.'40'(0.012099) + 1.269013.'34'(0.027475) + 0.747413.'27'(0.113551) + 1.702413.'26'(0.006163) + 2.052307.'24'(0.063103) + 1.247640.'23'(0.027475) + 0.313373.'20'(0.030572) + 1.000136.'17'(0.113551) + 1.416419.'16'(0.129552) + 1.187969.'12'(0.012099) + 1.592646.'7'(0.012099) + 1.608093.'5'(0.030572) + 0.990252.'3'(0.006163) + 1.142754.'41'(0.000000) + 1.458543.'45'(0.000000) + 1.395801.'54'(0.000000) + 1.498913.'66'(0.000000) + 1.092055.'68'(0.000000) + 1.534174.'89'(0.000000) + 0) <= 3.798033 ('69') +> [0.000000]: [ker_lmm/DEBUG] (1.379286.'40'(0.012099) + 1.977183.'32'(0.178987) + 1.503718.'30'(0.000069) + 1.285352.'28'(0.000069) + 0.818284.'24'(0.063103) + 1.474046.'22'(0.020365) + 0.218198.'19'(0.019293) + 3.604633.'19'(0.019293) + 1.634949.'17'(0.113551) + 1.022822.'8'(0.006163) + 1.388240.'6'(0.113551) + 0.654100.'3'(0.006163) + 2.127449.'43'(0.000000) + 1.698290.'44'(0.000000) + 2.313465.'46'(0.000000) + 0.799899.'54'(0.000000) + 1.777663.'56'(0.000000) + 0.876327.'62'(0.000000) + 1.630931.'64'(0.000000) + 1.414647.'67'(0.000000) + 2.020901.'72'(0.000000) + 0.038310.'73'(0.000000) + 1.794367.'79'(0.000000) + 1.481278.'81'(0.000000) + 0.458918.'89'(0.000000) + 0.515711.'94'(0.000000) + 1.088490.'96'(0.000000) + 0) <= 7.727391 ('72') +> [0.000000]: [ker_lmm/DEBUG] (0.681290.'42'(0.000069) + 2.013068.'32'(0.178987) + 1.246676.'24'(0.063103) + 0.684531.'22'(0.020365) + 1.886002.'14'(0.006163) + 1.020029.'8'(0.006163) + 1.978224.'8'(0.006163) + 1.617726.'3'(0.006163) + 1.839588.'43'(0.000000) + 0.599069.'51'(0.000000) + 1.810777.'57'(0.000000) + 1.177856.'60'(0.000000) + 0.896019.'66'(0.000000) + 2.296114.'68'(0.000000) + 0.422846.'72'(0.000000) + 1.351024.'84'(0.000000) + 1.370146.'85'(0.000000) + 0) <= 0.493042 ('85') +> [0.000000]: [ker_lmm/DEBUG] (2.358791.'49'(0.012099) + 1.473778.'42'(0.000069) + 2.640471.'40'(0.012099) + 1.689837.'31'(0.012099) + 1.746117.'26'(0.006163) + 1.751799.'21'(0.012099) + 0.753140.'13'(0.006163) + 1.240141.'12'(0.012099) + 0.529160.'11'(0.006163) + 1.999795.'10'(0.006163) + 1.887439.'9'(0.006163) + 1.759111.'7'(0.012099) + 0.865959.'3'(0.006163) + 1.433446.'43'(0.000000) + 1.518238.'46'(0.000000) + 1.444641.'47'(0.000000) + 1.216793.'59'(0.000000) + 1.702809.'77'(0.000000) + 1.125819.'80'(0.000000) + 0.693503.'84'(0.000000) + 0.983772.'85'(0.000000) + 0.508108.'91'(0.000000) + 1.164627.'96'(0.000000) + 1.125316.'97'(0.000000) + 0) <= 0.186473 ('96') +> [0.000000]: [ker_lmm/DEBUG] (1.459582.'87'(0.044062) + 2.076910.'78'(0.000069) + 2.366226.'49'(0.012099) + 1.174329.'40'(0.012099) + 0.299966.'38'(0.020365) + 2.382631.'21'(0.012099) + 1.170854.'16'(0.129552) + 1.245156.'14'(0.006163) + 1.744114.'4'(0.020365) + 1.367299.'35'(0.000000) + 2.577109.'53'(0.000000) + 0.792091.'57'(0.000000) + 1.982126.'58'(0.000000) + 1.751576.'61'(0.000000) + 0.765052.'72'(0.000000) + 1.488633.'89'(0.000000) + 2.473906.'93'(0.000000) + 0.833497.'96'(0.000000) + 0) <= 1.723405 ('80') +> [0.000000]: [ker_lmm/DEBUG] (1.972268.'78'(0.000069) + 0.901664.'49'(0.012099) + 0.306999.'42'(0.000069) + 0.897042.'38'(0.020365) + 1.279163.'25'(0.020365) + 2.029435.'22'(0.020365) + 2.179141.'18'(0.006163) + 0.484022.'4'(0.020365) + 1.876208.'4'(0.020365) + 2.268930.'33'(0.000000) + 0.403697.'37'(0.000000) + 0.953108.'48'(0.000000) + 1.973937.'58'(0.000000) + 1.775355.'60'(0.000000) + 2.417053.'62'(0.000000) + 0.806279.'63'(0.000000) + 1.141116.'64'(0.000000) + 0.361595.'67'(0.000000) + 2.419494.'70'(0.000000) + 2.105023.'73'(0.000000) + 0.901262.'83'(0.000000) + 0.617269.'86'(0.000000) + 0) <= 0.158212 ('77') +> [0.000000]: [ker_lmm/DEBUG] (2.706998.'87'(0.044062) + 1.383940.'39'(0.000069) + 2.165026.'38'(0.020365) + 2.217521.'31'(0.012099) + 1.983711.'30'(0.000069) + 0.583281.'27'(0.113551) + 1.522881.'21'(0.012099) + 2.052093.'20'(0.030572) + 1.362625.'11'(0.006163) + 1.553411.'6'(0.113551) + 0.112086.'4'(0.020365) + 2.237370.'4'(0.020365) + 1.125658.'41'(0.000000) + 1.967755.'44'(0.000000) + 0.322987.'46'(0.000000) + 1.195458.'53'(0.000000) + 0.482190.'54'(0.000000) + 1.858420.'61'(0.000000) + 1.434688.'64'(0.000000) + 1.638929.'69'(0.000000) + 0.643242.'73'(0.000000) + 2.373521.'74'(0.000000) + 0.564129.'74'(0.000000) + 1.744475.'83'(0.000000) + 0.745259.'93'(0.000000) + 1.256273.'95'(0.000000) + 1.794378.'96'(0.000000) + 1.018397.'96'(0.000000) + 0) <= 6.637946 ('49') +> [0.000000]: [ker_lmm/DEBUG] (1.554060.'100'(0.113551) + 0.980903.'88'(0.000069) + 0.929982.'49'(0.012099) + 1.794487.'42'(0.000069) + 2.077301.'39'(0.000069) + 1.701241.'31'(0.012099) + 1.475160.'24'(0.063103) + 1.837403.'16'(0.129552) + 2.180236.'10'(0.006163) + 1.926514.'4'(0.020365) + 1.423494.'33'(0.000000) + 2.282082.'45'(0.000000) + 1.594602.'47'(0.000000) + 1.086105.'48'(0.000000) + 1.726564.'55'(0.000000) + 0.060239.'60'(0.000000) + 2.405549.'65'(0.000000) + 1.512626.'68'(0.000000) + 0.971064.'80'(0.000000) + 2.262137.'86'(0.000000) + 0.797589.'92'(0.000000) + 3.156978.'95'(0.000000) + 1.444637.'95'(0.000000) + 1.784784.'96'(0.000000) + 1.211619.'98'(0.000000) + 0) <= 0.592432 ('22') +> [0.000000]: [ker_lmm/DEBUG] (1.024274.'82'(0.006163) + 1.609951.'50'(0.000069) + 2.734548.'42'(0.000069) + 1.233576.'34'(0.027475) + 1.603259.'23'(0.027475) + 0.658419.'18'(0.006163) + 0.865107.'15'(0.030572) + 1.540532.'12'(0.012099) + 2.151821.'8'(0.006163) + 2.316723.'4'(0.020365) + 2.840444.'35'(0.000000) + 2.625601.'41'(0.000000) + 2.513100.'45'(0.000000) + 1.123800.'47'(0.000000) + 1.201522.'62'(0.000000) + 0.452708.'67'(0.000000) + 1.230968.'74'(0.000000) + 1.102534.'80'(0.000000) + 1.246318.'84'(0.000000) + 1.560096.'85'(0.000000) + 0) <= 9.973229 ('79') +> [0.000000]: [ker_lmm/DEBUG] (1.101789.'90'(0.240619) + 1.664033.'87'(0.044062) + 0.246282.'76'(0.000069) + 0.863328.'50'(0.000069) + 2.015334.'31'(0.012099) + 0.509493.'15'(0.030572) + 1.889450.'7'(0.012099) + 2.647512.'4'(0.020365) + 1.076650.'33'(0.000000) + 0.776313.'44'(0.000000) + 1.266781.'45'(0.000000) + 1.099945.'48'(0.000000) + 1.298129.'51'(0.000000) + 2.422496.'52'(0.000000) + 0.335468.'52'(0.000000) + 0.646111.'55'(0.000000) + 1.683084.'64'(0.000000) + 2.189682.'67'(0.000000) + 2.102505.'69'(0.000000) + 0.172906.'69'(0.000000) + 0.545546.'74'(0.000000) + 1.059945.'80'(0.000000) + 0.585850.'92'(0.000000) + 2.364486.'94'(0.000000) + 1.921713.'95'(0.000000) + 0) <= 6.522989 ('56') +> [0.000000]: [ker_lmm/DEBUG] (1.256699.'90'(0.240619) + 1.482439.'36'(0.000069) + 0.898231.'32'(0.178987) + 1.635013.'32'(0.178987) + 1.492128.'29'(0.027475) + 2.643807.'28'(0.000069) + 1.206687.'23'(0.027475) + 0.949395.'20'(0.030572) + 1.850656.'15'(0.030572) + 1.016652.'7'(0.012099) + 1.377377.'4'(0.020365) + 1.992713.'35'(0.000000) + 2.840782.'43'(0.000000) + 0.042364.'43'(0.000000) + 2.288461.'45'(0.000000) + 1.897205.'47'(0.000000) + 1.250125.'55'(0.000000) + 1.938949.'56'(0.000000) + 2.377586.'59'(0.000000) + 2.547275.'61'(0.000000) + 1.372998.'62'(0.000000) + 1.430358.'65'(0.000000) + 0.737984.'81'(0.000000) + 1.822339.'84'(0.000000) + 1.997573.'85'(0.000000) + 1.983112.'92'(0.000000) + 1.553463.'95'(0.000000) + 2.032527.'99'(0.000000) + 0.453373.'99'(0.000000) + 0) <= 2.730500 ('21') +> [0.000000]: [ker_lmm/DEBUG] (2.258030.'34'(0.027475) + 1.288090.'32'(0.178987) + 2.150312.'31'(0.012099) + 1.022747.'29'(0.027475) + 1.209585.'22'(0.020365) + 2.057384.'20'(0.030572) + 1.622292.'18'(0.006163) + 1.140856.'13'(0.006163) + 1.195660.'7'(0.012099) + 0.671368.'4'(0.020365) + 1.448857.'37'(0.000000) + 0.328902.'43'(0.000000) + 0.449322.'44'(0.000000) + 1.122780.'45'(0.000000) + 1.055999.'48'(0.000000) + 1.491899.'51'(0.000000) + 1.869386.'59'(0.000000) + 1.863970.'62'(0.000000) + 1.154044.'65'(0.000000) + 1.548267.'67'(0.000000) + 1.030625.'68'(0.000000) + 1.150820.'71'(0.000000) + 0.668796.'71'(0.000000) + 0.428674.'72'(0.000000) + 0.321220.'77'(0.000000) + 1.667631.'83'(0.000000) + 2.222565.'85'(0.000000) + 1.919167.'91'(0.000000) + 1.033395.'97'(0.000000) + 0) <= 2.984953 ('31') +> [0.000000]: [ker_lmm/DEBUG] (1.473135.'36'(0.000069) + 1.424348.'30'(0.000069) + 1.548933.'28'(0.000069) + 1.963822.'27'(0.113551) + 1.335913.'14'(0.006163) + 1.350829.'12'(0.012099) + 0.947682.'10'(0.006163) + 0.353263.'9'(0.006163) + 1.360697.'5'(0.030572) + 1.027032.'4'(0.020365) + 1.785414.'4'(0.020365) + 0.079639.'33'(0.000000) + 1.506060.'35'(0.000000) + 2.166030.'37'(0.000000) + 0.750331.'37'(0.000000) + 1.635686.'45'(0.000000) + 0.550879.'58'(0.000000) + 1.954481.'59'(0.000000) + 1.041460.'64'(0.000000) + 1.995224.'65'(0.000000) + 0.523144.'66'(0.000000) + 1.287240.'68'(0.000000) + 1.856820.'70'(0.000000) + 1.379728.'79'(0.000000) + 1.364267.'80'(0.000000) + 2.558274.'86'(0.000000) + 1.532661.'91'(0.000000) + 1.170389.'94'(0.000000) + 1.959711.'98'(0.000000) + 0) <= 5.148891 ('50') +> [0.000000]: [ker_lmm/DEBUG] (1.862578.'78'(0.000069) + 1.416727.'39'(0.000069) + 2.189062.'31'(0.012099) + 0.729096.'24'(0.063103) + 1.656971.'20'(0.030572) + 0.948492.'18'(0.006163) + 1.536266.'13'(0.006163) + 1.831542.'5'(0.030572) + 2.167218.'4'(0.020365) + 1.613452.'55'(0.000000) + 1.497068.'65'(0.000000) + 1.123872.'68'(0.000000) + 2.190230.'70'(0.000000) + 0.542362.'71'(0.000000) + 0.967943.'84'(0.000000) + 2.726884.'93'(0.000000) + 1.662178.'96'(0.000000) + 1.858692.'99'(0.000000) + 0) <= 8.296034 ('20') +> [0.000000]: [ker_lmm/DEBUG] (1.745854.'100'(0.113551) + 2.696288.'50'(0.000069) + 0.640409.'38'(0.020365) + 1.528585.'36'(0.000069) + 1.881151.'29'(0.027475) + 0.563048.'22'(0.020365) + 1.732494.'20'(0.030572) + 2.521302.'14'(0.006163) + 0.512534.'11'(0.006163) + 2.109561.'5'(0.030572) + 2.493067.'4'(0.020365) + 1.769842.'35'(0.000000) + 0.908374.'53'(0.000000) + 0.940655.'62'(0.000000) + 1.415568.'63'(0.000000) + 2.107345.'73'(0.000000) + 2.408468.'74'(0.000000) + 0.535814.'74'(0.000000) + 2.676492.'77'(0.000000) + 0.487079.'80'(0.000000) + 2.582528.'86'(0.000000) + 1.493858.'97'(0.000000) + 2.063837.'98'(0.000000) + 1.339383.'99'(0.000000) + 0) <= 9.565357 ('43') +> [0.000000]: [ker_lmm/DEBUG] (1.202595.'90'(0.240619) + 1.991977.'78'(0.000069) + 1.057492.'34'(0.027475) + 2.355632.'32'(0.178987) + 0.942310.'31'(0.012099) + 0.792453.'20'(0.030572) + 1.741767.'18'(0.006163) + 1.791350.'12'(0.012099) + 2.619497.'10'(0.006163) + 2.141346.'8'(0.006163) + 0.840229.'7'(0.012099) + 1.444229.'5'(0.030572) + 1.487839.'48'(0.000000) + 0.813607.'56'(0.000000) + 1.281472.'61'(0.000000) + 2.341396.'63'(0.000000) + 2.699101.'66'(0.000000) + 2.018592.'67'(0.000000) + 1.518680.'68'(0.000000) + 0.586179.'73'(0.000000) + 1.914005.'92'(0.000000) + 0) <= 9.033795 ('70') +> [0.000000]: [ker_lmm/DEBUG] (1.945839.'90'(0.240619) + 2.929358.'78'(0.000069) + 1.168506.'50'(0.000069) + 2.147659.'49'(0.012099) + 1.263269.'40'(0.012099) + 0.530949.'36'(0.000069) + 2.247271.'30'(0.000069) + 0.601199.'28'(0.000069) + 2.194459.'26'(0.006163) + 1.811856.'23'(0.027475) + 0.003839.'21'(0.012099) + 2.951036.'21'(0.012099) + 2.455284.'16'(0.129552) + 0.630293.'6'(0.113551) + 0.882265.'5'(0.030572) + 1.040994.'33'(0.000000) + 1.356063.'52'(0.000000) + 1.910444.'56'(0.000000) + 1.428148.'59'(0.000000) + 1.373441.'61'(0.000000) + 1.359336.'64'(0.000000) + 0.829171.'66'(0.000000) + 0.849480.'72'(0.000000) + 2.735495.'73'(0.000000) + 1.814065.'75'(0.000000) + 2.674892.'79'(0.000000) + 1.668739.'95'(0.000000) + 0) <= 3.023326 ('3') +> [0.000000]: [ker_lmm/DEBUG] (1.509946.'78'(0.000069) + 1.328364.'76'(0.000069) + 2.594658.'42'(0.000069) + 1.827268.'40'(0.012099) + 1.830207.'38'(0.020365) + 0.318671.'36'(0.000069) + 1.863854.'20'(0.030572) + 2.277746.'18'(0.006163) + 2.375105.'16'(0.129552) + 1.895199.'15'(0.030572) + 2.023118.'5'(0.030572) + 1.189696.'37'(0.000000) + 1.401383.'48'(0.000000) + 2.131370.'54'(0.000000) + 2.716267.'61'(0.000000) + 1.141565.'64'(0.000000) + 0.907024.'66'(0.000000) + 1.381965.'68'(0.000000) + 1.477048.'74'(0.000000) + 2.463582.'81'(0.000000) + 1.623783.'86'(0.000000) + 0) <= 7.892793 ('32') +> [0.000000]: [ker_lmm/DEBUG] (1.444932.'100'(0.113551) + 1.521542.'82'(0.006163) + 0.765463.'76'(0.000069) + 1.403147.'42'(0.000069) + 1.511028.'38'(0.020365) + 1.609308.'28'(0.000069) + 1.296327.'26'(0.006163) + 3.312020.'26'(0.006163) + 1.617918.'24'(0.063103) + 1.364739.'22'(0.020365) + 1.678793.'15'(0.030572) + 1.486965.'10'(0.006163) + 1.224155.'9'(0.006163) + 1.726574.'5'(0.030572) + 1.856127.'46'(0.000000) + 2.657988.'56'(0.000000) + 0.440723.'56'(0.000000) + 0.339524.'62'(0.000000) + 0.522284.'64'(0.000000) + 0.702882.'65'(0.000000) + 1.033674.'67'(0.000000) + 1.969829.'70'(0.000000) + 1.123117.'71'(0.000000) + 0.522276.'72'(0.000000) + 1.488982.'73'(0.000000) + 1.902724.'74'(0.000000) + 0.690593.'75'(0.000000) + 1.809265.'86'(0.000000) + 1.674574.'94'(0.000000) + 1.150278.'96'(0.000000) + 1.597986.'98'(0.000000) + 0.845645.'98'(0.000000) + 0) <= 8.316926 ('78') +> [0.000000]: [ker_lmm/DEBUG] (0.124568.'100'(0.113551) + 1.504045.'88'(0.000069) + 0.715669.'82'(0.006163) + 1.619806.'40'(0.012099) + 0.395567.'30'(0.000069) + 0.417703.'17'(0.113551) + 1.284768.'14'(0.006163) + 1.913833.'11'(0.006163) + 2.306159.'7'(0.012099) + 2.184915.'5'(0.030572) + 1.451440.'37'(0.000000) + 1.792684.'41'(0.000000) + 0.312380.'47'(0.000000) + 1.582557.'48'(0.000000) + 1.753562.'51'(0.000000) + 2.420233.'52'(0.000000) + 1.803453.'54'(0.000000) + 1.322227.'58'(0.000000) + 0.559601.'64'(0.000000) + 1.380426.'71'(0.000000) + 0.820164.'74'(0.000000) + 1.896783.'81'(0.000000) + 2.123275.'84'(0.000000) + 0.642719.'98'(0.000000) + 0) <= 6.378365 ('58') +> [0.000000]: [ker_lmm/DEBUG] (0.908263.'82'(0.006163) + 2.531268.'50'(0.000069) + 1.466575.'34'(0.027475) + 1.644573.'32'(0.178987) + 1.125139.'24'(0.063103) + 2.414813.'23'(0.027475) + 1.306117.'19'(0.019293) + 2.266873.'17'(0.113551) + 2.221891.'16'(0.129552) + 2.363266.'6'(0.113551) + 1.130246.'5'(0.030572) + 0.868905.'33'(0.000000) + 1.622571.'58'(0.000000) + 1.381037.'69'(0.000000) + 0.606772.'69'(0.000000) + 1.506193.'72'(0.000000) + 0.897168.'91'(0.000000) + 1.232301.'94'(0.000000) + 0.854497.'95'(0.000000) + 1.177505.'95'(0.000000) + 0) <= 8.463109 ('8') +> [0.000000]: [ker_lmm/DEBUG] (0.890818.'24'(0.063103) + 0.949181.'17'(0.113551) + 1.161397.'5'(0.030572) + 2.475867.'53'(0.000000) + 1.584881.'56'(0.000000) + 1.845275.'57'(0.000000) + 1.134506.'58'(0.000000) + 1.010085.'67'(0.000000) + 0.734816.'68'(0.000000) + 2.173933.'77'(0.000000) + 1.089899.'77'(0.000000) + 1.422290.'84'(0.000000) + 2.575473.'93'(0.000000) + 2.016150.'96'(0.000000) + 2.164767.'98'(0.000000) + 0) <= 6.216957 ('65') +> [0.000000]: [ker_lmm/DEBUG] (1.257126.'78'(0.000069) + 0.905694.'76'(0.000069) + 1.926757.'38'(0.020365) + 0.895732.'29'(0.027475) + 2.333933.'25'(0.020365) + 0.753780.'22'(0.020365) + 0.731851.'20'(0.030572) + 1.943488.'20'(0.030572) + 2.111822.'15'(0.030572) + 0.672911.'13'(0.006163) + 3.321218.'13'(0.006163) + 1.948580.'10'(0.006163) + 1.041960.'5'(0.030572) + 1.791570.'37'(0.000000) + 2.584222.'43'(0.000000) + 1.271336.'45'(0.000000) + 1.479654.'51'(0.000000) + 0.341589.'52'(0.000000) + 2.163503.'58'(0.000000) + 2.093526.'68'(0.000000) + 1.295291.'89'(0.000000) + 1.839458.'96'(0.000000) + 1.412990.'98'(0.000000) + 0) <= 0.341713 ('29') +> [0.000000]: [ker_lmm/DEBUG] (1.699831.'49'(0.012099) + 1.812137.'42'(0.000069) + 1.797926.'40'(0.012099) + 0.918037.'39'(0.000069) + 2.538168.'26'(0.006163) + 1.120507.'20'(0.030572) + 1.685578.'20'(0.030572) + 1.726454.'19'(0.019293) + 1.709282.'18'(0.006163) + 1.184840.'8'(0.006163) + 1.140714.'7'(0.012099) + 0.878039.'6'(0.113551) + 2.261848.'6'(0.113551) + 2.758990.'35'(0.000000) + 1.381085.'51'(0.000000) + 1.268826.'54'(0.000000) + 1.526259.'59'(0.000000) + 1.633169.'61'(0.000000) + 0.975245.'65'(0.000000) + 1.392593.'68'(0.000000) + 0.175793.'70'(0.000000) + 2.562022.'75'(0.000000) + 0.836806.'79'(0.000000) + 1.241203.'80'(0.000000) + 1.427529.'84'(0.000000) + 2.002977.'91'(0.000000) + 2.799924.'96'(0.000000) + 0) <= 5.783896 ('68') +> [0.000000]: [ker_lmm/DEBUG] (0.935243.'90'(0.240619) + 1.889933.'88'(0.000069) + 1.914796.'82'(0.006163) + 0.325771.'36'(0.000069) + 1.036916.'34'(0.027475) + 1.442773.'30'(0.000069) + 1.126293.'29'(0.027475) + 3.864114.'29'(0.027475) + 1.176041.'21'(0.012099) + 0.372924.'13'(0.006163) + 0.809181.'6'(0.113551) + 1.926613.'33'(0.000000) + 1.811432.'43'(0.000000) + 0.777289.'53'(0.000000) + 2.121541.'57'(0.000000) + 1.021144.'67'(0.000000) + 3.357204.'70'(0.000000) + 1.314002.'70'(0.000000) + 3.330889.'74'(0.000000) + 0.801600.'74'(0.000000) + 2.287432.'83'(0.000000) + 1.139330.'89'(0.000000) + 1.853973.'91'(0.000000) + 0) <= 8.763891 ('18') +> [0.000000]: [ker_lmm/DEBUG] (1.281476.'100'(0.113551) + 1.440534.'88'(0.000069) + 0.394710.'87'(0.044062) + 1.919734.'50'(0.000069) + 0.196730.'36'(0.000069) + 2.041853.'28'(0.000069) + 0.945787.'22'(0.020365) + 1.658397.'19'(0.019293) + 1.219434.'13'(0.006163) + 2.290925.'13'(0.006163) + 0.420682.'10'(0.006163) + 0.669219.'6'(0.113551) + 2.984901.'6'(0.113551) + 2.149153.'41'(0.000000) + 2.455934.'47'(0.000000) + 2.786306.'48'(0.000000) + 0.835986.'53'(0.000000) + 1.656469.'55'(0.000000) + 2.739236.'60'(0.000000) + 1.264066.'61'(0.000000) + 0.819034.'66'(0.000000) + 1.507804.'67'(0.000000) + 1.106054.'75'(0.000000) + 1.987768.'83'(0.000000) + 0.646959.'89'(0.000000) + 1.279857.'92'(0.000000) + 1.129262.'95'(0.000000) + 0) <= 5.406005 ('47') +> [0.000000]: [ker_lmm/DEBUG] (2.125625.'82'(0.006163) + 0.947766.'78'(0.000069) + 2.221943.'49'(0.012099) + 1.903976.'39'(0.000069) + 1.854606.'28'(0.000069) + 0.305071.'25'(0.020365) + 0.937291.'25'(0.020365) + 1.070252.'23'(0.027475) + 0.556078.'22'(0.020365) + 0.934094.'20'(0.030572) + 2.210368.'19'(0.019293) + 2.427476.'18'(0.006163) + 1.604609.'16'(0.129552) + 1.235374.'9'(0.006163) + 2.054239.'6'(0.113551) + 2.373857.'37'(0.000000) + 0.826317.'44'(0.000000) + 0.587304.'45'(0.000000) + 1.644479.'46'(0.000000) + 1.655688.'52'(0.000000) + 1.851783.'81'(0.000000) + 2.813412.'86'(0.000000) + 1.750387.'92'(0.000000) + 0) <= 8.833061 ('59') +> [0.000000]: [ker_lmm/DEBUG] (1.743078.'39'(0.000069) + 1.466711.'36'(0.000069) + 0.503551.'34'(0.027475) + 1.807400.'32'(0.178987) + 1.343814.'31'(0.012099) + 1.551916.'28'(0.000069) + 2.791202.'16'(0.129552) + 0.510615.'14'(0.006163) + 1.202881.'13'(0.006163) + 1.725236.'11'(0.006163) + 0.856237.'6'(0.113551) + 3.015861.'46'(0.000000) + 1.437731.'46'(0.000000) + 2.281470.'47'(0.000000) + 0.129507.'51'(0.000000) + 2.661813.'62'(0.000000) + 1.192285.'63'(0.000000) + 1.488221.'72'(0.000000) + 2.317244.'73'(0.000000) + 0.487325.'73'(0.000000) + 1.463591.'93'(0.000000) + 0) <= 2.360890 ('4') +> [0.000000]: [ker_lmm/DEBUG] (0.960805.'100'(0.113551) + 2.221964.'88'(0.000069) + 1.388514.'40'(0.012099) + 2.114740.'39'(0.000069) + 1.298887.'38'(0.020365) + 2.670975.'34'(0.027475) + 1.009443.'25'(0.020365) + 1.745244.'22'(0.020365) + 0.412622.'18'(0.006163) + 2.077908.'16'(0.129552) + 1.668006.'14'(0.006163) + 0.232055.'8'(0.006163) + 2.079142.'7'(0.012099) + 2.141814.'48'(0.000000) + 1.548607.'55'(0.000000) + 0.956527.'59'(0.000000) + 0.308032.'60'(0.000000) + 0.975814.'66'(0.000000) + 1.898931.'68'(0.000000) + 0.695469.'69'(0.000000) + 2.002323.'70'(0.000000) + 1.486428.'73'(0.000000) + 2.457999.'75'(0.000000) + 1.576866.'77'(0.000000) + 0.509913.'80'(0.000000) + 0.670542.'83'(0.000000) + 2.336782.'84'(0.000000) + 1.440402.'86'(0.000000) + 0.661448.'99'(0.000000) + 0) <= 9.391278 ('14') +> [0.000000]: [ker_lmm/DEBUG] (1.742202.'88'(0.000069) + 0.999326.'49'(0.012099) + 2.607051.'40'(0.012099) + 1.560306.'39'(0.000069) + 1.489587.'36'(0.000069) + 1.566774.'34'(0.027475) + 1.906809.'24'(0.063103) + 2.045128.'17'(0.113551) + 1.552579.'9'(0.006163) + 1.259493.'7'(0.012099) + 1.712923.'33'(0.000000) + 1.076189.'54'(0.000000) + 1.651478.'55'(0.000000) + 2.329769.'58'(0.000000) + 2.474422.'65'(0.000000) + 2.942554.'69'(0.000000) + 0.754960.'69'(0.000000) + 2.777254.'73'(0.000000) + 0.660148.'73'(0.000000) + 2.203256.'84'(0.000000) + 1.388219.'91'(0.000000) + 0.528079.'97'(0.000000) + 0) <= 8.071052 ('98') +> [0.000000]: [ker_lmm/DEBUG] (1.564334.'88'(0.000069) + 0.399939.'76'(0.000069) + 2.425168.'76'(0.000069) + 0.728105.'31'(0.012099) + 2.259898.'25'(0.020365) + 1.697699.'12'(0.012099) + 1.808660.'11'(0.006163) + 0.719628.'7'(0.012099) + 0.872073.'37'(0.000000) + 2.231891.'41'(0.000000) + 0.988622.'45'(0.000000) + 1.916984.'47'(0.000000) + 1.933501.'65'(0.000000) + 1.462353.'68'(0.000000) + 0.651220.'70'(0.000000) + 0.790100.'85'(0.000000) + 1.554272.'92'(0.000000) + 0) <= 0.733642 ('33') +> [0.000000]: [ker_lmm/DEBUG] (1.786018.'82'(0.006163) + 1.947234.'78'(0.000069) + 1.642824.'76'(0.000069) + 0.755497.'42'(0.000069) + 1.234668.'40'(0.012099) + 0.859017.'36'(0.000069) + 1.690954.'32'(0.178987) + 1.313217.'31'(0.012099) + 1.403951.'23'(0.027475) + 0.571324.'22'(0.020365) + 1.093234.'18'(0.006163) + 0.143028.'15'(0.030572) + 1.405319.'13'(0.006163) + 2.891997.'11'(0.006163) + 1.356068.'10'(0.006163) + 1.514295.'7'(0.012099) + 2.809046.'35'(0.000000) + 1.093155.'47'(0.000000) + 0.667851.'51'(0.000000) + 2.260652.'57'(0.000000) + 1.417857.'58'(0.000000) + 2.229466.'59'(0.000000) + 1.757229.'60'(0.000000) + 1.657877.'66'(0.000000) + 2.194061.'70'(0.000000) + 2.028081.'71'(0.000000) + 0.303044.'75'(0.000000) + 1.684253.'83'(0.000000) + 1.801864.'85'(0.000000) + 1.155367.'92'(0.000000) + 1.452926.'93'(0.000000) + 0.476655.'94'(0.000000) + 2.048520.'97'(0.000000) + 2.573317.'98'(0.000000) + 0) <= 1.194905 ('36') +> [0.000000]: [ker_lmm/DEBUG] (1.028386.'100'(0.113551) + 0.120647.'87'(0.044062) + 2.464362.'87'(0.044062) + 0.968744.'76'(0.000069) + 1.699420.'49'(0.012099) + 1.643824.'42'(0.000069) + 2.149216.'31'(0.012099) + 1.496767.'29'(0.027475) + 1.694809.'28'(0.000069) + 1.729823.'24'(0.063103) + 1.035522.'22'(0.020365) + 1.688487.'12'(0.012099) + 1.979455.'8'(0.006163) + 0.634950.'35'(0.000000) + 0.966902.'48'(0.000000) + 1.316543.'51'(0.000000) + 2.130642.'53'(0.000000) + 2.531803.'56'(0.000000) + 1.301352.'57'(0.000000) + 0.153387.'58'(0.000000) + 0.997002.'62'(0.000000) + 1.836581.'74'(0.000000) + 1.323560.'75'(0.000000) + 0) <= 6.477494 ('60') +> [0.000000]: [ker_lmm/DEBUG] (1.405104.'100'(0.113551) + 1.405491.'88'(0.000069) + 1.072704.'76'(0.000069) + 1.337678.'38'(0.020365) + 1.647286.'36'(0.000069) + 2.217245.'32'(0.178987) + 0.537341.'31'(0.012099) + 2.120782.'26'(0.006163) + 1.750388.'25'(0.020365) + 2.581114.'19'(0.019293) + 1.848952.'18'(0.006163) + 1.443829.'15'(0.030572) + 2.050061.'10'(0.006163) + 1.090738.'8'(0.006163) + 1.915513.'37'(0.000000) + 1.460684.'54'(0.000000) + 1.467436.'55'(0.000000) + 1.350329.'60'(0.000000) + 1.609333.'64'(0.000000) + 1.400969.'74'(0.000000) + 1.643264.'89'(0.000000) + 0.624725.'95'(0.000000) + 1.192688.'98'(0.000000) + 0) <= 4.269098 ('99') +> [0.000000]: [ker_lmm/DEBUG] (1.160592.'87'(0.044062) + 2.010318.'87'(0.044062) + 1.011440.'82'(0.006163) + 1.347726.'50'(0.000069) + 2.098365.'49'(0.012099) + 0.887917.'28'(0.000069) + 1.291252.'23'(0.027475) + 1.028630.'13'(0.006163) + 0.917425.'13'(0.006163) + 1.585950.'12'(0.012099) + 0.527916.'10'(0.006163) + 1.837102.'8'(0.006163) + 2.370840.'35'(0.000000) + 3.274995.'43'(0.000000) + 0.803071.'43'(0.000000) + 2.322685.'44'(0.000000) + 2.292077.'48'(0.000000) + 1.304584.'52'(0.000000) + 1.509518.'58'(0.000000) + 0.191116.'66'(0.000000) + 2.173128.'71'(0.000000) + 1.274457.'77'(0.000000) + 0.145568.'77'(0.000000) + 1.653130.'79'(0.000000) + 0.146393.'89'(0.000000) + 1.227434.'92'(0.000000) + 0) <= 6.139383 ('42') +> [0.000000]: [ker_lmm/DEBUG] (1.793638.'88'(0.000069) + 1.207472.'87'(0.044062) + 1.640786.'49'(0.012099) + 1.492544.'30'(0.000069) + 1.346231.'24'(0.063103) + 2.300657.'21'(0.012099) + 2.167632.'19'(0.019293) + 2.031915.'9'(0.006163) + 1.548157.'8'(0.006163) + 1.555267.'33'(0.000000) + 1.061562.'43'(0.000000) + 2.772407.'45'(0.000000) + 1.569363.'47'(0.000000) + 2.127742.'52'(0.000000) + 0.634263.'52'(0.000000) + 1.284080.'55'(0.000000) + 0.317868.'56'(0.000000) + 2.037391.'59'(0.000000) + 1.995645.'65'(0.000000) + 1.963792.'69'(0.000000) + 1.673417.'72'(0.000000) + 1.329080.'75'(0.000000) + 1.558805.'77'(0.000000) + 1.072858.'92'(0.000000) + 0.486959.'93'(0.000000) + 0.796534.'97'(0.000000) + 0) <= 5.857593 ('94') +> [0.000000]: [ker_lmm/DEBUG] (1.166740.'88'(0.000069) + 0.670081.'34'(0.027475) + 2.557557.'31'(0.012099) + 0.695989.'30'(0.000069) + 1.116681.'25'(0.020365) + 2.318190.'24'(0.063103) + 1.385299.'14'(0.006163) + 1.547427.'13'(0.006163) + 2.266819.'10'(0.006163) + 1.701111.'8'(0.006163) + 2.401656.'33'(0.000000) + 2.630843.'51'(0.000000) + 1.968790.'53'(0.000000) + 1.008675.'59'(0.000000) + 1.251231.'60'(0.000000) + 2.217645.'72'(0.000000) + 1.577242.'74'(0.000000) + 1.563015.'79'(0.000000) + 1.066298.'81'(0.000000) + 2.152406.'92'(0.000000) + 2.585552.'94'(0.000000) + 1.303983.'97'(0.000000) + 1.582619.'98'(0.000000) + 0) <= 8.420309 ('92') +> [0.000000]: [ker_lmm/DEBUG] (1.524768.'82'(0.006163) + 1.606699.'50'(0.000069) + 2.235559.'40'(0.012099) + 1.699471.'30'(0.000069) + 1.507236.'28'(0.000069) + 1.755627.'19'(0.019293) + 2.413011.'16'(0.129552) + 2.340438.'15'(0.030572) + 1.595138.'8'(0.006163) + 1.722848.'35'(0.000000) + 1.305391.'41'(0.000000) + 0.336208.'44'(0.000000) + 2.909272.'48'(0.000000) + 0.447815.'54'(0.000000) + 1.617690.'57'(0.000000) + 1.020568.'65'(0.000000) + 0.994294.'72'(0.000000) + 1.974799.'80'(0.000000) + 0.811012.'81'(0.000000) + 0.631385.'81'(0.000000) + 2.127948.'85'(0.000000) + 1.414472.'89'(0.000000) + 1.206571.'97'(0.000000) + 1.302504.'98'(0.000000) + 0) <= 9.034019 ('52') +> [0.000000]: [ker_lmm/DEBUG] (1.270133.'76'(0.000069) + 1.445617.'42'(0.000069) + 0.512378.'29'(0.027475) + 1.253041.'27'(0.113551) + 1.143595.'26'(0.006163) + 2.736226.'25'(0.020365) + 1.158903.'23'(0.027475) + 0.865739.'22'(0.020365) + 2.682442.'15'(0.030572) + 2.006404.'9'(0.006163) + 3.054403.'33'(0.000000) + 0.823580.'33'(0.000000) + 1.016073.'37'(0.000000) + 1.564331.'59'(0.000000) + 2.909078.'65'(0.000000) + 0.951618.'70'(0.000000) + 0.572722.'72'(0.000000) + 2.200170.'75'(0.000000) + 1.521441.'79'(0.000000) + 1.600129.'85'(0.000000) + 0.858442.'86'(0.000000) + 0.765892.'93'(0.000000) + 2.022054.'96'(0.000000) + 0) <= 3.965807 ('5') +> [0.000000]: [ker_lmm/DEBUG] (2.093934.'100'(0.113551) + 2.417847.'27'(0.113551) + 1.405445.'16'(0.129552) + 0.994695.'9'(0.006163) + 1.454422.'46'(0.000000) + 1.845335.'57'(0.000000) + 1.766428.'60'(0.000000) + 2.798823.'69'(0.000000) + 1.774598.'79'(0.000000) + 1.138548.'83'(0.000000) + 2.638663.'89'(0.000000) + 1.279438.'91'(0.000000) + 1.138915.'96'(0.000000) + 2.943563.'98'(0.000000) + 0.924747.'98'(0.000000) + 0) <= 4.179265 ('95') +> [0.000000]: [ker_lmm/DEBUG] (1.043234.'90'(0.240619) + 1.822970.'90'(0.240619) + 1.523744.'88'(0.000069) + 1.863592.'49'(0.012099) + 0.548219.'28'(0.000069) + 1.971675.'15'(0.030572) + 1.808167.'10'(0.006163) + 1.849337.'33'(0.000000) + 1.598957.'41'(0.000000) + 1.388141.'44'(0.000000) + 1.249598.'51'(0.000000) + 0.792863.'53'(0.000000) + 2.307974.'56'(0.000000) + 1.464135.'57'(0.000000) + 0.805015.'65'(0.000000) + 0.035705.'66'(0.000000) + 2.524301.'67'(0.000000) + 1.275692.'68'(0.000000) + 0.499955.'72'(0.000000) + 1.034307.'73'(0.000000) + 0.887078.'80'(0.000000) + 2.688491.'84'(0.000000) + 0.861989.'86'(0.000000) + 0.768805.'92'(0.000000) + 2.177257.'93'(0.000000) + 1.466219.'93'(0.000000) + 0) <= 3.879107 ('6') +> [0.000000]: [ker_lmm/DEBUG] (1.291374.'50'(0.000069) + 1.950542.'38'(0.020365) + 1.386950.'36'(0.000069) + 1.587288.'34'(0.027475) + 2.396137.'32'(0.178987) + 1.575724.'25'(0.020365) + 0.805103.'23'(0.027475) + 0.694380.'11'(0.006163) + 2.877807.'11'(0.006163) + 1.199667.'37'(0.000000) + 1.443891.'45'(0.000000) + 0.727671.'52'(0.000000) + 0.347555.'52'(0.000000) + 0.724222.'54'(0.000000) + 0.782665.'59'(0.000000) + 1.609420.'60'(0.000000) + 1.536362.'71'(0.000000) + 1.318535.'75'(0.000000) + 1.680210.'79'(0.000000) + 1.842302.'81'(0.000000) + 1.209645.'83'(0.000000) + 2.682472.'84'(0.000000) + 1.219607.'85'(0.000000) + 1.621102.'91'(0.000000) + 2.013938.'92'(0.000000) + 1.808325.'97'(0.000000) + 2.383492.'98'(0.000000) + 0) <= 5.586898 ('13') +> [0.000000]: [ker_lmm/DEBUG] (0.438648.'82'(0.006163) + 1.345093.'78'(0.000069) + 2.151200.'38'(0.020365) + 0.204170.'32'(0.178987) + 2.235736.'32'(0.178987) + 0.809876.'31'(0.012099) + 1.402595.'27'(0.113551) + 1.643900.'19'(0.019293) + 2.548434.'18'(0.006163) + 1.100685.'12'(0.012099) + 1.755388.'33'(0.000000) + 2.272421.'35'(0.000000) + 2.152087.'41'(0.000000) + 1.250271.'41'(0.000000) + 1.233098.'53'(0.000000) + 1.341941.'61'(0.000000) + 1.385342.'61'(0.000000) + 1.069706.'67'(0.000000) + 1.422483.'69'(0.000000) + 1.394979.'70'(0.000000) + 1.465863.'79'(0.000000) + 1.726635.'83'(0.000000) + 1.330512.'89'(0.000000) + 1.158860.'91'(0.000000) + 1.409237.'98'(0.000000) + 0) <= 3.976768 ('55') +> [0.000000]: [ker_lmm/DEBUG] (2.045024.'100'(0.113551) + 1.379295.'82'(0.006163) + 1.802277.'49'(0.012099) + 0.975283.'36'(0.000069) + 1.310975.'26'(0.006163) + 0.632499.'25'(0.020365) + 2.732743.'25'(0.020365) + 1.988011.'22'(0.020365) + 1.164316.'21'(0.012099) + 2.100251.'18'(0.006163) + 2.165325.'16'(0.129552) + 1.190563.'41'(0.000000) + 1.661413.'43'(0.000000) + 2.694264.'53'(0.000000) + 1.387519.'54'(0.000000) + 2.151207.'58'(0.000000) + 0.691695.'60'(0.000000) + 1.533238.'62'(0.000000) + 2.333776.'70'(0.000000) + 2.026018.'74'(0.000000) + 1.219417.'75'(0.000000) + 2.077492.'79'(0.000000) + 2.232143.'86'(0.000000) + 1.600785.'89'(0.000000) + 1.249349.'93'(0.000000) + 1.022408.'94'(0.000000) + 1.128534.'97'(0.000000) + 0) <= 5.098103 ('89') +> [0.000000]: [ker_lmm/DEBUG] (1.633446.'82'(0.006163) + 1.469177.'40'(0.012099) + 1.417990.'28'(0.000069) + 1.312999.'19'(0.019293) + 3.149961.'19'(0.019293) + 1.681294.'51'(0.000000) + 1.024134.'52'(0.000000) + 1.858344.'58'(0.000000) + 2.909576.'67'(0.000000) + 0.571106.'69'(0.000000) + 1.270577.'71'(0.000000) + 2.256616.'81'(0.000000) + 1.012306.'81'(0.000000) + 2.699627.'84'(0.000000) + 1.368954.'85'(0.000000) + 1.370806.'94'(0.000000) + 2.113437.'96'(0.000000) + 0) <= 2.897600 ('97') +> [0.000000]: [ker_lmm/DEBUG] (2.661373.'88'(0.000069) + 2.792546.'78'(0.000069) + 2.099026.'76'(0.000069) + 0.746880.'50'(0.000069) + 0.832919.'42'(0.000069) + 1.442359.'39'(0.000069) + 2.334544.'39'(0.000069) + 0.537732.'36'(0.000069) + 0.749722.'30'(0.000069) + 2.396652.'28'(0.000069) + 2.596263.'43'(0.000000) + 0.076666.'43'(0.000000) + 1.104871.'45'(0.000000) + 1.229418.'46'(0.000000) + 1.895636.'57'(0.000000) + 2.619750.'60'(0.000000) + 1.171261.'62'(0.000000) + 1.072570.'64'(0.000000) + 1.616192.'66'(0.000000) + 0.977803.'68'(0.000000) + 1.581363.'73'(0.000000) + 0) <= 0.001144 ('2') +> [0.000000]: [ker_lmm/DEBUG] Variables +> [0.000000]: [ker_lmm/DEBUG] '100'(1.000000) : 0.113551 +> [0.000000]: [ker_lmm/DEBUG] '90'(1.000000) : 0.240619 +> [0.000000]: [ker_lmm/DEBUG] '88'(1.000000) : 0.000069 +> [0.000000]: [ker_lmm/DEBUG] '87'(1.000000) : 0.044062 +> [0.000000]: [ker_lmm/DEBUG] '82'(1.000000) : 0.006163 +> [0.000000]: [ker_lmm/DEBUG] '78'(1.000000) : 0.000069 +> [0.000000]: [ker_lmm/DEBUG] '76'(1.000000) : 0.000069 +> [0.000000]: [ker_lmm/DEBUG] '50'(1.000000) : 0.000069 +> [0.000000]: [ker_lmm/DEBUG] '49'(1.000000) : 0.012099 +> [0.000000]: [ker_lmm/DEBUG] '42'(1.000000) : 0.000069 +> [0.000000]: [ker_lmm/DEBUG] '40'(1.000000) : 0.012099 +> [0.000000]: [ker_lmm/DEBUG] '39'(1.000000) : 0.000069 +> [0.000000]: [ker_lmm/DEBUG] '38'(1.000000) : 0.020365 +> [0.000000]: [ker_lmm/DEBUG] '36'(1.000000) : 0.000069 +> [0.000000]: [ker_lmm/DEBUG] '34'(1.000000) : 0.027475 +> [0.000000]: [ker_lmm/DEBUG] '32'(1.000000) : 0.178987 +> [0.000000]: [ker_lmm/DEBUG] '31'(1.000000) : 0.012099 +> [0.000000]: [ker_lmm/DEBUG] '30'(1.000000) : 0.000069 +> [0.000000]: [ker_lmm/DEBUG] '29'(1.000000) : 0.027475 +> [0.000000]: [ker_lmm/DEBUG] '28'(1.000000) : 0.000069 +> [0.000000]: [ker_lmm/DEBUG] '27'(1.000000) : 0.113551 +> [0.000000]: [ker_lmm/DEBUG] '26'(1.000000) : 0.006163 +> [0.000000]: [ker_lmm/DEBUG] '25'(1.000000) : 0.020365 +> [0.000000]: [ker_lmm/DEBUG] '24'(1.000000) : 0.063103 +> [0.000000]: [ker_lmm/DEBUG] '23'(1.000000) : 0.027475 +> [0.000000]: [ker_lmm/DEBUG] '22'(1.000000) : 0.020365 +> [0.000000]: [ker_lmm/DEBUG] '21'(1.000000) : 0.012099 +> [0.000000]: [ker_lmm/DEBUG] '20'(1.000000) : 0.030572 +> [0.000000]: [ker_lmm/DEBUG] '19'(1.000000) : 0.019293 +> [0.000000]: [ker_lmm/DEBUG] '18'(1.000000) : 0.006163 +> [0.000000]: [ker_lmm/DEBUG] '17'(1.000000) : 0.113551 +> [0.000000]: [ker_lmm/DEBUG] '16'(1.000000) : 0.129552 +> [0.000000]: [ker_lmm/DEBUG] '15'(1.000000) : 0.030572 +> [0.000000]: [ker_lmm/DEBUG] '14'(1.000000) : 0.006163 +> [0.000000]: [ker_lmm/DEBUG] '13'(1.000000) : 0.006163 +> [0.000000]: [ker_lmm/DEBUG] '12'(1.000000) : 0.012099 +> [0.000000]: [ker_lmm/DEBUG] '11'(1.000000) : 0.006163 +> [0.000000]: [ker_lmm/DEBUG] '10'(1.000000) : 0.006163 +> [0.000000]: [ker_lmm/DEBUG] '9'(1.000000) : 0.006163 +> [0.000000]: [ker_lmm/DEBUG] '8'(1.000000) : 0.006163 +> [0.000000]: [ker_lmm/DEBUG] '7'(1.000000) : 0.012099 +> [0.000000]: [ker_lmm/DEBUG] '6'(1.000000) : 0.113551 +> [0.000000]: [ker_lmm/DEBUG] '5'(1.000000) : 0.030572 +> [0.000000]: [ker_lmm/DEBUG] '4'(1.000000) : 0.020365 +> [0.000000]: [ker_lmm/DEBUG] '3'(1.000000) : 0.006163 +> [0.000000]: [ker_lmm/DEBUG] '2'(1.000000) : 0.019293 +> [0.000000]: [ker_lmm/DEBUG] '1'(1.000000) : 0.240619 +> [0.000000]: [ker_lmm/DEBUG] '33'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '35'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '37'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '41'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '43'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '44'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '45'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '46'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '47'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '48'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '51'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '52'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '53'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '54'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '55'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '56'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '57'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '58'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '59'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '60'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '61'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '62'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '63'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '64'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '65'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '66'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '67'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '68'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '69'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '70'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '71'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '72'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '73'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '74'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '75'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '77'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '79'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '80'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '81'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '83'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '84'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '85'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '86'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '89'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '91'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '92'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '93'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '94'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '95'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '96'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '97'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '98'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '99'(0.000000) : 0.000000 > Starting 1: (848) -> [0.000000]: [surf_maxmin/DEBUG] Setting selective_update_active flag to 0 +> [0.000000]: [ker_lmm/DEBUG] Setting selective_update_active flag to 0 > Starting to solve(628) -> [0.000000]: [surf_maxmin/DEBUG] Active constraints : 100 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '196' usage: 7.460735 remaining: 5.494968 concurrency: 4<=5<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '194' usage: 15.447986 remaining: 2.149244 concurrency: 8<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '158' usage: 11.030926 remaining: 3.633259 concurrency: 5<=6<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '102' usage: 7.632282 remaining: 9.315409 concurrency: 5<=6<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '170' usage: 11.199829 remaining: 5.321444 concurrency: 7<=7<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '163' usage: 11.665940 remaining: 1.127762 concurrency: 7<=8<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '166' usage: 14.229269 remaining: 6.575124 concurrency: 7<=7<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '164' usage: 21.986404 remaining: 9.624596 concurrency: 12<=13<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '117' usage: 2.842785 remaining: 0.965309 concurrency: 1<=2<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '107' usage: 16.957631 remaining: 2.668273 concurrency: 9<=10<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '118' usage: 12.786024 remaining: 1.271600 concurrency: 7<=8<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '150' usage: 21.257036 remaining: 8.844716 concurrency: 11<=12<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '146' usage: 14.843037 remaining: 4.260225 concurrency: 8<=9<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '122' usage: 15.120533 remaining: 4.677875 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '160' usage: 15.993199 remaining: 9.144756 concurrency: 8<=9<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '109' usage: 16.544658 remaining: 1.345799 concurrency: 10<=11<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '169' usage: 7.320898 remaining: 7.861722 concurrency: 4<=5<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '188' usage: 13.829839 remaining: 8.522890 concurrency: 6<=7<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '121' usage: 21.483217 remaining: 5.773081 concurrency: 12<=13<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '182' usage: 13.099475 remaining: 8.963739 concurrency: 6<=7<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '153' usage: 14.213518 remaining: 7.367471 concurrency: 7<=8<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '111' usage: 16.569232 remaining: 7.197542 concurrency: 10<=11<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '143' usage: 20.780876 remaining: 8.002584 concurrency: 11<=12<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '119' usage: 14.969968 remaining: 5.657651 concurrency: 8<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '174' usage: 18.097226 remaining: 1.065725 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '132' usage: 14.784336 remaining: 2.587332 concurrency: 7<=7<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '131' usage: 12.257204 remaining: 3.416137 concurrency: 5<=6<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '186' usage: 12.970468 remaining: 2.458112 concurrency: 8<=9<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '124' usage: 9.788928 remaining: 4.830698 concurrency: 4<=5<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '173' usage: 11.128553 remaining: 7.487779 concurrency: 6<=7<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '156' usage: 9.917764 remaining: 2.693888 concurrency: 4<=6<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '138' usage: 19.254342 remaining: 8.508505 concurrency: 10<=11<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '180' usage: 17.339929 remaining: 9.177187 concurrency: 9<=10<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '106' usage: 18.191446 remaining: 1.199505 concurrency: 11<=12<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '189' usage: 15.595341 remaining: 0.102500 concurrency: 9<=10<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '114' usage: 11.717419 remaining: 0.796455 concurrency: 6<=7<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '184' usage: 20.396139 remaining: 4.892662 concurrency: 11<=12<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '127' usage: 22.819742 remaining: 1.194848 concurrency: 10<=11<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '159' usage: 16.698927 remaining: 3.875234 concurrency: 9<=10<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '120' usage: 18.931303 remaining: 1.069457 concurrency: 10<=10<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '171' usage: 24.615031 remaining: 7.780082 concurrency: 10<=11<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '104' usage: 13.954262 remaining: 3.205364 concurrency: 7<=8<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '155' usage: 12.488181 remaining: 3.557536 concurrency: 7<=8<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '161' usage: 16.382919 remaining: 3.508719 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '192' usage: 13.459399 remaining: 1.872865 concurrency: 6<=7<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '167' usage: 16.079701 remaining: 2.293860 concurrency: 8<=9<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '144' usage: 12.032338 remaining: 7.065420 concurrency: 6<=7<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '142' usage: 22.624121 remaining: 9.411933 concurrency: 9<=10<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '135' usage: 23.733429 remaining: 9.537422 concurrency: 13<=13<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '130' usage: 16.103797 remaining: 2.172699 concurrency: 9<=10<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '172' usage: 16.258581 remaining: 4.768434 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '136' usage: 9.539826 remaining: 8.141384 concurrency: 5<=6<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '183' usage: 11.567474 remaining: 8.378305 concurrency: 7<=8<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '187' usage: 6.755927 remaining: 4.637426 concurrency: 4<=5<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '175' usage: 15.489675 remaining: 2.208379 concurrency: 8<=9<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '165' usage: 20.164500 remaining: 6.470142 concurrency: 10<=10<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '193' usage: 15.639750 remaining: 8.799904 concurrency: 8<=9<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '185' usage: 15.345313 remaining: 3.972540 concurrency: 8<=8<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '152' usage: 11.704423 remaining: 3.939333 concurrency: 8<=9<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '116' usage: 8.774370 remaining: 2.878688 concurrency: 2<=3<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '157' usage: 10.916696 remaining: 8.783003 concurrency: 6<=7<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '199' usage: 13.665900 remaining: 3.350947 concurrency: 8<=9<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '154' usage: 12.731271 remaining: 3.792106 concurrency: 7<=8<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '145' usage: 8.623130 remaining: 1.692254 concurrency: 5<=6<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '168' usage: 16.818720 remaining: 6.438419 concurrency: 7<=7<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '149' usage: 15.425922 remaining: 4.413549 concurrency: 7<=8<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '140' usage: 11.685460 remaining: 7.466314 concurrency: 7<=8<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '101' usage: 10.415850 remaining: 1.850821 concurrency: 5<=6<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '195' usage: 9.231517 remaining: 2.738379 concurrency: 5<=6<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '105' usage: 9.169967 remaining: 2.046486 concurrency: 4<=5<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '110' usage: 21.512903 remaining: 5.867970 concurrency: 10<=11<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '139' usage: 10.405104 remaining: 2.209982 concurrency: 6<=6<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '148' usage: 15.766921 remaining: 9.326286 concurrency: 7<=8<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '112' usage: 12.653327 remaining: 8.539753 concurrency: 7<=8<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '162' usage: 15.085808 remaining: 6.308427 concurrency: 9<=9<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '134' usage: 9.715478 remaining: 4.678425 concurrency: 6<=7<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '151' usage: 13.438726 remaining: 2.597448 concurrency: 7<=9<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '128' usage: 12.332636 remaining: 1.485648 concurrency: 6<=8<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '190' usage: 13.095980 remaining: 6.293597 concurrency: 7<=8<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '133' usage: 11.832758 remaining: 4.367473 concurrency: 7<=8<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '125' usage: 27.774189 remaining: 6.630618 concurrency: 12<=13<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '147' usage: 9.176406 remaining: 3.566243 concurrency: 5<=5<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '191' usage: 10.190998 remaining: 2.951723 concurrency: 5<=6<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '179' usage: 14.357321 remaining: 4.197355 concurrency: 10<=11<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '129' usage: 12.940725 remaining: 9.645511 concurrency: 6<=7<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '141' usage: 15.179451 remaining: 0.671444 concurrency: 8<=9<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '200' usage: 17.211013 remaining: 1.614666 concurrency: 8<=8<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '108' usage: 6.146468 remaining: 8.182267 concurrency: 3<=4<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '178' usage: 10.008436 remaining: 8.951457 concurrency: 5<=6<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '126' usage: 13.620583 remaining: 7.936375 concurrency: 8<=9<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '113' usage: 13.558365 remaining: 4.073078 concurrency: 7<=8<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '115' usage: 12.350525 remaining: 2.970184 concurrency: 6<=7<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '137' usage: 8.244042 remaining: 9.480904 concurrency: 4<=5<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '177' usage: 8.650443 remaining: 3.462379 concurrency: 5<=6<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '123' usage: 7.284421 remaining: 4.686736 concurrency: 3<=4<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '197' usage: 7.446337 remaining: 2.754379 concurrency: 5<=6<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '181' usage: 7.690708 remaining: 8.262498 concurrency: 4<=5<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '176' usage: 3.200025 remaining: 8.072111 concurrency: 2<=3<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '198' usage: 5.419247 remaining: 0.488681 concurrency: 3<=4<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '103' usage: 4.653753 remaining: 4.353224 concurrency: 3<=4<=12 -> [0.000000]: [surf_maxmin/DEBUG] var=102, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006573, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=104, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006573, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=105, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006573, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=110, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006573, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=112, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006573, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=131, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006573, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=133, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006573, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=141, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006573, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=156, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006573, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=178, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006573, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (102) value to 0.006573 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006573, Var(102).penalty: 1.000000, Var(102).value: 0.006573 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (104) value to 0.006573 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006573, Var(104).penalty: 1.000000, Var(104).value: 0.006573 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (105) value to 0.006573 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006573, Var(105).penalty: 1.000000, Var(105).value: 0.006573 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (110) value to 0.006573 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006573, Var(110).penalty: 1.000000, Var(110).value: 0.006573 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (112) value to 0.006573 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006573, Var(112).penalty: 1.000000, Var(112).value: 0.006573 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (131) value to 0.006573 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006573, Var(131).penalty: 1.000000, Var(131).value: 0.006573 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (133) value to 0.006573 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006573, Var(133).penalty: 1.000000, Var(133).value: 0.006573 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (141) value to 0.006573 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006573, Var(141).penalty: 1.000000, Var(141).value: 0.006573 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (156) value to 0.006573 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006573, Var(156).penalty: 1.000000, Var(156).value: 0.006573 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (178) value to 0.006573 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006573, Var(178).penalty: 1.000000, Var(178).value: 0.006573 -> [0.000000]: [surf_maxmin/DEBUG] index: 34 cnst_light_num: 100 || usage: 0.000000 remaining: 0.000000 bound: 0.102500 -> [0.000000]: [surf_maxmin/DEBUG] var=109, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.044234, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=111, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.044234, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=115, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.044234, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=121, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.044234, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=127, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.044234, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=146, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.044234, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=157, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.044234, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=181, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.044234, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (109) value to 0.044234 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.044234, Var(109).penalty: 1.000000, Var(109).value: 0.044234 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (111) value to 0.044234 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.044234, Var(111).penalty: 1.000000, Var(111).value: 0.044234 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (115) value to 0.044234 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.044234, Var(115).penalty: 1.000000, Var(115).value: 0.044234 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (121) value to 0.044234 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.044234, Var(121).penalty: 1.000000, Var(121).value: 0.044234 -> [0.000000]: [surf_maxmin/DEBUG] index: 97 cnst_light_num: 99 || usage: 0.000000 remaining: 8.006012 bound: 8.072111 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (127) value to 0.044234 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.044234, Var(127).penalty: 1.000000, Var(127).value: 0.044234 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (146) value to 0.044234 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.044234, Var(146).penalty: 1.000000, Var(146).value: 0.044234 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (157) value to 0.044234 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.044234, Var(157).penalty: 1.000000, Var(157).value: 0.044234 -> [0.000000]: [surf_maxmin/DEBUG] index: 97 cnst_light_num: 98 || usage: 0.000000 remaining: 0.305458 bound: 0.488681 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (181) value to 0.044234 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.044234, Var(181).penalty: 1.000000, Var(181).value: 0.044234 -> [0.000000]: [surf_maxmin/DEBUG] index: 85 cnst_light_num: 97 || usage: 0.000000 remaining: 0.000000 bound: 0.671444 -> [0.000000]: [surf_maxmin/DEBUG] var=107, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.080095, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=108, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.080095, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=113, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.080095, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=120, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.080095, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=124, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.080095, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=129, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.080095, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=132, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.080095, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (107) value to 0.080095 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.080095, Var(107).penalty: 1.000000, Var(107).value: 0.080095 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (108) value to 0.080095 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.080095, Var(108).penalty: 1.000000, Var(108).value: 0.080095 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (113) value to 0.080095 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.080095, Var(113).penalty: 1.000000, Var(113).value: 0.080095 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (120) value to 0.080095 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.080095, Var(120).penalty: 1.000000, Var(120).value: 0.080095 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (124) value to 0.080095 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.080095, Var(124).penalty: 1.000000, Var(124).value: 0.080095 -> [0.000000]: [surf_maxmin/DEBUG] index: 71 cnst_light_num: 96 || usage: 0.000000 remaining: 1.607527 bound: 2.209982 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (129) value to 0.080095 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.080095, Var(129).penalty: 1.000000, Var(129).value: 0.080095 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (132) value to 0.080095 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.080095, Var(132).penalty: 1.000000, Var(132).value: 0.080095 -> [0.000000]: [surf_maxmin/DEBUG] index: 37 cnst_light_num: 95 || usage: 0.000000 remaining: 0.000000 bound: 1.194848 -> [0.000000]: [surf_maxmin/DEBUG] var=103, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.093227, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=117, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.093227, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=118, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.093227, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=126, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.093227, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (103) value to 0.093227 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.093227, Var(103).penalty: 1.000000, Var(103).value: 0.093227 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (117) value to 0.093227 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.093227, Var(117).penalty: 1.000000, Var(117).value: 0.093227 -> [0.000000]: [surf_maxmin/DEBUG] index: 76 cnst_light_num: 94 || usage: 0.000000 remaining: 1.917254 bound: 2.597448 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (118) value to 0.093227 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.093227, Var(118).penalty: 1.000000, Var(118).value: 0.093227 -> [0.000000]: [surf_maxmin/DEBUG] index: 29 cnst_light_num: 93 || usage: 0.000000 remaining: 7.173610 bound: 7.487779 -> [0.000000]: [surf_maxmin/DEBUG] index: 74 cnst_light_num: 92 || usage: 0.000000 remaining: 5.407273 bound: 6.308427 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (126) value to 0.093227 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.093227, Var(126).penalty: 1.000000, Var(126).value: 0.093227 -> [0.000000]: [surf_maxmin/DEBUG] index: 39 cnst_light_num: 91 || usage: 0.000000 remaining: 0.000000 bound: 1.069457 -> [0.000000]: [surf_maxmin/DEBUG] index: 53 cnst_light_num: 90 || usage: 0.000000 remaining: 4.047456 bound: 4.637426 -> [0.000000]: [surf_maxmin/DEBUG] var=116, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.125579, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=119, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.125579, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=128, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.125579, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (116) value to 0.125579 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.125579, Var(116).penalty: 1.000000, Var(116).value: 0.125579 -> [0.000000]: [surf_maxmin/DEBUG] index: 23 cnst_light_num: 89 || usage: 0.000000 remaining: 4.807236 bound: 5.657651 -> [0.000000]: [surf_maxmin/DEBUG] index: 79 cnst_light_num: 88 || usage: 0.000000 remaining: 3.551739 bound: 4.367473 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (119) value to 0.125579 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.125579, Var(119).penalty: 1.000000, Var(119).value: 0.125579 -> [0.000000]: [surf_maxmin/DEBUG] index: 29 cnst_light_num: 87 || usage: 0.000000 remaining: 9.111474 bound: 9.480904 -> [0.000000]: [surf_maxmin/DEBUG] index: 60 cnst_light_num: 86 || usage: 0.000000 remaining: 8.206631 bound: 8.783003 -> [0.000000]: [surf_maxmin/DEBUG] index: 84 cnst_light_num: 85 || usage: 0.000000 remaining: 9.142856 bound: 9.645511 -> [0.000000]: [surf_maxmin/DEBUG] index: 44 cnst_light_num: 84 || usage: 0.000000 remaining: 1.147453 bound: 1.872865 -> [0.000000]: [surf_maxmin/DEBUG] index: 49 cnst_light_num: 83 || usage: 0.000000 remaining: 1.044083 bound: 2.172699 -> [0.000000]: [surf_maxmin/DEBUG] index: 30 cnst_light_num: 82 || usage: 0.000000 remaining: 1.908915 bound: 2.693888 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (128) value to 0.125579 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.125579, Var(128).penalty: 1.000000, Var(128).value: 0.125579 -> [0.000000]: [surf_maxmin/DEBUG] index: 51 cnst_light_num: 81 || usage: 0.000000 remaining: 7.421856 bound: 8.141384 -> [0.000000]: [surf_maxmin/DEBUG] index: 71 cnst_light_num: 80 || usage: 0.000000 remaining: 2.178851 bound: 2.754379 -> [0.000000]: [surf_maxmin/DEBUG] index: 75 cnst_light_num: 79 || usage: 0.000000 remaining: 3.933665 bound: 4.678425 -> [0.000000]: [surf_maxmin/DEBUG] index: 52 cnst_light_num: 78 || usage: 0.000000 remaining: 7.680517 bound: 8.378305 -> [0.000000]: [surf_maxmin/DEBUG] index: 24 cnst_light_num: 77 || usage: 0.000000 remaining: 0.000000 bound: 1.065725 -> [0.000000]: [surf_maxmin/DEBUG] var=106, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.142396, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=114, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.142396, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (106) value to 0.142396 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.142396, Var(106).penalty: 1.000000, Var(106).value: 0.142396 -> [0.000000]: [surf_maxmin/DEBUG] index: 50 cnst_light_num: 76 || usage: 0.000000 remaining: 3.625189 bound: 4.768434 -> [0.000000]: [surf_maxmin/DEBUG] index: 32 cnst_light_num: 75 || usage: 0.000000 remaining: 8.349213 bound: 9.177187 -> [0.000000]: [surf_maxmin/DEBUG] index: 69 cnst_light_num: 74 || usage: 0.000000 remaining: 1.402286 bound: 2.046486 -> [0.000000]: [surf_maxmin/DEBUG] index: 42 cnst_light_num: 73 || usage: 0.000000 remaining: 2.903159 bound: 3.557536 -> [0.000000]: [surf_maxmin/DEBUG] index: 47 cnst_light_num: 72 || usage: 0.000000 remaining: 8.034610 bound: 9.411933 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (114) value to 0.142396 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.142396, Var(114).penalty: 1.000000, Var(114).value: 0.142396 -> [0.000000]: [surf_maxmin/DEBUG] index: 33 cnst_light_num: 71 || usage: 0.000000 remaining: 0.000000 bound: 1.199505 -> [0.000000]: [surf_maxmin/DEBUG] index: 62 cnst_light_num: 70 || usage: 0.000000 remaining: 3.059841 bound: 3.792106 -> [0.000000]: [surf_maxmin/DEBUG] index: 23 cnst_light_num: 69 || usage: 0.000000 remaining: 8.177615 bound: 8.951457 -> [0.000000]: [surf_maxmin/DEBUG] index: 32 cnst_light_num: 68 || usage: 0.000000 remaining: 2.205190 bound: 2.970184 -> [0.000000]: [surf_maxmin/DEBUG] index: 23 cnst_light_num: 67 || usage: 0.000000 remaining: 1.931792 bound: 2.738379 -> [0.000000]: [surf_maxmin/DEBUG] index: 30 cnst_light_num: 66 || usage: 0.000000 remaining: 3.064219 bound: 3.566243 -> [0.000000]: [surf_maxmin/DEBUG] index: 57 cnst_light_num: 65 || usage: 0.000000 remaining: 2.898415 bound: 3.972540 -> [0.000000]: [surf_maxmin/DEBUG] index: 37 cnst_light_num: 64 || usage: 0.000000 remaining: 4.233168 bound: 4.686736 -> [0.000000]: [surf_maxmin/DEBUG] index: 30 cnst_light_num: 63 || usage: 0.000000 remaining: 3.411989 bound: 4.413549 -> [0.000000]: [surf_maxmin/DEBUG] var=101, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.187080, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=154, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.187080, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (101) value to 0.187080 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.187080, Var(101).penalty: 1.000000, Var(101).value: 0.187080 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 62 || usage: 0.000000 remaining: 4.543074 bound: 5.494968 -> [0.000000]: [surf_maxmin/DEBUG] index: 8 cnst_light_num: 61 || usage: 0.000000 remaining: 0.672839 bound: 0.965309 -> [0.000000]: [surf_maxmin/DEBUG] index: 10 cnst_light_num: 60 || usage: 0.000000 remaining: 0.594432 bound: 1.271600 -> [0.000000]: [surf_maxmin/DEBUG] index: 16 cnst_light_num: 59 || usage: 0.000000 remaining: 7.198298 bound: 7.861722 -> [0.000000]: [surf_maxmin/DEBUG] index: 7 cnst_light_num: 58 || usage: 0.000000 remaining: 7.691813 bound: 9.624596 -> [0.000000]: [surf_maxmin/DEBUG] index: 18 cnst_light_num: 57 || usage: 0.000000 remaining: 4.594752 bound: 5.773081 -> [0.000000]: [surf_maxmin/DEBUG] index: 21 cnst_light_num: 56 || usage: 0.000000 remaining: 6.130917 bound: 7.197542 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (154) value to 0.187080 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.187080, Var(154).penalty: 1.000000, Var(154).value: 0.187080 -> [0.000000]: [surf_maxmin/DEBUG] index: 35 cnst_light_num: 55 || usage: 0.000000 remaining: 0.222965 bound: 0.796455 -> [0.000000]: [surf_maxmin/DEBUG] index: 23 cnst_light_num: 54 || usage: 0.000000 remaining: 6.400720 bound: 7.466314 -> [0.000000]: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 53 || usage: 0.000000 remaining: 8.401680 bound: 9.315409 -> [0.000000]: [surf_maxmin/DEBUG] index: 41 cnst_light_num: 52 || usage: 0.000000 remaining: 2.310077 bound: 3.205364 -> [0.000000]: [surf_maxmin/DEBUG] index: 48 cnst_light_num: 51 || usage: 0.000000 remaining: 8.149738 bound: 9.537422 -> [0.000000]: [surf_maxmin/DEBUG] index: 49 cnst_light_num: 50 || usage: 0.000000 remaining: 2.064680 bound: 2.951723 -> [0.000000]: [surf_maxmin/DEBUG] index: 18 cnst_light_num: 49 || usage: 0.000000 remaining: 7.914012 bound: 8.799904 -> [0.000000]: [surf_maxmin/DEBUG] index: 30 cnst_light_num: 48 || usage: 0.000000 remaining: 7.601579 bound: 8.539753 -> [0.000000]: [surf_maxmin/DEBUG] index: 5 cnst_light_num: 47 || usage: 0.000000 remaining: 0.330693 bound: 1.127762 -> [0.000000]: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 46 || usage: 0.000000 remaining: 0.165361 bound: 1.485648 -> [0.000000]: [surf_maxmin/DEBUG] index: 12 cnst_light_num: 45 || usage: 0.000000 remaining: 3.344634 bound: 4.260225 -> [0.000000]: [surf_maxmin/DEBUG] index: 15 cnst_light_num: 44 || usage: 0.000000 remaining: 0.000000 bound: 1.345799 -> [0.000000]: [surf_maxmin/DEBUG] var=123, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.468422, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (123) value to 0.468422 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.468422, Var(123).penalty: 1.000000, Var(123).value: 0.468422 -> [0.000000]: [surf_maxmin/DEBUG] index: 39 cnst_light_num: 43 || usage: 0.000000 remaining: 2.644445 bound: 4.073078 -> [0.000000]: [surf_maxmin/DEBUG] index: 38 cnst_light_num: 42 || usage: 0.000000 remaining: 2.428297 bound: 3.875234 -> [0.000000]: [surf_maxmin/DEBUG] index: 16 cnst_light_num: 41 || usage: 0.000000 remaining: 2.831610 bound: 3.939333 -> [0.000000]: [surf_maxmin/DEBUG] index: 39 cnst_light_num: 40 || usage: 0.000000 remaining: 6.931026 bound: 9.326286 -> [0.000000]: [surf_maxmin/DEBUG] index: 8 cnst_light_num: 39 || usage: 0.000000 remaining: 6.977522 bound: 8.262498 -> [0.000000]: [surf_maxmin/DEBUG] index: 13 cnst_light_num: 38 || usage: 0.000000 remaining: 2.872130 bound: 4.677875 -> [0.000000]: [surf_maxmin/DEBUG] index: 7 cnst_light_num: 37 || usage: 0.000000 remaining: 5.481945 bound: 6.438419 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 36 || usage: 0.000000 remaining: 2.151726 bound: 3.350947 -> [0.000000]: [surf_maxmin/DEBUG] index: 6 cnst_light_num: 35 || usage: 0.000000 remaining: 5.419353 bound: 6.575124 -> [0.000000]: [surf_maxmin/DEBUG] index: 27 cnst_light_num: 34 || usage: 0.000000 remaining: 1.110040 bound: 2.458112 -> [0.000000]: [surf_maxmin/DEBUG] index: 29 cnst_light_num: 33 || usage: 0.000000 remaining: 0.000000 bound: 1.614666 -> [0.000000]: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 32 || usage: 0.000000 remaining: 0.868811 bound: 2.293860 -> [0.000000]: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 31 || usage: 0.000000 remaining: 7.056819 bound: 8.508505 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 30 || usage: 0.000000 remaining: 0.488628 bound: 2.149244 -> [0.000000]: [surf_maxmin/DEBUG] index: 6 cnst_light_num: 29 || usage: 0.000000 remaining: 3.539186 bound: 4.353224 -> [0.000000]: [surf_maxmin/DEBUG] index: 26 cnst_light_num: 28 || usage: 0.000000 remaining: 2.190069 bound: 3.416137 -> [0.000000]: [surf_maxmin/DEBUG] index: 11 cnst_light_num: 27 || usage: 0.000000 remaining: 7.130780 bound: 8.844716 -> [0.000000]: [surf_maxmin/DEBUG] index: 6 cnst_light_num: 26 || usage: 0.000000 remaining: 3.528848 bound: 4.830698 -> [0.000000]: [surf_maxmin/DEBUG] index: 9 cnst_light_num: 25 || usage: 0.000000 remaining: 1.215170 bound: 2.668273 -> [0.000000]: [surf_maxmin/DEBUG] var=136, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.788434, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (136) value to 0.788434 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.788434, Var(136).penalty: 1.000000, Var(136).value: 0.788434 -> [0.000000]: [surf_maxmin/DEBUG] index: 16 cnst_light_num: 24 || usage: 0.000000 remaining: 4.798491 bound: 7.780082 -> [0.000000]: [surf_maxmin/DEBUG] index: 17 cnst_light_num: 23 || usage: 0.000000 remaining: 5.238985 bound: 8.522890 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 22 || usage: 0.000000 remaining: 0.622665 bound: 2.208379 -> [0.000000]: [surf_maxmin/DEBUG] index: 18 cnst_light_num: 21 || usage: 0.000000 remaining: 4.624058 bound: 6.293597 -> [0.000000]: [surf_maxmin/DEBUG] index: 13 cnst_light_num: 20 || usage: 0.000000 remaining: 0.000000 bound: 1.692254 -> [0.000000]: [surf_maxmin/DEBUG] index: 17 cnst_light_num: 19 || usage: 0.000000 remaining: 4.706638 bound: 8.002584 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 18 || usage: 0.000000 remaining: 3.783871 bound: 6.470142 -> [0.000000]: [surf_maxmin/DEBUG] index: 12 cnst_light_num: 17 || usage: 0.000000 remaining: 1.985989 bound: 4.197355 -> [0.000000]: [surf_maxmin/DEBUG] index: 13 cnst_light_num: 16 || usage: 0.000000 remaining: 7.132004 bound: 8.963739 -> [0.000000]: [surf_maxmin/DEBUG] index: 7 cnst_light_num: 15 || usage: 0.000000 remaining: 2.868277 bound: 4.892662 -> [0.000000]: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 14 || usage: 0.000000 remaining: 7.087076 bound: 8.182267 -> [0.000000]: [surf_maxmin/DEBUG] index: 9 cnst_light_num: 13 || usage: 0.000000 remaining: 1.618314 bound: 3.462379 -> [0.000000]: [surf_maxmin/DEBUG] index: 11 cnst_light_num: 12 || usage: 0.000000 remaining: 3.526809 bound: 5.867970 -> [0.000000]: [surf_maxmin/DEBUG] index: 4 cnst_light_num: 11 || usage: 0.000000 remaining: 3.307772 bound: 5.321444 -> [0.000000]: [surf_maxmin/DEBUG] index: 6 cnst_light_num: 10 || usage: 0.000000 remaining: 0.843154 bound: 2.587332 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 9 || usage: 0.000000 remaining: 2.306140 bound: 3.633259 -> [0.000000]: [surf_maxmin/DEBUG] index: 7 cnst_light_num: 8 || usage: 0.000000 remaining: 5.691549 bound: 9.144756 -> [0.000000]: [surf_maxmin/DEBUG] index: 5 cnst_light_num: 7 || usage: 0.000000 remaining: 4.534049 bound: 7.065420 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 6 || usage: 0.000000 remaining: 3.031484 bound: 6.630618 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 5 || usage: 0.000000 remaining: 6.435390 bound: 7.936375 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 4 || usage: 0.000000 remaining: 1.506182 bound: 2.878688 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 3 || usage: 0.000000 remaining: 0.612029 bound: 1.850821 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 2 || usage: 0.000000 remaining: 5.711985 bound: 7.367471 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 1.545428 bound: 3.508719 -> [0.000000]: [surf_maxmin/DEBUG] MAX-MIN ( '181'(1.000000) '178'(1.000000) '157'(1.000000) '156'(1.000000) '154'(1.000000) '146'(1.000000) '141'(1.000000) '136'(1.000000) '133'(1.000000) '132'(1.000000) '131'(1.000000) '129'(1.000000) '128'(1.000000) '127'(1.000000) '126'(1.000000) '124'(1.000000) '123'(1.000000) '121'(1.000000) '120'(1.000000) '119'(1.000000) '118'(1.000000) '117'(1.000000) '116'(1.000000) '115'(1.000000) '114'(1.000000) '113'(1.000000) '112'(1.000000) '111'(1.000000) '110'(1.000000) '109'(1.000000) '108'(1.000000) '107'(1.000000) '106'(1.000000) '105'(1.000000) '104'(1.000000) '103'(1.000000) '102'(1.000000) '101'(1.000000) '122'(0.000000) '125'(0.000000) '130'(0.000000) '134'(0.000000) '135'(0.000000) '137'(0.000000) '138'(0.000000) '139'(0.000000) '140'(0.000000) '142'(0.000000) '143'(0.000000) '144'(0.000000) '145'(0.000000) '147'(0.000000) '148'(0.000000) '149'(0.000000) '150'(0.000000) '151'(0.000000) '152'(0.000000) '153'(0.000000) '155'(0.000000) '158'(0.000000) '159'(0.000000) '160'(0.000000) '161'(0.000000) '162'(0.000000) '163'(0.000000) '164'(0.000000) '165'(0.000000) '166'(0.000000) '167'(0.000000) '168'(0.000000) '169'(0.000000) '170'(0.000000) '171'(0.000000) '172'(0.000000) '173'(0.000000) '174'(0.000000) '175'(0.000000) '176'(0.000000) '177'(0.000000) '179'(0.000000) '180'(0.000000) '182'(0.000000) '183'(0.000000) '184'(0.000000) '185'(0.000000) '186'(0.000000) '187'(0.000000) '188'(0.000000) '189'(0.000000) '190'(0.000000) '191'(0.000000) '192'(0.000000) '193'(0.000000) '194'(0.000000) '195'(0.000000) '196'(0.000000) '197'(0.000000) '198'(0.000000) '199'(0.000000) '200'(0.000000) ) -> [0.000000]: [surf_maxmin/DEBUG] Constraints -> [0.000000]: [surf_maxmin/DEBUG] (1.433022.'124'(0.080095) + 0.541059.'117'(0.093227) + 1.883325.'117'(0.093227) + 1.410174.'106'(0.142396) + 2.193155.'101'(0.187080) + 1.739308.'130'(0.000000) + 0.353261.'134'(0.000000) + 0.931475.'148'(0.000000) + 0.925072.'155'(0.000000) + 1.179081.'158'(0.000000) + 0.264000.'159'(0.000000) + 0.996939.'160'(0.000000) + 0.994831.'162'(0.000000) + 1.082725.'166'(0.000000) + 1.506649.'172'(0.000000) + 2.016268.'179'(0.000000) + 0.999280.'191'(0.000000) + 1.878270.'197'(0.000000) + 2.281745.'199'(0.000000) + 0) <= 5.494968 ('196') -> [0.000000]: [surf_maxmin/DEBUG] (2.455459.'157'(0.044234) + 1.921293.'156'(0.006573) + 0.619423.'141'(0.006573) + 1.540313.'131'(0.006573) + 1.897129.'129'(0.080095) + 1.838708.'123'(0.468422) + 1.800117.'113'(0.080095) + 1.461105.'110'(0.006573) + 1.914439.'101'(0.187080) + 1.099137.'125'(0.000000) + 0.305214.'137'(0.000000) + 1.285699.'139'(0.000000) + 2.902966.'144'(0.000000) + 2.512110.'150'(0.000000) + 1.230485.'158'(0.000000) + 1.029909.'163'(0.000000) + 1.169173.'166'(0.000000) + 1.521168.'168'(0.000000) + 0.069600.'183'(0.000000) + 2.537470.'184'(0.000000) + 0.731545.'186'(0.000000) + 1.492293.'191'(0.000000) + 0.550003.'198'(0.000000) + 2.632881.'200'(0.000000) + 0) <= 2.149244 ('194') -> [0.000000]: [surf_maxmin/DEBUG] (2.387774.'156'(0.006573) + 1.236258.'146'(0.044234) + 0.755181.'136'(0.788434) + 1.082141.'132'(0.080095) + 1.706266.'116'(0.125579) + 0.449282.'107'(0.080095) + 2.937747.'107'(0.080095) + 0.476275.'101'(0.187080) + 2.051009.'139'(0.000000) + 2.502568.'142'(0.000000) + 1.841852.'144'(0.000000) + 2.542973.'147'(0.000000) + 0.006377.'147'(0.000000) + 1.067164.'148'(0.000000) + 1.094115.'151'(0.000000) + 0.963843.'159'(0.000000) + 0.337873.'175'(0.000000) + 1.485642.'176'(0.000000) + 0.372956.'180'(0.000000) + 2.752761.'183'(0.000000) + 1.020197.'184'(0.000000) + 1.952502.'185'(0.000000) + 1.597149.'193'(0.000000) + 1.889212.'195'(0.000000) + 1.648966.'200'(0.000000) + 0) <= 3.633259 ('158') -> [0.000000]: [surf_maxmin/DEBUG] (1.509699.'157'(0.044234) + 2.393742.'154'(0.187080) + 1.039456.'133'(0.006573) + 1.001638.'128'(0.125579) + 0.524576.'126'(0.093227) + 1.163170.'101'(0.187080) + 1.469780.'137'(0.000000) + 0.951197.'140'(0.000000) + 2.793369.'143'(0.000000) + 1.677272.'144'(0.000000) + 1.318163.'145'(0.000000) + 2.652271.'162'(0.000000) + 0.736277.'162'(0.000000) + 2.253047.'164'(0.000000) + 0.522677.'166'(0.000000) + 1.769038.'167'(0.000000) + 0.646025.'172'(0.000000) + 2.120430.'173'(0.000000) + 1.140972.'174'(0.000000) + 2.107906.'177'(0.000000) + 0.779530.'179'(0.000000) + 1.595091.'185'(0.000000) + 0.740557.'185'(0.000000) + 2.321670.'186'(0.000000) + 2.760617.'189'(0.000000) + 1.596598.'190'(0.000000) + 1.564114.'192'(0.000000) + 1.410047.'194'(0.000000) + 2.485737.'200'(0.000000) + 0) <= 9.315409 ('102') -> [0.000000]: [surf_maxmin/DEBUG] (1.307825.'136'(0.788434) + 1.307132.'124'(0.080095) + 1.828280.'116'(0.125579) + 0.730583.'112'(0.006573) + 1.377534.'108'(0.080095) + 1.938664.'106'(0.142396) + 1.384390.'104'(0.006573) + 0.063644.'101'(0.187080) + 1.261776.'101'(0.187080) + 2.106355.'134'(0.000000) + 2.069010.'138'(0.000000) + 0.202361.'139'(0.000000) + 1.646021.'145'(0.000000) + 1.068512.'163'(0.000000) + 0.966948.'171'(0.000000) + 0.568364.'171'(0.000000) + 0.848841.'175'(0.000000) + 0.656028.'195'(0.000000) + 0.236385.'196'(0.000000) + 0.780020.'200'(0.000000) + 0) <= 5.321444 ('170') -> [0.000000]: [surf_maxmin/DEBUG] (1.425401.'156'(0.006573) + 0.154584.'154'(0.187080) + 0.548654.'131'(0.006573) + 1.722397.'119'(0.125579) + 2.132262.'110'(0.006573) + 1.490148.'108'(0.080095) + 1.399617.'105'(0.006573) + 1.344438.'103'(0.093227) + 1.448438.'101'(0.187080) + 1.852043.'125'(0.000000) + 1.123716.'137'(0.000000) + 1.508365.'140'(0.000000) + 1.240966.'142'(0.000000) + 1.041989.'143'(0.000000) + 1.489813.'144'(0.000000) + 0.541002.'145'(0.000000) + 2.301701.'160'(0.000000) + 2.138572.'162'(0.000000) + 1.675152.'163'(0.000000) + 0.833485.'165'(0.000000) + 0.637468.'168'(0.000000) + 1.147239.'170'(0.000000) + 1.958307.'173'(0.000000) + 2.454653.'179'(0.000000) + 2.198024.'180'(0.000000) + 2.347603.'183'(0.000000) + 0.754346.'187'(0.000000) + 1.130689.'190'(0.000000) + 1.497366.'190'(0.000000) + 1.786182.'193'(0.000000) + 0.164571.'193'(0.000000) + 0) <= 1.127762 ('163') -> [0.000000]: [surf_maxmin/DEBUG] (2.190286.'178'(0.006573) + 0.317598.'154'(0.187080) + 1.619622.'141'(0.006573) + 1.921506.'133'(0.006573) + 2.078778.'129'(0.080095) + 1.583544.'124'(0.080095) + 0.405724.'123'(0.468422) + 0.577363.'107'(0.080095) + 0.642048.'107'(0.080095) + 1.422250.'106'(0.142396) + 1.470552.'101'(0.187080) + 0.527734.'130'(0.000000) + 0.973053.'135'(0.000000) + 1.554388.'137'(0.000000) + 1.549425.'150'(0.000000) + 2.427502.'152'(0.000000) + 2.288840.'155'(0.000000) + 0.776809.'155'(0.000000) + 2.644127.'166'(0.000000) + 0.824841.'169'(0.000000) + 1.497360.'176'(0.000000) + 2.271010.'179'(0.000000) + 2.361619.'184'(0.000000) + 0.212837.'199'(0.000000) + 0) <= 6.575124 ('166') -> [0.000000]: [surf_maxmin/DEBUG] (1.229561.'178'(0.006573) + 2.685634.'157'(0.044234) + 1.032374.'132'(0.080095) + 0.290412.'127'(0.044234) + 1.967314.'124'(0.080095) + 1.729079.'117'(0.093227) + 1.061923.'116'(0.125579) + 2.150119.'114'(0.142396) + 1.087906.'112'(0.006573) + 1.244460.'109'(0.044234) + 0.978748.'108'(0.080095) + 1.006286.'105'(0.006573) + 2.432402.'103'(0.093227) + 0.666861.'101'(0.187080) + 2.423325.'101'(0.187080) + 1.905722.'143'(0.000000) + 1.103123.'150'(0.000000) + 0.337605.'153'(0.000000) + 0.885875.'159'(0.000000) + 1.729425.'171'(0.000000) + 1.471480.'171'(0.000000) + 1.987164.'172'(0.000000) + 2.792852.'174'(0.000000) + 2.722538.'182'(0.000000) + 1.916794.'190'(0.000000) + 0.637097.'191'(0.000000) + 1.466872.'194'(0.000000) + 1.389352.'194'(0.000000) + 1.684725.'196'(0.000000) + 1.365106.'197'(0.000000) + 0) <= 9.624596 ('164') -> [0.000000]: [surf_maxmin/DEBUG] (1.996020.'116'(0.125579) + 0.645957.'102'(0.006573) + 0.200807.'101'(0.187080) + 2.454105.'140'(0.000000) + 2.336439.'143'(0.000000) + 2.779330.'158'(0.000000) + 0.197980.'158'(0.000000) + 1.979456.'161'(0.000000) + 0.983993.'174'(0.000000) + 1.403433.'179'(0.000000) + 1.015372.'187'(0.000000) + 1.371309.'188'(0.000000) + 0.903818.'198'(0.000000) + 0) <= 0.965309 ('117') -> [0.000000]: [surf_maxmin/DEBUG] (2.048835.'146'(0.044234) + 1.880545.'128'(0.125579) + 1.143784.'126'(0.093227) + 1.263859.'123'(0.468422) + 0.556100.'117'(0.093227) + 0.984808.'116'(0.125579) + 1.190054.'112'(0.006573) + 2.133338.'109'(0.044234) + 1.255115.'105'(0.006573) + 2.362139.'105'(0.006573) + 1.517851.'102'(0.006573) + 0.621204.'101'(0.187080) + 1.851807.'144'(0.000000) + 2.149198.'145'(0.000000) + 3.985905.'147'(0.000000) + 0.415198.'147'(0.000000) + 1.858342.'149'(0.000000) + 0.782526.'152'(0.000000) + 0.747166.'158'(0.000000) + 1.633364.'161'(0.000000) + 2.233626.'167'(0.000000) + 2.385708.'172'(0.000000) + 2.124336.'187'(0.000000) + 1.453500.'194'(0.000000) + 0) <= 2.668273 ('107') -> [0.000000]: [surf_maxmin/DEBUG] (0.069278.'157'(0.044234) + 0.169612.'156'(0.006573) + 1.015199.'133'(0.006573) + 1.430531.'131'(0.006573) + 2.046741.'126'(0.093227) + 1.503159.'115'(0.044234) + 1.483234.'113'(0.080095) + 1.912668.'111'(0.044234) + 2.183522.'105'(0.006573) + 0.972081.'101'(0.187080) + 1.445258.'130'(0.000000) + 0.793967.'144'(0.000000) + 1.959728.'145'(0.000000) + 1.949197.'165'(0.000000) + 0.504038.'171'(0.000000) + 2.926376.'180'(0.000000) + 2.519570.'182'(0.000000) + 1.414029.'182'(0.000000) + 2.149848.'191'(0.000000) + 0.928363.'194'(0.000000) + 1.523158.'200'(0.000000) + 0) <= 1.271600 ('118') -> [0.000000]: [surf_maxmin/DEBUG] (2.107083.'181'(0.044234) + 2.254471.'156'(0.006573) + 2.235914.'141'(0.006573) + 1.801153.'133'(0.006573) + 1.203944.'124'(0.080095) + 0.658006.'123'(0.468422) + 1.304923.'121'(0.044234) + 0.291770.'118'(0.093227) + 2.035867.'113'(0.080095) + 1.967586.'108'(0.080095) + 2.128295.'106'(0.142396) + 1.548094.'103'(0.093227) + 1.719931.'101'(0.187080) + 1.504381.'140'(0.000000) + 1.722078.'142'(0.000000) + 1.673503.'149'(0.000000) + 0.833293.'152'(0.000000) + 1.733293.'160'(0.000000) + 1.546950.'161'(0.000000) + 1.717347.'171'(0.000000) + 1.918461.'174'(0.000000) + 1.246914.'187'(0.000000) + 0.725083.'190'(0.000000) + 2.658667.'196'(0.000000) + 0) <= 8.844716 ('150') -> [0.000000]: [surf_maxmin/DEBUG] (0.442721.'157'(0.044234) + 1.581565.'156'(0.006573) + 1.586316.'154'(0.187080) + 1.397711.'131'(0.006573) + 1.542615.'120'(0.080095) + 2.066212.'115'(0.044234) + 1.460712.'105'(0.006573) + 1.792321.'103'(0.093227) + 2.039527.'102'(0.006573) + 0.933336.'101'(0.187080) + 0.856747.'122'(0.000000) + 0.750113.'135'(0.000000) + 1.316408.'138'(0.000000) + 1.959119.'151'(0.000000) + 1.522037.'161'(0.000000) + 2.382086.'164'(0.000000) + 1.193590.'174'(0.000000) + 1.073759.'180'(0.000000) + 0.639613.'196'(0.000000) + 0) <= 4.260225 ('146') -> [0.000000]: [surf_maxmin/DEBUG] (1.522300.'141'(0.006573) + 2.351782.'132'(0.080095) + 1.427606.'131'(0.006573) + 1.980810.'123'(0.468422) + 0.810418.'121'(0.044234) + 0.377075.'120'(0.080095) + 1.605283.'116'(0.125579) + 1.179479.'112'(0.006573) + 1.029359.'105'(0.006573) + 1.520020.'103'(0.093227) + 1.316401.'101'(0.187080) + 1.270669.'122'(0.000000) + 1.287899.'134'(0.000000) + 0.559410.'144'(0.000000) + 1.318026.'145'(0.000000) + 0.192294.'150'(0.000000) + 1.089990.'151'(0.000000) + 1.577451.'152'(0.000000) + 0.183516.'159'(0.000000) + 0.441672.'162'(0.000000) + 2.235450.'163'(0.000000) + 0.658733.'167'(0.000000) + 2.924359.'172'(0.000000) + 0.411216.'174'(0.000000) + 0.221377.'177'(0.000000) + 2.012222.'182'(0.000000) + 0.428462.'182'(0.000000) + 0.915748.'184'(0.000000) + 0.951439.'186'(0.000000) + 1.097806.'187'(0.000000) + 0) <= 4.677875 ('122') -> [0.000000]: [surf_maxmin/DEBUG] (1.360246.'181'(0.044234) + 2.320562.'136'(0.788434) + 2.814010.'131'(0.006573) + 1.246452.'123'(0.468422) + 1.087148.'120'(0.080095) + 0.337508.'115'(0.044234) + 1.204764.'107'(0.080095) + 2.704043.'107'(0.080095) + 2.918466.'101'(0.187080) + 2.186089.'122'(0.000000) + 2.643328.'135'(0.000000) + 2.422929.'143'(0.000000) + 1.269801.'145'(0.000000) + 0.730713.'153'(0.000000) + 1.602474.'165'(0.000000) + 1.865591.'166'(0.000000) + 2.252932.'169'(0.000000) + 1.716006.'195'(0.000000) + 1.366675.'198'(0.000000) + 2.620918.'200'(0.000000) + 0) <= 9.144756 ('160') -> [0.000000]: [surf_maxmin/DEBUG] (1.368075.'178'(0.006573) + 1.186852.'154'(0.187080) + 2.430440.'154'(0.187080) + 1.189272.'124'(0.080095) + 1.295366.'113'(0.080095) + 2.263130.'112'(0.006573) + 2.049234.'111'(0.044234) + 0.171133.'110'(0.006573) + 2.165844.'104'(0.006573) + 1.209648.'103'(0.093227) + 1.215663.'101'(0.187080) + 2.623947.'130'(0.000000) + 0.402708.'142'(0.000000) + 0.292749.'152'(0.000000) + 1.639435.'153'(0.000000) + 1.947608.'163'(0.000000) + 1.313816.'165'(0.000000) + 2.159961.'169'(0.000000) + 1.707004.'177'(0.000000) + 0.889814.'184'(0.000000) + 1.050483.'191'(0.000000) + 0.640548.'191'(0.000000) + 2.632083.'192'(0.000000) + 0.167023.'192'(0.000000) + 1.481138.'197'(0.000000) + 1.894754.'199'(0.000000) + 0) <= 1.345799 ('109') -> [0.000000]: [surf_maxmin/DEBUG] (0.929618.'129'(0.080095) + 1.474985.'121'(0.044234) + 1.901841.'113'(0.080095) + 1.066712.'110'(0.006573) + 1.947742.'101'(0.187080) + 0.577163.'134'(0.000000) + 0.838958.'137'(0.000000) + 1.572850.'138'(0.000000) + 1.859719.'143'(0.000000) + 0.905837.'151'(0.000000) + 2.697428.'155'(0.000000) + 2.487137.'158'(0.000000) + 1.806866.'161'(0.000000) + 1.286858.'168'(0.000000) + 1.814139.'177'(0.000000) + 2.039481.'180'(0.000000) + 0.238723.'186'(0.000000) + 2.220134.'188'(0.000000) + 2.418038.'192'(0.000000) + 2.001101.'193'(0.000000) + 1.461401.'197'(0.000000) + 0) <= 7.861722 ('169') -> [0.000000]: [surf_maxmin/DEBUG] (0.579904.'181'(0.044234) + 2.797735.'136'(0.788434) + 0.565433.'131'(0.006573) + 0.863306.'127'(0.044234) + 1.301063.'126'(0.093227) + 0.397356.'123'(0.468422) + 1.822397.'117'(0.093227) + 1.177754.'112'(0.006573) + 0.734527.'111'(0.044234) + 1.670493.'108'(0.080095) + 1.919871.'101'(0.187080) + 0.916513.'137'(0.000000) + 2.182235.'142'(0.000000) + 0.275574.'143'(0.000000) + 2.445854.'148'(0.000000) + 1.476633.'160'(0.000000) + 2.250126.'169'(0.000000) + 1.169488.'170'(0.000000) + 1.644297.'171'(0.000000) + 0.806967.'177'(0.000000) + 0.966871.'179'(0.000000) + 1.651911.'182'(0.000000) + 1.767767.'187'(0.000000) + 0.968273.'189'(0.000000) + 1.140350.'190'(0.000000) + 1.783664.'194'(0.000000) + 0.961071.'198'(0.000000) + 1.009297.'200'(0.000000) + 0) <= 8.522890 ('188') -> [0.000000]: [surf_maxmin/DEBUG] (2.048524.'156'(0.006573) + 1.140563.'141'(0.006573) + 1.005971.'133'(0.006573) + 2.023314.'128'(0.125579) + 1.096219.'127'(0.044234) + 1.409475.'120'(0.080095) + 0.802817.'118'(0.093227) + 1.721854.'117'(0.093227) + 2.362538.'113'(0.080095) + 1.963407.'112'(0.006573) + 1.432301.'110'(0.006573) + 1.180632.'107'(0.080095) + 2.341878.'105'(0.006573) + 0.953725.'101'(0.187080) + 1.874038.'122'(0.000000) + 1.992576.'125'(0.000000) + 0.745961.'134'(0.000000) + 1.858194.'142'(0.000000) + 0.505207.'144'(0.000000) + 1.369199.'148'(0.000000) + 0.580875.'160'(0.000000) + 1.697874.'162'(0.000000) + 1.275802.'164'(0.000000) + 2.332860.'165'(0.000000) + 1.124230.'167'(0.000000) + 1.769951.'168'(0.000000) + 2.777239.'170'(0.000000) + 1.772093.'171'(0.000000) + 0.497572.'172'(0.000000) + 1.618476.'173'(0.000000) + 0.166142.'173'(0.000000) + 1.404154.'176'(0.000000) + 1.556745.'195'(0.000000) + 0.781693.'199'(0.000000) + 0) <= 5.773081 ('121') -> [0.000000]: [surf_maxmin/DEBUG] (1.118393.'181'(0.044234) + 1.698841.'154'(0.187080) + 2.195235.'146'(0.044234) + 0.856465.'136'(0.788434) + 0.871141.'132'(0.080095) + 0.651491.'114'(0.142396) + 2.226702.'113'(0.080095) + 0.985936.'106'(0.142396) + 1.418357.'104'(0.006573) + 1.076915.'101'(0.187080) + 1.808355.'125'(0.000000) + 0.440112.'134'(0.000000) + 1.473567.'150'(0.000000) + 2.316861.'158'(0.000000) + 2.455907.'160'(0.000000) + 0.977776.'166'(0.000000) + 1.491342.'174'(0.000000) + 1.369962.'188'(0.000000) + 1.825533.'190'(0.000000) + 1.740009.'195'(0.000000) + 1.869625.'197'(0.000000) + 0.721972.'197'(0.000000) + 1.214766.'198'(0.000000) + 0) <= 8.963739 ('182') -> [0.000000]: [surf_maxmin/DEBUG] (0.861839.'136'(0.788434) + 1.306431.'127'(0.044234) + 1.268093.'127'(0.044234) + 1.941857.'121'(0.044234) + 0.956861.'120'(0.080095) + 1.482325.'116'(0.125579) + 1.639935.'115'(0.044234) + 0.723015.'114'(0.142396) + 2.307945.'112'(0.006573) + 1.725216.'101'(0.187080) + 1.825497.'125'(0.000000) + 0.481774.'138'(0.000000) + 0.761948.'149'(0.000000) + 1.349291.'162'(0.000000) + 1.017765.'167'(0.000000) + 0.989346.'170'(0.000000) + 2.567170.'177'(0.000000) + 1.713396.'182'(0.000000) + 1.225851.'185'(0.000000) + 0.887108.'187'(0.000000) + 2.268193.'196'(0.000000) + 0.784655.'198'(0.000000) + 0) <= 7.367471 ('153') -> [0.000000]: [surf_maxmin/DEBUG] (1.492149.'181'(0.044234) + 1.984585.'181'(0.044234) + 1.334616.'146'(0.044234) + 1.144619.'131'(0.006573) + 2.449759.'131'(0.006573) + 1.135302.'128'(0.125579) + 1.017314.'124'(0.080095) + 1.768664.'117'(0.093227) + 1.261052.'111'(0.044234) + 0.954311.'104'(0.006573) + 2.026861.'101'(0.187080) + 1.988665.'135'(0.000000) + 1.884184.'137'(0.000000) + 2.705131.'138'(0.000000) + 1.652874.'139'(0.000000) + 1.605803.'140'(0.000000) + 1.458204.'140'(0.000000) + 0.176270.'145'(0.000000) + 0.815790.'149'(0.000000) + 0.547076.'152'(0.000000) + 0.826784.'160'(0.000000) + 1.047491.'190'(0.000000) + 1.135548.'197'(0.000000) + 0) <= 7.197542 ('111') -> [0.000000]: [surf_maxmin/DEBUG] (0.646002.'178'(0.006573) + 1.813992.'154'(0.187080) + 2.068744.'136'(0.788434) + 0.693474.'132'(0.080095) + 1.032504.'129'(0.080095) + 0.083919.'128'(0.125579) + 1.748582.'124'(0.080095) + 1.237885.'119'(0.125579) + 2.234923.'114'(0.142396) + 1.268505.'113'(0.080095) + 1.730075.'108'(0.080095) + 2.044380.'106'(0.142396) + 2.039620.'104'(0.006573) + 2.138271.'102'(0.006573) + 2.345194.'143'(0.000000) + 2.531660.'153'(0.000000) + 0.815005.'161'(0.000000) + 2.505692.'167'(0.000000) + 2.261423.'184'(0.000000) + 1.101416.'192'(0.000000) + 0) <= 8.002584 ('143') -> [0.000000]: [surf_maxmin/DEBUG] (1.470854.'146'(0.044234) + 0.219197.'127'(0.044234) + 2.800634.'127'(0.044234) + 2.626489.'121'(0.044234) + 1.725196.'118'(0.093227) + 1.661360.'117'(0.093227) + 1.452061.'116'(0.125579) + 0.470484.'111'(0.044234) + 1.026585.'105'(0.006573) + 1.517108.'102'(0.006573) + 2.547191.'130'(0.000000) + 2.512654.'134'(0.000000) + 1.117218.'139'(0.000000) + 3.478259.'158'(0.000000) + 0.097204.'158'(0.000000) + 1.111019.'161'(0.000000) + 2.077750.'170'(0.000000) + 1.809540.'172'(0.000000) + 1.565027.'174'(0.000000) + 2.317451.'175'(0.000000) + 1.669532.'176'(0.000000) + 1.583863.'177'(0.000000) + 0.436953.'182'(0.000000) + 0.488556.'184'(0.000000) + 1.406009.'185'(0.000000) + 1.468006.'187'(0.000000) + 2.585853.'191'(0.000000) + 0.144456.'193'(0.000000) + 0.828711.'194'(0.000000) + 1.316570.'196'(0.000000) + 0) <= 5.657651 ('119') -> [0.000000]: [surf_maxmin/DEBUG] (1.505156.'128'(0.125579) + 1.687184.'121'(0.044234) + 1.107880.'119'(0.125579) + 2.669250.'116'(0.125579) + 2.231424.'115'(0.044234) + 2.083142.'111'(0.044234) + 2.867142.'110'(0.006573) + 1.252980.'108'(0.080095) + 2.693068.'102'(0.006573) + 1.978152.'122'(0.000000) + 0.851835.'122'(0.000000) + 2.860527.'125'(0.000000) + 1.170105.'125'(0.000000) + 0.605369.'130'(0.000000) + 1.179262.'137'(0.000000) + 0.346467.'138'(0.000000) + 0.582071.'140'(0.000000) + 1.052183.'147'(0.000000) + 0.041136.'148'(0.000000) + 1.884012.'153'(0.000000) + 1.301877.'153'(0.000000) + 1.106617.'160'(0.000000) + 1.014506.'166'(0.000000) + 2.427124.'168'(0.000000) + 0.836237.'169'(0.000000) + 0.252491.'171'(0.000000) + 1.373071.'188'(0.000000) + 1.436014.'192'(0.000000) + 0.413873.'196'(0.000000) + 0.020277.'199'(0.000000) + 0) <= 1.065725 ('174') -> [0.000000]: [surf_maxmin/DEBUG] (1.927850.'178'(0.006573) + 1.451361.'136'(0.788434) + 0.800191.'133'(0.006573) + 0.665692.'124'(0.080095) + 1.453221.'121'(0.044234) + 1.896009.'120'(0.080095) + 1.851794.'114'(0.142396) + 2.170263.'112'(0.006573) + 0.468794.'109'(0.044234) + 0.327403.'104'(0.006573) + 1.771757.'102'(0.006573) + 1.390533.'122'(0.000000) + 0.845540.'125'(0.000000) + 0.739088.'134'(0.000000) + 2.284217.'147'(0.000000) + 1.806170.'155'(0.000000) + 0.920377.'161'(0.000000) + 2.410731.'163'(0.000000) + 2.554756.'170'(0.000000) + 1.686135.'171'(0.000000) + 1.338119.'177'(0.000000) + 1.982064.'195'(0.000000) + 0) <= 2.587332 ('132') -> [0.000000]: [surf_maxmin/DEBUG] (1.846229.'141'(0.006573) + 0.992550.'126'(0.093227) + 1.979740.'123'(0.468422) + 1.396254.'121'(0.044234) + 0.777864.'119'(0.125579) + 1.812272.'112'(0.006573) + 2.726314.'105'(0.006573) + 0.725981.'102'(0.006573) + 2.018552.'122'(0.000000) + 1.525326.'140'(0.000000) + 0.319031.'147'(0.000000) + 1.465903.'148'(0.000000) + 0.779951.'152'(0.000000) + 1.346927.'168'(0.000000) + 1.142659.'169'(0.000000) + 1.492529.'171'(0.000000) + 2.561673.'173'(0.000000) + 1.993323.'176'(0.000000) + 0.558564.'182'(0.000000) + 2.098417.'189'(0.000000) + 0.802989.'191'(0.000000) + 1.768171.'200'(0.000000) + 0) <= 3.416137 ('131') -> [0.000000]: [surf_maxmin/DEBUG] (1.265329.'181'(0.044234) + 1.418964.'154'(0.187080) + 1.674292.'141'(0.006573) + 0.784381.'123'(0.468422) + 1.094004.'119'(0.125579) + 2.599500.'118'(0.093227) + 1.644776.'116'(0.125579) + 1.210240.'111'(0.044234) + 1.278982.'102'(0.006573) + 0.231865.'130'(0.000000) + 1.677647.'142'(0.000000) + 2.529465.'144'(0.000000) + 0.990291.'149'(0.000000) + 1.397020.'152'(0.000000) + 1.958440.'155'(0.000000) + 1.301208.'160'(0.000000) + 1.469147.'167'(0.000000) + 1.411597.'170'(0.000000) + 1.343979.'172'(0.000000) + 2.469177.'173'(0.000000) + 0.689815.'174'(0.000000) + 0.962076.'180'(0.000000) + 2.374322.'185'(0.000000) + 1.415662.'197'(0.000000) + 0) <= 2.458112 ('186') -> [0.000000]: [surf_maxmin/DEBUG] (2.456544.'181'(0.044234) + 1.264615.'157'(0.044234) + 1.975372.'123'(0.468422) + 2.135422.'118'(0.093227) + 0.994221.'112'(0.006573) + 0.962754.'102'(0.006573) + 1.730231.'139'(0.000000) + 2.182538.'142'(0.000000) + 1.553151.'143'(0.000000) + 0.855133.'149'(0.000000) + 0.246511.'151'(0.000000) + 1.503059.'161'(0.000000) + 1.140075.'162'(0.000000) + 1.030920.'165'(0.000000) + 2.409633.'168'(0.000000) + 1.673390.'170'(0.000000) + 2.087911.'171'(0.000000) + 2.010358.'172'(0.000000) + 0.251684.'176'(0.000000) + 2.086270.'180'(0.000000) + 1.486400.'183'(0.000000) + 1.393699.'185'(0.000000) + 2.342975.'188'(0.000000) + 0.333028.'188'(0.000000) + 1.383046.'189'(0.000000) + 0) <= 4.830698 ('124') -> [0.000000]: [surf_maxmin/DEBUG] (1.235208.'156'(0.006573) + 1.527822.'132'(0.080095) + 0.497654.'127'(0.044234) + 1.268891.'118'(0.093227) + 1.976091.'112'(0.006573) + 2.366939.'104'(0.006573) + 2.255948.'102'(0.006573) + 1.465904.'137'(0.000000) + 0.966409.'144'(0.000000) + 1.753987.'151'(0.000000) + 0.668113.'159'(0.000000) + 2.518223.'161'(0.000000) + 0.294101.'164'(0.000000) + 0.925704.'168'(0.000000) + 0.321709.'177'(0.000000) + 1.909817.'190'(0.000000) + 1.372313.'190'(0.000000) + 2.219288.'191'(0.000000) + 1.223017.'192'(0.000000) + 0.479495.'192'(0.000000) + 1.342383.'198'(0.000000) + 1.508053.'199'(0.000000) + 0) <= 7.487779 ('173') -> [0.000000]: [surf_maxmin/DEBUG] (2.824826.'157'(0.044234) + 2.520914.'126'(0.093227) + 0.571938.'120'(0.080095) + 1.857027.'119'(0.125579) + 1.794088.'113'(0.080095) + 0.348971.'102'(0.006573) + 1.911939.'122'(0.000000) + 0.671482.'138'(0.000000) + 1.669593.'148'(0.000000) + 0.771768.'160'(0.000000) + 2.092829.'162'(0.000000) + 1.778057.'163'(0.000000) + 3.505969.'164'(0.000000) + 1.101744.'164'(0.000000) + 2.140202.'168'(0.000000) + 1.889152.'169'(0.000000) + 1.345898.'171'(0.000000) + 0.063032.'171'(0.000000) + 0.219459.'172'(0.000000) + 1.652126.'176'(0.000000) + 1.629885.'180'(0.000000) + 1.417902.'182'(0.000000) + 1.398543.'188'(0.000000) + 2.405729.'197'(0.000000) + 3.144010.'198'(0.000000) + 1.363661.'198'(0.000000) + 0) <= 2.693888 ('156') -> [0.000000]: [surf_maxmin/DEBUG] (0.392435.'181'(0.044234) + 1.026858.'156'(0.006573) + 1.265256.'133'(0.006573) + 1.845821.'124'(0.080095) + 1.448460.'123'(0.468422) + 2.039013.'121'(0.044234) + 0.998206.'117'(0.093227) + 0.583055.'111'(0.044234) + 0.771442.'110'(0.006573) + 1.545717.'106'(0.142396) + 1.455822.'104'(0.006573) + 3.082484.'104'(0.006573) + 1.275001.'103'(0.093227) + 1.524773.'102'(0.006573) + 1.597146.'122'(0.000000) + 1.279573.'122'(0.000000) + 2.119160.'134'(0.000000) + 1.161894.'135'(0.000000) + 1.355661.'143'(0.000000) + 1.612572.'145'(0.000000) + 2.344769.'150'(0.000000) + 1.323127.'151'(0.000000) + 2.008943.'168'(0.000000) + 1.956497.'171'(0.000000) + 2.216070.'174'(0.000000) + 1.494362.'179'(0.000000) + 0.489763.'184'(0.000000) + 0.690239.'188'(0.000000) + 0.287952.'190'(0.000000) + 0.847703.'192'(0.000000) + 2.232011.'194'(0.000000) + 0.462545.'198'(0.000000) + 0) <= 8.508505 ('138') -> [0.000000]: [surf_maxmin/DEBUG] (1.016590.'157'(0.044234) + 2.448289.'132'(0.080095) + 1.570261.'124'(0.080095) + 1.886243.'115'(0.044234) + 1.235086.'112'(0.006573) + 0.208889.'110'(0.006573) + 3.031710.'110'(0.006573) + 2.276711.'106'(0.142396) + 1.858324.'105'(0.006573) + 1.807827.'102'(0.006573) + 1.745848.'138'(0.000000) + 1.363235.'139'(0.000000) + 2.015837.'142'(0.000000) + 2.089193.'143'(0.000000) + 0.929518.'145'(0.000000) + 0.744644.'148'(0.000000) + 1.915211.'151'(0.000000) + 1.881492.'153'(0.000000) + 1.148612.'164'(0.000000) + 1.433948.'168'(0.000000) + 1.586371.'170'(0.000000) + 2.483010.'175'(0.000000) + 1.939351.'183'(0.000000) + 1.797873.'189'(0.000000) + 1.368063.'189'(0.000000) + 2.044454.'191'(0.000000) + 1.201581.'194'(0.000000) + 2.153052.'200'(0.000000) + 0) <= 9.177187 ('180') -> [0.000000]: [surf_maxmin/DEBUG] (1.030828.'156'(0.006573) + 1.675969.'156'(0.006573) + 2.885648.'133'(0.006573) + 1.520061.'126'(0.093227) + 1.443122.'119'(0.125579) + 1.173064.'118'(0.093227) + 1.172512.'114'(0.142396) + 1.922487.'114'(0.142396) + 2.016209.'109'(0.044234) + 1.314392.'106'(0.142396) + 2.037155.'102'(0.006573) + 2.753228.'122'(0.000000) + 0.742382.'122'(0.000000) + 1.720484.'140'(0.000000) + 1.597604.'153'(0.000000) + 1.338471.'159'(0.000000) + 1.919807.'160'(0.000000) + 0.706727.'168'(0.000000) + 0.709561.'176'(0.000000) + 1.111750.'190'(0.000000) + 1.679421.'191'(0.000000) + 2.192361.'192'(0.000000) + 0.328905.'197'(0.000000) + 0) <= 1.199505 ('106') -> [0.000000]: [surf_maxmin/DEBUG] (1.194363.'178'(0.006573) + 1.341555.'156'(0.006573) + 1.957920.'141'(0.006573) + 1.094722.'133'(0.006573) + 1.901653.'131'(0.006573) + 0.916426.'112'(0.006573) + 1.214869.'110'(0.006573) + 0.405871.'105'(0.006573) + 1.278394.'104'(0.006573) + 2.083266.'104'(0.006573) + 2.206301.'102'(0.006573) + 0.598816.'137'(0.000000) + 1.634703.'140'(0.000000) + 1.838075.'142'(0.000000) + 1.650438.'145'(0.000000) + 1.063233.'151'(0.000000) + 0.474800.'152'(0.000000) + 0.561056.'164'(0.000000) + 1.993440.'179'(0.000000) + 1.411523.'180'(0.000000) + 1.931005.'182'(0.000000) + 1.534029.'189'(0.000000) + 1.782875.'193'(0.000000) + 1.429516.'194'(0.000000) + 1.655950.'198'(0.000000) + 0) <= 0.102500 ('189') -> [0.000000]: [surf_maxmin/DEBUG] (1.962565.'157'(0.044234) + 0.370522.'154'(0.187080) + 1.631906.'141'(0.006573) + 0.432804.'117'(0.093227) + 2.091676.'115'(0.044234) + 2.618160.'113'(0.080095) + 1.245575.'109'(0.044234) + 1.364211.'102'(0.006573) + 2.272680.'122'(0.000000) + 1.621969.'125'(0.000000) + 2.904262.'139'(0.000000) + 0.674648.'140'(0.000000) + 1.294658.'150'(0.000000) + 0.903709.'158'(0.000000) + 1.773777.'160'(0.000000) + 0.380477.'160'(0.000000) + 2.444595.'166'(0.000000) + 1.611624.'169'(0.000000) + 1.123016.'173'(0.000000) + 1.644913.'176'(0.000000) + 1.759712.'179'(0.000000) + 1.914200.'184'(0.000000) + 2.004309.'189'(0.000000) + 1.250370.'193'(0.000000) + 1.382927.'196'(0.000000) + 1.161028.'200'(0.000000) + 0) <= 0.796455 ('114') -> [0.000000]: [surf_maxmin/DEBUG] (1.501611.'181'(0.044234) + 1.523222.'178'(0.006573) + 2.302499.'141'(0.006573) + 1.421497.'136'(0.788434) + 1.285322.'131'(0.006573) + 1.983604.'131'(0.006573) + 2.232520.'126'(0.093227) + 1.646694.'124'(0.080095) + 0.826415.'115'(0.044234) + 2.043915.'107'(0.080095) + 1.667176.'106'(0.142396) + 1.961664.'102'(0.006573) + 0.076906.'125'(0.000000) + 0.366224.'147'(0.000000) + 2.568213.'148'(0.000000) + 0.857487.'149'(0.000000) + 1.761931.'153'(0.000000) + 0.487706.'159'(0.000000) + 0.861101.'169'(0.000000) + 2.204569.'170'(0.000000) + 1.806997.'173'(0.000000) + 2.474156.'175'(0.000000) + 2.220512.'176'(0.000000) + 1.052198.'177'(0.000000) + 0.321398.'194'(0.000000) + 0.621442.'195'(0.000000) + 1.352246.'196'(0.000000) + 0) <= 4.892662 ('184') -> [0.000000]: [surf_maxmin/DEBUG] (2.287831.'133'(0.006573) + 1.996744.'132'(0.080095) + 1.614739.'131'(0.006573) + 2.446007.'129'(0.080095) + 2.861000.'127'(0.044234) + 1.733125.'124'(0.080095) + 0.465702.'120'(0.080095) + 1.557604.'120'(0.080095) + 1.789221.'115'(0.044234) + 0.938532.'113'(0.080095) + 1.936362.'108'(0.080095) + 0.755425.'107'(0.080095) + 2.437449.'102'(0.006573) + 1.510937.'145'(0.000000) + 2.442994.'150'(0.000000) + 1.063546.'159'(0.000000) + 0.995329.'163'(0.000000) + 1.221189.'165'(0.000000) + 1.004390.'168'(0.000000) + 2.199298.'173'(0.000000) + 1.239636.'177'(0.000000) + 0.920497.'182'(0.000000) + 0.944410.'183'(0.000000) + 2.160218.'185'(0.000000) + 0.829135.'186'(0.000000) + 1.042340.'191'(0.000000) + 1.429066.'196'(0.000000) + 1.990473.'198'(0.000000) + 0.572691.'198'(0.000000) + 1.207629.'199'(0.000000) + 0) <= 1.194848 ('127') -> [0.000000]: [surf_maxmin/DEBUG] (0.428373.'146'(0.044234) + 1.437430.'131'(0.006573) + 1.442125.'128'(0.125579) + 1.759067.'126'(0.093227) + 1.030309.'124'(0.080095) + 0.845693.'123'(0.468422) + 1.359112.'120'(0.080095) + 1.881026.'113'(0.080095) + 1.525616.'106'(0.142396) + 1.578471.'105'(0.006573) + 0.983534.'103'(0.093227) + 2.428170.'102'(0.006573) + 1.055263.'134'(0.000000) + 1.514943.'135'(0.000000) + 0.724891.'138'(0.000000) + 1.528502.'149'(0.000000) + 0.626851.'150'(0.000000) + 0.689266.'161'(0.000000) + 0.665623.'163'(0.000000) + 0.179409.'164'(0.000000) + 1.498973.'165'(0.000000) + 1.539309.'173'(0.000000) + 0.772486.'175'(0.000000) + 1.586864.'179'(0.000000) + 1.349153.'193'(0.000000) + 0.766953.'193'(0.000000) + 2.521674.'197'(0.000000) + 2.661441.'199'(0.000000) + 0) <= 3.875234 ('159') -> [0.000000]: [surf_maxmin/DEBUG] (2.227276.'178'(0.006573) + 1.694834.'156'(0.006573) + 1.386400.'129'(0.080095) + 0.861262.'126'(0.093227) + 2.345599.'120'(0.080095) + 2.376101.'118'(0.093227) + 2.299503.'117'(0.093227) + 1.101300.'112'(0.006573) + 1.232403.'111'(0.044234) + 1.666836.'103'(0.093227) + 1.739789.'102'(0.006573) + 1.477499.'138'(0.000000) + 2.011130.'144'(0.000000) + 1.749361.'147'(0.000000) + 2.110913.'152'(0.000000) + 1.604494.'153'(0.000000) + 0.782774.'155'(0.000000) + 2.064280.'159'(0.000000) + 1.470928.'161'(0.000000) + 2.056027.'165'(0.000000) + 1.488805.'166'(0.000000) + 0.958041.'169'(0.000000) + 1.286198.'170'(0.000000) + 0.420843.'173'(0.000000) + 0.293257.'179'(0.000000) + 2.187942.'183'(0.000000) + 0.575051.'184'(0.000000) + 2.103383.'191'(0.000000) + 3.471705.'193'(0.000000) + 0.147929.'193'(0.000000) + 0.417406.'195'(0.000000) + 0.622687.'200'(0.000000) + 0) <= 1.069457 ('120') -> [0.000000]: [surf_maxmin/DEBUG] (1.395076.'136'(0.788434) + 0.216529.'132'(0.080095) + 1.766862.'131'(0.006573) + 2.017363.'128'(0.125579) + 0.617829.'126'(0.093227) + 0.652071.'120'(0.080095) + 2.594600.'119'(0.125579) + 2.062283.'118'(0.093227) + 1.469108.'115'(0.044234) + 0.839934.'113'(0.080095) + 0.540039.'109'(0.044234) + 2.480324.'109'(0.044234) + 0.297000.'107'(0.080095) + 2.690217.'107'(0.080095) + 1.504788.'106'(0.142396) + 0.592821.'103'(0.093227) + 2.052735.'103'(0.093227) + 0.825453.'102'(0.006573) + 1.317518.'137'(0.000000) + 1.225164.'145'(0.000000) + 1.131012.'151'(0.000000) + 2.470487.'158'(0.000000) + 2.432689.'159'(0.000000) + 1.213512.'168'(0.000000) + 1.731118.'173'(0.000000) + 0.838672.'173'(0.000000) + 1.175490.'179'(0.000000) + 1.242742.'183'(0.000000) + 1.879711.'189'(0.000000) + 0.052446.'189'(0.000000) + 1.322908.'200'(0.000000) + 0) <= 7.780082 ('171') -> [0.000000]: [surf_maxmin/DEBUG] (0.455080.'154'(0.187080) + 1.828968.'146'(0.044234) + 1.776728.'131'(0.006573) + 0.972692.'126'(0.093227) + 1.064437.'124'(0.080095) + 0.627877.'121'(0.044234) + 0.992121.'118'(0.093227) + 1.998377.'115'(0.044234) + 1.013984.'114'(0.142396) + 1.089760.'109'(0.044234) + 1.718587.'108'(0.080095) + 0.415653.'102'(0.006573) + 2.072675.'125'(0.000000) + 1.041072.'135'(0.000000) + 1.593143.'137'(0.000000) + 2.490151.'140'(0.000000) + 1.483036.'142'(0.000000) + 1.672005.'145'(0.000000) + 0.840943.'151'(0.000000) + 1.042253.'155'(0.000000) + 1.927915.'158'(0.000000) + 0.887154.'165'(0.000000) + 2.399489.'168'(0.000000) + 2.136523.'179'(0.000000) + 2.877228.'180'(0.000000) + 0.866043.'184'(0.000000) + 0.898467.'186'(0.000000) + 0.364225.'186'(0.000000) + 2.005638.'199'(0.000000) + 0) <= 3.205364 ('104') -> [0.000000]: [surf_maxmin/DEBUG] (1.072573.'178'(0.006573) + 1.520784.'133'(0.006573) + 1.856668.'127'(0.044234) + 1.963620.'124'(0.080095) + 0.951764.'120'(0.080095) + 2.039825.'111'(0.044234) + 1.555007.'106'(0.142396) + 1.527940.'102'(0.006573) + 2.343177.'130'(0.000000) + 1.944857.'137'(0.000000) + 1.168720.'138'(0.000000) + 1.646124.'139'(0.000000) + 1.744112.'148'(0.000000) + 0.830406.'151'(0.000000) + 1.290892.'159'(0.000000) + 2.391685.'162'(0.000000) + 1.132469.'169'(0.000000) + 1.487794.'182'(0.000000) + 0.830738.'192'(0.000000) + 2.054383.'200'(0.000000) + 0) <= 3.557536 ('155') -> [0.000000]: [surf_maxmin/DEBUG] (1.386330.'141'(0.006573) + 1.158021.'136'(0.788434) + 1.346146.'129'(0.080095) + 0.871124.'129'(0.080095) + 0.858731.'121'(0.044234) + 2.151642.'119'(0.125579) + 0.604649.'117'(0.093227) + 1.799876.'116'(0.125579) + 0.527510.'114'(0.142396) + 1.227734.'111'(0.044234) + 1.427370.'105'(0.006573) + 1.704697.'104'(0.006573) + 1.319089.'103'(0.093227) + 2.279213.'130'(0.000000) + 1.151271.'139'(0.000000) + 0.293729.'142'(0.000000) + 0.933752.'143'(0.000000) + 1.664818.'144'(0.000000) + 1.275956.'151'(0.000000) + 0.203839.'152'(0.000000) + 1.806466.'153'(0.000000) + 1.426030.'155'(0.000000) + 1.171905.'158'(0.000000) + 1.615945.'162'(0.000000) + 0.968727.'165'(0.000000) + 0.687858.'167'(0.000000) + 1.424485.'168'(0.000000) + 2.108198.'169'(0.000000) + 0.335052.'172'(0.000000) + 2.157240.'173'(0.000000) + 0.692906.'173'(0.000000) + 2.032173.'174'(0.000000) + 0.954689.'175'(0.000000) + 1.311012.'183'(0.000000) + 1.427137.'195'(0.000000) + 1.104519.'197'(0.000000) + 0) <= 3.508719 ('161') -> [0.000000]: [surf_maxmin/DEBUG] (2.384164.'178'(0.006573) + 1.741066.'157'(0.044234) + 2.380023.'133'(0.006573) + 0.973260.'131'(0.006573) + 2.155747.'126'(0.093227) + 1.641631.'119'(0.125579) + 1.386048.'118'(0.093227) + 0.797460.'103'(0.093227) + 1.473246.'130'(0.000000) + 1.898866.'134'(0.000000) + 1.686935.'147'(0.000000) + 1.892385.'148'(0.000000) + 0.930982.'163'(0.000000) + 1.332234.'170'(0.000000) + 2.033684.'171'(0.000000) + 1.614402.'175'(0.000000) + 1.620139.'176'(0.000000) + 0.837078.'180'(0.000000) + 1.149652.'182'(0.000000) + 1.058332.'197'(0.000000) + 0) <= 1.872865 ('192') -> [0.000000]: [surf_maxmin/DEBUG] (2.434240.'157'(0.044234) + 1.271752.'132'(0.080095) + 0.584455.'123'(0.468422) + 0.364425.'121'(0.044234) + 0.864082.'116'(0.125579) + 0.684738.'115'(0.044234) + 2.421397.'113'(0.080095) + 1.516396.'108'(0.080095) + 1.642852.'106'(0.142396) + 1.880500.'105'(0.006573) + 1.154789.'103'(0.093227) + 1.260074.'103'(0.093227) + 0.208440.'130'(0.000000) + 2.336803.'140'(0.000000) + 0.550436.'147'(0.000000) + 0.344020.'150'(0.000000) + 0.196627.'152'(0.000000) + 1.705157.'158'(0.000000) + 1.686370.'163'(0.000000) + 1.770677.'168'(0.000000) + 0.377494.'169'(0.000000) + 1.016244.'173'(0.000000) + 0.729589.'182'(0.000000) + 2.280199.'185'(0.000000) + 1.550732.'186'(0.000000) + 0.463207.'186'(0.000000) + 1.384538.'188'(0.000000) + 1.178534.'189'(0.000000) + 1.948033.'196'(0.000000) + 1.909783.'197'(0.000000) + 1.450769.'199'(0.000000) + 0.379864.'200'(0.000000) + 0) <= 2.293860 ('167') -> [0.000000]: [surf_maxmin/DEBUG] (0.514890.'178'(0.006573) + 1.061676.'154'(0.187080) + 2.212168.'136'(0.788434) + 1.216145.'133'(0.006573) + 2.335190.'129'(0.080095) + 2.267677.'118'(0.093227) + 0.964539.'115'(0.044234) + 1.460051.'103'(0.093227) + 0.939038.'122'(0.000000) + 1.186390.'148'(0.000000) + 0.978607.'150'(0.000000) + 0.464472.'155'(0.000000) + 1.827950.'158'(0.000000) + 0.292528.'162'(0.000000) + 2.087971.'166'(0.000000) + 1.262450.'185'(0.000000) + 1.719752.'188'(0.000000) + 1.631298.'189'(0.000000) + 0.786606.'191'(0.000000) + 1.680166.'193'(0.000000) + 1.829660.'194'(0.000000) + 0.455731.'194'(0.000000) + 1.129350.'197'(0.000000) + 0) <= 7.065420 ('144') -> [0.000000]: [surf_maxmin/DEBUG] (2.722515.'141'(0.006573) + 1.691158.'131'(0.006573) + 1.775634.'128'(0.125579) + 0.356763.'116'(0.125579) + 1.968056.'112'(0.006573) + 2.580966.'110'(0.006573) + 1.967096.'109'(0.044234) + 2.110741.'107'(0.080095) + 0.718770.'106'(0.142396) + 3.021201.'106'(0.142396) + 0.969152.'104'(0.006573) + 2.742068.'103'(0.093227) + 0.997344.'148'(0.000000) + 2.112786.'150'(0.000000) + 0.893490.'152'(0.000000) + 1.497893.'153'(0.000000) + 1.713164.'161'(0.000000) + 1.333663.'164'(0.000000) + 1.444281.'170'(0.000000) + 2.076272.'173'(0.000000) + 1.199382.'177'(0.000000) + 1.271357.'187'(0.000000) + 3.624889.'190'(0.000000) + 1.443096.'190'(0.000000) + 0) <= 9.411933 ('142') -> [0.000000]: [surf_maxmin/DEBUG] (0.512057.'181'(0.044234) + 3.071045.'181'(0.044234) + 2.199614.'157'(0.044234) + 1.152513.'156'(0.006573) + 1.199829.'154'(0.187080) + 1.213281.'141'(0.006573) + 1.177545.'131'(0.006573) + 0.107313.'129'(0.080095) + 2.837312.'129'(0.080095) + 2.572453.'127'(0.044234) + 1.292911.'126'(0.093227) + 1.817922.'117'(0.093227) + 1.351466.'113'(0.080095) + 0.699162.'112'(0.006573) + 0.191132.'107'(0.080095) + 1.172628.'104'(0.006573) + 1.165246.'103'(0.093227) + 1.482661.'125'(0.000000) + 1.379792.'130'(0.000000) + 1.174179.'135'(0.000000) + 1.859481.'139'(0.000000) + 0.911493.'139'(0.000000) + 0.674215.'148'(0.000000) + 1.557109.'152'(0.000000) + 1.696058.'155'(0.000000) + 2.092266.'168'(0.000000) + 2.746896.'174'(0.000000) + 1.479090.'180'(0.000000) + 1.503270.'184'(0.000000) + 1.386597.'194'(0.000000) + 0) <= 9.537422 ('135') -> [0.000000]: [surf_maxmin/DEBUG] (0.901242.'146'(0.044234) + 1.684058.'141'(0.006573) + 1.167249.'132'(0.080095) + 1.311484.'129'(0.080095) + 1.595389.'119'(0.125579) + 2.214264.'116'(0.125579) + 1.896587.'112'(0.006573) + 2.223912.'109'(0.044234) + 1.143503.'103'(0.093227) + 1.966108.'103'(0.093227) + 1.770890.'137'(0.000000) + 0.965037.'140'(0.000000) + 1.233559.'147'(0.000000) + 1.223799.'152'(0.000000) + 2.240931.'155'(0.000000) + 1.102296.'159'(0.000000) + 0.479441.'160'(0.000000) + 2.352743.'161'(0.000000) + 1.265973.'161'(0.000000) + 0.664642.'162'(0.000000) + 0.687668.'163'(0.000000) + 2.674598.'165'(0.000000) + 2.361611.'166'(0.000000) + 0.997284.'167'(0.000000) + 2.151681.'168'(0.000000) + 0.722815.'169'(0.000000) + 1.160824.'170'(0.000000) + 2.654701.'174'(0.000000) + 1.631252.'193'(0.000000) + 1.222890.'194'(0.000000) + 2.577937.'199'(0.000000) + 0) <= 2.172699 ('130') -> [0.000000]: [surf_maxmin/DEBUG] (1.301885.'128'(0.125579) + 1.371551.'127'(0.044234) + 1.128690.'124'(0.080095) + 1.121216.'116'(0.125579) + 2.844005.'115'(0.044234) + 0.795435.'111'(0.044234) + 1.576517.'110'(0.006573) + 1.410583.'109'(0.044234) + 1.405771.'107'(0.080095) + 0.683844.'106'(0.142396) + 2.619084.'103'(0.093227) + 1.169475.'134'(0.000000) + 0.100269.'135'(0.000000) + 0.672361.'138'(0.000000) + 1.082631.'139'(0.000000) + 1.207389.'139'(0.000000) + 1.890997.'142'(0.000000) + 1.021173.'145'(0.000000) + 1.109350.'147'(0.000000) + 1.344645.'149'(0.000000) + 1.191929.'150'(0.000000) + 1.740289.'166'(0.000000) + 1.486841.'170'(0.000000) + 1.399274.'176'(0.000000) + 1.510011.'183'(0.000000) + 1.108266.'190'(0.000000) + 0.614959.'190'(0.000000) + 1.337446.'194'(0.000000) + 0) <= 4.768434 ('172') -> [0.000000]: [surf_maxmin/DEBUG] (0.881306.'128'(0.125579) + 2.170511.'124'(0.080095) + 1.194940.'119'(0.125579) + 1.061002.'118'(0.093227) + 0.219503.'105'(0.006573) + 0.061869.'104'(0.006573) + 2.124824.'104'(0.006573) + 1.825870.'103'(0.093227) + 1.235328.'130'(0.000000) + 2.572400.'134'(0.000000) + 1.127211.'135'(0.000000) + 2.088416.'139'(0.000000) + 1.751423.'140'(0.000000) + 0.781165.'142'(0.000000) + 0.169138.'153'(0.000000) + 1.179401.'159'(0.000000) + 1.579365.'161'(0.000000) + 3.175654.'164'(0.000000) + 0.686512.'164'(0.000000) + 1.072593.'165'(0.000000) + 1.112457.'173'(0.000000) + 1.247665.'176'(0.000000) + 1.993801.'179'(0.000000) + 1.802504.'185'(0.000000) + 2.261780.'188'(0.000000) + 1.682292.'190'(0.000000) + 1.713570.'193'(0.000000) + 0.580511.'195'(0.000000) + 1.615488.'196'(0.000000) + 2.174601.'200'(0.000000) + 0) <= 8.141384 ('136') -> [0.000000]: [surf_maxmin/DEBUG] (1.361194.'181'(0.044234) + 1.820431.'178'(0.006573) + 1.314341.'128'(0.125579) + 0.806123.'127'(0.044234) + 2.111399.'120'(0.080095) + 1.114955.'118'(0.093227) + 1.517211.'110'(0.006573) + 1.521821.'103'(0.093227) + 2.498404.'130'(0.000000) + 1.184414.'140'(0.000000) + 0.961269.'148'(0.000000) + 0.906685.'152'(0.000000) + 1.470382.'158'(0.000000) + 1.856893.'165'(0.000000) + 1.034040.'166'(0.000000) + 1.696721.'167'(0.000000) + 2.019718.'177'(0.000000) + 3.035953.'187'(0.000000) + 0.157777.'187'(0.000000) + 1.769783.'188'(0.000000) + 1.327285.'192'(0.000000) + 2.453630.'199'(0.000000) + 0) <= 8.378305 ('183') -> [0.000000]: [surf_maxmin/DEBUG] (1.845346.'129'(0.080095) + 1.939248.'126'(0.093227) + 1.190279.'120'(0.080095) + 1.781053.'103'(0.093227) + 0.449494.'125'(0.000000) + 2.609063.'130'(0.000000) + 2.601482.'135'(0.000000) + 0.853103.'145'(0.000000) + 1.631306.'161'(0.000000) + 2.218292.'169'(0.000000) + 0.892219.'177'(0.000000) + 0.164239.'185'(0.000000) + 2.082659.'188'(0.000000) + 2.514556.'190'(0.000000) + 2.596843.'194'(0.000000) + 1.372731.'197'(0.000000) + 0) <= 4.637426 ('187') -> [0.000000]: [surf_maxmin/DEBUG] (1.272392.'156'(0.006573) + 2.776708.'154'(0.187080) + 0.208071.'136'(0.788434) + 2.351107.'129'(0.080095) + 2.157764.'120'(0.080095) + 1.415520.'119'(0.125579) + 2.298813.'118'(0.093227) + 1.643685.'113'(0.080095) + 1.365614.'104'(0.006573) + 0.893884.'125'(0.000000) + 1.793261.'135'(0.000000) + 1.601148.'137'(0.000000) + 0.895192.'148'(0.000000) + 2.086872.'150'(0.000000) + 1.500062.'151'(0.000000) + 1.518935.'155'(0.000000) + 2.102960.'161'(0.000000) + 1.350142.'164'(0.000000) + 2.014534.'179'(0.000000) + 0.340089.'184'(0.000000) + 2.640327.'186'(0.000000) + 0.491970.'187'(0.000000) + 2.091613.'199'(0.000000) + 0) <= 2.208379 ('175') -> [0.000000]: [surf_maxmin/DEBUG] (2.491663.'157'(0.044234) + 1.464826.'146'(0.044234) + 1.527953.'136'(0.788434) + 1.802031.'128'(0.125579) + 2.915259.'126'(0.093227) + 2.181123.'119'(0.125579) + 1.696801.'118'(0.093227) + 2.458787.'111'(0.044234) + 1.866065.'109'(0.044234) + 1.277628.'106'(0.142396) + 0.482364.'104'(0.006573) + 2.651085.'130'(0.000000) + 0.575176.'135'(0.000000) + 2.287878.'162'(0.000000) + 1.622682.'165'(0.000000) + 0.402705.'172'(0.000000) + 0.728424.'180'(0.000000) + 2.105850.'183'(0.000000) + 0) <= 6.470142 ('165') -> [0.000000]: [surf_maxmin/DEBUG] (1.952705.'181'(0.044234) + 1.186987.'178'(0.006573) + 0.909699.'154'(0.187080) + 2.457878.'132'(0.080095) + 2.056541.'127'(0.044234) + 0.018780.'116'(0.125579) + 1.097357.'114'(0.142396) + 1.361903.'111'(0.044234) + 2.246796.'111'(0.044234) + 2.351104.'104'(0.006573) + 0.953507.'135'(0.000000) + 1.542317.'138'(0.000000) + 2.071817.'139'(0.000000) + 1.580873.'140'(0.000000) + 1.840657.'144'(0.000000) + 1.186730.'148'(0.000000) + 2.109041.'155'(0.000000) + 0.091614.'155'(0.000000) + 1.002108.'158'(0.000000) + 1.517398.'166'(0.000000) + 1.749295.'168'(0.000000) + 1.518646.'175'(0.000000) + 2.153496.'185'(0.000000) + 2.518437.'186'(0.000000) + 1.196290.'192'(0.000000) + 1.538106.'199'(0.000000) + 1.310543.'200'(0.000000) + 0) <= 8.799904 ('193') -> [0.000000]: [surf_maxmin/DEBUG] (2.016910.'146'(0.044234) + 2.259166.'131'(0.006573) + 2.968000.'128'(0.125579) + 0.591802.'127'(0.044234) + 1.445521.'121'(0.044234) + 1.486794.'119'(0.125579) + 1.118213.'114'(0.142396) + 1.884486.'108'(0.080095) + 1.574422.'104'(0.006573) + 2.549654.'140'(0.000000) + 1.540848.'143'(0.000000) + 0.768872.'144'(0.000000) + 1.953354.'147'(0.000000) + 1.901082.'151'(0.000000) + 1.406621.'164'(0.000000) + 1.493331.'167'(0.000000) + 1.660930.'182'(0.000000) + 1.484453.'185'(0.000000) + 3.053787.'186'(0.000000) + 0.681377.'186'(0.000000) + 0.242872.'189'(0.000000) + 2.200641.'195'(0.000000) + 0) <= 3.972540 ('185') -> [0.000000]: [surf_maxmin/DEBUG] (1.051637.'178'(0.006573) + 0.134149.'156'(0.006573) + 1.800062.'156'(0.006573) + 0.276480.'146'(0.044234) + 1.469582.'123'(0.468422) + 1.745740.'119'(0.125579) + 1.125175.'116'(0.125579) + 1.024126.'110'(0.006573) + 1.035585.'105'(0.006573) + 2.041887.'104'(0.006573) + 1.726493.'139'(0.000000) + 1.576323.'159'(0.000000) + 1.677314.'162'(0.000000) + 1.426826.'162'(0.000000) + 0.393193.'175'(0.000000) + 2.193377.'180'(0.000000) + 2.395733.'191'(0.000000) + 1.792308.'193'(0.000000) + 0.840646.'195'(0.000000) + 0) <= 3.939333 ('152') -> [0.000000]: [surf_maxmin/DEBUG] (0.945350.'136'(0.788434) + 2.614928.'128'(0.125579) + 0.977603.'124'(0.080095) + 0.891334.'121'(0.044234) + 1.135399.'117'(0.093227) + 0.981975.'111'(0.044234) + 0.629195.'109'(0.044234) + 0.598586.'104'(0.006573) + 0.692825.'125'(0.000000) + 1.559825.'142'(0.000000) + 0.967597.'143'(0.000000) + 1.283493.'148'(0.000000) + 1.223258.'155'(0.000000) + 2.170129.'160'(0.000000) + 1.134909.'161'(0.000000) + 0.946675.'163'(0.000000) + 1.328765.'166'(0.000000) + 2.254859.'172'(0.000000) + 1.359211.'175'(0.000000) + 1.704611.'176'(0.000000) + 2.074427.'184'(0.000000) + 1.804545.'185'(0.000000) + 0.555812.'186'(0.000000) + 2.608935.'187'(0.000000) + 1.694606.'191'(0.000000) + 1.534407.'192'(0.000000) + 0.399892.'192'(0.000000) + 1.887023.'200'(0.000000) + 0) <= 2.878688 ('116') -> [0.000000]: [surf_maxmin/DEBUG] (0.919684.'146'(0.044234) + 1.547827.'129'(0.080095) + 2.153157.'119'(0.125579) + 1.153388.'118'(0.093227) + 1.676089.'112'(0.006573) + 1.668515.'105'(0.006573) + 1.798036.'104'(0.006573) + 1.895971.'137'(0.000000) + 1.994966.'140'(0.000000) + 1.082526.'140'(0.000000) + 1.838746.'144'(0.000000) + 1.713244.'147'(0.000000) + 1.815431.'151'(0.000000) + 1.615343.'163'(0.000000) + 1.532149.'167'(0.000000) + 1.392378.'170'(0.000000) + 2.269544.'171'(0.000000) + 1.532268.'172'(0.000000) + 1.957934.'173'(0.000000) + 0.529921.'173'(0.000000) + 1.481287.'175'(0.000000) + 1.646681.'179'(0.000000) + 0.999516.'189'(0.000000) + 2.304956.'194'(0.000000) + 1.853959.'197'(0.000000) + 0) <= 8.783003 ('157') -> [0.000000]: [surf_maxmin/DEBUG] (2.337260.'156'(0.006573) + 0.092446.'154'(0.187080) + 1.213552.'128'(0.125579) + 1.321980.'123'(0.468422) + 0.391209.'116'(0.125579) + 1.332670.'115'(0.044234) + 1.364693.'111'(0.044234) + 1.766435.'110'(0.006573) + 2.314414.'109'(0.044234) + 1.393201.'107'(0.080095) + 0.138042.'104'(0.006573) + 1.150811.'134'(0.000000) + 1.221880.'142'(0.000000) + 1.147789.'143'(0.000000) + 0.377358.'145'(0.000000) + 2.456853.'158'(0.000000) + 2.311073.'160'(0.000000) + 0.391678.'166'(0.000000) + 1.553053.'170'(0.000000) + 0.927805.'174'(0.000000) + 1.675405.'184'(0.000000) + 1.797583.'195'(0.000000) + 1.570210.'196'(0.000000) + 0.798483.'198'(0.000000) + 1.880589.'200'(0.000000) + 0) <= 3.350947 ('199') -> [0.000000]: [surf_maxmin/DEBUG] (1.811395.'178'(0.006573) + 2.315240.'133'(0.006573) + 1.349717.'129'(0.080095) + 1.899638.'117'(0.093227) + 0.921370.'114'(0.142396) + 1.056284.'113'(0.080095) + 1.339526.'106'(0.142396) + 2.038101.'105'(0.006573) + 2.276968.'130'(0.000000) + 1.099526.'143'(0.000000) + 1.023644.'147'(0.000000) + 0.635996.'148'(0.000000) + 0.988943.'149'(0.000000) + 1.449803.'150'(0.000000) + 1.253780.'159'(0.000000) + 1.476570.'162'(0.000000) + 0.776173.'167'(0.000000) + 1.293241.'170'(0.000000) + 2.438064.'171'(0.000000) + 2.129567.'172'(0.000000) + 2.327549.'173'(0.000000) + 2.152855.'174'(0.000000) + 1.552752.'175'(0.000000) + 0.608196.'177'(0.000000) + 0.279445.'184'(0.000000) + 1.960885.'187'(0.000000) + 0.784466.'192'(0.000000) + 0) <= 3.792106 ('154') -> [0.000000]: [surf_maxmin/DEBUG] (1.755000.'181'(0.044234) + 0.518030.'141'(0.006573) + 1.667257.'136'(0.788434) + 0.707797.'126'(0.093227) + 1.626550.'121'(0.044234) + 1.055250.'114'(0.142396) + 1.293246.'105'(0.006573) + 0.359167.'134'(0.000000) + 1.559394.'135'(0.000000) + 0.931364.'143'(0.000000) + 3.490726.'160'(0.000000) + 0.690606.'160'(0.000000) + 2.521005.'165'(0.000000) + 0.499409.'169'(0.000000) + 2.197413.'170'(0.000000) + 0.850779.'170'(0.000000) + 1.550288.'183'(0.000000) + 1.655458.'184'(0.000000) + 0) <= 1.692254 ('145') -> [0.000000]: [surf_maxmin/DEBUG] (1.586980.'178'(0.006573) + 1.628420.'157'(0.044234) + 2.011585.'131'(0.006573) + 1.689523.'129'(0.080095) + 0.488515.'128'(0.125579) + 0.124365.'127'(0.044234) + 3.292347.'127'(0.044234) + 0.429476.'126'(0.093227) + 0.640624.'123'(0.468422) + 0.539090.'116'(0.125579) + 2.026765.'115'(0.044234) + 2.361033.'105'(0.006573) + 0.797958.'122'(0.000000) + 1.056117.'138'(0.000000) + 1.466533.'142'(0.000000) + 1.658476.'147'(0.000000) + 1.459721.'150'(0.000000) + 0.929290.'151'(0.000000) + 0.885607.'159'(0.000000) + 0.977209.'163'(0.000000) + 2.290498.'175'(0.000000) + 1.694487.'184'(0.000000) + 0.962736.'185'(0.000000) + 0.998133.'187'(0.000000) + 0.525389.'189'(0.000000) + 0.487445.'194'(0.000000) + 0) <= 6.438419 ('168') -> [0.000000]: [surf_maxmin/DEBUG] (1.558296.'133'(0.006573) + 2.735626.'124'(0.080095) + 1.413389.'117'(0.093227) + 3.056772.'117'(0.093227) + 0.720651.'114'(0.142396) + 1.087560.'112'(0.006573) + 2.908016.'108'(0.080095) + 1.945611.'105'(0.006573) + 1.158176.'125'(0.000000) + 0.827676.'134'(0.000000) + 1.086766.'137'(0.000000) + 1.459203.'138'(0.000000) + 1.454437.'139'(0.000000) + 1.405312.'140'(0.000000) + 2.272148.'149'(0.000000) + 2.488098.'151'(0.000000) + 1.472804.'159'(0.000000) + 1.030548.'164'(0.000000) + 1.560846.'170'(0.000000) + 0.286661.'171'(0.000000) + 1.396189.'173'(0.000000) + 1.609894.'179'(0.000000) + 3.271612.'180'(0.000000) + 0.975598.'180'(0.000000) + 0.664358.'182'(0.000000) + 2.665548.'192'(0.000000) + 2.742165.'195'(0.000000) + 0) <= 4.413549 ('149') -> [0.000000]: [surf_maxmin/DEBUG] (1.742378.'154'(0.187080) + 1.933787.'115'(0.044234) + 1.274366.'114'(0.142396) + 1.707456.'111'(0.044234) + 1.803126.'109'(0.044234) + 0.309146.'106'(0.142396) + 1.871253.'106'(0.142396) + 1.043947.'105'(0.006573) + 2.054258.'122'(0.000000) + 1.261268.'134'(0.000000) + 1.656795.'137'(0.000000) + 1.551267.'153'(0.000000) + 1.392869.'162'(0.000000) + 0.949743.'163'(0.000000) + 1.673832.'165'(0.000000) + 2.094397.'177'(0.000000) + 1.550925.'179'(0.000000) + 2.167174.'180'(0.000000) + 1.340495.'184'(0.000000) + 0.860345.'187'(0.000000) + 1.265129.'191'(0.000000) + 1.637195.'198'(0.000000) + 0) <= 7.466314 ('140') -> [0.000000]: [surf_maxmin/DEBUG] (1.731209.'146'(0.044234) + 0.698458.'136'(0.788434) + 2.490136.'128'(0.125579) + 0.865869.'121'(0.044234) + 1.681110.'113'(0.080095) + 0.754958.'111'(0.044234) + 1.061627.'108'(0.080095) + 1.132484.'105'(0.006573) + 0.943649.'125'(0.000000) + 1.927897.'142'(0.000000) + 1.858166.'144'(0.000000) + 1.345591.'145'(0.000000) + 1.561557.'149'(0.000000) + 1.258082.'163'(0.000000) + 1.732862.'165'(0.000000) + 1.872341.'166'(0.000000) + 1.894645.'176'(0.000000) + 0.831638.'200'(0.000000) + 0) <= 1.850821 ('101') -> [0.000000]: [surf_maxmin/DEBUG] (0.391859.'178'(0.006573) + 1.803626.'156'(0.006573) + 2.048667.'128'(0.125579) + 1.552797.'114'(0.142396) + 1.276080.'113'(0.080095) + 1.537551.'108'(0.080095) + 0.620937.'106'(0.142396) + 2.524391.'137'(0.000000) + 1.193210.'139'(0.000000) + 2.155776.'161'(0.000000) + 1.376931.'172'(0.000000) + 1.519302.'174'(0.000000) + 0.491635.'175'(0.000000) + 1.961210.'179'(0.000000) + 1.452636.'190'(0.000000) + 1.593845.'191'(0.000000) + 1.190660.'192'(0.000000) + 1.222442.'194'(0.000000) + 2.022743.'195'(0.000000) + 1.533094.'196'(0.000000) + 0) <= 2.738379 ('195') -> [0.000000]: [surf_maxmin/DEBUG] (0.383062.'156'(0.006573) + 2.790130.'156'(0.006573) + 2.039550.'132'(0.080095) + 1.367320.'113'(0.080095) + 0.186621.'111'(0.044234) + 2.403285.'106'(0.142396) + 1.172991.'134'(0.000000) + 1.722428.'135'(0.000000) + 2.029463.'159'(0.000000) + 2.205598.'171'(0.000000) + 1.538754.'174'(0.000000) + 1.731477.'183'(0.000000) + 1.149176.'186'(0.000000) + 1.422536.'187'(0.000000) + 0.957509.'191'(0.000000) + 2.149453.'196'(0.000000) + 0) <= 2.046486 ('105') -> [0.000000]: [surf_maxmin/DEBUG] (0.897088.'157'(0.044234) + 0.886878.'136'(0.788434) + 1.719242.'133'(0.006573) + 2.518737.'129'(0.080095) + 2.674065.'127'(0.044234) + 2.335713.'126'(0.093227) + 2.714390.'119'(0.125579) + 1.007045.'114'(0.142396) + 1.778746.'111'(0.044234) + 1.292101.'108'(0.080095) + 2.224073.'108'(0.080095) + 1.464826.'106'(0.142396) + 1.241090.'125'(0.000000) + 1.881498.'150'(0.000000) + 1.582442.'152'(0.000000) + 1.671070.'163'(0.000000) + 0.341896.'167'(0.000000) + 1.179227.'170'(0.000000) + 1.970401.'172'(0.000000) + 0.538695.'183'(0.000000) + 1.752148.'187'(0.000000) + 2.319190.'193'(0.000000) + 1.909827.'195'(0.000000) + 0) <= 5.867970 ('110') -> [0.000000]: [surf_maxmin/DEBUG] (1.383040.'181'(0.044234) + 2.278186.'157'(0.044234) + 1.852404.'127'(0.044234) + 1.180661.'124'(0.080095) + 0.926230.'111'(0.044234) + 1.573932.'108'(0.080095) + 1.210650.'107'(0.080095) + 1.098231.'125'(0.000000) + 1.364375.'134'(0.000000) + 0.683410.'143'(0.000000) + 1.218981.'145'(0.000000) + 0.922359.'147'(0.000000) + 0.794845.'148'(0.000000) + 1.730717.'155'(0.000000) + 0.079535.'155'(0.000000) + 1.735411.'166'(0.000000) + 0.544329.'169'(0.000000) + 0.563272.'176'(0.000000) + 0.185752.'185'(0.000000) + 2.511743.'190'(0.000000) + 1.422490.'193'(0.000000) + 1.765857.'195'(0.000000) + 0) <= 2.209982 ('139') -> [0.000000]: [surf_maxmin/DEBUG] (2.196098.'181'(0.044234) + 2.404397.'157'(0.044234) + 2.182877.'154'(0.187080) + 0.523049.'146'(0.044234) + 0.758012.'141'(0.006573) + 1.110814.'132'(0.080095) + 2.434842.'126'(0.093227) + 2.838479.'123'(0.468422) + 0.090325.'119'(0.125579) + 1.228028.'107'(0.080095) + 2.103447.'130'(0.000000) + 1.275225.'135'(0.000000) + 1.243363.'137'(0.000000) + 1.974218.'139'(0.000000) + 1.873831.'144'(0.000000) + 0.598393.'149'(0.000000) + 1.121787.'159'(0.000000) + 1.521620.'160'(0.000000) + 1.498658.'164'(0.000000) + 1.570137.'166'(0.000000) + 2.088682.'169'(0.000000) + 1.945039.'172'(0.000000) + 2.672294.'183'(0.000000) + 2.381893.'187'(0.000000) + 2.033243.'188'(0.000000) + 1.564595.'191'(0.000000) + 1.218497.'191'(0.000000) + 1.565429.'193'(0.000000) + 1.183184.'195'(0.000000) + 0.891262.'197'(0.000000) + 1.443094.'199'(0.000000) + 0) <= 9.326286 ('148') -> [0.000000]: [surf_maxmin/DEBUG] (1.126795.'154'(0.187080) + 1.953195.'146'(0.044234) + 0.836967.'141'(0.006573) + 1.209919.'132'(0.080095) + 0.962010.'126'(0.093227) + 1.752513.'115'(0.044234) + 1.256292.'114'(0.142396) + 1.255635.'110'(0.006573) + 2.300000.'107'(0.080095) + 2.210692.'125'(0.000000) + 0.988810.'125'(0.000000) + 1.365348.'137'(0.000000) + 1.851814.'142'(0.000000) + 0.846778.'160'(0.000000) + 1.363828.'163'(0.000000) + 1.980842.'168'(0.000000) + 1.000508.'172'(0.000000) + 1.682079.'175'(0.000000) + 1.287123.'176'(0.000000) + 1.663643.'185'(0.000000) + 1.202301.'185'(0.000000) + 0.954825.'188'(0.000000) + 2.120862.'197'(0.000000) + 0) <= 8.539753 ('112') -> [0.000000]: [surf_maxmin/DEBUG] (1.597687.'181'(0.044234) + 2.193406.'157'(0.044234) + 1.234849.'141'(0.006573) + 0.096874.'120'(0.080095) + 2.056760.'120'(0.080095) + 1.368753.'118'(0.093227) + 1.306683.'113'(0.080095) + 1.338015.'112'(0.006573) + 2.069278.'108'(0.080095) + 1.823503.'107'(0.080095) + 2.353006.'125'(0.000000) + 1.671996.'130'(0.000000) + 1.618170.'138'(0.000000) + 1.086153.'139'(0.000000) + 1.801304.'140'(0.000000) + 0.339085.'148'(0.000000) + 1.587015.'150'(0.000000) + 1.709849.'155'(0.000000) + 1.193711.'165'(0.000000) + 1.679492.'167'(0.000000) + 0) <= 6.308427 ('162') -> [0.000000]: [surf_maxmin/DEBUG] (1.091663.'132'(0.080095) + 1.558993.'128'(0.125579) + 1.468368.'127'(0.044234) + 2.066548.'124'(0.080095) + 1.440323.'109'(0.044234) + 2.089583.'107'(0.080095) + 1.514635.'130'(0.000000) + 1.471114.'135'(0.000000) + 0.266230.'142'(0.000000) + 1.201433.'149'(0.000000) + 1.127015.'150'(0.000000) + 1.642509.'153'(0.000000) + 1.380017.'155'(0.000000) + 1.747018.'161'(0.000000) + 1.010199.'162'(0.000000) + 0.987443.'166'(0.000000) + 1.601249.'180'(0.000000) + 1.623683.'182'(0.000000) + 2.620437.'183'(0.000000) + 0.340152.'185'(0.000000) + 1.088817.'193'(0.000000) + 0.790240.'195'(0.000000) + 1.834279.'197'(0.000000) + 1.964277.'199'(0.000000) + 2.145070.'200'(0.000000) + 0) <= 4.678425 ('134') -> [0.000000]: [surf_maxmin/DEBUG] (1.242071.'146'(0.044234) + 1.693652.'141'(0.006573) + 1.853304.'133'(0.006573) + 0.418551.'132'(0.080095) + 0.384686.'129'(0.080095) + 1.623144.'127'(0.044234) + 1.451005.'120'(0.080095) + 0.644561.'117'(0.093227) + 0.966393.'117'(0.093227) + 1.500341.'111'(0.044234) + 1.661019.'107'(0.080095) + 0.627210.'130'(0.000000) + 2.256083.'135'(0.000000) + 0.903341.'139'(0.000000) + 1.619058.'143'(0.000000) + 2.050916.'149'(0.000000) + 1.608607.'152'(0.000000) + 0.612353.'153'(0.000000) + 2.620937.'164'(0.000000) + 1.033952.'164'(0.000000) + 2.512009.'172'(0.000000) + 0.753144.'174'(0.000000) + 2.175224.'177'(0.000000) + 2.510380.'185'(0.000000) + 1.034143.'194'(0.000000) + 2.530046.'198'(0.000000) + 1.063042.'198'(0.000000) + 0) <= 2.597448 ('151') -> [0.000000]: [surf_maxmin/DEBUG] (1.120571.'154'(0.187080) + 1.952150.'154'(0.187080) + 0.934873.'133'(0.006573) + 1.536775.'128'(0.125579) + 2.152093.'126'(0.093227) + 1.604570.'117'(0.093227) + 1.302993.'115'(0.044234) + 0.795801.'113'(0.080095) + 0.932811.'107'(0.080095) + 1.596722.'122'(0.000000) + 1.379251.'137'(0.000000) + 1.748070.'143'(0.000000) + 0.672030.'149'(0.000000) + 2.526441.'152'(0.000000) + 1.892819.'158'(0.000000) + 0.898531.'158'(0.000000) + 1.544084.'163'(0.000000) + 2.221927.'166'(0.000000) + 0.996356.'171'(0.000000) + 0.331004.'183'(0.000000) + 1.324384.'186'(0.000000) + 1.217625.'186'(0.000000) + 1.568895.'196'(0.000000) + 2.511966.'199'(0.000000) + 0) <= 1.485648 ('128') -> [0.000000]: [surf_maxmin/DEBUG] (2.144359.'178'(0.006573) + 1.410992.'154'(0.187080) + 1.710112.'146'(0.044234) + 0.481585.'136'(0.788434) + 2.285144.'128'(0.125579) + 0.694923.'123'(0.468422) + 1.210108.'121'(0.044234) + 1.303988.'117'(0.093227) + 1.854770.'107'(0.080095) + 1.920198.'135'(0.000000) + 0.222533.'138'(0.000000) + 0.831274.'142'(0.000000) + 1.109375.'147'(0.000000) + 2.641894.'162'(0.000000) + 1.080735.'166'(0.000000) + 2.195155.'167'(0.000000) + 0.354347.'174'(0.000000) + 0.917449.'179'(0.000000) + 2.639312.'186'(0.000000) + 1.679188.'187'(0.000000) + 1.734942.'189'(0.000000) + 0) <= 6.293597 ('190') -> [0.000000]: [surf_maxmin/DEBUG] (1.523182.'120'(0.080095) + 1.532386.'117'(0.093227) + 0.947317.'116'(0.125579) + 2.029818.'110'(0.006573) + 1.282256.'109'(0.044234) + 1.122278.'108'(0.080095) + 2.020838.'108'(0.080095) + 1.374684.'107'(0.080095) + 0.855172.'125'(0.000000) + 1.604560.'135'(0.000000) + 1.447236.'137'(0.000000) + 2.564457.'143'(0.000000) + 0.486644.'149'(0.000000) + 0.895001.'150'(0.000000) + 1.304455.'158'(0.000000) + 1.183921.'176'(0.000000) + 0.956768.'180'(0.000000) + 1.580929.'183'(0.000000) + 1.721069.'187'(0.000000) + 1.315867.'193'(0.000000) + 0) <= 4.367473 ('133') -> [0.000000]: [surf_maxmin/DEBUG] (1.191476.'181'(0.044234) + 2.282457.'154'(0.187080) + 1.285449.'136'(0.788434) + 1.894737.'133'(0.006573) + 0.803402.'129'(0.080095) + 3.618294.'129'(0.080095) + 1.802447.'126'(0.093227) + 2.346251.'124'(0.080095) + 0.906872.'123'(0.468422) + 0.605877.'119'(0.125579) + 2.804799.'119'(0.125579) + 2.462886.'118'(0.093227) + 1.387182.'109'(0.044234) + 3.114408.'109'(0.044234) + 1.267651.'108'(0.080095) + 2.630982.'122'(0.000000) + 0.448885.'122'(0.000000) + 1.511591.'135'(0.000000) + 1.902512.'139'(0.000000) + 1.261492.'145'(0.000000) + 0.845447.'159'(0.000000) + 0.750665.'164'(0.000000) + 0.871667.'185'(0.000000) + 1.444614.'192'(0.000000) + 2.562058.'199'(0.000000) + 0) <= 6.630618 ('125') -> [0.000000]: [surf_maxmin/DEBUG] (1.519933.'178'(0.006573) + 1.554477.'141'(0.006573) + 1.874230.'133'(0.006573) + 1.747360.'118'(0.093227) + 1.732405.'114'(0.142396) + 0.748000.'108'(0.080095) + 1.425544.'125'(0.000000) + 1.331880.'139'(0.000000) + 0.702448.'143'(0.000000) + 1.851396.'145'(0.000000) + 2.048021.'147'(0.000000) + 2.236568.'152'(0.000000) + 0.700473.'167'(0.000000) + 2.505321.'177'(0.000000) + 1.033884.'182'(0.000000) + 0.857235.'188'(0.000000) + 2.561236.'190'(0.000000) + 2.422524.'191'(0.000000) + 0) <= 3.566243 ('147') -> [0.000000]: [surf_maxmin/DEBUG] (1.926480.'178'(0.006573) + 0.703703.'157'(0.044234) + 2.221532.'154'(0.187080) + 1.685624.'132'(0.080095) + 2.387038.'129'(0.080095) + 1.266622.'108'(0.080095) + 2.038429.'138'(0.000000) + 1.373921.'144'(0.000000) + 2.744484.'150'(0.000000) + 2.062855.'153'(0.000000) + 1.110365.'162'(0.000000) + 1.827045.'167'(0.000000) + 1.316331.'170'(0.000000) + 2.019319.'172'(0.000000) + 1.452096.'175'(0.000000) + 0.428011.'184'(0.000000) + 2.187461.'188'(0.000000) + 1.196913.'196'(0.000000) + 0) <= 2.951723 ('191') -> [0.000000]: [surf_maxmin/DEBUG] (1.104913.'136'(0.788434) + 1.321674.'126'(0.093227) + 1.301663.'123'(0.468422) + 1.126057.'119'(0.125579) + 1.381167.'117'(0.093227) + 1.015165.'115'(0.044234) + 1.359017.'113'(0.080095) + 2.061299.'112'(0.006573) + 1.706437.'110'(0.006573) + 1.979929.'108'(0.080095) + 1.516692.'144'(0.000000) + 1.301389.'165'(0.000000) + 2.293934.'177'(0.000000) + 2.629457.'182'(0.000000) + 1.035455.'182'(0.000000) + 0.874759.'183'(0.000000) + 2.446881.'186'(0.000000) + 1.433376.'186'(0.000000) + 0.674607.'187'(0.000000) + 2.223194.'189'(0.000000) + 1.560765.'196'(0.000000) + 1.656795.'199'(0.000000) + 0) <= 4.197355 ('179') -> [0.000000]: [surf_maxmin/DEBUG] (1.683427.'156'(0.006573) + 1.055731.'133'(0.006573) + 2.338004.'132'(0.080095) + 0.616731.'127'(0.044234) + 1.136847.'119'(0.125579) + 0.995944.'110'(0.006573) + 2.799002.'110'(0.006573) + 2.315039.'109'(0.044234) + 1.794389.'134'(0.000000) + 0.730601.'143'(0.000000) + 0.292055.'144'(0.000000) + 1.917220.'155'(0.000000) + 2.835395.'161'(0.000000) + 0.756519.'167'(0.000000) + 1.254752.'186'(0.000000) + 0.515291.'188'(0.000000) + 2.142264.'192'(0.000000) + 1.319012.'195'(0.000000) + 0) <= 9.645511 ('129') -> [0.000000]: [surf_maxmin/DEBUG] (1.620493.'181'(0.044234) + 2.887648.'157'(0.044234) + 1.026653.'146'(0.044234) + 2.217494.'127'(0.044234) + 1.403767.'121'(0.044234) + 1.812942.'115'(0.044234) + 2.488436.'111'(0.044234) + 1.722017.'109'(0.044234) + 1.507934.'145'(0.000000) + 0.684248.'147'(0.000000) + 1.511607.'149'(0.000000) + 1.149401.'150'(0.000000) + 1.250487.'151'(0.000000) + 1.917856.'155'(0.000000) + 1.796474.'163'(0.000000) + 1.738163.'164'(0.000000) + 0.584669.'169'(0.000000) + 1.309684.'172'(0.000000) + 1.799833.'175'(0.000000) + 0.522240.'176'(0.000000) + 1.007642.'177'(0.000000) + 1.628015.'180'(0.000000) + 2.552048.'187'(0.000000) + 0.886275.'192'(0.000000) + 1.456398.'199'(0.000000) + 0) <= 0.671444 ('141') -> [0.000000]: [surf_maxmin/DEBUG] (0.949232.'181'(0.044234) + 3.062353.'181'(0.044234) + 1.377924.'178'(0.006573) + 0.913310.'146'(0.044234) + 0.944538.'132'(0.080095) + 1.618467.'131'(0.006573) + 1.236457.'123'(0.468422) + 2.230415.'116'(0.125579) + 1.419536.'114'(0.142396) + 2.427850.'113'(0.080095) + 1.030932.'109'(0.044234) + 1.265223.'142'(0.000000) + 1.265871.'152'(0.000000) + 2.219911.'161'(0.000000) + 1.046766.'163'(0.000000) + 1.169002.'167'(0.000000) + 1.848966.'169'(0.000000) + 0.500711.'175'(0.000000) + 1.532990.'176'(0.000000) + 1.910522.'182'(0.000000) + 1.067690.'191'(0.000000) + 1.244499.'195'(0.000000) + 0) <= 1.614666 ('200') -> [0.000000]: [surf_maxmin/DEBUG] (1.769079.'157'(0.044234) + 1.048550.'136'(0.788434) + 0.692203.'120'(0.080095) + 0.370586.'117'(0.093227) + 2.266050.'109'(0.044234) + 2.598885.'149'(0.000000) + 2.353623.'153'(0.000000) + 0.630391.'159'(0.000000) + 0.811153.'160'(0.000000) + 2.907953.'162'(0.000000) + 1.179129.'162'(0.000000) + 1.288826.'164'(0.000000) + 1.527605.'168'(0.000000) + 0.981706.'169'(0.000000) + 2.144796.'174'(0.000000) + 1.122994.'177'(0.000000) + 1.174844.'188'(0.000000) + 1.060947.'190'(0.000000) + 1.257881.'193'(0.000000) + 1.420841.'194'(0.000000) + 1.925011.'196'(0.000000) + 2.194755.'200'(0.000000) + 0) <= 8.182267 ('108') -> [0.000000]: [surf_maxmin/DEBUG] (1.621348.'178'(0.006573) + 0.186934.'157'(0.044234) + 1.218556.'141'(0.006573) + 0.877338.'132'(0.080095) + 1.216014.'116'(0.125579) + 0.442531.'114'(0.142396) + 2.882380.'114'(0.142396) + 0.495798.'112'(0.006573) + 1.067537.'109'(0.044234) + 0.762595.'122'(0.000000) + 1.404421.'138'(0.000000) + 1.128510.'143'(0.000000) + 2.057733.'145'(0.000000) + 0.699267.'160'(0.000000) + 0.834368.'163'(0.000000) + 2.242216.'165'(0.000000) + 1.629621.'167'(0.000000) + 1.686753.'176'(0.000000) + 2.555356.'177'(0.000000) + 0.383730.'190'(0.000000) + 1.027224.'192'(0.000000) + 1.267400.'196'(0.000000) + 0.840786.'198'(0.000000) + 1.878909.'199'(0.000000) + 1.710821.'200'(0.000000) + 0) <= 8.951457 ('178') -> [0.000000]: [surf_maxmin/DEBUG] (0.048963.'181'(0.044234) + 2.594041.'181'(0.044234) + 1.051091.'178'(0.006573) + 1.161794.'136'(0.788434) + 1.987777.'133'(0.006573) + 1.682603.'132'(0.080095) + 1.788536.'128'(0.125579) + 1.779188.'121'(0.044234) + 1.526591.'110'(0.006573) + 1.847849.'144'(0.000000) + 2.036464.'158'(0.000000) + 1.551607.'164'(0.000000) + 1.147550.'169'(0.000000) + 0.949058.'173'(0.000000) + 1.465067.'174'(0.000000) + 2.365833.'176'(0.000000) + 1.341048.'179'(0.000000) + 1.299245.'194'(0.000000) + 1.309585.'198'(0.000000) + 0) <= 7.936375 ('126') -> [0.000000]: [surf_maxmin/DEBUG] (2.343719.'156'(0.006573) + 1.751623.'132'(0.080095) + 1.234351.'123'(0.468422) + 1.490744.'120'(0.080095) + 2.365799.'118'(0.093227) + 2.739711.'116'(0.125579) + 1.632418.'110'(0.006573) + 1.649615.'134'(0.000000) + 1.309043.'144'(0.000000) + 1.013174.'149'(0.000000) + 1.745304.'151'(0.000000) + 0.780178.'159'(0.000000) + 2.268712.'165'(0.000000) + 1.138333.'169'(0.000000) + 2.207712.'170'(0.000000) + 1.189419.'174'(0.000000) + 1.712372.'176'(0.000000) + 1.539847.'177'(0.000000) + 1.547292.'179'(0.000000) + 2.781864.'183'(0.000000) + 0.940050.'183'(0.000000) + 0.358077.'184'(0.000000) + 0.768068.'186'(0.000000) + 1.013228.'189'(0.000000) + 1.506872.'190'(0.000000) + 1.524577.'191'(0.000000) + 1.399217.'197'(0.000000) + 1.934920.'199'(0.000000) + 0) <= 4.073078 ('113') -> [0.000000]: [surf_maxmin/DEBUG] (1.572410.'146'(0.044234) + 1.586248.'141'(0.006573) + 2.535224.'129'(0.080095) + 1.353952.'124'(0.080095) + 0.523659.'121'(0.044234) + 2.040275.'115'(0.044234) + 1.782459.'114'(0.142396) + 0.956299.'110'(0.006573) + 1.742378.'130'(0.000000) + 0.783543.'134'(0.000000) + 1.098399.'135'(0.000000) + 2.190297.'137'(0.000000) + 2.582353.'138'(0.000000) + 0.878158.'140'(0.000000) + 1.765990.'149'(0.000000) + 1.051855.'150'(0.000000) + 1.631497.'153'(0.000000) + 1.598539.'166'(0.000000) + 1.656169.'171'(0.000000) + 0.421557.'171'(0.000000) + 1.452877.'174'(0.000000) + 1.233593.'176'(0.000000) + 1.399907.'179'(0.000000) + 1.550680.'182'(0.000000) + 1.256761.'184'(0.000000) + 1.665016.'188'(0.000000) + 1.784692.'189'(0.000000) + 0.473424.'189'(0.000000) + 0.788897.'197'(0.000000) + 1.596575.'200'(0.000000) + 0) <= 2.970184 ('115') -> [0.000000]: [surf_maxmin/DEBUG] (2.213544.'146'(0.044234) + 1.532525.'127'(0.044234) + 0.427397.'119'(0.125579) + 1.422920.'118'(0.093227) + 2.647657.'110'(0.006573) + 1.397317.'122'(0.000000) + 1.787444.'138'(0.000000) + 2.015154.'144'(0.000000) + 2.343522.'158'(0.000000) + 1.919484.'164'(0.000000) + 1.071371.'169'(0.000000) + 1.299777.'180'(0.000000) + 2.346711.'186'(0.000000) + 2.000317.'187'(0.000000) + 2.229100.'189'(0.000000) + 2.001809.'194'(0.000000) + 1.714312.'196'(0.000000) + 1.812991.'197'(0.000000) + 2.817329.'198'(0.000000) + 0.721766.'198'(0.000000) + 0.336199.'200'(0.000000) + 0) <= 9.480904 ('137') -> [0.000000]: [surf_maxmin/DEBUG] (1.982857.'136'(0.788434) + 2.485934.'121'(0.044234) + 1.427843.'120'(0.080095) + 1.016670.'115'(0.044234) + 1.737139.'112'(0.006573) + 1.636861.'122'(0.000000) + 2.057161.'134'(0.000000) + 1.811295.'138'(0.000000) + 1.616269.'142'(0.000000) + 1.850457.'148'(0.000000) + 2.348076.'151'(0.000000) + 2.688700.'152'(0.000000) + 2.209898.'153'(0.000000) + 0.233155.'153'(0.000000) + 1.064474.'167'(0.000000) + 1.124668.'168'(0.000000) + 1.898826.'175'(0.000000) + 2.237685.'180'(0.000000) + 0.349859.'182'(0.000000) + 2.164164.'185'(0.000000) + 2.367319.'188'(0.000000) + 1.376298.'192'(0.000000) + 2.402276.'195'(0.000000) + 0) <= 3.462379 ('177') -> [0.000000]: [surf_maxmin/DEBUG] (0.933551.'133'(0.006573) + 0.676591.'131'(0.006573) + 2.564258.'121'(0.044234) + 1.154168.'115'(0.044234) + 1.955853.'114'(0.142396) + 0.425964.'122'(0.000000) + 0.831636.'138'(0.000000) + 0.653588.'147'(0.000000) + 2.247081.'148'(0.000000) + 0.771407.'149'(0.000000) + 1.781544.'153'(0.000000) + 2.296339.'167'(0.000000) + 0.714518.'174'(0.000000) + 1.596788.'175'(0.000000) + 1.655182.'180'(0.000000) + 1.368243.'183'(0.000000) + 0.791356.'193'(0.000000) + 0.902708.'199'(0.000000) + 0) <= 4.686736 ('123') -> [0.000000]: [surf_maxmin/DEBUG] (0.801449.'146'(0.044234) + 1.058976.'131'(0.006573) + 1.355089.'129'(0.080095) + 0.207605.'128'(0.125579) + 1.492094.'120'(0.080095) + 1.201001.'118'(0.093227) + 1.330124.'116'(0.125579) + 2.500418.'130'(0.000000) + 1.364227.'138'(0.000000) + 2.365679.'148'(0.000000) + 1.804827.'149'(0.000000) + 0.202294.'151'(0.000000) + 0.620938.'152'(0.000000) + 1.240604.'162'(0.000000) + 1.904059.'168'(0.000000) + 1.303241.'171'(0.000000) + 1.590560.'180'(0.000000) + 0.768038.'184'(0.000000) + 0.345055.'195'(0.000000) + 1.577548.'196'(0.000000) + 2.356737.'197'(0.000000) + 0) <= 2.754379 ('197') -> [0.000000]: [surf_maxmin/DEBUG] (1.048644.'178'(0.006573) + 0.938948.'157'(0.044234) + 0.730708.'146'(0.044234) + 1.525860.'132'(0.080095) + 2.027490.'123'(0.468422) + 1.419058.'118'(0.093227) + 1.960421.'130'(0.000000) + 0.155360.'135'(0.000000) + 0.823425.'144'(0.000000) + 1.280530.'145'(0.000000) + 1.387016.'149'(0.000000) + 1.337360.'150'(0.000000) + 1.712563.'151'(0.000000) + 1.101667.'158'(0.000000) + 2.455372.'159'(0.000000) + 2.436143.'165'(0.000000) + 0.505747.'166'(0.000000) + 1.395778.'172'(0.000000) + 1.919610.'175'(0.000000) + 1.568943.'183'(0.000000) + 2.764253.'184'(0.000000) + 1.496593.'188'(0.000000) + 1.131883.'196'(0.000000) + 1.204626.'198'(0.000000) + 0) <= 8.262498 ('181') -> [0.000000]: [surf_maxmin/DEBUG] (2.003371.'156'(0.006573) + 1.196653.'121'(0.044234) + 2.727363.'159'(0.000000) + 1.392364.'160'(0.000000) + 0.422932.'160'(0.000000) + 0.895474.'164'(0.000000) + 1.701311.'165'(0.000000) + 1.143587.'167'(0.000000) + 2.050506.'173'(0.000000) + 1.699907.'175'(0.000000) + 1.115891.'179'(0.000000) + 2.224623.'188'(0.000000) + 2.172114.'189'(0.000000) + 0.162931.'189'(0.000000) + 1.007320.'193'(0.000000) + 1.132002.'193'(0.000000) + 0.470256.'195'(0.000000) + 0) <= 8.072111 ('176') -> [0.000000]: [surf_maxmin/DEBUG] (1.916112.'157'(0.044234) + 1.227966.'146'(0.044234) + 1.499970.'141'(0.006573) + 0.775199.'121'(0.044234) + 1.613763.'142'(0.000000) + 1.025678.'147'(0.000000) + 1.326996.'153'(0.000000) + 1.965814.'155'(0.000000) + 1.184417.'155'(0.000000) + 2.214742.'163'(0.000000) + 1.193177.'172'(0.000000) + 2.303894.'177'(0.000000) + 1.623380.'183'(0.000000) + 2.077884.'185'(0.000000) + 2.170289.'189'(0.000000) + 1.440668.'192'(0.000000) + 2.051578.'198'(0.000000) + 0) <= 0.488681 ('198') -> [0.000000]: [surf_maxmin/DEBUG] (1.388822.'141'(0.006573) + 1.568598.'133'(0.006573) + 1.696333.'123'(0.468422) + 2.469580.'134'(0.000000) + 1.962807.'140'(0.000000) + 1.142159.'147'(0.000000) + 1.739371.'151'(0.000000) + 0.569391.'152'(0.000000) + 2.437737.'153'(0.000000) + 0.807530.'161'(0.000000) + 1.542964.'175'(0.000000) + 2.013315.'186'(0.000000) + 2.547993.'188'(0.000000) + 1.383158.'196'(0.000000) + 2.034516.'198'(0.000000) + 2.258494.'199'(0.000000) + 0) <= 4.353224 ('103') -> [0.000000]: [surf_maxmin/DEBUG] Variables -> [0.000000]: [surf_maxmin/DEBUG] '181'(1.000000) : 0.044234 -> [0.000000]: [surf_maxmin/DEBUG] '178'(1.000000) : 0.006573 -> [0.000000]: [surf_maxmin/DEBUG] '157'(1.000000) : 0.044234 -> [0.000000]: [surf_maxmin/DEBUG] '156'(1.000000) : 0.006573 -> [0.000000]: [surf_maxmin/DEBUG] '154'(1.000000) : 0.187080 -> [0.000000]: [surf_maxmin/DEBUG] '146'(1.000000) : 0.044234 -> [0.000000]: [surf_maxmin/DEBUG] '141'(1.000000) : 0.006573 -> [0.000000]: [surf_maxmin/DEBUG] '136'(1.000000) : 0.788434 -> [0.000000]: [surf_maxmin/DEBUG] '133'(1.000000) : 0.006573 -> [0.000000]: [surf_maxmin/DEBUG] '132'(1.000000) : 0.080095 -> [0.000000]: [surf_maxmin/DEBUG] '131'(1.000000) : 0.006573 -> [0.000000]: [surf_maxmin/DEBUG] '129'(1.000000) : 0.080095 -> [0.000000]: [surf_maxmin/DEBUG] '128'(1.000000) : 0.125579 -> [0.000000]: [surf_maxmin/DEBUG] '127'(1.000000) : 0.044234 -> [0.000000]: [surf_maxmin/DEBUG] '126'(1.000000) : 0.093227 -> [0.000000]: [surf_maxmin/DEBUG] '124'(1.000000) : 0.080095 -> [0.000000]: [surf_maxmin/DEBUG] '123'(1.000000) : 0.468422 -> [0.000000]: [surf_maxmin/DEBUG] '121'(1.000000) : 0.044234 -> [0.000000]: [surf_maxmin/DEBUG] '120'(1.000000) : 0.080095 -> [0.000000]: [surf_maxmin/DEBUG] '119'(1.000000) : 0.125579 -> [0.000000]: [surf_maxmin/DEBUG] '118'(1.000000) : 0.093227 -> [0.000000]: [surf_maxmin/DEBUG] '117'(1.000000) : 0.093227 -> [0.000000]: [surf_maxmin/DEBUG] '116'(1.000000) : 0.125579 -> [0.000000]: [surf_maxmin/DEBUG] '115'(1.000000) : 0.044234 -> [0.000000]: [surf_maxmin/DEBUG] '114'(1.000000) : 0.142396 -> [0.000000]: [surf_maxmin/DEBUG] '113'(1.000000) : 0.080095 -> [0.000000]: [surf_maxmin/DEBUG] '112'(1.000000) : 0.006573 -> [0.000000]: [surf_maxmin/DEBUG] '111'(1.000000) : 0.044234 -> [0.000000]: [surf_maxmin/DEBUG] '110'(1.000000) : 0.006573 -> [0.000000]: [surf_maxmin/DEBUG] '109'(1.000000) : 0.044234 -> [0.000000]: [surf_maxmin/DEBUG] '108'(1.000000) : 0.080095 -> [0.000000]: [surf_maxmin/DEBUG] '107'(1.000000) : 0.080095 -> [0.000000]: [surf_maxmin/DEBUG] '106'(1.000000) : 0.142396 -> [0.000000]: [surf_maxmin/DEBUG] '105'(1.000000) : 0.006573 -> [0.000000]: [surf_maxmin/DEBUG] '104'(1.000000) : 0.006573 -> [0.000000]: [surf_maxmin/DEBUG] '103'(1.000000) : 0.093227 -> [0.000000]: [surf_maxmin/DEBUG] '102'(1.000000) : 0.006573 -> [0.000000]: [surf_maxmin/DEBUG] '101'(1.000000) : 0.187080 -> [0.000000]: [surf_maxmin/DEBUG] '122'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '125'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '130'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '134'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '135'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '137'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '138'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '139'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '140'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '142'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '143'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '144'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '145'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '147'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '148'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '149'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '150'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '151'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '152'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '153'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '155'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '158'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '159'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '160'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '161'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '162'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '163'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '164'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '165'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '166'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '167'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '168'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '169'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '170'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '171'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '172'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '173'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '174'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '175'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '176'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '177'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '179'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '180'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '182'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '183'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '184'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '185'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '186'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '187'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '188'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '189'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '190'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '191'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '192'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '193'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '194'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '195'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '196'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '197'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '198'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '199'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '200'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] Active constraints : 100 +> [0.000000]: [ker_lmm/DEBUG] Constraint '196' usage: 7.460735 remaining: 5.494968 concurrency: 4<=5<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '194' usage: 15.447986 remaining: 2.149244 concurrency: 8<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '158' usage: 11.030926 remaining: 3.633259 concurrency: 5<=6<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '102' usage: 7.632282 remaining: 9.315409 concurrency: 5<=6<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '170' usage: 11.199829 remaining: 5.321444 concurrency: 7<=7<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '163' usage: 11.665940 remaining: 1.127762 concurrency: 7<=8<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '166' usage: 14.229269 remaining: 6.575124 concurrency: 7<=7<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '164' usage: 21.986404 remaining: 9.624596 concurrency: 12<=13<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '117' usage: 2.842785 remaining: 0.965309 concurrency: 1<=2<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '107' usage: 16.957631 remaining: 2.668273 concurrency: 9<=10<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '118' usage: 12.786024 remaining: 1.271600 concurrency: 7<=8<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '150' usage: 21.257036 remaining: 8.844716 concurrency: 11<=12<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '146' usage: 14.843037 remaining: 4.260225 concurrency: 8<=9<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '122' usage: 15.120533 remaining: 4.677875 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '160' usage: 15.993199 remaining: 9.144756 concurrency: 8<=9<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '109' usage: 16.544658 remaining: 1.345799 concurrency: 10<=11<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '169' usage: 7.320898 remaining: 7.861722 concurrency: 4<=5<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '188' usage: 13.829839 remaining: 8.522890 concurrency: 6<=7<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '121' usage: 21.483217 remaining: 5.773081 concurrency: 12<=13<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '182' usage: 13.099475 remaining: 8.963739 concurrency: 6<=7<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '153' usage: 14.213518 remaining: 7.367471 concurrency: 7<=8<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '111' usage: 16.569232 remaining: 7.197542 concurrency: 10<=11<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '143' usage: 20.780876 remaining: 8.002584 concurrency: 11<=12<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '119' usage: 14.969968 remaining: 5.657651 concurrency: 8<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '174' usage: 18.097226 remaining: 1.065725 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '132' usage: 14.784336 remaining: 2.587332 concurrency: 7<=7<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '131' usage: 12.257204 remaining: 3.416137 concurrency: 5<=6<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '186' usage: 12.970468 remaining: 2.458112 concurrency: 8<=9<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '124' usage: 9.788928 remaining: 4.830698 concurrency: 4<=5<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '173' usage: 11.128553 remaining: 7.487779 concurrency: 6<=7<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '156' usage: 9.917764 remaining: 2.693888 concurrency: 4<=6<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '138' usage: 19.254342 remaining: 8.508505 concurrency: 10<=11<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '180' usage: 17.339929 remaining: 9.177187 concurrency: 9<=10<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '106' usage: 18.191446 remaining: 1.199505 concurrency: 11<=12<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '189' usage: 15.595341 remaining: 0.102500 concurrency: 9<=10<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '114' usage: 11.717419 remaining: 0.796455 concurrency: 6<=7<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '184' usage: 20.396139 remaining: 4.892662 concurrency: 11<=12<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '127' usage: 22.819742 remaining: 1.194848 concurrency: 10<=11<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '159' usage: 16.698927 remaining: 3.875234 concurrency: 9<=10<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '120' usage: 18.931303 remaining: 1.069457 concurrency: 10<=10<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '171' usage: 24.615031 remaining: 7.780082 concurrency: 10<=11<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '104' usage: 13.954262 remaining: 3.205364 concurrency: 7<=8<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '155' usage: 12.488181 remaining: 3.557536 concurrency: 7<=8<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '161' usage: 16.382919 remaining: 3.508719 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '192' usage: 13.459399 remaining: 1.872865 concurrency: 6<=7<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '167' usage: 16.079701 remaining: 2.293860 concurrency: 8<=9<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '144' usage: 12.032338 remaining: 7.065420 concurrency: 6<=7<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '142' usage: 22.624121 remaining: 9.411933 concurrency: 9<=10<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '135' usage: 23.733429 remaining: 9.537422 concurrency: 13<=13<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '130' usage: 16.103797 remaining: 2.172699 concurrency: 9<=10<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '172' usage: 16.258581 remaining: 4.768434 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '136' usage: 9.539826 remaining: 8.141384 concurrency: 5<=6<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '183' usage: 11.567474 remaining: 8.378305 concurrency: 7<=8<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '187' usage: 6.755927 remaining: 4.637426 concurrency: 4<=5<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '175' usage: 15.489675 remaining: 2.208379 concurrency: 8<=9<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '165' usage: 20.164500 remaining: 6.470142 concurrency: 10<=10<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '193' usage: 15.639750 remaining: 8.799904 concurrency: 8<=9<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '185' usage: 15.345313 remaining: 3.972540 concurrency: 8<=8<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '152' usage: 11.704423 remaining: 3.939333 concurrency: 8<=9<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '116' usage: 8.774370 remaining: 2.878688 concurrency: 2<=3<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '157' usage: 10.916696 remaining: 8.783003 concurrency: 6<=7<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '199' usage: 13.665900 remaining: 3.350947 concurrency: 8<=9<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '154' usage: 12.731271 remaining: 3.792106 concurrency: 7<=8<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '145' usage: 8.623130 remaining: 1.692254 concurrency: 5<=6<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '168' usage: 16.818720 remaining: 6.438419 concurrency: 7<=7<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '149' usage: 15.425922 remaining: 4.413549 concurrency: 7<=8<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '140' usage: 11.685460 remaining: 7.466314 concurrency: 7<=8<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '101' usage: 10.415850 remaining: 1.850821 concurrency: 5<=6<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '195' usage: 9.231517 remaining: 2.738379 concurrency: 5<=6<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '105' usage: 9.169967 remaining: 2.046486 concurrency: 4<=5<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '110' usage: 21.512903 remaining: 5.867970 concurrency: 10<=11<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '139' usage: 10.405104 remaining: 2.209982 concurrency: 6<=6<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '148' usage: 15.766921 remaining: 9.326286 concurrency: 7<=8<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '112' usage: 12.653327 remaining: 8.539753 concurrency: 7<=8<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '162' usage: 15.085808 remaining: 6.308427 concurrency: 9<=9<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '134' usage: 9.715478 remaining: 4.678425 concurrency: 6<=7<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '151' usage: 13.438726 remaining: 2.597448 concurrency: 7<=9<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '128' usage: 12.332636 remaining: 1.485648 concurrency: 6<=8<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '190' usage: 13.095980 remaining: 6.293597 concurrency: 7<=8<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '133' usage: 11.832758 remaining: 4.367473 concurrency: 7<=8<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '125' usage: 27.774189 remaining: 6.630618 concurrency: 12<=13<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '147' usage: 9.176406 remaining: 3.566243 concurrency: 5<=5<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '191' usage: 10.190998 remaining: 2.951723 concurrency: 5<=6<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '179' usage: 14.357321 remaining: 4.197355 concurrency: 10<=11<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '129' usage: 12.940725 remaining: 9.645511 concurrency: 6<=7<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '141' usage: 15.179451 remaining: 0.671444 concurrency: 8<=9<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '200' usage: 17.211013 remaining: 1.614666 concurrency: 8<=8<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '108' usage: 6.146468 remaining: 8.182267 concurrency: 3<=4<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '178' usage: 10.008436 remaining: 8.951457 concurrency: 5<=6<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '126' usage: 13.620583 remaining: 7.936375 concurrency: 8<=9<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '113' usage: 13.558365 remaining: 4.073078 concurrency: 7<=8<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '115' usage: 12.350525 remaining: 2.970184 concurrency: 6<=7<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '137' usage: 8.244042 remaining: 9.480904 concurrency: 4<=5<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '177' usage: 8.650443 remaining: 3.462379 concurrency: 5<=6<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '123' usage: 7.284421 remaining: 4.686736 concurrency: 3<=4<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '197' usage: 7.446337 remaining: 2.754379 concurrency: 5<=6<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '181' usage: 7.690708 remaining: 8.262498 concurrency: 4<=5<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '176' usage: 3.200025 remaining: 8.072111 concurrency: 2<=3<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '198' usage: 5.419247 remaining: 0.488681 concurrency: 3<=4<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '103' usage: 4.653753 remaining: 4.353224 concurrency: 3<=4<=12 +> [0.000000]: [ker_lmm/DEBUG] var=102, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006573, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=104, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006573, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=105, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006573, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=110, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006573, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=112, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006573, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=131, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006573, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=133, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006573, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=141, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006573, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=156, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006573, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=178, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006573, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (102) value to 0.006573 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006573, Var(102).penalty: 1.000000, Var(102).value: 0.006573 +> [0.000000]: [ker_lmm/DEBUG] Setting var (104) value to 0.006573 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006573, Var(104).penalty: 1.000000, Var(104).value: 0.006573 +> [0.000000]: [ker_lmm/DEBUG] Setting var (105) value to 0.006573 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006573, Var(105).penalty: 1.000000, Var(105).value: 0.006573 +> [0.000000]: [ker_lmm/DEBUG] Setting var (110) value to 0.006573 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006573, Var(110).penalty: 1.000000, Var(110).value: 0.006573 +> [0.000000]: [ker_lmm/DEBUG] Setting var (112) value to 0.006573 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006573, Var(112).penalty: 1.000000, Var(112).value: 0.006573 +> [0.000000]: [ker_lmm/DEBUG] Setting var (131) value to 0.006573 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006573, Var(131).penalty: 1.000000, Var(131).value: 0.006573 +> [0.000000]: [ker_lmm/DEBUG] Setting var (133) value to 0.006573 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006573, Var(133).penalty: 1.000000, Var(133).value: 0.006573 +> [0.000000]: [ker_lmm/DEBUG] Setting var (141) value to 0.006573 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006573, Var(141).penalty: 1.000000, Var(141).value: 0.006573 +> [0.000000]: [ker_lmm/DEBUG] Setting var (156) value to 0.006573 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006573, Var(156).penalty: 1.000000, Var(156).value: 0.006573 +> [0.000000]: [ker_lmm/DEBUG] Setting var (178) value to 0.006573 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006573, Var(178).penalty: 1.000000, Var(178).value: 0.006573 +> [0.000000]: [ker_lmm/DEBUG] index: 34 cnst_light_num: 100 || usage: 0.000000 remaining: 0.000000 bound: 0.102500 +> [0.000000]: [ker_lmm/DEBUG] var=109, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.044234, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=111, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.044234, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=115, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.044234, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=121, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.044234, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=127, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.044234, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=146, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.044234, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=157, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.044234, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=181, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.044234, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (109) value to 0.044234 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.044234, Var(109).penalty: 1.000000, Var(109).value: 0.044234 +> [0.000000]: [ker_lmm/DEBUG] Setting var (111) value to 0.044234 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.044234, Var(111).penalty: 1.000000, Var(111).value: 0.044234 +> [0.000000]: [ker_lmm/DEBUG] Setting var (115) value to 0.044234 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.044234, Var(115).penalty: 1.000000, Var(115).value: 0.044234 +> [0.000000]: [ker_lmm/DEBUG] Setting var (121) value to 0.044234 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.044234, Var(121).penalty: 1.000000, Var(121).value: 0.044234 +> [0.000000]: [ker_lmm/DEBUG] index: 97 cnst_light_num: 99 || usage: 0.000000 remaining: 8.006012 bound: 8.072111 +> [0.000000]: [ker_lmm/DEBUG] Setting var (127) value to 0.044234 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.044234, Var(127).penalty: 1.000000, Var(127).value: 0.044234 +> [0.000000]: [ker_lmm/DEBUG] Setting var (146) value to 0.044234 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.044234, Var(146).penalty: 1.000000, Var(146).value: 0.044234 +> [0.000000]: [ker_lmm/DEBUG] Setting var (157) value to 0.044234 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.044234, Var(157).penalty: 1.000000, Var(157).value: 0.044234 +> [0.000000]: [ker_lmm/DEBUG] index: 97 cnst_light_num: 98 || usage: 0.000000 remaining: 0.305458 bound: 0.488681 +> [0.000000]: [ker_lmm/DEBUG] Setting var (181) value to 0.044234 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.044234, Var(181).penalty: 1.000000, Var(181).value: 0.044234 +> [0.000000]: [ker_lmm/DEBUG] index: 85 cnst_light_num: 97 || usage: 0.000000 remaining: 0.000000 bound: 0.671444 +> [0.000000]: [ker_lmm/DEBUG] var=107, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.080095, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=108, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.080095, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=113, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.080095, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=120, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.080095, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=124, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.080095, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=129, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.080095, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=132, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.080095, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (107) value to 0.080095 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.080095, Var(107).penalty: 1.000000, Var(107).value: 0.080095 +> [0.000000]: [ker_lmm/DEBUG] Setting var (108) value to 0.080095 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.080095, Var(108).penalty: 1.000000, Var(108).value: 0.080095 +> [0.000000]: [ker_lmm/DEBUG] Setting var (113) value to 0.080095 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.080095, Var(113).penalty: 1.000000, Var(113).value: 0.080095 +> [0.000000]: [ker_lmm/DEBUG] Setting var (120) value to 0.080095 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.080095, Var(120).penalty: 1.000000, Var(120).value: 0.080095 +> [0.000000]: [ker_lmm/DEBUG] Setting var (124) value to 0.080095 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.080095, Var(124).penalty: 1.000000, Var(124).value: 0.080095 +> [0.000000]: [ker_lmm/DEBUG] index: 71 cnst_light_num: 96 || usage: 0.000000 remaining: 1.607527 bound: 2.209982 +> [0.000000]: [ker_lmm/DEBUG] Setting var (129) value to 0.080095 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.080095, Var(129).penalty: 1.000000, Var(129).value: 0.080095 +> [0.000000]: [ker_lmm/DEBUG] Setting var (132) value to 0.080095 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.080095, Var(132).penalty: 1.000000, Var(132).value: 0.080095 +> [0.000000]: [ker_lmm/DEBUG] index: 37 cnst_light_num: 95 || usage: 0.000000 remaining: 0.000000 bound: 1.194848 +> [0.000000]: [ker_lmm/DEBUG] var=103, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.093227, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=117, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.093227, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=118, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.093227, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=126, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.093227, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (103) value to 0.093227 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.093227, Var(103).penalty: 1.000000, Var(103).value: 0.093227 +> [0.000000]: [ker_lmm/DEBUG] Setting var (117) value to 0.093227 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.093227, Var(117).penalty: 1.000000, Var(117).value: 0.093227 +> [0.000000]: [ker_lmm/DEBUG] index: 76 cnst_light_num: 94 || usage: 0.000000 remaining: 1.917254 bound: 2.597448 +> [0.000000]: [ker_lmm/DEBUG] Setting var (118) value to 0.093227 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.093227, Var(118).penalty: 1.000000, Var(118).value: 0.093227 +> [0.000000]: [ker_lmm/DEBUG] index: 29 cnst_light_num: 93 || usage: 0.000000 remaining: 7.173610 bound: 7.487779 +> [0.000000]: [ker_lmm/DEBUG] index: 74 cnst_light_num: 92 || usage: 0.000000 remaining: 5.407273 bound: 6.308427 +> [0.000000]: [ker_lmm/DEBUG] Setting var (126) value to 0.093227 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.093227, Var(126).penalty: 1.000000, Var(126).value: 0.093227 +> [0.000000]: [ker_lmm/DEBUG] index: 39 cnst_light_num: 91 || usage: 0.000000 remaining: 0.000000 bound: 1.069457 +> [0.000000]: [ker_lmm/DEBUG] index: 53 cnst_light_num: 90 || usage: 0.000000 remaining: 4.047456 bound: 4.637426 +> [0.000000]: [ker_lmm/DEBUG] var=116, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.125579, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=119, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.125579, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=128, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.125579, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (116) value to 0.125579 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.125579, Var(116).penalty: 1.000000, Var(116).value: 0.125579 +> [0.000000]: [ker_lmm/DEBUG] index: 23 cnst_light_num: 89 || usage: 0.000000 remaining: 4.807236 bound: 5.657651 +> [0.000000]: [ker_lmm/DEBUG] index: 79 cnst_light_num: 88 || usage: 0.000000 remaining: 3.551739 bound: 4.367473 +> [0.000000]: [ker_lmm/DEBUG] Setting var (119) value to 0.125579 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.125579, Var(119).penalty: 1.000000, Var(119).value: 0.125579 +> [0.000000]: [ker_lmm/DEBUG] index: 29 cnst_light_num: 87 || usage: 0.000000 remaining: 9.111474 bound: 9.480904 +> [0.000000]: [ker_lmm/DEBUG] index: 60 cnst_light_num: 86 || usage: 0.000000 remaining: 8.206631 bound: 8.783003 +> [0.000000]: [ker_lmm/DEBUG] index: 84 cnst_light_num: 85 || usage: 0.000000 remaining: 9.142856 bound: 9.645511 +> [0.000000]: [ker_lmm/DEBUG] index: 44 cnst_light_num: 84 || usage: 0.000000 remaining: 1.147453 bound: 1.872865 +> [0.000000]: [ker_lmm/DEBUG] index: 49 cnst_light_num: 83 || usage: 0.000000 remaining: 1.044083 bound: 2.172699 +> [0.000000]: [ker_lmm/DEBUG] index: 30 cnst_light_num: 82 || usage: 0.000000 remaining: 1.908915 bound: 2.693888 +> [0.000000]: [ker_lmm/DEBUG] Setting var (128) value to 0.125579 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.125579, Var(128).penalty: 1.000000, Var(128).value: 0.125579 +> [0.000000]: [ker_lmm/DEBUG] index: 51 cnst_light_num: 81 || usage: 0.000000 remaining: 7.421856 bound: 8.141384 +> [0.000000]: [ker_lmm/DEBUG] index: 71 cnst_light_num: 80 || usage: 0.000000 remaining: 2.178851 bound: 2.754379 +> [0.000000]: [ker_lmm/DEBUG] index: 75 cnst_light_num: 79 || usage: 0.000000 remaining: 3.933665 bound: 4.678425 +> [0.000000]: [ker_lmm/DEBUG] index: 52 cnst_light_num: 78 || usage: 0.000000 remaining: 7.680517 bound: 8.378305 +> [0.000000]: [ker_lmm/DEBUG] index: 24 cnst_light_num: 77 || usage: 0.000000 remaining: 0.000000 bound: 1.065725 +> [0.000000]: [ker_lmm/DEBUG] var=106, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.142396, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=114, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.142396, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (106) value to 0.142396 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.142396, Var(106).penalty: 1.000000, Var(106).value: 0.142396 +> [0.000000]: [ker_lmm/DEBUG] index: 50 cnst_light_num: 76 || usage: 0.000000 remaining: 3.625189 bound: 4.768434 +> [0.000000]: [ker_lmm/DEBUG] index: 32 cnst_light_num: 75 || usage: 0.000000 remaining: 8.349213 bound: 9.177187 +> [0.000000]: [ker_lmm/DEBUG] index: 69 cnst_light_num: 74 || usage: 0.000000 remaining: 1.402286 bound: 2.046486 +> [0.000000]: [ker_lmm/DEBUG] index: 42 cnst_light_num: 73 || usage: 0.000000 remaining: 2.903159 bound: 3.557536 +> [0.000000]: [ker_lmm/DEBUG] index: 47 cnst_light_num: 72 || usage: 0.000000 remaining: 8.034610 bound: 9.411933 +> [0.000000]: [ker_lmm/DEBUG] Setting var (114) value to 0.142396 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.142396, Var(114).penalty: 1.000000, Var(114).value: 0.142396 +> [0.000000]: [ker_lmm/DEBUG] index: 33 cnst_light_num: 71 || usage: 0.000000 remaining: 0.000000 bound: 1.199505 +> [0.000000]: [ker_lmm/DEBUG] index: 62 cnst_light_num: 70 || usage: 0.000000 remaining: 3.059841 bound: 3.792106 +> [0.000000]: [ker_lmm/DEBUG] index: 23 cnst_light_num: 69 || usage: 0.000000 remaining: 8.177615 bound: 8.951457 +> [0.000000]: [ker_lmm/DEBUG] index: 32 cnst_light_num: 68 || usage: 0.000000 remaining: 2.205190 bound: 2.970184 +> [0.000000]: [ker_lmm/DEBUG] index: 23 cnst_light_num: 67 || usage: 0.000000 remaining: 1.931792 bound: 2.738379 +> [0.000000]: [ker_lmm/DEBUG] index: 30 cnst_light_num: 66 || usage: 0.000000 remaining: 3.064219 bound: 3.566243 +> [0.000000]: [ker_lmm/DEBUG] index: 57 cnst_light_num: 65 || usage: 0.000000 remaining: 2.898415 bound: 3.972540 +> [0.000000]: [ker_lmm/DEBUG] index: 37 cnst_light_num: 64 || usage: 0.000000 remaining: 4.233168 bound: 4.686736 +> [0.000000]: [ker_lmm/DEBUG] index: 30 cnst_light_num: 63 || usage: 0.000000 remaining: 3.411989 bound: 4.413549 +> [0.000000]: [ker_lmm/DEBUG] var=101, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.187080, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=154, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.187080, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (101) value to 0.187080 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.187080, Var(101).penalty: 1.000000, Var(101).value: 0.187080 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 62 || usage: 0.000000 remaining: 4.543074 bound: 5.494968 +> [0.000000]: [ker_lmm/DEBUG] index: 8 cnst_light_num: 61 || usage: 0.000000 remaining: 0.672839 bound: 0.965309 +> [0.000000]: [ker_lmm/DEBUG] index: 10 cnst_light_num: 60 || usage: 0.000000 remaining: 0.594432 bound: 1.271600 +> [0.000000]: [ker_lmm/DEBUG] index: 16 cnst_light_num: 59 || usage: 0.000000 remaining: 7.198298 bound: 7.861722 +> [0.000000]: [ker_lmm/DEBUG] index: 7 cnst_light_num: 58 || usage: 0.000000 remaining: 7.691813 bound: 9.624596 +> [0.000000]: [ker_lmm/DEBUG] index: 18 cnst_light_num: 57 || usage: 0.000000 remaining: 4.594752 bound: 5.773081 +> [0.000000]: [ker_lmm/DEBUG] index: 21 cnst_light_num: 56 || usage: 0.000000 remaining: 6.130917 bound: 7.197542 +> [0.000000]: [ker_lmm/DEBUG] Setting var (154) value to 0.187080 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.187080, Var(154).penalty: 1.000000, Var(154).value: 0.187080 +> [0.000000]: [ker_lmm/DEBUG] index: 35 cnst_light_num: 55 || usage: 0.000000 remaining: 0.222965 bound: 0.796455 +> [0.000000]: [ker_lmm/DEBUG] index: 23 cnst_light_num: 54 || usage: 0.000000 remaining: 6.400720 bound: 7.466314 +> [0.000000]: [ker_lmm/DEBUG] index: 3 cnst_light_num: 53 || usage: 0.000000 remaining: 8.401680 bound: 9.315409 +> [0.000000]: [ker_lmm/DEBUG] index: 41 cnst_light_num: 52 || usage: 0.000000 remaining: 2.310077 bound: 3.205364 +> [0.000000]: [ker_lmm/DEBUG] index: 48 cnst_light_num: 51 || usage: 0.000000 remaining: 8.149738 bound: 9.537422 +> [0.000000]: [ker_lmm/DEBUG] index: 49 cnst_light_num: 50 || usage: 0.000000 remaining: 2.064680 bound: 2.951723 +> [0.000000]: [ker_lmm/DEBUG] index: 18 cnst_light_num: 49 || usage: 0.000000 remaining: 7.914012 bound: 8.799904 +> [0.000000]: [ker_lmm/DEBUG] index: 30 cnst_light_num: 48 || usage: 0.000000 remaining: 7.601579 bound: 8.539753 +> [0.000000]: [ker_lmm/DEBUG] index: 5 cnst_light_num: 47 || usage: 0.000000 remaining: 0.330693 bound: 1.127762 +> [0.000000]: [ker_lmm/DEBUG] index: 3 cnst_light_num: 46 || usage: 0.000000 remaining: 0.165361 bound: 1.485648 +> [0.000000]: [ker_lmm/DEBUG] index: 12 cnst_light_num: 45 || usage: 0.000000 remaining: 3.344634 bound: 4.260225 +> [0.000000]: [ker_lmm/DEBUG] index: 15 cnst_light_num: 44 || usage: 0.000000 remaining: 0.000000 bound: 1.345799 +> [0.000000]: [ker_lmm/DEBUG] var=123, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.468422, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (123) value to 0.468422 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.468422, Var(123).penalty: 1.000000, Var(123).value: 0.468422 +> [0.000000]: [ker_lmm/DEBUG] index: 39 cnst_light_num: 43 || usage: 0.000000 remaining: 2.644445 bound: 4.073078 +> [0.000000]: [ker_lmm/DEBUG] index: 38 cnst_light_num: 42 || usage: 0.000000 remaining: 2.428297 bound: 3.875234 +> [0.000000]: [ker_lmm/DEBUG] index: 16 cnst_light_num: 41 || usage: 0.000000 remaining: 2.831610 bound: 3.939333 +> [0.000000]: [ker_lmm/DEBUG] index: 39 cnst_light_num: 40 || usage: 0.000000 remaining: 6.931026 bound: 9.326286 +> [0.000000]: [ker_lmm/DEBUG] index: 8 cnst_light_num: 39 || usage: 0.000000 remaining: 6.977522 bound: 8.262498 +> [0.000000]: [ker_lmm/DEBUG] index: 13 cnst_light_num: 38 || usage: 0.000000 remaining: 2.872130 bound: 4.677875 +> [0.000000]: [ker_lmm/DEBUG] index: 7 cnst_light_num: 37 || usage: 0.000000 remaining: 5.481945 bound: 6.438419 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 36 || usage: 0.000000 remaining: 2.151726 bound: 3.350947 +> [0.000000]: [ker_lmm/DEBUG] index: 6 cnst_light_num: 35 || usage: 0.000000 remaining: 5.419353 bound: 6.575124 +> [0.000000]: [ker_lmm/DEBUG] index: 27 cnst_light_num: 34 || usage: 0.000000 remaining: 1.110040 bound: 2.458112 +> [0.000000]: [ker_lmm/DEBUG] index: 29 cnst_light_num: 33 || usage: 0.000000 remaining: 0.000000 bound: 1.614666 +> [0.000000]: [ker_lmm/DEBUG] index: 3 cnst_light_num: 32 || usage: 0.000000 remaining: 0.868811 bound: 2.293860 +> [0.000000]: [ker_lmm/DEBUG] index: 3 cnst_light_num: 31 || usage: 0.000000 remaining: 7.056819 bound: 8.508505 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 30 || usage: 0.000000 remaining: 0.488628 bound: 2.149244 +> [0.000000]: [ker_lmm/DEBUG] index: 6 cnst_light_num: 29 || usage: 0.000000 remaining: 3.539186 bound: 4.353224 +> [0.000000]: [ker_lmm/DEBUG] index: 26 cnst_light_num: 28 || usage: 0.000000 remaining: 2.190069 bound: 3.416137 +> [0.000000]: [ker_lmm/DEBUG] index: 11 cnst_light_num: 27 || usage: 0.000000 remaining: 7.130780 bound: 8.844716 +> [0.000000]: [ker_lmm/DEBUG] index: 6 cnst_light_num: 26 || usage: 0.000000 remaining: 3.528848 bound: 4.830698 +> [0.000000]: [ker_lmm/DEBUG] index: 9 cnst_light_num: 25 || usage: 0.000000 remaining: 1.215170 bound: 2.668273 +> [0.000000]: [ker_lmm/DEBUG] var=136, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.788434, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (136) value to 0.788434 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.788434, Var(136).penalty: 1.000000, Var(136).value: 0.788434 +> [0.000000]: [ker_lmm/DEBUG] index: 16 cnst_light_num: 24 || usage: 0.000000 remaining: 4.798491 bound: 7.780082 +> [0.000000]: [ker_lmm/DEBUG] index: 17 cnst_light_num: 23 || usage: 0.000000 remaining: 5.238985 bound: 8.522890 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 22 || usage: 0.000000 remaining: 0.622665 bound: 2.208379 +> [0.000000]: [ker_lmm/DEBUG] index: 18 cnst_light_num: 21 || usage: 0.000000 remaining: 4.624058 bound: 6.293597 +> [0.000000]: [ker_lmm/DEBUG] index: 13 cnst_light_num: 20 || usage: 0.000000 remaining: 0.000000 bound: 1.692254 +> [0.000000]: [ker_lmm/DEBUG] index: 17 cnst_light_num: 19 || usage: 0.000000 remaining: 4.706638 bound: 8.002584 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 18 || usage: 0.000000 remaining: 3.783871 bound: 6.470142 +> [0.000000]: [ker_lmm/DEBUG] index: 12 cnst_light_num: 17 || usage: 0.000000 remaining: 1.985989 bound: 4.197355 +> [0.000000]: [ker_lmm/DEBUG] index: 13 cnst_light_num: 16 || usage: 0.000000 remaining: 7.132004 bound: 8.963739 +> [0.000000]: [ker_lmm/DEBUG] index: 7 cnst_light_num: 15 || usage: 0.000000 remaining: 2.868277 bound: 4.892662 +> [0.000000]: [ker_lmm/DEBUG] index: 3 cnst_light_num: 14 || usage: 0.000000 remaining: 7.087076 bound: 8.182267 +> [0.000000]: [ker_lmm/DEBUG] index: 9 cnst_light_num: 13 || usage: 0.000000 remaining: 1.618314 bound: 3.462379 +> [0.000000]: [ker_lmm/DEBUG] index: 11 cnst_light_num: 12 || usage: 0.000000 remaining: 3.526809 bound: 5.867970 +> [0.000000]: [ker_lmm/DEBUG] index: 4 cnst_light_num: 11 || usage: 0.000000 remaining: 3.307772 bound: 5.321444 +> [0.000000]: [ker_lmm/DEBUG] index: 6 cnst_light_num: 10 || usage: 0.000000 remaining: 0.843154 bound: 2.587332 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 9 || usage: 0.000000 remaining: 2.306140 bound: 3.633259 +> [0.000000]: [ker_lmm/DEBUG] index: 7 cnst_light_num: 8 || usage: 0.000000 remaining: 5.691549 bound: 9.144756 +> [0.000000]: [ker_lmm/DEBUG] index: 5 cnst_light_num: 7 || usage: 0.000000 remaining: 4.534049 bound: 7.065420 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 6 || usage: 0.000000 remaining: 3.031484 bound: 6.630618 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 5 || usage: 0.000000 remaining: 6.435390 bound: 7.936375 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 4 || usage: 0.000000 remaining: 1.506182 bound: 2.878688 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 3 || usage: 0.000000 remaining: 0.612029 bound: 1.850821 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 2 || usage: 0.000000 remaining: 5.711985 bound: 7.367471 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 1.545428 bound: 3.508719 +> [0.000000]: [ker_lmm/DEBUG] MAX-MIN ( '181'(1.000000) '178'(1.000000) '157'(1.000000) '156'(1.000000) '154'(1.000000) '146'(1.000000) '141'(1.000000) '136'(1.000000) '133'(1.000000) '132'(1.000000) '131'(1.000000) '129'(1.000000) '128'(1.000000) '127'(1.000000) '126'(1.000000) '124'(1.000000) '123'(1.000000) '121'(1.000000) '120'(1.000000) '119'(1.000000) '118'(1.000000) '117'(1.000000) '116'(1.000000) '115'(1.000000) '114'(1.000000) '113'(1.000000) '112'(1.000000) '111'(1.000000) '110'(1.000000) '109'(1.000000) '108'(1.000000) '107'(1.000000) '106'(1.000000) '105'(1.000000) '104'(1.000000) '103'(1.000000) '102'(1.000000) '101'(1.000000) '122'(0.000000) '125'(0.000000) '130'(0.000000) '134'(0.000000) '135'(0.000000) '137'(0.000000) '138'(0.000000) '139'(0.000000) '140'(0.000000) '142'(0.000000) '143'(0.000000) '144'(0.000000) '145'(0.000000) '147'(0.000000) '148'(0.000000) '149'(0.000000) '150'(0.000000) '151'(0.000000) '152'(0.000000) '153'(0.000000) '155'(0.000000) '158'(0.000000) '159'(0.000000) '160'(0.000000) '161'(0.000000) '162'(0.000000) '163'(0.000000) '164'(0.000000) '165'(0.000000) '166'(0.000000) '167'(0.000000) '168'(0.000000) '169'(0.000000) '170'(0.000000) '171'(0.000000) '172'(0.000000) '173'(0.000000) '174'(0.000000) '175'(0.000000) '176'(0.000000) '177'(0.000000) '179'(0.000000) '180'(0.000000) '182'(0.000000) '183'(0.000000) '184'(0.000000) '185'(0.000000) '186'(0.000000) '187'(0.000000) '188'(0.000000) '189'(0.000000) '190'(0.000000) '191'(0.000000) '192'(0.000000) '193'(0.000000) '194'(0.000000) '195'(0.000000) '196'(0.000000) '197'(0.000000) '198'(0.000000) '199'(0.000000) '200'(0.000000) ) +> [0.000000]: [ker_lmm/DEBUG] Constraints +> [0.000000]: [ker_lmm/DEBUG] (1.433022.'124'(0.080095) + 0.541059.'117'(0.093227) + 1.883325.'117'(0.093227) + 1.410174.'106'(0.142396) + 2.193155.'101'(0.187080) + 1.739308.'130'(0.000000) + 0.353261.'134'(0.000000) + 0.931475.'148'(0.000000) + 0.925072.'155'(0.000000) + 1.179081.'158'(0.000000) + 0.264000.'159'(0.000000) + 0.996939.'160'(0.000000) + 0.994831.'162'(0.000000) + 1.082725.'166'(0.000000) + 1.506649.'172'(0.000000) + 2.016268.'179'(0.000000) + 0.999280.'191'(0.000000) + 1.878270.'197'(0.000000) + 2.281745.'199'(0.000000) + 0) <= 5.494968 ('196') +> [0.000000]: [ker_lmm/DEBUG] (2.455459.'157'(0.044234) + 1.921293.'156'(0.006573) + 0.619423.'141'(0.006573) + 1.540313.'131'(0.006573) + 1.897129.'129'(0.080095) + 1.838708.'123'(0.468422) + 1.800117.'113'(0.080095) + 1.461105.'110'(0.006573) + 1.914439.'101'(0.187080) + 1.099137.'125'(0.000000) + 0.305214.'137'(0.000000) + 1.285699.'139'(0.000000) + 2.902966.'144'(0.000000) + 2.512110.'150'(0.000000) + 1.230485.'158'(0.000000) + 1.029909.'163'(0.000000) + 1.169173.'166'(0.000000) + 1.521168.'168'(0.000000) + 0.069600.'183'(0.000000) + 2.537470.'184'(0.000000) + 0.731545.'186'(0.000000) + 1.492293.'191'(0.000000) + 0.550003.'198'(0.000000) + 2.632881.'200'(0.000000) + 0) <= 2.149244 ('194') +> [0.000000]: [ker_lmm/DEBUG] (2.387774.'156'(0.006573) + 1.236258.'146'(0.044234) + 0.755181.'136'(0.788434) + 1.082141.'132'(0.080095) + 1.706266.'116'(0.125579) + 0.449282.'107'(0.080095) + 2.937747.'107'(0.080095) + 0.476275.'101'(0.187080) + 2.051009.'139'(0.000000) + 2.502568.'142'(0.000000) + 1.841852.'144'(0.000000) + 2.542973.'147'(0.000000) + 0.006377.'147'(0.000000) + 1.067164.'148'(0.000000) + 1.094115.'151'(0.000000) + 0.963843.'159'(0.000000) + 0.337873.'175'(0.000000) + 1.485642.'176'(0.000000) + 0.372956.'180'(0.000000) + 2.752761.'183'(0.000000) + 1.020197.'184'(0.000000) + 1.952502.'185'(0.000000) + 1.597149.'193'(0.000000) + 1.889212.'195'(0.000000) + 1.648966.'200'(0.000000) + 0) <= 3.633259 ('158') +> [0.000000]: [ker_lmm/DEBUG] (1.509699.'157'(0.044234) + 2.393742.'154'(0.187080) + 1.039456.'133'(0.006573) + 1.001638.'128'(0.125579) + 0.524576.'126'(0.093227) + 1.163170.'101'(0.187080) + 1.469780.'137'(0.000000) + 0.951197.'140'(0.000000) + 2.793369.'143'(0.000000) + 1.677272.'144'(0.000000) + 1.318163.'145'(0.000000) + 2.652271.'162'(0.000000) + 0.736277.'162'(0.000000) + 2.253047.'164'(0.000000) + 0.522677.'166'(0.000000) + 1.769038.'167'(0.000000) + 0.646025.'172'(0.000000) + 2.120430.'173'(0.000000) + 1.140972.'174'(0.000000) + 2.107906.'177'(0.000000) + 0.779530.'179'(0.000000) + 1.595091.'185'(0.000000) + 0.740557.'185'(0.000000) + 2.321670.'186'(0.000000) + 2.760617.'189'(0.000000) + 1.596598.'190'(0.000000) + 1.564114.'192'(0.000000) + 1.410047.'194'(0.000000) + 2.485737.'200'(0.000000) + 0) <= 9.315409 ('102') +> [0.000000]: [ker_lmm/DEBUG] (1.307825.'136'(0.788434) + 1.307132.'124'(0.080095) + 1.828280.'116'(0.125579) + 0.730583.'112'(0.006573) + 1.377534.'108'(0.080095) + 1.938664.'106'(0.142396) + 1.384390.'104'(0.006573) + 0.063644.'101'(0.187080) + 1.261776.'101'(0.187080) + 2.106355.'134'(0.000000) + 2.069010.'138'(0.000000) + 0.202361.'139'(0.000000) + 1.646021.'145'(0.000000) + 1.068512.'163'(0.000000) + 0.966948.'171'(0.000000) + 0.568364.'171'(0.000000) + 0.848841.'175'(0.000000) + 0.656028.'195'(0.000000) + 0.236385.'196'(0.000000) + 0.780020.'200'(0.000000) + 0) <= 5.321444 ('170') +> [0.000000]: [ker_lmm/DEBUG] (1.425401.'156'(0.006573) + 0.154584.'154'(0.187080) + 0.548654.'131'(0.006573) + 1.722397.'119'(0.125579) + 2.132262.'110'(0.006573) + 1.490148.'108'(0.080095) + 1.399617.'105'(0.006573) + 1.344438.'103'(0.093227) + 1.448438.'101'(0.187080) + 1.852043.'125'(0.000000) + 1.123716.'137'(0.000000) + 1.508365.'140'(0.000000) + 1.240966.'142'(0.000000) + 1.041989.'143'(0.000000) + 1.489813.'144'(0.000000) + 0.541002.'145'(0.000000) + 2.301701.'160'(0.000000) + 2.138572.'162'(0.000000) + 1.675152.'163'(0.000000) + 0.833485.'165'(0.000000) + 0.637468.'168'(0.000000) + 1.147239.'170'(0.000000) + 1.958307.'173'(0.000000) + 2.454653.'179'(0.000000) + 2.198024.'180'(0.000000) + 2.347603.'183'(0.000000) + 0.754346.'187'(0.000000) + 1.130689.'190'(0.000000) + 1.497366.'190'(0.000000) + 1.786182.'193'(0.000000) + 0.164571.'193'(0.000000) + 0) <= 1.127762 ('163') +> [0.000000]: [ker_lmm/DEBUG] (2.190286.'178'(0.006573) + 0.317598.'154'(0.187080) + 1.619622.'141'(0.006573) + 1.921506.'133'(0.006573) + 2.078778.'129'(0.080095) + 1.583544.'124'(0.080095) + 0.405724.'123'(0.468422) + 0.577363.'107'(0.080095) + 0.642048.'107'(0.080095) + 1.422250.'106'(0.142396) + 1.470552.'101'(0.187080) + 0.527734.'130'(0.000000) + 0.973053.'135'(0.000000) + 1.554388.'137'(0.000000) + 1.549425.'150'(0.000000) + 2.427502.'152'(0.000000) + 2.288840.'155'(0.000000) + 0.776809.'155'(0.000000) + 2.644127.'166'(0.000000) + 0.824841.'169'(0.000000) + 1.497360.'176'(0.000000) + 2.271010.'179'(0.000000) + 2.361619.'184'(0.000000) + 0.212837.'199'(0.000000) + 0) <= 6.575124 ('166') +> [0.000000]: [ker_lmm/DEBUG] (1.229561.'178'(0.006573) + 2.685634.'157'(0.044234) + 1.032374.'132'(0.080095) + 0.290412.'127'(0.044234) + 1.967314.'124'(0.080095) + 1.729079.'117'(0.093227) + 1.061923.'116'(0.125579) + 2.150119.'114'(0.142396) + 1.087906.'112'(0.006573) + 1.244460.'109'(0.044234) + 0.978748.'108'(0.080095) + 1.006286.'105'(0.006573) + 2.432402.'103'(0.093227) + 0.666861.'101'(0.187080) + 2.423325.'101'(0.187080) + 1.905722.'143'(0.000000) + 1.103123.'150'(0.000000) + 0.337605.'153'(0.000000) + 0.885875.'159'(0.000000) + 1.729425.'171'(0.000000) + 1.471480.'171'(0.000000) + 1.987164.'172'(0.000000) + 2.792852.'174'(0.000000) + 2.722538.'182'(0.000000) + 1.916794.'190'(0.000000) + 0.637097.'191'(0.000000) + 1.466872.'194'(0.000000) + 1.389352.'194'(0.000000) + 1.684725.'196'(0.000000) + 1.365106.'197'(0.000000) + 0) <= 9.624596 ('164') +> [0.000000]: [ker_lmm/DEBUG] (1.996020.'116'(0.125579) + 0.645957.'102'(0.006573) + 0.200807.'101'(0.187080) + 2.454105.'140'(0.000000) + 2.336439.'143'(0.000000) + 2.779330.'158'(0.000000) + 0.197980.'158'(0.000000) + 1.979456.'161'(0.000000) + 0.983993.'174'(0.000000) + 1.403433.'179'(0.000000) + 1.015372.'187'(0.000000) + 1.371309.'188'(0.000000) + 0.903818.'198'(0.000000) + 0) <= 0.965309 ('117') +> [0.000000]: [ker_lmm/DEBUG] (2.048835.'146'(0.044234) + 1.880545.'128'(0.125579) + 1.143784.'126'(0.093227) + 1.263859.'123'(0.468422) + 0.556100.'117'(0.093227) + 0.984808.'116'(0.125579) + 1.190054.'112'(0.006573) + 2.133338.'109'(0.044234) + 1.255115.'105'(0.006573) + 2.362139.'105'(0.006573) + 1.517851.'102'(0.006573) + 0.621204.'101'(0.187080) + 1.851807.'144'(0.000000) + 2.149198.'145'(0.000000) + 3.985905.'147'(0.000000) + 0.415198.'147'(0.000000) + 1.858342.'149'(0.000000) + 0.782526.'152'(0.000000) + 0.747166.'158'(0.000000) + 1.633364.'161'(0.000000) + 2.233626.'167'(0.000000) + 2.385708.'172'(0.000000) + 2.124336.'187'(0.000000) + 1.453500.'194'(0.000000) + 0) <= 2.668273 ('107') +> [0.000000]: [ker_lmm/DEBUG] (0.069278.'157'(0.044234) + 0.169612.'156'(0.006573) + 1.015199.'133'(0.006573) + 1.430531.'131'(0.006573) + 2.046741.'126'(0.093227) + 1.503159.'115'(0.044234) + 1.483234.'113'(0.080095) + 1.912668.'111'(0.044234) + 2.183522.'105'(0.006573) + 0.972081.'101'(0.187080) + 1.445258.'130'(0.000000) + 0.793967.'144'(0.000000) + 1.959728.'145'(0.000000) + 1.949197.'165'(0.000000) + 0.504038.'171'(0.000000) + 2.926376.'180'(0.000000) + 2.519570.'182'(0.000000) + 1.414029.'182'(0.000000) + 2.149848.'191'(0.000000) + 0.928363.'194'(0.000000) + 1.523158.'200'(0.000000) + 0) <= 1.271600 ('118') +> [0.000000]: [ker_lmm/DEBUG] (2.107083.'181'(0.044234) + 2.254471.'156'(0.006573) + 2.235914.'141'(0.006573) + 1.801153.'133'(0.006573) + 1.203944.'124'(0.080095) + 0.658006.'123'(0.468422) + 1.304923.'121'(0.044234) + 0.291770.'118'(0.093227) + 2.035867.'113'(0.080095) + 1.967586.'108'(0.080095) + 2.128295.'106'(0.142396) + 1.548094.'103'(0.093227) + 1.719931.'101'(0.187080) + 1.504381.'140'(0.000000) + 1.722078.'142'(0.000000) + 1.673503.'149'(0.000000) + 0.833293.'152'(0.000000) + 1.733293.'160'(0.000000) + 1.546950.'161'(0.000000) + 1.717347.'171'(0.000000) + 1.918461.'174'(0.000000) + 1.246914.'187'(0.000000) + 0.725083.'190'(0.000000) + 2.658667.'196'(0.000000) + 0) <= 8.844716 ('150') +> [0.000000]: [ker_lmm/DEBUG] (0.442721.'157'(0.044234) + 1.581565.'156'(0.006573) + 1.586316.'154'(0.187080) + 1.397711.'131'(0.006573) + 1.542615.'120'(0.080095) + 2.066212.'115'(0.044234) + 1.460712.'105'(0.006573) + 1.792321.'103'(0.093227) + 2.039527.'102'(0.006573) + 0.933336.'101'(0.187080) + 0.856747.'122'(0.000000) + 0.750113.'135'(0.000000) + 1.316408.'138'(0.000000) + 1.959119.'151'(0.000000) + 1.522037.'161'(0.000000) + 2.382086.'164'(0.000000) + 1.193590.'174'(0.000000) + 1.073759.'180'(0.000000) + 0.639613.'196'(0.000000) + 0) <= 4.260225 ('146') +> [0.000000]: [ker_lmm/DEBUG] (1.522300.'141'(0.006573) + 2.351782.'132'(0.080095) + 1.427606.'131'(0.006573) + 1.980810.'123'(0.468422) + 0.810418.'121'(0.044234) + 0.377075.'120'(0.080095) + 1.605283.'116'(0.125579) + 1.179479.'112'(0.006573) + 1.029359.'105'(0.006573) + 1.520020.'103'(0.093227) + 1.316401.'101'(0.187080) + 1.270669.'122'(0.000000) + 1.287899.'134'(0.000000) + 0.559410.'144'(0.000000) + 1.318026.'145'(0.000000) + 0.192294.'150'(0.000000) + 1.089990.'151'(0.000000) + 1.577451.'152'(0.000000) + 0.183516.'159'(0.000000) + 0.441672.'162'(0.000000) + 2.235450.'163'(0.000000) + 0.658733.'167'(0.000000) + 2.924359.'172'(0.000000) + 0.411216.'174'(0.000000) + 0.221377.'177'(0.000000) + 2.012222.'182'(0.000000) + 0.428462.'182'(0.000000) + 0.915748.'184'(0.000000) + 0.951439.'186'(0.000000) + 1.097806.'187'(0.000000) + 0) <= 4.677875 ('122') +> [0.000000]: [ker_lmm/DEBUG] (1.360246.'181'(0.044234) + 2.320562.'136'(0.788434) + 2.814010.'131'(0.006573) + 1.246452.'123'(0.468422) + 1.087148.'120'(0.080095) + 0.337508.'115'(0.044234) + 1.204764.'107'(0.080095) + 2.704043.'107'(0.080095) + 2.918466.'101'(0.187080) + 2.186089.'122'(0.000000) + 2.643328.'135'(0.000000) + 2.422929.'143'(0.000000) + 1.269801.'145'(0.000000) + 0.730713.'153'(0.000000) + 1.602474.'165'(0.000000) + 1.865591.'166'(0.000000) + 2.252932.'169'(0.000000) + 1.716006.'195'(0.000000) + 1.366675.'198'(0.000000) + 2.620918.'200'(0.000000) + 0) <= 9.144756 ('160') +> [0.000000]: [ker_lmm/DEBUG] (1.368075.'178'(0.006573) + 1.186852.'154'(0.187080) + 2.430440.'154'(0.187080) + 1.189272.'124'(0.080095) + 1.295366.'113'(0.080095) + 2.263130.'112'(0.006573) + 2.049234.'111'(0.044234) + 0.171133.'110'(0.006573) + 2.165844.'104'(0.006573) + 1.209648.'103'(0.093227) + 1.215663.'101'(0.187080) + 2.623947.'130'(0.000000) + 0.402708.'142'(0.000000) + 0.292749.'152'(0.000000) + 1.639435.'153'(0.000000) + 1.947608.'163'(0.000000) + 1.313816.'165'(0.000000) + 2.159961.'169'(0.000000) + 1.707004.'177'(0.000000) + 0.889814.'184'(0.000000) + 1.050483.'191'(0.000000) + 0.640548.'191'(0.000000) + 2.632083.'192'(0.000000) + 0.167023.'192'(0.000000) + 1.481138.'197'(0.000000) + 1.894754.'199'(0.000000) + 0) <= 1.345799 ('109') +> [0.000000]: [ker_lmm/DEBUG] (0.929618.'129'(0.080095) + 1.474985.'121'(0.044234) + 1.901841.'113'(0.080095) + 1.066712.'110'(0.006573) + 1.947742.'101'(0.187080) + 0.577163.'134'(0.000000) + 0.838958.'137'(0.000000) + 1.572850.'138'(0.000000) + 1.859719.'143'(0.000000) + 0.905837.'151'(0.000000) + 2.697428.'155'(0.000000) + 2.487137.'158'(0.000000) + 1.806866.'161'(0.000000) + 1.286858.'168'(0.000000) + 1.814139.'177'(0.000000) + 2.039481.'180'(0.000000) + 0.238723.'186'(0.000000) + 2.220134.'188'(0.000000) + 2.418038.'192'(0.000000) + 2.001101.'193'(0.000000) + 1.461401.'197'(0.000000) + 0) <= 7.861722 ('169') +> [0.000000]: [ker_lmm/DEBUG] (0.579904.'181'(0.044234) + 2.797735.'136'(0.788434) + 0.565433.'131'(0.006573) + 0.863306.'127'(0.044234) + 1.301063.'126'(0.093227) + 0.397356.'123'(0.468422) + 1.822397.'117'(0.093227) + 1.177754.'112'(0.006573) + 0.734527.'111'(0.044234) + 1.670493.'108'(0.080095) + 1.919871.'101'(0.187080) + 0.916513.'137'(0.000000) + 2.182235.'142'(0.000000) + 0.275574.'143'(0.000000) + 2.445854.'148'(0.000000) + 1.476633.'160'(0.000000) + 2.250126.'169'(0.000000) + 1.169488.'170'(0.000000) + 1.644297.'171'(0.000000) + 0.806967.'177'(0.000000) + 0.966871.'179'(0.000000) + 1.651911.'182'(0.000000) + 1.767767.'187'(0.000000) + 0.968273.'189'(0.000000) + 1.140350.'190'(0.000000) + 1.783664.'194'(0.000000) + 0.961071.'198'(0.000000) + 1.009297.'200'(0.000000) + 0) <= 8.522890 ('188') +> [0.000000]: [ker_lmm/DEBUG] (2.048524.'156'(0.006573) + 1.140563.'141'(0.006573) + 1.005971.'133'(0.006573) + 2.023314.'128'(0.125579) + 1.096219.'127'(0.044234) + 1.409475.'120'(0.080095) + 0.802817.'118'(0.093227) + 1.721854.'117'(0.093227) + 2.362538.'113'(0.080095) + 1.963407.'112'(0.006573) + 1.432301.'110'(0.006573) + 1.180632.'107'(0.080095) + 2.341878.'105'(0.006573) + 0.953725.'101'(0.187080) + 1.874038.'122'(0.000000) + 1.992576.'125'(0.000000) + 0.745961.'134'(0.000000) + 1.858194.'142'(0.000000) + 0.505207.'144'(0.000000) + 1.369199.'148'(0.000000) + 0.580875.'160'(0.000000) + 1.697874.'162'(0.000000) + 1.275802.'164'(0.000000) + 2.332860.'165'(0.000000) + 1.124230.'167'(0.000000) + 1.769951.'168'(0.000000) + 2.777239.'170'(0.000000) + 1.772093.'171'(0.000000) + 0.497572.'172'(0.000000) + 1.618476.'173'(0.000000) + 0.166142.'173'(0.000000) + 1.404154.'176'(0.000000) + 1.556745.'195'(0.000000) + 0.781693.'199'(0.000000) + 0) <= 5.773081 ('121') +> [0.000000]: [ker_lmm/DEBUG] (1.118393.'181'(0.044234) + 1.698841.'154'(0.187080) + 2.195235.'146'(0.044234) + 0.856465.'136'(0.788434) + 0.871141.'132'(0.080095) + 0.651491.'114'(0.142396) + 2.226702.'113'(0.080095) + 0.985936.'106'(0.142396) + 1.418357.'104'(0.006573) + 1.076915.'101'(0.187080) + 1.808355.'125'(0.000000) + 0.440112.'134'(0.000000) + 1.473567.'150'(0.000000) + 2.316861.'158'(0.000000) + 2.455907.'160'(0.000000) + 0.977776.'166'(0.000000) + 1.491342.'174'(0.000000) + 1.369962.'188'(0.000000) + 1.825533.'190'(0.000000) + 1.740009.'195'(0.000000) + 1.869625.'197'(0.000000) + 0.721972.'197'(0.000000) + 1.214766.'198'(0.000000) + 0) <= 8.963739 ('182') +> [0.000000]: [ker_lmm/DEBUG] (0.861839.'136'(0.788434) + 1.306431.'127'(0.044234) + 1.268093.'127'(0.044234) + 1.941857.'121'(0.044234) + 0.956861.'120'(0.080095) + 1.482325.'116'(0.125579) + 1.639935.'115'(0.044234) + 0.723015.'114'(0.142396) + 2.307945.'112'(0.006573) + 1.725216.'101'(0.187080) + 1.825497.'125'(0.000000) + 0.481774.'138'(0.000000) + 0.761948.'149'(0.000000) + 1.349291.'162'(0.000000) + 1.017765.'167'(0.000000) + 0.989346.'170'(0.000000) + 2.567170.'177'(0.000000) + 1.713396.'182'(0.000000) + 1.225851.'185'(0.000000) + 0.887108.'187'(0.000000) + 2.268193.'196'(0.000000) + 0.784655.'198'(0.000000) + 0) <= 7.367471 ('153') +> [0.000000]: [ker_lmm/DEBUG] (1.492149.'181'(0.044234) + 1.984585.'181'(0.044234) + 1.334616.'146'(0.044234) + 1.144619.'131'(0.006573) + 2.449759.'131'(0.006573) + 1.135302.'128'(0.125579) + 1.017314.'124'(0.080095) + 1.768664.'117'(0.093227) + 1.261052.'111'(0.044234) + 0.954311.'104'(0.006573) + 2.026861.'101'(0.187080) + 1.988665.'135'(0.000000) + 1.884184.'137'(0.000000) + 2.705131.'138'(0.000000) + 1.652874.'139'(0.000000) + 1.605803.'140'(0.000000) + 1.458204.'140'(0.000000) + 0.176270.'145'(0.000000) + 0.815790.'149'(0.000000) + 0.547076.'152'(0.000000) + 0.826784.'160'(0.000000) + 1.047491.'190'(0.000000) + 1.135548.'197'(0.000000) + 0) <= 7.197542 ('111') +> [0.000000]: [ker_lmm/DEBUG] (0.646002.'178'(0.006573) + 1.813992.'154'(0.187080) + 2.068744.'136'(0.788434) + 0.693474.'132'(0.080095) + 1.032504.'129'(0.080095) + 0.083919.'128'(0.125579) + 1.748582.'124'(0.080095) + 1.237885.'119'(0.125579) + 2.234923.'114'(0.142396) + 1.268505.'113'(0.080095) + 1.730075.'108'(0.080095) + 2.044380.'106'(0.142396) + 2.039620.'104'(0.006573) + 2.138271.'102'(0.006573) + 2.345194.'143'(0.000000) + 2.531660.'153'(0.000000) + 0.815005.'161'(0.000000) + 2.505692.'167'(0.000000) + 2.261423.'184'(0.000000) + 1.101416.'192'(0.000000) + 0) <= 8.002584 ('143') +> [0.000000]: [ker_lmm/DEBUG] (1.470854.'146'(0.044234) + 0.219197.'127'(0.044234) + 2.800634.'127'(0.044234) + 2.626489.'121'(0.044234) + 1.725196.'118'(0.093227) + 1.661360.'117'(0.093227) + 1.452061.'116'(0.125579) + 0.470484.'111'(0.044234) + 1.026585.'105'(0.006573) + 1.517108.'102'(0.006573) + 2.547191.'130'(0.000000) + 2.512654.'134'(0.000000) + 1.117218.'139'(0.000000) + 3.478259.'158'(0.000000) + 0.097204.'158'(0.000000) + 1.111019.'161'(0.000000) + 2.077750.'170'(0.000000) + 1.809540.'172'(0.000000) + 1.565027.'174'(0.000000) + 2.317451.'175'(0.000000) + 1.669532.'176'(0.000000) + 1.583863.'177'(0.000000) + 0.436953.'182'(0.000000) + 0.488556.'184'(0.000000) + 1.406009.'185'(0.000000) + 1.468006.'187'(0.000000) + 2.585853.'191'(0.000000) + 0.144456.'193'(0.000000) + 0.828711.'194'(0.000000) + 1.316570.'196'(0.000000) + 0) <= 5.657651 ('119') +> [0.000000]: [ker_lmm/DEBUG] (1.505156.'128'(0.125579) + 1.687184.'121'(0.044234) + 1.107880.'119'(0.125579) + 2.669250.'116'(0.125579) + 2.231424.'115'(0.044234) + 2.083142.'111'(0.044234) + 2.867142.'110'(0.006573) + 1.252980.'108'(0.080095) + 2.693068.'102'(0.006573) + 1.978152.'122'(0.000000) + 0.851835.'122'(0.000000) + 2.860527.'125'(0.000000) + 1.170105.'125'(0.000000) + 0.605369.'130'(0.000000) + 1.179262.'137'(0.000000) + 0.346467.'138'(0.000000) + 0.582071.'140'(0.000000) + 1.052183.'147'(0.000000) + 0.041136.'148'(0.000000) + 1.884012.'153'(0.000000) + 1.301877.'153'(0.000000) + 1.106617.'160'(0.000000) + 1.014506.'166'(0.000000) + 2.427124.'168'(0.000000) + 0.836237.'169'(0.000000) + 0.252491.'171'(0.000000) + 1.373071.'188'(0.000000) + 1.436014.'192'(0.000000) + 0.413873.'196'(0.000000) + 0.020277.'199'(0.000000) + 0) <= 1.065725 ('174') +> [0.000000]: [ker_lmm/DEBUG] (1.927850.'178'(0.006573) + 1.451361.'136'(0.788434) + 0.800191.'133'(0.006573) + 0.665692.'124'(0.080095) + 1.453221.'121'(0.044234) + 1.896009.'120'(0.080095) + 1.851794.'114'(0.142396) + 2.170263.'112'(0.006573) + 0.468794.'109'(0.044234) + 0.327403.'104'(0.006573) + 1.771757.'102'(0.006573) + 1.390533.'122'(0.000000) + 0.845540.'125'(0.000000) + 0.739088.'134'(0.000000) + 2.284217.'147'(0.000000) + 1.806170.'155'(0.000000) + 0.920377.'161'(0.000000) + 2.410731.'163'(0.000000) + 2.554756.'170'(0.000000) + 1.686135.'171'(0.000000) + 1.338119.'177'(0.000000) + 1.982064.'195'(0.000000) + 0) <= 2.587332 ('132') +> [0.000000]: [ker_lmm/DEBUG] (1.846229.'141'(0.006573) + 0.992550.'126'(0.093227) + 1.979740.'123'(0.468422) + 1.396254.'121'(0.044234) + 0.777864.'119'(0.125579) + 1.812272.'112'(0.006573) + 2.726314.'105'(0.006573) + 0.725981.'102'(0.006573) + 2.018552.'122'(0.000000) + 1.525326.'140'(0.000000) + 0.319031.'147'(0.000000) + 1.465903.'148'(0.000000) + 0.779951.'152'(0.000000) + 1.346927.'168'(0.000000) + 1.142659.'169'(0.000000) + 1.492529.'171'(0.000000) + 2.561673.'173'(0.000000) + 1.993323.'176'(0.000000) + 0.558564.'182'(0.000000) + 2.098417.'189'(0.000000) + 0.802989.'191'(0.000000) + 1.768171.'200'(0.000000) + 0) <= 3.416137 ('131') +> [0.000000]: [ker_lmm/DEBUG] (1.265329.'181'(0.044234) + 1.418964.'154'(0.187080) + 1.674292.'141'(0.006573) + 0.784381.'123'(0.468422) + 1.094004.'119'(0.125579) + 2.599500.'118'(0.093227) + 1.644776.'116'(0.125579) + 1.210240.'111'(0.044234) + 1.278982.'102'(0.006573) + 0.231865.'130'(0.000000) + 1.677647.'142'(0.000000) + 2.529465.'144'(0.000000) + 0.990291.'149'(0.000000) + 1.397020.'152'(0.000000) + 1.958440.'155'(0.000000) + 1.301208.'160'(0.000000) + 1.469147.'167'(0.000000) + 1.411597.'170'(0.000000) + 1.343979.'172'(0.000000) + 2.469177.'173'(0.000000) + 0.689815.'174'(0.000000) + 0.962076.'180'(0.000000) + 2.374322.'185'(0.000000) + 1.415662.'197'(0.000000) + 0) <= 2.458112 ('186') +> [0.000000]: [ker_lmm/DEBUG] (2.456544.'181'(0.044234) + 1.264615.'157'(0.044234) + 1.975372.'123'(0.468422) + 2.135422.'118'(0.093227) + 0.994221.'112'(0.006573) + 0.962754.'102'(0.006573) + 1.730231.'139'(0.000000) + 2.182538.'142'(0.000000) + 1.553151.'143'(0.000000) + 0.855133.'149'(0.000000) + 0.246511.'151'(0.000000) + 1.503059.'161'(0.000000) + 1.140075.'162'(0.000000) + 1.030920.'165'(0.000000) + 2.409633.'168'(0.000000) + 1.673390.'170'(0.000000) + 2.087911.'171'(0.000000) + 2.010358.'172'(0.000000) + 0.251684.'176'(0.000000) + 2.086270.'180'(0.000000) + 1.486400.'183'(0.000000) + 1.393699.'185'(0.000000) + 2.342975.'188'(0.000000) + 0.333028.'188'(0.000000) + 1.383046.'189'(0.000000) + 0) <= 4.830698 ('124') +> [0.000000]: [ker_lmm/DEBUG] (1.235208.'156'(0.006573) + 1.527822.'132'(0.080095) + 0.497654.'127'(0.044234) + 1.268891.'118'(0.093227) + 1.976091.'112'(0.006573) + 2.366939.'104'(0.006573) + 2.255948.'102'(0.006573) + 1.465904.'137'(0.000000) + 0.966409.'144'(0.000000) + 1.753987.'151'(0.000000) + 0.668113.'159'(0.000000) + 2.518223.'161'(0.000000) + 0.294101.'164'(0.000000) + 0.925704.'168'(0.000000) + 0.321709.'177'(0.000000) + 1.909817.'190'(0.000000) + 1.372313.'190'(0.000000) + 2.219288.'191'(0.000000) + 1.223017.'192'(0.000000) + 0.479495.'192'(0.000000) + 1.342383.'198'(0.000000) + 1.508053.'199'(0.000000) + 0) <= 7.487779 ('173') +> [0.000000]: [ker_lmm/DEBUG] (2.824826.'157'(0.044234) + 2.520914.'126'(0.093227) + 0.571938.'120'(0.080095) + 1.857027.'119'(0.125579) + 1.794088.'113'(0.080095) + 0.348971.'102'(0.006573) + 1.911939.'122'(0.000000) + 0.671482.'138'(0.000000) + 1.669593.'148'(0.000000) + 0.771768.'160'(0.000000) + 2.092829.'162'(0.000000) + 1.778057.'163'(0.000000) + 3.505969.'164'(0.000000) + 1.101744.'164'(0.000000) + 2.140202.'168'(0.000000) + 1.889152.'169'(0.000000) + 1.345898.'171'(0.000000) + 0.063032.'171'(0.000000) + 0.219459.'172'(0.000000) + 1.652126.'176'(0.000000) + 1.629885.'180'(0.000000) + 1.417902.'182'(0.000000) + 1.398543.'188'(0.000000) + 2.405729.'197'(0.000000) + 3.144010.'198'(0.000000) + 1.363661.'198'(0.000000) + 0) <= 2.693888 ('156') +> [0.000000]: [ker_lmm/DEBUG] (0.392435.'181'(0.044234) + 1.026858.'156'(0.006573) + 1.265256.'133'(0.006573) + 1.845821.'124'(0.080095) + 1.448460.'123'(0.468422) + 2.039013.'121'(0.044234) + 0.998206.'117'(0.093227) + 0.583055.'111'(0.044234) + 0.771442.'110'(0.006573) + 1.545717.'106'(0.142396) + 1.455822.'104'(0.006573) + 3.082484.'104'(0.006573) + 1.275001.'103'(0.093227) + 1.524773.'102'(0.006573) + 1.597146.'122'(0.000000) + 1.279573.'122'(0.000000) + 2.119160.'134'(0.000000) + 1.161894.'135'(0.000000) + 1.355661.'143'(0.000000) + 1.612572.'145'(0.000000) + 2.344769.'150'(0.000000) + 1.323127.'151'(0.000000) + 2.008943.'168'(0.000000) + 1.956497.'171'(0.000000) + 2.216070.'174'(0.000000) + 1.494362.'179'(0.000000) + 0.489763.'184'(0.000000) + 0.690239.'188'(0.000000) + 0.287952.'190'(0.000000) + 0.847703.'192'(0.000000) + 2.232011.'194'(0.000000) + 0.462545.'198'(0.000000) + 0) <= 8.508505 ('138') +> [0.000000]: [ker_lmm/DEBUG] (1.016590.'157'(0.044234) + 2.448289.'132'(0.080095) + 1.570261.'124'(0.080095) + 1.886243.'115'(0.044234) + 1.235086.'112'(0.006573) + 0.208889.'110'(0.006573) + 3.031710.'110'(0.006573) + 2.276711.'106'(0.142396) + 1.858324.'105'(0.006573) + 1.807827.'102'(0.006573) + 1.745848.'138'(0.000000) + 1.363235.'139'(0.000000) + 2.015837.'142'(0.000000) + 2.089193.'143'(0.000000) + 0.929518.'145'(0.000000) + 0.744644.'148'(0.000000) + 1.915211.'151'(0.000000) + 1.881492.'153'(0.000000) + 1.148612.'164'(0.000000) + 1.433948.'168'(0.000000) + 1.586371.'170'(0.000000) + 2.483010.'175'(0.000000) + 1.939351.'183'(0.000000) + 1.797873.'189'(0.000000) + 1.368063.'189'(0.000000) + 2.044454.'191'(0.000000) + 1.201581.'194'(0.000000) + 2.153052.'200'(0.000000) + 0) <= 9.177187 ('180') +> [0.000000]: [ker_lmm/DEBUG] (1.030828.'156'(0.006573) + 1.675969.'156'(0.006573) + 2.885648.'133'(0.006573) + 1.520061.'126'(0.093227) + 1.443122.'119'(0.125579) + 1.173064.'118'(0.093227) + 1.172512.'114'(0.142396) + 1.922487.'114'(0.142396) + 2.016209.'109'(0.044234) + 1.314392.'106'(0.142396) + 2.037155.'102'(0.006573) + 2.753228.'122'(0.000000) + 0.742382.'122'(0.000000) + 1.720484.'140'(0.000000) + 1.597604.'153'(0.000000) + 1.338471.'159'(0.000000) + 1.919807.'160'(0.000000) + 0.706727.'168'(0.000000) + 0.709561.'176'(0.000000) + 1.111750.'190'(0.000000) + 1.679421.'191'(0.000000) + 2.192361.'192'(0.000000) + 0.328905.'197'(0.000000) + 0) <= 1.199505 ('106') +> [0.000000]: [ker_lmm/DEBUG] (1.194363.'178'(0.006573) + 1.341555.'156'(0.006573) + 1.957920.'141'(0.006573) + 1.094722.'133'(0.006573) + 1.901653.'131'(0.006573) + 0.916426.'112'(0.006573) + 1.214869.'110'(0.006573) + 0.405871.'105'(0.006573) + 1.278394.'104'(0.006573) + 2.083266.'104'(0.006573) + 2.206301.'102'(0.006573) + 0.598816.'137'(0.000000) + 1.634703.'140'(0.000000) + 1.838075.'142'(0.000000) + 1.650438.'145'(0.000000) + 1.063233.'151'(0.000000) + 0.474800.'152'(0.000000) + 0.561056.'164'(0.000000) + 1.993440.'179'(0.000000) + 1.411523.'180'(0.000000) + 1.931005.'182'(0.000000) + 1.534029.'189'(0.000000) + 1.782875.'193'(0.000000) + 1.429516.'194'(0.000000) + 1.655950.'198'(0.000000) + 0) <= 0.102500 ('189') +> [0.000000]: [ker_lmm/DEBUG] (1.962565.'157'(0.044234) + 0.370522.'154'(0.187080) + 1.631906.'141'(0.006573) + 0.432804.'117'(0.093227) + 2.091676.'115'(0.044234) + 2.618160.'113'(0.080095) + 1.245575.'109'(0.044234) + 1.364211.'102'(0.006573) + 2.272680.'122'(0.000000) + 1.621969.'125'(0.000000) + 2.904262.'139'(0.000000) + 0.674648.'140'(0.000000) + 1.294658.'150'(0.000000) + 0.903709.'158'(0.000000) + 1.773777.'160'(0.000000) + 0.380477.'160'(0.000000) + 2.444595.'166'(0.000000) + 1.611624.'169'(0.000000) + 1.123016.'173'(0.000000) + 1.644913.'176'(0.000000) + 1.759712.'179'(0.000000) + 1.914200.'184'(0.000000) + 2.004309.'189'(0.000000) + 1.250370.'193'(0.000000) + 1.382927.'196'(0.000000) + 1.161028.'200'(0.000000) + 0) <= 0.796455 ('114') +> [0.000000]: [ker_lmm/DEBUG] (1.501611.'181'(0.044234) + 1.523222.'178'(0.006573) + 2.302499.'141'(0.006573) + 1.421497.'136'(0.788434) + 1.285322.'131'(0.006573) + 1.983604.'131'(0.006573) + 2.232520.'126'(0.093227) + 1.646694.'124'(0.080095) + 0.826415.'115'(0.044234) + 2.043915.'107'(0.080095) + 1.667176.'106'(0.142396) + 1.961664.'102'(0.006573) + 0.076906.'125'(0.000000) + 0.366224.'147'(0.000000) + 2.568213.'148'(0.000000) + 0.857487.'149'(0.000000) + 1.761931.'153'(0.000000) + 0.487706.'159'(0.000000) + 0.861101.'169'(0.000000) + 2.204569.'170'(0.000000) + 1.806997.'173'(0.000000) + 2.474156.'175'(0.000000) + 2.220512.'176'(0.000000) + 1.052198.'177'(0.000000) + 0.321398.'194'(0.000000) + 0.621442.'195'(0.000000) + 1.352246.'196'(0.000000) + 0) <= 4.892662 ('184') +> [0.000000]: [ker_lmm/DEBUG] (2.287831.'133'(0.006573) + 1.996744.'132'(0.080095) + 1.614739.'131'(0.006573) + 2.446007.'129'(0.080095) + 2.861000.'127'(0.044234) + 1.733125.'124'(0.080095) + 0.465702.'120'(0.080095) + 1.557604.'120'(0.080095) + 1.789221.'115'(0.044234) + 0.938532.'113'(0.080095) + 1.936362.'108'(0.080095) + 0.755425.'107'(0.080095) + 2.437449.'102'(0.006573) + 1.510937.'145'(0.000000) + 2.442994.'150'(0.000000) + 1.063546.'159'(0.000000) + 0.995329.'163'(0.000000) + 1.221189.'165'(0.000000) + 1.004390.'168'(0.000000) + 2.199298.'173'(0.000000) + 1.239636.'177'(0.000000) + 0.920497.'182'(0.000000) + 0.944410.'183'(0.000000) + 2.160218.'185'(0.000000) + 0.829135.'186'(0.000000) + 1.042340.'191'(0.000000) + 1.429066.'196'(0.000000) + 1.990473.'198'(0.000000) + 0.572691.'198'(0.000000) + 1.207629.'199'(0.000000) + 0) <= 1.194848 ('127') +> [0.000000]: [ker_lmm/DEBUG] (0.428373.'146'(0.044234) + 1.437430.'131'(0.006573) + 1.442125.'128'(0.125579) + 1.759067.'126'(0.093227) + 1.030309.'124'(0.080095) + 0.845693.'123'(0.468422) + 1.359112.'120'(0.080095) + 1.881026.'113'(0.080095) + 1.525616.'106'(0.142396) + 1.578471.'105'(0.006573) + 0.983534.'103'(0.093227) + 2.428170.'102'(0.006573) + 1.055263.'134'(0.000000) + 1.514943.'135'(0.000000) + 0.724891.'138'(0.000000) + 1.528502.'149'(0.000000) + 0.626851.'150'(0.000000) + 0.689266.'161'(0.000000) + 0.665623.'163'(0.000000) + 0.179409.'164'(0.000000) + 1.498973.'165'(0.000000) + 1.539309.'173'(0.000000) + 0.772486.'175'(0.000000) + 1.586864.'179'(0.000000) + 1.349153.'193'(0.000000) + 0.766953.'193'(0.000000) + 2.521674.'197'(0.000000) + 2.661441.'199'(0.000000) + 0) <= 3.875234 ('159') +> [0.000000]: [ker_lmm/DEBUG] (2.227276.'178'(0.006573) + 1.694834.'156'(0.006573) + 1.386400.'129'(0.080095) + 0.861262.'126'(0.093227) + 2.345599.'120'(0.080095) + 2.376101.'118'(0.093227) + 2.299503.'117'(0.093227) + 1.101300.'112'(0.006573) + 1.232403.'111'(0.044234) + 1.666836.'103'(0.093227) + 1.739789.'102'(0.006573) + 1.477499.'138'(0.000000) + 2.011130.'144'(0.000000) + 1.749361.'147'(0.000000) + 2.110913.'152'(0.000000) + 1.604494.'153'(0.000000) + 0.782774.'155'(0.000000) + 2.064280.'159'(0.000000) + 1.470928.'161'(0.000000) + 2.056027.'165'(0.000000) + 1.488805.'166'(0.000000) + 0.958041.'169'(0.000000) + 1.286198.'170'(0.000000) + 0.420843.'173'(0.000000) + 0.293257.'179'(0.000000) + 2.187942.'183'(0.000000) + 0.575051.'184'(0.000000) + 2.103383.'191'(0.000000) + 3.471705.'193'(0.000000) + 0.147929.'193'(0.000000) + 0.417406.'195'(0.000000) + 0.622687.'200'(0.000000) + 0) <= 1.069457 ('120') +> [0.000000]: [ker_lmm/DEBUG] (1.395076.'136'(0.788434) + 0.216529.'132'(0.080095) + 1.766862.'131'(0.006573) + 2.017363.'128'(0.125579) + 0.617829.'126'(0.093227) + 0.652071.'120'(0.080095) + 2.594600.'119'(0.125579) + 2.062283.'118'(0.093227) + 1.469108.'115'(0.044234) + 0.839934.'113'(0.080095) + 0.540039.'109'(0.044234) + 2.480324.'109'(0.044234) + 0.297000.'107'(0.080095) + 2.690217.'107'(0.080095) + 1.504788.'106'(0.142396) + 0.592821.'103'(0.093227) + 2.052735.'103'(0.093227) + 0.825453.'102'(0.006573) + 1.317518.'137'(0.000000) + 1.225164.'145'(0.000000) + 1.131012.'151'(0.000000) + 2.470487.'158'(0.000000) + 2.432689.'159'(0.000000) + 1.213512.'168'(0.000000) + 1.731118.'173'(0.000000) + 0.838672.'173'(0.000000) + 1.175490.'179'(0.000000) + 1.242742.'183'(0.000000) + 1.879711.'189'(0.000000) + 0.052446.'189'(0.000000) + 1.322908.'200'(0.000000) + 0) <= 7.780082 ('171') +> [0.000000]: [ker_lmm/DEBUG] (0.455080.'154'(0.187080) + 1.828968.'146'(0.044234) + 1.776728.'131'(0.006573) + 0.972692.'126'(0.093227) + 1.064437.'124'(0.080095) + 0.627877.'121'(0.044234) + 0.992121.'118'(0.093227) + 1.998377.'115'(0.044234) + 1.013984.'114'(0.142396) + 1.089760.'109'(0.044234) + 1.718587.'108'(0.080095) + 0.415653.'102'(0.006573) + 2.072675.'125'(0.000000) + 1.041072.'135'(0.000000) + 1.593143.'137'(0.000000) + 2.490151.'140'(0.000000) + 1.483036.'142'(0.000000) + 1.672005.'145'(0.000000) + 0.840943.'151'(0.000000) + 1.042253.'155'(0.000000) + 1.927915.'158'(0.000000) + 0.887154.'165'(0.000000) + 2.399489.'168'(0.000000) + 2.136523.'179'(0.000000) + 2.877228.'180'(0.000000) + 0.866043.'184'(0.000000) + 0.898467.'186'(0.000000) + 0.364225.'186'(0.000000) + 2.005638.'199'(0.000000) + 0) <= 3.205364 ('104') +> [0.000000]: [ker_lmm/DEBUG] (1.072573.'178'(0.006573) + 1.520784.'133'(0.006573) + 1.856668.'127'(0.044234) + 1.963620.'124'(0.080095) + 0.951764.'120'(0.080095) + 2.039825.'111'(0.044234) + 1.555007.'106'(0.142396) + 1.527940.'102'(0.006573) + 2.343177.'130'(0.000000) + 1.944857.'137'(0.000000) + 1.168720.'138'(0.000000) + 1.646124.'139'(0.000000) + 1.744112.'148'(0.000000) + 0.830406.'151'(0.000000) + 1.290892.'159'(0.000000) + 2.391685.'162'(0.000000) + 1.132469.'169'(0.000000) + 1.487794.'182'(0.000000) + 0.830738.'192'(0.000000) + 2.054383.'200'(0.000000) + 0) <= 3.557536 ('155') +> [0.000000]: [ker_lmm/DEBUG] (1.386330.'141'(0.006573) + 1.158021.'136'(0.788434) + 1.346146.'129'(0.080095) + 0.871124.'129'(0.080095) + 0.858731.'121'(0.044234) + 2.151642.'119'(0.125579) + 0.604649.'117'(0.093227) + 1.799876.'116'(0.125579) + 0.527510.'114'(0.142396) + 1.227734.'111'(0.044234) + 1.427370.'105'(0.006573) + 1.704697.'104'(0.006573) + 1.319089.'103'(0.093227) + 2.279213.'130'(0.000000) + 1.151271.'139'(0.000000) + 0.293729.'142'(0.000000) + 0.933752.'143'(0.000000) + 1.664818.'144'(0.000000) + 1.275956.'151'(0.000000) + 0.203839.'152'(0.000000) + 1.806466.'153'(0.000000) + 1.426030.'155'(0.000000) + 1.171905.'158'(0.000000) + 1.615945.'162'(0.000000) + 0.968727.'165'(0.000000) + 0.687858.'167'(0.000000) + 1.424485.'168'(0.000000) + 2.108198.'169'(0.000000) + 0.335052.'172'(0.000000) + 2.157240.'173'(0.000000) + 0.692906.'173'(0.000000) + 2.032173.'174'(0.000000) + 0.954689.'175'(0.000000) + 1.311012.'183'(0.000000) + 1.427137.'195'(0.000000) + 1.104519.'197'(0.000000) + 0) <= 3.508719 ('161') +> [0.000000]: [ker_lmm/DEBUG] (2.384164.'178'(0.006573) + 1.741066.'157'(0.044234) + 2.380023.'133'(0.006573) + 0.973260.'131'(0.006573) + 2.155747.'126'(0.093227) + 1.641631.'119'(0.125579) + 1.386048.'118'(0.093227) + 0.797460.'103'(0.093227) + 1.473246.'130'(0.000000) + 1.898866.'134'(0.000000) + 1.686935.'147'(0.000000) + 1.892385.'148'(0.000000) + 0.930982.'163'(0.000000) + 1.332234.'170'(0.000000) + 2.033684.'171'(0.000000) + 1.614402.'175'(0.000000) + 1.620139.'176'(0.000000) + 0.837078.'180'(0.000000) + 1.149652.'182'(0.000000) + 1.058332.'197'(0.000000) + 0) <= 1.872865 ('192') +> [0.000000]: [ker_lmm/DEBUG] (2.434240.'157'(0.044234) + 1.271752.'132'(0.080095) + 0.584455.'123'(0.468422) + 0.364425.'121'(0.044234) + 0.864082.'116'(0.125579) + 0.684738.'115'(0.044234) + 2.421397.'113'(0.080095) + 1.516396.'108'(0.080095) + 1.642852.'106'(0.142396) + 1.880500.'105'(0.006573) + 1.154789.'103'(0.093227) + 1.260074.'103'(0.093227) + 0.208440.'130'(0.000000) + 2.336803.'140'(0.000000) + 0.550436.'147'(0.000000) + 0.344020.'150'(0.000000) + 0.196627.'152'(0.000000) + 1.705157.'158'(0.000000) + 1.686370.'163'(0.000000) + 1.770677.'168'(0.000000) + 0.377494.'169'(0.000000) + 1.016244.'173'(0.000000) + 0.729589.'182'(0.000000) + 2.280199.'185'(0.000000) + 1.550732.'186'(0.000000) + 0.463207.'186'(0.000000) + 1.384538.'188'(0.000000) + 1.178534.'189'(0.000000) + 1.948033.'196'(0.000000) + 1.909783.'197'(0.000000) + 1.450769.'199'(0.000000) + 0.379864.'200'(0.000000) + 0) <= 2.293860 ('167') +> [0.000000]: [ker_lmm/DEBUG] (0.514890.'178'(0.006573) + 1.061676.'154'(0.187080) + 2.212168.'136'(0.788434) + 1.216145.'133'(0.006573) + 2.335190.'129'(0.080095) + 2.267677.'118'(0.093227) + 0.964539.'115'(0.044234) + 1.460051.'103'(0.093227) + 0.939038.'122'(0.000000) + 1.186390.'148'(0.000000) + 0.978607.'150'(0.000000) + 0.464472.'155'(0.000000) + 1.827950.'158'(0.000000) + 0.292528.'162'(0.000000) + 2.087971.'166'(0.000000) + 1.262450.'185'(0.000000) + 1.719752.'188'(0.000000) + 1.631298.'189'(0.000000) + 0.786606.'191'(0.000000) + 1.680166.'193'(0.000000) + 1.829660.'194'(0.000000) + 0.455731.'194'(0.000000) + 1.129350.'197'(0.000000) + 0) <= 7.065420 ('144') +> [0.000000]: [ker_lmm/DEBUG] (2.722515.'141'(0.006573) + 1.691158.'131'(0.006573) + 1.775634.'128'(0.125579) + 0.356763.'116'(0.125579) + 1.968056.'112'(0.006573) + 2.580966.'110'(0.006573) + 1.967096.'109'(0.044234) + 2.110741.'107'(0.080095) + 0.718770.'106'(0.142396) + 3.021201.'106'(0.142396) + 0.969152.'104'(0.006573) + 2.742068.'103'(0.093227) + 0.997344.'148'(0.000000) + 2.112786.'150'(0.000000) + 0.893490.'152'(0.000000) + 1.497893.'153'(0.000000) + 1.713164.'161'(0.000000) + 1.333663.'164'(0.000000) + 1.444281.'170'(0.000000) + 2.076272.'173'(0.000000) + 1.199382.'177'(0.000000) + 1.271357.'187'(0.000000) + 3.624889.'190'(0.000000) + 1.443096.'190'(0.000000) + 0) <= 9.411933 ('142') +> [0.000000]: [ker_lmm/DEBUG] (0.512057.'181'(0.044234) + 3.071045.'181'(0.044234) + 2.199614.'157'(0.044234) + 1.152513.'156'(0.006573) + 1.199829.'154'(0.187080) + 1.213281.'141'(0.006573) + 1.177545.'131'(0.006573) + 0.107313.'129'(0.080095) + 2.837312.'129'(0.080095) + 2.572453.'127'(0.044234) + 1.292911.'126'(0.093227) + 1.817922.'117'(0.093227) + 1.351466.'113'(0.080095) + 0.699162.'112'(0.006573) + 0.191132.'107'(0.080095) + 1.172628.'104'(0.006573) + 1.165246.'103'(0.093227) + 1.482661.'125'(0.000000) + 1.379792.'130'(0.000000) + 1.174179.'135'(0.000000) + 1.859481.'139'(0.000000) + 0.911493.'139'(0.000000) + 0.674215.'148'(0.000000) + 1.557109.'152'(0.000000) + 1.696058.'155'(0.000000) + 2.092266.'168'(0.000000) + 2.746896.'174'(0.000000) + 1.479090.'180'(0.000000) + 1.503270.'184'(0.000000) + 1.386597.'194'(0.000000) + 0) <= 9.537422 ('135') +> [0.000000]: [ker_lmm/DEBUG] (0.901242.'146'(0.044234) + 1.684058.'141'(0.006573) + 1.167249.'132'(0.080095) + 1.311484.'129'(0.080095) + 1.595389.'119'(0.125579) + 2.214264.'116'(0.125579) + 1.896587.'112'(0.006573) + 2.223912.'109'(0.044234) + 1.143503.'103'(0.093227) + 1.966108.'103'(0.093227) + 1.770890.'137'(0.000000) + 0.965037.'140'(0.000000) + 1.233559.'147'(0.000000) + 1.223799.'152'(0.000000) + 2.240931.'155'(0.000000) + 1.102296.'159'(0.000000) + 0.479441.'160'(0.000000) + 2.352743.'161'(0.000000) + 1.265973.'161'(0.000000) + 0.664642.'162'(0.000000) + 0.687668.'163'(0.000000) + 2.674598.'165'(0.000000) + 2.361611.'166'(0.000000) + 0.997284.'167'(0.000000) + 2.151681.'168'(0.000000) + 0.722815.'169'(0.000000) + 1.160824.'170'(0.000000) + 2.654701.'174'(0.000000) + 1.631252.'193'(0.000000) + 1.222890.'194'(0.000000) + 2.577937.'199'(0.000000) + 0) <= 2.172699 ('130') +> [0.000000]: [ker_lmm/DEBUG] (1.301885.'128'(0.125579) + 1.371551.'127'(0.044234) + 1.128690.'124'(0.080095) + 1.121216.'116'(0.125579) + 2.844005.'115'(0.044234) + 0.795435.'111'(0.044234) + 1.576517.'110'(0.006573) + 1.410583.'109'(0.044234) + 1.405771.'107'(0.080095) + 0.683844.'106'(0.142396) + 2.619084.'103'(0.093227) + 1.169475.'134'(0.000000) + 0.100269.'135'(0.000000) + 0.672361.'138'(0.000000) + 1.082631.'139'(0.000000) + 1.207389.'139'(0.000000) + 1.890997.'142'(0.000000) + 1.021173.'145'(0.000000) + 1.109350.'147'(0.000000) + 1.344645.'149'(0.000000) + 1.191929.'150'(0.000000) + 1.740289.'166'(0.000000) + 1.486841.'170'(0.000000) + 1.399274.'176'(0.000000) + 1.510011.'183'(0.000000) + 1.108266.'190'(0.000000) + 0.614959.'190'(0.000000) + 1.337446.'194'(0.000000) + 0) <= 4.768434 ('172') +> [0.000000]: [ker_lmm/DEBUG] (0.881306.'128'(0.125579) + 2.170511.'124'(0.080095) + 1.194940.'119'(0.125579) + 1.061002.'118'(0.093227) + 0.219503.'105'(0.006573) + 0.061869.'104'(0.006573) + 2.124824.'104'(0.006573) + 1.825870.'103'(0.093227) + 1.235328.'130'(0.000000) + 2.572400.'134'(0.000000) + 1.127211.'135'(0.000000) + 2.088416.'139'(0.000000) + 1.751423.'140'(0.000000) + 0.781165.'142'(0.000000) + 0.169138.'153'(0.000000) + 1.179401.'159'(0.000000) + 1.579365.'161'(0.000000) + 3.175654.'164'(0.000000) + 0.686512.'164'(0.000000) + 1.072593.'165'(0.000000) + 1.112457.'173'(0.000000) + 1.247665.'176'(0.000000) + 1.993801.'179'(0.000000) + 1.802504.'185'(0.000000) + 2.261780.'188'(0.000000) + 1.682292.'190'(0.000000) + 1.713570.'193'(0.000000) + 0.580511.'195'(0.000000) + 1.615488.'196'(0.000000) + 2.174601.'200'(0.000000) + 0) <= 8.141384 ('136') +> [0.000000]: [ker_lmm/DEBUG] (1.361194.'181'(0.044234) + 1.820431.'178'(0.006573) + 1.314341.'128'(0.125579) + 0.806123.'127'(0.044234) + 2.111399.'120'(0.080095) + 1.114955.'118'(0.093227) + 1.517211.'110'(0.006573) + 1.521821.'103'(0.093227) + 2.498404.'130'(0.000000) + 1.184414.'140'(0.000000) + 0.961269.'148'(0.000000) + 0.906685.'152'(0.000000) + 1.470382.'158'(0.000000) + 1.856893.'165'(0.000000) + 1.034040.'166'(0.000000) + 1.696721.'167'(0.000000) + 2.019718.'177'(0.000000) + 3.035953.'187'(0.000000) + 0.157777.'187'(0.000000) + 1.769783.'188'(0.000000) + 1.327285.'192'(0.000000) + 2.453630.'199'(0.000000) + 0) <= 8.378305 ('183') +> [0.000000]: [ker_lmm/DEBUG] (1.845346.'129'(0.080095) + 1.939248.'126'(0.093227) + 1.190279.'120'(0.080095) + 1.781053.'103'(0.093227) + 0.449494.'125'(0.000000) + 2.609063.'130'(0.000000) + 2.601482.'135'(0.000000) + 0.853103.'145'(0.000000) + 1.631306.'161'(0.000000) + 2.218292.'169'(0.000000) + 0.892219.'177'(0.000000) + 0.164239.'185'(0.000000) + 2.082659.'188'(0.000000) + 2.514556.'190'(0.000000) + 2.596843.'194'(0.000000) + 1.372731.'197'(0.000000) + 0) <= 4.637426 ('187') +> [0.000000]: [ker_lmm/DEBUG] (1.272392.'156'(0.006573) + 2.776708.'154'(0.187080) + 0.208071.'136'(0.788434) + 2.351107.'129'(0.080095) + 2.157764.'120'(0.080095) + 1.415520.'119'(0.125579) + 2.298813.'118'(0.093227) + 1.643685.'113'(0.080095) + 1.365614.'104'(0.006573) + 0.893884.'125'(0.000000) + 1.793261.'135'(0.000000) + 1.601148.'137'(0.000000) + 0.895192.'148'(0.000000) + 2.086872.'150'(0.000000) + 1.500062.'151'(0.000000) + 1.518935.'155'(0.000000) + 2.102960.'161'(0.000000) + 1.350142.'164'(0.000000) + 2.014534.'179'(0.000000) + 0.340089.'184'(0.000000) + 2.640327.'186'(0.000000) + 0.491970.'187'(0.000000) + 2.091613.'199'(0.000000) + 0) <= 2.208379 ('175') +> [0.000000]: [ker_lmm/DEBUG] (2.491663.'157'(0.044234) + 1.464826.'146'(0.044234) + 1.527953.'136'(0.788434) + 1.802031.'128'(0.125579) + 2.915259.'126'(0.093227) + 2.181123.'119'(0.125579) + 1.696801.'118'(0.093227) + 2.458787.'111'(0.044234) + 1.866065.'109'(0.044234) + 1.277628.'106'(0.142396) + 0.482364.'104'(0.006573) + 2.651085.'130'(0.000000) + 0.575176.'135'(0.000000) + 2.287878.'162'(0.000000) + 1.622682.'165'(0.000000) + 0.402705.'172'(0.000000) + 0.728424.'180'(0.000000) + 2.105850.'183'(0.000000) + 0) <= 6.470142 ('165') +> [0.000000]: [ker_lmm/DEBUG] (1.952705.'181'(0.044234) + 1.186987.'178'(0.006573) + 0.909699.'154'(0.187080) + 2.457878.'132'(0.080095) + 2.056541.'127'(0.044234) + 0.018780.'116'(0.125579) + 1.097357.'114'(0.142396) + 1.361903.'111'(0.044234) + 2.246796.'111'(0.044234) + 2.351104.'104'(0.006573) + 0.953507.'135'(0.000000) + 1.542317.'138'(0.000000) + 2.071817.'139'(0.000000) + 1.580873.'140'(0.000000) + 1.840657.'144'(0.000000) + 1.186730.'148'(0.000000) + 2.109041.'155'(0.000000) + 0.091614.'155'(0.000000) + 1.002108.'158'(0.000000) + 1.517398.'166'(0.000000) + 1.749295.'168'(0.000000) + 1.518646.'175'(0.000000) + 2.153496.'185'(0.000000) + 2.518437.'186'(0.000000) + 1.196290.'192'(0.000000) + 1.538106.'199'(0.000000) + 1.310543.'200'(0.000000) + 0) <= 8.799904 ('193') +> [0.000000]: [ker_lmm/DEBUG] (2.016910.'146'(0.044234) + 2.259166.'131'(0.006573) + 2.968000.'128'(0.125579) + 0.591802.'127'(0.044234) + 1.445521.'121'(0.044234) + 1.486794.'119'(0.125579) + 1.118213.'114'(0.142396) + 1.884486.'108'(0.080095) + 1.574422.'104'(0.006573) + 2.549654.'140'(0.000000) + 1.540848.'143'(0.000000) + 0.768872.'144'(0.000000) + 1.953354.'147'(0.000000) + 1.901082.'151'(0.000000) + 1.406621.'164'(0.000000) + 1.493331.'167'(0.000000) + 1.660930.'182'(0.000000) + 1.484453.'185'(0.000000) + 3.053787.'186'(0.000000) + 0.681377.'186'(0.000000) + 0.242872.'189'(0.000000) + 2.200641.'195'(0.000000) + 0) <= 3.972540 ('185') +> [0.000000]: [ker_lmm/DEBUG] (1.051637.'178'(0.006573) + 0.134149.'156'(0.006573) + 1.800062.'156'(0.006573) + 0.276480.'146'(0.044234) + 1.469582.'123'(0.468422) + 1.745740.'119'(0.125579) + 1.125175.'116'(0.125579) + 1.024126.'110'(0.006573) + 1.035585.'105'(0.006573) + 2.041887.'104'(0.006573) + 1.726493.'139'(0.000000) + 1.576323.'159'(0.000000) + 1.677314.'162'(0.000000) + 1.426826.'162'(0.000000) + 0.393193.'175'(0.000000) + 2.193377.'180'(0.000000) + 2.395733.'191'(0.000000) + 1.792308.'193'(0.000000) + 0.840646.'195'(0.000000) + 0) <= 3.939333 ('152') +> [0.000000]: [ker_lmm/DEBUG] (0.945350.'136'(0.788434) + 2.614928.'128'(0.125579) + 0.977603.'124'(0.080095) + 0.891334.'121'(0.044234) + 1.135399.'117'(0.093227) + 0.981975.'111'(0.044234) + 0.629195.'109'(0.044234) + 0.598586.'104'(0.006573) + 0.692825.'125'(0.000000) + 1.559825.'142'(0.000000) + 0.967597.'143'(0.000000) + 1.283493.'148'(0.000000) + 1.223258.'155'(0.000000) + 2.170129.'160'(0.000000) + 1.134909.'161'(0.000000) + 0.946675.'163'(0.000000) + 1.328765.'166'(0.000000) + 2.254859.'172'(0.000000) + 1.359211.'175'(0.000000) + 1.704611.'176'(0.000000) + 2.074427.'184'(0.000000) + 1.804545.'185'(0.000000) + 0.555812.'186'(0.000000) + 2.608935.'187'(0.000000) + 1.694606.'191'(0.000000) + 1.534407.'192'(0.000000) + 0.399892.'192'(0.000000) + 1.887023.'200'(0.000000) + 0) <= 2.878688 ('116') +> [0.000000]: [ker_lmm/DEBUG] (0.919684.'146'(0.044234) + 1.547827.'129'(0.080095) + 2.153157.'119'(0.125579) + 1.153388.'118'(0.093227) + 1.676089.'112'(0.006573) + 1.668515.'105'(0.006573) + 1.798036.'104'(0.006573) + 1.895971.'137'(0.000000) + 1.994966.'140'(0.000000) + 1.082526.'140'(0.000000) + 1.838746.'144'(0.000000) + 1.713244.'147'(0.000000) + 1.815431.'151'(0.000000) + 1.615343.'163'(0.000000) + 1.532149.'167'(0.000000) + 1.392378.'170'(0.000000) + 2.269544.'171'(0.000000) + 1.532268.'172'(0.000000) + 1.957934.'173'(0.000000) + 0.529921.'173'(0.000000) + 1.481287.'175'(0.000000) + 1.646681.'179'(0.000000) + 0.999516.'189'(0.000000) + 2.304956.'194'(0.000000) + 1.853959.'197'(0.000000) + 0) <= 8.783003 ('157') +> [0.000000]: [ker_lmm/DEBUG] (2.337260.'156'(0.006573) + 0.092446.'154'(0.187080) + 1.213552.'128'(0.125579) + 1.321980.'123'(0.468422) + 0.391209.'116'(0.125579) + 1.332670.'115'(0.044234) + 1.364693.'111'(0.044234) + 1.766435.'110'(0.006573) + 2.314414.'109'(0.044234) + 1.393201.'107'(0.080095) + 0.138042.'104'(0.006573) + 1.150811.'134'(0.000000) + 1.221880.'142'(0.000000) + 1.147789.'143'(0.000000) + 0.377358.'145'(0.000000) + 2.456853.'158'(0.000000) + 2.311073.'160'(0.000000) + 0.391678.'166'(0.000000) + 1.553053.'170'(0.000000) + 0.927805.'174'(0.000000) + 1.675405.'184'(0.000000) + 1.797583.'195'(0.000000) + 1.570210.'196'(0.000000) + 0.798483.'198'(0.000000) + 1.880589.'200'(0.000000) + 0) <= 3.350947 ('199') +> [0.000000]: [ker_lmm/DEBUG] (1.811395.'178'(0.006573) + 2.315240.'133'(0.006573) + 1.349717.'129'(0.080095) + 1.899638.'117'(0.093227) + 0.921370.'114'(0.142396) + 1.056284.'113'(0.080095) + 1.339526.'106'(0.142396) + 2.038101.'105'(0.006573) + 2.276968.'130'(0.000000) + 1.099526.'143'(0.000000) + 1.023644.'147'(0.000000) + 0.635996.'148'(0.000000) + 0.988943.'149'(0.000000) + 1.449803.'150'(0.000000) + 1.253780.'159'(0.000000) + 1.476570.'162'(0.000000) + 0.776173.'167'(0.000000) + 1.293241.'170'(0.000000) + 2.438064.'171'(0.000000) + 2.129567.'172'(0.000000) + 2.327549.'173'(0.000000) + 2.152855.'174'(0.000000) + 1.552752.'175'(0.000000) + 0.608196.'177'(0.000000) + 0.279445.'184'(0.000000) + 1.960885.'187'(0.000000) + 0.784466.'192'(0.000000) + 0) <= 3.792106 ('154') +> [0.000000]: [ker_lmm/DEBUG] (1.755000.'181'(0.044234) + 0.518030.'141'(0.006573) + 1.667257.'136'(0.788434) + 0.707797.'126'(0.093227) + 1.626550.'121'(0.044234) + 1.055250.'114'(0.142396) + 1.293246.'105'(0.006573) + 0.359167.'134'(0.000000) + 1.559394.'135'(0.000000) + 0.931364.'143'(0.000000) + 3.490726.'160'(0.000000) + 0.690606.'160'(0.000000) + 2.521005.'165'(0.000000) + 0.499409.'169'(0.000000) + 2.197413.'170'(0.000000) + 0.850779.'170'(0.000000) + 1.550288.'183'(0.000000) + 1.655458.'184'(0.000000) + 0) <= 1.692254 ('145') +> [0.000000]: [ker_lmm/DEBUG] (1.586980.'178'(0.006573) + 1.628420.'157'(0.044234) + 2.011585.'131'(0.006573) + 1.689523.'129'(0.080095) + 0.488515.'128'(0.125579) + 0.124365.'127'(0.044234) + 3.292347.'127'(0.044234) + 0.429476.'126'(0.093227) + 0.640624.'123'(0.468422) + 0.539090.'116'(0.125579) + 2.026765.'115'(0.044234) + 2.361033.'105'(0.006573) + 0.797958.'122'(0.000000) + 1.056117.'138'(0.000000) + 1.466533.'142'(0.000000) + 1.658476.'147'(0.000000) + 1.459721.'150'(0.000000) + 0.929290.'151'(0.000000) + 0.885607.'159'(0.000000) + 0.977209.'163'(0.000000) + 2.290498.'175'(0.000000) + 1.694487.'184'(0.000000) + 0.962736.'185'(0.000000) + 0.998133.'187'(0.000000) + 0.525389.'189'(0.000000) + 0.487445.'194'(0.000000) + 0) <= 6.438419 ('168') +> [0.000000]: [ker_lmm/DEBUG] (1.558296.'133'(0.006573) + 2.735626.'124'(0.080095) + 1.413389.'117'(0.093227) + 3.056772.'117'(0.093227) + 0.720651.'114'(0.142396) + 1.087560.'112'(0.006573) + 2.908016.'108'(0.080095) + 1.945611.'105'(0.006573) + 1.158176.'125'(0.000000) + 0.827676.'134'(0.000000) + 1.086766.'137'(0.000000) + 1.459203.'138'(0.000000) + 1.454437.'139'(0.000000) + 1.405312.'140'(0.000000) + 2.272148.'149'(0.000000) + 2.488098.'151'(0.000000) + 1.472804.'159'(0.000000) + 1.030548.'164'(0.000000) + 1.560846.'170'(0.000000) + 0.286661.'171'(0.000000) + 1.396189.'173'(0.000000) + 1.609894.'179'(0.000000) + 3.271612.'180'(0.000000) + 0.975598.'180'(0.000000) + 0.664358.'182'(0.000000) + 2.665548.'192'(0.000000) + 2.742165.'195'(0.000000) + 0) <= 4.413549 ('149') +> [0.000000]: [ker_lmm/DEBUG] (1.742378.'154'(0.187080) + 1.933787.'115'(0.044234) + 1.274366.'114'(0.142396) + 1.707456.'111'(0.044234) + 1.803126.'109'(0.044234) + 0.309146.'106'(0.142396) + 1.871253.'106'(0.142396) + 1.043947.'105'(0.006573) + 2.054258.'122'(0.000000) + 1.261268.'134'(0.000000) + 1.656795.'137'(0.000000) + 1.551267.'153'(0.000000) + 1.392869.'162'(0.000000) + 0.949743.'163'(0.000000) + 1.673832.'165'(0.000000) + 2.094397.'177'(0.000000) + 1.550925.'179'(0.000000) + 2.167174.'180'(0.000000) + 1.340495.'184'(0.000000) + 0.860345.'187'(0.000000) + 1.265129.'191'(0.000000) + 1.637195.'198'(0.000000) + 0) <= 7.466314 ('140') +> [0.000000]: [ker_lmm/DEBUG] (1.731209.'146'(0.044234) + 0.698458.'136'(0.788434) + 2.490136.'128'(0.125579) + 0.865869.'121'(0.044234) + 1.681110.'113'(0.080095) + 0.754958.'111'(0.044234) + 1.061627.'108'(0.080095) + 1.132484.'105'(0.006573) + 0.943649.'125'(0.000000) + 1.927897.'142'(0.000000) + 1.858166.'144'(0.000000) + 1.345591.'145'(0.000000) + 1.561557.'149'(0.000000) + 1.258082.'163'(0.000000) + 1.732862.'165'(0.000000) + 1.872341.'166'(0.000000) + 1.894645.'176'(0.000000) + 0.831638.'200'(0.000000) + 0) <= 1.850821 ('101') +> [0.000000]: [ker_lmm/DEBUG] (0.391859.'178'(0.006573) + 1.803626.'156'(0.006573) + 2.048667.'128'(0.125579) + 1.552797.'114'(0.142396) + 1.276080.'113'(0.080095) + 1.537551.'108'(0.080095) + 0.620937.'106'(0.142396) + 2.524391.'137'(0.000000) + 1.193210.'139'(0.000000) + 2.155776.'161'(0.000000) + 1.376931.'172'(0.000000) + 1.519302.'174'(0.000000) + 0.491635.'175'(0.000000) + 1.961210.'179'(0.000000) + 1.452636.'190'(0.000000) + 1.593845.'191'(0.000000) + 1.190660.'192'(0.000000) + 1.222442.'194'(0.000000) + 2.022743.'195'(0.000000) + 1.533094.'196'(0.000000) + 0) <= 2.738379 ('195') +> [0.000000]: [ker_lmm/DEBUG] (0.383062.'156'(0.006573) + 2.790130.'156'(0.006573) + 2.039550.'132'(0.080095) + 1.367320.'113'(0.080095) + 0.186621.'111'(0.044234) + 2.403285.'106'(0.142396) + 1.172991.'134'(0.000000) + 1.722428.'135'(0.000000) + 2.029463.'159'(0.000000) + 2.205598.'171'(0.000000) + 1.538754.'174'(0.000000) + 1.731477.'183'(0.000000) + 1.149176.'186'(0.000000) + 1.422536.'187'(0.000000) + 0.957509.'191'(0.000000) + 2.149453.'196'(0.000000) + 0) <= 2.046486 ('105') +> [0.000000]: [ker_lmm/DEBUG] (0.897088.'157'(0.044234) + 0.886878.'136'(0.788434) + 1.719242.'133'(0.006573) + 2.518737.'129'(0.080095) + 2.674065.'127'(0.044234) + 2.335713.'126'(0.093227) + 2.714390.'119'(0.125579) + 1.007045.'114'(0.142396) + 1.778746.'111'(0.044234) + 1.292101.'108'(0.080095) + 2.224073.'108'(0.080095) + 1.464826.'106'(0.142396) + 1.241090.'125'(0.000000) + 1.881498.'150'(0.000000) + 1.582442.'152'(0.000000) + 1.671070.'163'(0.000000) + 0.341896.'167'(0.000000) + 1.179227.'170'(0.000000) + 1.970401.'172'(0.000000) + 0.538695.'183'(0.000000) + 1.752148.'187'(0.000000) + 2.319190.'193'(0.000000) + 1.909827.'195'(0.000000) + 0) <= 5.867970 ('110') +> [0.000000]: [ker_lmm/DEBUG] (1.383040.'181'(0.044234) + 2.278186.'157'(0.044234) + 1.852404.'127'(0.044234) + 1.180661.'124'(0.080095) + 0.926230.'111'(0.044234) + 1.573932.'108'(0.080095) + 1.210650.'107'(0.080095) + 1.098231.'125'(0.000000) + 1.364375.'134'(0.000000) + 0.683410.'143'(0.000000) + 1.218981.'145'(0.000000) + 0.922359.'147'(0.000000) + 0.794845.'148'(0.000000) + 1.730717.'155'(0.000000) + 0.079535.'155'(0.000000) + 1.735411.'166'(0.000000) + 0.544329.'169'(0.000000) + 0.563272.'176'(0.000000) + 0.185752.'185'(0.000000) + 2.511743.'190'(0.000000) + 1.422490.'193'(0.000000) + 1.765857.'195'(0.000000) + 0) <= 2.209982 ('139') +> [0.000000]: [ker_lmm/DEBUG] (2.196098.'181'(0.044234) + 2.404397.'157'(0.044234) + 2.182877.'154'(0.187080) + 0.523049.'146'(0.044234) + 0.758012.'141'(0.006573) + 1.110814.'132'(0.080095) + 2.434842.'126'(0.093227) + 2.838479.'123'(0.468422) + 0.090325.'119'(0.125579) + 1.228028.'107'(0.080095) + 2.103447.'130'(0.000000) + 1.275225.'135'(0.000000) + 1.243363.'137'(0.000000) + 1.974218.'139'(0.000000) + 1.873831.'144'(0.000000) + 0.598393.'149'(0.000000) + 1.121787.'159'(0.000000) + 1.521620.'160'(0.000000) + 1.498658.'164'(0.000000) + 1.570137.'166'(0.000000) + 2.088682.'169'(0.000000) + 1.945039.'172'(0.000000) + 2.672294.'183'(0.000000) + 2.381893.'187'(0.000000) + 2.033243.'188'(0.000000) + 1.564595.'191'(0.000000) + 1.218497.'191'(0.000000) + 1.565429.'193'(0.000000) + 1.183184.'195'(0.000000) + 0.891262.'197'(0.000000) + 1.443094.'199'(0.000000) + 0) <= 9.326286 ('148') +> [0.000000]: [ker_lmm/DEBUG] (1.126795.'154'(0.187080) + 1.953195.'146'(0.044234) + 0.836967.'141'(0.006573) + 1.209919.'132'(0.080095) + 0.962010.'126'(0.093227) + 1.752513.'115'(0.044234) + 1.256292.'114'(0.142396) + 1.255635.'110'(0.006573) + 2.300000.'107'(0.080095) + 2.210692.'125'(0.000000) + 0.988810.'125'(0.000000) + 1.365348.'137'(0.000000) + 1.851814.'142'(0.000000) + 0.846778.'160'(0.000000) + 1.363828.'163'(0.000000) + 1.980842.'168'(0.000000) + 1.000508.'172'(0.000000) + 1.682079.'175'(0.000000) + 1.287123.'176'(0.000000) + 1.663643.'185'(0.000000) + 1.202301.'185'(0.000000) + 0.954825.'188'(0.000000) + 2.120862.'197'(0.000000) + 0) <= 8.539753 ('112') +> [0.000000]: [ker_lmm/DEBUG] (1.597687.'181'(0.044234) + 2.193406.'157'(0.044234) + 1.234849.'141'(0.006573) + 0.096874.'120'(0.080095) + 2.056760.'120'(0.080095) + 1.368753.'118'(0.093227) + 1.306683.'113'(0.080095) + 1.338015.'112'(0.006573) + 2.069278.'108'(0.080095) + 1.823503.'107'(0.080095) + 2.353006.'125'(0.000000) + 1.671996.'130'(0.000000) + 1.618170.'138'(0.000000) + 1.086153.'139'(0.000000) + 1.801304.'140'(0.000000) + 0.339085.'148'(0.000000) + 1.587015.'150'(0.000000) + 1.709849.'155'(0.000000) + 1.193711.'165'(0.000000) + 1.679492.'167'(0.000000) + 0) <= 6.308427 ('162') +> [0.000000]: [ker_lmm/DEBUG] (1.091663.'132'(0.080095) + 1.558993.'128'(0.125579) + 1.468368.'127'(0.044234) + 2.066548.'124'(0.080095) + 1.440323.'109'(0.044234) + 2.089583.'107'(0.080095) + 1.514635.'130'(0.000000) + 1.471114.'135'(0.000000) + 0.266230.'142'(0.000000) + 1.201433.'149'(0.000000) + 1.127015.'150'(0.000000) + 1.642509.'153'(0.000000) + 1.380017.'155'(0.000000) + 1.747018.'161'(0.000000) + 1.010199.'162'(0.000000) + 0.987443.'166'(0.000000) + 1.601249.'180'(0.000000) + 1.623683.'182'(0.000000) + 2.620437.'183'(0.000000) + 0.340152.'185'(0.000000) + 1.088817.'193'(0.000000) + 0.790240.'195'(0.000000) + 1.834279.'197'(0.000000) + 1.964277.'199'(0.000000) + 2.145070.'200'(0.000000) + 0) <= 4.678425 ('134') +> [0.000000]: [ker_lmm/DEBUG] (1.242071.'146'(0.044234) + 1.693652.'141'(0.006573) + 1.853304.'133'(0.006573) + 0.418551.'132'(0.080095) + 0.384686.'129'(0.080095) + 1.623144.'127'(0.044234) + 1.451005.'120'(0.080095) + 0.644561.'117'(0.093227) + 0.966393.'117'(0.093227) + 1.500341.'111'(0.044234) + 1.661019.'107'(0.080095) + 0.627210.'130'(0.000000) + 2.256083.'135'(0.000000) + 0.903341.'139'(0.000000) + 1.619058.'143'(0.000000) + 2.050916.'149'(0.000000) + 1.608607.'152'(0.000000) + 0.612353.'153'(0.000000) + 2.620937.'164'(0.000000) + 1.033952.'164'(0.000000) + 2.512009.'172'(0.000000) + 0.753144.'174'(0.000000) + 2.175224.'177'(0.000000) + 2.510380.'185'(0.000000) + 1.034143.'194'(0.000000) + 2.530046.'198'(0.000000) + 1.063042.'198'(0.000000) + 0) <= 2.597448 ('151') +> [0.000000]: [ker_lmm/DEBUG] (1.120571.'154'(0.187080) + 1.952150.'154'(0.187080) + 0.934873.'133'(0.006573) + 1.536775.'128'(0.125579) + 2.152093.'126'(0.093227) + 1.604570.'117'(0.093227) + 1.302993.'115'(0.044234) + 0.795801.'113'(0.080095) + 0.932811.'107'(0.080095) + 1.596722.'122'(0.000000) + 1.379251.'137'(0.000000) + 1.748070.'143'(0.000000) + 0.672030.'149'(0.000000) + 2.526441.'152'(0.000000) + 1.892819.'158'(0.000000) + 0.898531.'158'(0.000000) + 1.544084.'163'(0.000000) + 2.221927.'166'(0.000000) + 0.996356.'171'(0.000000) + 0.331004.'183'(0.000000) + 1.324384.'186'(0.000000) + 1.217625.'186'(0.000000) + 1.568895.'196'(0.000000) + 2.511966.'199'(0.000000) + 0) <= 1.485648 ('128') +> [0.000000]: [ker_lmm/DEBUG] (2.144359.'178'(0.006573) + 1.410992.'154'(0.187080) + 1.710112.'146'(0.044234) + 0.481585.'136'(0.788434) + 2.285144.'128'(0.125579) + 0.694923.'123'(0.468422) + 1.210108.'121'(0.044234) + 1.303988.'117'(0.093227) + 1.854770.'107'(0.080095) + 1.920198.'135'(0.000000) + 0.222533.'138'(0.000000) + 0.831274.'142'(0.000000) + 1.109375.'147'(0.000000) + 2.641894.'162'(0.000000) + 1.080735.'166'(0.000000) + 2.195155.'167'(0.000000) + 0.354347.'174'(0.000000) + 0.917449.'179'(0.000000) + 2.639312.'186'(0.000000) + 1.679188.'187'(0.000000) + 1.734942.'189'(0.000000) + 0) <= 6.293597 ('190') +> [0.000000]: [ker_lmm/DEBUG] (1.523182.'120'(0.080095) + 1.532386.'117'(0.093227) + 0.947317.'116'(0.125579) + 2.029818.'110'(0.006573) + 1.282256.'109'(0.044234) + 1.122278.'108'(0.080095) + 2.020838.'108'(0.080095) + 1.374684.'107'(0.080095) + 0.855172.'125'(0.000000) + 1.604560.'135'(0.000000) + 1.447236.'137'(0.000000) + 2.564457.'143'(0.000000) + 0.486644.'149'(0.000000) + 0.895001.'150'(0.000000) + 1.304455.'158'(0.000000) + 1.183921.'176'(0.000000) + 0.956768.'180'(0.000000) + 1.580929.'183'(0.000000) + 1.721069.'187'(0.000000) + 1.315867.'193'(0.000000) + 0) <= 4.367473 ('133') +> [0.000000]: [ker_lmm/DEBUG] (1.191476.'181'(0.044234) + 2.282457.'154'(0.187080) + 1.285449.'136'(0.788434) + 1.894737.'133'(0.006573) + 0.803402.'129'(0.080095) + 3.618294.'129'(0.080095) + 1.802447.'126'(0.093227) + 2.346251.'124'(0.080095) + 0.906872.'123'(0.468422) + 0.605877.'119'(0.125579) + 2.804799.'119'(0.125579) + 2.462886.'118'(0.093227) + 1.387182.'109'(0.044234) + 3.114408.'109'(0.044234) + 1.267651.'108'(0.080095) + 2.630982.'122'(0.000000) + 0.448885.'122'(0.000000) + 1.511591.'135'(0.000000) + 1.902512.'139'(0.000000) + 1.261492.'145'(0.000000) + 0.845447.'159'(0.000000) + 0.750665.'164'(0.000000) + 0.871667.'185'(0.000000) + 1.444614.'192'(0.000000) + 2.562058.'199'(0.000000) + 0) <= 6.630618 ('125') +> [0.000000]: [ker_lmm/DEBUG] (1.519933.'178'(0.006573) + 1.554477.'141'(0.006573) + 1.874230.'133'(0.006573) + 1.747360.'118'(0.093227) + 1.732405.'114'(0.142396) + 0.748000.'108'(0.080095) + 1.425544.'125'(0.000000) + 1.331880.'139'(0.000000) + 0.702448.'143'(0.000000) + 1.851396.'145'(0.000000) + 2.048021.'147'(0.000000) + 2.236568.'152'(0.000000) + 0.700473.'167'(0.000000) + 2.505321.'177'(0.000000) + 1.033884.'182'(0.000000) + 0.857235.'188'(0.000000) + 2.561236.'190'(0.000000) + 2.422524.'191'(0.000000) + 0) <= 3.566243 ('147') +> [0.000000]: [ker_lmm/DEBUG] (1.926480.'178'(0.006573) + 0.703703.'157'(0.044234) + 2.221532.'154'(0.187080) + 1.685624.'132'(0.080095) + 2.387038.'129'(0.080095) + 1.266622.'108'(0.080095) + 2.038429.'138'(0.000000) + 1.373921.'144'(0.000000) + 2.744484.'150'(0.000000) + 2.062855.'153'(0.000000) + 1.110365.'162'(0.000000) + 1.827045.'167'(0.000000) + 1.316331.'170'(0.000000) + 2.019319.'172'(0.000000) + 1.452096.'175'(0.000000) + 0.428011.'184'(0.000000) + 2.187461.'188'(0.000000) + 1.196913.'196'(0.000000) + 0) <= 2.951723 ('191') +> [0.000000]: [ker_lmm/DEBUG] (1.104913.'136'(0.788434) + 1.321674.'126'(0.093227) + 1.301663.'123'(0.468422) + 1.126057.'119'(0.125579) + 1.381167.'117'(0.093227) + 1.015165.'115'(0.044234) + 1.359017.'113'(0.080095) + 2.061299.'112'(0.006573) + 1.706437.'110'(0.006573) + 1.979929.'108'(0.080095) + 1.516692.'144'(0.000000) + 1.301389.'165'(0.000000) + 2.293934.'177'(0.000000) + 2.629457.'182'(0.000000) + 1.035455.'182'(0.000000) + 0.874759.'183'(0.000000) + 2.446881.'186'(0.000000) + 1.433376.'186'(0.000000) + 0.674607.'187'(0.000000) + 2.223194.'189'(0.000000) + 1.560765.'196'(0.000000) + 1.656795.'199'(0.000000) + 0) <= 4.197355 ('179') +> [0.000000]: [ker_lmm/DEBUG] (1.683427.'156'(0.006573) + 1.055731.'133'(0.006573) + 2.338004.'132'(0.080095) + 0.616731.'127'(0.044234) + 1.136847.'119'(0.125579) + 0.995944.'110'(0.006573) + 2.799002.'110'(0.006573) + 2.315039.'109'(0.044234) + 1.794389.'134'(0.000000) + 0.730601.'143'(0.000000) + 0.292055.'144'(0.000000) + 1.917220.'155'(0.000000) + 2.835395.'161'(0.000000) + 0.756519.'167'(0.000000) + 1.254752.'186'(0.000000) + 0.515291.'188'(0.000000) + 2.142264.'192'(0.000000) + 1.319012.'195'(0.000000) + 0) <= 9.645511 ('129') +> [0.000000]: [ker_lmm/DEBUG] (1.620493.'181'(0.044234) + 2.887648.'157'(0.044234) + 1.026653.'146'(0.044234) + 2.217494.'127'(0.044234) + 1.403767.'121'(0.044234) + 1.812942.'115'(0.044234) + 2.488436.'111'(0.044234) + 1.722017.'109'(0.044234) + 1.507934.'145'(0.000000) + 0.684248.'147'(0.000000) + 1.511607.'149'(0.000000) + 1.149401.'150'(0.000000) + 1.250487.'151'(0.000000) + 1.917856.'155'(0.000000) + 1.796474.'163'(0.000000) + 1.738163.'164'(0.000000) + 0.584669.'169'(0.000000) + 1.309684.'172'(0.000000) + 1.799833.'175'(0.000000) + 0.522240.'176'(0.000000) + 1.007642.'177'(0.000000) + 1.628015.'180'(0.000000) + 2.552048.'187'(0.000000) + 0.886275.'192'(0.000000) + 1.456398.'199'(0.000000) + 0) <= 0.671444 ('141') +> [0.000000]: [ker_lmm/DEBUG] (0.949232.'181'(0.044234) + 3.062353.'181'(0.044234) + 1.377924.'178'(0.006573) + 0.913310.'146'(0.044234) + 0.944538.'132'(0.080095) + 1.618467.'131'(0.006573) + 1.236457.'123'(0.468422) + 2.230415.'116'(0.125579) + 1.419536.'114'(0.142396) + 2.427850.'113'(0.080095) + 1.030932.'109'(0.044234) + 1.265223.'142'(0.000000) + 1.265871.'152'(0.000000) + 2.219911.'161'(0.000000) + 1.046766.'163'(0.000000) + 1.169002.'167'(0.000000) + 1.848966.'169'(0.000000) + 0.500711.'175'(0.000000) + 1.532990.'176'(0.000000) + 1.910522.'182'(0.000000) + 1.067690.'191'(0.000000) + 1.244499.'195'(0.000000) + 0) <= 1.614666 ('200') +> [0.000000]: [ker_lmm/DEBUG] (1.769079.'157'(0.044234) + 1.048550.'136'(0.788434) + 0.692203.'120'(0.080095) + 0.370586.'117'(0.093227) + 2.266050.'109'(0.044234) + 2.598885.'149'(0.000000) + 2.353623.'153'(0.000000) + 0.630391.'159'(0.000000) + 0.811153.'160'(0.000000) + 2.907953.'162'(0.000000) + 1.179129.'162'(0.000000) + 1.288826.'164'(0.000000) + 1.527605.'168'(0.000000) + 0.981706.'169'(0.000000) + 2.144796.'174'(0.000000) + 1.122994.'177'(0.000000) + 1.174844.'188'(0.000000) + 1.060947.'190'(0.000000) + 1.257881.'193'(0.000000) + 1.420841.'194'(0.000000) + 1.925011.'196'(0.000000) + 2.194755.'200'(0.000000) + 0) <= 8.182267 ('108') +> [0.000000]: [ker_lmm/DEBUG] (1.621348.'178'(0.006573) + 0.186934.'157'(0.044234) + 1.218556.'141'(0.006573) + 0.877338.'132'(0.080095) + 1.216014.'116'(0.125579) + 0.442531.'114'(0.142396) + 2.882380.'114'(0.142396) + 0.495798.'112'(0.006573) + 1.067537.'109'(0.044234) + 0.762595.'122'(0.000000) + 1.404421.'138'(0.000000) + 1.128510.'143'(0.000000) + 2.057733.'145'(0.000000) + 0.699267.'160'(0.000000) + 0.834368.'163'(0.000000) + 2.242216.'165'(0.000000) + 1.629621.'167'(0.000000) + 1.686753.'176'(0.000000) + 2.555356.'177'(0.000000) + 0.383730.'190'(0.000000) + 1.027224.'192'(0.000000) + 1.267400.'196'(0.000000) + 0.840786.'198'(0.000000) + 1.878909.'199'(0.000000) + 1.710821.'200'(0.000000) + 0) <= 8.951457 ('178') +> [0.000000]: [ker_lmm/DEBUG] (0.048963.'181'(0.044234) + 2.594041.'181'(0.044234) + 1.051091.'178'(0.006573) + 1.161794.'136'(0.788434) + 1.987777.'133'(0.006573) + 1.682603.'132'(0.080095) + 1.788536.'128'(0.125579) + 1.779188.'121'(0.044234) + 1.526591.'110'(0.006573) + 1.847849.'144'(0.000000) + 2.036464.'158'(0.000000) + 1.551607.'164'(0.000000) + 1.147550.'169'(0.000000) + 0.949058.'173'(0.000000) + 1.465067.'174'(0.000000) + 2.365833.'176'(0.000000) + 1.341048.'179'(0.000000) + 1.299245.'194'(0.000000) + 1.309585.'198'(0.000000) + 0) <= 7.936375 ('126') +> [0.000000]: [ker_lmm/DEBUG] (2.343719.'156'(0.006573) + 1.751623.'132'(0.080095) + 1.234351.'123'(0.468422) + 1.490744.'120'(0.080095) + 2.365799.'118'(0.093227) + 2.739711.'116'(0.125579) + 1.632418.'110'(0.006573) + 1.649615.'134'(0.000000) + 1.309043.'144'(0.000000) + 1.013174.'149'(0.000000) + 1.745304.'151'(0.000000) + 0.780178.'159'(0.000000) + 2.268712.'165'(0.000000) + 1.138333.'169'(0.000000) + 2.207712.'170'(0.000000) + 1.189419.'174'(0.000000) + 1.712372.'176'(0.000000) + 1.539847.'177'(0.000000) + 1.547292.'179'(0.000000) + 2.781864.'183'(0.000000) + 0.940050.'183'(0.000000) + 0.358077.'184'(0.000000) + 0.768068.'186'(0.000000) + 1.013228.'189'(0.000000) + 1.506872.'190'(0.000000) + 1.524577.'191'(0.000000) + 1.399217.'197'(0.000000) + 1.934920.'199'(0.000000) + 0) <= 4.073078 ('113') +> [0.000000]: [ker_lmm/DEBUG] (1.572410.'146'(0.044234) + 1.586248.'141'(0.006573) + 2.535224.'129'(0.080095) + 1.353952.'124'(0.080095) + 0.523659.'121'(0.044234) + 2.040275.'115'(0.044234) + 1.782459.'114'(0.142396) + 0.956299.'110'(0.006573) + 1.742378.'130'(0.000000) + 0.783543.'134'(0.000000) + 1.098399.'135'(0.000000) + 2.190297.'137'(0.000000) + 2.582353.'138'(0.000000) + 0.878158.'140'(0.000000) + 1.765990.'149'(0.000000) + 1.051855.'150'(0.000000) + 1.631497.'153'(0.000000) + 1.598539.'166'(0.000000) + 1.656169.'171'(0.000000) + 0.421557.'171'(0.000000) + 1.452877.'174'(0.000000) + 1.233593.'176'(0.000000) + 1.399907.'179'(0.000000) + 1.550680.'182'(0.000000) + 1.256761.'184'(0.000000) + 1.665016.'188'(0.000000) + 1.784692.'189'(0.000000) + 0.473424.'189'(0.000000) + 0.788897.'197'(0.000000) + 1.596575.'200'(0.000000) + 0) <= 2.970184 ('115') +> [0.000000]: [ker_lmm/DEBUG] (2.213544.'146'(0.044234) + 1.532525.'127'(0.044234) + 0.427397.'119'(0.125579) + 1.422920.'118'(0.093227) + 2.647657.'110'(0.006573) + 1.397317.'122'(0.000000) + 1.787444.'138'(0.000000) + 2.015154.'144'(0.000000) + 2.343522.'158'(0.000000) + 1.919484.'164'(0.000000) + 1.071371.'169'(0.000000) + 1.299777.'180'(0.000000) + 2.346711.'186'(0.000000) + 2.000317.'187'(0.000000) + 2.229100.'189'(0.000000) + 2.001809.'194'(0.000000) + 1.714312.'196'(0.000000) + 1.812991.'197'(0.000000) + 2.817329.'198'(0.000000) + 0.721766.'198'(0.000000) + 0.336199.'200'(0.000000) + 0) <= 9.480904 ('137') +> [0.000000]: [ker_lmm/DEBUG] (1.982857.'136'(0.788434) + 2.485934.'121'(0.044234) + 1.427843.'120'(0.080095) + 1.016670.'115'(0.044234) + 1.737139.'112'(0.006573) + 1.636861.'122'(0.000000) + 2.057161.'134'(0.000000) + 1.811295.'138'(0.000000) + 1.616269.'142'(0.000000) + 1.850457.'148'(0.000000) + 2.348076.'151'(0.000000) + 2.688700.'152'(0.000000) + 2.209898.'153'(0.000000) + 0.233155.'153'(0.000000) + 1.064474.'167'(0.000000) + 1.124668.'168'(0.000000) + 1.898826.'175'(0.000000) + 2.237685.'180'(0.000000) + 0.349859.'182'(0.000000) + 2.164164.'185'(0.000000) + 2.367319.'188'(0.000000) + 1.376298.'192'(0.000000) + 2.402276.'195'(0.000000) + 0) <= 3.462379 ('177') +> [0.000000]: [ker_lmm/DEBUG] (0.933551.'133'(0.006573) + 0.676591.'131'(0.006573) + 2.564258.'121'(0.044234) + 1.154168.'115'(0.044234) + 1.955853.'114'(0.142396) + 0.425964.'122'(0.000000) + 0.831636.'138'(0.000000) + 0.653588.'147'(0.000000) + 2.247081.'148'(0.000000) + 0.771407.'149'(0.000000) + 1.781544.'153'(0.000000) + 2.296339.'167'(0.000000) + 0.714518.'174'(0.000000) + 1.596788.'175'(0.000000) + 1.655182.'180'(0.000000) + 1.368243.'183'(0.000000) + 0.791356.'193'(0.000000) + 0.902708.'199'(0.000000) + 0) <= 4.686736 ('123') +> [0.000000]: [ker_lmm/DEBUG] (0.801449.'146'(0.044234) + 1.058976.'131'(0.006573) + 1.355089.'129'(0.080095) + 0.207605.'128'(0.125579) + 1.492094.'120'(0.080095) + 1.201001.'118'(0.093227) + 1.330124.'116'(0.125579) + 2.500418.'130'(0.000000) + 1.364227.'138'(0.000000) + 2.365679.'148'(0.000000) + 1.804827.'149'(0.000000) + 0.202294.'151'(0.000000) + 0.620938.'152'(0.000000) + 1.240604.'162'(0.000000) + 1.904059.'168'(0.000000) + 1.303241.'171'(0.000000) + 1.590560.'180'(0.000000) + 0.768038.'184'(0.000000) + 0.345055.'195'(0.000000) + 1.577548.'196'(0.000000) + 2.356737.'197'(0.000000) + 0) <= 2.754379 ('197') +> [0.000000]: [ker_lmm/DEBUG] (1.048644.'178'(0.006573) + 0.938948.'157'(0.044234) + 0.730708.'146'(0.044234) + 1.525860.'132'(0.080095) + 2.027490.'123'(0.468422) + 1.419058.'118'(0.093227) + 1.960421.'130'(0.000000) + 0.155360.'135'(0.000000) + 0.823425.'144'(0.000000) + 1.280530.'145'(0.000000) + 1.387016.'149'(0.000000) + 1.337360.'150'(0.000000) + 1.712563.'151'(0.000000) + 1.101667.'158'(0.000000) + 2.455372.'159'(0.000000) + 2.436143.'165'(0.000000) + 0.505747.'166'(0.000000) + 1.395778.'172'(0.000000) + 1.919610.'175'(0.000000) + 1.568943.'183'(0.000000) + 2.764253.'184'(0.000000) + 1.496593.'188'(0.000000) + 1.131883.'196'(0.000000) + 1.204626.'198'(0.000000) + 0) <= 8.262498 ('181') +> [0.000000]: [ker_lmm/DEBUG] (2.003371.'156'(0.006573) + 1.196653.'121'(0.044234) + 2.727363.'159'(0.000000) + 1.392364.'160'(0.000000) + 0.422932.'160'(0.000000) + 0.895474.'164'(0.000000) + 1.701311.'165'(0.000000) + 1.143587.'167'(0.000000) + 2.050506.'173'(0.000000) + 1.699907.'175'(0.000000) + 1.115891.'179'(0.000000) + 2.224623.'188'(0.000000) + 2.172114.'189'(0.000000) + 0.162931.'189'(0.000000) + 1.007320.'193'(0.000000) + 1.132002.'193'(0.000000) + 0.470256.'195'(0.000000) + 0) <= 8.072111 ('176') +> [0.000000]: [ker_lmm/DEBUG] (1.916112.'157'(0.044234) + 1.227966.'146'(0.044234) + 1.499970.'141'(0.006573) + 0.775199.'121'(0.044234) + 1.613763.'142'(0.000000) + 1.025678.'147'(0.000000) + 1.326996.'153'(0.000000) + 1.965814.'155'(0.000000) + 1.184417.'155'(0.000000) + 2.214742.'163'(0.000000) + 1.193177.'172'(0.000000) + 2.303894.'177'(0.000000) + 1.623380.'183'(0.000000) + 2.077884.'185'(0.000000) + 2.170289.'189'(0.000000) + 1.440668.'192'(0.000000) + 2.051578.'198'(0.000000) + 0) <= 0.488681 ('198') +> [0.000000]: [ker_lmm/DEBUG] (1.388822.'141'(0.006573) + 1.568598.'133'(0.006573) + 1.696333.'123'(0.468422) + 2.469580.'134'(0.000000) + 1.962807.'140'(0.000000) + 1.142159.'147'(0.000000) + 1.739371.'151'(0.000000) + 0.569391.'152'(0.000000) + 2.437737.'153'(0.000000) + 0.807530.'161'(0.000000) + 1.542964.'175'(0.000000) + 2.013315.'186'(0.000000) + 2.547993.'188'(0.000000) + 1.383158.'196'(0.000000) + 2.034516.'198'(0.000000) + 2.258494.'199'(0.000000) + 0) <= 4.353224 ('103') +> [0.000000]: [ker_lmm/DEBUG] Variables +> [0.000000]: [ker_lmm/DEBUG] '181'(1.000000) : 0.044234 +> [0.000000]: [ker_lmm/DEBUG] '178'(1.000000) : 0.006573 +> [0.000000]: [ker_lmm/DEBUG] '157'(1.000000) : 0.044234 +> [0.000000]: [ker_lmm/DEBUG] '156'(1.000000) : 0.006573 +> [0.000000]: [ker_lmm/DEBUG] '154'(1.000000) : 0.187080 +> [0.000000]: [ker_lmm/DEBUG] '146'(1.000000) : 0.044234 +> [0.000000]: [ker_lmm/DEBUG] '141'(1.000000) : 0.006573 +> [0.000000]: [ker_lmm/DEBUG] '136'(1.000000) : 0.788434 +> [0.000000]: [ker_lmm/DEBUG] '133'(1.000000) : 0.006573 +> [0.000000]: [ker_lmm/DEBUG] '132'(1.000000) : 0.080095 +> [0.000000]: [ker_lmm/DEBUG] '131'(1.000000) : 0.006573 +> [0.000000]: [ker_lmm/DEBUG] '129'(1.000000) : 0.080095 +> [0.000000]: [ker_lmm/DEBUG] '128'(1.000000) : 0.125579 +> [0.000000]: [ker_lmm/DEBUG] '127'(1.000000) : 0.044234 +> [0.000000]: [ker_lmm/DEBUG] '126'(1.000000) : 0.093227 +> [0.000000]: [ker_lmm/DEBUG] '124'(1.000000) : 0.080095 +> [0.000000]: [ker_lmm/DEBUG] '123'(1.000000) : 0.468422 +> [0.000000]: [ker_lmm/DEBUG] '121'(1.000000) : 0.044234 +> [0.000000]: [ker_lmm/DEBUG] '120'(1.000000) : 0.080095 +> [0.000000]: [ker_lmm/DEBUG] '119'(1.000000) : 0.125579 +> [0.000000]: [ker_lmm/DEBUG] '118'(1.000000) : 0.093227 +> [0.000000]: [ker_lmm/DEBUG] '117'(1.000000) : 0.093227 +> [0.000000]: [ker_lmm/DEBUG] '116'(1.000000) : 0.125579 +> [0.000000]: [ker_lmm/DEBUG] '115'(1.000000) : 0.044234 +> [0.000000]: [ker_lmm/DEBUG] '114'(1.000000) : 0.142396 +> [0.000000]: [ker_lmm/DEBUG] '113'(1.000000) : 0.080095 +> [0.000000]: [ker_lmm/DEBUG] '112'(1.000000) : 0.006573 +> [0.000000]: [ker_lmm/DEBUG] '111'(1.000000) : 0.044234 +> [0.000000]: [ker_lmm/DEBUG] '110'(1.000000) : 0.006573 +> [0.000000]: [ker_lmm/DEBUG] '109'(1.000000) : 0.044234 +> [0.000000]: [ker_lmm/DEBUG] '108'(1.000000) : 0.080095 +> [0.000000]: [ker_lmm/DEBUG] '107'(1.000000) : 0.080095 +> [0.000000]: [ker_lmm/DEBUG] '106'(1.000000) : 0.142396 +> [0.000000]: [ker_lmm/DEBUG] '105'(1.000000) : 0.006573 +> [0.000000]: [ker_lmm/DEBUG] '104'(1.000000) : 0.006573 +> [0.000000]: [ker_lmm/DEBUG] '103'(1.000000) : 0.093227 +> [0.000000]: [ker_lmm/DEBUG] '102'(1.000000) : 0.006573 +> [0.000000]: [ker_lmm/DEBUG] '101'(1.000000) : 0.187080 +> [0.000000]: [ker_lmm/DEBUG] '122'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '125'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '130'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '134'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '135'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '137'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '138'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '139'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '140'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '142'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '143'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '144'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '145'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '147'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '148'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '149'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '150'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '151'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '152'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '153'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '155'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '158'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '159'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '160'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '161'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '162'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '163'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '164'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '165'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '166'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '167'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '168'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '169'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '170'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '171'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '172'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '173'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '174'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '175'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '176'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '177'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '179'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '180'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '182'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '183'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '184'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '185'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '186'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '187'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '188'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '189'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '190'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '191'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '192'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '193'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '194'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '195'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '196'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '197'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '198'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '199'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '200'(0.000000) : 0.000000 > Starting 2: (986) -> [0.000000]: [surf_maxmin/DEBUG] Setting selective_update_active flag to 0 +> [0.000000]: [ker_lmm/DEBUG] Setting selective_update_active flag to 0 > Starting to solve(992) -> [0.000000]: [surf_maxmin/DEBUG] Active constraints : 100 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '212' usage: 14.635384 remaining: 9.133015 concurrency: 8<=9<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '242' usage: 15.654813 remaining: 6.891804 concurrency: 7<=8<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '270' usage: 14.993629 remaining: 2.834074 concurrency: 9<=10<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '241' usage: 18.572931 remaining: 4.573322 concurrency: 8<=9<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '272' usage: 23.243989 remaining: 8.280221 concurrency: 13<=14<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '294' usage: 8.036571 remaining: 1.296584 concurrency: 5<=6<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '263' usage: 21.919153 remaining: 7.071806 concurrency: 10<=11<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '224' usage: 14.963827 remaining: 8.089292 concurrency: 10<=11<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '285' usage: 15.007202 remaining: 1.433323 concurrency: 7<=8<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '260' usage: 25.792364 remaining: 1.878148 concurrency: 14<=15<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '298' usage: 14.531949 remaining: 9.912957 concurrency: 7<=8<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '273' usage: 18.250904 remaining: 2.336920 concurrency: 9<=10<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '226' usage: 10.547537 remaining: 4.137187 concurrency: 4<=5<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '235' usage: 15.304400 remaining: 4.546221 concurrency: 8<=9<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '233' usage: 12.557302 remaining: 5.862529 concurrency: 7<=8<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '269' usage: 16.747150 remaining: 9.139753 concurrency: 8<=8<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '253' usage: 19.845219 remaining: 2.069661 concurrency: 9<=10<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '213' usage: 12.117889 remaining: 7.658264 concurrency: 7<=8<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '281' usage: 21.636174 remaining: 5.722376 concurrency: 9<=11<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '280' usage: 19.448168 remaining: 4.552794 concurrency: 10<=12<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '227' usage: 13.998212 remaining: 5.578408 concurrency: 7<=8<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '279' usage: 16.480962 remaining: 2.688073 concurrency: 6<=7<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '275' usage: 18.643912 remaining: 7.661528 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '247' usage: 15.765410 remaining: 0.615289 concurrency: 8<=9<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '283' usage: 20.189057 remaining: 6.096457 concurrency: 12<=12<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '268' usage: 21.879767 remaining: 7.727387 concurrency: 11<=12<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '229' usage: 19.950299 remaining: 4.065199 concurrency: 8<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '248' usage: 21.536055 remaining: 8.070227 concurrency: 10<=11<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '221' usage: 14.043121 remaining: 3.879713 concurrency: 8<=8<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '245' usage: 18.432703 remaining: 8.261281 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '231' usage: 21.972572 remaining: 2.917928 concurrency: 12<=12<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '289' usage: 11.805919 remaining: 8.977370 concurrency: 7<=7<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '210' usage: 10.466659 remaining: 2.155770 concurrency: 6<=6<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '250' usage: 25.666574 remaining: 6.914775 concurrency: 11<=12<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '218' usage: 10.083802 remaining: 4.546078 concurrency: 6<=7<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '225' usage: 14.467441 remaining: 3.779940 concurrency: 8<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '256' usage: 13.075187 remaining: 1.760621 concurrency: 8<=9<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '288' usage: 10.628411 remaining: 7.307081 concurrency: 6<=7<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '204' usage: 26.838481 remaining: 4.370619 concurrency: 15<=15<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '274' usage: 19.732538 remaining: 7.849367 concurrency: 10<=11<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '244' usage: 8.767622 remaining: 3.398487 concurrency: 5<=6<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '292' usage: 14.021975 remaining: 3.557291 concurrency: 7<=8<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '251' usage: 16.243832 remaining: 0.260263 concurrency: 8<=9<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '287' usage: 17.548933 remaining: 2.572064 concurrency: 9<=10<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '293' usage: 11.583096 remaining: 0.701325 concurrency: 6<=7<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '286' usage: 18.996005 remaining: 2.679478 concurrency: 9<=10<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '239' usage: 10.256441 remaining: 4.459004 concurrency: 5<=6<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '290' usage: 10.271626 remaining: 2.747805 concurrency: 6<=7<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '296' usage: 9.444164 remaining: 5.407608 concurrency: 4<=5<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '297' usage: 17.474710 remaining: 9.982831 concurrency: 9<=10<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '259' usage: 21.599585 remaining: 7.521400 concurrency: 12<=13<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '201' usage: 20.214053 remaining: 0.707249 concurrency: 8<=9<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '265' usage: 10.229859 remaining: 8.391931 concurrency: 6<=7<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '252' usage: 24.971874 remaining: 4.750886 concurrency: 11<=12<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '234' usage: 19.454395 remaining: 8.112278 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '246' usage: 14.380964 remaining: 4.451451 concurrency: 7<=7<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '277' usage: 16.071059 remaining: 5.025302 concurrency: 7<=8<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '243' usage: 16.410629 remaining: 8.437871 concurrency: 8<=9<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '262' usage: 14.251343 remaining: 3.295714 concurrency: 7<=8<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '203' usage: 11.429759 remaining: 5.108276 concurrency: 5<=6<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '209' usage: 17.849403 remaining: 4.568332 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '261' usage: 16.078873 remaining: 9.521012 concurrency: 8<=9<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '219' usage: 19.982680 remaining: 7.803148 concurrency: 10<=10<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '237' usage: 14.331382 remaining: 0.637698 concurrency: 8<=9<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '208' usage: 18.818142 remaining: 0.298762 concurrency: 11<=12<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '258' usage: 11.305680 remaining: 6.926506 concurrency: 6<=7<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '217' usage: 22.823603 remaining: 2.749201 concurrency: 12<=13<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '284' usage: 8.972770 remaining: 6.401766 concurrency: 6<=7<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '282' usage: 22.272653 remaining: 3.424196 concurrency: 12<=13<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '216' usage: 13.730854 remaining: 6.931379 concurrency: 7<=8<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '230' usage: 22.289265 remaining: 7.481574 concurrency: 10<=11<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '240' usage: 15.917694 remaining: 7.076866 concurrency: 9<=10<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '276' usage: 16.878251 remaining: 5.435943 concurrency: 9<=10<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '211' usage: 10.227828 remaining: 6.762549 concurrency: 6<=7<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '206' usage: 13.025456 remaining: 2.072429 concurrency: 7<=8<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '238' usage: 18.177428 remaining: 0.872294 concurrency: 10<=11<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '223' usage: 18.193442 remaining: 6.723837 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '202' usage: 17.064963 remaining: 2.909047 concurrency: 8<=9<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '299' usage: 20.644604 remaining: 6.919775 concurrency: 11<=12<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '300' usage: 16.470406 remaining: 7.074315 concurrency: 8<=9<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '254' usage: 17.357577 remaining: 9.257328 concurrency: 9<=10<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '215' usage: 16.147707 remaining: 5.527719 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '236' usage: 20.462514 remaining: 2.054103 concurrency: 12<=13<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '266' usage: 13.706267 remaining: 8.811107 concurrency: 7<=8<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '222' usage: 20.781335 remaining: 0.206145 concurrency: 10<=11<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '255' usage: 10.104309 remaining: 2.773230 concurrency: 6<=7<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '295' usage: 6.788779 remaining: 8.600535 concurrency: 4<=5<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '257' usage: 9.607878 remaining: 9.903012 concurrency: 5<=6<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '232' usage: 13.394349 remaining: 6.536309 concurrency: 6<=7<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '228' usage: 5.975113 remaining: 0.231176 concurrency: 3<=4<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '291' usage: 9.693932 remaining: 6.522231 concurrency: 6<=6<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '205' usage: 12.547666 remaining: 1.255853 concurrency: 8<=9<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '214' usage: 11.757738 remaining: 2.592524 concurrency: 6<=7<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '264' usage: 7.116240 remaining: 4.247300 concurrency: 3<=4<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '278' usage: 13.426845 remaining: 9.279364 concurrency: 7<=8<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '249' usage: 16.450151 remaining: 2.305842 concurrency: 9<=10<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '220' usage: 9.289998 remaining: 2.575853 concurrency: 5<=6<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '207' usage: 5.008823 remaining: 0.935515 concurrency: 3<=4<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '267' usage: 17.794065 remaining: 8.421032 concurrency: 9<=10<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '271' usage: 7.469053 remaining: 5.528446 concurrency: 4<=5<=10 -> [0.000000]: [surf_maxmin/DEBUG] var=207, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=209, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=213, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=217, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=220, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=221, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=226, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=228, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=230, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=231, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=232, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=234, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=244, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=251, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=256, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (207) value to 0.009920 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.009920, Var(207).penalty: 1.000000, Var(207).value: 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (209) value to 0.009920 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.009920, Var(209).penalty: 1.000000, Var(209).value: 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (213) value to 0.009920 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.009920, Var(213).penalty: 1.000000, Var(213).value: 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (217) value to 0.009920 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.009920, Var(217).penalty: 1.000000, Var(217).value: 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (220) value to 0.009920 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.009920, Var(220).penalty: 1.000000, Var(220).value: 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (221) value to 0.009920 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.009920, Var(221).penalty: 1.000000, Var(221).value: 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (226) value to 0.009920 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.009920, Var(226).penalty: 1.000000, Var(226).value: 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (228) value to 0.009920 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.009920, Var(228).penalty: 1.000000, Var(228).value: 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (230) value to 0.009920 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.009920, Var(230).penalty: 1.000000, Var(230).value: 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (231) value to 0.009920 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.009920, Var(231).penalty: 1.000000, Var(231).value: 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (232) value to 0.009920 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.009920, Var(232).penalty: 1.000000, Var(232).value: 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (234) value to 0.009920 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.009920, Var(234).penalty: 1.000000, Var(234).value: 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (244) value to 0.009920 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.009920, Var(244).penalty: 1.000000, Var(244).value: 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (251) value to 0.009920 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.009920, Var(251).penalty: 1.000000, Var(251).value: 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (256) value to 0.009920 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.009920, Var(256).penalty: 1.000000, Var(256).value: 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] index: 84 cnst_light_num: 100 || usage: 0.000000 remaining: 0.000000 bound: 0.206145 -> [0.000000]: [surf_maxmin/DEBUG] var=202, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017618, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=204, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017618, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=205, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017618, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=211, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017618, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=212, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017618, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=214, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017618, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=219, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017618, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=222, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017618, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=240, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017618, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=242, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017618, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (202) value to 0.017618 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.017618, Var(202).penalty: 1.000000, Var(202).value: 0.017618 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (204) value to 0.017618 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.017618, Var(204).penalty: 1.000000, Var(204).value: 0.017618 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (205) value to 0.017618 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.017618, Var(205).penalty: 1.000000, Var(205).value: 0.017618 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (211) value to 0.017618 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.017618, Var(211).penalty: 1.000000, Var(211).value: 0.017618 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (212) value to 0.017618 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.017618, Var(212).penalty: 1.000000, Var(212).value: 0.017618 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (214) value to 0.017618 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.017618, Var(214).penalty: 1.000000, Var(214).value: 0.017618 -> [0.000000]: [surf_maxmin/DEBUG] index: 73 cnst_light_num: 99 || usage: 0.000000 remaining: 6.642112 bound: 6.762549 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (219) value to 0.017618 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.017618, Var(219).penalty: 1.000000, Var(219).value: 0.017618 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (222) value to 0.017618 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.017618, Var(222).penalty: 1.000000, Var(222).value: 0.017618 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (240) value to 0.017618 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.017618, Var(240).penalty: 1.000000, Var(240).value: 0.017618 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (242) value to 0.017618 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.017618, Var(242).penalty: 1.000000, Var(242).value: 0.017618 -> [0.000000]: [surf_maxmin/DEBUG] index: 42 cnst_light_num: 98 || usage: 0.000000 remaining: 0.000000 bound: 0.260263 -> [0.000000]: [surf_maxmin/DEBUG] var=223, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.022864, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=224, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.022864, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=236, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.022864, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (223) value to 0.022864 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.022864, Var(223).penalty: 1.000000, Var(223).value: 0.022864 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (224) value to 0.022864 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.022864, Var(224).penalty: 1.000000, Var(224).value: 0.022864 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (236) value to 0.022864 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.022864, Var(236).penalty: 1.000000, Var(236).value: 0.022864 -> [0.000000]: [surf_maxmin/DEBUG] index: 86 cnst_light_num: 97 || usage: 0.000000 remaining: 8.493054 bound: 8.600535 -> [0.000000]: [surf_maxmin/DEBUG] index: 64 cnst_light_num: 96 || usage: 0.000000 remaining: 0.000000 bound: 0.298762 -> [0.000000]: [surf_maxmin/DEBUG] var=201, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.051719, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=203, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.051719, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=206, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.051719, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=216, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.051719, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=238, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.051719, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=267, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.051719, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=271, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.051719, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (201) value to 0.051719 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.051719, Var(201).penalty: 1.000000, Var(201).value: 0.051719 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (203) value to 0.051719 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.051719, Var(203).penalty: 1.000000, Var(203).value: 0.051719 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (206) value to 0.051719 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.051719, Var(206).penalty: 1.000000, Var(206).value: 0.051719 -> [0.000000]: [surf_maxmin/DEBUG] index: 34 cnst_light_num: 95 || usage: 0.000000 remaining: 4.350232 bound: 4.546078 -> [0.000000]: [surf_maxmin/DEBUG] index: 20 cnst_light_num: 94 || usage: 0.000000 remaining: 5.214104 bound: 5.578408 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (216) value to 0.051719 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.051719, Var(216).penalty: 1.000000, Var(216).value: 0.051719 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (238) value to 0.051719 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.051719, Var(238).penalty: 1.000000, Var(238).value: 0.051719 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (267) value to 0.051719 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.051719, Var(267).penalty: 1.000000, Var(267).value: 0.051719 -> [0.000000]: [surf_maxmin/DEBUG] index: 40 cnst_light_num: 93 || usage: 0.000000 remaining: 3.178780 bound: 3.398487 -> [0.000000]: [surf_maxmin/DEBUG] index: 91 cnst_light_num: 92 || usage: 0.000000 remaining: 0.991559 bound: 1.255853 -> [0.000000]: [surf_maxmin/DEBUG] index: 47 cnst_light_num: 91 || usage: 0.000000 remaining: 2.453557 bound: 2.747805 -> [0.000000]: [surf_maxmin/DEBUG] index: 22 cnst_light_num: 90 || usage: 0.000000 remaining: 7.254884 bound: 7.661528 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (271) value to 0.051719 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.051719, Var(271).penalty: 1.000000, Var(271).value: 0.051719 -> [0.000000]: [surf_maxmin/DEBUG] index: 23 cnst_light_num: 89 || usage: 0.000000 remaining: 0.000000 bound: 0.615289 -> [0.000000]: [surf_maxmin/DEBUG] var=218, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.112495, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=235, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.112495, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=264, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.112495, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (218) value to 0.112495 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.112495, Var(218).penalty: 1.000000, Var(218).value: 0.112495 -> [0.000000]: [surf_maxmin/DEBUG] index: 84 cnst_light_num: 88 || usage: 0.000000 remaining: 5.211260 bound: 5.528446 -> [0.000000]: [surf_maxmin/DEBUG] index: 41 cnst_light_num: 87 || usage: 0.000000 remaining: 2.992162 bound: 3.557291 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (235) value to 0.112495 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.112495, Var(235).penalty: 1.000000, Var(235).value: 0.112495 -> [0.000000]: [surf_maxmin/DEBUG] index: 78 cnst_light_num: 86 || usage: 0.000000 remaining: 6.230900 bound: 6.919775 -> [0.000000]: [surf_maxmin/DEBUG] index: 26 cnst_light_num: 85 || usage: 0.000000 remaining: 3.562860 bound: 4.065199 -> [0.000000]: [surf_maxmin/DEBUG] index: 74 cnst_light_num: 84 || usage: 0.000000 remaining: 1.641715 bound: 2.072429 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (264) value to 0.112495 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.112495, Var(264).penalty: 1.000000, Var(264).value: 0.112495 -> [0.000000]: [surf_maxmin/DEBUG] index: 5 cnst_light_num: 83 || usage: 0.000000 remaining: 1.009693 bound: 1.296584 -> [0.000000]: [surf_maxmin/DEBUG] index: 40 cnst_light_num: 82 || usage: 0.000000 remaining: 2.369879 bound: 2.592524 -> [0.000000]: [surf_maxmin/DEBUG] index: 69 cnst_light_num: 81 || usage: 0.000000 remaining: 6.602542 bound: 6.931379 -> [0.000000]: [surf_maxmin/DEBUG] index: 70 cnst_light_num: 80 || usage: 0.000000 remaining: 6.951839 bound: 7.481574 -> [0.000000]: [surf_maxmin/DEBUG] index: 65 cnst_light_num: 79 || usage: 0.000000 remaining: 6.494993 bound: 6.926506 -> [0.000000]: [surf_maxmin/DEBUG] index: 67 cnst_light_num: 78 || usage: 0.000000 remaining: 6.152557 bound: 6.401766 -> [0.000000]: [surf_maxmin/DEBUG] index: 55 cnst_light_num: 77 || usage: 0.000000 remaining: 3.829635 bound: 4.451451 -> [0.000000]: [surf_maxmin/DEBUG] index: 24 cnst_light_num: 76 || usage: 0.000000 remaining: 5.221470 bound: 6.096457 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 75 || usage: 0.000000 remaining: 2.287095 bound: 2.834074 -> [0.000000]: [surf_maxmin/DEBUG] index: 71 cnst_light_num: 74 || usage: 0.000000 remaining: 6.649803 bound: 7.076866 -> [0.000000]: [surf_maxmin/DEBUG] index: 51 cnst_light_num: 73 || usage: 0.000000 remaining: 0.000000 bound: 0.707249 -> [0.000000]: [surf_maxmin/DEBUG] index: 27 cnst_light_num: 72 || usage: 0.000000 remaining: 7.409042 bound: 8.070227 -> [0.000000]: [surf_maxmin/DEBUG] var=208, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.138124, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (208) value to 0.138124 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.138124, Var(208).penalty: 1.000000, Var(208).value: 0.138124 -> [0.000000]: [surf_maxmin/DEBUG] index: 28 cnst_light_num: 71 || usage: 0.000000 remaining: 3.096468 bound: 3.879713 -> [0.000000]: [surf_maxmin/DEBUG] index: 61 cnst_light_num: 70 || usage: 0.000000 remaining: 8.664050 bound: 9.521012 -> [0.000000]: [surf_maxmin/DEBUG] index: 9 cnst_light_num: 69 || usage: 0.000000 remaining: 0.666906 bound: 1.878148 -> [0.000000]: [surf_maxmin/DEBUG] index: 10 cnst_light_num: 68 || usage: 0.000000 remaining: 9.450046 bound: 9.912957 -> [0.000000]: [surf_maxmin/DEBUG] index: 37 cnst_light_num: 67 || usage: 0.000000 remaining: 6.969664 bound: 7.307081 -> [0.000000]: [surf_maxmin/DEBUG] index: 21 cnst_light_num: 66 || usage: 0.000000 remaining: 2.345782 bound: 2.688073 -> [0.000000]: [surf_maxmin/DEBUG] index: 22 cnst_light_num: 65 || usage: 0.000000 remaining: 0.000000 bound: 0.231176 -> [0.000000]: [surf_maxmin/DEBUG] index: 33 cnst_light_num: 64 || usage: 0.000000 remaining: 6.243295 bound: 6.914775 -> [0.000000]: [surf_maxmin/DEBUG] var=210, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.218435, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (210) value to 0.218435 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.218435, Var(210).penalty: 1.000000, Var(210).value: 0.218435 -> [0.000000]: [surf_maxmin/DEBUG] index: 17 cnst_light_num: 63 || usage: 0.000000 remaining: 6.956528 bound: 7.658264 -> [0.000000]: [surf_maxmin/DEBUG] index: 33 cnst_light_num: 62 || usage: 0.000000 remaining: 0.000000 bound: 0.637698 -> [0.000000]: [surf_maxmin/DEBUG] index: 17 cnst_light_num: 61 || usage: 0.000000 remaining: 6.941513 bound: 7.803148 -> [0.000000]: [surf_maxmin/DEBUG] index: 39 cnst_light_num: 60 || usage: 0.000000 remaining: 6.905414 bound: 7.849367 -> [0.000000]: [surf_maxmin/DEBUG] index: 51 cnst_light_num: 59 || usage: 0.000000 remaining: 4.443630 bound: 5.435943 -> [0.000000]: [surf_maxmin/DEBUG] index: 44 cnst_light_num: 58 || usage: 0.000000 remaining: 0.053885 bound: 0.701325 -> [0.000000]: [surf_maxmin/DEBUG] index: 52 cnst_light_num: 57 || usage: 0.000000 remaining: 7.673784 bound: 8.391931 -> [0.000000]: [surf_maxmin/DEBUG] index: 48 cnst_light_num: 56 || usage: 0.000000 remaining: 4.557085 bound: 5.407608 -> [0.000000]: [surf_maxmin/DEBUG] index: 47 cnst_light_num: 55 || usage: 0.000000 remaining: 5.740133 bound: 6.522231 -> [0.000000]: [surf_maxmin/DEBUG] index: 48 cnst_light_num: 54 || usage: 0.000000 remaining: 5.793868 bound: 6.723837 -> [0.000000]: [surf_maxmin/DEBUG] index: 34 cnst_light_num: 53 || usage: 0.000000 remaining: 8.937841 bound: 9.279364 -> [0.000000]: [surf_maxmin/DEBUG] index: 43 cnst_light_num: 52 || usage: 0.000000 remaining: 1.713928 bound: 2.572064 -> [0.000000]: [surf_maxmin/DEBUG] var=227, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.299833, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (227) value to 0.299833 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.299833, Var(227).penalty: 1.000000, Var(227).value: 0.299833 -> [0.000000]: [surf_maxmin/DEBUG] index: 24 cnst_light_num: 51 || usage: 0.000000 remaining: 0.000000 bound: 0.872294 -> [0.000000]: [surf_maxmin/DEBUG] index: 18 cnst_light_num: 50 || usage: 0.000000 remaining: 4.565895 bound: 5.722376 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 49 || usage: 0.000000 remaining: 8.370490 bound: 9.133015 -> [0.000000]: [surf_maxmin/DEBUG] index: 23 cnst_light_num: 48 || usage: 0.000000 remaining: 5.374022 bound: 6.536309 -> [0.000000]: [surf_maxmin/DEBUG] index: 7 cnst_light_num: 47 || usage: 0.000000 remaining: 7.009683 bound: 8.089292 -> [0.000000]: [surf_maxmin/DEBUG] index: 12 cnst_light_num: 46 || usage: 0.000000 remaining: 3.304562 bound: 4.137187 -> [0.000000]: [surf_maxmin/DEBUG] index: 32 cnst_light_num: 45 || usage: 0.000000 remaining: 1.126682 bound: 2.155770 -> [0.000000]: [surf_maxmin/DEBUG] index: 20 cnst_light_num: 44 || usage: 0.000000 remaining: 3.360610 bound: 4.247300 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 43 || usage: 0.000000 remaining: 6.203286 bound: 6.891804 -> [0.000000]: [surf_maxmin/DEBUG] index: 32 cnst_light_num: 42 || usage: 0.000000 remaining: 7.381416 bound: 8.437871 -> [0.000000]: [surf_maxmin/DEBUG] index: 10 cnst_light_num: 41 || usage: 0.000000 remaining: 2.032045 bound: 2.909047 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 40 || usage: 0.000000 remaining: 8.329540 bound: 8.811107 -> [0.000000]: [surf_maxmin/DEBUG] var=215, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.318568, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=252, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.318568, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (215) value to 0.318568 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.318568, Var(215).penalty: 1.000000, Var(215).value: 0.318568 -> [0.000000]: [surf_maxmin/DEBUG] index: 13 cnst_light_num: 39 || usage: 0.000000 remaining: 3.638465 bound: 4.546221 -> [0.000000]: [surf_maxmin/DEBUG] index: 4 cnst_light_num: 38 || usage: 0.000000 remaining: 6.411403 bound: 8.280221 -> [0.000000]: [surf_maxmin/DEBUG] index: 35 cnst_light_num: 37 || usage: 0.000000 remaining: 2.829854 bound: 3.779940 -> [0.000000]: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 36 || usage: 0.000000 remaining: 2.980446 bound: 4.573322 -> [0.000000]: [surf_maxmin/DEBUG] index: 29 cnst_light_num: 35 || usage: 0.000000 remaining: 6.380670 bound: 8.261281 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 34 || usage: 0.000000 remaining: 3.886167 bound: 5.108276 -> [0.000000]: [surf_maxmin/DEBUG] index: 5 cnst_light_num: 33 || usage: 0.000000 remaining: 1.167702 bound: 2.054103 -> [0.000000]: [surf_maxmin/DEBUG] index: 14 cnst_light_num: 32 || usage: 0.000000 remaining: 4.874602 bound: 5.862529 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 31 || usage: 0.000000 remaining: 2.723805 bound: 4.750886 -> [0.000000]: [surf_maxmin/DEBUG] index: 25 cnst_light_num: 30 || usage: 0.000000 remaining: 6.139156 bound: 7.727387 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 29 || usage: 0.000000 remaining: 1.364202 bound: 2.917928 -> [0.000000]: [surf_maxmin/DEBUG] index: 5 cnst_light_num: 28 || usage: 0.000000 remaining: 2.169474 bound: 2.575853 -> [0.000000]: [surf_maxmin/DEBUG] index: 14 cnst_light_num: 27 || usage: 0.000000 remaining: 8.075542 bound: 8.977370 -> [0.000000]: [surf_maxmin/DEBUG] index: 25 cnst_light_num: 26 || usage: 0.000000 remaining: 4.087478 bound: 5.025302 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 25 || usage: 0.000000 remaining: 0.284705 bound: 0.935515 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (252) value to 0.318568 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.318568, Var(252).penalty: 1.000000, Var(252).value: 0.318568 -> [0.000000]: [surf_maxmin/DEBUG] index: 11 cnst_light_num: 24 || usage: 0.000000 remaining: 0.252549 bound: 2.336920 -> [0.000000]: [surf_maxmin/DEBUG] index: 6 cnst_light_num: 23 || usage: 0.000000 remaining: 5.991976 bound: 7.071806 -> [0.000000]: [surf_maxmin/DEBUG] index: 20 cnst_light_num: 22 || usage: 0.000000 remaining: 2.502192 bound: 3.295714 -> [0.000000]: [surf_maxmin/DEBUG] index: 7 cnst_light_num: 21 || usage: 0.000000 remaining: 3.197754 bound: 4.459004 -> [0.000000]: [surf_maxmin/DEBUG] index: 8 cnst_light_num: 20 || usage: 0.000000 remaining: 0.000000 bound: 1.433323 -> [0.000000]: [surf_maxmin/DEBUG] index: 13 cnst_light_num: 19 || usage: 0.000000 remaining: 3.374101 bound: 4.370619 -> [0.000000]: [surf_maxmin/DEBUG] index: 6 cnst_light_num: 18 || usage: 0.000000 remaining: 0.869034 bound: 2.305842 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 17 || usage: 0.000000 remaining: 7.567609 bound: 9.257328 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 16 || usage: 0.000000 remaining: 6.027387 bound: 7.521400 -> [0.000000]: [surf_maxmin/DEBUG] index: 8 cnst_light_num: 15 || usage: 0.000000 remaining: 2.991719 bound: 4.552794 -> [0.000000]: [surf_maxmin/DEBUG] index: 6 cnst_light_num: 14 || usage: 0.000000 remaining: 3.238807 bound: 4.568332 -> [0.000000]: [surf_maxmin/DEBUG] index: 11 cnst_light_num: 13 || usage: 0.000000 remaining: 7.073078 bound: 8.112278 -> [0.000000]: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 12 || usage: 0.000000 remaining: 0.468080 bound: 1.760621 -> [0.000000]: [surf_maxmin/DEBUG] index: 6 cnst_light_num: 11 || usage: 0.000000 remaining: 8.971038 bound: 9.982831 -> [0.000000]: [surf_maxmin/DEBUG] index: 7 cnst_light_num: 10 || usage: 0.000000 remaining: 2.180753 bound: 2.773230 -> [0.000000]: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 9 || usage: 0.000000 remaining: 1.244188 bound: 2.679478 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 8 || usage: 0.000000 remaining: 8.145550 bound: 9.139753 -> [0.000000]: [surf_maxmin/DEBUG] index: 4 cnst_light_num: 7 || usage: 0.000000 remaining: 1.083405 bound: 2.749201 -> [0.000000]: [surf_maxmin/DEBUG] index: 5 cnst_light_num: 6 || usage: 0.000000 remaining: 7.269076 bound: 8.421032 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 5 || usage: 0.000000 remaining: 5.898603 bound: 7.074315 -> [0.000000]: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 4 || usage: 0.000000 remaining: 8.837055 bound: 9.903012 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 3 || usage: 0.000000 remaining: 0.890080 bound: 3.424196 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 2 || usage: 0.000000 remaining: 0.708020 bound: 2.069661 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 4.765848 bound: 5.527719 -> [0.000000]: [surf_maxmin/DEBUG] MAX-MIN ( '271'(1.000000) '267'(1.000000) '264'(1.000000) '256'(1.000000) '252'(1.000000) '251'(1.000000) '244'(1.000000) '242'(1.000000) '240'(1.000000) '238'(1.000000) '236'(1.000000) '235'(1.000000) '234'(1.000000) '232'(1.000000) '231'(1.000000) '230'(1.000000) '228'(1.000000) '227'(1.000000) '226'(1.000000) '224'(1.000000) '223'(1.000000) '222'(1.000000) '221'(1.000000) '220'(1.000000) '219'(1.000000) '218'(1.000000) '217'(1.000000) '216'(1.000000) '215'(1.000000) '214'(1.000000) '213'(1.000000) '212'(1.000000) '211'(1.000000) '210'(1.000000) '209'(1.000000) '208'(1.000000) '207'(1.000000) '206'(1.000000) '205'(1.000000) '204'(1.000000) '203'(1.000000) '202'(1.000000) '201'(1.000000) '225'(0.000000) '229'(0.000000) '233'(0.000000) '237'(0.000000) '239'(0.000000) '241'(0.000000) '243'(0.000000) '245'(0.000000) '246'(0.000000) '247'(0.000000) '248'(0.000000) '249'(0.000000) '250'(0.000000) '253'(0.000000) '254'(0.000000) '255'(0.000000) '257'(0.000000) '258'(0.000000) '259'(0.000000) '260'(0.000000) '261'(0.000000) '262'(0.000000) '263'(0.000000) '265'(0.000000) '266'(0.000000) '268'(0.000000) '269'(0.000000) '270'(0.000000) '272'(0.000000) '273'(0.000000) '274'(0.000000) '275'(0.000000) '276'(0.000000) '277'(0.000000) '278'(0.000000) '279'(0.000000) '280'(0.000000) '281'(0.000000) '282'(0.000000) '283'(0.000000) '284'(0.000000) '285'(0.000000) '286'(0.000000) '287'(0.000000) '288'(0.000000) '289'(0.000000) '290'(0.000000) '291'(0.000000) '292'(0.000000) '293'(0.000000) '294'(0.000000) '295'(0.000000) '296'(0.000000) '297'(0.000000) '298'(0.000000) '299'(0.000000) '300'(0.000000) ) -> [0.000000]: [surf_maxmin/DEBUG] Constraints -> [0.000000]: [surf_maxmin/DEBUG] (1.657199.'256'(0.009920) + 2.002173.'236'(0.022864) + 1.253832.'231'(0.009920) + 2.485700.'230'(0.009920) + 1.480163.'227'(0.299833) + 1.873191.'213'(0.009920) + 1.464335.'206'(0.051719) + 2.418791.'201'(0.051719) + 1.765219.'239'(0.000000) + 0.643122.'243'(0.000000) + 1.542981.'249'(0.000000) + 1.453157.'257'(0.000000) + 2.968494.'260'(0.000000) + 2.456470.'265'(0.000000) + 0.637661.'269'(0.000000) + 2.050087.'270'(0.000000) + 0.469197.'281'(0.000000) + 0.998855.'287'(0.000000) + 1.630202.'295'(0.000000) + 0.562212.'296'(0.000000) + 0.349438.'298'(0.000000) + 0) <= 9.133015 ('212') -> [0.000000]: [surf_maxmin/DEBUG] (2.708205.'251'(0.009920) + 0.382454.'238'(0.051719) + 0.577291.'230'(0.009920) + 1.274235.'227'(0.299833) + 1.080874.'224'(0.022864) + 1.533844.'223'(0.022864) + 0.615054.'220'(0.009920) + 2.115542.'219'(0.017618) + 0.654261.'217'(0.009920) + 2.375875.'213'(0.009920) + 2.337177.'201'(0.051719) + 1.450107.'225'(0.000000) + 1.488582.'229'(0.000000) + 1.473920.'237'(0.000000) + 2.040505.'246'(0.000000) + 0.888625.'248'(0.000000) + 2.577457.'258'(0.000000) + 0.689974.'258'(0.000000) + 1.970496.'274'(0.000000) + 2.596669.'276'(0.000000) + 2.133555.'279'(0.000000) + 2.294758.'296'(0.000000) + 0.961443.'297'(0.000000) + 1.918971.'300'(0.000000) + 0) <= 6.891804 ('242') -> [0.000000]: [surf_maxmin/DEBUG] (1.482516.'264'(0.112495) + 1.840138.'256'(0.009920) + 2.595776.'236'(0.022864) + 1.607672.'235'(0.112495) + 1.092871.'232'(0.009920) + 1.764881.'228'(0.009920) + 1.005098.'226'(0.009920) + 1.460618.'223'(0.022864) + 1.418916.'219'(0.017618) + 0.365735.'204'(0.017618) + 0.359407.'201'(0.051719) + 1.889698.'241'(0.000000) + 2.088302.'253'(0.000000) + 0.442717.'254'(0.000000) + 1.635136.'263'(0.000000) + 3.592817.'269'(0.000000) + 1.065621.'269'(0.000000) + 1.693307.'270'(0.000000) + 1.601728.'273'(0.000000) + 0.815286.'280'(0.000000) + 1.691096.'282'(0.000000) + 0.827913.'291'(0.000000) + 2.120307.'296'(0.000000) + 0.861643.'297'(0.000000) + 1.766340.'299'(0.000000) + 0.405976.'300'(0.000000) + 0) <= 2.834074 ('270') -> [0.000000]: [surf_maxmin/DEBUG] (2.040011.'267'(0.051719) + 2.064269.'264'(0.112495) + 1.421532.'240'(0.017618) + 2.781123.'223'(0.022864) + 2.180858.'221'(0.009920) + 1.847829.'215'(0.318568) + 0.731840.'214'(0.017618) + 1.998269.'210'(0.218435) + 0.820954.'209'(0.009920) + 0.962591.'207'(0.009920) + 1.723655.'201'(0.051719) + 2.458564.'237'(0.000000) + 1.899641.'239'(0.000000) + 0.165415.'245'(0.000000) + 0.401238.'250'(0.000000) + 1.412223.'268'(0.000000) + 1.638651.'276'(0.000000) + 1.236798.'284'(0.000000) + 0.580118.'285'(0.000000) + 1.751189.'288'(0.000000) + 1.340607.'300'(0.000000) + 0) <= 4.573322 ('241') -> [0.000000]: [surf_maxmin/DEBUG] (1.550859.'242'(0.017618) + 1.885423.'238'(0.051719) + 1.632604.'236'(0.022864) + 1.721222.'223'(0.022864) + 2.209735.'220'(0.009920) + 1.307302.'218'(0.112495) + 2.222112.'215'(0.318568) + 1.120346.'214'(0.017618) + 2.472110.'211'(0.017618) + 1.667704.'210'(0.218435) + 1.514446.'208'(0.138124) + 1.469606.'202'(0.017618) + 2.470519.'201'(0.051719) + 1.390601.'239'(0.000000) + 2.644348.'257'(0.000000) + 1.232614.'260'(0.000000) + 1.001761.'262'(0.000000) + 2.108341.'268'(0.000000) + 0.876571.'270'(0.000000) + 2.388438.'280'(0.000000) + 1.529861.'281'(0.000000) + 1.224911.'287'(0.000000) + 2.324013.'288'(0.000000) + 1.300898.'288'(0.000000) + 1.026558.'289'(0.000000) + 0) <= 8.280221 ('272') -> [0.000000]: [surf_maxmin/DEBUG] (0.636335.'267'(0.051719) + 0.802239.'264'(0.112495) + 1.426226.'251'(0.009920) + 1.080669.'224'(0.022864) + 1.389255.'224'(0.022864) + 0.354079.'216'(0.051719) + 1.115413.'209'(0.009920) + 1.232357.'201'(0.051719) + 1.600969.'239'(0.000000) + 0.975759.'239'(0.000000) + 0.948253.'241'(0.000000) + 2.026875.'246'(0.000000) + 0.583562.'247'(0.000000) + 1.893242.'260'(0.000000) + 2.046115.'261'(0.000000) + 2.249341.'281'(0.000000) + 2.700357.'284'(0.000000) + 1.672073.'285'(0.000000) + 1.116164.'287'(0.000000) + 1.826895.'293'(0.000000) + 0.828327.'296'(0.000000) + 0) <= 1.296584 ('294') -> [0.000000]: [surf_maxmin/DEBUG] (2.506125.'252'(0.318568) + 2.496502.'244'(0.009920) + 1.874647.'242'(0.017618) + 2.354397.'232'(0.009920) + 2.051450.'230'(0.009920) + 1.280048.'224'(0.022864) + 0.906555.'220'(0.009920) + 3.186765.'220'(0.009920) + 0.666212.'217'(0.009920) + 1.581643.'207'(0.009920) + 1.997914.'204'(0.017618) + 1.016896.'201'(0.051719) + 0.556396.'229'(0.000000) + 1.457997.'233'(0.000000) + 1.187569.'237'(0.000000) + 1.449181.'248'(0.000000) + 2.369367.'249'(0.000000) + 0.737015.'249'(0.000000) + 2.594351.'254'(0.000000) + 2.562693.'260'(0.000000) + 2.644670.'261'(0.000000) + 1.347154.'272'(0.000000) + 0.692504.'278'(0.000000) + 2.571821.'281'(0.000000) + 1.820617.'283'(0.000000) + 2.111032.'285'(0.000000) + 1.914963.'292'(0.000000) + 1.679335.'294'(0.000000) + 2.120506.'296'(0.000000) + 0.706053.'298'(0.000000) + 0) <= 7.071806 ('263') -> [0.000000]: [surf_maxmin/DEBUG] (1.450820.'267'(0.051719) + 1.606559.'256'(0.009920) + 1.160279.'235'(0.112495) + 1.084438.'228'(0.009920) + 1.961394.'227'(0.299833) + 1.888843.'217'(0.009920) + 1.178474.'216'(0.051719) + 1.072319.'216'(0.051719) + 1.436298.'207'(0.009920) + 0.520670.'203'(0.051719) + 1.603734.'201'(0.051719) + 2.693546.'247'(0.000000) + 2.523543.'250'(0.000000) + 0.763952.'255'(0.000000) + 0.963517.'260'(0.000000) + 1.361523.'261'(0.000000) + 1.112485.'268'(0.000000) + 2.099234.'275'(0.000000) + 2.229977.'281'(0.000000) + 1.131944.'290'(0.000000) + 0) <= 8.089292 ('224') -> [0.000000]: [surf_maxmin/DEBUG] (1.552505.'252'(0.318568) + 0.623656.'235'(0.112495) + 1.884927.'230'(0.009920) + 1.550679.'226'(0.009920) + 2.916912.'217'(0.009920) + 2.040398.'215'(0.318568) + 0.492375.'214'(0.017618) + 1.367903.'209'(0.009920) + 2.577849.'201'(0.051719) + 1.678218.'229'(0.000000) + 2.297533.'243'(0.000000) + 1.725509.'245'(0.000000) + 1.836337.'263'(0.000000) + 2.336589.'266'(0.000000) + 2.633737.'268'(0.000000) + 1.654247.'274'(0.000000) + 1.477950.'278'(0.000000) + 2.265971.'279'(0.000000) + 1.519621.'280'(0.000000) + 1.427466.'287'(0.000000) + 1.464610.'292'(0.000000) + 2.424316.'295'(0.000000) + 1.322183.'299'(0.000000) + 0) <= 1.433323 ('285') -> [0.000000]: [surf_maxmin/DEBUG] (1.481302.'271'(0.051719) + 1.176774.'256'(0.009920) + 1.676627.'251'(0.009920) + 1.130859.'244'(0.009920) + 1.485185.'242'(0.017618) + 0.852755.'238'(0.051719) + 1.876367.'235'(0.112495) + 2.330078.'231'(0.009920) + 2.232502.'219'(0.017618) + 0.659445.'218'(0.112495) + 1.266000.'216'(0.051719) + 1.707685.'211'(0.017618) + 2.631914.'208'(0.138124) + 1.621506.'205'(0.017618) + 1.598181.'203'(0.051719) + 2.065185.'201'(0.051719) + 0.866201.'245'(0.000000) + 2.085231.'250'(0.000000) + 1.831171.'254'(0.000000) + 2.474209.'255'(0.000000) + 2.164130.'262'(0.000000) + 1.804463.'289'(0.000000) + 1.046348.'291'(0.000000) + 0.489264.'294'(0.000000) + 0) <= 1.878148 ('260') -> [0.000000]: [surf_maxmin/DEBUG] (1.610314.'271'(0.051719) + 0.712190.'230'(0.009920) + 2.274314.'228'(0.009920) + 1.690842.'223'(0.022864) + 2.587007.'221'(0.009920) + 2.372655.'213'(0.009920) + 1.067858.'208'(0.138124) + 2.216771.'201'(0.051719) + 1.826067.'243'(0.000000) + 1.931107.'247'(0.000000) + 2.283145.'250'(0.000000) + 2.337651.'263'(0.000000) + 1.850221.'272'(0.000000) + 1.731385.'273'(0.000000) + 0.812582.'274'(0.000000) + 2.580203.'278'(0.000000) + 2.058699.'297'(0.000000) + 0) <= 9.912957 ('298') -> [0.000000]: [surf_maxmin/DEBUG] (0.578858.'267'(0.051719) + 2.393004.'264'(0.112495) + 1.122537.'252'(0.318568) + 1.956493.'240'(0.017618) + 0.903672.'231'(0.009920) + 1.720594.'227'(0.299833) + 2.534837.'219'(0.017618) + 0.153757.'216'(0.051719) + 1.350997.'215'(0.318568) + 0.267302.'211'(0.017618) + 1.251071.'208'(0.138124) + 2.531123.'206'(0.051719) + 1.486660.'201'(0.051719) + 1.523839.'225'(0.000000) + 1.649270.'233'(0.000000) + 0.630792.'241'(0.000000) + 0.257013.'245'(0.000000) + 1.708784.'254'(0.000000) + 1.975179.'255'(0.000000) + 0.818277.'255'(0.000000) + 0.453857.'258'(0.000000) + 2.358122.'259'(0.000000) + 0.610557.'259'(0.000000) + 1.518036.'263'(0.000000) + 0.447975.'270'(0.000000) + 2.548151.'273'(0.000000) + 1.830398.'274'(0.000000) + 2.910368.'279'(0.000000) + 0.368396.'279'(0.000000) + 1.293691.'282'(0.000000) + 1.764077.'289'(0.000000) + 0.662339.'291'(0.000000) + 1.751332.'300'(0.000000) + 0) <= 2.336920 ('273') -> [0.000000]: [surf_maxmin/DEBUG] (0.870678.'267'(0.051719) + 1.180877.'238'(0.051719) + 1.963746.'227'(0.299833) + 1.664121.'223'(0.022864) + 0.615605.'221'(0.009920) + 2.182714.'214'(0.017618) + 0.850396.'212'(0.017618) + 0.672520.'204'(0.017618) + 0.546880.'201'(0.051719) + 0.417817.'249'(0.000000) + 2.408923.'250'(0.000000) + 1.910772.'276'(0.000000) + 0.720152.'284'(0.000000) + 2.564274.'290'(0.000000) + 1.973436.'291'(0.000000) + 1.345474.'292'(0.000000) + 2.112512.'293'(0.000000) + 1.426968.'294'(0.000000) + 1.640758.'296'(0.000000) + 0.280292.'299'(0.000000) + 0) <= 4.137187 ('226') -> [0.000000]: [surf_maxmin/DEBUG] (0.658884.'234'(0.009920) + 1.243319.'227'(0.299833) + 1.645657.'223'(0.022864) + 0.814888.'220'(0.009920) + 1.958139.'219'(0.017618) + 0.563812.'215'(0.318568) + 1.302509.'209'(0.009920) + 1.444810.'207'(0.009920) + 1.525191.'204'(0.017618) + 1.676084.'203'(0.051719) + 2.471107.'201'(0.051719) + 0.997062.'237'(0.000000) + 2.158494.'239'(0.000000) + 0.548600.'243'(0.000000) + 0.687220.'249'(0.000000) + 1.413687.'250'(0.000000) + 2.521556.'257'(0.000000) + 1.528951.'260'(0.000000) + 1.529383.'262'(0.000000) + 2.925478.'266'(0.000000) + 2.575504.'275'(0.000000) + 2.290762.'283'(0.000000) + 1.842936.'286'(0.000000) + 1.332547.'289'(0.000000) + 2.019324.'295'(0.000000) + 0) <= 4.546221 ('235') -> [0.000000]: [surf_maxmin/DEBUG] (1.808495.'251'(0.009920) + 2.424045.'242'(0.017618) + 2.552554.'235'(0.112495) + 1.032165.'228'(0.009920) + 0.338071.'215'(0.318568) + 1.766637.'210'(0.218435) + 1.428238.'206'(0.051719) + 1.207098.'201'(0.051719) + 0.911988.'237'(0.000000) + 0.934723.'241'(0.000000) + 1.456308.'253'(0.000000) + 1.230573.'254'(0.000000) + 1.838657.'255'(0.000000) + 1.128104.'260'(0.000000) + 1.134396.'261'(0.000000) + 0.681083.'278'(0.000000) + 1.347299.'279'(0.000000) + 0.377643.'288'(0.000000) + 0.853264.'290'(0.000000) + 1.249708.'298'(0.000000) + 2.403217.'299'(0.000000) + 2.186434.'300'(0.000000) + 0) <= 5.862529 ('233') -> [0.000000]: [surf_maxmin/DEBUG] (1.718494.'271'(0.051719) + 1.400393.'252'(0.318568) + 0.389381.'236'(0.022864) + 2.194182.'235'(0.112495) + 2.071666.'234'(0.009920) + 2.156267.'231'(0.009920) + 2.456684.'222'(0.017618) + 2.565929.'221'(0.009920) + 1.794152.'201'(0.051719) + 1.114877.'241'(0.000000) + 2.135745.'246'(0.000000) + 0.974340.'250'(0.000000) + 2.313455.'260'(0.000000) + 1.742136.'261'(0.000000) + 2.236638.'269'(0.000000) + 2.472481.'270'(0.000000) + 0.358267.'273'(0.000000) + 1.518332.'277'(0.000000) + 0.179085.'290'(0.000000) + 1.735836.'300'(0.000000) + 0) <= 9.139753 ('269') -> [0.000000]: [surf_maxmin/DEBUG] (1.531124.'264'(0.112495) + 2.229058.'252'(0.318568) + 2.636816.'240'(0.017618) + 0.186225.'235'(0.112495) + 0.995076.'234'(0.009920) + 1.719282.'230'(0.009920) + 1.779819.'224'(0.022864) + 1.106831.'220'(0.009920) + 0.778194.'218'(0.112495) + 2.042234.'216'(0.051719) + 0.609154.'212'(0.017618) + 2.623219.'212'(0.017618) + 1.608186.'201'(0.051719) + 0.621781.'233'(0.000000) + 0.396507.'245'(0.000000) + 0.821640.'246'(0.000000) + 1.833916.'247'(0.000000) + 1.487458.'253'(0.000000) + 1.585350.'255'(0.000000) + 2.281852.'258'(0.000000) + 1.350538.'265'(0.000000) + 0.941087.'269'(0.000000) + 2.426095.'270'(0.000000) + 2.413891.'272'(0.000000) + 1.253669.'276'(0.000000) + 1.100358.'285'(0.000000) + 1.314011.'287'(0.000000) + 2.373728.'290'(0.000000) + 2.494249.'293'(0.000000) + 2.188761.'297'(0.000000) + 0.609602.'298'(0.000000) + 1.487294.'299'(0.000000) + 0.840030.'300'(0.000000) + 0) <= 2.069661 ('253') -> [0.000000]: [surf_maxmin/DEBUG] (0.860338.'251'(0.009920) + 1.978093.'234'(0.009920) + 1.739613.'219'(0.017618) + 1.593677.'216'(0.051719) + 2.090207.'211'(0.017618) + 1.337673.'210'(0.218435) + 1.171727.'208'(0.138124) + 1.346561.'201'(0.051719) + 1.813039.'247'(0.000000) + 1.999941.'253'(0.000000) + 1.854199.'274'(0.000000) + 1.383653.'277'(0.000000) + 2.248653.'279'(0.000000) + 2.117239.'283'(0.000000) + 1.456299.'284'(0.000000) + 2.020601.'285'(0.000000) + 0.713369.'285'(0.000000) + 0.595379.'289'(0.000000) + 1.951034.'292'(0.000000) + 2.651899.'300'(0.000000) + 0) <= 7.658264 ('213') -> [0.000000]: [surf_maxmin/DEBUG] (0.294263.'240'(0.017618) + 1.723869.'235'(0.112495) + 0.650222.'232'(0.009920) + 0.935672.'231'(0.009920) + 2.708541.'231'(0.009920) + 1.375307.'227'(0.299833) + 1.498102.'222'(0.017618) + 0.997461.'220'(0.009920) + 2.349977.'216'(0.051719) + 1.465991.'209'(0.009920) + 2.192450.'206'(0.051719) + 1.903932.'204'(0.017618) + 2.671846.'203'(0.051719) + 0.868539.'201'(0.051719) + 1.641477.'225'(0.000000) + 2.918697.'229'(0.000000) + 1.877652.'250'(0.000000) + 2.471895.'255'(0.000000) + 1.888550.'259'(0.000000) + 1.776179.'260'(0.000000) + 0.709937.'261'(0.000000) + 2.944395.'275'(0.000000) + 0.973130.'275'(0.000000) + 1.239349.'284'(0.000000) + 0.856385.'285'(0.000000) + 1.818090.'286'(0.000000) + 2.382836.'287'(0.000000) + 1.459287.'287'(0.000000) + 1.076116.'288'(0.000000) + 1.676281.'289'(0.000000) + 1.735715.'293'(0.000000) + 1.910739.'295'(0.000000) + 2.235340.'298'(0.000000) + 0) <= 5.722376 ('281') -> [0.000000]: [surf_maxmin/DEBUG] (0.688772.'264'(0.112495) + 1.361472.'252'(0.318568) + 1.180258.'244'(0.009920) + 1.611547.'240'(0.017618) + 1.067334.'236'(0.022864) + 1.370170.'235'(0.112495) + 2.549011.'231'(0.009920) + 1.999694.'230'(0.009920) + 1.544523.'227'(0.299833) + 1.423954.'219'(0.017618) + 0.835375.'214'(0.017618) + 0.370467.'211'(0.017618) + 0.667314.'210'(0.218435) + 0.305733.'209'(0.009920) + 2.472542.'201'(0.051719) + 1.011449.'239'(0.000000) + 0.797804.'248'(0.000000) + 0.689613.'250'(0.000000) + 0.984194.'253'(0.000000) + 1.617817.'255'(0.000000) + 2.028051.'257'(0.000000) + 2.505955.'258'(0.000000) + 1.321571.'260'(0.000000) + 1.976008.'270'(0.000000) + 2.297666.'275'(0.000000) + 1.041176.'275'(0.000000) + 1.742455.'277'(0.000000) + 1.992433.'286'(0.000000) + 1.138267.'289'(0.000000) + 2.411641.'294'(0.000000) + 2.290965.'296'(0.000000) + 2.074726.'298'(0.000000) + 0) <= 4.552794 ('280') -> [0.000000]: [surf_maxmin/DEBUG] (1.531161.'256'(0.009920) + 1.701245.'242'(0.017618) + 0.328646.'236'(0.022864) + 2.698292.'236'(0.022864) + 2.119215.'234'(0.009920) + 1.514889.'224'(0.022864) + 2.038839.'206'(0.051719) + 0.161851.'203'(0.051719) + 0.528359.'202'(0.017618) + 1.375715.'201'(0.051719) + 1.447273.'245'(0.000000) + 3.560811.'258'(0.000000) + 1.218448.'258'(0.000000) + 1.560071.'260'(0.000000) + 1.865721.'266'(0.000000) + 1.643965.'268'(0.000000) + 0.872940.'269'(0.000000) + 2.620355.'273'(0.000000) + 0.164670.'273'(0.000000) + 2.507140.'274'(0.000000) + 1.715526.'277'(0.000000) + 1.264306.'288'(0.000000) + 0.976053.'289'(0.000000) + 1.231568.'293'(0.000000) + 0) <= 5.578408 ('227') -> [0.000000]: [surf_maxmin/DEBUG] (2.246431.'256'(0.009920) + 2.518242.'251'(0.009920) + 1.519986.'244'(0.009920) + 0.957599.'231'(0.009920) + 1.375383.'226'(0.009920) + 1.858041.'224'(0.022864) + 0.667656.'223'(0.022864) + 0.590380.'208'(0.138124) + 0.514641.'202'(0.017618) + 3.239189.'202'(0.017618) + 0.993414.'201'(0.051719) + 0.972989.'270'(0.000000) + 2.254133.'273'(0.000000) + 1.545763.'278'(0.000000) + 0.854155.'284'(0.000000) + 0.501151.'286'(0.000000) + 1.113111.'288'(0.000000) + 1.521907.'292'(0.000000) + 2.030892.'293'(0.000000) + 2.070951.'294'(0.000000) + 0.948697.'295'(0.000000) + 2.155223.'298'(0.000000) + 1.516054.'299'(0.000000) + 0) <= 2.688073 ('279') -> [0.000000]: [surf_maxmin/DEBUG] (2.162235.'267'(0.051719) + 0.608833.'244'(0.009920) + 1.096943.'242'(0.017618) + 0.906286.'232'(0.009920) + 1.523842.'231'(0.009920) + 2.694928.'222'(0.017618) + 0.985211.'221'(0.009920) + 1.686043.'219'(0.017618) + 1.719346.'217'(0.009920) + 1.949328.'214'(0.017618) + 1.537135.'209'(0.009920) + 1.773782.'201'(0.051719) + 0.197566.'233'(0.000000) + 1.567366.'239'(0.000000) + 0.459349.'243'(0.000000) + 1.527541.'246'(0.000000) + 1.311988.'250'(0.000000) + 1.477206.'254'(0.000000) + 1.558690.'261'(0.000000) + 1.965044.'262'(0.000000) + 1.256565.'274'(0.000000) + 2.866337.'276'(0.000000) + 1.680231.'279'(0.000000) + 1.175864.'279'(0.000000) + 2.099033.'285'(0.000000) + 0.592442.'290'(0.000000) + 2.162915.'291'(0.000000) + 0.229722.'292'(0.000000) + 2.137159.'296'(0.000000) + 0.779794.'296'(0.000000) + 2.046284.'299'(0.000000) + 0) <= 7.661528 ('275') -> [0.000000]: [surf_maxmin/DEBUG] (1.260259.'271'(0.051719) + 1.445674.'267'(0.051719) + 1.772098.'256'(0.009920) + 0.795403.'242'(0.017618) + 0.948725.'238'(0.051719) + 1.594819.'238'(0.051719) + 1.060301.'216'(0.051719) + 2.365653.'209'(0.009920) + 1.676967.'206'(0.051719) + 0.416567.'203'(0.051719) + 2.428944.'201'(0.051719) + 1.001177.'229'(0.000000) + 2.693556.'241'(0.000000) + 2.052698.'248'(0.000000) + 1.019213.'250'(0.000000) + 1.186607.'259'(0.000000) + 1.457681.'263'(0.000000) + 1.585487.'269'(0.000000) + 0.262072.'277'(0.000000) + 2.617676.'278'(0.000000) + 0.382679.'278'(0.000000) + 1.811706.'281'(0.000000) + 1.553094.'283'(0.000000) + 2.465204.'289'(0.000000) + 1.201163.'291'(0.000000) + 1.136049.'294'(0.000000) + 1.628831.'297'(0.000000) + 0.822364.'300'(0.000000) + 0) <= 0.615289 ('247') -> [0.000000]: [surf_maxmin/DEBUG] (2.273013.'264'(0.112495) + 0.972419.'242'(0.017618) + 1.043144.'238'(0.051719) + 1.322698.'235'(0.112495) + 1.730118.'226'(0.009920) + 2.165212.'222'(0.017618) + 1.735505.'218'(0.112495) + 1.139425.'217'(0.009920) + 1.957843.'214'(0.017618) + 1.054057.'212'(0.017618) + 1.530854.'205'(0.017618) + 1.530924.'204'(0.017618) + 1.733845.'202'(0.017618) + 0.914402.'257'(0.000000) + 0.357876.'274'(0.000000) + 1.538107.'283'(0.000000) + 2.732970.'288'(0.000000) + 0.693583.'289'(0.000000) + 1.427942.'296'(0.000000) + 0) <= 6.096457 ('283') -> [0.000000]: [surf_maxmin/DEBUG] (0.930932.'256'(0.009920) + 1.986420.'244'(0.009920) + 1.808123.'242'(0.017618) + 1.779465.'238'(0.051719) + 1.633048.'230'(0.009920) + 1.050160.'228'(0.009920) + 2.055994.'227'(0.299833) + 1.734766.'223'(0.022864) + 1.755216.'219'(0.017618) + 1.357365.'218'(0.112495) + 0.939753.'216'(0.051719) + 0.960743.'215'(0.318568) + 2.172409.'211'(0.017618) + 1.210630.'208'(0.138124) + 0.504743.'202'(0.017618) + 2.780283.'241'(0.000000) + 1.732534.'268'(0.000000) + 2.280507.'270'(0.000000) + 0.755734.'275'(0.000000) + 2.489209.'276'(0.000000) + 1.066806.'278'(0.000000) + 2.519045.'294'(0.000000) + 1.510739.'300'(0.000000) + 0) <= 7.727387 ('268') -> [0.000000]: [surf_maxmin/DEBUG] (0.426284.'251'(0.009920) + 1.792050.'236'(0.022864) + 0.465707.'235'(0.112495) + 2.122667.'224'(0.022864) + 0.749341.'222'(0.017618) + 0.392958.'216'(0.051719) + 3.044814.'216'(0.051719) + 2.043521.'214'(0.017618) + 1.106115.'213'(0.009920) + 2.507297.'213'(0.009920) + 2.218756.'204'(0.017618) + 0.234394.'202'(0.017618) + 2.846392.'202'(0.017618) + 1.817261.'233'(0.000000) + 0.619118.'239'(0.000000) + 1.449361.'243'(0.000000) + 1.783524.'245'(0.000000) + 2.552466.'246'(0.000000) + 1.553503.'247'(0.000000) + 1.287291.'248'(0.000000) + 1.105633.'253'(0.000000) + 2.547025.'266'(0.000000) + 0.727138.'272'(0.000000) + 1.638357.'274'(0.000000) + 0.162673.'276'(0.000000) + 2.609075.'279'(0.000000) + 1.245541.'279'(0.000000) + 1.720391.'293'(0.000000) + 0.891249.'294'(0.000000) + 2.020493.'295'(0.000000) + 0) <= 4.065199 ('229') -> [0.000000]: [surf_maxmin/DEBUG] (1.617305.'264'(0.112495) + 1.567680.'251'(0.009920) + 2.437314.'244'(0.009920) + 0.965185.'240'(0.017618) + 1.006333.'238'(0.051719) + 2.305705.'234'(0.009920) + 0.703903.'230'(0.009920) + 2.240471.'226'(0.009920) + 2.225260.'224'(0.022864) + 1.812403.'221'(0.009920) + 1.765716.'218'(0.112495) + 2.772173.'214'(0.017618) + 0.116606.'202'(0.017618) + 1.479506.'245'(0.000000) + 0.908631.'262'(0.000000) + 1.401420.'268'(0.000000) + 2.077054.'270'(0.000000) + 2.032059.'273'(0.000000) + 2.076837.'276'(0.000000) + 0.883816.'277'(0.000000) + 1.545397.'286'(0.000000) + 1.663168.'288'(0.000000) + 2.450117.'289'(0.000000) + 0.086947.'292'(0.000000) + 1.104576.'294'(0.000000) + 0.896973.'300'(0.000000) + 0) <= 8.070227 ('248') -> [0.000000]: [surf_maxmin/DEBUG] (2.144546.'271'(0.051719) + 1.110006.'256'(0.009920) + 0.344299.'251'(0.009920) + 1.517578.'232'(0.009920) + 0.528981.'231'(0.009920) + 2.730417.'218'(0.112495) + 1.002102.'212'(0.017618) + 1.478519.'208'(0.138124) + 1.537450.'203'(0.051719) + 1.649224.'202'(0.017618) + 1.262177.'225'(0.000000) + 0.593954.'233'(0.000000) + 0.665423.'239'(0.000000) + 2.392076.'247'(0.000000) + 1.596194.'248'(0.000000) + 1.867920.'257'(0.000000) + 0.375417.'263'(0.000000) + 1.551778.'281'(0.000000) + 1.867449.'292'(0.000000) + 0) <= 3.879713 ('221') -> [0.000000]: [surf_maxmin/DEBUG] (2.343794.'244'(0.009920) + 1.928661.'238'(0.051719) + 1.088849.'235'(0.112495) + 1.397785.'232'(0.009920) + 1.225478.'228'(0.009920) + 2.585053.'227'(0.299833) + 2.180292.'218'(0.112495) + 0.535425.'215'(0.318568) + 2.746467.'208'(0.138124) + 0.451586.'207'(0.009920) + 1.949313.'202'(0.017618) + 1.646097.'225'(0.000000) + 1.055520.'253'(0.000000) + 1.243048.'254'(0.000000) + 1.757927.'260'(0.000000) + 0.078851.'261'(0.000000) + 0.600779.'263'(0.000000) + 1.324985.'269'(0.000000) + 1.450715.'272'(0.000000) + 1.334226.'280'(0.000000) + 2.044872.'282'(0.000000) + 0.780994.'285'(0.000000) + 1.295709.'291'(0.000000) + 0.911665.'294'(0.000000) + 0.524251.'297'(0.000000) + 1.591903.'298'(0.000000) + 0) <= 8.261281 ('245') -> [0.000000]: [surf_maxmin/DEBUG] (2.347284.'234'(0.009920) + 2.572493.'227'(0.299833) + 1.112115.'226'(0.009920) + 1.302692.'223'(0.022864) + 1.707669.'220'(0.009920) + 1.563785.'219'(0.017618) + 1.327346.'217'(0.009920) + 1.667095.'215'(0.318568) + 1.805272.'213'(0.009920) + 2.696775.'209'(0.009920) + 1.510130.'207'(0.009920) + 0.831361.'206'(0.051719) + 1.528555.'202'(0.017618) + 0.617782.'229'(0.000000) + 1.636986.'233'(0.000000) + 0.114908.'237'(0.000000) + 1.172437.'239'(0.000000) + 1.910429.'243'(0.000000) + 0.171853.'245'(0.000000) + 0.157019.'247'(0.000000) + 0.921173.'250'(0.000000) + 2.308286.'255'(0.000000) + 1.233702.'257'(0.000000) + 2.414853.'258'(0.000000) + 0.802489.'258'(0.000000) + 0.236516.'260'(0.000000) + 0.761832.'265'(0.000000) + 2.075775.'273'(0.000000) + 1.181760.'276'(0.000000) + 0.524110.'280'(0.000000) + 0.935888.'295'(0.000000) + 1.905304.'299'(0.000000) + 0) <= 2.917928 ('231') -> [0.000000]: [surf_maxmin/DEBUG] (2.059255.'264'(0.112495) + 0.888866.'235'(0.112495) + 1.136006.'222'(0.017618) + 1.493489.'215'(0.318568) + 1.070903.'213'(0.009920) + 2.499179.'213'(0.009920) + 1.021078.'207'(0.009920) + 1.637143.'202'(0.017618) + 0.550989.'239'(0.000000) + 1.231681.'260'(0.000000) + 1.358498.'262'(0.000000) + 1.175152.'282'(0.000000) + 1.163598.'283'(0.000000) + 0.444127.'294'(0.000000) + 1.476061.'296'(0.000000) + 0) <= 8.977370 ('289') -> [0.000000]: [surf_maxmin/DEBUG] (1.889079.'271'(0.051719) + 2.240757.'240'(0.017618) + 1.587875.'227'(0.299833) + 1.414158.'210'(0.218435) + 1.412175.'206'(0.051719) + 1.922615.'202'(0.017618) + 0.745145.'233'(0.000000) + 1.610801.'243'(0.000000) + 0.717752.'243'(0.000000) + 1.328687.'248'(0.000000) + 1.207031.'249'(0.000000) + 0.943297.'259'(0.000000) + 0.847194.'263'(0.000000) + 2.726370.'265'(0.000000) + 1.968860.'270'(0.000000) + 0.778050.'279'(0.000000) + 1.137664.'280'(0.000000) + 0.735967.'282'(0.000000) + 1.194071.'288'(0.000000) + 0) <= 2.155770 ('210') -> [0.000000]: [surf_maxmin/DEBUG] (1.114565.'244'(0.009920) + 2.191383.'234'(0.009920) + 2.715327.'228'(0.009920) + 2.088746.'226'(0.009920) + 2.305139.'224'(0.022864) + 2.496524.'223'(0.022864) + 0.337131.'220'(0.009920) + 2.647277.'220'(0.009920) + 1.636503.'219'(0.017618) + 0.662416.'216'(0.051719) + 2.284965.'208'(0.138124) + 2.394746.'207'(0.009920) + 2.156807.'204'(0.017618) + 0.635045.'202'(0.017618) + 1.251170.'225'(0.000000) + 0.824386.'229'(0.000000) + 1.544228.'233'(0.000000) + 1.625204.'245'(0.000000) + 2.413396.'250'(0.000000) + 2.284162.'254'(0.000000) + 0.393137.'258'(0.000000) + 1.959575.'261'(0.000000) + 0.588115.'276'(0.000000) + 1.965957.'278'(0.000000) + 1.408833.'280'(0.000000) + 1.107641.'287'(0.000000) + 1.003512.'287'(0.000000) + 1.384296.'288'(0.000000) + 2.648533.'297'(0.000000) + 0) <= 6.914775 ('250') -> [0.000000]: [surf_maxmin/DEBUG] (1.175790.'232'(0.009920) + 2.054559.'226'(0.009920) + 1.568015.'221'(0.009920) + 0.492457.'219'(0.017618) + 1.181565.'211'(0.017618) + 1.616605.'206'(0.051719) + 1.994812.'202'(0.017618) + 0.392659.'225'(0.000000) + 2.059050.'233'(0.000000) + 2.495593.'237'(0.000000) + 1.161328.'243'(0.000000) + 2.136415.'250'(0.000000) + 2.006368.'255'(0.000000) + 2.828514.'262'(0.000000) + 2.263315.'263'(0.000000) + 0.828785.'265'(0.000000) + 0.832424.'266'(0.000000) + 0.611779.'268'(0.000000) + 2.837395.'272'(0.000000) + 2.579290.'277'(0.000000) + 0.737843.'284'(0.000000) + 1.089770.'291'(0.000000) + 2.662720.'294'(0.000000) + 2.168473.'297'(0.000000) + 0) <= 4.546078 ('218') -> [0.000000]: [surf_maxmin/DEBUG] (1.406598.'244'(0.009920) + 1.671109.'232'(0.009920) + 1.188510.'230'(0.009920) + 2.069943.'227'(0.299833) + 2.515218.'223'(0.022864) + 1.154425.'222'(0.017618) + 0.581739.'221'(0.009920) + 2.245821.'217'(0.009920) + 0.506547.'215'(0.318568) + 1.127530.'202'(0.017618) + 1.574289.'233'(0.000000) + 2.004832.'250'(0.000000) + 0.592724.'254'(0.000000) + 0.933115.'255'(0.000000) + 0.977866.'257'(0.000000) + 1.628701.'272'(0.000000) + 0.488433.'278'(0.000000) + 1.296198.'284'(0.000000) + 0.997928.'285'(0.000000) + 2.631355.'286'(0.000000) + 0.365065.'287'(0.000000) + 1.872353.'291'(0.000000) + 1.824022.'293'(0.000000) + 1.180816.'294'(0.000000) + 1.508956.'295'(0.000000) + 2.497917.'297'(0.000000) + 0) <= 3.779940 ('225') -> [0.000000]: [surf_maxmin/DEBUG] (1.049744.'271'(0.051719) + 1.814677.'271'(0.051719) + 1.686741.'252'(0.318568) + 0.081429.'240'(0.017618) + 1.254826.'230'(0.009920) + 2.127049.'228'(0.009920) + 1.577197.'219'(0.017618) + 0.835719.'218'(0.112495) + 1.212790.'215'(0.318568) + 1.132935.'203'(0.051719) + 0.302081.'202'(0.017618) + 1.695899.'225'(0.000000) + 1.060504.'225'(0.000000) + 2.261895.'241'(0.000000) + 0.890977.'243'(0.000000) + 2.378042.'249'(0.000000) + 0.795184.'253'(0.000000) + 2.842429.'255'(0.000000) + 1.359389.'265'(0.000000) + 1.363950.'269'(0.000000) + 1.475011.'274'(0.000000) + 1.818201.'279'(0.000000) + 1.951375.'291'(0.000000) + 1.300922.'299'(0.000000) + 0.803137.'300'(0.000000) + 0) <= 1.760621 ('256') -> [0.000000]: [surf_maxmin/DEBUG] (1.757758.'228'(0.009920) + 1.591073.'222'(0.017618) + 1.973390.'221'(0.009920) + 1.171080.'208'(0.138124) + 0.883715.'204'(0.017618) + 1.107474.'203'(0.051719) + 2.143921.'202'(0.017618) + 1.316199.'229'(0.000000) + 1.281438.'253'(0.000000) + 3.200477.'276'(0.000000) + 1.168670.'276'(0.000000) + 1.529081.'278'(0.000000) + 1.546796.'286'(0.000000) + 0.165580.'288'(0.000000) + 2.837021.'290'(0.000000) + 2.342842.'291'(0.000000) + 2.011021.'299'(0.000000) + 0) <= 7.307081 ('288') -> [0.000000]: [surf_maxmin/DEBUG] (1.883676.'256'(0.009920) + 1.107255.'252'(0.318568) + 1.429825.'244'(0.009920) + 0.148437.'231'(0.009920) + 3.654302.'231'(0.009920) + 1.181923.'226'(0.009920) + 1.853800.'223'(0.022864) + 1.059175.'222'(0.017618) + 1.875033.'221'(0.009920) + 1.436404.'219'(0.017618) + 1.570946.'213'(0.009920) + 0.491110.'210'(0.218435) + 2.203265.'209'(0.009920) + 1.684257.'208'(0.138124) + 1.752506.'207'(0.009920) + 1.834835.'205'(0.017618) + 1.671732.'202'(0.017618) + 1.650064.'245'(0.000000) + 1.759709.'248'(0.000000) + 1.073563.'248'(0.000000) + 2.493157.'249'(0.000000) + 0.306179.'253'(0.000000) + 2.898596.'260'(0.000000) + 1.886220.'279'(0.000000) + 1.483722.'280'(0.000000) + 0.275171.'283'(0.000000) + 1.689813.'284'(0.000000) + 0.799625.'289'(0.000000) + 1.052089.'298'(0.000000) + 0) <= 4.370619 ('204') -> [0.000000]: [surf_maxmin/DEBUG] (2.114410.'267'(0.051719) + 1.163181.'244'(0.009920) + 0.441978.'242'(0.017618) + 2.360076.'242'(0.017618) + 0.541511.'236'(0.022864) + 1.255202.'234'(0.009920) + 1.189082.'226'(0.009920) + 1.513689.'222'(0.017618) + 1.718503.'219'(0.017618) + 1.422849.'214'(0.017618) + 2.766893.'210'(0.218435) + 0.845780.'207'(0.009920) + 2.399385.'202'(0.017618) + 1.556994.'229'(0.000000) + 1.005210.'248'(0.000000) + 0.350349.'253'(0.000000) + 1.391535.'259'(0.000000) + 1.802584.'265'(0.000000) + 2.432122.'272'(0.000000) + 1.350066.'274'(0.000000) + 0.751203.'276'(0.000000) + 2.239343.'281'(0.000000) + 1.821382.'292'(0.000000) + 1.242133.'297'(0.000000) + 2.300156.'298'(0.000000) + 0) <= 7.849367 ('274') -> [0.000000]: [surf_maxmin/DEBUG] (0.745879.'267'(0.051719) + 2.496665.'242'(0.017618) + 1.388442.'238'(0.051719) + 1.139478.'236'(0.022864) + 1.756473.'209'(0.009920) + 1.240685.'202'(0.017618) + 2.582950.'229'(0.000000) + 1.315768.'237'(0.000000) + 1.507001.'241'(0.000000) + 2.111631.'246'(0.000000) + 0.528628.'253'(0.000000) + 0.636275.'254'(0.000000) + 1.340257.'265'(0.000000) + 2.460967.'274'(0.000000) + 2.603997.'278'(0.000000) + 1.361518.'279'(0.000000) + 0.815955.'282'(0.000000) + 1.438122.'286'(0.000000) + 1.051736.'288'(0.000000) + 0.475519.'293'(0.000000) + 0) <= 3.398487 ('244') -> [0.000000]: [surf_maxmin/DEBUG] (1.149973.'271'(0.051719) + 1.019198.'238'(0.051719) + 1.593443.'232'(0.009920) + 1.799494.'222'(0.017618) + 1.844997.'218'(0.112495) + 2.385179.'216'(0.051719) + 2.594554.'211'(0.017618) + 0.802064.'205'(0.017618) + 0.833072.'202'(0.017618) + 2.194983.'237'(0.000000) + 3.404972.'246'(0.000000) + 1.198139.'246'(0.000000) + 2.415678.'253'(0.000000) + 1.511789.'262'(0.000000) + 0.562249.'262'(0.000000) + 1.810809.'265'(0.000000) + 1.732204.'266'(0.000000) + 2.761971.'268'(0.000000) + 2.349652.'275'(0.000000) + 0.974977.'278'(0.000000) + 1.145639.'287'(0.000000) + 1.227329.'289'(0.000000) + 1.648317.'292'(0.000000) + 2.352469.'296'(0.000000) + 0.740622.'297'(0.000000) + 1.810060.'298'(0.000000) + 0) <= 3.557291 ('292') -> [0.000000]: [surf_maxmin/DEBUG] (1.013219.'242'(0.017618) + 1.467127.'240'(0.017618) + 0.857902.'232'(0.009920) + 0.971184.'222'(0.017618) + 0.701679.'221'(0.009920) + 1.808100.'220'(0.009920) + 1.850912.'219'(0.017618) + 1.774584.'214'(0.017618) + 0.851661.'212'(0.017618) + 1.271227.'211'(0.017618) + 1.879704.'205'(0.017618) + 0.457091.'204'(0.017618) + 1.339444.'202'(0.017618) + 2.635117.'254'(0.000000) + 1.760243.'268'(0.000000) + 1.423326.'275'(0.000000) + 2.335778.'277'(0.000000) + 1.505908.'290'(0.000000) + 1.877646.'292'(0.000000) + 1.953798.'294'(0.000000) + 0.743216.'295'(0.000000) + 1.066169.'296'(0.000000) + 2.272743.'297'(0.000000) + 0) <= 0.260263 ('251') -> [0.000000]: [surf_maxmin/DEBUG] (2.098538.'271'(0.051719) + 1.160334.'240'(0.017618) + 1.570033.'232'(0.009920) + 1.564387.'224'(0.022864) + 0.685478.'223'(0.022864) + 1.853940.'222'(0.017618) + 1.489290.'218'(0.112495) + 0.448698.'214'(0.017618) + 2.769490.'211'(0.017618) + 1.675158.'210'(0.218435) + 1.822727.'207'(0.009920) + 0.410861.'203'(0.051719) + 0.327292.'225'(0.000000) + 1.065771.'237'(0.000000) + 1.773787.'241'(0.000000) + 2.355439.'246'(0.000000) + 1.834550.'247'(0.000000) + 2.433596.'253'(0.000000) + 2.108283.'254'(0.000000) + 2.461330.'261'(0.000000) + 1.580054.'262'(0.000000) + 1.445079.'266'(0.000000) + 1.238915.'273'(0.000000) + 2.025460.'276'(0.000000) + 1.838010.'277'(0.000000) + 1.166325.'281'(0.000000) + 2.323366.'292'(0.000000) + 1.955144.'294'(0.000000) + 0) <= 2.572064 ('287') -> [0.000000]: [surf_maxmin/DEBUG] (2.329028.'240'(0.017618) + 0.393028.'222'(0.017618) + 1.575391.'219'(0.017618) + 1.698983.'213'(0.009920) + 2.052179.'211'(0.017618) + 1.174440.'210'(0.218435) + 1.621652.'208'(0.138124) + 0.738394.'203'(0.051719) + 1.327786.'225'(0.000000) + 1.718209.'229'(0.000000) + 1.338633.'243'(0.000000) + 0.884224.'245'(0.000000) + 1.454327.'248'(0.000000) + 0.752571.'250'(0.000000) + 1.459003.'253'(0.000000) + 2.390995.'254'(0.000000) + 1.643770.'255'(0.000000) + 0.340537.'259'(0.000000) + 0.502226.'272'(0.000000) + 1.515586.'276'(0.000000) + 1.627830.'277'(0.000000) + 0.889286.'287'(0.000000) + 1.785292.'295'(0.000000) + 0) <= 0.701325 ('293') -> [0.000000]: [surf_maxmin/DEBUG] (2.112830.'271'(0.051719) + 2.099713.'252'(0.318568) + 0.836426.'240'(0.017618) + 1.952663.'240'(0.017618) + 0.685880.'236'(0.022864) + 2.415447.'226'(0.009920) + 2.506618.'216'(0.051719) + 0.624777.'212'(0.017618) + 1.220626.'212'(0.017618) + 1.077577.'211'(0.017618) + 1.546574.'210'(0.218435) + 1.459450.'205'(0.017618) + 0.457423.'203'(0.051719) + 1.495416.'245'(0.000000) + 1.703750.'246'(0.000000) + 1.462099.'255'(0.000000) + 1.880764.'258'(0.000000) + 2.113172.'263'(0.000000) + 2.005274.'270'(0.000000) + 1.793624.'272'(0.000000) + 2.668439.'279'(0.000000) + 2.323089.'280'(0.000000) + 1.444086.'281'(0.000000) + 1.480636.'286'(0.000000) + 1.502304.'294'(0.000000) + 1.920087.'298'(0.000000) + 1.524737.'300'(0.000000) + 0) <= 2.679478 ('286') -> [0.000000]: [surf_maxmin/DEBUG] (0.202948.'256'(0.009920) + 2.291675.'252'(0.318568) + 0.206256.'236'(0.022864) + 1.100014.'227'(0.299833) + 2.211168.'224'(0.022864) + 1.804400.'220'(0.009920) + 0.930760.'206'(0.051719) + 1.509221.'203'(0.051719) + 1.926378.'255'(0.000000) + 0.987597.'269'(0.000000) + 1.202377.'274'(0.000000) + 0.822822.'278'(0.000000) + 3.496512.'282'(0.000000) + 0.210943.'282'(0.000000) + 2.336059.'284'(0.000000) + 0.892162.'288'(0.000000) + 2.370991.'290'(0.000000) + 2.133278.'291'(0.000000) + 1.376339.'296'(0.000000) + 1.326993.'300'(0.000000) + 0) <= 4.459004 ('239') -> [0.000000]: [surf_maxmin/DEBUG] (1.436570.'267'(0.051719) + 0.308283.'256'(0.009920) + 0.876082.'242'(0.017618) + 1.012884.'240'(0.017618) + 1.887221.'238'(0.051719) + 1.247197.'228'(0.009920) + 1.542843.'226'(0.009920) + 1.030304.'213'(0.009920) + 0.930243.'203'(0.051719) + 1.067924.'229'(0.000000) + 1.596391.'237'(0.000000) + 0.945313.'246'(0.000000) + 1.227357.'248'(0.000000) + 2.128223.'250'(0.000000) + 2.141415.'258'(0.000000) + 1.338152.'258'(0.000000) + 2.038214.'259'(0.000000) + 1.647322.'261'(0.000000) + 1.119244.'265'(0.000000) + 2.649411.'266'(0.000000) + 1.135798.'269'(0.000000) + 2.290322.'270'(0.000000) + 2.596003.'279'(0.000000) + 1.893286.'280'(0.000000) + 2.617914.'286'(0.000000) + 1.552425.'292'(0.000000) + 1.891913.'293'(0.000000) + 2.345926.'297'(0.000000) + 1.805408.'299'(0.000000) + 0) <= 2.747805 ('290') -> [0.000000]: [surf_maxmin/DEBUG] (2.441434.'235'(0.112495) + 0.891847.'234'(0.009920) + 0.963907.'230'(0.009920) + 0.745515.'228'(0.009920) + 0.618411.'223'(0.022864) + 1.000576.'218'(0.112495) + 1.676282.'210'(0.218435) + 1.106193.'203'(0.051719) + 2.727938.'225'(0.000000) + 0.833321.'225'(0.000000) + 0.951324.'237'(0.000000) + 0.294505.'239'(0.000000) + 2.884161.'245'(0.000000) + 0.585154.'247'(0.000000) + 1.864579.'258'(0.000000) + 1.552480.'262'(0.000000) + 0.982395.'263'(0.000000) + 1.662155.'265'(0.000000) + 1.610785.'278'(0.000000) + 2.010826.'279'(0.000000) + 0.622432.'283'(0.000000) + 1.149380.'284'(0.000000) + 0.860128.'287'(0.000000) + 1.255062.'292'(0.000000) + 0) <= 5.407608 ('296') -> [0.000000]: [surf_maxmin/DEBUG] (1.349507.'252'(0.318568) + 1.475792.'240'(0.017618) + 1.185270.'231'(0.009920) + 3.382157.'231'(0.009920) + 1.583010.'214'(0.017618) + 2.452112.'213'(0.009920) + 1.685376.'208'(0.138124) + 2.995014.'206'(0.051719) + 1.366470.'203'(0.051719) + 0.721608.'233'(0.000000) + 3.569098.'243'(0.000000) + 1.200117.'243'(0.000000) + 2.267659.'249'(0.000000) + 0.766420.'260'(0.000000) + 1.218891.'263'(0.000000) + 1.763252.'269'(0.000000) + 1.381044.'277'(0.000000) + 2.539820.'280'(0.000000) + 1.583097.'281'(0.000000) + 1.916129.'284'(0.000000) + 1.254101.'285'(0.000000) + 1.386248.'286'(0.000000) + 0) <= 9.982831 ('297') -> [0.000000]: [surf_maxmin/DEBUG] (1.379980.'271'(0.051719) + 3.022064.'271'(0.051719) + 1.776888.'252'(0.318568) + 0.331752.'231'(0.009920) + 1.261958.'222'(0.017618) + 1.484525.'219'(0.017618) + 2.172786.'217'(0.009920) + 2.480844.'216'(0.051719) + 1.144298.'215'(0.318568) + 1.980199.'211'(0.017618) + 1.016155.'209'(0.009920) + 2.255112.'207'(0.009920) + 1.293025.'203'(0.051719) + 1.059978.'225'(0.000000) + 1.462726.'233'(0.000000) + 1.919264.'239'(0.000000) + 1.760595.'247'(0.000000) + 3.345741.'248'(0.000000) + 0.583271.'248'(0.000000) + 2.359971.'257'(0.000000) + 1.992043.'258'(0.000000) + 0.219630.'259'(0.000000) + 0.959661.'262'(0.000000) + 2.557934.'263'(0.000000) + 1.415857.'269'(0.000000) + 2.216928.'272'(0.000000) + 1.359912.'273'(0.000000) + 1.551597.'287'(0.000000) + 1.545478.'292'(0.000000) + 1.737490.'299'(0.000000) + 2.123208.'300'(0.000000) + 0) <= 7.521400 ('259') -> [0.000000]: [surf_maxmin/DEBUG] (1.760646.'264'(0.112495) + 1.626772.'251'(0.009920) + 2.108545.'236'(0.022864) + 0.298760.'235'(0.112495) + 2.198741.'232'(0.009920) + 0.820028.'231'(0.009920) + 1.808313.'228'(0.009920) + 0.766024.'223'(0.022864) + 2.261778.'221'(0.009920) + 2.097891.'218'(0.112495) + 0.704020.'213'(0.009920) + 0.957628.'211'(0.017618) + 0.612885.'205'(0.017618) + 1.777974.'205'(0.017618) + 0.414047.'203'(0.051719) + 1.693677.'237'(0.000000) + 2.005663.'249'(0.000000) + 0.606652.'249'(0.000000) + 2.310469.'258'(0.000000) + 1.996666.'270'(0.000000) + 2.718253.'275'(0.000000) + 0.791962.'275'(0.000000) + 1.820071.'278'(0.000000) + 0.737175.'280'(0.000000) + 1.893185.'282'(0.000000) + 2.079866.'286'(0.000000) + 1.151781.'287'(0.000000) + 0) <= 0.707249 ('201') -> [0.000000]: [surf_maxmin/DEBUG] (1.293191.'256'(0.009920) + 2.147592.'226'(0.009920) + 1.108976.'220'(0.009920) + 1.141516.'214'(0.017618) + 2.508287.'210'(0.218435) + 1.544555.'206'(0.051719) + 0.485743.'203'(0.051719) + 1.121985.'250'(0.000000) + 1.769586.'257'(0.000000) + 1.079042.'261'(0.000000) + 1.876524.'265'(0.000000) + 0.310424.'268'(0.000000) + 2.004856.'272'(0.000000) + 3.145911.'283'(0.000000) + 1.218770.'283'(0.000000) + 2.102518.'286'(0.000000) + 1.334291.'290'(0.000000) + 0) <= 8.391931 ('265') -> [0.000000]: [surf_maxmin/DEBUG] (0.351644.'242'(0.017618) + 2.724118.'242'(0.017618) + 0.658255.'240'(0.017618) + 1.954854.'238'(0.051719) + 1.354260.'236'(0.022864) + 1.820366.'235'(0.112495) + 2.823958.'234'(0.009920) + 2.096052.'227'(0.299833) + 2.535802.'222'(0.017618) + 1.932705.'215'(0.318568) + 2.375301.'211'(0.017618) + 1.447106.'208'(0.138124) + 2.009315.'207'(0.009920) + 0.888138.'203'(0.051719) + 1.668986.'225'(0.000000) + 1.227189.'239'(0.000000) + 1.611251.'241'(0.000000) + 1.329918.'245'(0.000000) + 0.490235.'247'(0.000000) + 1.325025.'253'(0.000000) + 1.842592.'259'(0.000000) + 1.185951.'281'(0.000000) + 1.403987.'287'(0.000000) + 1.123232.'290'(0.000000) + 1.998928.'291'(0.000000) + 2.020330.'293'(0.000000) + 2.401350.'294'(0.000000) + 0) <= 4.750886 ('252') -> [0.000000]: [surf_maxmin/DEBUG] (1.507045.'267'(0.051719) + 0.437936.'252'(0.318568) + 2.389663.'240'(0.017618) + 1.924544.'238'(0.051719) + 2.555892.'232'(0.009920) + 0.936167.'220'(0.009920) + 2.528072.'220'(0.009920) + 1.077375.'219'(0.017618) + 1.525591.'215'(0.318568) + 2.125089.'213'(0.009920) + 0.945227.'205'(0.017618) + 1.501795.'203'(0.051719) + 1.421765.'229'(0.000000) + 1.601167.'243'(0.000000) + 1.336878.'243'(0.000000) + 1.392190.'247'(0.000000) + 0.505224.'249'(0.000000) + 1.592015.'262'(0.000000) + 0.643397.'262'(0.000000) + 0.543524.'275'(0.000000) + 3.455643.'285'(0.000000) + 0.311549.'285'(0.000000) + 0.972639.'286'(0.000000) + 0.670048.'289'(0.000000) + 0.732696.'300'(0.000000) + 0) <= 8.112278 ('234') -> [0.000000]: [surf_maxmin/DEBUG] (2.211434.'264'(0.112495) + 1.456873.'251'(0.009920) + 1.960861.'238'(0.051719) + 0.754963.'228'(0.009920) + 0.979757.'226'(0.009920) + 1.366691.'221'(0.009920) + 1.459590.'216'(0.051719) + 1.930216.'212'(0.017618) + 2.260579.'203'(0.051719) + 1.225262.'246'(0.000000) + 1.653672.'247'(0.000000) + 1.507920.'260'(0.000000) + 2.534640.'261'(0.000000) + 0.866372.'263'(0.000000) + 0.512861.'270'(0.000000) + 0.610450.'272'(0.000000) + 3.487113.'273'(0.000000) + 0.087008.'273'(0.000000) + 0.892162.'277'(0.000000) + 1.245082.'278'(0.000000) + 0.842215.'283'(0.000000) + 0.873629.'285'(0.000000) + 1.498367.'286'(0.000000) + 0.737828.'290'(0.000000) + 0) <= 4.451451 ('246') -> [0.000000]: [surf_maxmin/DEBUG] (1.248056.'264'(0.112495) + 0.092981.'232'(0.009920) + 1.391326.'226'(0.009920) + 0.462465.'224'(0.022864) + 1.161603.'224'(0.022864) + 1.729534.'215'(0.318568) + 0.958130.'212'(0.017618) + 2.294956.'212'(0.017618) + 0.774367.'205'(0.017618) + 2.915127.'205'(0.017618) + 2.494920.'204'(0.017618) + 0.547595.'203'(0.051719) + 1.098502.'225'(0.000000) + 1.993507.'237'(0.000000) + 0.555888.'253'(0.000000) + 0.810041.'254'(0.000000) + 1.058653.'259'(0.000000) + 2.171140.'266'(0.000000) + 1.206934.'269'(0.000000) + 1.577944.'272'(0.000000) + 1.589754.'275'(0.000000) + 1.832141.'278'(0.000000) + 1.028233.'278'(0.000000) + 2.052904.'286'(0.000000) + 1.767701.'300'(0.000000) + 0) <= 5.025302 ('277') -> [0.000000]: [surf_maxmin/DEBUG] (1.722188.'251'(0.009920) + 2.120903.'232'(0.009920) + 1.478370.'227'(0.299833) + 1.396322.'218'(0.112495) + 1.545208.'214'(0.017618) + 1.442113.'212'(0.017618) + 0.709683.'210'(0.218435) + 0.578128.'206'(0.051719) + 2.097983.'205'(0.017618) + 0.827483.'204'(0.017618) + 2.492248.'203'(0.051719) + 1.526062.'239'(0.000000) + 2.206146.'243'(0.000000) + 1.403993.'247'(0.000000) + 1.404605.'253'(0.000000) + 1.156561.'254'(0.000000) + 1.658330.'255'(0.000000) + 1.468499.'260'(0.000000) + 2.405686.'265'(0.000000) + 1.297777.'269'(0.000000) + 1.295839.'276'(0.000000) + 1.497264.'280'(0.000000) + 1.022033.'286'(0.000000) + 1.487524.'292'(0.000000) + 2.216468.'294'(0.000000) + 0) <= 8.437871 ('243') -> [0.000000]: [surf_maxmin/DEBUG] (1.455213.'252'(0.318568) + 2.460443.'238'(0.051719) + 0.266790.'235'(0.112495) + 1.172964.'230'(0.009920) + 0.904157.'224'(0.022864) + 1.509101.'217'(0.009920) + 2.066445.'214'(0.017618) + 1.570926.'207'(0.009920) + 0.682577.'206'(0.051719) + 0.287725.'205'(0.017618) + 1.875001.'204'(0.017618) + 1.557513.'229'(0.000000) + 1.219361.'233'(0.000000) + 1.654241.'239'(0.000000) + 2.214464.'241'(0.000000) + 1.469423.'246'(0.000000) + 1.999282.'248'(0.000000) + 1.423272.'250'(0.000000) + 1.625587.'253'(0.000000) + 2.267048.'258'(0.000000) + 1.803160.'259'(0.000000) + 1.662712.'265'(0.000000) + 0.698070.'272'(0.000000) + 2.398983.'277'(0.000000) + 2.125017.'279'(0.000000) + 1.036552.'281'(0.000000) + 1.059095.'285'(0.000000) + 0.822665.'286'(0.000000) + 0.377854.'287'(0.000000) + 1.077291.'288'(0.000000) + 0.786058.'290'(0.000000) + 1.829213.'291'(0.000000) + 2.642021.'292'(0.000000) + 0.304219.'295'(0.000000) + 0) <= 3.295714 ('262') -> [0.000000]: [surf_maxmin/DEBUG] (0.951025.'240'(0.017618) + 2.056132.'235'(0.112495) + 1.475760.'234'(0.009920) + 1.353579.'217'(0.009920) + 2.815883.'215'(0.318568) + 2.777380.'204'(0.017618) + 2.211734.'255'(0.000000) + 0.393497.'268'(0.000000) + 2.343087.'272'(0.000000) + 1.461520.'273'(0.000000) + 1.467347.'277'(0.000000) + 0.921511.'282'(0.000000) + 1.791409.'285'(0.000000) + 1.015959.'286'(0.000000) + 1.717630.'287'(0.000000) + 1.384018.'293'(0.000000) + 1.105757.'295'(0.000000) + 2.354413.'296'(0.000000) + 1.925212.'297'(0.000000) + 0) <= 5.108276 ('203') -> [0.000000]: [surf_maxmin/DEBUG] (1.572176.'264'(0.112495) + 2.320862.'256'(0.009920) + 1.710443.'252'(0.318568) + 2.152428.'240'(0.017618) + 1.823452.'232'(0.009920) + 0.247051.'230'(0.009920) + 1.481005.'227'(0.299833) + 1.882781.'213'(0.009920) + 2.407044.'207'(0.009920) + 2.252160.'204'(0.017618) + 1.305938.'233'(0.000000) + 1.904440.'249'(0.000000) + 1.138217.'257'(0.000000) + 0.026785.'259'(0.000000) + 1.504143.'266'(0.000000) + 1.030793.'268'(0.000000) + 1.650054.'280'(0.000000) + 0.969103.'281'(0.000000) + 0.464990.'283'(0.000000) + 0.919893.'284'(0.000000) + 0.484054.'288'(0.000000) + 1.121830.'291'(0.000000) + 1.139549.'300'(0.000000) + 0) <= 4.568332 ('209') -> [0.000000]: [surf_maxmin/DEBUG] (1.433239.'271'(0.051719) + 1.976234.'267'(0.051719) + 2.326946.'264'(0.112495) + 2.049560.'226'(0.009920) + 1.650186.'224'(0.022864) + 0.479740.'212'(0.017618) + 1.614089.'208'(0.138124) + 1.444509.'206'(0.051719) + 0.982207.'205'(0.017618) + 2.122165.'204'(0.017618) + 1.828541.'243'(0.000000) + 2.395909.'249'(0.000000) + 0.681613.'258'(0.000000) + 1.679133.'268'(0.000000) + 1.553985.'291'(0.000000) + 1.342824.'297'(0.000000) + 1.696680.'299'(0.000000) + 0.937970.'300'(0.000000) + 0) <= 9.521012 ('261') -> [0.000000]: [surf_maxmin/DEBUG] (1.866478.'264'(0.112495) + 2.566914.'244'(0.009920) + 1.193202.'236'(0.022864) + 2.719704.'234'(0.009920) + 1.498786.'230'(0.009920) + 1.550372.'223'(0.022864) + 1.929513.'222'(0.017618) + 0.775592.'211'(0.017618) + 1.938919.'210'(0.218435) + 2.472442.'209'(0.009920) + 1.470756.'204'(0.017618) + 2.122077.'241'(0.000000) + 2.280754.'245'(0.000000) + 1.539653.'254'(0.000000) + 1.663603.'257'(0.000000) + 0.678336.'265'(0.000000) + 1.024129.'270'(0.000000) + 2.213419.'283'(0.000000) + 0.604340.'284'(0.000000) + 0.404421.'288'(0.000000) + 1.430011.'289'(0.000000) + 1.000970.'291'(0.000000) + 1.323045.'294'(0.000000) + 1.368690.'295'(0.000000) + 0.506276.'298'(0.000000) + 0.899291.'299'(0.000000) + 0) <= 7.803148 ('219') -> [0.000000]: [surf_maxmin/DEBUG] (1.780935.'242'(0.017618) + 1.090509.'238'(0.051719) + 2.243545.'222'(0.017618) + 1.048785.'217'(0.009920) + 1.325732.'213'(0.009920) + 0.950021.'210'(0.218435) + 1.497738.'208'(0.138124) + 0.645468.'207'(0.009920) + 2.146349.'205'(0.017618) + 1.602299.'204'(0.017618) + 2.304730.'233'(0.000000) + 0.794915.'245'(0.000000) + 2.513366.'247'(0.000000) + 0.447077.'259'(0.000000) + 0.262856.'266'(0.000000) + 1.276377.'268'(0.000000) + 2.950522.'281'(0.000000) + 1.517803.'282'(0.000000) + 1.337035.'285'(0.000000) + 2.756537.'286'(0.000000) + 2.541196.'290'(0.000000) + 0.465382.'295'(0.000000) + 0.167057.'300'(0.000000) + 0) <= 0.637698 ('237') -> [0.000000]: [surf_maxmin/DEBUG] (1.207494.'256'(0.009920) + 0.529648.'236'(0.022864) + 0.835376.'232'(0.009920) + 1.039859.'231'(0.009920) + 1.307970.'226'(0.009920) + 1.766874.'224'(0.022864) + 2.521587.'223'(0.022864) + 2.100173.'222'(0.017618) + 1.984528.'221'(0.009920) + 1.165795.'220'(0.009920) + 0.208957.'212'(0.017618) + 1.164245.'211'(0.017618) + 1.595081.'205'(0.017618) + 1.390553.'204'(0.017618) + 2.023225.'233'(0.000000) + 0.796528.'241'(0.000000) + 1.594095.'243'(0.000000) + 2.283451.'245'(0.000000) + 1.028788.'257'(0.000000) + 1.799837.'261'(0.000000) + 0.860903.'262'(0.000000) + 1.815882.'266'(0.000000) + 2.264908.'268'(0.000000) + 0.405480.'269'(0.000000) + 2.579468.'270'(0.000000) + 1.239077.'273'(0.000000) + 2.375690.'284'(0.000000) + 0.812810.'297'(0.000000) + 0) <= 0.298762 ('208') -> [0.000000]: [surf_maxmin/DEBUG] (1.331153.'267'(0.051719) + 1.450362.'264'(0.112495) + 0.348901.'232'(0.009920) + 0.053013.'231'(0.009920) + 1.778314.'220'(0.009920) + 1.938746.'206'(0.051719) + 2.421025.'205'(0.017618) + 1.984165.'204'(0.017618) + 1.939531.'237'(0.000000) + 1.040391.'253'(0.000000) + 0.143575.'253'(0.000000) + 1.944676.'263'(0.000000) + 1.960826.'269'(0.000000) + 1.756038.'273'(0.000000) + 1.373164.'277'(0.000000) + 2.588924.'280'(0.000000) + 0.197146.'283'(0.000000) + 1.460483.'284'(0.000000) + 1.125365.'285'(0.000000) + 2.227600.'289'(0.000000) + 1.938756.'298'(0.000000) + 1.522543.'299'(0.000000) + 0) <= 6.926506 ('258') -> [0.000000]: [surf_maxmin/DEBUG] (1.089791.'252'(0.318568) + 2.267724.'242'(0.017618) + 1.498785.'234'(0.009920) + 0.568311.'218'(0.112495) + 2.606908.'218'(0.112495) + 1.039351.'216'(0.051719) + 1.196057.'214'(0.017618) + 2.426968.'212'(0.017618) + 1.472686.'211'(0.017618) + 2.201698.'210'(0.218435) + 1.397556.'208'(0.138124) + 2.771217.'205'(0.017618) + 2.286553.'204'(0.017618) + 1.382506.'241'(0.000000) + 1.787860.'245'(0.000000) + 1.778221.'249'(0.000000) + 1.342290.'263'(0.000000) + 0.596490.'270'(0.000000) + 0.391629.'273'(0.000000) + 0.218064.'274'(0.000000) + 2.008475.'276'(0.000000) + 0.490331.'279'(0.000000) + 1.739623.'281'(0.000000) + 2.124649.'289'(0.000000) + 0.265266.'290'(0.000000) + 1.539126.'295'(0.000000) + 1.118429.'298'(0.000000) + 2.214942.'299'(0.000000) + 0) <= 2.749201 ('217') -> [0.000000]: [surf_maxmin/DEBUG] (1.335449.'264'(0.112495) + 1.690911.'244'(0.009920) + 1.755975.'232'(0.009920) + 1.174659.'226'(0.009920) + 1.356251.'222'(0.017618) + 1.659526.'204'(0.017618) + 3.081852.'229'(0.000000) + 1.291243.'229'(0.000000) + 1.806017.'241'(0.000000) + 1.350351.'247'(0.000000) + 2.808319.'254'(0.000000) + 0.311172.'254'(0.000000) + 2.316010.'255'(0.000000) + 1.242228.'257'(0.000000) + 2.000602.'259'(0.000000) + 1.684150.'266'(0.000000) + 0.933632.'273'(0.000000) + 1.626432.'274'(0.000000) + 2.223437.'283'(0.000000) + 1.375703.'283'(0.000000) + 2.138431.'284'(0.000000) + 1.375255.'285'(0.000000) + 1.373069.'292'(0.000000) + 1.558210.'297'(0.000000) + 0) <= 6.401766 ('284') -> [0.000000]: [surf_maxmin/DEBUG] (1.917999.'271'(0.051719) + 1.997465.'252'(0.318568) + 1.877483.'238'(0.051719) + 1.389664.'232'(0.009920) + 2.105236.'230'(0.009920) + 0.730163.'228'(0.009920) + 2.756583.'227'(0.299833) + 1.070732.'226'(0.009920) + 1.761767.'215'(0.318568) + 1.609999.'209'(0.009920) + 1.374023.'208'(0.138124) + 1.223275.'207'(0.009920) + 2.458265.'204'(0.017618) + 1.447738.'229'(0.000000) + 1.661106.'237'(0.000000) + 0.811493.'254'(0.000000) + 1.412458.'255'(0.000000) + 0.055565.'261'(0.000000) + 0.935958.'262'(0.000000) + 1.973467.'269'(0.000000) + 1.111191.'275'(0.000000) + 1.572058.'280'(0.000000) + 1.078946.'281'(0.000000) + 2.759380.'282'(0.000000) + 1.429669.'282'(0.000000) + 2.241567.'287'(0.000000) + 1.159778.'289'(0.000000) + 0) <= 3.424196 ('282') -> [0.000000]: [surf_maxmin/DEBUG] (2.149621.'271'(0.051719) + 0.564225.'264'(0.112495) + 0.620355.'251'(0.009920) + 1.453334.'234'(0.009920) + 1.930356.'228'(0.009920) + 1.067087.'222'(0.017618) + 1.180273.'221'(0.009920) + 0.895556.'211'(0.017618) + 1.862982.'205'(0.017618) + 2.007065.'204'(0.017618) + 1.558575.'237'(0.000000) + 1.071726.'241'(0.000000) + 2.266374.'258'(0.000000) + 1.778936.'262'(0.000000) + 2.194855.'265'(0.000000) + 0.918325.'270'(0.000000) + 1.943193.'275'(0.000000) + 2.150449.'276'(0.000000) + 1.905363.'290'(0.000000) + 1.357974.'291'(0.000000) + 0.441395.'295'(0.000000) + 0) <= 6.931379 ('216') -> [0.000000]: [surf_maxmin/DEBUG] (2.164516.'271'(0.051719) + 1.105345.'264'(0.112495) + 0.801661.'251'(0.009920) + 0.615031.'244'(0.009920) + 0.663117.'240'(0.017618) + 3.302943.'240'(0.017618) + 0.337592.'231'(0.009920) + 2.557313.'230'(0.009920) + 0.998053.'224'(0.022864) + 2.680868.'224'(0.022864) + 1.171808.'221'(0.009920) + 1.362167.'220'(0.009920) + 1.426302.'219'(0.017618) + 1.070664.'213'(0.009920) + 2.031885.'205'(0.017618) + 2.272372.'237'(0.000000) + 0.741862.'254'(0.000000) + 1.099698.'257'(0.000000) + 1.748539.'259'(0.000000) + 1.892571.'266'(0.000000) + 1.265993.'268'(0.000000) + 1.214539.'269'(0.000000) + 1.922894.'274'(0.000000) + 1.953440.'278'(0.000000) + 2.157505.'282'(0.000000) + 1.998891.'285'(0.000000) + 1.192521.'289'(0.000000) + 2.919934.'295'(0.000000) + 0.913275.'299'(0.000000) + 0) <= 7.481574 ('230') -> [0.000000]: [surf_maxmin/DEBUG] (2.301673.'267'(0.051719) + 1.147899.'264'(0.112495) + 1.461169.'244'(0.009920) + 1.314304.'236'(0.022864) + 1.177883.'230'(0.009920) + 2.003688.'228'(0.009920) + 1.549421.'217'(0.009920) + 1.704825.'214'(0.017618) + 0.856648.'205'(0.017618) + 2.400183.'205'(0.017618) + 2.823639.'225'(0.000000) + 1.464367.'233'(0.000000) + 1.703842.'247'(0.000000) + 1.897279.'249'(0.000000) + 1.825353.'250'(0.000000) + 2.529596.'257'(0.000000) + 1.590711.'259'(0.000000) + 1.728298.'261'(0.000000) + 1.445112.'265'(0.000000) + 2.470866.'269'(0.000000) + 1.443314.'269'(0.000000) + 1.376399.'270'(0.000000) + 2.292410.'273'(0.000000) + 0.225585.'275'(0.000000) + 2.388867.'280'(0.000000) + 1.795398.'292'(0.000000) + 1.524262.'296'(0.000000) + 2.194615.'297'(0.000000) + 0) <= 7.076866 ('240') -> [0.000000]: [surf_maxmin/DEBUG] (1.517206.'267'(0.051719) + 1.203231.'238'(0.051719) + 2.645286.'235'(0.112495) + 1.536366.'234'(0.009920) + 1.571895.'231'(0.009920) + 2.013523.'226'(0.009920) + 1.641626.'221'(0.009920) + 2.040997.'210'(0.218435) + 0.856778.'209'(0.009920) + 1.851342.'205'(0.017618) + 0.448182.'265'(0.000000) + 1.683111.'266'(0.000000) + 1.451846.'272'(0.000000) + 1.020310.'275'(0.000000) + 0.501623.'280'(0.000000) + 1.111372.'283'(0.000000) + 1.713931.'284'(0.000000) + 1.017738.'293'(0.000000) + 1.698120.'299'(0.000000) + 0) <= 5.435943 ('276') -> [0.000000]: [surf_maxmin/DEBUG] (2.103358.'231'(0.009920) + 1.579136.'221'(0.009920) + 1.148558.'217'(0.009920) + 1.656423.'214'(0.017618) + 1.667273.'209'(0.009920) + 1.264079.'207'(0.009920) + 0.809001.'205'(0.017618) + 0.337468.'245'(0.000000) + 1.612635.'246'(0.000000) + 1.226500.'248'(0.000000) + 1.742201.'253'(0.000000) + 0.348831.'266'(0.000000) + 1.787731.'272'(0.000000) + 1.926926.'274'(0.000000) + 1.573216.'276'(0.000000) + 0.671045.'281'(0.000000) + 2.239062.'282'(0.000000) + 0.666667.'282'(0.000000) + 2.331192.'296'(0.000000) + 0) <= 6.762549 ('211') -> [0.000000]: [surf_maxmin/DEBUG] (1.643206.'267'(0.051719) + 1.620589.'235'(0.112495) + 1.473068.'231'(0.009920) + 2.172933.'228'(0.009920) + 2.071519.'219'(0.017618) + 1.575076.'212'(0.017618) + 1.547661.'209'(0.009920) + 0.921404.'206'(0.051719) + 2.404727.'225'(0.000000) + 1.945581.'237'(0.000000) + 1.267184.'246'(0.000000) + 1.574081.'249'(0.000000) + 0.664597.'253'(0.000000) + 0.582012.'257'(0.000000) + 1.730897.'268'(0.000000) + 1.696375.'274'(0.000000) + 1.399969.'282'(0.000000) + 2.026446.'285'(0.000000) + 2.444366.'287'(0.000000) + 0.352069.'292'(0.000000) + 0.337160.'293'(0.000000) + 0.934842.'298'(0.000000) + 0) <= 2.072429 ('206') -> [0.000000]: [surf_maxmin/DEBUG] (0.169579.'271'(0.051719) + 1.506824.'256'(0.009920) + 0.932770.'251'(0.009920) + 1.961403.'242'(0.017618) + 1.979877.'240'(0.017618) + 0.626817.'238'(0.051719) + 1.181937.'236'(0.022864) + 1.533308.'228'(0.009920) + 1.275860.'227'(0.299833) + 2.167090.'221'(0.009920) + 1.455627.'220'(0.009920) + 1.671938.'218'(0.112495) + 1.714400.'206'(0.051719) + 2.179675.'229'(0.000000) + 2.098283.'249'(0.000000) + 2.798444.'258'(0.000000) + 1.786677.'261'(0.000000) + 2.014775.'263'(0.000000) + 1.533562.'272'(0.000000) + 0.772297.'288'(0.000000) + 1.156665.'292'(0.000000) + 2.343362.'295'(0.000000) + 0) <= 0.872294 ('238') -> [0.000000]: [surf_maxmin/DEBUG] (1.706445.'223'(0.022864) + 2.777231.'221'(0.009920) + 1.970696.'218'(0.112495) + 0.678586.'217'(0.009920) + 1.946762.'214'(0.017618) + 1.360974.'213'(0.009920) + 1.916924.'213'(0.009920) + 2.182780.'210'(0.218435) + 2.334123.'209'(0.009920) + 1.318921.'206'(0.051719) + 0.375069.'225'(0.000000) + 1.418068.'229'(0.000000) + 0.498119.'233'(0.000000) + 1.373472.'237'(0.000000) + 1.293602.'241'(0.000000) + 1.706493.'243'(0.000000) + 0.088533.'243'(0.000000) + 1.284101.'246'(0.000000) + 0.898214.'255'(0.000000) + 1.532949.'262'(0.000000) + 0.324005.'262'(0.000000) + 1.301716.'266'(0.000000) + 1.509991.'272'(0.000000) + 1.201627.'273'(0.000000) + 0.636870.'281'(0.000000) + 1.163293.'282'(0.000000) + 1.141931.'288'(0.000000) + 0.537394.'293'(0.000000) + 0.424001.'297'(0.000000) + 1.653506.'299'(0.000000) + 0) <= 6.723837 ('223') -> [0.000000]: [surf_maxmin/DEBUG] (2.016263.'267'(0.051719) + 1.017303.'244'(0.009920) + 0.954343.'242'(0.017618) + 1.588580.'236'(0.022864) + 1.364686.'235'(0.112495) + 1.126101.'227'(0.299833) + 2.224400.'223'(0.022864) + 0.993304.'216'(0.051719) + 2.660814.'214'(0.017618) + 0.602956.'212'(0.017618) + 2.097727.'212'(0.017618) + 0.418486.'206'(0.051719) + 1.662689.'233'(0.000000) + 1.291571.'261'(0.000000) + 2.645554.'270'(0.000000) + 2.362744.'284'(0.000000) + 1.045665.'288'(0.000000) + 2.394675.'290'(0.000000) + 0.731646.'293'(0.000000) + 1.351693.'300'(0.000000) + 0) <= 2.909047 ('202') -> [0.000000]: [surf_maxmin/DEBUG] (0.916054.'267'(0.051719) + 1.292365.'251'(0.009920) + 1.712109.'235'(0.112495) + 2.436111.'228'(0.009920) + 1.488551.'223'(0.022864) + 1.442183.'218'(0.112495) + 1.989665.'217'(0.009920) + 1.280734.'212'(0.017618) + 2.740603.'212'(0.017618) + 2.133387.'211'(0.017618) + 1.882857.'207'(0.009920) + 1.329986.'206'(0.051719) + 2.307864.'248'(0.000000) + 1.889295.'250'(0.000000) + 1.269849.'262'(0.000000) + 2.423505.'263'(0.000000) + 2.216903.'265'(0.000000) + 1.357417.'269'(0.000000) + 1.260592.'277'(0.000000) + 1.582990.'289'(0.000000) + 2.491685.'293'(0.000000) + 1.792631.'298'(0.000000) + 0) <= 6.919775 ('299') -> [0.000000]: [surf_maxmin/DEBUG] (1.942298.'267'(0.051719) + 2.841872.'264'(0.112495) + 1.850305.'252'(0.318568) + 2.040799.'251'(0.009920) + 1.586810.'236'(0.022864) + 1.826333.'230'(0.009920) + 1.601810.'217'(0.009920) + 0.437318.'213'(0.009920) + 1.464024.'212'(0.017618) + 0.878836.'206'(0.051719) + 2.537627.'225'(0.000000) + 1.521799.'249'(0.000000) + 1.249186.'254'(0.000000) + 1.869198.'261'(0.000000) + 1.410424.'263'(0.000000) + 1.276485.'266'(0.000000) + 1.961498.'268'(0.000000) + 1.648455.'269'(0.000000) + 0.657002.'282'(0.000000) + 2.860191.'283'(0.000000) + 2.308961.'286'(0.000000) + 0.607552.'289'(0.000000) + 1.635375.'291'(0.000000) + 1.971411.'296'(0.000000) + 0) <= 7.074315 ('300') -> [0.000000]: [surf_maxmin/DEBUG] (0.866153.'267'(0.051719) + 1.422465.'252'(0.318568) + 1.030156.'238'(0.051719) + 1.455510.'232'(0.009920) + 2.367075.'230'(0.009920) + 2.747217.'217'(0.009920) + 1.332103.'216'(0.051719) + 1.483959.'215'(0.318568) + 0.951107.'211'(0.017618) + 1.940270.'210'(0.218435) + 1.761562.'206'(0.051719) + 0.628834.'225'(0.000000) + 1.112349.'239'(0.000000) + 1.386211.'241'(0.000000) + 0.780070.'246'(0.000000) + 1.404528.'247'(0.000000) + 1.508850.'249'(0.000000) + 2.611145.'259'(0.000000) + 0.796880.'259'(0.000000) + 2.307979.'263'(0.000000) + 0.893106.'274'(0.000000) + 0.644990.'276'(0.000000) + 0.502164.'278'(0.000000) + 1.040036.'280'(0.000000) + 2.389992.'281'(0.000000) + 1.739833.'284'(0.000000) + 1.908915.'286'(0.000000) + 0.784620.'294'(0.000000) + 1.480786.'298'(0.000000) + 0) <= 9.257328 ('254') -> [0.000000]: [surf_maxmin/DEBUG] (1.447425.'252'(0.318568) + 1.556751.'244'(0.009920) + 0.984172.'234'(0.009920) + 1.817072.'224'(0.022864) + 1.310623.'222'(0.017618) + 1.374664.'220'(0.009920) + 1.502680.'217'(0.009920) + 1.623668.'214'(0.017618) + 0.958522.'211'(0.017618) + 1.627126.'209'(0.009920) + 0.233289.'208'(0.138124) + 1.711715.'206'(0.051719) + 1.252854.'233'(0.000000) + 1.367229.'241'(0.000000) + 1.374627.'245'(0.000000) + 0.675602.'246'(0.000000) + 0.313296.'246'(0.000000) + 0.729716.'248'(0.000000) + 1.424414.'250'(0.000000) + 2.246172.'258'(0.000000) + 2.782238.'260'(0.000000) + 2.683672.'261'(0.000000) + 1.416598.'274'(0.000000) + 0.818801.'277'(0.000000) + 1.409695.'283'(0.000000) + 0.585236.'286'(0.000000) + 1.691422.'289'(0.000000) + 1.455901.'291'(0.000000) + 1.693422.'293'(0.000000) + 0) <= 5.527719 ('215') -> [0.000000]: [surf_maxmin/DEBUG] (2.064462.'271'(0.051719) + 2.133301.'267'(0.051719) + 1.349404.'251'(0.009920) + 1.404590.'244'(0.009920) + 1.245726.'236'(0.022864) + 1.576314.'236'(0.022864) + 2.189760.'228'(0.009920) + 2.493781.'226'(0.009920) + 1.577376.'216'(0.051719) + 1.276815.'215'(0.318568) + 1.481930.'211'(0.017618) + 1.669054.'207'(0.009920) + 0.501508.'237'(0.000000) + 1.330342.'241'(0.000000) + 2.097721.'247'(0.000000) + 0.929508.'249'(0.000000) + 1.014749.'263'(0.000000) + 1.293399.'265'(0.000000) + 0.782185.'266'(0.000000) + 2.583693.'283'(0.000000) + 0.895896.'293'(0.000000) + 1.922088.'296'(0.000000) + 0.507095.'296'(0.000000) + 0) <= 2.054103 ('236') -> [0.000000]: [surf_maxmin/DEBUG] (2.111249.'256'(0.009920) + 2.137241.'251'(0.009920) + 1.075100.'227'(0.299833) + 2.652483.'212'(0.017618) + 1.753442.'211'(0.017618) + 2.290048.'209'(0.009920) + 1.686705.'207'(0.009920) + 2.010144.'225'(0.000000) + 1.901808.'243'(0.000000) + 0.096030.'243'(0.000000) + 1.991085.'253'(0.000000) + 2.264770.'258'(0.000000) + 0.317214.'258'(0.000000) + 2.600547.'259'(0.000000) + 1.997808.'261'(0.000000) + 1.788054.'266'(0.000000) + 2.617391.'268'(0.000000) + 3.077978.'275'(0.000000) + 0.175013.'275'(0.000000) + 2.145669.'281'(0.000000) + 0.773959.'294'(0.000000) + 0) <= 8.811107 ('266') -> [0.000000]: [surf_maxmin/DEBUG] (1.231833.'256'(0.009920) + 0.926214.'251'(0.009920) + 0.691279.'244'(0.009920) + 1.940382.'234'(0.009920) + 1.941496.'232'(0.009920) + 2.287709.'231'(0.009920) + 0.443001.'230'(0.009920) + 0.848826.'228'(0.009920) + 2.071132.'226'(0.009920) + 1.807884.'221'(0.009920) + 1.402665.'220'(0.009920) + 0.770512.'217'(0.009920) + 1.461795.'213'(0.009920) + 1.472403.'209'(0.009920) + 1.484204.'207'(0.009920) + 2.140333.'237'(0.000000) + 0.304807.'254'(0.000000) + 1.768185.'257'(0.000000) + 1.201688.'262'(0.000000) + 1.481573.'266'(0.000000) + 1.672452.'276'(0.000000) + 1.900024.'277'(0.000000) + 2.439610.'281'(0.000000) + 1.739876.'287'(0.000000) + 2.528409.'291'(0.000000) + 1.266119.'293'(0.000000) + 1.094285.'297'(0.000000) + 1.532324.'298'(0.000000) + 1.403348.'299'(0.000000) + 0) <= 0.206145 ('222') -> [0.000000]: [surf_maxmin/DEBUG] (0.692744.'252'(0.318568) + 0.114410.'242'(0.017618) + 1.310767.'242'(0.017618) + 1.954696.'238'(0.051719) + 1.810911.'235'(0.112495) + 1.699186.'230'(0.009920) + 1.259963.'220'(0.009920) + 1.261632.'207'(0.009920) + 0.626006.'229'(0.000000) + 1.938699.'239'(0.000000) + 2.041009.'246'(0.000000) + 2.078230.'248'(0.000000) + 0.763924.'250'(0.000000) + 1.868671.'257'(0.000000) + 0.898105.'272'(0.000000) + 1.633142.'290'(0.000000) + 0.673464.'291'(0.000000) + 0) <= 2.773230 ('255') -> [0.000000]: [surf_maxmin/DEBUG] (1.483230.'236'(0.022864) + 1.617625.'224'(0.022864) + 2.493510.'221'(0.009920) + 1.194414.'207'(0.009920) + 1.879230.'229'(0.000000) + 2.064986.'239'(0.000000) + 1.880515.'257'(0.000000) + 1.264330.'263'(0.000000) + 1.541631.'266'(0.000000) + 1.555960.'272'(0.000000) + 0.576291.'275'(0.000000) + 1.487661.'276'(0.000000) + 1.630611.'277'(0.000000) + 1.925057.'283'(0.000000) + 1.267123.'284'(0.000000) + 2.468656.'287'(0.000000) + 1.821628.'293'(0.000000) + 1.063966.'295'(0.000000) + 1.806516.'300'(0.000000) + 0) <= 8.600535 ('295') -> [0.000000]: [surf_maxmin/DEBUG] (1.261334.'271'(0.051719) + 0.419934.'256'(0.009920) + 1.157558.'252'(0.318568) + 0.868341.'238'(0.051719) + 2.555513.'217'(0.009920) + 1.074439.'215'(0.318568) + 0.816480.'212'(0.017618) + 1.454279.'208'(0.138124) + 2.509779.'239'(0.000000) + 1.983405.'246'(0.000000) + 0.722529.'248'(0.000000) + 1.391346.'255'(0.000000) + 0.835115.'255'(0.000000) + 0.942503.'258'(0.000000) + 1.252787.'274'(0.000000) + 2.786260.'278'(0.000000) + 1.220893.'279'(0.000000) + 2.771684.'285'(0.000000) + 1.669454.'290'(0.000000) + 1.559924.'291'(0.000000) + 0.490165.'295'(0.000000) + 1.858818.'296'(0.000000) + 0.661005.'297'(0.000000) + 0) <= 9.903012 ('257') -> [0.000000]: [surf_maxmin/DEBUG] (0.827478.'264'(0.112495) + 2.082664.'234'(0.009920) + 1.199599.'227'(0.299833) + 1.682775.'224'(0.022864) + 0.611960.'220'(0.009920) + 1.936232.'218'(0.112495) + 0.435300.'213'(0.009920) + 2.001129.'213'(0.009920) + 0.508402.'210'(0.218435) + 2.108810.'208'(0.138124) + 1.293640.'241'(0.000000) + 0.891516.'245'(0.000000) + 2.227624.'257'(0.000000) + 0.990516.'263'(0.000000) + 1.322419.'265'(0.000000) + 1.157370.'268'(0.000000) + 2.005151.'270'(0.000000) + 1.442320.'279'(0.000000) + 1.486806.'281'(0.000000) + 1.728561.'282'(0.000000) + 1.239149.'289'(0.000000) + 2.533938.'290'(0.000000) + 1.601115.'297'(0.000000) + 0) <= 6.536309 ('232') -> [0.000000]: [surf_maxmin/DEBUG] (0.843346.'240'(0.017618) + 1.489395.'221'(0.009920) + 1.615242.'216'(0.051719) + 1.263532.'209'(0.009920) + 0.763597.'208'(0.138124) + 0.194796.'241'(0.000000) + 0.300092.'247'(0.000000) + 0.502286.'250'(0.000000) + 1.566132.'255'(0.000000) + 0.725461.'259'(0.000000) + 1.873873.'260'(0.000000) + 0.802484.'262'(0.000000) + 1.534785.'266'(0.000000) + 2.045941.'274'(0.000000) + 1.466041.'282'(0.000000) + 1.669504.'283'(0.000000) + 1.893598.'284'(0.000000) + 1.066304.'288'(0.000000) + 0.484251.'290'(0.000000) + 0) <= 0.231176 ('228') -> [0.000000]: [surf_maxmin/DEBUG] (1.034709.'244'(0.009920) + 1.595786.'235'(0.112495) + 2.672861.'226'(0.009920) + 1.143182.'217'(0.009920) + 1.318858.'210'(0.218435) + 1.928536.'208'(0.138124) + 1.448394.'229'(0.000000) + 0.890495.'241'(0.000000) + 0.339847.'245'(0.000000) + 0.701030.'261'(0.000000) + 0.301473.'261'(0.000000) + 1.142334.'265'(0.000000) + 1.890762.'277'(0.000000) + 0.538825.'280'(0.000000) + 2.651730.'281'(0.000000) + 1.168003.'299'(0.000000) + 1.909749.'300'(0.000000) + 0) <= 6.522231 ('291') -> [0.000000]: [surf_maxmin/DEBUG] (1.956565.'267'(0.051719) + 1.245808.'256'(0.009920) + 1.068036.'251'(0.009920) + 1.345746.'244'(0.009920) + 0.686780.'234'(0.009920) + 1.121776.'226'(0.009920) + 2.090301.'217'(0.009920) + 1.388605.'216'(0.051719) + 1.644050.'209'(0.009920) + 2.299662.'233'(0.000000) + 1.684001.'239'(0.000000) + 1.896740.'247'(0.000000) + 2.198884.'260'(0.000000) + 0.690748.'262'(0.000000) + 0.937194.'268'(0.000000) + 0.735118.'273'(0.000000) + 1.088755.'274'(0.000000) + 1.744519.'277'(0.000000) + 1.155815.'279'(0.000000) + 1.607442.'287'(0.000000) + 1.950883.'290'(0.000000) + 1.621975.'294'(0.000000) + 0.939607.'295'(0.000000) + 0) <= 1.255853 ('205') -> [0.000000]: [surf_maxmin/DEBUG] (0.542433.'264'(0.112495) + 1.778471.'244'(0.009920) + 1.969288.'242'(0.017618) + 0.734884.'230'(0.009920) + 1.333967.'228'(0.009920) + 1.478515.'223'(0.022864) + 2.087795.'219'(0.017618) + 0.260442.'217'(0.009920) + 1.278503.'213'(0.009920) + 0.293439.'209'(0.009920) + 1.496264.'229'(0.000000) + 1.597284.'265'(0.000000) + 1.915905.'268'(0.000000) + 1.775670.'276'(0.000000) + 1.303984.'277'(0.000000) + 0.147416.'280'(0.000000) + 2.156986.'285'(0.000000) + 1.579365.'290'(0.000000) + 0.941726.'292'(0.000000) + 2.516300.'293'(0.000000) + 0.494087.'294'(0.000000) + 2.179354.'296'(0.000000) + 1.528014.'298'(0.000000) + 0) <= 2.592524 ('214') -> [0.000000]: [surf_maxmin/DEBUG] (0.744329.'264'(0.112495) + 1.658896.'251'(0.009920) + 1.982694.'232'(0.009920) + 2.093847.'227'(0.299833) + 0.636474.'210'(0.218435) + 1.950739.'229'(0.000000) + 0.867385.'233'(0.000000) + 1.692179.'239'(0.000000) + 1.093662.'246'(0.000000) + 1.882082.'272'(0.000000) + 0.198023.'274'(0.000000) + 1.235065.'280'(0.000000) + 2.624544.'288'(0.000000) + 1.243553.'288'(0.000000) + 1.501792.'291'(0.000000) + 0) <= 4.247300 ('264') -> [0.000000]: [surf_maxmin/DEBUG] (0.583826.'271'(0.051719) + 1.302375.'251'(0.009920) + 0.418076.'236'(0.022864) + 2.559897.'234'(0.009920) + 1.676544.'230'(0.009920) + 0.080277.'228'(0.009920) + 1.460041.'223'(0.022864) + 1.579968.'222'(0.017618) + 1.190260.'221'(0.009920) + 2.336869.'216'(0.051719) + 0.238713.'210'(0.218435) + 1.109927.'245'(0.000000) + 2.190975.'247'(0.000000) + 0.398505.'248'(0.000000) + 1.062955.'265'(0.000000) + 0.673629.'273'(0.000000) + 1.881716.'277'(0.000000) + 1.941939.'278'(0.000000) + 2.050446.'282'(0.000000) + 1.607432.'283'(0.000000) + 1.034166.'286'(0.000000) + 2.566508.'295'(0.000000) + 2.188036.'298'(0.000000) + 1.175653.'299'(0.000000) + 0) <= 9.279364 ('278') -> [0.000000]: [surf_maxmin/DEBUG] (1.630023.'252'(0.318568) + 2.212136.'244'(0.009920) + 1.767865.'242'(0.017618) + 0.957522.'240'(0.017618) + 1.805350.'234'(0.009920) + 1.303769.'227'(0.299833) + 0.874677.'224'(0.022864) + 1.688346.'219'(0.017618) + 1.046116.'215'(0.318568) + 1.556454.'214'(0.017618) + 1.607894.'212'(0.017618) + 0.442981.'248'(0.000000) + 1.689393.'249'(0.000000) + 0.097852.'249'(0.000000) + 1.600071.'254'(0.000000) + 1.513870.'255'(0.000000) + 2.561570.'257'(0.000000) + 1.563738.'260'(0.000000) + 0.654889.'270'(0.000000) + 0.994361.'272'(0.000000) + 0.843581.'275'(0.000000) + 1.928288.'276'(0.000000) + 1.745899.'279'(0.000000) + 0.486855.'285'(0.000000) + 0.245546.'289'(0.000000) + 0.589278.'290'(0.000000) + 1.652915.'297'(0.000000) + 0.749392.'298'(0.000000) + 0) <= 2.305842 ('249') -> [0.000000]: [surf_maxmin/DEBUG] (1.117108.'271'(0.051719) + 2.362472.'267'(0.051719) + 0.122574.'256'(0.009920) + 1.559963.'232'(0.009920) + 1.682917.'228'(0.009920) + 1.428572.'222'(0.017618) + 0.498288.'215'(0.318568) + 0.518104.'214'(0.017618) + 3.515800.'248'(0.000000) + 0.331373.'248'(0.000000) + 0.557590.'249'(0.000000) + 0.553710.'257'(0.000000) + 1.625291.'259'(0.000000) + 1.070911.'260'(0.000000) + 0.315806.'262'(0.000000) + 1.453801.'273'(0.000000) + 1.280358.'280'(0.000000) + 1.792063.'283'(0.000000) + 1.052893.'288'(0.000000) + 0.558245.'293'(0.000000) + 0.986791.'294'(0.000000) + 0.679116.'296'(0.000000) + 1.328109.'298'(0.000000) + 0) <= 2.575853 ('220') -> [0.000000]: [surf_maxmin/DEBUG] (2.304192.'256'(0.009920) + 1.133851.'218'(0.112495) + 1.570781.'215'(0.318568) + 1.344340.'225'(0.000000) + 1.751558.'237'(0.000000) + 1.703535.'239'(0.000000) + 1.424058.'259'(0.000000) + 0.913521.'268'(0.000000) + 0.348047.'275'(0.000000) + 1.718926.'282'(0.000000) + 1.590514.'284'(0.000000) + 1.827778.'287'(0.000000) + 1.441574.'292'(0.000000) + 2.566657.'293'(0.000000) + 1.236995.'299'(0.000000) + 0.572826.'300'(0.000000) + 0) <= 0.935515 ('207') -> [0.000000]: [surf_maxmin/DEBUG] (1.665597.'271'(0.051719) + 1.003575.'256'(0.009920) + 2.145648.'252'(0.318568) + 1.550354.'251'(0.009920) + 2.353053.'234'(0.009920) + 2.174122.'231'(0.009920) + 0.561917.'224'(0.022864) + 1.955473.'220'(0.009920) + 2.249490.'219'(0.017618) + 0.920948.'218'(0.112495) + 1.213886.'218'(0.112495) + 0.587443.'237'(0.000000) + 1.457457.'246'(0.000000) + 1.819153.'259'(0.000000) + 0.781680.'273'(0.000000) + 3.155731.'275'(0.000000) + 0.322761.'275'(0.000000) + 1.897936.'277'(0.000000) + 1.884183.'279'(0.000000) + 1.643837.'280'(0.000000) + 2.540653.'284'(0.000000) + 1.462267.'295'(0.000000) + 2.389196.'297'(0.000000) + 2.253686.'298'(0.000000) + 2.292203.'299'(0.000000) + 0) <= 8.421032 ('267') -> [0.000000]: [surf_maxmin/DEBUG] (0.900973.'271'(0.051719) + 1.683300.'267'(0.051719) + 1.339723.'256'(0.009920) + 2.021698.'234'(0.009920) + 0.236346.'223'(0.022864) + 1.287012.'218'(0.112495) + 0.589429.'225'(0.000000) + 1.516101.'233'(0.000000) + 1.999995.'243'(0.000000) + 1.994546.'247'(0.000000) + 2.549412.'254'(0.000000) + 0.980995.'257'(0.000000) + 1.366882.'260'(0.000000) + 0.321664.'261'(0.000000) + 1.223505.'263'(0.000000) + 0.557448.'266'(0.000000) + 2.723397.'269'(0.000000) + 1.411757.'270'(0.000000) + 1.677740.'278'(0.000000) + 1.268274.'282'(0.000000) + 1.425269.'292'(0.000000) + 1.352323.'295'(0.000000) + 2.320049.'296'(0.000000) + 0) <= 5.528446 ('271') -> [0.000000]: [surf_maxmin/DEBUG] Variables -> [0.000000]: [surf_maxmin/DEBUG] '271'(1.000000) : 0.051719 -> [0.000000]: [surf_maxmin/DEBUG] '267'(1.000000) : 0.051719 -> [0.000000]: [surf_maxmin/DEBUG] '264'(1.000000) : 0.112495 -> [0.000000]: [surf_maxmin/DEBUG] '256'(1.000000) : 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] '252'(1.000000) : 0.318568 -> [0.000000]: [surf_maxmin/DEBUG] '251'(1.000000) : 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] '244'(1.000000) : 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] '242'(1.000000) : 0.017618 -> [0.000000]: [surf_maxmin/DEBUG] '240'(1.000000) : 0.017618 -> [0.000000]: [surf_maxmin/DEBUG] '238'(1.000000) : 0.051719 -> [0.000000]: [surf_maxmin/DEBUG] '236'(1.000000) : 0.022864 -> [0.000000]: [surf_maxmin/DEBUG] '235'(1.000000) : 0.112495 -> [0.000000]: [surf_maxmin/DEBUG] '234'(1.000000) : 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] '232'(1.000000) : 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] '231'(1.000000) : 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] '230'(1.000000) : 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] '228'(1.000000) : 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] '227'(1.000000) : 0.299833 -> [0.000000]: [surf_maxmin/DEBUG] '226'(1.000000) : 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] '224'(1.000000) : 0.022864 -> [0.000000]: [surf_maxmin/DEBUG] '223'(1.000000) : 0.022864 -> [0.000000]: [surf_maxmin/DEBUG] '222'(1.000000) : 0.017618 -> [0.000000]: [surf_maxmin/DEBUG] '221'(1.000000) : 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] '220'(1.000000) : 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] '219'(1.000000) : 0.017618 -> [0.000000]: [surf_maxmin/DEBUG] '218'(1.000000) : 0.112495 -> [0.000000]: [surf_maxmin/DEBUG] '217'(1.000000) : 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] '216'(1.000000) : 0.051719 -> [0.000000]: [surf_maxmin/DEBUG] '215'(1.000000) : 0.318568 -> [0.000000]: [surf_maxmin/DEBUG] '214'(1.000000) : 0.017618 -> [0.000000]: [surf_maxmin/DEBUG] '213'(1.000000) : 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] '212'(1.000000) : 0.017618 -> [0.000000]: [surf_maxmin/DEBUG] '211'(1.000000) : 0.017618 -> [0.000000]: [surf_maxmin/DEBUG] '210'(1.000000) : 0.218435 -> [0.000000]: [surf_maxmin/DEBUG] '209'(1.000000) : 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] '208'(1.000000) : 0.138124 -> [0.000000]: [surf_maxmin/DEBUG] '207'(1.000000) : 0.009920 -> [0.000000]: [surf_maxmin/DEBUG] '206'(1.000000) : 0.051719 -> [0.000000]: [surf_maxmin/DEBUG] '205'(1.000000) : 0.017618 -> [0.000000]: [surf_maxmin/DEBUG] '204'(1.000000) : 0.017618 -> [0.000000]: [surf_maxmin/DEBUG] '203'(1.000000) : 0.051719 -> [0.000000]: [surf_maxmin/DEBUG] '202'(1.000000) : 0.017618 -> [0.000000]: [surf_maxmin/DEBUG] '201'(1.000000) : 0.051719 -> [0.000000]: [surf_maxmin/DEBUG] '225'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '229'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '233'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '237'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '239'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '241'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '243'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '245'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '246'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '247'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '248'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '249'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '250'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '253'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '254'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '255'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '257'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '258'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '259'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '260'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '261'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '262'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '263'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '265'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '266'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '268'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '269'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '270'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '272'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '273'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '274'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '275'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '276'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '277'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '278'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '279'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '280'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '281'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '282'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '283'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '284'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '285'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '286'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '287'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '288'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '289'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '290'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '291'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '292'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '293'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '294'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '295'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '296'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '297'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '298'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '299'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '300'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] Active constraints : 100 +> [0.000000]: [ker_lmm/DEBUG] Constraint '212' usage: 14.635384 remaining: 9.133015 concurrency: 8<=9<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '242' usage: 15.654813 remaining: 6.891804 concurrency: 7<=8<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '270' usage: 14.993629 remaining: 2.834074 concurrency: 9<=10<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '241' usage: 18.572931 remaining: 4.573322 concurrency: 8<=9<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '272' usage: 23.243989 remaining: 8.280221 concurrency: 13<=14<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '294' usage: 8.036571 remaining: 1.296584 concurrency: 5<=6<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '263' usage: 21.919153 remaining: 7.071806 concurrency: 10<=11<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '224' usage: 14.963827 remaining: 8.089292 concurrency: 10<=11<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '285' usage: 15.007202 remaining: 1.433323 concurrency: 7<=8<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '260' usage: 25.792364 remaining: 1.878148 concurrency: 14<=15<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '298' usage: 14.531949 remaining: 9.912957 concurrency: 7<=8<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '273' usage: 18.250904 remaining: 2.336920 concurrency: 9<=10<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '226' usage: 10.547537 remaining: 4.137187 concurrency: 4<=5<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '235' usage: 15.304400 remaining: 4.546221 concurrency: 8<=9<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '233' usage: 12.557302 remaining: 5.862529 concurrency: 7<=8<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '269' usage: 16.747150 remaining: 9.139753 concurrency: 8<=8<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '253' usage: 19.845219 remaining: 2.069661 concurrency: 9<=10<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '213' usage: 12.117889 remaining: 7.658264 concurrency: 7<=8<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '281' usage: 21.636174 remaining: 5.722376 concurrency: 9<=11<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '280' usage: 19.448168 remaining: 4.552794 concurrency: 10<=12<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '227' usage: 13.998212 remaining: 5.578408 concurrency: 7<=8<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '279' usage: 16.480962 remaining: 2.688073 concurrency: 6<=7<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '275' usage: 18.643912 remaining: 7.661528 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '247' usage: 15.765410 remaining: 0.615289 concurrency: 8<=9<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '283' usage: 20.189057 remaining: 6.096457 concurrency: 12<=12<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '268' usage: 21.879767 remaining: 7.727387 concurrency: 11<=12<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '229' usage: 19.950299 remaining: 4.065199 concurrency: 8<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '248' usage: 21.536055 remaining: 8.070227 concurrency: 10<=11<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '221' usage: 14.043121 remaining: 3.879713 concurrency: 8<=8<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '245' usage: 18.432703 remaining: 8.261281 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '231' usage: 21.972572 remaining: 2.917928 concurrency: 12<=12<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '289' usage: 11.805919 remaining: 8.977370 concurrency: 7<=7<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '210' usage: 10.466659 remaining: 2.155770 concurrency: 6<=6<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '250' usage: 25.666574 remaining: 6.914775 concurrency: 11<=12<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '218' usage: 10.083802 remaining: 4.546078 concurrency: 6<=7<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '225' usage: 14.467441 remaining: 3.779940 concurrency: 8<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '256' usage: 13.075187 remaining: 1.760621 concurrency: 8<=9<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '288' usage: 10.628411 remaining: 7.307081 concurrency: 6<=7<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '204' usage: 26.838481 remaining: 4.370619 concurrency: 15<=15<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '274' usage: 19.732538 remaining: 7.849367 concurrency: 10<=11<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '244' usage: 8.767622 remaining: 3.398487 concurrency: 5<=6<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '292' usage: 14.021975 remaining: 3.557291 concurrency: 7<=8<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '251' usage: 16.243832 remaining: 0.260263 concurrency: 8<=9<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '287' usage: 17.548933 remaining: 2.572064 concurrency: 9<=10<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '293' usage: 11.583096 remaining: 0.701325 concurrency: 6<=7<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '286' usage: 18.996005 remaining: 2.679478 concurrency: 9<=10<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '239' usage: 10.256441 remaining: 4.459004 concurrency: 5<=6<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '290' usage: 10.271626 remaining: 2.747805 concurrency: 6<=7<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '296' usage: 9.444164 remaining: 5.407608 concurrency: 4<=5<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '297' usage: 17.474710 remaining: 9.982831 concurrency: 9<=10<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '259' usage: 21.599585 remaining: 7.521400 concurrency: 12<=13<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '201' usage: 20.214053 remaining: 0.707249 concurrency: 8<=9<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '265' usage: 10.229859 remaining: 8.391931 concurrency: 6<=7<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '252' usage: 24.971874 remaining: 4.750886 concurrency: 11<=12<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '234' usage: 19.454395 remaining: 8.112278 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '246' usage: 14.380964 remaining: 4.451451 concurrency: 7<=7<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '277' usage: 16.071059 remaining: 5.025302 concurrency: 7<=8<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '243' usage: 16.410629 remaining: 8.437871 concurrency: 8<=9<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '262' usage: 14.251343 remaining: 3.295714 concurrency: 7<=8<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '203' usage: 11.429759 remaining: 5.108276 concurrency: 5<=6<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '209' usage: 17.849403 remaining: 4.568332 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '261' usage: 16.078873 remaining: 9.521012 concurrency: 8<=9<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '219' usage: 19.982680 remaining: 7.803148 concurrency: 10<=10<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '237' usage: 14.331382 remaining: 0.637698 concurrency: 8<=9<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '208' usage: 18.818142 remaining: 0.298762 concurrency: 11<=12<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '258' usage: 11.305680 remaining: 6.926506 concurrency: 6<=7<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '217' usage: 22.823603 remaining: 2.749201 concurrency: 12<=13<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '284' usage: 8.972770 remaining: 6.401766 concurrency: 6<=7<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '282' usage: 22.272653 remaining: 3.424196 concurrency: 12<=13<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '216' usage: 13.730854 remaining: 6.931379 concurrency: 7<=8<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '230' usage: 22.289265 remaining: 7.481574 concurrency: 10<=11<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '240' usage: 15.917694 remaining: 7.076866 concurrency: 9<=10<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '276' usage: 16.878251 remaining: 5.435943 concurrency: 9<=10<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '211' usage: 10.227828 remaining: 6.762549 concurrency: 6<=7<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '206' usage: 13.025456 remaining: 2.072429 concurrency: 7<=8<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '238' usage: 18.177428 remaining: 0.872294 concurrency: 10<=11<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '223' usage: 18.193442 remaining: 6.723837 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '202' usage: 17.064963 remaining: 2.909047 concurrency: 8<=9<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '299' usage: 20.644604 remaining: 6.919775 concurrency: 11<=12<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '300' usage: 16.470406 remaining: 7.074315 concurrency: 8<=9<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '254' usage: 17.357577 remaining: 9.257328 concurrency: 9<=10<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '215' usage: 16.147707 remaining: 5.527719 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '236' usage: 20.462514 remaining: 2.054103 concurrency: 12<=13<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '266' usage: 13.706267 remaining: 8.811107 concurrency: 7<=8<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '222' usage: 20.781335 remaining: 0.206145 concurrency: 10<=11<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '255' usage: 10.104309 remaining: 2.773230 concurrency: 6<=7<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '295' usage: 6.788779 remaining: 8.600535 concurrency: 4<=5<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '257' usage: 9.607878 remaining: 9.903012 concurrency: 5<=6<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '232' usage: 13.394349 remaining: 6.536309 concurrency: 6<=7<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '228' usage: 5.975113 remaining: 0.231176 concurrency: 3<=4<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '291' usage: 9.693932 remaining: 6.522231 concurrency: 6<=6<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '205' usage: 12.547666 remaining: 1.255853 concurrency: 8<=9<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '214' usage: 11.757738 remaining: 2.592524 concurrency: 6<=7<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '264' usage: 7.116240 remaining: 4.247300 concurrency: 3<=4<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '278' usage: 13.426845 remaining: 9.279364 concurrency: 7<=8<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '249' usage: 16.450151 remaining: 2.305842 concurrency: 9<=10<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '220' usage: 9.289998 remaining: 2.575853 concurrency: 5<=6<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '207' usage: 5.008823 remaining: 0.935515 concurrency: 3<=4<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '267' usage: 17.794065 remaining: 8.421032 concurrency: 9<=10<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '271' usage: 7.469053 remaining: 5.528446 concurrency: 4<=5<=10 +> [0.000000]: [ker_lmm/DEBUG] var=207, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=209, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=213, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=217, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=220, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=221, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=226, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=228, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=230, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=231, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=232, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=234, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=244, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=251, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=256, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.009920, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (207) value to 0.009920 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.009920, Var(207).penalty: 1.000000, Var(207).value: 0.009920 +> [0.000000]: [ker_lmm/DEBUG] Setting var (209) value to 0.009920 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.009920, Var(209).penalty: 1.000000, Var(209).value: 0.009920 +> [0.000000]: [ker_lmm/DEBUG] Setting var (213) value to 0.009920 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.009920, Var(213).penalty: 1.000000, Var(213).value: 0.009920 +> [0.000000]: [ker_lmm/DEBUG] Setting var (217) value to 0.009920 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.009920, Var(217).penalty: 1.000000, Var(217).value: 0.009920 +> [0.000000]: [ker_lmm/DEBUG] Setting var (220) value to 0.009920 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.009920, Var(220).penalty: 1.000000, Var(220).value: 0.009920 +> [0.000000]: [ker_lmm/DEBUG] Setting var (221) value to 0.009920 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.009920, Var(221).penalty: 1.000000, Var(221).value: 0.009920 +> [0.000000]: [ker_lmm/DEBUG] Setting var (226) value to 0.009920 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.009920, Var(226).penalty: 1.000000, Var(226).value: 0.009920 +> [0.000000]: [ker_lmm/DEBUG] Setting var (228) value to 0.009920 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.009920, Var(228).penalty: 1.000000, Var(228).value: 0.009920 +> [0.000000]: [ker_lmm/DEBUG] Setting var (230) value to 0.009920 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.009920, Var(230).penalty: 1.000000, Var(230).value: 0.009920 +> [0.000000]: [ker_lmm/DEBUG] Setting var (231) value to 0.009920 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.009920, Var(231).penalty: 1.000000, Var(231).value: 0.009920 +> [0.000000]: [ker_lmm/DEBUG] Setting var (232) value to 0.009920 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.009920, Var(232).penalty: 1.000000, Var(232).value: 0.009920 +> [0.000000]: [ker_lmm/DEBUG] Setting var (234) value to 0.009920 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.009920, Var(234).penalty: 1.000000, Var(234).value: 0.009920 +> [0.000000]: [ker_lmm/DEBUG] Setting var (244) value to 0.009920 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.009920, Var(244).penalty: 1.000000, Var(244).value: 0.009920 +> [0.000000]: [ker_lmm/DEBUG] Setting var (251) value to 0.009920 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.009920, Var(251).penalty: 1.000000, Var(251).value: 0.009920 +> [0.000000]: [ker_lmm/DEBUG] Setting var (256) value to 0.009920 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.009920, Var(256).penalty: 1.000000, Var(256).value: 0.009920 +> [0.000000]: [ker_lmm/DEBUG] index: 84 cnst_light_num: 100 || usage: 0.000000 remaining: 0.000000 bound: 0.206145 +> [0.000000]: [ker_lmm/DEBUG] var=202, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017618, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=204, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017618, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=205, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017618, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=211, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017618, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=212, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017618, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=214, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017618, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=219, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017618, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=222, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017618, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=240, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017618, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=242, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017618, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (202) value to 0.017618 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.017618, Var(202).penalty: 1.000000, Var(202).value: 0.017618 +> [0.000000]: [ker_lmm/DEBUG] Setting var (204) value to 0.017618 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.017618, Var(204).penalty: 1.000000, Var(204).value: 0.017618 +> [0.000000]: [ker_lmm/DEBUG] Setting var (205) value to 0.017618 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.017618, Var(205).penalty: 1.000000, Var(205).value: 0.017618 +> [0.000000]: [ker_lmm/DEBUG] Setting var (211) value to 0.017618 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.017618, Var(211).penalty: 1.000000, Var(211).value: 0.017618 +> [0.000000]: [ker_lmm/DEBUG] Setting var (212) value to 0.017618 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.017618, Var(212).penalty: 1.000000, Var(212).value: 0.017618 +> [0.000000]: [ker_lmm/DEBUG] Setting var (214) value to 0.017618 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.017618, Var(214).penalty: 1.000000, Var(214).value: 0.017618 +> [0.000000]: [ker_lmm/DEBUG] index: 73 cnst_light_num: 99 || usage: 0.000000 remaining: 6.642112 bound: 6.762549 +> [0.000000]: [ker_lmm/DEBUG] Setting var (219) value to 0.017618 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.017618, Var(219).penalty: 1.000000, Var(219).value: 0.017618 +> [0.000000]: [ker_lmm/DEBUG] Setting var (222) value to 0.017618 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.017618, Var(222).penalty: 1.000000, Var(222).value: 0.017618 +> [0.000000]: [ker_lmm/DEBUG] Setting var (240) value to 0.017618 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.017618, Var(240).penalty: 1.000000, Var(240).value: 0.017618 +> [0.000000]: [ker_lmm/DEBUG] Setting var (242) value to 0.017618 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.017618, Var(242).penalty: 1.000000, Var(242).value: 0.017618 +> [0.000000]: [ker_lmm/DEBUG] index: 42 cnst_light_num: 98 || usage: 0.000000 remaining: 0.000000 bound: 0.260263 +> [0.000000]: [ker_lmm/DEBUG] var=223, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.022864, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=224, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.022864, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=236, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.022864, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (223) value to 0.022864 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.022864, Var(223).penalty: 1.000000, Var(223).value: 0.022864 +> [0.000000]: [ker_lmm/DEBUG] Setting var (224) value to 0.022864 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.022864, Var(224).penalty: 1.000000, Var(224).value: 0.022864 +> [0.000000]: [ker_lmm/DEBUG] Setting var (236) value to 0.022864 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.022864, Var(236).penalty: 1.000000, Var(236).value: 0.022864 +> [0.000000]: [ker_lmm/DEBUG] index: 86 cnst_light_num: 97 || usage: 0.000000 remaining: 8.493054 bound: 8.600535 +> [0.000000]: [ker_lmm/DEBUG] index: 64 cnst_light_num: 96 || usage: 0.000000 remaining: 0.000000 bound: 0.298762 +> [0.000000]: [ker_lmm/DEBUG] var=201, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.051719, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=203, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.051719, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=206, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.051719, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=216, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.051719, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=238, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.051719, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=267, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.051719, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=271, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.051719, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (201) value to 0.051719 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.051719, Var(201).penalty: 1.000000, Var(201).value: 0.051719 +> [0.000000]: [ker_lmm/DEBUG] Setting var (203) value to 0.051719 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.051719, Var(203).penalty: 1.000000, Var(203).value: 0.051719 +> [0.000000]: [ker_lmm/DEBUG] Setting var (206) value to 0.051719 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.051719, Var(206).penalty: 1.000000, Var(206).value: 0.051719 +> [0.000000]: [ker_lmm/DEBUG] index: 34 cnst_light_num: 95 || usage: 0.000000 remaining: 4.350232 bound: 4.546078 +> [0.000000]: [ker_lmm/DEBUG] index: 20 cnst_light_num: 94 || usage: 0.000000 remaining: 5.214104 bound: 5.578408 +> [0.000000]: [ker_lmm/DEBUG] Setting var (216) value to 0.051719 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.051719, Var(216).penalty: 1.000000, Var(216).value: 0.051719 +> [0.000000]: [ker_lmm/DEBUG] Setting var (238) value to 0.051719 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.051719, Var(238).penalty: 1.000000, Var(238).value: 0.051719 +> [0.000000]: [ker_lmm/DEBUG] Setting var (267) value to 0.051719 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.051719, Var(267).penalty: 1.000000, Var(267).value: 0.051719 +> [0.000000]: [ker_lmm/DEBUG] index: 40 cnst_light_num: 93 || usage: 0.000000 remaining: 3.178780 bound: 3.398487 +> [0.000000]: [ker_lmm/DEBUG] index: 91 cnst_light_num: 92 || usage: 0.000000 remaining: 0.991559 bound: 1.255853 +> [0.000000]: [ker_lmm/DEBUG] index: 47 cnst_light_num: 91 || usage: 0.000000 remaining: 2.453557 bound: 2.747805 +> [0.000000]: [ker_lmm/DEBUG] index: 22 cnst_light_num: 90 || usage: 0.000000 remaining: 7.254884 bound: 7.661528 +> [0.000000]: [ker_lmm/DEBUG] Setting var (271) value to 0.051719 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.051719, Var(271).penalty: 1.000000, Var(271).value: 0.051719 +> [0.000000]: [ker_lmm/DEBUG] index: 23 cnst_light_num: 89 || usage: 0.000000 remaining: 0.000000 bound: 0.615289 +> [0.000000]: [ker_lmm/DEBUG] var=218, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.112495, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=235, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.112495, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=264, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.112495, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (218) value to 0.112495 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.112495, Var(218).penalty: 1.000000, Var(218).value: 0.112495 +> [0.000000]: [ker_lmm/DEBUG] index: 84 cnst_light_num: 88 || usage: 0.000000 remaining: 5.211260 bound: 5.528446 +> [0.000000]: [ker_lmm/DEBUG] index: 41 cnst_light_num: 87 || usage: 0.000000 remaining: 2.992162 bound: 3.557291 +> [0.000000]: [ker_lmm/DEBUG] Setting var (235) value to 0.112495 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.112495, Var(235).penalty: 1.000000, Var(235).value: 0.112495 +> [0.000000]: [ker_lmm/DEBUG] index: 78 cnst_light_num: 86 || usage: 0.000000 remaining: 6.230900 bound: 6.919775 +> [0.000000]: [ker_lmm/DEBUG] index: 26 cnst_light_num: 85 || usage: 0.000000 remaining: 3.562860 bound: 4.065199 +> [0.000000]: [ker_lmm/DEBUG] index: 74 cnst_light_num: 84 || usage: 0.000000 remaining: 1.641715 bound: 2.072429 +> [0.000000]: [ker_lmm/DEBUG] Setting var (264) value to 0.112495 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.112495, Var(264).penalty: 1.000000, Var(264).value: 0.112495 +> [0.000000]: [ker_lmm/DEBUG] index: 5 cnst_light_num: 83 || usage: 0.000000 remaining: 1.009693 bound: 1.296584 +> [0.000000]: [ker_lmm/DEBUG] index: 40 cnst_light_num: 82 || usage: 0.000000 remaining: 2.369879 bound: 2.592524 +> [0.000000]: [ker_lmm/DEBUG] index: 69 cnst_light_num: 81 || usage: 0.000000 remaining: 6.602542 bound: 6.931379 +> [0.000000]: [ker_lmm/DEBUG] index: 70 cnst_light_num: 80 || usage: 0.000000 remaining: 6.951839 bound: 7.481574 +> [0.000000]: [ker_lmm/DEBUG] index: 65 cnst_light_num: 79 || usage: 0.000000 remaining: 6.494993 bound: 6.926506 +> [0.000000]: [ker_lmm/DEBUG] index: 67 cnst_light_num: 78 || usage: 0.000000 remaining: 6.152557 bound: 6.401766 +> [0.000000]: [ker_lmm/DEBUG] index: 55 cnst_light_num: 77 || usage: 0.000000 remaining: 3.829635 bound: 4.451451 +> [0.000000]: [ker_lmm/DEBUG] index: 24 cnst_light_num: 76 || usage: 0.000000 remaining: 5.221470 bound: 6.096457 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 75 || usage: 0.000000 remaining: 2.287095 bound: 2.834074 +> [0.000000]: [ker_lmm/DEBUG] index: 71 cnst_light_num: 74 || usage: 0.000000 remaining: 6.649803 bound: 7.076866 +> [0.000000]: [ker_lmm/DEBUG] index: 51 cnst_light_num: 73 || usage: 0.000000 remaining: 0.000000 bound: 0.707249 +> [0.000000]: [ker_lmm/DEBUG] index: 27 cnst_light_num: 72 || usage: 0.000000 remaining: 7.409042 bound: 8.070227 +> [0.000000]: [ker_lmm/DEBUG] var=208, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.138124, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (208) value to 0.138124 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.138124, Var(208).penalty: 1.000000, Var(208).value: 0.138124 +> [0.000000]: [ker_lmm/DEBUG] index: 28 cnst_light_num: 71 || usage: 0.000000 remaining: 3.096468 bound: 3.879713 +> [0.000000]: [ker_lmm/DEBUG] index: 61 cnst_light_num: 70 || usage: 0.000000 remaining: 8.664050 bound: 9.521012 +> [0.000000]: [ker_lmm/DEBUG] index: 9 cnst_light_num: 69 || usage: 0.000000 remaining: 0.666906 bound: 1.878148 +> [0.000000]: [ker_lmm/DEBUG] index: 10 cnst_light_num: 68 || usage: 0.000000 remaining: 9.450046 bound: 9.912957 +> [0.000000]: [ker_lmm/DEBUG] index: 37 cnst_light_num: 67 || usage: 0.000000 remaining: 6.969664 bound: 7.307081 +> [0.000000]: [ker_lmm/DEBUG] index: 21 cnst_light_num: 66 || usage: 0.000000 remaining: 2.345782 bound: 2.688073 +> [0.000000]: [ker_lmm/DEBUG] index: 22 cnst_light_num: 65 || usage: 0.000000 remaining: 0.000000 bound: 0.231176 +> [0.000000]: [ker_lmm/DEBUG] index: 33 cnst_light_num: 64 || usage: 0.000000 remaining: 6.243295 bound: 6.914775 +> [0.000000]: [ker_lmm/DEBUG] var=210, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.218435, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (210) value to 0.218435 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.218435, Var(210).penalty: 1.000000, Var(210).value: 0.218435 +> [0.000000]: [ker_lmm/DEBUG] index: 17 cnst_light_num: 63 || usage: 0.000000 remaining: 6.956528 bound: 7.658264 +> [0.000000]: [ker_lmm/DEBUG] index: 33 cnst_light_num: 62 || usage: 0.000000 remaining: 0.000000 bound: 0.637698 +> [0.000000]: [ker_lmm/DEBUG] index: 17 cnst_light_num: 61 || usage: 0.000000 remaining: 6.941513 bound: 7.803148 +> [0.000000]: [ker_lmm/DEBUG] index: 39 cnst_light_num: 60 || usage: 0.000000 remaining: 6.905414 bound: 7.849367 +> [0.000000]: [ker_lmm/DEBUG] index: 51 cnst_light_num: 59 || usage: 0.000000 remaining: 4.443630 bound: 5.435943 +> [0.000000]: [ker_lmm/DEBUG] index: 44 cnst_light_num: 58 || usage: 0.000000 remaining: 0.053885 bound: 0.701325 +> [0.000000]: [ker_lmm/DEBUG] index: 52 cnst_light_num: 57 || usage: 0.000000 remaining: 7.673784 bound: 8.391931 +> [0.000000]: [ker_lmm/DEBUG] index: 48 cnst_light_num: 56 || usage: 0.000000 remaining: 4.557085 bound: 5.407608 +> [0.000000]: [ker_lmm/DEBUG] index: 47 cnst_light_num: 55 || usage: 0.000000 remaining: 5.740133 bound: 6.522231 +> [0.000000]: [ker_lmm/DEBUG] index: 48 cnst_light_num: 54 || usage: 0.000000 remaining: 5.793868 bound: 6.723837 +> [0.000000]: [ker_lmm/DEBUG] index: 34 cnst_light_num: 53 || usage: 0.000000 remaining: 8.937841 bound: 9.279364 +> [0.000000]: [ker_lmm/DEBUG] index: 43 cnst_light_num: 52 || usage: 0.000000 remaining: 1.713928 bound: 2.572064 +> [0.000000]: [ker_lmm/DEBUG] var=227, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.299833, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (227) value to 0.299833 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.299833, Var(227).penalty: 1.000000, Var(227).value: 0.299833 +> [0.000000]: [ker_lmm/DEBUG] index: 24 cnst_light_num: 51 || usage: 0.000000 remaining: 0.000000 bound: 0.872294 +> [0.000000]: [ker_lmm/DEBUG] index: 18 cnst_light_num: 50 || usage: 0.000000 remaining: 4.565895 bound: 5.722376 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 49 || usage: 0.000000 remaining: 8.370490 bound: 9.133015 +> [0.000000]: [ker_lmm/DEBUG] index: 23 cnst_light_num: 48 || usage: 0.000000 remaining: 5.374022 bound: 6.536309 +> [0.000000]: [ker_lmm/DEBUG] index: 7 cnst_light_num: 47 || usage: 0.000000 remaining: 7.009683 bound: 8.089292 +> [0.000000]: [ker_lmm/DEBUG] index: 12 cnst_light_num: 46 || usage: 0.000000 remaining: 3.304562 bound: 4.137187 +> [0.000000]: [ker_lmm/DEBUG] index: 32 cnst_light_num: 45 || usage: 0.000000 remaining: 1.126682 bound: 2.155770 +> [0.000000]: [ker_lmm/DEBUG] index: 20 cnst_light_num: 44 || usage: 0.000000 remaining: 3.360610 bound: 4.247300 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 43 || usage: 0.000000 remaining: 6.203286 bound: 6.891804 +> [0.000000]: [ker_lmm/DEBUG] index: 32 cnst_light_num: 42 || usage: 0.000000 remaining: 7.381416 bound: 8.437871 +> [0.000000]: [ker_lmm/DEBUG] index: 10 cnst_light_num: 41 || usage: 0.000000 remaining: 2.032045 bound: 2.909047 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 40 || usage: 0.000000 remaining: 8.329540 bound: 8.811107 +> [0.000000]: [ker_lmm/DEBUG] var=215, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.318568, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=252, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.318568, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (215) value to 0.318568 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.318568, Var(215).penalty: 1.000000, Var(215).value: 0.318568 +> [0.000000]: [ker_lmm/DEBUG] index: 13 cnst_light_num: 39 || usage: 0.000000 remaining: 3.638465 bound: 4.546221 +> [0.000000]: [ker_lmm/DEBUG] index: 4 cnst_light_num: 38 || usage: 0.000000 remaining: 6.411403 bound: 8.280221 +> [0.000000]: [ker_lmm/DEBUG] index: 35 cnst_light_num: 37 || usage: 0.000000 remaining: 2.829854 bound: 3.779940 +> [0.000000]: [ker_lmm/DEBUG] index: 3 cnst_light_num: 36 || usage: 0.000000 remaining: 2.980446 bound: 4.573322 +> [0.000000]: [ker_lmm/DEBUG] index: 29 cnst_light_num: 35 || usage: 0.000000 remaining: 6.380670 bound: 8.261281 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 34 || usage: 0.000000 remaining: 3.886167 bound: 5.108276 +> [0.000000]: [ker_lmm/DEBUG] index: 5 cnst_light_num: 33 || usage: 0.000000 remaining: 1.167702 bound: 2.054103 +> [0.000000]: [ker_lmm/DEBUG] index: 14 cnst_light_num: 32 || usage: 0.000000 remaining: 4.874602 bound: 5.862529 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 31 || usage: 0.000000 remaining: 2.723805 bound: 4.750886 +> [0.000000]: [ker_lmm/DEBUG] index: 25 cnst_light_num: 30 || usage: 0.000000 remaining: 6.139156 bound: 7.727387 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 29 || usage: 0.000000 remaining: 1.364202 bound: 2.917928 +> [0.000000]: [ker_lmm/DEBUG] index: 5 cnst_light_num: 28 || usage: 0.000000 remaining: 2.169474 bound: 2.575853 +> [0.000000]: [ker_lmm/DEBUG] index: 14 cnst_light_num: 27 || usage: 0.000000 remaining: 8.075542 bound: 8.977370 +> [0.000000]: [ker_lmm/DEBUG] index: 25 cnst_light_num: 26 || usage: 0.000000 remaining: 4.087478 bound: 5.025302 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 25 || usage: 0.000000 remaining: 0.284705 bound: 0.935515 +> [0.000000]: [ker_lmm/DEBUG] Setting var (252) value to 0.318568 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.318568, Var(252).penalty: 1.000000, Var(252).value: 0.318568 +> [0.000000]: [ker_lmm/DEBUG] index: 11 cnst_light_num: 24 || usage: 0.000000 remaining: 0.252549 bound: 2.336920 +> [0.000000]: [ker_lmm/DEBUG] index: 6 cnst_light_num: 23 || usage: 0.000000 remaining: 5.991976 bound: 7.071806 +> [0.000000]: [ker_lmm/DEBUG] index: 20 cnst_light_num: 22 || usage: 0.000000 remaining: 2.502192 bound: 3.295714 +> [0.000000]: [ker_lmm/DEBUG] index: 7 cnst_light_num: 21 || usage: 0.000000 remaining: 3.197754 bound: 4.459004 +> [0.000000]: [ker_lmm/DEBUG] index: 8 cnst_light_num: 20 || usage: 0.000000 remaining: 0.000000 bound: 1.433323 +> [0.000000]: [ker_lmm/DEBUG] index: 13 cnst_light_num: 19 || usage: 0.000000 remaining: 3.374101 bound: 4.370619 +> [0.000000]: [ker_lmm/DEBUG] index: 6 cnst_light_num: 18 || usage: 0.000000 remaining: 0.869034 bound: 2.305842 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 17 || usage: 0.000000 remaining: 7.567609 bound: 9.257328 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 16 || usage: 0.000000 remaining: 6.027387 bound: 7.521400 +> [0.000000]: [ker_lmm/DEBUG] index: 8 cnst_light_num: 15 || usage: 0.000000 remaining: 2.991719 bound: 4.552794 +> [0.000000]: [ker_lmm/DEBUG] index: 6 cnst_light_num: 14 || usage: 0.000000 remaining: 3.238807 bound: 4.568332 +> [0.000000]: [ker_lmm/DEBUG] index: 11 cnst_light_num: 13 || usage: 0.000000 remaining: 7.073078 bound: 8.112278 +> [0.000000]: [ker_lmm/DEBUG] index: 3 cnst_light_num: 12 || usage: 0.000000 remaining: 0.468080 bound: 1.760621 +> [0.000000]: [ker_lmm/DEBUG] index: 6 cnst_light_num: 11 || usage: 0.000000 remaining: 8.971038 bound: 9.982831 +> [0.000000]: [ker_lmm/DEBUG] index: 7 cnst_light_num: 10 || usage: 0.000000 remaining: 2.180753 bound: 2.773230 +> [0.000000]: [ker_lmm/DEBUG] index: 3 cnst_light_num: 9 || usage: 0.000000 remaining: 1.244188 bound: 2.679478 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 8 || usage: 0.000000 remaining: 8.145550 bound: 9.139753 +> [0.000000]: [ker_lmm/DEBUG] index: 4 cnst_light_num: 7 || usage: 0.000000 remaining: 1.083405 bound: 2.749201 +> [0.000000]: [ker_lmm/DEBUG] index: 5 cnst_light_num: 6 || usage: 0.000000 remaining: 7.269076 bound: 8.421032 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 5 || usage: 0.000000 remaining: 5.898603 bound: 7.074315 +> [0.000000]: [ker_lmm/DEBUG] index: 3 cnst_light_num: 4 || usage: 0.000000 remaining: 8.837055 bound: 9.903012 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 3 || usage: 0.000000 remaining: 0.890080 bound: 3.424196 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 2 || usage: 0.000000 remaining: 0.708020 bound: 2.069661 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 4.765848 bound: 5.527719 +> [0.000000]: [ker_lmm/DEBUG] MAX-MIN ( '271'(1.000000) '267'(1.000000) '264'(1.000000) '256'(1.000000) '252'(1.000000) '251'(1.000000) '244'(1.000000) '242'(1.000000) '240'(1.000000) '238'(1.000000) '236'(1.000000) '235'(1.000000) '234'(1.000000) '232'(1.000000) '231'(1.000000) '230'(1.000000) '228'(1.000000) '227'(1.000000) '226'(1.000000) '224'(1.000000) '223'(1.000000) '222'(1.000000) '221'(1.000000) '220'(1.000000) '219'(1.000000) '218'(1.000000) '217'(1.000000) '216'(1.000000) '215'(1.000000) '214'(1.000000) '213'(1.000000) '212'(1.000000) '211'(1.000000) '210'(1.000000) '209'(1.000000) '208'(1.000000) '207'(1.000000) '206'(1.000000) '205'(1.000000) '204'(1.000000) '203'(1.000000) '202'(1.000000) '201'(1.000000) '225'(0.000000) '229'(0.000000) '233'(0.000000) '237'(0.000000) '239'(0.000000) '241'(0.000000) '243'(0.000000) '245'(0.000000) '246'(0.000000) '247'(0.000000) '248'(0.000000) '249'(0.000000) '250'(0.000000) '253'(0.000000) '254'(0.000000) '255'(0.000000) '257'(0.000000) '258'(0.000000) '259'(0.000000) '260'(0.000000) '261'(0.000000) '262'(0.000000) '263'(0.000000) '265'(0.000000) '266'(0.000000) '268'(0.000000) '269'(0.000000) '270'(0.000000) '272'(0.000000) '273'(0.000000) '274'(0.000000) '275'(0.000000) '276'(0.000000) '277'(0.000000) '278'(0.000000) '279'(0.000000) '280'(0.000000) '281'(0.000000) '282'(0.000000) '283'(0.000000) '284'(0.000000) '285'(0.000000) '286'(0.000000) '287'(0.000000) '288'(0.000000) '289'(0.000000) '290'(0.000000) '291'(0.000000) '292'(0.000000) '293'(0.000000) '294'(0.000000) '295'(0.000000) '296'(0.000000) '297'(0.000000) '298'(0.000000) '299'(0.000000) '300'(0.000000) ) +> [0.000000]: [ker_lmm/DEBUG] Constraints +> [0.000000]: [ker_lmm/DEBUG] (1.657199.'256'(0.009920) + 2.002173.'236'(0.022864) + 1.253832.'231'(0.009920) + 2.485700.'230'(0.009920) + 1.480163.'227'(0.299833) + 1.873191.'213'(0.009920) + 1.464335.'206'(0.051719) + 2.418791.'201'(0.051719) + 1.765219.'239'(0.000000) + 0.643122.'243'(0.000000) + 1.542981.'249'(0.000000) + 1.453157.'257'(0.000000) + 2.968494.'260'(0.000000) + 2.456470.'265'(0.000000) + 0.637661.'269'(0.000000) + 2.050087.'270'(0.000000) + 0.469197.'281'(0.000000) + 0.998855.'287'(0.000000) + 1.630202.'295'(0.000000) + 0.562212.'296'(0.000000) + 0.349438.'298'(0.000000) + 0) <= 9.133015 ('212') +> [0.000000]: [ker_lmm/DEBUG] (2.708205.'251'(0.009920) + 0.382454.'238'(0.051719) + 0.577291.'230'(0.009920) + 1.274235.'227'(0.299833) + 1.080874.'224'(0.022864) + 1.533844.'223'(0.022864) + 0.615054.'220'(0.009920) + 2.115542.'219'(0.017618) + 0.654261.'217'(0.009920) + 2.375875.'213'(0.009920) + 2.337177.'201'(0.051719) + 1.450107.'225'(0.000000) + 1.488582.'229'(0.000000) + 1.473920.'237'(0.000000) + 2.040505.'246'(0.000000) + 0.888625.'248'(0.000000) + 2.577457.'258'(0.000000) + 0.689974.'258'(0.000000) + 1.970496.'274'(0.000000) + 2.596669.'276'(0.000000) + 2.133555.'279'(0.000000) + 2.294758.'296'(0.000000) + 0.961443.'297'(0.000000) + 1.918971.'300'(0.000000) + 0) <= 6.891804 ('242') +> [0.000000]: [ker_lmm/DEBUG] (1.482516.'264'(0.112495) + 1.840138.'256'(0.009920) + 2.595776.'236'(0.022864) + 1.607672.'235'(0.112495) + 1.092871.'232'(0.009920) + 1.764881.'228'(0.009920) + 1.005098.'226'(0.009920) + 1.460618.'223'(0.022864) + 1.418916.'219'(0.017618) + 0.365735.'204'(0.017618) + 0.359407.'201'(0.051719) + 1.889698.'241'(0.000000) + 2.088302.'253'(0.000000) + 0.442717.'254'(0.000000) + 1.635136.'263'(0.000000) + 3.592817.'269'(0.000000) + 1.065621.'269'(0.000000) + 1.693307.'270'(0.000000) + 1.601728.'273'(0.000000) + 0.815286.'280'(0.000000) + 1.691096.'282'(0.000000) + 0.827913.'291'(0.000000) + 2.120307.'296'(0.000000) + 0.861643.'297'(0.000000) + 1.766340.'299'(0.000000) + 0.405976.'300'(0.000000) + 0) <= 2.834074 ('270') +> [0.000000]: [ker_lmm/DEBUG] (2.040011.'267'(0.051719) + 2.064269.'264'(0.112495) + 1.421532.'240'(0.017618) + 2.781123.'223'(0.022864) + 2.180858.'221'(0.009920) + 1.847829.'215'(0.318568) + 0.731840.'214'(0.017618) + 1.998269.'210'(0.218435) + 0.820954.'209'(0.009920) + 0.962591.'207'(0.009920) + 1.723655.'201'(0.051719) + 2.458564.'237'(0.000000) + 1.899641.'239'(0.000000) + 0.165415.'245'(0.000000) + 0.401238.'250'(0.000000) + 1.412223.'268'(0.000000) + 1.638651.'276'(0.000000) + 1.236798.'284'(0.000000) + 0.580118.'285'(0.000000) + 1.751189.'288'(0.000000) + 1.340607.'300'(0.000000) + 0) <= 4.573322 ('241') +> [0.000000]: [ker_lmm/DEBUG] (1.550859.'242'(0.017618) + 1.885423.'238'(0.051719) + 1.632604.'236'(0.022864) + 1.721222.'223'(0.022864) + 2.209735.'220'(0.009920) + 1.307302.'218'(0.112495) + 2.222112.'215'(0.318568) + 1.120346.'214'(0.017618) + 2.472110.'211'(0.017618) + 1.667704.'210'(0.218435) + 1.514446.'208'(0.138124) + 1.469606.'202'(0.017618) + 2.470519.'201'(0.051719) + 1.390601.'239'(0.000000) + 2.644348.'257'(0.000000) + 1.232614.'260'(0.000000) + 1.001761.'262'(0.000000) + 2.108341.'268'(0.000000) + 0.876571.'270'(0.000000) + 2.388438.'280'(0.000000) + 1.529861.'281'(0.000000) + 1.224911.'287'(0.000000) + 2.324013.'288'(0.000000) + 1.300898.'288'(0.000000) + 1.026558.'289'(0.000000) + 0) <= 8.280221 ('272') +> [0.000000]: [ker_lmm/DEBUG] (0.636335.'267'(0.051719) + 0.802239.'264'(0.112495) + 1.426226.'251'(0.009920) + 1.080669.'224'(0.022864) + 1.389255.'224'(0.022864) + 0.354079.'216'(0.051719) + 1.115413.'209'(0.009920) + 1.232357.'201'(0.051719) + 1.600969.'239'(0.000000) + 0.975759.'239'(0.000000) + 0.948253.'241'(0.000000) + 2.026875.'246'(0.000000) + 0.583562.'247'(0.000000) + 1.893242.'260'(0.000000) + 2.046115.'261'(0.000000) + 2.249341.'281'(0.000000) + 2.700357.'284'(0.000000) + 1.672073.'285'(0.000000) + 1.116164.'287'(0.000000) + 1.826895.'293'(0.000000) + 0.828327.'296'(0.000000) + 0) <= 1.296584 ('294') +> [0.000000]: [ker_lmm/DEBUG] (2.506125.'252'(0.318568) + 2.496502.'244'(0.009920) + 1.874647.'242'(0.017618) + 2.354397.'232'(0.009920) + 2.051450.'230'(0.009920) + 1.280048.'224'(0.022864) + 0.906555.'220'(0.009920) + 3.186765.'220'(0.009920) + 0.666212.'217'(0.009920) + 1.581643.'207'(0.009920) + 1.997914.'204'(0.017618) + 1.016896.'201'(0.051719) + 0.556396.'229'(0.000000) + 1.457997.'233'(0.000000) + 1.187569.'237'(0.000000) + 1.449181.'248'(0.000000) + 2.369367.'249'(0.000000) + 0.737015.'249'(0.000000) + 2.594351.'254'(0.000000) + 2.562693.'260'(0.000000) + 2.644670.'261'(0.000000) + 1.347154.'272'(0.000000) + 0.692504.'278'(0.000000) + 2.571821.'281'(0.000000) + 1.820617.'283'(0.000000) + 2.111032.'285'(0.000000) + 1.914963.'292'(0.000000) + 1.679335.'294'(0.000000) + 2.120506.'296'(0.000000) + 0.706053.'298'(0.000000) + 0) <= 7.071806 ('263') +> [0.000000]: [ker_lmm/DEBUG] (1.450820.'267'(0.051719) + 1.606559.'256'(0.009920) + 1.160279.'235'(0.112495) + 1.084438.'228'(0.009920) + 1.961394.'227'(0.299833) + 1.888843.'217'(0.009920) + 1.178474.'216'(0.051719) + 1.072319.'216'(0.051719) + 1.436298.'207'(0.009920) + 0.520670.'203'(0.051719) + 1.603734.'201'(0.051719) + 2.693546.'247'(0.000000) + 2.523543.'250'(0.000000) + 0.763952.'255'(0.000000) + 0.963517.'260'(0.000000) + 1.361523.'261'(0.000000) + 1.112485.'268'(0.000000) + 2.099234.'275'(0.000000) + 2.229977.'281'(0.000000) + 1.131944.'290'(0.000000) + 0) <= 8.089292 ('224') +> [0.000000]: [ker_lmm/DEBUG] (1.552505.'252'(0.318568) + 0.623656.'235'(0.112495) + 1.884927.'230'(0.009920) + 1.550679.'226'(0.009920) + 2.916912.'217'(0.009920) + 2.040398.'215'(0.318568) + 0.492375.'214'(0.017618) + 1.367903.'209'(0.009920) + 2.577849.'201'(0.051719) + 1.678218.'229'(0.000000) + 2.297533.'243'(0.000000) + 1.725509.'245'(0.000000) + 1.836337.'263'(0.000000) + 2.336589.'266'(0.000000) + 2.633737.'268'(0.000000) + 1.654247.'274'(0.000000) + 1.477950.'278'(0.000000) + 2.265971.'279'(0.000000) + 1.519621.'280'(0.000000) + 1.427466.'287'(0.000000) + 1.464610.'292'(0.000000) + 2.424316.'295'(0.000000) + 1.322183.'299'(0.000000) + 0) <= 1.433323 ('285') +> [0.000000]: [ker_lmm/DEBUG] (1.481302.'271'(0.051719) + 1.176774.'256'(0.009920) + 1.676627.'251'(0.009920) + 1.130859.'244'(0.009920) + 1.485185.'242'(0.017618) + 0.852755.'238'(0.051719) + 1.876367.'235'(0.112495) + 2.330078.'231'(0.009920) + 2.232502.'219'(0.017618) + 0.659445.'218'(0.112495) + 1.266000.'216'(0.051719) + 1.707685.'211'(0.017618) + 2.631914.'208'(0.138124) + 1.621506.'205'(0.017618) + 1.598181.'203'(0.051719) + 2.065185.'201'(0.051719) + 0.866201.'245'(0.000000) + 2.085231.'250'(0.000000) + 1.831171.'254'(0.000000) + 2.474209.'255'(0.000000) + 2.164130.'262'(0.000000) + 1.804463.'289'(0.000000) + 1.046348.'291'(0.000000) + 0.489264.'294'(0.000000) + 0) <= 1.878148 ('260') +> [0.000000]: [ker_lmm/DEBUG] (1.610314.'271'(0.051719) + 0.712190.'230'(0.009920) + 2.274314.'228'(0.009920) + 1.690842.'223'(0.022864) + 2.587007.'221'(0.009920) + 2.372655.'213'(0.009920) + 1.067858.'208'(0.138124) + 2.216771.'201'(0.051719) + 1.826067.'243'(0.000000) + 1.931107.'247'(0.000000) + 2.283145.'250'(0.000000) + 2.337651.'263'(0.000000) + 1.850221.'272'(0.000000) + 1.731385.'273'(0.000000) + 0.812582.'274'(0.000000) + 2.580203.'278'(0.000000) + 2.058699.'297'(0.000000) + 0) <= 9.912957 ('298') +> [0.000000]: [ker_lmm/DEBUG] (0.578858.'267'(0.051719) + 2.393004.'264'(0.112495) + 1.122537.'252'(0.318568) + 1.956493.'240'(0.017618) + 0.903672.'231'(0.009920) + 1.720594.'227'(0.299833) + 2.534837.'219'(0.017618) + 0.153757.'216'(0.051719) + 1.350997.'215'(0.318568) + 0.267302.'211'(0.017618) + 1.251071.'208'(0.138124) + 2.531123.'206'(0.051719) + 1.486660.'201'(0.051719) + 1.523839.'225'(0.000000) + 1.649270.'233'(0.000000) + 0.630792.'241'(0.000000) + 0.257013.'245'(0.000000) + 1.708784.'254'(0.000000) + 1.975179.'255'(0.000000) + 0.818277.'255'(0.000000) + 0.453857.'258'(0.000000) + 2.358122.'259'(0.000000) + 0.610557.'259'(0.000000) + 1.518036.'263'(0.000000) + 0.447975.'270'(0.000000) + 2.548151.'273'(0.000000) + 1.830398.'274'(0.000000) + 2.910368.'279'(0.000000) + 0.368396.'279'(0.000000) + 1.293691.'282'(0.000000) + 1.764077.'289'(0.000000) + 0.662339.'291'(0.000000) + 1.751332.'300'(0.000000) + 0) <= 2.336920 ('273') +> [0.000000]: [ker_lmm/DEBUG] (0.870678.'267'(0.051719) + 1.180877.'238'(0.051719) + 1.963746.'227'(0.299833) + 1.664121.'223'(0.022864) + 0.615605.'221'(0.009920) + 2.182714.'214'(0.017618) + 0.850396.'212'(0.017618) + 0.672520.'204'(0.017618) + 0.546880.'201'(0.051719) + 0.417817.'249'(0.000000) + 2.408923.'250'(0.000000) + 1.910772.'276'(0.000000) + 0.720152.'284'(0.000000) + 2.564274.'290'(0.000000) + 1.973436.'291'(0.000000) + 1.345474.'292'(0.000000) + 2.112512.'293'(0.000000) + 1.426968.'294'(0.000000) + 1.640758.'296'(0.000000) + 0.280292.'299'(0.000000) + 0) <= 4.137187 ('226') +> [0.000000]: [ker_lmm/DEBUG] (0.658884.'234'(0.009920) + 1.243319.'227'(0.299833) + 1.645657.'223'(0.022864) + 0.814888.'220'(0.009920) + 1.958139.'219'(0.017618) + 0.563812.'215'(0.318568) + 1.302509.'209'(0.009920) + 1.444810.'207'(0.009920) + 1.525191.'204'(0.017618) + 1.676084.'203'(0.051719) + 2.471107.'201'(0.051719) + 0.997062.'237'(0.000000) + 2.158494.'239'(0.000000) + 0.548600.'243'(0.000000) + 0.687220.'249'(0.000000) + 1.413687.'250'(0.000000) + 2.521556.'257'(0.000000) + 1.528951.'260'(0.000000) + 1.529383.'262'(0.000000) + 2.925478.'266'(0.000000) + 2.575504.'275'(0.000000) + 2.290762.'283'(0.000000) + 1.842936.'286'(0.000000) + 1.332547.'289'(0.000000) + 2.019324.'295'(0.000000) + 0) <= 4.546221 ('235') +> [0.000000]: [ker_lmm/DEBUG] (1.808495.'251'(0.009920) + 2.424045.'242'(0.017618) + 2.552554.'235'(0.112495) + 1.032165.'228'(0.009920) + 0.338071.'215'(0.318568) + 1.766637.'210'(0.218435) + 1.428238.'206'(0.051719) + 1.207098.'201'(0.051719) + 0.911988.'237'(0.000000) + 0.934723.'241'(0.000000) + 1.456308.'253'(0.000000) + 1.230573.'254'(0.000000) + 1.838657.'255'(0.000000) + 1.128104.'260'(0.000000) + 1.134396.'261'(0.000000) + 0.681083.'278'(0.000000) + 1.347299.'279'(0.000000) + 0.377643.'288'(0.000000) + 0.853264.'290'(0.000000) + 1.249708.'298'(0.000000) + 2.403217.'299'(0.000000) + 2.186434.'300'(0.000000) + 0) <= 5.862529 ('233') +> [0.000000]: [ker_lmm/DEBUG] (1.718494.'271'(0.051719) + 1.400393.'252'(0.318568) + 0.389381.'236'(0.022864) + 2.194182.'235'(0.112495) + 2.071666.'234'(0.009920) + 2.156267.'231'(0.009920) + 2.456684.'222'(0.017618) + 2.565929.'221'(0.009920) + 1.794152.'201'(0.051719) + 1.114877.'241'(0.000000) + 2.135745.'246'(0.000000) + 0.974340.'250'(0.000000) + 2.313455.'260'(0.000000) + 1.742136.'261'(0.000000) + 2.236638.'269'(0.000000) + 2.472481.'270'(0.000000) + 0.358267.'273'(0.000000) + 1.518332.'277'(0.000000) + 0.179085.'290'(0.000000) + 1.735836.'300'(0.000000) + 0) <= 9.139753 ('269') +> [0.000000]: [ker_lmm/DEBUG] (1.531124.'264'(0.112495) + 2.229058.'252'(0.318568) + 2.636816.'240'(0.017618) + 0.186225.'235'(0.112495) + 0.995076.'234'(0.009920) + 1.719282.'230'(0.009920) + 1.779819.'224'(0.022864) + 1.106831.'220'(0.009920) + 0.778194.'218'(0.112495) + 2.042234.'216'(0.051719) + 0.609154.'212'(0.017618) + 2.623219.'212'(0.017618) + 1.608186.'201'(0.051719) + 0.621781.'233'(0.000000) + 0.396507.'245'(0.000000) + 0.821640.'246'(0.000000) + 1.833916.'247'(0.000000) + 1.487458.'253'(0.000000) + 1.585350.'255'(0.000000) + 2.281852.'258'(0.000000) + 1.350538.'265'(0.000000) + 0.941087.'269'(0.000000) + 2.426095.'270'(0.000000) + 2.413891.'272'(0.000000) + 1.253669.'276'(0.000000) + 1.100358.'285'(0.000000) + 1.314011.'287'(0.000000) + 2.373728.'290'(0.000000) + 2.494249.'293'(0.000000) + 2.188761.'297'(0.000000) + 0.609602.'298'(0.000000) + 1.487294.'299'(0.000000) + 0.840030.'300'(0.000000) + 0) <= 2.069661 ('253') +> [0.000000]: [ker_lmm/DEBUG] (0.860338.'251'(0.009920) + 1.978093.'234'(0.009920) + 1.739613.'219'(0.017618) + 1.593677.'216'(0.051719) + 2.090207.'211'(0.017618) + 1.337673.'210'(0.218435) + 1.171727.'208'(0.138124) + 1.346561.'201'(0.051719) + 1.813039.'247'(0.000000) + 1.999941.'253'(0.000000) + 1.854199.'274'(0.000000) + 1.383653.'277'(0.000000) + 2.248653.'279'(0.000000) + 2.117239.'283'(0.000000) + 1.456299.'284'(0.000000) + 2.020601.'285'(0.000000) + 0.713369.'285'(0.000000) + 0.595379.'289'(0.000000) + 1.951034.'292'(0.000000) + 2.651899.'300'(0.000000) + 0) <= 7.658264 ('213') +> [0.000000]: [ker_lmm/DEBUG] (0.294263.'240'(0.017618) + 1.723869.'235'(0.112495) + 0.650222.'232'(0.009920) + 0.935672.'231'(0.009920) + 2.708541.'231'(0.009920) + 1.375307.'227'(0.299833) + 1.498102.'222'(0.017618) + 0.997461.'220'(0.009920) + 2.349977.'216'(0.051719) + 1.465991.'209'(0.009920) + 2.192450.'206'(0.051719) + 1.903932.'204'(0.017618) + 2.671846.'203'(0.051719) + 0.868539.'201'(0.051719) + 1.641477.'225'(0.000000) + 2.918697.'229'(0.000000) + 1.877652.'250'(0.000000) + 2.471895.'255'(0.000000) + 1.888550.'259'(0.000000) + 1.776179.'260'(0.000000) + 0.709937.'261'(0.000000) + 2.944395.'275'(0.000000) + 0.973130.'275'(0.000000) + 1.239349.'284'(0.000000) + 0.856385.'285'(0.000000) + 1.818090.'286'(0.000000) + 2.382836.'287'(0.000000) + 1.459287.'287'(0.000000) + 1.076116.'288'(0.000000) + 1.676281.'289'(0.000000) + 1.735715.'293'(0.000000) + 1.910739.'295'(0.000000) + 2.235340.'298'(0.000000) + 0) <= 5.722376 ('281') +> [0.000000]: [ker_lmm/DEBUG] (0.688772.'264'(0.112495) + 1.361472.'252'(0.318568) + 1.180258.'244'(0.009920) + 1.611547.'240'(0.017618) + 1.067334.'236'(0.022864) + 1.370170.'235'(0.112495) + 2.549011.'231'(0.009920) + 1.999694.'230'(0.009920) + 1.544523.'227'(0.299833) + 1.423954.'219'(0.017618) + 0.835375.'214'(0.017618) + 0.370467.'211'(0.017618) + 0.667314.'210'(0.218435) + 0.305733.'209'(0.009920) + 2.472542.'201'(0.051719) + 1.011449.'239'(0.000000) + 0.797804.'248'(0.000000) + 0.689613.'250'(0.000000) + 0.984194.'253'(0.000000) + 1.617817.'255'(0.000000) + 2.028051.'257'(0.000000) + 2.505955.'258'(0.000000) + 1.321571.'260'(0.000000) + 1.976008.'270'(0.000000) + 2.297666.'275'(0.000000) + 1.041176.'275'(0.000000) + 1.742455.'277'(0.000000) + 1.992433.'286'(0.000000) + 1.138267.'289'(0.000000) + 2.411641.'294'(0.000000) + 2.290965.'296'(0.000000) + 2.074726.'298'(0.000000) + 0) <= 4.552794 ('280') +> [0.000000]: [ker_lmm/DEBUG] (1.531161.'256'(0.009920) + 1.701245.'242'(0.017618) + 0.328646.'236'(0.022864) + 2.698292.'236'(0.022864) + 2.119215.'234'(0.009920) + 1.514889.'224'(0.022864) + 2.038839.'206'(0.051719) + 0.161851.'203'(0.051719) + 0.528359.'202'(0.017618) + 1.375715.'201'(0.051719) + 1.447273.'245'(0.000000) + 3.560811.'258'(0.000000) + 1.218448.'258'(0.000000) + 1.560071.'260'(0.000000) + 1.865721.'266'(0.000000) + 1.643965.'268'(0.000000) + 0.872940.'269'(0.000000) + 2.620355.'273'(0.000000) + 0.164670.'273'(0.000000) + 2.507140.'274'(0.000000) + 1.715526.'277'(0.000000) + 1.264306.'288'(0.000000) + 0.976053.'289'(0.000000) + 1.231568.'293'(0.000000) + 0) <= 5.578408 ('227') +> [0.000000]: [ker_lmm/DEBUG] (2.246431.'256'(0.009920) + 2.518242.'251'(0.009920) + 1.519986.'244'(0.009920) + 0.957599.'231'(0.009920) + 1.375383.'226'(0.009920) + 1.858041.'224'(0.022864) + 0.667656.'223'(0.022864) + 0.590380.'208'(0.138124) + 0.514641.'202'(0.017618) + 3.239189.'202'(0.017618) + 0.993414.'201'(0.051719) + 0.972989.'270'(0.000000) + 2.254133.'273'(0.000000) + 1.545763.'278'(0.000000) + 0.854155.'284'(0.000000) + 0.501151.'286'(0.000000) + 1.113111.'288'(0.000000) + 1.521907.'292'(0.000000) + 2.030892.'293'(0.000000) + 2.070951.'294'(0.000000) + 0.948697.'295'(0.000000) + 2.155223.'298'(0.000000) + 1.516054.'299'(0.000000) + 0) <= 2.688073 ('279') +> [0.000000]: [ker_lmm/DEBUG] (2.162235.'267'(0.051719) + 0.608833.'244'(0.009920) + 1.096943.'242'(0.017618) + 0.906286.'232'(0.009920) + 1.523842.'231'(0.009920) + 2.694928.'222'(0.017618) + 0.985211.'221'(0.009920) + 1.686043.'219'(0.017618) + 1.719346.'217'(0.009920) + 1.949328.'214'(0.017618) + 1.537135.'209'(0.009920) + 1.773782.'201'(0.051719) + 0.197566.'233'(0.000000) + 1.567366.'239'(0.000000) + 0.459349.'243'(0.000000) + 1.527541.'246'(0.000000) + 1.311988.'250'(0.000000) + 1.477206.'254'(0.000000) + 1.558690.'261'(0.000000) + 1.965044.'262'(0.000000) + 1.256565.'274'(0.000000) + 2.866337.'276'(0.000000) + 1.680231.'279'(0.000000) + 1.175864.'279'(0.000000) + 2.099033.'285'(0.000000) + 0.592442.'290'(0.000000) + 2.162915.'291'(0.000000) + 0.229722.'292'(0.000000) + 2.137159.'296'(0.000000) + 0.779794.'296'(0.000000) + 2.046284.'299'(0.000000) + 0) <= 7.661528 ('275') +> [0.000000]: [ker_lmm/DEBUG] (1.260259.'271'(0.051719) + 1.445674.'267'(0.051719) + 1.772098.'256'(0.009920) + 0.795403.'242'(0.017618) + 0.948725.'238'(0.051719) + 1.594819.'238'(0.051719) + 1.060301.'216'(0.051719) + 2.365653.'209'(0.009920) + 1.676967.'206'(0.051719) + 0.416567.'203'(0.051719) + 2.428944.'201'(0.051719) + 1.001177.'229'(0.000000) + 2.693556.'241'(0.000000) + 2.052698.'248'(0.000000) + 1.019213.'250'(0.000000) + 1.186607.'259'(0.000000) + 1.457681.'263'(0.000000) + 1.585487.'269'(0.000000) + 0.262072.'277'(0.000000) + 2.617676.'278'(0.000000) + 0.382679.'278'(0.000000) + 1.811706.'281'(0.000000) + 1.553094.'283'(0.000000) + 2.465204.'289'(0.000000) + 1.201163.'291'(0.000000) + 1.136049.'294'(0.000000) + 1.628831.'297'(0.000000) + 0.822364.'300'(0.000000) + 0) <= 0.615289 ('247') +> [0.000000]: [ker_lmm/DEBUG] (2.273013.'264'(0.112495) + 0.972419.'242'(0.017618) + 1.043144.'238'(0.051719) + 1.322698.'235'(0.112495) + 1.730118.'226'(0.009920) + 2.165212.'222'(0.017618) + 1.735505.'218'(0.112495) + 1.139425.'217'(0.009920) + 1.957843.'214'(0.017618) + 1.054057.'212'(0.017618) + 1.530854.'205'(0.017618) + 1.530924.'204'(0.017618) + 1.733845.'202'(0.017618) + 0.914402.'257'(0.000000) + 0.357876.'274'(0.000000) + 1.538107.'283'(0.000000) + 2.732970.'288'(0.000000) + 0.693583.'289'(0.000000) + 1.427942.'296'(0.000000) + 0) <= 6.096457 ('283') +> [0.000000]: [ker_lmm/DEBUG] (0.930932.'256'(0.009920) + 1.986420.'244'(0.009920) + 1.808123.'242'(0.017618) + 1.779465.'238'(0.051719) + 1.633048.'230'(0.009920) + 1.050160.'228'(0.009920) + 2.055994.'227'(0.299833) + 1.734766.'223'(0.022864) + 1.755216.'219'(0.017618) + 1.357365.'218'(0.112495) + 0.939753.'216'(0.051719) + 0.960743.'215'(0.318568) + 2.172409.'211'(0.017618) + 1.210630.'208'(0.138124) + 0.504743.'202'(0.017618) + 2.780283.'241'(0.000000) + 1.732534.'268'(0.000000) + 2.280507.'270'(0.000000) + 0.755734.'275'(0.000000) + 2.489209.'276'(0.000000) + 1.066806.'278'(0.000000) + 2.519045.'294'(0.000000) + 1.510739.'300'(0.000000) + 0) <= 7.727387 ('268') +> [0.000000]: [ker_lmm/DEBUG] (0.426284.'251'(0.009920) + 1.792050.'236'(0.022864) + 0.465707.'235'(0.112495) + 2.122667.'224'(0.022864) + 0.749341.'222'(0.017618) + 0.392958.'216'(0.051719) + 3.044814.'216'(0.051719) + 2.043521.'214'(0.017618) + 1.106115.'213'(0.009920) + 2.507297.'213'(0.009920) + 2.218756.'204'(0.017618) + 0.234394.'202'(0.017618) + 2.846392.'202'(0.017618) + 1.817261.'233'(0.000000) + 0.619118.'239'(0.000000) + 1.449361.'243'(0.000000) + 1.783524.'245'(0.000000) + 2.552466.'246'(0.000000) + 1.553503.'247'(0.000000) + 1.287291.'248'(0.000000) + 1.105633.'253'(0.000000) + 2.547025.'266'(0.000000) + 0.727138.'272'(0.000000) + 1.638357.'274'(0.000000) + 0.162673.'276'(0.000000) + 2.609075.'279'(0.000000) + 1.245541.'279'(0.000000) + 1.720391.'293'(0.000000) + 0.891249.'294'(0.000000) + 2.020493.'295'(0.000000) + 0) <= 4.065199 ('229') +> [0.000000]: [ker_lmm/DEBUG] (1.617305.'264'(0.112495) + 1.567680.'251'(0.009920) + 2.437314.'244'(0.009920) + 0.965185.'240'(0.017618) + 1.006333.'238'(0.051719) + 2.305705.'234'(0.009920) + 0.703903.'230'(0.009920) + 2.240471.'226'(0.009920) + 2.225260.'224'(0.022864) + 1.812403.'221'(0.009920) + 1.765716.'218'(0.112495) + 2.772173.'214'(0.017618) + 0.116606.'202'(0.017618) + 1.479506.'245'(0.000000) + 0.908631.'262'(0.000000) + 1.401420.'268'(0.000000) + 2.077054.'270'(0.000000) + 2.032059.'273'(0.000000) + 2.076837.'276'(0.000000) + 0.883816.'277'(0.000000) + 1.545397.'286'(0.000000) + 1.663168.'288'(0.000000) + 2.450117.'289'(0.000000) + 0.086947.'292'(0.000000) + 1.104576.'294'(0.000000) + 0.896973.'300'(0.000000) + 0) <= 8.070227 ('248') +> [0.000000]: [ker_lmm/DEBUG] (2.144546.'271'(0.051719) + 1.110006.'256'(0.009920) + 0.344299.'251'(0.009920) + 1.517578.'232'(0.009920) + 0.528981.'231'(0.009920) + 2.730417.'218'(0.112495) + 1.002102.'212'(0.017618) + 1.478519.'208'(0.138124) + 1.537450.'203'(0.051719) + 1.649224.'202'(0.017618) + 1.262177.'225'(0.000000) + 0.593954.'233'(0.000000) + 0.665423.'239'(0.000000) + 2.392076.'247'(0.000000) + 1.596194.'248'(0.000000) + 1.867920.'257'(0.000000) + 0.375417.'263'(0.000000) + 1.551778.'281'(0.000000) + 1.867449.'292'(0.000000) + 0) <= 3.879713 ('221') +> [0.000000]: [ker_lmm/DEBUG] (2.343794.'244'(0.009920) + 1.928661.'238'(0.051719) + 1.088849.'235'(0.112495) + 1.397785.'232'(0.009920) + 1.225478.'228'(0.009920) + 2.585053.'227'(0.299833) + 2.180292.'218'(0.112495) + 0.535425.'215'(0.318568) + 2.746467.'208'(0.138124) + 0.451586.'207'(0.009920) + 1.949313.'202'(0.017618) + 1.646097.'225'(0.000000) + 1.055520.'253'(0.000000) + 1.243048.'254'(0.000000) + 1.757927.'260'(0.000000) + 0.078851.'261'(0.000000) + 0.600779.'263'(0.000000) + 1.324985.'269'(0.000000) + 1.450715.'272'(0.000000) + 1.334226.'280'(0.000000) + 2.044872.'282'(0.000000) + 0.780994.'285'(0.000000) + 1.295709.'291'(0.000000) + 0.911665.'294'(0.000000) + 0.524251.'297'(0.000000) + 1.591903.'298'(0.000000) + 0) <= 8.261281 ('245') +> [0.000000]: [ker_lmm/DEBUG] (2.347284.'234'(0.009920) + 2.572493.'227'(0.299833) + 1.112115.'226'(0.009920) + 1.302692.'223'(0.022864) + 1.707669.'220'(0.009920) + 1.563785.'219'(0.017618) + 1.327346.'217'(0.009920) + 1.667095.'215'(0.318568) + 1.805272.'213'(0.009920) + 2.696775.'209'(0.009920) + 1.510130.'207'(0.009920) + 0.831361.'206'(0.051719) + 1.528555.'202'(0.017618) + 0.617782.'229'(0.000000) + 1.636986.'233'(0.000000) + 0.114908.'237'(0.000000) + 1.172437.'239'(0.000000) + 1.910429.'243'(0.000000) + 0.171853.'245'(0.000000) + 0.157019.'247'(0.000000) + 0.921173.'250'(0.000000) + 2.308286.'255'(0.000000) + 1.233702.'257'(0.000000) + 2.414853.'258'(0.000000) + 0.802489.'258'(0.000000) + 0.236516.'260'(0.000000) + 0.761832.'265'(0.000000) + 2.075775.'273'(0.000000) + 1.181760.'276'(0.000000) + 0.524110.'280'(0.000000) + 0.935888.'295'(0.000000) + 1.905304.'299'(0.000000) + 0) <= 2.917928 ('231') +> [0.000000]: [ker_lmm/DEBUG] (2.059255.'264'(0.112495) + 0.888866.'235'(0.112495) + 1.136006.'222'(0.017618) + 1.493489.'215'(0.318568) + 1.070903.'213'(0.009920) + 2.499179.'213'(0.009920) + 1.021078.'207'(0.009920) + 1.637143.'202'(0.017618) + 0.550989.'239'(0.000000) + 1.231681.'260'(0.000000) + 1.358498.'262'(0.000000) + 1.175152.'282'(0.000000) + 1.163598.'283'(0.000000) + 0.444127.'294'(0.000000) + 1.476061.'296'(0.000000) + 0) <= 8.977370 ('289') +> [0.000000]: [ker_lmm/DEBUG] (1.889079.'271'(0.051719) + 2.240757.'240'(0.017618) + 1.587875.'227'(0.299833) + 1.414158.'210'(0.218435) + 1.412175.'206'(0.051719) + 1.922615.'202'(0.017618) + 0.745145.'233'(0.000000) + 1.610801.'243'(0.000000) + 0.717752.'243'(0.000000) + 1.328687.'248'(0.000000) + 1.207031.'249'(0.000000) + 0.943297.'259'(0.000000) + 0.847194.'263'(0.000000) + 2.726370.'265'(0.000000) + 1.968860.'270'(0.000000) + 0.778050.'279'(0.000000) + 1.137664.'280'(0.000000) + 0.735967.'282'(0.000000) + 1.194071.'288'(0.000000) + 0) <= 2.155770 ('210') +> [0.000000]: [ker_lmm/DEBUG] (1.114565.'244'(0.009920) + 2.191383.'234'(0.009920) + 2.715327.'228'(0.009920) + 2.088746.'226'(0.009920) + 2.305139.'224'(0.022864) + 2.496524.'223'(0.022864) + 0.337131.'220'(0.009920) + 2.647277.'220'(0.009920) + 1.636503.'219'(0.017618) + 0.662416.'216'(0.051719) + 2.284965.'208'(0.138124) + 2.394746.'207'(0.009920) + 2.156807.'204'(0.017618) + 0.635045.'202'(0.017618) + 1.251170.'225'(0.000000) + 0.824386.'229'(0.000000) + 1.544228.'233'(0.000000) + 1.625204.'245'(0.000000) + 2.413396.'250'(0.000000) + 2.284162.'254'(0.000000) + 0.393137.'258'(0.000000) + 1.959575.'261'(0.000000) + 0.588115.'276'(0.000000) + 1.965957.'278'(0.000000) + 1.408833.'280'(0.000000) + 1.107641.'287'(0.000000) + 1.003512.'287'(0.000000) + 1.384296.'288'(0.000000) + 2.648533.'297'(0.000000) + 0) <= 6.914775 ('250') +> [0.000000]: [ker_lmm/DEBUG] (1.175790.'232'(0.009920) + 2.054559.'226'(0.009920) + 1.568015.'221'(0.009920) + 0.492457.'219'(0.017618) + 1.181565.'211'(0.017618) + 1.616605.'206'(0.051719) + 1.994812.'202'(0.017618) + 0.392659.'225'(0.000000) + 2.059050.'233'(0.000000) + 2.495593.'237'(0.000000) + 1.161328.'243'(0.000000) + 2.136415.'250'(0.000000) + 2.006368.'255'(0.000000) + 2.828514.'262'(0.000000) + 2.263315.'263'(0.000000) + 0.828785.'265'(0.000000) + 0.832424.'266'(0.000000) + 0.611779.'268'(0.000000) + 2.837395.'272'(0.000000) + 2.579290.'277'(0.000000) + 0.737843.'284'(0.000000) + 1.089770.'291'(0.000000) + 2.662720.'294'(0.000000) + 2.168473.'297'(0.000000) + 0) <= 4.546078 ('218') +> [0.000000]: [ker_lmm/DEBUG] (1.406598.'244'(0.009920) + 1.671109.'232'(0.009920) + 1.188510.'230'(0.009920) + 2.069943.'227'(0.299833) + 2.515218.'223'(0.022864) + 1.154425.'222'(0.017618) + 0.581739.'221'(0.009920) + 2.245821.'217'(0.009920) + 0.506547.'215'(0.318568) + 1.127530.'202'(0.017618) + 1.574289.'233'(0.000000) + 2.004832.'250'(0.000000) + 0.592724.'254'(0.000000) + 0.933115.'255'(0.000000) + 0.977866.'257'(0.000000) + 1.628701.'272'(0.000000) + 0.488433.'278'(0.000000) + 1.296198.'284'(0.000000) + 0.997928.'285'(0.000000) + 2.631355.'286'(0.000000) + 0.365065.'287'(0.000000) + 1.872353.'291'(0.000000) + 1.824022.'293'(0.000000) + 1.180816.'294'(0.000000) + 1.508956.'295'(0.000000) + 2.497917.'297'(0.000000) + 0) <= 3.779940 ('225') +> [0.000000]: [ker_lmm/DEBUG] (1.049744.'271'(0.051719) + 1.814677.'271'(0.051719) + 1.686741.'252'(0.318568) + 0.081429.'240'(0.017618) + 1.254826.'230'(0.009920) + 2.127049.'228'(0.009920) + 1.577197.'219'(0.017618) + 0.835719.'218'(0.112495) + 1.212790.'215'(0.318568) + 1.132935.'203'(0.051719) + 0.302081.'202'(0.017618) + 1.695899.'225'(0.000000) + 1.060504.'225'(0.000000) + 2.261895.'241'(0.000000) + 0.890977.'243'(0.000000) + 2.378042.'249'(0.000000) + 0.795184.'253'(0.000000) + 2.842429.'255'(0.000000) + 1.359389.'265'(0.000000) + 1.363950.'269'(0.000000) + 1.475011.'274'(0.000000) + 1.818201.'279'(0.000000) + 1.951375.'291'(0.000000) + 1.300922.'299'(0.000000) + 0.803137.'300'(0.000000) + 0) <= 1.760621 ('256') +> [0.000000]: [ker_lmm/DEBUG] (1.757758.'228'(0.009920) + 1.591073.'222'(0.017618) + 1.973390.'221'(0.009920) + 1.171080.'208'(0.138124) + 0.883715.'204'(0.017618) + 1.107474.'203'(0.051719) + 2.143921.'202'(0.017618) + 1.316199.'229'(0.000000) + 1.281438.'253'(0.000000) + 3.200477.'276'(0.000000) + 1.168670.'276'(0.000000) + 1.529081.'278'(0.000000) + 1.546796.'286'(0.000000) + 0.165580.'288'(0.000000) + 2.837021.'290'(0.000000) + 2.342842.'291'(0.000000) + 2.011021.'299'(0.000000) + 0) <= 7.307081 ('288') +> [0.000000]: [ker_lmm/DEBUG] (1.883676.'256'(0.009920) + 1.107255.'252'(0.318568) + 1.429825.'244'(0.009920) + 0.148437.'231'(0.009920) + 3.654302.'231'(0.009920) + 1.181923.'226'(0.009920) + 1.853800.'223'(0.022864) + 1.059175.'222'(0.017618) + 1.875033.'221'(0.009920) + 1.436404.'219'(0.017618) + 1.570946.'213'(0.009920) + 0.491110.'210'(0.218435) + 2.203265.'209'(0.009920) + 1.684257.'208'(0.138124) + 1.752506.'207'(0.009920) + 1.834835.'205'(0.017618) + 1.671732.'202'(0.017618) + 1.650064.'245'(0.000000) + 1.759709.'248'(0.000000) + 1.073563.'248'(0.000000) + 2.493157.'249'(0.000000) + 0.306179.'253'(0.000000) + 2.898596.'260'(0.000000) + 1.886220.'279'(0.000000) + 1.483722.'280'(0.000000) + 0.275171.'283'(0.000000) + 1.689813.'284'(0.000000) + 0.799625.'289'(0.000000) + 1.052089.'298'(0.000000) + 0) <= 4.370619 ('204') +> [0.000000]: [ker_lmm/DEBUG] (2.114410.'267'(0.051719) + 1.163181.'244'(0.009920) + 0.441978.'242'(0.017618) + 2.360076.'242'(0.017618) + 0.541511.'236'(0.022864) + 1.255202.'234'(0.009920) + 1.189082.'226'(0.009920) + 1.513689.'222'(0.017618) + 1.718503.'219'(0.017618) + 1.422849.'214'(0.017618) + 2.766893.'210'(0.218435) + 0.845780.'207'(0.009920) + 2.399385.'202'(0.017618) + 1.556994.'229'(0.000000) + 1.005210.'248'(0.000000) + 0.350349.'253'(0.000000) + 1.391535.'259'(0.000000) + 1.802584.'265'(0.000000) + 2.432122.'272'(0.000000) + 1.350066.'274'(0.000000) + 0.751203.'276'(0.000000) + 2.239343.'281'(0.000000) + 1.821382.'292'(0.000000) + 1.242133.'297'(0.000000) + 2.300156.'298'(0.000000) + 0) <= 7.849367 ('274') +> [0.000000]: [ker_lmm/DEBUG] (0.745879.'267'(0.051719) + 2.496665.'242'(0.017618) + 1.388442.'238'(0.051719) + 1.139478.'236'(0.022864) + 1.756473.'209'(0.009920) + 1.240685.'202'(0.017618) + 2.582950.'229'(0.000000) + 1.315768.'237'(0.000000) + 1.507001.'241'(0.000000) + 2.111631.'246'(0.000000) + 0.528628.'253'(0.000000) + 0.636275.'254'(0.000000) + 1.340257.'265'(0.000000) + 2.460967.'274'(0.000000) + 2.603997.'278'(0.000000) + 1.361518.'279'(0.000000) + 0.815955.'282'(0.000000) + 1.438122.'286'(0.000000) + 1.051736.'288'(0.000000) + 0.475519.'293'(0.000000) + 0) <= 3.398487 ('244') +> [0.000000]: [ker_lmm/DEBUG] (1.149973.'271'(0.051719) + 1.019198.'238'(0.051719) + 1.593443.'232'(0.009920) + 1.799494.'222'(0.017618) + 1.844997.'218'(0.112495) + 2.385179.'216'(0.051719) + 2.594554.'211'(0.017618) + 0.802064.'205'(0.017618) + 0.833072.'202'(0.017618) + 2.194983.'237'(0.000000) + 3.404972.'246'(0.000000) + 1.198139.'246'(0.000000) + 2.415678.'253'(0.000000) + 1.511789.'262'(0.000000) + 0.562249.'262'(0.000000) + 1.810809.'265'(0.000000) + 1.732204.'266'(0.000000) + 2.761971.'268'(0.000000) + 2.349652.'275'(0.000000) + 0.974977.'278'(0.000000) + 1.145639.'287'(0.000000) + 1.227329.'289'(0.000000) + 1.648317.'292'(0.000000) + 2.352469.'296'(0.000000) + 0.740622.'297'(0.000000) + 1.810060.'298'(0.000000) + 0) <= 3.557291 ('292') +> [0.000000]: [ker_lmm/DEBUG] (1.013219.'242'(0.017618) + 1.467127.'240'(0.017618) + 0.857902.'232'(0.009920) + 0.971184.'222'(0.017618) + 0.701679.'221'(0.009920) + 1.808100.'220'(0.009920) + 1.850912.'219'(0.017618) + 1.774584.'214'(0.017618) + 0.851661.'212'(0.017618) + 1.271227.'211'(0.017618) + 1.879704.'205'(0.017618) + 0.457091.'204'(0.017618) + 1.339444.'202'(0.017618) + 2.635117.'254'(0.000000) + 1.760243.'268'(0.000000) + 1.423326.'275'(0.000000) + 2.335778.'277'(0.000000) + 1.505908.'290'(0.000000) + 1.877646.'292'(0.000000) + 1.953798.'294'(0.000000) + 0.743216.'295'(0.000000) + 1.066169.'296'(0.000000) + 2.272743.'297'(0.000000) + 0) <= 0.260263 ('251') +> [0.000000]: [ker_lmm/DEBUG] (2.098538.'271'(0.051719) + 1.160334.'240'(0.017618) + 1.570033.'232'(0.009920) + 1.564387.'224'(0.022864) + 0.685478.'223'(0.022864) + 1.853940.'222'(0.017618) + 1.489290.'218'(0.112495) + 0.448698.'214'(0.017618) + 2.769490.'211'(0.017618) + 1.675158.'210'(0.218435) + 1.822727.'207'(0.009920) + 0.410861.'203'(0.051719) + 0.327292.'225'(0.000000) + 1.065771.'237'(0.000000) + 1.773787.'241'(0.000000) + 2.355439.'246'(0.000000) + 1.834550.'247'(0.000000) + 2.433596.'253'(0.000000) + 2.108283.'254'(0.000000) + 2.461330.'261'(0.000000) + 1.580054.'262'(0.000000) + 1.445079.'266'(0.000000) + 1.238915.'273'(0.000000) + 2.025460.'276'(0.000000) + 1.838010.'277'(0.000000) + 1.166325.'281'(0.000000) + 2.323366.'292'(0.000000) + 1.955144.'294'(0.000000) + 0) <= 2.572064 ('287') +> [0.000000]: [ker_lmm/DEBUG] (2.329028.'240'(0.017618) + 0.393028.'222'(0.017618) + 1.575391.'219'(0.017618) + 1.698983.'213'(0.009920) + 2.052179.'211'(0.017618) + 1.174440.'210'(0.218435) + 1.621652.'208'(0.138124) + 0.738394.'203'(0.051719) + 1.327786.'225'(0.000000) + 1.718209.'229'(0.000000) + 1.338633.'243'(0.000000) + 0.884224.'245'(0.000000) + 1.454327.'248'(0.000000) + 0.752571.'250'(0.000000) + 1.459003.'253'(0.000000) + 2.390995.'254'(0.000000) + 1.643770.'255'(0.000000) + 0.340537.'259'(0.000000) + 0.502226.'272'(0.000000) + 1.515586.'276'(0.000000) + 1.627830.'277'(0.000000) + 0.889286.'287'(0.000000) + 1.785292.'295'(0.000000) + 0) <= 0.701325 ('293') +> [0.000000]: [ker_lmm/DEBUG] (2.112830.'271'(0.051719) + 2.099713.'252'(0.318568) + 0.836426.'240'(0.017618) + 1.952663.'240'(0.017618) + 0.685880.'236'(0.022864) + 2.415447.'226'(0.009920) + 2.506618.'216'(0.051719) + 0.624777.'212'(0.017618) + 1.220626.'212'(0.017618) + 1.077577.'211'(0.017618) + 1.546574.'210'(0.218435) + 1.459450.'205'(0.017618) + 0.457423.'203'(0.051719) + 1.495416.'245'(0.000000) + 1.703750.'246'(0.000000) + 1.462099.'255'(0.000000) + 1.880764.'258'(0.000000) + 2.113172.'263'(0.000000) + 2.005274.'270'(0.000000) + 1.793624.'272'(0.000000) + 2.668439.'279'(0.000000) + 2.323089.'280'(0.000000) + 1.444086.'281'(0.000000) + 1.480636.'286'(0.000000) + 1.502304.'294'(0.000000) + 1.920087.'298'(0.000000) + 1.524737.'300'(0.000000) + 0) <= 2.679478 ('286') +> [0.000000]: [ker_lmm/DEBUG] (0.202948.'256'(0.009920) + 2.291675.'252'(0.318568) + 0.206256.'236'(0.022864) + 1.100014.'227'(0.299833) + 2.211168.'224'(0.022864) + 1.804400.'220'(0.009920) + 0.930760.'206'(0.051719) + 1.509221.'203'(0.051719) + 1.926378.'255'(0.000000) + 0.987597.'269'(0.000000) + 1.202377.'274'(0.000000) + 0.822822.'278'(0.000000) + 3.496512.'282'(0.000000) + 0.210943.'282'(0.000000) + 2.336059.'284'(0.000000) + 0.892162.'288'(0.000000) + 2.370991.'290'(0.000000) + 2.133278.'291'(0.000000) + 1.376339.'296'(0.000000) + 1.326993.'300'(0.000000) + 0) <= 4.459004 ('239') +> [0.000000]: [ker_lmm/DEBUG] (1.436570.'267'(0.051719) + 0.308283.'256'(0.009920) + 0.876082.'242'(0.017618) + 1.012884.'240'(0.017618) + 1.887221.'238'(0.051719) + 1.247197.'228'(0.009920) + 1.542843.'226'(0.009920) + 1.030304.'213'(0.009920) + 0.930243.'203'(0.051719) + 1.067924.'229'(0.000000) + 1.596391.'237'(0.000000) + 0.945313.'246'(0.000000) + 1.227357.'248'(0.000000) + 2.128223.'250'(0.000000) + 2.141415.'258'(0.000000) + 1.338152.'258'(0.000000) + 2.038214.'259'(0.000000) + 1.647322.'261'(0.000000) + 1.119244.'265'(0.000000) + 2.649411.'266'(0.000000) + 1.135798.'269'(0.000000) + 2.290322.'270'(0.000000) + 2.596003.'279'(0.000000) + 1.893286.'280'(0.000000) + 2.617914.'286'(0.000000) + 1.552425.'292'(0.000000) + 1.891913.'293'(0.000000) + 2.345926.'297'(0.000000) + 1.805408.'299'(0.000000) + 0) <= 2.747805 ('290') +> [0.000000]: [ker_lmm/DEBUG] (2.441434.'235'(0.112495) + 0.891847.'234'(0.009920) + 0.963907.'230'(0.009920) + 0.745515.'228'(0.009920) + 0.618411.'223'(0.022864) + 1.000576.'218'(0.112495) + 1.676282.'210'(0.218435) + 1.106193.'203'(0.051719) + 2.727938.'225'(0.000000) + 0.833321.'225'(0.000000) + 0.951324.'237'(0.000000) + 0.294505.'239'(0.000000) + 2.884161.'245'(0.000000) + 0.585154.'247'(0.000000) + 1.864579.'258'(0.000000) + 1.552480.'262'(0.000000) + 0.982395.'263'(0.000000) + 1.662155.'265'(0.000000) + 1.610785.'278'(0.000000) + 2.010826.'279'(0.000000) + 0.622432.'283'(0.000000) + 1.149380.'284'(0.000000) + 0.860128.'287'(0.000000) + 1.255062.'292'(0.000000) + 0) <= 5.407608 ('296') +> [0.000000]: [ker_lmm/DEBUG] (1.349507.'252'(0.318568) + 1.475792.'240'(0.017618) + 1.185270.'231'(0.009920) + 3.382157.'231'(0.009920) + 1.583010.'214'(0.017618) + 2.452112.'213'(0.009920) + 1.685376.'208'(0.138124) + 2.995014.'206'(0.051719) + 1.366470.'203'(0.051719) + 0.721608.'233'(0.000000) + 3.569098.'243'(0.000000) + 1.200117.'243'(0.000000) + 2.267659.'249'(0.000000) + 0.766420.'260'(0.000000) + 1.218891.'263'(0.000000) + 1.763252.'269'(0.000000) + 1.381044.'277'(0.000000) + 2.539820.'280'(0.000000) + 1.583097.'281'(0.000000) + 1.916129.'284'(0.000000) + 1.254101.'285'(0.000000) + 1.386248.'286'(0.000000) + 0) <= 9.982831 ('297') +> [0.000000]: [ker_lmm/DEBUG] (1.379980.'271'(0.051719) + 3.022064.'271'(0.051719) + 1.776888.'252'(0.318568) + 0.331752.'231'(0.009920) + 1.261958.'222'(0.017618) + 1.484525.'219'(0.017618) + 2.172786.'217'(0.009920) + 2.480844.'216'(0.051719) + 1.144298.'215'(0.318568) + 1.980199.'211'(0.017618) + 1.016155.'209'(0.009920) + 2.255112.'207'(0.009920) + 1.293025.'203'(0.051719) + 1.059978.'225'(0.000000) + 1.462726.'233'(0.000000) + 1.919264.'239'(0.000000) + 1.760595.'247'(0.000000) + 3.345741.'248'(0.000000) + 0.583271.'248'(0.000000) + 2.359971.'257'(0.000000) + 1.992043.'258'(0.000000) + 0.219630.'259'(0.000000) + 0.959661.'262'(0.000000) + 2.557934.'263'(0.000000) + 1.415857.'269'(0.000000) + 2.216928.'272'(0.000000) + 1.359912.'273'(0.000000) + 1.551597.'287'(0.000000) + 1.545478.'292'(0.000000) + 1.737490.'299'(0.000000) + 2.123208.'300'(0.000000) + 0) <= 7.521400 ('259') +> [0.000000]: [ker_lmm/DEBUG] (1.760646.'264'(0.112495) + 1.626772.'251'(0.009920) + 2.108545.'236'(0.022864) + 0.298760.'235'(0.112495) + 2.198741.'232'(0.009920) + 0.820028.'231'(0.009920) + 1.808313.'228'(0.009920) + 0.766024.'223'(0.022864) + 2.261778.'221'(0.009920) + 2.097891.'218'(0.112495) + 0.704020.'213'(0.009920) + 0.957628.'211'(0.017618) + 0.612885.'205'(0.017618) + 1.777974.'205'(0.017618) + 0.414047.'203'(0.051719) + 1.693677.'237'(0.000000) + 2.005663.'249'(0.000000) + 0.606652.'249'(0.000000) + 2.310469.'258'(0.000000) + 1.996666.'270'(0.000000) + 2.718253.'275'(0.000000) + 0.791962.'275'(0.000000) + 1.820071.'278'(0.000000) + 0.737175.'280'(0.000000) + 1.893185.'282'(0.000000) + 2.079866.'286'(0.000000) + 1.151781.'287'(0.000000) + 0) <= 0.707249 ('201') +> [0.000000]: [ker_lmm/DEBUG] (1.293191.'256'(0.009920) + 2.147592.'226'(0.009920) + 1.108976.'220'(0.009920) + 1.141516.'214'(0.017618) + 2.508287.'210'(0.218435) + 1.544555.'206'(0.051719) + 0.485743.'203'(0.051719) + 1.121985.'250'(0.000000) + 1.769586.'257'(0.000000) + 1.079042.'261'(0.000000) + 1.876524.'265'(0.000000) + 0.310424.'268'(0.000000) + 2.004856.'272'(0.000000) + 3.145911.'283'(0.000000) + 1.218770.'283'(0.000000) + 2.102518.'286'(0.000000) + 1.334291.'290'(0.000000) + 0) <= 8.391931 ('265') +> [0.000000]: [ker_lmm/DEBUG] (0.351644.'242'(0.017618) + 2.724118.'242'(0.017618) + 0.658255.'240'(0.017618) + 1.954854.'238'(0.051719) + 1.354260.'236'(0.022864) + 1.820366.'235'(0.112495) + 2.823958.'234'(0.009920) + 2.096052.'227'(0.299833) + 2.535802.'222'(0.017618) + 1.932705.'215'(0.318568) + 2.375301.'211'(0.017618) + 1.447106.'208'(0.138124) + 2.009315.'207'(0.009920) + 0.888138.'203'(0.051719) + 1.668986.'225'(0.000000) + 1.227189.'239'(0.000000) + 1.611251.'241'(0.000000) + 1.329918.'245'(0.000000) + 0.490235.'247'(0.000000) + 1.325025.'253'(0.000000) + 1.842592.'259'(0.000000) + 1.185951.'281'(0.000000) + 1.403987.'287'(0.000000) + 1.123232.'290'(0.000000) + 1.998928.'291'(0.000000) + 2.020330.'293'(0.000000) + 2.401350.'294'(0.000000) + 0) <= 4.750886 ('252') +> [0.000000]: [ker_lmm/DEBUG] (1.507045.'267'(0.051719) + 0.437936.'252'(0.318568) + 2.389663.'240'(0.017618) + 1.924544.'238'(0.051719) + 2.555892.'232'(0.009920) + 0.936167.'220'(0.009920) + 2.528072.'220'(0.009920) + 1.077375.'219'(0.017618) + 1.525591.'215'(0.318568) + 2.125089.'213'(0.009920) + 0.945227.'205'(0.017618) + 1.501795.'203'(0.051719) + 1.421765.'229'(0.000000) + 1.601167.'243'(0.000000) + 1.336878.'243'(0.000000) + 1.392190.'247'(0.000000) + 0.505224.'249'(0.000000) + 1.592015.'262'(0.000000) + 0.643397.'262'(0.000000) + 0.543524.'275'(0.000000) + 3.455643.'285'(0.000000) + 0.311549.'285'(0.000000) + 0.972639.'286'(0.000000) + 0.670048.'289'(0.000000) + 0.732696.'300'(0.000000) + 0) <= 8.112278 ('234') +> [0.000000]: [ker_lmm/DEBUG] (2.211434.'264'(0.112495) + 1.456873.'251'(0.009920) + 1.960861.'238'(0.051719) + 0.754963.'228'(0.009920) + 0.979757.'226'(0.009920) + 1.366691.'221'(0.009920) + 1.459590.'216'(0.051719) + 1.930216.'212'(0.017618) + 2.260579.'203'(0.051719) + 1.225262.'246'(0.000000) + 1.653672.'247'(0.000000) + 1.507920.'260'(0.000000) + 2.534640.'261'(0.000000) + 0.866372.'263'(0.000000) + 0.512861.'270'(0.000000) + 0.610450.'272'(0.000000) + 3.487113.'273'(0.000000) + 0.087008.'273'(0.000000) + 0.892162.'277'(0.000000) + 1.245082.'278'(0.000000) + 0.842215.'283'(0.000000) + 0.873629.'285'(0.000000) + 1.498367.'286'(0.000000) + 0.737828.'290'(0.000000) + 0) <= 4.451451 ('246') +> [0.000000]: [ker_lmm/DEBUG] (1.248056.'264'(0.112495) + 0.092981.'232'(0.009920) + 1.391326.'226'(0.009920) + 0.462465.'224'(0.022864) + 1.161603.'224'(0.022864) + 1.729534.'215'(0.318568) + 0.958130.'212'(0.017618) + 2.294956.'212'(0.017618) + 0.774367.'205'(0.017618) + 2.915127.'205'(0.017618) + 2.494920.'204'(0.017618) + 0.547595.'203'(0.051719) + 1.098502.'225'(0.000000) + 1.993507.'237'(0.000000) + 0.555888.'253'(0.000000) + 0.810041.'254'(0.000000) + 1.058653.'259'(0.000000) + 2.171140.'266'(0.000000) + 1.206934.'269'(0.000000) + 1.577944.'272'(0.000000) + 1.589754.'275'(0.000000) + 1.832141.'278'(0.000000) + 1.028233.'278'(0.000000) + 2.052904.'286'(0.000000) + 1.767701.'300'(0.000000) + 0) <= 5.025302 ('277') +> [0.000000]: [ker_lmm/DEBUG] (1.722188.'251'(0.009920) + 2.120903.'232'(0.009920) + 1.478370.'227'(0.299833) + 1.396322.'218'(0.112495) + 1.545208.'214'(0.017618) + 1.442113.'212'(0.017618) + 0.709683.'210'(0.218435) + 0.578128.'206'(0.051719) + 2.097983.'205'(0.017618) + 0.827483.'204'(0.017618) + 2.492248.'203'(0.051719) + 1.526062.'239'(0.000000) + 2.206146.'243'(0.000000) + 1.403993.'247'(0.000000) + 1.404605.'253'(0.000000) + 1.156561.'254'(0.000000) + 1.658330.'255'(0.000000) + 1.468499.'260'(0.000000) + 2.405686.'265'(0.000000) + 1.297777.'269'(0.000000) + 1.295839.'276'(0.000000) + 1.497264.'280'(0.000000) + 1.022033.'286'(0.000000) + 1.487524.'292'(0.000000) + 2.216468.'294'(0.000000) + 0) <= 8.437871 ('243') +> [0.000000]: [ker_lmm/DEBUG] (1.455213.'252'(0.318568) + 2.460443.'238'(0.051719) + 0.266790.'235'(0.112495) + 1.172964.'230'(0.009920) + 0.904157.'224'(0.022864) + 1.509101.'217'(0.009920) + 2.066445.'214'(0.017618) + 1.570926.'207'(0.009920) + 0.682577.'206'(0.051719) + 0.287725.'205'(0.017618) + 1.875001.'204'(0.017618) + 1.557513.'229'(0.000000) + 1.219361.'233'(0.000000) + 1.654241.'239'(0.000000) + 2.214464.'241'(0.000000) + 1.469423.'246'(0.000000) + 1.999282.'248'(0.000000) + 1.423272.'250'(0.000000) + 1.625587.'253'(0.000000) + 2.267048.'258'(0.000000) + 1.803160.'259'(0.000000) + 1.662712.'265'(0.000000) + 0.698070.'272'(0.000000) + 2.398983.'277'(0.000000) + 2.125017.'279'(0.000000) + 1.036552.'281'(0.000000) + 1.059095.'285'(0.000000) + 0.822665.'286'(0.000000) + 0.377854.'287'(0.000000) + 1.077291.'288'(0.000000) + 0.786058.'290'(0.000000) + 1.829213.'291'(0.000000) + 2.642021.'292'(0.000000) + 0.304219.'295'(0.000000) + 0) <= 3.295714 ('262') +> [0.000000]: [ker_lmm/DEBUG] (0.951025.'240'(0.017618) + 2.056132.'235'(0.112495) + 1.475760.'234'(0.009920) + 1.353579.'217'(0.009920) + 2.815883.'215'(0.318568) + 2.777380.'204'(0.017618) + 2.211734.'255'(0.000000) + 0.393497.'268'(0.000000) + 2.343087.'272'(0.000000) + 1.461520.'273'(0.000000) + 1.467347.'277'(0.000000) + 0.921511.'282'(0.000000) + 1.791409.'285'(0.000000) + 1.015959.'286'(0.000000) + 1.717630.'287'(0.000000) + 1.384018.'293'(0.000000) + 1.105757.'295'(0.000000) + 2.354413.'296'(0.000000) + 1.925212.'297'(0.000000) + 0) <= 5.108276 ('203') +> [0.000000]: [ker_lmm/DEBUG] (1.572176.'264'(0.112495) + 2.320862.'256'(0.009920) + 1.710443.'252'(0.318568) + 2.152428.'240'(0.017618) + 1.823452.'232'(0.009920) + 0.247051.'230'(0.009920) + 1.481005.'227'(0.299833) + 1.882781.'213'(0.009920) + 2.407044.'207'(0.009920) + 2.252160.'204'(0.017618) + 1.305938.'233'(0.000000) + 1.904440.'249'(0.000000) + 1.138217.'257'(0.000000) + 0.026785.'259'(0.000000) + 1.504143.'266'(0.000000) + 1.030793.'268'(0.000000) + 1.650054.'280'(0.000000) + 0.969103.'281'(0.000000) + 0.464990.'283'(0.000000) + 0.919893.'284'(0.000000) + 0.484054.'288'(0.000000) + 1.121830.'291'(0.000000) + 1.139549.'300'(0.000000) + 0) <= 4.568332 ('209') +> [0.000000]: [ker_lmm/DEBUG] (1.433239.'271'(0.051719) + 1.976234.'267'(0.051719) + 2.326946.'264'(0.112495) + 2.049560.'226'(0.009920) + 1.650186.'224'(0.022864) + 0.479740.'212'(0.017618) + 1.614089.'208'(0.138124) + 1.444509.'206'(0.051719) + 0.982207.'205'(0.017618) + 2.122165.'204'(0.017618) + 1.828541.'243'(0.000000) + 2.395909.'249'(0.000000) + 0.681613.'258'(0.000000) + 1.679133.'268'(0.000000) + 1.553985.'291'(0.000000) + 1.342824.'297'(0.000000) + 1.696680.'299'(0.000000) + 0.937970.'300'(0.000000) + 0) <= 9.521012 ('261') +> [0.000000]: [ker_lmm/DEBUG] (1.866478.'264'(0.112495) + 2.566914.'244'(0.009920) + 1.193202.'236'(0.022864) + 2.719704.'234'(0.009920) + 1.498786.'230'(0.009920) + 1.550372.'223'(0.022864) + 1.929513.'222'(0.017618) + 0.775592.'211'(0.017618) + 1.938919.'210'(0.218435) + 2.472442.'209'(0.009920) + 1.470756.'204'(0.017618) + 2.122077.'241'(0.000000) + 2.280754.'245'(0.000000) + 1.539653.'254'(0.000000) + 1.663603.'257'(0.000000) + 0.678336.'265'(0.000000) + 1.024129.'270'(0.000000) + 2.213419.'283'(0.000000) + 0.604340.'284'(0.000000) + 0.404421.'288'(0.000000) + 1.430011.'289'(0.000000) + 1.000970.'291'(0.000000) + 1.323045.'294'(0.000000) + 1.368690.'295'(0.000000) + 0.506276.'298'(0.000000) + 0.899291.'299'(0.000000) + 0) <= 7.803148 ('219') +> [0.000000]: [ker_lmm/DEBUG] (1.780935.'242'(0.017618) + 1.090509.'238'(0.051719) + 2.243545.'222'(0.017618) + 1.048785.'217'(0.009920) + 1.325732.'213'(0.009920) + 0.950021.'210'(0.218435) + 1.497738.'208'(0.138124) + 0.645468.'207'(0.009920) + 2.146349.'205'(0.017618) + 1.602299.'204'(0.017618) + 2.304730.'233'(0.000000) + 0.794915.'245'(0.000000) + 2.513366.'247'(0.000000) + 0.447077.'259'(0.000000) + 0.262856.'266'(0.000000) + 1.276377.'268'(0.000000) + 2.950522.'281'(0.000000) + 1.517803.'282'(0.000000) + 1.337035.'285'(0.000000) + 2.756537.'286'(0.000000) + 2.541196.'290'(0.000000) + 0.465382.'295'(0.000000) + 0.167057.'300'(0.000000) + 0) <= 0.637698 ('237') +> [0.000000]: [ker_lmm/DEBUG] (1.207494.'256'(0.009920) + 0.529648.'236'(0.022864) + 0.835376.'232'(0.009920) + 1.039859.'231'(0.009920) + 1.307970.'226'(0.009920) + 1.766874.'224'(0.022864) + 2.521587.'223'(0.022864) + 2.100173.'222'(0.017618) + 1.984528.'221'(0.009920) + 1.165795.'220'(0.009920) + 0.208957.'212'(0.017618) + 1.164245.'211'(0.017618) + 1.595081.'205'(0.017618) + 1.390553.'204'(0.017618) + 2.023225.'233'(0.000000) + 0.796528.'241'(0.000000) + 1.594095.'243'(0.000000) + 2.283451.'245'(0.000000) + 1.028788.'257'(0.000000) + 1.799837.'261'(0.000000) + 0.860903.'262'(0.000000) + 1.815882.'266'(0.000000) + 2.264908.'268'(0.000000) + 0.405480.'269'(0.000000) + 2.579468.'270'(0.000000) + 1.239077.'273'(0.000000) + 2.375690.'284'(0.000000) + 0.812810.'297'(0.000000) + 0) <= 0.298762 ('208') +> [0.000000]: [ker_lmm/DEBUG] (1.331153.'267'(0.051719) + 1.450362.'264'(0.112495) + 0.348901.'232'(0.009920) + 0.053013.'231'(0.009920) + 1.778314.'220'(0.009920) + 1.938746.'206'(0.051719) + 2.421025.'205'(0.017618) + 1.984165.'204'(0.017618) + 1.939531.'237'(0.000000) + 1.040391.'253'(0.000000) + 0.143575.'253'(0.000000) + 1.944676.'263'(0.000000) + 1.960826.'269'(0.000000) + 1.756038.'273'(0.000000) + 1.373164.'277'(0.000000) + 2.588924.'280'(0.000000) + 0.197146.'283'(0.000000) + 1.460483.'284'(0.000000) + 1.125365.'285'(0.000000) + 2.227600.'289'(0.000000) + 1.938756.'298'(0.000000) + 1.522543.'299'(0.000000) + 0) <= 6.926506 ('258') +> [0.000000]: [ker_lmm/DEBUG] (1.089791.'252'(0.318568) + 2.267724.'242'(0.017618) + 1.498785.'234'(0.009920) + 0.568311.'218'(0.112495) + 2.606908.'218'(0.112495) + 1.039351.'216'(0.051719) + 1.196057.'214'(0.017618) + 2.426968.'212'(0.017618) + 1.472686.'211'(0.017618) + 2.201698.'210'(0.218435) + 1.397556.'208'(0.138124) + 2.771217.'205'(0.017618) + 2.286553.'204'(0.017618) + 1.382506.'241'(0.000000) + 1.787860.'245'(0.000000) + 1.778221.'249'(0.000000) + 1.342290.'263'(0.000000) + 0.596490.'270'(0.000000) + 0.391629.'273'(0.000000) + 0.218064.'274'(0.000000) + 2.008475.'276'(0.000000) + 0.490331.'279'(0.000000) + 1.739623.'281'(0.000000) + 2.124649.'289'(0.000000) + 0.265266.'290'(0.000000) + 1.539126.'295'(0.000000) + 1.118429.'298'(0.000000) + 2.214942.'299'(0.000000) + 0) <= 2.749201 ('217') +> [0.000000]: [ker_lmm/DEBUG] (1.335449.'264'(0.112495) + 1.690911.'244'(0.009920) + 1.755975.'232'(0.009920) + 1.174659.'226'(0.009920) + 1.356251.'222'(0.017618) + 1.659526.'204'(0.017618) + 3.081852.'229'(0.000000) + 1.291243.'229'(0.000000) + 1.806017.'241'(0.000000) + 1.350351.'247'(0.000000) + 2.808319.'254'(0.000000) + 0.311172.'254'(0.000000) + 2.316010.'255'(0.000000) + 1.242228.'257'(0.000000) + 2.000602.'259'(0.000000) + 1.684150.'266'(0.000000) + 0.933632.'273'(0.000000) + 1.626432.'274'(0.000000) + 2.223437.'283'(0.000000) + 1.375703.'283'(0.000000) + 2.138431.'284'(0.000000) + 1.375255.'285'(0.000000) + 1.373069.'292'(0.000000) + 1.558210.'297'(0.000000) + 0) <= 6.401766 ('284') +> [0.000000]: [ker_lmm/DEBUG] (1.917999.'271'(0.051719) + 1.997465.'252'(0.318568) + 1.877483.'238'(0.051719) + 1.389664.'232'(0.009920) + 2.105236.'230'(0.009920) + 0.730163.'228'(0.009920) + 2.756583.'227'(0.299833) + 1.070732.'226'(0.009920) + 1.761767.'215'(0.318568) + 1.609999.'209'(0.009920) + 1.374023.'208'(0.138124) + 1.223275.'207'(0.009920) + 2.458265.'204'(0.017618) + 1.447738.'229'(0.000000) + 1.661106.'237'(0.000000) + 0.811493.'254'(0.000000) + 1.412458.'255'(0.000000) + 0.055565.'261'(0.000000) + 0.935958.'262'(0.000000) + 1.973467.'269'(0.000000) + 1.111191.'275'(0.000000) + 1.572058.'280'(0.000000) + 1.078946.'281'(0.000000) + 2.759380.'282'(0.000000) + 1.429669.'282'(0.000000) + 2.241567.'287'(0.000000) + 1.159778.'289'(0.000000) + 0) <= 3.424196 ('282') +> [0.000000]: [ker_lmm/DEBUG] (2.149621.'271'(0.051719) + 0.564225.'264'(0.112495) + 0.620355.'251'(0.009920) + 1.453334.'234'(0.009920) + 1.930356.'228'(0.009920) + 1.067087.'222'(0.017618) + 1.180273.'221'(0.009920) + 0.895556.'211'(0.017618) + 1.862982.'205'(0.017618) + 2.007065.'204'(0.017618) + 1.558575.'237'(0.000000) + 1.071726.'241'(0.000000) + 2.266374.'258'(0.000000) + 1.778936.'262'(0.000000) + 2.194855.'265'(0.000000) + 0.918325.'270'(0.000000) + 1.943193.'275'(0.000000) + 2.150449.'276'(0.000000) + 1.905363.'290'(0.000000) + 1.357974.'291'(0.000000) + 0.441395.'295'(0.000000) + 0) <= 6.931379 ('216') +> [0.000000]: [ker_lmm/DEBUG] (2.164516.'271'(0.051719) + 1.105345.'264'(0.112495) + 0.801661.'251'(0.009920) + 0.615031.'244'(0.009920) + 0.663117.'240'(0.017618) + 3.302943.'240'(0.017618) + 0.337592.'231'(0.009920) + 2.557313.'230'(0.009920) + 0.998053.'224'(0.022864) + 2.680868.'224'(0.022864) + 1.171808.'221'(0.009920) + 1.362167.'220'(0.009920) + 1.426302.'219'(0.017618) + 1.070664.'213'(0.009920) + 2.031885.'205'(0.017618) + 2.272372.'237'(0.000000) + 0.741862.'254'(0.000000) + 1.099698.'257'(0.000000) + 1.748539.'259'(0.000000) + 1.892571.'266'(0.000000) + 1.265993.'268'(0.000000) + 1.214539.'269'(0.000000) + 1.922894.'274'(0.000000) + 1.953440.'278'(0.000000) + 2.157505.'282'(0.000000) + 1.998891.'285'(0.000000) + 1.192521.'289'(0.000000) + 2.919934.'295'(0.000000) + 0.913275.'299'(0.000000) + 0) <= 7.481574 ('230') +> [0.000000]: [ker_lmm/DEBUG] (2.301673.'267'(0.051719) + 1.147899.'264'(0.112495) + 1.461169.'244'(0.009920) + 1.314304.'236'(0.022864) + 1.177883.'230'(0.009920) + 2.003688.'228'(0.009920) + 1.549421.'217'(0.009920) + 1.704825.'214'(0.017618) + 0.856648.'205'(0.017618) + 2.400183.'205'(0.017618) + 2.823639.'225'(0.000000) + 1.464367.'233'(0.000000) + 1.703842.'247'(0.000000) + 1.897279.'249'(0.000000) + 1.825353.'250'(0.000000) + 2.529596.'257'(0.000000) + 1.590711.'259'(0.000000) + 1.728298.'261'(0.000000) + 1.445112.'265'(0.000000) + 2.470866.'269'(0.000000) + 1.443314.'269'(0.000000) + 1.376399.'270'(0.000000) + 2.292410.'273'(0.000000) + 0.225585.'275'(0.000000) + 2.388867.'280'(0.000000) + 1.795398.'292'(0.000000) + 1.524262.'296'(0.000000) + 2.194615.'297'(0.000000) + 0) <= 7.076866 ('240') +> [0.000000]: [ker_lmm/DEBUG] (1.517206.'267'(0.051719) + 1.203231.'238'(0.051719) + 2.645286.'235'(0.112495) + 1.536366.'234'(0.009920) + 1.571895.'231'(0.009920) + 2.013523.'226'(0.009920) + 1.641626.'221'(0.009920) + 2.040997.'210'(0.218435) + 0.856778.'209'(0.009920) + 1.851342.'205'(0.017618) + 0.448182.'265'(0.000000) + 1.683111.'266'(0.000000) + 1.451846.'272'(0.000000) + 1.020310.'275'(0.000000) + 0.501623.'280'(0.000000) + 1.111372.'283'(0.000000) + 1.713931.'284'(0.000000) + 1.017738.'293'(0.000000) + 1.698120.'299'(0.000000) + 0) <= 5.435943 ('276') +> [0.000000]: [ker_lmm/DEBUG] (2.103358.'231'(0.009920) + 1.579136.'221'(0.009920) + 1.148558.'217'(0.009920) + 1.656423.'214'(0.017618) + 1.667273.'209'(0.009920) + 1.264079.'207'(0.009920) + 0.809001.'205'(0.017618) + 0.337468.'245'(0.000000) + 1.612635.'246'(0.000000) + 1.226500.'248'(0.000000) + 1.742201.'253'(0.000000) + 0.348831.'266'(0.000000) + 1.787731.'272'(0.000000) + 1.926926.'274'(0.000000) + 1.573216.'276'(0.000000) + 0.671045.'281'(0.000000) + 2.239062.'282'(0.000000) + 0.666667.'282'(0.000000) + 2.331192.'296'(0.000000) + 0) <= 6.762549 ('211') +> [0.000000]: [ker_lmm/DEBUG] (1.643206.'267'(0.051719) + 1.620589.'235'(0.112495) + 1.473068.'231'(0.009920) + 2.172933.'228'(0.009920) + 2.071519.'219'(0.017618) + 1.575076.'212'(0.017618) + 1.547661.'209'(0.009920) + 0.921404.'206'(0.051719) + 2.404727.'225'(0.000000) + 1.945581.'237'(0.000000) + 1.267184.'246'(0.000000) + 1.574081.'249'(0.000000) + 0.664597.'253'(0.000000) + 0.582012.'257'(0.000000) + 1.730897.'268'(0.000000) + 1.696375.'274'(0.000000) + 1.399969.'282'(0.000000) + 2.026446.'285'(0.000000) + 2.444366.'287'(0.000000) + 0.352069.'292'(0.000000) + 0.337160.'293'(0.000000) + 0.934842.'298'(0.000000) + 0) <= 2.072429 ('206') +> [0.000000]: [ker_lmm/DEBUG] (0.169579.'271'(0.051719) + 1.506824.'256'(0.009920) + 0.932770.'251'(0.009920) + 1.961403.'242'(0.017618) + 1.979877.'240'(0.017618) + 0.626817.'238'(0.051719) + 1.181937.'236'(0.022864) + 1.533308.'228'(0.009920) + 1.275860.'227'(0.299833) + 2.167090.'221'(0.009920) + 1.455627.'220'(0.009920) + 1.671938.'218'(0.112495) + 1.714400.'206'(0.051719) + 2.179675.'229'(0.000000) + 2.098283.'249'(0.000000) + 2.798444.'258'(0.000000) + 1.786677.'261'(0.000000) + 2.014775.'263'(0.000000) + 1.533562.'272'(0.000000) + 0.772297.'288'(0.000000) + 1.156665.'292'(0.000000) + 2.343362.'295'(0.000000) + 0) <= 0.872294 ('238') +> [0.000000]: [ker_lmm/DEBUG] (1.706445.'223'(0.022864) + 2.777231.'221'(0.009920) + 1.970696.'218'(0.112495) + 0.678586.'217'(0.009920) + 1.946762.'214'(0.017618) + 1.360974.'213'(0.009920) + 1.916924.'213'(0.009920) + 2.182780.'210'(0.218435) + 2.334123.'209'(0.009920) + 1.318921.'206'(0.051719) + 0.375069.'225'(0.000000) + 1.418068.'229'(0.000000) + 0.498119.'233'(0.000000) + 1.373472.'237'(0.000000) + 1.293602.'241'(0.000000) + 1.706493.'243'(0.000000) + 0.088533.'243'(0.000000) + 1.284101.'246'(0.000000) + 0.898214.'255'(0.000000) + 1.532949.'262'(0.000000) + 0.324005.'262'(0.000000) + 1.301716.'266'(0.000000) + 1.509991.'272'(0.000000) + 1.201627.'273'(0.000000) + 0.636870.'281'(0.000000) + 1.163293.'282'(0.000000) + 1.141931.'288'(0.000000) + 0.537394.'293'(0.000000) + 0.424001.'297'(0.000000) + 1.653506.'299'(0.000000) + 0) <= 6.723837 ('223') +> [0.000000]: [ker_lmm/DEBUG] (2.016263.'267'(0.051719) + 1.017303.'244'(0.009920) + 0.954343.'242'(0.017618) + 1.588580.'236'(0.022864) + 1.364686.'235'(0.112495) + 1.126101.'227'(0.299833) + 2.224400.'223'(0.022864) + 0.993304.'216'(0.051719) + 2.660814.'214'(0.017618) + 0.602956.'212'(0.017618) + 2.097727.'212'(0.017618) + 0.418486.'206'(0.051719) + 1.662689.'233'(0.000000) + 1.291571.'261'(0.000000) + 2.645554.'270'(0.000000) + 2.362744.'284'(0.000000) + 1.045665.'288'(0.000000) + 2.394675.'290'(0.000000) + 0.731646.'293'(0.000000) + 1.351693.'300'(0.000000) + 0) <= 2.909047 ('202') +> [0.000000]: [ker_lmm/DEBUG] (0.916054.'267'(0.051719) + 1.292365.'251'(0.009920) + 1.712109.'235'(0.112495) + 2.436111.'228'(0.009920) + 1.488551.'223'(0.022864) + 1.442183.'218'(0.112495) + 1.989665.'217'(0.009920) + 1.280734.'212'(0.017618) + 2.740603.'212'(0.017618) + 2.133387.'211'(0.017618) + 1.882857.'207'(0.009920) + 1.329986.'206'(0.051719) + 2.307864.'248'(0.000000) + 1.889295.'250'(0.000000) + 1.269849.'262'(0.000000) + 2.423505.'263'(0.000000) + 2.216903.'265'(0.000000) + 1.357417.'269'(0.000000) + 1.260592.'277'(0.000000) + 1.582990.'289'(0.000000) + 2.491685.'293'(0.000000) + 1.792631.'298'(0.000000) + 0) <= 6.919775 ('299') +> [0.000000]: [ker_lmm/DEBUG] (1.942298.'267'(0.051719) + 2.841872.'264'(0.112495) + 1.850305.'252'(0.318568) + 2.040799.'251'(0.009920) + 1.586810.'236'(0.022864) + 1.826333.'230'(0.009920) + 1.601810.'217'(0.009920) + 0.437318.'213'(0.009920) + 1.464024.'212'(0.017618) + 0.878836.'206'(0.051719) + 2.537627.'225'(0.000000) + 1.521799.'249'(0.000000) + 1.249186.'254'(0.000000) + 1.869198.'261'(0.000000) + 1.410424.'263'(0.000000) + 1.276485.'266'(0.000000) + 1.961498.'268'(0.000000) + 1.648455.'269'(0.000000) + 0.657002.'282'(0.000000) + 2.860191.'283'(0.000000) + 2.308961.'286'(0.000000) + 0.607552.'289'(0.000000) + 1.635375.'291'(0.000000) + 1.971411.'296'(0.000000) + 0) <= 7.074315 ('300') +> [0.000000]: [ker_lmm/DEBUG] (0.866153.'267'(0.051719) + 1.422465.'252'(0.318568) + 1.030156.'238'(0.051719) + 1.455510.'232'(0.009920) + 2.367075.'230'(0.009920) + 2.747217.'217'(0.009920) + 1.332103.'216'(0.051719) + 1.483959.'215'(0.318568) + 0.951107.'211'(0.017618) + 1.940270.'210'(0.218435) + 1.761562.'206'(0.051719) + 0.628834.'225'(0.000000) + 1.112349.'239'(0.000000) + 1.386211.'241'(0.000000) + 0.780070.'246'(0.000000) + 1.404528.'247'(0.000000) + 1.508850.'249'(0.000000) + 2.611145.'259'(0.000000) + 0.796880.'259'(0.000000) + 2.307979.'263'(0.000000) + 0.893106.'274'(0.000000) + 0.644990.'276'(0.000000) + 0.502164.'278'(0.000000) + 1.040036.'280'(0.000000) + 2.389992.'281'(0.000000) + 1.739833.'284'(0.000000) + 1.908915.'286'(0.000000) + 0.784620.'294'(0.000000) + 1.480786.'298'(0.000000) + 0) <= 9.257328 ('254') +> [0.000000]: [ker_lmm/DEBUG] (1.447425.'252'(0.318568) + 1.556751.'244'(0.009920) + 0.984172.'234'(0.009920) + 1.817072.'224'(0.022864) + 1.310623.'222'(0.017618) + 1.374664.'220'(0.009920) + 1.502680.'217'(0.009920) + 1.623668.'214'(0.017618) + 0.958522.'211'(0.017618) + 1.627126.'209'(0.009920) + 0.233289.'208'(0.138124) + 1.711715.'206'(0.051719) + 1.252854.'233'(0.000000) + 1.367229.'241'(0.000000) + 1.374627.'245'(0.000000) + 0.675602.'246'(0.000000) + 0.313296.'246'(0.000000) + 0.729716.'248'(0.000000) + 1.424414.'250'(0.000000) + 2.246172.'258'(0.000000) + 2.782238.'260'(0.000000) + 2.683672.'261'(0.000000) + 1.416598.'274'(0.000000) + 0.818801.'277'(0.000000) + 1.409695.'283'(0.000000) + 0.585236.'286'(0.000000) + 1.691422.'289'(0.000000) + 1.455901.'291'(0.000000) + 1.693422.'293'(0.000000) + 0) <= 5.527719 ('215') +> [0.000000]: [ker_lmm/DEBUG] (2.064462.'271'(0.051719) + 2.133301.'267'(0.051719) + 1.349404.'251'(0.009920) + 1.404590.'244'(0.009920) + 1.245726.'236'(0.022864) + 1.576314.'236'(0.022864) + 2.189760.'228'(0.009920) + 2.493781.'226'(0.009920) + 1.577376.'216'(0.051719) + 1.276815.'215'(0.318568) + 1.481930.'211'(0.017618) + 1.669054.'207'(0.009920) + 0.501508.'237'(0.000000) + 1.330342.'241'(0.000000) + 2.097721.'247'(0.000000) + 0.929508.'249'(0.000000) + 1.014749.'263'(0.000000) + 1.293399.'265'(0.000000) + 0.782185.'266'(0.000000) + 2.583693.'283'(0.000000) + 0.895896.'293'(0.000000) + 1.922088.'296'(0.000000) + 0.507095.'296'(0.000000) + 0) <= 2.054103 ('236') +> [0.000000]: [ker_lmm/DEBUG] (2.111249.'256'(0.009920) + 2.137241.'251'(0.009920) + 1.075100.'227'(0.299833) + 2.652483.'212'(0.017618) + 1.753442.'211'(0.017618) + 2.290048.'209'(0.009920) + 1.686705.'207'(0.009920) + 2.010144.'225'(0.000000) + 1.901808.'243'(0.000000) + 0.096030.'243'(0.000000) + 1.991085.'253'(0.000000) + 2.264770.'258'(0.000000) + 0.317214.'258'(0.000000) + 2.600547.'259'(0.000000) + 1.997808.'261'(0.000000) + 1.788054.'266'(0.000000) + 2.617391.'268'(0.000000) + 3.077978.'275'(0.000000) + 0.175013.'275'(0.000000) + 2.145669.'281'(0.000000) + 0.773959.'294'(0.000000) + 0) <= 8.811107 ('266') +> [0.000000]: [ker_lmm/DEBUG] (1.231833.'256'(0.009920) + 0.926214.'251'(0.009920) + 0.691279.'244'(0.009920) + 1.940382.'234'(0.009920) + 1.941496.'232'(0.009920) + 2.287709.'231'(0.009920) + 0.443001.'230'(0.009920) + 0.848826.'228'(0.009920) + 2.071132.'226'(0.009920) + 1.807884.'221'(0.009920) + 1.402665.'220'(0.009920) + 0.770512.'217'(0.009920) + 1.461795.'213'(0.009920) + 1.472403.'209'(0.009920) + 1.484204.'207'(0.009920) + 2.140333.'237'(0.000000) + 0.304807.'254'(0.000000) + 1.768185.'257'(0.000000) + 1.201688.'262'(0.000000) + 1.481573.'266'(0.000000) + 1.672452.'276'(0.000000) + 1.900024.'277'(0.000000) + 2.439610.'281'(0.000000) + 1.739876.'287'(0.000000) + 2.528409.'291'(0.000000) + 1.266119.'293'(0.000000) + 1.094285.'297'(0.000000) + 1.532324.'298'(0.000000) + 1.403348.'299'(0.000000) + 0) <= 0.206145 ('222') +> [0.000000]: [ker_lmm/DEBUG] (0.692744.'252'(0.318568) + 0.114410.'242'(0.017618) + 1.310767.'242'(0.017618) + 1.954696.'238'(0.051719) + 1.810911.'235'(0.112495) + 1.699186.'230'(0.009920) + 1.259963.'220'(0.009920) + 1.261632.'207'(0.009920) + 0.626006.'229'(0.000000) + 1.938699.'239'(0.000000) + 2.041009.'246'(0.000000) + 2.078230.'248'(0.000000) + 0.763924.'250'(0.000000) + 1.868671.'257'(0.000000) + 0.898105.'272'(0.000000) + 1.633142.'290'(0.000000) + 0.673464.'291'(0.000000) + 0) <= 2.773230 ('255') +> [0.000000]: [ker_lmm/DEBUG] (1.483230.'236'(0.022864) + 1.617625.'224'(0.022864) + 2.493510.'221'(0.009920) + 1.194414.'207'(0.009920) + 1.879230.'229'(0.000000) + 2.064986.'239'(0.000000) + 1.880515.'257'(0.000000) + 1.264330.'263'(0.000000) + 1.541631.'266'(0.000000) + 1.555960.'272'(0.000000) + 0.576291.'275'(0.000000) + 1.487661.'276'(0.000000) + 1.630611.'277'(0.000000) + 1.925057.'283'(0.000000) + 1.267123.'284'(0.000000) + 2.468656.'287'(0.000000) + 1.821628.'293'(0.000000) + 1.063966.'295'(0.000000) + 1.806516.'300'(0.000000) + 0) <= 8.600535 ('295') +> [0.000000]: [ker_lmm/DEBUG] (1.261334.'271'(0.051719) + 0.419934.'256'(0.009920) + 1.157558.'252'(0.318568) + 0.868341.'238'(0.051719) + 2.555513.'217'(0.009920) + 1.074439.'215'(0.318568) + 0.816480.'212'(0.017618) + 1.454279.'208'(0.138124) + 2.509779.'239'(0.000000) + 1.983405.'246'(0.000000) + 0.722529.'248'(0.000000) + 1.391346.'255'(0.000000) + 0.835115.'255'(0.000000) + 0.942503.'258'(0.000000) + 1.252787.'274'(0.000000) + 2.786260.'278'(0.000000) + 1.220893.'279'(0.000000) + 2.771684.'285'(0.000000) + 1.669454.'290'(0.000000) + 1.559924.'291'(0.000000) + 0.490165.'295'(0.000000) + 1.858818.'296'(0.000000) + 0.661005.'297'(0.000000) + 0) <= 9.903012 ('257') +> [0.000000]: [ker_lmm/DEBUG] (0.827478.'264'(0.112495) + 2.082664.'234'(0.009920) + 1.199599.'227'(0.299833) + 1.682775.'224'(0.022864) + 0.611960.'220'(0.009920) + 1.936232.'218'(0.112495) + 0.435300.'213'(0.009920) + 2.001129.'213'(0.009920) + 0.508402.'210'(0.218435) + 2.108810.'208'(0.138124) + 1.293640.'241'(0.000000) + 0.891516.'245'(0.000000) + 2.227624.'257'(0.000000) + 0.990516.'263'(0.000000) + 1.322419.'265'(0.000000) + 1.157370.'268'(0.000000) + 2.005151.'270'(0.000000) + 1.442320.'279'(0.000000) + 1.486806.'281'(0.000000) + 1.728561.'282'(0.000000) + 1.239149.'289'(0.000000) + 2.533938.'290'(0.000000) + 1.601115.'297'(0.000000) + 0) <= 6.536309 ('232') +> [0.000000]: [ker_lmm/DEBUG] (0.843346.'240'(0.017618) + 1.489395.'221'(0.009920) + 1.615242.'216'(0.051719) + 1.263532.'209'(0.009920) + 0.763597.'208'(0.138124) + 0.194796.'241'(0.000000) + 0.300092.'247'(0.000000) + 0.502286.'250'(0.000000) + 1.566132.'255'(0.000000) + 0.725461.'259'(0.000000) + 1.873873.'260'(0.000000) + 0.802484.'262'(0.000000) + 1.534785.'266'(0.000000) + 2.045941.'274'(0.000000) + 1.466041.'282'(0.000000) + 1.669504.'283'(0.000000) + 1.893598.'284'(0.000000) + 1.066304.'288'(0.000000) + 0.484251.'290'(0.000000) + 0) <= 0.231176 ('228') +> [0.000000]: [ker_lmm/DEBUG] (1.034709.'244'(0.009920) + 1.595786.'235'(0.112495) + 2.672861.'226'(0.009920) + 1.143182.'217'(0.009920) + 1.318858.'210'(0.218435) + 1.928536.'208'(0.138124) + 1.448394.'229'(0.000000) + 0.890495.'241'(0.000000) + 0.339847.'245'(0.000000) + 0.701030.'261'(0.000000) + 0.301473.'261'(0.000000) + 1.142334.'265'(0.000000) + 1.890762.'277'(0.000000) + 0.538825.'280'(0.000000) + 2.651730.'281'(0.000000) + 1.168003.'299'(0.000000) + 1.909749.'300'(0.000000) + 0) <= 6.522231 ('291') +> [0.000000]: [ker_lmm/DEBUG] (1.956565.'267'(0.051719) + 1.245808.'256'(0.009920) + 1.068036.'251'(0.009920) + 1.345746.'244'(0.009920) + 0.686780.'234'(0.009920) + 1.121776.'226'(0.009920) + 2.090301.'217'(0.009920) + 1.388605.'216'(0.051719) + 1.644050.'209'(0.009920) + 2.299662.'233'(0.000000) + 1.684001.'239'(0.000000) + 1.896740.'247'(0.000000) + 2.198884.'260'(0.000000) + 0.690748.'262'(0.000000) + 0.937194.'268'(0.000000) + 0.735118.'273'(0.000000) + 1.088755.'274'(0.000000) + 1.744519.'277'(0.000000) + 1.155815.'279'(0.000000) + 1.607442.'287'(0.000000) + 1.950883.'290'(0.000000) + 1.621975.'294'(0.000000) + 0.939607.'295'(0.000000) + 0) <= 1.255853 ('205') +> [0.000000]: [ker_lmm/DEBUG] (0.542433.'264'(0.112495) + 1.778471.'244'(0.009920) + 1.969288.'242'(0.017618) + 0.734884.'230'(0.009920) + 1.333967.'228'(0.009920) + 1.478515.'223'(0.022864) + 2.087795.'219'(0.017618) + 0.260442.'217'(0.009920) + 1.278503.'213'(0.009920) + 0.293439.'209'(0.009920) + 1.496264.'229'(0.000000) + 1.597284.'265'(0.000000) + 1.915905.'268'(0.000000) + 1.775670.'276'(0.000000) + 1.303984.'277'(0.000000) + 0.147416.'280'(0.000000) + 2.156986.'285'(0.000000) + 1.579365.'290'(0.000000) + 0.941726.'292'(0.000000) + 2.516300.'293'(0.000000) + 0.494087.'294'(0.000000) + 2.179354.'296'(0.000000) + 1.528014.'298'(0.000000) + 0) <= 2.592524 ('214') +> [0.000000]: [ker_lmm/DEBUG] (0.744329.'264'(0.112495) + 1.658896.'251'(0.009920) + 1.982694.'232'(0.009920) + 2.093847.'227'(0.299833) + 0.636474.'210'(0.218435) + 1.950739.'229'(0.000000) + 0.867385.'233'(0.000000) + 1.692179.'239'(0.000000) + 1.093662.'246'(0.000000) + 1.882082.'272'(0.000000) + 0.198023.'274'(0.000000) + 1.235065.'280'(0.000000) + 2.624544.'288'(0.000000) + 1.243553.'288'(0.000000) + 1.501792.'291'(0.000000) + 0) <= 4.247300 ('264') +> [0.000000]: [ker_lmm/DEBUG] (0.583826.'271'(0.051719) + 1.302375.'251'(0.009920) + 0.418076.'236'(0.022864) + 2.559897.'234'(0.009920) + 1.676544.'230'(0.009920) + 0.080277.'228'(0.009920) + 1.460041.'223'(0.022864) + 1.579968.'222'(0.017618) + 1.190260.'221'(0.009920) + 2.336869.'216'(0.051719) + 0.238713.'210'(0.218435) + 1.109927.'245'(0.000000) + 2.190975.'247'(0.000000) + 0.398505.'248'(0.000000) + 1.062955.'265'(0.000000) + 0.673629.'273'(0.000000) + 1.881716.'277'(0.000000) + 1.941939.'278'(0.000000) + 2.050446.'282'(0.000000) + 1.607432.'283'(0.000000) + 1.034166.'286'(0.000000) + 2.566508.'295'(0.000000) + 2.188036.'298'(0.000000) + 1.175653.'299'(0.000000) + 0) <= 9.279364 ('278') +> [0.000000]: [ker_lmm/DEBUG] (1.630023.'252'(0.318568) + 2.212136.'244'(0.009920) + 1.767865.'242'(0.017618) + 0.957522.'240'(0.017618) + 1.805350.'234'(0.009920) + 1.303769.'227'(0.299833) + 0.874677.'224'(0.022864) + 1.688346.'219'(0.017618) + 1.046116.'215'(0.318568) + 1.556454.'214'(0.017618) + 1.607894.'212'(0.017618) + 0.442981.'248'(0.000000) + 1.689393.'249'(0.000000) + 0.097852.'249'(0.000000) + 1.600071.'254'(0.000000) + 1.513870.'255'(0.000000) + 2.561570.'257'(0.000000) + 1.563738.'260'(0.000000) + 0.654889.'270'(0.000000) + 0.994361.'272'(0.000000) + 0.843581.'275'(0.000000) + 1.928288.'276'(0.000000) + 1.745899.'279'(0.000000) + 0.486855.'285'(0.000000) + 0.245546.'289'(0.000000) + 0.589278.'290'(0.000000) + 1.652915.'297'(0.000000) + 0.749392.'298'(0.000000) + 0) <= 2.305842 ('249') +> [0.000000]: [ker_lmm/DEBUG] (1.117108.'271'(0.051719) + 2.362472.'267'(0.051719) + 0.122574.'256'(0.009920) + 1.559963.'232'(0.009920) + 1.682917.'228'(0.009920) + 1.428572.'222'(0.017618) + 0.498288.'215'(0.318568) + 0.518104.'214'(0.017618) + 3.515800.'248'(0.000000) + 0.331373.'248'(0.000000) + 0.557590.'249'(0.000000) + 0.553710.'257'(0.000000) + 1.625291.'259'(0.000000) + 1.070911.'260'(0.000000) + 0.315806.'262'(0.000000) + 1.453801.'273'(0.000000) + 1.280358.'280'(0.000000) + 1.792063.'283'(0.000000) + 1.052893.'288'(0.000000) + 0.558245.'293'(0.000000) + 0.986791.'294'(0.000000) + 0.679116.'296'(0.000000) + 1.328109.'298'(0.000000) + 0) <= 2.575853 ('220') +> [0.000000]: [ker_lmm/DEBUG] (2.304192.'256'(0.009920) + 1.133851.'218'(0.112495) + 1.570781.'215'(0.318568) + 1.344340.'225'(0.000000) + 1.751558.'237'(0.000000) + 1.703535.'239'(0.000000) + 1.424058.'259'(0.000000) + 0.913521.'268'(0.000000) + 0.348047.'275'(0.000000) + 1.718926.'282'(0.000000) + 1.590514.'284'(0.000000) + 1.827778.'287'(0.000000) + 1.441574.'292'(0.000000) + 2.566657.'293'(0.000000) + 1.236995.'299'(0.000000) + 0.572826.'300'(0.000000) + 0) <= 0.935515 ('207') +> [0.000000]: [ker_lmm/DEBUG] (1.665597.'271'(0.051719) + 1.003575.'256'(0.009920) + 2.145648.'252'(0.318568) + 1.550354.'251'(0.009920) + 2.353053.'234'(0.009920) + 2.174122.'231'(0.009920) + 0.561917.'224'(0.022864) + 1.955473.'220'(0.009920) + 2.249490.'219'(0.017618) + 0.920948.'218'(0.112495) + 1.213886.'218'(0.112495) + 0.587443.'237'(0.000000) + 1.457457.'246'(0.000000) + 1.819153.'259'(0.000000) + 0.781680.'273'(0.000000) + 3.155731.'275'(0.000000) + 0.322761.'275'(0.000000) + 1.897936.'277'(0.000000) + 1.884183.'279'(0.000000) + 1.643837.'280'(0.000000) + 2.540653.'284'(0.000000) + 1.462267.'295'(0.000000) + 2.389196.'297'(0.000000) + 2.253686.'298'(0.000000) + 2.292203.'299'(0.000000) + 0) <= 8.421032 ('267') +> [0.000000]: [ker_lmm/DEBUG] (0.900973.'271'(0.051719) + 1.683300.'267'(0.051719) + 1.339723.'256'(0.009920) + 2.021698.'234'(0.009920) + 0.236346.'223'(0.022864) + 1.287012.'218'(0.112495) + 0.589429.'225'(0.000000) + 1.516101.'233'(0.000000) + 1.999995.'243'(0.000000) + 1.994546.'247'(0.000000) + 2.549412.'254'(0.000000) + 0.980995.'257'(0.000000) + 1.366882.'260'(0.000000) + 0.321664.'261'(0.000000) + 1.223505.'263'(0.000000) + 0.557448.'266'(0.000000) + 2.723397.'269'(0.000000) + 1.411757.'270'(0.000000) + 1.677740.'278'(0.000000) + 1.268274.'282'(0.000000) + 1.425269.'292'(0.000000) + 1.352323.'295'(0.000000) + 2.320049.'296'(0.000000) + 0) <= 5.528446 ('271') +> [0.000000]: [ker_lmm/DEBUG] Variables +> [0.000000]: [ker_lmm/DEBUG] '271'(1.000000) : 0.051719 +> [0.000000]: [ker_lmm/DEBUG] '267'(1.000000) : 0.051719 +> [0.000000]: [ker_lmm/DEBUG] '264'(1.000000) : 0.112495 +> [0.000000]: [ker_lmm/DEBUG] '256'(1.000000) : 0.009920 +> [0.000000]: [ker_lmm/DEBUG] '252'(1.000000) : 0.318568 +> [0.000000]: [ker_lmm/DEBUG] '251'(1.000000) : 0.009920 +> [0.000000]: [ker_lmm/DEBUG] '244'(1.000000) : 0.009920 +> [0.000000]: [ker_lmm/DEBUG] '242'(1.000000) : 0.017618 +> [0.000000]: [ker_lmm/DEBUG] '240'(1.000000) : 0.017618 +> [0.000000]: [ker_lmm/DEBUG] '238'(1.000000) : 0.051719 +> [0.000000]: [ker_lmm/DEBUG] '236'(1.000000) : 0.022864 +> [0.000000]: [ker_lmm/DEBUG] '235'(1.000000) : 0.112495 +> [0.000000]: [ker_lmm/DEBUG] '234'(1.000000) : 0.009920 +> [0.000000]: [ker_lmm/DEBUG] '232'(1.000000) : 0.009920 +> [0.000000]: [ker_lmm/DEBUG] '231'(1.000000) : 0.009920 +> [0.000000]: [ker_lmm/DEBUG] '230'(1.000000) : 0.009920 +> [0.000000]: [ker_lmm/DEBUG] '228'(1.000000) : 0.009920 +> [0.000000]: [ker_lmm/DEBUG] '227'(1.000000) : 0.299833 +> [0.000000]: [ker_lmm/DEBUG] '226'(1.000000) : 0.009920 +> [0.000000]: [ker_lmm/DEBUG] '224'(1.000000) : 0.022864 +> [0.000000]: [ker_lmm/DEBUG] '223'(1.000000) : 0.022864 +> [0.000000]: [ker_lmm/DEBUG] '222'(1.000000) : 0.017618 +> [0.000000]: [ker_lmm/DEBUG] '221'(1.000000) : 0.009920 +> [0.000000]: [ker_lmm/DEBUG] '220'(1.000000) : 0.009920 +> [0.000000]: [ker_lmm/DEBUG] '219'(1.000000) : 0.017618 +> [0.000000]: [ker_lmm/DEBUG] '218'(1.000000) : 0.112495 +> [0.000000]: [ker_lmm/DEBUG] '217'(1.000000) : 0.009920 +> [0.000000]: [ker_lmm/DEBUG] '216'(1.000000) : 0.051719 +> [0.000000]: [ker_lmm/DEBUG] '215'(1.000000) : 0.318568 +> [0.000000]: [ker_lmm/DEBUG] '214'(1.000000) : 0.017618 +> [0.000000]: [ker_lmm/DEBUG] '213'(1.000000) : 0.009920 +> [0.000000]: [ker_lmm/DEBUG] '212'(1.000000) : 0.017618 +> [0.000000]: [ker_lmm/DEBUG] '211'(1.000000) : 0.017618 +> [0.000000]: [ker_lmm/DEBUG] '210'(1.000000) : 0.218435 +> [0.000000]: [ker_lmm/DEBUG] '209'(1.000000) : 0.009920 +> [0.000000]: [ker_lmm/DEBUG] '208'(1.000000) : 0.138124 +> [0.000000]: [ker_lmm/DEBUG] '207'(1.000000) : 0.009920 +> [0.000000]: [ker_lmm/DEBUG] '206'(1.000000) : 0.051719 +> [0.000000]: [ker_lmm/DEBUG] '205'(1.000000) : 0.017618 +> [0.000000]: [ker_lmm/DEBUG] '204'(1.000000) : 0.017618 +> [0.000000]: [ker_lmm/DEBUG] '203'(1.000000) : 0.051719 +> [0.000000]: [ker_lmm/DEBUG] '202'(1.000000) : 0.017618 +> [0.000000]: [ker_lmm/DEBUG] '201'(1.000000) : 0.051719 +> [0.000000]: [ker_lmm/DEBUG] '225'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '229'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '233'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '237'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '239'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '241'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '243'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '245'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '246'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '247'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '248'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '249'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '250'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '253'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '254'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '255'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '257'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '258'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '259'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '260'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '261'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '262'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '263'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '265'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '266'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '268'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '269'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '270'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '272'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '273'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '274'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '275'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '276'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '277'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '278'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '279'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '280'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '281'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '282'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '283'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '284'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '285'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '286'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '287'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '288'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '289'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '290'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '291'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '292'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '293'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '294'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '295'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '296'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '297'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '298'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '299'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '300'(0.000000) : 0.000000 > Starting 3: (530) -> [0.000000]: [surf_maxmin/DEBUG] Setting selective_update_active flag to 0 +> [0.000000]: [ker_lmm/DEBUG] Setting selective_update_active flag to 0 > Starting to solve(690) -> [0.000000]: [surf_maxmin/DEBUG] Active constraints : 100 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '317' usage: 10.376907 remaining: 7.863060 concurrency: 4<=5<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '319' usage: 15.006133 remaining: 4.413485 concurrency: 8<=8<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '360' usage: 17.467027 remaining: 5.206744 concurrency: 12<=13<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '330' usage: 24.396850 remaining: 3.969000 concurrency: 12<=12<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '394' usage: 18.363023 remaining: 0.400911 concurrency: 8<=9<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '332' usage: 13.393032 remaining: 1.789739 concurrency: 6<=7<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '393' usage: 14.118856 remaining: 9.732780 concurrency: 6<=7<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '378' usage: 14.413556 remaining: 9.796163 concurrency: 9<=9<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '341' usage: 16.122046 remaining: 1.824454 concurrency: 9<=10<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '303' usage: 19.411305 remaining: 6.090356 concurrency: 9<=10<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '336' usage: 11.910786 remaining: 6.249309 concurrency: 6<=7<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '353' usage: 18.963095 remaining: 8.070165 concurrency: 10<=11<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '334' usage: 17.036580 remaining: 6.866671 concurrency: 10<=11<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '325' usage: 10.170201 remaining: 1.081934 concurrency: 5<=6<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '351' usage: 21.994085 remaining: 2.454537 concurrency: 12<=13<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '398' usage: 18.761321 remaining: 6.665584 concurrency: 9<=9<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '333' usage: 15.091342 remaining: 3.516737 concurrency: 8<=9<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '372' usage: 12.668585 remaining: 3.206156 concurrency: 5<=6<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '391' usage: 15.565194 remaining: 0.104267 concurrency: 7<=7<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '314' usage: 17.554817 remaining: 6.439143 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '310' usage: 12.770001 remaining: 9.834007 concurrency: 7<=7<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '350' usage: 22.582974 remaining: 5.972666 concurrency: 12<=12<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '305' usage: 26.046181 remaining: 9.762745 concurrency: 13<=13<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '307' usage: 11.799897 remaining: 4.347915 concurrency: 5<=6<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '382' usage: 11.174339 remaining: 4.881711 concurrency: 6<=6<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '312' usage: 14.157906 remaining: 0.089861 concurrency: 7<=8<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '357' usage: 12.854873 remaining: 5.918736 concurrency: 6<=8<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '384' usage: 9.358797 remaining: 1.454623 concurrency: 4<=5<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '324' usage: 18.531581 remaining: 8.352567 concurrency: 7<=8<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '362' usage: 11.773160 remaining: 5.146537 concurrency: 5<=6<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '376' usage: 13.507972 remaining: 4.190340 concurrency: 7<=7<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '388' usage: 19.425028 remaining: 1.737798 concurrency: 11<=12<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '396' usage: 14.055666 remaining: 0.338776 concurrency: 7<=7<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '326' usage: 13.294973 remaining: 1.582234 concurrency: 8<=9<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '340' usage: 19.551413 remaining: 4.977941 concurrency: 10<=11<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '355' usage: 14.174412 remaining: 0.650678 concurrency: 8<=9<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '380' usage: 15.330189 remaining: 9.371345 concurrency: 8<=9<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '302' usage: 17.986952 remaining: 9.726844 concurrency: 8<=9<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '375' usage: 14.741014 remaining: 4.124722 concurrency: 8<=8<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '349' usage: 16.649388 remaining: 0.846616 concurrency: 8<=8<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '366' usage: 14.186595 remaining: 9.267207 concurrency: 7<=7<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '365' usage: 13.348210 remaining: 6.896441 concurrency: 5<=6<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '347' usage: 20.067299 remaining: 8.454437 concurrency: 12<=12<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '377' usage: 24.734840 remaining: 9.024219 concurrency: 11<=12<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '358' usage: 10.876170 remaining: 3.636503 concurrency: 6<=7<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '329' usage: 17.059896 remaining: 2.410386 concurrency: 10<=10<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '389' usage: 16.115719 remaining: 9.425859 concurrency: 7<=8<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '339' usage: 10.153992 remaining: 1.914464 concurrency: 6<=7<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '301' usage: 15.451412 remaining: 9.006215 concurrency: 8<=9<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '356' usage: 14.889327 remaining: 1.628717 concurrency: 5<=6<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '331' usage: 14.557987 remaining: 2.230325 concurrency: 8<=9<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '387' usage: 10.454503 remaining: 9.175118 concurrency: 5<=6<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '374' usage: 13.095416 remaining: 3.711062 concurrency: 6<=7<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '346' usage: 15.927286 remaining: 3.764195 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '361' usage: 14.180568 remaining: 3.070127 concurrency: 7<=8<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '323' usage: 16.760505 remaining: 5.279088 concurrency: 8<=9<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '385' usage: 15.217276 remaining: 3.087946 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '381' usage: 17.189325 remaining: 6.786854 concurrency: 9<=10<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '344' usage: 9.096743 remaining: 6.981656 concurrency: 4<=4<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '363' usage: 16.154112 remaining: 1.289353 concurrency: 8<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '392' usage: 10.224181 remaining: 9.812099 concurrency: 5<=5<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '322' usage: 10.458033 remaining: 8.435281 concurrency: 7<=8<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '368' usage: 18.171905 remaining: 4.814599 concurrency: 8<=8<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '390' usage: 9.727327 remaining: 4.654897 concurrency: 5<=6<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '354' usage: 14.488387 remaining: 6.035635 concurrency: 7<=8<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '306' usage: 19.632036 remaining: 6.984202 concurrency: 10<=10<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '373' usage: 9.345554 remaining: 6.189299 concurrency: 6<=7<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '309' usage: 26.789653 remaining: 5.723565 concurrency: 12<=13<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '342' usage: 16.558802 remaining: 9.470740 concurrency: 7<=8<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '313' usage: 14.543517 remaining: 2.664738 concurrency: 7<=7<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '320' usage: 10.357885 remaining: 0.657095 concurrency: 6<=7<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '359' usage: 14.240642 remaining: 0.216187 concurrency: 8<=9<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '352' usage: 12.661536 remaining: 7.325935 concurrency: 5<=6<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '370' usage: 12.390620 remaining: 3.502852 concurrency: 7<=8<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '327' usage: 12.271877 remaining: 2.111806 concurrency: 7<=8<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '321' usage: 12.360655 remaining: 1.679722 concurrency: 5<=5<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '395' usage: 18.376690 remaining: 5.835435 concurrency: 9<=10<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '369' usage: 10.011137 remaining: 8.657749 concurrency: 6<=8<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '308' usage: 10.630376 remaining: 0.051591 concurrency: 5<=6<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '345' usage: 20.349404 remaining: 4.048252 concurrency: 11<=12<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '315' usage: 23.605499 remaining: 4.361466 concurrency: 11<=11<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '311' usage: 14.440873 remaining: 3.917662 concurrency: 7<=7<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '397' usage: 13.123079 remaining: 0.167177 concurrency: 6<=7<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '316' usage: 8.296406 remaining: 9.489773 concurrency: 6<=7<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '343' usage: 17.600090 remaining: 8.301881 concurrency: 10<=10<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '304' usage: 14.693547 remaining: 2.160895 concurrency: 7<=8<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '328' usage: 10.948882 remaining: 6.376102 concurrency: 6<=6<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '337' usage: 17.740759 remaining: 8.955012 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '400' usage: 20.498736 remaining: 9.496689 concurrency: 10<=11<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '379' usage: 9.895995 remaining: 6.235688 concurrency: 5<=6<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '338' usage: 16.127346 remaining: 2.361413 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '383' usage: 14.475941 remaining: 0.588801 concurrency: 7<=8<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '367' usage: 6.325791 remaining: 2.361517 concurrency: 3<=4<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '335' usage: 18.403140 remaining: 0.831691 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '371' usage: 12.212541 remaining: 1.890258 concurrency: 5<=6<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '364' usage: 10.060619 remaining: 4.877376 concurrency: 4<=5<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '318' usage: 16.710079 remaining: 4.463492 concurrency: 8<=9<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '386' usage: 13.313539 remaining: 7.944233 concurrency: 5<=6<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '399' usage: 17.247650 remaining: 6.148194 concurrency: 11<=11<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '348' usage: 16.482744 remaining: 6.989810 concurrency: 8<=9<=24 -> [0.000000]: [surf_maxmin/DEBUG] var=306, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.004853, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=312, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.004853, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=313, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.004853, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=320, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.004853, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=326, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.004853, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=329, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.004853, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (306) value to 0.004853 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.004853, Var(306).penalty: 1.000000, Var(306).value: 0.004853 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (312) value to 0.004853 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.004853, Var(312).penalty: 1.000000, Var(312).value: 0.004853 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (313) value to 0.004853 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.004853, Var(313).penalty: 1.000000, Var(313).value: 0.004853 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (320) value to 0.004853 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.004853, Var(320).penalty: 1.000000, Var(320).value: 0.004853 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (326) value to 0.004853 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.004853, Var(326).penalty: 1.000000, Var(326).value: 0.004853 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (329) value to 0.004853 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.004853, Var(329).penalty: 1.000000, Var(329).value: 0.004853 -> [0.000000]: [surf_maxmin/DEBUG] index: 78 cnst_light_num: 100 || usage: 0.000000 remaining: 0.000000 bound: 0.051591 -> [0.000000]: [surf_maxmin/DEBUG] var=302, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006347, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=303, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006347, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=316, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006347, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=319, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006347, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=327, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006347, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=355, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006347, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=368, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006347, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=396, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006347, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (302) value to 0.006347 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006347, Var(302).penalty: 1.000000, Var(302).value: 0.006347 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (303) value to 0.006347 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006347, Var(303).penalty: 1.000000, Var(303).value: 0.006347 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (316) value to 0.006347 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006347, Var(316).penalty: 1.000000, Var(316).value: 0.006347 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (319) value to 0.006347 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006347, Var(319).penalty: 1.000000, Var(319).value: 0.006347 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (327) value to 0.006347 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006347, Var(327).penalty: 1.000000, Var(327).value: 0.006347 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (355) value to 0.006347 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006347, Var(355).penalty: 1.000000, Var(355).value: 0.006347 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (368) value to 0.006347 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006347, Var(368).penalty: 1.000000, Var(368).value: 0.006347 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (396) value to 0.006347 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.006347, Var(396).penalty: 1.000000, Var(396).value: 0.006347 -> [0.000000]: [surf_maxmin/DEBUG] index: 25 cnst_light_num: 99 || usage: 0.000000 remaining: 0.000000 bound: 0.089861 -> [0.000000]: [surf_maxmin/DEBUG] var=301, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.008080, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=310, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.008080, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=338, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.008080, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=373, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.008080, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (301) value to 0.008080 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.008080, Var(301).penalty: 1.000000, Var(301).value: 0.008080 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (310) value to 0.008080 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.008080, Var(310).penalty: 1.000000, Var(310).value: 0.008080 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (338) value to 0.008080 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.008080, Var(338).penalty: 1.000000, Var(338).value: 0.008080 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (373) value to 0.008080 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.008080, Var(373).penalty: 1.000000, Var(373).value: 0.008080 -> [0.000000]: [surf_maxmin/DEBUG] index: 18 cnst_light_num: 98 || usage: 0.000000 remaining: 0.000000 bound: 0.104267 -> [0.000000]: [surf_maxmin/DEBUG] var=305, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017237, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=307, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017237, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=325, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017237, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=333, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017237, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=335, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017237, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=371, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017237, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=379, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017237, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (305) value to 0.017237 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.017237, Var(305).penalty: 1.000000, Var(305).value: 0.017237 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (307) value to 0.017237 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.017237, Var(307).penalty: 1.000000, Var(307).value: 0.017237 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (325) value to 0.017237 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.017237, Var(325).penalty: 1.000000, Var(325).value: 0.017237 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (333) value to 0.017237 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.017237, Var(333).penalty: 1.000000, Var(333).value: 0.017237 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (335) value to 0.017237 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.017237, Var(335).penalty: 1.000000, Var(335).value: 0.017237 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (371) value to 0.017237 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.017237, Var(371).penalty: 1.000000, Var(371).value: 0.017237 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (379) value to 0.017237 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.017237, Var(379).penalty: 1.000000, Var(379).value: 0.017237 -> [0.000000]: [surf_maxmin/DEBUG] index: 71 cnst_light_num: 97 || usage: 0.000000 remaining: 0.000000 bound: 0.216187 -> [0.000000]: [surf_maxmin/DEBUG] var=321, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.022783, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=330, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.022783, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (321) value to 0.022783 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.022783, Var(321).penalty: 1.000000, Var(321).value: 0.022783 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (330) value to 0.022783 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.022783, Var(330).penalty: 1.000000, Var(330).value: 0.022783 -> [0.000000]: [surf_maxmin/DEBUG] index: 82 cnst_light_num: 96 || usage: 0.000000 remaining: 0.000000 bound: 0.167177 -> [0.000000]: [surf_maxmin/DEBUG] var=308, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.055454, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=346, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.055454, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (308) value to 0.055454 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.055454, Var(308).penalty: 1.000000, Var(308).value: 0.055454 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (346) value to 0.055454 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.055454, Var(346).penalty: 1.000000, Var(346).value: 0.055454 -> [0.000000]: [surf_maxmin/DEBUG] index: 32 cnst_light_num: 95 || usage: 0.000000 remaining: 0.000000 bound: 0.338776 -> [0.000000]: [surf_maxmin/DEBUG] var=311, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.082439, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=315, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.082439, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=324, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.082439, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=339, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.082439, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (311) value to 0.082439 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.082439, Var(311).penalty: 1.000000, Var(311).value: 0.082439 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (315) value to 0.082439 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.082439, Var(315).penalty: 1.000000, Var(315).value: 0.082439 -> [0.000000]: [surf_maxmin/DEBUG] index: 20 cnst_light_num: 94 || usage: 0.000000 remaining: 9.623793 bound: 9.834007 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (324) value to 0.082439 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.082439, Var(324).penalty: 1.000000, Var(324).value: 0.082439 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (339) value to 0.082439 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.082439, Var(339).penalty: 1.000000, Var(339).value: 0.082439 -> [0.000000]: [surf_maxmin/DEBUG] index: 7 cnst_light_num: 93 || usage: 0.000000 remaining: 9.520988 bound: 9.796163 -> [0.000000]: [surf_maxmin/DEBUG] index: 75 cnst_light_num: 92 || usage: 0.000000 remaining: 1.356513 bound: 1.679722 -> [0.000000]: [surf_maxmin/DEBUG] index: 38 cnst_light_num: 91 || usage: 0.000000 remaining: 3.720103 bound: 4.124722 -> [0.000000]: [surf_maxmin/DEBUG] index: 57 cnst_light_num: 90 || usage: 0.000000 remaining: 6.432770 bound: 6.786854 -> [0.000000]: [surf_maxmin/DEBUG] index: 35 cnst_light_num: 89 || usage: 0.000000 remaining: 0.000000 bound: 0.650678 -> [0.000000]: [surf_maxmin/DEBUG] index: 77 cnst_light_num: 88 || usage: 0.000000 remaining: 8.412449 bound: 8.657749 -> [0.000000]: [surf_maxmin/DEBUG] index: 38 cnst_light_num: 87 || usage: 0.000000 remaining: 2.152999 bound: 2.361413 -> [0.000000]: [surf_maxmin/DEBUG] index: 27 cnst_light_num: 86 || usage: 0.000000 remaining: 1.128295 bound: 1.454623 -> [0.000000]: [surf_maxmin/DEBUG] index: 25 cnst_light_num: 85 || usage: 0.000000 remaining: 5.741683 bound: 6.148194 -> [0.000000]: [surf_maxmin/DEBUG] var=304, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.082780, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=309, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.082780, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=318, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.082780, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=340, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.082780, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (304) value to 0.082780 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.082780, Var(304).penalty: 1.000000, Var(304).value: 0.082780 -> [0.000000]: [surf_maxmin/DEBUG] index: 62 cnst_light_num: 84 || usage: 0.000000 remaining: 4.395452 bound: 4.814599 -> [0.000000]: [surf_maxmin/DEBUG] index: 41 cnst_light_num: 83 || usage: 0.000000 remaining: 6.410573 bound: 6.896441 -> [0.000000]: [surf_maxmin/DEBUG] index: 4 cnst_light_num: 82 || usage: 0.000000 remaining: 0.136333 bound: 0.400911 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (309) value to 0.082780 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.082780, Var(309).penalty: 1.000000, Var(309).value: 0.082780 -> [0.000000]: [surf_maxmin/DEBUG] index: 72 cnst_light_num: 81 || usage: 0.000000 remaining: 6.936493 bound: 7.325935 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (318) value to 0.082780 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.082780, Var(318).penalty: 1.000000, Var(318).value: 0.082780 -> [0.000000]: [surf_maxmin/DEBUG] index: 51 cnst_light_num: 80 || usage: 0.000000 remaining: 8.723692 bound: 9.175118 -> [0.000000]: [surf_maxmin/DEBUG] index: 41 cnst_light_num: 79 || usage: 0.000000 remaining: 4.612134 bound: 4.877376 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (340) value to 0.082780 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.082780, Var(340).penalty: 1.000000, Var(340).value: 0.082780 -> [0.000000]: [surf_maxmin/DEBUG] index: 56 cnst_light_num: 78 || usage: 0.000000 remaining: 2.651265 bound: 3.087946 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 77 || usage: 0.000000 remaining: 7.509593 bound: 7.863060 -> [0.000000]: [surf_maxmin/DEBUG] index: 63 cnst_light_num: 76 || usage: 0.000000 remaining: 3.962753 bound: 4.654897 -> [0.000000]: [surf_maxmin/DEBUG] index: 39 cnst_light_num: 75 || usage: 0.000000 remaining: 0.000000 bound: 0.846616 -> [0.000000]: [surf_maxmin/DEBUG] index: 39 cnst_light_num: 74 || usage: 0.000000 remaining: 1.909920 bound: 2.111806 -> [0.000000]: [surf_maxmin/DEBUG] index: 25 cnst_light_num: 73 || usage: 0.000000 remaining: 7.523697 bound: 8.301881 -> [0.000000]: [surf_maxmin/DEBUG] index: 12 cnst_light_num: 72 || usage: 0.000000 remaining: 6.272859 bound: 6.866671 -> [0.000000]: [surf_maxmin/DEBUG] index: 32 cnst_light_num: 71 || usage: 0.000000 remaining: 1.577312 bound: 1.890258 -> [0.000000]: [surf_maxmin/DEBUG] var=314, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.181646, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=323, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.181646, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (314) value to 0.181646 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.181646, Var(314).penalty: 1.000000, Var(314).value: 0.181646 -> [0.000000]: [surf_maxmin/DEBUG] index: 29 cnst_light_num: 70 || usage: 0.000000 remaining: 4.616647 bound: 5.146537 -> [0.000000]: [surf_maxmin/DEBUG] index: 60 cnst_light_num: 69 || usage: 0.000000 remaining: 9.217773 bound: 9.812099 -> [0.000000]: [surf_maxmin/DEBUG] index: 58 cnst_light_num: 68 || usage: 0.000000 remaining: 6.691715 bound: 6.981656 -> [0.000000]: [surf_maxmin/DEBUG] index: 60 cnst_light_num: 67 || usage: 0.000000 remaining: 8.775222 bound: 9.470740 -> [0.000000]: [surf_maxmin/DEBUG] index: 63 cnst_light_num: 66 || usage: 0.000000 remaining: 0.002624 bound: 0.588801 -> [0.000000]: [surf_maxmin/DEBUG] index: 62 cnst_light_num: 65 || usage: 0.000000 remaining: 9.108748 bound: 9.489773 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 64 || usage: 0.000000 remaining: 3.743166 bound: 4.413485 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (323) value to 0.181646 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.181646, Var(323).penalty: 1.000000, Var(323).value: 0.181646 -> [0.000000]: [surf_maxmin/DEBUG] index: 56 cnst_light_num: 63 || usage: 0.000000 remaining: 8.235721 bound: 8.955012 -> [0.000000]: [surf_maxmin/DEBUG] index: 60 cnst_light_num: 62 || usage: 0.000000 remaining: 5.669575 bound: 6.189299 -> [0.000000]: [surf_maxmin/DEBUG] index: 47 cnst_light_num: 61 || usage: 0.000000 remaining: 1.315157 bound: 1.914464 -> [0.000000]: [surf_maxmin/DEBUG] index: 55 cnst_light_num: 60 || usage: 0.000000 remaining: 4.249010 bound: 5.279088 -> [0.000000]: [surf_maxmin/DEBUG] index: 7 cnst_light_num: 59 || usage: 0.000000 remaining: 2.003879 bound: 2.361517 -> [0.000000]: [surf_maxmin/DEBUG] index: 18 cnst_light_num: 58 || usage: 0.000000 remaining: 6.876551 bound: 7.944233 -> [0.000000]: [surf_maxmin/DEBUG] index: 39 cnst_light_num: 57 || usage: 0.000000 remaining: 2.567343 bound: 3.502852 -> [0.000000]: [surf_maxmin/DEBUG] index: 20 cnst_light_num: 56 || usage: 0.000000 remaining: 0.000000 bound: 0.831691 -> [0.000000]: [surf_maxmin/DEBUG] index: 47 cnst_light_num: 55 || usage: 0.000000 remaining: 7.939866 bound: 8.435281 -> [0.000000]: [surf_maxmin/DEBUG] index: 33 cnst_light_num: 54 || usage: 0.000000 remaining: 1.105945 bound: 1.582234 -> [0.000000]: [surf_maxmin/DEBUG] index: 14 cnst_light_num: 53 || usage: 0.000000 remaining: 1.436632 bound: 2.454537 -> [0.000000]: [surf_maxmin/DEBUG] index: 21 cnst_light_num: 52 || usage: 0.000000 remaining: 5.134786 bound: 5.972666 -> [0.000000]: [surf_maxmin/DEBUG] index: 47 cnst_light_num: 51 || usage: 0.000000 remaining: 2.474832 bound: 3.070127 -> [0.000000]: [surf_maxmin/DEBUG] var=317, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.192480, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (317) value to 0.192480 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.192480, Var(317).penalty: 1.000000, Var(317).value: 0.192480 -> [0.000000]: [surf_maxmin/DEBUG] index: 22 cnst_light_num: 50 || usage: 0.000000 remaining: 8.590187 bound: 9.762745 -> [0.000000]: [surf_maxmin/DEBUG] index: 43 cnst_light_num: 49 || usage: 0.000000 remaining: 7.850020 bound: 9.024219 -> [0.000000]: [surf_maxmin/DEBUG] index: 40 cnst_light_num: 48 || usage: 0.000000 remaining: 8.803990 bound: 9.267207 -> [0.000000]: [surf_maxmin/DEBUG] index: 14 cnst_light_num: 47 || usage: 0.000000 remaining: 2.894269 bound: 3.711062 -> [0.000000]: [surf_maxmin/DEBUG] index: 27 cnst_light_num: 46 || usage: 0.000000 remaining: 1.488431 bound: 2.160895 -> [0.000000]: [surf_maxmin/DEBUG] index: 39 cnst_light_num: 45 || usage: 0.000000 remaining: 5.237831 bound: 6.035635 -> [0.000000]: [surf_maxmin/DEBUG] index: 32 cnst_light_num: 44 || usage: 0.000000 remaining: 0.000000 bound: 0.657095 -> [0.000000]: [surf_maxmin/DEBUG] index: 27 cnst_light_num: 43 || usage: 0.000000 remaining: 1.499276 bound: 2.410386 -> [0.000000]: [surf_maxmin/DEBUG] index: 33 cnst_light_num: 42 || usage: 0.000000 remaining: 2.697860 bound: 3.764195 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 41 || usage: 0.000000 remaining: 4.546883 bound: 5.206744 -> [0.000000]: [surf_maxmin/DEBUG] index: 9 cnst_light_num: 40 || usage: 0.000000 remaining: 5.086432 bound: 6.090356 -> [0.000000]: [surf_maxmin/DEBUG] var=322, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.199927, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (322) value to 0.199927 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.199927, Var(322).penalty: 1.000000, Var(322).value: 0.199927 -> [0.000000]: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 39 || usage: 0.000000 remaining: 2.815418 bound: 3.969000 -> [0.000000]: [surf_maxmin/DEBUG] index: 35 cnst_light_num: 38 || usage: 0.000000 remaining: 8.434436 bound: 9.496689 -> [0.000000]: [surf_maxmin/DEBUG] index: 14 cnst_light_num: 37 || usage: 0.000000 remaining: 8.775050 bound: 9.425859 -> [0.000000]: [surf_maxmin/DEBUG] index: 30 cnst_light_num: 36 || usage: 0.000000 remaining: 3.641974 bound: 4.190340 -> [0.000000]: [surf_maxmin/DEBUG] index: 4 cnst_light_num: 35 || usage: 0.000000 remaining: 2.870313 bound: 3.917662 -> [0.000000]: [surf_maxmin/DEBUG] index: 17 cnst_light_num: 34 || usage: 0.000000 remaining: 2.369036 bound: 3.206156 -> [0.000000]: [surf_maxmin/DEBUG] index: 10 cnst_light_num: 33 || usage: 0.000000 remaining: 5.722769 bound: 6.249309 -> [0.000000]: [surf_maxmin/DEBUG] index: 21 cnst_light_num: 32 || usage: 0.000000 remaining: 2.712534 bound: 4.048252 -> [0.000000]: [surf_maxmin/DEBUG] index: 22 cnst_light_num: 31 || usage: 0.000000 remaining: 0.883260 bound: 1.628717 -> [0.000000]: [surf_maxmin/DEBUG] index: 18 cnst_light_num: 30 || usage: 0.000000 remaining: 5.804409 bound: 6.235688 -> [0.000000]: [surf_maxmin/DEBUG] index: 26 cnst_light_num: 29 || usage: 0.000000 remaining: 4.884825 bound: 5.918736 -> [0.000000]: [surf_maxmin/DEBUG] index: 16 cnst_light_num: 28 || usage: 0.000000 remaining: 2.658479 bound: 3.516737 -> [0.000000]: [surf_maxmin/DEBUG] index: 19 cnst_light_num: 27 || usage: 0.000000 remaining: 5.057421 bound: 6.439143 -> [0.000000]: [surf_maxmin/DEBUG] index: 9 cnst_light_num: 26 || usage: 0.000000 remaining: 3.010640 bound: 3.636503 -> [0.000000]: [surf_maxmin/DEBUG] index: 5 cnst_light_num: 25 || usage: 0.000000 remaining: 0.723013 bound: 1.789739 -> [0.000000]: [surf_maxmin/DEBUG] index: 17 cnst_light_num: 24 || usage: 0.000000 remaining: 6.083058 bound: 6.989810 -> [0.000000]: [surf_maxmin/DEBUG] index: 20 cnst_light_num: 23 || usage: 0.000000 remaining: 0.000000 bound: 1.289353 -> [0.000000]: [surf_maxmin/DEBUG] index: 5 cnst_light_num: 22 || usage: 0.000000 remaining: 4.209866 bound: 4.881711 -> [0.000000]: [surf_maxmin/DEBUG] var=341, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.377043, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (341) value to 0.377043 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.377043, Var(341).penalty: 1.000000, Var(341).value: 0.377043 -> [0.000000]: [surf_maxmin/DEBUG] index: 6 cnst_light_num: 21 || usage: 0.000000 remaining: 8.731885 bound: 9.732780 -> [0.000000]: [surf_maxmin/DEBUG] index: 6 cnst_light_num: 20 || usage: 0.000000 remaining: 8.492159 bound: 9.726844 -> [0.000000]: [surf_maxmin/DEBUG] index: 7 cnst_light_num: 19 || usage: 0.000000 remaining: 3.664788 bound: 5.723565 -> [0.000000]: [surf_maxmin/DEBUG] index: 9 cnst_light_num: 18 || usage: 0.000000 remaining: 2.715342 bound: 4.361466 -> [0.000000]: [surf_maxmin/DEBUG] index: 6 cnst_light_num: 17 || usage: 0.000000 remaining: 6.213695 bound: 8.352567 -> [0.000000]: [surf_maxmin/DEBUG] index: 14 cnst_light_num: 16 || usage: 0.000000 remaining: 8.192748 bound: 9.371345 -> [0.000000]: [surf_maxmin/DEBUG] index: 6 cnst_light_num: 15 || usage: 0.000000 remaining: 7.420504 bound: 8.454437 -> [0.000000]: [surf_maxmin/DEBUG] index: 12 cnst_light_num: 14 || usage: 0.000000 remaining: 2.464665 bound: 4.463492 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 13 || usage: 0.000000 remaining: 4.245291 bound: 5.835435 -> [0.000000]: [surf_maxmin/DEBUG] index: 10 cnst_light_num: 12 || usage: 0.000000 remaining: 7.782035 bound: 9.006215 -> [0.000000]: [surf_maxmin/DEBUG] index: 4 cnst_light_num: 11 || usage: 0.000000 remaining: 3.670116 bound: 4.977941 -> [0.000000]: [surf_maxmin/DEBUG] index: 5 cnst_light_num: 10 || usage: 0.000000 remaining: 0.000000 bound: 1.737798 -> [0.000000]: [surf_maxmin/DEBUG] index: 6 cnst_light_num: 9 || usage: 0.000000 remaining: 5.642411 bound: 6.665584 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 8 || usage: 0.000000 remaining: 0.823446 bound: 1.081934 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 7 || usage: 0.000000 remaining: 5.236312 bound: 6.984202 -> [0.000000]: [surf_maxmin/DEBUG] index: 4 cnst_light_num: 6 || usage: 0.000000 remaining: 6.601025 bound: 8.070165 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 5 || usage: 0.000000 remaining: 0.637052 bound: 2.230325 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 4 || usage: 0.000000 remaining: 3.289864 bound: 4.347915 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 3 || usage: 0.000000 remaining: 5.344958 bound: 6.376102 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 2 || usage: 0.000000 remaining: 0.200961 bound: 1.824454 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 1.997659 bound: 2.664738 -> [0.000000]: [surf_maxmin/DEBUG] MAX-MIN ( '396'(1.000000) '379'(1.000000) '373'(1.000000) '371'(1.000000) '368'(1.000000) '355'(1.000000) '346'(1.000000) '341'(1.000000) '340'(1.000000) '339'(1.000000) '338'(1.000000) '335'(1.000000) '333'(1.000000) '330'(1.000000) '329'(1.000000) '327'(1.000000) '326'(1.000000) '325'(1.000000) '324'(1.000000) '323'(1.000000) '322'(1.000000) '321'(1.000000) '320'(1.000000) '319'(1.000000) '318'(1.000000) '317'(1.000000) '316'(1.000000) '315'(1.000000) '314'(1.000000) '313'(1.000000) '312'(1.000000) '311'(1.000000) '310'(1.000000) '309'(1.000000) '308'(1.000000) '307'(1.000000) '306'(1.000000) '305'(1.000000) '304'(1.000000) '303'(1.000000) '302'(1.000000) '301'(1.000000) '328'(0.000000) '331'(0.000000) '332'(0.000000) '334'(0.000000) '336'(0.000000) '337'(0.000000) '342'(0.000000) '343'(0.000000) '344'(0.000000) '345'(0.000000) '347'(0.000000) '348'(0.000000) '349'(0.000000) '350'(0.000000) '351'(0.000000) '352'(0.000000) '353'(0.000000) '354'(0.000000) '356'(0.000000) '357'(0.000000) '358'(0.000000) '359'(0.000000) '360'(0.000000) '361'(0.000000) '362'(0.000000) '363'(0.000000) '364'(0.000000) '365'(0.000000) '366'(0.000000) '367'(0.000000) '369'(0.000000) '370'(0.000000) '372'(0.000000) '374'(0.000000) '375'(0.000000) '376'(0.000000) '377'(0.000000) '378'(0.000000) '380'(0.000000) '381'(0.000000) '382'(0.000000) '383'(0.000000) '384'(0.000000) '385'(0.000000) '386'(0.000000) '387'(0.000000) '388'(0.000000) '389'(0.000000) '390'(0.000000) '391'(0.000000) '392'(0.000000) '393'(0.000000) '394'(0.000000) '395'(0.000000) '397'(0.000000) '398'(0.000000) '399'(0.000000) '400'(0.000000) ) -> [0.000000]: [surf_maxmin/DEBUG] Constraints -> [0.000000]: [surf_maxmin/DEBUG] (0.711620.'340'(0.082780) + 1.698087.'338'(0.008080) + 1.683660.'325'(0.017237) + 2.667037.'324'(0.082439) + 1.798105.'320'(0.004853) + 0.931724.'305'(0.017237) + 0.886673.'301'(0.008080) + 1.365698.'332'(0.000000) + 1.355919.'344'(0.000000) + 1.722164.'347'(0.000000) + 1.183967.'367'(0.000000) + 1.262590.'376'(0.000000) + 0.902728.'378'(0.000000) + 0.751774.'380'(0.000000) + 1.014224.'381'(0.000000) + 1.498186.'389'(0.000000) + 0.946280.'391'(0.000000) + 0) <= 7.863060 ('317') -> [0.000000]: [surf_maxmin/DEBUG] (1.514137.'368'(0.006347) + 1.764426.'327'(0.006347) + 1.836714.'318'(0.082780) + 1.938741.'315'(0.082439) + 0.993644.'314'(0.181646) + 1.723830.'313'(0.004853) + 1.221878.'309'(0.082780) + 1.661383.'307'(0.017237) + 2.351379.'301'(0.008080) + 3.096378.'328'(0.000000) + 0.943768.'328'(0.000000) + 0.782560.'336'(0.000000) + 1.003319.'337'(0.000000) + 1.525497.'348'(0.000000) + 1.459585.'350'(0.000000) + 1.784732.'353'(0.000000) + 0.315493.'353'(0.000000) + 1.483884.'354'(0.000000) + 0.702900.'360'(0.000000) + 1.820209.'361'(0.000000) + 2.564742.'362'(0.000000) + 1.296586.'365'(0.000000) + 0.565089.'372'(0.000000) + 0.419495.'378'(0.000000) + 1.691229.'380'(0.000000) + 1.216130.'381'(0.000000) + 1.101438.'383'(0.000000) + 1.811900.'388'(0.000000) + 0.742828.'389'(0.000000) + 0.301645.'395'(0.000000) + 0) <= 4.413485 ('319') -> [0.000000]: [surf_maxmin/DEBUG] (1.716017.'371'(0.017237) + 1.706524.'339'(0.082439) + 1.184229.'338'(0.008080) + 0.090393.'330'(0.022783) + 1.701258.'327'(0.006347) + 1.126359.'321'(0.022783) + 1.146949.'321'(0.022783) + 1.609376.'320'(0.004853) + 1.216585.'317'(0.192480) + 2.171146.'308'(0.055454) + 1.361675.'307'(0.017237) + 1.075141.'305'(0.017237) + 1.361375.'301'(0.008080) + 2.003081.'328'(0.000000) + 1.562996.'334'(0.000000) + 1.225045.'337'(0.000000) + 1.112023.'378'(0.000000) + 2.641544.'383'(0.000000) + 0.914179.'385'(0.000000) + 2.588364.'389'(0.000000) + 1.348564.'391'(0.000000) + 1.332286.'397'(0.000000) + 0) <= 5.206744 ('360') -> [0.000000]: [surf_maxmin/DEBUG] (1.566114.'346'(0.055454) + 1.257587.'338'(0.008080) + 1.843428.'330'(0.022783) + 2.905613.'329'(0.004853) + 2.282056.'326'(0.004853) + 1.563939.'322'(0.199927) + 0.900933.'318'(0.082780) + 1.356355.'317'(0.192480) + 1.117123.'315'(0.082439) + 0.689510.'312'(0.004853) + 0.722313.'310'(0.008080) + 1.432905.'309'(0.082780) + 2.447716.'306'(0.004853) + 1.017886.'304'(0.082780) + 0.904820.'302'(0.006347) + 2.388552.'301'(0.008080) + 2.159258.'347'(0.000000) + 1.830088.'353'(0.000000) + 1.219250.'356'(0.000000) + 0.639934.'358'(0.000000) + 1.264648.'375'(0.000000) + 1.910719.'377'(0.000000) + 1.954779.'378'(0.000000) + 1.017164.'385'(0.000000) + 0.504384.'391'(0.000000) + 0.405253.'393'(0.000000) + 0) <= 3.969000 ('330') -> [0.000000]: [surf_maxmin/DEBUG] (0.495672.'373'(0.008080) + 2.081330.'355'(0.006347) + 0.724210.'327'(0.006347) + 2.523324.'320'(0.004853) + 1.268110.'319'(0.006347) + 3.187228.'319'(0.006347) + 2.388622.'312'(0.004853) + 1.595902.'310'(0.008080) + 1.936256.'304'(0.082780) + 2.162370.'301'(0.008080) + 0.988663.'328'(0.000000) + 1.653667.'331'(0.000000) + 1.628163.'343'(0.000000) + 1.219518.'352'(0.000000) + 1.221598.'353'(0.000000) + 1.349813.'359'(0.000000) + 0.687139.'360'(0.000000) + 0.546418.'364'(0.000000) + 1.526125.'366'(0.000000) + 1.473956.'370'(0.000000) + 1.141226.'378'(0.000000) + 0.531014.'383'(0.000000) + 1.933780.'386'(0.000000) + 2.104870.'388'(0.000000) + 2.340618.'392'(0.000000) + 1.300351.'397'(0.000000) + 2.238345.'399'(0.000000) + 0) <= 0.400911 ('394') -> [0.000000]: [surf_maxmin/DEBUG] (0.078865.'340'(0.082780) + 2.463213.'340'(0.082780) + 1.294912.'322'(0.199927) + 1.847221.'314'(0.181646) + 0.046435.'309'(0.082780) + 1.723118.'309'(0.082780) + 1.705769.'306'(0.004853) + 0.993087.'305'(0.017237) + 0.854144.'304'(0.082780) + 2.386266.'301'(0.008080) + 0.834431.'331'(0.000000) + 0.805403.'334'(0.000000) + 2.111643.'337'(0.000000) + 0.653751.'343'(0.000000) + 2.491274.'349'(0.000000) + 1.268729.'350'(0.000000) + 0.713745.'354'(0.000000) + 1.537723.'357'(0.000000) + 1.324894.'370'(0.000000) + 1.692808.'376'(0.000000) + 1.467057.'377'(0.000000) + 1.121068.'388'(0.000000) + 1.905989.'394'(0.000000) + 0.318458.'394'(0.000000) + 1.595324.'400'(0.000000) + 0) <= 1.789739 ('332') -> [0.000000]: [surf_maxmin/DEBUG] (0.979203.'368'(0.006347) + 2.640168.'355'(0.006347) + 1.800143.'341'(0.377043) + 1.448635.'326'(0.004853) + 0.998835.'316'(0.006347) + 1.348652.'315'(0.082439) + 0.651234.'311'(0.082439) + 1.680076.'307'(0.017237) + 0.953325.'304'(0.082780) + 1.618585.'301'(0.008080) + 1.049344.'334'(0.000000) + 0.942706.'345'(0.000000) + 1.531845.'352'(0.000000) + 1.397830.'353'(0.000000) + 0.679314.'357'(0.000000) + 1.484183.'360'(0.000000) + 0.956321.'361'(0.000000) + 1.646165.'366'(0.000000) + 1.393240.'367'(0.000000) + 1.943746.'370'(0.000000) + 1.298603.'372'(0.000000) + 1.541377.'375'(0.000000) + 0.652324.'383'(0.000000) + 0.501243.'393'(0.000000) + 0.143884.'397'(0.000000) + 1.951680.'398'(0.000000) + 2.087441.'400'(0.000000) + 0) <= 9.732780 ('393') -> [0.000000]: [surf_maxmin/DEBUG] (1.065682.'379'(0.017237) + 2.278476.'371'(0.017237) + 1.566285.'355'(0.006347) + 0.424741.'339'(0.082439) + 1.030943.'326'(0.004853) + 1.937713.'312'(0.004853) + 1.343270.'311'(0.082439) + 1.540738.'306'(0.004853) + 0.173443.'305'(0.017237) + 1.343547.'305'(0.017237) + 1.708719.'301'(0.008080) + 1.580683.'345'(0.000000) + 1.441257.'351'(0.000000) + 1.177313.'357'(0.000000) + 2.309678.'359'(0.000000) + 0.675388.'360'(0.000000) + 3.543693.'361'(0.000000) + 0.801080.'361'(0.000000) + 1.295386.'363'(0.000000) + 0.314557.'366'(0.000000) + 1.114859.'378'(0.000000) + 0.341157.'386'(0.000000) + 2.804699.'387'(0.000000) + 0.474134.'387'(0.000000) + 2.611973.'398'(0.000000) + 0.242060.'398'(0.000000) + 0) <= 9.796163 ('378') -> [0.000000]: [surf_maxmin/DEBUG] (1.478215.'373'(0.008080) + 0.686029.'346'(0.055454) + 2.679396.'341'(0.377043) + 1.163916.'338'(0.008080) + 1.127652.'329'(0.004853) + 1.472993.'322'(0.199927) + 1.192189.'320'(0.004853) + 1.833912.'319'(0.006347) + 0.364125.'317'(0.192480) + 1.789408.'311'(0.082439) + 2.334212.'301'(0.008080) + 0.951115.'343'(0.000000) + 1.507475.'347'(0.000000) + 2.046835.'354'(0.000000) + 2.119808.'356'(0.000000) + 2.144554.'357'(0.000000) + 1.679998.'362'(0.000000) + 1.739287.'363'(0.000000) + 0.961286.'365'(0.000000) + 1.744600.'376'(0.000000) + 3.043084.'383'(0.000000) + 0.733632.'383'(0.000000) + 1.218679.'397'(0.000000) + 1.490963.'398'(0.000000) + 1.701003.'399'(0.000000) + 0) <= 1.824454 ('341') -> [0.000000]: [surf_maxmin/DEBUG] (1.998429.'373'(0.008080) + 1.704990.'355'(0.006347) + 1.298527.'346'(0.055454) + 1.390125.'339'(0.082439) + 0.175803.'329'(0.004853) + 3.211196.'329'(0.004853) + 2.163992.'318'(0.082780) + 2.371303.'317'(0.192480) + 0.778190.'313'(0.004853) + 1.525992.'312'(0.004853) + 0.847286.'308'(0.055454) + 1.360580.'308'(0.055454) + 0.584893.'301'(0.008080) + 2.004245.'331'(0.000000) + 1.165877.'334'(0.000000) + 0.688562.'334'(0.000000) + 1.377142.'347'(0.000000) + 0.859110.'349'(0.000000) + 0.756312.'354'(0.000000) + 1.653681.'359'(0.000000) + 2.550189.'363'(0.000000) + 1.178071.'367'(0.000000) + 1.486712.'369'(0.000000) + 1.414617.'374'(0.000000) + 2.096071.'377'(0.000000) + 1.278261.'381'(0.000000) + 1.997870.'383'(0.000000) + 1.941868.'384'(0.000000) + 0.860328.'389'(0.000000) + 1.868089.'399'(0.000000) + 0) <= 6.090356 ('303') -> [0.000000]: [surf_maxmin/DEBUG] (2.006966.'371'(0.017237) + 1.935171.'326'(0.004853) + 1.348943.'322'(0.199927) + 0.706959.'319'(0.006347) + 2.213002.'318'(0.082780) + 1.458894.'313'(0.004853) + 2.240850.'301'(0.008080) + 1.641588.'331'(0.000000) + 0.553238.'344'(0.000000) + 1.619687.'350'(0.000000) + 2.453332.'352'(0.000000) + 1.466878.'357'(0.000000) + 2.455601.'360'(0.000000) + 1.696665.'385'(0.000000) + 0.616250.'389'(0.000000) + 2.452300.'390'(0.000000) + 1.367020.'390'(0.000000) + 1.680218.'391'(0.000000) + 1.107554.'393'(0.000000) + 0) <= 6.249309 ('336') -> [0.000000]: [surf_maxmin/DEBUG] (1.450346.'368'(0.006347) + 1.371606.'355'(0.006347) + 1.517993.'341'(0.377043) + 0.874640.'326'(0.004853) + 0.988978.'321'(0.022783) + 1.341839.'317'(0.192480) + 2.301468.'309'(0.082780) + 1.252799.'308'(0.055454) + 1.950171.'308'(0.055454) + 2.429368.'304'(0.082780) + 2.053849.'303'(0.006347) + 1.430037.'301'(0.008080) + 1.694081.'328'(0.000000) + 1.461225.'332'(0.000000) + 2.317328.'337'(0.000000) + 0.566895.'337'(0.000000) + 1.700498.'342'(0.000000) + 1.757581.'348'(0.000000) + 2.439459.'358'(0.000000) + 1.611999.'360'(0.000000) + 0.185440.'363'(0.000000) + 1.306606.'366'(0.000000) + 1.104577.'375'(0.000000) + 1.505160.'381'(0.000000) + 0.596199.'382'(0.000000) + 1.619134.'387'(0.000000) + 1.916616.'392'(0.000000) + 1.733777.'395'(0.000000) + 0) <= 8.070165 ('353') -> [0.000000]: [surf_maxmin/DEBUG] (2.188345.'379'(0.017237) + 1.044661.'346'(0.055454) + 1.559277.'340'(0.082780) + 1.043279.'339'(0.082439) + 2.049971.'325'(0.017237) + 1.699223.'319'(0.006347) + 1.278679.'318'(0.082780) + 2.143997.'310'(0.008080) + 0.181397.'308'(0.055454) + 1.559022.'308'(0.055454) + 0.704131.'302'(0.006347) + 1.584598.'301'(0.008080) + 2.692239.'331'(0.000000) + 2.093217.'337'(0.000000) + 0.610285.'348'(0.000000) + 1.081395.'352'(0.000000) + 0.999795.'356'(0.000000) + 1.388990.'358'(0.000000) + 1.657937.'365'(0.000000) + 1.432580.'367'(0.000000) + 2.372392.'375'(0.000000) + 1.293714.'376'(0.000000) + 0.256539.'378'(0.000000) + 2.331921.'386'(0.000000) + 1.972334.'397'(0.000000) + 0.846193.'398'(0.000000) + 0) <= 6.866671 ('334') -> [0.000000]: [surf_maxmin/DEBUG] (1.311297.'368'(0.006347) + 1.499577.'346'(0.055454) + 0.299527.'341'(0.377043) + 0.920434.'320'(0.004853) + 1.907479.'310'(0.008080) + 1.034678.'301'(0.008080) + 3.197210.'301'(0.008080) + 1.168678.'336'(0.000000) + 1.972985.'347'(0.000000) + 2.931100.'354'(0.000000) + 1.686911.'357'(0.000000) + 0.953565.'363'(0.000000) + 1.150871.'390'(0.000000) + 1.209868.'391'(0.000000) + 1.540083.'399'(0.000000) + 0) <= 1.081934 ('325') -> [0.000000]: [surf_maxmin/DEBUG] (1.075438.'373'(0.008080) + 0.926153.'346'(0.055454) + 1.654459.'335'(0.017237) + 1.833743.'333'(0.017237) + 1.929500.'324'(0.082439) + 0.750631.'323'(0.181646) + 1.197651.'320'(0.004853) + 0.356819.'319'(0.006347) + 2.494443.'319'(0.006347) + 1.252317.'314'(0.181646) + 1.498283.'310'(0.008080) + 1.341426.'310'(0.008080) + 0.094385.'309'(0.082780) + 2.951247.'309'(0.082780) + 1.151614.'308'(0.055454) + 1.485977.'301'(0.008080) + 1.794289.'332'(0.000000) + 0.862714.'337'(0.000000) + 1.925785.'342'(0.000000) + 0.730261.'348'(0.000000) + 1.101680.'352'(0.000000) + 1.156102.'353'(0.000000) + 0.617411.'354'(0.000000) + 2.640077.'356'(0.000000) + 0.738765.'364'(0.000000) + 1.536005.'365'(0.000000) + 2.153885.'376'(0.000000) + 1.285648.'382'(0.000000) + 0.681327.'382'(0.000000) + 1.822456.'383'(0.000000) + 1.196773.'394'(0.000000) + 1.031761.'395'(0.000000) + 0) <= 2.454537 ('351') -> [0.000000]: [surf_maxmin/DEBUG] (2.142989.'396'(0.006347) + 1.392642.'379'(0.017237) + 2.140192.'373'(0.008080) + 1.401331.'368'(0.006347) + 2.476610.'346'(0.055454) + 1.580390.'341'(0.377043) + 0.630281.'340'(0.082780) + 0.318532.'338'(0.008080) + 2.236869.'316'(0.006347) + 0.627202.'306'(0.004853) + 1.651365.'304'(0.082780) + 2.162917.'301'(0.008080) + 1.683755.'331'(0.000000) + 0.612844.'345'(0.000000) + 0.992618.'349'(0.000000) + 0.392269.'353'(0.000000) + 1.650478.'354'(0.000000) + 1.230058.'361'(0.000000) + 2.300912.'369'(0.000000) + 1.487211.'375'(0.000000) + 1.378015.'378'(0.000000) + 1.373874.'380'(0.000000) + 1.386657.'383'(0.000000) + 1.266970.'395'(0.000000) + 1.575748.'398'(0.000000) + 0) <= 6.665584 ('398') -> [0.000000]: [surf_maxmin/DEBUG] (1.420515.'373'(0.008080) + 1.027115.'339'(0.082439) + 2.017576.'326'(0.004853) + 0.615121.'325'(0.017237) + 0.558401.'324'(0.082439) + 1.349296.'322'(0.199927) + 2.776283.'315'(0.082439) + 1.498066.'313'(0.004853) + 0.857583.'309'(0.082780) + 1.268739.'304'(0.082780) + 1.702648.'301'(0.008080) + 2.448588.'328'(0.000000) + 1.689581.'334'(0.000000) + 1.523551.'336'(0.000000) + 1.945523.'337'(0.000000) + 0.275212.'343'(0.000000) + 1.851690.'352'(0.000000) + 0.497506.'365'(0.000000) + 0.100233.'372'(0.000000) + 2.080770.'385'(0.000000) + 1.548718.'386'(0.000000) + 0.342376.'386'(0.000000) + 2.814421.'387'(0.000000) + 1.488967.'388'(0.000000) + 2.407085.'389'(0.000000) + 0.398635.'391'(0.000000) + 0.596739.'392'(0.000000) + 2.100543.'399'(0.000000) + 0) <= 3.516737 ('333') -> [0.000000]: [surf_maxmin/DEBUG] (2.251193.'368'(0.006347) + 0.584939.'322'(0.199927) + 2.144101.'319'(0.006347) + 1.389532.'316'(0.006347) + 2.408643.'315'(0.082439) + 0.182870.'314'(0.181646) + 2.436842.'314'(0.181646) + 0.381590.'306'(0.004853) + 0.888874.'301'(0.008080) + 1.066601.'328'(0.000000) + 0.830997.'334'(0.000000) + 0.493331.'350'(0.000000) + 2.143881.'372'(0.000000) + 0.597891.'375'(0.000000) + 1.280711.'376'(0.000000) + 0.208845.'380'(0.000000) + 0) <= 3.206156 ('372') -> [0.000000]: [surf_maxmin/DEBUG] (1.703523.'396'(0.006347) + 0.150766.'373'(0.008080) + 1.396488.'338'(0.008080) + 0.655690.'329'(0.004853) + 1.657219.'326'(0.004853) + 1.981789.'319'(0.006347) + 2.370631.'312'(0.004853) + 0.912128.'310'(0.008080) + 2.700473.'310'(0.008080) + 2.036485.'301'(0.008080) + 1.065244.'331'(0.000000) + 2.139655.'332'(0.000000) + 0.604935.'343'(0.000000) + 1.124954.'345'(0.000000) + 1.546877.'347'(0.000000) + 1.551965.'349'(0.000000) + 1.350480.'358'(0.000000) + 1.375465.'370'(0.000000) + 0.459934.'370'(0.000000) + 1.926573.'378'(0.000000) + 1.122016.'381'(0.000000) + 1.222285.'387'(0.000000) + 2.023252.'391'(0.000000) + 2.013685.'392'(0.000000) + 1.765207.'394'(0.000000) + 1.323436.'395'(0.000000) + 0) <= 0.104267 ('391') -> [0.000000]: [surf_maxmin/DEBUG] (1.160817.'346'(0.055454) + 1.304207.'330'(0.022783) + 1.703323.'327'(0.006347) + 1.861944.'324'(0.082439) + 1.000717.'322'(0.199927) + 0.785101.'314'(0.181646) + 3.163711.'314'(0.181646) + 0.786787.'308'(0.055454) + 1.591752.'304'(0.082780) + 1.921340.'302'(0.006347) + 2.275118.'301'(0.008080) + 1.439880.'332'(0.000000) + 0.228930.'334'(0.000000) + 1.248489.'349'(0.000000) + 0.687124.'351'(0.000000) + 1.451475.'352'(0.000000) + 2.019343.'360'(0.000000) + 0.103678.'361'(0.000000) + 0.213856.'366'(0.000000) + 1.325200.'370'(0.000000) + 1.442046.'378'(0.000000) + 1.222894.'383'(0.000000) + 2.463385.'385'(0.000000) + 1.117042.'386'(0.000000) + 0.785661.'387'(0.000000) + 2.308514.'390'(0.000000) + 0) <= 6.439143 ('314') -> [0.000000]: [surf_maxmin/DEBUG] (1.545870.'371'(0.017237) + 2.243698.'320'(0.004853) + 1.207884.'315'(0.082439) + 0.689241.'310'(0.008080) + 2.968804.'310'(0.008080) + 1.341022.'307'(0.017237) + 1.141391.'303'(0.006347) + 1.632092.'301'(0.008080) + 1.963881.'331'(0.000000) + 1.739879.'332'(0.000000) + 2.346900.'343'(0.000000) + 2.130370.'353'(0.000000) + 1.687489.'362'(0.000000) + 1.167280.'380'(0.000000) + 1.592617.'382'(0.000000) + 2.289443.'385'(0.000000) + 0.040382.'390'(0.000000) + 0.606368.'395'(0.000000) + 1.874285.'399'(0.000000) + 0) <= 9.834007 ('310') -> [0.000000]: [surf_maxmin/DEBUG] (2.156695.'371'(0.017237) + 1.300980.'335'(0.017237) + 2.637163.'333'(0.017237) + 1.479931.'330'(0.022783) + 2.226821.'329'(0.004853) + 1.516854.'323'(0.181646) + 1.996378.'315'(0.082439) + 2.537394.'305'(0.017237) + 2.088363.'304'(0.082780) + 1.694245.'303'(0.006347) + 1.726181.'302'(0.006347) + 1.221966.'301'(0.008080) + 2.142040.'350'(0.000000) + 2.107558.'358'(0.000000) + 2.125886.'376'(0.000000) + 0) <= 5.972666 ('350') -> [0.000000]: [surf_maxmin/DEBUG] (1.655562.'396'(0.006347) + 2.414940.'373'(0.008080) + 2.476225.'346'(0.055454) + 1.225042.'333'(0.017237) + 1.703328.'325'(0.017237) + 0.829578.'324'(0.082439) + 1.537303.'321'(0.022783) + 0.901660.'319'(0.006347) + 1.416742.'318'(0.082780) + 1.858249.'317'(0.192480) + 0.825755.'314'(0.181646) + 1.630474.'310'(0.008080) + 2.040300.'309'(0.082780) + 1.964813.'303'(0.006347) + 1.555330.'302'(0.006347) + 2.010882.'301'(0.008080) + 1.720842.'332'(0.000000) + 2.225409.'336'(0.000000) + 2.263211.'345'(0.000000) + 1.104478.'347'(0.000000) + 3.000758.'350'(0.000000) + 1.188092.'350'(0.000000) + 2.006400.'374'(0.000000) + 2.003526.'382'(0.000000) + 0.154813.'385'(0.000000) + 1.933598.'393'(0.000000) + 1.461805.'395'(0.000000) + 2.934655.'398'(0.000000) + 0.130611.'398'(0.000000) + 0) <= 9.762745 ('305') -> [0.000000]: [surf_maxmin/DEBUG] (1.979700.'341'(0.377043) + 1.969252.'339'(0.082439) + 2.295743.'326'(0.004853) + 0.608697.'314'(0.181646) + 2.563275.'313'(0.004853) + 2.383229.'302'(0.006347) + 1.373605.'332'(0.000000) + 1.610305.'343'(0.000000) + 2.210137.'352'(0.000000) + 0.932532.'356'(0.000000) + 1.518256.'358'(0.000000) + 2.530130.'359'(0.000000) + 1.984321.'360'(0.000000) + 2.480062.'380'(0.000000) + 2.329986.'387'(0.000000) + 1.955451.'399'(0.000000) + 0) <= 4.347915 ('307') -> [0.000000]: [surf_maxmin/DEBUG] (1.803878.'396'(0.006347) + 0.352500.'371'(0.017237) + 1.590609.'368'(0.006347) + 1.051952.'323'(0.181646) + 2.133090.'322'(0.199927) + 2.219202.'313'(0.004853) + 1.770554.'310'(0.008080) + 0.252554.'302'(0.006347) + 0.493158.'328'(0.000000) + 1.187952.'332'(0.000000) + 0.618277.'347'(0.000000) + 2.448310.'360'(0.000000) + 1.575858.'374'(0.000000) + 1.796425.'380'(0.000000) + 2.558684.'381'(0.000000) + 1.057599.'382'(0.000000) + 1.321968.'394'(0.000000) + 0) <= 4.881711 ('382') -> [0.000000]: [surf_maxmin/DEBUG] (0.607594.'396'(0.006347) + 1.950930.'368'(0.006347) + 1.686440.'355'(0.006347) + 1.281865.'327'(0.006347) + 2.319723.'319'(0.006347) + 2.431209.'316'(0.006347) + 2.062597.'303'(0.006347) + 1.817547.'302'(0.006347) + 0.181529.'336'(0.000000) + 1.437413.'337'(0.000000) + 1.939840.'345'(0.000000) + 2.611247.'347'(0.000000) + 0.952508.'347'(0.000000) + 0.279688.'356'(0.000000) + 2.198105.'369'(0.000000) + 2.215501.'372'(0.000000) + 1.364141.'378'(0.000000) + 0.574650.'380'(0.000000) + 1.787748.'385'(0.000000) + 1.636432.'395'(0.000000) + 0.935788.'400'(0.000000) + 0) <= 0.089861 ('312') -> [0.000000]: [surf_maxmin/DEBUG] (1.324989.'322'(0.199927) + 1.046127.'317'(0.192480) + 0.490652.'315'(0.082439) + 2.787436.'315'(0.082439) + 0.673020.'311'(0.082439) + 2.269262.'311'(0.082439) + 0.796390.'305'(0.017237) + 1.755725.'305'(0.017237) + 1.711271.'302'(0.006347) + 1.914776.'334'(0.000000) + 1.332024.'336'(0.000000) + 2.062222.'345'(0.000000) + 1.128830.'345'(0.000000) + 2.024386.'350'(0.000000) + 1.008370.'351'(0.000000) + 0.732527.'358'(0.000000) + 3.028487.'360'(0.000000) + 0.023614.'360'(0.000000) + 2.404998.'361'(0.000000) + 2.525242.'363'(0.000000) + 1.109173.'363'(0.000000) + 2.742266.'364'(0.000000) + 3.345507.'365'(0.000000) + 0.906689.'365'(0.000000) + 2.265521.'374'(0.000000) + 0.392614.'374'(0.000000) + 1.700073.'376'(0.000000) + 1.839780.'384'(0.000000) + 0.573942.'400'(0.000000) + 0) <= 5.918736 ('357') -> [0.000000]: [surf_maxmin/DEBUG] (2.712258.'339'(0.082439) + 2.085376.'320'(0.004853) + 0.874233.'312'(0.004853) + 1.374401.'308'(0.055454) + 1.690029.'306'(0.004853) + 0.622500.'302'(0.006347) + 1.221146.'336'(0.000000) + 2.092621.'342'(0.000000) + 1.381753.'343'(0.000000) + 1.506823.'360'(0.000000) + 1.885892.'362'(0.000000) + 2.504442.'370'(0.000000) + 1.415783.'375'(0.000000) + 2.380804.'376'(0.000000) + 0.998891.'381'(0.000000) + 2.151756.'384'(0.000000) + 1.391347.'392'(0.000000) + 0.959769.'393'(0.000000) + 2.393442.'399'(0.000000) + 0) <= 1.454623 ('384') -> [0.000000]: [surf_maxmin/DEBUG] (0.441404.'379'(0.017237) + 1.322848.'355'(0.006347) + 1.075574.'341'(0.377043) + 2.513916.'341'(0.377043) + 2.522272.'333'(0.017237) + 1.878153.'329'(0.004853) + 1.551784.'325'(0.017237) + 0.978282.'324'(0.082439) + 1.574588.'317'(0.192480) + 0.976078.'316'(0.006347) + 0.860614.'314'(0.181646) + 0.976966.'311'(0.082439) + 0.533624.'309'(0.082780) + 0.988395.'305'(0.017237) + 0.337083.'302'(0.006347) + 0.943002.'343'(0.000000) + 2.133007.'349'(0.000000) + 0.062907.'349'(0.000000) + 2.905266.'353'(0.000000) + 1.104135.'353'(0.000000) + 2.090902.'354'(0.000000) + 1.393711.'356'(0.000000) + 0.709289.'358'(0.000000) + 2.707070.'363'(0.000000) + 2.613143.'369'(0.000000) + 1.471394.'377'(0.000000) + 1.185099.'381'(0.000000) + 0.650904.'382'(0.000000) + 0.697764.'389'(0.000000) + 1.396270.'390'(0.000000) + 0) <= 8.352567 ('324') -> [0.000000]: [surf_maxmin/DEBUG] (1.219295.'339'(0.082439) + 0.780448.'333'(0.017237) + 1.937533.'326'(0.004853) + 1.919653.'321'(0.022783) + 0.728122.'314'(0.181646) + 2.585188.'309'(0.082780) + 2.602921.'302'(0.006347) + 2.311918.'342'(0.000000) + 1.521090.'345'(0.000000) + 0.891243.'351'(0.000000) + 0.997482.'360'(0.000000) + 2.803506.'361'(0.000000) + 0.467469.'362'(0.000000) + 0.986616.'363'(0.000000) + 1.264118.'364'(0.000000) + 1.606894.'366'(0.000000) + 2.821644.'370'(0.000000) + 1.875073.'392'(0.000000) + 0) <= 5.146537 ('362') -> [0.000000]: [surf_maxmin/DEBUG] (1.224833.'396'(0.006347) + 1.168466.'379'(0.017237) + 2.254727.'373'(0.008080) + 0.954898.'355'(0.006347) + 2.044197.'322'(0.199927) + 0.357810.'319'(0.006347) + 0.545584.'318'(0.082780) + 1.628564.'313'(0.004853) + 1.073978.'310'(0.008080) + 0.304038.'306'(0.004853) + 0.882481.'305'(0.017237) + 1.068396.'302'(0.006347) + 2.725594.'334'(0.000000) + 0.824851.'334'(0.000000) + 2.016653.'349'(0.000000) + 0.298382.'349'(0.000000) + 0.522697.'367'(0.000000) + 2.585321.'372'(0.000000) + 1.437447.'377'(0.000000) + 0.734553.'386'(0.000000) + 0) <= 4.190340 ('376') -> [0.000000]: [surf_maxmin/DEBUG] (1.292308.'368'(0.006347) + 2.281100.'341'(0.377043) + 1.037942.'338'(0.008080) + 1.350651.'327'(0.006347) + 1.517428.'324'(0.082439) + 0.360062.'322'(0.199927) + 1.896207.'318'(0.082780) + 1.789569.'317'(0.192480) + 0.417487.'313'(0.004853) + 1.433757.'313'(0.004853) + 1.042581.'307'(0.017237) + 2.627877.'307'(0.017237) + 0.872840.'304'(0.082780) + 1.505221.'302'(0.006347) + 2.523720.'331'(0.000000) + 1.684026.'344'(0.000000) + 1.069256.'347'(0.000000) + 1.907866.'361'(0.000000) + 1.444119.'362'(0.000000) + 1.879421.'370'(0.000000) + 0.521029.'370'(0.000000) + 0.895838.'381'(0.000000) + 2.304480.'384'(0.000000) + 1.372772.'386'(0.000000) + 1.926606.'395'(0.000000) + 0) <= 1.737798 ('388') -> [0.000000]: [surf_maxmin/DEBUG] (2.613806.'379'(0.017237) + 0.933480.'371'(0.017237) + 1.329467.'355'(0.006347) + 1.870623.'346'(0.055454) + 1.753450.'321'(0.022783) + 1.727147.'316'(0.006347) + 1.837925.'308'(0.055454) + 1.989770.'302'(0.006347) + 1.266490.'342'(0.000000) + 1.530598.'344'(0.000000) + 2.041393.'348'(0.000000) + 1.847707.'350'(0.000000) + 2.029727.'352'(0.000000) + 2.643760.'354'(0.000000) + 0.213818.'359'(0.000000) + 1.900234.'369'(0.000000) + 2.066903.'370'(0.000000) + 0.220985.'374'(0.000000) + 0.268371.'377'(0.000000) + 2.413254.'381'(0.000000) + 2.163067.'394'(0.000000) + 2.045749.'398'(0.000000) + 0.747784.'398'(0.000000) + 0.910594.'399'(0.000000) + 0) <= 0.338776 ('396') -> [0.000000]: [surf_maxmin/DEBUG] (1.255929.'368'(0.006347) + 1.537786.'346'(0.055454) + 1.402707.'335'(0.017237) + 1.285077.'327'(0.006347) + 0.553894.'323'(0.181646) + 1.463570.'321'(0.022783) + 0.824048.'313'(0.004853) + 2.402492.'311'(0.082439) + 1.082421.'306'(0.004853) + 1.487048.'302'(0.006347) + 1.226751.'334'(0.000000) + 2.087176.'356'(0.000000) + 1.146475.'359'(0.000000) + 1.665231.'366'(0.000000) + 1.527271.'374'(0.000000) + 0.528224.'378'(0.000000) + 1.963264.'388'(0.000000) + 1.540668.'392'(0.000000) + 2.760828.'394'(0.000000) + 1.796408.'399'(0.000000) + 0) <= 1.582234 ('326') -> [0.000000]: [surf_maxmin/DEBUG] (1.843280.'346'(0.055454) + 1.028542.'341'(0.377043) + 2.327501.'338'(0.008080) + 0.903314.'335'(0.017237) + 1.214425.'322'(0.199927) + 1.637453.'320'(0.004853) + 2.056749.'312'(0.004853) + 2.766140.'311'(0.082439) + 2.109667.'308'(0.055454) + 2.020292.'304'(0.082780) + 1.644051.'302'(0.006347) + 0.714266.'342'(0.000000) + 0.117296.'347'(0.000000) + 2.471165.'349'(0.000000) + 0.783760.'351'(0.000000) + 1.323683.'353'(0.000000) + 0.558881.'354'(0.000000) + 0.827937.'361'(0.000000) + 1.764243.'362'(0.000000) + 1.983059.'367'(0.000000) + 0.800223.'385'(0.000000) + 1.803948.'389'(0.000000) + 2.486761.'391'(0.000000) + 1.420717.'392'(0.000000) + 1.803463.'397'(0.000000) + 2.038046.'398'(0.000000) + 1.201613.'398'(0.000000) + 0) <= 4.977941 ('340') -> [0.000000]: [surf_maxmin/DEBUG] (1.876975.'379'(0.017237) + 0.510588.'373'(0.008080) + 1.306080.'355'(0.006347) + 1.064760.'339'(0.082439) + 0.652569.'330'(0.022783) + 1.942335.'324'(0.082439) + 1.175268.'316'(0.006347) + 1.701234.'315'(0.082439) + 2.239370.'311'(0.082439) + 1.705232.'302'(0.006347) + 1.719749.'331'(0.000000) + 2.001676.'344'(0.000000) + 0.428366.'354'(0.000000) + 2.237388.'357'(0.000000) + 1.403604.'357'(0.000000) + 1.282241.'363'(0.000000) + 1.325647.'369'(0.000000) + 1.275730.'376'(0.000000) + 1.580582.'385'(0.000000) + 1.738771.'389'(0.000000) + 1.584437.'392'(0.000000) + 2.403731.'393'(0.000000) + 0) <= 0.650678 ('355') -> [0.000000]: [surf_maxmin/DEBUG] (0.649945.'379'(0.017237) + 2.346014.'368'(0.006347) + 1.743950.'341'(0.377043) + 2.047815.'339'(0.082439) + 1.607312.'335'(0.017237) + 0.334220.'329'(0.004853) + 0.146788.'318'(0.082780) + 1.754841.'318'(0.082780) + 1.054897.'315'(0.082439) + 0.277400.'308'(0.055454) + 1.439809.'307'(0.017237) + 1.782663.'303'(0.006347) + 0.144536.'302'(0.006347) + 1.982531.'337'(0.000000) + 0.775950.'344'(0.000000) + 1.933369.'350'(0.000000) + 1.285747.'356'(0.000000) + 1.866888.'364'(0.000000) + 0.467053.'364'(0.000000) + 0.638955.'366'(0.000000) + 1.730620.'377'(0.000000) + 1.862237.'383'(0.000000) + 1.107982.'388'(0.000000) + 2.000082.'390'(0.000000) + 1.005460.'394'(0.000000) + 1.386269.'395'(0.000000) + 1.300899.'400'(0.000000) + 0) <= 9.371345 ('380') -> [0.000000]: [surf_maxmin/DEBUG] (1.834147.'355'(0.006347) + 1.899387.'341'(0.377043) + 0.890574.'340'(0.082780) + 2.120059.'325'(0.017237) + 2.172103.'320'(0.004853) + 0.835591.'317'(0.192480) + 1.568593.'316'(0.006347) + 1.967717.'315'(0.082439) + 2.135596.'305'(0.017237) + 0.869407.'303'(0.006347) + 1.693777.'302'(0.006347) + 1.512437.'328'(0.000000) + 1.023810.'332'(0.000000) + 1.878877.'334'(0.000000) + 1.535844.'337'(0.000000) + 1.418404.'343'(0.000000) + 0.386354.'351'(0.000000) + 1.969718.'352'(0.000000) + 1.997850.'359'(0.000000) + 2.185011.'362'(0.000000) + 1.154705.'369'(0.000000) + 2.112834.'381'(0.000000) + 0.554549.'383'(0.000000) + 1.357681.'388'(0.000000) + 1.335192.'389'(0.000000) + 2.671909.'390'(0.000000) + 0.647006.'391'(0.000000) + 1.934913.'394'(0.000000) + 1.384854.'397'(0.000000) + 0) <= 9.726844 ('302') -> [0.000000]: [surf_maxmin/DEBUG] (1.510495.'396'(0.006347) + 1.766920.'368'(0.006347) + 0.488279.'355'(0.006347) + 1.815380.'339'(0.082439) + 0.351595.'330'(0.022783) + 2.327534.'330'(0.022783) + 1.176315.'324'(0.082439) + 2.531404.'321'(0.022783) + 1.488948.'312'(0.004853) + 1.284145.'302'(0.006347) + 0.602445.'348'(0.000000) + 1.304898.'349'(0.000000) + 1.862587.'351'(0.000000) + 1.731239.'354'(0.000000) + 1.667269.'363'(0.000000) + 1.144728.'372'(0.000000) + 2.191092.'381'(0.000000) + 0.802136.'383'(0.000000) + 2.241454.'384'(0.000000) + 0.717303.'388'(0.000000) + 0.099801.'389'(0.000000) + 0.583255.'397'(0.000000) + 1.821667.'398'(0.000000) + 0.761019.'400'(0.000000) + 0) <= 4.124722 ('375') -> [0.000000]: [surf_maxmin/DEBUG] (1.437827.'396'(0.006347) + 0.996293.'340'(0.082780) + 1.010462.'330'(0.022783) + 0.582776.'329'(0.004853) + 2.580102.'327'(0.006347) + 2.289583.'318'(0.082780) + 2.477339.'311'(0.082439) + 1.845199.'309'(0.082780) + 1.890785.'304'(0.082780) + 1.539022.'302'(0.006347) + 0.643580.'342'(0.000000) + 1.039085.'343'(0.000000) + 1.390900.'344'(0.000000) + 0.737154.'348'(0.000000) + 1.654027.'350'(0.000000) + 2.077438.'356'(0.000000) + 1.127075.'363'(0.000000) + 2.708314.'364'(0.000000) + 1.358834.'377'(0.000000) + 2.451819.'386'(0.000000) + 1.916466.'397'(0.000000) + 0) <= 0.846616 ('349') -> [0.000000]: [surf_maxmin/DEBUG] (1.626399.'396'(0.006347) + 2.266595.'379'(0.017237) + 0.720543.'373'(0.008080) + 1.450521.'329'(0.004853) + 3.798222.'329'(0.004853) + 1.823548.'317'(0.192480) + 1.438109.'307'(0.017237) + 1.062657.'302'(0.006347) + 2.273014.'343'(0.000000) + 1.556927.'344'(0.000000) + 0.240621.'350'(0.000000) + 1.298704.'364'(0.000000) + 2.619009.'367'(0.000000) + 1.790816.'369'(0.000000) + 0.231511.'374'(0.000000) + 0.535282.'377'(0.000000) + 0.176194.'377'(0.000000) + 0.421781.'380'(0.000000) + 2.439149.'381'(0.000000) + 0.932650.'386'(0.000000) + 1.938156.'389'(0.000000) + 0) <= 9.267207 ('366') -> [0.000000]: [surf_maxmin/DEBUG] (2.270090.'379'(0.017237) + 0.137853.'333'(0.017237) + 0.711254.'329'(0.004853) + 1.510761.'325'(0.017237) + 0.840244.'313'(0.004853) + 2.296735.'312'(0.004853) + 0.011084.'311'(0.082439) + 2.414988.'311'(0.082439) + 2.350018.'304'(0.082780) + 0.805183.'302'(0.006347) + 1.607781.'347'(0.000000) + 1.279592.'351'(0.000000) + 1.462272.'353'(0.000000) + 2.272101.'359'(0.000000) + 1.629533.'365'(0.000000) + 0.466400.'365'(0.000000) + 2.474587.'369'(0.000000) + 1.641962.'376'(0.000000) + 1.873006.'380'(0.000000) + 2.063434.'388'(0.000000) + 1.364271.'391'(0.000000) + 1.432847.'391'(0.000000) + 1.194364.'394'(0.000000) + 0) <= 6.896441 ('365') -> [0.000000]: [surf_maxmin/DEBUG] (1.008036.'396'(0.006347) + 1.298322.'379'(0.017237) + 1.374713.'371'(0.017237) + 1.478994.'355'(0.006347) + 0.535330.'341'(0.377043) + 1.483817.'330'(0.022783) + 2.552728.'330'(0.022783) + 1.597932.'324'(0.082439) + 1.034770.'323'(0.181646) + 0.868706.'322'(0.199927) + 1.714823.'321'(0.022783) + 0.554401.'319'(0.006347) + 1.671854.'312'(0.004853) + 1.515514.'309'(0.082780) + 1.377359.'303'(0.006347) + 1.708046.'332'(0.000000) + 0.169820.'348'(0.000000) + 1.488083.'353'(0.000000) + 1.181693.'356'(0.000000) + 2.101425.'358'(0.000000) + 1.232723.'361'(0.000000) + 1.583892.'367'(0.000000) + 0.418868.'367'(0.000000) + 0.554568.'372'(0.000000) + 1.494124.'376'(0.000000) + 1.694947.'378'(0.000000) + 1.261053.'384'(0.000000) + 1.725453.'391'(0.000000) + 1.664240.'395'(0.000000) + 0) <= 8.454437 ('347') -> [0.000000]: [surf_maxmin/DEBUG] (0.418028.'396'(0.006347) + 0.820785.'373'(0.008080) + 0.373834.'368'(0.006347) + 2.807079.'346'(0.055454) + 2.110520.'338'(0.008080) + 0.093359.'335'(0.017237) + 1.997065.'335'(0.017237) + 0.449078.'324'(0.082439) + 1.160716.'318'(0.082780) + 2.444142.'317'(0.192480) + 1.415166.'316'(0.006347) + 1.529677.'315'(0.082439) + 1.698136.'311'(0.082439) + 2.647802.'310'(0.008080) + 0.795071.'306'(0.004853) + 2.266362.'305'(0.017237) + 1.708021.'303'(0.006347) + 1.765688.'328'(0.000000) + 1.156628.'331'(0.000000) + 1.735472.'344'(0.000000) + 1.543209.'348'(0.000000) + 1.296393.'349'(0.000000) + 2.503329.'351'(0.000000) + 1.608269.'358'(0.000000) + 1.160534.'359'(0.000000) + 0.468876.'365'(0.000000) + 1.234504.'372'(0.000000) + 0.232350.'377'(0.000000) + 1.706334.'380'(0.000000) + 1.237731.'381'(0.000000) + 1.044804.'383'(0.000000) + 2.042016.'393'(0.000000) + 0) <= 9.024219 ('377') -> [0.000000]: [surf_maxmin/DEBUG] (1.147864.'371'(0.017237) + 1.281245.'338'(0.008080) + 0.125145.'333'(0.017237) + 1.860481.'327'(0.006347) + 2.198949.'322'(0.199927) + 1.164559.'321'(0.022783) + 1.271621.'318'(0.082780) + 0.633151.'313'(0.004853) + 0.207962.'312'(0.004853) + 0.985194.'303'(0.006347) + 1.387107.'353'(0.000000) + 0.576247.'354'(0.000000) + 1.695039.'363'(0.000000) + 1.289605.'366'(0.000000) + 1.703092.'372'(0.000000) + 2.064268.'374'(0.000000) + 1.820871.'384'(0.000000) + 1.743726.'386'(0.000000) + 1.740667.'390'(0.000000) + 1.780770.'395'(0.000000) + 2.613955.'398'(0.000000) + 0) <= 3.636503 ('358') -> [0.000000]: [surf_maxmin/DEBUG] (1.285082.'338'(0.008080) + 2.088641.'329'(0.004853) + 2.045409.'327'(0.006347) + 1.108719.'323'(0.181646) + 1.921056.'318'(0.082780) + 1.528167.'317'(0.192480) + 2.062321.'309'(0.082780) + 2.054113.'307'(0.017237) + 1.275420.'306'(0.004853) + 1.690968.'303'(0.006347) + 1.214743.'336'(0.000000) + 0.499437.'347'(0.000000) + 0.198123.'354'(0.000000) + 1.485180.'358'(0.000000) + 0.766606.'364'(0.000000) + 1.395788.'369'(0.000000) + 0.402810.'382'(0.000000) + 1.805890.'392'(0.000000) + 0.631367.'395'(0.000000) + 2.077176.'397'(0.000000) + 0) <= 2.410386 ('329') -> [0.000000]: [surf_maxmin/DEBUG] (1.258509.'379'(0.017237) + 0.838959.'373'(0.008080) + 0.852409.'324'(0.082439) + 1.991361.'322'(0.199927) + 2.089272.'320'(0.004853) + 2.461660.'316'(0.006347) + 2.279219.'307'(0.017237) + 1.361359.'306'(0.004853) + 0.828831.'304'(0.082780) + 2.154140.'303'(0.006347) + 0.907570.'332'(0.000000) + 2.081267.'336'(0.000000) + 0.406787.'344'(0.000000) + 2.453152.'349'(0.000000) + 0.540066.'359'(0.000000) + 0.297128.'364'(0.000000) + 2.730825.'367'(0.000000) + 1.317805.'367'(0.000000) + 1.290302.'370'(0.000000) + 0.639250.'372'(0.000000) + 1.368487.'375'(0.000000) + 0.681270.'384'(0.000000) + 2.289356.'388'(0.000000) + 0.652540.'397'(0.000000) + 0) <= 9.425859 ('389') -> [0.000000]: [surf_maxmin/DEBUG] (1.270849.'379'(0.017237) + 1.395826.'340'(0.082780) + 0.955653.'339'(0.082439) + 1.162349.'329'(0.004853) + 1.524875.'323'(0.181646) + 1.565098.'308'(0.055454) + 0.544773.'306'(0.004853) + 1.734568.'303'(0.006347) + 0.402408.'331'(0.000000) + 0.263631.'334'(0.000000) + 1.390441.'336'(0.000000) + 1.554494.'345'(0.000000) + 0.947486.'358'(0.000000) + 1.058995.'362'(0.000000) + 2.602637.'375'(0.000000) + 1.754560.'376'(0.000000) + 2.367172.'377'(0.000000) + 1.453895.'385'(0.000000) + 1.801069.'389'(0.000000) + 1.342220.'392'(0.000000) + 0.994754.'399'(0.000000) + 1.541814.'400'(0.000000) + 0) <= 1.914464 ('339') -> [0.000000]: [surf_maxmin/DEBUG] (1.771673.'371'(0.017237) + 0.544015.'346'(0.055454) + 1.737637.'341'(0.377043) + 0.650245.'335'(0.017237) + 2.127060.'335'(0.017237) + 1.469785.'333'(0.017237) + 1.690317.'327'(0.006347) + 1.962549.'317'(0.192480) + 2.242554.'307'(0.017237) + 1.255576.'303'(0.006347) + 2.615585.'347'(0.000000) + 2.521794.'348'(0.000000) + 0.717998.'349'(0.000000) + 1.489003.'350'(0.000000) + 2.334346.'357'(0.000000) + 0.099348.'357'(0.000000) + 1.316893.'359'(0.000000) + 1.875852.'376'(0.000000) + 1.762601.'377'(0.000000) + 3.827904.'382'(0.000000) + 0.741525.'382'(0.000000) + 2.201217.'390'(0.000000) + 2.358394.'393'(0.000000) + 1.718772.'400'(0.000000) + 0) <= 9.006215 ('301') -> [0.000000]: [surf_maxmin/DEBUG] (2.233703.'396'(0.006347) + 1.914597.'368'(0.006347) + 0.382638.'326'(0.004853) + 0.964214.'323'(0.181646) + 1.676390.'322'(0.199927) + 0.779303.'316'(0.006347) + 0.970532.'313'(0.004853) + 1.591033.'311'(0.082439) + 0.870095.'307'(0.017237) + 2.653472.'307'(0.017237) + 0.853350.'303'(0.006347) + 1.498641.'347'(0.000000) + 1.101625.'348'(0.000000) + 2.306905.'353'(0.000000) + 1.812733.'358'(0.000000) + 1.146504.'362'(0.000000) + 1.464647.'363'(0.000000) + 1.028099.'365'(0.000000) + 1.608673.'366'(0.000000) + 1.775430.'375'(0.000000) + 2.257140.'387'(0.000000) + 1.313242.'387'(0.000000) + 1.478246.'388'(0.000000) + 2.050778.'390'(0.000000) + 1.572386.'392'(0.000000) + 1.568860.'393'(0.000000) + 1.029488.'400'(0.000000) + 0) <= 1.628717 ('356') -> [0.000000]: [surf_maxmin/DEBUG] (0.211023.'371'(0.017237) + 0.980049.'341'(0.377043) + 2.413124.'341'(0.377043) + 1.751575.'340'(0.082780) + 1.188059.'338'(0.008080) + 1.375020.'324'(0.082439) + 2.278343.'316'(0.006347) + 1.492402.'312'(0.004853) + 1.387445.'310'(0.008080) + 1.480948.'303'(0.006347) + 1.956639.'331'(0.000000) + 2.116185.'336'(0.000000) + 0.088929.'336'(0.000000) + 1.475003.'342'(0.000000) + 1.876305.'344'(0.000000) + 1.656446.'345'(0.000000) + 1.367265.'351'(0.000000) + 2.483617.'352'(0.000000) + 2.882222.'356'(0.000000) + 1.897170.'357'(0.000000) + 1.236878.'362'(0.000000) + 2.529501.'364'(0.000000) + 1.475149.'365'(0.000000) + 1.730526.'369'(0.000000) + 2.260962.'374'(0.000000) + 1.906772.'376'(0.000000) + 2.239168.'377'(0.000000) + 1.272641.'387'(0.000000) + 0.849627.'390'(0.000000) + 1.271072.'393'(0.000000) + 0) <= 2.230325 ('331') -> [0.000000]: [surf_maxmin/DEBUG] (1.609051.'379'(0.017237) + 2.059549.'346'(0.055454) + 0.805182.'320'(0.004853) + 1.882979.'318'(0.082780) + 0.940422.'305'(0.017237) + 1.484328.'304'(0.082780) + 1.672992.'303'(0.006347) + 1.501258.'345'(0.000000) + 1.905577.'350'(0.000000) + 2.902532.'351'(0.000000) + 2.252650.'354'(0.000000) + 1.603056.'358'(0.000000) + 0.596077.'369'(0.000000) + 2.075912.'370'(0.000000) + 1.146035.'386'(0.000000) + 1.226914.'388'(0.000000) + 1.724835.'399'(0.000000) + 0) <= 9.175118 ('387') -> [0.000000]: [surf_maxmin/DEBUG] (1.210154.'379'(0.017237) + 1.595645.'373'(0.008080) + 0.782387.'340'(0.082780) + 0.825785.'339'(0.082439) + 1.372668.'335'(0.017237) + 0.803358.'333'(0.017237) + 2.734702.'330'(0.022783) + 0.616371.'323'(0.181646) + 1.812335.'317'(0.192480) + 1.060672.'309'(0.082780) + 0.281339.'303'(0.006347) + 1.782566.'328'(0.000000) + 0.830725.'332'(0.000000) + 0.432161.'336'(0.000000) + 1.374694.'364'(0.000000) + 1.513038.'367'(0.000000) + 1.355986.'367'(0.000000) + 2.347017.'380'(0.000000) + 1.152416.'385'(0.000000) + 1.747020.'391'(0.000000) + 0) <= 3.711062 ('374') -> [0.000000]: [surf_maxmin/DEBUG] (1.129915.'326'(0.004853) + 1.614686.'325'(0.017237) + 1.181527.'320'(0.004853) + 2.120328.'317'(0.192480) + 1.601115.'314'(0.181646) + 2.139427.'312'(0.004853) + 2.639535.'311'(0.082439) + 1.590900.'308'(0.055454) + 1.909854.'303'(0.006347) + 1.531487.'331'(0.000000) + 0.612198.'331'(0.000000) + 0.754354.'332'(0.000000) + 2.002116.'334'(0.000000) + 0.851992.'343'(0.000000) + 0.773034.'344'(0.000000) + 1.196530.'345'(0.000000) + 0.441509.'348'(0.000000) + 1.940103.'349'(0.000000) + 1.333669.'359'(0.000000) + 0.193121.'365'(0.000000) + 1.339541.'376'(0.000000) + 1.857596.'380'(0.000000) + 0.176980.'384'(0.000000) + 2.020353.'393'(0.000000) + 0) <= 3.764195 ('346') -> [0.000000]: [surf_maxmin/DEBUG] (2.967876.'327'(0.006347) + 1.833918.'323'(0.181646) + 1.535485.'321'(0.022783) + 1.057102.'319'(0.006347) + 3.219441.'319'(0.006347) + 2.083934.'315'(0.082439) + 1.482813.'303'(0.006347) + 2.078035.'337'(0.000000) + 1.240083.'348'(0.000000) + 0.639476.'351'(0.000000) + 2.462539.'356'(0.000000) + 0.931125.'358'(0.000000) + 2.079227.'361'(0.000000) + 0.755150.'376'(0.000000) + 0.970403.'378'(0.000000) + 2.270483.'382'(0.000000) + 1.362660.'384'(0.000000) + 2.335202.'387'(0.000000) + 1.485008.'388'(0.000000) + 1.742284.'395'(0.000000) + 1.252041.'400'(0.000000) + 0) <= 3.070127 ('361') -> [0.000000]: [surf_maxmin/DEBUG] (1.466558.'355'(0.006347) + 2.073330.'346'(0.055454) + 1.323177.'339'(0.082439) + 2.315311.'335'(0.017237) + 1.838653.'329'(0.004853) + 0.628210.'327'(0.006347) + 0.168466.'325'(0.017237) + 0.582786.'324'(0.082439) + 2.178188.'323'(0.181646) + 1.873738.'315'(0.082439) + 1.676566.'309'(0.082780) + 0.635523.'303'(0.006347) + 2.472937.'350'(0.000000) + 2.141411.'356'(0.000000) + 1.018867.'364'(0.000000) + 1.462793.'369'(0.000000) + 1.223040.'375'(0.000000) + 1.891879.'377'(0.000000) + 0.378565.'377'(0.000000) + 0.833505.'381'(0.000000) + 0.659858.'384'(0.000000) + 1.789412.'386'(0.000000) + 0.206950.'387'(0.000000) + 1.061777.'394'(0.000000) + 1.879079.'398'(0.000000) + 1.322163.'399'(0.000000) + 0) <= 5.279088 ('323') -> [0.000000]: [surf_maxmin/DEBUG] (1.002922.'371'(0.017237) + 1.107016.'340'(0.082780) + 2.285448.'338'(0.008080) + 1.425132.'333'(0.017237) + 2.484811.'325'(0.017237) + 1.437139.'316'(0.006347) + 0.924854.'313'(0.004853) + 0.442647.'311'(0.082439) + 1.637798.'308'(0.055454) + 1.115968.'304'(0.082780) + 1.353540.'303'(0.006347) + 1.642865.'328'(0.000000) + 0.235323.'349'(0.000000) + 0.984273.'352'(0.000000) + 1.683536.'354'(0.000000) + 0.895844.'359'(0.000000) + 0.415840.'360'(0.000000) + 1.081185.'361'(0.000000) + 1.556589.'364'(0.000000) + 1.372924.'366'(0.000000) + 1.190011.'369'(0.000000) + 0.583228.'370'(0.000000) + 0.208919.'370'(0.000000) + 1.341812.'380'(0.000000) + 1.171165.'381'(0.000000) + 1.471825.'384'(0.000000) + 0.869703.'392'(0.000000) + 0.527298.'397'(0.000000) + 0) <= 3.087946 ('385') -> [0.000000]: [surf_maxmin/DEBUG] (0.782972.'371'(0.017237) + 0.663633.'339'(0.082439) + 1.138484.'335'(0.017237) + 2.551855.'335'(0.017237) + 1.720260.'333'(0.017237) + 1.247217.'329'(0.004853) + 1.183476.'327'(0.006347) + 2.224516.'326'(0.004853) + 1.142954.'320'(0.004853) + 1.213703.'311'(0.082439) + 0.846737.'308'(0.055454) + 2.473519.'303'(0.006347) + 0.580658.'337'(0.000000) + 2.074742.'342'(0.000000) + 1.579081.'343'(0.000000) + 2.018168.'351'(0.000000) + 1.448907.'356'(0.000000) + 2.267993.'359'(0.000000) + 1.292628.'363'(0.000000) + 0.437798.'367'(0.000000) + 1.592771.'372'(0.000000) + 1.088064.'377'(0.000000) + 2.590580.'381'(0.000000) + 1.357185.'382'(0.000000) + 1.955808.'385'(0.000000) + 2.709718.'387'(0.000000) + 0.285545.'387'(0.000000) + 0.907138.'388'(0.000000) + 0.460289.'389'(0.000000) + 1.669575.'390'(0.000000) + 1.251421.'392'(0.000000) + 0.479972.'395'(0.000000) + 1.594485.'399'(0.000000) + 1.816447.'400'(0.000000) + 0) <= 6.786854 ('381') -> [0.000000]: [surf_maxmin/DEBUG] (2.136825.'396'(0.006347) + 1.249904.'346'(0.055454) + 0.920714.'338'(0.008080) + 0.849111.'321'(0.022783) + 0.826610.'314'(0.181646) + 0.920551.'313'(0.004853) + 1.078498.'305'(0.017237) + 1.114531.'303'(0.006347) + 0.535210.'334'(0.000000) + 1.278092.'343'(0.000000) + 1.136332.'351'(0.000000) + 2.881819.'357'(0.000000) + 0.876826.'357'(0.000000) + 0.453264.'372'(0.000000) + 1.468227.'374'(0.000000) + 1.692465.'384'(0.000000) + 0.238492.'385'(0.000000) + 1.439885.'390'(0.000000) + 2.062754.'392'(0.000000) + 1.516529.'393'(0.000000) + 0) <= 6.981656 ('344') -> [0.000000]: [surf_maxmin/DEBUG] (1.022743.'346'(0.055454) + 0.860140.'340'(0.082780) + 1.377703.'333'(0.017237) + 1.258214.'324'(0.082439) + 2.060081.'323'(0.181646) + 2.359336.'322'(0.199927) + 0.278750.'317'(0.192480) + 0.860059.'312'(0.004853) + 3.300414.'312'(0.004853) + 1.764247.'307'(0.017237) + 1.012425.'304'(0.082780) + 2.103400.'337'(0.000000) + 1.417834.'342'(0.000000) + 1.671937.'344'(0.000000) + 1.633076.'345'(0.000000) + 1.525874.'348'(0.000000) + 1.444703.'357'(0.000000) + 1.198502.'359'(0.000000) + 1.784841.'370'(0.000000) + 2.817867.'377'(0.000000) + 0.534135.'377'(0.000000) + 2.822992.'380'(0.000000) + 1.168291.'385'(0.000000) + 2.557365.'390'(0.000000) + 1.288889.'392'(0.000000) + 0) <= 1.289353 ('363') -> [0.000000]: [surf_maxmin/DEBUG] (1.472612.'379'(0.017237) + 1.378210.'373'(0.008080) + 2.090452.'368'(0.006347) + 1.260648.'338'(0.008080) + 0.882476.'325'(0.017237) + 2.622057.'314'(0.181646) + 0.517725.'304'(0.082780) + 1.871084.'348'(0.000000) + 2.162477.'352'(0.000000) + 0.298775.'352'(0.000000) + 1.804221.'353'(0.000000) + 2.528091.'354'(0.000000) + 3.318388.'363'(0.000000) + 0.500883.'363'(0.000000) + 2.018975.'365'(0.000000) + 2.338552.'369'(0.000000) + 1.664264.'372'(0.000000) + 1.359390.'374'(0.000000) + 1.089852.'382'(0.000000) + 1.244442.'383'(0.000000) + 0.548534.'387'(0.000000) + 1.265472.'398'(0.000000) + 0.759079.'400'(0.000000) + 0) <= 9.812099 ('392') -> [0.000000]: [surf_maxmin/DEBUG] (0.452326.'373'(0.008080) + 0.684637.'371'(0.017237) + 1.437550.'368'(0.006347) + 1.138577.'325'(0.017237) + 1.062849.'323'(0.181646) + 1.265405.'319'(0.006347) + 1.505180.'316'(0.006347) + 1.323597.'311'(0.082439) + 1.587914.'304'(0.082780) + 2.391449.'336'(0.000000) + 0.624927.'336'(0.000000) + 1.641702.'345'(0.000000) + 2.242909.'351'(0.000000) + 1.894052.'354'(0.000000) + 1.026900.'362'(0.000000) + 2.072985.'369'(0.000000) + 1.255060.'384'(0.000000) + 1.485042.'386'(0.000000) + 1.341256.'391'(0.000000) + 1.910975.'393'(0.000000) + 1.494910.'394'(0.000000) + 1.077925.'395'(0.000000) + 2.314359.'397'(0.000000) + 1.763383.'398'(0.000000) + 1.096629.'399'(0.000000) + 1.654707.'400'(0.000000) + 0) <= 8.435281 ('322') -> [0.000000]: [surf_maxmin/DEBUG] (0.951967.'396'(0.006347) + 3.401594.'396'(0.006347) + 1.136060.'373'(0.008080) + 1.414116.'368'(0.006347) + 1.291090.'338'(0.008080) + 0.503754.'335'(0.017237) + 2.910834.'335'(0.017237) + 1.738749.'319'(0.006347) + 2.243693.'315'(0.082439) + 0.461053.'308'(0.055454) + 1.192244.'306'(0.004853) + 0.926750.'304'(0.082780) + 0.955354.'354'(0.000000) + 1.598669.'358'(0.000000) + 0.722437.'360'(0.000000) + 1.129784.'361'(0.000000) + 1.178632.'362'(0.000000) + 0.787153.'369'(0.000000) + 0.974961.'372'(0.000000) + 1.833591.'376'(0.000000) + 2.338321.'386'(0.000000) + 0.021771.'386'(0.000000) + 2.375214.'388'(0.000000) + 2.207465.'390'(0.000000) + 2.083980.'391'(0.000000) + 1.905187.'392'(0.000000) + 1.703403.'393'(0.000000) + 0) <= 4.814599 ('368') -> [0.000000]: [surf_maxmin/DEBUG] (0.104892.'340'(0.082780) + 2.839188.'340'(0.082780) + 2.025356.'315'(0.082439) + 1.092468.'312'(0.004853) + 1.547652.'311'(0.082439) + 0.407850.'305'(0.017237) + 1.709921.'304'(0.082780) + 1.091854.'328'(0.000000) + 1.841951.'331'(0.000000) + 0.717359.'331'(0.000000) + 0.242691.'337'(0.000000) + 1.063362.'343'(0.000000) + 1.926774.'345'(0.000000) + 1.390404.'350'(0.000000) + 2.252200.'352'(0.000000) + 1.891503.'380'(0.000000) + 0.527813.'386'(0.000000) + 1.049826.'389'(0.000000) + 1.401013.'391'(0.000000) + 1.928346.'397'(0.000000) + 1.713164.'399'(0.000000) + 0) <= 4.654897 ('390') -> [0.000000]: [surf_maxmin/DEBUG] (2.148846.'371'(0.017237) + 1.254134.'324'(0.082439) + 1.894548.'319'(0.006347) + 2.029808.'317'(0.192480) + 1.904718.'306'(0.004853) + 0.738474.'305'(0.017237) + 2.155934.'305'(0.017237) + 2.361926.'304'(0.082780) + 2.547383.'332'(0.000000) + 1.338784.'345'(0.000000) + 1.375191.'347'(0.000000) + 0.924435.'350'(0.000000) + 1.778317.'351'(0.000000) + 2.418330.'360'(0.000000) + 1.342285.'376'(0.000000) + 1.396050.'378'(0.000000) + 2.254588.'384'(0.000000) + 0.402416.'386'(0.000000) + 1.417277.'387'(0.000000) + 1.275631.'389'(0.000000) + 0.618629.'392'(0.000000) + 1.288456.'394'(0.000000) + 0.291398.'395'(0.000000) + 1.487883.'400'(0.000000) + 0) <= 6.035635 ('354') -> [0.000000]: [surf_maxmin/DEBUG] (1.309246.'355'(0.006347) + 2.122221.'346'(0.055454) + 2.353552.'341'(0.377043) + 2.341846.'329'(0.004853) + 0.307465.'323'(0.181646) + 1.857766.'321'(0.022783) + 1.584492.'317'(0.192480) + 1.256332.'315'(0.082439) + 0.886211.'309'(0.082780) + 2.790372.'307'(0.017237) + 1.779837.'306'(0.004853) + 1.042696.'304'(0.082780) + 0.564007.'331'(0.000000) + 2.058280.'332'(0.000000) + 1.507028.'336'(0.000000) + 0.926761.'343'(0.000000) + 1.324506.'344'(0.000000) + 0.985259.'362'(0.000000) + 0.534852.'364'(0.000000) + 1.103122.'366'(0.000000) + 2.324329.'367'(0.000000) + 0.346869.'372'(0.000000) + 0.850422.'377'(0.000000) + 0.292630.'380'(0.000000) + 1.049553.'395'(0.000000) + 1.094527.'397'(0.000000) + 0) <= 6.984202 ('306') -> [0.000000]: [surf_maxmin/DEBUG] (0.543127.'368'(0.006347) + 1.001267.'340'(0.082780) + 1.097008.'333'(0.017237) + 1.694991.'325'(0.017237) + 1.074152.'323'(0.181646) + 0.560338.'308'(0.055454) + 1.835046.'307'(0.017237) + 1.539623.'304'(0.082780) + 2.107263.'328'(0.000000) + 0.061831.'328'(0.000000) + 1.661258.'352'(0.000000) + 1.259287.'352'(0.000000) + 2.372707.'358'(0.000000) + 2.234910.'367'(0.000000) + 2.415988.'372'(0.000000) + 1.477085.'374'(0.000000) + 0.871849.'386'(0.000000) + 1.403059.'392'(0.000000) + 2.092462.'393'(0.000000) + 1.288011.'400'(0.000000) + 0) <= 6.189299 ('373') -> [0.000000]: [surf_maxmin/DEBUG] (1.995574.'379'(0.017237) + 2.263011.'341'(0.377043) + 2.230959.'333'(0.017237) + 1.424443.'327'(0.006347) + 2.613889.'326'(0.004853) + 1.528335.'324'(0.082439) + 2.276931.'323'(0.181646) + 2.160193.'322'(0.199927) + 2.602341.'321'(0.022783) + 1.783753.'319'(0.006347) + 2.665327.'306'(0.004853) + 0.235640.'305'(0.017237) + 3.009256.'305'(0.017237) + 1.305264.'334'(0.000000) + 0.297738.'342'(0.000000) + 0.759963.'349'(0.000000) + 2.135460.'358'(0.000000) + 0.735961.'360'(0.000000) + 1.576580.'361'(0.000000) + 1.676287.'364'(0.000000) + 2.691323.'367'(0.000000) + 2.054277.'380'(0.000000) + 1.490354.'382'(0.000000) + 0.929116.'393'(0.000000) + 0) <= 5.723565 ('309') -> [0.000000]: [surf_maxmin/DEBUG] (2.380357.'373'(0.008080) + 1.568673.'371'(0.017237) + 0.998102.'340'(0.082780) + 3.175504.'340'(0.082780) + 0.639002.'333'(0.017237) + 1.008112.'327'(0.006347) + 0.690083.'326'(0.004853) + 2.783089.'319'(0.006347) + 1.266208.'314'(0.181646) + 0.885272.'307'(0.017237) + 1.164400.'305'(0.017237) + 0.820662.'336'(0.000000) + 1.994850.'343'(0.000000) + 2.095880.'345'(0.000000) + 0.291603.'345'(0.000000) + 1.623733.'349'(0.000000) + 1.673228.'360'(0.000000) + 2.306738.'362'(0.000000) + 1.084298.'374'(0.000000) + 1.439445.'375'(0.000000) + 1.615672.'381'(0.000000) + 2.539610.'384'(0.000000) + 0.676605.'388'(0.000000) + 0.112395.'389'(0.000000) + 1.568803.'398'(0.000000) + 1.412143.'399'(0.000000) + 0) <= 9.470740 ('342') -> [0.000000]: [surf_maxmin/DEBUG] (2.494199.'396'(0.006347) + 0.991954.'368'(0.006347) + 0.171766.'341'(0.377043) + 1.192270.'341'(0.377043) + 1.590988.'335'(0.017237) + 0.845878.'333'(0.017237) + 1.802296.'325'(0.017237) + 1.451694.'320'(0.004853) + 1.490024.'313'(0.004853) + 2.512448.'305'(0.017237) + 2.154066.'328'(0.000000) + 2.123665.'332'(0.000000) + 1.456749.'336'(0.000000) + 1.101095.'351'(0.000000) + 1.196542.'353'(0.000000) + 1.170301.'362'(0.000000) + 1.689622.'365'(0.000000) + 0.589998.'365'(0.000000) + 1.708419.'366'(0.000000) + 1.564309.'372'(0.000000) + 2.009763.'382'(0.000000) + 1.099887.'383'(0.000000) + 1.685803.'386'(0.000000) + 1.451667.'393'(0.000000) + 1.778096.'394'(0.000000) + 0.152611.'394'(0.000000) + 1.536105.'395'(0.000000) + 0) <= 2.664738 ('313') -> [0.000000]: [surf_maxmin/DEBUG] (1.569044.'324'(0.082439) + 1.725234.'320'(0.004853) + 1.314082.'318'(0.082780) + 1.777472.'317'(0.192480) + 1.811174.'307'(0.017237) + 1.408243.'305'(0.017237) + 0.752636.'305'(0.017237) + 2.059640.'328'(0.000000) + 1.296535.'349'(0.000000) + 1.565900.'351'(0.000000) + 1.829420.'358'(0.000000) + 2.647763.'359'(0.000000) + 1.269048.'363'(0.000000) + 2.191935.'372'(0.000000) + 0.424550.'374'(0.000000) + 1.231584.'380'(0.000000) + 1.762430.'385'(0.000000) + 1.575408.'388'(0.000000) + 1.050810.'388'(0.000000) + 1.341867.'398'(0.000000) + 0) <= 0.657095 ('320') -> [0.000000]: [surf_maxmin/DEBUG] (1.778399.'379'(0.017237) + 1.688488.'371'(0.017237) + 1.515443.'368'(0.006347) + 2.542076.'335'(0.017237) + 2.392028.'333'(0.017237) + 1.172745.'327'(0.006347) + 1.167030.'325'(0.017237) + 1.125227.'307'(0.017237) + 0.859206.'305'(0.017237) + 1.078168.'334'(0.000000) + 0.738043.'347'(0.000000) + 2.074557.'348'(0.000000) + 0.877840.'348'(0.000000) + 1.213257.'354'(0.000000) + 2.100007.'358'(0.000000) + 2.685478.'363'(0.000000) + 1.077796.'366'(0.000000) + 1.362190.'370'(0.000000) + 1.433762.'380'(0.000000) + 1.636066.'382'(0.000000) + 2.459491.'385'(0.000000) + 1.619146.'387'(0.000000) + 0.815033.'387'(0.000000) + 2.575961.'395'(0.000000) + 1.979638.'399'(0.000000) + 0) <= 0.216187 ('359') -> [0.000000]: [surf_maxmin/DEBUG] (0.788454.'339'(0.082439) + 1.383968.'330'(0.022783) + 0.474879.'329'(0.004853) + 1.728389.'329'(0.004853) + 0.808277.'325'(0.017237) + 0.804404.'315'(0.082439) + 1.691668.'313'(0.004853) + 0.959528.'309'(0.082780) + 1.873746.'308'(0.055454) + 2.148223.'306'(0.004853) + 1.808021.'336'(0.000000) + 2.051155.'344'(0.000000) + 2.540333.'347'(0.000000) + 2.296288.'353'(0.000000) + 1.187534.'356'(0.000000) + 1.629472.'359'(0.000000) + 0.877590.'364'(0.000000) + 2.138623.'365'(0.000000) + 1.157161.'367'(0.000000) + 0.993866.'374'(0.000000) + 2.213488.'375'(0.000000) + 0.458075.'377'(0.000000) + 2.079178.'381'(0.000000) + 1.637520.'382'(0.000000) + 3.751832.'390'(0.000000) + 1.443904.'390'(0.000000) + 1.210815.'393'(0.000000) + 1.139056.'394'(0.000000) + 1.553364.'395'(0.000000) + 0.151249.'398'(0.000000) + 0) <= 7.325935 ('352') -> [0.000000]: [surf_maxmin/DEBUG] (1.188706.'373'(0.008080) + 0.734251.'371'(0.017237) + 1.505160.'338'(0.008080) + 1.102178.'333'(0.017237) + 1.415194.'323'(0.181646) + 0.789595.'314'(0.181646) + 2.537186.'314'(0.181646) + 1.734108.'310'(0.008080) + 1.384240.'306'(0.004853) + 2.412090.'337'(0.000000) + 2.277503.'344'(0.000000) + 1.265272.'352'(0.000000) + 1.052797.'353'(0.000000) + 1.601573.'361'(0.000000) + 2.320788.'369'(0.000000) + 1.942123.'378'(0.000000) + 1.736671.'382'(0.000000) + 0.918668.'387'(0.000000) + 2.578646.'391'(0.000000) + 1.534413.'400'(0.000000) + 0) <= 3.502852 ('370') -> [0.000000]: [surf_maxmin/DEBUG] (1.196099.'340'(0.082780) + 1.265084.'335'(0.017237) + 1.859084.'333'(0.017237) + 1.040277.'326'(0.004853) + 0.550255.'325'(0.017237) + 2.070281.'320'(0.004853) + 2.421773.'316'(0.006347) + 1.869023.'306'(0.004853) + 1.794431.'332'(0.000000) + 1.497080.'334'(0.000000) + 2.100328.'337'(0.000000) + 1.113455.'344'(0.000000) + 1.375408.'351'(0.000000) + 1.061348.'362'(0.000000) + 2.161067.'382'(0.000000) + 0.701289.'382'(0.000000) + 2.511758.'393'(0.000000) + 0.905413.'397'(0.000000) + 0) <= 2.111806 ('327') -> [0.000000]: [surf_maxmin/DEBUG] (1.891597.'396'(0.006347) + 0.721862.'339'(0.082439) + 2.220509.'324'(0.082439) + 1.520159.'321'(0.022783) + 0.901856.'319'(0.006347) + 2.346877.'316'(0.006347) + 2.757795.'306'(0.004853) + 1.728127.'328'(0.000000) + 0.761041.'343'(0.000000) + 0.292431.'344'(0.000000) + 1.773465.'357'(0.000000) + 0.722468.'366'(0.000000) + 2.078232.'370'(0.000000) + 0.727297.'375'(0.000000) + 0.934790.'377'(0.000000) + 1.270151.'384'(0.000000) + 2.410247.'385'(0.000000) + 0.992456.'391'(0.000000) + 0.777900.'394'(0.000000) + 1.913918.'397'(0.000000) + 0.442430.'399'(0.000000) + 0) <= 1.679722 ('321') -> [0.000000]: [surf_maxmin/DEBUG] (2.245992.'341'(0.377043) + 1.726450.'340'(0.082780) + 0.738430.'330'(0.022783) + 0.864592.'330'(0.022783) + 1.889164.'327'(0.006347) + 2.656298.'324'(0.082439) + 1.895477.'318'(0.082780) + 1.319428.'310'(0.008080) + 2.284088.'310'(0.008080) + 1.713120.'309'(0.082780) + 1.043652.'306'(0.004853) + 0.166018.'331'(0.000000) + 1.951250.'334'(0.000000) + 0.814485.'342'(0.000000) + 1.761678.'349'(0.000000) + 0.307806.'349'(0.000000) + 1.849114.'356'(0.000000) + 1.972348.'357'(0.000000) + 1.526680.'362'(0.000000) + 1.331354.'364'(0.000000) + 0.933826.'376'(0.000000) + 0.811446.'380'(0.000000) + 1.638913.'388'(0.000000) + 2.226298.'389'(0.000000) + 1.504681.'392'(0.000000) + 1.915321.'394'(0.000000) + 0) <= 5.835435 ('395') -> [0.000000]: [surf_maxmin/DEBUG] (1.390791.'371'(0.017237) + 0.908670.'355'(0.006347) + 0.543520.'346'(0.055454) + 1.351686.'339'(0.082439) + 1.769034.'338'(0.008080) + 1.495658.'330'(0.022783) + 1.068780.'307'(0.017237) + 1.482999.'306'(0.004853) + 2.157693.'342'(0.000000) + 0.637275.'348'(0.000000) + 0.904695.'348'(0.000000) + 1.895255.'351'(0.000000) + 2.826545.'352'(0.000000) + 1.612503.'358'(0.000000) + 0.566680.'364'(0.000000) + 1.222871.'365'(0.000000) + 0.920586.'365'(0.000000) + 1.281488.'375'(0.000000) + 1.838004.'378'(0.000000) + 1.243271.'378'(0.000000) + 1.605555.'382'(0.000000) + 1.487758.'391'(0.000000) + 1.979401.'397'(0.000000) + 0) <= 8.657749 ('369') -> [0.000000]: [surf_maxmin/DEBUG] (2.647323.'329'(0.004853) + 1.061015.'326'(0.004853) + 2.194361.'320'(0.004853) + 2.724059.'313'(0.004853) + 0.657087.'312'(0.004853) + 1.346532.'306'(0.004853) + 2.934113.'331'(0.000000) + 0.816414.'331'(0.000000) + 0.201740.'337'(0.000000) + 1.287289.'342'(0.000000) + 1.776857.'344'(0.000000) + 0.232700.'350'(0.000000) + 1.610291.'352'(0.000000) + 2.470989.'357'(0.000000) + 2.595270.'383'(0.000000) + 1.478591.'385'(0.000000) + 0.957770.'386'(0.000000) + 0) <= 0.051591 ('308') -> [0.000000]: [surf_maxmin/DEBUG] (1.348393.'371'(0.017237) + 1.785114.'340'(0.082780) + 0.731192.'339'(0.082439) + 1.476097.'338'(0.008080) + 0.794884.'333'(0.017237) + 1.287682.'325'(0.017237) + 2.061940.'324'(0.082439) + 1.679982.'323'(0.181646) + 1.758310.'322'(0.199927) + 0.520471.'317'(0.192480) + 1.500901.'316'(0.006347) + 0.141784.'313'(0.004853) + 1.014806.'310'(0.008080) + 1.792729.'308'(0.055454) + 2.455121.'306'(0.004853) + 1.564655.'328'(0.000000) + 0.995064.'334'(0.000000) + 2.393791.'344'(0.000000) + 1.056882.'349'(0.000000) + 2.235192.'350'(0.000000) + 0.966647.'356'(0.000000) + 2.546808.'357'(0.000000) + 0.530136.'357'(0.000000) + 0.531651.'358'(0.000000) + 1.357069.'360'(0.000000) + 1.301217.'361'(0.000000) + 1.369527.'362'(0.000000) + 0.722914.'363'(0.000000) + 1.669065.'364'(0.000000) + 0.965293.'366'(0.000000) + 1.469982.'367'(0.000000) + 0.851030.'369'(0.000000) + 2.457392.'375'(0.000000) + 1.044614.'383'(0.000000) + 1.640023.'390'(0.000000) + 0) <= 4.048252 ('345') -> [0.000000]: [surf_maxmin/DEBUG] (0.403351.'396'(0.006347) + 1.815713.'396'(0.006347) + 1.247167.'379'(0.017237) + 0.906221.'373'(0.008080) + 1.492198.'368'(0.006347) + 2.418221.'341'(0.377043) + 0.912477.'333'(0.017237) + 2.739953.'322'(0.199927) + 1.050660.'321'(0.022783) + 2.015051.'320'(0.004853) + 1.328459.'319'(0.006347) + 1.975055.'316'(0.006347) + 0.083713.'310'(0.008080) + 2.930103.'310'(0.008080) + 2.287155.'307'(0.017237) + 1.213126.'336'(0.000000) + 0.956225.'342'(0.000000) + 0.744084.'342'(0.000000) + 0.958545.'356'(0.000000) + 1.802333.'369'(0.000000) + 2.018414.'374'(0.000000) + 0.453724.'383'(0.000000) + 1.318116.'387'(0.000000) + 2.701220.'389'(0.000000) + 1.257559.'393'(0.000000) + 2.157289.'397'(0.000000) + 1.137303.'400'(0.000000) + 0) <= 4.361466 ('315') -> [0.000000]: [surf_maxmin/DEBUG] (1.656538.'396'(0.006347) + 1.940552.'371'(0.017237) + 1.634313.'346'(0.055454) + 0.773556.'322'(0.199927) + 2.090575.'319'(0.006347) + 0.687296.'314'(0.181646) + 2.249040.'314'(0.181646) + 2.329776.'309'(0.082780) + 1.079227.'307'(0.017237) + 1.210720.'334'(0.000000) + 1.450365.'345'(0.000000) + 0.217551.'348'(0.000000) + 2.235830.'349'(0.000000) + 2.486850.'354'(0.000000) + 1.567863.'365'(0.000000) + 1.812355.'367'(0.000000) + 1.598193.'378'(0.000000) + 2.518123.'380'(0.000000) + 1.538327.'384'(0.000000) + 0.420102.'388'(0.000000) + 2.476956.'393'(0.000000) + 0) <= 3.917662 ('311') -> [0.000000]: [surf_maxmin/DEBUG] (2.476947.'355'(0.006347) + 1.677341.'338'(0.008080) + 2.100063.'330'(0.022783) + 0.069214.'327'(0.006347) + 2.752684.'327'(0.006347) + 1.520696.'321'(0.022783) + 0.487798.'313'(0.004853) + 2.038335.'307'(0.017237) + 1.740991.'343'(0.000000) + 0.751945.'344'(0.000000) + 0.836973.'347'(0.000000) + 1.094647.'350'(0.000000) + 0.793779.'356'(0.000000) + 1.245140.'359'(0.000000) + 1.076267.'365'(0.000000) + 1.246146.'366'(0.000000) + 1.780351.'372'(0.000000) + 1.020096.'372'(0.000000) + 2.048670.'375'(0.000000) + 2.191496.'376'(0.000000) + 2.486169.'378'(0.000000) + 1.792693.'382'(0.000000) + 0.705965.'388'(0.000000) + 0) <= 0.167177 ('397') -> [0.000000]: [surf_maxmin/DEBUG] (1.227173.'339'(0.082439) + 1.341154.'338'(0.008080) + 1.178456.'330'(0.022783) + 1.786307.'326'(0.004853) + 1.130561.'314'(0.181646) + 1.632754.'307'(0.017237) + 1.187605.'332'(0.000000) + 1.932250.'356'(0.000000) + 0.979121.'361'(0.000000) + 1.361784.'374'(0.000000) + 0.319122.'374'(0.000000) + 1.776836.'382'(0.000000) + 3.083995.'383'(0.000000) + 1.259117.'383'(0.000000) + 1.309053.'384'(0.000000) + 2.734670.'388'(0.000000) + 1.601292.'397'(0.000000) + 0.451594.'400'(0.000000) + 0) <= 9.489773 ('316') -> [0.000000]: [surf_maxmin/DEBUG] (2.204268.'379'(0.017237) + 2.376786.'371'(0.017237) + 1.720313.'355'(0.006347) + 1.776273.'340'(0.082780) + 1.020319.'339'(0.082439) + 1.253889.'321'(0.022783) + 1.827939.'316'(0.006347) + 2.324560.'315'(0.082439) + 1.989102.'311'(0.082439) + 1.106639.'308'(0.055454) + 1.303785.'342'(0.000000) + 1.597084.'343'(0.000000) + 2.691577.'350'(0.000000) + 2.251033.'357'(0.000000) + 0.976100.'360'(0.000000) + 0.853988.'362'(0.000000) + 1.290909.'365'(0.000000) + 0.914643.'369'(0.000000) + 1.131426.'370'(0.000000) + 2.009607.'375'(0.000000) + 1.651884.'381'(0.000000) + 0.588760.'387'(0.000000) + 1.265427.'393'(0.000000) + 1.483785.'398'(0.000000) + 0.825282.'400'(0.000000) + 0) <= 8.301881 ('343') -> [0.000000]: [surf_maxmin/DEBUG] (0.482823.'396'(0.006347) + 1.882184.'371'(0.017237) + 0.820270.'340'(0.082780) + 0.293395.'330'(0.022783) + 2.448827.'330'(0.022783) + 1.717828.'325'(0.017237) + 0.693388.'320'(0.004853) + 1.635532.'318'(0.082780) + 1.012470.'317'(0.192480) + 1.229686.'313'(0.004853) + 2.477145.'308'(0.055454) + 0.817228.'336'(0.000000) + 2.102991.'337'(0.000000) + 0.118740.'345'(0.000000) + 1.859989.'352'(0.000000) + 0.030032.'352'(0.000000) + 1.525892.'353'(0.000000) + 1.970962.'359'(0.000000) + 1.819973.'360'(0.000000) + 2.323573.'375'(0.000000) + 1.669561.'376'(0.000000) + 1.966822.'385'(0.000000) + 1.971425.'388'(0.000000) + 0.844634.'388'(0.000000) + 2.168620.'392'(0.000000) + 1.530083.'393'(0.000000) + 2.455926.'398'(0.000000) + 0) <= 2.160895 ('304') -> [0.000000]: [surf_maxmin/DEBUG] (1.103615.'379'(0.017237) + 0.917446.'341'(0.377043) + 1.698206.'325'(0.017237) + 1.299291.'323'(0.181646) + 1.506848.'318'(0.082780) + 0.240904.'312'(0.004853) + 1.576404.'309'(0.082780) + 2.606166.'308'(0.055454) + 1.129525.'345'(0.000000) + 1.171252.'360'(0.000000) + 1.200572.'363'(0.000000) + 2.266802.'369'(0.000000) + 1.806247.'374'(0.000000) + 2.435655.'378'(0.000000) + 1.816663.'390'(0.000000) + 1.460027.'391'(0.000000) + 1.319219.'397'(0.000000) + 0) <= 6.376102 ('328') -> [0.000000]: [surf_maxmin/DEBUG] (1.216142.'368'(0.006347) + 2.746588.'355'(0.006347) + 1.234195.'346'(0.055454) + 1.321559.'335'(0.017237) + 1.097128.'330'(0.022783) + 1.790419.'325'(0.017237) + 2.063719.'324'(0.082439) + 0.992793.'323'(0.181646) + 1.625814.'321'(0.022783) + 0.845046.'311'(0.082439) + 1.907671.'310'(0.008080) + 0.899687.'309'(0.082780) + 0.701169.'334'(0.000000) + 2.873745.'348'(0.000000) + 0.270114.'348'(0.000000) + 2.508120.'361'(0.000000) + 0.860811.'361'(0.000000) + 1.495508.'362'(0.000000) + 1.528504.'363'(0.000000) + 1.095128.'366'(0.000000) + 1.685331.'370'(0.000000) + 0.296705.'387'(0.000000) + 0.494986.'389'(0.000000) + 0.695458.'398'(0.000000) + 0) <= 8.955012 ('337') -> [0.000000]: [surf_maxmin/DEBUG] (0.403607.'379'(0.017237) + 2.171430.'373'(0.008080) + 1.200588.'355'(0.006347) + 1.495619.'333'(0.017237) + 2.624395.'330'(0.022783) + 2.422488.'327'(0.006347) + 1.914596.'323'(0.181646) + 1.819738.'322'(0.199927) + 0.778921.'320'(0.004853) + 1.698197.'316'(0.006347) + 1.602611.'313'(0.004853) + 1.893881.'311'(0.082439) + 0.472665.'309'(0.082780) + 3.327536.'331'(0.000000) + 1.123660.'331'(0.000000) + 2.752627.'332'(0.000000) + 0.734560.'336'(0.000000) + 1.583334.'337'(0.000000) + 1.557452.'344'(0.000000) + 2.242142.'347'(0.000000) + 1.239602.'351'(0.000000) + 1.733440.'357'(0.000000) + 0.775385.'357'(0.000000) + 1.338689.'366'(0.000000) + 2.430007.'369'(0.000000) + 1.831204.'376'(0.000000) + 2.016664.'377'(0.000000) + 2.323795.'381'(0.000000) + 0.712037.'385'(0.000000) + 1.263923.'389'(0.000000) + 1.998653.'400'(0.000000) + 0) <= 9.496689 ('400') -> [0.000000]: [surf_maxmin/DEBUG] (0.604288.'379'(0.017237) + 1.465941.'368'(0.006347) + 0.801887.'355'(0.006347) + 1.106270.'346'(0.055454) + 1.447449.'338'(0.008080) + 0.812969.'322'(0.199927) + 0.363876.'318'(0.082780) + 1.765051.'310'(0.008080) + 1.528264.'309'(0.082780) + 2.245896.'342'(0.000000) + 1.246695.'343'(0.000000) + 0.913526.'345'(0.000000) + 2.484480.'348'(0.000000) + 1.845300.'350'(0.000000) + 1.489296.'351'(0.000000) + 2.165949.'353'(0.000000) + 2.647908.'356'(0.000000) + 2.248796.'366'(0.000000) + 1.451592.'383'(0.000000) + 1.241546.'384'(0.000000) + 2.131152.'385'(0.000000) + 1.189133.'389'(0.000000) + 0) <= 6.235688 ('379') -> [0.000000]: [surf_maxmin/DEBUG] (1.510178.'355'(0.006347) + 1.151905.'339'(0.082439) + 1.223947.'330'(0.022783) + 1.539847.'327'(0.006347) + 1.203345.'326'(0.004853) + 0.585998.'325'(0.017237) + 0.975999.'316'(0.006347) + 1.180751.'313'(0.004853) + 0.647870.'313'(0.004853) + 1.092518.'312'(0.004853) + 3.292615.'312'(0.004853) + 1.722374.'310'(0.008080) + 0.578834.'331'(0.000000) + 1.270162.'348'(0.000000) + 1.123120.'353'(0.000000) + 0.945494.'359'(0.000000) + 0.707015.'360'(0.000000) + 2.794574.'363'(0.000000) + 0.432308.'363'(0.000000) + 1.475219.'366'(0.000000) + 0.216050.'374'(0.000000) + 1.190337.'380'(0.000000) + 1.482812.'381'(0.000000) + 0.974705.'383'(0.000000) + 2.814541.'384'(0.000000) + 2.765691.'385'(0.000000) + 1.042546.'390'(0.000000) + 0.963133.'392'(0.000000) + 0) <= 2.361413 ('338') -> [0.000000]: [surf_maxmin/DEBUG] (2.165461.'396'(0.006347) + 0.808816.'335'(0.017237) + 1.691089.'335'(0.017237) + 1.322302.'326'(0.004853) + 1.274221.'318'(0.082780) + 1.856077.'315'(0.082439) + 0.374866.'314'(0.181646) + 2.764196.'312'(0.004853) + 2.218914.'311'(0.082439) + 1.330791.'336'(0.000000) + 0.848265.'342'(0.000000) + 1.660000.'345'(0.000000) + 1.789136.'359'(0.000000) + 1.519059.'361'(0.000000) + 1.513486.'381'(0.000000) + 1.629798.'386'(0.000000) + 1.257439.'386'(0.000000) + 1.336288.'391'(0.000000) + 2.065904.'394'(0.000000) + 2.333517.'399'(0.000000) + 0) <= 0.588801 ('383') -> [0.000000]: [surf_maxmin/DEBUG] (1.194562.'335'(0.017237) + 1.902432.'329'(0.004853) + 0.473970.'326'(0.004853) + 0.991967.'323'(0.181646) + 1.762860.'311'(0.082439) + 0.919002.'332'(0.000000) + 2.118179.'334'(0.000000) + 1.452583.'336'(0.000000) + 1.997262.'337'(0.000000) + 0.780557.'342'(0.000000) + 1.478039.'344'(0.000000) + 1.280169.'347'(0.000000) + 0.617788.'353'(0.000000) + 1.324108.'356'(0.000000) + 0.670374.'358'(0.000000) + 2.138409.'362'(0.000000) + 1.253268.'374'(0.000000) + 1.778255.'375'(0.000000) + 1.390743.'383'(0.000000) + 1.226639.'387'(0.000000) + 0.668079.'389'(0.000000) + 0.220195.'391'(0.000000) + 0.472361.'392'(0.000000) + 2.572119.'394'(0.000000) + 1.217155.'397'(0.000000) + 0) <= 2.361517 ('367') -> [0.000000]: [surf_maxmin/DEBUG] (2.715141.'355'(0.006347) + 1.495324.'326'(0.004853) + 2.617042.'325'(0.017237) + 2.306411.'323'(0.181646) + 1.352468.'321'(0.022783) + 2.033311.'320'(0.004853) + 1.501358.'316'(0.006347) + 0.801769.'315'(0.082439) + 1.305268.'315'(0.082439) + 0.611955.'314'(0.181646) + 1.663093.'312'(0.004853) + 1.466081.'328'(0.000000) + 0.879139.'328'(0.000000) + 1.332789.'342'(0.000000) + 1.177907.'343'(0.000000) + 1.443958.'350'(0.000000) + 2.347946.'351'(0.000000) + 2.803353.'359'(0.000000) + 0.074184.'362'(0.000000) + 0.387156.'364'(0.000000) + 0.390525.'365'(0.000000) + 0.297260.'369'(0.000000) + 0.214820.'370'(0.000000) + 1.726470.'376'(0.000000) + 1.308749.'380'(0.000000) + 0.834160.'382'(0.000000) + 0.458723.'389'(0.000000) + 0.238334.'394'(0.000000) + 2.135767.'395'(0.000000) + 0.761496.'399'(0.000000) + 0.393822.'400'(0.000000) + 0) <= 0.831691 ('335') -> [0.000000]: [surf_maxmin/DEBUG] (2.709572.'340'(0.082780) + 1.466417.'329'(0.004853) + 2.634614.'329'(0.004853) + 0.937224.'326'(0.004853) + 2.371945.'321'(0.022783) + 2.092769.'312'(0.004853) + 0.461901.'337'(0.000000) + 1.402405.'342'(0.000000) + 0.141833.'343'(0.000000) + 1.411987.'347'(0.000000) + 1.554733.'357'(0.000000) + 1.605542.'358'(0.000000) + 2.367935.'359'(0.000000) + 1.017841.'367'(0.000000) + 0.041509.'367'(0.000000) + 2.467427.'370'(0.000000) + 2.224357.'372'(0.000000) + 1.536883.'384'(0.000000) + 0) <= 1.890258 ('371') -> [0.000000]: [surf_maxmin/DEBUG] (0.794419.'396'(0.006347) + 2.148608.'371'(0.017237) + 1.135264.'339'(0.082439) + 2.201066.'321'(0.022783) + 0.853921.'320'(0.004853) + 0.783794.'318'(0.082780) + 2.143548.'312'(0.004853) + 2.337317.'328'(0.000000) + 1.369310.'328'(0.000000) + 1.657216.'342'(0.000000) + 1.521984.'353'(0.000000) + 1.618472.'354'(0.000000) + 1.910079.'356'(0.000000) + 2.350058.'357'(0.000000) + 0.380321.'361'(0.000000) + 2.116783.'364'(0.000000) + 1.155234.'367'(0.000000) + 0.972522.'375'(0.000000) + 1.962312.'377'(0.000000) + 1.633246.'378'(0.000000) + 0.243171.'378'(0.000000) + 0.853721.'393'(0.000000) + 2.481954.'394'(0.000000) + 1.749644.'395'(0.000000) + 1.146345.'397'(0.000000) + 1.628307.'399'(0.000000) + 0.588047.'400'(0.000000) + 0) <= 4.877376 ('364') -> [0.000000]: [surf_maxmin/DEBUG] (2.238344.'341'(0.377043) + 2.474785.'335'(0.017237) + 1.862485.'325'(0.017237) + 1.168447.'324'(0.082439) + 2.156160.'321'(0.022783) + 1.931902.'318'(0.082780) + 2.782824.'317'(0.192480) + 1.425979.'315'(0.082439) + 0.669154.'314'(0.181646) + 1.113661.'332'(0.000000) + 3.339901.'337'(0.000000) + 0.169061.'337'(0.000000) + 2.442548.'350'(0.000000) + 1.083514.'351'(0.000000) + 1.407220.'352'(0.000000) + 1.028902.'354'(0.000000) + 1.415275.'370'(0.000000) + 0.890975.'372'(0.000000) + 2.688333.'375'(0.000000) + 1.157785.'384'(0.000000) + 0.520677.'394'(0.000000) + 2.588161.'395'(0.000000) + 1.441854.'397'(0.000000) + 1.585898.'400'(0.000000) + 0) <= 4.463492 ('318') -> [0.000000]: [surf_maxmin/DEBUG] (2.467255.'379'(0.017237) + 0.700799.'373'(0.008080) + 0.658253.'346'(0.055454) + 2.058166.'340'(0.082780) + 0.780300.'338'(0.008080) + 0.675971.'333'(0.017237) + 0.638473.'329'(0.004853) + 2.003429.'323'(0.181646) + 1.011966.'316'(0.006347) + 2.318926.'314'(0.181646) + 1.190370.'332'(0.000000) + 1.511619.'360'(0.000000) + 2.878033.'366'(0.000000) + 2.302173.'367'(0.000000) + 0.973695.'370'(0.000000) + 1.148920.'374'(0.000000) + 2.746527.'385'(0.000000) + 2.640316.'390'(0.000000) + 0.730715.'390'(0.000000) + 0.817760.'398'(0.000000) + 0.991321.'399'(0.000000) + 0) <= 7.944233 ('386') -> [0.000000]: [surf_maxmin/DEBUG] (1.273877.'396'(0.006347) + 2.064725.'373'(0.008080) + 1.312285.'355'(0.006347) + 1.277709.'339'(0.082439) + 1.131925.'338'(0.008080) + 0.574301.'330'(0.022783) + 1.486406.'327'(0.006347) + 1.709098.'326'(0.004853) + 2.490231.'324'(0.082439) + 1.401948.'320'(0.004853) + 1.384684.'319'(0.006347) + 1.140460.'316'(0.006347) + 1.904686.'342'(0.000000) + 2.323917.'349'(0.000000) + 1.637447.'359'(0.000000) + 1.215679.'364'(0.000000) + 1.430567.'366'(0.000000) + 1.566165.'374'(0.000000) + 0.940491.'375'(0.000000) + 2.077376.'384'(0.000000) + 0.548478.'386'(0.000000) + 0.701631.'387'(0.000000) + 1.424787.'390'(0.000000) + 1.621197.'394'(0.000000) + 0.779292.'399'(0.000000) + 0) <= 6.148194 ('399') -> [0.000000]: [surf_maxmin/DEBUG] (2.160635.'373'(0.008080) + 1.199156.'368'(0.006347) + 2.184631.'335'(0.017237) + 0.483572.'333'(0.017237) + 1.113600.'330'(0.022783) + 2.669966.'327'(0.006347) + 0.933445.'326'(0.004853) + 1.436147.'322'(0.199927) + 1.286584.'321'(0.022783) + 0.983779.'318'(0.082780) + 2.031230.'317'(0.192480) + 1.767316.'328'(0.000000) + 2.208766.'332'(0.000000) + 0.697387.'344'(0.000000) + 1.157493.'347'(0.000000) + 1.250093.'352'(0.000000) + 2.204921.'354'(0.000000) + 2.784123.'361'(0.000000) + 1.403647.'361'(0.000000) + 1.317812.'362'(0.000000) + 0.762023.'364'(0.000000) + 1.391160.'365'(0.000000) + 2.810756.'366'(0.000000) + 2.148685.'372'(0.000000) + 1.520084.'375'(0.000000) + 0.398394.'378'(0.000000) + 2.824761.'381'(0.000000) + 1.280542.'391'(0.000000) + 0.457523.'391'(0.000000) + 1.314833.'392'(0.000000) + 1.865420.'400'(0.000000) + 0) <= 6.989810 ('348') -> [0.000000]: [surf_maxmin/DEBUG] Variables -> [0.000000]: [surf_maxmin/DEBUG] '396'(1.000000) : 0.006347 -> [0.000000]: [surf_maxmin/DEBUG] '379'(1.000000) : 0.017237 -> [0.000000]: [surf_maxmin/DEBUG] '373'(1.000000) : 0.008080 -> [0.000000]: [surf_maxmin/DEBUG] '371'(1.000000) : 0.017237 -> [0.000000]: [surf_maxmin/DEBUG] '368'(1.000000) : 0.006347 -> [0.000000]: [surf_maxmin/DEBUG] '355'(1.000000) : 0.006347 -> [0.000000]: [surf_maxmin/DEBUG] '346'(1.000000) : 0.055454 -> [0.000000]: [surf_maxmin/DEBUG] '341'(1.000000) : 0.377043 -> [0.000000]: [surf_maxmin/DEBUG] '340'(1.000000) : 0.082780 -> [0.000000]: [surf_maxmin/DEBUG] '339'(1.000000) : 0.082439 -> [0.000000]: [surf_maxmin/DEBUG] '338'(1.000000) : 0.008080 -> [0.000000]: [surf_maxmin/DEBUG] '335'(1.000000) : 0.017237 -> [0.000000]: [surf_maxmin/DEBUG] '333'(1.000000) : 0.017237 -> [0.000000]: [surf_maxmin/DEBUG] '330'(1.000000) : 0.022783 -> [0.000000]: [surf_maxmin/DEBUG] '329'(1.000000) : 0.004853 -> [0.000000]: [surf_maxmin/DEBUG] '327'(1.000000) : 0.006347 -> [0.000000]: [surf_maxmin/DEBUG] '326'(1.000000) : 0.004853 -> [0.000000]: [surf_maxmin/DEBUG] '325'(1.000000) : 0.017237 -> [0.000000]: [surf_maxmin/DEBUG] '324'(1.000000) : 0.082439 -> [0.000000]: [surf_maxmin/DEBUG] '323'(1.000000) : 0.181646 -> [0.000000]: [surf_maxmin/DEBUG] '322'(1.000000) : 0.199927 -> [0.000000]: [surf_maxmin/DEBUG] '321'(1.000000) : 0.022783 -> [0.000000]: [surf_maxmin/DEBUG] '320'(1.000000) : 0.004853 -> [0.000000]: [surf_maxmin/DEBUG] '319'(1.000000) : 0.006347 -> [0.000000]: [surf_maxmin/DEBUG] '318'(1.000000) : 0.082780 -> [0.000000]: [surf_maxmin/DEBUG] '317'(1.000000) : 0.192480 -> [0.000000]: [surf_maxmin/DEBUG] '316'(1.000000) : 0.006347 -> [0.000000]: [surf_maxmin/DEBUG] '315'(1.000000) : 0.082439 -> [0.000000]: [surf_maxmin/DEBUG] '314'(1.000000) : 0.181646 -> [0.000000]: [surf_maxmin/DEBUG] '313'(1.000000) : 0.004853 -> [0.000000]: [surf_maxmin/DEBUG] '312'(1.000000) : 0.004853 -> [0.000000]: [surf_maxmin/DEBUG] '311'(1.000000) : 0.082439 -> [0.000000]: [surf_maxmin/DEBUG] '310'(1.000000) : 0.008080 -> [0.000000]: [surf_maxmin/DEBUG] '309'(1.000000) : 0.082780 -> [0.000000]: [surf_maxmin/DEBUG] '308'(1.000000) : 0.055454 -> [0.000000]: [surf_maxmin/DEBUG] '307'(1.000000) : 0.017237 -> [0.000000]: [surf_maxmin/DEBUG] '306'(1.000000) : 0.004853 -> [0.000000]: [surf_maxmin/DEBUG] '305'(1.000000) : 0.017237 -> [0.000000]: [surf_maxmin/DEBUG] '304'(1.000000) : 0.082780 -> [0.000000]: [surf_maxmin/DEBUG] '303'(1.000000) : 0.006347 -> [0.000000]: [surf_maxmin/DEBUG] '302'(1.000000) : 0.006347 -> [0.000000]: [surf_maxmin/DEBUG] '301'(1.000000) : 0.008080 -> [0.000000]: [surf_maxmin/DEBUG] '328'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '331'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '332'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '334'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '336'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '337'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '342'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '343'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '344'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '345'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '347'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '348'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '349'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '350'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '351'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '352'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '353'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '354'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '356'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '357'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '358'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '359'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '360'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '361'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '362'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '363'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '364'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '365'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '366'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '367'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '369'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '370'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '372'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '374'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '375'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '376'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '377'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '378'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '380'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '381'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '382'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '383'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '384'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '385'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '386'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '387'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '388'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '389'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '390'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '391'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '392'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '393'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '394'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '395'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '397'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '398'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '399'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '400'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] Active constraints : 100 +> [0.000000]: [ker_lmm/DEBUG] Constraint '317' usage: 10.376907 remaining: 7.863060 concurrency: 4<=5<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '319' usage: 15.006133 remaining: 4.413485 concurrency: 8<=8<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '360' usage: 17.467027 remaining: 5.206744 concurrency: 12<=13<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '330' usage: 24.396850 remaining: 3.969000 concurrency: 12<=12<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '394' usage: 18.363023 remaining: 0.400911 concurrency: 8<=9<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '332' usage: 13.393032 remaining: 1.789739 concurrency: 6<=7<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '393' usage: 14.118856 remaining: 9.732780 concurrency: 6<=7<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '378' usage: 14.413556 remaining: 9.796163 concurrency: 9<=9<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '341' usage: 16.122046 remaining: 1.824454 concurrency: 9<=10<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '303' usage: 19.411305 remaining: 6.090356 concurrency: 9<=10<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '336' usage: 11.910786 remaining: 6.249309 concurrency: 6<=7<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '353' usage: 18.963095 remaining: 8.070165 concurrency: 10<=11<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '334' usage: 17.036580 remaining: 6.866671 concurrency: 10<=11<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '325' usage: 10.170201 remaining: 1.081934 concurrency: 5<=6<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '351' usage: 21.994085 remaining: 2.454537 concurrency: 12<=13<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '398' usage: 18.761321 remaining: 6.665584 concurrency: 9<=9<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '333' usage: 15.091342 remaining: 3.516737 concurrency: 8<=9<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '372' usage: 12.668585 remaining: 3.206156 concurrency: 5<=6<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '391' usage: 15.565194 remaining: 0.104267 concurrency: 7<=7<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '314' usage: 17.554817 remaining: 6.439143 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '310' usage: 12.770001 remaining: 9.834007 concurrency: 7<=7<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '350' usage: 22.582974 remaining: 5.972666 concurrency: 12<=12<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '305' usage: 26.046181 remaining: 9.762745 concurrency: 13<=13<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '307' usage: 11.799897 remaining: 4.347915 concurrency: 5<=6<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '382' usage: 11.174339 remaining: 4.881711 concurrency: 6<=6<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '312' usage: 14.157906 remaining: 0.089861 concurrency: 7<=8<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '357' usage: 12.854873 remaining: 5.918736 concurrency: 6<=8<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '384' usage: 9.358797 remaining: 1.454623 concurrency: 4<=5<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '324' usage: 18.531581 remaining: 8.352567 concurrency: 7<=8<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '362' usage: 11.773160 remaining: 5.146537 concurrency: 5<=6<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '376' usage: 13.507972 remaining: 4.190340 concurrency: 7<=7<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '388' usage: 19.425028 remaining: 1.737798 concurrency: 11<=12<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '396' usage: 14.055666 remaining: 0.338776 concurrency: 7<=7<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '326' usage: 13.294973 remaining: 1.582234 concurrency: 8<=9<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '340' usage: 19.551413 remaining: 4.977941 concurrency: 10<=11<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '355' usage: 14.174412 remaining: 0.650678 concurrency: 8<=9<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '380' usage: 15.330189 remaining: 9.371345 concurrency: 8<=9<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '302' usage: 17.986952 remaining: 9.726844 concurrency: 8<=9<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '375' usage: 14.741014 remaining: 4.124722 concurrency: 8<=8<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '349' usage: 16.649388 remaining: 0.846616 concurrency: 8<=8<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '366' usage: 14.186595 remaining: 9.267207 concurrency: 7<=7<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '365' usage: 13.348210 remaining: 6.896441 concurrency: 5<=6<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '347' usage: 20.067299 remaining: 8.454437 concurrency: 12<=12<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '377' usage: 24.734840 remaining: 9.024219 concurrency: 11<=12<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '358' usage: 10.876170 remaining: 3.636503 concurrency: 6<=7<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '329' usage: 17.059896 remaining: 2.410386 concurrency: 10<=10<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '389' usage: 16.115719 remaining: 9.425859 concurrency: 7<=8<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '339' usage: 10.153992 remaining: 1.914464 concurrency: 6<=7<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '301' usage: 15.451412 remaining: 9.006215 concurrency: 8<=9<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '356' usage: 14.889327 remaining: 1.628717 concurrency: 5<=6<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '331' usage: 14.557987 remaining: 2.230325 concurrency: 8<=9<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '387' usage: 10.454503 remaining: 9.175118 concurrency: 5<=6<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '374' usage: 13.095416 remaining: 3.711062 concurrency: 6<=7<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '346' usage: 15.927286 remaining: 3.764195 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '361' usage: 14.180568 remaining: 3.070127 concurrency: 7<=8<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '323' usage: 16.760505 remaining: 5.279088 concurrency: 8<=9<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '385' usage: 15.217276 remaining: 3.087946 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '381' usage: 17.189325 remaining: 6.786854 concurrency: 9<=10<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '344' usage: 9.096743 remaining: 6.981656 concurrency: 4<=4<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '363' usage: 16.154112 remaining: 1.289353 concurrency: 8<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '392' usage: 10.224181 remaining: 9.812099 concurrency: 5<=5<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '322' usage: 10.458033 remaining: 8.435281 concurrency: 7<=8<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '368' usage: 18.171905 remaining: 4.814599 concurrency: 8<=8<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '390' usage: 9.727327 remaining: 4.654897 concurrency: 5<=6<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '354' usage: 14.488387 remaining: 6.035635 concurrency: 7<=8<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '306' usage: 19.632036 remaining: 6.984202 concurrency: 10<=10<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '373' usage: 9.345554 remaining: 6.189299 concurrency: 6<=7<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '309' usage: 26.789653 remaining: 5.723565 concurrency: 12<=13<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '342' usage: 16.558802 remaining: 9.470740 concurrency: 7<=8<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '313' usage: 14.543517 remaining: 2.664738 concurrency: 7<=7<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '320' usage: 10.357885 remaining: 0.657095 concurrency: 6<=7<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '359' usage: 14.240642 remaining: 0.216187 concurrency: 8<=9<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '352' usage: 12.661536 remaining: 7.325935 concurrency: 5<=6<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '370' usage: 12.390620 remaining: 3.502852 concurrency: 7<=8<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '327' usage: 12.271877 remaining: 2.111806 concurrency: 7<=8<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '321' usage: 12.360655 remaining: 1.679722 concurrency: 5<=5<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '395' usage: 18.376690 remaining: 5.835435 concurrency: 9<=10<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '369' usage: 10.011137 remaining: 8.657749 concurrency: 6<=8<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '308' usage: 10.630376 remaining: 0.051591 concurrency: 5<=6<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '345' usage: 20.349404 remaining: 4.048252 concurrency: 11<=12<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '315' usage: 23.605499 remaining: 4.361466 concurrency: 11<=11<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '311' usage: 14.440873 remaining: 3.917662 concurrency: 7<=7<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '397' usage: 13.123079 remaining: 0.167177 concurrency: 6<=7<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '316' usage: 8.296406 remaining: 9.489773 concurrency: 6<=7<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '343' usage: 17.600090 remaining: 8.301881 concurrency: 10<=10<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '304' usage: 14.693547 remaining: 2.160895 concurrency: 7<=8<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '328' usage: 10.948882 remaining: 6.376102 concurrency: 6<=6<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '337' usage: 17.740759 remaining: 8.955012 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '400' usage: 20.498736 remaining: 9.496689 concurrency: 10<=11<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '379' usage: 9.895995 remaining: 6.235688 concurrency: 5<=6<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '338' usage: 16.127346 remaining: 2.361413 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '383' usage: 14.475941 remaining: 0.588801 concurrency: 7<=8<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '367' usage: 6.325791 remaining: 2.361517 concurrency: 3<=4<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '335' usage: 18.403140 remaining: 0.831691 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '371' usage: 12.212541 remaining: 1.890258 concurrency: 5<=6<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '364' usage: 10.060619 remaining: 4.877376 concurrency: 4<=5<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '318' usage: 16.710079 remaining: 4.463492 concurrency: 8<=9<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '386' usage: 13.313539 remaining: 7.944233 concurrency: 5<=6<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '399' usage: 17.247650 remaining: 6.148194 concurrency: 11<=11<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '348' usage: 16.482744 remaining: 6.989810 concurrency: 8<=9<=24 +> [0.000000]: [ker_lmm/DEBUG] var=306, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.004853, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=312, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.004853, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=313, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.004853, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=320, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.004853, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=326, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.004853, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=329, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.004853, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (306) value to 0.004853 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.004853, Var(306).penalty: 1.000000, Var(306).value: 0.004853 +> [0.000000]: [ker_lmm/DEBUG] Setting var (312) value to 0.004853 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.004853, Var(312).penalty: 1.000000, Var(312).value: 0.004853 +> [0.000000]: [ker_lmm/DEBUG] Setting var (313) value to 0.004853 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.004853, Var(313).penalty: 1.000000, Var(313).value: 0.004853 +> [0.000000]: [ker_lmm/DEBUG] Setting var (320) value to 0.004853 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.004853, Var(320).penalty: 1.000000, Var(320).value: 0.004853 +> [0.000000]: [ker_lmm/DEBUG] Setting var (326) value to 0.004853 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.004853, Var(326).penalty: 1.000000, Var(326).value: 0.004853 +> [0.000000]: [ker_lmm/DEBUG] Setting var (329) value to 0.004853 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.004853, Var(329).penalty: 1.000000, Var(329).value: 0.004853 +> [0.000000]: [ker_lmm/DEBUG] index: 78 cnst_light_num: 100 || usage: 0.000000 remaining: 0.000000 bound: 0.051591 +> [0.000000]: [ker_lmm/DEBUG] var=302, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006347, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=303, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006347, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=316, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006347, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=319, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006347, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=327, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006347, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=355, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006347, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=368, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006347, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=396, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.006347, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (302) value to 0.006347 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006347, Var(302).penalty: 1.000000, Var(302).value: 0.006347 +> [0.000000]: [ker_lmm/DEBUG] Setting var (303) value to 0.006347 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006347, Var(303).penalty: 1.000000, Var(303).value: 0.006347 +> [0.000000]: [ker_lmm/DEBUG] Setting var (316) value to 0.006347 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006347, Var(316).penalty: 1.000000, Var(316).value: 0.006347 +> [0.000000]: [ker_lmm/DEBUG] Setting var (319) value to 0.006347 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006347, Var(319).penalty: 1.000000, Var(319).value: 0.006347 +> [0.000000]: [ker_lmm/DEBUG] Setting var (327) value to 0.006347 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006347, Var(327).penalty: 1.000000, Var(327).value: 0.006347 +> [0.000000]: [ker_lmm/DEBUG] Setting var (355) value to 0.006347 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006347, Var(355).penalty: 1.000000, Var(355).value: 0.006347 +> [0.000000]: [ker_lmm/DEBUG] Setting var (368) value to 0.006347 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006347, Var(368).penalty: 1.000000, Var(368).value: 0.006347 +> [0.000000]: [ker_lmm/DEBUG] Setting var (396) value to 0.006347 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.006347, Var(396).penalty: 1.000000, Var(396).value: 0.006347 +> [0.000000]: [ker_lmm/DEBUG] index: 25 cnst_light_num: 99 || usage: 0.000000 remaining: 0.000000 bound: 0.089861 +> [0.000000]: [ker_lmm/DEBUG] var=301, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.008080, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=310, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.008080, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=338, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.008080, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=373, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.008080, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (301) value to 0.008080 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.008080, Var(301).penalty: 1.000000, Var(301).value: 0.008080 +> [0.000000]: [ker_lmm/DEBUG] Setting var (310) value to 0.008080 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.008080, Var(310).penalty: 1.000000, Var(310).value: 0.008080 +> [0.000000]: [ker_lmm/DEBUG] Setting var (338) value to 0.008080 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.008080, Var(338).penalty: 1.000000, Var(338).value: 0.008080 +> [0.000000]: [ker_lmm/DEBUG] Setting var (373) value to 0.008080 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.008080, Var(373).penalty: 1.000000, Var(373).value: 0.008080 +> [0.000000]: [ker_lmm/DEBUG] index: 18 cnst_light_num: 98 || usage: 0.000000 remaining: 0.000000 bound: 0.104267 +> [0.000000]: [ker_lmm/DEBUG] var=305, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017237, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=307, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017237, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=325, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017237, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=333, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017237, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=335, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017237, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=371, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017237, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=379, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.017237, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (305) value to 0.017237 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.017237, Var(305).penalty: 1.000000, Var(305).value: 0.017237 +> [0.000000]: [ker_lmm/DEBUG] Setting var (307) value to 0.017237 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.017237, Var(307).penalty: 1.000000, Var(307).value: 0.017237 +> [0.000000]: [ker_lmm/DEBUG] Setting var (325) value to 0.017237 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.017237, Var(325).penalty: 1.000000, Var(325).value: 0.017237 +> [0.000000]: [ker_lmm/DEBUG] Setting var (333) value to 0.017237 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.017237, Var(333).penalty: 1.000000, Var(333).value: 0.017237 +> [0.000000]: [ker_lmm/DEBUG] Setting var (335) value to 0.017237 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.017237, Var(335).penalty: 1.000000, Var(335).value: 0.017237 +> [0.000000]: [ker_lmm/DEBUG] Setting var (371) value to 0.017237 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.017237, Var(371).penalty: 1.000000, Var(371).value: 0.017237 +> [0.000000]: [ker_lmm/DEBUG] Setting var (379) value to 0.017237 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.017237, Var(379).penalty: 1.000000, Var(379).value: 0.017237 +> [0.000000]: [ker_lmm/DEBUG] index: 71 cnst_light_num: 97 || usage: 0.000000 remaining: 0.000000 bound: 0.216187 +> [0.000000]: [ker_lmm/DEBUG] var=321, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.022783, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=330, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.022783, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (321) value to 0.022783 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.022783, Var(321).penalty: 1.000000, Var(321).value: 0.022783 +> [0.000000]: [ker_lmm/DEBUG] Setting var (330) value to 0.022783 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.022783, Var(330).penalty: 1.000000, Var(330).value: 0.022783 +> [0.000000]: [ker_lmm/DEBUG] index: 82 cnst_light_num: 96 || usage: 0.000000 remaining: 0.000000 bound: 0.167177 +> [0.000000]: [ker_lmm/DEBUG] var=308, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.055454, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=346, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.055454, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (308) value to 0.055454 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.055454, Var(308).penalty: 1.000000, Var(308).value: 0.055454 +> [0.000000]: [ker_lmm/DEBUG] Setting var (346) value to 0.055454 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.055454, Var(346).penalty: 1.000000, Var(346).value: 0.055454 +> [0.000000]: [ker_lmm/DEBUG] index: 32 cnst_light_num: 95 || usage: 0.000000 remaining: 0.000000 bound: 0.338776 +> [0.000000]: [ker_lmm/DEBUG] var=311, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.082439, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=315, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.082439, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=324, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.082439, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=339, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.082439, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (311) value to 0.082439 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.082439, Var(311).penalty: 1.000000, Var(311).value: 0.082439 +> [0.000000]: [ker_lmm/DEBUG] Setting var (315) value to 0.082439 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.082439, Var(315).penalty: 1.000000, Var(315).value: 0.082439 +> [0.000000]: [ker_lmm/DEBUG] index: 20 cnst_light_num: 94 || usage: 0.000000 remaining: 9.623793 bound: 9.834007 +> [0.000000]: [ker_lmm/DEBUG] Setting var (324) value to 0.082439 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.082439, Var(324).penalty: 1.000000, Var(324).value: 0.082439 +> [0.000000]: [ker_lmm/DEBUG] Setting var (339) value to 0.082439 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.082439, Var(339).penalty: 1.000000, Var(339).value: 0.082439 +> [0.000000]: [ker_lmm/DEBUG] index: 7 cnst_light_num: 93 || usage: 0.000000 remaining: 9.520988 bound: 9.796163 +> [0.000000]: [ker_lmm/DEBUG] index: 75 cnst_light_num: 92 || usage: 0.000000 remaining: 1.356513 bound: 1.679722 +> [0.000000]: [ker_lmm/DEBUG] index: 38 cnst_light_num: 91 || usage: 0.000000 remaining: 3.720103 bound: 4.124722 +> [0.000000]: [ker_lmm/DEBUG] index: 57 cnst_light_num: 90 || usage: 0.000000 remaining: 6.432770 bound: 6.786854 +> [0.000000]: [ker_lmm/DEBUG] index: 35 cnst_light_num: 89 || usage: 0.000000 remaining: 0.000000 bound: 0.650678 +> [0.000000]: [ker_lmm/DEBUG] index: 77 cnst_light_num: 88 || usage: 0.000000 remaining: 8.412449 bound: 8.657749 +> [0.000000]: [ker_lmm/DEBUG] index: 38 cnst_light_num: 87 || usage: 0.000000 remaining: 2.152999 bound: 2.361413 +> [0.000000]: [ker_lmm/DEBUG] index: 27 cnst_light_num: 86 || usage: 0.000000 remaining: 1.128295 bound: 1.454623 +> [0.000000]: [ker_lmm/DEBUG] index: 25 cnst_light_num: 85 || usage: 0.000000 remaining: 5.741683 bound: 6.148194 +> [0.000000]: [ker_lmm/DEBUG] var=304, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.082780, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=309, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.082780, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=318, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.082780, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=340, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.082780, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (304) value to 0.082780 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.082780, Var(304).penalty: 1.000000, Var(304).value: 0.082780 +> [0.000000]: [ker_lmm/DEBUG] index: 62 cnst_light_num: 84 || usage: 0.000000 remaining: 4.395452 bound: 4.814599 +> [0.000000]: [ker_lmm/DEBUG] index: 41 cnst_light_num: 83 || usage: 0.000000 remaining: 6.410573 bound: 6.896441 +> [0.000000]: [ker_lmm/DEBUG] index: 4 cnst_light_num: 82 || usage: 0.000000 remaining: 0.136333 bound: 0.400911 +> [0.000000]: [ker_lmm/DEBUG] Setting var (309) value to 0.082780 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.082780, Var(309).penalty: 1.000000, Var(309).value: 0.082780 +> [0.000000]: [ker_lmm/DEBUG] index: 72 cnst_light_num: 81 || usage: 0.000000 remaining: 6.936493 bound: 7.325935 +> [0.000000]: [ker_lmm/DEBUG] Setting var (318) value to 0.082780 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.082780, Var(318).penalty: 1.000000, Var(318).value: 0.082780 +> [0.000000]: [ker_lmm/DEBUG] index: 51 cnst_light_num: 80 || usage: 0.000000 remaining: 8.723692 bound: 9.175118 +> [0.000000]: [ker_lmm/DEBUG] index: 41 cnst_light_num: 79 || usage: 0.000000 remaining: 4.612134 bound: 4.877376 +> [0.000000]: [ker_lmm/DEBUG] Setting var (340) value to 0.082780 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.082780, Var(340).penalty: 1.000000, Var(340).value: 0.082780 +> [0.000000]: [ker_lmm/DEBUG] index: 56 cnst_light_num: 78 || usage: 0.000000 remaining: 2.651265 bound: 3.087946 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 77 || usage: 0.000000 remaining: 7.509593 bound: 7.863060 +> [0.000000]: [ker_lmm/DEBUG] index: 63 cnst_light_num: 76 || usage: 0.000000 remaining: 3.962753 bound: 4.654897 +> [0.000000]: [ker_lmm/DEBUG] index: 39 cnst_light_num: 75 || usage: 0.000000 remaining: 0.000000 bound: 0.846616 +> [0.000000]: [ker_lmm/DEBUG] index: 39 cnst_light_num: 74 || usage: 0.000000 remaining: 1.909920 bound: 2.111806 +> [0.000000]: [ker_lmm/DEBUG] index: 25 cnst_light_num: 73 || usage: 0.000000 remaining: 7.523697 bound: 8.301881 +> [0.000000]: [ker_lmm/DEBUG] index: 12 cnst_light_num: 72 || usage: 0.000000 remaining: 6.272859 bound: 6.866671 +> [0.000000]: [ker_lmm/DEBUG] index: 32 cnst_light_num: 71 || usage: 0.000000 remaining: 1.577312 bound: 1.890258 +> [0.000000]: [ker_lmm/DEBUG] var=314, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.181646, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=323, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.181646, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (314) value to 0.181646 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.181646, Var(314).penalty: 1.000000, Var(314).value: 0.181646 +> [0.000000]: [ker_lmm/DEBUG] index: 29 cnst_light_num: 70 || usage: 0.000000 remaining: 4.616647 bound: 5.146537 +> [0.000000]: [ker_lmm/DEBUG] index: 60 cnst_light_num: 69 || usage: 0.000000 remaining: 9.217773 bound: 9.812099 +> [0.000000]: [ker_lmm/DEBUG] index: 58 cnst_light_num: 68 || usage: 0.000000 remaining: 6.691715 bound: 6.981656 +> [0.000000]: [ker_lmm/DEBUG] index: 60 cnst_light_num: 67 || usage: 0.000000 remaining: 8.775222 bound: 9.470740 +> [0.000000]: [ker_lmm/DEBUG] index: 63 cnst_light_num: 66 || usage: 0.000000 remaining: 0.002624 bound: 0.588801 +> [0.000000]: [ker_lmm/DEBUG] index: 62 cnst_light_num: 65 || usage: 0.000000 remaining: 9.108748 bound: 9.489773 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 64 || usage: 0.000000 remaining: 3.743166 bound: 4.413485 +> [0.000000]: [ker_lmm/DEBUG] Setting var (323) value to 0.181646 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.181646, Var(323).penalty: 1.000000, Var(323).value: 0.181646 +> [0.000000]: [ker_lmm/DEBUG] index: 56 cnst_light_num: 63 || usage: 0.000000 remaining: 8.235721 bound: 8.955012 +> [0.000000]: [ker_lmm/DEBUG] index: 60 cnst_light_num: 62 || usage: 0.000000 remaining: 5.669575 bound: 6.189299 +> [0.000000]: [ker_lmm/DEBUG] index: 47 cnst_light_num: 61 || usage: 0.000000 remaining: 1.315157 bound: 1.914464 +> [0.000000]: [ker_lmm/DEBUG] index: 55 cnst_light_num: 60 || usage: 0.000000 remaining: 4.249010 bound: 5.279088 +> [0.000000]: [ker_lmm/DEBUG] index: 7 cnst_light_num: 59 || usage: 0.000000 remaining: 2.003879 bound: 2.361517 +> [0.000000]: [ker_lmm/DEBUG] index: 18 cnst_light_num: 58 || usage: 0.000000 remaining: 6.876551 bound: 7.944233 +> [0.000000]: [ker_lmm/DEBUG] index: 39 cnst_light_num: 57 || usage: 0.000000 remaining: 2.567343 bound: 3.502852 +> [0.000000]: [ker_lmm/DEBUG] index: 20 cnst_light_num: 56 || usage: 0.000000 remaining: 0.000000 bound: 0.831691 +> [0.000000]: [ker_lmm/DEBUG] index: 47 cnst_light_num: 55 || usage: 0.000000 remaining: 7.939866 bound: 8.435281 +> [0.000000]: [ker_lmm/DEBUG] index: 33 cnst_light_num: 54 || usage: 0.000000 remaining: 1.105945 bound: 1.582234 +> [0.000000]: [ker_lmm/DEBUG] index: 14 cnst_light_num: 53 || usage: 0.000000 remaining: 1.436632 bound: 2.454537 +> [0.000000]: [ker_lmm/DEBUG] index: 21 cnst_light_num: 52 || usage: 0.000000 remaining: 5.134786 bound: 5.972666 +> [0.000000]: [ker_lmm/DEBUG] index: 47 cnst_light_num: 51 || usage: 0.000000 remaining: 2.474832 bound: 3.070127 +> [0.000000]: [ker_lmm/DEBUG] var=317, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.192480, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (317) value to 0.192480 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.192480, Var(317).penalty: 1.000000, Var(317).value: 0.192480 +> [0.000000]: [ker_lmm/DEBUG] index: 22 cnst_light_num: 50 || usage: 0.000000 remaining: 8.590187 bound: 9.762745 +> [0.000000]: [ker_lmm/DEBUG] index: 43 cnst_light_num: 49 || usage: 0.000000 remaining: 7.850020 bound: 9.024219 +> [0.000000]: [ker_lmm/DEBUG] index: 40 cnst_light_num: 48 || usage: 0.000000 remaining: 8.803990 bound: 9.267207 +> [0.000000]: [ker_lmm/DEBUG] index: 14 cnst_light_num: 47 || usage: 0.000000 remaining: 2.894269 bound: 3.711062 +> [0.000000]: [ker_lmm/DEBUG] index: 27 cnst_light_num: 46 || usage: 0.000000 remaining: 1.488431 bound: 2.160895 +> [0.000000]: [ker_lmm/DEBUG] index: 39 cnst_light_num: 45 || usage: 0.000000 remaining: 5.237831 bound: 6.035635 +> [0.000000]: [ker_lmm/DEBUG] index: 32 cnst_light_num: 44 || usage: 0.000000 remaining: 0.000000 bound: 0.657095 +> [0.000000]: [ker_lmm/DEBUG] index: 27 cnst_light_num: 43 || usage: 0.000000 remaining: 1.499276 bound: 2.410386 +> [0.000000]: [ker_lmm/DEBUG] index: 33 cnst_light_num: 42 || usage: 0.000000 remaining: 2.697860 bound: 3.764195 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 41 || usage: 0.000000 remaining: 4.546883 bound: 5.206744 +> [0.000000]: [ker_lmm/DEBUG] index: 9 cnst_light_num: 40 || usage: 0.000000 remaining: 5.086432 bound: 6.090356 +> [0.000000]: [ker_lmm/DEBUG] var=322, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.199927, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (322) value to 0.199927 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.199927, Var(322).penalty: 1.000000, Var(322).value: 0.199927 +> [0.000000]: [ker_lmm/DEBUG] index: 3 cnst_light_num: 39 || usage: 0.000000 remaining: 2.815418 bound: 3.969000 +> [0.000000]: [ker_lmm/DEBUG] index: 35 cnst_light_num: 38 || usage: 0.000000 remaining: 8.434436 bound: 9.496689 +> [0.000000]: [ker_lmm/DEBUG] index: 14 cnst_light_num: 37 || usage: 0.000000 remaining: 8.775050 bound: 9.425859 +> [0.000000]: [ker_lmm/DEBUG] index: 30 cnst_light_num: 36 || usage: 0.000000 remaining: 3.641974 bound: 4.190340 +> [0.000000]: [ker_lmm/DEBUG] index: 4 cnst_light_num: 35 || usage: 0.000000 remaining: 2.870313 bound: 3.917662 +> [0.000000]: [ker_lmm/DEBUG] index: 17 cnst_light_num: 34 || usage: 0.000000 remaining: 2.369036 bound: 3.206156 +> [0.000000]: [ker_lmm/DEBUG] index: 10 cnst_light_num: 33 || usage: 0.000000 remaining: 5.722769 bound: 6.249309 +> [0.000000]: [ker_lmm/DEBUG] index: 21 cnst_light_num: 32 || usage: 0.000000 remaining: 2.712534 bound: 4.048252 +> [0.000000]: [ker_lmm/DEBUG] index: 22 cnst_light_num: 31 || usage: 0.000000 remaining: 0.883260 bound: 1.628717 +> [0.000000]: [ker_lmm/DEBUG] index: 18 cnst_light_num: 30 || usage: 0.000000 remaining: 5.804409 bound: 6.235688 +> [0.000000]: [ker_lmm/DEBUG] index: 26 cnst_light_num: 29 || usage: 0.000000 remaining: 4.884825 bound: 5.918736 +> [0.000000]: [ker_lmm/DEBUG] index: 16 cnst_light_num: 28 || usage: 0.000000 remaining: 2.658479 bound: 3.516737 +> [0.000000]: [ker_lmm/DEBUG] index: 19 cnst_light_num: 27 || usage: 0.000000 remaining: 5.057421 bound: 6.439143 +> [0.000000]: [ker_lmm/DEBUG] index: 9 cnst_light_num: 26 || usage: 0.000000 remaining: 3.010640 bound: 3.636503 +> [0.000000]: [ker_lmm/DEBUG] index: 5 cnst_light_num: 25 || usage: 0.000000 remaining: 0.723013 bound: 1.789739 +> [0.000000]: [ker_lmm/DEBUG] index: 17 cnst_light_num: 24 || usage: 0.000000 remaining: 6.083058 bound: 6.989810 +> [0.000000]: [ker_lmm/DEBUG] index: 20 cnst_light_num: 23 || usage: 0.000000 remaining: 0.000000 bound: 1.289353 +> [0.000000]: [ker_lmm/DEBUG] index: 5 cnst_light_num: 22 || usage: 0.000000 remaining: 4.209866 bound: 4.881711 +> [0.000000]: [ker_lmm/DEBUG] var=341, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.377043, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (341) value to 0.377043 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.377043, Var(341).penalty: 1.000000, Var(341).value: 0.377043 +> [0.000000]: [ker_lmm/DEBUG] index: 6 cnst_light_num: 21 || usage: 0.000000 remaining: 8.731885 bound: 9.732780 +> [0.000000]: [ker_lmm/DEBUG] index: 6 cnst_light_num: 20 || usage: 0.000000 remaining: 8.492159 bound: 9.726844 +> [0.000000]: [ker_lmm/DEBUG] index: 7 cnst_light_num: 19 || usage: 0.000000 remaining: 3.664788 bound: 5.723565 +> [0.000000]: [ker_lmm/DEBUG] index: 9 cnst_light_num: 18 || usage: 0.000000 remaining: 2.715342 bound: 4.361466 +> [0.000000]: [ker_lmm/DEBUG] index: 6 cnst_light_num: 17 || usage: 0.000000 remaining: 6.213695 bound: 8.352567 +> [0.000000]: [ker_lmm/DEBUG] index: 14 cnst_light_num: 16 || usage: 0.000000 remaining: 8.192748 bound: 9.371345 +> [0.000000]: [ker_lmm/DEBUG] index: 6 cnst_light_num: 15 || usage: 0.000000 remaining: 7.420504 bound: 8.454437 +> [0.000000]: [ker_lmm/DEBUG] index: 12 cnst_light_num: 14 || usage: 0.000000 remaining: 2.464665 bound: 4.463492 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 13 || usage: 0.000000 remaining: 4.245291 bound: 5.835435 +> [0.000000]: [ker_lmm/DEBUG] index: 10 cnst_light_num: 12 || usage: 0.000000 remaining: 7.782035 bound: 9.006215 +> [0.000000]: [ker_lmm/DEBUG] index: 4 cnst_light_num: 11 || usage: 0.000000 remaining: 3.670116 bound: 4.977941 +> [0.000000]: [ker_lmm/DEBUG] index: 5 cnst_light_num: 10 || usage: 0.000000 remaining: 0.000000 bound: 1.737798 +> [0.000000]: [ker_lmm/DEBUG] index: 6 cnst_light_num: 9 || usage: 0.000000 remaining: 5.642411 bound: 6.665584 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 8 || usage: 0.000000 remaining: 0.823446 bound: 1.081934 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 7 || usage: 0.000000 remaining: 5.236312 bound: 6.984202 +> [0.000000]: [ker_lmm/DEBUG] index: 4 cnst_light_num: 6 || usage: 0.000000 remaining: 6.601025 bound: 8.070165 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 5 || usage: 0.000000 remaining: 0.637052 bound: 2.230325 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 4 || usage: 0.000000 remaining: 3.289864 bound: 4.347915 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 3 || usage: 0.000000 remaining: 5.344958 bound: 6.376102 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 2 || usage: 0.000000 remaining: 0.200961 bound: 1.824454 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 1.997659 bound: 2.664738 +> [0.000000]: [ker_lmm/DEBUG] MAX-MIN ( '396'(1.000000) '379'(1.000000) '373'(1.000000) '371'(1.000000) '368'(1.000000) '355'(1.000000) '346'(1.000000) '341'(1.000000) '340'(1.000000) '339'(1.000000) '338'(1.000000) '335'(1.000000) '333'(1.000000) '330'(1.000000) '329'(1.000000) '327'(1.000000) '326'(1.000000) '325'(1.000000) '324'(1.000000) '323'(1.000000) '322'(1.000000) '321'(1.000000) '320'(1.000000) '319'(1.000000) '318'(1.000000) '317'(1.000000) '316'(1.000000) '315'(1.000000) '314'(1.000000) '313'(1.000000) '312'(1.000000) '311'(1.000000) '310'(1.000000) '309'(1.000000) '308'(1.000000) '307'(1.000000) '306'(1.000000) '305'(1.000000) '304'(1.000000) '303'(1.000000) '302'(1.000000) '301'(1.000000) '328'(0.000000) '331'(0.000000) '332'(0.000000) '334'(0.000000) '336'(0.000000) '337'(0.000000) '342'(0.000000) '343'(0.000000) '344'(0.000000) '345'(0.000000) '347'(0.000000) '348'(0.000000) '349'(0.000000) '350'(0.000000) '351'(0.000000) '352'(0.000000) '353'(0.000000) '354'(0.000000) '356'(0.000000) '357'(0.000000) '358'(0.000000) '359'(0.000000) '360'(0.000000) '361'(0.000000) '362'(0.000000) '363'(0.000000) '364'(0.000000) '365'(0.000000) '366'(0.000000) '367'(0.000000) '369'(0.000000) '370'(0.000000) '372'(0.000000) '374'(0.000000) '375'(0.000000) '376'(0.000000) '377'(0.000000) '378'(0.000000) '380'(0.000000) '381'(0.000000) '382'(0.000000) '383'(0.000000) '384'(0.000000) '385'(0.000000) '386'(0.000000) '387'(0.000000) '388'(0.000000) '389'(0.000000) '390'(0.000000) '391'(0.000000) '392'(0.000000) '393'(0.000000) '394'(0.000000) '395'(0.000000) '397'(0.000000) '398'(0.000000) '399'(0.000000) '400'(0.000000) ) +> [0.000000]: [ker_lmm/DEBUG] Constraints +> [0.000000]: [ker_lmm/DEBUG] (0.711620.'340'(0.082780) + 1.698087.'338'(0.008080) + 1.683660.'325'(0.017237) + 2.667037.'324'(0.082439) + 1.798105.'320'(0.004853) + 0.931724.'305'(0.017237) + 0.886673.'301'(0.008080) + 1.365698.'332'(0.000000) + 1.355919.'344'(0.000000) + 1.722164.'347'(0.000000) + 1.183967.'367'(0.000000) + 1.262590.'376'(0.000000) + 0.902728.'378'(0.000000) + 0.751774.'380'(0.000000) + 1.014224.'381'(0.000000) + 1.498186.'389'(0.000000) + 0.946280.'391'(0.000000) + 0) <= 7.863060 ('317') +> [0.000000]: [ker_lmm/DEBUG] (1.514137.'368'(0.006347) + 1.764426.'327'(0.006347) + 1.836714.'318'(0.082780) + 1.938741.'315'(0.082439) + 0.993644.'314'(0.181646) + 1.723830.'313'(0.004853) + 1.221878.'309'(0.082780) + 1.661383.'307'(0.017237) + 2.351379.'301'(0.008080) + 3.096378.'328'(0.000000) + 0.943768.'328'(0.000000) + 0.782560.'336'(0.000000) + 1.003319.'337'(0.000000) + 1.525497.'348'(0.000000) + 1.459585.'350'(0.000000) + 1.784732.'353'(0.000000) + 0.315493.'353'(0.000000) + 1.483884.'354'(0.000000) + 0.702900.'360'(0.000000) + 1.820209.'361'(0.000000) + 2.564742.'362'(0.000000) + 1.296586.'365'(0.000000) + 0.565089.'372'(0.000000) + 0.419495.'378'(0.000000) + 1.691229.'380'(0.000000) + 1.216130.'381'(0.000000) + 1.101438.'383'(0.000000) + 1.811900.'388'(0.000000) + 0.742828.'389'(0.000000) + 0.301645.'395'(0.000000) + 0) <= 4.413485 ('319') +> [0.000000]: [ker_lmm/DEBUG] (1.716017.'371'(0.017237) + 1.706524.'339'(0.082439) + 1.184229.'338'(0.008080) + 0.090393.'330'(0.022783) + 1.701258.'327'(0.006347) + 1.126359.'321'(0.022783) + 1.146949.'321'(0.022783) + 1.609376.'320'(0.004853) + 1.216585.'317'(0.192480) + 2.171146.'308'(0.055454) + 1.361675.'307'(0.017237) + 1.075141.'305'(0.017237) + 1.361375.'301'(0.008080) + 2.003081.'328'(0.000000) + 1.562996.'334'(0.000000) + 1.225045.'337'(0.000000) + 1.112023.'378'(0.000000) + 2.641544.'383'(0.000000) + 0.914179.'385'(0.000000) + 2.588364.'389'(0.000000) + 1.348564.'391'(0.000000) + 1.332286.'397'(0.000000) + 0) <= 5.206744 ('360') +> [0.000000]: [ker_lmm/DEBUG] (1.566114.'346'(0.055454) + 1.257587.'338'(0.008080) + 1.843428.'330'(0.022783) + 2.905613.'329'(0.004853) + 2.282056.'326'(0.004853) + 1.563939.'322'(0.199927) + 0.900933.'318'(0.082780) + 1.356355.'317'(0.192480) + 1.117123.'315'(0.082439) + 0.689510.'312'(0.004853) + 0.722313.'310'(0.008080) + 1.432905.'309'(0.082780) + 2.447716.'306'(0.004853) + 1.017886.'304'(0.082780) + 0.904820.'302'(0.006347) + 2.388552.'301'(0.008080) + 2.159258.'347'(0.000000) + 1.830088.'353'(0.000000) + 1.219250.'356'(0.000000) + 0.639934.'358'(0.000000) + 1.264648.'375'(0.000000) + 1.910719.'377'(0.000000) + 1.954779.'378'(0.000000) + 1.017164.'385'(0.000000) + 0.504384.'391'(0.000000) + 0.405253.'393'(0.000000) + 0) <= 3.969000 ('330') +> [0.000000]: [ker_lmm/DEBUG] (0.495672.'373'(0.008080) + 2.081330.'355'(0.006347) + 0.724210.'327'(0.006347) + 2.523324.'320'(0.004853) + 1.268110.'319'(0.006347) + 3.187228.'319'(0.006347) + 2.388622.'312'(0.004853) + 1.595902.'310'(0.008080) + 1.936256.'304'(0.082780) + 2.162370.'301'(0.008080) + 0.988663.'328'(0.000000) + 1.653667.'331'(0.000000) + 1.628163.'343'(0.000000) + 1.219518.'352'(0.000000) + 1.221598.'353'(0.000000) + 1.349813.'359'(0.000000) + 0.687139.'360'(0.000000) + 0.546418.'364'(0.000000) + 1.526125.'366'(0.000000) + 1.473956.'370'(0.000000) + 1.141226.'378'(0.000000) + 0.531014.'383'(0.000000) + 1.933780.'386'(0.000000) + 2.104870.'388'(0.000000) + 2.340618.'392'(0.000000) + 1.300351.'397'(0.000000) + 2.238345.'399'(0.000000) + 0) <= 0.400911 ('394') +> [0.000000]: [ker_lmm/DEBUG] (0.078865.'340'(0.082780) + 2.463213.'340'(0.082780) + 1.294912.'322'(0.199927) + 1.847221.'314'(0.181646) + 0.046435.'309'(0.082780) + 1.723118.'309'(0.082780) + 1.705769.'306'(0.004853) + 0.993087.'305'(0.017237) + 0.854144.'304'(0.082780) + 2.386266.'301'(0.008080) + 0.834431.'331'(0.000000) + 0.805403.'334'(0.000000) + 2.111643.'337'(0.000000) + 0.653751.'343'(0.000000) + 2.491274.'349'(0.000000) + 1.268729.'350'(0.000000) + 0.713745.'354'(0.000000) + 1.537723.'357'(0.000000) + 1.324894.'370'(0.000000) + 1.692808.'376'(0.000000) + 1.467057.'377'(0.000000) + 1.121068.'388'(0.000000) + 1.905989.'394'(0.000000) + 0.318458.'394'(0.000000) + 1.595324.'400'(0.000000) + 0) <= 1.789739 ('332') +> [0.000000]: [ker_lmm/DEBUG] (0.979203.'368'(0.006347) + 2.640168.'355'(0.006347) + 1.800143.'341'(0.377043) + 1.448635.'326'(0.004853) + 0.998835.'316'(0.006347) + 1.348652.'315'(0.082439) + 0.651234.'311'(0.082439) + 1.680076.'307'(0.017237) + 0.953325.'304'(0.082780) + 1.618585.'301'(0.008080) + 1.049344.'334'(0.000000) + 0.942706.'345'(0.000000) + 1.531845.'352'(0.000000) + 1.397830.'353'(0.000000) + 0.679314.'357'(0.000000) + 1.484183.'360'(0.000000) + 0.956321.'361'(0.000000) + 1.646165.'366'(0.000000) + 1.393240.'367'(0.000000) + 1.943746.'370'(0.000000) + 1.298603.'372'(0.000000) + 1.541377.'375'(0.000000) + 0.652324.'383'(0.000000) + 0.501243.'393'(0.000000) + 0.143884.'397'(0.000000) + 1.951680.'398'(0.000000) + 2.087441.'400'(0.000000) + 0) <= 9.732780 ('393') +> [0.000000]: [ker_lmm/DEBUG] (1.065682.'379'(0.017237) + 2.278476.'371'(0.017237) + 1.566285.'355'(0.006347) + 0.424741.'339'(0.082439) + 1.030943.'326'(0.004853) + 1.937713.'312'(0.004853) + 1.343270.'311'(0.082439) + 1.540738.'306'(0.004853) + 0.173443.'305'(0.017237) + 1.343547.'305'(0.017237) + 1.708719.'301'(0.008080) + 1.580683.'345'(0.000000) + 1.441257.'351'(0.000000) + 1.177313.'357'(0.000000) + 2.309678.'359'(0.000000) + 0.675388.'360'(0.000000) + 3.543693.'361'(0.000000) + 0.801080.'361'(0.000000) + 1.295386.'363'(0.000000) + 0.314557.'366'(0.000000) + 1.114859.'378'(0.000000) + 0.341157.'386'(0.000000) + 2.804699.'387'(0.000000) + 0.474134.'387'(0.000000) + 2.611973.'398'(0.000000) + 0.242060.'398'(0.000000) + 0) <= 9.796163 ('378') +> [0.000000]: [ker_lmm/DEBUG] (1.478215.'373'(0.008080) + 0.686029.'346'(0.055454) + 2.679396.'341'(0.377043) + 1.163916.'338'(0.008080) + 1.127652.'329'(0.004853) + 1.472993.'322'(0.199927) + 1.192189.'320'(0.004853) + 1.833912.'319'(0.006347) + 0.364125.'317'(0.192480) + 1.789408.'311'(0.082439) + 2.334212.'301'(0.008080) + 0.951115.'343'(0.000000) + 1.507475.'347'(0.000000) + 2.046835.'354'(0.000000) + 2.119808.'356'(0.000000) + 2.144554.'357'(0.000000) + 1.679998.'362'(0.000000) + 1.739287.'363'(0.000000) + 0.961286.'365'(0.000000) + 1.744600.'376'(0.000000) + 3.043084.'383'(0.000000) + 0.733632.'383'(0.000000) + 1.218679.'397'(0.000000) + 1.490963.'398'(0.000000) + 1.701003.'399'(0.000000) + 0) <= 1.824454 ('341') +> [0.000000]: [ker_lmm/DEBUG] (1.998429.'373'(0.008080) + 1.704990.'355'(0.006347) + 1.298527.'346'(0.055454) + 1.390125.'339'(0.082439) + 0.175803.'329'(0.004853) + 3.211196.'329'(0.004853) + 2.163992.'318'(0.082780) + 2.371303.'317'(0.192480) + 0.778190.'313'(0.004853) + 1.525992.'312'(0.004853) + 0.847286.'308'(0.055454) + 1.360580.'308'(0.055454) + 0.584893.'301'(0.008080) + 2.004245.'331'(0.000000) + 1.165877.'334'(0.000000) + 0.688562.'334'(0.000000) + 1.377142.'347'(0.000000) + 0.859110.'349'(0.000000) + 0.756312.'354'(0.000000) + 1.653681.'359'(0.000000) + 2.550189.'363'(0.000000) + 1.178071.'367'(0.000000) + 1.486712.'369'(0.000000) + 1.414617.'374'(0.000000) + 2.096071.'377'(0.000000) + 1.278261.'381'(0.000000) + 1.997870.'383'(0.000000) + 1.941868.'384'(0.000000) + 0.860328.'389'(0.000000) + 1.868089.'399'(0.000000) + 0) <= 6.090356 ('303') +> [0.000000]: [ker_lmm/DEBUG] (2.006966.'371'(0.017237) + 1.935171.'326'(0.004853) + 1.348943.'322'(0.199927) + 0.706959.'319'(0.006347) + 2.213002.'318'(0.082780) + 1.458894.'313'(0.004853) + 2.240850.'301'(0.008080) + 1.641588.'331'(0.000000) + 0.553238.'344'(0.000000) + 1.619687.'350'(0.000000) + 2.453332.'352'(0.000000) + 1.466878.'357'(0.000000) + 2.455601.'360'(0.000000) + 1.696665.'385'(0.000000) + 0.616250.'389'(0.000000) + 2.452300.'390'(0.000000) + 1.367020.'390'(0.000000) + 1.680218.'391'(0.000000) + 1.107554.'393'(0.000000) + 0) <= 6.249309 ('336') +> [0.000000]: [ker_lmm/DEBUG] (1.450346.'368'(0.006347) + 1.371606.'355'(0.006347) + 1.517993.'341'(0.377043) + 0.874640.'326'(0.004853) + 0.988978.'321'(0.022783) + 1.341839.'317'(0.192480) + 2.301468.'309'(0.082780) + 1.252799.'308'(0.055454) + 1.950171.'308'(0.055454) + 2.429368.'304'(0.082780) + 2.053849.'303'(0.006347) + 1.430037.'301'(0.008080) + 1.694081.'328'(0.000000) + 1.461225.'332'(0.000000) + 2.317328.'337'(0.000000) + 0.566895.'337'(0.000000) + 1.700498.'342'(0.000000) + 1.757581.'348'(0.000000) + 2.439459.'358'(0.000000) + 1.611999.'360'(0.000000) + 0.185440.'363'(0.000000) + 1.306606.'366'(0.000000) + 1.104577.'375'(0.000000) + 1.505160.'381'(0.000000) + 0.596199.'382'(0.000000) + 1.619134.'387'(0.000000) + 1.916616.'392'(0.000000) + 1.733777.'395'(0.000000) + 0) <= 8.070165 ('353') +> [0.000000]: [ker_lmm/DEBUG] (2.188345.'379'(0.017237) + 1.044661.'346'(0.055454) + 1.559277.'340'(0.082780) + 1.043279.'339'(0.082439) + 2.049971.'325'(0.017237) + 1.699223.'319'(0.006347) + 1.278679.'318'(0.082780) + 2.143997.'310'(0.008080) + 0.181397.'308'(0.055454) + 1.559022.'308'(0.055454) + 0.704131.'302'(0.006347) + 1.584598.'301'(0.008080) + 2.692239.'331'(0.000000) + 2.093217.'337'(0.000000) + 0.610285.'348'(0.000000) + 1.081395.'352'(0.000000) + 0.999795.'356'(0.000000) + 1.388990.'358'(0.000000) + 1.657937.'365'(0.000000) + 1.432580.'367'(0.000000) + 2.372392.'375'(0.000000) + 1.293714.'376'(0.000000) + 0.256539.'378'(0.000000) + 2.331921.'386'(0.000000) + 1.972334.'397'(0.000000) + 0.846193.'398'(0.000000) + 0) <= 6.866671 ('334') +> [0.000000]: [ker_lmm/DEBUG] (1.311297.'368'(0.006347) + 1.499577.'346'(0.055454) + 0.299527.'341'(0.377043) + 0.920434.'320'(0.004853) + 1.907479.'310'(0.008080) + 1.034678.'301'(0.008080) + 3.197210.'301'(0.008080) + 1.168678.'336'(0.000000) + 1.972985.'347'(0.000000) + 2.931100.'354'(0.000000) + 1.686911.'357'(0.000000) + 0.953565.'363'(0.000000) + 1.150871.'390'(0.000000) + 1.209868.'391'(0.000000) + 1.540083.'399'(0.000000) + 0) <= 1.081934 ('325') +> [0.000000]: [ker_lmm/DEBUG] (1.075438.'373'(0.008080) + 0.926153.'346'(0.055454) + 1.654459.'335'(0.017237) + 1.833743.'333'(0.017237) + 1.929500.'324'(0.082439) + 0.750631.'323'(0.181646) + 1.197651.'320'(0.004853) + 0.356819.'319'(0.006347) + 2.494443.'319'(0.006347) + 1.252317.'314'(0.181646) + 1.498283.'310'(0.008080) + 1.341426.'310'(0.008080) + 0.094385.'309'(0.082780) + 2.951247.'309'(0.082780) + 1.151614.'308'(0.055454) + 1.485977.'301'(0.008080) + 1.794289.'332'(0.000000) + 0.862714.'337'(0.000000) + 1.925785.'342'(0.000000) + 0.730261.'348'(0.000000) + 1.101680.'352'(0.000000) + 1.156102.'353'(0.000000) + 0.617411.'354'(0.000000) + 2.640077.'356'(0.000000) + 0.738765.'364'(0.000000) + 1.536005.'365'(0.000000) + 2.153885.'376'(0.000000) + 1.285648.'382'(0.000000) + 0.681327.'382'(0.000000) + 1.822456.'383'(0.000000) + 1.196773.'394'(0.000000) + 1.031761.'395'(0.000000) + 0) <= 2.454537 ('351') +> [0.000000]: [ker_lmm/DEBUG] (2.142989.'396'(0.006347) + 1.392642.'379'(0.017237) + 2.140192.'373'(0.008080) + 1.401331.'368'(0.006347) + 2.476610.'346'(0.055454) + 1.580390.'341'(0.377043) + 0.630281.'340'(0.082780) + 0.318532.'338'(0.008080) + 2.236869.'316'(0.006347) + 0.627202.'306'(0.004853) + 1.651365.'304'(0.082780) + 2.162917.'301'(0.008080) + 1.683755.'331'(0.000000) + 0.612844.'345'(0.000000) + 0.992618.'349'(0.000000) + 0.392269.'353'(0.000000) + 1.650478.'354'(0.000000) + 1.230058.'361'(0.000000) + 2.300912.'369'(0.000000) + 1.487211.'375'(0.000000) + 1.378015.'378'(0.000000) + 1.373874.'380'(0.000000) + 1.386657.'383'(0.000000) + 1.266970.'395'(0.000000) + 1.575748.'398'(0.000000) + 0) <= 6.665584 ('398') +> [0.000000]: [ker_lmm/DEBUG] (1.420515.'373'(0.008080) + 1.027115.'339'(0.082439) + 2.017576.'326'(0.004853) + 0.615121.'325'(0.017237) + 0.558401.'324'(0.082439) + 1.349296.'322'(0.199927) + 2.776283.'315'(0.082439) + 1.498066.'313'(0.004853) + 0.857583.'309'(0.082780) + 1.268739.'304'(0.082780) + 1.702648.'301'(0.008080) + 2.448588.'328'(0.000000) + 1.689581.'334'(0.000000) + 1.523551.'336'(0.000000) + 1.945523.'337'(0.000000) + 0.275212.'343'(0.000000) + 1.851690.'352'(0.000000) + 0.497506.'365'(0.000000) + 0.100233.'372'(0.000000) + 2.080770.'385'(0.000000) + 1.548718.'386'(0.000000) + 0.342376.'386'(0.000000) + 2.814421.'387'(0.000000) + 1.488967.'388'(0.000000) + 2.407085.'389'(0.000000) + 0.398635.'391'(0.000000) + 0.596739.'392'(0.000000) + 2.100543.'399'(0.000000) + 0) <= 3.516737 ('333') +> [0.000000]: [ker_lmm/DEBUG] (2.251193.'368'(0.006347) + 0.584939.'322'(0.199927) + 2.144101.'319'(0.006347) + 1.389532.'316'(0.006347) + 2.408643.'315'(0.082439) + 0.182870.'314'(0.181646) + 2.436842.'314'(0.181646) + 0.381590.'306'(0.004853) + 0.888874.'301'(0.008080) + 1.066601.'328'(0.000000) + 0.830997.'334'(0.000000) + 0.493331.'350'(0.000000) + 2.143881.'372'(0.000000) + 0.597891.'375'(0.000000) + 1.280711.'376'(0.000000) + 0.208845.'380'(0.000000) + 0) <= 3.206156 ('372') +> [0.000000]: [ker_lmm/DEBUG] (1.703523.'396'(0.006347) + 0.150766.'373'(0.008080) + 1.396488.'338'(0.008080) + 0.655690.'329'(0.004853) + 1.657219.'326'(0.004853) + 1.981789.'319'(0.006347) + 2.370631.'312'(0.004853) + 0.912128.'310'(0.008080) + 2.700473.'310'(0.008080) + 2.036485.'301'(0.008080) + 1.065244.'331'(0.000000) + 2.139655.'332'(0.000000) + 0.604935.'343'(0.000000) + 1.124954.'345'(0.000000) + 1.546877.'347'(0.000000) + 1.551965.'349'(0.000000) + 1.350480.'358'(0.000000) + 1.375465.'370'(0.000000) + 0.459934.'370'(0.000000) + 1.926573.'378'(0.000000) + 1.122016.'381'(0.000000) + 1.222285.'387'(0.000000) + 2.023252.'391'(0.000000) + 2.013685.'392'(0.000000) + 1.765207.'394'(0.000000) + 1.323436.'395'(0.000000) + 0) <= 0.104267 ('391') +> [0.000000]: [ker_lmm/DEBUG] (1.160817.'346'(0.055454) + 1.304207.'330'(0.022783) + 1.703323.'327'(0.006347) + 1.861944.'324'(0.082439) + 1.000717.'322'(0.199927) + 0.785101.'314'(0.181646) + 3.163711.'314'(0.181646) + 0.786787.'308'(0.055454) + 1.591752.'304'(0.082780) + 1.921340.'302'(0.006347) + 2.275118.'301'(0.008080) + 1.439880.'332'(0.000000) + 0.228930.'334'(0.000000) + 1.248489.'349'(0.000000) + 0.687124.'351'(0.000000) + 1.451475.'352'(0.000000) + 2.019343.'360'(0.000000) + 0.103678.'361'(0.000000) + 0.213856.'366'(0.000000) + 1.325200.'370'(0.000000) + 1.442046.'378'(0.000000) + 1.222894.'383'(0.000000) + 2.463385.'385'(0.000000) + 1.117042.'386'(0.000000) + 0.785661.'387'(0.000000) + 2.308514.'390'(0.000000) + 0) <= 6.439143 ('314') +> [0.000000]: [ker_lmm/DEBUG] (1.545870.'371'(0.017237) + 2.243698.'320'(0.004853) + 1.207884.'315'(0.082439) + 0.689241.'310'(0.008080) + 2.968804.'310'(0.008080) + 1.341022.'307'(0.017237) + 1.141391.'303'(0.006347) + 1.632092.'301'(0.008080) + 1.963881.'331'(0.000000) + 1.739879.'332'(0.000000) + 2.346900.'343'(0.000000) + 2.130370.'353'(0.000000) + 1.687489.'362'(0.000000) + 1.167280.'380'(0.000000) + 1.592617.'382'(0.000000) + 2.289443.'385'(0.000000) + 0.040382.'390'(0.000000) + 0.606368.'395'(0.000000) + 1.874285.'399'(0.000000) + 0) <= 9.834007 ('310') +> [0.000000]: [ker_lmm/DEBUG] (2.156695.'371'(0.017237) + 1.300980.'335'(0.017237) + 2.637163.'333'(0.017237) + 1.479931.'330'(0.022783) + 2.226821.'329'(0.004853) + 1.516854.'323'(0.181646) + 1.996378.'315'(0.082439) + 2.537394.'305'(0.017237) + 2.088363.'304'(0.082780) + 1.694245.'303'(0.006347) + 1.726181.'302'(0.006347) + 1.221966.'301'(0.008080) + 2.142040.'350'(0.000000) + 2.107558.'358'(0.000000) + 2.125886.'376'(0.000000) + 0) <= 5.972666 ('350') +> [0.000000]: [ker_lmm/DEBUG] (1.655562.'396'(0.006347) + 2.414940.'373'(0.008080) + 2.476225.'346'(0.055454) + 1.225042.'333'(0.017237) + 1.703328.'325'(0.017237) + 0.829578.'324'(0.082439) + 1.537303.'321'(0.022783) + 0.901660.'319'(0.006347) + 1.416742.'318'(0.082780) + 1.858249.'317'(0.192480) + 0.825755.'314'(0.181646) + 1.630474.'310'(0.008080) + 2.040300.'309'(0.082780) + 1.964813.'303'(0.006347) + 1.555330.'302'(0.006347) + 2.010882.'301'(0.008080) + 1.720842.'332'(0.000000) + 2.225409.'336'(0.000000) + 2.263211.'345'(0.000000) + 1.104478.'347'(0.000000) + 3.000758.'350'(0.000000) + 1.188092.'350'(0.000000) + 2.006400.'374'(0.000000) + 2.003526.'382'(0.000000) + 0.154813.'385'(0.000000) + 1.933598.'393'(0.000000) + 1.461805.'395'(0.000000) + 2.934655.'398'(0.000000) + 0.130611.'398'(0.000000) + 0) <= 9.762745 ('305') +> [0.000000]: [ker_lmm/DEBUG] (1.979700.'341'(0.377043) + 1.969252.'339'(0.082439) + 2.295743.'326'(0.004853) + 0.608697.'314'(0.181646) + 2.563275.'313'(0.004853) + 2.383229.'302'(0.006347) + 1.373605.'332'(0.000000) + 1.610305.'343'(0.000000) + 2.210137.'352'(0.000000) + 0.932532.'356'(0.000000) + 1.518256.'358'(0.000000) + 2.530130.'359'(0.000000) + 1.984321.'360'(0.000000) + 2.480062.'380'(0.000000) + 2.329986.'387'(0.000000) + 1.955451.'399'(0.000000) + 0) <= 4.347915 ('307') +> [0.000000]: [ker_lmm/DEBUG] (1.803878.'396'(0.006347) + 0.352500.'371'(0.017237) + 1.590609.'368'(0.006347) + 1.051952.'323'(0.181646) + 2.133090.'322'(0.199927) + 2.219202.'313'(0.004853) + 1.770554.'310'(0.008080) + 0.252554.'302'(0.006347) + 0.493158.'328'(0.000000) + 1.187952.'332'(0.000000) + 0.618277.'347'(0.000000) + 2.448310.'360'(0.000000) + 1.575858.'374'(0.000000) + 1.796425.'380'(0.000000) + 2.558684.'381'(0.000000) + 1.057599.'382'(0.000000) + 1.321968.'394'(0.000000) + 0) <= 4.881711 ('382') +> [0.000000]: [ker_lmm/DEBUG] (0.607594.'396'(0.006347) + 1.950930.'368'(0.006347) + 1.686440.'355'(0.006347) + 1.281865.'327'(0.006347) + 2.319723.'319'(0.006347) + 2.431209.'316'(0.006347) + 2.062597.'303'(0.006347) + 1.817547.'302'(0.006347) + 0.181529.'336'(0.000000) + 1.437413.'337'(0.000000) + 1.939840.'345'(0.000000) + 2.611247.'347'(0.000000) + 0.952508.'347'(0.000000) + 0.279688.'356'(0.000000) + 2.198105.'369'(0.000000) + 2.215501.'372'(0.000000) + 1.364141.'378'(0.000000) + 0.574650.'380'(0.000000) + 1.787748.'385'(0.000000) + 1.636432.'395'(0.000000) + 0.935788.'400'(0.000000) + 0) <= 0.089861 ('312') +> [0.000000]: [ker_lmm/DEBUG] (1.324989.'322'(0.199927) + 1.046127.'317'(0.192480) + 0.490652.'315'(0.082439) + 2.787436.'315'(0.082439) + 0.673020.'311'(0.082439) + 2.269262.'311'(0.082439) + 0.796390.'305'(0.017237) + 1.755725.'305'(0.017237) + 1.711271.'302'(0.006347) + 1.914776.'334'(0.000000) + 1.332024.'336'(0.000000) + 2.062222.'345'(0.000000) + 1.128830.'345'(0.000000) + 2.024386.'350'(0.000000) + 1.008370.'351'(0.000000) + 0.732527.'358'(0.000000) + 3.028487.'360'(0.000000) + 0.023614.'360'(0.000000) + 2.404998.'361'(0.000000) + 2.525242.'363'(0.000000) + 1.109173.'363'(0.000000) + 2.742266.'364'(0.000000) + 3.345507.'365'(0.000000) + 0.906689.'365'(0.000000) + 2.265521.'374'(0.000000) + 0.392614.'374'(0.000000) + 1.700073.'376'(0.000000) + 1.839780.'384'(0.000000) + 0.573942.'400'(0.000000) + 0) <= 5.918736 ('357') +> [0.000000]: [ker_lmm/DEBUG] (2.712258.'339'(0.082439) + 2.085376.'320'(0.004853) + 0.874233.'312'(0.004853) + 1.374401.'308'(0.055454) + 1.690029.'306'(0.004853) + 0.622500.'302'(0.006347) + 1.221146.'336'(0.000000) + 2.092621.'342'(0.000000) + 1.381753.'343'(0.000000) + 1.506823.'360'(0.000000) + 1.885892.'362'(0.000000) + 2.504442.'370'(0.000000) + 1.415783.'375'(0.000000) + 2.380804.'376'(0.000000) + 0.998891.'381'(0.000000) + 2.151756.'384'(0.000000) + 1.391347.'392'(0.000000) + 0.959769.'393'(0.000000) + 2.393442.'399'(0.000000) + 0) <= 1.454623 ('384') +> [0.000000]: [ker_lmm/DEBUG] (0.441404.'379'(0.017237) + 1.322848.'355'(0.006347) + 1.075574.'341'(0.377043) + 2.513916.'341'(0.377043) + 2.522272.'333'(0.017237) + 1.878153.'329'(0.004853) + 1.551784.'325'(0.017237) + 0.978282.'324'(0.082439) + 1.574588.'317'(0.192480) + 0.976078.'316'(0.006347) + 0.860614.'314'(0.181646) + 0.976966.'311'(0.082439) + 0.533624.'309'(0.082780) + 0.988395.'305'(0.017237) + 0.337083.'302'(0.006347) + 0.943002.'343'(0.000000) + 2.133007.'349'(0.000000) + 0.062907.'349'(0.000000) + 2.905266.'353'(0.000000) + 1.104135.'353'(0.000000) + 2.090902.'354'(0.000000) + 1.393711.'356'(0.000000) + 0.709289.'358'(0.000000) + 2.707070.'363'(0.000000) + 2.613143.'369'(0.000000) + 1.471394.'377'(0.000000) + 1.185099.'381'(0.000000) + 0.650904.'382'(0.000000) + 0.697764.'389'(0.000000) + 1.396270.'390'(0.000000) + 0) <= 8.352567 ('324') +> [0.000000]: [ker_lmm/DEBUG] (1.219295.'339'(0.082439) + 0.780448.'333'(0.017237) + 1.937533.'326'(0.004853) + 1.919653.'321'(0.022783) + 0.728122.'314'(0.181646) + 2.585188.'309'(0.082780) + 2.602921.'302'(0.006347) + 2.311918.'342'(0.000000) + 1.521090.'345'(0.000000) + 0.891243.'351'(0.000000) + 0.997482.'360'(0.000000) + 2.803506.'361'(0.000000) + 0.467469.'362'(0.000000) + 0.986616.'363'(0.000000) + 1.264118.'364'(0.000000) + 1.606894.'366'(0.000000) + 2.821644.'370'(0.000000) + 1.875073.'392'(0.000000) + 0) <= 5.146537 ('362') +> [0.000000]: [ker_lmm/DEBUG] (1.224833.'396'(0.006347) + 1.168466.'379'(0.017237) + 2.254727.'373'(0.008080) + 0.954898.'355'(0.006347) + 2.044197.'322'(0.199927) + 0.357810.'319'(0.006347) + 0.545584.'318'(0.082780) + 1.628564.'313'(0.004853) + 1.073978.'310'(0.008080) + 0.304038.'306'(0.004853) + 0.882481.'305'(0.017237) + 1.068396.'302'(0.006347) + 2.725594.'334'(0.000000) + 0.824851.'334'(0.000000) + 2.016653.'349'(0.000000) + 0.298382.'349'(0.000000) + 0.522697.'367'(0.000000) + 2.585321.'372'(0.000000) + 1.437447.'377'(0.000000) + 0.734553.'386'(0.000000) + 0) <= 4.190340 ('376') +> [0.000000]: [ker_lmm/DEBUG] (1.292308.'368'(0.006347) + 2.281100.'341'(0.377043) + 1.037942.'338'(0.008080) + 1.350651.'327'(0.006347) + 1.517428.'324'(0.082439) + 0.360062.'322'(0.199927) + 1.896207.'318'(0.082780) + 1.789569.'317'(0.192480) + 0.417487.'313'(0.004853) + 1.433757.'313'(0.004853) + 1.042581.'307'(0.017237) + 2.627877.'307'(0.017237) + 0.872840.'304'(0.082780) + 1.505221.'302'(0.006347) + 2.523720.'331'(0.000000) + 1.684026.'344'(0.000000) + 1.069256.'347'(0.000000) + 1.907866.'361'(0.000000) + 1.444119.'362'(0.000000) + 1.879421.'370'(0.000000) + 0.521029.'370'(0.000000) + 0.895838.'381'(0.000000) + 2.304480.'384'(0.000000) + 1.372772.'386'(0.000000) + 1.926606.'395'(0.000000) + 0) <= 1.737798 ('388') +> [0.000000]: [ker_lmm/DEBUG] (2.613806.'379'(0.017237) + 0.933480.'371'(0.017237) + 1.329467.'355'(0.006347) + 1.870623.'346'(0.055454) + 1.753450.'321'(0.022783) + 1.727147.'316'(0.006347) + 1.837925.'308'(0.055454) + 1.989770.'302'(0.006347) + 1.266490.'342'(0.000000) + 1.530598.'344'(0.000000) + 2.041393.'348'(0.000000) + 1.847707.'350'(0.000000) + 2.029727.'352'(0.000000) + 2.643760.'354'(0.000000) + 0.213818.'359'(0.000000) + 1.900234.'369'(0.000000) + 2.066903.'370'(0.000000) + 0.220985.'374'(0.000000) + 0.268371.'377'(0.000000) + 2.413254.'381'(0.000000) + 2.163067.'394'(0.000000) + 2.045749.'398'(0.000000) + 0.747784.'398'(0.000000) + 0.910594.'399'(0.000000) + 0) <= 0.338776 ('396') +> [0.000000]: [ker_lmm/DEBUG] (1.255929.'368'(0.006347) + 1.537786.'346'(0.055454) + 1.402707.'335'(0.017237) + 1.285077.'327'(0.006347) + 0.553894.'323'(0.181646) + 1.463570.'321'(0.022783) + 0.824048.'313'(0.004853) + 2.402492.'311'(0.082439) + 1.082421.'306'(0.004853) + 1.487048.'302'(0.006347) + 1.226751.'334'(0.000000) + 2.087176.'356'(0.000000) + 1.146475.'359'(0.000000) + 1.665231.'366'(0.000000) + 1.527271.'374'(0.000000) + 0.528224.'378'(0.000000) + 1.963264.'388'(0.000000) + 1.540668.'392'(0.000000) + 2.760828.'394'(0.000000) + 1.796408.'399'(0.000000) + 0) <= 1.582234 ('326') +> [0.000000]: [ker_lmm/DEBUG] (1.843280.'346'(0.055454) + 1.028542.'341'(0.377043) + 2.327501.'338'(0.008080) + 0.903314.'335'(0.017237) + 1.214425.'322'(0.199927) + 1.637453.'320'(0.004853) + 2.056749.'312'(0.004853) + 2.766140.'311'(0.082439) + 2.109667.'308'(0.055454) + 2.020292.'304'(0.082780) + 1.644051.'302'(0.006347) + 0.714266.'342'(0.000000) + 0.117296.'347'(0.000000) + 2.471165.'349'(0.000000) + 0.783760.'351'(0.000000) + 1.323683.'353'(0.000000) + 0.558881.'354'(0.000000) + 0.827937.'361'(0.000000) + 1.764243.'362'(0.000000) + 1.983059.'367'(0.000000) + 0.800223.'385'(0.000000) + 1.803948.'389'(0.000000) + 2.486761.'391'(0.000000) + 1.420717.'392'(0.000000) + 1.803463.'397'(0.000000) + 2.038046.'398'(0.000000) + 1.201613.'398'(0.000000) + 0) <= 4.977941 ('340') +> [0.000000]: [ker_lmm/DEBUG] (1.876975.'379'(0.017237) + 0.510588.'373'(0.008080) + 1.306080.'355'(0.006347) + 1.064760.'339'(0.082439) + 0.652569.'330'(0.022783) + 1.942335.'324'(0.082439) + 1.175268.'316'(0.006347) + 1.701234.'315'(0.082439) + 2.239370.'311'(0.082439) + 1.705232.'302'(0.006347) + 1.719749.'331'(0.000000) + 2.001676.'344'(0.000000) + 0.428366.'354'(0.000000) + 2.237388.'357'(0.000000) + 1.403604.'357'(0.000000) + 1.282241.'363'(0.000000) + 1.325647.'369'(0.000000) + 1.275730.'376'(0.000000) + 1.580582.'385'(0.000000) + 1.738771.'389'(0.000000) + 1.584437.'392'(0.000000) + 2.403731.'393'(0.000000) + 0) <= 0.650678 ('355') +> [0.000000]: [ker_lmm/DEBUG] (0.649945.'379'(0.017237) + 2.346014.'368'(0.006347) + 1.743950.'341'(0.377043) + 2.047815.'339'(0.082439) + 1.607312.'335'(0.017237) + 0.334220.'329'(0.004853) + 0.146788.'318'(0.082780) + 1.754841.'318'(0.082780) + 1.054897.'315'(0.082439) + 0.277400.'308'(0.055454) + 1.439809.'307'(0.017237) + 1.782663.'303'(0.006347) + 0.144536.'302'(0.006347) + 1.982531.'337'(0.000000) + 0.775950.'344'(0.000000) + 1.933369.'350'(0.000000) + 1.285747.'356'(0.000000) + 1.866888.'364'(0.000000) + 0.467053.'364'(0.000000) + 0.638955.'366'(0.000000) + 1.730620.'377'(0.000000) + 1.862237.'383'(0.000000) + 1.107982.'388'(0.000000) + 2.000082.'390'(0.000000) + 1.005460.'394'(0.000000) + 1.386269.'395'(0.000000) + 1.300899.'400'(0.000000) + 0) <= 9.371345 ('380') +> [0.000000]: [ker_lmm/DEBUG] (1.834147.'355'(0.006347) + 1.899387.'341'(0.377043) + 0.890574.'340'(0.082780) + 2.120059.'325'(0.017237) + 2.172103.'320'(0.004853) + 0.835591.'317'(0.192480) + 1.568593.'316'(0.006347) + 1.967717.'315'(0.082439) + 2.135596.'305'(0.017237) + 0.869407.'303'(0.006347) + 1.693777.'302'(0.006347) + 1.512437.'328'(0.000000) + 1.023810.'332'(0.000000) + 1.878877.'334'(0.000000) + 1.535844.'337'(0.000000) + 1.418404.'343'(0.000000) + 0.386354.'351'(0.000000) + 1.969718.'352'(0.000000) + 1.997850.'359'(0.000000) + 2.185011.'362'(0.000000) + 1.154705.'369'(0.000000) + 2.112834.'381'(0.000000) + 0.554549.'383'(0.000000) + 1.357681.'388'(0.000000) + 1.335192.'389'(0.000000) + 2.671909.'390'(0.000000) + 0.647006.'391'(0.000000) + 1.934913.'394'(0.000000) + 1.384854.'397'(0.000000) + 0) <= 9.726844 ('302') +> [0.000000]: [ker_lmm/DEBUG] (1.510495.'396'(0.006347) + 1.766920.'368'(0.006347) + 0.488279.'355'(0.006347) + 1.815380.'339'(0.082439) + 0.351595.'330'(0.022783) + 2.327534.'330'(0.022783) + 1.176315.'324'(0.082439) + 2.531404.'321'(0.022783) + 1.488948.'312'(0.004853) + 1.284145.'302'(0.006347) + 0.602445.'348'(0.000000) + 1.304898.'349'(0.000000) + 1.862587.'351'(0.000000) + 1.731239.'354'(0.000000) + 1.667269.'363'(0.000000) + 1.144728.'372'(0.000000) + 2.191092.'381'(0.000000) + 0.802136.'383'(0.000000) + 2.241454.'384'(0.000000) + 0.717303.'388'(0.000000) + 0.099801.'389'(0.000000) + 0.583255.'397'(0.000000) + 1.821667.'398'(0.000000) + 0.761019.'400'(0.000000) + 0) <= 4.124722 ('375') +> [0.000000]: [ker_lmm/DEBUG] (1.437827.'396'(0.006347) + 0.996293.'340'(0.082780) + 1.010462.'330'(0.022783) + 0.582776.'329'(0.004853) + 2.580102.'327'(0.006347) + 2.289583.'318'(0.082780) + 2.477339.'311'(0.082439) + 1.845199.'309'(0.082780) + 1.890785.'304'(0.082780) + 1.539022.'302'(0.006347) + 0.643580.'342'(0.000000) + 1.039085.'343'(0.000000) + 1.390900.'344'(0.000000) + 0.737154.'348'(0.000000) + 1.654027.'350'(0.000000) + 2.077438.'356'(0.000000) + 1.127075.'363'(0.000000) + 2.708314.'364'(0.000000) + 1.358834.'377'(0.000000) + 2.451819.'386'(0.000000) + 1.916466.'397'(0.000000) + 0) <= 0.846616 ('349') +> [0.000000]: [ker_lmm/DEBUG] (1.626399.'396'(0.006347) + 2.266595.'379'(0.017237) + 0.720543.'373'(0.008080) + 1.450521.'329'(0.004853) + 3.798222.'329'(0.004853) + 1.823548.'317'(0.192480) + 1.438109.'307'(0.017237) + 1.062657.'302'(0.006347) + 2.273014.'343'(0.000000) + 1.556927.'344'(0.000000) + 0.240621.'350'(0.000000) + 1.298704.'364'(0.000000) + 2.619009.'367'(0.000000) + 1.790816.'369'(0.000000) + 0.231511.'374'(0.000000) + 0.535282.'377'(0.000000) + 0.176194.'377'(0.000000) + 0.421781.'380'(0.000000) + 2.439149.'381'(0.000000) + 0.932650.'386'(0.000000) + 1.938156.'389'(0.000000) + 0) <= 9.267207 ('366') +> [0.000000]: [ker_lmm/DEBUG] (2.270090.'379'(0.017237) + 0.137853.'333'(0.017237) + 0.711254.'329'(0.004853) + 1.510761.'325'(0.017237) + 0.840244.'313'(0.004853) + 2.296735.'312'(0.004853) + 0.011084.'311'(0.082439) + 2.414988.'311'(0.082439) + 2.350018.'304'(0.082780) + 0.805183.'302'(0.006347) + 1.607781.'347'(0.000000) + 1.279592.'351'(0.000000) + 1.462272.'353'(0.000000) + 2.272101.'359'(0.000000) + 1.629533.'365'(0.000000) + 0.466400.'365'(0.000000) + 2.474587.'369'(0.000000) + 1.641962.'376'(0.000000) + 1.873006.'380'(0.000000) + 2.063434.'388'(0.000000) + 1.364271.'391'(0.000000) + 1.432847.'391'(0.000000) + 1.194364.'394'(0.000000) + 0) <= 6.896441 ('365') +> [0.000000]: [ker_lmm/DEBUG] (1.008036.'396'(0.006347) + 1.298322.'379'(0.017237) + 1.374713.'371'(0.017237) + 1.478994.'355'(0.006347) + 0.535330.'341'(0.377043) + 1.483817.'330'(0.022783) + 2.552728.'330'(0.022783) + 1.597932.'324'(0.082439) + 1.034770.'323'(0.181646) + 0.868706.'322'(0.199927) + 1.714823.'321'(0.022783) + 0.554401.'319'(0.006347) + 1.671854.'312'(0.004853) + 1.515514.'309'(0.082780) + 1.377359.'303'(0.006347) + 1.708046.'332'(0.000000) + 0.169820.'348'(0.000000) + 1.488083.'353'(0.000000) + 1.181693.'356'(0.000000) + 2.101425.'358'(0.000000) + 1.232723.'361'(0.000000) + 1.583892.'367'(0.000000) + 0.418868.'367'(0.000000) + 0.554568.'372'(0.000000) + 1.494124.'376'(0.000000) + 1.694947.'378'(0.000000) + 1.261053.'384'(0.000000) + 1.725453.'391'(0.000000) + 1.664240.'395'(0.000000) + 0) <= 8.454437 ('347') +> [0.000000]: [ker_lmm/DEBUG] (0.418028.'396'(0.006347) + 0.820785.'373'(0.008080) + 0.373834.'368'(0.006347) + 2.807079.'346'(0.055454) + 2.110520.'338'(0.008080) + 0.093359.'335'(0.017237) + 1.997065.'335'(0.017237) + 0.449078.'324'(0.082439) + 1.160716.'318'(0.082780) + 2.444142.'317'(0.192480) + 1.415166.'316'(0.006347) + 1.529677.'315'(0.082439) + 1.698136.'311'(0.082439) + 2.647802.'310'(0.008080) + 0.795071.'306'(0.004853) + 2.266362.'305'(0.017237) + 1.708021.'303'(0.006347) + 1.765688.'328'(0.000000) + 1.156628.'331'(0.000000) + 1.735472.'344'(0.000000) + 1.543209.'348'(0.000000) + 1.296393.'349'(0.000000) + 2.503329.'351'(0.000000) + 1.608269.'358'(0.000000) + 1.160534.'359'(0.000000) + 0.468876.'365'(0.000000) + 1.234504.'372'(0.000000) + 0.232350.'377'(0.000000) + 1.706334.'380'(0.000000) + 1.237731.'381'(0.000000) + 1.044804.'383'(0.000000) + 2.042016.'393'(0.000000) + 0) <= 9.024219 ('377') +> [0.000000]: [ker_lmm/DEBUG] (1.147864.'371'(0.017237) + 1.281245.'338'(0.008080) + 0.125145.'333'(0.017237) + 1.860481.'327'(0.006347) + 2.198949.'322'(0.199927) + 1.164559.'321'(0.022783) + 1.271621.'318'(0.082780) + 0.633151.'313'(0.004853) + 0.207962.'312'(0.004853) + 0.985194.'303'(0.006347) + 1.387107.'353'(0.000000) + 0.576247.'354'(0.000000) + 1.695039.'363'(0.000000) + 1.289605.'366'(0.000000) + 1.703092.'372'(0.000000) + 2.064268.'374'(0.000000) + 1.820871.'384'(0.000000) + 1.743726.'386'(0.000000) + 1.740667.'390'(0.000000) + 1.780770.'395'(0.000000) + 2.613955.'398'(0.000000) + 0) <= 3.636503 ('358') +> [0.000000]: [ker_lmm/DEBUG] (1.285082.'338'(0.008080) + 2.088641.'329'(0.004853) + 2.045409.'327'(0.006347) + 1.108719.'323'(0.181646) + 1.921056.'318'(0.082780) + 1.528167.'317'(0.192480) + 2.062321.'309'(0.082780) + 2.054113.'307'(0.017237) + 1.275420.'306'(0.004853) + 1.690968.'303'(0.006347) + 1.214743.'336'(0.000000) + 0.499437.'347'(0.000000) + 0.198123.'354'(0.000000) + 1.485180.'358'(0.000000) + 0.766606.'364'(0.000000) + 1.395788.'369'(0.000000) + 0.402810.'382'(0.000000) + 1.805890.'392'(0.000000) + 0.631367.'395'(0.000000) + 2.077176.'397'(0.000000) + 0) <= 2.410386 ('329') +> [0.000000]: [ker_lmm/DEBUG] (1.258509.'379'(0.017237) + 0.838959.'373'(0.008080) + 0.852409.'324'(0.082439) + 1.991361.'322'(0.199927) + 2.089272.'320'(0.004853) + 2.461660.'316'(0.006347) + 2.279219.'307'(0.017237) + 1.361359.'306'(0.004853) + 0.828831.'304'(0.082780) + 2.154140.'303'(0.006347) + 0.907570.'332'(0.000000) + 2.081267.'336'(0.000000) + 0.406787.'344'(0.000000) + 2.453152.'349'(0.000000) + 0.540066.'359'(0.000000) + 0.297128.'364'(0.000000) + 2.730825.'367'(0.000000) + 1.317805.'367'(0.000000) + 1.290302.'370'(0.000000) + 0.639250.'372'(0.000000) + 1.368487.'375'(0.000000) + 0.681270.'384'(0.000000) + 2.289356.'388'(0.000000) + 0.652540.'397'(0.000000) + 0) <= 9.425859 ('389') +> [0.000000]: [ker_lmm/DEBUG] (1.270849.'379'(0.017237) + 1.395826.'340'(0.082780) + 0.955653.'339'(0.082439) + 1.162349.'329'(0.004853) + 1.524875.'323'(0.181646) + 1.565098.'308'(0.055454) + 0.544773.'306'(0.004853) + 1.734568.'303'(0.006347) + 0.402408.'331'(0.000000) + 0.263631.'334'(0.000000) + 1.390441.'336'(0.000000) + 1.554494.'345'(0.000000) + 0.947486.'358'(0.000000) + 1.058995.'362'(0.000000) + 2.602637.'375'(0.000000) + 1.754560.'376'(0.000000) + 2.367172.'377'(0.000000) + 1.453895.'385'(0.000000) + 1.801069.'389'(0.000000) + 1.342220.'392'(0.000000) + 0.994754.'399'(0.000000) + 1.541814.'400'(0.000000) + 0) <= 1.914464 ('339') +> [0.000000]: [ker_lmm/DEBUG] (1.771673.'371'(0.017237) + 0.544015.'346'(0.055454) + 1.737637.'341'(0.377043) + 0.650245.'335'(0.017237) + 2.127060.'335'(0.017237) + 1.469785.'333'(0.017237) + 1.690317.'327'(0.006347) + 1.962549.'317'(0.192480) + 2.242554.'307'(0.017237) + 1.255576.'303'(0.006347) + 2.615585.'347'(0.000000) + 2.521794.'348'(0.000000) + 0.717998.'349'(0.000000) + 1.489003.'350'(0.000000) + 2.334346.'357'(0.000000) + 0.099348.'357'(0.000000) + 1.316893.'359'(0.000000) + 1.875852.'376'(0.000000) + 1.762601.'377'(0.000000) + 3.827904.'382'(0.000000) + 0.741525.'382'(0.000000) + 2.201217.'390'(0.000000) + 2.358394.'393'(0.000000) + 1.718772.'400'(0.000000) + 0) <= 9.006215 ('301') +> [0.000000]: [ker_lmm/DEBUG] (2.233703.'396'(0.006347) + 1.914597.'368'(0.006347) + 0.382638.'326'(0.004853) + 0.964214.'323'(0.181646) + 1.676390.'322'(0.199927) + 0.779303.'316'(0.006347) + 0.970532.'313'(0.004853) + 1.591033.'311'(0.082439) + 0.870095.'307'(0.017237) + 2.653472.'307'(0.017237) + 0.853350.'303'(0.006347) + 1.498641.'347'(0.000000) + 1.101625.'348'(0.000000) + 2.306905.'353'(0.000000) + 1.812733.'358'(0.000000) + 1.146504.'362'(0.000000) + 1.464647.'363'(0.000000) + 1.028099.'365'(0.000000) + 1.608673.'366'(0.000000) + 1.775430.'375'(0.000000) + 2.257140.'387'(0.000000) + 1.313242.'387'(0.000000) + 1.478246.'388'(0.000000) + 2.050778.'390'(0.000000) + 1.572386.'392'(0.000000) + 1.568860.'393'(0.000000) + 1.029488.'400'(0.000000) + 0) <= 1.628717 ('356') +> [0.000000]: [ker_lmm/DEBUG] (0.211023.'371'(0.017237) + 0.980049.'341'(0.377043) + 2.413124.'341'(0.377043) + 1.751575.'340'(0.082780) + 1.188059.'338'(0.008080) + 1.375020.'324'(0.082439) + 2.278343.'316'(0.006347) + 1.492402.'312'(0.004853) + 1.387445.'310'(0.008080) + 1.480948.'303'(0.006347) + 1.956639.'331'(0.000000) + 2.116185.'336'(0.000000) + 0.088929.'336'(0.000000) + 1.475003.'342'(0.000000) + 1.876305.'344'(0.000000) + 1.656446.'345'(0.000000) + 1.367265.'351'(0.000000) + 2.483617.'352'(0.000000) + 2.882222.'356'(0.000000) + 1.897170.'357'(0.000000) + 1.236878.'362'(0.000000) + 2.529501.'364'(0.000000) + 1.475149.'365'(0.000000) + 1.730526.'369'(0.000000) + 2.260962.'374'(0.000000) + 1.906772.'376'(0.000000) + 2.239168.'377'(0.000000) + 1.272641.'387'(0.000000) + 0.849627.'390'(0.000000) + 1.271072.'393'(0.000000) + 0) <= 2.230325 ('331') +> [0.000000]: [ker_lmm/DEBUG] (1.609051.'379'(0.017237) + 2.059549.'346'(0.055454) + 0.805182.'320'(0.004853) + 1.882979.'318'(0.082780) + 0.940422.'305'(0.017237) + 1.484328.'304'(0.082780) + 1.672992.'303'(0.006347) + 1.501258.'345'(0.000000) + 1.905577.'350'(0.000000) + 2.902532.'351'(0.000000) + 2.252650.'354'(0.000000) + 1.603056.'358'(0.000000) + 0.596077.'369'(0.000000) + 2.075912.'370'(0.000000) + 1.146035.'386'(0.000000) + 1.226914.'388'(0.000000) + 1.724835.'399'(0.000000) + 0) <= 9.175118 ('387') +> [0.000000]: [ker_lmm/DEBUG] (1.210154.'379'(0.017237) + 1.595645.'373'(0.008080) + 0.782387.'340'(0.082780) + 0.825785.'339'(0.082439) + 1.372668.'335'(0.017237) + 0.803358.'333'(0.017237) + 2.734702.'330'(0.022783) + 0.616371.'323'(0.181646) + 1.812335.'317'(0.192480) + 1.060672.'309'(0.082780) + 0.281339.'303'(0.006347) + 1.782566.'328'(0.000000) + 0.830725.'332'(0.000000) + 0.432161.'336'(0.000000) + 1.374694.'364'(0.000000) + 1.513038.'367'(0.000000) + 1.355986.'367'(0.000000) + 2.347017.'380'(0.000000) + 1.152416.'385'(0.000000) + 1.747020.'391'(0.000000) + 0) <= 3.711062 ('374') +> [0.000000]: [ker_lmm/DEBUG] (1.129915.'326'(0.004853) + 1.614686.'325'(0.017237) + 1.181527.'320'(0.004853) + 2.120328.'317'(0.192480) + 1.601115.'314'(0.181646) + 2.139427.'312'(0.004853) + 2.639535.'311'(0.082439) + 1.590900.'308'(0.055454) + 1.909854.'303'(0.006347) + 1.531487.'331'(0.000000) + 0.612198.'331'(0.000000) + 0.754354.'332'(0.000000) + 2.002116.'334'(0.000000) + 0.851992.'343'(0.000000) + 0.773034.'344'(0.000000) + 1.196530.'345'(0.000000) + 0.441509.'348'(0.000000) + 1.940103.'349'(0.000000) + 1.333669.'359'(0.000000) + 0.193121.'365'(0.000000) + 1.339541.'376'(0.000000) + 1.857596.'380'(0.000000) + 0.176980.'384'(0.000000) + 2.020353.'393'(0.000000) + 0) <= 3.764195 ('346') +> [0.000000]: [ker_lmm/DEBUG] (2.967876.'327'(0.006347) + 1.833918.'323'(0.181646) + 1.535485.'321'(0.022783) + 1.057102.'319'(0.006347) + 3.219441.'319'(0.006347) + 2.083934.'315'(0.082439) + 1.482813.'303'(0.006347) + 2.078035.'337'(0.000000) + 1.240083.'348'(0.000000) + 0.639476.'351'(0.000000) + 2.462539.'356'(0.000000) + 0.931125.'358'(0.000000) + 2.079227.'361'(0.000000) + 0.755150.'376'(0.000000) + 0.970403.'378'(0.000000) + 2.270483.'382'(0.000000) + 1.362660.'384'(0.000000) + 2.335202.'387'(0.000000) + 1.485008.'388'(0.000000) + 1.742284.'395'(0.000000) + 1.252041.'400'(0.000000) + 0) <= 3.070127 ('361') +> [0.000000]: [ker_lmm/DEBUG] (1.466558.'355'(0.006347) + 2.073330.'346'(0.055454) + 1.323177.'339'(0.082439) + 2.315311.'335'(0.017237) + 1.838653.'329'(0.004853) + 0.628210.'327'(0.006347) + 0.168466.'325'(0.017237) + 0.582786.'324'(0.082439) + 2.178188.'323'(0.181646) + 1.873738.'315'(0.082439) + 1.676566.'309'(0.082780) + 0.635523.'303'(0.006347) + 2.472937.'350'(0.000000) + 2.141411.'356'(0.000000) + 1.018867.'364'(0.000000) + 1.462793.'369'(0.000000) + 1.223040.'375'(0.000000) + 1.891879.'377'(0.000000) + 0.378565.'377'(0.000000) + 0.833505.'381'(0.000000) + 0.659858.'384'(0.000000) + 1.789412.'386'(0.000000) + 0.206950.'387'(0.000000) + 1.061777.'394'(0.000000) + 1.879079.'398'(0.000000) + 1.322163.'399'(0.000000) + 0) <= 5.279088 ('323') +> [0.000000]: [ker_lmm/DEBUG] (1.002922.'371'(0.017237) + 1.107016.'340'(0.082780) + 2.285448.'338'(0.008080) + 1.425132.'333'(0.017237) + 2.484811.'325'(0.017237) + 1.437139.'316'(0.006347) + 0.924854.'313'(0.004853) + 0.442647.'311'(0.082439) + 1.637798.'308'(0.055454) + 1.115968.'304'(0.082780) + 1.353540.'303'(0.006347) + 1.642865.'328'(0.000000) + 0.235323.'349'(0.000000) + 0.984273.'352'(0.000000) + 1.683536.'354'(0.000000) + 0.895844.'359'(0.000000) + 0.415840.'360'(0.000000) + 1.081185.'361'(0.000000) + 1.556589.'364'(0.000000) + 1.372924.'366'(0.000000) + 1.190011.'369'(0.000000) + 0.583228.'370'(0.000000) + 0.208919.'370'(0.000000) + 1.341812.'380'(0.000000) + 1.171165.'381'(0.000000) + 1.471825.'384'(0.000000) + 0.869703.'392'(0.000000) + 0.527298.'397'(0.000000) + 0) <= 3.087946 ('385') +> [0.000000]: [ker_lmm/DEBUG] (0.782972.'371'(0.017237) + 0.663633.'339'(0.082439) + 1.138484.'335'(0.017237) + 2.551855.'335'(0.017237) + 1.720260.'333'(0.017237) + 1.247217.'329'(0.004853) + 1.183476.'327'(0.006347) + 2.224516.'326'(0.004853) + 1.142954.'320'(0.004853) + 1.213703.'311'(0.082439) + 0.846737.'308'(0.055454) + 2.473519.'303'(0.006347) + 0.580658.'337'(0.000000) + 2.074742.'342'(0.000000) + 1.579081.'343'(0.000000) + 2.018168.'351'(0.000000) + 1.448907.'356'(0.000000) + 2.267993.'359'(0.000000) + 1.292628.'363'(0.000000) + 0.437798.'367'(0.000000) + 1.592771.'372'(0.000000) + 1.088064.'377'(0.000000) + 2.590580.'381'(0.000000) + 1.357185.'382'(0.000000) + 1.955808.'385'(0.000000) + 2.709718.'387'(0.000000) + 0.285545.'387'(0.000000) + 0.907138.'388'(0.000000) + 0.460289.'389'(0.000000) + 1.669575.'390'(0.000000) + 1.251421.'392'(0.000000) + 0.479972.'395'(0.000000) + 1.594485.'399'(0.000000) + 1.816447.'400'(0.000000) + 0) <= 6.786854 ('381') +> [0.000000]: [ker_lmm/DEBUG] (2.136825.'396'(0.006347) + 1.249904.'346'(0.055454) + 0.920714.'338'(0.008080) + 0.849111.'321'(0.022783) + 0.826610.'314'(0.181646) + 0.920551.'313'(0.004853) + 1.078498.'305'(0.017237) + 1.114531.'303'(0.006347) + 0.535210.'334'(0.000000) + 1.278092.'343'(0.000000) + 1.136332.'351'(0.000000) + 2.881819.'357'(0.000000) + 0.876826.'357'(0.000000) + 0.453264.'372'(0.000000) + 1.468227.'374'(0.000000) + 1.692465.'384'(0.000000) + 0.238492.'385'(0.000000) + 1.439885.'390'(0.000000) + 2.062754.'392'(0.000000) + 1.516529.'393'(0.000000) + 0) <= 6.981656 ('344') +> [0.000000]: [ker_lmm/DEBUG] (1.022743.'346'(0.055454) + 0.860140.'340'(0.082780) + 1.377703.'333'(0.017237) + 1.258214.'324'(0.082439) + 2.060081.'323'(0.181646) + 2.359336.'322'(0.199927) + 0.278750.'317'(0.192480) + 0.860059.'312'(0.004853) + 3.300414.'312'(0.004853) + 1.764247.'307'(0.017237) + 1.012425.'304'(0.082780) + 2.103400.'337'(0.000000) + 1.417834.'342'(0.000000) + 1.671937.'344'(0.000000) + 1.633076.'345'(0.000000) + 1.525874.'348'(0.000000) + 1.444703.'357'(0.000000) + 1.198502.'359'(0.000000) + 1.784841.'370'(0.000000) + 2.817867.'377'(0.000000) + 0.534135.'377'(0.000000) + 2.822992.'380'(0.000000) + 1.168291.'385'(0.000000) + 2.557365.'390'(0.000000) + 1.288889.'392'(0.000000) + 0) <= 1.289353 ('363') +> [0.000000]: [ker_lmm/DEBUG] (1.472612.'379'(0.017237) + 1.378210.'373'(0.008080) + 2.090452.'368'(0.006347) + 1.260648.'338'(0.008080) + 0.882476.'325'(0.017237) + 2.622057.'314'(0.181646) + 0.517725.'304'(0.082780) + 1.871084.'348'(0.000000) + 2.162477.'352'(0.000000) + 0.298775.'352'(0.000000) + 1.804221.'353'(0.000000) + 2.528091.'354'(0.000000) + 3.318388.'363'(0.000000) + 0.500883.'363'(0.000000) + 2.018975.'365'(0.000000) + 2.338552.'369'(0.000000) + 1.664264.'372'(0.000000) + 1.359390.'374'(0.000000) + 1.089852.'382'(0.000000) + 1.244442.'383'(0.000000) + 0.548534.'387'(0.000000) + 1.265472.'398'(0.000000) + 0.759079.'400'(0.000000) + 0) <= 9.812099 ('392') +> [0.000000]: [ker_lmm/DEBUG] (0.452326.'373'(0.008080) + 0.684637.'371'(0.017237) + 1.437550.'368'(0.006347) + 1.138577.'325'(0.017237) + 1.062849.'323'(0.181646) + 1.265405.'319'(0.006347) + 1.505180.'316'(0.006347) + 1.323597.'311'(0.082439) + 1.587914.'304'(0.082780) + 2.391449.'336'(0.000000) + 0.624927.'336'(0.000000) + 1.641702.'345'(0.000000) + 2.242909.'351'(0.000000) + 1.894052.'354'(0.000000) + 1.026900.'362'(0.000000) + 2.072985.'369'(0.000000) + 1.255060.'384'(0.000000) + 1.485042.'386'(0.000000) + 1.341256.'391'(0.000000) + 1.910975.'393'(0.000000) + 1.494910.'394'(0.000000) + 1.077925.'395'(0.000000) + 2.314359.'397'(0.000000) + 1.763383.'398'(0.000000) + 1.096629.'399'(0.000000) + 1.654707.'400'(0.000000) + 0) <= 8.435281 ('322') +> [0.000000]: [ker_lmm/DEBUG] (0.951967.'396'(0.006347) + 3.401594.'396'(0.006347) + 1.136060.'373'(0.008080) + 1.414116.'368'(0.006347) + 1.291090.'338'(0.008080) + 0.503754.'335'(0.017237) + 2.910834.'335'(0.017237) + 1.738749.'319'(0.006347) + 2.243693.'315'(0.082439) + 0.461053.'308'(0.055454) + 1.192244.'306'(0.004853) + 0.926750.'304'(0.082780) + 0.955354.'354'(0.000000) + 1.598669.'358'(0.000000) + 0.722437.'360'(0.000000) + 1.129784.'361'(0.000000) + 1.178632.'362'(0.000000) + 0.787153.'369'(0.000000) + 0.974961.'372'(0.000000) + 1.833591.'376'(0.000000) + 2.338321.'386'(0.000000) + 0.021771.'386'(0.000000) + 2.375214.'388'(0.000000) + 2.207465.'390'(0.000000) + 2.083980.'391'(0.000000) + 1.905187.'392'(0.000000) + 1.703403.'393'(0.000000) + 0) <= 4.814599 ('368') +> [0.000000]: [ker_lmm/DEBUG] (0.104892.'340'(0.082780) + 2.839188.'340'(0.082780) + 2.025356.'315'(0.082439) + 1.092468.'312'(0.004853) + 1.547652.'311'(0.082439) + 0.407850.'305'(0.017237) + 1.709921.'304'(0.082780) + 1.091854.'328'(0.000000) + 1.841951.'331'(0.000000) + 0.717359.'331'(0.000000) + 0.242691.'337'(0.000000) + 1.063362.'343'(0.000000) + 1.926774.'345'(0.000000) + 1.390404.'350'(0.000000) + 2.252200.'352'(0.000000) + 1.891503.'380'(0.000000) + 0.527813.'386'(0.000000) + 1.049826.'389'(0.000000) + 1.401013.'391'(0.000000) + 1.928346.'397'(0.000000) + 1.713164.'399'(0.000000) + 0) <= 4.654897 ('390') +> [0.000000]: [ker_lmm/DEBUG] (2.148846.'371'(0.017237) + 1.254134.'324'(0.082439) + 1.894548.'319'(0.006347) + 2.029808.'317'(0.192480) + 1.904718.'306'(0.004853) + 0.738474.'305'(0.017237) + 2.155934.'305'(0.017237) + 2.361926.'304'(0.082780) + 2.547383.'332'(0.000000) + 1.338784.'345'(0.000000) + 1.375191.'347'(0.000000) + 0.924435.'350'(0.000000) + 1.778317.'351'(0.000000) + 2.418330.'360'(0.000000) + 1.342285.'376'(0.000000) + 1.396050.'378'(0.000000) + 2.254588.'384'(0.000000) + 0.402416.'386'(0.000000) + 1.417277.'387'(0.000000) + 1.275631.'389'(0.000000) + 0.618629.'392'(0.000000) + 1.288456.'394'(0.000000) + 0.291398.'395'(0.000000) + 1.487883.'400'(0.000000) + 0) <= 6.035635 ('354') +> [0.000000]: [ker_lmm/DEBUG] (1.309246.'355'(0.006347) + 2.122221.'346'(0.055454) + 2.353552.'341'(0.377043) + 2.341846.'329'(0.004853) + 0.307465.'323'(0.181646) + 1.857766.'321'(0.022783) + 1.584492.'317'(0.192480) + 1.256332.'315'(0.082439) + 0.886211.'309'(0.082780) + 2.790372.'307'(0.017237) + 1.779837.'306'(0.004853) + 1.042696.'304'(0.082780) + 0.564007.'331'(0.000000) + 2.058280.'332'(0.000000) + 1.507028.'336'(0.000000) + 0.926761.'343'(0.000000) + 1.324506.'344'(0.000000) + 0.985259.'362'(0.000000) + 0.534852.'364'(0.000000) + 1.103122.'366'(0.000000) + 2.324329.'367'(0.000000) + 0.346869.'372'(0.000000) + 0.850422.'377'(0.000000) + 0.292630.'380'(0.000000) + 1.049553.'395'(0.000000) + 1.094527.'397'(0.000000) + 0) <= 6.984202 ('306') +> [0.000000]: [ker_lmm/DEBUG] (0.543127.'368'(0.006347) + 1.001267.'340'(0.082780) + 1.097008.'333'(0.017237) + 1.694991.'325'(0.017237) + 1.074152.'323'(0.181646) + 0.560338.'308'(0.055454) + 1.835046.'307'(0.017237) + 1.539623.'304'(0.082780) + 2.107263.'328'(0.000000) + 0.061831.'328'(0.000000) + 1.661258.'352'(0.000000) + 1.259287.'352'(0.000000) + 2.372707.'358'(0.000000) + 2.234910.'367'(0.000000) + 2.415988.'372'(0.000000) + 1.477085.'374'(0.000000) + 0.871849.'386'(0.000000) + 1.403059.'392'(0.000000) + 2.092462.'393'(0.000000) + 1.288011.'400'(0.000000) + 0) <= 6.189299 ('373') +> [0.000000]: [ker_lmm/DEBUG] (1.995574.'379'(0.017237) + 2.263011.'341'(0.377043) + 2.230959.'333'(0.017237) + 1.424443.'327'(0.006347) + 2.613889.'326'(0.004853) + 1.528335.'324'(0.082439) + 2.276931.'323'(0.181646) + 2.160193.'322'(0.199927) + 2.602341.'321'(0.022783) + 1.783753.'319'(0.006347) + 2.665327.'306'(0.004853) + 0.235640.'305'(0.017237) + 3.009256.'305'(0.017237) + 1.305264.'334'(0.000000) + 0.297738.'342'(0.000000) + 0.759963.'349'(0.000000) + 2.135460.'358'(0.000000) + 0.735961.'360'(0.000000) + 1.576580.'361'(0.000000) + 1.676287.'364'(0.000000) + 2.691323.'367'(0.000000) + 2.054277.'380'(0.000000) + 1.490354.'382'(0.000000) + 0.929116.'393'(0.000000) + 0) <= 5.723565 ('309') +> [0.000000]: [ker_lmm/DEBUG] (2.380357.'373'(0.008080) + 1.568673.'371'(0.017237) + 0.998102.'340'(0.082780) + 3.175504.'340'(0.082780) + 0.639002.'333'(0.017237) + 1.008112.'327'(0.006347) + 0.690083.'326'(0.004853) + 2.783089.'319'(0.006347) + 1.266208.'314'(0.181646) + 0.885272.'307'(0.017237) + 1.164400.'305'(0.017237) + 0.820662.'336'(0.000000) + 1.994850.'343'(0.000000) + 2.095880.'345'(0.000000) + 0.291603.'345'(0.000000) + 1.623733.'349'(0.000000) + 1.673228.'360'(0.000000) + 2.306738.'362'(0.000000) + 1.084298.'374'(0.000000) + 1.439445.'375'(0.000000) + 1.615672.'381'(0.000000) + 2.539610.'384'(0.000000) + 0.676605.'388'(0.000000) + 0.112395.'389'(0.000000) + 1.568803.'398'(0.000000) + 1.412143.'399'(0.000000) + 0) <= 9.470740 ('342') +> [0.000000]: [ker_lmm/DEBUG] (2.494199.'396'(0.006347) + 0.991954.'368'(0.006347) + 0.171766.'341'(0.377043) + 1.192270.'341'(0.377043) + 1.590988.'335'(0.017237) + 0.845878.'333'(0.017237) + 1.802296.'325'(0.017237) + 1.451694.'320'(0.004853) + 1.490024.'313'(0.004853) + 2.512448.'305'(0.017237) + 2.154066.'328'(0.000000) + 2.123665.'332'(0.000000) + 1.456749.'336'(0.000000) + 1.101095.'351'(0.000000) + 1.196542.'353'(0.000000) + 1.170301.'362'(0.000000) + 1.689622.'365'(0.000000) + 0.589998.'365'(0.000000) + 1.708419.'366'(0.000000) + 1.564309.'372'(0.000000) + 2.009763.'382'(0.000000) + 1.099887.'383'(0.000000) + 1.685803.'386'(0.000000) + 1.451667.'393'(0.000000) + 1.778096.'394'(0.000000) + 0.152611.'394'(0.000000) + 1.536105.'395'(0.000000) + 0) <= 2.664738 ('313') +> [0.000000]: [ker_lmm/DEBUG] (1.569044.'324'(0.082439) + 1.725234.'320'(0.004853) + 1.314082.'318'(0.082780) + 1.777472.'317'(0.192480) + 1.811174.'307'(0.017237) + 1.408243.'305'(0.017237) + 0.752636.'305'(0.017237) + 2.059640.'328'(0.000000) + 1.296535.'349'(0.000000) + 1.565900.'351'(0.000000) + 1.829420.'358'(0.000000) + 2.647763.'359'(0.000000) + 1.269048.'363'(0.000000) + 2.191935.'372'(0.000000) + 0.424550.'374'(0.000000) + 1.231584.'380'(0.000000) + 1.762430.'385'(0.000000) + 1.575408.'388'(0.000000) + 1.050810.'388'(0.000000) + 1.341867.'398'(0.000000) + 0) <= 0.657095 ('320') +> [0.000000]: [ker_lmm/DEBUG] (1.778399.'379'(0.017237) + 1.688488.'371'(0.017237) + 1.515443.'368'(0.006347) + 2.542076.'335'(0.017237) + 2.392028.'333'(0.017237) + 1.172745.'327'(0.006347) + 1.167030.'325'(0.017237) + 1.125227.'307'(0.017237) + 0.859206.'305'(0.017237) + 1.078168.'334'(0.000000) + 0.738043.'347'(0.000000) + 2.074557.'348'(0.000000) + 0.877840.'348'(0.000000) + 1.213257.'354'(0.000000) + 2.100007.'358'(0.000000) + 2.685478.'363'(0.000000) + 1.077796.'366'(0.000000) + 1.362190.'370'(0.000000) + 1.433762.'380'(0.000000) + 1.636066.'382'(0.000000) + 2.459491.'385'(0.000000) + 1.619146.'387'(0.000000) + 0.815033.'387'(0.000000) + 2.575961.'395'(0.000000) + 1.979638.'399'(0.000000) + 0) <= 0.216187 ('359') +> [0.000000]: [ker_lmm/DEBUG] (0.788454.'339'(0.082439) + 1.383968.'330'(0.022783) + 0.474879.'329'(0.004853) + 1.728389.'329'(0.004853) + 0.808277.'325'(0.017237) + 0.804404.'315'(0.082439) + 1.691668.'313'(0.004853) + 0.959528.'309'(0.082780) + 1.873746.'308'(0.055454) + 2.148223.'306'(0.004853) + 1.808021.'336'(0.000000) + 2.051155.'344'(0.000000) + 2.540333.'347'(0.000000) + 2.296288.'353'(0.000000) + 1.187534.'356'(0.000000) + 1.629472.'359'(0.000000) + 0.877590.'364'(0.000000) + 2.138623.'365'(0.000000) + 1.157161.'367'(0.000000) + 0.993866.'374'(0.000000) + 2.213488.'375'(0.000000) + 0.458075.'377'(0.000000) + 2.079178.'381'(0.000000) + 1.637520.'382'(0.000000) + 3.751832.'390'(0.000000) + 1.443904.'390'(0.000000) + 1.210815.'393'(0.000000) + 1.139056.'394'(0.000000) + 1.553364.'395'(0.000000) + 0.151249.'398'(0.000000) + 0) <= 7.325935 ('352') +> [0.000000]: [ker_lmm/DEBUG] (1.188706.'373'(0.008080) + 0.734251.'371'(0.017237) + 1.505160.'338'(0.008080) + 1.102178.'333'(0.017237) + 1.415194.'323'(0.181646) + 0.789595.'314'(0.181646) + 2.537186.'314'(0.181646) + 1.734108.'310'(0.008080) + 1.384240.'306'(0.004853) + 2.412090.'337'(0.000000) + 2.277503.'344'(0.000000) + 1.265272.'352'(0.000000) + 1.052797.'353'(0.000000) + 1.601573.'361'(0.000000) + 2.320788.'369'(0.000000) + 1.942123.'378'(0.000000) + 1.736671.'382'(0.000000) + 0.918668.'387'(0.000000) + 2.578646.'391'(0.000000) + 1.534413.'400'(0.000000) + 0) <= 3.502852 ('370') +> [0.000000]: [ker_lmm/DEBUG] (1.196099.'340'(0.082780) + 1.265084.'335'(0.017237) + 1.859084.'333'(0.017237) + 1.040277.'326'(0.004853) + 0.550255.'325'(0.017237) + 2.070281.'320'(0.004853) + 2.421773.'316'(0.006347) + 1.869023.'306'(0.004853) + 1.794431.'332'(0.000000) + 1.497080.'334'(0.000000) + 2.100328.'337'(0.000000) + 1.113455.'344'(0.000000) + 1.375408.'351'(0.000000) + 1.061348.'362'(0.000000) + 2.161067.'382'(0.000000) + 0.701289.'382'(0.000000) + 2.511758.'393'(0.000000) + 0.905413.'397'(0.000000) + 0) <= 2.111806 ('327') +> [0.000000]: [ker_lmm/DEBUG] (1.891597.'396'(0.006347) + 0.721862.'339'(0.082439) + 2.220509.'324'(0.082439) + 1.520159.'321'(0.022783) + 0.901856.'319'(0.006347) + 2.346877.'316'(0.006347) + 2.757795.'306'(0.004853) + 1.728127.'328'(0.000000) + 0.761041.'343'(0.000000) + 0.292431.'344'(0.000000) + 1.773465.'357'(0.000000) + 0.722468.'366'(0.000000) + 2.078232.'370'(0.000000) + 0.727297.'375'(0.000000) + 0.934790.'377'(0.000000) + 1.270151.'384'(0.000000) + 2.410247.'385'(0.000000) + 0.992456.'391'(0.000000) + 0.777900.'394'(0.000000) + 1.913918.'397'(0.000000) + 0.442430.'399'(0.000000) + 0) <= 1.679722 ('321') +> [0.000000]: [ker_lmm/DEBUG] (2.245992.'341'(0.377043) + 1.726450.'340'(0.082780) + 0.738430.'330'(0.022783) + 0.864592.'330'(0.022783) + 1.889164.'327'(0.006347) + 2.656298.'324'(0.082439) + 1.895477.'318'(0.082780) + 1.319428.'310'(0.008080) + 2.284088.'310'(0.008080) + 1.713120.'309'(0.082780) + 1.043652.'306'(0.004853) + 0.166018.'331'(0.000000) + 1.951250.'334'(0.000000) + 0.814485.'342'(0.000000) + 1.761678.'349'(0.000000) + 0.307806.'349'(0.000000) + 1.849114.'356'(0.000000) + 1.972348.'357'(0.000000) + 1.526680.'362'(0.000000) + 1.331354.'364'(0.000000) + 0.933826.'376'(0.000000) + 0.811446.'380'(0.000000) + 1.638913.'388'(0.000000) + 2.226298.'389'(0.000000) + 1.504681.'392'(0.000000) + 1.915321.'394'(0.000000) + 0) <= 5.835435 ('395') +> [0.000000]: [ker_lmm/DEBUG] (1.390791.'371'(0.017237) + 0.908670.'355'(0.006347) + 0.543520.'346'(0.055454) + 1.351686.'339'(0.082439) + 1.769034.'338'(0.008080) + 1.495658.'330'(0.022783) + 1.068780.'307'(0.017237) + 1.482999.'306'(0.004853) + 2.157693.'342'(0.000000) + 0.637275.'348'(0.000000) + 0.904695.'348'(0.000000) + 1.895255.'351'(0.000000) + 2.826545.'352'(0.000000) + 1.612503.'358'(0.000000) + 0.566680.'364'(0.000000) + 1.222871.'365'(0.000000) + 0.920586.'365'(0.000000) + 1.281488.'375'(0.000000) + 1.838004.'378'(0.000000) + 1.243271.'378'(0.000000) + 1.605555.'382'(0.000000) + 1.487758.'391'(0.000000) + 1.979401.'397'(0.000000) + 0) <= 8.657749 ('369') +> [0.000000]: [ker_lmm/DEBUG] (2.647323.'329'(0.004853) + 1.061015.'326'(0.004853) + 2.194361.'320'(0.004853) + 2.724059.'313'(0.004853) + 0.657087.'312'(0.004853) + 1.346532.'306'(0.004853) + 2.934113.'331'(0.000000) + 0.816414.'331'(0.000000) + 0.201740.'337'(0.000000) + 1.287289.'342'(0.000000) + 1.776857.'344'(0.000000) + 0.232700.'350'(0.000000) + 1.610291.'352'(0.000000) + 2.470989.'357'(0.000000) + 2.595270.'383'(0.000000) + 1.478591.'385'(0.000000) + 0.957770.'386'(0.000000) + 0) <= 0.051591 ('308') +> [0.000000]: [ker_lmm/DEBUG] (1.348393.'371'(0.017237) + 1.785114.'340'(0.082780) + 0.731192.'339'(0.082439) + 1.476097.'338'(0.008080) + 0.794884.'333'(0.017237) + 1.287682.'325'(0.017237) + 2.061940.'324'(0.082439) + 1.679982.'323'(0.181646) + 1.758310.'322'(0.199927) + 0.520471.'317'(0.192480) + 1.500901.'316'(0.006347) + 0.141784.'313'(0.004853) + 1.014806.'310'(0.008080) + 1.792729.'308'(0.055454) + 2.455121.'306'(0.004853) + 1.564655.'328'(0.000000) + 0.995064.'334'(0.000000) + 2.393791.'344'(0.000000) + 1.056882.'349'(0.000000) + 2.235192.'350'(0.000000) + 0.966647.'356'(0.000000) + 2.546808.'357'(0.000000) + 0.530136.'357'(0.000000) + 0.531651.'358'(0.000000) + 1.357069.'360'(0.000000) + 1.301217.'361'(0.000000) + 1.369527.'362'(0.000000) + 0.722914.'363'(0.000000) + 1.669065.'364'(0.000000) + 0.965293.'366'(0.000000) + 1.469982.'367'(0.000000) + 0.851030.'369'(0.000000) + 2.457392.'375'(0.000000) + 1.044614.'383'(0.000000) + 1.640023.'390'(0.000000) + 0) <= 4.048252 ('345') +> [0.000000]: [ker_lmm/DEBUG] (0.403351.'396'(0.006347) + 1.815713.'396'(0.006347) + 1.247167.'379'(0.017237) + 0.906221.'373'(0.008080) + 1.492198.'368'(0.006347) + 2.418221.'341'(0.377043) + 0.912477.'333'(0.017237) + 2.739953.'322'(0.199927) + 1.050660.'321'(0.022783) + 2.015051.'320'(0.004853) + 1.328459.'319'(0.006347) + 1.975055.'316'(0.006347) + 0.083713.'310'(0.008080) + 2.930103.'310'(0.008080) + 2.287155.'307'(0.017237) + 1.213126.'336'(0.000000) + 0.956225.'342'(0.000000) + 0.744084.'342'(0.000000) + 0.958545.'356'(0.000000) + 1.802333.'369'(0.000000) + 2.018414.'374'(0.000000) + 0.453724.'383'(0.000000) + 1.318116.'387'(0.000000) + 2.701220.'389'(0.000000) + 1.257559.'393'(0.000000) + 2.157289.'397'(0.000000) + 1.137303.'400'(0.000000) + 0) <= 4.361466 ('315') +> [0.000000]: [ker_lmm/DEBUG] (1.656538.'396'(0.006347) + 1.940552.'371'(0.017237) + 1.634313.'346'(0.055454) + 0.773556.'322'(0.199927) + 2.090575.'319'(0.006347) + 0.687296.'314'(0.181646) + 2.249040.'314'(0.181646) + 2.329776.'309'(0.082780) + 1.079227.'307'(0.017237) + 1.210720.'334'(0.000000) + 1.450365.'345'(0.000000) + 0.217551.'348'(0.000000) + 2.235830.'349'(0.000000) + 2.486850.'354'(0.000000) + 1.567863.'365'(0.000000) + 1.812355.'367'(0.000000) + 1.598193.'378'(0.000000) + 2.518123.'380'(0.000000) + 1.538327.'384'(0.000000) + 0.420102.'388'(0.000000) + 2.476956.'393'(0.000000) + 0) <= 3.917662 ('311') +> [0.000000]: [ker_lmm/DEBUG] (2.476947.'355'(0.006347) + 1.677341.'338'(0.008080) + 2.100063.'330'(0.022783) + 0.069214.'327'(0.006347) + 2.752684.'327'(0.006347) + 1.520696.'321'(0.022783) + 0.487798.'313'(0.004853) + 2.038335.'307'(0.017237) + 1.740991.'343'(0.000000) + 0.751945.'344'(0.000000) + 0.836973.'347'(0.000000) + 1.094647.'350'(0.000000) + 0.793779.'356'(0.000000) + 1.245140.'359'(0.000000) + 1.076267.'365'(0.000000) + 1.246146.'366'(0.000000) + 1.780351.'372'(0.000000) + 1.020096.'372'(0.000000) + 2.048670.'375'(0.000000) + 2.191496.'376'(0.000000) + 2.486169.'378'(0.000000) + 1.792693.'382'(0.000000) + 0.705965.'388'(0.000000) + 0) <= 0.167177 ('397') +> [0.000000]: [ker_lmm/DEBUG] (1.227173.'339'(0.082439) + 1.341154.'338'(0.008080) + 1.178456.'330'(0.022783) + 1.786307.'326'(0.004853) + 1.130561.'314'(0.181646) + 1.632754.'307'(0.017237) + 1.187605.'332'(0.000000) + 1.932250.'356'(0.000000) + 0.979121.'361'(0.000000) + 1.361784.'374'(0.000000) + 0.319122.'374'(0.000000) + 1.776836.'382'(0.000000) + 3.083995.'383'(0.000000) + 1.259117.'383'(0.000000) + 1.309053.'384'(0.000000) + 2.734670.'388'(0.000000) + 1.601292.'397'(0.000000) + 0.451594.'400'(0.000000) + 0) <= 9.489773 ('316') +> [0.000000]: [ker_lmm/DEBUG] (2.204268.'379'(0.017237) + 2.376786.'371'(0.017237) + 1.720313.'355'(0.006347) + 1.776273.'340'(0.082780) + 1.020319.'339'(0.082439) + 1.253889.'321'(0.022783) + 1.827939.'316'(0.006347) + 2.324560.'315'(0.082439) + 1.989102.'311'(0.082439) + 1.106639.'308'(0.055454) + 1.303785.'342'(0.000000) + 1.597084.'343'(0.000000) + 2.691577.'350'(0.000000) + 2.251033.'357'(0.000000) + 0.976100.'360'(0.000000) + 0.853988.'362'(0.000000) + 1.290909.'365'(0.000000) + 0.914643.'369'(0.000000) + 1.131426.'370'(0.000000) + 2.009607.'375'(0.000000) + 1.651884.'381'(0.000000) + 0.588760.'387'(0.000000) + 1.265427.'393'(0.000000) + 1.483785.'398'(0.000000) + 0.825282.'400'(0.000000) + 0) <= 8.301881 ('343') +> [0.000000]: [ker_lmm/DEBUG] (0.482823.'396'(0.006347) + 1.882184.'371'(0.017237) + 0.820270.'340'(0.082780) + 0.293395.'330'(0.022783) + 2.448827.'330'(0.022783) + 1.717828.'325'(0.017237) + 0.693388.'320'(0.004853) + 1.635532.'318'(0.082780) + 1.012470.'317'(0.192480) + 1.229686.'313'(0.004853) + 2.477145.'308'(0.055454) + 0.817228.'336'(0.000000) + 2.102991.'337'(0.000000) + 0.118740.'345'(0.000000) + 1.859989.'352'(0.000000) + 0.030032.'352'(0.000000) + 1.525892.'353'(0.000000) + 1.970962.'359'(0.000000) + 1.819973.'360'(0.000000) + 2.323573.'375'(0.000000) + 1.669561.'376'(0.000000) + 1.966822.'385'(0.000000) + 1.971425.'388'(0.000000) + 0.844634.'388'(0.000000) + 2.168620.'392'(0.000000) + 1.530083.'393'(0.000000) + 2.455926.'398'(0.000000) + 0) <= 2.160895 ('304') +> [0.000000]: [ker_lmm/DEBUG] (1.103615.'379'(0.017237) + 0.917446.'341'(0.377043) + 1.698206.'325'(0.017237) + 1.299291.'323'(0.181646) + 1.506848.'318'(0.082780) + 0.240904.'312'(0.004853) + 1.576404.'309'(0.082780) + 2.606166.'308'(0.055454) + 1.129525.'345'(0.000000) + 1.171252.'360'(0.000000) + 1.200572.'363'(0.000000) + 2.266802.'369'(0.000000) + 1.806247.'374'(0.000000) + 2.435655.'378'(0.000000) + 1.816663.'390'(0.000000) + 1.460027.'391'(0.000000) + 1.319219.'397'(0.000000) + 0) <= 6.376102 ('328') +> [0.000000]: [ker_lmm/DEBUG] (1.216142.'368'(0.006347) + 2.746588.'355'(0.006347) + 1.234195.'346'(0.055454) + 1.321559.'335'(0.017237) + 1.097128.'330'(0.022783) + 1.790419.'325'(0.017237) + 2.063719.'324'(0.082439) + 0.992793.'323'(0.181646) + 1.625814.'321'(0.022783) + 0.845046.'311'(0.082439) + 1.907671.'310'(0.008080) + 0.899687.'309'(0.082780) + 0.701169.'334'(0.000000) + 2.873745.'348'(0.000000) + 0.270114.'348'(0.000000) + 2.508120.'361'(0.000000) + 0.860811.'361'(0.000000) + 1.495508.'362'(0.000000) + 1.528504.'363'(0.000000) + 1.095128.'366'(0.000000) + 1.685331.'370'(0.000000) + 0.296705.'387'(0.000000) + 0.494986.'389'(0.000000) + 0.695458.'398'(0.000000) + 0) <= 8.955012 ('337') +> [0.000000]: [ker_lmm/DEBUG] (0.403607.'379'(0.017237) + 2.171430.'373'(0.008080) + 1.200588.'355'(0.006347) + 1.495619.'333'(0.017237) + 2.624395.'330'(0.022783) + 2.422488.'327'(0.006347) + 1.914596.'323'(0.181646) + 1.819738.'322'(0.199927) + 0.778921.'320'(0.004853) + 1.698197.'316'(0.006347) + 1.602611.'313'(0.004853) + 1.893881.'311'(0.082439) + 0.472665.'309'(0.082780) + 3.327536.'331'(0.000000) + 1.123660.'331'(0.000000) + 2.752627.'332'(0.000000) + 0.734560.'336'(0.000000) + 1.583334.'337'(0.000000) + 1.557452.'344'(0.000000) + 2.242142.'347'(0.000000) + 1.239602.'351'(0.000000) + 1.733440.'357'(0.000000) + 0.775385.'357'(0.000000) + 1.338689.'366'(0.000000) + 2.430007.'369'(0.000000) + 1.831204.'376'(0.000000) + 2.016664.'377'(0.000000) + 2.323795.'381'(0.000000) + 0.712037.'385'(0.000000) + 1.263923.'389'(0.000000) + 1.998653.'400'(0.000000) + 0) <= 9.496689 ('400') +> [0.000000]: [ker_lmm/DEBUG] (0.604288.'379'(0.017237) + 1.465941.'368'(0.006347) + 0.801887.'355'(0.006347) + 1.106270.'346'(0.055454) + 1.447449.'338'(0.008080) + 0.812969.'322'(0.199927) + 0.363876.'318'(0.082780) + 1.765051.'310'(0.008080) + 1.528264.'309'(0.082780) + 2.245896.'342'(0.000000) + 1.246695.'343'(0.000000) + 0.913526.'345'(0.000000) + 2.484480.'348'(0.000000) + 1.845300.'350'(0.000000) + 1.489296.'351'(0.000000) + 2.165949.'353'(0.000000) + 2.647908.'356'(0.000000) + 2.248796.'366'(0.000000) + 1.451592.'383'(0.000000) + 1.241546.'384'(0.000000) + 2.131152.'385'(0.000000) + 1.189133.'389'(0.000000) + 0) <= 6.235688 ('379') +> [0.000000]: [ker_lmm/DEBUG] (1.510178.'355'(0.006347) + 1.151905.'339'(0.082439) + 1.223947.'330'(0.022783) + 1.539847.'327'(0.006347) + 1.203345.'326'(0.004853) + 0.585998.'325'(0.017237) + 0.975999.'316'(0.006347) + 1.180751.'313'(0.004853) + 0.647870.'313'(0.004853) + 1.092518.'312'(0.004853) + 3.292615.'312'(0.004853) + 1.722374.'310'(0.008080) + 0.578834.'331'(0.000000) + 1.270162.'348'(0.000000) + 1.123120.'353'(0.000000) + 0.945494.'359'(0.000000) + 0.707015.'360'(0.000000) + 2.794574.'363'(0.000000) + 0.432308.'363'(0.000000) + 1.475219.'366'(0.000000) + 0.216050.'374'(0.000000) + 1.190337.'380'(0.000000) + 1.482812.'381'(0.000000) + 0.974705.'383'(0.000000) + 2.814541.'384'(0.000000) + 2.765691.'385'(0.000000) + 1.042546.'390'(0.000000) + 0.963133.'392'(0.000000) + 0) <= 2.361413 ('338') +> [0.000000]: [ker_lmm/DEBUG] (2.165461.'396'(0.006347) + 0.808816.'335'(0.017237) + 1.691089.'335'(0.017237) + 1.322302.'326'(0.004853) + 1.274221.'318'(0.082780) + 1.856077.'315'(0.082439) + 0.374866.'314'(0.181646) + 2.764196.'312'(0.004853) + 2.218914.'311'(0.082439) + 1.330791.'336'(0.000000) + 0.848265.'342'(0.000000) + 1.660000.'345'(0.000000) + 1.789136.'359'(0.000000) + 1.519059.'361'(0.000000) + 1.513486.'381'(0.000000) + 1.629798.'386'(0.000000) + 1.257439.'386'(0.000000) + 1.336288.'391'(0.000000) + 2.065904.'394'(0.000000) + 2.333517.'399'(0.000000) + 0) <= 0.588801 ('383') +> [0.000000]: [ker_lmm/DEBUG] (1.194562.'335'(0.017237) + 1.902432.'329'(0.004853) + 0.473970.'326'(0.004853) + 0.991967.'323'(0.181646) + 1.762860.'311'(0.082439) + 0.919002.'332'(0.000000) + 2.118179.'334'(0.000000) + 1.452583.'336'(0.000000) + 1.997262.'337'(0.000000) + 0.780557.'342'(0.000000) + 1.478039.'344'(0.000000) + 1.280169.'347'(0.000000) + 0.617788.'353'(0.000000) + 1.324108.'356'(0.000000) + 0.670374.'358'(0.000000) + 2.138409.'362'(0.000000) + 1.253268.'374'(0.000000) + 1.778255.'375'(0.000000) + 1.390743.'383'(0.000000) + 1.226639.'387'(0.000000) + 0.668079.'389'(0.000000) + 0.220195.'391'(0.000000) + 0.472361.'392'(0.000000) + 2.572119.'394'(0.000000) + 1.217155.'397'(0.000000) + 0) <= 2.361517 ('367') +> [0.000000]: [ker_lmm/DEBUG] (2.715141.'355'(0.006347) + 1.495324.'326'(0.004853) + 2.617042.'325'(0.017237) + 2.306411.'323'(0.181646) + 1.352468.'321'(0.022783) + 2.033311.'320'(0.004853) + 1.501358.'316'(0.006347) + 0.801769.'315'(0.082439) + 1.305268.'315'(0.082439) + 0.611955.'314'(0.181646) + 1.663093.'312'(0.004853) + 1.466081.'328'(0.000000) + 0.879139.'328'(0.000000) + 1.332789.'342'(0.000000) + 1.177907.'343'(0.000000) + 1.443958.'350'(0.000000) + 2.347946.'351'(0.000000) + 2.803353.'359'(0.000000) + 0.074184.'362'(0.000000) + 0.387156.'364'(0.000000) + 0.390525.'365'(0.000000) + 0.297260.'369'(0.000000) + 0.214820.'370'(0.000000) + 1.726470.'376'(0.000000) + 1.308749.'380'(0.000000) + 0.834160.'382'(0.000000) + 0.458723.'389'(0.000000) + 0.238334.'394'(0.000000) + 2.135767.'395'(0.000000) + 0.761496.'399'(0.000000) + 0.393822.'400'(0.000000) + 0) <= 0.831691 ('335') +> [0.000000]: [ker_lmm/DEBUG] (2.709572.'340'(0.082780) + 1.466417.'329'(0.004853) + 2.634614.'329'(0.004853) + 0.937224.'326'(0.004853) + 2.371945.'321'(0.022783) + 2.092769.'312'(0.004853) + 0.461901.'337'(0.000000) + 1.402405.'342'(0.000000) + 0.141833.'343'(0.000000) + 1.411987.'347'(0.000000) + 1.554733.'357'(0.000000) + 1.605542.'358'(0.000000) + 2.367935.'359'(0.000000) + 1.017841.'367'(0.000000) + 0.041509.'367'(0.000000) + 2.467427.'370'(0.000000) + 2.224357.'372'(0.000000) + 1.536883.'384'(0.000000) + 0) <= 1.890258 ('371') +> [0.000000]: [ker_lmm/DEBUG] (0.794419.'396'(0.006347) + 2.148608.'371'(0.017237) + 1.135264.'339'(0.082439) + 2.201066.'321'(0.022783) + 0.853921.'320'(0.004853) + 0.783794.'318'(0.082780) + 2.143548.'312'(0.004853) + 2.337317.'328'(0.000000) + 1.369310.'328'(0.000000) + 1.657216.'342'(0.000000) + 1.521984.'353'(0.000000) + 1.618472.'354'(0.000000) + 1.910079.'356'(0.000000) + 2.350058.'357'(0.000000) + 0.380321.'361'(0.000000) + 2.116783.'364'(0.000000) + 1.155234.'367'(0.000000) + 0.972522.'375'(0.000000) + 1.962312.'377'(0.000000) + 1.633246.'378'(0.000000) + 0.243171.'378'(0.000000) + 0.853721.'393'(0.000000) + 2.481954.'394'(0.000000) + 1.749644.'395'(0.000000) + 1.146345.'397'(0.000000) + 1.628307.'399'(0.000000) + 0.588047.'400'(0.000000) + 0) <= 4.877376 ('364') +> [0.000000]: [ker_lmm/DEBUG] (2.238344.'341'(0.377043) + 2.474785.'335'(0.017237) + 1.862485.'325'(0.017237) + 1.168447.'324'(0.082439) + 2.156160.'321'(0.022783) + 1.931902.'318'(0.082780) + 2.782824.'317'(0.192480) + 1.425979.'315'(0.082439) + 0.669154.'314'(0.181646) + 1.113661.'332'(0.000000) + 3.339901.'337'(0.000000) + 0.169061.'337'(0.000000) + 2.442548.'350'(0.000000) + 1.083514.'351'(0.000000) + 1.407220.'352'(0.000000) + 1.028902.'354'(0.000000) + 1.415275.'370'(0.000000) + 0.890975.'372'(0.000000) + 2.688333.'375'(0.000000) + 1.157785.'384'(0.000000) + 0.520677.'394'(0.000000) + 2.588161.'395'(0.000000) + 1.441854.'397'(0.000000) + 1.585898.'400'(0.000000) + 0) <= 4.463492 ('318') +> [0.000000]: [ker_lmm/DEBUG] (2.467255.'379'(0.017237) + 0.700799.'373'(0.008080) + 0.658253.'346'(0.055454) + 2.058166.'340'(0.082780) + 0.780300.'338'(0.008080) + 0.675971.'333'(0.017237) + 0.638473.'329'(0.004853) + 2.003429.'323'(0.181646) + 1.011966.'316'(0.006347) + 2.318926.'314'(0.181646) + 1.190370.'332'(0.000000) + 1.511619.'360'(0.000000) + 2.878033.'366'(0.000000) + 2.302173.'367'(0.000000) + 0.973695.'370'(0.000000) + 1.148920.'374'(0.000000) + 2.746527.'385'(0.000000) + 2.640316.'390'(0.000000) + 0.730715.'390'(0.000000) + 0.817760.'398'(0.000000) + 0.991321.'399'(0.000000) + 0) <= 7.944233 ('386') +> [0.000000]: [ker_lmm/DEBUG] (1.273877.'396'(0.006347) + 2.064725.'373'(0.008080) + 1.312285.'355'(0.006347) + 1.277709.'339'(0.082439) + 1.131925.'338'(0.008080) + 0.574301.'330'(0.022783) + 1.486406.'327'(0.006347) + 1.709098.'326'(0.004853) + 2.490231.'324'(0.082439) + 1.401948.'320'(0.004853) + 1.384684.'319'(0.006347) + 1.140460.'316'(0.006347) + 1.904686.'342'(0.000000) + 2.323917.'349'(0.000000) + 1.637447.'359'(0.000000) + 1.215679.'364'(0.000000) + 1.430567.'366'(0.000000) + 1.566165.'374'(0.000000) + 0.940491.'375'(0.000000) + 2.077376.'384'(0.000000) + 0.548478.'386'(0.000000) + 0.701631.'387'(0.000000) + 1.424787.'390'(0.000000) + 1.621197.'394'(0.000000) + 0.779292.'399'(0.000000) + 0) <= 6.148194 ('399') +> [0.000000]: [ker_lmm/DEBUG] (2.160635.'373'(0.008080) + 1.199156.'368'(0.006347) + 2.184631.'335'(0.017237) + 0.483572.'333'(0.017237) + 1.113600.'330'(0.022783) + 2.669966.'327'(0.006347) + 0.933445.'326'(0.004853) + 1.436147.'322'(0.199927) + 1.286584.'321'(0.022783) + 0.983779.'318'(0.082780) + 2.031230.'317'(0.192480) + 1.767316.'328'(0.000000) + 2.208766.'332'(0.000000) + 0.697387.'344'(0.000000) + 1.157493.'347'(0.000000) + 1.250093.'352'(0.000000) + 2.204921.'354'(0.000000) + 2.784123.'361'(0.000000) + 1.403647.'361'(0.000000) + 1.317812.'362'(0.000000) + 0.762023.'364'(0.000000) + 1.391160.'365'(0.000000) + 2.810756.'366'(0.000000) + 2.148685.'372'(0.000000) + 1.520084.'375'(0.000000) + 0.398394.'378'(0.000000) + 2.824761.'381'(0.000000) + 1.280542.'391'(0.000000) + 0.457523.'391'(0.000000) + 1.314833.'392'(0.000000) + 1.865420.'400'(0.000000) + 0) <= 6.989810 ('348') +> [0.000000]: [ker_lmm/DEBUG] Variables +> [0.000000]: [ker_lmm/DEBUG] '396'(1.000000) : 0.006347 +> [0.000000]: [ker_lmm/DEBUG] '379'(1.000000) : 0.017237 +> [0.000000]: [ker_lmm/DEBUG] '373'(1.000000) : 0.008080 +> [0.000000]: [ker_lmm/DEBUG] '371'(1.000000) : 0.017237 +> [0.000000]: [ker_lmm/DEBUG] '368'(1.000000) : 0.006347 +> [0.000000]: [ker_lmm/DEBUG] '355'(1.000000) : 0.006347 +> [0.000000]: [ker_lmm/DEBUG] '346'(1.000000) : 0.055454 +> [0.000000]: [ker_lmm/DEBUG] '341'(1.000000) : 0.377043 +> [0.000000]: [ker_lmm/DEBUG] '340'(1.000000) : 0.082780 +> [0.000000]: [ker_lmm/DEBUG] '339'(1.000000) : 0.082439 +> [0.000000]: [ker_lmm/DEBUG] '338'(1.000000) : 0.008080 +> [0.000000]: [ker_lmm/DEBUG] '335'(1.000000) : 0.017237 +> [0.000000]: [ker_lmm/DEBUG] '333'(1.000000) : 0.017237 +> [0.000000]: [ker_lmm/DEBUG] '330'(1.000000) : 0.022783 +> [0.000000]: [ker_lmm/DEBUG] '329'(1.000000) : 0.004853 +> [0.000000]: [ker_lmm/DEBUG] '327'(1.000000) : 0.006347 +> [0.000000]: [ker_lmm/DEBUG] '326'(1.000000) : 0.004853 +> [0.000000]: [ker_lmm/DEBUG] '325'(1.000000) : 0.017237 +> [0.000000]: [ker_lmm/DEBUG] '324'(1.000000) : 0.082439 +> [0.000000]: [ker_lmm/DEBUG] '323'(1.000000) : 0.181646 +> [0.000000]: [ker_lmm/DEBUG] '322'(1.000000) : 0.199927 +> [0.000000]: [ker_lmm/DEBUG] '321'(1.000000) : 0.022783 +> [0.000000]: [ker_lmm/DEBUG] '320'(1.000000) : 0.004853 +> [0.000000]: [ker_lmm/DEBUG] '319'(1.000000) : 0.006347 +> [0.000000]: [ker_lmm/DEBUG] '318'(1.000000) : 0.082780 +> [0.000000]: [ker_lmm/DEBUG] '317'(1.000000) : 0.192480 +> [0.000000]: [ker_lmm/DEBUG] '316'(1.000000) : 0.006347 +> [0.000000]: [ker_lmm/DEBUG] '315'(1.000000) : 0.082439 +> [0.000000]: [ker_lmm/DEBUG] '314'(1.000000) : 0.181646 +> [0.000000]: [ker_lmm/DEBUG] '313'(1.000000) : 0.004853 +> [0.000000]: [ker_lmm/DEBUG] '312'(1.000000) : 0.004853 +> [0.000000]: [ker_lmm/DEBUG] '311'(1.000000) : 0.082439 +> [0.000000]: [ker_lmm/DEBUG] '310'(1.000000) : 0.008080 +> [0.000000]: [ker_lmm/DEBUG] '309'(1.000000) : 0.082780 +> [0.000000]: [ker_lmm/DEBUG] '308'(1.000000) : 0.055454 +> [0.000000]: [ker_lmm/DEBUG] '307'(1.000000) : 0.017237 +> [0.000000]: [ker_lmm/DEBUG] '306'(1.000000) : 0.004853 +> [0.000000]: [ker_lmm/DEBUG] '305'(1.000000) : 0.017237 +> [0.000000]: [ker_lmm/DEBUG] '304'(1.000000) : 0.082780 +> [0.000000]: [ker_lmm/DEBUG] '303'(1.000000) : 0.006347 +> [0.000000]: [ker_lmm/DEBUG] '302'(1.000000) : 0.006347 +> [0.000000]: [ker_lmm/DEBUG] '301'(1.000000) : 0.008080 +> [0.000000]: [ker_lmm/DEBUG] '328'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '331'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '332'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '334'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '336'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '337'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '342'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '343'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '344'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '345'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '347'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '348'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '349'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '350'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '351'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '352'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '353'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '354'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '356'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '357'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '358'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '359'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '360'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '361'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '362'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '363'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '364'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '365'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '366'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '367'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '369'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '370'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '372'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '374'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '375'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '376'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '377'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '378'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '380'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '381'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '382'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '383'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '384'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '385'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '386'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '387'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '388'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '389'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '390'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '391'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '392'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '393'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '394'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '395'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '397'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '398'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '399'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '400'(0.000000) : 0.000000 > Starting 4: (411) -> [0.000000]: [surf_maxmin/DEBUG] Setting selective_update_active flag to 0 +> [0.000000]: [ker_lmm/DEBUG] Setting selective_update_active flag to 0 > Starting to solve(570) -> [0.000000]: [surf_maxmin/DEBUG] Active constraints : 100 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '474' usage: 15.910903 remaining: 7.559265 concurrency: 8<=9<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '418' usage: 13.243093 remaining: 8.334927 concurrency: 6<=7<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '457' usage: 15.605644 remaining: 9.560486 concurrency: 8<=8<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '481' usage: 17.991709 remaining: 8.985712 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '478' usage: 13.215122 remaining: 2.172829 concurrency: 5<=6<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '484' usage: 20.994109 remaining: 6.608444 concurrency: 12<=12<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '452' usage: 16.377850 remaining: 0.511428 concurrency: 10<=10<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '432' usage: 17.531184 remaining: 9.227496 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '463' usage: 14.118251 remaining: 7.421301 concurrency: 7<=8<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '423' usage: 22.006748 remaining: 4.774017 concurrency: 11<=11<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '473' usage: 20.819560 remaining: 4.113836 concurrency: 11<=11<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '496' usage: 15.919622 remaining: 2.642384 concurrency: 8<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '483' usage: 23.571487 remaining: 7.598870 concurrency: 10<=10<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '494' usage: 19.274625 remaining: 0.600962 concurrency: 7<=7<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '430' usage: 17.329840 remaining: 2.590976 concurrency: 9<=10<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '403' usage: 14.174014 remaining: 9.794450 concurrency: 8<=9<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '467' usage: 17.163854 remaining: 1.175078 concurrency: 8<=8<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '454' usage: 14.814085 remaining: 2.442909 concurrency: 5<=6<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '409' usage: 17.722473 remaining: 4.413092 concurrency: 9<=10<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '429' usage: 30.596575 remaining: 9.856244 concurrency: 15<=15<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '424' usage: 15.781569 remaining: 6.998436 concurrency: 9<=10<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '428' usage: 21.505484 remaining: 8.161677 concurrency: 10<=10<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '402' usage: 21.058058 remaining: 2.067192 concurrency: 13<=14<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '462' usage: 10.538554 remaining: 1.008273 concurrency: 4<=5<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '482' usage: 16.034714 remaining: 1.426165 concurrency: 8<=9<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '475' usage: 16.311484 remaining: 0.539621 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '469' usage: 13.005617 remaining: 8.499800 concurrency: 8<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '448' usage: 19.047385 remaining: 9.273021 concurrency: 10<=11<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '438' usage: 18.130742 remaining: 4.849311 concurrency: 8<=8<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '466' usage: 15.912451 remaining: 0.123694 concurrency: 8<=9<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '460' usage: 18.678659 remaining: 1.116924 concurrency: 10<=10<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '445' usage: 10.185865 remaining: 3.839026 concurrency: 6<=7<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '419' usage: 14.350092 remaining: 8.924110 concurrency: 6<=6<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '411' usage: 19.947513 remaining: 2.740865 concurrency: 10<=11<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '451' usage: 10.916828 remaining: 2.149792 concurrency: 6<=7<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '458' usage: 17.088930 remaining: 5.834997 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '453' usage: 21.477842 remaining: 8.450552 concurrency: 9<=9<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '465' usage: 18.807019 remaining: 3.715126 concurrency: 10<=10<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '450' usage: 22.821451 remaining: 0.355090 concurrency: 11<=12<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '404' usage: 17.898819 remaining: 6.117439 concurrency: 10<=10<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '490' usage: 17.343034 remaining: 3.737145 concurrency: 10<=11<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '410' usage: 14.768040 remaining: 7.643726 concurrency: 7<=8<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '492' usage: 18.542769 remaining: 2.214828 concurrency: 8<=9<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '444' usage: 15.781060 remaining: 5.660820 concurrency: 6<=7<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '485' usage: 17.441139 remaining: 1.280514 concurrency: 8<=8<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '443' usage: 17.751382 remaining: 2.259884 concurrency: 8<=8<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '442' usage: 15.598028 remaining: 9.649153 concurrency: 7<=8<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '489' usage: 7.688700 remaining: 5.967310 concurrency: 5<=6<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '488' usage: 20.472420 remaining: 7.015528 concurrency: 11<=12<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '486' usage: 14.533560 remaining: 7.699327 concurrency: 7<=8<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '415' usage: 2.914484 remaining: 2.658191 concurrency: 2<=3<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '500' usage: 18.376920 remaining: 1.702501 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '491' usage: 17.776353 remaining: 6.449255 concurrency: 10<=10<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '427' usage: 16.950583 remaining: 0.016422 concurrency: 8<=8<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '437' usage: 21.812672 remaining: 6.087026 concurrency: 11<=12<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '406' usage: 15.162755 remaining: 2.968005 concurrency: 8<=9<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '414' usage: 17.773475 remaining: 4.921360 concurrency: 8<=9<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '479' usage: 13.243669 remaining: 9.214706 concurrency: 6<=6<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '499' usage: 11.346698 remaining: 8.077774 concurrency: 6<=7<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '468' usage: 17.523688 remaining: 3.596849 concurrency: 10<=10<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '498' usage: 22.151025 remaining: 0.850705 concurrency: 12<=12<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '456' usage: 8.454914 remaining: 3.520949 concurrency: 4<=5<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '407' usage: 7.153618 remaining: 8.082817 concurrency: 4<=5<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '446' usage: 8.803095 remaining: 9.266826 concurrency: 6<=6<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '421' usage: 15.003586 remaining: 9.602267 concurrency: 8<=9<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '439' usage: 18.043328 remaining: 0.291116 concurrency: 9<=10<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '455' usage: 19.292004 remaining: 7.950875 concurrency: 11<=11<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '440' usage: 27.155795 remaining: 3.109799 concurrency: 11<=11<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '435' usage: 22.655252 remaining: 3.989448 concurrency: 9<=10<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '426' usage: 20.754258 remaining: 5.631875 concurrency: 10<=10<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '447' usage: 12.226948 remaining: 9.126268 concurrency: 7<=8<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '472' usage: 17.506150 remaining: 4.860990 concurrency: 10<=10<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '487' usage: 13.896719 remaining: 9.835966 concurrency: 7<=7<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '417' usage: 16.445502 remaining: 2.535882 concurrency: 9<=9<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '477' usage: 12.857285 remaining: 7.029421 concurrency: 7<=8<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '412' usage: 22.535293 remaining: 1.190954 concurrency: 13<=14<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '480' usage: 14.668542 remaining: 8.302155 concurrency: 8<=8<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '495' usage: 15.377112 remaining: 5.235122 concurrency: 5<=5<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '405' usage: 14.694017 remaining: 3.541380 concurrency: 9<=9<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '493' usage: 16.158120 remaining: 6.283088 concurrency: 7<=8<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '431' usage: 13.036521 remaining: 6.670591 concurrency: 6<=7<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '497' usage: 17.300693 remaining: 7.534345 concurrency: 9<=9<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '441' usage: 19.956350 remaining: 4.743166 concurrency: 10<=10<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '459' usage: 22.994399 remaining: 9.325947 concurrency: 14<=15<=24 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '401' usage: 9.576477 remaining: 0.551801 concurrency: 5<=6<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '434' usage: 14.102811 remaining: 9.814687 concurrency: 7<=8<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '471' usage: 12.012357 remaining: 8.004764 concurrency: 6<=7<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '476' usage: 10.480181 remaining: 9.876963 concurrency: 7<=8<=12 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '422' usage: 18.896493 remaining: 1.884146 concurrency: 10<=11<=16 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '425' usage: 17.128018 remaining: 6.161248 concurrency: 9<=9<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '461' usage: 8.968907 remaining: 9.944312 concurrency: 6<=7<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '464' usage: 10.042622 remaining: 9.611031 concurrency: 6<=7<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '416' usage: 13.311701 remaining: 2.846859 concurrency: 7<=7<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '449' usage: 14.236103 remaining: 6.842328 concurrency: 7<=8<=9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '436' usage: 14.732697 remaining: 8.137325 concurrency: 7<=8<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '433' usage: 7.395334 remaining: 5.754137 concurrency: 4<=5<=10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '470' usage: 16.158806 remaining: 4.461701 concurrency: 8<=8<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '420' usage: 15.118958 remaining: 9.580135 concurrency: 8<=9<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '413' usage: 5.091653 remaining: 6.287879 concurrency: 2<=4<=40 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '408' usage: 16.095336 remaining: 6.494589 concurrency: 8<=8<=16 -> [0.000000]: [surf_maxmin/DEBUG] var=403, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000969, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=407, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000969, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=408, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000969, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=409, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000969, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=414, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000969, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=422, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000969, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=431, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000969, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=432, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000969, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=447, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000969, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=448, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000969, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=452, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000969, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=494, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000969, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (403) value to 0.000969 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.000969, Var(403).penalty: 1.000000, Var(403).value: 0.000969 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (407) value to 0.000969 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.000969, Var(407).penalty: 1.000000, Var(407).value: 0.000969 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (408) value to 0.000969 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.000969, Var(408).penalty: 1.000000, Var(408).value: 0.000969 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (409) value to 0.000969 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.000969, Var(409).penalty: 1.000000, Var(409).value: 0.000969 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (414) value to 0.000969 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.000969, Var(414).penalty: 1.000000, Var(414).value: 0.000969 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (422) value to 0.000969 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.000969, Var(422).penalty: 1.000000, Var(422).value: 0.000969 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (431) value to 0.000969 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.000969, Var(431).penalty: 1.000000, Var(431).value: 0.000969 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (432) value to 0.000969 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.000969, Var(432).penalty: 1.000000, Var(432).value: 0.000969 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (447) value to 0.000969 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.000969, Var(447).penalty: 1.000000, Var(447).value: 0.000969 -> [0.000000]: [surf_maxmin/DEBUG] index: 50 cnst_light_num: 100 || usage: 0.000000 remaining: 2.655368 bound: 2.658191 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (448) value to 0.000969 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.000969, Var(448).penalty: 1.000000, Var(448).value: 0.000969 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (452) value to 0.000969 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.000969, Var(452).penalty: 1.000000, Var(452).value: 0.000969 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (494) value to 0.000969 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.000969, Var(494).penalty: 1.000000, Var(494).value: 0.000969 -> [0.000000]: [surf_maxmin/DEBUG] index: 53 cnst_light_num: 99 || usage: 0.000000 remaining: 0.000000 bound: 0.016422 -> [0.000000]: [surf_maxmin/DEBUG] var=402, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.010573, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=411, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.010573, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=417, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.010573, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=419, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.010573, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=424, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.010573, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=433, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.010573, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=440, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.010573, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=469, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.010573, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=473, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.010573, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (402) value to 0.010573 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.010573, Var(402).penalty: 1.000000, Var(402).value: 0.010573 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (411) value to 0.010573 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.010573, Var(411).penalty: 1.000000, Var(411).value: 0.010573 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (417) value to 0.010573 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.010573, Var(417).penalty: 1.000000, Var(417).value: 0.010573 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (419) value to 0.010573 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.010573, Var(419).penalty: 1.000000, Var(419).value: 0.010573 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (424) value to 0.010573 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.010573, Var(424).penalty: 1.000000, Var(424).value: 0.010573 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (433) value to 0.010573 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.010573, Var(433).penalty: 1.000000, Var(433).value: 0.010573 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (440) value to 0.010573 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.010573, Var(440).penalty: 1.000000, Var(440).value: 0.010573 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (469) value to 0.010573 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.010573, Var(469).penalty: 1.000000, Var(469).value: 0.010573 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (473) value to 0.010573 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.010573, Var(473).penalty: 1.000000, Var(473).value: 0.010573 -> [0.000000]: [surf_maxmin/DEBUG] index: 29 cnst_light_num: 98 || usage: 0.000000 remaining: 0.000000 bound: 0.123694 -> [0.000000]: [surf_maxmin/DEBUG] var=406, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.019153, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=410, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.019153, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=413, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.019153, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=418, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.019153, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=427, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.019153, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=428, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.019153, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=435, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.019153, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (406) value to 0.019153 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.019153, Var(406).penalty: 1.000000, Var(406).value: 0.019153 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (410) value to 0.019153 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.019153, Var(410).penalty: 1.000000, Var(410).value: 0.019153 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (413) value to 0.019153 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.019153, Var(413).penalty: 1.000000, Var(413).value: 0.019153 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (418) value to 0.019153 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.019153, Var(418).penalty: 1.000000, Var(418).value: 0.019153 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (427) value to 0.019153 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.019153, Var(427).penalty: 1.000000, Var(427).value: 0.019153 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (428) value to 0.019153 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.019153, Var(428).penalty: 1.000000, Var(428).value: 0.019153 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (435) value to 0.019153 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.019153, Var(435).penalty: 1.000000, Var(435).value: 0.019153 -> [0.000000]: [surf_maxmin/DEBUG] index: 38 cnst_light_num: 97 || usage: 0.000000 remaining: 0.000000 bound: 0.355090 -> [0.000000]: [surf_maxmin/DEBUG] var=404, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.027066, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=415, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.027066, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=421, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.027066, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=429, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.027066, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=457, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.027066, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (404) value to 0.027066 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.027066, Var(404).penalty: 1.000000, Var(404).value: 0.027066 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (415) value to 0.027066 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.027066, Var(415).penalty: 1.000000, Var(415).value: 0.027066 -> [0.000000]: [surf_maxmin/DEBUG] index: 90 cnst_light_num: 96 || usage: 0.000000 remaining: 9.850116 bound: 9.944312 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (421) value to 0.027066 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.027066, Var(421).penalty: 1.000000, Var(421).value: 0.027066 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (429) value to 0.027066 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.027066, Var(429).penalty: 1.000000, Var(429).value: 0.027066 -> [0.000000]: [surf_maxmin/DEBUG] index: 77 cnst_light_num: 95 || usage: 0.000000 remaining: 5.092002 bound: 5.235122 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (457) value to 0.027066 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.027066, Var(457).penalty: 1.000000, Var(457).value: 0.027066 -> [0.000000]: [surf_maxmin/DEBUG] index: 65 cnst_light_num: 94 || usage: 0.000000 remaining: 0.000000 bound: 0.291116 -> [0.000000]: [surf_maxmin/DEBUG] index: 58 cnst_light_num: 93 || usage: 0.000000 remaining: 7.939141 bound: 8.077774 -> [0.000000]: [surf_maxmin/DEBUG] var=401, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.048560, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=436, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.048560, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=488, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.048560, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=491, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.048560, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (401) value to 0.048560 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.048560, Var(401).penalty: 1.000000, Var(401).value: 0.048560 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (436) value to 0.048560 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.048560, Var(436).penalty: 1.000000, Var(436).value: 0.048560 -> [0.000000]: [surf_maxmin/DEBUG] index: 49 cnst_light_num: 92 || usage: 0.000000 remaining: 7.481715 bound: 7.699327 -> [0.000000]: [surf_maxmin/DEBUG] index: 42 cnst_light_num: 91 || usage: 0.000000 remaining: 1.931852 bound: 2.214828 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (488) value to 0.048560 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.048560, Var(488).penalty: 1.000000, Var(488).value: 0.048560 -> [0.000000]: [surf_maxmin/DEBUG] index: 78 cnst_light_num: 90 || usage: 0.000000 remaining: 3.318481 bound: 3.541380 -> [0.000000]: [surf_maxmin/DEBUG] index: 64 cnst_light_num: 89 || usage: 0.000000 remaining: 9.438127 bound: 9.602267 -> [0.000000]: [surf_maxmin/DEBUG] index: 17 cnst_light_num: 88 || usage: 0.000000 remaining: 2.187058 bound: 2.442909 -> [0.000000]: [surf_maxmin/DEBUG] index: 39 cnst_light_num: 87 || usage: 0.000000 remaining: 5.903466 bound: 6.117439 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (491) value to 0.048560 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.048560, Var(491).penalty: 1.000000, Var(491).value: 0.048560 -> [0.000000]: [surf_maxmin/DEBUG] index: 6 cnst_light_num: 86 || usage: 0.000000 remaining: 0.000000 bound: 0.511428 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 85 || usage: 0.000000 remaining: 7.982726 bound: 8.334927 -> [0.000000]: [surf_maxmin/DEBUG] index: 26 cnst_light_num: 84 || usage: 0.000000 remaining: 8.276421 bound: 8.499800 -> [0.000000]: [surf_maxmin/DEBUG] index: 59 cnst_light_num: 83 || usage: 0.000000 remaining: 3.159247 bound: 3.596849 -> [0.000000]: [surf_maxmin/DEBUG] var=416, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.100222, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=423, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.100222, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=425, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.100222, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (416) value to 0.100222 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.100222, Var(416).penalty: 1.000000, Var(416).value: 0.100222 -> [0.000000]: [surf_maxmin/DEBUG] index: 29 cnst_light_num: 82 || usage: 0.000000 remaining: 9.310091 bound: 9.580135 -> [0.000000]: [surf_maxmin/DEBUG] index: 20 cnst_light_num: 81 || usage: 0.000000 remaining: 6.524891 bound: 6.998436 -> [0.000000]: [surf_maxmin/DEBUG] index: 13 cnst_light_num: 80 || usage: 0.000000 remaining: 0.047285 bound: 0.600962 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (423) value to 0.100222 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.100222, Var(423).penalty: 1.000000, Var(423).value: 0.100222 -> [0.000000]: [surf_maxmin/DEBUG] index: 46 cnst_light_num: 79 || usage: 0.000000 remaining: 9.146212 bound: 9.649153 -> [0.000000]: [surf_maxmin/DEBUG] index: 32 cnst_light_num: 78 || usage: 0.000000 remaining: 8.617051 bound: 8.924110 -> [0.000000]: [surf_maxmin/DEBUG] index: 74 cnst_light_num: 77 || usage: 0.000000 remaining: 6.598915 bound: 7.029421 -> [0.000000]: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 76 || usage: 0.000000 remaining: 8.498979 bound: 8.985712 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (425) value to 0.100222 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.100222, Var(425).penalty: 1.000000, Var(425).value: 0.100222 -> [0.000000]: [surf_maxmin/DEBUG] index: 57 cnst_light_num: 75 || usage: 0.000000 remaining: 8.806888 bound: 9.214706 -> [0.000000]: [surf_maxmin/DEBUG] index: 31 cnst_light_num: 74 || usage: 0.000000 remaining: 3.628631 bound: 3.839026 -> [0.000000]: [surf_maxmin/DEBUG] index: 64 cnst_light_num: 73 || usage: 0.000000 remaining: 1.262301 bound: 1.884146 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 72 || usage: 0.000000 remaining: 0.000000 bound: 0.551801 -> [0.000000]: [surf_maxmin/DEBUG] index: 36 cnst_light_num: 71 || usage: 0.000000 remaining: 8.135362 bound: 8.450552 -> [0.000000]: [surf_maxmin/DEBUG] index: 55 cnst_light_num: 70 || usage: 0.000000 remaining: 2.350944 bound: 2.968005 -> [0.000000]: [surf_maxmin/DEBUG] index: 6 cnst_light_num: 69 || usage: 0.000000 remaining: 9.429033 bound: 9.814687 -> [0.000000]: [surf_maxmin/DEBUG] index: 50 cnst_light_num: 68 || usage: 0.000000 remaining: 6.012773 bound: 6.494589 -> [0.000000]: [surf_maxmin/DEBUG] var=412, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.210294, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=420, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.210294, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (412) value to 0.210294 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.210294, Var(412).penalty: 1.000000, Var(412).value: 0.210294 -> [0.000000]: [surf_maxmin/DEBUG] index: 63 cnst_light_num: 67 || usage: 0.000000 remaining: 8.841572 bound: 9.266826 -> [0.000000]: [surf_maxmin/DEBUG] index: 24 cnst_light_num: 66 || usage: 0.000000 remaining: 0.775966 bound: 1.426165 -> [0.000000]: [surf_maxmin/DEBUG] index: 29 cnst_light_num: 65 || usage: 0.000000 remaining: 6.713608 bound: 7.534345 -> [0.000000]: [surf_maxmin/DEBUG] index: 49 cnst_light_num: 64 || usage: 0.000000 remaining: 9.073568 bound: 9.611031 -> [0.000000]: [surf_maxmin/DEBUG] index: 28 cnst_light_num: 63 || usage: 0.000000 remaining: 4.107811 bound: 4.849311 -> [0.000000]: [surf_maxmin/DEBUG] index: 60 cnst_light_num: 62 || usage: 0.000000 remaining: 0.258908 bound: 0.850705 -> [0.000000]: [surf_maxmin/DEBUG] index: 23 cnst_light_num: 61 || usage: 0.000000 remaining: 0.452526 bound: 1.008273 -> [0.000000]: [surf_maxmin/DEBUG] index: 24 cnst_light_num: 60 || usage: 0.000000 remaining: 5.773539 bound: 6.842328 -> [0.000000]: [surf_maxmin/DEBUG] index: 32 cnst_light_num: 59 || usage: 0.000000 remaining: 7.696635 bound: 8.137325 -> [0.000000]: [surf_maxmin/DEBUG] index: 7 cnst_light_num: 58 || usage: 0.000000 remaining: 8.674705 bound: 9.227496 -> [0.000000]: [surf_maxmin/DEBUG] index: 54 cnst_light_num: 57 || usage: 0.000000 remaining: 5.082447 bound: 6.087026 -> [0.000000]: [surf_maxmin/DEBUG] index: 42 cnst_light_num: 56 || usage: 0.000000 remaining: 5.028741 bound: 5.754137 -> [0.000000]: [surf_maxmin/DEBUG] index: 23 cnst_light_num: 55 || usage: 0.000000 remaining: 2.884584 bound: 3.520949 -> [0.000000]: [surf_maxmin/DEBUG] index: 30 cnst_light_num: 54 || usage: 0.000000 remaining: 0.487693 bound: 1.116924 -> [0.000000]: [surf_maxmin/DEBUG] index: 13 cnst_light_num: 53 || usage: 0.000000 remaining: 5.522783 bound: 6.283088 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (420) value to 0.210294 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.210294, Var(420).penalty: 1.000000, Var(420).value: 0.210294 -> [0.000000]: [surf_maxmin/DEBUG] index: 23 cnst_light_num: 52 || usage: 0.000000 remaining: 4.062818 bound: 4.921360 -> [0.000000]: [surf_maxmin/DEBUG] index: 39 cnst_light_num: 51 || usage: 0.000000 remaining: 7.035226 bound: 8.004764 -> [0.000000]: [surf_maxmin/DEBUG] index: 16 cnst_light_num: 50 || usage: 0.000000 remaining: 0.000000 bound: 1.175078 -> [0.000000]: [surf_maxmin/DEBUG] index: 7 cnst_light_num: 49 || usage: 0.000000 remaining: 7.719856 bound: 8.302155 -> [0.000000]: [surf_maxmin/DEBUG] index: 25 cnst_light_num: 48 || usage: 0.000000 remaining: 0.127162 bound: 0.539621 -> [0.000000]: [surf_maxmin/DEBUG] index: 9 cnst_light_num: 47 || usage: 0.000000 remaining: 3.783421 bound: 4.774017 -> [0.000000]: [surf_maxmin/DEBUG] index: 32 cnst_light_num: 46 || usage: 0.000000 remaining: 2.207584 bound: 2.846859 -> [0.000000]: [surf_maxmin/DEBUG] index: 44 cnst_light_num: 45 || usage: 0.000000 remaining: 0.809172 bound: 1.280514 -> [0.000000]: [surf_maxmin/DEBUG] index: 41 cnst_light_num: 44 || usage: 0.000000 remaining: 6.986383 bound: 7.643726 -> [0.000000]: [surf_maxmin/DEBUG] index: 35 cnst_light_num: 43 || usage: 0.000000 remaining: 5.281663 bound: 5.834997 -> [0.000000]: [surf_maxmin/DEBUG] index: 10 cnst_light_num: 42 || usage: 0.000000 remaining: 3.513029 bound: 4.113836 -> [0.000000]: [surf_maxmin/DEBUG] index: 30 cnst_light_num: 41 || usage: 0.000000 remaining: 5.672220 bound: 6.287879 -> [0.000000]: [surf_maxmin/DEBUG] index: 17 cnst_light_num: 40 || usage: 0.000000 remaining: 9.478500 bound: 9.876963 -> [0.000000]: [surf_maxmin/DEBUG] index: 12 cnst_light_num: 39 || usage: 0.000000 remaining: 6.563377 bound: 7.598870 -> [0.000000]: [surf_maxmin/DEBUG] index: 7 cnst_light_num: 38 || usage: 0.000000 remaining: 5.902852 bound: 7.015528 -> [0.000000]: [surf_maxmin/DEBUG] var=405, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.351899, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=426, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.351899, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (405) value to 0.351899 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.351899, Var(405).penalty: 1.000000, Var(405).value: 0.351899 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 37 || usage: 0.000000 remaining: 8.934753 bound: 9.560486 -> [0.000000]: [surf_maxmin/DEBUG] index: 16 cnst_light_num: 36 || usage: 0.000000 remaining: 6.756487 bound: 7.950875 -> [0.000000]: [surf_maxmin/DEBUG] index: 8 cnst_light_num: 35 || usage: 0.000000 remaining: 6.370281 bound: 7.421301 -> [0.000000]: [surf_maxmin/DEBUG] index: 28 cnst_light_num: 34 || usage: 0.000000 remaining: 7.370813 bound: 8.082817 -> [0.000000]: [surf_maxmin/DEBUG] index: 22 cnst_light_num: 33 || usage: 0.000000 remaining: 0.910847 bound: 2.067192 -> [0.000000]: [surf_maxmin/DEBUG] index: 25 cnst_light_num: 32 || usage: 0.000000 remaining: 5.343523 bound: 5.967310 -> [0.000000]: [surf_maxmin/DEBUG] index: 4 cnst_light_num: 31 || usage: 0.000000 remaining: 1.526208 bound: 2.172829 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 30 || usage: 0.000000 remaining: 8.497479 bound: 9.126268 -> [0.000000]: [surf_maxmin/DEBUG] index: 15 cnst_light_num: 29 || usage: 0.000000 remaining: 9.498359 bound: 9.794450 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 28 || usage: 0.000000 remaining: 4.600633 bound: 4.860990 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 27 || usage: 0.000000 remaining: 9.141769 bound: 9.835966 -> [0.000000]: [surf_maxmin/DEBUG] index: 5 cnst_light_num: 26 || usage: 0.000000 remaining: 5.337399 bound: 6.608444 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 25 || usage: 0.000000 remaining: 8.043779 bound: 9.273021 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (426) value to 0.351899 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.351899, Var(426).penalty: 1.000000, Var(426).value: 0.351899 -> [0.000000]: [surf_maxmin/DEBUG] index: 22 cnst_light_num: 24 || usage: 0.000000 remaining: 0.590134 bound: 2.259884 -> [0.000000]: [surf_maxmin/DEBUG] index: 6 cnst_light_num: 23 || usage: 0.000000 remaining: 2.298659 bound: 3.989448 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 22 || usage: 0.000000 remaining: 3.440454 bound: 4.743166 -> [0.000000]: [surf_maxmin/DEBUG] index: 17 cnst_light_num: 21 || usage: 0.000000 remaining: 1.997040 bound: 3.109799 -> [0.000000]: [surf_maxmin/DEBUG] index: 4 cnst_light_num: 20 || usage: 0.000000 remaining: 1.483009 bound: 3.737145 -> [0.000000]: [surf_maxmin/DEBUG] index: 10 cnst_light_num: 19 || usage: 0.000000 remaining: 5.068248 bound: 5.660820 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 18 || usage: 0.000000 remaining: 5.927146 bound: 7.559265 -> [0.000000]: [surf_maxmin/DEBUG] index: 13 cnst_light_num: 17 || usage: 0.000000 remaining: 5.148415 bound: 6.449255 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 16 || usage: 0.000000 remaining: 7.067873 bound: 8.161677 -> [0.000000]: [surf_maxmin/DEBUG] index: 14 cnst_light_num: 15 || usage: 0.000000 remaining: 1.484311 bound: 2.590976 -> [0.000000]: [surf_maxmin/DEBUG] index: 8 cnst_light_num: 14 || usage: 0.000000 remaining: 1.095943 bound: 2.149792 -> [0.000000]: [surf_maxmin/DEBUG] index: 6 cnst_light_num: 13 || usage: 0.000000 remaining: 0.000000 bound: 1.702501 -> [0.000000]: [surf_maxmin/DEBUG] index: 10 cnst_light_num: 12 || usage: 0.000000 remaining: 3.796915 bound: 4.413092 -> [0.000000]: [surf_maxmin/DEBUG] index: 7 cnst_light_num: 11 || usage: 0.000000 remaining: 2.697022 bound: 3.715126 -> [0.000000]: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 10 || usage: 0.000000 remaining: 0.303147 bound: 1.190954 -> [0.000000]: [surf_maxmin/DEBUG] index: 4 cnst_light_num: 9 || usage: 0.000000 remaining: 7.863023 bound: 9.856244 -> [0.000000]: [surf_maxmin/DEBUG] index: 5 cnst_light_num: 8 || usage: 0.000000 remaining: 1.164826 bound: 2.535882 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 7 || usage: 0.000000 remaining: 5.564513 bound: 6.670591 -> [0.000000]: [surf_maxmin/DEBUG] index: 4 cnst_light_num: 6 || usage: 0.000000 remaining: 4.320863 bound: 5.631875 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 5 || usage: 0.000000 remaining: 8.219705 bound: 9.325947 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 4 || usage: 0.000000 remaining: 0.445510 bound: 2.740865 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 3 || usage: 0.000000 remaining: 5.495991 bound: 6.161248 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 2 || usage: 0.000000 remaining: 1.706514 bound: 2.642384 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 3.895884 bound: 4.461701 -> [0.000000]: [surf_maxmin/DEBUG] MAX-MIN ( '494'(1.000000) '491'(1.000000) '488'(1.000000) '473'(1.000000) '469'(1.000000) '457'(1.000000) '452'(1.000000) '448'(1.000000) '447'(1.000000) '440'(1.000000) '436'(1.000000) '435'(1.000000) '433'(1.000000) '432'(1.000000) '431'(1.000000) '429'(1.000000) '428'(1.000000) '427'(1.000000) '426'(1.000000) '425'(1.000000) '424'(1.000000) '423'(1.000000) '422'(1.000000) '421'(1.000000) '420'(1.000000) '419'(1.000000) '418'(1.000000) '417'(1.000000) '416'(1.000000) '415'(1.000000) '414'(1.000000) '413'(1.000000) '412'(1.000000) '411'(1.000000) '410'(1.000000) '409'(1.000000) '408'(1.000000) '407'(1.000000) '406'(1.000000) '405'(1.000000) '404'(1.000000) '403'(1.000000) '402'(1.000000) '401'(1.000000) '430'(0.000000) '434'(0.000000) '437'(0.000000) '438'(0.000000) '439'(0.000000) '441'(0.000000) '442'(0.000000) '443'(0.000000) '444'(0.000000) '445'(0.000000) '446'(0.000000) '449'(0.000000) '450'(0.000000) '451'(0.000000) '453'(0.000000) '454'(0.000000) '455'(0.000000) '456'(0.000000) '458'(0.000000) '459'(0.000000) '460'(0.000000) '461'(0.000000) '462'(0.000000) '463'(0.000000) '464'(0.000000) '465'(0.000000) '466'(0.000000) '467'(0.000000) '468'(0.000000) '470'(0.000000) '471'(0.000000) '472'(0.000000) '474'(0.000000) '475'(0.000000) '476'(0.000000) '477'(0.000000) '478'(0.000000) '479'(0.000000) '480'(0.000000) '481'(0.000000) '482'(0.000000) '483'(0.000000) '484'(0.000000) '485'(0.000000) '486'(0.000000) '487'(0.000000) '489'(0.000000) '490'(0.000000) '492'(0.000000) '493'(0.000000) '495'(0.000000) '496'(0.000000) '497'(0.000000) '498'(0.000000) '499'(0.000000) '500'(0.000000) ) -> [0.000000]: [surf_maxmin/DEBUG] Constraints -> [0.000000]: [surf_maxmin/DEBUG] (0.683137.'473'(0.010573) + 1.293768.'457'(0.027066) + 0.903381.'448'(0.000969) + 1.321795.'433'(0.010573) + 1.842166.'426'(0.351899) + 1.653244.'410'(0.019153) + 1.196545.'405'(0.351899) + 0.798338.'405'(0.351899) + 1.728191.'404'(0.027066) + 1.887942.'402'(0.010573) + 2.602397.'401'(0.048560) + 2.168629.'437'(0.000000) + 0.748367.'438'(0.000000) + 2.685733.'441'(0.000000) + 0.001957.'441'(0.000000) + 1.142141.'449'(0.000000) + 1.750674.'451'(0.000000) + 0.513877.'455'(0.000000) + 1.006834.'455'(0.000000) + 2.680028.'459'(0.000000) + 2.440788.'465'(0.000000) + 2.325439.'466'(0.000000) + 0.939354.'472'(0.000000) + 1.458417.'481'(0.000000) + 1.464041.'489'(0.000000) + 0.760008.'492'(0.000000) + 1.888907.'493'(0.000000) + 1.920406.'500'(0.000000) + 0) <= 7.559265 ('474') -> [0.000000]: [surf_maxmin/DEBUG] (2.654715.'491'(0.048560) + 2.016191.'473'(0.010573) + 2.457318.'452'(0.000969) + 1.897018.'429'(0.027066) + 0.339580.'421'(0.027066) + 1.675588.'410'(0.019153) + 2.202683.'401'(0.048560) + 2.309164.'439'(0.000000) + 1.163684.'439'(0.000000) + 0.286002.'453'(0.000000) + 1.229187.'464'(0.000000) + 1.563781.'465'(0.000000) + 1.291711.'466'(0.000000) + 1.051828.'467'(0.000000) + 1.327217.'479'(0.000000) + 1.768357.'489'(0.000000) + 1.023962.'498'(0.000000) + 0.759241.'499'(0.000000) + 1.419778.'500'(0.000000) + 0) <= 8.334927 ('418') -> [0.000000]: [surf_maxmin/DEBUG] (2.427501.'491'(0.048560) + 1.088690.'488'(0.048560) + 1.181815.'432'(0.000969) + 0.722260.'427'(0.019153) + 1.751834.'424'(0.010573) + 1.849808.'419'(0.010573) + 1.886007.'413'(0.019153) + 2.483280.'408'(0.000969) + 0.843499.'405'(0.351899) + 1.370950.'401'(0.048560) + 0.451056.'449'(0.000000) + 1.370241.'450'(0.000000) + 1.497795.'458'(0.000000) + 1.921838.'464'(0.000000) + 1.519619.'468'(0.000000) + 1.575014.'470'(0.000000) + 0.804674.'472'(0.000000) + 2.292566.'476'(0.000000) + 1.680270.'479'(0.000000) + 2.305956.'484'(0.000000) + 0) <= 9.560486 ('457') -> [0.000000]: [surf_maxmin/DEBUG] (1.356465.'447'(0.000969) + 2.167040.'431'(0.000969) + 1.163973.'424'(0.010573) + 2.282902.'423'(0.100222) + 0.374352.'416'(0.100222) + 1.103476.'414'(0.000969) + 2.280500.'410'(0.019153) + 2.613168.'408'(0.000969) + 2.325262.'406'(0.019153) + 2.324571.'401'(0.048560) + 2.229053.'442'(0.000000) + 1.762253.'450'(0.000000) + 0.253762.'458'(0.000000) + 0.271835.'459'(0.000000) + 1.130749.'460'(0.000000) + 0.301624.'461'(0.000000) + 2.317188.'463'(0.000000) + 0.344642.'468'(0.000000) + 1.120474.'470'(0.000000) + 1.441749.'471'(0.000000) + 2.803400.'475'(0.000000) + 0.866488.'478'(0.000000) + 1.394321.'480'(0.000000) + 2.209934.'490'(0.000000) + 1.205395.'492'(0.000000) + 1.225578.'496'(0.000000) + 0) <= 8.985712 ('481') -> [0.000000]: [surf_maxmin/DEBUG] (0.625385.'494'(0.000969) + 0.494504.'433'(0.010573) + 1.657150.'421'(0.027066) + 0.993551.'419'(0.010573) + 1.417388.'414'(0.000969) + 3.816332.'414'(0.000969) + 1.815817.'410'(0.019153) + 1.415178.'405'(0.351899) + 0.979818.'401'(0.048560) + 2.112337.'430'(0.000000) + 1.524262.'445'(0.000000) + 1.724105.'449'(0.000000) + 1.133038.'450'(0.000000) + 0.581115.'451'(0.000000) + 1.886181.'453'(0.000000) + 1.288145.'455'(0.000000) + 1.674359.'459'(0.000000) + 1.053035.'464'(0.000000) + 1.439235.'472'(0.000000) + 2.420346.'477'(0.000000) + 1.205962.'481'(0.000000) + 0.591392.'484'(0.000000) + 1.921663.'493'(0.000000) + 1.427843.'497'(0.000000) + 0.996925.'498'(0.000000) + 0) <= 2.172829 ('478') -> [0.000000]: [surf_maxmin/DEBUG] (2.309919.'447'(0.000969) + 1.113710.'433'(0.010573) + 1.986506.'432'(0.000969) + 1.187375.'431'(0.000969) + 1.930668.'427'(0.019153) + 2.405046.'425'(0.100222) + 0.721609.'420'(0.210294) + 1.440532.'418'(0.019153) + 1.475843.'415'(0.027066) + 1.628522.'414'(0.000969) + 1.632408.'406'(0.019153) + 1.879956.'405'(0.351899) + 1.282015.'401'(0.048560) + 0.510045.'437'(0.000000) + 1.073297.'438'(0.000000) + 0.901844.'443'(0.000000) + 1.090524.'444'(0.000000) + 1.817170.'445'(0.000000) + 1.713623.'449'(0.000000) + 0.943146.'460'(0.000000) + 0.374657.'462'(0.000000) + 1.869348.'466'(0.000000) + 1.414124.'472'(0.000000) + 2.690994.'475'(0.000000) + 1.474015.'479'(0.000000) + 1.844725.'481'(0.000000) + 2.505588.'483'(0.000000) + 1.686397.'492'(0.000000) + 1.005636.'493'(0.000000) + 0.107764.'498'(0.000000) + 0) <= 6.608444 ('484') -> [0.000000]: [surf_maxmin/DEBUG] (0.847270.'494'(0.000969) + 1.436294.'491'(0.048560) + 2.116736.'488'(0.048560) + 1.194846.'440'(0.010573) + 1.160353.'436'(0.048560) + 1.235850.'435'(0.019153) + 1.239392.'428'(0.019153) + 2.142052.'424'(0.010573) + 1.158530.'411'(0.010573) + 1.398089.'401'(0.048560) + 2.448437.'401'(0.048560) + 0.711783.'430'(0.000000) + 2.051228.'444'(0.000000) + 2.478241.'445'(0.000000) + 1.507418.'446'(0.000000) + 2.568848.'451'(0.000000) + 1.475391.'460'(0.000000) + 1.458333.'467'(0.000000) + 1.462735.'468'(0.000000) + 2.205308.'470'(0.000000) + 1.891227.'477'(0.000000) + 2.166184.'482'(0.000000) + 1.622720.'489'(0.000000) + 1.440928.'493'(0.000000) + 1.427355.'496'(0.000000) + 0) <= 0.511428 ('452') -> [0.000000]: [surf_maxmin/DEBUG] (1.575794.'491'(0.048560) + 2.776135.'432'(0.000969) + 2.064491.'431'(0.000969) + 1.824533.'427'(0.019153) + 1.748867.'421'(0.027066) + 0.767396.'414'(0.000969) + 1.431118.'412'(0.210294) + 0.497343.'411'(0.010573) + 1.898284.'408'(0.000969) + 1.315645.'407'(0.000969) + 1.631579.'401'(0.048560) + 1.169173.'437'(0.000000) + 0.745695.'441'(0.000000) + 0.968853.'444'(0.000000) + 0.002404.'444'(0.000000) + 0.636322.'446'(0.000000) + 2.168815.'451'(0.000000) + 1.522960.'453'(0.000000) + 1.295162.'454'(0.000000) + 1.581410.'455'(0.000000) + 1.612570.'461'(0.000000) + 1.377542.'463'(0.000000) + 2.171911.'474'(0.000000) + 0.894273.'475'(0.000000) + 0.665984.'479'(0.000000) + 0.086631.'483'(0.000000) + 2.306374.'484'(0.000000) + 0.815535.'486'(0.000000) + 0.609482.'490'(0.000000) + 1.671148.'496'(0.000000) + 1.646506.'497'(0.000000) + 0) <= 9.227496 ('432') -> [0.000000]: [surf_maxmin/DEBUG] (1.036364.'469'(0.010573) + 1.447773.'435'(0.019153) + 2.791061.'432'(0.000969) + 2.771090.'419'(0.010573) + 1.270607.'417'(0.010573) + 2.418886.'405'(0.351899) + 2.382471.'401'(0.048560) + 1.076805.'443'(0.000000) + 1.837993.'445'(0.000000) + 1.158554.'455'(0.000000) + 1.340259.'468'(0.000000) + 2.328703.'471'(0.000000) + 2.830030.'474'(0.000000) + 0.942454.'482'(0.000000) + 1.906084.'483'(0.000000) + 0.685976.'483'(0.000000) + 1.270196.'484'(0.000000) + 1.137305.'485'(0.000000) + 2.179536.'486'(0.000000) + 1.126209.'486'(0.000000) + 2.007261.'487'(0.000000) + 0.449209.'490'(0.000000) + 0.960326.'493'(0.000000) + 0.992178.'497'(0.000000) + 0) <= 7.421301 ('463') -> [0.000000]: [surf_maxmin/DEBUG] (1.925269.'491'(0.048560) + 1.981481.'473'(0.010573) + 0.849413.'457'(0.027066) + 0.723544.'435'(0.019153) + 1.870347.'428'(0.019153) + 1.399065.'423'(0.100222) + 1.286894.'422'(0.000969) + 2.404750.'420'(0.210294) + 1.892524.'415'(0.027066) + 1.392440.'407'(0.000969) + 2.125376.'406'(0.019153) + 2.569742.'403'(0.000969) + 0.433430.'402'(0.010573) + 1.152474.'401'(0.048560) + 0.625990.'449'(0.000000) + 2.236976.'466'(0.000000) + 1.893507.'468'(0.000000) + 1.789830.'475'(0.000000) + 2.040139.'480'(0.000000) + 0.667440.'484'(0.000000) + 1.294968.'499'(0.000000) + 0) <= 4.774017 ('423') -> [0.000000]: [surf_maxmin/DEBUG] (1.049204.'494'(0.000969) + 0.491320.'457'(0.027066) + 1.797753.'452'(0.000969) + 0.352873.'448'(0.000969) + 1.474282.'440'(0.010573) + 2.017520.'433'(0.010573) + 0.867453.'432'(0.000969) + 2.083372.'422'(0.000969) + 1.657142.'420'(0.210294) + 2.444196.'411'(0.010573) + 1.496480.'410'(0.019153) + 1.048087.'409'(0.000969) + 1.888998.'406'(0.019153) + 2.150880.'401'(0.048560) + 1.142026.'434'(0.000000) + 2.047806.'443'(0.000000) + 0.879258.'458'(0.000000) + 1.213838.'467'(0.000000) + 1.593741.'471'(0.000000) + 1.823466.'477'(0.000000) + 0.083497.'477'(0.000000) + 1.774052.'479'(0.000000) + 1.174237.'481'(0.000000) + 1.440532.'482'(0.000000) + 0.280412.'487'(0.000000) + 1.780249.'496'(0.000000) + 1.994565.'497'(0.000000) + 0) <= 4.113836 ('473') -> [0.000000]: [surf_maxmin/DEBUG] (1.135340.'494'(0.000969) + 0.771444.'457'(0.027066) + 0.253764.'452'(0.000969) + 0.506524.'431'(0.000969) + 0.865115.'427'(0.019153) + 1.633985.'426'(0.351899) + 1.187697.'422'(0.000969) + 0.530212.'412'(0.210294) + 2.000069.'411'(0.010573) + 1.314041.'409'(0.000969) + 1.113922.'408'(0.000969) + 1.302592.'406'(0.019153) + 0.790768.'401'(0.048560) + 2.514150.'401'(0.048560) + 1.274299.'434'(0.000000) + 1.484816.'439'(0.000000) + 1.412554.'449'(0.000000) + 0.769550.'453'(0.000000) + 0.959179.'462'(0.000000) + 0.755599.'463'(0.000000) + 2.216245.'465'(0.000000) + 2.380992.'466'(0.000000) + 1.146559.'472'(0.000000) + 2.253480.'476'(0.000000) + 1.059601.'479'(0.000000) + 1.912913.'481'(0.000000) + 1.689108.'486'(0.000000) + 1.590448.'492'(0.000000) + 2.025492.'498'(0.000000) + 0) <= 2.642384 ('496') -> [0.000000]: [surf_maxmin/DEBUG] (0.626527.'452'(0.000969) + 1.675155.'440'(0.010573) + 1.946342.'433'(0.010573) + 1.341434.'431'(0.000969) + 2.819004.'428'(0.019153) + 0.987620.'425'(0.100222) + 1.593996.'422'(0.000969) + 2.409136.'420'(0.210294) + 1.152071.'419'(0.010573) + 2.270681.'416'(0.100222) + 0.992484.'413'(0.019153) + 2.459175.'409'(0.000969) + 0.804115.'407'(0.000969) + 1.661758.'406'(0.019153) + 0.831989.'401'(0.048560) + 1.638902.'437'(0.000000) + 1.770308.'439'(0.000000) + 1.428118.'439'(0.000000) + 2.002098.'459'(0.000000) + 2.158099.'460'(0.000000) + 0.448422.'470'(0.000000) + 0.695980.'474'(0.000000) + 2.490920.'482'(0.000000) + 1.050373.'486'(0.000000) + 2.180975.'489'(0.000000) + 1.624355.'493'(0.000000) + 0) <= 7.598870 ('483') -> [0.000000]: [surf_maxmin/DEBUG] (0.437747.'491'(0.048560) + 1.602915.'469'(0.010573) + 2.524295.'457'(0.027066) + 2.726254.'435'(0.019153) + 0.910971.'429'(0.027066) + 0.671287.'428'(0.019153) + 0.890425.'427'(0.019153) + 2.174335.'422'(0.000969) + 1.258897.'416'(0.100222) + 0.961897.'415'(0.027066) + 2.120587.'406'(0.019153) + 0.745043.'401'(0.048560) + 2.249971.'401'(0.048560) + 1.775730.'439'(0.000000) + 2.093947.'444'(0.000000) + 0.224431.'446'(0.000000) + 0.947287.'454'(0.000000) + 0.791137.'455'(0.000000) + 2.489531.'456'(0.000000) + 2.285873.'465'(0.000000) + 0.923712.'474'(0.000000) + 1.934081.'480'(0.000000) + 2.221766.'481'(0.000000) + 2.105101.'484'(0.000000) + 0) <= 0.600962 ('494') -> [0.000000]: [surf_maxmin/DEBUG] (1.672267.'491'(0.048560) + 1.554853.'448'(0.000969) + 0.698039.'447'(0.000969) + 1.826055.'431'(0.000969) + 1.960806.'426'(0.351899) + 1.925640.'421'(0.027066) + 0.977847.'416'(0.100222) + 1.489858.'415'(0.027066) + 2.354835.'410'(0.019153) + 1.142436.'402'(0.010573) + 1.727204.'401'(0.048560) + 1.435878.'430'(0.000000) + 1.375290.'442'(0.000000) + 0.623657.'445'(0.000000) + 1.611948.'450'(0.000000) + 0.706669.'463'(0.000000) + 1.434337.'464'(0.000000) + 2.382979.'470'(0.000000) + 1.578908.'471'(0.000000) + 2.238191.'475'(0.000000) + 1.597034.'478'(0.000000) + 0.409270.'479'(0.000000) + 1.204882.'480'(0.000000) + 2.588628.'484'(0.000000) + 1.427621.'485'(0.000000) + 1.005087.'486'(0.000000) + 1.681310.'489'(0.000000) + 1.213744.'496'(0.000000) + 2.134528.'497'(0.000000) + 0) <= 2.590976 ('430') -> [0.000000]: [surf_maxmin/DEBUG] (1.771165.'494'(0.000969) + 2.432001.'429'(0.027066) + 1.357777.'422'(0.000969) + 1.348357.'414'(0.000969) + 1.226338.'413'(0.019153) + 0.290357.'405'(0.351899) + 2.008867.'403'(0.000969) + 2.191670.'402'(0.010573) + 1.547482.'401'(0.048560) + 1.712773.'434'(0.000000) + 1.706009.'438'(0.000000) + 0.022392.'438'(0.000000) + 1.468761.'439'(0.000000) + 1.316854.'441'(0.000000) + 1.917117.'449'(0.000000) + 1.067380.'456'(0.000000) + 2.112231.'458'(0.000000) + 0.806477.'459'(0.000000) + 0.875079.'462'(0.000000) + 1.838665.'464'(0.000000) + 2.395100.'466'(0.000000) + 1.582160.'474'(0.000000) + 1.562619.'475'(0.000000) + 1.523936.'477'(0.000000) + 0.275557.'477'(0.000000) + 3.567953.'479'(0.000000) + 1.446708.'479'(0.000000) + 1.018804.'484'(0.000000) + 1.759467.'485'(0.000000) + 1.267024.'489'(0.000000) + 2.103452.'490'(0.000000) + 0.333315.'497'(0.000000) + 2.168354.'500'(0.000000) + 0) <= 9.794450 ('403') -> [0.000000]: [surf_maxmin/DEBUG] (1.613343.'488'(0.048560) + 1.560841.'428'(0.019153) + 2.484370.'420'(0.210294) + 1.158484.'418'(0.019153) + 3.564162.'418'(0.019153) + 1.154037.'416'(0.100222) + 0.946065.'412'(0.210294) + 0.764984.'410'(0.019153) + 0.863295.'409'(0.000969) + 1.138771.'404'(0.027066) + 1.915503.'401'(0.048560) + 1.012790.'437'(0.000000) + 2.483291.'438'(0.000000) + 0.814101.'438'(0.000000) + 1.850262.'439'(0.000000) + 1.592568.'446'(0.000000) + 1.075892.'454'(0.000000) + 0.878724.'459'(0.000000) + 1.855993.'461'(0.000000) + 1.517181.'462'(0.000000) + 1.919244.'464'(0.000000) + 1.139273.'465'(0.000000) + 1.465372.'466'(0.000000) + 2.399491.'468'(0.000000) + 1.338192.'470'(0.000000) + 1.124012.'476'(0.000000) + 0.604332.'484'(0.000000) + 0) <= 1.175078 ('467') -> [0.000000]: [surf_maxmin/DEBUG] (0.684943.'488'(0.048560) + 1.753016.'469'(0.010573) + 0.778304.'457'(0.027066) + 2.046557.'452'(0.000969) + 0.682668.'436'(0.048560) + 0.971867.'419'(0.010573) + 0.963812.'418'(0.019153) + 1.290880.'415'(0.027066) + 0.586924.'414'(0.000969) + 0.791773.'408'(0.000969) + 2.609324.'403'(0.000969) + 1.654019.'401'(0.048560) + 0.931066.'446'(0.000000) + 0.789473.'451'(0.000000) + 2.658257.'453'(0.000000) + 2.459579.'459'(0.000000) + 2.183253.'463'(0.000000) + 2.508487.'467'(0.000000) + 1.484953.'476'(0.000000) + 1.387609.'476'(0.000000) + 1.243928.'482'(0.000000) + 2.938146.'486'(0.000000) + 1.742196.'492'(0.000000) + 1.336639.'496'(0.000000) + 0.859399.'497'(0.000000) + 1.498162.'498'(0.000000) + 0) <= 2.442909 ('454') -> [0.000000]: [surf_maxmin/DEBUG] (1.432443.'440'(0.010573) + 1.783402.'435'(0.019153) + 2.068880.'433'(0.010573) + 2.767219.'428'(0.019153) + 0.771118.'426'(0.351899) + 0.084035.'422'(0.000969) + 2.366348.'421'(0.027066) + 1.310897.'417'(0.010573) + 1.686295.'413'(0.019153) + 1.947325.'410'(0.019153) + 1.504510.'401'(0.048560) + 2.594705.'443'(0.000000) + 1.848746.'444'(0.000000) + 1.998974.'451'(0.000000) + 2.366766.'464'(0.000000) + 1.344803.'465'(0.000000) + 1.393850.'482'(0.000000) + 1.081445.'492'(0.000000) + 2.059404.'499'(0.000000) + 0) <= 4.413092 ('409') -> [0.000000]: [surf_maxmin/DEBUG] (2.710730.'488'(0.048560) + 0.968600.'473'(0.010573) + 1.699690.'457'(0.027066) + 2.366469.'452'(0.000969) + 2.404674.'436'(0.048560) + 1.434558.'435'(0.019153) + 1.744948.'431'(0.000969) + 1.667677.'429'(0.027066) + 2.196992.'428'(0.019153) + 1.506236.'426'(0.351899) + 0.112010.'420'(0.210294) + 0.584567.'419'(0.010573) + 2.508800.'418'(0.019153) + 1.756262.'417'(0.010573) + 1.072940.'414'(0.000969) + 0.910757.'414'(0.000969) + 1.531245.'412'(0.210294) + 1.495080.'405'(0.351899) + 1.924341.'401'(0.048560) + 0.980292.'438'(0.000000) + 1.513914.'439'(0.000000) + 1.705760.'441'(0.000000) + 0.665672.'443'(0.000000) + 1.676292.'449'(0.000000) + 1.189243.'454'(0.000000) + 1.690531.'459'(0.000000) + 1.315929.'460'(0.000000) + 2.632320.'463'(0.000000) + 1.842675.'465'(0.000000) + 2.668630.'474'(0.000000) + 1.389349.'476'(0.000000) + 1.643055.'477'(0.000000) + 1.894104.'480'(0.000000) + 1.047930.'496'(0.000000) + 0) <= 9.856244 ('429') -> [0.000000]: [surf_maxmin/DEBUG] (1.635142.'436'(0.048560) + 1.846097.'433'(0.010573) + 2.012770.'422'(0.000969) + 2.019390.'421'(0.027066) + 1.452580.'416'(0.100222) + 1.606958.'410'(0.019153) + 1.991927.'406'(0.019153) + 1.387212.'402'(0.010573) + 1.829494.'401'(0.048560) + 1.965474.'430'(0.000000) + 1.093205.'437'(0.000000) + 1.641100.'443'(0.000000) + 1.601342.'444'(0.000000) + 1.167509.'449'(0.000000) + 0.191181.'453'(0.000000) + 0.592844.'455'(0.000000) + 1.647414.'456'(0.000000) + 1.542530.'463'(0.000000) + 1.622310.'464'(0.000000) + 0.232781.'467'(0.000000) + 0.757596.'470'(0.000000) + 2.166687.'474'(0.000000) + 1.601303.'481'(0.000000) + 1.155066.'482'(0.000000) + 1.754968.'487'(0.000000) + 2.236875.'489'(0.000000) + 0) <= 6.998436 ('424') -> [0.000000]: [surf_maxmin/DEBUG] (2.014856.'432'(0.000969) + 0.817123.'429'(0.027066) + 2.316327.'428'(0.019153) + 1.402927.'426'(0.351899) + 1.561350.'422'(0.000969) + 1.954910.'420'(0.210294) + 0.682256.'415'(0.027066) + 0.345321.'413'(0.019153) + 2.853560.'413'(0.019153) + 1.476490.'411'(0.010573) + 1.799298.'407'(0.000969) + 2.424787.'403'(0.000969) + 1.856277.'402'(0.010573) + 1.093190.'445'(0.000000) + 0.827411.'449'(0.000000) + 0.226411.'451'(0.000000) + 1.920806.'454'(0.000000) + 0.137400.'471'(0.000000) + 0.541324.'477'(0.000000) + 0.665446.'478'(0.000000) + 0.360250.'479'(0.000000) + 0.756152.'480'(0.000000) + 1.601613.'482'(0.000000) + 1.571715.'499'(0.000000) + 0) <= 8.161677 ('428') -> [0.000000]: [surf_maxmin/DEBUG] (1.177913.'469'(0.010573) + 1.710401.'457'(0.027066) + 1.412340.'452'(0.000969) + 1.220340.'429'(0.027066) + 1.239486.'425'(0.100222) + 1.789939.'423'(0.100222) + 1.385723.'421'(0.027066) + 2.417769.'419'(0.010573) + 1.596980.'417'(0.010573) + 2.514154.'416'(0.100222) + 1.431761.'409'(0.000969) + 1.191910.'405'(0.351899) + 1.456136.'403'(0.000969) + 0.513205.'402'(0.010573) + 1.598835.'430'(0.000000) + 2.097108.'434'(0.000000) + 1.440150.'438'(0.000000) + 1.096051.'443'(0.000000) + 1.037020.'460'(0.000000) + 1.625916.'462'(0.000000) + 1.568225.'466'(0.000000) + 1.688789.'482'(0.000000) + 2.006313.'483'(0.000000) + 1.421046.'485'(0.000000) + 0.567970.'487'(0.000000) + 1.652313.'496'(0.000000) + 1.142414.'499'(0.000000) + 0) <= 2.067192 ('402') -> [0.000000]: [surf_maxmin/DEBUG] (0.994196.'494'(0.000969) + 0.494376.'469'(0.010573) + 1.194017.'452'(0.000969) + 1.989627.'433'(0.010573) + 1.373705.'421'(0.027066) + 0.865583.'419'(0.010573) + 0.792062.'417'(0.010573) + 2.216512.'412'(0.210294) + 0.618476.'402'(0.010573) + 0.811484.'442'(0.000000) + 1.136964.'444'(0.000000) + 2.134332.'464'(0.000000) + 0.454371.'467'(0.000000) + 2.136403.'478'(0.000000) + 0.781130.'480'(0.000000) + 2.790442.'495'(0.000000) + 0.018726.'495'(0.000000) + 0) <= 1.008273 ('462') -> [0.000000]: [surf_maxmin/DEBUG] (1.857793.'488'(0.048560) + 2.581611.'452'(0.000969) + 2.456070.'447'(0.000969) + 2.001885.'435'(0.019153) + 1.924828.'423'(0.100222) + 0.811980.'416'(0.100222) + 1.340294.'415'(0.027066) + 0.825772.'412'(0.210294) + 1.039247.'410'(0.019153) + 1.195234.'402'(0.010573) + 2.292818.'437'(0.000000) + 1.598677.'441'(0.000000) + 2.417078.'444'(0.000000) + 1.545003.'450'(0.000000) + 1.106656.'458'(0.000000) + 1.935221.'461'(0.000000) + 1.187636.'462'(0.000000) + 1.968032.'474'(0.000000) + 2.351256.'477'(0.000000) + 0.779021.'483'(0.000000) + 1.692726.'489'(0.000000) + 1.229278.'492'(0.000000) + 2.374245.'498'(0.000000) + 2.352326.'500'(0.000000) + 0) <= 1.426165 ('482') -> [0.000000]: [surf_maxmin/DEBUG] (2.431575.'432'(0.000969) + 1.447306.'424'(0.010573) + 1.520876.'422'(0.000969) + 0.918524.'420'(0.210294) + 1.435681.'418'(0.019153) + 0.580393.'416'(0.100222) + 1.304182.'413'(0.019153) + 0.667710.'409'(0.000969) + 1.200400.'408'(0.000969) + 2.265046.'406'(0.019153) + 1.059697.'404'(0.027066) + 1.480095.'402'(0.010573) + 2.522749.'434'(0.000000) + 1.211470.'439'(0.000000) + 0.432712.'442'(0.000000) + 0.966184.'449'(0.000000) + 0.329509.'450'(0.000000) + 0.138077.'453'(0.000000) + 2.743140.'454'(0.000000) + 0.621441.'465'(0.000000) + 3.532424.'466'(0.000000) + 1.017992.'466'(0.000000) + 1.101306.'475'(0.000000) + 2.075981.'476'(0.000000) + 2.165857.'478'(0.000000) + 1.035162.'482'(0.000000) + 2.544211.'483'(0.000000) + 0.272947.'485'(0.000000) + 1.274672.'495'(0.000000) + 2.313340.'497'(0.000000) + 1.028371.'497'(0.000000) + 0.709670.'499'(0.000000) + 1.207415.'500'(0.000000) + 0) <= 0.539621 ('475') -> [0.000000]: [surf_maxmin/DEBUG] (1.635862.'491'(0.048560) + 1.374521.'440'(0.010573) + 2.630908.'433'(0.010573) + 1.755642.'428'(0.019153) + 1.553258.'427'(0.019153) + 0.016203.'414'(0.000969) + 1.080210.'410'(0.019153) + 1.434033.'403'(0.000969) + 1.524980.'402'(0.010573) + 1.612240.'434'(0.000000) + 1.828285.'441'(0.000000) + 2.116781.'443'(0.000000) + 1.458344.'446'(0.000000) + 3.370987.'455'(0.000000) + 0.227585.'455'(0.000000) + 1.998847.'458'(0.000000) + 1.171382.'461'(0.000000) + 0.277307.'464'(0.000000) + 0.916404.'470'(0.000000) + 2.146466.'472'(0.000000) + 0.689148.'475'(0.000000) + 1.860747.'478'(0.000000) + 1.920533.'481'(0.000000) + 0.927999.'482'(0.000000) + 2.321848.'485'(0.000000) + 1.777676.'500'(0.000000) + 0) <= 8.499800 ('469') -> [0.000000]: [surf_maxmin/DEBUG] (1.529515.'469'(0.010573) + 2.031737.'433'(0.010573) + 1.008255.'428'(0.019153) + 0.816026.'424'(0.010573) + 1.254220.'423'(0.100222) + 1.426368.'416'(0.100222) + 1.873488.'415'(0.027066) + 1.538663.'413'(0.019153) + 2.043039.'411'(0.010573) + 2.179871.'405'(0.351899) + 0.963801.'403'(0.000969) + 2.382402.'402'(0.010573) + 1.387275.'434'(0.000000) + 0.554467.'442'(0.000000) + 2.262369.'456'(0.000000) + 1.413085.'458'(0.000000) + 2.299204.'461'(0.000000) + 2.804164.'462'(0.000000) + 2.166952.'475'(0.000000) + 1.616317.'477'(0.000000) + 1.532873.'483'(0.000000) + 1.386083.'483'(0.000000) + 1.570442.'484'(0.000000) + 0.982544.'485'(0.000000) + 0.168493.'489'(0.000000) + 1.105423.'492'(0.000000) + 1.638777.'497'(0.000000) + 0) <= 9.273021 ('448') -> [0.000000]: [surf_maxmin/DEBUG] (1.757408.'491'(0.048560) + 0.495836.'432'(0.000969) + 0.635604.'428'(0.019153) + 0.508666.'418'(0.019153) + 2.614864.'418'(0.019153) + 0.975922.'416'(0.100222) + 1.914166.'412'(0.210294) + 1.968079.'411'(0.010573) + 1.313756.'408'(0.000969) + 2.058583.'406'(0.019153) + 2.007544.'403'(0.000969) + 1.880313.'402'(0.010573) + 1.681901.'463'(0.000000) + 0.645692.'482'(0.000000) + 0.477856.'490'(0.000000) + 0.655124.'500'(0.000000) + 0) <= 4.849311 ('438') -> [0.000000]: [surf_maxmin/DEBUG] (0.856912.'473'(0.010573) + 1.522067.'469'(0.010573) + 2.241944.'448'(0.000969) + 1.516597.'440'(0.010573) + 1.569144.'433'(0.010573) + 1.415189.'424'(0.010573) + 0.903826.'419'(0.010573) + 0.668833.'417'(0.010573) + 1.596168.'411'(0.010573) + 1.414113.'409'(0.000969) + 0.982010.'407'(0.000969) + 1.225649.'402'(0.010573) + 0.881615.'439'(0.000000) + 1.409285.'451'(0.000000) + 1.579500.'454'(0.000000) + 2.422777.'459'(0.000000) + 1.255334.'483'(0.000000) + 0.836149.'485'(0.000000) + 1.218848.'490'(0.000000) + 1.293029.'500'(0.000000) + 0) <= 0.123694 ('466') -> [0.000000]: [surf_maxmin/DEBUG] (1.011097.'488'(0.048560) + 2.050375.'452'(0.000969) + 2.330387.'435'(0.019153) + 1.594838.'432'(0.000969) + 1.746325.'428'(0.019153) + 0.939170.'422'(0.000969) + 1.952978.'421'(0.027066) + 1.950677.'415'(0.027066) + 2.447986.'413'(0.019153) + 1.587200.'412'(0.210294) + 1.067626.'402'(0.010573) + 1.569732.'451'(0.000000) + 1.118472.'453'(0.000000) + 1.880998.'458'(0.000000) + 0.670613.'459'(0.000000) + 0.597809.'460'(0.000000) + 1.344318.'466'(0.000000) + 0.678648.'470'(0.000000) + 1.962037.'474'(0.000000) + 2.276995.'479'(0.000000) + 1.197133.'487'(0.000000) + 0.366741.'495'(0.000000) + 2.113403.'498'(0.000000) + 0) <= 1.116924 ('460') -> [0.000000]: [surf_maxmin/DEBUG] (1.773282.'431'(0.000969) + 1.068220.'427'(0.019153) + 0.991135.'425'(0.100222) + 1.178062.'414'(0.000969) + 1.831296.'413'(0.019153) + 2.017738.'406'(0.019153) + 1.326132.'402'(0.010573) + 1.636637.'437'(0.000000) + 2.111379.'438'(0.000000) + 0.861548.'438'(0.000000) + 0.793141.'441'(0.000000) + 2.697815.'454'(0.000000) + 2.457178.'460'(0.000000) + 2.199456.'465'(0.000000) + 2.068016.'466'(0.000000) + 1.741793.'467'(0.000000) + 0.700085.'479'(0.000000) + 0.436276.'484'(0.000000) + 2.568128.'485'(0.000000) + 2.440112.'489'(0.000000) + 0.402868.'492'(0.000000) + 1.022110.'493'(0.000000) + 1.889122.'495'(0.000000) + 2.574969.'496'(0.000000) + 1.536918.'497'(0.000000) + 0) <= 3.839026 ('445') -> [0.000000]: [surf_maxmin/DEBUG] (2.214478.'473'(0.010573) + 1.788885.'452'(0.000969) + 1.212616.'436'(0.048560) + 0.986743.'427'(0.019153) + 2.495159.'424'(0.010573) + 0.514084.'423'(0.100222) + 1.225446.'422'(0.000969) + 1.573675.'421'(0.027066) + 0.373603.'417'(0.010573) + 0.681363.'416'(0.100222) + 0.350689.'403'(0.000969) + 0.933352.'402'(0.010573) + 2.077986.'434'(0.000000) + 2.814262.'461'(0.000000) + 2.076319.'466'(0.000000) + 2.586631.'472'(0.000000) + 2.059264.'474'(0.000000) + 0.733926.'475'(0.000000) + 2.207146.'486'(0.000000) + 1.840314.'489'(0.000000) + 2.630848.'493'(0.000000) + 0) <= 8.924110 ('419') -> [0.000000]: [surf_maxmin/DEBUG] (2.323095.'469'(0.010573) + 1.776791.'440'(0.010573) + 1.052356.'433'(0.010573) + 1.818306.'429'(0.027066) + 1.520348.'426'(0.351899) + 0.187259.'421'(0.027066) + 1.444090.'413'(0.019153) + 1.890999.'413'(0.019153) + 1.786341.'406'(0.019153) + 0.704500.'405'(0.351899) + 3.656415.'405'(0.351899) + 1.787014.'402'(0.010573) + 0.668282.'430'(0.000000) + 0.716002.'437'(0.000000) + 2.825872.'438'(0.000000) + 0.561134.'454'(0.000000) + 1.257439.'472'(0.000000) + 1.501992.'480'(0.000000) + 1.882544.'483'(0.000000) + 0.951261.'485'(0.000000) + 1.175884.'496'(0.000000) + 0) <= 2.740865 ('411') -> [0.000000]: [surf_maxmin/DEBUG] (2.040698.'426'(0.351899) + 1.313238.'421'(0.027066) + 1.225550.'420'(0.210294) + 1.387032.'417'(0.010573) + 1.698015.'411'(0.010573) + 2.555594.'409'(0.000969) + 0.696701.'402'(0.010573) + 0.836518.'438'(0.000000) + 1.850123.'453'(0.000000) + 1.580521.'458'(0.000000) + 1.527554.'460'(0.000000) + 2.180169.'462'(0.000000) + 2.029117.'465'(0.000000) + 0.885939.'466'(0.000000) + 2.033932.'486'(0.000000) + 1.016360.'487'(0.000000) + 1.510519.'492'(0.000000) + 0.741022.'497'(0.000000) + 1.339000.'498'(0.000000) + 1.143653.'500'(0.000000) + 0) <= 2.149792 ('451') -> [0.000000]: [surf_maxmin/DEBUG] (1.786323.'432'(0.000969) + 1.319828.'422'(0.000969) + 2.065310.'421'(0.027066) + 1.834354.'420'(0.210294) + 1.536714.'410'(0.019153) + 1.664852.'409'(0.000969) + 1.277455.'407'(0.000969) + 2.442415.'407'(0.000969) + 2.461260.'404'(0.027066) + 0.700419.'402'(0.010573) + 0.709418.'434'(0.000000) + 1.778869.'437'(0.000000) + 2.279214.'446'(0.000000) + 0.212505.'446'(0.000000) + 0.081729.'454'(0.000000) + 1.687740.'455'(0.000000) + 1.030114.'456'(0.000000) + 0.720964.'463'(0.000000) + 1.691973.'464'(0.000000) + 1.897000.'470'(0.000000) + 1.388059.'474'(0.000000) + 2.103321.'476'(0.000000) + 0.092699.'479'(0.000000) + 2.314525.'482'(0.000000) + 0.628156.'487'(0.000000) + 1.204757.'489'(0.000000) + 1.213597.'490'(0.000000) + 1.389999.'492'(0.000000) + 2.473504.'495'(0.000000) + 2.934076.'497'(0.000000) + 1.096771.'497'(0.000000) + 0.480799.'499'(0.000000) + 0) <= 5.834997 ('458') -> [0.000000]: [surf_maxmin/DEBUG] (0.848700.'494'(0.000969) + 1.752347.'473'(0.010573) + 0.512925.'469'(0.010573) + 1.337541.'440'(0.010573) + 3.495807.'440'(0.010573) + 2.265243.'431'(0.000969) + 1.845608.'427'(0.019153) + 0.688120.'425'(0.100222) + 0.523400.'421'(0.027066) + 0.441315.'419'(0.010573) + 1.859330.'417'(0.010573) + 1.805130.'407'(0.000969) + 1.598618.'406'(0.019153) + 2.151071.'404'(0.027066) + 0.352686.'402'(0.010573) + 2.078406.'444'(0.000000) + 0.350994.'444'(0.000000) + 0.679243.'445'(0.000000) + 0.224684.'446'(0.000000) + 0.989626.'458'(0.000000) + 1.180134.'460'(0.000000) + 0.634314.'464'(0.000000) + 0.471771.'471'(0.000000) + 0.849160.'478'(0.000000) + 2.024275.'493'(0.000000) + 1.025260.'499'(0.000000) + 0) <= 8.450552 ('453') -> [0.000000]: [surf_maxmin/DEBUG] (1.235546.'457'(0.027066) + 0.892503.'452'(0.000969) + 1.531910.'448'(0.000969) + 0.787905.'435'(0.019153) + 1.701519.'426'(0.351899) + 1.266306.'423'(0.100222) + 1.110567.'423'(0.100222) + 1.536192.'415'(0.027066) + 2.131841.'414'(0.000969) + 2.540067.'411'(0.010573) + 1.944641.'406'(0.019153) + 2.128021.'402'(0.010573) + 2.007726.'442'(0.000000) + 1.938835.'443'(0.000000) + 2.433067.'451'(0.000000) + 1.259779.'454'(0.000000) + 2.836716.'458'(0.000000) + 2.002475.'459'(0.000000) + 1.649607.'460'(0.000000) + 0.973309.'475'(0.000000) + 1.779079.'479'(0.000000) + 2.338635.'480'(0.000000) + 1.316141.'495'(0.000000) + 1.303558.'496'(0.000000) + 0) <= 3.715126 ('465') -> [0.000000]: [surf_maxmin/DEBUG] (0.136849.'494'(0.000969) + 1.175676.'448'(0.000969) + 2.165897.'435'(0.019153) + 1.319595.'431'(0.000969) + 2.753917.'428'(0.019153) + 2.571195.'427'(0.019153) + 2.089374.'424'(0.010573) + 2.218931.'418'(0.019153) + 1.938928.'413'(0.019153) + 2.451078.'410'(0.019153) + 2.109501.'406'(0.019153) + 1.890512.'402'(0.010573) + 1.626083.'438'(0.000000) + 0.422812.'471'(0.000000) + 0.601970.'472'(0.000000) + 0.984963.'477'(0.000000) + 1.888179.'481'(0.000000) + 2.441714.'486'(0.000000) + 1.408778.'496'(0.000000) + 0) <= 0.355090 ('450') -> [0.000000]: [surf_maxmin/DEBUG] (1.618858.'488'(0.048560) + 1.719671.'473'(0.010573) + 1.447855.'457'(0.027066) + 0.711635.'447'(0.000969) + 1.829605.'424'(0.010573) + 0.438451.'414'(0.000969) + 1.211173.'411'(0.010573) + 1.217080.'410'(0.019153) + 2.225492.'408'(0.000969) + 2.359984.'407'(0.000969) + 1.666217.'403'(0.000969) + 1.452797.'402'(0.010573) + 2.508619.'438'(0.000000) + 2.239072.'439'(0.000000) + 1.455514.'441'(0.000000) + 1.605485.'444'(0.000000) + 2.084442.'463'(0.000000) + 0.807890.'474'(0.000000) + 0.486574.'476'(0.000000) + 1.446377.'478'(0.000000) + 2.178773.'481'(0.000000) + 1.657998.'482'(0.000000) + 1.799497.'487'(0.000000) + 0.764199.'490'(0.000000) + 1.478882.'492'(0.000000) + 2.203952.'493'(0.000000) + 0) <= 6.117439 ('404') -> [0.000000]: [surf_maxmin/DEBUG] (0.797817.'488'(0.048560) + 1.835798.'436'(0.048560) + 1.793296.'431'(0.000969) + 1.321362.'426'(0.351899) + 1.448074.'423'(0.100222) + 2.041875.'421'(0.027066) + 1.432952.'420'(0.210294) + 1.339806.'414'(0.000969) + 1.307150.'412'(0.210294) + 2.501082.'405'(0.351899) + 1.523821.'403'(0.000969) + 1.512010.'439'(0.000000) + 1.123155.'441'(0.000000) + 2.234596.'444'(0.000000) + 1.019656.'445'(0.000000) + 1.890849.'446'(0.000000) + 2.051290.'451'(0.000000) + 1.425583.'456'(0.000000) + 2.174890.'464'(0.000000) + 0.849933.'464'(0.000000) + 2.457999.'466'(0.000000) + 0.412535.'466'(0.000000) + 2.777381.'467'(0.000000) + 1.060471.'467'(0.000000) + 2.799513.'470'(0.000000) + 0.720585.'475'(0.000000) + 1.081517.'479'(0.000000) + 2.154932.'483'(0.000000) + 0.862634.'485'(0.000000) + 1.733057.'489'(0.000000) + 1.200395.'495'(0.000000) + 1.754249.'497'(0.000000) + 1.048491.'498'(0.000000) + 0.638672.'500'(0.000000) + 0) <= 3.737145 ('490') -> [0.000000]: [surf_maxmin/DEBUG] (0.406174.'491'(0.048560) + 1.618356.'457'(0.027066) + 0.388473.'447'(0.000969) + 1.198389.'440'(0.010573) + 1.748198.'428'(0.019153) + 2.252698.'420'(0.210294) + 2.078731.'419'(0.010573) + 1.787983.'415'(0.027066) + 0.867214.'408'(0.000969) + 2.421825.'403'(0.000969) + 1.868299.'430'(0.000000) + 1.231216.'434'(0.000000) + 1.759539.'438'(0.000000) + 1.933377.'442'(0.000000) + 0.956800.'444'(0.000000) + 3.442533.'446'(0.000000) + 0.379507.'446'(0.000000) + 1.679143.'449'(0.000000) + 1.488207.'454'(0.000000) + 1.198646.'458'(0.000000) + 1.729567.'467'(0.000000) + 1.043748.'487'(0.000000) + 0) <= 7.643726 ('410') -> [0.000000]: [surf_maxmin/DEBUG] (1.912339.'494'(0.000969) + 1.680279.'473'(0.010573) + 2.496562.'436'(0.048560) + 2.157693.'424'(0.010573) + 0.949711.'422'(0.000969) + 0.578390.'419'(0.010573) + 1.389137.'418'(0.019153) + 0.848061.'417'(0.010573) + 2.275312.'409'(0.000969) + 2.320655.'406'(0.019153) + 1.079705.'404'(0.027066) + 0.854927.'403'(0.000969) + 2.183779.'434'(0.000000) + 2.689521.'456'(0.000000) + 0.605324.'462'(0.000000) + 0.579461.'465'(0.000000) + 2.766759.'467'(0.000000) + 1.333032.'471'(0.000000) + 2.037017.'480'(0.000000) + 1.143933.'481'(0.000000) + 2.208929.'487'(0.000000) + 0.745159.'489'(0.000000) + 2.257255.'492'(0.000000) + 1.355098.'498'(0.000000) + 0) <= 2.214828 ('492') -> [0.000000]: [surf_maxmin/DEBUG] (1.128968.'469'(0.010573) + 2.383376.'457'(0.027066) + 1.764232.'435'(0.019153) + 0.918029.'426'(0.351899) + 2.083481.'424'(0.010573) + 0.578996.'423'(0.100222) + 0.835296.'421'(0.027066) + 0.992793.'413'(0.019153) + 2.604182.'411'(0.010573) + 0.293340.'404'(0.027066) + 2.198368.'403'(0.000969) + 1.722064.'443'(0.000000) + 1.833947.'444'(0.000000) + 2.426481.'449'(0.000000) + 2.373973.'450'(0.000000) + 1.075954.'450'(0.000000) + 1.969466.'451'(0.000000) + 2.350829.'462'(0.000000) + 1.752170.'465'(0.000000) + 2.462222.'478'(0.000000) + 1.025856.'481'(0.000000) + 0.642469.'482'(0.000000) + 1.785118.'484'(0.000000) + 1.595180.'485'(0.000000) + 2.017288.'495'(0.000000) + 1.112171.'499'(0.000000) + 0.412153.'500'(0.000000) + 0) <= 5.660820 ('444') -> [0.000000]: [surf_maxmin/DEBUG] (2.667345.'494'(0.000969) + 1.440800.'452'(0.000969) + 1.858677.'448'(0.000969) + 1.027856.'447'(0.000969) + 0.807980.'427'(0.019153) + 0.363185.'425'(0.100222) + 2.502711.'422'(0.000969) + 1.209929.'421'(0.027066) + 1.424610.'420'(0.210294) + 1.920817.'415'(0.027066) + 0.742724.'409'(0.000969) + 0.911751.'404'(0.027066) + 0.562754.'403'(0.000969) + 1.381758.'430'(0.000000) + 1.017370.'437'(0.000000) + 2.883437.'443'(0.000000) + 2.331374.'444'(0.000000) + 1.308016.'446'(0.000000) + 2.793079.'460'(0.000000) + 1.105149.'461'(0.000000) + 1.641723.'462'(0.000000) + 1.781822.'468'(0.000000) + 0.653741.'471'(0.000000) + 1.273193.'479'(0.000000) + 2.571580.'489'(0.000000) + 0.996158.'492'(0.000000) + 1.713209.'497'(0.000000) + 1.960360.'499'(0.000000) + 0) <= 1.280514 ('485') -> [0.000000]: [surf_maxmin/DEBUG] (2.008412.'491'(0.048560) + 1.249293.'488'(0.048560) + 0.779948.'469'(0.010573) + 0.717983.'436'(0.048560) + 2.201547.'429'(0.027066) + 1.071263.'426'(0.351899) + 0.935649.'423'(0.100222) + 1.335118.'420'(0.210294) + 2.913878.'416'(0.100222) + 1.221431.'415'(0.027066) + 0.777259.'407'(0.000969) + 0.937600.'405'(0.351899) + 1.602002.'403'(0.000969) + 2.231626.'441'(0.000000) + 1.190884.'443'(0.000000) + 0.669035.'445'(0.000000) + 0.988362.'446'(0.000000) + 0.442755.'450'(0.000000) + 2.700218.'451'(0.000000) + 1.740598.'458'(0.000000) + 2.456752.'460'(0.000000) + 1.195384.'462'(0.000000) + 1.926086.'463'(0.000000) + 1.380636.'467'(0.000000) + 1.596349.'472'(0.000000) + 1.244868.'475'(0.000000) + 1.312445.'495'(0.000000) + 0) <= 2.259884 ('443') -> [0.000000]: [surf_maxmin/DEBUG] (2.133131.'491'(0.048560) + 0.276505.'440'(0.010573) + 2.595253.'440'(0.010573) + 0.765989.'429'(0.027066) + 2.688176.'423'(0.100222) + 0.934599.'418'(0.019153) + 1.394300.'413'(0.019153) + 1.626700.'413'(0.019153) + 1.597000.'409'(0.000969) + 1.586376.'403'(0.000969) + 0.810662.'434'(0.000000) + 0.966825.'441'(0.000000) + 1.695053.'442'(0.000000) + 0.855975.'455'(0.000000) + 1.879268.'456'(0.000000) + 0.677325.'459'(0.000000) + 0.873171.'468'(0.000000) + 1.947662.'478'(0.000000) + 1.063005.'481'(0.000000) + 0.779479.'481'(0.000000) + 2.056445.'485'(0.000000) + 2.645398.'495'(0.000000) + 0.941318.'495'(0.000000) + 1.517391.'498'(0.000000) + 1.202448.'500'(0.000000) + 0) <= 9.649153 ('442') -> [0.000000]: [surf_maxmin/DEBUG] (2.003735.'436'(0.048560) + 1.756149.'429'(0.027066) + 1.180680.'417'(0.010573) + 1.321650.'405'(0.351899) + 1.426486.'403'(0.000969) + 2.552887.'439'(0.000000) + 1.257759.'439'(0.000000) + 1.966141.'442'(0.000000) + 1.548142.'444'(0.000000) + 1.107961.'444'(0.000000) + 1.223533.'455'(0.000000) + 1.614342.'456'(0.000000) + 2.263046.'461'(0.000000) + 1.844886.'470'(0.000000) + 2.885999.'471'(0.000000) + 1.576633.'472'(0.000000) + 1.215791.'475'(0.000000) + 1.447099.'480'(0.000000) + 0.330517.'480'(0.000000) + 1.328334.'485'(0.000000) + 1.475594.'487'(0.000000) + 3.328351.'490'(0.000000) + 0.058376.'490'(0.000000) + 0) <= 5.967310 ('489') -> [0.000000]: [surf_maxmin/DEBUG] (1.754287.'491'(0.048560) + 1.178480.'488'(0.048560) + 1.869063.'429'(0.027066) + 1.530193.'425'(0.100222) + 1.419235.'423'(0.100222) + 2.417811.'420'(0.210294) + 2.601942.'418'(0.019153) + 0.917941.'411'(0.010573) + 1.327413.'409'(0.000969) + 1.582005.'407'(0.000969) + 1.897204.'404'(0.027066) + 1.976846.'403'(0.000969) + 1.223336.'441'(0.000000) + 0.537005.'446'(0.000000) + 0.335906.'450'(0.000000) + 2.236386.'453'(0.000000) + 1.363417.'468'(0.000000) + 0.904964.'476'(0.000000) + 1.838705.'480'(0.000000) + 1.212662.'485'(0.000000) + 1.755663.'487'(0.000000) + 0.968712.'490'(0.000000) + 0.617865.'490'(0.000000) + 0.989326.'496'(0.000000) + 2.294788.'497'(0.000000) + 0.887956.'498'(0.000000) + 0) <= 7.015528 ('488') -> [0.000000]: [surf_maxmin/DEBUG] (0.574866.'457'(0.027066) + 1.821415.'447'(0.000969) + 1.960729.'436'(0.048560) + 0.678343.'433'(0.010573) + 2.101392.'432'(0.000969) + 0.144893.'421'(0.027066) + 0.791459.'418'(0.019153) + 1.204318.'417'(0.010573) + 1.729185.'414'(0.000969) + 1.473661.'413'(0.019153) + 1.768751.'406'(0.019153) + 0.284547.'403'(0.000969) + 1.783387.'430'(0.000000) + 1.882462.'443'(0.000000) + 1.296431.'454'(0.000000) + 1.532754.'456'(0.000000) + 1.099229.'458'(0.000000) + 0.444241.'460'(0.000000) + 1.951900.'461'(0.000000) + 0.338588.'465'(0.000000) + 0.972715.'472'(0.000000) + 0.910445.'476'(0.000000) + 1.875383.'478'(0.000000) + 0.797351.'486'(0.000000) + 2.050960.'487'(0.000000) + 1.687527.'493'(0.000000) + 0.997944.'495'(0.000000) + 0) <= 7.699327 ('486') -> [0.000000]: [surf_maxmin/DEBUG] (1.888419.'447'(0.000969) + 1.026066.'403'(0.000969) + 2.401343.'434'(0.000000) + 0.974588.'441'(0.000000) + 1.345982.'453'(0.000000) + 1.351377.'455'(0.000000) + 2.077887.'463'(0.000000) + 1.429645.'470'(0.000000) + 1.752410.'481'(0.000000) + 0.421155.'484'(0.000000) + 1.919310.'487'(0.000000) + 2.174846.'492'(0.000000) + 0.365057.'493'(0.000000) + 0.477977.'499'(0.000000) + 1.574910.'500'(0.000000) + 0) <= 2.658191 ('415') -> [0.000000]: [surf_maxmin/DEBUG] (2.484751.'428'(0.019153) + 2.626400.'426'(0.351899) + 1.155682.'424'(0.010573) + 2.247065.'417'(0.010573) + 0.567353.'412'(0.210294) + 1.172001.'409'(0.000969) + 1.750670.'409'(0.000969) + 1.862863.'407'(0.000969) + 1.582451.'405'(0.351899) + 0.423731.'404'(0.027066) + 2.503955.'403'(0.000969) + 0.556718.'430'(0.000000) + 1.113262.'437'(0.000000) + 0.819710.'443'(0.000000) + 1.191319.'445'(0.000000) + 0.259202.'459'(0.000000) + 1.367496.'460'(0.000000) + 0.669861.'462'(0.000000) + 1.140042.'463'(0.000000) + 0.531403.'484'(0.000000) + 2.089193.'492'(0.000000) + 1.464654.'493'(0.000000) + 1.136194.'496'(0.000000) + 2.601393.'499'(0.000000) + 0) <= 1.702501 ('500') -> [0.000000]: [surf_maxmin/DEBUG] (1.814887.'473'(0.010573) + 1.566017.'457'(0.027066) + 1.214134.'447'(0.000969) + 1.946916.'435'(0.019153) + 2.062629.'433'(0.010573) + 2.305390.'427'(0.019153) + 1.860121.'426'(0.351899) + 2.222668.'420'(0.210294) + 1.057039.'417'(0.010573) + 1.726552.'403'(0.000969) + 1.133230.'438'(0.000000) + 0.677753.'442'(0.000000) + 0.542384.'456'(0.000000) + 2.087124.'468'(0.000000) + 1.520672.'470'(0.000000) + 1.021360.'476'(0.000000) + 2.687186.'477'(0.000000) + 0.918480.'478'(0.000000) + 1.143232.'481'(0.000000) + 0.771397.'486'(0.000000) + 1.618115.'495'(0.000000) + 1.266025.'495'(0.000000) + 0.823796.'496'(0.000000) + 1.054884.'497'(0.000000) + 1.002598.'499'(0.000000) + 0) <= 6.449255 ('491') -> [0.000000]: [surf_maxmin/DEBUG] (0.395974.'494'(0.000969) + 1.405254.'494'(0.000969) + 0.608733.'452'(0.000969) + 2.012734.'448'(0.000969) + 2.123063.'447'(0.000969) + 0.671172.'432'(0.000969) + 1.060491.'431'(0.000969) + 1.716577.'422'(0.000969) + 0.788008.'414'(0.000969) + 1.543713.'409'(0.000969) + 2.262283.'408'(0.000969) + 1.476165.'407'(0.000969) + 0.886416.'403'(0.000969) + 0.852027.'453'(0.000000) + 1.727431.'456'(0.000000) + 1.824131.'460'(0.000000) + 1.515245.'470'(0.000000) + 2.109237.'472'(0.000000) + 1.654967.'478'(0.000000) + 0.707717.'490'(0.000000) + 1.846418.'500'(0.000000) + 0) <= 0.016422 ('427') -> [0.000000]: [surf_maxmin/DEBUG] (2.049883.'488'(0.048560) + 2.146789.'473'(0.010573) + 0.709611.'469'(0.010573) + 1.233088.'457'(0.027066) + 1.888084.'436'(0.048560) + 1.738026.'432'(0.000969) + 2.013488.'424'(0.010573) + 1.471692.'419'(0.010573) + 2.369377.'416'(0.100222) + 1.808608.'412'(0.210294) + 0.567143.'408'(0.000969) + 1.316314.'406'(0.019153) + 2.500569.'404'(0.027066) + 1.710365.'441'(0.000000) + 1.785346.'442'(0.000000) + 1.669569.'443'(0.000000) + 1.630759.'444'(0.000000) + 1.095297.'461'(0.000000) + 0.540080.'464'(0.000000) + 0.645315.'464'(0.000000) + 0.322465.'468'(0.000000) + 0.762433.'478'(0.000000) + 1.198555.'485'(0.000000) + 1.881461.'489'(0.000000) + 1.785866.'490'(0.000000) + 0.808153.'492'(0.000000) + 0) <= 6.087026 ('437') -> [0.000000]: [surf_maxmin/DEBUG] (1.211341.'473'(0.010573) + 1.444006.'435'(0.019153) + 1.965733.'425'(0.100222) + 2.705498.'424'(0.010573) + 1.672345.'423'(0.100222) + 0.470013.'419'(0.010573) + 1.468639.'417'(0.010573) + 1.010685.'416'(0.100222) + 0.973959.'408'(0.000969) + 2.240537.'404'(0.027066) + 0.951587.'443'(0.000000) + 1.647457.'450'(0.000000) + 0.667378.'453'(0.000000) + 1.406967.'462'(0.000000) + 0.862740.'465'(0.000000) + 2.586013.'472'(0.000000) + 1.289935.'476'(0.000000) + 1.365777.'477'(0.000000) + 0.237414.'480'(0.000000) + 2.463090.'482'(0.000000) + 0.596554.'484'(0.000000) + 1.496589.'498'(0.000000) + 1.552793.'499'(0.000000) + 0) <= 2.968005 ('406') -> [0.000000]: [surf_maxmin/DEBUG] (2.370471.'452'(0.000969) + 2.189663.'448'(0.000969) + 0.533269.'436'(0.048560) + 1.554975.'435'(0.019153) + 2.174767.'420'(0.210294) + 2.291150.'416'(0.100222) + 2.515004.'415'(0.027066) + 2.634585.'408'(0.000969) + 1.509592.'404'(0.027066) + 2.386147.'450'(0.000000) + 1.074516.'454'(0.000000) + 1.751434.'462'(0.000000) + 1.964579.'463'(0.000000) + 1.576746.'465'(0.000000) + 0.819487.'467'(0.000000) + 1.951809.'468'(0.000000) + 2.214464.'480'(0.000000) + 1.554733.'493'(0.000000) + 1.596095.'496'(0.000000) + 0) <= 4.921360 ('414') -> [0.000000]: [surf_maxmin/DEBUG] (1.398670.'494'(0.000969) + 2.357568.'491'(0.048560) + 0.924531.'488'(0.048560) + 1.788557.'457'(0.027066) + 1.362564.'427'(0.019153) + 0.725438.'425'(0.100222) + 0.182534.'422'(0.000969) + 2.806189.'406'(0.019153) + 1.697617.'404'(0.027066) + 1.477786.'445'(0.000000) + 0.960055.'446'(0.000000) + 1.108476.'451'(0.000000) + 1.369468.'453'(0.000000) + 2.858091.'455'(0.000000) + 1.470934.'455'(0.000000) + 1.098322.'456'(0.000000) + 2.319057.'459'(0.000000) + 1.848417.'478'(0.000000) + 1.366189.'480'(0.000000) + 0.500021.'498'(0.000000) + 1.291466.'499'(0.000000) + 0) <= 9.214706 ('479') -> [0.000000]: [surf_maxmin/DEBUG] (0.648842.'457'(0.027066) + 0.192743.'448'(0.000969) + 1.500273.'435'(0.019153) + 1.451003.'432'(0.000969) + 0.753885.'431'(0.000969) + 1.394200.'415'(0.027066) + 1.312266.'409'(0.000969) + 2.290963.'409'(0.000969) + 1.802522.'404'(0.027066) + 1.003601.'430'(0.000000) + 1.520201.'437'(0.000000) + 0.549189.'450'(0.000000) + 1.923509.'459'(0.000000) + 0.727066.'460'(0.000000) + 1.259688.'461'(0.000000) + 0.884550.'462'(0.000000) + 0.117352.'463'(0.000000) + 0.457522.'465'(0.000000) + 1.337211.'467'(0.000000) + 0.688426.'468'(0.000000) + 0.534146.'470'(0.000000) + 1.102142.'471'(0.000000) + 0.993665.'481'(0.000000) + 2.102573.'486'(0.000000) + 2.560780.'492'(0.000000) + 0) <= 8.077774 ('499') -> [0.000000]: [surf_maxmin/DEBUG] (2.142182.'491'(0.048560) + 1.310388.'447'(0.000969) + 1.471137.'440'(0.010573) + 2.245490.'436'(0.048560) + 1.832607.'435'(0.019153) + 2.943613.'433'(0.010573) + 1.728428.'429'(0.027066) + 1.510912.'421'(0.027066) + 1.199570.'413'(0.019153) + 1.139362.'404'(0.027066) + 1.668890.'434'(0.000000) + 1.521520.'437'(0.000000) + 2.008663.'459'(0.000000) + 1.351934.'463'(0.000000) + 2.764947.'465'(0.000000) + 0.469075.'465'(0.000000) + 2.506333.'467'(0.000000) + 1.013880.'477'(0.000000) + 2.345871.'480'(0.000000) + 1.979516.'486'(0.000000) + 1.889079.'487'(0.000000) + 0) <= 3.596849 ('468') -> [0.000000]: [surf_maxmin/DEBUG] (1.220466.'491'(0.048560) + 0.645603.'448'(0.000969) + 1.671820.'447'(0.000969) + 1.317492.'435'(0.019153) + 2.444676.'433'(0.010573) + 1.905526.'432'(0.000969) + 0.869555.'431'(0.000969) + 1.330552.'429'(0.027066) + 2.043992.'419'(0.010573) + 1.366112.'418'(0.019153) + 2.183792.'418'(0.019153) + 1.362822.'412'(0.210294) + 1.465108.'408'(0.000969) + 2.323507.'404'(0.027066) + 2.430136.'430'(0.000000) + 1.057976.'434'(0.000000) + 1.206516.'445'(0.000000) + 1.479333.'451'(0.000000) + 1.978446.'456'(0.000000) + 1.423033.'462'(0.000000) + 1.760316.'466'(0.000000) + 1.452729.'467'(0.000000) + 0.911332.'472'(0.000000) + 1.169650.'474'(0.000000) + 1.128827.'481'(0.000000) + 2.121735.'484'(0.000000) + 1.560542.'489'(0.000000) + 1.198918.'490'(0.000000) + 1.398041.'496'(0.000000) + 0) <= 0.850705 ('498') -> [0.000000]: [surf_maxmin/DEBUG] (1.020809.'427'(0.019153) + 2.659381.'412'(0.210294) + 0.860185.'411'(0.010573) + 2.202632.'407'(0.000969) + 1.711907.'404'(0.027066) + 1.633291.'430'(0.000000) + 2.542510.'439'(0.000000) + 1.663107.'445'(0.000000) + 0.894927.'449'(0.000000) + 2.514570.'454'(0.000000) + 1.626688.'456'(0.000000) + 1.480238.'458'(0.000000) + 0.233509.'461'(0.000000) + 0.950714.'463'(0.000000) + 0.536209.'468'(0.000000) + 1.463579.'474'(0.000000) + 1.833737.'475'(0.000000) + 1.701275.'477'(0.000000) + 0.124676.'480'(0.000000) + 1.336167.'497'(0.000000) + 1.705134.'499'(0.000000) + 0) <= 3.520949 ('456') -> [0.000000]: [surf_maxmin/DEBUG] (0.544288.'473'(0.010573) + 0.851179.'427'(0.019153) + 1.364963.'424'(0.010573) + 1.321844.'412'(0.210294) + 1.748451.'410'(0.019153) + 1.010505.'405'(0.351899) + 0.312389.'404'(0.027066) + 2.222561.'434'(0.000000) + 0.695214.'441'(0.000000) + 0.200409.'453'(0.000000) + 1.513492.'474'(0.000000) + 0.549756.'475'(0.000000) + 2.201783.'478'(0.000000) + 2.056163.'487'(0.000000) + 0.993338.'499'(0.000000) + 0) <= 8.082817 ('407') -> [0.000000]: [surf_maxmin/DEBUG] (1.030560.'491'(0.048560) + 1.446087.'488'(0.048560) + 1.369063.'440'(0.010573) + 1.518246.'431'(0.000969) + 1.565736.'415'(0.027066) + 1.069480.'412'(0.210294) + 0.803923.'404'(0.027066) + 2.033870.'430'(0.000000) + 1.584812.'438'(0.000000) + 1.747790.'439'(0.000000) + 2.829515.'444'(0.000000) + 1.297365.'454'(0.000000) + 2.493228.'455'(0.000000) + 1.737503.'456'(0.000000) + 1.406527.'460'(0.000000) + 0.714806.'466'(0.000000) + 1.952608.'471'(0.000000) + 1.044480.'472'(0.000000) + 1.340257.'474'(0.000000) + 1.631612.'475'(0.000000) + 2.130318.'483'(0.000000) + 1.085450.'486'(0.000000) + 0.603881.'486'(0.000000) + 1.601599.'487'(0.000000) + 0.856213.'496'(0.000000) + 0) <= 9.266826 ('446') -> [0.000000]: [surf_maxmin/DEBUG] (1.478128.'488'(0.048560) + 1.609844.'473'(0.010573) + 1.657993.'452'(0.000969) + 2.578164.'448'(0.000969) + 1.648265.'433'(0.010573) + 1.463866.'424'(0.010573) + 1.281623.'417'(0.010573) + 2.457995.'408'(0.000969) + 0.827707.'404'(0.027066) + 1.425113.'443'(0.000000) + 0.529997.'446'(0.000000) + 2.620876.'450'(0.000000) + 1.003920.'450'(0.000000) + 2.617334.'451'(0.000000) + 0.851986.'461'(0.000000) + 2.155149.'468'(0.000000) + 0.691411.'471'(0.000000) + 1.062801.'474'(0.000000) + 2.869958.'477'(0.000000) + 0.083002.'477'(0.000000) + 2.803436.'479'(0.000000) + 1.200296.'480'(0.000000) + 1.768402.'482'(0.000000) + 1.143127.'490'(0.000000) + 1.499558.'493'(0.000000) + 0) <= 9.602267 ('421') -> [0.000000]: [surf_maxmin/DEBUG] (1.597151.'457'(0.027066) + 0.404312.'448'(0.000969) + 1.440520.'435'(0.019153) + 2.238273.'432'(0.000969) + 1.383850.'429'(0.027066) + 0.736603.'422'(0.000969) + 0.724622.'421'(0.027066) + 2.451895.'415'(0.027066) + 1.271969.'414'(0.000969) + 2.640938.'410'(0.019153) + 1.669466.'407'(0.000969) + 1.483727.'404'(0.027066) + 1.455917.'430'(0.000000) + 2.230272.'461'(0.000000) + 0.455828.'478'(0.000000) + 2.255685.'479'(0.000000) + 2.163367.'482'(0.000000) + 2.039439.'483'(0.000000) + 2.666597.'484'(0.000000) + 1.137848.'484'(0.000000) + 1.070877.'495'(0.000000) + 0) <= 0.291116 ('439') -> [0.000000]: [surf_maxmin/DEBUG] (2.754449.'494'(0.000969) + 1.233115.'491'(0.048560) + 2.504607.'488'(0.048560) + 1.541005.'452'(0.000969) + 1.104259.'448'(0.000969) + 0.874653.'436'(0.048560) + 1.303964.'428'(0.019153) + 0.356081.'425'(0.100222) + 1.179552.'423'(0.100222) + 1.202091.'419'(0.010573) + 1.398710.'418'(0.019153) + 0.681358.'416'(0.100222) + 0.207936.'410'(0.019153) + 1.830722.'405'(0.351899) + 1.119503.'404'(0.027066) + 1.422038.'441'(0.000000) + 2.772961.'444'(0.000000) + 0.875264.'445'(0.000000) + 2.521345.'458'(0.000000) + 1.251999.'472'(0.000000) + 1.246391.'485'(0.000000) + 1.737211.'489'(0.000000) + 2.053436.'492'(0.000000) + 2.284073.'496'(0.000000) + 0) <= 7.950875 ('455') -> [0.000000]: [surf_maxmin/DEBUG] (2.029036.'494'(0.000969) + 0.709179.'488'(0.048560) + 1.107071.'473'(0.010573) + 2.513969.'469'(0.010573) + 2.664787.'447'(0.000969) + 1.486832.'436'(0.048560) + 2.118072.'431'(0.000969) + 0.293182.'429'(0.027066) + 0.907435.'427'(0.019153) + 0.765462.'426'(0.351899) + 2.095129.'425'(0.100222) + 1.133436.'421'(0.027066) + 0.829852.'414'(0.000969) + 2.320315.'413'(0.019153) + 1.891204.'411'(0.010573) + 2.459206.'407'(0.000969) + 0.950340.'405'(0.351899) + 0.881288.'404'(0.027066) + 1.639226.'437'(0.000000) + 1.316599.'445'(0.000000) + 0.824212.'450'(0.000000) + 1.017222.'453'(0.000000) + 1.483385.'454'(0.000000) + 0.628014.'456'(0.000000) + 0.795554.'458'(0.000000) + 0.562677.'476'(0.000000) + 1.134663.'478'(0.000000) + 1.670526.'483'(0.000000) + 1.217651.'483'(0.000000) + 0) <= 3.109799 ('440') -> [0.000000]: [surf_maxmin/DEBUG] (2.261742.'494'(0.000969) + 2.291137.'440'(0.010573) + 1.679156.'428'(0.019153) + 2.080973.'426'(0.351899) + 1.948546.'425'(0.100222) + 0.843881.'421'(0.027066) + 0.467261.'414'(0.000969) + 3.316757.'414'(0.000969) + 2.850029.'410'(0.019153) + 0.843171.'408'(0.000969) + 2.309354.'407'(0.000969) + 1.763244.'405'(0.351899) + 1.751578.'453'(0.000000) + 2.339484.'454'(0.000000) + 2.224492.'455'(0.000000) + 1.635251.'471'(0.000000) + 1.490616.'480'(0.000000) + 0.943587.'490'(0.000000) + 1.515687.'498'(0.000000) + 1.888586.'500'(0.000000) + 0) <= 3.989448 ('435') -> [0.000000]: [surf_maxmin/DEBUG] (2.210096.'494'(0.000969) + 1.295978.'469'(0.010573) + 2.327318.'457'(0.027066) + 2.102085.'452'(0.000969) + 1.059529.'440'(0.010573) + 0.664652.'436'(0.048560) + 1.843490.'435'(0.019153) + 2.115910.'426'(0.351899) + 2.466825.'424'(0.010573) + 1.647237.'418'(0.019153) + 2.145780.'406'(0.019153) + 0.875358.'405'(0.351899) + 2.295288.'438'(0.000000) + 1.172995.'439'(0.000000) + 1.252104.'445'(0.000000) + 1.175546.'454'(0.000000) + 0.991682.'456'(0.000000) + 1.263117.'460'(0.000000) + 1.906862.'468'(0.000000) + 2.162328.'480'(0.000000) + 1.123815.'499'(0.000000) + 1.825211.'500'(0.000000) + 0) <= 5.631875 ('426') -> [0.000000]: [surf_maxmin/DEBUG] (2.058937.'469'(0.010573) + 1.882237.'447'(0.000969) + 1.312703.'429'(0.027066) + 1.319976.'425'(0.100222) + 0.993081.'422'(0.000969) + 1.578224.'415'(0.027066) + 0.604210.'414'(0.000969) + 1.438775.'410'(0.019153) + 1.038804.'405'(0.351899) + 1.437852.'430'(0.000000) + 1.923874.'443'(0.000000) + 1.525687.'446'(0.000000) + 1.602648.'453'(0.000000) + 2.065837.'458'(0.000000) + 1.845366.'463'(0.000000) + 1.490362.'471'(0.000000) + 1.218151.'484'(0.000000) + 1.116331.'485'(0.000000) + 0.785291.'487'(0.000000) + 0.983199.'495'(0.000000) + 1.887398.'498'(0.000000) + 0.904309.'499'(0.000000) + 0.688624.'500'(0.000000) + 0) <= 9.126268 ('447') -> [0.000000]: [surf_maxmin/DEBUG] (1.431823.'473'(0.010573) + 1.438738.'452'(0.000969) + 1.800048.'448'(0.000969) + 2.088006.'440'(0.010573) + 2.087217.'436'(0.048560) + 1.256644.'431'(0.000969) + 2.153018.'427'(0.019153) + 2.145275.'419'(0.010573) + 1.055229.'417'(0.010573) + 1.935115.'409'(0.000969) + 0.115038.'405'(0.351899) + 1.246938.'430'(0.000000) + 1.046738.'441'(0.000000) + 1.032855.'443'(0.000000) + 1.491497.'446'(0.000000) + 1.416941.'451'(0.000000) + 2.229102.'453'(0.000000) + 2.370331.'455'(0.000000) + 1.704982.'462'(0.000000) + 2.381785.'464'(0.000000) + 0.820071.'471'(0.000000) + 2.314458.'474'(0.000000) + 2.447387.'475'(0.000000) + 2.339078.'485'(0.000000) + 0) <= 4.860990 ('472') -> [0.000000]: [surf_maxmin/DEBUG] (1.297496.'494'(0.000969) + 0.611378.'428'(0.019153) + 2.128426.'427'(0.019153) + 2.234502.'422'(0.000969) + 0.633896.'420'(0.210294) + 1.240013.'419'(0.010573) + 1.767333.'416'(0.100222) + 0.172942.'411'(0.010573) + 1.363329.'408'(0.000969) + 1.651801.'406'(0.019153) + 0.795602.'405'(0.351899) + 1.061936.'430'(0.000000) + 0.759847.'437'(0.000000) + 1.887475.'442'(0.000000) + 2.079645.'445'(0.000000) + 2.404886.'450'(0.000000) + 1.251936.'455'(0.000000) + 1.761971.'456'(0.000000) + 0.849145.'459'(0.000000) + 1.103540.'461'(0.000000) + 2.675561.'464'(0.000000) + 2.237950.'471'(0.000000) + 1.584420.'476'(0.000000) + 2.118940.'481'(0.000000) + 1.313984.'482'(0.000000) + 2.032226.'485'(0.000000) + 0) <= 9.835966 ('487') -> [0.000000]: [surf_maxmin/DEBUG] (1.818483.'491'(0.048560) + 0.151430.'469'(0.010573) + 1.605048.'431'(0.000969) + 1.386879.'428'(0.019153) + 2.449565.'426'(0.351899) + 1.642252.'419'(0.010573) + 0.463628.'417'(0.010573) + 2.014818.'413'(0.019153) + 1.407707.'412'(0.210294) + 1.814813.'407'(0.000969) + 1.690881.'406'(0.019153) + 1.764206.'430'(0.000000) + 0.641956.'437'(0.000000) + 1.164274.'439'(0.000000) + 0.813759.'441'(0.000000) + 0.655025.'444'(0.000000) + 1.264733.'449'(0.000000) + 2.096933.'450'(0.000000) + 0.387003.'450'(0.000000) + 0.983000.'451'(0.000000) + 0.289995.'451'(0.000000) + 0.838606.'454'(0.000000) + 2.409277.'463'(0.000000) + 1.406949.'467'(0.000000) + 1.872676.'475'(0.000000) + 1.256534.'478'(0.000000) + 1.742104.'483'(0.000000) + 1.267739.'490'(0.000000) + 0) <= 2.535882 ('417') -> [0.000000]: [surf_maxmin/DEBUG] (0.926815.'494'(0.000969) + 0.390063.'440'(0.010573) + 1.978679.'436'(0.048560) + 1.665912.'424'(0.010573) + 2.106684.'423'(0.100222) + 1.519180.'421'(0.027066) + 1.111018.'418'(0.019153) + 1.223712.'408'(0.000969) + 1.935222.'406'(0.019153) + 1.666461.'437'(0.000000) + 2.440437.'438'(0.000000) + 1.447129.'449'(0.000000) + 2.338161.'459'(0.000000) + 1.969240.'463'(0.000000) + 1.721033.'471'(0.000000) + 1.807483.'477'(0.000000) + 3.105102.'479'(0.000000) + 1.090643.'479'(0.000000) + 1.610321.'482'(0.000000) + 1.846542.'483'(0.000000) + 1.114019.'489'(0.000000) + 1.053614.'495'(0.000000) + 0) <= 7.029421 ('477') -> [0.000000]: [surf_maxmin/DEBUG] (1.532432.'494'(0.000969) + 2.002161.'491'(0.048560) + 1.837057.'473'(0.010573) + 2.097834.'452'(0.000969) + 1.890880.'448'(0.000969) + 1.129679.'435'(0.019153) + 1.425640.'433'(0.010573) + 2.217421.'432'(0.000969) + 1.479532.'426'(0.351899) + 1.024448.'425'(0.100222) + 0.905643.'421'(0.027066) + 1.923313.'417'(0.010573) + 1.641331.'410'(0.019153) + 1.427923.'406'(0.019153) + 1.808991.'438'(0.000000) + 1.606329.'443'(0.000000) + 1.607243.'450'(0.000000) + 1.356356.'451'(0.000000) + 2.236524.'455'(0.000000) + 1.125892.'470'(0.000000) + 0.881277.'471'(0.000000) + 0.252885.'472'(0.000000) + 1.355103.'487'(0.000000) + 1.848560.'490'(0.000000) + 2.269133.'493'(0.000000) + 1.654004.'499'(0.000000) + 0) <= 1.190954 ('412') -> [0.000000]: [surf_maxmin/DEBUG] (2.547997.'494'(0.000969) + 1.601322.'447'(0.000969) + 1.518242.'431'(0.000969) + 1.656758.'429'(0.027066) + 2.265921.'420'(0.210294) + 2.309063.'411'(0.010573) + 1.559697.'410'(0.019153) + 0.064308.'407'(0.000969) + 1.145233.'407'(0.000969) + 1.857082.'437'(0.000000) + 1.538448.'439'(0.000000) + 1.851689.'449'(0.000000) + 2.553969.'453'(0.000000) + 1.224701.'463'(0.000000) + 2.227685.'467'(0.000000) + 1.429409.'468'(0.000000) + 2.759284.'474'(0.000000) + 0.965102.'489'(0.000000) + 0.581267.'492'(0.000000) + 1.421293.'495'(0.000000) + 0.933282.'498'(0.000000) + 0.495351.'499'(0.000000) + 0.964685.'500'(0.000000) + 0) <= 8.302155 ('480') -> [0.000000]: [surf_maxmin/DEBUG] (2.464964.'473'(0.010573) + 0.992799.'433'(0.010573) + 2.966048.'432'(0.000969) + 0.320460.'429'(0.027066) + 0.335291.'427'(0.019153) + 1.413554.'424'(0.010573) + 0.496237.'418'(0.019153) + 2.824868.'418'(0.019153) + 0.634702.'414'(0.000969) + 0.685864.'411'(0.010573) + 2.242325.'407'(0.000969) + 0.665319.'437'(0.000000) + 1.944051.'442'(0.000000) + 1.139336.'453'(0.000000) + 1.848358.'462'(0.000000) + 2.138439.'463'(0.000000) + 1.779028.'464'(0.000000) + 2.425790.'465'(0.000000) + 1.086221.'471'(0.000000) + 1.060629.'476'(0.000000) + 0.839852.'486'(0.000000) + 0.912505.'493'(0.000000) + 0.392703.'497'(0.000000) + 1.641524.'500'(0.000000) + 0) <= 5.235122 ('495') -> [0.000000]: [surf_maxmin/DEBUG] (2.003447.'488'(0.048560) + 1.024232.'473'(0.010573) + 1.252786.'469'(0.010573) + 1.017880.'452'(0.000969) + 1.771024.'447'(0.000969) + 0.338223.'435'(0.019153) + 1.807765.'433'(0.010573) + 2.091360.'429'(0.027066) + 1.390865.'411'(0.010573) + 1.996435.'407'(0.000969) + 2.220742.'437'(0.000000) + 1.097785.'442'(0.000000) + 2.293327.'443'(0.000000) + 1.895416.'444'(0.000000) + 1.975254.'445'(0.000000) + 1.309369.'451'(0.000000) + 2.194445.'466'(0.000000) + 0.340950.'470'(0.000000) + 1.025784.'471'(0.000000) + 1.595457.'472'(0.000000) + 0.895677.'476'(0.000000) + 1.446275.'482'(0.000000) + 0.980500.'483'(0.000000) + 0.725281.'483'(0.000000) + 0) <= 3.541380 ('405') -> [0.000000]: [surf_maxmin/DEBUG] (2.119913.'491'(0.048560) + 0.496563.'469'(0.010573) + 1.673161.'429'(0.027066) + 0.842201.'425'(0.100222) + 2.024051.'423'(0.100222) + 1.413447.'422'(0.000969) + 2.272609.'418'(0.019153) + 0.916786.'413'(0.019153) + 1.207909.'412'(0.210294) + 0.974930.'408'(0.000969) + 2.216548.'407'(0.000969) + 2.171554.'450'(0.000000) + 1.151875.'450'(0.000000) + 1.634247.'461'(0.000000) + 1.226115.'462'(0.000000) + 0.853638.'476'(0.000000) + 1.141630.'489'(0.000000) + 1.335179.'492'(0.000000) + 2.470247.'493'(0.000000) + 1.755673.'498'(0.000000) + 0) <= 6.283088 ('493') -> [0.000000]: [surf_maxmin/DEBUG] (1.252703.'469'(0.010573) + 2.648203.'436'(0.048560) + 1.809768.'426'(0.351899) + 0.729113.'424'(0.010573) + 0.832987.'417'(0.010573) + 0.716404.'413'(0.019153) + 1.299355.'412'(0.210294) + 2.110216.'411'(0.010573) + 0.570718.'409'(0.000969) + 1.067053.'407'(0.000969) + 1.469003.'442'(0.000000) + 0.526640.'444'(0.000000) + 1.344165.'445'(0.000000) + 0.810848.'446'(0.000000) + 1.683701.'456'(0.000000) + 1.655087.'466'(0.000000) + 1.733033.'472'(0.000000) + 1.554546.'478'(0.000000) + 0.711012.'481'(0.000000) + 2.104750.'483'(0.000000) + 2.451502.'485'(0.000000) + 1.278131.'486'(0.000000) + 1.693256.'489'(0.000000) + 0.107020.'492'(0.000000) + 0.571861.'493'(0.000000) + 1.666502.'496'(0.000000) + 0.251178.'500'(0.000000) + 0) <= 6.670591 ('431') -> [0.000000]: [surf_maxmin/DEBUG] (2.238676.'494'(0.000969) + 2.109853.'488'(0.048560) + 1.675118.'469'(0.010573) + 1.601963.'436'(0.048560) + 1.530242.'433'(0.010573) + 1.894697.'429'(0.027066) + 1.404460.'425'(0.100222) + 0.661212.'417'(0.010573) + 1.917345.'412'(0.210294) + 2.267127.'408'(0.000969) + 2.036803.'450'(0.000000) + 1.030435.'456'(0.000000) + 2.141814.'459'(0.000000) + 0.545329.'461'(0.000000) + 1.964075.'468'(0.000000) + 1.526032.'470'(0.000000) + 1.695187.'475'(0.000000) + 2.205865.'489'(0.000000) + 1.866081.'492'(0.000000) + 1.571196.'493'(0.000000) + 2.440031.'499'(0.000000) + 0) <= 7.534345 ('497') -> [0.000000]: [surf_maxmin/DEBUG] (2.387255.'488'(0.048560) + 0.799801.'447'(0.000969) + 1.853043.'435'(0.019153) + 0.310098.'432'(0.000969) + 1.920191.'426'(0.351899) + 1.567595.'425'(0.100222) + 1.085314.'420'(0.210294) + 0.883177.'417'(0.010573) + 1.860697.'415'(0.027066) + 2.332593.'411'(0.010573) + 1.344396.'409'(0.000969) + 2.148073.'409'(0.000969) + 1.464116.'408'(0.000969) + 1.467490.'430'(0.000000) + 0.228973.'437'(0.000000) + 0.727488.'441'(0.000000) + 1.634750.'445'(0.000000) + 0.132742.'455'(0.000000) + 1.920575.'456'(0.000000) + 1.058394.'464'(0.000000) + 2.531893.'466'(0.000000) + 0.812703.'474'(0.000000) + 1.578998.'499'(0.000000) + 0.765028.'500'(0.000000) + 0) <= 4.743166 ('441') -> [0.000000]: [surf_maxmin/DEBUG] (1.887845.'469'(0.010573) + 1.811615.'457'(0.027066) + 1.578590.'448'(0.000969) + 1.427831.'440'(0.010573) + 2.805004.'436'(0.048560) + 1.226149.'432'(0.000969) + 1.256482.'428'(0.019153) + 1.228805.'426'(0.351899) + 1.813287.'425'(0.100222) + 1.036667.'424'(0.010573) + 2.172757.'423'(0.100222) + 1.029346.'414'(0.000969) + 1.217397.'411'(0.010573) + 2.502624.'408'(0.000969) + 1.459237.'434'(0.000000) + 2.523120.'437'(0.000000) + 1.349475.'439'(0.000000) + 0.062746.'439'(0.000000) + 2.204772.'445'(0.000000) + 0.616039.'449'(0.000000) + 0.856022.'451'(0.000000) + 2.315737.'458'(0.000000) + 2.567554.'462'(0.000000) + 1.254105.'468'(0.000000) + 2.596306.'487'(0.000000) + 1.966748.'492'(0.000000) + 2.929650.'498'(0.000000) + 0) <= 9.325947 ('459') -> [0.000000]: [surf_maxmin/DEBUG] (2.218610.'427'(0.019153) + 1.717385.'425'(0.100222) + 1.447844.'423'(0.100222) + 1.745651.'417'(0.010573) + 1.725431.'416'(0.100222) + 0.721556.'408'(0.000969) + 1.713191.'434'(0.000000) + 2.733017.'446'(0.000000) + 2.540675.'449'(0.000000) + 0.595382.'449'(0.000000) + 0.387036.'463'(0.000000) + 1.445029.'470'(0.000000) + 0.877302.'481'(0.000000) + 0.467341.'485'(0.000000) + 2.286837.'490'(0.000000) + 1.666792.'493'(0.000000) + 1.174182.'493'(0.000000) + 1.333668.'497'(0.000000) + 0) <= 0.551801 ('401') -> [0.000000]: [surf_maxmin/DEBUG] (0.630316.'491'(0.048560) + 1.224221.'457'(0.027066) + 1.564912.'447'(0.000969) + 1.566863.'431'(0.000969) + 2.610062.'425'(0.100222) + 1.852576.'422'(0.000969) + 0.623229.'419'(0.010573) + 1.223438.'411'(0.010573) + 1.828619.'410'(0.019153) + 0.978575.'408'(0.000969) + 1.451668.'430'(0.000000) + 1.741036.'442'(0.000000) + 1.314989.'443'(0.000000) + 1.450788.'445'(0.000000) + 1.678235.'453'(0.000000) + 2.152361.'465'(0.000000) + 2.148400.'467'(0.000000) + 1.512024.'470'(0.000000) + 1.597538.'472'(0.000000) + 1.095736.'474'(0.000000) + 0) <= 9.814687 ('434') -> [0.000000]: [surf_maxmin/DEBUG] (2.051285.'488'(0.048560) + 0.453746.'473'(0.010573) + 0.370602.'469'(0.010573) + 1.737726.'432'(0.000969) + 1.351281.'425'(0.100222) + 2.261315.'423'(0.100222) + 2.213183.'420'(0.210294) + 1.169617.'415'(0.027066) + 0.403602.'409'(0.000969) + 1.657792.'430'(0.000000) + 2.166569.'438'(0.000000) + 1.111179.'454'(0.000000) + 2.823868.'455'(0.000000) + 0.559822.'456'(0.000000) + 2.150182.'458'(0.000000) + 2.154159.'460'(0.000000) + 1.993547.'466'(0.000000) + 0.326590.'467'(0.000000) + 0.767163.'468'(0.000000) + 1.476622.'471'(0.000000) + 1.838404.'475'(0.000000) + 2.214298.'482'(0.000000) + 1.728965.'483'(0.000000) + 0.412810.'484'(0.000000) + 0.876344.'493'(0.000000) + 1.352527.'497'(0.000000) + 0.596919.'498'(0.000000) + 0) <= 8.004764 ('471') -> [0.000000]: [surf_maxmin/DEBUG] (1.083844.'447'(0.000969) + 0.241130.'433'(0.010573) + 1.978594.'432'(0.000969) + 1.662174.'431'(0.000969) + 1.331279.'423'(0.100222) + 1.137908.'420'(0.210294) + 1.631373.'419'(0.010573) + 1.413878.'409'(0.000969) + 1.343353.'434'(0.000000) + 2.379619.'442'(0.000000) + 1.655218.'449'(0.000000) + 1.187170.'458'(0.000000) + 2.130839.'459'(0.000000) + 0.996895.'470'(0.000000) + 2.751819.'472'(0.000000) + 1.392959.'477'(0.000000) + 1.967932.'478'(0.000000) + 3.473837.'486'(0.000000) + 0.214022.'486'(0.000000) + 1.765616.'495'(0.000000) + 1.765558.'498'(0.000000) + 0) <= 9.876963 ('476') -> [0.000000]: [surf_maxmin/DEBUG] (1.787245.'473'(0.010573) + 1.494621.'457'(0.027066) + 1.686784.'448'(0.000969) + 1.880226.'435'(0.019153) + 2.411854.'428'(0.019153) + 0.628903.'425'(0.100222) + 1.440700.'423'(0.100222) + 1.502936.'422'(0.000969) + 0.843337.'419'(0.010573) + 1.855965.'416'(0.100222) + 1.317239.'415'(0.027066) + 2.046681.'410'(0.019153) + 1.485083.'438'(0.000000) + 1.473546.'439'(0.000000) + 1.994838.'446'(0.000000) + 0.718009.'449'(0.000000) + 1.576772.'451'(0.000000) + 0.684495.'460'(0.000000) + 0.585803.'461'(0.000000) + 1.876332.'466'(0.000000) + 2.376635.'483'(0.000000) + 0.802895.'495'(0.000000) + 2.125912.'497'(0.000000) + 0) <= 1.884146 ('422') -> [0.000000]: [surf_maxmin/DEBUG] (1.610323.'452'(0.000969) + 1.348878.'440'(0.010573) + 2.093029.'435'(0.019153) + 2.221128.'433'(0.010573) + 1.606355.'432'(0.000969) + 1.367183.'431'(0.000969) + 2.591042.'428'(0.019153) + 1.198953.'426'(0.351899) + 0.644407.'423'(0.100222) + 1.977968.'413'(0.019153) + 0.468753.'410'(0.019153) + 2.296643.'434'(0.000000) + 2.119805.'438'(0.000000) + 1.982796.'442'(0.000000) + 2.377788.'464'(0.000000) + 1.346830.'464'(0.000000) + 1.640986.'470'(0.000000) + 1.971031.'474'(0.000000) + 0.513652.'475'(0.000000) + 2.172913.'481'(0.000000) + 1.636116.'484'(0.000000) + 1.851241.'486'(0.000000) + 1.251378.'496'(0.000000) + 0) <= 6.161248 ('425') -> [0.000000]: [surf_maxmin/DEBUG] (1.185546.'494'(0.000969) + 1.499697.'469'(0.010573) + 1.210578.'447'(0.000969) + 1.276222.'424'(0.010573) + 1.357066.'415'(0.027066) + 2.439797.'411'(0.010573) + 2.128020.'434'(0.000000) + 0.927522.'438'(0.000000) + 2.719062.'442'(0.000000) + 0.370906.'442'(0.000000) + 1.135043.'446'(0.000000) + 1.347575.'460'(0.000000) + 0.493900.'462'(0.000000) + 1.855969.'467'(0.000000) + 1.281544.'471'(0.000000) + 0.940484.'472'(0.000000) + 2.378695.'477'(0.000000) + 2.282096.'478'(0.000000) + 0.936060.'481'(0.000000) + 1.327347.'484'(0.000000) + 0.961322.'499'(0.000000) + 2.156299.'500'(0.000000) + 0) <= 9.944312 ('461') -> [0.000000]: [surf_maxmin/DEBUG] (1.490428.'473'(0.010573) + 1.026629.'448'(0.000969) + 2.237751.'436'(0.048560) + 1.109789.'429'(0.027066) + 0.919435.'423'(0.100222) + 2.068641.'413'(0.019153) + 1.189947.'412'(0.210294) + 2.382912.'437'(0.000000) + 1.370086.'442'(0.000000) + 2.721591.'445'(0.000000) + 1.498618.'446'(0.000000) + 2.181588.'449'(0.000000) + 1.598694.'454'(0.000000) + 1.751972.'455'(0.000000) + 1.722090.'458'(0.000000) + 1.477695.'460'(0.000000) + 0.467745.'461'(0.000000) + 2.538981.'464'(0.000000) + 1.648279.'479'(0.000000) + 1.810523.'485'(0.000000) + 1.037855.'486'(0.000000) + 2.333914.'487'(0.000000) + 1.420505.'490'(0.000000) + 0.846849.'490'(0.000000) + 1.542395.'495'(0.000000) + 0) <= 9.611031 ('464') -> [0.000000]: [surf_maxmin/DEBUG] (1.639427.'452'(0.000969) + 1.705910.'429'(0.027066) + 2.103268.'427'(0.019153) + 1.402736.'420'(0.210294) + 1.651637.'419'(0.010573) + 2.304786.'418'(0.019153) + 1.661945.'417'(0.010573) + 0.841992.'412'(0.210294) + 0.796805.'434'(0.000000) + 0.620977.'442'(0.000000) + 2.707501.'450'(0.000000) + 1.632462.'461'(0.000000) + 1.094903.'478'(0.000000) + 1.301424.'479'(0.000000) + 0.736143.'479'(0.000000) + 1.198575.'486'(0.000000) + 1.001718.'487'(0.000000) + 0) <= 2.846859 ('416') -> [0.000000]: [surf_maxmin/DEBUG] (2.091785.'488'(0.048560) + 1.768394.'473'(0.010573) + 0.196161.'440'(0.010573) + 1.846810.'436'(0.048560) + 1.384198.'427'(0.019153) + 1.925743.'425'(0.100222) + 0.791366.'418'(0.019153) + 2.432962.'416'(0.100222) + 1.798684.'412'(0.210294) + 1.800453.'443'(0.000000) + 1.053062.'454'(0.000000) + 0.682616.'455'(0.000000) + 1.514125.'458'(0.000000) + 2.881329.'459'(0.000000) + 0.587995.'461'(0.000000) + 1.587108.'462'(0.000000) + 0.899062.'464'(0.000000) + 2.478258.'475'(0.000000) + 0.968098.'483'(0.000000) + 2.261378.'495'(0.000000) + 0.679608.'496'(0.000000) + 0.763533.'498'(0.000000) + 0) <= 6.842328 ('449') -> [0.000000]: [surf_maxmin/DEBUG] (0.523544.'488'(0.048560) + 2.652881.'473'(0.010573) + 0.223301.'448'(0.000969) + 0.866240.'447'(0.000969) + 1.127031.'432'(0.000969) + 2.752198.'428'(0.019153) + 1.808803.'424'(0.010573) + 1.275839.'419'(0.010573) + 0.399140.'418'(0.019153) + 1.968010.'415'(0.027066) + 1.135711.'412'(0.210294) + 2.235966.'441'(0.000000) + 1.111929.'458'(0.000000) + 1.105548.'459'(0.000000) + 1.454641.'465'(0.000000) + 2.238094.'467'(0.000000) + 1.677959.'468'(0.000000) + 1.626965.'474'(0.000000) + 2.528804.'476'(0.000000) + 1.279938.'476'(0.000000) + 2.398538.'480'(0.000000) + 1.358214.'495'(0.000000) + 0.240243.'500'(0.000000) + 0) <= 8.137325 ('436') -> [0.000000]: [surf_maxmin/DEBUG] (1.461318.'491'(0.048560) + 1.289718.'469'(0.010573) + 0.655061.'416'(0.100222) + 1.260070.'414'(0.000969) + 2.729168.'412'(0.210294) + 2.776157.'430'(0.000000) + 0.680778.'459'(0.000000) + 0.602096.'461'(0.000000) + 2.133478.'476'(0.000000) + 0.228608.'476'(0.000000) + 1.122922.'477'(0.000000) + 0.897740.'477'(0.000000) + 1.232559.'487'(0.000000) + 2.008062.'498'(0.000000) + 0) <= 5.754137 ('433') -> [0.000000]: [surf_maxmin/DEBUG] (1.558883.'494'(0.000969) + 1.475550.'488'(0.048560) + 1.624847.'448'(0.000969) + 1.714030.'440'(0.010573) + 2.609173.'436'(0.048560) + 2.817816.'431'(0.000969) + 0.887564.'429'(0.027066) + 0.762190.'426'(0.351899) + 1.335416.'424'(0.010573) + 1.373335.'415'(0.027066) + 1.298591.'443'(0.000000) + 1.696404.'445'(0.000000) + 0.454977.'451'(0.000000) + 1.331952.'454'(0.000000) + 1.097783.'462'(0.000000) + 0.466264.'465'(0.000000) + 0.860208.'480'(0.000000) + 1.219290.'481'(0.000000) + 2.489400.'485'(0.000000) + 0.462799.'493'(0.000000) + 0) <= 4.461701 ('470') -> [0.000000]: [surf_maxmin/DEBUG] (0.773282.'457'(0.027066) + 1.177945.'452'(0.000969) + 1.768800.'448'(0.000969) + 2.493536.'447'(0.000969) + 1.563153.'440'(0.010573) + 1.312323.'428'(0.019153) + 1.914841.'427'(0.019153) + 2.487726.'422'(0.000969) + 1.627353.'416'(0.100222) + 2.585255.'434'(0.000000) + 0.853388.'439'(0.000000) + 1.379041.'453'(0.000000) + 1.594916.'460'(0.000000) + 1.585877.'465'(0.000000) + 1.581068.'466'(0.000000) + 0.745444.'467'(0.000000) + 0.786586.'468'(0.000000) + 1.906042.'482'(0.000000) + 0.879107.'487'(0.000000) + 2.668858.'490'(0.000000) + 0.897928.'490'(0.000000) + 0.692920.'496'(0.000000) + 1.437571.'500'(0.000000) + 0) <= 9.580135 ('420') -> [0.000000]: [surf_maxmin/DEBUG] (0.440966.'448'(0.000969) + 0.809803.'433'(0.010573) + 2.014407.'420'(0.210294) + 1.826477.'416'(0.100222) + 0.393325.'434'(0.000000) + 2.291457.'441'(0.000000) + 1.388278.'441'(0.000000) + 1.607989.'442'(0.000000) + 1.173076.'456'(0.000000) + 1.801090.'465'(0.000000) + 0.390412.'468'(0.000000) + 1.937433.'470'(0.000000) + 0.721002.'471'(0.000000) + 1.114042.'472'(0.000000) + 0.753172.'476'(0.000000) + 1.051596.'476'(0.000000) + 2.433541.'480'(0.000000) + 0.758714.'484'(0.000000) + 1.078382.'489'(0.000000) + 1.275342.'497'(0.000000) + 0.838197.'498'(0.000000) + 0) <= 6.287879 ('413') -> [0.000000]: [surf_maxmin/DEBUG] (2.058461.'491'(0.048560) + 1.738047.'457'(0.027066) + 2.244793.'448'(0.000969) + 2.201971.'447'(0.000969) + 1.524761.'440'(0.010573) + 1.320568.'431'(0.000969) + 2.327398.'427'(0.019153) + 2.679336.'425'(0.100222) + 1.778966.'430'(0.000000) + 0.964742.'441'(0.000000) + 1.669028.'442'(0.000000) + 1.833072.'449'(0.000000) + 1.666517.'453'(0.000000) + 1.472002.'459'(0.000000) + 1.183614.'461'(0.000000) + 1.181995.'463'(0.000000) + 1.506600.'467'(0.000000) + 2.123344.'468'(0.000000) + 2.729091.'474'(0.000000) + 2.514733.'475'(0.000000) + 0.423555.'477'(0.000000) + 0.476021.'477'(0.000000) + 0.759830.'478'(0.000000) + 1.537318.'479'(0.000000) + 1.354161.'482'(0.000000) + 0.170706.'484'(0.000000) + 1.476827.'486'(0.000000) + 1.841610.'496'(0.000000) + 0) <= 6.494589 ('408') -> [0.000000]: [surf_maxmin/DEBUG] Variables -> [0.000000]: [surf_maxmin/DEBUG] '494'(1.000000) : 0.000969 -> [0.000000]: [surf_maxmin/DEBUG] '491'(1.000000) : 0.048560 -> [0.000000]: [surf_maxmin/DEBUG] '488'(1.000000) : 0.048560 -> [0.000000]: [surf_maxmin/DEBUG] '473'(1.000000) : 0.010573 -> [0.000000]: [surf_maxmin/DEBUG] '469'(1.000000) : 0.010573 -> [0.000000]: [surf_maxmin/DEBUG] '457'(1.000000) : 0.027066 -> [0.000000]: [surf_maxmin/DEBUG] '452'(1.000000) : 0.000969 -> [0.000000]: [surf_maxmin/DEBUG] '448'(1.000000) : 0.000969 -> [0.000000]: [surf_maxmin/DEBUG] '447'(1.000000) : 0.000969 -> [0.000000]: [surf_maxmin/DEBUG] '440'(1.000000) : 0.010573 -> [0.000000]: [surf_maxmin/DEBUG] '436'(1.000000) : 0.048560 -> [0.000000]: [surf_maxmin/DEBUG] '435'(1.000000) : 0.019153 -> [0.000000]: [surf_maxmin/DEBUG] '433'(1.000000) : 0.010573 -> [0.000000]: [surf_maxmin/DEBUG] '432'(1.000000) : 0.000969 -> [0.000000]: [surf_maxmin/DEBUG] '431'(1.000000) : 0.000969 -> [0.000000]: [surf_maxmin/DEBUG] '429'(1.000000) : 0.027066 -> [0.000000]: [surf_maxmin/DEBUG] '428'(1.000000) : 0.019153 -> [0.000000]: [surf_maxmin/DEBUG] '427'(1.000000) : 0.019153 -> [0.000000]: [surf_maxmin/DEBUG] '426'(1.000000) : 0.351899 -> [0.000000]: [surf_maxmin/DEBUG] '425'(1.000000) : 0.100222 -> [0.000000]: [surf_maxmin/DEBUG] '424'(1.000000) : 0.010573 -> [0.000000]: [surf_maxmin/DEBUG] '423'(1.000000) : 0.100222 -> [0.000000]: [surf_maxmin/DEBUG] '422'(1.000000) : 0.000969 -> [0.000000]: [surf_maxmin/DEBUG] '421'(1.000000) : 0.027066 -> [0.000000]: [surf_maxmin/DEBUG] '420'(1.000000) : 0.210294 -> [0.000000]: [surf_maxmin/DEBUG] '419'(1.000000) : 0.010573 -> [0.000000]: [surf_maxmin/DEBUG] '418'(1.000000) : 0.019153 -> [0.000000]: [surf_maxmin/DEBUG] '417'(1.000000) : 0.010573 -> [0.000000]: [surf_maxmin/DEBUG] '416'(1.000000) : 0.100222 -> [0.000000]: [surf_maxmin/DEBUG] '415'(1.000000) : 0.027066 -> [0.000000]: [surf_maxmin/DEBUG] '414'(1.000000) : 0.000969 -> [0.000000]: [surf_maxmin/DEBUG] '413'(1.000000) : 0.019153 -> [0.000000]: [surf_maxmin/DEBUG] '412'(1.000000) : 0.210294 -> [0.000000]: [surf_maxmin/DEBUG] '411'(1.000000) : 0.010573 -> [0.000000]: [surf_maxmin/DEBUG] '410'(1.000000) : 0.019153 -> [0.000000]: [surf_maxmin/DEBUG] '409'(1.000000) : 0.000969 -> [0.000000]: [surf_maxmin/DEBUG] '408'(1.000000) : 0.000969 -> [0.000000]: [surf_maxmin/DEBUG] '407'(1.000000) : 0.000969 -> [0.000000]: [surf_maxmin/DEBUG] '406'(1.000000) : 0.019153 -> [0.000000]: [surf_maxmin/DEBUG] '405'(1.000000) : 0.351899 -> [0.000000]: [surf_maxmin/DEBUG] '404'(1.000000) : 0.027066 -> [0.000000]: [surf_maxmin/DEBUG] '403'(1.000000) : 0.000969 -> [0.000000]: [surf_maxmin/DEBUG] '402'(1.000000) : 0.010573 -> [0.000000]: [surf_maxmin/DEBUG] '401'(1.000000) : 0.048560 -> [0.000000]: [surf_maxmin/DEBUG] '430'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '434'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '437'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '438'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '439'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '441'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '442'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '443'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '444'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '445'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '446'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '449'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '450'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '451'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '453'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '454'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '455'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '456'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '458'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '459'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '460'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '461'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '462'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '463'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '464'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '465'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '466'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '467'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '468'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '470'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '471'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '472'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '474'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '475'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '476'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '477'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '478'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '479'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '480'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '481'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '482'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '483'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '484'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '485'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '486'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '487'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '489'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '490'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '492'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '493'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '495'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '496'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '497'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '498'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '499'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '500'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] Active constraints : 100 +> [0.000000]: [ker_lmm/DEBUG] Constraint '474' usage: 15.910903 remaining: 7.559265 concurrency: 8<=9<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '418' usage: 13.243093 remaining: 8.334927 concurrency: 6<=7<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '457' usage: 15.605644 remaining: 9.560486 concurrency: 8<=8<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '481' usage: 17.991709 remaining: 8.985712 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '478' usage: 13.215122 remaining: 2.172829 concurrency: 5<=6<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '484' usage: 20.994109 remaining: 6.608444 concurrency: 12<=12<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '452' usage: 16.377850 remaining: 0.511428 concurrency: 10<=10<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '432' usage: 17.531184 remaining: 9.227496 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '463' usage: 14.118251 remaining: 7.421301 concurrency: 7<=8<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '423' usage: 22.006748 remaining: 4.774017 concurrency: 11<=11<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '473' usage: 20.819560 remaining: 4.113836 concurrency: 11<=11<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '496' usage: 15.919622 remaining: 2.642384 concurrency: 8<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '483' usage: 23.571487 remaining: 7.598870 concurrency: 10<=10<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '494' usage: 19.274625 remaining: 0.600962 concurrency: 7<=7<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '430' usage: 17.329840 remaining: 2.590976 concurrency: 9<=10<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '403' usage: 14.174014 remaining: 9.794450 concurrency: 8<=9<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '467' usage: 17.163854 remaining: 1.175078 concurrency: 8<=8<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '454' usage: 14.814085 remaining: 2.442909 concurrency: 5<=6<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '409' usage: 17.722473 remaining: 4.413092 concurrency: 9<=10<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '429' usage: 30.596575 remaining: 9.856244 concurrency: 15<=15<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '424' usage: 15.781569 remaining: 6.998436 concurrency: 9<=10<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '428' usage: 21.505484 remaining: 8.161677 concurrency: 10<=10<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '402' usage: 21.058058 remaining: 2.067192 concurrency: 13<=14<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '462' usage: 10.538554 remaining: 1.008273 concurrency: 4<=5<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '482' usage: 16.034714 remaining: 1.426165 concurrency: 8<=9<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '475' usage: 16.311484 remaining: 0.539621 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '469' usage: 13.005617 remaining: 8.499800 concurrency: 8<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '448' usage: 19.047385 remaining: 9.273021 concurrency: 10<=11<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '438' usage: 18.130742 remaining: 4.849311 concurrency: 8<=8<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '466' usage: 15.912451 remaining: 0.123694 concurrency: 8<=9<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '460' usage: 18.678659 remaining: 1.116924 concurrency: 10<=10<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '445' usage: 10.185865 remaining: 3.839026 concurrency: 6<=7<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '419' usage: 14.350092 remaining: 8.924110 concurrency: 6<=6<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '411' usage: 19.947513 remaining: 2.740865 concurrency: 10<=11<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '451' usage: 10.916828 remaining: 2.149792 concurrency: 6<=7<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '458' usage: 17.088930 remaining: 5.834997 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '453' usage: 21.477842 remaining: 8.450552 concurrency: 9<=9<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '465' usage: 18.807019 remaining: 3.715126 concurrency: 10<=10<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '450' usage: 22.821451 remaining: 0.355090 concurrency: 11<=12<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '404' usage: 17.898819 remaining: 6.117439 concurrency: 10<=10<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '490' usage: 17.343034 remaining: 3.737145 concurrency: 10<=11<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '410' usage: 14.768040 remaining: 7.643726 concurrency: 7<=8<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '492' usage: 18.542769 remaining: 2.214828 concurrency: 8<=9<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '444' usage: 15.781060 remaining: 5.660820 concurrency: 6<=7<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '485' usage: 17.441139 remaining: 1.280514 concurrency: 8<=8<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '443' usage: 17.751382 remaining: 2.259884 concurrency: 8<=8<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '442' usage: 15.598028 remaining: 9.649153 concurrency: 7<=8<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '489' usage: 7.688700 remaining: 5.967310 concurrency: 5<=6<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '488' usage: 20.472420 remaining: 7.015528 concurrency: 11<=12<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '486' usage: 14.533560 remaining: 7.699327 concurrency: 7<=8<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '415' usage: 2.914484 remaining: 2.658191 concurrency: 2<=3<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '500' usage: 18.376920 remaining: 1.702501 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '491' usage: 17.776353 remaining: 6.449255 concurrency: 10<=10<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '427' usage: 16.950583 remaining: 0.016422 concurrency: 8<=8<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '437' usage: 21.812672 remaining: 6.087026 concurrency: 11<=12<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '406' usage: 15.162755 remaining: 2.968005 concurrency: 8<=9<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '414' usage: 17.773475 remaining: 4.921360 concurrency: 8<=9<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '479' usage: 13.243669 remaining: 9.214706 concurrency: 6<=6<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '499' usage: 11.346698 remaining: 8.077774 concurrency: 6<=7<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '468' usage: 17.523688 remaining: 3.596849 concurrency: 10<=10<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '498' usage: 22.151025 remaining: 0.850705 concurrency: 12<=12<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '456' usage: 8.454914 remaining: 3.520949 concurrency: 4<=5<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '407' usage: 7.153618 remaining: 8.082817 concurrency: 4<=5<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '446' usage: 8.803095 remaining: 9.266826 concurrency: 6<=6<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '421' usage: 15.003586 remaining: 9.602267 concurrency: 8<=9<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '439' usage: 18.043328 remaining: 0.291116 concurrency: 9<=10<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '455' usage: 19.292004 remaining: 7.950875 concurrency: 11<=11<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '440' usage: 27.155795 remaining: 3.109799 concurrency: 11<=11<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '435' usage: 22.655252 remaining: 3.989448 concurrency: 9<=10<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '426' usage: 20.754258 remaining: 5.631875 concurrency: 10<=10<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '447' usage: 12.226948 remaining: 9.126268 concurrency: 7<=8<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '472' usage: 17.506150 remaining: 4.860990 concurrency: 10<=10<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '487' usage: 13.896719 remaining: 9.835966 concurrency: 7<=7<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '417' usage: 16.445502 remaining: 2.535882 concurrency: 9<=9<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '477' usage: 12.857285 remaining: 7.029421 concurrency: 7<=8<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '412' usage: 22.535293 remaining: 1.190954 concurrency: 13<=14<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '480' usage: 14.668542 remaining: 8.302155 concurrency: 8<=8<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '495' usage: 15.377112 remaining: 5.235122 concurrency: 5<=5<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '405' usage: 14.694017 remaining: 3.541380 concurrency: 9<=9<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '493' usage: 16.158120 remaining: 6.283088 concurrency: 7<=8<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '431' usage: 13.036521 remaining: 6.670591 concurrency: 6<=7<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '497' usage: 17.300693 remaining: 7.534345 concurrency: 9<=9<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '441' usage: 19.956350 remaining: 4.743166 concurrency: 10<=10<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '459' usage: 22.994399 remaining: 9.325947 concurrency: 14<=15<=24 +> [0.000000]: [ker_lmm/DEBUG] Constraint '401' usage: 9.576477 remaining: 0.551801 concurrency: 5<=6<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '434' usage: 14.102811 remaining: 9.814687 concurrency: 7<=8<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '471' usage: 12.012357 remaining: 8.004764 concurrency: 6<=7<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '476' usage: 10.480181 remaining: 9.876963 concurrency: 7<=8<=12 +> [0.000000]: [ker_lmm/DEBUG] Constraint '422' usage: 18.896493 remaining: 1.884146 concurrency: 10<=11<=16 +> [0.000000]: [ker_lmm/DEBUG] Constraint '425' usage: 17.128018 remaining: 6.161248 concurrency: 9<=9<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '461' usage: 8.968907 remaining: 9.944312 concurrency: 6<=7<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '464' usage: 10.042622 remaining: 9.611031 concurrency: 6<=7<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '416' usage: 13.311701 remaining: 2.846859 concurrency: 7<=7<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '449' usage: 14.236103 remaining: 6.842328 concurrency: 7<=8<=9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '436' usage: 14.732697 remaining: 8.137325 concurrency: 7<=8<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '433' usage: 7.395334 remaining: 5.754137 concurrency: 4<=5<=10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '470' usage: 16.158806 remaining: 4.461701 concurrency: 8<=8<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '420' usage: 15.118958 remaining: 9.580135 concurrency: 8<=9<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '413' usage: 5.091653 remaining: 6.287879 concurrency: 2<=4<=40 +> [0.000000]: [ker_lmm/DEBUG] Constraint '408' usage: 16.095336 remaining: 6.494589 concurrency: 8<=8<=16 +> [0.000000]: [ker_lmm/DEBUG] var=403, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000969, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=407, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000969, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=408, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000969, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=409, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000969, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=414, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000969, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=422, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000969, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=431, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000969, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=432, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000969, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=447, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000969, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=448, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000969, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=452, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000969, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=494, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000969, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (403) value to 0.000969 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.000969, Var(403).penalty: 1.000000, Var(403).value: 0.000969 +> [0.000000]: [ker_lmm/DEBUG] Setting var (407) value to 0.000969 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.000969, Var(407).penalty: 1.000000, Var(407).value: 0.000969 +> [0.000000]: [ker_lmm/DEBUG] Setting var (408) value to 0.000969 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.000969, Var(408).penalty: 1.000000, Var(408).value: 0.000969 +> [0.000000]: [ker_lmm/DEBUG] Setting var (409) value to 0.000969 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.000969, Var(409).penalty: 1.000000, Var(409).value: 0.000969 +> [0.000000]: [ker_lmm/DEBUG] Setting var (414) value to 0.000969 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.000969, Var(414).penalty: 1.000000, Var(414).value: 0.000969 +> [0.000000]: [ker_lmm/DEBUG] Setting var (422) value to 0.000969 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.000969, Var(422).penalty: 1.000000, Var(422).value: 0.000969 +> [0.000000]: [ker_lmm/DEBUG] Setting var (431) value to 0.000969 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.000969, Var(431).penalty: 1.000000, Var(431).value: 0.000969 +> [0.000000]: [ker_lmm/DEBUG] Setting var (432) value to 0.000969 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.000969, Var(432).penalty: 1.000000, Var(432).value: 0.000969 +> [0.000000]: [ker_lmm/DEBUG] Setting var (447) value to 0.000969 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.000969, Var(447).penalty: 1.000000, Var(447).value: 0.000969 +> [0.000000]: [ker_lmm/DEBUG] index: 50 cnst_light_num: 100 || usage: 0.000000 remaining: 2.655368 bound: 2.658191 +> [0.000000]: [ker_lmm/DEBUG] Setting var (448) value to 0.000969 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.000969, Var(448).penalty: 1.000000, Var(448).value: 0.000969 +> [0.000000]: [ker_lmm/DEBUG] Setting var (452) value to 0.000969 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.000969, Var(452).penalty: 1.000000, Var(452).value: 0.000969 +> [0.000000]: [ker_lmm/DEBUG] Setting var (494) value to 0.000969 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.000969, Var(494).penalty: 1.000000, Var(494).value: 0.000969 +> [0.000000]: [ker_lmm/DEBUG] index: 53 cnst_light_num: 99 || usage: 0.000000 remaining: 0.000000 bound: 0.016422 +> [0.000000]: [ker_lmm/DEBUG] var=402, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.010573, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=411, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.010573, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=417, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.010573, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=419, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.010573, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=424, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.010573, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=433, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.010573, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=440, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.010573, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=469, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.010573, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=473, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.010573, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (402) value to 0.010573 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.010573, Var(402).penalty: 1.000000, Var(402).value: 0.010573 +> [0.000000]: [ker_lmm/DEBUG] Setting var (411) value to 0.010573 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.010573, Var(411).penalty: 1.000000, Var(411).value: 0.010573 +> [0.000000]: [ker_lmm/DEBUG] Setting var (417) value to 0.010573 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.010573, Var(417).penalty: 1.000000, Var(417).value: 0.010573 +> [0.000000]: [ker_lmm/DEBUG] Setting var (419) value to 0.010573 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.010573, Var(419).penalty: 1.000000, Var(419).value: 0.010573 +> [0.000000]: [ker_lmm/DEBUG] Setting var (424) value to 0.010573 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.010573, Var(424).penalty: 1.000000, Var(424).value: 0.010573 +> [0.000000]: [ker_lmm/DEBUG] Setting var (433) value to 0.010573 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.010573, Var(433).penalty: 1.000000, Var(433).value: 0.010573 +> [0.000000]: [ker_lmm/DEBUG] Setting var (440) value to 0.010573 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.010573, Var(440).penalty: 1.000000, Var(440).value: 0.010573 +> [0.000000]: [ker_lmm/DEBUG] Setting var (469) value to 0.010573 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.010573, Var(469).penalty: 1.000000, Var(469).value: 0.010573 +> [0.000000]: [ker_lmm/DEBUG] Setting var (473) value to 0.010573 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.010573, Var(473).penalty: 1.000000, Var(473).value: 0.010573 +> [0.000000]: [ker_lmm/DEBUG] index: 29 cnst_light_num: 98 || usage: 0.000000 remaining: 0.000000 bound: 0.123694 +> [0.000000]: [ker_lmm/DEBUG] var=406, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.019153, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=410, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.019153, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=413, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.019153, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=418, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.019153, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=427, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.019153, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=428, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.019153, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=435, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.019153, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (406) value to 0.019153 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.019153, Var(406).penalty: 1.000000, Var(406).value: 0.019153 +> [0.000000]: [ker_lmm/DEBUG] Setting var (410) value to 0.019153 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.019153, Var(410).penalty: 1.000000, Var(410).value: 0.019153 +> [0.000000]: [ker_lmm/DEBUG] Setting var (413) value to 0.019153 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.019153, Var(413).penalty: 1.000000, Var(413).value: 0.019153 +> [0.000000]: [ker_lmm/DEBUG] Setting var (418) value to 0.019153 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.019153, Var(418).penalty: 1.000000, Var(418).value: 0.019153 +> [0.000000]: [ker_lmm/DEBUG] Setting var (427) value to 0.019153 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.019153, Var(427).penalty: 1.000000, Var(427).value: 0.019153 +> [0.000000]: [ker_lmm/DEBUG] Setting var (428) value to 0.019153 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.019153, Var(428).penalty: 1.000000, Var(428).value: 0.019153 +> [0.000000]: [ker_lmm/DEBUG] Setting var (435) value to 0.019153 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.019153, Var(435).penalty: 1.000000, Var(435).value: 0.019153 +> [0.000000]: [ker_lmm/DEBUG] index: 38 cnst_light_num: 97 || usage: 0.000000 remaining: 0.000000 bound: 0.355090 +> [0.000000]: [ker_lmm/DEBUG] var=404, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.027066, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=415, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.027066, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=421, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.027066, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=429, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.027066, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=457, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.027066, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (404) value to 0.027066 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.027066, Var(404).penalty: 1.000000, Var(404).value: 0.027066 +> [0.000000]: [ker_lmm/DEBUG] Setting var (415) value to 0.027066 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.027066, Var(415).penalty: 1.000000, Var(415).value: 0.027066 +> [0.000000]: [ker_lmm/DEBUG] index: 90 cnst_light_num: 96 || usage: 0.000000 remaining: 9.850116 bound: 9.944312 +> [0.000000]: [ker_lmm/DEBUG] Setting var (421) value to 0.027066 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.027066, Var(421).penalty: 1.000000, Var(421).value: 0.027066 +> [0.000000]: [ker_lmm/DEBUG] Setting var (429) value to 0.027066 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.027066, Var(429).penalty: 1.000000, Var(429).value: 0.027066 +> [0.000000]: [ker_lmm/DEBUG] index: 77 cnst_light_num: 95 || usage: 0.000000 remaining: 5.092002 bound: 5.235122 +> [0.000000]: [ker_lmm/DEBUG] Setting var (457) value to 0.027066 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.027066, Var(457).penalty: 1.000000, Var(457).value: 0.027066 +> [0.000000]: [ker_lmm/DEBUG] index: 65 cnst_light_num: 94 || usage: 0.000000 remaining: 0.000000 bound: 0.291116 +> [0.000000]: [ker_lmm/DEBUG] index: 58 cnst_light_num: 93 || usage: 0.000000 remaining: 7.939141 bound: 8.077774 +> [0.000000]: [ker_lmm/DEBUG] var=401, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.048560, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=436, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.048560, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=488, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.048560, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=491, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.048560, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (401) value to 0.048560 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.048560, Var(401).penalty: 1.000000, Var(401).value: 0.048560 +> [0.000000]: [ker_lmm/DEBUG] Setting var (436) value to 0.048560 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.048560, Var(436).penalty: 1.000000, Var(436).value: 0.048560 +> [0.000000]: [ker_lmm/DEBUG] index: 49 cnst_light_num: 92 || usage: 0.000000 remaining: 7.481715 bound: 7.699327 +> [0.000000]: [ker_lmm/DEBUG] index: 42 cnst_light_num: 91 || usage: 0.000000 remaining: 1.931852 bound: 2.214828 +> [0.000000]: [ker_lmm/DEBUG] Setting var (488) value to 0.048560 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.048560, Var(488).penalty: 1.000000, Var(488).value: 0.048560 +> [0.000000]: [ker_lmm/DEBUG] index: 78 cnst_light_num: 90 || usage: 0.000000 remaining: 3.318481 bound: 3.541380 +> [0.000000]: [ker_lmm/DEBUG] index: 64 cnst_light_num: 89 || usage: 0.000000 remaining: 9.438127 bound: 9.602267 +> [0.000000]: [ker_lmm/DEBUG] index: 17 cnst_light_num: 88 || usage: 0.000000 remaining: 2.187058 bound: 2.442909 +> [0.000000]: [ker_lmm/DEBUG] index: 39 cnst_light_num: 87 || usage: 0.000000 remaining: 5.903466 bound: 6.117439 +> [0.000000]: [ker_lmm/DEBUG] Setting var (491) value to 0.048560 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.048560, Var(491).penalty: 1.000000, Var(491).value: 0.048560 +> [0.000000]: [ker_lmm/DEBUG] index: 6 cnst_light_num: 86 || usage: 0.000000 remaining: 0.000000 bound: 0.511428 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 85 || usage: 0.000000 remaining: 7.982726 bound: 8.334927 +> [0.000000]: [ker_lmm/DEBUG] index: 26 cnst_light_num: 84 || usage: 0.000000 remaining: 8.276421 bound: 8.499800 +> [0.000000]: [ker_lmm/DEBUG] index: 59 cnst_light_num: 83 || usage: 0.000000 remaining: 3.159247 bound: 3.596849 +> [0.000000]: [ker_lmm/DEBUG] var=416, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.100222, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=423, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.100222, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=425, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.100222, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (416) value to 0.100222 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.100222, Var(416).penalty: 1.000000, Var(416).value: 0.100222 +> [0.000000]: [ker_lmm/DEBUG] index: 29 cnst_light_num: 82 || usage: 0.000000 remaining: 9.310091 bound: 9.580135 +> [0.000000]: [ker_lmm/DEBUG] index: 20 cnst_light_num: 81 || usage: 0.000000 remaining: 6.524891 bound: 6.998436 +> [0.000000]: [ker_lmm/DEBUG] index: 13 cnst_light_num: 80 || usage: 0.000000 remaining: 0.047285 bound: 0.600962 +> [0.000000]: [ker_lmm/DEBUG] Setting var (423) value to 0.100222 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.100222, Var(423).penalty: 1.000000, Var(423).value: 0.100222 +> [0.000000]: [ker_lmm/DEBUG] index: 46 cnst_light_num: 79 || usage: 0.000000 remaining: 9.146212 bound: 9.649153 +> [0.000000]: [ker_lmm/DEBUG] index: 32 cnst_light_num: 78 || usage: 0.000000 remaining: 8.617051 bound: 8.924110 +> [0.000000]: [ker_lmm/DEBUG] index: 74 cnst_light_num: 77 || usage: 0.000000 remaining: 6.598915 bound: 7.029421 +> [0.000000]: [ker_lmm/DEBUG] index: 3 cnst_light_num: 76 || usage: 0.000000 remaining: 8.498979 bound: 8.985712 +> [0.000000]: [ker_lmm/DEBUG] Setting var (425) value to 0.100222 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.100222, Var(425).penalty: 1.000000, Var(425).value: 0.100222 +> [0.000000]: [ker_lmm/DEBUG] index: 57 cnst_light_num: 75 || usage: 0.000000 remaining: 8.806888 bound: 9.214706 +> [0.000000]: [ker_lmm/DEBUG] index: 31 cnst_light_num: 74 || usage: 0.000000 remaining: 3.628631 bound: 3.839026 +> [0.000000]: [ker_lmm/DEBUG] index: 64 cnst_light_num: 73 || usage: 0.000000 remaining: 1.262301 bound: 1.884146 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 72 || usage: 0.000000 remaining: 0.000000 bound: 0.551801 +> [0.000000]: [ker_lmm/DEBUG] index: 36 cnst_light_num: 71 || usage: 0.000000 remaining: 8.135362 bound: 8.450552 +> [0.000000]: [ker_lmm/DEBUG] index: 55 cnst_light_num: 70 || usage: 0.000000 remaining: 2.350944 bound: 2.968005 +> [0.000000]: [ker_lmm/DEBUG] index: 6 cnst_light_num: 69 || usage: 0.000000 remaining: 9.429033 bound: 9.814687 +> [0.000000]: [ker_lmm/DEBUG] index: 50 cnst_light_num: 68 || usage: 0.000000 remaining: 6.012773 bound: 6.494589 +> [0.000000]: [ker_lmm/DEBUG] var=412, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.210294, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=420, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.210294, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (412) value to 0.210294 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.210294, Var(412).penalty: 1.000000, Var(412).value: 0.210294 +> [0.000000]: [ker_lmm/DEBUG] index: 63 cnst_light_num: 67 || usage: 0.000000 remaining: 8.841572 bound: 9.266826 +> [0.000000]: [ker_lmm/DEBUG] index: 24 cnst_light_num: 66 || usage: 0.000000 remaining: 0.775966 bound: 1.426165 +> [0.000000]: [ker_lmm/DEBUG] index: 29 cnst_light_num: 65 || usage: 0.000000 remaining: 6.713608 bound: 7.534345 +> [0.000000]: [ker_lmm/DEBUG] index: 49 cnst_light_num: 64 || usage: 0.000000 remaining: 9.073568 bound: 9.611031 +> [0.000000]: [ker_lmm/DEBUG] index: 28 cnst_light_num: 63 || usage: 0.000000 remaining: 4.107811 bound: 4.849311 +> [0.000000]: [ker_lmm/DEBUG] index: 60 cnst_light_num: 62 || usage: 0.000000 remaining: 0.258908 bound: 0.850705 +> [0.000000]: [ker_lmm/DEBUG] index: 23 cnst_light_num: 61 || usage: 0.000000 remaining: 0.452526 bound: 1.008273 +> [0.000000]: [ker_lmm/DEBUG] index: 24 cnst_light_num: 60 || usage: 0.000000 remaining: 5.773539 bound: 6.842328 +> [0.000000]: [ker_lmm/DEBUG] index: 32 cnst_light_num: 59 || usage: 0.000000 remaining: 7.696635 bound: 8.137325 +> [0.000000]: [ker_lmm/DEBUG] index: 7 cnst_light_num: 58 || usage: 0.000000 remaining: 8.674705 bound: 9.227496 +> [0.000000]: [ker_lmm/DEBUG] index: 54 cnst_light_num: 57 || usage: 0.000000 remaining: 5.082447 bound: 6.087026 +> [0.000000]: [ker_lmm/DEBUG] index: 42 cnst_light_num: 56 || usage: 0.000000 remaining: 5.028741 bound: 5.754137 +> [0.000000]: [ker_lmm/DEBUG] index: 23 cnst_light_num: 55 || usage: 0.000000 remaining: 2.884584 bound: 3.520949 +> [0.000000]: [ker_lmm/DEBUG] index: 30 cnst_light_num: 54 || usage: 0.000000 remaining: 0.487693 bound: 1.116924 +> [0.000000]: [ker_lmm/DEBUG] index: 13 cnst_light_num: 53 || usage: 0.000000 remaining: 5.522783 bound: 6.283088 +> [0.000000]: [ker_lmm/DEBUG] Setting var (420) value to 0.210294 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.210294, Var(420).penalty: 1.000000, Var(420).value: 0.210294 +> [0.000000]: [ker_lmm/DEBUG] index: 23 cnst_light_num: 52 || usage: 0.000000 remaining: 4.062818 bound: 4.921360 +> [0.000000]: [ker_lmm/DEBUG] index: 39 cnst_light_num: 51 || usage: 0.000000 remaining: 7.035226 bound: 8.004764 +> [0.000000]: [ker_lmm/DEBUG] index: 16 cnst_light_num: 50 || usage: 0.000000 remaining: 0.000000 bound: 1.175078 +> [0.000000]: [ker_lmm/DEBUG] index: 7 cnst_light_num: 49 || usage: 0.000000 remaining: 7.719856 bound: 8.302155 +> [0.000000]: [ker_lmm/DEBUG] index: 25 cnst_light_num: 48 || usage: 0.000000 remaining: 0.127162 bound: 0.539621 +> [0.000000]: [ker_lmm/DEBUG] index: 9 cnst_light_num: 47 || usage: 0.000000 remaining: 3.783421 bound: 4.774017 +> [0.000000]: [ker_lmm/DEBUG] index: 32 cnst_light_num: 46 || usage: 0.000000 remaining: 2.207584 bound: 2.846859 +> [0.000000]: [ker_lmm/DEBUG] index: 44 cnst_light_num: 45 || usage: 0.000000 remaining: 0.809172 bound: 1.280514 +> [0.000000]: [ker_lmm/DEBUG] index: 41 cnst_light_num: 44 || usage: 0.000000 remaining: 6.986383 bound: 7.643726 +> [0.000000]: [ker_lmm/DEBUG] index: 35 cnst_light_num: 43 || usage: 0.000000 remaining: 5.281663 bound: 5.834997 +> [0.000000]: [ker_lmm/DEBUG] index: 10 cnst_light_num: 42 || usage: 0.000000 remaining: 3.513029 bound: 4.113836 +> [0.000000]: [ker_lmm/DEBUG] index: 30 cnst_light_num: 41 || usage: 0.000000 remaining: 5.672220 bound: 6.287879 +> [0.000000]: [ker_lmm/DEBUG] index: 17 cnst_light_num: 40 || usage: 0.000000 remaining: 9.478500 bound: 9.876963 +> [0.000000]: [ker_lmm/DEBUG] index: 12 cnst_light_num: 39 || usage: 0.000000 remaining: 6.563377 bound: 7.598870 +> [0.000000]: [ker_lmm/DEBUG] index: 7 cnst_light_num: 38 || usage: 0.000000 remaining: 5.902852 bound: 7.015528 +> [0.000000]: [ker_lmm/DEBUG] var=405, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.351899, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=426, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.351899, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (405) value to 0.351899 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.351899, Var(405).penalty: 1.000000, Var(405).value: 0.351899 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 37 || usage: 0.000000 remaining: 8.934753 bound: 9.560486 +> [0.000000]: [ker_lmm/DEBUG] index: 16 cnst_light_num: 36 || usage: 0.000000 remaining: 6.756487 bound: 7.950875 +> [0.000000]: [ker_lmm/DEBUG] index: 8 cnst_light_num: 35 || usage: 0.000000 remaining: 6.370281 bound: 7.421301 +> [0.000000]: [ker_lmm/DEBUG] index: 28 cnst_light_num: 34 || usage: 0.000000 remaining: 7.370813 bound: 8.082817 +> [0.000000]: [ker_lmm/DEBUG] index: 22 cnst_light_num: 33 || usage: 0.000000 remaining: 0.910847 bound: 2.067192 +> [0.000000]: [ker_lmm/DEBUG] index: 25 cnst_light_num: 32 || usage: 0.000000 remaining: 5.343523 bound: 5.967310 +> [0.000000]: [ker_lmm/DEBUG] index: 4 cnst_light_num: 31 || usage: 0.000000 remaining: 1.526208 bound: 2.172829 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 30 || usage: 0.000000 remaining: 8.497479 bound: 9.126268 +> [0.000000]: [ker_lmm/DEBUG] index: 15 cnst_light_num: 29 || usage: 0.000000 remaining: 9.498359 bound: 9.794450 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 28 || usage: 0.000000 remaining: 4.600633 bound: 4.860990 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 27 || usage: 0.000000 remaining: 9.141769 bound: 9.835966 +> [0.000000]: [ker_lmm/DEBUG] index: 5 cnst_light_num: 26 || usage: 0.000000 remaining: 5.337399 bound: 6.608444 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 25 || usage: 0.000000 remaining: 8.043779 bound: 9.273021 +> [0.000000]: [ker_lmm/DEBUG] Setting var (426) value to 0.351899 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.351899, Var(426).penalty: 1.000000, Var(426).value: 0.351899 +> [0.000000]: [ker_lmm/DEBUG] index: 22 cnst_light_num: 24 || usage: 0.000000 remaining: 0.590134 bound: 2.259884 +> [0.000000]: [ker_lmm/DEBUG] index: 6 cnst_light_num: 23 || usage: 0.000000 remaining: 2.298659 bound: 3.989448 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 22 || usage: 0.000000 remaining: 3.440454 bound: 4.743166 +> [0.000000]: [ker_lmm/DEBUG] index: 17 cnst_light_num: 21 || usage: 0.000000 remaining: 1.997040 bound: 3.109799 +> [0.000000]: [ker_lmm/DEBUG] index: 4 cnst_light_num: 20 || usage: 0.000000 remaining: 1.483009 bound: 3.737145 +> [0.000000]: [ker_lmm/DEBUG] index: 10 cnst_light_num: 19 || usage: 0.000000 remaining: 5.068248 bound: 5.660820 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 18 || usage: 0.000000 remaining: 5.927146 bound: 7.559265 +> [0.000000]: [ker_lmm/DEBUG] index: 13 cnst_light_num: 17 || usage: 0.000000 remaining: 5.148415 bound: 6.449255 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 16 || usage: 0.000000 remaining: 7.067873 bound: 8.161677 +> [0.000000]: [ker_lmm/DEBUG] index: 14 cnst_light_num: 15 || usage: 0.000000 remaining: 1.484311 bound: 2.590976 +> [0.000000]: [ker_lmm/DEBUG] index: 8 cnst_light_num: 14 || usage: 0.000000 remaining: 1.095943 bound: 2.149792 +> [0.000000]: [ker_lmm/DEBUG] index: 6 cnst_light_num: 13 || usage: 0.000000 remaining: 0.000000 bound: 1.702501 +> [0.000000]: [ker_lmm/DEBUG] index: 10 cnst_light_num: 12 || usage: 0.000000 remaining: 3.796915 bound: 4.413092 +> [0.000000]: [ker_lmm/DEBUG] index: 7 cnst_light_num: 11 || usage: 0.000000 remaining: 2.697022 bound: 3.715126 +> [0.000000]: [ker_lmm/DEBUG] index: 3 cnst_light_num: 10 || usage: 0.000000 remaining: 0.303147 bound: 1.190954 +> [0.000000]: [ker_lmm/DEBUG] index: 4 cnst_light_num: 9 || usage: 0.000000 remaining: 7.863023 bound: 9.856244 +> [0.000000]: [ker_lmm/DEBUG] index: 5 cnst_light_num: 8 || usage: 0.000000 remaining: 1.164826 bound: 2.535882 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 7 || usage: 0.000000 remaining: 5.564513 bound: 6.670591 +> [0.000000]: [ker_lmm/DEBUG] index: 4 cnst_light_num: 6 || usage: 0.000000 remaining: 4.320863 bound: 5.631875 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 5 || usage: 0.000000 remaining: 8.219705 bound: 9.325947 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 4 || usage: 0.000000 remaining: 0.445510 bound: 2.740865 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 3 || usage: 0.000000 remaining: 5.495991 bound: 6.161248 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 2 || usage: 0.000000 remaining: 1.706514 bound: 2.642384 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 3.895884 bound: 4.461701 +> [0.000000]: [ker_lmm/DEBUG] MAX-MIN ( '494'(1.000000) '491'(1.000000) '488'(1.000000) '473'(1.000000) '469'(1.000000) '457'(1.000000) '452'(1.000000) '448'(1.000000) '447'(1.000000) '440'(1.000000) '436'(1.000000) '435'(1.000000) '433'(1.000000) '432'(1.000000) '431'(1.000000) '429'(1.000000) '428'(1.000000) '427'(1.000000) '426'(1.000000) '425'(1.000000) '424'(1.000000) '423'(1.000000) '422'(1.000000) '421'(1.000000) '420'(1.000000) '419'(1.000000) '418'(1.000000) '417'(1.000000) '416'(1.000000) '415'(1.000000) '414'(1.000000) '413'(1.000000) '412'(1.000000) '411'(1.000000) '410'(1.000000) '409'(1.000000) '408'(1.000000) '407'(1.000000) '406'(1.000000) '405'(1.000000) '404'(1.000000) '403'(1.000000) '402'(1.000000) '401'(1.000000) '430'(0.000000) '434'(0.000000) '437'(0.000000) '438'(0.000000) '439'(0.000000) '441'(0.000000) '442'(0.000000) '443'(0.000000) '444'(0.000000) '445'(0.000000) '446'(0.000000) '449'(0.000000) '450'(0.000000) '451'(0.000000) '453'(0.000000) '454'(0.000000) '455'(0.000000) '456'(0.000000) '458'(0.000000) '459'(0.000000) '460'(0.000000) '461'(0.000000) '462'(0.000000) '463'(0.000000) '464'(0.000000) '465'(0.000000) '466'(0.000000) '467'(0.000000) '468'(0.000000) '470'(0.000000) '471'(0.000000) '472'(0.000000) '474'(0.000000) '475'(0.000000) '476'(0.000000) '477'(0.000000) '478'(0.000000) '479'(0.000000) '480'(0.000000) '481'(0.000000) '482'(0.000000) '483'(0.000000) '484'(0.000000) '485'(0.000000) '486'(0.000000) '487'(0.000000) '489'(0.000000) '490'(0.000000) '492'(0.000000) '493'(0.000000) '495'(0.000000) '496'(0.000000) '497'(0.000000) '498'(0.000000) '499'(0.000000) '500'(0.000000) ) +> [0.000000]: [ker_lmm/DEBUG] Constraints +> [0.000000]: [ker_lmm/DEBUG] (0.683137.'473'(0.010573) + 1.293768.'457'(0.027066) + 0.903381.'448'(0.000969) + 1.321795.'433'(0.010573) + 1.842166.'426'(0.351899) + 1.653244.'410'(0.019153) + 1.196545.'405'(0.351899) + 0.798338.'405'(0.351899) + 1.728191.'404'(0.027066) + 1.887942.'402'(0.010573) + 2.602397.'401'(0.048560) + 2.168629.'437'(0.000000) + 0.748367.'438'(0.000000) + 2.685733.'441'(0.000000) + 0.001957.'441'(0.000000) + 1.142141.'449'(0.000000) + 1.750674.'451'(0.000000) + 0.513877.'455'(0.000000) + 1.006834.'455'(0.000000) + 2.680028.'459'(0.000000) + 2.440788.'465'(0.000000) + 2.325439.'466'(0.000000) + 0.939354.'472'(0.000000) + 1.458417.'481'(0.000000) + 1.464041.'489'(0.000000) + 0.760008.'492'(0.000000) + 1.888907.'493'(0.000000) + 1.920406.'500'(0.000000) + 0) <= 7.559265 ('474') +> [0.000000]: [ker_lmm/DEBUG] (2.654715.'491'(0.048560) + 2.016191.'473'(0.010573) + 2.457318.'452'(0.000969) + 1.897018.'429'(0.027066) + 0.339580.'421'(0.027066) + 1.675588.'410'(0.019153) + 2.202683.'401'(0.048560) + 2.309164.'439'(0.000000) + 1.163684.'439'(0.000000) + 0.286002.'453'(0.000000) + 1.229187.'464'(0.000000) + 1.563781.'465'(0.000000) + 1.291711.'466'(0.000000) + 1.051828.'467'(0.000000) + 1.327217.'479'(0.000000) + 1.768357.'489'(0.000000) + 1.023962.'498'(0.000000) + 0.759241.'499'(0.000000) + 1.419778.'500'(0.000000) + 0) <= 8.334927 ('418') +> [0.000000]: [ker_lmm/DEBUG] (2.427501.'491'(0.048560) + 1.088690.'488'(0.048560) + 1.181815.'432'(0.000969) + 0.722260.'427'(0.019153) + 1.751834.'424'(0.010573) + 1.849808.'419'(0.010573) + 1.886007.'413'(0.019153) + 2.483280.'408'(0.000969) + 0.843499.'405'(0.351899) + 1.370950.'401'(0.048560) + 0.451056.'449'(0.000000) + 1.370241.'450'(0.000000) + 1.497795.'458'(0.000000) + 1.921838.'464'(0.000000) + 1.519619.'468'(0.000000) + 1.575014.'470'(0.000000) + 0.804674.'472'(0.000000) + 2.292566.'476'(0.000000) + 1.680270.'479'(0.000000) + 2.305956.'484'(0.000000) + 0) <= 9.560486 ('457') +> [0.000000]: [ker_lmm/DEBUG] (1.356465.'447'(0.000969) + 2.167040.'431'(0.000969) + 1.163973.'424'(0.010573) + 2.282902.'423'(0.100222) + 0.374352.'416'(0.100222) + 1.103476.'414'(0.000969) + 2.280500.'410'(0.019153) + 2.613168.'408'(0.000969) + 2.325262.'406'(0.019153) + 2.324571.'401'(0.048560) + 2.229053.'442'(0.000000) + 1.762253.'450'(0.000000) + 0.253762.'458'(0.000000) + 0.271835.'459'(0.000000) + 1.130749.'460'(0.000000) + 0.301624.'461'(0.000000) + 2.317188.'463'(0.000000) + 0.344642.'468'(0.000000) + 1.120474.'470'(0.000000) + 1.441749.'471'(0.000000) + 2.803400.'475'(0.000000) + 0.866488.'478'(0.000000) + 1.394321.'480'(0.000000) + 2.209934.'490'(0.000000) + 1.205395.'492'(0.000000) + 1.225578.'496'(0.000000) + 0) <= 8.985712 ('481') +> [0.000000]: [ker_lmm/DEBUG] (0.625385.'494'(0.000969) + 0.494504.'433'(0.010573) + 1.657150.'421'(0.027066) + 0.993551.'419'(0.010573) + 1.417388.'414'(0.000969) + 3.816332.'414'(0.000969) + 1.815817.'410'(0.019153) + 1.415178.'405'(0.351899) + 0.979818.'401'(0.048560) + 2.112337.'430'(0.000000) + 1.524262.'445'(0.000000) + 1.724105.'449'(0.000000) + 1.133038.'450'(0.000000) + 0.581115.'451'(0.000000) + 1.886181.'453'(0.000000) + 1.288145.'455'(0.000000) + 1.674359.'459'(0.000000) + 1.053035.'464'(0.000000) + 1.439235.'472'(0.000000) + 2.420346.'477'(0.000000) + 1.205962.'481'(0.000000) + 0.591392.'484'(0.000000) + 1.921663.'493'(0.000000) + 1.427843.'497'(0.000000) + 0.996925.'498'(0.000000) + 0) <= 2.172829 ('478') +> [0.000000]: [ker_lmm/DEBUG] (2.309919.'447'(0.000969) + 1.113710.'433'(0.010573) + 1.986506.'432'(0.000969) + 1.187375.'431'(0.000969) + 1.930668.'427'(0.019153) + 2.405046.'425'(0.100222) + 0.721609.'420'(0.210294) + 1.440532.'418'(0.019153) + 1.475843.'415'(0.027066) + 1.628522.'414'(0.000969) + 1.632408.'406'(0.019153) + 1.879956.'405'(0.351899) + 1.282015.'401'(0.048560) + 0.510045.'437'(0.000000) + 1.073297.'438'(0.000000) + 0.901844.'443'(0.000000) + 1.090524.'444'(0.000000) + 1.817170.'445'(0.000000) + 1.713623.'449'(0.000000) + 0.943146.'460'(0.000000) + 0.374657.'462'(0.000000) + 1.869348.'466'(0.000000) + 1.414124.'472'(0.000000) + 2.690994.'475'(0.000000) + 1.474015.'479'(0.000000) + 1.844725.'481'(0.000000) + 2.505588.'483'(0.000000) + 1.686397.'492'(0.000000) + 1.005636.'493'(0.000000) + 0.107764.'498'(0.000000) + 0) <= 6.608444 ('484') +> [0.000000]: [ker_lmm/DEBUG] (0.847270.'494'(0.000969) + 1.436294.'491'(0.048560) + 2.116736.'488'(0.048560) + 1.194846.'440'(0.010573) + 1.160353.'436'(0.048560) + 1.235850.'435'(0.019153) + 1.239392.'428'(0.019153) + 2.142052.'424'(0.010573) + 1.158530.'411'(0.010573) + 1.398089.'401'(0.048560) + 2.448437.'401'(0.048560) + 0.711783.'430'(0.000000) + 2.051228.'444'(0.000000) + 2.478241.'445'(0.000000) + 1.507418.'446'(0.000000) + 2.568848.'451'(0.000000) + 1.475391.'460'(0.000000) + 1.458333.'467'(0.000000) + 1.462735.'468'(0.000000) + 2.205308.'470'(0.000000) + 1.891227.'477'(0.000000) + 2.166184.'482'(0.000000) + 1.622720.'489'(0.000000) + 1.440928.'493'(0.000000) + 1.427355.'496'(0.000000) + 0) <= 0.511428 ('452') +> [0.000000]: [ker_lmm/DEBUG] (1.575794.'491'(0.048560) + 2.776135.'432'(0.000969) + 2.064491.'431'(0.000969) + 1.824533.'427'(0.019153) + 1.748867.'421'(0.027066) + 0.767396.'414'(0.000969) + 1.431118.'412'(0.210294) + 0.497343.'411'(0.010573) + 1.898284.'408'(0.000969) + 1.315645.'407'(0.000969) + 1.631579.'401'(0.048560) + 1.169173.'437'(0.000000) + 0.745695.'441'(0.000000) + 0.968853.'444'(0.000000) + 0.002404.'444'(0.000000) + 0.636322.'446'(0.000000) + 2.168815.'451'(0.000000) + 1.522960.'453'(0.000000) + 1.295162.'454'(0.000000) + 1.581410.'455'(0.000000) + 1.612570.'461'(0.000000) + 1.377542.'463'(0.000000) + 2.171911.'474'(0.000000) + 0.894273.'475'(0.000000) + 0.665984.'479'(0.000000) + 0.086631.'483'(0.000000) + 2.306374.'484'(0.000000) + 0.815535.'486'(0.000000) + 0.609482.'490'(0.000000) + 1.671148.'496'(0.000000) + 1.646506.'497'(0.000000) + 0) <= 9.227496 ('432') +> [0.000000]: [ker_lmm/DEBUG] (1.036364.'469'(0.010573) + 1.447773.'435'(0.019153) + 2.791061.'432'(0.000969) + 2.771090.'419'(0.010573) + 1.270607.'417'(0.010573) + 2.418886.'405'(0.351899) + 2.382471.'401'(0.048560) + 1.076805.'443'(0.000000) + 1.837993.'445'(0.000000) + 1.158554.'455'(0.000000) + 1.340259.'468'(0.000000) + 2.328703.'471'(0.000000) + 2.830030.'474'(0.000000) + 0.942454.'482'(0.000000) + 1.906084.'483'(0.000000) + 0.685976.'483'(0.000000) + 1.270196.'484'(0.000000) + 1.137305.'485'(0.000000) + 2.179536.'486'(0.000000) + 1.126209.'486'(0.000000) + 2.007261.'487'(0.000000) + 0.449209.'490'(0.000000) + 0.960326.'493'(0.000000) + 0.992178.'497'(0.000000) + 0) <= 7.421301 ('463') +> [0.000000]: [ker_lmm/DEBUG] (1.925269.'491'(0.048560) + 1.981481.'473'(0.010573) + 0.849413.'457'(0.027066) + 0.723544.'435'(0.019153) + 1.870347.'428'(0.019153) + 1.399065.'423'(0.100222) + 1.286894.'422'(0.000969) + 2.404750.'420'(0.210294) + 1.892524.'415'(0.027066) + 1.392440.'407'(0.000969) + 2.125376.'406'(0.019153) + 2.569742.'403'(0.000969) + 0.433430.'402'(0.010573) + 1.152474.'401'(0.048560) + 0.625990.'449'(0.000000) + 2.236976.'466'(0.000000) + 1.893507.'468'(0.000000) + 1.789830.'475'(0.000000) + 2.040139.'480'(0.000000) + 0.667440.'484'(0.000000) + 1.294968.'499'(0.000000) + 0) <= 4.774017 ('423') +> [0.000000]: [ker_lmm/DEBUG] (1.049204.'494'(0.000969) + 0.491320.'457'(0.027066) + 1.797753.'452'(0.000969) + 0.352873.'448'(0.000969) + 1.474282.'440'(0.010573) + 2.017520.'433'(0.010573) + 0.867453.'432'(0.000969) + 2.083372.'422'(0.000969) + 1.657142.'420'(0.210294) + 2.444196.'411'(0.010573) + 1.496480.'410'(0.019153) + 1.048087.'409'(0.000969) + 1.888998.'406'(0.019153) + 2.150880.'401'(0.048560) + 1.142026.'434'(0.000000) + 2.047806.'443'(0.000000) + 0.879258.'458'(0.000000) + 1.213838.'467'(0.000000) + 1.593741.'471'(0.000000) + 1.823466.'477'(0.000000) + 0.083497.'477'(0.000000) + 1.774052.'479'(0.000000) + 1.174237.'481'(0.000000) + 1.440532.'482'(0.000000) + 0.280412.'487'(0.000000) + 1.780249.'496'(0.000000) + 1.994565.'497'(0.000000) + 0) <= 4.113836 ('473') +> [0.000000]: [ker_lmm/DEBUG] (1.135340.'494'(0.000969) + 0.771444.'457'(0.027066) + 0.253764.'452'(0.000969) + 0.506524.'431'(0.000969) + 0.865115.'427'(0.019153) + 1.633985.'426'(0.351899) + 1.187697.'422'(0.000969) + 0.530212.'412'(0.210294) + 2.000069.'411'(0.010573) + 1.314041.'409'(0.000969) + 1.113922.'408'(0.000969) + 1.302592.'406'(0.019153) + 0.790768.'401'(0.048560) + 2.514150.'401'(0.048560) + 1.274299.'434'(0.000000) + 1.484816.'439'(0.000000) + 1.412554.'449'(0.000000) + 0.769550.'453'(0.000000) + 0.959179.'462'(0.000000) + 0.755599.'463'(0.000000) + 2.216245.'465'(0.000000) + 2.380992.'466'(0.000000) + 1.146559.'472'(0.000000) + 2.253480.'476'(0.000000) + 1.059601.'479'(0.000000) + 1.912913.'481'(0.000000) + 1.689108.'486'(0.000000) + 1.590448.'492'(0.000000) + 2.025492.'498'(0.000000) + 0) <= 2.642384 ('496') +> [0.000000]: [ker_lmm/DEBUG] (0.626527.'452'(0.000969) + 1.675155.'440'(0.010573) + 1.946342.'433'(0.010573) + 1.341434.'431'(0.000969) + 2.819004.'428'(0.019153) + 0.987620.'425'(0.100222) + 1.593996.'422'(0.000969) + 2.409136.'420'(0.210294) + 1.152071.'419'(0.010573) + 2.270681.'416'(0.100222) + 0.992484.'413'(0.019153) + 2.459175.'409'(0.000969) + 0.804115.'407'(0.000969) + 1.661758.'406'(0.019153) + 0.831989.'401'(0.048560) + 1.638902.'437'(0.000000) + 1.770308.'439'(0.000000) + 1.428118.'439'(0.000000) + 2.002098.'459'(0.000000) + 2.158099.'460'(0.000000) + 0.448422.'470'(0.000000) + 0.695980.'474'(0.000000) + 2.490920.'482'(0.000000) + 1.050373.'486'(0.000000) + 2.180975.'489'(0.000000) + 1.624355.'493'(0.000000) + 0) <= 7.598870 ('483') +> [0.000000]: [ker_lmm/DEBUG] (0.437747.'491'(0.048560) + 1.602915.'469'(0.010573) + 2.524295.'457'(0.027066) + 2.726254.'435'(0.019153) + 0.910971.'429'(0.027066) + 0.671287.'428'(0.019153) + 0.890425.'427'(0.019153) + 2.174335.'422'(0.000969) + 1.258897.'416'(0.100222) + 0.961897.'415'(0.027066) + 2.120587.'406'(0.019153) + 0.745043.'401'(0.048560) + 2.249971.'401'(0.048560) + 1.775730.'439'(0.000000) + 2.093947.'444'(0.000000) + 0.224431.'446'(0.000000) + 0.947287.'454'(0.000000) + 0.791137.'455'(0.000000) + 2.489531.'456'(0.000000) + 2.285873.'465'(0.000000) + 0.923712.'474'(0.000000) + 1.934081.'480'(0.000000) + 2.221766.'481'(0.000000) + 2.105101.'484'(0.000000) + 0) <= 0.600962 ('494') +> [0.000000]: [ker_lmm/DEBUG] (1.672267.'491'(0.048560) + 1.554853.'448'(0.000969) + 0.698039.'447'(0.000969) + 1.826055.'431'(0.000969) + 1.960806.'426'(0.351899) + 1.925640.'421'(0.027066) + 0.977847.'416'(0.100222) + 1.489858.'415'(0.027066) + 2.354835.'410'(0.019153) + 1.142436.'402'(0.010573) + 1.727204.'401'(0.048560) + 1.435878.'430'(0.000000) + 1.375290.'442'(0.000000) + 0.623657.'445'(0.000000) + 1.611948.'450'(0.000000) + 0.706669.'463'(0.000000) + 1.434337.'464'(0.000000) + 2.382979.'470'(0.000000) + 1.578908.'471'(0.000000) + 2.238191.'475'(0.000000) + 1.597034.'478'(0.000000) + 0.409270.'479'(0.000000) + 1.204882.'480'(0.000000) + 2.588628.'484'(0.000000) + 1.427621.'485'(0.000000) + 1.005087.'486'(0.000000) + 1.681310.'489'(0.000000) + 1.213744.'496'(0.000000) + 2.134528.'497'(0.000000) + 0) <= 2.590976 ('430') +> [0.000000]: [ker_lmm/DEBUG] (1.771165.'494'(0.000969) + 2.432001.'429'(0.027066) + 1.357777.'422'(0.000969) + 1.348357.'414'(0.000969) + 1.226338.'413'(0.019153) + 0.290357.'405'(0.351899) + 2.008867.'403'(0.000969) + 2.191670.'402'(0.010573) + 1.547482.'401'(0.048560) + 1.712773.'434'(0.000000) + 1.706009.'438'(0.000000) + 0.022392.'438'(0.000000) + 1.468761.'439'(0.000000) + 1.316854.'441'(0.000000) + 1.917117.'449'(0.000000) + 1.067380.'456'(0.000000) + 2.112231.'458'(0.000000) + 0.806477.'459'(0.000000) + 0.875079.'462'(0.000000) + 1.838665.'464'(0.000000) + 2.395100.'466'(0.000000) + 1.582160.'474'(0.000000) + 1.562619.'475'(0.000000) + 1.523936.'477'(0.000000) + 0.275557.'477'(0.000000) + 3.567953.'479'(0.000000) + 1.446708.'479'(0.000000) + 1.018804.'484'(0.000000) + 1.759467.'485'(0.000000) + 1.267024.'489'(0.000000) + 2.103452.'490'(0.000000) + 0.333315.'497'(0.000000) + 2.168354.'500'(0.000000) + 0) <= 9.794450 ('403') +> [0.000000]: [ker_lmm/DEBUG] (1.613343.'488'(0.048560) + 1.560841.'428'(0.019153) + 2.484370.'420'(0.210294) + 1.158484.'418'(0.019153) + 3.564162.'418'(0.019153) + 1.154037.'416'(0.100222) + 0.946065.'412'(0.210294) + 0.764984.'410'(0.019153) + 0.863295.'409'(0.000969) + 1.138771.'404'(0.027066) + 1.915503.'401'(0.048560) + 1.012790.'437'(0.000000) + 2.483291.'438'(0.000000) + 0.814101.'438'(0.000000) + 1.850262.'439'(0.000000) + 1.592568.'446'(0.000000) + 1.075892.'454'(0.000000) + 0.878724.'459'(0.000000) + 1.855993.'461'(0.000000) + 1.517181.'462'(0.000000) + 1.919244.'464'(0.000000) + 1.139273.'465'(0.000000) + 1.465372.'466'(0.000000) + 2.399491.'468'(0.000000) + 1.338192.'470'(0.000000) + 1.124012.'476'(0.000000) + 0.604332.'484'(0.000000) + 0) <= 1.175078 ('467') +> [0.000000]: [ker_lmm/DEBUG] (0.684943.'488'(0.048560) + 1.753016.'469'(0.010573) + 0.778304.'457'(0.027066) + 2.046557.'452'(0.000969) + 0.682668.'436'(0.048560) + 0.971867.'419'(0.010573) + 0.963812.'418'(0.019153) + 1.290880.'415'(0.027066) + 0.586924.'414'(0.000969) + 0.791773.'408'(0.000969) + 2.609324.'403'(0.000969) + 1.654019.'401'(0.048560) + 0.931066.'446'(0.000000) + 0.789473.'451'(0.000000) + 2.658257.'453'(0.000000) + 2.459579.'459'(0.000000) + 2.183253.'463'(0.000000) + 2.508487.'467'(0.000000) + 1.484953.'476'(0.000000) + 1.387609.'476'(0.000000) + 1.243928.'482'(0.000000) + 2.938146.'486'(0.000000) + 1.742196.'492'(0.000000) + 1.336639.'496'(0.000000) + 0.859399.'497'(0.000000) + 1.498162.'498'(0.000000) + 0) <= 2.442909 ('454') +> [0.000000]: [ker_lmm/DEBUG] (1.432443.'440'(0.010573) + 1.783402.'435'(0.019153) + 2.068880.'433'(0.010573) + 2.767219.'428'(0.019153) + 0.771118.'426'(0.351899) + 0.084035.'422'(0.000969) + 2.366348.'421'(0.027066) + 1.310897.'417'(0.010573) + 1.686295.'413'(0.019153) + 1.947325.'410'(0.019153) + 1.504510.'401'(0.048560) + 2.594705.'443'(0.000000) + 1.848746.'444'(0.000000) + 1.998974.'451'(0.000000) + 2.366766.'464'(0.000000) + 1.344803.'465'(0.000000) + 1.393850.'482'(0.000000) + 1.081445.'492'(0.000000) + 2.059404.'499'(0.000000) + 0) <= 4.413092 ('409') +> [0.000000]: [ker_lmm/DEBUG] (2.710730.'488'(0.048560) + 0.968600.'473'(0.010573) + 1.699690.'457'(0.027066) + 2.366469.'452'(0.000969) + 2.404674.'436'(0.048560) + 1.434558.'435'(0.019153) + 1.744948.'431'(0.000969) + 1.667677.'429'(0.027066) + 2.196992.'428'(0.019153) + 1.506236.'426'(0.351899) + 0.112010.'420'(0.210294) + 0.584567.'419'(0.010573) + 2.508800.'418'(0.019153) + 1.756262.'417'(0.010573) + 1.072940.'414'(0.000969) + 0.910757.'414'(0.000969) + 1.531245.'412'(0.210294) + 1.495080.'405'(0.351899) + 1.924341.'401'(0.048560) + 0.980292.'438'(0.000000) + 1.513914.'439'(0.000000) + 1.705760.'441'(0.000000) + 0.665672.'443'(0.000000) + 1.676292.'449'(0.000000) + 1.189243.'454'(0.000000) + 1.690531.'459'(0.000000) + 1.315929.'460'(0.000000) + 2.632320.'463'(0.000000) + 1.842675.'465'(0.000000) + 2.668630.'474'(0.000000) + 1.389349.'476'(0.000000) + 1.643055.'477'(0.000000) + 1.894104.'480'(0.000000) + 1.047930.'496'(0.000000) + 0) <= 9.856244 ('429') +> [0.000000]: [ker_lmm/DEBUG] (1.635142.'436'(0.048560) + 1.846097.'433'(0.010573) + 2.012770.'422'(0.000969) + 2.019390.'421'(0.027066) + 1.452580.'416'(0.100222) + 1.606958.'410'(0.019153) + 1.991927.'406'(0.019153) + 1.387212.'402'(0.010573) + 1.829494.'401'(0.048560) + 1.965474.'430'(0.000000) + 1.093205.'437'(0.000000) + 1.641100.'443'(0.000000) + 1.601342.'444'(0.000000) + 1.167509.'449'(0.000000) + 0.191181.'453'(0.000000) + 0.592844.'455'(0.000000) + 1.647414.'456'(0.000000) + 1.542530.'463'(0.000000) + 1.622310.'464'(0.000000) + 0.232781.'467'(0.000000) + 0.757596.'470'(0.000000) + 2.166687.'474'(0.000000) + 1.601303.'481'(0.000000) + 1.155066.'482'(0.000000) + 1.754968.'487'(0.000000) + 2.236875.'489'(0.000000) + 0) <= 6.998436 ('424') +> [0.000000]: [ker_lmm/DEBUG] (2.014856.'432'(0.000969) + 0.817123.'429'(0.027066) + 2.316327.'428'(0.019153) + 1.402927.'426'(0.351899) + 1.561350.'422'(0.000969) + 1.954910.'420'(0.210294) + 0.682256.'415'(0.027066) + 0.345321.'413'(0.019153) + 2.853560.'413'(0.019153) + 1.476490.'411'(0.010573) + 1.799298.'407'(0.000969) + 2.424787.'403'(0.000969) + 1.856277.'402'(0.010573) + 1.093190.'445'(0.000000) + 0.827411.'449'(0.000000) + 0.226411.'451'(0.000000) + 1.920806.'454'(0.000000) + 0.137400.'471'(0.000000) + 0.541324.'477'(0.000000) + 0.665446.'478'(0.000000) + 0.360250.'479'(0.000000) + 0.756152.'480'(0.000000) + 1.601613.'482'(0.000000) + 1.571715.'499'(0.000000) + 0) <= 8.161677 ('428') +> [0.000000]: [ker_lmm/DEBUG] (1.177913.'469'(0.010573) + 1.710401.'457'(0.027066) + 1.412340.'452'(0.000969) + 1.220340.'429'(0.027066) + 1.239486.'425'(0.100222) + 1.789939.'423'(0.100222) + 1.385723.'421'(0.027066) + 2.417769.'419'(0.010573) + 1.596980.'417'(0.010573) + 2.514154.'416'(0.100222) + 1.431761.'409'(0.000969) + 1.191910.'405'(0.351899) + 1.456136.'403'(0.000969) + 0.513205.'402'(0.010573) + 1.598835.'430'(0.000000) + 2.097108.'434'(0.000000) + 1.440150.'438'(0.000000) + 1.096051.'443'(0.000000) + 1.037020.'460'(0.000000) + 1.625916.'462'(0.000000) + 1.568225.'466'(0.000000) + 1.688789.'482'(0.000000) + 2.006313.'483'(0.000000) + 1.421046.'485'(0.000000) + 0.567970.'487'(0.000000) + 1.652313.'496'(0.000000) + 1.142414.'499'(0.000000) + 0) <= 2.067192 ('402') +> [0.000000]: [ker_lmm/DEBUG] (0.994196.'494'(0.000969) + 0.494376.'469'(0.010573) + 1.194017.'452'(0.000969) + 1.989627.'433'(0.010573) + 1.373705.'421'(0.027066) + 0.865583.'419'(0.010573) + 0.792062.'417'(0.010573) + 2.216512.'412'(0.210294) + 0.618476.'402'(0.010573) + 0.811484.'442'(0.000000) + 1.136964.'444'(0.000000) + 2.134332.'464'(0.000000) + 0.454371.'467'(0.000000) + 2.136403.'478'(0.000000) + 0.781130.'480'(0.000000) + 2.790442.'495'(0.000000) + 0.018726.'495'(0.000000) + 0) <= 1.008273 ('462') +> [0.000000]: [ker_lmm/DEBUG] (1.857793.'488'(0.048560) + 2.581611.'452'(0.000969) + 2.456070.'447'(0.000969) + 2.001885.'435'(0.019153) + 1.924828.'423'(0.100222) + 0.811980.'416'(0.100222) + 1.340294.'415'(0.027066) + 0.825772.'412'(0.210294) + 1.039247.'410'(0.019153) + 1.195234.'402'(0.010573) + 2.292818.'437'(0.000000) + 1.598677.'441'(0.000000) + 2.417078.'444'(0.000000) + 1.545003.'450'(0.000000) + 1.106656.'458'(0.000000) + 1.935221.'461'(0.000000) + 1.187636.'462'(0.000000) + 1.968032.'474'(0.000000) + 2.351256.'477'(0.000000) + 0.779021.'483'(0.000000) + 1.692726.'489'(0.000000) + 1.229278.'492'(0.000000) + 2.374245.'498'(0.000000) + 2.352326.'500'(0.000000) + 0) <= 1.426165 ('482') +> [0.000000]: [ker_lmm/DEBUG] (2.431575.'432'(0.000969) + 1.447306.'424'(0.010573) + 1.520876.'422'(0.000969) + 0.918524.'420'(0.210294) + 1.435681.'418'(0.019153) + 0.580393.'416'(0.100222) + 1.304182.'413'(0.019153) + 0.667710.'409'(0.000969) + 1.200400.'408'(0.000969) + 2.265046.'406'(0.019153) + 1.059697.'404'(0.027066) + 1.480095.'402'(0.010573) + 2.522749.'434'(0.000000) + 1.211470.'439'(0.000000) + 0.432712.'442'(0.000000) + 0.966184.'449'(0.000000) + 0.329509.'450'(0.000000) + 0.138077.'453'(0.000000) + 2.743140.'454'(0.000000) + 0.621441.'465'(0.000000) + 3.532424.'466'(0.000000) + 1.017992.'466'(0.000000) + 1.101306.'475'(0.000000) + 2.075981.'476'(0.000000) + 2.165857.'478'(0.000000) + 1.035162.'482'(0.000000) + 2.544211.'483'(0.000000) + 0.272947.'485'(0.000000) + 1.274672.'495'(0.000000) + 2.313340.'497'(0.000000) + 1.028371.'497'(0.000000) + 0.709670.'499'(0.000000) + 1.207415.'500'(0.000000) + 0) <= 0.539621 ('475') +> [0.000000]: [ker_lmm/DEBUG] (1.635862.'491'(0.048560) + 1.374521.'440'(0.010573) + 2.630908.'433'(0.010573) + 1.755642.'428'(0.019153) + 1.553258.'427'(0.019153) + 0.016203.'414'(0.000969) + 1.080210.'410'(0.019153) + 1.434033.'403'(0.000969) + 1.524980.'402'(0.010573) + 1.612240.'434'(0.000000) + 1.828285.'441'(0.000000) + 2.116781.'443'(0.000000) + 1.458344.'446'(0.000000) + 3.370987.'455'(0.000000) + 0.227585.'455'(0.000000) + 1.998847.'458'(0.000000) + 1.171382.'461'(0.000000) + 0.277307.'464'(0.000000) + 0.916404.'470'(0.000000) + 2.146466.'472'(0.000000) + 0.689148.'475'(0.000000) + 1.860747.'478'(0.000000) + 1.920533.'481'(0.000000) + 0.927999.'482'(0.000000) + 2.321848.'485'(0.000000) + 1.777676.'500'(0.000000) + 0) <= 8.499800 ('469') +> [0.000000]: [ker_lmm/DEBUG] (1.529515.'469'(0.010573) + 2.031737.'433'(0.010573) + 1.008255.'428'(0.019153) + 0.816026.'424'(0.010573) + 1.254220.'423'(0.100222) + 1.426368.'416'(0.100222) + 1.873488.'415'(0.027066) + 1.538663.'413'(0.019153) + 2.043039.'411'(0.010573) + 2.179871.'405'(0.351899) + 0.963801.'403'(0.000969) + 2.382402.'402'(0.010573) + 1.387275.'434'(0.000000) + 0.554467.'442'(0.000000) + 2.262369.'456'(0.000000) + 1.413085.'458'(0.000000) + 2.299204.'461'(0.000000) + 2.804164.'462'(0.000000) + 2.166952.'475'(0.000000) + 1.616317.'477'(0.000000) + 1.532873.'483'(0.000000) + 1.386083.'483'(0.000000) + 1.570442.'484'(0.000000) + 0.982544.'485'(0.000000) + 0.168493.'489'(0.000000) + 1.105423.'492'(0.000000) + 1.638777.'497'(0.000000) + 0) <= 9.273021 ('448') +> [0.000000]: [ker_lmm/DEBUG] (1.757408.'491'(0.048560) + 0.495836.'432'(0.000969) + 0.635604.'428'(0.019153) + 0.508666.'418'(0.019153) + 2.614864.'418'(0.019153) + 0.975922.'416'(0.100222) + 1.914166.'412'(0.210294) + 1.968079.'411'(0.010573) + 1.313756.'408'(0.000969) + 2.058583.'406'(0.019153) + 2.007544.'403'(0.000969) + 1.880313.'402'(0.010573) + 1.681901.'463'(0.000000) + 0.645692.'482'(0.000000) + 0.477856.'490'(0.000000) + 0.655124.'500'(0.000000) + 0) <= 4.849311 ('438') +> [0.000000]: [ker_lmm/DEBUG] (0.856912.'473'(0.010573) + 1.522067.'469'(0.010573) + 2.241944.'448'(0.000969) + 1.516597.'440'(0.010573) + 1.569144.'433'(0.010573) + 1.415189.'424'(0.010573) + 0.903826.'419'(0.010573) + 0.668833.'417'(0.010573) + 1.596168.'411'(0.010573) + 1.414113.'409'(0.000969) + 0.982010.'407'(0.000969) + 1.225649.'402'(0.010573) + 0.881615.'439'(0.000000) + 1.409285.'451'(0.000000) + 1.579500.'454'(0.000000) + 2.422777.'459'(0.000000) + 1.255334.'483'(0.000000) + 0.836149.'485'(0.000000) + 1.218848.'490'(0.000000) + 1.293029.'500'(0.000000) + 0) <= 0.123694 ('466') +> [0.000000]: [ker_lmm/DEBUG] (1.011097.'488'(0.048560) + 2.050375.'452'(0.000969) + 2.330387.'435'(0.019153) + 1.594838.'432'(0.000969) + 1.746325.'428'(0.019153) + 0.939170.'422'(0.000969) + 1.952978.'421'(0.027066) + 1.950677.'415'(0.027066) + 2.447986.'413'(0.019153) + 1.587200.'412'(0.210294) + 1.067626.'402'(0.010573) + 1.569732.'451'(0.000000) + 1.118472.'453'(0.000000) + 1.880998.'458'(0.000000) + 0.670613.'459'(0.000000) + 0.597809.'460'(0.000000) + 1.344318.'466'(0.000000) + 0.678648.'470'(0.000000) + 1.962037.'474'(0.000000) + 2.276995.'479'(0.000000) + 1.197133.'487'(0.000000) + 0.366741.'495'(0.000000) + 2.113403.'498'(0.000000) + 0) <= 1.116924 ('460') +> [0.000000]: [ker_lmm/DEBUG] (1.773282.'431'(0.000969) + 1.068220.'427'(0.019153) + 0.991135.'425'(0.100222) + 1.178062.'414'(0.000969) + 1.831296.'413'(0.019153) + 2.017738.'406'(0.019153) + 1.326132.'402'(0.010573) + 1.636637.'437'(0.000000) + 2.111379.'438'(0.000000) + 0.861548.'438'(0.000000) + 0.793141.'441'(0.000000) + 2.697815.'454'(0.000000) + 2.457178.'460'(0.000000) + 2.199456.'465'(0.000000) + 2.068016.'466'(0.000000) + 1.741793.'467'(0.000000) + 0.700085.'479'(0.000000) + 0.436276.'484'(0.000000) + 2.568128.'485'(0.000000) + 2.440112.'489'(0.000000) + 0.402868.'492'(0.000000) + 1.022110.'493'(0.000000) + 1.889122.'495'(0.000000) + 2.574969.'496'(0.000000) + 1.536918.'497'(0.000000) + 0) <= 3.839026 ('445') +> [0.000000]: [ker_lmm/DEBUG] (2.214478.'473'(0.010573) + 1.788885.'452'(0.000969) + 1.212616.'436'(0.048560) + 0.986743.'427'(0.019153) + 2.495159.'424'(0.010573) + 0.514084.'423'(0.100222) + 1.225446.'422'(0.000969) + 1.573675.'421'(0.027066) + 0.373603.'417'(0.010573) + 0.681363.'416'(0.100222) + 0.350689.'403'(0.000969) + 0.933352.'402'(0.010573) + 2.077986.'434'(0.000000) + 2.814262.'461'(0.000000) + 2.076319.'466'(0.000000) + 2.586631.'472'(0.000000) + 2.059264.'474'(0.000000) + 0.733926.'475'(0.000000) + 2.207146.'486'(0.000000) + 1.840314.'489'(0.000000) + 2.630848.'493'(0.000000) + 0) <= 8.924110 ('419') +> [0.000000]: [ker_lmm/DEBUG] (2.323095.'469'(0.010573) + 1.776791.'440'(0.010573) + 1.052356.'433'(0.010573) + 1.818306.'429'(0.027066) + 1.520348.'426'(0.351899) + 0.187259.'421'(0.027066) + 1.444090.'413'(0.019153) + 1.890999.'413'(0.019153) + 1.786341.'406'(0.019153) + 0.704500.'405'(0.351899) + 3.656415.'405'(0.351899) + 1.787014.'402'(0.010573) + 0.668282.'430'(0.000000) + 0.716002.'437'(0.000000) + 2.825872.'438'(0.000000) + 0.561134.'454'(0.000000) + 1.257439.'472'(0.000000) + 1.501992.'480'(0.000000) + 1.882544.'483'(0.000000) + 0.951261.'485'(0.000000) + 1.175884.'496'(0.000000) + 0) <= 2.740865 ('411') +> [0.000000]: [ker_lmm/DEBUG] (2.040698.'426'(0.351899) + 1.313238.'421'(0.027066) + 1.225550.'420'(0.210294) + 1.387032.'417'(0.010573) + 1.698015.'411'(0.010573) + 2.555594.'409'(0.000969) + 0.696701.'402'(0.010573) + 0.836518.'438'(0.000000) + 1.850123.'453'(0.000000) + 1.580521.'458'(0.000000) + 1.527554.'460'(0.000000) + 2.180169.'462'(0.000000) + 2.029117.'465'(0.000000) + 0.885939.'466'(0.000000) + 2.033932.'486'(0.000000) + 1.016360.'487'(0.000000) + 1.510519.'492'(0.000000) + 0.741022.'497'(0.000000) + 1.339000.'498'(0.000000) + 1.143653.'500'(0.000000) + 0) <= 2.149792 ('451') +> [0.000000]: [ker_lmm/DEBUG] (1.786323.'432'(0.000969) + 1.319828.'422'(0.000969) + 2.065310.'421'(0.027066) + 1.834354.'420'(0.210294) + 1.536714.'410'(0.019153) + 1.664852.'409'(0.000969) + 1.277455.'407'(0.000969) + 2.442415.'407'(0.000969) + 2.461260.'404'(0.027066) + 0.700419.'402'(0.010573) + 0.709418.'434'(0.000000) + 1.778869.'437'(0.000000) + 2.279214.'446'(0.000000) + 0.212505.'446'(0.000000) + 0.081729.'454'(0.000000) + 1.687740.'455'(0.000000) + 1.030114.'456'(0.000000) + 0.720964.'463'(0.000000) + 1.691973.'464'(0.000000) + 1.897000.'470'(0.000000) + 1.388059.'474'(0.000000) + 2.103321.'476'(0.000000) + 0.092699.'479'(0.000000) + 2.314525.'482'(0.000000) + 0.628156.'487'(0.000000) + 1.204757.'489'(0.000000) + 1.213597.'490'(0.000000) + 1.389999.'492'(0.000000) + 2.473504.'495'(0.000000) + 2.934076.'497'(0.000000) + 1.096771.'497'(0.000000) + 0.480799.'499'(0.000000) + 0) <= 5.834997 ('458') +> [0.000000]: [ker_lmm/DEBUG] (0.848700.'494'(0.000969) + 1.752347.'473'(0.010573) + 0.512925.'469'(0.010573) + 1.337541.'440'(0.010573) + 3.495807.'440'(0.010573) + 2.265243.'431'(0.000969) + 1.845608.'427'(0.019153) + 0.688120.'425'(0.100222) + 0.523400.'421'(0.027066) + 0.441315.'419'(0.010573) + 1.859330.'417'(0.010573) + 1.805130.'407'(0.000969) + 1.598618.'406'(0.019153) + 2.151071.'404'(0.027066) + 0.352686.'402'(0.010573) + 2.078406.'444'(0.000000) + 0.350994.'444'(0.000000) + 0.679243.'445'(0.000000) + 0.224684.'446'(0.000000) + 0.989626.'458'(0.000000) + 1.180134.'460'(0.000000) + 0.634314.'464'(0.000000) + 0.471771.'471'(0.000000) + 0.849160.'478'(0.000000) + 2.024275.'493'(0.000000) + 1.025260.'499'(0.000000) + 0) <= 8.450552 ('453') +> [0.000000]: [ker_lmm/DEBUG] (1.235546.'457'(0.027066) + 0.892503.'452'(0.000969) + 1.531910.'448'(0.000969) + 0.787905.'435'(0.019153) + 1.701519.'426'(0.351899) + 1.266306.'423'(0.100222) + 1.110567.'423'(0.100222) + 1.536192.'415'(0.027066) + 2.131841.'414'(0.000969) + 2.540067.'411'(0.010573) + 1.944641.'406'(0.019153) + 2.128021.'402'(0.010573) + 2.007726.'442'(0.000000) + 1.938835.'443'(0.000000) + 2.433067.'451'(0.000000) + 1.259779.'454'(0.000000) + 2.836716.'458'(0.000000) + 2.002475.'459'(0.000000) + 1.649607.'460'(0.000000) + 0.973309.'475'(0.000000) + 1.779079.'479'(0.000000) + 2.338635.'480'(0.000000) + 1.316141.'495'(0.000000) + 1.303558.'496'(0.000000) + 0) <= 3.715126 ('465') +> [0.000000]: [ker_lmm/DEBUG] (0.136849.'494'(0.000969) + 1.175676.'448'(0.000969) + 2.165897.'435'(0.019153) + 1.319595.'431'(0.000969) + 2.753917.'428'(0.019153) + 2.571195.'427'(0.019153) + 2.089374.'424'(0.010573) + 2.218931.'418'(0.019153) + 1.938928.'413'(0.019153) + 2.451078.'410'(0.019153) + 2.109501.'406'(0.019153) + 1.890512.'402'(0.010573) + 1.626083.'438'(0.000000) + 0.422812.'471'(0.000000) + 0.601970.'472'(0.000000) + 0.984963.'477'(0.000000) + 1.888179.'481'(0.000000) + 2.441714.'486'(0.000000) + 1.408778.'496'(0.000000) + 0) <= 0.355090 ('450') +> [0.000000]: [ker_lmm/DEBUG] (1.618858.'488'(0.048560) + 1.719671.'473'(0.010573) + 1.447855.'457'(0.027066) + 0.711635.'447'(0.000969) + 1.829605.'424'(0.010573) + 0.438451.'414'(0.000969) + 1.211173.'411'(0.010573) + 1.217080.'410'(0.019153) + 2.225492.'408'(0.000969) + 2.359984.'407'(0.000969) + 1.666217.'403'(0.000969) + 1.452797.'402'(0.010573) + 2.508619.'438'(0.000000) + 2.239072.'439'(0.000000) + 1.455514.'441'(0.000000) + 1.605485.'444'(0.000000) + 2.084442.'463'(0.000000) + 0.807890.'474'(0.000000) + 0.486574.'476'(0.000000) + 1.446377.'478'(0.000000) + 2.178773.'481'(0.000000) + 1.657998.'482'(0.000000) + 1.799497.'487'(0.000000) + 0.764199.'490'(0.000000) + 1.478882.'492'(0.000000) + 2.203952.'493'(0.000000) + 0) <= 6.117439 ('404') +> [0.000000]: [ker_lmm/DEBUG] (0.797817.'488'(0.048560) + 1.835798.'436'(0.048560) + 1.793296.'431'(0.000969) + 1.321362.'426'(0.351899) + 1.448074.'423'(0.100222) + 2.041875.'421'(0.027066) + 1.432952.'420'(0.210294) + 1.339806.'414'(0.000969) + 1.307150.'412'(0.210294) + 2.501082.'405'(0.351899) + 1.523821.'403'(0.000969) + 1.512010.'439'(0.000000) + 1.123155.'441'(0.000000) + 2.234596.'444'(0.000000) + 1.019656.'445'(0.000000) + 1.890849.'446'(0.000000) + 2.051290.'451'(0.000000) + 1.425583.'456'(0.000000) + 2.174890.'464'(0.000000) + 0.849933.'464'(0.000000) + 2.457999.'466'(0.000000) + 0.412535.'466'(0.000000) + 2.777381.'467'(0.000000) + 1.060471.'467'(0.000000) + 2.799513.'470'(0.000000) + 0.720585.'475'(0.000000) + 1.081517.'479'(0.000000) + 2.154932.'483'(0.000000) + 0.862634.'485'(0.000000) + 1.733057.'489'(0.000000) + 1.200395.'495'(0.000000) + 1.754249.'497'(0.000000) + 1.048491.'498'(0.000000) + 0.638672.'500'(0.000000) + 0) <= 3.737145 ('490') +> [0.000000]: [ker_lmm/DEBUG] (0.406174.'491'(0.048560) + 1.618356.'457'(0.027066) + 0.388473.'447'(0.000969) + 1.198389.'440'(0.010573) + 1.748198.'428'(0.019153) + 2.252698.'420'(0.210294) + 2.078731.'419'(0.010573) + 1.787983.'415'(0.027066) + 0.867214.'408'(0.000969) + 2.421825.'403'(0.000969) + 1.868299.'430'(0.000000) + 1.231216.'434'(0.000000) + 1.759539.'438'(0.000000) + 1.933377.'442'(0.000000) + 0.956800.'444'(0.000000) + 3.442533.'446'(0.000000) + 0.379507.'446'(0.000000) + 1.679143.'449'(0.000000) + 1.488207.'454'(0.000000) + 1.198646.'458'(0.000000) + 1.729567.'467'(0.000000) + 1.043748.'487'(0.000000) + 0) <= 7.643726 ('410') +> [0.000000]: [ker_lmm/DEBUG] (1.912339.'494'(0.000969) + 1.680279.'473'(0.010573) + 2.496562.'436'(0.048560) + 2.157693.'424'(0.010573) + 0.949711.'422'(0.000969) + 0.578390.'419'(0.010573) + 1.389137.'418'(0.019153) + 0.848061.'417'(0.010573) + 2.275312.'409'(0.000969) + 2.320655.'406'(0.019153) + 1.079705.'404'(0.027066) + 0.854927.'403'(0.000969) + 2.183779.'434'(0.000000) + 2.689521.'456'(0.000000) + 0.605324.'462'(0.000000) + 0.579461.'465'(0.000000) + 2.766759.'467'(0.000000) + 1.333032.'471'(0.000000) + 2.037017.'480'(0.000000) + 1.143933.'481'(0.000000) + 2.208929.'487'(0.000000) + 0.745159.'489'(0.000000) + 2.257255.'492'(0.000000) + 1.355098.'498'(0.000000) + 0) <= 2.214828 ('492') +> [0.000000]: [ker_lmm/DEBUG] (1.128968.'469'(0.010573) + 2.383376.'457'(0.027066) + 1.764232.'435'(0.019153) + 0.918029.'426'(0.351899) + 2.083481.'424'(0.010573) + 0.578996.'423'(0.100222) + 0.835296.'421'(0.027066) + 0.992793.'413'(0.019153) + 2.604182.'411'(0.010573) + 0.293340.'404'(0.027066) + 2.198368.'403'(0.000969) + 1.722064.'443'(0.000000) + 1.833947.'444'(0.000000) + 2.426481.'449'(0.000000) + 2.373973.'450'(0.000000) + 1.075954.'450'(0.000000) + 1.969466.'451'(0.000000) + 2.350829.'462'(0.000000) + 1.752170.'465'(0.000000) + 2.462222.'478'(0.000000) + 1.025856.'481'(0.000000) + 0.642469.'482'(0.000000) + 1.785118.'484'(0.000000) + 1.595180.'485'(0.000000) + 2.017288.'495'(0.000000) + 1.112171.'499'(0.000000) + 0.412153.'500'(0.000000) + 0) <= 5.660820 ('444') +> [0.000000]: [ker_lmm/DEBUG] (2.667345.'494'(0.000969) + 1.440800.'452'(0.000969) + 1.858677.'448'(0.000969) + 1.027856.'447'(0.000969) + 0.807980.'427'(0.019153) + 0.363185.'425'(0.100222) + 2.502711.'422'(0.000969) + 1.209929.'421'(0.027066) + 1.424610.'420'(0.210294) + 1.920817.'415'(0.027066) + 0.742724.'409'(0.000969) + 0.911751.'404'(0.027066) + 0.562754.'403'(0.000969) + 1.381758.'430'(0.000000) + 1.017370.'437'(0.000000) + 2.883437.'443'(0.000000) + 2.331374.'444'(0.000000) + 1.308016.'446'(0.000000) + 2.793079.'460'(0.000000) + 1.105149.'461'(0.000000) + 1.641723.'462'(0.000000) + 1.781822.'468'(0.000000) + 0.653741.'471'(0.000000) + 1.273193.'479'(0.000000) + 2.571580.'489'(0.000000) + 0.996158.'492'(0.000000) + 1.713209.'497'(0.000000) + 1.960360.'499'(0.000000) + 0) <= 1.280514 ('485') +> [0.000000]: [ker_lmm/DEBUG] (2.008412.'491'(0.048560) + 1.249293.'488'(0.048560) + 0.779948.'469'(0.010573) + 0.717983.'436'(0.048560) + 2.201547.'429'(0.027066) + 1.071263.'426'(0.351899) + 0.935649.'423'(0.100222) + 1.335118.'420'(0.210294) + 2.913878.'416'(0.100222) + 1.221431.'415'(0.027066) + 0.777259.'407'(0.000969) + 0.937600.'405'(0.351899) + 1.602002.'403'(0.000969) + 2.231626.'441'(0.000000) + 1.190884.'443'(0.000000) + 0.669035.'445'(0.000000) + 0.988362.'446'(0.000000) + 0.442755.'450'(0.000000) + 2.700218.'451'(0.000000) + 1.740598.'458'(0.000000) + 2.456752.'460'(0.000000) + 1.195384.'462'(0.000000) + 1.926086.'463'(0.000000) + 1.380636.'467'(0.000000) + 1.596349.'472'(0.000000) + 1.244868.'475'(0.000000) + 1.312445.'495'(0.000000) + 0) <= 2.259884 ('443') +> [0.000000]: [ker_lmm/DEBUG] (2.133131.'491'(0.048560) + 0.276505.'440'(0.010573) + 2.595253.'440'(0.010573) + 0.765989.'429'(0.027066) + 2.688176.'423'(0.100222) + 0.934599.'418'(0.019153) + 1.394300.'413'(0.019153) + 1.626700.'413'(0.019153) + 1.597000.'409'(0.000969) + 1.586376.'403'(0.000969) + 0.810662.'434'(0.000000) + 0.966825.'441'(0.000000) + 1.695053.'442'(0.000000) + 0.855975.'455'(0.000000) + 1.879268.'456'(0.000000) + 0.677325.'459'(0.000000) + 0.873171.'468'(0.000000) + 1.947662.'478'(0.000000) + 1.063005.'481'(0.000000) + 0.779479.'481'(0.000000) + 2.056445.'485'(0.000000) + 2.645398.'495'(0.000000) + 0.941318.'495'(0.000000) + 1.517391.'498'(0.000000) + 1.202448.'500'(0.000000) + 0) <= 9.649153 ('442') +> [0.000000]: [ker_lmm/DEBUG] (2.003735.'436'(0.048560) + 1.756149.'429'(0.027066) + 1.180680.'417'(0.010573) + 1.321650.'405'(0.351899) + 1.426486.'403'(0.000969) + 2.552887.'439'(0.000000) + 1.257759.'439'(0.000000) + 1.966141.'442'(0.000000) + 1.548142.'444'(0.000000) + 1.107961.'444'(0.000000) + 1.223533.'455'(0.000000) + 1.614342.'456'(0.000000) + 2.263046.'461'(0.000000) + 1.844886.'470'(0.000000) + 2.885999.'471'(0.000000) + 1.576633.'472'(0.000000) + 1.215791.'475'(0.000000) + 1.447099.'480'(0.000000) + 0.330517.'480'(0.000000) + 1.328334.'485'(0.000000) + 1.475594.'487'(0.000000) + 3.328351.'490'(0.000000) + 0.058376.'490'(0.000000) + 0) <= 5.967310 ('489') +> [0.000000]: [ker_lmm/DEBUG] (1.754287.'491'(0.048560) + 1.178480.'488'(0.048560) + 1.869063.'429'(0.027066) + 1.530193.'425'(0.100222) + 1.419235.'423'(0.100222) + 2.417811.'420'(0.210294) + 2.601942.'418'(0.019153) + 0.917941.'411'(0.010573) + 1.327413.'409'(0.000969) + 1.582005.'407'(0.000969) + 1.897204.'404'(0.027066) + 1.976846.'403'(0.000969) + 1.223336.'441'(0.000000) + 0.537005.'446'(0.000000) + 0.335906.'450'(0.000000) + 2.236386.'453'(0.000000) + 1.363417.'468'(0.000000) + 0.904964.'476'(0.000000) + 1.838705.'480'(0.000000) + 1.212662.'485'(0.000000) + 1.755663.'487'(0.000000) + 0.968712.'490'(0.000000) + 0.617865.'490'(0.000000) + 0.989326.'496'(0.000000) + 2.294788.'497'(0.000000) + 0.887956.'498'(0.000000) + 0) <= 7.015528 ('488') +> [0.000000]: [ker_lmm/DEBUG] (0.574866.'457'(0.027066) + 1.821415.'447'(0.000969) + 1.960729.'436'(0.048560) + 0.678343.'433'(0.010573) + 2.101392.'432'(0.000969) + 0.144893.'421'(0.027066) + 0.791459.'418'(0.019153) + 1.204318.'417'(0.010573) + 1.729185.'414'(0.000969) + 1.473661.'413'(0.019153) + 1.768751.'406'(0.019153) + 0.284547.'403'(0.000969) + 1.783387.'430'(0.000000) + 1.882462.'443'(0.000000) + 1.296431.'454'(0.000000) + 1.532754.'456'(0.000000) + 1.099229.'458'(0.000000) + 0.444241.'460'(0.000000) + 1.951900.'461'(0.000000) + 0.338588.'465'(0.000000) + 0.972715.'472'(0.000000) + 0.910445.'476'(0.000000) + 1.875383.'478'(0.000000) + 0.797351.'486'(0.000000) + 2.050960.'487'(0.000000) + 1.687527.'493'(0.000000) + 0.997944.'495'(0.000000) + 0) <= 7.699327 ('486') +> [0.000000]: [ker_lmm/DEBUG] (1.888419.'447'(0.000969) + 1.026066.'403'(0.000969) + 2.401343.'434'(0.000000) + 0.974588.'441'(0.000000) + 1.345982.'453'(0.000000) + 1.351377.'455'(0.000000) + 2.077887.'463'(0.000000) + 1.429645.'470'(0.000000) + 1.752410.'481'(0.000000) + 0.421155.'484'(0.000000) + 1.919310.'487'(0.000000) + 2.174846.'492'(0.000000) + 0.365057.'493'(0.000000) + 0.477977.'499'(0.000000) + 1.574910.'500'(0.000000) + 0) <= 2.658191 ('415') +> [0.000000]: [ker_lmm/DEBUG] (2.484751.'428'(0.019153) + 2.626400.'426'(0.351899) + 1.155682.'424'(0.010573) + 2.247065.'417'(0.010573) + 0.567353.'412'(0.210294) + 1.172001.'409'(0.000969) + 1.750670.'409'(0.000969) + 1.862863.'407'(0.000969) + 1.582451.'405'(0.351899) + 0.423731.'404'(0.027066) + 2.503955.'403'(0.000969) + 0.556718.'430'(0.000000) + 1.113262.'437'(0.000000) + 0.819710.'443'(0.000000) + 1.191319.'445'(0.000000) + 0.259202.'459'(0.000000) + 1.367496.'460'(0.000000) + 0.669861.'462'(0.000000) + 1.140042.'463'(0.000000) + 0.531403.'484'(0.000000) + 2.089193.'492'(0.000000) + 1.464654.'493'(0.000000) + 1.136194.'496'(0.000000) + 2.601393.'499'(0.000000) + 0) <= 1.702501 ('500') +> [0.000000]: [ker_lmm/DEBUG] (1.814887.'473'(0.010573) + 1.566017.'457'(0.027066) + 1.214134.'447'(0.000969) + 1.946916.'435'(0.019153) + 2.062629.'433'(0.010573) + 2.305390.'427'(0.019153) + 1.860121.'426'(0.351899) + 2.222668.'420'(0.210294) + 1.057039.'417'(0.010573) + 1.726552.'403'(0.000969) + 1.133230.'438'(0.000000) + 0.677753.'442'(0.000000) + 0.542384.'456'(0.000000) + 2.087124.'468'(0.000000) + 1.520672.'470'(0.000000) + 1.021360.'476'(0.000000) + 2.687186.'477'(0.000000) + 0.918480.'478'(0.000000) + 1.143232.'481'(0.000000) + 0.771397.'486'(0.000000) + 1.618115.'495'(0.000000) + 1.266025.'495'(0.000000) + 0.823796.'496'(0.000000) + 1.054884.'497'(0.000000) + 1.002598.'499'(0.000000) + 0) <= 6.449255 ('491') +> [0.000000]: [ker_lmm/DEBUG] (0.395974.'494'(0.000969) + 1.405254.'494'(0.000969) + 0.608733.'452'(0.000969) + 2.012734.'448'(0.000969) + 2.123063.'447'(0.000969) + 0.671172.'432'(0.000969) + 1.060491.'431'(0.000969) + 1.716577.'422'(0.000969) + 0.788008.'414'(0.000969) + 1.543713.'409'(0.000969) + 2.262283.'408'(0.000969) + 1.476165.'407'(0.000969) + 0.886416.'403'(0.000969) + 0.852027.'453'(0.000000) + 1.727431.'456'(0.000000) + 1.824131.'460'(0.000000) + 1.515245.'470'(0.000000) + 2.109237.'472'(0.000000) + 1.654967.'478'(0.000000) + 0.707717.'490'(0.000000) + 1.846418.'500'(0.000000) + 0) <= 0.016422 ('427') +> [0.000000]: [ker_lmm/DEBUG] (2.049883.'488'(0.048560) + 2.146789.'473'(0.010573) + 0.709611.'469'(0.010573) + 1.233088.'457'(0.027066) + 1.888084.'436'(0.048560) + 1.738026.'432'(0.000969) + 2.013488.'424'(0.010573) + 1.471692.'419'(0.010573) + 2.369377.'416'(0.100222) + 1.808608.'412'(0.210294) + 0.567143.'408'(0.000969) + 1.316314.'406'(0.019153) + 2.500569.'404'(0.027066) + 1.710365.'441'(0.000000) + 1.785346.'442'(0.000000) + 1.669569.'443'(0.000000) + 1.630759.'444'(0.000000) + 1.095297.'461'(0.000000) + 0.540080.'464'(0.000000) + 0.645315.'464'(0.000000) + 0.322465.'468'(0.000000) + 0.762433.'478'(0.000000) + 1.198555.'485'(0.000000) + 1.881461.'489'(0.000000) + 1.785866.'490'(0.000000) + 0.808153.'492'(0.000000) + 0) <= 6.087026 ('437') +> [0.000000]: [ker_lmm/DEBUG] (1.211341.'473'(0.010573) + 1.444006.'435'(0.019153) + 1.965733.'425'(0.100222) + 2.705498.'424'(0.010573) + 1.672345.'423'(0.100222) + 0.470013.'419'(0.010573) + 1.468639.'417'(0.010573) + 1.010685.'416'(0.100222) + 0.973959.'408'(0.000969) + 2.240537.'404'(0.027066) + 0.951587.'443'(0.000000) + 1.647457.'450'(0.000000) + 0.667378.'453'(0.000000) + 1.406967.'462'(0.000000) + 0.862740.'465'(0.000000) + 2.586013.'472'(0.000000) + 1.289935.'476'(0.000000) + 1.365777.'477'(0.000000) + 0.237414.'480'(0.000000) + 2.463090.'482'(0.000000) + 0.596554.'484'(0.000000) + 1.496589.'498'(0.000000) + 1.552793.'499'(0.000000) + 0) <= 2.968005 ('406') +> [0.000000]: [ker_lmm/DEBUG] (2.370471.'452'(0.000969) + 2.189663.'448'(0.000969) + 0.533269.'436'(0.048560) + 1.554975.'435'(0.019153) + 2.174767.'420'(0.210294) + 2.291150.'416'(0.100222) + 2.515004.'415'(0.027066) + 2.634585.'408'(0.000969) + 1.509592.'404'(0.027066) + 2.386147.'450'(0.000000) + 1.074516.'454'(0.000000) + 1.751434.'462'(0.000000) + 1.964579.'463'(0.000000) + 1.576746.'465'(0.000000) + 0.819487.'467'(0.000000) + 1.951809.'468'(0.000000) + 2.214464.'480'(0.000000) + 1.554733.'493'(0.000000) + 1.596095.'496'(0.000000) + 0) <= 4.921360 ('414') +> [0.000000]: [ker_lmm/DEBUG] (1.398670.'494'(0.000969) + 2.357568.'491'(0.048560) + 0.924531.'488'(0.048560) + 1.788557.'457'(0.027066) + 1.362564.'427'(0.019153) + 0.725438.'425'(0.100222) + 0.182534.'422'(0.000969) + 2.806189.'406'(0.019153) + 1.697617.'404'(0.027066) + 1.477786.'445'(0.000000) + 0.960055.'446'(0.000000) + 1.108476.'451'(0.000000) + 1.369468.'453'(0.000000) + 2.858091.'455'(0.000000) + 1.470934.'455'(0.000000) + 1.098322.'456'(0.000000) + 2.319057.'459'(0.000000) + 1.848417.'478'(0.000000) + 1.366189.'480'(0.000000) + 0.500021.'498'(0.000000) + 1.291466.'499'(0.000000) + 0) <= 9.214706 ('479') +> [0.000000]: [ker_lmm/DEBUG] (0.648842.'457'(0.027066) + 0.192743.'448'(0.000969) + 1.500273.'435'(0.019153) + 1.451003.'432'(0.000969) + 0.753885.'431'(0.000969) + 1.394200.'415'(0.027066) + 1.312266.'409'(0.000969) + 2.290963.'409'(0.000969) + 1.802522.'404'(0.027066) + 1.003601.'430'(0.000000) + 1.520201.'437'(0.000000) + 0.549189.'450'(0.000000) + 1.923509.'459'(0.000000) + 0.727066.'460'(0.000000) + 1.259688.'461'(0.000000) + 0.884550.'462'(0.000000) + 0.117352.'463'(0.000000) + 0.457522.'465'(0.000000) + 1.337211.'467'(0.000000) + 0.688426.'468'(0.000000) + 0.534146.'470'(0.000000) + 1.102142.'471'(0.000000) + 0.993665.'481'(0.000000) + 2.102573.'486'(0.000000) + 2.560780.'492'(0.000000) + 0) <= 8.077774 ('499') +> [0.000000]: [ker_lmm/DEBUG] (2.142182.'491'(0.048560) + 1.310388.'447'(0.000969) + 1.471137.'440'(0.010573) + 2.245490.'436'(0.048560) + 1.832607.'435'(0.019153) + 2.943613.'433'(0.010573) + 1.728428.'429'(0.027066) + 1.510912.'421'(0.027066) + 1.199570.'413'(0.019153) + 1.139362.'404'(0.027066) + 1.668890.'434'(0.000000) + 1.521520.'437'(0.000000) + 2.008663.'459'(0.000000) + 1.351934.'463'(0.000000) + 2.764947.'465'(0.000000) + 0.469075.'465'(0.000000) + 2.506333.'467'(0.000000) + 1.013880.'477'(0.000000) + 2.345871.'480'(0.000000) + 1.979516.'486'(0.000000) + 1.889079.'487'(0.000000) + 0) <= 3.596849 ('468') +> [0.000000]: [ker_lmm/DEBUG] (1.220466.'491'(0.048560) + 0.645603.'448'(0.000969) + 1.671820.'447'(0.000969) + 1.317492.'435'(0.019153) + 2.444676.'433'(0.010573) + 1.905526.'432'(0.000969) + 0.869555.'431'(0.000969) + 1.330552.'429'(0.027066) + 2.043992.'419'(0.010573) + 1.366112.'418'(0.019153) + 2.183792.'418'(0.019153) + 1.362822.'412'(0.210294) + 1.465108.'408'(0.000969) + 2.323507.'404'(0.027066) + 2.430136.'430'(0.000000) + 1.057976.'434'(0.000000) + 1.206516.'445'(0.000000) + 1.479333.'451'(0.000000) + 1.978446.'456'(0.000000) + 1.423033.'462'(0.000000) + 1.760316.'466'(0.000000) + 1.452729.'467'(0.000000) + 0.911332.'472'(0.000000) + 1.169650.'474'(0.000000) + 1.128827.'481'(0.000000) + 2.121735.'484'(0.000000) + 1.560542.'489'(0.000000) + 1.198918.'490'(0.000000) + 1.398041.'496'(0.000000) + 0) <= 0.850705 ('498') +> [0.000000]: [ker_lmm/DEBUG] (1.020809.'427'(0.019153) + 2.659381.'412'(0.210294) + 0.860185.'411'(0.010573) + 2.202632.'407'(0.000969) + 1.711907.'404'(0.027066) + 1.633291.'430'(0.000000) + 2.542510.'439'(0.000000) + 1.663107.'445'(0.000000) + 0.894927.'449'(0.000000) + 2.514570.'454'(0.000000) + 1.626688.'456'(0.000000) + 1.480238.'458'(0.000000) + 0.233509.'461'(0.000000) + 0.950714.'463'(0.000000) + 0.536209.'468'(0.000000) + 1.463579.'474'(0.000000) + 1.833737.'475'(0.000000) + 1.701275.'477'(0.000000) + 0.124676.'480'(0.000000) + 1.336167.'497'(0.000000) + 1.705134.'499'(0.000000) + 0) <= 3.520949 ('456') +> [0.000000]: [ker_lmm/DEBUG] (0.544288.'473'(0.010573) + 0.851179.'427'(0.019153) + 1.364963.'424'(0.010573) + 1.321844.'412'(0.210294) + 1.748451.'410'(0.019153) + 1.010505.'405'(0.351899) + 0.312389.'404'(0.027066) + 2.222561.'434'(0.000000) + 0.695214.'441'(0.000000) + 0.200409.'453'(0.000000) + 1.513492.'474'(0.000000) + 0.549756.'475'(0.000000) + 2.201783.'478'(0.000000) + 2.056163.'487'(0.000000) + 0.993338.'499'(0.000000) + 0) <= 8.082817 ('407') +> [0.000000]: [ker_lmm/DEBUG] (1.030560.'491'(0.048560) + 1.446087.'488'(0.048560) + 1.369063.'440'(0.010573) + 1.518246.'431'(0.000969) + 1.565736.'415'(0.027066) + 1.069480.'412'(0.210294) + 0.803923.'404'(0.027066) + 2.033870.'430'(0.000000) + 1.584812.'438'(0.000000) + 1.747790.'439'(0.000000) + 2.829515.'444'(0.000000) + 1.297365.'454'(0.000000) + 2.493228.'455'(0.000000) + 1.737503.'456'(0.000000) + 1.406527.'460'(0.000000) + 0.714806.'466'(0.000000) + 1.952608.'471'(0.000000) + 1.044480.'472'(0.000000) + 1.340257.'474'(0.000000) + 1.631612.'475'(0.000000) + 2.130318.'483'(0.000000) + 1.085450.'486'(0.000000) + 0.603881.'486'(0.000000) + 1.601599.'487'(0.000000) + 0.856213.'496'(0.000000) + 0) <= 9.266826 ('446') +> [0.000000]: [ker_lmm/DEBUG] (1.478128.'488'(0.048560) + 1.609844.'473'(0.010573) + 1.657993.'452'(0.000969) + 2.578164.'448'(0.000969) + 1.648265.'433'(0.010573) + 1.463866.'424'(0.010573) + 1.281623.'417'(0.010573) + 2.457995.'408'(0.000969) + 0.827707.'404'(0.027066) + 1.425113.'443'(0.000000) + 0.529997.'446'(0.000000) + 2.620876.'450'(0.000000) + 1.003920.'450'(0.000000) + 2.617334.'451'(0.000000) + 0.851986.'461'(0.000000) + 2.155149.'468'(0.000000) + 0.691411.'471'(0.000000) + 1.062801.'474'(0.000000) + 2.869958.'477'(0.000000) + 0.083002.'477'(0.000000) + 2.803436.'479'(0.000000) + 1.200296.'480'(0.000000) + 1.768402.'482'(0.000000) + 1.143127.'490'(0.000000) + 1.499558.'493'(0.000000) + 0) <= 9.602267 ('421') +> [0.000000]: [ker_lmm/DEBUG] (1.597151.'457'(0.027066) + 0.404312.'448'(0.000969) + 1.440520.'435'(0.019153) + 2.238273.'432'(0.000969) + 1.383850.'429'(0.027066) + 0.736603.'422'(0.000969) + 0.724622.'421'(0.027066) + 2.451895.'415'(0.027066) + 1.271969.'414'(0.000969) + 2.640938.'410'(0.019153) + 1.669466.'407'(0.000969) + 1.483727.'404'(0.027066) + 1.455917.'430'(0.000000) + 2.230272.'461'(0.000000) + 0.455828.'478'(0.000000) + 2.255685.'479'(0.000000) + 2.163367.'482'(0.000000) + 2.039439.'483'(0.000000) + 2.666597.'484'(0.000000) + 1.137848.'484'(0.000000) + 1.070877.'495'(0.000000) + 0) <= 0.291116 ('439') +> [0.000000]: [ker_lmm/DEBUG] (2.754449.'494'(0.000969) + 1.233115.'491'(0.048560) + 2.504607.'488'(0.048560) + 1.541005.'452'(0.000969) + 1.104259.'448'(0.000969) + 0.874653.'436'(0.048560) + 1.303964.'428'(0.019153) + 0.356081.'425'(0.100222) + 1.179552.'423'(0.100222) + 1.202091.'419'(0.010573) + 1.398710.'418'(0.019153) + 0.681358.'416'(0.100222) + 0.207936.'410'(0.019153) + 1.830722.'405'(0.351899) + 1.119503.'404'(0.027066) + 1.422038.'441'(0.000000) + 2.772961.'444'(0.000000) + 0.875264.'445'(0.000000) + 2.521345.'458'(0.000000) + 1.251999.'472'(0.000000) + 1.246391.'485'(0.000000) + 1.737211.'489'(0.000000) + 2.053436.'492'(0.000000) + 2.284073.'496'(0.000000) + 0) <= 7.950875 ('455') +> [0.000000]: [ker_lmm/DEBUG] (2.029036.'494'(0.000969) + 0.709179.'488'(0.048560) + 1.107071.'473'(0.010573) + 2.513969.'469'(0.010573) + 2.664787.'447'(0.000969) + 1.486832.'436'(0.048560) + 2.118072.'431'(0.000969) + 0.293182.'429'(0.027066) + 0.907435.'427'(0.019153) + 0.765462.'426'(0.351899) + 2.095129.'425'(0.100222) + 1.133436.'421'(0.027066) + 0.829852.'414'(0.000969) + 2.320315.'413'(0.019153) + 1.891204.'411'(0.010573) + 2.459206.'407'(0.000969) + 0.950340.'405'(0.351899) + 0.881288.'404'(0.027066) + 1.639226.'437'(0.000000) + 1.316599.'445'(0.000000) + 0.824212.'450'(0.000000) + 1.017222.'453'(0.000000) + 1.483385.'454'(0.000000) + 0.628014.'456'(0.000000) + 0.795554.'458'(0.000000) + 0.562677.'476'(0.000000) + 1.134663.'478'(0.000000) + 1.670526.'483'(0.000000) + 1.217651.'483'(0.000000) + 0) <= 3.109799 ('440') +> [0.000000]: [ker_lmm/DEBUG] (2.261742.'494'(0.000969) + 2.291137.'440'(0.010573) + 1.679156.'428'(0.019153) + 2.080973.'426'(0.351899) + 1.948546.'425'(0.100222) + 0.843881.'421'(0.027066) + 0.467261.'414'(0.000969) + 3.316757.'414'(0.000969) + 2.850029.'410'(0.019153) + 0.843171.'408'(0.000969) + 2.309354.'407'(0.000969) + 1.763244.'405'(0.351899) + 1.751578.'453'(0.000000) + 2.339484.'454'(0.000000) + 2.224492.'455'(0.000000) + 1.635251.'471'(0.000000) + 1.490616.'480'(0.000000) + 0.943587.'490'(0.000000) + 1.515687.'498'(0.000000) + 1.888586.'500'(0.000000) + 0) <= 3.989448 ('435') +> [0.000000]: [ker_lmm/DEBUG] (2.210096.'494'(0.000969) + 1.295978.'469'(0.010573) + 2.327318.'457'(0.027066) + 2.102085.'452'(0.000969) + 1.059529.'440'(0.010573) + 0.664652.'436'(0.048560) + 1.843490.'435'(0.019153) + 2.115910.'426'(0.351899) + 2.466825.'424'(0.010573) + 1.647237.'418'(0.019153) + 2.145780.'406'(0.019153) + 0.875358.'405'(0.351899) + 2.295288.'438'(0.000000) + 1.172995.'439'(0.000000) + 1.252104.'445'(0.000000) + 1.175546.'454'(0.000000) + 0.991682.'456'(0.000000) + 1.263117.'460'(0.000000) + 1.906862.'468'(0.000000) + 2.162328.'480'(0.000000) + 1.123815.'499'(0.000000) + 1.825211.'500'(0.000000) + 0) <= 5.631875 ('426') +> [0.000000]: [ker_lmm/DEBUG] (2.058937.'469'(0.010573) + 1.882237.'447'(0.000969) + 1.312703.'429'(0.027066) + 1.319976.'425'(0.100222) + 0.993081.'422'(0.000969) + 1.578224.'415'(0.027066) + 0.604210.'414'(0.000969) + 1.438775.'410'(0.019153) + 1.038804.'405'(0.351899) + 1.437852.'430'(0.000000) + 1.923874.'443'(0.000000) + 1.525687.'446'(0.000000) + 1.602648.'453'(0.000000) + 2.065837.'458'(0.000000) + 1.845366.'463'(0.000000) + 1.490362.'471'(0.000000) + 1.218151.'484'(0.000000) + 1.116331.'485'(0.000000) + 0.785291.'487'(0.000000) + 0.983199.'495'(0.000000) + 1.887398.'498'(0.000000) + 0.904309.'499'(0.000000) + 0.688624.'500'(0.000000) + 0) <= 9.126268 ('447') +> [0.000000]: [ker_lmm/DEBUG] (1.431823.'473'(0.010573) + 1.438738.'452'(0.000969) + 1.800048.'448'(0.000969) + 2.088006.'440'(0.010573) + 2.087217.'436'(0.048560) + 1.256644.'431'(0.000969) + 2.153018.'427'(0.019153) + 2.145275.'419'(0.010573) + 1.055229.'417'(0.010573) + 1.935115.'409'(0.000969) + 0.115038.'405'(0.351899) + 1.246938.'430'(0.000000) + 1.046738.'441'(0.000000) + 1.032855.'443'(0.000000) + 1.491497.'446'(0.000000) + 1.416941.'451'(0.000000) + 2.229102.'453'(0.000000) + 2.370331.'455'(0.000000) + 1.704982.'462'(0.000000) + 2.381785.'464'(0.000000) + 0.820071.'471'(0.000000) + 2.314458.'474'(0.000000) + 2.447387.'475'(0.000000) + 2.339078.'485'(0.000000) + 0) <= 4.860990 ('472') +> [0.000000]: [ker_lmm/DEBUG] (1.297496.'494'(0.000969) + 0.611378.'428'(0.019153) + 2.128426.'427'(0.019153) + 2.234502.'422'(0.000969) + 0.633896.'420'(0.210294) + 1.240013.'419'(0.010573) + 1.767333.'416'(0.100222) + 0.172942.'411'(0.010573) + 1.363329.'408'(0.000969) + 1.651801.'406'(0.019153) + 0.795602.'405'(0.351899) + 1.061936.'430'(0.000000) + 0.759847.'437'(0.000000) + 1.887475.'442'(0.000000) + 2.079645.'445'(0.000000) + 2.404886.'450'(0.000000) + 1.251936.'455'(0.000000) + 1.761971.'456'(0.000000) + 0.849145.'459'(0.000000) + 1.103540.'461'(0.000000) + 2.675561.'464'(0.000000) + 2.237950.'471'(0.000000) + 1.584420.'476'(0.000000) + 2.118940.'481'(0.000000) + 1.313984.'482'(0.000000) + 2.032226.'485'(0.000000) + 0) <= 9.835966 ('487') +> [0.000000]: [ker_lmm/DEBUG] (1.818483.'491'(0.048560) + 0.151430.'469'(0.010573) + 1.605048.'431'(0.000969) + 1.386879.'428'(0.019153) + 2.449565.'426'(0.351899) + 1.642252.'419'(0.010573) + 0.463628.'417'(0.010573) + 2.014818.'413'(0.019153) + 1.407707.'412'(0.210294) + 1.814813.'407'(0.000969) + 1.690881.'406'(0.019153) + 1.764206.'430'(0.000000) + 0.641956.'437'(0.000000) + 1.164274.'439'(0.000000) + 0.813759.'441'(0.000000) + 0.655025.'444'(0.000000) + 1.264733.'449'(0.000000) + 2.096933.'450'(0.000000) + 0.387003.'450'(0.000000) + 0.983000.'451'(0.000000) + 0.289995.'451'(0.000000) + 0.838606.'454'(0.000000) + 2.409277.'463'(0.000000) + 1.406949.'467'(0.000000) + 1.872676.'475'(0.000000) + 1.256534.'478'(0.000000) + 1.742104.'483'(0.000000) + 1.267739.'490'(0.000000) + 0) <= 2.535882 ('417') +> [0.000000]: [ker_lmm/DEBUG] (0.926815.'494'(0.000969) + 0.390063.'440'(0.010573) + 1.978679.'436'(0.048560) + 1.665912.'424'(0.010573) + 2.106684.'423'(0.100222) + 1.519180.'421'(0.027066) + 1.111018.'418'(0.019153) + 1.223712.'408'(0.000969) + 1.935222.'406'(0.019153) + 1.666461.'437'(0.000000) + 2.440437.'438'(0.000000) + 1.447129.'449'(0.000000) + 2.338161.'459'(0.000000) + 1.969240.'463'(0.000000) + 1.721033.'471'(0.000000) + 1.807483.'477'(0.000000) + 3.105102.'479'(0.000000) + 1.090643.'479'(0.000000) + 1.610321.'482'(0.000000) + 1.846542.'483'(0.000000) + 1.114019.'489'(0.000000) + 1.053614.'495'(0.000000) + 0) <= 7.029421 ('477') +> [0.000000]: [ker_lmm/DEBUG] (1.532432.'494'(0.000969) + 2.002161.'491'(0.048560) + 1.837057.'473'(0.010573) + 2.097834.'452'(0.000969) + 1.890880.'448'(0.000969) + 1.129679.'435'(0.019153) + 1.425640.'433'(0.010573) + 2.217421.'432'(0.000969) + 1.479532.'426'(0.351899) + 1.024448.'425'(0.100222) + 0.905643.'421'(0.027066) + 1.923313.'417'(0.010573) + 1.641331.'410'(0.019153) + 1.427923.'406'(0.019153) + 1.808991.'438'(0.000000) + 1.606329.'443'(0.000000) + 1.607243.'450'(0.000000) + 1.356356.'451'(0.000000) + 2.236524.'455'(0.000000) + 1.125892.'470'(0.000000) + 0.881277.'471'(0.000000) + 0.252885.'472'(0.000000) + 1.355103.'487'(0.000000) + 1.848560.'490'(0.000000) + 2.269133.'493'(0.000000) + 1.654004.'499'(0.000000) + 0) <= 1.190954 ('412') +> [0.000000]: [ker_lmm/DEBUG] (2.547997.'494'(0.000969) + 1.601322.'447'(0.000969) + 1.518242.'431'(0.000969) + 1.656758.'429'(0.027066) + 2.265921.'420'(0.210294) + 2.309063.'411'(0.010573) + 1.559697.'410'(0.019153) + 0.064308.'407'(0.000969) + 1.145233.'407'(0.000969) + 1.857082.'437'(0.000000) + 1.538448.'439'(0.000000) + 1.851689.'449'(0.000000) + 2.553969.'453'(0.000000) + 1.224701.'463'(0.000000) + 2.227685.'467'(0.000000) + 1.429409.'468'(0.000000) + 2.759284.'474'(0.000000) + 0.965102.'489'(0.000000) + 0.581267.'492'(0.000000) + 1.421293.'495'(0.000000) + 0.933282.'498'(0.000000) + 0.495351.'499'(0.000000) + 0.964685.'500'(0.000000) + 0) <= 8.302155 ('480') +> [0.000000]: [ker_lmm/DEBUG] (2.464964.'473'(0.010573) + 0.992799.'433'(0.010573) + 2.966048.'432'(0.000969) + 0.320460.'429'(0.027066) + 0.335291.'427'(0.019153) + 1.413554.'424'(0.010573) + 0.496237.'418'(0.019153) + 2.824868.'418'(0.019153) + 0.634702.'414'(0.000969) + 0.685864.'411'(0.010573) + 2.242325.'407'(0.000969) + 0.665319.'437'(0.000000) + 1.944051.'442'(0.000000) + 1.139336.'453'(0.000000) + 1.848358.'462'(0.000000) + 2.138439.'463'(0.000000) + 1.779028.'464'(0.000000) + 2.425790.'465'(0.000000) + 1.086221.'471'(0.000000) + 1.060629.'476'(0.000000) + 0.839852.'486'(0.000000) + 0.912505.'493'(0.000000) + 0.392703.'497'(0.000000) + 1.641524.'500'(0.000000) + 0) <= 5.235122 ('495') +> [0.000000]: [ker_lmm/DEBUG] (2.003447.'488'(0.048560) + 1.024232.'473'(0.010573) + 1.252786.'469'(0.010573) + 1.017880.'452'(0.000969) + 1.771024.'447'(0.000969) + 0.338223.'435'(0.019153) + 1.807765.'433'(0.010573) + 2.091360.'429'(0.027066) + 1.390865.'411'(0.010573) + 1.996435.'407'(0.000969) + 2.220742.'437'(0.000000) + 1.097785.'442'(0.000000) + 2.293327.'443'(0.000000) + 1.895416.'444'(0.000000) + 1.975254.'445'(0.000000) + 1.309369.'451'(0.000000) + 2.194445.'466'(0.000000) + 0.340950.'470'(0.000000) + 1.025784.'471'(0.000000) + 1.595457.'472'(0.000000) + 0.895677.'476'(0.000000) + 1.446275.'482'(0.000000) + 0.980500.'483'(0.000000) + 0.725281.'483'(0.000000) + 0) <= 3.541380 ('405') +> [0.000000]: [ker_lmm/DEBUG] (2.119913.'491'(0.048560) + 0.496563.'469'(0.010573) + 1.673161.'429'(0.027066) + 0.842201.'425'(0.100222) + 2.024051.'423'(0.100222) + 1.413447.'422'(0.000969) + 2.272609.'418'(0.019153) + 0.916786.'413'(0.019153) + 1.207909.'412'(0.210294) + 0.974930.'408'(0.000969) + 2.216548.'407'(0.000969) + 2.171554.'450'(0.000000) + 1.151875.'450'(0.000000) + 1.634247.'461'(0.000000) + 1.226115.'462'(0.000000) + 0.853638.'476'(0.000000) + 1.141630.'489'(0.000000) + 1.335179.'492'(0.000000) + 2.470247.'493'(0.000000) + 1.755673.'498'(0.000000) + 0) <= 6.283088 ('493') +> [0.000000]: [ker_lmm/DEBUG] (1.252703.'469'(0.010573) + 2.648203.'436'(0.048560) + 1.809768.'426'(0.351899) + 0.729113.'424'(0.010573) + 0.832987.'417'(0.010573) + 0.716404.'413'(0.019153) + 1.299355.'412'(0.210294) + 2.110216.'411'(0.010573) + 0.570718.'409'(0.000969) + 1.067053.'407'(0.000969) + 1.469003.'442'(0.000000) + 0.526640.'444'(0.000000) + 1.344165.'445'(0.000000) + 0.810848.'446'(0.000000) + 1.683701.'456'(0.000000) + 1.655087.'466'(0.000000) + 1.733033.'472'(0.000000) + 1.554546.'478'(0.000000) + 0.711012.'481'(0.000000) + 2.104750.'483'(0.000000) + 2.451502.'485'(0.000000) + 1.278131.'486'(0.000000) + 1.693256.'489'(0.000000) + 0.107020.'492'(0.000000) + 0.571861.'493'(0.000000) + 1.666502.'496'(0.000000) + 0.251178.'500'(0.000000) + 0) <= 6.670591 ('431') +> [0.000000]: [ker_lmm/DEBUG] (2.238676.'494'(0.000969) + 2.109853.'488'(0.048560) + 1.675118.'469'(0.010573) + 1.601963.'436'(0.048560) + 1.530242.'433'(0.010573) + 1.894697.'429'(0.027066) + 1.404460.'425'(0.100222) + 0.661212.'417'(0.010573) + 1.917345.'412'(0.210294) + 2.267127.'408'(0.000969) + 2.036803.'450'(0.000000) + 1.030435.'456'(0.000000) + 2.141814.'459'(0.000000) + 0.545329.'461'(0.000000) + 1.964075.'468'(0.000000) + 1.526032.'470'(0.000000) + 1.695187.'475'(0.000000) + 2.205865.'489'(0.000000) + 1.866081.'492'(0.000000) + 1.571196.'493'(0.000000) + 2.440031.'499'(0.000000) + 0) <= 7.534345 ('497') +> [0.000000]: [ker_lmm/DEBUG] (2.387255.'488'(0.048560) + 0.799801.'447'(0.000969) + 1.853043.'435'(0.019153) + 0.310098.'432'(0.000969) + 1.920191.'426'(0.351899) + 1.567595.'425'(0.100222) + 1.085314.'420'(0.210294) + 0.883177.'417'(0.010573) + 1.860697.'415'(0.027066) + 2.332593.'411'(0.010573) + 1.344396.'409'(0.000969) + 2.148073.'409'(0.000969) + 1.464116.'408'(0.000969) + 1.467490.'430'(0.000000) + 0.228973.'437'(0.000000) + 0.727488.'441'(0.000000) + 1.634750.'445'(0.000000) + 0.132742.'455'(0.000000) + 1.920575.'456'(0.000000) + 1.058394.'464'(0.000000) + 2.531893.'466'(0.000000) + 0.812703.'474'(0.000000) + 1.578998.'499'(0.000000) + 0.765028.'500'(0.000000) + 0) <= 4.743166 ('441') +> [0.000000]: [ker_lmm/DEBUG] (1.887845.'469'(0.010573) + 1.811615.'457'(0.027066) + 1.578590.'448'(0.000969) + 1.427831.'440'(0.010573) + 2.805004.'436'(0.048560) + 1.226149.'432'(0.000969) + 1.256482.'428'(0.019153) + 1.228805.'426'(0.351899) + 1.813287.'425'(0.100222) + 1.036667.'424'(0.010573) + 2.172757.'423'(0.100222) + 1.029346.'414'(0.000969) + 1.217397.'411'(0.010573) + 2.502624.'408'(0.000969) + 1.459237.'434'(0.000000) + 2.523120.'437'(0.000000) + 1.349475.'439'(0.000000) + 0.062746.'439'(0.000000) + 2.204772.'445'(0.000000) + 0.616039.'449'(0.000000) + 0.856022.'451'(0.000000) + 2.315737.'458'(0.000000) + 2.567554.'462'(0.000000) + 1.254105.'468'(0.000000) + 2.596306.'487'(0.000000) + 1.966748.'492'(0.000000) + 2.929650.'498'(0.000000) + 0) <= 9.325947 ('459') +> [0.000000]: [ker_lmm/DEBUG] (2.218610.'427'(0.019153) + 1.717385.'425'(0.100222) + 1.447844.'423'(0.100222) + 1.745651.'417'(0.010573) + 1.725431.'416'(0.100222) + 0.721556.'408'(0.000969) + 1.713191.'434'(0.000000) + 2.733017.'446'(0.000000) + 2.540675.'449'(0.000000) + 0.595382.'449'(0.000000) + 0.387036.'463'(0.000000) + 1.445029.'470'(0.000000) + 0.877302.'481'(0.000000) + 0.467341.'485'(0.000000) + 2.286837.'490'(0.000000) + 1.666792.'493'(0.000000) + 1.174182.'493'(0.000000) + 1.333668.'497'(0.000000) + 0) <= 0.551801 ('401') +> [0.000000]: [ker_lmm/DEBUG] (0.630316.'491'(0.048560) + 1.224221.'457'(0.027066) + 1.564912.'447'(0.000969) + 1.566863.'431'(0.000969) + 2.610062.'425'(0.100222) + 1.852576.'422'(0.000969) + 0.623229.'419'(0.010573) + 1.223438.'411'(0.010573) + 1.828619.'410'(0.019153) + 0.978575.'408'(0.000969) + 1.451668.'430'(0.000000) + 1.741036.'442'(0.000000) + 1.314989.'443'(0.000000) + 1.450788.'445'(0.000000) + 1.678235.'453'(0.000000) + 2.152361.'465'(0.000000) + 2.148400.'467'(0.000000) + 1.512024.'470'(0.000000) + 1.597538.'472'(0.000000) + 1.095736.'474'(0.000000) + 0) <= 9.814687 ('434') +> [0.000000]: [ker_lmm/DEBUG] (2.051285.'488'(0.048560) + 0.453746.'473'(0.010573) + 0.370602.'469'(0.010573) + 1.737726.'432'(0.000969) + 1.351281.'425'(0.100222) + 2.261315.'423'(0.100222) + 2.213183.'420'(0.210294) + 1.169617.'415'(0.027066) + 0.403602.'409'(0.000969) + 1.657792.'430'(0.000000) + 2.166569.'438'(0.000000) + 1.111179.'454'(0.000000) + 2.823868.'455'(0.000000) + 0.559822.'456'(0.000000) + 2.150182.'458'(0.000000) + 2.154159.'460'(0.000000) + 1.993547.'466'(0.000000) + 0.326590.'467'(0.000000) + 0.767163.'468'(0.000000) + 1.476622.'471'(0.000000) + 1.838404.'475'(0.000000) + 2.214298.'482'(0.000000) + 1.728965.'483'(0.000000) + 0.412810.'484'(0.000000) + 0.876344.'493'(0.000000) + 1.352527.'497'(0.000000) + 0.596919.'498'(0.000000) + 0) <= 8.004764 ('471') +> [0.000000]: [ker_lmm/DEBUG] (1.083844.'447'(0.000969) + 0.241130.'433'(0.010573) + 1.978594.'432'(0.000969) + 1.662174.'431'(0.000969) + 1.331279.'423'(0.100222) + 1.137908.'420'(0.210294) + 1.631373.'419'(0.010573) + 1.413878.'409'(0.000969) + 1.343353.'434'(0.000000) + 2.379619.'442'(0.000000) + 1.655218.'449'(0.000000) + 1.187170.'458'(0.000000) + 2.130839.'459'(0.000000) + 0.996895.'470'(0.000000) + 2.751819.'472'(0.000000) + 1.392959.'477'(0.000000) + 1.967932.'478'(0.000000) + 3.473837.'486'(0.000000) + 0.214022.'486'(0.000000) + 1.765616.'495'(0.000000) + 1.765558.'498'(0.000000) + 0) <= 9.876963 ('476') +> [0.000000]: [ker_lmm/DEBUG] (1.787245.'473'(0.010573) + 1.494621.'457'(0.027066) + 1.686784.'448'(0.000969) + 1.880226.'435'(0.019153) + 2.411854.'428'(0.019153) + 0.628903.'425'(0.100222) + 1.440700.'423'(0.100222) + 1.502936.'422'(0.000969) + 0.843337.'419'(0.010573) + 1.855965.'416'(0.100222) + 1.317239.'415'(0.027066) + 2.046681.'410'(0.019153) + 1.485083.'438'(0.000000) + 1.473546.'439'(0.000000) + 1.994838.'446'(0.000000) + 0.718009.'449'(0.000000) + 1.576772.'451'(0.000000) + 0.684495.'460'(0.000000) + 0.585803.'461'(0.000000) + 1.876332.'466'(0.000000) + 2.376635.'483'(0.000000) + 0.802895.'495'(0.000000) + 2.125912.'497'(0.000000) + 0) <= 1.884146 ('422') +> [0.000000]: [ker_lmm/DEBUG] (1.610323.'452'(0.000969) + 1.348878.'440'(0.010573) + 2.093029.'435'(0.019153) + 2.221128.'433'(0.010573) + 1.606355.'432'(0.000969) + 1.367183.'431'(0.000969) + 2.591042.'428'(0.019153) + 1.198953.'426'(0.351899) + 0.644407.'423'(0.100222) + 1.977968.'413'(0.019153) + 0.468753.'410'(0.019153) + 2.296643.'434'(0.000000) + 2.119805.'438'(0.000000) + 1.982796.'442'(0.000000) + 2.377788.'464'(0.000000) + 1.346830.'464'(0.000000) + 1.640986.'470'(0.000000) + 1.971031.'474'(0.000000) + 0.513652.'475'(0.000000) + 2.172913.'481'(0.000000) + 1.636116.'484'(0.000000) + 1.851241.'486'(0.000000) + 1.251378.'496'(0.000000) + 0) <= 6.161248 ('425') +> [0.000000]: [ker_lmm/DEBUG] (1.185546.'494'(0.000969) + 1.499697.'469'(0.010573) + 1.210578.'447'(0.000969) + 1.276222.'424'(0.010573) + 1.357066.'415'(0.027066) + 2.439797.'411'(0.010573) + 2.128020.'434'(0.000000) + 0.927522.'438'(0.000000) + 2.719062.'442'(0.000000) + 0.370906.'442'(0.000000) + 1.135043.'446'(0.000000) + 1.347575.'460'(0.000000) + 0.493900.'462'(0.000000) + 1.855969.'467'(0.000000) + 1.281544.'471'(0.000000) + 0.940484.'472'(0.000000) + 2.378695.'477'(0.000000) + 2.282096.'478'(0.000000) + 0.936060.'481'(0.000000) + 1.327347.'484'(0.000000) + 0.961322.'499'(0.000000) + 2.156299.'500'(0.000000) + 0) <= 9.944312 ('461') +> [0.000000]: [ker_lmm/DEBUG] (1.490428.'473'(0.010573) + 1.026629.'448'(0.000969) + 2.237751.'436'(0.048560) + 1.109789.'429'(0.027066) + 0.919435.'423'(0.100222) + 2.068641.'413'(0.019153) + 1.189947.'412'(0.210294) + 2.382912.'437'(0.000000) + 1.370086.'442'(0.000000) + 2.721591.'445'(0.000000) + 1.498618.'446'(0.000000) + 2.181588.'449'(0.000000) + 1.598694.'454'(0.000000) + 1.751972.'455'(0.000000) + 1.722090.'458'(0.000000) + 1.477695.'460'(0.000000) + 0.467745.'461'(0.000000) + 2.538981.'464'(0.000000) + 1.648279.'479'(0.000000) + 1.810523.'485'(0.000000) + 1.037855.'486'(0.000000) + 2.333914.'487'(0.000000) + 1.420505.'490'(0.000000) + 0.846849.'490'(0.000000) + 1.542395.'495'(0.000000) + 0) <= 9.611031 ('464') +> [0.000000]: [ker_lmm/DEBUG] (1.639427.'452'(0.000969) + 1.705910.'429'(0.027066) + 2.103268.'427'(0.019153) + 1.402736.'420'(0.210294) + 1.651637.'419'(0.010573) + 2.304786.'418'(0.019153) + 1.661945.'417'(0.010573) + 0.841992.'412'(0.210294) + 0.796805.'434'(0.000000) + 0.620977.'442'(0.000000) + 2.707501.'450'(0.000000) + 1.632462.'461'(0.000000) + 1.094903.'478'(0.000000) + 1.301424.'479'(0.000000) + 0.736143.'479'(0.000000) + 1.198575.'486'(0.000000) + 1.001718.'487'(0.000000) + 0) <= 2.846859 ('416') +> [0.000000]: [ker_lmm/DEBUG] (2.091785.'488'(0.048560) + 1.768394.'473'(0.010573) + 0.196161.'440'(0.010573) + 1.846810.'436'(0.048560) + 1.384198.'427'(0.019153) + 1.925743.'425'(0.100222) + 0.791366.'418'(0.019153) + 2.432962.'416'(0.100222) + 1.798684.'412'(0.210294) + 1.800453.'443'(0.000000) + 1.053062.'454'(0.000000) + 0.682616.'455'(0.000000) + 1.514125.'458'(0.000000) + 2.881329.'459'(0.000000) + 0.587995.'461'(0.000000) + 1.587108.'462'(0.000000) + 0.899062.'464'(0.000000) + 2.478258.'475'(0.000000) + 0.968098.'483'(0.000000) + 2.261378.'495'(0.000000) + 0.679608.'496'(0.000000) + 0.763533.'498'(0.000000) + 0) <= 6.842328 ('449') +> [0.000000]: [ker_lmm/DEBUG] (0.523544.'488'(0.048560) + 2.652881.'473'(0.010573) + 0.223301.'448'(0.000969) + 0.866240.'447'(0.000969) + 1.127031.'432'(0.000969) + 2.752198.'428'(0.019153) + 1.808803.'424'(0.010573) + 1.275839.'419'(0.010573) + 0.399140.'418'(0.019153) + 1.968010.'415'(0.027066) + 1.135711.'412'(0.210294) + 2.235966.'441'(0.000000) + 1.111929.'458'(0.000000) + 1.105548.'459'(0.000000) + 1.454641.'465'(0.000000) + 2.238094.'467'(0.000000) + 1.677959.'468'(0.000000) + 1.626965.'474'(0.000000) + 2.528804.'476'(0.000000) + 1.279938.'476'(0.000000) + 2.398538.'480'(0.000000) + 1.358214.'495'(0.000000) + 0.240243.'500'(0.000000) + 0) <= 8.137325 ('436') +> [0.000000]: [ker_lmm/DEBUG] (1.461318.'491'(0.048560) + 1.289718.'469'(0.010573) + 0.655061.'416'(0.100222) + 1.260070.'414'(0.000969) + 2.729168.'412'(0.210294) + 2.776157.'430'(0.000000) + 0.680778.'459'(0.000000) + 0.602096.'461'(0.000000) + 2.133478.'476'(0.000000) + 0.228608.'476'(0.000000) + 1.122922.'477'(0.000000) + 0.897740.'477'(0.000000) + 1.232559.'487'(0.000000) + 2.008062.'498'(0.000000) + 0) <= 5.754137 ('433') +> [0.000000]: [ker_lmm/DEBUG] (1.558883.'494'(0.000969) + 1.475550.'488'(0.048560) + 1.624847.'448'(0.000969) + 1.714030.'440'(0.010573) + 2.609173.'436'(0.048560) + 2.817816.'431'(0.000969) + 0.887564.'429'(0.027066) + 0.762190.'426'(0.351899) + 1.335416.'424'(0.010573) + 1.373335.'415'(0.027066) + 1.298591.'443'(0.000000) + 1.696404.'445'(0.000000) + 0.454977.'451'(0.000000) + 1.331952.'454'(0.000000) + 1.097783.'462'(0.000000) + 0.466264.'465'(0.000000) + 0.860208.'480'(0.000000) + 1.219290.'481'(0.000000) + 2.489400.'485'(0.000000) + 0.462799.'493'(0.000000) + 0) <= 4.461701 ('470') +> [0.000000]: [ker_lmm/DEBUG] (0.773282.'457'(0.027066) + 1.177945.'452'(0.000969) + 1.768800.'448'(0.000969) + 2.493536.'447'(0.000969) + 1.563153.'440'(0.010573) + 1.312323.'428'(0.019153) + 1.914841.'427'(0.019153) + 2.487726.'422'(0.000969) + 1.627353.'416'(0.100222) + 2.585255.'434'(0.000000) + 0.853388.'439'(0.000000) + 1.379041.'453'(0.000000) + 1.594916.'460'(0.000000) + 1.585877.'465'(0.000000) + 1.581068.'466'(0.000000) + 0.745444.'467'(0.000000) + 0.786586.'468'(0.000000) + 1.906042.'482'(0.000000) + 0.879107.'487'(0.000000) + 2.668858.'490'(0.000000) + 0.897928.'490'(0.000000) + 0.692920.'496'(0.000000) + 1.437571.'500'(0.000000) + 0) <= 9.580135 ('420') +> [0.000000]: [ker_lmm/DEBUG] (0.440966.'448'(0.000969) + 0.809803.'433'(0.010573) + 2.014407.'420'(0.210294) + 1.826477.'416'(0.100222) + 0.393325.'434'(0.000000) + 2.291457.'441'(0.000000) + 1.388278.'441'(0.000000) + 1.607989.'442'(0.000000) + 1.173076.'456'(0.000000) + 1.801090.'465'(0.000000) + 0.390412.'468'(0.000000) + 1.937433.'470'(0.000000) + 0.721002.'471'(0.000000) + 1.114042.'472'(0.000000) + 0.753172.'476'(0.000000) + 1.051596.'476'(0.000000) + 2.433541.'480'(0.000000) + 0.758714.'484'(0.000000) + 1.078382.'489'(0.000000) + 1.275342.'497'(0.000000) + 0.838197.'498'(0.000000) + 0) <= 6.287879 ('413') +> [0.000000]: [ker_lmm/DEBUG] (2.058461.'491'(0.048560) + 1.738047.'457'(0.027066) + 2.244793.'448'(0.000969) + 2.201971.'447'(0.000969) + 1.524761.'440'(0.010573) + 1.320568.'431'(0.000969) + 2.327398.'427'(0.019153) + 2.679336.'425'(0.100222) + 1.778966.'430'(0.000000) + 0.964742.'441'(0.000000) + 1.669028.'442'(0.000000) + 1.833072.'449'(0.000000) + 1.666517.'453'(0.000000) + 1.472002.'459'(0.000000) + 1.183614.'461'(0.000000) + 1.181995.'463'(0.000000) + 1.506600.'467'(0.000000) + 2.123344.'468'(0.000000) + 2.729091.'474'(0.000000) + 2.514733.'475'(0.000000) + 0.423555.'477'(0.000000) + 0.476021.'477'(0.000000) + 0.759830.'478'(0.000000) + 1.537318.'479'(0.000000) + 1.354161.'482'(0.000000) + 0.170706.'484'(0.000000) + 1.476827.'486'(0.000000) + 1.841610.'496'(0.000000) + 0) <= 6.494589 ('408') +> [0.000000]: [ker_lmm/DEBUG] Variables +> [0.000000]: [ker_lmm/DEBUG] '494'(1.000000) : 0.000969 +> [0.000000]: [ker_lmm/DEBUG] '491'(1.000000) : 0.048560 +> [0.000000]: [ker_lmm/DEBUG] '488'(1.000000) : 0.048560 +> [0.000000]: [ker_lmm/DEBUG] '473'(1.000000) : 0.010573 +> [0.000000]: [ker_lmm/DEBUG] '469'(1.000000) : 0.010573 +> [0.000000]: [ker_lmm/DEBUG] '457'(1.000000) : 0.027066 +> [0.000000]: [ker_lmm/DEBUG] '452'(1.000000) : 0.000969 +> [0.000000]: [ker_lmm/DEBUG] '448'(1.000000) : 0.000969 +> [0.000000]: [ker_lmm/DEBUG] '447'(1.000000) : 0.000969 +> [0.000000]: [ker_lmm/DEBUG] '440'(1.000000) : 0.010573 +> [0.000000]: [ker_lmm/DEBUG] '436'(1.000000) : 0.048560 +> [0.000000]: [ker_lmm/DEBUG] '435'(1.000000) : 0.019153 +> [0.000000]: [ker_lmm/DEBUG] '433'(1.000000) : 0.010573 +> [0.000000]: [ker_lmm/DEBUG] '432'(1.000000) : 0.000969 +> [0.000000]: [ker_lmm/DEBUG] '431'(1.000000) : 0.000969 +> [0.000000]: [ker_lmm/DEBUG] '429'(1.000000) : 0.027066 +> [0.000000]: [ker_lmm/DEBUG] '428'(1.000000) : 0.019153 +> [0.000000]: [ker_lmm/DEBUG] '427'(1.000000) : 0.019153 +> [0.000000]: [ker_lmm/DEBUG] '426'(1.000000) : 0.351899 +> [0.000000]: [ker_lmm/DEBUG] '425'(1.000000) : 0.100222 +> [0.000000]: [ker_lmm/DEBUG] '424'(1.000000) : 0.010573 +> [0.000000]: [ker_lmm/DEBUG] '423'(1.000000) : 0.100222 +> [0.000000]: [ker_lmm/DEBUG] '422'(1.000000) : 0.000969 +> [0.000000]: [ker_lmm/DEBUG] '421'(1.000000) : 0.027066 +> [0.000000]: [ker_lmm/DEBUG] '420'(1.000000) : 0.210294 +> [0.000000]: [ker_lmm/DEBUG] '419'(1.000000) : 0.010573 +> [0.000000]: [ker_lmm/DEBUG] '418'(1.000000) : 0.019153 +> [0.000000]: [ker_lmm/DEBUG] '417'(1.000000) : 0.010573 +> [0.000000]: [ker_lmm/DEBUG] '416'(1.000000) : 0.100222 +> [0.000000]: [ker_lmm/DEBUG] '415'(1.000000) : 0.027066 +> [0.000000]: [ker_lmm/DEBUG] '414'(1.000000) : 0.000969 +> [0.000000]: [ker_lmm/DEBUG] '413'(1.000000) : 0.019153 +> [0.000000]: [ker_lmm/DEBUG] '412'(1.000000) : 0.210294 +> [0.000000]: [ker_lmm/DEBUG] '411'(1.000000) : 0.010573 +> [0.000000]: [ker_lmm/DEBUG] '410'(1.000000) : 0.019153 +> [0.000000]: [ker_lmm/DEBUG] '409'(1.000000) : 0.000969 +> [0.000000]: [ker_lmm/DEBUG] '408'(1.000000) : 0.000969 +> [0.000000]: [ker_lmm/DEBUG] '407'(1.000000) : 0.000969 +> [0.000000]: [ker_lmm/DEBUG] '406'(1.000000) : 0.019153 +> [0.000000]: [ker_lmm/DEBUG] '405'(1.000000) : 0.351899 +> [0.000000]: [ker_lmm/DEBUG] '404'(1.000000) : 0.027066 +> [0.000000]: [ker_lmm/DEBUG] '403'(1.000000) : 0.000969 +> [0.000000]: [ker_lmm/DEBUG] '402'(1.000000) : 0.010573 +> [0.000000]: [ker_lmm/DEBUG] '401'(1.000000) : 0.048560 +> [0.000000]: [ker_lmm/DEBUG] '430'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '434'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '437'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '438'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '439'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '441'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '442'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '443'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '444'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '445'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '446'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '449'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '450'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '451'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '453'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '454'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '455'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '456'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '458'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '459'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '460'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '461'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '462'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '463'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '464'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '465'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '466'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '467'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '468'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '470'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '471'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '472'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '474'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '475'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '476'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '477'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '478'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '479'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '480'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '481'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '482'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '483'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '484'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '485'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '486'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '487'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '489'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '490'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '492'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '493'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '495'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '496'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '497'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '498'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '499'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '500'(0.000000) : 0.000000 > 5x One shot execution time for a total of 100 constraints, 100 variables with 24 active constraint each, concurrency in [8,72] and max concurrency share 2 diff --git a/teshsuite/surf/maxmin_bench/maxmin_bench_small.tesh b/teshsuite/surf/maxmin_bench/maxmin_bench_small.tesh index d42811186a..4f6ab88269 100644 --- a/teshsuite/surf/maxmin_bench/maxmin_bench_small.tesh +++ b/teshsuite/surf/maxmin_bench/maxmin_bench_small.tesh @@ -5,722 +5,722 @@ ! output sort $ ${bindir:=.}/maxmin_bench small 10 test > Starting 0: (845) -> [0.000000]: [surf_maxmin/DEBUG] Setting selective_update_active flag to 0 +> [0.000000]: [ker_lmm/DEBUG] Setting selective_update_active flag to 0 > Starting to solve(729) -> [0.000000]: [surf_maxmin/DEBUG] Active constraints : 10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '5' usage: 2.376644 remaining: 3.965807 concurrency: 1<=1<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '8' usage: 4.287274 remaining: 8.463109 concurrency: 2<=2<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '4' usage: 4.744865 remaining: 2.360890 concurrency: 3<=4<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '3' usage: 3.249585 remaining: 3.023326 concurrency: 1<=1<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '6' usage: 4.666459 remaining: 3.879107 concurrency: 3<=3<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '2' usage: 7.030584 remaining: 0.001144 concurrency: 3<=3<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '9' usage: 5.171734 remaining: 6.852195 concurrency: 3<=3<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '10' usage: 4.610601 remaining: 4.434529 concurrency: 2<=2<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '1' usage: 3.612665 remaining: 9.971848 concurrency: 2<=2<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '7' usage: 2.607649 remaining: 3.967675 concurrency: 1<=1<=3 -> [0.000000]: [surf_maxmin/DEBUG] var=2, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000163, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=3, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000163, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=4, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000163, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=8, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000163, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (2) value to 0.000163 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.000163, Var(2).penalty: 1.000000, Var(2).value: 0.000163 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (3) value to 0.000163 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.000163, Var(3).penalty: 1.000000, Var(3).value: 0.000163 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (4) value to 0.000163 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.000163, Var(4).penalty: 1.000000, Var(4).value: 0.000163 -> [0.000000]: [surf_maxmin/DEBUG] index: 4 cnst_light_num: 10 || usage: 0.000000 remaining: 3.878348 bound: 3.879107 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (8) value to 0.000163 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.000163, Var(8).penalty: 1.000000, Var(8).value: 0.000163 -> [0.000000]: [surf_maxmin/DEBUG] index: 5 cnst_light_num: 9 || usage: 0.000000 remaining: 0.000000 bound: 0.001144 -> [0.000000]: [surf_maxmin/DEBUG] var=1, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.854362, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=6, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.854362, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (1) value to 0.854362 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.854362, Var(1).penalty: 1.000000, Var(1).value: 0.854362 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 8 || usage: 0.000000 remaining: 1.935293 bound: 3.965807 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (6) value to 0.854362 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.854362, Var(6).penalty: 1.000000, Var(6).value: 0.854362 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 7 || usage: 0.000000 remaining: 6.321717 bound: 8.463109 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 6 || usage: 0.000000 remaining: 0.000000 bound: 2.360890 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 5 || usage: 0.000000 remaining: 8.958390 bound: 9.971848 -> [0.000000]: [surf_maxmin/DEBUG] var=9, var.bound=-1.000000, var.penalty=1.000000, min_usage=1.134766, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (9) value to 1.134766 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 1.134766, Var(9).penalty: 1.000000, Var(9).value: 1.134766 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 4 || usage: 0.000000 remaining: 1.480555 bound: 3.967675 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 3 || usage: 0.000000 remaining: 1.975904 bound: 4.434529 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 2 || usage: 0.000000 remaining: 0.000000 bound: 3.023326 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 5.531932 bound: 6.852195 -> [0.000000]: [surf_maxmin/DEBUG] MAX-MIN ( '9'(1.000000) '8'(1.000000) '6'(1.000000) '4'(1.000000) '3'(1.000000) '2'(1.000000) '1'(1.000000) '5'(0.000000) '7'(0.000000) '10'(0.000000) ) -> [0.000000]: [surf_maxmin/DEBUG] Constraints -> [0.000000]: [surf_maxmin/DEBUG] (2.376644.'1'(0.854362) + 0) <= 3.965807 ('5') -> [0.000000]: [surf_maxmin/DEBUG] (1.781190.'8'(0.000163) + 0.982242.'6'(0.854362) + 1.523842.'1'(0.854362) + 1.795476.'5'(0.000000) + 0) <= 8.463109 ('8') -> [0.000000]: [surf_maxmin/DEBUG] (0.885831.'8'(0.000163) + 1.143688.'6'(0.854362) + 1.096074.'3'(0.000163) + 1.619272.'1'(0.854362) + 1.710044.'7'(0.000000) + 0) <= 2.360890 ('4') -> [0.000000]: [surf_maxmin/DEBUG] (0.880885.'9'(1.134766) + 2.368701.'1'(0.854362) + 2.360266.'10'(0.000000) + 0) <= 3.023326 ('3') -> [0.000000]: [surf_maxmin/DEBUG] (1.176473.'4'(0.000163) + 1.038484.'2'(0.000163) + 2.451501.'2'(0.000163) + 1.183919.'5'(0.000000) + 1.391263.'10'(0.000000) + 0) <= 3.879107 ('6') -> [0.000000]: [surf_maxmin/DEBUG] (0.871863.'8'(0.000163) + 2.113202.'4'(0.000163) + 1.406079.'3'(0.000163) + 2.639440.'2'(0.000163) + 0.264885.'5'(0.000000) + 1.378162.'10'(0.000000) + 0) <= 0.001144 ('2') -> [0.000000]: [surf_maxmin/DEBUG] (1.162892.'9'(1.134766) + 0.982283.'8'(0.000163) + 0.686454.'4'(0.000163) + 1.037119.'3'(0.000163) + 1.302987.'2'(0.000163) + 0) <= 6.852195 ('9') -> [0.000000]: [surf_maxmin/DEBUG] (2.166285.'9'(1.134766) + 2.444315.'3'(0.000163) + 1.654896.'7'(0.000000) + 0) <= 4.434529 ('10') -> [0.000000]: [surf_maxmin/DEBUG] (1.185755.'6'(0.854362) + 2.426910.'4'(0.000163) + 2.066751.'5'(0.000000) + 1.849810.'7'(0.000000) + 0.153502.'7'(0.000000) + 0) <= 9.971848 ('1') -> [0.000000]: [surf_maxmin/DEBUG] (0.924535.'9'(1.134766) + 1.683115.'6'(0.854362) + 2.045752.'10'(0.000000) + 0) <= 3.967675 ('7') -> [0.000000]: [surf_maxmin/DEBUG] Variables -> [0.000000]: [surf_maxmin/DEBUG] '9'(1.000000) : 1.134766 -> [0.000000]: [surf_maxmin/DEBUG] '8'(1.000000) : 0.000163 -> [0.000000]: [surf_maxmin/DEBUG] '6'(1.000000) : 0.854362 -> [0.000000]: [surf_maxmin/DEBUG] '4'(1.000000) : 0.000163 -> [0.000000]: [surf_maxmin/DEBUG] '3'(1.000000) : 0.000163 -> [0.000000]: [surf_maxmin/DEBUG] '2'(1.000000) : 0.000163 -> [0.000000]: [surf_maxmin/DEBUG] '1'(1.000000) : 0.854362 -> [0.000000]: [surf_maxmin/DEBUG] '5'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '7'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '10'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] Active constraints : 10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '5' usage: 2.376644 remaining: 3.965807 concurrency: 1<=1<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '8' usage: 4.287274 remaining: 8.463109 concurrency: 2<=2<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '4' usage: 4.744865 remaining: 2.360890 concurrency: 3<=4<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '3' usage: 3.249585 remaining: 3.023326 concurrency: 1<=1<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '6' usage: 4.666459 remaining: 3.879107 concurrency: 3<=3<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '2' usage: 7.030584 remaining: 0.001144 concurrency: 3<=3<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '9' usage: 5.171734 remaining: 6.852195 concurrency: 3<=3<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '10' usage: 4.610601 remaining: 4.434529 concurrency: 2<=2<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '1' usage: 3.612665 remaining: 9.971848 concurrency: 2<=2<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '7' usage: 2.607649 remaining: 3.967675 concurrency: 1<=1<=3 +> [0.000000]: [ker_lmm/DEBUG] var=2, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000163, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=3, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000163, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=4, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000163, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=8, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.000163, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (2) value to 0.000163 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.000163, Var(2).penalty: 1.000000, Var(2).value: 0.000163 +> [0.000000]: [ker_lmm/DEBUG] Setting var (3) value to 0.000163 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.000163, Var(3).penalty: 1.000000, Var(3).value: 0.000163 +> [0.000000]: [ker_lmm/DEBUG] Setting var (4) value to 0.000163 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.000163, Var(4).penalty: 1.000000, Var(4).value: 0.000163 +> [0.000000]: [ker_lmm/DEBUG] index: 4 cnst_light_num: 10 || usage: 0.000000 remaining: 3.878348 bound: 3.879107 +> [0.000000]: [ker_lmm/DEBUG] Setting var (8) value to 0.000163 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.000163, Var(8).penalty: 1.000000, Var(8).value: 0.000163 +> [0.000000]: [ker_lmm/DEBUG] index: 5 cnst_light_num: 9 || usage: 0.000000 remaining: 0.000000 bound: 0.001144 +> [0.000000]: [ker_lmm/DEBUG] var=1, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.854362, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=6, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.854362, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (1) value to 0.854362 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.854362, Var(1).penalty: 1.000000, Var(1).value: 0.854362 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 8 || usage: 0.000000 remaining: 1.935293 bound: 3.965807 +> [0.000000]: [ker_lmm/DEBUG] Setting var (6) value to 0.854362 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.854362, Var(6).penalty: 1.000000, Var(6).value: 0.854362 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 7 || usage: 0.000000 remaining: 6.321717 bound: 8.463109 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 6 || usage: 0.000000 remaining: 0.000000 bound: 2.360890 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 5 || usage: 0.000000 remaining: 8.958390 bound: 9.971848 +> [0.000000]: [ker_lmm/DEBUG] var=9, var.bound=-1.000000, var.penalty=1.000000, min_usage=1.134766, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (9) value to 1.134766 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 1.134766, Var(9).penalty: 1.000000, Var(9).value: 1.134766 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 4 || usage: 0.000000 remaining: 1.480555 bound: 3.967675 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 3 || usage: 0.000000 remaining: 1.975904 bound: 4.434529 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 2 || usage: 0.000000 remaining: 0.000000 bound: 3.023326 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 5.531932 bound: 6.852195 +> [0.000000]: [ker_lmm/DEBUG] MAX-MIN ( '9'(1.000000) '8'(1.000000) '6'(1.000000) '4'(1.000000) '3'(1.000000) '2'(1.000000) '1'(1.000000) '5'(0.000000) '7'(0.000000) '10'(0.000000) ) +> [0.000000]: [ker_lmm/DEBUG] Constraints +> [0.000000]: [ker_lmm/DEBUG] (2.376644.'1'(0.854362) + 0) <= 3.965807 ('5') +> [0.000000]: [ker_lmm/DEBUG] (1.781190.'8'(0.000163) + 0.982242.'6'(0.854362) + 1.523842.'1'(0.854362) + 1.795476.'5'(0.000000) + 0) <= 8.463109 ('8') +> [0.000000]: [ker_lmm/DEBUG] (0.885831.'8'(0.000163) + 1.143688.'6'(0.854362) + 1.096074.'3'(0.000163) + 1.619272.'1'(0.854362) + 1.710044.'7'(0.000000) + 0) <= 2.360890 ('4') +> [0.000000]: [ker_lmm/DEBUG] (0.880885.'9'(1.134766) + 2.368701.'1'(0.854362) + 2.360266.'10'(0.000000) + 0) <= 3.023326 ('3') +> [0.000000]: [ker_lmm/DEBUG] (1.176473.'4'(0.000163) + 1.038484.'2'(0.000163) + 2.451501.'2'(0.000163) + 1.183919.'5'(0.000000) + 1.391263.'10'(0.000000) + 0) <= 3.879107 ('6') +> [0.000000]: [ker_lmm/DEBUG] (0.871863.'8'(0.000163) + 2.113202.'4'(0.000163) + 1.406079.'3'(0.000163) + 2.639440.'2'(0.000163) + 0.264885.'5'(0.000000) + 1.378162.'10'(0.000000) + 0) <= 0.001144 ('2') +> [0.000000]: [ker_lmm/DEBUG] (1.162892.'9'(1.134766) + 0.982283.'8'(0.000163) + 0.686454.'4'(0.000163) + 1.037119.'3'(0.000163) + 1.302987.'2'(0.000163) + 0) <= 6.852195 ('9') +> [0.000000]: [ker_lmm/DEBUG] (2.166285.'9'(1.134766) + 2.444315.'3'(0.000163) + 1.654896.'7'(0.000000) + 0) <= 4.434529 ('10') +> [0.000000]: [ker_lmm/DEBUG] (1.185755.'6'(0.854362) + 2.426910.'4'(0.000163) + 2.066751.'5'(0.000000) + 1.849810.'7'(0.000000) + 0.153502.'7'(0.000000) + 0) <= 9.971848 ('1') +> [0.000000]: [ker_lmm/DEBUG] (0.924535.'9'(1.134766) + 1.683115.'6'(0.854362) + 2.045752.'10'(0.000000) + 0) <= 3.967675 ('7') +> [0.000000]: [ker_lmm/DEBUG] Variables +> [0.000000]: [ker_lmm/DEBUG] '9'(1.000000) : 1.134766 +> [0.000000]: [ker_lmm/DEBUG] '8'(1.000000) : 0.000163 +> [0.000000]: [ker_lmm/DEBUG] '6'(1.000000) : 0.854362 +> [0.000000]: [ker_lmm/DEBUG] '4'(1.000000) : 0.000163 +> [0.000000]: [ker_lmm/DEBUG] '3'(1.000000) : 0.000163 +> [0.000000]: [ker_lmm/DEBUG] '2'(1.000000) : 0.000163 +> [0.000000]: [ker_lmm/DEBUG] '1'(1.000000) : 0.854362 +> [0.000000]: [ker_lmm/DEBUG] '5'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '7'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '10'(0.000000) : 0.000000 > Starting 1: (848) -> [0.000000]: [surf_maxmin/DEBUG] Setting selective_update_active flag to 0 +> [0.000000]: [ker_lmm/DEBUG] Setting selective_update_active flag to 0 > Starting to solve(28) -> [0.000000]: [surf_maxmin/DEBUG] Active constraints : 10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '16' usage: 4.049244 remaining: 1.199505 concurrency: 2<=2<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '12' usage: 8.681117 remaining: 9.315409 concurrency: 4<=4<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '20' usage: 0.384945 remaining: 5.867970 concurrency: 0<=0<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '11' usage: 4.958247 remaining: 1.850821 concurrency: 3<=3<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '18' usage: 6.197159 remaining: 8.182267 concurrency: 3<=3<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '19' usage: 6.324096 remaining: 1.345799 concurrency: 3<=3<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '13' usage: 5.807235 remaining: 4.353224 concurrency: 3<=3<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '15' usage: 3.331655 remaining: 2.046486 concurrency: 1<=1<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '17' usage: 0.000000 remaining: 2.668273 concurrency: 0<=0<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '14' usage: 1.677831 remaining: 3.205364 concurrency: 1<=1<=4 -> [0.000000]: [surf_maxmin/DEBUG] var=12, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.212805, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=14, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.212805, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=15, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.212805, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (12) value to 0.212805 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.212805, Var(12).penalty: 1.000000, Var(12).value: 0.212805 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (14) value to 0.212805 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.212805, Var(14).penalty: 1.000000, Var(14).value: 0.212805 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (15) value to 0.212805 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.212805, Var(15).penalty: 1.000000, Var(15).value: 0.212805 -> [0.000000]: [surf_maxmin/DEBUG] index: 5 cnst_light_num: 9 || usage: 0.000000 remaining: 0.000000 bound: 1.345799 -> [0.000000]: [surf_maxmin/DEBUG] var=11, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.307087, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=13, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.307087, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (11) value to 0.307087 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.307087, Var(11).penalty: 1.000000, Var(11).value: 0.307087 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 8 || usage: 0.000000 remaining: 5.749758 bound: 5.867970 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (13) value to 0.307087 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.307087, Var(13).penalty: 1.000000, Var(13).value: 0.307087 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 7 || usage: 0.000000 remaining: 0.000000 bound: 1.199505 -> [0.000000]: [surf_maxmin/DEBUG] var=16, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.459141, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=18, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.459141, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (16) value to 0.459141 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.459141, Var(16).penalty: 1.000000, Var(16).value: 0.459141 -> [0.000000]: [surf_maxmin/DEBUG] index: 4 cnst_light_num: 6 || usage: 0.000000 remaining: 6.098007 bound: 8.182267 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 5 || usage: 0.000000 remaining: 2.521143 bound: 4.353224 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (18) value to 0.459141 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.459141, Var(18).penalty: 1.000000, Var(18).value: 0.459141 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 4 || usage: 0.000000 remaining: 1.097225 bound: 2.046486 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 3 || usage: 0.000000 remaining: 0.000000 bound: 1.850821 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 2 || usage: 0.000000 remaining: 2.435004 bound: 3.205364 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 6.269740 bound: 9.315409 -> [0.000000]: [surf_maxmin/DEBUG] MAX-MIN ( '18'(1.000000) '16'(1.000000) '15'(1.000000) '14'(1.000000) '13'(1.000000) '12'(1.000000) '11'(1.000000) '17'(0.000000) '19'(0.000000) '20'(0.000000) ) -> [0.000000]: [surf_maxmin/DEBUG] Constraints -> [0.000000]: [surf_maxmin/DEBUG] (0.466295.'14'(0.212805) + 1.914239.'13'(0.307087) + 1.668710.'11'(0.307087) + 2.210389.'17'(0.000000) + 2.494941.'19'(0.000000) + 0) <= 1.199505 ('16') -> [0.000000]: [surf_maxmin/DEBUG] (2.873673.'18'(0.459141) + 0.940910.'16'(0.459141) + 1.660185.'15'(0.212805) + 1.390702.'13'(0.307087) + 0.463331.'12'(0.212805) + 1.352317.'11'(0.307087) + 0.647307.'17'(0.000000) + 1.417068.'20'(0.000000) + 0) <= 9.315409 ('12') -> [0.000000]: [surf_maxmin/DEBUG] (0.384945.'11'(0.307087) + 0) <= 5.867970 ('20') -> [0.000000]: [surf_maxmin/DEBUG] (1.425134.'18'(0.459141) + 1.344350.'16'(0.459141) + 0.985367.'15'(0.212805) + 1.203397.'11'(0.307087) + 1.171235.'19'(0.000000) + 1.515507.'20'(0.000000) + 0) <= 1.850821 ('11') -> [0.000000]: [surf_maxmin/DEBUG] (2.627914.'16'(0.459141) + 1.499884.'14'(0.212805) + 1.252888.'13'(0.307087) + 0.816473.'12'(0.212805) + 0) <= 8.182267 ('18') -> [0.000000]: [surf_maxmin/DEBUG] (1.855082.'15'(0.212805) + 2.725248.'14'(0.212805) + 1.743766.'12'(0.212805) + 0.756001.'19'(0.000000) + 0) <= 1.345799 ('19') -> [0.000000]: [surf_maxmin/DEBUG] (1.783841.'16'(0.459141) + 1.866603.'15'(0.212805) + 1.663620.'13'(0.307087) + 0.493171.'12'(0.212805) + 0.019526.'20'(0.000000) + 0) <= 4.353224 ('13') -> [0.000000]: [surf_maxmin/DEBUG] (0.975371.'18'(0.459141) + 2.356284.'14'(0.212805) + 1.955789.'17'(0.000000) + 0) <= 2.046486 ('15') -> [0.000000]: [surf_maxmin/DEBUG] (2.823234.'17'(0.000000) + 0.583315.'20'(0.000000) + 0) <= 2.668273 ('17') -> [0.000000]: [surf_maxmin/DEBUG] (1.677831.'18'(0.459141) + 1.315763.'19'(0.000000) + 0) <= 3.205364 ('14') -> [0.000000]: [surf_maxmin/DEBUG] Variables -> [0.000000]: [surf_maxmin/DEBUG] '18'(1.000000) : 0.459141 -> [0.000000]: [surf_maxmin/DEBUG] '16'(1.000000) : 0.459141 -> [0.000000]: [surf_maxmin/DEBUG] '15'(1.000000) : 0.212805 -> [0.000000]: [surf_maxmin/DEBUG] '14'(1.000000) : 0.212805 -> [0.000000]: [surf_maxmin/DEBUG] '13'(1.000000) : 0.307087 -> [0.000000]: [surf_maxmin/DEBUG] '12'(1.000000) : 0.212805 -> [0.000000]: [surf_maxmin/DEBUG] '11'(1.000000) : 0.307087 -> [0.000000]: [surf_maxmin/DEBUG] '17'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '19'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '20'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] Active constraints : 10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '16' usage: 4.049244 remaining: 1.199505 concurrency: 2<=2<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '12' usage: 8.681117 remaining: 9.315409 concurrency: 4<=4<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '20' usage: 0.384945 remaining: 5.867970 concurrency: 0<=0<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '11' usage: 4.958247 remaining: 1.850821 concurrency: 3<=3<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '18' usage: 6.197159 remaining: 8.182267 concurrency: 3<=3<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '19' usage: 6.324096 remaining: 1.345799 concurrency: 3<=3<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '13' usage: 5.807235 remaining: 4.353224 concurrency: 3<=3<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '15' usage: 3.331655 remaining: 2.046486 concurrency: 1<=1<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '17' usage: 0.000000 remaining: 2.668273 concurrency: 0<=0<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '14' usage: 1.677831 remaining: 3.205364 concurrency: 1<=1<=4 +> [0.000000]: [ker_lmm/DEBUG] var=12, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.212805, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=14, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.212805, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=15, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.212805, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (12) value to 0.212805 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.212805, Var(12).penalty: 1.000000, Var(12).value: 0.212805 +> [0.000000]: [ker_lmm/DEBUG] Setting var (14) value to 0.212805 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.212805, Var(14).penalty: 1.000000, Var(14).value: 0.212805 +> [0.000000]: [ker_lmm/DEBUG] Setting var (15) value to 0.212805 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.212805, Var(15).penalty: 1.000000, Var(15).value: 0.212805 +> [0.000000]: [ker_lmm/DEBUG] index: 5 cnst_light_num: 9 || usage: 0.000000 remaining: 0.000000 bound: 1.345799 +> [0.000000]: [ker_lmm/DEBUG] var=11, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.307087, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=13, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.307087, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (11) value to 0.307087 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.307087, Var(11).penalty: 1.000000, Var(11).value: 0.307087 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 8 || usage: 0.000000 remaining: 5.749758 bound: 5.867970 +> [0.000000]: [ker_lmm/DEBUG] Setting var (13) value to 0.307087 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.307087, Var(13).penalty: 1.000000, Var(13).value: 0.307087 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 7 || usage: 0.000000 remaining: 0.000000 bound: 1.199505 +> [0.000000]: [ker_lmm/DEBUG] var=16, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.459141, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=18, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.459141, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (16) value to 0.459141 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.459141, Var(16).penalty: 1.000000, Var(16).value: 0.459141 +> [0.000000]: [ker_lmm/DEBUG] index: 4 cnst_light_num: 6 || usage: 0.000000 remaining: 6.098007 bound: 8.182267 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 5 || usage: 0.000000 remaining: 2.521143 bound: 4.353224 +> [0.000000]: [ker_lmm/DEBUG] Setting var (18) value to 0.459141 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.459141, Var(18).penalty: 1.000000, Var(18).value: 0.459141 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 4 || usage: 0.000000 remaining: 1.097225 bound: 2.046486 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 3 || usage: 0.000000 remaining: 0.000000 bound: 1.850821 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 2 || usage: 0.000000 remaining: 2.435004 bound: 3.205364 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 6.269740 bound: 9.315409 +> [0.000000]: [ker_lmm/DEBUG] MAX-MIN ( '18'(1.000000) '16'(1.000000) '15'(1.000000) '14'(1.000000) '13'(1.000000) '12'(1.000000) '11'(1.000000) '17'(0.000000) '19'(0.000000) '20'(0.000000) ) +> [0.000000]: [ker_lmm/DEBUG] Constraints +> [0.000000]: [ker_lmm/DEBUG] (0.466295.'14'(0.212805) + 1.914239.'13'(0.307087) + 1.668710.'11'(0.307087) + 2.210389.'17'(0.000000) + 2.494941.'19'(0.000000) + 0) <= 1.199505 ('16') +> [0.000000]: [ker_lmm/DEBUG] (2.873673.'18'(0.459141) + 0.940910.'16'(0.459141) + 1.660185.'15'(0.212805) + 1.390702.'13'(0.307087) + 0.463331.'12'(0.212805) + 1.352317.'11'(0.307087) + 0.647307.'17'(0.000000) + 1.417068.'20'(0.000000) + 0) <= 9.315409 ('12') +> [0.000000]: [ker_lmm/DEBUG] (0.384945.'11'(0.307087) + 0) <= 5.867970 ('20') +> [0.000000]: [ker_lmm/DEBUG] (1.425134.'18'(0.459141) + 1.344350.'16'(0.459141) + 0.985367.'15'(0.212805) + 1.203397.'11'(0.307087) + 1.171235.'19'(0.000000) + 1.515507.'20'(0.000000) + 0) <= 1.850821 ('11') +> [0.000000]: [ker_lmm/DEBUG] (2.627914.'16'(0.459141) + 1.499884.'14'(0.212805) + 1.252888.'13'(0.307087) + 0.816473.'12'(0.212805) + 0) <= 8.182267 ('18') +> [0.000000]: [ker_lmm/DEBUG] (1.855082.'15'(0.212805) + 2.725248.'14'(0.212805) + 1.743766.'12'(0.212805) + 0.756001.'19'(0.000000) + 0) <= 1.345799 ('19') +> [0.000000]: [ker_lmm/DEBUG] (1.783841.'16'(0.459141) + 1.866603.'15'(0.212805) + 1.663620.'13'(0.307087) + 0.493171.'12'(0.212805) + 0.019526.'20'(0.000000) + 0) <= 4.353224 ('13') +> [0.000000]: [ker_lmm/DEBUG] (0.975371.'18'(0.459141) + 2.356284.'14'(0.212805) + 1.955789.'17'(0.000000) + 0) <= 2.046486 ('15') +> [0.000000]: [ker_lmm/DEBUG] (2.823234.'17'(0.000000) + 0.583315.'20'(0.000000) + 0) <= 2.668273 ('17') +> [0.000000]: [ker_lmm/DEBUG] (1.677831.'18'(0.459141) + 1.315763.'19'(0.000000) + 0) <= 3.205364 ('14') +> [0.000000]: [ker_lmm/DEBUG] Variables +> [0.000000]: [ker_lmm/DEBUG] '18'(1.000000) : 0.459141 +> [0.000000]: [ker_lmm/DEBUG] '16'(1.000000) : 0.459141 +> [0.000000]: [ker_lmm/DEBUG] '15'(1.000000) : 0.212805 +> [0.000000]: [ker_lmm/DEBUG] '14'(1.000000) : 0.212805 +> [0.000000]: [ker_lmm/DEBUG] '13'(1.000000) : 0.307087 +> [0.000000]: [ker_lmm/DEBUG] '12'(1.000000) : 0.212805 +> [0.000000]: [ker_lmm/DEBUG] '11'(1.000000) : 0.307087 +> [0.000000]: [ker_lmm/DEBUG] '17'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '19'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '20'(0.000000) : 0.000000 > Starting 2: (986) -> [0.000000]: [surf_maxmin/DEBUG] Setting selective_update_active flag to 0 +> [0.000000]: [ker_lmm/DEBUG] Setting selective_update_active flag to 0 > Starting to solve(831) -> [0.000000]: [surf_maxmin/DEBUG] Active constraints : 10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '21' usage: 8.690964 remaining: 0.707249 concurrency: 4<=4<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '25' usage: 4.708991 remaining: 1.255853 concurrency: 3<=3<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '23' usage: 5.339459 remaining: 5.108276 concurrency: 2<=2<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '22' usage: 5.763865 remaining: 2.909047 concurrency: 2<=3<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '26' usage: 2.252880 remaining: 2.072429 concurrency: 1<=1<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '27' usage: 4.562941 remaining: 0.935515 concurrency: 3<=3<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '30' usage: 6.066528 remaining: 2.155770 concurrency: 2<=2<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '28' usage: 4.294805 remaining: 0.298762 concurrency: 2<=2<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '29' usage: 3.352170 remaining: 4.568332 concurrency: 2<=2<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '24' usage: 0.978153 remaining: 4.370619 concurrency: 0<=0<=4 -> [0.000000]: [surf_maxmin/DEBUG] var=23, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.069564, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=30, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.069564, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (23) value to 0.069564 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.069564, Var(23).penalty: 1.000000, Var(23).value: 0.069564 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (30) value to 0.069564 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.069564, Var(30).penalty: 1.000000, Var(30).value: 0.069564 -> [0.000000]: [surf_maxmin/DEBUG] index: 7 cnst_light_num: 10 || usage: 0.000000 remaining: 0.000000 bound: 0.298762 -> [0.000000]: [surf_maxmin/DEBUG] var=21, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.084555, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=24, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.084555, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=25, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.084555, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=27, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.084555, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (21) value to 0.084555 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.084555, Var(21).penalty: 1.000000, Var(21).value: 0.084555 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 9 || usage: 0.000000 remaining: 0.898490 bound: 1.255853 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (24) value to 0.084555 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.084555, Var(24).penalty: 1.000000, Var(24).value: 0.084555 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (25) value to 0.084555 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.084555, Var(25).penalty: 1.000000, Var(25).value: 0.084555 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (27) value to 0.084555 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.084555, Var(27).penalty: 1.000000, Var(27).value: 0.084555 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 8 || usage: 0.000000 remaining: 0.000000 bound: 0.707249 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 7 || usage: 0.000000 remaining: 4.284889 bound: 4.568332 -> [0.000000]: [surf_maxmin/DEBUG] var=22, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.290535, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=26, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.290535, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (22) value to 0.290535 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.290535, Var(22).penalty: 1.000000, Var(22).value: 0.290535 -> [0.000000]: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 6 || usage: 0.000000 remaining: 1.965196 bound: 2.909047 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 5 || usage: 0.000000 remaining: 1.494649 bound: 2.155770 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (26) value to 0.290535 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.290535, Var(26).penalty: 1.000000, Var(26).value: 0.290535 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 4 || usage: 0.000000 remaining: 4.086431 bound: 4.370619 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 3 || usage: 0.000000 remaining: 1.574207 bound: 2.072429 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 2 || usage: 0.000000 remaining: 4.600031 bound: 5.108276 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 0.000000 bound: 0.935515 -> [0.000000]: [surf_maxmin/DEBUG] MAX-MIN ( '30'(1.000000) '27'(1.000000) '26'(1.000000) '25'(1.000000) '24'(1.000000) '23'(1.000000) '22'(1.000000) '21'(1.000000) '28'(0.000000) '29'(0.000000) ) -> [0.000000]: [surf_maxmin/DEBUG] Constraints -> [0.000000]: [surf_maxmin/DEBUG] (1.086775.'27'(0.084555) + 0.879379.'25'(0.084555) + 2.049329.'25'(0.084555) + 0.577023.'24'(0.084555) + 1.842210.'23'(0.069564) + 2.256246.'21'(0.084555) + 0.488711.'28'(0.000000) + 0.723669.'29'(0.000000) + 0) <= 0.707249 ('21') -> [0.000000]: [surf_maxmin/DEBUG] (1.038976.'30'(0.069564) + 1.682994.'30'(0.069564) + 1.987021.'21'(0.084555) + 2.089678.'29'(0.000000) + 0) <= 1.255853 ('25') -> [0.000000]: [surf_maxmin/DEBUG] (0.397723.'26'(0.290535) + 2.271247.'25'(0.084555) + 1.678069.'23'(0.069564) + 0.992420.'21'(0.084555) + 0.825119.'29'(0.000000) + 0) <= 5.108276 ('23') -> [0.000000]: [surf_maxmin/DEBUG] (2.482209.'23'(0.069564) + 2.396828.'22'(0.290535) + 0.884829.'21'(0.084555) + 1.319952.'28'(0.000000) + 0) <= 2.909047 ('22') -> [0.000000]: [surf_maxmin/DEBUG] (0.420916.'26'(0.290535) + 0.758904.'24'(0.084555) + 1.073061.'22'(0.290535) + 0) <= 2.072429 ('26') -> [0.000000]: [surf_maxmin/DEBUG] (1.894261.'27'(0.084555) + 1.169795.'26'(0.290535) + 1.498885.'22'(0.290535) + 0) <= 0.935515 ('27') -> [0.000000]: [surf_maxmin/DEBUG] (2.246314.'27'(0.084555) + 0.473651.'24'(0.084555) + 2.627249.'24'(0.084555) + 0.719315.'22'(0.290535) + 0) <= 2.155770 ('30') -> [0.000000]: [surf_maxmin/DEBUG] (0.227791.'30'(0.069564) + 2.199900.'30'(0.069564) + 1.867113.'23'(0.069564) + 0.817409.'28'(0.000000) + 0) <= 0.298762 ('28') -> [0.000000]: [surf_maxmin/DEBUG] (1.826081.'27'(0.084555) + 1.526090.'25'(0.084555) + 0.881617.'28'(0.000000) + 1.124948.'29'(0.000000) + 0) <= 4.568332 ('29') -> [0.000000]: [surf_maxmin/DEBUG] (0.978153.'26'(0.290535) + 0) <= 4.370619 ('24') -> [0.000000]: [surf_maxmin/DEBUG] Variables -> [0.000000]: [surf_maxmin/DEBUG] '30'(1.000000) : 0.069564 -> [0.000000]: [surf_maxmin/DEBUG] '27'(1.000000) : 0.084555 -> [0.000000]: [surf_maxmin/DEBUG] '26'(1.000000) : 0.290535 -> [0.000000]: [surf_maxmin/DEBUG] '25'(1.000000) : 0.084555 -> [0.000000]: [surf_maxmin/DEBUG] '24'(1.000000) : 0.084555 -> [0.000000]: [surf_maxmin/DEBUG] '23'(1.000000) : 0.069564 -> [0.000000]: [surf_maxmin/DEBUG] '22'(1.000000) : 0.290535 -> [0.000000]: [surf_maxmin/DEBUG] '21'(1.000000) : 0.084555 -> [0.000000]: [surf_maxmin/DEBUG] '28'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '29'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] Active constraints : 10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '21' usage: 8.690964 remaining: 0.707249 concurrency: 4<=4<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '25' usage: 4.708991 remaining: 1.255853 concurrency: 3<=3<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '23' usage: 5.339459 remaining: 5.108276 concurrency: 2<=2<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '22' usage: 5.763865 remaining: 2.909047 concurrency: 2<=3<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '26' usage: 2.252880 remaining: 2.072429 concurrency: 1<=1<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '27' usage: 4.562941 remaining: 0.935515 concurrency: 3<=3<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '30' usage: 6.066528 remaining: 2.155770 concurrency: 2<=2<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '28' usage: 4.294805 remaining: 0.298762 concurrency: 2<=2<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '29' usage: 3.352170 remaining: 4.568332 concurrency: 2<=2<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '24' usage: 0.978153 remaining: 4.370619 concurrency: 0<=0<=4 +> [0.000000]: [ker_lmm/DEBUG] var=23, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.069564, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=30, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.069564, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (23) value to 0.069564 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.069564, Var(23).penalty: 1.000000, Var(23).value: 0.069564 +> [0.000000]: [ker_lmm/DEBUG] Setting var (30) value to 0.069564 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.069564, Var(30).penalty: 1.000000, Var(30).value: 0.069564 +> [0.000000]: [ker_lmm/DEBUG] index: 7 cnst_light_num: 10 || usage: 0.000000 remaining: 0.000000 bound: 0.298762 +> [0.000000]: [ker_lmm/DEBUG] var=21, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.084555, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=24, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.084555, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=25, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.084555, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=27, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.084555, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (21) value to 0.084555 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.084555, Var(21).penalty: 1.000000, Var(21).value: 0.084555 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 9 || usage: 0.000000 remaining: 0.898490 bound: 1.255853 +> [0.000000]: [ker_lmm/DEBUG] Setting var (24) value to 0.084555 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.084555, Var(24).penalty: 1.000000, Var(24).value: 0.084555 +> [0.000000]: [ker_lmm/DEBUG] Setting var (25) value to 0.084555 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.084555, Var(25).penalty: 1.000000, Var(25).value: 0.084555 +> [0.000000]: [ker_lmm/DEBUG] Setting var (27) value to 0.084555 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.084555, Var(27).penalty: 1.000000, Var(27).value: 0.084555 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 8 || usage: 0.000000 remaining: 0.000000 bound: 0.707249 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 7 || usage: 0.000000 remaining: 4.284889 bound: 4.568332 +> [0.000000]: [ker_lmm/DEBUG] var=22, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.290535, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=26, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.290535, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (22) value to 0.290535 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.290535, Var(22).penalty: 1.000000, Var(22).value: 0.290535 +> [0.000000]: [ker_lmm/DEBUG] index: 3 cnst_light_num: 6 || usage: 0.000000 remaining: 1.965196 bound: 2.909047 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 5 || usage: 0.000000 remaining: 1.494649 bound: 2.155770 +> [0.000000]: [ker_lmm/DEBUG] Setting var (26) value to 0.290535 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.290535, Var(26).penalty: 1.000000, Var(26).value: 0.290535 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 4 || usage: 0.000000 remaining: 4.086431 bound: 4.370619 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 3 || usage: 0.000000 remaining: 1.574207 bound: 2.072429 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 2 || usage: 0.000000 remaining: 4.600031 bound: 5.108276 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 0.000000 bound: 0.935515 +> [0.000000]: [ker_lmm/DEBUG] MAX-MIN ( '30'(1.000000) '27'(1.000000) '26'(1.000000) '25'(1.000000) '24'(1.000000) '23'(1.000000) '22'(1.000000) '21'(1.000000) '28'(0.000000) '29'(0.000000) ) +> [0.000000]: [ker_lmm/DEBUG] Constraints +> [0.000000]: [ker_lmm/DEBUG] (1.086775.'27'(0.084555) + 0.879379.'25'(0.084555) + 2.049329.'25'(0.084555) + 0.577023.'24'(0.084555) + 1.842210.'23'(0.069564) + 2.256246.'21'(0.084555) + 0.488711.'28'(0.000000) + 0.723669.'29'(0.000000) + 0) <= 0.707249 ('21') +> [0.000000]: [ker_lmm/DEBUG] (1.038976.'30'(0.069564) + 1.682994.'30'(0.069564) + 1.987021.'21'(0.084555) + 2.089678.'29'(0.000000) + 0) <= 1.255853 ('25') +> [0.000000]: [ker_lmm/DEBUG] (0.397723.'26'(0.290535) + 2.271247.'25'(0.084555) + 1.678069.'23'(0.069564) + 0.992420.'21'(0.084555) + 0.825119.'29'(0.000000) + 0) <= 5.108276 ('23') +> [0.000000]: [ker_lmm/DEBUG] (2.482209.'23'(0.069564) + 2.396828.'22'(0.290535) + 0.884829.'21'(0.084555) + 1.319952.'28'(0.000000) + 0) <= 2.909047 ('22') +> [0.000000]: [ker_lmm/DEBUG] (0.420916.'26'(0.290535) + 0.758904.'24'(0.084555) + 1.073061.'22'(0.290535) + 0) <= 2.072429 ('26') +> [0.000000]: [ker_lmm/DEBUG] (1.894261.'27'(0.084555) + 1.169795.'26'(0.290535) + 1.498885.'22'(0.290535) + 0) <= 0.935515 ('27') +> [0.000000]: [ker_lmm/DEBUG] (2.246314.'27'(0.084555) + 0.473651.'24'(0.084555) + 2.627249.'24'(0.084555) + 0.719315.'22'(0.290535) + 0) <= 2.155770 ('30') +> [0.000000]: [ker_lmm/DEBUG] (0.227791.'30'(0.069564) + 2.199900.'30'(0.069564) + 1.867113.'23'(0.069564) + 0.817409.'28'(0.000000) + 0) <= 0.298762 ('28') +> [0.000000]: [ker_lmm/DEBUG] (1.826081.'27'(0.084555) + 1.526090.'25'(0.084555) + 0.881617.'28'(0.000000) + 1.124948.'29'(0.000000) + 0) <= 4.568332 ('29') +> [0.000000]: [ker_lmm/DEBUG] (0.978153.'26'(0.290535) + 0) <= 4.370619 ('24') +> [0.000000]: [ker_lmm/DEBUG] Variables +> [0.000000]: [ker_lmm/DEBUG] '30'(1.000000) : 0.069564 +> [0.000000]: [ker_lmm/DEBUG] '27'(1.000000) : 0.084555 +> [0.000000]: [ker_lmm/DEBUG] '26'(1.000000) : 0.290535 +> [0.000000]: [ker_lmm/DEBUG] '25'(1.000000) : 0.084555 +> [0.000000]: [ker_lmm/DEBUG] '24'(1.000000) : 0.084555 +> [0.000000]: [ker_lmm/DEBUG] '23'(1.000000) : 0.069564 +> [0.000000]: [ker_lmm/DEBUG] '22'(1.000000) : 0.290535 +> [0.000000]: [ker_lmm/DEBUG] '21'(1.000000) : 0.084555 +> [0.000000]: [ker_lmm/DEBUG] '28'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '29'(0.000000) : 0.000000 > Starting 3: (530) -> [0.000000]: [surf_maxmin/DEBUG] Setting selective_update_active flag to 0 +> [0.000000]: [ker_lmm/DEBUG] Setting selective_update_active flag to 0 > Starting to solve(591) -> [0.000000]: [surf_maxmin/DEBUG] Active constraints : 10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '40' usage: 3.186779 remaining: 9.834007 concurrency: 2<=2<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '38' usage: 4.727149 remaining: 0.051591 concurrency: 3<=3<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '37' usage: 6.513351 remaining: 4.347915 concurrency: 3<=3<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '35' usage: 4.981305 remaining: 9.762745 concurrency: 2<=2<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '31' usage: 2.087675 remaining: 9.006215 concurrency: 1<=1<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '33' usage: 7.070785 remaining: 6.090356 concurrency: 3<=3<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '36' usage: 3.169386 remaining: 6.984202 concurrency: 2<=2<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '32' usage: 2.508806 remaining: 9.726844 concurrency: 2<=2<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '34' usage: 1.414360 remaining: 2.160895 concurrency: 1<=1<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '39' usage: 1.672413 remaining: 5.723565 concurrency: 1<=1<=3 -> [0.000000]: [surf_maxmin/DEBUG] var=31, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.010914, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=32, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.010914, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=34, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.010914, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=36, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.010914, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (31) value to 0.010914 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.010914, Var(31).penalty: 1.000000, Var(31).value: 0.010914 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (32) value to 0.010914 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.010914, Var(32).penalty: 1.000000, Var(32).value: 0.010914 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (34) value to 0.010914 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.010914, Var(34).penalty: 1.000000, Var(34).value: 0.010914 -> [0.000000]: [surf_maxmin/DEBUG] index: 4 cnst_light_num: 10 || usage: 0.000000 remaining: 8.983430 bound: 9.006215 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (36) value to 0.010914 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.010914, Var(36).penalty: 1.000000, Var(36).value: 0.010914 -> [0.000000]: [surf_maxmin/DEBUG] index: 8 cnst_light_num: 9 || usage: 0.000000 remaining: 2.145459 bound: 2.160895 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 8 || usage: 0.000000 remaining: 0.000000 bound: 0.051591 -> [0.000000]: [surf_maxmin/DEBUG] var=33, var.bound=-1.000000, var.penalty=1.000000, min_usage=1.199995, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=37, var.bound=-1.000000, var.penalty=1.000000, min_usage=1.199995, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (33) value to 1.199995 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 1.199995, Var(33).penalty: 1.000000, Var(33).value: 1.199995 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (37) value to 1.199995 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 1.199995, Var(37).penalty: 1.000000, Var(37).value: 1.199995 -> [0.000000]: [surf_maxmin/DEBUG] index: 5 cnst_light_num: 7 || usage: 0.000000 remaining: 0.192028 bound: 6.090356 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 6 || usage: 0.000000 remaining: 0.000000 bound: 4.347915 -> [0.000000]: [surf_maxmin/DEBUG] index: 4 cnst_light_num: 5 || usage: 0.000000 remaining: 3.716677 bound: 5.723565 -> [0.000000]: [surf_maxmin/DEBUG] var=35, var.bound=-1.000000, var.penalty=1.000000, min_usage=4.005178, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (35) value to 4.005178 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 4.005178, Var(35).penalty: 1.000000, Var(35).value: 4.005178 -> [0.000000]: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 4 || usage: 0.000000 remaining: 3.517521 bound: 9.762745 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 3 || usage: 0.000000 remaining: 0.000000 bound: 6.984202 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 2 || usage: 0.000000 remaining: 4.581572 bound: 9.726844 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 3.075176 bound: 9.834007 -> [0.000000]: [surf_maxmin/DEBUG] MAX-MIN ( '37'(1.000000) '36'(1.000000) '35'(1.000000) '34'(1.000000) '33'(1.000000) '32'(1.000000) '31'(1.000000) '38'(0.000000) '39'(0.000000) '40'(0.000000) ) -> [0.000000]: [surf_maxmin/DEBUG] Constraints -> [0.000000]: [surf_maxmin/DEBUG] (0.387228.'37'(1.199995) + 1.568150.'35'(4.005178) + 1.231401.'31'(0.010914) + 1.422837.'38'(0.000000) + 1.701792.'40'(0.000000) + 0) <= 9.834007 ('40') -> [0.000000]: [surf_maxmin/DEBUG] (1.216357.'36'(0.010914) + 1.185662.'36'(0.010914) + 1.134575.'34'(0.010914) + 0.210987.'32'(0.010914) + 0.979568.'31'(0.010914) + 0.438088.'40'(0.000000) + 0) <= 0.051591 ('38') -> [0.000000]: [surf_maxmin/DEBUG] (1.718792.'37'(1.199995) + 1.877958.'33'(1.199995) + 0.515750.'32'(0.010914) + 2.400851.'31'(0.010914) + 2.457026.'38'(0.000000) + 1.268165.'38'(0.000000) + 0.895900.'39'(0.000000) + 0) <= 4.347915 ('37') -> [0.000000]: [surf_maxmin/DEBUG] (1.485656.'35'(4.005178) + 0.215927.'33'(1.199995) + 2.596965.'32'(0.010914) + 0.682757.'31'(0.010914) + 0.922672.'39'(0.000000) + 1.415926.'40'(0.000000) + 0) <= 9.762745 ('35') -> [0.000000]: [surf_maxmin/DEBUG] (1.158403.'34'(0.010914) + 0.929272.'32'(0.010914) + 0) <= 9.006215 ('31') -> [0.000000]: [surf_maxmin/DEBUG] (2.798186.'37'(1.199995) + 1.211476.'36'(0.010914) + 0.963801.'34'(0.010914) + 2.097323.'33'(1.199995) + 1.942004.'38'(0.000000) + 2.347376.'40'(0.000000) + 0) <= 6.090356 ('33') -> [0.000000]: [surf_maxmin/DEBUG] (1.133956.'35'(4.005178) + 2.035429.'33'(1.199995) + 0) <= 6.984202 ('36') -> [0.000000]: [surf_maxmin/DEBUG] (1.281310.'35'(4.005178) + 1.227496.'34'(0.010914) + 0) <= 9.726844 ('32') -> [0.000000]: [surf_maxmin/DEBUG] (1.414360.'36'(0.010914) + 0.510978.'39'(0.000000) + 0) <= 2.160895 ('34') -> [0.000000]: [surf_maxmin/DEBUG] (1.672413.'37'(1.199995) + 1.668122.'39'(0.000000) + 0) <= 5.723565 ('39') -> [0.000000]: [surf_maxmin/DEBUG] Variables -> [0.000000]: [surf_maxmin/DEBUG] '37'(1.000000) : 1.199995 -> [0.000000]: [surf_maxmin/DEBUG] '36'(1.000000) : 0.010914 -> [0.000000]: [surf_maxmin/DEBUG] '35'(1.000000) : 4.005178 -> [0.000000]: [surf_maxmin/DEBUG] '34'(1.000000) : 0.010914 -> [0.000000]: [surf_maxmin/DEBUG] '33'(1.000000) : 1.199995 -> [0.000000]: [surf_maxmin/DEBUG] '32'(1.000000) : 0.010914 -> [0.000000]: [surf_maxmin/DEBUG] '31'(1.000000) : 0.010914 -> [0.000000]: [surf_maxmin/DEBUG] '38'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '39'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '40'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] Active constraints : 10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '40' usage: 3.186779 remaining: 9.834007 concurrency: 2<=2<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '38' usage: 4.727149 remaining: 0.051591 concurrency: 3<=3<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '37' usage: 6.513351 remaining: 4.347915 concurrency: 3<=3<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '35' usage: 4.981305 remaining: 9.762745 concurrency: 2<=2<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '31' usage: 2.087675 remaining: 9.006215 concurrency: 1<=1<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '33' usage: 7.070785 remaining: 6.090356 concurrency: 3<=3<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '36' usage: 3.169386 remaining: 6.984202 concurrency: 2<=2<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '32' usage: 2.508806 remaining: 9.726844 concurrency: 2<=2<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '34' usage: 1.414360 remaining: 2.160895 concurrency: 1<=1<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '39' usage: 1.672413 remaining: 5.723565 concurrency: 1<=1<=3 +> [0.000000]: [ker_lmm/DEBUG] var=31, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.010914, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=32, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.010914, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=34, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.010914, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=36, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.010914, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (31) value to 0.010914 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.010914, Var(31).penalty: 1.000000, Var(31).value: 0.010914 +> [0.000000]: [ker_lmm/DEBUG] Setting var (32) value to 0.010914 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.010914, Var(32).penalty: 1.000000, Var(32).value: 0.010914 +> [0.000000]: [ker_lmm/DEBUG] Setting var (34) value to 0.010914 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.010914, Var(34).penalty: 1.000000, Var(34).value: 0.010914 +> [0.000000]: [ker_lmm/DEBUG] index: 4 cnst_light_num: 10 || usage: 0.000000 remaining: 8.983430 bound: 9.006215 +> [0.000000]: [ker_lmm/DEBUG] Setting var (36) value to 0.010914 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.010914, Var(36).penalty: 1.000000, Var(36).value: 0.010914 +> [0.000000]: [ker_lmm/DEBUG] index: 8 cnst_light_num: 9 || usage: 0.000000 remaining: 2.145459 bound: 2.160895 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 8 || usage: 0.000000 remaining: 0.000000 bound: 0.051591 +> [0.000000]: [ker_lmm/DEBUG] var=33, var.bound=-1.000000, var.penalty=1.000000, min_usage=1.199995, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=37, var.bound=-1.000000, var.penalty=1.000000, min_usage=1.199995, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (33) value to 1.199995 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 1.199995, Var(33).penalty: 1.000000, Var(33).value: 1.199995 +> [0.000000]: [ker_lmm/DEBUG] Setting var (37) value to 1.199995 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 1.199995, Var(37).penalty: 1.000000, Var(37).value: 1.199995 +> [0.000000]: [ker_lmm/DEBUG] index: 5 cnst_light_num: 7 || usage: 0.000000 remaining: 0.192028 bound: 6.090356 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 6 || usage: 0.000000 remaining: 0.000000 bound: 4.347915 +> [0.000000]: [ker_lmm/DEBUG] index: 4 cnst_light_num: 5 || usage: 0.000000 remaining: 3.716677 bound: 5.723565 +> [0.000000]: [ker_lmm/DEBUG] var=35, var.bound=-1.000000, var.penalty=1.000000, min_usage=4.005178, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (35) value to 4.005178 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 4.005178, Var(35).penalty: 1.000000, Var(35).value: 4.005178 +> [0.000000]: [ker_lmm/DEBUG] index: 3 cnst_light_num: 4 || usage: 0.000000 remaining: 3.517521 bound: 9.762745 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 3 || usage: 0.000000 remaining: 0.000000 bound: 6.984202 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 2 || usage: 0.000000 remaining: 4.581572 bound: 9.726844 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 3.075176 bound: 9.834007 +> [0.000000]: [ker_lmm/DEBUG] MAX-MIN ( '37'(1.000000) '36'(1.000000) '35'(1.000000) '34'(1.000000) '33'(1.000000) '32'(1.000000) '31'(1.000000) '38'(0.000000) '39'(0.000000) '40'(0.000000) ) +> [0.000000]: [ker_lmm/DEBUG] Constraints +> [0.000000]: [ker_lmm/DEBUG] (0.387228.'37'(1.199995) + 1.568150.'35'(4.005178) + 1.231401.'31'(0.010914) + 1.422837.'38'(0.000000) + 1.701792.'40'(0.000000) + 0) <= 9.834007 ('40') +> [0.000000]: [ker_lmm/DEBUG] (1.216357.'36'(0.010914) + 1.185662.'36'(0.010914) + 1.134575.'34'(0.010914) + 0.210987.'32'(0.010914) + 0.979568.'31'(0.010914) + 0.438088.'40'(0.000000) + 0) <= 0.051591 ('38') +> [0.000000]: [ker_lmm/DEBUG] (1.718792.'37'(1.199995) + 1.877958.'33'(1.199995) + 0.515750.'32'(0.010914) + 2.400851.'31'(0.010914) + 2.457026.'38'(0.000000) + 1.268165.'38'(0.000000) + 0.895900.'39'(0.000000) + 0) <= 4.347915 ('37') +> [0.000000]: [ker_lmm/DEBUG] (1.485656.'35'(4.005178) + 0.215927.'33'(1.199995) + 2.596965.'32'(0.010914) + 0.682757.'31'(0.010914) + 0.922672.'39'(0.000000) + 1.415926.'40'(0.000000) + 0) <= 9.762745 ('35') +> [0.000000]: [ker_lmm/DEBUG] (1.158403.'34'(0.010914) + 0.929272.'32'(0.010914) + 0) <= 9.006215 ('31') +> [0.000000]: [ker_lmm/DEBUG] (2.798186.'37'(1.199995) + 1.211476.'36'(0.010914) + 0.963801.'34'(0.010914) + 2.097323.'33'(1.199995) + 1.942004.'38'(0.000000) + 2.347376.'40'(0.000000) + 0) <= 6.090356 ('33') +> [0.000000]: [ker_lmm/DEBUG] (1.133956.'35'(4.005178) + 2.035429.'33'(1.199995) + 0) <= 6.984202 ('36') +> [0.000000]: [ker_lmm/DEBUG] (1.281310.'35'(4.005178) + 1.227496.'34'(0.010914) + 0) <= 9.726844 ('32') +> [0.000000]: [ker_lmm/DEBUG] (1.414360.'36'(0.010914) + 0.510978.'39'(0.000000) + 0) <= 2.160895 ('34') +> [0.000000]: [ker_lmm/DEBUG] (1.672413.'37'(1.199995) + 1.668122.'39'(0.000000) + 0) <= 5.723565 ('39') +> [0.000000]: [ker_lmm/DEBUG] Variables +> [0.000000]: [ker_lmm/DEBUG] '37'(1.000000) : 1.199995 +> [0.000000]: [ker_lmm/DEBUG] '36'(1.000000) : 0.010914 +> [0.000000]: [ker_lmm/DEBUG] '35'(1.000000) : 4.005178 +> [0.000000]: [ker_lmm/DEBUG] '34'(1.000000) : 0.010914 +> [0.000000]: [ker_lmm/DEBUG] '33'(1.000000) : 1.199995 +> [0.000000]: [ker_lmm/DEBUG] '32'(1.000000) : 0.010914 +> [0.000000]: [ker_lmm/DEBUG] '31'(1.000000) : 0.010914 +> [0.000000]: [ker_lmm/DEBUG] '38'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '39'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '40'(0.000000) : 0.000000 > Starting 4: (411) -> [0.000000]: [surf_maxmin/DEBUG] Setting selective_update_active flag to 0 +> [0.000000]: [ker_lmm/DEBUG] Setting selective_update_active flag to 0 > Starting to solve(649) -> [0.000000]: [surf_maxmin/DEBUG] Active constraints : 10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '45' usage: 0.799996 remaining: 3.541380 concurrency: 0<=0<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '41' usage: 5.752746 remaining: 0.551801 concurrency: 3<=3<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '46' usage: 5.476668 remaining: 2.968005 concurrency: 3<=3<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '44' usage: 0.420600 remaining: 6.117439 concurrency: 0<=0<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '43' usage: 1.620214 remaining: 9.794450 concurrency: 1<=1<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '47' usage: 1.466486 remaining: 8.082817 concurrency: 1<=2<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '50' usage: 10.056288 remaining: 7.643726 concurrency: 3<=3<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '48' usage: 1.837183 remaining: 6.494589 concurrency: 1<=1<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '42' usage: 4.537079 remaining: 2.067192 concurrency: 3<=3<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '49' usage: 0.000000 remaining: 4.413092 concurrency: 0<=1<=4 -> [0.000000]: [surf_maxmin/DEBUG] var=41, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.095920, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=43, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.095920, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=48, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.095920, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (41) value to 0.095920 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.095920, Var(41).penalty: 1.000000, Var(41).value: 0.095920 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 9 || usage: 0.000000 remaining: 3.464645 bound: 3.541380 -> [0.000000]: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 8 || usage: 0.000000 remaining: 6.077095 bound: 6.117439 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (43) value to 0.095920 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.095920, Var(43).penalty: 1.000000, Var(43).value: 0.095920 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (48) value to 0.095920 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.095920, Var(48).penalty: 1.000000, Var(48).value: 0.095920 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 7 || usage: 0.000000 remaining: 0.000000 bound: 0.551801 -> [0.000000]: [surf_maxmin/DEBUG] var=44, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.912955, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (44) value to 0.912955 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.912955, Var(44).penalty: 1.000000, Var(44).value: 0.912955 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 6 || usage: 0.000000 remaining: 0.000000 bound: 2.067192 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 5 || usage: 0.000000 remaining: 0.558345 bound: 2.968005 -> [0.000000]: [surf_maxmin/DEBUG] var=42, var.bound=-1.000000, var.penalty=1.000000, min_usage=1.466672, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (42) value to 1.466672 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 1.466672, Var(42).penalty: 1.000000, Var(42).value: 1.466672 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 4 || usage: 0.000000 remaining: 7.418128 bound: 9.794450 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 3 || usage: 0.000000 remaining: 5.931963 bound: 8.082817 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 2 || usage: 0.000000 remaining: 0.000000 bound: 7.643726 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 5.744782 bound: 6.494589 -> [0.000000]: [surf_maxmin/DEBUG] MAX-MIN ( '48'(1.000000) '44'(1.000000) '43'(1.000000) '42'(1.000000) '41'(1.000000) '45'(0.000000) '46'(0.000000) '47'(0.000000) '49'(0.000000) '50'(0.000000) ) -> [0.000000]: [surf_maxmin/DEBUG] Constraints -> [0.000000]: [surf_maxmin/DEBUG] (0.799996.'41'(0.095920) + 1.573815.'45'(0.000000) + 0) <= 3.541380 ('45') -> [0.000000]: [surf_maxmin/DEBUG] (1.177881.'48'(0.095920) + 2.314828.'43'(0.095920) + 2.260036.'41'(0.095920) + 1.732889.'45'(0.000000) + 1.670857.'47'(0.000000) + 1.006444.'49'(0.000000) + 0) <= 0.551801 ('41') -> [0.000000]: [surf_maxmin/DEBUG] (1.532257.'48'(0.095920) + 2.306313.'44'(0.912955) + 1.638098.'41'(0.095920) + 1.518946.'47'(0.000000) + 0) <= 2.968005 ('46') -> [0.000000]: [surf_maxmin/DEBUG] (0.420600.'41'(0.095920) + 0) <= 6.117439 ('44') -> [0.000000]: [surf_maxmin/DEBUG] (1.620214.'42'(1.466672) + 0) <= 9.794450 ('43') -> [0.000000]: [surf_maxmin/DEBUG] (1.466486.'42'(1.466672) + 0.602858.'46'(0.000000) + 0.711475.'46'(0.000000) + 1.360665.'47'(0.000000) + 1.542968.'50'(0.000000) + 0) <= 8.082817 ('47') -> [0.000000]: [surf_maxmin/DEBUG] (2.473412.'48'(0.095920) + 0.388646.'44'(0.912955) + 3.947741.'44'(0.912955) + 0.958587.'43'(0.095920) + 2.287901.'42'(1.466672) + 0.003321.'45'(0.000000) + 0.965523.'49'(0.000000) + 0.339878.'50'(0.000000) + 0) <= 7.643726 ('50') -> [0.000000]: [surf_maxmin/DEBUG] (1.418738.'43'(0.095920) + 0.418445.'42'(1.466672) + 0.695178.'45'(0.000000) + 1.393992.'49'(0.000000) + 2.482409.'50'(0.000000) + 0) <= 6.494589 ('48') -> [0.000000]: [surf_maxmin/DEBUG] (1.516683.'48'(0.095920) + 1.997460.'44'(0.912955) + 1.022936.'43'(0.095920) + 0.759682.'46'(0.000000) + 0.129789.'46'(0.000000) + 1.414580.'47'(0.000000) + 0) <= 2.067192 ('42') -> [0.000000]: [surf_maxmin/DEBUG] (1.536723.'49'(0.000000) + 2.744981.'50'(0.000000) + 0) <= 4.413092 ('49') -> [0.000000]: [surf_maxmin/DEBUG] Variables -> [0.000000]: [surf_maxmin/DEBUG] '48'(1.000000) : 0.095920 -> [0.000000]: [surf_maxmin/DEBUG] '44'(1.000000) : 0.912955 -> [0.000000]: [surf_maxmin/DEBUG] '43'(1.000000) : 0.095920 -> [0.000000]: [surf_maxmin/DEBUG] '42'(1.000000) : 1.466672 -> [0.000000]: [surf_maxmin/DEBUG] '41'(1.000000) : 0.095920 -> [0.000000]: [surf_maxmin/DEBUG] '45'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '46'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '47'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '49'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '50'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] Active constraints : 10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '45' usage: 0.799996 remaining: 3.541380 concurrency: 0<=0<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '41' usage: 5.752746 remaining: 0.551801 concurrency: 3<=3<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '46' usage: 5.476668 remaining: 2.968005 concurrency: 3<=3<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '44' usage: 0.420600 remaining: 6.117439 concurrency: 0<=0<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '43' usage: 1.620214 remaining: 9.794450 concurrency: 1<=1<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '47' usage: 1.466486 remaining: 8.082817 concurrency: 1<=2<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '50' usage: 10.056288 remaining: 7.643726 concurrency: 3<=3<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '48' usage: 1.837183 remaining: 6.494589 concurrency: 1<=1<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '42' usage: 4.537079 remaining: 2.067192 concurrency: 3<=3<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '49' usage: 0.000000 remaining: 4.413092 concurrency: 0<=1<=4 +> [0.000000]: [ker_lmm/DEBUG] var=41, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.095920, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=43, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.095920, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=48, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.095920, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (41) value to 0.095920 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.095920, Var(41).penalty: 1.000000, Var(41).value: 0.095920 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 9 || usage: 0.000000 remaining: 3.464645 bound: 3.541380 +> [0.000000]: [ker_lmm/DEBUG] index: 3 cnst_light_num: 8 || usage: 0.000000 remaining: 6.077095 bound: 6.117439 +> [0.000000]: [ker_lmm/DEBUG] Setting var (43) value to 0.095920 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.095920, Var(43).penalty: 1.000000, Var(43).value: 0.095920 +> [0.000000]: [ker_lmm/DEBUG] Setting var (48) value to 0.095920 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.095920, Var(48).penalty: 1.000000, Var(48).value: 0.095920 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 7 || usage: 0.000000 remaining: 0.000000 bound: 0.551801 +> [0.000000]: [ker_lmm/DEBUG] var=44, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.912955, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (44) value to 0.912955 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.912955, Var(44).penalty: 1.000000, Var(44).value: 0.912955 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 6 || usage: 0.000000 remaining: 0.000000 bound: 2.067192 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 5 || usage: 0.000000 remaining: 0.558345 bound: 2.968005 +> [0.000000]: [ker_lmm/DEBUG] var=42, var.bound=-1.000000, var.penalty=1.000000, min_usage=1.466672, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (42) value to 1.466672 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 1.466672, Var(42).penalty: 1.000000, Var(42).value: 1.466672 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 4 || usage: 0.000000 remaining: 7.418128 bound: 9.794450 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 3 || usage: 0.000000 remaining: 5.931963 bound: 8.082817 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 2 || usage: 0.000000 remaining: 0.000000 bound: 7.643726 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 5.744782 bound: 6.494589 +> [0.000000]: [ker_lmm/DEBUG] MAX-MIN ( '48'(1.000000) '44'(1.000000) '43'(1.000000) '42'(1.000000) '41'(1.000000) '45'(0.000000) '46'(0.000000) '47'(0.000000) '49'(0.000000) '50'(0.000000) ) +> [0.000000]: [ker_lmm/DEBUG] Constraints +> [0.000000]: [ker_lmm/DEBUG] (0.799996.'41'(0.095920) + 1.573815.'45'(0.000000) + 0) <= 3.541380 ('45') +> [0.000000]: [ker_lmm/DEBUG] (1.177881.'48'(0.095920) + 2.314828.'43'(0.095920) + 2.260036.'41'(0.095920) + 1.732889.'45'(0.000000) + 1.670857.'47'(0.000000) + 1.006444.'49'(0.000000) + 0) <= 0.551801 ('41') +> [0.000000]: [ker_lmm/DEBUG] (1.532257.'48'(0.095920) + 2.306313.'44'(0.912955) + 1.638098.'41'(0.095920) + 1.518946.'47'(0.000000) + 0) <= 2.968005 ('46') +> [0.000000]: [ker_lmm/DEBUG] (0.420600.'41'(0.095920) + 0) <= 6.117439 ('44') +> [0.000000]: [ker_lmm/DEBUG] (1.620214.'42'(1.466672) + 0) <= 9.794450 ('43') +> [0.000000]: [ker_lmm/DEBUG] (1.466486.'42'(1.466672) + 0.602858.'46'(0.000000) + 0.711475.'46'(0.000000) + 1.360665.'47'(0.000000) + 1.542968.'50'(0.000000) + 0) <= 8.082817 ('47') +> [0.000000]: [ker_lmm/DEBUG] (2.473412.'48'(0.095920) + 0.388646.'44'(0.912955) + 3.947741.'44'(0.912955) + 0.958587.'43'(0.095920) + 2.287901.'42'(1.466672) + 0.003321.'45'(0.000000) + 0.965523.'49'(0.000000) + 0.339878.'50'(0.000000) + 0) <= 7.643726 ('50') +> [0.000000]: [ker_lmm/DEBUG] (1.418738.'43'(0.095920) + 0.418445.'42'(1.466672) + 0.695178.'45'(0.000000) + 1.393992.'49'(0.000000) + 2.482409.'50'(0.000000) + 0) <= 6.494589 ('48') +> [0.000000]: [ker_lmm/DEBUG] (1.516683.'48'(0.095920) + 1.997460.'44'(0.912955) + 1.022936.'43'(0.095920) + 0.759682.'46'(0.000000) + 0.129789.'46'(0.000000) + 1.414580.'47'(0.000000) + 0) <= 2.067192 ('42') +> [0.000000]: [ker_lmm/DEBUG] (1.536723.'49'(0.000000) + 2.744981.'50'(0.000000) + 0) <= 4.413092 ('49') +> [0.000000]: [ker_lmm/DEBUG] Variables +> [0.000000]: [ker_lmm/DEBUG] '48'(1.000000) : 0.095920 +> [0.000000]: [ker_lmm/DEBUG] '44'(1.000000) : 0.912955 +> [0.000000]: [ker_lmm/DEBUG] '43'(1.000000) : 0.095920 +> [0.000000]: [ker_lmm/DEBUG] '42'(1.000000) : 1.466672 +> [0.000000]: [ker_lmm/DEBUG] '41'(1.000000) : 0.095920 +> [0.000000]: [ker_lmm/DEBUG] '45'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '46'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '47'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '49'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '50'(0.000000) : 0.000000 > Starting 5: (130) -> [0.000000]: [surf_maxmin/DEBUG] Setting selective_update_active flag to 0 +> [0.000000]: [ker_lmm/DEBUG] Setting selective_update_active flag to 0 > Starting to solve(901) -> [0.000000]: [surf_maxmin/DEBUG] Active constraints : 10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '53' usage: 6.754969 remaining: 0.416966 concurrency: 3<=3<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '52' usage: 6.539701 remaining: 8.212291 concurrency: 3<=4<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '54' usage: 4.205093 remaining: 9.850288 concurrency: 3<=4<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '51' usage: 6.169162 remaining: 9.474761 concurrency: 3<=3<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '57' usage: 4.830475 remaining: 6.225194 concurrency: 3<=3<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '55' usage: 3.907363 remaining: 5.298174 concurrency: 2<=2<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '56' usage: 3.773201 remaining: 5.303965 concurrency: 2<=2<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '60' usage: 2.790951 remaining: 1.556151 concurrency: 1<=2<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '58' usage: 0.000000 remaining: 7.550130 concurrency: 0<=0<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '59' usage: 0.983317 remaining: 5.180364 concurrency: 0<=1<=4 -> [0.000000]: [surf_maxmin/DEBUG] var=51, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.061727, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=52, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.061727, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=58, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.061727, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (51) value to 0.061727 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.061727, Var(51).penalty: 1.000000, Var(51).value: 0.061727 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (52) value to 0.061727 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.061727, Var(52).penalty: 1.000000, Var(52).value: 0.061727 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (58) value to 0.061727 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.061727, Var(58).penalty: 1.000000, Var(58).value: 0.061727 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 9 || usage: 0.000000 remaining: 0.000000 bound: 0.416966 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 8 || usage: 0.000000 remaining: 5.119667 bound: 5.180364 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 7 || usage: 0.000000 remaining: 7.808613 bound: 8.212291 -> [0.000000]: [surf_maxmin/DEBUG] var=54, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.557570, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=55, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.557570, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (54) value to 0.557570 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.557570, Var(54).penalty: 1.000000, Var(54).value: 0.557570 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (55) value to 0.557570 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.557570, Var(55).penalty: 1.000000, Var(55).value: 0.557570 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 6 || usage: 0.000000 remaining: 0.000000 bound: 1.556151 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 5 || usage: 0.000000 remaining: 8.881565 bound: 9.850288 -> [0.000000]: [surf_maxmin/DEBUG] var=53, var.bound=-1.000000, var.penalty=1.000000, min_usage=2.031309, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (53) value to 2.031309 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 2.031309, Var(53).penalty: 1.000000, Var(53).value: 2.031309 -> [0.000000]: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 4 || usage: 0.000000 remaining: 3.587933 bound: 9.474761 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 3 || usage: 0.000000 remaining: 2.552231 bound: 6.225194 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 2 || usage: 0.000000 remaining: 0.000000 bound: 5.298174 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 0.022547 bound: 5.303965 -> [0.000000]: [surf_maxmin/DEBUG] MAX-MIN ( '58'(1.000000) '55'(1.000000) '54'(1.000000) '53'(1.000000) '52'(1.000000) '51'(1.000000) '56'(0.000000) '57'(0.000000) '59'(0.000000) '60'(0.000000) ) -> [0.000000]: [surf_maxmin/DEBUG] Constraints -> [0.000000]: [surf_maxmin/DEBUG] (1.551765.'58'(0.061727) + 0.931720.'52'(0.061727) + 1.017756.'51'(0.061727) + 3.253728.'51'(0.061727) + 1.422923.'56'(0.000000) + 0.593585.'57'(0.000000) + 0) <= 0.416966 ('53') -> [0.000000]: [surf_maxmin/DEBUG] (2.587460.'58'(0.061727) + 2.029325.'52'(0.061727) + 1.922916.'51'(0.061727) + 2.106457.'57'(0.000000) + 1.104637.'60'(0.000000) + 0) <= 8.212291 ('52') -> [0.000000]: [surf_maxmin/DEBUG] (1.430199.'55'(0.557570) + 1.475171.'52'(0.061727) + 1.299723.'51'(0.061727) + 0.934360.'56'(0.000000) + 1.750104.'59'(0.000000) + 1.029406.'60'(0.000000) + 0) <= 9.850288 ('54') -> [0.000000]: [surf_maxmin/DEBUG] (1.118063.'54'(0.557570) + 2.970325.'54'(0.557570) + 1.766276.'53'(2.031309) + 0.314498.'52'(0.061727) + 1.946019.'56'(0.000000) + 0.425789.'56'(0.000000) + 0.062063.'60'(0.000000) + 0) <= 9.474761 ('51') -> [0.000000]: [surf_maxmin/DEBUG] (1.596755.'58'(0.061727) + 2.031760.'55'(0.557570) + 1.201960.'53'(2.031309) + 0.001279.'59'(0.000000) + 0) <= 6.225194 ('57') -> [0.000000]: [surf_maxmin/DEBUG] (1.790607.'54'(0.557570) + 2.116755.'53'(2.031309) + 0) <= 5.298174 ('55') -> [0.000000]: [surf_maxmin/DEBUG] (1.617056.'55'(0.557570) + 2.156145.'53'(2.031309) + 0) <= 5.303965 ('56') -> [0.000000]: [surf_maxmin/DEBUG] (1.951588.'55'(0.557570) + 0.839363.'54'(0.557570) + 1.849659.'59'(0.000000) + 0) <= 1.556151 ('60') -> [0.000000]: [surf_maxmin/DEBUG] (3.215581.'57'(0.000000) + 0.693541.'57'(0.000000) + 0) <= 7.550130 ('58') -> [0.000000]: [surf_maxmin/DEBUG] (0.983317.'58'(0.061727) + 0.900259.'59'(0.000000) + 1.103442.'60'(0.000000) + 0) <= 5.180364 ('59') -> [0.000000]: [surf_maxmin/DEBUG] Variables -> [0.000000]: [surf_maxmin/DEBUG] '58'(1.000000) : 0.061727 -> [0.000000]: [surf_maxmin/DEBUG] '55'(1.000000) : 0.557570 -> [0.000000]: [surf_maxmin/DEBUG] '54'(1.000000) : 0.557570 -> [0.000000]: [surf_maxmin/DEBUG] '53'(1.000000) : 2.031309 -> [0.000000]: [surf_maxmin/DEBUG] '52'(1.000000) : 0.061727 -> [0.000000]: [surf_maxmin/DEBUG] '51'(1.000000) : 0.061727 -> [0.000000]: [surf_maxmin/DEBUG] '56'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '57'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '59'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '60'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] Active constraints : 10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '53' usage: 6.754969 remaining: 0.416966 concurrency: 3<=3<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '52' usage: 6.539701 remaining: 8.212291 concurrency: 3<=4<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '54' usage: 4.205093 remaining: 9.850288 concurrency: 3<=4<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '51' usage: 6.169162 remaining: 9.474761 concurrency: 3<=3<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '57' usage: 4.830475 remaining: 6.225194 concurrency: 3<=3<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '55' usage: 3.907363 remaining: 5.298174 concurrency: 2<=2<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '56' usage: 3.773201 remaining: 5.303965 concurrency: 2<=2<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '60' usage: 2.790951 remaining: 1.556151 concurrency: 1<=2<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '58' usage: 0.000000 remaining: 7.550130 concurrency: 0<=0<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '59' usage: 0.983317 remaining: 5.180364 concurrency: 0<=1<=4 +> [0.000000]: [ker_lmm/DEBUG] var=51, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.061727, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=52, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.061727, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=58, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.061727, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (51) value to 0.061727 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.061727, Var(51).penalty: 1.000000, Var(51).value: 0.061727 +> [0.000000]: [ker_lmm/DEBUG] Setting var (52) value to 0.061727 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.061727, Var(52).penalty: 1.000000, Var(52).value: 0.061727 +> [0.000000]: [ker_lmm/DEBUG] Setting var (58) value to 0.061727 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.061727, Var(58).penalty: 1.000000, Var(58).value: 0.061727 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 9 || usage: 0.000000 remaining: 0.000000 bound: 0.416966 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 8 || usage: 0.000000 remaining: 5.119667 bound: 5.180364 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 7 || usage: 0.000000 remaining: 7.808613 bound: 8.212291 +> [0.000000]: [ker_lmm/DEBUG] var=54, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.557570, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=55, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.557570, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (54) value to 0.557570 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.557570, Var(54).penalty: 1.000000, Var(54).value: 0.557570 +> [0.000000]: [ker_lmm/DEBUG] Setting var (55) value to 0.557570 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.557570, Var(55).penalty: 1.000000, Var(55).value: 0.557570 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 6 || usage: 0.000000 remaining: 0.000000 bound: 1.556151 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 5 || usage: 0.000000 remaining: 8.881565 bound: 9.850288 +> [0.000000]: [ker_lmm/DEBUG] var=53, var.bound=-1.000000, var.penalty=1.000000, min_usage=2.031309, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (53) value to 2.031309 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 2.031309, Var(53).penalty: 1.000000, Var(53).value: 2.031309 +> [0.000000]: [ker_lmm/DEBUG] index: 3 cnst_light_num: 4 || usage: 0.000000 remaining: 3.587933 bound: 9.474761 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 3 || usage: 0.000000 remaining: 2.552231 bound: 6.225194 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 2 || usage: 0.000000 remaining: 0.000000 bound: 5.298174 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 0.022547 bound: 5.303965 +> [0.000000]: [ker_lmm/DEBUG] MAX-MIN ( '58'(1.000000) '55'(1.000000) '54'(1.000000) '53'(1.000000) '52'(1.000000) '51'(1.000000) '56'(0.000000) '57'(0.000000) '59'(0.000000) '60'(0.000000) ) +> [0.000000]: [ker_lmm/DEBUG] Constraints +> [0.000000]: [ker_lmm/DEBUG] (1.551765.'58'(0.061727) + 0.931720.'52'(0.061727) + 1.017756.'51'(0.061727) + 3.253728.'51'(0.061727) + 1.422923.'56'(0.000000) + 0.593585.'57'(0.000000) + 0) <= 0.416966 ('53') +> [0.000000]: [ker_lmm/DEBUG] (2.587460.'58'(0.061727) + 2.029325.'52'(0.061727) + 1.922916.'51'(0.061727) + 2.106457.'57'(0.000000) + 1.104637.'60'(0.000000) + 0) <= 8.212291 ('52') +> [0.000000]: [ker_lmm/DEBUG] (1.430199.'55'(0.557570) + 1.475171.'52'(0.061727) + 1.299723.'51'(0.061727) + 0.934360.'56'(0.000000) + 1.750104.'59'(0.000000) + 1.029406.'60'(0.000000) + 0) <= 9.850288 ('54') +> [0.000000]: [ker_lmm/DEBUG] (1.118063.'54'(0.557570) + 2.970325.'54'(0.557570) + 1.766276.'53'(2.031309) + 0.314498.'52'(0.061727) + 1.946019.'56'(0.000000) + 0.425789.'56'(0.000000) + 0.062063.'60'(0.000000) + 0) <= 9.474761 ('51') +> [0.000000]: [ker_lmm/DEBUG] (1.596755.'58'(0.061727) + 2.031760.'55'(0.557570) + 1.201960.'53'(2.031309) + 0.001279.'59'(0.000000) + 0) <= 6.225194 ('57') +> [0.000000]: [ker_lmm/DEBUG] (1.790607.'54'(0.557570) + 2.116755.'53'(2.031309) + 0) <= 5.298174 ('55') +> [0.000000]: [ker_lmm/DEBUG] (1.617056.'55'(0.557570) + 2.156145.'53'(2.031309) + 0) <= 5.303965 ('56') +> [0.000000]: [ker_lmm/DEBUG] (1.951588.'55'(0.557570) + 0.839363.'54'(0.557570) + 1.849659.'59'(0.000000) + 0) <= 1.556151 ('60') +> [0.000000]: [ker_lmm/DEBUG] (3.215581.'57'(0.000000) + 0.693541.'57'(0.000000) + 0) <= 7.550130 ('58') +> [0.000000]: [ker_lmm/DEBUG] (0.983317.'58'(0.061727) + 0.900259.'59'(0.000000) + 1.103442.'60'(0.000000) + 0) <= 5.180364 ('59') +> [0.000000]: [ker_lmm/DEBUG] Variables +> [0.000000]: [ker_lmm/DEBUG] '58'(1.000000) : 0.061727 +> [0.000000]: [ker_lmm/DEBUG] '55'(1.000000) : 0.557570 +> [0.000000]: [ker_lmm/DEBUG] '54'(1.000000) : 0.557570 +> [0.000000]: [ker_lmm/DEBUG] '53'(1.000000) : 2.031309 +> [0.000000]: [ker_lmm/DEBUG] '52'(1.000000) : 0.061727 +> [0.000000]: [ker_lmm/DEBUG] '51'(1.000000) : 0.061727 +> [0.000000]: [ker_lmm/DEBUG] '56'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '57'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '59'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '60'(0.000000) : 0.000000 > Starting 6: (615) -> [0.000000]: [surf_maxmin/DEBUG] Setting selective_update_active flag to 0 +> [0.000000]: [ker_lmm/DEBUG] Setting selective_update_active flag to 0 > Starting to solve(609) -> [0.000000]: [surf_maxmin/DEBUG] Active constraints : 10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '61' usage: 2.299142 remaining: 2.273391 concurrency: 1<=1<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '66' usage: 5.011946 remaining: 4.193722 concurrency: 2<=2<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '68' usage: 2.976955 remaining: 8.688015 concurrency: 2<=3<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '70' usage: 4.268924 remaining: 6.743304 concurrency: 3<=3<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '63' usage: 3.069264 remaining: 4.555849 concurrency: 2<=2<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '69' usage: 4.270254 remaining: 3.809411 concurrency: 2<=2<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '64' usage: 4.457141 remaining: 5.384959 concurrency: 3<=3<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '62' usage: 1.822730 remaining: 4.384092 concurrency: 1<=2<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '67' usage: 0.000000 remaining: 4.998825 concurrency: 0<=1<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '65' usage: 2.538214 remaining: 0.867434 concurrency: 1<=2<=-1 -> [0.000000]: [surf_maxmin/DEBUG] var=67, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.341750, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (67) value to 0.341750 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.341750, Var(67).penalty: 1.000000, Var(67).value: 0.341750 -> [0.000000]: [surf_maxmin/DEBUG] index: 8 cnst_light_num: 9 || usage: 0.000000 remaining: 0.000000 bound: 0.867434 -> [0.000000]: [surf_maxmin/DEBUG] var=61, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.836745, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=63, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.836745, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=64, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.836745, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (61) value to 0.836745 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.836745, Var(61).penalty: 1.000000, Var(61).value: 0.836745 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 8 || usage: 0.000000 remaining: 7.094717 bound: 8.688015 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (63) value to 0.836745 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.836745, Var(63).penalty: 1.000000, Var(63).value: 0.836745 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 7 || usage: 0.000000 remaining: 0.349595 bound: 2.273391 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (64) value to 0.836745 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.836745, Var(64).penalty: 1.000000, Var(64).value: 0.836745 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 6 || usage: 0.000000 remaining: 2.858932 bound: 4.384092 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 5 || usage: 0.000000 remaining: 0.000000 bound: 4.193722 -> [0.000000]: [surf_maxmin/DEBUG] var=62, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.922047, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (62) value to 0.922047 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.922047, Var(62).penalty: 1.000000, Var(62).value: 0.922047 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 4 || usage: 0.000000 remaining: 1.895206 bound: 4.555849 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 3 || usage: 0.000000 remaining: 0.000000 bound: 3.809411 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 2 || usage: 0.000000 remaining: 3.543398 bound: 6.743304 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 2.366758 bound: 5.384959 -> [0.000000]: [surf_maxmin/DEBUG] MAX-MIN ( '67'(1.000000) '64'(1.000000) '63'(1.000000) '62'(1.000000) '61'(1.000000) '65'(0.000000) '66'(0.000000) '68'(0.000000) '69'(0.000000) '70'(0.000000) ) -> [0.000000]: [surf_maxmin/DEBUG] Constraints -> [0.000000]: [surf_maxmin/DEBUG] (1.460104.'63'(0.836745) + 0.839037.'61'(0.836745) + 0) <= 2.273391 ('61') -> [0.000000]: [surf_maxmin/DEBUG] (0.214074.'64'(0.836745) + 1.154431.'64'(0.836745) + 0.852340.'63'(0.836745) + 2.791101.'61'(0.836745) + 0.424080.'65'(0.000000) + 0.388704.'66'(0.000000) + 1.493331.'69'(0.000000) + 0.059469.'69'(0.000000) + 0) <= 4.193722 ('66') -> [0.000000]: [surf_maxmin/DEBUG] (1.813462.'67'(0.341750) + 1.163493.'61'(0.836745) + 1.389494.'66'(0.000000) + 1.228992.'70'(0.000000) + 0) <= 8.688015 ('68') -> [0.000000]: [surf_maxmin/DEBUG] (1.003031.'67'(0.341750) + 1.458358.'62'(0.922047) + 1.807535.'61'(0.836745) + 2.698266.'65'(0.000000) + 1.078986.'65'(0.000000) + 0.973678.'68'(0.000000) + 0.248252.'70'(0.000000) + 0) <= 6.743304 ('70') -> [0.000000]: [surf_maxmin/DEBUG] (1.985450.'63'(0.836745) + 1.083814.'62'(0.922047) + 0) <= 4.555849 ('63') -> [0.000000]: [surf_maxmin/DEBUG] (1.500117.'64'(0.836745) + 2.770137.'62'(0.922047) + 2.838970.'65'(0.000000) + 1.188801.'68'(0.000000) + 0) <= 3.809411 ('69') -> [0.000000]: [surf_maxmin/DEBUG] (1.723344.'67'(0.341750) + 1.071970.'63'(0.836745) + 1.661828.'62'(0.922047) + 0) <= 5.384959 ('64') -> [0.000000]: [surf_maxmin/DEBUG] (1.822730.'64'(0.836745) + 1.626636.'66'(0.000000) + 1.510680.'68'(0.000000) + 2.261451.'69'(0.000000) + 1.239524.'70'(0.000000) + 0) <= 4.384092 ('62') -> [0.000000]: [surf_maxmin/DEBUG] (1.886454.'66'(0.000000) + 1.927080.'70'(0.000000) + 0) <= 4.998825 ('67') -> [0.000000]: [surf_maxmin/DEBUG] (2.538214.'67'(0.341750) + 1.662899.'68'(0.000000) + 2.254780.'69'(0.000000) + 0) <= 0.867434 ('65') -> [0.000000]: [surf_maxmin/DEBUG] Variables -> [0.000000]: [surf_maxmin/DEBUG] '67'(1.000000) : 0.341750 -> [0.000000]: [surf_maxmin/DEBUG] '64'(1.000000) : 0.836745 -> [0.000000]: [surf_maxmin/DEBUG] '63'(1.000000) : 0.836745 -> [0.000000]: [surf_maxmin/DEBUG] '62'(1.000000) : 0.922047 -> [0.000000]: [surf_maxmin/DEBUG] '61'(1.000000) : 0.836745 -> [0.000000]: [surf_maxmin/DEBUG] '65'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '66'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '68'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '69'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '70'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] Active constraints : 10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '61' usage: 2.299142 remaining: 2.273391 concurrency: 1<=1<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '66' usage: 5.011946 remaining: 4.193722 concurrency: 2<=2<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '68' usage: 2.976955 remaining: 8.688015 concurrency: 2<=3<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '70' usage: 4.268924 remaining: 6.743304 concurrency: 3<=3<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '63' usage: 3.069264 remaining: 4.555849 concurrency: 2<=2<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '69' usage: 4.270254 remaining: 3.809411 concurrency: 2<=2<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '64' usage: 4.457141 remaining: 5.384959 concurrency: 3<=3<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '62' usage: 1.822730 remaining: 4.384092 concurrency: 1<=2<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '67' usage: 0.000000 remaining: 4.998825 concurrency: 0<=1<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '65' usage: 2.538214 remaining: 0.867434 concurrency: 1<=2<=-1 +> [0.000000]: [ker_lmm/DEBUG] var=67, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.341750, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (67) value to 0.341750 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.341750, Var(67).penalty: 1.000000, Var(67).value: 0.341750 +> [0.000000]: [ker_lmm/DEBUG] index: 8 cnst_light_num: 9 || usage: 0.000000 remaining: 0.000000 bound: 0.867434 +> [0.000000]: [ker_lmm/DEBUG] var=61, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.836745, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=63, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.836745, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=64, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.836745, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (61) value to 0.836745 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.836745, Var(61).penalty: 1.000000, Var(61).value: 0.836745 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 8 || usage: 0.000000 remaining: 7.094717 bound: 8.688015 +> [0.000000]: [ker_lmm/DEBUG] Setting var (63) value to 0.836745 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.836745, Var(63).penalty: 1.000000, Var(63).value: 0.836745 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 7 || usage: 0.000000 remaining: 0.349595 bound: 2.273391 +> [0.000000]: [ker_lmm/DEBUG] Setting var (64) value to 0.836745 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.836745, Var(64).penalty: 1.000000, Var(64).value: 0.836745 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 6 || usage: 0.000000 remaining: 2.858932 bound: 4.384092 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 5 || usage: 0.000000 remaining: 0.000000 bound: 4.193722 +> [0.000000]: [ker_lmm/DEBUG] var=62, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.922047, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (62) value to 0.922047 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.922047, Var(62).penalty: 1.000000, Var(62).value: 0.922047 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 4 || usage: 0.000000 remaining: 1.895206 bound: 4.555849 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 3 || usage: 0.000000 remaining: 0.000000 bound: 3.809411 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 2 || usage: 0.000000 remaining: 3.543398 bound: 6.743304 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 2.366758 bound: 5.384959 +> [0.000000]: [ker_lmm/DEBUG] MAX-MIN ( '67'(1.000000) '64'(1.000000) '63'(1.000000) '62'(1.000000) '61'(1.000000) '65'(0.000000) '66'(0.000000) '68'(0.000000) '69'(0.000000) '70'(0.000000) ) +> [0.000000]: [ker_lmm/DEBUG] Constraints +> [0.000000]: [ker_lmm/DEBUG] (1.460104.'63'(0.836745) + 0.839037.'61'(0.836745) + 0) <= 2.273391 ('61') +> [0.000000]: [ker_lmm/DEBUG] (0.214074.'64'(0.836745) + 1.154431.'64'(0.836745) + 0.852340.'63'(0.836745) + 2.791101.'61'(0.836745) + 0.424080.'65'(0.000000) + 0.388704.'66'(0.000000) + 1.493331.'69'(0.000000) + 0.059469.'69'(0.000000) + 0) <= 4.193722 ('66') +> [0.000000]: [ker_lmm/DEBUG] (1.813462.'67'(0.341750) + 1.163493.'61'(0.836745) + 1.389494.'66'(0.000000) + 1.228992.'70'(0.000000) + 0) <= 8.688015 ('68') +> [0.000000]: [ker_lmm/DEBUG] (1.003031.'67'(0.341750) + 1.458358.'62'(0.922047) + 1.807535.'61'(0.836745) + 2.698266.'65'(0.000000) + 1.078986.'65'(0.000000) + 0.973678.'68'(0.000000) + 0.248252.'70'(0.000000) + 0) <= 6.743304 ('70') +> [0.000000]: [ker_lmm/DEBUG] (1.985450.'63'(0.836745) + 1.083814.'62'(0.922047) + 0) <= 4.555849 ('63') +> [0.000000]: [ker_lmm/DEBUG] (1.500117.'64'(0.836745) + 2.770137.'62'(0.922047) + 2.838970.'65'(0.000000) + 1.188801.'68'(0.000000) + 0) <= 3.809411 ('69') +> [0.000000]: [ker_lmm/DEBUG] (1.723344.'67'(0.341750) + 1.071970.'63'(0.836745) + 1.661828.'62'(0.922047) + 0) <= 5.384959 ('64') +> [0.000000]: [ker_lmm/DEBUG] (1.822730.'64'(0.836745) + 1.626636.'66'(0.000000) + 1.510680.'68'(0.000000) + 2.261451.'69'(0.000000) + 1.239524.'70'(0.000000) + 0) <= 4.384092 ('62') +> [0.000000]: [ker_lmm/DEBUG] (1.886454.'66'(0.000000) + 1.927080.'70'(0.000000) + 0) <= 4.998825 ('67') +> [0.000000]: [ker_lmm/DEBUG] (2.538214.'67'(0.341750) + 1.662899.'68'(0.000000) + 2.254780.'69'(0.000000) + 0) <= 0.867434 ('65') +> [0.000000]: [ker_lmm/DEBUG] Variables +> [0.000000]: [ker_lmm/DEBUG] '67'(1.000000) : 0.341750 +> [0.000000]: [ker_lmm/DEBUG] '64'(1.000000) : 0.836745 +> [0.000000]: [ker_lmm/DEBUG] '63'(1.000000) : 0.836745 +> [0.000000]: [ker_lmm/DEBUG] '62'(1.000000) : 0.922047 +> [0.000000]: [ker_lmm/DEBUG] '61'(1.000000) : 0.836745 +> [0.000000]: [ker_lmm/DEBUG] '65'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '66'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '68'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '69'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '70'(0.000000) : 0.000000 > Starting 7: (723) -> [0.000000]: [surf_maxmin/DEBUG] Setting selective_update_active flag to 0 +> [0.000000]: [ker_lmm/DEBUG] Setting selective_update_active flag to 0 > Starting to solve(306) -> [0.000000]: [surf_maxmin/DEBUG] Active constraints : 10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '78' usage: 3.198380 remaining: 5.433860 concurrency: 2<=2<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '76' usage: 6.233480 remaining: 5.226747 concurrency: 3<=3<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '80' usage: 2.488814 remaining: 6.196821 concurrency: 1<=1<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '71' usage: 3.565174 remaining: 0.111144 concurrency: 2<=2<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '72' usage: 2.521887 remaining: 8.691945 concurrency: 1<=2<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '79' usage: 2.413421 remaining: 4.026774 concurrency: 2<=2<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '74' usage: 6.129271 remaining: 0.113988 concurrency: 3<=3<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '73' usage: 4.947543 remaining: 8.164613 concurrency: 3<=4<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '75' usage: 4.819708 remaining: 7.660629 concurrency: 3<=3<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '77' usage: 1.230945 remaining: 9.264384 concurrency: 1<=1<=4 -> [0.000000]: [surf_maxmin/DEBUG] var=72, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.018597, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=73, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.018597, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=77, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.018597, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (72) value to 0.018597 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.018597, Var(72).penalty: 1.000000, Var(72).value: 0.018597 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (73) value to 0.018597 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.018597, Var(73).penalty: 1.000000, Var(73).value: 0.018597 -> [0.000000]: [surf_maxmin/DEBUG] index: 5 cnst_light_num: 10 || usage: 0.000000 remaining: 3.981891 bound: 4.026774 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (77) value to 0.018597 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.018597, Var(77).penalty: 1.000000, Var(77).value: 0.018597 -> [0.000000]: [surf_maxmin/DEBUG] index: 6 cnst_light_num: 9 || usage: 0.000000 remaining: 0.000000 bound: 0.113988 -> [0.000000]: [surf_maxmin/DEBUG] var=71, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.031175, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=76, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.031175, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (71) value to 0.031175 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.031175, Var(71).penalty: 1.000000, Var(71).value: 0.031175 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 8 || usage: 0.000000 remaining: 6.141366 bound: 6.196821 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (76) value to 0.031175 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.031175, Var(76).penalty: 1.000000, Var(76).value: 0.031175 -> [0.000000]: [surf_maxmin/DEBUG] index: 5 cnst_light_num: 7 || usage: 0.000000 remaining: 9.226009 bound: 9.264384 -> [0.000000]: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 6 || usage: 0.000000 remaining: 0.000000 bound: 0.111144 -> [0.000000]: [surf_maxmin/DEBUG] index: 4 cnst_light_num: 5 || usage: 0.000000 remaining: 8.625075 bound: 8.691945 -> [0.000000]: [surf_maxmin/DEBUG] var=75, var.bound=-1.000000, var.penalty=1.000000, min_usage=2.643929, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (75) value to 2.643929 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 2.643929, Var(75).penalty: 1.000000, Var(75).value: 2.643929 -> [0.000000]: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 4 || usage: 0.000000 remaining: 4.713707 bound: 7.660629 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 3 || usage: 0.000000 remaining: 0.000000 bound: 5.433860 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 2 || usage: 0.000000 remaining: 0.303323 bound: 5.226747 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 4.744122 bound: 8.164613 -> [0.000000]: [surf_maxmin/DEBUG] MAX-MIN ( '77'(1.000000) '76'(1.000000) '75'(1.000000) '73'(1.000000) '72'(1.000000) '71'(1.000000) '74'(0.000000) '78'(0.000000) '79'(0.000000) '80'(0.000000) ) -> [0.000000]: [surf_maxmin/DEBUG] Constraints -> [0.000000]: [surf_maxmin/DEBUG] (2.041582.'75'(2.643929) + 1.156799.'71'(0.031175) + 0.819429.'74'(0.000000) + 0) <= 5.433860 ('78') -> [0.000000]: [surf_maxmin/DEBUG] (1.822511.'75'(2.643929) + 1.831327.'73'(0.018597) + 0.766757.'72'(0.018597) + 1.812885.'71'(0.031175) + 0.020109.'78'(0.000000) + 1.410049.'79'(0.000000) + 0.743360.'79'(0.000000) + 1.394747.'80'(0.000000) + 0) <= 5.226747 ('76') -> [0.000000]: [surf_maxmin/DEBUG] (1.759771.'77'(0.018597) + 0.729042.'71'(0.031175) + 1.822089.'78'(0.000000) + 0) <= 6.196821 ('80') -> [0.000000]: [surf_maxmin/DEBUG] (1.652654.'76'(0.031175) + 1.912520.'71'(0.031175) + 0) <= 0.111144 ('71') -> [0.000000]: [surf_maxmin/DEBUG] (1.587764.'76'(0.031175) + 0.934123.'72'(0.018597) + 1.878623.'74'(0.000000) + 1.704288.'78'(0.000000) + 2.233739.'80'(0.000000) + 0) <= 8.691945 ('72') -> [0.000000]: [surf_maxmin/DEBUG] (1.026485.'73'(0.018597) + 1.386937.'72'(0.018597) + 1.201584.'74'(0.000000) + 2.199875.'79'(0.000000) + 0) <= 4.026774 ('79') -> [0.000000]: [surf_maxmin/DEBUG] (2.354927.'77'(0.018597) + 1.659686.'73'(0.018597) + 2.114659.'72'(0.018597) + 1.579691.'79'(0.000000) + 0) <= 0.113988 ('74') -> [0.000000]: [surf_maxmin/DEBUG] (1.677954.'77'(0.018597) + 1.267832.'75'(2.643929) + 2.001758.'73'(0.018597) + 1.676275.'74'(0.000000) + 1.438621.'80'(0.000000) + 0) <= 8.164613 ('73') -> [0.000000]: [surf_maxmin/DEBUG] (1.668512.'77'(0.018597) + 2.072773.'76'(0.031175) + 1.078423.'75'(2.643929) + 0) <= 7.660629 ('75') -> [0.000000]: [surf_maxmin/DEBUG] (1.230945.'76'(0.031175) + 0.691097.'78'(0.000000) + 0.926100.'80'(0.000000) + 0) <= 9.264384 ('77') -> [0.000000]: [surf_maxmin/DEBUG] Variables -> [0.000000]: [surf_maxmin/DEBUG] '77'(1.000000) : 0.018597 -> [0.000000]: [surf_maxmin/DEBUG] '76'(1.000000) : 0.031175 -> [0.000000]: [surf_maxmin/DEBUG] '75'(1.000000) : 2.643929 -> [0.000000]: [surf_maxmin/DEBUG] '73'(1.000000) : 0.018597 -> [0.000000]: [surf_maxmin/DEBUG] '72'(1.000000) : 0.018597 -> [0.000000]: [surf_maxmin/DEBUG] '71'(1.000000) : 0.031175 -> [0.000000]: [surf_maxmin/DEBUG] '74'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '78'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '79'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '80'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] Active constraints : 10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '78' usage: 3.198380 remaining: 5.433860 concurrency: 2<=2<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '76' usage: 6.233480 remaining: 5.226747 concurrency: 3<=3<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '80' usage: 2.488814 remaining: 6.196821 concurrency: 1<=1<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '71' usage: 3.565174 remaining: 0.111144 concurrency: 2<=2<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '72' usage: 2.521887 remaining: 8.691945 concurrency: 1<=2<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '79' usage: 2.413421 remaining: 4.026774 concurrency: 2<=2<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '74' usage: 6.129271 remaining: 0.113988 concurrency: 3<=3<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '73' usage: 4.947543 remaining: 8.164613 concurrency: 3<=4<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '75' usage: 4.819708 remaining: 7.660629 concurrency: 3<=3<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '77' usage: 1.230945 remaining: 9.264384 concurrency: 1<=1<=4 +> [0.000000]: [ker_lmm/DEBUG] var=72, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.018597, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=73, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.018597, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=77, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.018597, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (72) value to 0.018597 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.018597, Var(72).penalty: 1.000000, Var(72).value: 0.018597 +> [0.000000]: [ker_lmm/DEBUG] Setting var (73) value to 0.018597 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.018597, Var(73).penalty: 1.000000, Var(73).value: 0.018597 +> [0.000000]: [ker_lmm/DEBUG] index: 5 cnst_light_num: 10 || usage: 0.000000 remaining: 3.981891 bound: 4.026774 +> [0.000000]: [ker_lmm/DEBUG] Setting var (77) value to 0.018597 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.018597, Var(77).penalty: 1.000000, Var(77).value: 0.018597 +> [0.000000]: [ker_lmm/DEBUG] index: 6 cnst_light_num: 9 || usage: 0.000000 remaining: 0.000000 bound: 0.113988 +> [0.000000]: [ker_lmm/DEBUG] var=71, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.031175, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=76, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.031175, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (71) value to 0.031175 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.031175, Var(71).penalty: 1.000000, Var(71).value: 0.031175 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 8 || usage: 0.000000 remaining: 6.141366 bound: 6.196821 +> [0.000000]: [ker_lmm/DEBUG] Setting var (76) value to 0.031175 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.031175, Var(76).penalty: 1.000000, Var(76).value: 0.031175 +> [0.000000]: [ker_lmm/DEBUG] index: 5 cnst_light_num: 7 || usage: 0.000000 remaining: 9.226009 bound: 9.264384 +> [0.000000]: [ker_lmm/DEBUG] index: 3 cnst_light_num: 6 || usage: 0.000000 remaining: 0.000000 bound: 0.111144 +> [0.000000]: [ker_lmm/DEBUG] index: 4 cnst_light_num: 5 || usage: 0.000000 remaining: 8.625075 bound: 8.691945 +> [0.000000]: [ker_lmm/DEBUG] var=75, var.bound=-1.000000, var.penalty=1.000000, min_usage=2.643929, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (75) value to 2.643929 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 2.643929, Var(75).penalty: 1.000000, Var(75).value: 2.643929 +> [0.000000]: [ker_lmm/DEBUG] index: 3 cnst_light_num: 4 || usage: 0.000000 remaining: 4.713707 bound: 7.660629 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 3 || usage: 0.000000 remaining: 0.000000 bound: 5.433860 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 2 || usage: 0.000000 remaining: 0.303323 bound: 5.226747 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 4.744122 bound: 8.164613 +> [0.000000]: [ker_lmm/DEBUG] MAX-MIN ( '77'(1.000000) '76'(1.000000) '75'(1.000000) '73'(1.000000) '72'(1.000000) '71'(1.000000) '74'(0.000000) '78'(0.000000) '79'(0.000000) '80'(0.000000) ) +> [0.000000]: [ker_lmm/DEBUG] Constraints +> [0.000000]: [ker_lmm/DEBUG] (2.041582.'75'(2.643929) + 1.156799.'71'(0.031175) + 0.819429.'74'(0.000000) + 0) <= 5.433860 ('78') +> [0.000000]: [ker_lmm/DEBUG] (1.822511.'75'(2.643929) + 1.831327.'73'(0.018597) + 0.766757.'72'(0.018597) + 1.812885.'71'(0.031175) + 0.020109.'78'(0.000000) + 1.410049.'79'(0.000000) + 0.743360.'79'(0.000000) + 1.394747.'80'(0.000000) + 0) <= 5.226747 ('76') +> [0.000000]: [ker_lmm/DEBUG] (1.759771.'77'(0.018597) + 0.729042.'71'(0.031175) + 1.822089.'78'(0.000000) + 0) <= 6.196821 ('80') +> [0.000000]: [ker_lmm/DEBUG] (1.652654.'76'(0.031175) + 1.912520.'71'(0.031175) + 0) <= 0.111144 ('71') +> [0.000000]: [ker_lmm/DEBUG] (1.587764.'76'(0.031175) + 0.934123.'72'(0.018597) + 1.878623.'74'(0.000000) + 1.704288.'78'(0.000000) + 2.233739.'80'(0.000000) + 0) <= 8.691945 ('72') +> [0.000000]: [ker_lmm/DEBUG] (1.026485.'73'(0.018597) + 1.386937.'72'(0.018597) + 1.201584.'74'(0.000000) + 2.199875.'79'(0.000000) + 0) <= 4.026774 ('79') +> [0.000000]: [ker_lmm/DEBUG] (2.354927.'77'(0.018597) + 1.659686.'73'(0.018597) + 2.114659.'72'(0.018597) + 1.579691.'79'(0.000000) + 0) <= 0.113988 ('74') +> [0.000000]: [ker_lmm/DEBUG] (1.677954.'77'(0.018597) + 1.267832.'75'(2.643929) + 2.001758.'73'(0.018597) + 1.676275.'74'(0.000000) + 1.438621.'80'(0.000000) + 0) <= 8.164613 ('73') +> [0.000000]: [ker_lmm/DEBUG] (1.668512.'77'(0.018597) + 2.072773.'76'(0.031175) + 1.078423.'75'(2.643929) + 0) <= 7.660629 ('75') +> [0.000000]: [ker_lmm/DEBUG] (1.230945.'76'(0.031175) + 0.691097.'78'(0.000000) + 0.926100.'80'(0.000000) + 0) <= 9.264384 ('77') +> [0.000000]: [ker_lmm/DEBUG] Variables +> [0.000000]: [ker_lmm/DEBUG] '77'(1.000000) : 0.018597 +> [0.000000]: [ker_lmm/DEBUG] '76'(1.000000) : 0.031175 +> [0.000000]: [ker_lmm/DEBUG] '75'(1.000000) : 2.643929 +> [0.000000]: [ker_lmm/DEBUG] '73'(1.000000) : 0.018597 +> [0.000000]: [ker_lmm/DEBUG] '72'(1.000000) : 0.018597 +> [0.000000]: [ker_lmm/DEBUG] '71'(1.000000) : 0.031175 +> [0.000000]: [ker_lmm/DEBUG] '74'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '78'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '79'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '80'(0.000000) : 0.000000 > Starting 8: (670) -> [0.000000]: [surf_maxmin/DEBUG] Setting selective_update_active flag to 0 +> [0.000000]: [ker_lmm/DEBUG] Setting selective_update_active flag to 0 > Starting to solve(148) -> [0.000000]: [surf_maxmin/DEBUG] Active constraints : 10 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '85' usage: 7.178533 remaining: 4.185082 concurrency: 4<=5<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '81' usage: 8.476100 remaining: 3.644610 concurrency: 4<=4<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '87' usage: 5.905621 remaining: 0.840597 concurrency: 4<=4<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '83' usage: 3.131650 remaining: 1.338295 concurrency: 2<=2<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '86' usage: 4.117081 remaining: 2.481012 concurrency: 2<=2<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '88' usage: 8.831579 remaining: 4.946545 concurrency: 3<=3<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '82' usage: 4.447821 remaining: 4.957733 concurrency: 2<=2<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '89' usage: 2.610616 remaining: 3.157089 concurrency: 2<=2<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '90' usage: 2.381237 remaining: 9.509640 concurrency: 1<=1<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '84' usage: 3.078695 remaining: 0.133220 concurrency: 2<=2<=3 -> [0.000000]: [surf_maxmin/DEBUG] var=85, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.043272, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=87, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.043272, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (85) value to 0.043272 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.043272, Var(85).penalty: 1.000000, Var(85).value: 0.043272 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (87) value to 0.043272 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.043272, Var(87).penalty: 1.000000, Var(87).value: 0.043272 -> [0.000000]: [surf_maxmin/DEBUG] index: 9 cnst_light_num: 10 || usage: 0.000000 remaining: 0.000000 bound: 0.133220 -> [0.000000]: [surf_maxmin/DEBUG] var=81, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.142338, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=83, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.142338, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=84, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.142338, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=88, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.142338, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (81) value to 0.142338 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.142338, Var(81).penalty: 1.000000, Var(81).value: 0.142338 -> [0.000000]: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 9 || usage: 0.000000 remaining: 1.051802 bound: 1.338295 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (83) value to 0.142338 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.142338, Var(83).penalty: 1.000000, Var(83).value: 0.142338 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (84) value to 0.142338 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.142338, Var(84).penalty: 1.000000, Var(84).value: 0.142338 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 8 || usage: 0.000000 remaining: 3.310191 bound: 4.185082 -> [0.000000]: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 7 || usage: 0.000000 remaining: 9.343978 bound: 9.509640 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (88) value to 0.142338 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.142338, Var(88).penalty: 1.000000, Var(88).value: 0.142338 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 6 || usage: 0.000000 remaining: 0.000000 bound: 0.840597 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 5 || usage: 0.000000 remaining: 2.636440 bound: 3.644610 -> [0.000000]: [surf_maxmin/DEBUG] var=82, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.594365, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=90, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.594365, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (82) value to 0.594365 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.594365, Var(82).penalty: 1.000000, Var(82).value: 0.594365 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 4 || usage: 0.000000 remaining: 0.941735 bound: 2.481012 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (90) value to 0.594365 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.594365, Var(90).penalty: 1.000000, Var(90).value: 0.594365 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 3 || usage: 0.000000 remaining: 3.215631 bound: 4.957733 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 2 || usage: 0.000000 remaining: 2.151237 bound: 3.157089 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 0.000000 bound: 4.946545 -> [0.000000]: [surf_maxmin/DEBUG] MAX-MIN ( '90'(1.000000) '88'(1.000000) '87'(1.000000) '85'(1.000000) '84'(1.000000) '83'(1.000000) '82'(1.000000) '81'(1.000000) '86'(0.000000) '89'(0.000000) ) -> [0.000000]: [surf_maxmin/DEBUG] Constraints -> [0.000000]: [surf_maxmin/DEBUG] (1.482735.'87'(0.043272) + 2.501577.'84'(0.142338) + 1.282758.'83'(0.142338) + 1.911462.'81'(0.142338) + 1.942518.'86'(0.000000) + 0.419592.'86'(0.000000) + 1.720571.'89'(0.000000) + 0) <= 4.185082 ('85') -> [0.000000]: [surf_maxmin/DEBUG] (2.079257.'88'(0.142338) + 2.001718.'85'(0.043272) + 2.844104.'83'(0.142338) + 1.551021.'81'(0.142338) + 1.225846.'86'(0.000000) + 0.957081.'86'(0.000000) + 0.479633.'89'(0.000000) + 0) <= 3.644610 ('81') -> [0.000000]: [surf_maxmin/DEBUG] (1.577974.'88'(0.142338) + 1.155912.'84'(0.142338) + 1.288511.'83'(0.142338) + 1.883225.'81'(0.142338) + 0) <= 0.840597 ('87') -> [0.000000]: [surf_maxmin/DEBUG] (1.607607.'85'(0.043272) + 1.524042.'81'(0.142338) + 1.148263.'89'(0.000000) + 0) <= 1.338295 ('83') -> [0.000000]: [surf_maxmin/DEBUG] (0.400642.'87'(0.043272) + 1.519780.'83'(0.142338) + 2.196658.'82'(0.594365) + 0) <= 2.481012 ('86') -> [0.000000]: [surf_maxmin/DEBUG] (0.645070.'90'(0.594365) + 2.501628.'90'(0.594365) + 0.669514.'88'(0.142338) + 1.205610.'82'(0.594365) + 3.809758.'82'(0.594365) + 0) <= 4.946545 ('88') -> [0.000000]: [surf_maxmin/DEBUG] (2.319476.'90'(0.594365) + 0.452335.'88'(0.142338) + 1.264869.'87'(0.043272) + 0.411141.'82'(0.594365) + 0) <= 4.957733 ('82') -> [0.000000]: [surf_maxmin/DEBUG] (1.403149.'90'(0.594365) + 1.207467.'84'(0.142338) + 0) <= 3.157089 ('89') -> [0.000000]: [surf_maxmin/DEBUG] (1.749117.'85'(0.043272) + 0.632120.'84'(0.142338) + 0.992685.'89'(0.000000) + 0) <= 9.509640 ('90') -> [0.000000]: [surf_maxmin/DEBUG] (1.458012.'87'(0.043272) + 1.620683.'85'(0.043272) + 0) <= 0.133220 ('84') -> [0.000000]: [surf_maxmin/DEBUG] Variables -> [0.000000]: [surf_maxmin/DEBUG] '90'(1.000000) : 0.594365 -> [0.000000]: [surf_maxmin/DEBUG] '88'(1.000000) : 0.142338 -> [0.000000]: [surf_maxmin/DEBUG] '87'(1.000000) : 0.043272 -> [0.000000]: [surf_maxmin/DEBUG] '85'(1.000000) : 0.043272 -> [0.000000]: [surf_maxmin/DEBUG] '84'(1.000000) : 0.142338 -> [0.000000]: [surf_maxmin/DEBUG] '83'(1.000000) : 0.142338 -> [0.000000]: [surf_maxmin/DEBUG] '82'(1.000000) : 0.594365 -> [0.000000]: [surf_maxmin/DEBUG] '81'(1.000000) : 0.142338 -> [0.000000]: [surf_maxmin/DEBUG] '86'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '89'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] Active constraints : 10 +> [0.000000]: [ker_lmm/DEBUG] Constraint '85' usage: 7.178533 remaining: 4.185082 concurrency: 4<=5<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '81' usage: 8.476100 remaining: 3.644610 concurrency: 4<=4<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '87' usage: 5.905621 remaining: 0.840597 concurrency: 4<=4<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '83' usage: 3.131650 remaining: 1.338295 concurrency: 2<=2<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '86' usage: 4.117081 remaining: 2.481012 concurrency: 2<=2<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '88' usage: 8.831579 remaining: 4.946545 concurrency: 3<=3<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '82' usage: 4.447821 remaining: 4.957733 concurrency: 2<=2<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '89' usage: 2.610616 remaining: 3.157089 concurrency: 2<=2<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '90' usage: 2.381237 remaining: 9.509640 concurrency: 1<=1<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '84' usage: 3.078695 remaining: 0.133220 concurrency: 2<=2<=3 +> [0.000000]: [ker_lmm/DEBUG] var=85, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.043272, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=87, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.043272, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (85) value to 0.043272 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.043272, Var(85).penalty: 1.000000, Var(85).value: 0.043272 +> [0.000000]: [ker_lmm/DEBUG] Setting var (87) value to 0.043272 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.043272, Var(87).penalty: 1.000000, Var(87).value: 0.043272 +> [0.000000]: [ker_lmm/DEBUG] index: 9 cnst_light_num: 10 || usage: 0.000000 remaining: 0.000000 bound: 0.133220 +> [0.000000]: [ker_lmm/DEBUG] var=81, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.142338, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=83, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.142338, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=84, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.142338, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=88, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.142338, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (81) value to 0.142338 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.142338, Var(81).penalty: 1.000000, Var(81).value: 0.142338 +> [0.000000]: [ker_lmm/DEBUG] index: 3 cnst_light_num: 9 || usage: 0.000000 remaining: 1.051802 bound: 1.338295 +> [0.000000]: [ker_lmm/DEBUG] Setting var (83) value to 0.142338 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.142338, Var(83).penalty: 1.000000, Var(83).value: 0.142338 +> [0.000000]: [ker_lmm/DEBUG] Setting var (84) value to 0.142338 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.142338, Var(84).penalty: 1.000000, Var(84).value: 0.142338 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 8 || usage: 0.000000 remaining: 3.310191 bound: 4.185082 +> [0.000000]: [ker_lmm/DEBUG] index: 3 cnst_light_num: 7 || usage: 0.000000 remaining: 9.343978 bound: 9.509640 +> [0.000000]: [ker_lmm/DEBUG] Setting var (88) value to 0.142338 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.142338, Var(88).penalty: 1.000000, Var(88).value: 0.142338 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 6 || usage: 0.000000 remaining: 0.000000 bound: 0.840597 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 5 || usage: 0.000000 remaining: 2.636440 bound: 3.644610 +> [0.000000]: [ker_lmm/DEBUG] var=82, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.594365, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=90, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.594365, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (82) value to 0.594365 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.594365, Var(82).penalty: 1.000000, Var(82).value: 0.594365 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 4 || usage: 0.000000 remaining: 0.941735 bound: 2.481012 +> [0.000000]: [ker_lmm/DEBUG] Setting var (90) value to 0.594365 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.594365, Var(90).penalty: 1.000000, Var(90).value: 0.594365 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 3 || usage: 0.000000 remaining: 3.215631 bound: 4.957733 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 2 || usage: 0.000000 remaining: 2.151237 bound: 3.157089 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 0.000000 bound: 4.946545 +> [0.000000]: [ker_lmm/DEBUG] MAX-MIN ( '90'(1.000000) '88'(1.000000) '87'(1.000000) '85'(1.000000) '84'(1.000000) '83'(1.000000) '82'(1.000000) '81'(1.000000) '86'(0.000000) '89'(0.000000) ) +> [0.000000]: [ker_lmm/DEBUG] Constraints +> [0.000000]: [ker_lmm/DEBUG] (1.482735.'87'(0.043272) + 2.501577.'84'(0.142338) + 1.282758.'83'(0.142338) + 1.911462.'81'(0.142338) + 1.942518.'86'(0.000000) + 0.419592.'86'(0.000000) + 1.720571.'89'(0.000000) + 0) <= 4.185082 ('85') +> [0.000000]: [ker_lmm/DEBUG] (2.079257.'88'(0.142338) + 2.001718.'85'(0.043272) + 2.844104.'83'(0.142338) + 1.551021.'81'(0.142338) + 1.225846.'86'(0.000000) + 0.957081.'86'(0.000000) + 0.479633.'89'(0.000000) + 0) <= 3.644610 ('81') +> [0.000000]: [ker_lmm/DEBUG] (1.577974.'88'(0.142338) + 1.155912.'84'(0.142338) + 1.288511.'83'(0.142338) + 1.883225.'81'(0.142338) + 0) <= 0.840597 ('87') +> [0.000000]: [ker_lmm/DEBUG] (1.607607.'85'(0.043272) + 1.524042.'81'(0.142338) + 1.148263.'89'(0.000000) + 0) <= 1.338295 ('83') +> [0.000000]: [ker_lmm/DEBUG] (0.400642.'87'(0.043272) + 1.519780.'83'(0.142338) + 2.196658.'82'(0.594365) + 0) <= 2.481012 ('86') +> [0.000000]: [ker_lmm/DEBUG] (0.645070.'90'(0.594365) + 2.501628.'90'(0.594365) + 0.669514.'88'(0.142338) + 1.205610.'82'(0.594365) + 3.809758.'82'(0.594365) + 0) <= 4.946545 ('88') +> [0.000000]: [ker_lmm/DEBUG] (2.319476.'90'(0.594365) + 0.452335.'88'(0.142338) + 1.264869.'87'(0.043272) + 0.411141.'82'(0.594365) + 0) <= 4.957733 ('82') +> [0.000000]: [ker_lmm/DEBUG] (1.403149.'90'(0.594365) + 1.207467.'84'(0.142338) + 0) <= 3.157089 ('89') +> [0.000000]: [ker_lmm/DEBUG] (1.749117.'85'(0.043272) + 0.632120.'84'(0.142338) + 0.992685.'89'(0.000000) + 0) <= 9.509640 ('90') +> [0.000000]: [ker_lmm/DEBUG] (1.458012.'87'(0.043272) + 1.620683.'85'(0.043272) + 0) <= 0.133220 ('84') +> [0.000000]: [ker_lmm/DEBUG] Variables +> [0.000000]: [ker_lmm/DEBUG] '90'(1.000000) : 0.594365 +> [0.000000]: [ker_lmm/DEBUG] '88'(1.000000) : 0.142338 +> [0.000000]: [ker_lmm/DEBUG] '87'(1.000000) : 0.043272 +> [0.000000]: [ker_lmm/DEBUG] '85'(1.000000) : 0.043272 +> [0.000000]: [ker_lmm/DEBUG] '84'(1.000000) : 0.142338 +> [0.000000]: [ker_lmm/DEBUG] '83'(1.000000) : 0.142338 +> [0.000000]: [ker_lmm/DEBUG] '82'(1.000000) : 0.594365 +> [0.000000]: [ker_lmm/DEBUG] '81'(1.000000) : 0.142338 +> [0.000000]: [ker_lmm/DEBUG] '86'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '89'(0.000000) : 0.000000 > Starting 9: (937) -> [0.000000]: [surf_maxmin/DEBUG] Setting selective_update_active flag to 0 +> [0.000000]: [ker_lmm/DEBUG] Setting selective_update_active flag to 0 > Starting to solve(77) -> [0.000000]: [surf_maxmin/DEBUG] Active constraints : 9 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '95' usage: 4.419336 remaining: 1.980629 concurrency: 3<=3<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '100' usage: 5.499631 remaining: 3.360716 concurrency: 2<=2<=3 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '96' usage: 2.312398 remaining: 2.655661 concurrency: 1<=1<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '97' usage: 3.720743 remaining: 2.636028 concurrency: 2<=2<=-1 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '99' usage: 4.936228 remaining: 9.533933 concurrency: 2<=3<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '92' usage: 2.624988 remaining: 4.945899 concurrency: 2<=2<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '98' usage: 2.356019 remaining: 1.503779 concurrency: 1<=1<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '93' usage: 1.752531 remaining: 7.488039 concurrency: 1<=1<=4 -> [0.000000]: [surf_maxmin/DEBUG] Constraint '94' usage: 4.092524 remaining: 5.833217 concurrency: 2<=3<=4 -> [0.000000]: [surf_maxmin/DEBUG] var=91, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.448173, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=93, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.448173, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (91) value to 0.448173 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.448173, Var(91).penalty: 1.000000, Var(91).value: 0.448173 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (93) value to 0.448173 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.448173, Var(93).penalty: 1.000000, Var(93).value: 0.448173 -> [0.000000]: [surf_maxmin/DEBUG] index: 6 cnst_light_num: 9 || usage: 0.000000 remaining: 0.447874 bound: 1.503779 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 8 || usage: 0.000000 remaining: 0.000000 bound: 1.980629 -> [0.000000]: [surf_maxmin/DEBUG] var=92, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.708468, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] var=95, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.708468, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (92) value to 0.708468 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.708468, Var(92).penalty: 1.000000, Var(92).value: 0.708468 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (95) value to 0.708468 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 0.708468, Var(95).penalty: 1.000000, Var(95).value: 0.708468 -> [0.000000]: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 7 || usage: 0.000000 remaining: 0.000000 bound: 2.636028 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 6 || usage: 0.000000 remaining: 6.246426 bound: 7.488039 -> [0.000000]: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 5 || usage: 0.000000 remaining: 0.297082 bound: 3.360716 -> [0.000000]: [surf_maxmin/DEBUG] var=96, var.bound=-1.000000, var.penalty=1.000000, min_usage=1.883920, var.bound*var.penalty=-1.000000 -> [0.000000]: [surf_maxmin/DEBUG] Setting var (96) value to 1.883920 -> -> [0.000000]: [surf_maxmin/DEBUG] Min usage: 1.883920, Var(96).penalty: 1.000000, Var(96).value: 1.883920 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 4 || usage: 0.000000 remaining: 0.330591 bound: 2.655661 -> [0.000000]: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 3 || usage: 0.000000 remaining: 0.000000 bound: 5.833217 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 2 || usage: 0.000000 remaining: 1.522899 bound: 4.945899 -> [0.000000]: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 3.856333 bound: 9.533933 -> [0.000000]: [surf_maxmin/DEBUG] MAX-MIN ( '96'(1.000000) '95'(1.000000) '93'(1.000000) '92'(1.000000) '91'(1.000000) '94'(0.000000) '97'(0.000000) '98'(0.000000) '99'(0.000000) '100'(0.000000) ) -> [0.000000]: [surf_maxmin/DEBUG] Constraints -> [0.000000]: [surf_maxmin/DEBUG] (1.700386.'93'(0.448173) + 1.316422.'91'(0.448173) + 1.402528.'91'(0.448173) + 1.279564.'94'(0.000000) + 0.377061.'97'(0.000000) + 0.519521.'99'(0.000000) + 1.523019.'100'(0.000000) + 0.201844.'100'(0.000000) + 0) <= 1.980629 ('95') -> [0.000000]: [surf_maxmin/DEBUG] (0.948629.'95'(0.708468) + 1.352015.'92'(0.708468) + 0.197187.'91'(0.448173) + 3.001799.'91'(0.448173) + 2.326532.'94'(0.000000) + 0.823225.'98'(0.000000) + 2.139422.'100'(0.000000) + 0) <= 3.360716 ('100') -> [0.000000]: [surf_maxmin/DEBUG] (0.584294.'96'(1.883920) + 1.728104.'92'(0.708468) + 1.949994.'97'(0.000000) + 0.413608.'99'(0.000000) + 0) <= 2.655661 ('96') -> [0.000000]: [surf_maxmin/DEBUG] (2.435596.'95'(0.708468) + 1.285148.'92'(0.708468) + 1.360617.'97'(0.000000) + 1.470623.'98'(0.000000) + 0.989947.'98'(0.000000) + 0) <= 2.636028 ('97') -> [0.000000]: [surf_maxmin/DEBUG] (2.070922.'96'(1.883920) + 0.975162.'93'(0.448173) + 1.890144.'92'(0.708468) + 1.599412.'94'(0.000000) + 0.809700.'99'(0.000000) + 1.930577.'100'(0.000000) + 0) <= 9.533933 ('99') -> [0.000000]: [surf_maxmin/DEBUG] (1.564726.'96'(1.883920) + 1.060262.'93'(0.448173) + 0) <= 4.945899 ('92') -> [0.000000]: [surf_maxmin/DEBUG] (2.356019.'93'(0.448173) + 0) <= 1.503779 ('98') -> [0.000000]: [surf_maxmin/DEBUG] (1.752531.'95'(0.708468) + 0.787750.'94'(0.000000) + 0) <= 7.488039 ('93') -> [0.000000]: [surf_maxmin/DEBUG] (2.495885.'96'(1.883920) + 1.596639.'95'(0.708468) + 1.565153.'97'(0.000000) + 0.810748.'98'(0.000000) + 0.948808.'99'(0.000000) + 0) <= 5.833217 ('94') -> [0.000000]: [surf_maxmin/DEBUG] Variables -> [0.000000]: [surf_maxmin/DEBUG] '96'(1.000000) : 1.883920 -> [0.000000]: [surf_maxmin/DEBUG] '95'(1.000000) : 0.708468 -> [0.000000]: [surf_maxmin/DEBUG] '93'(1.000000) : 0.448173 -> [0.000000]: [surf_maxmin/DEBUG] '92'(1.000000) : 0.708468 -> [0.000000]: [surf_maxmin/DEBUG] '91'(1.000000) : 0.448173 -> [0.000000]: [surf_maxmin/DEBUG] '94'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '97'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '98'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '99'(0.000000) : 0.000000 -> [0.000000]: [surf_maxmin/DEBUG] '100'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] Active constraints : 9 +> [0.000000]: [ker_lmm/DEBUG] Constraint '95' usage: 4.419336 remaining: 1.980629 concurrency: 3<=3<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '100' usage: 5.499631 remaining: 3.360716 concurrency: 2<=2<=3 +> [0.000000]: [ker_lmm/DEBUG] Constraint '96' usage: 2.312398 remaining: 2.655661 concurrency: 1<=1<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '97' usage: 3.720743 remaining: 2.636028 concurrency: 2<=2<=-1 +> [0.000000]: [ker_lmm/DEBUG] Constraint '99' usage: 4.936228 remaining: 9.533933 concurrency: 2<=3<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '92' usage: 2.624988 remaining: 4.945899 concurrency: 2<=2<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '98' usage: 2.356019 remaining: 1.503779 concurrency: 1<=1<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '93' usage: 1.752531 remaining: 7.488039 concurrency: 1<=1<=4 +> [0.000000]: [ker_lmm/DEBUG] Constraint '94' usage: 4.092524 remaining: 5.833217 concurrency: 2<=3<=4 +> [0.000000]: [ker_lmm/DEBUG] var=91, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.448173, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=93, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.448173, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (91) value to 0.448173 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.448173, Var(91).penalty: 1.000000, Var(91).value: 0.448173 +> [0.000000]: [ker_lmm/DEBUG] Setting var (93) value to 0.448173 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.448173, Var(93).penalty: 1.000000, Var(93).value: 0.448173 +> [0.000000]: [ker_lmm/DEBUG] index: 6 cnst_light_num: 9 || usage: 0.000000 remaining: 0.447874 bound: 1.503779 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 8 || usage: 0.000000 remaining: 0.000000 bound: 1.980629 +> [0.000000]: [ker_lmm/DEBUG] var=92, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.708468, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] var=95, var.bound=-1.000000, var.penalty=1.000000, min_usage=0.708468, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (92) value to 0.708468 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.708468, Var(92).penalty: 1.000000, Var(92).value: 0.708468 +> [0.000000]: [ker_lmm/DEBUG] Setting var (95) value to 0.708468 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 0.708468, Var(95).penalty: 1.000000, Var(95).value: 0.708468 +> [0.000000]: [ker_lmm/DEBUG] index: 3 cnst_light_num: 7 || usage: 0.000000 remaining: 0.000000 bound: 2.636028 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 6 || usage: 0.000000 remaining: 6.246426 bound: 7.488039 +> [0.000000]: [ker_lmm/DEBUG] index: 1 cnst_light_num: 5 || usage: 0.000000 remaining: 0.297082 bound: 3.360716 +> [0.000000]: [ker_lmm/DEBUG] var=96, var.bound=-1.000000, var.penalty=1.000000, min_usage=1.883920, var.bound*var.penalty=-1.000000 +> [0.000000]: [ker_lmm/DEBUG] Setting var (96) value to 1.883920 +> +> [0.000000]: [ker_lmm/DEBUG] Min usage: 1.883920, Var(96).penalty: 1.000000, Var(96).value: 1.883920 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 4 || usage: 0.000000 remaining: 0.330591 bound: 2.655661 +> [0.000000]: [ker_lmm/DEBUG] index: 2 cnst_light_num: 3 || usage: 0.000000 remaining: 0.000000 bound: 5.833217 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 2 || usage: 0.000000 remaining: 1.522899 bound: 4.945899 +> [0.000000]: [ker_lmm/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 3.856333 bound: 9.533933 +> [0.000000]: [ker_lmm/DEBUG] MAX-MIN ( '96'(1.000000) '95'(1.000000) '93'(1.000000) '92'(1.000000) '91'(1.000000) '94'(0.000000) '97'(0.000000) '98'(0.000000) '99'(0.000000) '100'(0.000000) ) +> [0.000000]: [ker_lmm/DEBUG] Constraints +> [0.000000]: [ker_lmm/DEBUG] (1.700386.'93'(0.448173) + 1.316422.'91'(0.448173) + 1.402528.'91'(0.448173) + 1.279564.'94'(0.000000) + 0.377061.'97'(0.000000) + 0.519521.'99'(0.000000) + 1.523019.'100'(0.000000) + 0.201844.'100'(0.000000) + 0) <= 1.980629 ('95') +> [0.000000]: [ker_lmm/DEBUG] (0.948629.'95'(0.708468) + 1.352015.'92'(0.708468) + 0.197187.'91'(0.448173) + 3.001799.'91'(0.448173) + 2.326532.'94'(0.000000) + 0.823225.'98'(0.000000) + 2.139422.'100'(0.000000) + 0) <= 3.360716 ('100') +> [0.000000]: [ker_lmm/DEBUG] (0.584294.'96'(1.883920) + 1.728104.'92'(0.708468) + 1.949994.'97'(0.000000) + 0.413608.'99'(0.000000) + 0) <= 2.655661 ('96') +> [0.000000]: [ker_lmm/DEBUG] (2.435596.'95'(0.708468) + 1.285148.'92'(0.708468) + 1.360617.'97'(0.000000) + 1.470623.'98'(0.000000) + 0.989947.'98'(0.000000) + 0) <= 2.636028 ('97') +> [0.000000]: [ker_lmm/DEBUG] (2.070922.'96'(1.883920) + 0.975162.'93'(0.448173) + 1.890144.'92'(0.708468) + 1.599412.'94'(0.000000) + 0.809700.'99'(0.000000) + 1.930577.'100'(0.000000) + 0) <= 9.533933 ('99') +> [0.000000]: [ker_lmm/DEBUG] (1.564726.'96'(1.883920) + 1.060262.'93'(0.448173) + 0) <= 4.945899 ('92') +> [0.000000]: [ker_lmm/DEBUG] (2.356019.'93'(0.448173) + 0) <= 1.503779 ('98') +> [0.000000]: [ker_lmm/DEBUG] (1.752531.'95'(0.708468) + 0.787750.'94'(0.000000) + 0) <= 7.488039 ('93') +> [0.000000]: [ker_lmm/DEBUG] (2.495885.'96'(1.883920) + 1.596639.'95'(0.708468) + 1.565153.'97'(0.000000) + 0.810748.'98'(0.000000) + 0.948808.'99'(0.000000) + 0) <= 5.833217 ('94') +> [0.000000]: [ker_lmm/DEBUG] Variables +> [0.000000]: [ker_lmm/DEBUG] '96'(1.000000) : 1.883920 +> [0.000000]: [ker_lmm/DEBUG] '95'(1.000000) : 0.708468 +> [0.000000]: [ker_lmm/DEBUG] '93'(1.000000) : 0.448173 +> [0.000000]: [ker_lmm/DEBUG] '92'(1.000000) : 0.708468 +> [0.000000]: [ker_lmm/DEBUG] '91'(1.000000) : 0.448173 +> [0.000000]: [ker_lmm/DEBUG] '94'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '97'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '98'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '99'(0.000000) : 0.000000 +> [0.000000]: [ker_lmm/DEBUG] '100'(0.000000) : 0.000000 > 10x One shot execution time for a total of 10 constraints, 10 variables with 4 active constraint each, concurrency in [2,6] and max concurrency share 2