Trace number 4459872

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP 2024-07-07OPT20 1306.24 1309.99

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_200_10_4.opb
MD5SUMdbebfc2916fd48f48fd9f4f0821ac62f
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark1248.46
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint11
Maximum length of a constraint22
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2524
Sum of products size (including duplicates)5048
Number of different products2524
Sum of products size5048

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4459872-1721939463.opb>
0.00/0.01	c original problem has 2724 variables (200 bin, 0 int, 2524 impl, 0 cont) and 2924 constraints
0.00/0.01	c problem read in 0.01
0.00/0.01	c presolving:
0.00/0.02	c (round 1, medium)     0 del vars, 2924 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.02	c (round 2, fast)       2524 del vars, 2924 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.02	c (round 3, exhaustive) 2524 del vars, 2924 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 0 impls, 0 clqs
0.00/0.02	c    (0.0s) probing: 51/200 (25.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.02	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.03	c    (0.0s) no symmetry present (symcode time: 0.00)
0.00/0.03	c presolving (4 rounds: 4 fast, 3 medium, 2 exhaustive):
0.00/0.03	c  2524 deleted vars, 2924 deleted constraints, 200 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  0 implications, 0 cliques
0.00/0.03	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 200 constraints
0.00/0.03	c     200 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.01
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 10.0.0
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.03	c limits/time = 3596.99805
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.03	c limits/memory = 27900
0.00/0.03	c 
0.00/0.03	c # belongs reading time to solving time?
0.00/0.03	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c timing/reading = TRUE
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.03	o 200
0.00/0.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.00/0.03	c t 0.0s|     1 |     0 |     0 |     - | trivial|   0 | 200 | 200 |   0 |   0 |  0 |   0 |   0 | 0.000000e+00 | 2.000000e+02 |    Inf | unknown
0.00/0.03	o 25
0.00/0.03	c p 0.0s|     1 |     0 |     0 |     - |   locks|   0 | 200 | 200 | 200 |   0 |  0 |   0 |   0 | 0.000000e+00 | 2.500000e+01 |    Inf | unknown
0.00/0.07	c   0.1s|     1 |     0 |  1366 |     - |    14M |   0 | 200 | 200 | 200 |   0 |  0 |   0 |   0 | 1.454422e+01 | 2.500000e+01 |  71.89%| unknown
0.10/0.11	c   0.1s|     1 |     0 |  1453 |     - |    22M |   0 | 200 | 200 | 201 |   1 |  1 |   0 |   0 | 1.457230e+01 | 2.500000e+01 |  71.56%| unknown
0.10/0.14	c   0.1s|     1 |     0 |  1581 |     - |    28M |   0 | 200 | 200 | 202 |   2 |  2 |   0 |   0 | 1.461817e+01 | 2.500000e+01 |  71.02%| unknown
0.10/0.18	c   0.2s|     1 |     0 |  1655 |     - |    36M |   0 | 200 | 200 | 203 |   3 |  3 |   0 |   0 | 1.463696e+01 | 2.500000e+01 |  70.80%| unknown
0.19/0.23	c   0.2s|     1 |     0 |  1799 |     - |    45M |   0 | 200 | 200 | 204 |   4 |  4 |   0 |   0 | 1.465136e+01 | 2.500000e+01 |  70.63%| unknown
0.19/0.27	c   0.3s|     1 |     0 |  1848 |     - |    51M |   0 | 200 | 200 | 205 |   5 |  5 |   0 |   0 | 1.465719e+01 | 2.500000e+01 |  70.56%| unknown
0.30/0.31	c   0.3s|     1 |     0 |  1923 |     - |    59M |   0 | 200 | 200 | 206 |   6 |  6 |   0 |   0 | 1.466090e+01 | 2.500000e+01 |  70.52%| unknown
0.30/0.35	c   0.4s|     1 |     0 |  2013 |     - |    67M |   0 | 200 | 200 | 207 |   7 |  7 |   0 |   0 | 1.466385e+01 | 2.500000e+01 |  70.49%| unknown
0.30/0.39	c   0.4s|     1 |     0 |  2095 |     - |    68M |   0 | 200 | 200 | 208 |   8 |  8 |   0 |   0 | 1.466594e+01 | 2.500000e+01 |  70.46%| unknown
0.40/0.44	c   0.4s|     1 |     0 |  2148 |     - |    76M |   0 | 200 | 200 | 209 |   9 |  9 |   0 |   0 | 1.466790e+01 | 2.500000e+01 |  70.44%| unknown
0.40/0.49	c   0.5s|     1 |     0 |  2311 |     - |    76M |   0 | 200 | 200 | 210 |  10 | 10 |   0 |   0 | 1.467246e+01 | 2.500000e+01 |  70.39%| unknown
0.49/0.51	c   0.5s|     1 |     0 |  2348 |     - |    76M |   0 | 200 | 200 | 211 |  11 | 11 |   0 |   0 | 1.467451e+01 | 2.500000e+01 |  70.36%| unknown
0.49/0.52	c   0.5s|     1 |     0 |  2369 |     - |    76M |   0 | 200 | 200 | 212 |  12 | 12 |   0 |   0 | 1.467510e+01 | 2.500000e+01 |  70.36%| unknown
0.49/0.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.49/0.54	c   0.5s|     1 |     0 |  2385 |     - |    76M |   0 | 200 | 200 | 213 |  13 | 13 |   0 |   0 | 1.467557e+01 | 2.500000e+01 |  70.35%| unknown
0.49/0.56	c   0.6s|     1 |     0 |  2401 |     - |    76M |   0 | 200 | 200 | 214 |  14 | 14 |   0 |   0 | 1.467607e+01 | 2.500000e+01 |  70.35%| unknown
0.49/0.58	c   0.6s|     1 |     0 |  2421 |     - |    76M |   0 | 200 | 200 | 215 |  15 | 15 |   0 |   0 | 1.467628e+01 | 2.500000e+01 |  70.34%| unknown
0.49/0.60	c   0.6s|     1 |     0 |  2431 |     - |    76M |   0 | 200 | 200 | 216 |  16 | 16 |   0 |   0 | 1.467642e+01 | 2.500000e+01 |  70.34%| unknown
0.59/0.62	c   0.6s|     1 |     0 |  2433 |     - |    76M |   0 | 200 | 200 | 217 |  17 | 17 |   0 |   0 | 1.467643e+01 | 2.500000e+01 |  70.34%| unknown
0.59/0.64	c   0.6s|     1 |     0 |  2440 |     - |    76M |   0 | 200 | 200 | 218 |  18 | 18 |   0 |   0 | 1.467649e+01 | 2.500000e+01 |  70.34%| unknown
0.59/0.66	c   0.7s|     1 |     0 |  2458 |     - |    76M |   0 | 200 | 200 | 219 |  19 | 19 |   0 |   0 | 1.467663e+01 | 2.500000e+01 |  70.34%| unknown
0.59/0.69	c   0.7s|     1 |     0 |  2490 |     - |    76M |   0 | 200 | 200 | 220 |  20 | 20 |   0 |   0 | 1.467739e+01 | 2.500000e+01 |  70.33%| unknown
0.68/0.71	c   0.7s|     1 |     0 |  2497 |     - |    76M |   0 | 200 | 200 | 221 |  21 | 21 |   0 |   0 | 1.467744e+01 | 2.500000e+01 |  70.33%| unknown
1.48/1.59	c   1.6s|     1 |     2 |  2497 |     - |    76M |   0 | 200 | 200 | 221 |  21 | 21 |   0 |  22 | 1.480915e+01 | 2.500000e+01 |  68.81%| unknown
3.78/3.85	o 23
3.78/3.85	c d 3.8s|    15 |    16 |  5162 | 190.4 |pscostdi|  14 | 200 | 200 | 225 |   0 |  1 |   0 | 234 | 1.480915e+01 | 2.300000e+01 |  55.31%| unknown
3.78/3.85	o 22
3.78/3.85	c d 3.8s|    15 |    16 |  5163 | 190.4 |pscostdi|  14 | 200 | 200 | 225 |   0 |  1 |   0 | 234 | 1.480915e+01 | 2.200000e+01 |  48.56%| unknown
7.86/7.94	c   7.9s|   100 |   101 | 22293 | 200.0 |   135M |  15 | 200 | 206 | 224 |  79 |  1 |   7 | 465 | 1.535566e+01 | 2.200000e+01 |  43.27%| unknown
9.56/9.64	c   9.6s|   200 |   201 | 40052 | 188.7 |   136M |  24 | 200 | 210 | 224 | 117 |  1 |  13 | 478 | 1.541988e+01 | 2.200000e+01 |  42.67%| unknown
11.35/11.49	c  11.5s|   300 |   299 | 58397 | 187.0 |   136M |  25 | 200 | 215 | 224 | 173 |  1 |  19 | 480 | 1.562248e+01 | 2.200000e+01 |  40.82%| unknown
14.44/14.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
14.44/14.59	c  14.6s|   400 |   397 | 87776 | 213.7 |   137M |  26 | 200 | 223 | 224 | 238 |  1 |  37 | 502 | 1.573154e+01 | 2.200000e+01 |  39.85%| unknown
17.14/17.29	c  17.3s|   500 |   497 |127291 | 250.1 |   137M |  26 | 200 | 233 | 217 | 284 |  1 |  67 | 514 | 1.585589e+01 | 2.200000e+01 |  38.75%| unknown
21.32/21.48	c  21.5s|   600 |   597 |169994 | 279.6 |   137M |  26 | 200 | 250 | 224 | 400 |  1 |  94 | 525 | 1.598703e+01 | 2.200000e+01 |  37.61%| unknown
24.92/25.09	c  25.1s|   700 |   697 |203153 | 287.1 |   137M |  26 | 200 | 268 | 217 | 509 |  1 | 127 | 527 | 1.605148e+01 | 2.200000e+01 |  37.06%| unknown
28.50/28.65	c  28.7s|   800 |   797 |239515 | 296.6 |   137M |  26 | 200 | 285 | 217 | 613 |  1 | 155 | 530 | 1.607239e+01 | 2.200000e+01 |  36.88%| unknown
31.80/31.96	c  32.0s|   900 |   897 |269611 | 297.1 |   138M |  26 | 200 | 300 | 225 | 729 |  1 | 178 | 534 | 1.610600e+01 | 2.200000e+01 |  36.60%| unknown
34.39/34.53	c  34.5s|  1000 |   997 |299378 | 297.2 |   138M |  26 | 200 | 312 | 223 | 796 |  1 | 198 | 543 | 1.613595e+01 | 2.200000e+01 |  36.34%| unknown
35.78/35.93	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
35.78/35.93	c (run 1, node 1049) performing user restart
35.78/35.93	c 
35.78/35.93	c (restart) converted 17 cuts from the global cut pool into linear constraints
35.78/35.93	c 
35.89/36.02	c presolving:
35.89/36.03	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1 upgd conss, 0 impls, 0 clqs
35.89/36.03	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 1 chg coeffs, 1 upgd conss, 0 impls, 0 clqs
35.89/36.04	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
35.89/36.04	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 1 changed coefficients
35.89/36.04	c  0 implications, 0 cliques
35.89/36.04	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 337 constraints
35.89/36.04	c       1 constraints of type <knapsack>
35.89/36.04	c      16 constraints of type <linear>
35.89/36.04	c     320 constraints of type <logicor>
35.89/36.04	c transformed objective value is always integral (scale: 1)
35.89/36.04	c Presolving Time: 0.05
35.89/36.05	c transformed 77/100 original solutions to the transformed problem space
35.89/36.05	c 
35.98/36.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
35.98/36.12	c  36.1s|     1 |     0 |313824 |     - |   131M |   0 | 200 | 337 | 217 |   0 |  0 | 208 | 553 | 1.615288e+01 | 2.200000e+01 |  36.20%| unknown
36.08/36.20	c  36.2s|     1 |     0 |313912 |     - |   131M |   0 | 200 | 337 | 218 |   1 |  1 | 208 | 553 | 1.615288e+01 | 2.200000e+01 |  36.20%| unknown
36.08/36.27	c  36.3s|     1 |     0 |314092 |     - |   131M |   0 | 200 | 337 | 219 |   2 |  2 | 208 | 553 | 1.615288e+01 | 2.200000e+01 |  36.20%| unknown
36.18/36.35	c  36.3s|     1 |     0 |314275 |     - |   131M |   0 | 200 | 337 | 220 |   3 |  3 | 208 | 553 | 1.615288e+01 | 2.200000e+01 |  36.20%| unknown
36.28/36.42	c  36.4s|     1 |     0 |314368 |     - |   131M |   0 | 200 | 337 | 221 |   4 |  4 | 208 | 553 | 1.615288e+01 | 2.200000e+01 |  36.20%| unknown
36.28/36.49	c  36.5s|     1 |     0 |314448 |     - |   131M |   0 | 200 | 337 | 222 |   5 |  5 | 208 | 553 | 1.615288e+01 | 2.200000e+01 |  36.20%| unknown
36.38/36.57	c  36.6s|     1 |     0 |314601 |     - |   131M |   0 | 200 | 337 | 223 |   6 |  6 | 208 | 553 | 1.615288e+01 | 2.200000e+01 |  36.20%| unknown
36.48/36.64	c  36.6s|     1 |     0 |314655 |     - |   135M |   0 | 200 | 337 | 224 |   7 |  7 | 208 | 553 | 1.615288e+01 | 2.200000e+01 |  36.20%| unknown
36.57/36.71	c  36.7s|     1 |     0 |314728 |     - |   135M |   0 | 200 | 337 | 225 |   8 |  8 | 208 | 553 | 1.615288e+01 | 2.200000e+01 |  36.20%| unknown
36.57/36.78	c  36.8s|     1 |     0 |314744 |     - |   135M |   0 | 200 | 337 | 226 |   9 |  9 | 208 | 553 | 1.615288e+01 | 2.200000e+01 |  36.20%| unknown
36.67/36.85	c  36.9s|     1 |     0 |314870 |     - |   135M |   0 | 200 | 337 | 227 |  10 | 10 | 208 | 553 | 1.615288e+01 | 2.200000e+01 |  36.20%| unknown
36.77/36.90	c  36.9s|     1 |     0 |314956 |     - |   135M |   0 | 200 | 337 | 226 |  11 | 11 | 208 | 553 | 1.615288e+01 | 2.200000e+01 |  36.20%| unknown
36.77/36.94	c  36.9s|     1 |     0 |314979 |     - |   135M |   0 | 200 | 337 | 227 |  12 | 12 | 208 | 553 | 1.615288e+01 | 2.200000e+01 |  36.20%| unknown
36.77/36.97	c  37.0s|     1 |     0 |314993 |     - |   135M |   0 | 200 | 337 | 228 |  13 | 13 | 208 | 553 | 1.615288e+01 | 2.200000e+01 |  36.20%| unknown
36.88/37.01	c  37.0s|     1 |     0 |315014 |     - |   135M |   0 | 200 | 337 | 229 |  14 | 14 | 208 | 553 | 1.615288e+01 | 2.200000e+01 |  36.20%| unknown
36.88/37.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
36.88/37.06	c  37.1s|     1 |     0 |315030 |     - |   135M |   0 | 200 | 337 | 230 |  15 | 15 | 208 | 553 | 1.615288e+01 | 2.200000e+01 |  36.20%| unknown
36.88/37.10	c  37.1s|     1 |     0 |315046 |     - |   135M |   0 | 200 | 337 | 231 |  16 | 16 | 208 | 553 | 1.615288e+01 | 2.200000e+01 |  36.20%| unknown
37.07/37.24	c  37.2s|     1 |     2 |316406 |     - |   135M |   0 | 200 | 338 | 231 |  16 | 16 | 209 | 555 | 1.615288e+01 | 2.200000e+01 |  36.20%| unknown
40.47/40.66	c  40.7s|   100 |   101 |345392 | 296.1 |   139M |  17 | 200 | 351 | 218 |  36 |  1 | 229 | 660 | 1.615288e+01 | 2.200000e+01 |  36.20%| unknown
43.05/43.21	c  43.2s|   200 |   201 |374465 | 295.6 |   144M |  17 | 200 | 365 | 218 |  70 |  1 | 249 | 703 | 1.615288e+01 | 2.200000e+01 |  36.20%| unknown
43.86/44.08	o 21
43.86/44.08	c L44.1s|   215 |   216 |379395 | 296.0 |crossove|  17 | 200 | 367 | 218 |  91 |  1 | 252 | 713 | 1.615288e+01 | 2.100000e+01 |  30.01%| unknown
47.04/47.29	c  47.3s|   300 |   301 |401412 | 293.7 |   164M |  17 | 200 | 383 | 218 | 187 |  1 | 271 | 733 | 1.615288e+01 | 2.100000e+01 |  30.01%| unknown
50.24/50.42	c  50.4s|   400 |   401 |426619 | 290.8 |   165M |  17 | 200 | 407 | 218 | 278 |  1 | 300 | 752 | 1.615288e+01 | 2.100000e+01 |  30.01%| unknown
54.52/54.72	c  54.7s|   500 |   501 |457195 | 291.8 |   165M |  17 | 200 | 427 | 226 | 414 |  1 | 327 | 764 | 1.615288e+01 | 2.100000e+01 |  30.01%| unknown
59.71/59.97	c  60.0s|   600 |   601 |492226 | 295.3 |   165M |  17 | 200 | 461 | 224 | 585 |  1 | 366 | 789 | 1.621740e+01 | 2.100000e+01 |  29.49%| unknown
64.80/65.07	c  65.1s|   700 |   701 |526308 | 297.9 |   165M |  17 | 200 | 484 | 218 | 753 |  1 | 395 | 801 | 1.627907e+01 | 2.100000e+01 |  29.00%| unknown
68.98/69.25	c  69.2s|   800 |   801 |556886 | 298.4 |   165M |  18 | 200 | 503 | 226 | 891 |  8 | 425 | 814 | 1.636695e+01 | 2.100000e+01 |  28.31%| unknown
73.96/74.27	c  74.3s|   900 |   901 |592555 | 301.4 |   166M |  18 | 200 | 527 | 227 |1060 |  1 | 449 | 824 | 1.642912e+01 | 2.100000e+01 |  27.82%| unknown
77.46/77.79	c  77.8s|  1000 |  1001 |621947 | 301.0 |   166M |  19 | 200 | 546 | 224 |1168 |  1 | 477 | 834 | 1.645473e+01 | 2.100000e+01 |  27.62%| unknown
82.34/82.66	c  82.7s|  1100 |  1101 |653324 | 301.6 |   166M |  19 | 200 | 572 | 224 |1342 |  1 | 510 | 841 | 1.648792e+01 | 2.100000e+01 |  27.37%| unknown
86.23/86.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
86.23/86.51	c  86.5s|  1200 |  1201 |681595 | 300.7 |   166M |  19 | 200 | 588 | 225 |1472 |  7 | 534 | 846 | 1.651377e+01 | 2.100000e+01 |  27.17%| unknown
89.62/89.94	c  89.9s|  1300 |  1301 |711003 | 300.5 |   167M |  19 | 200 | 612 | 223 |1568 |  1 | 564 | 852 | 1.652123e+01 | 2.100000e+01 |  27.11%| unknown
94.20/94.51	c  94.5s|  1400 |  1401 |742631 | 301.1 |   169M |  19 | 200 | 644 | 225 |1723 |  1 | 601 | 862 | 1.654188e+01 | 2.100000e+01 |  26.95%| unknown
97.70/98.06	c  98.1s|  1500 |  1501 |771268 | 300.5 |   169M |  19 | 200 | 666 | 224 |1823 |  1 | 628 | 884 | 1.656795e+01 | 2.100000e+01 |  26.75%| unknown
100.89/101.22	c   101s|  1600 |  1601 |794781 | 298.1 |   169M |  21 | 200 | 688 | 224 |1928 |  1 | 656 | 894 | 1.659106e+01 | 2.100000e+01 |  26.57%| unknown
102.78/103.15	c   103s|  1700 |  1701 |815655 | 294.8 |   169M |  22 | 200 | 709 | 225 |1967 |  1 | 682 | 906 | 1.659168e+01 | 2.100000e+01 |  26.57%| unknown
105.48/105.88	c   106s|  1800 |  1801 |836989 | 292.0 |   170M |  22 | 200 | 730 | 224 |2061 |  1 | 710 | 917 | 1.659602e+01 | 2.100000e+01 |  26.54%| unknown
108.16/108.58	c   109s|  1900 |  1901 |859023 | 289.5 |   172M |  22 | 200 | 752 | 224 |2145 |  1 | 737 | 920 | 1.661868e+01 | 2.100000e+01 |  26.36%| unknown
111.16/111.57	c   112s|  2000 |  2001 |882969 | 287.9 |   194M |  22 | 200 | 765 | 229 |2239 |  9 | 755 | 924 | 1.663884e+01 | 2.100000e+01 |  26.21%| unknown
113.85/114.23	c   114s|  2100 |  2101 |904676 | 285.6 |   195M |  22 | 200 | 781 | 225 |2319 |  1 | 776 | 928 | 1.665913e+01 | 2.100000e+01 |  26.06%| unknown
116.14/116.52	c   117s|  2200 |  2201 |925233 | 283.2 |   198M |  22 | 200 | 794 | 223 |2379 |  1 | 799 | 930 | 1.667676e+01 | 2.100000e+01 |  25.92%| unknown
118.63/119.04	c   119s|  2300 |  2301 |947864 | 281.5 |   199M |  22 | 200 | 798 | 224 |2457 |  1 | 815 | 934 | 1.668644e+01 | 2.100000e+01 |  25.85%| unknown
120.73/121.14	c   121s|  2400 |  2401 |967156 | 278.9 |   199M |  22 | 200 | 811 | 224 |2515 |  1 | 840 | 935 | 1.670914e+01 | 2.100000e+01 |  25.68%| unknown
122.63/123.04	c   123s|  2500 |  2501 |987636 | 276.8 |   199M |  22 | 200 | 817 | 224 |2557 |  1 | 863 | 939 | 1.672445e+01 | 2.100000e+01 |  25.56%| unknown
125.41/125.86	c   126s|  2600 |  2601 |  1008k| 274.9 |   199M |  22 | 200 | 830 | 224 |2653 |  1 | 890 | 946 | 1.673400e+01 | 2.100000e+01 |  25.49%| unknown
127.80/128.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
127.80/128.24	c   128s|  2700 |  2701 |  1028k| 273.1 |   200M |  22 | 200 | 841 | 228 |2719 |  1 | 909 | 964 | 1.673651e+01 | 2.100000e+01 |  25.47%| unknown
129.29/129.75	c   130s|  2800 |  2801 |  1047k| 270.7 |   200M |  22 | 200 | 844 | 225 |2745 |  1 | 931 | 972 | 1.675485e+01 | 2.100000e+01 |  25.34%| unknown
131.80/132.27	c   132s|  2900 |  2901 |  1066k| 268.8 |   200M |  22 | 200 | 856 | 225 |2829 |  1 | 953 | 976 | 1.675814e+01 | 2.100000e+01 |  25.31%| unknown
134.08/134.52	c   135s|  3000 |  3001 |  1087k| 267.2 |   201M |  22 | 200 | 866 | 231 |2895 | 13 | 975 | 979 | 1.676270e+01 | 2.100000e+01 |  25.28%| unknown
136.08/136.58	c   137s|  3100 |  3101 |  1106k| 265.3 |   201M |  22 | 200 | 878 | 224 |2956 |  1 |1000 | 983 | 1.676584e+01 | 2.100000e+01 |  25.25%| unknown
138.27/138.73	c   139s|  3200 |  3201 |  1126k| 263.9 |   201M |  22 | 200 | 887 | 226 |3013 |  1 |1025 | 984 | 1.676684e+01 | 2.100000e+01 |  25.25%| unknown
140.07/140.50	c   141s|  3300 |  3301 |  1144k| 262.0 |   201M |  22 | 200 | 898 | 225 |3065 |  1 |1047 | 986 | 1.676854e+01 | 2.100000e+01 |  25.23%| unknown
141.96/142.46	c   142s|  3400 |  3401 |  1161k| 259.9 |   201M |  23 | 200 | 902 | 228 |3123 |  1 |1066 | 988 | 1.677473e+01 | 2.100000e+01 |  25.19%| unknown
144.15/144.65	c   145s|  3500 |  3501 |  1180k| 258.4 |   202M |  24 | 200 | 907 | 224 |3194 |  1 |1092 | 991 | 1.677655e+01 | 2.100000e+01 |  25.17%| unknown
146.15/146.65	c   147s|  3600 |  3601 |  1198k| 256.6 |   202M |  24 | 200 | 915 | 226 |3260 |  1 |1111 | 994 | 1.677901e+01 | 2.100000e+01 |  25.16%| unknown
147.95/148.40	c   148s|  3700 |  3701 |  1216k| 255.1 |   202M |  24 | 200 | 925 | 224 |3296 |  1 |1136 | 997 | 1.679268e+01 | 2.100000e+01 |  25.05%| unknown
149.04/149.56	c   150s|  3800 |  3801 |  1232k| 253.2 |   202M |  24 | 200 | 928 | 225 |3321 |  1 |1147 | 998 | 1.679796e+01 | 2.100000e+01 |  25.02%| unknown
150.94/151.47	c   151s|  3900 |  3901 |  1249k| 251.5 |   203M |  24 | 200 | 933 | 225 |3386 |  1 |1171 |1000 | 1.679796e+01 | 2.100000e+01 |  25.02%| unknown
152.33/152.87	c   153s|  4000 |  4001 |  1266k| 249.8 |   204M |  24 | 200 | 941 | 226 |3405 |  1 |1190 |1005 | 1.681295e+01 | 2.100000e+01 |  24.90%| unknown
153.43/153.92	c   154s|  4100 |  4101 |  1280k| 247.6 |   229M |  24 | 200 | 941 | 218 |3427 |  1 |1207 |1009 | 1.681295e+01 | 2.100000e+01 |  24.90%| unknown
155.62/156.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
155.62/156.18	c   156s|  4200 |  4201 |  1299k| 246.5 |   230M |  24 | 200 | 948 | 224 |3503 |  1 |1231 |1010 | 1.682961e+01 | 2.100000e+01 |  24.78%| unknown
157.11/157.65	c   158s|  4300 |  4301 |  1314k| 244.8 |   230M |  24 | 200 | 955 | 224 |3537 |  1 |1251 |1012 | 1.683256e+01 | 2.100000e+01 |  24.76%| unknown
158.81/159.32	c   159s|  4400 |  4401 |  1332k| 243.5 |   230M |  24 | 200 | 956 | 225 |3581 |  1 |1271 |1013 | 1.683535e+01 | 2.100000e+01 |  24.74%| unknown
160.61/161.17	c   161s|  4500 |  4501 |  1350k| 242.4 |   231M |  24 | 200 | 957 | 223 |3629 |  1 |1295 |1014 | 1.685035e+01 | 2.100000e+01 |  24.63%| unknown
162.30/162.80	c   163s|  4600 |  4601 |  1370k| 241.6 |   232M |  24 | 200 | 959 | 224 |3657 |  1 |1316 |1015 | 1.685471e+01 | 2.100000e+01 |  24.59%| unknown
163.50/164.03	c   164s|  4700 |  4701 |  1386k| 240.3 |   232M |  24 | 200 | 964 | 226 |3678 |  1 |1333 |1015 | 1.685958e+01 | 2.100000e+01 |  24.56%| unknown
164.79/165.32	c   165s|  4800 |  4801 |  1402k| 239.0 |   232M |  24 | 200 | 964 | 226 |3700 |  8 |1351 |1016 | 1.687178e+01 | 2.100000e+01 |  24.47%| unknown
166.79/167.37	c   167s|  4900 |  4901 |  1421k| 238.0 |   233M |  24 | 200 | 960 | 224 |3770 |  1 |1371 |1016 | 1.687178e+01 | 2.100000e+01 |  24.47%| unknown
167.99/168.50	c   168s|  5000 |  5001 |  1437k| 236.8 |   233M |  24 | 200 | 959 | 224 |3780 |  1 |1389 |1018 | 1.687318e+01 | 2.100000e+01 |  24.46%| unknown
169.68/170.25	c   170s|  5100 |  5101 |  1454k| 235.6 |   233M |  24 | 200 | 964 | 223 |3836 |  1 |1409 |1018 | 1.687318e+01 | 2.100000e+01 |  24.46%| unknown
172.57/173.15	c   173s|  5200 |  5201 |  1479k| 235.8 |   237M |  24 | 200 | 979 | 224 |3923 |  1 |1443 |1018 | 1.688162e+01 | 2.100000e+01 |  24.40%| unknown
173.86/174.47	c   174s|  5300 |  5301 |  1498k| 235.2 |   237M |  24 | 200 | 981 | 224 |3942 |  6 |1462 |1019 | 1.689024e+01 | 2.100000e+01 |  24.33%| unknown
175.65/176.25	c   176s|  5400 |  5401 |  1516k| 234.3 |   237M |  24 | 200 | 991 | 225 |3998 |  1 |1485 |1021 | 1.689980e+01 | 2.100000e+01 |  24.26%| unknown
177.46/178.06	c   178s|  5500 |  5501 |  1537k| 233.9 |   237M |  24 | 200 |1005 | 225 |4040 |  1 |1507 |1023 | 1.690144e+01 | 2.100000e+01 |  24.25%| unknown
178.95/179.53	c   180s|  5600 |  5601 |  1555k| 233.1 |   237M |  25 | 200 |1013 | 224 |4061 |  1 |1529 |1023 | 1.690374e+01 | 2.100000e+01 |  24.23%| unknown
180.45/181.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
180.45/181.07	c   181s|  5700 |  5701 |  1571k| 232.1 |   238M |  25 | 200 |1015 | 226 |4098 |  1 |1550 |1023 | 1.691432e+01 | 2.100000e+01 |  24.16%| unknown
182.34/182.91	c   183s|  5800 |  5801 |  1589k| 231.3 |   238M |  25 | 200 |1023 | 224 |4152 |  1 |1575 |1024 | 1.691523e+01 | 2.100000e+01 |  24.15%| unknown
184.43/185.02	c   185s|  5900 |  5901 |  1608k| 230.7 |   239M |  25 | 200 |1032 | 224 |4214 |  1 |1598 |1024 | 1.691773e+01 | 2.100000e+01 |  24.13%| unknown
185.82/186.45	c   186s|  6000 |  6001 |  1625k| 229.8 |   239M |  25 | 200 |1042 | 227 |4241 |  1 |1628 |1033 | 1.691773e+01 | 2.100000e+01 |  24.13%| unknown
188.22/188.83	c   189s|  6100 |  6101 |  1644k| 229.3 |   240M |  25 | 200 |1043 | 225 |4308 |  1 |1652 |1035 | 1.693172e+01 | 2.100000e+01 |  24.03%| unknown
189.82/190.41	c   190s|  6200 |  6201 |  1660k| 228.4 |   240M |  25 | 200 |1050 | 223 |4347 |  1 |1678 |1036 | 1.693286e+01 | 2.100000e+01 |  24.02%| unknown
191.31/191.92	c   192s|  6300 |  6301 |  1675k| 227.2 |   242M |  25 | 200 |1048 | 224 |4404 |  1 |1700 |1039 | 1.694165e+01 | 2.100000e+01 |  23.95%| unknown
192.41/193.01	c   193s|  6400 |  6401 |  1690k| 226.2 |   242M |  25 | 200 |1053 | 224 |4421 |  1 |1723 |1041 | 1.694574e+01 | 2.100000e+01 |  23.92%| unknown
193.30/194.00	c   194s|  6500 |  6501 |  1705k| 225.2 |   242M |  25 | 200 |1051 | 224 |4433 |  1 |1741 |1042 | 1.694891e+01 | 2.100000e+01 |  23.90%| unknown
195.40/196.03	c   196s|  6600 |  6601 |  1724k| 224.7 |   242M |  25 | 200 |1053 | 225 |4488 |  1 |1762 |1043 | 1.695664e+01 | 2.100000e+01 |  23.85%| unknown
196.50/197.17	c   197s|  6700 |  6701 |  1740k| 223.9 |   242M |  25 | 200 |1061 | 225 |4504 |  1 |1785 |1045 | 1.695771e+01 | 2.100000e+01 |  23.84%| unknown
198.19/198.83	c   199s|  6800 |  6801 |  1758k| 223.4 |   242M |  25 | 200 |1061 | 224 |4531 |  6 |1811 |1047 | 1.695876e+01 | 2.100000e+01 |  23.83%| unknown
199.39/200.06	c   200s|  6900 |  6901 |  1773k| 222.5 |   242M |  25 | 200 |1068 | 225 |4556 |  1 |1831 |1049 | 1.695930e+01 | 2.100000e+01 |  23.83%| unknown
201.08/201.79	c   202s|  7000 |  7001 |  1791k| 222.0 |   242M |  25 | 200 |1073 | 226 |4604 |  1 |1854 |1051 | 1.696750e+01 | 2.100000e+01 |  23.77%| unknown
202.48/203.13	c   203s|  7100 |  7101 |  1808k| 221.3 |   242M |  25 | 200 |1081 | 224 |4624 |  1 |1875 |1053 | 1.697423e+01 | 2.100000e+01 |  23.72%| unknown
203.88/204.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
203.88/204.56	c   205s|  7200 |  7201 |  1823k| 220.5 |   261M |  25 | 200 |1078 | 224 |4665 |  1 |1891 |1056 | 1.697776e+01 | 2.100000e+01 |  23.69%| unknown
205.07/205.72	c   206s|  7300 |  7301 |  1839k| 219.7 |   261M |  25 | 200 |1073 | 224 |4677 |  1 |1906 |1058 | 1.698288e+01 | 2.100000e+01 |  23.65%| unknown
206.17/206.85	c   207s|  7400 |  7401 |  1855k| 218.9 |   264M |  25 | 200 |1079 | 225 |4697 |  1 |1930 |1062 | 1.698510e+01 | 2.100000e+01 |  23.64%| unknown
207.66/208.36	c   208s|  7500 |  7501 |  1870k| 218.2 |   264M |  25 | 200 |1080 | 225 |4737 |  1 |1949 |1066 | 1.698965e+01 | 2.100000e+01 |  23.60%| unknown
209.05/209.71	c   210s|  7600 |  7601 |  1885k| 217.4 |   265M |  25 | 200 |1086 | 226 |4767 |  1 |1969 |1068 | 1.699346e+01 | 2.100000e+01 |  23.58%| unknown
210.65/211.31	c   211s|  7700 |  7701 |  1904k| 217.0 |   265M |  25 | 200 |1098 | 224 |4804 |  1 |1998 |1069 | 1.699985e+01 | 2.100000e+01 |  23.53%| unknown
212.15/212.81	c   213s|  7800 |  7801 |  1920k| 216.4 |   265M |  25 | 200 |1096 | 226 |4845 |  1 |2021 |1069 | 1.700470e+01 | 2.100000e+01 |  23.50%| unknown
213.45/214.11	c   214s|  7900 |  7901 |  1936k| 215.8 |   265M |  25 | 200 |1103 | 224 |4874 |  1 |2043 |1073 | 1.701383e+01 | 2.100000e+01 |  23.43%| unknown
214.84/215.54	c   216s|  8000 |  8001 |  1952k| 215.2 |   265M |  25 | 200 |1108 | 226 |4905 |  1 |2063 |1076 | 1.701383e+01 | 2.100000e+01 |  23.43%| unknown
216.13/216.88	c   217s|  8100 |  8101 |  1968k| 214.6 |   265M |  25 | 200 |1108 | 228 |4934 |  1 |2086 |1078 | 1.701777e+01 | 2.100000e+01 |  23.40%| unknown
217.03/217.73	c   218s|  8200 |  8201 |  1981k| 213.7 |   265M |  25 | 200 |1106 | 225 |4941 |  1 |2106 |1079 | 1.702000e+01 | 2.100000e+01 |  23.38%| unknown
218.33/219.10	c   219s|  8300 |  8301 |  2000k| 213.4 |   265M |  25 | 200 |1102 | 224 |4965 |  1 |2122 |1079 | 1.702278e+01 | 2.100000e+01 |  23.36%| unknown
219.72/220.40	c   220s|  8400 |  8401 |  2016k| 212.9 |   265M |  25 | 200 |1106 | 228 |4994 | 10 |2142 |1079 | 1.702431e+01 | 2.100000e+01 |  23.35%| unknown
220.82/221.58	c   222s|  8500 |  8501 |  2032k| 212.3 |   265M |  25 | 200 |1111 | 225 |5010 |  1 |2161 |1083 | 1.702660e+01 | 2.100000e+01 |  23.34%| unknown
222.51/223.21	c   223s|  8600 |  8601 |  2049k| 211.8 |   265M |  25 | 200 |1115 | 223 |5044 |  1 |2189 |1084 | 1.702995e+01 | 2.100000e+01 |  23.31%| unknown
224.11/224.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
224.11/224.89	c   225s|  8700 |  8701 |  2069k| 211.7 |   265M |  25 | 200 |1116 | 224 |5064 |  1 |2210 |1086 | 1.703666e+01 | 2.100000e+01 |  23.26%| unknown
225.50/226.28	c   226s|  8800 |  8801 |  2083k| 211.0 |   270M |  25 | 200 |1112 | 224 |5090 |  1 |2227 |1093 | 1.704585e+01 | 2.100000e+01 |  23.20%| unknown
227.00/227.79	c   228s|  8900 |  8897 |  2098k| 210.4 |   271M |  25 | 200 |1117 | 226 |5127 |  1 |2247 |1095 | 1.705205e+01 | 2.100000e+01 |  23.15%| unknown
228.19/228.92	c   229s|  9000 |  8997 |  2115k| 210.0 |   272M |  25 | 200 |1120 | 224 |5133 |  1 |2271 |1097 | 1.705317e+01 | 2.100000e+01 |  23.14%| unknown
229.49/230.23	c   230s|  9100 |  9095 |  2133k| 209.7 |   272M |  25 | 200 |1119 | 225 |5154 |  1 |2289 |1098 | 1.705856e+01 | 2.100000e+01 |  23.11%| unknown
231.09/231.83	c   232s|  9200 |  9195 |  2150k| 209.3 |   272M |  25 | 200 |1130 | 224 |5192 |  1 |2315 |1100 | 1.706129e+01 | 2.100000e+01 |  23.09%| unknown
232.19/232.91	c   233s|  9300 |  9295 |  2167k| 208.9 |   272M |  25 | 200 |1138 | 224 |5192 |  1 |2338 |1102 | 1.706350e+01 | 2.100000e+01 |  23.07%| unknown
233.39/234.14	c   234s|  9400 |  9395 |  2182k| 208.4 |   272M |  25 | 200 |1147 | 224 |5206 |  1 |2364 |1106 | 1.706914e+01 | 2.100000e+01 |  23.03%| unknown
234.78/235.50	c   235s|  9500 |  9495 |  2197k| 207.8 |   273M |  25 | 200 |1154 | 224 |5240 |  1 |2384 |1108 | 1.707443e+01 | 2.100000e+01 |  22.99%| unknown
235.88/236.62	c   237s|  9600 |  9595 |  2212k| 207.2 |   273M |  25 | 200 |1156 | 223 |5252 |  1 |2408 |1109 | 1.707544e+01 | 2.100000e+01 |  22.98%| unknown
237.38/238.12	c   238s|  9700 |  9695 |  2230k| 207.0 |   273M |  25 | 200 |1157 | 225 |5295 |  1 |2426 |1111 | 1.707936e+01 | 2.100000e+01 |  22.96%| unknown
238.67/239.40	c   239s|  9800 |  9795 |  2246k| 206.6 |   274M |  25 | 200 |1174 | 225 |5316 |  1 |2455 |1113 | 1.707936e+01 | 2.100000e+01 |  22.96%| unknown
240.27/241.05	c   241s|  9900 |  9895 |  2262k| 206.2 |   274M |  25 | 200 |1178 | 224 |5355 |  1 |2483 |1113 | 1.708213e+01 | 2.100000e+01 |  22.94%| unknown
242.16/242.93	c   243s| 10000 |  9995 |  2280k| 205.9 |   275M |  25 | 200 |1180 | 224 |5409 |  1 |2506 |1114 | 1.709204e+01 | 2.100000e+01 |  22.86%| unknown
243.25/244.02	c   244s| 10100 | 10095 |  2297k| 205.6 |   275M |  25 | 200 |1180 | 226 |5409 |  1 |2530 |1117 | 1.710077e+01 | 2.100000e+01 |  22.80%| unknown
244.15/244.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
244.15/244.91	c   245s| 10200 | 10195 |  2311k| 205.0 |   275M |  25 | 200 |1175 | 226 |5423 |  1 |2547 |1119 | 1.710121e+01 | 2.100000e+01 |  22.80%| unknown
245.25/246.01	c   246s| 10300 | 10295 |  2326k| 204.6 |   276M |  25 | 200 |1178 | 223 |5423 |  1 |2580 |1127 | 1.710734e+01 | 2.100000e+01 |  22.75%| unknown
246.14/246.95	c   247s| 10400 | 10395 |  2340k| 204.0 |   276M |  25 | 200 |1176 | 224 |5431 |  1 |2600 |1127 | 1.711507e+01 | 2.100000e+01 |  22.70%| unknown
247.14/247.91	c   248s| 10500 | 10495 |  2355k| 203.5 |   276M |  25 | 200 |1179 | 224 |5431 |  1 |2620 |1128 | 1.711598e+01 | 2.100000e+01 |  22.69%| unknown
248.34/249.12	c   249s| 10600 | 10595 |  2370k| 203.0 |   276M |  25 | 200 |1173 | 224 |5449 |  1 |2630 |1132 | 1.712448e+01 | 2.100000e+01 |  22.63%| unknown
249.63/250.44	c   250s| 10700 | 10695 |  2385k| 202.6 |   276M |  25 | 200 |1169 | 224 |5484 |  1 |2647 |1133 | 1.712834e+01 | 2.100000e+01 |  22.60%| unknown
250.33/251.19	c   251s| 10800 | 10795 |  2398k| 202.0 |   276M |  25 | 200 |1170 | 225 |5484 |  1 |2671 |1133 | 1.712834e+01 | 2.100000e+01 |  22.60%| unknown
251.02/251.83	c   252s| 10900 | 10895 |  2411k| 201.4 |   276M |  25 | 200 |1170 | 224 |5484 |  1 |2690 |1136 | 1.712969e+01 | 2.100000e+01 |  22.59%| unknown
252.43/253.29	c   253s| 11000 | 10995 |  2427k| 201.0 |   277M |  25 | 200 |1168 | 224 |5516 |  1 |2714 |1137 | 1.713225e+01 | 2.100000e+01 |  22.58%| unknown
253.42/254.20	c   254s| 11100 | 11095 |  2442k| 200.6 |   277M |  25 | 200 |1166 | 224 |5524 |  1 |2741 |1138 | 1.713288e+01 | 2.100000e+01 |  22.57%| unknown
254.33/255.17	c   255s| 11200 | 11195 |  2455k| 200.0 |   277M |  25 | 200 |1168 | 225 |5538 |  1 |2760 |1138 | 1.713620e+01 | 2.100000e+01 |  22.55%| unknown
255.32/256.19	c   256s| 11300 | 11295 |  2470k| 199.7 |   277M |  26 | 200 |1171 | 224 |5538 |  1 |2786 |1140 | 1.714019e+01 | 2.100000e+01 |  22.52%| unknown
256.41/257.22	c   257s| 11400 | 11395 |  2485k| 199.3 |   277M |  26 | 200 |1172 | 225 |5553 |  1 |2812 |1141 | 1.714136e+01 | 2.100000e+01 |  22.51%| unknown
257.11/257.95	c   258s| 11500 | 11495 |  2498k| 198.6 |   277M |  26 | 200 |1168 | 224 |5553 |  1 |2832 |1142 | 1.714438e+01 | 2.100000e+01 |  22.49%| unknown
257.91/258.77	c   259s| 11600 | 11595 |  2511k| 198.1 |   277M |  26 | 200 |1170 | 225 |5560 |  1 |2854 |1142 | 1.714645e+01 | 2.100000e+01 |  22.47%| unknown
259.01/259.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
259.01/259.89	c   260s| 11700 | 11695 |  2523k| 197.6 |   277M |  26 | 200 |1170 | 225 |5580 |  1 |2870 |1146 | 1.715065e+01 | 2.100000e+01 |  22.44%| unknown
259.80/260.64	c   261s| 11800 | 11795 |  2539k| 197.2 |   277M |  26 | 200 |1171 | 226 |5580 |  1 |2886 |1150 | 1.715180e+01 | 2.100000e+01 |  22.44%| unknown
261.00/261.88	c   262s| 11900 | 11895 |  2554k| 196.9 |   277M |  26 | 200 |1177 | 225 |5596 |  1 |2912 |1154 | 1.715361e+01 | 2.100000e+01 |  22.42%| unknown
262.39/263.22	c   263s| 12000 | 11995 |  2569k| 196.5 |   277M |  26 | 200 |1170 | 226 |5629 |  1 |2932 |1156 | 1.715955e+01 | 2.100000e+01 |  22.38%| unknown
263.19/264.02	c   264s| 12100 | 12095 |  2582k| 196.0 |   277M |  26 | 200 |1164 | 225 |5637 |  1 |2946 |1157 | 1.715955e+01 | 2.100000e+01 |  22.38%| unknown
264.09/264.96	c   265s| 12200 | 12195 |  2596k| 195.5 |   277M |  26 | 200 |1157 | 226 |5637 |  1 |2961 |1161 | 1.715978e+01 | 2.100000e+01 |  22.38%| unknown
265.08/265.90	c   266s| 12300 | 12295 |  2609k| 195.1 |   277M |  26 | 200 |1150 | 224 |5652 |  1 |2985 |1163 | 1.716399e+01 | 2.100000e+01 |  22.35%| unknown
266.28/267.18	c   267s| 12400 | 12395 |  2624k| 194.8 |   277M |  26 | 200 |1149 | 222 |5671 |  1 |3007 |1165 | 1.716521e+01 | 2.100000e+01 |  22.34%| unknown
267.38/268.25	c   268s| 12500 | 12495 |  2639k| 194.4 |   277M |  26 | 200 |1151 | 226 |5689 |  1 |3030 |1165 | 1.716665e+01 | 2.100000e+01 |  22.33%| unknown
268.77/269.69	c   270s| 12600 | 12595 |  2653k| 194.0 |   277M |  26 | 200 |1150 | 224 |5721 |  1 |3050 |1168 | 1.717210e+01 | 2.100000e+01 |  22.29%| unknown
269.87/270.72	c   271s| 12700 | 12695 |  2669k| 193.8 |   277M |  26 | 200 |1160 | 225 |5730 |  1 |3073 |1169 | 1.717311e+01 | 2.100000e+01 |  22.28%| unknown
270.97/271.81	c   272s| 12800 | 12795 |  2683k| 193.4 |   278M |  26 | 200 |1167 | 224 |5753 |  1 |3093 |1170 | 1.717907e+01 | 2.100000e+01 |  22.24%| unknown
271.97/272.82	c   273s| 12900 | 12895 |  2698k| 193.1 |   278M |  26 | 200 |1167 | 225 |5760 |  1 |3112 |1172 | 1.718501e+01 | 2.100000e+01 |  22.20%| unknown
273.07/273.94	c   274s| 13000 | 12995 |  2713k| 192.7 |   278M |  26 | 200 |1167 | 225 |5776 |  1 |3137 |1174 | 1.718613e+01 | 2.100000e+01 |  22.19%| unknown
273.86/274.79	c   275s| 13100 | 13095 |  2727k| 192.4 |   278M |  26 | 200 |1166 | 225 |5776 |  1 |3156 |1175 | 1.719316e+01 | 2.100000e+01 |  22.14%| unknown
275.36/276.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
275.36/276.29	c   276s| 13200 | 13195 |  2744k| 192.2 |   278M |  26 | 200 |1158 | 224 |5810 |  1 |3174 |1175 | 1.719882e+01 | 2.100000e+01 |  22.10%| unknown
276.85/277.70	c   278s| 13300 | 13295 |  2758k| 191.8 |   278M |  26 | 200 |1153 | 225 |5842 |  1 |3200 |1175 | 1.719901e+01 | 2.100000e+01 |  22.10%| unknown
278.05/278.98	c   279s| 13400 | 13395 |  2773k| 191.6 |   278M |  26 | 200 |1163 | 225 |5865 |  1 |3229 |1176 | 1.719966e+01 | 2.100000e+01 |  22.10%| unknown
279.25/280.14	c   280s| 13500 | 13495 |  2787k| 191.3 |   278M |  26 | 200 |1156 | 225 |5889 |  1 |3248 |1178 | 1.719993e+01 | 2.100000e+01 |  22.09%| unknown
280.84/281.70	c   282s| 13600 | 13595 |  2803k| 191.0 |   279M |  26 | 200 |1152 | 223 |5923 |  1 |3268 |1181 | 1.720619e+01 | 2.100000e+01 |  22.05%| unknown
281.73/282.61	c   283s| 13700 | 13695 |  2816k| 190.6 |   279M |  26 | 200 |1153 | 224 |5931 |  1 |3290 |1182 | 1.720727e+01 | 2.100000e+01 |  22.04%| unknown
282.93/283.88	c   284s| 13800 | 13795 |  2830k| 190.3 |   279M |  26 | 200 |1166 | 226 |5961 |  1 |3317 |1185 | 1.720874e+01 | 2.100000e+01 |  22.03%| unknown
284.13/285.00	c   285s| 13900 | 13895 |  2846k| 190.0 |   279M |  26 | 200 |1170 | 224 |5968 |  1 |3342 |1187 | 1.721607e+01 | 2.100000e+01 |  21.98%| unknown
285.23/286.13	c   286s| 14000 | 13995 |  2861k| 189.8 |   279M |  26 | 200 |1168 | 224 |5975 |  1 |3362 |1189 | 1.722007e+01 | 2.100000e+01 |  21.95%| unknown
285.92/286.86	c   287s| 14100 | 14091 |  2873k| 189.3 |   279M |  27 | 200 |1169 | 224 |5975 |  1 |3386 |1191 | 1.722190e+01 | 2.100000e+01 |  21.94%| unknown
287.02/287.92	c   288s| 14200 | 14191 |  2887k| 189.0 |   279M |  27 | 200 |1165 | 224 |5993 |  1 |3405 |1193 | 1.722731e+01 | 2.100000e+01 |  21.90%| unknown
287.91/288.82	c   289s| 14300 | 14291 |  2902k| 188.8 |   279M |  27 | 200 |1168 | 226 |6000 |  1 |3430 |1194 | 1.723100e+01 | 2.100000e+01 |  21.87%| unknown
288.71/289.64	c   290s| 14400 | 14391 |  2915k| 188.4 |   279M |  27 | 200 |1163 | 225 |6000 |  1 |3449 |1196 | 1.723503e+01 | 2.100000e+01 |  21.84%| unknown
289.71/290.60	c   291s| 14500 | 14491 |  2929k| 188.1 |   280M |  27 | 200 |1164 | 224 |6008 |  1 |3467 |1197 | 1.724187e+01 | 2.100000e+01 |  21.80%| unknown
290.80/291.71	c   292s| 14600 | 14591 |  2943k| 187.7 |   280M |  27 | 200 |1169 | 224 |6030 |  1 |3494 |1198 | 1.724539e+01 | 2.100000e+01 |  21.77%| unknown
291.80/292.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
291.80/292.79	c   293s| 14700 | 14691 |  2960k| 187.6 |   280M |  27 | 200 |1181 | 224 |6037 |  1 |3519 |1198 | 1.724618e+01 | 2.100000e+01 |  21.77%| unknown
293.00/293.93	c   294s| 14800 | 14791 |  2973k| 187.3 |   280M |  27 | 200 |1181 | 223 |6052 |  1 |3542 |1200 | 1.724721e+01 | 2.100000e+01 |  21.76%| unknown
294.10/295.04	c   295s| 14900 | 14891 |  2989k| 187.1 |   280M |  27 | 200 |1184 | 223 |6065 |  1 |3566 |1201 | 1.725397e+01 | 2.100000e+01 |  21.71%| unknown
294.90/295.83	c   296s| 15000 | 14991 |  3002k| 186.7 |   280M |  27 | 200 |1187 | 225 |6065 |  1 |3588 |1201 | 1.725708e+01 | 2.100000e+01 |  21.69%| unknown
295.99/296.94	c   297s| 15100 | 15091 |  3016k| 186.4 |   280M |  27 | 200 |1186 | 225 |6077 |  1 |3612 |1201 | 1.725938e+01 | 2.100000e+01 |  21.67%| unknown
297.20/298.17	c   298s| 15200 | 15191 |  3030k| 186.2 |   280M |  27 | 200 |1194 | 224 |6102 |  1 |3635 |1202 | 1.726205e+01 | 2.100000e+01 |  21.65%| unknown
297.89/298.89	c   299s| 15300 | 15291 |  3043k| 185.8 |   280M |  27 | 200 |1198 | 224 |6102 |  1 |3660 |1204 | 1.726340e+01 | 2.100000e+01 |  21.64%| unknown
298.88/299.83	c   300s| 15400 | 15391 |  3057k| 185.5 |   280M |  27 | 200 |1208 | 224 |6110 |  1 |3683 |1207 | 1.726627e+01 | 2.100000e+01 |  21.62%| unknown
299.88/300.89	c   301s| 15500 | 15491 |  3070k| 185.2 |   280M |  27 | 200 |1211 | 226 |6122 |  1 |3706 |1210 | 1.726766e+01 | 2.100000e+01 |  21.61%| unknown
301.18/302.14	c   302s| 15600 | 15589 |  3086k| 185.1 |   281M |  27 | 200 |1211 | 224 |6145 |  1 |3727 |1211 | 1.726943e+01 | 2.100000e+01 |  21.60%| unknown
302.27/303.22	c   303s| 15700 | 15689 |  3100k| 184.8 |   281M |  27 | 200 |1218 | 224 |6162 |  1 |3759 |1215 | 1.727091e+01 | 2.100000e+01 |  21.59%| unknown
303.17/304.13	c   304s| 15800 | 15789 |  3112k| 184.4 |   281M |  27 | 200 |1229 | 224 |6168 |  1 |3782 |1217 | 1.727363e+01 | 2.100000e+01 |  21.57%| unknown
303.97/304.95	c   305s| 15900 | 15889 |  3125k| 184.1 |   281M |  27 | 200 |1234 | 225 |6180 |  1 |3807 |1218 | 1.727637e+01 | 2.100000e+01 |  21.55%| unknown
304.96/305.91	c   306s| 16000 | 15989 |  3138k| 183.8 |   281M |  27 | 200 |1236 | 223 |6186 |  1 |3836 |1219 | 1.727663e+01 | 2.100000e+01 |  21.55%| unknown
305.56/306.59	c   307s| 16100 | 16089 |  3150k| 183.4 |   281M |  27 | 200 |1247 | 225 |6186 |  1 |3861 |1219 | 1.728158e+01 | 2.100000e+01 |  21.52%| unknown
306.46/307.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
306.46/307.48	c   307s| 16200 | 16189 |  3165k| 183.2 |   281M |  27 | 200 |1239 | 225 |6193 |  1 |3886 |1221 | 1.728317e+01 | 2.100000e+01 |  21.51%| unknown
307.46/308.44	c   308s| 16300 | 16289 |  3177k| 182.8 |   281M |  27 | 200 |1239 | 224 |6208 |  1 |3909 |1222 | 1.728478e+01 | 2.100000e+01 |  21.49%| unknown
308.35/309.33	c   309s| 16400 | 16389 |  3191k| 182.6 |   281M |  27 | 200 |1240 | 225 |6208 |  1 |3928 |1223 | 1.728501e+01 | 2.100000e+01 |  21.49%| unknown
309.35/310.32	c   310s| 16500 | 16489 |  3205k| 182.3 |   281M |  27 | 200 |1236 | 225 |6214 |  1 |3950 |1224 | 1.728681e+01 | 2.100000e+01 |  21.48%| unknown
309.95/310.99	c   311s| 16600 | 16589 |  3218k| 182.0 |   281M |  27 | 200 |1233 | 223 |6214 |  1 |3976 |1225 | 1.728804e+01 | 2.100000e+01 |  21.47%| unknown
310.74/311.75	c   312s| 16700 | 16689 |  3231k| 181.8 |   281M |  27 | 200 |1236 | 224 |6214 |  1 |3993 |1225 | 1.729211e+01 | 2.100000e+01 |  21.44%| unknown
311.84/312.87	c   313s| 16800 | 16789 |  3249k| 181.7 |   281M |  27 | 200 |1245 | 224 |6214 |  1 |4024 |1225 | 1.729382e+01 | 2.100000e+01 |  21.43%| unknown
312.64/313.63	c   314s| 16900 | 16889 |  3262k| 181.4 |   281M |  27 | 200 |1250 | 224 |6214 |  1 |4042 |1225 | 1.730031e+01 | 2.100000e+01 |  21.39%| unknown
313.14/314.17	c   314s| 17000 | 16989 |  3274k| 181.1 |   281M |  27 | 200 |1251 | 225 |6214 |  1 |4065 |1226 | 1.730164e+01 | 2.100000e+01 |  21.38%| unknown
313.93/314.98	c   315s| 17100 | 17085 |  3287k| 180.9 |   281M |  27 | 200 |1248 | 224 |6214 |  1 |4080 |1228 | 1.730569e+01 | 2.100000e+01 |  21.35%| unknown
314.73/315.76	c   316s| 17200 | 17185 |  3300k| 180.6 |   282M |  28 | 200 |1258 | 226 |6223 |  1 |4103 |1229 | 1.730713e+01 | 2.100000e+01 |  21.34%| unknown
315.43/316.44	c   316s| 17300 | 17285 |  3312k| 180.3 |   282M |  28 | 200 |1258 | 224 |6223 |  1 |4127 |1230 | 1.730713e+01 | 2.100000e+01 |  21.34%| unknown
316.33/317.34	c   317s| 17400 | 17385 |  3326k| 180.0 |   282M |  28 | 200 |1255 | 224 |6223 |  1 |4153 |1231 | 1.730928e+01 | 2.100000e+01 |  21.32%| unknown
317.03/318.07	c   318s| 17500 | 17481 |  3340k| 179.8 |   282M |  28 | 200 |1261 | 224 |6230 |  1 |4184 |1232 | 1.731261e+01 | 2.100000e+01 |  21.30%| unknown
318.03/319.03	c   319s| 17600 | 17581 |  3353k| 179.6 |   282M |  28 | 200 |1263 | 224 |6253 |  1 |4206 |1232 | 1.731261e+01 | 2.100000e+01 |  21.30%| unknown
318.82/319.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
318.82/319.88	c   320s| 17700 | 17681 |  3366k| 179.3 |   283M |  28 | 200 |1259 | 223 |6260 |  1 |4225 |1234 | 1.731719e+01 | 2.100000e+01 |  21.27%| unknown
319.72/320.79	c   321s| 17800 | 17781 |  3380k| 179.1 |   283M |  28 | 200 |1261 | 225 |6266 |  1 |4247 |1236 | 1.732153e+01 | 2.100000e+01 |  21.24%| unknown
320.51/321.58	c   322s| 17900 | 17881 |  3394k| 178.9 |   283M |  28 | 200 |1273 | 224 |6273 |  1 |4281 |1238 | 1.732457e+01 | 2.100000e+01 |  21.22%| unknown
321.21/322.28	c   322s| 18000 | 17981 |  3407k| 178.6 |   283M |  28 | 200 |1282 | 225 |6273 |  1 |4308 |1239 | 1.732598e+01 | 2.100000e+01 |  21.21%| unknown
322.41/323.46	c   323s| 18100 | 18081 |  3421k| 178.4 |   283M |  28 | 200 |1290 | 224 |6296 |  1 |4335 |1241 | 1.732747e+01 | 2.100000e+01 |  21.19%| unknown
323.40/324.48	c   324s| 18200 | 18181 |  3438k| 178.3 |   283M |  28 | 200 |1296 | 227 |6303 |  1 |4363 |1241 | 1.732747e+01 | 2.100000e+01 |  21.19%| unknown
324.30/325.33	c   325s| 18300 | 18281 |  3452k| 178.2 |   283M |  28 | 200 |1289 | 224 |6303 |  1 |4384 |1242 | 1.733223e+01 | 2.100000e+01 |  21.16%| unknown
325.39/326.44	c   326s| 18400 | 18379 |  3466k| 177.9 |   283M |  28 | 200 |1285 | 224 |6320 |  1 |4413 |1244 | 1.733228e+01 | 2.100000e+01 |  21.16%| unknown
326.49/327.57	c   328s| 18500 | 18479 |  3481k| 177.8 |   283M |  28 | 200 |1284 | 225 |6343 |  1 |4440 |1245 | 1.733335e+01 | 2.100000e+01 |  21.15%| unknown
327.29/328.34	c   328s| 18600 | 18579 |  3493k| 177.5 |   283M |  28 | 200 |1287 | 224 |6343 |  1 |4453 |1245 | 1.733345e+01 | 2.100000e+01 |  21.15%| unknown
328.09/329.12	c   329s| 18700 | 18679 |  3507k| 177.3 |   283M |  28 | 200 |1297 | 225 |6351 |  1 |4480 |1246 | 1.733595e+01 | 2.100000e+01 |  21.14%| unknown
328.99/330.10	c   330s| 18800 | 18779 |  3521k| 177.2 |   283M |  28 | 200 |1298 | 224 |6359 |  1 |4502 |1246 | 1.733796e+01 | 2.100000e+01 |  21.12%| unknown
329.78/330.88	c   331s| 18900 | 18879 |  3535k| 177.0 |   283M |  28 | 200 |1294 | 224 |6359 |  1 |4524 |1246 | 1.733843e+01 | 2.100000e+01 |  21.12%| unknown
330.79/331.83	c   332s| 19000 | 18977 |  3548k| 176.7 |   283M |  28 | 200 |1307 | 223 |6377 |  1 |4552 |1249 | 1.733954e+01 | 2.100000e+01 |  21.11%| unknown
332.18/333.21	c   333s| 19100 | 19077 |  3564k| 176.7 |   283M |  28 | 200 |1310 | 224 |6390 |  1 |4576 |1251 | 1.734105e+01 | 2.100000e+01 |  21.10%| unknown
332.88/333.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
332.88/333.93	c   334s| 19200 | 19177 |  3576k| 176.3 |   283M |  28 | 200 |1313 | 225 |6400 |  1 |4599 |1252 | 1.734367e+01 | 2.100000e+01 |  21.08%| unknown
333.78/334.83	c   335s| 19300 | 19273 |  3589k| 176.1 |   283M |  28 | 200 |1318 | 223 |6407 |  1 |4627 |1252 | 1.734367e+01 | 2.100000e+01 |  21.08%| unknown
334.77/335.83	c   336s| 19400 | 19373 |  3602k| 175.9 |   283M |  28 | 200 |1320 | 225 |6415 |  1 |4646 |1252 | 1.734367e+01 | 2.100000e+01 |  21.08%| unknown
335.67/336.72	c   337s| 19500 | 19473 |  3615k| 175.7 |   284M |  28 | 200 |1332 | 223 |6429 |  1 |4678 |1255 | 1.734560e+01 | 2.100000e+01 |  21.07%| unknown
336.47/337.57	c   338s| 19600 | 19573 |  3628k| 175.5 |   284M |  28 | 200 |1342 | 224 |6429 |  1 |4704 |1257 | 1.734932e+01 | 2.100000e+01 |  21.04%| unknown
337.27/338.39	c   338s| 19700 | 19673 |  3640k| 175.2 |   284M |  28 | 200 |1349 | 224 |6437 |  1 |4730 |1258 | 1.735086e+01 | 2.100000e+01 |  21.03%| unknown
338.26/339.30	c   339s| 19800 | 19773 |  3653k| 175.0 |   284M |  28 | 200 |1351 | 224 |6447 |  1 |4757 |1260 | 1.735318e+01 | 2.100000e+01 |  21.02%| unknown
339.26/340.38	c   340s| 19900 | 19873 |  3666k| 174.8 |   284M |  28 | 200 |1355 | 224 |6465 |  1 |4786 |1260 | 1.735324e+01 | 2.100000e+01 |  21.01%| unknown
340.66/341.73	c   342s| 20000 | 19973 |  3682k| 174.7 |   284M |  28 | 200 |1356 | 225 |6498 |  1 |4819 |1261 | 1.735935e+01 | 2.100000e+01 |  20.97%| unknown
341.75/342.82	c   343s| 20100 | 20073 |  3695k| 174.5 |   285M |  28 | 200 |1356 | 225 |6512 |  1 |4845 |1261 | 1.736042e+01 | 2.100000e+01 |  20.96%| unknown
342.55/343.65	c   344s| 20200 | 20173 |  3709k| 174.3 |   286M |  28 | 200 |1364 | 224 |6521 |  1 |4870 |1261 | 1.736071e+01 | 2.100000e+01 |  20.96%| unknown
343.84/344.96	c   345s| 20300 | 20273 |  3725k| 174.3 |   286M |  28 | 200 |1360 | 224 |6535 |  1 |4895 |1262 | 1.736102e+01 | 2.100000e+01 |  20.96%| unknown
344.54/345.68	c   346s| 20400 | 20373 |  3738k| 174.0 |   286M |  28 | 200 |1356 | 226 |6541 |  1 |4916 |1263 | 1.736344e+01 | 2.100000e+01 |  20.94%| unknown
345.44/346.51	c   347s| 20500 | 20473 |  3751k| 173.8 |   286M |  28 | 200 |1363 | 225 |6547 |  1 |4938 |1263 | 1.736488e+01 | 2.100000e+01 |  20.93%| unknown
346.43/347.54	c   348s| 20600 | 20573 |  3766k| 173.7 |   286M |  28 | 200 |1363 | 224 |6547 |  1 |4966 |1263 | 1.736638e+01 | 2.100000e+01 |  20.92%| unknown
347.04/348.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
347.04/348.13	c   348s| 20700 | 20673 |  3777k| 173.4 |   286M |  28 | 200 |1347 | 224 |6553 |  1 |4984 |1265 | 1.736653e+01 | 2.100000e+01 |  20.92%| unknown
347.93/349.02	c   349s| 20800 | 20773 |  3790k| 173.2 |   286M |  28 | 200 |1356 | 225 |6559 |  1 |5012 |1265 | 1.736900e+01 | 2.100000e+01 |  20.91%| unknown
348.83/349.94	c   350s| 20900 | 20873 |  3804k| 173.1 |   286M |  29 | 200 |1358 | 225 |6559 |  1 |5033 |1269 | 1.737271e+01 | 2.100000e+01 |  20.88%| unknown
349.62/350.76	c   351s| 21000 | 20973 |  3817k| 172.9 |   286M |  29 | 200 |1364 | 225 |6568 |  1 |5062 |1271 | 1.737448e+01 | 2.100000e+01 |  20.87%| unknown
350.32/351.46	c   351s| 21100 | 21073 |  3829k| 172.7 |   286M |  29 | 200 |1368 | 226 |6568 |  1 |5091 |1272 | 1.738060e+01 | 2.100000e+01 |  20.82%| unknown
351.22/352.35	c   352s| 21200 | 21173 |  3842k| 172.5 |   287M |  29 | 200 |1367 | 225 |6568 |  1 |5113 |1274 | 1.738113e+01 | 2.100000e+01 |  20.82%| unknown
352.02/353.18	c   353s| 21300 | 21269 |  3855k| 172.3 |   287M |  29 | 200 |1362 | 225 |6569 |  1 |5129 |1280 | 1.738333e+01 | 2.100000e+01 |  20.81%| unknown
352.92/354.08	c   354s| 21400 | 21369 |  3870k| 172.2 |   287M |  29 | 200 |1356 | 224 |6576 |  1 |5152 |1280 | 1.738745e+01 | 2.100000e+01 |  20.78%| unknown
353.61/354.76	c   355s| 21500 | 21469 |  3881k| 171.9 |   287M |  29 | 200 |1356 | 224 |6584 |  1 |5173 |1281 | 1.738803e+01 | 2.100000e+01 |  20.77%| unknown
354.51/355.61	c   356s| 21600 | 21569 |  3895k| 171.7 |   287M |  29 | 200 |1350 | 224 |6584 |  1 |5195 |1282 | 1.739053e+01 | 2.100000e+01 |  20.76%| unknown
355.40/356.53	c   357s| 21700 | 21669 |  3909k| 171.6 |   287M |  29 | 200 |1355 | 225 |6593 |  1 |5217 |1283 | 1.739559e+01 | 2.100000e+01 |  20.72%| unknown
356.20/357.30	c   357s| 21800 | 21763 |  3921k| 171.4 |   287M |  29 | 200 |1355 | 224 |6599 |  1 |5242 |1286 | 1.739873e+01 | 2.100000e+01 |  20.70%| unknown
357.10/358.29	c   358s| 21900 | 21863 |  3935k| 171.2 |   287M |  29 | 200 |1350 | 224 |6614 |  1 |5261 |1288 | 1.740003e+01 | 2.100000e+01 |  20.69%| unknown
358.00/359.15	c   359s| 22000 | 21963 |  3947k| 171.1 |   287M |  29 | 200 |1360 | 224 |6615 |  1 |5291 |1288 | 1.740208e+01 | 2.100000e+01 |  20.68%| unknown
358.69/359.89	c   360s| 22100 | 22063 |  3962k| 170.9 |   287M |  29 | 200 |1363 | 224 |6616 |  1 |5314 |1288 | 1.740267e+01 | 2.100000e+01 |  20.67%| unknown
359.39/360.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
359.39/360.55	c   361s| 22200 | 22163 |  3974k| 170.7 |   287M |  29 | 200 |1369 | 225 |6616 |  1 |5341 |1288 | 1.740444e+01 | 2.100000e+01 |  20.66%| unknown
360.49/361.66	c   362s| 22300 | 22263 |  3990k| 170.7 |   287M |  29 | 200 |1367 | 225 |6630 |  1 |5369 |1288 | 1.740808e+01 | 2.100000e+01 |  20.63%| unknown
361.39/362.52	c   363s| 22400 | 22363 |  4003k| 170.5 |   287M |  29 | 200 |1370 | 225 |6631 |  1 |5393 |1289 | 1.740925e+01 | 2.100000e+01 |  20.63%| unknown
362.18/363.31	c   363s| 22500 | 22463 |  4016k| 170.3 |   287M |  29 | 200 |1375 | 224 |6631 |  1 |5420 |1289 | 1.741057e+01 | 2.100000e+01 |  20.62%| unknown
362.68/363.89	c   364s| 22600 | 22563 |  4028k| 170.1 |   287M |  29 | 200 |1368 | 225 |6631 |  1 |5438 |1289 | 1.741107e+01 | 2.100000e+01 |  20.61%| unknown
363.69/364.81	c   365s| 22700 | 22663 |  4041k| 170.0 |   287M |  29 | 200 |1371 | 225 |6633 |  1 |5464 |1289 | 1.741218e+01 | 2.100000e+01 |  20.61%| unknown
364.28/365.44	c   365s| 22800 | 22763 |  4054k| 169.8 |   287M |  29 | 200 |1359 | 224 |6633 |  1 |5483 |1291 | 1.741218e+01 | 2.100000e+01 |  20.61%| unknown
365.08/366.20	c   366s| 22900 | 22863 |  4066k| 169.6 |   287M |  29 | 200 |1366 | 225 |6633 |  1 |5506 |1291 | 1.741396e+01 | 2.100000e+01 |  20.59%| unknown
365.88/367.08	c   367s| 23000 | 22963 |  4080k| 169.4 |   287M |  29 | 200 |1362 | 224 |6640 |  1 |5535 |1292 | 1.741566e+01 | 2.100000e+01 |  20.58%| unknown
366.98/368.18	c   368s| 23100 | 23063 |  4094k| 169.3 |   287M |  29 | 200 |1361 | 223 |6653 |  1 |5555 |1293 | 1.741576e+01 | 2.100000e+01 |  20.58%| unknown
367.57/368.70	c   369s| 23200 | 23163 |  4105k| 169.1 |   287M |  29 | 200 |1355 | 224 |6653 |  1 |5572 |1295 | 1.741745e+01 | 2.100000e+01 |  20.57%| unknown
368.37/369.51	c   370s| 23300 | 23263 |  4117k| 168.9 |   287M |  29 | 200 |1352 | 226 |6662 |  1 |5591 |1295 | 1.741960e+01 | 2.100000e+01 |  20.55%| unknown
368.97/370.18	c   370s| 23400 | 23363 |  4130k| 168.7 |   287M |  29 | 200 |1362 | 224 |6662 |  1 |5618 |1295 | 1.741965e+01 | 2.100000e+01 |  20.55%| unknown
369.77/370.93	c   371s| 23500 | 23457 |  4142k| 168.5 |   287M |  29 | 200 |1358 | 224 |6663 |  1 |5640 |1297 | 1.742003e+01 | 2.100000e+01 |  20.55%| unknown
371.06/372.23	c   372s| 23600 | 23557 |  4157k| 168.5 |   287M |  29 | 200 |1361 | 225 |6686 |  1 |5666 |1297 | 1.742268e+01 | 2.100000e+01 |  20.53%| unknown
371.76/372.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
371.76/372.99	c   373s| 23700 | 23649 |  4170k| 168.3 |   287M |  29 | 200 |1359 | 224 |6686 |  1 |5682 |1299 | 1.742484e+01 | 2.100000e+01 |  20.52%| unknown
372.56/373.79	c   374s| 23800 | 23739 |  4181k| 168.1 |   287M |  29 | 200 |1363 | 224 |6693 |  1 |5708 |1303 | 1.742560e+01 | 2.100000e+01 |  20.51%| unknown
373.15/374.34	c   374s| 23900 | 23837 |  4192k| 167.8 |   288M |  29 | 200 |1367 | 224 |6693 |  1 |5731 |1303 | 1.742604e+01 | 2.100000e+01 |  20.51%| unknown
374.35/375.50	c   376s| 24000 | 23937 |  4207k| 167.7 |   288M |  29 | 200 |1362 | 224 |6715 |  1 |5755 |1303 | 1.742907e+01 | 2.100000e+01 |  20.49%| unknown
375.25/376.43	c   376s| 24100 | 24037 |  4221k| 167.7 |   288M |  29 | 200 |1365 | 227 |6724 |  1 |5779 |1306 | 1.742955e+01 | 2.100000e+01 |  20.49%| unknown
376.14/377.39	c   377s| 24200 | 24137 |  4234k| 167.5 |   288M |  29 | 200 |1371 | 225 |6724 |  1 |5803 |1309 | 1.743392e+01 | 2.100000e+01 |  20.45%| unknown
376.74/377.92	c   378s| 24300 | 24237 |  4244k| 167.3 |   288M |  29 | 200 |1375 | 225 |6724 |  1 |5829 |1310 | 1.743436e+01 | 2.100000e+01 |  20.45%| unknown
377.54/378.74	c   379s| 24400 | 24333 |  4256k| 167.0 |   288M |  29 | 200 |1377 | 223 |6731 |  1 |5850 |1310 | 1.743468e+01 | 2.100000e+01 |  20.45%| unknown
378.24/379.41	c   379s| 24500 | 24433 |  4268k| 166.9 |   288M |  29 | 200 |1393 | 224 |6731 |  1 |5875 |1310 | 1.743780e+01 | 2.100000e+01 |  20.43%| unknown
378.84/380.08	c   380s| 24600 | 24533 |  4281k| 166.7 |   288M |  29 | 200 |1397 | 224 |6731 |  1 |5898 |1314 | 1.743832e+01 | 2.100000e+01 |  20.42%| unknown
379.43/380.61	c   381s| 24700 | 24633 |  4292k| 166.5 |   288M |  29 | 200 |1402 | 225 |6731 |  1 |5915 |1314 | 1.743861e+01 | 2.100000e+01 |  20.42%| unknown
380.43/381.68	c   382s| 24800 | 24733 |  4306k| 166.4 |   288M |  29 | 200 |1401 | 227 |6746 |  1 |5941 |1314 | 1.744031e+01 | 2.100000e+01 |  20.41%| unknown
381.43/382.62	c   383s| 24900 | 24833 |  4319k| 166.3 |   288M |  29 | 200 |1401 | 225 |6746 |  1 |5970 |1314 | 1.744031e+01 | 2.100000e+01 |  20.41%| unknown
382.22/383.44	c   383s| 25000 | 24931 |  4331k| 166.1 |   288M |  29 | 200 |1395 | 228 |6761 |  0 |5987 |1314 | 1.744090e+01 | 2.100000e+01 |  20.41%| unknown
382.83/384.00	c   384s| 25100 | 25025 |  4342k| 165.8 |   288M |  29 | 200 |1393 | 223 |6761 |  1 |6007 |1316 | 1.744142e+01 | 2.100000e+01 |  20.40%| unknown
383.62/384.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
383.62/384.84	c   385s| 25200 | 25125 |  4355k| 165.7 |   288M |  29 | 200 |1401 | 224 |6761 |  1 |6038 |1316 | 1.744332e+01 | 2.100000e+01 |  20.39%| unknown
384.22/385.43	c   385s| 25300 | 25225 |  4367k| 165.6 |   288M |  29 | 200 |1408 | 223 |6761 |  1 |6061 |1317 | 1.744403e+01 | 2.100000e+01 |  20.38%| unknown
385.02/386.24	c   386s| 25400 | 25325 |  4380k| 165.4 |   288M |  29 | 200 |1413 | 224 |6761 |  1 |6086 |1317 | 1.744603e+01 | 2.100000e+01 |  20.37%| unknown
385.61/386.83	c   387s| 25500 | 25425 |  4393k| 165.3 |   288M |  29 | 200 |1413 | 225 |6761 |  1 |6113 |1317 | 1.744695e+01 | 2.100000e+01 |  20.36%| unknown
386.51/387.73	c   388s| 25600 | 25525 |  4405k| 165.1 |   288M |  29 | 200 |1414 | 224 |6770 |  1 |6147 |1317 | 1.744737e+01 | 2.100000e+01 |  20.36%| unknown
387.11/388.34	c   388s| 25700 | 25617 |  4416k| 164.9 |   288M |  29 | 200 |1415 | 223 |6770 |  1 |6164 |1317 | 1.744824e+01 | 2.100000e+01 |  20.36%| unknown
388.50/389.72	c   390s| 25800 | 25717 |  4432k| 164.9 |   289M |  29 | 200 |1417 | 225 |6806 |  1 |6194 |1317 | 1.744901e+01 | 2.100000e+01 |  20.35%| unknown
389.20/390.45	c   390s| 25900 | 25817 |  4442k| 164.7 |   289M |  29 | 200 |1420 | 225 |6806 |  1 |6213 |1319 | 1.744974e+01 | 2.100000e+01 |  20.35%| unknown
389.90/391.14	c   391s| 26000 | 25911 |  4454k| 164.5 |   289M |  29 | 200 |1421 | 223 |6806 |  1 |6233 |1319 | 1.745090e+01 | 2.100000e+01 |  20.34%| unknown
390.70/391.93	c   392s| 26100 | 26011 |  4468k| 164.4 |   289M |  29 | 200 |1421 | 223 |6806 |  1 |6256 |1319 | 1.745426e+01 | 2.100000e+01 |  20.31%| unknown
391.80/393.05	c   393s| 26200 | 26111 |  4483k| 164.3 |   289M |  29 | 200 |1430 | 224 |6820 |  1 |6279 |1319 | 1.745595e+01 | 2.100000e+01 |  20.30%| unknown
392.69/393.94	c   394s| 26300 | 26211 |  4496k| 164.2 |   290M |  29 | 200 |1438 | 224 |6827 |  1 |6305 |1319 | 1.745797e+01 | 2.100000e+01 |  20.29%| unknown
393.39/394.66	c   395s| 26400 | 26307 |  4508k| 164.0 |   290M |  29 | 200 |1441 | 224 |6827 |  1 |6328 |1321 | 1.746052e+01 | 2.100000e+01 |  20.27%| unknown
394.29/395.56	c   396s| 26500 | 26407 |  4522k| 164.0 |   290M |  29 | 200 |1448 | 223 |6835 |  1 |6356 |1321 | 1.746183e+01 | 2.100000e+01 |  20.26%| unknown
395.18/396.41	c   396s| 26600 | 26507 |  4534k| 163.8 |   290M |  29 | 200 |1454 | 225 |6842 |  1 |6377 |1321 | 1.746205e+01 | 2.100000e+01 |  20.26%| unknown
395.89/397.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
395.89/397.17	c   397s| 26700 | 26607 |  4547k| 163.7 |   290M |  29 | 200 |1455 | 224 |6842 |  1 |6396 |1322 | 1.746361e+01 | 2.100000e+01 |  20.25%| unknown
396.48/397.76	c   398s| 26800 | 26707 |  4559k| 163.5 |   290M |  29 | 200 |1465 | 224 |6842 |  1 |6416 |1322 | 1.746451e+01 | 2.100000e+01 |  20.24%| unknown
397.28/398.51	c   399s| 26900 | 26807 |  4570k| 163.3 |   290M |  29 | 200 |1481 | 223 |6842 |  1 |6447 |1323 | 1.746512e+01 | 2.100000e+01 |  20.24%| unknown
398.07/399.39	c   399s| 27000 | 26907 |  4582k| 163.2 |   290M |  29 | 200 |1495 | 226 |6851 |  1 |6479 |1323 | 1.746552e+01 | 2.100000e+01 |  20.24%| unknown
398.88/400.16	c   400s| 27100 | 27007 |  4595k| 163.1 |   290M |  29 | 200 |1493 | 225 |6851 |  1 |6501 |1324 | 1.746685e+01 | 2.100000e+01 |  20.23%| unknown
399.67/400.95	c   401s| 27200 | 27107 |  4608k| 163.0 |   290M |  29 | 200 |1495 | 224 |6851 |  1 |6521 |1324 | 1.746802e+01 | 2.100000e+01 |  20.22%| unknown
400.77/402.10	c   402s| 27300 | 27207 |  4624k| 162.9 |   290M |  29 | 200 |1499 | 224 |6851 |  1 |6543 |1325 | 1.747038e+01 | 2.100000e+01 |  20.20%| unknown
401.66/402.90	c   403s| 27400 | 27307 |  4637k| 162.8 |   290M |  29 | 200 |1509 | 224 |6851 |  1 |6572 |1325 | 1.747089e+01 | 2.100000e+01 |  20.20%| unknown
402.26/403.58	c   404s| 27500 | 27407 |  4650k| 162.7 |   290M |  29 | 200 |1512 | 224 |6851 |  1 |6594 |1327 | 1.747429e+01 | 2.100000e+01 |  20.18%| unknown
403.26/404.56	c   405s| 27600 | 27507 |  4664k| 162.6 |   290M |  29 | 200 |1518 | 227 |6857 |  1 |6620 |1328 | 1.747477e+01 | 2.100000e+01 |  20.17%| unknown
403.96/405.27	c   405s| 27700 | 27607 |  4677k| 162.5 |   290M |  29 | 200 |1524 | 224 |6857 |  1 |6646 |1331 | 1.747532e+01 | 2.100000e+01 |  20.17%| unknown
404.55/405.83	c   406s| 27800 | 27705 |  4687k| 162.3 |   290M |  29 | 200 |1524 | 225 |6857 |  1 |6673 |1333 | 1.747532e+01 | 2.100000e+01 |  20.17%| unknown
405.45/406.77	c   407s| 27900 | 27805 |  4700k| 162.2 |   290M |  29 | 200 |1527 | 226 |6870 |  1 |6698 |1335 | 1.747604e+01 | 2.100000e+01 |  20.16%| unknown
406.35/407.62	c   408s| 28000 | 27905 |  4713k| 162.1 |   290M |  29 | 200 |1537 | 224 |6870 |  1 |6729 |1335 | 1.747863e+01 | 2.100000e+01 |  20.15%| unknown
407.05/408.33	c   408s| 28100 | 28005 |  4726k| 162.0 |   290M |  29 | 200 |1543 | 226 |6870 |  1 |6760 |1336 | 1.747996e+01 | 2.100000e+01 |  20.14%| unknown
407.75/409.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
407.75/409.08	c   409s| 28200 | 28105 |  4737k| 161.8 |   290M |  29 | 200 |1548 | 224 |6870 |  1 |6784 |1338 | 1.748062e+01 | 2.100000e+01 |  20.13%| unknown
408.34/409.69	c   410s| 28300 | 28201 |  4748k| 161.6 |   290M |  29 | 200 |1560 | 224 |6870 |  1 |6807 |1339 | 1.748076e+01 | 2.100000e+01 |  20.13%| unknown
409.04/410.30	c   410s| 28400 | 28297 |  4760k| 161.5 |   290M |  29 | 200 |1583 | 225 |6870 |  1 |6835 |1341 | 1.748275e+01 | 2.100000e+01 |  20.12%| unknown
410.04/411.36	c   411s| 28500 | 28397 |  4773k| 161.4 |   290M |  29 | 200 |1596 | 225 |6884 |  1 |6859 |1341 | 1.748543e+01 | 2.100000e+01 |  20.10%| unknown
410.63/411.98	c   412s| 28600 | 28495 |  4785k| 161.2 |   290M |  32 | 200 |1599 | 223 |6884 |  1 |6879 |1341 | 1.748804e+01 | 2.100000e+01 |  20.08%| unknown
411.43/412.77	c   413s| 28700 | 28593 |  4795k| 161.0 |   290M |  32 | 200 |1608 | 226 |6884 |  1 |6901 |1341 | 1.748867e+01 | 2.100000e+01 |  20.08%| unknown
412.43/413.79	c   414s| 28800 | 28693 |  4810k| 161.0 |   290M |  32 | 200 |1612 | 225 |6892 |  1 |6919 |1344 | 1.749041e+01 | 2.100000e+01 |  20.07%| unknown
413.43/414.71	c   415s| 28900 | 28789 |  4822k| 160.9 |   291M |  32 | 200 |1617 | 225 |6892 |  1 |6936 |1344 | 1.749057e+01 | 2.100000e+01 |  20.06%| unknown
414.12/415.41	c   415s| 29000 | 28889 |  4834k| 160.7 |   291M |  32 | 200 |1622 | 226 |6892 |  1 |6958 |1344 | 1.749097e+01 | 2.100000e+01 |  20.06%| unknown
414.73/416.00	c   416s| 29100 | 28989 |  4845k| 160.5 |   291M |  32 | 200 |1633 | 224 |6892 |  1 |6985 |1344 | 1.749155e+01 | 2.100000e+01 |  20.06%| unknown
415.42/416.71	c   417s| 29200 | 29087 |  4857k| 160.4 |   291M |  32 | 200 |1630 | 225 |6899 |  1 |7002 |1345 | 1.749159e+01 | 2.100000e+01 |  20.06%| unknown
416.41/417.77	c   418s| 29300 | 29171 |  4868k| 160.2 |   291M |  32 | 200 |1631 | 224 |6913 |  1 |7018 |1345 | 1.749159e+01 | 2.100000e+01 |  20.06%| unknown
417.01/418.37	c   418s| 29400 | 29269 |  4879k| 160.1 |   292M |  32 | 200 |1633 | 223 |6913 |  1 |7041 |1348 | 1.749240e+01 | 2.100000e+01 |  20.05%| unknown
417.91/419.24	c   419s| 29500 | 29363 |  4890k| 159.9 |   292M |  32 | 200 |1639 | 224 |6913 |  1 |7060 |1349 | 1.749408e+01 | 2.100000e+01 |  20.04%| unknown
418.71/420.02	c   420s| 29600 | 29463 |  4902k| 159.8 |   292M |  32 | 200 |1655 | 224 |6913 |  1 |7088 |1351 | 1.749408e+01 | 2.100000e+01 |  20.04%| unknown
419.60/420.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
419.60/420.95	c   421s| 29700 | 29559 |  4917k| 159.7 |   293M |  32 | 200 |1661 | 224 |6913 |  1 |7111 |1356 | 1.749496e+01 | 2.100000e+01 |  20.03%| unknown
420.50/421.83	c   422s| 29800 | 29659 |  4930k| 159.6 |   293M |  32 | 200 |1670 | 224 |6921 |  1 |7134 |1357 | 1.749762e+01 | 2.100000e+01 |  20.02%| unknown
421.40/422.76	c   423s| 29900 | 29759 |  4942k| 159.5 |   293M |  32 | 200 |1669 | 223 |6921 |  1 |7155 |1358 | 1.749852e+01 | 2.100000e+01 |  20.01%| unknown
422.20/423.55	c   424s| 30000 | 29859 |  4955k| 159.4 |   293M |  32 | 200 |1676 | 225 |6927 |  1 |7176 |1359 | 1.749903e+01 | 2.100000e+01 |  20.01%| unknown
422.89/424.24	c   424s| 30100 | 29959 |  4968k| 159.3 |   293M |  32 | 200 |1684 | 224 |6927 |  1 |7201 |1362 | 1.749995e+01 | 2.100000e+01 |  20.00%| unknown
423.89/425.26	c   425s| 30200 | 30059 |  4980k| 159.2 |   293M |  32 | 200 |1689 | 226 |6945 |  1 |7224 |1362 | 1.750098e+01 | 2.100000e+01 |  19.99%| unknown
424.89/426.22	c   426s| 30300 | 30159 |  4994k| 159.1 |   293M |  32 | 200 |1684 | 224 |6951 |  1 |7242 |1362 | 1.750291e+01 | 2.100000e+01 |  19.98%| unknown
425.69/427.07	c   427s| 30400 | 30259 |  5006k| 159.0 |   293M |  32 | 200 |1677 | 226 |6961 |  1 |7261 |1362 | 1.750424e+01 | 2.100000e+01 |  19.97%| unknown
426.28/427.63	o 20
426.28/427.63	c * 428s| 30490 | 25826 |  5015k| 158.8 |    LP  |  32 | 200 |1685 | 229 |6961 |  1 |7278 |1362 | 1.750440e+01 | 2.000000e+01 |  14.26%|  18.87%
426.28/427.67	c   428s| 30500 | 25830 |  5015k| 158.8 |   293M |  32 | 200 |1684 | 225 |6961 |  1 |7279 |1362 | 1.750490e+01 | 2.000000e+01 |  14.25%|  18.87%
427.18/428.58	c   429s| 30600 | 25892 |  5025k| 158.6 |   293M |  32 | 200 |1671 | 224 |6970 |  0 |7290 |1363 | 1.750499e+01 | 2.000000e+01 |  14.25%|  18.90%
427.69/429.08	c   429s| 30700 | 25946 |  5034k| 158.4 |   293M |  32 | 200 |1667 | 224 |6970 |  1 |7298 |1363 | 1.750627e+01 | 2.000000e+01 |  14.24%|  18.92%
428.09/429.45	c   429s| 30800 | 25992 |  5042k| 158.2 |   293M |  32 | 200 |1664 | 224 |6970 |  0 |7302 |1364 | 1.750673e+01 | 2.000000e+01 |  14.24%|  18.95%
428.49/429.81	c   430s| 30900 | 26046 |  5050k| 157.9 |   293M |  32 | 200 |1659 | 222 |6970 |  1 |7311 |1365 | 1.750809e+01 | 2.000000e+01 |  14.23%|  18.97%
428.98/430.39	c   430s| 31000 | 26094 |  5058k| 157.7 |   293M |  32 | 200 |1665 | 225 |6970 |  1 |7324 |1366 | 1.751077e+01 | 2.000000e+01 |  14.22%|  19.01%
429.58/430.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
429.58/430.98	c   431s| 31100 | 26156 |  5067k| 157.5 |   293M |  32 | 200 |1664 | 223 |6970 |  1 |7332 |1367 | 1.751077e+01 | 2.000000e+01 |  14.22%|  19.03%
430.78/432.18	c   432s| 31200 | 26220 |  5077k| 157.3 |   293M |  32 | 200 |1664 | 224 |6983 |  1 |7344 |1367 | 1.751428e+01 | 2.000000e+01 |  14.19%|  19.05%
431.18/432.51	c   433s| 31300 | 26258 |  5084k| 157.0 |   293M |  32 | 200 |1661 | 224 |6983 |  1 |7351 |1367 | 1.751508e+01 | 2.000000e+01 |  14.19%|  19.08%
431.58/432.94	c   433s| 31400 | 26316 |  5093k| 156.8 |   293M |  32 | 200 |1657 | 224 |6983 |  0 |7358 |1367 | 1.751593e+01 | 2.000000e+01 |  14.18%|  19.09%
432.07/433.42	c   433s| 31500 | 26348 |  5100k| 156.5 |   293M |  32 | 200 |1650 | 224 |6992 |  1 |7364 |1368 | 1.751593e+01 | 2.000000e+01 |  14.18%|  19.13%
432.47/433.88	c   434s| 31600 | 26376 |  5107k| 156.3 |   293M |  32 | 200 |1637 | 225 |7002 |  1 |7365 |1369 | 1.751715e+01 | 2.000000e+01 |  14.17%|  19.16%
432.87/434.23	c   434s| 31700 | 26416 |  5115k| 156.0 |   293M |  32 | 200 |1625 | 224 |7002 |  0 |7373 |1369 | 1.751715e+01 | 2.000000e+01 |  14.17%|  19.19%
433.27/434.60	c   435s| 31800 | 26454 |  5123k| 155.8 |   293M |  32 | 200 |1616 | 225 |7002 |  1 |7375 |1369 | 1.751715e+01 | 2.000000e+01 |  14.17%|  19.23%
433.57/434.92	c   435s| 31900 | 26484 |  5130k| 155.6 |   293M |  32 | 200 |1604 | 225 |7002 |  1 |7376 |1369 | 1.751722e+01 | 2.000000e+01 |  14.17%|  19.25%
433.97/435.32	c   435s| 32000 | 26532 |  5139k| 155.4 |   293M |  32 | 200 |1593 | 223 |7002 |  1 |7379 |1369 | 1.751903e+01 | 2.000000e+01 |  14.16%|  19.28%
434.47/435.83	c   436s| 32100 | 26578 |  5148k| 155.2 |   293M |  32 | 200 |1582 | 223 |7002 |  0 |7388 |1369 | 1.752106e+01 | 2.000000e+01 |  14.15%|  19.29%
435.06/436.45	c   436s| 32200 | 26616 |  5160k| 155.0 |   293M |  32 | 200 |1567 | 224 |7010 |  1 |7391 |1371 | 1.752364e+01 | 2.000000e+01 |  14.13%|  19.33%
435.36/436.78	c   437s| 32300 | 26656 |  5167k| 154.8 |   293M |  32 | 200 |1556 | 225 |7010 |  1 |7397 |1371 | 1.752384e+01 | 2.000000e+01 |  14.13%|  19.36%
435.77/437.18	c   437s| 32400 | 26694 |  5176k| 154.6 |   293M |  32 | 200 |1543 | 225 |7010 |  1 |7403 |1372 | 1.752475e+01 | 2.000000e+01 |  14.12%|  19.40%
436.16/437.57	c   438s| 32500 | 26724 |  5183k| 154.4 |   293M |  32 | 200 |1543 | 223 |7010 |  0 |7411 |1372 | 1.752478e+01 | 2.000000e+01 |  14.12%|  19.43%
436.56/437.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
436.56/437.95	c   438s| 32600 | 26754 |  5190k| 154.1 |   294M |  32 | 200 |1526 | 225 |7010 |  1 |7412 |1372 | 1.752524e+01 | 2.000000e+01 |  14.12%|  19.46%
436.86/438.24	c   438s| 32700 | 26778 |  5197k| 153.8 |   294M |  32 | 200 |1517 | 226 |7010 |  1 |7418 |1372 | 1.752672e+01 | 2.000000e+01 |  14.11%|  19.50%
437.36/438.70	c   439s| 32800 | 26810 |  5204k| 153.6 |   294M |  32 | 200 |1503 | 224 |7010 |  1 |7422 |1372 | 1.752673e+01 | 2.000000e+01 |  14.11%|  19.53%
437.85/439.22	c   439s| 32900 | 26856 |  5213k| 153.4 |   294M |  32 | 200 |1499 | 224 |7010 |  0 |7429 |1373 | 1.752729e+01 | 2.000000e+01 |  14.11%|  19.55%
438.35/439.73	c   440s| 33000 | 26884 |  5221k| 153.2 |   294M |  32 | 200 |1490 | 224 |7016 |  1 |7437 |1373 | 1.752813e+01 | 2.000000e+01 |  14.10%|  19.60%
438.85/440.29	c   440s| 33100 | 26924 |  5229k| 153.0 |   294M |  32 | 200 |1492 | 224 |7016 |  0 |7446 |1374 | 1.752852e+01 | 2.000000e+01 |  14.10%|  19.64%
439.45/440.89	c   441s| 33200 | 26962 |  5238k| 152.8 |   294M |  32 | 200 |1487 | 224 |7016 |  0 |7452 |1374 | 1.753044e+01 | 2.000000e+01 |  14.09%|  19.67%
440.05/441.47	c   441s| 33300 | 27012 |  5247k| 152.6 |   294M |  32 | 200 |1481 | 225 |7016 |  0 |7462 |1375 | 1.753213e+01 | 2.000000e+01 |  14.08%|  19.68%
440.55/441.97	c   442s| 33400 | 27042 |  5256k| 152.4 |   294M |  32 | 200 |1477 | 225 |7016 |  1 |7463 |1375 | 1.753345e+01 | 2.000000e+01 |  14.07%|  19.70%
440.94/442.32	c   442s| 33500 | 27072 |  5264k| 152.2 |   294M |  32 | 200 |1470 | 224 |7016 |  1 |7466 |1375 | 1.753438e+01 | 2.000000e+01 |  14.06%|  19.75%
441.34/442.76	c   443s| 33600 | 27110 |  5271k| 152.0 |   294M |  32 | 200 |1474 | 224 |7016 |  1 |7473 |1375 | 1.753461e+01 | 2.000000e+01 |  14.06%|  19.78%
442.14/443.51	c   444s| 33700 | 27142 |  5281k| 151.8 |   294M |  32 | 200 |1472 | 225 |7030 |  1 |7476 |1375 | 1.753536e+01 | 2.000000e+01 |  14.06%|  19.82%
442.74/444.11	c   444s| 33800 | 27198 |  5291k| 151.7 |   294M |  32 | 200 |1471 | 225 |7030 |  1 |7483 |1376 | 1.753653e+01 | 2.000000e+01 |  14.05%|  19.84%
443.34/444.79	c   445s| 33900 | 27254 |  5299k| 151.5 |   294M |  32 | 200 |1477 | 224 |7030 |  0 |7492 |1376 | 1.753783e+01 | 2.000000e+01 |  14.04%|  19.86%
443.94/445.30	c   445s| 34000 | 27296 |  5308k| 151.3 |   294M |  32 | 200 |1479 | 224 |7030 |  0 |7497 |1376 | 1.753833e+01 | 2.000000e+01 |  14.04%|  19.89%
444.74/446.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
444.74/446.11	c   446s| 34100 | 27338 |  5316k| 151.1 |   294M |  32 | 200 |1485 | 227 |7045 |  1 |7507 |1377 | 1.753925e+01 | 2.000000e+01 |  14.03%|  19.94%
445.23/446.60	c   447s| 34200 | 27376 |  5324k| 150.9 |   294M |  32 | 200 |1484 | 224 |7045 |  0 |7514 |1378 | 1.754040e+01 | 2.000000e+01 |  14.02%|  19.98%
445.64/447.09	c   447s| 34300 | 27390 |  5330k| 150.6 |   294M |  32 | 200 |1475 | 224 |7052 |  0 |7516 |1379 | 1.754040e+01 | 2.000000e+01 |  14.02%|  20.04%
446.53/447.91	c   448s| 34400 | 27442 |  5340k| 150.5 |   294M |  32 | 200 |1477 | 228 |7061 |  0 |7523 |1379 | 1.754221e+01 | 2.000000e+01 |  14.01%|  20.07%
447.03/448.45	c   448s| 34500 | 27494 |  5349k| 150.3 |   294M |  32 | 200 |1476 | 225 |7061 |  1 |7531 |1379 | 1.754354e+01 | 2.000000e+01 |  14.00%|  20.10%
447.82/449.21	c   449s| 34600 | 27554 |  5357k| 150.1 |   294M |  32 | 200 |1473 | 225 |7061 |  1 |7541 |1381 | 1.754412e+01 | 2.000000e+01 |  14.00%|  20.11%
448.32/449.70	c   450s| 34700 | 27594 |  5365k| 150.0 |   294M |  32 | 200 |1472 | 224 |7061 |  1 |7544 |1381 | 1.754437e+01 | 2.000000e+01 |  14.00%|  20.13%
448.63/450.02	c   450s| 34800 | 27616 |  5373k| 149.7 |   294M |  32 | 200 |1465 | 225 |7061 |  1 |7544 |1381 | 1.754437e+01 | 2.000000e+01 |  14.00%|  20.15%
449.22/450.68	c   451s| 34900 | 27664 |  5382k| 149.6 |   294M |  32 | 200 |1467 | 225 |7061 |  0 |7555 |1381 | 1.754511e+01 | 2.000000e+01 |  13.99%|  20.18%
449.82/451.24	c   451s| 35000 | 27700 |  5389k| 149.4 |   295M |  32 | 200 |1463 | 224 |7061 |  1 |7561 |1381 | 1.754641e+01 | 2.000000e+01 |  13.98%|  20.21%
450.22/451.65	c   452s| 35100 | 27728 |  5399k| 149.2 |   295M |  32 | 200 |1458 | 224 |7061 |  0 |7563 |1381 | 1.754675e+01 | 2.000000e+01 |  13.98%|  20.26%
450.81/452.23	c   452s| 35200 | 27766 |  5411k| 149.1 |   295M |  32 | 200 |1453 | 224 |7061 |  0 |7565 |1381 | 1.754876e+01 | 2.000000e+01 |  13.97%|  20.29%
451.21/452.64	c   453s| 35300 | 27816 |  5418k| 148.9 |   295M |  32 | 200 |1455 | 223 |7061 |  1 |7574 |1381 | 1.755005e+01 | 2.000000e+01 |  13.96%|  20.30%
451.81/453.20	c   453s| 35400 | 27858 |  5428k| 148.8 |   295M |  32 | 200 |1455 | 224 |7061 |  0 |7583 |1381 | 1.755128e+01 | 2.000000e+01 |  13.95%|  20.32%
452.31/453.78	c   454s| 35500 | 27888 |  5440k| 148.7 |   295M |  32 | 200 |1455 | 224 |7067 |  0 |7585 |1381 | 1.755178e+01 | 2.000000e+01 |  13.95%|  20.36%
452.81/454.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
452.81/454.29	c   454s| 35600 | 27922 |  5452k| 148.6 |   295M |  32 | 200 |1450 | 224 |7067 |  0 |7588 |1383 | 1.755250e+01 | 2.000000e+01 |  13.94%|  20.38%
453.31/454.74	c   455s| 35700 | 27958 |  5463k| 148.5 |   295M |  32 | 200 |1445 | 224 |7067 |  1 |7589 |1383 | 1.755357e+01 | 2.000000e+01 |  13.94%|  20.39%
454.10/455.55	c   456s| 35800 | 28016 |  5476k| 148.5 |   295M |  32 | 200 |1443 | 224 |7067 |  1 |7598 |1384 | 1.755376e+01 | 2.000000e+01 |  13.94%|  20.42%
454.61/456.10	c   456s| 35900 | 28048 |  5484k| 148.3 |   295M |  32 | 200 |1441 | 225 |7085 |  0 |7599 |1385 | 1.755427e+01 | 2.000000e+01 |  13.93%|  20.49%
455.10/456.57	c   457s| 36000 | 28080 |  5495k| 148.2 |   295M |  32 | 200 |1435 | 225 |7085 |  1 |7600 |1385 | 1.755455e+01 | 2.000000e+01 |  13.93%|  20.51%
455.60/457.08	c   457s| 36100 | 28122 |  5504k| 148.0 |   295M |  32 | 200 |1436 | 224 |7085 |  1 |7607 |1385 | 1.755455e+01 | 2.000000e+01 |  13.93%|  20.54%
456.20/457.69	c   458s| 36200 | 28164 |  5512k| 147.8 |   296M |  32 | 200 |1439 | 224 |7089 |  1 |7615 |1385 | 1.755481e+01 | 2.000000e+01 |  13.93%|  20.62%
456.89/458.32	c   458s| 36300 | 28208 |  5525k| 147.8 |   296M |  32 | 200 |1440 | 224 |7089 |  1 |7620 |1386 | 1.755603e+01 | 2.000000e+01 |  13.92%|  20.64%
457.29/458.78	c   459s| 36400 | 28240 |  5532k| 147.6 |   296M |  32 | 200 |1439 | 224 |7089 |  1 |7626 |1387 | 1.755684e+01 | 2.000000e+01 |  13.92%|  20.68%
457.79/459.27	c   459s| 36500 | 28268 |  5544k| 147.5 |   296M |  32 | 200 |1439 | 224 |7089 |  1 |7632 |1389 | 1.755750e+01 | 2.000000e+01 |  13.91%|  20.71%
458.29/459.72	c   460s| 36600 | 28310 |  5553k| 147.4 |   296M |  32 | 200 |1439 | 226 |7089 |  1 |7637 |1390 | 1.755752e+01 | 2.000000e+01 |  13.91%|  20.73%
458.89/460.34	c   460s| 36700 | 28352 |  5563k| 147.2 |   296M |  32 | 200 |1436 | 224 |7089 |  0 |7642 |1390 | 1.755846e+01 | 2.000000e+01 |  13.91%|  20.77%
459.69/461.19	c   461s| 36800 | 28408 |  5577k| 147.2 |   296M |  32 | 200 |1436 | 225 |7089 |  1 |7647 |1390 | 1.755966e+01 | 2.000000e+01 |  13.90%|  20.79%
460.38/461.82	c   462s| 36900 | 28448 |  5592k| 147.2 |   296M |  32 | 200 |1434 | 224 |7089 |  1 |7647 |1390 | 1.756119e+01 | 2.000000e+01 |  13.89%|  20.82%
460.78/462.20	c   462s| 37000 | 28476 |  5599k| 147.0 |   296M |  32 | 200 |1432 | 226 |7089 |  1 |7651 |1390 | 1.756141e+01 | 2.000000e+01 |  13.89%|  20.85%
461.28/462.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
461.28/462.78	c   463s| 37100 | 28516 |  5613k| 147.0 |   296M |  32 | 200 |1427 | 226 |7089 |  0 |7656 |1391 | 1.756217e+01 | 2.000000e+01 |  13.88%|  20.88%
462.08/463.50	c   463s| 37200 | 28552 |  5625k| 146.9 |   296M |  32 | 200 |1424 | 225 |7089 |  1 |7659 |1391 | 1.756357e+01 | 2.000000e+01 |  13.87%|  20.93%
462.38/463.85	c   464s| 37300 | 28586 |  5633k| 146.8 |   296M |  32 | 200 |1423 | 224 |7089 |  1 |7662 |1391 | 1.756383e+01 | 2.000000e+01 |  13.87%|  20.95%
462.78/464.26	c   464s| 37400 | 28616 |  5643k| 146.6 |   296M |  32 | 200 |1424 | 225 |7089 |  0 |7664 |1391 | 1.756438e+01 | 2.000000e+01 |  13.87%|  20.96%
463.27/464.76	c   465s| 37500 | 28646 |  5655k| 146.6 |   296M |  32 | 200 |1421 | 223 |7089 |  1 |7664 |1391 | 1.756438e+01 | 2.000000e+01 |  13.87%|  20.99%
463.77/465.21	c   465s| 37600 | 28672 |  5663k| 146.4 |   296M |  32 | 200 |1418 | 224 |7089 |  1 |7665 |1391 | 1.756587e+01 | 2.000000e+01 |  13.86%|  21.01%
464.17/465.64	c   466s| 37700 | 28694 |  5670k| 146.2 |   297M |  32 | 200 |1417 | 225 |7089 |  1 |7670 |1391 | 1.756602e+01 | 2.000000e+01 |  13.86%|  21.03%
464.67/466.15	c   466s| 37800 | 28734 |  5680k| 146.1 |   297M |  32 | 200 |1419 | 224 |7089 |  0 |7674 |1391 | 1.756673e+01 | 2.000000e+01 |  13.85%|  21.05%
465.17/466.64	c   467s| 37900 | 28760 |  5688k| 145.9 |   297M |  32 | 200 |1417 | 225 |7099 |  0 |7674 |1391 | 1.756738e+01 | 2.000000e+01 |  13.85%|  21.09%
465.57/467.08	c   467s| 38000 | 28790 |  5695k| 145.7 |   297M |  32 | 200 |1419 | 223 |7099 |  0 |7681 |1394 | 1.756963e+01 | 2.000000e+01 |  13.83%|  21.12%
466.07/467.59	c   468s| 38100 | 28826 |  5704k| 145.6 |   297M |  32 | 200 |1415 | 223 |7099 |  0 |7689 |1398 | 1.757107e+01 | 2.000000e+01 |  13.82%|  21.15%
466.76/468.20	c   468s| 38200 | 28874 |  5719k| 145.6 |   297M |  32 | 200 |1414 | 224 |7099 |  1 |7694 |1399 | 1.757199e+01 | 2.000000e+01 |  13.82%|  21.18%
467.26/468.74	c   469s| 38300 | 28910 |  5730k| 145.5 |   297M |  32 | 200 |1411 | 222 |7099 |  1 |7701 |1401 | 1.757268e+01 | 2.000000e+01 |  13.81%|  21.21%
467.66/469.17	c   469s| 38400 | 28942 |  5737k| 145.3 |   297M |  32 | 200 |1411 | 224 |7099 |  1 |7706 |1402 | 1.757302e+01 | 2.000000e+01 |  13.81%|  21.23%
468.16/469.63	c   470s| 38500 | 28970 |  5745k| 145.1 |   297M |  32 | 200 |1411 | 225 |7099 |  0 |7709 |1402 | 1.757313e+01 | 2.000000e+01 |  13.81%|  21.25%
468.76/470.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
468.76/470.25	c   470s| 38600 | 29002 |  5758k| 145.1 |   297M |  32 | 200 |1407 | 224 |7099 |  1 |7709 |1402 | 1.757330e+01 | 2.000000e+01 |  13.81%|  21.28%
469.25/470.76	c   471s| 38700 | 29056 |  5768k| 145.0 |   297M |  32 | 200 |1406 | 225 |7099 |  1 |7717 |1402 | 1.757359e+01 | 2.000000e+01 |  13.81%|  21.30%
469.95/471.43	c   471s| 38800 | 29106 |  5778k| 144.9 |   297M |  32 | 200 |1401 | 224 |7099 |  1 |7722 |1403 | 1.757359e+01 | 2.000000e+01 |  13.81%|  21.32%
470.35/471.87	c   472s| 38900 | 29150 |  5786k| 144.7 |   297M |  32 | 200 |1398 | 223 |7099 |  0 |7729 |1403 | 1.757406e+01 | 2.000000e+01 |  13.80%|  21.35%
470.85/472.35	c   472s| 39000 | 29166 |  5796k| 144.6 |   297M |  32 | 200 |1396 | 224 |7106 |  0 |7729 |1403 | 1.757406e+01 | 2.000000e+01 |  13.80%|  21.42%
471.45/472.99	c   473s| 39100 | 29212 |  5810k| 144.6 |   297M |  32 | 200 |1394 | 225 |7106 |  1 |7734 |1403 | 1.757443e+01 | 2.000000e+01 |  13.80%|  21.45%
471.95/473.45	c   473s| 39200 | 29240 |  5819k| 144.5 |   297M |  32 | 200 |1393 | 224 |7106 |  1 |7738 |1405 | 1.757534e+01 | 2.000000e+01 |  13.80%|  21.48%
472.55/474.05	c   474s| 39300 | 29280 |  5831k| 144.4 |   298M |  32 | 200 |1396 | 223 |7106 |  1 |7745 |1406 | 1.757534e+01 | 2.000000e+01 |  13.80%|  21.50%
473.04/474.55	c   475s| 39400 | 29324 |  5839k| 144.2 |   298M |  32 | 200 |1397 | 224 |7106 |  1 |7748 |1406 | 1.757588e+01 | 2.000000e+01 |  13.79%|  21.51%
473.44/474.92	c   475s| 39500 | 29348 |  5848k| 144.1 |   298M |  32 | 200 |1394 | 224 |7106 |  1 |7748 |1406 | 1.757694e+01 | 2.000000e+01 |  13.79%|  21.54%
473.94/475.42	c   475s| 39600 | 29368 |  5857k| 144.0 |   298M |  32 | 200 |1393 | 225 |7112 |  0 |7748 |1406 | 1.757738e+01 | 2.000000e+01 |  13.78%|  21.57%
474.64/476.11	c   476s| 39700 | 29414 |  5871k| 144.0 |   298M |  32 | 200 |1395 | 225 |7112 |  1 |7753 |1406 | 1.757799e+01 | 2.000000e+01 |  13.78%|  21.58%
475.04/476.55	c   477s| 39800 | 29436 |  5880k| 143.8 |   298M |  32 | 200 |1394 | 224 |7112 |  1 |7759 |1408 | 1.757821e+01 | 2.000000e+01 |  13.78%|  21.64%
475.73/477.23	c   477s| 39900 | 29468 |  5894k| 143.8 |   298M |  32 | 200 |1388 | 223 |7112 |  0 |7761 |1408 | 1.757855e+01 | 2.000000e+01 |  13.78%|  21.66%
476.23/477.70	c   478s| 40000 | 29506 |  5901k| 143.6 |   298M |  32 | 200 |1385 | 224 |7112 |  1 |7768 |1408 | 1.757882e+01 | 2.000000e+01 |  13.77%|  21.69%
476.64/478.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
476.64/478.14	c   478s| 40100 | 29540 |  5909k| 143.5 |   299M |  32 | 200 |1378 | 224 |7119 |  1 |7769 |1408 | 1.757882e+01 | 2.000000e+01 |  13.77%|  21.74%
477.23/478.72	c   479s| 40200 | 29574 |  5916k| 143.3 |   299M |  32 | 200 |1380 | 225 |7119 |  0 |7780 |1408 | 1.757903e+01 | 2.000000e+01 |  13.77%|  21.78%
477.73/479.21	c   479s| 40300 | 29618 |  5924k| 143.1 |   299M |  32 | 200 |1380 | 224 |7119 |  1 |7785 |1408 | 1.758031e+01 | 2.000000e+01 |  13.76%|  21.80%
478.33/479.81	c   480s| 40400 | 29654 |  5931k| 143.0 |   299M |  32 | 200 |1380 | 224 |7119 |  1 |7792 |1408 | 1.758035e+01 | 2.000000e+01 |  13.76%|  21.85%
478.82/480.37	c   480s| 40500 | 29690 |  5942k| 142.9 |   299M |  32 | 200 |1377 | 224 |7119 |  1 |7796 |1410 | 1.758035e+01 | 2.000000e+01 |  13.76%|  21.87%
479.42/480.90	c   481s| 40600 | 29724 |  5955k| 142.9 |   299M |  32 | 200 |1376 | 223 |7119 |  0 |7796 |1410 | 1.758047e+01 | 2.000000e+01 |  13.76%|  21.90%
479.72/481.23	c   481s| 40700 | 29758 |  5963k| 142.7 |   299M |  32 | 200 |1371 | 224 |7119 |  1 |7799 |1410 | 1.758047e+01 | 2.000000e+01 |  13.76%|  21.94%
480.12/481.69	c   482s| 40800 | 29798 |  5972k| 142.6 |   299M |  32 | 200 |1374 | 223 |7119 |  1 |7804 |1410 | 1.758105e+01 | 2.000000e+01 |  13.76%|  21.97%
480.62/482.15	c   482s| 40900 | 29836 |  5981k| 142.5 |   299M |  32 | 200 |1379 | 222 |7119 |  1 |7815 |1411 | 1.758153e+01 | 2.000000e+01 |  13.76%|  21.99%
481.22/482.77	c   483s| 41000 | 29868 |  5991k| 142.4 |   299M |  32 | 200 |1378 | 224 |7126 |  1 |7818 |1411 | 1.758201e+01 | 2.000000e+01 |  13.75%|  22.04%
481.72/483.26	c   483s| 41100 | 29900 |  6000k| 142.2 |   299M |  32 | 200 |1379 | 225 |7126 |  0 |7822 |1411 | 1.758214e+01 | 2.000000e+01 |  13.75%|  22.07%
482.21/483.76	c   484s| 41200 | 29936 |  6010k| 142.1 |   299M |  32 | 200 |1373 | 225 |7126 |  0 |7825 |1411 | 1.758214e+01 | 2.000000e+01 |  13.75%|  22.12%
482.71/484.24	c   484s| 41300 | 29974 |  6019k| 142.0 |   299M |  32 | 200 |1369 | 225 |7132 |  0 |7826 |1411 | 1.758338e+01 | 2.000000e+01 |  13.74%|  22.15%
483.31/484.80	c   485s| 41400 | 30020 |  6032k| 142.0 |   299M |  32 | 200 |1365 | 224 |7132 |  1 |7827 |1411 | 1.758363e+01 | 2.000000e+01 |  13.74%|  22.17%
483.71/485.28	c   485s| 41500 | 30052 |  6044k| 141.9 |   300M |  32 | 200 |1363 | 224 |7132 |  1 |7828 |1412 | 1.758397e+01 | 2.000000e+01 |  13.74%|  22.20%
484.21/485.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
484.21/485.74	c   486s| 41600 | 30078 |  6053k| 141.8 |   300M |  32 | 200 |1363 | 226 |7132 |  1 |7831 |1412 | 1.758399e+01 | 2.000000e+01 |  13.74%|  22.24%
484.71/486.26	c   486s| 41700 | 30110 |  6066k| 141.8 |   300M |  32 | 200 |1356 | 225 |7132 |  1 |7832 |1412 | 1.758399e+01 | 2.000000e+01 |  13.74%|  22.28%
485.30/486.82	c   487s| 41800 | 30150 |  6075k| 141.7 |   300M |  32 | 200 |1359 | 226 |7132 |  1 |7844 |1413 | 1.758422e+01 | 2.000000e+01 |  13.74%|  22.31%
485.80/487.39	c   487s| 41900 | 30196 |  6087k| 141.6 |   300M |  32 | 200 |1359 | 224 |7132 |  1 |7845 |1413 | 1.758539e+01 | 2.000000e+01 |  13.73%|  22.33%
486.20/487.73	c   488s| 42000 | 30224 |  6095k| 141.5 |   300M |  32 | 200 |1358 | 224 |7132 |  1 |7845 |1413 | 1.758539e+01 | 2.000000e+01 |  13.73%|  22.35%
486.70/488.25	c   488s| 42100 | 30254 |  6103k| 141.3 |   300M |  32 | 200 |1364 | 223 |7132 |  1 |7852 |1413 | 1.758630e+01 | 2.000000e+01 |  13.72%|  22.39%
487.20/488.79	c   489s| 42200 | 30300 |  6113k| 141.2 |   300M |  32 | 200 |1363 | 224 |7132 |  1 |7858 |1414 | 1.758737e+01 | 2.000000e+01 |  13.72%|  22.42%
487.80/489.39	c   489s| 42300 | 30344 |  6125k| 141.2 |   300M |  32 | 200 |1365 | 223 |7132 |  0 |7867 |1414 | 1.758748e+01 | 2.000000e+01 |  13.72%|  22.44%
488.30/489.86	c   490s| 42400 | 30374 |  6133k| 141.0 |   301M |  32 | 200 |1359 | 225 |7132 |  1 |7869 |1414 | 1.758758e+01 | 2.000000e+01 |  13.72%|  22.47%
488.69/490.22	c   490s| 42500 | 30406 |  6141k| 140.9 |   301M |  32 | 200 |1356 | 223 |7132 |  1 |7870 |1414 | 1.758758e+01 | 2.000000e+01 |  13.72%|  22.49%
489.29/490.80	c   491s| 42600 | 30428 |  6151k| 140.8 |   301M |  32 | 200 |1352 | 225 |7141 |  0 |7871 |1414 | 1.758769e+01 | 2.000000e+01 |  13.72%|  22.57%
489.69/491.21	c   491s| 42700 | 30450 |  6158k| 140.6 |   301M |  32 | 200 |1352 | 225 |7141 |  0 |7874 |1415 | 1.758792e+01 | 2.000000e+01 |  13.71%|  22.61%
490.29/491.87	c   492s| 42800 | 30490 |  6174k| 140.7 |   301M |  32 | 200 |1343 | 226 |7141 |  0 |7876 |1415 | 1.758939e+01 | 2.000000e+01 |  13.70%|  22.65%
491.09/492.61	c   493s| 42900 | 30534 |  6190k| 140.7 |   301M |  32 | 200 |1343 | 224 |7141 |  0 |7881 |1417 | 1.759026e+01 | 2.000000e+01 |  13.70%|  22.68%
491.39/492.90	c   493s| 43000 | 30550 |  6196k| 140.6 |   301M |  32 | 200 |1335 | 224 |7141 |  0 |7881 |1417 | 1.759026e+01 | 2.000000e+01 |  13.70%|  22.72%
491.78/493.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
491.78/493.37	c   493s| 43100 | 30578 |  6205k| 140.4 |   301M |  32 | 200 |1330 | 226 |7149 |  1 |7882 |1417 | 1.759060e+01 | 2.000000e+01 |  13.70%|  22.77%
492.18/493.77	c   494s| 43200 | 30604 |  6215k| 140.3 |   302M |  32 | 200 |1325 | 225 |7149 |  0 |7882 |1417 | 1.759060e+01 | 2.000000e+01 |  13.70%|  22.78%
492.68/494.22	c   494s| 43300 | 30624 |  6222k| 140.2 |   302M |  32 | 200 |1324 | 226 |7149 |  1 |7884 |1418 | 1.759220e+01 | 2.000000e+01 |  13.69%|  22.81%
493.08/494.69	c   495s| 43400 | 30640 |  6229k| 140.0 |   302M |  32 | 200 |1322 | 226 |7157 |  1 |7885 |1418 | 1.759237e+01 | 2.000000e+01 |  13.69%|  22.86%
493.58/495.11	c   495s| 43500 | 30662 |  6237k| 139.9 |   302M |  32 | 200 |1321 | 224 |7157 |  1 |7888 |1418 | 1.759270e+01 | 2.000000e+01 |  13.68%|  22.89%
494.18/495.70	c   496s| 43600 | 30688 |  6248k| 139.8 |   302M |  32 | 200 |1313 | 223 |7167 |  1 |7888 |1418 | 1.759344e+01 | 2.000000e+01 |  13.68%|  22.93%
494.48/496.04	c   496s| 43700 | 30714 |  6255k| 139.7 |   302M |  32 | 200 |1310 | 224 |7167 |  1 |7888 |1418 | 1.759410e+01 | 2.000000e+01 |  13.67%|  22.95%
494.87/496.42	c   496s| 43800 | 30734 |  6264k| 139.6 |   302M |  32 | 200 |1301 | 224 |7167 |  0 |7888 |1418 | 1.759470e+01 | 2.000000e+01 |  13.67%|  22.98%
495.17/496.75	c   497s| 43900 | 30756 |  6271k| 139.4 |   303M |  32 | 200 |1295 | 224 |7167 |  1 |7888 |1418 | 1.759545e+01 | 2.000000e+01 |  13.67%|  23.01%
495.58/497.12	c   497s| 44000 | 30778 |  6280k| 139.3 |   303M |  32 | 200 |1285 | 224 |7167 |  1 |7889 |1418 | 1.759579e+01 | 2.000000e+01 |  13.66%|  23.04%
495.87/497.49	c   497s| 44100 | 30802 |  6288k| 139.2 |   303M |  32 | 200 |1277 | 224 |7167 |  0 |7889 |1418 | 1.759660e+01 | 2.000000e+01 |  13.66%|  23.06%
496.47/498.01	c   498s| 44200 | 30830 |  6297k| 139.1 |   303M |  32 | 200 |1274 | 224 |7167 |  1 |7890 |1418 | 1.759792e+01 | 2.000000e+01 |  13.65%|  23.09%
496.77/498.33	c   498s| 44300 | 30850 |  6305k| 138.9 |   303M |  32 | 200 |1267 | 225 |7167 |  0 |7891 |1418 | 1.759908e+01 | 2.000000e+01 |  13.64%|  23.12%
497.18/498.71	c   499s| 44400 | 30874 |  6313k| 138.8 |   303M |  32 | 200 |1263 | 226 |7167 |  0 |7892 |1418 | 1.760025e+01 | 2.000000e+01 |  13.63%|  23.14%
497.58/499.12	c   499s| 44500 | 30902 |  6324k| 138.7 |   303M |  32 | 200 |1261 | 226 |7167 |  0 |7892 |1418 | 1.760109e+01 | 2.000000e+01 |  13.63%|  23.16%
497.97/499.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
497.97/499.50	c   499s| 44600 | 30932 |  6332k| 138.6 |   303M |  32 | 200 |1257 | 224 |7167 |  1 |7892 |1418 | 1.760164e+01 | 2.000000e+01 |  13.63%|  23.18%
498.37/499.91	c   500s| 44700 | 30956 |  6342k| 138.5 |   303M |  32 | 200 |1254 | 224 |7167 |  1 |7893 |1420 | 1.760164e+01 | 2.000000e+01 |  13.63%|  23.20%
498.97/500.55	c   501s| 44800 | 30980 |  6355k| 138.5 |   303M |  32 | 200 |1251 | 227 |7175 |  1 |7893 |1420 | 1.760176e+01 | 2.000000e+01 |  13.63%|  23.24%
499.57/501.13	c   501s| 44900 | 31008 |  6366k| 138.4 |   303M |  32 | 200 |1253 | 224 |7175 |  1 |7896 |1420 | 1.760203e+01 | 2.000000e+01 |  13.62%|  23.26%
500.07/501.62	c   502s| 45000 | 31030 |  6375k| 138.3 |   303M |  32 | 200 |1248 | 224 |7183 |  0 |7897 |1420 | 1.760250e+01 | 2.000000e+01 |  13.62%|  23.29%
500.47/502.04	c   502s| 45100 | 31046 |  6385k| 138.2 |   303M |  32 | 200 |1243 | 225 |7183 |  0 |7897 |1420 | 1.760295e+01 | 2.000000e+01 |  13.62%|  23.32%
500.86/502.46	c   502s| 45200 | 31068 |  6395k| 138.2 |   304M |  32 | 200 |1242 | 224 |7183 |  1 |7899 |1420 | 1.760340e+01 | 2.000000e+01 |  13.61%|  23.39%
501.36/502.94	c   503s| 45300 | 31102 |  6404k| 138.1 |   304M |  32 | 200 |1240 | 224 |7183 |  1 |7901 |1420 | 1.760381e+01 | 2.000000e+01 |  13.61%|  23.42%
501.66/503.25	c   503s| 45400 | 31120 |  6410k| 137.9 |   304M |  32 | 200 |1235 | 225 |7183 |  0 |7902 |1420 | 1.760446e+01 | 2.000000e+01 |  13.61%|  23.45%
502.06/503.64	c   504s| 45500 | 31134 |  6419k| 137.8 |   304M |  32 | 200 |1234 | 225 |7183 |  0 |7902 |1421 | 1.760453e+01 | 2.000000e+01 |  13.61%|  23.48%
502.56/504.12	c   504s| 45600 | 31160 |  6430k| 137.7 |   304M |  32 | 200 |1233 | 225 |7183 |  1 |7902 |1421 | 1.760456e+01 | 2.000000e+01 |  13.61%|  23.49%
502.86/504.48	c   504s| 45700 | 31190 |  6438k| 137.6 |   304M |  32 | 200 |1230 | 225 |7183 |  0 |7905 |1421 | 1.760567e+01 | 2.000000e+01 |  13.60%|  23.51%
503.46/505.04	c   505s| 45800 | 31214 |  6451k| 137.6 |   304M |  32 | 200 |1229 | 224 |7183 |  1 |7907 |1421 | 1.760616e+01 | 2.000000e+01 |  13.60%|  23.54%
503.95/505.52	c   506s| 45900 | 31236 |  6463k| 137.5 |   305M |  32 | 200 |1228 | 225 |7183 |  0 |7907 |1421 | 1.760663e+01 | 2.000000e+01 |  13.59%|  23.56%
504.25/505.88	c   506s| 46000 | 31268 |  6471k| 137.4 |   305M |  32 | 200 |1231 | 225 |7183 |  1 |7910 |1422 | 1.760743e+01 | 2.000000e+01 |  13.59%|  23.57%
504.75/506.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
504.75/506.36	c   506s| 46100 | 31290 |  6482k| 137.4 |   305M |  32 | 200 |1229 | 224 |7183 |  0 |7911 |1422 | 1.760767e+01 | 2.000000e+01 |  13.59%|  23.59%
505.35/506.91	c   507s| 46200 | 31314 |  6496k| 137.4 |   305M |  32 | 200 |1226 | 224 |7183 |  0 |7911 |1422 | 1.760911e+01 | 2.000000e+01 |  13.58%|  23.62%
505.85/507.41	c   507s| 46300 | 31348 |  6505k| 137.3 |   305M |  32 | 200 |1226 | 224 |7183 |  1 |7914 |1422 | 1.760937e+01 | 2.000000e+01 |  13.58%|  23.63%
506.15/507.79	c   508s| 46400 | 31388 |  6514k| 137.2 |   305M |  32 | 200 |1228 | 225 |7183 |  1 |7916 |1422 | 1.761080e+01 | 2.000000e+01 |  13.57%|  23.66%
506.75/508.32	c   508s| 46500 | 31424 |  6523k| 137.1 |   305M |  32 | 200 |1229 | 224 |7183 |  1 |7917 |1423 | 1.761131e+01 | 2.000000e+01 |  13.56%|  23.67%
507.04/508.63	c   509s| 46600 | 31444 |  6530k| 136.9 |   305M |  32 | 200 |1226 | 224 |7183 |  0 |7919 |1423 | 1.761196e+01 | 2.000000e+01 |  13.56%|  23.70%
507.34/508.93	c   509s| 46700 | 31458 |  6536k| 136.8 |   305M |  32 | 200 |1228 | 223 |7183 |  1 |7924 |1426 | 1.761213e+01 | 2.000000e+01 |  13.56%|  23.75%
507.74/509.38	c   509s| 46800 | 31484 |  6544k| 136.7 |   305M |  32 | 200 |1230 | 224 |7183 |  0 |7927 |1427 | 1.761313e+01 | 2.000000e+01 |  13.55%|  23.77%
508.24/509.84	c   510s| 46900 | 31512 |  6551k| 136.5 |   305M |  32 | 200 |1227 | 226 |7183 |  0 |7930 |1427 | 1.761408e+01 | 2.000000e+01 |  13.55%|  23.78%
508.55/510.14	c   510s| 47000 | 31524 |  6558k| 136.4 |   305M |  32 | 200 |1225 | 224 |7183 |  1 |7930 |1427 | 1.761424e+01 | 2.000000e+01 |  13.54%|  23.83%
508.84/510.47	c   510s| 47100 | 31546 |  6565k| 136.3 |   305M |  32 | 200 |1224 | 225 |7183 |  1 |7933 |1427 | 1.761461e+01 | 2.000000e+01 |  13.54%|  23.85%
509.34/510.92	c   511s| 47200 | 31578 |  6576k| 136.2 |   305M |  32 | 200 |1221 | 225 |7183 |  1 |7933 |1427 | 1.761541e+01 | 2.000000e+01 |  13.54%|  23.87%
509.84/511.41	c   511s| 47300 | 31616 |  6584k| 136.1 |   305M |  32 | 200 |1219 | 225 |7183 |  1 |7936 |1427 | 1.761762e+01 | 2.000000e+01 |  13.52%|  23.89%
510.33/511.90	c   512s| 47400 | 31642 |  6593k| 136.0 |   306M |  32 | 200 |1214 | 224 |7183 |  0 |7936 |1427 | 1.761825e+01 | 2.000000e+01 |  13.52%|  23.91%
510.73/512.35	c   512s| 47500 | 31670 |  6603k| 135.9 |   306M |  32 | 200 |1212 | 224 |7183 |  1 |7937 |1428 | 1.761976e+01 | 2.000000e+01 |  13.51%|  23.93%
511.03/512.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
511.03/512.67	c   513s| 47600 | 31682 |  6610k| 135.8 |   306M |  32 | 200 |1211 | 224 |7183 |  0 |7938 |1428 | 1.761983e+01 | 2.000000e+01 |  13.51%|  23.97%
511.63/513.23	c   513s| 47700 | 31718 |  6621k| 135.7 |   306M |  32 | 200 |1210 | 223 |7183 |  1 |7940 |1428 | 1.762155e+01 | 2.000000e+01 |  13.50%|  24.00%
512.13/513.70	c   514s| 47800 | 31744 |  6630k| 135.6 |   306M |  32 | 200 |1207 | 225 |7189 |  1 |7941 |1428 | 1.762177e+01 | 2.000000e+01 |  13.50%|  24.03%
512.53/514.14	c   514s| 47900 | 31786 |  6638k| 135.5 |   306M |  32 | 200 |1209 | 224 |7189 |  1 |7945 |1428 | 1.762201e+01 | 2.000000e+01 |  13.49%|  24.05%
512.93/514.59	c   515s| 48000 | 31816 |  6645k| 135.4 |   306M |  32 | 200 |1210 | 224 |7189 |  1 |7948 |1428 | 1.762232e+01 | 2.000000e+01 |  13.49%|  24.08%
513.43/515.03	c   515s| 48100 | 31846 |  6654k| 135.3 |   306M |  32 | 200 |1209 | 224 |7189 |  0 |7949 |1428 | 1.762250e+01 | 2.000000e+01 |  13.49%|  24.09%
513.82/515.40	c   515s| 48200 | 31866 |  6662k| 135.2 |   306M |  32 | 200 |1208 | 227 |7189 |  1 |7949 |1428 | 1.762337e+01 | 2.000000e+01 |  13.49%|  24.13%
514.12/515.74	c   516s| 48300 | 31882 |  6670k| 135.1 |   306M |  32 | 200 |1207 | 224 |7189 |  1 |7949 |1428 | 1.762383e+01 | 2.000000e+01 |  13.48%|  24.16%
514.43/516.09	c   516s| 48400 | 31908 |  6679k| 135.0 |   306M |  32 | 200 |1205 | 225 |7189 |  0 |7949 |1428 | 1.762450e+01 | 2.000000e+01 |  13.48%|  24.18%
514.82/516.42	c   516s| 48500 | 31934 |  6685k| 134.8 |   306M |  32 | 200 |1206 | 223 |7189 |  1 |7953 |1428 | 1.762450e+01 | 2.000000e+01 |  13.48%|  24.20%
515.22/516.86	c   517s| 48600 | 31970 |  6694k| 134.7 |   306M |  32 | 200 |1206 | 224 |7189 |  1 |7954 |1428 | 1.762587e+01 | 2.000000e+01 |  13.47%|  24.23%
515.52/517.19	c   517s| 48700 | 31988 |  6701k| 134.6 |   306M |  32 | 200 |1202 | 224 |7189 |  0 |7954 |1428 | 1.762662e+01 | 2.000000e+01 |  13.46%|  24.26%
515.92/517.50	c   518s| 48800 | 32004 |  6708k| 134.5 |   306M |  32 | 200 |1199 | 223 |7189 |  0 |7954 |1428 | 1.762855e+01 | 2.000000e+01 |  13.45%|  24.31%
516.32/517.90	c   518s| 48900 | 32026 |  6717k| 134.4 |   306M |  32 | 200 |1200 | 224 |7189 |  1 |7956 |1428 | 1.762969e+01 | 2.000000e+01 |  13.44%|  24.36%
516.71/518.34	c   518s| 49000 | 32044 |  6727k| 134.3 |   306M |  32 | 200 |1194 | 226 |7189 |  1 |7956 |1428 | 1.763090e+01 | 2.000000e+01 |  13.44%|  24.38%
517.11/518.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
517.11/518.70	c   519s| 49100 | 32082 |  6735k| 134.2 |   306M |  32 | 200 |1190 | 224 |7189 |  1 |7957 |1428 | 1.763099e+01 | 2.000000e+01 |  13.44%|  24.40%
517.42/519.10	c   519s| 49200 | 32102 |  6742k| 134.1 |   306M |  32 | 200 |1192 | 227 |7189 |  0 |7964 |1428 | 1.763147e+01 | 2.000000e+01 |  13.43%|  24.45%
517.91/519.58	c   520s| 49300 | 32128 |  6750k| 134.0 |   307M |  32 | 200 |1191 | 224 |7189 |  1 |7968 |1428 | 1.763192e+01 | 2.000000e+01 |  13.43%|  24.48%
518.41/520.02	c   520s| 49400 | 32148 |  6758k| 133.9 |   307M |  32 | 200 |1193 | 226 |7189 |  0 |7972 |1429 | 1.763405e+01 | 2.000000e+01 |  13.42%|  24.51%
518.91/520.51	c   521s| 49500 | 32170 |  6766k| 133.7 |   307M |  32 | 200 |1192 | 227 |7189 |  1 |7974 |1430 | 1.763469e+01 | 2.000000e+01 |  13.41%|  24.54%
519.21/520.85	c   521s| 49600 | 32190 |  6773k| 133.6 |   307M |  32 | 200 |1188 | 227 |7189 |  0 |7975 |1430 | 1.763519e+01 | 2.000000e+01 |  13.41%|  24.59%
519.61/521.24	c   521s| 49700 | 32208 |  6779k| 133.5 |   307M |  32 | 200 |1190 | 225 |7189 |  1 |7978 |1430 | 1.763525e+01 | 2.000000e+01 |  13.41%|  24.63%
519.90/521.54	c   522s| 49800 | 32216 |  6786k| 133.4 |   307M |  32 | 200 |1190 | 226 |7189 |  0 |7978 |1430 | 1.763530e+01 | 2.000000e+01 |  13.41%|  24.68%
520.30/521.93	c   522s| 49900 | 32248 |  6794k| 133.3 |   307M |  33 | 200 |1189 | 226 |7189 |  1 |7980 |1430 | 1.763604e+01 | 2.000000e+01 |  13.40%|  24.70%
520.80/522.44	c   522s| 50000 | 32288 |  6804k| 133.2 |   307M |  33 | 200 |1190 | 226 |7189 |  0 |7986 |1430 | 1.763683e+01 | 2.000000e+01 |  13.40%|  24.71%
521.20/522.87	c   523s| 50100 | 32312 |  6811k| 133.1 |   307M |  33 | 200 |1192 | 223 |7189 |  0 |7988 |1430 | 1.763683e+01 | 2.000000e+01 |  13.40%|  24.74%
521.70/523.37	c   523s| 50200 | 32344 |  6820k| 133.0 |   307M |  33 | 200 |1192 | 224 |7189 |  1 |7989 |1431 | 1.763683e+01 | 2.000000e+01 |  13.40%|  24.78%
522.10/523.73	c   524s| 50300 | 32362 |  6828k| 132.9 |   307M |  33 | 200 |1192 | 224 |7189 |  1 |7994 |1431 | 1.763847e+01 | 2.000000e+01 |  13.39%|  24.80%
522.40/524.04	c   524s| 50400 | 32380 |  6834k| 132.7 |   307M |  33 | 200 |1190 | 226 |7189 |  1 |7994 |1432 | 1.763946e+01 | 2.000000e+01 |  13.38%|  24.84%
522.89/524.58	c   525s| 50500 | 32410 |  6842k| 132.6 |   308M |  33 | 200 |1188 | 224 |7196 |  0 |7995 |1432 | 1.764008e+01 | 2.000000e+01 |  13.38%|  24.88%
523.40/525.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
523.40/525.06	c   525s| 50600 | 32444 |  6850k| 132.5 |   308M |  33 | 200 |1188 | 225 |7196 |  0 |7997 |1432 | 1.764107e+01 | 2.000000e+01 |  13.37%|  24.91%
523.99/525.61	c   526s| 50700 | 32470 |  6860k| 132.5 |   308M |  33 | 200 |1188 | 225 |7196 |  0 |8000 |1432 | 1.764135e+01 | 2.000000e+01 |  13.37%|  24.92%
524.29/525.99	c   526s| 50800 | 32506 |  6868k| 132.4 |   308M |  33 | 200 |1192 | 226 |7196 |  0 |8006 |1434 | 1.764206e+01 | 2.000000e+01 |  13.37%|  24.94%
524.79/526.43	c   526s| 50900 | 32524 |  6876k| 132.3 |   308M |  33 | 200 |1194 | 224 |7204 |  1 |8008 |1435 | 1.764227e+01 | 2.000000e+01 |  13.36%|  24.98%
525.29/526.90	c   527s| 51000 | 32554 |  6884k| 132.2 |   308M |  33 | 200 |1194 | 225 |7204 |  0 |8010 |1435 | 1.764227e+01 | 2.000000e+01 |  13.36%|  24.99%
525.79/527.47	c   527s| 51100 | 32590 |  6896k| 132.1 |   308M |  33 | 200 |1195 | 224 |7204 |  1 |8013 |1435 | 1.764384e+01 | 2.000000e+01 |  13.35%|  25.01%
526.18/527.80	c   528s| 51200 | 32610 |  6903k| 132.0 |   308M |  33 | 200 |1191 | 226 |7204 |  0 |8013 |1435 | 1.764473e+01 | 2.000000e+01 |  13.35%|  25.03%
526.49/528.13	c   528s| 51300 | 32634 |  6910k| 131.9 |   309M |  33 | 200 |1190 | 222 |7204 |  1 |8013 |1435 | 1.764491e+01 | 2.000000e+01 |  13.35%|  25.05%
526.78/528.46	c   528s| 51400 | 32652 |  6917k| 131.8 |   309M |  33 | 200 |1190 | 232 |7204 |  1 |8015 |1436 | 1.764523e+01 | 2.000000e+01 |  13.35%|  25.07%
527.28/528.96	c   529s| 51500 | 32664 |  6925k| 131.7 |   309M |  33 | 200 |1187 | 225 |7215 |  0 |8015 |1436 | 1.764540e+01 | 2.000000e+01 |  13.34%|  25.15%
527.58/529.29	c   529s| 51600 | 32684 |  6932k| 131.6 |   309M |  33 | 200 |1185 | 225 |7215 |  1 |8015 |1436 | 1.764567e+01 | 2.000000e+01 |  13.34%|  25.18%
528.08/529.73	c   530s| 51700 | 32706 |  6939k| 131.5 |   309M |  33 | 200 |1182 | 224 |7215 |  1 |8015 |1436 | 1.764649e+01 | 2.000000e+01 |  13.34%|  25.21%
528.38/530.07	c   530s| 51800 | 32728 |  6946k| 131.3 |   309M |  33 | 200 |1183 | 224 |7217 |  1 |8020 |1436 | 1.764685e+01 | 2.000000e+01 |  13.33%|  25.26%
528.87/530.53	c   531s| 51900 | 32750 |  6955k| 131.3 |   309M |  33 | 200 |1183 | 224 |7217 |  0 |8021 |1436 | 1.764779e+01 | 2.000000e+01 |  13.33%|  25.29%
529.27/530.92	c   531s| 52000 | 32770 |  6962k| 131.1 |   309M |  33 | 200 |1182 | 225 |7217 |  1 |8022 |1436 | 1.764934e+01 | 2.000000e+01 |  13.32%|  25.32%
529.77/531.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
529.77/531.43	c   531s| 52100 | 32804 |  6971k| 131.1 |   309M |  33 | 200 |1180 | 226 |7218 |  2 |8025 |1436 | 1.765005e+01 | 2.000000e+01 |  13.31%|  25.35%
530.07/531.76	c   532s| 52200 | 32822 |  6978k| 131.0 |   309M |  33 | 200 |1179 | 224 |7219 |  1 |8027 |1436 | 1.765073e+01 | 2.000000e+01 |  13.31%|  25.39%
530.57/532.21	c   532s| 52300 | 32846 |  6985k| 130.8 |   309M |  33 | 200 |1180 | 223 |7219 |  0 |8032 |1436 | 1.765090e+01 | 2.000000e+01 |  13.31%|  25.41%
530.97/532.66	c   533s| 52400 | 32876 |  6993k| 130.7 |   309M |  33 | 200 |1181 | 224 |7220 |  1 |8034 |1436 | 1.765158e+01 | 2.000000e+01 |  13.30%|  25.42%
531.37/533.02	c   533s| 52500 | 32896 |  7001k| 130.7 |   309M |  33 | 200 |1180 | 223 |7220 |  1 |8035 |1436 | 1.765167e+01 | 2.000000e+01 |  13.30%|  25.47%
531.76/533.42	c   533s| 52600 | 32914 |  7008k| 130.5 |   309M |  33 | 200 |1178 | 223 |7220 |  0 |8037 |1436 | 1.765173e+01 | 2.000000e+01 |  13.30%|  25.50%
532.06/533.78	c   534s| 52700 | 32940 |  7016k| 130.4 |   310M |  33 | 200 |1178 | 224 |7220 |  1 |8037 |1436 | 1.765186e+01 | 2.000000e+01 |  13.30%|  25.52%
532.47/534.12	c   534s| 52800 | 32962 |  7023k| 130.3 |   310M |  33 | 200 |1177 | 224 |7220 |  0 |8038 |1436 | 1.765232e+01 | 2.000000e+01 |  13.30%|  25.55%
532.86/534.52	c   535s| 52900 | 32992 |  7030k| 130.2 |   310M |  33 | 200 |1180 | 224 |7220 |  0 |8042 |1436 | 1.765329e+01 | 2.000000e+01 |  13.29%|  25.59%
533.16/534.82	c   535s| 53000 | 33004 |  7037k| 130.1 |   310M |  33 | 200 |1180 | 224 |7220 |  0 |8042 |1436 | 1.765329e+01 | 2.000000e+01 |  13.29%|  25.62%
533.66/535.35	c   535s| 53100 | 33030 |  7045k| 130.0 |   310M |  33 | 200 |1182 | 224 |7227 |  1 |8046 |1436 | 1.765452e+01 | 2.000000e+01 |  13.29%|  25.65%
534.06/535.73	c   536s| 53200 | 33058 |  7053k| 129.9 |   310M |  33 | 200 |1180 | 226 |7227 |  0 |8046 |1436 | 1.765544e+01 | 2.000000e+01 |  13.28%|  25.68%
534.36/536.05	c   536s| 53300 | 33078 |  7060k| 129.8 |   310M |  33 | 200 |1178 | 224 |7227 |  1 |8046 |1436 | 1.765546e+01 | 2.000000e+01 |  13.28%|  25.70%
534.85/536.52	c   537s| 53400 | 33102 |  7068k| 129.7 |   310M |  33 | 200 |1180 | 224 |7227 |  0 |8049 |1436 | 1.765546e+01 | 2.000000e+01 |  13.28%|  25.72%
535.25/536.95	c   537s| 53500 | 33128 |  7075k| 129.6 |   310M |  33 | 200 |1179 | 225 |7233 |  0 |8051 |1436 | 1.765553e+01 | 2.000000e+01 |  13.28%|  25.79%
535.55/537.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
535.55/537.29	c   537s| 53600 | 33146 |  7083k| 129.5 |   310M |  33 | 200 |1177 | 224 |7234 |  0 |8051 |1436 | 1.765603e+01 | 2.000000e+01 |  13.28%|  25.84%
535.95/537.62	c   538s| 53700 | 33162 |  7090k| 129.4 |   310M |  33 | 200 |1175 | 224 |7235 |  0 |8051 |1436 | 1.765717e+01 | 2.000000e+01 |  13.27%|  25.87%
536.25/537.97	c   538s| 53800 | 33178 |  7098k| 129.3 |   311M |  33 | 200 |1172 | 224 |7235 |  0 |8051 |1436 | 1.765962e+01 | 2.000000e+01 |  13.25%|  25.90%
536.55/538.26	c   538s| 53900 | 33186 |  7104k| 129.2 |   311M |  33 | 200 |1172 | 224 |7235 |  0 |8053 |1439 | 1.765994e+01 | 2.000000e+01 |  13.25%|  25.93%
536.95/538.68	c   539s| 54000 | 33212 |  7114k| 129.1 |   311M |  33 | 200 |1171 | 224 |7235 |  1 |8053 |1439 | 1.766061e+01 | 2.000000e+01 |  13.25%|  25.97%
537.25/538.92	c   539s| 54100 | 33220 |  7119k| 129.0 |   311M |  33 | 200 |1169 | 224 |7235 |  0 |8053 |1439 | 1.766061e+01 | 2.000000e+01 |  13.25%|  26.01%
537.65/539.33	c   539s| 54200 | 33242 |  7126k| 128.9 |   311M |  33 | 200 |1171 | 227 |7235 |  0 |8055 |1439 | 1.766284e+01 | 2.000000e+01 |  13.23%|  26.03%
537.94/539.68	c   540s| 54300 | 33272 |  7134k| 128.8 |   311M |  33 | 200 |1171 | 225 |7235 |  1 |8056 |1439 | 1.766342e+01 | 2.000000e+01 |  13.23%|  26.06%
538.24/539.98	c   540s| 54400 | 33280 |  7140k| 128.7 |   311M |  33 | 200 |1171 | 225 |7235 |  0 |8057 |1441 | 1.766406e+01 | 2.000000e+01 |  13.22%|  26.10%
538.74/540.47	c   540s| 54500 | 33304 |  7147k| 128.6 |   311M |  33 | 200 |1168 | 226 |7242 |  1 |8059 |1441 | 1.766512e+01 | 2.000000e+01 |  13.22%|  26.16%
539.14/540.89	c   541s| 54600 | 33332 |  7157k| 128.5 |   311M |  33 | 200 |1166 | 225 |7242 |  0 |8060 |1441 | 1.766531e+01 | 2.000000e+01 |  13.22%|  26.17%
539.64/541.36	c   541s| 54700 | 33362 |  7164k| 128.4 |   311M |  33 | 200 |1167 | 225 |7242 |  1 |8061 |1441 | 1.766767e+01 | 2.000000e+01 |  13.20%|  26.20%
540.04/541.75	c   542s| 54800 | 33378 |  7173k| 128.4 |   311M |  33 | 200 |1166 | 224 |7242 |  1 |8062 |1441 | 1.766771e+01 | 2.000000e+01 |  13.20%|  26.26%
540.54/542.24	c   542s| 54900 | 33410 |  7181k| 128.3 |   312M |  33 | 200 |1164 | 225 |7252 |  1 |8064 |1441 | 1.766816e+01 | 2.000000e+01 |  13.20%|  26.29%
540.84/542.53	c   543s| 55000 | 33424 |  7187k| 128.1 |   312M |  33 | 200 |1160 | 225 |7252 |  0 |8064 |1441 | 1.766816e+01 | 2.000000e+01 |  13.20%|  26.31%
541.13/542.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
541.13/542.88	c   543s| 55100 | 33452 |  7195k| 128.1 |   312M |  33 | 200 |1157 | 227 |7252 |  0 |8064 |1441 | 1.766919e+01 | 2.000000e+01 |  13.19%|  26.33%
541.53/543.20	c   543s| 55200 | 33472 |  7202k| 128.0 |   312M |  33 | 200 |1156 | 225 |7252 |  1 |8064 |1441 | 1.766924e+01 | 2.000000e+01 |  13.19%|  26.37%
541.93/543.68	c   544s| 55300 | 33496 |  7209k| 127.9 |   313M |  33 | 200 |1152 | 223 |7252 |  1 |8067 |1441 | 1.766971e+01 | 2.000000e+01 |  13.19%|  26.39%
542.23/543.97	c   544s| 55400 | 33510 |  7216k| 127.7 |   313M |  33 | 200 |1149 | 224 |7252 |  1 |8067 |1441 | 1.766971e+01 | 2.000000e+01 |  13.19%|  26.44%
542.63/544.30	c   544s| 55500 | 33532 |  7223k| 127.6 |   313M |  33 | 200 |1148 | 224 |7252 |  0 |8069 |1442 | 1.767012e+01 | 2.000000e+01 |  13.19%|  26.46%
543.03/544.76	c   545s| 55600 | 33558 |  7230k| 127.5 |   313M |  33 | 200 |1146 | 224 |7252 |  1 |8069 |1442 | 1.767167e+01 | 2.000000e+01 |  13.18%|  26.49%
543.53/545.21	c   545s| 55700 | 33586 |  7241k| 127.5 |   313M |  33 | 200 |1146 | 224 |7252 |  1 |8070 |1442 | 1.767265e+01 | 2.000000e+01 |  13.17%|  26.52%
543.93/545.60	c   546s| 55800 | 33612 |  7248k| 127.4 |   313M |  33 | 200 |1149 | 223 |7252 |  1 |8075 |1442 | 1.767303e+01 | 2.000000e+01 |  13.17%|  26.54%
544.23/545.90	c   546s| 55900 | 33624 |  7254k| 127.3 |   313M |  33 | 200 |1149 | 224 |7252 |  1 |8075 |1442 | 1.767357e+01 | 2.000000e+01 |  13.16%|  26.58%
544.52/546.22	c   546s| 56000 | 33640 |  7261k| 127.2 |   313M |  33 | 200 |1144 | 224 |7252 |  1 |8075 |1443 | 1.767469e+01 | 2.000000e+01 |  13.16%|  26.61%
544.92/546.60	c   547s| 56100 | 33660 |  7269k| 127.1 |   313M |  33 | 200 |1139 | 224 |7252 |  0 |8078 |1443 | 1.767627e+01 | 2.000000e+01 |  13.15%|  26.65%
545.22/546.99	c   547s| 56200 | 33676 |  7275k| 127.0 |   313M |  33 | 200 |1136 | 223 |7260 |  1 |8078 |1443 | 1.767665e+01 | 2.000000e+01 |  13.14%|  26.70%
545.82/547.52	c   548s| 56300 | 33712 |  7283k| 126.9 |   313M |  33 | 200 |1137 | 224 |7260 |  0 |8083 |1443 | 1.767673e+01 | 2.000000e+01 |  13.14%|  26.71%
546.22/548.00	c   548s| 56400 | 33736 |  7291k| 126.8 |   313M |  33 | 200 |1139 | 227 |7260 |  0 |8087 |1443 | 1.767792e+01 | 2.000000e+01 |  13.14%|  26.73%
546.82/548.59	c   549s| 56500 | 33768 |  7302k| 126.8 |   314M |  33 | 200 |1142 | 224 |7260 |  0 |8092 |1444 | 1.767833e+01 | 2.000000e+01 |  13.13%|  26.74%
547.21/548.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
547.21/548.96	c   549s| 56600 | 33794 |  7310k| 126.7 |   314M |  33 | 200 |1141 | 225 |7260 |  0 |8094 |1444 | 1.767937e+01 | 2.000000e+01 |  13.13%|  26.77%
547.71/549.43	c   549s| 56700 | 33814 |  7318k| 126.6 |   314M |  33 | 200 |1145 | 225 |7260 |  0 |8099 |1444 | 1.768033e+01 | 2.000000e+01 |  13.12%|  26.79%
548.01/549.73	c   550s| 56800 | 33826 |  7324k| 126.5 |   314M |  33 | 200 |1145 | 223 |7260 |  0 |8099 |1444 | 1.768056e+01 | 2.000000e+01 |  13.12%|  26.82%
548.42/550.13	c   550s| 56900 | 33838 |  7330k| 126.4 |   314M |  33 | 200 |1145 | 225 |7260 |  0 |8101 |1444 | 1.768069e+01 | 2.000000e+01 |  13.12%|  26.88%
548.71/550.47	c   550s| 57000 | 33854 |  7337k| 126.3 |   314M |  33 | 200 |1147 | 224 |7260 |  0 |8103 |1444 | 1.768069e+01 | 2.000000e+01 |  13.12%|  26.91%
549.11/550.86	c   551s| 57100 | 33870 |  7344k| 126.2 |   314M |  33 | 200 |1148 | 225 |7260 |  1 |8104 |1444 | 1.768084e+01 | 2.000000e+01 |  13.12%|  26.94%
549.41/551.17	c   551s| 57200 | 33886 |  7351k| 126.1 |   314M |  33 | 200 |1146 | 224 |7260 |  0 |8104 |1444 | 1.768255e+01 | 2.000000e+01 |  13.11%|  26.97%
549.91/551.67	c   552s| 57300 | 33912 |  7361k| 126.1 |   314M |  33 | 200 |1149 | 224 |7260 |  1 |8109 |1444 | 1.768314e+01 | 2.000000e+01 |  13.10%|  27.00%
550.41/552.19	c   552s| 57400 | 33920 |  7368k| 126.0 |   314M |  33 | 200 |1145 | 236 |7277 |  1 |8109 |1444 | 1.768354e+01 | 2.000000e+01 |  13.10%|  27.11%
550.90/552.68	c   553s| 57500 | 33952 |  7376k| 125.9 |   315M |  33 | 200 |1147 | 222 |7277 |  1 |8111 |1444 | 1.768386e+01 | 2.000000e+01 |  13.10%|  27.14%
551.31/553.01	c   553s| 57600 | 33968 |  7383k| 125.8 |   315M |  33 | 200 |1147 | 228 |7277 |  0 |8112 |1444 | 1.768392e+01 | 2.000000e+01 |  13.10%|  27.16%
551.70/553.43	c   553s| 57700 | 33992 |  7390k| 125.7 |   315M |  33 | 200 |1152 | 225 |7277 |  1 |8117 |1445 | 1.768448e+01 | 2.000000e+01 |  13.09%|  27.19%
552.00/553.73	c   554s| 57800 | 34014 |  7396k| 125.6 |   315M |  33 | 200 |1153 | 224 |7277 |  1 |8120 |1445 | 1.768497e+01 | 2.000000e+01 |  13.09%|  27.22%
552.50/554.21	c   554s| 57900 | 34044 |  7404k| 125.5 |   315M |  33 | 200 |1152 | 224 |7277 |  1 |8122 |1445 | 1.768573e+01 | 2.000000e+01 |  13.09%|  27.24%
552.80/554.52	c   555s| 58000 | 34070 |  7411k| 125.4 |   315M |  33 | 200 |1153 | 223 |7277 |  1 |8124 |1445 | 1.768588e+01 | 2.000000e+01 |  13.08%|  27.27%
553.20/554.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
553.20/554.99	c   555s| 58100 | 34088 |  7420k| 125.4 |   315M |  33 | 200 |1155 | 226 |7277 |  0 |8126 |1445 | 1.768600e+01 | 2.000000e+01 |  13.08%|  27.30%
553.69/555.40	c   555s| 58200 | 34122 |  7429k| 125.3 |   315M |  33 | 200 |1157 | 224 |7277 |  1 |8128 |1445 | 1.768644e+01 | 2.000000e+01 |  13.08%|  27.31%
554.09/555.84	c   556s| 58300 | 34144 |  7436k| 125.2 |   315M |  33 | 200 |1156 | 224 |7277 |  1 |8129 |1445 | 1.768704e+01 | 2.000000e+01 |  13.08%|  27.33%
554.49/556.23	c   556s| 58400 | 34160 |  7443k| 125.1 |   315M |  33 | 200 |1157 | 225 |7283 |  1 |8131 |1445 | 1.768719e+01 | 2.000000e+01 |  13.08%|  27.38%
554.79/556.56	c   557s| 58500 | 34178 |  7450k| 125.0 |   315M |  33 | 200 |1156 | 225 |7283 |  0 |8131 |1445 | 1.768722e+01 | 2.000000e+01 |  13.08%|  27.42%
555.29/557.02	c   557s| 58600 | 34198 |  7457k| 124.9 |   315M |  33 | 200 |1159 | 223 |7283 |  1 |8135 |1445 | 1.768722e+01 | 2.000000e+01 |  13.08%|  27.45%
555.69/557.47	c   557s| 58700 | 34220 |  7464k| 124.8 |   316M |  33 | 200 |1161 | 224 |7283 |  1 |8139 |1446 | 1.768752e+01 | 2.000000e+01 |  13.07%|  27.47%
555.99/557.79	c   558s| 58800 | 34236 |  7471k| 124.8 |   316M |  33 | 200 |1160 | 227 |7283 |  1 |8139 |1446 | 1.768859e+01 | 2.000000e+01 |  13.07%|  27.51%
556.49/558.24	c   558s| 58900 | 34260 |  7478k| 124.7 |   316M |  33 | 200 |1162 | 226 |7283 |  1 |8141 |1446 | 1.768887e+01 | 2.000000e+01 |  13.07%|  27.54%
556.78/558.57	c   559s| 59000 | 34276 |  7486k| 124.6 |   316M |  33 | 200 |1161 | 224 |7283 |  0 |8141 |1446 | 1.768913e+01 | 2.000000e+01 |  13.06%|  27.58%
557.18/558.92	c   559s| 59100 | 34302 |  7494k| 124.5 |   316M |  33 | 200 |1161 | 224 |7283 |  0 |8143 |1446 | 1.768936e+01 | 2.000000e+01 |  13.06%|  27.61%
557.49/559.24	c   559s| 59200 | 34330 |  7501k| 124.4 |   316M |  33 | 200 |1160 | 224 |7283 |  1 |8143 |1446 | 1.768970e+01 | 2.000000e+01 |  13.06%|  27.62%
557.89/559.60	c   560s| 59300 | 34360 |  7509k| 124.3 |   316M |  33 | 200 |1160 | 224 |7283 |  0 |8145 |1446 | 1.769040e+01 | 2.000000e+01 |  13.06%|  27.65%
558.39/560.18	c   560s| 59400 | 34396 |  7517k| 124.3 |   316M |  33 | 200 |1162 | 224 |7283 |  1 |8150 |1446 | 1.769049e+01 | 2.000000e+01 |  13.06%|  27.68%
558.79/560.54	c   561s| 59500 | 34420 |  7525k| 124.2 |   316M |  33 | 200 |1166 | 224 |7283 |  1 |8156 |1447 | 1.769124e+01 | 2.000000e+01 |  13.05%|  27.71%
559.29/561.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
559.29/561.10	c   561s| 59600 | 34454 |  7536k| 124.2 |   316M |  33 | 200 |1171 | 223 |7283 |  1 |8161 |1447 | 1.769149e+01 | 2.000000e+01 |  13.05%|  27.75%
559.68/561.42	c   561s| 59700 | 34472 |  7543k| 124.1 |   316M |  33 | 200 |1172 | 224 |7283 |  1 |8162 |1448 | 1.769278e+01 | 2.000000e+01 |  13.04%|  27.78%
559.98/561.78	c   562s| 59800 | 34502 |  7551k| 124.0 |   316M |  33 | 200 |1174 | 224 |7283 |  0 |8164 |1448 | 1.769382e+01 | 2.000000e+01 |  13.03%|  27.79%
560.29/562.08	c   562s| 59900 | 34518 |  7557k| 123.9 |   316M |  33 | 200 |1174 | 224 |7283 |  1 |8164 |1448 | 1.769384e+01 | 2.000000e+01 |  13.03%|  27.82%
560.58/562.37	c   562s| 60000 | 34520 |  7563k| 123.8 |   316M |  33 | 200 |1174 | 224 |7283 |  0 |8164 |1448 | 1.769484e+01 | 2.000000e+01 |  13.03%|  27.85%
560.98/562.70	c   563s| 60100 | 34536 |  7571k| 123.7 |   317M |  33 | 200 |1171 | 225 |7283 |  0 |8164 |1448 | 1.769582e+01 | 2.000000e+01 |  13.02%|  27.90%
561.28/563.01	c   563s| 60200 | 34550 |  7578k| 123.6 |   317M |  33 | 200 |1171 | 225 |7283 |  1 |8164 |1448 | 1.769582e+01 | 2.000000e+01 |  13.02%|  27.95%
561.67/563.47	c   563s| 60300 | 34588 |  7586k| 123.6 |   317M |  33 | 200 |1172 | 224 |7283 |  1 |8167 |1448 | 1.769616e+01 | 2.000000e+01 |  13.02%|  27.97%
561.97/563.77	c   564s| 60400 | 34598 |  7592k| 123.5 |   317M |  33 | 200 |1172 | 223 |7283 |  0 |8168 |1448 | 1.769737e+01 | 2.000000e+01 |  13.01%|  28.00%
562.28/564.10	c   564s| 60500 | 34610 |  7600k| 123.4 |   317M |  33 | 200 |1172 | 223 |7283 |  1 |8168 |1448 | 1.769785e+01 | 2.000000e+01 |  13.01%|  28.04%
562.77/564.55	c   565s| 60600 | 34632 |  7608k| 123.3 |   317M |  33 | 200 |1167 | 224 |7283 |  0 |8168 |1448 | 1.769893e+01 | 2.000000e+01 |  13.00%|  28.07%
563.27/565.03	c   565s| 60700 | 34654 |  7618k| 123.3 |   317M |  33 | 200 |1167 | 225 |7283 |  0 |8171 |1450 | 1.769907e+01 | 2.000000e+01 |  13.00%|  28.10%
563.57/565.31	c   565s| 60800 | 34666 |  7624k| 123.2 |   317M |  33 | 200 |1167 | 223 |7283 |  1 |8171 |1450 | 1.769935e+01 | 2.000000e+01 |  13.00%|  28.15%
564.07/565.80	c   566s| 60900 | 34696 |  7633k| 123.1 |   317M |  33 | 200 |1168 | 224 |7283 |  1 |8172 |1451 | 1.770039e+01 | 2.000000e+01 |  12.99%|  28.17%
564.27/566.10	c   566s| 61000 | 34708 |  7639k| 123.0 |   317M |  33 | 200 |1166 | 226 |7283 |  0 |8174 |1451 | 1.770044e+01 | 2.000000e+01 |  12.99%|  28.22%
564.86/566.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
564.86/566.63	c   567s| 61100 | 34736 |  7647k| 123.0 |   317M |  33 | 200 |1165 | 225 |7283 |  0 |8175 |1451 | 1.770151e+01 | 2.000000e+01 |  12.98%|  28.24%
565.16/566.95	c   567s| 61200 | 34750 |  7654k| 122.9 |   317M |  33 | 200 |1167 | 224 |7283 |  0 |8179 |1451 | 1.770197e+01 | 2.000000e+01 |  12.98%|  28.27%
565.56/567.39	c   567s| 61300 | 34780 |  7661k| 122.8 |   317M |  33 | 200 |1172 | 224 |7283 |  1 |8187 |1452 | 1.770254e+01 | 2.000000e+01 |  12.98%|  28.29%
566.06/567.81	c   568s| 61400 | 34796 |  7668k| 122.7 |   317M |  33 | 200 |1172 | 225 |7283 |  1 |8188 |1452 | 1.770279e+01 | 2.000000e+01 |  12.98%|  28.33%
566.46/568.23	c   568s| 61500 | 34814 |  7676k| 122.6 |   317M |  33 | 200 |1175 | 224 |7283 |  1 |8194 |1452 | 1.770339e+01 | 2.000000e+01 |  12.97%|  28.35%
566.96/568.78	c   569s| 61600 | 34842 |  7683k| 122.6 |   317M |  33 | 200 |1173 | 224 |7290 |  0 |8199 |1452 | 1.770408e+01 | 2.000000e+01 |  12.97%|  28.39%
567.36/569.11	c   569s| 61700 | 34852 |  7690k| 122.5 |   317M |  33 | 200 |1177 | 224 |7290 |  1 |8203 |1455 | 1.770546e+01 | 2.000000e+01 |  12.96%|  28.44%
567.85/569.61	c   570s| 61800 | 34878 |  7702k| 122.5 |   317M |  33 | 200 |1177 | 231 |7290 |  1 |8203 |1455 | 1.770598e+01 | 2.000000e+01 |  12.96%|  28.48%
568.15/569.95	c   570s| 61900 | 34900 |  7709k| 122.4 |   317M |  33 | 200 |1176 | 224 |7290 |  0 |8203 |1455 | 1.770703e+01 | 2.000000e+01 |  12.95%|  28.50%
568.55/570.36	c   570s| 62000 | 34926 |  7716k| 122.3 |   317M |  33 | 200 |1176 | 224 |7290 |  1 |8205 |1455 | 1.770711e+01 | 2.000000e+01 |  12.95%|  28.53%
568.95/570.79	c   571s| 62100 | 34954 |  7724k| 122.2 |   317M |  33 | 200 |1179 | 224 |7290 |  1 |8212 |1456 | 1.770711e+01 | 2.000000e+01 |  12.95%|  28.55%
569.35/571.11	c   571s| 62200 | 34968 |  7731k| 122.2 |   317M |  33 | 200 |1178 | 225 |7290 |  0 |8212 |1456 | 1.770716e+01 | 2.000000e+01 |  12.95%|  28.58%
569.65/571.43	c   571s| 62300 | 34982 |  7739k| 122.1 |   317M |  33 | 200 |1177 | 226 |7290 |  1 |8212 |1456 | 1.770751e+01 | 2.000000e+01 |  12.95%|  28.62%
570.05/571.87	c   572s| 62400 | 35008 |  7747k| 122.0 |   317M |  33 | 200 |1180 | 225 |7290 |  0 |8217 |1456 | 1.770783e+01 | 2.000000e+01 |  12.94%|  28.66%
570.45/572.20	c   572s| 62500 | 35024 |  7754k| 121.9 |   317M |  33 | 200 |1175 | 224 |7290 |  0 |8218 |1456 | 1.770826e+01 | 2.000000e+01 |  12.94%|  28.68%
570.84/572.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
570.84/572.60	c   573s| 62600 | 35048 |  7760k| 121.8 |   317M |  33 | 200 |1174 | 224 |7290 |  1 |8219 |1456 | 1.770845e+01 | 2.000000e+01 |  12.94%|  28.71%
571.25/573.06	c   573s| 62700 | 35092 |  7769k| 121.8 |   318M |  33 | 200 |1181 | 225 |7290 |  0 |8229 |1456 | 1.770912e+01 | 2.000000e+01 |  12.94%|  28.72%
571.64/573.45	c   573s| 62800 | 35110 |  7775k| 121.7 |   318M |  33 | 200 |1183 | 224 |7290 |  1 |8234 |1456 | 1.770929e+01 | 2.000000e+01 |  12.94%|  28.75%
572.24/574.00	c   574s| 62900 | 35144 |  7784k| 121.6 |   318M |  33 | 200 |1189 | 224 |7290 |  1 |8242 |1456 | 1.770965e+01 | 2.000000e+01 |  12.93%|  28.77%
572.54/574.38	c   574s| 63000 | 35176 |  7792k| 121.6 |   318M |  33 | 200 |1191 | 224 |7290 |  0 |8245 |1457 | 1.770967e+01 | 2.000000e+01 |  12.93%|  28.80%
573.04/574.87	c   575s| 63100 | 35212 |  7801k| 121.5 |   318M |  33 | 200 |1191 | 223 |7290 |  1 |8248 |1457 | 1.771046e+01 | 2.000000e+01 |  12.93%|  28.81%
573.44/575.27	c   575s| 63200 | 35226 |  7808k| 121.4 |   318M |  33 | 200 |1190 | 224 |7290 |  1 |8249 |1457 | 1.771116e+01 | 2.000000e+01 |  12.92%|  28.85%
573.73/575.58	c   576s| 63300 | 35248 |  7814k| 121.4 |   318M |  33 | 200 |1190 | 227 |7290 |  0 |8251 |1457 | 1.771139e+01 | 2.000000e+01 |  12.92%|  28.88%
574.13/575.91	c   576s| 63400 | 35268 |  7821k| 121.3 |   318M |  33 | 200 |1190 | 224 |7290 |  1 |8252 |1457 | 1.771216e+01 | 2.000000e+01 |  12.92%|  28.92%
574.53/576.36	c   576s| 63500 | 35298 |  7829k| 121.2 |   318M |  33 | 200 |1191 | 224 |7290 |  1 |8259 |1457 | 1.771276e+01 | 2.000000e+01 |  12.91%|  28.94%
574.93/576.74	c   577s| 63600 | 35310 |  7835k| 121.1 |   318M |  33 | 200 |1191 | 224 |7290 |  1 |8264 |1457 | 1.771449e+01 | 2.000000e+01 |  12.90%|  28.99%
575.33/577.13	c   577s| 63700 | 35330 |  7842k| 121.0 |   318M |  33 | 200 |1192 | 224 |7290 |  0 |8267 |1457 | 1.771457e+01 | 2.000000e+01 |  12.90%|  29.01%
575.63/577.45	c   577s| 63800 | 35350 |  7848k| 121.0 |   318M |  33 | 200 |1190 | 225 |7290 |  1 |8267 |1458 | 1.771464e+01 | 2.000000e+01 |  12.90%|  29.02%
575.93/577.73	c   578s| 63900 | 35368 |  7855k| 120.9 |   318M |  33 | 200 |1189 | 224 |7290 |  0 |8268 |1458 | 1.771464e+01 | 2.000000e+01 |  12.90%|  29.04%
576.53/578.38	c   578s| 64000 | 35386 |  7866k| 120.8 |   319M |  33 | 200 |1187 | 226 |7298 |  0 |8273 |1458 | 1.771529e+01 | 2.000000e+01 |  12.90%|  29.10%
577.02/578.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
577.02/578.85	c   579s| 64100 | 35414 |  7874k| 120.8 |   319M |  33 | 200 |1190 | 225 |7298 |  0 |8276 |1458 | 1.771606e+01 | 2.000000e+01 |  12.89%|  29.13%
577.33/579.18	c   579s| 64200 | 35436 |  7881k| 120.7 |   319M |  33 | 200 |1187 | 227 |7298 |  1 |8276 |1458 | 1.771727e+01 | 2.000000e+01 |  12.88%|  29.16%
577.62/579.48	c   579s| 64300 | 35450 |  7888k| 120.6 |   319M |  33 | 200 |1187 | 225 |7298 |  1 |8276 |1458 | 1.771727e+01 | 2.000000e+01 |  12.88%|  29.20%
578.12/579.94	c   580s| 64400 | 35474 |  7895k| 120.5 |   319M |  33 | 200 |1190 | 225 |7298 |  1 |8279 |1458 | 1.771821e+01 | 2.000000e+01 |  12.88%|  29.23%
578.42/580.27	c   580s| 64500 | 35492 |  7902k| 120.5 |   319M |  33 | 200 |1188 | 225 |7298 |  1 |8280 |1459 | 1.771849e+01 | 2.000000e+01 |  12.88%|  29.26%
578.72/580.58	c   581s| 64600 | 35518 |  7909k| 120.4 |   319M |  33 | 200 |1186 | 224 |7298 |  0 |8280 |1459 | 1.771918e+01 | 2.000000e+01 |  12.87%|  29.30%
579.22/581.00	c   581s| 64700 | 35534 |  7916k| 120.3 |   319M |  33 | 200 |1184 | 222 |7298 |  0 |8282 |1459 | 1.771970e+01 | 2.000000e+01 |  12.87%|  29.33%
579.52/581.34	c   581s| 64800 | 35554 |  7923k| 120.2 |   320M |  33 | 200 |1187 | 224 |7298 |  1 |8285 |1459 | 1.772000e+01 | 2.000000e+01 |  12.87%|  29.34%
579.92/581.79	c   582s| 64900 | 35578 |  7930k| 120.2 |   320M |  33 | 200 |1188 | 225 |7298 |  1 |8288 |1460 | 1.772067e+01 | 2.000000e+01 |  12.86%|  29.38%
580.32/582.13	c   582s| 65000 | 35596 |  7937k| 120.1 |   320M |  33 | 200 |1186 | 224 |7298 |  0 |8288 |1461 | 1.772101e+01 | 2.000000e+01 |  12.86%|  29.41%
580.81/582.60	c   583s| 65100 | 35628 |  7945k| 120.0 |   320M |  33 | 200 |1187 | 224 |7298 |  0 |8290 |1461 | 1.772130e+01 | 2.000000e+01 |  12.86%|  29.44%
581.11/582.96	c   583s| 65200 | 35644 |  7953k| 120.0 |   320M |  33 | 200 |1188 | 224 |7298 |  0 |8293 |1461 | 1.772161e+01 | 2.000000e+01 |  12.86%|  29.46%
581.61/583.45	c   583s| 65300 | 35672 |  7963k| 119.9 |   320M |  33 | 200 |1189 | 227 |7298 |  1 |8294 |1461 | 1.772200e+01 | 2.000000e+01 |  12.85%|  29.50%
582.01/583.80	c   584s| 65400 | 35692 |  7971k| 119.9 |   320M |  33 | 200 |1189 | 224 |7298 |  1 |8295 |1461 | 1.772217e+01 | 2.000000e+01 |  12.85%|  29.52%
582.31/584.12	c   584s| 65500 | 35710 |  7978k| 119.8 |   320M |  33 | 200 |1189 | 226 |7298 |  0 |8296 |1461 | 1.772224e+01 | 2.000000e+01 |  12.85%|  29.55%
582.71/584.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
582.71/584.55	c   585s| 65600 | 35746 |  7985k| 119.7 |   320M |  33 | 200 |1189 | 224 |7298 |  0 |8299 |1461 | 1.772352e+01 | 2.000000e+01 |  12.84%|  29.58%
583.01/584.87	c   585s| 65700 | 35754 |  7992k| 119.7 |   320M |  33 | 200 |1187 | 224 |7298 |  1 |8299 |1461 | 1.772406e+01 | 2.000000e+01 |  12.84%|  29.63%
583.40/585.24	c   585s| 65800 | 35778 |  8000k| 119.6 |   320M |  33 | 200 |1189 | 225 |7298 |  1 |8303 |1462 | 1.772437e+01 | 2.000000e+01 |  12.84%|  29.66%
583.80/585.67	c   586s| 65900 | 35790 |  8007k| 119.5 |   320M |  33 | 200 |1189 | 226 |7298 |  0 |8306 |1462 | 1.772468e+01 | 2.000000e+01 |  12.84%|  29.69%
584.10/585.98	c   586s| 66000 | 35804 |  8014k| 119.4 |   320M |  33 | 200 |1188 | 222 |7298 |  1 |8306 |1462 | 1.772493e+01 | 2.000000e+01 |  12.84%|  29.71%
584.50/586.31	c   586s| 66100 | 35818 |  8021k| 119.4 |   320M |  33 | 200 |1187 | 225 |7298 |  1 |8306 |1462 | 1.772497e+01 | 2.000000e+01 |  12.84%|  29.75%
584.70/586.55	c   587s| 66200 | 35826 |  8026k| 119.3 |   320M |  33 | 200 |1184 | 224 |7298 |  1 |8306 |1462 | 1.772497e+01 | 2.000000e+01 |  12.84%|  29.79%
585.00/586.87	c   587s| 66300 | 35840 |  8033k| 119.2 |   320M |  33 | 200 |1184 | 224 |7298 |  1 |8308 |1462 | 1.772581e+01 | 2.000000e+01 |  12.83%|  29.86%
585.60/587.40	c   587s| 66400 | 35860 |  8043k| 119.2 |   320M |  33 | 200 |1182 | 224 |7298 |  0 |8310 |1462 | 1.772589e+01 | 2.000000e+01 |  12.83%|  29.89%
585.90/587.71	c   588s| 66500 | 35872 |  8050k| 119.1 |   320M |  33 | 200 |1181 | 224 |7298 |  0 |8310 |1462 | 1.772609e+01 | 2.000000e+01 |  12.83%|  29.92%
586.20/588.03	c   588s| 66600 | 35896 |  8057k| 119.0 |   320M |  33 | 200 |1181 | 224 |7298 |  0 |8311 |1462 | 1.772649e+01 | 2.000000e+01 |  12.83%|  29.95%
586.60/588.47	c   588s| 66700 | 35918 |  8064k| 119.0 |   320M |  33 | 200 |1183 | 226 |7298 |  0 |8313 |1462 | 1.772649e+01 | 2.000000e+01 |  12.83%|  29.97%
587.09/588.90	c   589s| 66800 | 35948 |  8071k| 118.9 |   320M |  33 | 200 |1184 | 224 |7298 |  1 |8316 |1462 | 1.772690e+01 | 2.000000e+01 |  12.82%|  29.99%
587.39/589.22	c   589s| 66900 | 35970 |  8078k| 118.8 |   320M |  33 | 200 |1186 | 226 |7298 |  0 |8321 |1463 | 1.772701e+01 | 2.000000e+01 |  12.82%|  30.01%
587.89/589.76	c   590s| 67000 | 35992 |  8086k| 118.8 |   321M |  33 | 200 |1187 | 225 |7306 |  1 |8324 |1463 | 1.772790e+01 | 2.000000e+01 |  12.82%|  30.05%
588.19/590.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
588.19/590.10	c   590s| 67100 | 36012 |  8093k| 118.7 |   321M |  33 | 200 |1186 | 225 |7306 |  0 |8325 |1463 | 1.772807e+01 | 2.000000e+01 |  12.82%|  30.07%
588.69/590.51	c   591s| 67200 | 36024 |  8100k| 118.6 |   321M |  33 | 200 |1187 | 225 |7306 |  0 |8327 |1463 | 1.772832e+01 | 2.000000e+01 |  12.81%|  30.11%
588.99/590.85	c   591s| 67300 | 36046 |  8107k| 118.5 |   321M |  33 | 200 |1188 | 224 |7306 |  1 |8328 |1463 | 1.772874e+01 | 2.000000e+01 |  12.81%|  30.14%
589.48/591.31	c   591s| 67400 | 36068 |  8114k| 118.5 |   321M |  33 | 200 |1185 | 224 |7306 |  0 |8328 |1463 | 1.772957e+01 | 2.000000e+01 |  12.81%|  30.20%
589.78/591.65	c   592s| 67500 | 36092 |  8121k| 118.4 |   321M |  33 | 200 |1185 | 224 |7306 |  1 |8330 |1463 | 1.772995e+01 | 2.000000e+01 |  12.80%|  30.23%
590.19/592.04	c   592s| 67600 | 36106 |  8130k| 118.4 |   321M |  33 | 200 |1184 | 224 |7306 |  1 |8330 |1463 | 1.773025e+01 | 2.000000e+01 |  12.80%|  30.25%
590.68/592.50	c   592s| 67700 | 36130 |  8138k| 118.3 |   321M |  33 | 200 |1186 | 224 |7306 |  1 |8335 |1465 | 1.773025e+01 | 2.000000e+01 |  12.80%|  30.29%
591.08/592.91	c   593s| 67800 | 36150 |  8145k| 118.2 |   321M |  33 | 200 |1184 | 224 |7306 |  1 |8335 |1465 | 1.773047e+01 | 2.000000e+01 |  12.80%|  30.32%
591.38/593.26	c   593s| 67900 | 36166 |  8152k| 118.2 |   321M |  33 | 200 |1182 | 224 |7306 |  0 |8335 |1465 | 1.773084e+01 | 2.000000e+01 |  12.80%|  30.35%
591.88/593.70	c   594s| 68000 | 36200 |  8160k| 118.1 |   321M |  33 | 200 |1185 | 225 |7306 |  0 |8340 |1465 | 1.773146e+01 | 2.000000e+01 |  12.79%|  30.37%
592.18/594.05	c   594s| 68100 | 36228 |  8167k| 118.0 |   321M |  33 | 200 |1188 | 226 |7306 |  0 |8345 |1465 | 1.773196e+01 | 2.000000e+01 |  12.79%|  30.38%
592.47/594.33	c   594s| 68200 | 36230 |  8174k| 118.0 |   321M |  33 | 200 |1187 | 223 |7306 |  1 |8345 |1465 | 1.773198e+01 | 2.000000e+01 |  12.79%|  30.41%
592.87/594.73	c   595s| 68300 | 36244 |  8181k| 117.9 |   321M |  33 | 200 |1187 | 225 |7306 |  1 |8347 |1465 | 1.773219e+01 | 2.000000e+01 |  12.79%|  30.42%
593.28/595.18	c   595s| 68400 | 36264 |  8191k| 117.9 |   321M |  33 | 200 |1186 | 225 |7306 |  0 |8349 |1466 | 1.773219e+01 | 2.000000e+01 |  12.79%|  30.45%
593.67/595.50	c   595s| 68500 | 36282 |  8198k| 117.8 |   321M |  33 | 200 |1186 | 224 |7306 |  0 |8350 |1466 | 1.773306e+01 | 2.000000e+01 |  12.78%|  30.46%
594.07/595.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
594.07/595.90	c   596s| 68600 | 36308 |  8205k| 117.7 |   321M |  33 | 200 |1186 | 224 |7306 |  0 |8351 |1466 | 1.773348e+01 | 2.000000e+01 |  12.78%|  30.48%
594.37/596.28	c   596s| 68700 | 36330 |  8213k| 117.7 |   321M |  33 | 200 |1185 | 225 |7306 |  0 |8352 |1466 | 1.773424e+01 | 2.000000e+01 |  12.78%|  30.52%
594.87/596.75	c   597s| 68800 | 36360 |  8221k| 117.6 |   322M |  33 | 200 |1185 | 224 |7306 |  0 |8356 |1466 | 1.773476e+01 | 2.000000e+01 |  12.77%|  30.54%
595.36/597.23	c   597s| 68900 | 36388 |  8229k| 117.6 |   322M |  33 | 200 |1183 | 225 |7306 |  0 |8356 |1466 | 1.773686e+01 | 2.000000e+01 |  12.76%|  30.55%
595.66/597.53	c   598s| 69000 | 36404 |  8236k| 117.5 |   322M |  33 | 200 |1185 | 225 |7306 |  0 |8358 |1466 | 1.773797e+01 | 2.000000e+01 |  12.75%|  30.61%
595.96/597.90	c   598s| 69100 | 36420 |  8242k| 117.4 |   322M |  33 | 200 |1185 | 224 |7306 |  1 |8361 |1466 | 1.773815e+01 | 2.000000e+01 |  12.75%|  30.63%
596.36/598.22	c   598s| 69200 | 36442 |  8249k| 117.3 |   322M |  33 | 200 |1186 | 225 |7306 |  1 |8362 |1466 | 1.773826e+01 | 2.000000e+01 |  12.75%|  30.66%
596.76/598.69	c   599s| 69300 | 36472 |  8256k| 117.3 |   322M |  33 | 200 |1188 | 224 |7306 |  1 |8365 |1466 | 1.773868e+01 | 2.000000e+01 |  12.75%|  30.67%
597.16/599.03	c   599s| 69400 | 36498 |  8263k| 117.2 |   322M |  33 | 200 |1190 | 225 |7306 |  0 |8368 |1466 | 1.773874e+01 | 2.000000e+01 |  12.75%|  30.68%
597.56/599.49	c   599s| 69500 | 36520 |  8271k| 117.2 |   322M |  33 | 200 |1189 | 226 |7306 |  0 |8370 |1466 | 1.773965e+01 | 2.000000e+01 |  12.74%|  30.69%
597.96/599.83	c   600s| 69600 | 36534 |  8279k| 117.1 |   322M |  33 | 200 |1188 | 226 |7306 |  1 |8370 |1466 | 1.773986e+01 | 2.000000e+01 |  12.74%|  30.71%
598.26/600.14	c   600s| 69700 | 36544 |  8286k| 117.0 |   323M |  33 | 200 |1189 | 225 |7306 |  0 |8372 |1467 | 1.774053e+01 | 2.000000e+01 |  12.74%|  30.74%
598.65/600.54	c   601s| 69800 | 36564 |  8295k| 117.0 |   323M |  33 | 200 |1189 | 225 |7306 |  1 |8372 |1467 | 1.774086e+01 | 2.000000e+01 |  12.73%|  30.77%
599.06/600.95	c   601s| 69900 | 36580 |  8302k| 116.9 |   323M |  33 | 200 |1189 | 225 |7306 |  1 |8375 |1467 | 1.774086e+01 | 2.000000e+01 |  12.73%|  30.82%
599.36/601.29	c   601s| 70000 | 36600 |  8309k| 116.9 |   324M |  33 | 200 |1189 | 224 |7306 |  1 |8376 |1467 | 1.774107e+01 | 2.000000e+01 |  12.73%|  30.84%
599.76/601.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
599.76/601.67	c   602s| 70100 | 36624 |  8316k| 116.8 |   324M |  34 | 200 |1189 | 226 |7306 |  0 |8379 |1467 | 1.774122e+01 | 2.000000e+01 |  12.73%|  30.89%
600.36/602.22	c   602s| 70200 | 36648 |  8324k| 116.8 |   324M |  34 | 200 |1192 | 225 |7313 |  0 |8384 |1467 | 1.774122e+01 | 2.000000e+01 |  12.73%|  30.93%
600.66/602.56	c   603s| 70300 | 36666 |  8331k| 116.7 |   324M |  34 | 200 |1189 | 224 |7313 |  1 |8386 |1467 | 1.774137e+01 | 2.000000e+01 |  12.73%|  30.97%
600.96/602.87	c   603s| 70400 | 36680 |  8338k| 116.6 |   324M |  34 | 200 |1188 | 225 |7313 |  1 |8386 |1467 | 1.774185e+01 | 2.000000e+01 |  12.73%|  31.00%
601.35/603.29	c   603s| 70500 | 36692 |  8344k| 116.6 |   324M |  34 | 200 |1189 | 224 |7313 |  0 |8389 |1467 | 1.774185e+01 | 2.000000e+01 |  12.73%|  31.02%
601.65/603.59	c   604s| 70600 | 36702 |  8351k| 116.5 |   324M |  34 | 200 |1188 | 224 |7313 |  0 |8389 |1467 | 1.774197e+01 | 2.000000e+01 |  12.73%|  31.05%
602.05/603.97	c   604s| 70700 | 36720 |  8360k| 116.4 |   324M |  34 | 200 |1186 | 224 |7313 |  1 |8389 |1467 | 1.774197e+01 | 2.000000e+01 |  12.73%|  31.09%
602.35/604.28	c   604s| 70800 | 36734 |  8366k| 116.4 |   325M |  34 | 200 |1182 | 224 |7313 |  1 |8389 |1467 | 1.774256e+01 | 2.000000e+01 |  12.72%|  31.11%
602.85/604.71	c   605s| 70900 | 36744 |  8373k| 116.3 |   325M |  34 | 200 |1184 | 224 |7313 |  0 |8391 |1467 | 1.774295e+01 | 2.000000e+01 |  12.72%|  31.14%
603.25/605.18	c   605s| 71000 | 36768 |  8380k| 116.2 |   325M |  34 | 200 |1185 | 224 |7313 |  1 |8394 |1467 | 1.774339e+01 | 2.000000e+01 |  12.72%|  31.17%
603.64/605.52	c   606s| 71100 | 36796 |  8388k| 116.2 |   325M |  34 | 200 |1186 | 226 |7313 |  0 |8397 |1467 | 1.774410e+01 | 2.000000e+01 |  12.71%|  31.19%
603.94/605.82	c   606s| 71200 | 36804 |  8394k| 116.1 |   325M |  34 | 200 |1184 | 224 |7313 |  0 |8397 |1467 | 1.774420e+01 | 2.000000e+01 |  12.71%|  31.21%
604.44/606.36	c   606s| 71300 | 36830 |  8404k| 116.1 |   325M |  34 | 200 |1182 | 225 |7313 |  1 |8397 |1468 | 1.774498e+01 | 2.000000e+01 |  12.71%|  31.22%
604.74/606.68	c   607s| 71400 | 36846 |  8411k| 116.0 |   326M |  34 | 200 |1182 | 225 |7313 |  0 |8397 |1468 | 1.774501e+01 | 2.000000e+01 |  12.71%|  31.24%
605.04/606.98	c   607s| 71500 | 36850 |  8418k| 116.0 |   326M |  34 | 200 |1179 | 224 |7313 |  0 |8397 |1468 | 1.774548e+01 | 2.000000e+01 |  12.70%|  31.29%
605.44/607.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
605.44/607.30	c   607s| 71600 | 36874 |  8425k| 115.9 |   326M |  34 | 200 |1176 | 225 |7313 |  1 |8398 |1468 | 1.774692e+01 | 2.000000e+01 |  12.70%|  31.31%
605.74/607.60	c   608s| 71700 | 36888 |  8431k| 115.8 |   326M |  34 | 200 |1175 | 224 |7313 |  1 |8399 |1468 | 1.774700e+01 | 2.000000e+01 |  12.70%|  31.35%
606.04/607.91	c   608s| 71800 | 36902 |  8438k| 115.8 |   326M |  34 | 200 |1175 | 224 |7313 |  1 |8399 |1468 | 1.774718e+01 | 2.000000e+01 |  12.69%|  31.37%
606.34/608.22	c   608s| 71900 | 36918 |  8445k| 115.7 |   326M |  34 | 200 |1175 | 224 |7313 |  1 |8399 |1468 | 1.774880e+01 | 2.000000e+01 |  12.68%|  31.41%
606.74/608.63	c   609s| 72000 | 36932 |  8451k| 115.6 |   326M |  34 | 200 |1172 | 226 |7313 |  0 |8399 |1468 | 1.774899e+01 | 2.000000e+01 |  12.68%|  31.44%
607.14/609.02	c   609s| 72100 | 36950 |  8460k| 115.6 |   327M |  34 | 200 |1173 | 227 |7313 |  0 |8402 |1468 | 1.774935e+01 | 2.000000e+01 |  12.68%|  31.47%
607.43/609.34	c   609s| 72200 | 36964 |  8467k| 115.5 |   327M |  34 | 200 |1174 | 225 |7313 |  0 |8404 |1468 | 1.774984e+01 | 2.000000e+01 |  12.68%|  31.48%
607.83/609.74	c   610s| 72300 | 36982 |  8474k| 115.5 |   327M |  34 | 200 |1172 | 222 |7313 |  0 |8407 |1468 | 1.775028e+01 | 2.000000e+01 |  12.67%|  31.51%
608.24/610.18	c   610s| 72400 | 37014 |  8482k| 115.4 |   327M |  34 | 200 |1174 | 223 |7313 |  1 |8417 |1468 | 1.775029e+01 | 2.000000e+01 |  12.67%|  31.54%
608.63/610.58	c   611s| 72500 | 37032 |  8488k| 115.3 |   327M |  34 | 200 |1178 | 224 |7313 |  0 |8421 |1468 | 1.775108e+01 | 2.000000e+01 |  12.67%|  31.57%
609.03/610.91	c   611s| 72600 | 37056 |  8495k| 115.3 |   327M |  34 | 200 |1178 | 225 |7313 |  1 |8423 |1468 | 1.775116e+01 | 2.000000e+01 |  12.67%|  31.60%
609.33/611.21	c   611s| 72700 | 37066 |  8502k| 115.2 |   327M |  34 | 200 |1178 | 227 |7313 |  0 |8424 |1468 | 1.775143e+01 | 2.000000e+01 |  12.67%|  31.64%
609.73/611.66	c   612s| 72800 | 37088 |  8509k| 115.2 |   327M |  34 | 200 |1179 | 225 |7313 |  0 |8427 |1468 | 1.775206e+01 | 2.000000e+01 |  12.66%|  31.66%
610.23/612.13	c   612s| 72900 | 37116 |  8517k| 115.1 |   327M |  34 | 200 |1179 | 224 |7313 |  1 |8429 |1468 | 1.775256e+01 | 2.000000e+01 |  12.66%|  31.67%
610.52/612.46	c   612s| 73000 | 37138 |  8524k| 115.1 |   327M |  34 | 200 |1182 | 223 |7313 |  0 |8432 |1468 | 1.775311e+01 | 2.000000e+01 |  12.66%|  31.69%
610.92/612.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
610.92/612.86	c   613s| 73100 | 37158 |  8534k| 115.0 |   327M |  34 | 200 |1181 | 227 |7313 |  1 |8432 |1469 | 1.775390e+01 | 2.000000e+01 |  12.65%|  31.72%
611.23/613.15	c   613s| 73200 | 37166 |  8540k| 115.0 |   327M |  34 | 200 |1181 | 225 |7313 |  0 |8432 |1469 | 1.775449e+01 | 2.000000e+01 |  12.65%|  31.77%
611.52/613.49	c   613s| 73300 | 37186 |  8548k| 114.9 |   327M |  34 | 200 |1180 | 224 |7313 |  0 |8432 |1469 | 1.775474e+01 | 2.000000e+01 |  12.65%|  31.79%
611.92/613.89	c   614s| 73400 | 37200 |  8555k| 114.8 |   327M |  34 | 200 |1179 | 225 |7313 |  1 |8433 |1469 | 1.775474e+01 | 2.000000e+01 |  12.65%|  31.82%
612.32/614.22	c   614s| 73500 | 37208 |  8562k| 114.8 |   327M |  34 | 200 |1172 | 224 |7313 |  0 |8436 |1469 | 1.775476e+01 | 2.000000e+01 |  12.65%|  31.85%
612.62/614.52	c   615s| 73600 | 37226 |  8568k| 114.7 |   327M |  34 | 200 |1172 | 224 |7313 |  1 |8436 |1469 | 1.775578e+01 | 2.000000e+01 |  12.64%|  31.88%
613.02/614.97	c   615s| 73700 | 37248 |  8575k| 114.7 |   327M |  34 | 200 |1171 | 224 |7313 |  0 |8437 |1469 | 1.775578e+01 | 2.000000e+01 |  12.64%|  31.89%
613.51/615.41	c   615s| 73800 | 37280 |  8583k| 114.6 |   328M |  34 | 200 |1171 | 222 |7313 |  0 |8439 |1469 | 1.775581e+01 | 2.000000e+01 |  12.64%|  31.93%
613.91/615.84	c   616s| 73900 | 37302 |  8591k| 114.6 |   328M |  34 | 200 |1175 | 225 |7313 |  0 |8444 |1469 | 1.775647e+01 | 2.000000e+01 |  12.64%|  31.97%
614.31/616.27	c   616s| 74000 | 37316 |  8598k| 114.5 |   328M |  34 | 200 |1178 | 223 |7313 |  0 |8448 |1469 | 1.775691e+01 | 2.000000e+01 |  12.63%|  32.00%
614.91/616.86	c   617s| 74100 | 37334 |  8606k| 114.5 |   329M |  34 | 200 |1179 | 224 |7328 |  0 |8451 |1471 | 1.775750e+01 | 2.000000e+01 |  12.63%|  32.07%
615.21/617.15	c   617s| 74200 | 37344 |  8612k| 114.4 |   329M |  34 | 200 |1177 | 226 |7328 |  0 |8451 |1471 | 1.775815e+01 | 2.000000e+01 |  12.62%|  32.09%
615.61/617.56	c   618s| 74300 | 37366 |  8622k| 114.4 |   330M |  34 | 200 |1176 | 223 |7328 |  1 |8452 |1472 | 1.775833e+01 | 2.000000e+01 |  12.62%|  32.13%
616.11/618.01	c   618s| 74400 | 37384 |  8629k| 114.3 |   330M |  34 | 200 |1177 | 224 |7328 |  0 |8459 |1475 | 1.775833e+01 | 2.000000e+01 |  12.62%|  32.14%
616.51/618.41	c   618s| 74500 | 37404 |  8634k| 114.2 |   330M |  34 | 200 |1178 | 224 |7328 |  0 |8463 |1476 | 1.775927e+01 | 2.000000e+01 |  12.62%|  32.16%
616.80/618.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
616.80/618.77	c   619s| 74600 | 37432 |  8642k| 114.2 |   330M |  34 | 200 |1181 | 223 |7328 |  1 |8468 |1476 | 1.776164e+01 | 2.000000e+01 |  12.60%|  32.17%
617.11/619.10	c   619s| 74700 | 37440 |  8649k| 114.1 |   330M |  34 | 200 |1181 | 224 |7328 |  0 |8470 |1477 | 1.776234e+01 | 2.000000e+01 |  12.60%|  32.19%
617.60/619.56	c   620s| 74800 | 37464 |  8656k| 114.1 |   330M |  34 | 200 |1182 | 224 |7328 |  0 |8471 |1477 | 1.776270e+01 | 2.000000e+01 |  12.60%|  32.22%
618.10/620.04	c   620s| 74900 | 37490 |  8663k| 114.0 |   330M |  34 | 200 |1184 | 225 |7328 |  0 |8474 |1477 | 1.776351e+01 | 2.000000e+01 |  12.59%|  32.25%
618.50/620.44	c   620s| 75000 | 37506 |  8670k| 113.9 |   330M |  34 | 200 |1187 | 230 |7328 |  1 |8480 |1477 | 1.776396e+01 | 2.000000e+01 |  12.59%|  32.28%
618.89/620.88	c   621s| 75100 | 37524 |  8677k| 113.9 |   330M |  34 | 200 |1189 | 224 |7328 |  1 |8484 |1477 | 1.776421e+01 | 2.000000e+01 |  12.59%|  32.32%
619.20/621.19	c   621s| 75200 | 37530 |  8683k| 113.8 |   330M |  34 | 200 |1188 | 224 |7328 |  0 |8484 |1477 | 1.776421e+01 | 2.000000e+01 |  12.59%|  32.36%
619.59/621.59	c   622s| 75300 | 37548 |  8693k| 113.8 |   330M |  34 | 200 |1187 | 224 |7328 |  0 |8484 |1477 | 1.776529e+01 | 2.000000e+01 |  12.58%|  32.38%
619.99/621.91	c   622s| 75400 | 37564 |  8700k| 113.7 |   330M |  34 | 200 |1185 | 225 |7328 |  1 |8484 |1477 | 1.776587e+01 | 2.000000e+01 |  12.58%|  32.39%
620.39/622.37	c   622s| 75500 | 37592 |  8707k| 113.7 |   330M |  34 | 200 |1187 | 224 |7328 |  0 |8486 |1477 | 1.776632e+01 | 2.000000e+01 |  12.57%|  32.42%
620.89/622.81	c   623s| 75600 | 37616 |  8714k| 113.6 |   330M |  34 | 200 |1188 | 225 |7328 |  1 |8489 |1477 | 1.776663e+01 | 2.000000e+01 |  12.57%|  32.44%
621.19/623.15	c   623s| 75700 | 37636 |  8722k| 113.6 |   330M |  34 | 200 |1187 | 224 |7328 |  1 |8491 |1477 | 1.776742e+01 | 2.000000e+01 |  12.57%|  32.48%
621.49/623.43	c   623s| 75800 | 37644 |  8728k| 113.5 |   330M |  34 | 200 |1186 | 226 |7328 |  0 |8491 |1477 | 1.776753e+01 | 2.000000e+01 |  12.56%|  32.51%
621.78/623.78	c   624s| 75900 | 37674 |  8735k| 113.5 |   331M |  34 | 200 |1186 | 225 |7328 |  1 |8492 |1478 | 1.776802e+01 | 2.000000e+01 |  12.56%|  32.52%
622.19/624.15	c   624s| 76000 | 37696 |  8743k| 113.4 |   331M |  34 | 200 |1186 | 225 |7328 |  0 |8495 |1479 | 1.776842e+01 | 2.000000e+01 |  12.56%|  32.53%
622.58/624.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
622.58/624.52	c   625s| 76100 | 37712 |  8752k| 113.4 |   331M |  34 | 200 |1185 | 224 |7328 |  0 |8495 |1479 | 1.776907e+01 | 2.000000e+01 |  12.56%|  32.56%
622.98/624.92	c   625s| 76200 | 37738 |  8760k| 113.3 |   331M |  34 | 200 |1187 | 224 |7328 |  0 |8497 |1479 | 1.777042e+01 | 2.000000e+01 |  12.55%|  32.57%
623.38/625.35	c   625s| 76300 | 37752 |  8766k| 113.3 |   331M |  34 | 200 |1188 | 225 |7328 |  0 |8498 |1479 | 1.777112e+01 | 2.000000e+01 |  12.54%|  32.61%
623.68/625.63	c   626s| 76400 | 37762 |  8772k| 113.2 |   331M |  34 | 200 |1189 | 223 |7328 |  1 |8499 |1479 | 1.777209e+01 | 2.000000e+01 |  12.54%|  32.62%
624.08/626.10	c   626s| 76500 | 37786 |  8780k| 113.2 |   331M |  34 | 200 |1193 | 224 |7328 |  0 |8505 |1479 | 1.777216e+01 | 2.000000e+01 |  12.54%|  32.65%
624.58/626.53	c   627s| 76600 | 37804 |  8787k| 113.1 |   331M |  34 | 200 |1196 | 224 |7328 |  1 |8510 |1481 | 1.777415e+01 | 2.000000e+01 |  12.52%|  32.68%
624.87/626.83	c   627s| 76700 | 37816 |  8794k| 113.0 |   331M |  34 | 200 |1196 | 227 |7328 |  1 |8514 |1482 | 1.777459e+01 | 2.000000e+01 |  12.52%|  32.71%
625.27/627.21	c   627s| 76800 | 37826 |  8802k| 113.0 |   331M |  34 | 200 |1194 | 224 |7328 |  1 |8514 |1482 | 1.777459e+01 | 2.000000e+01 |  12.52%|  32.76%
625.77/627.70	c   628s| 76900 | 37858 |  8810k| 113.0 |   331M |  34 | 200 |1195 | 224 |7328 |  1 |8517 |1482 | 1.777477e+01 | 2.000000e+01 |  12.52%|  32.78%
625.97/628.00	c   628s| 77000 | 37876 |  8817k| 112.9 |   331M |  34 | 200 |1196 | 224 |7328 |  1 |8521 |1483 | 1.777574e+01 | 2.000000e+01 |  12.51%|  32.82%
626.47/628.43	c   628s| 77100 | 37896 |  8824k| 112.8 |   331M |  34 | 200 |1196 | 224 |7328 |  0 |8524 |1483 | 1.777643e+01 | 2.000000e+01 |  12.51%|  32.84%
626.77/628.76	c   629s| 77200 | 37918 |  8831k| 112.8 |   331M |  34 | 200 |1196 | 225 |7328 |  1 |8524 |1483 | 1.777678e+01 | 2.000000e+01 |  12.51%|  32.86%
627.07/629.04	c   629s| 77300 | 37926 |  8837k| 112.7 |   331M |  34 | 200 |1196 | 224 |7328 |  0 |8524 |1483 | 1.777682e+01 | 2.000000e+01 |  12.51%|  32.88%
627.47/629.44	c   629s| 77400 | 37954 |  8844k| 112.7 |   331M |  34 | 200 |1196 | 224 |7328 |  0 |8525 |1483 | 1.777753e+01 | 2.000000e+01 |  12.50%|  32.90%
627.76/629.76	c   630s| 77500 | 37976 |  8851k| 112.6 |   331M |  34 | 200 |1201 | 225 |7328 |  0 |8531 |1483 | 1.777787e+01 | 2.000000e+01 |  12.50%|  32.92%
628.17/630.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
628.17/630.18	c   630s| 77600 | 37992 |  8858k| 112.6 |   332M |  34 | 200 |1200 | 224 |7328 |  1 |8532 |1483 | 1.777811e+01 | 2.000000e+01 |  12.50%|  32.95%
628.56/630.57	c   631s| 77700 | 38016 |  8867k| 112.5 |   332M |  34 | 200 |1199 | 224 |7328 |  1 |8533 |1483 | 1.777811e+01 | 2.000000e+01 |  12.50%|  32.99%
628.86/630.86	c   631s| 77800 | 38022 |  8873k| 112.5 |   332M |  34 | 200 |1199 | 231 |7328 |  1 |8533 |1483 | 1.777878e+01 | 2.000000e+01 |  12.49%|  33.01%
629.26/631.28	c   631s| 77900 | 38048 |  8880k| 112.4 |   332M |  34 | 200 |1201 | 224 |7328 |  1 |8538 |1483 | 1.777934e+01 | 2.000000e+01 |  12.49%|  33.05%
629.66/631.60	c   632s| 78000 | 38066 |  8887k| 112.4 |   332M |  34 | 200 |1203 | 223 |7328 |  1 |8541 |1484 | 1.777938e+01 | 2.000000e+01 |  12.49%|  33.09%
630.06/632.02	c   632s| 78100 | 38070 |  8893k| 112.3 |   332M |  34 | 200 |1201 | 223 |7328 |  0 |8543 |1484 | 1.777941e+01 | 2.000000e+01 |  12.49%|  33.12%
630.36/632.33	c   632s| 78200 | 38082 |  8900k| 112.2 |   332M |  34 | 200 |1199 | 224 |7328 |  0 |8543 |1484 | 1.777964e+01 | 2.000000e+01 |  12.49%|  33.15%
630.85/632.80	c   633s| 78300 | 38106 |  8908k| 112.2 |   332M |  34 | 200 |1196 | 226 |7328 |  1 |8544 |1484 | 1.778129e+01 | 2.000000e+01 |  12.48%|  33.17%
631.06/633.06	c   633s| 78400 | 38112 |  8913k| 112.1 |   332M |  34 | 200 |1197 | 224 |7328 |  0 |8545 |1484 | 1.778129e+01 | 2.000000e+01 |  12.48%|  33.20%
631.45/633.41	c   633s| 78500 | 38128 |  8921k| 112.1 |   332M |  34 | 200 |1197 | 224 |7328 |  1 |8547 |1484 | 1.778282e+01 | 2.000000e+01 |  12.47%|  33.22%
631.75/633.71	c   634s| 78600 | 38134 |  8927k| 112.0 |   332M |  34 | 200 |1196 | 224 |7328 |  1 |8547 |1484 | 1.778334e+01 | 2.000000e+01 |  12.46%|  33.26%
632.15/634.15	c   634s| 78700 | 38158 |  8934k| 112.0 |   332M |  34 | 200 |1194 | 223 |7328 |  1 |8548 |1485 | 1.778376e+01 | 2.000000e+01 |  12.46%|  33.28%
632.65/634.63	c   635s| 78800 | 38182 |  8946k| 112.0 |   332M |  34 | 200 |1193 | 224 |7328 |  1 |8548 |1485 | 1.778392e+01 | 2.000000e+01 |  12.46%|  33.31%
632.95/634.94	c   635s| 78900 | 38190 |  8953k| 111.9 |   332M |  34 | 200 |1194 | 224 |7328 |  0 |8552 |1487 | 1.778392e+01 | 2.000000e+01 |  12.46%|  33.33%
633.25/635.25	c   635s| 79000 | 38208 |  8959k| 111.9 |   332M |  34 | 200 |1194 | 224 |7328 |  0 |8555 |1488 | 1.778525e+01 | 2.000000e+01 |  12.45%|  33.35%
633.64/635.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
633.64/635.68	c   636s| 79100 | 38228 |  8966k| 111.8 |   332M |  34 | 200 |1193 | 226 |7328 |  0 |8556 |1488 | 1.778587e+01 | 2.000000e+01 |  12.45%|  33.38%
634.06/636.00	c   636s| 79200 | 38242 |  8973k| 111.8 |   332M |  34 | 200 |1195 | 225 |7328 |  0 |8560 |1489 | 1.778725e+01 | 2.000000e+01 |  12.44%|  33.40%
634.35/636.32	c   636s| 79300 | 38256 |  8980k| 111.7 |   332M |  34 | 200 |1194 | 226 |7328 |  1 |8560 |1489 | 1.778785e+01 | 2.000000e+01 |  12.44%|  33.43%
634.65/636.65	c   637s| 79400 | 38266 |  8985k| 111.6 |   332M |  34 | 200 |1192 | 225 |7328 |  1 |8564 |1489 | 1.778785e+01 | 2.000000e+01 |  12.44%|  33.47%
634.95/636.98	c   637s| 79500 | 38288 |  8992k| 111.6 |   332M |  34 | 200 |1192 | 224 |7328 |  0 |8564 |1489 | 1.778836e+01 | 2.000000e+01 |  12.43%|  33.49%
635.35/637.39	c   637s| 79600 | 38298 |  8999k| 111.5 |   333M |  34 | 200 |1191 | 224 |7328 |  0 |8565 |1489 | 1.778850e+01 | 2.000000e+01 |  12.43%|  33.51%
635.75/637.76	c   638s| 79700 | 38316 |  9007k| 111.5 |   333M |  34 | 200 |1189 | 224 |7328 |  1 |8565 |1489 | 1.778901e+01 | 2.000000e+01 |  12.43%|  33.54%
636.05/638.08	c   638s| 79800 | 38326 |  9014k| 111.4 |   333M |  34 | 200 |1188 | 225 |7328 |  1 |8567 |1489 | 1.778930e+01 | 2.000000e+01 |  12.43%|  33.58%
636.35/638.36	c   638s| 79900 | 38330 |  9021k| 111.4 |   333M |  34 | 200 |1185 | 224 |7328 |  1 |8567 |1489 | 1.778930e+01 | 2.000000e+01 |  12.43%|  33.62%
636.65/638.64	c   639s| 80000 | 38336 |  9027k| 111.3 |   333M |  34 | 200 |1185 | 226 |7328 |  1 |8567 |1489 | 1.779003e+01 | 2.000000e+01 |  12.42%|  33.64%
637.05/639.02	c   639s| 80100 | 38356 |  9036k| 111.3 |   333M |  34 | 200 |1185 | 224 |7328 |  1 |8569 |1489 | 1.779024e+01 | 2.000000e+01 |  12.42%|  33.68%
637.44/639.44	c   639s| 80200 | 38368 |  9043k| 111.2 |   333M |  34 | 200 |1184 | 223 |7328 |  0 |8572 |1489 | 1.779078e+01 | 2.000000e+01 |  12.42%|  33.71%
637.74/639.77	c   640s| 80300 | 38394 |  9050k| 111.2 |   333M |  34 | 200 |1179 | 224 |7328 |  1 |8573 |1489 | 1.779183e+01 | 2.000000e+01 |  12.41%|  33.72%
638.05/640.09	c   640s| 80400 | 38414 |  9057k| 111.1 |   333M |  34 | 200 |1176 | 224 |7328 |  0 |8573 |1490 | 1.779290e+01 | 2.000000e+01 |  12.40%|  33.74%
638.44/640.50	c   640s| 80500 | 38434 |  9063k| 111.1 |   333M |  34 | 200 |1176 | 222 |7328 |  0 |8576 |1490 | 1.779364e+01 | 2.000000e+01 |  12.40%|  33.77%
638.94/640.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
638.94/640.95	c   641s| 80600 | 38464 |  9071k| 111.0 |   333M |  34 | 200 |1179 | 227 |7328 |  0 |8582 |1490 | 1.779396e+01 | 2.000000e+01 |  12.40%|  33.82%
639.24/641.26	c   641s| 80700 | 38478 |  9077k| 111.0 |   333M |  34 | 200 |1178 | 225 |7328 |  1 |8582 |1490 | 1.779482e+01 | 2.000000e+01 |  12.39%|  33.85%
639.74/641.75	c   642s| 80800 | 38496 |  9087k| 111.0 |   333M |  34 | 200 |1179 | 225 |7328 |  0 |8585 |1490 | 1.779542e+01 | 2.000000e+01 |  12.39%|  33.88%
640.04/642.06	c   642s| 80900 | 38514 |  9093k| 110.9 |   333M |  34 | 200 |1178 | 224 |7328 |  0 |8585 |1490 | 1.779551e+01 | 2.000000e+01 |  12.39%|  33.91%
640.34/642.35	c   642s| 81000 | 38520 |  9099k| 110.8 |   333M |  34 | 200 |1181 | 224 |7328 |  0 |8588 |1491 | 1.779551e+01 | 2.000000e+01 |  12.39%|  33.94%
640.73/642.72	c   643s| 81100 | 38534 |  9106k| 110.8 |   334M |  34 | 200 |1183 | 225 |7328 |  1 |8590 |1491 | 1.779584e+01 | 2.000000e+01 |  12.39%|  33.98%
641.04/643.01	c   643s| 81200 | 38550 |  9112k| 110.7 |   334M |  34 | 200 |1184 | 223 |7328 |  1 |8591 |1491 | 1.779638e+01 | 2.000000e+01 |  12.38%|  34.01%
641.43/643.44	c   643s| 81300 | 38568 |  9119k| 110.7 |   334M |  34 | 200 |1185 | 224 |7328 |  1 |8597 |1492 | 1.779686e+01 | 2.000000e+01 |  12.38%|  34.05%
641.93/643.96	c   644s| 81400 | 38590 |  9126k| 110.6 |   334M |  34 | 200 |1187 | 225 |7335 |  0 |8601 |1492 | 1.779686e+01 | 2.000000e+01 |  12.38%|  34.08%
642.33/644.32	c   644s| 81500 | 38610 |  9133k| 110.6 |   335M |  34 | 200 |1185 | 224 |7335 |  1 |8602 |1493 | 1.779693e+01 | 2.000000e+01 |  12.38%|  34.11%
642.73/644.79	c   645s| 81600 | 38616 |  9140k| 110.5 |   335M |  34 | 200 |1184 | 223 |7335 |  1 |8602 |1493 | 1.779753e+01 | 2.000000e+01 |  12.38%|  34.14%
643.23/645.27	c   645s| 81700 | 38630 |  9146k| 110.5 |   335M |  34 | 200 |1184 | 225 |7346 |  1 |8604 |1493 | 1.779766e+01 | 2.000000e+01 |  12.37%|  34.30%
643.62/645.69	c   646s| 81800 | 38640 |  9153k| 110.4 |   335M |  34 | 200 |1185 | 235 |7346 |  1 |8605 |1493 | 1.779766e+01 | 2.000000e+01 |  12.37%|  34.33%
644.13/646.14	c   646s| 81900 | 38654 |  9159k| 110.4 |   335M |  34 | 200 |1187 | 223 |7346 |  0 |8609 |1493 | 1.779791e+01 | 2.000000e+01 |  12.37%|  34.35%
644.62/646.66	c   647s| 82000 | 38664 |  9168k| 110.3 |   335M |  34 | 200 |1186 | 227 |7355 |  1 |8609 |1494 | 1.779830e+01 | 2.000000e+01 |  12.37%|  34.41%
645.03/647.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
645.03/647.03	c   647s| 82100 | 38684 |  9176k| 110.3 |   335M |  34 | 200 |1187 | 225 |7355 |  1 |8613 |1495 | 1.779911e+01 | 2.000000e+01 |  12.37%|  34.45%
645.32/647.34	c   647s| 82200 | 38692 |  9183k| 110.2 |   335M |  34 | 200 |1186 | 225 |7355 |  1 |8613 |1495 | 1.779990e+01 | 2.000000e+01 |  12.36%|  34.49%
645.62/647.61	c   648s| 82300 | 38698 |  9189k| 110.2 |   336M |  34 | 200 |1184 | 224 |7355 |  1 |8615 |1495 | 1.779999e+01 | 2.000000e+01 |  12.36%|  34.54%
645.92/647.94	c   648s| 82400 | 38710 |  9196k| 110.1 |   336M |  34 | 200 |1182 | 225 |7355 |  1 |8615 |1495 | 1.780091e+01 | 2.000000e+01 |  12.35%|  34.57%
646.42/648.46	c   648s| 82500 | 38740 |  9203k| 110.1 |   336M |  34 | 200 |1185 | 224 |7355 |  1 |8623 |1495 | 1.780096e+01 | 2.000000e+01 |  12.35%|  34.59%
646.72/648.76	c   649s| 82600 | 38744 |  9210k| 110.0 |   336M |  34 | 200 |1183 | 223 |7355 |  1 |8624 |1496 | 1.780139e+01 | 2.000000e+01 |  12.35%|  34.62%
647.02/649.07	c   649s| 82700 | 38764 |  9216k| 110.0 |   336M |  34 | 200 |1182 | 224 |7355 |  1 |8628 |1496 | 1.780182e+01 | 2.000000e+01 |  12.35%|  34.63%
647.51/649.53	c   650s| 82800 | 38774 |  9223k| 109.9 |   336M |  34 | 200 |1180 | 225 |7355 |  1 |8628 |1496 | 1.780256e+01 | 2.000000e+01 |  12.34%|  34.68%
647.81/649.83	c   650s| 82900 | 38786 |  9229k| 109.9 |   336M |  34 | 200 |1180 | 225 |7355 |  1 |8628 |1496 | 1.780267e+01 | 2.000000e+01 |  12.34%|  34.70%
648.12/650.15	c   650s| 83000 | 38798 |  9237k| 109.8 |   336M |  34 | 200 |1179 | 225 |7355 |  0 |8628 |1496 | 1.780298e+01 | 2.000000e+01 |  12.34%|  34.72%
648.41/650.49	c   650s| 83100 | 38812 |  9244k| 109.8 |   337M |  34 | 200 |1175 | 230 |7355 |  1 |8628 |1496 | 1.780364e+01 | 2.000000e+01 |  12.34%|  34.75%
648.91/650.98	c   651s| 83200 | 38836 |  9252k| 109.8 |   337M |  34 | 200 |1175 | 225 |7355 |  0 |8634 |1497 | 1.780444e+01 | 2.000000e+01 |  12.33%|  34.76%
649.21/651.29	c   651s| 83300 | 38852 |  9259k| 109.7 |   337M |  34 | 200 |1172 | 223 |7355 |  1 |8635 |1497 | 1.780492e+01 | 2.000000e+01 |  12.33%|  34.79%
649.51/651.57	c   652s| 83400 | 38854 |  9265k| 109.6 |   337M |  34 | 200 |1169 | 224 |7355 |  1 |8636 |1497 | 1.780544e+01 | 2.000000e+01 |  12.33%|  34.83%
650.01/652.07	c   652s| 83500 | 38886 |  9273k| 109.6 |   337M |  34 | 200 |1169 | 225 |7355 |  1 |8640 |1497 | 1.780602e+01 | 2.000000e+01 |  12.32%|  34.85%
650.41/652.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
650.41/652.49	c   652s| 83600 | 38900 |  9279k| 109.6 |   337M |  34 | 200 |1168 | 224 |7355 |  1 |8642 |1497 | 1.780606e+01 | 2.000000e+01 |  12.32%|  34.88%
650.90/652.90	c   653s| 83700 | 38914 |  9286k| 109.5 |   337M |  34 | 200 |1166 | 224 |7355 |  0 |8643 |1497 | 1.780690e+01 | 2.000000e+01 |  12.32%|  34.90%
651.30/653.32	c   653s| 83800 | 38936 |  9295k| 109.5 |   338M |  34 | 200 |1163 | 224 |7355 |  1 |8643 |1498 | 1.780845e+01 | 2.000000e+01 |  12.31%|  34.92%
651.60/653.62	c   654s| 83900 | 38948 |  9302k| 109.4 |   338M |  34 | 200 |1160 | 224 |7355 |  1 |8644 |1498 | 1.780854e+01 | 2.000000e+01 |  12.31%|  34.97%
651.90/653.92	c   654s| 84000 | 38952 |  9308k| 109.4 |   338M |  34 | 200 |1163 | 225 |7355 |  1 |8647 |1500 | 1.780858e+01 | 2.000000e+01 |  12.31%|  34.99%
652.30/654.37	c   654s| 84100 | 38980 |  9315k| 109.3 |   338M |  34 | 200 |1164 | 224 |7355 |  0 |8651 |1500 | 1.780904e+01 | 2.000000e+01 |  12.30%|  35.01%
652.59/654.67	c   655s| 84200 | 38998 |  9322k| 109.3 |   338M |  34 | 200 |1161 | 224 |7355 |  1 |8651 |1501 | 1.780914e+01 | 2.000000e+01 |  12.30%|  35.03%
653.00/655.03	c   655s| 84300 | 39006 |  9328k| 109.2 |   338M |  34 | 200 |1158 | 225 |7355 |  0 |8652 |1501 | 1.780963e+01 | 2.000000e+01 |  12.30%|  35.07%
653.29/655.35	c   655s| 84400 | 39016 |  9335k| 109.2 |   338M |  34 | 200 |1156 | 224 |7355 |  1 |8652 |1501 | 1.781032e+01 | 2.000000e+01 |  12.29%|  35.10%
653.79/655.83	c   656s| 84500 | 39038 |  9342k| 109.1 |   338M |  34 | 200 |1157 | 223 |7355 |  1 |8656 |1501 | 1.781100e+01 | 2.000000e+01 |  12.29%|  35.12%
654.00/656.09	c   656s| 84600 | 39042 |  9348k| 109.1 |   338M |  34 | 200 |1157 | 223 |7355 |  1 |8656 |1501 | 1.781100e+01 | 2.000000e+01 |  12.29%|  35.16%
654.49/656.55	c   657s| 84700 | 39060 |  9358k| 109.1 |   338M |  34 | 200 |1156 | 224 |7355 |  1 |8657 |1501 | 1.781131e+01 | 2.000000e+01 |  12.29%|  35.18%
654.89/656.91	c   657s| 84800 | 39070 |  9365k| 109.0 |   338M |  34 | 200 |1159 | 225 |7355 |  1 |8661 |1501 | 1.781237e+01 | 2.000000e+01 |  12.28%|  35.21%
655.19/657.21	c   657s| 84900 | 39088 |  9371k| 109.0 |   338M |  34 | 200 |1160 | 224 |7355 |  1 |8663 |1501 | 1.781259e+01 | 2.000000e+01 |  12.28%|  35.22%
655.59/657.66	c   658s| 85000 | 39110 |  9378k| 108.9 |   338M |  34 | 200 |1164 | 225 |7355 |  1 |8669 |1503 | 1.781265e+01 | 2.000000e+01 |  12.28%|  35.25%
655.99/658.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
655.99/658.07	c   658s| 85100 | 39130 |  9385k| 108.9 |   338M |  34 | 200 |1165 | 224 |7355 |  1 |8671 |1503 | 1.781278e+01 | 2.000000e+01 |  12.28%|  35.26%
656.28/658.37	c   658s| 85200 | 39144 |  9391k| 108.8 |   338M |  34 | 200 |1166 | 224 |7355 |  0 |8673 |1503 | 1.781310e+01 | 2.000000e+01 |  12.28%|  35.32%
656.78/658.82	c   659s| 85300 | 39164 |  9398k| 108.8 |   338M |  34 | 200 |1168 | 226 |7355 |  1 |8676 |1504 | 1.781415e+01 | 2.000000e+01 |  12.27%|  35.35%
657.18/659.22	c   659s| 85400 | 39190 |  9405k| 108.7 |   338M |  34 | 200 |1169 | 224 |7355 |  0 |8679 |1504 | 1.781448e+01 | 2.000000e+01 |  12.27%|  35.37%
657.48/659.52	c   660s| 85500 | 39202 |  9412k| 108.7 |   338M |  34 | 200 |1169 | 224 |7355 |  0 |8679 |1504 | 1.781448e+01 | 2.000000e+01 |  12.27%|  35.39%
657.78/659.81	c   660s| 85600 | 39216 |  9418k| 108.6 |   338M |  34 | 200 |1169 | 224 |7355 |  1 |8679 |1504 | 1.781478e+01 | 2.000000e+01 |  12.27%|  35.41%
658.18/660.22	c   660s| 85700 | 39242 |  9425k| 108.6 |   338M |  34 | 200 |1171 | 224 |7355 |  0 |8683 |1504 | 1.781570e+01 | 2.000000e+01 |  12.26%|  35.43%
658.48/660.54	c   661s| 85800 | 39258 |  9432k| 108.6 |   338M |  34 | 200 |1171 | 223 |7355 |  0 |8683 |1504 | 1.781669e+01 | 2.000000e+01 |  12.25%|  35.47%
658.88/660.93	c   661s| 85900 | 39266 |  9441k| 108.5 |   338M |  34 | 200 |1169 | 225 |7355 |  0 |8684 |1506 | 1.781684e+01 | 2.000000e+01 |  12.25%|  35.51%
659.38/661.43	c   661s| 86000 | 39302 |  9448k| 108.5 |   338M |  34 | 200 |1167 | 224 |7355 |  1 |8685 |1507 | 1.781860e+01 | 2.000000e+01 |  12.24%|  35.54%
659.68/661.76	c   662s| 86100 | 39310 |  9456k| 108.4 |   338M |  34 | 200 |1167 | 231 |7355 |  1 |8685 |1507 | 1.781904e+01 | 2.000000e+01 |  12.24%|  35.57%
659.98/662.07	c   662s| 86200 | 39324 |  9462k| 108.4 |   339M |  34 | 200 |1168 | 224 |7355 |  1 |8686 |1507 | 1.781983e+01 | 2.000000e+01 |  12.23%|  35.60%
660.28/662.37	c   662s| 86300 | 39338 |  9468k| 108.3 |   339M |  34 | 200 |1169 | 224 |7355 |  1 |8688 |1507 | 1.781983e+01 | 2.000000e+01 |  12.23%|  35.61%
660.77/662.81	c   663s| 86400 | 39360 |  9475k| 108.3 |   339M |  34 | 200 |1167 | 224 |7355 |  0 |8691 |1507 | 1.781995e+01 | 2.000000e+01 |  12.23%|  35.63%
661.17/663.26	c   663s| 86500 | 39376 |  9482k| 108.2 |   339M |  34 | 200 |1168 | 224 |7355 |  1 |8693 |1507 | 1.782059e+01 | 2.000000e+01 |  12.23%|  35.66%
661.57/663.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
661.57/663.66	c   664s| 86600 | 39400 |  9488k| 108.2 |   339M |  34 | 200 |1169 | 224 |7355 |  1 |8696 |1507 | 1.782143e+01 | 2.000000e+01 |  12.22%|  35.67%
661.87/663.99	c   664s| 86700 | 39420 |  9495k| 108.1 |   339M |  34 | 200 |1170 | 225 |7355 |  1 |8697 |1507 | 1.782183e+01 | 2.000000e+01 |  12.22%|  35.70%
662.17/664.26	c   664s| 86800 | 39426 |  9501k| 108.1 |   339M |  34 | 200 |1173 | 224 |7355 |  1 |8701 |1507 | 1.782183e+01 | 2.000000e+01 |  12.22%|  35.74%
662.57/664.68	c   665s| 86900 | 39442 |  9511k| 108.1 |   339M |  34 | 200 |1173 | 225 |7355 |  0 |8701 |1507 | 1.782214e+01 | 2.000000e+01 |  12.22%|  35.76%
662.97/665.08	c   665s| 87000 | 39460 |  9518k| 108.0 |   339M |  34 | 200 |1171 | 225 |7355 |  0 |8701 |1507 | 1.782268e+01 | 2.000000e+01 |  12.22%|  35.77%
663.36/665.41	c   665s| 87100 | 39476 |  9525k| 108.0 |   339M |  34 | 200 |1169 | 224 |7355 |  1 |8701 |1507 | 1.782285e+01 | 2.000000e+01 |  12.22%|  35.79%
663.66/665.74	c   666s| 87200 | 39496 |  9532k| 108.0 |   339M |  34 | 200 |1171 | 224 |7355 |  1 |8703 |1507 | 1.782310e+01 | 2.000000e+01 |  12.21%|  35.80%
663.97/666.05	c   666s| 87300 | 39514 |  9539k| 107.9 |   339M |  34 | 200 |1167 | 225 |7355 |  1 |8704 |1507 | 1.782310e+01 | 2.000000e+01 |  12.21%|  35.83%
664.26/666.35	c   666s| 87400 | 39532 |  9545k| 107.9 |   339M |  34 | 200 |1166 | 224 |7355 |  0 |8706 |1507 | 1.782315e+01 | 2.000000e+01 |  12.21%|  35.84%
664.76/666.82	c   667s| 87500 | 39560 |  9553k| 107.8 |   339M |  34 | 200 |1166 | 224 |7355 |  0 |8709 |1507 | 1.782406e+01 | 2.000000e+01 |  12.21%|  35.85%
665.06/667.11	c   667s| 87600 | 39574 |  9559k| 107.8 |   339M |  34 | 200 |1165 | 225 |7355 |  0 |8709 |1507 | 1.782422e+01 | 2.000000e+01 |  12.21%|  35.87%
665.36/667.41	c   667s| 87700 | 39582 |  9566k| 107.7 |   339M |  34 | 200 |1165 | 225 |7355 |  1 |8709 |1507 | 1.782429e+01 | 2.000000e+01 |  12.21%|  35.92%
665.76/667.83	c   668s| 87800 | 39606 |  9573k| 107.7 |   339M |  34 | 200 |1163 | 224 |7355 |  1 |8711 |1507 | 1.782451e+01 | 2.000000e+01 |  12.21%|  35.95%
666.06/668.15	c   668s| 87900 | 39616 |  9579k| 107.6 |   340M |  34 | 200 |1165 | 225 |7355 |  0 |8715 |1507 | 1.782451e+01 | 2.000000e+01 |  12.21%|  35.98%
666.56/668.63	c   669s| 88000 | 39620 |  9586k| 107.6 |   340M |  34 | 200 |1165 | 232 |7361 |  1 |8717 |1507 | 1.782526e+01 | 2.000000e+01 |  12.20%|  36.03%
666.85/668.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
666.85/668.91	c   669s| 88100 | 39628 |  9592k| 107.5 |   340M |  34 | 200 |1165 | 224 |7361 |  0 |8717 |1507 | 1.782538e+01 | 2.000000e+01 |  12.20%|  36.06%
667.25/669.30	c   669s| 88200 | 39644 |  9601k| 107.5 |   340M |  34 | 200 |1163 | 222 |7361 |  1 |8717 |1507 | 1.782544e+01 | 2.000000e+01 |  12.20%|  36.09%
667.55/669.62	c   670s| 88300 | 39656 |  9608k| 107.5 |   340M |  34 | 200 |1163 | 224 |7361 |  0 |8719 |1508 | 1.782745e+01 | 2.000000e+01 |  12.19%|  36.12%
667.85/669.91	c   670s| 88400 | 39660 |  9614k| 107.4 |   340M |  34 | 200 |1162 | 227 |7361 |  1 |8719 |1508 | 1.782757e+01 | 2.000000e+01 |  12.19%|  36.16%
668.15/670.20	c   670s| 88500 | 39670 |  9620k| 107.4 |   340M |  34 | 200 |1160 | 223 |7361 |  1 |8721 |1508 | 1.782796e+01 | 2.000000e+01 |  12.18%|  36.19%
668.55/670.65	c   671s| 88600 | 39688 |  9628k| 107.3 |   340M |  34 | 200 |1162 | 223 |7361 |  0 |8723 |1509 | 1.782841e+01 | 2.000000e+01 |  12.18%|  36.23%
668.95/671.06	c   671s| 88700 | 39706 |  9636k| 107.3 |   340M |  34 | 200 |1166 | 224 |7361 |  1 |8727 |1513 | 1.783057e+01 | 2.000000e+01 |  12.17%|  36.25%
669.25/671.36	c   671s| 88800 | 39722 |  9642k| 107.3 |   340M |  34 | 200 |1165 | 224 |7361 |  0 |8727 |1513 | 1.783075e+01 | 2.000000e+01 |  12.17%|  36.27%
669.65/671.70	c   672s| 88900 | 39740 |  9650k| 107.2 |   340M |  34 | 200 |1166 | 224 |7361 |  0 |8730 |1514 | 1.783091e+01 | 2.000000e+01 |  12.16%|  36.29%
669.95/672.06	c   672s| 89000 | 39752 |  9658k| 107.2 |   340M |  34 | 200 |1165 | 224 |7361 |  0 |8730 |1514 | 1.783092e+01 | 2.000000e+01 |  12.16%|  36.31%
670.35/672.46	c   672s| 89100 | 39764 |  9664k| 107.2 |   341M |  34 | 200 |1163 | 224 |7361 |  0 |8730 |1514 | 1.783093e+01 | 2.000000e+01 |  12.16%|  36.34%
670.64/672.76	c   673s| 89200 | 39776 |  9671k| 107.1 |   341M |  34 | 200 |1161 | 225 |7361 |  1 |8730 |1514 | 1.783139e+01 | 2.000000e+01 |  12.16%|  36.37%
670.95/673.07	c   673s| 89300 | 39780 |  9678k| 107.1 |   341M |  34 | 200 |1160 | 225 |7361 |  1 |8731 |1514 | 1.783146e+01 | 2.000000e+01 |  12.16%|  36.43%
671.34/673.48	c   673s| 89400 | 39788 |  9685k| 107.0 |   341M |  34 | 200 |1159 | 224 |7367 |  0 |8731 |1514 | 1.783211e+01 | 2.000000e+01 |  12.16%|  36.49%
671.73/673.80	c   674s| 89500 | 39806 |  9692k| 107.0 |   341M |  34 | 200 |1159 | 224 |7367 |  0 |8735 |1514 | 1.783243e+01 | 2.000000e+01 |  12.16%|  36.50%
672.13/674.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
672.13/674.20	c   674s| 89600 | 39830 |  9699k| 106.9 |   341M |  34 | 200 |1159 | 224 |7367 |  1 |8737 |1514 | 1.783260e+01 | 2.000000e+01 |  12.15%|  36.53%
672.33/674.48	c   674s| 89700 | 39836 |  9705k| 106.9 |   341M |  34 | 200 |1156 | 222 |7367 |  1 |8737 |1514 | 1.783298e+01 | 2.000000e+01 |  12.15%|  36.56%
672.63/674.78	c   675s| 89800 | 39844 |  9711k| 106.8 |   342M |  34 | 200 |1152 | 224 |7367 |  0 |8737 |1514 | 1.783376e+01 | 2.000000e+01 |  12.15%|  36.59%
673.23/675.33	c   675s| 89900 | 39868 |  9724k| 106.9 |   342M |  34 | 200 |1153 | 225 |7367 |  0 |8739 |1514 | 1.783398e+01 | 2.000000e+01 |  12.15%|  36.60%
673.73/675.86	c   676s| 90000 | 39894 |  9732k| 106.8 |   342M |  34 | 200 |1156 | 225 |7367 |  0 |8746 |1514 | 1.783522e+01 | 2.000000e+01 |  12.14%|  36.64%
674.03/676.17	c   676s| 90100 | 39914 |  9739k| 106.8 |   342M |  34 | 200 |1157 | 224 |7367 |  1 |8747 |1514 | 1.783618e+01 | 2.000000e+01 |  12.13%|  36.66%
674.43/676.57	c   677s| 90200 | 39930 |  9745k| 106.7 |   342M |  34 | 200 |1158 | 225 |7367 |  1 |8749 |1514 | 1.783643e+01 | 2.000000e+01 |  12.13%|  36.70%
674.73/676.84	c   677s| 90300 | 39932 |  9751k| 106.7 |   342M |  34 | 200 |1157 | 224 |7367 |  0 |8751 |1515 | 1.783644e+01 | 2.000000e+01 |  12.13%|  36.74%
675.03/677.18	c   677s| 90400 | 39950 |  9758k| 106.7 |   342M |  34 | 200 |1157 | 224 |7367 |  0 |8754 |1515 | 1.783668e+01 | 2.000000e+01 |  12.13%|  36.76%
675.52/677.65	c   678s| 90500 | 39966 |  9767k| 106.6 |   342M |  34 | 200 |1158 | 225 |7367 |  0 |8757 |1515 | 1.783722e+01 | 2.000000e+01 |  12.13%|  36.80%
675.93/678.06	c   678s| 90600 | 39990 |  9773k| 106.6 |   342M |  34 | 200 |1155 | 224 |7367 |  1 |8758 |1515 | 1.783777e+01 | 2.000000e+01 |  12.12%|  36.83%
676.22/678.35	c   678s| 90700 | 39998 |  9779k| 106.5 |   342M |  34 | 200 |1153 | 224 |7367 |  0 |8758 |1515 | 1.783777e+01 | 2.000000e+01 |  12.12%|  36.87%
676.62/678.72	c   679s| 90800 | 40014 |  9785k| 106.5 |   342M |  34 | 200 |1153 | 225 |7367 |  0 |8759 |1515 | 1.783810e+01 | 2.000000e+01 |  12.12%|  36.88%
676.93/679.04	c   679s| 90900 | 40030 |  9792k| 106.4 |   342M |  34 | 200 |1153 | 225 |7367 |  1 |8760 |1515 | 1.783864e+01 | 2.000000e+01 |  12.12%|  36.91%
677.32/679.48	c   679s| 91000 | 40054 |  9800k| 106.4 |   342M |  34 | 200 |1153 | 225 |7367 |  1 |8762 |1515 | 1.783874e+01 | 2.000000e+01 |  12.12%|  36.93%
677.62/679.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
677.62/679.79	c   680s| 91100 | 40076 |  9806k| 106.4 |   342M |  34 | 200 |1155 | 225 |7367 |  0 |8765 |1515 | 1.783896e+01 | 2.000000e+01 |  12.11%|  36.95%
677.92/680.09	c   680s| 91200 | 40084 |  9812k| 106.3 |   342M |  34 | 200 |1154 | 225 |7367 |  1 |8765 |1515 | 1.783902e+01 | 2.000000e+01 |  12.11%|  36.96%
678.32/680.46	c   680s| 91300 | 40102 |  9821k| 106.3 |   342M |  34 | 200 |1152 | 224 |7367 |  1 |8766 |1516 | 1.783966e+01 | 2.000000e+01 |  12.11%|  36.98%
678.81/680.90	c   681s| 91400 | 40126 |  9829k| 106.3 |   342M |  34 | 200 |1153 | 223 |7367 |  0 |8769 |1517 | 1.783989e+01 | 2.000000e+01 |  12.11%|  36.99%
679.02/681.19	c   681s| 91500 | 40134 |  9835k| 106.2 |   342M |  34 | 200 |1153 | 226 |7367 |  0 |8769 |1517 | 1.784022e+01 | 2.000000e+01 |  12.11%|  37.03%
679.31/681.48	c   681s| 91600 | 40148 |  9841k| 106.2 |   342M |  34 | 200 |1151 | 223 |7367 |  1 |8769 |1517 | 1.784049e+01 | 2.000000e+01 |  12.10%|  37.05%
679.71/681.80	c   682s| 91700 | 40164 |  9848k| 106.1 |   342M |  34 | 200 |1151 | 225 |7367 |  1 |8769 |1517 | 1.784121e+01 | 2.000000e+01 |  12.10%|  37.08%
679.92/682.07	c   682s| 91800 | 40172 |  9854k| 106.1 |   342M |  34 | 200 |1152 | 224 |7367 |  1 |8771 |1517 | 1.784131e+01 | 2.000000e+01 |  12.10%|  37.13%
680.32/682.47	c   682s| 91900 | 40192 |  9860k| 106.0 |   342M |  34 | 200 |1153 | 225 |7367 |  1 |8774 |1517 | 1.784145e+01 | 2.000000e+01 |  12.10%|  37.15%
680.72/682.83	c   683s| 92000 | 40208 |  9868k| 106.0 |   342M |  34 | 200 |1151 | 223 |7367 |  1 |8774 |1517 | 1.784180e+01 | 2.000000e+01 |  12.10%|  37.17%
681.12/683.24	c   683s| 92100 | 40216 |  9874k| 106.0 |   342M |  34 | 200 |1152 | 224 |7367 |  0 |8775 |1517 | 1.784180e+01 | 2.000000e+01 |  12.10%|  37.20%
681.42/683.57	c   684s| 92200 | 40230 |  9882k| 105.9 |   342M |  34 | 200 |1152 | 224 |7367 |  0 |8778 |1517 | 1.784199e+01 | 2.000000e+01 |  12.10%|  37.24%
681.82/683.90	c   684s| 92300 | 40244 |  9889k| 105.9 |   342M |  34 | 200 |1151 | 224 |7367 |  1 |8778 |1517 | 1.784255e+01 | 2.000000e+01 |  12.09%|  37.27%
682.21/684.36	c   684s| 92400 | 40256 |  9896k| 105.8 |   343M |  34 | 200 |1151 | 232 |7375 |  1 |8778 |1517 | 1.784262e+01 | 2.000000e+01 |  12.09%|  37.33%
682.71/684.82	c   685s| 92500 | 40268 |  9903k| 105.8 |   343M |  34 | 200 |1148 | 224 |7375 |  0 |8781 |1518 | 1.784280e+01 | 2.000000e+01 |  12.09%|  37.38%
683.02/685.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
683.02/685.13	c   685s| 92600 | 40278 |  9910k| 105.8 |   343M |  34 | 200 |1145 | 225 |7375 |  0 |8781 |1518 | 1.784330e+01 | 2.000000e+01 |  12.09%|  37.41%
683.31/685.47	c   685s| 92700 | 40288 |  9917k| 105.7 |   343M |  34 | 200 |1144 | 226 |7375 |  1 |8782 |1518 | 1.784397e+01 | 2.000000e+01 |  12.08%|  37.44%
683.71/685.85	c   686s| 92800 | 40294 |  9926k| 105.7 |   343M |  34 | 200 |1142 | 226 |7375 |  1 |8782 |1518 | 1.784458e+01 | 2.000000e+01 |  12.08%|  37.46%
684.01/686.13	c   686s| 92900 | 40306 |  9932k| 105.7 |   343M |  34 | 200 |1142 | 223 |7375 |  1 |8782 |1518 | 1.784489e+01 | 2.000000e+01 |  12.08%|  37.47%
684.41/686.52	c   687s| 93000 | 40322 |  9939k| 105.6 |   343M |  34 | 200 |1141 | 224 |7375 |  1 |8782 |1518 | 1.784609e+01 | 2.000000e+01 |  12.07%|  37.50%
684.81/686.92	c   687s| 93100 | 40332 |  9945k| 105.6 |   343M |  34 | 200 |1143 | 226 |7375 |  0 |8787 |1518 | 1.784619e+01 | 2.000000e+01 |  12.07%|  37.54%
685.11/687.20	c   687s| 93200 | 40348 |  9951k| 105.5 |   343M |  34 | 200 |1143 | 224 |7375 |  0 |8787 |1518 | 1.784620e+01 | 2.000000e+01 |  12.07%|  37.56%
685.41/687.52	c   688s| 93300 | 40366 |  9958k| 105.5 |   343M |  34 | 200 |1142 | 225 |7375 |  0 |8787 |1518 | 1.784716e+01 | 2.000000e+01 |  12.06%|  37.59%
685.71/687.89	c   688s| 93400 | 40386 |  9966k| 105.5 |   344M |  34 | 200 |1138 | 225 |7375 |  0 |8788 |1518 | 1.784734e+01 | 2.000000e+01 |  12.06%|  37.60%
686.10/688.28	c   688s| 93500 | 40400 |  9973k| 105.4 |   344M |  34 | 200 |1142 | 228 |7375 |  0 |8793 |1520 | 1.784758e+01 | 2.000000e+01 |  12.06%|  37.65%
686.60/688.72	c   689s| 93600 | 40420 |  9980k| 105.4 |   344M |  34 | 200 |1142 | 225 |7375 |  0 |8796 |1520 | 1.784793e+01 | 2.000000e+01 |  12.06%|  37.67%
686.91/689.06	c   689s| 93700 | 40442 |  9987k| 105.4 |   344M |  34 | 200 |1142 | 224 |7375 |  0 |8796 |1520 | 1.784830e+01 | 2.000000e+01 |  12.06%|  37.69%
687.40/689.51	c   690s| 93800 | 40466 |  9994k| 105.3 |   344M |  34 | 200 |1142 | 227 |7375 |  1 |8798 |1520 | 1.784855e+01 | 2.000000e+01 |  12.05%|  37.71%
687.70/689.89	c   690s| 93900 | 40476 | 10003k| 105.3 |   344M |  34 | 200 |1144 | 225 |7375 |  0 |8801 |1521 | 1.784929e+01 | 2.000000e+01 |  12.05%|  37.73%
688.10/690.24	c   690s| 94000 | 40484 | 10011k| 105.3 |   344M |  34 | 200 |1144 | 227 |7375 |  1 |8801 |1521 | 1.784979e+01 | 2.000000e+01 |  12.05%|  37.75%
688.40/690.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
688.40/690.51	c   691s| 94100 | 40482 | 10017k| 105.2 |   344M |  34 | 200 |1143 | 225 |7375 |  1 |8801 |1521 | 1.785027e+01 | 2.000000e+01 |  12.04%|  37.79%
688.70/690.82	c   691s| 94200 | 40496 | 10024k| 105.2 |   344M |  34 | 200 |1144 | 224 |7375 |  0 |8803 |1521 | 1.785034e+01 | 2.000000e+01 |  12.04%|  37.81%
689.00/691.17	c   691s| 94300 | 40502 | 10030k| 105.1 |   344M |  34 | 200 |1146 | 224 |7375 |  1 |8805 |1521 | 1.785034e+01 | 2.000000e+01 |  12.04%|  37.86%
689.30/691.48	c   691s| 94400 | 40516 | 10036k| 105.1 |   344M |  34 | 200 |1146 | 225 |7375 |  0 |8806 |1521 | 1.785037e+01 | 2.000000e+01 |  12.04%|  37.90%
689.60/691.75	c   692s| 94500 | 40522 | 10042k| 105.0 |   344M |  34 | 200 |1141 | 224 |7375 |  0 |8806 |1521 | 1.785079e+01 | 2.000000e+01 |  12.04%|  37.93%
689.90/692.05	c   692s| 94600 | 40534 | 10049k| 105.0 |   344M |  34 | 200 |1138 | 224 |7375 |  1 |8806 |1521 | 1.785147e+01 | 2.000000e+01 |  12.04%|  37.96%
690.39/692.53	c   693s| 94700 | 40550 | 10057k| 105.0 |   344M |  34 | 200 |1139 | 223 |7375 |  1 |8809 |1521 | 1.785151e+01 | 2.000000e+01 |  12.04%|  38.01%
690.79/692.91	c   693s| 94800 | 40560 | 10063k| 104.9 |   344M |  35 | 200 |1139 | 225 |7375 |  1 |8810 |1521 | 1.785151e+01 | 2.000000e+01 |  12.04%|  38.04%
691.09/693.24	c   693s| 94900 | 40574 | 10070k| 104.9 |   344M |  35 | 200 |1138 | 224 |7375 |  1 |8810 |1522 | 1.785154e+01 | 2.000000e+01 |  12.04%|  38.06%
691.49/693.68	c   694s| 95000 | 40592 | 10077k| 104.9 |   344M |  35 | 200 |1142 | 224 |7375 |  0 |8817 |1522 | 1.785154e+01 | 2.000000e+01 |  12.04%|  38.10%
691.89/694.01	c   694s| 95100 | 40612 | 10084k| 104.8 |   344M |  35 | 200 |1143 | 224 |7375 |  1 |8818 |1523 | 1.785226e+01 | 2.000000e+01 |  12.03%|  38.12%
692.29/694.41	c   694s| 95200 | 40622 | 10090k| 104.8 |   344M |  35 | 200 |1146 | 225 |7375 |  1 |8821 |1523 | 1.785244e+01 | 2.000000e+01 |  12.03%|  38.16%
692.59/694.73	c   695s| 95300 | 40636 | 10098k| 104.8 |   345M |  35 | 200 |1147 | 226 |7375 |  0 |8824 |1523 | 1.785248e+01 | 2.000000e+01 |  12.03%|  38.18%
692.89/695.03	c   695s| 95400 | 40648 | 10104k| 104.7 |   345M |  35 | 200 |1148 | 224 |7375 |  1 |8826 |1523 | 1.785324e+01 | 2.000000e+01 |  12.02%|  38.21%
693.19/695.33	c   695s| 95500 | 40656 | 10110k| 104.7 |   345M |  35 | 200 |1147 | 224 |7375 |  0 |8826 |1523 | 1.785407e+01 | 2.000000e+01 |  12.02%|  38.26%
693.59/695.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
693.59/695.71	c   696s| 95600 | 40668 | 10117k| 104.6 |   345M |  35 | 200 |1147 | 226 |7375 |  0 |8827 |1523 | 1.785407e+01 | 2.000000e+01 |  12.02%|  38.30%
693.89/696.06	c   696s| 95700 | 40678 | 10125k| 104.6 |   345M |  35 | 200 |1146 | 229 |7375 |  1 |8827 |1523 | 1.785418e+01 | 2.000000e+01 |  12.02%|  38.36%
694.28/696.41	c   696s| 95800 | 40694 | 10132k| 104.6 |   345M |  35 | 200 |1149 | 224 |7375 |  1 |8830 |1523 | 1.785425e+01 | 2.000000e+01 |  12.02%|  38.40%
694.58/696.77	c   697s| 95900 | 40702 | 10138k| 104.5 |   345M |  35 | 200 |1151 | 225 |7375 |  1 |8832 |1524 | 1.785425e+01 | 2.000000e+01 |  12.02%|  38.42%
694.99/697.12	c   697s| 96000 | 40722 | 10145k| 104.5 |   345M |  35 | 200 |1149 | 225 |7375 |  0 |8833 |1524 | 1.785457e+01 | 2.000000e+01 |  12.02%|  38.46%
695.28/697.42	c   697s| 96100 | 40730 | 10152k| 104.4 |   345M |  35 | 200 |1150 | 224 |7375 |  1 |8835 |1524 | 1.785457e+01 | 2.000000e+01 |  12.02%|  38.47%
695.58/697.78	c   698s| 96200 | 40740 | 10158k| 104.4 |   345M |  35 | 200 |1152 | 223 |7375 |  0 |8837 |1524 | 1.785500e+01 | 2.000000e+01 |  12.01%|  38.51%
695.88/698.08	c   698s| 96300 | 40754 | 10165k| 104.4 |   345M |  35 | 200 |1152 | 224 |7375 |  1 |8839 |1524 | 1.785572e+01 | 2.000000e+01 |  12.01%|  38.53%
696.18/698.38	c   698s| 96400 | 40764 | 10171k| 104.3 |   345M |  35 | 200 |1152 | 226 |7375 |  0 |8839 |1524 | 1.785577e+01 | 2.000000e+01 |  12.01%|  38.55%
696.58/698.71	c   699s| 96500 | 40778 | 10178k| 104.3 |   346M |  35 | 200 |1153 | 224 |7375 |  0 |8841 |1524 | 1.785621e+01 | 2.000000e+01 |  12.01%|  38.57%
696.88/699.00	c   699s| 96600 | 40788 | 10185k| 104.2 |   346M |  35 | 200 |1154 | 226 |7375 |  1 |8842 |1525 | 1.785688e+01 | 2.000000e+01 |  12.00%|  38.59%
697.28/699.40	c   699s| 96700 | 40794 | 10191k| 104.2 |   346M |  35 | 200 |1150 | 224 |7375 |  1 |8844 |1525 | 1.785707e+01 | 2.000000e+01 |  12.00%|  38.65%
697.58/699.70	c   700s| 96800 | 40802 | 10198k| 104.2 |   346M |  35 | 200 |1150 | 224 |7375 |  1 |8844 |1525 | 1.785748e+01 | 2.000000e+01 |  12.00%|  38.67%
697.98/700.10	c   700s| 96900 | 40820 | 10207k| 104.2 |   346M |  35 | 200 |1150 | 224 |7375 |  1 |8845 |1525 | 1.785748e+01 | 2.000000e+01 |  12.00%|  38.71%
698.47/700.63	c   701s| 97000 | 40820 | 10214k| 104.1 |   346M |  35 | 200 |1149 | 224 |7384 |  1 |8847 |1525 | 1.785785e+01 | 2.000000e+01 |  12.00%|  38.78%
698.77/700.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
698.77/700.92	c   701s| 97100 | 40836 | 10220k| 104.1 |   346M |  35 | 200 |1150 | 225 |7384 |  1 |8850 |1525 | 1.785785e+01 | 2.000000e+01 |  12.00%|  38.79%
699.07/701.24	c   701s| 97200 | 40842 | 10227k| 104.0 |   346M |  35 | 200 |1149 | 226 |7384 |  0 |8850 |1525 | 1.785785e+01 | 2.000000e+01 |  12.00%|  38.84%
699.37/701.53	c   702s| 97300 | 40844 | 10233k| 104.0 |   346M |  35 | 200 |1148 | 224 |7384 |  0 |8850 |1525 | 1.785866e+01 | 2.000000e+01 |  11.99%|  38.87%
699.77/701.94	c   702s| 97400 | 40852 | 10239k| 104.0 |   346M |  35 | 200 |1148 | 226 |7384 |  0 |8850 |1525 | 1.785880e+01 | 2.000000e+01 |  11.99%|  38.90%
700.07/702.28	c   702s| 97500 | 40862 | 10246k| 103.9 |   346M |  35 | 200 |1149 | 226 |7384 |  1 |8851 |1526 | 1.785880e+01 | 2.000000e+01 |  11.99%|  38.93%
700.47/702.61	c   703s| 97600 | 40882 | 10253k| 103.9 |   346M |  35 | 200 |1148 | 225 |7384 |  1 |8853 |1526 | 1.785911e+01 | 2.000000e+01 |  11.99%|  38.97%
700.87/703.02	c   703s| 97700 | 40880 | 10260k| 103.8 |   347M |  35 | 200 |1148 | 224 |7384 |  0 |8855 |1526 | 1.785911e+01 | 2.000000e+01 |  11.99%|  38.99%
701.17/703.38	c   703s| 97800 | 40888 | 10268k| 103.8 |   347M |  35 | 200 |1148 | 224 |7384 |  0 |8855 |1526 | 1.785932e+01 | 2.000000e+01 |  11.99%|  39.02%
701.56/703.73	c   704s| 97900 | 40898 | 10276k| 103.8 |   347M |  35 | 200 |1149 | 224 |7384 |  0 |8859 |1526 | 1.785932e+01 | 2.000000e+01 |  11.99%|  39.06%
701.87/704.02	c   704s| 98000 | 40908 | 10282k| 103.8 |   347M |  35 | 200 |1147 | 223 |7384 |  1 |8859 |1526 | 1.785959e+01 | 2.000000e+01 |  11.98%|  39.07%
702.06/704.29	c   704s| 98100 | 40910 | 10288k| 103.7 |   347M |  35 | 200 |1147 | 223 |7384 |  1 |8859 |1526 | 1.785959e+01 | 2.000000e+01 |  11.98%|  39.13%
702.66/704.85	c   705s| 98200 | 40932 | 10295k| 103.7 |   347M |  35 | 200 |1155 | 223 |7384 |  0 |8867 |1527 | 1.785999e+01 | 2.000000e+01 |  11.98%|  39.16%
702.96/705.17	c   705s| 98300 | 40936 | 10301k| 103.6 |   347M |  35 | 200 |1153 | 224 |7384 |  0 |8867 |1527 | 1.786018e+01 | 2.000000e+01 |  11.98%|  39.19%
703.26/705.48	c   705s| 98400 | 40944 | 10308k| 103.6 |   347M |  35 | 200 |1154 | 224 |7384 |  1 |8869 |1528 | 1.786043e+01 | 2.000000e+01 |  11.98%|  39.21%
703.56/705.77	c   706s| 98500 | 40954 | 10314k| 103.6 |   347M |  35 | 200 |1154 | 225 |7384 |  0 |8871 |1528 | 1.786061e+01 | 2.000000e+01 |  11.98%|  39.25%
703.86/706.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
703.86/706.08	c   706s| 98600 | 40960 | 10321k| 103.5 |   347M |  35 | 200 |1152 | 225 |7384 |  0 |8871 |1528 | 1.786061e+01 | 2.000000e+01 |  11.98%|  39.26%
704.16/706.35	c   706s| 98700 | 40962 | 10327k| 103.5 |   347M |  35 | 200 |1153 | 224 |7384 |  1 |8872 |1529 | 1.786071e+01 | 2.000000e+01 |  11.98%|  39.30%
704.56/706.71	c   707s| 98800 | 40974 | 10335k| 103.5 |   347M |  35 | 200 |1153 | 224 |7384 |  1 |8873 |1530 | 1.786100e+01 | 2.000000e+01 |  11.98%|  39.31%
704.86/707.02	c   707s| 98900 | 40978 | 10341k| 103.4 |   347M |  35 | 200 |1149 | 224 |7384 |  1 |8874 |1531 | 1.786147e+01 | 2.000000e+01 |  11.97%|  39.34%
705.15/707.30	c   707s| 99000 | 40976 | 10347k| 103.4 |   347M |  35 | 200 |1149 | 223 |7384 |  1 |8874 |1531 | 1.786147e+01 | 2.000000e+01 |  11.97%|  39.39%
705.45/707.61	c   708s| 99100 | 40996 | 10354k| 103.3 |   347M |  35 | 200 |1149 | 225 |7384 |  1 |8874 |1531 | 1.786147e+01 | 2.000000e+01 |  11.97%|  39.42%
705.86/708.02	c   708s| 99200 | 41008 | 10361k| 103.3 |   347M |  35 | 200 |1147 | 224 |7384 |  1 |8874 |1531 | 1.786216e+01 | 2.000000e+01 |  11.97%|  39.44%
706.15/708.33	c   708s| 99300 | 41012 | 10367k| 103.3 |   347M |  35 | 200 |1147 | 226 |7384 |  1 |8874 |1531 | 1.786269e+01 | 2.000000e+01 |  11.97%|  39.47%
706.45/708.65	c   709s| 99400 | 41016 | 10374k| 103.2 |   347M |  35 | 200 |1147 | 225 |7384 |  0 |8874 |1531 | 1.786308e+01 | 2.000000e+01 |  11.96%|  39.50%
706.75/708.94	c   709s| 99500 | 41022 | 10380k| 103.2 |   347M |  35 | 200 |1147 | 225 |7384 |  0 |8874 |1531 | 1.786367e+01 | 2.000000e+01 |  11.96%|  39.55%
707.05/709.25	c   709s| 99600 | 41024 | 10386k| 103.1 |   347M |  35 | 200 |1146 | 224 |7384 |  0 |8874 |1532 | 1.786377e+01 | 2.000000e+01 |  11.96%|  39.57%
707.45/709.60	c   710s| 99700 | 41036 | 10394k| 103.1 |   347M |  35 | 200 |1145 | 238 |7384 |  1 |8874 |1532 | 1.786420e+01 | 2.000000e+01 |  11.96%|  39.60%
707.75/709.93	c   710s| 99800 | 41050 | 10401k| 103.1 |   347M |  35 | 200 |1147 | 224 |7384 |  0 |8877 |1532 | 1.786449e+01 | 2.000000e+01 |  11.95%|  39.63%
708.05/710.24	c   710s| 99900 | 41058 | 10408k| 103.0 |   347M |  35 | 200 |1147 | 225 |7384 |  0 |8877 |1532 | 1.786524e+01 | 2.000000e+01 |  11.95%|  39.67%
708.44/710.62	c   711s|100000 | 41066 | 10416k| 103.0 |   347M |  35 | 200 |1147 | 223 |7384 |  0 |8877 |1532 | 1.786558e+01 | 2.000000e+01 |  11.95%|  39.70%
708.85/711.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
708.85/711.03	c   711s|100100 | 41070 | 10423k| 103.0 |   347M |  35 | 200 |1147 | 223 |7393 |  1 |8878 |1533 | 1.786558e+01 | 2.000000e+01 |  11.95%|  39.76%
709.14/711.33	c   711s|100200 | 41080 | 10429k| 103.0 |   347M |  35 | 200 |1145 | 225 |7393 |  1 |8878 |1533 | 1.786629e+01 | 2.000000e+01 |  11.94%|  39.79%
709.54/711.74	c   712s|100300 | 41090 | 10435k| 102.9 |   348M |  35 | 200 |1145 | 224 |7393 |  1 |8878 |1533 | 1.786672e+01 | 2.000000e+01 |  11.94%|  39.81%
709.85/712.01	c   712s|100400 | 41090 | 10441k| 102.9 |   348M |  35 | 200 |1146 | 231 |7393 |  1 |8879 |1533 | 1.786672e+01 | 2.000000e+01 |  11.94%|  39.85%
710.04/712.28	c   712s|100500 | 41090 | 10446k| 102.8 |   348M |  35 | 200 |1147 | 226 |7393 |  1 |8880 |1534 | 1.786681e+01 | 2.000000e+01 |  11.94%|  39.90%
710.34/712.57	c   713s|100600 | 41088 | 10453k| 102.8 |   348M |  35 | 200 |1145 | 224 |7393 |  1 |8881 |1534 | 1.786743e+01 | 2.000000e+01 |  11.94%|  39.95%
710.84/713.08	c   713s|100700 | 41098 | 10459k| 102.7 |   348M |  35 | 200 |1147 | 225 |7393 |  0 |8885 |1534 | 1.786805e+01 | 2.000000e+01 |  11.93%|  39.97%
711.14/713.38	c   713s|100800 | 41108 | 10465k| 102.7 |   348M |  35 | 200 |1147 | 223 |7393 |  0 |8885 |1534 | 1.786833e+01 | 2.000000e+01 |  11.93%|  40.00%
711.44/713.68	c   714s|100900 | 41114 | 10471k| 102.7 |   348M |  35 | 200 |1148 | 224 |7393 |  1 |8888 |1535 | 1.786880e+01 | 2.000000e+01 |  11.93%|  40.03%
711.94/714.13	c   714s|101000 | 41120 | 10479k| 102.6 |   348M |  35 | 200 |1149 | 224 |7393 |  0 |8889 |1535 | 1.786880e+01 | 2.000000e+01 |  11.93%|  40.08%
712.23/714.41	c   714s|101100 | 41124 | 10485k| 102.6 |   348M |  35 | 200 |1147 | 225 |7393 |  1 |8889 |1535 | 1.786889e+01 | 2.000000e+01 |  11.93%|  40.10%
712.53/714.71	c   715s|101200 | 41138 | 10491k| 102.6 |   348M |  35 | 200 |1146 | 225 |7393 |  1 |8889 |1536 | 1.786889e+01 | 2.000000e+01 |  11.93%|  40.11%
712.84/715.00	c   715s|101300 | 41138 | 10497k| 102.5 |   348M |  35 | 200 |1148 | 224 |7393 |  1 |8892 |1538 | 1.786895e+01 | 2.000000e+01 |  11.93%|  40.14%
713.13/715.30	c   715s|101400 | 41142 | 10504k| 102.5 |   348M |  35 | 200 |1145 | 224 |7393 |  1 |8894 |1538 | 1.786934e+01 | 2.000000e+01 |  11.92%|  40.18%
713.43/715.66	c   716s|101500 | 41156 | 10511k| 102.5 |   348M |  35 | 200 |1143 | 226 |7393 |  0 |8895 |1538 | 1.786999e+01 | 2.000000e+01 |  11.92%|  40.19%
713.84/716.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
713.84/716.07	c   716s|101600 | 41172 | 10519k| 102.4 |   348M |  35 | 200 |1143 | 224 |7393 |  1 |8899 |1539 | 1.787083e+01 | 2.000000e+01 |  11.91%|  40.21%
714.13/716.36	c   716s|101700 | 41172 | 10525k| 102.4 |   348M |  35 | 200 |1144 | 225 |7393 |  1 |8901 |1539 | 1.787108e+01 | 2.000000e+01 |  11.91%|  40.26%
714.63/716.83	c   717s|101800 | 41186 | 10533k| 102.4 |   348M |  35 | 200 |1143 | 224 |7393 |  1 |8901 |1539 | 1.787148e+01 | 2.000000e+01 |  11.91%|  40.29%
714.93/717.15	c   717s|101900 | 41190 | 10540k| 102.3 |   348M |  35 | 200 |1142 | 224 |7393 |  0 |8901 |1539 | 1.787286e+01 | 2.000000e+01 |  11.90%|  40.32%
715.23/717.46	c   717s|102000 | 41198 | 10547k| 102.3 |   348M |  35 | 200 |1141 | 223 |7393 |  0 |8901 |1539 | 1.787326e+01 | 2.000000e+01 |  11.90%|  40.34%
715.63/717.80	c   718s|102100 | 41222 | 10554k| 102.3 |   348M |  35 | 200 |1139 | 224 |7393 |  1 |8902 |1539 | 1.787411e+01 | 2.000000e+01 |  11.89%|  40.36%
715.93/718.11	c   718s|102200 | 41230 | 10560k| 102.2 |   348M |  35 | 200 |1139 | 224 |7393 |  1 |8903 |1539 | 1.787417e+01 | 2.000000e+01 |  11.89%|  40.40%
716.22/718.46	c   718s|102300 | 41236 | 10566k| 102.2 |   348M |  35 | 200 |1141 | 230 |7393 |  1 |8905 |1539 | 1.787430e+01 | 2.000000e+01 |  11.89%|  40.42%
716.52/718.74	c   719s|102400 | 41244 | 10572k| 102.2 |   348M |  35 | 200 |1140 | 223 |7393 |  0 |8905 |1539 | 1.787461e+01 | 2.000000e+01 |  11.89%|  40.46%
716.83/719.04	c   719s|102500 | 41252 | 10579k| 102.1 |   348M |  35 | 200 |1139 | 225 |7393 |  0 |8905 |1539 | 1.787496e+01 | 2.000000e+01 |  11.89%|  40.50%
717.12/719.33	c   719s|102600 | 41256 | 10585k| 102.1 |   348M |  35 | 200 |1139 | 225 |7393 |  0 |8907 |1539 | 1.787498e+01 | 2.000000e+01 |  11.89%|  40.52%
717.42/719.62	c   720s|102700 | 41268 | 10591k| 102.0 |   348M |  35 | 200 |1138 | 224 |7393 |  1 |8907 |1539 | 1.787547e+01 | 2.000000e+01 |  11.89%|  40.54%
717.72/719.94	c   720s|102800 | 41274 | 10598k| 102.0 |   348M |  35 | 200 |1138 | 225 |7393 |  0 |8907 |1539 | 1.787598e+01 | 2.000000e+01 |  11.88%|  40.59%
718.02/720.22	c   720s|102900 | 41284 | 10604k| 102.0 |   348M |  35 | 200 |1138 | 224 |7393 |  1 |8907 |1539 | 1.787606e+01 | 2.000000e+01 |  11.88%|  40.61%
718.42/720.60	c   721s|103000 | 41308 | 10613k| 102.0 |   348M |  35 | 200 |1138 | 224 |7393 |  0 |8908 |1539 | 1.787625e+01 | 2.000000e+01 |  11.88%|  40.63%
718.82/721.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
718.82/721.02	c   721s|103100 | 41320 | 10620k| 101.9 |   348M |  35 | 200 |1136 | 224 |7393 |  1 |8908 |1539 | 1.787625e+01 | 2.000000e+01 |  11.88%|  40.66%
719.12/721.35	c   721s|103200 | 41336 | 10626k| 101.9 |   348M |  35 | 200 |1135 | 225 |7393 |  0 |8910 |1540 | 1.787625e+01 | 2.000000e+01 |  11.88%|  40.69%
719.42/721.65	c   722s|103300 | 41344 | 10633k| 101.9 |   348M |  35 | 200 |1135 | 224 |7393 |  0 |8910 |1540 | 1.787641e+01 | 2.000000e+01 |  11.88%|  40.74%
719.72/721.94	c   722s|103400 | 41350 | 10639k| 101.8 |   348M |  35 | 200 |1134 | 231 |7393 |  1 |8911 |1540 | 1.787702e+01 | 2.000000e+01 |  11.88%|  40.76%
720.01/722.24	c   722s|103500 | 41356 | 10645k| 101.8 |   348M |  35 | 200 |1134 | 226 |7393 |  1 |8911 |1540 | 1.787761e+01 | 2.000000e+01 |  11.87%|  40.81%
720.31/722.55	c   723s|103600 | 41362 | 10653k| 101.7 |   348M |  35 | 200 |1133 | 225 |7393 |  0 |8911 |1540 | 1.787767e+01 | 2.000000e+01 |  11.87%|  40.84%
720.61/722.82	c   723s|103700 | 41360 | 10658k| 101.7 |   348M |  35 | 200 |1130 | 224 |7393 |  0 |8911 |1540 | 1.787767e+01 | 2.000000e+01 |  11.87%|  40.89%
720.92/723.12	c   723s|103800 | 41366 | 10665k| 101.7 |   348M |  35 | 200 |1127 | 225 |7393 |  0 |8911 |1540 | 1.787824e+01 | 2.000000e+01 |  11.87%|  40.90%
721.21/723.44	c   723s|103900 | 41376 | 10672k| 101.6 |   348M |  35 | 200 |1126 | 225 |7393 |  1 |8911 |1540 | 1.787970e+01 | 2.000000e+01 |  11.86%|  40.93%
721.51/723.76	c   724s|104000 | 41382 | 10678k| 101.6 |   348M |  35 | 200 |1125 | 224 |7393 |  0 |8912 |1541 | 1.788028e+01 | 2.000000e+01 |  11.86%|  40.96%
721.91/724.17	c   724s|104100 | 41388 | 10685k| 101.6 |   348M |  35 | 200 |1123 | 225 |7393 |  0 |8914 |1541 | 1.788090e+01 | 2.000000e+01 |  11.85%|  40.99%
722.21/724.43	c   724s|104200 | 41394 | 10690k| 101.5 |   348M |  35 | 200 |1122 | 224 |7393 |  1 |8914 |1541 | 1.788093e+01 | 2.000000e+01 |  11.85%|  41.00%
722.51/724.73	c   725s|104300 | 41400 | 10697k| 101.5 |   348M |  35 | 200 |1120 | 225 |7393 |  1 |8914 |1541 | 1.788159e+01 | 2.000000e+01 |  11.85%|  41.03%
722.81/725.07	c   725s|104400 | 41408 | 10704k| 101.5 |   348M |  35 | 200 |1117 | 224 |7393 |  1 |8914 |1541 | 1.788198e+01 | 2.000000e+01 |  11.84%|  41.06%
723.21/725.47	c   725s|104500 | 41418 | 10714k| 101.5 |   348M |  35 | 200 |1117 | 223 |7393 |  0 |8918 |1541 | 1.788203e+01 | 2.000000e+01 |  11.84%|  41.10%
723.61/725.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
723.61/725.80	c   726s|104600 | 41422 | 10721k| 101.4 |   348M |  35 | 200 |1117 | 225 |7393 |  1 |8918 |1541 | 1.788241e+01 | 2.000000e+01 |  11.84%|  41.13%
723.81/726.09	c   726s|104700 | 41426 | 10727k| 101.4 |   348M |  35 | 200 |1113 | 224 |7393 |  1 |8918 |1541 | 1.788250e+01 | 2.000000e+01 |  11.84%|  41.18%
724.20/726.40	c   726s|104800 | 41428 | 10734k| 101.4 |   349M |  35 | 200 |1112 | 223 |7393 |  0 |8918 |1541 | 1.788313e+01 | 2.000000e+01 |  11.84%|  41.21%
724.50/726.75	c   727s|104900 | 41440 | 10740k| 101.3 |   349M |  35 | 200 |1112 | 224 |7393 |  1 |8920 |1541 | 1.788432e+01 | 2.000000e+01 |  11.83%|  41.23%
724.81/727.05	c   727s|105000 | 41448 | 10746k| 101.3 |   349M |  35 | 200 |1114 | 226 |7393 |  0 |8924 |1541 | 1.788439e+01 | 2.000000e+01 |  11.83%|  41.25%
725.10/727.38	c   727s|105100 | 41454 | 10753k| 101.3 |   349M |  35 | 200 |1114 | 225 |7393 |  0 |8924 |1541 | 1.788443e+01 | 2.000000e+01 |  11.83%|  41.27%
725.40/727.68	c   728s|105200 | 41456 | 10759k| 101.2 |   349M |  35 | 200 |1114 | 224 |7393 |  1 |8926 |1542 | 1.788468e+01 | 2.000000e+01 |  11.83%|  41.30%
725.70/728.00	c   728s|105300 | 41462 | 10766k| 101.2 |   349M |  35 | 200 |1112 | 226 |7393 |  1 |8926 |1542 | 1.788507e+01 | 2.000000e+01 |  11.83%|  41.31%
726.00/728.28	c   728s|105400 | 41462 | 10773k| 101.2 |   349M |  35 | 200 |1108 | 223 |7393 |  1 |8926 |1542 | 1.788519e+01 | 2.000000e+01 |  11.82%|  41.34%
726.30/728.56	c   729s|105500 | 41464 | 10779k| 101.1 |   349M |  35 | 200 |1107 | 224 |7393 |  1 |8926 |1542 | 1.788523e+01 | 2.000000e+01 |  11.82%|  41.37%
726.60/728.85	c   729s|105600 | 41460 | 10785k| 101.1 |   349M |  35 | 200 |1106 | 226 |7393 |  0 |8926 |1542 | 1.788523e+01 | 2.000000e+01 |  11.82%|  41.40%
726.90/729.17	c   729s|105700 | 41470 | 10792k| 101.1 |   349M |  35 | 200 |1107 | 224 |7393 |  1 |8927 |1542 | 1.788597e+01 | 2.000000e+01 |  11.82%|  41.42%
727.30/729.52	c   730s|105800 | 41480 | 10800k| 101.0 |   349M |  35 | 200 |1105 | 225 |7393 |  0 |8927 |1542 | 1.788598e+01 | 2.000000e+01 |  11.82%|  41.43%
727.70/729.93	c   730s|105900 | 41486 | 10809k| 101.0 |   349M |  35 | 200 |1106 | 225 |7393 |  0 |8929 |1543 | 1.788631e+01 | 2.000000e+01 |  11.82%|  41.47%
727.99/730.24	c   730s|106000 | 41494 | 10816k| 101.0 |   349M |  35 | 200 |1105 | 226 |7393 |  1 |8929 |1543 | 1.788634e+01 | 2.000000e+01 |  11.82%|  41.48%
728.29/730.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
728.29/730.55	c   731s|106100 | 41490 | 10822k| 101.0 |   349M |  35 | 200 |1104 | 224 |7393 |  0 |8929 |1543 | 1.788760e+01 | 2.000000e+01 |  11.81%|  41.52%
728.49/730.79	c   731s|106200 | 41488 | 10828k| 100.9 |   349M |  35 | 200 |1102 | 224 |7393 |  1 |8929 |1543 | 1.788787e+01 | 2.000000e+01 |  11.81%|  41.59%
728.80/731.09	c   731s|106300 | 41484 | 10834k| 100.9 |   349M |  35 | 200 |1098 | 224 |7393 |  1 |8929 |1543 | 1.788817e+01 | 2.000000e+01 |  11.81%|  41.65%
729.09/731.39	c   731s|106400 | 41486 | 10841k| 100.8 |   349M |  35 | 200 |1097 | 224 |7393 |  1 |8929 |1543 | 1.788845e+01 | 2.000000e+01 |  11.80%|  41.68%
729.49/731.71	c   732s|106500 | 41492 | 10848k| 100.8 |   349M |  35 | 200 |1096 | 224 |7393 |  0 |8929 |1543 | 1.788855e+01 | 2.000000e+01 |  11.80%|  41.72%
729.79/732.05	c   732s|106600 | 41504 | 10855k| 100.8 |   349M |  35 | 200 |1096 | 225 |7393 |  0 |8930 |1543 | 1.788941e+01 | 2.000000e+01 |  11.80%|  41.74%
730.29/732.54	c   733s|106700 | 41516 | 10865k| 100.8 |   349M |  35 | 200 |1096 | 225 |7393 |  0 |8931 |1543 | 1.788950e+01 | 2.000000e+01 |  11.80%|  41.77%
730.59/732.85	c   733s|106800 | 41518 | 10872k| 100.8 |   349M |  35 | 200 |1094 | 229 |7393 |  0 |8933 |1544 | 1.788975e+01 | 2.000000e+01 |  11.80%|  41.80%
730.89/733.15	c   733s|106900 | 41530 | 10878k| 100.7 |   350M |  35 | 200 |1094 | 224 |7393 |  0 |8935 |1544 | 1.789003e+01 | 2.000000e+01 |  11.79%|  41.82%
731.19/733.48	c   733s|107000 | 41538 | 10885k| 100.7 |   350M |  35 | 200 |1094 | 225 |7393 |  0 |8935 |1544 | 1.789040e+01 | 2.000000e+01 |  11.79%|  41.83%
731.49/733.76	c   734s|107100 | 41546 | 10891k| 100.7 |   350M |  35 | 200 |1094 | 224 |7393 |  0 |8935 |1544 | 1.789047e+01 | 2.000000e+01 |  11.79%|  41.86%
731.79/734.05	c   734s|107200 | 41558 | 10897k| 100.6 |   350M |  35 | 200 |1095 | 225 |7393 |  1 |8936 |1544 | 1.789047e+01 | 2.000000e+01 |  11.79%|  41.89%
732.08/734.36	c   734s|107300 | 41556 | 10904k| 100.6 |   350M |  35 | 200 |1095 | 223 |7393 |  0 |8936 |1544 | 1.789072e+01 | 2.000000e+01 |  11.79%|  41.91%
732.38/734.65	c   735s|107400 | 41558 | 10910k| 100.6 |   350M |  35 | 200 |1093 | 223 |7393 |  1 |8936 |1544 | 1.789088e+01 | 2.000000e+01 |  11.79%|  41.96%
732.68/734.91	c   735s|107500 | 41554 | 10916k| 100.5 |   350M |  35 | 200 |1093 | 224 |7393 |  1 |8936 |1544 | 1.789112e+01 | 2.000000e+01 |  11.79%|  42.01%
732.89/735.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
732.89/735.18	c   735s|107600 | 41558 | 10922k| 100.5 |   351M |  35 | 200 |1093 | 223 |7393 |  0 |8936 |1544 | 1.789183e+01 | 2.000000e+01 |  11.78%|  42.06%
733.18/735.48	c   735s|107700 | 41560 | 10928k| 100.4 |   351M |  35 | 200 |1092 | 222 |7393 |  1 |8937 |1544 | 1.789254e+01 | 2.000000e+01 |  11.78%|  42.11%
733.58/735.88	c   736s|107800 | 41562 | 10934k| 100.4 |   351M |  35 | 200 |1092 | 223 |7393 |  0 |8938 |1544 | 1.789255e+01 | 2.000000e+01 |  11.78%|  42.14%
733.98/736.20	c   736s|107900 | 41564 | 10941k| 100.4 |   351M |  35 | 200 |1091 | 230 |7393 |  1 |8938 |1545 | 1.789292e+01 | 2.000000e+01 |  11.78%|  42.17%
734.28/736.55	c   737s|108000 | 41570 | 10949k| 100.4 |   351M |  35 | 200 |1088 | 223 |7393 |  0 |8938 |1545 | 1.789390e+01 | 2.000000e+01 |  11.77%|  42.20%
734.58/736.83	c   737s|108100 | 41566 | 10955k| 100.3 |   351M |  35 | 200 |1087 | 224 |7393 |  1 |8938 |1545 | 1.789392e+01 | 2.000000e+01 |  11.77%|  42.24%
734.88/737.15	c   737s|108200 | 41568 | 10963k| 100.3 |   351M |  35 | 200 |1085 | 223 |7393 |  0 |8938 |1545 | 1.789415e+01 | 2.000000e+01 |  11.77%|  42.26%
735.18/737.47	c   737s|108300 | 41580 | 10970k| 100.3 |   351M |  35 | 200 |1086 | 224 |7393 |  1 |8940 |1545 | 1.789503e+01 | 2.000000e+01 |  11.76%|  42.28%
735.48/737.77	c   738s|108400 | 41590 | 10976k| 100.2 |   351M |  35 | 200 |1085 | 227 |7393 |  1 |8940 |1545 | 1.789569e+01 | 2.000000e+01 |  11.76%|  42.30%
735.78/738.07	c   738s|108500 | 41598 | 10983k| 100.2 |   351M |  35 | 200 |1083 | 225 |7393 |  1 |8940 |1545 | 1.789605e+01 | 2.000000e+01 |  11.76%|  42.32%
736.17/738.40	c   738s|108600 | 41604 | 10990k| 100.2 |   351M |  35 | 200 |1080 | 224 |7393 |  1 |8940 |1545 | 1.789610e+01 | 2.000000e+01 |  11.76%|  42.34%
736.47/738.73	c   739s|108700 | 41604 | 10998k| 100.2 |   351M |  35 | 200 |1076 | 225 |7393 |  1 |8940 |1545 | 1.789640e+01 | 2.000000e+01 |  11.75%|  42.37%
736.78/739.05	c   739s|108800 | 41608 | 11005k| 100.1 |   351M |  35 | 200 |1073 | 224 |7393 |  0 |8940 |1545 | 1.789670e+01 | 2.000000e+01 |  11.75%|  42.39%
737.07/739.34	c   739s|108900 | 41614 | 11011k| 100.1 |   351M |  35 | 200 |1071 | 224 |7393 |  1 |8941 |1546 | 1.789692e+01 | 2.000000e+01 |  11.75%|  42.42%
737.37/739.68	c   740s|109000 | 41622 | 11018k| 100.1 |   351M |  35 | 200 |1071 | 225 |7393 |  1 |8942 |1547 | 1.789752e+01 | 2.000000e+01 |  11.75%|  42.44%
737.67/739.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
737.67/739.95	c   740s|109100 | 41624 | 11024k| 100.0 |   351M |  35 | 200 |1070 | 224 |7393 |  1 |8942 |1547 | 1.789792e+01 | 2.000000e+01 |  11.74%|  42.49%
737.97/740.26	c   740s|109200 | 41638 | 11031k| 100.0 |   351M |  35 | 200 |1068 | 225 |7393 |  1 |8943 |1547 | 1.789807e+01 | 2.000000e+01 |  11.74%|  42.52%
738.27/740.55	c   741s|109300 | 41642 | 11037k| 100.0 |   351M |  35 | 200 |1067 | 223 |7393 |  0 |8943 |1547 | 1.789910e+01 | 2.000000e+01 |  11.74%|  42.54%
738.57/740.84	c   741s|109400 | 41642 | 11044k|  99.9 |   351M |  35 | 200 |1065 | 223 |7393 |  1 |8943 |1547 | 1.789928e+01 | 2.000000e+01 |  11.74%|  42.58%
738.87/741.16	c   741s|109500 | 41648 | 11050k|  99.9 |   351M |  35 | 200 |1063 | 224 |7393 |  0 |8946 |1548 | 1.789955e+01 | 2.000000e+01 |  11.73%|  42.60%
739.47/741.73	c   742s|109600 | 41670 | 11060k|  99.9 |   351M |  35 | 200 |1064 | 223 |7393 |  1 |8948 |1549 | 1.790012e+01 | 2.000000e+01 |  11.73%|  42.62%
739.77/742.01	c   742s|109700 | 41662 | 11066k|  99.9 |   351M |  35 | 200 |1064 | 224 |7393 |  0 |8948 |1549 | 1.790081e+01 | 2.000000e+01 |  11.73%|  42.68%
740.06/742.34	c   742s|109800 | 41670 | 11073k|  99.9 |   351M |  35 | 200 |1064 | 223 |7393 |  0 |8948 |1549 | 1.790114e+01 | 2.000000e+01 |  11.72%|  42.72%
740.36/742.63	c   743s|109900 | 41666 | 11079k|  99.8 |   351M |  35 | 200 |1063 | 223 |7393 |  0 |8948 |1549 | 1.790143e+01 | 2.000000e+01 |  11.72%|  42.75%
740.66/742.92	c   743s|110000 | 41666 | 11086k|  99.8 |   351M |  35 | 200 |1063 | 224 |7393 |  0 |8949 |1549 | 1.790143e+01 | 2.000000e+01 |  11.72%|  42.79%
740.96/743.20	c   743s|110100 | 41678 | 11092k|  99.7 |   351M |  35 | 200 |1061 | 224 |7393 |  1 |8949 |1549 | 1.790226e+01 | 2.000000e+01 |  11.72%|  42.80%
741.16/743.48	c   743s|110200 | 41674 | 11097k|  99.7 |   351M |  35 | 200 |1060 | 224 |7393 |  0 |8949 |1549 | 1.790241e+01 | 2.000000e+01 |  11.72%|  42.81%
741.46/743.79	c   744s|110300 | 41682 | 11104k|  99.7 |   351M |  35 | 200 |1061 | 228 |7393 |  1 |8950 |1549 | 1.790265e+01 | 2.000000e+01 |  11.72%|  42.85%
741.76/744.07	c   744s|110400 | 41686 | 11110k|  99.6 |   351M |  35 | 200 |1061 | 226 |7393 |  1 |8950 |1549 | 1.790271e+01 | 2.000000e+01 |  11.71%|  42.89%
742.06/744.37	c   744s|110500 | 41684 | 11116k|  99.6 |   352M |  35 | 200 |1059 | 224 |7393 |  0 |8950 |1549 | 1.790271e+01 | 2.000000e+01 |  11.71%|  42.93%
742.46/744.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
742.46/744.77	c   745s|110600 | 41688 | 11123k|  99.6 |   352M |  35 | 200 |1059 | 224 |7393 |  1 |8950 |1549 | 1.790313e+01 | 2.000000e+01 |  11.71%|  42.99%
742.96/745.22	c   745s|110700 | 41700 | 11131k|  99.6 |   352M |  35 | 200 |1059 | 224 |7399 |  1 |8950 |1549 | 1.790387e+01 | 2.000000e+01 |  11.71%|  43.03%
743.25/745.53	c   746s|110800 | 41698 | 11138k|  99.5 |   352M |  35 | 200 |1057 | 225 |7399 |  0 |8950 |1549 | 1.790409e+01 | 2.000000e+01 |  11.71%|  43.06%
743.65/745.91	c   746s|110900 | 41702 | 11146k|  99.5 |   352M |  35 | 200 |1057 | 223 |7399 |  0 |8950 |1549 | 1.790416e+01 | 2.000000e+01 |  11.71%|  43.09%
743.95/746.22	c   746s|111000 | 41708 | 11153k|  99.5 |   352M |  35 | 200 |1057 | 224 |7399 |  0 |8950 |1549 | 1.790492e+01 | 2.000000e+01 |  11.70%|  43.12%
744.25/746.51	c   747s|111100 | 41722 | 11159k|  99.5 |   352M |  35 | 200 |1058 | 224 |7399 |  1 |8952 |1549 | 1.790536e+01 | 2.000000e+01 |  11.70%|  43.14%
744.55/746.81	c   747s|111200 | 41720 | 11166k|  99.4 |   352M |  35 | 200 |1058 | 224 |7399 |  0 |8952 |1549 | 1.790569e+01 | 2.000000e+01 |  11.70%|  43.17%
744.75/747.09	c   747s|111300 | 41720 | 11171k|  99.4 |   352M |  35 | 200 |1056 | 225 |7399 |  0 |8952 |1549 | 1.790625e+01 | 2.000000e+01 |  11.69%|  43.21%
745.05/747.39	c   747s|111400 | 41718 | 11178k|  99.4 |   352M |  35 | 200 |1055 | 224 |7399 |  0 |8952 |1549 | 1.790682e+01 | 2.000000e+01 |  11.69%|  43.25%
745.35/747.67	c   748s|111500 | 41714 | 11184k|  99.3 |   352M |  35 | 200 |1054 | 224 |7399 |  1 |8954 |1549 | 1.790699e+01 | 2.000000e+01 |  11.69%|  43.28%
745.65/747.97	c   748s|111600 | 41722 | 11190k|  99.3 |   352M |  35 | 200 |1053 | 223 |7399 |  1 |8954 |1549 | 1.790752e+01 | 2.000000e+01 |  11.68%|  43.31%
746.15/748.40	c   748s|111700 | 41730 | 11198k|  99.3 |   352M |  35 | 200 |1053 | 224 |7399 |  1 |8956 |1550 | 1.790818e+01 | 2.000000e+01 |  11.68%|  43.34%
746.35/748.68	c   749s|111800 | 41730 | 11204k|  99.2 |   352M |  35 | 200 |1051 | 225 |7399 |  0 |8956 |1550 | 1.790818e+01 | 2.000000e+01 |  11.68%|  43.37%
746.75/749.00	c   749s|111900 | 41740 | 11211k|  99.2 |   352M |  35 | 200 |1048 | 224 |7399 |  1 |8956 |1550 | 1.790900e+01 | 2.000000e+01 |  11.68%|  43.40%
747.04/749.31	c   749s|112000 | 41742 | 11218k|  99.2 |   352M |  35 | 200 |1047 | 225 |7399 |  1 |8956 |1550 | 1.790901e+01 | 2.000000e+01 |  11.68%|  43.42%
747.34/749.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
747.34/749.60	c   750s|112100 | 41744 | 11224k|  99.2 |   352M |  35 | 200 |1049 | 225 |7399 |  0 |8958 |1550 | 1.790912e+01 | 2.000000e+01 |  11.67%|  43.43%
747.54/749.89	c   750s|112200 | 41744 | 11230k|  99.1 |   352M |  35 | 200 |1049 | 224 |7399 |  1 |8958 |1550 | 1.790953e+01 | 2.000000e+01 |  11.67%|  43.45%
747.85/750.15	c   750s|112300 | 41746 | 11236k|  99.1 |   352M |  35 | 200 |1046 | 224 |7399 |  1 |8958 |1550 | 1.790956e+01 | 2.000000e+01 |  11.67%|  43.50%
748.24/750.57	c   751s|112400 | 41758 | 11243k|  99.1 |   352M |  35 | 200 |1049 | 225 |7399 |  1 |8963 |1550 | 1.790990e+01 | 2.000000e+01 |  11.67%|  43.52%
748.54/750.89	c   751s|112500 | 41764 | 11249k|  99.0 |   352M |  35 | 200 |1053 | 224 |7399 |  0 |8967 |1550 | 1.791032e+01 | 2.000000e+01 |  11.67%|  43.53%
748.94/751.27	c   751s|112600 | 41776 | 11256k|  99.0 |   352M |  35 | 200 |1053 | 224 |7399 |  1 |8968 |1550 | 1.791076e+01 | 2.000000e+01 |  11.66%|  43.55%
749.24/751.55	c   752s|112700 | 41768 | 11262k|  99.0 |   352M |  35 | 200 |1051 | 224 |7399 |  1 |8968 |1550 | 1.791085e+01 | 2.000000e+01 |  11.66%|  43.60%
749.54/751.85	c   752s|112800 | 41772 | 11269k|  98.9 |   352M |  35 | 200 |1050 | 224 |7399 |  1 |8968 |1550 | 1.791089e+01 | 2.000000e+01 |  11.66%|  43.62%
749.94/752.20	c   752s|112900 | 41772 | 11277k|  98.9 |   352M |  35 | 200 |1048 | 224 |7399 |  0 |8968 |1550 | 1.791097e+01 | 2.000000e+01 |  11.66%|  43.65%
750.14/752.47	c   752s|113000 | 41776 | 11282k|  98.9 |   352M |  35 | 200 |1048 | 224 |7399 |  0 |8968 |1550 | 1.791126e+01 | 2.000000e+01 |  11.66%|  43.67%
750.43/752.77	c   753s|113100 | 41774 | 11288k|  98.8 |   352M |  35 | 200 |1050 | 224 |7399 |  1 |8970 |1550 | 1.791127e+01 | 2.000000e+01 |  11.66%|  43.73%
750.84/753.13	c   753s|113200 | 41778 | 11294k|  98.8 |   352M |  35 | 200 |1051 | 224 |7399 |  0 |8971 |1550 | 1.791130e+01 | 2.000000e+01 |  11.66%|  43.74%
751.13/753.43	c   753s|113300 | 41774 | 11300k|  98.8 |   352M |  35 | 200 |1052 | 224 |7399 |  0 |8972 |1551 | 1.791180e+01 | 2.000000e+01 |  11.66%|  43.79%
751.43/753.74	c   754s|113400 | 41780 | 11307k|  98.7 |   353M |  35 | 200 |1053 | 223 |7399 |  0 |8974 |1552 | 1.791205e+01 | 2.000000e+01 |  11.66%|  43.81%
751.74/754.04	c   754s|113500 | 41782 | 11313k|  98.7 |   353M |  35 | 200 |1053 | 223 |7399 |  0 |8974 |1552 | 1.791274e+01 | 2.000000e+01 |  11.65%|  43.84%
752.03/754.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
752.03/754.31	c   754s|113600 | 41780 | 11319k|  98.7 |   353M |  35 | 200 |1053 | 224 |7399 |  1 |8974 |1552 | 1.791289e+01 | 2.000000e+01 |  11.65%|  43.87%
752.23/754.56	c   755s|113700 | 41780 | 11324k|  98.6 |   353M |  35 | 200 |1053 | 224 |7399 |  1 |8974 |1552 | 1.791297e+01 | 2.000000e+01 |  11.65%|  43.89%
752.63/754.90	c   755s|113800 | 41792 | 11332k|  98.6 |   354M |  35 | 200 |1054 | 224 |7399 |  0 |8975 |1552 | 1.791332e+01 | 2.000000e+01 |  11.65%|  43.90%
752.83/755.19	c   755s|113900 | 41790 | 11338k|  98.6 |   354M |  35 | 200 |1053 | 230 |7399 |  1 |8976 |1552 | 1.791412e+01 | 2.000000e+01 |  11.64%|  43.95%
753.13/755.49	c   755s|114000 | 41794 | 11344k|  98.6 |   354M |  35 | 200 |1052 | 224 |7399 |  0 |8978 |1552 | 1.791412e+01 | 2.000000e+01 |  11.64%|  43.98%
753.42/755.76	c   756s|114100 | 41794 | 11350k|  98.5 |   354M |  35 | 200 |1051 | 224 |7399 |  0 |8978 |1552 | 1.791414e+01 | 2.000000e+01 |  11.64%|  44.00%
753.82/756.19	c   756s|114200 | 41806 | 11357k|  98.5 |   354M |  35 | 200 |1051 | 224 |7399 |  1 |8978 |1552 | 1.791473e+01 | 2.000000e+01 |  11.64%|  44.04%
754.12/756.43	c   756s|114300 | 41806 | 11362k|  98.5 |   354M |  35 | 200 |1050 | 224 |7399 |  0 |8978 |1552 | 1.791473e+01 | 2.000000e+01 |  11.64%|  44.06%
754.42/756.76	c   757s|114400 | 41822 | 11369k|  98.4 |   354M |  35 | 200 |1050 | 224 |7399 |  0 |8978 |1553 | 1.791473e+01 | 2.000000e+01 |  11.64%|  44.07%
754.72/757.07	c   757s|114500 | 41832 | 11376k|  98.4 |   355M |  35 | 200 |1050 | 225 |7399 |  1 |8978 |1553 | 1.791527e+01 | 2.000000e+01 |  11.64%|  44.08%
755.01/757.38	c   757s|114600 | 41824 | 11382k|  98.4 |   356M |  35 | 200 |1050 | 223 |7399 |  1 |8978 |1553 | 1.791527e+01 | 2.000000e+01 |  11.64%|  44.12%
755.31/757.67	c   758s|114700 | 41820 | 11389k|  98.3 |   356M |  35 | 200 |1050 | 224 |7399 |  1 |8979 |1553 | 1.791533e+01 | 2.000000e+01 |  11.64%|  44.17%
755.61/757.93	c   758s|114800 | 41818 | 11394k|  98.3 |   356M |  35 | 200 |1050 | 224 |7399 |  1 |8979 |1553 | 1.791558e+01 | 2.000000e+01 |  11.63%|  44.19%
756.01/758.30	c   758s|114900 | 41836 | 11402k|  98.3 |   356M |  35 | 200 |1049 | 225 |7399 |  1 |8981 |1553 | 1.791641e+01 | 2.000000e+01 |  11.63%|  44.21%
756.31/758.68	c   759s|115000 | 41834 | 11408k|  98.3 |   356M |  35 | 200 |1047 | 226 |7399 |  1 |8983 |1554 | 1.791698e+01 | 2.000000e+01 |  11.63%|  44.23%
756.71/759.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
756.71/759.01	c   759s|115100 | 41836 | 11415k|  98.2 |   356M |  35 | 200 |1047 | 224 |7399 |  1 |8983 |1554 | 1.791736e+01 | 2.000000e+01 |  11.62%|  44.24%
756.91/759.29	c   759s|115200 | 41846 | 11421k|  98.2 |   357M |  35 | 200 |1046 | 224 |7399 |  0 |8985 |1554 | 1.791779e+01 | 2.000000e+01 |  11.62%|  44.27%
757.31/759.60	c   760s|115300 | 41854 | 11428k|  98.2 |   357M |  35 | 200 |1046 | 223 |7399 |  1 |8985 |1554 | 1.791876e+01 | 2.000000e+01 |  11.61%|  44.29%
757.51/759.87	c   760s|115400 | 41848 | 11434k|  98.1 |   357M |  35 | 200 |1044 | 224 |7399 |  0 |8985 |1554 | 1.791886e+01 | 2.000000e+01 |  11.61%|  44.34%
757.81/760.14	c   760s|115500 | 41852 | 11439k|  98.1 |   357M |  35 | 200 |1041 | 225 |7399 |  0 |8986 |1555 | 1.791919e+01 | 2.000000e+01 |  11.61%|  44.38%
758.10/760.44	c   760s|115600 | 41858 | 11446k|  98.1 |   357M |  35 | 200 |1040 | 224 |7399 |  1 |8986 |1555 | 1.791973e+01 | 2.000000e+01 |  11.61%|  44.41%
758.40/760.79	c   761s|115700 | 41860 | 11454k|  98.1 |   357M |  35 | 200 |1040 | 225 |7399 |  1 |8986 |1555 | 1.792016e+01 | 2.000000e+01 |  11.61%|  44.43%
758.71/761.09	c   761s|115800 | 41864 | 11461k|  98.0 |   357M |  35 | 200 |1041 | 223 |7399 |  1 |8989 |1556 | 1.792032e+01 | 2.000000e+01 |  11.61%|  44.44%
759.00/761.37	c   761s|115900 | 41868 | 11467k|  98.0 |   357M |  35 | 200 |1040 | 224 |7399 |  0 |8989 |1556 | 1.792085e+01 | 2.000000e+01 |  11.60%|  44.46%
759.30/761.68	c   762s|116000 | 41870 | 11473k|  98.0 |   357M |  35 | 200 |1038 | 226 |7399 |  1 |8989 |1556 | 1.792114e+01 | 2.000000e+01 |  11.60%|  44.49%
759.71/762.02	c   762s|116100 | 41870 | 11479k|  97.9 |   357M |  35 | 200 |1038 | 225 |7399 |  1 |8990 |1556 | 1.792142e+01 | 2.000000e+01 |  11.60%|  44.53%
760.00/762.31	c   762s|116200 | 41866 | 11485k|  97.9 |   357M |  35 | 200 |1037 | 224 |7399 |  0 |8991 |1557 | 1.792162e+01 | 2.000000e+01 |  11.60%|  44.56%
760.20/762.58	c   763s|116300 | 41872 | 11491k|  97.9 |   357M |  35 | 200 |1036 | 223 |7399 |  1 |8991 |1557 | 1.792269e+01 | 2.000000e+01 |  11.59%|  44.58%
760.50/762.88	c   763s|116400 | 41876 | 11498k|  97.9 |   357M |  35 | 200 |1035 | 224 |7399 |  0 |8991 |1557 | 1.792342e+01 | 2.000000e+01 |  11.59%|  44.62%
760.80/763.16	c   763s|116500 | 41870 | 11504k|  97.8 |   357M |  35 | 200 |1035 | 224 |7399 |  0 |8991 |1557 | 1.792373e+01 | 2.000000e+01 |  11.58%|  44.69%
761.10/763.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
761.10/763.43	c   763s|116600 | 41870 | 11510k|  97.8 |   357M |  35 | 200 |1035 | 224 |7399 |  1 |8991 |1557 | 1.792387e+01 | 2.000000e+01 |  11.58%|  44.72%
761.40/763.73	c   764s|116700 | 41878 | 11516k|  97.8 |   357M |  35 | 200 |1033 | 226 |7399 |  1 |8991 |1558 | 1.792410e+01 | 2.000000e+01 |  11.58%|  44.73%
761.60/763.99	c   764s|116800 | 41878 | 11522k|  97.7 |   357M |  35 | 200 |1033 | 225 |7399 |  1 |8991 |1558 | 1.792410e+01 | 2.000000e+01 |  11.58%|  44.78%
761.99/764.31	c   764s|116900 | 41878 | 11529k|  97.7 |   357M |  35 | 200 |1034 | 224 |7399 |  0 |8992 |1559 | 1.792471e+01 | 2.000000e+01 |  11.58%|  44.80%
762.19/764.59	c   765s|117000 | 41872 | 11535k|  97.7 |   357M |  35 | 200 |1032 | 224 |7399 |  0 |8992 |1559 | 1.792525e+01 | 2.000000e+01 |  11.57%|  44.84%
762.49/764.88	c   765s|117100 | 41874 | 11541k|  97.6 |   357M |  35 | 200 |1031 | 224 |7399 |  1 |8993 |1559 | 1.792574e+01 | 2.000000e+01 |  11.57%|  44.87%
762.80/765.16	c   765s|117200 | 41876 | 11547k|  97.6 |   357M |  35 | 200 |1032 | 224 |7399 |  0 |8994 |1559 | 1.792574e+01 | 2.000000e+01 |  11.57%|  44.90%
763.09/765.44	c   765s|117300 | 41878 | 11553k|  97.6 |   357M |  35 | 200 |1032 | 225 |7399 |  0 |8994 |1559 | 1.792632e+01 | 2.000000e+01 |  11.57%|  44.94%
763.39/765.77	c   766s|117400 | 41884 | 11561k|  97.6 |   357M |  35 | 200 |1033 | 224 |7399 |  1 |8996 |1559 | 1.792787e+01 | 2.000000e+01 |  11.56%|  44.96%
763.69/766.06	c   766s|117500 | 41892 | 11566k|  97.5 |   357M |  35 | 200 |1032 | 226 |7399 |  1 |8996 |1560 | 1.792787e+01 | 2.000000e+01 |  11.56%|  44.98%
764.08/766.47	c   766s|117600 | 41902 | 11573k|  97.5 |   358M |  35 | 200 |1032 | 224 |7399 |  0 |8997 |1560 | 1.792852e+01 | 2.000000e+01 |  11.55%|  45.01%
764.38/766.77	c   767s|117700 | 41906 | 11579k|  97.5 |   358M |  35 | 200 |1032 | 225 |7399 |  0 |8997 |1560 | 1.792912e+01 | 2.000000e+01 |  11.55%|  45.04%
764.69/767.06	c   767s|117800 | 41902 | 11586k|  97.4 |   358M |  35 | 200 |1033 | 223 |7399 |  0 |8998 |1561 | 1.792967e+01 | 2.000000e+01 |  11.55%|  45.07%
765.08/767.43	c   767s|117900 | 41906 | 11594k|  97.4 |   358M |  35 | 200 |1034 | 225 |7399 |  1 |8999 |1562 | 1.792991e+01 | 2.000000e+01 |  11.55%|  45.10%
765.38/767.71	c   768s|118000 | 41906 | 11600k|  97.4 |   358M |  35 | 200 |1034 | 224 |7399 |  0 |8999 |1562 | 1.793007e+01 | 2.000000e+01 |  11.54%|  45.12%
765.78/768.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
765.78/768.12	c   768s|118100 | 41916 | 11608k|  97.4 |   358M |  35 | 200 |1034 | 224 |7399 |  1 |9001 |1562 | 1.793017e+01 | 2.000000e+01 |  11.54%|  45.15%
766.08/768.40	c   768s|118200 | 41920 | 11614k|  97.4 |   358M |  35 | 200 |1036 | 224 |7399 |  1 |9003 |1562 | 1.793105e+01 | 2.000000e+01 |  11.54%|  45.18%
766.28/768.68	c   769s|118300 | 41918 | 11620k|  97.3 |   358M |  35 | 200 |1035 | 225 |7399 |  1 |9003 |1562 | 1.793105e+01 | 2.000000e+01 |  11.54%|  45.21%
766.58/769.00	c   769s|118400 | 41926 | 11627k|  97.3 |   359M |  35 | 200 |1035 | 224 |7399 |  0 |9004 |1562 | 1.793126e+01 | 2.000000e+01 |  11.54%|  45.24%
766.97/769.31	c   769s|118500 | 41934 | 11634k|  97.3 |   359M |  35 | 200 |1035 | 224 |7399 |  0 |9004 |1562 | 1.793189e+01 | 2.000000e+01 |  11.53%|  45.27%
767.27/769.69	c   770s|118600 | 41942 | 11643k|  97.3 |   359M |  35 | 200 |1035 | 225 |7399 |  1 |9004 |1563 | 1.793224e+01 | 2.000000e+01 |  11.53%|  45.28%
767.68/770.08	c   770s|118700 | 41942 | 11649k|  97.2 |   359M |  35 | 200 |1035 | 225 |7399 |  0 |9004 |1563 | 1.793235e+01 | 2.000000e+01 |  11.53%|  45.32%
767.97/770.35	c   770s|118800 | 41936 | 11654k|  97.2 |   359M |  35 | 200 |1035 | 225 |7399 |  1 |9004 |1563 | 1.793235e+01 | 2.000000e+01 |  11.53%|  45.35%
768.27/770.66	c   771s|118900 | 41942 | 11661k|  97.2 |   359M |  35 | 200 |1033 | 225 |7399 |  1 |9004 |1563 | 1.793288e+01 | 2.000000e+01 |  11.53%|  45.38%
768.57/770.94	c   771s|119000 | 41946 | 11667k|  97.1 |   359M |  35 | 200 |1032 | 225 |7399 |  0 |9004 |1563 | 1.793310e+01 | 2.000000e+01 |  11.53%|  45.42%
768.87/771.25	c   771s|119100 | 41948 | 11674k|  97.1 |   359M |  35 | 200 |1035 | 224 |7399 |  1 |9007 |1564 | 1.793327e+01 | 2.000000e+01 |  11.52%|  45.45%
769.17/771.56	c   772s|119200 | 41952 | 11680k|  97.1 |   359M |  35 | 200 |1036 | 224 |7399 |  0 |9009 |1565 | 1.793347e+01 | 2.000000e+01 |  11.52%|  45.47%
769.47/771.88	c   772s|119300 | 41960 | 11687k|  97.1 |   359M |  35 | 200 |1035 | 227 |7399 |  1 |9009 |1566 | 1.793384e+01 | 2.000000e+01 |  11.52%|  45.49%
769.97/772.32	c   772s|119400 | 41966 | 11694k|  97.0 |   359M |  35 | 200 |1038 | 225 |7399 |  0 |9017 |1567 | 1.793392e+01 | 2.000000e+01 |  11.52%|  45.53%
770.27/772.67	c   773s|119500 | 41984 | 11701k|  97.0 |   360M |  35 | 200 |1040 | 225 |7399 |  1 |9020 |1567 | 1.793400e+01 | 2.000000e+01 |  11.52%|  45.56%
770.57/772.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
770.57/772.97	c   773s|119600 | 41988 | 11708k|  97.0 |   360M |  35 | 200 |1040 | 224 |7399 |  0 |9020 |1567 | 1.793424e+01 | 2.000000e+01 |  11.52%|  45.58%
770.87/773.24	c   773s|119700 | 41988 | 11713k|  97.0 |   360M |  35 | 200 |1039 | 225 |7399 |  1 |9020 |1567 | 1.793429e+01 | 2.000000e+01 |  11.52%|  45.60%
771.16/773.58	c   774s|119800 | 41992 | 11722k|  97.0 |   360M |  35 | 200 |1039 | 225 |7399 |  0 |9020 |1567 | 1.793469e+01 | 2.000000e+01 |  11.52%|  45.62%
771.56/773.97	c   774s|119900 | 41996 | 11728k|  96.9 |   360M |  35 | 200 |1037 | 225 |7399 |  0 |9020 |1567 | 1.793492e+01 | 2.000000e+01 |  11.51%|  45.64%
771.96/774.35	c   774s|120000 | 42000 | 11736k|  96.9 |   360M |  35 | 200 |1037 | 224 |7399 |  0 |9022 |1567 | 1.793508e+01 | 2.000000e+01 |  11.51%|  45.66%
772.26/774.62	c   775s|120100 | 41994 | 11742k|  96.9 |   360M |  35 | 200 |1036 | 224 |7399 |  0 |9022 |1567 | 1.793590e+01 | 2.000000e+01 |  11.51%|  45.70%
772.56/774.90	c   775s|120200 | 41988 | 11748k|  96.9 |   360M |  35 | 200 |1035 | 225 |7399 |  0 |9022 |1567 | 1.793610e+01 | 2.000000e+01 |  11.51%|  45.72%
772.77/775.19	c   775s|120300 | 41994 | 11755k|  96.8 |   360M |  35 | 200 |1035 | 224 |7399 |  0 |9022 |1567 | 1.793627e+01 | 2.000000e+01 |  11.51%|  45.77%
773.06/775.48	c   775s|120400 | 41994 | 11761k|  96.8 |   360M |  35 | 200 |1036 | 225 |7399 |  0 |9024 |1567 | 1.793627e+01 | 2.000000e+01 |  11.51%|  45.79%
773.46/775.80	c   776s|120500 | 42000 | 11768k|  96.8 |   360M |  35 | 200 |1036 | 225 |7399 |  1 |9027 |1567 | 1.793703e+01 | 2.000000e+01 |  11.50%|  45.82%
773.76/776.11	c   776s|120600 | 42008 | 11774k|  96.7 |   360M |  35 | 200 |1034 | 224 |7399 |  1 |9029 |1567 | 1.793719e+01 | 2.000000e+01 |  11.50%|  45.84%
774.15/776.53	c   777s|120700 | 42018 | 11781k|  96.7 |   360M |  35 | 200 |1032 | 224 |7399 |  0 |9029 |1567 | 1.793764e+01 | 2.000000e+01 |  11.50%|  45.85%
774.45/776.84	c   777s|120800 | 42032 | 11788k|  96.7 |   360M |  35 | 200 |1031 | 224 |7399 |  1 |9032 |1567 | 1.793772e+01 | 2.000000e+01 |  11.50%|  45.87%
774.76/777.14	c   777s|120900 | 42034 | 11794k|  96.7 |   360M |  35 | 200 |1029 | 225 |7399 |  0 |9032 |1567 | 1.793972e+01 | 2.000000e+01 |  11.48%|  45.91%
775.05/777.47	c   777s|121000 | 42038 | 11802k|  96.7 |   360M |  35 | 200 |1027 | 224 |7399 |  0 |9032 |1567 | 1.793984e+01 | 2.000000e+01 |  11.48%|  45.93%
775.35/777.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
775.35/777.78	c   778s|121100 | 42044 | 11808k|  96.6 |   360M |  35 | 200 |1028 | 225 |7399 |  1 |9033 |1568 | 1.794004e+01 | 2.000000e+01 |  11.48%|  45.96%
775.85/778.21	c   778s|121200 | 42052 | 11815k|  96.6 |   360M |  35 | 200 |1028 | 227 |7399 |  0 |9035 |1569 | 1.794037e+01 | 2.000000e+01 |  11.48%|  45.98%
776.15/778.51	c   779s|121300 | 42052 | 11821k|  96.6 |   360M |  35 | 200 |1028 | 224 |7399 |  1 |9035 |1569 | 1.794059e+01 | 2.000000e+01 |  11.48%|  46.00%
776.35/778.78	c   779s|121400 | 42046 | 11827k|  96.5 |   360M |  35 | 200 |1026 | 224 |7399 |  0 |9035 |1569 | 1.794119e+01 | 2.000000e+01 |  11.48%|  46.03%
776.65/779.07	c   779s|121500 | 42048 | 11833k|  96.5 |   360M |  35 | 200 |1026 | 224 |7399 |  1 |9035 |1569 | 1.794122e+01 | 2.000000e+01 |  11.48%|  46.06%
776.95/779.34	c   779s|121600 | 42050 | 11839k|  96.5 |   360M |  35 | 200 |1025 | 225 |7399 |  1 |9035 |1569 | 1.794137e+01 | 2.000000e+01 |  11.47%|  46.10%
777.25/779.60	c   780s|121700 | 42042 | 11844k|  96.5 |   360M |  35 | 200 |1022 | 226 |7399 |  0 |9035 |1569 | 1.794176e+01 | 2.000000e+01 |  11.47%|  46.12%
777.45/779.88	c   780s|121800 | 42040 | 11850k|  96.4 |   360M |  35 | 200 |1020 | 225 |7399 |  0 |9035 |1569 | 1.794193e+01 | 2.000000e+01 |  11.47%|  46.15%
777.75/780.16	c   780s|121900 | 42038 | 11856k|  96.4 |   360M |  35 | 200 |1018 | 224 |7399 |  0 |9035 |1569 | 1.794334e+01 | 2.000000e+01 |  11.46%|  46.18%
778.04/780.44	c   780s|122000 | 42040 | 11862k|  96.4 |   360M |  35 | 200 |1018 | 226 |7399 |  1 |9037 |1569 | 1.794334e+01 | 2.000000e+01 |  11.46%|  46.21%
778.34/780.74	c   781s|122100 | 42042 | 11869k|  96.3 |   360M |  35 | 200 |1020 | 224 |7399 |  1 |9041 |1571 | 1.794353e+01 | 2.000000e+01 |  11.46%|  46.23%
778.75/781.12	c   781s|122200 | 42042 | 11877k|  96.3 |   360M |  35 | 200 |1018 | 224 |7399 |  0 |9041 |1571 | 1.794369e+01 | 2.000000e+01 |  11.46%|  46.27%
779.04/781.42	c   781s|122300 | 42040 | 11884k|  96.3 |   360M |  35 | 200 |1017 | 225 |7399 |  0 |9041 |1571 | 1.794444e+01 | 2.000000e+01 |  11.46%|  46.29%
779.34/781.72	c   782s|122400 | 42040 | 11890k|  96.3 |   360M |  35 | 200 |1015 | 224 |7399 |  1 |9041 |1571 | 1.794463e+01 | 2.000000e+01 |  11.45%|  46.33%
779.64/782.00	c   782s|122500 | 42046 | 11896k|  96.2 |   360M |  35 | 200 |1015 | 225 |7399 |  0 |9041 |1571 | 1.794463e+01 | 2.000000e+01 |  11.45%|  46.34%
779.84/782.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
779.84/782.26	c   782s|122600 | 42046 | 11902k|  96.2 |   360M |  35 | 200 |1016 | 224 |7399 |  1 |9042 |1572 | 1.794466e+01 | 2.000000e+01 |  11.45%|  46.36%
780.14/782.53	c   783s|122700 | 42044 | 11908k|  96.2 |   360M |  35 | 200 |1016 | 224 |7399 |  1 |9042 |1572 | 1.794467e+01 | 2.000000e+01 |  11.45%|  46.39%
780.44/782.84	c   783s|122800 | 42042 | 11914k|  96.2 |   360M |  35 | 200 |1016 | 225 |7399 |  1 |9042 |1572 | 1.794471e+01 | 2.000000e+01 |  11.45%|  46.43%
780.74/783.18	c   783s|122900 | 42046 | 11922k|  96.1 |   360M |  35 | 200 |1015 | 224 |7399 |  1 |9042 |1573 | 1.794494e+01 | 2.000000e+01 |  11.45%|  46.46%
781.03/783.49	c   783s|123000 | 42048 | 11928k|  96.1 |   360M |  35 | 200 |1015 | 224 |7399 |  1 |9043 |1575 | 1.794531e+01 | 2.000000e+01 |  11.45%|  46.50%
781.43/783.81	c   784s|123100 | 42054 | 11935k|  96.1 |   360M |  35 | 200 |1013 | 224 |7399 |  0 |9043 |1575 | 1.794552e+01 | 2.000000e+01 |  11.45%|  46.53%
781.74/784.11	c   784s|123200 | 42054 | 11941k|  96.1 |   360M |  35 | 200 |1014 | 226 |7399 |  1 |9044 |1576 | 1.794593e+01 | 2.000000e+01 |  11.45%|  46.56%
782.03/784.45	c   784s|123300 | 42056 | 11949k|  96.1 |   360M |  35 | 200 |1014 | 226 |7399 |  0 |9044 |1576 | 1.794694e+01 | 2.000000e+01 |  11.44%|  46.58%
782.33/784.76	c   785s|123400 | 42056 | 11956k|  96.0 |   360M |  35 | 200 |1014 | 222 |7399 |  0 |9044 |1576 | 1.794704e+01 | 2.000000e+01 |  11.44%|  46.62%
782.64/785.08	c   785s|123500 | 42062 | 11963k|  96.0 |   360M |  35 | 200 |1013 | 226 |7399 |  1 |9044 |1576 | 1.794837e+01 | 2.000000e+01 |  11.43%|  46.62%
782.93/785.33	c   785s|123600 | 42052 | 11968k|  96.0 |   360M |  35 | 200 |1011 | 224 |7399 |  0 |9044 |1576 | 1.794842e+01 | 2.000000e+01 |  11.43%|  46.65%
783.23/785.69	c   786s|123700 | 42058 | 11976k|  96.0 |   360M |  35 | 200 |1012 | 225 |7399 |  1 |9046 |1576 | 1.794852e+01 | 2.000000e+01 |  11.43%|  46.66%
783.54/785.95	c   786s|123800 | 42054 | 11982k|  95.9 |   361M |  35 | 200 |1012 | 225 |7399 |  0 |9046 |1576 | 1.794872e+01 | 2.000000e+01 |  11.43%|  46.69%
783.84/786.28	c   786s|123900 | 42062 | 11990k|  95.9 |   361M |  35 | 200 |1012 | 224 |7399 |  0 |9046 |1576 | 1.794885e+01 | 2.000000e+01 |  11.43%|  46.72%
784.13/786.59	c   787s|124000 | 42064 | 11997k|  95.9 |   361M |  35 | 200 |1013 | 224 |7399 |  1 |9047 |1576 | 1.794895e+01 | 2.000000e+01 |  11.43%|  46.74%
784.53/786.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
784.53/786.90	c   787s|124100 | 42068 | 12003k|  95.9 |   362M |  35 | 200 |1011 | 224 |7399 |  1 |9048 |1577 | 1.794947e+01 | 2.000000e+01 |  11.42%|  46.76%
784.83/787.27	c   787s|124200 | 42066 | 12009k|  95.8 |   362M |  35 | 200 |1011 | 225 |7399 |  0 |9048 |1577 | 1.794957e+01 | 2.000000e+01 |  11.42%|  46.80%
785.13/787.55	c   788s|124300 | 42072 | 12015k|  95.8 |   362M |  35 | 200 |1009 | 225 |7399 |  0 |9048 |1577 | 1.794981e+01 | 2.000000e+01 |  11.42%|  46.84%
785.43/787.82	c   788s|124400 | 42066 | 12021k|  95.8 |   362M |  35 | 200 |1009 | 224 |7399 |  0 |9048 |1577 | 1.795006e+01 | 2.000000e+01 |  11.42%|  46.87%
785.73/788.10	c   788s|124500 | 42066 | 12027k|  95.8 |   362M |  35 | 200 |1008 | 224 |7399 |  0 |9048 |1577 | 1.795076e+01 | 2.000000e+01 |  11.42%|  46.90%
785.93/788.36	c   788s|124600 | 42064 | 12032k|  95.7 |   362M |  35 | 200 |1007 | 225 |7399 |  1 |9048 |1578 | 1.795091e+01 | 2.000000e+01 |  11.41%|  46.93%
786.23/788.64	c   789s|124700 | 42068 | 12038k|  95.7 |   362M |  35 | 200 |1007 | 223 |7399 |  1 |9048 |1578 | 1.795095e+01 | 2.000000e+01 |  11.41%|  46.95%
786.53/788.97	c   789s|124800 | 42074 | 12046k|  95.7 |   362M |  35 | 200 |1007 | 226 |7399 |  0 |9048 |1578 | 1.795103e+01 | 2.000000e+01 |  11.41%|  46.97%
786.83/789.24	c   789s|124900 | 42074 | 12052k|  95.6 |   362M |  35 | 200 |1007 | 224 |7399 |  0 |9048 |1578 | 1.795236e+01 | 2.000000e+01 |  11.41%|  47.02%
787.22/789.60	c   790s|125000 | 42078 | 12060k|  95.6 |   362M |  35 | 200 |1008 | 225 |7399 |  1 |9049 |1579 | 1.795315e+01 | 2.000000e+01 |  11.40%|  47.05%
787.52/789.92	c   790s|125100 | 42084 | 12066k|  95.6 |   362M |  35 | 200 |1008 | 224 |7399 |  1 |9049 |1579 | 1.795321e+01 | 2.000000e+01 |  11.40%|  47.07%
787.82/790.20	c   790s|125200 | 42082 | 12073k|  95.6 |   362M |  35 | 200 |1008 | 223 |7399 |  0 |9050 |1580 | 1.795335e+01 | 2.000000e+01 |  11.40%|  47.11%
788.12/790.51	c   791s|125300 | 42094 | 12079k|  95.6 |   362M |  35 | 200 |1008 | 222 |7399 |  0 |9051 |1580 | 1.795377e+01 | 2.000000e+01 |  11.40%|  47.13%
788.42/790.80	c   791s|125400 | 42098 | 12085k|  95.5 |   362M |  35 | 200 |1010 | 225 |7399 |  0 |9053 |1580 | 1.795421e+01 | 2.000000e+01 |  11.39%|  47.16%
788.73/791.13	c   791s|125500 | 42110 | 12092k|  95.5 |   362M |  35 | 200 |1009 | 225 |7399 |  1 |9053 |1580 | 1.795431e+01 | 2.000000e+01 |  11.39%|  47.18%
789.02/791.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
789.02/791.49	c   791s|125600 | 42110 | 12101k|  95.5 |   362M |  35 | 200 |1008 | 224 |7399 |  1 |9053 |1580 | 1.795478e+01 | 2.000000e+01 |  11.39%|  47.21%
789.42/791.82	c   792s|125700 | 42106 | 12107k|  95.5 |   362M |  35 | 200 |1009 | 224 |7399 |  1 |9055 |1580 | 1.795483e+01 | 2.000000e+01 |  11.39%|  47.24%
789.62/792.08	c   792s|125800 | 42102 | 12112k|  95.4 |   362M |  35 | 200 |1007 | 225 |7399 |  0 |9055 |1580 | 1.795542e+01 | 2.000000e+01 |  11.39%|  47.27%
790.02/792.45	c   792s|125900 | 42118 | 12120k|  95.4 |   362M |  35 | 200 |1005 | 226 |7399 |  0 |9056 |1580 | 1.795651e+01 | 2.000000e+01 |  11.38%|  47.29%
790.32/792.72	c   793s|126000 | 42124 | 12126k|  95.4 |   362M |  35 | 200 |1003 | 224 |7399 |  0 |9056 |1580 | 1.795677e+01 | 2.000000e+01 |  11.38%|  47.33%
790.62/793.01	c   793s|126100 | 42124 | 12132k|  95.4 |   362M |  35 | 200 | 999 | 224 |7399 |  1 |9057 |1580 | 1.795694e+01 | 2.000000e+01 |  11.38%|  47.34%
790.92/793.32	c   793s|126200 | 42126 | 12138k|  95.4 |   362M |  35 | 200 | 997 | 224 |7399 |  0 |9057 |1580 | 1.795752e+01 | 2.000000e+01 |  11.37%|  47.39%
791.22/793.62	c   794s|126300 | 42124 | 12144k|  95.3 |   362M |  35 | 200 |1001 | 224 |7399 |  1 |9061 |1583 | 1.795759e+01 | 2.000000e+01 |  11.37%|  47.42%
791.41/793.87	c   794s|126400 | 42120 | 12150k|  95.3 |   362M |  35 | 200 | 999 | 225 |7399 |  0 |9061 |1583 | 1.795759e+01 | 2.000000e+01 |  11.37%|  47.44%
791.72/794.17	c   794s|126500 | 42116 | 12156k|  95.3 |   363M |  35 | 200 |1000 | 224 |7399 |  1 |9062 |1584 | 1.795788e+01 | 2.000000e+01 |  11.37%|  47.48%
792.01/794.44	c   794s|126600 | 42104 | 12162k|  95.2 |   363M |  35 | 200 |1000 | 227 |7399 |  0 |9062 |1584 | 1.795836e+01 | 2.000000e+01 |  11.37%|  47.51%
792.41/794.86	c   795s|126700 | 42104 | 12170k|  95.2 |   363M |  35 | 200 | 999 | 224 |7399 |  0 |9063 |1584 | 1.795895e+01 | 2.000000e+01 |  11.37%|  47.55%
792.72/795.14	c   795s|126800 | 42102 | 12176k|  95.2 |   363M |  35 | 200 | 999 | 224 |7399 |  1 |9063 |1584 | 1.795918e+01 | 2.000000e+01 |  11.36%|  47.58%
793.01/795.47	c   795s|126900 | 42104 | 12183k|  95.2 |   363M |  35 | 200 | 998 | 224 |7399 |  1 |9063 |1585 | 1.795946e+01 | 2.000000e+01 |  11.36%|  47.60%
793.31/795.76	c   796s|127000 | 42104 | 12189k|  95.2 |   363M |  35 | 200 | 998 | 223 |7399 |  0 |9063 |1585 | 1.795957e+01 | 2.000000e+01 |  11.36%|  47.62%
793.61/796.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
793.61/796.04	c   796s|127100 | 42104 | 12196k|  95.1 |   363M |  35 | 200 | 998 | 225 |7399 |  0 |9063 |1585 | 1.795970e+01 | 2.000000e+01 |  11.36%|  47.65%
793.91/796.32	c   796s|127200 | 42100 | 12202k|  95.1 |   363M |  35 | 200 |1000 | 224 |7399 |  1 |9065 |1586 | 1.795997e+01 | 2.000000e+01 |  11.36%|  47.70%
794.21/796.61	c   797s|127300 | 42096 | 12208k|  95.1 |   363M |  35 | 200 |1003 | 224 |7399 |  0 |9068 |1588 | 1.796016e+01 | 2.000000e+01 |  11.36%|  47.73%
794.51/796.94	c   797s|127400 | 42104 | 12215k|  95.1 |   363M |  35 | 200 |1004 | 224 |7399 |  1 |9070 |1588 | 1.796043e+01 | 2.000000e+01 |  11.36%|  47.75%
794.81/797.22	c   797s|127500 | 42100 | 12221k|  95.0 |   363M |  35 | 200 |1004 | 224 |7399 |  0 |9070 |1588 | 1.796049e+01 | 2.000000e+01 |  11.36%|  47.77%
795.20/797.64	c   798s|127600 | 42106 | 12227k|  95.0 |   363M |  35 | 200 |1003 | 224 |7399 |  0 |9070 |1588 | 1.796116e+01 | 2.000000e+01 |  11.35%|  47.79%
795.50/797.97	c   798s|127700 | 42112 | 12235k|  95.0 |   363M |  35 | 200 |1002 | 225 |7399 |  0 |9070 |1588 | 1.796141e+01 | 2.000000e+01 |  11.35%|  47.82%
795.80/798.25	c   798s|127800 | 42106 | 12241k|  95.0 |   363M |  35 | 200 |1002 | 224 |7399 |  1 |9070 |1588 | 1.796164e+01 | 2.000000e+01 |  11.35%|  47.85%
796.10/798.54	c   799s|127900 | 42108 | 12247k|  94.9 |   363M |  35 | 200 |1002 | 224 |7399 |  0 |9070 |1590 | 1.796194e+01 | 2.000000e+01 |  11.35%|  47.87%
796.40/798.86	c   799s|128000 | 42114 | 12255k|  94.9 |   364M |  35 | 200 |1001 | 224 |7399 |  0 |9070 |1590 | 1.796253e+01 | 2.000000e+01 |  11.34%|  47.90%
796.71/799.14	c   799s|128100 | 42110 | 12261k|  94.9 |   364M |  35 | 200 |1000 | 224 |7399 |  1 |9070 |1590 | 1.796276e+01 | 2.000000e+01 |  11.34%|  47.93%
797.00/799.41	c   799s|128200 | 42102 | 12266k|  94.9 |   364M |  35 | 200 |1000 | 225 |7399 |  1 |9070 |1590 | 1.796281e+01 | 2.000000e+01 |  11.34%|  47.98%
797.30/799.71	c   800s|128300 | 42098 | 12272k|  94.8 |   364M |  35 | 200 |1000 | 224 |7399 |  1 |9070 |1590 | 1.796285e+01 | 2.000000e+01 |  11.34%|  48.02%
797.60/800.01	c   800s|128400 | 42100 | 12279k|  94.8 |   364M |  35 | 200 |1000 | 224 |7399 |  1 |9070 |1590 | 1.796325e+01 | 2.000000e+01 |  11.34%|  48.04%
797.90/800.31	c   800s|128500 | 42106 | 12285k|  94.8 |   364M |  35 | 200 | 998 | 224 |7399 |  0 |9071 |1590 | 1.796426e+01 | 2.000000e+01 |  11.33%|  48.06%
798.20/800.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
798.20/800.61	c   801s|128600 | 42106 | 12291k|  94.8 |   364M |  35 | 200 | 998 | 226 |7399 |  0 |9071 |1590 | 1.796456e+01 | 2.000000e+01 |  11.33%|  48.09%
798.50/800.97	c   801s|128700 | 42118 | 12299k|  94.8 |   364M |  35 | 200 | 995 | 225 |7399 |  1 |9071 |1590 | 1.796565e+01 | 2.000000e+01 |  11.32%|  48.11%
798.80/801.24	c   801s|128800 | 42118 | 12305k|  94.7 |   364M |  35 | 200 | 996 | 224 |7399 |  0 |9072 |1590 | 1.796578e+01 | 2.000000e+01 |  11.32%|  48.14%
799.09/801.54	c   802s|128900 | 42110 | 12311k|  94.7 |   364M |  35 | 200 | 995 | 224 |7399 |  0 |9072 |1590 | 1.796593e+01 | 2.000000e+01 |  11.32%|  48.18%
799.39/801.82	c   802s|129000 | 42110 | 12317k|  94.7 |   364M |  35 | 200 | 994 | 224 |7399 |  1 |9072 |1590 | 1.796665e+01 | 2.000000e+01 |  11.32%|  48.21%
799.79/802.22	c   802s|129100 | 42112 | 12324k|  94.7 |   364M |  35 | 200 | 994 | 225 |7399 |  0 |9073 |1590 | 1.796690e+01 | 2.000000e+01 |  11.32%|  48.26%
800.09/802.52	c   803s|129200 | 42108 | 12330k|  94.6 |   364M |  35 | 200 | 994 | 227 |7399 |  1 |9073 |1590 | 1.796736e+01 | 2.000000e+01 |  11.31%|  48.28%
800.39/802.81	c   803s|129300 | 42104 | 12336k|  94.6 |   364M |  35 | 200 | 994 | 223 |7399 |  0 |9073 |1590 | 1.796778e+01 | 2.000000e+01 |  11.31%|  48.31%
800.70/803.11	c   803s|129400 | 42102 | 12343k|  94.6 |   364M |  35 | 200 | 994 | 225 |7399 |  1 |9073 |1590 | 1.796802e+01 | 2.000000e+01 |  11.31%|  48.37%
800.89/803.39	c   803s|129500 | 42098 | 12349k|  94.6 |   364M |  35 | 200 | 994 | 226 |7399 |  1 |9073 |1590 | 1.796807e+01 | 2.000000e+01 |  11.31%|  48.42%
801.29/803.71	c   804s|129600 | 42100 | 12355k|  94.5 |   364M |  35 | 200 | 994 | 224 |7399 |  1 |9075 |1591 | 1.796821e+01 | 2.000000e+01 |  11.31%|  48.44%
801.59/804.01	c   804s|129700 | 42102 | 12362k|  94.5 |   364M |  35 | 200 | 994 | 224 |7399 |  1 |9075 |1591 | 1.796863e+01 | 2.000000e+01 |  11.31%|  48.46%
801.89/804.31	c   804s|129800 | 42098 | 12368k|  94.5 |   364M |  35 | 200 | 993 | 225 |7399 |  1 |9075 |1591 | 1.796867e+01 | 2.000000e+01 |  11.30%|  48.49%
802.19/804.61	c   805s|129900 | 42094 | 12374k|  94.5 |   364M |  35 | 200 | 993 | 223 |7399 |  0 |9075 |1591 | 1.796935e+01 | 2.000000e+01 |  11.30%|  48.52%
802.49/804.90	c   805s|130000 | 42090 | 12380k|  94.4 |   364M |  35 | 200 | 993 | 224 |7399 |  1 |9075 |1591 | 1.796943e+01 | 2.000000e+01 |  11.30%|  48.56%
802.69/805.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
802.69/805.16	c   805s|130100 | 42078 | 12386k|  94.4 |   364M |  35 | 200 | 992 | 225 |7399 |  0 |9075 |1591 | 1.797000e+01 | 2.000000e+01 |  11.30%|  48.60%
802.99/805.49	c   805s|130200 | 42074 | 12393k|  94.4 |   364M |  35 | 200 | 989 | 223 |7399 |  0 |9075 |1591 | 1.797013e+01 | 2.000000e+01 |  11.30%|  48.62%
803.28/805.78	c   806s|130300 | 42068 | 12400k|  94.4 |   364M |  35 | 200 | 990 | 225 |7399 |  1 |9076 |1591 | 1.797067e+01 | 2.000000e+01 |  11.29%|  48.66%
803.59/806.09	c   806s|130400 | 42070 | 12406k|  94.3 |   364M |  35 | 200 | 989 | 226 |7399 |  0 |9077 |1591 | 1.797151e+01 | 2.000000e+01 |  11.29%|  48.68%
803.88/806.38	c   806s|130500 | 42066 | 12412k|  94.3 |   364M |  35 | 200 | 989 | 225 |7399 |  0 |9077 |1591 | 1.797217e+01 | 2.000000e+01 |  11.28%|  48.71%
804.28/806.72	c   807s|130600 | 42072 | 12418k|  94.3 |   364M |  35 | 200 | 992 | 224 |7399 |  1 |9080 |1591 | 1.797269e+01 | 2.000000e+01 |  11.28%|  48.73%
804.58/807.03	c   807s|130700 | 42068 | 12425k|  94.3 |   364M |  35 | 200 | 992 | 224 |7399 |  0 |9080 |1591 | 1.797298e+01 | 2.000000e+01 |  11.28%|  48.75%
804.88/807.39	c   807s|130800 | 42066 | 12433k|  94.3 |   364M |  35 | 200 | 992 | 225 |7399 |  0 |9080 |1591 | 1.797344e+01 | 2.000000e+01 |  11.28%|  48.80%
805.18/807.68	c   808s|130900 | 42062 | 12439k|  94.2 |   364M |  35 | 200 | 992 | 224 |7399 |  0 |9080 |1591 | 1.797367e+01 | 2.000000e+01 |  11.27%|  48.82%
805.48/807.96	c   808s|131000 | 42058 | 12445k|  94.2 |   364M |  35 | 200 | 993 | 224 |7399 |  0 |9081 |1592 | 1.797409e+01 | 2.000000e+01 |  11.27%|  48.86%
805.78/808.27	c   808s|131100 | 42062 | 12452k|  94.2 |   364M |  35 | 200 | 994 | 224 |7399 |  1 |9084 |1592 | 1.797438e+01 | 2.000000e+01 |  11.27%|  48.90%
806.08/808.57	c   809s|131200 | 42060 | 12458k|  94.2 |   364M |  35 | 200 | 993 | 224 |7399 |  0 |9084 |1592 | 1.797471e+01 | 2.000000e+01 |  11.27%|  48.92%
806.38/808.85	c   809s|131300 | 42064 | 12464k|  94.1 |   364M |  35 | 200 | 993 | 225 |7399 |  1 |9084 |1592 | 1.797520e+01 | 2.000000e+01 |  11.26%|  48.94%
806.68/809.14	c   809s|131400 | 42062 | 12470k|  94.1 |   364M |  35 | 200 | 992 | 223 |7399 |  0 |9084 |1592 | 1.797572e+01 | 2.000000e+01 |  11.26%|  48.98%
806.97/809.49	c   809s|131500 | 42062 | 12477k|  94.1 |   364M |  35 | 200 | 991 | 223 |7399 |  0 |9084 |1592 | 1.797606e+01 | 2.000000e+01 |  11.26%|  49.00%
807.37/809.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
807.37/809.87	c   810s|131600 | 42058 | 12483k|  94.1 |   364M |  35 | 200 | 992 | 224 |7399 |  0 |9085 |1592 | 1.797609e+01 | 2.000000e+01 |  11.26%|  49.05%
807.67/810.15	c   810s|131700 | 42056 | 12488k|  94.0 |   364M |  35 | 200 | 991 | 224 |7399 |  0 |9085 |1593 | 1.797609e+01 | 2.000000e+01 |  11.26%|  49.06%
807.97/810.46	c   810s|131800 | 42056 | 12495k|  94.0 |   364M |  35 | 200 | 989 | 224 |7399 |  1 |9085 |1593 | 1.797651e+01 | 2.000000e+01 |  11.26%|  49.10%
808.27/810.76	c   811s|131900 | 42052 | 12502k|  94.0 |   365M |  35 | 200 | 988 | 226 |7399 |  1 |9085 |1593 | 1.797651e+01 | 2.000000e+01 |  11.26%|  49.12%
808.57/811.03	c   811s|132000 | 42046 | 12507k|  94.0 |   365M |  35 | 200 | 988 | 224 |7399 |  0 |9085 |1593 | 1.797706e+01 | 2.000000e+01 |  11.25%|  49.14%
808.87/811.35	c   811s|132100 | 42050 | 12514k|  93.9 |   365M |  35 | 200 | 987 | 225 |7399 |  0 |9085 |1593 | 1.797778e+01 | 2.000000e+01 |  11.25%|  49.16%
809.17/811.63	c   812s|132200 | 42042 | 12520k|  93.9 |   365M |  35 | 200 | 987 | 223 |7399 |  1 |9085 |1593 | 1.797791e+01 | 2.000000e+01 |  11.25%|  49.19%
809.37/811.89	c   812s|132300 | 42038 | 12525k|  93.9 |   365M |  35 | 200 | 987 | 225 |7399 |  0 |9085 |1593 | 1.797791e+01 | 2.000000e+01 |  11.25%|  49.22%
809.67/812.19	c   812s|132400 | 42042 | 12531k|  93.9 |   365M |  35 | 200 | 987 | 224 |7399 |  0 |9085 |1593 | 1.797808e+01 | 2.000000e+01 |  11.25%|  49.24%
810.06/812.53	c   813s|132500 | 42040 | 12539k|  93.9 |   365M |  35 | 200 | 986 | 224 |7399 |  1 |9085 |1593 | 1.797914e+01 | 2.000000e+01 |  11.24%|  49.27%
810.26/812.79	c   813s|132600 | 42042 | 12545k|  93.8 |   365M |  35 | 200 | 986 | 226 |7399 |  0 |9085 |1593 | 1.797920e+01 | 2.000000e+01 |  11.24%|  49.28%
810.57/813.05	c   813s|132700 | 42032 | 12550k|  93.8 |   365M |  35 | 200 | 985 | 224 |7399 |  0 |9085 |1593 | 1.797957e+01 | 2.000000e+01 |  11.24%|  49.30%
810.96/813.43	c   813s|132800 | 42036 | 12559k|  93.8 |   365M |  35 | 200 | 984 | 224 |7399 |  1 |9085 |1593 | 1.797968e+01 | 2.000000e+01 |  11.24%|  49.32%
811.26/813.75	c   814s|132900 | 42044 | 12565k|  93.8 |   365M |  35 | 200 | 985 | 225 |7399 |  1 |9088 |1594 | 1.797991e+01 | 2.000000e+01 |  11.24%|  49.36%
811.56/814.07	c   814s|133000 | 42046 | 12572k|  93.7 |   365M |  35 | 200 | 985 | 225 |7399 |  1 |9089 |1594 | 1.798018e+01 | 2.000000e+01 |  11.23%|  49.39%
811.96/814.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
811.96/814.42	c   814s|133100 | 42046 | 12577k|  93.7 |   365M |  35 | 200 | 985 | 224 |7399 |  1 |9089 |1594 | 1.798031e+01 | 2.000000e+01 |  11.23%|  49.41%
812.26/814.72	c   815s|133200 | 42046 | 12584k|  93.7 |   365M |  35 | 200 | 985 | 227 |7399 |  1 |9089 |1594 | 1.798095e+01 | 2.000000e+01 |  11.23%|  49.43%
812.46/814.99	c   815s|133300 | 42050 | 12590k|  93.7 |   365M |  35 | 200 | 985 | 224 |7399 |  1 |9089 |1594 | 1.798149e+01 | 2.000000e+01 |  11.23%|  49.44%
812.76/815.26	c   815s|133400 | 42044 | 12596k|  93.6 |   365M |  35 | 200 | 986 | 224 |7399 |  1 |9091 |1594 | 1.798200e+01 | 2.000000e+01 |  11.22%|  49.49%
813.06/815.56	c   816s|133500 | 42050 | 12602k|  93.6 |   365M |  35 | 200 | 986 | 224 |7399 |  0 |9091 |1594 | 1.798222e+01 | 2.000000e+01 |  11.22%|  49.53%
813.36/815.88	c   816s|133600 | 42050 | 12609k|  93.6 |   365M |  35 | 200 | 986 | 224 |7399 |  0 |9091 |1594 | 1.798296e+01 | 2.000000e+01 |  11.22%|  49.57%
813.66/816.17	c   816s|133700 | 42048 | 12615k|  93.6 |   365M |  35 | 200 | 988 | 224 |7399 |  1 |9093 |1595 | 1.798309e+01 | 2.000000e+01 |  11.22%|  49.59%
813.95/816.46	c   816s|133800 | 42042 | 12621k|  93.6 |   365M |  35 | 200 | 987 | 222 |7399 |  1 |9093 |1595 | 1.798314e+01 | 2.000000e+01 |  11.22%|  49.61%
814.25/816.74	c   817s|133900 | 42034 | 12627k|  93.5 |   365M |  35 | 200 | 987 | 224 |7399 |  0 |9093 |1595 | 1.798321e+01 | 2.000000e+01 |  11.21%|  49.63%
814.56/817.06	c   817s|134000 | 42036 | 12634k|  93.5 |   365M |  35 | 200 | 987 | 224 |7399 |  0 |9093 |1595 | 1.798339e+01 | 2.000000e+01 |  11.21%|  49.64%
814.85/817.35	c   817s|134100 | 42030 | 12640k|  93.5 |   365M |  35 | 200 | 988 | 225 |7399 |  0 |9096 |1596 | 1.798348e+01 | 2.000000e+01 |  11.21%|  49.68%
815.15/817.62	c   818s|134200 | 42022 | 12646k|  93.5 |   365M |  35 | 200 | 988 | 224 |7399 |  1 |9096 |1596 | 1.798386e+01 | 2.000000e+01 |  11.21%|  49.71%
815.55/818.04	c   818s|134300 | 42024 | 12652k|  93.4 |   365M |  35 | 200 | 987 | 224 |7399 |  0 |9096 |1596 | 1.798444e+01 | 2.000000e+01 |  11.21%|  49.73%
815.85/818.33	c   818s|134400 | 42016 | 12658k|  93.4 |   365M |  35 | 200 | 984 | 225 |7399 |  0 |9096 |1596 | 1.798500e+01 | 2.000000e+01 |  11.20%|  49.76%
816.05/818.59	c   819s|134500 | 42014 | 12664k|  93.4 |   365M |  35 | 200 | 984 | 224 |7399 |  0 |9096 |1596 | 1.798501e+01 | 2.000000e+01 |  11.20%|  49.77%
816.35/818.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
816.35/818.89	c   819s|134600 | 42014 | 12670k|  93.4 |   365M |  35 | 200 | 979 | 226 |7399 |  1 |9096 |1596 | 1.798538e+01 | 2.000000e+01 |  11.20%|  49.83%
816.65/819.18	c   819s|134700 | 42018 | 12677k|  93.3 |   365M |  35 | 200 | 978 | 224 |7399 |  0 |9096 |1596 | 1.798540e+01 | 2.000000e+01 |  11.20%|  49.85%
816.95/819.47	c   819s|134800 | 42010 | 12683k|  93.3 |   365M |  35 | 200 | 977 | 226 |7399 |  0 |9096 |1596 | 1.798644e+01 | 2.000000e+01 |  11.19%|  49.87%
817.24/819.75	c   820s|134900 | 42002 | 12689k|  93.3 |   365M |  35 | 200 | 974 | 224 |7399 |  0 |9096 |1596 | 1.798726e+01 | 2.000000e+01 |  11.19%|  49.91%
817.55/820.07	c   820s|135000 | 42010 | 12696k|  93.3 |   365M |  35 | 200 | 974 | 223 |7399 |  1 |9096 |1596 | 1.798728e+01 | 2.000000e+01 |  11.19%|  49.92%
817.84/820.37	c   820s|135100 | 42008 | 12702k|  93.3 |   366M |  35 | 200 | 973 | 231 |7399 |  1 |9096 |1596 | 1.798743e+01 | 2.000000e+01 |  11.19%|  49.95%
818.14/820.66	c   821s|135200 | 42002 | 12708k|  93.2 |   366M |  35 | 200 | 971 | 223 |7399 |  1 |9096 |1596 | 1.798746e+01 | 2.000000e+01 |  11.19%|  49.98%
818.44/820.92	c   821s|135300 | 41998 | 12713k|  93.2 |   366M |  35 | 200 | 969 | 231 |7399 |  0 |9096 |1596 | 1.798800e+01 | 2.000000e+01 |  11.19%|  49.99%
818.74/821.22	c   821s|135400 | 41996 | 12720k|  93.2 |   366M |  35 | 200 | 970 | 223 |7399 |  0 |9099 |1598 | 1.798810e+01 | 2.000000e+01 |  11.18%|  50.02%
819.04/821.57	c   822s|135500 | 41990 | 12728k|  93.2 |   366M |  35 | 200 | 968 | 226 |7399 |  1 |9099 |1598 | 1.798817e+01 | 2.000000e+01 |  11.18%|  50.04%
819.34/821.86	c   822s|135600 | 41988 | 12733k|  93.1 |   366M |  35 | 200 | 968 | 224 |7399 |  0 |9101 |1600 | 1.798856e+01 | 2.000000e+01 |  11.18%|  50.07%
819.64/822.12	c   822s|135700 | 41990 | 12739k|  93.1 |   366M |  35 | 200 | 966 | 224 |7399 |  1 |9101 |1600 | 1.798877e+01 | 2.000000e+01 |  11.18%|  50.11%
819.94/822.42	c   822s|135800 | 41988 | 12745k|  93.1 |   366M |  35 | 200 | 966 | 224 |7399 |  0 |9101 |1600 | 1.798882e+01 | 2.000000e+01 |  11.18%|  50.13%
820.24/822.71	c   823s|135900 | 41982 | 12752k|  93.1 |   366M |  35 | 200 | 964 | 224 |7399 |  0 |9102 |1600 | 1.798887e+01 | 2.000000e+01 |  11.18%|  50.17%
820.54/823.07	c   823s|136000 | 41976 | 12757k|  93.1 |   366M |  35 | 200 | 965 | 233 |7405 |  1 |9104 |1600 | 1.798911e+01 | 2.000000e+01 |  11.18%|  50.24%
820.83/823.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
820.83/823.37	c   823s|136100 | 41966 | 12764k|  93.0 |   366M |  35 | 200 | 965 | 232 |7405 |  1 |9104 |1600 | 1.798920e+01 | 2.000000e+01 |  11.18%|  50.27%
821.13/823.65	c   824s|136200 | 41960 | 12770k|  93.0 |   366M |  35 | 200 | 964 | 224 |7405 |  0 |9104 |1600 | 1.798939e+01 | 2.000000e+01 |  11.18%|  50.31%
821.43/823.91	c   824s|136300 | 41948 | 12775k|  93.0 |   366M |  35 | 200 | 963 | 224 |7405 |  1 |9104 |1600 | 1.798960e+01 | 2.000000e+01 |  11.18%|  50.35%
821.73/824.21	c   824s|136400 | 41952 | 12781k|  93.0 |   366M |  35 | 200 | 959 | 225 |7405 |  1 |9104 |1600 | 1.798984e+01 | 2.000000e+01 |  11.17%|  50.36%
822.03/824.57	c   825s|136500 | 41950 | 12789k|  92.9 |   366M |  35 | 200 | 959 | 223 |7405 |  0 |9104 |1600 | 1.799057e+01 | 2.000000e+01 |  11.17%|  50.38%
822.33/824.86	c   825s|136600 | 41948 | 12796k|  92.9 |   366M |  35 | 200 | 959 | 224 |7405 |  1 |9104 |1600 | 1.799082e+01 | 2.000000e+01 |  11.17%|  50.42%
822.63/825.13	c   825s|136700 | 41936 | 12801k|  92.9 |   366M |  35 | 200 | 959 | 224 |7405 |  1 |9104 |1600 | 1.799096e+01 | 2.000000e+01 |  11.17%|  50.45%
822.93/825.43	c   825s|136800 | 41934 | 12808k|  92.9 |   366M |  35 | 200 | 957 | 225 |7405 |  0 |9104 |1600 | 1.799107e+01 | 2.000000e+01 |  11.17%|  50.48%
823.13/825.69	c   826s|136900 | 41930 | 12813k|  92.8 |   366M |  35 | 200 | 959 | 224 |7405 |  0 |9106 |1601 | 1.799107e+01 | 2.000000e+01 |  11.17%|  50.50%
823.43/825.98	c   826s|137000 | 41928 | 12819k|  92.8 |   366M |  35 | 200 | 959 | 225 |7405 |  0 |9106 |1601 | 1.799130e+01 | 2.000000e+01 |  11.16%|  50.51%
823.73/826.28	c   826s|137100 | 41930 | 12825k|  92.8 |   366M |  35 | 200 | 960 | 224 |7405 |  1 |9107 |1601 | 1.799145e+01 | 2.000000e+01 |  11.16%|  50.53%
824.03/826.55	c   827s|137200 | 41920 | 12831k|  92.8 |   366M |  35 | 200 | 959 | 224 |7405 |  1 |9107 |1601 | 1.799164e+01 | 2.000000e+01 |  11.16%|  50.55%
824.33/826.88	c   827s|137300 | 41916 | 12838k|  92.8 |   367M |  35 | 200 | 959 | 225 |7405 |  1 |9107 |1601 | 1.799175e+01 | 2.000000e+01 |  11.16%|  50.58%
824.72/827.20	c   827s|137400 | 41922 | 12845k|  92.7 |   367M |  35 | 200 | 959 | 224 |7405 |  1 |9107 |1601 | 1.799239e+01 | 2.000000e+01 |  11.16%|  50.59%
824.92/827.49	c   827s|137500 | 41916 | 12851k|  92.7 |   367M |  35 | 200 | 959 | 223 |7405 |  1 |9107 |1601 | 1.799250e+01 | 2.000000e+01 |  11.16%|  50.64%
825.22/827.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
825.22/827.78	c   828s|137600 | 41912 | 12857k|  92.7 |   367M |  35 | 200 | 958 | 224 |7405 |  1 |9107 |1601 | 1.799311e+01 | 2.000000e+01 |  11.15%|  50.68%
825.53/828.05	c   828s|137700 | 41908 | 12863k|  92.7 |   367M |  35 | 200 | 956 | 224 |7405 |  0 |9107 |1601 | 1.799317e+01 | 2.000000e+01 |  11.15%|  50.70%
825.82/828.32	c   828s|137800 | 41898 | 12869k|  92.6 |   367M |  35 | 200 | 954 | 224 |7405 |  0 |9107 |1601 | 1.799342e+01 | 2.000000e+01 |  11.15%|  50.72%
826.12/828.60	c   829s|137900 | 41894 | 12875k|  92.6 |   367M |  35 | 200 | 953 | 232 |7405 |  1 |9107 |1601 | 1.799365e+01 | 2.000000e+01 |  11.15%|  50.75%
826.42/828.98	c   829s|138000 | 41892 | 12883k|  92.6 |   367M |  35 | 200 | 951 | 224 |7405 |  1 |9107 |1601 | 1.799378e+01 | 2.000000e+01 |  11.15%|  50.79%
826.72/829.28	c   829s|138100 | 41884 | 12890k|  92.6 |   367M |  35 | 200 | 950 | 225 |7405 |  0 |9107 |1601 | 1.799416e+01 | 2.000000e+01 |  11.15%|  50.81%
827.02/829.58	c   830s|138200 | 41886 | 12896k|  92.6 |   368M |  35 | 200 | 950 | 224 |7405 |  0 |9107 |1601 | 1.799564e+01 | 2.000000e+01 |  11.14%|  50.84%
827.32/829.85	c   830s|138300 | 41878 | 12902k|  92.5 |   368M |  35 | 200 | 950 | 224 |7405 |  1 |9107 |1601 | 1.799575e+01 | 2.000000e+01 |  11.14%|  50.89%
827.62/830.15	c   830s|138400 | 41872 | 12908k|  92.5 |   368M |  35 | 200 | 951 | 226 |7405 |  0 |9108 |1602 | 1.799577e+01 | 2.000000e+01 |  11.14%|  50.93%
827.91/830.45	c   830s|138500 | 41870 | 12914k|  92.5 |   369M |  35 | 200 | 949 | 225 |7405 |  0 |9108 |1602 | 1.799611e+01 | 2.000000e+01 |  11.14%|  50.96%
828.31/830.86	c   831s|138600 | 41870 | 12924k|  92.5 |   369M |  35 | 200 | 949 | 225 |7405 |  0 |9108 |1603 | 1.799672e+01 | 2.000000e+01 |  11.13%|  50.99%
828.62/831.15	c   831s|138700 | 41872 | 12930k|  92.5 |   369M |  35 | 200 | 948 | 225 |7405 |  0 |9108 |1603 | 1.799685e+01 | 2.000000e+01 |  11.13%|  51.01%
828.91/831.46	c   831s|138800 | 41876 | 12936k|  92.5 |   369M |  35 | 200 | 947 | 223 |7405 |  1 |9109 |1605 | 1.799688e+01 | 2.000000e+01 |  11.13%|  51.03%
829.21/831.73	c   832s|138900 | 41874 | 12942k|  92.4 |   369M |  35 | 200 | 945 | 226 |7405 |  0 |9109 |1605 | 1.799719e+01 | 2.000000e+01 |  11.13%|  51.06%
829.51/832.03	c   832s|139000 | 41870 | 12948k|  92.4 |   369M |  35 | 200 | 945 | 225 |7405 |  0 |9110 |1606 | 1.799794e+01 | 2.000000e+01 |  11.12%|  51.09%
829.81/832.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
829.81/832.30	c   832s|139100 | 41866 | 12954k|  92.4 |   369M |  35 | 200 | 946 | 224 |7405 |  1 |9112 |1606 | 1.799806e+01 | 2.000000e+01 |  11.12%|  51.14%
830.01/832.59	c   833s|139200 | 41862 | 12960k|  92.4 |   369M |  35 | 200 | 946 | 225 |7405 |  1 |9113 |1607 | 1.799853e+01 | 2.000000e+01 |  11.12%|  51.17%
830.41/832.91	c   833s|139300 | 41862 | 12967k|  92.4 |   369M |  35 | 200 | 945 | 223 |7405 |  0 |9113 |1607 | 1.799890e+01 | 2.000000e+01 |  11.12%|  51.18%
830.71/833.22	c   833s|139400 | 41868 | 12973k|  92.3 |   369M |  35 | 200 | 945 | 226 |7405 |  0 |9113 |1607 | 1.799919e+01 | 2.000000e+01 |  11.12%|  51.20%
831.00/833.57	c   834s|139500 | 41864 | 12982k|  92.3 |   369M |  35 | 200 | 944 | 225 |7405 |  1 |9113 |1607 | 1.799919e+01 | 2.000000e+01 |  11.12%|  51.23%
831.30/833.87	c   834s|139600 | 41864 | 12988k|  92.3 |   369M |  35 | 200 | 944 | 224 |7405 |  0 |9113 |1607 | 1.799988e+01 | 2.000000e+01 |  11.11%|  51.25%
831.61/834.17	c   834s|139700 | 41862 | 12994k|  92.3 |   369M |  35 | 200 | 943 | 225 |7405 |  1 |9113 |1607 | 1.800001e+01 | 2.000000e+01 |  11.11%|  51.27%
831.90/834.44	c   834s|139800 | 41854 | 13000k|  92.3 |   369M |  35 | 200 | 943 | 225 |7405 |  0 |9113 |1607 | 1.800056e+01 | 2.000000e+01 |  11.11%|  51.30%
832.20/834.74	c   835s|139900 | 41848 | 13007k|  92.2 |   369M |  35 | 200 | 941 | 224 |7405 |  1 |9113 |1607 | 1.800100e+01 | 2.000000e+01 |  11.10%|  51.34%
832.50/835.02	c   835s|140000 | 41840 | 13013k|  92.2 |   369M |  35 | 200 | 940 | 225 |7405 |  0 |9113 |1607 | 1.800135e+01 | 2.000000e+01 |  11.10%|  51.36%
832.80/835.35	c   835s|140100 | 41846 | 13019k|  92.2 |   369M |  35 | 200 | 940 | 225 |7405 |  1 |9114 |1607 | 1.800170e+01 | 2.000000e+01 |  11.10%|  51.37%
833.20/835.77	c   836s|140200 | 41850 | 13026k|  92.2 |   369M |  35 | 200 | 939 | 225 |7405 |  1 |9115 |1607 | 1.800180e+01 | 2.000000e+01 |  11.10%|  51.39%
833.50/836.07	c   836s|140300 | 41844 | 13033k|  92.2 |   369M |  35 | 200 | 940 | 223 |7405 |  0 |9117 |1609 | 1.800193e+01 | 2.000000e+01 |  11.10%|  51.41%
833.80/836.33	c   836s|140400 | 41834 | 13038k|  92.1 |   369M |  35 | 200 | 939 | 225 |7405 |  1 |9117 |1609 | 1.800219e+01 | 2.000000e+01 |  11.10%|  51.46%
834.10/836.60	c   837s|140500 | 41828 | 13044k|  92.1 |   369M |  35 | 200 | 939 | 225 |7405 |  0 |9117 |1609 | 1.800253e+01 | 2.000000e+01 |  11.10%|  51.48%
834.40/836.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
834.40/836.98	c   837s|140600 | 41824 | 13052k|  92.1 |   369M |  35 | 200 | 939 | 226 |7405 |  0 |9117 |1609 | 1.800286e+01 | 2.000000e+01 |  11.09%|  51.52%
834.70/837.25	c   837s|140700 | 41822 | 13058k|  92.1 |   369M |  35 | 200 | 939 | 224 |7405 |  0 |9117 |1609 | 1.800301e+01 | 2.000000e+01 |  11.09%|  51.55%
834.99/837.56	c   838s|140800 | 41818 | 13065k|  92.1 |   369M |  35 | 200 | 939 | 226 |7405 |  1 |9117 |1609 | 1.800332e+01 | 2.000000e+01 |  11.09%|  51.58%
835.29/837.82	c   838s|140900 | 41810 | 13070k|  92.0 |   369M |  35 | 200 | 939 | 225 |7405 |  0 |9118 |1609 | 1.800376e+01 | 2.000000e+01 |  11.09%|  51.61%
835.50/838.08	c   838s|141000 | 41808 | 13076k|  92.0 |   369M |  35 | 200 | 938 | 225 |7405 |  1 |9118 |1609 | 1.800434e+01 | 2.000000e+01 |  11.08%|  51.63%
835.79/838.39	c   838s|141100 | 41804 | 13082k|  92.0 |   369M |  35 | 200 | 938 | 225 |7405 |  0 |9118 |1609 | 1.800458e+01 | 2.000000e+01 |  11.08%|  51.65%
836.09/838.68	c   839s|141200 | 41806 | 13088k|  92.0 |   369M |  35 | 200 | 938 | 226 |7405 |  1 |9119 |1609 | 1.800512e+01 | 2.000000e+01 |  11.08%|  51.68%
836.39/838.96	c   839s|141300 | 41798 | 13094k|  92.0 |   369M |  35 | 200 | 938 | 225 |7405 |  1 |9120 |1609 | 1.800512e+01 | 2.000000e+01 |  11.08%|  51.71%
836.79/839.35	c   839s|141400 | 41800 | 13100k|  91.9 |   369M |  35 | 200 | 938 | 224 |7405 |  0 |9120 |1609 | 1.800559e+01 | 2.000000e+01 |  11.08%|  51.72%
837.09/839.62	c   840s|141500 | 41796 | 13106k|  91.9 |   369M |  35 | 200 | 937 | 223 |7405 |  1 |9120 |1609 | 1.800589e+01 | 2.000000e+01 |  11.07%|  51.76%
837.39/839.92	c   840s|141600 | 41790 | 13112k|  91.9 |   369M |  35 | 200 | 936 | 223 |7405 |  1 |9120 |1609 | 1.800606e+01 | 2.000000e+01 |  11.07%|  51.78%
837.69/840.20	c   840s|141700 | 41780 | 13118k|  91.9 |   369M |  35 | 200 | 936 | 225 |7405 |  0 |9120 |1609 | 1.800626e+01 | 2.000000e+01 |  11.07%|  51.82%
837.99/840.54	c   841s|141800 | 41776 | 13126k|  91.9 |   369M |  35 | 200 | 936 | 225 |7405 |  0 |9120 |1609 | 1.800626e+01 | 2.000000e+01 |  11.07%|  51.86%
838.29/840.83	c   841s|141900 | 41776 | 13132k|  91.8 |   369M |  35 | 200 | 936 | 224 |7405 |  1 |9121 |1609 | 1.800678e+01 | 2.000000e+01 |  11.07%|  51.88%
838.59/841.12	c   841s|142000 | 41766 | 13138k|  91.8 |   369M |  35 | 200 | 936 | 224 |7405 |  0 |9122 |1610 | 1.800700e+01 | 2.000000e+01 |  11.07%|  51.92%
838.88/841.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
838.88/841.41	c   841s|142100 | 41768 | 13144k|  91.8 |   369M |  35 | 200 | 936 | 224 |7405 |  0 |9123 |1611 | 1.800714e+01 | 2.000000e+01 |  11.07%|  51.95%
839.18/841.70	c   842s|142200 | 41772 | 13150k|  91.8 |   369M |  35 | 200 | 936 | 227 |7405 |  1 |9123 |1611 | 1.800785e+01 | 2.000000e+01 |  11.06%|  51.96%
839.38/841.97	c   842s|142300 | 41764 | 13156k|  91.7 |   369M |  35 | 200 | 934 | 224 |7405 |  0 |9123 |1611 | 1.800792e+01 | 2.000000e+01 |  11.06%|  52.01%
839.68/842.25	c   842s|142400 | 41762 | 13162k|  91.7 |   369M |  35 | 200 | 933 | 224 |7405 |  1 |9123 |1611 | 1.800842e+01 | 2.000000e+01 |  11.06%|  52.05%
839.98/842.52	c   843s|142500 | 41758 | 13168k|  91.7 |   369M |  35 | 200 | 933 | 224 |7405 |  0 |9123 |1611 | 1.800843e+01 | 2.000000e+01 |  11.06%|  52.07%
840.18/842.78	c   843s|142600 | 41762 | 13173k|  91.7 |   369M |  35 | 200 | 931 | 225 |7405 |  0 |9124 |1611 | 1.800843e+01 | 2.000000e+01 |  11.06%|  52.08%
840.58/843.12	c   843s|142700 | 41766 | 13181k|  91.7 |   369M |  35 | 200 | 931 | 227 |7405 |  0 |9124 |1611 | 1.800861e+01 | 2.000000e+01 |  11.06%|  52.10%
840.88/843.43	c   843s|142800 | 41764 | 13188k|  91.6 |   369M |  35 | 200 | 930 | 225 |7405 |  0 |9124 |1611 | 1.800873e+01 | 2.000000e+01 |  11.06%|  52.13%
841.18/843.72	c   844s|142900 | 41762 | 13194k|  91.6 |   369M |  35 | 200 | 929 | 225 |7405 |  1 |9124 |1611 | 1.800946e+01 | 2.000000e+01 |  11.05%|  52.15%
841.48/844.00	c   844s|143000 | 41760 | 13200k|  91.6 |   369M |  35 | 200 | 928 | 226 |7405 |  1 |9125 |1611 | 1.800954e+01 | 2.000000e+01 |  11.05%|  52.18%
841.68/844.29	c   844s|143100 | 41758 | 13206k|  91.6 |   369M |  35 | 200 | 927 | 224 |7405 |  1 |9125 |1611 | 1.800996e+01 | 2.000000e+01 |  11.05%|  52.20%
842.18/844.70	c   845s|143200 | 41756 | 13212k|  91.6 |   369M |  35 | 200 | 930 | 225 |7405 |  1 |9128 |1612 | 1.800999e+01 | 2.000000e+01 |  11.05%|  52.24%
842.37/844.99	c   845s|143300 | 41758 | 13218k|  91.5 |   369M |  35 | 200 | 930 | 222 |7405 |  0 |9128 |1613 | 1.801027e+01 | 2.000000e+01 |  11.05%|  52.26%
842.67/845.28	c   845s|143400 | 41748 | 13224k|  91.5 |   369M |  35 | 200 | 929 | 224 |7405 |  0 |9128 |1613 | 1.801063e+01 | 2.000000e+01 |  11.05%|  52.29%
843.07/845.63	c   846s|143500 | 41750 | 13232k|  91.5 |   369M |  35 | 200 | 929 | 224 |7405 |  0 |9128 |1613 | 1.801130e+01 | 2.000000e+01 |  11.04%|  52.32%
843.37/845.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
843.37/845.92	c   846s|143600 | 41742 | 13238k|  91.5 |   369M |  35 | 200 | 928 | 226 |7405 |  1 |9128 |1613 | 1.801155e+01 | 2.000000e+01 |  11.04%|  52.35%
843.67/846.22	c   846s|143700 | 41744 | 13245k|  91.5 |   369M |  35 | 200 | 927 | 224 |7405 |  1 |9128 |1613 | 1.801210e+01 | 2.000000e+01 |  11.04%|  52.37%
843.97/846.57	c   847s|143800 | 41742 | 13253k|  91.5 |   369M |  35 | 200 | 927 | 224 |7405 |  0 |9128 |1613 | 1.801243e+01 | 2.000000e+01 |  11.03%|  52.40%
844.27/846.86	c   847s|143900 | 41744 | 13259k|  91.4 |   369M |  35 | 200 | 927 | 224 |7405 |  0 |9129 |1613 | 1.801243e+01 | 2.000000e+01 |  11.03%|  52.41%
844.57/847.16	c   847s|144000 | 41738 | 13265k|  91.4 |   369M |  35 | 200 | 927 | 225 |7405 |  1 |9129 |1613 | 1.801319e+01 | 2.000000e+01 |  11.03%|  52.44%
844.87/847.45	c   847s|144100 | 41738 | 13271k|  91.4 |   369M |  35 | 200 | 926 | 224 |7405 |  1 |9129 |1613 | 1.801354e+01 | 2.000000e+01 |  11.03%|  52.46%
845.17/847.73	c   848s|144200 | 41740 | 13277k|  91.4 |   369M |  35 | 200 | 926 | 224 |7405 |  0 |9129 |1613 | 1.801358e+01 | 2.000000e+01 |  11.03%|  52.50%
845.37/847.99	c   848s|144300 | 41734 | 13283k|  91.4 |   369M |  35 | 200 | 926 | 226 |7405 |  1 |9129 |1613 | 1.801399e+01 | 2.000000e+01 |  11.02%|  52.52%
845.67/848.29	c   848s|144400 | 41728 | 13289k|  91.3 |   369M |  35 | 200 | 927 | 223 |7405 |  1 |9130 |1613 | 1.801514e+01 | 2.000000e+01 |  11.02%|  52.54%
846.17/848.71	c   849s|144500 | 41728 | 13296k|  91.3 |   369M |  35 | 200 | 925 | 225 |7405 |  0 |9130 |1613 | 1.801565e+01 | 2.000000e+01 |  11.01%|  52.56%
846.47/849.01	c   849s|144600 | 41728 | 13302k|  91.3 |   369M |  35 | 200 | 924 | 230 |7405 |  1 |9130 |1613 | 1.801572e+01 | 2.000000e+01 |  11.01%|  52.60%
846.76/849.31	c   849s|144700 | 41720 | 13308k|  91.3 |   369M |  35 | 200 | 921 | 224 |7405 |  1 |9130 |1613 | 1.801622e+01 | 2.000000e+01 |  11.01%|  52.63%
847.06/849.60	c   850s|144800 | 41720 | 13314k|  91.3 |   369M |  35 | 200 | 923 | 224 |7405 |  0 |9133 |1613 | 1.801636e+01 | 2.000000e+01 |  11.01%|  52.65%
847.26/849.87	c   850s|144900 | 41706 | 13320k|  91.2 |   369M |  35 | 200 | 923 | 224 |7405 |  0 |9133 |1613 | 1.801653e+01 | 2.000000e+01 |  11.01%|  52.68%
847.57/850.14	c   850s|145000 | 41696 | 13326k|  91.2 |   369M |  35 | 200 | 922 | 224 |7405 |  0 |9133 |1613 | 1.801653e+01 | 2.000000e+01 |  11.01%|  52.73%
847.86/850.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
847.86/850.47	c   850s|145100 | 41694 | 13333k|  91.2 |   369M |  35 | 200 | 921 | 223 |7405 |  0 |9133 |1613 | 1.801659e+01 | 2.000000e+01 |  11.01%|  52.75%
848.16/850.74	c   851s|145200 | 41688 | 13339k|  91.2 |   369M |  35 | 200 | 921 | 225 |7405 |  0 |9134 |1613 | 1.801722e+01 | 2.000000e+01 |  11.00%|  52.79%
848.46/851.04	c   851s|145300 | 41684 | 13345k|  91.2 |   369M |  35 | 200 | 921 | 224 |7405 |  0 |9134 |1613 | 1.801827e+01 | 2.000000e+01 |  11.00%|  52.81%
848.86/851.43	c   851s|145400 | 41682 | 13351k|  91.1 |   369M |  35 | 200 | 921 | 225 |7405 |  1 |9134 |1613 | 1.801853e+01 | 2.000000e+01 |  11.00%|  52.83%
849.16/851.73	c   852s|145500 | 41682 | 13358k|  91.1 |   369M |  35 | 200 | 919 | 225 |7405 |  1 |9134 |1613 | 1.801866e+01 | 2.000000e+01 |  11.00%|  52.85%
849.46/852.00	c   852s|145600 | 41670 | 13364k|  91.1 |   369M |  35 | 200 | 918 | 225 |7405 |  0 |9134 |1613 | 1.801866e+01 | 2.000000e+01 |  11.00%|  52.89%
849.66/852.27	c   852s|145700 | 41662 | 13370k|  91.1 |   369M |  35 | 200 | 917 | 227 |7405 |  0 |9134 |1613 | 1.801886e+01 | 2.000000e+01 |  10.99%|  52.94%
850.06/852.62	c   853s|145800 | 41664 | 13376k|  91.0 |   369M |  35 | 200 | 916 | 227 |7405 |  1 |9134 |1613 | 1.801903e+01 | 2.000000e+01 |  10.99%|  52.97%
850.36/852.92	c   853s|145900 | 41670 | 13382k|  91.0 |   369M |  35 | 200 | 913 | 224 |7405 |  1 |9134 |1613 | 1.801972e+01 | 2.000000e+01 |  10.99%|  52.97%
850.57/853.19	c   853s|146000 | 41664 | 13388k|  91.0 |   369M |  35 | 200 | 914 | 223 |7405 |  0 |9135 |1613 | 1.801978e+01 | 2.000000e+01 |  10.99%|  53.00%
850.86/853.48	c   853s|146100 | 41656 | 13393k|  91.0 |   369M |  35 | 200 | 913 | 224 |7405 |  1 |9135 |1613 | 1.801999e+01 | 2.000000e+01 |  10.99%|  53.03%
851.26/853.85	c   854s|146200 | 41646 | 13402k|  91.0 |   369M |  35 | 200 | 912 | 224 |7405 |  0 |9135 |1613 | 1.801999e+01 | 2.000000e+01 |  10.99%|  53.05%
851.56/854.19	c   854s|146300 | 41644 | 13409k|  91.0 |   370M |  35 | 200 | 908 | 225 |7405 |  1 |9136 |1613 | 1.802041e+01 | 2.000000e+01 |  10.99%|  53.09%
851.86/854.45	c   854s|146400 | 41638 | 13414k|  90.9 |   370M |  35 | 200 | 906 | 223 |7405 |  1 |9136 |1613 | 1.802052e+01 | 2.000000e+01 |  10.98%|  53.11%
852.16/854.77	c   855s|146500 | 41640 | 13421k|  90.9 |   370M |  35 | 200 | 907 | 224 |7405 |  0 |9139 |1613 | 1.802109e+01 | 2.000000e+01 |  10.98%|  53.13%
852.56/855.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
852.56/855.17	c   855s|146600 | 41638 | 13427k|  90.9 |   370M |  35 | 200 | 910 | 224 |7405 |  1 |9142 |1614 | 1.802150e+01 | 2.000000e+01 |  10.98%|  53.15%
852.86/855.47	c   855s|146700 | 41638 | 13433k|  90.9 |   370M |  35 | 200 | 910 | 224 |7405 |  1 |9142 |1614 | 1.802161e+01 | 2.000000e+01 |  10.98%|  53.17%
853.16/855.72	c   856s|146800 | 41630 | 13439k|  90.9 |   370M |  35 | 200 | 909 | 224 |7405 |  1 |9142 |1614 | 1.802161e+01 | 2.000000e+01 |  10.98%|  53.19%
853.36/855.99	c   856s|146900 | 41614 | 13444k|  90.8 |   370M |  35 | 200 | 909 | 224 |7405 |  0 |9143 |1615 | 1.802165e+01 | 2.000000e+01 |  10.98%|  53.22%
853.65/856.29	c   856s|147000 | 41610 | 13451k|  90.8 |   370M |  35 | 200 | 908 | 228 |7405 |  1 |9143 |1615 | 1.802239e+01 | 2.000000e+01 |  10.97%|  53.25%
853.95/856.59	c   857s|147100 | 41612 | 13457k|  90.8 |   370M |  35 | 200 | 908 | 222 |7405 |  0 |9144 |1615 | 1.802308e+01 | 2.000000e+01 |  10.97%|  53.27%
854.25/856.88	c   857s|147200 | 41612 | 13463k|  90.8 |   370M |  35 | 200 | 908 | 224 |7405 |  1 |9144 |1615 | 1.802351e+01 | 2.000000e+01 |  10.97%|  53.30%
854.56/857.19	c   857s|147300 | 41608 | 13470k|  90.8 |   370M |  35 | 200 | 909 | 226 |7405 |  0 |9145 |1615 | 1.802351e+01 | 2.000000e+01 |  10.97%|  53.33%
854.95/857.50	c   857s|147400 | 41602 | 13476k|  90.7 |   370M |  35 | 200 | 908 | 225 |7405 |  1 |9145 |1615 | 1.802376e+01 | 2.000000e+01 |  10.96%|  53.37%
855.15/857.77	c   858s|147500 | 41592 | 13482k|  90.7 |   370M |  35 | 200 | 906 | 224 |7405 |  0 |9145 |1615 | 1.802396e+01 | 2.000000e+01 |  10.96%|  53.39%
855.46/858.06	c   858s|147600 | 41588 | 13488k|  90.7 |   370M |  35 | 200 | 906 | 225 |7405 |  0 |9145 |1615 | 1.802438e+01 | 2.000000e+01 |  10.96%|  53.43%
855.85/858.41	c   858s|147700 | 41586 | 13496k|  90.7 |   370M |  35 | 200 | 906 | 227 |7405 |  0 |9145 |1615 | 1.802472e+01 | 2.000000e+01 |  10.96%|  53.45%
856.05/858.65	c   859s|147800 | 41578 | 13501k|  90.7 |   371M |  35 | 200 | 906 | 224 |7405 |  1 |9145 |1615 | 1.802472e+01 | 2.000000e+01 |  10.96%|  53.48%
856.35/858.96	c   859s|147900 | 41578 | 13508k|  90.7 |   371M |  35 | 200 | 906 | 224 |7405 |  0 |9145 |1615 | 1.802608e+01 | 2.000000e+01 |  10.95%|  53.50%
856.65/859.25	c   859s|148000 | 41574 | 13514k|  90.6 |   371M |  35 | 200 | 906 | 224 |7405 |  0 |9145 |1615 | 1.802654e+01 | 2.000000e+01 |  10.95%|  53.53%
856.95/859.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
856.95/859.53	c   860s|148100 | 41568 | 13520k|  90.6 |   371M |  35 | 200 | 906 | 224 |7405 |  0 |9145 |1615 | 1.802661e+01 | 2.000000e+01 |  10.95%|  53.57%
857.35/859.93	c   860s|148200 | 41560 | 13526k|  90.6 |   371M |  35 | 200 | 907 | 226 |7405 |  1 |9146 |1615 | 1.802683e+01 | 2.000000e+01 |  10.95%|  53.61%
857.55/860.19	c   860s|148300 | 41548 | 13532k|  90.6 |   371M |  35 | 200 | 908 | 224 |7405 |  0 |9147 |1616 | 1.802723e+01 | 2.000000e+01 |  10.94%|  53.64%
857.84/860.48	c   860s|148400 | 41542 | 13538k|  90.6 |   371M |  36 | 200 | 908 | 226 |7405 |  0 |9147 |1616 | 1.802825e+01 | 2.000000e+01 |  10.94%|  53.66%
858.14/860.75	c   861s|148500 | 41544 | 13543k|  90.5 |   371M |  36 | 200 | 907 | 224 |7405 |  1 |9147 |1616 | 1.802858e+01 | 2.000000e+01 |  10.93%|  53.68%
858.45/861.09	c   861s|148600 | 41542 | 13551k|  90.5 |   371M |  36 | 200 | 907 | 224 |7405 |  1 |9147 |1616 | 1.802869e+01 | 2.000000e+01 |  10.93%|  53.70%
858.74/861.35	c   861s|148700 | 41534 | 13557k|  90.5 |   371M |  36 | 200 | 907 | 225 |7405 |  1 |9147 |1616 | 1.802907e+01 | 2.000000e+01 |  10.93%|  53.72%
859.04/861.61	c   862s|148800 | 41526 | 13562k|  90.5 |   371M |  36 | 200 | 908 | 224 |7405 |  0 |9149 |1617 | 1.802924e+01 | 2.000000e+01 |  10.93%|  53.75%
859.24/861.88	c   862s|148900 | 41528 | 13567k|  90.4 |   371M |  36 | 200 | 908 | 240 |7405 |  1 |9149 |1617 | 1.802924e+01 | 2.000000e+01 |  10.93%|  53.78%
859.54/862.19	c   862s|149000 | 41528 | 13574k|  90.4 |   371M |  36 | 200 | 907 | 223 |7405 |  1 |9149 |1617 | 1.802938e+01 | 2.000000e+01 |  10.93%|  53.82%
859.84/862.47	c   862s|149100 | 41520 | 13580k|  90.4 |   371M |  36 | 200 | 907 | 224 |7405 |  1 |9149 |1617 | 1.802952e+01 | 2.000000e+01 |  10.93%|  53.87%
860.14/862.78	c   863s|149200 | 41514 | 13586k|  90.4 |   371M |  36 | 200 | 908 | 224 |7405 |  0 |9152 |1621 | 1.802958e+01 | 2.000000e+01 |  10.93%|  53.90%
860.44/863.06	c   863s|149300 | 41506 | 13592k|  90.4 |   371M |  36 | 200 | 908 | 225 |7405 |  1 |9153 |1621 | 1.802980e+01 | 2.000000e+01 |  10.93%|  53.94%
860.74/863.35	c   863s|149400 | 41496 | 13598k|  90.3 |   371M |  36 | 200 | 908 | 225 |7405 |  0 |9153 |1621 | 1.802980e+01 | 2.000000e+01 |  10.93%|  53.95%
861.04/863.64	c   864s|149500 | 41498 | 13604k|  90.3 |   371M |  36 | 200 | 907 | 224 |7405 |  0 |9153 |1621 | 1.802991e+01 | 2.000000e+01 |  10.93%|  53.97%
861.34/863.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
861.34/863.95	c   864s|149600 | 41494 | 13611k|  90.3 |   371M |  36 | 200 | 905 | 224 |7405 |  0 |9153 |1621 | 1.802991e+01 | 2.000000e+01 |  10.93%|  53.99%
861.63/864.24	c   864s|149700 | 41492 | 13617k|  90.3 |   371M |  36 | 200 | 904 | 225 |7405 |  0 |9153 |1621 | 1.802993e+01 | 2.000000e+01 |  10.93%|  54.01%
861.93/864.56	c   865s|149800 | 41492 | 13623k|  90.3 |   371M |  36 | 200 | 904 | 225 |7405 |  0 |9153 |1621 | 1.803081e+01 | 2.000000e+01 |  10.92%|  54.03%
862.33/864.91	c   865s|149900 | 41494 | 13631k|  90.3 |   371M |  36 | 200 | 904 | 224 |7405 |  1 |9153 |1621 | 1.803132e+01 | 2.000000e+01 |  10.92%|  54.07%
862.63/865.20	c   865s|150000 | 41486 | 13638k|  90.3 |   371M |  36 | 200 | 904 | 224 |7405 |  0 |9153 |1621 | 1.803148e+01 | 2.000000e+01 |  10.92%|  54.09%
862.83/865.45	c   865s|150100 | 41472 | 13643k|  90.2 |   371M |  36 | 200 | 904 | 224 |7405 |  0 |9153 |1621 | 1.803156e+01 | 2.000000e+01 |  10.92%|  54.11%
863.13/865.74	c   866s|150200 | 41470 | 13649k|  90.2 |   371M |  36 | 200 | 904 | 225 |7405 |  1 |9153 |1621 | 1.803222e+01 | 2.000000e+01 |  10.91%|  54.16%
863.44/866.03	c   866s|150300 | 41464 | 13655k|  90.2 |   371M |  36 | 200 | 904 | 224 |7405 |  0 |9153 |1621 | 1.803258e+01 | 2.000000e+01 |  10.91%|  54.18%
863.73/866.38	c   866s|150400 | 41464 | 13661k|  90.2 |   371M |  36 | 200 | 906 | 225 |7405 |  0 |9155 |1621 | 1.803267e+01 | 2.000000e+01 |  10.91%|  54.20%
864.03/866.68	c   867s|150500 | 41460 | 13668k|  90.2 |   371M |  36 | 200 | 907 | 226 |7405 |  0 |9156 |1621 | 1.803316e+01 | 2.000000e+01 |  10.91%|  54.22%
864.33/866.98	c   867s|150600 | 41460 | 13674k|  90.1 |   371M |  36 | 200 | 907 | 225 |7405 |  1 |9158 |1623 | 1.803335e+01 | 2.000000e+01 |  10.91%|  54.27%
864.73/867.35	c   867s|150700 | 41464 | 13682k|  90.1 |   371M |  36 | 200 | 907 | 225 |7405 |  0 |9158 |1623 | 1.803351e+01 | 2.000000e+01 |  10.90%|  54.28%
865.03/867.66	c   868s|150800 | 41462 | 13689k|  90.1 |   372M |  36 | 200 | 908 | 224 |7405 |  1 |9160 |1623 | 1.803361e+01 | 2.000000e+01 |  10.90%|  54.31%
865.43/868.05	c   868s|150900 | 41462 | 13695k|  90.1 |   372M |  36 | 200 | 908 | 224 |7405 |  0 |9161 |1623 | 1.803389e+01 | 2.000000e+01 |  10.90%|  54.34%
865.72/868.35	c   868s|151000 | 41464 | 13701k|  90.1 |   372M |  36 | 200 | 907 | 224 |7405 |  0 |9161 |1623 | 1.803445e+01 | 2.000000e+01 |  10.90%|  54.35%
866.02/868.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
866.02/868.64	c   869s|151100 | 41452 | 13707k|  90.1 |   372M |  36 | 200 | 907 | 226 |7405 |  1 |9161 |1623 | 1.803476e+01 | 2.000000e+01 |  10.90%|  54.39%
866.32/868.90	c   869s|151200 | 41444 | 13712k|  90.0 |   372M |  36 | 200 | 906 | 224 |7405 |  1 |9162 |1623 | 1.803525e+01 | 2.000000e+01 |  10.89%|  54.41%
866.62/869.20	c   869s|151300 | 41438 | 13719k|  90.0 |   372M |  36 | 200 | 906 | 226 |7405 |  0 |9162 |1623 | 1.803648e+01 | 2.000000e+01 |  10.89%|  54.45%
866.82/869.45	c   869s|151400 | 41432 | 13724k|  90.0 |   372M |  36 | 200 | 906 | 227 |7405 |  0 |9162 |1623 | 1.803659e+01 | 2.000000e+01 |  10.89%|  54.48%
867.12/869.76	c   870s|151500 | 41436 | 13730k|  90.0 |   372M |  36 | 200 | 906 | 224 |7405 |  0 |9162 |1623 | 1.803721e+01 | 2.000000e+01 |  10.88%|  54.50%
867.43/870.07	c   870s|151600 | 41440 | 13737k|  90.0 |   372M |  36 | 200 | 906 | 224 |7405 |  1 |9162 |1623 | 1.803725e+01 | 2.000000e+01 |  10.88%|  54.53%
867.72/870.34	c   870s|151700 | 41428 | 13742k|  89.9 |   372M |  36 | 200 | 906 | 226 |7405 |  1 |9164 |1623 | 1.803725e+01 | 2.000000e+01 |  10.88%|  54.56%
868.02/870.63	c   871s|151800 | 41424 | 13748k|  89.9 |   372M |  36 | 200 | 906 | 224 |7405 |  0 |9164 |1623 | 1.803742e+01 | 2.000000e+01 |  10.88%|  54.60%
868.32/870.91	c   871s|151900 | 41418 | 13754k|  89.9 |   372M |  36 | 200 | 904 | 225 |7405 |  0 |9164 |1623 | 1.803812e+01 | 2.000000e+01 |  10.88%|  54.61%
868.52/871.18	c   871s|152000 | 41416 | 13760k|  89.9 |   372M |  36 | 200 | 904 | 224 |7405 |  0 |9164 |1623 | 1.803812e+01 | 2.000000e+01 |  10.88%|  54.63%
868.82/871.47	c   871s|152100 | 41412 | 13766k|  89.9 |   372M |  36 | 200 | 904 | 225 |7405 |  1 |9164 |1623 | 1.803849e+01 | 2.000000e+01 |  10.87%|  54.67%
869.21/871.81	c   872s|152200 | 41410 | 13774k|  89.8 |   372M |  36 | 200 | 904 | 225 |7405 |  1 |9166 |1623 | 1.803862e+01 | 2.000000e+01 |  10.87%|  54.69%
869.42/872.08	c   872s|152300 | 41404 | 13780k|  89.8 |   372M |  36 | 200 | 904 | 230 |7405 |  1 |9166 |1623 | 1.803899e+01 | 2.000000e+01 |  10.87%|  54.72%
869.71/872.39	c   872s|152400 | 41398 | 13786k|  89.8 |   372M |  36 | 200 | 904 | 225 |7405 |  0 |9166 |1623 | 1.803923e+01 | 2.000000e+01 |  10.87%|  54.74%
870.01/872.69	c   873s|152500 | 41396 | 13792k|  89.8 |   372M |  36 | 200 | 904 | 224 |7405 |  1 |9166 |1623 | 1.803976e+01 | 2.000000e+01 |  10.87%|  54.76%
870.42/873.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
870.42/873.04	c   873s|152600 | 41392 | 13798k|  89.8 |   372M |  36 | 200 | 903 | 225 |7405 |  1 |9166 |1623 | 1.804024e+01 | 2.000000e+01 |  10.86%|  54.78%
870.71/873.34	c   873s|152700 | 41390 | 13805k|  89.8 |   372M |  36 | 200 | 903 | 225 |7405 |  0 |9166 |1623 | 1.804045e+01 | 2.000000e+01 |  10.86%|  54.80%
871.01/873.63	c   874s|152800 | 41384 | 13811k|  89.7 |   372M |  36 | 200 | 903 | 224 |7405 |  0 |9166 |1623 | 1.804060e+01 | 2.000000e+01 |  10.86%|  54.83%
871.21/873.89	c   874s|152900 | 41376 | 13816k|  89.7 |   372M |  36 | 200 | 903 | 227 |7405 |  0 |9166 |1623 | 1.804060e+01 | 2.000000e+01 |  10.86%|  54.87%
871.61/874.20	c   874s|153000 | 41382 | 13823k|  89.7 |   373M |  36 | 200 | 903 | 227 |7405 |  1 |9166 |1623 | 1.804114e+01 | 2.000000e+01 |  10.86%|  54.89%
871.81/874.47	c   874s|153100 | 41370 | 13828k|  89.7 |   373M |  36 | 200 | 903 | 224 |7405 |  1 |9166 |1623 | 1.804120e+01 | 2.000000e+01 |  10.86%|  54.92%
872.11/874.78	c   875s|153200 | 41366 | 13835k|  89.7 |   373M |  36 | 200 | 902 | 224 |7405 |  1 |9166 |1623 | 1.804150e+01 | 2.000000e+01 |  10.86%|  54.94%
872.51/875.10	c   875s|153300 | 41364 | 13843k|  89.7 |   373M |  36 | 200 | 900 | 225 |7405 |  1 |9166 |1623 | 1.804150e+01 | 2.000000e+01 |  10.86%|  54.99%
872.71/875.39	c   875s|153400 | 41356 | 13848k|  89.6 |   373M |  36 | 200 | 900 | 224 |7405 |  1 |9166 |1623 | 1.804191e+01 | 2.000000e+01 |  10.85%|  55.02%
873.10/875.70	c   876s|153500 | 41362 | 13855k|  89.6 |   373M |  36 | 200 | 902 | 224 |7405 |  1 |9168 |1623 | 1.804201e+01 | 2.000000e+01 |  10.85%|  55.03%
873.41/876.00	c   876s|153600 | 41360 | 13861k|  89.6 |   373M |  36 | 200 | 902 | 225 |7405 |  1 |9168 |1623 | 1.804228e+01 | 2.000000e+01 |  10.85%|  55.05%
873.80/876.40	c   876s|153700 | 41358 | 13868k|  89.6 |   373M |  36 | 200 | 902 | 225 |7405 |  1 |9169 |1623 | 1.804273e+01 | 2.000000e+01 |  10.85%|  55.08%
874.10/876.70	c   877s|153800 | 41356 | 13874k|  89.6 |   373M |  36 | 200 | 902 | 224 |7405 |  0 |9169 |1623 | 1.804288e+01 | 2.000000e+01 |  10.85%|  55.11%
874.41/877.02	c   877s|153900 | 41358 | 13881k|  89.6 |   373M |  36 | 200 | 903 | 224 |7405 |  0 |9170 |1623 | 1.804357e+01 | 2.000000e+01 |  10.84%|  55.13%
874.60/877.28	c   877s|154000 | 41350 | 13886k|  89.5 |   373M |  36 | 200 | 900 | 223 |7405 |  1 |9170 |1623 | 1.804389e+01 | 2.000000e+01 |  10.84%|  55.15%
874.90/877.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
874.90/877.55	c   878s|154100 | 41344 | 13892k|  89.5 |   373M |  36 | 200 | 900 | 224 |7405 |  1 |9170 |1623 | 1.804431e+01 | 2.000000e+01 |  10.84%|  55.20%
875.20/877.84	c   878s|154200 | 41340 | 13898k|  89.5 |   373M |  36 | 200 | 899 | 226 |7405 |  1 |9170 |1623 | 1.804470e+01 | 2.000000e+01 |  10.84%|  55.22%
875.40/878.10	c   878s|154300 | 41330 | 13903k|  89.5 |   373M |  36 | 200 | 899 | 225 |7405 |  0 |9170 |1623 | 1.804484e+01 | 2.000000e+01 |  10.84%|  55.26%
875.70/878.36	c   878s|154400 | 41320 | 13908k|  89.4 |   373M |  36 | 200 | 899 | 225 |7405 |  1 |9170 |1623 | 1.804493e+01 | 2.000000e+01 |  10.83%|  55.29%
876.00/878.64	c   879s|154500 | 41318 | 13914k|  89.4 |   374M |  36 | 200 | 898 | 224 |7405 |  0 |9170 |1623 | 1.804494e+01 | 2.000000e+01 |  10.83%|  55.31%
876.20/878.89	c   879s|154600 | 41310 | 13920k|  89.4 |   375M |  36 | 200 | 898 | 223 |7405 |  0 |9170 |1623 | 1.804531e+01 | 2.000000e+01 |  10.83%|  55.33%
876.50/879.14	c   879s|154700 | 41294 | 13924k|  89.4 |   375M |  36 | 200 | 898 | 225 |7405 |  0 |9171 |1624 | 1.804540e+01 | 2.000000e+01 |  10.83%|  55.37%
876.79/879.42	c   879s|154800 | 41292 | 13930k|  89.4 |   375M |  36 | 200 | 898 | 225 |7405 |  0 |9171 |1624 | 1.804563e+01 | 2.000000e+01 |  10.83%|  55.40%
877.09/879.73	c   880s|154900 | 41284 | 13936k|  89.3 |   375M |  36 | 200 | 900 | 226 |7405 |  1 |9174 |1625 | 1.804588e+01 | 2.000000e+01 |  10.83%|  55.44%
877.40/880.01	c   880s|155000 | 41282 | 13942k|  89.3 |   375M |  36 | 200 | 899 | 225 |7405 |  0 |9174 |1625 | 1.804660e+01 | 2.000000e+01 |  10.82%|  55.45%
877.69/880.31	c   880s|155100 | 41282 | 13949k|  89.3 |   375M |  36 | 200 | 897 | 222 |7405 |  1 |9174 |1625 | 1.804754e+01 | 2.000000e+01 |  10.82%|  55.47%
878.09/880.74	c   881s|155200 | 41282 | 13959k|  89.3 |   375M |  36 | 200 | 896 | 226 |7405 |  1 |9174 |1625 | 1.804824e+01 | 2.000000e+01 |  10.81%|  55.50%
878.39/881.01	c   881s|155300 | 41278 | 13965k|  89.3 |   375M |  36 | 200 | 897 | 225 |7405 |  1 |9175 |1626 | 1.804824e+01 | 2.000000e+01 |  10.81%|  55.51%
878.69/881.32	c   881s|155400 | 41272 | 13971k|  89.3 |   375M |  36 | 200 | 896 | 224 |7405 |  0 |9175 |1626 | 1.804882e+01 | 2.000000e+01 |  10.81%|  55.54%
878.89/881.59	c   882s|155500 | 41262 | 13977k|  89.2 |   375M |  36 | 200 | 896 | 225 |7405 |  0 |9175 |1626 | 1.804882e+01 | 2.000000e+01 |  10.81%|  55.58%
879.19/881.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
879.19/881.87	c   882s|155600 | 41262 | 13983k|  89.2 |   375M |  36 | 200 | 895 | 224 |7405 |  1 |9175 |1626 | 1.804908e+01 | 2.000000e+01 |  10.81%|  55.60%
879.49/882.17	c   882s|155700 | 41262 | 13989k|  89.2 |   375M |  36 | 200 | 895 | 224 |7405 |  1 |9177 |1628 | 1.804915e+01 | 2.000000e+01 |  10.81%|  55.64%
879.79/882.43	c   882s|155800 | 41250 | 13994k|  89.2 |   375M |  36 | 200 | 893 | 225 |7405 |  0 |9177 |1628 | 1.804975e+01 | 2.000000e+01 |  10.80%|  55.66%
880.09/882.70	c   883s|155900 | 41240 | 14000k|  89.2 |   375M |  36 | 200 | 893 | 224 |7405 |  0 |9178 |1629 | 1.804980e+01 | 2.000000e+01 |  10.80%|  55.71%
880.28/882.99	c   883s|156000 | 41234 | 14006k|  89.1 |   375M |  36 | 200 | 892 | 224 |7405 |  0 |9178 |1629 | 1.805043e+01 | 2.000000e+01 |  10.80%|  55.73%
880.68/883.31	c   883s|156100 | 41242 | 14012k|  89.1 |   375M |  36 | 200 | 891 | 224 |7405 |  1 |9180 |1629 | 1.805100e+01 | 2.000000e+01 |  10.80%|  55.75%
880.98/883.64	c   884s|156200 | 41244 | 14020k|  89.1 |   375M |  36 | 200 | 891 | 225 |7405 |  0 |9180 |1629 | 1.805112e+01 | 2.000000e+01 |  10.80%|  55.78%
881.28/884.00	c   884s|156300 | 41248 | 14025k|  89.1 |   376M |  36 | 200 | 892 | 226 |7405 |  0 |9181 |1629 | 1.805126e+01 | 2.000000e+01 |  10.80%|  55.82%
881.58/884.28	c   884s|156400 | 41242 | 14031k|  89.1 |   376M |  36 | 200 | 891 | 226 |7405 |  1 |9181 |1629 | 1.805187e+01 | 2.000000e+01 |  10.79%|  55.85%
881.88/884.59	c   885s|156500 | 41242 | 14038k|  89.1 |   376M |  36 | 200 | 891 | 225 |7405 |  0 |9181 |1629 | 1.805211e+01 | 2.000000e+01 |  10.79%|  55.87%
882.18/884.88	c   885s|156600 | 41232 | 14043k|  89.0 |   376M |  36 | 200 | 891 | 223 |7405 |  1 |9181 |1629 | 1.805247e+01 | 2.000000e+01 |  10.79%|  55.90%
882.48/885.15	c   885s|156700 | 41226 | 14049k|  89.0 |   376M |  36 | 200 | 892 | 224 |7405 |  1 |9183 |1629 | 1.805247e+01 | 2.000000e+01 |  10.79%|  55.94%
882.78/885.44	c   885s|156800 | 41232 | 14055k|  89.0 |   376M |  36 | 200 | 891 | 224 |7405 |  1 |9183 |1629 | 1.805285e+01 | 2.000000e+01 |  10.79%|  55.96%
883.08/885.70	c   886s|156900 | 41228 | 14061k|  89.0 |   376M |  36 | 200 | 891 | 224 |7405 |  1 |9183 |1629 | 1.805285e+01 | 2.000000e+01 |  10.79%|  56.00%
883.28/885.97	c   886s|157000 | 41222 | 14066k|  89.0 |   376M |  36 | 200 | 891 | 224 |7405 |  1 |9183 |1629 | 1.805320e+01 | 2.000000e+01 |  10.78%|  56.02%
883.58/886.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
883.58/886.28	c   886s|157100 | 41214 | 14073k|  89.0 |   376M |  36 | 200 | 891 | 224 |7405 |  0 |9183 |1629 | 1.805333e+01 | 2.000000e+01 |  10.78%|  56.04%
883.88/886.58	c   887s|157200 | 41210 | 14080k|  88.9 |   376M |  36 | 200 | 891 | 225 |7405 |  0 |9183 |1629 | 1.805333e+01 | 2.000000e+01 |  10.78%|  56.07%
884.17/886.88	c   887s|157300 | 41204 | 14086k|  88.9 |   376M |  36 | 200 | 891 | 225 |7405 |  0 |9184 |1629 | 1.805341e+01 | 2.000000e+01 |  10.78%|  56.11%
884.48/887.17	c   887s|157400 | 41204 | 14092k|  88.9 |   376M |  36 | 200 | 891 | 224 |7405 |  0 |9186 |1629 | 1.805355e+01 | 2.000000e+01 |  10.78%|  56.14%
884.77/887.42	c   887s|157500 | 41196 | 14097k|  88.9 |   376M |  36 | 200 | 891 | 224 |7405 |  0 |9186 |1629 | 1.805364e+01 | 2.000000e+01 |  10.78%|  56.16%
885.07/887.77	c   888s|157600 | 41192 | 14104k|  88.9 |   376M |  36 | 200 | 891 | 225 |7405 |  0 |9186 |1631 | 1.805392e+01 | 2.000000e+01 |  10.78%|  56.18%
885.38/888.06	c   888s|157700 | 41186 | 14110k|  88.9 |   376M |  36 | 200 | 891 | 232 |7405 |  1 |9186 |1631 | 1.805415e+01 | 2.000000e+01 |  10.78%|  56.21%
885.67/888.33	c   888s|157800 | 41180 | 14116k|  88.8 |   376M |  36 | 200 | 891 | 224 |7405 |  0 |9186 |1631 | 1.805427e+01 | 2.000000e+01 |  10.78%|  56.23%
886.07/888.71	c   889s|157900 | 41184 | 14122k|  88.8 |   376M |  36 | 200 | 890 | 225 |7405 |  1 |9186 |1631 | 1.805471e+01 | 2.000000e+01 |  10.77%|  56.25%
886.37/889.02	c   889s|158000 | 41174 | 14128k|  88.8 |   376M |  36 | 200 | 889 | 224 |7405 |  1 |9186 |1631 | 1.805534e+01 | 2.000000e+01 |  10.77%|  56.28%
886.67/889.32	c   889s|158100 | 41172 | 14134k|  88.8 |   376M |  36 | 200 | 889 | 224 |7405 |  1 |9186 |1631 | 1.805566e+01 | 2.000000e+01 |  10.77%|  56.31%
886.87/889.58	c   890s|158200 | 41158 | 14140k|  88.8 |   376M |  36 | 200 | 889 | 225 |7405 |  1 |9186 |1631 | 1.805596e+01 | 2.000000e+01 |  10.77%|  56.35%
887.17/889.86	c   890s|158300 | 41154 | 14146k|  88.7 |   376M |  36 | 200 | 889 | 226 |7405 |  1 |9186 |1631 | 1.805621e+01 | 2.000000e+01 |  10.77%|  56.41%
887.47/890.14	c   890s|158400 | 41154 | 14152k|  88.7 |   376M |  36 | 200 | 889 | 223 |7405 |  0 |9186 |1631 | 1.805661e+01 | 2.000000e+01 |  10.76%|  56.43%
887.77/890.41	c   890s|158500 | 41144 | 14158k|  88.7 |   376M |  36 | 200 | 886 | 224 |7405 |  1 |9186 |1631 | 1.805700e+01 | 2.000000e+01 |  10.76%|  56.47%
887.97/890.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
887.97/890.68	c   891s|158600 | 41132 | 14163k|  88.7 |   376M |  36 | 200 | 885 | 224 |7405 |  1 |9186 |1631 | 1.805713e+01 | 2.000000e+01 |  10.76%|  56.49%
888.26/890.96	c   891s|158700 | 41128 | 14169k|  88.7 |   376M |  36 | 200 | 885 | 226 |7405 |  1 |9186 |1631 | 1.805755e+01 | 2.000000e+01 |  10.76%|  56.53%
888.56/891.23	c   891s|158800 | 41116 | 14174k|  88.6 |   376M |  36 | 200 | 885 | 225 |7405 |  0 |9186 |1632 | 1.805780e+01 | 2.000000e+01 |  10.76%|  56.55%
888.86/891.54	c   892s|158900 | 41114 | 14181k|  88.6 |   376M |  36 | 200 | 885 | 223 |7405 |  1 |9189 |1633 | 1.805817e+01 | 2.000000e+01 |  10.75%|  56.58%
889.16/891.81	c   892s|159000 | 41098 | 14186k|  88.6 |   376M |  36 | 200 | 885 | 224 |7405 |  1 |9189 |1633 | 1.805870e+01 | 2.000000e+01 |  10.75%|  56.61%
889.37/892.08	c   892s|159100 | 41092 | 14192k|  88.6 |   376M |  36 | 200 | 885 | 224 |7405 |  1 |9189 |1633 | 1.805952e+01 | 2.000000e+01 |  10.74%|  56.63%
889.66/892.38	c   892s|159200 | 41090 | 14198k|  88.6 |   376M |  36 | 200 | 887 | 226 |7405 |  1 |9191 |1634 | 1.805955e+01 | 2.000000e+01 |  10.74%|  56.65%
890.06/892.77	c   893s|159300 | 41094 | 14207k|  88.6 |   376M |  36 | 200 | 887 | 224 |7405 |  0 |9191 |1634 | 1.806009e+01 | 2.000000e+01 |  10.74%|  56.66%
890.36/893.06	c   893s|159400 | 41094 | 14213k|  88.6 |   376M |  36 | 200 | 887 | 224 |7405 |  0 |9191 |1634 | 1.806079e+01 | 2.000000e+01 |  10.74%|  56.68%
890.66/893.33	c   893s|159500 | 41082 | 14219k|  88.5 |   376M |  36 | 200 | 887 | 238 |7405 |  1 |9191 |1634 | 1.806095e+01 | 2.000000e+01 |  10.74%|  56.72%
890.96/893.69	c   894s|159600 | 41076 | 14227k|  88.5 |   376M |  36 | 200 | 887 | 224 |7405 |  0 |9191 |1634 | 1.806187e+01 | 2.000000e+01 |  10.73%|  56.73%
891.26/893.98	c   894s|159700 | 41068 | 14233k|  88.5 |   376M |  36 | 200 | 887 | 224 |7405 |  0 |9191 |1634 | 1.806222e+01 | 2.000000e+01 |  10.73%|  56.76%
891.56/894.26	c   894s|159800 | 41062 | 14239k|  88.5 |   376M |  36 | 200 | 887 | 225 |7405 |  1 |9191 |1634 | 1.806236e+01 | 2.000000e+01 |  10.73%|  56.78%
891.86/894.55	c   895s|159900 | 41064 | 14245k|  88.5 |   376M |  36 | 200 | 887 | 224 |7405 |  1 |9191 |1634 | 1.806271e+01 | 2.000000e+01 |  10.73%|  56.80%
892.15/894.80	c   895s|160000 | 41056 | 14250k|  88.5 |   376M |  36 | 200 | 886 | 225 |7405 |  0 |9191 |1634 | 1.806271e+01 | 2.000000e+01 |  10.73%|  56.81%
892.36/895.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
892.36/895.07	c   895s|160100 | 41048 | 14256k|  88.4 |   376M |  36 | 200 | 886 | 225 |7405 |  1 |9191 |1634 | 1.806325e+01 | 2.000000e+01 |  10.72%|  56.85%
892.65/895.35	c   895s|160200 | 41052 | 14262k|  88.4 |   376M |  36 | 200 | 884 | 224 |7405 |  1 |9191 |1634 | 1.806325e+01 | 2.000000e+01 |  10.72%|  56.87%
892.95/895.61	c   896s|160300 | 41040 | 14267k|  88.4 |   376M |  36 | 200 | 883 | 226 |7405 |  1 |9191 |1634 | 1.806325e+01 | 2.000000e+01 |  10.72%|  56.91%
893.25/895.90	c   896s|160400 | 41036 | 14273k|  88.4 |   377M |  36 | 200 | 884 | 226 |7405 |  0 |9192 |1634 | 1.806381e+01 | 2.000000e+01 |  10.72%|  56.94%
893.46/896.18	c   896s|160500 | 41024 | 14279k|  88.4 |   377M |  36 | 200 | 883 | 224 |7405 |  1 |9192 |1634 | 1.806381e+01 | 2.000000e+01 |  10.72%|  56.96%
893.75/896.47	c   896s|160600 | 41020 | 14284k|  88.3 |   377M |  36 | 200 | 882 | 225 |7405 |  1 |9192 |1634 | 1.806392e+01 | 2.000000e+01 |  10.72%|  56.99%
894.05/896.77	c   897s|160700 | 41020 | 14290k|  88.3 |   377M |  36 | 200 | 881 | 224 |7405 |  1 |9193 |1634 | 1.806397e+01 | 2.000000e+01 |  10.72%|  57.02%
894.35/897.04	c   897s|160800 | 41012 | 14296k|  88.3 |   377M |  36 | 200 | 879 | 227 |7405 |  0 |9195 |1638 | 1.806397e+01 | 2.000000e+01 |  10.72%|  57.05%
894.65/897.38	c   897s|160900 | 41004 | 14302k|  88.3 |   377M |  36 | 200 | 878 | 225 |7405 |  0 |9195 |1638 | 1.806449e+01 | 2.000000e+01 |  10.71%|  57.08%
895.05/897.73	c   898s|161000 | 41002 | 14311k|  88.3 |   377M |  36 | 200 | 877 | 224 |7405 |  1 |9195 |1638 | 1.806513e+01 | 2.000000e+01 |  10.71%|  57.09%
895.25/897.99	c   898s|161100 | 40994 | 14316k|  88.3 |   377M |  36 | 200 | 877 | 226 |7405 |  1 |9195 |1638 | 1.806514e+01 | 2.000000e+01 |  10.71%|  57.12%
895.55/898.24	c   898s|161200 | 40982 | 14321k|  88.2 |   377M |  36 | 200 | 875 | 224 |7405 |  1 |9195 |1638 | 1.806520e+01 | 2.000000e+01 |  10.71%|  57.15%
895.84/898.54	c   899s|161300 | 40974 | 14327k|  88.2 |   377M |  36 | 200 | 875 | 226 |7405 |  0 |9195 |1638 | 1.806532e+01 | 2.000000e+01 |  10.71%|  57.19%
896.14/898.87	c   899s|161400 | 40968 | 14334k|  88.2 |   377M |  36 | 200 | 874 | 224 |7405 |  0 |9195 |1638 | 1.806592e+01 | 2.000000e+01 |  10.71%|  57.23%
896.45/899.16	c   899s|161500 | 40964 | 14340k|  88.2 |   377M |  36 | 200 | 875 | 224 |7405 |  1 |9197 |1639 | 1.806592e+01 | 2.000000e+01 |  10.71%|  57.25%
896.74/899.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
896.74/899.42	c   899s|161600 | 40956 | 14345k|  88.2 |   377M |  36 | 200 | 874 | 224 |7405 |  0 |9197 |1639 | 1.806605e+01 | 2.000000e+01 |  10.70%|  57.27%
897.14/899.85	c   900s|161700 | 40950 | 14355k|  88.2 |   377M |  36 | 200 | 873 | 224 |7405 |  1 |9198 |1641 | 1.806643e+01 | 2.000000e+01 |  10.70%|  57.29%
897.45/900.13	c   900s|161800 | 40938 | 14361k|  88.2 |   377M |  36 | 200 | 873 | 224 |7405 |  0 |9200 |1643 | 1.806680e+01 | 2.000000e+01 |  10.70%|  57.32%
897.74/900.43	c   900s|161900 | 40936 | 14367k|  88.1 |   377M |  36 | 200 | 873 | 223 |7405 |  1 |9200 |1643 | 1.806697e+01 | 2.000000e+01 |  10.70%|  57.37%
898.04/900.70	c   901s|162000 | 40928 | 14372k|  88.1 |   377M |  36 | 200 | 873 | 228 |7405 |  0 |9202 |1644 | 1.806710e+01 | 2.000000e+01 |  10.70%|  57.41%
898.24/900.99	c   901s|162100 | 40926 | 14379k|  88.1 |   377M |  36 | 200 | 873 | 226 |7405 |  0 |9202 |1644 | 1.806775e+01 | 2.000000e+01 |  10.69%|  57.43%
898.54/901.25	c   901s|162200 | 40920 | 14384k|  88.1 |   377M |  36 | 200 | 873 | 225 |7405 |  0 |9202 |1644 | 1.806779e+01 | 2.000000e+01 |  10.69%|  57.46%
898.84/901.52	c   902s|162300 | 40908 | 14390k|  88.1 |   377M |  36 | 200 | 872 | 224 |7405 |  0 |9202 |1644 | 1.806790e+01 | 2.000000e+01 |  10.69%|  57.47%
899.14/901.81	c   902s|162400 | 40898 | 14396k|  88.0 |   377M |  36 | 200 | 871 | 225 |7405 |  1 |9202 |1644 | 1.806804e+01 | 2.000000e+01 |  10.69%|  57.50%
899.44/902.10	c   902s|162500 | 40886 | 14402k|  88.0 |   377M |  36 | 200 | 871 | 224 |7405 |  0 |9202 |1644 | 1.806817e+01 | 2.000000e+01 |  10.69%|  57.53%
899.64/902.36	c   902s|162600 | 40870 | 14407k|  88.0 |   378M |  36 | 200 | 871 | 230 |7405 |  1 |9202 |1644 | 1.806817e+01 | 2.000000e+01 |  10.69%|  57.56%
900.03/902.71	c   903s|162700 | 40862 | 14412k|  88.0 |   378M |  36 | 200 | 870 | 223 |7405 |  1 |9202 |1644 | 1.806853e+01 | 2.000000e+01 |  10.69%|  57.59%
900.34/903.01	c   903s|162800 | 40864 | 14418k|  88.0 |   378M |  36 | 200 | 871 | 224 |7405 |  0 |9204 |1644 | 1.806903e+01 | 2.000000e+01 |  10.69%|  57.61%
900.63/903.30	c   903s|162900 | 40860 | 14424k|  87.9 |   378M |  36 | 200 | 873 | 227 |7405 |  1 |9206 |1645 | 1.806905e+01 | 2.000000e+01 |  10.69%|  57.64%
900.93/903.69	c   904s|163000 | 40868 | 14430k|  87.9 |   378M |  36 | 200 | 876 | 224 |7405 |  0 |9209 |1645 | 1.806987e+01 | 2.000000e+01 |  10.68%|  57.65%
901.23/903.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
901.23/903.98	c   904s|163100 | 40864 | 14436k|  87.9 |   378M |  36 | 200 | 876 | 224 |7405 |  0 |9209 |1645 | 1.807018e+01 | 2.000000e+01 |  10.68%|  57.68%
901.53/904.25	c   904s|163200 | 40858 | 14441k|  87.9 |   378M |  36 | 200 | 877 | 224 |7405 |  0 |9212 |1645 | 1.807020e+01 | 2.000000e+01 |  10.68%|  57.71%
901.93/904.64	c   905s|163300 | 40868 | 14450k|  87.9 |   378M |  36 | 200 | 877 | 224 |7405 |  1 |9212 |1646 | 1.807062e+01 | 2.000000e+01 |  10.68%|  57.72%
902.23/904.90	c   905s|163400 | 40858 | 14455k|  87.9 |   378M |  36 | 200 | 876 | 224 |7405 |  0 |9212 |1648 | 1.807093e+01 | 2.000000e+01 |  10.67%|  57.75%
902.53/905.20	c   905s|163500 | 40854 | 14462k|  87.9 |   378M |  36 | 200 | 875 | 224 |7405 |  0 |9212 |1648 | 1.807185e+01 | 2.000000e+01 |  10.67%|  57.77%
902.73/905.47	c   905s|163600 | 40854 | 14467k|  87.8 |   378M |  36 | 200 | 876 | 224 |7405 |  0 |9214 |1649 | 1.807189e+01 | 2.000000e+01 |  10.67%|  57.79%
903.03/905.75	c   906s|163700 | 40842 | 14473k|  87.8 |   378M |  36 | 200 | 876 | 224 |7405 |  1 |9216 |1649 | 1.807193e+01 | 2.000000e+01 |  10.67%|  57.81%
903.33/906.03	c   906s|163800 | 40846 | 14479k|  87.8 |   378M |  36 | 200 | 876 | 226 |7405 |  1 |9217 |1649 | 1.807235e+01 | 2.000000e+01 |  10.67%|  57.83%
903.72/906.43	c   906s|163900 | 40842 | 14485k|  87.8 |   378M |  36 | 200 | 877 | 224 |7405 |  0 |9218 |1649 | 1.807329e+01 | 2.000000e+01 |  10.66%|  57.84%
904.02/906.74	c   907s|164000 | 40842 | 14491k|  87.8 |   379M |  36 | 200 | 879 | 224 |7405 |  0 |9220 |1649 | 1.807367e+01 | 2.000000e+01 |  10.66%|  57.87%
904.33/907.03	c   907s|164100 | 40842 | 14497k|  87.8 |   379M |  36 | 200 | 879 | 224 |7405 |  0 |9220 |1649 | 1.807397e+01 | 2.000000e+01 |  10.66%|  57.88%
904.62/907.32	c   907s|164200 | 40842 | 14504k|  87.7 |   379M |  36 | 200 | 879 | 225 |7405 |  1 |9220 |1649 | 1.807501e+01 | 2.000000e+01 |  10.65%|  57.91%
904.92/907.61	c   908s|164300 | 40842 | 14509k|  87.7 |   379M |  36 | 200 | 878 | 224 |7405 |  0 |9220 |1649 | 1.807515e+01 | 2.000000e+01 |  10.65%|  57.94%
905.22/907.94	c   908s|164400 | 40842 | 14516k|  87.7 |   379M |  36 | 200 | 877 | 225 |7405 |  0 |9220 |1649 | 1.807551e+01 | 2.000000e+01 |  10.65%|  57.95%
905.52/908.25	c   908s|164500 | 40828 | 14523k|  87.7 |   379M |  36 | 200 | 877 | 224 |7405 |  1 |9220 |1649 | 1.807554e+01 | 2.000000e+01 |  10.65%|  58.00%
905.82/908.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
905.82/908.51	c   909s|164600 | 40820 | 14529k|  87.7 |   379M |  36 | 200 | 877 | 224 |7405 |  0 |9220 |1649 | 1.807593e+01 | 2.000000e+01 |  10.64%|  58.03%
906.12/908.82	c   909s|164700 | 40812 | 14536k|  87.7 |   379M |  36 | 200 | 876 | 225 |7405 |  0 |9220 |1649 | 1.807655e+01 | 2.000000e+01 |  10.64%|  58.07%
906.42/909.17	c   909s|164800 | 40804 | 14544k|  87.7 |   379M |  37 | 200 | 876 | 224 |7405 |  0 |9220 |1649 | 1.807727e+01 | 2.000000e+01 |  10.64%|  58.10%
906.82/909.56	c   910s|164900 | 40804 | 14549k|  87.6 |   379M |  37 | 200 | 877 | 225 |7405 |  1 |9221 |1649 | 1.807743e+01 | 2.000000e+01 |  10.64%|  58.13%
907.12/909.82	c   910s|165000 | 40796 | 14555k|  87.6 |   379M |  37 | 200 | 878 | 225 |7405 |  0 |9222 |1650 | 1.807754e+01 | 2.000000e+01 |  10.63%|  58.15%
907.42/910.11	c   910s|165100 | 40786 | 14561k|  87.6 |   379M |  37 | 200 | 879 | 224 |7405 |  0 |9223 |1650 | 1.807782e+01 | 2.000000e+01 |  10.63%|  58.17%
907.61/910.38	c   910s|165200 | 40774 | 14567k|  87.6 |   379M |  37 | 200 | 880 | 230 |7405 |  1 |9225 |1650 | 1.807790e+01 | 2.000000e+01 |  10.63%|  58.20%
907.91/910.63	c   911s|165300 | 40760 | 14572k|  87.6 |   379M |  37 | 200 | 880 | 224 |7405 |  0 |9225 |1650 | 1.807798e+01 | 2.000000e+01 |  10.63%|  58.22%
908.11/910.90	c   911s|165400 | 40754 | 14577k|  87.5 |   379M |  37 | 200 | 880 | 227 |7405 |  0 |9225 |1650 | 1.807863e+01 | 2.000000e+01 |  10.63%|  58.25%
908.51/911.21	c   911s|165500 | 40750 | 14584k|  87.5 |   379M |  37 | 200 | 880 | 225 |7405 |  1 |9226 |1650 | 1.807891e+01 | 2.000000e+01 |  10.63%|  58.27%
908.71/911.47	c   911s|165600 | 40748 | 14589k|  87.5 |   379M |  37 | 200 | 880 | 224 |7405 |  0 |9226 |1650 | 1.807891e+01 | 2.000000e+01 |  10.63%|  58.28%
909.11/911.80	c   912s|165700 | 40752 | 14596k|  87.5 |   379M |  37 | 200 | 880 | 224 |7405 |  0 |9226 |1650 | 1.807901e+01 | 2.000000e+01 |  10.63%|  58.29%
909.31/912.08	c   912s|165800 | 40744 | 14602k|  87.5 |   379M |  37 | 200 | 880 | 225 |7405 |  1 |9226 |1650 | 1.808001e+01 | 2.000000e+01 |  10.62%|  58.33%
909.71/912.40	c   912s|165900 | 40742 | 14609k|  87.5 |   379M |  37 | 200 | 880 | 225 |7405 |  1 |9226 |1650 | 1.808001e+01 | 2.000000e+01 |  10.62%|  58.34%
909.91/912.68	c   913s|166000 | 40728 | 14615k|  87.5 |   379M |  37 | 200 | 879 | 224 |7405 |  0 |9226 |1650 | 1.808001e+01 | 2.000000e+01 |  10.62%|  58.37%
910.21/912.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
910.21/912.97	c   913s|166100 | 40716 | 14621k|  87.4 |   379M |  37 | 200 | 879 | 224 |7405 |  1 |9226 |1650 | 1.808022e+01 | 2.000000e+01 |  10.62%|  58.39%
910.51/913.25	c   913s|166200 | 40704 | 14626k|  87.4 |   379M |  37 | 200 | 879 | 225 |7405 |  1 |9226 |1650 | 1.808106e+01 | 2.000000e+01 |  10.61%|  58.42%
910.81/913.56	c   914s|166300 | 40696 | 14633k|  87.4 |   379M |  37 | 200 | 880 | 224 |7405 |  1 |9227 |1650 | 1.808142e+01 | 2.000000e+01 |  10.61%|  58.44%
911.21/913.96	c   914s|166400 | 40688 | 14639k|  87.4 |   379M |  37 | 200 | 882 | 224 |7405 |  1 |9229 |1650 | 1.808167e+01 | 2.000000e+01 |  10.61%|  58.47%
911.50/914.25	c   914s|166500 | 40684 | 14644k|  87.4 |   379M |  37 | 200 | 881 | 224 |7405 |  1 |9229 |1650 | 1.808264e+01 | 2.000000e+01 |  10.60%|  58.49%
911.90/914.62	c   915s|166600 | 40682 | 14653k|  87.4 |   379M |  37 | 200 | 881 | 225 |7405 |  1 |9229 |1651 | 1.808306e+01 | 2.000000e+01 |  10.60%|  58.51%
912.20/914.90	c   915s|166700 | 40678 | 14658k|  87.4 |   379M |  37 | 200 | 881 | 224 |7405 |  0 |9229 |1652 | 1.808325e+01 | 2.000000e+01 |  10.60%|  58.54%
912.41/915.19	c   915s|166800 | 40672 | 14665k|  87.3 |   379M |  37 | 200 | 879 | 225 |7405 |  1 |9229 |1652 | 1.808418e+01 | 2.000000e+01 |  10.59%|  58.56%
912.70/915.46	c   915s|166900 | 40668 | 14670k|  87.3 |   379M |  37 | 200 | 879 | 224 |7405 |  1 |9229 |1652 | 1.808438e+01 | 2.000000e+01 |  10.59%|  58.59%
913.00/915.76	c   916s|167000 | 40664 | 14677k|  87.3 |   379M |  37 | 200 | 879 | 224 |7405 |  0 |9229 |1652 | 1.808479e+01 | 2.000000e+01 |  10.59%|  58.61%
913.30/916.02	c   916s|167100 | 40656 | 14682k|  87.3 |   379M |  37 | 200 | 879 | 224 |7405 |  1 |9229 |1652 | 1.808532e+01 | 2.000000e+01 |  10.59%|  58.63%
913.50/916.29	c   916s|167200 | 40646 | 14688k|  87.3 |   379M |  37 | 200 | 879 | 226 |7405 |  1 |9229 |1652 | 1.808557e+01 | 2.000000e+01 |  10.59%|  58.66%
913.80/916.56	c   917s|167300 | 40630 | 14693k|  87.2 |   379M |  37 | 200 | 877 | 226 |7405 |  0 |9229 |1652 | 1.808572e+01 | 2.000000e+01 |  10.58%|  58.70%
914.10/916.83	c   917s|167400 | 40624 | 14699k|  87.2 |   379M |  37 | 200 | 876 | 224 |7405 |  1 |9229 |1652 | 1.808604e+01 | 2.000000e+01 |  10.58%|  58.71%
914.40/917.11	c   917s|167500 | 40614 | 14705k|  87.2 |   379M |  37 | 200 | 876 | 227 |7405 |  0 |9229 |1652 | 1.808620e+01 | 2.000000e+01 |  10.58%|  58.73%
914.70/917.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
914.70/917.47	c   917s|167600 | 40618 | 14713k|  87.2 |   379M |  37 | 200 | 878 | 224 |7405 |  1 |9231 |1654 | 1.808654e+01 | 2.000000e+01 |  10.58%|  58.77%
915.00/917.72	c   918s|167700 | 40608 | 14718k|  87.2 |   379M |  37 | 200 | 878 | 225 |7405 |  0 |9231 |1654 | 1.808655e+01 | 2.000000e+01 |  10.58%|  58.78%
915.20/918.00	c   918s|167800 | 40600 | 14723k|  87.2 |   379M |  37 | 200 | 879 | 227 |7405 |  0 |9233 |1654 | 1.808685e+01 | 2.000000e+01 |  10.58%|  58.82%
915.49/918.26	c   918s|167900 | 40588 | 14729k|  87.1 |   379M |  37 | 200 | 879 | 223 |7405 |  0 |9233 |1654 | 1.808730e+01 | 2.000000e+01 |  10.57%|  58.86%
915.79/918.54	c   919s|168000 | 40586 | 14734k|  87.1 |   379M |  37 | 200 | 878 | 236 |7405 |  1 |9233 |1654 | 1.808753e+01 | 2.000000e+01 |  10.57%|  58.88%
916.09/918.81	c   919s|168100 | 40572 | 14740k|  87.1 |   379M |  37 | 200 | 878 | 223 |7405 |  0 |9233 |1654 | 1.808759e+01 | 2.000000e+01 |  10.57%|  58.93%
916.30/919.08	c   919s|168200 | 40566 | 14745k|  87.1 |   379M |  37 | 200 | 878 | 226 |7405 |  0 |9233 |1654 | 1.808788e+01 | 2.000000e+01 |  10.57%|  58.95%
916.59/919.38	c   919s|168300 | 40556 | 14751k|  87.1 |   379M |  37 | 200 | 878 | 229 |7405 |  0 |9233 |1655 | 1.808803e+01 | 2.000000e+01 |  10.57%|  58.98%
916.89/919.65	c   920s|168400 | 40552 | 14757k|  87.1 |   379M |  37 | 200 | 878 | 224 |7405 |  0 |9233 |1655 | 1.808855e+01 | 2.000000e+01 |  10.57%|  59.02%
917.19/919.91	c   920s|168500 | 40540 | 14762k|  87.0 |   379M |  37 | 200 | 878 | 223 |7405 |  1 |9233 |1655 | 1.808889e+01 | 2.000000e+01 |  10.57%|  59.04%
917.39/920.19	c   920s|168600 | 40536 | 14768k|  87.0 |   379M |  37 | 200 | 878 | 224 |7405 |  1 |9234 |1655 | 1.808896e+01 | 2.000000e+01 |  10.56%|  59.06%
917.69/920.45	c   920s|168700 | 40524 | 14773k|  87.0 |   379M |  37 | 200 | 877 | 225 |7405 |  1 |9234 |1655 | 1.808971e+01 | 2.000000e+01 |  10.56%|  59.09%
917.99/920.73	c   921s|168800 | 40516 | 14779k|  87.0 |   379M |  37 | 200 | 877 | 227 |7405 |  0 |9234 |1655 | 1.809008e+01 | 2.000000e+01 |  10.56%|  59.13%
918.29/921.08	c   921s|168900 | 40510 | 14788k|  87.0 |   379M |  37 | 200 | 877 | 225 |7405 |  1 |9234 |1655 | 1.809011e+01 | 2.000000e+01 |  10.56%|  59.16%
918.69/921.48	c   921s|169000 | 40508 | 14795k|  87.0 |   379M |  37 | 200 | 878 | 224 |7405 |  0 |9236 |1655 | 1.809025e+01 | 2.000000e+01 |  10.56%|  59.18%
918.98/921.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
918.98/921.76	c   922s|169100 | 40492 | 14800k|  87.0 |   380M |  37 | 200 | 877 | 224 |7405 |  0 |9236 |1657 | 1.809071e+01 | 2.000000e+01 |  10.55%|  59.23%
919.29/922.07	c   922s|169200 | 40488 | 14806k|  86.9 |   380M |  37 | 200 | 877 | 224 |7405 |  1 |9236 |1657 | 1.809084e+01 | 2.000000e+01 |  10.55%|  59.25%
919.58/922.32	c   922s|169300 | 40476 | 14812k|  86.9 |   380M |  37 | 200 | 877 | 224 |7405 |  0 |9236 |1657 | 1.809100e+01 | 2.000000e+01 |  10.55%|  59.31%
919.78/922.57	c   923s|169400 | 40464 | 14817k|  86.9 |   380M |  37 | 200 | 878 | 225 |7405 |  1 |9237 |1657 | 1.809119e+01 | 2.000000e+01 |  10.55%|  59.34%
920.08/922.84	c   923s|169500 | 40452 | 14823k|  86.9 |   380M |  37 | 200 | 877 | 225 |7405 |  0 |9237 |1657 | 1.809121e+01 | 2.000000e+01 |  10.55%|  59.36%
920.39/923.11	c   923s|169600 | 40450 | 14828k|  86.9 |   380M |  37 | 200 | 877 | 223 |7405 |  1 |9237 |1657 | 1.809184e+01 | 2.000000e+01 |  10.55%|  59.38%
920.58/923.38	c   923s|169700 | 40444 | 14834k|  86.8 |   380M |  37 | 200 | 877 | 224 |7405 |  0 |9237 |1657 | 1.809215e+01 | 2.000000e+01 |  10.55%|  59.39%
920.88/923.68	c   924s|169800 | 40434 | 14839k|  86.8 |   380M |  37 | 200 | 877 | 223 |7405 |  1 |9239 |1657 | 1.809370e+01 | 2.000000e+01 |  10.54%|  59.42%
921.18/923.92	c   924s|169900 | 40424 | 14844k|  86.8 |   380M |  37 | 200 | 877 | 224 |7405 |  1 |9239 |1657 | 1.809370e+01 | 2.000000e+01 |  10.54%|  59.44%
921.48/924.22	c   924s|170000 | 40418 | 14850k|  86.8 |   380M |  37 | 200 | 877 | 224 |7405 |  0 |9240 |1657 | 1.809404e+01 | 2.000000e+01 |  10.53%|  59.45%
921.78/924.50	c   924s|170100 | 40414 | 14855k|  86.8 |   380M |  37 | 200 | 878 | 225 |7405 |  0 |9241 |1657 | 1.809407e+01 | 2.000000e+01 |  10.53%|  59.47%
921.98/924.79	c   925s|170200 | 40406 | 14861k|  86.8 |   380M |  37 | 200 | 878 | 231 |7405 |  1 |9242 |1658 | 1.809455e+01 | 2.000000e+01 |  10.53%|  59.50%
922.38/925.11	c   925s|170300 | 40400 | 14868k|  86.7 |   380M |  37 | 200 | 877 | 225 |7405 |  0 |9242 |1658 | 1.809476e+01 | 2.000000e+01 |  10.53%|  59.52%
922.57/925.38	c   925s|170400 | 40388 | 14874k|  86.7 |   380M |  37 | 200 | 876 | 225 |7405 |  1 |9242 |1658 | 1.809489e+01 | 2.000000e+01 |  10.53%|  59.54%
922.97/925.79	c   926s|170500 | 40382 | 14880k|  86.7 |   380M |  37 | 200 | 877 | 224 |7405 |  0 |9244 |1659 | 1.809543e+01 | 2.000000e+01 |  10.53%|  59.56%
923.28/926.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
923.28/926.09	c   926s|170600 | 40372 | 14886k|  86.7 |   380M |  37 | 200 | 878 | 225 |7405 |  1 |9245 |1659 | 1.809560e+01 | 2.000000e+01 |  10.52%|  59.61%
923.57/926.37	c   926s|170700 | 40362 | 14892k|  86.7 |   380M |  37 | 200 | 880 | 227 |7405 |  0 |9247 |1659 | 1.809597e+01 | 2.000000e+01 |  10.52%|  59.64%
923.87/926.67	c   927s|170800 | 40358 | 14898k|  86.7 |   380M |  37 | 200 | 881 | 224 |7405 |  1 |9249 |1659 | 1.809610e+01 | 2.000000e+01 |  10.52%|  59.66%
924.28/927.02	c   927s|170900 | 40354 | 14904k|  86.6 |   380M |  37 | 200 | 881 | 224 |7405 |  1 |9252 |1659 | 1.809656e+01 | 2.000000e+01 |  10.52%|  59.68%
924.47/927.29	c   927s|171000 | 40344 | 14910k|  86.6 |   380M |  37 | 200 | 883 | 225 |7405 |  1 |9254 |1660 | 1.809706e+01 | 2.000000e+01 |  10.52%|  59.71%
924.77/927.55	c   928s|171100 | 40328 | 14915k|  86.6 |   380M |  37 | 200 | 884 | 224 |7405 |  0 |9255 |1661 | 1.809731e+01 | 2.000000e+01 |  10.51%|  59.75%
925.07/927.83	c   928s|171200 | 40324 | 14921k|  86.6 |   380M |  37 | 200 | 885 | 225 |7405 |  0 |9256 |1663 | 1.809731e+01 | 2.000000e+01 |  10.51%|  59.78%
925.37/928.14	c   928s|171300 | 40328 | 14927k|  86.6 |   380M |  37 | 200 | 888 | 225 |7405 |  1 |9259 |1663 | 1.809752e+01 | 2.000000e+01 |  10.51%|  59.81%
925.67/928.40	c   928s|171400 | 40318 | 14932k|  86.6 |   380M |  37 | 200 | 888 | 224 |7405 |  1 |9259 |1663 | 1.809761e+01 | 2.000000e+01 |  10.51%|  59.84%
925.97/928.71	c   929s|171500 | 40310 | 14939k|  86.5 |   380M |  37 | 200 | 888 | 224 |7405 |  0 |9259 |1663 | 1.809799e+01 | 2.000000e+01 |  10.51%|  59.85%
926.27/929.07	c   929s|171600 | 40304 | 14947k|  86.5 |   380M |  37 | 200 | 888 | 224 |7405 |  0 |9259 |1663 | 1.809810e+01 | 2.000000e+01 |  10.51%|  59.89%
926.56/929.37	c   929s|171700 | 40298 | 14953k|  86.5 |   380M |  37 | 200 | 888 | 232 |7405 |  1 |9259 |1663 | 1.809847e+01 | 2.000000e+01 |  10.51%|  59.91%
926.96/929.79	c   930s|171800 | 40298 | 14960k|  86.5 |   380M |  37 | 200 | 891 | 224 |7405 |  1 |9264 |1663 | 1.809911e+01 | 2.000000e+01 |  10.50%|  59.93%
927.27/930.09	c   930s|171900 | 40292 | 14966k|  86.5 |   380M |  37 | 200 | 891 | 224 |7405 |  0 |9264 |1663 | 1.809965e+01 | 2.000000e+01 |  10.50%|  59.95%
927.66/930.41	c   930s|172000 | 40284 | 14973k|  86.5 |   380M |  37 | 200 | 890 | 224 |7405 |  0 |9267 |1664 | 1.809989e+01 | 2.000000e+01 |  10.50%|  59.98%
927.96/930.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
927.96/930.71	c   931s|172100 | 40280 | 14979k|  86.5 |   380M |  37 | 200 | 890 | 224 |7405 |  1 |9267 |1664 | 1.810034e+01 | 2.000000e+01 |  10.50%|  60.00%
928.27/931.04	c   931s|172200 | 40274 | 14984k|  86.5 |   380M |  37 | 200 | 890 | 224 |7405 |  1 |9269 |1664 | 1.810045e+01 | 2.000000e+01 |  10.49%|  60.04%
928.56/931.32	c   931s|172300 | 40258 | 14990k|  86.4 |   380M |  37 | 200 | 889 | 228 |7405 |  0 |9269 |1664 | 1.810111e+01 | 2.000000e+01 |  10.49%|  60.08%
928.76/931.56	c   932s|172400 | 40248 | 14995k|  86.4 |   380M |  37 | 200 | 888 | 224 |7405 |  1 |9269 |1664 | 1.810125e+01 | 2.000000e+01 |  10.49%|  60.12%
929.06/931.84	c   932s|172500 | 40242 | 15001k|  86.4 |   380M |  37 | 200 | 887 | 224 |7405 |  0 |9270 |1664 | 1.810127e+01 | 2.000000e+01 |  10.49%|  60.14%
929.36/932.14	c   932s|172600 | 40234 | 15007k|  86.4 |   380M |  37 | 200 | 886 | 225 |7405 |  0 |9271 |1664 | 1.810143e+01 | 2.000000e+01 |  10.49%|  60.16%
929.66/932.44	c   932s|172700 | 40228 | 15013k|  86.4 |   380M |  37 | 200 | 886 | 227 |7405 |  0 |9271 |1665 | 1.810205e+01 | 2.000000e+01 |  10.48%|  60.17%
929.96/932.73	c   933s|172800 | 40220 | 15019k|  86.4 |   380M |  37 | 200 | 886 | 223 |7405 |  0 |9271 |1665 | 1.810237e+01 | 2.000000e+01 |  10.48%|  60.19%
930.36/933.11	c   933s|172900 | 40216 | 15028k|  86.4 |   380M |  37 | 200 | 885 | 226 |7405 |  1 |9271 |1665 | 1.810282e+01 | 2.000000e+01 |  10.48%|  60.23%
930.65/933.41	c   933s|173000 | 40206 | 15034k|  86.3 |   381M |  37 | 200 | 886 | 224 |7405 |  0 |9273 |1666 | 1.810312e+01 | 2.000000e+01 |  10.48%|  60.25%
930.85/933.65	c   934s|173100 | 40194 | 15039k|  86.3 |   381M |  37 | 200 | 885 | 224 |7405 |  0 |9273 |1666 | 1.810312e+01 | 2.000000e+01 |  10.48%|  60.28%
931.15/933.94	c   934s|173200 | 40186 | 15045k|  86.3 |   381M |  37 | 200 | 886 | 224 |7405 |  0 |9274 |1667 | 1.810337e+01 | 2.000000e+01 |  10.48%|  60.30%
931.45/934.23	c   934s|173300 | 40176 | 15051k|  86.3 |   381M |  37 | 200 | 887 | 224 |7405 |  1 |9276 |1668 | 1.810364e+01 | 2.000000e+01 |  10.48%|  60.33%
931.75/934.50	c   935s|173400 | 40160 | 15057k|  86.3 |   381M |  37 | 200 | 887 | 224 |7405 |  1 |9276 |1668 | 1.810397e+01 | 2.000000e+01 |  10.47%|  60.35%
931.95/934.75	c   935s|173500 | 40150 | 15062k|  86.3 |   381M |  37 | 200 | 887 | 224 |7405 |  0 |9276 |1668 | 1.810424e+01 | 2.000000e+01 |  10.47%|  60.38%
932.25/935.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
932.25/935.03	c   935s|173600 | 40148 | 15068k|  86.2 |   381M |  37 | 200 | 886 | 224 |7405 |  1 |9276 |1668 | 1.810494e+01 | 2.000000e+01 |  10.47%|  60.40%
932.55/935.37	c   935s|173700 | 40144 | 15074k|  86.2 |   381M |  37 | 200 | 886 | 224 |7405 |  1 |9276 |1669 | 1.810537e+01 | 2.000000e+01 |  10.46%|  60.42%
932.85/935.64	c   936s|173800 | 40136 | 15080k|  86.2 |   381M |  37 | 200 | 886 | 226 |7405 |  0 |9276 |1669 | 1.810554e+01 | 2.000000e+01 |  10.46%|  60.45%
933.25/936.06	c   936s|173900 | 40128 | 15086k|  86.2 |   381M |  37 | 200 | 886 | 224 |7405 |  0 |9276 |1669 | 1.810582e+01 | 2.000000e+01 |  10.46%|  60.49%
933.55/936.35	c   936s|174000 | 40118 | 15092k|  86.2 |   381M |  37 | 200 | 885 | 223 |7405 |  0 |9276 |1669 | 1.810629e+01 | 2.000000e+01 |  10.46%|  60.52%
933.85/936.63	c   937s|174100 | 40112 | 15098k|  86.2 |   381M |  37 | 200 | 884 | 224 |7405 |  0 |9276 |1669 | 1.810684e+01 | 2.000000e+01 |  10.46%|  60.53%
934.14/936.92	c   937s|174200 | 40112 | 15104k|  86.2 |   381M |  37 | 200 | 884 | 224 |7405 |  1 |9276 |1669 | 1.810684e+01 | 2.000000e+01 |  10.46%|  60.56%
934.44/937.26	c   937s|174300 | 40110 | 15112k|  86.2 |   381M |  37 | 200 | 884 | 224 |7405 |  0 |9276 |1669 | 1.810767e+01 | 2.000000e+01 |  10.45%|  60.58%
934.74/937.56	c   938s|174400 | 40102 | 15117k|  86.1 |   381M |  37 | 200 | 885 | 224 |7405 |  1 |9277 |1670 | 1.810791e+01 | 2.000000e+01 |  10.45%|  60.60%
935.04/937.84	c   938s|174500 | 40092 | 15123k|  86.1 |   381M |  37 | 200 | 885 | 224 |7405 |  0 |9277 |1670 | 1.810815e+01 | 2.000000e+01 |  10.45%|  60.62%
935.35/938.12	c   938s|174600 | 40082 | 15129k|  86.1 |   381M |  37 | 200 | 885 | 223 |7405 |  1 |9277 |1670 | 1.810839e+01 | 2.000000e+01 |  10.45%|  60.67%
935.64/938.43	c   938s|174700 | 40070 | 15135k|  86.1 |   381M |  37 | 200 | 885 | 224 |7405 |  0 |9277 |1670 | 1.810884e+01 | 2.000000e+01 |  10.44%|  60.70%
935.94/938.70	c   939s|174800 | 40060 | 15141k|  86.1 |   381M |  37 | 200 | 883 | 224 |7405 |  1 |9277 |1670 | 1.810920e+01 | 2.000000e+01 |  10.44%|  60.75%
936.14/938.97	c   939s|174900 | 40056 | 15147k|  86.1 |   381M |  37 | 200 | 883 | 225 |7405 |  0 |9277 |1670 | 1.810920e+01 | 2.000000e+01 |  10.44%|  60.78%
936.44/939.24	c   939s|175000 | 40050 | 15152k|  86.0 |   381M |  37 | 200 | 883 | 224 |7405 |  0 |9277 |1670 | 1.810920e+01 | 2.000000e+01 |  10.44%|  60.79%
936.74/939.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
936.74/939.51	c   940s|175100 | 40036 | 15158k|  86.0 |   381M |  37 | 200 | 883 | 225 |7405 |  1 |9277 |1670 | 1.810948e+01 | 2.000000e+01 |  10.44%|  60.83%
937.04/939.80	c   940s|175200 | 40030 | 15164k|  86.0 |   381M |  37 | 200 | 883 | 224 |7405 |  1 |9277 |1670 | 1.810959e+01 | 2.000000e+01 |  10.44%|  60.86%
937.24/940.06	c   940s|175300 | 40012 | 15169k|  86.0 |   381M |  37 | 200 | 884 | 225 |7405 |  0 |9278 |1671 | 1.810992e+01 | 2.000000e+01 |  10.44%|  60.90%
937.54/940.35	c   940s|175400 | 40002 | 15175k|  86.0 |   381M |  37 | 200 | 883 | 224 |7405 |  0 |9278 |1671 | 1.811034e+01 | 2.000000e+01 |  10.43%|  60.94%
937.84/940.69	c   941s|175500 | 40002 | 15183k|  86.0 |   381M |  37 | 200 | 883 | 224 |7405 |  1 |9278 |1671 | 1.811049e+01 | 2.000000e+01 |  10.43%|  60.96%
938.13/940.98	c   941s|175600 | 39994 | 15189k|  86.0 |   381M |  37 | 200 | 881 | 225 |7405 |  1 |9278 |1671 | 1.811060e+01 | 2.000000e+01 |  10.43%|  60.97%
938.43/941.26	c   941s|175700 | 39976 | 15194k|  85.9 |   381M |  37 | 200 | 879 | 224 |7405 |  0 |9278 |1671 | 1.811061e+01 | 2.000000e+01 |  10.43%|  61.01%
938.73/941.53	c   942s|175800 | 39968 | 15200k|  85.9 |   381M |  37 | 200 | 879 | 224 |7405 |  0 |9278 |1671 | 1.811087e+01 | 2.000000e+01 |  10.43%|  61.03%
938.93/941.79	c   942s|175900 | 39958 | 15205k|  85.9 |   381M |  37 | 200 | 878 | 224 |7405 |  0 |9278 |1671 | 1.811087e+01 | 2.000000e+01 |  10.43%|  61.05%
939.24/942.08	c   942s|176000 | 39948 | 15211k|  85.9 |   381M |  37 | 200 | 878 | 224 |7405 |  0 |9278 |1671 | 1.811140e+01 | 2.000000e+01 |  10.43%|  61.09%
939.53/942.38	c   942s|176100 | 39936 | 15217k|  85.9 |   381M |  37 | 200 | 878 | 224 |7405 |  1 |9279 |1673 | 1.811146e+01 | 2.000000e+01 |  10.43%|  61.12%
939.83/942.67	c   943s|176200 | 39926 | 15223k|  85.9 |   381M |  37 | 200 | 878 | 238 |7405 |  0 |9279 |1673 | 1.811235e+01 | 2.000000e+01 |  10.42%|  61.16%
940.13/942.97	c   943s|176300 | 39920 | 15229k|  85.8 |   381M |  37 | 200 | 878 | 224 |7405 |  0 |9279 |1673 | 1.811258e+01 | 2.000000e+01 |  10.42%|  61.19%
940.43/943.27	c   943s|176400 | 39920 | 15235k|  85.8 |   381M |  37 | 200 | 879 | 224 |7405 |  0 |9280 |1673 | 1.811270e+01 | 2.000000e+01 |  10.42%|  61.20%
940.73/943.57	c   944s|176500 | 39912 | 15241k|  85.8 |   381M |  37 | 200 | 879 | 225 |7405 |  1 |9280 |1673 | 1.811283e+01 | 2.000000e+01 |  10.42%|  61.22%
941.13/943.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
941.13/943.92	c   944s|176600 | 39904 | 15250k|  85.8 |   381M |  37 | 200 | 879 | 225 |7405 |  0 |9280 |1673 | 1.811283e+01 | 2.000000e+01 |  10.42%|  61.24%
941.43/944.27	c   944s|176700 | 39904 | 15256k|  85.8 |   381M |  37 | 200 | 879 | 224 |7405 |  0 |9280 |1673 | 1.811287e+01 | 2.000000e+01 |  10.42%|  61.26%
941.72/944.54	c   945s|176800 | 39900 | 15261k|  85.8 |   381M |  37 | 200 | 880 | 225 |7405 |  1 |9282 |1673 | 1.811347e+01 | 2.000000e+01 |  10.42%|  61.30%
942.02/944.82	c   945s|176900 | 39886 | 15267k|  85.8 |   381M |  37 | 200 | 878 | 225 |7405 |  0 |9282 |1673 | 1.811387e+01 | 2.000000e+01 |  10.41%|  61.32%
942.33/945.13	c   945s|177000 | 39878 | 15273k|  85.8 |   381M |  37 | 200 | 877 | 225 |7405 |  1 |9282 |1673 | 1.811432e+01 | 2.000000e+01 |  10.41%|  61.36%
942.72/945.52	c   946s|177100 | 39868 | 15279k|  85.7 |   381M |  37 | 200 | 876 | 224 |7405 |  0 |9282 |1673 | 1.811447e+01 | 2.000000e+01 |  10.41%|  61.38%
943.02/945.85	c   946s|177200 | 39862 | 15287k|  85.7 |   381M |  37 | 200 | 876 | 223 |7405 |  1 |9282 |1673 | 1.811454e+01 | 2.000000e+01 |  10.41%|  61.40%
943.33/946.12	c   946s|177300 | 39856 | 15292k|  85.7 |   381M |  37 | 200 | 875 | 225 |7405 |  1 |9284 |1673 | 1.811492e+01 | 2.000000e+01 |  10.41%|  61.43%
943.62/946.40	c   946s|177400 | 39852 | 15298k|  85.7 |   381M |  37 | 200 | 876 | 224 |7405 |  1 |9286 |1673 | 1.811504e+01 | 2.000000e+01 |  10.41%|  61.45%
943.92/946.70	c   947s|177500 | 39844 | 15304k|  85.7 |   381M |  37 | 200 | 875 | 224 |7405 |  0 |9286 |1674 | 1.811560e+01 | 2.000000e+01 |  10.40%|  61.47%
944.12/946.98	c   947s|177600 | 39836 | 15310k|  85.7 |   381M |  37 | 200 | 876 | 225 |7405 |  0 |9287 |1675 | 1.811570e+01 | 2.000000e+01 |  10.40%|  61.50%
944.42/947.27	c   947s|177700 | 39834 | 15316k|  85.7 |   381M |  37 | 200 | 876 | 224 |7405 |  0 |9287 |1675 | 1.811619e+01 | 2.000000e+01 |  10.40%|  61.52%
944.72/947.57	c   948s|177800 | 39832 | 15321k|  85.6 |   381M |  37 | 200 | 875 | 224 |7405 |  1 |9287 |1675 | 1.811630e+01 | 2.000000e+01 |  10.40%|  61.53%
945.02/947.85	c   948s|177900 | 39824 | 15327k|  85.6 |   381M |  37 | 200 | 874 | 224 |7405 |  1 |9287 |1676 | 1.811634e+01 | 2.000000e+01 |  10.40%|  61.55%
945.32/948.16	c   948s|178000 | 39828 | 15333k|  85.6 |   381M |  37 | 200 | 874 | 224 |7405 |  1 |9288 |1676 | 1.811679e+01 | 2.000000e+01 |  10.39%|  61.57%
945.61/948.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
945.61/948.46	c   948s|178100 | 39830 | 15340k|  85.6 |   381M |  37 | 200 | 874 | 225 |7405 |  1 |9288 |1676 | 1.811701e+01 | 2.000000e+01 |  10.39%|  61.58%
945.91/948.74	c   949s|178200 | 39818 | 15345k|  85.6 |   381M |  37 | 200 | 873 | 225 |7405 |  1 |9288 |1676 | 1.811736e+01 | 2.000000e+01 |  10.39%|  61.61%
946.22/949.02	c   949s|178300 | 39800 | 15351k|  85.6 |   381M |  37 | 200 | 873 | 224 |7405 |  0 |9288 |1676 | 1.811843e+01 | 2.000000e+01 |  10.38%|  61.64%
946.51/949.33	c   949s|178400 | 39800 | 15358k|  85.6 |   381M |  37 | 200 | 872 | 224 |7405 |  1 |9288 |1676 | 1.811884e+01 | 2.000000e+01 |  10.38%|  61.65%
946.71/949.59	c   950s|178500 | 39792 | 15363k|  85.5 |   381M |  37 | 200 | 871 | 225 |7405 |  1 |9288 |1676 | 1.811913e+01 | 2.000000e+01 |  10.38%|  61.67%
947.01/949.84	c   950s|178600 | 39780 | 15368k|  85.5 |   381M |  37 | 200 | 871 | 225 |7405 |  0 |9288 |1676 | 1.811939e+01 | 2.000000e+01 |  10.38%|  61.68%
947.41/950.24	c   950s|178700 | 39774 | 15377k|  85.5 |   381M |  37 | 200 | 872 | 224 |7405 |  1 |9290 |1678 | 1.811975e+01 | 2.000000e+01 |  10.38%|  61.71%
947.71/950.50	c   950s|178800 | 39758 | 15382k|  85.5 |   381M |  37 | 200 | 872 | 223 |7405 |  1 |9290 |1678 | 1.811997e+01 | 2.000000e+01 |  10.38%|  61.74%
947.91/950.79	c   951s|178900 | 39754 | 15388k|  85.5 |   381M |  37 | 200 | 872 | 227 |7405 |  0 |9290 |1678 | 1.811997e+01 | 2.000000e+01 |  10.38%|  61.76%
948.21/951.07	c   951s|179000 | 39746 | 15393k|  85.5 |   381M |  37 | 200 | 872 | 224 |7405 |  0 |9291 |1679 | 1.812006e+01 | 2.000000e+01 |  10.37%|  61.79%
948.51/951.32	c   951s|179100 | 39738 | 15398k|  85.4 |   381M |  37 | 200 | 873 | 225 |7405 |  0 |9293 |1680 | 1.812006e+01 | 2.000000e+01 |  10.37%|  61.81%
948.71/951.57	c   952s|179200 | 39726 | 15403k|  85.4 |   381M |  37 | 200 | 872 | 225 |7405 |  1 |9293 |1680 | 1.812056e+01 | 2.000000e+01 |  10.37%|  61.83%
949.11/951.96	c   952s|179300 | 39720 | 15409k|  85.4 |   381M |  37 | 200 | 873 | 224 |7405 |  0 |9295 |1680 | 1.812118e+01 | 2.000000e+01 |  10.37%|  61.85%
949.41/952.23	c   952s|179400 | 39716 | 15415k|  85.4 |   381M |  37 | 200 | 873 | 224 |7405 |  0 |9295 |1680 | 1.812146e+01 | 2.000000e+01 |  10.37%|  61.86%
949.70/952.50	c   952s|179500 | 39708 | 15420k|  85.4 |   381M |  37 | 200 | 873 | 224 |7405 |  0 |9295 |1680 | 1.812209e+01 | 2.000000e+01 |  10.36%|  61.89%
949.90/952.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
949.90/952.79	c   953s|179600 | 39704 | 15426k|  85.4 |   381M |  37 | 200 | 873 | 224 |7405 |  1 |9295 |1680 | 1.812254e+01 | 2.000000e+01 |  10.36%|  61.92%
950.21/953.07	c   953s|179700 | 39696 | 15432k|  85.4 |   381M |  37 | 200 | 873 | 227 |7405 |  0 |9296 |1680 | 1.812306e+01 | 2.000000e+01 |  10.36%|  61.94%
950.50/953.35	c   953s|179800 | 39688 | 15437k|  85.3 |   381M |  37 | 200 | 872 | 226 |7405 |  1 |9296 |1680 | 1.812320e+01 | 2.000000e+01 |  10.36%|  61.96%
950.80/953.62	c   954s|179900 | 39672 | 15443k|  85.3 |   381M |  37 | 200 | 871 | 226 |7405 |  0 |9296 |1680 | 1.812320e+01 | 2.000000e+01 |  10.36%|  61.98%
951.10/953.92	c   954s|180000 | 39672 | 15449k|  85.3 |   381M |  37 | 200 | 872 | 223 |7405 |  0 |9298 |1680 | 1.812353e+01 | 2.000000e+01 |  10.35%|  62.01%
951.40/954.21	c   954s|180100 | 39656 | 15455k|  85.3 |   381M |  37 | 200 | 872 | 225 |7405 |  0 |9298 |1680 | 1.812373e+01 | 2.000000e+01 |  10.35%|  62.03%
951.70/954.51	c   955s|180200 | 39656 | 15461k|  85.3 |   381M |  37 | 200 | 872 | 225 |7405 |  1 |9298 |1680 | 1.812377e+01 | 2.000000e+01 |  10.35%|  62.05%
951.90/954.79	c   955s|180300 | 39640 | 15467k|  85.3 |   381M |  37 | 200 | 870 | 223 |7405 |  0 |9298 |1680 | 1.812387e+01 | 2.000000e+01 |  10.35%|  62.08%
952.20/955.06	c   955s|180400 | 39628 | 15473k|  85.2 |   381M |  37 | 200 | 870 | 225 |7405 |  1 |9298 |1680 | 1.812397e+01 | 2.000000e+01 |  10.35%|  62.11%
952.50/955.36	c   955s|180500 | 39618 | 15479k|  85.2 |   381M |  37 | 200 | 869 | 224 |7405 |  0 |9298 |1680 | 1.812402e+01 | 2.000000e+01 |  10.35%|  62.14%
952.80/955.66	c   956s|180600 | 39602 | 15486k|  85.2 |   381M |  37 | 200 | 869 | 223 |7405 |  0 |9298 |1680 | 1.812455e+01 | 2.000000e+01 |  10.35%|  62.17%
953.20/956.03	c   956s|180700 | 39590 | 15491k|  85.2 |   381M |  37 | 200 | 869 | 225 |7405 |  0 |9299 |1680 | 1.812516e+01 | 2.000000e+01 |  10.34%|  62.19%
953.50/956.32	c   956s|180800 | 39582 | 15497k|  85.2 |   381M |  37 | 200 | 869 | 224 |7405 |  0 |9299 |1680 | 1.812572e+01 | 2.000000e+01 |  10.34%|  62.21%
953.69/956.59	c   957s|180900 | 39568 | 15503k|  85.2 |   381M |  37 | 200 | 869 | 224 |7405 |  0 |9299 |1680 | 1.812612e+01 | 2.000000e+01 |  10.34%|  62.24%
953.99/956.87	c   957s|181000 | 39558 | 15508k|  85.2 |   381M |  37 | 200 | 869 | 224 |7405 |  1 |9299 |1680 | 1.812649e+01 | 2.000000e+01 |  10.34%|  62.28%
954.30/957.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
954.30/957.18	c   957s|181100 | 39556 | 15515k|  85.1 |   381M |  37 | 200 | 869 | 227 |7405 |  0 |9300 |1680 | 1.812671e+01 | 2.000000e+01 |  10.33%|  62.31%
954.59/957.45	c   957s|181200 | 39548 | 15520k|  85.1 |   381M |  37 | 200 | 868 | 224 |7405 |  1 |9300 |1680 | 1.812767e+01 | 2.000000e+01 |  10.33%|  62.32%
954.89/957.72	c   958s|181300 | 39544 | 15526k|  85.1 |   381M |  37 | 200 | 867 | 224 |7405 |  0 |9300 |1680 | 1.812767e+01 | 2.000000e+01 |  10.33%|  62.35%
955.09/957.99	c   958s|181400 | 39532 | 15531k|  85.1 |   381M |  37 | 200 | 866 | 224 |7405 |  0 |9300 |1680 | 1.812778e+01 | 2.000000e+01 |  10.33%|  62.38%
955.39/958.29	c   958s|181500 | 39522 | 15538k|  85.1 |   381M |  37 | 200 | 865 | 225 |7405 |  1 |9300 |1680 | 1.812849e+01 | 2.000000e+01 |  10.32%|  62.41%
955.69/958.53	c   959s|181600 | 39512 | 15543k|  85.1 |   381M |  37 | 200 | 866 | 224 |7405 |  0 |9301 |1682 | 1.812884e+01 | 2.000000e+01 |  10.32%|  62.42%
955.99/958.85	c   959s|181700 | 39502 | 15550k|  85.1 |   381M |  37 | 200 | 864 | 225 |7405 |  0 |9301 |1682 | 1.812896e+01 | 2.000000e+01 |  10.32%|  62.45%
956.29/959.18	c   959s|181800 | 39492 | 15557k|  85.1 |   381M |  37 | 200 | 864 | 225 |7405 |  1 |9301 |1682 | 1.812896e+01 | 2.000000e+01 |  10.32%|  62.48%
956.59/959.48	c   959s|181900 | 39484 | 15563k|  85.0 |   381M |  37 | 200 | 864 | 225 |7405 |  1 |9301 |1683 | 1.812935e+01 | 2.000000e+01 |  10.32%|  62.50%
956.89/959.73	c   960s|182000 | 39476 | 15568k|  85.0 |   381M |  37 | 200 | 862 | 224 |7405 |  1 |9302 |1683 | 1.812951e+01 | 2.000000e+01 |  10.32%|  62.53%
957.19/960.00	c   960s|182100 | 39472 | 15574k|  85.0 |   381M |  37 | 200 | 863 | 223 |7405 |  0 |9304 |1683 | 1.812969e+01 | 2.000000e+01 |  10.32%|  62.55%
957.49/960.37	c   960s|182200 | 39468 | 15580k|  85.0 |   381M |  37 | 200 | 865 | 224 |7405 |  0 |9307 |1683 | 1.812976e+01 | 2.000000e+01 |  10.32%|  62.59%
957.78/960.67	c   961s|182300 | 39466 | 15586k|  85.0 |   381M |  37 | 200 | 864 | 224 |7405 |  1 |9307 |1684 | 1.813040e+01 | 2.000000e+01 |  10.31%|  62.60%
958.08/960.98	c   961s|182400 | 39460 | 15593k|  85.0 |   381M |  37 | 200 | 864 | 225 |7405 |  0 |9307 |1684 | 1.813046e+01 | 2.000000e+01 |  10.31%|  62.62%
958.38/961.26	c   961s|182500 | 39446 | 15598k|  85.0 |   381M |  37 | 200 | 864 | 224 |7405 |  1 |9307 |1685 | 1.813052e+01 | 2.000000e+01 |  10.31%|  62.66%
958.68/961.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
958.68/961.56	c   962s|182600 | 39432 | 15604k|  84.9 |   381M |  37 | 200 | 865 | 225 |7405 |  0 |9308 |1686 | 1.813097e+01 | 2.000000e+01 |  10.31%|  62.71%
958.98/961.80	c   962s|182700 | 39418 | 15609k|  84.9 |   381M |  37 | 200 | 864 | 225 |7405 |  0 |9308 |1686 | 1.813106e+01 | 2.000000e+01 |  10.31%|  62.73%
959.19/962.08	c   962s|182800 | 39400 | 15615k|  84.9 |   381M |  37 | 200 | 864 | 225 |7405 |  0 |9308 |1686 | 1.813119e+01 | 2.000000e+01 |  10.31%|  62.80%
959.58/962.48	c   962s|182900 | 39396 | 15624k|  84.9 |   381M |  37 | 200 | 864 | 231 |7405 |  0 |9308 |1686 | 1.813163e+01 | 2.000000e+01 |  10.30%|  62.82%
959.88/962.77	c   963s|183000 | 39386 | 15630k|  84.9 |   381M |  37 | 200 | 864 | 226 |7405 |  1 |9308 |1686 | 1.813181e+01 | 2.000000e+01 |  10.30%|  62.85%
960.18/963.05	c   963s|183100 | 39380 | 15636k|  84.9 |   381M |  37 | 200 | 864 | 225 |7405 |  0 |9308 |1686 | 1.813229e+01 | 2.000000e+01 |  10.30%|  62.87%
960.48/963.30	c   963s|183200 | 39368 | 15641k|  84.9 |   381M |  37 | 200 | 864 | 222 |7405 |  0 |9308 |1686 | 1.813230e+01 | 2.000000e+01 |  10.30%|  62.89%
960.68/963.59	c   964s|183300 | 39362 | 15647k|  84.8 |   381M |  37 | 200 | 862 | 224 |7405 |  0 |9308 |1686 | 1.813312e+01 | 2.000000e+01 |  10.30%|  62.93%
960.98/963.87	c   964s|183400 | 39352 | 15653k|  84.8 |   381M |  37 | 200 | 860 | 224 |7405 |  1 |9308 |1686 | 1.813331e+01 | 2.000000e+01 |  10.29%|  62.95%
961.28/964.14	c   964s|183500 | 39340 | 15658k|  84.8 |   381M |  37 | 200 | 860 | 231 |7405 |  1 |9308 |1686 | 1.813339e+01 | 2.000000e+01 |  10.29%|  62.99%
961.57/964.41	c   964s|183600 | 39336 | 15664k|  84.8 |   381M |  37 | 200 | 860 | 223 |7405 |  1 |9308 |1686 | 1.813339e+01 | 2.000000e+01 |  10.29%|  63.00%
961.87/964.70	c   965s|183700 | 39328 | 15670k|  84.8 |   381M |  37 | 200 | 859 | 225 |7405 |  1 |9308 |1686 | 1.813349e+01 | 2.000000e+01 |  10.29%|  63.02%
962.07/964.97	c   965s|183800 | 39314 | 15676k|  84.8 |   381M |  37 | 200 | 857 | 226 |7405 |  0 |9308 |1686 | 1.813379e+01 | 2.000000e+01 |  10.29%|  63.06%
962.37/965.27	c   965s|183900 | 39306 | 15682k|  84.8 |   381M |  37 | 200 | 856 | 225 |7405 |  0 |9309 |1687 | 1.813384e+01 | 2.000000e+01 |  10.29%|  63.10%
962.67/965.55	c   966s|184000 | 39294 | 15687k|  84.7 |   381M |  37 | 200 | 855 | 224 |7405 |  0 |9309 |1687 | 1.813435e+01 | 2.000000e+01 |  10.29%|  63.12%
963.07/965.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
963.07/965.91	c   966s|184100 | 39282 | 15695k|  84.7 |   381M |  37 | 200 | 855 | 225 |7405 |  0 |9309 |1687 | 1.813516e+01 | 2.000000e+01 |  10.28%|  63.14%
963.37/966.20	c   966s|184200 | 39276 | 15701k|  84.7 |   381M |  37 | 200 | 856 | 224 |7405 |  0 |9310 |1687 | 1.813518e+01 | 2.000000e+01 |  10.28%|  63.16%
963.57/966.48	c   966s|184300 | 39270 | 15707k|  84.7 |   381M |  37 | 200 | 855 | 224 |7405 |  1 |9310 |1687 | 1.813545e+01 | 2.000000e+01 |  10.28%|  63.18%
963.87/966.75	c   967s|184400 | 39258 | 15712k|  84.7 |   381M |  37 | 200 | 855 | 225 |7405 |  1 |9310 |1687 | 1.813638e+01 | 2.000000e+01 |  10.28%|  63.21%
964.17/967.03	c   967s|184500 | 39256 | 15718k|  84.7 |   381M |  37 | 200 | 855 | 224 |7405 |  0 |9310 |1687 | 1.813693e+01 | 2.000000e+01 |  10.27%|  63.23%
964.47/967.32	c   967s|184600 | 39248 | 15724k|  84.7 |   381M |  37 | 200 | 855 | 224 |7405 |  0 |9310 |1687 | 1.813710e+01 | 2.000000e+01 |  10.27%|  63.25%
964.77/967.64	c   968s|184700 | 39246 | 15731k|  84.7 |   381M |  37 | 200 | 854 | 224 |7405 |  0 |9310 |1687 | 1.813832e+01 | 2.000000e+01 |  10.26%|  63.27%
965.07/967.93	c   968s|184800 | 39240 | 15736k|  84.6 |   381M |  37 | 200 | 854 | 226 |7405 |  0 |9312 |1687 | 1.813894e+01 | 2.000000e+01 |  10.26%|  63.29%
965.47/968.33	c   968s|184900 | 39238 | 15743k|  84.6 |   381M |  37 | 200 | 854 | 228 |7405 |  1 |9313 |1687 | 1.813937e+01 | 2.000000e+01 |  10.26%|  63.32%
965.76/968.61	c   969s|185000 | 39236 | 15748k|  84.6 |   381M |  37 | 200 | 853 | 224 |7405 |  1 |9313 |1688 | 1.813957e+01 | 2.000000e+01 |  10.26%|  63.34%
965.96/968.88	c   969s|185100 | 39222 | 15754k|  84.6 |   381M |  37 | 200 | 852 | 230 |7405 |  1 |9313 |1688 | 1.813991e+01 | 2.000000e+01 |  10.25%|  63.36%
966.27/969.17	c   969s|185200 | 39206 | 15760k|  84.6 |   381M |  37 | 200 | 852 | 223 |7405 |  0 |9313 |1688 | 1.814025e+01 | 2.000000e+01 |  10.25%|  63.40%
966.66/969.51	c   970s|185300 | 39196 | 15768k|  84.6 |   381M |  37 | 200 | 852 | 237 |7405 |  0 |9313 |1688 | 1.814059e+01 | 2.000000e+01 |  10.25%|  63.42%
966.86/969.79	c   970s|185400 | 39188 | 15773k|  84.6 |   381M |  37 | 200 | 852 | 224 |7405 |  0 |9313 |1688 | 1.814089e+01 | 2.000000e+01 |  10.25%|  63.47%
967.17/970.10	c   970s|185500 | 39186 | 15780k|  84.6 |   381M |  37 | 200 | 850 | 224 |7405 |  0 |9313 |1688 | 1.814127e+01 | 2.000000e+01 |  10.25%|  63.49%
967.46/970.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
967.46/970.39	c   970s|185600 | 39178 | 15785k|  84.5 |   381M |  37 | 200 | 851 | 224 |7405 |  1 |9314 |1688 | 1.814129e+01 | 2.000000e+01 |  10.25%|  63.51%
967.76/970.65	c   971s|185700 | 39166 | 15791k|  84.5 |   381M |  37 | 200 | 852 | 224 |7405 |  1 |9315 |1689 | 1.814156e+01 | 2.000000e+01 |  10.24%|  63.54%
968.06/970.96	c   971s|185800 | 39154 | 15797k|  84.5 |   381M |  37 | 200 | 852 | 224 |7405 |  0 |9316 |1689 | 1.814202e+01 | 2.000000e+01 |  10.24%|  63.57%
968.37/971.23	c   971s|185900 | 39144 | 15803k|  84.5 |   381M |  37 | 200 | 852 | 223 |7405 |  0 |9318 |1689 | 1.814220e+01 | 2.000000e+01 |  10.24%|  63.60%
968.67/971.50	c   971s|186000 | 39140 | 15808k|  84.5 |   381M |  37 | 200 | 853 | 225 |7405 |  1 |9319 |1689 | 1.814256e+01 | 2.000000e+01 |  10.24%|  63.62%
969.07/971.92	c   972s|186100 | 39136 | 15815k|  84.5 |   381M |  37 | 200 | 853 | 225 |7405 |  1 |9319 |1689 | 1.814279e+01 | 2.000000e+01 |  10.24%|  63.65%
969.27/972.19	c   972s|186200 | 39124 | 15820k|  84.5 |   381M |  37 | 200 | 853 | 224 |7405 |  1 |9319 |1689 | 1.814302e+01 | 2.000000e+01 |  10.24%|  63.67%
969.56/972.49	c   972s|186300 | 39110 | 15826k|  84.4 |   381M |  37 | 200 | 853 | 225 |7405 |  1 |9319 |1689 | 1.814344e+01 | 2.000000e+01 |  10.23%|  63.69%
969.86/972.77	c   973s|186400 | 39102 | 15832k|  84.4 |   381M |  37 | 200 | 855 | 224 |7405 |  0 |9321 |1691 | 1.814375e+01 | 2.000000e+01 |  10.23%|  63.72%
970.17/973.05	c   973s|186500 | 39098 | 15838k|  84.4 |   382M |  37 | 200 | 855 | 230 |7405 |  1 |9321 |1691 | 1.814420e+01 | 2.000000e+01 |  10.23%|  63.73%
970.46/973.37	c   973s|186600 | 39090 | 15844k|  84.4 |   382M |  37 | 200 | 854 | 224 |7405 |  1 |9322 |1691 | 1.814472e+01 | 2.000000e+01 |  10.22%|  63.75%
970.86/973.75	c   974s|186700 | 39086 | 15852k|  84.4 |   382M |  37 | 200 | 854 | 231 |7405 |  0 |9322 |1691 | 1.814533e+01 | 2.000000e+01 |  10.22%|  63.77%
971.16/974.03	c   974s|186800 | 39074 | 15858k|  84.4 |   382M |  37 | 200 | 853 | 224 |7405 |  0 |9322 |1691 | 1.814554e+01 | 2.000000e+01 |  10.22%|  63.81%
971.36/974.29	c   974s|186900 | 39060 | 15864k|  84.4 |   382M |  38 | 200 | 853 | 226 |7405 |  0 |9322 |1691 | 1.814630e+01 | 2.000000e+01 |  10.22%|  63.83%
971.66/974.57	c   975s|187000 | 39052 | 15869k|  84.4 |   382M |  38 | 200 | 853 | 224 |7405 |  0 |9324 |1692 | 1.814640e+01 | 2.000000e+01 |  10.21%|  63.89%
971.96/974.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
971.96/974.84	c   975s|187100 | 39050 | 15874k|  84.3 |   382M |  38 | 200 | 852 | 222 |7405 |  1 |9324 |1692 | 1.814655e+01 | 2.000000e+01 |  10.21%|  63.91%
972.26/975.13	c   975s|187200 | 39042 | 15880k|  84.3 |   382M |  38 | 200 | 852 | 223 |7405 |  1 |9324 |1692 | 1.814666e+01 | 2.000000e+01 |  10.21%|  63.94%
972.56/975.41	c   975s|187300 | 39038 | 15886k|  84.3 |   382M |  38 | 200 | 852 | 224 |7405 |  0 |9325 |1692 | 1.814689e+01 | 2.000000e+01 |  10.21%|  63.96%
972.85/975.71	c   976s|187400 | 39026 | 15892k|  84.3 |   382M |  38 | 200 | 850 | 230 |7405 |  1 |9327 |1693 | 1.814732e+01 | 2.000000e+01 |  10.21%|  63.97%
973.05/975.99	c   976s|187500 | 39020 | 15898k|  84.3 |   382M |  38 | 200 | 851 | 224 |7405 |  1 |9328 |1693 | 1.814759e+01 | 2.000000e+01 |  10.21%|  64.00%
973.45/976.35	c   976s|187600 | 39012 | 15904k|  84.3 |   382M |  38 | 200 | 850 | 225 |7405 |  0 |9329 |1693 | 1.814783e+01 | 2.000000e+01 |  10.21%|  64.02%
973.75/976.65	c   977s|187700 | 39000 | 15909k|  84.3 |   382M |  38 | 200 | 850 | 225 |7405 |  0 |9329 |1693 | 1.814816e+01 | 2.000000e+01 |  10.20%|  64.04%
974.05/976.92	c   977s|187800 | 38992 | 15915k|  84.2 |   382M |  38 | 200 | 849 | 225 |7405 |  0 |9329 |1693 | 1.814852e+01 | 2.000000e+01 |  10.20%|  64.06%
974.35/977.26	c   977s|187900 | 38984 | 15922k|  84.2 |   382M |  38 | 200 | 848 | 225 |7405 |  1 |9329 |1693 | 1.814882e+01 | 2.000000e+01 |  10.20%|  64.08%
974.65/977.55	c   978s|188000 | 38972 | 15928k|  84.2 |   382M |  38 | 200 | 847 | 225 |7405 |  1 |9329 |1693 | 1.814935e+01 | 2.000000e+01 |  10.20%|  64.10%
974.95/977.82	c   978s|188100 | 38964 | 15934k|  84.2 |   382M |  38 | 200 | 847 | 224 |7405 |  0 |9329 |1693 | 1.815006e+01 | 2.000000e+01 |  10.19%|  64.12%
975.15/978.08	c   978s|188200 | 38950 | 15939k|  84.2 |   382M |  38 | 200 | 847 | 222 |7405 |  0 |9329 |1693 | 1.815068e+01 | 2.000000e+01 |  10.19%|  64.14%
975.45/978.33	c   978s|188300 | 38946 | 15944k|  84.2 |   382M |  38 | 200 | 847 | 224 |7405 |  0 |9329 |1693 | 1.815090e+01 | 2.000000e+01 |  10.19%|  64.15%
975.75/978.62	c   979s|188400 | 38944 | 15950k|  84.2 |   382M |  38 | 200 | 846 | 224 |7405 |  1 |9329 |1693 | 1.815147e+01 | 2.000000e+01 |  10.18%|  64.16%
976.15/979.02	c   979s|188500 | 38936 | 15956k|  84.2 |   382M |  38 | 200 | 845 | 223 |7412 |  0 |9329 |1693 | 1.815173e+01 | 2.000000e+01 |  10.18%|  64.22%
976.45/979.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
976.45/979.32	c   979s|188600 | 38928 | 15962k|  84.1 |   382M |  38 | 200 | 845 | 223 |7412 |  1 |9329 |1693 | 1.815207e+01 | 2.000000e+01 |  10.18%|  64.24%
976.65/979.59	c   980s|188700 | 38914 | 15967k|  84.1 |   382M |  38 | 200 | 845 | 224 |7412 |  1 |9331 |1695 | 1.815263e+01 | 2.000000e+01 |  10.18%|  64.28%
976.94/979.85	c   980s|188800 | 38906 | 15972k|  84.1 |   382M |  38 | 200 | 846 | 224 |7412 |  2 |9332 |1696 | 1.815263e+01 | 2.000000e+01 |  10.18%|  64.29%
977.25/980.12	c   980s|188900 | 38896 | 15978k|  84.1 |   382M |  38 | 200 | 846 | 224 |7412 |  1 |9332 |1696 | 1.815309e+01 | 2.000000e+01 |  10.17%|  64.32%
977.54/980.41	c   980s|189000 | 38886 | 15983k|  84.1 |   382M |  38 | 200 | 845 | 225 |7412 |  1 |9332 |1697 | 1.815331e+01 | 2.000000e+01 |  10.17%|  64.36%
977.74/980.68	c   981s|189100 | 38874 | 15989k|  84.1 |   382M |  38 | 200 | 845 | 224 |7412 |  1 |9332 |1697 | 1.815364e+01 | 2.000000e+01 |  10.17%|  64.39%
978.04/980.94	c   981s|189200 | 38864 | 15994k|  84.0 |   382M |  38 | 200 | 844 | 224 |7412 |  0 |9333 |1698 | 1.815399e+01 | 2.000000e+01 |  10.17%|  64.44%
978.34/981.26	c   981s|189300 | 38862 | 16001k|  84.0 |   382M |  38 | 200 | 845 | 224 |7412 |  1 |9335 |1698 | 1.815404e+01 | 2.000000e+01 |  10.17%|  64.47%
978.64/981.52	c   982s|189400 | 38846 | 16006k|  84.0 |   382M |  38 | 200 | 845 | 224 |7412 |  0 |9335 |1698 | 1.815453e+01 | 2.000000e+01 |  10.17%|  64.48%
978.94/981.87	c   982s|189500 | 38840 | 16014k|  84.0 |   382M |  38 | 200 | 844 | 225 |7412 |  1 |9335 |1698 | 1.815488e+01 | 2.000000e+01 |  10.16%|  64.50%
979.34/982.22	c   982s|189600 | 38828 | 16021k|  84.0 |   382M |  38 | 200 | 845 | 224 |7412 |  0 |9336 |1698 | 1.815518e+01 | 2.000000e+01 |  10.16%|  64.52%
979.54/982.48	c   982s|189700 | 38812 | 16027k|  84.0 |   382M |  38 | 200 | 845 | 224 |7412 |  0 |9336 |1698 | 1.815556e+01 | 2.000000e+01 |  10.16%|  64.55%
979.84/982.75	c   983s|189800 | 38812 | 16032k|  84.0 |   382M |  38 | 200 | 844 | 224 |7412 |  1 |9337 |1699 | 1.815574e+01 | 2.000000e+01 |  10.16%|  64.57%
980.14/983.01	c   983s|189900 | 38800 | 16037k|  84.0 |   382M |  38 | 200 | 845 | 226 |7412 |  1 |9338 |1700 | 1.815574e+01 | 2.000000e+01 |  10.16%|  64.60%
980.54/983.45	c   983s|190000 | 38798 | 16044k|  84.0 |   382M |  38 | 200 | 845 | 224 |7412 |  1 |9340 |1701 | 1.815574e+01 | 2.000000e+01 |  10.16%|  64.61%
980.83/983.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
980.83/983.70	c   984s|190100 | 38780 | 16049k|  83.9 |   382M |  38 | 200 | 844 | 225 |7412 |  1 |9340 |1701 | 1.815579e+01 | 2.000000e+01 |  10.16%|  64.64%
981.03/983.98	c   984s|190200 | 38772 | 16054k|  83.9 |   382M |  38 | 200 | 847 | 232 |7412 |  0 |9343 |1701 | 1.815672e+01 | 2.000000e+01 |  10.15%|  64.66%
981.33/984.25	c   984s|190300 | 38756 | 16060k|  83.9 |   382M |  38 | 200 | 847 | 237 |7412 |  1 |9343 |1701 | 1.815672e+01 | 2.000000e+01 |  10.15%|  64.70%
981.63/984.57	c   985s|190400 | 38748 | 16066k|  83.9 |   382M |  38 | 200 | 848 | 223 |7412 |  0 |9345 |1701 | 1.815684e+01 | 2.000000e+01 |  10.15%|  64.74%
982.03/984.90	c   985s|190500 | 38736 | 16071k|  83.9 |   382M |  38 | 200 | 849 | 224 |7412 |  0 |9346 |1701 | 1.815691e+01 | 2.000000e+01 |  10.15%|  64.76%
982.24/985.18	c   985s|190600 | 38722 | 16077k|  83.9 |   382M |  38 | 200 | 849 | 225 |7412 |  1 |9346 |1701 | 1.815739e+01 | 2.000000e+01 |  10.15%|  64.78%
982.63/985.52	c   986s|190700 | 38718 | 16085k|  83.9 |   382M |  38 | 200 | 849 | 222 |7412 |  0 |9346 |1701 | 1.815739e+01 | 2.000000e+01 |  10.15%|  64.80%
982.93/985.84	c   986s|190800 | 38712 | 16091k|  83.8 |   382M |  38 | 200 | 848 | 224 |7412 |  1 |9346 |1701 | 1.815770e+01 | 2.000000e+01 |  10.15%|  64.82%
983.23/986.11	c   986s|190900 | 38698 | 16096k|  83.8 |   382M |  38 | 200 | 847 | 224 |7412 |  0 |9346 |1701 | 1.815800e+01 | 2.000000e+01 |  10.14%|  64.84%
983.53/986.41	c   986s|191000 | 38696 | 16102k|  83.8 |   382M |  38 | 200 | 847 | 226 |7412 |  0 |9347 |1701 | 1.815853e+01 | 2.000000e+01 |  10.14%|  64.85%
983.73/986.68	c   987s|191100 | 38688 | 16108k|  83.8 |   382M |  38 | 200 | 847 | 225 |7412 |  0 |9347 |1701 | 1.815875e+01 | 2.000000e+01 |  10.14%|  64.87%
984.03/986.91	c   987s|191200 | 38668 | 16113k|  83.8 |   382M |  38 | 200 | 847 | 224 |7412 |  1 |9347 |1701 | 1.815888e+01 | 2.000000e+01 |  10.14%|  64.90%
984.23/987.17	c   987s|191300 | 38658 | 16118k|  83.8 |   382M |  38 | 200 | 847 | 224 |7412 |  0 |9347 |1701 | 1.815920e+01 | 2.000000e+01 |  10.14%|  64.92%
984.53/987.47	c   987s|191400 | 38650 | 16124k|  83.8 |   382M |  38 | 200 | 847 | 224 |7412 |  0 |9347 |1702 | 1.815934e+01 | 2.000000e+01 |  10.14%|  64.93%
984.82/987.75	c   988s|191500 | 38638 | 16130k|  83.7 |   382M |  38 | 200 | 847 | 227 |7412 |  0 |9347 |1702 | 1.815967e+01 | 2.000000e+01 |  10.13%|  64.96%
985.13/988.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
985.13/988.04	c   988s|191600 | 38630 | 16136k|  83.7 |   382M |  38 | 200 | 849 | 226 |7412 |  0 |9351 |1705 | 1.816007e+01 | 2.000000e+01 |  10.13%|  64.99%
985.42/988.33	c   988s|191700 | 38622 | 16142k|  83.7 |   382M |  38 | 200 | 848 | 223 |7412 |  0 |9352 |1706 | 1.816016e+01 | 2.000000e+01 |  10.13%|  65.01%
985.72/988.64	c   989s|191800 | 38618 | 16148k|  83.7 |   382M |  38 | 200 | 847 | 226 |7412 |  1 |9352 |1706 | 1.816033e+01 | 2.000000e+01 |  10.13%|  65.03%
986.02/988.90	c   989s|191900 | 38604 | 16153k|  83.7 |   382M |  38 | 200 | 846 | 224 |7412 |  0 |9352 |1706 | 1.816042e+01 | 2.000000e+01 |  10.13%|  65.05%
986.32/989.20	c   989s|192000 | 38594 | 16160k|  83.7 |   382M |  38 | 200 | 845 | 224 |7412 |  1 |9352 |1706 | 1.816071e+01 | 2.000000e+01 |  10.13%|  65.07%
986.52/989.47	c   989s|192100 | 38578 | 16165k|  83.7 |   382M |  38 | 200 | 844 | 223 |7412 |  1 |9352 |1706 | 1.816091e+01 | 2.000000e+01 |  10.13%|  65.09%
986.82/989.75	c   990s|192200 | 38572 | 16171k|  83.7 |   382M |  38 | 200 | 844 | 222 |7412 |  0 |9352 |1706 | 1.816102e+01 | 2.000000e+01 |  10.13%|  65.11%
987.12/990.05	c   990s|192300 | 38562 | 16177k|  83.6 |   382M |  38 | 200 | 843 | 226 |7412 |  0 |9354 |1706 | 1.816128e+01 | 2.000000e+01 |  10.12%|  65.15%
987.42/990.33	c   990s|192400 | 38552 | 16182k|  83.6 |   382M |  38 | 200 | 843 | 223 |7412 |  0 |9354 |1706 | 1.816151e+01 | 2.000000e+01 |  10.12%|  65.16%
987.72/990.69	c   991s|192500 | 38544 | 16188k|  83.6 |   382M |  38 | 200 | 842 | 223 |7412 |  0 |9355 |1706 | 1.816199e+01 | 2.000000e+01 |  10.12%|  65.19%
988.02/990.96	c   991s|192600 | 38528 | 16193k|  83.6 |   382M |  38 | 200 | 842 | 224 |7412 |  1 |9355 |1706 | 1.816243e+01 | 2.000000e+01 |  10.12%|  65.22%
988.32/991.20	c   991s|192700 | 38512 | 16198k|  83.6 |   382M |  38 | 200 | 841 | 224 |7412 |  0 |9355 |1706 | 1.816245e+01 | 2.000000e+01 |  10.12%|  65.26%
988.62/991.51	c   992s|192800 | 38508 | 16204k|  83.6 |   382M |  38 | 200 | 840 | 224 |7412 |  0 |9355 |1706 | 1.816265e+01 | 2.000000e+01 |  10.12%|  65.29%
988.81/991.77	c   992s|192900 | 38494 | 16210k|  83.6 |   382M |  38 | 200 | 838 | 224 |7412 |  0 |9355 |1706 | 1.816275e+01 | 2.000000e+01 |  10.12%|  65.33%
989.12/992.03	c   992s|193000 | 38488 | 16215k|  83.5 |   382M |  38 | 200 | 838 | 225 |7412 |  0 |9355 |1706 | 1.816318e+01 | 2.000000e+01 |  10.11%|  65.35%
989.41/992.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
989.41/992.33	c   992s|193100 | 38484 | 16221k|  83.5 |   382M |  38 | 200 | 837 | 224 |7412 |  0 |9355 |1706 | 1.816372e+01 | 2.000000e+01 |  10.11%|  65.36%
989.81/992.73	c   993s|193200 | 38470 | 16227k|  83.5 |   382M |  38 | 200 | 837 | 225 |7412 |  0 |9355 |1706 | 1.816430e+01 | 2.000000e+01 |  10.11%|  65.41%
990.12/993.05	c   993s|193300 | 38458 | 16233k|  83.5 |   382M |  38 | 200 | 838 | 225 |7412 |  0 |9356 |1707 | 1.816493e+01 | 2.000000e+01 |  10.10%|  65.44%
990.41/993.31	c   993s|193400 | 38450 | 16239k|  83.5 |   382M |  38 | 200 | 838 | 225 |7412 |  0 |9356 |1707 | 1.816541e+01 | 2.000000e+01 |  10.10%|  65.46%
990.71/993.60	c   994s|193500 | 38438 | 16245k|  83.5 |   382M |  38 | 200 | 838 | 225 |7412 |  1 |9356 |1708 | 1.816558e+01 | 2.000000e+01 |  10.10%|  65.49%
991.01/993.98	c   994s|193600 | 38424 | 16253k|  83.5 |   382M |  38 | 200 | 838 | 226 |7412 |  0 |9356 |1708 | 1.816631e+01 | 2.000000e+01 |  10.09%|  65.52%
991.31/994.28	c   994s|193700 | 38410 | 16259k|  83.5 |   382M |  38 | 200 | 839 | 224 |7412 |  1 |9357 |1709 | 1.816646e+01 | 2.000000e+01 |  10.09%|  65.54%
991.61/994.52	c   995s|193800 | 38400 | 16263k|  83.4 |   382M |  38 | 200 | 839 | 224 |7412 |  1 |9357 |1709 | 1.816659e+01 | 2.000000e+01 |  10.09%|  65.56%
991.81/994.78	c   995s|193900 | 38384 | 16269k|  83.4 |   382M |  38 | 200 | 839 | 224 |7412 |  0 |9357 |1709 | 1.816704e+01 | 2.000000e+01 |  10.09%|  65.58%
992.11/995.04	c   995s|194000 | 38378 | 16274k|  83.4 |   382M |  38 | 200 | 838 | 224 |7412 |  1 |9357 |1709 | 1.816711e+01 | 2.000000e+01 |  10.09%|  65.60%
992.41/995.32	c   995s|194100 | 38364 | 16279k|  83.4 |   382M |  38 | 200 | 838 | 231 |7412 |  0 |9357 |1709 | 1.816757e+01 | 2.000000e+01 |  10.09%|  65.63%
992.71/995.63	c   996s|194200 | 38360 | 16286k|  83.4 |   382M |  38 | 200 | 837 | 224 |7412 |  0 |9357 |1709 | 1.816773e+01 | 2.000000e+01 |  10.09%|  65.65%
993.00/995.92	c   996s|194300 | 38352 | 16291k|  83.4 |   382M |  38 | 200 | 837 | 224 |7412 |  0 |9358 |1709 | 1.816816e+01 | 2.000000e+01 |  10.08%|  65.67%
993.21/996.19	c   996s|194400 | 38336 | 16297k|  83.4 |   382M |  38 | 200 | 837 | 238 |7412 |  0 |9358 |1709 | 1.816838e+01 | 2.000000e+01 |  10.08%|  65.69%
993.50/996.44	c   996s|194500 | 38322 | 16302k|  83.3 |   382M |  38 | 200 | 837 | 231 |7412 |  0 |9358 |1709 | 1.816852e+01 | 2.000000e+01 |  10.08%|  65.71%
993.80/996.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
993.80/996.71	c   997s|194600 | 38306 | 16307k|  83.3 |   383M |  38 | 200 | 837 | 224 |7412 |  1 |9358 |1709 | 1.816929e+01 | 2.000000e+01 |  10.08%|  65.75%
994.11/997.06	c   997s|194700 | 38294 | 16315k|  83.3 |   383M |  38 | 200 | 837 | 224 |7412 |  0 |9358 |1709 | 1.816955e+01 | 2.000000e+01 |  10.07%|  65.77%
994.40/997.33	c   997s|194800 | 38286 | 16321k|  83.3 |   383M |  38 | 200 | 837 | 224 |7412 |  1 |9358 |1709 | 1.816961e+01 | 2.000000e+01 |  10.07%|  65.79%
994.60/997.58	c   998s|194900 | 38270 | 16326k|  83.3 |   383M |  38 | 200 | 837 | 226 |7412 |  0 |9358 |1709 | 1.816961e+01 | 2.000000e+01 |  10.07%|  65.82%
994.90/997.87	c   998s|195000 | 38258 | 16332k|  83.3 |   383M |  38 | 200 | 836 | 239 |7412 |  1 |9358 |1709 | 1.816972e+01 | 2.000000e+01 |  10.07%|  65.84%
995.30/998.26	c   998s|195100 | 38252 | 16340k|  83.3 |   383M |  38 | 200 | 835 | 225 |7412 |  1 |9358 |1709 | 1.817014e+01 | 2.000000e+01 |  10.07%|  65.85%
995.70/998.64	c   999s|195200 | 38244 | 16346k|  83.3 |   383M |  38 | 200 | 835 | 223 |7419 |  0 |9360 |1709 | 1.817028e+01 | 2.000000e+01 |  10.07%|  65.90%
996.00/998.91	c   999s|195300 | 38228 | 16351k|  83.3 |   383M |  38 | 200 | 835 | 223 |7419 |  0 |9360 |1709 | 1.817079e+01 | 2.000000e+01 |  10.07%|  65.93%
996.30/999.22	c   999s|195400 | 38218 | 16357k|  83.2 |   383M |  38 | 200 | 836 | 224 |7419 |  0 |9361 |1711 | 1.817107e+01 | 2.000000e+01 |  10.07%|  65.95%
996.50/999.49	c   999s|195500 | 38206 | 16363k|  83.2 |   383M |  38 | 200 | 836 | 224 |7419 |  0 |9361 |1711 | 1.817113e+01 | 2.000000e+01 |  10.06%|  65.97%
996.79/999.75	c  1000s|195600 | 38196 | 16368k|  83.2 |   383M |  38 | 200 | 836 | 225 |7419 |  1 |9361 |1711 | 1.817139e+01 | 2.000000e+01 |  10.06%|  65.99%
997.10/1000.07	c  1000s|195700 | 38190 | 16375k|  83.2 |   383M |  38 | 200 | 835 | 224 |7419 |  0 |9361 |1711 | 1.817208e+01 | 2.000000e+01 |  10.06%|  66.03%
997.39/1000.35	c  1000s|195800 | 38182 | 16380k|  83.2 |   383M |  38 | 200 | 836 | 223 |7419 |  1 |9362 |1711 | 1.817272e+01 | 2.000000e+01 |  10.06%|  66.04%
997.69/1000.63	c  1001s|195900 | 38174 | 16386k|  83.2 |   383M |  38 | 200 | 835 | 225 |7419 |  1 |9362 |1711 | 1.817293e+01 | 2.000000e+01 |  10.05%|  66.06%
997.99/1000.93	c  1001s|196000 | 38156 | 16392k|  83.2 |   383M |  38 | 200 | 836 | 224 |7419 |  0 |9363 |1712 | 1.817293e+01 | 2.000000e+01 |  10.05%|  66.08%
998.29/1001.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
998.29/1001.23	c  1001s|196100 | 38144 | 16398k|  83.1 |   383M |  38 | 200 | 836 | 224 |7419 |  0 |9363 |1712 | 1.817324e+01 | 2.000000e+01 |  10.05%|  66.11%
998.69/1001.68	c  1002s|196200 | 38144 | 16405k|  83.1 |   383M |  38 | 200 | 836 | 224 |7419 |  1 |9364 |1712 | 1.817333e+01 | 2.000000e+01 |  10.05%|  66.13%
998.99/1001.96	c  1002s|196300 | 38138 | 16411k|  83.1 |   383M |  38 | 200 | 835 | 225 |7419 |  1 |9364 |1712 | 1.817369e+01 | 2.000000e+01 |  10.05%|  66.14%
999.29/1002.25	c  1002s|196400 | 38126 | 16417k|  83.1 |   383M |  38 | 200 | 835 | 224 |7419 |  0 |9364 |1712 | 1.817453e+01 | 2.000000e+01 |  10.04%|  66.17%
999.59/1002.54	c  1003s|196500 | 38120 | 16423k|  83.1 |   383M |  38 | 200 | 834 | 224 |7419 |  1 |9364 |1712 | 1.817464e+01 | 2.000000e+01 |  10.04%|  66.19%
999.89/1002.82	c  1003s|196600 | 38106 | 16428k|  83.1 |   383M |  38 | 200 | 833 | 223 |7419 |  1 |9364 |1712 | 1.817525e+01 | 2.000000e+01 |  10.04%|  66.23%
1000.09/1003.09	c  1003s|196700 | 38092 | 16434k|  83.1 |   383M |  38 | 200 | 831 | 225 |7419 |  1 |9364 |1712 | 1.817541e+01 | 2.000000e+01 |  10.04%|  66.26%
1000.38/1003.35	c  1003s|196800 | 38078 | 16439k|  83.1 |   383M |  38 | 200 | 832 | 223 |7419 |  1 |9366 |1714 | 1.817570e+01 | 2.000000e+01 |  10.04%|  66.27%
1000.68/1003.60	c  1004s|196900 | 38056 | 16444k|  83.0 |   383M |  38 | 200 | 832 | 224 |7419 |  1 |9366 |1714 | 1.817573e+01 | 2.000000e+01 |  10.04%|  66.31%
1000.88/1003.88	c  1004s|197000 | 38050 | 16450k|  83.0 |   383M |  38 | 200 | 832 | 225 |7419 |  1 |9366 |1714 | 1.817598e+01 | 2.000000e+01 |  10.04%|  66.32%
1001.19/1004.13	c  1004s|197100 | 38034 | 16454k|  83.0 |   383M |  38 | 200 | 830 | 224 |7419 |  1 |9366 |1714 | 1.817598e+01 | 2.000000e+01 |  10.04%|  66.35%
1001.38/1004.39	c  1004s|197200 | 38016 | 16459k|  83.0 |   383M |  38 | 200 | 831 | 226 |7419 |  0 |9368 |1716 | 1.817673e+01 | 2.000000e+01 |  10.03%|  66.37%
1001.68/1004.68	c  1005s|197300 | 38004 | 16465k|  83.0 |   383M |  38 | 200 | 831 | 225 |7419 |  1 |9368 |1716 | 1.817714e+01 | 2.000000e+01 |  10.03%|  66.40%
1002.09/1005.03	c  1005s|197400 | 37996 | 16473k|  83.0 |   383M |  38 | 200 | 831 | 225 |7419 |  1 |9369 |1716 | 1.817740e+01 | 2.000000e+01 |  10.03%|  66.42%
1002.28/1005.29	c  1005s|197500 | 37986 | 16478k|  83.0 |   383M |  38 | 200 | 831 | 224 |7419 |  1 |9369 |1716 | 1.817773e+01 | 2.000000e+01 |  10.02%|  66.44%
1002.58/1005.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1002.58/1005.58	c  1006s|197600 | 37972 | 16484k|  83.0 |   383M |  38 | 200 | 830 | 225 |7419 |  0 |9369 |1716 | 1.817801e+01 | 2.000000e+01 |  10.02%|  66.47%
1002.88/1005.85	c  1006s|197700 | 37962 | 16489k|  82.9 |   383M |  38 | 200 | 828 | 224 |7419 |  0 |9369 |1716 | 1.817832e+01 | 2.000000e+01 |  10.02%|  66.49%
1003.18/1006.10	c  1006s|197800 | 37946 | 16494k|  82.9 |   383M |  38 | 200 | 827 | 225 |7419 |  0 |9369 |1716 | 1.817836e+01 | 2.000000e+01 |  10.02%|  66.51%
1003.48/1006.40	c  1006s|197900 | 37942 | 16500k|  82.9 |   383M |  38 | 200 | 827 | 224 |7419 |  0 |9369 |1716 | 1.817887e+01 | 2.000000e+01 |  10.02%|  66.53%
1003.68/1006.66	c  1007s|198000 | 37930 | 16505k|  82.9 |   383M |  38 | 200 | 827 | 224 |7419 |  1 |9370 |1716 | 1.817904e+01 | 2.000000e+01 |  10.02%|  66.57%
1003.98/1006.93	c  1007s|198100 | 37912 | 16511k|  82.9 |   383M |  38 | 200 | 827 | 224 |7419 |  0 |9370 |1716 | 1.817908e+01 | 2.000000e+01 |  10.02%|  66.59%
1004.27/1007.21	c  1007s|198200 | 37904 | 16516k|  82.9 |   383M |  38 | 200 | 825 | 224 |7419 |  1 |9371 |1717 | 1.817923e+01 | 2.000000e+01 |  10.02%|  66.60%
1004.57/1007.54	c  1008s|198300 | 37896 | 16521k|  82.9 |   383M |  38 | 200 | 826 | 224 |7419 |  1 |9372 |1717 | 1.817927e+01 | 2.000000e+01 |  10.02%|  66.63%
1004.87/1007.82	c  1008s|198400 | 37882 | 16527k|  82.8 |   383M |  38 | 200 | 826 | 224 |7419 |  1 |9372 |1717 | 1.817982e+01 | 2.000000e+01 |  10.01%|  66.65%
1005.18/1008.18	c  1008s|198500 | 37872 | 16535k|  82.8 |   383M |  38 | 200 | 824 | 224 |7419 |  1 |9372 |1717 | 1.817982e+01 | 2.000000e+01 |  10.01%|  66.68%
1005.47/1008.49	c  1008s|198600 | 37866 | 16541k|  82.8 |   383M |  38 | 200 | 824 | 224 |7419 |  0 |9372 |1717 | 1.817982e+01 | 2.000000e+01 |  10.01%|  66.70%
1005.77/1008.76	c  1009s|198700 | 37850 | 16547k|  82.8 |   383M |  38 | 200 | 822 | 226 |7419 |  1 |9372 |1717 | 1.817987e+01 | 2.000000e+01 |  10.01%|  66.74%
1006.07/1009.06	c  1009s|198800 | 37844 | 16553k|  82.8 |   383M |  38 | 200 | 822 | 227 |7419 |  1 |9372 |1717 | 1.818028e+01 | 2.000000e+01 |  10.01%|  66.77%
1006.37/1009.30	c  1009s|198900 | 37830 | 16558k|  82.8 |   383M |  38 | 200 | 822 | 223 |7419 |  0 |9372 |1717 | 1.818057e+01 | 2.000000e+01 |  10.01%|  66.81%
1006.57/1009.54	c  1010s|199000 | 37812 | 16562k|  82.8 |   383M |  38 | 200 | 822 | 230 |7419 |  0 |9372 |1717 | 1.818086e+01 | 2.000000e+01 |  10.01%|  66.84%
1006.87/1009.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1006.87/1009.84	c  1010s|199100 | 37800 | 16569k|  82.8 |   383M |  38 | 200 | 822 | 227 |7419 |  0 |9374 |1717 | 1.818144e+01 | 2.000000e+01 |  10.00%|  66.86%
1007.17/1010.16	c  1010s|199200 | 37792 | 16575k|  82.7 |   383M |  38 | 200 | 823 | 224 |7419 |  1 |9376 |1719 | 1.818203e+01 | 2.000000e+01 |  10.00%|  66.89%
1007.47/1010.43	c  1010s|199300 | 37772 | 16580k|  82.7 |   383M |  38 | 200 | 823 | 224 |7419 |  1 |9376 |1719 | 1.818276e+01 | 2.000000e+01 |   9.99%|  66.92%
1007.67/1010.69	c  1011s|199400 | 37758 | 16585k|  82.7 |   383M |  38 | 200 | 824 | 224 |7419 |  2 |9377 |1720 | 1.818287e+01 | 2.000000e+01 |   9.99%|  66.94%
1007.96/1010.96	c  1011s|199500 | 37742 | 16591k|  82.7 |   383M |  38 | 200 | 823 | 224 |7419 |  0 |9377 |1720 | 1.818299e+01 | 2.000000e+01 |   9.99%|  66.97%
1008.26/1011.25	c  1011s|199600 | 37732 | 16596k|  82.7 |   383M |  38 | 200 | 821 | 225 |7419 |  0 |9377 |1720 | 1.818369e+01 | 2.000000e+01 |   9.99%|  67.01%
1008.56/1011.52	c  1012s|199700 | 37718 | 16601k|  82.7 |   383M |  38 | 200 | 821 | 226 |7419 |  1 |9377 |1720 | 1.818380e+01 | 2.000000e+01 |   9.99%|  67.04%
1008.86/1011.80	c  1012s|199800 | 37704 | 16607k|  82.7 |   383M |  38 | 200 | 821 | 224 |7419 |  0 |9377 |1720 | 1.818383e+01 | 2.000000e+01 |   9.99%|  67.06%
1009.07/1012.09	c  1012s|199900 | 37686 | 16613k|  82.6 |   383M |  38 | 200 | 821 | 232 |7419 |  1 |9378 |1720 | 1.818408e+01 | 2.000000e+01 |   9.99%|  67.08%
1009.36/1012.37	c  1012s|200000 | 37676 | 16618k|  82.6 |   383M |  38 | 200 | 821 | 225 |7419 |  0 |9379 |1721 | 1.818431e+01 | 2.000000e+01 |   9.98%|  67.10%
1009.66/1012.66	c  1013s|200100 | 37662 | 16624k|  82.6 |   383M |  38 | 200 | 820 | 224 |7419 |  1 |9379 |1721 | 1.818438e+01 | 2.000000e+01 |   9.98%|  67.13%
1009.96/1012.94	c  1013s|200200 | 37652 | 16630k|  82.6 |   383M |  38 | 200 | 820 | 224 |7419 |  0 |9379 |1721 | 1.818481e+01 | 2.000000e+01 |   9.98%|  67.15%
1010.26/1013.23	c  1013s|200300 | 37646 | 16636k|  82.6 |   383M |  38 | 200 | 819 | 224 |7419 |  1 |9379 |1721 | 1.818491e+01 | 2.000000e+01 |   9.98%|  67.16%
1010.46/1013.48	c  1013s|200400 | 37630 | 16641k|  82.6 |   383M |  38 | 200 | 819 | 226 |7419 |  0 |9379 |1721 | 1.818512e+01 | 2.000000e+01 |   9.98%|  67.18%
1010.76/1013.77	c  1014s|200500 | 37620 | 16647k|  82.6 |   383M |  38 | 200 | 819 | 224 |7419 |  1 |9379 |1721 | 1.818564e+01 | 2.000000e+01 |   9.98%|  67.20%
1011.06/1014.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1011.06/1014.09	c  1014s|200600 | 37608 | 16654k|  82.6 |   383M |  38 | 200 | 819 | 224 |7419 |  0 |9379 |1721 | 1.818655e+01 | 2.000000e+01 |   9.97%|  67.22%
1011.36/1014.36	c  1014s|200700 | 37594 | 16659k|  82.6 |   383M |  38 | 200 | 819 | 224 |7419 |  0 |9379 |1721 | 1.818673e+01 | 2.000000e+01 |   9.97%|  67.24%
1011.65/1014.62	c  1015s|200800 | 37584 | 16665k|  82.5 |   383M |  38 | 200 | 819 | 226 |7419 |  0 |9379 |1721 | 1.818714e+01 | 2.000000e+01 |   9.97%|  67.27%
1011.95/1014.90	c  1015s|200900 | 37570 | 16670k|  82.5 |   383M |  38 | 200 | 817 | 225 |7419 |  1 |9381 |1721 | 1.818732e+01 | 2.000000e+01 |   9.97%|  67.29%
1012.16/1015.18	c  1015s|201000 | 37554 | 16676k|  82.5 |   383M |  38 | 200 | 817 | 224 |7419 |  0 |9381 |1721 | 1.818768e+01 | 2.000000e+01 |   9.96%|  67.32%
1012.45/1015.46	c  1015s|201100 | 37536 | 16681k|  82.5 |   383M |  38 | 200 | 816 | 226 |7419 |  0 |9382 |1721 | 1.818818e+01 | 2.000000e+01 |   9.96%|  67.34%
1012.75/1015.73	c  1016s|201200 | 37518 | 16687k|  82.5 |   383M |  38 | 200 | 815 | 226 |7419 |  0 |9382 |1721 | 1.818828e+01 | 2.000000e+01 |   9.96%|  67.36%
1013.06/1016.01	c  1016s|201300 | 37504 | 16693k|  82.5 |   383M |  38 | 200 | 815 | 224 |7419 |  0 |9382 |1721 | 1.818913e+01 | 2.000000e+01 |   9.96%|  67.39%
1013.35/1016.31	c  1016s|201400 | 37496 | 16699k|  82.5 |   383M |  38 | 200 | 815 | 225 |7419 |  1 |9382 |1721 | 1.818994e+01 | 2.000000e+01 |   9.95%|  67.41%
1013.65/1016.62	c  1017s|201500 | 37488 | 16705k|  82.4 |   384M |  38 | 200 | 813 | 224 |7419 |  1 |9382 |1721 | 1.819065e+01 | 2.000000e+01 |   9.95%|  67.43%
1013.95/1016.90	c  1017s|201600 | 37480 | 16711k|  82.4 |   384M |  38 | 200 | 812 | 223 |7419 |  1 |9382 |1721 | 1.819085e+01 | 2.000000e+01 |   9.95%|  67.44%
1014.15/1017.15	c  1017s|201700 | 37472 | 16716k|  82.4 |   384M |  38 | 200 | 812 | 225 |7419 |  0 |9382 |1721 | 1.819092e+01 | 2.000000e+01 |   9.94%|  67.45%
1014.45/1017.40	c  1017s|201800 | 37454 | 16721k|  82.4 |   384M |  38 | 200 | 812 | 225 |7419 |  0 |9382 |1721 | 1.819097e+01 | 2.000000e+01 |   9.94%|  67.49%
1014.65/1017.65	c  1018s|201900 | 37436 | 16726k|  82.4 |   384M |  38 | 200 | 811 | 225 |7419 |  0 |9382 |1721 | 1.819124e+01 | 2.000000e+01 |   9.94%|  67.53%
1014.95/1017.93	c  1018s|202000 | 37422 | 16731k|  82.4 |   384M |  38 | 200 | 811 | 224 |7419 |  1 |9382 |1721 | 1.819185e+01 | 2.000000e+01 |   9.94%|  67.54%
1015.15/1018.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1015.15/1018.18	c  1018s|202100 | 37402 | 16736k|  82.4 |   384M |  38 | 200 | 810 | 224 |7419 |  1 |9382 |1721 | 1.819235e+01 | 2.000000e+01 |   9.94%|  67.57%
1015.45/1018.47	c  1018s|202200 | 37390 | 16742k|  82.3 |   384M |  38 | 200 | 810 | 224 |7419 |  1 |9382 |1722 | 1.819302e+01 | 2.000000e+01 |   9.93%|  67.60%
1015.74/1018.74	c  1019s|202300 | 37380 | 16747k|  82.3 |   384M |  38 | 200 | 810 | 225 |7419 |  0 |9382 |1722 | 1.819371e+01 | 2.000000e+01 |   9.93%|  67.62%
1016.05/1019.02	c  1019s|202400 | 37366 | 16752k|  82.3 |   384M |  38 | 200 | 810 | 231 |7419 |  1 |9382 |1722 | 1.819383e+01 | 2.000000e+01 |   9.93%|  67.65%
1016.24/1019.26	c  1019s|202500 | 37346 | 16757k|  82.3 |   384M |  38 | 200 | 809 | 224 |7419 |  0 |9383 |1723 | 1.819413e+01 | 2.000000e+01 |   9.93%|  67.67%
1016.54/1019.52	c  1020s|202600 | 37328 | 16762k|  82.3 |   384M |  38 | 200 | 809 | 224 |7419 |  0 |9383 |1723 | 1.819439e+01 | 2.000000e+01 |   9.92%|  67.70%
1016.84/1019.81	c  1020s|202700 | 37314 | 16768k|  82.3 |   385M |  38 | 200 | 810 | 237 |7419 |  0 |9384 |1724 | 1.819496e+01 | 2.000000e+01 |   9.92%|  67.72%
1017.05/1020.10	c  1020s|202800 | 37310 | 16774k|  82.3 |   385M |  38 | 200 | 810 | 224 |7419 |  0 |9384 |1724 | 1.819541e+01 | 2.000000e+01 |   9.92%|  67.75%
1017.34/1020.38	c  1020s|202900 | 37296 | 16780k|  82.2 |   385M |  38 | 200 | 810 | 226 |7419 |  0 |9384 |1724 | 1.819591e+01 | 2.000000e+01 |   9.91%|  67.77%
1017.64/1020.65	c  1021s|203000 | 37276 | 16785k|  82.2 |   385M |  38 | 200 | 810 | 225 |7419 |  0 |9384 |1724 | 1.819647e+01 | 2.000000e+01 |   9.91%|  67.80%
1017.94/1020.92	c  1021s|203100 | 37264 | 16790k|  82.2 |   385M |  38 | 200 | 809 | 224 |7419 |  0 |9384 |1724 | 1.819658e+01 | 2.000000e+01 |   9.91%|  67.82%
1018.24/1021.21	c  1021s|203200 | 37250 | 16796k|  82.2 |   385M |  38 | 200 | 809 | 223 |7419 |  1 |9385 |1725 | 1.819666e+01 | 2.000000e+01 |   9.91%|  67.85%
1018.54/1021.51	c  1022s|203300 | 37234 | 16803k|  82.2 |   385M |  38 | 200 | 809 | 224 |7419 |  0 |9385 |1726 | 1.819666e+01 | 2.000000e+01 |   9.91%|  67.87%
1018.84/1021.82	c  1022s|203400 | 37216 | 16808k|  82.2 |   385M |  38 | 200 | 810 | 225 |7419 |  0 |9387 |1728 | 1.819679e+01 | 2.000000e+01 |   9.91%|  67.89%
1019.04/1022.10	c  1022s|203500 | 37202 | 16814k|  82.2 |   385M |  38 | 200 | 810 | 226 |7419 |  0 |9387 |1728 | 1.819696e+01 | 2.000000e+01 |   9.91%|  67.92%
1019.34/1022.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1019.34/1022.35	c  1022s|203600 | 37184 | 16819k|  82.2 |   385M |  38 | 200 | 811 | 224 |7419 |  0 |9388 |1729 | 1.819705e+01 | 2.000000e+01 |   9.91%|  67.95%
1019.63/1022.66	c  1023s|203700 | 37176 | 16825k|  82.2 |   385M |  38 | 200 | 810 | 234 |7419 |  1 |9388 |1729 | 1.819739e+01 | 2.000000e+01 |   9.91%|  68.00%
1019.93/1022.99	c  1023s|203800 | 37162 | 16833k|  82.1 |   385M |  38 | 200 | 810 | 226 |7419 |  0 |9388 |1729 | 1.819811e+01 | 2.000000e+01 |   9.90%|  68.03%
1020.23/1023.28	c  1023s|203900 | 37148 | 16838k|  82.1 |   385M |  38 | 200 | 810 | 223 |7419 |  0 |9388 |1729 | 1.819827e+01 | 2.000000e+01 |   9.90%|  68.07%
1020.73/1023.71	c  1024s|204000 | 37142 | 16846k|  82.1 |   385M |  38 | 200 | 810 | 238 |7419 |  1 |9388 |1729 | 1.819837e+01 | 2.000000e+01 |   9.90%|  68.12%
1020.93/1023.96	c  1024s|204100 | 37116 | 16851k|  82.1 |   385M |  38 | 200 | 810 | 224 |7419 |  1 |9388 |1729 | 1.819852e+01 | 2.000000e+01 |   9.90%|  68.14%
1021.23/1024.26	c  1024s|204200 | 37106 | 16857k|  82.1 |   385M |  38 | 200 | 810 | 225 |7419 |  0 |9388 |1729 | 1.819868e+01 | 2.000000e+01 |   9.90%|  68.16%
1021.53/1024.53	c  1025s|204300 | 37094 | 16862k|  82.1 |   385M |  38 | 200 | 810 | 230 |7419 |  1 |9388 |1729 | 1.819893e+01 | 2.000000e+01 |   9.90%|  68.18%
1021.83/1024.80	c  1025s|204400 | 37082 | 16868k|  82.1 |   385M |  38 | 200 | 810 | 224 |7419 |  0 |9388 |1729 | 1.819911e+01 | 2.000000e+01 |   9.90%|  68.20%
1022.03/1025.06	c  1025s|204500 | 37068 | 16873k|  82.1 |   385M |  38 | 200 | 810 | 230 |7419 |  0 |9388 |1729 | 1.819926e+01 | 2.000000e+01 |   9.89%|  68.23%
1022.33/1025.35	c  1025s|204600 | 37058 | 16879k|  82.1 |   385M |  38 | 200 | 810 | 225 |7419 |  0 |9388 |1729 | 1.819933e+01 | 2.000000e+01 |   9.89%|  68.25%
1022.63/1025.62	c  1026s|204700 | 37052 | 16884k|  82.0 |   385M |  38 | 200 | 809 | 224 |7419 |  0 |9390 |1729 | 1.819946e+01 | 2.000000e+01 |   9.89%|  68.27%
1022.83/1025.89	c  1026s|204800 | 37036 | 16889k|  82.0 |   385M |  38 | 200 | 811 | 226 |7419 |  1 |9392 |1730 | 1.819973e+01 | 2.000000e+01 |   9.89%|  68.33%
1023.13/1026.16	c  1026s|204900 | 37022 | 16894k|  82.0 |   385M |  38 | 200 | 811 | 223 |7419 |  1 |9392 |1730 | 1.819984e+01 | 2.000000e+01 |   9.89%|  68.35%
1023.42/1026.42	c  1026s|205000 | 37004 | 16899k|  82.0 |   385M |  38 | 200 | 811 | 224 |7419 |  1 |9392 |1730 | 1.820049e+01 | 2.000000e+01 |   9.89%|  68.39%
1023.72/1026.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1023.72/1026.73	c  1027s|205100 | 36990 | 16906k|  82.0 |   385M |  38 | 200 | 810 | 246 |7419 |  1 |9392 |1730 | 1.820060e+01 | 2.000000e+01 |   9.89%|  68.42%
1024.03/1027.02	c  1027s|205200 | 36974 | 16912k|  82.0 |   385M |  38 | 200 | 811 | 225 |7419 |  0 |9393 |1731 | 1.820071e+01 | 2.000000e+01 |   9.89%|  68.45%
1024.22/1027.27	c  1027s|205300 | 36956 | 16917k|  82.0 |   385M |  38 | 200 | 810 | 224 |7419 |  0 |9393 |1731 | 1.820097e+01 | 2.000000e+01 |   9.88%|  68.47%
1024.52/1027.53	c  1028s|205400 | 36942 | 16922k|  81.9 |   385M |  38 | 200 | 810 | 225 |7419 |  1 |9393 |1731 | 1.820151e+01 | 2.000000e+01 |   9.88%|  68.52%
1024.82/1027.82	c  1028s|205500 | 36930 | 16928k|  81.9 |   385M |  38 | 200 | 811 | 224 |7419 |  0 |9394 |1732 | 1.820151e+01 | 2.000000e+01 |   9.88%|  68.57%
1025.02/1028.09	c  1028s|205600 | 36918 | 16933k|  81.9 |   385M |  38 | 200 | 809 | 228 |7419 |  1 |9394 |1732 | 1.820182e+01 | 2.000000e+01 |   9.88%|  68.61%
1025.32/1028.34	c  1028s|205700 | 36900 | 16938k|  81.9 |   385M |  38 | 200 | 809 | 226 |7419 |  1 |9394 |1732 | 1.820213e+01 | 2.000000e+01 |   9.88%|  68.64%
1025.62/1028.60	c  1029s|205800 | 36884 | 16943k|  81.9 |   385M |  38 | 200 | 809 | 224 |7419 |  0 |9394 |1732 | 1.820213e+01 | 2.000000e+01 |   9.88%|  68.67%
1025.82/1028.87	c  1029s|205900 | 36862 | 16948k|  81.9 |   385M |  38 | 200 | 807 | 224 |7419 |  0 |9394 |1732 | 1.820213e+01 | 2.000000e+01 |   9.88%|  68.70%
1026.12/1029.13	c  1029s|206000 | 36844 | 16953k|  81.9 |   385M |  38 | 200 | 806 | 225 |7419 |  0 |9394 |1732 | 1.820283e+01 | 2.000000e+01 |   9.87%|  68.73%
1026.32/1029.39	c  1029s|206100 | 36826 | 16958k|  81.8 |   385M |  38 | 200 | 806 | 227 |7419 |  0 |9394 |1732 | 1.820313e+01 | 2.000000e+01 |   9.87%|  68.76%
1026.62/1029.65	c  1030s|206200 | 36816 | 16964k|  81.8 |   385M |  38 | 200 | 805 | 224 |7419 |  1 |9394 |1732 | 1.820341e+01 | 2.000000e+01 |   9.87%|  68.78%
1026.91/1029.93	c  1030s|206300 | 36804 | 16970k|  81.8 |   385M |  38 | 200 | 805 | 225 |7419 |  0 |9394 |1732 | 1.820368e+01 | 2.000000e+01 |   9.87%|  68.80%
1027.31/1030.33	c  1030s|206400 | 36798 | 16979k|  81.8 |   385M |  38 | 200 | 805 | 224 |7419 |  0 |9394 |1732 | 1.820377e+01 | 2.000000e+01 |   9.87%|  68.81%
1027.51/1030.58	c  1031s|206500 | 36786 | 16984k|  81.8 |   385M |  38 | 200 | 804 | 224 |7419 |  1 |9394 |1732 | 1.820395e+01 | 2.000000e+01 |   9.87%|  68.84%
1027.81/1030.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1027.81/1030.84	c  1031s|206600 | 36772 | 16989k|  81.8 |   385M |  38 | 200 | 804 | 224 |7419 |  0 |9394 |1732 | 1.820436e+01 | 2.000000e+01 |   9.86%|  68.88%
1028.12/1031.11	c  1031s|206700 | 36758 | 16995k|  81.8 |   385M |  38 | 200 | 804 | 224 |7419 |  0 |9394 |1732 | 1.820480e+01 | 2.000000e+01 |   9.86%|  68.92%
1028.31/1031.39	c  1031s|206800 | 36748 | 17000k|  81.8 |   385M |  38 | 200 | 804 | 225 |7419 |  0 |9394 |1732 | 1.820569e+01 | 2.000000e+01 |   9.86%|  68.93%
1028.61/1031.68	c  1032s|206900 | 36736 | 17006k|  81.8 |   385M |  38 | 200 | 806 | 224 |7419 |  0 |9396 |1733 | 1.820589e+01 | 2.000000e+01 |   9.85%|  68.95%
1028.91/1031.95	c  1032s|207000 | 36718 | 17011k|  81.7 |   385M |  38 | 200 | 806 | 224 |7419 |  1 |9396 |1733 | 1.820618e+01 | 2.000000e+01 |   9.85%|  68.98%
1029.21/1032.24	c  1032s|207100 | 36708 | 17017k|  81.7 |   385M |  38 | 200 | 806 | 224 |7419 |  0 |9396 |1733 | 1.820623e+01 | 2.000000e+01 |   9.85%|  68.99%
1029.61/1032.61	c  1033s|207200 | 36700 | 17023k|  81.7 |   385M |  38 | 200 | 806 | 225 |7419 |  0 |9396 |1733 | 1.820661e+01 | 2.000000e+01 |   9.85%|  69.01%
1029.81/1032.89	c  1033s|207300 | 36694 | 17028k|  81.7 |   385M |  38 | 200 | 807 | 223 |7419 |  1 |9398 |1733 | 1.820677e+01 | 2.000000e+01 |   9.85%|  69.04%
1030.11/1033.16	c  1033s|207400 | 36682 | 17034k|  81.7 |   385M |  38 | 200 | 807 | 225 |7419 |  1 |9398 |1733 | 1.820700e+01 | 2.000000e+01 |   9.85%|  69.06%
1030.41/1033.42	c  1033s|207500 | 36664 | 17039k|  81.7 |   385M |  38 | 200 | 807 | 224 |7419 |  0 |9398 |1733 | 1.820747e+01 | 2.000000e+01 |   9.84%|  69.07%
1030.71/1033.71	c  1034s|207600 | 36656 | 17044k|  81.7 |   385M |  38 | 200 | 807 | 224 |7419 |  1 |9398 |1733 | 1.820778e+01 | 2.000000e+01 |   9.84%|  69.09%
1030.90/1033.98	c  1034s|207700 | 36638 | 17050k|  81.7 |   385M |  38 | 200 | 807 | 224 |7419 |  0 |9398 |1733 | 1.820805e+01 | 2.000000e+01 |   9.84%|  69.12%
1031.20/1034.26	c  1034s|207800 | 36626 | 17056k|  81.6 |   385M |  38 | 200 | 807 | 225 |7419 |  1 |9398 |1733 | 1.820814e+01 | 2.000000e+01 |   9.84%|  69.14%
1031.50/1034.52	c  1035s|207900 | 36608 | 17060k|  81.6 |   385M |  38 | 200 | 807 | 224 |7419 |  0 |9398 |1733 | 1.820845e+01 | 2.000000e+01 |   9.84%|  69.17%
1031.80/1034.81	c  1035s|208000 | 36594 | 17067k|  81.6 |   385M |  38 | 200 | 807 | 224 |7419 |  0 |9398 |1733 | 1.820856e+01 | 2.000000e+01 |   9.84%|  69.19%
1032.11/1035.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1032.11/1035.11	c  1035s|208100 | 36578 | 17072k|  81.6 |   385M |  38 | 200 | 808 | 226 |7419 |  1 |9401 |1736 | 1.820876e+01 | 2.000000e+01 |   9.84%|  69.21%
1032.40/1035.40	c  1035s|208200 | 36566 | 17078k|  81.6 |   385M |  38 | 200 | 807 | 225 |7419 |  0 |9401 |1736 | 1.820890e+01 | 2.000000e+01 |   9.84%|  69.25%
1032.60/1035.67	c  1036s|208300 | 36548 | 17084k|  81.6 |   385M |  38 | 200 | 806 | 224 |7419 |  1 |9401 |1736 | 1.820894e+01 | 2.000000e+01 |   9.84%|  69.31%
1032.90/1035.93	c  1036s|208400 | 36536 | 17089k|  81.6 |   385M |  38 | 200 | 806 | 223 |7419 |  0 |9401 |1736 | 1.820908e+01 | 2.000000e+01 |   9.84%|  69.33%
1033.20/1036.20	c  1036s|208500 | 36520 | 17094k|  81.6 |   385M |  38 | 200 | 805 | 226 |7419 |  0 |9401 |1736 | 1.821004e+01 | 2.000000e+01 |   9.83%|  69.35%
1033.40/1036.49	c  1036s|208600 | 36506 | 17100k|  81.5 |   385M |  38 | 200 | 804 | 224 |7419 |  0 |9403 |1737 | 1.821015e+01 | 2.000000e+01 |   9.83%|  69.38%
1033.80/1036.84	c  1037s|208700 | 36496 | 17108k|  81.5 |   385M |  38 | 200 | 803 | 224 |7419 |  0 |9404 |1737 | 1.821053e+01 | 2.000000e+01 |   9.83%|  69.41%
1034.10/1037.11	c  1037s|208800 | 36484 | 17113k|  81.5 |   385M |  38 | 200 | 803 | 225 |7419 |  0 |9404 |1737 | 1.821112e+01 | 2.000000e+01 |   9.82%|  69.43%
1034.40/1037.41	c  1037s|208900 | 36476 | 17119k|  81.5 |   385M |  38 | 200 | 803 | 225 |7419 |  1 |9404 |1737 | 1.821195e+01 | 2.000000e+01 |   9.82%|  69.45%
1034.60/1037.66	c  1038s|209000 | 36454 | 17124k|  81.5 |   385M |  38 | 200 | 803 | 226 |7419 |  0 |9404 |1737 | 1.821195e+01 | 2.000000e+01 |   9.82%|  69.47%
1034.89/1037.92	c  1038s|209100 | 36436 | 17129k|  81.5 |   385M |  38 | 200 | 803 | 225 |7419 |  0 |9404 |1737 | 1.821272e+01 | 2.000000e+01 |   9.81%|  69.50%
1035.10/1038.18	c  1038s|209200 | 36420 | 17134k|  81.5 |   385M |  38 | 200 | 802 | 223 |7419 |  1 |9404 |1737 | 1.821290e+01 | 2.000000e+01 |   9.81%|  69.54%
1035.39/1038.44	c  1038s|209300 | 36398 | 17139k|  81.5 |   385M |  38 | 200 | 802 | 224 |7419 |  0 |9404 |1737 | 1.821309e+01 | 2.000000e+01 |   9.81%|  69.57%
1035.69/1038.74	c  1039s|209400 | 36384 | 17145k|  81.4 |   385M |  38 | 200 | 801 | 225 |7419 |  0 |9404 |1737 | 1.821348e+01 | 2.000000e+01 |   9.81%|  69.60%
1036.00/1039.05	c  1039s|209500 | 36376 | 17151k|  81.4 |   385M |  38 | 200 | 802 | 224 |7419 |  0 |9406 |1739 | 1.821418e+01 | 2.000000e+01 |   9.80%|  69.62%
1036.29/1039.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1036.29/1039.33	c  1039s|209600 | 36354 | 17157k|  81.4 |   385M |  38 | 200 | 800 | 224 |7419 |  0 |9406 |1739 | 1.821429e+01 | 2.000000e+01 |   9.80%|  69.65%
1036.59/1039.62	c  1040s|209700 | 36336 | 17163k|  81.4 |   385M |  38 | 200 | 799 | 224 |7419 |  0 |9406 |1739 | 1.821483e+01 | 2.000000e+01 |   9.80%|  69.67%
1036.89/1039.91	c  1040s|209800 | 36322 | 17169k|  81.4 |   385M |  38 | 200 | 799 | 224 |7419 |  1 |9406 |1739 | 1.821493e+01 | 2.000000e+01 |   9.80%|  69.69%
1037.19/1040.27	c  1040s|209900 | 36312 | 17174k|  81.4 |   385M |  38 | 200 | 798 | 236 |7419 |  1 |9406 |1739 | 1.821522e+01 | 2.000000e+01 |   9.80%|  69.71%
1037.49/1040.56	c  1041s|210000 | 36302 | 17180k|  81.4 |   385M |  38 | 200 | 798 | 224 |7419 |  1 |9406 |1739 | 1.821542e+01 | 2.000000e+01 |   9.80%|  69.74%
1037.79/1040.84	c  1041s|210100 | 36278 | 17185k|  81.4 |   385M |  38 | 200 | 800 | 256 |7419 |  1 |9411 |1742 | 1.821564e+01 | 2.000000e+01 |   9.80%|  69.77%
1038.09/1041.11	c  1041s|210200 | 36260 | 17190k|  81.4 |   385M |  38 | 200 | 800 | 222 |7419 |  0 |9411 |1742 | 1.821571e+01 | 2.000000e+01 |   9.80%|  69.80%
1038.29/1041.38	c  1041s|210300 | 36240 | 17195k|  81.3 |   385M |  38 | 200 | 800 | 230 |7419 |  1 |9411 |1742 | 1.821596e+01 | 2.000000e+01 |   9.79%|  69.83%
1038.59/1041.65	c  1042s|210400 | 36220 | 17201k|  81.3 |   385M |  38 | 200 | 798 | 226 |7419 |  1 |9411 |1742 | 1.821619e+01 | 2.000000e+01 |   9.79%|  69.86%
1038.99/1042.03	c  1042s|210500 | 36210 | 17206k|  81.3 |   385M |  38 | 200 | 798 | 225 |7419 |  1 |9411 |1743 | 1.821683e+01 | 2.000000e+01 |   9.79%|  69.88%
1039.28/1042.31	c  1042s|210600 | 36198 | 17212k|  81.3 |   385M |  38 | 200 | 798 | 224 |7419 |  0 |9414 |1745 | 1.821723e+01 | 2.000000e+01 |   9.79%|  69.90%
1039.48/1042.59	c  1043s|210700 | 36188 | 17217k|  81.3 |   385M |  38 | 200 | 797 | 224 |7419 |  1 |9414 |1745 | 1.821738e+01 | 2.000000e+01 |   9.79%|  69.93%
1039.78/1042.87	c  1043s|210800 | 36168 | 17222k|  81.3 |   385M |  38 | 200 | 797 | 224 |7419 |  0 |9416 |1745 | 1.821753e+01 | 2.000000e+01 |   9.78%|  69.97%
1040.09/1043.15	c  1043s|210900 | 36154 | 17228k|  81.3 |   385M |  38 | 200 | 797 | 225 |7419 |  0 |9416 |1745 | 1.821799e+01 | 2.000000e+01 |   9.78%|  70.00%
1040.38/1043.44	c  1043s|211000 | 36140 | 17233k|  81.2 |   385M |  38 | 200 | 796 | 224 |7419 |  0 |9416 |1746 | 1.821811e+01 | 2.000000e+01 |   9.78%|  70.04%
1040.68/1043.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1040.68/1043.70	c  1044s|211100 | 36128 | 17238k|  81.2 |   385M |  38 | 200 | 796 | 225 |7419 |  1 |9416 |1746 | 1.821831e+01 | 2.000000e+01 |   9.78%|  70.06%
1040.88/1043.99	c  1044s|211200 | 36112 | 17244k|  81.2 |   385M |  38 | 200 | 796 | 224 |7419 |  1 |9416 |1747 | 1.821833e+01 | 2.000000e+01 |   9.78%|  70.08%
1041.18/1044.28	c  1044s|211300 | 36100 | 17249k|  81.2 |   385M |  38 | 200 | 796 | 224 |7419 |  0 |9416 |1747 | 1.821858e+01 | 2.000000e+01 |   9.78%|  70.10%
1041.48/1044.55	c  1045s|211400 | 36088 | 17255k|  81.2 |   385M |  38 | 200 | 795 | 224 |7419 |  0 |9417 |1748 | 1.821866e+01 | 2.000000e+01 |   9.78%|  70.13%
1041.78/1044.86	c  1045s|211500 | 36078 | 17261k|  81.2 |   385M |  38 | 200 | 794 | 224 |7419 |  0 |9417 |1748 | 1.821867e+01 | 2.000000e+01 |   9.78%|  70.14%
1041.98/1045.09	c  1045s|211600 | 36058 | 17265k|  81.2 |   385M |  38 | 200 | 794 | 223 |7419 |  1 |9417 |1748 | 1.821899e+01 | 2.000000e+01 |   9.78%|  70.17%
1042.37/1045.43	c  1045s|211700 | 36050 | 17272k|  81.2 |   385M |  38 | 200 | 794 | 224 |7419 |  1 |9419 |1748 | 1.821918e+01 | 2.000000e+01 |   9.77%|  70.20%
1042.67/1045.75	c  1046s|211800 | 36034 | 17280k|  81.2 |   385M |  38 | 200 | 793 | 224 |7419 |  0 |9419 |1748 | 1.821958e+01 | 2.000000e+01 |   9.77%|  70.25%
1042.98/1046.01	c  1046s|211900 | 36022 | 17285k|  81.1 |   385M |  38 | 200 | 793 | 225 |7419 |  1 |9419 |1748 | 1.822005e+01 | 2.000000e+01 |   9.77%|  70.26%
1043.27/1046.36	c  1046s|212000 | 36008 | 17292k|  81.1 |   385M |  38 | 200 | 796 | 223 |7419 |  0 |9423 |1751 | 1.822020e+01 | 2.000000e+01 |   9.77%|  70.30%
1043.57/1046.66	c  1047s|212100 | 35998 | 17298k|  81.1 |   385M |  38 | 200 | 797 | 225 |7419 |  1 |9424 |1752 | 1.822050e+01 | 2.000000e+01 |   9.77%|  70.32%
1043.87/1046.92	c  1047s|212200 | 35986 | 17304k|  81.1 |   385M |  38 | 200 | 797 | 225 |7419 |  0 |9424 |1752 | 1.822110e+01 | 2.000000e+01 |   9.76%|  70.34%
1044.08/1047.19	c  1047s|212300 | 35970 | 17309k|  81.1 |   385M |  38 | 200 | 797 | 225 |7419 |  0 |9424 |1752 | 1.822131e+01 | 2.000000e+01 |   9.76%|  70.35%
1044.37/1047.49	c  1047s|212400 | 35962 | 17315k|  81.1 |   385M |  38 | 200 | 796 | 222 |7419 |  1 |9426 |1752 | 1.822163e+01 | 2.000000e+01 |   9.76%|  70.37%
1044.67/1047.77	c  1048s|212500 | 35950 | 17321k|  81.1 |   385M |  38 | 200 | 796 | 224 |7419 |  1 |9426 |1753 | 1.822208e+01 | 2.000000e+01 |   9.76%|  70.42%
1044.97/1048.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1044.97/1048.07	c  1048s|212600 | 35938 | 17326k|  81.1 |   385M |  38 | 200 | 796 | 224 |7419 |  0 |9427 |1754 | 1.822249e+01 | 2.000000e+01 |   9.75%|  70.43%
1045.27/1048.34	c  1048s|212700 | 35918 | 17332k|  81.1 |   385M |  38 | 200 | 796 | 223 |7419 |  0 |9427 |1754 | 1.822261e+01 | 2.000000e+01 |   9.75%|  70.46%
1045.57/1048.63	c  1049s|212800 | 35908 | 17338k|  81.1 |   385M |  38 | 200 | 796 | 223 |7419 |  0 |9429 |1754 | 1.822297e+01 | 2.000000e+01 |   9.75%|  70.48%
1045.87/1048.92	c  1049s|212900 | 35892 | 17344k|  81.0 |   385M |  38 | 200 | 796 | 224 |7419 |  0 |9429 |1754 | 1.822300e+01 | 2.000000e+01 |   9.75%|  70.50%
1046.07/1049.19	c  1049s|213000 | 35874 | 17349k|  81.0 |   385M |  38 | 200 | 795 | 225 |7419 |  0 |9429 |1754 | 1.822312e+01 | 2.000000e+01 |   9.75%|  70.52%
1046.36/1049.45	c  1049s|213100 | 35858 | 17354k|  81.0 |   385M |  38 | 200 | 795 | 224 |7419 |  0 |9429 |1754 | 1.822316e+01 | 2.000000e+01 |   9.75%|  70.55%
1046.66/1049.74	c  1050s|213200 | 35846 | 17360k|  81.0 |   385M |  38 | 200 | 796 | 225 |7419 |  1 |9430 |1755 | 1.822362e+01 | 2.000000e+01 |   9.75%|  70.56%
1046.97/1050.00	c  1050s|213300 | 35836 | 17365k|  81.0 |   385M |  38 | 200 | 796 | 226 |7419 |  1 |9430 |1755 | 1.822372e+01 | 2.000000e+01 |   9.75%|  70.58%
1047.16/1050.28	c  1050s|213400 | 35820 | 17370k|  81.0 |   385M |  38 | 200 | 796 | 224 |7419 |  1 |9430 |1755 | 1.822383e+01 | 2.000000e+01 |   9.75%|  70.60%
1047.46/1050.60	c  1051s|213500 | 35806 | 17377k|  81.0 |   385M |  38 | 200 | 796 | 225 |7419 |  0 |9430 |1755 | 1.822388e+01 | 2.000000e+01 |   9.75%|  70.63%
1047.76/1050.85	c  1051s|213600 | 35790 | 17382k|  81.0 |   385M |  38 | 200 | 796 | 224 |7419 |  0 |9430 |1755 | 1.822511e+01 | 2.000000e+01 |   9.74%|  70.65%
1048.07/1051.12	c  1051s|213700 | 35772 | 17387k|  80.9 |   385M |  38 | 200 | 796 | 224 |7419 |  1 |9430 |1755 | 1.822536e+01 | 2.000000e+01 |   9.74%|  70.67%
1048.26/1051.39	c  1051s|213800 | 35754 | 17392k|  80.9 |   385M |  38 | 200 | 795 | 225 |7419 |  0 |9430 |1755 | 1.822565e+01 | 2.000000e+01 |   9.74%|  70.70%
1048.56/1051.66	c  1052s|213900 | 35742 | 17398k|  80.9 |   385M |  38 | 200 | 795 | 223 |7419 |  1 |9430 |1755 | 1.822629e+01 | 2.000000e+01 |   9.73%|  70.72%
1048.86/1051.91	c  1052s|214000 | 35722 | 17403k|  80.9 |   385M |  38 | 200 | 795 | 235 |7419 |  1 |9430 |1755 | 1.822666e+01 | 2.000000e+01 |   9.73%|  70.75%
1049.06/1052.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1049.06/1052.17	c  1052s|214100 | 35704 | 17408k|  80.9 |   385M |  38 | 200 | 795 | 224 |7419 |  0 |9430 |1755 | 1.822666e+01 | 2.000000e+01 |   9.73%|  70.78%
1049.36/1052.45	c  1052s|214200 | 35688 | 17414k|  80.9 |   385M |  38 | 200 | 794 | 225 |7419 |  0 |9430 |1755 | 1.822700e+01 | 2.000000e+01 |   9.73%|  70.80%
1049.66/1052.73	c  1053s|214300 | 35674 | 17420k|  80.9 |   385M |  38 | 200 | 793 | 224 |7419 |  1 |9430 |1755 | 1.822721e+01 | 2.000000e+01 |   9.73%|  70.84%
1049.86/1052.99	c  1053s|214400 | 35656 | 17425k|  80.9 |   385M |  38 | 200 | 793 | 224 |7419 |  0 |9430 |1755 | 1.822721e+01 | 2.000000e+01 |   9.73%|  70.87%
1050.15/1053.25	c  1053s|214500 | 35646 | 17430k|  80.8 |   385M |  38 | 200 | 793 | 224 |7419 |  1 |9430 |1755 | 1.822789e+01 | 2.000000e+01 |   9.72%|  70.89%
1050.35/1053.49	c  1053s|214600 | 35622 | 17434k|  80.8 |   385M |  38 | 200 | 794 | 230 |7419 |  0 |9431 |1756 | 1.822805e+01 | 2.000000e+01 |   9.72%|  70.92%
1050.75/1053.84	c  1054s|214700 | 35614 | 17442k|  80.8 |   385M |  38 | 200 | 793 | 224 |7419 |  1 |9433 |1757 | 1.822862e+01 | 2.000000e+01 |   9.72%|  70.94%
1050.96/1054.08	c  1054s|214800 | 35594 | 17446k|  80.8 |   385M |  38 | 200 | 793 | 225 |7419 |  0 |9433 |1757 | 1.822901e+01 | 2.000000e+01 |   9.72%|  70.96%
1051.35/1054.46	c  1054s|214900 | 35580 | 17452k|  80.8 |   385M |  38 | 200 | 793 | 225 |7419 |  0 |9433 |1757 | 1.822937e+01 | 2.000000e+01 |   9.71%|  71.00%
1051.65/1054.72	c  1055s|215000 | 35566 | 17457k|  80.8 |   385M |  38 | 200 | 793 | 225 |7419 |  1 |9433 |1757 | 1.822949e+01 | 2.000000e+01 |   9.71%|  71.02%
1051.85/1054.98	c  1055s|215100 | 35546 | 17462k|  80.8 |   385M |  38 | 200 | 794 | 225 |7419 |  1 |9435 |1757 | 1.823055e+01 | 2.000000e+01 |   9.71%|  71.05%
1052.15/1055.23	c  1055s|215200 | 35532 | 17467k|  80.7 |   385M |  38 | 200 | 795 | 231 |7419 |  1 |9437 |1757 | 1.823092e+01 | 2.000000e+01 |   9.70%|  71.07%
1052.35/1055.47	c  1055s|215300 | 35514 | 17471k|  80.7 |   385M |  38 | 200 | 795 | 227 |7419 |  0 |9437 |1757 | 1.823123e+01 | 2.000000e+01 |   9.70%|  71.10%
1052.65/1055.76	c  1056s|215400 | 35498 | 17477k|  80.7 |   385M |  38 | 200 | 795 | 225 |7419 |  1 |9437 |1757 | 1.823145e+01 | 2.000000e+01 |   9.70%|  71.11%
1052.95/1056.07	c  1056s|215500 | 35494 | 17482k|  80.7 |   385M |  38 | 200 | 796 | 225 |7419 |  1 |9438 |1757 | 1.823198e+01 | 2.000000e+01 |   9.70%|  71.13%
1053.35/1056.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1053.35/1056.44	c  1056s|215600 | 35482 | 17488k|  80.7 |   385M |  38 | 200 | 795 | 225 |7419 |  0 |9440 |1757 | 1.823209e+01 | 2.000000e+01 |   9.70%|  71.15%
1053.74/1056.81	c  1057s|215700 | 35470 | 17496k|  80.7 |   385M |  38 | 200 | 795 | 228 |7419 |  0 |9440 |1757 | 1.823270e+01 | 2.000000e+01 |   9.69%|  71.18%
1053.95/1057.06	c  1057s|215800 | 35452 | 17501k|  80.7 |   385M |  38 | 200 | 794 | 225 |7419 |  1 |9440 |1757 | 1.823279e+01 | 2.000000e+01 |   9.69%|  71.20%
1054.24/1057.33	c  1057s|215900 | 35434 | 17507k|  80.7 |   385M |  38 | 200 | 794 | 224 |7419 |  1 |9440 |1757 | 1.823289e+01 | 2.000000e+01 |   9.69%|  71.23%
1054.54/1057.60	c  1058s|216000 | 35408 | 17512k|  80.7 |   385M |  38 | 200 | 793 | 225 |7419 |  0 |9440 |1757 | 1.823352e+01 | 2.000000e+01 |   9.69%|  71.26%
1054.74/1057.88	c  1058s|216100 | 35396 | 17517k|  80.6 |   385M |  38 | 200 | 793 | 224 |7419 |  0 |9440 |1757 | 1.823396e+01 | 2.000000e+01 |   9.69%|  71.28%
1055.05/1058.16	c  1058s|216200 | 35374 | 17523k|  80.6 |   385M |  38 | 200 | 793 | 227 |7419 |  0 |9440 |1757 | 1.823423e+01 | 2.000000e+01 |   9.68%|  71.32%
1055.34/1058.45	c  1058s|216300 | 35366 | 17529k|  80.6 |   385M |  38 | 200 | 793 | 225 |7419 |  1 |9440 |1757 | 1.823445e+01 | 2.000000e+01 |   9.68%|  71.35%
1055.64/1058.72	c  1059s|216400 | 35352 | 17534k|  80.6 |   385M |  38 | 200 | 793 | 225 |7419 |  1 |9440 |1757 | 1.823488e+01 | 2.000000e+01 |   9.68%|  71.37%
1055.84/1058.98	c  1059s|216500 | 35330 | 17540k|  80.6 |   385M |  38 | 200 | 793 | 224 |7419 |  0 |9440 |1757 | 1.823541e+01 | 2.000000e+01 |   9.68%|  71.40%
1056.14/1059.22	c  1059s|216600 | 35316 | 17544k|  80.6 |   385M |  38 | 200 | 792 | 224 |7419 |  0 |9440 |1757 | 1.823542e+01 | 2.000000e+01 |   9.68%|  71.45%
1056.34/1059.48	c  1059s|216700 | 35294 | 17549k|  80.6 |   385M |  38 | 200 | 792 | 225 |7419 |  0 |9440 |1757 | 1.823552e+01 | 2.000000e+01 |   9.68%|  71.47%
1056.64/1059.75	c  1060s|216800 | 35278 | 17555k|  80.6 |   385M |  38 | 200 | 792 | 224 |7419 |  0 |9440 |1757 | 1.823700e+01 | 2.000000e+01 |   9.67%|  71.51%
1056.94/1060.04	c  1060s|216900 | 35262 | 17561k|  80.5 |   385M |  38 | 200 | 792 | 225 |7419 |  0 |9440 |1757 | 1.823752e+01 | 2.000000e+01 |   9.66%|  71.54%
1057.23/1060.31	c  1060s|217000 | 35248 | 17566k|  80.5 |   385M |  38 | 200 | 792 | 224 |7419 |  0 |9440 |1757 | 1.823796e+01 | 2.000000e+01 |   9.66%|  71.56%
1057.43/1060.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1057.43/1060.57	c  1061s|217100 | 35228 | 17571k|  80.5 |   385M |  38 | 200 | 792 | 226 |7419 |  0 |9440 |1757 | 1.823809e+01 | 2.000000e+01 |   9.66%|  71.60%
1057.73/1060.80	c  1061s|217200 | 35206 | 17575k|  80.5 |   385M |  38 | 200 | 792 | 224 |7419 |  1 |9440 |1757 | 1.823813e+01 | 2.000000e+01 |   9.66%|  71.61%
1057.94/1061.05	c  1061s|217300 | 35190 | 17580k|  80.5 |   385M |  38 | 200 | 792 | 224 |7419 |  1 |9440 |1757 | 1.823827e+01 | 2.000000e+01 |   9.66%|  71.65%
1058.23/1061.35	c  1061s|217400 | 35174 | 17586k|  80.5 |   385M |  38 | 200 | 790 | 222 |7419 |  0 |9440 |1757 | 1.823842e+01 | 2.000000e+01 |   9.66%|  71.67%
1058.53/1061.61	c  1062s|217500 | 35158 | 17591k|  80.5 |   385M |  38 | 200 | 789 | 225 |7419 |  0 |9440 |1757 | 1.823853e+01 | 2.000000e+01 |   9.66%|  71.69%
1058.73/1061.89	c  1062s|217600 | 35138 | 17597k|  80.5 |   385M |  38 | 200 | 789 | 224 |7419 |  0 |9440 |1757 | 1.823874e+01 | 2.000000e+01 |   9.66%|  71.72%
1059.13/1062.22	c  1062s|217700 | 35122 | 17604k|  80.5 |   385M |  38 | 200 | 789 | 232 |7419 |  1 |9440 |1758 | 1.823874e+01 | 2.000000e+01 |   9.66%|  71.74%
1059.33/1062.47	c  1062s|217800 | 35100 | 17609k|  80.4 |   385M |  38 | 200 | 788 | 224 |7419 |  0 |9440 |1758 | 1.823901e+01 | 2.000000e+01 |   9.66%|  71.78%
1059.63/1062.77	c  1063s|217900 | 35088 | 17615k|  80.4 |   385M |  38 | 200 | 788 | 224 |7419 |  0 |9442 |1758 | 1.823960e+01 | 2.000000e+01 |   9.65%|  71.79%
1059.93/1063.06	c  1063s|218000 | 35072 | 17620k|  80.4 |   385M |  38 | 200 | 787 | 224 |7419 |  0 |9442 |1758 | 1.823997e+01 | 2.000000e+01 |   9.65%|  71.81%
1060.23/1063.36	c  1063s|218100 | 35058 | 17626k|  80.4 |   385M |  38 | 200 | 787 | 224 |7419 |  1 |9443 |1759 | 1.824021e+01 | 2.000000e+01 |   9.65%|  71.83%
1060.53/1063.60	c  1064s|218200 | 35046 | 17631k|  80.4 |   385M |  38 | 200 | 787 | 224 |7419 |  0 |9443 |1759 | 1.824027e+01 | 2.000000e+01 |   9.65%|  71.85%
1060.83/1063.90	c  1064s|218300 | 35032 | 17636k|  80.4 |   385M |  38 | 200 | 786 | 224 |7419 |  1 |9445 |1761 | 1.824034e+01 | 2.000000e+01 |   9.65%|  71.87%
1061.03/1064.17	c  1064s|218400 | 35014 | 17642k|  80.4 |   385M |  38 | 200 | 786 | 224 |7419 |  0 |9445 |1761 | 1.824055e+01 | 2.000000e+01 |   9.65%|  71.90%
1061.32/1064.44	c  1064s|218500 | 34996 | 17647k|  80.4 |   385M |  38 | 200 | 786 | 223 |7419 |  0 |9445 |1761 | 1.824087e+01 | 2.000000e+01 |   9.64%|  71.93%
1061.62/1064.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1061.62/1064.70	c  1065s|218600 | 34982 | 17652k|  80.3 |   385M |  38 | 200 | 786 | 224 |7419 |  0 |9445 |1761 | 1.824095e+01 | 2.000000e+01 |   9.64%|  71.93%
1061.93/1065.08	c  1065s|218700 | 34976 | 17661k|  80.3 |   385M |  38 | 200 | 786 | 224 |7419 |  0 |9445 |1761 | 1.824098e+01 | 2.000000e+01 |   9.64%|  71.94%
1062.22/1065.34	c  1065s|218800 | 34962 | 17666k|  80.3 |   385M |  38 | 200 | 786 | 236 |7419 |  1 |9445 |1761 | 1.824106e+01 | 2.000000e+01 |   9.64%|  71.96%
1062.52/1065.60	c  1066s|218900 | 34948 | 17671k|  80.3 |   385M |  38 | 200 | 786 | 225 |7419 |  0 |9445 |1761 | 1.824118e+01 | 2.000000e+01 |   9.64%|  71.98%
1062.72/1065.87	c  1066s|219000 | 34932 | 17676k|  80.3 |   385M |  38 | 200 | 786 | 225 |7419 |  1 |9445 |1761 | 1.824138e+01 | 2.000000e+01 |   9.64%|  72.00%
1063.03/1066.15	c  1066s|219100 | 34918 | 17682k|  80.3 |   385M |  38 | 200 | 786 | 225 |7419 |  0 |9445 |1761 | 1.824138e+01 | 2.000000e+01 |   9.64%|  72.03%
1063.32/1066.45	c  1066s|219200 | 34910 | 17688k|  80.3 |   385M |  38 | 200 | 786 | 223 |7419 |  1 |9445 |1761 | 1.824149e+01 | 2.000000e+01 |   9.64%|  72.06%
1063.62/1066.70	c  1067s|219300 | 34880 | 17693k|  80.3 |   385M |  38 | 200 | 786 | 223 |7419 |  1 |9445 |1761 | 1.824224e+01 | 2.000000e+01 |   9.64%|  72.09%
1063.92/1067.01	c  1067s|219400 | 34870 | 17699k|  80.3 |   385M |  38 | 200 | 786 | 225 |7419 |  1 |9445 |1761 | 1.824278e+01 | 2.000000e+01 |   9.63%|  72.11%
1064.12/1067.28	c  1067s|219500 | 34854 | 17704k|  80.3 |   385M |  38 | 200 | 786 | 224 |7419 |  1 |9445 |1761 | 1.824311e+01 | 2.000000e+01 |   9.63%|  72.13%
1064.42/1067.51	c  1068s|219600 | 34830 | 17709k|  80.2 |   385M |  38 | 200 | 784 | 223 |7419 |  0 |9445 |1761 | 1.824311e+01 | 2.000000e+01 |   9.63%|  72.16%
1064.62/1067.77	c  1068s|219700 | 34810 | 17714k|  80.2 |   385M |  38 | 200 | 784 | 225 |7419 |  1 |9445 |1761 | 1.824333e+01 | 2.000000e+01 |   9.63%|  72.18%
1064.92/1068.03	c  1068s|219800 | 34780 | 17719k|  80.2 |   385M |  38 | 200 | 784 | 225 |7419 |  1 |9445 |1761 | 1.824420e+01 | 2.000000e+01 |   9.62%|  72.21%
1065.11/1068.27	c  1068s|219900 | 34758 | 17723k|  80.2 |   385M |  38 | 200 | 783 | 236 |7419 |  1 |9445 |1761 | 1.824435e+01 | 2.000000e+01 |   9.62%|  72.24%
1065.41/1068.52	c  1069s|220000 | 34740 | 17728k|  80.2 |   385M |  38 | 200 | 783 | 224 |7419 |  0 |9445 |1761 | 1.824470e+01 | 2.000000e+01 |   9.62%|  72.25%
1065.61/1068.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1065.61/1068.79	c  1069s|220100 | 34730 | 17733k|  80.2 |   385M |  38 | 200 | 783 | 223 |7419 |  0 |9446 |1762 | 1.824493e+01 | 2.000000e+01 |   9.62%|  72.27%
1065.92/1069.05	c  1069s|220200 | 34710 | 17738k|  80.2 |   385M |  38 | 200 | 780 | 223 |7419 |  1 |9446 |1762 | 1.824523e+01 | 2.000000e+01 |   9.62%|  72.30%
1066.21/1069.32	c  1069s|220300 | 34692 | 17744k|  80.1 |   385M |  38 | 200 | 780 | 224 |7419 |  0 |9448 |1763 | 1.824568e+01 | 2.000000e+01 |   9.62%|  72.32%
1066.51/1069.60	c  1070s|220400 | 34678 | 17749k|  80.1 |   385M |  38 | 200 | 779 | 224 |7419 |  1 |9448 |1763 | 1.824583e+01 | 2.000000e+01 |   9.61%|  72.35%
1066.71/1069.85	c  1070s|220500 | 34662 | 17754k|  80.1 |   385M |  38 | 200 | 779 | 237 |7419 |  1 |9448 |1763 | 1.824583e+01 | 2.000000e+01 |   9.61%|  72.37%
1067.01/1070.10	c  1070s|220600 | 34640 | 17759k|  80.1 |   385M |  38 | 200 | 779 | 224 |7419 |  0 |9448 |1763 | 1.824619e+01 | 2.000000e+01 |   9.61%|  72.39%
1067.21/1070.36	c  1070s|220700 | 34616 | 17763k|  80.1 |   385M |  38 | 200 | 779 | 224 |7419 |  0 |9448 |1763 | 1.824623e+01 | 2.000000e+01 |   9.61%|  72.42%
1067.61/1070.76	c  1071s|220800 | 34604 | 17772k|  80.1 |   385M |  38 | 200 | 779 | 224 |7419 |  1 |9448 |1763 | 1.824657e+01 | 2.000000e+01 |   9.61%|  72.44%
1067.91/1071.02	c  1071s|220900 | 34586 | 17777k|  80.1 |   385M |  38 | 200 | 779 | 224 |7419 |  0 |9448 |1763 | 1.824712e+01 | 2.000000e+01 |   9.61%|  72.47%
1068.11/1071.26	c  1071s|221000 | 34562 | 17782k|  80.1 |   385M |  38 | 200 | 779 | 225 |7419 |  1 |9448 |1763 | 1.824714e+01 | 2.000000e+01 |   9.61%|  72.50%
1068.41/1071.53	c  1072s|221100 | 34544 | 17787k|  80.0 |   385M |  38 | 200 | 779 | 225 |7419 |  1 |9448 |1763 | 1.824783e+01 | 2.000000e+01 |   9.60%|  72.52%
1068.70/1071.81	c  1072s|221200 | 34530 | 17793k|  80.0 |   385M |  38 | 200 | 779 | 224 |7419 |  0 |9448 |1763 | 1.824834e+01 | 2.000000e+01 |   9.60%|  72.53%
1068.91/1072.09	c  1072s|221300 | 34520 | 17798k|  80.0 |   385M |  38 | 200 | 779 | 224 |7419 |  0 |9448 |1765 | 1.824866e+01 | 2.000000e+01 |   9.60%|  72.54%
1069.20/1072.33	c  1072s|221400 | 34496 | 17802k|  80.0 |   385M |  38 | 200 | 779 | 224 |7419 |  0 |9448 |1765 | 1.824884e+01 | 2.000000e+01 |   9.60%|  72.58%
1069.40/1072.59	c  1073s|221500 | 34468 | 17807k|  80.0 |   385M |  38 | 200 | 777 | 224 |7419 |  0 |9448 |1765 | 1.824899e+01 | 2.000000e+01 |   9.60%|  72.61%
1069.70/1072.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1069.70/1072.86	c  1073s|221600 | 34456 | 17813k|  80.0 |   385M |  38 | 200 | 777 | 224 |7419 |  1 |9448 |1765 | 1.824992e+01 | 2.000000e+01 |   9.59%|  72.63%
1069.91/1073.09	c  1073s|221700 | 34434 | 17817k|  80.0 |   385M |  38 | 200 | 776 | 232 |7419 |  1 |9448 |1765 | 1.825014e+01 | 2.000000e+01 |   9.59%|  72.66%
1070.20/1073.36	c  1073s|221800 | 34418 | 17822k|  80.0 |   385M |  38 | 200 | 775 | 224 |7419 |  1 |9448 |1765 | 1.825042e+01 | 2.000000e+01 |   9.59%|  72.69%
1070.50/1073.63	c  1074s|221900 | 34400 | 17827k|  79.9 |   385M |  38 | 200 | 775 | 225 |7419 |  0 |9448 |1765 | 1.825079e+01 | 2.000000e+01 |   9.58%|  72.71%
1070.80/1073.90	c  1074s|222000 | 34388 | 17833k|  79.9 |   385M |  38 | 200 | 774 | 224 |7419 |  0 |9448 |1765 | 1.825121e+01 | 2.000000e+01 |   9.58%|  72.74%
1071.00/1074.16	c  1074s|222100 | 34372 | 17838k|  79.9 |   385M |  38 | 200 | 773 | 223 |7419 |  0 |9450 |1765 | 1.825127e+01 | 2.000000e+01 |   9.58%|  72.76%
1071.30/1074.41	c  1074s|222200 | 34358 | 17843k|  79.9 |   385M |  38 | 200 | 773 | 224 |7419 |  0 |9451 |1766 | 1.825143e+01 | 2.000000e+01 |   9.58%|  72.77%
1071.60/1074.70	c  1075s|222300 | 34340 | 17849k|  79.9 |   385M |  38 | 200 | 773 | 225 |7419 |  0 |9451 |1766 | 1.825172e+01 | 2.000000e+01 |   9.58%|  72.79%
1071.80/1074.98	c  1075s|222400 | 34322 | 17854k|  79.9 |   385M |  38 | 200 | 772 | 224 |7419 |  1 |9451 |1766 | 1.825216e+01 | 2.000000e+01 |   9.58%|  72.82%
1072.10/1075.25	c  1075s|222500 | 34298 | 17859k|  79.9 |   385M |  38 | 200 | 771 | 231 |7419 |  0 |9453 |1768 | 1.825371e+01 | 2.000000e+01 |   9.57%|  72.85%
1072.40/1075.54	c  1076s|222600 | 34274 | 17864k|  79.9 |   385M |  38 | 200 | 769 | 225 |7419 |  1 |9453 |1768 | 1.825435e+01 | 2.000000e+01 |   9.56%|  72.88%
1072.69/1075.80	c  1076s|222700 | 34256 | 17869k|  79.8 |   385M |  38 | 200 | 769 | 224 |7419 |  1 |9453 |1770 | 1.825441e+01 | 2.000000e+01 |   9.56%|  72.90%
1072.90/1076.06	c  1076s|222800 | 34238 | 17875k|  79.8 |   385M |  38 | 200 | 768 | 236 |7419 |  1 |9453 |1770 | 1.825445e+01 | 2.000000e+01 |   9.56%|  72.92%
1073.19/1076.33	c  1076s|222900 | 34216 | 17880k|  79.8 |   385M |  38 | 200 | 768 | 223 |7419 |  0 |9453 |1770 | 1.825484e+01 | 2.000000e+01 |   9.56%|  72.94%
1073.39/1076.59	c  1077s|223000 | 34202 | 17885k|  79.8 |   385M |  38 | 200 | 769 | 225 |7419 |  0 |9454 |1771 | 1.825576e+01 | 2.000000e+01 |   9.55%|  72.96%
1073.69/1076.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1073.69/1076.85	c  1077s|223100 | 34182 | 17890k|  79.8 |   385M |  38 | 200 | 769 | 224 |7419 |  0 |9454 |1771 | 1.825594e+01 | 2.000000e+01 |   9.55%|  73.00%
1074.00/1077.20	c  1077s|223200 | 34174 | 17898k|  79.8 |   385M |  38 | 200 | 769 | 225 |7419 |  0 |9454 |1771 | 1.825612e+01 | 2.000000e+01 |   9.55%|  73.01%
1074.29/1077.47	c  1077s|223300 | 34160 | 17903k|  79.8 |   385M |  38 | 200 | 768 | 223 |7419 |  1 |9454 |1771 | 1.825648e+01 | 2.000000e+01 |   9.55%|  73.04%
1074.59/1077.74	c  1078s|223400 | 34136 | 17908k|  79.8 |   385M |  38 | 200 | 763 | 223 |7419 |  0 |9454 |1771 | 1.825654e+01 | 2.000000e+01 |   9.55%|  73.07%
1074.89/1078.03	c  1078s|223500 | 34116 | 17914k|  79.8 |   385M |  38 | 200 | 763 | 224 |7419 |  0 |9454 |1771 | 1.825695e+01 | 2.000000e+01 |   9.55%|  73.09%
1075.09/1078.29	c  1078s|223600 | 34098 | 17919k|  79.7 |   385M |  38 | 200 | 763 | 224 |7419 |  0 |9454 |1771 | 1.825702e+01 | 2.000000e+01 |   9.55%|  73.10%
1075.39/1078.55	c  1079s|223700 | 34082 | 17924k|  79.7 |   385M |  38 | 200 | 764 | 225 |7419 |  0 |9456 |1772 | 1.825714e+01 | 2.000000e+01 |   9.55%|  73.14%
1075.69/1078.83	c  1079s|223800 | 34060 | 17930k|  79.7 |   385M |  38 | 200 | 764 | 224 |7419 |  1 |9456 |1772 | 1.825732e+01 | 2.000000e+01 |   9.55%|  73.16%
1075.89/1079.08	c  1079s|223900 | 34038 | 17934k|  79.7 |   385M |  38 | 200 | 764 | 224 |7419 |  0 |9456 |1772 | 1.825759e+01 | 2.000000e+01 |   9.54%|  73.19%
1076.19/1079.36	c  1079s|224000 | 34022 | 17940k|  79.7 |   385M |  38 | 200 | 763 | 224 |7419 |  0 |9456 |1772 | 1.825792e+01 | 2.000000e+01 |   9.54%|  73.23%
1076.49/1079.63	c  1080s|224100 | 34004 | 17945k|  79.7 |   385M |  38 | 200 | 761 | 225 |7419 |  0 |9456 |1772 | 1.825829e+01 | 2.000000e+01 |   9.54%|  73.28%
1076.68/1079.89	c  1080s|224200 | 33980 | 17950k|  79.7 |   385M |  38 | 200 | 760 | 225 |7419 |  1 |9458 |1774 | 1.825895e+01 | 2.000000e+01 |   9.54%|  73.31%
1076.99/1080.16	c  1080s|224300 | 33966 | 17955k|  79.7 |   385M |  38 | 200 | 761 | 224 |7419 |  0 |9459 |1775 | 1.825904e+01 | 2.000000e+01 |   9.53%|  73.33%
1077.28/1080.40	c  1080s|224400 | 33942 | 17960k|  79.6 |   385M |  38 | 200 | 761 | 225 |7419 |  0 |9459 |1775 | 1.825927e+01 | 2.000000e+01 |   9.53%|  73.36%
1077.58/1080.77	c  1081s|224500 | 33926 | 17968k|  79.6 |   385M |  38 | 200 | 759 | 224 |7419 |  1 |9459 |1775 | 1.825961e+01 | 2.000000e+01 |   9.53%|  73.39%
1077.89/1081.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1077.89/1081.05	c  1081s|224600 | 33910 | 17973k|  79.6 |   385M |  38 | 200 | 759 | 224 |7419 |  0 |9459 |1775 | 1.826004e+01 | 2.000000e+01 |   9.53%|  73.40%
1078.18/1081.32	c  1081s|224700 | 33892 | 17979k|  79.6 |   385M |  38 | 200 | 758 | 225 |7419 |  0 |9459 |1775 | 1.826075e+01 | 2.000000e+01 |   9.52%|  73.44%
1078.38/1081.57	c  1082s|224800 | 33872 | 17983k|  79.6 |   385M |  38 | 200 | 756 | 232 |7419 |  0 |9459 |1775 | 1.826129e+01 | 2.000000e+01 |   9.52%|  73.47%
1078.68/1081.83	c  1082s|224900 | 33850 | 17988k|  79.6 |   385M |  38 | 200 | 756 | 225 |7419 |  0 |9459 |1775 | 1.826155e+01 | 2.000000e+01 |   9.52%|  73.51%
1078.88/1082.09	c  1082s|225000 | 33832 | 17994k|  79.6 |   385M |  38 | 200 | 754 | 224 |7419 |  0 |9459 |1775 | 1.826182e+01 | 2.000000e+01 |   9.52%|  73.52%
1079.18/1082.37	c  1082s|225100 | 33816 | 17999k|  79.6 |   385M |  38 | 200 | 754 | 227 |7419 |  0 |9459 |1775 | 1.826215e+01 | 2.000000e+01 |   9.52%|  73.53%
1079.48/1082.64	c  1083s|225200 | 33794 | 18004k|  79.6 |   385M |  38 | 200 | 754 | 225 |7419 |  1 |9459 |1775 | 1.826222e+01 | 2.000000e+01 |   9.52%|  73.56%
1079.68/1082.88	c  1083s|225300 | 33770 | 18008k|  79.5 |   385M |  38 | 200 | 754 | 224 |7419 |  0 |9460 |1776 | 1.826222e+01 | 2.000000e+01 |   9.52%|  73.58%
1079.98/1083.15	c  1083s|225400 | 33750 | 18014k|  79.5 |   385M |  38 | 200 | 753 | 223 |7419 |  1 |9460 |1776 | 1.826254e+01 | 2.000000e+01 |   9.51%|  73.60%
1080.28/1083.45	c  1083s|225500 | 33730 | 18020k|  79.5 |   385M |  38 | 200 | 753 | 224 |7419 |  0 |9460 |1776 | 1.826272e+01 | 2.000000e+01 |   9.51%|  73.64%
1080.58/1083.79	c  1084s|225600 | 33720 | 18025k|  79.5 |   385M |  38 | 200 | 755 | 226 |7419 |  1 |9462 |1776 | 1.826276e+01 | 2.000000e+01 |   9.51%|  73.66%
1080.88/1084.04	c  1084s|225700 | 33698 | 18030k|  79.5 |   385M |  38 | 200 | 755 | 223 |7419 |  1 |9462 |1776 | 1.826280e+01 | 2.000000e+01 |   9.51%|  73.68%
1081.07/1084.29	c  1084s|225800 | 33672 | 18035k|  79.5 |   385M |  38 | 200 | 755 | 224 |7419 |  0 |9462 |1776 | 1.826294e+01 | 2.000000e+01 |   9.51%|  73.71%
1081.37/1084.53	c  1085s|225900 | 33654 | 18039k|  79.5 |   385M |  38 | 200 | 754 | 224 |7419 |  1 |9462 |1776 | 1.826302e+01 | 2.000000e+01 |   9.51%|  73.73%
1081.67/1084.80	c  1085s|226000 | 33630 | 18044k|  79.5 |   385M |  38 | 200 | 754 | 230 |7419 |  1 |9463 |1776 | 1.826345e+01 | 2.000000e+01 |   9.51%|  73.76%
1081.88/1085.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1081.88/1085.07	c  1085s|226100 | 33620 | 18049k|  79.4 |   385M |  38 | 200 | 753 | 224 |7419 |  1 |9464 |1776 | 1.826367e+01 | 2.000000e+01 |   9.51%|  73.77%
1082.17/1085.35	c  1085s|226200 | 33598 | 18055k|  79.4 |   385M |  38 | 200 | 752 | 225 |7419 |  0 |9464 |1776 | 1.826513e+01 | 2.000000e+01 |   9.50%|  73.80%
1082.47/1085.61	c  1086s|226300 | 33582 | 18060k|  79.4 |   385M |  38 | 200 | 751 | 225 |7419 |  0 |9464 |1776 | 1.826553e+01 | 2.000000e+01 |   9.50%|  73.81%
1082.67/1085.87	c  1086s|226400 | 33570 | 18065k|  79.4 |   385M |  38 | 200 | 750 | 225 |7419 |  0 |9464 |1776 | 1.826583e+01 | 2.000000e+01 |   9.49%|  73.84%
1082.97/1086.12	c  1086s|226500 | 33546 | 18070k|  79.4 |   385M |  38 | 200 | 747 | 225 |7419 |  0 |9464 |1776 | 1.826643e+01 | 2.000000e+01 |   9.49%|  73.86%
1083.17/1086.38	c  1086s|226600 | 33526 | 18075k|  79.4 |   385M |  38 | 200 | 747 | 224 |7419 |  1 |9464 |1776 | 1.826654e+01 | 2.000000e+01 |   9.49%|  73.89%
1083.47/1086.64	c  1087s|226700 | 33498 | 18080k|  79.4 |   385M |  38 | 200 | 746 | 225 |7419 |  0 |9464 |1776 | 1.826657e+01 | 2.000000e+01 |   9.49%|  73.93%
1083.77/1086.91	c  1087s|226800 | 33476 | 18085k|  79.4 |   385M |  38 | 200 | 745 | 225 |7419 |  1 |9464 |1776 | 1.826680e+01 | 2.000000e+01 |   9.49%|  73.96%
1083.97/1087.14	c  1087s|226900 | 33456 | 18089k|  79.3 |   385M |  38 | 200 | 745 | 224 |7419 |  1 |9464 |1776 | 1.826807e+01 | 2.000000e+01 |   9.48%|  73.98%
1084.17/1087.39	c  1087s|227000 | 33428 | 18094k|  79.3 |   385M |  38 | 200 | 744 | 223 |7419 |  0 |9464 |1776 | 1.826831e+01 | 2.000000e+01 |   9.48%|  74.01%
1084.47/1087.68	c  1088s|227100 | 33410 | 18100k|  79.3 |   385M |  38 | 200 | 744 | 224 |7419 |  1 |9464 |1776 | 1.826866e+01 | 2.000000e+01 |   9.48%|  74.03%
1084.76/1087.95	c  1088s|227200 | 33398 | 18105k|  79.3 |   385M |  38 | 200 | 744 | 225 |7419 |  1 |9464 |1776 | 1.826876e+01 | 2.000000e+01 |   9.48%|  74.04%
1085.06/1088.24	c  1088s|227300 | 33380 | 18111k|  79.3 |   385M |  38 | 200 | 745 | 224 |7419 |  0 |9465 |1777 | 1.826946e+01 | 2.000000e+01 |   9.47%|  74.06%
1085.36/1088.51	c  1089s|227400 | 33348 | 18116k|  79.3 |   385M |  38 | 200 | 745 | 225 |7419 |  0 |9465 |1777 | 1.826969e+01 | 2.000000e+01 |   9.47%|  74.09%
1085.56/1088.78	c  1089s|227500 | 33332 | 18122k|  79.3 |   385M |  38 | 200 | 744 | 225 |7419 |  0 |9465 |1777 | 1.827105e+01 | 2.000000e+01 |   9.46%|  74.11%
1085.87/1089.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1085.87/1089.04	c  1089s|227600 | 33312 | 18127k|  79.3 |   385M |  38 | 200 | 743 | 224 |7419 |  0 |9465 |1777 | 1.827132e+01 | 2.000000e+01 |   9.46%|  74.14%
1086.16/1089.31	c  1089s|227700 | 33292 | 18132k|  79.2 |   385M |  38 | 200 | 742 | 230 |7419 |  1 |9465 |1777 | 1.827142e+01 | 2.000000e+01 |   9.46%|  74.19%
1086.36/1089.56	c  1090s|227800 | 33262 | 18136k|  79.2 |   385M |  38 | 200 | 741 | 224 |7419 |  0 |9465 |1777 | 1.827159e+01 | 2.000000e+01 |   9.46%|  74.24%
1086.66/1089.82	c  1090s|227900 | 33236 | 18141k|  79.2 |   385M |  38 | 200 | 739 | 225 |7419 |  1 |9465 |1777 | 1.827177e+01 | 2.000000e+01 |   9.46%|  74.27%
1086.96/1090.13	c  1090s|228000 | 33224 | 18147k|  79.2 |   385M |  38 | 200 | 740 | 224 |7419 |  0 |9466 |1778 | 1.827211e+01 | 2.000000e+01 |   9.46%|  74.28%
1087.16/1090.39	c  1090s|228100 | 33208 | 18153k|  79.2 |   385M |  38 | 200 | 740 | 223 |7419 |  1 |9466 |1778 | 1.827240e+01 | 2.000000e+01 |   9.45%|  74.30%
1087.46/1090.65	c  1091s|228200 | 33188 | 18158k|  79.2 |   385M |  38 | 200 | 744 | 225 |7419 |  1 |9470 |1780 | 1.827264e+01 | 2.000000e+01 |   9.45%|  74.33%
1087.76/1090.91	c  1091s|228300 | 33164 | 18162k|  79.2 |   385M |  38 | 200 | 742 | 225 |7419 |  0 |9470 |1780 | 1.827271e+01 | 2.000000e+01 |   9.45%|  74.36%
1088.06/1091.23	c  1091s|228400 | 33152 | 18169k|  79.2 |   385M |  38 | 200 | 742 | 233 |7419 |  1 |9470 |1780 | 1.827301e+01 | 2.000000e+01 |   9.45%|  74.38%
1088.36/1091.55	c  1092s|228500 | 33128 | 18174k|  79.2 |   385M |  38 | 200 | 741 | 226 |7419 |  0 |9470 |1780 | 1.827326e+01 | 2.000000e+01 |   9.45%|  74.41%
1088.65/1091.84	c  1092s|228600 | 33110 | 18180k|  79.1 |   385M |  38 | 200 | 742 | 230 |7419 |  1 |9472 |1782 | 1.827358e+01 | 2.000000e+01 |   9.45%|  74.43%
1088.86/1092.08	c  1092s|228700 | 33080 | 18184k|  79.1 |   385M |  38 | 200 | 742 | 232 |7419 |  1 |9473 |1783 | 1.827379e+01 | 2.000000e+01 |   9.45%|  74.46%
1089.15/1092.33	c  1092s|228800 | 33064 | 18189k|  79.1 |   385M |  38 | 200 | 742 | 225 |7419 |  0 |9473 |1783 | 1.827430e+01 | 2.000000e+01 |   9.44%|  74.50%
1089.35/1092.59	c  1093s|228900 | 33038 | 18194k|  79.1 |   385M |  38 | 200 | 742 | 225 |7419 |  1 |9473 |1783 | 1.827452e+01 | 2.000000e+01 |   9.44%|  74.54%
1089.65/1092.88	c  1093s|229000 | 33016 | 18200k|  79.1 |   385M |  38 | 200 | 743 | 224 |7419 |  0 |9474 |1784 | 1.827470e+01 | 2.000000e+01 |   9.44%|  74.57%
1089.96/1093.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1089.96/1093.13	c  1093s|229100 | 33000 | 18204k|  79.1 |   385M |  38 | 200 | 741 | 231 |7419 |  1 |9474 |1784 | 1.827503e+01 | 2.000000e+01 |   9.44%|  74.60%
1090.15/1093.35	c  1093s|229200 | 32968 | 18208k|  79.1 |   385M |  38 | 200 | 741 | 223 |7419 |  0 |9474 |1784 | 1.827533e+01 | 2.000000e+01 |   9.44%|  74.62%
1090.45/1093.61	c  1094s|229300 | 32940 | 18213k|  79.0 |   385M |  38 | 200 | 743 | 224 |7419 |  0 |9476 |1786 | 1.827598e+01 | 2.000000e+01 |   9.43%|  74.64%
1090.65/1093.87	c  1094s|229400 | 32914 | 18218k|  79.0 |   385M |  38 | 200 | 742 | 226 |7419 |  0 |9476 |1786 | 1.827667e+01 | 2.000000e+01 |   9.43%|  74.66%
1090.95/1094.14	c  1094s|229500 | 32898 | 18223k|  79.0 |   385M |  38 | 200 | 742 | 225 |7419 |  1 |9476 |1786 | 1.827704e+01 | 2.000000e+01 |   9.43%|  74.69%
1091.25/1094.45	c  1094s|229600 | 32884 | 18229k|  79.0 |   385M |  38 | 200 | 742 | 225 |7419 |  0 |9476 |1787 | 1.827741e+01 | 2.000000e+01 |   9.42%|  74.70%
1091.55/1094.71	c  1095s|229700 | 32878 | 18234k|  79.0 |   385M |  38 | 200 | 740 | 223 |7419 |  0 |9478 |1787 | 1.827743e+01 | 2.000000e+01 |   9.42%|  74.72%
1091.85/1095.03	c  1095s|229800 | 32860 | 18241k|  79.0 |   385M |  38 | 200 | 740 | 224 |7419 |  0 |9478 |1787 | 1.827867e+01 | 2.000000e+01 |   9.42%|  74.74%
1092.15/1095.32	c  1095s|229900 | 32850 | 18246k|  79.0 |   385M |  38 | 200 | 741 | 225 |7419 |  0 |9480 |1787 | 1.827876e+01 | 2.000000e+01 |   9.42%|  74.76%
1092.35/1095.58	c  1096s|230000 | 32828 | 18251k|  79.0 |   385M |  38 | 200 | 740 | 231 |7419 |  1 |9480 |1787 | 1.827888e+01 | 2.000000e+01 |   9.42%|  74.78%
1092.64/1095.89	c  1096s|230100 | 32806 | 18257k|  79.0 |   385M |  38 | 200 | 740 | 224 |7419 |  0 |9480 |1787 | 1.827911e+01 | 2.000000e+01 |   9.41%|  74.81%
1092.95/1096.13	c  1096s|230200 | 32790 | 18262k|  78.9 |   385M |  38 | 200 | 740 | 239 |7419 |  1 |9480 |1787 | 1.827940e+01 | 2.000000e+01 |   9.41%|  74.83%
1093.24/1096.41	c  1096s|230300 | 32770 | 18267k|  78.9 |   385M |  38 | 200 | 739 | 224 |7419 |  0 |9482 |1789 | 1.827983e+01 | 2.000000e+01 |   9.41%|  74.84%
1093.44/1096.67	c  1097s|230400 | 32756 | 18272k|  78.9 |   385M |  38 | 200 | 738 | 224 |7419 |  1 |9484 |1790 | 1.828031e+01 | 2.000000e+01 |   9.41%|  74.86%
1093.74/1096.98	c  1097s|230500 | 32740 | 18279k|  78.9 |   385M |  38 | 200 | 737 | 223 |7419 |  0 |9484 |1790 | 1.828035e+01 | 2.000000e+01 |   9.41%|  74.88%
1094.04/1097.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1094.04/1097.25	c  1097s|230600 | 32734 | 18284k|  78.9 |   385M |  38 | 200 | 737 | 225 |7419 |  1 |9484 |1790 | 1.828082e+01 | 2.000000e+01 |   9.40%|  74.89%
1094.34/1097.54	c  1098s|230700 | 32718 | 18290k|  78.9 |   385M |  38 | 200 | 736 | 232 |7419 |  1 |9484 |1790 | 1.828097e+01 | 2.000000e+01 |   9.40%|  74.91%
1094.64/1097.82	c  1098s|230800 | 32706 | 18295k|  78.9 |   385M |  38 | 200 | 736 | 225 |7419 |  0 |9484 |1790 | 1.828107e+01 | 2.000000e+01 |   9.40%|  74.93%
1094.84/1098.08	c  1098s|230900 | 32684 | 18300k|  78.9 |   385M |  38 | 200 | 735 | 224 |7419 |  0 |9484 |1790 | 1.828157e+01 | 2.000000e+01 |   9.40%|  74.95%
1095.14/1098.35	c  1098s|231000 | 32668 | 18305k|  78.9 |   385M |  38 | 200 | 735 | 230 |7419 |  1 |9484 |1790 | 1.828189e+01 | 2.000000e+01 |   9.40%|  74.99%
1095.44/1098.61	c  1099s|231100 | 32648 | 18310k|  78.9 |   385M |  38 | 200 | 735 | 224 |7419 |  1 |9484 |1790 | 1.828192e+01 | 2.000000e+01 |   9.40%|  75.02%
1095.64/1098.86	c  1099s|231200 | 32624 | 18315k|  78.8 |   385M |  38 | 200 | 735 | 228 |7419 |  1 |9484 |1790 | 1.828207e+01 | 2.000000e+01 |   9.40%|  75.04%
1095.94/1099.14	c  1099s|231300 | 32592 | 18320k|  78.8 |   385M |  38 | 200 | 735 | 225 |7419 |  0 |9484 |1790 | 1.828226e+01 | 2.000000e+01 |   9.40%|  75.07%
1096.24/1099.40	c  1099s|231400 | 32580 | 18325k|  78.8 |   385M |  38 | 200 | 732 | 223 |7419 |  0 |9484 |1790 | 1.828233e+01 | 2.000000e+01 |   9.40%|  75.09%
1096.43/1099.67	c  1100s|231500 | 32554 | 18330k|  78.8 |   385M |  38 | 200 | 732 | 223 |7419 |  0 |9487 |1792 | 1.828272e+01 | 2.000000e+01 |   9.39%|  75.15%
1096.73/1099.96	c  1100s|231600 | 32534 | 18336k|  78.8 |   385M |  38 | 200 | 731 | 223 |7419 |  0 |9487 |1792 | 1.828338e+01 | 2.000000e+01 |   9.39%|  75.17%
1097.13/1100.30	c  1100s|231700 | 32516 | 18343k|  78.8 |   385M |  38 | 200 | 733 | 225 |7419 |  0 |9489 |1793 | 1.828412e+01 | 2.000000e+01 |   9.38%|  75.20%
1097.33/1100.57	c  1101s|231800 | 32498 | 18349k|  78.8 |   385M |  38 | 200 | 733 | 225 |7419 |  0 |9489 |1793 | 1.828439e+01 | 2.000000e+01 |   9.38%|  75.22%
1097.63/1100.83	c  1101s|231900 | 32474 | 18354k|  78.8 |   385M |  38 | 200 | 733 | 225 |7419 |  0 |9489 |1793 | 1.828481e+01 | 2.000000e+01 |   9.38%|  75.25%
1097.84/1101.07	c  1101s|232000 | 32458 | 18358k|  78.8 |   385M |  38 | 200 | 733 | 226 |7419 |  0 |9489 |1793 | 1.828525e+01 | 2.000000e+01 |   9.38%|  75.27%
1098.13/1101.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1098.13/1101.33	c  1101s|232100 | 32438 | 18363k|  78.7 |   385M |  38 | 200 | 733 | 224 |7419 |  1 |9489 |1793 | 1.828554e+01 | 2.000000e+01 |   9.38%|  75.32%
1098.43/1101.66	c  1102s|232200 | 32424 | 18371k|  78.7 |   385M |  38 | 200 | 732 | 232 |7419 |  1 |9489 |1793 | 1.828614e+01 | 2.000000e+01 |   9.37%|  75.33%
1098.73/1101.90	c  1102s|232300 | 32402 | 18375k|  78.7 |   385M |  38 | 200 | 729 | 224 |7419 |  0 |9489 |1793 | 1.828614e+01 | 2.000000e+01 |   9.37%|  75.35%
1098.93/1102.17	c  1102s|232400 | 32384 | 18381k|  78.7 |   385M |  38 | 200 | 729 | 224 |7419 |  0 |9489 |1793 | 1.828651e+01 | 2.000000e+01 |   9.37%|  75.38%
1099.23/1102.45	c  1102s|232500 | 32368 | 18386k|  78.7 |   385M |  38 | 200 | 728 | 224 |7419 |  1 |9489 |1793 | 1.828692e+01 | 2.000000e+01 |   9.37%|  75.41%
1099.53/1102.77	c  1103s|232600 | 32346 | 18393k|  78.7 |   385M |  38 | 200 | 728 | 224 |7419 |  0 |9489 |1793 | 1.828699e+01 | 2.000000e+01 |   9.37%|  75.44%
1099.83/1103.04	c  1103s|232700 | 32318 | 18398k|  78.7 |   385M |  38 | 200 | 727 | 225 |7419 |  1 |9489 |1793 | 1.828702e+01 | 2.000000e+01 |   9.37%|  75.46%
1100.13/1103.33	c  1103s|232800 | 32302 | 18404k|  78.7 |   385M |  38 | 200 | 726 | 225 |7419 |  0 |9489 |1793 | 1.828713e+01 | 2.000000e+01 |   9.37%|  75.48%
1100.42/1103.62	c  1104s|232900 | 32286 | 18410k|  78.7 |   385M |  38 | 200 | 725 | 225 |7419 |  0 |9489 |1793 | 1.828733e+01 | 2.000000e+01 |   9.37%|  75.51%
1100.72/1103.92	c  1104s|233000 | 32266 | 18415k|  78.7 |   385M |  38 | 200 | 728 | 224 |7419 |  0 |9493 |1795 | 1.828743e+01 | 2.000000e+01 |   9.36%|  75.53%
1100.93/1104.18	c  1104s|233100 | 32242 | 18420k|  78.6 |   385M |  38 | 200 | 728 | 224 |7419 |  0 |9493 |1795 | 1.828768e+01 | 2.000000e+01 |   9.36%|  75.57%
1101.22/1104.44	c  1104s|233200 | 32220 | 18425k|  78.6 |   385M |  38 | 200 | 728 | 224 |7419 |  0 |9493 |1795 | 1.828776e+01 | 2.000000e+01 |   9.36%|  75.59%
1101.52/1104.71	c  1105s|233300 | 32200 | 18430k|  78.6 |   385M |  38 | 200 | 728 | 224 |7419 |  0 |9493 |1795 | 1.828830e+01 | 2.000000e+01 |   9.36%|  75.62%
1101.72/1104.96	c  1105s|233400 | 32176 | 18435k|  78.6 |   385M |  38 | 200 | 727 | 225 |7419 |  1 |9493 |1795 | 1.828845e+01 | 2.000000e+01 |   9.36%|  75.66%
1102.02/1105.21	c  1105s|233500 | 32150 | 18439k|  78.6 |   385M |  38 | 200 | 727 | 223 |7419 |  0 |9493 |1795 | 1.828853e+01 | 2.000000e+01 |   9.36%|  75.68%
1102.22/1105.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1102.22/1105.48	c  1105s|233600 | 32132 | 18444k|  78.6 |   385M |  38 | 200 | 727 | 226 |7419 |  1 |9493 |1795 | 1.828864e+01 | 2.000000e+01 |   9.36%|  75.70%
1102.62/1105.83	c  1106s|233700 | 32118 | 18452k|  78.6 |   385M |  38 | 200 | 728 | 237 |7419 |  1 |9494 |1796 | 1.828873e+01 | 2.000000e+01 |   9.36%|  75.73%
1102.82/1106.10	c  1106s|233800 | 32094 | 18457k|  78.6 |   385M |  38 | 200 | 727 | 224 |7419 |  0 |9494 |1796 | 1.828895e+01 | 2.000000e+01 |   9.36%|  75.76%
1103.12/1106.36	c  1106s|233900 | 32072 | 18462k|  78.6 |   385M |  38 | 200 | 727 | 224 |7419 |  0 |9494 |1796 | 1.828914e+01 | 2.000000e+01 |   9.35%|  75.78%
1103.42/1106.65	c  1107s|234000 | 32052 | 18467k|  78.5 |   385M |  38 | 200 | 726 | 226 |7419 |  0 |9494 |1796 | 1.828953e+01 | 2.000000e+01 |   9.35%|  75.83%
1103.72/1106.92	c  1107s|234100 | 32034 | 18472k|  78.5 |   385M |  38 | 200 | 726 | 225 |7419 |  0 |9494 |1796 | 1.829001e+01 | 2.000000e+01 |   9.35%|  75.85%
1103.92/1107.19	c  1107s|234200 | 32014 | 18478k|  78.5 |   385M |  38 | 200 | 726 | 225 |7419 |  0 |9494 |1796 | 1.829018e+01 | 2.000000e+01 |   9.35%|  75.87%
1104.21/1107.45	c  1107s|234300 | 31990 | 18483k|  78.5 |   385M |  38 | 200 | 725 | 224 |7419 |  1 |9494 |1796 | 1.829093e+01 | 2.000000e+01 |   9.34%|  75.91%
1104.51/1107.75	c  1108s|234400 | 31972 | 18488k|  78.5 |   385M |  38 | 200 | 725 | 224 |7419 |  0 |9494 |1796 | 1.829154e+01 | 2.000000e+01 |   9.34%|  75.93%
1104.71/1107.99	c  1108s|234500 | 31950 | 18493k|  78.5 |   385M |  38 | 200 | 725 | 223 |7419 |  0 |9494 |1796 | 1.829155e+01 | 2.000000e+01 |   9.34%|  75.96%
1105.01/1108.26	c  1108s|234600 | 31932 | 18498k|  78.5 |   385M |  38 | 200 | 725 | 231 |7419 |  1 |9494 |1796 | 1.829156e+01 | 2.000000e+01 |   9.34%|  75.97%
1105.31/1108.53	c  1109s|234700 | 31916 | 18504k|  78.5 |   385M |  38 | 200 | 724 | 224 |7419 |  1 |9494 |1796 | 1.829183e+01 | 2.000000e+01 |   9.34%|  76.00%
1105.61/1108.80	c  1109s|234800 | 31892 | 18509k|  78.5 |   385M |  38 | 200 | 724 | 224 |7419 |  1 |9494 |1796 | 1.829191e+01 | 2.000000e+01 |   9.34%|  76.02%
1105.82/1109.05	c  1109s|234900 | 31868 | 18514k|  78.4 |   385M |  38 | 200 | 724 | 225 |7419 |  1 |9494 |1796 | 1.829268e+01 | 2.000000e+01 |   9.33%|  76.05%
1106.01/1109.29	c  1109s|235000 | 31838 | 18518k|  78.4 |   385M |  38 | 200 | 724 | 233 |7419 |  1 |9494 |1796 | 1.829279e+01 | 2.000000e+01 |   9.33%|  76.07%
1106.31/1109.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1106.31/1109.58	c  1110s|235100 | 31818 | 18524k|  78.4 |   385M |  38 | 200 | 724 | 224 |7419 |  0 |9494 |1796 | 1.829301e+01 | 2.000000e+01 |   9.33%|  76.11%
1106.61/1109.84	c  1110s|235200 | 31804 | 18529k|  78.4 |   385M |  38 | 200 | 724 | 224 |7419 |  0 |9495 |1796 | 1.829319e+01 | 2.000000e+01 |   9.33%|  76.13%
1106.91/1110.12	c  1110s|235300 | 31782 | 18534k|  78.4 |   385M |  38 | 200 | 724 | 224 |7419 |  1 |9495 |1796 | 1.829337e+01 | 2.000000e+01 |   9.33%|  76.15%
1107.21/1110.40	c  1110s|235400 | 31754 | 18539k|  78.4 |   385M |  38 | 200 | 727 | 224 |7419 |  1 |9499 |1801 | 1.829351e+01 | 2.000000e+01 |   9.33%|  76.19%
1107.41/1110.67	c  1111s|235500 | 31728 | 18544k|  78.4 |   385M |  38 | 200 | 726 | 225 |7419 |  1 |9499 |1801 | 1.829398e+01 | 2.000000e+01 |   9.33%|  76.22%
1107.71/1110.94	c  1111s|235600 | 31710 | 18549k|  78.4 |   385M |  38 | 200 | 726 | 223 |7419 |  0 |9499 |1801 | 1.829406e+01 | 2.000000e+01 |   9.33%|  76.26%
1108.01/1111.24	c  1111s|235700 | 31690 | 18555k|  78.4 |   385M |  38 | 200 | 726 | 228 |7419 |  0 |9500 |1802 | 1.829427e+01 | 2.000000e+01 |   9.32%|  76.29%
1108.30/1111.51	c  1112s|235800 | 31666 | 18560k|  78.3 |   385M |  38 | 200 | 725 | 223 |7419 |  0 |9500 |1802 | 1.829479e+01 | 2.000000e+01 |   9.32%|  76.33%
1108.50/1111.78	c  1112s|235900 | 31630 | 18565k|  78.3 |   385M |  38 | 200 | 725 | 224 |7419 |  0 |9500 |1802 | 1.829510e+01 | 2.000000e+01 |   9.32%|  76.36%
1108.81/1112.05	c  1112s|236000 | 31602 | 18570k|  78.3 |   385M |  38 | 200 | 724 | 225 |7419 |  0 |9500 |1803 | 1.829643e+01 | 2.000000e+01 |   9.31%|  76.39%
1109.00/1112.28	c  1112s|236100 | 31578 | 18574k|  78.3 |   385M |  38 | 200 | 722 | 225 |7419 |  1 |9500 |1803 | 1.829651e+01 | 2.000000e+01 |   9.31%|  76.42%
1109.30/1112.56	c  1113s|236200 | 31554 | 18579k|  78.3 |   385M |  38 | 200 | 722 | 224 |7419 |  0 |9500 |1803 | 1.829679e+01 | 2.000000e+01 |   9.31%|  76.44%
1109.60/1112.82	c  1113s|236300 | 31532 | 18584k|  78.3 |   385M |  38 | 200 | 722 | 225 |7419 |  1 |9500 |1803 | 1.829705e+01 | 2.000000e+01 |   9.31%|  76.46%
1109.91/1113.16	c  1113s|236400 | 31504 | 18591k|  78.3 |   385M |  38 | 200 | 723 | 224 |7419 |  0 |9501 |1804 | 1.829792e+01 | 2.000000e+01 |   9.30%|  76.49%
1110.20/1113.42	c  1113s|236500 | 31486 | 18596k|  78.3 |   385M |  38 | 200 | 723 | 224 |7419 |  1 |9501 |1804 | 1.829872e+01 | 2.000000e+01 |   9.30%|  76.53%
1110.40/1113.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1110.40/1113.69	c  1114s|236600 | 31460 | 18602k|  78.3 |   385M |  38 | 200 | 723 | 224 |7419 |  0 |9501 |1804 | 1.829905e+01 | 2.000000e+01 |   9.30%|  76.55%
1110.70/1113.96	c  1114s|236700 | 31436 | 18607k|  78.2 |   385M |  38 | 200 | 723 | 224 |7419 |  0 |9501 |1804 | 1.829911e+01 | 2.000000e+01 |   9.29%|  76.59%
1111.00/1114.21	c  1114s|236800 | 31418 | 18612k|  78.2 |   385M |  38 | 200 | 723 | 224 |7419 |  0 |9501 |1804 | 1.829957e+01 | 2.000000e+01 |   9.29%|  76.61%
1111.20/1114.48	c  1114s|236900 | 31390 | 18617k|  78.2 |   385M |  38 | 200 | 723 | 226 |7419 |  1 |9501 |1804 | 1.829999e+01 | 2.000000e+01 |   9.29%|  76.64%
1111.50/1114.75	c  1115s|237000 | 31370 | 18622k|  78.2 |   385M |  38 | 200 | 723 | 225 |7419 |  1 |9501 |1804 | 1.830048e+01 | 2.000000e+01 |   9.29%|  76.67%
1111.80/1115.05	c  1115s|237100 | 31350 | 18628k|  78.2 |   385M |  38 | 200 | 724 | 223 |7419 |  1 |9502 |1806 | 1.830111e+01 | 2.000000e+01 |   9.28%|  76.69%
1112.10/1115.33	c  1115s|237200 | 31330 | 18633k|  78.2 |   385M |  38 | 200 | 725 | 223 |7419 |  0 |9505 |1808 | 1.830176e+01 | 2.000000e+01 |   9.28%|  76.72%
1112.29/1115.58	c  1116s|237300 | 31312 | 18638k|  78.2 |   385M |  38 | 200 | 722 | 224 |7419 |  1 |9505 |1808 | 1.830187e+01 | 2.000000e+01 |   9.28%|  76.73%
1112.59/1115.83	c  1116s|237400 | 31290 | 18643k|  78.2 |   385M |  38 | 200 | 720 | 224 |7419 |  0 |9505 |1808 | 1.830192e+01 | 2.000000e+01 |   9.28%|  76.75%
1112.90/1116.11	c  1116s|237500 | 31270 | 18648k|  78.2 |   385M |  38 | 200 | 719 | 225 |7419 |  1 |9505 |1808 | 1.830229e+01 | 2.000000e+01 |   9.28%|  76.78%
1113.09/1116.39	c  1116s|237600 | 31254 | 18653k|  78.1 |   385M |  38 | 200 | 719 | 225 |7419 |  0 |9505 |1808 | 1.830238e+01 | 2.000000e+01 |   9.28%|  76.80%
1113.39/1116.65	c  1117s|237700 | 31234 | 18658k|  78.1 |   385M |  38 | 200 | 719 | 223 |7419 |  0 |9505 |1808 | 1.830344e+01 | 2.000000e+01 |   9.27%|  76.82%
1113.69/1116.92	c  1117s|237800 | 31216 | 18664k|  78.1 |   385M |  38 | 200 | 719 | 224 |7419 |  1 |9505 |1808 | 1.830358e+01 | 2.000000e+01 |   9.27%|  76.84%
1113.90/1117.17	c  1117s|237900 | 31194 | 18668k|  78.1 |   385M |  38 | 200 | 719 | 224 |7419 |  0 |9505 |1808 | 1.830372e+01 | 2.000000e+01 |   9.27%|  76.86%
1114.19/1117.45	c  1117s|238000 | 31172 | 18673k|  78.1 |   385M |  38 | 200 | 719 | 225 |7419 |  0 |9505 |1809 | 1.830413e+01 | 2.000000e+01 |   9.26%|  76.88%
1114.49/1117.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1114.49/1117.70	c  1118s|238100 | 31148 | 18678k|  78.1 |   385M |  38 | 200 | 719 | 224 |7419 |  0 |9505 |1809 | 1.830427e+01 | 2.000000e+01 |   9.26%|  76.90%
1114.69/1117.97	c  1118s|238200 | 31126 | 18683k|  78.1 |   385M |  38 | 200 | 718 | 224 |7419 |  0 |9505 |1809 | 1.830474e+01 | 2.000000e+01 |   9.26%|  76.93%
1114.99/1118.23	c  1118s|238300 | 31110 | 18688k|  78.1 |   385M |  38 | 200 | 717 | 222 |7419 |  0 |9505 |1809 | 1.830501e+01 | 2.000000e+01 |   9.26%|  76.94%
1115.19/1118.47	c  1118s|238400 | 31090 | 18692k|  78.0 |   385M |  38 | 200 | 715 | 236 |7419 |  0 |9505 |1809 | 1.830508e+01 | 2.000000e+01 |   9.26%|  76.98%
1115.49/1118.72	c  1119s|238500 | 31068 | 18697k|  78.0 |   385M |  38 | 200 | 714 | 224 |7419 |  1 |9505 |1809 | 1.830555e+01 | 2.000000e+01 |   9.26%|  77.01%
1115.79/1119.01	c  1119s|238600 | 31048 | 18703k|  78.0 |   385M |  38 | 200 | 714 | 224 |7419 |  1 |9505 |1809 | 1.830573e+01 | 2.000000e+01 |   9.26%|  77.03%
1115.99/1119.27	c  1119s|238700 | 31018 | 18707k|  78.0 |   385M |  38 | 200 | 714 | 228 |7419 |  0 |9505 |1809 | 1.830591e+01 | 2.000000e+01 |   9.25%|  77.05%
1116.28/1119.55	c  1120s|238800 | 31000 | 18713k|  78.0 |   385M |  38 | 200 | 714 | 235 |7419 |  1 |9505 |1809 | 1.830653e+01 | 2.000000e+01 |   9.25%|  77.07%
1116.58/1119.82	c  1120s|238900 | 30980 | 18718k|  78.0 |   385M |  38 | 200 | 712 | 232 |7419 |  1 |9505 |1809 | 1.830731e+01 | 2.000000e+01 |   9.25%|  77.11%
1116.79/1120.06	c  1120s|239000 | 30956 | 18723k|  78.0 |   385M |  38 | 200 | 712 | 225 |7419 |  0 |9505 |1809 | 1.830782e+01 | 2.000000e+01 |   9.24%|  77.13%
1117.08/1120.32	c  1120s|239100 | 30942 | 18728k|  78.0 |   385M |  38 | 200 | 712 | 224 |7419 |  1 |9505 |1809 | 1.830814e+01 | 2.000000e+01 |   9.24%|  77.14%
1117.28/1120.56	c  1121s|239200 | 30920 | 18732k|  77.9 |   385M |  38 | 200 | 712 | 225 |7419 |  0 |9505 |1809 | 1.830827e+01 | 2.000000e+01 |   9.24%|  77.16%
1117.58/1120.85	c  1121s|239300 | 30900 | 18738k|  77.9 |   385M |  38 | 200 | 712 | 224 |7419 |  1 |9505 |1809 | 1.830875e+01 | 2.000000e+01 |   9.24%|  77.18%
1117.89/1121.13	c  1121s|239400 | 30880 | 18743k|  77.9 |   385M |  38 | 200 | 712 | 224 |7419 |  1 |9505 |1809 | 1.830952e+01 | 2.000000e+01 |   9.23%|  77.21%
1118.08/1121.39	c  1121s|239500 | 30860 | 18748k|  77.9 |   385M |  38 | 200 | 712 | 231 |7419 |  0 |9505 |1809 | 1.830973e+01 | 2.000000e+01 |   9.23%|  77.23%
1118.38/1121.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1118.38/1121.65	c  1122s|239600 | 30848 | 18753k|  77.9 |   385M |  38 | 200 | 712 | 224 |7419 |  0 |9505 |1809 | 1.830990e+01 | 2.000000e+01 |   9.23%|  77.25%
1118.68/1121.92	c  1122s|239700 | 30820 | 18758k|  77.9 |   385M |  38 | 200 | 711 | 224 |7419 |  1 |9505 |1809 | 1.831019e+01 | 2.000000e+01 |   9.23%|  77.28%
1118.88/1122.16	c  1122s|239800 | 30796 | 18762k|  77.9 |   385M |  38 | 200 | 711 | 225 |7419 |  0 |9505 |1809 | 1.831068e+01 | 2.000000e+01 |   9.23%|  77.30%
1119.18/1122.43	c  1122s|239900 | 30776 | 18768k|  77.9 |   385M |  38 | 200 | 711 | 224 |7419 |  1 |9505 |1809 | 1.831076e+01 | 2.000000e+01 |   9.23%|  77.32%
1119.48/1122.77	c  1123s|240000 | 30766 | 18775k|  77.9 |   385M |  38 | 200 | 713 | 225 |7419 |  1 |9507 |1811 | 1.831148e+01 | 2.000000e+01 |   9.22%|  77.34%
1119.88/1123.11	c  1123s|240100 | 30740 | 18782k|  77.9 |   385M |  38 | 200 | 713 | 225 |7419 |  0 |9507 |1811 | 1.831148e+01 | 2.000000e+01 |   9.22%|  77.36%
1120.07/1123.38	c  1123s|240200 | 30710 | 18787k|  77.9 |   385M |  38 | 200 | 712 | 225 |7419 |  0 |9507 |1811 | 1.831199e+01 | 2.000000e+01 |   9.22%|  77.40%
1120.37/1123.64	c  1124s|240300 | 30692 | 18792k|  77.8 |   385M |  38 | 200 | 712 | 224 |7419 |  0 |9507 |1811 | 1.831216e+01 | 2.000000e+01 |   9.22%|  77.41%
1120.67/1123.93	c  1124s|240400 | 30670 | 18797k|  77.8 |   385M |  38 | 200 | 711 | 227 |7419 |  1 |9507 |1811 | 1.831237e+01 | 2.000000e+01 |   9.22%|  77.43%
1120.88/1124.19	c  1124s|240500 | 30648 | 18802k|  77.8 |   385M |  38 | 200 | 712 | 224 |7419 |  1 |9508 |1813 | 1.831311e+01 | 2.000000e+01 |   9.21%|  77.47%
1121.17/1124.46	c  1124s|240600 | 30626 | 18807k|  77.8 |   385M |  38 | 200 | 712 | 224 |7419 |  0 |9508 |1813 | 1.831387e+01 | 2.000000e+01 |   9.21%|  77.48%
1121.47/1124.70	c  1125s|240700 | 30596 | 18812k|  77.8 |   385M |  38 | 200 | 712 | 224 |7419 |  1 |9508 |1813 | 1.831413e+01 | 2.000000e+01 |   9.21%|  77.51%
1121.67/1124.94	c  1125s|240800 | 30566 | 18816k|  77.8 |   385M |  38 | 200 | 712 | 225 |7419 |  0 |9508 |1813 | 1.831415e+01 | 2.000000e+01 |   9.21%|  77.54%
1121.88/1125.19	c  1125s|240900 | 30542 | 18821k|  77.8 |   385M |  38 | 200 | 712 | 226 |7419 |  0 |9508 |1813 | 1.831424e+01 | 2.000000e+01 |   9.20%|  77.57%
1122.17/1125.45	c  1125s|241000 | 30522 | 18826k|  77.8 |   385M |  38 | 200 | 712 | 227 |7419 |  0 |9508 |1813 | 1.831443e+01 | 2.000000e+01 |   9.20%|  77.59%
1122.47/1125.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1122.47/1125.74	c  1126s|241100 | 30492 | 18831k|  77.7 |   385M |  38 | 200 | 711 | 224 |7419 |  1 |9511 |1816 | 1.831507e+01 | 2.000000e+01 |   9.20%|  77.64%
1122.77/1126.02	c  1126s|241200 | 30478 | 18837k|  77.7 |   385M |  38 | 200 | 710 | 224 |7419 |  1 |9511 |1816 | 1.831522e+01 | 2.000000e+01 |   9.20%|  77.66%
1122.97/1126.29	c  1126s|241300 | 30460 | 18842k|  77.7 |   385M |  38 | 200 | 710 | 224 |7419 |  1 |9511 |1816 | 1.831593e+01 | 2.000000e+01 |   9.19%|  77.69%
1123.27/1126.55	c  1127s|241400 | 30434 | 18847k|  77.7 |   385M |  38 | 200 | 710 | 242 |7419 |  0 |9511 |1816 | 1.831637e+01 | 2.000000e+01 |   9.19%|  77.72%
1123.47/1126.79	c  1127s|241500 | 30422 | 18852k|  77.7 |   385M |  38 | 200 | 710 | 224 |7419 |  1 |9511 |1816 | 1.831659e+01 | 2.000000e+01 |   9.19%|  77.74%
1123.77/1127.06	c  1127s|241600 | 30404 | 18857k|  77.7 |   385M |  38 | 200 | 710 | 226 |7419 |  0 |9511 |1816 | 1.831723e+01 | 2.000000e+01 |   9.19%|  77.76%
1124.06/1127.35	c  1127s|241700 | 30384 | 18862k|  77.7 |   385M |  38 | 200 | 710 | 224 |7419 |  0 |9513 |1817 | 1.831761e+01 | 2.000000e+01 |   9.18%|  77.77%
1124.36/1127.61	c  1128s|241800 | 30358 | 18867k|  77.7 |   385M |  38 | 200 | 710 | 225 |7419 |  0 |9513 |1817 | 1.831801e+01 | 2.000000e+01 |   9.18%|  77.80%
1124.66/1127.92	c  1128s|241900 | 30334 | 18874k|  77.7 |   385M |  38 | 200 | 710 | 224 |7419 |  0 |9513 |1817 | 1.831807e+01 | 2.000000e+01 |   9.18%|  77.83%
1124.96/1128.20	c  1128s|242000 | 30304 | 18879k|  77.7 |   385M |  38 | 200 | 710 | 225 |7419 |  0 |9513 |1817 | 1.831885e+01 | 2.000000e+01 |   9.18%|  77.85%
1125.16/1128.46	c  1128s|242100 | 30282 | 18884k|  77.6 |   385M |  38 | 200 | 710 | 225 |7419 |  1 |9513 |1818 | 1.831925e+01 | 2.000000e+01 |   9.17%|  77.87%
1125.46/1128.70	c  1129s|242200 | 30256 | 18888k|  77.6 |   385M |  38 | 200 | 710 | 233 |7419 |  0 |9513 |1818 | 1.831927e+01 | 2.000000e+01 |   9.17%|  77.90%
1125.66/1128.99	c  1129s|242300 | 30246 | 18894k|  77.6 |   385M |  38 | 200 | 710 | 223 |7419 |  1 |9513 |1818 | 1.831947e+01 | 2.000000e+01 |   9.17%|  77.91%
1125.96/1129.24	c  1129s|242400 | 30222 | 18899k|  77.6 |   385M |  38 | 200 | 710 | 225 |7419 |  0 |9513 |1818 | 1.831993e+01 | 2.000000e+01 |   9.17%|  77.94%
1126.16/1129.49	c  1129s|242500 | 30200 | 18903k|  77.6 |   385M |  38 | 200 | 709 | 226 |7419 |  1 |9513 |1818 | 1.832006e+01 | 2.000000e+01 |   9.17%|  77.97%
1126.56/1129.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1126.56/1129.84	c  1130s|242600 | 30178 | 18911k|  77.6 |   385M |  38 | 200 | 710 | 224 |7419 |  1 |9515 |1820 | 1.832027e+01 | 2.000000e+01 |   9.17%|  77.99%
1126.76/1130.09	c  1130s|242700 | 30154 | 18915k|  77.6 |   385M |  38 | 200 | 710 | 228 |7419 |  0 |9515 |1820 | 1.832071e+01 | 2.000000e+01 |   9.17%|  78.02%
1127.06/1130.37	c  1130s|242800 | 30132 | 18921k|  77.6 |   385M |  38 | 200 | 709 | 223 |7419 |  0 |9515 |1820 | 1.832109e+01 | 2.000000e+01 |   9.16%|  78.06%
1127.36/1130.64	c  1131s|242900 | 30104 | 18926k|  77.6 |   385M |  38 | 200 | 709 | 224 |7419 |  0 |9515 |1820 | 1.832140e+01 | 2.000000e+01 |   9.16%|  78.08%
1127.66/1130.92	c  1131s|243000 | 30076 | 18931k|  77.5 |   385M |  38 | 200 | 709 | 224 |7419 |  0 |9515 |1820 | 1.832198e+01 | 2.000000e+01 |   9.16%|  78.12%
1127.86/1131.17	c  1131s|243100 | 30056 | 18935k|  77.5 |   385M |  38 | 200 | 708 | 223 |7419 |  0 |9516 |1821 | 1.832239e+01 | 2.000000e+01 |   9.16%|  78.13%
1128.15/1131.43	c  1131s|243200 | 30034 | 18940k|  77.5 |   385M |  38 | 200 | 708 | 230 |7419 |  0 |9516 |1821 | 1.832242e+01 | 2.000000e+01 |   9.16%|  78.15%
1128.45/1131.70	c  1132s|243300 | 30012 | 18945k|  77.5 |   385M |  38 | 200 | 708 | 224 |7419 |  0 |9516 |1821 | 1.832283e+01 | 2.000000e+01 |   9.15%|  78.18%
1128.65/1131.96	c  1132s|243400 | 29988 | 18950k|  77.5 |   385M |  38 | 200 | 709 | 227 |7419 |  0 |9517 |1822 | 1.832307e+01 | 2.000000e+01 |   9.15%|  78.20%
1128.95/1132.22	c  1132s|243500 | 29962 | 18954k|  77.5 |   385M |  38 | 200 | 709 | 225 |7419 |  1 |9517 |1823 | 1.832353e+01 | 2.000000e+01 |   9.15%|  78.22%
1129.15/1132.45	c  1132s|243600 | 29938 | 18959k|  77.5 |   385M |  38 | 200 | 708 | 224 |7419 |  0 |9517 |1823 | 1.832353e+01 | 2.000000e+01 |   9.15%|  78.25%
1129.45/1132.74	c  1133s|243700 | 29914 | 18964k|  77.5 |   385M |  38 | 200 | 708 | 225 |7419 |  1 |9517 |1823 | 1.832384e+01 | 2.000000e+01 |   9.15%|  78.27%
1129.75/1133.00	c  1133s|243800 | 29890 | 18969k|  77.5 |   385M |  38 | 200 | 707 | 223 |7419 |  0 |9517 |1823 | 1.832416e+01 | 2.000000e+01 |   9.15%|  78.29%
1129.95/1133.25	c  1133s|243900 | 29862 | 18974k|  77.4 |   385M |  38 | 200 | 706 | 226 |7419 |  0 |9517 |1823 | 1.832505e+01 | 2.000000e+01 |   9.14%|  78.32%
1130.25/1133.55	c  1134s|244000 | 29844 | 18979k|  77.4 |   385M |  38 | 200 | 706 | 224 |7419 |  1 |9517 |1823 | 1.832547e+01 | 2.000000e+01 |   9.14%|  78.34%
1130.55/1133.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1130.55/1133.82	c  1134s|244100 | 29812 | 18984k|  77.4 |   385M |  38 | 200 | 706 | 223 |7419 |  1 |9517 |1823 | 1.832568e+01 | 2.000000e+01 |   9.14%|  78.37%
1130.75/1134.09	c  1134s|244200 | 29788 | 18989k|  77.4 |   385M |  38 | 200 | 706 | 227 |7419 |  0 |9517 |1823 | 1.832597e+01 | 2.000000e+01 |   9.13%|  78.39%
1131.05/1134.35	c  1134s|244300 | 29760 | 18994k|  77.4 |   385M |  38 | 200 | 706 | 224 |7419 |  1 |9517 |1823 | 1.832614e+01 | 2.000000e+01 |   9.13%|  78.41%
1131.35/1134.61	c  1135s|244400 | 29744 | 18999k|  77.4 |   385M |  38 | 200 | 706 | 224 |7419 |  1 |9517 |1823 | 1.832654e+01 | 2.000000e+01 |   9.13%|  78.43%
1131.55/1134.86	c  1135s|244500 | 29710 | 19003k|  77.4 |   385M |  38 | 200 | 706 | 224 |7419 |  0 |9517 |1823 | 1.832659e+01 | 2.000000e+01 |   9.13%|  78.47%
1131.85/1135.12	c  1135s|244600 | 29688 | 19008k|  77.4 |   385M |  38 | 200 | 706 | 225 |7419 |  1 |9517 |1823 | 1.832723e+01 | 2.000000e+01 |   9.13%|  78.49%
1132.14/1135.40	c  1135s|244700 | 29674 | 19013k|  77.3 |   385M |  38 | 200 | 706 | 225 |7419 |  0 |9518 |1824 | 1.832759e+01 | 2.000000e+01 |   9.13%|  78.50%
1132.34/1135.66	c  1136s|244800 | 29650 | 19018k|  77.3 |   385M |  38 | 200 | 705 | 229 |7419 |  0 |9518 |1824 | 1.832777e+01 | 2.000000e+01 |   9.12%|  78.52%
1132.64/1135.92	c  1136s|244900 | 29630 | 19023k|  77.3 |   385M |  38 | 200 | 705 | 224 |7419 |  0 |9518 |1824 | 1.832787e+01 | 2.000000e+01 |   9.12%|  78.54%
1132.85/1136.19	c  1136s|245000 | 29592 | 19028k|  77.3 |   385M |  38 | 200 | 704 | 231 |7419 |  0 |9519 |1825 | 1.832855e+01 | 2.000000e+01 |   9.12%|  78.59%
1133.14/1136.45	c  1136s|245100 | 29574 | 19033k|  77.3 |   385M |  38 | 200 | 704 | 224 |7419 |  1 |9519 |1825 | 1.832893e+01 | 2.000000e+01 |   9.12%|  78.60%
1133.44/1136.73	c  1137s|245200 | 29552 | 19038k|  77.3 |   385M |  38 | 200 | 704 | 224 |7419 |  0 |9519 |1825 | 1.832930e+01 | 2.000000e+01 |   9.11%|  78.61%
1133.74/1137.04	c  1137s|245300 | 29534 | 19045k|  77.3 |   385M |  38 | 200 | 704 | 224 |7419 |  0 |9519 |1825 | 1.832935e+01 | 2.000000e+01 |   9.11%|  78.64%
1133.94/1137.28	c  1137s|245400 | 29506 | 19049k|  77.3 |   385M |  38 | 200 | 704 | 224 |7419 |  1 |9519 |1825 | 1.832938e+01 | 2.000000e+01 |   9.11%|  78.66%
1134.24/1137.52	c  1138s|245500 | 29480 | 19053k|  77.3 |   385M |  38 | 200 | 704 | 224 |7419 |  0 |9519 |1825 | 1.832958e+01 | 2.000000e+01 |   9.11%|  78.68%
1134.44/1137.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1134.44/1137.79	c  1138s|245600 | 29456 | 19058k|  77.2 |   385M |  38 | 200 | 703 | 224 |7419 |  0 |9519 |1825 | 1.833012e+01 | 2.000000e+01 |   9.11%|  78.71%
1134.74/1138.07	c  1138s|245700 | 29434 | 19064k|  77.2 |   385M |  38 | 200 | 702 | 224 |7419 |  1 |9519 |1825 | 1.833068e+01 | 2.000000e+01 |   9.11%|  78.74%
1135.04/1138.33	c  1138s|245800 | 29406 | 19068k|  77.2 |   385M |  38 | 200 | 702 | 225 |7419 |  0 |9519 |1825 | 1.833077e+01 | 2.000000e+01 |   9.11%|  78.76%
1135.24/1138.58	c  1139s|245900 | 29380 | 19073k|  77.2 |   385M |  38 | 200 | 702 | 224 |7419 |  1 |9520 |1826 | 1.833137e+01 | 2.000000e+01 |   9.10%|  78.79%
1135.54/1138.87	c  1139s|246000 | 29360 | 19078k|  77.2 |   385M |  38 | 200 | 701 | 224 |7419 |  0 |9520 |1826 | 1.833144e+01 | 2.000000e+01 |   9.10%|  78.81%
1135.84/1139.12	c  1139s|246100 | 29336 | 19083k|  77.2 |   385M |  38 | 200 | 700 | 225 |7419 |  0 |9520 |1826 | 1.833205e+01 | 2.000000e+01 |   9.10%|  78.84%
1136.03/1139.36	c  1139s|246200 | 29310 | 19087k|  77.2 |   385M |  38 | 200 | 700 | 224 |7419 |  0 |9520 |1826 | 1.833224e+01 | 2.000000e+01 |   9.10%|  78.86%
1136.33/1139.62	c  1140s|246300 | 29286 | 19092k|  77.2 |   385M |  38 | 200 | 700 | 224 |7419 |  1 |9520 |1826 | 1.833274e+01 | 2.000000e+01 |   9.09%|  78.88%
1136.63/1139.92	c  1140s|246400 | 29260 | 19097k|  77.2 |   385M |  38 | 200 | 700 | 224 |7419 |  1 |9522 |1827 | 1.833297e+01 | 2.000000e+01 |   9.09%|  78.91%
1136.84/1140.15	c  1140s|246500 | 29232 | 19101k|  77.1 |   385M |  38 | 200 | 700 | 224 |7419 |  1 |9522 |1827 | 1.833312e+01 | 2.000000e+01 |   9.09%|  78.94%
1137.13/1140.41	c  1140s|246600 | 29210 | 19106k|  77.1 |   385M |  38 | 200 | 700 | 225 |7419 |  1 |9522 |1827 | 1.833377e+01 | 2.000000e+01 |   9.09%|  78.95%
1137.33/1140.66	c  1141s|246700 | 29178 | 19111k|  77.1 |   385M |  38 | 200 | 700 | 223 |7419 |  0 |9524 |1828 | 1.833413e+01 | 2.000000e+01 |   9.09%|  78.98%
1137.63/1140.93	c  1141s|246800 | 29146 | 19116k|  77.1 |   385M |  38 | 200 | 700 | 224 |7419 |  0 |9524 |1828 | 1.833449e+01 | 2.000000e+01 |   9.08%|  79.02%
1137.83/1141.16	c  1141s|246900 | 29116 | 19120k|  77.1 |   385M |  38 | 200 | 700 | 224 |7419 |  0 |9524 |1828 | 1.833470e+01 | 2.000000e+01 |   9.08%|  79.05%
1138.13/1141.41	c  1141s|247000 | 29088 | 19124k|  77.1 |   385M |  38 | 200 | 700 | 225 |7419 |  1 |9524 |1828 | 1.833509e+01 | 2.000000e+01 |   9.08%|  79.09%
1138.33/1141.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1138.33/1141.67	c  1142s|247100 | 29064 | 19129k|  77.1 |   385M |  38 | 200 | 699 | 224 |7419 |  1 |9524 |1828 | 1.833534e+01 | 2.000000e+01 |   9.08%|  79.11%
1138.83/1142.11	c  1142s|247200 | 29032 | 19134k|  77.1 |   385M |  38 | 200 | 699 | 224 |7419 |  0 |9524 |1828 | 1.833614e+01 | 2.000000e+01 |   9.07%|  79.13%
1139.03/1142.37	c  1142s|247300 | 29004 | 19139k|  77.0 |   385M |  38 | 200 | 699 | 224 |7419 |  1 |9526 |1830 | 1.833630e+01 | 2.000000e+01 |   9.07%|  79.15%
1139.33/1142.63	c  1143s|247400 | 28976 | 19143k|  77.0 |   385M |  38 | 200 | 698 | 225 |7419 |  0 |9526 |1830 | 1.833652e+01 | 2.000000e+01 |   9.07%|  79.18%
1139.62/1142.92	c  1143s|247500 | 28950 | 19149k|  77.0 |   385M |  38 | 200 | 697 | 224 |7419 |  1 |9526 |1830 | 1.833726e+01 | 2.000000e+01 |   9.07%|  79.23%
1139.83/1143.17	c  1143s|247600 | 28924 | 19153k|  77.0 |   385M |  38 | 200 | 697 | 224 |7419 |  0 |9526 |1830 | 1.833756e+01 | 2.000000e+01 |   9.07%|  79.24%
1140.12/1143.43	c  1143s|247700 | 28892 | 19158k|  77.0 |   385M |  38 | 200 | 697 | 250 |7419 |  1 |9526 |1830 | 1.833762e+01 | 2.000000e+01 |   9.07%|  79.28%
1140.32/1143.68	c  1144s|247800 | 28874 | 19163k|  77.0 |   385M |  38 | 200 | 697 | 225 |7419 |  0 |9526 |1830 | 1.833787e+01 | 2.000000e+01 |   9.06%|  79.29%
1140.62/1143.95	c  1144s|247900 | 28850 | 19168k|  77.0 |   385M |  38 | 200 | 697 | 227 |7419 |  0 |9526 |1830 | 1.833824e+01 | 2.000000e+01 |   9.06%|  79.32%
1140.92/1144.22	c  1144s|248000 | 28822 | 19173k|  77.0 |   385M |  38 | 200 | 697 | 224 |7419 |  0 |9526 |1830 | 1.833830e+01 | 2.000000e+01 |   9.06%|  79.34%
1141.22/1144.50	c  1144s|248100 | 28798 | 19178k|  77.0 |   385M |  38 | 200 | 699 | 224 |7419 |  1 |9529 |1832 | 1.833830e+01 | 2.000000e+01 |   9.06%|  79.37%
1141.42/1144.72	c  1145s|248200 | 28770 | 19182k|  76.9 |   385M |  38 | 200 | 698 | 230 |7419 |  0 |9529 |1832 | 1.833894e+01 | 2.000000e+01 |   9.06%|  79.39%
1141.62/1145.00	c  1145s|248300 | 28746 | 19187k|  76.9 |   385M |  38 | 200 | 698 | 224 |7419 |  0 |9529 |1832 | 1.833977e+01 | 2.000000e+01 |   9.05%|  79.42%
1141.92/1145.25	c  1145s|248400 | 28716 | 19192k|  76.9 |   385M |  38 | 200 | 697 | 225 |7419 |  1 |9529 |1832 | 1.834016e+01 | 2.000000e+01 |   9.05%|  79.45%
1142.22/1145.52	c  1146s|248500 | 28692 | 19196k|  76.9 |   385M |  38 | 200 | 697 | 224 |7419 |  0 |9529 |1832 | 1.834023e+01 | 2.000000e+01 |   9.05%|  79.47%
1142.42/1145.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1142.42/1145.79	c  1146s|248600 | 28662 | 19201k|  76.9 |   385M |  38 | 200 | 697 | 229 |7419 |  0 |9529 |1832 | 1.834092e+01 | 2.000000e+01 |   9.05%|  79.49%
1142.72/1146.06	c  1146s|248700 | 28640 | 19207k|  76.9 |   385M |  38 | 200 | 697 | 223 |7419 |  0 |9529 |1832 | 1.834121e+01 | 2.000000e+01 |   9.04%|  79.51%
1143.02/1146.35	c  1146s|248800 | 28612 | 19212k|  76.9 |   385M |  38 | 200 | 697 | 233 |7419 |  0 |9529 |1832 | 1.834241e+01 | 2.000000e+01 |   9.04%|  79.54%
1143.32/1146.63	c  1147s|248900 | 28600 | 19217k|  76.9 |   385M |  38 | 200 | 698 | 224 |7419 |  0 |9530 |1833 | 1.834302e+01 | 2.000000e+01 |   9.03%|  79.55%
1143.61/1146.90	c  1147s|249000 | 28578 | 19223k|  76.9 |   385M |  38 | 200 | 698 | 225 |7419 |  0 |9530 |1833 | 1.834355e+01 | 2.000000e+01 |   9.03%|  79.57%
1143.82/1147.15	c  1147s|249100 | 28560 | 19227k|  76.8 |   385M |  38 | 200 | 698 | 224 |7419 |  0 |9530 |1833 | 1.834370e+01 | 2.000000e+01 |   9.03%|  79.59%
1144.11/1147.43	c  1147s|249200 | 28540 | 19233k|  76.8 |   385M |  38 | 200 | 698 | 225 |7419 |  0 |9531 |1833 | 1.834380e+01 | 2.000000e+01 |   9.03%|  79.61%
1144.41/1147.71	c  1148s|249300 | 28516 | 19238k|  76.8 |   385M |  38 | 200 | 698 | 224 |7419 |  0 |9533 |1836 | 1.834384e+01 | 2.000000e+01 |   9.03%|  79.63%
1144.61/1148.00	c  1148s|249400 | 28492 | 19243k|  76.8 |   385M |  38 | 200 | 698 | 225 |7419 |  0 |9533 |1837 | 1.834448e+01 | 2.000000e+01 |   9.02%|  79.64%
1144.91/1148.23	c  1148s|249500 | 28472 | 19247k|  76.8 |   385M |  38 | 200 | 698 | 223 |7419 |  0 |9533 |1837 | 1.834478e+01 | 2.000000e+01 |   9.02%|  79.66%
1145.11/1148.48	c  1148s|249600 | 28454 | 19252k|  76.8 |   385M |  38 | 200 | 698 | 224 |7419 |  1 |9533 |1837 | 1.834498e+01 | 2.000000e+01 |   9.02%|  79.67%
1145.41/1148.74	c  1149s|249700 | 28420 | 19257k|  76.8 |   385M |  38 | 200 | 698 | 223 |7419 |  1 |9533 |1837 | 1.834574e+01 | 2.000000e+01 |   9.02%|  79.71%
1145.71/1149.02	c  1149s|249800 | 28394 | 19262k|  76.8 |   385M |  38 | 200 | 698 | 256 |7419 |  0 |9533 |1837 | 1.834589e+01 | 2.000000e+01 |   9.02%|  79.74%
1146.01/1149.33	c  1149s|249900 | 28374 | 19268k|  76.8 |   385M |  38 | 200 | 698 | 225 |7419 |  1 |9534 |1838 | 1.834603e+01 | 2.000000e+01 |   9.02%|  79.76%
1146.31/1149.61	c  1150s|250000 | 28348 | 19273k|  76.8 |   385M |  38 | 200 | 696 | 225 |7419 |  1 |9534 |1838 | 1.834619e+01 | 2.000000e+01 |   9.01%|  79.79%
1146.51/1149.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1146.51/1149.85	c  1150s|250100 | 28322 | 19278k|  76.7 |   385M |  38 | 200 | 696 | 224 |7419 |  0 |9535 |1838 | 1.834635e+01 | 2.000000e+01 |   9.01%|  79.81%
1146.81/1150.13	c  1150s|250200 | 28298 | 19283k|  76.7 |   385M |  38 | 200 | 696 | 225 |7419 |  0 |9535 |1838 | 1.834653e+01 | 2.000000e+01 |   9.01%|  79.83%
1147.01/1150.38	c  1150s|250300 | 28272 | 19288k|  76.7 |   385M |  38 | 200 | 696 | 223 |7419 |  0 |9535 |1838 | 1.834687e+01 | 2.000000e+01 |   9.01%|  79.85%
1147.31/1150.63	c  1151s|250400 | 28240 | 19292k|  76.7 |   385M |  38 | 200 | 695 | 223 |7419 |  1 |9535 |1838 | 1.834690e+01 | 2.000000e+01 |   9.01%|  79.88%
1147.60/1150.92	c  1151s|250500 | 28222 | 19298k|  76.7 |   385M |  38 | 200 | 696 | 225 |7419 |  0 |9536 |1839 | 1.834732e+01 | 2.000000e+01 |   9.01%|  79.89%
1147.81/1151.19	c  1151s|250600 | 28202 | 19302k|  76.7 |   385M |  38 | 200 | 697 | 224 |7419 |  0 |9537 |1841 | 1.834768e+01 | 2.000000e+01 |   9.01%|  79.92%
1148.10/1151.49	c  1151s|250700 | 28182 | 19309k|  76.7 |   385M |  38 | 200 | 697 | 246 |7419 |  1 |9537 |1841 | 1.834770e+01 | 2.000000e+01 |   9.01%|  79.94%
1148.40/1151.76	c  1152s|250800 | 28156 | 19314k|  76.7 |   385M |  38 | 200 | 696 | 225 |7419 |  0 |9537 |1841 | 1.834854e+01 | 2.000000e+01 |   9.00%|  79.97%
1148.71/1152.01	c  1152s|250900 | 28134 | 19319k|  76.7 |   385M |  38 | 200 | 696 | 224 |7419 |  0 |9537 |1841 | 1.834930e+01 | 2.000000e+01 |   9.00%|  79.99%
1148.90/1152.27	c  1152s|251000 | 28118 | 19324k|  76.6 |   385M |  38 | 200 | 698 | 225 |7419 |  0 |9539 |1842 | 1.834941e+01 | 2.000000e+01 |   9.00%|  80.00%
1149.20/1152.53	c  1153s|251100 | 28094 | 19329k|  76.6 |   385M |  38 | 200 | 698 | 224 |7419 |  0 |9539 |1842 | 1.834973e+01 | 2.000000e+01 |   8.99%|  80.03%
1149.50/1152.81	c  1153s|251200 | 28074 | 19334k|  76.6 |   385M |  38 | 200 | 697 | 225 |7419 |  0 |9540 |1843 | 1.835009e+01 | 2.000000e+01 |   8.99%|  80.05%
1149.70/1153.09	c  1153s|251300 | 28042 | 19339k|  76.6 |   385M |  38 | 200 | 698 | 257 |7419 |  1 |9541 |1844 | 1.835031e+01 | 2.000000e+01 |   8.99%|  80.08%
1150.00/1153.35	c  1153s|251400 | 28018 | 19344k|  76.6 |   385M |  38 | 200 | 698 | 224 |7419 |  1 |9541 |1844 | 1.835087e+01 | 2.000000e+01 |   8.99%|  80.11%
1150.30/1153.64	c  1154s|251500 | 28002 | 19350k|  76.6 |   385M |  38 | 200 | 698 | 225 |7419 |  1 |9541 |1845 | 1.835136e+01 | 2.000000e+01 |   8.98%|  80.15%
1150.50/1153.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1150.50/1153.88	c  1154s|251600 | 27972 | 19354k|  76.6 |   385M |  38 | 200 | 698 | 236 |7419 |  0 |9541 |1845 | 1.835167e+01 | 2.000000e+01 |   8.98%|  80.18%
1150.80/1154.15	c  1154s|251700 | 27954 | 19359k|  76.6 |   385M |  38 | 200 | 698 | 225 |7419 |  0 |9541 |1845 | 1.835184e+01 | 2.000000e+01 |   8.98%|  80.19%
1151.10/1154.42	c  1154s|251800 | 27936 | 19364k|  76.6 |   385M |  38 | 200 | 697 | 223 |7419 |  0 |9542 |1846 | 1.835247e+01 | 2.000000e+01 |   8.98%|  80.22%
1151.29/1154.67	c  1155s|251900 | 27916 | 19369k|  76.6 |   385M |  38 | 200 | 697 | 224 |7419 |  1 |9542 |1846 | 1.835263e+01 | 2.000000e+01 |   8.98%|  80.25%
1151.59/1154.93	c  1155s|252000 | 27894 | 19374k|  76.5 |   385M |  38 | 200 | 697 | 224 |7419 |  0 |9542 |1846 | 1.835311e+01 | 2.000000e+01 |   8.97%|  80.27%
1151.80/1155.19	c  1155s|252100 | 27866 | 19379k|  76.5 |   385M |  38 | 200 | 697 | 231 |7419 |  1 |9542 |1846 | 1.835360e+01 | 2.000000e+01 |   8.97%|  80.31%
1152.09/1155.45	c  1155s|252200 | 27838 | 19383k|  76.5 |   385M |  38 | 200 | 697 | 232 |7419 |  1 |9542 |1846 | 1.835380e+01 | 2.000000e+01 |   8.97%|  80.33%
1152.39/1155.71	c  1156s|252300 | 27810 | 19388k|  76.5 |   385M |  38 | 200 | 696 | 224 |7419 |  0 |9542 |1846 | 1.835405e+01 | 2.000000e+01 |   8.97%|  80.36%
1152.59/1155.98	c  1156s|252400 | 27782 | 19393k|  76.5 |   385M |  38 | 200 | 695 | 233 |7419 |  0 |9542 |1846 | 1.835421e+01 | 2.000000e+01 |   8.97%|  80.39%
1152.89/1156.26	c  1156s|252500 | 27758 | 19399k|  76.5 |   385M |  38 | 200 | 695 | 224 |7419 |  1 |9542 |1846 | 1.835467e+01 | 2.000000e+01 |   8.96%|  80.41%
1153.19/1156.53	c  1157s|252600 | 27742 | 19404k|  76.5 |   385M |  38 | 200 | 695 | 224 |7419 |  0 |9542 |1847 | 1.835507e+01 | 2.000000e+01 |   8.96%|  80.43%
1153.49/1156.80	c  1157s|252700 | 27708 | 19408k|  76.5 |   385M |  38 | 200 | 696 | 224 |7419 |  1 |9543 |1848 | 1.835519e+01 | 2.000000e+01 |   8.96%|  80.45%
1153.69/1157.06	c  1157s|252800 | 27676 | 19413k|  76.5 |   385M |  38 | 200 | 696 | 263 |7419 |  0 |9543 |1848 | 1.835520e+01 | 2.000000e+01 |   8.96%|  80.48%
1153.99/1157.32	c  1157s|252900 | 27652 | 19417k|  76.4 |   385M |  38 | 200 | 697 | 224 |7419 |  1 |9544 |1849 | 1.835531e+01 | 2.000000e+01 |   8.96%|  80.50%
1154.19/1157.59	c  1158s|253000 | 27632 | 19422k|  76.4 |   385M |  38 | 200 | 696 | 224 |7419 |  1 |9544 |1849 | 1.835541e+01 | 2.000000e+01 |   8.96%|  80.52%
1154.49/1157.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1154.49/1157.86	c  1158s|253100 | 27612 | 19427k|  76.4 |   385M |  38 | 200 | 695 | 222 |7419 |  1 |9544 |1850 | 1.835593e+01 | 2.000000e+01 |   8.96%|  80.53%
1154.79/1158.12	c  1158s|253200 | 27572 | 19432k|  76.4 |   385M |  38 | 200 | 695 | 225 |7419 |  0 |9544 |1850 | 1.835644e+01 | 2.000000e+01 |   8.95%|  80.58%
1155.09/1158.40	c  1158s|253300 | 27548 | 19437k|  76.4 |   385M |  38 | 200 | 696 | 229 |7419 |  1 |9546 |1850 | 1.835667e+01 | 2.000000e+01 |   8.95%|  80.61%
1155.28/1158.65	c  1159s|253400 | 27526 | 19442k|  76.4 |   385M |  38 | 200 | 696 | 224 |7419 |  1 |9548 |1851 | 1.835696e+01 | 2.000000e+01 |   8.95%|  80.63%
1155.58/1158.93	c  1159s|253500 | 27506 | 19447k|  76.4 |   385M |  38 | 200 | 696 | 224 |7419 |  0 |9548 |1851 | 1.835719e+01 | 2.000000e+01 |   8.95%|  80.64%
1155.79/1159.19	c  1159s|253600 | 27478 | 19452k|  76.4 |   385M |  38 | 200 | 696 | 225 |7419 |  0 |9548 |1851 | 1.835750e+01 | 2.000000e+01 |   8.95%|  80.67%
1156.08/1159.47	c  1159s|253700 | 27450 | 19457k|  76.4 |   385M |  38 | 200 | 698 | 224 |7419 |  0 |9550 |1853 | 1.835803e+01 | 2.000000e+01 |   8.94%|  80.69%
1156.38/1159.71	c  1160s|253800 | 27422 | 19461k|  76.3 |   385M |  38 | 200 | 698 | 223 |7419 |  0 |9550 |1853 | 1.835825e+01 | 2.000000e+01 |   8.94%|  80.72%
1156.69/1160.00	c  1160s|253900 | 27398 | 19467k|  76.3 |   385M |  38 | 200 | 697 | 227 |7419 |  0 |9554 |1856 | 1.835896e+01 | 2.000000e+01 |   8.94%|  80.74%
1156.88/1160.25	c  1160s|254000 | 27374 | 19471k|  76.3 |   385M |  39 | 200 | 697 | 225 |7419 |  0 |9554 |1856 | 1.835980e+01 | 2.000000e+01 |   8.93%|  80.77%
1157.18/1160.50	c  1160s|254100 | 27346 | 19476k|  76.3 |   385M |  39 | 200 | 697 | 224 |7419 |  1 |9554 |1856 | 1.836002e+01 | 2.000000e+01 |   8.93%|  80.79%
1157.48/1160.80	c  1161s|254200 | 27310 | 19482k|  76.3 |   385M |  39 | 200 | 696 | 224 |7419 |  0 |9554 |1856 | 1.836052e+01 | 2.000000e+01 |   8.93%|  80.82%
1157.68/1161.06	c  1161s|254300 | 27280 | 19487k|  76.3 |   385M |  39 | 200 | 694 | 224 |7419 |  0 |9554 |1856 | 1.836055e+01 | 2.000000e+01 |   8.93%|  80.84%
1157.98/1161.32	c  1161s|254400 | 27246 | 19491k|  76.3 |   385M |  39 | 200 | 692 | 227 |7419 |  0 |9554 |1856 | 1.836125e+01 | 2.000000e+01 |   8.93%|  80.88%
1158.18/1161.58	c  1162s|254500 | 27234 | 19496k|  76.3 |   385M |  39 | 200 | 692 | 231 |7419 |  1 |9554 |1856 | 1.836146e+01 | 2.000000e+01 |   8.92%|  80.89%
1158.48/1161.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1158.48/1161.83	c  1162s|254600 | 27212 | 19501k|  76.3 |   385M |  39 | 200 | 691 | 233 |7419 |  1 |9554 |1856 | 1.836183e+01 | 2.000000e+01 |   8.92%|  80.91%
1158.68/1162.09	c  1162s|254700 | 27188 | 19506k|  76.2 |   385M |  39 | 200 | 691 | 224 |7419 |  1 |9554 |1856 | 1.836232e+01 | 2.000000e+01 |   8.92%|  80.93%
1158.98/1162.34	c  1162s|254800 | 27168 | 19510k|  76.2 |   385M |  39 | 200 | 690 | 224 |7419 |  1 |9554 |1856 | 1.836271e+01 | 2.000000e+01 |   8.92%|  80.95%
1159.17/1162.58	c  1163s|254900 | 27142 | 19515k|  76.2 |   385M |  39 | 200 | 690 | 224 |7419 |  0 |9554 |1856 | 1.836286e+01 | 2.000000e+01 |   8.92%|  80.97%
1159.47/1162.82	c  1163s|255000 | 27106 | 19519k|  76.2 |   385M |  39 | 200 | 690 | 231 |7419 |  0 |9554 |1856 | 1.836360e+01 | 2.000000e+01 |   8.91%|  81.01%
1159.68/1163.10	c  1163s|255100 | 27076 | 19524k|  76.2 |   385M |  39 | 200 | 690 | 225 |7419 |  1 |9555 |1857 | 1.836393e+01 | 2.000000e+01 |   8.91%|  81.04%
1159.97/1163.37	c  1163s|255200 | 27048 | 19529k|  76.2 |   385M |  39 | 200 | 690 | 226 |7419 |  0 |9555 |1857 | 1.836469e+01 | 2.000000e+01 |   8.90%|  81.06%
1160.27/1163.64	c  1164s|255300 | 27020 | 19534k|  76.2 |   385M |  39 | 200 | 690 | 226 |7419 |  0 |9555 |1857 | 1.836476e+01 | 2.000000e+01 |   8.90%|  81.08%
1160.57/1163.90	c  1164s|255400 | 26988 | 19539k|  76.2 |   385M |  39 | 200 | 689 | 230 |7419 |  1 |9555 |1857 | 1.836501e+01 | 2.000000e+01 |   8.90%|  81.11%
1160.78/1164.16	c  1164s|255500 | 26968 | 19544k|  76.2 |   385M |  39 | 200 | 688 | 224 |7419 |  0 |9557 |1859 | 1.836521e+01 | 2.000000e+01 |   8.90%|  81.12%
1161.07/1164.42	c  1164s|255600 | 26946 | 19549k|  76.1 |   385M |  39 | 200 | 688 | 224 |7419 |  0 |9557 |1859 | 1.836559e+01 | 2.000000e+01 |   8.90%|  81.15%
1161.27/1164.69	c  1165s|255700 | 26916 | 19553k|  76.1 |   385M |  39 | 200 | 691 | 224 |7419 |  0 |9561 |1863 | 1.836589e+01 | 2.000000e+01 |   8.90%|  81.17%
1161.57/1164.94	c  1165s|255800 | 26892 | 19558k|  76.1 |   385M |  39 | 200 | 692 | 223 |7419 |  0 |9564 |1865 | 1.836656e+01 | 2.000000e+01 |   8.89%|  81.19%
1161.87/1165.20	c  1165s|255900 | 26860 | 19562k|  76.1 |   385M |  39 | 200 | 691 | 223 |7419 |  0 |9564 |1865 | 1.836659e+01 | 2.000000e+01 |   8.89%|  81.22%
1162.07/1165.48	c  1165s|256000 | 26830 | 19567k|  76.1 |   385M |  39 | 200 | 691 | 224 |7419 |  0 |9564 |1865 | 1.836719e+01 | 2.000000e+01 |   8.89%|  81.24%
1162.37/1165.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1162.37/1165.75	c  1166s|256100 | 26802 | 19572k|  76.1 |   385M |  39 | 200 | 691 | 236 |7419 |  1 |9564 |1865 | 1.836751e+01 | 2.000000e+01 |   8.89%|  81.28%
1162.57/1165.99	c  1166s|256200 | 26766 | 19577k|  76.1 |   385M |  39 | 200 | 690 | 224 |7419 |  0 |9564 |1865 | 1.836762e+01 | 2.000000e+01 |   8.89%|  81.31%
1162.87/1166.24	c  1166s|256300 | 26738 | 19581k|  76.1 |   385M |  39 | 200 | 689 | 225 |7419 |  1 |9564 |1865 | 1.836794e+01 | 2.000000e+01 |   8.89%|  81.34%
1163.07/1166.49	c  1166s|256400 | 26708 | 19586k|  76.1 |   385M |  39 | 200 | 688 | 224 |7419 |  1 |9564 |1865 | 1.836837e+01 | 2.000000e+01 |   8.88%|  81.37%
1163.36/1166.75	c  1167s|256500 | 26686 | 19591k|  76.0 |   385M |  39 | 200 | 687 | 225 |7419 |  0 |9564 |1865 | 1.836861e+01 | 2.000000e+01 |   8.88%|  81.39%
1163.67/1167.01	c  1167s|256600 | 26660 | 19595k|  76.0 |   385M |  39 | 200 | 687 | 224 |7419 |  0 |9564 |1865 | 1.836903e+01 | 2.000000e+01 |   8.88%|  81.40%
1163.86/1167.27	c  1167s|256700 | 26626 | 19600k|  76.0 |   385M |  39 | 200 | 686 | 225 |7419 |  0 |9564 |1865 | 1.836961e+01 | 2.000000e+01 |   8.88%|  81.45%
1164.16/1167.54	c  1168s|256800 | 26604 | 19605k|  76.0 |   385M |  39 | 200 | 685 | 223 |7419 |  1 |9564 |1865 | 1.836961e+01 | 2.000000e+01 |   8.88%|  81.46%
1164.46/1167.82	c  1168s|256900 | 26586 | 19610k|  76.0 |   385M |  39 | 200 | 685 | 225 |7419 |  0 |9564 |1865 | 1.836974e+01 | 2.000000e+01 |   8.87%|  81.48%
1164.77/1168.11	c  1168s|257000 | 26562 | 19616k|  76.0 |   385M |  39 | 200 | 685 | 227 |7419 |  1 |9566 |1866 | 1.836994e+01 | 2.000000e+01 |   8.87%|  81.50%
1164.96/1168.35	c  1168s|257100 | 26520 | 19620k|  76.0 |   385M |  39 | 200 | 684 | 230 |7419 |  0 |9566 |1866 | 1.837021e+01 | 2.000000e+01 |   8.87%|  81.53%
1165.16/1168.59	c  1169s|257200 | 26502 | 19624k|  76.0 |   385M |  39 | 200 | 684 | 225 |7419 |  1 |9566 |1866 | 1.837046e+01 | 2.000000e+01 |   8.87%|  81.54%
1165.46/1168.86	c  1169s|257300 | 26480 | 19630k|  76.0 |   385M |  39 | 200 | 683 | 224 |7419 |  1 |9566 |1866 | 1.837076e+01 | 2.000000e+01 |   8.87%|  81.56%
1165.76/1169.10	c  1169s|257400 | 26454 | 19634k|  75.9 |   385M |  39 | 200 | 683 | 224 |7419 |  1 |9566 |1866 | 1.837134e+01 | 2.000000e+01 |   8.87%|  81.59%
1165.96/1169.35	c  1169s|257500 | 26434 | 19639k|  75.9 |   385M |  39 | 200 | 682 | 225 |7419 |  0 |9566 |1866 | 1.837175e+01 | 2.000000e+01 |   8.86%|  81.61%
1166.26/1169.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1166.26/1169.63	c  1170s|257600 | 26402 | 19644k|  75.9 |   385M |  39 | 200 | 682 | 225 |7419 |  0 |9566 |1866 | 1.837176e+01 | 2.000000e+01 |   8.86%|  81.64%
1166.46/1169.89	c  1170s|257700 | 26376 | 19649k|  75.9 |   385M |  39 | 200 | 683 | 224 |7419 |  0 |9567 |1866 | 1.837194e+01 | 2.000000e+01 |   8.86%|  81.66%
1166.76/1170.14	c  1170s|257800 | 26352 | 19653k|  75.9 |   385M |  39 | 200 | 682 | 225 |7419 |  0 |9567 |1866 | 1.837263e+01 | 2.000000e+01 |   8.86%|  81.68%
1167.06/1170.40	c  1170s|257900 | 26328 | 19658k|  75.9 |   385M |  39 | 200 | 682 | 224 |7419 |  0 |9567 |1866 | 1.837310e+01 | 2.000000e+01 |   8.85%|  81.70%
1167.35/1170.74	c  1171s|258000 | 26304 | 19666k|  75.9 |   385M |  39 | 200 | 684 | 227 |7419 |  0 |9569 |1867 | 1.837382e+01 | 2.000000e+01 |   8.85%|  81.72%
1167.66/1171.00	c  1171s|258100 | 26276 | 19670k|  75.9 |   385M |  39 | 200 | 683 | 223 |7419 |  1 |9569 |1867 | 1.837391e+01 | 2.000000e+01 |   8.85%|  81.75%
1167.85/1171.29	c  1171s|258200 | 26250 | 19676k|  75.9 |   385M |  39 | 200 | 683 | 224 |7419 |  0 |9569 |1868 | 1.837442e+01 | 2.000000e+01 |   8.85%|  81.78%
1168.15/1171.56	c  1172s|258300 | 26224 | 19681k|  75.9 |   385M |  39 | 200 | 683 | 224 |7419 |  1 |9569 |1868 | 1.837510e+01 | 2.000000e+01 |   8.84%|  81.80%
1168.45/1171.83	c  1172s|258400 | 26188 | 19686k|  75.9 |   385M |  39 | 200 | 682 | 225 |7419 |  1 |9569 |1868 | 1.837514e+01 | 2.000000e+01 |   8.84%|  81.82%
1168.76/1172.18	c  1172s|258500 | 26162 | 19693k|  75.9 |   385M |  39 | 200 | 681 | 243 |7419 |  1 |9569 |1868 | 1.837534e+01 | 2.000000e+01 |   8.84%|  81.85%
1169.06/1172.47	c  1172s|258600 | 26136 | 19699k|  75.8 |   385M |  39 | 200 | 680 | 225 |7419 |  0 |9569 |1868 | 1.837577e+01 | 2.000000e+01 |   8.84%|  81.87%
1169.36/1172.71	c  1173s|258700 | 26102 | 19703k|  75.8 |   385M |  39 | 200 | 679 | 224 |7419 |  0 |9569 |1868 | 1.837607e+01 | 2.000000e+01 |   8.84%|  81.90%
1169.56/1172.96	c  1173s|258800 | 26070 | 19707k|  75.8 |   385M |  39 | 200 | 681 | 231 |7419 |  1 |9572 |1870 | 1.837689e+01 | 2.000000e+01 |   8.83%|  81.93%
1169.86/1173.20	c  1173s|258900 | 26036 | 19711k|  75.8 |   385M |  39 | 200 | 680 | 224 |7419 |  1 |9572 |1870 | 1.837730e+01 | 2.000000e+01 |   8.83%|  81.96%
1170.06/1173.47	c  1173s|259000 | 26018 | 19716k|  75.8 |   385M |  39 | 200 | 679 | 224 |7419 |  1 |9572 |1870 | 1.837754e+01 | 2.000000e+01 |   8.83%|  81.97%
1170.36/1173.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1170.36/1173.71	c  1174s|259100 | 25986 | 19721k|  75.8 |   385M |  39 | 200 | 678 | 224 |7419 |  0 |9572 |1870 | 1.837784e+01 | 2.000000e+01 |   8.83%|  82.02%
1170.56/1173.94	c  1174s|259200 | 25952 | 19724k|  75.8 |   385M |  39 | 200 | 677 | 224 |7419 |  0 |9572 |1870 | 1.837828e+01 | 2.000000e+01 |   8.82%|  82.06%
1170.76/1174.19	c  1174s|259300 | 25924 | 19729k|  75.8 |   385M |  39 | 200 | 677 | 232 |7419 |  0 |9572 |1870 | 1.837842e+01 | 2.000000e+01 |   8.82%|  82.08%
1171.05/1174.47	c  1174s|259400 | 25902 | 19734k|  75.8 |   385M |  39 | 200 | 677 | 227 |7419 |  0 |9572 |1870 | 1.837926e+01 | 2.000000e+01 |   8.82%|  82.09%
1171.35/1174.74	c  1175s|259500 | 25874 | 19739k|  75.7 |   385M |  39 | 200 | 679 | 224 |7419 |  0 |9574 |1871 | 1.838042e+01 | 2.000000e+01 |   8.81%|  82.12%
1171.55/1174.98	c  1175s|259600 | 25842 | 19743k|  75.7 |   385M |  39 | 200 | 677 | 225 |7419 |  0 |9574 |1871 | 1.838068e+01 | 2.000000e+01 |   8.81%|  82.14%
1171.85/1175.24	c  1175s|259700 | 25818 | 19748k|  75.7 |   385M |  39 | 200 | 677 | 223 |7419 |  0 |9574 |1871 | 1.838084e+01 | 2.000000e+01 |   8.81%|  82.15%
1172.15/1175.50	c  1175s|259800 | 25790 | 19753k|  75.7 |   385M |  39 | 200 | 677 | 234 |7419 |  1 |9574 |1871 | 1.838158e+01 | 2.000000e+01 |   8.80%|  82.18%
1172.35/1175.76	c  1176s|259900 | 25760 | 19757k|  75.7 |   385M |  39 | 200 | 677 | 224 |7419 |  0 |9574 |1871 | 1.838198e+01 | 2.000000e+01 |   8.80%|  82.20%
1172.65/1176.02	c  1176s|260000 | 25726 | 19762k|  75.7 |   385M |  39 | 200 | 677 | 258 |7419 |  1 |9574 |1871 | 1.838226e+01 | 2.000000e+01 |   8.80%|  82.24%
1172.85/1176.28	c  1176s|260100 | 25696 | 19767k|  75.7 |   385M |  39 | 200 | 677 | 225 |7419 |  0 |9574 |1871 | 1.838281e+01 | 2.000000e+01 |   8.80%|  82.26%
1173.15/1176.55	c  1177s|260200 | 25668 | 19772k|  75.7 |   385M |  39 | 200 | 677 | 224 |7419 |  0 |9574 |1871 | 1.838303e+01 | 2.000000e+01 |   8.80%|  82.28%
1173.45/1176.87	c  1177s|260300 | 25646 | 19778k|  75.7 |   385M |  39 | 200 | 677 | 225 |7419 |  1 |9574 |1871 | 1.838339e+01 | 2.000000e+01 |   8.79%|  82.30%
1173.75/1177.16	c  1177s|260400 | 25614 | 19784k|  75.7 |   385M |  39 | 200 | 676 | 224 |7419 |  0 |9574 |1871 | 1.838386e+01 | 2.000000e+01 |   8.79%|  82.33%
1174.05/1177.40	c  1177s|260500 | 25582 | 19788k|  75.6 |   385M |  39 | 200 | 676 | 224 |7419 |  0 |9575 |1872 | 1.838397e+01 | 2.000000e+01 |   8.79%|  82.36%
1174.25/1177.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1174.25/1177.67	c  1178s|260600 | 25560 | 19793k|  75.6 |   385M |  39 | 200 | 676 | 231 |7419 |  1 |9575 |1872 | 1.838443e+01 | 2.000000e+01 |   8.79%|  82.38%
1174.55/1177.94	c  1178s|260700 | 25532 | 19798k|  75.6 |   385M |  39 | 200 | 676 | 224 |7419 |  0 |9575 |1872 | 1.838461e+01 | 2.000000e+01 |   8.79%|  82.40%
1174.84/1178.23	c  1178s|260800 | 25502 | 19803k|  75.6 |   385M |  39 | 200 | 675 | 224 |7419 |  0 |9576 |1873 | 1.838501e+01 | 2.000000e+01 |   8.78%|  82.43%
1175.14/1178.53	c  1179s|260900 | 25476 | 19809k|  75.6 |   385M |  39 | 200 | 677 | 224 |7419 |  0 |9578 |1875 | 1.838525e+01 | 2.000000e+01 |   8.78%|  82.46%
1175.34/1178.77	c  1179s|261000 | 25442 | 19813k|  75.6 |   385M |  39 | 200 | 676 | 225 |7419 |  0 |9580 |1877 | 1.838583e+01 | 2.000000e+01 |   8.78%|  82.48%
1175.65/1179.05	c  1179s|261100 | 25422 | 19818k|  75.6 |   385M |  39 | 200 | 676 | 232 |7419 |  1 |9583 |1879 | 1.838604e+01 | 2.000000e+01 |   8.78%|  82.50%
1175.94/1179.31	c  1179s|261200 | 25390 | 19823k|  75.6 |   385M |  39 | 200 | 676 | 225 |7419 |  0 |9583 |1879 | 1.838708e+01 | 2.000000e+01 |   8.77%|  82.52%
1176.14/1179.57	c  1180s|261300 | 25358 | 19827k|  75.6 |   385M |  39 | 200 | 676 | 224 |7419 |  0 |9583 |1879 | 1.838713e+01 | 2.000000e+01 |   8.77%|  82.55%
1176.44/1179.82	c  1180s|261400 | 25330 | 19832k|  75.5 |   385M |  39 | 200 | 675 | 231 |7419 |  1 |9583 |1879 | 1.838748e+01 | 2.000000e+01 |   8.77%|  82.57%
1176.64/1180.06	c  1180s|261500 | 25302 | 19836k|  75.5 |   385M |  39 | 200 | 675 | 224 |7419 |  0 |9583 |1879 | 1.838754e+01 | 2.000000e+01 |   8.77%|  82.58%
1176.94/1180.32	c  1180s|261600 | 25270 | 19840k|  75.5 |   385M |  39 | 200 | 674 | 224 |7419 |  0 |9583 |1879 | 1.838805e+01 | 2.000000e+01 |   8.77%|  82.61%
1177.14/1180.59	c  1181s|261700 | 25236 | 19845k|  75.5 |   385M |  39 | 200 | 674 | 225 |7419 |  1 |9583 |1879 | 1.838820e+01 | 2.000000e+01 |   8.77%|  82.64%
1177.44/1180.84	c  1181s|261800 | 25210 | 19850k|  75.5 |   385M |  39 | 200 | 674 | 230 |7419 |  0 |9584 |1879 | 1.838900e+01 | 2.000000e+01 |   8.76%|  82.66%
1177.74/1181.10	c  1181s|261900 | 25188 | 19854k|  75.5 |   385M |  39 | 200 | 674 | 225 |7419 |  1 |9584 |1879 | 1.838933e+01 | 2.000000e+01 |   8.76%|  82.69%
1177.94/1181.36	c  1181s|262000 | 25148 | 19859k|  75.5 |   385M |  39 | 200 | 672 | 225 |7419 |  0 |9584 |1879 | 1.839003e+01 | 2.000000e+01 |   8.75%|  82.72%
1178.24/1181.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1178.24/1181.62	c  1182s|262100 | 25124 | 19863k|  75.5 |   385M |  39 | 200 | 671 | 225 |7419 |  1 |9585 |1880 | 1.839045e+01 | 2.000000e+01 |   8.75%|  82.74%
1178.44/1181.88	c  1182s|262200 | 25098 | 19868k|  75.5 |   385M |  39 | 200 | 671 | 225 |7419 |  1 |9585 |1880 | 1.839097e+01 | 2.000000e+01 |   8.75%|  82.77%
1178.74/1182.12	c  1182s|262300 | 25074 | 19872k|  75.4 |   385M |  39 | 200 | 671 | 224 |7419 |  1 |9585 |1880 | 1.839142e+01 | 2.000000e+01 |   8.75%|  82.79%
1178.93/1182.36	c  1182s|262400 | 25042 | 19877k|  75.4 |   385M |  39 | 200 | 670 | 225 |7419 |  1 |9585 |1880 | 1.839146e+01 | 2.000000e+01 |   8.75%|  82.81%
1179.23/1182.64	c  1183s|262500 | 25012 | 19882k|  75.4 |   385M |  39 | 200 | 670 | 224 |7419 |  1 |9587 |1882 | 1.839185e+01 | 2.000000e+01 |   8.74%|  82.84%
1179.43/1182.88	c  1183s|262600 | 24984 | 19886k|  75.4 |   385M |  39 | 200 | 670 | 224 |7419 |  0 |9588 |1883 | 1.839206e+01 | 2.000000e+01 |   8.74%|  82.87%
1179.74/1183.13	c  1183s|262700 | 24960 | 19890k|  75.4 |   385M |  39 | 200 | 670 | 224 |7419 |  1 |9588 |1883 | 1.839251e+01 | 2.000000e+01 |   8.74%|  82.89%
1180.03/1183.41	c  1183s|262800 | 24936 | 19896k|  75.4 |   385M |  39 | 200 | 671 | 225 |7419 |  0 |9589 |1884 | 1.839263e+01 | 2.000000e+01 |   8.74%|  82.90%
1180.23/1183.68	c  1184s|262900 | 24894 | 19900k|  75.4 |   385M |  39 | 200 | 671 | 224 |7419 |  0 |9590 |1885 | 1.839283e+01 | 2.000000e+01 |   8.74%|  82.94%
1180.53/1183.93	c  1184s|263000 | 24858 | 19905k|  75.4 |   385M |  39 | 200 | 671 | 225 |7419 |  0 |9590 |1885 | 1.839320e+01 | 2.000000e+01 |   8.74%|  82.97%
1180.73/1184.18	c  1184s|263100 | 24826 | 19909k|  75.4 |   385M |  39 | 200 | 671 | 225 |7419 |  0 |9590 |1885 | 1.839344e+01 | 2.000000e+01 |   8.73%|  82.99%
1181.03/1184.43	c  1184s|263200 | 24802 | 19914k|  75.3 |   385M |  39 | 200 | 669 | 243 |7419 |  0 |9590 |1885 | 1.839391e+01 | 2.000000e+01 |   8.73%|  83.02%
1181.33/1184.71	c  1185s|263300 | 24774 | 19919k|  75.3 |   385M |  39 | 200 | 669 | 224 |7419 |  1 |9590 |1885 | 1.839439e+01 | 2.000000e+01 |   8.73%|  83.04%
1181.53/1184.95	c  1185s|263400 | 24746 | 19923k|  75.3 |   385M |  39 | 200 | 669 | 225 |7419 |  1 |9590 |1885 | 1.839466e+01 | 2.000000e+01 |   8.73%|  83.07%
1181.83/1185.22	c  1185s|263500 | 24720 | 19928k|  75.3 |   385M |  39 | 200 | 669 | 224 |7419 |  0 |9590 |1885 | 1.839493e+01 | 2.000000e+01 |   8.73%|  83.09%
1182.03/1185.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1182.03/1185.46	c  1185s|263600 | 24692 | 19932k|  75.3 |   385M |  39 | 200 | 669 | 225 |7419 |  1 |9590 |1885 | 1.839519e+01 | 2.000000e+01 |   8.72%|  83.11%
1182.33/1185.72	c  1186s|263700 | 24662 | 19937k|  75.3 |   385M |  39 | 200 | 667 | 224 |7419 |  0 |9590 |1885 | 1.839568e+01 | 2.000000e+01 |   8.72%|  83.14%
1182.53/1185.96	c  1186s|263800 | 24636 | 19941k|  75.3 |   385M |  39 | 200 | 667 | 224 |7419 |  0 |9590 |1885 | 1.839583e+01 | 2.000000e+01 |   8.72%|  83.15%
1182.82/1186.21	c  1186s|263900 | 24608 | 19945k|  75.3 |   385M |  39 | 200 | 667 | 227 |7419 |  1 |9590 |1885 | 1.839616e+01 | 2.000000e+01 |   8.72%|  83.18%
1183.02/1186.46	c  1186s|264000 | 24584 | 19950k|  75.3 |   385M |  39 | 200 | 666 | 225 |7419 |  0 |9591 |1886 | 1.839708e+01 | 2.000000e+01 |   8.71%|  83.19%
1183.32/1186.70	c  1187s|264100 | 24548 | 19954k|  75.2 |   385M |  39 | 200 | 666 | 225 |7419 |  1 |9591 |1886 | 1.839754e+01 | 2.000000e+01 |   8.71%|  83.23%
1183.52/1186.95	c  1187s|264200 | 24520 | 19959k|  75.2 |   385M |  39 | 200 | 665 | 223 |7419 |  0 |9591 |1886 | 1.839784e+01 | 2.000000e+01 |   8.71%|  83.26%
1183.82/1187.20	c  1187s|264300 | 24492 | 19963k|  75.2 |   385M |  39 | 200 | 665 | 256 |7419 |  1 |9591 |1886 | 1.839811e+01 | 2.000000e+01 |   8.71%|  83.28%
1184.02/1187.45	c  1187s|264400 | 24458 | 19968k|  75.2 |   385M |  39 | 200 | 664 | 225 |7419 |  0 |9591 |1886 | 1.839845e+01 | 2.000000e+01 |   8.70%|  83.30%
1184.32/1187.72	c  1188s|264500 | 24430 | 19972k|  75.2 |   385M |  39 | 200 | 664 | 230 |7419 |  0 |9591 |1886 | 1.839925e+01 | 2.000000e+01 |   8.70%|  83.32%
1184.52/1187.96	c  1188s|264600 | 24402 | 19977k|  75.2 |   385M |  39 | 200 | 663 | 224 |7419 |  1 |9592 |1887 | 1.839984e+01 | 2.000000e+01 |   8.70%|  83.35%
1184.72/1188.19	c  1188s|264700 | 24362 | 19980k|  75.2 |   385M |  39 | 200 | 662 | 224 |7419 |  0 |9592 |1887 | 1.840029e+01 | 2.000000e+01 |   8.69%|  83.38%
1185.02/1188.47	c  1188s|264800 | 24328 | 19985k|  75.2 |   385M |  39 | 200 | 663 | 225 |7419 |  0 |9593 |1888 | 1.840115e+01 | 2.000000e+01 |   8.69%|  83.41%
1185.32/1188.74	c  1189s|264900 | 24296 | 19990k|  75.1 |   385M |  39 | 200 | 663 | 225 |7419 |  0 |9593 |1888 | 1.840121e+01 | 2.000000e+01 |   8.69%|  83.44%
1185.62/1189.01	c  1189s|265000 | 24272 | 19995k|  75.1 |   385M |  39 | 200 | 661 | 238 |7419 |  0 |9593 |1888 | 1.840179e+01 | 2.000000e+01 |   8.69%|  83.47%
1185.82/1189.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1185.82/1189.27	c  1189s|265100 | 24246 | 20000k|  75.1 |   385M |  39 | 200 | 661 | 224 |7419 |  0 |9594 |1889 | 1.840228e+01 | 2.000000e+01 |   8.68%|  83.49%
1186.12/1189.51	c  1190s|265200 | 24206 | 20004k|  75.1 |   385M |  39 | 200 | 660 | 223 |7419 |  0 |9594 |1889 | 1.840267e+01 | 2.000000e+01 |   8.68%|  83.51%
1186.32/1189.77	c  1190s|265300 | 24184 | 20009k|  75.1 |   385M |  39 | 200 | 662 | 224 |7419 |  1 |9597 |1892 | 1.840299e+01 | 2.000000e+01 |   8.68%|  83.53%
1186.62/1190.02	c  1190s|265400 | 24154 | 20013k|  75.1 |   385M |  39 | 200 | 662 | 224 |7419 |  1 |9597 |1892 | 1.840326e+01 | 2.000000e+01 |   8.68%|  83.56%
1186.81/1190.27	c  1190s|265500 | 24124 | 20017k|  75.1 |   385M |  39 | 200 | 662 | 257 |7419 |  1 |9597 |1892 | 1.840381e+01 | 2.000000e+01 |   8.67%|  83.58%
1187.11/1190.50	c  1191s|265600 | 24102 | 20022k|  75.1 |   385M |  39 | 200 | 661 | 225 |7419 |  0 |9597 |1892 | 1.840408e+01 | 2.000000e+01 |   8.67%|  83.60%
1187.31/1190.75	c  1191s|265700 | 24076 | 20026k|  75.1 |   385M |  39 | 200 | 660 | 228 |7419 |  0 |9597 |1892 | 1.840418e+01 | 2.000000e+01 |   8.67%|  83.63%
1187.62/1191.03	c  1191s|265800 | 24058 | 20031k|  75.0 |   385M |  39 | 200 | 661 | 226 |7419 |  0 |9598 |1892 | 1.840458e+01 | 2.000000e+01 |   8.67%|  83.65%
1187.81/1191.28	c  1191s|265900 | 24028 | 20036k|  75.0 |   385M |  39 | 200 | 661 | 224 |7419 |  0 |9598 |1892 | 1.840487e+01 | 2.000000e+01 |   8.67%|  83.67%
1188.11/1191.54	c  1192s|266000 | 23998 | 20040k|  75.0 |   385M |  39 | 200 | 661 | 225 |7419 |  1 |9598 |1892 | 1.840529e+01 | 2.000000e+01 |   8.66%|  83.70%
1188.41/1191.81	c  1192s|266100 | 23968 | 20046k|  75.0 |   385M |  39 | 200 | 662 | 225 |7419 |  0 |9599 |1893 | 1.840554e+01 | 2.000000e+01 |   8.66%|  83.72%
1188.71/1192.11	c  1192s|266200 | 23942 | 20051k|  75.0 |   385M |  39 | 200 | 662 | 224 |7419 |  0 |9599 |1893 | 1.840650e+01 | 2.000000e+01 |   8.66%|  83.74%
1188.91/1192.35	c  1192s|266300 | 23912 | 20056k|  75.0 |   385M |  39 | 200 | 662 | 224 |7419 |  0 |9599 |1893 | 1.840657e+01 | 2.000000e+01 |   8.66%|  83.78%
1189.11/1192.59	c  1193s|266400 | 23882 | 20060k|  75.0 |   385M |  39 | 200 | 662 | 224 |7419 |  1 |9599 |1893 | 1.840684e+01 | 2.000000e+01 |   8.66%|  83.81%
1189.41/1192.84	c  1193s|266500 | 23848 | 20064k|  75.0 |   385M |  39 | 200 | 662 | 225 |7419 |  1 |9599 |1893 | 1.840716e+01 | 2.000000e+01 |   8.65%|  83.84%
1189.61/1193.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1189.61/1193.10	c  1193s|266600 | 23812 | 20068k|  75.0 |   385M |  39 | 200 | 662 | 223 |7419 |  0 |9600 |1894 | 1.840741e+01 | 2.000000e+01 |   8.65%|  83.87%
1190.01/1193.47	c  1193s|266700 | 23786 | 20073k|  75.0 |   385M |  39 | 200 | 662 | 224 |7419 |  1 |9600 |1894 | 1.840772e+01 | 2.000000e+01 |   8.65%|  83.89%
1190.31/1193.72	c  1194s|266800 | 23750 | 20078k|  74.9 |   385M |  39 | 200 | 662 | 224 |7419 |  0 |9600 |1894 | 1.840793e+01 | 2.000000e+01 |   8.65%|  83.91%
1190.50/1193.99	c  1194s|266900 | 23712 | 20082k|  74.9 |   385M |  39 | 200 | 662 | 246 |7419 |  0 |9602 |1895 | 1.840866e+01 | 2.000000e+01 |   8.64%|  83.95%
1190.80/1194.27	c  1194s|267000 | 23674 | 20087k|  74.9 |   385M |  39 | 200 | 660 | 230 |7419 |  0 |9602 |1895 | 1.840925e+01 | 2.000000e+01 |   8.64%|  83.97%
1191.10/1194.53	c  1195s|267100 | 23644 | 20092k|  74.9 |   385M |  39 | 200 | 659 | 225 |7419 |  0 |9602 |1895 | 1.841013e+01 | 2.000000e+01 |   8.64%|  84.00%
1191.30/1194.79	c  1195s|267200 | 23616 | 20097k|  74.9 |   385M |  39 | 200 | 660 | 224 |7419 |  0 |9603 |1896 | 1.841041e+01 | 2.000000e+01 |   8.63%|  84.02%
1191.61/1195.04	c  1195s|267300 | 23580 | 20101k|  74.9 |   385M |  39 | 200 | 659 | 224 |7419 |  0 |9603 |1896 | 1.841094e+01 | 2.000000e+01 |   8.63%|  84.04%
1191.90/1195.30	c  1195s|267400 | 23552 | 20106k|  74.9 |   385M |  39 | 200 | 659 | 224 |7419 |  1 |9603 |1896 | 1.841122e+01 | 2.000000e+01 |   8.63%|  84.07%
1192.10/1195.55	c  1196s|267500 | 23508 | 20110k|  74.9 |   385M |  39 | 200 | 657 | 224 |7419 |  0 |9603 |1896 | 1.841194e+01 | 2.000000e+01 |   8.63%|  84.11%
1192.40/1195.81	c  1196s|267600 | 23474 | 20114k|  74.9 |   385M |  39 | 200 | 656 | 225 |7419 |  1 |9603 |1896 | 1.841272e+01 | 2.000000e+01 |   8.62%|  84.14%
1192.70/1196.16	c  1196s|267700 | 23448 | 20122k|  74.9 |   385M |  39 | 200 | 656 | 224 |7419 |  0 |9603 |1897 | 1.841286e+01 | 2.000000e+01 |   8.62%|  84.16%
1193.10/1196.52	c  1197s|267800 | 23430 | 20129k|  74.9 |   385M |  39 | 200 | 656 | 225 |7419 |  0 |9603 |1897 | 1.841299e+01 | 2.000000e+01 |   8.62%|  84.17%
1193.30/1196.77	c  1197s|267900 | 23392 | 20134k|  74.8 |   385M |  39 | 200 | 655 | 226 |7419 |  0 |9603 |1897 | 1.841372e+01 | 2.000000e+01 |   8.61%|  84.20%
1193.60/1197.02	c  1197s|268000 | 23354 | 20138k|  74.8 |   385M |  39 | 200 | 655 | 225 |7419 |  0 |9605 |1898 | 1.841404e+01 | 2.000000e+01 |   8.61%|  84.23%
1193.80/1197.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1193.80/1197.27	c  1197s|268100 | 23324 | 20142k|  74.8 |   385M |  39 | 200 | 655 | 226 |7419 |  0 |9605 |1898 | 1.841420e+01 | 2.000000e+01 |   8.61%|  84.25%
1194.09/1197.50	c  1197s|268200 | 23296 | 20146k|  74.8 |   385M |  39 | 200 | 654 | 225 |7419 |  0 |9605 |1898 | 1.841441e+01 | 2.000000e+01 |   8.61%|  84.27%
1194.29/1197.78	c  1198s|268300 | 23270 | 20152k|  74.8 |   385M |  39 | 200 | 654 | 223 |7419 |  1 |9606 |1899 | 1.841466e+01 | 2.000000e+01 |   8.61%|  84.29%
1194.60/1198.03	c  1198s|268400 | 23248 | 20156k|  74.8 |   385M |  39 | 200 | 654 | 225 |7419 |  1 |9606 |1899 | 1.841503e+01 | 2.000000e+01 |   8.61%|  84.30%
1194.79/1198.26	c  1198s|268500 | 23216 | 20160k|  74.8 |   385M |  39 | 200 | 654 | 225 |7419 |  1 |9606 |1899 | 1.841535e+01 | 2.000000e+01 |   8.61%|  84.33%
1195.09/1198.50	c  1199s|268600 | 23178 | 20164k|  74.8 |   385M |  39 | 200 | 654 | 223 |7419 |  0 |9607 |1900 | 1.841548e+01 | 2.000000e+01 |   8.60%|  84.36%
1195.29/1198.76	c  1199s|268700 | 23140 | 20168k|  74.7 |   385M |  39 | 200 | 654 | 254 |7419 |  1 |9607 |1900 | 1.841582e+01 | 2.000000e+01 |   8.60%|  84.39%
1195.59/1199.03	c  1199s|268800 | 23118 | 20174k|  74.7 |   385M |  39 | 200 | 654 | 227 |7419 |  0 |9607 |1900 | 1.841612e+01 | 2.000000e+01 |   8.60%|  84.42%
1195.89/1199.30	c  1199s|268900 | 23096 | 20179k|  74.7 |   385M |  39 | 200 | 654 | 224 |7419 |  0 |9607 |1900 | 1.841659e+01 | 2.000000e+01 |   8.60%|  84.45%
1196.09/1199.56	c  1200s|269000 | 23066 | 20183k|  74.7 |   385M |  39 | 200 | 654 | 224 |7419 |  0 |9607 |1900 | 1.841674e+01 | 2.000000e+01 |   8.60%|  84.47%
1196.39/1199.81	c  1200s|269100 | 23038 | 20188k|  74.7 |   385M |  39 | 200 | 653 | 235 |7419 |  1 |9607 |1900 | 1.841689e+01 | 2.000000e+01 |   8.60%|  84.49%
1196.59/1200.09	c  1200s|269200 | 23010 | 20193k|  74.7 |   385M |  39 | 200 | 653 | 224 |7419 |  1 |9607 |1900 | 1.841725e+01 | 2.000000e+01 |   8.59%|  84.51%
1196.89/1200.32	c  1200s|269300 | 22974 | 20197k|  74.7 |   385M |  39 | 200 | 651 | 224 |7419 |  0 |9607 |1900 | 1.841736e+01 | 2.000000e+01 |   8.59%|  84.53%
1197.08/1200.58	c  1201s|269400 | 22950 | 20202k|  74.7 |   385M |  39 | 200 | 651 | 225 |7419 |  0 |9607 |1900 | 1.841747e+01 | 2.000000e+01 |   8.59%|  84.56%
1197.38/1200.84	c  1201s|269500 | 22920 | 20206k|  74.7 |   385M |  39 | 200 | 651 | 226 |7419 |  0 |9607 |1900 | 1.841788e+01 | 2.000000e+01 |   8.59%|  84.58%
1197.59/1201.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1197.59/1201.07	c  1201s|269600 | 22882 | 20210k|  74.7 |   385M |  39 | 200 | 651 | 247 |7419 |  0 |9607 |1900 | 1.841910e+01 | 2.000000e+01 |   8.58%|  84.62%
1197.88/1201.34	c  1201s|269700 | 22848 | 20215k|  74.6 |   385M |  39 | 200 | 650 | 224 |7419 |  0 |9607 |1900 | 1.841956e+01 | 2.000000e+01 |   8.58%|  84.66%
1198.18/1201.60	c  1202s|269800 | 22822 | 20219k|  74.6 |   385M |  39 | 200 | 651 | 224 |7419 |  1 |9608 |1901 | 1.842019e+01 | 2.000000e+01 |   8.58%|  84.68%
1198.38/1201.86	c  1202s|269900 | 22800 | 20224k|  74.6 |   385M |  39 | 200 | 651 | 225 |7419 |  0 |9608 |1901 | 1.842043e+01 | 2.000000e+01 |   8.58%|  84.70%
1198.68/1202.11	c  1202s|270000 | 22764 | 20228k|  74.6 |   385M |  39 | 200 | 650 | 224 |7419 |  0 |9608 |1901 | 1.842116e+01 | 2.000000e+01 |   8.57%|  84.72%
1198.88/1202.36	c  1202s|270100 | 22724 | 20233k|  74.6 |   385M |  39 | 200 | 650 | 230 |7419 |  0 |9608 |1901 | 1.842140e+01 | 2.000000e+01 |   8.57%|  84.75%
1199.18/1202.62	c  1203s|270200 | 22690 | 20237k|  74.6 |   385M |  39 | 200 | 650 | 225 |7419 |  0 |9608 |1901 | 1.842196e+01 | 2.000000e+01 |   8.57%|  84.78%
1199.38/1202.88	c  1203s|270300 | 22656 | 20242k|  74.6 |   385M |  39 | 200 | 650 | 224 |7419 |  1 |9609 |1902 | 1.842261e+01 | 2.000000e+01 |   8.56%|  84.81%
1199.68/1203.16	c  1203s|270400 | 22628 | 20247k|  74.6 |   385M |  39 | 200 | 650 | 231 |7419 |  1 |9610 |1903 | 1.842323e+01 | 2.000000e+01 |   8.56%|  84.83%
1199.98/1203.45	c  1203s|270500 | 22614 | 20252k|  74.6 |   385M |  39 | 200 | 650 | 224 |7419 |  0 |9610 |1903 | 1.842397e+01 | 2.000000e+01 |   8.55%|  84.84%
1200.28/1203.71	c  1204s|270600 | 22584 | 20257k|  74.6 |   385M |  39 | 200 | 649 | 224 |7419 |  0 |9610 |1903 | 1.842420e+01 | 2.000000e+01 |   8.55%|  84.87%
1200.47/1203.96	c  1204s|270700 | 22546 | 20261k|  74.5 |   385M |  39 | 200 | 649 | 225 |7419 |  0 |9610 |1903 | 1.842440e+01 | 2.000000e+01 |   8.55%|  84.89%
1200.77/1204.22	c  1204s|270800 | 22520 | 20266k|  74.5 |   385M |  39 | 200 | 648 | 224 |7419 |  1 |9610 |1903 | 1.842589e+01 | 2.000000e+01 |   8.54%|  84.91%
1200.97/1204.49	c  1204s|270900 | 22476 | 20270k|  74.5 |   385M |  39 | 200 | 648 | 224 |7419 |  1 |9612 |1904 | 1.842632e+01 | 2.000000e+01 |   8.54%|  84.95%
1201.27/1204.77	c  1205s|271000 | 22456 | 20276k|  74.5 |   385M |  39 | 200 | 649 | 224 |7419 |  0 |9613 |1905 | 1.842643e+01 | 2.000000e+01 |   8.54%|  84.96%
1201.58/1205.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1201.58/1205.01	c  1205s|271100 | 22424 | 20280k|  74.5 |   385M |  39 | 200 | 649 | 229 |7419 |  1 |9613 |1905 | 1.842671e+01 | 2.000000e+01 |   8.54%|  84.99%
1201.77/1205.27	c  1205s|271200 | 22396 | 20284k|  74.5 |   385M |  39 | 200 | 649 | 224 |7419 |  1 |9613 |1905 | 1.842707e+01 | 2.000000e+01 |   8.54%|  85.02%
1202.07/1205.53	c  1206s|271300 | 22358 | 20289k|  74.5 |   385M |  39 | 200 | 648 | 224 |7419 |  0 |9613 |1905 | 1.842758e+01 | 2.000000e+01 |   8.53%|  85.04%
1202.27/1205.78	c  1206s|271400 | 22324 | 20293k|  74.5 |   385M |  39 | 200 | 647 | 230 |7419 |  0 |9613 |1905 | 1.842800e+01 | 2.000000e+01 |   8.53%|  85.07%
1202.57/1206.02	c  1206s|271500 | 22292 | 20298k|  74.5 |   385M |  39 | 200 | 647 | 238 |7419 |  0 |9613 |1905 | 1.842812e+01 | 2.000000e+01 |   8.53%|  85.10%
1202.87/1206.30	c  1206s|271600 | 22256 | 20302k|  74.4 |   385M |  39 | 200 | 647 | 224 |7419 |  0 |9613 |1905 | 1.842853e+01 | 2.000000e+01 |   8.53%|  85.12%
1203.07/1206.55	c  1207s|271700 | 22224 | 20307k|  74.4 |   385M |  39 | 200 | 647 | 225 |7419 |  1 |9613 |1905 | 1.842881e+01 | 2.000000e+01 |   8.53%|  85.14%
1203.37/1206.80	c  1207s|271800 | 22194 | 20311k|  74.4 |   385M |  39 | 200 | 646 | 224 |7419 |  1 |9613 |1905 | 1.842935e+01 | 2.000000e+01 |   8.52%|  85.16%
1203.57/1207.03	c  1207s|271900 | 22152 | 20315k|  74.4 |   385M |  39 | 200 | 646 | 256 |7419 |  0 |9613 |1905 | 1.842947e+01 | 2.000000e+01 |   8.52%|  85.19%
1203.76/1207.27	c  1207s|272000 | 22118 | 20319k|  74.4 |   385M |  39 | 200 | 646 | 243 |7419 |  0 |9613 |1906 | 1.842967e+01 | 2.000000e+01 |   8.52%|  85.21%
1204.06/1207.54	c  1208s|272100 | 22090 | 20323k|  74.4 |   385M |  39 | 200 | 646 | 224 |7419 |  0 |9613 |1906 | 1.843056e+01 | 2.000000e+01 |   8.52%|  85.24%
1204.36/1207.80	c  1208s|272200 | 22062 | 20328k|  74.4 |   385M |  39 | 200 | 646 | 242 |7419 |  1 |9613 |1906 | 1.843120e+01 | 2.000000e+01 |   8.51%|  85.27%
1204.57/1208.05	c  1208s|272300 | 22030 | 20332k|  74.4 |   385M |  39 | 200 | 646 | 225 |7419 |  1 |9613 |1906 | 1.843180e+01 | 2.000000e+01 |   8.51%|  85.30%
1204.76/1208.29	c  1208s|272400 | 22002 | 20337k|  74.4 |   385M |  39 | 200 | 646 | 224 |7419 |  0 |9613 |1906 | 1.843186e+01 | 2.000000e+01 |   8.51%|  85.31%
1205.06/1208.54	c  1209s|272500 | 21968 | 20341k|  74.3 |   385M |  39 | 200 | 647 | 226 |7419 |  1 |9615 |1908 | 1.843236e+01 | 2.000000e+01 |   8.50%|  85.33%
1205.46/1208.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1205.46/1208.97	c  1209s|272600 | 21942 | 20346k|  74.3 |   385M |  41 | 200 | 647 | 226 |7427 |  0 |9615 |1908 | 1.843261e+01 | 2.000000e+01 |   8.50%|  85.36%
1205.76/1209.22	c  1209s|272700 | 21914 | 20350k|  74.3 |   385M |  41 | 200 | 647 | 224 |7427 |  1 |9615 |1908 | 1.843361e+01 | 2.000000e+01 |   8.50%|  85.38%
1205.96/1209.47	c  1209s|272800 | 21884 | 20355k|  74.3 |   385M |  41 | 200 | 646 | 224 |7427 |  0 |9615 |1908 | 1.843422e+01 | 2.000000e+01 |   8.49%|  85.40%
1206.26/1209.73	c  1210s|272900 | 21854 | 20359k|  74.3 |   385M |  41 | 200 | 646 | 224 |7427 |  0 |9615 |1909 | 1.843465e+01 | 2.000000e+01 |   8.49%|  85.42%
1206.46/1209.99	c  1210s|273000 | 21826 | 20364k|  74.3 |   385M |  41 | 200 | 646 | 223 |7427 |  0 |9615 |1910 | 1.843529e+01 | 2.000000e+01 |   8.49%|  85.44%
1206.76/1210.25	c  1210s|273100 | 21798 | 20369k|  74.3 |   385M |  41 | 200 | 646 | 230 |7427 |  1 |9615 |1910 | 1.843577e+01 | 2.000000e+01 |   8.48%|  85.47%
1207.05/1210.53	c  1211s|273200 | 21770 | 20373k|  74.3 |   385M |  41 | 200 | 646 | 224 |7427 |  1 |9616 |1911 | 1.843583e+01 | 2.000000e+01 |   8.48%|  85.49%
1207.25/1210.77	c  1211s|273300 | 21730 | 20378k|  74.3 |   385M |  41 | 200 | 646 | 245 |7427 |  0 |9616 |1911 | 1.843640e+01 | 2.000000e+01 |   8.48%|  85.53%
1207.56/1211.02	c  1211s|273400 | 21690 | 20382k|  74.2 |   385M |  41 | 200 | 646 | 225 |7427 |  1 |9616 |1911 | 1.843659e+01 | 2.000000e+01 |   8.48%|  85.56%
1207.85/1211.30	c  1211s|273500 | 21662 | 20387k|  74.2 |   385M |  41 | 200 | 646 | 230 |7427 |  0 |9616 |1911 | 1.843718e+01 | 2.000000e+01 |   8.48%|  85.58%
1208.05/1211.55	c  1212s|273600 | 21616 | 20391k|  74.2 |   385M |  41 | 200 | 645 | 223 |7427 |  0 |9616 |1911 | 1.843777e+01 | 2.000000e+01 |   8.47%|  85.61%
1208.35/1211.80	c  1212s|273700 | 21582 | 20396k|  74.2 |   385M |  41 | 200 | 645 | 224 |7427 |  0 |9616 |1911 | 1.843789e+01 | 2.000000e+01 |   8.47%|  85.64%
1208.55/1212.02	c  1212s|273800 | 21546 | 20399k|  74.2 |   385M |  41 | 200 | 645 | 225 |7427 |  0 |9616 |1911 | 1.843799e+01 | 2.000000e+01 |   8.47%|  85.66%
1208.75/1212.28	c  1212s|273900 | 21522 | 20404k|  74.2 |   385M |  41 | 200 | 645 | 224 |7427 |  0 |9616 |1911 | 1.843822e+01 | 2.000000e+01 |   8.47%|  85.68%
1209.05/1212.52	c  1213s|274000 | 21482 | 20408k|  74.2 |   385M |  41 | 200 | 645 | 224 |7427 |  0 |9616 |1911 | 1.843867e+01 | 2.000000e+01 |   8.47%|  85.71%
1209.25/1212.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1209.25/1212.79	c  1213s|274100 | 21454 | 20413k|  74.2 |   385M |  41 | 200 | 645 | 225 |7427 |  0 |9616 |1911 | 1.843933e+01 | 2.000000e+01 |   8.46%|  85.73%
1209.55/1213.05	c  1213s|274200 | 21410 | 20417k|  74.2 |   385M |  41 | 200 | 645 | 225 |7427 |  1 |9616 |1911 | 1.844025e+01 | 2.000000e+01 |   8.46%|  85.76%
1209.75/1213.28	c  1213s|274300 | 21370 | 20421k|  74.1 |   385M |  41 | 200 | 645 | 261 |7427 |  0 |9616 |1911 | 1.844030e+01 | 2.000000e+01 |   8.46%|  85.79%
1210.05/1213.57	c  1214s|274400 | 21338 | 20426k|  74.1 |   385M |  41 | 200 | 644 | 224 |7427 |  0 |9616 |1911 | 1.844162e+01 | 2.000000e+01 |   8.45%|  85.81%
1210.34/1213.82	c  1214s|274500 | 21312 | 20431k|  74.1 |   385M |  41 | 200 | 644 | 223 |7427 |  1 |9616 |1911 | 1.844244e+01 | 2.000000e+01 |   8.45%|  85.82%
1210.55/1214.06	c  1214s|274600 | 21278 | 20435k|  74.1 |   385M |  41 | 200 | 643 | 224 |7427 |  0 |9616 |1912 | 1.844275e+01 | 2.000000e+01 |   8.44%|  85.85%
1210.84/1214.31	c  1214s|274700 | 21246 | 20439k|  74.1 |   385M |  41 | 200 | 642 | 222 |7427 |  0 |9616 |1912 | 1.844277e+01 | 2.000000e+01 |   8.44%|  85.87%
1211.04/1214.57	c  1215s|274800 | 21216 | 20443k|  74.1 |   385M |  41 | 200 | 641 | 225 |7427 |  0 |9616 |1912 | 1.844376e+01 | 2.000000e+01 |   8.44%|  85.88%
1211.34/1214.83	c  1215s|274900 | 21186 | 20448k|  74.1 |   385M |  41 | 200 | 641 | 224 |7427 |  0 |9616 |1912 | 1.844383e+01 | 2.000000e+01 |   8.44%|  85.90%
1211.55/1215.07	c  1215s|275000 | 21142 | 20452k|  74.1 |   385M |  41 | 200 | 641 | 225 |7427 |  0 |9616 |1912 | 1.844458e+01 | 2.000000e+01 |   8.43%|  85.94%
1211.84/1215.31	c  1215s|275100 | 21108 | 20456k|  74.1 |   385M |  41 | 200 | 641 | 224 |7427 |  0 |9616 |1912 | 1.844524e+01 | 2.000000e+01 |   8.43%|  85.96%
1212.04/1215.53	c  1216s|275200 | 21068 | 20460k|  74.0 |   385M |  41 | 200 | 640 | 236 |7427 |  1 |9616 |1912 | 1.844562e+01 | 2.000000e+01 |   8.43%|  85.99%
1212.24/1215.79	c  1216s|275300 | 21022 | 20464k|  74.0 |   385M |  41 | 200 | 640 | 244 |7427 |  0 |9616 |1912 | 1.844611e+01 | 2.000000e+01 |   8.42%|  86.02%
1212.54/1216.02	c  1216s|275400 | 20982 | 20468k|  74.0 |   385M |  41 | 200 | 639 | 236 |7427 |  0 |9616 |1912 | 1.844628e+01 | 2.000000e+01 |   8.42%|  86.05%
1212.74/1216.27	c  1216s|275500 | 20950 | 20472k|  74.0 |   385M |  41 | 200 | 639 | 224 |7427 |  1 |9616 |1912 | 1.844689e+01 | 2.000000e+01 |   8.42%|  86.08%
1212.94/1216.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1212.94/1216.47	c  1216s|275600 | 20906 | 20475k|  74.0 |   385M |  41 | 200 | 637 | 223 |7427 |  0 |9616 |1912 | 1.844732e+01 | 2.000000e+01 |   8.42%|  86.11%
1213.24/1216.72	c  1217s|275700 | 20866 | 20479k|  74.0 |   385M |  41 | 200 | 636 | 225 |7427 |  0 |9616 |1912 | 1.844786e+01 | 2.000000e+01 |   8.41%|  86.13%
1213.43/1216.97	c  1217s|275800 | 20834 | 20484k|  74.0 |   385M |  41 | 200 | 637 | 224 |7427 |  1 |9617 |1913 | 1.844851e+01 | 2.000000e+01 |   8.41%|  86.18%
1213.73/1217.21	c  1217s|275900 | 20794 | 20488k|  74.0 |   385M |  41 | 200 | 637 | 223 |7427 |  1 |9617 |1913 | 1.844873e+01 | 2.000000e+01 |   8.41%|  86.21%
1213.93/1217.45	c  1217s|276000 | 20754 | 20492k|  73.9 |   385M |  41 | 200 | 636 | 258 |7427 |  0 |9617 |1913 | 1.844881e+01 | 2.000000e+01 |   8.41%|  86.24%
1214.23/1217.70	c  1218s|276100 | 20726 | 20496k|  73.9 |   385M |  41 | 200 | 636 | 224 |7427 |  0 |9617 |1913 | 1.844930e+01 | 2.000000e+01 |   8.41%|  86.26%
1214.43/1217.93	c  1218s|276200 | 20684 | 20500k|  73.9 |   385M |  41 | 200 | 636 | 229 |7427 |  0 |9617 |1913 | 1.844982e+01 | 2.000000e+01 |   8.40%|  86.28%
1214.64/1218.17	c  1218s|276300 | 20650 | 20504k|  73.9 |   385M |  41 | 200 | 633 | 223 |7427 |  0 |9617 |1913 | 1.845014e+01 | 2.000000e+01 |   8.40%|  86.31%
1214.93/1218.44	c  1218s|276400 | 20620 | 20509k|  73.9 |   385M |  41 | 200 | 633 | 225 |7427 |  0 |9617 |1913 | 1.845121e+01 | 2.000000e+01 |   8.39%|  86.33%
1215.13/1218.68	c  1219s|276500 | 20584 | 20513k|  73.9 |   385M |  41 | 200 | 633 | 224 |7427 |  0 |9617 |1913 | 1.845171e+01 | 2.000000e+01 |   8.39%|  86.37%
1215.43/1218.92	c  1219s|276600 | 20546 | 20517k|  73.9 |   385M |  41 | 200 | 634 | 225 |7427 |  1 |9619 |1914 | 1.845226e+01 | 2.000000e+01 |   8.39%|  86.40%
1215.63/1219.16	c  1219s|276700 | 20498 | 20521k|  73.9 |   385M |  41 | 200 | 634 | 225 |7427 |  0 |9619 |1914 | 1.845269e+01 | 2.000000e+01 |   8.39%|  86.44%
1215.93/1219.42	c  1219s|276800 | 20468 | 20525k|  73.9 |   385M |  41 | 200 | 633 | 224 |7427 |  0 |9620 |1915 | 1.845309e+01 | 2.000000e+01 |   8.38%|  86.45%
1216.13/1219.67	c  1220s|276900 | 20428 | 20530k|  73.8 |   385M |  41 | 200 | 631 | 224 |7427 |  1 |9620 |1915 | 1.845351e+01 | 2.000000e+01 |   8.38%|  86.48%
1216.43/1219.93	c  1220s|277000 | 20398 | 20534k|  73.8 |   385M |  41 | 200 | 628 | 224 |7427 |  0 |9621 |1916 | 1.845507e+01 | 2.000000e+01 |   8.37%|  86.51%
1216.63/1220.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1216.63/1220.17	c  1220s|277100 | 20362 | 20538k|  73.8 |   385M |  41 | 200 | 626 | 227 |7427 |  1 |9621 |1916 | 1.845539e+01 | 2.000000e+01 |   8.37%|  86.54%
1216.82/1220.38	c  1220s|277200 | 20324 | 20542k|  73.8 |   385M |  41 | 200 | 624 | 225 |7427 |  0 |9621 |1916 | 1.845609e+01 | 2.000000e+01 |   8.37%|  86.56%
1217.12/1220.63	c  1221s|277300 | 20296 | 20546k|  73.8 |   385M |  41 | 200 | 624 | 225 |7427 |  1 |9621 |1916 | 1.845641e+01 | 2.000000e+01 |   8.36%|  86.58%
1217.42/1220.90	c  1221s|277400 | 20260 | 20550k|  73.8 |   385M |  41 | 200 | 624 | 225 |7427 |  0 |9621 |1916 | 1.845686e+01 | 2.000000e+01 |   8.36%|  86.60%
1217.63/1221.15	c  1221s|277500 | 20228 | 20555k|  73.8 |   385M |  41 | 200 | 624 | 224 |7427 |  0 |9621 |1916 | 1.845736e+01 | 2.000000e+01 |   8.36%|  86.62%
1217.92/1221.41	c  1221s|277600 | 20196 | 20560k|  73.8 |   385M |  41 | 200 | 624 | 225 |7427 |  0 |9621 |1916 | 1.845766e+01 | 2.000000e+01 |   8.36%|  86.64%
1218.12/1221.66	c  1222s|277700 | 20158 | 20564k|  73.8 |   385M |  41 | 200 | 624 | 238 |7427 |  0 |9621 |1916 | 1.845779e+01 | 2.000000e+01 |   8.36%|  86.66%
1218.42/1221.92	c  1222s|277800 | 20116 | 20568k|  73.7 |   385M |  41 | 200 | 627 | 225 |7427 |  0 |9624 |1918 | 1.845797e+01 | 2.000000e+01 |   8.35%|  86.70%
1218.62/1222.16	c  1222s|277900 | 20094 | 20572k|  73.7 |   385M |  41 | 200 | 624 | 224 |7427 |  1 |9624 |1918 | 1.845809e+01 | 2.000000e+01 |   8.35%|  86.72%
1218.82/1222.39	c  1222s|278000 | 20048 | 20576k|  73.7 |   385M |  41 | 200 | 622 | 225 |7427 |  0 |9624 |1918 | 1.845848e+01 | 2.000000e+01 |   8.35%|  86.75%
1219.12/1222.66	c  1223s|278100 | 20000 | 20580k|  73.7 |   385M |  41 | 200 | 619 | 224 |7427 |  0 |9624 |1918 | 1.845875e+01 | 2.000000e+01 |   8.35%|  86.79%
1219.32/1222.89	c  1223s|278200 | 19962 | 20584k|  73.7 |   385M |  41 | 200 | 619 | 224 |7427 |  0 |9624 |1918 | 1.845912e+01 | 2.000000e+01 |   8.35%|  86.82%
1219.62/1223.15	c  1223s|278300 | 19932 | 20589k|  73.7 |   385M |  41 | 200 | 618 | 226 |7427 |  0 |9624 |1918 | 1.845981e+01 | 2.000000e+01 |   8.34%|  86.83%
1219.91/1223.40	c  1223s|278400 | 19892 | 20593k|  73.7 |   385M |  41 | 200 | 614 | 225 |7427 |  0 |9624 |1918 | 1.846001e+01 | 2.000000e+01 |   8.34%|  86.87%
1220.11/1223.66	c  1224s|278500 | 19852 | 20597k|  73.7 |   385M |  41 | 200 | 614 | 224 |7427 |  1 |9624 |1918 | 1.846042e+01 | 2.000000e+01 |   8.34%|  86.90%
1220.41/1223.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1220.41/1223.90	c  1224s|278600 | 19816 | 20601k|  73.7 |   385M |  41 | 200 | 613 | 224 |7427 |  0 |9624 |1918 | 1.846070e+01 | 2.000000e+01 |   8.34%|  86.92%
1220.62/1224.14	c  1224s|278700 | 19774 | 20605k|  73.6 |   385M |  41 | 200 | 613 | 250 |7427 |  0 |9624 |1918 | 1.846152e+01 | 2.000000e+01 |   8.33%|  86.94%
1220.81/1224.39	c  1224s|278800 | 19734 | 20609k|  73.6 |   385M |  41 | 200 | 614 | 226 |7427 |  0 |9625 |1919 | 1.846219e+01 | 2.000000e+01 |   8.33%|  86.97%
1221.11/1224.63	c  1225s|278900 | 19700 | 20613k|  73.6 |   385M |  41 | 200 | 616 | 272 |7427 |  1 |9627 |1920 | 1.846247e+01 | 2.000000e+01 |   8.33%|  86.99%
1221.31/1224.89	c  1225s|279000 | 19672 | 20618k|  73.6 |   385M |  41 | 200 | 616 | 225 |7427 |  0 |9627 |1920 | 1.846296e+01 | 2.000000e+01 |   8.33%|  87.01%
1221.61/1225.15	c  1225s|279100 | 19636 | 20623k|  73.6 |   385M |  41 | 200 | 616 | 225 |7427 |  0 |9627 |1920 | 1.846323e+01 | 2.000000e+01 |   8.32%|  87.03%
1221.91/1225.41	c  1225s|279200 | 19598 | 20627k|  73.6 |   385M |  41 | 200 | 615 | 224 |7427 |  1 |9627 |1920 | 1.846436e+01 | 2.000000e+01 |   8.32%|  87.06%
1222.11/1225.66	c  1226s|279300 | 19570 | 20631k|  73.6 |   385M |  41 | 200 | 615 | 224 |7427 |  0 |9627 |1920 | 1.846444e+01 | 2.000000e+01 |   8.32%|  87.08%
1222.41/1225.92	c  1226s|279400 | 19534 | 20636k|  73.6 |   385M |  41 | 200 | 615 | 224 |7427 |  0 |9627 |1920 | 1.846540e+01 | 2.000000e+01 |   8.31%|  87.11%
1222.61/1226.17	c  1226s|279500 | 19492 | 20640k|  73.6 |   385M |  41 | 200 | 615 | 225 |7427 |  0 |9628 |1921 | 1.846582e+01 | 2.000000e+01 |   8.31%|  87.14%
1222.91/1226.41	c  1226s|279600 | 19452 | 20643k|  73.5 |   385M |  41 | 200 | 615 | 226 |7427 |  0 |9628 |1921 | 1.846601e+01 | 2.000000e+01 |   8.31%|  87.17%
1223.10/1226.66	c  1227s|279700 | 19422 | 20647k|  73.5 |   385M |  41 | 200 | 614 | 226 |7427 |  0 |9628 |1921 | 1.846645e+01 | 2.000000e+01 |   8.30%|  87.19%
1223.40/1226.92	c  1227s|279800 | 19392 | 20652k|  73.5 |   385M |  41 | 200 | 614 | 224 |7427 |  0 |9628 |1921 | 1.846661e+01 | 2.000000e+01 |   8.30%|  87.22%
1223.61/1227.16	c  1227s|279900 | 19358 | 20656k|  73.5 |   385M |  41 | 200 | 614 | 224 |7427 |  0 |9628 |1921 | 1.846675e+01 | 2.000000e+01 |   8.30%|  87.24%
1223.90/1227.41	c  1227s|280000 | 19332 | 20660k|  73.5 |   385M |  41 | 200 | 614 | 225 |7427 |  0 |9628 |1921 | 1.846711e+01 | 2.000000e+01 |   8.30%|  87.26%
1224.10/1227.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1224.10/1227.67	c  1228s|280100 | 19292 | 20665k|  73.5 |   385M |  41 | 200 | 613 | 224 |7427 |  0 |9628 |1921 | 1.846755e+01 | 2.000000e+01 |   8.30%|  87.28%
1224.40/1227.90	c  1228s|280200 | 19252 | 20668k|  73.5 |   385M |  41 | 200 | 613 | 225 |7427 |  1 |9628 |1921 | 1.846766e+01 | 2.000000e+01 |   8.30%|  87.31%
1224.61/1228.16	c  1228s|280300 | 19214 | 20673k|  73.5 |   385M |  41 | 200 | 613 | 223 |7427 |  0 |9628 |1921 | 1.846851e+01 | 2.000000e+01 |   8.29%|  87.33%
1224.90/1228.44	c  1228s|280400 | 19184 | 20677k|  73.5 |   385M |  41 | 200 | 614 | 224 |7427 |  1 |9631 |1922 | 1.846959e+01 | 2.000000e+01 |   8.29%|  87.35%
1225.10/1228.68	c  1229s|280500 | 19138 | 20681k|  73.4 |   385M |  41 | 200 | 613 | 225 |7427 |  1 |9631 |1922 | 1.846978e+01 | 2.000000e+01 |   8.28%|  87.37%
1225.40/1228.93	c  1229s|280600 | 19098 | 20686k|  73.4 |   385M |  41 | 200 | 613 | 237 |7427 |  0 |9631 |1922 | 1.847017e+01 | 2.000000e+01 |   8.28%|  87.40%
1225.70/1229.22	c  1229s|280700 | 19054 | 20690k|  73.4 |   385M |  41 | 200 | 612 | 224 |7429 |  0 |9631 |1922 | 1.847047e+01 | 2.000000e+01 |   8.28%|  87.42%
1226.00/1229.50	c  1230s|280800 | 19024 | 20695k|  73.4 |   385M |  41 | 200 | 612 | 224 |7429 |  0 |9631 |1922 | 1.847164e+01 | 2.000000e+01 |   8.27%|  87.45%
1226.20/1229.74	c  1230s|280900 | 18984 | 20699k|  73.4 |   385M |  41 | 200 | 610 | 224 |7429 |  0 |9631 |1922 | 1.847224e+01 | 2.000000e+01 |   8.27%|  87.48%
1226.50/1230.00	c  1230s|281000 | 18950 | 20703k|  73.4 |   385M |  41 | 200 | 610 | 230 |7429 |  1 |9631 |1922 | 1.847293e+01 | 2.000000e+01 |   8.27%|  87.50%
1226.69/1230.26	c  1230s|281100 | 18916 | 20708k|  73.4 |   385M |  41 | 200 | 609 | 230 |7429 |  1 |9631 |1922 | 1.847347e+01 | 2.000000e+01 |   8.26%|  87.52%
1226.99/1230.52	c  1231s|281200 | 18870 | 20712k|  73.4 |   385M |  41 | 200 | 609 | 231 |7429 |  0 |9631 |1924 | 1.847369e+01 | 2.000000e+01 |   8.26%|  87.55%
1227.19/1230.77	c  1231s|281300 | 18828 | 20716k|  73.4 |   385M |  41 | 200 | 609 | 224 |7429 |  1 |9631 |1924 | 1.847460e+01 | 2.000000e+01 |   8.26%|  87.58%
1227.50/1231.03	c  1231s|281400 | 18796 | 20721k|  73.3 |   385M |  41 | 200 | 609 | 236 |7429 |  0 |9631 |1924 | 1.847484e+01 | 2.000000e+01 |   8.26%|  87.60%
1227.69/1231.27	c  1231s|281500 | 18760 | 20725k|  73.3 |   385M |  41 | 200 | 609 | 223 |7429 |  0 |9631 |1924 | 1.847552e+01 | 2.000000e+01 |   8.25%|  87.63%
1227.99/1231.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1227.99/1231.52	c  1232s|281600 | 18728 | 20729k|  73.3 |   385M |  41 | 200 | 607 | 224 |7429 |  0 |9631 |1924 | 1.847588e+01 | 2.000000e+01 |   8.25%|  87.64%
1228.29/1231.80	c  1232s|281700 | 18682 | 20733k|  73.3 |   385M |  41 | 200 | 607 | 236 |7429 |  1 |9631 |1924 | 1.847658e+01 | 2.000000e+01 |   8.25%|  87.67%
1228.49/1232.02	c  1232s|281800 | 18642 | 20737k|  73.3 |   385M |  41 | 200 | 606 | 238 |7429 |  1 |9631 |1924 | 1.847685e+01 | 2.000000e+01 |   8.24%|  87.69%
1228.69/1232.27	c  1232s|281900 | 18608 | 20741k|  73.3 |   385M |  41 | 200 | 606 | 227 |7429 |  0 |9631 |1924 | 1.847707e+01 | 2.000000e+01 |   8.24%|  87.72%
1228.99/1232.52	c  1233s|282000 | 18564 | 20745k|  73.3 |   385M |  41 | 200 | 606 | 224 |7429 |  0 |9631 |1924 | 1.847769e+01 | 2.000000e+01 |   8.24%|  87.75%
1229.19/1232.79	c  1233s|282100 | 18530 | 20750k|  73.3 |   385M |  41 | 200 | 606 | 225 |7429 |  0 |9631 |1924 | 1.847797e+01 | 2.000000e+01 |   8.24%|  87.77%
1229.49/1233.04	c  1233s|282200 | 18488 | 20754k|  73.3 |   385M |  41 | 200 | 606 | 235 |7429 |  1 |9631 |1924 | 1.847825e+01 | 2.000000e+01 |   8.24%|  87.80%
1229.68/1233.28	c  1233s|282300 | 18456 | 20758k|  73.2 |   385M |  41 | 200 | 610 | 225 |7429 |  1 |9635 |1929 | 1.847862e+01 | 2.000000e+01 |   8.23%|  87.82%
1229.98/1233.55	c  1234s|282400 | 18428 | 20762k|  73.2 |   385M |  41 | 200 | 610 | 222 |7429 |  0 |9635 |1929 | 1.847890e+01 | 2.000000e+01 |   8.23%|  87.83%
1230.28/1233.81	c  1234s|282500 | 18396 | 20767k|  73.2 |   385M |  41 | 200 | 609 | 231 |7429 |  1 |9635 |1929 | 1.847982e+01 | 2.000000e+01 |   8.23%|  87.85%
1230.49/1234.03	c  1234s|282600 | 18358 | 20771k|  73.2 |   385M |  41 | 200 | 609 | 225 |7429 |  1 |9635 |1929 | 1.847992e+01 | 2.000000e+01 |   8.23%|  87.88%
1230.68/1234.29	c  1234s|282700 | 18320 | 20775k|  73.2 |   385M |  41 | 200 | 609 | 230 |7429 |  0 |9635 |1929 | 1.848033e+01 | 2.000000e+01 |   8.22%|  87.90%
1230.98/1234.56	c  1235s|282800 | 18282 | 20779k|  73.2 |   385M |  41 | 200 | 609 | 224 |7429 |  0 |9636 |1930 | 1.848079e+01 | 2.000000e+01 |   8.22%|  87.92%
1231.18/1234.79	c  1235s|282900 | 18250 | 20783k|  73.2 |   385M |  41 | 200 | 610 | 224 |7429 |  1 |9637 |1931 | 1.848086e+01 | 2.000000e+01 |   8.22%|  87.94%
1231.48/1235.03	c  1235s|283000 | 18204 | 20787k|  73.2 |   385M |  41 | 200 | 608 | 226 |7429 |  0 |9637 |1931 | 1.848104e+01 | 2.000000e+01 |   8.22%|  87.97%
1231.78/1235.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1231.78/1235.30	c  1235s|283100 | 18174 | 20791k|  73.2 |   385M |  41 | 200 | 609 | 224 |7429 |  0 |9639 |1933 | 1.848124e+01 | 2.000000e+01 |   8.22%|  87.99%
1231.98/1235.55	c  1236s|283200 | 18134 | 20795k|  73.1 |   385M |  41 | 200 | 609 | 224 |7429 |  0 |9639 |1933 | 1.848152e+01 | 2.000000e+01 |   8.22%|  88.02%
1232.18/1235.77	c  1236s|283300 | 18096 | 20799k|  73.1 |   385M |  41 | 200 | 609 | 224 |7429 |  0 |9639 |1933 | 1.848190e+01 | 2.000000e+01 |   8.21%|  88.06%
1232.48/1236.04	c  1236s|283400 | 18050 | 20803k|  73.1 |   385M |  41 | 200 | 609 | 243 |7429 |  0 |9641 |1934 | 1.848277e+01 | 2.000000e+01 |   8.21%|  88.08%
1232.78/1236.31	c  1236s|283500 | 18002 | 20807k|  73.1 |   385M |  41 | 200 | 610 | 223 |7429 |  0 |9642 |1935 | 1.848407e+01 | 2.000000e+01 |   8.20%|  88.11%
1233.07/1236.62	c  1237s|283600 | 17960 | 20812k|  73.1 |   385M |  41 | 200 | 609 | 224 |7431 |  0 |9643 |1935 | 1.848466e+01 | 2.000000e+01 |   8.20%|  88.15%
1233.27/1236.87	c  1237s|283700 | 17926 | 20816k|  73.1 |   385M |  41 | 200 | 609 | 224 |7431 |  0 |9643 |1935 | 1.848522e+01 | 2.000000e+01 |   8.19%|  88.17%
1233.58/1237.15	c  1237s|283800 | 17892 | 20821k|  73.1 |   385M |  41 | 200 | 610 | 224 |7431 |  0 |9644 |1936 | 1.848550e+01 | 2.000000e+01 |   8.19%|  88.19%
1233.87/1237.43	c  1237s|283900 | 17854 | 20826k|  73.1 |   385M |  41 | 200 | 610 | 224 |7431 |  0 |9644 |1936 | 1.848649e+01 | 2.000000e+01 |   8.19%|  88.22%
1234.07/1237.67	c  1238s|284000 | 17808 | 20830k|  73.1 |   385M |  41 | 200 | 611 | 224 |7431 |  0 |9645 |1937 | 1.848700e+01 | 2.000000e+01 |   8.18%|  88.24%
1234.37/1237.91	c  1238s|284100 | 17772 | 20834k|  73.0 |   385M |  41 | 200 | 611 | 223 |7431 |  0 |9645 |1937 | 1.848772e+01 | 2.000000e+01 |   8.18%|  88.26%
1234.57/1238.15	c  1238s|284200 | 17734 | 20838k|  73.0 |   385M |  41 | 200 | 610 | 224 |7431 |  0 |9645 |1937 | 1.848807e+01 | 2.000000e+01 |   8.18%|  88.29%
1234.87/1238.40	c  1238s|284300 | 17698 | 20842k|  73.0 |   385M |  41 | 200 | 609 | 224 |7431 |  0 |9646 |1938 | 1.848894e+01 | 2.000000e+01 |   8.17%|  88.32%
1235.07/1238.68	c  1239s|284400 | 17660 | 20847k|  73.0 |   385M |  41 | 200 | 609 | 225 |7431 |  0 |9646 |1938 | 1.849021e+01 | 2.000000e+01 |   8.17%|  88.34%
1235.37/1238.93	c  1239s|284500 | 17624 | 20851k|  73.0 |   385M |  41 | 200 | 609 | 225 |7431 |  0 |9647 |1939 | 1.849078e+01 | 2.000000e+01 |   8.16%|  88.37%
1235.57/1239.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1235.57/1239.18	c  1239s|284600 | 17588 | 20855k|  73.0 |   385M |  41 | 200 | 608 | 225 |7431 |  0 |9647 |1939 | 1.849140e+01 | 2.000000e+01 |   8.16%|  88.40%
1235.87/1239.42	c  1239s|284700 | 17542 | 20859k|  73.0 |   385M |  41 | 200 | 607 | 231 |7431 |  1 |9647 |1939 | 1.849185e+01 | 2.000000e+01 |   8.16%|  88.42%
1236.06/1239.67	c  1240s|284800 | 17494 | 20863k|  73.0 |   385M |  41 | 200 | 607 | 225 |7431 |  0 |9647 |1939 | 1.849258e+01 | 2.000000e+01 |   8.15%|  88.45%
1236.36/1239.90	c  1240s|284900 | 17454 | 20867k|  73.0 |   385M |  41 | 200 | 606 | 228 |7431 |  1 |9647 |1939 | 1.849300e+01 | 2.000000e+01 |   8.15%|  88.47%
1236.57/1240.12	c  1240s|285000 | 17416 | 20870k|  72.9 |   385M |  41 | 200 | 606 | 225 |7431 |  0 |9647 |1939 | 1.849395e+01 | 2.000000e+01 |   8.14%|  88.50%
1236.76/1240.37	c  1240s|285100 | 17376 | 20874k|  72.9 |   385M |  41 | 200 | 606 | 231 |7431 |  0 |9647 |1939 | 1.849466e+01 | 2.000000e+01 |   8.14%|  88.54%
1237.06/1240.63	c  1241s|285200 | 17334 | 20879k|  72.9 |   385M |  41 | 200 | 606 | 224 |7431 |  0 |9647 |1939 | 1.849506e+01 | 2.000000e+01 |   8.14%|  88.57%
1237.26/1240.89	c  1241s|285300 | 17294 | 20883k|  72.9 |   385M |  41 | 200 | 604 | 224 |7431 |  0 |9647 |1939 | 1.849628e+01 | 2.000000e+01 |   8.13%|  88.59%
1237.56/1241.14	c  1241s|285400 | 17254 | 20887k|  72.9 |   385M |  41 | 200 | 604 | 223 |7431 |  0 |9647 |1939 | 1.849653e+01 | 2.000000e+01 |   8.13%|  88.62%
1237.76/1241.38	c  1241s|285500 | 17204 | 20891k|  72.9 |   385M |  41 | 200 | 604 | 225 |7431 |  0 |9647 |1939 | 1.849672e+01 | 2.000000e+01 |   8.13%|  88.66%
1238.06/1241.63	c  1242s|285600 | 17166 | 20895k|  72.9 |   385M |  41 | 200 | 604 | 225 |7431 |  0 |9647 |1939 | 1.849733e+01 | 2.000000e+01 |   8.12%|  88.68%
1238.26/1241.87	c  1242s|285700 | 17124 | 20899k|  72.9 |   385M |  41 | 200 | 603 | 226 |7431 |  1 |9647 |1939 | 1.849789e+01 | 2.000000e+01 |   8.12%|  88.71%
1238.56/1242.10	c  1242s|285800 | 17086 | 20903k|  72.9 |   385M |  41 | 200 | 602 | 224 |7431 |  0 |9649 |1940 | 1.849811e+01 | 2.000000e+01 |   8.12%|  88.73%
1238.76/1242.34	c  1242s|285900 | 17046 | 20907k|  72.8 |   385M |  41 | 200 | 602 | 243 |7431 |  0 |9649 |1940 | 1.849850e+01 | 2.000000e+01 |   8.12%|  88.75%
1239.05/1242.60	c  1243s|286000 | 17014 | 20911k|  72.8 |   385M |  41 | 200 | 602 | 229 |7431 |  1 |9649 |1940 | 1.849905e+01 | 2.000000e+01 |   8.11%|  88.77%
1239.25/1242.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1239.25/1242.84	c  1243s|286100 | 16974 | 20915k|  72.8 |   385M |  41 | 200 | 602 | 231 |7431 |  0 |9649 |1940 | 1.849985e+01 | 2.000000e+01 |   8.11%|  88.79%
1239.46/1243.08	c  1243s|286200 | 16934 | 20919k|  72.8 |   385M |  41 | 200 | 603 | 251 |7431 |  0 |9651 |1941 | 1.850105e+01 | 2.000000e+01 |   8.10%|  88.82%
1239.75/1243.37	c  1243s|286300 | 16902 | 20924k|  72.8 |   385M |  41 | 200 | 603 | 222 |7431 |  0 |9652 |1942 | 1.850233e+01 | 2.000000e+01 |   8.09%|  88.84%
1240.05/1243.63	c  1244s|286400 | 16850 | 20928k|  72.8 |   385M |  41 | 200 | 603 | 224 |7431 |  0 |9652 |1942 | 1.850300e+01 | 2.000000e+01 |   8.09%|  88.88%
1240.25/1243.88	c  1244s|286500 | 16822 | 20932k|  72.8 |   385M |  41 | 200 | 603 | 224 |7431 |  0 |9652 |1943 | 1.850344e+01 | 2.000000e+01 |   8.09%|  88.90%
1240.56/1244.12	c  1244s|286600 | 16778 | 20936k|  72.8 |   385M |  41 | 200 | 603 | 224 |7431 |  0 |9652 |1943 | 1.850448e+01 | 2.000000e+01 |   8.08%|  88.94%
1240.75/1244.36	c  1244s|286700 | 16736 | 20940k|  72.8 |   385M |  41 | 200 | 603 | 224 |7431 |  0 |9652 |1943 | 1.850540e+01 | 2.000000e+01 |   8.08%|  88.97%
1241.05/1244.61	c  1245s|286800 | 16686 | 20944k|  72.7 |   385M |  41 | 200 | 602 | 225 |7431 |  0 |9652 |1943 | 1.850700e+01 | 2.000000e+01 |   8.07%|  89.01%
1241.35/1244.92	c  1245s|286900 | 16640 | 20948k|  72.7 |   385M |  41 | 200 | 601 | 264 |7431 |  0 |9652 |1943 | 1.850786e+01 | 2.000000e+01 |   8.06%|  89.05%
1241.55/1245.19	c  1245s|287000 | 16598 | 20952k|  72.7 |   385M |  41 | 200 | 600 | 227 |7431 |  0 |9652 |1944 | 1.850843e+01 | 2.000000e+01 |   8.06%|  89.07%
1241.85/1245.43	c  1245s|287100 | 16548 | 20956k|  72.7 |   385M |  41 | 200 | 600 | 225 |7431 |  0 |9652 |1944 | 1.850916e+01 | 2.000000e+01 |   8.05%|  89.10%
1242.05/1245.68	c  1246s|287200 | 16506 | 20960k|  72.7 |   385M |  41 | 200 | 599 | 224 |7431 |  0 |9652 |1944 | 1.850929e+01 | 2.000000e+01 |   8.05%|  89.13%
1242.34/1245.92	c  1246s|287300 | 16464 | 20964k|  72.7 |   385M |  41 | 200 | 599 | 225 |7431 |  0 |9652 |1944 | 1.850969e+01 | 2.000000e+01 |   8.05%|  89.16%
1242.55/1246.19	c  1246s|287400 | 16420 | 20969k|  72.7 |   385M |  41 | 200 | 599 | 224 |7431 |  0 |9652 |1944 | 1.851127e+01 | 2.000000e+01 |   8.04%|  89.18%
1242.84/1246.45	c  1246s|287500 | 16374 | 20973k|  72.7 |   385M |  41 | 200 | 599 | 225 |7431 |  1 |9653 |1945 | 1.851201e+01 | 2.000000e+01 |   8.04%|  89.22%
1243.04/1246.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1243.04/1246.68	c  1247s|287600 | 16336 | 20977k|  72.7 |   385M |  41 | 200 | 599 | 227 |7431 |  0 |9653 |1945 | 1.851280e+01 | 2.000000e+01 |   8.03%|  89.23%
1243.34/1246.92	c  1247s|287700 | 16308 | 20981k|  72.6 |   385M |  41 | 200 | 599 | 224 |7431 |  0 |9654 |1946 | 1.851318e+01 | 2.000000e+01 |   8.03%|  89.25%
1243.55/1247.18	c  1247s|287800 | 16276 | 20985k|  72.6 |   385M |  41 | 200 | 599 | 223 |7431 |  0 |9655 |1946 | 1.851341e+01 | 2.000000e+01 |   8.03%|  89.27%
1243.84/1247.40	c  1247s|287900 | 16232 | 20989k|  72.6 |   385M |  41 | 200 | 598 | 225 |7431 |  0 |9655 |1946 | 1.851412e+01 | 2.000000e+01 |   8.03%|  89.29%
1244.04/1247.66	c  1248s|288000 | 16192 | 20993k|  72.6 |   385M |  41 | 200 | 598 | 224 |7431 |  0 |9656 |1947 | 1.851459e+01 | 2.000000e+01 |   8.02%|  89.32%
1244.34/1247.92	c  1248s|288100 | 16164 | 20998k|  72.6 |   385M |  41 | 200 | 598 | 224 |7431 |  0 |9656 |1947 | 1.851496e+01 | 2.000000e+01 |   8.02%|  89.34%
1244.54/1248.19	c  1248s|288200 | 16112 | 21001k|  72.6 |   385M |  41 | 200 | 599 | 231 |7431 |  0 |9658 |1949 | 1.851502e+01 | 2.000000e+01 |   8.02%|  89.37%
1244.84/1248.41	c  1248s|288300 | 16066 | 21005k|  72.6 |   385M |  41 | 200 | 598 | 223 |7431 |  1 |9658 |1949 | 1.851531e+01 | 2.000000e+01 |   8.02%|  89.40%
1245.04/1248.66	c  1249s|288400 | 16030 | 21009k|  72.6 |   385M |  41 | 200 | 598 | 222 |7431 |  1 |9658 |1949 | 1.851559e+01 | 2.000000e+01 |   8.02%|  89.42%
1245.34/1248.92	c  1249s|288500 | 15986 | 21013k|  72.6 |   385M |  41 | 200 | 598 | 224 |7431 |  0 |9658 |1950 | 1.851613e+01 | 2.000000e+01 |   8.01%|  89.44%
1245.54/1249.16	c  1249s|288600 | 15946 | 21017k|  72.5 |   385M |  41 | 200 | 597 | 250 |7431 |  0 |9658 |1950 | 1.851686e+01 | 2.000000e+01 |   8.01%|  89.46%
1245.83/1249.43	c  1249s|288700 | 15904 | 21021k|  72.5 |   385M |  41 | 200 | 597 | 224 |7431 |  0 |9658 |1951 | 1.851750e+01 | 2.000000e+01 |   8.01%|  89.50%
1246.03/1249.67	c  1250s|288800 | 15852 | 21024k|  72.5 |   385M |  41 | 200 | 597 | 225 |7431 |  1 |9659 |1952 | 1.851888e+01 | 2.000000e+01 |   8.00%|  89.53%
1246.33/1249.90	c  1250s|288900 | 15802 | 21028k|  72.5 |   385M |  41 | 200 | 596 | 224 |7431 |  1 |9659 |1952 | 1.851921e+01 | 2.000000e+01 |   8.00%|  89.57%
1246.54/1250.13	c  1250s|289000 | 15762 | 21032k|  72.5 |   385M |  41 | 200 | 596 | 224 |7431 |  0 |9659 |1952 | 1.851985e+01 | 2.000000e+01 |   7.99%|  89.60%
1246.73/1250.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1246.73/1250.38	c  1250s|289100 | 15728 | 21036k|  72.5 |   385M |  41 | 200 | 595 | 226 |7431 |  1 |9660 |1953 | 1.852036e+01 | 2.000000e+01 |   7.99%|  89.62%
1247.03/1250.63	c  1251s|289200 | 15682 | 21039k|  72.5 |   385M |  41 | 200 | 595 | 232 |7431 |  0 |9660 |1953 | 1.852129e+01 | 2.000000e+01 |   7.98%|  89.65%
1247.23/1250.88	c  1251s|289300 | 15632 | 21043k|  72.5 |   385M |  41 | 200 | 594 | 265 |7431 |  1 |9660 |1953 | 1.852226e+01 | 2.000000e+01 |   7.98%|  89.69%
1247.53/1251.13	c  1251s|289400 | 15594 | 21048k|  72.4 |   385M |  41 | 200 | 593 | 224 |7431 |  0 |9660 |1953 | 1.852292e+01 | 2.000000e+01 |   7.97%|  89.71%
1247.73/1251.35	c  1251s|289500 | 15548 | 21051k|  72.4 |   385M |  41 | 200 | 594 | 242 |7431 |  0 |9661 |1954 | 1.852369e+01 | 2.000000e+01 |   7.97%|  89.74%
1247.93/1251.58	c  1252s|289600 | 15500 | 21054k|  72.4 |   385M |  41 | 200 | 594 | 265 |7431 |  1 |9661 |1954 | 1.852403e+01 | 2.000000e+01 |   7.97%|  89.77%
1248.23/1251.82	c  1252s|289700 | 15456 | 21058k|  72.4 |   385M |  41 | 200 | 593 | 223 |7431 |  0 |9661 |1954 | 1.852482e+01 | 2.000000e+01 |   7.96%|  89.80%
1248.43/1252.09	c  1252s|289800 | 15414 | 21062k|  72.4 |   385M |  41 | 200 | 592 | 224 |7431 |  1 |9661 |1955 | 1.852547e+01 | 2.000000e+01 |   7.96%|  89.83%
1248.73/1252.32	c  1252s|289900 | 15382 | 21066k|  72.4 |   385M |  41 | 200 | 592 | 225 |7431 |  1 |9661 |1955 | 1.852588e+01 | 2.000000e+01 |   7.96%|  89.84%
1248.92/1252.54	c  1253s|290000 | 15330 | 21069k|  72.4 |   385M |  41 | 200 | 592 | 230 |7431 |  0 |9661 |1955 | 1.852641e+01 | 2.000000e+01 |   7.95%|  89.88%
1249.22/1252.80	c  1253s|290100 | 15292 | 21074k|  72.4 |   385M |  41 | 200 | 592 | 250 |7431 |  1 |9661 |1955 | 1.852717e+01 | 2.000000e+01 |   7.95%|  89.91%
1249.43/1253.05	c  1253s|290200 | 15248 | 21078k|  72.4 |   385M |  41 | 200 | 591 | 224 |7431 |  0 |9661 |1955 | 1.852787e+01 | 2.000000e+01 |   7.95%|  89.97%
1249.62/1253.29	c  1253s|290300 | 15202 | 21082k|  72.3 |   385M |  41 | 200 | 591 | 223 |7431 |  0 |9661 |1955 | 1.852860e+01 | 2.000000e+01 |   7.94%|  90.01%
1249.92/1253.55	c  1254s|290400 | 15166 | 21086k|  72.3 |   385M |  41 | 200 | 591 | 224 |7431 |  0 |9661 |1955 | 1.852943e+01 | 2.000000e+01 |   7.94%|  90.02%
1250.12/1253.79	c  1254s|290500 | 15120 | 21090k|  72.3 |   385M |  41 | 200 | 590 | 224 |7431 |  0 |9661 |1955 | 1.852988e+01 | 2.000000e+01 |   7.93%|  90.05%
1250.42/1254.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1250.42/1254.06	c  1254s|290600 | 15080 | 21094k|  72.3 |   385M |  41 | 200 | 591 | 223 |7431 |  0 |9662 |1956 | 1.853025e+01 | 2.000000e+01 |   7.93%|  90.09%
1250.62/1254.29	c  1254s|290700 | 15038 | 21098k|  72.3 |   385M |  41 | 200 | 590 | 224 |7431 |  0 |9662 |1956 | 1.853122e+01 | 2.000000e+01 |   7.93%|  90.11%
1250.92/1254.53	c  1255s|290800 | 15000 | 21102k|  72.3 |   385M |  41 | 200 | 589 | 231 |7431 |  1 |9664 |1957 | 1.853190e+01 | 2.000000e+01 |   7.92%|  90.13%
1251.12/1254.76	c  1255s|290900 | 14948 | 21105k|  72.3 |   385M |  41 | 200 | 587 | 225 |7431 |  0 |9664 |1957 | 1.853226e+01 | 2.000000e+01 |   7.92%|  90.16%
1251.42/1255.01	c  1255s|291000 | 14908 | 21109k|  72.3 |   385M |  41 | 200 | 587 | 224 |7431 |  0 |9664 |1958 | 1.853275e+01 | 2.000000e+01 |   7.92%|  90.21%
1251.62/1255.26	c  1255s|291100 | 14864 | 21113k|  72.3 |   385M |  41 | 200 | 586 | 236 |7431 |  1 |9665 |1959 | 1.853331e+01 | 2.000000e+01 |   7.91%|  90.24%
1251.92/1255.50	c  1255s|291200 | 14822 | 21116k|  72.2 |   385M |  41 | 200 | 586 | 224 |7431 |  0 |9665 |1960 | 1.853387e+01 | 2.000000e+01 |   7.91%|  90.27%
1252.11/1255.74	c  1256s|291300 | 14778 | 21120k|  72.2 |   385M |  41 | 200 | 585 | 237 |7431 |  0 |9666 |1961 | 1.853406e+01 | 2.000000e+01 |   7.91%|  90.29%
1252.31/1255.98	c  1256s|291400 | 14732 | 21124k|  72.2 |   385M |  41 | 200 | 585 | 257 |7431 |  1 |9666 |1961 | 1.853506e+01 | 2.000000e+01 |   7.90%|  90.32%
1252.61/1256.22	c  1256s|291500 | 14684 | 21128k|  72.2 |   385M |  41 | 200 | 585 | 224 |7431 |  1 |9666 |1961 | 1.853607e+01 | 2.000000e+01 |   7.90%|  90.35%
1252.81/1256.44	c  1256s|291600 | 14638 | 21131k|  72.2 |   385M |  41 | 200 | 585 | 224 |7431 |  0 |9666 |1961 | 1.853803e+01 | 2.000000e+01 |   7.89%|  90.38%
1253.01/1256.69	c  1257s|291700 | 14586 | 21135k|  72.2 |   385M |  41 | 200 | 587 | 224 |7431 |  0 |9669 |1963 | 1.853849e+01 | 2.000000e+01 |   7.88%|  90.41%
1253.31/1256.94	c  1257s|291800 | 14542 | 21139k|  72.2 |   385M |  41 | 200 | 587 | 224 |7431 |  0 |9669 |1963 | 1.853913e+01 | 2.000000e+01 |   7.88%|  90.44%
1253.52/1257.19	c  1257s|291900 | 14490 | 21143k|  72.2 |   385M |  41 | 200 | 587 | 242 |7431 |  0 |9669 |1963 | 1.853982e+01 | 2.000000e+01 |   7.88%|  90.47%
1253.81/1257.41	c  1257s|292000 | 14448 | 21146k|  72.1 |   385M |  41 | 200 | 587 | 244 |7431 |  0 |9669 |1963 | 1.854070e+01 | 2.000000e+01 |   7.87%|  90.49%
1254.01/1257.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1254.01/1257.66	c  1258s|292100 | 14404 | 21150k|  72.1 |   385M |  41 | 200 | 587 | 232 |7431 |  0 |9669 |1963 | 1.854185e+01 | 2.000000e+01 |   7.86%|  90.52%
1254.31/1257.92	c  1258s|292200 | 14368 | 21154k|  72.1 |   385M |  41 | 200 | 586 | 224 |7431 |  1 |9669 |1963 | 1.854216e+01 | 2.000000e+01 |   7.86%|  90.55%
1254.51/1258.15	c  1258s|292300 | 14314 | 21157k|  72.1 |   385M |  41 | 200 | 586 | 225 |7431 |  1 |9669 |1963 | 1.854277e+01 | 2.000000e+01 |   7.86%|  90.58%
1254.71/1258.39	c  1258s|292400 | 14268 | 21161k|  72.1 |   385M |  41 | 200 | 586 | 224 |7431 |  0 |9672 |1965 | 1.854308e+01 | 2.000000e+01 |   7.86%|  90.61%
1255.01/1258.63	c  1259s|292500 | 14214 | 21164k|  72.1 |   385M |  41 | 200 | 586 | 305 |7431 |  0 |9672 |1965 | 1.854353e+01 | 2.000000e+01 |   7.85%|  90.65%
1255.21/1258.86	c  1259s|292600 | 14172 | 21168k|  72.1 |   385M |  41 | 200 | 586 | 224 |7431 |  1 |9672 |1965 | 1.854366e+01 | 2.000000e+01 |   7.85%|  90.67%
1255.41/1259.09	c  1259s|292700 | 14122 | 21171k|  72.1 |   385M |  41 | 200 | 586 | 248 |7431 |  0 |9672 |1965 | 1.854406e+01 | 2.000000e+01 |   7.85%|  90.70%
1255.70/1259.36	c  1259s|292800 | 14076 | 21175k|  72.0 |   385M |  41 | 200 | 587 | 225 |7431 |  0 |9674 |1966 | 1.854464e+01 | 2.000000e+01 |   7.85%|  90.74%
1255.90/1259.59	c  1260s|292900 | 14034 | 21179k|  72.0 |   385M |  41 | 200 | 587 | 224 |7431 |  0 |9674 |1966 | 1.854501e+01 | 2.000000e+01 |   7.85%|  90.77%
1256.20/1259.82	c  1260s|293000 | 13984 | 21183k|  72.0 |   385M |  41 | 200 | 587 | 224 |7431 |  0 |9674 |1966 | 1.854559e+01 | 2.000000e+01 |   7.84%|  90.81%
1256.41/1260.05	c  1260s|293100 | 13932 | 21186k|  72.0 |   385M |  41 | 200 | 586 | 223 |7431 |  0 |9674 |1966 | 1.854596e+01 | 2.000000e+01 |   7.84%|  90.84%
1256.60/1260.28	c  1260s|293200 | 13884 | 21189k|  72.0 |   385M |  41 | 200 | 585 | 225 |7431 |  0 |9674 |1966 | 1.854648e+01 | 2.000000e+01 |   7.84%|  90.86%
1256.90/1260.51	c  1261s|293300 | 13832 | 21193k|  72.0 |   385M |  41 | 200 | 583 | 224 |7431 |  0 |9674 |1966 | 1.854721e+01 | 2.000000e+01 |   7.83%|  90.90%
1257.10/1260.77	c  1261s|293400 | 13784 | 21197k|  72.0 |   385M |  41 | 200 | 583 | 231 |7431 |  0 |9674 |1966 | 1.854811e+01 | 2.000000e+01 |   7.83%|  90.92%
1257.40/1261.02	c  1261s|293500 | 13750 | 21201k|  72.0 |   385M |  41 | 200 | 583 | 224 |7431 |  1 |9674 |1966 | 1.854935e+01 | 2.000000e+01 |   7.82%|  90.95%
1257.60/1261.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1257.60/1261.26	c  1261s|293600 | 13694 | 21205k|  71.9 |   385M |  41 | 200 | 583 | 224 |7431 |  1 |9674 |1966 | 1.855036e+01 | 2.000000e+01 |   7.81%|  90.98%
1257.90/1261.50	c  1261s|293700 | 13646 | 21208k|  71.9 |   385M |  41 | 200 | 583 | 224 |7431 |  0 |9674 |1966 | 1.855195e+01 | 2.000000e+01 |   7.81%|  91.01%
1258.10/1261.75	c  1262s|293800 | 13608 | 21213k|  71.9 |   385M |  41 | 200 | 583 | 224 |7431 |  0 |9674 |1966 | 1.855258e+01 | 2.000000e+01 |   7.80%|  91.03%
1258.40/1262.00	c  1262s|293900 | 13566 | 21217k|  71.9 |   385M |  41 | 200 | 583 | 236 |7431 |  1 |9674 |1966 | 1.855340e+01 | 2.000000e+01 |   7.80%|  91.05%
1258.59/1262.27	c  1262s|294000 | 13524 | 21221k|  71.9 |   385M |  41 | 200 | 583 | 238 |7431 |  1 |9674 |1967 | 1.855363e+01 | 2.000000e+01 |   7.80%|  91.08%
1258.89/1262.52	c  1263s|294100 | 13480 | 21225k|  71.9 |   385M |  41 | 200 | 583 | 243 |7431 |  0 |9676 |1968 | 1.855456e+01 | 2.000000e+01 |   7.79%|  91.10%
1259.09/1262.75	c  1263s|294200 | 13442 | 21229k|  71.9 |   385M |  41 | 200 | 582 | 224 |7431 |  0 |9676 |1968 | 1.855502e+01 | 2.000000e+01 |   7.79%|  91.12%
1259.29/1262.99	c  1263s|294300 | 13404 | 21233k|  71.9 |   385M |  41 | 200 | 582 | 225 |7431 |  0 |9676 |1968 | 1.855560e+01 | 2.000000e+01 |   7.78%|  91.14%
1259.59/1263.21	c  1263s|294400 | 13356 | 21236k|  71.9 |   385M |  41 | 200 | 582 | 264 |7431 |  1 |9676 |1968 | 1.855613e+01 | 2.000000e+01 |   7.78%|  91.18%
1259.79/1263.47	c  1263s|294500 | 13306 | 21240k|  71.8 |   385M |  41 | 200 | 582 | 244 |7431 |  0 |9678 |1969 | 1.855679e+01 | 2.000000e+01 |   7.78%|  91.19%
1260.09/1263.72	c  1264s|294600 | 13268 | 21244k|  71.8 |   385M |  41 | 200 | 582 | 248 |7431 |  1 |9678 |1969 | 1.855773e+01 | 2.000000e+01 |   7.77%|  91.23%
1260.29/1263.98	c  1264s|294700 | 13222 | 21248k|  71.8 |   385M |  41 | 200 | 582 | 255 |7431 |  0 |9678 |1969 | 1.855807e+01 | 2.000000e+01 |   7.77%|  91.26%
1260.59/1264.21	c  1264s|294800 | 13174 | 21252k|  71.8 |   385M |  41 | 200 | 582 | 224 |7431 |  1 |9678 |1969 | 1.855864e+01 | 2.000000e+01 |   7.77%|  91.29%
1260.79/1264.42	c  1264s|294900 | 13120 | 21255k|  71.8 |   385M |  41 | 200 | 582 | 264 |7431 |  0 |9678 |1969 | 1.855892e+01 | 2.000000e+01 |   7.76%|  91.33%
1260.99/1264.64	c  1265s|295000 | 13068 | 21258k|  71.8 |   385M |  41 | 200 | 582 | 224 |7431 |  0 |9678 |1969 | 1.855976e+01 | 2.000000e+01 |   7.76%|  91.36%
1261.19/1264.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1261.19/1264.89	c  1265s|295100 | 13024 | 21262k|  71.8 |   385M |  41 | 200 | 579 | 237 |7431 |  1 |9678 |1969 | 1.856102e+01 | 2.000000e+01 |   7.75%|  91.39%
1261.49/1265.10	c  1265s|295200 | 12978 | 21265k|  71.8 |   385M |  41 | 200 | 579 | 224 |7431 |  0 |9678 |1969 | 1.856203e+01 | 2.000000e+01 |   7.75%|  91.41%
1261.69/1265.35	c  1265s|295300 | 12938 | 21269k|  71.8 |   385M |  41 | 200 | 579 | 223 |7431 |  1 |9678 |1970 | 1.856281e+01 | 2.000000e+01 |   7.74%|  91.44%
1261.88/1265.58	c  1266s|295400 | 12888 | 21272k|  71.7 |   385M |  41 | 200 | 578 | 274 |7431 |  0 |9678 |1970 | 1.856296e+01 | 2.000000e+01 |   7.74%|  91.46%
1262.18/1265.82	c  1266s|295500 | 12850 | 21276k|  71.7 |   385M |  41 | 200 | 579 | 224 |7431 |  0 |9679 |1971 | 1.856353e+01 | 2.000000e+01 |   7.74%|  91.49%
1262.39/1266.06	c  1266s|295600 | 12796 | 21280k|  71.7 |   385M |  41 | 200 | 579 | 224 |7431 |  1 |9681 |1972 | 1.856478e+01 | 2.000000e+01 |   7.73%|  91.52%
1262.58/1266.29	c  1266s|295700 | 12736 | 21283k|  71.7 |   385M |  41 | 200 | 579 | 223 |7431 |  0 |9681 |1972 | 1.856562e+01 | 2.000000e+01 |   7.73%|  91.56%
1262.88/1266.53	c  1267s|295800 | 12682 | 21287k|  71.7 |   385M |  41 | 200 | 579 | 224 |7431 |  0 |9681 |1972 | 1.856668e+01 | 2.000000e+01 |   7.72%|  91.60%
1263.08/1266.77	c  1267s|295900 | 12640 | 21291k|  71.7 |   385M |  41 | 200 | 578 | 225 |7431 |  0 |9681 |1972 | 1.856852e+01 | 2.000000e+01 |   7.71%|  91.62%
1263.39/1267.00	c  1267s|296000 | 12602 | 21294k|  71.7 |   385M |  41 | 200 | 578 | 238 |7431 |  1 |9681 |1972 | 1.856876e+01 | 2.000000e+01 |   7.71%|  91.64%
1263.58/1267.22	c  1267s|296100 | 12550 | 21297k|  71.7 |   385M |  41 | 200 | 578 | 265 |7431 |  0 |9681 |1972 | 1.856962e+01 | 2.000000e+01 |   7.70%|  91.68%
1263.78/1267.46	c  1267s|296200 | 12490 | 21301k|  71.6 |   385M |  41 | 200 | 578 | 243 |7431 |  0 |9681 |1972 | 1.857057e+01 | 2.000000e+01 |   7.70%|  91.72%
1263.98/1267.68	c  1268s|296300 | 12440 | 21304k|  71.6 |   385M |  41 | 200 | 578 | 242 |7431 |  1 |9681 |1972 | 1.857106e+01 | 2.000000e+01 |   7.69%|  91.76%
1264.28/1267.91	c  1268s|296400 | 12390 | 21307k|  71.6 |   385M |  41 | 200 | 578 | 226 |7431 |  0 |9681 |1972 | 1.857167e+01 | 2.000000e+01 |   7.69%|  91.79%
1264.48/1268.14	c  1268s|296500 | 12340 | 21311k|  71.6 |   385M |  41 | 200 | 578 | 224 |7431 |  0 |9681 |1972 | 1.857191e+01 | 2.000000e+01 |   7.69%|  91.83%
1264.68/1268.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1264.68/1268.39	c  1268s|296600 | 12286 | 21315k|  71.6 |   385M |  41 | 200 | 578 | 225 |7431 |  0 |9681 |1972 | 1.857267e+01 | 2.000000e+01 |   7.69%|  91.86%
1264.98/1268.64	c  1269s|296700 | 12244 | 21319k|  71.6 |   385M |  41 | 200 | 578 | 236 |7431 |  0 |9681 |1972 | 1.857356e+01 | 2.000000e+01 |   7.68%|  91.89%
1265.17/1268.86	c  1269s|296800 | 12200 | 21322k|  71.6 |   385M |  41 | 200 | 578 | 224 |7431 |  0 |9681 |1972 | 1.857406e+01 | 2.000000e+01 |   7.68%|  91.92%
1265.48/1269.14	c  1269s|296900 | 12138 | 21325k|  71.6 |   385M |  41 | 200 | 577 | 224 |7431 |  1 |9685 |1976 | 1.857558e+01 | 2.000000e+01 |   7.67%|  91.96%
1265.67/1269.37	c  1269s|297000 | 12092 | 21329k|  71.5 |   385M |  41 | 200 | 577 | 230 |7431 |  1 |9685 |1976 | 1.857654e+01 | 2.000000e+01 |   7.66%|  91.98%
1265.87/1269.60	c  1270s|297100 | 12030 | 21332k|  71.5 |   385M |  41 | 200 | 576 | 234 |7431 |  0 |9685 |1976 | 1.857724e+01 | 2.000000e+01 |   7.66%|  92.03%
1266.17/1269.82	c  1270s|297200 | 11982 | 21335k|  71.5 |   385M |  41 | 200 | 576 | 236 |7431 |  0 |9685 |1976 | 1.857814e+01 | 2.000000e+01 |   7.65%|  92.05%
1266.38/1270.05	c  1270s|297300 | 11924 | 21338k|  71.5 |   385M |  41 | 200 | 575 | 237 |7431 |  0 |9685 |1976 | 1.857897e+01 | 2.000000e+01 |   7.65%|  92.09%
1266.57/1270.27	c  1270s|297400 | 11868 | 21341k|  71.5 |   385M |  41 | 200 | 576 | 225 |7431 |  0 |9687 |1977 | 1.857932e+01 | 2.000000e+01 |   7.65%|  92.12%
1266.87/1270.50	c  1271s|297500 | 11810 | 21344k|  71.5 |   385M |  41 | 200 | 576 | 243 |7431 |  0 |9687 |1978 | 1.858005e+01 | 2.000000e+01 |   7.64%|  92.16%
1267.07/1270.74	c  1271s|297600 | 11746 | 21348k|  71.5 |   385M |  41 | 200 | 575 | 224 |7431 |  0 |9687 |1978 | 1.858210e+01 | 2.000000e+01 |   7.63%|  92.19%
1267.27/1270.97	c  1271s|297700 | 11698 | 21351k|  71.5 |   385M |  41 | 200 | 575 | 227 |7431 |  1 |9687 |1978 | 1.858305e+01 | 2.000000e+01 |   7.62%|  92.21%
1267.57/1271.20	c  1271s|297800 | 11650 | 21354k|  71.4 |   385M |  41 | 200 | 574 | 232 |7431 |  0 |9688 |1979 | 1.858350e+01 | 2.000000e+01 |   7.62%|  92.23%
1267.77/1271.43	c  1271s|297900 | 11590 | 21358k|  71.4 |   385M |  41 | 200 | 570 | 224 |7431 |  0 |9688 |1979 | 1.858471e+01 | 2.000000e+01 |   7.62%|  92.28%
1267.96/1271.66	c  1272s|298000 | 11546 | 21361k|  71.4 |   385M |  41 | 200 | 570 | 231 |7431 |  0 |9688 |1979 | 1.858580e+01 | 2.000000e+01 |   7.61%|  92.30%
1268.16/1271.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1268.16/1271.89	c  1272s|298100 | 11494 | 21364k|  71.4 |   385M |  41 | 200 | 569 | 224 |7431 |  0 |9688 |1979 | 1.858630e+01 | 2.000000e+01 |   7.61%|  92.34%
1268.47/1272.11	c  1272s|298200 | 11432 | 21367k|  71.4 |   385M |  41 | 200 | 569 | 295 |7431 |  1 |9689 |1980 | 1.858698e+01 | 2.000000e+01 |   7.60%|  92.38%
1268.66/1272.36	c  1272s|298300 | 11370 | 21370k|  71.4 |   385M |  41 | 200 | 569 | 223 |7431 |  0 |9696 |1986 | 1.858735e+01 | 2.000000e+01 |   7.60%|  92.41%
1268.96/1272.61	c  1273s|298400 | 11316 | 21374k|  71.4 |   385M |  41 | 200 | 569 | 232 |7431 |  0 |9696 |1986 | 1.858804e+01 | 2.000000e+01 |   7.60%|  92.45%
1269.16/1272.83	c  1273s|298500 | 11256 | 21377k|  71.3 |   385M |  41 | 200 | 567 | 223 |7431 |  1 |9696 |1986 | 1.858916e+01 | 2.000000e+01 |   7.59%|  92.48%
1269.37/1273.06	c  1273s|298600 | 11204 | 21380k|  71.3 |   385M |  41 | 200 | 565 | 224 |7431 |  0 |9696 |1986 | 1.859001e+01 | 2.000000e+01 |   7.58%|  92.51%
1269.56/1273.28	c  1273s|298700 | 11152 | 21384k|  71.3 |   385M |  41 | 200 | 565 | 247 |7431 |  0 |9696 |1986 | 1.859064e+01 | 2.000000e+01 |   7.58%|  92.55%
1269.86/1273.52	c  1274s|298800 | 11094 | 21387k|  71.3 |   385M |  41 | 200 | 565 | 224 |7431 |  0 |9698 |1987 | 1.859219e+01 | 2.000000e+01 |   7.57%|  92.58%
1270.06/1273.77	c  1274s|298900 | 11046 | 21390k|  71.3 |   385M |  41 | 200 | 565 | 224 |7431 |  1 |9702 |1990 | 1.859310e+01 | 2.000000e+01 |   7.57%|  92.61%
1270.36/1274.00	c  1274s|299000 | 10992 | 21394k|  71.3 |   385M |  41 | 200 | 564 | 224 |7431 |  0 |9702 |1990 | 1.859377e+01 | 2.000000e+01 |   7.56%|  92.63%
1270.56/1274.23	c  1274s|299100 | 10932 | 21397k|  71.3 |   385M |  41 | 200 | 563 | 257 |7431 |  1 |9704 |1991 | 1.859416e+01 | 2.000000e+01 |   7.56%|  92.67%
1270.76/1274.46	c  1274s|299200 | 10884 | 21400k|  71.3 |   385M |  41 | 200 | 562 | 224 |7431 |  0 |9704 |1991 | 1.859487e+01 | 2.000000e+01 |   7.56%|  92.70%
1270.96/1274.68	c  1275s|299300 | 10816 | 21403k|  71.2 |   385M |  41 | 200 | 562 | 224 |7431 |  0 |9704 |1991 | 1.859587e+01 | 2.000000e+01 |   7.55%|  92.74%
1271.25/1274.93	c  1275s|299400 | 10750 | 21407k|  71.2 |   385M |  41 | 200 | 562 | 267 |7431 |  0 |9705 |1992 | 1.859680e+01 | 2.000000e+01 |   7.55%|  92.79%
1271.46/1275.17	c  1275s|299500 | 10696 | 21410k|  71.2 |   385M |  41 | 200 | 561 | 224 |7431 |  0 |9708 |1995 | 1.859729e+01 | 2.000000e+01 |   7.54%|  92.82%
1271.75/1275.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1271.75/1275.40	c  1275s|299600 | 10638 | 21413k|  71.2 |   385M |  41 | 200 | 561 | 239 |7431 |  0 |9708 |1995 | 1.859868e+01 | 2.000000e+01 |   7.53%|  92.85%
1271.95/1275.63	c  1276s|299700 | 10590 | 21416k|  71.2 |   385M |  41 | 200 | 560 | 224 |7431 |  0 |9708 |1995 | 1.859940e+01 | 2.000000e+01 |   7.53%|  92.88%
1272.15/1275.86	c  1276s|299800 | 10546 | 21420k|  71.2 |   385M |  41 | 200 | 560 | 266 |7431 |  1 |9708 |1995 | 1.859958e+01 | 2.000000e+01 |   7.53%|  92.91%
1272.36/1276.07	c  1276s|299900 | 10494 | 21423k|  71.2 |   385M |  41 | 200 | 560 | 247 |7431 |  0 |9708 |1995 | 1.859986e+01 | 2.000000e+01 |   7.53%|  92.93%
1272.55/1276.29	c  1276s|300000 | 10444 | 21426k|  71.2 |   385M |  41 | 200 | 560 | 224 |7431 |  1 |9708 |1995 | 1.860058e+01 | 2.000000e+01 |   7.52%|  92.97%
1272.85/1276.50	c  1277s|300100 | 10394 | 21429k|  71.1 |   385M |  41 | 200 | 560 | 225 |7431 |  0 |9708 |1995 | 1.860147e+01 | 2.000000e+01 |   7.52%|  93.01%
1273.05/1276.73	c  1277s|300200 | 10346 | 21432k|  71.1 |   385M |  41 | 200 | 560 | 225 |7431 |  1 |9709 |1996 | 1.860180e+01 | 2.000000e+01 |   7.52%|  93.03%
1273.25/1276.96	c  1277s|300300 | 10284 | 21435k|  71.1 |   385M |  41 | 200 | 559 | 231 |7431 |  1 |9713 |1999 | 1.860235e+01 | 2.000000e+01 |   7.51%|  93.06%
1273.45/1277.19	c  1277s|300400 | 10236 | 21438k|  71.1 |   385M |  41 | 200 | 558 | 225 |7431 |  0 |9713 |1999 | 1.860266e+01 | 2.000000e+01 |   7.51%|  93.09%
1273.75/1277.44	c  1277s|300500 | 10182 | 21442k|  71.1 |   385M |  41 | 200 | 558 | 224 |7431 |  1 |9714 |2000 | 1.860351e+01 | 2.000000e+01 |   7.51%|  93.14%
1273.95/1277.67	c  1278s|300600 | 10128 | 21445k|  71.1 |   385M |  41 | 200 | 556 | 233 |7431 |  0 |9714 |2000 | 1.860413e+01 | 2.000000e+01 |   7.50%|  93.16%
1274.15/1277.89	c  1278s|300700 | 10074 | 21448k|  71.1 |   385M |  41 | 200 | 556 | 224 |7431 |  0 |9714 |2000 | 1.860451e+01 | 2.000000e+01 |   7.50%|  93.20%
1274.45/1278.13	c  1278s|300800 | 10014 | 21451k|  71.0 |   385M |  41 | 200 | 555 | 238 |7431 |  1 |9714 |2000 | 1.860478e+01 | 2.000000e+01 |   7.50%|  93.25%
1274.64/1278.38	c  1278s|300900 |  9958 | 21455k|  71.0 |   385M |  41 | 200 | 554 | 224 |7431 |  1 |9714 |2000 | 1.860531e+01 | 2.000000e+01 |   7.50%|  93.28%
1274.94/1278.61	c  1279s|301000 |  9898 | 21458k|  71.0 |   385M |  41 | 200 | 552 | 224 |7431 |  0 |9714 |2000 | 1.860636e+01 | 2.000000e+01 |   7.49%|  93.33%
1275.14/1278.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1275.14/1278.84	c  1279s|301100 |  9850 | 21461k|  71.0 |   385M |  41 | 200 | 550 | 230 |7431 |  1 |9714 |2000 | 1.860786e+01 | 2.000000e+01 |   7.48%|  93.36%
1275.35/1279.05	c  1279s|301200 |  9800 | 21465k|  71.0 |   385M |  41 | 200 | 549 | 225 |7431 |  0 |9714 |2000 | 1.860937e+01 | 2.000000e+01 |   7.47%|  93.40%
1275.54/1279.29	c  1279s|301300 |  9736 | 21468k|  71.0 |   385M |  41 | 200 | 548 | 225 |7431 |  0 |9714 |2000 | 1.861026e+01 | 2.000000e+01 |   7.47%|  93.45%
1275.84/1279.51	c  1280s|301400 |  9676 | 21471k|  71.0 |   385M |  41 | 200 | 546 | 299 |7431 |  0 |9714 |2000 | 1.861085e+01 | 2.000000e+01 |   7.46%|  93.49%
1276.04/1279.74	c  1280s|301500 |  9620 | 21474k|  71.0 |   385M |  41 | 200 | 546 | 268 |7431 |  1 |9716 |2002 | 1.861160e+01 | 2.000000e+01 |   7.46%|  93.53%
1276.24/1279.97	c  1280s|301600 |  9564 | 21477k|  70.9 |   385M |  41 | 200 | 545 | 225 |7431 |  0 |9716 |2002 | 1.861280e+01 | 2.000000e+01 |   7.45%|  93.57%
1276.54/1280.22	c  1280s|301700 |  9502 | 21480k|  70.9 |   385M |  41 | 200 | 545 | 231 |7431 |  0 |9718 |2004 | 1.861331e+01 | 2.000000e+01 |   7.45%|  93.60%
1276.74/1280.45	c  1280s|301800 |  9442 | 21483k|  70.9 |   385M |  41 | 200 | 543 | 231 |7431 |  0 |9722 |2007 | 1.861470e+01 | 2.000000e+01 |   7.44%|  93.63%
1276.94/1280.68	c  1281s|301900 |  9380 | 21486k|  70.9 |   385M |  41 | 200 | 542 | 255 |7431 |  0 |9722 |2007 | 1.861637e+01 | 2.000000e+01 |   7.43%|  93.68%
1277.24/1280.91	c  1281s|302000 |  9314 | 21489k|  70.9 |   385M |  41 | 200 | 542 | 224 |7431 |  0 |9722 |2007 | 1.861879e+01 | 2.000000e+01 |   7.42%|  93.71%
1277.44/1281.14	c  1281s|302100 |  9254 | 21492k|  70.9 |   385M |  41 | 200 | 540 | 251 |7431 |  0 |9722 |2007 | 1.861952e+01 | 2.000000e+01 |   7.41%|  93.75%
1277.63/1281.37	c  1281s|302200 |  9206 | 21496k|  70.9 |   385M |  41 | 200 | 538 | 248 |7431 |  1 |9723 |2008 | 1.862038e+01 | 2.000000e+01 |   7.41%|  93.78%
1277.93/1281.60	c  1282s|302300 |  9142 | 21499k|  70.9 |   385M |  41 | 200 | 538 | 224 |7431 |  0 |9723 |2008 | 1.862150e+01 | 2.000000e+01 |   7.40%|  93.82%
1278.13/1281.83	c  1282s|302400 |  9076 | 21502k|  70.8 |   385M |  41 | 200 | 535 | 294 |7431 |  1 |9723 |2008 | 1.862237e+01 | 2.000000e+01 |   7.40%|  93.86%
1278.34/1282.05	c  1282s|302500 |  9020 | 21505k|  70.8 |   385M |  41 | 200 | 534 | 225 |7431 |  1 |9723 |2008 | 1.862297e+01 | 2.000000e+01 |   7.39%|  93.90%
1278.53/1282.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1278.53/1282.26	c  1282s|302600 |  8962 | 21508k|  70.8 |   385M |  41 | 200 | 533 | 224 |7431 |  0 |9723 |2008 | 1.862487e+01 | 2.000000e+01 |   7.38%|  93.93%
1278.73/1282.49	c  1282s|302700 |  8894 | 21511k|  70.8 |   385M |  41 | 200 | 529 | 292 |7431 |  0 |9723 |2008 | 1.862678e+01 | 2.000000e+01 |   7.37%|  93.98%
1279.03/1282.73	c  1283s|302800 |  8840 | 21514k|  70.8 |   385M |  41 | 200 | 528 | 224 |7431 |  1 |9726 |2010 | 1.862808e+01 | 2.000000e+01 |   7.36%|  94.01%
1279.23/1282.96	c  1283s|302900 |  8780 | 21517k|  70.8 |   385M |  41 | 200 | 528 | 224 |7431 |  1 |9729 |2013 | 1.862903e+01 | 2.000000e+01 |   7.36%|  94.05%
1279.43/1283.19	c  1283s|303000 |  8728 | 21520k|  70.8 |   385M |  41 | 200 | 528 | 225 |7431 |  0 |9729 |2013 | 1.862999e+01 | 2.000000e+01 |   7.35%|  94.08%
1279.73/1283.43	c  1283s|303100 |  8672 | 21524k|  70.8 |   385M |  41 | 200 | 528 | 225 |7431 |  1 |9732 |2016 | 1.863120e+01 | 2.000000e+01 |   7.35%|  94.12%
1279.93/1283.65	c  1284s|303200 |  8612 | 21526k|  70.7 |   385M |  41 | 200 | 527 | 225 |7431 |  0 |9733 |2017 | 1.863301e+01 | 2.000000e+01 |   7.34%|  94.16%
1280.22/1283.90	c  1284s|303300 |  8544 | 21529k|  70.7 |   385M |  41 | 200 | 526 | 238 |7431 |  0 |9733 |2017 | 1.863340e+01 | 2.000000e+01 |   7.33%|  94.20%
1280.43/1284.12	c  1284s|303400 |  8478 | 21532k|  70.7 |   385M |  41 | 200 | 523 | 269 |7431 |  1 |9733 |2017 | 1.863445e+01 | 2.000000e+01 |   7.33%|  94.24%
1280.62/1284.34	c  1284s|303500 |  8424 | 21535k|  70.7 |   385M |  41 | 200 | 522 | 225 |7431 |  0 |9733 |2017 | 1.863529e+01 | 2.000000e+01 |   7.32%|  94.27%
1280.82/1284.56	c  1285s|303600 |  8360 | 21537k|  70.7 |   385M |  41 | 200 | 522 | 230 |7431 |  0 |9735 |2020 | 1.863640e+01 | 2.000000e+01 |   7.32%|  94.31%
1281.02/1284.79	c  1285s|303700 |  8292 | 21540k|  70.7 |   385M |  41 | 200 | 522 | 225 |7431 |  0 |9737 |2021 | 1.863735e+01 | 2.000000e+01 |   7.31%|  94.36%
1281.33/1285.03	c  1285s|303800 |  8232 | 21543k|  70.7 |   385M |  41 | 200 | 522 | 246 |7431 |  0 |9737 |2021 | 1.863787e+01 | 2.000000e+01 |   7.31%|  94.38%
1281.52/1285.25	c  1285s|303900 |  8170 | 21546k|  70.6 |   385M |  41 | 200 | 521 | 227 |7431 |  0 |9737 |2021 | 1.863880e+01 | 2.000000e+01 |   7.30%|  94.42%
1281.72/1285.47	c  1285s|304000 |  8108 | 21549k|  70.6 |   385M |  41 | 200 | 521 | 229 |7431 |  0 |9738 |2022 | 1.863947e+01 | 2.000000e+01 |   7.30%|  94.46%
1282.02/1285.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1282.02/1285.70	c  1286s|304100 |  8050 | 21552k|  70.6 |   385M |  41 | 200 | 521 | 225 |7431 |  0 |9739 |2023 | 1.864177e+01 | 2.000000e+01 |   7.29%|  94.50%
1282.22/1285.92	c  1286s|304200 |  7990 | 21555k|  70.6 |   385M |  41 | 200 | 521 | 230 |7431 |  0 |9739 |2023 | 1.864378e+01 | 2.000000e+01 |   7.27%|  94.53%
1282.42/1286.16	c  1286s|304300 |  7920 | 21558k|  70.6 |   385M |  41 | 200 | 520 | 248 |7431 |  0 |9739 |2023 | 1.864492e+01 | 2.000000e+01 |   7.27%|  94.59%
1282.62/1286.39	c  1286s|304400 |  7848 | 21560k|  70.6 |   385M |  41 | 200 | 520 | 223 |7431 |  0 |9739 |2023 | 1.864584e+01 | 2.000000e+01 |   7.26%|  94.64%
1282.82/1286.59	c  1287s|304500 |  7786 | 21563k|  70.6 |   385M |  41 | 200 | 519 | 259 |7431 |  0 |9739 |2023 | 1.864651e+01 | 2.000000e+01 |   7.26%|  94.68%
1283.21/1286.95	c  1287s|304600 |  7712 | 21566k|  70.5 |   385M |  41 | 200 | 519 | 224 |7438 |  0 |9739 |2023 | 1.864752e+01 | 2.000000e+01 |   7.25%|  94.72%
1283.42/1287.19	c  1287s|304700 |  7640 | 21568k|  70.5 |   385M |  41 | 200 | 519 | 225 |7438 |  0 |9739 |2023 | 1.864812e+01 | 2.000000e+01 |   7.25%|  94.77%
1283.71/1287.42	c  1287s|304800 |  7588 | 21571k|  70.5 |   385M |  41 | 200 | 519 | 224 |7438 |  0 |9739 |2023 | 1.864828e+01 | 2.000000e+01 |   7.25%|  94.80%
1283.91/1287.62	c  1288s|304900 |  7538 | 21574k|  70.5 |   385M |  41 | 200 | 519 | 225 |7438 |  1 |9739 |2023 | 1.864854e+01 | 2.000000e+01 |   7.25%|  94.83%
1284.11/1287.84	c  1288s|305000 |  7478 | 21577k|  70.5 |   385M |  41 | 200 | 517 | 240 |7438 |  0 |9739 |2023 | 1.864897e+01 | 2.000000e+01 |   7.24%|  94.86%
1284.32/1288.06	c  1288s|305100 |  7412 | 21580k|  70.5 |   385M |  41 | 200 | 516 | 225 |7438 |  0 |9739 |2023 | 1.864997e+01 | 2.000000e+01 |   7.24%|  94.89%
1284.51/1288.29	c  1288s|305200 |  7348 | 21583k|  70.5 |   385M |  41 | 200 | 518 | 225 |7438 |  0 |9745 |2028 | 1.865133e+01 | 2.000000e+01 |   7.23%|  94.93%
1284.81/1288.51	c  1289s|305300 |  7288 | 21586k|  70.4 |   385M |  41 | 200 | 518 | 237 |7438 |  0 |9745 |2028 | 1.865267e+01 | 2.000000e+01 |   7.22%|  94.96%
1285.01/1288.73	c  1289s|305400 |  7238 | 21589k|  70.4 |   385M |  41 | 200 | 518 | 229 |7438 |  0 |9745 |2028 | 1.865335e+01 | 2.000000e+01 |   7.22%|  94.98%
1285.21/1288.95	c  1289s|305500 |  7182 | 21592k|  70.4 |   385M |  41 | 200 | 518 | 224 |7438 |  1 |9745 |2028 | 1.865449e+01 | 2.000000e+01 |   7.21%|  95.02%
1285.41/1289.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1285.41/1289.18	c  1289s|305600 |  7120 | 21595k|  70.4 |   385M |  41 | 200 | 517 | 249 |7438 |  0 |9745 |2028 | 1.865549e+01 | 2.000000e+01 |   7.21%|  95.07%
1285.71/1289.44	c  1289s|305700 |  7062 | 21597k|  70.4 |   385M |  41 | 200 | 517 | 331 |7440 |  1 |9746 |2028 | 1.865639e+01 | 2.000000e+01 |   7.20%|  95.10%
1285.91/1289.67	c  1290s|305800 |  6998 | 21600k|  70.4 |   385M |  41 | 200 | 517 | 248 |7440 |  0 |9747 |2029 | 1.865770e+01 | 2.000000e+01 |   7.19%|  95.15%
1286.11/1289.88	c  1290s|305900 |  6938 | 21603k|  70.4 |   385M |  41 | 200 | 517 | 224 |7440 |  0 |9747 |2029 | 1.865874e+01 | 2.000000e+01 |   7.19%|  95.17%
1286.41/1290.13	c  1290s|306000 |  6872 | 21606k|  70.4 |   385M |  41 | 200 | 517 | 224 |7440 |  1 |9749 |2030 | 1.866048e+01 | 2.000000e+01 |   7.18%|  95.22%
1286.60/1290.36	c  1290s|306100 |  6810 | 21609k|  70.3 |   385M |  41 | 200 | 517 | 230 |7440 |  0 |9749 |2031 | 1.866301e+01 | 2.000000e+01 |   7.16%|  95.26%
1286.80/1290.57	c  1291s|306200 |  6750 | 21612k|  70.3 |   385M |  41 | 200 | 517 | 251 |7440 |  0 |9749 |2031 | 1.866455e+01 | 2.000000e+01 |   7.16%|  95.28%
1287.10/1290.80	c  1291s|306300 |  6684 | 21615k|  70.3 |   385M |  41 | 200 | 515 | 256 |7440 |  0 |9749 |2031 | 1.866585e+01 | 2.000000e+01 |   7.15%|  95.34%
1287.31/1291.03	c  1291s|306400 |  6624 | 21618k|  70.3 |   385M |  41 | 200 | 514 | 237 |7440 |  0 |9749 |2031 | 1.866729e+01 | 2.000000e+01 |   7.14%|  95.37%
1287.50/1291.25	c  1291s|306500 |  6560 | 21620k|  70.3 |   385M |  41 | 200 | 513 | 249 |7440 |  0 |9749 |2031 | 1.866796e+01 | 2.000000e+01 |   7.14%|  95.41%
1287.70/1291.47	c  1291s|306600 |  6496 | 21623k|  70.3 |   385M |  41 | 200 | 512 | 233 |7440 |  0 |9749 |2031 | 1.866932e+01 | 2.000000e+01 |   7.13%|  95.45%
1288.00/1291.70	c  1292s|306700 |  6424 | 21626k|  70.3 |   385M |  41 | 200 | 511 | 300 |7440 |  0 |9750 |2032 | 1.867037e+01 | 2.000000e+01 |   7.12%|  95.51%
1288.20/1291.92	c  1292s|306800 |  6360 | 21628k|  70.2 |   385M |  41 | 200 | 511 | 224 |7440 |  0 |9752 |2033 | 1.867123e+01 | 2.000000e+01 |   7.12%|  95.56%
1288.40/1292.16	c  1292s|306900 |  6296 | 21631k|  70.2 |   385M |  41 | 200 | 508 | 248 |7440 |  1 |9752 |2033 | 1.867242e+01 | 2.000000e+01 |   7.11%|  95.60%
1288.60/1292.38	c  1292s|307000 |  6228 | 21634k|  70.2 |   385M |  41 | 200 | 508 | 224 |7440 |  0 |9752 |2033 | 1.867342e+01 | 2.000000e+01 |   7.10%|  95.64%
1288.90/1292.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1288.90/1292.61	c  1293s|307100 |  6156 | 21637k|  70.2 |   385M |  41 | 200 | 508 | 256 |7440 |  0 |9752 |2033 | 1.867622e+01 | 2.000000e+01 |   7.09%|  95.68%
1289.10/1292.82	c  1293s|307200 |  6104 | 21640k|  70.2 |   385M |  41 | 200 | 508 | 224 |7440 |  0 |9752 |2033 | 1.867665e+01 | 2.000000e+01 |   7.09%|  95.71%
1289.30/1293.07	c  1293s|307300 |  6036 | 21642k|  70.2 |   385M |  41 | 200 | 510 | 224 |7440 |  1 |9754 |2034 | 1.867796e+01 | 2.000000e+01 |   7.08%|  95.75%
1289.49/1293.27	c  1293s|307400 |  5966 | 21645k|  70.2 |   385M |  41 | 200 | 510 | 262 |7440 |  0 |9754 |2034 | 1.867925e+01 | 2.000000e+01 |   7.07%|  95.80%
1289.69/1293.49	c  1293s|307500 |  5900 | 21647k|  70.1 |   385M |  41 | 200 | 510 | 224 |7440 |  0 |9756 |2035 | 1.868025e+01 | 2.000000e+01 |   7.06%|  95.83%
1289.99/1293.71	c  1294s|307600 |  5824 | 21649k|  70.1 |   385M |  41 | 200 | 508 | 232 |7440 |  0 |9756 |2035 | 1.868093e+01 | 2.000000e+01 |   7.06%|  95.89%
1290.19/1293.93	c  1294s|307700 |  5758 | 21652k|  70.1 |   385M |  41 | 200 | 506 | 282 |7440 |  0 |9756 |2035 | 1.868195e+01 | 2.000000e+01 |   7.06%|  95.94%
1290.49/1294.22	c  1294s|307800 |  5684 | 21654k|  70.1 |   385M |  41 | 200 | 506 | 299 |7440 |  1 |9756 |2035 | 1.868316e+01 | 2.000000e+01 |   7.05%|  95.99%
1290.69/1294.43	c  1294s|307900 |  5614 | 21657k|  70.1 |   385M |  41 | 200 | 505 | 243 |7440 |  0 |9756 |2035 | 1.868374e+01 | 2.000000e+01 |   7.04%|  96.03%
1290.89/1294.64	c  1295s|308000 |  5544 | 21659k|  70.1 |   385M |  41 | 200 | 505 | 225 |7440 |  0 |9756 |2036 | 1.868569e+01 | 2.000000e+01 |   7.03%|  96.08%
1291.09/1294.86	c  1295s|308100 |  5476 | 21661k|  70.1 |   385M |  41 | 200 | 504 | 225 |7440 |  0 |9758 |2038 | 1.868846e+01 | 2.000000e+01 |   7.02%|  96.12%
1291.29/1295.07	c  1295s|308200 |  5404 | 21664k|  70.0 |   385M |  41 | 200 | 503 | 274 |7440 |  0 |9758 |2038 | 1.869059e+01 | 2.000000e+01 |   7.01%|  96.17%
1291.49/1295.28	c  1295s|308300 |  5342 | 21666k|  70.0 |   385M |  41 | 200 | 502 | 231 |7440 |  0 |9758 |2038 | 1.869176e+01 | 2.000000e+01 |   7.00%|  96.20%
1291.79/1295.50	c  1295s|308400 |  5276 | 21669k|  70.0 |   385M |  41 | 200 | 502 | 237 |7440 |  0 |9761 |2040 | 1.869434e+01 | 2.000000e+01 |   6.98%|  96.25%
1291.99/1295.70	c  1296s|308500 |  5200 | 21671k|  70.0 |   385M |  41 | 200 | 501 | 283 |7440 |  0 |9761 |2040 | 1.869534e+01 | 2.000000e+01 |   6.98%|  96.30%
1292.19/1295.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1292.19/1295.92	c  1296s|308600 |  5120 | 21673k|  70.0 |   385M |  41 | 200 | 501 | 280 |7440 |  0 |9761 |2040 | 1.869703e+01 | 2.000000e+01 |   6.97%|  96.34%
1292.39/1296.14	c  1296s|308700 |  5056 | 21676k|  70.0 |   385M |  41 | 200 | 501 | 241 |7440 |  1 |9761 |2040 | 1.869822e+01 | 2.000000e+01 |   6.96%|  96.39%
1292.58/1296.37	c  1296s|308800 |  4980 | 21678k|  69.9 |   385M |  41 | 200 | 501 | 227 |7440 |  0 |9761 |2040 | 1.870043e+01 | 2.000000e+01 |   6.95%|  96.43%
1292.78/1296.59	c  1297s|308900 |  4908 | 21680k|  69.9 |   385M |  41 | 200 | 501 | 224 |7440 |  0 |9761 |2040 | 1.870165e+01 | 2.000000e+01 |   6.94%|  96.48%
1292.98/1296.79	c  1297s|309000 |  4848 | 21683k|  69.9 |   385M |  41 | 200 | 501 | 243 |7440 |  1 |9761 |2040 | 1.870363e+01 | 2.000000e+01 |   6.93%|  96.53%
1293.29/1297.00	c  1297s|309100 |  4770 | 21685k|  69.9 |   385M |  41 | 200 | 500 | 230 |7440 |  0 |9761 |2040 | 1.870498e+01 | 2.000000e+01 |   6.92%|  96.57%
1293.48/1297.21	c  1297s|309200 |  4698 | 21687k|  69.9 |   385M |  41 | 200 | 499 | 255 |7440 |  0 |9761 |2040 | 1.870661e+01 | 2.000000e+01 |   6.91%|  96.62%
1293.68/1297.44	c  1297s|309300 |  4626 | 21689k|  69.9 |   385M |  41 | 200 | 499 | 237 |7440 |  0 |9761 |2040 | 1.870838e+01 | 2.000000e+01 |   6.90%|  96.66%
1293.88/1297.68	c  1298s|309400 |  4554 | 21692k|  69.9 |   385M |  41 | 200 | 498 | 224 |7440 |  1 |9763 |2042 | 1.870985e+01 | 2.000000e+01 |   6.90%|  96.71%
1294.08/1297.89	c  1298s|309500 |  4488 | 21695k|  69.8 |   385M |  41 | 200 | 498 | 243 |7440 |  0 |9763 |2042 | 1.871034e+01 | 2.000000e+01 |   6.89%|  96.76%
1294.28/1298.10	c  1298s|309600 |  4416 | 21697k|  69.8 |   385M |  41 | 200 | 497 | 224 |7440 |  0 |9763 |2042 | 1.871181e+01 | 2.000000e+01 |   6.88%|  96.81%
1294.58/1298.33	c  1298s|309700 |  4344 | 21699k|  69.8 |   385M |  41 | 200 | 497 | 227 |7440 |  0 |9764 |2043 | 1.871364e+01 | 2.000000e+01 |   6.87%|  96.86%
1294.78/1298.53	c  1299s|309800 |  4280 | 21701k|  69.8 |   385M |  41 | 200 | 497 | 243 |7440 |  0 |9764 |2043 | 1.871431e+01 | 2.000000e+01 |   6.87%|  96.90%
1294.98/1298.74	c  1299s|309900 |  4210 | 21704k|  69.8 |   385M |  41 | 200 | 497 | 227 |7440 |  0 |9764 |2043 | 1.871595e+01 | 2.000000e+01 |   6.86%|  96.95%
1295.18/1298.94	c  1299s|310000 |  4138 | 21706k|  69.8 |   385M |  41 | 200 | 495 | 281 |7440 |  0 |9764 |2043 | 1.871727e+01 | 2.000000e+01 |   6.85%|  96.99%
1295.38/1299.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1295.38/1299.17	c  1299s|310100 |  4060 | 21708k|  69.8 |   385M |  41 | 200 | 494 | 254 |7440 |  0 |9764 |2043 | 1.871873e+01 | 2.000000e+01 |   6.84%|  97.05%
1295.57/1299.38	c  1299s|310200 |  3982 | 21710k|  69.7 |   385M |  41 | 200 | 492 | 249 |7440 |  0 |9764 |2043 | 1.872043e+01 | 2.000000e+01 |   6.84%|  97.10%
1295.87/1299.61	c  1300s|310300 |  3898 | 21712k|  69.7 |   385M |  41 | 200 | 492 | 225 |7440 |  0 |9764 |2043 | 1.872311e+01 | 2.000000e+01 |   6.82%|  97.15%
1296.07/1299.84	c  1300s|310400 |  3818 | 21714k|  69.7 |   385M |  41 | 200 | 491 | 283 |7440 |  0 |9768 |2046 | 1.872485e+01 | 2.000000e+01 |   6.81%|  97.21%
1296.28/1300.07	c  1300s|310500 |  3738 | 21717k|  69.7 |   385M |  41 | 200 | 491 | 249 |7440 |  0 |9768 |2046 | 1.872656e+01 | 2.000000e+01 |   6.80%|  97.26%
1296.47/1300.27	c  1300s|310600 |  3664 | 21719k|  69.7 |   385M |  41 | 200 | 491 | 249 |7440 |  0 |9768 |2046 | 1.872786e+01 | 2.000000e+01 |   6.79%|  97.30%
1296.67/1300.47	c  1300s|310700 |  3596 | 21721k|  69.7 |   385M |  41 | 200 | 491 | 241 |7440 |  0 |9768 |2046 | 1.872940e+01 | 2.000000e+01 |   6.78%|  97.35%
1296.87/1300.67	c  1301s|310800 |  3520 | 21723k|  69.6 |   385M |  41 | 200 | 490 | 282 |7440 |  0 |9768 |2046 | 1.873085e+01 | 2.000000e+01 |   6.78%|  97.39%
1297.07/1300.87	c  1301s|310900 |  3440 | 21725k|  69.6 |   385M |  41 | 200 | 490 | 298 |7440 |  0 |9768 |2046 | 1.873347e+01 | 2.000000e+01 |   6.76%|  97.45%
1297.27/1301.08	c  1301s|311000 |  3368 | 21727k|  69.6 |   385M |  41 | 200 | 490 | 225 |7440 |  0 |9768 |2046 | 1.873433e+01 | 2.000000e+01 |   6.76%|  97.49%
1297.47/1301.29	c  1301s|311100 |  3304 | 21729k|  69.6 |   385M |  41 | 200 | 490 | 277 |7440 |  0 |9768 |2046 | 1.873529e+01 | 2.000000e+01 |   6.75%|  97.53%
1297.67/1301.49	c  1301s|311200 |  3232 | 21731k|  69.6 |   385M |  41 | 200 | 490 | 280 |7440 |  0 |9769 |2047 | 1.873641e+01 | 2.000000e+01 |   6.74%|  97.58%
1297.97/1301.72	c  1302s|311300 |  3152 | 21733k|  69.6 |   385M |  41 | 200 | 490 | 224 |7440 |  0 |9769 |2047 | 1.873844e+01 | 2.000000e+01 |   6.73%|  97.64%
1298.17/1301.92	c  1302s|311400 |  3078 | 21736k|  69.5 |   385M |  41 | 200 | 490 | 240 |7440 |  1 |9769 |2047 | 1.874006e+01 | 2.000000e+01 |   6.72%|  97.68%
1298.37/1302.17	c  1302s|311500 |  2996 | 21737k|  69.5 |   385M |  41 | 200 | 490 | 240 |7440 |  0 |9769 |2047 | 1.874072e+01 | 2.000000e+01 |   6.72%|  97.74%
1298.56/1302.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1298.56/1302.38	c  1302s|311600 |  2922 | 21739k|  69.5 |   385M |  41 | 200 | 489 | 271 |7440 |  0 |9769 |2047 | 1.874430e+01 | 2.000000e+01 |   6.70%|  97.78%
1298.76/1302.59	c  1303s|311700 |  2846 | 21742k|  69.5 |   385M |  41 | 200 | 489 | 263 |7440 |  0 |9769 |2047 | 1.874668e+01 | 2.000000e+01 |   6.69%|  97.84%
1299.06/1302.80	c  1303s|311800 |  2766 | 21743k|  69.5 |   385M |  41 | 200 | 489 | 337 |7440 |  0 |9769 |2047 | 1.874881e+01 | 2.000000e+01 |   6.67%|  97.90%
1299.27/1303.01	c  1303s|311900 |  2684 | 21745k|  69.5 |   385M |  41 | 200 | 489 | 268 |7440 |  0 |9769 |2047 | 1.875087e+01 | 2.000000e+01 |   6.66%|  97.96%
1299.57/1303.34	c  1303s|312000 |  2592 | 21747k|  69.5 |   385M |  41 | 200 | 489 | 225 |7440 |  0 |9769 |2047 | 1.875257e+01 | 2.000000e+01 |   6.65%|  98.03%
1299.77/1303.56	c  1304s|312100 |  2522 | 21749k|  69.4 |   385M |  41 | 200 | 489 | 224 |7440 |  0 |9769 |2047 | 1.875483e+01 | 2.000000e+01 |   6.64%|  98.07%
1299.96/1303.76	c  1304s|312200 |  2442 | 21751k|  69.4 |   385M |  41 | 200 | 489 | 257 |7440 |  0 |9769 |2047 | 1.875723e+01 | 2.000000e+01 |   6.63%|  98.12%
1300.16/1303.99	c  1304s|312300 |  2360 | 21753k|  69.4 |   385M |  41 | 200 | 488 | 352 |7440 |  0 |9769 |2047 | 1.875940e+01 | 2.000000e+01 |   6.61%|  98.18%
1300.46/1304.22	c  1304s|312400 |  2282 | 21754k|  69.4 |   385M |  41 | 200 | 487 | 225 |7440 |  0 |9769 |2047 | 1.876425e+01 | 2.000000e+01 |   6.59%|  98.23%
1300.66/1304.45	c  1304s|312500 |  2198 | 21756k|  69.4 |   385M |  41 | 200 | 487 | 255 |7440 |  0 |9769 |2047 | 1.876596e+01 | 2.000000e+01 |   6.58%|  98.29%
1300.86/1304.67	c  1305s|312600 |  2120 | 21758k|  69.4 |   385M |  41 | 200 | 487 | 272 |7440 |  0 |9769 |2047 | 1.876958e+01 | 2.000000e+01 |   6.56%|  98.34%
1301.06/1304.89	c  1305s|312700 |  2034 | 21760k|  69.3 |   385M |  41 | 200 | 487 | 238 |7440 |  0 |9769 |2047 | 1.877072e+01 | 2.000000e+01 |   6.55%|  98.40%
1301.37/1305.12	c  1305s|312800 |  1948 | 21761k|  69.3 |   385M |  41 | 200 | 487 | 224 |7440 |  0 |9769 |2047 | 1.877391e+01 | 2.000000e+01 |   6.53%|  98.46%
1301.56/1305.31	c  1305s|312900 |  1866 | 21763k|  69.3 |   385M |  41 | 200 | 487 | 304 |7440 |  0 |9769 |2047 | 1.877630e+01 | 2.000000e+01 |   6.52%|  98.52%
1301.76/1305.54	c  1306s|313000 |  1780 | 21765k|  69.3 |   385M |  41 | 200 | 487 | 259 |7440 |  0 |9769 |2048 | 1.877948e+01 | 2.000000e+01 |   6.50%|  98.58%
1301.96/1305.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1301.96/1305.78	c  1306s|313100 |  1690 | 21767k|  69.3 |   385M |  41 | 200 | 485 | 258 |7440 |  0 |9769 |2048 | 1.878311e+01 | 2.000000e+01 |   6.48%|  98.65%
1302.16/1305.98	c  1306s|313200 |  1610 | 21769k|  69.3 |   385M |  41 | 200 | 485 | 241 |7440 |  0 |9771 |2049 | 1.878717e+01 | 2.000000e+01 |   6.46%|  98.71%
1302.36/1306.19	c  1306s|313300 |  1530 | 21770k|  69.2 |   385M |  41 | 200 | 484 | 314 |7440 |  0 |9774 |2052 | 1.878981e+01 | 2.000000e+01 |   6.44%|  98.76%
1302.66/1306.41	c  1306s|313400 |  1440 | 21772k|  69.2 |   385M |  41 | 200 | 484 | 287 |7440 |  0 |9774 |2052 | 1.879254e+01 | 2.000000e+01 |   6.43%|  98.84%
1302.86/1306.66	c  1307s|313500 |  1348 | 21774k|  69.2 |   385M |  41 | 200 | 484 | 345 |7440 |  0 |9774 |2052 | 1.879743e+01 | 2.000000e+01 |   6.40%|  98.90%
1303.06/1306.88	c  1307s|313600 |  1262 | 21775k|  69.2 |   385M |  41 | 200 | 483 | 280 |7440 |  0 |9774 |2052 | 1.880269e+01 | 2.000000e+01 |   6.37%|  98.96%
1303.26/1307.07	c  1307s|313700 |  1186 | 21777k|  69.2 |   385M |  41 | 200 | 483 | 297 |7440 |  0 |9774 |2052 | 1.880503e+01 | 2.000000e+01 |   6.35%|  99.01%
1303.55/1307.30	c  1307s|313800 |  1096 | 21778k|  69.2 |   385M |  41 | 200 | 483 | 275 |7440 |  0 |9774 |2052 | 1.880925e+01 | 2.000000e+01 |   6.33%|  99.08%
1303.75/1307.52	c  1308s|313900 |  1006 | 21779k|  69.1 |   385M |  41 | 200 | 482 | 250 |7440 |  0 |9775 |2055 | 1.881485e+01 | 2.000000e+01 |   6.30%|  99.15%
1303.95/1307.73	c  1308s|314000 |   914 | 21780k|  69.1 |   385M |  41 | 200 | 482 | 347 |7440 |  0 |9775 |2055 | 1.881800e+01 | 2.000000e+01 |   6.28%|  99.22%
1304.15/1307.96	c  1308s|314100 |   822 | 21782k|  69.1 |   385M |  41 | 200 | 482 | 256 |7440 |  0 |9776 |2056 | 1.882256e+01 | 2.000000e+01 |   6.26%|  99.29%
1304.36/1308.18	c  1308s|314200 |   732 | 21783k|  69.1 |   385M |  41 | 200 | 481 | 338 |7440 |  0 |9776 |2056 | 1.882733e+01 | 2.000000e+01 |   6.23%|  99.37%
1304.55/1308.38	c  1308s|314300 |   644 | 21784k|  69.1 |   385M |  41 | 200 | 480 | 311 |7440 |  0 |9776 |2056 | 1.882978e+01 | 2.000000e+01 |   6.21%|  99.44%
1304.85/1308.61	c  1309s|314400 |   552 | 21785k|  69.0 |   385M |  41 | 200 | 479 | 314 |7440 |  0 |9776 |2056 | 1.883853e+01 | 2.000000e+01 |   6.17%|  99.51%
1305.05/1308.87	c  1309s|314500 |   456 | 21786k|  69.0 |   385M |  41 | 200 | 477 | 295 |7440 |  0 |9776 |2056 | 1.884398e+01 | 2.000000e+01 |   6.13%|  99.58%
1305.25/1309.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1305.25/1309.10	c  1309s|314600 |   366 | 21788k|  69.0 |   385M |  41 | 200 | 477 | 224 |7440 |  0 |9776 |2056 | 1.885288e+01 | 2.000000e+01 |   6.08%|  99.66%
1305.55/1309.31	c  1309s|314700 |   270 | 21789k|  69.0 |   385M |  41 | 200 | 477 | 312 |7440 |  0 |9776 |2056 | 1.886315e+01 | 2.000000e+01 |   6.03%|  99.75%
1305.75/1309.55	c  1310s|314800 |   174 | 21789k|  69.0 |   385M |  41 | 200 | 475 | 309 |7440 |  0 |9776 |2056 | 1.887164e+01 | 2.000000e+01 |   5.98%|  99.83%
1306.05/1309.80	c  1310s|314900 |    76 | 21790k|  69.0 |   385M |  41 | 200 | 474 | 400 |7440 |  0 |9776 |2056 | 1.888755e+01 | 2.000000e+01 |   5.89%|  99.92%
1306.15/1309.97	c 
1306.15/1309.97	c SCIP Status        : problem is solved [optimal solution found]
1306.15/1309.97	c Solving Time (sec) : 1309.97
1306.15/1309.97	c Solving Nodes      : 314978 (total of 316027 nodes in 2 runs)
1306.15/1309.97	c Primal Bound       : +2.00000000000000e+01 (1377 solutions)
1306.15/1309.97	c Dual Bound         : +2.00000000000000e+01
1306.15/1309.97	c Gap                : 0.00 %
1306.15/1309.97	s OPTIMUM FOUND
1306.15/1309.97	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1306.15/1309.97	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 
1306.15/1309.97	v -x158 -x157 x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 -x138 x137 
1306.15/1309.97	v -x136 -x135 -x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 
1306.15/1309.97	v -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 
1306.15/1309.97	v -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 x75 x74 -x73 -x72 -x71 -x70 -x69 
1306.15/1309.97	v -x68 -x67 -x66 -x65 -x64 -x63 -x62 x61 -x60 -x59 x58 -x57 x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 x48 -x47 -x46 x45 x44 -x43 
1306.15/1309.97	v -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 x34 -x33 -x32 x31 -x30 -x29 x28 -x27 -x26 -x25 -x24 x23 -x22 -x21 -x20 -x19 -x18 -x17 
1306.15/1309.97	v -x16 x15 -x14 -x13 -x12 x11 -x10 x9 -x8 x7 -x6 -x5 -x4 -x3 -x2 -x1 
1306.15/1309.97	c SCIP Status        : problem is solved [optimal solution found]
1306.15/1309.97	c Total Time         :    1309.97
1306.15/1309.97	c   solving          :    1309.97
1306.15/1309.97	c   presolving       :       0.05 (included in solving)
1306.15/1309.97	c   reading          :       0.01 (included in solving)
1306.15/1309.97	c   copying          :       0.31 (64 #copies) (minimal 0.00, maximal 0.01, average 0.00)
1306.15/1309.97	c Original Problem   :
1306.15/1309.97	c   Problem name     : HOME/instance-4459872-1721939463.opb
1306.15/1309.97	c   Variables        : 2724 (200 binary, 0 integer, 2524 implicit integer, 0 continuous)
1306.15/1309.97	c   Constraints      : 2924 initial, 2924 maximal
1306.15/1309.97	c   Objective        : minimize, 200 non-zeros (abs.min = 1, abs.max = 1)
1306.15/1309.97	c Presolved Problem  :
1306.15/1309.97	c   Problem name     : t_HOME/instance-4459872-1721939463.opb
1306.15/1309.97	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1306.15/1309.97	c   Constraints      : 337 initial, 1691 maximal
1306.15/1309.97	c   Objective        : minimize, 200 non-zeros (abs.min = 1, abs.max = 1)
1306.15/1309.97	c   Nonzeros         : 9100 constraint, 0 clique table
1306.15/1309.97	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1306.15/1309.97	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   implics          :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   milp             :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   trivial          :       0.00       0.00      7          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   dualfix          :       0.00       0.00      7       2524          0          0          0          0          0          0          0          0
1306.15/1309.97	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   knapsack         :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   linear           :       0.00       0.00      9          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   logicor          :       0.01       0.00     13          0          0          0          0          0          0          0          0          1
1306.15/1309.97	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   pseudoboolean    :       0.00       0.00      1          0          0          0          0          0       2924        200          0          0
1306.15/1309.97	c   components       :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   root node        :          -          -      -        108          -          -        108          -          -          -          -          -
1306.15/1309.97	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
1306.15/1309.97	c   benderslp        :          0          0          0          0     161270          0          0      14576          0          0          0          0          0          0          0
1306.15/1309.97	c   integral         :          0          0          0          0     161270          0          0      14576          0          0        580          0          0        499     321582
1306.15/1309.97	c   knapsack         :          1          1         16     665416          0          0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   linear           :         16         16         16     682207          0          0          0          0          0          0          0          2          0          0          0
1306.15/1309.97	c   logicor          :        320+      1675         37     479472          1          0          0      14572       1552       2554        135          0          0          0          0
1306.15/1309.97	c   benders          :          0          0          0          0          1          0          0       1688          0          0          0          0          0          0          0
1306.15/1309.97	c   fixedvar         :          0          0          0          0          1          0          0       1686          0          0          0          0          0          0          0
1306.15/1309.97	c   countsols        :          0          0          0          0          1          0          0       1686          0          0          0          0          0          0          0
1306.15/1309.97	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
1306.15/1309.97	c   benderslp        :       0.03       0.00       0.00       0.00       0.03       0.00       0.00       0.00       0.00       0.00
1306.15/1309.97	c   integral         :      23.21       0.00       0.00       0.00      23.20       0.00       0.00       0.01       0.00       0.00
1306.15/1309.97	c   knapsack         :       0.64       0.00       0.02       0.62       0.00       0.00       0.00       0.00       0.00       0.00
1306.15/1309.97	c   linear           :       2.28       0.00       0.24       2.03       0.00       0.00       0.00       0.00       0.00       0.00
1306.15/1309.97	c   logicor          :       7.65       0.00       0.00       7.62       0.00       0.00       0.00       0.03       0.00       0.00
1306.15/1309.97	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1306.15/1309.97	c   fixedvar         :       0.13       0.00       0.00       0.00       0.00       0.00       0.00       0.13       0.00       0.00
1306.15/1309.97	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1306.15/1309.97	c   components       :       0.05       0.00       0.00       0.05       0.00       0.00       0.00       0.00       0.00       0.00
1306.15/1309.97	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1306.15/1309.97	c   dualfix          :          3          0          0          0
1306.15/1309.97	c   genvbounds       :          0          0          0          0
1306.15/1309.97	c   nlobbt           :          0          0          0          0
1306.15/1309.97	c   obbt             :          0          0          0          0
1306.15/1309.97	c   probing          :          0          0          0          0
1306.15/1309.97	c   pseudoobj        :     607686          0          0          0
1306.15/1309.97	c   redcost          :     459599          0          0    3662297
1306.15/1309.97	c   rootredcost      :          5          0          0          0
1306.15/1309.97	c   symmetry         :          0          0          0          0
1306.15/1309.97	c   vbounds          :          0          0          0          0
1306.15/1309.97	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
1306.15/1309.97	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
1306.15/1309.97	c   genvbounds       :       0.09       0.00       0.00       0.09       0.00       0.00
1306.15/1309.97	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
1306.15/1309.97	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
1306.15/1309.97	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
1306.15/1309.97	c   pseudoobj        :       0.27       0.00       0.00       0.27       0.00       0.00
1306.15/1309.97	c   redcost          :       6.80       0.00       0.00       6.80       0.00       0.00
1306.15/1309.97	c   rootredcost      :       0.09       0.00       0.00       0.08       0.00       0.00
1306.15/1309.97	c   symmetry         :       0.12       0.00       0.00       0.12       0.00       0.00
1306.15/1309.97	c   vbounds          :       0.09       0.00       0.00       0.09       0.00       0.00
1306.15/1309.97	c Symmetry           :
1306.15/1309.97	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
1306.15/1309.97	c   orbital reduction:          0 reductions applied,          0 cutoffs
1306.15/1309.97	c   lexicographic red:          0 reductions applied,          0 cutoffs
1306.15/1309.97	c   shadow tree time :       0.00 s
1306.15/1309.97	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
1306.15/1309.97	c   propagation      :       0.01       2554        398          -        417       33.1          0        0.0          -          -          -
1306.15/1309.97	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
1306.15/1309.97	c   bound exceed. LP :       3.79      16431       9317          -       9468       28.5          0        0.0          0        0.0      66912
1306.15/1309.97	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
1306.15/1309.97	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
1306.15/1309.97	c   applied globally :       0.00          -          -          0       6721       24.7          -          -          0          -          -
1306.15/1309.97	c   applied locally  :          -          -          -          0       3055       37.3          -          -          0          -          -
1306.15/1309.97	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
1306.15/1309.97	c   cut pool         :      23.41          -      28400         59          -          -     294391     601773          -          -          -          -          -    (maximal pool size:       4508)
1306.15/1309.97	c   aggregation      :      73.37       0.00       8230         37          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
1306.15/1309.97	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
1306.15/1309.97	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
1306.15/1309.97	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   clique           :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   gomory           :      26.40       0.00       5702         20          0          0     288786     591056          0       8113       8113          0          0
1306.15/1309.97	c   > gomorymi       :          -          -          -          -          -          -          -     443247          0       7599       7599          0          -
1306.15/1309.97	c   > strongcg       :          -          -          -          -          -          -          -     147809          0        514        514          0          -
1306.15/1309.97	c   impliedbounds    :       0.04       0.00       8230         37          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   mcf              :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   minor            :       0.01       0.00          0          0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   multilinear      :       0.01       0.00      12654         37          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   rapidlearning    :       0.05       0.00          0          0          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   rlt              :       0.01       0.00       1159         20          0          0          0          0          0          0          0          0          0
1306.15/1309.97	c   zerohalf         :      15.10       0.00       5718         36          0          0       5611      10717          6        163        163          0          0
1306.15/1309.97	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
1306.15/1309.97	c   hybrid           :       1.25       0.00       8254         37       8276          0     593505         37          0       6364
1306.15/1309.97	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
1306.15/1309.97	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
1306.15/1309.97	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1306.15/1309.97	c   problem variables:       0.00          -          0          0
1306.15/1309.97	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
1306.15/1309.97	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
1306.15/1309.97	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
1306.15/1309.97	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
1306.15/1309.97	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
1306.15/1309.97	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
1306.15/1309.97	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
1306.15/1309.97	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
1306.15/1309.97	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
1306.15/1309.97	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
1306.15/1309.97	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
1306.15/1309.97	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
1306.15/1309.97	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
1306.15/1309.97	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
1306.15/1309.97	c   relpscost        :      23.13       0.00     161269          0          0          0        580          0        499     321582
1306.15/1309.97	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
1306.15/1309.97	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
1306.15/1309.97	c   LP solutions     :       0.02          -          -          1          1
1306.15/1309.97	c   relax solutions  :       0.00          -          -          0          0
1306.15/1309.97	c   pseudo solutions :       0.00          -          -          0          0
1306.15/1309.97	c   strong branching :       0.07          -          -        463          0
1306.15/1309.97	c   actconsdiving    :       0.00       0.00          0          0          0
1306.15/1309.97	c   adaptivediving   :       0.97       0.00        140          0          0
1306.15/1309.97	c   alns             :       0.45       0.00         19          0          0
1306.15/1309.97	c   bound            :       0.00       0.00          0          0          0
1306.15/1309.97	c   clique           :       0.00       0.00          0          0          0
1306.15/1309.97	c   coefdiving       :       0.00       0.00          0          0          0
1306.15/1309.97	c   completesol      :       0.00       0.00          0          0          0
1306.15/1309.97	c   conflictdiving   :      10.17       0.00       1740          0          0
1306.15/1309.97	c   crossover        :       0.35       0.00         15         13          1
1306.15/1309.97	c   dins             :       0.00       0.00          0          0          0
1306.15/1309.97	c   distributiondivin:      99.11       0.00       1015          0          0
1306.15/1309.97	c   dps              :       0.00       0.00          0          0          0
1306.15/1309.97	c   dualval          :       0.00       0.00          0          0          0
1306.15/1309.97	c   farkasdiving     :       0.01       0.00          0          0          0
1306.15/1309.97	c   feasjump         :       0.00       0.00          0          0          0
1306.15/1309.97	c   feaspump         :       0.01       0.00          0          0          0
1306.15/1309.97	c   fixandinfer      :       0.00       0.00          0          0          0
1306.15/1309.97	c   fracdiving       :       8.22       0.00       1016          0          0
1306.15/1309.97	c   gins             :       0.02       0.00          0          0          0
1306.15/1309.97	c   guideddiving     :       8.40       0.00       1016          0          0
1306.15/1309.97	c   indcoefdiving    :       0.00       0.00          0          0          0
1306.15/1309.97	c   indicator        :       0.03       0.00          0          0          0
1306.15/1309.97	c   indicatordiving  :       0.00       0.00          0          0          0
1306.15/1309.97	c   indoneopt        :       0.05       0.00          0          0          0
1306.15/1309.97	c   indrounding      :       0.00       0.00          0          0          0
1306.15/1309.97	c   indtwoopt        :       0.00       0.00          0          0          0
1306.15/1309.97	c   intdiving        :       0.00       0.00          0          0          0
1306.15/1309.97	c   intshifting      :       0.00       0.00          0          0          0
1306.15/1309.97	c   linesearchdiving :       8.31       0.00       1016          0          0
1306.15/1309.97	c   localbranching   :       0.00       0.00          0          0          0
1306.15/1309.97	c   locks            :       0.00       0.00          1          1          1
1306.15/1309.97	c   lpface           :       0.04       0.00          0          0          0
1306.15/1309.97	c   mpec             :       0.00       0.00          0          0          0
1306.15/1309.97	c   multistart       :       0.00       0.00          0          0          0
1306.15/1309.97	c   mutation         :       0.00       0.00          0          0          0
1306.15/1309.97	c   nlpdiving        :       0.00       0.00          0          0          0
1306.15/1309.97	c   objpscostdiving  :      24.56       0.00        384        180          0
1306.15/1309.97	c   octane           :       0.00       0.00          0          0          0
1306.15/1309.97	c   ofins            :       0.03       0.00          0          0          0
1306.15/1309.97	c   oneopt           :       0.04       0.00          4          0          0
1306.15/1309.97	c   padm             :       0.00       0.00          0          0          0
1306.15/1309.97	c   proximity        :       0.00       0.00          0          0          0
1306.15/1309.97	c   pscostdiving     :      11.54       0.00       1016         33          2
1306.15/1309.97	c   randrounding     :       0.22       0.00      13333          0          0
1306.15/1309.97	c   rens             :       0.00       0.00          0          0          0
1306.15/1309.97	c   reoptsols        :       0.00       0.00          0          0          0
1306.15/1309.97	c   repair           :       0.00       0.00          0          0          0
1306.15/1309.97	c   rins             :       2.52       0.00         31         25          0
1306.15/1309.97	c   rootsoldiving    :       2.75       0.00        508          0          0
1306.15/1309.97	c   rounding         :       0.23       0.00       5765          0          0
1306.15/1309.97	c   scheduler        :       0.00       0.00          0          0          0
1306.15/1309.97	c   shiftandpropagate:       0.00       0.00          0          0          0
1306.15/1309.97	c   shifting         :       0.13       0.00       2140          0          0
1306.15/1309.97	c   simplerounding   :       1.30       0.00     169525         32          0
1306.15/1309.97	c   smallcard        :       0.00       0.00          0          0          0
1306.15/1309.97	c   subnlp           :       0.06       0.00          0          0          0
1306.15/1309.97	c   trivial          :       0.00       0.00          4          1          1
1306.15/1309.97	c   trivialnegation  :       0.00       0.00          0          0          0
1306.15/1309.97	c   trustregion      :       0.00       0.00          0          0          0
1306.15/1309.97	c   trysol           :       0.04       0.00          0          0          0
1306.15/1309.97	c   twoopt           :       0.00       0.00          0          0          0
1306.15/1309.97	c   undercover       :       0.00       0.00          0          0          0
1306.15/1309.97	c   vbounds          :       0.00       0.00          0          0          0
1306.15/1309.97	c   veclendiving     :       9.96       0.00       2086          0          0
1306.15/1309.97	c   zeroobj          :       0.00       0.00          0          0          0
1306.15/1309.97	c   zirounding       :       1.78       0.00      31401        628          0
1306.15/1309.97	c   other solutions  :          -          -          -          0          -
1306.15/1309.97	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
1306.15/1309.97	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1306.15/1309.97	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1306.15/1309.97	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1306.15/1309.97	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1306.15/1309.97	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1306.15/1309.97	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1306.15/1309.97	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1306.15/1309.97	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1306.15/1309.97	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
1306.15/1309.97	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
1306.15/1309.97	c   primal LP        :      11.54      13632          0       0.00       0.00      11.54      13632
1306.15/1309.97	c   dual LP          :     854.81     454487   19518871      60.10   22834.14      20.86     129740
1306.15/1309.97	c   lex dual LP      :       0.00          0          0       0.00          -
1306.15/1309.97	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1306.15/1309.97	c   resolve instable :       0.00          0          0       0.00          -
1306.15/1309.97	c   diving/probing LP:      84.82      48671    2272341      46.69   26789.46
1306.15/1309.97	c   strong branching :      17.37       2056     386501     187.99   22246.80          -          -        225
1306.15/1309.97	c     (at root node) :          -         24      16759     698.29          -
1306.15/1309.97	c   conflict analysis:       2.89       6698      66912       9.99   23120.49
1306.15/1309.97	c B&B Tree           :
1306.15/1309.97	c   number of runs   :          2
1306.15/1309.97	c   nodes            :     314978 (159744 internal, 155234 leaves)
1306.15/1309.97	c   feasible leaves  :          1
1306.15/1309.97	c   infeas. leaves   :         12
1306.15/1309.97	c   objective leaves :     155221
1306.15/1309.97	c   nodes (total)    :     316027 (160791 internal, 155236 leaves)
1306.15/1309.97	c   nodes left       :          0
1306.15/1309.97	c   max depth        :         41
1306.15/1309.97	c   max depth (total):         41
1306.15/1309.97	c   backtracks       :      93604 (29.7%)
1306.15/1309.97	c   early backtracks :          0 (0.0%)
1306.15/1309.97	c   nodes exc. ref.  :          0 (0.0%)
1306.15/1309.97	c   delayed cutoffs  :          0
1306.15/1309.97	c   repropagations   :        201 (45 domain reductions, 0 cutoffs)
1306.15/1309.97	c   avg switch length:      11.34
1306.15/1309.97	c   switching time   :      27.95
1306.15/1309.97	c Root Node          :
1306.15/1309.97	c   First LP value   : +1.45442215129071e+01
1306.15/1309.97	c   First LP Iters   :       1366 (31665.82 Iter/sec)
1306.15/1309.97	c   First LP Time    :       0.04
1306.15/1309.97	c   Final Dual Bound : +1.61528754182117e+01
1306.15/1309.97	c   Final Root Iters :       5513
1306.15/1309.97	c   Root LP Estimate : +1.89175984094065e+01
1306.15/1309.97	c Solution           :
1306.15/1309.97	c   Solutions found  :       1377 (6 improvements)
1306.15/1309.97	c   First Solution   : +2.00000000000000e+02   (in run 1, after 1 nodes, 0.02 seconds, depth 0, found by <trivial>)
1306.15/1309.97	c   Gap First Sol.   :   infinite
1306.15/1309.97	c   Gap Last Sol.    :      14.26 %
1306.15/1309.97	c   Primal Bound     : +2.00000000000000e+01   (in run 2, after 30490 nodes, 427.61 seconds, depth 20, found by <relaxation>)
1306.15/1309.97	c   Dual Bound       : +2.00000000000000e+01
1306.15/1309.97	c   Gap              :       0.00 %
1306.15/1309.97	c Integrals          :      Total       Avg%
1306.15/1309.97	c   primal-dual      :   17186.82      13.12
1306.15/1309.97	c   primal-ref       :          -          - (not evaluated)
1306.15/1309.97	c   dual-ref         :          -          - (not evaluated)
1306.15/1309.98	c Time complete: 1306.24.

Verifier Data

OK	20

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (60772 MiB free)
  memory of node 1: 64473 MiB (59023 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459872-1721939463/watcher-4459872-1721939463 -o /tmp/evaluation-result-4459872-1721939463/solver-4459872-1721939463 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721939462-256852 --watchdog 3760 pbscip -f HOME/instance-4459872-1721939463.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=256913, runsolver pid=256910
Current StackSize limit: 8192 KiB


[startup+0.10009 s]*
/proc/loadavg: 0.12 0.10 0.14 5/260 256914
/proc/meminfo: memFree=122617216/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=78608 memory=39276 CPUtime=0.1 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 6308 0 0 0 9 1 0 0 20 0 1 0 30469645 80494592 9819 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 19652 9819 3887 3540 0 7909 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 78608 KiB
Current children cumulated memory: 39276 KiB

[startup+0.205581 s]*
/proc/loadavg: 0.12 0.10 0.14 5/260 256914
/proc/meminfo: memFree=122595936/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=95848 memory=56436 CPUtime=0.19 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 10569 0 0 0 18 1 0 0 20 0 1 0 30469645 98148352 14109 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 23962 14109 3887 3540 0 12219 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 95848 KiB
Current children cumulated memory: 56436 KiB

[startup+0.305579 s]*
/proc/loadavg: 0.12 0.10 0.14 5/260 256914
/proc/meminfo: memFree=122575628/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=114996 memory=74652 CPUtime=0.3 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 15111 0 0 0 27 3 0 0 20 0 1 0 30469645 117755904 18663 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 28749 18663 3887 3540 0 17006 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 114996 KiB
Current children cumulated memory: 74652 KiB

[startup+0.700199 s]
/proc/loadavg: 0.12 0.10 0.14 5/260 256914
/proc/meminfo: memFree=122557212/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=132004 memory=90452 CPUtime=0.68 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 19879 0 0 0 65 3 0 0 20 0 1 0 30469645 135172096 22613 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 33001 22613 3887 3540 0 21258 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 132004 KiB
Current children cumulated memory: 90452 KiB

[startup+1.5002 s]
/proc/loadavg: 0.12 0.10 0.14 5/260 256914
/proc/meminfo: memFree=122547804/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=134836 memory=92300 CPUtime=1.48 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 20360 0 0 0 145 3 0 0 20 0 1 0 30469645 138072064 23075 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 33709 23075 3887 3540 0 21966 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 134836 KiB
Current children cumulated memory: 92300 KiB

[startup+3.10517 s]
/proc/loadavg: 0.12 0.10 0.14 4/257 256930
/proc/meminfo: memFree=122444052/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=134836 memory=92300 CPUtime=3.09 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 20361 0 0 0 305 4 0 0 20 0 1 0 30469645 138072064 23075 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 33709 23075 3887 3540 0 21966 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 134836 KiB
Current children cumulated memory: 92300 KiB

[startup+6.30014 s]
/proc/loadavg: 0.43 0.17 0.16 4/255 256995
/proc/meminfo: memFree=122439020/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=159040 memory=115856 CPUtime=6.26 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 26233 0 0 0 622 4 0 0 20 0 1 0 30469645 162856960 28964 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 39760 28964 3903 3540 0 28017 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 159040 KiB
Current children cumulated memory: 115856 KiB

[startup+12.7002 s]
/proc/loadavg: 0.63 0.21 0.18 4/255 256996
/proc/meminfo: memFree=122404408/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=195724 memory=151496 CPUtime=12.64 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 35525 0 0 0 1258 6 0 0 20 0 1 0 30469645 200421376 37874 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 48931 37874 4014 3540 0 37188 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 195724 KiB
Current children cumulated memory: 151496 KiB

[startup+25.5002 s]
/proc/loadavg: 1.16 0.35 0.22 4/255 256998
/proc/meminfo: memFree=122382084/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=196056 memory=152024 CPUtime=25.41 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 35693 0 0 0 2533 8 0 0 20 0 1 0 30469645 200761344 38006 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 49014 38006 4014 3540 0 37271 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 196056 KiB
Current children cumulated memory: 152024 KiB

[startup+51.1054 s]
/proc/loadavg: 1.85 0.58 0.30 4/255 257001
/proc/meminfo: memFree=122246424/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=224016 memory=180104 CPUtime=50.94 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 45749 0 0 0 5082 12 0 0 20 0 1 0 30469645 229392384 45026 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 56004 45026 4014 3540 0 44261 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 224016 KiB
Current children cumulated memory: 180104 KiB

[startup+102.3 s]
/proc/loadavg: 2.55 0.97 0.45 4/255 257012
/proc/meminfo: memFree=122110360/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=231392 memory=187668 CPUtime=101.98 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 47659 0 0 0 10181 17 0 0 20 0 1 0 30469645 236945408 46917 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 57848 46917 4014 3540 0 46105 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 231392 KiB
Current children cumulated memory: 187668 KiB

[startup+162.3 s]
/proc/loadavg: 2.94 1.37 0.63 4/255 257023
/proc/meminfo: memFree=122038668/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=289436 memory=242172 CPUtime=161.8 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 61310 0 0 0 16155 25 0 0 20 0 1 0 30469645 296382464 60543 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 72359 60543 4014 3540 0 60616 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 289436 KiB
Current children cumulated memory: 242172 KiB

[startup+222.3 s]
/proc/loadavg: 3.04 1.69 0.78 4/253 257033
/proc/meminfo: memFree=121983596/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=323184 memory=275840 CPUtime=221.62 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 69771 0 0 0 22131 31 0 0 20 0 1 0 30469645 330940416 68960 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 80796 68960 4014 3540 0 69053 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 323184 KiB
Current children cumulated memory: 275840 KiB

[startup+282.3 s]
/proc/loadavg: 3.14 1.96 0.93 4/249 257043
/proc/meminfo: memFree=121936712/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=335956 memory=289320 CPUtime=281.43 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 73136 0 0 0 28109 34 0 0 20 0 1 0 30469645 344018944 72330 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 83989 72330 4014 3540 0 72246 0
Current children cumulated CPU time: 281.43 s
Current children cumulated vsize: 335956 KiB
Current children cumulated memory: 289320 KiB

[startup+342.3 s]
/proc/loadavg: 3.11 2.17 1.07 4/247 257053
/proc/meminfo: memFree=121890320/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=342124 memory=294524 CPUtime=341.25 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 74432 0 0 0 34089 36 0 0 20 0 1 0 30469645 350334976 73631 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 85531 73631 4014 3540 0 73788 0
Current children cumulated CPU time: 341.25 s
Current children cumulated vsize: 342124 KiB
Current children cumulated memory: 294524 KiB

[startup+402.3 s]
/proc/loadavg: 3.09 2.34 1.20 4/247 257064
/proc/meminfo: memFree=121857352/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=347204 memory=299256 CPUtime=401.06 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 75618 0 0 0 40069 37 0 0 20 0 1 0 30469645 355536896 74814 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 86801 74814 4014 3540 0 75058 0
Current children cumulated CPU time: 401.06 s
Current children cumulated vsize: 347204 KiB
Current children cumulated memory: 299256 KiB

[startup+462.3 s]
/proc/loadavg: 3.15 2.49 1.33 4/247 257074
/proc/meminfo: memFree=121785152/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=357268 memory=309540 CPUtime=460.88 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 78198 0 0 0 46050 38 0 0 20 0 1 0 30469645 365842432 77385 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 89317 77385 4014 3540 0 77574 0

################
# More data... #
################

/proc/loadavg: 3.18 2.93 1.91 4/251 257146
/proc/meminfo: memFree=121580152/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=424664 memory=385944 CPUtime=819.84 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 96647 0 0 0 81940 44 0 0 20 0 1 0 30469645 434855936 96486 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 106166 96486 4014 3540 0 94423 0
Current children cumulated CPU time: 819.84 s
Current children cumulated vsize: 424664 KiB
Current children cumulated memory: 385944 KiB

[startup+882.3 s]
/proc/loadavg: 3.16 2.98 1.99 4/251 257156
/proc/meminfo: memFree=121563020/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=433564 memory=395016 CPUtime=879.69 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 98994 0 0 0 87924 45 0 0 20 0 1 0 30469645 443969536 98754 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 108391 98754 4014 3540 0 96648 0
Current children cumulated CPU time: 879.69 s
Current children cumulated vsize: 433564 KiB
Current children cumulated memory: 395016 KiB

[startup+942.3 s]
/proc/loadavg: 3.09 3.00 2.06 4/249 257166
/proc/meminfo: memFree=121541040/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=439232 memory=400320 CPUtime=939.53 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 100429 0 0 0 93908 45 0 0 20 0 1 0 30469645 449773568 100080 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 109808 100080 4014 3540 0 98065 0
Current children cumulated CPU time: 939.53 s
Current children cumulated vsize: 439232 KiB
Current children cumulated memory: 400320 KiB

[startup+1002.3 s]
/proc/loadavg: 3.08 3.01 2.13 4/249 257177
/proc/meminfo: memFree=121528896/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=440604 memory=402200 CPUtime=999.39 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 101807 0 0 0 99893 46 0 0 20 0 1 0 30469645 451178496 100550 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 110151 100550 4014 3540 0 98408 0
Current children cumulated CPU time: 999.39 s
Current children cumulated vsize: 440604 KiB
Current children cumulated memory: 402200 KiB

[startup+1062.3 s]
/proc/loadavg: 3.15 3.04 2.20 4/249 257188
/proc/meminfo: memFree=121516808/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=444876 memory=405404 CPUtime=1059.23 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 102748 0 0 0 105877 46 0 0 20 0 1 0 30469645 455553024 101351 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 111219 101351 4014 3540 0 99476 0
Current children cumulated CPU time: 1059.23 s
Current children cumulated vsize: 444876 KiB
Current children cumulated memory: 405404 KiB

[startup+1122.3 s]
/proc/loadavg: 3.11 3.05 2.26 4/249 257198
/proc/meminfo: memFree=121508456/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=444876 memory=405688 CPUtime=1119.08 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 102907 0 0 0 111862 46 0 0 20 0 1 0 30469645 455553024 101422 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 111219 101422 4014 3540 0 99476 0
Current children cumulated CPU time: 1119.08 s
Current children cumulated vsize: 444876 KiB
Current children cumulated memory: 405688 KiB

[startup+1182.3 s]
/proc/loadavg: 3.04 3.04 2.31 4/250 257214
/proc/meminfo: memFree=121472656/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=444876 memory=405792 CPUtime=1178.93 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 103062 0 0 0 117846 47 0 0 20 0 1 0 30469645 455553024 101448 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 111219 101448 4014 3540 0 99476 0
Current children cumulated CPU time: 1178.93 s
Current children cumulated vsize: 444876 KiB
Current children cumulated memory: 405792 KiB

[startup+1242.3 s]
/proc/loadavg: 3.11 3.06 2.36 4/250 257224
/proc/meminfo: memFree=121434672/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=444876 memory=406544 CPUtime=1238.76 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 103382 0 0 0 123829 47 0 0 20 0 1 0 30469645 455553024 101636 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 111219 101636 4014 3540 0 99476 0
Current children cumulated CPU time: 1238.76 s
Current children cumulated vsize: 444876 KiB
Current children cumulated memory: 406544 KiB

[startup+1302.3 s]
/proc/loadavg: 3.09 3.06 2.41 4/250 257235
/proc/meminfo: memFree=121412952/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=447620 memory=409320 CPUtime=1298.56 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 104966 0 0 0 129809 47 0 0 20 0 1 0 30469645 458362880 102330 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 111905 102330 4014 3540 0 100162 0
Current children cumulated CPU time: 1298.56 s
Current children cumulated vsize: 447620 KiB
Current children cumulated memory: 409320 KiB

[startup+1309.99 s]
# the end of solver process 256913 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=1305.75 s, system=0.490393 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1305.6 s]
/proc/loadavg: 3.08 3.06 2.41 4/250 257235
/proc/meminfo: memFree=121408860/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=450920 memory=412720 CPUtime=1301.86 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 107545 0 0 0 130138 48 0 0 20 0 1 0 30469645 461742080 103180 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 112730 103180 4014 3540 0 100987 0
Current children cumulated CPU time: 1301.86 s
Current children cumulated vsize: 450920 KiB
Current children cumulated memory: 412720 KiB

[startup+1307.2 s]
/proc/loadavg: 3.08 3.06 2.41 4/250 257235
/proc/meminfo: memFree=121408860/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=450920 memory=412720 CPUtime=1303.45 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 107545 0 0 0 130297 48 0 0 20 0 1 0 30469645 461742080 103180 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 112730 103180 4014 3540 0 100987 0
Current children cumulated CPU time: 1303.45 s
Current children cumulated vsize: 450920 KiB
Current children cumulated memory: 412720 KiB

[startup+1308.8 s]
/proc/loadavg: 3.08 3.06 2.41 4/250 257235
/proc/meminfo: memFree=121408860/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=450920 memory=412720 CPUtime=1305.05 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 107545 0 0 0 130457 48 0 0 20 0 1 0 30469645 461742080 103180 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 112730 103180 4014 3540 0 100987 0
Current children cumulated CPU time: 1305.05 s
Current children cumulated vsize: 450920 KiB
Current children cumulated memory: 412720 KiB

[startup+1309.6 s]
/proc/loadavg: 3.08 3.06 2.41 4/250 257235
/proc/meminfo: memFree=121410252/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=450920 memory=412720 CPUtime=1305.85 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 107545 0 0 0 130537 48 0 0 20 0 1 0 30469645 461742080 103180 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 112730 103180 4014 3540 0 100987 0
Current children cumulated CPU time: 1305.85 s
Current children cumulated vsize: 450920 KiB
Current children cumulated memory: 412720 KiB

[startup+1309.8 s]
/proc/loadavg: 3.08 3.06 2.41 4/250 257235
/proc/meminfo: memFree=121410252/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=450920 memory=412720 CPUtime=1306.05 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 107545 0 0 0 130557 48 0 0 20 0 1 0 30469645 461742080 103180 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 112730 103180 4014 3540 0 100987 0
Current children cumulated CPU time: 1306.05 s
Current children cumulated vsize: 450920 KiB
Current children cumulated memory: 412720 KiB

[startup+1309.9 s]
/proc/loadavg: 3.08 3.06 2.41 4/250 257235
/proc/meminfo: memFree=121410252/131524600 swapFree=131054968/131071996
[pid=256913] ppid=256910 vsize=450920 memory=412720 CPUtime=1306.15 cores=4,6
/proc/256913/stat : 256913 (pbscip) R 256910 256913 256841 0 -1 4194304 107545 0 0 0 130567 48 0 0 20 0 1 0 30469645 461742080 103180 134679101440 4194304 18693293 140723382702400 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 27987968 140723382711299 140723382711398 140723382711398 140723382718414 0
/proc/256913/statm: 112730 103180 4014 3540 0 100987 0
Current children cumulated CPU time: 1306.15 s
Current children cumulated vsize: 450920 KiB
Current children cumulated memory: 412720 KiB

Child status: 0

Real time (s): 1309.99
CPU time (s): 1306.24
CPU user time (s): 1305.75
CPU system time (s): 0.490393
CPU usage (%): 99.714
Max. virtual memory (cumulated for all children) (KiB): 450920
Max. memory (cumulated for all children) (KiB): 412720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1305.75
system time used= 0.490393
maximum resident set size= 416052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107586
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 66
involuntary context switches= 1218


# summary of solver processes directly reported to runsolver:
#   pid: 256913
#   total CPU time (s): 1306.24
#   total CPU user time (s): 1305.75
#   total CPU system time (s): 0.490393

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.51126 second user time and 5.66196 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-25 22:31:03
IDJOB=4459872
IDBENCH=148620
IDSOLVER=3059
FILE ID=nodeC028/4459872-1721939463
RUNJOBID= nodeC028-1721939462-256852
SLURM_JOB_ID= 8247248
Free space on /tmp= 890032 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_10_4.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459872-1721939463/watcher-4459872-1721939463 -o /tmp/evaluation-result-4459872-1721939463/solver-4459872-1721939463 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721939462-256852 --watchdog 3760  pbscip -f HOME/instance-4459872-1721939463.opb -t 3600 -j 2 -m 31000

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= dbebfc2916fd48f48fd9f4f0821ac62f
RANDOM SEED=1503976896

nodeC028.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3638.581
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3664.371
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3664.877
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3658.525
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3652.611
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3598.031
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3660.480
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3648.912
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122685868 kB
MemAvailable:   129664060 kB
Buffers:          326076 kB
Cached:          7437936 kB
SwapCached:          312 kB
Active:          2370836 kB
Inactive:        5788220 kB
Active(anon):       4300 kB
Inactive(anon):   442696 kB
Active(file):    2366536 kB
Inactive(file):  5345524 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131054968 kB
Dirty:             74704 kB
Writeback:             0 kB
AnonPages:        394264 kB
Mapped:           119572 kB
Shmem:             51932 kB
KReclaimable:     211908 kB
Slab:             332944 kB
SReclaimable:     211908 kB
SUnreclaim:       121036 kB
KernelStack:        4048 kB
PageTables:        10660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     700556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            13440 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      443092 kB
DirectMap2M:    51759104 kB
DirectMap1G:    83886080 kB

Free space on /tmp at the end= 890012 MiB
End job on nodeC028 at 2024-07-25 22:52:53