Trace number 4432661

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-07SAT135 3586.86 3597.63

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_12.opb
MD5SUM88220551ed2e54bab314d6806833f69c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark92
Best CPU time to get the best result obtained on this benchmark3600.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1812
Total number of constraints3443
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 constraints3443
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1307
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4432661-1721096693.opb>
0.00/0.08	c original problem has 1812 variables (1812 bin, 0 int, 0 impl, 0 cont) and 3443 constraints
0.00/0.08	c problem read in 0.08
0.10/0.14	c presolving:
0.10/0.19	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 0 upgd conss, 0 impls, 66 clqs
0.21/0.26	c    (0.3s) running MILP presolver
0.31/0.36	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.31/0.36	c (round 2, medium)     0 del vars, 3443 del conss, 1793 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 0 upgd conss, 0 impls, 66 clqs
0.31/0.40	c (round 3, exhaustive) 0 del vars, 3443 del conss, 1793 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 77 upgd conss, 0 impls, 66 clqs
0.31/0.41	c (round 4, exhaustive) 0 del vars, 3443 del conss, 1793 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 143 upgd conss, 0 impls, 77 clqs
0.40/0.49	c    (0.5s) probing: 138/1812 (7.6%) - 0 fixings, 0 aggregations, 25 implications, 0 bound changes
0.40/0.49	c    (0.5s) probing aborted: 50/50 successive totally useless probings
0.50/0.58	c    (0.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.59/0.62	c    (0.6s) symmetry computation finished: 715 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.02)
0.59/0.65	c dynamic symmetry handling statistics:
0.59/0.65	c    orbitopal reduction:       no components
0.59/0.65	c    orbital reduction:         no components
0.59/0.65	c    lexicographic reduction:   no permutations
0.59/0.65	c handled 715 out of 715 symmetry components
0.59/0.65	c (round 5, exhaustive) 0 del vars, 3443 del conss, 2508 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 143 upgd conss, 0 impls, 817 clqs
0.59/0.67	c (round 6, exhaustive) 0 del vars, 3443 del conss, 2508 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 858 upgd conss, 0 impls, 817 clqs
0.59/0.69	c presolving (7 rounds: 7 fast, 6 medium, 5 exhaustive):
0.59/0.69	c  0 deleted vars, 3443 deleted constraints, 2508 added constraints, 0 tightened bounds, 0 added holes, 132 changed sides, 132 changed coefficients
0.59/0.69	c  0 implications, 817 cliques
0.59/0.69	c presolved problem has 1812 variables (1812 bin, 0 int, 0 impl, 0 cont) and 2508 constraints
0.59/0.69	c     143 constraints of type <knapsack>
0.59/0.69	c     715 constraints of type <setppc>
0.59/0.69	c    1650 constraints of type <linear>
0.59/0.69	c transformed objective value is always integral (scale: 1)
0.59/0.69	c Presolving Time: 0.56
0.59/0.69	c - non default parameters ----------------------------------------------------------------------
0.59/0.69	c # SCIP version 10.0.0
0.59/0.69	c 
0.59/0.69	c # maximal time in seconds to run
0.59/0.69	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.59/0.69	c limits/time = 3596.994098
0.59/0.69	c 
0.59/0.69	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.59/0.69	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.59/0.69	c limits/memory = 27900
0.59/0.69	c 
0.59/0.69	c # belongs reading time to solving time?
0.59/0.69	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.59/0.69	c timing/reading = TRUE
0.59/0.69	c 
0.59/0.69	c -----------------------------------------------------------------------------------------------
0.59/0.69	c start solving
0.59/0.69	c 
0.87/0.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.87/0.96	c   0.9s|     1 |     0 |  1508 |     - |    90M |   0 |1812 |2531 |2508 |   0 |  0 |  22 |   0 | 1.100000e+01 |      --      |    Inf | unknown
1.47/1.53	c   1.5s|     1 |     0 |  5371 |     - |    96M |   0 |1812 |2531 |2518 |  10 |  1 |  22 |   0 | 1.100000e+01 |      --      |    Inf | unknown
1.57/1.60	c   1.6s|     1 |     0 |  5392 |     - |    96M |   0 |1812 |2531 |2528 |  20 |  2 |  22 |   0 | 1.100000e+01 |      --      |    Inf | unknown
1.57/1.66	c   1.7s|     1 |     0 |  5415 |     - |    97M |   0 |1812 |2530 |2539 |  31 |  3 |  22 |   0 | 1.100000e+01 |      --      |    Inf | unknown
1.67/1.73	c   1.7s|     1 |     0 |  5438 |     - |    99M |   0 |1812 |2530 |2550 |  42 |  4 |  22 |   0 | 1.100000e+01 |      --      |    Inf | unknown
1.77/1.81	c   1.8s|     1 |     0 |  5459 |     - |   102M |   0 |1812 |2531 |2561 |  53 |  5 |  23 |   0 | 1.100000e+01 |      --      |    Inf | unknown
1.77/1.89	c   1.9s|     1 |     0 |  5496 |     - |   104M |   0 |1812 |2531 |2570 |  62 |  6 |  23 |   0 | 1.100000e+01 |      --      |    Inf | unknown
1.87/1.97	c   2.0s|     1 |     0 |  5544 |     - |   107M |   0 |1812 |2531 |2580 |  72 |  7 |  23 |   0 | 1.100000e+01 |      --      |    Inf | unknown
1.98/2.06	c   2.1s|     1 |     0 |  5578 |     - |   109M |   0 |1812 |2531 |2589 |  81 |  8 |  23 |   0 | 1.100000e+01 |      --      |    Inf | unknown
2.08/2.14	c   2.1s|     1 |     0 |  5617 |     - |   110M |   0 |1812 |2532 |2598 |  90 |  9 |  24 |   0 | 1.100000e+01 |      --      |    Inf | unknown
2.17/2.23	c   2.2s|     1 |     0 |  5666 |     - |   113M |   0 |1812 |2532 |2607 |  99 | 10 |  24 |   0 | 1.100000e+01 |      --      |    Inf | unknown
2.17/2.29	c   2.3s|     1 |     0 |  5717 |     - |   114M |   0 |1812 |2534 |2617 | 109 | 11 |  26 |   0 | 1.100000e+01 |      --      |    Inf | unknown
2.77/2.80	c   2.8s|     1 |     2 | 10924 |     - |   115M |   0 |1812 |2545 |2617 | 109 | 11 |  37 |  16 | 1.200000e+01 |      --      |    Inf | unknown
5.26/5.39	c   5.4s|   100 |    91 | 37198 | 319.2 |   123M |  18 |1812 |2581 |2564 | 243 |  2 |  73 |  16 | 1.300000e+01 |      --      |    Inf | unknown
6.07/6.19	c   6.2s|   200 |   143 | 45096 | 198.5 |   126M |  19 |1812 |2666 |2565 | 363 |  2 | 158 |  16 | 1.300000e+01 |      --      |    Inf |   1.13%
8.35/8.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.35/8.44	c   8.4s|   300 |   210 | 74175 | 229.3 |   134M |  20 |1812 |2739 |2561 | 519 |  1 | 235 |  16 | 1.300019e+01 |      --      |    Inf |   1.41%
13.54/13.68	c  13.7s|   400 |   274 | 99828 | 236.2 |   136M |  22 |1812 |2828 |2562 | 724 |  1 | 328 |  16 | 1.400000e+01 |      --      |    Inf |   1.54%
14.64/14.73	c  14.7s|   500 |   310 |116344 | 221.9 |   137M |  22 |1812 |2919 |2561 | 829 |  1 | 432 |  16 | 1.400000e+01 |      --      |    Inf |   1.76%
16.43/16.58	c  16.6s|   600 |   343 |145070 | 232.8 |   137M |  22 |1812 |3045 |   0 | 941 |  0 | 566 |  16 | 1.400000e+01 |      --      |    Inf |   2.05%
18.04/18.18	c  18.2s|   700 |   375 |166888 | 230.7 |   138M |  22 |1812 |3218 |2564 |1007 |  1 | 754 |  16 | 1.500000e+01 |      --      |    Inf |   2.16%
20.03/20.11	c  20.1s|   800 |   403 |186527 | 226.4 |   139M |  30 |1812 |3291 |2566 |1104 |  1 | 835 |  16 | 1.500000e+01 |      --      |    Inf |   2.27%
22.11/22.23	c  22.2s|   900 |   438 |206955 | 224.0 |   139M |  31 |1812 |3365 |   0 |1209 |  0 | 915 |  16 | 1.500000e+01 |      --      |    Inf |   2.34%
25.30/25.48	c  25.5s|  1000 |   469 |223279 | 217.9 |   140M |  31 |1812 |3429 |2569 |1310 |  0 | 990 |  16 | 1.500059e+01 |      --      |    Inf |   2.53%
26.80/26.90	c  26.9s|  1100 |   489 |239011 | 212.4 |   141M |  33 |1812 |3499 |2558 |1384 |  1 |1073 |  16 | 1.600000e+01 |      --      |    Inf |   2.61%
27.20/27.39	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
27.20/27.39	c (run 1, node 1113) performing user restart
27.20/27.39	c 
27.20/27.40	c (restart) converted 4 cuts from the global cut pool into linear constraints
27.20/27.40	c 
27.30/27.41	c presolving:
27.30/27.41	c (round 1, fast)       0 del vars, 42 del conss, 3 add conss, 0 chg bounds, 14 chg sides, 121 chg coeffs, 0 upgd conss, 0 impls, 834 clqs
27.30/27.42	c (round 2, medium)     3 del vars, 44 del conss, 7 add conss, 0 chg bounds, 27 chg sides, 155 chg coeffs, 0 upgd conss, 0 impls, 829 clqs
27.30/27.42	c (round 3, fast)       3 del vars, 51 del conss, 7 add conss, 0 chg bounds, 28 chg sides, 157 chg coeffs, 0 upgd conss, 0 impls, 829 clqs
27.30/27.42	c (round 4, exhaustive) 3 del vars, 54 del conss, 7 add conss, 0 chg bounds, 28 chg sides, 158 chg coeffs, 0 upgd conss, 0 impls, 829 clqs
27.30/27.43	c (round 5, exhaustive) 3 del vars, 54 del conss, 7 add conss, 0 chg bounds, 28 chg sides, 158 chg coeffs, 4 upgd conss, 0 impls, 829 clqs
27.30/27.43	c (round 6, exhaustive) 3 del vars, 111 del conss, 7 add conss, 0 chg bounds, 28 chg sides, 449 chg coeffs, 4 upgd conss, 0 impls, 829 clqs
27.30/27.44	c (round 7, exhaustive) 3 del vars, 115 del conss, 7 add conss, 0 chg bounds, 28 chg sides, 449 chg coeffs, 4 upgd conss, 0 impls, 829 clqs
27.30/27.46	c presolving (8 rounds: 8 fast, 6 medium, 5 exhaustive):
27.30/27.46	c  3 deleted vars, 115 deleted constraints, 7 added constraints, 0 tightened bounds, 0 added holes, 28 changed sides, 463 changed coefficients
27.30/27.46	c  0 implications, 829 cliques
27.30/27.46	c presolved problem has 1809 variables (1809 bin, 0 int, 0 impl, 0 cont) and 3407 constraints
27.30/27.46	c     194 constraints of type <knapsack>
27.30/27.46	c     730 constraints of type <setppc>
27.30/27.46	c    1662 constraints of type <linear>
27.30/27.46	c     821 constraints of type <logicor>
27.30/27.46	c transformed objective value is always integral (scale: 1)
27.30/27.46	c Presolving Time: 0.61
27.30/27.46	c 
27.40/27.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
27.40/27.57	c  27.6s|     1 |     0 |243578 |     - |   145M |   0 |1809 |3418 |2506 |   0 |  0 |1097 |  16 | 1.600000e+01 |      --      |    Inf | unknown
27.59/27.76	c  27.8s|     1 |     0 |244455 |     - |   145M |   0 |1809 |3418 |2519 |  13 |  1 |1097 |  16 | 1.600000e+01 |      --      |    Inf | unknown
27.69/27.81	c  27.8s|     1 |     0 |244740 |     - |   145M |   0 |1809 |3418 |2530 |  24 |  2 |1097 |  16 | 1.600000e+01 |      --      |    Inf | unknown
27.69/27.89	c  27.9s|     1 |     0 |244757 |     - |   146M |   0 |1809 |3418 |2540 |  34 |  3 |1097 |  16 | 1.600000e+01 |      --      |    Inf | unknown
27.79/27.98	c  28.0s|     1 |     0 |244773 |     - |   146M |   0 |1809 |3418 |2551 |  45 |  4 |1097 |  16 | 1.600000e+01 |      --      |    Inf | unknown
27.90/28.08	c  28.1s|     1 |     0 |244796 |     - |   146M |   0 |1809 |3422 |2564 |  58 |  5 |1101 |  16 | 1.600000e+01 |      --      |    Inf | unknown
28.00/28.18	c  28.2s|     1 |     0 |244821 |     - |   146M |   0 |1809 |3422 |2574 |  68 |  6 |1101 |  16 | 1.600000e+01 |      --      |    Inf | unknown
28.09/28.28	c  28.3s|     1 |     0 |244844 |     - |   146M |   0 |1809 |3429 |2585 |  79 |  7 |1108 |  16 | 1.600000e+01 |      --      |    Inf | unknown
28.19/28.39	c  28.4s|     1 |     0 |244860 |     - |   146M |   0 |1809 |3429 |2596 |  90 |  8 |1108 |  16 | 1.600000e+01 |      --      |    Inf | unknown
28.39/28.52	c  28.5s|     1 |     0 |245217 |     - |   148M |   0 |1809 |3434 |2607 | 101 |  9 |1113 |  16 | 1.600000e+01 |      --      |    Inf | unknown
28.49/28.61	c  28.6s|     1 |     0 |245234 |     - |   148M |   0 |1809 |3438 |2617 | 111 | 10 |1117 |  16 | 1.600000e+01 |      --      |    Inf | unknown
28.49/28.67	c  28.7s|     1 |     0 |245263 |     - |   148M |   0 |1809 |3440 |2627 | 121 | 11 |1119 |  16 | 1.600000e+01 |      --      |    Inf | unknown
28.59/28.72	c  28.7s|     1 |     0 |245279 |     - |   149M |   0 |1809 |3440 |2637 | 131 | 12 |1119 |  16 | 1.600000e+01 |      --      |    Inf | unknown
28.59/28.79	c  28.8s|     1 |     0 |245292 |     - |   149M |   0 |1809 |3446 |2646 | 140 | 13 |1125 |  16 | 1.600000e+01 |      --      |    Inf | unknown
28.69/28.84	c  28.8s|     1 |     0 |245333 |     - |   149M |   0 |1809 |3450 |2647 | 150 | 14 |1129 |  16 | 1.600000e+01 |      --      |    Inf | unknown
28.79/28.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.79/28.91	c  28.9s|     1 |     0 |245360 |     - |   150M |   0 |1809 |3453 |2657 | 160 | 15 |1132 |  16 | 1.600000e+01 |      --      |    Inf | unknown
28.79/28.98	c  29.0s|     1 |     0 |245558 |     - |   150M |   0 |1809 |3451 |2667 | 170 | 16 |1132 |  16 | 1.600000e+01 |      --      |    Inf | unknown
28.90/29.05	c  29.0s|     1 |     0 |245580 |     - |   151M |   0 |1809 |3449 |2679 | 182 | 17 |1132 |  16 | 1.600000e+01 |      --      |    Inf | unknown
28.90/29.08	c  29.1s|     1 |     0 |245601 |     - |   151M |   0 |1809 |3452 |2690 | 193 | 18 |1136 |  16 | 1.600000e+01 |      --      |    Inf | unknown
29.00/29.14	c  29.1s|     1 |     0 |245852 |     - |   152M |   0 |1809 |3457 |2700 | 203 | 19 |1141 |  16 | 1.600000e+01 |      --      |    Inf | unknown
29.09/29.22	c  29.2s|     1 |     0 |245968 |     - |   152M |   0 |1809 |3454 |2692 | 212 | 20 |1141 |  16 | 1.600000e+01 |      --      |    Inf | unknown
29.09/29.24	c  29.2s|     1 |     0 |245988 |     - |   152M |   0 |1809 |3454 |2701 | 221 | 21 |1141 |  16 | 1.600000e+01 |      --      |    Inf | unknown
29.09/29.26	c  29.3s|     1 |     0 |246022 |     - |   152M |   0 |1809 |3459 |2711 | 231 | 22 |1146 |  16 | 1.600000e+01 |      --      |    Inf | unknown
29.19/29.30	c  29.3s|     1 |     0 |246394 |     - |   152M |   0 |1809 |3459 |2721 | 241 | 23 |1146 |  16 | 1.600000e+01 |      --      |    Inf | unknown
29.19/29.35	c  29.3s|     1 |     0 |246499 |     - |   152M |   0 |1809 |3457 |2731 | 251 | 24 |1146 |  16 | 1.600000e+01 |      --      |    Inf | unknown
29.19/29.37	c  29.4s|     1 |     0 |246602 |     - |   152M |   0 |1809 |3456 |2742 | 262 | 25 |1146 |  16 | 1.600000e+01 |      --      |    Inf | unknown
29.29/29.43	c  29.4s|     1 |     0 |246765 |     - |   152M |   0 |1809 |3456 |2733 | 273 | 26 |1146 |  16 | 1.600000e+01 |      --      |    Inf | unknown
29.29/29.49	c  29.5s|     1 |     0 |247034 |     - |   152M |   0 |1809 |3458 |2744 | 284 | 27 |1149 |  16 | 1.600000e+01 |      --      |    Inf | unknown
29.39/29.55	c  29.5s|     1 |     0 |247275 |     - |   153M |   0 |1809 |3459 |2754 | 294 | 28 |1151 |  16 | 1.600000e+01 |      --      |    Inf | unknown
29.49/29.60	c  29.6s|     1 |     0 |247390 |     - |   154M |   0 |1809 |3457 |2764 | 304 | 29 |1151 |  16 | 1.600000e+01 |      --      |    Inf | unknown
29.49/29.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
29.49/29.66	c  29.7s|     1 |     0 |247622 |     - |   155M |   0 |1809 |3462 |2774 | 314 | 30 |1158 |  16 | 1.600000e+01 |      --      |    Inf | unknown
29.49/29.69	c  29.7s|     1 |     0 |247726 |     - |   155M |   0 |1809 |3462 |2782 | 322 | 31 |1158 |  16 | 1.600000e+01 |      --      |    Inf | unknown
29.59/29.72	c  29.7s|     1 |     0 |247988 |     - |   155M |   0 |1809 |3467 |2761 | 332 | 32 |1164 |  16 | 1.600000e+01 |      --      |    Inf | unknown
29.59/29.76	c  29.8s|     1 |     0 |248127 |     - |   157M |   0 |1809 |3470 |2769 | 340 | 33 |1168 |  16 | 1.600000e+01 |      --      |    Inf | unknown
29.69/29.83	c  29.8s|     1 |     0 |248428 |     - |   157M |   0 |1809 |3469 |2780 | 351 | 34 |1168 |  16 | 1.600000e+01 |      --      |    Inf | unknown
29.69/29.89	c  29.9s|     1 |     0 |248487 |     - |   158M |   0 |1809 |3472 |2790 | 361 | 35 |1175 |  16 | 1.600000e+01 |      --      |    Inf | unknown
29.79/29.94	c  29.9s|     1 |     0 |248502 |     - |   159M |   0 |1809 |3470 |2799 | 370 | 36 |1175 |  16 | 1.600000e+01 |      --      |    Inf | unknown
29.79/29.96	c  30.0s|     1 |     0 |248605 |     - |   159M |   0 |1809 |3469 |2807 | 378 | 37 |1175 |  16 | 1.600000e+01 |      --      |    Inf | unknown
29.90/30.03	c  30.0s|     1 |     0 |248808 |     - |   160M |   0 |1809 |3471 |2788 | 387 | 38 |1181 |  16 | 1.600000e+01 |      --      |    Inf | unknown
29.90/30.09	c  30.1s|     1 |     0 |248946 |     - |   162M |   0 |1809 |3470 |2796 | 395 | 39 |1183 |  16 | 1.600000e+01 |      --      |    Inf | unknown
30.00/30.17	c  30.2s|     1 |     0 |249090 |     - |   163M |   0 |1809 |3469 |2804 | 403 | 40 |1183 |  16 | 1.600000e+01 |      --      |    Inf | unknown
30.09/30.20	c  30.2s|     1 |     0 |249231 |     - |   163M |   0 |1809 |3468 |2813 | 412 | 41 |1183 |  16 | 1.600000e+01 |      --      |    Inf | unknown
30.09/30.28	c  30.3s|     1 |     0 |249608 |     - |   165M |   0 |1809 |3466 |2823 | 422 | 42 |1183 |  16 | 1.600000e+01 |      --      |    Inf | unknown
30.19/30.31	c  30.3s|     1 |     0 |249759 |     - |   165M |   0 |1809 |3466 |2830 | 429 | 43 |1183 |  16 | 1.600000e+01 |      --      |    Inf | unknown
30.19/30.34	c  30.3s|     1 |     0 |249823 |     - |   165M |   0 |1809 |3466 |2815 | 439 | 44 |1183 |  16 | 1.600000e+01 |      --      |    Inf | unknown
30.19/30.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
30.19/30.36	c  30.4s|     1 |     0 |249881 |     - |   165M |   0 |1809 |3472 |2823 | 447 | 45 |1190 |  16 | 1.600000e+01 |      --      |    Inf | unknown
30.29/30.40	c  30.4s|     1 |     0 |249958 |     - |   165M |   0 |1809 |3471 |2831 | 455 | 46 |1190 |  16 | 1.600000e+01 |      --      |    Inf | unknown
30.29/30.47	c  30.5s|     1 |     0 |249996 |     - |   165M |   0 |1809 |3469 |2840 | 464 | 47 |1190 |  16 | 1.600000e+01 |      --      |    Inf | unknown
30.29/30.49	c  30.5s|     1 |     0 |250042 |     - |   165M |   0 |1809 |3470 |2848 | 472 | 48 |1193 |  16 | 1.600000e+01 |      --      |    Inf | unknown
30.39/30.53	c  30.5s|     1 |     0 |250176 |     - |   165M |   0 |1809 |3469 |2856 | 480 | 49 |1193 |  16 | 1.600000e+01 |      --      |    Inf | unknown
30.39/30.57	c  30.6s|     1 |     0 |250466 |     - |   165M |   0 |1809 |3467 |2833 | 489 | 50 |1193 |  16 | 1.600000e+01 |      --      |    Inf | unknown
30.49/30.61	c  30.6s|     1 |     0 |250712 |     - |   165M |   0 |1809 |3469 |2843 | 499 | 51 |1195 |  16 | 1.600000e+01 |      --      |    Inf | unknown
30.49/30.66	c  30.7s|     1 |     0 |251024 |     - |   165M |   0 |1809 |3471 |2850 | 506 | 52 |1197 |  16 | 1.600000e+01 |      --      |    Inf | unknown
30.59/30.74	c  30.7s|     1 |     0 |251170 |     - |   166M |   0 |1809 |3471 |2858 | 514 | 53 |1197 |  16 | 1.600000e+01 |      --      |    Inf | unknown
30.59/30.77	c  30.8s|     1 |     0 |251367 |     - |   166M |   0 |1809 |3471 |2868 | 524 | 54 |1197 |  16 | 1.600000e+01 |      --      |    Inf | unknown
30.69/30.80	c  30.8s|     1 |     0 |251445 |     - |   166M |   0 |1809 |3475 |2877 | 533 | 55 |1201 |  16 | 1.600000e+01 |      --      |    Inf | unknown
30.69/30.83	c  30.8s|     1 |     0 |251471 |     - |   166M |   0 |1809 |3475 |2863 | 541 | 56 |1201 |  16 | 1.600000e+01 |      --      |    Inf | unknown
30.69/30.87	c  30.9s|     1 |     0 |251500 |     - |   166M |   0 |1809 |3475 |2871 | 549 | 57 |1201 |  16 | 1.600000e+01 |      --      |    Inf | unknown
30.79/30.90	c  30.9s|     1 |     0 |251558 |     - |   166M |   0 |1809 |3475 |2879 | 557 | 58 |1201 |  16 | 1.600000e+01 |      --      |    Inf | unknown
30.79/30.93	c  30.9s|     1 |     0 |251585 |     - |   166M |   0 |1809 |3475 |2888 | 566 | 59 |1201 |  16 | 1.600000e+01 |      --      |    Inf | unknown
30.79/30.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
30.79/30.96	c  31.0s|     1 |     0 |251655 |     - |   166M |   0 |1809 |3482 |2896 | 574 | 60 |1208 |  16 | 1.600000e+01 |      --      |    Inf | unknown
32.09/32.25	c  32.2s|     1 |     2 |255788 |     - |   166M |   0 |1809 |3492 |2896 | 574 | 60 |1219 |  46 | 1.600000e+01 |      --      |    Inf | unknown
34.78/34.91	c  34.9s|   100 |    88 |305788 | 239.7 |   168M |  18 |1809 |3614 |2668 | 651 |  1 |1363 |  46 | 1.600000e+01 |      --      |    Inf | unknown
38.66/38.80	c  38.8s|   200 |   170 |369832 | 270.3 |   170M |  20 |1809 |3690 |2666 | 770 |  1 |1561 |  46 | 1.600000e+01 |      --      |    Inf | unknown
42.35/42.53	c  42.5s|   300 |   256 |425149 | 290.3 |   170M |  20 |1809 |3564 |2667 | 834 |  1 |1720 |  46 | 1.600000e+01 |      --      |    Inf | unknown
45.34/45.51	c  45.5s|   400 |   341 |489628 | 313.8 |   171M |  20 |1809 |3542 |2670 | 975 |  1 |1858 |  46 | 1.600000e+01 |      --      |    Inf | unknown
47.74/47.95	c  47.9s|   500 |   430 |543307 | 327.6 |   171M |  20 |1809 |3552 |2663 |1066 |  1 |2102 |  46 | 1.600000e+01 |      --      |    Inf | unknown
50.84/51.10	c  51.1s|   600 |   518 |613125 | 349.2 |   172M |  20 |1809 |3710 |2674 |1301 |  1 |2427 |  46 | 1.600000e+01 |      --      |    Inf | unknown
53.72/53.99	c  54.0s|   700 |   580 |660793 | 356.3 |   174M |  20 |1809 |3767 |2670 |1383 |  1 |2612 |  46 | 1.600000e+01 |      --      |    Inf | unknown
57.21/57.42	c  57.4s|   800 |   666 |728168 | 372.9 |   176M |  20 |1809 |3811 |2672 |1661 |  1 |2775 |  46 | 1.700000e+01 |      --      |    Inf | unknown
60.40/60.67	c  60.7s|   900 |   721 |771371 | 375.8 |   177M |  21 |1809 |3820 |2657 |1814 |  1 |2872 |  46 | 1.700000e+01 |      --      |    Inf |   0.50%
63.80/64.08	c  64.1s|  1000 |   793 |839212 | 390.1 |   177M |  24 |1809 |3816 |2666 |1912 |  1 |3000 |  46 | 1.700000e+01 |      --      |    Inf |   0.60%
66.58/66.89	c  66.9s|  1100 |   857 |897684 | 398.9 |   178M |  25 |1809 |3774 |2671 |2022 |  1 |3173 |  46 | 1.700000e+01 |      --      |    Inf |   0.66%
70.88/71.18	c  71.2s|  1200 |   946 |974714 | 415.0 |   179M |  25 |1809 |3711 |2672 |2166 |  1 |3315 |  46 | 1.700000e+01 |      --      |    Inf |   0.66%
75.96/76.22	c  76.2s|  1300 |  1040 |  1075k| 439.7 |   180M |  25 |1809 |3749 |2676 |2360 |  2 |3546 |  46 | 1.700000e+01 |      --      |    Inf |   0.66%
79.65/79.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
79.65/79.95	c  79.9s|  1400 |  1126 |  1158k| 455.1 |   180M |  27 |1809 |3842 |2675 |2465 |  1 |3761 |  46 | 1.700000e+01 |      --      |    Inf |   0.66%
81.14/81.45	c  81.4s|  1500 |  1169 |  1188k| 449.3 |   181M |  42 |1809 |3906 |2680 |2524 |  1 |3855 |  46 | 1.727586e+01 |      --      |    Inf |   0.66%
82.44/82.73	c  82.7s|  1600 |  1192 |  1216k| 443.1 |   181M |  42 |1809 |3939 |2684 |2584 |  1 |3916 |  46 | 1.727586e+01 |      --      |    Inf |   0.66%
83.64/83.98	c  84.0s|  1700 |  1232 |  1236k| 434.4 |   183M |  43 |1809 |3969 |2678 |2658 |  1 |4003 |  46 | 1.740000e+01 |      --      |    Inf |   0.66%
84.74/85.10	c  85.1s|  1800 |  1260 |  1260k| 427.5 |   183M |  44 |1809 |3931 |2675 |2689 |  1 |4041 |  46 | 1.751336e+01 |      --      |    Inf |   0.66%
85.84/86.17	c  86.2s|  1900 |  1276 |  1281k| 420.6 |   184M |  44 |1809 |3924 |2683 |2760 |  1 |4118 |  46 | 1.751336e+01 |      --      |    Inf |   0.66%
89.62/89.98	c  90.0s|  2000 |  1364 |  1360k| 432.4 |   186M |  44 |1809 |3843 |2670 |2910 |  1 |4217 |  46 | 1.751336e+01 |      --      |    Inf |   0.66%
92.61/92.97	c  93.0s|  2100 |  1456 |  1433k| 441.5 |   187M |  44 |1809 |3949 |2677 |2977 |  1 |4412 |  46 | 1.751336e+01 |      --      |    Inf |   0.68%
96.00/96.31	c  96.3s|  2200 |  1527 |  1501k| 448.8 |   188M |  44 |1809 |3959 |   0 |3111 |  0 |4543 |  46 | 1.752117e+01 |      --      |    Inf |   0.81%
97.89/98.27	c  98.3s|  2300 |  1576 |  1544k| 448.1 |   189M |  44 |1809 |3952 |2676 |3204 |  1 |4620 |  46 | 1.800000e+01 |      --      |    Inf |   0.81%
99.09/99.47	c  99.5s|  2400 |  1607 |  1567k| 441.9 |   189M |  44 |1809 |3977 |2678 |3242 |  1 |4721 |  46 | 1.800000e+01 |      --      |    Inf |   0.81%
100.29/100.61	c   101s|  2500 |  1595 |  1586k| 435.1 |   189M |  44 |1809 |3974 |2658 |3282 |  1 |4777 |  46 | 1.900000e+01 |      --      |    Inf |   0.87%
102.08/102.43	c   102s|  2600 |  1649 |  1626k| 434.2 |   190M |  44 |1809 |4152 |   0 |3387 |  0 |5010 |  46 | 1.900000e+01 |      --      |    Inf |   0.97%
103.79/104.18	c   104s|  2700 |  1693 |  1661k| 431.8 |   190M |  44 |1809 |4125 |   0 |3481 |  0 |5111 |  46 | 1.900000e+01 |      --      |    Inf |   0.98%
105.37/105.79	c   106s|  2800 |  1739 |  1691k| 428.4 |   191M |  44 |1809 |4075 |2666 |3556 |  1 |5160 |  46 | 1.900000e+01 |      --      |    Inf |   1.04%
107.47/107.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
107.47/107.80	c   108s|  2900 |  1815 |  1737k| 429.2 |   191M |  44 |1809 |4135 |2674 |3577 |  1 |5319 |  46 | 1.900000e+01 |      --      |    Inf |   1.04%
108.86/109.29	c   109s|  3000 |  1871 |  1769k| 426.5 |   191M |  44 |1809 |4122 |   0 |3661 |  0 |5416 |  46 | 1.900000e+01 |      --      |    Inf |   1.05%
110.96/111.38	c   111s|  3100 |  1936 |  1819k| 428.4 |   192M |  44 |1809 |4115 |2667 |3699 |  1 |5509 |  46 | 1.900000e+01 |      --      |    Inf |   1.06%
112.55/112.97	c   113s|  3200 |  1999 |  1855k| 426.9 |   192M |  44 |1809 |4203 |2675 |3745 |  1 |5632 |  46 | 1.900000e+01 |      --      |    Inf |   1.07%
113.95/114.37	c   114s|  3300 |  2015 |  1886k| 424.2 |   192M |  44 |1809 |4206 |   0 |3812 |  0 |5687 |  46 | 1.900000e+01 |      --      |    Inf |   1.07%
115.44/115.82	c   116s|  3400 |  2055 |  1918k| 421.9 |   193M |  44 |1809 |4209 |2669 |3863 |  1 |5789 |  46 | 2.000000e+01 |      --      |    Inf |   1.07%
117.04/117.46	c   117s|  3500 |  2082 |  1949k| 419.4 |   194M |  44 |1809 |4229 |2674 |3932 |  1 |5906 |  46 | 2.078708e+01 |      --      |    Inf |   1.08%
118.34/118.80	c   119s|  3600 |  2119 |  1980k| 417.1 |   195M |  44 |1809 |4247 |2669 |3953 |  1 |6005 |  46 | 2.100000e+01 |      --      |    Inf |   1.25%
120.93/121.32	c   121s|  3700 |  2201 |  2036k| 420.1 |   195M |  44 |1809 |4294 |2675 |4058 |  1 |6151 |  46 | 2.100000e+01 |      --      |    Inf |   1.25%
123.12/123.54	c   124s|  3800 |  2256 |  2085k| 421.4 |   195M |  44 |1809 |4390 |2676 |4114 |  1 |6293 |  46 | 2.100000e+01 |      --      |    Inf |   1.25%
125.32/125.80	c   126s|  3900 |  2335 |  2138k| 423.7 |   196M |  44 |1809 |4506 |   0 |4212 |  0 |6471 |  46 | 2.100000e+01 |      --      |    Inf |   1.25%
126.81/127.29	c   127s|  4000 |  2398 |  2171k| 421.8 |   197M |  44 |1809 |4563 |2681 |4260 |  1 |6578 |  46 | 2.100000e+01 |      --      |    Inf |   1.25%
128.31/128.72	c   129s|  4100 |  2428 |  2198k| 418.9 |   197M |  44 |1809 |4616 |   0 |4324 |  0 |6666 |  46 | 2.100000e+01 |      --      |    Inf |   1.25%
129.90/130.33	c   130s|  4200 |  2459 |  2226k| 416.4 |   198M |  44 |1809 |4628 |2686 |4438 |  1 |6728 |  46 | 2.100000e+01 |      --      |    Inf |   1.25%
132.49/132.95	c   133s|  4300 |  2504 |  2270k| 416.6 |   199M |  44 |1809 |4633 |   0 |4569 |  0 |6846 |  46 | 2.100000e+01 |      --      |    Inf |   1.25%
135.29/135.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
135.29/135.77	c   136s|  4400 |  2576 |  2327k| 419.4 |   199M |  44 |1809 |4525 |   0 |4688 |  0 |6933 |  46 | 2.100000e+01 |      --      |    Inf |   1.25%
137.98/138.47	c   138s|  4500 |  2647 |  2390k| 423.2 |   201M |  44 |1809 |4507 |2687 |4777 |  1 |7097 |  46 | 2.100000e+01 |      --      |    Inf |   1.25%
140.37/140.86	c   141s|  4600 |  2706 |  2438k| 424.3 |   201M |  44 |1809 |4501 |2688 |4890 |  1 |7197 |  46 | 2.100000e+01 |      --      |    Inf |   1.27%
142.96/143.45	c   143s|  4700 |  2772 |  2498k| 427.2 |   202M |  45 |1809 |4481 |2682 |4979 |  1 |7322 |  46 | 2.100000e+01 |      --      |    Inf |   1.27%
145.06/145.54	c   146s|  4800 |  2827 |  2542k| 427.5 |   202M |  45 |1809 |4508 |2686 |5055 |  1 |7446 |  46 | 2.100000e+01 |      --      |    Inf |   1.28%
146.95/147.43	c   147s|  4900 |  2872 |  2584k| 427.4 |   203M |  45 |1809 |4502 |2684 |5127 |  1 |7565 |  46 | 2.100000e+01 |      --      |    Inf |   1.28%
148.56/149.10	c   149s|  5000 |  2923 |  2618k| 426.0 |   204M |  45 |1809 |4444 |2683 |5209 |  2 |7661 |  46 | 2.100000e+01 |      --      |    Inf |   1.30%
150.84/151.34	c   151s|  5100 |  2983 |  2666k| 426.9 |   204M |  45 |1809 |4511 |2687 |5279 |  1 |7838 |  46 | 2.100000e+01 |      --      |    Inf |   1.30%
153.13/153.60	c   154s|  5200 |  3052 |  2712k| 427.3 |   204M |  45 |1809 |4523 |   0 |5361 |  0 |7933 |  46 | 2.100000e+01 |      --      |    Inf |   1.30%
154.93/155.42	c   155s|  5300 |  3109 |  2750k| 426.6 |   205M |  46 |1809 |4584 |   0 |5462 |  0 |8098 |  46 | 2.100000e+01 |      --      |    Inf |   1.31%
157.12/157.64	c   158s|  5400 |  3175 |  2802k| 428.0 |   206M |  46 |1809 |4523 |2675 |5512 |  1 |8165 |  46 | 2.100000e+01 |      --      |    Inf |   1.32%
158.02/158.57	c   159s|  5500 |  3198 |  2818k| 424.0 |   206M |  46 |1809 |4515 |   0 |5542 |  0 |8229 |  46 | 2.100000e+01 |      --      |    Inf |   1.32%
159.22/159.77	c   160s|  5600 |  3222 |  2839k| 420.8 |   207M |  46 |1809 |4513 |2687 |5580 |  1 |8286 |  46 | 2.100000e+01 |      --      |    Inf |   1.32%
160.31/160.81	c   161s|  5700 |  3238 |  2859k| 417.5 |   207M |  46 |1809 |4527 |2687 |5654 |  1 |8352 |  46 | 2.100000e+01 |      --      |    Inf |   1.32%
161.11/161.60	c   162s|  5800 |  3252 |  2873k| 413.5 |   208M |  46 |1809 |4572 |   0 |5718 |  0 |8418 |  46 | 2.100000e+01 |      --      |    Inf |   1.33%
162.21/162.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
162.21/162.72	c   163s|  5900 |  3274 |  2892k| 410.3 |   209M |  46 |1809 |4583 |   0 |5760 |  0 |8482 |  46 | 2.100000e+01 |      --      |    Inf |   1.33%
164.30/164.86	c   165s|  6000 |  3344 |  2941k| 411.5 |   209M |  46 |1809 |4572 |2676 |5832 |  1 |8584 |  46 | 2.100000e+01 |      --      |    Inf |   1.33%
166.00/166.57	c   167s|  6100 |  3381 |  2977k| 410.7 |   210M |  46 |1809 |4514 |   0 |5923 |  0 |8645 |  46 | 2.100000e+01 |      --      |    Inf |   1.33%
168.09/168.70	c   169s|  6200 |  3442 |  3025k| 411.7 |   210M |  46 |1809 |4460 |2685 |5973 |  1 |8746 |  46 | 2.100000e+01 |      --      |    Inf |   1.33%
169.39/169.90	c   170s|  6300 |  3475 |  3049k| 409.4 |   210M |  48 |1809 |4485 |2686 |6060 |  1 |8830 |  46 | 2.100000e+01 |      --      |    Inf |   1.33%
170.78/171.39	c   171s|  6400 |  3489 |  3077k| 407.7 |   211M |  48 |1809 |4466 |2695 |6151 |  1 |8864 |  46 | 2.100000e+01 |      --      |    Inf |   1.33%
172.08/172.66	c   173s|  6500 |  3508 |  3102k| 405.5 |   212M |  48 |1809 |4453 |2675 |6245 |  1 |8935 |  46 | 2.100000e+01 |      --      |    Inf |   1.33%
173.77/174.38	c   174s|  6600 |  3566 |  3137k| 404.9 |   212M |  48 |1809 |4517 |2675 |6343 |  1 |9056 |  46 | 2.100000e+01 |      --      |    Inf |   1.33%
176.66/177.22	c   177s|  6700 |  3650 |  3206k| 408.5 |   213M |  48 |1809 |4596 |2676 |6442 |  1 |9241 |  46 | 2.100000e+01 |      --      |    Inf |   1.33%
178.06/178.69	c   179s|  6800 |  3711 |  3238k| 407.4 |   213M |  48 |1809 |4674 |   0 |6500 |  0 |9380 |  46 | 2.100000e+01 |      --      |    Inf |   1.33%
179.96/180.54	c   181s|  6900 |  3760 |  3281k| 407.6 |   213M |  48 |1809 |4669 |2677 |6557 |  1 |9482 |  46 | 2.100000e+01 |      --      |    Inf |   1.33%
181.75/182.39	c   182s|  7000 |  3827 |  3323k| 407.9 |   214M |  48 |1809 |4690 |   0 |6629 |  0 |9639 |  46 | 2.100000e+01 |      --      |    Inf |   1.33%
183.25/183.81	c   184s|  7100 |  3871 |  3354k| 406.7 |   215M |  48 |1809 |4662 |2681 |6702 |  1 |9711 |  46 | 2.100000e+01 |      --      |    Inf |   1.33%
185.15/185.78	c   186s|  7200 |  3915 |  3394k| 406.6 |   216M |  48 |1809 |4621 |2689 |6843 |  1 |9810 |  46 | 2.100000e+01 |      --      |    Inf |   1.33%
186.74/187.33	c   187s|  7300 |  3965 |  3429k| 405.9 |   217M |  48 |1809 |4623 |2672 |6880 |  1 |9940 |  46 | 2.100000e+01 |      --      |    Inf |   1.34%
187.94/188.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
187.94/188.57	c   189s|  7400 |  3980 |  3455k| 404.2 |   218M |  48 |1809 |4623 |   0 |6995 |  0 |  10k|  46 | 2.100000e+01 |      --      |    Inf |   1.34%
190.44/191.06	c   191s|  7500 |  4025 |  3501k| 404.8 |   218M |  48 |1809 |4519 |2689 |7089 |  2 |  10k|  46 | 2.100000e+01 |      --      |    Inf |   1.34%
192.63/193.27	c   193s|  7600 |  4093 |  3547k| 405.5 |   219M |  48 |1809 |4743 |2679 |7168 |  1 |  10k|  46 | 2.100000e+01 |      --      |    Inf |   1.34%
195.02/195.69	c   196s|  7700 |  4168 |  3602k| 407.1 |   219M |  48 |1809 |4700 |2689 |7297 |  2 |  10k|  46 | 2.100000e+01 |      --      |    Inf |   1.34%
196.02/196.61	c   197s|  7800 |  4202 |  3622k| 404.8 |   220M |  48 |1809 |4727 |   0 |7353 |  0 |  10k|  46 | 2.100000e+01 |      --      |    Inf |   1.36%
197.71/198.34	c   198s|  7900 |  4258 |  3663k| 404.9 |   220M |  48 |1809 |4771 |2674 |7445 |  1 |  10k|  46 | 2.100000e+01 |      --      |    Inf |   1.36%
199.31/199.97	c   200s|  8000 |  4313 |  3701k| 404.5 |   220M |  48 |1809 |4745 |2675 |7521 |  1 |  10k|  46 | 2.100000e+01 |      --      |    Inf |   1.36%
202.20/202.88	c   203s|  8100 |  4387 |  3763k| 406.9 |   221M |  48 |1809 |4622 |2675 |7634 |  1 |  10k|  46 | 2.100000e+01 |      --      |    Inf |   1.36%
204.79/205.49	c   205s|  8200 |  4464 |  3819k| 408.5 |   221M |  48 |1809 |4654 |2675 |7757 |  1 |  11k|  46 | 2.100000e+01 |      --      |    Inf |   1.36%
206.58/207.20	c   207s|  8300 |  4505 |  3854k| 407.9 |   222M |  48 |1809 |4611 |2668 |7847 |  1 |  11k|  46 | 2.100000e+01 |      --      |    Inf |   1.36%
209.28/209.95	c   210s|  8400 |  4575 |  3910k| 409.5 |   223M |  48 |1809 |4647 |2676 |7957 |  1 |  11k|  46 | 2.100000e+01 |      --      |    Inf |   1.36%
210.97/211.62	c   212s|  8500 |  4616 |  3946k| 409.0 |   225M |  48 |1809 |4687 |   0 |8044 |  0 |  11k|  46 | 2.100000e+01 |      --      |    Inf |   1.36%
212.67/213.35	c   213s|  8600 |  4659 |  3984k| 408.7 |   225M |  48 |1809 |4709 |2667 |8122 |  1 |  11k|  46 | 2.100000e+01 |      --      |    Inf |   1.36%
214.66/215.37	c   215s|  8700 |  4717 |  4030k| 409.2 |   226M |  48 |1809 |4689 |2677 |8210 |  1 |  11k|  46 | 2.100000e+01 |      --      |    Inf |   1.36%
216.16/216.85	c   217s|  8800 |  4759 |  4062k| 408.3 |   226M |  48 |1809 |4719 |2669 |8289 |  1 |  11k|  46 | 2.100000e+01 |      --      |    Inf |   1.36%
217.85/218.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
217.85/218.52	c   219s|  8900 |  4812 |  4097k| 407.7 |   228M |  48 |1809 |4741 |2678 |8360 |  1 |  11k|  46 | 2.100000e+01 |      --      |    Inf |   1.36%
219.46/220.12	c   220s|  9000 |  4845 |  4130k| 406.9 |   228M |  48 |1809 |4720 |   0 |8443 |  0 |  11k|  46 | 2.100000e+01 |      --      |    Inf |   1.36%
222.24/222.93	c   223s|  9100 |  4914 |  4185k| 408.4 |   229M |  48 |1809 |4615 |2677 |8563 |  1 |  12k|  46 | 2.100000e+01 |      --      |    Inf |   1.37%
223.83/224.51	c   225s|  9200 |  4940 |  4213k| 407.1 |   229M |  48 |1809 |4581 |   0 |8720 |  0 |  12k|  46 | 2.100000e+01 |      --      |    Inf |   1.37%
225.73/226.40	c   226s|  9300 |  4983 |  4249k| 406.7 |   229M |  48 |1809 |4598 |   0 |8816 |  0 |  12k|  46 | 2.100000e+01 |      --      |    Inf |   1.37%
226.82/227.53	c   228s|  9400 |  5012 |  4273k| 405.1 |   231M |  48 |1809 |4599 |2692 |8856 |  1 |  12k|  46 | 2.100000e+01 |      --      |    Inf |   1.37%
228.12/228.87	c   229s|  9500 |  5038 |  4296k| 403.4 |   233M |  48 |1809 |4593 |   0 |8919 |  0 |  12k|  46 | 2.100000e+01 |      --      |    Inf |   1.37%
229.61/230.35	c   230s|  9600 |  5074 |  4329k| 402.7 |   234M |  48 |1809 |4604 |2676 |9000 |  1 |  12k|  46 | 2.100000e+01 |      --      |    Inf |   1.37%
230.21/230.90	c   231s|  9700 |  5089 |  4339k| 399.9 |   234M |  48 |1809 |4593 |2680 |9032 |  1 |  12k|  46 | 2.100000e+01 |      --      |    Inf |   1.37%
231.11/231.86	c   232s|  9800 |  5106 |  4361k| 398.3 |   234M |  48 |1809 |4698 |   0 |9086 |  0 |  12k|  46 | 2.100000e+01 |      --      |    Inf |   1.37%
232.21/232.93	c   233s|  9900 |  5117 |  4384k| 396.8 |   235M |  48 |1809 |4737 |2674 |9126 |  1 |  12k|  46 | 2.100000e+01 |      --      |    Inf |   1.37%
232.80/233.59	c   234s| 10000 |  5115 |  4396k| 394.3 |   235M |  48 |1809 |4762 |2681 |9162 |  1 |  12k|  46 | 2.100000e+01 |      --      |    Inf |   1.37%
234.90/235.61	c   236s| 10100 |  5171 |  4444k| 395.1 |   235M |  48 |1809 |4756 |2683 |9266 |  1 |  12k|  46 | 2.100000e+01 |      --      |    Inf |   1.38%
236.89/237.62	c   238s| 10200 |  5203 |  4485k| 395.1 |   235M |  48 |1809 |4730 |   0 |9353 |  0 |  12k|  46 | 2.100000e+01 |      --      |    Inf |   1.38%
238.49/239.20	c   239s| 10300 |  5252 |  4517k| 394.6 |   236M |  48 |1809 |4706 |   0 |9458 |  0 |  13k|  46 | 2.100000e+01 |      --      |    Inf |   1.38%
239.09/239.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
239.09/239.84	c   240s| 10400 |  5244 |  4530k| 392.2 |   236M |  48 |1809 |4706 |   0 |9504 |  0 |  13k|  46 | 2.100000e+01 |      --      |    Inf |   1.38%
240.48/241.28	c   241s| 10500 |  5272 |  4561k| 391.5 |   236M |  48 |1809 |4702 |2675 |9587 |  1 |  13k|  46 | 2.100000e+01 |      --      |    Inf |   1.38%
244.07/244.80	c   245s| 10600 |  5361 |  4644k| 395.3 |   237M |  48 |1809 |4669 |2682 |9688 |  1 |  13k|  46 | 2.100000e+01 |      --      |    Inf |   1.38%
247.06/247.80	c   248s| 10700 |  5453 |  4717k| 398.1 |   238M |  48 |1809 |4650 |2671 |9779 |  1 |  13k|  46 | 2.100000e+01 |      --      |    Inf |   1.38%
248.95/249.73	c   250s| 10800 |  5537 |  4759k| 398.3 |   238M |  48 |1809 |4723 |   0 |9924 |  0 |  13k|  46 | 2.100000e+01 |      --      |    Inf |   1.38%
250.27/251.04	c   251s| 10900 |  5589 |  4787k| 397.3 |   239M |  48 |1809 |4752 |2686 |  10k|  0 |  13k|  46 | 2.100000e+01 |      --      |    Inf |   1.39%
251.37/252.18	c   252s| 11000 |  5621 |  4808k| 395.8 |   239M |  48 |1809 |4782 |2683 |  10k|  1 |  13k|  46 | 2.100000e+01 |      --      |    Inf |   1.39%
253.15/253.97	c   254s| 11100 |  5688 |  4850k| 396.0 |   240M |  48 |1809 |4848 |2684 |  10k|  1 |  13k|  46 | 2.100000e+01 |      --      |    Inf |   1.39%
254.36/255.13	c   255s| 11200 |  5724 |  4876k| 394.9 |   240M |  48 |1809 |4908 |2680 |  10k|  1 |  14k|  46 | 2.100000e+01 |      --      |    Inf |   1.39%
256.25/257.01	c   257s| 11300 |  5771 |  4916k| 394.9 |   240M |  48 |1809 |4901 |2669 |  10k|  1 |  14k|  46 | 2.100000e+01 |      --      |    Inf |   1.39%
257.83/258.69	c   259s| 11400 |  5822 |  4954k| 394.7 |   241M |  48 |1809 |4866 |   0 |  10k|  0 |  14k|  46 | 2.100000e+01 |      --      |    Inf |   1.39%
259.63/260.48	c   260s| 11500 |  5900 |  4994k| 394.8 |   241M |  48 |1809 |4931 |2686 |  10k|  1 |  14k|  46 | 2.100000e+01 |      --      |    Inf |   1.39%
260.53/261.37	c   261s| 11600 |  5934 |  5013k| 393.2 |   242M |  48 |1809 |4955 |   0 |  10k|  0 |  14k|  46 | 2.100000e+01 |      --      |    Inf |   1.39%
263.82/264.65	c   265s| 11700 |  6032 |  5086k| 395.9 |   242M |  48 |1809 |4821 |2667 |  10k|  1 |  14k|  46 | 2.100000e+01 |      --      |    Inf |   1.41%
267.01/267.84	c   268s| 11800 |  6123 |  5167k| 399.0 |   243M |  48 |1809 |4755 |2674 |  10k|  1 |  14k|  46 | 2.100000e+01 |      --      |    Inf |   1.44%
269.31/270.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
269.31/270.20	c   270s| 11900 |  6186 |  5222k| 400.2 |   244M |  48 |1809 |4757 |2680 |  10k|  1 |  14k|  46 | 2.100000e+01 |      --      |    Inf |   1.46%
272.09/272.96	c   273s| 12000 |  6260 |  5290k| 402.3 |   244M |  48 |1809 |4712 |2680 |  11k|  1 |  15k|  46 | 2.100000e+01 |      --      |    Inf |   1.47%
274.59/275.48	c   275s| 12100 |  6347 |  5353k| 404.1 |   246M |  48 |1809 |4747 |2680 |  11k|  0 |  15k|  46 | 2.100000e+01 |      --      |    Inf |   1.47%
277.68/278.59	c   279s| 12200 |  6424 |  5430k| 406.8 |   246M |  48 |1809 |4826 |2679 |  11k|  2 |  15k|  46 | 2.100000e+01 |      --      |    Inf |   1.47%
279.47/280.38	c   280s| 12300 |  6488 |  5473k| 407.0 |   247M |  48 |1809 |4928 |   0 |  11k|  0 |  15k|  46 | 2.100000e+01 |      --      |    Inf |   1.47%
280.67/281.58	c   282s| 12400 |  6515 |  5498k| 405.8 |   248M |  48 |1809 |4890 |   0 |  11k|  0 |  15k|  46 | 2.100000e+01 |      --      |    Inf |   1.48%
282.56/283.44	c   283s| 12500 |  6577 |  5542k| 406.1 |   248M |  48 |1809 |4850 |2680 |  11k|  1 |  15k|  46 | 2.100000e+01 |      --      |    Inf |   1.48%
284.06/284.98	c   285s| 12600 |  6627 |  5575k| 405.5 |   250M |  48 |1809 |4849 |2674 |  11k|  1 |  15k|  46 | 2.100000e+01 |      --      |    Inf |   1.49%
285.45/286.30	c   286s| 12700 |  6658 |  5606k| 404.8 |   251M |  48 |1809 |4857 |2684 |  11k|  1 |  15k|  46 | 2.100000e+01 |      --      |    Inf |   1.50%
287.05/287.95	c   288s| 12800 |  6718 |  5643k| 404.6 |   251M |  48 |1809 |4930 |2687 |  11k|  2 |  16k|  46 | 2.100000e+01 |      --      |    Inf |   1.50%
287.84/288.73	c   289s| 12900 |  6756 |  5658k| 402.8 |   251M |  48 |1809 |4988 |2691 |  11k|  0 |  16k|  46 | 2.100000e+01 |      --      |    Inf |   1.50%
290.04/290.90	c   291s| 13000 |  6824 |  5705k| 403.2 |   252M |  48 |1809 |4970 |2682 |  11k|  1 |  16k|  46 | 2.100000e+01 |      --      |    Inf |   1.50%
291.53/292.43	c   292s| 13100 |  6878 |  5735k| 402.5 |   253M |  48 |1809 |4957 |2691 |  11k|  1 |  16k|  46 | 2.100000e+01 |      --      |    Inf |   1.50%
292.83/293.72	c   294s| 13200 |  6928 |  5762k| 401.6 |   253M |  48 |1809 |4968 |2690 |  11k|  1 |  16k|  46 | 2.100000e+01 |      --      |    Inf |   1.50%
294.14/295.10	c   295s| 13300 |  6969 |  5792k| 400.9 |   254M |  48 |1809 |5000 |   0 |  11k|  0 |  16k|  46 | 2.100000e+01 |      --      |    Inf |   1.52%
296.13/297.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
296.13/297.09	c   297s| 13400 |  7031 |  5839k| 401.3 |   255M |  48 |1809 |5081 |2690 |  12k|  2 |  16k|  46 | 2.100000e+01 |      --      |    Inf |   1.54%
297.02/297.99	c   298s| 13500 |  7048 |  5858k| 399.9 |   255M |  48 |1809 |5071 |   0 |  12k|  0 |  16k|  46 | 2.100000e+01 |      --      |    Inf |   1.54%
298.12/299.07	c   299s| 13600 |  7084 |  5880k| 398.7 |   256M |  48 |1809 |5090 |2692 |  12k|  1 |  16k|  46 | 2.100000e+01 |      --      |    Inf |   1.54%
299.31/300.28	c   300s| 13700 |  7124 |  5904k| 397.6 |   256M |  48 |1809 |5065 |   0 |  12k|  0 |  17k|  46 | 2.110982e+01 |      --      |    Inf |   1.56%
300.22/301.19	c   301s| 13800 |  7149 |  5922k| 396.1 |   257M |  48 |1809 |5077 |2678 |  12k|  1 |  17k|  46 | 2.111459e+01 |      --      |    Inf |   1.56%
301.40/302.33	c   302s| 13900 |  7189 |  5947k| 395.2 |   257M |  48 |1809 |5077 |2684 |  12k|  1 |  17k|  46 | 2.111459e+01 |      --      |    Inf |   1.56%
302.11/303.07	c   303s| 14000 |  7210 |  5959k| 393.4 |   258M |  48 |1809 |5045 |2679 |  12k|  1 |  17k|  46 | 2.111459e+01 |      --      |    Inf |   1.56%
303.80/304.71	c   305s| 14100 |  7262 |  5996k| 393.2 |   258M |  48 |1809 |5194 |2676 |  12k|  1 |  17k|  46 | 2.111459e+01 |      --      |    Inf |   1.56%
306.11/307.01	c   307s| 14200 |  7336 |  6050k| 394.2 |   258M |  48 |1809 |5116 |2682 |  12k|  1 |  17k|  46 | 2.127273e+01 |      --      |    Inf |   1.56%
307.49/308.48	c   308s| 14300 |  7376 |  6082k| 393.7 |   258M |  48 |1809 |5108 |2683 |  12k|  1 |  17k|  46 | 2.157447e+01 |      --      |    Inf |   1.56%
309.59/310.54	c   311s| 14400 |  7401 |  6124k| 393.9 |   258M |  48 |1809 |5057 |2683 |  12k|  1 |  17k|  46 | 2.157447e+01 |      --      |    Inf |   1.56%
311.09/312.04	c   312s| 14500 |  7455 |  6155k| 393.3 |   259M |  48 |1809 |5050 |2685 |  12k|  1 |  18k|  46 | 2.200000e+01 |      --      |    Inf |   1.56%
313.47/314.44	c   314s| 14600 |  7524 |  6208k| 394.2 |   261M |  48 |1809 |5005 |2677 |  12k|  1 |  18k|  46 | 2.200000e+01 |      --      |    Inf |   1.57%
315.67/316.61	c   317s| 14700 |  7608 |  6256k| 394.7 |   261M |  48 |1809 |4908 |   0 |  12k|  0 |  18k|  46 | 2.200000e+01 |      --      |    Inf |   1.57%
317.07/318.02	c   318s| 14800 |  7652 |  6286k| 394.1 |   262M |  48 |1809 |4856 |2679 |  12k|  2 |  18k|  46 | 2.200000e+01 |      --      |    Inf |   1.57%
318.36/319.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
318.36/319.32	c   319s| 14900 |  7698 |  6315k| 393.5 |   263M |  48 |1809 |4818 |   0 |  12k|  0 |  18k|  46 | 2.200000e+01 |      --      |    Inf |   1.57%
319.56/320.54	c   321s| 15000 |  7737 |  6341k| 392.6 |   264M |  48 |1809 |4854 |2678 |  13k|  2 |  18k|  46 | 2.200000e+01 |      --      |    Inf |   1.58%
320.75/321.74	c   322s| 15100 |  7766 |  6367k| 391.9 |   264M |  48 |1809 |4894 |2678 |  13k|  1 |  18k|  46 | 2.200000e+01 |      --      |    Inf |   1.58%
322.06/323.05	c   323s| 15200 |  7792 |  6394k| 391.1 |   265M |  48 |1809 |4941 |   0 |  13k|  0 |  18k|  46 | 2.200000e+01 |      --      |    Inf |   1.58%
323.64/324.60	c   325s| 15300 |  7833 |  6427k| 390.7 |   265M |  48 |1809 |4921 |   0 |  13k|  0 |  18k|  46 | 2.200000e+01 |      --      |    Inf |   1.58%
325.44/326.47	c   326s| 15400 |  7875 |  6462k| 390.5 |   265M |  48 |1809 |4921 |2681 |  13k|  1 |  18k|  46 | 2.200000e+01 |      --      |    Inf |   1.58%
326.63/327.65	c   328s| 15500 |  7900 |  6483k| 389.4 |   266M |  48 |1809 |4913 |2692 |  13k|  2 |  18k|  46 | 2.200000e+01 |      --      |    Inf |   1.58%
327.53/328.59	c   329s| 15600 |  7918 |  6498k| 388.0 |   266M |  48 |1809 |4927 |2677 |  13k|  1 |  19k|  46 | 2.200000e+01 |      --      |    Inf |   1.58%
329.04/330.07	c   330s| 15700 |  7966 |  6528k| 387.4 |   266M |  48 |1809 |4942 |2682 |  13k|  1 |  19k|  46 | 2.200000e+01 |      --      |    Inf |   1.58%
329.82/330.80	c   331s| 15800 |  7993 |  6541k| 385.9 |   267M |  48 |1809 |4998 |2688 |  13k|  1 |  19k|  46 | 2.200000e+01 |      --      |    Inf |   1.58%
331.32/332.30	c   332s| 15900 |  8014 |  6572k| 385.5 |   267M |  48 |1809 |4904 |2682 |  13k|  1 |  19k|  46 | 2.200000e+01 |      --      |    Inf |   1.58%
332.52/333.56	c   334s| 16000 |  8057 |  6598k| 384.7 |   269M |  48 |1809 |4902 |2670 |  13k|  1 |  19k|  46 | 2.200000e+01 |      --      |    Inf |   1.58%
334.71/335.75	c   336s| 16100 |  8128 |  6651k| 385.6 |   270M |  48 |1809 |4909 |2670 |  13k|  1 |  19k|  46 | 2.200000e+01 |      --      |    Inf |   1.59%
337.80/338.82	c   339s| 16200 |  8205 |  6723k| 387.5 |   270M |  48 |1809 |4889 |2670 |  13k|  1 |  19k|  46 | 2.200000e+01 |      --      |    Inf |   1.59%
340.01/341.06	c   341s| 16300 |  8284 |  6777k| 388.4 |   271M |  48 |1809 |4964 |2672 |  13k|  1 |  19k|  46 | 2.200000e+01 |      --      |    Inf |   1.59%
341.69/342.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
341.69/342.78	c   343s| 16400 |  8334 |  6818k| 388.5 |   272M |  48 |1809 |5042 |   0 |  13k|  0 |  20k|  46 | 2.200000e+01 |      --      |    Inf |   1.59%
343.48/344.51	c   344s| 16500 |  8381 |  6860k| 388.7 |   273M |  48 |1809 |5028 |2685 |  13k|  1 |  20k|  46 | 2.200000e+01 |      --      |    Inf |   1.59%
345.18/346.26	c   346s| 16600 |  8442 |  6898k| 388.6 |   274M |  48 |1809 |4980 |2681 |  14k|  1 |  20k|  46 | 2.200000e+01 |      --      |    Inf |   1.59%
346.87/347.91	c   348s| 16700 |  8489 |  6938k| 388.7 |   274M |  48 |1809 |4972 |2679 |  14k|  1 |  20k|  46 | 2.200000e+01 |      --      |    Inf |   1.59%
348.67/349.71	c   350s| 16800 |  8530 |  6973k| 388.5 |   275M |  48 |1809 |4887 |2685 |  14k|  1 |  20k|  46 | 2.200000e+01 |      --      |    Inf |   1.60%
349.77/350.88	c   351s| 16900 |  8557 |  6998k| 387.7 |   277M |  48 |1809 |4890 |2691 |  14k|  1 |  20k|  46 | 2.200000e+01 |      --      |    Inf |   1.60%
351.46/352.52	c   353s| 17000 |  8594 |  7027k| 387.1 |   277M |  48 |1809 |4936 |2670 |  14k|  1 |  20k|  46 | 2.200000e+01 |      --      |    Inf |   1.60%
353.36/354.45	c   354s| 17100 |  8641 |  7071k| 387.4 |   278M |  48 |1809 |4874 |2692 |  14k|  1 |  20k|  46 | 2.200000e+01 |      --      |    Inf |   1.60%
354.45/355.54	c   356s| 17200 |  8659 |  7090k| 386.4 |   279M |  48 |1809 |4881 |2689 |  14k|  1 |  20k|  46 | 2.200000e+01 |      --      |    Inf |   1.60%
355.75/356.81	c   357s| 17300 |  8681 |  7115k| 385.7 |   279M |  48 |1809 |4870 |2697 |  14k|  2 |  20k|  46 | 2.200000e+01 |      --      |    Inf |   1.60%
357.64/358.78	c   359s| 17400 |  8721 |  7156k| 385.8 |   279M |  48 |1809 |4848 |2669 |  14k|  1 |  21k|  46 | 2.200000e+01 |      --      |    Inf |   1.60%
359.14/360.24	c   360s| 17500 |  8781 |  7189k| 385.4 |   280M |  48 |1809 |4863 |   0 |  14k|  0 |  21k|  46 | 2.200000e+01 |      --      |    Inf |   1.60%
361.05/362.15	c   362s| 17600 |  8840 |  7227k| 385.4 |   282M |  48 |1809 |4928 |2676 |  14k|  1 |  21k|  46 | 2.200000e+01 |      --      |    Inf |   1.60%
362.53/363.67	c   364s| 17700 |  8894 |  7262k| 385.2 |   282M |  48 |1809 |5046 |   0 |  14k|  0 |  21k|  46 | 2.200000e+01 |      --      |    Inf |   1.60%
364.32/365.42	c   365s| 17800 |  8939 |  7300k| 385.2 |   283M |  48 |1809 |5019 |2682 |  14k|  2 |  21k|  46 | 2.200000e+01 |      --      |    Inf |   1.60%
366.93/368.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
366.93/368.08	c   368s| 17900 |  9037 |  7368k| 386.7 |   284M |  48 |1809 |5004 |2676 |  14k|  1 |  21k|  46 | 2.200000e+01 |      --      |    Inf |   1.60%
369.31/370.43	c   370s| 18000 |  9126 |  7423k| 387.6 |   284M |  48 |1809 |5020 |2675 |  14k|  1 |  21k|  46 | 2.200000e+01 |      --      |    Inf |   1.60%
370.71/371.89	c   372s| 18100 |  9174 |  7452k| 387.1 |   285M |  48 |1809 |5007 |2675 |  14k|  1 |  21k|  46 | 2.200000e+01 |      --      |    Inf |   1.60%
371.70/372.89	c   373s| 18200 |  9184 |  7471k| 386.1 |   285M |  48 |1809 |4969 |2673 |  15k|  1 |  21k|  46 | 2.200000e+01 |      --      |    Inf |   1.60%
372.60/373.75	c   374s| 18300 |  9207 |  7487k| 384.9 |   286M |  48 |1809 |5002 |2677 |  15k|  1 |  22k|  46 | 2.200000e+01 |      --      |    Inf |   1.60%
374.20/375.31	c   375s| 18400 |  9262 |  7519k| 384.6 |   286M |  48 |1809 |4969 |2684 |  15k|  1 |  22k|  46 | 2.200000e+01 |      --      |    Inf |   1.60%
374.90/376.08	c   376s| 18500 |  9273 |  7534k| 383.4 |   287M |  48 |1809 |4950 |2677 |  15k|  1 |  22k|  46 | 2.200000e+01 |      --      |    Inf |   1.60%
376.09/377.29	c   377s| 18600 |  9303 |  7560k| 382.8 |   287M |  48 |1809 |5021 |   0 |  15k|  0 |  22k|  46 | 2.200000e+01 |      --      |    Inf |   1.60%
377.78/378.93	c   379s| 18700 |  9357 |  7596k| 382.7 |   288M |  48 |1809 |5022 |   0 |  15k|  0 |  22k|  46 | 2.200000e+01 |      --      |    Inf |   1.60%
379.08/380.26	c   380s| 18800 |  9390 |  7624k| 382.1 |   288M |  48 |1809 |5066 |2676 |  15k|  1 |  22k|  46 | 2.200000e+01 |      --      |    Inf |   1.61%
380.28/381.47	c   381s| 18900 |  9434 |  7649k| 381.5 |   288M |  48 |1809 |5095 |2682 |  15k|  1 |  22k|  46 | 2.200000e+01 |      --      |    Inf |   1.61%
381.17/382.34	c   382s| 19000 |  9452 |  7667k| 380.5 |   289M |  48 |1809 |5131 |2675 |  15k|  1 |  22k|  46 | 2.200000e+01 |      --      |    Inf |   1.61%
382.67/383.80	c   384s| 19100 |  9490 |  7697k| 380.1 |   289M |  48 |1809 |5099 |2683 |  15k|  1 |  22k|  46 | 2.200000e+01 |      --      |    Inf |   1.61%
383.47/384.65	c   385s| 19200 |  9501 |  7713k| 379.0 |   290M |  48 |1809 |5112 |   0 |  15k|  0 |  22k|  46 | 2.200000e+01 |      --      |    Inf |   1.61%
384.56/385.79	c   386s| 19300 |  9537 |  7739k| 378.4 |   290M |  48 |1809 |5122 |2685 |  15k|  1 |  22k|  46 | 2.200000e+01 |      --      |    Inf |   1.61%
385.76/386.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
385.76/386.97	c   387s| 19400 |  9590 |  7764k| 377.8 |   291M |  48 |1809 |5158 |   0 |  15k|  0 |  23k|  46 | 2.200000e+01 |      --      |    Inf |   1.61%
387.16/388.34	c   388s| 19500 |  9632 |  7793k| 377.4 |   292M |  48 |1809 |5255 |2680 |  15k|  1 |  23k|  46 | 2.200000e+01 |      --      |    Inf |   1.61%
388.96/390.17	c   390s| 19600 |  9708 |  7829k| 377.3 |   292M |  48 |1809 |5287 |   0 |  15k|  0 |  23k|  46 | 2.200000e+01 |      --      |    Inf |   1.61%
390.15/391.34	c   391s| 19700 |  9737 |  7852k| 376.6 |   292M |  48 |1809 |5268 |2683 |  15k|  2 |  23k|  46 | 2.200000e+01 |      --      |    Inf |   1.61%
391.14/392.37	c   392s| 19800 |  9764 |  7873k| 375.8 |   293M |  48 |1809 |5288 |2684 |  16k|  1 |  23k|  46 | 2.200000e+01 |      --      |    Inf |   1.61%
393.24/394.49	c   394s| 19900 |  9833 |  7922k| 376.3 |   293M |  48 |1809 |5287 |2684 |  16k|  2 |  23k|  46 | 2.200000e+01 |      --      |    Inf |   1.61%
394.95/396.19	c   396s| 20000 |  9892 |  7960k| 376.3 |   294M |  48 |1809 |5171 |2677 |  16k|  1 |  23k|  46 | 2.238028e+01 |      --      |    Inf |   1.61%
396.03/397.22	c   397s| 20100 |  9922 |  7983k| 375.7 |   294M |  48 |1809 |5263 |2683 |  16k|  1 |  23k|  46 | 2.250000e+01 |      --      |    Inf |   1.61%
397.13/398.35	c   398s| 20200 |  9962 |  8006k| 375.0 |   295M |  48 |1809 |5274 |2688 |  16k|  1 |  24k|  46 | 2.300000e+01 |      --      |    Inf |   1.61%
398.22/399.45	c   399s| 20300 |  9992 |  8028k| 374.2 |   295M |  48 |1809 |5276 |2688 |  16k|  1 |  24k|  46 | 2.300000e+01 |      --      |    Inf |   1.61%
399.72/400.94	c   401s| 20400 | 10006 |  8045k| 373.3 |   295M |  48 |1809 |5270 |   0 |  16k|  0 |  24k|  46 | 2.300000e+01 |      --      |    Inf |   1.62%
400.93/402.17	c   402s| 20500 | 10033 |  8069k| 372.7 |   296M |  48 |1809 |5269 |   0 |  16k|  0 |  24k|  46 | 2.300000e+01 |      --      |    Inf |   1.62%
402.01/403.27	c   403s| 20600 | 10058 |  8088k| 371.9 |   296M |  48 |1809 |5250 |   0 |  16k|  0 |  24k|  46 | 2.300000e+01 |      --      |    Inf |   1.62%
403.21/404.40	c   404s| 20700 | 10098 |  8113k| 371.3 |   296M |  48 |1809 |5211 |2679 |  16k|  1 |  24k|  46 | 2.300000e+01 |      --      |    Inf |   1.62%
404.31/405.56	c   406s| 20800 | 10136 |  8137k| 370.7 |   296M |  48 |1809 |5240 |   0 |  16k|  0 |  24k|  46 | 2.300000e+01 |      --      |    Inf |   1.62%
406.00/407.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
406.00/407.28	c   407s| 20900 | 10203 |  8173k| 370.6 |   297M |  48 |1809 |5382 |2676 |  16k|  1 |  24k|  46 | 2.300000e+01 |      --      |    Inf |   1.62%
407.50/408.78	c   409s| 21000 | 10260 |  8204k| 370.4 |   298M |  48 |1809 |5439 |2676 |  16k|  1 |  24k|  46 | 2.300000e+01 |      --      |    Inf |   1.62%
409.09/410.31	c   410s| 21100 | 10315 |  8234k| 370.0 |   299M |  48 |1809 |5519 |2675 |  17k|  2 |  25k|  46 | 2.300000e+01 |      --      |    Inf |   1.62%
410.49/411.71	c   412s| 21200 | 10364 |  8259k| 369.5 |   299M |  48 |1809 |5283 |   0 |  17k|  0 |  25k|  46 | 2.300000e+01 |      --      |    Inf |   1.62%
413.28/414.54	c   415s| 21300 | 10448 |  8323k| 370.7 |   300M |  48 |1809 |5156 |2678 |  17k|  1 |  25k|  46 | 2.300000e+01 |      --      |    Inf |   1.62%
414.97/416.25	c   416s| 21400 | 10506 |  8357k| 370.6 |   301M |  48 |1809 |5269 |2675 |  17k|  1 |  25k|  46 | 2.300000e+01 |      --      |    Inf |   1.72%
416.37/417.62	c   418s| 21500 | 10537 |  8387k| 370.3 |   302M |  48 |1809 |5255 |   0 |  17k|  0 |  25k|  46 | 2.300000e+01 |      --      |    Inf |   1.72%
418.17/419.42	c   419s| 21600 | 10573 |  8417k| 370.0 |   302M |  48 |1809 |5227 |2677 |  17k|  1 |  25k|  46 | 2.300000e+01 |      --      |    Inf |   1.72%
420.66/421.99	c   422s| 21700 | 10622 |  8478k| 371.0 |   303M |  48 |1809 |5199 |2675 |  17k|  1 |  25k|  46 | 2.300000e+01 |      --      |    Inf |   1.72%
424.05/425.30	c   425s| 21800 | 10703 |  8558k| 372.9 |   303M |  48 |1809 |5105 |2689 |  17k|  1 |  25k|  46 | 2.300000e+01 |      --      |    Inf |   1.72%
425.54/426.86	c   427s| 21900 | 10728 |  8592k| 372.7 |   304M |  48 |1809 |5182 |2675 |  17k|  1 |  26k|  46 | 2.300000e+01 |      --      |    Inf |   1.72%
429.03/430.31	c   430s| 22000 | 10801 |  8672k| 374.6 |   304M |  48 |1809 |5204 |2675 |  18k|  1 |  26k|  46 | 2.300000e+01 |      --      |    Inf |   1.75%
430.74/432.05	c   432s| 22100 | 10852 |  8709k| 374.5 |   305M |  48 |1809 |5217 |2696 |  18k|  2 |  26k|  46 | 2.300000e+01 |      --      |    Inf |   1.76%
431.93/433.21	c   433s| 22200 | 10868 |  8728k| 373.8 |   305M |  48 |1809 |5263 |   0 |  18k|  0 |  26k|  46 | 2.300000e+01 |      --      |    Inf |   1.76%
433.02/434.35	c   434s| 22300 | 10872 |  8747k| 373.0 |   306M |  48 |1809 |5243 |2684 |  18k|  1 |  26k|  46 | 2.300000e+01 |      --      |    Inf |   1.76%
434.12/435.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
434.12/435.43	c   435s| 22400 | 10899 |  8767k| 372.2 |   306M |  48 |1809 |5237 |2708 |  18k|  2 |  26k|  46 | 2.300000e+01 |      --      |    Inf |   1.76%
435.83/437.11	c   437s| 22500 | 10939 |  8798k| 372.0 |   307M |  48 |1809 |5229 |2676 |  18k|  1 |  26k|  46 | 2.300000e+01 |      --      |    Inf |   1.77%
436.72/438.07	c   438s| 22600 | 10964 |  8817k| 371.2 |   307M |  48 |1809 |5246 |2679 |  18k|  1 |  26k|  46 | 2.300000e+01 |      --      |    Inf |   1.77%
437.72/439.07	c   439s| 22700 | 10998 |  8837k| 370.5 |   307M |  48 |1809 |5286 |2678 |  18k|  1 |  26k|  46 | 2.300000e+01 |      --      |    Inf |   1.77%
438.72/440.10	c   440s| 22800 | 11010 |  8857k| 369.8 |   308M |  48 |1809 |5287 |2672 |  18k|  1 |  26k|  46 | 2.300000e+01 |      --      |    Inf |   1.77%
439.90/441.28	c   441s| 22900 | 11045 |  8882k| 369.3 |   308M |  48 |1809 |5377 |   0 |  18k|  0 |  27k|  46 | 2.300000e+01 |      --      |    Inf |   1.77%
441.00/442.31	c   442s| 23000 | 11074 |  8905k| 368.7 |   309M |  48 |1809 |5401 |   0 |  18k|  0 |  27k|  46 | 2.300000e+01 |      --      |    Inf |   1.77%
441.60/442.96	c   443s| 23100 | 11078 |  8918k| 367.7 |   309M |  48 |1809 |5413 |2680 |  18k|  1 |  27k|  46 | 2.300000e+01 |      --      |    Inf |   1.77%
442.50/443.87	c   444s| 23200 | 11087 |  8935k| 366.9 |   309M |  48 |1809 |5423 |2682 |  18k|  1 |  27k|  46 | 2.300000e+01 |      --      |    Inf |   1.77%
443.49/444.89	c   445s| 23300 | 11108 |  8957k| 366.3 |   311M |  48 |1809 |5411 |2685 |  18k|  2 |  27k|  46 | 2.300000e+01 |      --      |    Inf |   1.77%
444.70/446.03	c   446s| 23400 | 11118 |  8982k| 365.8 |   311M |  48 |1809 |5444 |2686 |  18k|  1 |  27k|  46 | 2.300000e+01 |      --      |    Inf |   1.77%
446.58/448.00	c   448s| 23500 | 11166 |  9025k| 366.1 |   311M |  48 |1809 |5346 |   0 |  18k|  0 |  27k|  46 | 2.300000e+01 |      --      |    Inf |   1.77%
447.58/448.90	c   449s| 23600 | 11141 |  9045k| 365.4 |   311M |  48 |1809 |5337 |   0 |  18k|  0 |  27k|  46 | 2.300000e+01 |      --      |    Inf |   1.77%
448.87/450.21	c   450s| 23700 | 11175 |  9073k| 365.1 |   311M |  48 |1809 |5340 |2680 |  19k|  1 |  27k|  46 | 2.300000e+01 |      --      |    Inf |   1.77%
450.78/452.15	c   452s| 23800 | 11206 |  9116k| 365.3 |   312M |  48 |1809 |5206 |2674 |  19k|  1 |  27k|  46 | 2.300000e+01 |      --      |    Inf |   1.77%
451.96/453.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
451.96/453.36	c   453s| 23900 | 11227 |  9136k| 364.7 |   312M |  48 |1809 |5171 |2688 |  19k|  1 |  28k|  46 | 2.300000e+01 |      --      |    Inf |   1.77%
453.16/454.58	c   455s| 24000 | 11247 |  9161k| 364.2 |   312M |  48 |1809 |5225 |2683 |  19k|  1 |  28k|  46 | 2.300000e+01 |      --      |    Inf |   1.77%
454.46/455.89	c   456s| 24100 | 11285 |  9188k| 363.9 |   312M |  48 |1809 |5193 |2689 |  19k|  2 |  28k|  46 | 2.300000e+01 |      --      |    Inf |   1.77%
455.45/456.86	c   457s| 24200 | 11327 |  9207k| 363.2 |   312M |  48 |1809 |5184 |2687 |  19k|  1 |  28k|  46 | 2.300000e+01 |      --      |    Inf |   1.77%
456.45/457.85	c   458s| 24300 | 11332 |  9223k| 362.4 |   312M |  48 |1809 |5202 |   0 |  19k|  0 |  28k|  46 | 2.300000e+01 |      --      |    Inf |   1.77%
457.25/458.66	c   459s| 24400 | 11350 |  9239k| 361.6 |   313M |  48 |1809 |5192 |2691 |  19k|  0 |  28k|  46 | 2.300000e+01 |      --      |    Inf |   1.77%
458.76/460.17	c   460s| 24500 | 11377 |  9269k| 361.3 |   313M |  48 |1809 |5238 |2681 |  19k|  1 |  28k|  46 | 2.300000e+01 |      --      |    Inf |   1.77%
459.94/461.38	c   461s| 24600 | 11421 |  9294k| 360.9 |   313M |  48 |1809 |5358 |2687 |  19k|  1 |  28k|  46 | 2.300000e+01 |      --      |    Inf |   1.77%
461.04/462.49	c   462s| 24700 | 11454 |  9314k| 360.3 |   313M |  48 |1809 |5400 |   0 |  19k|  0 |  28k|  46 | 2.300000e+01 |      --      |    Inf |   1.77%
462.83/464.29	c   464s| 24800 | 11484 |  9351k| 360.3 |   313M |  48 |1809 |5288 |   0 |  19k|  0 |  28k|  46 | 2.300000e+01 |      --      |    Inf |   1.78%
464.03/465.41	c   465s| 24900 | 11518 |  9374k| 359.8 |   314M |  48 |1809 |5320 |2688 |  19k|  1 |  28k|  46 | 2.300000e+01 |      --      |    Inf |   1.78%
464.93/466.30	c   466s| 25000 | 11544 |  9389k| 359.0 |   314M |  48 |1809 |5370 |   0 |  19k|  0 |  29k|  46 | 2.300000e+01 |      --      |    Inf |   1.78%
466.12/467.54	c   468s| 25100 | 11582 |  9415k| 358.6 |   314M |  48 |1809 |5380 |2686 |  20k|  1 |  29k|  46 | 2.300000e+01 |      --      |    Inf |   1.78%
467.42/468.86	c   469s| 25200 | 11614 |  9443k| 358.3 |   315M |  48 |1809 |5405 |   0 |  20k|  0 |  29k|  46 | 2.300000e+01 |      --      |    Inf |   1.78%
468.22/469.66	c   470s| 25300 | 11614 |  9459k| 357.6 |   315M |  48 |1809 |5403 |   0 |  20k|  0 |  29k|  46 | 2.300000e+01 |      --      |    Inf |   1.78%
469.01/470.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
469.01/470.45	c   470s| 25400 | 11635 |  9476k| 356.9 |   315M |  48 |1809 |5416 |   0 |  20k|  0 |  29k|  46 | 2.300000e+01 |      --      |    Inf |   1.78%
469.73/471.14	c   471s| 25500 | 11626 |  9489k| 356.0 |   316M |  48 |1809 |5459 |2688 |  20k|  1 |  29k|  46 | 2.300000e+01 |      --      |    Inf |   1.78%
470.62/472.05	c   472s| 25600 | 11637 |  9508k| 355.4 |   317M |  48 |1809 |5473 |2693 |  20k|  1 |  29k|  46 | 2.300000e+01 |      --      |    Inf |   1.78%
471.31/472.78	c   473s| 25700 | 11634 |  9519k| 354.5 |   317M |  48 |1809 |5511 |   0 |  20k|  0 |  29k|  46 | 2.300000e+01 |      --      |    Inf |   1.78%
472.72/474.13	c   474s| 25800 | 11666 |  9543k| 354.1 |   317M |  48 |1809 |5409 |2685 |  20k|  1 |  29k|  46 | 2.300000e+01 |      --      |    Inf |   1.78%
473.71/475.14	c   475s| 25900 | 11692 |  9562k| 353.4 |   317M |  48 |1809 |5398 |   0 |  20k|  0 |  29k|  46 | 2.300000e+01 |      --      |    Inf |   1.78%
475.61/477.01	c   477s| 26000 | 11749 |  9602k| 353.6 |   317M |  48 |1809 |5361 |   0 |  20k|  0 |  29k|  46 | 2.300000e+01 |      --      |    Inf |   1.78%
476.79/478.24	c   478s| 26100 | 11791 |  9622k| 353.0 |   317M |  48 |1809 |5323 |2690 |  20k|  1 |  29k|  46 | 2.300000e+01 |      --      |    Inf |   1.78%
478.09/479.58	c   480s| 26200 | 11818 |  9646k| 352.6 |   317M |  48 |1809 |5285 |   0 |  20k|  0 |  29k|  46 | 2.300000e+01 |      --      |    Inf |   1.78%
479.70/481.11	c   481s| 26300 | 11844 |  9673k| 352.3 |   317M |  48 |1809 |5217 |2682 |  20k|  1 |  29k|  46 | 2.300000e+01 |      --      |    Inf |   1.78%
481.28/482.79	c   483s| 26400 | 11883 |  9705k| 352.2 |   318M |  48 |1809 |5196 |2682 |  20k|  1 |  30k|  46 | 2.300000e+01 |      --      |    Inf |   1.79%
483.58/485.02	c   485s| 26500 | 11939 |  9758k| 352.9 |   318M |  48 |1809 |5132 |2685 |  20k|  2 |  30k|  46 | 2.300000e+01 |      --      |    Inf |   1.79%
484.58/486.02	c   486s| 26600 | 11959 |  9779k| 352.4 |   318M |  48 |1809 |5223 |   0 |  21k|  0 |  30k|  46 | 2.300000e+01 |      --      |    Inf |   1.79%
486.16/487.63	c   488s| 26700 | 11986 |  9809k| 352.2 |   319M |  48 |1809 |5147 |2677 |  21k|  1 |  30k|  46 | 2.300000e+01 |      --      |    Inf |   1.79%
487.46/489.00	c   489s| 26800 | 12008 |  9838k| 351.9 |   319M |  48 |1809 |5140 |   0 |  21k|  0 |  30k|  46 | 2.300000e+01 |      --      |    Inf |   1.79%
488.57/490.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
488.57/490.09	c   490s| 26900 | 12037 |  9862k| 351.5 |   319M |  48 |1809 |5128 |2689 |  21k|  1 |  30k|  46 | 2.300000e+01 |      --      |    Inf |   1.80%
489.75/491.28	c   491s| 27000 | 12049 |  9887k| 351.2 |   319M |  48 |1809 |5115 |2679 |  21k|  1 |  30k|  46 | 2.300000e+01 |      --      |    Inf |   1.80%
491.35/492.85	c   493s| 27100 | 12073 |  9919k| 351.1 |   319M |  48 |1809 |5298 |2688 |  21k|  1 |  30k|  46 | 2.300000e+01 |      --      |    Inf |   1.80%
492.15/493.67	c   494s| 27200 | 12086 |  9934k| 350.3 |   320M |  48 |1809 |5329 |2695 |  21k|  2 |  30k|  46 | 2.300000e+01 |      --      |    Inf |   1.80%
494.04/495.57	c   496s| 27300 | 12138 |  9975k| 350.6 |   320M |  48 |1809 |5334 |2673 |  21k|  1 |  31k|  46 | 2.300000e+01 |      --      |    Inf |   1.80%
495.34/496.81	c   497s| 27400 | 12167 | 10000k| 350.2 |   320M |  48 |1809 |5328 |   0 |  21k|  0 |  31k|  46 | 2.300000e+01 |      --      |    Inf |   1.80%
496.33/497.88	c   498s| 27500 | 12191 | 10023k| 349.8 |   320M |  48 |1809 |5361 |   0 |  21k|  0 |  31k|  46 | 2.300000e+01 |      --      |    Inf |   1.80%
497.43/498.93	c   499s| 27600 | 12222 | 10045k| 349.3 |   321M |  48 |1809 |5399 |   0 |  21k|  0 |  31k|  46 | 2.300000e+01 |      --      |    Inf |   1.80%
499.13/500.66	c   501s| 27700 | 12259 | 10083k| 349.5 |   321M |  48 |1809 |5352 |2682 |  21k|  1 |  31k|  46 | 2.300000e+01 |      --      |    Inf |   1.80%
501.32/502.86	c   503s| 27800 | 12300 | 10118k| 349.5 |   323M |  48 |1809 |5260 |2672 |  21k|  1 |  31k|  46 | 2.300000e+01 |      --      |    Inf |   1.80%
503.21/504.79	c   505s| 27900 | 12340 | 10164k| 349.8 |   324M |  48 |1809 |5277 |2684 |  21k|  2 |  31k|  46 | 2.300000e+01 |      --      |    Inf |   1.80%
504.81/506.31	c   506s| 28000 | 12366 | 10198k| 349.8 |   324M |  48 |1809 |5297 |2681 |  21k|  1 |  31k|  46 | 2.300000e+01 |      --      |    Inf |   1.80%
505.71/507.25	c   507s| 28100 | 12379 | 10214k| 349.1 |   324M |  48 |1809 |5263 |2681 |  21k|  1 |  31k|  46 | 2.300000e+01 |      --      |    Inf |   1.80%
506.62/508.12	c   508s| 28200 | 12369 | 10231k| 348.5 |   325M |  48 |1809 |5331 |2677 |  21k|  1 |  31k|  46 | 2.300000e+01 |      --      |    Inf |   1.80%
508.00/509.50	c   509s| 28300 | 12384 | 10261k| 348.4 |   325M |  48 |1809 |5369 |2679 |  21k|  1 |  31k|  46 | 2.300000e+01 |      --      |    Inf |   1.80%
509.10/510.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
509.10/510.69	c   511s| 28400 | 12402 | 10287k| 348.1 |   325M |  48 |1809 |5374 |   0 |  21k|  0 |  31k|  46 | 2.300000e+01 |      --      |    Inf |   1.80%
509.70/511.28	c   511s| 28500 | 12408 | 10297k| 347.2 |   325M |  48 |1809 |5401 |2677 |  21k|  1 |  31k|  46 | 2.300000e+01 |      --      |    Inf |   1.80%
510.79/512.30	c   512s| 28600 | 12417 | 10317k| 346.7 |   325M |  48 |1809 |5408 |   0 |  22k|  0 |  32k|  46 | 2.300000e+01 |      --      |    Inf |   1.80%
512.09/513.60	c   514s| 28700 | 12434 | 10345k| 346.5 |   325M |  48 |1809 |5431 |   0 |  22k|  0 |  32k|  46 | 2.300000e+01 |      --      |    Inf |   1.80%
513.29/514.87	c   515s| 28800 | 12440 | 10368k| 346.1 |   326M |  48 |1809 |5431 |2673 |  22k|  1 |  32k|  46 | 2.300000e+01 |      --      |    Inf |   1.81%
514.08/515.66	c   516s| 28900 | 12461 | 10384k| 345.5 |   326M |  48 |1809 |5470 |2689 |  22k|  1 |  32k|  46 | 2.300000e+01 |      --      |    Inf |   1.81%
514.78/516.36	c   516s| 29000 | 12475 | 10395k| 344.7 |   326M |  48 |1809 |5534 |2686 |  22k|  1 |  32k|  46 | 2.300000e+01 |      --      |    Inf |   1.81%
515.59/517.15	c   517s| 29100 | 12493 | 10410k| 344.1 |   326M |  48 |1809 |5463 |   0 |  22k|  0 |  32k|  46 | 2.300000e+01 |      --      |    Inf |   1.81%
516.28/517.82	c   518s| 29200 | 12509 | 10423k| 343.4 |   326M |  48 |1809 |5467 |   0 |  22k|  0 |  32k|  46 | 2.300000e+01 |      --      |    Inf |   1.81%
517.37/518.94	c   519s| 29300 | 12520 | 10445k| 343.0 |   326M |  48 |1809 |5468 |   0 |  22k|  0 |  32k|  46 | 2.300000e+01 |      --      |    Inf |   1.81%
518.48/520.06	c   520s| 29400 | 12527 | 10468k| 342.6 |   326M |  48 |1809 |5431 |2682 |  22k|  1 |  32k|  46 | 2.300000e+01 |      --      |    Inf |   1.81%
520.17/521.74	c   522s| 29500 | 12578 | 10500k| 342.5 |   327M |  48 |1809 |5345 |2685 |  22k|  1 |  32k|  46 | 2.300000e+01 |      --      |    Inf |   1.81%
522.36/523.95	c   524s| 29600 | 12643 | 10550k| 343.0 |   328M |  48 |1809 |5355 |2684 |  22k|  1 |  32k|  46 | 2.300000e+01 |      --      |    Inf |   1.81%
524.35/525.96	c   526s| 29700 | 12725 | 10594k| 343.3 |   328M |  48 |1809 |5407 |2688 |  22k|  1 |  33k|  46 | 2.325000e+01 |      --      |    Inf |   1.82%
524.95/526.55	c   527s| 29800 | 12733 | 10605k| 342.6 |   328M |  48 |1809 |5370 |   0 |  22k|  0 |  33k|  46 | 2.325000e+01 |      --      |    Inf |   1.82%
525.56/527.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
525.56/527.17	c   527s| 29900 | 12731 | 10617k| 341.9 |   328M |  48 |1809 |5385 |   0 |  22k|  0 |  33k|  46 | 2.325000e+01 |      --      |    Inf |   1.82%
527.05/528.61	c   529s| 30000 | 12776 | 10646k| 341.7 |   329M |  48 |1809 |5264 |2676 |  22k|  1 |  33k|  46 | 2.400000e+01 |      --      |    Inf |   1.82%
528.94/530.53	c   531s| 30100 | 12826 | 10686k| 341.9 |   329M |  48 |1809 |5138 |2685 |  22k|  1 |  33k|  46 | 2.400000e+01 |      --      |    Inf |   1.82%
530.14/531.78	c   532s| 30200 | 12850 | 10710k| 341.6 |   329M |  48 |1809 |5099 |   0 |  22k|  0 |  33k|  46 | 2.400000e+01 |      --      |    Inf |   1.84%
531.23/532.82	c   533s| 30300 | 12876 | 10731k| 341.1 |   330M |  48 |1809 |5098 |2678 |  22k|  1 |  33k|  46 | 2.400000e+01 |      --      |    Inf |   1.84%
532.33/533.94	c   534s| 30400 | 12908 | 10754k| 340.8 |   330M |  48 |1809 |5092 |2690 |  22k|  2 |  33k|  46 | 2.400000e+01 |      --      |    Inf |   1.84%
533.03/534.62	c   535s| 30500 | 12935 | 10764k| 340.0 |   330M |  48 |1809 |5122 |2703 |  23k|  1 |  33k|  46 | 2.400000e+01 |      --      |    Inf |   1.84%
534.33/536.01	c   536s| 30600 | 12942 | 10789k| 339.8 |   330M |  48 |1809 |5112 |   0 |  23k|  0 |  33k|  46 | 2.400000e+01 |      --      |    Inf |   1.84%
536.32/537.99	c   538s| 30700 | 12977 | 10831k| 340.0 |   332M |  48 |1809 |5004 |2687 |  23k|  1 |  33k|  46 | 2.400000e+01 |      --      |    Inf |   1.84%
537.91/539.52	c   540s| 30800 | 13015 | 10855k| 339.7 |   333M |  48 |1809 |5028 |2685 |  23k|  1 |  34k|  46 | 2.400000e+01 |      --      |    Inf |   1.84%
539.11/540.76	c   541s| 30900 | 13041 | 10879k| 339.4 |   333M |  48 |1809 |5020 |2685 |  23k|  1 |  34k|  46 | 2.400000e+01 |      --      |    Inf |   1.84%
540.31/541.93	c   542s| 31000 | 13046 | 10900k| 339.0 |   334M |  48 |1809 |5043 |2681 |  23k|  1 |  34k|  46 | 2.400000e+01 |      --      |    Inf |   1.84%
541.70/543.34	c   543s| 31100 | 13091 | 10930k| 338.9 |   335M |  48 |1809 |5030 |   0 |  23k|  0 |  34k|  46 | 2.400000e+01 |      --      |    Inf |   1.84%
543.60/545.24	c   545s| 31200 | 13137 | 10971k| 339.1 |   336M |  48 |1809 |4968 |2678 |  23k|  1 |  34k|  46 | 2.400000e+01 |      --      |    Inf |   1.84%
545.09/546.77	c   547s| 31300 | 13173 | 11003k| 339.0 |   336M |  48 |1809 |5033 |2681 |  23k|  1 |  34k|  46 | 2.400000e+01 |      --      |    Inf |   1.84%
546.19/547.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
546.19/547.89	c   548s| 31400 | 13195 | 11024k| 338.6 |   337M |  48 |1809 |5022 |2700 |  23k|  1 |  34k|  46 | 2.400000e+01 |      --      |    Inf |   1.84%
546.79/548.49	c   548s| 31500 | 13195 | 11035k| 337.9 |   337M |  49 |1809 |5027 |   0 |  23k|  0 |  34k|  46 | 2.400000e+01 |      --      |    Inf |   1.84%
548.18/549.88	c   550s| 31600 | 13233 | 11063k| 337.7 |   337M |  49 |1809 |5022 |2684 |  23k|  1 |  34k|  46 | 2.400000e+01 |      --      |    Inf |   1.84%
548.88/550.54	c   551s| 31700 | 13239 | 11076k| 337.1 |   338M |  49 |1809 |5043 |2696 |  24k|  2 |  34k|  46 | 2.400000e+01 |      --      |    Inf |   1.84%
549.98/551.66	c   552s| 31800 | 13261 | 11096k| 336.7 |   338M |  49 |1809 |5082 |2694 |  24k|  1 |  34k|  46 | 2.400000e+01 |      --      |    Inf |   1.84%
550.78/552.45	c   552s| 31900 | 13268 | 11109k| 336.1 |   340M |  52 |1809 |5105 |2672 |  24k|  1 |  35k|  46 | 2.400000e+01 |      --      |    Inf |   1.85%
551.87/553.58	c   554s| 32000 | 13326 | 11127k| 335.6 |   340M |  52 |1809 |5202 |   0 |  24k|  0 |  35k|  46 | 2.400000e+01 |      --      |    Inf |   1.85%
553.17/554.82	c   555s| 32100 | 13383 | 11149k| 335.2 |   340M |  52 |1809 |5214 |2681 |  24k|  1 |  35k|  46 | 2.400000e+01 |      --      |    Inf |   1.85%
553.97/555.61	c   556s| 32200 | 13389 | 11163k| 334.7 |   340M |  52 |1809 |5208 |2672 |  24k|  1 |  35k|  46 | 2.400000e+01 |      --      |    Inf |   1.85%
555.37/557.02	c   557s| 32300 | 13435 | 11192k| 334.5 |   340M |  52 |1809 |5138 |   0 |  24k|  0 |  35k|  46 | 2.400000e+01 |      --      |    Inf |   1.85%
556.26/557.91	c   558s| 32400 | 13450 | 11206k| 334.0 |   341M |  52 |1809 |5107 |2676 |  24k|  1 |  35k|  46 | 2.400000e+01 |      --      |    Inf |   1.85%
557.37/559.10	c   559s| 32500 | 13474 | 11230k| 333.7 |   342M |  52 |1809 |5139 |2696 |  24k|  1 |  35k|  46 | 2.400000e+01 |      --      |    Inf |   1.85%
559.15/560.85	c   561s| 32600 | 13532 | 11264k| 333.7 |   343M |  52 |1809 |5249 |   0 |  24k|  0 |  35k|  46 | 2.400000e+01 |      --      |    Inf |   1.85%
559.65/561.40	c   561s| 32700 | 13534 | 11272k| 332.9 |   343M |  52 |1809 |5254 |2679 |  24k|  1 |  35k|  46 | 2.400000e+01 |      --      |    Inf |   1.85%
561.74/563.44	c   563s| 32800 | 13599 | 11314k| 333.2 |   344M |  52 |1809 |5383 |2692 |  24k|  2 |  36k|  46 | 2.400000e+01 |      --      |    Inf |   1.85%
562.74/564.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
562.74/564.46	c   564s| 32900 | 13629 | 11335k| 332.8 |   344M |  52 |1809 |5348 |   0 |  25k|  0 |  36k|  46 | 2.400000e+01 |      --      |    Inf |   1.85%
563.84/565.50	c   565s| 33000 | 13654 | 11356k| 332.5 |   344M |  52 |1809 |5272 |   0 |  25k|  0 |  36k|  46 | 2.400000e+01 |      --      |    Inf |   1.86%
564.54/566.21	c   566s| 33100 | 13664 | 11370k| 331.9 |   344M |  52 |1809 |5251 |2686 |  25k|  1 |  36k|  46 | 2.400000e+01 |      --      |    Inf |   1.86%
565.23/566.90	c   567s| 33200 | 13666 | 11382k| 331.3 |   344M |  52 |1809 |5195 |2679 |  25k|  1 |  36k|  46 | 2.400000e+01 |      --      |    Inf |   1.86%
566.53/568.27	c   568s| 33300 | 13717 | 11411k| 331.2 |   344M |  52 |1809 |5100 |2682 |  25k|  1 |  36k|  46 | 2.400000e+01 |      --      |    Inf |   1.86%
567.63/569.36	c   569s| 33400 | 13743 | 11435k| 330.9 |   344M |  52 |1809 |5122 |2684 |  25k|  1 |  36k|  46 | 2.400000e+01 |      --      |    Inf |   1.86%
568.72/570.42	c   570s| 33500 | 13782 | 11455k| 330.5 |   345M |  52 |1809 |5163 |2682 |  25k|  1 |  36k|  46 | 2.400000e+01 |      --      |    Inf |   1.86%
569.82/571.58	c   572s| 33600 | 13819 | 11480k| 330.3 |   345M |  52 |1809 |5155 |   0 |  25k|  0 |  36k|  46 | 2.400000e+01 |      --      |    Inf |   1.86%
570.83/572.51	c   572s| 33700 | 13836 | 11500k| 329.9 |   345M |  52 |1809 |5184 |   0 |  25k|  0 |  36k|  46 | 2.400000e+01 |      --      |    Inf |   1.86%
571.72/573.49	c   573s| 33800 | 13886 | 11519k| 329.5 |   346M |  52 |1809 |5167 |2689 |  25k|  1 |  36k|  46 | 2.400000e+01 |      --      |    Inf |   1.86%
572.92/574.62	c   575s| 33900 | 13914 | 11542k| 329.2 |   346M |  52 |1809 |5170 |   0 |  25k|  0 |  36k|  46 | 2.400000e+01 |      --      |    Inf |   1.86%
574.82/576.52	c   577s| 34000 | 13984 | 11574k| 329.2 |   347M |  52 |1809 |5141 |2688 |  25k|  1 |  36k|  46 | 2.400000e+01 |      --      |    Inf |   1.86%
576.71/578.41	c   578s| 34100 | 14017 | 11604k| 329.1 |   347M |  52 |1809 |5037 |   0 |  25k|  0 |  36k|  46 | 2.400000e+01 |      --      |    Inf |   1.86%
578.32/580.06	c   580s| 34200 | 14055 | 11637k| 329.1 |   349M |  52 |1809 |4939 |   0 |  25k|  0 |  37k|  46 | 2.400000e+01 |      --      |    Inf |   1.86%
579.50/581.25	c   581s| 34300 | 14108 | 11659k| 328.8 |   350M |  52 |1809 |4921 |2685 |  25k|  1 |  37k|  46 | 2.400000e+01 |      --      |    Inf |   1.86%
580.10/581.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
580.10/581.82	c   582s| 34400 | 14126 | 11668k| 328.2 |   351M |  52 |1809 |4931 |2697 |  26k|  1 |  37k|  46 | 2.400000e+01 |      --      |    Inf |   1.86%
581.00/582.75	c   583s| 34500 | 14142 | 11684k| 327.7 |   351M |  52 |1809 |4926 |   0 |  26k|  0 |  37k|  46 | 2.400000e+01 |      --      |    Inf |   1.86%
581.99/583.73	c   584s| 34600 | 14189 | 11704k| 327.3 |   351M |  52 |1809 |4960 |2683 |  26k|  1 |  37k|  46 | 2.400000e+01 |      --      |    Inf |   1.86%
582.99/584.78	c   585s| 34700 | 14239 | 11723k| 326.9 |   352M |  52 |1809 |5011 |2675 |  26k|  1 |  37k|  46 | 2.400000e+01 |      --      |    Inf |   1.86%
583.89/585.65	c   586s| 34800 | 14264 | 11739k| 326.5 |   352M |  52 |1809 |5039 |2687 |  26k|  1 |  37k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
585.19/586.91	c   587s| 34900 | 14303 | 11766k| 326.3 |   353M |  52 |1809 |5063 |2694 |  26k|  1 |  37k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
585.88/587.66	c   588s| 35000 | 14315 | 11779k| 325.8 |   354M |  52 |1809 |5084 |   0 |  26k|  0 |  37k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
586.78/588.56	c   589s| 35100 | 14342 | 11797k| 325.4 |   354M |  52 |1809 |5107 |   0 |  26k|  0 |  37k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
588.29/590.06	c   590s| 35200 | 14377 | 11829k| 325.3 |   355M |  52 |1809 |5097 |2669 |  26k|  1 |  37k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
589.47/591.23	c   591s| 35300 | 14427 | 11852k| 325.1 |   356M |  52 |1809 |5098 |2669 |  26k|  1 |  37k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
591.87/593.68	c   594s| 35400 | 14506 | 11905k| 325.6 |   356M |  52 |1809 |5103 |2681 |  26k|  1 |  38k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
592.96/594.72	c   595s| 35500 | 14535 | 11925k| 325.3 |   357M |  52 |1809 |5101 |2683 |  26k|  1 |  38k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
594.56/596.39	c   596s| 35600 | 14603 | 11960k| 325.4 |   358M |  52 |1809 |5251 |2694 |  26k|  1 |  38k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
596.15/597.93	c   598s| 35700 | 14649 | 11995k| 325.4 |   359M |  52 |1809 |5276 |   0 |  26k|  0 |  38k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
597.75/599.54	c   600s| 35800 | 14690 | 12022k| 325.3 |   360M |  52 |1809 |5238 |   0 |  27k|  0 |  38k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
598.85/600.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
598.85/600.64	c   601s| 35900 | 14687 | 12039k| 324.9 |   361M |  52 |1809 |5237 |2674 |  27k|  1 |  38k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
601.44/603.24	c   603s| 36000 | 14782 | 12100k| 325.6 |   362M |  52 |1809 |5237 |2683 |  27k|  1 |  38k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
602.63/604.45	c   604s| 36100 | 14838 | 12124k| 325.4 |   362M |  52 |1809 |5270 |2690 |  27k|  1 |  38k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
604.03/605.82	c   606s| 36200 | 14897 | 12154k| 325.4 |   363M |  52 |1809 |5225 |   0 |  27k|  0 |  39k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
605.24/607.09	c   607s| 36300 | 14933 | 12182k| 325.2 |   364M |  52 |1809 |5242 |2689 |  27k|  1 |  39k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
606.42/608.29	c   608s| 36400 | 14959 | 12208k| 325.1 |   364M |  52 |1809 |5225 |   0 |  27k|  0 |  39k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
607.42/609.29	c   609s| 36500 | 14983 | 12227k| 324.7 |   364M |  52 |1809 |5235 |2677 |  27k|  1 |  39k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
608.72/610.58	c   611s| 36600 | 15008 | 12251k| 324.5 |   365M |  52 |1809 |5184 |   0 |  27k|  0 |  39k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
610.01/611.82	c   612s| 36700 | 15048 | 12278k| 324.3 |   365M |  52 |1809 |5194 |2690 |  27k|  1 |  39k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
611.01/612.83	c   613s| 36800 | 15080 | 12297k| 324.0 |   365M |  52 |1809 |5173 |2683 |  27k|  1 |  39k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
611.61/613.41	c   613s| 36900 | 15084 | 12306k| 323.4 |   365M |  52 |1809 |5227 |2692 |  27k|  1 |  39k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
612.51/614.38	c   614s| 37000 | 15104 | 12326k| 323.0 |   366M |  52 |1809 |5265 |2683 |  27k|  1 |  39k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
613.50/615.30	c   615s| 37100 | 15136 | 12344k| 322.7 |   367M |  52 |1809 |5312 |2692 |  28k|  1 |  39k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
614.70/616.53	c   617s| 37200 | 15157 | 12372k| 322.5 |   367M |  52 |1809 |5298 |   0 |  28k|  0 |  39k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
616.49/618.31	c   618s| 37300 | 15174 | 12412k| 322.8 |   367M |  52 |1809 |5246 |   0 |  28k|  0 |  39k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
617.39/619.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
617.39/619.20	c   619s| 37400 | 15200 | 12425k| 322.2 |   367M |  52 |1809 |5267 |2679 |  28k|  1 |  39k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
618.39/620.26	c   620s| 37500 | 15243 | 12445k| 321.9 |   368M |  52 |1809 |5311 |   0 |  28k|  0 |  40k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
619.30/621.20	c   621s| 37600 | 15261 | 12464k| 321.6 |   368M |  52 |1809 |5336 |2682 |  28k|  1 |  40k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
620.19/622.07	c   622s| 37700 | 15292 | 12481k| 321.2 |   368M |  52 |1809 |5330 |2679 |  28k|  1 |  40k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
620.88/622.71	c   623s| 37800 | 15305 | 12490k| 320.6 |   368M |  52 |1809 |5335 |   0 |  28k|  0 |  40k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
621.58/623.49	c   623s| 37900 | 15322 | 12504k| 320.1 |   370M |  52 |1809 |5360 |2676 |  28k|  1 |  40k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
622.97/624.89	c   625s| 38000 | 15364 | 12536k| 320.1 |   371M |  52 |1809 |5329 |   0 |  28k|  0 |  40k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
623.97/625.82	c   626s| 38100 | 15389 | 12555k| 319.8 |   371M |  52 |1809 |5376 |2689 |  28k|  1 |  40k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
624.67/626.53	c   627s| 38200 | 15403 | 12568k| 319.3 |   371M |  52 |1809 |5415 |2684 |  28k|  1 |  40k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
625.57/627.43	c   627s| 38300 | 15441 | 12586k| 319.0 |   372M |  52 |1809 |5465 |   0 |  28k|  0 |  40k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
626.76/628.60	c   629s| 38400 | 15462 | 12609k| 318.8 |   372M |  52 |1809 |5393 |2694 |  28k|  1 |  40k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
628.07/629.97	c   630s| 38500 | 15492 | 12638k| 318.7 |   372M |  52 |1809 |5325 |2684 |  29k|  1 |  40k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
629.18/631.01	c   631s| 38600 | 15524 | 12663k| 318.5 |   372M |  52 |1809 |5312 |2683 |  29k|  1 |  40k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
630.06/631.93	c   632s| 38700 | 15543 | 12683k| 318.2 |   373M |  52 |1809 |5287 |   0 |  29k|  0 |  40k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
631.36/633.23	c   633s| 38800 | 15604 | 12710k| 318.1 |   373M |  52 |1809 |5339 |2684 |  29k|  1 |  41k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
632.27/634.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
632.27/634.12	c   634s| 38900 | 15623 | 12727k| 317.7 |   374M |  52 |1809 |5280 |   0 |  29k|  0 |  41k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
633.05/634.99	c   635s| 39000 | 15646 | 12745k| 317.4 |   375M |  52 |1809 |5228 |   0 |  29k|  0 |  41k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
634.34/636.21	c   636s| 39100 | 15692 | 12771k| 317.2 |   376M |  52 |1809 |5129 |2682 |  29k|  1 |  41k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
635.94/637.88	c   638s| 39200 | 15737 | 12808k| 317.4 |   376M |  52 |1809 |5234 |2687 |  29k|  1 |  41k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
637.15/639.04	c   639s| 39300 | 15759 | 12832k| 317.2 |   377M |  52 |1809 |5239 |2691 |  29k|  1 |  41k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
638.63/640.54	c   641s| 39400 | 15797 | 12863k| 317.2 |   377M |  52 |1809 |5196 |   0 |  29k|  0 |  41k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
639.83/641.72	c   642s| 39500 | 15843 | 12887k| 317.0 |   378M |  52 |1809 |5179 |2692 |  29k|  1 |  41k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
641.24/643.12	c   643s| 39600 | 15870 | 12910k| 316.7 |   378M |  52 |1809 |5145 |2694 |  29k|  1 |  41k|  46 | 2.400000e+01 |      --      |    Inf |   1.87%
642.23/644.17	c   644s| 39700 | 15877 | 12932k| 316.5 |   378M |  52 |1809 |5110 |2685 |  29k|  1 |  41k|  46 | 2.400000e+01 |      --      |    Inf |   1.88%
643.32/645.23	c   645s| 39800 | 15913 | 12954k| 316.3 |   379M |  52 |1809 |5194 |2679 |  29k|  1 |  41k|  46 | 2.400000e+01 |      --      |    Inf |   1.88%
644.31/646.23	c   646s| 39900 | 15927 | 12974k| 316.0 |   379M |  52 |1809 |5161 |2667 |  29k|  1 |  42k|  46 | 2.400000e+01 |      --      |    Inf |   1.88%
645.61/647.51	c   648s| 40000 | 15972 | 13000k| 315.9 |   379M |  52 |1809 |5148 |   0 |  29k|  0 |  42k|  46 | 2.400000e+01 |      --      |    Inf |   1.88%
647.00/648.90	c   649s| 40100 | 16008 | 13028k| 315.8 |   379M |  52 |1809 |5082 |   0 |  29k|  0 |  42k|  46 | 2.400000e+01 |      --      |    Inf |   1.88%
648.40/650.31	c   650s| 40200 | 16058 | 13054k| 315.6 |   380M |  52 |1809 |5072 |2674 |  29k|  1 |  42k|  46 | 2.400000e+01 |      --      |    Inf |   1.88%
649.40/651.34	c   651s| 40300 | 16082 | 13072k| 315.3 |   380M |  52 |1809 |5058 |   0 |  30k|  0 |  42k|  46 | 2.400000e+01 |      --      |    Inf |   1.88%
650.29/652.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
650.29/652.29	c   652s| 40400 | 16099 | 13093k| 315.0 |   380M |  52 |1809 |5026 |   0 |  30k|  0 |  42k|  46 | 2.400000e+01 |      --      |    Inf |   1.88%
651.39/653.38	c   653s| 40500 | 16141 | 13115k| 314.8 |   381M |  52 |1809 |5071 |2687 |  30k|  1 |  42k|  46 | 2.400000e+01 |      --      |    Inf |   1.88%
652.89/654.80	c   655s| 40600 | 16173 | 13142k| 314.7 |   381M |  52 |1809 |5055 |2685 |  30k|  1 |  42k|  46 | 2.400000e+01 |      --      |    Inf |   1.88%
654.20/656.18	c   656s| 40700 | 16204 | 13164k| 314.5 |   381M |  52 |1809 |5041 |2697 |  30k|  1 |  42k|  46 | 2.400000e+01 |      --      |    Inf |   1.88%
655.19/657.17	c   657s| 40800 | 16219 | 13179k| 314.1 |   382M |  52 |1809 |5072 |   0 |  30k|  0 |  42k|  46 | 2.400000e+01 |      --      |    Inf |   1.88%
656.28/658.29	c   658s| 40900 | 16235 | 13199k| 313.8 |   382M |  52 |1809 |5066 |   0 |  30k|  0 |  42k|  46 | 2.400000e+01 |      --      |    Inf |   1.88%
657.57/659.56	c   660s| 41000 | 16275 | 13224k| 313.7 |   383M |  52 |1809 |5022 |   0 |  30k|  0 |  42k|  46 | 2.400000e+01 |      --      |    Inf |   1.88%
658.47/660.49	c   660s| 41100 | 16289 | 13244k| 313.4 |   383M |  52 |1809 |5053 |   0 |  30k|  0 |  42k|  46 | 2.400000e+01 |      --      |    Inf |   1.88%
659.87/661.83	c   662s| 41200 | 16318 | 13271k| 313.3 |   384M |  52 |1809 |5049 |   0 |  30k|  0 |  43k|  46 | 2.400000e+01 |      --      |    Inf |   1.88%
661.77/663.74	c   664s| 41300 | 16351 | 13290k| 313.0 |   388M |  52 |1809 |5055 |2688 |  30k|  1 |  43k|  46 | 2.400000e+01 |      --      |    Inf |   1.88%
662.66/664.62	c   665s| 41400 | 16369 | 13304k| 312.6 |   388M |  52 |1809 |5036 |2688 |  31k|  1 |  43k|  46 | 2.400000e+01 |      --      |    Inf |   1.88%
663.46/665.43	c   665s| 41500 | 16388 | 13319k| 312.2 |   388M |  52 |1809 |5077 |2682 |  31k|  1 |  43k|  46 | 2.400000e+01 |      --      |    Inf |   1.88%
664.36/666.34	c   666s| 41600 | 16413 | 13336k| 311.9 |   388M |  52 |1809 |5101 |2684 |  31k|  1 |  43k|  46 | 2.400000e+01 |      --      |    Inf |   1.88%
665.75/667.71	c   668s| 41700 | 16453 | 13364k| 311.8 |   388M |  52 |1809 |5140 |2668 |  31k|  1 |  43k|  46 | 2.400000e+01 |      --      |    Inf |   1.88%
667.35/669.35	c   669s| 41800 | 16539 | 13402k| 312.0 |   389M |  52 |1809 |5198 |   0 |  31k|  0 |  43k|  46 | 2.400000e+01 |      --      |    Inf |   1.88%
668.65/670.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
668.65/670.62	c   671s| 41900 | 16576 | 13430k| 311.9 |   389M |  52 |1809 |5201 |2682 |  31k|  1 |  43k|  46 | 2.400000e+01 |      --      |    Inf |   1.88%
669.64/671.62	c   672s| 42000 | 16603 | 13449k| 311.6 |   389M |  52 |1809 |5285 |2690 |  31k|  1 |  43k|  46 | 2.400000e+01 |      --      |    Inf |   1.88%
670.94/672.90	c   673s| 42100 | 16623 | 13472k| 311.4 |   389M |  52 |1809 |5308 |2690 |  31k|  1 |  43k|  46 | 2.400000e+01 |      --      |    Inf |   1.88%
671.94/673.92	c   674s| 42200 | 16633 | 13492k| 311.2 |   390M |  52 |1809 |5318 |2680 |  31k|  1 |  43k|  46 | 2.400000e+01 |      --      |    Inf |   1.88%
673.23/675.24	c   675s| 42300 | 16685 | 13522k| 311.1 |   391M |  52 |1809 |5287 |   0 |  31k|  0 |  44k|  46 | 2.400000e+01 |      --      |    Inf |   1.89%
674.33/676.31	c   676s| 42400 | 16721 | 13543k| 310.9 |   391M |  52 |1809 |5363 |2686 |  31k|  1 |  44k|  46 | 2.400000e+01 |      --      |    Inf |   1.89%
675.14/677.13	c   677s| 42500 | 16736 | 13559k| 310.6 |   392M |  52 |1809 |5422 |   0 |  31k|  0 |  44k|  46 | 2.400000e+01 |      --      |    Inf |   1.89%
676.14/678.16	c   678s| 42600 | 16781 | 13580k| 310.3 |   392M |  52 |1809 |5426 |   0 |  31k|  0 |  44k|  46 | 2.400000e+01 |      --      |    Inf |   1.89%
677.52/679.57	c   680s| 42700 | 16825 | 13609k| 310.3 |   393M |  52 |1809 |5432 |2690 |  31k|  1 |  44k|  46 | 2.400000e+01 |      --      |    Inf |   1.89%
678.82/680.86	c   681s| 42800 | 16849 | 13633k| 310.1 |   393M |  52 |1809 |5375 |   0 |  32k|  0 |  44k|  46 | 2.400000e+01 |      --      |    Inf |   1.89%
680.03/682.02	c   682s| 42900 | 16902 | 13654k| 309.9 |   394M |  52 |1809 |5324 |2684 |  32k|  1 |  44k|  46 | 2.400000e+01 |      --      |    Inf |   1.89%
681.81/683.81	c   684s| 43000 | 16937 | 13689k| 310.0 |   394M |  52 |1809 |5238 |2690 |  32k|  1 |  44k|  46 | 2.400000e+01 |      --      |    Inf |   1.89%
682.91/684.95	c   685s| 43100 | 16968 | 13714k| 309.9 |   395M |  52 |1809 |5222 |2679 |  32k|  1 |  44k|  46 | 2.400000e+01 |      --      |    Inf |   1.89%
684.02/686.08	c   686s| 43200 | 17009 | 13737k| 309.7 |   395M |  52 |1809 |5232 |   0 |  32k|  0 |  44k|  46 | 2.400000e+01 |      --      |    Inf |   1.89%
685.60/687.65	c   688s| 43300 | 17039 | 13772k| 309.8 |   397M |  52 |1809 |5145 |2674 |  32k|  1 |  44k|  46 | 2.400000e+01 |      --      |    Inf |   1.89%
687.49/689.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
687.49/689.53	c   690s| 43400 | 17093 | 13813k| 310.0 |   398M |  52 |1809 |5131 |2683 |  32k|  1 |  45k|  46 | 2.400000e+01 |      --      |    Inf |   1.89%
688.29/690.39	c   690s| 43500 | 17114 | 13828k| 309.6 |   399M |  52 |1809 |5335 |2676 |  32k|  1 |  45k|  46 | 2.400000e+01 |      --      |    Inf |   1.90%
689.69/691.71	c   692s| 43600 | 17153 | 13854k| 309.5 |   400M |  52 |1809 |5348 |   0 |  32k|  0 |  45k|  46 | 2.400000e+01 |      --      |    Inf |   1.90%
690.88/693.00	c   693s| 43700 | 17199 | 13882k| 309.4 |   400M |  52 |1809 |5340 |   0 |  32k|  0 |  45k|  46 | 2.400000e+01 |      --      |    Inf |   1.90%
692.38/694.40	c   694s| 43800 | 17258 | 13916k| 309.5 |   401M |  52 |1809 |5339 |2678 |  32k|  1 |  45k|  46 | 2.400000e+01 |      --      |    Inf |   1.90%
693.58/695.66	c   696s| 43900 | 17313 | 13940k| 309.4 |   401M |  52 |1809 |5352 |   0 |  32k|  0 |  45k|  46 | 2.400000e+01 |      --      |    Inf |   1.90%
694.37/696.45	c   696s| 44000 | 17345 | 13954k| 309.0 |   402M |  52 |1809 |5439 |2687 |  32k|  1 |  45k|  46 | 2.400000e+01 |      --      |    Inf |   1.90%
695.17/697.22	c   697s| 44100 | 17339 | 13963k| 308.5 |   403M |  52 |1809 |5449 |   0 |  32k|  0 |  45k|  46 | 2.400000e+01 |      --      |    Inf |   1.90%
695.67/697.76	c   698s| 44200 | 17329 | 13971k| 308.0 |   403M |  52 |1809 |5475 |   0 |  32k|  0 |  45k|  46 | 2.400000e+01 |      --      |    Inf |   1.90%
696.37/698.50	c   698s| 44300 | 17336 | 13985k| 307.6 |   403M |  52 |1809 |5440 |   0 |  32k|  0 |  46k|  46 | 2.400000e+01 |      --      |    Inf |   1.90%
697.26/699.31	c   699s| 44400 | 17353 | 13999k| 307.3 |   403M |  52 |1809 |5450 |   0 |  33k|  0 |  46k|  46 | 2.400000e+01 |      --      |    Inf |   1.90%
698.36/700.43	c   700s| 44500 | 17386 | 14018k| 307.0 |   403M |  52 |1809 |5523 |   0 |  33k|  0 |  46k|  46 | 2.400000e+01 |      --      |    Inf |   1.90%
699.86/701.91	c   702s| 44600 | 17425 | 14047k| 307.0 |   403M |  52 |1809 |5458 |   0 |  33k|  0 |  46k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
700.97/703.03	c   703s| 44700 | 17449 | 14072k| 306.8 |   403M |  52 |1809 |5397 |   0 |  33k|  0 |  46k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
702.06/704.17	c   704s| 44800 | 17474 | 14096k| 306.7 |   403M |  52 |1809 |5398 |2689 |  33k|  1 |  46k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
702.96/705.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
702.96/705.05	c   705s| 44900 | 17503 | 14112k| 306.4 |   404M |  52 |1809 |5365 |2687 |  33k|  1 |  46k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
704.06/706.12	c   706s| 45000 | 17551 | 14134k| 306.2 |   404M |  52 |1809 |5375 |2690 |  33k|  1 |  46k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
705.34/707.40	c   707s| 45100 | 17589 | 14163k| 306.2 |   404M |  52 |1809 |5331 |2689 |  33k|  1 |  46k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
706.05/708.19	c   708s| 45200 | 17628 | 14180k| 305.9 |   405M |  52 |1809 |5364 |2687 |  33k|  2 |  46k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
707.34/709.43	c   709s| 45300 | 17679 | 14203k| 305.7 |   406M |  52 |1809 |5325 |   0 |  33k|  0 |  47k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
708.43/710.52	c   711s| 45400 | 17720 | 14225k| 305.5 |   406M |  52 |1809 |5265 |   0 |  33k|  0 |  47k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
709.23/711.30	c   711s| 45500 | 17750 | 14241k| 305.2 |   406M |  52 |1809 |5284 |   0 |  33k|  0 |  47k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
709.83/711.91	c   712s| 45600 | 17780 | 14251k| 304.8 |   406M |  52 |1809 |5308 |2689 |  33k|  1 |  47k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
710.63/712.72	c   713s| 45700 | 17819 | 14267k| 304.4 |   407M |  52 |1809 |5359 |2692 |  33k|  1 |  47k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
711.42/713.52	c   714s| 45800 | 17857 | 14282k| 304.1 |   407M |  52 |1809 |5398 |   0 |  33k|  0 |  47k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
712.32/714.49	c   714s| 45900 | 17877 | 14299k| 303.8 |   407M |  52 |1809 |5347 |2674 |  33k|  1 |  47k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
714.22/716.31	c   716s| 46000 | 17941 | 14332k| 303.9 |   407M |  52 |1809 |5339 |2683 |  34k|  1 |  47k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
715.71/717.89	c   718s| 46100 | 18014 | 14364k| 303.9 |   407M |  52 |1809 |5302 |2687 |  34k|  1 |  47k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
716.81/718.95	c   719s| 46200 | 18055 | 14387k| 303.8 |   408M |  52 |1809 |5327 |   0 |  34k|  0 |  47k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
718.11/720.21	c   720s| 46300 | 18085 | 14412k| 303.7 |   408M |  52 |1809 |5329 |2680 |  34k|  1 |  47k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
719.30/721.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
719.30/721.46	c   721s| 46400 | 18123 | 14440k| 303.6 |   409M |  52 |1809 |5339 |   0 |  34k|  0 |  47k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
720.80/722.91	c   723s| 46500 | 18167 | 14472k| 303.6 |   409M |  52 |1809 |5327 |2687 |  34k|  1 |  48k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
721.60/723.79	c   724s| 46600 | 18186 | 14489k| 303.4 |   409M |  52 |1809 |5278 |   0 |  34k|  0 |  48k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
723.00/725.11	c   725s| 46700 | 18208 | 14514k| 303.3 |   409M |  52 |1809 |5201 |2675 |  34k|  1 |  48k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
724.29/726.46	c   726s| 46800 | 18272 | 14545k| 303.3 |   411M |  52 |1809 |5233 |2684 |  34k|  1 |  48k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
725.68/727.83	c   728s| 46900 | 18339 | 14577k| 303.3 |   411M |  52 |1809 |5278 |2690 |  34k|  1 |  48k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
726.99/729.17	c   729s| 47000 | 18368 | 14602k| 303.2 |   412M |  52 |1809 |5261 |2672 |  34k|  1 |  48k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
728.08/730.20	c   730s| 47100 | 18396 | 14623k| 303.0 |   413M |  52 |1809 |5238 |   0 |  34k|  0 |  48k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
728.89/731.04	c   731s| 47200 | 18427 | 14638k| 302.7 |   414M |  52 |1809 |5238 |2682 |  34k|  1 |  48k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
730.17/732.37	c   732s| 47300 | 18459 | 14664k| 302.6 |   414M |  52 |1809 |5208 |2682 |  34k|  1 |  48k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
731.27/733.46	c   733s| 47400 | 18468 | 14684k| 302.4 |   415M |  52 |1809 |5170 |2680 |  34k|  1 |  48k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
731.98/734.11	c   734s| 47500 | 18480 | 14695k| 302.0 |   415M |  52 |1809 |5141 |   0 |  34k|  0 |  48k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
733.06/735.25	c   735s| 47600 | 18517 | 14717k| 301.8 |   416M |  52 |1809 |5106 |2676 |  34k|  1 |  48k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
734.16/736.33	c   736s| 47700 | 18552 | 14734k| 301.6 |   416M |  52 |1809 |5105 |   0 |  34k|  0 |  48k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
735.37/737.52	c   738s| 47800 | 18568 | 14755k| 301.4 |   416M |  52 |1809 |5043 |2669 |  34k|  1 |  48k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
736.46/738.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
736.46/738.66	c   739s| 47900 | 18619 | 14779k| 301.2 |   417M |  52 |1809 |5047 |   0 |  35k|  0 |  48k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
737.56/739.74	c   740s| 48000 | 18669 | 14802k| 301.1 |   418M |  52 |1809 |5059 |2688 |  35k|  1 |  49k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
738.36/740.55	c   741s| 48100 | 18690 | 14816k| 300.8 |   418M |  52 |1809 |5113 |2685 |  35k|  1 |  49k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
739.45/741.65	c   742s| 48200 | 18710 | 14834k| 300.5 |   418M |  52 |1809 |5153 |   0 |  35k|  0 |  49k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
740.45/742.69	c   743s| 48300 | 18746 | 14855k| 300.3 |   418M |  52 |1809 |5155 |2677 |  35k|  1 |  49k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
741.86/744.07	c   744s| 48400 | 18787 | 14880k| 300.2 |   419M |  52 |1809 |5160 |2690 |  35k|  1 |  49k|  46 | 2.400000e+01 |      --      |    Inf |   1.91%
743.14/745.34	c   745s| 48500 | 18822 | 14905k| 300.1 |   419M |  52 |1809 |5090 |2680 |  35k|  1 |  49k|  46 | 2.400000e+01 |      --      |    Inf |   1.92%
743.95/746.17	c   746s| 48600 | 18833 | 14922k| 299.9 |   420M |  52 |1809 |5130 |2684 |  35k|  1 |  49k|  46 | 2.400000e+01 |      --      |    Inf |   1.92%
744.74/746.97	c   747s| 48700 | 18859 | 14937k| 299.6 |   420M |  52 |1809 |5154 |   0 |  35k|  0 |  49k|  46 | 2.400000e+01 |      --      |    Inf |   1.92%
745.44/747.66	c   748s| 48800 | 18895 | 14950k| 299.2 |   420M |  52 |1809 |5202 |   0 |  35k|  0 |  49k|  46 | 2.400000e+01 |      --      |    Inf |   1.92%
746.13/748.37	c   748s| 48900 | 18920 | 14963k| 298.9 |   421M |  52 |1809 |5181 |2686 |  35k|  1 |  49k|  46 | 2.400000e+01 |      --      |    Inf |   1.92%
747.33/749.58	c   750s| 49000 | 18959 | 14984k| 298.7 |   421M |  52 |1809 |5200 |2671 |  35k|  1 |  49k|  46 | 2.400000e+01 |      --      |    Inf |   1.92%
748.33/750.52	c   751s| 49100 | 18985 | 15002k| 298.5 |   421M |  52 |1809 |5203 |2692 |  35k|  1 |  49k|  46 | 2.400000e+01 |      --      |    Inf |   1.92%
749.62/751.89	c   752s| 49200 | 18999 | 15031k| 298.5 |   421M |  52 |1809 |5180 |   0 |  35k|  0 |  49k|  46 | 2.400699e+01 |      --      |    Inf |   1.92%
750.62/752.86	c   753s| 49300 | 19032 | 15047k| 298.2 |   422M |  52 |1809 |5160 |2684 |  35k|  1 |  50k|  46 | 2.400699e+01 |      --      |    Inf |   1.92%
751.52/753.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
751.52/753.79	c   754s| 49400 | 19049 | 15064k| 297.9 |   422M |  52 |1809 |5061 |2682 |  35k|  1 |  50k|  46 | 2.400699e+01 |      --      |    Inf |   1.92%
752.72/754.99	c   755s| 49500 | 19125 | 15084k| 297.7 |   422M |  52 |1809 |5159 |2688 |  36k|  1 |  50k|  46 | 2.400699e+01 |      --      |    Inf |   1.92%
753.41/755.68	c   756s| 49600 | 19171 | 15096k| 297.4 |   422M |  52 |1809 |5161 |   0 |  36k|  0 |  50k|  46 | 2.400699e+01 |      --      |    Inf |   1.92%
754.11/756.38	c   756s| 49700 | 19199 | 15110k| 297.1 |   422M |  52 |1809 |5182 |2685 |  36k|  1 |  50k|  46 | 2.400699e+01 |      --      |    Inf |   1.92%
755.11/757.34	c   757s| 49800 | 19258 | 15129k| 296.9 |   422M |  52 |1809 |5258 |2694 |  36k|  1 |  50k|  49 | 2.400699e+01 |      --      |    Inf |   1.92%
755.71/757.90	c   758s| 49900 | 19294 | 15140k| 296.5 |   422M |  52 |1809 |5294 |2694 |  36k|  1 |  50k|  49 | 2.400699e+01 |      --      |    Inf |   1.92%
756.50/758.73	c   759s| 50000 | 19315 | 15151k| 296.1 |   423M |  52 |1809 |5306 |2694 |  36k|  1 |  50k|  49 | 2.400699e+01 |      --      |    Inf |   1.92%
757.40/759.64	c   760s| 50100 | 19318 | 15162k| 295.8 |   424M |  52 |1809 |5317 |   0 |  36k|  0 |  50k|  49 | 2.400699e+01 |      --      |    Inf |   1.92%
757.91/760.17	c   760s| 50200 | 19328 | 15171k| 295.4 |   424M |  52 |1809 |5269 |   0 |  36k|  0 |  50k|  49 | 2.400699e+01 |      --      |    Inf |   1.92%
758.91/761.17	c   761s| 50300 | 19379 | 15190k| 295.2 |   424M |  52 |1809 |5278 |   0 |  36k|  0 |  50k|  49 | 2.408623e+01 |      --      |    Inf |   1.92%
760.29/762.52	c   763s| 50400 | 19411 | 15216k| 295.1 |   424M |  52 |1809 |5218 |2690 |  36k|  2 |  50k|  49 | 2.413590e+01 |      --      |    Inf |   1.92%
760.90/763.16	c   763s| 50500 | 19427 | 15224k| 294.7 |   425M |  52 |1809 |5211 |   0 |  36k|  0 |  50k|  49 | 2.415340e+01 |      --      |    Inf |   1.93%
761.80/764.07	c   764s| 50600 | 19474 | 15241k| 294.4 |   425M |  52 |1809 |5231 |   0 |  36k|  0 |  50k|  49 | 2.415340e+01 |      --      |    Inf |   1.93%
762.68/764.99	c   765s| 50700 | 19508 | 15253k| 294.1 |   425M |  52 |1809 |5283 |2702 |  36k|  1 |  51k|  49 | 2.415340e+01 |      --      |    Inf |   1.93%
763.68/765.93	c   766s| 50800 | 19523 | 15268k| 293.8 |   426M |  52 |1809 |5241 |2696 |  36k|  1 |  51k|  49 | 2.416667e+01 |      --      |    Inf |   1.93%
764.58/766.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
764.58/766.85	c   767s| 50900 | 19548 | 15281k| 293.5 |   427M |  52 |1809 |5268 |2698 |  37k|  1 |  51k|  49 | 2.416667e+01 |      --      |    Inf |   1.93%
765.58/767.85	c   768s| 51000 | 19584 | 15297k| 293.3 |   427M |  52 |1809 |5253 |   0 |  37k|  0 |  51k|  49 | 2.416667e+01 |      --      |    Inf |   1.93%
766.07/768.30	c   768s| 51100 | 19588 | 15303k| 292.8 |   427M |  52 |1809 |5274 |2707 |  37k|  1 |  51k|  49 | 2.416667e+01 |      --      |    Inf |   1.93%
766.89/769.18	c   769s| 51200 | 19626 | 15320k| 292.6 |   428M |  52 |1809 |5202 |2687 |  37k|  1 |  51k|  49 | 2.417366e+01 |      --      |    Inf |   1.93%
767.97/770.20	c   770s| 51300 | 19673 | 15342k| 292.4 |   428M |  52 |1809 |5116 |2690 |  37k|  1 |  51k|  49 | 2.421614e+01 |      --      |    Inf |   1.93%
769.66/771.98	c   772s| 51400 | 19739 | 15369k| 292.4 |   430M |  52 |1809 |5080 |2690 |  37k|  1 |  51k|  49 | 2.444814e+01 |      --      |    Inf |   1.93%
770.66/773.00	c   773s| 51500 | 19778 | 15388k| 292.2 |   431M |  52 |1809 |5110 |2698 |  37k|  1 |  51k|  49 | 2.444814e+01 |      --      |    Inf |   1.93%
771.66/773.96	c   774s| 51600 | 19794 | 15400k| 291.9 |   431M |  52 |1809 |5169 |2696 |  37k|  1 |  51k|  49 | 2.444814e+01 |      --      |    Inf |   1.93%
772.65/774.93	c   775s| 51700 | 19825 | 15414k| 291.6 |   431M |  52 |1809 |5173 |   0 |  37k|  0 |  51k|  49 | 2.450000e+01 |      --      |    Inf |   1.93%
773.66/775.98	c   776s| 51800 | 19848 | 15432k| 291.4 |   431M |  52 |1809 |5183 |2684 |  37k|  1 |  52k|  49 | 2.456297e+01 |      --      |    Inf |   1.93%
774.46/776.72	c   777s| 51900 | 19867 | 15447k| 291.1 |   432M |  52 |1809 |5186 |   0 |  37k|  0 |  52k|  49 | 2.456297e+01 |      --      |    Inf |   1.93%
775.05/777.30	c   777s| 52000 | 19860 | 15457k| 290.7 |   432M |  52 |1809 |5183 |2675 |  37k|  1 |  52k|  49 | 2.456297e+01 |      --      |    Inf |   1.93%
776.45/778.72	c   779s| 52100 | 19919 | 15490k| 290.8 |   432M |  52 |1809 |5212 |2682 |  37k|  1 |  52k|  49 | 2.500000e+01 |      --      |    Inf |   1.93%
777.76/780.03	c   780s| 52200 | 19934 | 15507k| 290.6 |   432M |  52 |1809 |5248 |2682 |  38k|  1 |  52k|  62 | 2.500000e+01 |      --      |    Inf |   1.93%
778.75/781.09	c   781s| 52300 | 19959 | 15526k| 290.4 |   432M |  52 |1809 |5251 |   0 |  38k|  0 |  52k|  70 | 2.500000e+01 |      --      |    Inf |   1.94%
780.24/782.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
780.24/782.50	c   782s| 52400 | 20023 | 15559k| 290.5 |   436M |  52 |1809 |5257 |2680 |  38k|  1 |  52k|  70 | 2.500000e+01 |      --      |    Inf |   1.94%
781.23/783.52	c   784s| 52500 | 20072 | 15582k| 290.4 |   436M |  52 |1809 |5280 |2679 |  38k|  1 |  52k|  70 | 2.500000e+01 |      --      |    Inf |   1.94%
782.33/784.66	c   785s| 52600 | 20136 | 15600k| 290.2 |   437M |  52 |1809 |5298 |2691 |  38k|  2 |  52k|  70 | 2.500000e+01 |      --      |    Inf |   1.94%
783.63/785.90	c   786s| 52700 | 20136 | 15609k| 289.8 |   437M |  52 |1809 |5291 |   0 |  38k|  0 |  52k|  75 | 2.500000e+01 |      --      |    Inf |   1.94%
785.02/787.30	c   787s| 52800 | 20197 | 15639k| 289.8 |   438M |  52 |1809 |5348 |2671 |  38k|  1 |  53k|  75 | 2.500000e+01 |      --      |    Inf |   1.94%
786.73/789.05	c   789s| 52900 | 20285 | 15675k| 289.9 |   439M |  52 |1809 |5707 |2679 |  38k|  1 |  53k|  75 | 2.500000e+01 |      --      |    Inf |   1.94%
788.11/790.42	c   790s| 53000 | 20325 | 15707k| 290.0 |   440M |  52 |1809 |5739 |   0 |  38k|  0 |  53k|  75 | 2.500000e+01 |      --      |    Inf |   1.94%
790.21/792.58	c   793s| 53100 | 20397 | 15756k| 290.4 |   441M |  52 |1809 |5622 |2680 |  38k|  2 |  53k|  75 | 2.500000e+01 |      --      |    Inf |   1.94%
791.40/793.72	c   794s| 53200 | 20448 | 15781k| 290.3 |   441M |  52 |1809 |5684 |2686 |  38k|  0 |  53k|  75 | 2.500000e+01 |      --      |    Inf |   1.94%
792.40/794.72	c   795s| 53300 | 20451 | 15792k| 290.0 |   441M |  52 |1809 |5647 |   0 |  38k|  0 |  53k|  75 | 2.500000e+01 |      --      |    Inf |   1.94%
793.71/796.03	c   796s| 53400 | 20507 | 15820k| 289.9 |   441M |  52 |1809 |5625 |2686 |  38k|  2 |  54k|  75 | 2.500000e+01 |      --      |    Inf |   1.94%
794.59/796.91	c   797s| 53500 | 20555 | 15837k| 289.7 |   442M |  52 |1809 |5723 |2684 |  39k|  1 |  54k|  75 | 2.500000e+01 |      --      |    Inf |   1.94%
795.59/798.00	c   798s| 53600 | 20590 | 15853k| 289.5 |   442M |  52 |1809 |5756 |2686 |  39k|  1 |  54k|  75 | 2.500000e+01 |      --      |    Inf |   1.94%
796.59/798.97	c   799s| 53700 | 20617 | 15867k| 289.2 |   443M |  52 |1809 |5736 |2684 |  39k|  1 |  54k|  75 | 2.500000e+01 |      --      |    Inf |   1.94%
797.80/800.12	c   800s| 53800 | 20623 | 15875k| 288.8 |   443M |  52 |1809 |5741 |   0 |  39k|  0 |  54k|  80 | 2.500000e+01 |      --      |    Inf |   1.94%
798.69/801.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
798.69/801.09	c   801s| 53900 | 20628 | 15890k| 288.6 |   445M |  52 |1809 |5653 |2683 |  39k|  1 |  54k|  80 | 2.500000e+01 |      --      |    Inf |   1.94%
800.58/802.95	c   803s| 54000 | 20647 | 15914k| 288.5 |   449M |  52 |1809 |5613 |2693 |  39k|  2 |  54k|  80 | 2.500000e+01 |      --      |    Inf |   1.94%
801.78/804.15	c   804s| 54100 | 20707 | 15939k| 288.4 |   450M |  52 |1809 |5567 |2685 |  39k|  1 |  54k|  80 | 2.500000e+01 |      --      |    Inf |   1.94%
802.78/805.16	c   805s| 54200 | 20766 | 15953k| 288.2 |   451M |  52 |1809 |5681 |2694 |  39k|  1 |  54k|  80 | 2.500000e+01 |      --      |    Inf |   1.94%
804.46/806.87	c   807s| 54300 | 20817 | 15984k| 288.2 |   453M |  52 |1809 |5618 |2694 |  39k|  1 |  54k|  80 | 2.500000e+01 |      --      |    Inf |   1.94%
805.77/808.16	c   808s| 54400 | 20872 | 16003k| 288.0 |   454M |  52 |1809 |5619 |2696 |  39k|  1 |  55k|  80 | 2.500000e+01 |      --      |    Inf |   1.94%
806.56/808.99	c   809s| 54500 | 20919 | 16017k| 287.8 |   455M |  52 |1809 |5628 |2695 |  39k|  1 |  55k|  80 | 2.500000e+01 |      --      |    Inf |   1.94%
807.86/810.22	c   810s| 54600 | 20949 | 16040k| 287.6 |   455M |  52 |1809 |5563 |   0 |  39k|  0 |  55k|  80 | 2.500000e+01 |      --      |    Inf |   1.94%
808.86/811.22	c   811s| 54700 | 20962 | 16059k| 287.5 |   455M |  52 |1809 |5476 |   0 |  39k|  0 |  55k|  80 | 2.500000e+01 |      --      |    Inf |   1.94%
809.86/812.22	c   812s| 54800 | 20995 | 16078k| 287.3 |   456M |  52 |1809 |5477 |2679 |  39k|  1 |  55k|  80 | 2.500000e+01 |      --      |    Inf |   1.94%
811.45/813.89	c   814s| 54900 | 21020 | 16113k| 287.4 |   456M |  52 |1809 |5387 |2683 |  39k|  1 |  55k|  80 | 2.500000e+01 |      --      |    Inf |   1.94%
812.55/815.00	c   815s| 55000 | 21066 | 16138k| 287.3 |   458M |  52 |1809 |5417 |2687 |  40k|  1 |  55k|  80 | 2.500000e+01 |      --      |    Inf |   1.94%
813.76/816.17	c   816s| 55100 | 21115 | 16163k| 287.3 |   458M |  52 |1809 |5461 |   0 |  40k|  0 |  55k|  80 | 2.500000e+01 |      --      |    Inf |   1.94%
814.84/817.28	c   817s| 55200 | 21143 | 16186k| 287.2 |   459M |  52 |1809 |5465 |   0 |  40k|  0 |  55k|  80 | 2.500000e+01 |      --      |    Inf |   1.94%
815.94/818.34	c   818s| 55300 | 21155 | 16201k| 286.9 |   460M |  52 |1809 |5518 |   0 |  40k|  0 |  55k|  80 | 2.500000e+01 |      --      |    Inf |   1.94%
817.03/819.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
817.03/819.44	c   819s| 55400 | 21201 | 16223k| 286.8 |   465M |  52 |1809 |5502 |   0 |  40k|  0 |  55k|  80 | 2.500000e+01 |      --      |    Inf |   1.94%
817.93/820.39	c   820s| 55500 | 21216 | 16243k| 286.7 |   465M |  52 |1809 |5476 |2688 |  40k|  1 |  55k|  80 | 2.500000e+01 |      --      |    Inf |   1.94%
818.93/821.34	c   821s| 55600 | 21251 | 16261k| 286.5 |   465M |  52 |1809 |5477 |   0 |  40k|  0 |  55k|  80 | 2.500000e+01 |      --      |    Inf |   1.94%
820.02/822.46	c   822s| 55700 | 21295 | 16283k| 286.4 |   466M |  52 |1809 |5454 |2693 |  40k|  1 |  55k|  80 | 2.500000e+01 |      --      |    Inf |   1.95%
821.02/823.42	c   823s| 55800 | 21329 | 16303k| 286.2 |   466M |  52 |1809 |5386 |   0 |  40k|  0 |  55k|  80 | 2.500000e+01 |      --      |    Inf |   1.95%
822.32/824.70	c   825s| 55900 | 21379 | 16328k| 286.1 |   466M |  52 |1809 |5318 |2687 |  40k|  1 |  56k|  80 | 2.500000e+01 |      --      |    Inf |   1.95%
823.21/825.62	c   826s| 56000 | 21407 | 16347k| 286.0 |   468M |  52 |1809 |5340 |2688 |  40k|  2 |  56k|  80 | 2.500000e+01 |      --      |    Inf |   1.95%
824.11/826.57	c   827s| 56100 | 21450 | 16367k| 285.8 |   468M |  52 |1809 |5448 |2686 |  40k|  1 |  56k|  80 | 2.500000e+01 |      --      |    Inf |   1.95%
825.41/827.88	c   828s| 56200 | 21500 | 16394k| 285.8 |   469M |  52 |1809 |5477 |2687 |  40k|  1 |  56k|  80 | 2.500000e+01 |      --      |    Inf |   1.95%
826.50/828.98	c   829s| 56300 | 21535 | 16413k| 285.6 |   469M |  52 |1809 |5437 |2680 |  40k|  1 |  56k|  80 | 2.500000e+01 |      --      |    Inf |   1.95%
827.10/829.54	c   830s| 56400 | 21555 | 16423k| 285.3 |   469M |  52 |1809 |5444 |2694 |  40k|  1 |  56k|  80 | 2.500000e+01 |      --      |    Inf |   1.95%
828.10/830.50	c   830s| 56500 | 21586 | 16437k| 285.0 |   469M |  52 |1809 |5493 |2694 |  40k|  1 |  56k|  80 | 2.500000e+01 |      --      |    Inf |   1.95%
829.09/831.51	c   832s| 56600 | 21616 | 16450k| 284.8 |   470M |  52 |1809 |5508 |2700 |  40k|  1 |  56k|  80 | 2.500000e+01 |      --      |    Inf |   1.95%
829.89/832.37	c   832s| 56700 | 21629 | 16464k| 284.5 |   470M |  52 |1809 |5453 |   0 |  41k|  0 |  56k|  80 | 2.500000e+01 |      --      |    Inf |   1.95%
831.09/833.55	c   834s| 56800 | 21682 | 16486k| 284.4 |   472M |  52 |1809 |5385 |2685 |  41k|  1 |  56k|  80 | 2.500000e+01 |      --      |    Inf |   1.95%
832.09/834.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
832.09/834.57	c   835s| 56900 | 21718 | 16504k| 284.2 |   472M |  52 |1809 |5370 |2688 |  41k|  1 |  56k|  80 | 2.500000e+01 |      --      |    Inf |   1.95%
832.88/835.38	c   835s| 57000 | 21745 | 16519k| 284.0 |   472M |  52 |1809 |5382 |2684 |  41k|  1 |  56k|  80 | 2.500000e+01 |      --      |    Inf |   1.95%
834.38/836.86	c   837s| 57100 | 21797 | 16553k| 284.1 |   472M |  52 |1809 |5406 |   0 |  41k|  0 |  57k|  80 | 2.500000e+01 |      --      |    Inf |   1.95%
835.18/837.67	c   838s| 57200 | 21817 | 16569k| 283.9 |   472M |  52 |1809 |5431 |2686 |  41k|  1 |  57k|  80 | 2.500000e+01 |      --      |    Inf |   1.95%
836.58/839.07	c   839s| 57300 | 21861 | 16598k| 283.9 |   473M |  52 |1809 |5399 |2677 |  41k|  1 |  57k|  80 | 2.500000e+01 |      --      |    Inf |   1.95%
837.37/839.90	c   840s| 57400 | 21883 | 16613k| 283.7 |   473M |  52 |1809 |5386 |   0 |  41k|  0 |  57k|  80 | 2.500000e+01 |      --      |    Inf |   1.95%
839.17/841.64	c   842s| 57500 | 21931 | 16649k| 283.8 |   473M |  52 |1809 |5366 |2683 |  41k|  1 |  57k|  80 | 2.500000e+01 |      --      |    Inf |   1.95%
840.06/842.58	c   843s| 57600 | 21962 | 16665k| 283.6 |   474M |  52 |1809 |5420 |   0 |  41k|  0 |  57k|  80 | 2.500000e+01 |      --      |    Inf |   1.95%
841.27/843.79	c   844s| 57700 | 21976 | 16690k| 283.5 |   475M |  52 |1809 |5334 |2678 |  41k|  1 |  57k|  80 | 2.500000e+01 |      --      |    Inf |   1.95%
843.16/845.64	c   846s| 57800 | 22047 | 16729k| 283.7 |   475M |  52 |1809 |5242 |2681 |  41k|  1 |  57k|  80 | 2.500000e+01 |      --      |    Inf |   1.95%
844.36/846.85	c   847s| 57900 | 22098 | 16757k| 283.7 |   475M |  52 |1809 |5241 |   0 |  41k|  0 |  57k|  80 | 2.500000e+01 |      --      |    Inf |   1.95%
845.85/848.35	c   848s| 58000 | 22145 | 16788k| 283.7 |   476M |  52 |1809 |5225 |2681 |  41k|  1 |  57k|  80 | 2.500000e+01 |      --      |    Inf |   1.95%
847.15/849.67	c   850s| 58100 | 22185 | 16817k| 283.8 |   476M |  52 |1809 |5227 |   0 |  42k|  0 |  57k|  80 | 2.500000e+01 |      --      |    Inf |   1.96%
847.85/850.32	c   850s| 58200 | 22197 | 16828k| 283.5 |   476M |  52 |1809 |5236 |   0 |  42k|  0 |  57k|  80 | 2.500000e+01 |      --      |    Inf |   1.98%
848.35/850.89	c   851s| 58300 | 22193 | 16837k| 283.1 |   477M |  52 |1809 |5269 |   0 |  42k|  0 |  57k|  80 | 2.500000e+01 |      --      |    Inf |   1.98%
849.24/851.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
849.24/851.75	c   852s| 58400 | 22206 | 16852k| 282.9 |   477M |  52 |1809 |5228 |   0 |  42k|  0 |  58k|  80 | 2.500000e+01 |      --      |    Inf |   2.00%
850.34/852.82	c   853s| 58500 | 22215 | 16872k| 282.8 |   477M |  52 |1809 |5175 |2684 |  42k|  1 |  58k|  80 | 2.500000e+01 |      --      |    Inf |   2.01%
851.74/854.22	c   854s| 58600 | 22264 | 16903k| 282.8 |   477M |  52 |1809 |5114 |   0 |  42k|  0 |  58k|  80 | 2.500000e+01 |      --      |    Inf |   2.01%
852.73/855.28	c   855s| 58700 | 22302 | 16924k| 282.7 |   478M |  52 |1809 |5140 |   0 |  42k|  0 |  58k|  80 | 2.500000e+01 |      --      |    Inf |   2.01%
853.93/856.45	c   856s| 58800 | 22355 | 16948k| 282.6 |   478M |  52 |1809 |5148 |2685 |  42k|  1 |  58k|  80 | 2.500000e+01 |      --      |    Inf |   2.01%
855.03/857.51	c   858s| 58900 | 22384 | 16970k| 282.5 |   478M |  52 |1809 |5089 |2685 |  42k|  1 |  58k|  80 | 2.500000e+01 |      --      |    Inf |   2.01%
855.73/858.28	c   858s| 59000 | 22416 | 16984k| 282.3 |   478M |  52 |1809 |5101 |2683 |  42k|  2 |  58k|  80 | 2.500000e+01 |      --      |    Inf |   2.01%
856.63/859.15	c   859s| 59100 | 22439 | 17001k| 282.1 |   478M |  52 |1809 |5111 |2681 |  42k|  2 |  58k|  80 | 2.500000e+01 |      --      |    Inf |   2.01%
857.42/859.93	c   860s| 59200 | 22452 | 17016k| 281.9 |   479M |  52 |1809 |5103 |   0 |  42k|  0 |  58k|  80 | 2.500000e+01 |      --      |    Inf |   2.01%
857.92/860.48	c   860s| 59300 | 22452 | 17025k| 281.6 |   479M |  52 |1809 |5130 |2685 |  42k|  1 |  58k|  80 | 2.500000e+01 |      --      |    Inf |   2.01%
859.91/862.44	c   862s| 59400 | 22480 | 17049k| 281.5 |   481M |  52 |1809 |5159 |   0 |  42k|  0 |  58k|  80 | 2.500000e+01 |      --      |    Inf |   2.01%
860.81/863.37	c   863s| 59500 | 22516 | 17067k| 281.3 |   481M |  52 |1809 |5185 |2687 |  42k|  1 |  58k|  80 | 2.500000e+01 |      --      |    Inf |   2.01%
862.11/864.63	c   865s| 59600 | 22579 | 17093k| 281.3 |   482M |  52 |1809 |5204 |2686 |  42k|  1 |  58k|  80 | 2.500000e+01 |      --      |    Inf |   2.01%
863.51/866.05	c   866s| 59700 | 22631 | 17121k| 281.3 |   482M |  52 |1809 |5223 |   0 |  42k|  0 |  59k|  80 | 2.500000e+01 |      --      |    Inf |   2.01%
864.20/866.76	c   867s| 59800 | 22638 | 17131k| 281.0 |   483M |  52 |1809 |5236 |2686 |  42k|  1 |  59k|  80 | 2.500000e+01 |      --      |    Inf |   2.01%
865.40/867.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
865.40/867.91	c   868s| 59900 | 22672 | 17156k| 280.9 |   484M |  52 |1809 |5241 |   0 |  42k|  0 |  59k|  80 | 2.500000e+01 |      --      |    Inf |   2.01%
866.10/868.66	c   869s| 60000 | 22686 | 17165k| 280.6 |   484M |  52 |1809 |5305 |2684 |  42k|  1 |  59k|  92 | 2.500000e+01 |      --      |    Inf |   2.01%
867.09/869.63	c   870s| 60100 | 22712 | 17185k| 280.5 |   484M |  52 |1809 |5324 |   0 |  42k|  0 |  59k|  92 | 2.500000e+01 |      --      |    Inf |   2.01%
868.19/870.70	c   871s| 60200 | 22742 | 17207k| 280.4 |   484M |  52 |1809 |5324 |2685 |  43k|  1 |  59k|  92 | 2.500000e+01 |      --      |    Inf |   2.01%
869.60/872.11	c   872s| 60300 | 22786 | 17238k| 280.5 |   485M |  52 |1809 |5271 |2691 |  43k|  1 |  59k|  92 | 2.500000e+01 |      --      |    Inf |   2.01%
871.08/873.65	c   874s| 60400 | 22821 | 17265k| 280.4 |   485M |  52 |1809 |5300 |   0 |  43k|  0 |  59k|  92 | 2.500000e+01 |      --      |    Inf |   2.01%
872.08/874.63	c   875s| 60500 | 22843 | 17285k| 280.3 |   486M |  52 |1809 |5338 |   0 |  43k|  0 |  59k|  92 | 2.500000e+01 |      --      |    Inf |   2.01%
873.08/875.63	c   876s| 60600 | 22873 | 17303k| 280.1 |   486M |  52 |1809 |5411 |   0 |  43k|  0 |  59k|  92 | 2.500000e+01 |      --      |    Inf |   2.01%
874.59/877.19	c   877s| 60700 | 22916 | 17330k| 280.1 |   487M |  52 |1809 |5328 |2690 |  43k|  1 |  59k|  92 | 2.500000e+01 |      --      |    Inf |   2.02%
875.58/878.18	c   878s| 60800 | 22940 | 17349k| 280.0 |   487M |  52 |1809 |5340 |2698 |  43k|  1 |  59k|  92 | 2.500000e+01 |      --      |    Inf |   2.02%
876.48/879.05	c   879s| 60900 | 22966 | 17364k| 279.8 |   488M |  52 |1809 |5326 |2679 |  43k|  1 |  60k|  92 | 2.500000e+01 |      --      |    Inf |   2.02%
877.58/880.11	c   880s| 61000 | 22985 | 17378k| 279.6 |   488M |  52 |1809 |5443 |2689 |  43k|  1 |  60k|  97 | 2.500000e+01 |      --      |    Inf |   2.02%
878.66/881.21	c   881s| 61100 | 23008 | 17399k| 279.4 |   488M |  52 |1809 |5419 |2676 |  43k|  1 |  60k|  97 | 2.500000e+01 |      --      |    Inf |   2.02%
879.96/882.58	c   883s| 61200 | 23045 | 17418k| 279.3 |   488M |  52 |1809 |5431 |2671 |  43k|  1 |  60k| 102 | 2.500000e+01 |      --      |    Inf |   2.02%
881.35/883.90	c   884s| 61300 | 23111 | 17447k| 279.3 |   488M |  52 |1809 |5408 |2690 |  43k|  1 |  60k| 102 | 2.500000e+01 |      --      |    Inf |   2.02%
882.65/885.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
882.65/885.26	c   885s| 61400 | 23167 | 17477k| 279.3 |   489M |  52 |1809 |5497 |2685 |  43k|  1 |  60k| 102 | 2.500000e+01 |      --      |    Inf |   2.02%
884.15/886.71	c   887s| 61500 | 23216 | 17501k| 279.3 |   490M |  52 |1809 |5492 |2680 |  44k|  1 |  60k| 102 | 2.500000e+01 |      --      |    Inf |   2.02%
884.84/887.47	c   887s| 61600 | 23268 | 17516k| 279.1 |   491M |  52 |1809 |5559 |   0 |  44k|  0 |  60k| 102 | 2.500000e+01 |      --      |    Inf |   2.02%
885.45/888.05	c   888s| 61700 | 23281 | 17526k| 278.8 |   491M |  52 |1809 |5567 |2680 |  44k|  1 |  60k| 102 | 2.500000e+01 |      --      |    Inf |   2.02%
886.45/889.07	c   889s| 61800 | 23303 | 17542k| 278.6 |   492M |  52 |1809 |5547 |2707 |  44k|  6 |  60k| 102 | 2.500000e+01 |      --      |    Inf |   2.02%
887.64/890.25	c   890s| 61900 | 23337 | 17566k| 278.5 |   492M |  52 |1809 |5503 |2693 |  44k|  1 |  61k| 125 | 2.500000e+01 |      --      |    Inf |   2.02%
888.63/891.27	c   891s| 62000 | 23377 | 17585k| 278.4 |   493M |  52 |1809 |5470 |2695 |  44k|  1 |  61k| 125 | 2.500000e+01 |      --      |    Inf |   2.03%
889.54/892.18	c   892s| 62100 | 23403 | 17600k| 278.2 |   493M |  52 |1809 |5433 |   0 |  44k|  0 |  61k| 125 | 2.500000e+01 |      --      |    Inf |   2.03%
890.63/893.24	c   893s| 62200 | 23420 | 17616k| 278.0 |   494M |  52 |1809 |5370 |2689 |  44k|  1 |  61k| 125 | 2.500000e+01 |      --      |    Inf |   2.03%
891.44/894.10	c   894s| 62300 | 23448 | 17633k| 277.8 |   495M |  52 |1809 |5368 |2675 |  44k|  1 |  61k| 125 | 2.500000e+01 |      --      |    Inf |   2.03%
892.62/895.28	c   895s| 62400 | 23493 | 17654k| 277.7 |   495M |  52 |1809 |5309 |2695 |  44k|  2 |  61k| 125 | 2.500000e+01 |      --      |    Inf |   2.03%
894.12/896.78	c   897s| 62500 | 23540 | 17684k| 277.8 |   496M |  52 |1809 |5305 |2676 |  44k|  1 |  61k| 125 | 2.500000e+01 |      --      |    Inf |   2.03%
895.31/898.00	c   898s| 62600 | 23566 | 17706k| 277.7 |   497M |  52 |1809 |5243 |2687 |  44k|  2 |  61k| 125 | 2.500000e+01 |      --      |    Inf |   2.03%
896.42/899.07	c   899s| 62700 | 23598 | 17728k| 277.6 |   497M |  52 |1809 |5228 |   0 |  44k|  0 |  61k| 125 | 2.500000e+01 |      --      |    Inf |   2.03%
897.52/900.13	c   900s| 62800 | 23628 | 17745k| 277.4 |   498M |  52 |1809 |5260 |2686 |  44k|  1 |  61k| 125 | 2.500000e+01 |      --      |    Inf |   2.03%
898.10/900.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
898.10/900.76	c   901s| 62900 | 23633 | 17755k| 277.1 |   499M |  52 |1809 |5280 |2686 |  44k|  0 |  61k| 125 | 2.500000e+01 |      --      |    Inf |   2.03%
898.70/901.35	c   901s| 63000 | 23633 | 17763k| 276.8 |   499M |  52 |1809 |5309 |   0 |  44k|  0 |  61k| 125 | 2.500000e+01 |      --      |    Inf |   2.03%
900.30/902.97	c   903s| 63100 | 23698 | 17795k| 276.9 |   499M |  52 |1809 |5332 |2681 |  45k|  1 |  62k| 125 | 2.500000e+01 |      --      |    Inf |   2.03%
901.10/903.78	c   904s| 63200 | 23734 | 17812k| 276.7 |   499M |  52 |1809 |5390 |   0 |  45k|  0 |  62k| 125 | 2.500000e+01 |      --      |    Inf |   2.03%
902.69/905.31	c   905s| 63300 | 23770 | 17839k| 276.7 |   499M |  52 |1809 |5340 |   0 |  45k|  0 |  62k| 125 | 2.500000e+01 |      --      |    Inf |   2.03%
903.89/906.54	c   907s| 63400 | 23806 | 17863k| 276.7 |   501M |  52 |1809 |5304 |2672 |  45k|  1 |  62k| 125 | 2.500000e+01 |      --      |    Inf |   2.04%
904.69/907.30	c   907s| 63500 | 23848 | 17878k| 276.5 |   501M |  52 |1809 |5327 |   0 |  45k|  0 |  62k| 125 | 2.500000e+01 |      --      |    Inf |   2.04%
905.58/908.27	c   908s| 63600 | 23880 | 17895k| 276.3 |   501M |  52 |1809 |5294 |   0 |  45k|  0 |  62k| 125 | 2.500000e+01 |      --      |    Inf |   2.04%
906.28/908.96	c   909s| 63700 | 23892 | 17907k| 276.1 |   501M |  52 |1809 |5320 |   0 |  45k|  0 |  62k| 125 | 2.500000e+01 |      --      |    Inf |   2.04%
907.58/910.30	c   910s| 63800 | 23944 | 17931k| 276.0 |   501M |  52 |1809 |5290 |2685 |  45k|  1 |  62k| 125 | 2.500000e+01 |      --      |    Inf |   2.04%
908.68/911.32	c   911s| 63900 | 23997 | 17951k| 275.9 |   502M |  52 |1809 |5356 |2691 |  45k|  2 |  62k| 125 | 2.500000e+01 |      --      |    Inf |   2.06%
909.67/912.38	c   912s| 64000 | 24018 | 17970k| 275.8 |   503M |  52 |1809 |5359 |2689 |  45k|  1 |  62k| 125 | 2.500000e+01 |      --      |    Inf |   2.06%
910.77/913.46	c   913s| 64100 | 24067 | 17991k| 275.7 |   503M |  52 |1809 |5327 |2694 |  45k|  1 |  62k| 125 | 2.500000e+01 |      --      |    Inf |   2.06%
911.77/914.48	c   914s| 64200 | 24072 | 18009k| 275.5 |   503M |  52 |1809 |5297 |2687 |  45k|  2 |  63k| 125 | 2.500000e+01 |      --      |    Inf |   2.06%
912.66/915.30	c   915s| 64300 | 24126 | 18023k| 275.3 |   504M |  52 |1809 |5352 |2686 |  45k|  1 |  63k| 125 | 2.500000e+01 |      --      |    Inf |   2.06%
913.47/916.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
913.47/916.18	c   916s| 64400 | 24174 | 18038k| 275.1 |   504M |  52 |1809 |5352 |   0 |  45k|  0 |  63k| 125 | 2.500000e+01 |      --      |    Inf |   2.06%
914.37/917.03	c   917s| 64500 | 24214 | 18054k| 274.9 |   505M |  52 |1809 |5359 |2677 |  45k|  1 |  63k| 125 | 2.500000e+01 |      --      |    Inf |   2.06%
915.65/918.32	c   918s| 64600 | 24282 | 18083k| 275.0 |   505M |  52 |1809 |5446 |2680 |  45k|  1 |  63k| 125 | 2.500000e+01 |      --      |    Inf |   2.06%
916.65/919.34	c   919s| 64700 | 24305 | 18101k| 274.8 |   505M |  52 |1809 |5417 |2682 |  45k|  1 |  63k| 130 | 2.500000e+01 |      --      |    Inf |   2.07%
917.75/920.40	c   920s| 64800 | 24353 | 18118k| 274.7 |   505M |  52 |1809 |5394 |2677 |  46k|  1 |  63k| 130 | 2.500000e+01 |      --      |    Inf |   2.07%
918.55/921.26	c   921s| 64900 | 24382 | 18133k| 274.5 |   505M |  52 |1809 |5466 |   0 |  46k|  0 |  63k| 130 | 2.500000e+01 |      --      |    Inf |   2.07%
920.04/922.73	c   923s| 65000 | 24445 | 18163k| 274.5 |   506M |  52 |1809 |5473 |2698 |  46k|  1 |  63k| 130 | 2.500000e+01 |      --      |    Inf |   2.07%
920.84/923.58	c   924s| 65100 | 24466 | 18175k| 274.3 |   507M |  52 |1809 |5520 |   0 |  46k|  0 |  64k| 130 | 2.500000e+01 |      --      |    Inf |   2.07%
921.84/924.52	c   925s| 65200 | 24471 | 18190k| 274.1 |   507M |  52 |1809 |5509 |2690 |  46k|  1 |  64k| 130 | 2.500000e+01 |      --      |    Inf |   2.07%
922.93/925.67	c   926s| 65300 | 24501 | 18213k| 274.0 |   507M |  52 |1809 |5526 |2686 |  46k|  1 |  64k| 130 | 2.500000e+01 |      --      |    Inf |   2.07%
923.83/926.51	c   926s| 65400 | 24534 | 18229k| 273.9 |   507M |  52 |1809 |5517 |   0 |  46k|  0 |  64k| 130 | 2.500000e+01 |      --      |    Inf |   2.07%
924.83/927.51	c   928s| 65500 | 24570 | 18249k| 273.7 |   508M |  52 |1809 |5492 |2696 |  46k|  2 |  64k| 130 | 2.500699e+01 |      --      |    Inf |   2.07%
925.53/928.26	c   928s| 65600 | 24598 | 18264k| 273.6 |   508M |  52 |1809 |5507 |2680 |  46k|  1 |  64k| 130 | 2.500699e+01 |      --      |    Inf |   2.07%
926.34/929.09	c   929s| 65700 | 24639 | 18280k| 273.4 |   508M |  52 |1809 |5566 |2681 |  46k|  1 |  64k| 130 | 2.500699e+01 |      --      |    Inf |   2.07%
927.62/930.33	c   930s| 65800 | 24682 | 18303k| 273.3 |   509M |  52 |1809 |5537 |2677 |  46k|  1 |  64k| 130 | 2.500699e+01 |      --      |    Inf |   2.07%
928.62/931.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
928.62/931.39	c   931s| 65900 | 24718 | 18324k| 273.2 |   509M |  52 |1809 |5498 |   0 |  46k|  0 |  64k| 130 | 2.500699e+01 |      --      |    Inf |   2.07%
929.52/932.21	c   932s| 66000 | 24730 | 18336k| 273.0 |   510M |  52 |1809 |5534 |   0 |  46k|  0 |  64k| 130 | 2.500699e+01 |      --      |    Inf |   2.07%
930.21/932.97	c   933s| 66100 | 24751 | 18349k| 272.8 |   510M |  52 |1809 |5488 |2691 |  46k|  1 |  64k| 130 | 2.500699e+01 |      --      |    Inf |   2.07%
931.01/933.75	c   934s| 66200 | 24771 | 18363k| 272.6 |   512M |  52 |1809 |5513 |2689 |  46k|  1 |  64k| 130 | 2.500699e+01 |      --      |    Inf |   2.07%
931.81/934.53	c   935s| 66300 | 24781 | 18376k| 272.4 |   512M |  52 |1809 |5587 |   0 |  46k|  0 |  64k| 130 | 2.500699e+01 |      --      |    Inf |   2.07%
932.51/935.21	c   935s| 66400 | 24783 | 18387k| 272.1 |   513M |  52 |1809 |5567 |   0 |  46k|  0 |  65k| 130 | 2.500699e+01 |      --      |    Inf |   2.07%
933.50/936.23	c   936s| 66500 | 24813 | 18404k| 272.0 |   513M |  52 |1809 |5533 |   0 |  47k|  0 |  65k| 130 | 2.500699e+01 |      --      |    Inf |   2.07%
934.50/937.20	c   937s| 66600 | 24830 | 18422k| 271.8 |   513M |  52 |1809 |5507 |2676 |  47k|  1 |  65k| 130 | 2.500699e+01 |      --      |    Inf |   2.08%
935.20/937.99	c   938s| 66700 | 24841 | 18436k| 271.7 |   513M |  52 |1809 |5519 |2687 |  47k|  1 |  65k| 130 | 2.500699e+01 |      --      |    Inf |   2.08%
936.20/938.90	c   939s| 66800 | 24883 | 18455k| 271.5 |   514M |  52 |1809 |5523 |2684 |  47k|  2 |  65k| 130 | 2.500699e+01 |      --      |    Inf |   2.08%
936.80/939.57	c   940s| 66900 | 24895 | 18466k| 271.3 |   514M |  52 |1809 |5506 |   0 |  47k|  0 |  65k| 130 | 2.500699e+01 |      --      |    Inf |   2.08%
937.59/940.37	c   940s| 67000 | 24920 | 18479k| 271.1 |   515M |  52 |1809 |5439 |2676 |  47k|  1 |  65k| 130 | 2.500699e+01 |      --      |    Inf |   2.08%
938.30/941.06	c   941s| 67100 | 24935 | 18493k| 270.9 |   515M |  52 |1809 |5513 |   0 |  47k|  0 |  65k| 130 | 2.500699e+01 |      --      |    Inf |   2.08%
938.79/941.59	c   942s| 67200 | 24941 | 18503k| 270.6 |   515M |  52 |1809 |5526 |2686 |  47k|  1 |  65k| 130 | 2.500699e+01 |      --      |    Inf |   2.08%
939.59/942.32	c   942s| 67300 | 24956 | 18516k| 270.4 |   515M |  52 |1809 |5509 |2683 |  47k|  1 |  65k| 130 | 2.500699e+01 |      --      |    Inf |   2.08%
940.30/943.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
940.30/943.09	c   943s| 67400 | 24957 | 18528k| 270.2 |   515M |  52 |1809 |5502 |2690 |  47k|  1 |  65k| 130 | 2.500699e+01 |      --      |    Inf |   2.08%
940.78/943.58	c   944s| 67500 | 24965 | 18537k| 270.0 |   516M |  52 |1809 |5564 |2683 |  47k|  1 |  65k| 145 | 2.501389e+01 |      --      |    Inf |   2.08%
941.58/944.31	c   944s| 67600 | 24965 | 18549k| 269.7 |   516M |  52 |1809 |5529 |2677 |  47k|  1 |  65k| 150 | 2.528571e+01 |      --      |    Inf |   2.08%
942.98/945.74	c   946s| 67700 | 25016 | 18580k| 269.8 |   516M |  52 |1809 |5496 |   0 |  47k|  0 |  66k| 150 | 2.528571e+01 |      --      |    Inf |   2.08%
943.97/946.73	c   947s| 67800 | 25050 | 18602k| 269.7 |   517M |  52 |1809 |5558 |   0 |  47k|  0 |  66k| 150 | 2.528571e+01 |      --      |    Inf |   2.08%
944.87/947.65	c   948s| 67900 | 25057 | 18618k| 269.6 |   518M |  52 |1809 |5573 |2685 |  47k|  1 |  66k| 150 | 2.550524e+01 |      --      |    Inf |   2.08%
945.77/948.53	c   949s| 68000 | 25084 | 18632k| 269.4 |   518M |  52 |1809 |5583 |   0 |  47k|  0 |  66k| 150 | 2.557143e+01 |      --      |    Inf |   2.08%
947.28/950.06	c   950s| 68100 | 25137 | 18663k| 269.4 |   518M |  52 |1809 |5530 |2691 |  47k|  1 |  66k| 150 | 2.560000e+01 |      --      |    Inf |   2.08%
948.46/951.24	c   951s| 68200 | 25165 | 18686k| 269.4 |   518M |  52 |1809 |5517 |2688 |  48k|  1 |  66k| 150 | 2.560000e+01 |      --      |    Inf |   2.08%
949.76/952.56	c   953s| 68300 | 25199 | 18705k| 269.3 |   518M |  52 |1809 |5506 |   0 |  48k|  0 |  66k| 150 | 2.573333e+01 |      --      |    Inf |   2.08%
951.27/954.03	c   954s| 68400 | 25242 | 18734k| 269.3 |   520M |  52 |1809 |5418 |   0 |  48k|  0 |  66k| 150 | 2.574033e+01 |      --      |    Inf |   2.08%
952.26/955.11	c   955s| 68500 | 25263 | 18756k| 269.2 |   520M |  52 |1809 |5369 |2680 |  48k|  1 |  66k| 150 | 2.574033e+01 |      --      |    Inf |   2.09%
953.75/956.50	c   956s| 68600 | 25307 | 18783k| 269.2 |   520M |  52 |1809 |5403 |2686 |  48k|  1 |  66k| 150 | 2.574033e+01 |      --      |    Inf |   2.09%
954.74/957.58	c   958s| 68700 | 25321 | 18799k| 269.1 |   520M |  52 |1809 |5424 |2686 |  48k|  1 |  66k| 150 | 2.574033e+01 |      --      |    Inf |   2.09%
956.25/959.11	c   959s| 68800 | 25344 | 18819k| 269.0 |   521M |  52 |1809 |5454 |2686 |  48k|  1 |  66k| 150 | 2.574033e+01 |      --      |    Inf |   2.09%
957.14/959.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
957.14/959.98	c   960s| 68900 | 25342 | 18833k| 268.8 |   521M |  52 |1809 |5479 |2683 |  48k|  1 |  66k| 150 | 2.574033e+01 |      --      |    Inf |   2.09%
957.74/960.52	c   961s| 69000 | 25345 | 18841k| 268.5 |   522M |  52 |1809 |5509 |2683 |  48k|  1 |  66k| 165 | 2.574033e+01 |      --      |    Inf |   2.09%
959.04/961.87	c   962s| 69100 | 25370 | 18870k| 268.5 |   527M |  52 |1809 |5474 |2690 |  48k|  1 |  67k| 165 | 2.574033e+01 |      --      |    Inf |   2.09%
960.25/963.01	c   963s| 69200 | 25400 | 18893k| 268.5 |   527M |  52 |1809 |5450 |2696 |  48k|  1 |  67k| 165 | 2.600000e+01 |      --      |    Inf |   2.09%
961.43/964.25	c   964s| 69300 | 25438 | 18914k| 268.4 |   528M |  52 |1809 |5464 |2681 |  48k|  1 |  67k| 165 | 2.600000e+01 |      --      |    Inf |   2.09%
962.43/965.28	c   965s| 69400 | 25471 | 18933k| 268.3 |   528M |  52 |1809 |5453 |2683 |  48k|  1 |  67k| 165 | 2.600000e+01 |      --      |    Inf |   2.09%
963.62/966.45	c   966s| 69500 | 25503 | 18955k| 268.2 |   528M |  52 |1809 |5492 |2676 |  48k|  1 |  67k| 165 | 2.600000e+01 |      --      |    Inf |   2.09%
964.23/967.06	c   967s| 69600 | 25518 | 18965k| 268.0 |   529M |  52 |1809 |5498 |2676 |  48k|  1 |  67k| 165 | 2.600000e+01 |      --      |    Inf |   2.09%
965.23/968.05	c   968s| 69700 | 25533 | 18982k| 267.9 |   529M |  52 |1809 |5487 |   0 |  48k|  0 |  67k| 165 | 2.600000e+01 |      --      |    Inf |   2.09%
966.33/969.15	c   969s| 69800 | 25575 | 19002k| 267.8 |   529M |  52 |1809 |5440 |2673 |  49k|  2 |  67k| 165 | 2.600000e+01 |      --      |    Inf |   2.10%
967.81/970.64	c   971s| 69900 | 25644 | 19032k| 267.8 |   530M |  52 |1809 |5491 |2675 |  49k|  2 |  67k| 165 | 2.600000e+01 |      --      |    Inf |   2.10%
969.01/971.88	c   972s| 70000 | 25705 | 19059k| 267.8 |   530M |  52 |1809 |5522 |2676 |  49k|  1 |  67k| 165 | 2.600000e+01 |      --      |    Inf |   2.10%
970.50/973.30	c   973s| 70100 | 25753 | 19090k| 267.9 |   530M |  52 |1809 |5510 |2676 |  49k|  1 |  67k| 165 | 2.600000e+01 |      --      |    Inf |   2.10%
971.70/974.57	c   975s| 70200 | 25806 | 19115k| 267.8 |   530M |  52 |1809 |5488 |   0 |  49k|  0 |  67k| 165 | 2.600000e+01 |      --      |    Inf |   2.10%
972.90/975.79	c   976s| 70300 | 25852 | 19138k| 267.8 |   530M |  52 |1809 |5485 |   0 |  49k|  0 |  68k| 165 | 2.600000e+01 |      --      |    Inf |   2.10%
974.39/977.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
974.39/977.20	c   977s| 70400 | 25894 | 19167k| 267.8 |   530M |  52 |1809 |5457 |   0 |  49k|  0 |  68k| 165 | 2.600000e+01 |      --      |    Inf |   2.10%
975.39/978.20	c   978s| 70500 | 25929 | 19185k| 267.7 |   531M |  52 |1809 |5430 |2676 |  49k|  1 |  68k| 165 | 2.600000e+01 |      --      |    Inf |   2.10%
976.79/979.65	c   980s| 70600 | 25979 | 19216k| 267.7 |   532M |  52 |1809 |5458 |   0 |  49k|  0 |  68k| 165 | 2.600000e+01 |      --      |    Inf |   2.11%
977.88/980.70	c   981s| 70700 | 26002 | 19239k| 267.7 |   533M |  52 |1809 |5451 |   0 |  49k|  0 |  68k| 165 | 2.600000e+01 |      --      |    Inf |   2.11%
979.68/982.55	c   983s| 70800 | 26063 | 19277k| 267.9 |   533M |  52 |1809 |5488 |   0 |  49k|  0 |  68k| 165 | 2.600000e+01 |      --      |    Inf |   2.11%
980.78/983.61	c   984s| 70900 | 26101 | 19302k| 267.8 |   533M |  52 |1809 |5535 |2674 |  49k|  1 |  68k| 165 | 2.600000e+01 |      --      |    Inf |   2.11%
981.57/984.43	c   984s| 71000 | 26129 | 19317k| 267.7 |   535M |  52 |1809 |5548 |   0 |  49k|  0 |  68k| 165 | 2.600000e+01 |      --      |    Inf |   2.11%
982.28/985.14	c   985s| 71100 | 26156 | 19332k| 267.5 |   535M |  52 |1809 |5622 |   0 |  49k|  0 |  68k| 172 | 2.600000e+01 |      --      |    Inf |   2.11%
983.18/986.10	c   986s| 71200 | 26201 | 19350k| 267.4 |   535M |  52 |1809 |5670 |2686 |  49k|  2 |  68k| 172 | 2.600000e+01 |      --      |    Inf |   2.11%
983.87/986.71	c   987s| 71300 | 26207 | 19360k| 267.2 |   535M |  52 |1809 |5713 |2701 |  49k|  1 |  68k| 172 | 2.600000e+01 |      --      |    Inf |   2.11%
984.46/987.36	c   987s| 71400 | 26215 | 19372k| 266.9 |   535M |  52 |1809 |5693 |2683 |  49k|  1 |  68k| 172 | 2.600000e+01 |      --      |    Inf |   2.11%
985.36/988.29	c   988s| 71500 | 26231 | 19385k| 266.8 |   537M |  52 |1809 |5719 |2692 |  49k|  1 |  68k| 172 | 2.600000e+01 |      --      |    Inf |   2.11%
986.06/988.95	c   989s| 71600 | 26249 | 19398k| 266.6 |   537M |  52 |1809 |5765 |2682 |  49k|  1 |  68k| 172 | 2.600000e+01 |      --      |    Inf |   2.11%
986.76/989.62	c   990s| 71700 | 26251 | 19413k| 266.4 |   537M |  52 |1809 |5810 |   0 |  49k|  0 |  69k| 172 | 2.600000e+01 |      --      |    Inf |   2.11%
988.45/991.32	c   991s| 71800 | 26285 | 19439k| 266.4 |   537M |  52 |1809 |5815 |2710 |  50k|  2 |  69k| 172 | 2.600000e+01 |      --      |    Inf |   2.11%
989.85/992.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
989.85/992.71	c   993s| 71900 | 26330 | 19468k| 266.4 |   538M |  52 |1809 |5839 |2686 |  50k|  1 |  69k| 172 | 2.600000e+01 |      --      |    Inf |   2.11%
990.64/993.59	c   994s| 72000 | 26338 | 19484k| 266.3 |   539M |  52 |1809 |5803 |   0 |  50k|  0 |  69k| 172 | 2.600000e+01 |      --      |    Inf |   2.11%
992.26/995.17	c   995s| 72100 | 26392 | 19519k| 266.4 |   539M |  52 |1809 |5728 |   0 |  50k|  0 |  69k| 172 | 2.600000e+01 |      --      |    Inf |   2.11%
993.26/996.19	c   996s| 72200 | 26418 | 19538k| 266.3 |   540M |  52 |1809 |5658 |2683 |  50k|  1 |  69k| 172 | 2.600000e+01 |      --      |    Inf |   2.11%
994.44/997.39	c   997s| 72300 | 26450 | 19562k| 266.3 |   540M |  52 |1809 |5661 |2683 |  50k|  1 |  69k| 172 | 2.600000e+01 |      --      |    Inf |   2.11%
995.94/998.82	c   999s| 72400 | 26493 | 19590k| 266.3 |   540M |  52 |1809 |5640 |   0 |  50k|  0 |  69k| 172 | 2.600000e+01 |      --      |    Inf |   2.12%
997.04/999.98	c  1000s| 72500 | 26512 | 19612k| 266.2 |   540M |  52 |1809 |5594 |2688 |  50k|  1 |  69k| 172 | 2.600000e+01 |      --      |    Inf |   2.13%
998.24/1001.19	c  1001s| 72600 | 26555 | 19636k| 266.2 |   540M |  52 |1809 |5612 |2686 |  50k|  1 |  69k| 172 | 2.600000e+01 |      --      |    Inf |   2.13%
999.73/1002.60	c  1003s| 72700 | 26583 | 19663k| 266.2 |   541M |  52 |1809 |5528 |2679 |  50k|  1 |  69k| 172 | 2.600000e+01 |      --      |    Inf |   2.13%
1001.02/1003.91	c  1004s| 72800 | 26627 | 19687k| 266.2 |   541M |  52 |1809 |5551 |2688 |  50k|  1 |  70k| 172 | 2.600000e+01 |      --      |    Inf |   2.13%
1001.92/1004.89	c  1005s| 72900 | 26647 | 19709k| 266.1 |   542M |  52 |1809 |5534 |   0 |  50k|  0 |  70k| 172 | 2.600000e+01 |      --      |    Inf |   2.13%
1003.02/1005.94	c  1006s| 73000 | 26693 | 19730k| 266.0 |   542M |  52 |1809 |5561 |   0 |  50k|  0 |  70k| 172 | 2.600000e+01 |      --      |    Inf |   2.13%
1003.82/1006.73	c  1007s| 73100 | 26737 | 19743k| 265.8 |   542M |  52 |1809 |5610 |2689 |  51k|  1 |  70k| 172 | 2.600000e+01 |      --      |    Inf |   2.13%
1004.32/1007.28	c  1007s| 73200 | 26743 | 19752k| 265.6 |   543M |  52 |1809 |5621 |2686 |  51k|  1 |  70k| 172 | 2.600000e+01 |      --      |    Inf |   2.13%
1005.01/1007.91	c  1008s| 73300 | 26758 | 19762k| 265.4 |   544M |  52 |1809 |5660 |   0 |  51k|  0 |  70k| 172 | 2.600000e+01 |      --      |    Inf |   2.13%
1005.91/1008.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1005.91/1008.80	c  1009s| 73400 | 26775 | 19776k| 265.2 |   544M |  52 |1809 |5668 |2691 |  51k|  1 |  70k| 172 | 2.600000e+01 |      --      |    Inf |   2.13%
1006.51/1009.50	c  1009s| 73500 | 26784 | 19789k| 265.0 |   544M |  52 |1809 |5630 |2682 |  51k|  1 |  70k| 172 | 2.600000e+01 |      --      |    Inf |   2.13%
1007.12/1010.01	c  1010s| 73600 | 26798 | 19797k| 264.8 |   545M |  52 |1809 |5673 |2665 |  51k|  1 |  70k| 172 | 2.600000e+01 |      --      |    Inf |   2.13%
1008.12/1011.01	c  1011s| 73700 | 26843 | 19818k| 264.7 |   545M |  52 |1809 |5695 |   0 |  51k|  0 |  70k| 172 | 2.600000e+01 |      --      |    Inf |   2.13%
1009.21/1012.18	c  1012s| 73800 | 26891 | 19844k| 264.7 |   545M |  52 |1809 |5661 |2679 |  51k|  1 |  70k| 172 | 2.600000e+01 |      --      |    Inf |   2.13%
1010.80/1013.71	c  1014s| 73900 | 26958 | 19878k| 264.8 |   545M |  52 |1809 |5585 |2677 |  51k|  1 |  70k| 172 | 2.600000e+01 |      --      |    Inf |   2.13%
1011.79/1014.78	c  1015s| 74000 | 26985 | 19900k| 264.7 |   545M |  52 |1809 |5539 |2684 |  51k|  1 |  70k| 177 | 2.600000e+01 |      --      |    Inf |   2.13%
1013.10/1016.07	c  1016s| 74100 | 27038 | 19925k| 264.7 |   546M |  52 |1809 |5536 |2678 |  51k|  1 |  71k| 177 | 2.600000e+01 |      --      |    Inf |   2.13%
1013.89/1016.86	c  1017s| 74200 | 27062 | 19938k| 264.5 |   546M |  52 |1809 |5524 |2678 |  51k|  1 |  71k| 177 | 2.600000e+01 |      --      |    Inf |   2.13%
1014.79/1017.74	c  1018s| 74300 | 27099 | 19954k| 264.4 |   546M |  52 |1809 |5540 |   0 |  51k|  0 |  71k| 177 | 2.600000e+01 |      --      |    Inf |   2.13%
1015.68/1018.61	c  1019s| 74400 | 27113 | 19970k| 264.3 |   547M |  52 |1809 |5508 |   0 |  51k|  0 |  71k| 177 | 2.600000e+01 |      --      |    Inf |   2.13%
1016.38/1019.30	c  1019s| 74500 | 27122 | 19983k| 264.1 |   547M |  52 |1809 |5518 |   0 |  51k|  0 |  71k| 177 | 2.600000e+01 |      --      |    Inf |   2.13%
1017.09/1020.03	c  1020s| 74600 | 27131 | 19995k| 263.9 |   547M |  52 |1809 |5537 |2686 |  51k|  1 |  71k| 177 | 2.600000e+01 |      --      |    Inf |   2.13%
1017.98/1021.01	c  1021s| 74700 | 27158 | 20013k| 263.8 |   549M |  52 |1809 |5541 |2682 |  51k|  1 |  71k| 177 | 2.600000e+01 |      --      |    Inf |   2.13%
1018.77/1021.77	c  1022s| 74800 | 27187 | 20027k| 263.6 |   549M |  52 |1809 |5550 |2680 |  51k|  1 |  71k| 177 | 2.600000e+01 |      --      |    Inf |   2.13%
1019.57/1022.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1019.57/1022.57	c  1023s| 74900 | 27232 | 20040k| 263.5 |   549M |  52 |1809 |5540 |   0 |  51k|  0 |  71k| 177 | 2.600000e+01 |      --      |    Inf |   2.14%
1020.67/1023.60	c  1024s| 75000 | 27252 | 20058k| 263.3 |   549M |  52 |1809 |5542 |2699 |  52k|  2 |  71k| 177 | 2.600000e+01 |      --      |    Inf |   2.14%
1021.46/1024.44	c  1024s| 75100 | 27276 | 20075k| 263.2 |   549M |  52 |1809 |5544 |   0 |  52k|  0 |  71k| 177 | 2.600000e+01 |      --      |    Inf |   2.14%
1022.26/1025.23	c  1025s| 75200 | 27300 | 20089k| 263.1 |   549M |  52 |1809 |5510 |   0 |  52k|  0 |  71k| 177 | 2.600000e+01 |      --      |    Inf |   2.14%
1023.56/1026.51	c  1027s| 75300 | 27339 | 20113k| 263.0 |   549M |  52 |1809 |5485 |2676 |  52k|  1 |  71k| 177 | 2.600000e+01 |      --      |    Inf |   2.14%
1024.56/1027.50	c  1027s| 75400 | 27385 | 20134k| 263.0 |   549M |  52 |1809 |5537 |2686 |  52k|  1 |  71k| 177 | 2.600000e+01 |      --      |    Inf |   2.14%
1025.16/1028.17	c  1028s| 75500 | 27402 | 20145k| 262.8 |   550M |  52 |1809 |5493 |2681 |  52k|  1 |  72k| 177 | 2.600000e+01 |      --      |    Inf |   2.14%
1025.95/1028.94	c  1029s| 75600 | 27406 | 20157k| 262.6 |   550M |  52 |1809 |5507 |2701 |  52k|  1 |  72k| 177 | 2.600000e+01 |      --      |    Inf |   2.14%
1026.85/1029.80	c  1030s| 75700 | 27422 | 20172k| 262.4 |   550M |  52 |1809 |5516 |2680 |  52k|  1 |  72k| 177 | 2.600000e+01 |      --      |    Inf |   2.14%
1027.94/1030.92	c  1031s| 75800 | 27460 | 20194k| 262.4 |   550M |  52 |1809 |5519 |2681 |  52k|  1 |  72k| 177 | 2.600000e+01 |      --      |    Inf |   2.14%
1029.44/1032.41	c  1032s| 75900 | 27527 | 20225k| 262.4 |   550M |  52 |1809 |5549 |   0 |  52k|  0 |  72k| 177 | 2.600000e+01 |      --      |    Inf |   2.14%
1030.34/1033.36	c  1033s| 76000 | 27554 | 20244k| 262.3 |   550M |  52 |1809 |5566 |   0 |  52k|  0 |  72k| 177 | 2.600000e+01 |      --      |    Inf |   2.14%
1031.05/1034.04	c  1034s| 76100 | 27556 | 20256k| 262.1 |   551M |  52 |1809 |5624 |   0 |  52k|  0 |  72k| 177 | 2.600000e+01 |      --      |    Inf |   2.14%
1031.93/1034.93	c  1035s| 76200 | 27577 | 20272k| 262.0 |   551M |  52 |1809 |5626 |2680 |  52k|  1 |  72k| 177 | 2.600000e+01 |      --      |    Inf |   2.14%
1032.83/1035.85	c  1036s| 76300 | 27619 | 20290k| 261.9 |   551M |  52 |1809 |5666 |2688 |  52k|  1 |  72k| 177 | 2.600000e+01 |      --      |    Inf |   2.14%
1033.43/1036.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1033.43/1036.48	c  1036s| 76400 | 27632 | 20301k| 261.7 |   551M |  52 |1809 |5696 |   0 |  52k|  0 |  72k| 183 | 2.600000e+01 |      --      |    Inf |   2.14%
1034.14/1037.16	c  1037s| 76500 | 27650 | 20313k| 261.5 |   551M |  52 |1809 |5692 |2676 |  52k|  1 |  72k| 183 | 2.600000e+01 |      --      |    Inf |   2.14%
1035.52/1038.59	c  1039s| 76600 | 27718 | 20343k| 261.6 |   552M |  52 |1809 |5702 |2685 |  52k|  1 |  72k| 183 | 2.600000e+01 |      --      |    Inf |   2.14%
1036.52/1039.56	c  1040s| 76700 | 27746 | 20361k| 261.5 |   552M |  52 |1809 |5716 |   0 |  52k|  0 |  72k| 183 | 2.600000e+01 |      --      |    Inf |   2.15%
1037.81/1040.83	c  1041s| 76800 | 27785 | 20387k| 261.5 |   552M |  52 |1809 |5673 |2683 |  52k|  2 |  73k| 183 | 2.600000e+01 |      --      |    Inf |   2.15%
1038.61/1041.60	c  1042s| 76900 | 27821 | 20403k| 261.3 |   553M |  52 |1809 |5869 |2684 |  52k|  1 |  73k| 183 | 2.600000e+01 |      --      |    Inf |   2.15%
1039.62/1042.64	c  1043s| 77000 | 27845 | 20416k| 261.2 |   553M |  52 |1809 |5872 |   0 |  53k|  0 |  73k| 183 | 2.600000e+01 |      --      |    Inf |   2.15%
1040.61/1043.62	c  1044s| 77100 | 27870 | 20433k| 261.1 |   553M |  52 |1809 |5817 |2682 |  53k|  1 |  73k| 183 | 2.600000e+01 |      --      |    Inf |   2.15%
1041.31/1044.37	c  1044s| 77200 | 27872 | 20447k| 260.9 |   554M |  52 |1809 |5757 |2681 |  53k|  1 |  73k| 183 | 2.600000e+01 |      --      |    Inf |   2.15%
1042.81/1045.87	c  1046s| 77300 | 27914 | 20471k| 260.9 |   554M |  52 |1809 |5686 |   0 |  53k|  0 |  73k| 183 | 2.600000e+01 |      --      |    Inf |   2.15%
1044.90/1047.95	c  1048s| 77400 | 27986 | 20521k| 261.2 |   555M |  52 |1809 |5615 |2683 |  53k|  1 |  73k| 183 | 2.600000e+01 |      --      |    Inf |   2.15%
1046.50/1049.52	c  1050s| 77500 | 28056 | 20554k| 261.3 |   555M |  52 |1809 |5639 |   0 |  53k|  0 |  73k| 183 | 2.600000e+01 |      --      |    Inf |   2.15%
1048.10/1051.19	c  1051s| 77600 | 28117 | 20588k| 261.4 |   556M |  52 |1809 |5639 |   0 |  53k|  0 |  73k| 183 | 2.600000e+01 |      --      |    Inf |   2.15%
1049.10/1052.15	c  1052s| 77700 | 28132 | 20604k| 261.2 |   556M |  52 |1809 |5630 |   0 |  53k|  0 |  73k| 183 | 2.600000e+01 |      --      |    Inf |   2.15%
1050.28/1053.30	c  1053s| 77800 | 28166 | 20626k| 261.2 |   556M |  52 |1809 |5650 |2683 |  53k|  1 |  74k| 183 | 2.600000e+01 |      --      |    Inf |   2.15%
1050.58/1053.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1050.58/1053.65	c  1054s| 77900 | 28172 | 20632k| 260.9 |   556M |  52 |1809 |5699 |2683 |  53k|  1 |  74k| 183 | 2.600000e+01 |      --      |    Inf |   2.15%
1051.09/1054.12	c  1054s| 78000 | 28188 | 20639k| 260.7 |   556M |  52 |1809 |5762 |2684 |  53k|  1 |  74k| 183 | 2.600000e+01 |      --      |    Inf |   2.15%
1051.88/1054.95	c  1055s| 78100 | 28205 | 20653k| 260.5 |   557M |  52 |1809 |5803 |2684 |  53k|  1 |  74k| 183 | 2.600000e+01 |      --      |    Inf |   2.15%
1053.28/1056.31	c  1056s| 78200 | 28242 | 20679k| 260.5 |   557M |  52 |1809 |5787 |   0 |  53k|  0 |  74k| 183 | 2.600000e+01 |      --      |    Inf |   2.15%
1054.47/1057.51	c  1057s| 78300 | 28287 | 20703k| 260.5 |   557M |  52 |1809 |5820 |2684 |  53k|  1 |  74k| 183 | 2.600000e+01 |      --      |    Inf |   2.15%
1055.37/1058.43	c  1058s| 78400 | 28331 | 20722k| 260.4 |   557M |  52 |1809 |5813 |2683 |  53k|  1 |  74k| 183 | 2.600000e+01 |      --      |    Inf |   2.15%
1056.27/1059.30	c  1059s| 78500 | 28359 | 20737k| 260.3 |   557M |  52 |1809 |5786 |2684 |  53k|  1 |  74k| 183 | 2.600000e+01 |      --      |    Inf |   2.15%
1056.98/1060.04	c  1060s| 78600 | 28379 | 20752k| 260.2 |   557M |  52 |1809 |5705 |   0 |  53k|  0 |  74k| 183 | 2.600000e+01 |      --      |    Inf |   2.15%
1057.66/1060.75	c  1061s| 78700 | 28413 | 20766k| 260.0 |   557M |  52 |1809 |5697 |2681 |  53k|  1 |  74k| 183 | 2.600000e+01 |      --      |    Inf |   2.15%
1058.46/1061.52	c  1062s| 78800 | 28439 | 20779k| 259.8 |   557M |  52 |1809 |5684 |   0 |  53k|  0 |  74k| 183 | 2.600000e+01 |      --      |    Inf |   2.15%
1059.16/1062.23	c  1062s| 78900 | 28447 | 20794k| 259.7 |   559M |  52 |1809 |5651 |   0 |  53k|  0 |  75k| 183 | 2.600000e+01 |      --      |    Inf |   2.15%
1060.26/1063.30	c  1063s| 79000 | 28454 | 20813k| 259.6 |   559M |  52 |1809 |5646 |2680 |  53k|  1 |  75k| 183 | 2.600000e+01 |      --      |    Inf |   2.15%
1061.85/1064.96	c  1065s| 79100 | 28460 | 20821k| 259.4 |   559M |  52 |1809 |5652 |2683 |  54k|  1 |  75k| 188 | 2.600000e+01 |      --      |    Inf |   2.15%
1062.75/1065.87	c  1066s| 79200 | 28428 | 20827k| 259.1 |   560M |  52 |1809 |5662 |2689 |  54k|  1 |  75k| 188 | 2.600000e+01 |      --      |    Inf |   2.15%
1063.84/1066.99	c  1067s| 79300 | 28402 | 20840k| 259.0 |   560M |  52 |1809 |5596 |   0 |  54k|  0 |  75k| 188 | 2.600000e+01 |      --      |    Inf |   2.15%
1064.64/1067.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1064.64/1067.77	c  1068s| 79400 | 28390 | 20851k| 258.8 |   560M |  52 |1809 |5540 |2690 |  54k|  1 |  75k| 188 | 2.600000e+01 |      --      |    Inf |   2.15%
1065.24/1068.38	c  1068s| 79500 | 28399 | 20862k| 258.6 |   560M |  52 |1809 |5559 |2691 |  54k|  1 |  75k| 188 | 2.600000e+01 |      --      |    Inf |   2.15%
1065.74/1068.80	c  1069s| 79600 | 28406 | 20867k| 258.4 |   561M |  52 |1809 |5594 |2686 |  54k|  1 |  75k| 188 | 2.600000e+01 |      --      |    Inf |   2.15%
1066.14/1069.25	c  1069s| 79700 | 28408 | 20875k| 258.1 |   561M |  52 |1809 |5633 |2686 |  54k|  1 |  75k| 188 | 2.600000e+01 |      --      |    Inf |   2.15%
1066.54/1069.66	c  1070s| 79800 | 28415 | 20881k| 257.9 |   561M |  52 |1809 |5654 |   0 |  54k|  0 |  75k| 188 | 2.600000e+01 |      --      |    Inf |   2.15%
1067.43/1070.52	c  1071s| 79900 | 28427 | 20897k| 257.8 |   561M |  52 |1809 |5645 |2690 |  54k|  2 |  75k| 188 | 2.600000e+01 |      --      |    Inf |   2.15%
1067.94/1071.09	c  1071s| 80000 | 28423 | 20903k| 257.5 |   561M |  52 |1809 |5659 |   0 |  54k|  0 |  75k| 188 | 2.600000e+01 |      --      |    Inf |   2.15%
1068.94/1072.01	c  1072s| 80100 | 28444 | 20919k| 257.4 |   561M |  52 |1809 |5634 |2681 |  54k|  1 |  76k| 188 | 2.600000e+01 |      --      |    Inf |   2.15%
1069.43/1072.55	c  1073s| 80200 | 28456 | 20929k| 257.2 |   564M |  52 |1809 |5654 |   0 |  54k|  0 |  76k| 188 | 2.600000e+01 |      --      |    Inf |   2.15%
1072.22/1075.34	c  1075s| 80300 | 28476 | 20952k| 257.2 |   566M |  52 |1809 |5467 |2672 |  54k|  1 |  76k| 188 | 2.600000e+01 |      --      |    Inf |   2.15%
1073.51/1076.67	c  1077s| 80400 | 28522 | 20979k| 257.2 |   566M |  52 |1809 |5451 |   0 |  54k|  0 |  76k| 188 | 2.600000e+01 |      --      |    Inf |   2.15%
1074.81/1077.98	c  1078s| 80500 | 28579 | 21007k| 257.2 |   566M |  52 |1809 |5430 |2693 |  54k|  1 |  76k| 188 | 2.600000e+01 |      --      |    Inf |   2.15%
1076.02/1079.19	c  1079s| 80600 | 28631 | 21032k| 257.2 |   567M |  52 |1809 |5429 |2684 |  54k|  1 |  76k| 188 | 2.600000e+01 |      --      |    Inf |   2.15%
1077.02/1080.18	c  1080s| 80700 | 28660 | 21052k| 257.1 |   568M |  52 |1809 |5374 |2678 |  55k|  1 |  76k| 188 | 2.600000e+01 |      --      |    Inf |   2.15%
1078.20/1081.36	c  1081s| 80800 | 28721 | 21076k| 257.1 |   568M |  52 |1809 |5457 |   0 |  55k|  0 |  76k| 188 | 2.600000e+01 |      --      |    Inf |   2.15%
1079.01/1082.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1079.01/1082.19	c  1082s| 80900 | 28743 | 21092k| 257.0 |   568M |  52 |1809 |5475 |2686 |  55k|  1 |  76k| 188 | 2.600699e+01 |      --      |    Inf |   2.15%
1079.80/1082.95	c  1083s| 81000 | 28755 | 21103k| 256.8 |   569M |  52 |1809 |5562 |   0 |  55k|  0 |  76k| 188 | 2.600699e+01 |      --      |    Inf |   2.15%
1080.50/1083.69	c  1084s| 81100 | 28780 | 21114k| 256.7 |   570M |  52 |1809 |5644 |2689 |  55k|  1 |  77k| 188 | 2.600699e+01 |      --      |    Inf |   2.15%
1081.40/1084.55	c  1085s| 81200 | 28794 | 21126k| 256.5 |   570M |  52 |1809 |5615 |   0 |  55k|  0 |  77k| 188 | 2.600699e+01 |      --      |    Inf |   2.15%
1082.70/1085.84	c  1086s| 81300 | 28808 | 21141k| 256.3 |   570M |  52 |1809 |5606 |2684 |  55k|  1 |  77k| 201 | 2.600699e+01 |      --      |    Inf |   2.15%
1083.30/1086.49	c  1086s| 81400 | 28809 | 21150k| 256.2 |   570M |  52 |1809 |5520 |2689 |  55k|  1 |  77k| 201 | 2.600699e+01 |      --      |    Inf |   2.15%
1084.09/1087.29	c  1087s| 81500 | 28811 | 21164k| 256.0 |   570M |  52 |1809 |5446 |   0 |  55k|  0 |  77k| 201 | 2.600699e+01 |      --      |    Inf |   2.15%
1085.19/1088.37	c  1088s| 81600 | 28862 | 21183k| 255.9 |   570M |  52 |1809 |5458 |2687 |  55k|  1 |  77k| 201 | 2.600699e+01 |      --      |    Inf |   2.15%
1086.39/1089.50	c  1089s| 81700 | 28926 | 21206k| 255.9 |   570M |  52 |1809 |5492 |2691 |  55k|  1 |  77k| 201 | 2.600699e+01 |      --      |    Inf |   2.15%
1087.18/1090.32	c  1090s| 81800 | 28976 | 21220k| 255.8 |   571M |  52 |1809 |5549 |2692 |  55k|  1 |  77k| 201 | 2.600699e+01 |      --      |    Inf |   2.15%
1088.38/1091.55	c  1092s| 81900 | 29002 | 21239k| 255.7 |   571M |  52 |1809 |5557 |   0 |  55k|  0 |  77k| 201 | 2.600699e+01 |      --      |    Inf |   2.15%
1089.78/1092.92	c  1093s| 82000 | 29043 | 21269k| 255.7 |   572M |  52 |1809 |5537 |2683 |  55k|  1 |  77k| 201 | 2.600699e+01 |      --      |    Inf |   2.15%
1090.48/1093.69	c  1094s| 82100 | 29049 | 21279k| 255.5 |   572M |  52 |1809 |5541 |2696 |  55k|  1 |  77k| 201 | 2.600699e+01 |      --      |    Inf |   2.15%
1091.37/1094.60	c  1095s| 82200 | 29094 | 21296k| 255.4 |   572M |  52 |1809 |5584 |2699 |  55k|  1 |  77k| 201 | 2.600699e+01 |      --      |    Inf |   2.15%
1092.37/1095.57	c  1096s| 82300 | 29121 | 21309k| 255.3 |   572M |  52 |1809 |5600 |2699 |  55k|  1 |  77k| 201 | 2.600699e+01 |      --      |    Inf |   2.15%
1093.17/1096.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1093.17/1096.32	c  1096s| 82400 | 29146 | 21319k| 255.1 |   572M |  52 |1809 |5629 |   0 |  55k|  0 |  77k| 201 | 2.600699e+01 |      --      |    Inf |   2.15%
1094.76/1097.96	c  1098s| 82500 | 29168 | 21343k| 255.1 |   573M |  52 |1809 |5651 |2709 |  56k|  2 |  78k| 201 | 2.600699e+01 |      --      |    Inf |   2.15%
1095.66/1098.83	c  1099s| 82600 | 29171 | 21354k| 254.9 |   573M |  52 |1809 |5730 |   0 |  56k|  0 |  78k| 201 | 2.600699e+01 |      --      |    Inf |   2.15%
1096.46/1099.66	c  1100s| 82700 | 29189 | 21365k| 254.7 |   573M |  52 |1809 |5722 |2691 |  56k|  1 |  78k| 201 | 2.600699e+01 |      --      |    Inf |   2.15%
1097.56/1100.72	c  1101s| 82800 | 29215 | 21375k| 254.6 |   573M |  52 |1809 |5738 |   0 |  56k|  0 |  78k| 201 | 2.600699e+01 |      --      |    Inf |   2.15%
1098.65/1101.81	c  1102s| 82900 | 29241 | 21395k| 254.5 |   579M |  52 |1809 |5665 |2686 |  56k|  1 |  78k| 201 | 2.600699e+01 |      --      |    Inf |   2.15%
1099.65/1102.81	c  1103s| 83000 | 29285 | 21415k| 254.4 |   579M |  52 |1809 |5634 |2683 |  56k|  1 |  78k| 201 | 2.600699e+01 |      --      |    Inf |   2.15%
1100.45/1103.60	c  1104s| 83100 | 29290 | 21428k| 254.3 |   579M |  52 |1809 |5624 |   0 |  56k|  0 |  78k| 201 | 2.600699e+01 |      --      |    Inf |   2.15%
1101.34/1104.57	c  1105s| 83200 | 29318 | 21445k| 254.2 |   579M |  52 |1809 |5535 |   0 |  56k|  0 |  78k| 201 | 2.600699e+01 |      --      |    Inf |   2.15%
1102.04/1105.23	c  1105s| 83300 | 29332 | 21455k| 254.0 |   579M |  52 |1809 |5500 |2693 |  56k|  1 |  78k| 201 | 2.600699e+01 |      --      |    Inf |   2.15%
1103.14/1106.39	c  1106s| 83400 | 29365 | 21473k| 253.9 |   580M |  52 |1809 |5478 |2684 |  56k|  1 |  78k| 201 | 2.600699e+01 |      --      |    Inf |   2.15%
1104.44/1107.60	c  1108s| 83500 | 29381 | 21488k| 253.8 |   581M |  52 |1809 |5437 |2713 |  56k|  3 |  78k| 201 | 2.600699e+01 |      --      |    Inf |   2.15%
1105.03/1108.29	c  1108s| 83600 | 29385 | 21497k| 253.6 |   581M |  52 |1809 |5486 |   0 |  57k|  0 |  78k| 201 | 2.600699e+01 |      --      |    Inf |   2.15%
1106.03/1109.21	c  1109s| 83700 | 29392 | 21511k| 253.5 |   582M |  52 |1809 |5481 |2683 |  57k|  1 |  78k| 201 | 2.600699e+01 |      --      |    Inf |   2.15%
1107.23/1110.43	c  1110s| 83800 | 29424 | 21536k| 253.5 |   582M |  52 |1809 |5491 |2679 |  57k|  1 |  78k| 201 | 2.600699e+01 |      --      |    Inf |   2.15%
1108.23/1111.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1108.23/1111.48	c  1111s| 83900 | 29450 | 21554k| 253.4 |   582M |  52 |1809 |5464 |2675 |  57k|  1 |  78k| 201 | 2.633333e+01 |      --      |    Inf |   2.15%
1109.83/1113.10	c  1113s| 84000 | 29478 | 21585k| 253.4 |   583M |  52 |1809 |5434 |2678 |  57k|  2 |  79k| 201 | 2.633333e+01 |      --      |    Inf |   2.15%
1111.12/1114.32	c  1114s| 84100 | 29527 | 21607k| 253.4 |   583M |  52 |1809 |5440 |2707 |  57k|  2 |  79k| 201 | 2.640000e+01 |      --      |    Inf |   2.15%
1111.72/1114.90	c  1115s| 84200 | 29552 | 21615k| 253.2 |   583M |  52 |1809 |5489 |   0 |  57k|  0 |  79k| 201 | 2.640000e+01 |      --      |    Inf |   2.15%
1112.61/1115.83	c  1116s| 84300 | 29573 | 21630k| 253.1 |   584M |  52 |1809 |5481 |2691 |  57k|  1 |  79k| 201 | 2.640000e+01 |      --      |    Inf |   2.15%
1113.31/1116.52	c  1117s| 84400 | 29612 | 21643k| 252.9 |   584M |  52 |1809 |5503 |2677 |  57k|  1 |  79k| 201 | 2.640000e+01 |      --      |    Inf |   2.15%
1114.21/1117.49	c  1117s| 84500 | 29659 | 21662k| 252.8 |   585M |  52 |1809 |5577 |2679 |  57k|  1 |  79k| 201 | 2.640000e+01 |      --      |    Inf |   2.15%
1115.11/1118.34	c  1118s| 84600 | 29705 | 21675k| 252.7 |   585M |  52 |1809 |5683 |2685 |  57k|  1 |  79k| 201 | 2.640000e+01 |      --      |    Inf |   2.15%
1116.10/1119.39	c  1119s| 84700 | 29752 | 21697k| 252.7 |   585M |  52 |1809 |5692 |   0 |  57k|  0 |  79k| 201 | 2.640000e+01 |      --      |    Inf |   2.15%
1116.82/1120.03	c  1120s| 84800 | 29764 | 21708k| 252.5 |   585M |  52 |1809 |5709 |2683 |  57k|  2 |  79k| 201 | 2.640000e+01 |      --      |    Inf |   2.15%
1118.39/1121.64	c  1122s| 84900 | 29799 | 21724k| 252.4 |   586M |  52 |1809 |5683 |2680 |  57k|  1 |  79k| 201 | 2.640000e+01 |      --      |    Inf |   2.16%
1119.29/1122.50	c  1122s| 85000 | 29845 | 21737k| 252.3 |   587M |  52 |1809 |5744 |   0 |  57k|  0 |  79k| 201 | 2.640000e+01 |      --      |    Inf |   2.16%
1120.09/1123.39	c  1123s| 85100 | 29859 | 21747k| 252.1 |   587M |  52 |1809 |5784 |   0 |  58k|  0 |  80k| 201 | 2.640000e+01 |      --      |    Inf |   2.16%
1120.99/1124.27	c  1124s| 85200 | 29885 | 21762k| 252.0 |   589M |  52 |1809 |5729 |2679 |  58k|  1 |  80k| 201 | 2.640000e+01 |      --      |    Inf |   2.16%
1121.58/1124.89	c  1125s| 85300 | 29913 | 21772k| 251.8 |   590M |  52 |1809 |5764 |2687 |  58k|  1 |  80k| 201 | 2.640000e+01 |      --      |    Inf |   2.16%
1122.08/1125.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1122.08/1125.35	c  1125s| 85400 | 29924 | 21779k| 251.6 |   590M |  52 |1809 |5819 |2676 |  58k|  1 |  80k| 201 | 2.640000e+01 |      --      |    Inf |   2.16%
1123.28/1126.52	c  1127s| 85500 | 29971 | 21802k| 251.6 |   590M |  52 |1809 |5879 |2684 |  58k|  1 |  80k| 201 | 2.640000e+01 |      --      |    Inf |   2.16%
1123.89/1127.15	c  1127s| 85600 | 29967 | 21813k| 251.4 |   590M |  52 |1809 |5905 |   0 |  58k|  0 |  80k| 201 | 2.640000e+01 |      --      |    Inf |   2.16%
1124.79/1128.02	c  1128s| 85700 | 29977 | 21821k| 251.2 |   590M |  52 |1809 |5958 |2685 |  58k|  1 |  80k| 201 | 2.650000e+01 |      --      |    Inf |   2.16%
1125.67/1128.94	c  1129s| 85800 | 30000 | 21839k| 251.1 |   590M |  52 |1809 |5972 |2679 |  58k|  1 |  80k| 206 | 2.650000e+01 |      --      |    Inf |   2.16%
1126.97/1130.23	c  1130s| 85900 | 30075 | 21865k| 251.1 |   592M |  52 |1809 |5992 |2693 |  58k|  1 |  80k| 206 | 2.700000e+01 |      --      |    Inf |   2.16%
1127.97/1131.21	c  1131s| 86000 | 30131 | 21886k| 251.1 |   592M |  52 |1809 |6042 |2689 |  58k|  1 |  80k| 206 | 2.700000e+01 |      --      |    Inf |   2.16%
1128.88/1132.17	c  1132s| 86100 | 30153 | 21902k| 251.0 |   592M |  52 |1809 |6067 |2682 |  58k|  1 |  81k| 206 | 2.700000e+01 |      --      |    Inf |   2.16%
1130.06/1133.35	c  1133s| 86200 | 30203 | 21926k| 250.9 |   592M |  52 |1809 |5976 |2682 |  58k|  1 |  81k| 206 | 2.700000e+01 |      --      |    Inf |   2.16%
1131.56/1134.80	c  1135s| 86300 | 30281 | 21957k| 251.0 |   593M |  52 |1809 |6060 |2684 |  58k|  1 |  81k| 206 | 2.700000e+01 |      --      |    Inf |   2.16%
1132.15/1135.44	c  1135s| 86400 | 30305 | 21969k| 250.9 |   593M |  52 |1809 |6100 |   0 |  58k|  0 |  81k| 206 | 2.700000e+01 |      --      |    Inf |   2.16%
1132.95/1136.26	c  1136s| 86500 | 30339 | 21984k| 250.8 |   593M |  52 |1809 |6140 |   0 |  58k|  0 |  81k| 206 | 2.700000e+01 |      --      |    Inf |   2.16%
1134.05/1137.39	c  1137s| 86600 | 30390 | 22007k| 250.7 |   594M |  52 |1809 |6143 |2690 |  58k|  1 |  81k| 206 | 2.700000e+01 |      --      |    Inf |   2.16%
1135.05/1138.39	c  1138s| 86700 | 30441 | 22025k| 250.7 |   595M |  52 |1809 |6199 |2698 |  58k|  2 |  81k| 206 | 2.700000e+01 |      --      |    Inf |   2.16%
1136.24/1139.52	c  1140s| 86800 | 30466 | 22043k| 250.6 |   595M |  52 |1809 |6079 |   0 |  58k|  0 |  82k| 206 | 2.700000e+01 |      --      |    Inf |   2.16%
1137.14/1140.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1137.14/1140.47	c  1140s| 86900 | 30499 | 22061k| 250.5 |   595M |  52 |1809 |6034 |2685 |  59k|  1 |  82k| 206 | 2.700000e+01 |      --      |    Inf |   2.16%
1138.24/1141.51	c  1142s| 87000 | 30531 | 22074k| 250.4 |   595M |  52 |1809 |6059 |   0 |  59k|  0 |  82k| 206 | 2.700000e+01 |      --      |    Inf |   2.16%
1139.63/1142.99	c  1143s| 87100 | 30550 | 22090k| 250.3 |   597M |  52 |1809 |6054 |2701 |  59k|  1 |  82k| 206 | 2.700000e+01 |      --      |    Inf |   2.16%
1140.33/1143.64	c  1144s| 87200 | 30559 | 22096k| 250.0 |   597M |  52 |1809 |6051 |   0 |  59k|  0 |  82k| 206 | 2.700000e+01 |      --      |    Inf |   2.16%
1141.44/1144.72	c  1145s| 87300 | 30558 | 22115k| 250.0 |   598M |  52 |1809 |5906 |2688 |  59k|  2 |  82k| 206 | 2.700000e+01 |      --      |    Inf |   2.16%
1142.33/1145.62	c  1146s| 87400 | 30597 | 22133k| 249.9 |   598M |  52 |1809 |5814 |2693 |  59k|  1 |  82k| 206 | 2.700000e+01 |      --      |    Inf |   2.16%
1143.63/1146.91	c  1147s| 87500 | 30659 | 22159k| 249.9 |   599M |  52 |1809 |5774 |2686 |  59k|  2 |  82k| 206 | 2.700000e+01 |      --      |    Inf |   2.16%
1144.93/1148.21	c  1148s| 87600 | 30722 | 22186k| 249.9 |   600M |  52 |1809 |5710 |2685 |  59k|  1 |  82k| 206 | 2.700000e+01 |      --      |    Inf |   2.16%
1145.74/1149.07	c  1149s| 87700 | 30758 | 22200k| 249.8 |   601M |  52 |1809 |5798 |   0 |  59k|  0 |  82k| 206 | 2.700000e+01 |      --      |    Inf |   2.16%
1147.02/1150.31	c  1150s| 87800 | 30815 | 22223k| 249.8 |   601M |  52 |1809 |5804 |2686 |  59k|  1 |  83k| 206 | 2.700000e+01 |      --      |    Inf |   2.16%
1147.62/1150.91	c  1151s| 87900 | 30833 | 22232k| 249.6 |   601M |  52 |1809 |5855 |   0 |  59k|  0 |  83k| 206 | 2.700000e+01 |      --      |    Inf |   2.16%
1148.51/1151.81	c  1152s| 88000 | 30868 | 22249k| 249.5 |   601M |  52 |1809 |5826 |2689 |  59k|  1 |  83k| 206 | 2.700000e+01 |      --      |    Inf |   2.16%
1149.21/1152.52	c  1153s| 88100 | 30888 | 22259k| 249.3 |   601M |  52 |1809 |5836 |   0 |  59k|  0 |  83k| 206 | 2.700000e+01 |      --      |    Inf |   2.16%
1150.21/1153.57	c  1154s| 88200 | 30874 | 22268k| 249.2 |   601M |  52 |1809 |5935 |2692 |  60k|  0 |  83k| 230 | 2.700000e+01 |      --      |    Inf |   2.16%
1151.11/1154.43	c  1154s| 88300 | 30915 | 22281k| 249.0 |   602M |  52 |1809 |6059 |   0 |  60k|  0 |  83k| 235 | 2.700000e+01 |      --      |    Inf |   2.16%
1151.90/1155.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1151.90/1155.28	c  1155s| 88400 | 30959 | 22296k| 248.9 |   602M |  52 |1809 |6150 |2691 |  60k|  1 |  83k| 235 | 2.700000e+01 |      --      |    Inf |   2.16%
1152.90/1156.24	c  1156s| 88500 | 30985 | 22310k| 248.8 |   602M |  52 |1809 |6064 |2686 |  60k|  1 |  83k| 235 | 2.700000e+01 |      --      |    Inf |   2.16%
1154.00/1157.34	c  1157s| 88600 | 31045 | 22327k| 248.7 |   603M |  52 |1809 |5996 |2690 |  60k|  1 |  84k| 235 | 2.700000e+01 |      --      |    Inf |   2.16%
1155.10/1158.41	c  1158s| 88700 | 31095 | 22348k| 248.7 |   604M |  52 |1809 |6092 |2691 |  60k|  1 |  84k| 235 | 2.700000e+01 |      --      |    Inf |   2.16%
1156.19/1159.52	c  1160s| 88800 | 31121 | 22368k| 248.6 |   604M |  52 |1809 |6061 |2693 |  60k|  1 |  84k| 240 | 2.700000e+01 |      --      |    Inf |   2.16%
1157.09/1160.49	c  1160s| 88900 | 31156 | 22387k| 248.5 |   605M |  52 |1809 |5986 |2691 |  60k|  1 |  84k| 240 | 2.700000e+01 |      --      |    Inf |   2.16%
1158.29/1161.63	c  1162s| 89000 | 31203 | 22409k| 248.5 |   606M |  52 |1809 |5955 |   0 |  60k|  0 |  84k| 240 | 2.700000e+01 |      --      |    Inf |   2.16%
1159.38/1162.74	c  1163s| 89100 | 31249 | 22429k| 248.5 |   607M |  52 |1809 |5878 |2693 |  60k|  2 |  84k| 240 | 2.700000e+01 |      --      |    Inf |   2.16%
1160.08/1163.44	c  1163s| 89200 | 31270 | 22441k| 248.3 |   608M |  52 |1809 |5885 |2691 |  60k|  1 |  84k| 240 | 2.700000e+01 |      --      |    Inf |   2.16%
1160.98/1164.36	c  1164s| 89300 | 31276 | 22454k| 248.2 |   608M |  52 |1809 |5896 |   0 |  60k|  0 |  84k| 240 | 2.700000e+01 |      --      |    Inf |   2.16%
1161.69/1165.07	c  1165s| 89400 | 31283 | 22466k| 248.0 |   608M |  52 |1809 |5841 |   0 |  60k|  0 |  85k| 240 | 2.700000e+01 |      --      |    Inf |   2.16%
1162.48/1165.81	c  1166s| 89500 | 31322 | 22478k| 247.9 |   608M |  52 |1809 |5844 |2695 |  60k|  1 |  85k| 240 | 2.700000e+01 |      --      |    Inf |   2.16%
1163.17/1166.57	c  1167s| 89600 | 31371 | 22492k| 247.8 |   609M |  52 |1809 |5869 |   0 |  60k|  0 |  85k| 245 | 2.700000e+01 |      --      |    Inf |   2.17%
1164.17/1167.56	c  1168s| 89700 | 31375 | 22507k| 247.7 |   609M |  52 |1809 |5763 |2685 |  60k|  1 |  85k| 250 | 2.700000e+01 |      --      |    Inf |   2.17%
1165.27/1168.68	c  1169s| 89800 | 31433 | 22528k| 247.6 |   609M |  52 |1809 |5579 |2691 |  61k|  1 |  85k| 250 | 2.700000e+01 |      --      |    Inf |   2.17%
1165.97/1169.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1165.97/1169.30	c  1169s| 89900 | 31458 | 22538k| 247.5 |   609M |  52 |1809 |5700 |2689 |  61k|  1 |  85k| 253 | 2.700000e+01 |      --      |    Inf |   2.17%
1166.68/1170.05	c  1170s| 90000 | 31471 | 22549k| 247.3 |   609M |  52 |1809 |5675 |2691 |  61k|  1 |  85k| 253 | 2.700000e+01 |      --      |    Inf |   2.17%
1167.36/1170.73	c  1171s| 90100 | 31483 | 22559k| 247.2 |   609M |  52 |1809 |5705 |   0 |  61k|  0 |  85k| 263 | 2.700000e+01 |      --      |    Inf |   2.17%
1168.67/1172.02	c  1172s| 90200 | 31512 | 22578k| 247.1 |   610M |  52 |1809 |5563 |2690 |  61k|  1 |  86k| 263 | 2.700000e+01 |      --      |    Inf |   2.17%
1170.06/1173.50	c  1173s| 90300 | 31529 | 22587k| 246.9 |   610M |  52 |1809 |5500 |2692 |  61k|  1 |  86k| 263 | 2.700000e+01 |      --      |    Inf |   2.17%
1170.85/1174.23	c  1174s| 90400 | 31548 | 22593k| 246.7 |   610M |  52 |1809 |5537 |   0 |  61k|  0 |  86k| 268 | 2.700000e+01 |      --      |    Inf |   2.17%
1171.95/1175.40	c  1175s| 90500 | 31557 | 22599k| 246.5 |   611M |  52 |1809 |5482 |   0 |  61k|  0 |  86k| 273 | 2.700000e+01 |      --      |    Inf |   2.17%
1173.76/1177.16	c  1177s| 90600 | 31638 | 22637k| 246.7 |   612M |  52 |1809 |5453 |2680 |  61k|  1 |  86k| 273 | 2.700000e+01 |      --      |    Inf |   2.17%
1175.34/1178.78	c  1179s| 90700 | 31683 | 22671k| 246.8 |   616M |  52 |1809 |5464 |2692 |  61k|  1 |  86k| 278 | 2.700000e+01 |      --      |    Inf |   2.17%
1176.14/1179.58	c  1180s| 90800 | 31677 | 22677k| 246.6 |   616M |  52 |1809 |5459 |   0 |  61k|  0 |  86k| 288 | 2.700000e+01 |      --      |    Inf |   2.17%
1177.23/1180.67	c  1181s| 90900 | 31712 | 22698k| 246.5 |   622M |  52 |1809 |5367 |2685 |  61k|  1 |  86k| 288 | 2.700000e+01 |      --      |    Inf |   2.17%
1177.93/1181.31	c  1181s| 91000 | 31743 | 22708k| 246.4 |   622M |  52 |1809 |5391 |   0 |  61k|  0 |  86k| 288 | 2.700000e+01 |      --      |    Inf |   2.17%
1178.74/1182.19	c  1182s| 91100 | 31763 | 22717k| 246.2 |   622M |  52 |1809 |5463 |2691 |  61k|  1 |  86k| 288 | 2.700000e+01 |      --      |    Inf |   2.17%
1179.83/1183.23	c  1183s| 91200 | 31791 | 22736k| 246.1 |   622M |  52 |1809 |5426 |2688 |  61k|  1 |  87k| 293 | 2.700000e+01 |      --      |    Inf |   2.17%
1180.64/1184.08	c  1184s| 91300 | 31809 | 22753k| 246.0 |   623M |  52 |1809 |5371 |2695 |  61k|  1 |  87k| 293 | 2.700000e+01 |      --      |    Inf |   2.17%
1181.63/1185.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1181.63/1185.10	c  1185s| 91400 | 31821 | 22763k| 245.9 |   623M |  52 |1809 |5464 |   0 |  62k|  0 |  87k| 293 | 2.700000e+01 |      --      |    Inf |   2.17%
1182.42/1185.89	c  1186s| 91500 | 31839 | 22775k| 245.8 |   624M |  52 |1809 |5439 |2691 |  62k|  1 |  87k| 293 | 2.700000e+01 |      --      |    Inf |   2.17%
1183.63/1187.01	c  1187s| 91600 | 31912 | 22795k| 245.7 |   624M |  52 |1809 |5471 |2689 |  62k|  1 |  87k| 293 | 2.700000e+01 |      --      |    Inf |   2.17%
1184.91/1188.39	c  1188s| 91700 | 31963 | 22818k| 245.7 |   625M |  52 |1809 |5360 |2682 |  62k|  1 |  87k| 293 | 2.700000e+01 |      --      |    Inf |   2.17%
1185.81/1189.21	c  1189s| 91800 | 32010 | 22836k| 245.6 |   626M |  52 |1809 |5430 |   0 |  62k|  0 |  87k| 293 | 2.700000e+01 |      --      |    Inf |   2.17%
1186.51/1190.01	c  1190s| 91900 | 32057 | 22851k| 245.5 |   626M |  52 |1809 |5473 |2686 |  62k|  1 |  87k| 293 | 2.700000e+01 |      --      |    Inf |   2.17%
1187.50/1190.90	c  1191s| 92000 | 32082 | 22868k| 245.4 |   627M |  52 |1809 |5525 |2681 |  62k|  1 |  87k| 293 | 2.700000e+01 |      --      |    Inf |   2.17%
1188.10/1191.53	c  1192s| 92100 | 32101 | 22877k| 245.3 |   628M |  52 |1809 |5559 |2682 |  62k|  1 |  87k| 296 | 2.700000e+01 |      --      |    Inf |   2.17%
1189.30/1192.74	c  1193s| 92200 | 32153 | 22899k| 245.2 |   628M |  52 |1809 |5565 |2682 |  62k|  1 |  87k| 296 | 2.700000e+01 |      --      |    Inf |   2.17%
1190.49/1193.98	c  1194s| 92300 | 32192 | 22925k| 245.3 |   629M |  52 |1809 |5588 |2686 |  62k|  1 |  87k| 296 | 2.700000e+01 |      --      |    Inf |   2.17%
1191.39/1194.83	c  1195s| 92400 | 32221 | 22941k| 245.2 |   629M |  52 |1809 |5594 |   0 |  62k|  0 |  87k| 296 | 2.700000e+01 |      --      |    Inf |   2.17%
1192.39/1195.83	c  1196s| 92500 | 32255 | 22960k| 245.1 |   629M |  52 |1809 |5540 |2682 |  62k|  1 |  88k| 296 | 2.700000e+01 |      --      |    Inf |   2.17%
1192.79/1196.29	c  1196s| 92600 | 32263 | 22967k| 244.9 |   629M |  52 |1809 |5535 |   0 |  62k|  0 |  88k| 296 | 2.700000e+01 |      --      |    Inf |   2.17%
1193.49/1196.98	c  1197s| 92700 | 32279 | 22978k| 244.8 |   629M |  52 |1809 |5516 |   0 |  62k|  0 |  88k| 296 | 2.700000e+01 |      --      |    Inf |   2.17%
1194.69/1198.11	c  1198s| 92800 | 32315 | 22998k| 244.7 |   630M |  52 |1809 |5516 |   0 |  62k|  0 |  88k| 296 | 2.700000e+01 |      --      |    Inf |   2.17%
1195.28/1198.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1195.28/1198.70	c  1199s| 92900 | 32348 | 23008k| 244.6 |   630M |  52 |1809 |5524 |2690 |  62k|  1 |  88k| 296 | 2.700000e+01 |      --      |    Inf |   2.17%
1196.08/1199.50	c  1199s| 93000 | 32401 | 23022k| 244.5 |   630M |  52 |1809 |5551 |2682 |  62k|  1 |  88k| 296 | 2.700000e+01 |      --      |    Inf |   2.18%
1197.17/1200.70	c  1201s| 93100 | 32462 | 23044k| 244.4 |   630M |  52 |1809 |5544 |2687 |  62k|  1 |  88k| 296 | 2.700000e+01 |      --      |    Inf |   2.18%
1198.27/1201.75	c  1202s| 93200 | 32492 | 23063k| 244.4 |   631M |  52 |1809 |5575 |   0 |  63k|  0 |  88k| 298 | 2.700000e+01 |      --      |    Inf |   2.18%
1199.68/1203.15	c  1203s| 93300 | 32545 | 23090k| 244.4 |   632M |  52 |1809 |5509 |   0 |  63k|  0 |  88k| 298 | 2.700000e+01 |      --      |    Inf |   2.18%
1200.97/1204.43	c  1204s| 93400 | 32586 | 23105k| 244.3 |   632M |  52 |1809 |5575 |2691 |  63k|  1 |  88k| 298 | 2.700000e+01 |      --      |    Inf |   2.18%
1201.87/1205.31	c  1205s| 93500 | 32611 | 23113k| 244.1 |   632M |  52 |1809 |5693 |   0 |  63k|  0 |  89k| 298 | 2.700000e+01 |      --      |    Inf |   2.18%
1202.68/1206.13	c  1206s| 93600 | 32602 | 23121k| 244.0 |   633M |  52 |1809 |5784 |2693 |  63k|  1 |  89k| 309 | 2.700000e+01 |      --      |    Inf |   2.18%
1203.46/1206.90	c  1207s| 93700 | 32625 | 23134k| 243.8 |   633M |  52 |1809 |5770 |2679 |  63k|  1 |  89k| 309 | 2.700000e+01 |      --      |    Inf |   2.18%
1204.16/1207.63	c  1208s| 93800 | 32639 | 23145k| 243.7 |   633M |  52 |1809 |5804 |2688 |  63k|  1 |  89k| 309 | 2.700000e+01 |      --      |    Inf |   2.18%
1205.16/1208.63	c  1209s| 93900 | 32656 | 23157k| 243.6 |   633M |  52 |1809 |5739 |2685 |  63k|  1 |  89k| 309 | 2.700000e+01 |      --      |    Inf |   2.18%
1206.26/1209.79	c  1210s| 94000 | 32678 | 23172k| 243.5 |   634M |  52 |1809 |5629 |2685 |  63k|  1 |  89k| 309 | 2.700000e+01 |      --      |    Inf |   2.18%
1207.56/1211.07	c  1211s| 94100 | 32711 | 23190k| 243.4 |   634M |  52 |1809 |5547 |2677 |  63k|  1 |  89k| 309 | 2.700000e+01 |      --      |    Inf |   2.18%
1208.75/1212.23	c  1212s| 94200 | 32749 | 23211k| 243.4 |   634M |  52 |1809 |5558 |2686 |  63k|  2 |  89k| 309 | 2.700000e+01 |      --      |    Inf |   2.18%
1209.56/1213.05	c  1213s| 94300 | 32794 | 23225k| 243.3 |   635M |  52 |1809 |5620 |2697 |  63k|  2 |  89k| 309 | 2.700000e+01 |      --      |    Inf |   2.18%
1210.66/1214.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1210.66/1214.11	c  1214s| 94400 | 32810 | 23240k| 243.2 |   635M |  52 |1809 |5730 |2676 |  63k|  1 |  89k| 309 | 2.700000e+01 |      --      |    Inf |   2.18%
1211.74/1215.25	c  1215s| 94500 | 32840 | 23255k| 243.1 |   636M |  52 |1809 |5741 |   0 |  63k|  0 |  90k| 314 | 2.700000e+01 |      --      |    Inf |   2.18%
1212.55/1216.01	c  1216s| 94600 | 32854 | 23266k| 242.9 |   636M |  52 |1809 |5848 |2682 |  63k|  1 |  90k| 314 | 2.700000e+01 |      --      |    Inf |   2.18%
1213.14/1216.66	c  1217s| 94700 | 32891 | 23277k| 242.8 |   636M |  52 |1809 |5844 |   0 |  63k|  0 |  90k| 314 | 2.700000e+01 |      --      |    Inf |   2.18%
1213.73/1217.29	c  1217s| 94800 | 32910 | 23287k| 242.6 |   637M |  52 |1809 |5815 |2676 |  64k|  1 |  90k| 314 | 2.700000e+01 |      --      |    Inf |   2.18%
1215.03/1218.54	c  1219s| 94900 | 32967 | 23313k| 242.7 |   638M |  52 |1809 |5832 |2680 |  64k|  1 |  90k| 314 | 2.700000e+01 |      --      |    Inf |   2.18%
1216.13/1219.66	c  1220s| 95000 | 33013 | 23336k| 242.7 |   638M |  52 |1809 |5820 |2682 |  64k|  1 |  90k| 314 | 2.700000e+01 |      --      |    Inf |   2.18%
1217.02/1220.50	c  1220s| 95100 | 33048 | 23350k| 242.5 |   638M |  52 |1809 |5856 |2694 |  64k|  1 |  90k| 314 | 2.700000e+01 |      --      |    Inf |   2.18%
1217.42/1220.98	c  1221s| 95200 | 33054 | 23356k| 242.4 |   639M |  52 |1809 |5905 |2689 |  64k|  1 |  90k| 314 | 2.700000e+01 |      --      |    Inf |   2.18%
1217.92/1221.43	c  1221s| 95300 | 33058 | 23363k| 242.2 |   639M |  52 |1809 |5965 |   0 |  64k|  0 |  90k| 314 | 2.700000e+01 |      --      |    Inf |   2.18%
1219.02/1222.53	c  1223s| 95400 | 33095 | 23382k| 242.1 |   639M |  52 |1809 |5953 |2680 |  64k|  1 |  90k| 314 | 2.700000e+01 |      --      |    Inf |   2.18%
1219.92/1223.49	c  1223s| 95500 | 33128 | 23400k| 242.1 |   640M |  52 |1809 |5944 |2688 |  64k|  1 |  91k| 314 | 2.700000e+01 |      --      |    Inf |   2.18%
1221.11/1224.66	c  1225s| 95600 | 33166 | 23421k| 242.0 |   640M |  52 |1809 |5942 |   0 |  64k|  0 |  91k| 314 | 2.700000e+01 |      --      |    Inf |   2.18%
1222.11/1225.69	c  1226s| 95700 | 33210 | 23440k| 242.0 |   640M |  52 |1809 |5882 |2693 |  64k|  1 |  91k| 314 | 2.700000e+01 |      --      |    Inf |   2.18%
1223.21/1226.78	c  1227s| 95800 | 33271 | 23461k| 241.9 |   642M |  52 |1809 |5875 |2677 |  64k|  1 |  91k| 314 | 2.700000e+01 |      --      |    Inf |   2.18%
1224.20/1227.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1224.20/1227.70	c  1228s| 95900 | 33313 | 23475k| 241.8 |   642M |  52 |1809 |5855 |2685 |  64k|  2 |  91k| 314 | 2.700000e+01 |      --      |    Inf |   2.18%
1225.10/1228.61	c  1229s| 96000 | 33349 | 23491k| 241.7 |   643M |  52 |1809 |5933 |2691 |  64k|  2 |  91k| 314 | 2.700000e+01 |      --      |    Inf |   2.18%
1225.90/1229.47	c  1229s| 96100 | 33382 | 23503k| 241.6 |   643M |  52 |1809 |5999 |   0 |  64k|  0 |  91k| 319 | 2.700000e+01 |      --      |    Inf |   2.18%
1226.70/1230.24	c  1230s| 96200 | 33429 | 23519k| 241.5 |   644M |  52 |1809 |6056 |2687 |  64k|  1 |  91k| 319 | 2.700000e+01 |      --      |    Inf |   2.18%
1227.29/1230.85	c  1231s| 96300 | 33451 | 23530k| 241.4 |   644M |  52 |1809 |6064 |2689 |  64k|  1 |  91k| 319 | 2.700000e+01 |      --      |    Inf |   2.18%
1228.09/1231.60	c  1232s| 96400 | 33469 | 23539k| 241.3 |   645M |  52 |1809 |6086 |2686 |  65k|  1 |  91k| 319 | 2.700000e+01 |      --      |    Inf |   2.18%
1229.09/1232.64	c  1233s| 96500 | 33505 | 23560k| 241.2 |   645M |  52 |1809 |6004 |   0 |  65k|  0 |  91k| 319 | 2.700000e+01 |      --      |    Inf |   2.18%
1230.50/1234.05	c  1234s| 96600 | 33557 | 23589k| 241.3 |   645M |  52 |1809 |5972 |2683 |  65k|  1 |  92k| 319 | 2.700000e+01 |      --      |    Inf |   2.18%
1231.68/1235.25	c  1235s| 96700 | 33608 | 23609k| 241.2 |   646M |  52 |1809 |5972 |2688 |  65k|  1 |  92k| 319 | 2.700000e+01 |      --      |    Inf |   2.18%
1232.49/1236.05	c  1236s| 96800 | 33630 | 23615k| 241.0 |   647M |  52 |1809 |5986 |2689 |  65k|  1 |  92k| 319 | 2.700000e+01 |      --      |    Inf |   2.18%
1233.58/1237.19	c  1237s| 96900 | 33627 | 23629k| 240.9 |   647M |  52 |1809 |5993 |2689 |  65k|  1 |  92k| 324 | 2.700000e+01 |      --      |    Inf |   2.18%
1234.97/1238.58	c  1239s| 97000 | 33632 | 23639k| 240.8 |   648M |  52 |1809 |6046 |2692 |  65k|  1 |  92k| 347 | 2.700000e+01 |      --      |    Inf |   2.18%
1235.77/1239.35	c  1239s| 97100 | 33655 | 23651k| 240.7 |   648M |  52 |1809 |5970 |2677 |  65k|  1 |  92k| 347 | 2.700000e+01 |      --      |    Inf |   2.18%
1236.47/1240.08	c  1240s| 97200 | 33675 | 23664k| 240.6 |   648M |  52 |1809 |5884 |2684 |  65k|  1 |  92k| 347 | 2.700000e+01 |      --      |    Inf |   2.18%
1237.57/1241.17	c  1241s| 97300 | 33694 | 23677k| 240.4 |   648M |  52 |1809 |5882 |2700 |  65k|  1 |  92k| 347 | 2.700000e+01 |      --      |    Inf |   2.18%
1238.76/1242.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1238.76/1242.35	c  1242s| 97400 | 33719 | 23689k| 240.3 |   648M |  52 |1809 |5860 |2670 |  65k|  1 |  92k| 352 | 2.700000e+01 |      --      |    Inf |   2.18%
1239.86/1243.43	c  1243s| 97500 | 33759 | 23702k| 240.2 |   649M |  52 |1809 |5757 |2697 |  65k|  1 |  92k| 352 | 2.700000e+01 |      --      |    Inf |   2.19%
1240.57/1244.17	c  1244s| 97600 | 33781 | 23717k| 240.1 |   650M |  52 |1809 |5740 |   0 |  65k|  0 |  92k| 352 | 2.700000e+01 |      --      |    Inf |   2.19%
1241.16/1244.79	c  1245s| 97700 | 33773 | 23729k| 240.0 |   650M |  52 |1809 |5767 |2683 |  65k|  1 |  92k| 352 | 2.700000e+01 |      --      |    Inf |   2.19%
1241.76/1245.39	c  1245s| 97800 | 33793 | 23738k| 239.8 |   650M |  52 |1809 |5828 |2694 |  65k|  1 |  92k| 352 | 2.700000e+01 |      --      |    Inf |   2.19%
1242.65/1246.29	c  1246s| 97900 | 33813 | 23754k| 239.8 |   650M |  52 |1809 |5794 |2684 |  66k|  1 |  93k| 352 | 2.700000e+01 |      --      |    Inf |   2.19%
1243.65/1247.28	c  1247s| 98000 | 33846 | 23773k| 239.7 |   651M |  52 |1809 |5794 |   0 |  66k|  0 |  93k| 352 | 2.700000e+01 |      --      |    Inf |   2.19%
1244.65/1248.28	c  1248s| 98100 | 33875 | 23792k| 239.7 |   651M |  52 |1809 |5766 |2689 |  66k|  1 |  93k| 352 | 2.700000e+01 |      --      |    Inf |   2.19%
1245.64/1249.22	c  1249s| 98200 | 33905 | 23810k| 239.6 |   652M |  52 |1809 |5716 |   0 |  66k|  0 |  93k| 352 | 2.700000e+01 |      --      |    Inf |   2.19%
1246.94/1250.53	c  1251s| 98300 | 33941 | 23831k| 239.6 |   653M |  52 |1809 |5687 |   0 |  66k|  0 |  93k| 352 | 2.700000e+01 |      --      |    Inf |   2.19%
1247.74/1251.31	c  1251s| 98400 | 33961 | 23845k| 239.5 |   653M |  52 |1809 |5701 |2694 |  66k|  2 |  93k| 352 | 2.700000e+01 |      --      |    Inf |   2.19%
1248.64/1252.27	c  1252s| 98500 | 33966 | 23856k| 239.3 |   653M |  52 |1809 |5756 |2682 |  66k|  1 |  93k| 352 | 2.700000e+01 |      --      |    Inf |   2.19%
1249.83/1253.44	c  1253s| 98600 | 34012 | 23876k| 239.3 |   654M |  52 |1809 |5631 |2676 |  66k|  1 |  93k| 352 | 2.700000e+01 |      --      |    Inf |   2.19%
1251.03/1254.63	c  1255s| 98700 | 34066 | 23897k| 239.3 |   655M |  52 |1809 |5603 |2679 |  66k|  1 |  93k| 352 | 2.700000e+01 |      --      |    Inf |   2.19%
1251.93/1255.58	c  1256s| 98800 | 34135 | 23916k| 239.2 |   655M |  52 |1809 |5631 |2677 |  66k|  1 |  93k| 352 | 2.700000e+01 |      --      |    Inf |   2.19%
1253.22/1256.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1253.22/1256.83	c  1257s| 98900 | 34168 | 23942k| 239.2 |   655M |  52 |1809 |5661 |2688 |  66k|  1 |  94k| 352 | 2.700000e+01 |      --      |    Inf |   2.19%
1254.43/1258.09	c  1258s| 99000 | 34214 | 23964k| 239.2 |   655M |  52 |1809 |5660 |2689 |  66k|  2 |  94k| 352 | 2.700000e+01 |      --      |    Inf |   2.19%
1255.53/1259.12	c  1259s| 99100 | 34243 | 23985k| 239.2 |   656M |  52 |1809 |5679 |2690 |  66k|  0 |  94k| 352 | 2.700000e+01 |      --      |    Inf |   2.19%
1256.43/1260.06	c  1260s| 99200 | 34286 | 24005k| 239.2 |   656M |  52 |1809 |5697 |2681 |  66k|  1 |  94k| 352 | 2.700000e+01 |      --      |    Inf |   2.19%
1257.31/1260.91	c  1261s| 99300 | 34322 | 24023k| 239.1 |   657M |  52 |1809 |5765 |2678 |  66k|  1 |  94k| 352 | 2.700000e+01 |      --      |    Inf |   2.19%
1258.11/1261.74	c  1262s| 99400 | 34341 | 24034k| 239.0 |   657M |  52 |1809 |5812 |2678 |  66k|  1 |  94k| 352 | 2.700000e+01 |      --      |    Inf |   2.19%
1258.91/1262.53	c  1263s| 99500 | 34351 | 24049k| 238.9 |   657M |  52 |1809 |5802 |2678 |  66k|  1 |  94k| 352 | 2.700000e+01 |      --      |    Inf |   2.19%
1259.70/1263.35	c  1263s| 99600 | 34381 | 24063k| 238.8 |   657M |  52 |1809 |5761 |   0 |  66k|  0 |  94k| 352 | 2.700000e+01 |      --      |    Inf |   2.19%
1260.80/1264.48	c  1264s| 99700 | 34395 | 24085k| 238.8 |   657M |  52 |1809 |5688 |2686 |  67k|  1 |  94k| 352 | 2.700000e+01 |      --      |    Inf |   2.19%
1262.20/1265.82	c  1266s| 99800 | 34461 | 24116k| 238.8 |   657M |  52 |1809 |5746 |   0 |  67k|  0 |  94k| 352 | 2.700000e+01 |      --      |    Inf |   2.19%
1263.09/1266.79	c  1267s| 99900 | 34488 | 24132k| 238.8 |   658M |  52 |1809 |5748 |   0 |  67k|  0 |  94k| 352 | 2.700000e+01 |      --      |    Inf |   2.19%
1264.40/1268.07	c  1268s|100000 | 34539 | 24162k| 238.8 |   659M |  52 |1809 |5756 |2686 |  67k|  1 |  94k| 352 | 2.700000e+01 |      --      |    Inf |   2.19%
1265.19/1268.89	c  1269s|100100 | 34594 | 24179k| 238.7 |   660M |  52 |1809 |5768 |2686 |  67k|  1 |  95k| 354 | 2.700000e+01 |      --      |    Inf |   2.19%
1266.08/1269.70	c  1270s|100200 | 34615 | 24193k| 238.7 |   660M |  52 |1809 |5764 |   0 |  67k|  0 |  95k| 354 | 2.700000e+01 |      --      |    Inf |   2.19%
1267.58/1271.20	c  1271s|100300 | 34642 | 24215k| 238.6 |   660M |  52 |1809 |5744 |   0 |  67k|  0 |  95k| 354 | 2.700000e+01 |      --      |    Inf |   2.19%
1268.08/1271.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1268.08/1271.73	c  1272s|100400 | 34660 | 24223k| 238.5 |   660M |  52 |1809 |5800 |   0 |  67k|  0 |  95k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1269.07/1272.76	c  1273s|100500 | 34695 | 24244k| 238.4 |   661M |  52 |1809 |5735 |2688 |  67k|  1 |  95k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1270.38/1274.06	c  1274s|100600 | 34744 | 24268k| 238.4 |   665M |  52 |1809 |5700 |2681 |  67k|  1 |  95k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1271.38/1275.08	c  1275s|100700 | 34790 | 24285k| 238.4 |   665M |  52 |1809 |5691 |2684 |  67k|  1 |  95k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1272.37/1276.07	c  1276s|100800 | 34832 | 24304k| 238.3 |   665M |  52 |1809 |5738 |2679 |  67k|  1 |  95k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1274.06/1277.77	c  1278s|100900 | 34895 | 24339k| 238.4 |   666M |  52 |1809 |5724 |   0 |  67k|  0 |  95k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1275.06/1278.71	c  1279s|101000 | 34909 | 24350k| 238.3 |   666M |  52 |1809 |5755 |2690 |  67k|  1 |  95k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1276.05/1279.71	c  1280s|101100 | 34941 | 24371k| 238.3 |   666M |  52 |1809 |5739 |   0 |  68k|  0 |  95k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1277.15/1280.81	c  1281s|101200 | 34976 | 24394k| 238.3 |   666M |  52 |1809 |5699 |2695 |  68k|  1 |  96k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1278.05/1281.79	c  1282s|101300 | 35016 | 24414k| 238.2 |   667M |  52 |1809 |5641 |   0 |  68k|  0 |  96k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1279.45/1283.13	c  1283s|101400 | 35081 | 24443k| 238.3 |   668M |  52 |1809 |5645 |2698 |  68k|  1 |  96k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1280.24/1283.94	c  1284s|101500 | 35097 | 24456k| 238.2 |   668M |  52 |1809 |5700 |2696 |  68k|  1 |  96k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1280.94/1284.69	c  1285s|101600 | 35109 | 24469k| 238.1 |   668M |  52 |1809 |5698 |2696 |  68k|  1 |  96k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1282.23/1285.97	c  1286s|101700 | 35163 | 24492k| 238.1 |   669M |  52 |1809 |5680 |2697 |  68k|  1 |  96k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1283.04/1286.77	c  1287s|101800 | 35184 | 24504k| 238.0 |   669M |  52 |1809 |5680 |2697 |  68k|  1 |  96k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1283.94/1287.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1283.94/1287.64	c  1288s|101900 | 35208 | 24516k| 237.9 |   669M |  52 |1809 |5706 |2697 |  68k|  1 |  96k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1284.73/1288.46	c  1288s|102000 | 35228 | 24531k| 237.8 |   670M |  52 |1809 |5709 |   0 |  68k|  0 |  96k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1285.53/1289.27	c  1289s|102100 | 35233 | 24544k| 237.7 |   670M |  52 |1809 |5662 |   0 |  68k|  0 |  96k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1286.83/1290.56	c  1291s|102200 | 35260 | 24562k| 237.6 |   671M |  52 |1809 |5611 |   0 |  68k|  0 |  96k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1288.02/1291.70	c  1292s|102300 | 35292 | 24583k| 237.6 |   671M |  52 |1809 |5598 |2699 |  69k|  1 |  96k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1288.62/1292.34	c  1292s|102400 | 35306 | 24593k| 237.4 |   671M |  52 |1809 |5618 |2694 |  69k|  1 |  96k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1289.43/1293.17	c  1293s|102500 | 35332 | 24607k| 237.4 |   671M |  52 |1809 |5590 |2696 |  69k|  1 |  96k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1290.33/1294.08	c  1294s|102600 | 35341 | 24614k| 237.2 |   672M |  52 |1809 |5638 |   0 |  69k|  0 |  96k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1291.12/1294.86	c  1295s|102700 | 35358 | 24625k| 237.1 |   672M |  52 |1809 |5644 |2688 |  69k|  1 |  96k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1292.01/1295.77	c  1296s|102800 | 35386 | 24641k| 237.0 |   672M |  52 |1809 |5645 |   0 |  69k|  0 |  96k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1293.21/1296.91	c  1297s|102900 | 35418 | 24660k| 236.9 |   672M |  52 |1809 |5604 |2691 |  69k|  2 |  97k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1294.61/1298.34	c  1298s|103000 | 35485 | 24684k| 236.9 |   672M |  52 |1809 |5679 |2694 |  69k|  1 |  97k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1295.70/1299.41	c  1299s|103100 | 35516 | 24702k| 236.9 |   680M |  52 |1809 |5716 |   0 |  69k|  0 |  97k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1296.60/1300.38	c  1300s|103200 | 35566 | 24718k| 236.8 |   680M |  52 |1809 |5725 |   0 |  69k|  0 |  97k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1297.60/1301.39	c  1301s|103300 | 35613 | 24740k| 236.8 |   680M |  52 |1809 |5757 |   0 |  69k|  0 |  97k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1298.31/1302.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1298.31/1302.07	c  1302s|103400 | 35627 | 24752k| 236.7 |   680M |  52 |1809 |5757 |   0 |  69k|  0 |  97k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1299.19/1302.97	c  1303s|103500 | 35654 | 24768k| 236.6 |   680M |  52 |1809 |5800 |2690 |  69k|  1 |  97k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1300.09/1303.82	c  1304s|103600 | 35661 | 24781k| 236.5 |   680M |  52 |1809 |5799 |2683 |  69k|  0 |  97k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1301.49/1305.25	c  1305s|103700 | 35717 | 24812k| 236.6 |   681M |  52 |1809 |5819 |2677 |  69k|  1 |  97k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1302.48/1306.20	c  1306s|103800 | 35767 | 24830k| 236.5 |   681M |  52 |1809 |5853 |2683 |  69k|  1 |  97k| 359 | 2.700000e+01 |      --      |    Inf |   2.19%
1303.48/1307.24	c  1307s|103900 | 35806 | 24850k| 236.5 |   683M |  52 |1809 |5781 |   0 |  70k|  0 |  97k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1304.18/1307.99	c  1308s|104000 | 35836 | 24863k| 236.4 |   683M |  52 |1809 |5759 |   0 |  70k|  0 |  97k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1305.57/1309.31	c  1309s|104100 | 35868 | 24880k| 236.3 |   683M |  52 |1809 |5727 |2689 |  70k|  1 |  98k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1306.28/1310.04	c  1310s|104200 | 35893 | 24889k| 236.2 |   683M |  52 |1809 |5727 |   0 |  70k|  0 |  98k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1307.28/1311.04	c  1311s|104300 | 35922 | 24906k| 236.1 |   683M |  52 |1809 |5697 |2676 |  70k|  1 |  98k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1308.27/1312.02	c  1312s|104400 | 35968 | 24923k| 236.1 |   684M |  52 |1809 |5682 |2682 |  70k|  1 |  98k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1308.56/1312.39	c  1312s|104500 | 35996 | 24926k| 235.9 |   684M |  52 |1809 |5682 |2674 |  70k|  1 |  98k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1309.37/1313.17	c  1313s|104600 | 36025 | 24938k| 235.8 |   685M |  52 |1809 |5678 |   0 |  70k|  0 |  98k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1309.96/1313.76	c  1314s|104700 | 36035 | 24947k| 235.6 |   685M |  52 |1809 |5704 |2687 |  70k|  1 |  98k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1310.96/1314.76	c  1315s|104800 | 36039 | 24956k| 235.5 |   685M |  52 |1809 |5776 |2697 |  70k|  1 |  98k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1312.15/1315.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1312.15/1315.99	c  1316s|104900 | 36077 | 24975k| 235.4 |   685M |  52 |1809 |5758 |2686 |  70k|  1 |  98k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1312.85/1316.68	c  1317s|105000 | 36084 | 24986k| 235.3 |   685M |  52 |1809 |5756 |2681 |  70k|  2 |  98k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1314.05/1317.82	c  1318s|105100 | 36125 | 25006k| 235.3 |   685M |  52 |1809 |5741 |2684 |  70k|  2 |  98k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1315.36/1319.14	c  1319s|105200 | 36160 | 25032k| 235.3 |   686M |  52 |1809 |5717 |2681 |  71k|  1 |  98k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1316.44/1320.25	c  1320s|105300 | 36204 | 25053k| 235.3 |   687M |  52 |1809 |5702 |   0 |  71k|  0 |  98k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1317.64/1321.47	c  1321s|105400 | 36249 | 25072k| 235.2 |   687M |  52 |1809 |5673 |   0 |  71k|  0 |  98k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1318.53/1322.34	c  1322s|105500 | 36285 | 25088k| 235.2 |   687M |  52 |1809 |5663 |   0 |  71k|  0 |  99k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1319.34/1323.13	c  1323s|105600 | 36301 | 25102k| 235.1 |   688M |  52 |1809 |5675 |   0 |  71k|  0 |  99k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1320.24/1324.05	c  1324s|105700 | 36320 | 25119k| 235.0 |   689M |  52 |1809 |5685 |   0 |  71k|  0 |  99k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1320.93/1324.79	c  1325s|105800 | 36345 | 25130k| 234.9 |   691M |  52 |1809 |5695 |   0 |  71k|  0 |  99k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1321.82/1325.68	c  1326s|105900 | 36359 | 25147k| 234.9 |   691M |  52 |1809 |5704 |   0 |  71k|  0 |  99k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1322.62/1326.42	c  1326s|106000 | 36388 | 25160k| 234.8 |   691M |  52 |1809 |5725 |2689 |  71k|  1 |  99k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1324.02/1327.85	c  1328s|106100 | 36428 | 25185k| 234.8 |   691M |  52 |1809 |5658 |2669 |  71k|  1 |  99k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1324.91/1328.78	c  1329s|106200 | 36445 | 25201k| 234.7 |   691M |  52 |1809 |5669 |   0 |  71k|  0 |  99k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1325.91/1329.78	c  1330s|106300 | 36472 | 25217k| 234.6 |   692M |  52 |1809 |5620 |2693 |  71k|  1 |  99k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1326.81/1330.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1326.81/1330.64	c  1331s|106400 | 36502 | 25232k| 234.6 |   692M |  52 |1809 |5605 |2682 |  71k|  1 |  99k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1327.61/1331.43	c  1331s|106500 | 36519 | 25244k| 234.5 |   692M |  52 |1809 |5597 |2680 |  71k|  1 |  99k| 359 | 2.700000e+01 |      --      |    Inf |   2.20%
1328.22/1332.01	c  1332s|106600 | 36517 | 25252k| 234.3 |   692M |  52 |1809 |5660 |2683 |  71k|  1 |  99k| 364 | 2.700000e+01 |      --      |    Inf |   2.20%
1329.21/1333.02	c  1333s|106700 | 36540 | 25271k| 234.3 |   692M |  52 |1809 |5678 |2681 |  71k|  2 |  99k| 364 | 2.700000e+01 |      --      |    Inf |   2.20%
1330.40/1334.22	c  1334s|106800 | 36593 | 25295k| 234.3 |   693M |  52 |1809 |5707 |2685 |  71k|  3 |  99k| 364 | 2.700000e+01 |      --      |    Inf |   2.20%
1331.22/1335.11	c  1335s|106900 | 36615 | 25311k| 234.2 |   693M |  52 |1809 |5741 |2677 |  72k|  1 |  99k| 364 | 2.700000e+01 |      --      |    Inf |   2.20%
1332.10/1336.00	c  1336s|107000 | 36630 | 25328k| 234.1 |   693M |  52 |1809 |5775 |   0 |  72k|  0 | 100k| 364 | 2.700000e+01 |      --      |    Inf |   2.20%
1333.21/1337.02	c  1337s|107100 | 36653 | 25348k| 234.1 |   694M |  52 |1809 |5778 |2677 |  72k|  1 | 100k| 364 | 2.700000e+01 |      --      |    Inf |   2.20%
1333.70/1337.57	c  1338s|107200 | 36643 | 25358k| 234.0 |   694M |  52 |1809 |5815 |   0 |  72k|  0 | 100k| 364 | 2.700000e+01 |      --      |    Inf |   2.20%
1334.80/1338.62	c  1339s|107300 | 36666 | 25378k| 234.0 |   695M |  52 |1809 |5789 |2682 |  72k|  1 | 100k| 364 | 2.700000e+01 |      --      |    Inf |   2.20%
1335.59/1339.48	c  1339s|107400 | 36677 | 25394k| 233.9 |   695M |  52 |1809 |5787 |2690 |  72k|  1 | 100k| 364 | 2.700000e+01 |      --      |    Inf |   2.20%
1336.59/1340.42	c  1340s|107500 | 36681 | 25411k| 233.8 |   695M |  52 |1809 |5793 |2688 |  72k|  1 | 100k| 364 | 2.700000e+01 |      --      |    Inf |   2.20%
1337.39/1341.29	c  1341s|107600 | 36692 | 25427k| 233.8 |   695M |  52 |1809 |5808 |2685 |  72k|  3 | 100k| 364 | 2.700000e+01 |      --      |    Inf |   2.20%
1339.20/1343.04	c  1343s|107700 | 36732 | 25450k| 233.8 |   695M |  52 |1809 |5824 |2711 |  72k|  4 | 100k| 364 | 2.700000e+01 |      --      |    Inf |   2.20%
1340.19/1344.08	c  1344s|107800 | 36767 | 25469k| 233.7 |   696M |  52 |1809 |5838 |2693 |  72k|  2 | 100k| 364 | 2.700000e+01 |      --      |    Inf |   2.20%
1341.19/1345.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1341.19/1345.02	c  1345s|107900 | 36815 | 25488k| 233.7 |   697M |  52 |1809 |5843 |2688 |  72k|  1 | 100k| 364 | 2.700000e+01 |      --      |    Inf |   2.20%
1341.97/1345.80	c  1346s|108000 | 36821 | 25498k| 233.6 |   697M |  52 |1809 |5849 |2677 |  72k|  1 | 100k| 364 | 2.700000e+01 |      --      |    Inf |   2.20%
1342.77/1346.65	c  1347s|108100 | 36839 | 25514k| 233.5 |   698M |  52 |1809 |5819 |   0 |  72k|  0 | 100k| 367 | 2.700000e+01 |      --      |    Inf |   2.20%
1344.28/1348.14	c  1348s|108200 | 36907 | 25542k| 233.5 |   699M |  52 |1809 |5887 |   0 |  72k|  0 | 101k| 367 | 2.700000e+01 |      --      |    Inf |   2.20%
1345.86/1349.70	c  1350s|108300 | 36994 | 25577k| 233.6 |   701M |  52 |1809 |5933 |2686 |  72k|  1 | 101k| 367 | 2.700000e+01 |      --      |    Inf |   2.20%
1347.85/1351.73	c  1352s|108400 | 37058 | 25606k| 233.7 |   704M |  52 |1809 |5973 |2696 |  72k|  1 | 101k| 367 | 2.700000e+01 |      --      |    Inf |   2.20%
1348.75/1352.64	c  1353s|108500 | 37087 | 25620k| 233.6 |   705M |  52 |1809 |6027 |2680 |  72k|  1 | 101k| 367 | 2.700000e+01 |      --      |    Inf |   2.20%
1349.95/1353.87	c  1354s|108600 | 37146 | 25641k| 233.6 |   705M |  52 |1809 |6056 |2701 |  73k|  0 | 101k| 367 | 2.700000e+01 |      --      |    Inf |   2.20%
1351.05/1354.93	c  1355s|108700 | 37184 | 25659k| 233.5 |   706M |  52 |1809 |6094 |2692 |  73k|  1 | 101k| 367 | 2.700000e+01 |      --      |    Inf |   2.20%
1352.15/1356.09	c  1356s|108800 | 37230 | 25680k| 233.5 |   706M |  52 |1809 |6122 |   0 |  73k|  0 | 101k| 367 | 2.700000e+01 |      --      |    Inf |   2.20%
1353.34/1357.20	c  1357s|108900 | 37251 | 25702k| 233.5 |   707M |  52 |1809 |6148 |   0 |  73k|  0 | 101k| 367 | 2.700000e+01 |      --      |    Inf |   2.20%
1354.44/1358.34	c  1358s|109000 | 37278 | 25719k| 233.4 |   707M |  52 |1809 |6177 |   0 |  73k|  0 | 101k| 367 | 2.700000e+01 |      --      |    Inf |   2.20%
1355.43/1359.34	c  1359s|109100 | 37306 | 25735k| 233.4 |   708M |  52 |1809 |6127 |2679 |  73k|  1 | 101k| 367 | 2.700000e+01 |      --      |    Inf |   2.20%
1356.53/1360.47	c  1360s|109200 | 37346 | 25754k| 233.3 |   709M |  52 |1809 |6083 |2681 |  73k|  1 | 101k| 367 | 2.700000e+01 |      --      |    Inf |   2.20%
1357.53/1361.41	c  1361s|109300 | 37381 | 25772k| 233.3 |   710M |  52 |1809 |6064 |2686 |  73k|  1 | 101k| 367 | 2.700000e+01 |      --      |    Inf |   2.20%
1358.62/1362.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1358.62/1362.52	c  1363s|109400 | 37402 | 25786k| 233.2 |   711M |  52 |1809 |6089 |   0 |  73k|  0 | 101k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1359.52/1363.40	c  1363s|109500 | 37440 | 25799k| 233.1 |   711M |  52 |1809 |6054 |2694 |  73k|  2 | 102k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1360.52/1364.42	c  1364s|109600 | 37458 | 25810k| 233.0 |   712M |  52 |1809 |6071 |   0 |  73k|  0 | 102k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1361.42/1365.30	c  1365s|109700 | 37487 | 25826k| 232.9 |   713M |  52 |1809 |6045 |2686 |  74k|  1 | 102k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1362.31/1366.20	c  1366s|109800 | 37506 | 25841k| 232.9 |   714M |  52 |1809 |6054 |2679 |  74k|  1 | 102k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1363.22/1367.20	c  1367s|109900 | 37535 | 25855k| 232.8 |   714M |  52 |1809 |6052 |   0 |  74k|  0 | 102k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1364.31/1368.28	c  1368s|110000 | 37570 | 25871k| 232.7 |   714M |  52 |1809 |6020 |2702 |  74k|  1 | 102k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1365.30/1369.25	c  1369s|110100 | 37598 | 25884k| 232.6 |   715M |  52 |1809 |6001 |   0 |  74k|  0 | 102k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1366.90/1370.84	c  1371s|110200 | 37652 | 25915k| 232.7 |   715M |  52 |1809 |6056 |2683 |  74k|  1 | 102k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1368.21/1372.18	c  1372s|110300 | 37690 | 25943k| 232.7 |   716M |  52 |1809 |6068 |2683 |  74k|  1 | 102k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1368.89/1372.82	c  1373s|110400 | 37725 | 25953k| 232.6 |   716M |  52 |1809 |6129 |2696 |  74k|  1 | 102k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1369.69/1373.65	c  1374s|110500 | 37767 | 25966k| 232.5 |   717M |  52 |1809 |6173 |   0 |  74k|  0 | 102k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1370.59/1374.52	c  1375s|110600 | 37788 | 25980k| 232.4 |   717M |  52 |1809 |6200 |2693 |  74k|  2 | 103k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1371.88/1375.88	c  1376s|110700 | 37810 | 25997k| 232.4 |   717M |  52 |1809 |6241 |2695 |  74k|  2 | 103k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1372.98/1376.99	c  1377s|110800 | 37825 | 26013k| 232.3 |   717M |  52 |1809 |6207 |2686 |  75k|  1 | 103k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1373.99/1377.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1373.99/1377.90	c  1378s|110900 | 37838 | 26026k| 232.2 |   718M |  52 |1809 |6193 |2694 |  75k|  1 | 103k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1374.99/1378.96	c  1379s|111000 | 37870 | 26041k| 232.1 |   718M |  52 |1809 |6149 |   0 |  75k|  0 | 103k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1376.28/1380.28	c  1380s|111100 | 37896 | 26062k| 232.1 |   719M |  52 |1809 |6141 |2696 |  75k|  1 | 103k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1376.88/1380.88	c  1381s|111200 | 37895 | 26069k| 232.0 |   719M |  52 |1809 |6180 |2686 |  75k|  1 | 103k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1377.58/1381.59	c  1382s|111300 | 37903 | 26078k| 231.9 |   719M |  52 |1809 |6190 |   0 |  75k|  0 | 103k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1378.97/1382.95	c  1383s|111400 | 37920 | 26099k| 231.8 |   719M |  52 |1809 |6088 |   0 |  75k|  0 | 103k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1380.18/1384.12	c  1384s|111500 | 37954 | 26119k| 231.8 |   720M |  52 |1809 |6015 |   0 |  75k|  0 | 103k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1381.18/1385.19	c  1385s|111600 | 37993 | 26135k| 231.7 |   721M |  52 |1809 |5990 |2686 |  75k|  1 | 103k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1382.07/1386.09	c  1386s|111700 | 38001 | 26144k| 231.6 |   721M |  52 |1809 |5979 |   0 |  75k|  0 | 103k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1383.07/1387.05	c  1387s|111800 | 38040 | 26162k| 231.6 |   722M |  52 |1809 |5979 |   0 |  75k|  0 | 104k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1384.35/1388.35	c  1388s|111900 | 38070 | 26183k| 231.6 |   722M |  52 |1809 |5969 |2677 |  76k|  1 | 104k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1385.35/1389.39	c  1389s|112000 | 38107 | 26204k| 231.5 |   722M |  52 |1809 |5991 |   0 |  76k|  0 | 104k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1386.85/1390.80	c  1391s|112100 | 38156 | 26233k| 231.6 |   723M |  52 |1809 |5957 |2682 |  76k|  2 | 104k| 372 | 2.700000e+01 |      --      |    Inf |   2.20%
1387.45/1391.41	c  1391s|112200 | 38175 | 26243k| 231.5 |   723M |  52 |1809 |6007 |2683 |  76k|  1 | 104k| 397 | 2.700000e+01 |      --      |    Inf |   2.20%
1387.94/1391.92	c  1392s|112300 | 38164 | 26251k| 231.3 |   723M |  52 |1809 |6044 |2676 |  76k|  1 | 104k| 413 | 2.700000e+01 |      --      |    Inf |   2.20%
1388.94/1392.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1388.94/1392.92	c  1393s|112400 | 38183 | 26271k| 231.3 |   723M |  52 |1809 |6041 |2682 |  76k|  1 | 104k| 413 | 2.700000e+01 |      --      |    Inf |   2.20%
1390.24/1394.21	c  1394s|112500 | 38243 | 26298k| 231.3 |   723M |  52 |1809 |5990 |2675 |  76k|  1 | 104k| 413 | 2.700000e+01 |      --      |    Inf |   2.20%
1391.23/1395.28	c  1395s|112600 | 38297 | 26317k| 231.3 |   723M |  52 |1809 |6016 |2681 |  76k|  1 | 104k| 413 | 2.700000e+01 |      --      |    Inf |   2.20%
1392.14/1396.14	c  1396s|112700 | 38326 | 26331k| 231.2 |   723M |  52 |1809 |6018 |2695 |  76k|  1 | 104k| 413 | 2.700000e+01 |      --      |    Inf |   2.20%
1392.93/1396.98	c  1397s|112800 | 38346 | 26345k| 231.1 |   723M |  52 |1809 |6057 |2685 |  76k|  1 | 105k| 413 | 2.700000e+01 |      --      |    Inf |   2.20%
1393.53/1397.52	c  1398s|112900 | 38359 | 26352k| 231.0 |   724M |  52 |1809 |6087 |   0 |  76k|  0 | 105k| 413 | 2.700000e+01 |      --      |    Inf |   2.20%
1394.52/1398.57	c  1399s|113000 | 38379 | 26366k| 230.9 |   724M |  52 |1809 |6058 |2686 |  76k|  1 | 105k| 413 | 2.700000e+01 |      --      |    Inf |   2.20%
1395.22/1399.23	c  1399s|113100 | 38384 | 26376k| 230.8 |   724M |  52 |1809 |5995 |   0 |  76k|  0 | 105k| 413 | 2.700000e+01 |      --      |    Inf |   2.20%
1396.13/1400.18	c  1400s|113200 | 38404 | 26393k| 230.8 |   725M |  52 |1809 |5957 |2679 |  76k|  1 | 105k| 413 | 2.700000e+01 |      --      |    Inf |   2.20%
1397.22/1401.24	c  1401s|113300 | 38434 | 26412k| 230.7 |   725M |  52 |1809 |5961 |2683 |  76k|  1 | 105k| 413 | 2.700000e+01 |      --      |    Inf |   2.20%
1398.21/1402.22	c  1402s|113400 | 38478 | 26431k| 230.7 |   725M |  52 |1809 |5937 |   0 |  76k|  0 | 105k| 413 | 2.700000e+01 |      --      |    Inf |   2.20%
1399.12/1403.18	c  1403s|113500 | 38485 | 26443k| 230.6 |   725M |  52 |1809 |5917 |2692 |  76k|  1 | 105k| 413 | 2.700000e+01 |      --      |    Inf |   2.20%
1400.41/1404.44	c  1404s|113600 | 38524 | 26463k| 230.6 |   725M |  52 |1809 |5893 |2682 |  77k|  1 | 105k| 413 | 2.700000e+01 |      --      |    Inf |   2.20%
1401.20/1405.21	c  1405s|113700 | 38531 | 26473k| 230.4 |   725M |  52 |1809 |5932 |2685 |  77k|  1 | 105k| 418 | 2.700000e+01 |      --      |    Inf |   2.20%
1402.01/1406.06	c  1406s|113800 | 38547 | 26486k| 230.4 |   727M |  52 |1809 |5954 |   0 |  77k|  0 | 105k| 418 | 2.700000e+01 |      --      |    Inf |   2.20%
1403.11/1407.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1403.11/1407.12	c  1407s|113900 | 38586 | 26506k| 230.3 |   727M |  52 |1809 |5892 |2690 |  77k|  1 | 105k| 418 | 2.700000e+01 |      --      |    Inf |   2.20%
1404.11/1408.20	c  1408s|114000 | 38601 | 26520k| 230.3 |   727M |  52 |1809 |5920 |2705 |  77k|  3 | 106k| 418 | 2.700000e+01 |      --      |    Inf |   2.20%
1404.69/1408.77	c  1409s|114100 | 38611 | 26527k| 230.1 |   728M |  52 |1809 |5925 |2686 |  77k|  1 | 106k| 418 | 2.700000e+01 |      --      |    Inf |   2.20%
1406.00/1410.05	c  1410s|114200 | 38674 | 26553k| 230.1 |   729M |  52 |1809 |5994 |2675 |  77k|  2 | 106k| 418 | 2.700000e+01 |      --      |    Inf |   2.20%
1407.29/1411.31	c  1411s|114300 | 38718 | 26569k| 230.1 |   730M |  52 |1809 |6012 |2686 |  77k|  1 | 106k| 418 | 2.700000e+01 |      --      |    Inf |   2.20%
1408.00/1412.09	c  1412s|114400 | 38745 | 26584k| 230.0 |   730M |  52 |1809 |6062 |   0 |  77k|  0 | 106k| 418 | 2.700000e+01 |      --      |    Inf |   2.20%
1409.09/1413.16	c  1413s|114500 | 38769 | 26606k| 230.0 |   731M |  52 |1809 |6077 |   0 |  77k|  0 | 106k| 418 | 2.700000e+01 |      --      |    Inf |   2.20%
1409.89/1414.00	c  1414s|114600 | 38796 | 26621k| 229.9 |   731M |  52 |1809 |6012 |2687 |  77k|  1 | 106k| 418 | 2.700000e+01 |      --      |    Inf |   2.20%
1411.18/1415.29	c  1415s|114700 | 38807 | 26638k| 229.9 |   731M |  52 |1809 |6011 |2702 |  77k|  1 | 106k| 418 | 2.700000e+01 |      --      |    Inf |   2.20%
1411.88/1415.93	c  1416s|114800 | 38837 | 26647k| 229.8 |   731M |  52 |1809 |6034 |2695 |  77k|  1 | 106k| 418 | 2.700000e+01 |      --      |    Inf |   2.20%
1412.78/1416.84	c  1417s|114900 | 38848 | 26663k| 229.7 |   732M |  52 |1809 |6093 |   0 |  77k|  0 | 106k| 418 | 2.700000e+01 |      --      |    Inf |   2.20%
1413.87/1417.97	c  1418s|115000 | 38867 | 26681k| 229.7 |   736M |  52 |1809 |6059 |2688 |  77k|  2 | 106k| 423 | 2.700000e+01 |      --      |    Inf |   2.20%
1414.67/1418.72	c  1419s|115100 | 38879 | 26694k| 229.6 |   736M |  52 |1809 |6001 |2683 |  77k|  1 | 106k| 423 | 2.700000e+01 |      --      |    Inf |   2.20%
1415.67/1419.74	c  1420s|115200 | 38911 | 26711k| 229.5 |   736M |  52 |1809 |5992 |2695 |  77k|  1 | 107k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1416.76/1420.80	c  1421s|115300 | 38931 | 26727k| 229.5 |   737M |  52 |1809 |6000 |2694 |  78k|  1 | 107k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1417.56/1421.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1417.56/1421.62	c  1422s|115400 | 38961 | 26743k| 229.4 |   737M |  52 |1809 |5960 |2686 |  78k|  1 | 107k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1418.56/1422.66	c  1423s|115500 | 38990 | 26761k| 229.4 |   737M |  52 |1809 |5929 |   0 |  78k|  0 | 107k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1419.65/1423.74	c  1424s|115600 | 39024 | 26777k| 229.3 |   737M |  52 |1809 |5856 |   0 |  78k|  0 | 107k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1420.65/1424.74	c  1425s|115700 | 39091 | 26795k| 229.3 |   738M |  52 |1809 |5900 |2699 |  78k|  1 | 107k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1421.55/1425.66	c  1426s|115800 | 39163 | 26812k| 229.2 |   739M |  52 |1809 |5953 |2699 |  78k|  2 | 107k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1422.35/1426.45	c  1426s|115900 | 39209 | 26826k| 229.1 |   739M |  52 |1809 |5947 |2706 |  78k|  1 | 107k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1423.24/1427.33	c  1427s|116000 | 39238 | 26842k| 229.1 |   739M |  52 |1809 |5959 |2697 |  78k|  2 | 107k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1423.95/1428.11	c  1428s|116100 | 39269 | 26853k| 229.0 |   741M |  52 |1809 |5996 |2710 |  78k|  1 | 107k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1425.05/1429.16	c  1429s|116200 | 39304 | 26871k| 228.9 |   741M |  52 |1809 |5979 |2701 |  78k|  1 | 107k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1425.73/1429.88	c  1430s|116300 | 39318 | 26883k| 228.8 |   741M |  52 |1809 |6007 |2692 |  78k|  1 | 108k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1426.63/1430.78	c  1431s|116400 | 39337 | 26898k| 228.8 |   741M |  52 |1809 |5968 |   0 |  78k|  0 | 108k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1427.73/1431.87	c  1432s|116500 | 39359 | 26917k| 228.7 |   741M |  52 |1809 |5931 |   0 |  79k|  0 | 108k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1428.82/1432.97	c  1433s|116600 | 39401 | 26937k| 228.7 |   741M |  52 |1809 |5956 |2694 |  79k|  1 | 108k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1429.72/1433.88	c  1434s|116700 | 39420 | 26953k| 228.7 |   741M |  52 |1809 |6000 |   0 |  79k|  0 | 108k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1430.93/1435.05	c  1435s|116800 | 39448 | 26965k| 228.6 |   741M |  52 |1809 |6030 |2679 |  79k|  1 | 108k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1431.82/1435.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1431.82/1435.96	c  1436s|116900 | 39466 | 26979k| 228.5 |   751M |  52 |1809 |5995 |2682 |  79k|  1 | 108k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1432.61/1436.71	c  1437s|117000 | 39488 | 26994k| 228.4 |   751M |  52 |1809 |5983 |2688 |  79k|  2 | 108k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1433.61/1437.71	c  1438s|117100 | 39520 | 27010k| 228.4 |   752M |  52 |1809 |5964 |   0 |  79k|  0 | 108k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1434.41/1438.55	c  1439s|117200 | 39551 | 27024k| 228.3 |   752M |  52 |1809 |5901 |   0 |  79k|  0 | 108k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1435.02/1439.15	c  1439s|117300 | 39564 | 27035k| 228.2 |   752M |  52 |1809 |5900 |2694 |  79k|  1 | 108k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1435.80/1439.93	c  1440s|117400 | 39595 | 27048k| 228.1 |   752M |  52 |1809 |5931 |2678 |  79k|  1 | 108k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1436.71/1440.86	c  1441s|117500 | 39627 | 27063k| 228.0 |   753M |  52 |1809 |5866 |2691 |  79k|  1 | 108k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1437.92/1442.01	c  1442s|117600 | 39682 | 27084k| 228.0 |   753M |  52 |1809 |5843 |2686 |  79k|  1 | 109k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1438.71/1442.80	c  1443s|117700 | 39700 | 27096k| 227.9 |   753M |  52 |1809 |5848 |2696 |  79k|  1 | 109k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1439.80/1443.92	c  1444s|117800 | 39716 | 27116k| 227.9 |   754M |  52 |1809 |5805 |2676 |  79k|  1 | 109k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1440.80/1444.95	c  1445s|117900 | 39735 | 27130k| 227.8 |   755M |  52 |1809 |5810 |2678 |  79k|  1 | 109k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1441.91/1446.11	c  1446s|118000 | 39773 | 27151k| 227.8 |   755M |  52 |1809 |5814 |   0 |  79k|  0 | 109k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1442.79/1446.91	c  1447s|118100 | 39779 | 27165k| 227.7 |   755M |  52 |1809 |5832 |   0 |  79k|  0 | 109k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1443.59/1447.73	c  1448s|118200 | 39799 | 27180k| 227.7 |   755M |  52 |1809 |5821 |   0 |  79k|  0 | 109k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1444.79/1448.95	c  1449s|118300 | 39838 | 27202k| 227.7 |   755M |  52 |1809 |5808 |   0 |  80k|  0 | 109k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1445.89/1450.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1445.89/1450.08	c  1450s|118400 | 39863 | 27223k| 227.7 |   755M |  52 |1809 |5822 |2690 |  80k|  1 | 109k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1446.58/1450.72	c  1451s|118500 | 39889 | 27234k| 227.6 |   755M |  52 |1809 |5939 |2684 |  80k|  1 | 109k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1447.58/1451.70	c  1452s|118600 | 39920 | 27251k| 227.5 |   755M |  52 |1809 |5993 |   0 |  80k|  0 | 109k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1448.28/1452.44	c  1452s|118700 | 39919 | 27264k| 227.4 |   755M |  52 |1809 |6013 |2675 |  80k|  1 | 109k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1448.89/1453.08	c  1453s|118800 | 39942 | 27274k| 227.3 |   755M |  52 |1809 |6017 |2679 |  80k|  1 | 110k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1449.57/1453.78	c  1454s|118900 | 39984 | 27287k| 227.2 |   756M |  52 |1809 |6080 |   0 |  80k|  0 | 110k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1450.57/1454.73	c  1455s|119000 | 40016 | 27305k| 227.2 |   756M |  52 |1809 |6051 |2682 |  80k|  1 | 110k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1451.37/1455.59	c  1456s|119100 | 40035 | 27317k| 227.1 |   756M |  52 |1809 |6040 |2701 |  80k|  1 | 110k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1452.36/1456.51	c  1457s|119200 | 40058 | 27334k| 227.1 |   756M |  52 |1809 |6018 |2690 |  80k|  1 | 110k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1453.06/1457.28	c  1457s|119300 | 40079 | 27349k| 227.0 |   756M |  52 |1809 |6019 |2690 |  80k|  2 | 110k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1453.97/1458.19	c  1458s|119400 | 40101 | 27367k| 227.0 |   757M |  52 |1809 |6001 |   0 |  80k|  0 | 110k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1455.05/1459.22	c  1459s|119500 | 40143 | 27387k| 226.9 |   758M |  52 |1809 |5974 |2682 |  80k|  1 | 110k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1455.75/1459.93	c  1460s|119600 | 40149 | 27400k| 226.9 |   758M |  52 |1809 |5973 |   0 |  80k|  0 | 110k| 423 | 2.700000e+01 |      --      |    Inf |   2.21%
1457.25/1461.48	c  1461s|119700 | 40183 | 27427k| 226.9 |   758M |  52 |1809 |5826 |2678 |  80k|  1 | 110k| 423 | 2.700000e+01 |      --      |    Inf |   2.22%
1458.54/1462.78	c  1463s|119800 | 40269 | 27455k| 226.9 |   758M |  52 |1809 |5856 |2676 |  80k|  1 | 110k| 423 | 2.700000e+01 |      --      |    Inf |   2.22%
1459.34/1463.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1459.34/1463.58	c  1464s|119900 | 40310 | 27471k| 226.9 |   758M |  52 |1809 |5918 |2680 |  80k|  1 | 110k| 423 | 2.700000e+01 |      --      |    Inf |   2.22%
1460.24/1464.46	c  1464s|120000 | 40346 | 27488k| 226.8 |   758M |  52 |1809 |5977 |2677 |  80k|  1 | 110k| 423 | 2.700000e+01 |      --      |    Inf |   2.22%
1460.95/1465.14	c  1465s|120100 | 40369 | 27499k| 226.7 |   759M |  52 |1809 |6023 |   0 |  81k|  0 | 111k| 423 | 2.700000e+01 |      --      |    Inf |   2.22%
1461.63/1465.84	c  1466s|120200 | 40379 | 27511k| 226.7 |   759M |  52 |1809 |6057 |   0 |  81k|  0 | 111k| 423 | 2.700000e+01 |      --      |    Inf |   2.22%
1462.63/1466.80	c  1467s|120300 | 40417 | 27528k| 226.6 |   759M |  52 |1809 |6052 |2693 |  81k|  2 | 111k| 423 | 2.700000e+01 |      --      |    Inf |   2.22%
1463.53/1467.78	c  1468s|120400 | 40452 | 27546k| 226.6 |   759M |  52 |1809 |6075 |   0 |  81k|  0 | 111k| 423 | 2.700000e+01 |      --      |    Inf |   2.22%
1465.02/1469.21	c  1469s|120500 | 40514 | 27573k| 226.6 |   760M |  52 |1809 |5988 |2664 |  81k|  1 | 111k| 423 | 2.700000e+01 |      --      |    Inf |   2.22%
1466.22/1470.48	c  1470s|120600 | 40582 | 27599k| 226.6 |   760M |  52 |1809 |6033 |2669 |  81k|  1 | 111k| 423 | 2.700000e+01 |      --      |    Inf |   2.22%
1467.12/1471.39	c  1471s|120700 | 40631 | 27617k| 226.6 |   760M |  52 |1809 |6053 |2658 |  81k|  1 | 111k| 423 | 2.700000e+01 |      --      |    Inf |   2.22%
1467.93/1472.13	c  1472s|120800 | 40687 | 27630k| 226.5 |   760M |  52 |1809 |6097 |   0 |  81k|  0 | 111k| 423 | 2.700000e+01 |      --      |    Inf |   2.22%
1468.92/1473.15	c  1473s|120900 | 40736 | 27652k| 226.5 |   761M |  52 |1809 |6091 |   0 |  81k|  0 | 112k| 423 | 2.700000e+01 |      --      |    Inf |   2.22%
1470.11/1474.36	c  1474s|121000 | 40799 | 27674k| 226.5 |   761M |  52 |1809 |6063 |2665 |  81k|  1 | 112k| 423 | 2.700000e+01 |      --      |    Inf |   2.22%
1471.01/1475.29	c  1475s|121100 | 40841 | 27693k| 226.5 |   763M |  52 |1809 |6005 |2665 |  81k|  1 | 112k| 423 | 2.700000e+01 |      --      |    Inf |   2.22%
1472.40/1476.68	c  1477s|121200 | 40891 | 27721k| 226.5 |   763M |  52 |1809 |5900 |   0 |  81k|  0 | 112k| 423 | 2.700000e+01 |      --      |    Inf |   2.22%
1473.50/1477.76	c  1478s|121300 | 40943 | 27739k| 226.5 |   763M |  52 |1809 |6044 |2664 |  81k|  1 | 112k| 423 | 2.700000e+01 |      --      |    Inf |   2.22%
1474.40/1478.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1474.40/1478.63	c  1479s|121400 | 40993 | 27756k| 226.4 |   763M |  52 |1809 |6101 |2667 |  81k|  1 | 112k| 423 | 2.700000e+01 |      --      |    Inf |   2.23%
1475.90/1480.13	c  1480s|121500 | 41061 | 27791k| 226.5 |   764M |  52 |1809 |6156 |2668 |  81k|  1 | 112k| 423 | 2.700000e+01 |      --      |    Inf |   2.23%
1476.69/1480.96	c  1481s|121600 | 41118 | 27807k| 226.5 |   764M |  52 |1809 |6192 |2664 |  81k|  1 | 112k| 423 | 2.700000e+01 |      --      |    Inf |   2.23%
1477.59/1481.83	c  1482s|121700 | 41157 | 27821k| 226.4 |   766M |  52 |1809 |6191 |2667 |  81k|  1 | 112k| 423 | 2.700000e+01 |      --      |    Inf |   2.24%
1478.09/1482.36	c  1482s|121800 | 41166 | 27829k| 226.3 |   766M |  52 |1809 |6149 |   0 |  81k|  0 | 113k| 423 | 2.700000e+01 |      --      |    Inf |   2.24%
1478.80/1483.11	c  1483s|121900 | 41167 | 27834k| 226.2 |   767M |  52 |1809 |6128 |2668 |  81k|  1 | 113k| 423 | 2.700699e+01 |      --      |    Inf |   2.24%
1479.69/1484.00	c  1484s|122000 | 41171 | 27841k| 226.0 |   768M |  52 |1809 |6145 |   0 |  81k|  0 | 113k| 423 | 2.700699e+01 |      --      |    Inf |   2.24%
1480.39/1484.64	c  1485s|122100 | 41178 | 27849k| 225.9 |   769M |  52 |1809 |6211 |   0 |  81k|  0 | 113k| 423 | 2.700699e+01 |      --      |    Inf |   2.24%
1480.99/1485.29	c  1485s|122200 | 41183 | 27858k| 225.8 |   769M |  52 |1809 |6221 |2665 |  81k|  1 | 113k| 423 | 2.700699e+01 |      --      |    Inf |   2.24%
1482.08/1486.33	c  1486s|122300 | 41243 | 27875k| 225.8 |   769M |  52 |1809 |6176 |2678 |  82k|  1 | 113k| 423 | 2.700699e+01 |      --      |    Inf |   2.24%
1482.68/1487.01	c  1487s|122400 | 41268 | 27885k| 225.7 |   769M |  52 |1809 |6202 |   0 |  82k|  0 | 113k| 423 | 2.700699e+01 |      --      |    Inf |   2.24%
1483.48/1487.75	c  1488s|122500 | 41303 | 27897k| 225.6 |   769M |  52 |1809 |6262 |2670 |  82k|  1 | 113k| 423 | 2.700699e+01 |      --      |    Inf |   2.24%
1484.18/1488.42	c  1488s|122600 | 41340 | 27906k| 225.5 |   770M |  52 |1809 |6233 |   0 |  82k|  0 | 113k| 423 | 2.700699e+01 |      --      |    Inf |   2.24%
1484.97/1489.29	c  1489s|122700 | 41379 | 27922k| 225.4 |   770M |  52 |1809 |6187 |2664 |  82k|  1 | 113k| 423 | 2.700699e+01 |      --      |    Inf |   2.24%
1485.67/1489.94	c  1490s|122800 | 41407 | 27933k| 225.3 |   770M |  52 |1809 |6121 |2665 |  82k|  1 | 113k| 423 | 2.700699e+01 |      --      |    Inf |   2.24%
1486.47/1490.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1486.47/1490.70	c  1491s|122900 | 41461 | 27945k| 225.2 |   771M |  52 |1809 |6114 |2681 |  82k|  2 | 114k| 423 | 2.700699e+01 |      --      |    Inf |   2.24%
1487.27/1491.54	c  1492s|123000 | 41492 | 27960k| 225.2 |   771M |  52 |1809 |6070 |   0 |  82k|  0 | 114k| 423 | 2.700699e+01 |      --      |    Inf |   2.24%
1487.96/1492.26	c  1492s|123100 | 41523 | 27972k| 225.1 |   771M |  52 |1809 |6041 |2672 |  82k|  1 | 114k| 423 | 2.700699e+01 |      --      |    Inf |   2.24%
1488.77/1493.11	c  1493s|123200 | 41573 | 27988k| 225.0 |   771M |  52 |1809 |6092 |2669 |  82k|  2 | 114k| 423 | 2.700699e+01 |      --      |    Inf |   2.24%
1489.56/1493.81	c  1494s|123300 | 41601 | 28001k| 224.9 |   772M |  52 |1809 |6194 |2671 |  82k|  1 | 114k| 423 | 2.700699e+01 |      --      |    Inf |   2.24%
1490.46/1494.73	c  1495s|123400 | 41632 | 28016k| 224.9 |   772M |  52 |1809 |6154 |   0 |  82k|  0 | 114k| 423 | 2.700699e+01 |      --      |    Inf |   2.24%
1491.16/1495.45	c  1495s|123500 | 41658 | 28028k| 224.8 |   772M |  52 |1809 |6190 |   0 |  82k|  0 | 114k| 423 | 2.700699e+01 |      --      |    Inf |   2.24%
1491.87/1496.12	c  1496s|123600 | 41677 | 28038k| 224.7 |   772M |  52 |1809 |6130 |   0 |  82k|  0 | 114k| 428 | 2.700699e+01 |      --      |    Inf |   2.24%
1492.65/1496.90	c  1497s|123700 | 41705 | 28050k| 224.6 |   773M |  52 |1809 |6099 |2673 |  82k|  1 | 114k| 428 | 2.700699e+01 |      --      |    Inf |   2.24%
1493.35/1497.64	c  1498s|123800 | 41722 | 28063k| 224.5 |   774M |  52 |1809 |6124 |2667 |  82k|  2 | 114k| 428 | 2.700699e+01 |      --      |    Inf |   2.24%
1494.45/1498.77	c  1499s|123900 | 41774 | 28082k| 224.5 |   774M |  52 |1809 |6123 |2671 |  82k|  2 | 114k| 428 | 2.700699e+01 |      --      |    Inf |   2.24%
1495.34/1499.68	c  1500s|124000 | 41803 | 28096k| 224.4 |   775M |  52 |1809 |6144 |2679 |  83k|  1 | 114k| 428 | 2.700699e+01 |      --      |    Inf |   2.24%
1496.14/1500.43	c  1500s|124100 | 41822 | 28107k| 224.4 |   775M |  52 |1809 |6149 |2665 |  83k|  1 | 115k| 428 | 2.700699e+01 |      --      |    Inf |   2.24%
1496.75/1501.06	c  1501s|124200 | 41839 | 28117k| 224.3 |   775M |  52 |1809 |6117 |2675 |  83k|  1 | 115k| 428 | 2.700699e+01 |      --      |    Inf |   2.24%
1497.54/1501.84	c  1502s|124300 | 41878 | 28128k| 224.2 |   776M |  52 |1809 |6148 |2675 |  83k|  2 | 115k| 428 | 2.700699e+01 |      --      |    Inf |   2.24%
1498.23/1502.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1498.23/1502.57	c  1503s|124400 | 41889 | 28138k| 224.1 |   776M |  52 |1809 |6186 |2682 |  83k|  1 | 115k| 428 | 2.700699e+01 |      --      |    Inf |   2.24%
1499.13/1503.40	c  1503s|124500 | 41921 | 28154k| 224.0 |   776M |  52 |1809 |6221 |   0 |  83k|  0 | 115k| 428 | 2.700699e+01 |      --      |    Inf |   2.24%
1499.74/1504.06	c  1504s|124600 | 41907 | 28163k| 223.9 |   777M |  52 |1809 |6157 |2671 |  83k|  1 | 115k| 428 | 2.700699e+01 |      --      |    Inf |   2.24%
1500.53/1504.89	c  1505s|124700 | 41919 | 28178k| 223.9 |   777M |  52 |1809 |6165 |2684 |  83k|  1 | 115k| 428 | 2.700699e+01 |      --      |    Inf |   2.24%
1501.92/1506.20	c  1506s|124800 | 41993 | 28205k| 223.9 |   779M |  52 |1809 |6157 |2686 |  83k|  2 | 115k| 428 | 2.700699e+01 |      --      |    Inf |   2.24%
1502.73/1507.05	c  1507s|124900 | 42038 | 28221k| 223.8 |   781M |  52 |1809 |6205 |2672 |  83k|  1 | 115k| 428 | 2.700699e+01 |      --      |    Inf |   2.24%
1503.83/1508.12	c  1508s|125000 | 42077 | 28242k| 223.8 |   782M |  52 |1809 |6263 |   0 |  83k|  0 | 115k| 428 | 2.700699e+01 |      --      |    Inf |   2.24%
1505.01/1509.30	c  1509s|125100 | 42115 | 28262k| 223.8 |   783M |  52 |1809 |6269 |2685 |  83k|  1 | 115k| 428 | 2.700699e+01 |      --      |    Inf |   2.24%
1506.21/1510.56	c  1511s|125200 | 42164 | 28285k| 223.8 |   783M |  52 |1809 |6267 |2690 |  83k|  1 | 116k| 428 | 2.700699e+01 |      --      |    Inf |   2.24%
1507.20/1511.57	c  1512s|125300 | 42191 | 28302k| 223.8 |   784M |  52 |1809 |6252 |   0 |  83k|  0 | 116k| 428 | 2.700699e+01 |      --      |    Inf |   2.24%
1508.50/1512.81	c  1513s|125400 | 42223 | 28328k| 223.8 |   784M |  52 |1809 |6240 |2678 |  83k|  1 | 116k| 428 | 2.700699e+01 |      --      |    Inf |   2.24%
1509.39/1513.73	c  1514s|125500 | 42253 | 28345k| 223.8 |   784M |  52 |1809 |6176 |2694 |  83k|  1 | 116k| 428 | 2.700699e+01 |      --      |    Inf |   2.24%
1510.09/1514.40	c  1514s|125600 | 42300 | 28355k| 223.7 |   784M |  52 |1809 |6164 |   0 |  83k|  0 | 116k| 428 | 2.700699e+01 |      --      |    Inf |   2.24%
1510.39/1514.78	c  1515s|125700 | 42319 | 28360k| 223.5 |   784M |  52 |1809 |6222 |2694 |  83k|  1 | 116k| 428 | 2.700699e+01 |      --      |    Inf |   2.24%
1511.19/1515.55	c  1516s|125800 | 42317 | 28369k| 223.4 |   784M |  52 |1809 |6202 |2687 |  84k|  2 | 116k| 428 | 2.700699e+01 |      --      |    Inf |   2.24%
1511.99/1516.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1511.99/1516.38	c  1516s|125900 | 42339 | 28383k| 223.3 |   784M |  52 |1809 |6200 |2688 |  84k|  1 | 116k| 428 | 2.700699e+01 |      --      |    Inf |   2.24%
1512.88/1517.25	c  1517s|126000 | 42359 | 28399k| 223.3 |   784M |  52 |1809 |6177 |2691 |  84k|  1 | 116k| 428 | 2.700699e+01 |      --      |    Inf |   2.24%
1513.48/1517.83	c  1518s|126100 | 42383 | 28409k| 223.2 |   784M |  52 |1809 |6190 |2680 |  84k|  1 | 116k| 428 | 2.700699e+01 |      --      |    Inf |   2.24%
1514.58/1518.98	c  1519s|126200 | 42412 | 28431k| 223.2 |   784M |  52 |1809 |6171 |2690 |  84k|  3 | 116k| 436 | 2.700699e+01 |      --      |    Inf |   2.24%
1515.97/1520.32	c  1520s|126300 | 42455 | 28456k| 223.2 |   786M |  52 |1809 |6260 |   0 |  84k|  0 | 117k| 436 | 2.701389e+01 |      --      |    Inf |   2.24%
1517.37/1521.71	c  1522s|126400 | 42495 | 28478k| 223.2 |   786M |  52 |1809 |6239 |2684 |  84k|  2 | 117k| 436 | 2.720000e+01 |      --      |    Inf |   2.24%
1518.06/1522.47	c  1522s|126500 | 42498 | 28490k| 223.1 |   786M |  52 |1809 |6227 |2682 |  84k|  1 | 117k| 436 | 2.733333e+01 |      --      |    Inf |   2.24%
1518.96/1523.35	c  1523s|126600 | 42508 | 28505k| 223.1 |   787M |  52 |1809 |6208 |   0 |  84k|  0 | 117k| 436 | 2.733333e+01 |      --      |    Inf |   2.24%
1519.96/1524.33	c  1524s|126700 | 42528 | 28519k| 223.0 |   787M |  52 |1809 |6197 |2706 |  84k|  1 | 117k| 436 | 2.740000e+01 |      --      |    Inf |   2.24%
1521.25/1525.66	c  1526s|126800 | 42555 | 28543k| 223.0 |   788M |  52 |1809 |6237 |2683 |  84k|  1 | 117k| 436 | 2.750000e+01 |      --      |    Inf |   2.24%
1522.15/1526.58	c  1527s|126900 | 42581 | 28558k| 223.0 |   788M |  52 |1809 |6230 |   0 |  84k|  0 | 117k| 436 | 2.750000e+01 |      --      |    Inf |   2.24%
1523.24/1527.60	c  1528s|127000 | 42587 | 28573k| 222.9 |   788M |  52 |1809 |6249 |   0 |  84k|  0 | 117k| 436 | 2.750000e+01 |      --      |    Inf |   2.24%
1523.84/1528.25	c  1528s|127100 | 42603 | 28583k| 222.8 |   789M |  52 |1809 |6268 |   0 |  84k|  0 | 117k| 436 | 2.750000e+01 |      --      |    Inf |   2.24%
1524.75/1529.13	c  1529s|127200 | 42626 | 28595k| 222.7 |   790M |  52 |1809 |6303 |2674 |  84k|  1 | 117k| 436 | 2.750000e+01 |      --      |    Inf |   2.24%
1525.94/1530.36	c  1530s|127300 | 42645 | 28607k| 222.7 |   790M |  52 |1809 |6302 |2684 |  84k|  1 | 118k| 436 | 2.800000e+01 |      --      |    Inf |   2.24%
1526.94/1531.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1526.94/1531.36	c  1531s|127400 | 42669 | 28620k| 222.6 |   792M |  52 |1809 |6296 |2691 |  85k|  1 | 118k| 436 | 2.800000e+01 |      --      |    Inf |   2.24%
1527.75/1532.19	c  1532s|127500 | 42712 | 28634k| 222.5 |   792M |  52 |1809 |6371 |2695 |  85k|  1 | 118k| 436 | 2.800000e+01 |      --      |    Inf |   2.24%
1528.75/1533.14	c  1533s|127600 | 42735 | 28649k| 222.5 |   792M |  52 |1809 |6366 |2701 |  85k|  1 | 118k| 436 | 2.800000e+01 |      --      |    Inf |   2.24%
1529.83/1534.26	c  1534s|127700 | 42766 | 28669k| 222.5 |   793M |  52 |1809 |6306 |2678 |  85k|  1 | 118k| 436 | 2.800000e+01 |      --      |    Inf |   2.24%
1530.43/1534.89	c  1535s|127800 | 42773 | 28677k| 222.3 |   793M |  52 |1809 |6371 |   0 |  85k|  0 | 118k| 436 | 2.800000e+01 |      --      |    Inf |   2.24%
1531.32/1535.76	c  1536s|127900 | 42779 | 28691k| 222.3 |   793M |  52 |1809 |6289 |2669 |  85k|  1 | 118k| 436 | 2.800000e+01 |      --      |    Inf |   2.25%
1532.12/1536.52	c  1537s|128000 | 42824 | 28706k| 222.2 |   793M |  52 |1809 |6354 |2693 |  85k|  1 | 118k| 436 | 2.800000e+01 |      --      |    Inf |   2.25%
1533.12/1537.56	c  1538s|128100 | 42852 | 28724k| 222.2 |   795M |  52 |1809 |6348 |   0 |  85k|  0 | 118k| 436 | 2.800000e+01 |      --      |    Inf |   2.25%
1534.21/1538.68	c  1539s|128200 | 42897 | 28746k| 222.2 |   795M |  52 |1809 |6250 |2685 |  85k|  1 | 118k| 436 | 2.800000e+01 |      --      |    Inf |   2.25%
1535.11/1539.57	c  1540s|128300 | 42929 | 28763k| 222.1 |   795M |  52 |1809 |6200 |2684 |  85k|  2 | 118k| 436 | 2.800000e+01 |      --      |    Inf |   2.25%
1535.91/1540.39	c  1540s|128400 | 42964 | 28775k| 222.1 |   796M |  52 |1809 |6284 |2687 |  85k|  1 | 119k| 442 | 2.800000e+01 |      --      |    Inf |   2.25%
1536.90/1541.35	c  1541s|128500 | 43001 | 28792k| 222.0 |   796M |  52 |1809 |6270 |2690 |  85k|  2 | 119k| 442 | 2.800000e+01 |      --      |    Inf |   2.25%
1537.90/1542.32	c  1542s|128600 | 43042 | 28810k| 222.0 |   797M |  52 |1809 |6263 |   0 |  85k|  0 | 119k| 442 | 2.800000e+01 |      --      |    Inf |   2.25%
1539.00/1543.42	c  1543s|128700 | 43053 | 28823k| 221.9 |   798M |  52 |1809 |6242 |2681 |  85k|  1 | 119k| 442 | 2.800000e+01 |      --      |    Inf |   2.25%
1540.09/1544.57	c  1545s|128800 | 43074 | 28839k| 221.9 |   798M |  52 |1809 |6196 |2687 |  85k|  1 | 119k| 442 | 2.800000e+01 |      --      |    Inf |   2.25%
1540.99/1545.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1540.99/1545.45	c  1545s|128900 | 43123 | 28854k| 221.8 |   798M |  52 |1809 |6207 |2687 |  85k|  1 | 119k| 442 | 2.800000e+01 |      --      |    Inf |   2.25%
1541.60/1546.04	c  1546s|129000 | 43150 | 28863k| 221.7 |   799M |  52 |1809 |6194 |2685 |  86k|  1 | 119k| 442 | 2.800000e+01 |      --      |    Inf |   2.27%
1542.69/1547.13	c  1547s|129100 | 43176 | 28881k| 221.7 |   799M |  52 |1809 |6171 |   0 |  86k|  0 | 119k| 442 | 2.800000e+01 |      --      |    Inf |   2.27%
1543.59/1548.07	c  1548s|129200 | 43214 | 28899k| 221.7 |   799M |  52 |1809 |6194 |2680 |  86k|  1 | 119k| 442 | 2.800000e+01 |      --      |    Inf |   2.27%
1544.59/1549.04	c  1549s|129300 | 43240 | 28917k| 221.6 |   800M |  52 |1809 |6173 |2682 |  86k|  1 | 119k| 442 | 2.800000e+01 |      --      |    Inf |   2.27%
1545.47/1549.93	c  1550s|129400 | 43279 | 28934k| 221.6 |   800M |  52 |1809 |6239 |2694 |  86k|  0 | 119k| 442 | 2.800000e+01 |      --      |    Inf |   2.27%
1545.97/1550.40	c  1550s|129500 | 43296 | 28942k| 221.5 |   801M |  52 |1809 |6253 |2694 |  86k|  1 | 119k| 442 | 2.800000e+01 |      --      |    Inf |   2.27%
1546.58/1551.08	c  1551s|129600 | 43305 | 28952k| 221.4 |   801M |  52 |1809 |6253 |2697 |  86k|  1 | 119k| 448 | 2.800000e+01 |      --      |    Inf |   2.27%
1547.86/1552.33	c  1552s|129700 | 43314 | 28975k| 221.4 |   801M |  52 |1809 |6185 |2690 |  86k|  1 | 120k| 448 | 2.800000e+01 |      --      |    Inf |   2.27%
1548.57/1553.04	c  1553s|129800 | 43328 | 28986k| 221.3 |   802M |  52 |1809 |6171 |   0 |  86k|  0 | 120k| 448 | 2.800000e+01 |      --      |    Inf |   2.27%
1549.45/1553.93	c  1554s|129900 | 43357 | 29003k| 221.3 |   802M |  52 |1809 |6105 |   0 |  86k|  0 | 120k| 448 | 2.800000e+01 |      --      |    Inf |   2.27%
1550.15/1554.67	c  1555s|130000 | 43396 | 29015k| 221.2 |   803M |  52 |1809 |6082 |   0 |  86k|  0 | 120k| 448 | 2.800000e+01 |      --      |    Inf |   2.27%
1551.05/1555.59	c  1556s|130100 | 43414 | 29027k| 221.1 |   804M |  52 |1809 |6063 |2690 |  86k|  1 | 120k| 448 | 2.800000e+01 |      --      |    Inf |   2.27%
1552.15/1556.61	c  1557s|130200 | 43435 | 29041k| 221.0 |   804M |  52 |1809 |5965 |2687 |  86k|  1 | 120k| 448 | 2.800000e+01 |      --      |    Inf |   2.27%
1552.84/1557.30	c  1557s|130300 | 43459 | 29052k| 221.0 |   804M |  52 |1809 |6008 |2681 |  86k|  1 | 120k| 448 | 2.800000e+01 |      --      |    Inf |   2.27%
1553.45/1558.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1553.45/1558.00	c  1558s|130400 | 43477 | 29063k| 220.9 |   805M |  52 |1809 |6040 |2677 |  86k|  1 | 120k| 448 | 2.800000e+01 |      --      |    Inf |   2.27%
1554.35/1558.89	c  1559s|130500 | 43504 | 29079k| 220.8 |   805M |  52 |1809 |6000 |   0 |  86k|  0 | 120k| 448 | 2.800000e+01 |      --      |    Inf |   2.27%
1555.74/1560.22	c  1560s|130600 | 43533 | 29103k| 220.9 |   805M |  52 |1809 |5897 |2676 |  87k|  1 | 120k| 448 | 2.800000e+01 |      --      |    Inf |   2.27%
1556.65/1561.17	c  1561s|130700 | 43570 | 29117k| 220.8 |   805M |  52 |1809 |5934 |2694 |  87k|  1 | 120k| 448 | 2.800000e+01 |      --      |    Inf |   2.27%
1557.43/1561.93	c  1562s|130800 | 43596 | 29127k| 220.7 |   805M |  52 |1809 |5997 |   0 |  87k|  0 | 120k| 448 | 2.800000e+01 |      --      |    Inf |   2.27%
1558.54/1563.02	c  1563s|130900 | 43632 | 29145k| 220.7 |   806M |  52 |1809 |6026 |2691 |  87k|  1 | 120k| 448 | 2.800000e+01 |      --      |    Inf |   2.27%
1559.64/1564.17	c  1564s|131000 | 43639 | 29161k| 220.6 |   806M |  52 |1809 |5998 |2676 |  87k|  1 | 121k| 448 | 2.800000e+01 |      --      |    Inf |   2.27%
1560.54/1565.10	c  1565s|131100 | 43664 | 29179k| 220.6 |   806M |  52 |1809 |5990 |2693 |  87k|  2 | 121k| 448 | 2.800000e+01 |      --      |    Inf |   2.27%
1561.82/1566.31	c  1566s|131200 | 43694 | 29201k| 220.6 |   807M |  52 |1809 |5985 |   0 |  87k|  0 | 121k| 448 | 2.800000e+01 |      --      |    Inf |   2.27%
1562.82/1567.31	c  1567s|131300 | 43702 | 29217k| 220.5 |   807M |  52 |1809 |5958 |2673 |  87k|  1 | 121k| 448 | 2.800000e+01 |      --      |    Inf |   2.27%
1563.53/1568.11	c  1568s|131400 | 43728 | 29228k| 220.5 |   807M |  52 |1809 |5970 |2688 |  87k|  1 | 121k| 448 | 2.800000e+01 |      --      |    Inf |   2.27%
1564.31/1568.86	c  1569s|131500 | 43724 | 29241k| 220.4 |   807M |  52 |1809 |5978 |   0 |  87k|  0 | 121k| 448 | 2.800000e+01 |      --      |    Inf |   2.27%
1565.41/1569.93	c  1570s|131600 | 43768 | 29262k| 220.4 |   809M |  52 |1809 |6019 |2690 |  87k|  1 | 121k| 448 | 2.800000e+01 |      --      |    Inf |   2.27%
1566.00/1570.59	c  1571s|131700 | 43789 | 29275k| 220.3 |   809M |  52 |1809 |6019 |   0 |  87k|  0 | 121k| 448 | 2.800000e+01 |      --      |    Inf |   2.28%
1566.90/1571.48	c  1571s|131800 | 43836 | 29290k| 220.3 |   810M |  52 |1809 |6062 |2688 |  87k|  1 | 121k| 453 | 2.800000e+01 |      --      |    Inf |   2.28%
1567.80/1572.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1567.80/1572.31	c  1572s|131900 | 43852 | 29305k| 220.2 |   811M |  52 |1809 |6093 |2682 |  87k|  1 | 121k| 453 | 2.800000e+01 |      --      |    Inf |   2.28%
1568.30/1572.85	c  1573s|132000 | 43864 | 29312k| 220.1 |   811M |  52 |1809 |6155 |2697 |  88k|  1 | 121k| 453 | 2.800000e+01 |      --      |    Inf |   2.28%
1569.29/1573.86	c  1574s|132100 | 43884 | 29328k| 220.0 |   811M |  52 |1809 |6141 |2686 |  88k|  1 | 121k| 453 | 2.800000e+01 |      --      |    Inf |   2.28%
1570.39/1574.94	c  1575s|132200 | 43911 | 29348k| 220.0 |   811M |  52 |1809 |6164 |   0 |  88k|  0 | 121k| 453 | 2.800000e+01 |      --      |    Inf |   2.28%
1571.78/1576.37	c  1576s|132300 | 43979 | 29378k| 220.1 |   811M |  52 |1809 |6179 |2682 |  88k|  1 | 122k| 453 | 2.800000e+01 |      --      |    Inf |   2.28%
1572.49/1577.01	c  1577s|132400 | 43999 | 29388k| 220.0 |   812M |  52 |1809 |6220 |   0 |  88k|  0 | 122k| 453 | 2.800000e+01 |      --      |    Inf |   2.28%
1573.68/1578.28	c  1578s|132500 | 44049 | 29413k| 220.0 |   813M |  52 |1809 |6246 |2693 |  88k|  1 | 122k| 453 | 2.800000e+01 |      --      |    Inf |   2.28%
1574.17/1578.74	c  1579s|132600 | 44056 | 29421k| 219.9 |   813M |  52 |1809 |6308 |   0 |  88k|  0 | 122k| 453 | 2.800000e+01 |      --      |    Inf |   2.28%
1575.07/1579.61	c  1580s|132700 | 44100 | 29433k| 219.8 |   813M |  52 |1809 |6333 |2690 |  88k|  1 | 122k| 453 | 2.800000e+01 |      --      |    Inf |   2.28%
1576.07/1580.69	c  1581s|132800 | 44102 | 29444k| 219.8 |   814M |  52 |1809 |6339 |   0 |  88k|  0 | 122k| 453 | 2.800000e+01 |      --      |    Inf |   2.28%
1577.26/1581.81	c  1582s|132900 | 44142 | 29463k| 219.7 |   814M |  52 |1809 |6318 |2685 |  88k|  1 | 122k| 453 | 2.800000e+01 |      --      |    Inf |   2.28%
1577.86/1582.46	c  1582s|133000 | 44155 | 29476k| 219.7 |   815M |  52 |1809 |6319 |   0 |  88k|  0 | 122k| 453 | 2.800000e+01 |      --      |    Inf |   2.28%
1578.66/1583.25	c  1583s|133100 | 44178 | 29489k| 219.6 |   815M |  52 |1809 |6313 |2694 |  88k|  1 | 122k| 453 | 2.800000e+01 |      --      |    Inf |   2.28%
1579.47/1584.09	c  1584s|133200 | 44187 | 29502k| 219.5 |   815M |  52 |1809 |6315 |   0 |  88k|  0 | 122k| 453 | 2.800000e+01 |      --      |    Inf |   2.28%
1580.46/1585.06	c  1585s|133300 | 44227 | 29516k| 219.5 |   816M |  52 |1809 |6257 |2686 |  89k|  1 | 122k| 453 | 2.800000e+01 |      --      |    Inf |   2.28%
1581.35/1585.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1581.35/1585.90	c  1586s|133400 | 44262 | 29524k| 219.4 |   816M |  52 |1809 |6257 |   0 |  89k|  0 | 122k| 453 | 2.800000e+01 |      --      |    Inf |   2.28%
1582.34/1586.91	c  1587s|133500 | 44280 | 29539k| 219.3 |   816M |  52 |1809 |6183 |2686 |  89k|  1 | 122k| 458 | 2.800000e+01 |      --      |    Inf |   2.28%
1583.74/1588.32	c  1588s|133600 | 44319 | 29562k| 219.3 |   816M |  52 |1809 |6103 |   0 |  89k|  0 | 123k| 458 | 2.800000e+01 |      --      |    Inf |   2.28%
1584.64/1589.20	c  1589s|133700 | 44378 | 29577k| 219.3 |   817M |  52 |1809 |6129 |2665 |  89k|  1 | 123k| 458 | 2.800000e+01 |      --      |    Inf |   2.28%
1585.33/1590.00	c  1590s|133800 | 44406 | 29590k| 219.2 |   818M |  52 |1809 |6110 |2685 |  89k|  1 | 123k| 458 | 2.800000e+01 |      --      |    Inf |   2.28%
1586.44/1591.02	c  1591s|133900 | 44445 | 29605k| 219.2 |   819M |  52 |1809 |6208 |2695 |  89k|  1 | 123k| 458 | 2.800000e+01 |      --      |    Inf |   2.28%
1587.33/1592.00	c  1592s|134000 | 44492 | 29622k| 219.1 |   820M |  52 |1809 |6232 |2665 |  89k|  1 | 123k| 458 | 2.800000e+01 |      --      |    Inf |   2.28%
1588.22/1592.80	c  1593s|134100 | 44518 | 29633k| 219.1 |   821M |  52 |1809 |6267 |2705 |  89k|  3 | 123k| 458 | 2.800000e+01 |      --      |    Inf |   2.28%
1589.32/1593.92	c  1594s|134200 | 44544 | 29652k| 219.0 |   821M |  52 |1809 |6320 |2687 |  89k|  1 | 123k| 458 | 2.800000e+01 |      --      |    Inf |   2.28%
1590.31/1594.93	c  1595s|134300 | 44606 | 29671k| 219.0 |   822M |  52 |1809 |6356 |2688 |  89k|  1 | 123k| 458 | 2.800000e+01 |      --      |    Inf |   2.28%
1591.12/1595.76	c  1596s|134400 | 44632 | 29686k| 219.0 |   823M |  52 |1809 |6367 |2681 |  89k|  1 | 123k| 458 | 2.800000e+01 |      --      |    Inf |   2.28%
1592.12/1596.79	c  1597s|134500 | 44671 | 29705k| 218.9 |   823M |  52 |1809 |6375 |2694 |  89k|  1 | 123k| 458 | 2.800000e+01 |      --      |    Inf |   2.28%
1593.01/1597.63	c  1598s|134600 | 44706 | 29719k| 218.9 |   824M |  52 |1809 |6374 |2678 |  89k|  1 | 123k| 458 | 2.800000e+01 |      --      |    Inf |   2.28%
1594.42/1599.05	c  1599s|134700 | 44737 | 29743k| 218.9 |   825M |  52 |1809 |6350 |2693 |  90k|  1 | 124k| 458 | 2.800000e+01 |      --      |    Inf |   2.28%
1595.21/1599.87	c  1600s|134800 | 44756 | 29754k| 218.8 |   825M |  52 |1809 |6374 |   0 |  90k|  0 | 124k| 458 | 2.800000e+01 |      --      |    Inf |   2.28%
1596.20/1600.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1596.20/1600.86	c  1601s|134900 | 44776 | 29767k| 218.7 |   826M |  52 |1809 |6463 |2691 |  90k|  0 | 124k| 458 | 2.800000e+01 |      --      |    Inf |   2.28%
1597.10/1601.73	c  1602s|135000 | 44800 | 29780k| 218.7 |   827M |  52 |1809 |6427 |2678 |  90k|  1 | 124k| 458 | 2.800000e+01 |      --      |    Inf |   2.28%
1598.00/1602.62	c  1603s|135100 | 44826 | 29789k| 218.6 |   828M |  52 |1809 |6421 |2676 |  90k|  1 | 124k| 458 | 2.800000e+01 |      --      |    Inf |   2.28%
1598.69/1603.35	c  1603s|135200 | 44836 | 29799k| 218.5 |   828M |  52 |1809 |6394 |   0 |  90k|  0 | 124k| 458 | 2.800000e+01 |      --      |    Inf |   2.28%
1599.40/1604.05	c  1604s|135300 | 44846 | 29808k| 218.4 |   829M |  52 |1809 |6376 |   0 |  90k|  0 | 124k| 458 | 2.800000e+01 |      --      |    Inf |   2.28%
1600.29/1604.90	c  1605s|135400 | 44859 | 29822k| 218.3 |   829M |  52 |1809 |6344 |2683 |  90k|  1 | 124k| 458 | 2.800000e+01 |      --      |    Inf |   2.28%
1601.28/1605.97	c  1606s|135500 | 44877 | 29842k| 218.3 |   829M |  52 |1809 |6277 |   0 |  90k|  0 | 124k| 458 | 2.800000e+01 |      --      |    Inf |   2.28%
1602.28/1606.98	c  1607s|135600 | 44894 | 29858k| 218.3 |   830M |  52 |1809 |6247 |2685 |  90k|  1 | 124k| 458 | 2.800000e+01 |      --      |    Inf |   2.28%
1603.39/1608.04	c  1608s|135700 | 44923 | 29878k| 218.3 |   830M |  52 |1809 |6246 |   0 |  90k|  0 | 124k| 458 | 2.800000e+01 |      --      |    Inf |   2.28%
1604.57/1609.22	c  1609s|135800 | 44966 | 29899k| 218.3 |   830M |  52 |1809 |6257 |2684 |  90k|  1 | 124k| 458 | 2.800000e+01 |      --      |    Inf |   2.28%
1605.38/1610.08	c  1610s|135900 | 44999 | 29915k| 218.2 |   830M |  52 |1809 |6266 |2685 |  90k|  1 | 124k| 458 | 2.800000e+01 |      --      |    Inf |   2.28%
1606.48/1611.16	c  1611s|136000 | 45023 | 29934k| 218.2 |   830M |  52 |1809 |6272 |   0 |  90k|  0 | 125k| 458 | 2.800000e+01 |      --      |    Inf |   2.29%
1607.47/1612.16	c  1612s|136100 | 45066 | 29950k| 218.2 |   830M |  52 |1809 |6245 |   0 |  91k|  0 | 125k| 458 | 2.800000e+01 |      --      |    Inf |   2.29%
1608.66/1613.31	c  1613s|136200 | 45078 | 29967k| 218.1 |   830M |  52 |1809 |6251 |2697 |  91k|  1 | 125k| 458 | 2.800000e+01 |      --      |    Inf |   2.29%
1610.15/1614.81	c  1615s|136300 | 45129 | 29991k| 218.2 |   831M |  52 |1809 |6213 |2689 |  91k|  1 | 125k| 458 | 2.800000e+01 |      --      |    Inf |   2.29%
1611.36/1616.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1611.36/1616.02	c  1616s|136400 | 45153 | 30014k| 218.2 |   831M |  52 |1809 |6151 |2695 |  91k|  1 | 125k| 458 | 2.800000e+01 |      --      |    Inf |   2.29%
1612.05/1616.79	c  1617s|136500 | 45168 | 30026k| 218.1 |   832M |  52 |1809 |6132 |2690 |  91k|  1 | 125k| 458 | 2.800000e+01 |      --      |    Inf |   2.29%
1612.74/1617.40	c  1617s|136600 | 45188 | 30035k| 218.0 |   832M |  52 |1809 |6203 |2702 |  91k|  1 | 125k| 467 | 2.800000e+01 |      --      |    Inf |   2.29%
1613.54/1618.22	c  1618s|136700 | 45208 | 30046k| 217.9 |   832M |  52 |1809 |6245 |   0 |  91k|  0 | 125k| 467 | 2.800000e+01 |      --      |    Inf |   2.29%
1614.45/1619.13	c  1619s|136800 | 45235 | 30062k| 217.9 |   833M |  52 |1809 |6226 |2691 |  91k|  1 | 125k| 467 | 2.800000e+01 |      --      |    Inf |   2.29%
1615.03/1619.76	c  1620s|136900 | 45262 | 30073k| 217.8 |   833M |  52 |1809 |6250 |2682 |  91k|  1 | 125k| 467 | 2.800000e+01 |      --      |    Inf |   2.29%
1615.93/1620.68	c  1621s|137000 | 45284 | 30085k| 217.7 |   834M |  52 |1809 |6323 |   0 |  91k|  0 | 125k| 472 | 2.800000e+01 |      --      |    Inf |   2.29%
1616.73/1621.41	c  1621s|137100 | 45312 | 30097k| 217.7 |   834M |  52 |1809 |6316 |2691 |  91k|  1 | 125k| 472 | 2.800000e+01 |      --      |    Inf |   2.29%
1617.52/1622.28	c  1622s|137200 | 45329 | 30114k| 217.6 |   834M |  52 |1809 |6316 |2697 |  91k|  2 | 126k| 472 | 2.800000e+01 |      --      |    Inf |   2.29%
1618.52/1623.24	c  1623s|137300 | 45356 | 30127k| 217.6 |   835M |  52 |1809 |6316 |2684 |  91k|  1 | 126k| 472 | 2.800000e+01 |      --      |    Inf |   2.29%
1619.91/1624.61	c  1625s|137400 | 45400 | 30151k| 217.6 |   836M |  52 |1809 |6236 |2686 |  92k|  1 | 126k| 472 | 2.800000e+01 |      --      |    Inf |   2.29%
1620.71/1625.45	c  1625s|137500 | 45437 | 30167k| 217.5 |   837M |  52 |1809 |6215 |2692 |  92k|  1 | 126k| 472 | 2.800000e+01 |      --      |    Inf |   2.31%
1621.42/1626.12	c  1626s|137600 | 45446 | 30178k| 217.5 |   837M |  52 |1809 |6217 |2690 |  92k|  1 | 126k| 472 | 2.800000e+01 |      --      |    Inf |   2.31%
1622.60/1627.38	c  1627s|137700 | 45486 | 30200k| 217.5 |   837M |  52 |1809 |6175 |2690 |  92k|  2 | 126k| 472 | 2.800000e+01 |      --      |    Inf |   2.31%
1623.90/1628.61	c  1629s|137800 | 45521 | 30219k| 217.4 |   837M |  52 |1809 |6174 |2676 |  92k|  2 | 126k| 472 | 2.800000e+01 |      --      |    Inf |   2.31%
1624.90/1629.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1624.90/1629.61	c  1630s|137900 | 45568 | 30234k| 217.4 |   840M |  52 |1809 |6307 |2675 |  92k|  1 | 126k| 472 | 2.800000e+01 |      --      |    Inf |   2.31%
1625.69/1630.44	c  1630s|138000 | 45586 | 30246k| 217.3 |   840M |  52 |1809 |6323 |2692 |  92k|  1 | 126k| 472 | 2.800000e+01 |      --      |    Inf |   2.31%
1626.30/1631.02	c  1631s|138100 | 45601 | 30253k| 217.2 |   840M |  52 |1809 |6385 |2712 |  92k|  1 | 126k| 472 | 2.800000e+01 |      --      |    Inf |   2.31%
1627.09/1631.81	c  1632s|138200 | 45626 | 30265k| 217.1 |   846M |  52 |1809 |6399 |   0 |  92k|  0 | 127k| 472 | 2.800000e+01 |      --      |    Inf |   2.31%
1627.79/1632.59	c  1633s|138300 | 45642 | 30276k| 217.1 |   847M |  52 |1809 |6408 |2672 |  92k|  1 | 127k| 472 | 2.800000e+01 |      --      |    Inf |   2.31%
1628.58/1633.37	c  1633s|138400 | 45646 | 30290k| 217.0 |   848M |  52 |1809 |6403 |2692 |  92k|  1 | 127k| 472 | 2.800000e+01 |      --      |    Inf |   2.31%
1629.58/1634.36	c  1634s|138500 | 45691 | 30308k| 217.0 |   848M |  52 |1809 |6356 |2696 |  92k|  1 | 127k| 472 | 2.800000e+01 |      --      |    Inf |   2.31%
1630.29/1635.06	c  1635s|138600 | 45726 | 30320k| 216.9 |   848M |  52 |1809 |6398 |2695 |  92k|  1 | 127k| 472 | 2.800000e+01 |      --      |    Inf |   2.31%
1631.98/1636.72	c  1637s|138700 | 45765 | 30339k| 216.9 |   848M |  52 |1809 |6384 |2695 |  92k|  1 | 127k| 472 | 2.800000e+01 |      --      |    Inf |   2.31%
1632.98/1637.70	c  1638s|138800 | 45797 | 30353k| 216.8 |   848M |  52 |1809 |6338 |2695 |  93k|  1 | 127k| 472 | 2.800000e+01 |      --      |    Inf |   2.31%
1633.77/1638.59	c  1639s|138900 | 45811 | 30366k| 216.8 |   849M |  52 |1809 |6310 |2695 |  93k|  1 | 127k| 472 | 2.800000e+01 |      --      |    Inf |   2.31%
1634.67/1639.46	c  1639s|139000 | 45827 | 30378k| 216.7 |   849M |  52 |1809 |6328 |2699 |  93k|  1 | 127k| 472 | 2.800000e+01 |      --      |    Inf |   2.31%
1635.87/1640.62	c  1641s|139100 | 45846 | 30398k| 216.7 |   850M |  52 |1809 |6220 |2700 |  93k|  1 | 127k| 472 | 2.800000e+01 |      --      |    Inf |   2.31%
1636.76/1641.58	c  1642s|139200 | 45878 | 30414k| 216.7 |   851M |  52 |1809 |6255 |2692 |  93k|  1 | 127k| 477 | 2.800000e+01 |      --      |    Inf |   2.31%
1637.46/1642.23	c  1642s|139300 | 45883 | 30422k| 216.6 |   851M |  52 |1809 |6256 |   0 |  93k|  0 | 127k| 477 | 2.800000e+01 |      --      |    Inf |   2.31%
1638.27/1643.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1638.27/1643.06	c  1643s|139400 | 45905 | 30434k| 216.5 |   851M |  52 |1809 |6234 |2693 |  93k|  1 | 127k| 477 | 2.800000e+01 |      --      |    Inf |   2.31%
1639.15/1644.00	c  1644s|139500 | 45917 | 30446k| 216.4 |   851M |  52 |1809 |6214 |2680 |  93k|  1 | 128k| 477 | 2.800000e+01 |      --      |    Inf |   2.31%
1640.36/1645.18	c  1645s|139600 | 45947 | 30464k| 216.4 |   851M |  52 |1809 |6275 |2687 |  93k|  1 | 128k| 477 | 2.800000e+01 |      --      |    Inf |   2.31%
1641.85/1646.62	c  1647s|139700 | 46002 | 30489k| 216.4 |   851M |  52 |1809 |6228 |2688 |  93k|  1 | 128k| 477 | 2.800000e+01 |      --      |    Inf |   2.31%
1642.94/1647.71	c  1648s|139800 | 46074 | 30510k| 216.4 |   851M |  52 |1809 |6356 |2694 |  93k|  2 | 128k| 477 | 2.800000e+01 |      --      |    Inf |   2.31%
1643.94/1648.72	c  1649s|139900 | 46125 | 30524k| 216.4 |   851M |  52 |1809 |6417 |2693 |  93k|  1 | 128k| 477 | 2.800000e+01 |      --      |    Inf |   2.31%
1644.53/1649.38	c  1649s|140000 | 46139 | 30534k| 216.3 |   852M |  52 |1809 |6438 |2696 |  93k|  1 | 128k| 477 | 2.800000e+01 |      --      |    Inf |   2.31%
1645.24/1650.03	c  1650s|140100 | 46146 | 30540k| 216.2 |   852M |  52 |1809 |6455 |2699 |  94k|  1 | 128k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1646.24/1651.02	c  1651s|140200 | 46191 | 30559k| 216.1 |   853M |  52 |1809 |6449 |2703 |  94k|  1 | 128k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1647.23/1652.08	c  1652s|140300 | 46220 | 30571k| 216.1 |   855M |  52 |1809 |6498 |2704 |  94k|  1 | 128k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1648.42/1653.29	c  1653s|140400 | 46229 | 30593k| 216.1 |   855M |  52 |1809 |6405 |2687 |  94k|  2 | 128k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1649.33/1654.16	c  1654s|140500 | 46250 | 30599k| 216.0 |   855M |  52 |1809 |6465 |   0 |  94k|  0 | 129k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1650.01/1654.82	c  1655s|140600 | 46260 | 30606k| 215.9 |   856M |  52 |1809 |6487 |2687 |  94k|  1 | 129k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1650.51/1655.32	c  1655s|140700 | 46270 | 30610k| 215.7 |   856M |  52 |1809 |6524 |2700 |  94k|  2 | 129k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1650.91/1655.74	c  1656s|140800 | 46266 | 30615k| 215.6 |   857M |  52 |1809 |6554 |   0 |  94k|  0 | 129k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1652.32/1657.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1652.32/1657.17	c  1657s|140900 | 46309 | 30630k| 215.6 |   858M |  52 |1809 |6562 |   0 |  94k|  0 | 129k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1653.21/1658.01	c  1658s|141000 | 46342 | 30643k| 215.5 |   858M |  52 |1809 |6563 |2695 |  94k|  1 | 129k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1654.00/1658.86	c  1659s|141100 | 46379 | 30657k| 215.5 |   858M |  52 |1809 |6545 |2706 |  94k|  1 | 129k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1655.20/1660.03	c  1660s|141200 | 46421 | 30676k| 215.5 |   869M |  52 |1809 |6537 |2674 |  94k|  1 | 129k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1655.79/1660.63	c  1661s|141300 | 46432 | 30684k| 215.4 |   870M |  52 |1809 |6529 |2695 |  94k|  1 | 129k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1656.69/1661.55	c  1662s|141400 | 46469 | 30698k| 215.3 |   870M |  52 |1809 |6491 |2665 |  94k|  1 | 129k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1657.30/1662.16	c  1662s|141500 | 46496 | 30706k| 215.2 |   870M |  52 |1809 |6510 |2692 |  95k|  1 | 129k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1658.19/1663.06	c  1663s|141600 | 46539 | 30721k| 215.2 |   871M |  52 |1809 |6483 |2689 |  95k|  1 | 130k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1659.19/1664.05	c  1664s|141700 | 46569 | 30735k| 215.1 |   871M |  52 |1809 |6481 |2708 |  95k|  1 | 130k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1659.78/1664.69	c  1665s|141800 | 46598 | 30745k| 215.0 |   871M |  52 |1809 |6490 |2681 |  95k|  1 | 130k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1660.48/1665.31	c  1665s|141900 | 46604 | 30756k| 215.0 |   871M |  52 |1809 |6467 |2689 |  95k|  1 | 130k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1661.29/1666.14	c  1666s|142000 | 46639 | 30768k| 214.9 |   872M |  52 |1809 |6400 |2671 |  95k|  1 | 130k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1661.98/1666.86	c  1667s|142100 | 46645 | 30778k| 214.8 |   872M |  52 |1809 |6416 |   0 |  95k|  0 | 130k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1662.47/1667.39	c  1667s|142200 | 46665 | 30785k| 214.7 |   872M |  52 |1809 |6446 |2671 |  95k|  1 | 130k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1663.37/1668.22	c  1668s|142300 | 46692 | 30796k| 214.6 |   873M |  52 |1809 |6445 |2689 |  95k|  1 | 130k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1664.07/1668.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1664.07/1668.93	c  1669s|142400 | 46736 | 30809k| 214.6 |   873M |  52 |1809 |6449 |2690 |  95k|  1 | 130k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1664.96/1669.84	c  1670s|142500 | 46782 | 30825k| 214.5 |   874M |  52 |1809 |6463 |2692 |  95k|  2 | 130k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1665.76/1670.60	c  1671s|142600 | 46824 | 30837k| 214.5 |   874M |  52 |1809 |6470 |2688 |  95k|  1 | 130k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1666.76/1671.63	c  1672s|142700 | 46885 | 30857k| 214.5 |   874M |  52 |1809 |6543 |2685 |  95k|  2 | 130k| 482 | 2.800000e+01 |      --      |    Inf |   2.31%
1667.95/1672.81	c  1673s|142800 | 46938 | 30880k| 214.5 |   874M |  52 |1809 |6522 |   0 |  96k|  0 | 130k| 487 | 2.800000e+01 |      --      |    Inf |   2.31%
1668.75/1673.66	c  1674s|142900 | 46963 | 30894k| 214.4 |   874M |  52 |1809 |6529 |2680 |  96k|  1 | 130k| 487 | 2.800000e+01 |      --      |    Inf |   2.31%
1669.75/1674.61	c  1675s|143000 | 46982 | 30910k| 214.4 |   874M |  52 |1809 |6534 |   0 |  96k|  0 | 131k| 487 | 2.800000e+01 |      --      |    Inf |   2.31%
1670.65/1675.53	c  1676s|143100 | 46998 | 30922k| 214.3 |   874M |  52 |1809 |6654 |2697 |  96k|  1 | 131k| 487 | 2.800000e+01 |      --      |    Inf |   2.31%
1671.74/1676.69	c  1677s|143200 | 47059 | 30943k| 214.3 |   875M |  52 |1809 |6672 |2667 |  96k|  1 | 131k| 487 | 2.800000e+01 |      --      |    Inf |   2.31%
1672.64/1677.55	c  1678s|143300 | 47096 | 30962k| 214.3 |   875M |  52 |1809 |6668 |   0 |  96k|  0 | 131k| 487 | 2.800000e+01 |      --      |    Inf |   2.31%
1673.73/1678.61	c  1679s|143400 | 47133 | 30981k| 214.3 |   875M |  52 |1809 |6674 |   0 |  96k|  0 | 131k| 487 | 2.800000e+01 |      --      |    Inf |   2.31%
1674.53/1679.48	c  1679s|143500 | 47152 | 30994k| 214.2 |   876M |  52 |1809 |6636 |   0 |  96k|  0 | 131k| 487 | 2.800000e+01 |      --      |    Inf |   2.31%
1675.53/1680.44	c  1680s|143600 | 47190 | 31009k| 214.2 |   876M |  52 |1809 |6640 |2676 |  96k|  1 | 131k| 487 | 2.800000e+01 |      --      |    Inf |   2.31%
1676.24/1681.18	c  1681s|143700 | 47212 | 31017k| 214.1 |   876M |  52 |1809 |6640 |   0 |  96k|  0 | 131k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1677.42/1682.37	c  1682s|143800 | 47237 | 31027k| 214.0 |   877M |  52 |1809 |6733 |   0 |  96k|  0 | 131k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1678.23/1683.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1678.23/1683.12	c  1683s|143900 | 47243 | 31035k| 213.9 |   877M |  52 |1809 |6730 |   0 |  96k|  0 | 131k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1679.01/1683.93	c  1684s|144000 | 47254 | 31045k| 213.8 |   877M |  52 |1809 |6683 |2688 |  96k|  1 | 132k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1680.22/1685.18	c  1685s|144100 | 47278 | 31065k| 213.8 |   878M |  52 |1809 |6680 |2693 |  96k|  1 | 132k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1681.41/1686.36	c  1686s|144200 | 47326 | 31086k| 213.8 |   878M |  52 |1809 |6658 |   0 |  96k|  0 | 132k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1682.90/1687.90	c  1688s|144300 | 47371 | 31113k| 213.9 |   878M |  52 |1809 |6547 |2698 |  96k|  2 | 132k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1683.89/1688.89	c  1689s|144400 | 47403 | 31131k| 213.8 |   879M |  52 |1809 |6530 |2689 |  97k|  1 | 132k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1684.69/1689.65	c  1690s|144500 | 47420 | 31141k| 213.8 |   880M |  52 |1809 |6498 |2705 |  97k|  2 | 132k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1685.29/1690.28	c  1690s|144600 | 47424 | 31148k| 213.7 |   880M |  52 |1809 |6515 |2693 |  97k|  1 | 132k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1686.20/1691.19	c  1691s|144700 | 47450 | 31161k| 213.6 |   882M |  52 |1809 |6448 |2697 |  97k|  1 | 132k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1686.88/1691.90	c  1692s|144800 | 47463 | 31171k| 213.5 |   882M |  52 |1809 |6471 |2682 |  97k|  1 | 132k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1687.78/1692.73	c  1693s|144900 | 47493 | 31185k| 213.5 |   883M |  52 |1809 |6458 |   0 |  97k|  0 | 132k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1688.58/1693.56	c  1694s|145000 | 47516 | 31196k| 213.4 |   883M |  52 |1809 |6444 |   0 |  97k|  0 | 132k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1689.47/1694.45	c  1694s|145100 | 47539 | 31210k| 213.4 |   884M |  52 |1809 |6451 |   0 |  97k|  0 | 132k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1690.58/1695.53	c  1696s|145200 | 47565 | 31228k| 213.3 |   886M |  52 |1809 |6493 |2670 |  97k|  1 | 133k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1691.47/1696.42	c  1696s|145300 | 47610 | 31245k| 213.3 |   886M |  52 |1809 |6571 |2683 |  97k|  1 | 133k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1692.18/1697.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1692.18/1697.15	c  1697s|145400 | 47629 | 31260k| 213.3 |   886M |  52 |1809 |6620 |   0 |  97k|  0 | 133k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1693.27/1698.21	c  1698s|145500 | 47669 | 31277k| 213.2 |   886M |  52 |1809 |6637 |   0 |  97k|  0 | 133k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1693.96/1698.92	c  1699s|145600 | 47683 | 31284k| 213.1 |   886M |  52 |1809 |6676 |2706 |  97k|  3 | 133k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1694.86/1699.80	c  1700s|145700 | 47700 | 31299k| 213.1 |   886M |  52 |1809 |6685 |2678 |  97k|  1 | 133k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1695.46/1700.44	c  1700s|145800 | 47735 | 31311k| 213.0 |   887M |  52 |1809 |6722 |2686 |  98k|  1 | 133k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1696.17/1701.16	c  1701s|145900 | 47743 | 31324k| 213.0 |   887M |  52 |1809 |6767 |2687 |  98k|  1 | 133k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1697.06/1702.08	c  1702s|146000 | 47781 | 31340k| 212.9 |   887M |  52 |1809 |6775 |   0 |  98k|  0 | 133k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1698.06/1703.01	c  1703s|146100 | 47799 | 31357k| 212.9 |   887M |  52 |1809 |6772 |2680 |  98k|  1 | 133k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1698.85/1703.80	c  1704s|146200 | 47826 | 31371k| 212.9 |   888M |  52 |1809 |6781 |2681 |  98k|  1 | 133k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1699.94/1705.01	c  1705s|146300 | 47854 | 31394k| 212.9 |   888M |  52 |1809 |6779 |   0 |  98k|  0 | 133k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1701.24/1706.28	c  1706s|146400 | 47920 | 31418k| 212.9 |   889M |  52 |1809 |6628 |2675 |  98k|  1 | 133k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1702.33/1707.31	c  1707s|146500 | 47949 | 31435k| 212.9 |   890M |  52 |1809 |6539 |2686 |  98k|  1 | 133k| 487 | 2.800000e+01 |      --      |    Inf |   2.32%
1703.23/1708.26	c  1708s|146600 | 47964 | 31448k| 212.8 |   890M |  52 |1809 |6558 |2688 |  98k|  1 | 134k| 492 | 2.800000e+01 |      --      |    Inf |   2.32%
1704.14/1709.17	c  1709s|146700 | 48003 | 31463k| 212.8 |   890M |  52 |1809 |6545 |2692 |  98k|  1 | 134k| 492 | 2.800000e+01 |      --      |    Inf |   2.32%
1704.72/1709.72	c  1710s|146800 | 48003 | 31469k| 212.7 |   890M |  52 |1809 |6562 |2692 |  98k|  1 | 134k| 492 | 2.800000e+01 |      --      |    Inf |   2.32%
1705.32/1710.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1705.32/1710.34	c  1710s|146900 | 48007 | 31477k| 212.6 |   891M |  52 |1809 |6501 |2699 |  98k|  1 | 134k| 492 | 2.800000e+01 |      --      |    Inf |   2.32%
1705.82/1710.83	c  1711s|147000 | 48024 | 31484k| 212.5 |   891M |  52 |1809 |6510 |2690 |  98k|  1 | 134k| 492 | 2.800000e+01 |      --      |    Inf |   2.33%
1706.22/1711.29	c  1711s|147100 | 48049 | 31491k| 212.4 |   891M |  52 |1809 |6535 |2693 |  98k|  1 | 134k| 492 | 2.800000e+01 |      --      |    Inf |   2.33%
1707.61/1712.67	c  1713s|147200 | 48065 | 31517k| 212.4 |   891M |  52 |1809 |6470 |2683 |  98k|  1 | 134k| 492 | 2.800000e+01 |      --      |    Inf |   2.33%
1708.41/1713.49	c  1713s|147300 | 48096 | 31534k| 212.4 |   891M |  52 |1809 |6452 |   0 |  98k|  0 | 134k| 492 | 2.800000e+01 |      --      |    Inf |   2.33%
1709.31/1714.32	c  1714s|147400 | 48097 | 31546k| 212.3 |   892M |  52 |1809 |6401 |   0 |  98k|  0 | 134k| 492 | 2.800000e+01 |      --      |    Inf |   2.33%
1710.40/1715.50	c  1715s|147500 | 48126 | 31571k| 212.3 |   892M |  52 |1809 |6365 |   0 |  98k|  0 | 134k| 492 | 2.800000e+01 |      --      |    Inf |   2.33%
1711.40/1716.40	c  1716s|147600 | 48161 | 31588k| 212.3 |   892M |  52 |1809 |6410 |2684 |  99k|  1 | 134k| 492 | 2.800000e+01 |      --      |    Inf |   2.33%
1712.20/1717.29	c  1717s|147700 | 48177 | 31603k| 212.3 |   892M |  52 |1809 |6421 |   0 |  99k|  0 | 134k| 492 | 2.800000e+01 |      --      |    Inf |   2.33%
1713.11/1718.18	c  1718s|147800 | 48214 | 31618k| 212.2 |   892M |  52 |1809 |6445 |2696 |  99k|  1 | 134k| 492 | 2.800000e+01 |      --      |    Inf |   2.33%
1714.49/1719.55	c  1720s|147900 | 48257 | 31643k| 212.3 |   892M |  52 |1809 |6426 |   0 |  99k|  0 | 134k| 492 | 2.800000e+01 |      --      |    Inf |   2.33%
1715.19/1720.28	c  1720s|148000 | 48279 | 31652k| 212.2 |   892M |  52 |1809 |6434 |2696 |  99k|  1 | 134k| 492 | 2.800000e+01 |      --      |    Inf |   2.33%
1716.48/1721.54	c  1722s|148100 | 48328 | 31676k| 212.2 |   893M |  52 |1809 |6429 |2684 |  99k|  1 | 135k| 492 | 2.800000e+01 |      --      |    Inf |   2.33%
1717.58/1722.69	c  1723s|148200 | 48350 | 31690k| 212.1 |   893M |  52 |1809 |6428 |2688 |  99k|  1 | 135k| 497 | 2.800000e+01 |      --      |    Inf |   2.33%
1718.58/1723.65	c  1724s|148300 | 48389 | 31706k| 212.1 |   893M |  52 |1809 |6458 |   0 |  99k|  0 | 135k| 497 | 2.800000e+01 |      --      |    Inf |   2.33%
1719.67/1724.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1719.67/1724.78	c  1725s|148400 | 48433 | 31728k| 212.1 |   893M |  52 |1809 |6448 |2681 |  99k|  2 | 135k| 497 | 2.800000e+01 |      --      |    Inf |   2.33%
1720.47/1725.57	c  1726s|148500 | 48479 | 31741k| 212.1 |   894M |  52 |1809 |6511 |2682 |  99k|  1 | 135k| 497 | 2.800000e+01 |      --      |    Inf |   2.33%
1721.27/1726.30	c  1726s|148600 | 48487 | 31754k| 212.0 |   894M |  52 |1809 |6584 |2684 |  99k|  1 | 135k| 497 | 2.800000e+01 |      --      |    Inf |   2.33%
1721.87/1726.98	c  1727s|148700 | 48499 | 31765k| 211.9 |   894M |  52 |1809 |6595 |2683 |  99k|  1 | 135k| 497 | 2.800000e+01 |      --      |    Inf |   2.33%
1722.36/1727.44	c  1727s|148800 | 48493 | 31771k| 211.8 |   894M |  52 |1809 |6609 |   0 |  99k|  0 | 135k| 497 | 2.800000e+01 |      --      |    Inf |   2.33%
1723.16/1728.24	c  1728s|148900 | 48505 | 31784k| 211.8 |   894M |  52 |1809 |6642 |2682 |  99k|  1 | 135k| 497 | 2.800000e+01 |      --      |    Inf |   2.33%
1723.76/1728.82	c  1729s|149000 | 48533 | 31791k| 211.7 |   895M |  52 |1809 |6710 |2685 |  99k|  1 | 135k| 497 | 2.800000e+01 |      --      |    Inf |   2.33%
1724.36/1729.41	c  1729s|149100 | 48537 | 31801k| 211.6 |   895M |  52 |1809 |6721 |   0 |  99k|  0 | 135k| 497 | 2.800000e+01 |      --      |    Inf |   2.33%
1725.85/1730.91	c  1731s|149200 | 48561 | 31823k| 211.6 |   895M |  52 |1809 |6714 |   0 |  99k|  0 | 136k| 497 | 2.800000e+01 |      --      |    Inf |   2.33%
1726.85/1731.95	c  1732s|149300 | 48580 | 31836k| 211.6 |   896M |  52 |1809 |6721 |2696 |  99k|  2 | 136k| 497 | 2.800000e+01 |      --      |    Inf |   2.33%
1727.64/1732.71	c  1733s|149400 | 48608 | 31847k| 211.5 |   896M |  52 |1809 |6747 |   0 |  99k|  0 | 136k| 497 | 2.800000e+01 |      --      |    Inf |   2.33%
1728.44/1733.50	c  1733s|149500 | 48653 | 31862k| 211.5 |   897M |  52 |1809 |6771 |   0 | 100k|  0 | 136k| 497 | 2.800000e+01 |      --      |    Inf |   2.33%
1729.14/1734.29	c  1734s|149600 | 48686 | 31878k| 211.4 |   897M |  52 |1809 |6718 |2683 | 100k|  1 | 136k| 497 | 2.800000e+01 |      --      |    Inf |   2.33%
1730.23/1735.34	c  1735s|149700 | 48727 | 31896k| 211.4 |   897M |  52 |1809 |6671 |2682 | 100k|  2 | 136k| 497 | 2.800000e+01 |      --      |    Inf |   2.33%
1731.13/1736.25	c  1736s|149800 | 48768 | 31910k| 211.3 |   897M |  52 |1809 |6669 |2684 | 100k|  1 | 136k| 497 | 2.800000e+01 |      --      |    Inf |   2.33%
1731.83/1736.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1731.83/1736.95	c  1737s|149900 | 48818 | 31922k| 211.3 |   898M |  52 |1809 |6730 |2684 | 100k|  1 | 136k| 497 | 2.800000e+01 |      --      |    Inf |   2.33%
1732.82/1737.95	c  1738s|150000 | 48861 | 31939k| 211.3 |   898M |  52 |1809 |6694 |2688 | 100k|  1 | 136k| 497 | 2.800000e+01 |      --      |    Inf |   2.33%
1733.43/1738.58	c  1739s|150100 | 48872 | 31948k| 211.2 |   899M |  52 |1809 |6712 |   0 | 100k|  0 | 136k| 502 | 2.800000e+01 |      --      |    Inf |   2.33%
1734.13/1739.26	c  1739s|150200 | 48879 | 31960k| 211.1 |   899M |  52 |1809 |6714 |2695 | 100k|  1 | 136k| 502 | 2.800000e+01 |      --      |    Inf |   2.33%
1734.83/1739.98	c  1740s|150300 | 48908 | 31972k| 211.1 |   899M |  52 |1809 |6734 |2680 | 100k|  1 | 136k| 502 | 2.800000e+01 |      --      |    Inf |   2.33%
1735.72/1740.81	c  1741s|150400 | 48958 | 31986k| 211.0 |   899M |  52 |1809 |6764 |   0 | 100k|  0 | 137k| 502 | 2.800000e+01 |      --      |    Inf |   2.33%
1736.62/1741.78	c  1742s|150500 | 48963 | 31994k| 210.9 |   899M |  52 |1809 |6759 |2670 | 100k|  1 | 137k| 502 | 2.800000e+01 |      --      |    Inf |   2.33%
1737.81/1743.00	c  1743s|150600 | 48994 | 32014k| 210.9 |   899M |  52 |1809 |6732 |   0 | 100k|  0 | 137k| 502 | 2.800000e+01 |      --      |    Inf |   2.33%
1739.31/1744.41	c  1744s|150700 | 49038 | 32043k| 211.0 |   900M |  52 |1809 |6647 |2684 | 100k|  1 | 137k| 502 | 2.800000e+01 |      --      |    Inf |   2.33%
1740.70/1745.89	c  1746s|150800 | 49100 | 32071k| 211.0 |   900M |  52 |1809 |6557 |   0 | 100k|  0 | 137k| 502 | 2.800000e+01 |      --      |    Inf |   2.33%
1741.80/1746.92	c  1747s|150900 | 49147 | 32090k| 211.0 |   901M |  52 |1809 |6710 |2684 | 100k|  1 | 137k| 502 | 2.800000e+01 |      --      |    Inf |   2.33%
1742.70/1747.88	c  1748s|151000 | 49162 | 32104k| 211.0 |   901M |  52 |1809 |6715 |2681 | 100k|  1 | 137k| 502 | 2.800000e+01 |      --      |    Inf |   2.33%
1744.19/1749.33	c  1749s|151100 | 49187 | 32123k| 210.9 |   901M |  52 |1809 |6913 |   0 | 101k|  0 | 138k| 502 | 2.800000e+01 |      --      |    Inf |   2.33%
1744.90/1750.10	c  1750s|151200 | 49195 | 32133k| 210.9 |   901M |  52 |1809 |6866 |   0 | 101k|  0 | 138k| 502 | 2.800000e+01 |      --      |    Inf |   2.33%
1746.00/1751.11	c  1751s|151300 | 49195 | 32150k| 210.8 |   901M |  52 |1809 |6789 |2685 | 101k|  1 | 138k| 502 | 2.800000e+01 |      --      |    Inf |   2.33%
1747.18/1752.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1747.18/1752.31	c  1752s|151400 | 49206 | 32171k| 210.8 |   901M |  52 |1809 |6778 |   0 | 101k|  0 | 138k| 502 | 2.800000e+01 |      --      |    Inf |   2.33%
1747.89/1753.01	c  1753s|151500 | 49212 | 32180k| 210.8 |   902M |  52 |1809 |6785 |2685 | 101k|  1 | 138k| 502 | 2.800000e+01 |      --      |    Inf |   2.33%
1749.07/1754.27	c  1754s|151600 | 49224 | 32193k| 210.7 |   903M |  52 |1809 |6805 |   0 | 101k|  0 | 138k| 502 | 2.800000e+01 |      --      |    Inf |   2.33%
1749.88/1755.04	c  1755s|151700 | 49228 | 32201k| 210.6 |   903M |  52 |1809 |6799 |2680 | 101k|  1 | 138k| 502 | 2.800000e+01 |      --      |    Inf |   2.33%
1750.77/1755.95	c  1756s|151800 | 49269 | 32220k| 210.6 |   903M |  52 |1809 |6774 |2692 | 101k|  1 | 138k| 502 | 2.800000e+01 |      --      |    Inf |   2.34%
1751.47/1756.64	c  1757s|151900 | 49272 | 32230k| 210.5 |   903M |  52 |1809 |6742 |   0 | 101k|  0 | 138k| 502 | 2.800000e+01 |      --      |    Inf |   2.34%
1752.26/1757.47	c  1757s|152000 | 49282 | 32243k| 210.5 |   903M |  52 |1809 |6719 |2686 | 101k|  1 | 138k| 502 | 2.800000e+01 |      --      |    Inf |   2.34%
1753.16/1758.36	c  1758s|152100 | 49310 | 32255k| 210.4 |   903M |  52 |1809 |6726 |2691 | 101k|  1 | 138k| 502 | 2.800000e+01 |      --      |    Inf |   2.34%
1753.97/1759.17	c  1759s|152200 | 49336 | 32267k| 210.4 |   904M |  52 |1809 |6777 |   0 | 101k|  0 | 139k| 502 | 2.800000e+01 |      --      |    Inf |   2.34%
1754.97/1760.11	c  1760s|152300 | 49359 | 32281k| 210.3 |   904M |  52 |1809 |6758 |   0 | 101k|  0 | 139k| 502 | 2.800000e+01 |      --      |    Inf |   2.34%
1756.35/1761.54	c  1762s|152400 | 49409 | 32309k| 210.4 |   904M |  52 |1809 |6668 |2680 | 101k|  1 | 139k| 502 | 2.800000e+01 |      --      |    Inf |   2.34%
1757.34/1762.54	c  1763s|152500 | 49444 | 32327k| 210.3 |   904M |  52 |1809 |6656 |   0 | 102k|  0 | 139k| 502 | 2.800000e+01 |      --      |    Inf |   2.34%
1758.24/1763.40	c  1763s|152600 | 49468 | 32340k| 210.3 |   904M |  52 |1809 |6655 |2688 | 102k|  1 | 139k| 502 | 2.800000e+01 |      --      |    Inf |   2.34%
1759.24/1764.41	c  1764s|152700 | 49498 | 32357k| 210.3 |   905M |  52 |1809 |6668 |   0 | 102k|  0 | 139k| 502 | 2.800000e+01 |      --      |    Inf |   2.34%
1760.03/1765.22	c  1765s|152800 | 49519 | 32368k| 210.2 |   905M |  52 |1809 |6666 |2696 | 102k|  1 | 139k| 502 | 2.800699e+01 |      --      |    Inf |   2.34%
1760.94/1766.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1760.94/1766.16	c  1766s|152900 | 49544 | 32380k| 210.2 |   905M |  52 |1809 |6714 |   0 | 102k|  0 | 139k| 502 | 2.800699e+01 |      --      |    Inf |   2.34%
1762.23/1767.45	c  1767s|153000 | 49615 | 32404k| 210.2 |   905M |  52 |1809 |6808 |2675 | 102k|  1 | 139k| 502 | 2.800699e+01 |      --      |    Inf |   2.34%
1763.12/1768.39	c  1768s|153100 | 49659 | 32423k| 210.2 |   905M |  52 |1809 |6939 |   0 | 102k|  0 | 139k| 502 | 2.800699e+01 |      --      |    Inf |   2.34%
1764.03/1769.21	c  1769s|153200 | 49677 | 32438k| 210.1 |   905M |  52 |1809 |6940 |   0 | 102k|  0 | 139k| 502 | 2.800699e+01 |      --      |    Inf |   2.34%
1764.73/1769.93	c  1770s|153300 | 49694 | 32452k| 210.1 |   905M |  52 |1809 |6863 |2673 | 102k|  1 | 139k| 502 | 2.800699e+01 |      --      |    Inf |   2.34%
1765.83/1771.10	c  1771s|153400 | 49740 | 32474k| 210.1 |   906M |  52 |1809 |6853 |   0 | 102k|  0 | 140k| 502 | 2.800699e+01 |      --      |    Inf |   2.34%
1766.62/1771.86	c  1772s|153500 | 49787 | 32487k| 210.0 |   907M |  52 |1809 |6860 |2678 | 102k|  1 | 140k| 502 | 2.800699e+01 |      --      |    Inf |   2.34%
1767.62/1772.81	c  1773s|153600 | 49831 | 32505k| 210.0 |   907M |  52 |1809 |6826 |   0 | 102k|  0 | 140k| 502 | 2.800699e+01 |      --      |    Inf |   2.34%
1768.41/1773.64	c  1774s|153700 | 49848 | 32519k| 210.0 |   907M |  52 |1809 |6872 |2673 | 102k|  1 | 140k| 502 | 2.800699e+01 |      --      |    Inf |   2.34%
1769.01/1774.29	c  1774s|153800 | 49862 | 32529k| 209.9 |   908M |  52 |1809 |6857 |2694 | 102k|  1 | 140k| 502 | 2.800699e+01 |      --      |    Inf |   2.34%
1770.30/1775.52	c  1776s|153900 | 49883 | 32542k| 209.8 |   909M |  52 |1809 |6871 |2691 | 102k|  1 | 140k| 502 | 2.800699e+01 |      --      |    Inf |   2.34%
1771.20/1776.46	c  1776s|154000 | 49911 | 32558k| 209.8 |   909M |  52 |1809 |6862 |2685 | 102k|  2 | 140k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1772.50/1777.74	c  1778s|154100 | 49963 | 32581k| 209.8 |   909M |  52 |1809 |6768 |2680 | 102k|  1 | 140k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1773.49/1778.78	c  1779s|154200 | 49970 | 32596k| 209.8 |   910M |  52 |1809 |6750 |   0 | 102k|  0 | 140k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1774.90/1780.14	c  1780s|154300 | 49982 | 32619k| 209.8 |   910M |  52 |1809 |6687 |   0 | 103k|  0 | 140k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1775.90/1781.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1775.90/1781.17	c  1781s|154400 | 50039 | 32639k| 209.8 |   911M |  52 |1809 |6742 |2677 | 103k|  1 | 140k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1776.79/1782.06	c  1782s|154500 | 50070 | 32651k| 209.7 |   912M |  52 |1809 |6837 |   0 | 103k|  0 | 140k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1777.58/1782.81	c  1783s|154600 | 50063 | 32659k| 209.6 |   913M |  52 |1809 |6849 |   0 | 103k|  0 | 141k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1778.38/1783.69	c  1784s|154700 | 50063 | 32668k| 209.6 |   914M |  52 |1809 |6822 |2668 | 103k|  1 | 141k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1779.47/1784.71	c  1785s|154800 | 50106 | 32686k| 209.5 |   915M |  52 |1809 |6843 |2683 | 103k|  1 | 141k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1780.07/1785.37	c  1785s|154900 | 50133 | 32697k| 209.5 |   915M |  52 |1809 |6876 |2683 | 103k|  1 | 141k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1781.16/1786.49	c  1786s|155000 | 50151 | 32717k| 209.5 |   916M |  52 |1809 |6873 |2706 | 103k|  1 | 141k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1781.96/1787.25	c  1787s|155100 | 50164 | 32726k| 209.4 |   916M |  52 |1809 |6850 |2684 | 103k|  1 | 141k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1782.96/1788.26	c  1788s|155200 | 50191 | 32740k| 209.4 |   917M |  52 |1809 |6840 |2691 | 103k|  1 | 141k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1784.05/1789.39	c  1789s|155300 | 50225 | 32758k| 209.3 |   917M |  52 |1809 |6806 |2684 | 103k|  1 | 141k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1785.05/1790.30	c  1790s|155400 | 50250 | 32774k| 209.3 |   917M |  52 |1809 |6815 |2685 | 103k|  1 | 141k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1785.76/1791.06	c  1791s|155500 | 50272 | 32783k| 209.2 |   917M |  52 |1809 |6807 |2703 | 103k|  0 | 141k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1786.76/1792.03	c  1792s|155600 | 50279 | 32791k| 209.2 |   918M |  52 |1809 |6831 |2674 | 103k|  1 | 141k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1787.54/1792.89	c  1793s|155700 | 50299 | 32804k| 209.1 |   918M |  52 |1809 |6835 |   0 | 103k|  0 | 141k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1788.44/1793.73	c  1794s|155800 | 50322 | 32819k| 209.1 |   918M |  52 |1809 |6834 |   0 | 104k|  0 | 141k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1790.13/1795.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1790.13/1795.48	c  1795s|155900 | 50368 | 32850k| 209.1 |   918M |  52 |1809 |6703 |2691 | 104k|  1 | 142k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1791.63/1796.91	c  1797s|156000 | 50397 | 32873k| 209.1 |   919M |  52 |1809 |6628 |2689 | 104k|  1 | 142k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1792.74/1798.09	c  1798s|156100 | 50429 | 32896k| 209.2 |   919M |  52 |1809 |6535 |2693 | 104k|  1 | 142k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1793.83/1799.17	c  1799s|156200 | 50475 | 32917k| 209.2 |   920M |  52 |1809 |6538 |   0 | 104k|  0 | 142k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1794.62/1800.00	c  1800s|156300 | 50497 | 32933k| 209.1 |   921M |  52 |1809 |6526 |2672 | 104k|  1 | 142k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1795.42/1800.77	c  1801s|156400 | 50504 | 32945k| 209.1 |   922M |  52 |1809 |6521 |   0 | 104k|  0 | 142k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1796.12/1801.47	c  1801s|156500 | 50522 | 32957k| 209.0 |   923M |  52 |1809 |6529 |   0 | 104k|  0 | 142k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1797.11/1802.47	c  1802s|156600 | 50532 | 32971k| 209.0 |   924M |  52 |1809 |6529 |   0 | 104k|  0 | 142k| 502 | 2.800699e+01 |      --      |    Inf |   2.35%
1798.91/1804.27	c  1804s|156700 | 50552 | 33003k| 209.0 |   924M |  52 |1809 |6460 |2706 | 104k|  1 | 142k| 502 | 2.823679e+01 |      --      |    Inf |   2.35%
1800.20/1805.52	c  1806s|156800 | 50611 | 33027k| 209.1 |   925M |  52 |1809 |6427 |2681 | 104k|  1 | 142k| 502 | 2.823679e+01 |      --      |    Inf |   2.35%
1801.50/1806.82	c  1807s|156900 | 50629 | 33052k| 209.1 |   926M |  52 |1809 |6312 |2672 | 104k|  1 | 142k| 502 | 2.840000e+01 |      --      |    Inf |   2.35%
1802.59/1807.95	c  1808s|157000 | 50676 | 33073k| 209.1 |   926M |  52 |1809 |6314 |2691 | 104k|  1 | 142k| 502 | 2.850000e+01 |      --      |    Inf |   2.35%
1804.09/1809.45	c  1809s|157100 | 50707 | 33097k| 209.1 |   927M |  52 |1809 |6323 |2691 | 104k|  2 | 142k| 502 | 2.850000e+01 |      --      |    Inf |   2.35%
1805.18/1810.53	c  1811s|157200 | 50749 | 33116k| 209.1 |   927M |  52 |1809 |6355 |2680 | 105k|  1 | 143k| 502 | 2.850000e+01 |      --      |    Inf |   2.35%
1806.08/1811.43	c  1811s|157300 | 50758 | 33129k| 209.0 |   927M |  52 |1809 |6386 |2675 | 105k|  1 | 143k| 502 | 2.850000e+01 |      --      |    Inf |   2.35%
1807.28/1812.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1807.28/1812.60	c  1813s|157400 | 50800 | 33151k| 209.0 |   928M |  52 |1809 |6454 |2685 | 105k|  1 | 143k| 502 | 2.890625e+01 |      --      |    Inf |   2.35%
1808.17/1813.59	c  1814s|157500 | 50830 | 33166k| 209.0 |   929M |  52 |1809 |6450 |   0 | 105k|  0 | 143k| 502 | 2.890625e+01 |      --      |    Inf |   2.36%
1809.27/1814.68	c  1815s|157600 | 50840 | 33183k| 209.0 |   929M |  52 |1809 |6451 |2700 | 105k|  1 | 143k| 502 | 2.890625e+01 |      --      |    Inf |   2.36%
1810.36/1815.78	c  1816s|157700 | 50854 | 33200k| 209.0 |   929M |  52 |1809 |6421 |2697 | 105k|  2 | 143k| 502 | 2.890625e+01 |      --      |    Inf |   2.36%
1811.67/1817.11	c  1817s|157800 | 50884 | 33222k| 209.0 |   930M |  52 |1809 |6400 |2692 | 105k|  0 | 143k| 502 | 2.890625e+01 |      --      |    Inf |   2.36%
1812.55/1817.90	c  1818s|157900 | 50899 | 33234k| 208.9 |   931M |  52 |1809 |6330 |2690 | 105k|  1 | 143k| 502 | 2.890625e+01 |      --      |    Inf |   2.36%
1813.55/1818.98	c  1819s|158000 | 50965 | 33253k| 208.9 |   931M |  52 |1809 |6378 |2690 | 105k|  1 | 143k| 502 | 2.890625e+01 |      --      |    Inf |   2.36%
1814.45/1819.90	c  1820s|158100 | 51009 | 33268k| 208.9 |   932M |  52 |1809 |6384 |2698 | 105k|  1 | 143k| 502 | 2.890625e+01 |      --      |    Inf |   2.36%
1815.34/1820.71	c  1821s|158200 | 51017 | 33279k| 208.8 |   932M |  52 |1809 |6354 |2690 | 105k|  1 | 143k| 502 | 2.890625e+01 |      --      |    Inf |   2.36%
1816.25/1821.69	c  1822s|158300 | 51059 | 33297k| 208.8 |   934M |  52 |1809 |6341 |2697 | 105k|  1 | 143k| 502 | 2.891324e+01 |      --      |    Inf |   2.36%
1816.95/1822.32	c  1822s|158400 | 51091 | 33308k| 208.7 |   935M |  52 |1809 |6344 |2710 | 105k|  2 | 143k| 502 | 2.891324e+01 |      --      |    Inf |   2.36%
1817.84/1823.27	c  1823s|158500 | 51076 | 33320k| 208.7 |   935M |  52 |1809 |6339 |   0 | 105k|  0 | 143k| 502 | 2.900000e+01 |      --      |    Inf |   2.36%
1818.84/1824.29	c  1824s|158600 | 51080 | 33331k| 208.6 |   935M |  52 |1809 |6358 |2701 | 106k|  2 | 144k| 502 | 2.900000e+01 |      --      |    Inf |   2.36%
1819.54/1824.90	c  1825s|158700 | 51087 | 33339k| 208.5 |   936M |  52 |1809 |6343 |2688 | 106k|  1 | 144k| 507 | 2.900000e+01 |      --      |    Inf |   2.36%
1820.64/1826.06	c  1826s|158800 | 51111 | 33358k| 208.5 |   936M |  52 |1809 |6382 |2695 | 106k|  1 | 144k| 507 | 2.900000e+01 |      --      |    Inf |   2.36%
1822.12/1827.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1822.12/1827.55	c  1828s|158900 | 51117 | 33370k| 208.5 |   937M |  52 |1809 |6379 |2704 | 106k|  1 | 144k| 507 | 2.900000e+01 |      --      |    Inf |   2.36%
1822.82/1828.29	c  1828s|159000 | 51147 | 33382k| 208.4 |   937M |  52 |1809 |6364 |2678 | 106k|  1 | 144k| 507 | 2.900000e+01 |      --      |    Inf |   2.36%
1823.91/1829.34	c  1829s|159100 | 51197 | 33401k| 208.4 |   937M |  52 |1809 |6381 |2689 | 106k|  1 | 144k| 507 | 2.900000e+01 |      --      |    Inf |   2.36%
1824.81/1830.25	c  1830s|159200 | 51233 | 33419k| 208.4 |   938M |  52 |1809 |6401 |2690 | 106k|  1 | 144k| 507 | 2.900000e+01 |      --      |    Inf |   2.36%
1825.51/1830.94	c  1831s|159300 | 51242 | 33430k| 208.3 |   938M |  52 |1809 |6380 |   0 | 106k|  0 | 144k| 507 | 2.900000e+01 |      --      |    Inf |   2.36%
1826.41/1831.81	c  1832s|159400 | 51256 | 33443k| 208.3 |   938M |  52 |1809 |6385 |2692 | 106k|  1 | 144k| 507 | 2.900000e+01 |      --      |    Inf |   2.36%
1827.30/1832.73	c  1833s|159500 | 51264 | 33457k| 208.2 |   938M |  52 |1809 |6406 |2703 | 106k|  2 | 144k| 507 | 2.900000e+01 |      --      |    Inf |   2.36%
1828.50/1833.90	c  1834s|159600 | 51291 | 33478k| 208.2 |   938M |  52 |1809 |6425 |2669 | 106k|  1 | 144k| 507 | 2.900000e+01 |      --      |    Inf |   2.36%
1829.40/1834.89	c  1835s|159700 | 51334 | 33495k| 208.2 |   938M |  52 |1809 |6409 |2666 | 106k|  1 | 144k| 507 | 2.900000e+01 |      --      |    Inf |   2.36%
1830.60/1836.03	c  1836s|159800 | 51378 | 33509k| 208.2 |   939M |  52 |1809 |6416 |2685 | 107k|  1 | 144k| 507 | 2.900000e+01 |      --      |    Inf |   2.36%
1831.39/1836.82	c  1837s|159900 | 51410 | 33522k| 208.1 |   939M |  52 |1809 |6376 |2693 | 107k|  1 | 145k| 507 | 2.900000e+01 |      --      |    Inf |   2.36%
1832.09/1837.59	c  1838s|160000 | 51442 | 33532k| 208.0 |   940M |  52 |1809 |6397 |   0 | 107k|  0 | 145k| 507 | 2.900000e+01 |      --      |    Inf |   2.36%
1833.48/1838.92	c  1839s|160100 | 51467 | 33553k| 208.0 |   940M |  52 |1809 |6401 |2680 | 107k|  1 | 145k| 517 | 2.900000e+01 |      --      |    Inf |   2.36%
1834.38/1839.85	c  1840s|160200 | 51485 | 33567k| 208.0 |   941M |  52 |1809 |6382 |2670 | 107k|  1 | 145k| 517 | 2.900000e+01 |      --      |    Inf |   2.36%
1835.47/1841.01	c  1841s|160300 | 51515 | 33585k| 208.0 |   942M |  52 |1809 |6353 |2690 | 107k|  2 | 145k| 517 | 2.900000e+01 |      --      |    Inf |   2.36%
1836.77/1842.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1836.77/1842.22	c  1842s|160400 | 51578 | 33609k| 208.0 |   944M |  52 |1809 |6432 |2694 | 107k|  1 | 145k| 517 | 2.900000e+01 |      --      |    Inf |   2.36%
1838.07/1843.51	c  1844s|160500 | 51609 | 33635k| 208.0 |   944M |  52 |1809 |6404 |2700 | 107k|  1 | 145k| 517 | 2.900000e+01 |      --      |    Inf |   2.36%
1838.97/1844.40	c  1844s|160600 | 51639 | 33649k| 208.0 |   944M |  52 |1809 |6420 |2689 | 107k|  1 | 145k| 517 | 2.900000e+01 |      --      |    Inf |   2.36%
1839.68/1845.16	c  1845s|160700 | 51646 | 33662k| 207.9 |   944M |  52 |1809 |6444 |   0 | 107k|  0 | 145k| 517 | 2.900000e+01 |      --      |    Inf |   2.36%
1840.96/1846.44	c  1846s|160800 | 51684 | 33681k| 207.9 |   950M |  52 |1809 |6379 |2685 | 107k|  1 | 145k| 522 | 2.900000e+01 |      --      |    Inf |   2.36%
1842.06/1847.54	c  1848s|160900 | 51744 | 33699k| 207.9 |   951M |  52 |1809 |6396 |   0 | 107k|  0 | 145k| 522 | 2.900000e+01 |      --      |    Inf |   2.36%
1843.26/1848.80	c  1849s|161000 | 51763 | 33720k| 207.9 |   951M |  52 |1809 |6396 |2690 | 108k|  1 | 146k| 522 | 2.900000e+01 |      --      |    Inf |   2.36%
1844.35/1849.81	c  1850s|161100 | 51789 | 33738k| 207.9 |   951M |  52 |1809 |6441 |2679 | 108k|  1 | 146k| 522 | 2.900000e+01 |      --      |    Inf |   2.36%
1845.05/1850.52	c  1851s|161200 | 51796 | 33750k| 207.8 |   951M |  52 |1809 |6482 |   0 | 108k|  0 | 146k| 522 | 2.900000e+01 |      --      |    Inf |   2.36%
1846.25/1851.78	c  1852s|161300 | 51819 | 33775k| 207.9 |   952M |  52 |1809 |6524 |2685 | 108k|  1 | 146k| 522 | 2.900000e+01 |      --      |    Inf |   2.36%
1847.34/1852.81	c  1853s|161400 | 51838 | 33794k| 207.9 |   952M |  52 |1809 |6507 |2684 | 108k|  1 | 146k| 522 | 2.900000e+01 |      --      |    Inf |   2.36%
1847.94/1853.49	c  1853s|161500 | 51871 | 33805k| 207.8 |   952M |  52 |1809 |6520 |2689 | 108k|  0 | 146k| 522 | 2.900000e+01 |      --      |    Inf |   2.36%
1848.94/1854.43	c  1854s|161600 | 51909 | 33822k| 207.8 |   953M |  52 |1809 |6542 |   0 | 108k|  0 | 146k| 522 | 2.900000e+01 |      --      |    Inf |   2.36%
1850.03/1855.55	c  1856s|161700 | 51933 | 33845k| 207.8 |   953M |  52 |1809 |6449 |2696 | 108k|  1 | 146k| 522 | 2.900000e+01 |      --      |    Inf |   2.36%
1851.13/1856.65	c  1857s|161800 | 51966 | 33858k| 207.7 |   954M |  52 |1809 |6414 |2685 | 108k|  1 | 146k| 532 | 2.900000e+01 |      --      |    Inf |   2.36%
1851.83/1857.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1851.83/1857.34	c  1857s|161900 | 51967 | 33867k| 207.7 |   954M |  52 |1809 |6438 |   0 | 108k|  0 | 146k| 532 | 2.900000e+01 |      --      |    Inf |   2.36%
1852.82/1858.38	c  1858s|162000 | 52002 | 33885k| 207.7 |   954M |  52 |1809 |6407 |2693 | 108k|  2 | 146k| 532 | 2.900000e+01 |      --      |    Inf |   2.36%
1853.82/1859.35	c  1859s|162100 | 52049 | 33898k| 207.6 |   955M |  52 |1809 |6432 |   0 | 108k|  0 | 146k| 538 | 2.900000e+01 |      --      |    Inf |   2.36%
1854.42/1859.99	c  1860s|162200 | 52064 | 33905k| 207.5 |   955M |  52 |1809 |6484 |2706 | 108k|  1 | 146k| 538 | 2.900000e+01 |      --      |    Inf |   2.36%
1855.52/1861.02	c  1861s|162300 | 52118 | 33925k| 207.5 |   955M |  52 |1809 |6521 |2685 | 108k|  1 | 147k| 538 | 2.900000e+01 |      --      |    Inf |   2.36%
1856.81/1862.30	c  1862s|162400 | 52176 | 33953k| 207.6 |   955M |  52 |1809 |6543 |   0 | 109k|  0 | 147k| 538 | 2.900000e+01 |      --      |    Inf |   2.36%
1857.62/1863.14	c  1863s|162500 | 52194 | 33967k| 207.5 |   955M |  52 |1809 |6546 |2694 | 109k|  1 | 147k| 538 | 2.900000e+01 |      --      |    Inf |   2.36%
1858.20/1863.76	c  1864s|162600 | 52217 | 33979k| 207.5 |   955M |  52 |1809 |6575 |2690 | 109k|  1 | 147k| 538 | 2.900000e+01 |      --      |    Inf |   2.36%
1858.80/1864.36	c  1864s|162700 | 52252 | 33986k| 207.4 |   956M |  52 |1809 |6589 |2700 | 109k|  1 | 147k| 538 | 2.900000e+01 |      --      |    Inf |   2.36%
1859.51/1865.01	c  1865s|162800 | 52281 | 33996k| 207.3 |   956M |  52 |1809 |6658 |2703 | 109k|  2 | 147k| 543 | 2.900000e+01 |      --      |    Inf |   2.36%
1860.29/1865.89	c  1866s|162900 | 52274 | 34009k| 207.3 |   956M |  52 |1809 |6621 |2683 | 109k|  1 | 147k| 543 | 2.900000e+01 |      --      |    Inf |   2.36%
1861.50/1867.04	c  1867s|163000 | 52306 | 34030k| 207.3 |   956M |  52 |1809 |6527 |2681 | 109k|  2 | 147k| 543 | 2.900000e+01 |      --      |    Inf |   2.36%
1862.98/1868.53	c  1869s|163100 | 52384 | 34060k| 207.3 |   956M |  52 |1809 |6493 |2685 | 109k|  1 | 147k| 543 | 2.900000e+01 |      --      |    Inf |   2.36%
1863.88/1869.43	c  1869s|163200 | 52443 | 34073k| 207.3 |   957M |  52 |1809 |6573 |2692 | 109k|  1 | 147k| 543 | 2.900000e+01 |      --      |    Inf |   2.36%
1864.68/1870.28	c  1870s|163300 | 52484 | 34086k| 207.2 |   958M |  52 |1809 |6630 |   0 | 109k|  0 | 147k| 543 | 2.900000e+01 |      --      |    Inf |   2.36%
1865.68/1871.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1865.68/1871.22	c  1871s|163400 | 52504 | 34100k| 207.2 |   958M |  52 |1809 |6622 |2690 | 109k|  1 | 147k| 543 | 2.900000e+01 |      --      |    Inf |   2.36%
1866.37/1871.92	c  1872s|163500 | 52514 | 34108k| 207.1 |   958M |  52 |1809 |6651 |2690 | 109k|  1 | 148k| 543 | 2.900000e+01 |      --      |    Inf |   2.36%
1867.58/1873.12	c  1873s|163600 | 52571 | 34131k| 207.1 |   960M |  52 |1809 |6556 |2697 | 110k|  1 | 148k| 543 | 2.900000e+01 |      --      |    Inf |   2.36%
1868.66/1874.20	c  1874s|163700 | 52625 | 34151k| 207.1 |   961M |  52 |1809 |6648 |   0 | 110k|  0 | 148k| 543 | 2.900000e+01 |      --      |    Inf |   2.36%
1869.76/1875.34	c  1875s|163800 | 52657 | 34171k| 207.1 |   962M |  52 |1809 |6651 |   0 | 110k|  0 | 148k| 543 | 2.900000e+01 |      --      |    Inf |   2.36%
1870.76/1876.38	c  1876s|163900 | 52693 | 34190k| 207.1 |   962M |  52 |1809 |6587 |   0 | 110k|  0 | 148k| 543 | 2.900000e+01 |      --      |    Inf |   2.36%
1871.85/1877.40	c  1877s|164000 | 52747 | 34208k| 207.1 |   962M |  52 |1809 |6541 |   0 | 110k|  0 | 148k| 543 | 2.900000e+01 |      --      |    Inf |   2.36%
1872.25/1877.87	c  1878s|164100 | 52739 | 34213k| 207.0 |   962M |  52 |1809 |6628 |   0 | 110k|  0 | 148k| 543 | 2.900000e+01 |      --      |    Inf |   2.36%
1873.25/1878.80	c  1879s|164200 | 52766 | 34230k| 207.0 |   962M |  52 |1809 |6555 |2682 | 110k|  1 | 148k| 543 | 2.900000e+01 |      --      |    Inf |   2.36%
1874.35/1879.95	c  1880s|164300 | 52804 | 34250k| 207.0 |   962M |  52 |1809 |6470 |2693 | 110k|  1 | 148k| 543 | 2.900000e+01 |      --      |    Inf |   2.36%
1875.24/1880.80	c  1881s|164400 | 52841 | 34263k| 206.9 |   963M |  52 |1809 |6424 |2699 | 110k|  1 | 148k| 543 | 2.900000e+01 |      --      |    Inf |   2.36%
1876.04/1881.64	c  1882s|164500 | 52862 | 34277k| 206.9 |   963M |  52 |1809 |6383 |2699 | 110k|  1 | 148k| 543 | 2.900000e+01 |      --      |    Inf |   2.36%
1876.94/1882.56	c  1883s|164600 | 52883 | 34288k| 206.8 |   963M |  52 |1809 |6378 |   0 | 110k|  0 | 148k| 543 | 2.900000e+01 |      --      |    Inf |   2.36%
1878.33/1883.94	c  1884s|164700 | 52892 | 34308k| 206.8 |   965M |  52 |1809 |6408 |   0 | 110k|  0 | 149k| 543 | 2.900000e+01 |      --      |    Inf |   2.36%
1879.63/1885.28	c  1885s|164800 | 52931 | 34331k| 206.8 |   965M |  52 |1809 |6408 |2693 | 111k|  1 | 149k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1880.62/1886.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1880.62/1886.28	c  1886s|164900 | 52986 | 34348k| 206.8 |   966M |  52 |1809 |6393 |2687 | 111k|  1 | 149k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1881.53/1887.17	c  1887s|165000 | 53027 | 34360k| 206.8 |   966M |  52 |1809 |6476 |2690 | 111k|  2 | 149k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1882.32/1888.00	c  1888s|165100 | 53055 | 34369k| 206.7 |   967M |  52 |1809 |6537 |2689 | 111k|  1 | 149k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1883.11/1888.77	c  1889s|165200 | 53066 | 34380k| 206.6 |   967M |  52 |1809 |6502 |   0 | 111k|  0 | 149k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1884.11/1889.73	c  1890s|165300 | 53078 | 34392k| 206.6 |   968M |  52 |1809 |6529 |2690 | 111k|  1 | 149k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1885.52/1891.15	c  1891s|165400 | 53121 | 34422k| 206.6 |   968M |  52 |1809 |6507 |   0 | 111k|  0 | 149k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1886.61/1892.27	c  1892s|165500 | 53124 | 34440k| 206.6 |   969M |  52 |1809 |6401 |2688 | 111k|  1 | 149k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1887.70/1893.36	c  1893s|165600 | 53149 | 34460k| 206.6 |   969M |  52 |1809 |6359 |2694 | 111k|  1 | 149k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1888.70/1894.31	c  1894s|165700 | 53176 | 34473k| 206.6 |   970M |  52 |1809 |6364 |2689 | 111k|  1 | 149k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1889.41/1895.09	c  1895s|165800 | 53186 | 34486k| 206.5 |   970M |  52 |1809 |6392 |   0 | 111k|  0 | 149k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1890.69/1896.30	c  1896s|165900 | 53229 | 34507k| 206.5 |   971M |  52 |1809 |6319 |2691 | 111k|  1 | 150k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1891.29/1896.98	c  1897s|166000 | 53235 | 34514k| 206.4 |   971M |  52 |1809 |6323 |   0 | 111k|  0 | 150k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1892.69/1898.30	c  1898s|166100 | 53256 | 34533k| 206.4 |   971M |  52 |1809 |6230 |   0 | 111k|  0 | 150k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1893.58/1899.24	c  1899s|166200 | 53288 | 34546k| 206.4 |   972M |  52 |1809 |6235 |2702 | 111k|  1 | 150k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1894.58/1900.22	c  1900s|166300 | 53312 | 34555k| 206.3 |   972M |  52 |1809 |6292 |   0 | 112k|  0 | 150k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1895.49/1901.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1895.49/1901.14	c  1901s|166400 | 53338 | 34571k| 206.3 |   972M |  52 |1809 |6314 |   0 | 112k|  0 | 150k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1896.38/1902.01	c  1902s|166500 | 53345 | 34583k| 206.2 |   972M |  52 |1809 |6302 |   0 | 112k|  0 | 150k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1897.27/1902.90	c  1903s|166600 | 53390 | 34599k| 206.2 |   972M |  52 |1809 |6333 |2693 | 112k|  2 | 150k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1898.07/1903.72	c  1904s|166700 | 53413 | 34614k| 206.2 |   986M |  52 |1809 |6351 |2669 | 112k|  1 | 150k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1899.47/1905.14	c  1905s|166800 | 53478 | 34641k| 206.2 |   986M |  52 |1809 |6377 |   0 | 112k|  0 | 150k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1900.66/1906.36	c  1906s|166900 | 53515 | 34664k| 206.2 |   986M |  52 |1809 |6379 |2671 | 112k|  1 | 150k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1901.95/1907.60	c  1908s|167000 | 53564 | 34687k| 206.2 |   987M |  52 |1809 |6452 |2689 | 112k|  1 | 150k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1903.46/1909.16	c  1909s|167100 | 53632 | 34718k| 206.3 |   987M |  52 |1809 |6487 |2689 | 112k|  2 | 151k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1904.36/1910.03	c  1910s|167200 | 53683 | 34733k| 206.3 |   988M |  52 |1809 |6562 |   0 | 112k|  0 | 151k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1905.54/1911.28	c  1911s|167300 | 53726 | 34754k| 206.3 |   988M |  52 |1809 |6591 |   0 | 112k|  0 | 151k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1906.53/1912.21	c  1912s|167400 | 53754 | 34770k| 206.2 |   989M |  52 |1809 |6562 |2695 | 112k|  1 | 151k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1907.44/1913.18	c  1913s|167500 | 53788 | 34788k| 206.2 |   989M |  52 |1809 |6559 |2693 | 113k|  1 | 151k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1908.34/1914.05	c  1914s|167600 | 53802 | 34801k| 206.2 |   990M |  52 |1809 |6623 |2682 | 113k|  1 | 151k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1909.34/1915.06	c  1915s|167700 | 53839 | 34817k| 206.2 |   990M |  52 |1809 |6711 |   0 | 113k|  0 | 151k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1909.92/1915.61	c  1916s|167800 | 53855 | 34825k| 206.1 |   990M |  52 |1809 |6756 |2698 | 113k|  1 | 151k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1910.62/1916.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1910.62/1916.35	c  1916s|167900 | 53872 | 34837k| 206.0 |   991M |  52 |1809 |6816 |   0 | 113k|  0 | 151k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1911.22/1916.99	c  1917s|168000 | 53885 | 34847k| 206.0 |   991M |  52 |1809 |6848 |2686 | 113k|  1 | 151k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1912.01/1917.74	c  1918s|168100 | 53899 | 34859k| 205.9 |   991M |  52 |1809 |6857 |   0 | 113k|  0 | 152k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1912.91/1918.64	c  1919s|168200 | 53940 | 34874k| 205.9 |   991M |  52 |1809 |6843 |   0 | 113k|  0 | 152k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1914.20/1919.95	c  1920s|168300 | 53967 | 34895k| 205.9 |   992M |  52 |1809 |6782 |   0 | 113k|  0 | 152k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1915.00/1920.79	c  1921s|168400 | 53983 | 34908k| 205.8 |   992M |  52 |1809 |6723 |2691 | 113k|  1 | 152k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1916.10/1921.88	c  1922s|168500 | 53997 | 34925k| 205.8 |   993M |  52 |1809 |6696 |   0 | 113k|  0 | 152k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1917.49/1923.24	c  1923s|168600 | 54025 | 34949k| 205.8 |   993M |  52 |1809 |6650 |   0 | 113k|  0 | 152k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1918.30/1924.06	c  1924s|168700 | 54039 | 34960k| 205.8 |   993M |  52 |1809 |6616 |   0 | 113k|  0 | 152k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1919.20/1924.92	c  1925s|168800 | 54062 | 34975k| 205.8 |   993M |  52 |1809 |6572 |   0 | 114k|  0 | 152k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1920.19/1925.98	c  1926s|168900 | 54068 | 34985k| 205.7 |   993M |  52 |1809 |6595 |2698 | 114k|  1 | 152k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1921.59/1927.35	c  1927s|169000 | 54134 | 35012k| 205.7 |   993M |  52 |1809 |6626 |2676 | 114k|  1 | 152k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1922.98/1928.78	c  1929s|169100 | 54190 | 35039k| 205.8 |   993M |  52 |1809 |6643 |2689 | 114k|  1 | 152k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1923.98/1929.72	c  1930s|169200 | 54206 | 35053k| 205.7 |   993M |  52 |1809 |6683 |2689 | 114k|  1 | 152k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1925.57/1931.38	c  1931s|169300 | 54258 | 35086k| 205.8 |   993M |  52 |1809 |6668 |2678 | 114k|  1 | 152k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1927.07/1932.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1927.07/1932.83	c  1933s|169400 | 54317 | 35117k| 205.9 |   994M |  52 |1809 |6623 |2686 | 114k|  1 | 153k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1928.16/1934.00	c  1934s|169500 | 54360 | 35140k| 205.9 |   994M |  52 |1809 |6574 |2688 | 114k|  1 | 153k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1929.56/1935.36	c  1935s|169600 | 54409 | 35167k| 205.9 |   995M |  52 |1809 |6571 |   0 | 114k|  0 | 153k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1931.15/1936.95	c  1937s|169700 | 54462 | 35199k| 206.0 |   995M |  52 |1809 |6546 |2681 | 114k|  1 | 153k| 543 | 2.900000e+01 |      --      |    Inf |   2.37%
1932.55/1938.35	c  1938s|169800 | 54499 | 35222k| 206.0 |   996M |  52 |1809 |6550 |2678 | 114k|  1 | 153k| 548 | 2.900000e+01 |      --      |    Inf |   2.37%
1933.26/1939.10	c  1939s|169900 | 54521 | 35236k| 206.0 |   997M |  52 |1809 |6568 |2672 | 114k|  1 | 153k| 548 | 2.900000e+01 |      --      |    Inf |   2.37%
1935.04/1940.85	c  1941s|170000 | 54596 | 35273k| 206.1 |   999M |  52 |1809 |6545 |2674 | 114k|  1 | 153k| 548 | 2.900000e+01 |      --      |    Inf |   2.37%
1935.74/1941.52	c  1942s|170100 | 54646 | 35283k| 206.0 |   999M |  52 |1809 |6605 |2681 | 114k|  1 | 153k| 548 | 2.900000e+01 |      --      |    Inf |   2.37%
1936.53/1942.39	c  1942s|170200 | 54691 | 35300k| 206.0 |   999M |  52 |1809 |6700 |   0 | 114k|  0 | 153k| 548 | 2.900000e+01 |      --      |    Inf |   2.37%
1937.24/1943.01	c  1943s|170300 | 54717 | 35310k| 205.9 |   999M |  52 |1809 |6822 |2683 | 114k|  1 | 153k| 548 | 2.900000e+01 |      --      |    Inf |   2.37%
1937.83/1943.60	c  1944s|170400 | 54731 | 35320k| 205.8 |   999M |  52 |1809 |6844 |2684 | 115k|  1 | 154k| 548 | 2.900000e+01 |      --      |    Inf |   2.37%
1938.43/1944.22	c  1944s|170500 | 54737 | 35330k| 205.8 |   999M |  52 |1809 |6869 |   0 | 115k|  0 | 154k| 548 | 2.900000e+01 |      --      |    Inf |   2.37%
1939.02/1944.88	c  1945s|170600 | 54742 | 35342k| 205.7 |  1001M |  52 |1809 |6852 |2680 | 115k|  1 | 154k| 548 | 2.900000e+01 |      --      |    Inf |   2.37%
1939.72/1945.56	c  1946s|170700 | 54754 | 35355k| 205.7 |  1001M |  52 |1809 |6874 |2686 | 115k|  1 | 154k| 548 | 2.900000e+01 |      --      |    Inf |   2.37%
1941.52/1947.30	c  1947s|170800 | 54834 | 35391k| 205.8 |  1001M |  52 |1809 |6921 |2681 | 115k|  1 | 154k| 548 | 2.900000e+01 |      --      |    Inf |   2.37%
1942.81/1948.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1942.81/1948.69	c  1949s|170900 | 54895 | 35418k| 205.8 |  1001M |  52 |1809 |6951 |2678 | 115k|  1 | 154k| 548 | 2.900000e+01 |      --      |    Inf |   2.37%
1944.11/1949.98	c  1950s|171000 | 54949 | 35445k| 205.9 |  1003M |  52 |1809 |6895 |2687 | 115k|  1 | 154k| 548 | 2.900000e+01 |      --      |    Inf |   2.37%
1945.21/1951.03	c  1951s|171100 | 54977 | 35463k| 205.8 |  1003M |  52 |1809 |6881 |2680 | 115k|  1 | 154k| 548 | 2.900000e+01 |      --      |    Inf |   2.37%
1946.60/1952.41	c  1952s|171200 | 55033 | 35489k| 205.9 |  1003M |  52 |1809 |6869 |2686 | 115k|  1 | 154k| 548 | 2.900000e+01 |      --      |    Inf |   2.37%
1947.59/1953.41	c  1953s|171300 | 55075 | 35509k| 205.9 |  1004M |  52 |1809 |6925 |2678 | 115k|  1 | 154k| 548 | 2.900000e+01 |      --      |    Inf |   2.37%
1948.59/1954.41	c  1954s|171400 | 55116 | 35528k| 205.9 |  1004M |  52 |1809 |6894 |   0 | 115k|  0 | 155k| 548 | 2.900000e+01 |      --      |    Inf |   2.37%
1949.38/1955.29	c  1955s|171500 | 55153 | 35543k| 205.8 |  1006M |  52 |1809 |6900 |2683 | 115k|  1 | 155k| 548 | 2.900000e+01 |      --      |    Inf |   2.37%
1950.19/1956.01	c  1956s|171600 | 55192 | 35558k| 205.8 |  1006M |  52 |1809 |6940 |2686 | 115k|  1 | 155k| 548 | 2.900000e+01 |      --      |    Inf |   2.37%
1950.78/1956.68	c  1957s|171700 | 55187 | 35568k| 205.7 |  1006M |  52 |1809 |6896 |2683 | 115k|  1 | 155k| 548 | 2.900000e+01 |      --      |    Inf |   2.37%
1951.48/1957.34	c  1957s|171800 | 55215 | 35580k| 205.7 |  1006M |  52 |1809 |6916 |   0 | 115k|  0 | 155k| 548 | 2.900000e+01 |      --      |    Inf |   2.37%
1952.07/1957.90	c  1958s|171900 | 55232 | 35590k| 205.6 |  1006M |  52 |1809 |6904 |2685 | 115k|  1 | 155k| 548 | 2.900000e+01 |      --      |    Inf |   2.37%
1953.07/1958.90	c  1959s|172000 | 55248 | 35609k| 205.6 |  1006M |  52 |1809 |6952 |2686 | 115k|  1 | 155k| 548 | 2.900000e+01 |      --      |    Inf |   2.37%
1953.67/1959.51	c  1960s|172100 | 55258 | 35619k| 205.6 |  1006M |  52 |1809 |6913 |   0 | 115k|  0 | 155k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1954.37/1960.23	c  1960s|172200 | 55274 | 35631k| 205.5 |  1007M |  52 |1809 |6897 |   0 | 115k|  0 | 155k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1955.46/1961.34	c  1961s|172300 | 55299 | 35650k| 205.5 |  1008M |  52 |1809 |6879 |2686 | 115k|  2 | 155k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1956.66/1962.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1956.66/1962.54	c  1963s|172400 | 55350 | 35674k| 205.5 |  1009M |  52 |1809 |6880 |2678 | 115k|  1 | 155k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1957.36/1963.28	c  1963s|172500 | 55376 | 35686k| 205.5 |  1010M |  52 |1809 |6838 |2686 | 115k|  1 | 155k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1958.16/1964.03	c  1964s|172600 | 55404 | 35700k| 205.4 |  1010M |  52 |1809 |6830 |   0 | 116k|  0 | 155k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1958.76/1964.63	c  1965s|172700 | 55412 | 35710k| 205.4 |  1011M |  52 |1809 |6830 |   0 | 116k|  0 | 155k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1959.75/1965.67	c  1966s|172800 | 55440 | 35729k| 205.4 |  1012M |  52 |1809 |6824 |2687 | 116k|  1 | 156k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1960.55/1966.46	c  1966s|172900 | 55480 | 35742k| 205.3 |  1012M |  52 |1809 |6840 |2694 | 116k|  1 | 156k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1961.26/1967.18	c  1967s|173000 | 55496 | 35751k| 205.2 |  1012M |  52 |1809 |6917 |2701 | 116k|  1 | 156k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1962.34/1968.22	c  1968s|173100 | 55519 | 35770k| 205.2 |  1013M |  52 |1809 |6918 |2688 | 116k|  1 | 156k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1962.84/1968.78	c  1969s|173200 | 55527 | 35779k| 205.2 |  1014M |  52 |1809 |6894 |2682 | 116k|  1 | 156k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1963.44/1969.31	c  1969s|173300 | 55531 | 35787k| 205.1 |  1014M |  52 |1809 |6888 |2686 | 116k|  3 | 156k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1964.25/1970.19	c  1970s|173400 | 55561 | 35804k| 205.1 |  1015M |  52 |1809 |6830 |2686 | 116k|  1 | 156k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1965.24/1971.13	c  1971s|173500 | 55583 | 35819k| 205.0 |  1015M |  52 |1809 |6774 |2678 | 116k|  1 | 156k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1966.24/1972.16	c  1972s|173600 | 55606 | 35837k| 205.0 |  1015M |  52 |1809 |6770 |2689 | 116k|  1 | 156k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1966.82/1972.79	c  1973s|173700 | 55615 | 35846k| 205.0 |  1015M |  52 |1809 |6733 |2686 | 116k|  1 | 156k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1967.62/1973.54	c  1974s|173800 | 55629 | 35854k| 204.9 |  1015M |  52 |1809 |6716 |   0 | 116k|  0 | 156k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1968.72/1974.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1968.72/1974.63	c  1975s|173900 | 55646 | 35870k| 204.9 |  1015M |  52 |1809 |6635 |   0 | 116k|  0 | 156k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1969.41/1975.32	c  1975s|174000 | 55654 | 35881k| 204.8 |  1015M |  52 |1809 |6677 |2680 | 116k|  1 | 156k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1970.01/1975.97	c  1976s|174100 | 55665 | 35893k| 204.8 |  1015M |  52 |1809 |6627 |   0 | 116k|  0 | 156k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1970.71/1976.62	c  1977s|174200 | 55659 | 35903k| 204.7 |  1016M |  52 |1809 |6637 |2692 | 116k|  1 | 156k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1971.71/1977.62	c  1978s|174300 | 55678 | 35919k| 204.7 |  1016M |  52 |1809 |6570 |2685 | 117k|  3 | 157k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1972.50/1978.43	c  1978s|174400 | 55713 | 35933k| 204.6 |  1016M |  52 |1809 |6591 |2680 | 117k|  1 | 157k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1973.30/1979.21	c  1979s|174500 | 55739 | 35946k| 204.6 |  1017M |  52 |1809 |6608 |   0 | 117k|  0 | 157k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1974.00/1979.90	c  1980s|174600 | 55753 | 35957k| 204.6 |  1017M |  52 |1809 |6604 |2685 | 117k|  1 | 157k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1974.70/1980.64	c  1981s|174700 | 55733 | 35968k| 204.5 |  1017M |  52 |1809 |6620 |2692 | 117k|  2 | 157k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1975.39/1981.31	c  1981s|174800 | 55755 | 35980k| 204.4 |  1017M |  52 |1809 |6597 |2680 | 117k|  1 | 157k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1975.99/1981.92	c  1982s|174900 | 55771 | 35988k| 204.4 |  1017M |  52 |1809 |6538 |2686 | 117k|  1 | 157k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1976.69/1982.61	c  1983s|175000 | 55775 | 36000k| 204.3 |  1017M |  52 |1809 |6514 |2693 | 117k|  2 | 157k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1977.68/1983.64	c  1984s|175100 | 55805 | 36019k| 204.3 |  1017M |  52 |1809 |6513 |2675 | 117k|  1 | 157k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1978.48/1984.43	c  1984s|175200 | 55832 | 36034k| 204.3 |  1017M |  52 |1809 |6489 |   0 | 117k|  0 | 157k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1979.39/1985.36	c  1985s|175300 | 55863 | 36051k| 204.3 |  1018M |  52 |1809 |6532 |2690 | 117k|  1 | 157k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1980.20/1986.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1980.20/1986.13	c  1986s|175400 | 55884 | 36065k| 204.2 |  1018M |  52 |1809 |6554 |   0 | 117k|  0 | 157k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1981.48/1987.47	c  1987s|175500 | 55941 | 36092k| 204.3 |  1019M |  52 |1809 |6599 |2696 | 117k|  1 | 158k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1982.48/1988.42	c  1988s|175600 | 55977 | 36105k| 204.2 |  1019M |  52 |1809 |6743 |2697 | 117k|  1 | 158k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1983.57/1989.56	c  1990s|175700 | 55990 | 36119k| 204.2 |  1019M |  52 |1809 |6723 |2706 | 118k|  2 | 158k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1984.37/1990.33	c  1990s|175800 | 55999 | 36127k| 204.1 |  1020M |  52 |1809 |6707 |2702 | 118k|  2 | 158k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1985.37/1991.36	c  1991s|175900 | 56018 | 36144k| 204.1 |  1020M |  52 |1809 |6612 |2683 | 118k|  1 | 158k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1986.36/1992.32	c  1992s|176000 | 56033 | 36163k| 204.1 |  1020M |  52 |1809 |6611 |2698 | 118k|  2 | 158k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1987.07/1993.07	c  1993s|176100 | 56072 | 36176k| 204.1 |  1021M |  52 |1809 |6643 |2686 | 118k|  1 | 158k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1987.76/1993.76	c  1994s|176200 | 56102 | 36185k| 204.0 |  1021M |  52 |1809 |6643 |   0 | 118k|  0 | 158k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1988.46/1994.47	c  1994s|176300 | 56133 | 36195k| 203.9 |  1021M |  52 |1809 |6651 |2695 | 118k|  1 | 158k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1989.85/1995.81	c  1996s|176400 | 56162 | 36213k| 203.9 |  1022M |  52 |1809 |6597 |2698 | 118k|  2 | 158k| 548 | 2.900000e+01 |      --      |    Inf |   2.38%
1991.06/1997.06	c  1997s|176500 | 56194 | 36228k| 203.9 |  1022M |  52 |1809 |6598 |2673 | 118k|  1 | 158k| 550 | 2.900000e+01 |      --      |    Inf |   2.38%
1992.24/1998.25	c  1998s|176600 | 56234 | 36245k| 203.9 |  1022M |  52 |1809 |6640 |2692 | 118k|  1 | 159k| 550 | 2.900000e+01 |      --      |    Inf |   2.38%
1993.24/1999.26	c  1999s|176700 | 56279 | 36261k| 203.8 |  1024M |  52 |1809 |6704 |   0 | 118k|  0 | 159k| 550 | 2.900000e+01 |      --      |    Inf |   2.38%
1994.14/2000.14	c  2000s|176800 | 56324 | 36275k| 203.8 |  1024M |  52 |1809 |6750 |   0 | 118k|  0 | 159k| 550 | 2.900000e+01 |      --      |    Inf |   2.38%
1994.83/2000.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1994.83/2000.89	c  2001s|176900 | 56348 | 36287k| 203.8 |  1025M |  52 |1809 |6813 |   0 | 118k|  0 | 159k| 550 | 2.900000e+01 |      --      |    Inf |   2.38%
1995.62/2001.63	c  2002s|177000 | 56364 | 36300k| 203.7 |  1025M |  52 |1809 |6801 |2702 | 118k|  3 | 159k| 550 | 2.900000e+01 |      --      |    Inf |   2.38%
1996.22/2002.22	c  2002s|177100 | 56369 | 36308k| 203.7 |  1025M |  52 |1809 |6729 |2679 | 118k|  1 | 159k| 550 | 2.900000e+01 |      --      |    Inf |   2.38%
1996.82/2002.84	c  2003s|177200 | 56373 | 36316k| 203.6 |  1025M |  52 |1809 |6802 |2684 | 119k|  1 | 159k| 550 | 2.900000e+01 |      --      |    Inf |   2.38%
1997.82/2003.86	c  2004s|177300 | 56403 | 36331k| 203.6 |  1025M |  52 |1809 |6789 |2678 | 119k|  1 | 159k| 555 | 2.900000e+01 |      --      |    Inf |   2.38%
1999.02/2005.04	c  2005s|177400 | 56438 | 36352k| 203.6 |  1025M |  52 |1809 |6741 |2695 | 119k|  1 | 159k| 555 | 2.900000e+01 |      --      |    Inf |   2.38%
2000.22/2006.25	c  2006s|177500 | 56489 | 36372k| 203.6 |  1027M |  52 |1809 |6731 |2681 | 119k|  1 | 159k| 555 | 2.900000e+01 |      --      |    Inf |   2.38%
2000.82/2006.81	c  2007s|177600 | 56518 | 36380k| 203.5 |  1027M |  52 |1809 |6749 |   0 | 119k|  0 | 160k| 555 | 2.900000e+01 |      --      |    Inf |   2.38%
2001.71/2007.79	c  2008s|177700 | 56548 | 36397k| 203.5 |  1027M |  52 |1809 |6672 |   0 | 119k|  0 | 160k| 555 | 2.900000e+01 |      --      |    Inf |   2.38%
2002.61/2008.61	c  2009s|177800 | 56572 | 36408k| 203.4 |  1027M |  52 |1809 |6617 |2685 | 119k|  1 | 160k| 555 | 2.900000e+01 |      --      |    Inf |   2.38%
2003.41/2009.49	c  2009s|177900 | 56627 | 36424k| 203.4 |  1028M |  52 |1809 |6460 |   0 | 119k|  0 | 160k| 555 | 2.900000e+01 |      --      |    Inf |   2.38%
2004.02/2010.06	c  2010s|178000 | 56662 | 36432k| 203.3 |  1028M |  52 |1809 |6518 |2680 | 119k|  1 | 160k| 555 | 2.900000e+01 |      --      |    Inf |   2.39%
2004.60/2010.61	c  2011s|178100 | 56698 | 36442k| 203.3 |  1028M |  52 |1809 |6541 |2678 | 119k|  1 | 160k| 555 | 2.900000e+01 |      --      |    Inf |   2.39%
2005.01/2011.04	c  2011s|178200 | 56712 | 36448k| 203.2 |  1028M |  52 |1809 |6589 |2682 | 119k|  1 | 160k| 555 | 2.900000e+01 |      --      |    Inf |   2.39%
2005.40/2011.48	c  2011s|178300 | 56730 | 36454k| 203.1 |  1029M |  52 |1809 |6542 |2677 | 119k|  1 | 160k| 555 | 2.900000e+01 |      --      |    Inf |   2.39%
2006.01/2012.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2006.01/2012.10	c  2012s|178400 | 56758 | 36465k| 203.1 |  1029M |  52 |1809 |6520 |2677 | 119k|  1 | 160k| 555 | 2.900000e+01 |      --      |    Inf |   2.39%
2006.89/2012.96	c  2013s|178500 | 56771 | 36479k| 203.0 |  1029M |  52 |1809 |6462 |2688 | 119k|  2 | 160k| 555 | 2.900000e+01 |      --      |    Inf |   2.39%
2007.89/2013.96	c  2014s|178600 | 56810 | 36498k| 203.0 |  1029M |  52 |1809 |6502 |2676 | 119k|  1 | 160k| 555 | 2.900000e+01 |      --      |    Inf |   2.39%
2008.88/2014.99	c  2015s|178700 | 56859 | 36517k| 203.0 |  1030M |  52 |1809 |6521 |2689 | 119k|  1 | 160k| 555 | 2.900000e+01 |      --      |    Inf |   2.39%
2010.38/2016.42	c  2016s|178800 | 56901 | 36542k| 203.0 |  1031M |  52 |1809 |6523 |   0 | 119k|  0 | 161k| 555 | 2.900000e+01 |      --      |    Inf |   2.39%
2011.58/2017.64	c  2018s|178900 | 56942 | 36566k| 203.0 |  1031M |  52 |1809 |6476 |2690 | 119k|  1 | 161k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2012.57/2018.61	c  2019s|179000 | 56967 | 36585k| 203.0 |  1032M |  52 |1809 |6507 |2677 | 119k|  1 | 161k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2013.47/2019.56	c  2020s|179100 | 56995 | 36600k| 203.0 |  1033M |  52 |1809 |6482 |2690 | 120k|  1 | 161k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2014.66/2020.77	c  2021s|179200 | 57010 | 36613k| 203.0 |  1033M |  52 |1809 |6455 |   0 | 120k|  0 | 161k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2015.56/2021.68	c  2022s|179300 | 57036 | 36625k| 202.9 |  1033M |  52 |1809 |6478 |2698 | 120k|  1 | 161k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2016.76/2022.88	c  2023s|179400 | 57078 | 36638k| 202.9 |  1035M |  52 |1809 |6470 |2711 | 120k|  1 | 161k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2017.35/2023.47	c  2023s|179500 | 57090 | 36646k| 202.8 |  1035M |  52 |1809 |6502 |   0 | 120k|  0 | 161k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2017.96/2024.02	c  2024s|179600 | 57106 | 36654k| 202.7 |  1035M |  52 |1809 |6554 |2689 | 120k|  1 | 161k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2018.45/2024.58	c  2025s|179700 | 57133 | 36660k| 202.7 |  1036M |  52 |1809 |6585 |   0 | 120k|  0 | 161k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2019.14/2025.27	c  2025s|179800 | 57150 | 36670k| 202.6 |  1036M |  52 |1809 |6583 |   0 | 120k|  0 | 161k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2020.05/2026.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2020.05/2026.11	c  2026s|179900 | 57158 | 36680k| 202.6 |  1037M |  52 |1809 |6555 |2670 | 120k|  1 | 161k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2020.64/2026.72	c  2027s|180000 | 57165 | 36688k| 202.5 |  1038M |  52 |1809 |6588 |2695 | 120k|  1 | 161k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2021.14/2027.20	c  2027s|180100 | 57188 | 36696k| 202.4 |  1038M |  52 |1809 |6625 |   0 | 120k|  0 | 161k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2021.84/2027.95	c  2028s|180200 | 57200 | 36708k| 202.4 |  1039M |  52 |1809 |6640 |2705 | 120k|  1 | 162k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2022.84/2028.90	c  2029s|180300 | 57232 | 36721k| 202.3 |  1039M |  52 |1809 |6657 |   0 | 120k|  0 | 162k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2023.84/2029.93	c  2030s|180400 | 57263 | 36734k| 202.3 |  1039M |  52 |1809 |6713 |   0 | 120k|  0 | 162k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2024.63/2030.70	c  2031s|180500 | 57272 | 36746k| 202.3 |  1039M |  52 |1809 |6748 |   0 | 121k|  0 | 162k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2025.73/2031.86	c  2032s|180600 | 57318 | 36765k| 202.2 |  1040M |  52 |1809 |6720 |2686 | 121k|  1 | 162k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2026.82/2033.00	c  2033s|180700 | 57352 | 36782k| 202.2 |  1040M |  52 |1809 |6672 |2698 | 121k|  1 | 162k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2027.32/2033.49	c  2033s|180800 | 57360 | 36788k| 202.1 |  1041M |  52 |1809 |6691 |   0 | 121k|  0 | 162k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2028.03/2034.17	c  2034s|180900 | 57368 | 36799k| 202.1 |  1041M |  52 |1809 |6718 |2687 | 121k|  1 | 162k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2029.42/2035.58	c  2036s|181000 | 57401 | 36821k| 202.1 |  1041M |  52 |1809 |6704 |2691 | 121k|  1 | 162k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2030.41/2036.55	c  2037s|181100 | 57426 | 36835k| 202.1 |  1041M |  52 |1809 |6673 |2692 | 121k|  1 | 162k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2031.11/2037.24	c  2037s|181200 | 57426 | 36842k| 202.0 |  1041M |  52 |1809 |6672 |   0 | 121k|  0 | 162k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2032.02/2038.18	c  2038s|181300 | 57446 | 36858k| 202.0 |  1041M |  52 |1809 |6649 |   0 | 121k|  0 | 162k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2032.50/2038.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2032.50/2038.67	c  2039s|181400 | 57432 | 36865k| 201.9 |  1041M |  52 |1809 |6674 |2685 | 121k|  1 | 162k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2033.50/2039.68	c  2040s|181500 | 57443 | 36882k| 201.9 |  1041M |  52 |1809 |6606 |2681 | 121k|  3 | 163k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2034.80/2040.90	c  2041s|181600 | 57504 | 36907k| 201.9 |  1041M |  52 |1809 |6641 |2686 | 121k|  1 | 163k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2035.49/2041.69	c  2042s|181700 | 57530 | 36919k| 201.9 |  1042M |  52 |1809 |6671 |2690 | 121k|  2 | 163k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2036.29/2042.40	c  2042s|181800 | 57546 | 36932k| 201.8 |  1042M |  52 |1809 |6658 |2696 | 121k|  1 | 163k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2037.29/2043.45	c  2043s|181900 | 57580 | 36949k| 201.8 |  1042M |  52 |1809 |6694 |   0 | 121k|  0 | 163k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2038.38/2044.58	c  2045s|182000 | 57586 | 36964k| 201.8 |  1042M |  52 |1809 |6723 |   0 | 121k|  0 | 163k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2039.78/2045.95	c  2046s|182100 | 57614 | 36985k| 201.8 |  1043M |  52 |1809 |6776 |2687 | 122k|  1 | 163k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2040.48/2046.64	c  2047s|182200 | 57631 | 36997k| 201.7 |  1044M |  52 |1809 |6809 |   0 | 122k|  0 | 163k| 560 | 2.900000e+01 |      --      |    Inf |   2.39%
2041.37/2047.54	c  2048s|182300 | 57667 | 37010k| 201.7 |  1045M |  52 |1809 |6835 |   0 | 122k|  0 | 163k| 565 | 2.900000e+01 |      --      |    Inf |   2.39%
2042.07/2048.24	c  2048s|182400 | 57667 | 37018k| 201.6 |  1045M |  52 |1809 |6774 |2695 | 122k|  1 | 163k| 565 | 2.900000e+01 |      --      |    Inf |   2.39%
2042.77/2049.00	c  2049s|182500 | 57677 | 37032k| 201.6 |  1046M |  52 |1809 |6738 |   0 | 122k|  0 | 163k| 565 | 2.900000e+01 |      --      |    Inf |   2.39%
2043.77/2049.96	c  2050s|182600 | 57705 | 37046k| 201.6 |  1046M |  52 |1809 |6727 |   0 | 122k|  0 | 163k| 565 | 2.900000e+01 |      --      |    Inf |   2.39%
2044.76/2050.98	c  2051s|182700 | 57736 | 37060k| 201.5 |  1046M |  52 |1809 |6677 |2697 | 122k|  1 | 164k| 565 | 2.900463e+01 |      --      |    Inf |   2.39%
2045.76/2051.91	c  2052s|182800 | 57783 | 37075k| 201.5 |  1046M |  52 |1809 |6709 |2688 | 122k|  1 | 164k| 565 | 2.900694e+01 |      --      |    Inf |   2.39%
2046.56/2052.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2046.56/2052.79	c  2053s|182900 | 57837 | 37091k| 201.5 |  1047M |  52 |1809 |6838 |2693 | 122k|  1 | 164k| 565 | 2.900694e+01 |      --      |    Inf |   2.39%
2047.45/2053.65	c  2054s|183000 | 57861 | 37104k| 201.4 |  1048M |  52 |1809 |6907 |2691 | 122k|  1 | 164k| 565 | 2.900694e+01 |      --      |    Inf |   2.39%
2048.35/2054.54	c  2055s|183100 | 57884 | 37118k| 201.4 |  1048M |  52 |1809 |6876 |2677 | 122k|  1 | 164k| 565 | 2.900699e+01 |      --      |    Inf |   2.39%
2049.44/2055.65	c  2056s|183200 | 57927 | 37137k| 201.4 |  1049M |  52 |1809 |6813 |2671 | 122k|  1 | 164k| 565 | 2.900699e+01 |      --      |    Inf |   2.39%
2050.63/2056.80	c  2057s|183300 | 57947 | 37148k| 201.4 |  1049M |  52 |1809 |6780 |   0 | 122k|  0 | 164k| 581 | 2.900699e+01 |      --      |    Inf |   2.39%
2051.53/2057.78	c  2058s|183400 | 57991 | 37162k| 201.3 |  1049M |  52 |1809 |6736 |2705 | 122k|  1 | 164k| 581 | 2.900699e+01 |      --      |    Inf |   2.39%
2052.43/2058.62	c  2059s|183500 | 58031 | 37175k| 201.3 |  1049M |  52 |1809 |6734 |2698 | 123k|  1 | 164k| 581 | 2.900699e+01 |      --      |    Inf |   2.39%
2053.23/2059.45	c  2059s|183600 | 58053 | 37190k| 201.3 |  1049M |  52 |1809 |6777 |   0 | 123k|  0 | 164k| 581 | 2.900699e+01 |      --      |    Inf |   2.39%
2054.62/2060.82	c  2061s|183700 | 58092 | 37215k| 201.3 |  1049M |  52 |1809 |6765 |2688 | 123k|  1 | 164k| 581 | 2.900699e+01 |      --      |    Inf |   2.39%
2055.52/2061.75	c  2062s|183800 | 58119 | 37234k| 201.3 |  1050M |  52 |1809 |6783 |   0 | 123k|  0 | 165k| 581 | 2.900699e+01 |      --      |    Inf |   2.39%
2056.21/2062.46	c  2062s|183900 | 58123 | 37242k| 201.2 |  1050M |  52 |1809 |6794 |2684 | 123k|  1 | 165k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2057.31/2063.53	c  2064s|184000 | 58149 | 37259k| 201.2 |  1050M |  52 |1809 |6854 |2689 | 123k|  2 | 165k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2058.21/2064.43	c  2064s|184100 | 58162 | 37270k| 201.2 |  1051M |  52 |1809 |6815 |2686 | 123k|  1 | 165k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2059.30/2065.57	c  2066s|184200 | 58192 | 37288k| 201.1 |  1051M |  52 |1809 |6778 |2682 | 123k|  1 | 165k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2059.81/2066.03	c  2066s|184300 | 58219 | 37294k| 201.1 |  1051M |  54 |1809 |6750 |   0 | 123k|  0 | 165k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2060.51/2066.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2060.51/2066.70	c  2067s|184400 | 58245 | 37304k| 201.0 |  1051M |  54 |1809 |6767 |2688 | 123k|  1 | 165k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2061.01/2067.23	c  2067s|184500 | 58265 | 37312k| 200.9 |  1052M |  54 |1809 |6808 |   0 | 123k|  0 | 165k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2061.82/2068.10	c  2068s|184600 | 58296 | 37326k| 200.9 |  1052M |  54 |1809 |6814 |   0 | 123k|  0 | 165k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2062.81/2069.03	c  2069s|184700 | 58326 | 37344k| 200.9 |  1052M |  54 |1809 |6839 |2698 | 123k|  2 | 165k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2063.70/2070.00	c  2070s|184800 | 58361 | 37360k| 200.9 |  1053M |  54 |1809 |6851 |2693 | 123k|  1 | 165k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2064.40/2070.69	c  2071s|184900 | 58375 | 37371k| 200.8 |  1053M |  54 |1809 |6803 |   0 | 123k|  0 | 165k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2065.09/2071.35	c  2071s|185000 | 58387 | 37380k| 200.8 |  1053M |  54 |1809 |6762 |2685 | 123k|  1 | 165k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2066.49/2072.76	c  2073s|185100 | 58427 | 37408k| 200.8 |  1053M |  54 |1809 |6678 |   0 | 123k|  0 | 166k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2067.38/2073.62	c  2074s|185200 | 58449 | 37422k| 200.8 |  1053M |  54 |1809 |6583 |   0 | 123k|  0 | 166k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2068.58/2074.83	c  2075s|185300 | 58462 | 37443k| 200.8 |  1053M |  54 |1809 |6584 |   0 | 123k|  0 | 166k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2069.58/2075.88	c  2076s|185400 | 58513 | 37463k| 200.8 |  1053M |  54 |1809 |6574 |2681 | 123k|  1 | 166k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2070.67/2076.90	c  2077s|185500 | 58552 | 37484k| 200.8 |  1053M |  54 |1809 |6569 |2683 | 123k|  1 | 166k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2072.07/2078.38	c  2078s|185600 | 58607 | 37512k| 200.8 |  1054M |  54 |1809 |6610 |   0 | 123k|  0 | 166k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2072.78/2079.10	c  2079s|185700 | 58619 | 37522k| 200.8 |  1054M |  54 |1809 |6592 |   0 | 123k|  0 | 166k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2073.88/2080.19	c  2080s|185800 | 58645 | 37542k| 200.8 |  1054M |  54 |1809 |6585 |   0 | 124k|  0 | 166k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2074.56/2080.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2074.56/2080.83	c  2081s|185900 | 58664 | 37551k| 200.7 |  1055M |  54 |1809 |6586 |   0 | 124k|  0 | 166k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2075.36/2081.62	c  2082s|186000 | 58661 | 37560k| 200.7 |  1055M |  54 |1809 |6587 |   0 | 124k|  0 | 166k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2075.66/2081.98	c  2082s|186100 | 58687 | 37565k| 200.6 |  1055M |  54 |1809 |6602 |2689 | 124k|  1 | 166k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2076.35/2082.61	c  2083s|186200 | 58694 | 37574k| 200.5 |  1055M |  54 |1809 |6673 |2691 | 124k|  1 | 166k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2076.86/2083.16	c  2083s|186300 | 58709 | 37582k| 200.5 |  1055M |  54 |1809 |6733 |   0 | 124k|  0 | 166k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2077.65/2083.98	c  2084s|186400 | 58715 | 37594k| 200.4 |  1056M |  54 |1809 |6728 |2681 | 124k|  1 | 166k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2078.55/2084.80	c  2085s|186500 | 58735 | 37607k| 200.4 |  1056M |  54 |1809 |6749 |2681 | 124k|  1 | 166k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2079.14/2085.43	c  2085s|186600 | 58738 | 37616k| 200.3 |  1056M |  54 |1809 |6721 |   0 | 124k|  0 | 166k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2080.14/2086.42	c  2086s|186700 | 58763 | 37630k| 200.3 |  1056M |  54 |1809 |6684 |2690 | 124k|  1 | 167k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2080.85/2087.12	c  2087s|186800 | 58780 | 37643k| 200.2 |  1056M |  54 |1809 |6628 |   0 | 124k|  0 | 167k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2081.63/2087.95	c  2088s|186900 | 58832 | 37656k| 200.2 |  1057M |  54 |1809 |6577 |   0 | 124k|  0 | 167k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2082.23/2088.56	c  2089s|187000 | 58863 | 37666k| 200.2 |  1057M |  54 |1809 |6590 |2692 | 124k|  1 | 167k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2082.93/2089.20	c  2089s|187100 | 58884 | 37679k| 200.1 |  1057M |  54 |1809 |6591 |   0 | 124k|  0 | 167k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2083.74/2090.07	c  2090s|187200 | 58914 | 37691k| 200.1 |  1057M |  54 |1809 |6597 |2692 | 124k|  1 | 167k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2084.62/2090.95	c  2091s|187300 | 58940 | 37704k| 200.0 |  1057M |  54 |1809 |6587 |   0 | 124k|  0 | 167k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2085.51/2091.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2085.51/2091.82	c  2092s|187400 | 58983 | 37716k| 200.0 |  1059M |  54 |1809 |6547 |   0 | 124k|  0 | 167k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2086.21/2092.56	c  2093s|187500 | 59027 | 37729k| 200.0 |  1059M |  54 |1809 |6620 |2690 | 124k|  1 | 167k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2086.92/2093.26	c  2093s|187600 | 59055 | 37740k| 199.9 |  1060M |  54 |1809 |6630 |   0 | 124k|  0 | 167k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2087.91/2094.26	c  2094s|187700 | 59100 | 37757k| 199.9 |  1060M |  54 |1809 |6644 |2693 | 125k|  1 | 167k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2088.91/2095.21	c  2095s|187800 | 59160 | 37775k| 199.9 |  1060M |  54 |1809 |6664 |2693 | 125k|  1 | 167k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2089.82/2096.17	c  2096s|187900 | 59217 | 37793k| 199.9 |  1062M |  54 |1809 |6682 |2704 | 125k|  1 | 167k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2090.60/2096.95	c  2097s|188000 | 59211 | 37802k| 199.8 |  1062M |  54 |1809 |6686 |2694 | 125k|  1 | 167k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2091.60/2098.00	c  2098s|188100 | 59250 | 37821k| 199.8 |  1062M |  54 |1809 |6687 |   0 | 125k|  0 | 167k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2092.59/2098.91	c  2099s|188200 | 59296 | 37838k| 199.8 |  1062M |  54 |1809 |6715 |2694 | 125k|  1 | 168k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2093.39/2099.75	c  2100s|188300 | 59344 | 37854k| 199.8 |  1063M |  54 |1809 |6756 |2696 | 125k|  1 | 168k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2094.49/2100.88	c  2101s|188400 | 59403 | 37871k| 199.8 |  1065M |  54 |1809 |6770 |2696 | 125k|  1 | 168k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2095.38/2101.75	c  2102s|188500 | 59421 | 37885k| 199.7 |  1065M |  54 |1809 |6751 |2694 | 125k|  1 | 168k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2096.08/2102.42	c  2102s|188600 | 59451 | 37894k| 199.7 |  1066M |  54 |1809 |6757 |2690 | 125k|  1 | 168k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2096.79/2103.16	c  2103s|188700 | 59485 | 37905k| 199.6 |  1066M |  54 |1809 |6751 |2687 | 125k|  1 | 168k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2097.38/2103.80	c  2104s|188800 | 59525 | 37915k| 199.6 |  1066M |  54 |1809 |6758 |2693 | 126k|  1 | 168k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2098.37/2104.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2098.37/2104.77	c  2105s|188900 | 59573 | 37931k| 199.5 |  1067M |  54 |1809 |6777 |2696 | 126k|  1 | 168k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2099.07/2105.48	c  2105s|189000 | 59585 | 37943k| 199.5 |  1067M |  54 |1809 |6799 |2687 | 126k|  1 | 168k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2099.87/2106.28	c  2106s|189100 | 59625 | 37956k| 199.5 |  1068M |  54 |1809 |6816 |2696 | 126k|  1 | 168k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2100.78/2107.16	c  2107s|189200 | 59651 | 37971k| 199.4 |  1069M |  54 |1809 |6837 |2691 | 126k|  1 | 168k| 586 | 2.900699e+01 |      --      |    Inf |   2.39%
2101.67/2108.05	c  2108s|189300 | 59680 | 37985k| 199.4 |  1070M |  54 |1809 |6818 |2685 | 126k|  1 | 168k| 586 | 2.900699e+01 |      --      |    Inf |   2.40%
2102.55/2108.97	c  2109s|189400 | 59730 | 38000k| 199.4 |  1070M |  54 |1809 |6802 |2685 | 126k|  1 | 168k| 586 | 2.900699e+01 |      --      |    Inf |   2.40%
2103.67/2110.02	c  2110s|189500 | 59764 | 38018k| 199.4 |  1072M |  54 |1809 |6810 |2695 | 126k|  1 | 169k| 586 | 2.900699e+01 |      --      |    Inf |   2.40%
2104.56/2110.95	c  2111s|189600 | 59791 | 38032k| 199.3 |  1072M |  54 |1809 |6753 |2694 | 126k|  1 | 169k| 586 | 2.900699e+01 |      --      |    Inf |   2.40%
2105.66/2112.01	c  2112s|189700 | 59793 | 38046k| 199.3 |  1072M |  54 |1809 |6776 |2697 | 126k|  1 | 169k| 586 | 2.900699e+01 |      --      |    Inf |   2.40%
2106.76/2113.18	c  2113s|189800 | 59855 | 38066k| 199.3 |  1072M |  54 |1809 |6762 |2698 | 126k|  2 | 169k| 586 | 2.900699e+01 |      --      |    Inf |   2.40%
2108.14/2114.51	c  2115s|189900 | 59915 | 38089k| 199.3 |  1074M |  54 |1809 |6803 |2685 | 127k|  1 | 169k| 586 | 2.900699e+01 |      --      |    Inf |   2.40%
2109.34/2115.72	c  2116s|190000 | 59975 | 38111k| 199.3 |  1074M |  54 |1809 |6929 |2696 | 127k|  1 | 169k| 600 | 2.900699e+01 |      --      |    Inf |   2.40%
2110.34/2116.78	c  2117s|190100 | 60013 | 38130k| 199.3 |  1076M |  54 |1809 |6893 |2694 | 127k|  1 | 169k| 600 | 2.900699e+01 |      --      |    Inf |   2.40%
2111.43/2117.87	c  2118s|190200 | 60049 | 38149k| 199.3 |  1077M |  54 |1809 |6854 |2695 | 127k|  1 | 169k| 600 | 2.900699e+01 |      --      |    Inf |   2.40%
2112.43/2118.87	c  2119s|190300 | 60084 | 38165k| 199.3 |  1077M |  54 |1809 |6819 |2690 | 127k|  1 | 169k| 600 | 2.900699e+01 |      --      |    Inf |   2.40%
2113.22/2119.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2113.22/2119.66	c  2120s|190400 | 60130 | 38180k| 199.3 |  1077M |  54 |1809 |6800 |   0 | 127k|  0 | 169k| 600 | 2.900699e+01 |      --      |    Inf |   2.40%
2114.32/2120.70	c  2121s|190500 | 60184 | 38198k| 199.3 |  1077M |  54 |1809 |6777 |2695 | 127k|  2 | 169k| 600 | 2.900699e+01 |      --      |    Inf |   2.40%
2115.31/2121.78	c  2122s|190600 | 60244 | 38220k| 199.3 |  1078M |  54 |1809 |6738 |   0 | 127k|  0 | 169k| 600 | 2.900699e+01 |      --      |    Inf |   2.40%
2116.91/2123.32	c  2123s|190700 | 60330 | 38252k| 199.3 |  1078M |  54 |1809 |6794 |2693 | 127k|  1 | 170k| 600 | 2.900699e+01 |      --      |    Inf |   2.40%
2118.10/2124.55	c  2125s|190800 | 60398 | 38277k| 199.4 |  1082M |  54 |1809 |6875 |2685 | 128k|  1 | 170k| 600 | 2.900699e+01 |      --      |    Inf |   2.40%
2119.30/2125.79	c  2126s|190900 | 60481 | 38300k| 199.4 |  1082M |  54 |1809 |6993 |2689 | 128k|  1 | 170k| 600 | 2.900699e+01 |      --      |    Inf |   2.40%
2120.30/2126.75	c  2127s|191000 | 60507 | 38312k| 199.4 |  1082M |  54 |1809 |7033 |2695 | 128k|  1 | 170k| 600 | 2.900699e+01 |      --      |    Inf |   2.40%
2121.60/2128.02	c  2128s|191100 | 60537 | 38325k| 199.3 |  1084M |  54 |1809 |7062 |2705 | 128k|  1 | 170k| 610 | 2.900699e+01 |      --      |    Inf |   2.40%
2122.39/2128.89	c  2129s|191200 | 60549 | 38334k| 199.3 |  1087M |  54 |1809 |7093 |   0 | 128k|  0 | 170k| 610 | 2.900699e+01 |      --      |    Inf |   2.40%
2123.28/2129.76	c  2130s|191300 | 60569 | 38347k| 199.2 |  1088M |  54 |1809 |7058 |2694 | 128k|  1 | 170k| 610 | 2.900699e+01 |      --      |    Inf |   2.40%
2124.69/2131.14	c  2131s|191400 | 60629 | 38374k| 199.3 |  1088M |  54 |1809 |6988 |2686 | 128k|  1 | 170k| 610 | 2.900699e+01 |      --      |    Inf |   2.40%
2125.78/2132.22	c  2132s|191500 | 60686 | 38395k| 199.3 |  1089M |  54 |1809 |7029 |2690 | 128k|  1 | 170k| 610 | 2.900699e+01 |      --      |    Inf |   2.40%
2127.18/2133.60	c  2134s|191600 | 60732 | 38420k| 199.3 |  1090M |  54 |1809 |7049 |2696 | 129k|  1 | 170k| 610 | 2.900699e+01 |      --      |    Inf |   2.40%
2128.28/2134.76	c  2135s|191700 | 60759 | 38437k| 199.3 |  1090M |  54 |1809 |7026 |2685 | 129k|  1 | 171k| 610 | 2.900699e+01 |      --      |    Inf |   2.40%
2129.07/2135.52	c  2136s|191800 | 60792 | 38451k| 199.2 |  1090M |  54 |1809 |7040 |2687 | 129k|  1 | 171k| 610 | 2.900699e+01 |      --      |    Inf |   2.40%
2130.17/2136.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2130.17/2136.60	c  2137s|191900 | 60810 | 38472k| 199.3 |  1091M |  54 |1809 |7052 |2682 | 129k|  1 | 171k| 610 | 2.900699e+01 |      --      |    Inf |   2.40%
2131.07/2137.54	c  2138s|192000 | 60824 | 38492k| 199.3 |  1091M |  54 |1809 |7022 |   0 | 129k|  0 | 171k| 610 | 2.900699e+01 |      --      |    Inf |   2.40%
2131.96/2138.50	c  2138s|192100 | 60836 | 38503k| 199.2 |  1091M |  54 |1809 |7024 |2686 | 129k|  1 | 171k| 610 | 2.900699e+01 |      --      |    Inf |   2.40%
2132.96/2139.46	c  2139s|192200 | 60891 | 38521k| 199.2 |  1092M |  54 |1809 |7009 |   0 | 129k|  0 | 171k| 610 | 2.900699e+01 |      --      |    Inf |   2.40%
2133.96/2140.43	c  2140s|192300 | 60922 | 38539k| 199.2 |  1092M |  54 |1809 |7012 |   0 | 129k|  0 | 171k| 610 | 2.900699e+01 |      --      |    Inf |   2.40%
2135.15/2141.61	c  2142s|192400 | 60984 | 38561k| 199.2 |  1092M |  54 |1809 |6990 |2689 | 129k|  1 | 171k| 610 | 2.900699e+01 |      --      |    Inf |   2.40%
2135.95/2142.47	c  2142s|192500 | 61009 | 38574k| 199.2 |  1094M |  54 |1809 |6978 |   0 | 129k|  0 | 171k| 610 | 2.933333e+01 |      --      |    Inf |   2.40%
2136.85/2143.33	c  2143s|192600 | 61061 | 38589k| 199.1 |  1094M |  54 |1809 |6947 |2685 | 129k|  1 | 171k| 610 | 2.933333e+01 |      --      |    Inf |   2.40%
2137.56/2144.08	c  2144s|192700 | 61082 | 38597k| 199.1 |  1094M |  54 |1809 |6938 |   0 | 129k|  0 | 171k| 610 | 2.938462e+01 |      --      |    Inf |   2.40%
2138.74/2145.24	c  2145s|192800 | 61112 | 38612k| 199.0 |  1094M |  54 |1809 |6867 |2685 | 129k|  1 | 171k| 612 | 2.939161e+01 |      --      |    Inf |   2.40%
2139.65/2146.19	c  2146s|192900 | 61138 | 38627k| 199.0 |  1094M |  54 |1809 |6878 |   0 | 129k|  0 | 171k| 612 | 2.939161e+01 |      --      |    Inf |   2.40%
2140.54/2147.10	c  2147s|193000 | 61160 | 38641k| 199.0 |  1094M |  54 |1809 |6847 |2692 | 130k|  1 | 172k| 612 | 2.939161e+01 |      --      |    Inf |   2.40%
2141.82/2148.38	c  2148s|193100 | 61184 | 38661k| 199.0 |  1094M |  54 |1809 |6730 |2676 | 130k|  1 | 172k| 612 | 2.939161e+01 |      --      |    Inf |   2.40%
2143.32/2149.83	c  2150s|193200 | 61224 | 38684k| 199.0 |  1094M |  54 |1809 |6642 |2683 | 130k|  2 | 172k| 612 | 2.939161e+01 |      --      |    Inf |   2.40%
2144.11/2150.69	c  2151s|193300 | 61252 | 38697k| 199.0 |  1095M |  54 |1809 |6603 |2684 | 130k|  1 | 172k| 612 | 2.939161e+01 |      --      |    Inf |   2.40%
2145.31/2151.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2145.31/2151.83	c  2152s|193400 | 61279 | 38718k| 199.0 |  1096M |  54 |1809 |6587 |   0 | 130k|  0 | 172k| 612 | 2.939161e+01 |      --      |    Inf |   2.40%
2146.71/2153.21	c  2153s|193500 | 61331 | 38740k| 199.0 |  1096M |  54 |1809 |6520 |   0 | 130k|  0 | 172k| 612 | 2.939161e+01 |      --      |    Inf |   2.40%
2147.62/2154.12	c  2154s|193600 | 61366 | 38755k| 199.0 |  1097M |  54 |1809 |6462 |   0 | 130k|  0 | 172k| 612 | 2.939161e+01 |      --      |    Inf |   2.40%
2148.52/2155.07	c  2155s|193700 | 61415 | 38770k| 198.9 |  1098M |  54 |1809 |6413 |2702 | 130k|  1 | 172k| 612 | 2.939161e+01 |      --      |    Inf |   2.40%
2149.30/2155.85	c  2156s|193800 | 61456 | 38785k| 198.9 |  1098M |  54 |1809 |6450 |2704 | 130k|  2 | 172k| 612 | 2.950000e+01 |      --      |    Inf |   2.40%
2150.00/2156.58	c  2157s|193900 | 61495 | 38796k| 198.9 |  1099M |  54 |1809 |6515 |   0 | 130k|  0 | 172k| 612 | 2.950000e+01 |      --      |    Inf |   2.40%
2150.61/2157.18	c  2157s|194000 | 61539 | 38806k| 198.8 |  1100M |  54 |1809 |6561 |2709 | 130k|  1 | 172k| 619 | 2.950000e+01 |      --      |    Inf |   2.40%
2151.51/2158.03	c  2158s|194100 | 61569 | 38818k| 198.8 |  1101M |  54 |1809 |6606 |2718 | 130k|  2 | 172k| 620 | 2.950000e+01 |      --      |    Inf |   2.40%
2152.50/2159.06	c  2159s|194200 | 61599 | 38830k| 198.7 |  1102M |  54 |1809 |6652 |2721 | 130k|  1 | 173k| 620 | 2.950000e+01 |      --      |    Inf |   2.40%
2153.39/2159.99	c  2160s|194300 | 61603 | 38840k| 198.7 |  1102M |  54 |1809 |6654 |2716 | 130k|  1 | 173k| 620 | 2.950000e+01 |      --      |    Inf |   2.40%
2154.19/2160.75	c  2161s|194400 | 61600 | 38848k| 198.6 |  1103M |  54 |1809 |6632 |2691 | 130k|  1 | 173k| 620 | 2.950000e+01 |      --      |    Inf |   2.40%
2155.18/2161.77	c  2162s|194500 | 61594 | 38862k| 198.6 |  1103M |  54 |1809 |6551 |2691 | 131k|  1 | 173k| 620 | 2.950000e+01 |      --      |    Inf |   2.40%
2155.88/2162.48	c  2162s|194600 | 61620 | 38873k| 198.5 |  1104M |  54 |1809 |6524 |2688 | 131k|  1 | 173k| 620 | 2.950000e+01 |      --      |    Inf |   2.40%
2156.59/2163.18	c  2163s|194700 | 61630 | 38884k| 198.5 |  1104M |  54 |1809 |6534 |2684 | 131k|  1 | 173k| 620 | 2.950699e+01 |      --      |    Inf |   2.40%
2157.48/2164.04	c  2164s|194800 | 61633 | 38892k| 198.4 |  1104M |  54 |1809 |6597 |2683 | 131k|  1 | 173k| 625 | 2.950699e+01 |      --      |    Inf |   2.40%
2158.07/2164.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2158.07/2164.66	c  2165s|194900 | 61650 | 38899k| 198.4 |  1104M |  54 |1809 |6557 |2694 | 131k|  1 | 173k| 625 | 2.957143e+01 |      --      |    Inf |   2.40%
2159.37/2165.99	c  2166s|195000 | 61677 | 38916k| 198.4 |  1104M |  54 |1809 |6545 |2676 | 131k|  1 | 173k| 625 | 2.990476e+01 |      --      |    Inf |   2.40%
2160.26/2166.81	c  2167s|195100 | 61721 | 38929k| 198.3 |  1112M |  54 |1809 |6532 |2694 | 131k|  1 | 173k| 625 | 2.990476e+01 |      --      |    Inf |   2.40%
2160.96/2167.59	c  2168s|195200 | 61737 | 38933k| 198.2 |  1112M |  54 |1809 |6608 |2694 | 131k|  1 | 173k| 625 | 2.990476e+01 |      --      |    Inf |   2.40%
2161.86/2168.47	c  2168s|195300 | 61759 | 38943k| 198.2 |  1112M |  54 |1809 |6688 |2694 | 131k|  1 | 173k| 625 | 3.000000e+01 |      --      |    Inf |   2.40%
2162.35/2168.99	c  2169s|195400 | 61767 | 38948k| 198.1 |  1112M |  54 |1809 |6745 |2704 | 131k|  2 | 173k| 625 | 3.000000e+01 |      --      |    Inf |   2.40%
2163.05/2169.64	c  2170s|195500 | 61749 | 38955k| 198.1 |  1112M |  54 |1809 |6748 |   0 | 131k|  0 | 174k| 625 | 3.000000e+01 |      --      |    Inf |   2.40%
2164.05/2170.60	c  2171s|195600 | 61776 | 38972k| 198.0 |  1112M |  54 |1809 |6643 |2681 | 131k|  1 | 174k| 625 | 3.000000e+01 |      --      |    Inf |   2.40%
2164.84/2171.48	c  2171s|195700 | 61788 | 38984k| 198.0 |  1112M |  54 |1809 |6604 |2673 | 132k|  1 | 174k| 625 | 3.000000e+01 |      --      |    Inf |   2.40%
2165.84/2172.41	c  2172s|195800 | 61820 | 38995k| 198.0 |  1113M |  54 |1809 |6573 |2708 | 132k|  1 | 174k| 625 | 3.000000e+01 |      --      |    Inf |   2.40%
2167.24/2173.88	c  2174s|195900 | 61873 | 39024k| 198.0 |  1113M |  54 |1809 |6575 |2686 | 132k|  1 | 174k| 625 | 3.000000e+01 |      --      |    Inf |   2.40%
2168.24/2174.86	c  2175s|196000 | 61906 | 39039k| 198.0 |  1114M |  54 |1809 |6581 |   0 | 132k|  0 | 174k| 628 | 3.000000e+01 |      --      |    Inf |   2.40%
2169.93/2176.54	c  2177s|196100 | 61955 | 39069k| 198.0 |  1114M |  54 |1809 |6589 |   0 | 132k|  0 | 174k| 628 | 3.000000e+01 |      --      |    Inf |   2.40%
2170.63/2177.24	c  2177s|196200 | 61966 | 39081k| 198.0 |  1114M |  54 |1809 |6609 |   0 | 132k|  0 | 174k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2171.54/2178.15	c  2178s|196300 | 61991 | 39095k| 198.0 |  1114M |  54 |1809 |6628 |2689 | 132k|  1 | 174k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2172.54/2179.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2172.54/2179.12	c  2179s|196400 | 62023 | 39111k| 197.9 |  1114M |  54 |1809 |6574 |   0 | 132k|  0 | 174k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2173.53/2180.15	c  2180s|196500 | 62051 | 39123k| 197.9 |  1115M |  54 |1809 |6567 |2704 | 132k|  1 | 175k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2174.43/2181.05	c  2181s|196600 | 62069 | 39138k| 197.9 |  1115M |  54 |1809 |6530 |2679 | 132k|  1 | 175k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2175.43/2182.02	c  2182s|196700 | 62102 | 39155k| 197.9 |  1115M |  54 |1809 |6542 |   0 | 132k|  0 | 175k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2176.71/2183.32	c  2183s|196800 | 62121 | 39180k| 197.9 |  1116M |  54 |1809 |6555 |2680 | 132k|  1 | 175k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2177.61/2184.22	c  2184s|196900 | 62142 | 39197k| 197.9 |  1116M |  54 |1809 |6549 |2686 | 132k|  1 | 175k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2178.42/2185.02	c  2185s|197000 | 62161 | 39208k| 197.8 |  1117M |  54 |1809 |6604 |   0 | 132k|  0 | 175k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2179.20/2185.84	c  2186s|197100 | 62193 | 39222k| 197.8 |  1117M |  54 |1809 |6581 |2696 | 132k|  1 | 175k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2180.10/2186.77	c  2187s|197200 | 62219 | 39237k| 197.8 |  1118M |  54 |1809 |6595 |2685 | 132k|  1 | 175k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2181.59/2188.20	c  2188s|197300 | 62288 | 39266k| 197.8 |  1120M |  54 |1809 |6613 |2689 | 132k|  1 | 175k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2182.40/2189.07	c  2189s|197400 | 62316 | 39283k| 197.8 |  1120M |  54 |1809 |6652 |2671 | 133k|  1 | 175k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2183.29/2189.93	c  2190s|197500 | 62336 | 39298k| 197.8 |  1120M |  54 |1809 |6638 |2683 | 133k|  1 | 175k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2184.40/2191.10	c  2191s|197600 | 62373 | 39319k| 197.8 |  1120M |  54 |1809 |6586 |   0 | 133k|  0 | 176k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2185.49/2192.19	c  2192s|197700 | 62415 | 39338k| 197.8 |  1121M |  54 |1809 |6560 |2692 | 133k|  2 | 176k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2185.98/2192.66	c  2193s|197800 | 62421 | 39343k| 197.7 |  1122M |  54 |1809 |6540 |2685 | 133k|  1 | 176k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2187.17/2193.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2187.17/2193.84	c  2194s|197900 | 62443 | 39355k| 197.7 |  1122M |  54 |1809 |6529 |   0 | 133k|  0 | 176k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2187.77/2194.49	c  2194s|198000 | 62457 | 39363k| 197.6 |  1122M |  54 |1809 |6490 |   0 | 133k|  0 | 176k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2188.57/2195.24	c  2195s|198100 | 62472 | 39373k| 197.6 |  1122M |  54 |1809 |6452 |   0 | 133k|  0 | 176k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2189.56/2196.29	c  2196s|198200 | 62506 | 39392k| 197.6 |  1122M |  54 |1809 |6401 |2679 | 133k|  1 | 176k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2190.96/2197.61	c  2198s|198300 | 62540 | 39412k| 197.6 |  1123M |  54 |1809 |6348 |   0 | 133k|  0 | 176k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2191.47/2198.15	c  2198s|198400 | 62550 | 39418k| 197.5 |  1123M |  54 |1809 |6364 |2678 | 133k|  1 | 176k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2192.25/2198.98	c  2199s|198500 | 62560 | 39429k| 197.5 |  1125M |  54 |1809 |6379 |2689 | 133k|  1 | 176k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2193.36/2200.09	c  2200s|198600 | 62603 | 39445k| 197.4 |  1125M |  54 |1809 |6407 |2685 | 133k|  1 | 176k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2194.45/2201.19	c  2201s|198700 | 62654 | 39467k| 197.4 |  1126M |  54 |1809 |6461 |2682 | 133k|  1 | 176k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2195.54/2202.24	c  2202s|198800 | 62697 | 39487k| 197.4 |  1127M |  54 |1809 |6483 |2690 | 133k|  1 | 176k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2196.93/2203.65	c  2204s|198900 | 62750 | 39512k| 197.5 |  1127M |  54 |1809 |6522 |2687 | 133k|  1 | 176k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2197.93/2204.62	c  2205s|199000 | 62782 | 39527k| 197.5 |  1127M |  54 |1809 |6571 |2690 | 133k|  1 | 176k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2199.13/2205.87	c  2206s|199100 | 62819 | 39551k| 197.5 |  1127M |  54 |1809 |6563 |2685 | 133k|  1 | 177k| 633 | 3.000000e+01 |      --      |    Inf |   2.40%
2200.12/2206.85	c  2207s|199200 | 62836 | 39571k| 197.5 |  1127M |  54 |1809 |6536 |2681 | 134k|  1 | 177k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2201.22/2207.94	c  2208s|199300 | 62888 | 39593k| 197.5 |  1127M |  54 |1809 |6577 |2692 | 134k|  2 | 177k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2201.72/2208.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2201.72/2208.45	c  2208s|199400 | 62906 | 39600k| 197.4 |  1127M |  54 |1809 |6629 |   0 | 134k|  0 | 177k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2202.71/2209.40	c  2209s|199500 | 62929 | 39613k| 197.4 |  1128M |  54 |1809 |6709 |2691 | 134k|  1 | 177k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2203.11/2209.89	c  2210s|199600 | 62933 | 39620k| 197.3 |  1128M |  54 |1809 |6752 |   0 | 134k|  0 | 177k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2203.81/2210.58	c  2211s|199700 | 62956 | 39630k| 197.3 |  1128M |  54 |1809 |6795 |   0 | 134k|  0 | 177k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2204.91/2211.62	c  2212s|199800 | 62990 | 39649k| 197.3 |  1129M |  54 |1809 |6797 |2688 | 134k|  2 | 177k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2205.91/2212.65	c  2213s|199900 | 63030 | 39668k| 197.3 |  1130M |  54 |1809 |6764 |2687 | 134k|  1 | 177k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2206.91/2213.62	c  2214s|200000 | 63052 | 39686k| 197.3 |  1130M |  54 |1809 |6810 |2670 | 134k|  1 | 177k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2207.70/2214.45	c  2214s|200100 | 63074 | 39701k| 197.2 |  1130M |  54 |1809 |6811 |2685 | 134k|  1 | 177k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2208.41/2215.13	c  2215s|200200 | 63085 | 39712k| 197.2 |  1131M |  54 |1809 |6825 |   0 | 134k|  0 | 178k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2209.31/2216.04	c  2216s|200300 | 63116 | 39729k| 197.2 |  1131M |  54 |1809 |6791 |   0 | 134k|  0 | 178k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2210.19/2216.98	c  2217s|200400 | 63137 | 39746k| 197.2 |  1132M |  54 |1809 |6770 |2679 | 134k|  1 | 178k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2211.30/2218.07	c  2218s|200500 | 63168 | 39766k| 197.2 |  1132M |  54 |1809 |6754 |2664 | 134k|  1 | 178k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2212.29/2219.10	c  2219s|200600 | 63197 | 39776k| 197.1 |  1132M |  54 |1809 |6792 |   0 | 134k|  0 | 178k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2213.18/2219.99	c  2220s|200700 | 63231 | 39789k| 197.1 |  1132M |  54 |1809 |6796 |   0 | 134k|  0 | 178k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2214.39/2221.19	c  2221s|200800 | 63279 | 39809k| 197.1 |  1133M |  54 |1809 |6786 |   0 | 134k|  0 | 178k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2215.17/2221.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2215.17/2221.93	c  2222s|200900 | 63292 | 39820k| 197.0 |  1133M |  54 |1809 |6792 |   0 | 134k|  0 | 178k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2216.07/2222.82	c  2223s|201000 | 63311 | 39831k| 197.0 |  1133M |  54 |1809 |6766 |2697 | 134k|  1 | 178k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2217.07/2223.87	c  2224s|201100 | 63326 | 39851k| 197.0 |  1135M |  54 |1809 |6731 |   0 | 134k|  0 | 178k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2218.27/2225.10	c  2225s|201200 | 63363 | 39871k| 197.0 |  1135M |  54 |1809 |6683 |   0 | 135k|  0 | 178k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2218.96/2225.78	c  2226s|201300 | 63387 | 39883k| 197.0 |  1135M |  54 |1809 |6769 |2688 | 135k|  1 | 178k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2220.06/2226.84	c  2227s|201400 | 63424 | 39899k| 196.9 |  1135M |  54 |1809 |6769 |2695 | 135k|  1 | 178k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2221.36/2228.16	c  2228s|201500 | 63476 | 39919k| 196.9 |  1135M |  54 |1809 |6724 |   0 | 135k|  0 | 178k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2222.36/2229.17	c  2229s|201600 | 63511 | 39937k| 196.9 |  1135M |  54 |1809 |6703 |   0 | 135k|  0 | 178k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2223.26/2230.01	c  2230s|201700 | 63520 | 39947k| 196.9 |  1135M |  54 |1809 |6685 |   0 | 135k|  0 | 179k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2223.94/2230.70	c  2231s|201800 | 63531 | 39957k| 196.8 |  1136M |  54 |1809 |6590 |2686 | 135k|  1 | 179k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2224.94/2231.77	c  2232s|201900 | 63563 | 39975k| 196.8 |  1136M |  54 |1809 |6589 |   0 | 135k|  0 | 179k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2226.04/2232.81	c  2233s|202000 | 63592 | 39993k| 196.8 |  1136M |  54 |1809 |6565 |   0 | 135k|  0 | 179k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2226.73/2233.59	c  2234s|202100 | 63617 | 40004k| 196.8 |  1136M |  54 |1809 |6536 |2682 | 135k|  1 | 179k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2227.43/2234.28	c  2234s|202200 | 63630 | 40012k| 196.7 |  1137M |  54 |1809 |6563 |2681 | 135k|  1 | 179k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2228.83/2235.61	c  2236s|202300 | 63664 | 40035k| 196.7 |  1137M |  54 |1809 |6507 |2688 | 135k|  1 | 179k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2229.53/2236.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2229.53/2236.31	c  2236s|202400 | 63682 | 40047k| 196.7 |  1137M |  54 |1809 |6548 |   0 | 135k|  0 | 179k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2230.34/2237.14	c  2237s|202500 | 63711 | 40061k| 196.7 |  1137M |  54 |1809 |6572 |2691 | 135k|  1 | 179k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2231.13/2237.93	c  2238s|202600 | 63723 | 40071k| 196.6 |  1137M |  54 |1809 |6578 |2693 | 135k|  1 | 179k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2231.92/2238.74	c  2239s|202700 | 63773 | 40084k| 196.6 |  1137M |  54 |1809 |6627 |2691 | 135k|  1 | 179k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2232.62/2239.49	c  2239s|202800 | 63808 | 40097k| 196.6 |  1137M |  54 |1809 |6603 |2698 | 135k|  1 | 179k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2233.52/2240.30	c  2240s|202900 | 63803 | 40109k| 196.5 |  1137M |  54 |1809 |6574 |2690 | 135k|  2 | 179k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2234.23/2241.03	c  2241s|203000 | 63831 | 40121k| 196.5 |  1137M |  54 |1809 |6627 |2683 | 136k|  1 | 180k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2234.91/2241.77	c  2242s|203100 | 63837 | 40131k| 196.4 |  1138M |  54 |1809 |6603 |2690 | 136k|  1 | 180k| 633 | 3.000000e+01 |      --      |    Inf |   2.41%
2235.51/2242.33	c  2242s|203200 | 63873 | 40139k| 196.4 |  1138M |  54 |1809 |6600 |2687 | 136k|  1 | 180k| 638 | 3.000000e+01 |      --      |    Inf |   2.41%
2236.40/2243.25	c  2243s|203300 | 63928 | 40157k| 196.4 |  1138M |  54 |1809 |6617 |2700 | 136k|  1 | 180k| 638 | 3.000000e+01 |      --      |    Inf |   2.41%
2237.40/2244.23	c  2244s|203400 | 63952 | 40171k| 196.4 |  1138M |  54 |1809 |6654 |2697 | 136k|  1 | 180k| 638 | 3.000000e+01 |      --      |    Inf |   2.41%
2238.50/2245.30	c  2245s|203500 | 63990 | 40185k| 196.3 |  1153M |  54 |1809 |6581 |2677 | 136k|  1 | 180k| 638 | 3.000000e+01 |      --      |    Inf |   2.41%
2239.21/2246.02	c  2246s|203600 | 64049 | 40196k| 196.3 |  1153M |  54 |1809 |6548 |   0 | 136k|  0 | 180k| 638 | 3.000000e+01 |      --      |    Inf |   2.41%
2239.99/2246.82	c  2247s|203700 | 64106 | 40210k| 196.3 |  1153M |  54 |1809 |6550 |2675 | 136k|  1 | 180k| 638 | 3.000000e+01 |      --      |    Inf |   2.41%
2240.49/2247.37	c  2247s|203800 | 64151 | 40217k| 196.2 |  1153M |  54 |1809 |6649 |2679 | 136k|  1 | 180k| 638 | 3.000000e+01 |      --      |    Inf |   2.41%
2241.20/2248.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2241.20/2248.07	c  2248s|203900 | 64180 | 40222k| 196.1 |  1153M |  54 |1809 |6698 |   0 | 136k|  0 | 180k| 640 | 3.000000e+01 |      --      |    Inf |   2.41%
2241.88/2248.72	c  2249s|204000 | 64227 | 40233k| 196.1 |  1153M |  54 |1809 |6725 |2682 | 136k|  1 | 180k| 640 | 3.000000e+01 |      --      |    Inf |   2.41%
2242.48/2249.37	c  2249s|204100 | 64240 | 40242k| 196.0 |  1153M |  54 |1809 |6745 |2675 | 136k|  1 | 181k| 640 | 3.000000e+01 |      --      |    Inf |   2.41%
2243.48/2250.34	c  2250s|204200 | 64300 | 40255k| 196.0 |  1153M |  54 |1809 |6775 |2682 | 136k|  1 | 181k| 644 | 3.000000e+01 |      --      |    Inf |   2.41%
2244.47/2251.32	c  2251s|204300 | 64379 | 40274k| 196.0 |  1154M |  54 |1809 |6915 |2685 | 136k|  1 | 181k| 644 | 3.000000e+01 |      --      |    Inf |   2.41%
2245.47/2252.37	c  2252s|204400 | 64445 | 40295k| 196.0 |  1155M |  54 |1809 |6895 |   0 | 136k|  0 | 181k| 644 | 3.000000e+01 |      --      |    Inf |   2.41%
2246.46/2253.36	c  2253s|204500 | 64502 | 40306k| 196.0 |  1155M |  54 |1809 |6912 |2709 | 137k|  3 | 181k| 646 | 3.000000e+01 |      --      |    Inf |   2.41%
2247.36/2254.22	c  2254s|204600 | 64544 | 40318k| 195.9 |  1155M |  54 |1809 |6858 |   0 | 137k|  0 | 181k| 646 | 3.000000e+01 |      --      |    Inf |   2.41%
2248.46/2255.35	c  2255s|204700 | 64598 | 40334k| 195.9 |  1155M |  54 |1809 |6804 |2675 | 137k|  1 | 181k| 651 | 3.000000e+01 |      --      |    Inf |   2.41%
2249.17/2256.08	c  2256s|204800 | 64642 | 40345k| 195.9 |  1155M |  54 |1809 |6803 |2682 | 137k|  0 | 181k| 651 | 3.000000e+01 |      --      |    Inf |   2.41%
2249.85/2256.79	c  2257s|204900 | 64673 | 40354k| 195.8 |  1156M |  54 |1809 |6773 |   0 | 137k|  0 | 181k| 651 | 3.000000e+01 |      --      |    Inf |   2.41%
2250.75/2257.60	c  2258s|205000 | 64714 | 40369k| 195.8 |  1157M |  54 |1809 |6726 |2675 | 137k|  1 | 181k| 651 | 3.000000e+01 |      --      |    Inf |   2.41%
2251.74/2258.65	c  2259s|205100 | 64765 | 40389k| 195.8 |  1158M |  54 |1809 |6739 |2684 | 137k|  1 | 182k| 651 | 3.000000e+01 |      --      |    Inf |   2.41%
2253.15/2260.01	c  2260s|205200 | 64794 | 40409k| 195.8 |  1159M |  54 |1809 |6828 |2682 | 137k|  2 | 182k| 651 | 3.000000e+01 |      --      |    Inf |   2.41%
2253.84/2260.76	c  2261s|205300 | 64822 | 40420k| 195.8 |  1159M |  54 |1809 |6817 |2675 | 137k|  1 | 182k| 651 | 3.000000e+01 |      --      |    Inf |   2.41%
2254.73/2261.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2254.73/2261.60	c  2262s|205400 | 64850 | 40428k| 195.7 |  1159M |  54 |1809 |6845 |2683 | 137k|  1 | 182k| 651 | 3.000000e+01 |      --      |    Inf |   2.41%
2255.53/2262.49	c  2262s|205500 | 64885 | 40439k| 195.7 |  1160M |  54 |1809 |6855 |2680 | 137k|  1 | 182k| 651 | 3.000000e+01 |      --      |    Inf |   2.41%
2256.63/2263.56	c  2264s|205600 | 64913 | 40446k| 195.6 |  1162M |  54 |1809 |6875 |2699 | 138k|  2 | 182k| 664 | 3.000000e+01 |      --      |    Inf |   2.41%
2257.52/2264.42	c  2264s|205700 | 64961 | 40455k| 195.5 |  1162M |  54 |1809 |6983 |2680 | 138k|  1 | 182k| 664 | 3.000000e+01 |      --      |    Inf |   2.41%
2258.13/2265.04	c  2265s|205800 | 64976 | 40462k| 195.5 |  1162M |  54 |1809 |6958 |   0 | 138k|  0 | 182k| 664 | 3.000000e+01 |      --      |    Inf |   2.41%
2258.92/2265.89	c  2266s|205900 | 64994 | 40474k| 195.4 |  1164M |  54 |1809 |6942 |   0 | 138k|  0 | 182k| 664 | 3.000000e+01 |      --      |    Inf |   2.41%
2259.62/2266.58	c  2267s|206000 | 65020 | 40482k| 195.4 |  1165M |  54 |1809 |6876 |2677 | 138k|  1 | 182k| 664 | 3.000000e+01 |      --      |    Inf |   2.41%
2260.24/2267.17	c  2267s|206100 | 65061 | 40492k| 195.3 |  1165M |  54 |1809 |6850 |   0 | 138k|  0 | 183k| 664 | 3.000000e+01 |      --      |    Inf |   2.41%
2261.02/2267.91	c  2268s|206200 | 65105 | 40503k| 195.3 |  1165M |  54 |1809 |6864 |2678 | 138k|  1 | 183k| 664 | 3.000000e+01 |      --      |    Inf |   2.41%
2261.72/2268.62	c  2269s|206300 | 65152 | 40515k| 195.3 |  1165M |  54 |1809 |6887 |2686 | 138k|  1 | 183k| 664 | 3.000000e+01 |      --      |    Inf |   2.41%
2262.51/2269.42	c  2269s|206400 | 65199 | 40530k| 195.2 |  1165M |  54 |1809 |6887 |2686 | 138k|  1 | 183k| 664 | 3.000000e+01 |      --      |    Inf |   2.41%
2263.12/2270.04	c  2270s|206500 | 65217 | 40541k| 195.2 |  1165M |  54 |1809 |6897 |2686 | 138k|  1 | 183k| 664 | 3.000000e+01 |      --      |    Inf |   2.41%
2264.12/2271.06	c  2271s|206600 | 65254 | 40553k| 195.2 |  1166M |  54 |1809 |6906 |2675 | 138k|  1 | 183k| 669 | 3.000000e+01 |      --      |    Inf |   2.41%
2265.12/2272.06	c  2272s|206700 | 65285 | 40573k| 195.2 |  1166M |  54 |1809 |6917 |   0 | 138k|  0 | 183k| 669 | 3.000000e+01 |      --      |    Inf |   2.41%
2265.80/2272.71	o 142
2265.80/2272.71	c d2273s|206766 | 63971 | 40583k| 195.2 |veclendi|  54 |1809 |6927 |2677 |   0 |  1 | 183k| 669 | 3.000000e+01 | 1.420000e+02 | 373.33%|   2.80%
2265.90/2272.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2265.90/2272.81	c  2273s|206800 | 63971 | 40584k| 195.1 |  1172M |  54 |1809 |6936 |2684 | 139k|  1 | 183k| 669 | 3.000000e+01 | 1.420000e+02 | 373.33%|   2.80%
2266.50/2273.42	c  2273s|206900 | 63979 | 40590k| 195.1 |  1173M |  54 |1809 |6926 |2697 | 139k|  2 | 183k| 669 | 3.000000e+01 | 1.420000e+02 | 373.33%|   2.81%
2266.90/2273.87	o 139
2266.90/2273.87	c L2274s|206966 | 63906 | 40595k| 195.0 |    rins|  54 |1809 |6955 |2687 | 139k|  1 | 183k| 669 | 3.000000e+01 | 1.390000e+02 | 363.33%|   2.81%
2267.30/2274.22	c  2274s|207000 | 63914 | 40599k| 195.0 |  1174M |  54 |1809 |6896 |2683 | 139k|  1 | 183k| 669 | 3.000000e+01 | 1.390000e+02 | 363.33%|   2.82%
2268.49/2275.45	c  2275s|207100 | 63958 | 40622k| 195.0 |  1174M |  54 |1809 |6870 |2698 | 139k|  1 | 183k| 669 | 3.000000e+01 | 1.390000e+02 | 363.33%|   2.82%
2269.29/2276.26	c  2276s|207200 | 63960 | 40627k| 195.0 |  1175M |  54 |1809 |6841 |2679 | 139k|  1 | 183k| 669 | 3.000000e+01 | 1.390000e+02 | 363.33%|   2.83%
2270.38/2277.35	c  2277s|207300 | 64003 | 40640k| 194.9 |  1175M |  54 |1809 |6890 |2693 | 139k|  1 | 183k| 669 | 3.000000e+01 | 1.390000e+02 | 363.33%|   2.83%
2274.57/2281.54	o 135
2274.57/2281.54	c L2282s|207348 | 63605 | 40647k| 194.9 |    rins|  54 |1809 |6896 |2685 | 139k|  1 | 183k| 669 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.87%
2274.97/2281.93	c  2282s|207400 | 63629 | 40652k| 194.9 |  1175M |  54 |1809 |6909 |2691 | 139k|  1 | 183k| 669 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.87%
2276.07/2283.03	c  2283s|207500 | 63667 | 40669k| 194.9 |  1175M |  54 |1809 |6890 |   0 | 139k|  0 | 183k| 669 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.88%
2277.07/2284.02	c  2284s|207600 | 63703 | 40684k| 194.9 |  1176M |  54 |1809 |6879 |2707 | 139k|  1 | 184k| 680 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.88%
2278.07/2285.03	c  2285s|207700 | 63751 | 40699k| 194.8 |  1176M |  54 |1809 |6945 |2685 | 139k|  1 | 184k| 680 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.88%
2278.85/2285.89	c  2286s|207800 | 63796 | 40712k| 194.8 |  1176M |  54 |1809 |6955 |2696 | 139k|  1 | 184k| 680 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.88%
2280.65/2287.68	c  2288s|207900 | 63831 | 40728k| 194.8 |  1178M |  54 |1809 |6963 |   0 | 140k|  0 | 184k| 680 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.88%
2281.94/2289.00	c  2289s|208000 | 63865 | 40751k| 194.8 |  1178M |  54 |1809 |6925 |   0 | 140k|  0 | 184k| 680 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.88%
2284.15/2291.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2284.15/2291.14	c  2291s|208100 | 63911 | 40767k| 194.8 |  1178M |  54 |1809 |6985 |2703 | 140k|  1 | 184k| 680 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.88%
2285.43/2292.48	c  2292s|208200 | 63949 | 40777k| 194.7 |  1178M |  54 |1809 |7038 |   0 | 140k|  0 | 184k| 680 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.89%
2287.22/2294.20	c  2294s|208300 | 63978 | 40784k| 194.7 |  1179M |  54 |1809 |7106 |   0 | 140k|  0 | 184k| 685 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.89%
2289.71/2296.77	c  2297s|208400 | 64010 | 40801k| 194.7 |  1180M |  54 |1809 |7118 |2687 | 140k|  1 | 184k| 691 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.89%
2291.12/2298.11	c  2298s|208500 | 64036 | 40814k| 194.6 |  1181M |  54 |1809 |7155 |   0 | 140k|  0 | 184k| 697 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.89%
2293.30/2300.36	c  2300s|208600 | 64058 | 40829k| 194.6 |  1181M |  54 |1809 |7195 |   0 | 140k|  0 | 185k| 697 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.89%
2294.50/2301.52	c  2302s|208700 | 64073 | 40835k| 194.6 |  1181M |  54 |1809 |7198 |2690 | 140k|  1 | 185k| 697 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.90%
2295.11/2302.16	c  2302s|208800 | 64082 | 40842k| 194.5 |  1181M |  54 |1809 |7205 |2697 | 140k|  1 | 185k| 697 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.90%
2296.00/2303.02	c  2303s|208900 | 64094 | 40854k| 194.5 |  1181M |  54 |1809 |7156 |2693 | 141k|  1 | 185k| 712 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.90%
2297.10/2304.17	c  2304s|209000 | 64122 | 40875k| 194.5 |  1182M |  54 |1809 |7064 |2695 | 141k|  2 | 185k| 717 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.90%
2298.28/2305.36	c  2305s|209100 | 64150 | 40893k| 194.5 |  1182M |  54 |1809 |7003 |   0 | 141k|  0 | 185k| 717 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.90%
2299.48/2306.50	c  2306s|209200 | 64163 | 40911k| 194.5 |  1182M |  54 |1809 |6973 |   0 | 141k|  0 | 185k| 717 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.91%
2300.28/2307.30	c  2307s|209300 | 64193 | 40920k| 194.4 |  1182M |  54 |1809 |6984 |2696 | 141k|  1 | 185k| 717 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.91%
2301.27/2308.35	c  2308s|209400 | 64218 | 40935k| 194.4 |  1182M |  54 |1809 |6994 |2687 | 141k|  1 | 185k| 722 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.92%
2303.37/2310.41	c  2310s|209500 | 64296 | 40983k| 194.5 |  1183M |  54 |1809 |6945 |2677 | 141k|  1 | 185k| 722 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.92%
2304.66/2311.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2304.66/2311.77	c  2312s|209600 | 64340 | 41008k| 194.5 |  1183M |  54 |1809 |6928 |2695 | 141k|  1 | 186k| 722 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.94%
2305.76/2312.85	c  2313s|209700 | 64402 | 41025k| 194.5 |  1184M |  54 |1809 |6943 |   0 | 141k|  0 | 186k| 728 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.94%
2306.47/2313.58	c  2314s|209800 | 64411 | 41034k| 194.5 |  1184M |  54 |1809 |6935 |   0 | 141k|  0 | 186k| 728 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.94%
2307.27/2314.30	c  2314s|209900 | 64414 | 41041k| 194.4 |  1184M |  54 |1809 |6951 |   0 | 141k|  0 | 186k| 728 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.94%
2307.76/2314.82	c  2315s|210000 | 64413 | 41047k| 194.4 |  1184M |  54 |1809 |6984 |2686 | 141k|  1 | 186k| 728 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.95%
2308.16/2315.27	c  2315s|210100 | 64398 | 41053k| 194.3 |  1184M |  54 |1809 |7017 |   0 | 142k|  0 | 186k| 728 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.95%
2308.66/2315.77	c  2316s|210200 | 64396 | 41058k| 194.2 |  1184M |  54 |1809 |7015 |   0 | 142k|  0 | 186k| 728 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.95%
2309.46/2316.60	c  2317s|210300 | 64424 | 41072k| 194.2 |  1184M |  54 |1809 |7006 |   0 | 142k|  0 | 186k| 728 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.96%
2310.25/2317.34	c  2317s|210400 | 64454 | 41082k| 194.2 |  1184M |  54 |1809 |6978 |   0 | 142k|  0 | 186k| 728 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.96%
2310.96/2318.04	c  2318s|210500 | 64490 | 41093k| 194.1 |  1185M |  54 |1809 |6979 |2689 | 142k|  1 | 186k| 728 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.96%
2311.55/2318.62	c  2319s|210600 | 64498 | 41101k| 194.1 |  1185M |  54 |1809 |6987 |2683 | 142k|  0 | 186k| 728 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.96%
2312.55/2319.61	c  2320s|210700 | 64528 | 41110k| 194.0 |  1185M |  54 |1809 |6964 |   0 | 142k|  0 | 186k| 728 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.96%
2313.35/2320.43	c  2320s|210800 | 64539 | 41121k| 194.0 |  1186M |  54 |1809 |6989 |2676 | 142k|  1 | 186k| 728 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.96%
2314.34/2321.47	c  2321s|210900 | 64554 | 41136k| 194.0 |  1186M |  54 |1809 |6904 |   0 | 142k|  0 | 187k| 728 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.98%
2315.24/2322.37	c  2322s|211000 | 64583 | 41149k| 193.9 |  1186M |  54 |1809 |6902 |2680 | 142k|  1 | 187k| 728 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.98%
2315.84/2322.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2315.84/2322.93	c  2323s|211100 | 64600 | 41155k| 193.9 |  1187M |  54 |1809 |6980 |2705 | 142k|  2 | 187k| 728 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.99%
2316.74/2323.84	c  2324s|211200 | 64624 | 41169k| 193.8 |  1187M |  54 |1809 |6910 |2684 | 142k|  1 | 187k| 728 | 3.000000e+01 | 1.350000e+02 | 350.00%|   2.99%
2317.33/2324.41	c  2324s|211300 | 64647 | 41177k| 193.8 |  1187M |  54 |1809 |6904 |   0 | 142k|  0 | 187k| 728 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.00%
2318.13/2325.21	c  2325s|211400 | 64671 | 41187k| 193.7 |  1187M |  54 |1809 |6923 |   0 | 142k|  0 | 187k| 728 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.00%
2319.04/2326.14	c  2326s|211500 | 64704 | 41202k| 193.7 |  1187M |  54 |1809 |6960 |2692 | 142k|  1 | 187k| 728 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.00%
2319.52/2326.64	c  2327s|211600 | 64709 | 41208k| 193.7 |  1187M |  54 |1809 |7001 |2697 | 142k|  1 | 187k| 728 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.00%
2320.42/2327.58	c  2328s|211700 | 64732 | 41221k| 193.6 |  1187M |  54 |1809 |6870 |2685 | 142k|  1 | 187k| 728 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.02%
2321.52/2328.63	c  2329s|211800 | 64756 | 41236k| 193.6 |  1188M |  54 |1809 |6875 |2699 | 142k|  1 | 187k| 728 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.03%
2322.52/2329.68	c  2330s|211900 | 64784 | 41249k| 193.6 |  1188M |  54 |1809 |6920 |   0 | 143k|  0 | 187k| 728 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.03%
2323.51/2330.67	c  2331s|212000 | 64804 | 41259k| 193.5 |  1188M |  54 |1809 |6984 |   0 | 143k|  0 | 188k| 728 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.05%
2324.71/2331.80	c  2332s|212100 | 64836 | 41277k| 193.5 |  1188M |  54 |1809 |7032 |2684 | 143k|  1 | 188k| 735 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.05%
2325.41/2332.58	c  2333s|212200 | 64884 | 41282k| 193.5 |  1188M |  54 |1809 |7132 |2687 | 143k|  2 | 188k| 735 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.06%
2326.20/2333.38	c  2333s|212300 | 64892 | 41289k| 193.4 |  1188M |  54 |1809 |7165 |2700 | 143k|  1 | 188k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.06%
2327.10/2334.24	c  2334s|212400 | 64907 | 41298k| 193.4 |  1189M |  54 |1809 |7170 |2685 | 143k|  1 | 188k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.06%
2327.80/2334.96	c  2335s|212500 | 64916 | 41308k| 193.3 |  1189M |  54 |1809 |7122 |2684 | 143k|  1 | 188k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.08%
2328.80/2335.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2328.80/2335.90	c  2336s|212600 | 64948 | 41325k| 193.3 |  1190M |  54 |1809 |7148 |2691 | 143k|  1 | 188k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.08%
2329.69/2336.82	c  2337s|212700 | 64963 | 41342k| 193.3 |  1190M |  54 |1809 |7100 |2687 | 143k|  1 | 188k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.08%
2330.49/2337.62	c  2338s|212800 | 64974 | 41348k| 193.2 |  1190M |  54 |1809 |7117 |   0 | 143k|  0 | 188k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.08%
2331.19/2338.38	c  2338s|212900 | 64995 | 41359k| 193.2 |  1191M |  54 |1809 |7119 |2701 | 143k|  1 | 188k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.09%
2332.48/2339.64	c  2340s|213000 | 65003 | 41371k| 193.2 |  1191M |  54 |1809 |7145 |2690 | 143k|  1 | 188k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.09%
2333.58/2340.72	c  2341s|213100 | 65020 | 41389k| 193.1 |  1191M |  54 |1809 |7127 |   0 | 143k|  0 | 188k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.09%
2334.37/2341.55	c  2342s|213200 | 65044 | 41400k| 193.1 |  1191M |  54 |1809 |7177 |   0 | 143k|  0 | 188k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.09%
2335.37/2342.57	c  2343s|213300 | 65081 | 41417k| 193.1 |  1191M |  54 |1809 |7118 |2690 | 144k|  1 | 189k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.09%
2336.17/2343.33	c  2343s|213400 | 65088 | 41426k| 193.0 |  1191M |  54 |1809 |7145 |2690 | 144k|  2 | 189k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.09%
2336.88/2344.03	c  2344s|213500 | 65085 | 41437k| 193.0 |  1191M |  54 |1809 |7126 |2679 | 144k|  1 | 189k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.10%
2338.06/2345.23	c  2345s|213600 | 65102 | 41451k| 193.0 |  1192M |  54 |1809 |7117 |2705 | 144k|  2 | 189k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.12%
2338.76/2346.00	c  2346s|213700 | 65116 | 41460k| 192.9 |  1192M |  54 |1809 |7141 |   0 | 144k|  0 | 189k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.14%
2339.86/2347.01	c  2347s|213800 | 65153 | 41479k| 192.9 |  1192M |  54 |1809 |7034 |2691 | 144k|  1 | 189k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.14%
2340.86/2348.03	c  2348s|213900 | 65162 | 41491k| 192.9 |  1192M |  54 |1809 |7036 |2708 | 144k|  2 | 189k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.16%
2341.65/2348.80	c  2349s|214000 | 65173 | 41502k| 192.9 |  1193M |  54 |1809 |6993 |   0 | 144k|  0 | 189k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.18%
2342.54/2349.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2342.54/2349.76	c  2350s|214100 | 65216 | 41519k| 192.9 |  1193M |  54 |1809 |6999 |   0 | 144k|  0 | 189k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.19%
2343.74/2350.93	c  2351s|214200 | 65263 | 41537k| 192.8 |  1193M |  54 |1809 |7016 |2698 | 144k|  1 | 189k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.19%
2344.44/2351.60	c  2352s|214300 | 65289 | 41546k| 192.8 |  1193M |  54 |1809 |7016 |2702 | 144k|  2 | 189k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.19%
2345.04/2352.21	c  2352s|214400 | 65307 | 41553k| 192.7 |  1193M |  54 |1809 |7049 |   0 | 144k|  0 | 189k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.19%
2345.95/2353.13	c  2353s|214500 | 65345 | 41568k| 192.7 |  1193M |  54 |1809 |6986 |2701 | 145k|  1 | 189k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.19%
2346.94/2354.17	c  2354s|214600 | 65402 | 41584k| 192.7 |  1193M |  54 |1809 |7053 |2700 | 145k|  1 | 190k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.19%
2348.03/2355.24	c  2355s|214700 | 65434 | 41596k| 192.7 |  1194M |  54 |1809 |7097 |   0 | 145k|  0 | 190k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.19%
2348.63/2355.80	c  2356s|214800 | 65442 | 41602k| 192.6 |  1196M |  54 |1809 |7116 |2700 | 145k|  1 | 190k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.19%
2349.13/2356.35	c  2356s|214900 | 65448 | 41609k| 192.6 |  1196M |  54 |1809 |7086 |   0 | 145k|  0 | 190k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.19%
2349.84/2357.02	c  2357s|215000 | 65470 | 41618k| 192.5 |  1196M |  54 |1809 |7065 |2708 | 145k|  2 | 190k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.19%
2350.72/2357.91	c  2358s|215100 | 65503 | 41633k| 192.5 |  1196M |  54 |1809 |7035 |2694 | 145k|  1 | 190k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.19%
2351.93/2359.12	c  2359s|215200 | 65535 | 41654k| 192.5 |  1196M |  54 |1809 |7060 |2705 | 145k|  1 | 190k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.19%
2352.62/2359.84	c  2360s|215300 | 65548 | 41663k| 192.4 |  1196M |  54 |1809 |7097 |2700 | 145k|  1 | 190k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.19%
2353.41/2360.63	c  2361s|215400 | 65578 | 41674k| 192.4 |  1196M |  54 |1809 |7153 |2679 | 145k|  1 | 190k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.19%
2354.71/2361.94	c  2362s|215500 | 65629 | 41694k| 192.4 |  1197M |  54 |1809 |7248 |2684 | 145k|  1 | 190k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.19%
2355.61/2362.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2355.61/2362.84	c  2363s|215600 | 65647 | 41710k| 192.4 |  1197M |  54 |1809 |7308 |2679 | 145k|  1 | 191k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.20%
2356.50/2363.77	c  2364s|215700 | 65683 | 41726k| 192.4 |  1197M |  54 |1809 |7326 |2679 | 145k|  1 | 191k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.20%
2357.70/2364.96	c  2365s|215800 | 65724 | 41746k| 192.4 |  1197M |  54 |1809 |7401 |2684 | 145k|  1 | 191k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.20%
2358.49/2365.70	c  2366s|215900 | 65748 | 41759k| 192.4 |  1197M |  54 |1809 |7407 |2702 | 145k|  1 | 191k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.20%
2359.48/2366.78	c  2367s|216000 | 65799 | 41776k| 192.4 |  1199M |  54 |1809 |7467 |   0 | 145k|  0 | 191k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.20%
2360.89/2368.15	c  2368s|216100 | 65811 | 41789k| 192.3 |  1199M |  54 |1809 |7475 |2703 | 146k|  1 | 191k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.20%
2362.37/2369.68	c  2370s|216200 | 65836 | 41813k| 192.3 |  1200M |  54 |1809 |7466 |2710 | 146k|  2 | 191k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.20%
2363.27/2370.51	c  2371s|216300 | 65832 | 41824k| 192.3 |  1200M |  54 |1809 |7350 |2711 | 146k|  1 | 191k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.20%
2364.17/2371.43	c  2371s|216400 | 65836 | 41838k| 192.3 |  1203M |  54 |1809 |7308 |2710 | 146k|  1 | 191k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.20%
2365.37/2372.62	c  2373s|216500 | 65868 | 41855k| 192.3 |  1203M |  54 |1809 |7369 |2688 | 146k|  1 | 191k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.20%
2366.16/2373.44	c  2373s|216600 | 65874 | 41863k| 192.2 |  1203M |  54 |1809 |7318 |2681 | 146k|  1 | 192k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.22%
2367.16/2374.47	c  2374s|216700 | 65896 | 41878k| 192.2 |  1203M |  54 |1809 |7287 |   0 | 146k|  0 | 192k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.23%
2367.96/2375.26	c  2375s|216800 | 65912 | 41888k| 192.2 |  1203M |  54 |1809 |7254 |   0 | 146k|  0 | 192k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.24%
2369.45/2376.79	c  2377s|216900 | 65930 | 41902k| 192.1 |  1203M |  54 |1809 |7221 |   0 | 146k|  0 | 192k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.24%
2370.45/2377.76	c  2378s|217000 | 65962 | 41916k| 192.1 |  1204M |  54 |1809 |7285 |   0 | 147k|  0 | 192k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.25%
2371.54/2378.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2371.54/2378.85	c  2379s|217100 | 65995 | 41931k| 192.1 |  1204M |  54 |1809 |7265 |2694 | 147k|  1 | 192k| 740 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.25%
2372.54/2379.80	c  2380s|217200 | 66028 | 41948k| 192.1 |  1204M |  54 |1809 |7147 |   0 | 147k|  0 | 192k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.26%
2373.64/2380.97	c  2381s|217300 | 66054 | 41968k| 192.1 |  1205M |  54 |1809 |7013 |   0 | 147k|  0 | 192k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.27%
2374.63/2381.97	c  2382s|217400 | 66069 | 41984k| 192.1 |  1205M |  54 |1809 |6924 |2683 | 147k|  1 | 192k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.27%
2376.33/2383.62	c  2384s|217500 | 66114 | 42013k| 192.1 |  1206M |  54 |1809 |6834 |2704 | 147k|  1 | 192k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.28%
2377.53/2384.82	c  2385s|217600 | 66141 | 42037k| 192.1 |  1206M |  54 |1809 |6710 |   0 | 147k|  0 | 192k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.28%
2378.32/2385.68	c  2386s|217700 | 66174 | 42052k| 192.1 |  1206M |  54 |1809 |6762 |2692 | 147k|  1 | 192k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.28%
2379.32/2386.60	c  2387s|217800 | 66193 | 42068k| 192.1 |  1206M |  54 |1809 |6780 |   0 | 147k|  0 | 192k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.29%
2379.83/2387.17	c  2387s|217900 | 66218 | 42076k| 192.1 |  1206M |  54 |1809 |6822 |   0 | 147k|  0 | 192k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.29%
2380.74/2388.07	c  2388s|218000 | 66239 | 42088k| 192.0 |  1206M |  54 |1809 |6870 |   0 | 147k|  0 | 193k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.31%
2381.42/2388.78	c  2389s|218100 | 66257 | 42095k| 192.0 |  1207M |  54 |1809 |6936 |2682 | 147k|  1 | 193k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.32%
2382.12/2389.49	c  2389s|218200 | 66269 | 42105k| 191.9 |  1207M |  54 |1809 |6946 |   0 | 147k|  0 | 193k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.33%
2383.02/2390.40	c  2390s|218300 | 66310 | 42117k| 191.9 |  1208M |  54 |1809 |6974 |2688 | 147k|  2 | 193k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.34%
2384.01/2391.37	c  2391s|218400 | 66341 | 42134k| 191.9 |  1208M |  54 |1809 |7033 |2699 | 147k|  1 | 193k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.35%
2385.21/2392.57	c  2393s|218500 | 66359 | 42140k| 191.8 |  1208M |  54 |1809 |7187 |2724 | 147k|  4 | 193k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.36%
2386.41/2393.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2386.41/2393.78	c  2394s|218600 | 66376 | 42158k| 191.8 |  1209M |  54 |1809 |7130 |   0 | 147k|  0 | 193k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.36%
2387.30/2394.60	c  2395s|218700 | 66417 | 42170k| 191.8 |  1210M |  54 |1809 |7172 |2696 | 148k|  1 | 193k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.36%
2388.20/2395.51	c  2396s|218800 | 66427 | 42182k| 191.7 |  1211M |  54 |1809 |7216 |   0 | 148k|  0 | 193k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.37%
2388.90/2396.26	c  2396s|218900 | 66434 | 42191k| 191.7 |  1211M |  54 |1809 |7164 |2682 | 148k|  1 | 194k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.38%
2389.60/2397.01	c  2397s|219000 | 66429 | 42203k| 191.7 |  1211M |  54 |1809 |7125 |2676 | 148k|  1 | 194k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.38%
2390.50/2397.81	c  2398s|219100 | 66429 | 42214k| 191.6 |  1211M |  54 |1809 |7120 |2684 | 148k|  1 | 194k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.39%
2391.19/2398.54	c  2399s|219200 | 66440 | 42223k| 191.6 |  1212M |  54 |1809 |7130 |2694 | 148k|  1 | 194k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.41%
2391.99/2399.39	c  2399s|219300 | 66456 | 42235k| 191.6 |  1212M |  54 |1809 |7088 |   0 | 148k|  0 | 194k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.42%
2392.89/2400.24	c  2400s|219400 | 66490 | 42248k| 191.5 |  1212M |  54 |1809 |6984 |2696 | 148k|  1 | 194k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.43%
2393.59/2400.98	c  2401s|219500 | 66514 | 42259k| 191.5 |  1212M |  54 |1809 |6954 |2684 | 148k|  1 | 194k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.43%
2394.18/2401.57	c  2402s|219600 | 66527 | 42267k| 191.4 |  1212M |  54 |1809 |6968 |   0 | 148k|  0 | 194k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.43%
2395.18/2402.55	c  2403s|219700 | 66560 | 42281k| 191.4 |  1213M |  54 |1809 |6920 |2692 | 148k|  2 | 194k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.43%
2396.38/2403.73	c  2404s|219800 | 66625 | 42301k| 191.4 |  1213M |  54 |1809 |6934 |2692 | 148k|  1 | 194k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.43%
2397.38/2404.72	c  2405s|219900 | 66661 | 42315k| 191.4 |  1215M |  54 |1809 |6923 |   0 | 148k|  0 | 194k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.43%
2398.47/2405.84	c  2406s|220000 | 66666 | 42330k| 191.4 |  1215M |  54 |1809 |6895 |2686 | 148k|  1 | 194k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.44%
2399.47/2406.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2399.47/2406.84	c  2407s|220100 | 66697 | 42344k| 191.4 |  1215M |  54 |1809 |6890 |2691 | 148k|  2 | 194k| 745 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.45%
2400.17/2407.55	c  2408s|220200 | 66700 | 42349k| 191.3 |  1217M |  54 |1809 |6922 |   0 | 148k|  0 | 194k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.45%
2400.86/2408.23	c  2408s|220300 | 66714 | 42359k| 191.2 |  1217M |  54 |1809 |6908 |   0 | 148k|  0 | 194k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.45%
2401.46/2408.86	c  2409s|220400 | 66740 | 42368k| 191.2 |  1217M |  54 |1809 |6924 |2683 | 149k|  1 | 195k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.45%
2402.26/2409.60	c  2410s|220500 | 66759 | 42379k| 191.2 |  1217M |  54 |1809 |6987 |2683 | 149k|  1 | 195k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.45%
2402.77/2410.19	c  2410s|220600 | 66784 | 42389k| 191.1 |  1217M |  54 |1809 |7041 |2683 | 149k|  1 | 195k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.45%
2403.56/2410.96	c  2411s|220700 | 66813 | 42400k| 191.1 |  1217M |  54 |1809 |7080 |2679 | 149k|  1 | 195k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.46%
2404.45/2411.86	c  2412s|220800 | 66840 | 42410k| 191.0 |  1218M |  54 |1809 |7068 |   0 | 149k|  0 | 195k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.46%
2405.25/2412.67	c  2413s|220900 | 66897 | 42423k| 191.0 |  1218M |  54 |1809 |7001 |2682 | 149k|  1 | 195k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.47%
2405.95/2413.33	c  2413s|221000 | 66928 | 42435k| 191.0 |  1218M |  54 |1809 |6998 |2683 | 149k|  1 | 195k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.47%
2406.54/2413.97	c  2414s|221100 | 66948 | 42443k| 190.9 |  1218M |  54 |1809 |6983 |2682 | 149k|  1 | 195k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.47%
2407.14/2414.52	c  2415s|221200 | 66970 | 42451k| 190.9 |  1218M |  54 |1809 |6995 |2678 | 149k|  1 | 195k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.47%
2407.54/2414.97	c  2415s|221300 | 66963 | 42458k| 190.8 |  1218M |  54 |1809 |6990 |2678 | 149k|  1 | 195k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.47%
2408.14/2415.50	c  2415s|221400 | 66978 | 42466k| 190.8 |  1218M |  54 |1809 |6997 |2677 | 149k|  1 | 195k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.47%
2408.54/2416.00	c  2416s|221500 | 67013 | 42472k| 190.7 |  1218M |  54 |1809 |7015 |2682 | 149k|  1 | 195k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.47%
2409.14/2416.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2409.14/2416.52	c  2417s|221600 | 67045 | 42478k| 190.7 |  1219M |  54 |1809 |7018 |2684 | 149k|  1 | 195k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.47%
2409.83/2417.25	c  2417s|221700 | 67074 | 42488k| 190.6 |  1219M |  54 |1809 |6967 |2684 | 149k|  1 | 195k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.47%
2410.53/2417.91	c  2418s|221800 | 67074 | 42495k| 190.6 |  1219M |  54 |1809 |6989 |   0 | 149k|  0 | 195k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.47%
2411.33/2418.77	c  2419s|221900 | 67080 | 42507k| 190.5 |  1219M |  54 |1809 |6987 |2684 | 149k|  1 | 196k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.47%
2411.83/2419.30	c  2419s|222000 | 67068 | 42515k| 190.5 |  1220M |  54 |1809 |7019 |2682 | 149k|  1 | 196k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.47%
2412.64/2420.06	c  2420s|222100 | 67063 | 42528k| 190.5 |  1220M |  54 |1809 |7030 |   0 | 149k|  0 | 196k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.47%
2413.42/2420.85	c  2421s|222200 | 67081 | 42539k| 190.4 |  1220M |  54 |1809 |7108 |2729 | 149k|  1 | 196k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.49%
2414.02/2421.46	c  2421s|222300 | 67090 | 42545k| 190.4 |  1220M |  54 |1809 |7009 |2682 | 149k|  1 | 196k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.52%
2414.73/2422.16	c  2422s|222400 | 67100 | 42556k| 190.3 |  1220M |  54 |1809 |7071 |   0 | 149k|  0 | 196k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.52%
2415.73/2423.16	c  2423s|222500 | 67118 | 42569k| 190.3 |  1221M |  54 |1809 |6998 |   0 | 149k|  0 | 196k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.54%
2416.62/2424.07	c  2424s|222600 | 67143 | 42582k| 190.3 |  1221M |  54 |1809 |6999 |2689 | 150k|  2 | 196k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.54%
2417.21/2424.62	c  2425s|222700 | 67163 | 42590k| 190.2 |  1222M |  54 |1809 |7002 |   0 | 150k|  0 | 196k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.55%
2417.91/2425.33	c  2425s|222800 | 67175 | 42600k| 190.2 |  1223M |  54 |1809 |6994 |2680 | 150k|  1 | 196k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.56%
2418.62/2426.04	c  2426s|222900 | 67207 | 42611k| 190.2 |  1223M |  54 |1809 |7036 |   0 | 150k|  0 | 196k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.56%
2419.41/2426.84	c  2427s|223000 | 67221 | 42624k| 190.1 |  1223M |  54 |1809 |7062 |2695 | 150k|  1 | 196k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.56%
2419.80/2427.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2419.80/2427.28	c  2427s|223100 | 67233 | 42628k| 190.1 |  1223M |  54 |1809 |7073 |2691 | 150k|  1 | 197k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.56%
2420.30/2427.78	c  2428s|223200 | 67230 | 42630k| 190.0 |  1223M |  54 |1809 |7163 |2691 | 150k|  1 | 197k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.56%
2420.80/2428.26	c  2428s|223300 | 67226 | 42636k| 189.9 |  1224M |  54 |1809 |7177 |2665 | 150k|  1 | 197k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.56%
2421.50/2428.95	c  2429s|223400 | 67248 | 42644k| 189.9 |  1224M |  54 |1809 |7148 |   0 | 150k|  0 | 197k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.58%
2422.50/2429.93	c  2430s|223500 | 67287 | 42656k| 189.8 |  1224M |  54 |1809 |7192 |2692 | 150k|  1 | 197k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.59%
2423.19/2430.65	c  2431s|223600 | 67278 | 42665k| 189.8 |  1224M |  54 |1809 |7104 |2680 | 150k|  1 | 197k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.62%
2423.89/2431.36	c  2431s|223700 | 67287 | 42675k| 189.8 |  1224M |  54 |1809 |7098 |   0 | 150k|  0 | 197k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.63%
2424.60/2432.05	c  2432s|223800 | 67321 | 42687k| 189.7 |  1224M |  54 |1809 |7119 |2682 | 150k|  1 | 197k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.64%
2425.49/2433.01	c  2433s|223900 | 67370 | 42701k| 189.7 |  1225M |  54 |1809 |7124 |2688 | 150k|  1 | 197k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.64%
2426.08/2433.57	c  2434s|224000 | 67363 | 42709k| 189.7 |  1226M |  54 |1809 |7135 |2678 | 150k|  1 | 197k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.64%
2426.69/2434.16	c  2434s|224100 | 67376 | 42718k| 189.6 |  1226M |  54 |1809 |7121 |2681 | 150k|  1 | 197k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.64%
2427.48/2434.91	c  2435s|224200 | 67394 | 42733k| 189.6 |  1226M |  54 |1809 |7103 |2687 | 150k|  2 | 197k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.64%
2428.28/2435.70	c  2436s|224300 | 67416 | 42750k| 189.6 |  1227M |  54 |1809 |7153 |   0 | 150k|  0 | 197k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.64%
2428.69/2436.19	c  2436s|224400 | 67413 | 42758k| 189.5 |  1227M |  54 |1809 |7151 |2691 | 150k|  1 | 197k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.64%
2429.77/2437.27	c  2437s|224500 | 67409 | 42771k| 189.5 |  1227M |  54 |1809 |7132 |   0 | 151k|  0 | 197k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.66%
2430.58/2438.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2430.58/2438.03	c  2438s|224600 | 67438 | 42784k| 189.5 |  1227M |  54 |1809 |7087 |2681 | 151k|  1 | 197k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.67%
2431.36/2438.83	c  2439s|224700 | 67478 | 42796k| 189.5 |  1228M |  54 |1809 |7107 |2689 | 151k|  2 | 198k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.68%
2431.86/2439.35	c  2439s|224800 | 67486 | 42803k| 189.4 |  1228M |  54 |1809 |7136 |2683 | 151k|  1 | 198k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.68%
2432.96/2440.46	c  2440s|224900 | 67497 | 42818k| 189.4 |  1228M |  54 |1809 |7117 |2686 | 151k|  1 | 198k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.69%
2433.76/2441.21	c  2441s|225000 | 67513 | 42829k| 189.3 |  1230M |  54 |1809 |7124 |   0 | 151k|  0 | 198k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.70%
2434.35/2441.87	c  2442s|225100 | 67543 | 42839k| 189.3 |  1231M |  54 |1809 |7173 |2684 | 151k|  1 | 198k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.70%
2435.35/2442.89	c  2443s|225200 | 67563 | 42852k| 189.3 |  1231M |  54 |1809 |7123 |2677 | 151k|  1 | 198k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.71%
2436.15/2443.67	c  2444s|225300 | 67583 | 42866k| 189.3 |  1232M |  54 |1809 |7167 |2691 | 151k|  2 | 198k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.72%
2436.95/2444.46	c  2444s|225400 | 67598 | 42875k| 189.2 |  1232M |  54 |1809 |7230 |2694 | 151k|  1 | 198k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.73%
2437.75/2445.27	c  2445s|225500 | 67612 | 42883k| 189.2 |  1232M |  54 |1809 |7182 |2677 | 151k|  1 | 198k| 750 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.74%
2438.74/2446.27	c  2446s|225600 | 67619 | 42894k| 189.1 |  1232M |  54 |1809 |7217 |   0 | 151k|  0 | 198k| 755 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.76%
2439.55/2447.03	c  2447s|225700 | 67627 | 42907k| 189.1 |  1232M |  54 |1809 |7160 |2691 | 151k|  1 | 198k| 755 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.77%
2440.74/2448.23	c  2448s|225800 | 67653 | 42929k| 189.1 |  1232M |  54 |1809 |7053 |2672 | 151k|  1 | 199k| 755 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.79%
2441.43/2448.95	c  2449s|225900 | 67673 | 42939k| 189.1 |  1232M |  54 |1809 |7022 |   0 | 151k|  0 | 199k| 755 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.80%
2442.23/2449.72	c  2450s|226000 | 67696 | 42950k| 189.0 |  1232M |  54 |1809 |6996 |   0 | 151k|  0 | 199k| 755 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.80%
2443.13/2450.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2443.13/2450.68	c  2451s|226100 | 67717 | 42965k| 189.0 |  1232M |  54 |1809 |6963 |   0 | 151k|  0 | 199k| 755 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.81%
2444.03/2451.58	c  2452s|226200 | 67748 | 42980k| 189.0 |  1233M |  54 |1809 |6944 |2695 | 152k|  1 | 199k| 755 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.82%
2444.72/2452.29	c  2452s|226300 | 67770 | 42989k| 189.0 |  1233M |  54 |1809 |6931 |2675 | 152k|  1 | 199k| 755 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.83%
2446.02/2453.53	c  2454s|226400 | 67814 | 43009k| 189.0 |  1234M |  54 |1809 |6865 |2682 | 152k|  1 | 199k| 755 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.84%
2446.82/2454.32	c  2454s|226500 | 67825 | 43021k| 188.9 |  1234M |  54 |1809 |6887 |2685 | 152k|  1 | 199k| 761 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.87%
2448.31/2455.86	c  2456s|226600 | 67864 | 43045k| 189.0 |  1234M |  54 |1809 |6893 |2687 | 152k|  1 | 199k| 761 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.89%
2448.91/2456.42	c  2456s|226700 | 67889 | 43055k| 188.9 |  1234M |  54 |1809 |6879 |2704 | 152k|  1 | 199k| 761 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.89%
2449.62/2457.13	c  2457s|226800 | 67923 | 43066k| 188.9 |  1234M |  54 |1809 |6942 |2699 | 152k|  1 | 199k| 761 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.89%
2450.62/2458.16	c  2458s|226900 | 67978 | 43081k| 188.9 |  1234M |  54 |1809 |6960 |2694 | 152k|  1 | 199k| 761 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.89%
2451.90/2459.47	c  2459s|227000 | 68042 | 43104k| 188.9 |  1234M |  54 |1809 |7106 |2696 | 152k|  1 | 200k| 761 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.89%
2453.00/2460.59	c  2461s|227100 | 68103 | 43122k| 188.9 |  1235M |  54 |1809 |7153 |   0 | 152k|  0 | 200k| 761 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.90%
2453.90/2461.40	c  2461s|227200 | 68131 | 43136k| 188.9 |  1235M |  54 |1809 |7205 |2687 | 152k|  1 | 200k| 761 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.90%
2454.69/2462.25	c  2462s|227300 | 68152 | 43146k| 188.8 |  1237M |  54 |1809 |7176 |   0 | 152k|  0 | 200k| 761 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.90%
2455.39/2462.90	c  2463s|227400 | 68183 | 43156k| 188.8 |  1237M |  54 |1809 |7154 |2697 | 152k|  1 | 200k| 761 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.90%
2456.79/2464.33	c  2464s|227500 | 68255 | 43178k| 188.8 |  1237M |  54 |1809 |7155 |2687 | 152k|  1 | 200k| 761 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.90%
2457.78/2465.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2457.78/2465.37	c  2465s|227600 | 68330 | 43192k| 188.8 |  1237M |  54 |1809 |7253 |2695 | 152k|  1 | 200k| 761 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.90%
2458.98/2466.59	c  2467s|227700 | 68341 | 43205k| 188.8 |  1238M |  54 |1809 |7257 |2687 | 152k|  1 | 200k| 761 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.90%
2459.79/2467.38	c  2467s|227800 | 68370 | 43217k| 188.7 |  1238M |  54 |1809 |7255 |2687 | 153k|  1 | 200k| 761 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.90%
2461.28/2468.84	c  2469s|227900 | 68407 | 43232k| 188.7 |  1239M |  54 |1809 |7280 |2687 | 153k|  1 | 201k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.90%
2462.38/2469.98	c  2470s|228000 | 68442 | 43246k| 188.7 |  1248M |  54 |1809 |7295 |2701 | 153k|  1 | 201k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.91%
2463.87/2471.46	c  2471s|228100 | 68498 | 43268k| 188.7 |  1248M |  54 |1809 |7235 |2698 | 153k|  1 | 201k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.91%
2464.58/2472.16	c  2472s|228200 | 68516 | 43277k| 188.7 |  1248M |  54 |1809 |7268 |   0 | 153k|  0 | 201k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.91%
2465.48/2473.02	c  2473s|228300 | 68536 | 43288k| 188.6 |  1250M |  54 |1809 |7249 |   0 | 153k|  0 | 201k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.91%
2465.96/2473.56	c  2474s|228400 | 68540 | 43294k| 188.6 |  1251M |  54 |1809 |7264 |2701 | 153k|  1 | 201k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.91%
2466.57/2474.18	c  2474s|228500 | 68552 | 43302k| 188.5 |  1251M |  54 |1809 |7263 |2702 | 153k|  1 | 201k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.91%
2467.26/2474.81	c  2475s|228600 | 68570 | 43311k| 188.5 |  1251M |  54 |1809 |7311 |2701 | 153k|  1 | 201k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.91%
2467.96/2475.50	c  2475s|228700 | 68596 | 43320k| 188.4 |  1251M |  54 |1809 |7313 |2698 | 153k|  1 | 201k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.91%
2468.36/2475.94	c  2476s|228800 | 68610 | 43325k| 188.4 |  1251M |  54 |1809 |7329 |   0 | 154k|  0 | 201k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.91%
2468.96/2476.59	c  2477s|228900 | 68627 | 43334k| 188.3 |  1251M |  54 |1809 |7348 |2696 | 154k|  1 | 202k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.92%
2470.15/2477.76	c  2478s|229000 | 68655 | 43351k| 188.3 |  1251M |  54 |1809 |7330 |2681 | 154k|  1 | 202k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.92%
2471.15/2478.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2471.15/2478.76	c  2479s|229100 | 68687 | 43367k| 188.3 |  1251M |  54 |1809 |7382 |2694 | 154k|  1 | 202k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.92%
2472.34/2479.92	c  2480s|229200 | 68718 | 43387k| 188.3 |  1251M |  54 |1809 |7341 |2684 | 154k|  1 | 202k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.93%
2473.24/2480.89	c  2481s|229300 | 68754 | 43403k| 188.3 |  1251M |  54 |1809 |7228 |2696 | 154k|  1 | 202k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.94%
2474.24/2481.81	c  2482s|229400 | 68787 | 43416k| 188.3 |  1251M |  54 |1809 |7181 |   0 | 154k|  0 | 202k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.95%
2475.64/2483.22	c  2483s|229500 | 68841 | 43437k| 188.3 |  1251M |  54 |1809 |7170 |2698 | 154k|  1 | 202k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.96%
2476.44/2484.07	c  2484s|229600 | 68869 | 43453k| 188.3 |  1253M |  54 |1809 |7140 |2667 | 154k|  1 | 202k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.96%
2477.83/2485.46	c  2485s|229700 | 68931 | 43482k| 188.3 |  1253M |  54 |1809 |7135 |   0 | 154k|  0 | 202k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.97%
2478.92/2486.58	c  2487s|229800 | 68996 | 43503k| 188.3 |  1253M |  54 |1809 |7116 |   0 | 154k|  0 | 202k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.97%
2479.53/2487.15	c  2487s|229900 | 69009 | 43513k| 188.3 |  1253M |  54 |1809 |7167 |2669 | 154k|  1 | 202k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.97%
2480.02/2487.63	c  2488s|230000 | 69020 | 43520k| 188.2 |  1254M |  54 |1809 |7203 |   0 | 154k|  0 | 202k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.97%
2480.62/2488.22	c  2488s|230100 | 69035 | 43529k| 188.2 |  1254M |  54 |1809 |7257 |2673 | 154k|  2 | 203k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.97%
2481.43/2489.03	c  2489s|230200 | 69077 | 43543k| 188.2 |  1256M |  54 |1809 |7220 |2670 | 154k|  1 | 203k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.97%
2482.11/2489.76	c  2490s|230300 | 69105 | 43554k| 188.1 |  1256M |  54 |1809 |7212 |2669 | 154k|  2 | 203k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.97%
2483.61/2491.21	c  2491s|230400 | 69173 | 43583k| 188.2 |  1257M |  54 |1809 |7189 |   0 | 154k|  0 | 203k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.97%
2484.42/2492.02	c  2492s|230500 | 69201 | 43596k| 188.2 |  1257M |  54 |1809 |7118 |2674 | 154k|  1 | 203k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.97%
2485.10/2492.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2485.10/2492.77	c  2493s|230600 | 69234 | 43609k| 188.1 |  1258M |  54 |1809 |7127 |2677 | 155k|  1 | 203k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.97%
2486.20/2493.84	c  2494s|230700 | 69302 | 43624k| 188.1 |  1258M |  54 |1809 |7118 |2658 | 155k|  1 | 203k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.97%
2487.30/2494.94	c  2495s|230800 | 69345 | 43647k| 188.1 |  1258M |  54 |1809 |7077 |2685 | 155k|  1 | 203k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.97%
2488.79/2496.48	c  2496s|230900 | 69361 | 43656k| 188.1 |  1258M |  54 |1809 |7105 |   0 | 155k|  0 | 203k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.97%
2489.69/2497.31	c  2497s|231000 | 69371 | 43664k| 188.1 |  1258M |  54 |1809 |7135 |   0 | 155k|  0 | 203k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.97%
2490.40/2498.02	c  2498s|231100 | 69383 | 43672k| 188.0 |  1258M |  54 |1809 |7175 |   0 | 155k|  0 | 203k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.97%
2491.19/2498.81	c  2499s|231200 | 69401 | 43683k| 188.0 |  1259M |  54 |1809 |7181 |2696 | 155k|  1 | 203k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.97%
2491.89/2499.56	c  2500s|231300 | 69422 | 43694k| 187.9 |  1260M |  54 |1809 |7181 |   0 | 155k|  0 | 204k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.97%
2492.50/2500.19	c  2500s|231400 | 69431 | 43701k| 187.9 |  1260M |  54 |1809 |7198 |2682 | 155k|  1 | 204k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.97%
2493.18/2500.86	c  2501s|231500 | 69441 | 43710k| 187.8 |  1260M |  54 |1809 |7193 |   0 | 155k|  0 | 204k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.97%
2493.88/2501.58	c  2502s|231600 | 69442 | 43722k| 187.8 |  1260M |  54 |1809 |7165 |   0 | 155k|  0 | 204k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.97%
2494.88/2502.56	c  2503s|231700 | 69454 | 43740k| 187.8 |  1260M |  54 |1809 |7023 |2695 | 155k|  1 | 204k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.98%
2495.67/2503.36	c  2503s|231800 | 69454 | 43751k| 187.8 |  1261M |  54 |1809 |6947 |   0 | 155k|  0 | 204k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.98%
2496.87/2504.51	c  2505s|231900 | 69494 | 43771k| 187.8 |  1261M |  54 |1809 |6935 |2674 | 155k|  1 | 204k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.98%
2497.77/2505.45	c  2505s|232000 | 69529 | 43788k| 187.8 |  1261M |  54 |1809 |6963 |   0 | 155k|  0 | 204k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.98%
2498.67/2506.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2498.67/2506.39	c  2506s|232100 | 69555 | 43804k| 187.8 |  1264M |  54 |1809 |6934 |   0 | 155k|  0 | 204k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.98%
2499.66/2507.31	c  2507s|232200 | 69590 | 43819k| 187.7 |  1265M |  54 |1809 |6910 |2686 | 155k|  1 | 204k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.98%
2500.27/2507.99	c  2508s|232300 | 69608 | 43827k| 187.7 |  1265M |  54 |1809 |6884 |2687 | 156k|  1 | 204k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   3.99%
2501.26/2508.92	c  2509s|232400 | 69626 | 43840k| 187.7 |  1267M |  54 |1809 |6886 |   0 | 156k|  0 | 204k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.00%
2501.96/2509.63	c  2510s|232500 | 69646 | 43850k| 187.6 |  1268M |  54 |1809 |6880 |   0 | 156k|  0 | 204k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.00%
2502.65/2510.31	c  2510s|232600 | 69660 | 43863k| 187.6 |  1269M |  54 |1809 |6893 |2685 | 156k|  1 | 204k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.00%
2503.36/2511.04	c  2511s|232700 | 69671 | 43876k| 187.6 |  1269M |  54 |1809 |6962 |2686 | 156k|  1 | 204k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.00%
2504.46/2512.14	c  2512s|232800 | 69692 | 43892k| 187.6 |  1269M |  54 |1809 |6938 |2682 | 156k|  1 | 205k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.01%
2504.85/2512.59	c  2513s|232900 | 69697 | 43899k| 187.5 |  1271M |  54 |1809 |6925 |2678 | 156k|  1 | 205k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.02%
2505.36/2513.05	c  2513s|233000 | 69701 | 43905k| 187.5 |  1271M |  54 |1809 |6952 |2686 | 156k|  1 | 205k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.02%
2505.75/2513.48	c  2513s|233100 | 69706 | 43909k| 187.4 |  1271M |  54 |1809 |6975 |2681 | 156k|  1 | 205k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.02%
2506.64/2514.39	c  2514s|233200 | 69739 | 43923k| 187.4 |  1271M |  54 |1809 |6972 |2686 | 156k|  1 | 205k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.02%
2507.45/2515.19	c  2515s|233300 | 69750 | 43937k| 187.4 |  1271M |  54 |1809 |7036 |2677 | 156k|  1 | 205k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.04%
2508.35/2516.05	c  2516s|233400 | 69765 | 43950k| 187.3 |  1271M |  54 |1809 |7034 |2669 | 156k|  1 | 205k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.06%
2509.23/2516.98	c  2517s|233500 | 69792 | 43967k| 187.3 |  1272M |  54 |1809 |7078 |2688 | 156k|  1 | 205k| 766 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.07%
2510.63/2518.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2510.63/2518.30	c  2518s|233600 | 69850 | 43985k| 187.3 |  1272M |  54 |1809 |7097 |2678 | 156k|  1 | 205k| 768 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.08%
2511.44/2519.14	c  2519s|233700 | 69881 | 43998k| 187.3 |  1272M |  54 |1809 |7108 |2689 | 156k|  1 | 205k| 768 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.09%
2512.44/2520.18	c  2520s|233800 | 69892 | 44005k| 187.3 |  1272M |  54 |1809 |7233 |2685 | 156k|  1 | 205k| 773 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.09%
2513.44/2521.12	c  2521s|233900 | 69908 | 44019k| 187.2 |  1272M |  54 |1809 |7176 |2678 | 156k|  1 | 206k| 773 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.12%
2514.33/2522.09	c  2522s|234000 | 69944 | 44039k| 187.2 |  1273M |  54 |1809 |7113 |2684 | 156k|  1 | 206k| 773 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.12%
2515.33/2523.02	c  2523s|234100 | 69981 | 44052k| 187.2 |  1273M |  54 |1809 |7099 |2681 | 156k|  2 | 206k| 773 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.13%
2516.21/2523.97	c  2524s|234200 | 70009 | 44067k| 187.2 |  1273M |  54 |1809 |7137 |   0 | 156k|  0 | 206k| 773 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.13%
2517.21/2524.92	c  2525s|234300 | 70030 | 44083k| 187.2 |  1274M |  54 |1809 |7102 |2690 | 157k|  1 | 206k| 773 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.13%
2518.11/2525.86	c  2526s|234400 | 70043 | 44095k| 187.2 |  1275M |  54 |1809 |7077 |   0 | 157k|  0 | 206k| 773 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.15%
2519.41/2527.19	c  2527s|234500 | 70055 | 44117k| 187.2 |  1276M |  54 |1809 |7040 |   0 | 157k|  0 | 206k| 773 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.17%
2520.20/2528.00	c  2528s|234600 | 70072 | 44124k| 187.1 |  1276M |  54 |1809 |7051 |2673 | 157k|  1 | 206k| 775 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.19%
2521.20/2528.97	c  2529s|234700 | 70080 | 44138k| 187.1 |  1277M |  54 |1809 |7031 |2683 | 157k|  0 | 206k| 775 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.20%
2522.30/2530.10	c  2530s|234800 | 70110 | 44159k| 187.1 |  1277M |  54 |1809 |6973 |2693 | 157k|  1 | 206k| 775 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.21%
2523.09/2530.87	c  2531s|234900 | 70109 | 44170k| 187.1 |  1277M |  54 |1809 |6945 |2689 | 157k|  1 | 206k| 775 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.22%
2523.79/2531.57	c  2532s|235000 | 70120 | 44179k| 187.0 |  1278M |  54 |1809 |6923 |2676 | 157k|  1 | 206k| 775 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.23%
2524.98/2532.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2524.98/2532.70	c  2533s|235100 | 70191 | 44199k| 187.1 |  1278M |  54 |1809 |6884 |2672 | 157k|  1 | 206k| 775 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.23%
2525.29/2533.08	c  2533s|235200 | 70215 | 44203k| 187.0 |  1278M |  54 |1809 |6912 |2672 | 157k|  1 | 206k| 775 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.23%
2526.29/2534.04	c  2534s|235300 | 70228 | 44213k| 187.0 |  1278M |  54 |1809 |6914 |2677 | 157k|  1 | 207k| 775 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.25%
2527.68/2535.47	c  2535s|235400 | 70250 | 44224k| 186.9 |  1278M |  54 |1809 |6792 |2677 | 157k|  1 | 207k| 775 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.25%
2528.67/2536.45	c  2536s|235500 | 70276 | 44235k| 186.9 |  1296M |  54 |1809 |6781 |2694 | 157k|  1 | 207k| 775 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.26%
2529.67/2537.41	c  2537s|235600 | 70328 | 44249k| 186.9 |  1297M |  54 |1809 |6851 |2692 | 157k|  1 | 207k| 775 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.26%
2530.47/2538.20	c  2538s|235700 | 70345 | 44263k| 186.9 |  1297M |  54 |1809 |6911 |   0 | 157k|  0 | 207k| 775 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.27%
2530.97/2538.70	c  2539s|235800 | 70367 | 44270k| 186.8 |  1298M |  54 |1809 |6950 |2694 | 157k|  1 | 207k| 775 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.27%
2531.76/2539.52	c  2540s|235900 | 70399 | 44281k| 186.8 |  1300M |  54 |1809 |6955 |   0 | 157k|  0 | 207k| 775 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.28%
2532.66/2540.47	c  2540s|236000 | 70423 | 44294k| 186.7 |  1300M |  54 |1809 |6955 |2670 | 157k|  1 | 207k| 775 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.28%
2533.37/2541.12	c  2541s|236100 | 70427 | 44301k| 186.7 |  1301M |  54 |1809 |7010 |2689 | 158k|  1 | 207k| 775 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.29%
2534.05/2541.80	c  2542s|236200 | 70430 | 44313k| 186.7 |  1301M |  54 |1809 |7047 |   0 | 158k|  0 | 207k| 775 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.29%
2534.65/2542.49	c  2542s|236300 | 70430 | 44321k| 186.6 |  1302M |  54 |1809 |7022 |2693 | 158k|  1 | 208k| 775 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.29%
2535.75/2543.53	c  2544s|236400 | 70465 | 44338k| 186.6 |  1302M |  54 |1809 |7045 |   0 | 158k|  0 | 208k| 775 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.31%
2536.85/2544.61	c  2545s|236500 | 70486 | 44355k| 186.6 |  1303M |  54 |1809 |7009 |2681 | 158k|  1 | 208k| 775 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.32%
2537.55/2545.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2537.55/2545.36	c  2545s|236600 | 70493 | 44361k| 186.6 |  1303M |  54 |1809 |7021 |   0 | 158k|  0 | 208k| 795 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.32%
2538.14/2545.98	c  2546s|236700 | 70505 | 44369k| 186.5 |  1303M |  54 |1809 |6989 |2681 | 158k|  1 | 208k| 795 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.33%
2538.74/2546.58	c  2547s|236800 | 70529 | 44378k| 186.5 |  1303M |  54 |1809 |7055 |2687 | 158k|  1 | 208k| 795 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.33%
2539.84/2547.69	c  2548s|236900 | 70538 | 44389k| 186.4 |  1303M |  54 |1809 |7057 |2677 | 158k|  1 | 208k| 795 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.33%
2540.44/2548.20	c  2548s|237000 | 70546 | 44392k| 186.4 |  1304M |  54 |1809 |7036 |   0 | 158k|  0 | 208k| 795 | 3.000000e+01 | 1.350000e+02 | 350.00%|   4.33%
2541.04/2548.83	c  2549s|237100 | 70557 | 44398k| 186.3 |  1304M |  54 |1809 |7064 |   0 | 158k|  0 | 208k| 795 | 3.000694e+01 | 1.350000e+02 | 349.90%|   4.33%
2541.63/2549.49	c  2549s|237200 | 70550 | 44400k| 186.3 |  1304M |  54 |1809 |7097 |2697 | 158k|  1 | 208k| 795 | 3.000694e+01 | 1.350000e+02 | 349.90%|   4.33%
2542.24/2550.05	c  2550s|237300 | 70578 | 44408k| 186.2 |  1304M |  54 |1809 |7121 |   0 | 158k|  0 | 208k| 795 | 3.000694e+01 | 1.350000e+02 | 349.90%|   4.34%
2542.83/2550.62	c  2551s|237400 | 70598 | 44417k| 186.2 |  1304M |  54 |1809 |7166 |2679 | 158k|  1 | 208k| 795 | 3.000694e+01 | 1.350000e+02 | 349.90%|   4.34%
2543.34/2551.19	c  2551s|237500 | 70601 | 44422k| 186.1 |  1305M |  54 |1809 |7115 |2691 | 158k|  1 | 209k| 795 | 3.000694e+01 | 1.350000e+02 | 349.90%|   4.35%
2544.02/2551.86	c  2552s|237600 | 70630 | 44433k| 186.1 |  1305M |  54 |1809 |7101 |2676 | 158k|  1 | 209k| 795 | 3.000694e+01 | 1.350000e+02 | 349.90%|   4.35%
2544.72/2552.51	c  2553s|237700 | 70647 | 44445k| 186.0 |  1306M |  54 |1809 |7167 |   0 | 158k|  0 | 209k| 795 | 3.000694e+01 | 1.350000e+02 | 349.90%|   4.35%
2545.52/2553.32	c  2553s|237800 | 70645 | 44458k| 186.0 |  1306M |  54 |1809 |7142 |2679 | 158k|  1 | 209k| 795 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.38%
2546.33/2554.18	c  2554s|237900 | 70683 | 44471k| 186.0 |  1307M |  54 |1809 |7139 |   0 | 158k|  0 | 209k| 795 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.38%
2547.22/2555.10	c  2555s|238000 | 70695 | 44481k| 186.0 |  1307M |  54 |1809 |7148 |   0 | 158k|  0 | 209k| 795 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.38%
2548.32/2556.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2548.32/2556.14	c  2556s|238100 | 70719 | 44497k| 186.0 |  1308M |  54 |1809 |7119 |2690 | 159k|  2 | 209k| 795 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.39%
2549.22/2557.03	c  2557s|238200 | 70727 | 44502k| 185.9 |  1308M |  54 |1809 |7155 |2689 | 159k|  1 | 209k| 795 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.39%
2549.80/2557.63	c  2558s|238300 | 70743 | 44512k| 185.9 |  1308M |  54 |1809 |7103 |   0 | 159k|  0 | 209k| 795 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.40%
2550.80/2558.67	c  2559s|238400 | 70754 | 44521k| 185.8 |  1308M |  54 |1809 |7031 |2690 | 159k|  1 | 209k| 795 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.40%
2551.31/2559.17	c  2559s|238500 | 70773 | 44524k| 185.8 |  1308M |  54 |1809 |7073 |2694 | 159k|  1 | 209k| 795 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.40%
2551.90/2559.74	c  2560s|238600 | 70762 | 44529k| 185.7 |  1308M |  54 |1809 |7066 |2682 | 159k|  1 | 209k| 795 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.41%
2552.79/2560.60	c  2561s|238700 | 70787 | 44544k| 185.7 |  1308M |  54 |1809 |7064 |2677 | 159k|  1 | 209k| 795 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.43%
2553.69/2561.54	c  2562s|238800 | 70820 | 44561k| 185.7 |  1308M |  54 |1809 |7111 |2685 | 159k|  1 | 209k| 795 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.43%
2554.30/2562.15	c  2562s|238900 | 70828 | 44569k| 185.6 |  1308M |  54 |1809 |7149 |2690 | 159k|  1 | 210k| 795 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.43%
2555.20/2563.09	c  2563s|239000 | 70864 | 44582k| 185.6 |  1309M |  54 |1809 |7130 |2693 | 159k|  1 | 210k| 795 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.43%
2556.20/2564.05	c  2564s|239100 | 70888 | 44594k| 185.6 |  1309M |  54 |1809 |7098 |2688 | 159k|  1 | 210k| 795 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.43%
2557.38/2565.22	c  2565s|239200 | 70948 | 44616k| 185.6 |  1309M |  54 |1809 |7168 |2692 | 159k|  2 | 210k| 795 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.43%
2558.68/2566.59	c  2567s|239300 | 71018 | 44644k| 185.6 |  1309M |  54 |1809 |7169 |2689 | 159k|  1 | 210k| 795 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.43%
2559.97/2567.88	c  2568s|239400 | 71062 | 44670k| 185.7 |  1310M |  54 |1809 |7237 |   0 | 159k|  0 | 210k| 795 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.44%
2560.77/2568.67	c  2569s|239500 | 71091 | 44683k| 185.6 |  1311M |  54 |1809 |7224 |2677 | 159k|  1 | 210k| 795 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.44%
2561.98/2569.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2561.98/2569.87	c  2570s|239600 | 71125 | 44704k| 185.7 |  1312M |  54 |1809 |7079 |2685 | 159k|  1 | 210k| 795 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.45%
2562.87/2570.71	c  2571s|239700 | 71162 | 44717k| 185.6 |  1312M |  54 |1809 |7039 |2698 | 159k|  1 | 210k| 795 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.46%
2563.57/2571.40	c  2571s|239800 | 71178 | 44731k| 185.6 |  1312M |  54 |1809 |6944 |2679 | 159k|  1 | 210k| 800 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.46%
2564.47/2572.33	c  2572s|239900 | 71204 | 44745k| 185.6 |  1313M |  54 |1809 |6969 |2677 | 159k|  1 | 210k| 800 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.47%
2565.47/2573.31	c  2573s|240000 | 71225 | 44762k| 185.6 |  1313M |  54 |1809 |6924 |2703 | 159k|  1 | 210k| 800 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.48%
2566.56/2574.43	c  2574s|240100 | 71252 | 44771k| 185.5 |  1313M |  54 |1809 |7029 |2710 | 159k|  3 | 211k| 800 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.51%
2567.36/2575.26	c  2575s|240200 | 71272 | 44783k| 185.5 |  1314M |  54 |1809 |7144 |   0 | 160k|  0 | 211k| 803 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.51%
2568.27/2576.18	c  2576s|240300 | 71314 | 44792k| 185.5 |  1315M |  54 |1809 |7263 |   0 | 160k|  0 | 211k| 803 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.51%
2569.17/2577.02	c  2577s|240400 | 71326 | 44803k| 185.4 |  1315M |  54 |1809 |7232 |2687 | 160k|  1 | 211k| 803 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.51%
2570.35/2578.20	c  2578s|240500 | 71378 | 44822k| 185.5 |  1316M |  54 |1809 |7153 |2686 | 160k|  1 | 211k| 803 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.52%
2571.16/2579.11	c  2579s|240600 | 71407 | 44832k| 185.4 |  1316M |  54 |1809 |7289 |2684 | 160k|  1 | 211k| 803 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.52%
2572.05/2579.99	c  2580s|240700 | 71439 | 44845k| 185.4 |  1316M |  54 |1809 |7277 |2687 | 160k|  1 | 211k| 803 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.52%
2572.74/2580.67	c  2581s|240800 | 71459 | 44854k| 185.4 |  1316M |  54 |1809 |7297 |   0 | 160k|  0 | 211k| 803 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.52%
2573.74/2581.67	c  2582s|240900 | 71476 | 44866k| 185.3 |  1316M |  54 |1809 |7274 |   0 | 160k|  0 | 212k| 803 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.52%
2574.63/2582.52	c  2583s|241000 | 71506 | 44880k| 185.3 |  1316M |  54 |1809 |7315 |2698 | 160k|  1 | 212k| 803 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.53%
2575.53/2583.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2575.53/2583.42	c  2583s|241100 | 71537 | 44890k| 185.3 |  1318M |  54 |1809 |7287 |2697 | 160k|  2 | 212k| 803 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.54%
2576.33/2584.20	c  2584s|241200 | 71563 | 44903k| 185.2 |  1318M |  54 |1809 |7261 |2671 | 160k|  1 | 212k| 803 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.55%
2576.92/2584.86	c  2585s|241300 | 71589 | 44910k| 185.2 |  1320M |  54 |1809 |7319 |2699 | 160k|  1 | 212k| 803 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.56%
2577.82/2585.73	c  2586s|241400 | 71601 | 44924k| 185.2 |  1320M |  54 |1809 |7366 |2682 | 160k|  1 | 212k| 803 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.57%
2578.32/2586.30	c  2586s|241500 | 71619 | 44931k| 185.1 |  1320M |  54 |1809 |7366 |   0 | 161k|  0 | 212k| 803 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.57%
2578.72/2586.66	c  2587s|241600 | 71617 | 44935k| 185.1 |  1320M |  54 |1809 |7400 |2677 | 161k|  1 | 212k| 803 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.57%
2579.52/2587.45	c  2587s|241700 | 71640 | 44942k| 185.0 |  1320M |  54 |1809 |7406 |   0 | 161k|  0 | 212k| 803 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.57%
2580.41/2588.33	c  2588s|241800 | 71653 | 44953k| 185.0 |  1320M |  54 |1809 |7387 |   0 | 161k|  0 | 212k| 803 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.57%
2580.81/2588.74	c  2589s|241900 | 71677 | 44957k| 184.9 |  1320M |  54 |1809 |7456 |   0 | 161k|  0 | 212k| 803 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.57%
2581.31/2589.23	c  2589s|242000 | 71684 | 44962k| 184.9 |  1320M |  54 |1809 |7464 |2689 | 161k|  1 | 213k| 803 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.57%
2582.22/2590.14	c  2590s|242100 | 71705 | 44974k| 184.9 |  1321M |  54 |1809 |7459 |2691 | 161k|  1 | 213k| 803 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.57%
2582.90/2590.81	c  2591s|242200 | 71713 | 44982k| 184.8 |  1321M |  54 |1809 |7475 |   0 | 161k|  0 | 213k| 809 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.58%
2583.70/2591.63	c  2592s|242300 | 71736 | 44997k| 184.8 |  1321M |  54 |1809 |7442 |2692 | 161k|  1 | 213k| 809 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.59%
2584.81/2592.74	c  2593s|242400 | 71763 | 45011k| 184.8 |  1321M |  54 |1809 |7338 |2679 | 161k|  1 | 213k| 809 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.61%
2586.00/2593.98	c  2594s|242500 | 71792 | 45033k| 184.8 |  1322M |  54 |1809 |7182 |   0 | 161k|  0 | 213k| 809 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.63%
2586.60/2594.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2586.60/2594.56	c  2595s|242600 | 71811 | 45040k| 184.7 |  1322M |  54 |1809 |7155 |2677 | 161k|  1 | 213k| 809 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.63%
2587.60/2595.53	c  2596s|242700 | 71841 | 45049k| 184.7 |  1322M |  54 |1809 |7074 |   0 | 161k|  0 | 213k| 809 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.63%
2588.40/2596.33	c  2596s|242800 | 71872 | 45061k| 184.7 |  1322M |  54 |1809 |7013 |2689 | 161k|  1 | 213k| 809 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.64%
2589.21/2597.13	c  2597s|242900 | 71865 | 45069k| 184.6 |  1322M |  54 |1809 |6994 |2684 | 161k|  1 | 213k| 809 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.65%
2589.69/2597.68	c  2598s|243000 | 71870 | 45076k| 184.6 |  1322M |  54 |1809 |6908 |   0 | 161k|  0 | 213k| 809 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.66%
2590.59/2598.50	c  2598s|243100 | 71878 | 45087k| 184.6 |  1322M |  54 |1809 |6828 |2673 | 162k|  1 | 213k| 809 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.69%
2591.88/2599.80	c  2600s|243200 | 71933 | 45109k| 184.6 |  1322M |  54 |1809 |6561 |2676 | 162k|  1 | 213k| 809 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.69%
2592.98/2600.97	c  2601s|243300 | 71998 | 45130k| 184.6 |  1323M |  54 |1809 |6389 |   0 | 162k|  0 | 214k| 809 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.69%
2593.68/2601.62	c  2602s|243400 | 72048 | 45138k| 184.5 |  1323M |  54 |1809 |6394 |   0 | 162k|  0 | 214k| 809 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.69%
2594.67/2602.65	c  2603s|243500 | 72086 | 45156k| 184.5 |  1323M |  54 |1809 |6376 |   0 | 162k|  0 | 214k| 809 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.70%
2595.57/2603.53	c  2604s|243600 | 72121 | 45169k| 184.5 |  1323M |  54 |1809 |6424 |   0 | 162k|  0 | 214k| 809 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.71%
2596.08/2604.09	c  2604s|243700 | 72126 | 45176k| 184.5 |  1323M |  54 |1809 |6470 |   0 | 162k|  0 | 214k| 809 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.72%
2596.87/2604.83	c  2605s|243800 | 72130 | 45183k| 184.4 |  1323M |  54 |1809 |6502 |2694 | 162k|  1 | 214k| 809 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.73%
2597.56/2605.57	c  2606s|243900 | 72145 | 45196k| 184.4 |  1323M |  54 |1809 |6510 |2679 | 162k|  1 | 214k| 809 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.74%
2598.56/2606.56	c  2607s|244000 | 72168 | 45204k| 184.4 |  1324M |  54 |1809 |6543 |2697 | 162k|  2 | 214k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.74%
2599.46/2607.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2599.46/2607.44	c  2607s|244100 | 72202 | 45214k| 184.3 |  1324M |  54 |1809 |6583 |2688 | 162k|  1 | 214k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.74%
2600.26/2608.20	c  2608s|244200 | 72230 | 45223k| 184.3 |  1325M |  54 |1809 |6636 |   0 | 162k|  0 | 214k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.74%
2600.95/2608.95	c  2609s|244300 | 72234 | 45230k| 184.2 |  1325M |  54 |1809 |6666 |2688 | 162k|  1 | 214k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.74%
2602.06/2610.09	c  2610s|244400 | 72263 | 45246k| 184.2 |  1325M |  54 |1809 |6691 |2682 | 162k|  1 | 214k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.76%
2603.06/2611.08	c  2611s|244500 | 72281 | 45259k| 184.2 |  1325M |  54 |1809 |6718 |2686 | 163k|  1 | 215k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.76%
2604.24/2612.25	c  2612s|244600 | 72291 | 45270k| 184.2 |  1325M |  54 |1809 |6759 |   0 | 163k|  0 | 215k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.76%
2605.54/2613.53	c  2614s|244700 | 72312 | 45284k| 184.2 |  1326M |  54 |1809 |6768 |   0 | 163k|  0 | 215k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.76%
2606.74/2614.75	c  2615s|244800 | 72334 | 45297k| 184.1 |  1327M |  54 |1809 |6743 |2703 | 163k|  1 | 215k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.76%
2607.63/2615.66	c  2616s|244900 | 72353 | 45313k| 184.1 |  1328M |  54 |1809 |6701 |2695 | 163k|  1 | 215k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.76%
2608.83/2616.84	c  2617s|245000 | 72364 | 45333k| 184.1 |  1330M |  54 |1809 |6669 |2684 | 163k|  1 | 215k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.77%
2609.93/2617.91	c  2618s|245100 | 72412 | 45352k| 184.1 |  1331M |  54 |1809 |6623 |2672 | 163k|  1 | 215k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.77%
2611.03/2619.11	c  2619s|245200 | 72472 | 45372k| 184.1 |  1332M |  54 |1809 |6696 |   0 | 163k|  0 | 215k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.77%
2612.62/2620.64	c  2621s|245300 | 72516 | 45401k| 184.2 |  1332M |  54 |1809 |6627 |   0 | 163k|  0 | 215k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.77%
2613.32/2621.39	c  2621s|245400 | 72556 | 45413k| 184.2 |  1332M |  54 |1809 |6650 |2680 | 163k|  1 | 215k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.77%
2613.81/2621.87	c  2622s|245500 | 72564 | 45420k| 184.1 |  1332M |  54 |1809 |6643 |2681 | 163k|  1 | 215k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.77%
2614.61/2622.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2614.61/2622.62	c  2623s|245600 | 72588 | 45432k| 184.1 |  1333M |  54 |1809 |6679 |   0 | 163k|  0 | 215k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.77%
2615.21/2623.26	c  2623s|245700 | 72599 | 45442k| 184.1 |  1334M |  54 |1809 |6676 |2681 | 163k|  1 | 215k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.77%
2615.81/2623.88	c  2624s|245800 | 72597 | 45451k| 184.0 |  1334M |  54 |1809 |6713 |2686 | 163k|  1 | 215k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.77%
2617.02/2625.07	c  2625s|245900 | 72643 | 45473k| 184.0 |  1334M |  54 |1809 |6699 |2697 | 163k|  1 | 215k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.77%
2618.20/2626.23	c  2626s|246000 | 72664 | 45488k| 184.0 |  1334M |  54 |1809 |6638 |   0 | 163k|  0 | 216k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.79%
2619.20/2627.21	c  2627s|246100 | 72678 | 45501k| 184.0 |  1334M |  54 |1809 |6671 |   0 | 163k|  0 | 216k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.79%
2620.11/2628.11	c  2628s|246200 | 72687 | 45510k| 184.0 |  1334M |  54 |1809 |6695 |2698 | 164k|  1 | 216k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.80%
2621.01/2629.08	c  2629s|246300 | 72733 | 45526k| 183.9 |  1335M |  54 |1809 |6737 |2694 | 164k|  1 | 216k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.81%
2622.11/2630.16	c  2630s|246400 | 72755 | 45538k| 183.9 |  1335M |  54 |1809 |6799 |2690 | 164k|  1 | 216k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.82%
2623.60/2631.64	c  2632s|246500 | 72789 | 45556k| 183.9 |  1335M |  54 |1809 |6783 |   0 | 164k|  0 | 216k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.82%
2624.59/2632.60	c  2633s|246600 | 72810 | 45573k| 183.9 |  1335M |  54 |1809 |6816 |2688 | 164k|  1 | 216k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.82%
2625.69/2633.79	c  2634s|246700 | 72831 | 45593k| 183.9 |  1336M |  54 |1809 |6811 |2686 | 164k|  1 | 216k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.83%
2626.78/2634.87	c  2635s|246800 | 72837 | 45609k| 183.9 |  1336M |  54 |1809 |6844 |2680 | 164k|  1 | 216k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.84%
2627.88/2635.94	c  2636s|246900 | 72887 | 45625k| 183.9 |  1336M |  54 |1809 |6917 |2715 | 164k|  2 | 216k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.84%
2629.18/2637.22	c  2637s|247000 | 72898 | 45643k| 183.9 |  1336M |  54 |1809 |6938 |2685 | 164k|  1 | 217k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.85%
2630.27/2638.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2630.27/2638.34	c  2638s|247100 | 72938 | 45658k| 183.9 |  1336M |  54 |1809 |6930 |2690 | 164k|  1 | 217k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.86%
2630.87/2638.94	c  2639s|247200 | 72947 | 45667k| 183.9 |  1336M |  54 |1809 |6948 |2701 | 164k|  2 | 217k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.86%
2631.47/2639.51	c  2640s|247300 | 72962 | 45672k| 183.8 |  1336M |  54 |1809 |6988 |2694 | 164k|  1 | 217k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.86%
2632.08/2640.19	c  2640s|247400 | 72980 | 45679k| 183.8 |  1336M |  54 |1809 |7044 |2699 | 164k|  1 | 217k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.86%
2632.77/2640.81	c  2641s|247500 | 72988 | 45685k| 183.7 |  1336M |  54 |1809 |7064 |2703 | 165k|  2 | 217k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.86%
2633.26/2641.36	c  2641s|247600 | 72994 | 45693k| 183.7 |  1337M |  54 |1809 |7051 |   0 | 165k|  0 | 217k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.86%
2633.86/2641.92	c  2642s|247700 | 73007 | 45698k| 183.6 |  1337M |  54 |1809 |7020 |2705 | 165k|  1 | 217k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.86%
2634.66/2642.71	c  2643s|247800 | 73030 | 45713k| 183.6 |  1337M |  54 |1809 |6971 |2678 | 165k|  1 | 217k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.86%
2635.16/2643.24	c  2643s|247900 | 73028 | 45721k| 183.6 |  1337M |  54 |1809 |7013 |2690 | 165k|  1 | 217k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.86%
2635.76/2643.87	c  2644s|248000 | 73039 | 45729k| 183.5 |  1337M |  54 |1809 |7030 |   0 | 165k|  0 | 217k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.86%
2636.55/2644.65	c  2645s|248100 | 73062 | 45742k| 183.5 |  1337M |  54 |1809 |7056 |   0 | 165k|  0 | 217k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.86%
2637.45/2645.51	c  2646s|248200 | 73075 | 45755k| 183.5 |  1337M |  54 |1809 |7064 |2704 | 165k|  1 | 217k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.86%
2637.96/2646.07	c  2646s|248300 | 73092 | 45762k| 183.4 |  1337M |  54 |1809 |7036 |2685 | 165k|  1 | 217k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.86%
2638.55/2646.67	c  2647s|248400 | 73093 | 45771k| 183.4 |  1337M |  54 |1809 |7082 |   0 | 165k|  0 | 217k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.86%
2639.55/2647.61	c  2648s|248500 | 73106 | 45788k| 183.4 |  1337M |  54 |1809 |7065 |2682 | 165k|  1 | 218k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.86%
2640.34/2648.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2640.34/2648.49	c  2648s|248600 | 73120 | 45802k| 183.4 |  1337M |  54 |1809 |7064 |2693 | 165k|  1 | 218k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.87%
2641.05/2649.13	c  2649s|248700 | 73124 | 45807k| 183.3 |  1337M |  54 |1809 |7138 |2707 | 165k|  1 | 218k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.89%
2641.54/2649.61	c  2650s|248800 | 73125 | 45812k| 183.3 |  1337M |  54 |1809 |7155 |2685 | 165k|  1 | 218k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.90%
2642.05/2650.11	c  2650s|248900 | 73130 | 45820k| 183.2 |  1337M |  54 |1809 |7157 |   0 | 165k|  0 | 218k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.90%
2642.54/2650.64	c  2651s|249000 | 73127 | 45826k| 183.2 |  1337M |  54 |1809 |7154 |2690 | 165k|  1 | 218k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.91%
2643.43/2651.52	c  2652s|249100 | 73144 | 45837k| 183.1 |  1337M |  54 |1809 |7150 |2693 | 165k|  1 | 218k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.91%
2644.23/2652.38	c  2652s|249200 | 73173 | 45850k| 183.1 |  1338M |  54 |1809 |7241 |   0 | 165k|  0 | 218k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.91%
2645.23/2653.31	c  2653s|249300 | 73200 | 45859k| 183.1 |  1338M |  54 |1809 |7271 |2701 | 165k|  2 | 218k| 814 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.92%
2646.22/2654.35	c  2654s|249400 | 73216 | 45874k| 183.1 |  1338M |  54 |1809 |7261 |2669 | 165k|  1 | 218k| 821 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.93%
2646.72/2654.85	c  2655s|249500 | 73238 | 45881k| 183.0 |  1338M |  54 |1809 |7261 |2679 | 166k|  1 | 218k| 821 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.93%
2647.52/2655.65	c  2656s|249600 | 73274 | 45894k| 183.0 |  1339M |  54 |1809 |7253 |2681 | 166k|  1 | 218k| 821 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.93%
2648.12/2656.24	c  2656s|249700 | 73278 | 45901k| 183.0 |  1340M |  54 |1809 |7247 |2693 | 166k|  1 | 219k| 821 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.93%
2649.11/2657.27	c  2657s|249800 | 73322 | 45920k| 183.0 |  1341M |  54 |1809 |7236 |2689 | 166k|  1 | 219k| 821 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.93%
2649.81/2657.91	c  2658s|249900 | 73354 | 45928k| 182.9 |  1342M |  54 |1809 |7299 |2696 | 166k|  1 | 219k| 821 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.93%
2650.51/2658.62	c  2659s|250000 | 73379 | 45936k| 182.9 |  1342M |  54 |1809 |7344 |   0 | 166k|  0 | 219k| 821 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.93%
2651.50/2659.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2651.50/2659.62	c  2660s|250100 | 73417 | 45951k| 182.9 |  1342M |  54 |1809 |7289 |   0 | 166k|  0 | 219k| 821 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.93%
2652.30/2660.49	c  2660s|250200 | 73442 | 45963k| 182.8 |  1343M |  54 |1809 |7172 |2675 | 166k|  1 | 219k| 821 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.94%
2653.01/2661.13	c  2661s|250300 | 73472 | 45970k| 182.8 |  1343M |  54 |1809 |7228 |2695 | 166k|  1 | 219k| 821 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.95%
2653.60/2661.74	c  2662s|250400 | 73497 | 45978k| 182.7 |  1343M |  54 |1809 |7311 |   0 | 166k|  0 | 219k| 821 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.95%
2654.49/2662.65	c  2663s|250500 | 73514 | 45990k| 182.7 |  1343M |  54 |1809 |7348 |2690 | 166k|  0 | 219k| 821 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.96%
2655.09/2663.26	c  2663s|250600 | 73531 | 45999k| 182.7 |  1343M |  54 |1809 |7259 |   0 | 166k|  0 | 219k| 821 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.96%
2656.00/2664.18	c  2664s|250700 | 73553 | 46013k| 182.7 |  1343M |  54 |1809 |7183 |2682 | 166k|  1 | 219k| 821 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.96%
2656.79/2664.92	c  2665s|250800 | 73582 | 46026k| 182.6 |  1343M |  54 |1809 |7155 |2689 | 166k|  1 | 220k| 821 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.97%
2657.90/2666.04	c  2666s|250900 | 73598 | 46042k| 182.6 |  1344M |  54 |1809 |7177 |2687 | 166k|  1 | 220k| 821 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.97%
2658.58/2666.75	c  2667s|251000 | 73613 | 46052k| 182.6 |  1344M |  54 |1809 |7131 |2680 | 166k|  1 | 220k| 821 | 3.000699e+01 | 1.350000e+02 | 349.90%|   4.99%
2659.48/2667.69	c  2668s|251100 | 73626 | 46066k| 182.6 |  1344M |  54 |1809 |7149 |2680 | 166k|  1 | 220k| 821 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.00%
2660.58/2668.73	c  2669s|251200 | 73672 | 46086k| 182.6 |  1344M |  54 |1809 |7160 |2687 | 166k|  1 | 220k| 821 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.00%
2661.89/2670.03	c  2670s|251300 | 73711 | 46107k| 182.6 |  1344M |  54 |1809 |7185 |2683 | 166k|  1 | 220k| 821 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.00%
2662.89/2671.02	c  2671s|251400 | 73750 | 46123k| 182.6 |  1344M |  54 |1809 |7178 |2690 | 166k|  1 | 220k| 821 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.01%
2663.68/2671.81	c  2672s|251500 | 73768 | 46132k| 182.6 |  1344M |  54 |1809 |7125 |2687 | 167k|  1 | 220k| 821 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.02%
2664.77/2672.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2664.77/2672.92	c  2673s|251600 | 73783 | 46146k| 182.5 |  1344M |  54 |1809 |7067 |2687 | 167k|  1 | 220k| 821 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.02%
2665.27/2673.45	c  2673s|251700 | 73798 | 46154k| 182.5 |  1344M |  54 |1809 |7075 |2685 | 167k|  1 | 220k| 821 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.02%
2666.17/2674.33	c  2674s|251800 | 73810 | 46166k| 182.5 |  1344M |  54 |1809 |7045 |2679 | 167k|  1 | 220k| 826 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.03%
2666.98/2675.17	c  2675s|251900 | 73828 | 46177k| 182.5 |  1345M |  54 |1809 |7086 |   0 | 167k|  0 | 220k| 826 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.04%
2667.88/2676.05	c  2676s|252000 | 73845 | 46187k| 182.4 |  1346M |  54 |1809 |7049 |   0 | 167k|  0 | 221k| 826 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.04%
2668.66/2676.87	c  2677s|252100 | 73861 | 46201k| 182.4 |  1346M |  54 |1809 |7071 |2673 | 167k|  1 | 221k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.06%
2669.36/2677.54	c  2678s|252200 | 73886 | 46209k| 182.4 |  1346M |  54 |1809 |7128 |2674 | 167k|  1 | 221k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.07%
2670.46/2678.61	c  2679s|252300 | 73907 | 46223k| 182.3 |  1346M |  54 |1809 |7132 |   0 | 167k|  0 | 221k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.08%
2671.35/2679.51	c  2679s|252400 | 73924 | 46237k| 182.3 |  1347M |  54 |1809 |7102 |2696 | 167k|  1 | 221k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.09%
2671.96/2680.15	c  2680s|252500 | 73924 | 46246k| 182.3 |  1348M |  54 |1809 |7136 |   0 | 167k|  0 | 221k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.09%
2672.65/2680.84	c  2681s|252600 | 73937 | 46256k| 182.3 |  1349M |  54 |1809 |7164 |2686 | 167k|  1 | 221k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.10%
2673.44/2681.66	c  2682s|252700 | 73967 | 46271k| 182.2 |  1349M |  54 |1809 |7176 |2678 | 167k|  1 | 221k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.10%
2674.14/2682.31	c  2682s|252800 | 73979 | 46278k| 182.2 |  1349M |  54 |1809 |7158 |   0 | 167k|  0 | 221k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.10%
2674.74/2682.96	c  2683s|252900 | 73989 | 46285k| 182.2 |  1349M |  54 |1809 |7154 |   0 | 167k|  0 | 221k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.11%
2675.44/2683.67	c  2684s|253000 | 74004 | 46295k| 182.1 |  1351M |  54 |1809 |7121 |   0 | 168k|  0 | 221k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.12%
2676.43/2684.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2676.43/2684.69	c  2685s|253100 | 74030 | 46312k| 182.1 |  1352M |  54 |1809 |7054 |2693 | 168k|  1 | 221k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.13%
2677.13/2685.36	c  2685s|253200 | 74058 | 46321k| 182.1 |  1352M |  54 |1809 |7027 |   0 | 168k|  0 | 222k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.13%
2677.84/2686.04	c  2686s|253300 | 74084 | 46331k| 182.1 |  1352M |  54 |1809 |7044 |2680 | 168k|  1 | 222k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.14%
2678.43/2686.66	c  2687s|253400 | 74123 | 46339k| 182.0 |  1353M |  54 |1809 |7128 |   0 | 168k|  0 | 222k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.14%
2679.52/2687.75	c  2688s|253500 | 74148 | 46354k| 182.0 |  1353M |  54 |1809 |7108 |2707 | 168k|  2 | 222k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.15%
2680.32/2688.55	c  2689s|253600 | 74185 | 46364k| 182.0 |  1356M |  54 |1809 |7062 |2676 | 168k|  1 | 222k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.16%
2681.22/2689.42	c  2689s|253700 | 74211 | 46371k| 181.9 |  1356M |  54 |1809 |7124 |   0 | 168k|  0 | 222k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.16%
2681.72/2690.00	c  2690s|253800 | 74220 | 46378k| 181.9 |  1356M |  54 |1809 |7141 |2697 | 168k|  1 | 222k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.17%
2682.83/2691.05	c  2691s|253900 | 74241 | 46393k| 181.9 |  1356M |  54 |1809 |7123 |   0 | 168k|  0 | 222k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.18%
2683.61/2691.84	c  2692s|254000 | 74260 | 46404k| 181.8 |  1356M |  54 |1809 |7054 |   0 | 168k|  0 | 222k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.19%
2684.61/2692.83	c  2693s|254100 | 74300 | 46420k| 181.8 |  1356M |  54 |1809 |7006 |   0 | 168k|  0 | 222k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.20%
2685.31/2693.58	c  2694s|254200 | 74326 | 46434k| 181.8 |  1358M |  54 |1809 |7064 |2689 | 168k|  1 | 222k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.20%
2687.00/2695.26	c  2695s|254300 | 74384 | 46468k| 181.9 |  1358M |  54 |1809 |7095 |2680 | 168k|  1 | 223k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.20%
2688.00/2696.22	c  2696s|254400 | 74398 | 46482k| 181.9 |  1358M |  54 |1809 |7012 |   0 | 168k|  0 | 223k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.22%
2688.59/2696.89	c  2697s|254500 | 74413 | 46492k| 181.8 |  1358M |  54 |1809 |6969 |2693 | 168k|  1 | 223k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.23%
2689.39/2697.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2689.39/2697.65	c  2698s|254600 | 74422 | 46499k| 181.8 |  1359M |  54 |1809 |6899 |   0 | 168k|  0 | 223k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.25%
2690.29/2698.56	c  2699s|254700 | 74489 | 46512k| 181.8 |  1359M |  54 |1809 |6904 |2679 | 168k|  1 | 223k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.25%
2690.69/2698.97	c  2699s|254800 | 74516 | 46517k| 181.7 |  1359M |  54 |1809 |6913 |2682 | 169k|  1 | 223k| 831 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.25%
2691.19/2699.44	c  2699s|254900 | 74532 | 46523k| 181.7 |  1359M |  54 |1809 |6986 |2679 | 169k|  1 | 223k| 846 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.25%
2691.79/2700.02	c  2700s|255000 | 74539 | 46528k| 181.6 |  1359M |  54 |1809 |6988 |2684 | 169k|  1 | 223k| 846 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.25%
2692.18/2700.48	c  2700s|255100 | 74580 | 46533k| 181.6 |  1359M |  54 |1809 |7005 |2680 | 169k|  1 | 223k| 846 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.25%
2693.08/2701.38	c  2701s|255200 | 74636 | 46547k| 181.5 |  1360M |  54 |1809 |7014 |2679 | 169k|  1 | 223k| 846 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.25%
2693.68/2701.99	c  2702s|255300 | 74668 | 46552k| 181.5 |  1360M |  54 |1809 |7095 |2680 | 169k|  1 | 223k| 846 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.25%
2694.78/2703.02	c  2703s|255400 | 74688 | 46560k| 181.5 |  1360M |  54 |1809 |7068 |2691 | 169k|  3 | 223k| 846 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.25%
2695.27/2703.50	c  2703s|255500 | 74692 | 46565k| 181.4 |  1360M |  54 |1809 |7058 |   0 | 169k|  0 | 223k| 846 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.25%
2695.88/2704.11	c  2704s|255600 | 74700 | 46574k| 181.4 |  1361M |  54 |1809 |7007 |2679 | 169k|  1 | 224k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.25%
2696.47/2704.78	c  2705s|255700 | 74740 | 46583k| 181.3 |  1361M |  54 |1809 |6985 |2686 | 169k|  1 | 224k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.25%
2697.07/2705.35	c  2705s|255800 | 74755 | 46589k| 181.3 |  1361M |  54 |1809 |6962 |   0 | 169k|  0 | 224k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.25%
2697.78/2706.03	c  2706s|255900 | 74788 | 46602k| 181.3 |  1361M |  54 |1809 |6940 |2680 | 169k|  1 | 224k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.25%
2698.67/2706.90	c  2707s|256000 | 74816 | 46612k| 181.2 |  1361M |  54 |1809 |6970 |   0 | 169k|  0 | 224k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.25%
2699.57/2707.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2699.57/2707.89	c  2708s|256100 | 74866 | 46629k| 181.2 |  1361M |  54 |1809 |6927 |2683 | 169k|  1 | 224k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.25%
2700.07/2708.40	c  2708s|256200 | 74892 | 46635k| 181.2 |  1362M |  54 |1809 |6927 |2678 | 169k|  1 | 224k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.25%
2701.16/2709.42	c  2709s|256300 | 74934 | 46650k| 181.2 |  1363M |  54 |1809 |6880 |2710 | 169k|  1 | 224k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.26%
2701.96/2710.29	c  2710s|256400 | 74967 | 46662k| 181.1 |  1364M |  54 |1809 |6849 |   0 | 169k|  0 | 224k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.26%
2702.56/2710.89	c  2711s|256500 | 74988 | 46669k| 181.1 |  1365M |  54 |1809 |6879 |   0 | 170k|  0 | 224k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.27%
2703.16/2711.49	c  2711s|256600 | 74988 | 46677k| 181.1 |  1365M |  54 |1809 |6838 |2690 | 170k|  1 | 224k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.29%
2704.15/2712.42	c  2712s|256700 | 75003 | 46686k| 181.0 |  1366M |  54 |1809 |6807 |   0 | 170k|  0 | 225k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.31%
2704.95/2713.26	c  2713s|256800 | 75020 | 46698k| 181.0 |  1366M |  54 |1809 |6702 |2688 | 170k|  1 | 225k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.33%
2705.95/2714.27	c  2714s|256900 | 75050 | 46711k| 181.0 |  1366M |  54 |1809 |6722 |2686 | 170k|  1 | 225k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.33%
2706.75/2715.09	c  2715s|257000 | 75068 | 46724k| 181.0 |  1366M |  54 |1809 |6711 |   0 | 170k|  0 | 225k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.34%
2707.85/2716.15	c  2716s|257100 | 75115 | 46746k| 181.0 |  1366M |  54 |1809 |6689 |2693 | 170k|  1 | 225k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.35%
2708.94/2717.20	c  2717s|257200 | 75141 | 46760k| 181.0 |  1366M |  54 |1809 |6696 |2693 | 170k|  2 | 225k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.37%
2709.54/2717.88	c  2718s|257300 | 75167 | 46771k| 180.9 |  1368M |  54 |1809 |6702 |2675 | 170k|  2 | 225k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.37%
2710.74/2719.09	c  2719s|257400 | 75238 | 46795k| 181.0 |  1370M |  54 |1809 |6743 |   0 | 170k|  0 | 225k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.37%
2711.73/2720.03	c  2720s|257500 | 75274 | 46807k| 180.9 |  1370M |  54 |1809 |6788 |2677 | 170k|  1 | 225k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.38%
2712.73/2721.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2712.73/2721.04	c  2721s|257600 | 75326 | 46824k| 180.9 |  1371M |  54 |1809 |6852 |2686 | 170k|  1 | 225k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.38%
2713.73/2722.09	c  2722s|257700 | 75354 | 46834k| 180.9 |  1372M |  54 |1809 |6905 |2696 | 170k|  2 | 225k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.38%
2714.92/2723.21	c  2723s|257800 | 75398 | 46851k| 180.9 |  1372M |  54 |1809 |6925 |   0 | 170k|  0 | 226k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.38%
2715.73/2724.09	c  2724s|257900 | 75418 | 46867k| 180.9 |  1372M |  54 |1809 |6931 |2685 | 170k|  1 | 226k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.38%
2716.61/2724.99	c  2725s|258000 | 75446 | 46882k| 180.9 |  1373M |  54 |1809 |6894 |2680 | 170k|  1 | 226k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.39%
2717.31/2725.65	c  2726s|258100 | 75458 | 46894k| 180.9 |  1373M |  54 |1809 |6911 |   0 | 170k|  0 | 226k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.39%
2718.30/2726.64	c  2727s|258200 | 75486 | 46912k| 180.9 |  1373M |  54 |1809 |6920 |2691 | 170k|  1 | 226k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.40%
2719.40/2727.77	c  2728s|258300 | 75499 | 46925k| 180.8 |  1373M |  54 |1809 |6918 |2678 | 171k|  1 | 226k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.40%
2720.30/2728.65	c  2729s|258400 | 75525 | 46941k| 180.8 |  1373M |  54 |1809 |6943 |2681 | 171k|  1 | 226k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.40%
2721.49/2729.88	c  2730s|258500 | 75576 | 46964k| 180.8 |  1373M |  54 |1809 |6985 |   0 | 171k|  0 | 226k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.40%
2722.99/2731.38	c  2731s|258600 | 75628 | 46991k| 180.9 |  1373M |  54 |1809 |6981 |2684 | 171k|  1 | 226k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.40%
2724.58/2732.99	c  2733s|258700 | 75688 | 47021k| 180.9 |  1374M |  54 |1809 |7014 |2684 | 171k|  1 | 226k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.40%
2725.38/2733.76	c  2734s|258800 | 75707 | 47033k| 180.9 |  1374M |  54 |1809 |7014 |   0 | 171k|  0 | 226k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.40%
2726.58/2734.95	c  2735s|258900 | 75731 | 47054k| 180.9 |  1374M |  54 |1809 |6946 |2681 | 171k|  1 | 226k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.40%
2727.57/2735.95	c  2736s|259000 | 75744 | 47072k| 180.9 |  1375M |  54 |1809 |6942 |2681 | 171k|  1 | 227k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.40%
2728.27/2736.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2728.27/2736.69	c  2737s|259100 | 75753 | 47085k| 180.9 |  1376M |  54 |1809 |6957 |2680 | 171k|  1 | 227k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.40%
2729.37/2737.71	c  2738s|259200 | 75784 | 47101k| 180.9 |  1376M |  54 |1809 |6939 |2688 | 171k|  1 | 227k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.40%
2729.97/2738.32	c  2738s|259300 | 75803 | 47110k| 180.8 |  1376M |  54 |1809 |6977 |   0 | 171k|  0 | 227k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.40%
2730.46/2738.89	c  2739s|259400 | 75794 | 47119k| 180.8 |  1376M |  54 |1809 |6965 |2690 | 171k|  1 | 227k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.41%
2731.36/2739.79	c  2740s|259500 | 75820 | 47133k| 180.8 |  1376M |  54 |1809 |6958 |2681 | 171k|  1 | 227k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.41%
2732.77/2741.12	c  2741s|259600 | 75869 | 47154k| 180.8 |  1377M |  54 |1809 |6963 |   0 | 171k|  0 | 227k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.41%
2733.67/2742.04	c  2742s|259700 | 75880 | 47166k| 180.8 |  1377M |  54 |1809 |6939 |   0 | 171k|  0 | 227k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.41%
2734.66/2743.10	c  2743s|259800 | 75907 | 47183k| 180.8 |  1378M |  54 |1809 |6852 |2678 | 171k|  1 | 227k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.41%
2735.55/2743.97	c  2744s|259900 | 75922 | 47192k| 180.7 |  1379M |  54 |1809 |6868 |2697 | 171k|  1 | 227k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.42%
2736.45/2744.82	c  2745s|260000 | 75924 | 47203k| 180.7 |  1379M |  54 |1809 |6792 |2696 | 171k|  1 | 227k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.44%
2737.34/2745.70	c  2746s|260100 | 75943 | 47219k| 180.7 |  1379M |  54 |1809 |6758 |   0 | 171k|  0 | 227k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.46%
2738.44/2746.87	c  2747s|260200 | 75964 | 47235k| 180.7 |  1380M |  54 |1809 |6738 |2671 | 171k|  1 | 227k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.47%
2739.14/2747.55	c  2748s|260300 | 75971 | 47242k| 180.7 |  1380M |  54 |1809 |6749 |2697 | 172k|  1 | 227k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.47%
2739.75/2748.12	c  2748s|260400 | 75981 | 47252k| 180.6 |  1380M |  54 |1809 |6742 |2687 | 172k|  1 | 228k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.47%
2740.83/2749.21	c  2749s|260500 | 76024 | 47268k| 180.6 |  1381M |  54 |1809 |6762 |2670 | 172k|  1 | 228k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.48%
2741.43/2749.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2741.43/2749.82	c  2750s|260600 | 76049 | 47277k| 180.6 |  1381M |  54 |1809 |6771 |2671 | 172k|  2 | 228k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.48%
2742.23/2750.65	c  2751s|260700 | 76085 | 47288k| 180.6 |  1382M |  54 |1809 |6854 |2670 | 172k|  1 | 228k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.48%
2743.13/2751.58	c  2752s|260800 | 76087 | 47303k| 180.5 |  1383M |  54 |1809 |6882 |2679 | 172k|  1 | 228k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.48%
2744.32/2752.77	c  2753s|260900 | 76139 | 47323k| 180.6 |  1383M |  54 |1809 |6929 |2681 | 172k|  1 | 228k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.49%
2745.12/2753.57	c  2754s|261000 | 76188 | 47335k| 180.5 |  1383M |  54 |1809 |7013 |2691 | 172k|  1 | 228k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.50%
2746.02/2754.42	c  2754s|261100 | 76205 | 47345k| 180.5 |  1383M |  54 |1809 |7006 |   0 | 172k|  0 | 228k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.51%
2746.63/2755.04	c  2755s|261200 | 76198 | 47352k| 180.5 |  1383M |  54 |1809 |7055 |2669 | 172k|  1 | 228k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.51%
2747.63/2756.03	c  2756s|261300 | 76218 | 47366k| 180.4 |  1383M |  54 |1809 |7038 |2694 | 172k|  1 | 228k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.52%
2748.42/2756.84	c  2757s|261400 | 76242 | 47377k| 180.4 |  1383M |  54 |1809 |7061 |2689 | 172k|  1 | 228k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.53%
2749.12/2757.58	c  2758s|261500 | 76258 | 47386k| 180.4 |  1383M |  54 |1809 |7114 |2691 | 172k|  2 | 229k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.53%
2749.91/2758.32	c  2758s|261600 | 76284 | 47391k| 180.3 |  1384M |  54 |1809 |7169 |   0 | 172k|  0 | 229k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.53%
2750.41/2758.88	c  2759s|261700 | 76296 | 47398k| 180.3 |  1385M |  54 |1809 |7208 |2689 | 172k|  1 | 229k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.53%
2751.01/2759.46	c  2759s|261800 | 76299 | 47405k| 180.3 |  1385M |  54 |1809 |7187 |   0 | 172k|  0 | 229k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.53%
2751.62/2760.07	c  2760s|261900 | 76293 | 47409k| 180.2 |  1385M |  54 |1809 |7174 |   0 | 172k|  0 | 229k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.53%
2752.50/2760.98	c  2761s|262000 | 76330 | 47421k| 180.2 |  1385M |  54 |1809 |7151 |   0 | 172k|  0 | 229k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.53%
2753.30/2761.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2753.30/2761.74	c  2762s|262100 | 76356 | 47433k| 180.2 |  1385M |  54 |1809 |7151 |   0 | 172k|  0 | 229k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.53%
2754.10/2762.51	c  2763s|262200 | 76390 | 47445k| 180.1 |  1385M |  54 |1809 |7188 |   0 | 172k|  0 | 229k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.54%
2754.61/2763.10	c  2763s|262300 | 76395 | 47453k| 180.1 |  1385M |  54 |1809 |7214 |   0 | 172k|  0 | 229k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.54%
2755.49/2763.97	c  2764s|262400 | 76404 | 47464k| 180.1 |  1385M |  54 |1809 |7209 |2672 | 173k|  1 | 229k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.54%
2756.60/2765.02	c  2765s|262500 | 76404 | 47479k| 180.1 |  1386M |  54 |1809 |7152 |2676 | 173k|  1 | 229k| 851 | 3.000699e+01 | 1.350000e+02 | 349.90%|   5.54%
2757.29/2765.76	c  2766s|262600 | 76424 | 47489k| 180.0 |  1386M |  54 |1809 |7213 |   0 | 173k|  0 | 229k| 851 | 3.001394e+01 | 1.350000e+02 | 349.79%|   5.55%
2758.28/2766.73	c  2767s|262700 | 76465 | 47508k| 180.0 |  1388M |  54 |1809 |7124 |2685 | 173k|  1 | 230k| 851 | 3.001394e+01 | 1.350000e+02 | 349.79%|   5.55%
2759.08/2767.52	c  2768s|262800 | 76510 | 47521k| 180.0 |  1388M |  54 |1809 |7178 |2686 | 173k|  1 | 230k| 851 | 3.001394e+01 | 1.350000e+02 | 349.79%|   5.55%
2759.98/2768.46	c  2768s|262900 | 76557 | 47537k| 180.0 |  1388M |  54 |1809 |7287 |   0 | 173k|  0 | 230k| 851 | 3.001394e+01 | 1.350000e+02 | 349.79%|   5.55%
2760.69/2769.11	c  2769s|263000 | 76584 | 47544k| 180.0 |  1388M |  54 |1809 |7357 |   0 | 173k|  0 | 230k| 851 | 3.001399e+01 | 1.350000e+02 | 349.79%|   5.55%
2761.47/2769.92	c  2770s|263100 | 76622 | 47555k| 179.9 |  1388M |  54 |1809 |7392 |2691 | 173k|  1 | 230k| 851 | 3.001399e+01 | 1.350000e+02 | 349.79%|   5.55%
2762.17/2770.60	c  2771s|263200 | 76629 | 47565k| 179.9 |  1388M |  54 |1809 |7324 |   0 | 173k|  0 | 230k| 851 | 3.001399e+01 | 1.350000e+02 | 349.79%|   5.57%
2763.17/2771.61	c  2772s|263300 | 76654 | 47583k| 179.9 |  1388M |  54 |1809 |7242 |2681 | 173k|  1 | 230k| 851 | 3.002098e+01 | 1.350000e+02 | 349.69%|   5.58%
2764.17/2772.66	c  2773s|263400 | 76704 | 47599k| 179.9 |  1388M |  54 |1809 |7282 |2689 | 173k|  1 | 230k| 851 | 3.002098e+01 | 1.350000e+02 | 349.69%|   5.58%
2765.06/2773.57	c  2774s|263500 | 76740 | 47616k| 179.9 |  1389M |  54 |1809 |7279 |2696 | 173k|  1 | 230k| 851 | 3.002098e+01 | 1.350000e+02 | 349.69%|   5.58%
2766.76/2775.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2766.76/2775.24	c  2775s|263600 | 76794 | 47648k| 179.9 |  1389M |  54 |1809 |7248 |2679 | 174k|  1 | 230k| 851 | 3.002098e+01 | 1.350000e+02 | 349.69%|   5.58%
2767.36/2775.89	c  2776s|263700 | 76825 | 47659k| 179.9 |  1389M |  54 |1809 |7295 |2682 | 174k|  1 | 230k| 851 | 3.002098e+01 | 1.350000e+02 | 349.69%|   5.58%
2768.06/2776.57	c  2777s|263800 | 76837 | 47671k| 179.9 |  1390M |  54 |1809 |7268 |2686 | 174k|  1 | 230k| 851 | 3.002098e+01 | 1.350000e+02 | 349.69%|   5.58%
2768.67/2777.18	c  2777s|263900 | 76863 | 47680k| 179.9 |  1390M |  54 |1809 |7262 |   0 | 174k|  0 | 230k| 851 | 3.002098e+01 | 1.350000e+02 | 349.69%|   5.58%
2769.57/2778.02	c  2778s|264000 | 76885 | 47693k| 179.8 |  1390M |  54 |1809 |7178 |2684 | 174k|  1 | 231k| 851 | 3.002098e+01 | 1.350000e+02 | 349.69%|   5.59%
2770.26/2778.74	c  2779s|264100 | 76898 | 47701k| 179.8 |  1390M |  54 |1809 |7075 |2684 | 174k|  1 | 231k| 851 | 3.002098e+01 | 1.350000e+02 | 349.69%|   5.60%
2770.95/2779.47	c  2779s|264200 | 76931 | 47713k| 179.8 |  1391M |  54 |1809 |7068 |2684 | 174k|  1 | 231k| 851 | 3.002098e+01 | 1.350000e+02 | 349.69%|   5.60%
2771.85/2780.35	c  2780s|264300 | 76973 | 47726k| 179.8 |  1393M |  54 |1809 |7135 |   0 | 174k|  0 | 231k| 851 | 3.002098e+01 | 1.350000e+02 | 349.69%|   5.60%
2772.66/2781.13	c  2781s|264400 | 76993 | 47736k| 179.7 |  1393M |  54 |1809 |7100 |2682 | 174k|  1 | 231k| 851 | 3.005556e+01 | 1.350000e+02 | 349.17%|   5.60%
2773.65/2782.19	c  2782s|264500 | 77020 | 47751k| 179.7 |  1393M |  54 |1809 |7054 |2681 | 174k|  1 | 231k| 851 | 3.005556e+01 | 1.350000e+02 | 349.17%|   5.62%
2774.84/2783.37	c  2783s|264600 | 77045 | 47758k| 179.7 |  1395M |  54 |1809 |7156 |2692 | 174k|  2 | 231k| 856 | 3.005556e+01 | 1.350000e+02 | 349.17%|   5.62%
2775.74/2784.24	c  2784s|264700 | 77050 | 47765k| 179.6 |  1395M |  54 |1809 |7144 |2678 | 174k|  2 | 231k| 863 | 3.005556e+01 | 1.350000e+02 | 349.17%|   5.63%
2776.73/2785.22	c  2785s|264800 | 77094 | 47777k| 179.6 |  1397M |  54 |1809 |7174 |2677 | 174k|  1 | 231k| 863 | 3.005556e+01 | 1.350000e+02 | 349.17%|   5.63%
2777.43/2785.98	c  2786s|264900 | 77107 | 47787k| 179.6 |  1397M |  54 |1809 |7208 |   0 | 174k|  0 | 231k| 863 | 3.005556e+01 | 1.350000e+02 | 349.17%|   5.64%
2778.43/2786.92	c  2787s|265000 | 77142 | 47801k| 179.6 |  1397M |  54 |1809 |7177 |2691 | 174k|  1 | 231k| 863 | 3.005556e+01 | 1.350000e+02 | 349.17%|   5.64%
2779.32/2787.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2779.32/2787.80	c  2788s|265100 | 77181 | 47815k| 179.6 |  1398M |  54 |1809 |7201 |2682 | 174k|  1 | 231k| 863 | 3.005556e+01 | 1.350000e+02 | 349.17%|   5.64%
2780.12/2788.60	c  2789s|265200 | 77226 | 47828k| 179.5 |  1398M |  54 |1809 |7278 |2691 | 175k|  1 | 232k| 863 | 3.005556e+01 | 1.350000e+02 | 349.17%|   5.64%
2780.42/2789.01	c  2789s|265300 | 77229 | 47833k| 179.5 |  1398M |  54 |1809 |7310 |2682 | 175k|  1 | 232k| 863 | 3.009727e+01 | 1.350000e+02 | 348.55%|   5.64%
2781.02/2789.51	c  2790s|265400 | 77239 | 47840k| 179.5 |  1399M |  54 |1809 |7330 |2692 | 175k|  1 | 232k| 863 | 3.012500e+01 | 1.350000e+02 | 348.13%|   5.64%
2781.72/2790.28	c  2790s|265500 | 77255 | 47851k| 179.4 |  1399M |  54 |1809 |7295 |2695 | 175k|  1 | 232k| 863 | 3.020000e+01 | 1.350000e+02 | 347.02%|   5.65%
2782.41/2790.90	c  2791s|265600 | 77265 | 47854k| 179.4 |  1399M |  54 |1809 |7357 |   0 | 175k|  0 | 232k| 863 | 3.020000e+01 | 1.350000e+02 | 347.02%|   5.65%
2783.62/2792.12	c  2792s|265700 | 77293 | 47872k| 179.4 |  1399M |  54 |1809 |7304 |   0 | 175k|  0 | 232k| 863 | 3.025000e+01 | 1.350000e+02 | 346.28%|   5.66%
2784.41/2792.98	c  2793s|265800 | 77337 | 47888k| 179.4 |  1399M |  54 |1809 |7291 |2690 | 175k|  1 | 232k| 863 | 3.025000e+01 | 1.350000e+02 | 346.28%|   5.66%
2785.21/2793.79	c  2794s|265900 | 77376 | 47903k| 179.3 |  1399M |  54 |1809 |7267 |2694 | 175k|  1 | 232k| 863 | 3.025699e+01 | 1.350000e+02 | 346.18%|   5.66%
2785.80/2794.39	c  2794s|266000 | 77391 | 47912k| 179.3 |  1400M |  54 |1809 |7310 |2696 | 175k|  1 | 232k| 863 | 3.025699e+01 | 1.350000e+02 | 346.18%|   5.66%
2786.80/2795.31	c  2795s|266100 | 77445 | 47925k| 179.3 |  1401M |  54 |1809 |7328 |2694 | 175k|  1 | 232k| 863 | 3.028571e+01 | 1.350000e+02 | 345.75%|   5.66%
2787.30/2795.85	c  2796s|266200 | 77461 | 47933k| 179.3 |  1401M |  54 |1809 |7352 |   0 | 175k|  0 | 232k| 863 | 3.028571e+01 | 1.350000e+02 | 345.75%|   5.66%
2788.10/2796.68	c  2797s|266300 | 77483 | 47948k| 179.2 |  1402M |  54 |1809 |7350 |2698 | 175k|  2 | 232k| 863 | 3.033333e+01 | 1.350000e+02 | 345.05%|   5.66%
2788.69/2797.20	c  2797s|266400 | 77496 | 47955k| 179.2 |  1402M |  54 |1809 |7343 |2688 | 175k|  1 | 232k| 863 | 3.033333e+01 | 1.350000e+02 | 345.05%|   5.66%
2789.19/2797.73	c  2798s|266500 | 77510 | 47961k| 179.2 |  1403M |  54 |1809 |7398 |   0 | 175k|  0 | 233k| 863 | 3.033333e+01 | 1.350000e+02 | 345.05%|   5.66%
2789.89/2798.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2789.89/2798.48	c  2798s|266600 | 77548 | 47973k| 179.1 |  1403M |  54 |1809 |7382 |2684 | 175k|  1 | 233k| 863 | 3.033333e+01 | 1.350000e+02 | 345.05%|   5.66%
2790.79/2799.30	c  2799s|266700 | 77603 | 47986k| 179.1 |  1403M |  54 |1809 |7418 |2696 | 176k|  1 | 233k| 863 | 3.033333e+01 | 1.350000e+02 | 345.05%|   5.66%
2791.51/2800.04	c  2800s|266800 | 77621 | 47995k| 179.1 |  1403M |  54 |1809 |7451 |2695 | 176k|  1 | 233k| 863 | 3.033333e+01 | 1.350000e+02 | 345.05%|   5.66%
2792.79/2801.38	c  2801s|266900 | 77639 | 48016k| 179.1 |  1404M |  54 |1809 |7407 |2695 | 176k|  1 | 233k| 863 | 3.033333e+01 | 1.350000e+02 | 345.05%|   5.66%
2793.60/2802.11	c  2802s|267000 | 77650 | 48024k| 179.1 |  1404M |  54 |1809 |7338 |   0 | 176k|  0 | 233k| 863 | 3.033333e+01 | 1.350000e+02 | 345.05%|   5.66%
2793.99/2802.57	c  2803s|267100 | 77666 | 48029k| 179.0 |  1404M |  54 |1809 |7302 |2677 | 176k|  1 | 233k| 863 | 3.033333e+01 | 1.350000e+02 | 345.05%|   5.67%
2794.38/2802.93	c  2803s|267200 | 77681 | 48033k| 179.0 |  1404M |  54 |1809 |7327 |   0 | 176k|  0 | 233k| 863 | 3.033333e+01 | 1.350000e+02 | 345.05%|   5.67%
2794.68/2803.27	c  2803s|267300 | 77666 | 48036k| 178.9 |  1404M |  54 |1809 |7335 |2676 | 176k|  1 | 233k| 863 | 3.033333e+01 | 1.350000e+02 | 345.05%|   5.67%
2794.98/2803.59	c  2804s|267400 | 77668 | 48039k| 178.9 |  1404M |  54 |1809 |7367 |   0 | 176k|  0 | 233k| 863 | 3.034033e+01 | 1.350000e+02 | 344.95%|   5.67%
2795.49/2804.08	c  2804s|267500 | 77673 | 48044k| 178.8 |  1404M |  54 |1809 |7368 |2679 | 176k|  1 | 233k| 863 | 3.034033e+01 | 1.350000e+02 | 344.95%|   5.67%
2796.59/2805.13	c  2805s|267600 | 77702 | 48059k| 178.8 |  1404M |  54 |1809 |7318 |2694 | 176k|  1 | 233k| 863 | 3.034033e+01 | 1.350000e+02 | 344.95%|   5.68%
2797.49/2806.07	c  2806s|267700 | 77740 | 48071k| 178.8 |  1404M |  54 |1809 |7238 |2699 | 176k|  1 | 233k| 863 | 3.037500e+01 | 1.350000e+02 | 344.44%|   5.69%
2798.27/2806.81	c  2807s|267800 | 77759 | 48080k| 178.7 |  1404M |  54 |1809 |7239 |   0 | 176k|  0 | 233k| 863 | 3.038462e+01 | 1.350000e+02 | 344.30%|   5.69%
2798.87/2807.44	c  2807s|267900 | 77777 | 48087k| 178.7 |  1404M |  54 |1809 |7170 |2682 | 176k|  1 | 234k| 863 | 3.038462e+01 | 1.350000e+02 | 344.30%|   5.69%
2799.67/2808.26	c  2808s|268000 | 77780 | 48093k| 178.7 |  1404M |  54 |1809 |7176 |   0 | 176k|  0 | 234k| 863 | 3.038462e+01 | 1.350000e+02 | 344.30%|   5.70%
2800.66/2809.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2800.66/2809.22	c  2809s|268100 | 77812 | 48110k| 178.7 |  1405M |  54 |1809 |7152 |   0 | 176k|  0 | 234k| 863 | 3.038462e+01 | 1.350000e+02 | 344.30%|   5.71%
2802.06/2810.67	c  2811s|268200 | 77861 | 48133k| 178.7 |  1408M |  54 |1809 |7084 |2688 | 176k|  1 | 234k| 863 | 3.038462e+01 | 1.350000e+02 | 344.30%|   5.73%
2802.76/2811.36	c  2811s|268300 | 77895 | 48144k| 178.6 |  1408M |  54 |1809 |7049 |   0 | 176k|  0 | 234k| 863 | 3.038462e+01 | 1.350000e+02 | 344.30%|   5.73%
2803.75/2812.32	c  2812s|268400 | 77918 | 48155k| 178.6 |  1408M |  54 |1809 |7060 |2684 | 176k|  1 | 234k| 863 | 3.038462e+01 | 1.350000e+02 | 344.30%|   5.73%
2804.75/2813.35	c  2813s|268500 | 77970 | 48170k| 178.6 |  1408M |  54 |1809 |7098 |2686 | 176k|  1 | 234k| 863 | 3.038462e+01 | 1.350000e+02 | 344.30%|   5.74%
2805.35/2813.91	c  2814s|268600 | 77974 | 48178k| 178.6 |  1408M |  54 |1809 |7132 |   0 | 177k|  0 | 234k| 863 | 3.038462e+01 | 1.350000e+02 | 344.30%|   5.74%
2806.15/2814.74	c  2815s|268700 | 78014 | 48194k| 178.6 |  1408M |  54 |1809 |7077 |   0 | 177k|  0 | 234k| 863 | 3.038462e+01 | 1.350000e+02 | 344.30%|   5.75%
2806.75/2815.39	c  2815s|268800 | 78023 | 48204k| 178.5 |  1409M |  54 |1809 |7115 |2682 | 177k|  1 | 234k| 863 | 3.050000e+01 | 1.350000e+02 | 342.62%|   5.75%
2808.04/2816.62	c  2817s|268900 | 78051 | 48215k| 178.5 |  1410M |  54 |1809 |7124 |   0 | 177k|  0 | 234k| 863 | 3.050000e+01 | 1.350000e+02 | 342.62%|   5.75%
2809.14/2817.77	c  2818s|269000 | 78065 | 48229k| 178.5 |  1410M |  54 |1809 |7158 |2686 | 177k|  1 | 234k| 863 | 3.050000e+01 | 1.350000e+02 | 342.62%|   5.75%
2810.55/2819.11	c  2819s|269100 | 78096 | 48246k| 178.5 |  1410M |  54 |1809 |7184 |2694 | 177k|  2 | 234k| 863 | 3.050000e+01 | 1.350000e+02 | 342.62%|   5.75%
2811.45/2820.05	c  2820s|269200 | 78104 | 48257k| 178.5 |  1412M |  54 |1809 |7183 |   0 | 177k|  0 | 235k| 863 | 3.050000e+01 | 1.350000e+02 | 342.62%|   5.75%
2812.23/2820.81	c  2821s|269300 | 78101 | 48267k| 178.4 |  1414M |  54 |1809 |7146 |   0 | 177k|  0 | 235k| 863 | 3.050000e+01 | 1.350000e+02 | 342.62%|   5.76%
2812.73/2821.37	c  2821s|269400 | 78106 | 48273k| 178.4 |  1414M |  54 |1809 |7110 |2691 | 177k|  1 | 235k| 863 | 3.050350e+01 | 1.350000e+02 | 342.57%|   5.77%
2813.44/2822.06	c  2822s|269500 | 78120 | 48280k| 178.4 |  1424M |  54 |1809 |7121 |2689 | 177k|  1 | 235k| 863 | 3.050699e+01 | 1.350000e+02 | 342.52%|   5.78%
2814.33/2822.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2814.33/2822.96	c  2823s|269600 | 78145 | 48294k| 178.3 |  1424M |  54 |1809 |7187 |2684 | 177k|  1 | 235k| 863 | 3.050699e+01 | 1.350000e+02 | 342.52%|   5.79%
2815.02/2823.66	c  2824s|269700 | 78166 | 48302k| 178.3 |  1425M |  54 |1809 |7271 |2709 | 177k|  1 | 235k| 863 | 3.050699e+01 | 1.350000e+02 | 342.52%|   5.80%
2816.12/2824.75	c  2825s|269800 | 78207 | 48316k| 178.3 |  1425M |  54 |1809 |7334 |2690 | 177k|  1 | 235k| 863 | 3.060000e+01 | 1.350000e+02 | 341.18%|   5.80%
2817.12/2825.73	c  2826s|269900 | 78211 | 48328k| 178.3 |  1425M |  54 |1809 |7353 |2690 | 177k|  1 | 235k| 863 | 3.060000e+01 | 1.350000e+02 | 341.18%|   5.80%
2817.72/2826.37	c  2826s|270000 | 78224 | 48336k| 178.2 |  1425M |  54 |1809 |7416 |2702 | 178k|  1 | 235k| 863 | 3.066667e+01 | 1.350000e+02 | 340.22%|   5.80%
2818.81/2827.45	c  2827s|270100 | 78239 | 48351k| 178.2 |  1425M |  54 |1809 |7416 |2678 | 178k|  1 | 235k| 863 | 3.067366e+01 | 1.350000e+02 | 340.12%|   5.80%
2819.52/2828.19	c  2828s|270200 | 78262 | 48360k| 178.2 |  1425M |  54 |1809 |7434 |2689 | 178k|  2 | 236k| 863 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.81%
2820.21/2828.86	c  2829s|270300 | 78285 | 48368k| 178.2 |  1425M |  54 |1809 |7449 |2680 | 178k|  1 | 236k| 863 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.82%
2821.60/2830.28	c  2830s|270400 | 78340 | 48392k| 178.2 |  1426M |  54 |1809 |7430 |2689 | 178k|  1 | 236k| 863 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.82%
2822.30/2830.99	c  2831s|270500 | 78357 | 48401k| 178.1 |  1426M |  54 |1809 |7381 |   0 | 178k|  0 | 236k| 863 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.83%
2823.30/2831.94	c  2832s|270600 | 78419 | 48415k| 178.1 |  1428M |  54 |1809 |7414 |2687 | 178k|  1 | 236k| 863 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.83%
2824.41/2833.03	c  2833s|270700 | 78451 | 48431k| 178.1 |  1428M |  54 |1809 |7343 |2676 | 178k|  1 | 236k| 863 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.83%
2824.99/2833.66	c  2834s|270800 | 78460 | 48439k| 178.1 |  1429M |  54 |1809 |7346 |2678 | 178k|  1 | 236k| 863 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.83%
2825.99/2834.68	c  2835s|270900 | 78480 | 48457k| 178.1 |  1429M |  54 |1809 |7174 |2670 | 178k|  1 | 236k| 863 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.84%
2827.09/2835.76	c  2836s|271000 | 78511 | 48471k| 178.1 |  1429M |  54 |1809 |7158 |2684 | 178k|  1 | 236k| 863 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.85%
2827.98/2836.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2827.98/2836.67	c  2837s|271100 | 78519 | 48481k| 178.0 |  1429M |  54 |1809 |7181 |   0 | 178k|  0 | 236k| 863 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.85%
2828.98/2837.68	c  2838s|271200 | 78522 | 48492k| 178.0 |  1430M |  54 |1809 |7204 |   0 | 178k|  0 | 236k| 863 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.85%
2829.88/2838.58	c  2839s|271300 | 78522 | 48500k| 178.0 |  1431M |  54 |1809 |7207 |2683 | 178k|  1 | 236k| 863 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.86%
2830.97/2839.60	c  2840s|271400 | 78551 | 48516k| 178.0 |  1431M |  54 |1809 |7114 |2692 | 178k|  2 | 237k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.87%
2831.87/2840.59	c  2841s|271500 | 78576 | 48530k| 178.0 |  1431M |  54 |1809 |7093 |2677 | 179k|  2 | 237k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.88%
2833.07/2841.79	c  2842s|271600 | 78626 | 48550k| 178.0 |  1432M |  54 |1809 |7101 |2701 | 179k|  0 | 237k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.89%
2834.26/2842.93	c  2843s|271700 | 78631 | 48565k| 178.0 |  1432M |  54 |1809 |6982 |   0 | 179k|  0 | 237k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.90%
2835.06/2843.72	c  2844s|271800 | 78668 | 48578k| 177.9 |  1432M |  54 |1809 |6974 |2683 | 179k|  1 | 237k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.90%
2836.16/2844.85	c  2845s|271900 | 78684 | 48587k| 177.9 |  1432M |  54 |1809 |7023 |   0 | 179k|  0 | 237k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.90%
2837.26/2845.99	c  2846s|272000 | 78689 | 48601k| 177.9 |  1433M |  54 |1809 |7051 |2696 | 179k|  1 | 237k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.91%
2837.75/2846.49	c  2846s|272100 | 78712 | 48607k| 177.9 |  1434M |  54 |1809 |7110 |2688 | 179k|  1 | 237k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.91%
2838.55/2847.24	c  2847s|272200 | 78730 | 48616k| 177.8 |  1434M |  54 |1809 |7193 |   0 | 179k|  0 | 237k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.91%
2839.55/2848.23	c  2848s|272300 | 78756 | 48630k| 177.8 |  1434M |  54 |1809 |7215 |2691 | 179k|  1 | 237k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.91%
2840.64/2849.38	c  2849s|272400 | 78792 | 48648k| 177.8 |  1434M |  54 |1809 |7178 |2704 | 179k|  1 | 238k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.91%
2841.74/2850.41	c  2850s|272500 | 78817 | 48664k| 177.8 |  1434M |  54 |1809 |7094 |2714 | 179k|  1 | 238k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.91%
2842.35/2851.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2842.35/2851.06	c  2851s|272600 | 78824 | 48674k| 177.8 |  1434M |  54 |1809 |7123 |2703 | 179k|  1 | 238k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.92%
2843.24/2852.01	c  2852s|272700 | 78848 | 48689k| 177.8 |  1434M |  54 |1809 |7049 |2703 | 179k|  1 | 238k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.92%
2844.34/2853.05	c  2853s|272800 | 78851 | 48698k| 177.7 |  1435M |  54 |1809 |7059 |   0 | 179k|  0 | 238k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.92%
2845.24/2854.01	c  2854s|272900 | 78889 | 48713k| 177.7 |  1437M |  54 |1809 |7030 |2704 | 180k|  1 | 238k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.92%
2846.45/2855.11	c  2855s|273000 | 78890 | 48727k| 177.7 |  1438M |  54 |1809 |6897 |2682 | 180k|  1 | 238k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.94%
2847.13/2855.88	c  2856s|273100 | 78893 | 48735k| 177.7 |  1439M |  54 |1809 |6859 |   0 | 180k|  0 | 238k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.97%
2847.93/2856.66	c  2857s|273200 | 78887 | 48747k| 177.7 |  1439M |  54 |1809 |6825 |   0 | 180k|  0 | 238k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   5.99%
2848.73/2857.42	c  2857s|273300 | 78895 | 48754k| 177.6 |  1439M |  54 |1809 |6846 |2693 | 180k|  2 | 238k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.00%
2849.62/2858.39	c  2858s|273400 | 78919 | 48769k| 177.6 |  1439M |  54 |1809 |6800 |2685 | 180k|  1 | 238k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.01%
2850.72/2859.46	c  2859s|273500 | 78970 | 48789k| 177.6 |  1441M |  54 |1809 |6888 |2693 | 180k|  1 | 239k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.01%
2851.52/2860.29	c  2860s|273600 | 78992 | 48801k| 177.6 |  1443M |  54 |1809 |6941 |2685 | 180k|  1 | 239k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.01%
2852.51/2861.28	c  2861s|273700 | 79037 | 48819k| 177.6 |  1443M |  54 |1809 |6948 |2685 | 180k|  1 | 239k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.01%
2853.61/2862.36	c  2862s|273800 | 79061 | 48835k| 177.6 |  1445M |  54 |1809 |6929 |   0 | 180k|  0 | 239k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.01%
2854.70/2863.41	c  2863s|273900 | 79087 | 48846k| 177.6 |  1445M |  54 |1809 |6915 |2710 | 180k|  2 | 239k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.02%
2855.50/2864.29	c  2864s|274000 | 79103 | 48857k| 177.5 |  1446M |  54 |1809 |6939 |   0 | 180k|  0 | 239k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.03%
2856.31/2865.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2856.31/2865.03	c  2865s|274100 | 79135 | 48865k| 177.5 |  1446M |  54 |1809 |6986 |2684 | 180k|  1 | 239k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.03%
2857.50/2866.27	c  2866s|274200 | 79187 | 48884k| 177.5 |  1447M |  54 |1809 |6916 |2679 | 180k|  1 | 239k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.04%
2858.19/2866.99	c  2867s|274300 | 79203 | 48893k| 177.5 |  1447M |  54 |1809 |6929 |2696 | 181k|  2 | 239k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.05%
2859.09/2867.80	c  2868s|274400 | 79227 | 48904k| 177.4 |  1447M |  54 |1809 |6923 |   0 | 181k|  0 | 239k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.06%
2860.09/2868.87	c  2869s|274500 | 79240 | 48917k| 177.4 |  1447M |  54 |1809 |6898 |2689 | 181k|  1 | 240k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.07%
2860.79/2869.52	c  2870s|274600 | 79271 | 48927k| 177.4 |  1447M |  54 |1809 |6903 |2675 | 181k|  1 | 240k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.07%
2861.58/2870.32	c  2870s|274700 | 79302 | 48938k| 177.4 |  1447M |  54 |1809 |6939 |2676 | 181k|  1 | 240k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.08%
2862.39/2871.14	c  2871s|274800 | 79362 | 48949k| 177.4 |  1447M |  54 |1809 |6996 |2678 | 181k|  1 | 240k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.08%
2863.29/2872.05	c  2872s|274900 | 79392 | 48959k| 177.3 |  1447M |  54 |1809 |6996 |2678 | 181k|  1 | 240k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.08%
2863.98/2872.77	c  2873s|275000 | 79393 | 48964k| 177.3 |  1447M |  54 |1809 |7034 |2687 | 181k|  0 | 240k| 868 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.08%
2864.48/2873.29	c  2873s|275100 | 79410 | 48968k| 177.2 |  1447M |  54 |1809 |7025 |2684 | 181k|  1 | 240k| 871 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.08%
2865.39/2874.13	c  2874s|275200 | 79454 | 48980k| 177.2 |  1447M |  54 |1809 |7054 |2689 | 181k|  1 | 240k| 871 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.08%
2866.28/2875.04	c  2875s|275300 | 79485 | 48996k| 177.2 |  1448M |  54 |1809 |7077 |2683 | 181k|  1 | 240k| 871 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.09%
2867.28/2876.03	c  2876s|275400 | 79508 | 49013k| 177.2 |  1449M |  54 |1809 |7096 |2689 | 181k|  1 | 240k| 871 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.09%
2868.56/2877.30	c  2877s|275500 | 79534 | 49032k| 177.2 |  1449M |  54 |1809 |7178 |2685 | 181k|  1 | 240k| 871 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.09%
2869.16/2878.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2869.16/2878.01	c  2878s|275600 | 79552 | 49043k| 177.2 |  1449M |  54 |1809 |7148 |2693 | 181k|  2 | 241k| 871 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.10%
2870.06/2878.83	c  2879s|275700 | 79575 | 49056k| 177.2 |  1451M |  54 |1809 |7118 |   0 | 182k|  0 | 241k| 871 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.10%
2870.96/2879.72	c  2880s|275800 | 79597 | 49072k| 177.2 |  1451M |  54 |1809 |7098 |   0 | 182k|  0 | 241k| 871 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.10%
2871.76/2880.59	c  2881s|275900 | 79620 | 49087k| 177.1 |  1453M |  54 |1809 |7070 |2691 | 182k|  1 | 241k| 871 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.12%
2872.65/2881.47	c  2881s|276000 | 79655 | 49104k| 177.1 |  1455M |  54 |1809 |7083 |2685 | 182k|  2 | 241k| 871 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.13%
2873.45/2882.27	c  2882s|276100 | 79683 | 49118k| 177.1 |  1455M |  54 |1809 |7046 |2677 | 182k|  1 | 241k| 871 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.13%
2874.45/2883.22	c  2883s|276200 | 79716 | 49129k| 177.1 |  1477M |  54 |1809 |7009 |2680 | 182k|  1 | 241k| 871 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.14%
2875.84/2884.66	c  2885s|276300 | 79746 | 49146k| 177.1 |  1477M |  54 |1809 |6943 |2704 | 182k|  1 | 241k| 877 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.16%
2876.94/2885.72	c  2886s|276400 | 79775 | 49164k| 177.1 |  1479M |  54 |1809 |6880 |2676 | 182k|  1 | 241k| 895 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.16%
2877.64/2886.47	c  2886s|276500 | 79803 | 49177k| 177.1 |  1479M |  54 |1809 |6873 |   0 | 182k|  0 | 241k| 895 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.17%
2878.14/2886.96	c  2887s|276600 | 79809 | 49184k| 177.1 |  1479M |  54 |1809 |6812 |2697 | 182k|  1 | 241k| 895 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.18%
2879.13/2888.00	c  2888s|276700 | 79840 | 49198k| 177.0 |  1480M |  54 |1809 |6754 |2704 | 182k|  1 | 241k| 895 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.19%
2880.24/2889.07	c  2889s|276800 | 79854 | 49205k| 177.0 |  1480M |  54 |1809 |6790 |   0 | 182k|  0 | 242k| 895 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.19%
2881.83/2890.63	c  2891s|276900 | 79871 | 49230k| 177.0 |  1480M |  54 |1809 |6741 |2685 | 182k|  1 | 242k| 895 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.19%
2882.24/2891.04	c  2891s|277000 | 79883 | 49235k| 177.0 |  1480M |  54 |1809 |6786 |   0 | 182k|  0 | 242k| 895 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.19%
2882.82/2891.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2882.82/2891.60	c  2892s|277100 | 79898 | 49243k| 176.9 |  1480M |  54 |1809 |6740 |2686 | 182k|  2 | 242k| 895 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.20%
2884.02/2892.89	c  2893s|277200 | 79931 | 49267k| 177.0 |  1480M |  54 |1809 |6707 |2679 | 182k|  1 | 242k| 895 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.21%
2885.12/2894.00	c  2894s|277300 | 79955 | 49288k| 177.0 |  1481M |  54 |1809 |6678 |2696 | 182k|  1 | 242k| 895 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.22%
2886.11/2894.95	c  2895s|277400 | 79981 | 49305k| 177.0 |  1482M |  54 |1809 |6676 |2679 | 183k|  1 | 242k| 895 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.22%
2887.22/2896.09	c  2896s|277500 | 80019 | 49324k| 177.0 |  1482M |  54 |1809 |6713 |2680 | 183k|  1 | 242k| 895 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.22%
2888.32/2897.16	c  2897s|277600 | 80035 | 49336k| 177.0 |  1482M |  54 |1809 |6761 |   0 | 183k|  0 | 242k| 895 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.22%
2888.81/2897.68	c  2898s|277700 | 80039 | 49342k| 176.9 |  1482M |  54 |1809 |6860 |   0 | 183k|  0 | 242k| 895 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.22%
2889.40/2898.21	c  2898s|277800 | 80060 | 49347k| 176.9 |  1482M |  54 |1809 |6872 |   0 | 183k|  0 | 243k| 895 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.23%
2890.80/2899.63	c  2900s|277900 | 80133 | 49373k| 176.9 |  1484M |  54 |1809 |6878 |2682 | 183k|  1 | 243k| 895 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.23%
2891.50/2900.38	c  2900s|278000 | 80181 | 49387k| 176.9 |  1484M |  54 |1809 |6967 |2694 | 183k|  1 | 243k| 895 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.23%
2892.09/2900.92	c  2901s|278100 | 80180 | 49394k| 176.9 |  1485M |  54 |1809 |7030 |   0 | 183k|  0 | 243k| 895 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.23%
2892.69/2901.53	c  2902s|278200 | 80167 | 49402k| 176.8 |  1485M |  54 |1809 |7033 |2705 | 183k|  2 | 243k| 895 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.23%
2893.69/2902.52	c  2903s|278300 | 80187 | 49417k| 176.8 |  1485M |  54 |1809 |7038 |2693 | 183k|  1 | 243k| 895 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.23%
2894.59/2903.47	c  2903s|278400 | 80196 | 49429k| 176.8 |  1485M |  54 |1809 |6988 |   0 | 183k|  0 | 243k| 895 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.24%
2895.30/2904.14	c  2904s|278500 | 80205 | 49436k| 176.8 |  1485M |  54 |1809 |6992 |2687 | 183k|  1 | 243k| 895 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.25%
2896.08/2904.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2896.08/2904.96	c  2905s|278600 | 80240 | 49445k| 176.7 |  1485M |  54 |1809 |7024 |   0 | 183k|  0 | 243k| 901 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.25%
2896.98/2905.84	c  2906s|278700 | 80242 | 49452k| 176.7 |  1488M |  54 |1809 |7002 |2678 | 183k|  1 | 243k| 901 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.26%
2897.98/2906.88	c  2907s|278800 | 80281 | 49469k| 176.7 |  1488M |  54 |1809 |6969 |2689 | 184k|  1 | 243k| 906 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.26%
2898.87/2907.79	c  2908s|278900 | 80291 | 49482k| 176.7 |  1488M |  54 |1809 |6946 |   0 | 184k|  0 | 244k| 906 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.27%
2899.98/2908.88	c  2909s|279000 | 80318 | 49496k| 176.6 |  1488M |  54 |1809 |6979 |2703 | 184k|  2 | 244k| 906 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.27%
2901.07/2909.99	c  2910s|279100 | 80342 | 49512k| 176.6 |  1488M |  54 |1809 |6939 |2710 | 184k|  1 | 244k| 906 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.27%
2901.87/2910.77	c  2911s|279200 | 80362 | 49522k| 176.6 |  1488M |  54 |1809 |6968 |2712 | 184k|  3 | 244k| 906 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.28%
2902.77/2911.61	c  2912s|279300 | 80383 | 49536k| 176.6 |  1488M |  54 |1809 |6953 |2703 | 184k|  1 | 244k| 906 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.28%
2903.46/2912.32	c  2912s|279400 | 80399 | 49546k| 176.6 |  1488M |  54 |1809 |6891 |2691 | 184k|  1 | 244k| 906 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.29%
2904.28/2913.17	c  2913s|279500 | 80427 | 49557k| 176.5 |  1488M |  54 |1809 |6848 |   0 | 184k|  0 | 244k| 906 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.30%
2905.56/2914.48	c  2914s|279600 | 80459 | 49576k| 176.6 |  1488M |  54 |1809 |6852 |2686 | 184k|  1 | 244k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.31%
2906.56/2915.48	c  2915s|279700 | 80477 | 49591k| 176.5 |  1488M |  54 |1809 |6858 |2694 | 184k|  1 | 244k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.32%
2907.35/2916.23	c  2916s|279800 | 80502 | 49602k| 176.5 |  1490M |  54 |1809 |6848 |2689 | 184k|  1 | 244k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.33%
2908.16/2917.06	c  2917s|279900 | 80511 | 49612k| 176.5 |  1490M |  54 |1809 |6818 |   0 | 184k|  0 | 244k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.33%
2909.05/2917.95	c  2918s|280000 | 80527 | 49622k| 176.5 |  1491M |  54 |1809 |6810 |   0 | 184k|  0 | 244k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.33%
2910.44/2919.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2910.44/2919.31	c  2919s|280100 | 80543 | 49639k| 176.5 |  1491M |  54 |1809 |6770 |2681 | 185k|  1 | 244k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.34%
2910.94/2919.88	c  2920s|280200 | 80569 | 49649k| 176.4 |  1491M |  54 |1809 |6788 |2681 | 185k|  1 | 244k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.34%
2911.53/2920.45	c  2920s|280300 | 80595 | 49658k| 176.4 |  1491M |  54 |1809 |6812 |   0 | 185k|  0 | 244k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.34%
2912.03/2920.95	c  2921s|280400 | 80598 | 49666k| 176.4 |  1492M |  54 |1809 |6849 |2690 | 185k|  1 | 245k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.34%
2912.63/2921.55	c  2922s|280500 | 80618 | 49675k| 176.3 |  1492M |  54 |1809 |6864 |2679 | 185k|  1 | 245k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.34%
2913.63/2922.53	c  2923s|280600 | 80657 | 49692k| 176.3 |  1493M |  54 |1809 |6906 |2691 | 185k|  1 | 245k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.35%
2914.33/2923.22	c  2923s|280700 | 80675 | 49703k| 176.3 |  1493M |  54 |1809 |6933 |2695 | 185k|  1 | 245k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.35%
2915.02/2924.00	c  2924s|280800 | 80704 | 49717k| 176.3 |  1493M |  54 |1809 |6879 |2680 | 185k|  1 | 245k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2915.82/2924.75	c  2925s|280900 | 80715 | 49727k| 176.3 |  1493M |  54 |1809 |6920 |2680 | 185k|  1 | 245k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2916.32/2925.22	c  2925s|281000 | 80734 | 49734k| 176.2 |  1493M |  54 |1809 |6956 |2685 | 185k|  1 | 245k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2916.72/2925.65	c  2926s|281100 | 80738 | 49736k| 176.2 |  1494M |  54 |1809 |7011 |   0 | 185k|  0 | 245k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2917.02/2925.98	c  2926s|281200 | 80746 | 49740k| 176.1 |  1494M |  54 |1809 |7056 |   0 | 185k|  0 | 245k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2917.82/2926.77	c  2927s|281300 | 80773 | 49755k| 176.1 |  1494M |  54 |1809 |7016 |   0 | 185k|  0 | 245k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2918.31/2927.27	c  2927s|281400 | 80787 | 49762k| 176.1 |  1494M |  54 |1809 |7071 |2692 | 185k|  1 | 245k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2918.72/2927.62	c  2928s|281500 | 80807 | 49766k| 176.0 |  1494M |  54 |1809 |7113 |2689 | 185k|  1 | 245k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2919.13/2928.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2919.13/2928.01	c  2928s|281600 | 80812 | 49771k| 176.0 |  1494M |  54 |1809 |7189 |2683 | 185k|  1 | 245k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2919.52/2928.47	c  2928s|281700 | 80825 | 49778k| 176.0 |  1494M |  54 |1809 |7244 |   0 | 185k|  0 | 246k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2920.13/2929.04	c  2929s|281800 | 80832 | 49784k| 175.9 |  1494M |  54 |1809 |7248 |2685 | 185k|  1 | 246k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2920.52/2929.43	c  2929s|281900 | 80838 | 49791k| 175.9 |  1495M |  54 |1809 |7189 |2685 | 185k|  1 | 246k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2921.41/2930.33	c  2930s|282000 | 80865 | 49804k| 175.9 |  1495M |  54 |1809 |7184 |2691 | 186k|  1 | 246k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2922.01/2930.97	c  2931s|282100 | 80867 | 49813k| 175.8 |  1495M |  54 |1809 |7158 |2694 | 186k|  2 | 246k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2922.41/2931.36	c  2931s|282200 | 80875 | 49818k| 175.8 |  1495M |  54 |1809 |7140 |   0 | 186k|  0 | 246k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2923.31/2932.24	c  2932s|282300 | 80902 | 49833k| 175.8 |  1495M |  54 |1809 |7146 |2687 | 186k|  1 | 246k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2924.60/2933.51	c  2934s|282400 | 80939 | 49858k| 175.8 |  1496M |  54 |1809 |7146 |   0 | 186k|  0 | 246k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2925.11/2934.09	c  2934s|282500 | 80951 | 49867k| 175.8 |  1496M |  54 |1809 |7121 |2680 | 186k|  1 | 246k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2925.90/2934.83	c  2935s|282600 | 80993 | 49881k| 175.8 |  1496M |  54 |1809 |7122 |2687 | 186k|  1 | 246k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2926.79/2935.78	c  2936s|282700 | 81017 | 49899k| 175.8 |  1497M |  54 |1809 |7092 |2683 | 186k|  1 | 246k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2927.89/2936.80	c  2937s|282800 | 81056 | 49915k| 175.8 |  1497M |  54 |1809 |7079 |2682 | 186k|  1 | 246k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2928.59/2937.58	c  2938s|282900 | 81071 | 49928k| 175.7 |  1498M |  54 |1809 |7022 |2677 | 186k|  1 | 246k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2929.20/2938.15	c  2938s|283000 | 81091 | 49938k| 175.7 |  1499M |  54 |1809 |7003 |2681 | 186k|  1 | 246k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2929.49/2938.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2929.49/2938.41	c  2938s|283100 | 81094 | 49941k| 175.7 |  1499M |  54 |1809 |7043 |2681 | 186k|  1 | 246k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2929.98/2938.98	c  2939s|283200 | 81110 | 49952k| 175.6 |  1499M |  54 |1809 |6994 |   0 | 186k|  0 | 247k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2930.68/2939.62	c  2940s|283300 | 81123 | 49962k| 175.6 |  1499M |  54 |1809 |6962 |2681 | 186k|  1 | 247k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2931.58/2940.55	c  2941s|283400 | 81137 | 49973k| 175.6 |  1500M |  54 |1809 |6953 |2681 | 186k|  1 | 247k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2932.19/2941.14	c  2941s|283500 | 81148 | 49981k| 175.6 |  1500M |  54 |1809 |6934 |   0 | 186k|  0 | 247k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2932.97/2941.94	c  2942s|283600 | 81169 | 49990k| 175.5 |  1500M |  54 |1809 |6894 |2696 | 187k|  1 | 247k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2933.57/2942.51	c  2943s|283700 | 81162 | 49994k| 175.5 |  1500M |  54 |1809 |6901 |   0 | 187k|  0 | 247k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.36%
2934.18/2943.13	c  2943s|283800 | 81178 | 50004k| 175.5 |  1500M |  54 |1809 |6855 |2686 | 187k|  1 | 247k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.37%
2934.66/2943.63	c  2944s|283900 | 81167 | 50010k| 175.4 |  1500M |  54 |1809 |6850 |   0 | 187k|  0 | 247k| 911 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.38%
2935.46/2944.48	c  2944s|284000 | 81180 | 50017k| 175.4 |  1500M |  54 |1809 |6862 |   0 | 187k|  0 | 247k| 916 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.38%
2937.17/2946.14	c  2946s|284100 | 81233 | 50049k| 175.4 |  1500M |  54 |1809 |6815 |2688 | 187k|  1 | 247k| 916 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.38%
2938.17/2947.13	c  2947s|284200 | 81244 | 50065k| 175.4 |  1502M |  54 |1809 |6859 |2689 | 187k|  1 | 247k| 916 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.38%
2939.45/2948.47	c  2948s|284300 | 81268 | 50086k| 175.4 |  1503M |  54 |1809 |6894 |2692 | 187k|  1 | 247k| 916 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.38%
2940.55/2949.54	c  2950s|284400 | 81305 | 50104k| 175.4 |  1503M |  54 |1809 |6907 |   0 | 187k|  0 | 247k| 916 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.38%
2941.35/2950.37	c  2950s|284500 | 81332 | 50119k| 175.4 |  1503M |  54 |1809 |6919 |2693 | 187k|  1 | 247k| 916 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.38%
2942.24/2951.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2942.24/2951.27	c  2951s|284600 | 81350 | 50132k| 175.4 |  1504M |  54 |1809 |6927 |2697 | 187k|  2 | 247k| 916 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.38%
2943.34/2952.36	c  2952s|284700 | 81376 | 50151k| 175.4 |  1504M |  54 |1809 |6890 |2682 | 187k|  1 | 248k| 916 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.39%
2944.16/2953.12	c  2953s|284800 | 81383 | 50161k| 175.4 |  1504M |  54 |1809 |6895 |   0 | 187k|  0 | 248k| 916 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.39%
2945.24/2954.28	c  2954s|284900 | 81406 | 50184k| 175.4 |  1504M |  54 |1809 |6893 |2695 | 187k|  1 | 248k| 916 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.39%
2945.94/2954.98	c  2955s|285000 | 81408 | 50195k| 175.4 |  1504M |  54 |1809 |6842 |2687 | 188k|  1 | 248k| 916 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.39%
2946.84/2955.80	c  2956s|285100 | 81429 | 50206k| 175.4 |  1504M |  54 |1809 |6867 |2687 | 188k|  1 | 248k| 916 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.39%
2947.63/2956.60	c  2957s|285200 | 81431 | 50220k| 175.4 |  1504M |  54 |1809 |6875 |2693 | 188k|  1 | 248k| 916 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.39%
2948.15/2957.14	c  2957s|285300 | 81431 | 50227k| 175.3 |  1504M |  54 |1809 |6920 |2697 | 188k|  1 | 248k| 916 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.39%
2948.93/2957.99	c  2958s|285400 | 81458 | 50241k| 175.3 |  1504M |  54 |1809 |6924 |   0 | 188k|  0 | 248k| 916 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.39%
2950.04/2959.02	c  2959s|285500 | 81487 | 50260k| 175.3 |  1504M |  54 |1809 |6895 |2682 | 188k|  0 | 248k| 916 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.39%
2951.72/2960.72	c  2961s|285600 | 81538 | 50294k| 175.4 |  1504M |  54 |1809 |6901 |2698 | 188k|  2 | 248k| 916 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.39%
2953.61/2962.68	c  2963s|285700 | 81616 | 50336k| 175.5 |  1504M |  54 |1809 |6988 |   0 | 188k|  0 | 248k| 916 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.39%
2955.02/2964.03	c  2964s|285800 | 81675 | 50365k| 175.5 |  1507M |  54 |1809 |7021 |2689 | 188k|  1 | 248k| 921 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.39%
2955.91/2964.97	c  2965s|285900 | 81711 | 50378k| 175.5 |  1507M |  54 |1809 |7124 |2683 | 188k|  1 | 249k| 921 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.40%
2956.80/2965.85	c  2966s|286000 | 81726 | 50392k| 175.5 |  1507M |  54 |1809 |7085 |2686 | 188k|  1 | 249k| 921 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.40%
2957.90/2966.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2957.90/2966.99	c  2967s|286100 | 81771 | 50409k| 175.5 |  1507M |  54 |1809 |7166 |2694 | 188k|  1 | 249k| 921 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.41%
2959.40/2968.46	c  2968s|286200 | 81800 | 50427k| 175.5 |  1509M |  54 |1809 |7207 |2711 | 188k|  1 | 249k| 921 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.41%
2960.39/2969.49	c  2969s|286300 | 81805 | 50438k| 175.4 |  1510M |  54 |1809 |7247 |2695 | 189k|  1 | 249k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.41%
2961.49/2970.55	c  2971s|286400 | 81825 | 50450k| 175.4 |  1511M |  54 |1809 |7248 |2698 | 189k|  1 | 249k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.42%
2962.69/2971.77	c  2972s|286500 | 81848 | 50470k| 175.4 |  1511M |  54 |1809 |7145 |2693 | 189k|  1 | 249k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.43%
2963.78/2972.82	c  2973s|286600 | 81886 | 50489k| 175.4 |  1511M |  54 |1809 |7061 |2674 | 189k|  1 | 249k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.43%
2964.48/2973.52	c  2974s|286700 | 81889 | 50500k| 175.4 |  1512M |  54 |1809 |7041 |2693 | 189k|  1 | 249k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.44%
2965.18/2974.26	c  2974s|286800 | 81913 | 50510k| 175.4 |  1512M |  54 |1809 |7028 |2682 | 189k|  1 | 249k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.44%
2966.18/2975.22	c  2975s|286900 | 81952 | 50524k| 175.4 |  1513M |  54 |1809 |7029 |   0 | 189k|  0 | 250k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.45%
2967.17/2976.21	c  2976s|287000 | 81978 | 50542k| 175.4 |  1514M |  54 |1809 |7025 |2679 | 189k|  1 | 250k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.45%
2967.98/2977.01	c  2977s|287100 | 82007 | 50558k| 175.4 |  1514M |  54 |1809 |7027 |2682 | 189k|  1 | 250k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.45%
2968.47/2977.60	c  2978s|287200 | 82033 | 50567k| 175.3 |  1514M |  54 |1809 |7054 |2682 | 189k|  1 | 250k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.46%
2969.27/2978.35	c  2978s|287300 | 82064 | 50579k| 175.3 |  1514M |  54 |1809 |7081 |   0 | 189k|  0 | 250k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.46%
2971.07/2980.13	c  2980s|287400 | 82094 | 50594k| 175.3 |  1516M |  54 |1809 |7017 |2700 | 189k|  3 | 250k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.47%
2971.76/2980.87	c  2981s|287500 | 82139 | 50608k| 175.3 |  1516M |  54 |1809 |7055 |   0 | 189k|  0 | 250k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.47%
2972.55/2981.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2972.55/2981.65	c  2982s|287600 | 82150 | 50622k| 175.3 |  1516M |  54 |1809 |7110 |2686 | 189k|  1 | 250k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.47%
2973.45/2982.57	c  2983s|287700 | 82180 | 50637k| 175.3 |  1516M |  54 |1809 |7121 |2680 | 189k|  1 | 250k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.47%
2974.15/2983.24	c  2983s|287800 | 82197 | 50645k| 175.2 |  1516M |  54 |1809 |7108 |2687 | 190k|  1 | 250k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.49%
2975.34/2984.41	c  2984s|287900 | 82217 | 50665k| 175.3 |  1516M |  54 |1809 |7069 |2685 | 190k|  1 | 250k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.50%
2976.54/2985.67	c  2986s|288000 | 82245 | 50685k| 175.3 |  1516M |  54 |1809 |7122 |2689 | 190k|  1 | 250k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.50%
2977.14/2986.29	c  2986s|288100 | 82253 | 50694k| 175.2 |  1516M |  54 |1809 |7164 |   0 | 190k|  0 | 250k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.50%
2977.84/2986.99	c  2987s|288200 | 82250 | 50703k| 175.2 |  1517M |  54 |1809 |7215 |2689 | 190k|  1 | 251k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.50%
2978.83/2987.91	c  2988s|288300 | 82269 | 50716k| 175.2 |  1517M |  54 |1809 |7153 |2684 | 190k|  1 | 251k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.51%
2979.83/2988.99	c  2989s|288400 | 82300 | 50732k| 175.2 |  1518M |  54 |1809 |7225 |2688 | 190k|  1 | 251k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.51%
2980.43/2989.53	c  2990s|288500 | 82327 | 50738k| 175.1 |  1518M |  54 |1809 |7302 |   0 | 190k|  0 | 251k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.52%
2981.33/2990.45	c  2990s|288600 | 82358 | 50754k| 175.1 |  1518M |  54 |1809 |7237 |2693 | 190k|  1 | 251k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.52%
2982.62/2991.73	c  2992s|288700 | 82406 | 50772k| 175.1 |  1518M |  54 |1809 |7192 |2682 | 190k|  1 | 251k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.52%
2983.62/2992.75	c  2993s|288800 | 82433 | 50787k| 175.1 |  1519M |  54 |1809 |7271 |   0 | 190k|  0 | 251k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.54%
2984.72/2993.82	c  2994s|288900 | 82476 | 50802k| 175.1 |  1520M |  54 |1809 |7359 |2703 | 190k|  1 | 251k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.54%
2985.31/2994.49	c  2994s|289000 | 82485 | 50812k| 175.1 |  1520M |  54 |1809 |7347 |   0 | 190k|  0 | 252k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.54%
2986.61/2995.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2986.61/2995.76	c  2996s|289100 | 82531 | 50835k| 175.1 |  1520M |  54 |1809 |7332 |   0 | 190k|  0 | 252k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.54%
2987.21/2996.39	c  2996s|289200 | 82531 | 50845k| 175.1 |  1522M |  54 |1809 |7404 |2678 | 190k|  1 | 252k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.54%
2987.71/2996.88	c  2997s|289300 | 82538 | 50852k| 175.1 |  1522M |  54 |1809 |7449 |   0 | 190k|  0 | 252k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.54%
2988.61/2997.76	c  2998s|289400 | 82548 | 50865k| 175.0 |  1522M |  54 |1809 |7448 |   0 | 191k|  0 | 252k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.54%
2989.41/2998.55	c  2999s|289500 | 82547 | 50878k| 175.0 |  1522M |  54 |1809 |7416 |2683 | 191k|  1 | 252k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.54%
2989.92/2999.11	c  2999s|289600 | 82543 | 50884k| 175.0 |  1522M |  54 |1809 |7418 |2689 | 191k|  1 | 252k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.54%
2990.80/3000.00	c  3000s|289700 | 82564 | 50892k| 174.9 |  1522M |  54 |1809 |7403 |2681 | 191k|  1 | 252k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.54%
2991.40/3000.51	c  3001s|289800 | 82563 | 50900k| 174.9 |  1522M |  54 |1809 |7399 |   0 | 191k|  0 | 252k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.54%
2992.20/3001.33	c  3001s|289900 | 82570 | 50911k| 174.9 |  1522M |  54 |1809 |7377 |   0 | 191k|  0 | 252k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.54%
2992.91/3002.07	c  3002s|290000 | 82573 | 50918k| 174.9 |  1522M |  54 |1809 |7334 |   0 | 191k|  0 | 252k| 926 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.55%
2994.29/3003.45	c  3003s|290100 | 82633 | 50938k| 174.9 |  1522M |  54 |1809 |7387 |2693 | 191k|  1 | 252k| 931 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.56%
2995.19/3004.31	c  3004s|290200 | 82661 | 50952k| 174.9 |  1522M |  54 |1809 |7402 |2693 | 191k|  1 | 252k| 931 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.56%
2996.19/3005.31	c  3005s|290300 | 82684 | 50965k| 174.8 |  1522M |  54 |1809 |7393 |2700 | 191k|  1 | 253k| 931 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.56%
2997.09/3006.25	c  3006s|290400 | 82701 | 50978k| 174.8 |  1523M |  54 |1809 |7450 |2686 | 191k|  1 | 253k| 936 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.56%
2998.00/3007.15	c  3007s|290500 | 82740 | 50993k| 174.8 |  1523M |  54 |1809 |7454 |   0 | 191k|  0 | 253k| 936 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.56%
2998.89/3008.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2998.89/3008.09	c  3008s|290600 | 82775 | 51009k| 174.8 |  1524M |  54 |1809 |7353 |2686 | 191k|  1 | 253k| 936 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.57%
2999.48/3008.62	c  3009s|290700 | 82782 | 51016k| 174.8 |  1524M |  54 |1809 |7410 |   0 | 191k|  0 | 253k| 936 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.58%
3000.77/3009.90	c  3010s|290800 | 82829 | 51039k| 174.8 |  1524M |  54 |1809 |7312 |2684 | 191k|  1 | 253k| 936 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.58%
3001.37/3010.51	c  3011s|290900 | 82852 | 51049k| 174.8 |  1524M |  54 |1809 |7271 |2695 | 191k|  1 | 253k| 936 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.58%
3002.37/3011.59	c  3012s|291000 | 82878 | 51069k| 174.8 |  1525M |  54 |1809 |7163 |   0 | 192k|  0 | 253k| 936 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.59%
3003.66/3012.86	c  3013s|291100 | 82909 | 51089k| 174.8 |  1525M |  54 |1809 |7058 |2696 | 192k|  2 | 253k| 936 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.60%
3004.97/3014.14	c  3014s|291200 | 82955 | 51109k| 174.8 |  1526M |  54 |1809 |7066 |2701 | 192k|  1 | 254k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.60%
3006.46/3015.62	c  3016s|291300 | 82999 | 51129k| 174.8 |  1526M |  54 |1809 |7041 |2678 | 192k|  2 | 254k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.60%
3007.45/3016.63	c  3017s|291400 | 83017 | 51145k| 174.8 |  1526M |  54 |1809 |7025 |   0 | 192k|  0 | 254k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.61%
3008.55/3017.77	c  3018s|291500 | 83030 | 51158k| 174.8 |  1526M |  54 |1809 |6986 |   0 | 192k|  0 | 254k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.63%
3009.55/3018.73	c  3019s|291600 | 83068 | 51176k| 174.8 |  1526M |  54 |1809 |6923 |2686 | 192k|  1 | 254k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.63%
3010.54/3019.77	c  3020s|291700 | 83106 | 51190k| 174.8 |  1526M |  54 |1809 |6908 |2709 | 192k|  1 | 254k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.63%
3011.64/3020.84	c  3021s|291800 | 83118 | 51205k| 174.8 |  1527M |  54 |1809 |6909 |2693 | 192k|  1 | 254k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.63%
3012.74/3021.93	c  3022s|291900 | 83148 | 51218k| 174.7 |  1527M |  54 |1809 |6931 |2685 | 192k|  1 | 254k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.64%
3013.04/3022.25	c  3022s|292000 | 83148 | 51222k| 174.7 |  1527M |  54 |1809 |6952 |   0 | 192k|  0 | 254k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.64%
3014.23/3023.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3014.23/3023.48	c  3023s|292100 | 83195 | 51244k| 174.7 |  1528M |  54 |1809 |6961 |2688 | 192k|  1 | 254k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.64%
3015.43/3024.69	c  3025s|292200 | 83223 | 51264k| 174.7 |  1528M |  54 |1809 |6859 |2691 | 192k|  1 | 254k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.65%
3017.02/3026.22	c  3026s|292300 | 83270 | 51292k| 174.8 |  1529M |  54 |1809 |6806 |   0 | 192k|  0 | 255k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.65%
3017.93/3027.16	c  3027s|292400 | 83306 | 51309k| 174.8 |  1529M |  54 |1809 |6848 |2695 | 192k|  2 | 255k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.65%
3019.12/3028.36	c  3028s|292500 | 83333 | 51329k| 174.8 |  1530M |  54 |1809 |6910 |   0 | 192k|  0 | 255k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.65%
3020.51/3029.75	c  3030s|292600 | 83392 | 51353k| 174.8 |  1530M |  54 |1809 |7008 |   0 | 192k|  0 | 255k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.65%
3021.82/3031.08	c  3031s|292700 | 83472 | 51380k| 174.8 |  1530M |  54 |1809 |7083 |2691 | 192k|  1 | 255k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.65%
3022.82/3032.01	c  3032s|292800 | 83494 | 51396k| 174.8 |  1530M |  54 |1809 |7074 |2686 | 192k|  1 | 255k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.65%
3023.40/3032.63	c  3033s|292900 | 83505 | 51404k| 174.8 |  1530M |  54 |1809 |7040 |   0 | 192k|  0 | 255k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.66%
3024.50/3033.72	c  3034s|293000 | 83551 | 51423k| 174.8 |  1530M |  54 |1809 |7086 |   0 | 193k|  0 | 255k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.66%
3025.20/3034.50	c  3034s|293100 | 83560 | 51429k| 174.8 |  1530M |  54 |1809 |7117 |2680 | 193k|  1 | 255k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.66%
3026.10/3035.31	c  3035s|293200 | 83577 | 51441k| 174.7 |  1530M |  54 |1809 |7112 |2693 | 193k|  1 | 255k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.66%
3026.99/3036.24	c  3036s|293300 | 83612 | 51456k| 174.7 |  1530M |  54 |1809 |7167 |   0 | 193k|  0 | 256k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.66%
3027.99/3037.22	c  3037s|293400 | 83643 | 51473k| 174.7 |  1531M |  54 |1809 |7088 |2684 | 193k|  1 | 256k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.66%
3028.80/3038.10	c  3038s|293500 | 83666 | 51488k| 174.7 |  1531M |  54 |1809 |7104 |   0 | 193k|  0 | 256k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.66%
3029.98/3039.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3029.98/3039.25	c  3039s|293600 | 83688 | 51508k| 174.7 |  1532M |  54 |1809 |7064 |   0 | 193k|  0 | 256k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.66%
3030.98/3040.22	c  3040s|293700 | 83722 | 51523k| 174.7 |  1532M |  54 |1809 |7085 |   0 | 193k|  0 | 256k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.66%
3031.89/3041.12	c  3041s|293800 | 83751 | 51538k| 174.7 |  1533M |  54 |1809 |7089 |2689 | 193k|  1 | 256k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.66%
3032.58/3041.89	c  3042s|293900 | 83765 | 51549k| 174.7 |  1533M |  54 |1809 |7103 |2690 | 193k|  1 | 256k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.66%
3033.58/3042.86	c  3043s|294000 | 83794 | 51564k| 174.7 |  1534M |  54 |1809 |7082 |2676 | 193k|  1 | 256k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.67%
3034.79/3044.09	c  3044s|294100 | 83830 | 51585k| 174.7 |  1535M |  54 |1809 |7107 |   0 | 193k|  0 | 256k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.67%
3035.67/3044.95	c  3045s|294200 | 83844 | 51599k| 174.7 |  1536M |  54 |1809 |7068 |2694 | 193k|  1 | 256k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.68%
3036.67/3046.00	c  3046s|294300 | 83862 | 51616k| 174.7 |  1536M |  54 |1809 |7033 |   0 | 193k|  0 | 256k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.68%
3037.57/3046.87	c  3047s|294400 | 83884 | 51629k| 174.7 |  1536M |  54 |1809 |6981 |   0 | 193k|  0 | 256k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.68%
3038.57/3047.87	c  3048s|294500 | 83905 | 51646k| 174.7 |  1536M |  54 |1809 |6918 |2673 | 193k|  0 | 256k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.70%
3039.56/3048.86	c  3049s|294600 | 83931 | 51659k| 174.6 |  1536M |  54 |1809 |6857 |   0 | 194k|  0 | 256k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.70%
3040.56/3049.82	c  3050s|294700 | 83964 | 51674k| 174.6 |  1536M |  54 |1809 |6856 |   0 | 194k|  0 | 257k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.70%
3041.77/3051.05	c  3051s|294800 | 83987 | 51690k| 174.6 |  1536M |  54 |1809 |6823 |2675 | 194k|  1 | 257k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.71%
3042.25/3051.58	c  3052s|294900 | 83995 | 51697k| 174.6 |  1536M |  54 |1809 |6822 |2689 | 194k|  1 | 257k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.72%
3042.76/3052.03	c  3052s|295000 | 83991 | 51702k| 174.6 |  1536M |  54 |1809 |6878 |   0 | 194k|  0 | 257k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.74%
3043.86/3053.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3043.86/3053.18	c  3053s|295100 | 84033 | 51720k| 174.6 |  1537M |  54 |1809 |6877 |   0 | 194k|  0 | 257k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.74%
3044.76/3054.06	c  3054s|295200 | 84058 | 51731k| 174.5 |  1538M |  54 |1809 |6886 |   0 | 194k|  0 | 257k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.74%
3045.85/3055.19	c  3055s|295300 | 84097 | 51751k| 174.5 |  1538M |  54 |1809 |6904 |   0 | 194k|  0 | 257k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.74%
3046.54/3055.83	c  3056s|295400 | 84096 | 51761k| 174.5 |  1538M |  54 |1809 |6884 |   0 | 194k|  0 | 257k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.74%
3047.53/3056.86	c  3057s|295500 | 84119 | 51777k| 174.5 |  1539M |  54 |1809 |6871 |2677 | 194k|  1 | 257k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.76%
3048.74/3058.09	c  3058s|295600 | 84152 | 51798k| 174.5 |  1540M |  54 |1809 |6831 |2682 | 194k|  1 | 257k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.76%
3049.43/3058.77	c  3059s|295700 | 84170 | 51809k| 174.5 |  1540M |  54 |1809 |6790 |2685 | 194k|  1 | 257k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.77%
3050.03/3059.36	c  3059s|295800 | 84203 | 51818k| 174.5 |  1540M |  54 |1809 |6780 |2681 | 194k|  1 | 257k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.77%
3050.52/3059.82	c  3060s|295900 | 84207 | 51824k| 174.4 |  1541M |  54 |1809 |6833 |   0 | 194k|  0 | 258k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.77%
3051.42/3060.73	c  3061s|296000 | 84238 | 51837k| 174.4 |  1541M |  54 |1809 |6840 |2707 | 194k|  2 | 258k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.78%
3052.22/3061.55	c  3062s|296100 | 84270 | 51851k| 174.4 |  1541M |  54 |1809 |6803 |2689 | 194k|  1 | 258k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.79%
3053.02/3062.40	c  3062s|296200 | 84293 | 51867k| 174.4 |  1541M |  54 |1809 |6778 |   0 | 194k|  0 | 258k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.79%
3054.01/3063.36	c  3063s|296300 | 84316 | 51879k| 174.4 |  1542M |  54 |1809 |6715 |   0 | 195k|  0 | 258k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.79%
3054.91/3064.22	c  3064s|296400 | 84332 | 51891k| 174.4 |  1542M |  54 |1809 |6743 |2680 | 195k|  1 | 258k| 939 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.80%
3055.51/3064.81	c  3065s|296500 | 84342 | 51899k| 174.3 |  1542M |  54 |1809 |6778 |2686 | 195k|  1 | 258k| 944 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.81%
3056.11/3065.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3056.11/3065.48	c  3065s|296600 | 84369 | 51909k| 174.3 |  1542M |  54 |1809 |6809 |2687 | 195k|  1 | 258k| 944 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.81%
3056.71/3066.04	c  3066s|296700 | 84376 | 51916k| 174.3 |  1542M |  54 |1809 |6824 |   0 | 195k|  0 | 258k| 944 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.81%
3057.20/3066.56	c  3067s|296800 | 84385 | 51923k| 174.2 |  1542M |  54 |1809 |6802 |   0 | 195k|  0 | 258k| 944 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.81%
3058.60/3068.00	c  3068s|296900 | 84420 | 51941k| 174.2 |  1542M |  54 |1809 |6678 |2687 | 195k|  1 | 258k| 944 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.82%
3059.71/3069.07	c  3069s|297000 | 84461 | 51962k| 174.3 |  1542M |  54 |1809 |6716 |2697 | 195k|  1 | 258k| 944 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.82%
3060.99/3070.34	c  3070s|297100 | 84496 | 51981k| 174.3 |  1542M |  54 |1809 |6744 |2683 | 195k|  1 | 259k| 944 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.83%
3061.70/3071.09	c  3071s|297200 | 84515 | 51988k| 174.2 |  1542M |  54 |1809 |6801 |2698 | 195k|  1 | 259k| 954 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.84%
3062.49/3071.86	c  3072s|297300 | 84535 | 51999k| 174.2 |  1542M |  54 |1809 |6803 |   0 | 195k|  0 | 259k| 954 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.84%
3063.19/3072.56	c  3073s|297400 | 84575 | 52008k| 174.2 |  1544M |  54 |1809 |6827 |2684 | 195k|  1 | 259k| 954 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.84%
3064.08/3073.41	c  3073s|297500 | 84606 | 52017k| 174.1 |  1544M |  54 |1809 |6865 |2672 | 195k|  1 | 259k| 954 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.84%
3064.79/3074.15	c  3074s|297600 | 84638 | 52028k| 174.1 |  1544M |  54 |1809 |6910 |   0 | 195k|  0 | 259k| 954 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.85%
3065.79/3075.16	c  3075s|297700 | 84660 | 52036k| 174.1 |  1545M |  54 |1809 |7010 |2678 | 195k|  1 | 259k| 954 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.85%
3066.38/3075.70	c  3076s|297800 | 84670 | 52043k| 174.1 |  1546M |  54 |1809 |7036 |2678 | 196k|  3 | 259k| 954 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.85%
3066.79/3076.19	c  3076s|297900 | 84660 | 52047k| 174.0 |  1546M |  54 |1809 |7066 |2687 | 196k|  1 | 259k| 954 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.85%
3067.97/3077.38	c  3077s|298000 | 84685 | 52069k| 174.0 |  1546M |  54 |1809 |7023 |2699 | 196k|  1 | 259k| 954 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.86%
3069.17/3078.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3069.17/3078.58	c  3079s|298100 | 84698 | 52092k| 174.0 |  1547M |  54 |1809 |7014 |2693 | 196k|  1 | 259k| 954 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.88%
3070.06/3079.45	c  3079s|298200 | 84711 | 52104k| 174.0 |  1547M |  54 |1809 |7022 |   0 | 196k|  0 | 260k| 954 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.89%
3070.56/3079.99	c  3080s|298300 | 84744 | 52110k| 174.0 |  1547M |  54 |1809 |7091 |2682 | 196k|  1 | 260k| 956 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.89%
3071.16/3080.58	c  3081s|298400 | 84750 | 52121k| 174.0 |  1547M |  54 |1809 |7105 |2682 | 196k|  1 | 260k| 956 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.89%
3071.46/3080.88	c  3081s|298500 | 84761 | 52125k| 173.9 |  1547M |  54 |1809 |7129 |   0 | 196k|  0 | 260k| 956 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.89%
3072.06/3081.44	c  3081s|298600 | 84788 | 52132k| 173.9 |  1547M |  54 |1809 |7180 |   0 | 196k|  0 | 260k| 956 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.90%
3072.46/3081.82	c  3082s|298700 | 84789 | 52136k| 173.8 |  1547M |  54 |1809 |7153 |2683 | 196k|  2 | 260k| 956 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.90%
3072.86/3082.22	c  3082s|298800 | 84795 | 52141k| 173.8 |  1547M |  54 |1809 |7159 |   0 | 196k|  0 | 260k| 956 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.90%
3073.35/3082.72	c  3083s|298900 | 84794 | 52148k| 173.8 |  1547M |  54 |1809 |7151 |   0 | 196k|  0 | 260k| 956 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.91%
3074.35/3083.77	c  3084s|299000 | 84830 | 52166k| 173.8 |  1548M |  54 |1809 |7119 |2689 | 196k|  1 | 260k| 956 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.92%
3075.45/3084.88	c  3085s|299100 | 84861 | 52178k| 173.8 |  1548M |  54 |1809 |7100 |2693 | 196k|  1 | 260k| 956 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.92%
3076.05/3085.46	c  3085s|299200 | 84882 | 52185k| 173.7 |  1548M |  54 |1809 |7122 |   0 | 196k|  0 | 260k| 956 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.93%
3077.04/3086.43	c  3086s|299300 | 84897 | 52199k| 173.7 |  1548M |  54 |1809 |7035 |2696 | 196k|  1 | 261k| 956 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.94%
3077.84/3087.21	c  3087s|299400 | 84906 | 52209k| 173.7 |  1548M |  54 |1809 |7013 |2685 | 196k|  1 | 261k| 956 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.94%
3078.85/3088.25	c  3088s|299500 | 84948 | 52222k| 173.7 |  1549M |  54 |1809 |7009 |   0 | 196k|  0 | 261k| 956 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.94%
3079.94/3089.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3079.94/3089.39	c  3089s|299600 | 84978 | 52237k| 173.7 |  1549M |  54 |1809 |6993 |2702 | 196k|  1 | 261k| 956 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.94%
3080.94/3090.36	c  3090s|299700 | 84977 | 52247k| 173.6 |  1549M |  54 |1809 |6987 |2698 | 197k|  1 | 261k| 956 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.95%
3081.54/3090.94	c  3091s|299800 | 84988 | 52254k| 173.6 |  1549M |  54 |1809 |6976 |2680 | 197k|  1 | 261k| 956 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.95%
3082.34/3091.74	c  3092s|299900 | 85006 | 52265k| 173.6 |  1549M |  54 |1809 |7021 |   0 | 197k|  0 | 261k| 956 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.96%
3083.03/3092.40	c  3092s|300000 | 85032 | 52275k| 173.6 |  1549M |  54 |1809 |7028 |2679 | 197k|  1 | 261k| 956 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.96%
3084.13/3093.52	c  3094s|300100 | 85060 | 52295k| 173.6 |  1549M |  54 |1809 |6986 |2681 | 197k|  2 | 261k| 956 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.97%
3085.53/3094.97	c  3095s|300200 | 85098 | 52314k| 173.6 |  1550M |  54 |1809 |7000 |   0 | 197k|  0 | 261k| 956 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.97%
3086.73/3096.19	c  3096s|300300 | 85142 | 52330k| 173.6 |  1551M |  54 |1809 |7079 |2689 | 197k|  1 | 262k| 956 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.97%
3087.63/3097.07	c  3097s|300400 | 85170 | 52338k| 173.5 |  1551M |  54 |1809 |7123 |2695 | 197k|  2 | 262k| 956 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.98%
3088.42/3097.82	c  3098s|300500 | 85187 | 52349k| 173.5 |  1552M |  54 |1809 |7113 |   0 | 197k|  0 | 262k| 956 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.98%
3089.31/3098.72	c  3099s|300600 | 85209 | 52358k| 173.5 |  1552M |  54 |1809 |7055 |2689 | 197k|  1 | 262k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.99%
3090.21/3099.60	c  3100s|300700 | 85248 | 52367k| 173.5 |  1553M |  54 |1809 |7077 |   0 | 197k|  0 | 262k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.99%
3091.01/3100.45	c  3100s|300800 | 85266 | 52378k| 173.4 |  1556M |  54 |1809 |7053 |2695 | 197k|  2 | 262k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.99%
3091.90/3101.37	c  3101s|300900 | 85250 | 52392k| 173.4 |  1556M |  54 |1809 |7047 |2694 | 197k|  1 | 262k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   6.99%
3093.90/3103.37	c  3103s|301000 | 85261 | 52424k| 173.5 |  1556M |  54 |1809 |7010 |2682 | 197k|  1 | 262k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.00%
3094.89/3104.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3094.89/3104.38	c  3104s|301100 | 85284 | 52442k| 173.5 |  1556M |  54 |1809 |6994 |2695 | 197k|  1 | 262k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.02%
3096.19/3105.63	c  3106s|301200 | 85330 | 52463k| 173.5 |  1556M |  54 |1809 |7044 |2703 | 197k|  1 | 262k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.03%
3097.48/3106.98	c  3107s|301300 | 85360 | 52483k| 173.5 |  1556M |  54 |1809 |6984 |2701 | 198k|  1 | 262k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.04%
3098.08/3107.59	c  3108s|301400 | 85388 | 52494k| 173.5 |  1556M |  54 |1809 |7037 |2685 | 198k|  1 | 263k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.05%
3098.88/3108.38	c  3108s|301500 | 85425 | 52509k| 173.5 |  1556M |  54 |1809 |7056 |2702 | 198k|  1 | 263k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.05%
3099.78/3109.22	c  3109s|301600 | 85436 | 52519k| 173.4 |  1557M |  54 |1809 |6998 |2691 | 198k|  1 | 263k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.07%
3100.59/3110.05	c  3110s|301700 | 85489 | 52531k| 173.4 |  1557M |  54 |1809 |7038 |   0 | 198k|  0 | 263k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.07%
3101.58/3111.05	c  3111s|301800 | 85530 | 52549k| 173.4 |  1557M |  54 |1809 |6991 |2701 | 198k|  1 | 263k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.07%
3102.37/3111.83	c  3112s|301900 | 85559 | 52559k| 173.4 |  1557M |  54 |1809 |7071 |2697 | 198k|  1 | 263k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.07%
3103.58/3113.06	c  3113s|302000 | 85593 | 52578k| 173.4 |  1557M |  54 |1809 |7016 |2677 | 198k|  1 | 263k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.08%
3104.26/3113.71	c  3114s|302100 | 85615 | 52588k| 173.4 |  1559M |  54 |1809 |7009 |2687 | 198k|  1 | 263k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.10%
3105.06/3114.58	c  3115s|302200 | 85647 | 52602k| 173.4 |  1559M |  54 |1809 |6945 |2681 | 198k|  2 | 263k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.10%
3105.86/3115.34	c  3115s|302300 | 85659 | 52611k| 173.3 |  1560M |  54 |1809 |6937 |   0 | 198k|  0 | 263k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.10%
3106.86/3116.34	c  3116s|302400 | 85677 | 52626k| 173.3 |  1560M |  54 |1809 |6931 |2691 | 198k|  3 | 263k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.12%
3107.67/3117.16	c  3117s|302500 | 85715 | 52641k| 173.3 |  1561M |  54 |1809 |6883 |2687 | 198k|  2 | 264k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.12%
3108.45/3117.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3108.45/3117.92	c  3118s|302600 | 85753 | 52655k| 173.3 |  1561M |  54 |1809 |6891 |2686 | 198k|  1 | 264k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.12%
3109.05/3118.55	c  3119s|302700 | 85767 | 52666k| 173.3 |  1561M |  54 |1809 |6920 |2687 | 198k|  2 | 264k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.12%
3109.56/3119.04	c  3119s|302800 | 85783 | 52673k| 173.3 |  1561M |  54 |1809 |6925 |   0 | 198k|  0 | 264k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.12%
3110.15/3119.61	c  3120s|302900 | 85788 | 52681k| 173.2 |  1561M |  54 |1809 |6935 |2690 | 198k|  1 | 264k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.12%
3110.85/3120.38	c  3120s|303000 | 85815 | 52693k| 173.2 |  1562M |  54 |1809 |6970 |2682 | 198k|  1 | 264k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.12%
3112.14/3121.69	c  3122s|303100 | 85828 | 52699k| 173.2 |  1562M |  54 |1809 |7000 |2702 | 199k|  4 | 264k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.12%
3112.74/3122.29	c  3122s|303200 | 85828 | 52707k| 173.2 |  1562M |  54 |1809 |6992 |   0 | 199k|  0 | 264k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.14%
3113.55/3123.01	c  3123s|303300 | 85845 | 52720k| 173.1 |  1562M |  54 |1809 |6977 |   0 | 199k|  0 | 264k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.14%
3114.04/3123.58	c  3124s|303400 | 85868 | 52725k| 173.1 |  1562M |  54 |1809 |7042 |2693 | 199k|  1 | 264k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.14%
3115.23/3124.76	c  3125s|303500 | 85906 | 52744k| 173.1 |  1562M |  54 |1809 |6959 |2683 | 199k|  1 | 264k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.15%
3115.93/3125.43	c  3125s|303600 | 85915 | 52752k| 173.1 |  1562M |  54 |1809 |6957 |   0 | 199k|  0 | 264k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.15%
3117.73/3127.20	c  3127s|303700 | 85985 | 52789k| 173.1 |  1562M |  54 |1809 |7002 |2677 | 199k|  1 | 264k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.16%
3118.54/3128.02	c  3128s|303800 | 86008 | 52804k| 173.1 |  1562M |  54 |1809 |7009 |2681 | 199k|  1 | 265k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.16%
3119.22/3128.78	c  3129s|303900 | 86015 | 52819k| 173.1 |  1562M |  54 |1809 |7080 |   0 | 199k|  0 | 265k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.16%
3120.22/3129.71	c  3130s|304000 | 86023 | 52837k| 173.1 |  1562M |  54 |1809 |7083 |   0 | 199k|  0 | 265k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.16%
3121.31/3130.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3121.31/3130.88	c  3131s|304100 | 86042 | 52856k| 173.1 |  1562M |  54 |1809 |7093 |2682 | 199k|  1 | 265k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.16%
3122.52/3132.06	c  3132s|304200 | 86072 | 52882k| 173.2 |  1562M |  54 |1809 |7058 |2682 | 199k|  2 | 265k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.16%
3123.31/3132.87	c  3133s|304300 | 86096 | 52898k| 173.2 |  1563M |  54 |1809 |7114 |   0 | 199k|  0 | 265k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.16%
3124.10/3133.61	c  3134s|304400 | 86103 | 52911k| 173.1 |  1563M |  54 |1809 |7105 |   0 | 199k|  0 | 265k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.16%
3125.20/3134.76	c  3135s|304500 | 86127 | 52935k| 173.2 |  1563M |  54 |1809 |7067 |2677 | 199k|  1 | 265k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.17%
3126.20/3135.75	c  3136s|304600 | 86145 | 52953k| 173.2 |  1564M |  54 |1809 |7079 |2677 | 199k|  1 | 265k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.17%
3127.10/3136.67	c  3137s|304700 | 86154 | 52970k| 173.2 |  1564M |  54 |1809 |7061 |   0 | 199k|  0 | 265k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.17%
3127.99/3137.51	c  3138s|304800 | 86170 | 52987k| 173.2 |  1564M |  54 |1809 |7046 |2679 | 199k|  1 | 265k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.17%
3129.09/3138.60	c  3139s|304900 | 86197 | 53006k| 173.2 |  1565M |  54 |1809 |7031 |2679 | 199k|  1 | 265k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.17%
3130.19/3139.76	c  3140s|305000 | 86228 | 53024k| 173.2 |  1565M |  54 |1809 |7037 |2705 | 199k|  1 | 265k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.17%
3131.28/3140.81	c  3141s|305100 | 86280 | 53041k| 173.2 |  1565M |  54 |1809 |7095 |2685 | 200k|  1 | 266k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.17%
3132.08/3141.61	c  3142s|305200 | 86307 | 53054k| 173.2 |  1565M |  54 |1809 |7095 |   0 | 200k|  0 | 266k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.17%
3133.08/3142.66	c  3143s|305300 | 86335 | 53073k| 173.2 |  1567M |  54 |1809 |7069 |   0 | 200k|  0 | 266k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.17%
3133.88/3143.40	c  3143s|305400 | 86356 | 53084k| 173.1 |  1569M |  54 |1809 |7137 |2686 | 200k|  1 | 266k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.17%
3134.77/3144.37	c  3144s|305500 | 86358 | 53098k| 173.1 |  1569M |  54 |1809 |7116 |2677 | 200k|  1 | 266k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.17%
3135.48/3145.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3135.48/3145.07	c  3145s|305600 | 86385 | 53107k| 173.1 |  1570M |  54 |1809 |7104 |2685 | 200k|  1 | 266k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.17%
3136.28/3145.87	c  3146s|305700 | 86416 | 53120k| 173.1 |  1570M |  54 |1809 |7128 |2685 | 200k|  1 | 266k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.17%
3137.17/3146.72	c  3147s|305800 | 86432 | 53135k| 173.1 |  1572M |  54 |1809 |7087 |2691 | 200k|  1 | 266k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.17%
3138.07/3147.64	c  3148s|305900 | 86440 | 53148k| 173.1 |  1573M |  54 |1809 |7052 |2682 | 200k|  1 | 266k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.17%
3138.97/3148.57	c  3149s|306000 | 86476 | 53162k| 173.1 |  1573M |  54 |1809 |7035 |2694 | 200k|  1 | 266k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.17%
3140.07/3149.65	c  3150s|306100 | 86521 | 53183k| 173.1 |  1573M |  54 |1809 |7040 |   0 | 200k|  0 | 266k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.17%
3140.96/3150.58	c  3151s|306200 | 86548 | 53198k| 173.1 |  1574M |  54 |1809 |7086 |2675 | 200k|  1 | 266k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.17%
3142.06/3151.64	c  3152s|306300 | 86588 | 53213k| 173.1 |  1575M |  54 |1809 |7114 |2702 | 200k|  1 | 267k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.17%
3142.57/3152.12	c  3152s|306400 | 86601 | 53219k| 173.0 |  1575M |  54 |1809 |7191 |2683 | 200k|  1 | 267k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.17%
3143.57/3153.11	c  3153s|306500 | 86652 | 53235k| 173.0 |  1575M |  54 |1809 |7223 |2690 | 200k|  1 | 267k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.17%
3144.65/3154.22	c  3154s|306600 | 86695 | 53252k| 173.0 |  1576M |  54 |1809 |7238 |2684 | 200k|  1 | 267k| 962 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.18%
3145.56/3155.16	c  3155s|306700 | 86703 | 53258k| 173.0 |  1576M |  54 |1809 |7272 |2670 | 201k|  1 | 267k| 979 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.18%
3147.34/3156.99	c  3157s|306800 | 86773 | 53291k| 173.0 |  1576M |  54 |1809 |7205 |2682 | 201k|  1 | 267k| 979 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.19%
3148.14/3157.79	c  3158s|306900 | 86801 | 53303k| 173.0 |  1576M |  54 |1809 |7256 |   0 | 201k|  0 | 267k| 979 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.19%
3149.94/3159.50	c  3159s|307000 | 86857 | 53331k| 173.0 |  1576M |  54 |1809 |7238 |2693 | 201k|  1 | 267k| 979 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.20%
3150.63/3160.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3150.63/3160.24	c  3160s|307100 | 86864 | 53344k| 173.0 |  1577M |  54 |1809 |7162 |2688 | 201k|  1 | 267k| 979 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.20%
3151.54/3161.18	c  3161s|307200 | 86914 | 53360k| 173.0 |  1578M |  54 |1809 |7112 |2678 | 201k|  1 | 267k| 979 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.20%
3152.33/3161.96	c  3162s|307300 | 86925 | 53373k| 173.0 |  1578M |  54 |1809 |7109 |2689 | 201k|  1 | 267k| 979 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.20%
3153.02/3162.64	c  3163s|307400 | 86949 | 53386k| 173.0 |  1578M |  54 |1809 |7100 |2678 | 201k|  1 | 268k| 979 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.20%
3153.72/3163.36	c  3163s|307500 | 86961 | 53393k| 173.0 |  1578M |  54 |1809 |7116 |   0 | 201k|  0 | 268k| 979 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.20%
3154.43/3164.06	c  3164s|307600 | 86982 | 53401k| 172.9 |  1578M |  54 |1809 |7138 |   0 | 201k|  0 | 268k| 979 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.20%
3155.32/3164.98	c  3165s|307700 | 87021 | 53413k| 172.9 |  1578M |  54 |1809 |7141 |2684 | 201k|  1 | 268k| 979 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.21%
3156.91/3166.50	c  3166s|307800 | 87055 | 53436k| 172.9 |  1578M |  54 |1809 |7036 |   0 | 201k|  0 | 268k| 979 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.21%
3158.01/3167.63	c  3168s|307900 | 87083 | 53452k| 172.9 |  1579M |  54 |1809 |6985 |2685 | 201k|  1 | 268k| 979 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.22%
3159.11/3168.70	c  3169s|308000 | 87103 | 53462k| 172.9 |  1579M |  54 |1809 |6964 |2685 | 201k|  1 | 268k| 979 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.22%
3160.01/3169.68	c  3170s|308100 | 87133 | 53476k| 172.9 |  1579M |  54 |1809 |6931 |2683 | 201k|  1 | 268k| 979 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.23%
3160.90/3170.57	c  3171s|308200 | 87155 | 53492k| 172.9 |  1579M |  54 |1809 |6874 |2675 | 201k|  1 | 268k| 979 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.24%
3161.51/3171.19	c  3171s|308300 | 87170 | 53497k| 172.9 |  1581M |  54 |1809 |6869 |   0 | 201k|  0 | 268k| 979 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.24%
3162.41/3172.06	c  3172s|308400 | 87192 | 53506k| 172.8 |  1582M |  54 |1809 |6902 |2686 | 201k|  1 | 268k| 979 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.24%
3163.51/3173.19	c  3173s|308500 | 87211 | 53521k| 172.8 |  1582M |  54 |1809 |6875 |2676 | 201k|  1 | 268k| 979 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.25%
3164.79/3174.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3164.79/3174.43	c  3174s|308600 | 87248 | 53540k| 172.8 |  1582M |  54 |1809 |6904 |   0 | 202k|  0 | 268k| 984 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.25%
3165.69/3175.38	c  3175s|308700 | 87266 | 53554k| 172.8 |  1582M |  54 |1809 |6902 |   0 | 202k|  0 | 269k| 984 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.26%
3166.59/3176.29	c  3176s|308800 | 87284 | 53565k| 172.8 |  1582M |  54 |1809 |6925 |2681 | 202k|  1 | 269k| 984 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.26%
3167.68/3177.30	c  3177s|308900 | 87303 | 53578k| 172.8 |  1585M |  54 |1809 |6873 |   0 | 202k|  0 | 269k| 984 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.27%
3168.78/3178.40	c  3178s|309000 | 87311 | 53598k| 172.8 |  1585M |  54 |1809 |6833 |2698 | 202k|  1 | 269k| 984 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.28%
3169.58/3179.21	c  3179s|309100 | 87328 | 53607k| 172.8 |  1586M |  54 |1809 |6870 |   0 | 202k|  0 | 269k| 984 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.28%
3170.49/3180.12	c  3180s|309200 | 87354 | 53620k| 172.7 |  1586M |  54 |1809 |6904 |   0 | 202k|  0 | 269k| 984 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.29%
3171.48/3181.18	c  3181s|309300 | 87386 | 53637k| 172.7 |  1587M |  54 |1809 |6905 |2684 | 202k|  1 | 269k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.31%
3172.38/3182.05	c  3182s|309400 | 87411 | 53649k| 172.7 |  1588M |  54 |1809 |6899 |2667 | 202k|  1 | 269k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.31%
3173.27/3182.91	c  3183s|309500 | 87434 | 53663k| 172.7 |  1588M |  54 |1809 |6851 |2680 | 202k|  1 | 269k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.33%
3174.56/3184.29	c  3184s|309600 | 87477 | 53687k| 172.7 |  1588M |  54 |1809 |6895 |2684 | 202k|  1 | 269k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.33%
3175.26/3184.97	c  3185s|309700 | 87484 | 53699k| 172.7 |  1588M |  54 |1809 |6929 |2685 | 202k|  1 | 269k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.33%
3176.37/3186.08	c  3186s|309800 | 87512 | 53720k| 172.7 |  1589M |  54 |1809 |6944 |2683 | 202k|  1 | 269k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.33%
3177.55/3187.21	c  3187s|309900 | 87525 | 53733k| 172.7 |  1590M |  54 |1809 |7008 |   0 | 202k|  0 | 270k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.33%
3178.55/3188.26	c  3188s|310000 | 87542 | 53751k| 172.7 |  1590M |  54 |1809 |6988 |2683 | 202k|  1 | 270k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.33%
3179.46/3189.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3179.46/3189.15	c  3189s|310100 | 87553 | 53766k| 172.7 |  1590M |  54 |1809 |6971 |2684 | 202k|  1 | 270k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.33%
3180.36/3190.05	c  3190s|310200 | 87575 | 53783k| 172.7 |  1590M |  54 |1809 |6963 |   0 | 202k|  0 | 270k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.33%
3181.14/3190.84	c  3191s|310300 | 87578 | 53795k| 172.7 |  1590M |  54 |1809 |6958 |2693 | 202k|  2 | 270k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.33%
3181.95/3191.64	c  3192s|310400 | 87599 | 53807k| 172.7 |  1591M |  54 |1809 |7013 |2693 | 203k|  2 | 270k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.33%
3182.65/3192.33	c  3192s|310500 | 87602 | 53818k| 172.7 |  1591M |  54 |1809 |7029 |2682 | 203k|  1 | 270k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.33%
3183.65/3193.33	c  3193s|310600 | 87608 | 53833k| 172.7 |  1591M |  54 |1809 |6951 |2683 | 203k|  1 | 270k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.33%
3184.35/3194.08	c  3194s|310700 | 87607 | 53844k| 172.6 |  1591M |  54 |1809 |6896 |2683 | 203k|  1 | 270k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.33%
3185.14/3194.88	c  3195s|310800 | 87646 | 53859k| 172.6 |  1592M |  54 |1809 |6851 |2684 | 203k|  1 | 270k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.34%
3186.24/3195.92	c  3196s|310900 | 87685 | 53873k| 172.6 |  1592M |  54 |1809 |6972 |2683 | 203k|  1 | 270k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.34%
3187.73/3197.40	c  3197s|311000 | 87742 | 53894k| 172.6 |  1594M |  54 |1809 |6995 |2691 | 203k|  2 | 270k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.34%
3188.83/3198.59	c  3199s|311100 | 87755 | 53909k| 172.6 |  1594M |  54 |1809 |7016 |2687 | 203k|  1 | 270k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.34%
3189.93/3199.61	c  3200s|311200 | 87771 | 53921k| 172.6 |  1594M |  54 |1809 |7045 |2689 | 203k|  1 | 271k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.34%
3191.02/3200.78	c  3201s|311300 | 87767 | 53936k| 172.6 |  1595M |  54 |1809 |7156 |2682 | 203k|  1 | 271k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.34%
3192.22/3201.91	c  3202s|311400 | 87796 | 53951k| 172.6 |  1596M |  54 |1809 |7157 |   0 | 203k|  0 | 271k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.35%
3193.12/3202.81	c  3203s|311500 | 87829 | 53966k| 172.6 |  1596M |  54 |1809 |7164 |   0 | 203k|  0 | 271k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.35%
3193.92/3203.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3193.92/3203.68	c  3204s|311600 | 87854 | 53983k| 172.6 |  1596M |  54 |1809 |7180 |2688 | 203k|  1 | 271k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.35%
3194.43/3204.15	c  3204s|311700 | 87853 | 53987k| 172.5 |  1596M |  54 |1809 |7213 |2688 | 203k|  1 | 271k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.36%
3195.42/3205.14	c  3205s|311800 | 87896 | 54002k| 172.5 |  1596M |  54 |1809 |7290 |2692 | 203k|  1 | 271k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.37%
3196.32/3206.09	c  3206s|311900 | 87932 | 54017k| 172.5 |  1596M |  54 |1809 |7217 |2675 | 203k|  1 | 271k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.37%
3197.01/3206.79	c  3207s|312000 | 87954 | 54026k| 172.5 |  1597M |  54 |1809 |7223 |2693 | 203k|  1 | 271k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.37%
3197.61/3207.37	c  3207s|312100 | 87959 | 54035k| 172.5 |  1597M |  54 |1809 |7226 |2705 | 203k|  1 | 272k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.38%
3198.70/3208.40	c  3208s|312200 | 87978 | 54053k| 172.5 |  1597M |  54 |1809 |7242 |   0 | 203k|  0 | 272k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.39%
3199.50/3209.20	c  3209s|312300 | 87997 | 54068k| 172.5 |  1597M |  54 |1809 |7214 |2700 | 203k|  1 | 272k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.40%
3200.59/3210.33	c  3210s|312400 | 88041 | 54086k| 172.5 |  1598M |  54 |1809 |7152 |   0 | 203k|  0 | 272k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.40%
3201.19/3210.97	c  3211s|312500 | 88040 | 54095k| 172.4 |  1598M |  54 |1809 |7215 |2687 | 204k|  2 | 272k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.40%
3202.09/3211.81	c  3212s|312600 | 88063 | 54110k| 172.4 |  1598M |  54 |1809 |7214 |   0 | 204k|  0 | 272k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.40%
3203.19/3213.00	c  3213s|312700 | 88082 | 54128k| 172.4 |  1598M |  54 |1809 |7172 |2687 | 204k|  1 | 272k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.40%
3203.98/3213.76	c  3214s|312800 | 88125 | 54139k| 172.4 |  1598M |  54 |1809 |7200 |2690 | 204k|  1 | 272k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.41%
3204.40/3214.14	c  3214s|312900 | 88124 | 54144k| 172.4 |  1598M |  54 |1809 |7234 |   0 | 204k|  0 | 272k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.42%
3204.88/3214.62	c  3215s|313000 | 88130 | 54150k| 172.3 |  1598M |  54 |1809 |7257 |2684 | 204k|  1 | 272k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.42%
3205.98/3215.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3205.98/3215.75	c  3216s|313100 | 88161 | 54170k| 172.4 |  1598M |  54 |1809 |7235 |2688 | 204k|  1 | 272k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.43%
3206.78/3216.52	c  3217s|313200 | 88181 | 54183k| 172.3 |  1598M |  54 |1809 |7199 |2686 | 204k|  1 | 272k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.43%
3207.87/3217.66	c  3218s|313300 | 88240 | 54205k| 172.4 |  1598M |  54 |1809 |7207 |2686 | 204k|  1 | 273k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.43%
3208.47/3218.30	c  3218s|313400 | 88248 | 54214k| 172.3 |  1599M |  54 |1809 |7225 |2680 | 204k|  1 | 273k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.44%
3209.17/3218.93	c  3219s|313500 | 88256 | 54223k| 172.3 |  1601M |  54 |1809 |7181 |2679 | 204k|  1 | 273k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.44%
3210.56/3220.34	c  3220s|313600 | 88292 | 54246k| 172.3 |  1601M |  54 |1809 |7066 |2701 | 204k|  1 | 273k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.46%
3211.66/3221.41	c  3221s|313700 | 88318 | 54262k| 172.3 |  1601M |  54 |1809 |7049 |   0 | 204k|  0 | 273k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.46%
3212.66/3222.45	c  3222s|313800 | 88360 | 54280k| 172.3 |  1601M |  54 |1809 |7036 |2692 | 204k|  1 | 273k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.46%
3213.56/3223.36	c  3223s|313900 | 88380 | 54296k| 172.3 |  1601M |  54 |1809 |7021 |   0 | 204k|  0 | 273k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.46%
3214.36/3224.14	c  3224s|314000 | 88398 | 54306k| 172.3 |  1601M |  54 |1809 |7015 |   0 | 204k|  0 | 273k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.46%
3215.26/3225.10	c  3225s|314100 | 88426 | 54317k| 172.3 |  1601M |  54 |1809 |7041 |2682 | 204k|  1 | 273k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.47%
3215.95/3225.70	c  3226s|314200 | 88440 | 54326k| 172.2 |  1601M |  54 |1809 |7121 |2692 | 205k|  1 | 273k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.48%
3217.36/3227.18	c  3227s|314300 | 88495 | 54351k| 172.3 |  1601M |  54 |1809 |7135 |2686 | 205k|  1 | 273k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.48%
3218.84/3228.63	c  3229s|314400 | 88556 | 54380k| 172.3 |  1601M |  54 |1809 |7123 |2686 | 205k|  1 | 274k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.48%
3220.14/3229.98	c  3230s|314500 | 88602 | 54403k| 172.3 |  1601M |  54 |1809 |7130 |2681 | 205k|  1 | 274k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.48%
3221.24/3231.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3221.24/3231.10	c  3231s|314600 | 88633 | 54415k| 172.3 |  1601M |  54 |1809 |7149 |   0 | 205k|  0 | 274k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.48%
3222.03/3231.87	c  3232s|314700 | 88666 | 54423k| 172.3 |  1601M |  54 |1809 |7198 |2694 | 205k|  1 | 274k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.48%
3222.63/3232.41	c  3232s|314800 | 88668 | 54427k| 172.2 |  1601M |  54 |1809 |7254 |2694 | 205k|  1 | 274k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.48%
3223.43/3233.28	c  3233s|314900 | 88675 | 54441k| 172.2 |  1601M |  54 |1809 |7238 |2690 | 205k|  1 | 274k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.50%
3224.13/3233.98	c  3234s|315000 | 88701 | 54451k| 172.2 |  1602M |  54 |1809 |7240 |2686 | 205k|  1 | 274k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.51%
3224.62/3234.43	c  3234s|315100 | 88723 | 54457k| 172.2 |  1602M |  54 |1809 |7254 |   0 | 205k|  0 | 274k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.51%
3225.42/3235.27	c  3235s|315200 | 88732 | 54464k| 172.1 |  1603M |  54 |1809 |7281 |2695 | 205k|  1 | 274k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.51%
3226.62/3236.45	c  3236s|315300 | 88774 | 54482k| 172.1 |  1606M |  54 |1809 |7327 |2679 | 205k|  1 | 274k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.51%
3227.81/3237.61	c  3238s|315400 | 88804 | 54501k| 172.1 |  1607M |  54 |1809 |7340 |   0 | 205k|  0 | 274k| 989 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.52%
3228.32/3238.18	c  3238s|315500 | 88811 | 54508k| 172.1 |  1607M |  54 |1809 |7375 |2682 | 205k|  1 | 274k|1006 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.52%
3229.11/3238.98	c  3239s|315600 | 88838 | 54522k| 172.1 |  1608M |  54 |1809 |7297 |2682 | 206k|  1 | 275k|1006 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.53%
3230.40/3240.20	c  3240s|315700 | 88890 | 54541k| 172.1 |  1609M |  54 |1809 |7188 |2694 | 206k|  2 | 275k|1006 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.53%
3231.50/3241.31	c  3241s|315800 | 88920 | 54558k| 172.1 |  1609M |  54 |1809 |7071 |2677 | 206k|  1 | 275k|1006 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.54%
3232.40/3242.29	c  3242s|315900 | 88955 | 54574k| 172.1 |  1610M |  54 |1809 |7076 |   0 | 206k|  0 | 275k|1011 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.54%
3233.40/3243.28	c  3243s|316000 | 88967 | 54584k| 172.1 |  1610M |  54 |1809 |7107 |   0 | 206k|  0 | 275k|1011 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.54%
3234.32/3244.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3234.32/3244.14	c  3244s|316100 | 88977 | 54598k| 172.1 |  1611M |  54 |1809 |7113 |   0 | 206k|  0 | 275k|1011 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.54%
3235.39/3245.25	c  3245s|316200 | 89020 | 54612k| 172.1 |  1613M |  54 |1809 |7121 |2689 | 206k|  1 | 275k|1011 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.55%
3236.39/3246.26	c  3246s|316300 | 89048 | 54629k| 172.1 |  1613M |  54 |1809 |7174 |2680 | 206k|  1 | 275k|1016 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.55%
3237.88/3247.73	c  3248s|316400 | 89074 | 54650k| 172.1 |  1613M |  54 |1809 |7184 |2701 | 206k|  1 | 276k|1016 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.55%
3238.88/3248.70	c  3249s|316500 | 89090 | 54665k| 172.1 |  1614M |  54 |1809 |7117 |2679 | 206k|  2 | 276k|1016 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.55%
3239.68/3249.50	c  3249s|316600 | 89117 | 54678k| 172.1 |  1614M |  54 |1809 |7047 |2700 | 206k|  1 | 276k|1016 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.55%
3240.77/3250.65	c  3251s|316700 | 89137 | 54697k| 172.1 |  1614M |  54 |1809 |7015 |2702 | 206k|  2 | 276k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.56%
3241.77/3251.61	c  3252s|316800 | 89154 | 54714k| 172.1 |  1614M |  54 |1809 |7033 |   0 | 207k|  0 | 276k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.56%
3242.29/3252.17	c  3252s|316900 | 89162 | 54721k| 172.0 |  1614M |  54 |1809 |7044 |   0 | 207k|  0 | 276k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.56%
3242.88/3252.75	c  3253s|317000 | 89186 | 54730k| 172.0 |  1614M |  54 |1809 |7005 |   0 | 207k|  0 | 276k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.56%
3243.67/3253.54	c  3254s|317100 | 89198 | 54739k| 172.0 |  1615M |  54 |1809 |6997 |2690 | 207k|  1 | 276k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.56%
3244.28/3254.15	c  3254s|317200 | 89203 | 54745k| 171.9 |  1615M |  54 |1809 |7052 |2679 | 207k|  1 | 276k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.56%
3245.47/3255.35	c  3255s|317300 | 89242 | 54768k| 172.0 |  1615M |  54 |1809 |7083 |2676 | 207k|  1 | 276k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.56%
3246.56/3256.41	c  3256s|317400 | 89265 | 54784k| 172.0 |  1617M |  54 |1809 |7057 |2683 | 207k|  1 | 276k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.58%
3247.46/3257.38	c  3257s|317500 | 89293 | 54801k| 172.0 |  1617M |  54 |1809 |6977 |2679 | 207k|  1 | 276k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.58%
3247.86/3257.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3247.86/3257.70	c  3258s|317600 | 89297 | 54803k| 171.9 |  1617M |  54 |1809 |7019 |2682 | 207k|  1 | 276k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.58%
3248.56/3258.47	c  3258s|317700 | 89312 | 54813k| 171.9 |  1630M |  54 |1809 |7065 |2689 | 207k|  1 | 277k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.58%
3249.65/3259.50	c  3259s|317800 | 89320 | 54824k| 171.9 |  1630M |  54 |1809 |7121 |2688 | 207k|  1 | 277k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.59%
3250.75/3260.67	c  3261s|317900 | 89353 | 54843k| 171.9 |  1630M |  54 |1809 |7067 |2681 | 207k|  1 | 277k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.59%
3251.85/3261.76	c  3262s|318000 | 89379 | 54859k| 171.9 |  1630M |  54 |1809 |6976 |2693 | 207k|  1 | 277k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.60%
3252.54/3262.40	c  3262s|318100 | 89404 | 54866k| 171.8 |  1630M |  54 |1809 |6942 |2687 | 207k|  1 | 277k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.60%
3253.15/3263.09	c  3263s|318200 | 89409 | 54871k| 171.8 |  1632M |  54 |1809 |6910 |   0 | 207k|  0 | 277k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.61%
3254.15/3264.08	c  3264s|318300 | 89439 | 54889k| 171.8 |  1632M |  54 |1809 |6784 |2676 | 208k|  1 | 277k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.63%
3255.25/3265.19	c  3265s|318400 | 89458 | 54899k| 171.8 |  1632M |  54 |1809 |6795 |   0 | 208k|  0 | 277k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.63%
3256.03/3265.96	c  3266s|318500 | 89478 | 54907k| 171.7 |  1633M |  54 |1809 |6818 |   0 | 208k|  0 | 277k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.63%
3257.43/3267.32	c  3267s|318600 | 89513 | 54917k| 171.7 |  1635M |  54 |1809 |6873 |2699 | 208k|  2 | 277k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.63%
3258.63/3268.57	c  3269s|318700 | 89525 | 54926k| 171.7 |  1641M |  54 |1809 |6907 |   0 | 208k|  0 | 277k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.63%
3259.93/3269.84	c  3270s|318800 | 89546 | 54944k| 171.7 |  1641M |  54 |1809 |6844 |2669 | 208k|  1 | 277k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.63%
3260.73/3270.63	c  3271s|318900 | 89569 | 54954k| 171.7 |  1641M |  54 |1809 |6904 |2672 | 208k|  1 | 278k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.64%
3261.52/3271.48	c  3271s|319000 | 89592 | 54967k| 171.7 |  1642M |  54 |1809 |6915 |2688 | 208k|  2 | 278k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.64%
3262.52/3272.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3262.52/3272.49	c  3272s|319100 | 89627 | 54982k| 171.7 |  1644M |  54 |1809 |6921 |2680 | 208k|  1 | 278k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.65%
3263.23/3273.16	c  3273s|319200 | 89664 | 54993k| 171.6 |  1644M |  54 |1809 |6868 |2681 | 208k|  1 | 278k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.65%
3264.02/3273.96	c  3274s|319300 | 89697 | 55007k| 171.6 |  1644M |  54 |1809 |6821 |   0 | 208k|  0 | 278k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.67%
3264.91/3274.80	c  3275s|319400 | 89749 | 55019k| 171.6 |  1646M |  54 |1809 |6862 |2697 | 209k|  1 | 278k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.67%
3265.91/3275.82	c  3276s|319500 | 89769 | 55032k| 171.6 |  1646M |  54 |1809 |6872 |2697 | 209k|  1 | 278k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.67%
3266.81/3276.77	c  3277s|319600 | 89803 | 55042k| 171.6 |  1646M |  54 |1809 |6954 |   0 | 209k|  0 | 278k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.67%
3267.80/3277.73	c  3278s|319700 | 89846 | 55061k| 171.6 |  1647M |  54 |1809 |6918 |2700 | 209k|  1 | 278k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.67%
3268.70/3278.66	c  3279s|319800 | 89896 | 55073k| 171.6 |  1647M |  54 |1809 |6928 |2706 | 209k|  1 | 278k|1021 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.67%
3269.80/3279.72	c  3280s|319900 | 89942 | 55089k| 171.6 |  1647M |  54 |1809 |6915 |   0 | 209k|  0 | 278k|1027 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.68%
3270.70/3280.66	c  3281s|320000 | 89983 | 55105k| 171.6 |  1647M |  54 |1809 |6864 |   0 | 209k|  0 | 278k|1027 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.68%
3271.79/3281.73	c  3282s|320100 | 90015 | 55122k| 171.6 |  1647M |  54 |1809 |6902 |2696 | 209k|  1 | 279k|1027 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.68%
3272.79/3282.73	c  3283s|320200 | 90058 | 55138k| 171.6 |  1647M |  54 |1809 |6934 |   0 | 209k|  0 | 279k|1027 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.69%
3273.89/3283.82	c  3284s|320300 | 90098 | 55154k| 171.6 |  1648M |  54 |1809 |6943 |2679 | 209k|  1 | 279k|1027 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.69%
3274.49/3284.41	c  3284s|320400 | 90124 | 55164k| 171.5 |  1649M |  54 |1809 |6973 |2703 | 209k|  1 | 279k|1027 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.69%
3275.20/3285.16	c  3285s|320500 | 90142 | 55179k| 171.5 |  1649M |  54 |1809 |6972 |   0 | 209k|  0 | 279k|1027 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.69%
3276.19/3286.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3276.19/3286.15	c  3286s|320600 | 90167 | 55193k| 171.5 |  1650M |  54 |1809 |6953 |2708 | 209k|  1 | 279k|1027 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.69%
3276.78/3286.79	c  3287s|320700 | 90191 | 55201k| 171.5 |  1651M |  54 |1809 |6914 |2702 | 209k|  1 | 279k|1027 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.69%
3277.87/3287.80	c  3288s|320800 | 90217 | 55217k| 171.5 |  1651M |  54 |1809 |6859 |2695 | 210k|  1 | 279k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.69%
3278.87/3288.87	c  3289s|320900 | 90254 | 55236k| 171.5 |  1651M |  54 |1809 |6867 |2701 | 210k|  1 | 279k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.70%
3279.67/3289.61	c  3290s|321000 | 90274 | 55248k| 171.5 |  1651M |  54 |1809 |6900 |2678 | 210k|  1 | 279k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.70%
3280.67/3290.63	c  3291s|321100 | 90297 | 55263k| 171.5 |  1652M |  54 |1809 |6893 |   0 | 210k|  0 | 280k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.71%
3281.36/3291.37	c  3291s|321200 | 90330 | 55277k| 171.5 |  1652M |  54 |1809 |6901 |2682 | 210k|  1 | 280k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.71%
3282.36/3292.33	c  3292s|321300 | 90375 | 55294k| 171.5 |  1652M |  54 |1809 |6908 |2688 | 210k|  1 | 280k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.71%
3283.17/3293.16	c  3293s|321400 | 90402 | 55305k| 171.4 |  1652M |  54 |1809 |6958 |2694 | 210k|  1 | 280k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.71%
3283.76/3293.71	c  3294s|321500 | 90413 | 55311k| 171.4 |  1652M |  54 |1809 |6968 |   0 | 210k|  0 | 280k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.71%
3284.65/3294.61	c  3295s|321600 | 90415 | 55323k| 171.4 |  1652M |  54 |1809 |6902 |   0 | 210k|  0 | 280k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.71%
3285.45/3295.46	c  3295s|321700 | 90410 | 55331k| 171.4 |  1652M |  54 |1809 |6834 |2682 | 210k|  1 | 280k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.72%
3286.46/3296.40	c  3296s|321800 | 90419 | 55343k| 171.3 |  1652M |  54 |1809 |6725 |   0 | 210k|  0 | 280k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.73%
3287.07/3297.01	c  3297s|321900 | 90424 | 55352k| 171.3 |  1652M |  54 |1809 |6740 |2707 | 210k|  1 | 280k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.74%
3287.85/3297.89	c  3298s|322000 | 90431 | 55363k| 171.3 |  1652M |  54 |1809 |6754 |   0 | 210k|  0 | 280k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.74%
3288.65/3298.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3288.65/3298.61	c  3299s|322100 | 90452 | 55375k| 171.3 |  1652M |  54 |1809 |6724 |2678 | 210k|  1 | 280k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.75%
3289.25/3299.23	c  3299s|322200 | 90459 | 55382k| 171.3 |  1652M |  54 |1809 |6659 |   0 | 210k|  0 | 280k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.76%
3290.16/3300.16	c  3300s|322300 | 90466 | 55394k| 171.2 |  1653M |  54 |1809 |6679 |2718 | 210k|  1 | 280k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.76%
3290.74/3300.77	c  3301s|322400 | 90477 | 55400k| 171.2 |  1653M |  54 |1809 |6712 |2685 | 211k|  1 | 280k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.76%
3291.44/3301.46	c  3301s|322500 | 90496 | 55409k| 171.2 |  1653M |  54 |1809 |6721 |2687 | 211k|  1 | 281k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.76%
3292.64/3302.65	c  3303s|322600 | 90540 | 55432k| 171.2 |  1654M |  54 |1809 |6719 |2675 | 211k|  1 | 281k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.76%
3293.63/3303.69	c  3304s|322700 | 90584 | 55449k| 171.2 |  1654M |  54 |1809 |6658 |2696 | 211k|  1 | 281k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.77%
3294.33/3304.37	c  3304s|322800 | 90594 | 55455k| 171.2 |  1654M |  54 |1809 |6694 |   0 | 211k|  0 | 281k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.77%
3295.23/3305.29	c  3305s|322900 | 90606 | 55468k| 171.1 |  1654M |  54 |1809 |6701 |2689 | 211k|  1 | 281k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.78%
3296.23/3306.27	c  3306s|323000 | 90639 | 55483k| 171.1 |  1655M |  54 |1809 |6754 |2693 | 211k|  1 | 281k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.79%
3297.13/3307.17	c  3307s|323100 | 90656 | 55491k| 171.1 |  1655M |  54 |1809 |6763 |   0 | 211k|  0 | 281k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.79%
3298.03/3308.04	c  3308s|323200 | 90678 | 55506k| 171.1 |  1655M |  54 |1809 |6760 |2700 | 211k|  2 | 281k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.80%
3298.62/3308.66	c  3309s|323300 | 90706 | 55512k| 171.1 |  1655M |  54 |1809 |6788 |2681 | 211k|  1 | 281k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.80%
3299.52/3309.52	c  3310s|323400 | 90717 | 55522k| 171.0 |  1656M |  54 |1809 |6807 |2681 | 211k|  1 | 281k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.80%
3300.13/3310.14	c  3310s|323500 | 90722 | 55528k| 171.0 |  1656M |  54 |1809 |6828 |   0 | 212k|  0 | 281k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.80%
3300.91/3310.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3300.91/3310.92	c  3311s|323600 | 90743 | 55538k| 171.0 |  1656M |  54 |1809 |6851 |2685 | 212k|  1 | 282k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.81%
3301.41/3311.44	c  3311s|323700 | 90758 | 55545k| 171.0 |  1656M |  54 |1809 |6885 |   0 | 212k|  0 | 282k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.81%
3302.21/3312.26	c  3312s|323800 | 90787 | 55555k| 170.9 |  1656M |  54 |1809 |6869 |2688 | 212k|  1 | 282k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.82%
3303.12/3313.14	c  3313s|323900 | 90821 | 55571k| 170.9 |  1656M |  54 |1809 |6871 |   0 | 212k|  0 | 282k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.82%
3303.90/3313.94	c  3314s|324000 | 90834 | 55582k| 170.9 |  1656M |  54 |1809 |6848 |2695 | 212k|  1 | 282k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.82%
3304.90/3314.98	c  3315s|324100 | 90860 | 55595k| 170.9 |  1656M |  54 |1809 |6890 |2707 | 212k|  2 | 282k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.83%
3305.60/3315.69	c  3316s|324200 | 90874 | 55603k| 170.9 |  1656M |  54 |1809 |6952 |   0 | 212k|  0 | 282k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.83%
3306.60/3316.69	c  3317s|324300 | 90881 | 55614k| 170.9 |  1657M |  54 |1809 |6991 |   0 | 212k|  0 | 282k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.83%
3308.49/3318.52	c  3319s|324400 | 90940 | 55644k| 170.9 |  1657M |  54 |1809 |7024 |2687 | 212k|  1 | 282k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.84%
3309.89/3319.92	c  3320s|324500 | 90982 | 55670k| 170.9 |  1657M |  54 |1809 |7034 |2681 | 212k|  1 | 282k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.84%
3310.68/3320.78	c  3321s|324600 | 91010 | 55680k| 170.9 |  1657M |  54 |1809 |7054 |2686 | 212k|  1 | 282k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.84%
3311.88/3321.96	c  3322s|324700 | 91040 | 55700k| 170.9 |  1658M |  54 |1809 |7095 |2686 | 212k|  1 | 283k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.84%
3312.78/3322.81	c  3323s|324800 | 91047 | 55714k| 170.9 |  1658M |  54 |1809 |7072 |2686 | 212k|  1 | 283k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.84%
3313.68/3323.77	c  3324s|324900 | 91063 | 55730k| 170.9 |  1658M |  54 |1809 |7047 |   0 | 212k|  0 | 283k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.84%
3314.87/3324.94	c  3325s|325000 | 91086 | 55748k| 170.9 |  1659M |  54 |1809 |7099 |2694 | 212k|  1 | 283k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.85%
3316.08/3326.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3316.08/3326.14	c  3326s|325100 | 91103 | 55770k| 170.9 |  1686M |  54 |1809 |7100 |2683 | 212k|  1 | 283k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.85%
3317.27/3327.32	c  3327s|325200 | 91137 | 55781k| 170.9 |  1686M |  54 |1809 |7109 |   0 | 212k|  0 | 283k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.85%
3317.98/3328.01	c  3328s|325300 | 91138 | 55791k| 170.9 |  1686M |  54 |1809 |7129 |2701 | 212k|  1 | 283k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.86%
3318.97/3329.02	c  3329s|325400 | 91159 | 55808k| 170.9 |  1686M |  54 |1809 |7134 |2681 | 212k|  1 | 283k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.86%
3320.07/3330.17	c  3330s|325500 | 91202 | 55823k| 170.9 |  1688M |  54 |1809 |7207 |2694 | 213k|  1 | 283k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.87%
3320.86/3330.91	c  3331s|325600 | 91221 | 55832k| 170.8 |  1688M |  54 |1809 |7212 |2694 | 213k|  1 | 283k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.87%
3321.55/3331.67	c  3332s|325700 | 91223 | 55842k| 170.8 |  1689M |  54 |1809 |7217 |2682 | 213k|  2 | 283k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.87%
3322.55/3332.66	c  3333s|325800 | 91254 | 55856k| 170.8 |  1690M |  54 |1809 |7208 |   0 | 213k|  0 | 283k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.88%
3323.45/3333.57	c  3334s|325900 | 91288 | 55870k| 170.8 |  1690M |  54 |1809 |7094 |2682 | 213k|  1 | 284k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.90%
3324.64/3334.71	c  3335s|326000 | 91324 | 55891k| 170.8 |  1691M |  54 |1809 |7043 |2712 | 213k|  1 | 284k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.90%
3325.44/3335.58	c  3336s|326100 | 91351 | 55901k| 170.8 |  1692M |  54 |1809 |7031 |   0 | 213k|  0 | 284k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.90%
3326.54/3336.68	c  3337s|326200 | 91370 | 55912k| 170.8 |  1694M |  54 |1809 |7007 |   0 | 213k|  0 | 284k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.91%
3327.34/3337.41	c  3337s|326300 | 91402 | 55925k| 170.8 |  1694M |  54 |1809 |7028 |   0 | 213k|  0 | 284k|1032 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.91%
3328.13/3338.23	c  3338s|326400 | 91416 | 55935k| 170.7 |  1694M |  54 |1809 |7062 |2694 | 213k|  1 | 284k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.92%
3329.05/3339.11	c  3339s|326500 | 91446 | 55945k| 170.7 |  1694M |  54 |1809 |7131 |2684 | 213k|  1 | 284k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.93%
3329.64/3339.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3329.64/3339.74	c  3340s|326600 | 91466 | 55957k| 170.7 |  1694M |  54 |1809 |7144 |2675 | 213k|  1 | 284k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.94%
3330.23/3340.31	c  3340s|326700 | 91479 | 55963k| 170.7 |  1694M |  54 |1809 |7127 |2688 | 213k|  0 | 284k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.94%
3330.63/3340.77	c  3341s|326800 | 91482 | 55969k| 170.6 |  1694M |  54 |1809 |7141 |2674 | 213k|  1 | 285k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.94%
3331.23/3341.36	c  3341s|326900 | 91485 | 55975k| 170.6 |  1696M |  54 |1809 |7149 |2693 | 213k|  1 | 285k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.95%
3331.94/3342.06	c  3342s|327000 | 91495 | 55983k| 170.6 |  1696M |  54 |1809 |7146 |2685 | 213k|  2 | 285k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.96%
3332.33/3342.45	c  3342s|327100 | 91505 | 55986k| 170.5 |  1696M |  54 |1809 |7215 |2684 | 213k|  1 | 285k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.96%
3332.73/3342.88	c  3343s|327200 | 91502 | 55992k| 170.5 |  1696M |  54 |1809 |7189 |   0 | 213k|  0 | 285k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.96%
3333.62/3343.71	c  3344s|327300 | 91531 | 56003k| 170.5 |  1697M |  54 |1809 |7148 |2708 | 213k|  1 | 285k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.96%
3334.22/3344.30	c  3344s|327400 | 91552 | 56011k| 170.5 |  1697M |  54 |1809 |7197 |   0 | 214k|  0 | 285k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.96%
3334.82/3344.94	c  3345s|327500 | 91560 | 56020k| 170.4 |  1697M |  54 |1809 |7200 |2697 | 214k|  1 | 285k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.96%
3335.22/3345.38	c  3345s|327600 | 91564 | 56025k| 170.4 |  1697M |  54 |1809 |7234 |   0 | 214k|  0 | 285k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.96%
3336.22/3346.31	c  3346s|327700 | 91590 | 56038k| 170.4 |  1699M |  54 |1809 |7175 |2681 | 214k|  1 | 285k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.97%
3337.31/3347.47	c  3347s|327800 | 91620 | 56055k| 170.4 |  1699M |  54 |1809 |7072 |   0 | 214k|  0 | 285k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.97%
3338.31/3348.49	c  3348s|327900 | 91647 | 56073k| 170.4 |  1699M |  54 |1809 |6994 |2679 | 214k|  1 | 285k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.98%
3338.92/3349.09	c  3349s|328000 | 91667 | 56083k| 170.4 |  1699M |  54 |1809 |7065 |2679 | 214k|  1 | 285k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.98%
3339.71/3349.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3339.71/3349.84	c  3350s|328100 | 91714 | 56098k| 170.4 |  1699M |  54 |1809 |7109 |2678 | 214k|  1 | 286k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.98%
3340.80/3350.94	c  3351s|328200 | 91743 | 56110k| 170.3 |  1699M |  54 |1809 |7165 |   0 | 214k|  0 | 286k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.98%
3341.50/3351.68	c  3352s|328300 | 91766 | 56120k| 170.3 |  1699M |  54 |1809 |7224 |2687 | 214k|  2 | 286k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.98%
3342.01/3352.16	c  3352s|328400 | 91769 | 56126k| 170.3 |  1699M |  54 |1809 |7233 |2684 | 214k|  1 | 286k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.98%
3342.59/3352.72	c  3353s|328500 | 91772 | 56135k| 170.3 |  1699M |  54 |1809 |7187 |   0 | 214k|  0 | 286k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.98%
3343.29/3353.42	c  3353s|328600 | 91787 | 56147k| 170.2 |  1699M |  54 |1809 |7184 |   0 | 214k|  0 | 286k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.98%
3344.09/3354.26	c  3354s|328700 | 91812 | 56162k| 170.2 |  1700M |  54 |1809 |7134 |   0 | 214k|  0 | 286k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.98%
3345.00/3355.18	c  3355s|328800 | 91844 | 56179k| 170.2 |  1700M |  54 |1809 |7154 |   0 | 214k|  0 | 286k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.98%
3346.08/3356.20	c  3356s|328900 | 91862 | 56198k| 170.2 |  1700M |  54 |1809 |7177 |   0 | 214k|  0 | 286k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.98%
3347.38/3357.53	c  3358s|329000 | 91879 | 56222k| 170.3 |  1700M |  54 |1809 |7183 |   0 | 214k|  0 | 286k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.98%
3348.58/3358.76	c  3359s|329100 | 91922 | 56240k| 170.3 |  1700M |  54 |1809 |7194 |2680 | 214k|  1 | 286k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.98%
3349.57/3359.71	c  3360s|329200 | 91975 | 56260k| 170.3 |  1700M |  54 |1809 |7231 |   0 | 214k|  0 | 286k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.98%
3350.27/3360.44	c  3360s|329300 | 91980 | 56273k| 170.3 |  1700M |  54 |1809 |7172 |2696 | 214k|  1 | 286k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.98%
3350.88/3361.08	c  3361s|329400 | 91995 | 56281k| 170.2 |  1700M |  54 |1809 |7193 |2697 | 215k|  2 | 286k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.99%
3351.77/3361.95	c  3362s|329500 | 92014 | 56291k| 170.2 |  1701M |  54 |1809 |7329 |   0 | 215k|  0 | 287k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.99%
3352.17/3362.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3352.17/3362.39	c  3362s|329600 | 92029 | 56298k| 170.2 |  1701M |  54 |1809 |7378 |2688 | 215k|  1 | 287k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.99%
3352.46/3362.68	c  3363s|329700 | 92041 | 56301k| 170.1 |  1701M |  54 |1809 |7430 |   0 | 215k|  0 | 287k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.99%
3353.06/3363.29	c  3363s|329800 | 92055 | 56310k| 170.1 |  1701M |  54 |1809 |7446 |   0 | 215k|  0 | 287k|1037 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.99%
3353.66/3363.82	c  3364s|329900 | 92066 | 56317k| 170.1 |  1701M |  54 |1809 |7413 |   0 | 215k|  0 | 287k|1042 | 3.100000e+01 | 1.350000e+02 | 335.48%|   7.99%
3355.06/3365.28	c  3365s|330000 | 92096 | 56343k| 170.1 |  1702M |  54 |1809 |7330 |2672 | 215k|  1 | 287k|1042 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.00%
3356.16/3366.39	c  3366s|330100 | 92161 | 56364k| 170.1 |  1702M |  54 |1809 |7343 |2680 | 215k|  1 | 287k|1042 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.00%
3357.16/3367.32	c  3367s|330200 | 92219 | 56380k| 170.1 |  1702M |  54 |1809 |7505 |2677 | 215k|  1 | 287k|1042 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.00%
3357.87/3368.08	c  3368s|330300 | 92255 | 56395k| 170.1 |  1702M |  54 |1809 |7510 |2680 | 215k|  1 | 287k|1042 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.00%
3358.36/3368.58	c  3369s|330400 | 92260 | 56404k| 170.1 |  1702M |  54 |1809 |7484 |2683 | 215k|  1 | 288k|1042 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.00%
3359.06/3369.30	c  3369s|330500 | 92264 | 56415k| 170.1 |  1704M |  54 |1809 |7485 |2695 | 215k|  1 | 288k|1042 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.00%
3360.35/3370.55	c  3371s|330600 | 92311 | 56439k| 170.1 |  1704M |  54 |1809 |7490 |2683 | 215k|  1 | 288k|1042 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.00%
3361.05/3371.26	c  3371s|330700 | 92338 | 56450k| 170.1 |  1705M |  54 |1809 |7513 |   0 | 215k|  0 | 288k|1042 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.00%
3361.65/3371.88	c  3372s|330800 | 92356 | 56461k| 170.1 |  1705M |  54 |1809 |7536 |2682 | 215k|  2 | 288k|1042 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.00%
3362.24/3372.43	c  3372s|330900 | 92381 | 56469k| 170.0 |  1705M |  54 |1809 |7519 |2694 | 215k|  1 | 288k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.01%
3363.04/3373.23	c  3373s|331000 | 92398 | 56482k| 170.0 |  1705M |  54 |1809 |7559 |2697 | 215k|  1 | 288k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.01%
3363.74/3373.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3363.74/3373.91	c  3374s|331100 | 92435 | 56494k| 170.0 |  1705M |  54 |1809 |7548 |2666 | 215k|  1 | 288k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.01%
3364.14/3374.32	c  3374s|331200 | 92456 | 56501k| 170.0 |  1705M |  54 |1809 |7595 |   0 | 215k|  0 | 288k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.01%
3364.95/3375.18	c  3375s|331300 | 92506 | 56515k| 170.0 |  1705M |  54 |1809 |7606 |2674 | 215k|  1 | 288k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.01%
3365.95/3376.17	c  3376s|331400 | 92550 | 56533k| 170.0 |  1705M |  54 |1809 |7573 |2671 | 215k|  1 | 288k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.01%
3366.94/3377.12	c  3377s|331500 | 92592 | 56550k| 170.0 |  1705M |  54 |1809 |7533 |2673 | 215k|  1 | 288k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.01%
3367.63/3377.82	c  3378s|331600 | 92618 | 56562k| 170.0 |  1705M |  54 |1809 |7413 |2671 | 215k|  2 | 288k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.02%
3368.42/3378.62	c  3379s|331700 | 92655 | 56573k| 169.9 |  1707M |  54 |1809 |7406 |2670 | 215k|  2 | 289k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.02%
3368.94/3379.12	c  3379s|331800 | 92671 | 56580k| 169.9 |  1708M |  54 |1809 |7427 |   0 | 215k|  0 | 289k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.02%
3369.62/3379.88	c  3380s|331900 | 92701 | 56593k| 169.9 |  1709M |  54 |1809 |7439 |   0 | 215k|  0 | 289k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.02%
3370.42/3380.68	c  3381s|332000 | 92736 | 56604k| 169.9 |  1711M |  54 |1809 |7421 |   0 | 216k|  0 | 289k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.02%
3371.31/3381.50	c  3381s|332100 | 92762 | 56617k| 169.9 |  1711M |  54 |1809 |7406 |2666 | 216k|  1 | 289k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.02%
3372.21/3382.48	c  3382s|332200 | 92784 | 56634k| 169.9 |  1712M |  54 |1809 |7332 |   0 | 216k|  0 | 289k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.02%
3373.31/3383.56	c  3384s|332300 | 92818 | 56649k| 169.9 |  1713M |  54 |1809 |7322 |2670 | 216k|  1 | 289k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.02%
3374.50/3384.74	c  3385s|332400 | 92874 | 56667k| 169.9 |  1713M |  54 |1809 |7343 |2670 | 216k|  1 | 289k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.02%
3375.40/3385.68	c  3386s|332500 | 92903 | 56688k| 169.9 |  1714M |  54 |1809 |7359 |2687 | 216k|  1 | 289k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.03%
3376.50/3386.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3376.50/3386.78	c  3387s|332600 | 92929 | 56707k| 169.9 |  1714M |  54 |1809 |7253 |2682 | 216k|  1 | 289k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.03%
3377.60/3387.81	c  3388s|332700 | 92942 | 56720k| 169.9 |  1715M |  54 |1809 |7151 |   0 | 216k|  0 | 289k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.04%
3378.69/3388.94	c  3389s|332800 | 92959 | 56730k| 169.9 |  1715M |  54 |1809 |7158 |   0 | 216k|  0 | 289k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.04%
3379.59/3389.83	c  3390s|332900 | 92973 | 56744k| 169.8 |  1715M |  54 |1809 |7048 |2678 | 216k|  1 | 289k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.04%
3380.80/3391.08	c  3391s|333000 | 93005 | 56757k| 169.8 |  1715M |  54 |1809 |7006 |2682 | 216k|  1 | 290k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.04%
3381.48/3391.70	c  3392s|333100 | 93015 | 56768k| 169.8 |  1715M |  54 |1809 |7039 |2684 | 216k|  1 | 290k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.04%
3382.58/3392.80	c  3393s|333200 | 93028 | 56784k| 169.8 |  1716M |  54 |1809 |7007 |2679 | 216k|  2 | 290k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.05%
3383.28/3393.55	c  3394s|333300 | 93035 | 56790k| 169.8 |  1717M |  54 |1809 |7002 |2688 | 216k|  1 | 290k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.06%
3383.89/3394.12	c  3394s|333400 | 93048 | 56797k| 169.7 |  1717M |  54 |1809 |7007 |   0 | 216k|  0 | 290k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.06%
3384.38/3394.68	c  3395s|333500 | 93064 | 56802k| 169.7 |  1718M |  54 |1809 |6965 |   0 | 216k|  0 | 290k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.06%
3385.37/3395.68	c  3396s|333600 | 93099 | 56818k| 169.7 |  1718M |  54 |1809 |6965 |2677 | 216k|  1 | 290k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.07%
3386.37/3396.67	c  3397s|333700 | 93143 | 56835k| 169.7 |  1718M |  54 |1809 |7073 |   0 | 216k|  0 | 290k|1047 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.07%
3387.98/3398.21	c  3398s|333800 | 93181 | 56846k| 169.7 |  1720M |  54 |1809 |7171 |   0 | 216k|  0 | 290k|1056 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.07%
3388.78/3399.04	c  3399s|333900 | 93199 | 56855k| 169.7 |  1721M |  54 |1809 |7214 |2679 | 217k|  1 | 290k|1056 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.07%
3389.37/3399.67	c  3400s|334000 | 93223 | 56867k| 169.7 |  1721M |  54 |1809 |7181 |2686 | 217k|  1 | 290k|1056 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.07%
3390.37/3400.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3390.37/3400.64	c  3401s|334100 | 93264 | 56882k| 169.6 |  1722M |  54 |1809 |7197 |2689 | 217k|  1 | 291k|1056 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.08%
3391.17/3401.47	c  3401s|334200 | 93267 | 56892k| 169.6 |  1723M |  54 |1809 |7209 |2683 | 217k|  1 | 291k|1056 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.08%
3392.06/3402.36	c  3402s|334300 | 93306 | 56906k| 169.6 |  1724M |  54 |1809 |7170 |   0 | 217k|  0 | 291k|1056 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.09%
3393.06/3403.33	c  3403s|334400 | 93333 | 56921k| 169.6 |  1724M |  54 |1809 |7093 |   0 | 217k|  0 | 291k|1056 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.09%
3393.46/3403.79	c  3404s|334500 | 93340 | 56926k| 169.6 |  1724M |  54 |1809 |7155 |   0 | 217k|  0 | 291k|1056 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.09%
3393.96/3404.29	c  3404s|334600 | 93353 | 56933k| 169.5 |  1724M |  54 |1809 |7177 |2684 | 217k|  1 | 291k|1056 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.09%
3394.46/3404.70	c  3405s|334700 | 93363 | 56939k| 169.5 |  1724M |  54 |1809 |7216 |   0 | 217k|  0 | 291k|1056 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.09%
3394.95/3405.24	c  3405s|334800 | 93385 | 56944k| 169.5 |  1726M |  54 |1809 |7296 |2687 | 217k|  1 | 291k|1056 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.09%
3395.65/3406.00	c  3406s|334900 | 93399 | 56954k| 169.5 |  1726M |  54 |1809 |7235 |2691 | 217k|  1 | 291k|1056 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.09%
3396.65/3406.97	c  3407s|335000 | 93398 | 56969k| 169.5 |  1726M |  54 |1809 |7176 |2689 | 217k|  1 | 291k|1056 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.09%
3397.65/3407.94	c  3408s|335100 | 93443 | 56983k| 169.4 |  1726M |  54 |1809 |7168 |2693 | 217k|  0 | 291k|1056 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.09%
3398.34/3408.62	c  3409s|335200 | 93472 | 56991k| 169.4 |  1727M |  54 |1809 |7221 |2670 | 217k|  1 | 292k|1056 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.09%
3399.04/3409.32	c  3409s|335300 | 93501 | 57004k| 169.4 |  1727M |  54 |1809 |7210 |2689 | 217k|  1 | 292k|1056 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.10%
3399.85/3410.12	c  3410s|335400 | 93511 | 57015k| 169.4 |  1727M |  54 |1809 |7198 |2677 | 217k|  1 | 292k|1056 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.11%
3400.34/3410.63	c  3411s|335500 | 93520 | 57022k| 169.4 |  1727M |  54 |1809 |7191 |2679 | 217k|  1 | 292k|1066 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.11%
3401.03/3411.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3401.03/3411.34	c  3411s|335600 | 93526 | 57031k| 169.3 |  1727M |  54 |1809 |7192 |   0 | 217k|  0 | 292k|1066 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.12%
3401.53/3411.86	c  3412s|335700 | 93544 | 57038k| 169.3 |  1728M |  54 |1809 |7208 |   0 | 217k|  0 | 292k|1066 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.12%
3402.23/3412.52	c  3413s|335800 | 93553 | 57047k| 169.3 |  1728M |  54 |1809 |7231 |   0 | 217k|  0 | 292k|1066 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.12%
3403.74/3414.01	c  3414s|335900 | 93611 | 57070k| 169.3 |  1729M |  54 |1809 |7183 |2673 | 217k|  1 | 292k|1066 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.12%
3404.74/3415.10	c  3415s|336000 | 93629 | 57081k| 169.3 |  1730M |  54 |1809 |7196 |   0 | 217k|  0 | 292k|1066 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.12%
3405.32/3415.63	c  3416s|336100 | 93629 | 57087k| 169.2 |  1730M |  54 |1809 |7261 |2673 | 217k|  1 | 292k|1066 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.12%
3406.12/3416.47	c  3416s|336200 | 93638 | 57098k| 169.2 |  1730M |  54 |1809 |7336 |2685 | 218k|  1 | 292k|1066 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.12%
3406.83/3417.19	c  3417s|336300 | 93641 | 57108k| 169.2 |  1730M |  54 |1809 |7369 |2674 | 218k|  1 | 292k|1066 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.12%
3407.62/3418.00	c  3418s|336400 | 93641 | 57119k| 169.2 |  1730M |  54 |1809 |7374 |   0 | 218k|  0 | 292k|1066 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.13%
3408.91/3419.21	c  3419s|336500 | 93678 | 57141k| 169.2 |  1730M |  54 |1809 |7301 |2676 | 218k|  1 | 293k|1066 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.13%
3409.91/3420.23	c  3420s|336600 | 93725 | 57161k| 169.2 |  1731M |  54 |1809 |7315 |2676 | 218k|  1 | 293k|1066 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.13%
3410.91/3421.27	c  3421s|336700 | 93765 | 57182k| 169.2 |  1731M |  54 |1809 |7370 |2681 | 218k|  1 | 293k|1066 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.13%
3411.71/3422.04	c  3422s|336800 | 93791 | 57193k| 169.2 |  1731M |  54 |1809 |7394 |2679 | 218k|  1 | 293k|1066 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.13%
3412.20/3422.54	c  3423s|336900 | 93785 | 57200k| 169.2 |  1732M |  54 |1809 |7391 |2677 | 218k|  1 | 293k|1066 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.13%
3413.00/3423.35	c  3423s|337000 | 93792 | 57213k| 169.2 |  1732M |  54 |1809 |7347 |   0 | 218k|  0 | 293k|1066 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.13%
3414.10/3424.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3414.10/3424.41	c  3424s|337100 | 93838 | 57231k| 169.2 |  1733M |  54 |1809 |7345 |   0 | 218k|  0 | 293k|1066 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.13%
3415.09/3425.48	c  3425s|337200 | 93883 | 57246k| 169.2 |  1733M |  54 |1809 |7336 |2689 | 218k|  1 | 293k|1071 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.14%
3415.70/3426.09	c  3426s|337300 | 93907 | 57255k| 169.1 |  1733M |  54 |1809 |7401 |2688 | 218k|  1 | 293k|1071 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.14%
3416.39/3426.71	c  3427s|337400 | 93923 | 57264k| 169.1 |  1733M |  54 |1809 |7421 |   0 | 218k|  0 | 293k|1071 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.14%
3417.29/3427.69	c  3428s|337500 | 93938 | 57273k| 169.1 |  1733M |  54 |1809 |7397 |2687 | 218k|  2 | 293k|1071 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.14%
3418.38/3428.70	c  3429s|337600 | 93956 | 57286k| 169.1 |  1733M |  54 |1809 |7368 |2675 | 218k|  1 | 293k|1071 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.14%
3419.18/3429.50	c  3429s|337700 | 93995 | 57297k| 169.1 |  1733M |  54 |1809 |7391 |2679 | 218k|  1 | 294k|1071 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.14%
3419.79/3430.11	c  3430s|337800 | 94005 | 57302k| 169.0 |  1733M |  54 |1809 |7375 |2687 | 218k|  1 | 294k|1071 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.14%
3421.08/3431.43	c  3431s|337900 | 94056 | 57319k| 169.0 |  1733M |  54 |1809 |7336 |2690 | 219k|  1 | 294k|1071 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.15%
3421.87/3432.21	c  3432s|338000 | 94098 | 57330k| 169.0 |  1733M |  54 |1809 |7343 |2694 | 219k|  1 | 294k|1071 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.15%
3422.57/3433.00	c  3433s|338100 | 94125 | 57343k| 169.0 |  1734M |  54 |1809 |7360 |2685 | 219k|  1 | 294k|1071 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.15%
3423.78/3434.14	c  3434s|338200 | 94182 | 57356k| 169.0 |  1735M |  54 |1809 |7364 |2678 | 219k|  1 | 294k|1071 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.15%
3424.78/3435.11	c  3435s|338300 | 94227 | 57370k| 169.0 |  1735M |  54 |1809 |7369 |2688 | 219k|  1 | 294k|1071 | 3.100000e+01 | 1.350000e+02 | 335.48%|   8.15%
3425.67/3436.02	c  3436s|338400 | 94253 | 57380k| 169.0 |  1735M |  54 |1809 |7369 |   0 | 219k|  0 | 294k|1071 | 3.100352e+01 | 1.350000e+02 | 335.43%|   8.15%
3426.46/3436.87	c  3437s|338500 | 94279 | 57388k| 168.9 |  1735M |  54 |1809 |7405 |2684 | 219k|  1 | 294k|1071 | 3.100352e+01 | 1.350000e+02 | 335.43%|   8.15%
3427.27/3437.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3427.27/3437.62	c  3438s|338600 | 94287 | 57398k| 168.9 |  1736M |  54 |1809 |7345 |2690 | 219k|  2 | 294k|1071 | 3.100526e+01 | 1.350000e+02 | 335.41%|   8.16%
3428.16/3438.55	c  3439s|338700 | 94326 | 57411k| 168.9 |  1738M |  54 |1809 |7411 |2691 | 219k|  1 | 294k|1071 | 3.100694e+01 | 1.350000e+02 | 335.39%|   8.16%
3428.96/3439.34	c  3439s|338800 | 94337 | 57420k| 168.9 |  1738M |  54 |1809 |7405 |2687 | 219k|  1 | 294k|1071 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.16%
3430.06/3440.48	c  3440s|338900 | 94361 | 57436k| 168.9 |  1738M |  54 |1809 |7435 |2694 | 219k|  1 | 295k|1071 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.16%
3430.56/3440.92	c  3441s|339000 | 94356 | 57442k| 168.8 |  1738M |  54 |1809 |7373 |2681 | 219k|  1 | 295k|1071 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.17%
3432.25/3442.66	c  3443s|339100 | 94394 | 57472k| 168.9 |  1738M |  54 |1809 |7348 |   0 | 219k|  0 | 295k|1071 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.17%
3433.35/3443.77	c  3444s|339200 | 94426 | 57484k| 168.9 |  1739M |  54 |1809 |7435 |2690 | 219k|  1 | 295k|1076 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.18%
3434.66/3445.01	c  3445s|339300 | 94456 | 57505k| 168.9 |  1739M |  54 |1809 |7428 |   0 | 219k|  0 | 295k|1076 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.18%
3435.54/3445.95	c  3446s|339400 | 94481 | 57521k| 168.9 |  1739M |  54 |1809 |7428 |2685 | 220k|  1 | 295k|1076 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.19%
3436.44/3446.84	c  3447s|339500 | 94489 | 57531k| 168.9 |  1739M |  54 |1809 |7437 |2693 | 220k|  1 | 295k|1076 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.19%
3437.54/3447.94	c  3448s|339600 | 94516 | 57544k| 168.8 |  1739M |  54 |1809 |7402 |2687 | 220k|  1 | 295k|1076 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.20%
3438.44/3448.84	c  3449s|339700 | 94560 | 57554k| 168.8 |  1739M |  54 |1809 |7426 |   0 | 220k|  0 | 295k|1076 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.20%
3439.33/3449.75	c  3450s|339800 | 94600 | 57569k| 168.8 |  1739M |  54 |1809 |7425 |2687 | 220k|  1 | 295k|1076 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.20%
3440.23/3450.62	c  3451s|339900 | 94637 | 57584k| 168.8 |  1740M |  54 |1809 |7400 |2693 | 220k|  1 | 295k|1081 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.20%
3441.23/3451.66	c  3452s|340000 | 94611 | 57595k| 168.8 |  1741M |  54 |1809 |7450 |2685 | 220k|  1 | 296k|1081 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.20%
3442.03/3452.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3442.03/3452.48	c  3452s|340100 | 94625 | 57605k| 168.8 |  1741M |  54 |1809 |7443 |2690 | 220k|  1 | 296k|1081 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.20%
3442.82/3453.20	c  3453s|340200 | 94655 | 57617k| 168.8 |  1741M |  54 |1809 |7392 |2676 | 220k|  1 | 296k|1086 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.21%
3443.12/3453.56	c  3454s|340300 | 94662 | 57621k| 168.7 |  1741M |  54 |1809 |7449 |   0 | 220k|  0 | 296k|1086 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.21%
3444.52/3454.94	c  3455s|340400 | 94694 | 57645k| 168.7 |  1741M |  54 |1809 |7308 |   0 | 220k|  0 | 296k|1086 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.22%
3445.52/3455.96	c  3456s|340500 | 94706 | 57658k| 168.7 |  1742M |  54 |1809 |7328 |   0 | 220k|  0 | 296k|1086 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.22%
3446.21/3456.64	c  3457s|340600 | 94751 | 57664k| 168.7 |  1743M |  54 |1809 |7402 |2688 | 220k|  1 | 296k|1086 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.22%
3446.81/3457.25	c  3457s|340700 | 94776 | 57668k| 168.7 |  1743M |  54 |1809 |7508 |2684 | 220k|  1 | 296k|1086 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.22%
3447.41/3457.82	c  3458s|340800 | 94801 | 57674k| 168.6 |  1744M |  54 |1809 |7535 |2703 | 220k|  1 | 296k|1086 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.22%
3448.41/3458.83	c  3459s|340900 | 94837 | 57691k| 168.6 |  1744M |  54 |1809 |7501 |   0 | 220k|  0 | 296k|1086 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.23%
3449.20/3459.60	c  3460s|341000 | 94866 | 57703k| 168.6 |  1745M |  54 |1809 |7443 |2679 | 220k|  2 | 296k|1086 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.23%
3450.40/3460.84	c  3461s|341100 | 94918 | 57719k| 168.6 |  1745M |  54 |1809 |7409 |2681 | 220k|  1 | 297k|1086 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.24%
3451.39/3461.82	c  3462s|341200 | 94944 | 57733k| 168.6 |  1746M |  54 |1809 |7336 |2688 | 220k|  1 | 297k|1086 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.25%
3452.49/3462.90	c  3463s|341300 | 94980 | 57748k| 168.6 |  1746M |  54 |1809 |7262 |2665 | 220k|  1 | 297k|1086 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.25%
3453.39/3463.85	c  3464s|341400 | 95013 | 57761k| 168.6 |  1747M |  54 |1809 |7268 |2671 | 221k|  1 | 297k|1090 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.25%
3453.99/3464.44	c  3464s|341500 | 95025 | 57770k| 168.6 |  1747M |  54 |1809 |7295 |2685 | 221k|  1 | 297k|1090 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.26%
3454.39/3464.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3454.39/3464.87	c  3465s|341600 | 95025 | 57774k| 168.5 |  1747M |  54 |1809 |7290 |   0 | 221k|  0 | 297k|1090 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.26%
3455.19/3465.62	c  3466s|341700 | 95040 | 57784k| 168.5 |  1749M |  54 |1809 |7134 |2674 | 221k|  1 | 297k|1095 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.27%
3456.19/3466.63	c  3467s|341800 | 95106 | 57795k| 168.5 |  1749M |  54 |1809 |7147 |   0 | 221k|  0 | 297k|1095 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.27%
3456.70/3467.16	c  3467s|341900 | 95149 | 57800k| 168.5 |  1749M |  54 |1809 |7154 |2677 | 221k|  2 | 297k|1095 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.27%
3457.28/3467.75	c  3468s|342000 | 95202 | 57808k| 168.4 |  1749M |  54 |1809 |7221 |2673 | 221k|  1 | 297k|1095 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.27%
3457.98/3468.40	c  3468s|342100 | 95265 | 57818k| 168.4 |  1750M |  54 |1809 |7316 |2673 | 221k|  1 | 297k|1095 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.27%
3458.59/3469.03	c  3469s|342200 | 95318 | 57828k| 168.4 |  1750M |  54 |1809 |7336 |2673 | 221k|  1 | 298k|1095 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.27%
3459.08/3469.55	c  3470s|342300 | 95371 | 57834k| 168.4 |  1750M |  54 |1809 |7350 |2676 | 221k|  1 | 298k|1095 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.27%
3459.48/3469.96	c  3470s|342400 | 95394 | 57839k| 168.3 |  1750M |  54 |1809 |7381 |2677 | 221k|  2 | 298k|1095 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.27%
3459.98/3470.43	c  3470s|342500 | 95413 | 57844k| 168.3 |  1750M |  54 |1809 |7371 |   0 | 221k|  0 | 298k|1095 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.27%
3460.58/3471.10	c  3471s|342600 | 95456 | 57852k| 168.3 |  1750M |  54 |1809 |7363 |2677 | 221k|  1 | 298k|1095 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.27%
3461.07/3471.52	c  3472s|342700 | 95481 | 57857k| 168.2 |  1750M |  54 |1809 |7359 |2676 | 221k|  2 | 298k|1095 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.27%
3461.68/3472.19	c  3472s|342800 | 95520 | 57867k| 168.2 |  1752M |  54 |1809 |7277 |2679 | 221k|  1 | 298k|1095 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.27%
3462.27/3472.78	c  3473s|342900 | 95560 | 57874k| 168.2 |  1752M |  54 |1809 |7279 |2678 | 221k|  2 | 298k|1095 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.27%
3462.87/3473.35	c  3473s|343000 | 95582 | 57881k| 168.2 |  1752M |  54 |1809 |7277 |2672 | 221k|  1 | 298k|1095 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.27%
3463.37/3473.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3463.37/3473.86	c  3474s|343100 | 95573 | 57888k| 168.1 |  1752M |  54 |1809 |7222 |2672 | 221k|  1 | 298k|1095 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.27%
3463.96/3474.48	c  3474s|343200 | 95603 | 57897k| 168.1 |  1752M |  54 |1809 |7132 |2672 | 221k|  1 | 298k|1095 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.27%
3464.36/3474.88	c  3475s|343300 | 95602 | 57901k| 168.1 |  1752M |  54 |1809 |7113 |2678 | 221k|  1 | 298k|1095 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.27%
3464.86/3475.37	c  3475s|343400 | 95610 | 57908k| 168.0 |  1752M |  54 |1809 |7140 |2672 | 221k|  1 | 298k|1095 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.27%
3465.36/3475.90	c  3476s|343500 | 95642 | 57915k| 168.0 |  1752M |  54 |1809 |7200 |2676 | 221k|  1 | 298k|1095 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.27%
3466.06/3476.59	c  3477s|343600 | 95656 | 57919k| 168.0 |  1752M |  54 |1809 |7236 |2677 | 221k|  1 | 299k|1095 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.27%
3466.76/3477.21	c  3477s|343700 | 95683 | 57929k| 168.0 |  1752M |  54 |1809 |7234 |   0 | 221k|  0 | 299k|1095 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.27%
3467.45/3477.90	c  3478s|343800 | 95686 | 57939k| 167.9 |  1752M |  54 |1809 |7272 |2686 | 221k|  1 | 299k|1095 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.27%
3468.05/3478.55	c  3479s|343900 | 95694 | 57944k| 167.9 |  1752M |  54 |1809 |7335 |   0 | 221k|  0 | 299k|1095 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.27%
3468.75/3479.29	c  3479s|344000 | 95733 | 57955k| 167.9 |  1752M |  54 |1809 |7360 |2683 | 221k|  1 | 299k|1095 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.28%
3469.45/3479.92	c  3480s|344100 | 95753 | 57965k| 167.9 |  1752M |  54 |1809 |7407 |2690 | 222k|  1 | 299k|1095 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.28%
3470.25/3480.74	c  3481s|344200 | 95768 | 57977k| 167.9 |  1752M |  54 |1809 |7392 |   0 | 222k|  0 | 299k|1095 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.29%
3470.94/3481.47	c  3481s|344300 | 95802 | 57990k| 167.8 |  1752M |  54 |1809 |7451 |   0 | 222k|  0 | 299k|1100 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.29%
3471.65/3482.13	c  3482s|344400 | 95813 | 57999k| 167.8 |  1752M |  54 |1809 |7552 |   0 | 222k|  0 | 299k|1105 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.29%
3472.44/3482.93	c  3483s|344500 | 95852 | 58014k| 167.8 |  1753M |  54 |1809 |7555 |2691 | 222k|  1 | 299k|1105 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.30%
3473.24/3483.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3473.24/3483.74	c  3484s|344600 | 95863 | 58024k| 167.8 |  1753M |  54 |1809 |7478 |2677 | 222k|  1 | 299k|1105 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.30%
3474.23/3484.74	c  3485s|344700 | 95893 | 58035k| 167.8 |  1754M |  54 |1809 |7394 |   0 | 222k|  0 | 300k|1105 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.30%
3474.83/3485.35	c  3485s|344800 | 95920 | 58044k| 167.8 |  1754M |  54 |1809 |7510 |   0 | 222k|  0 | 300k|1105 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.30%
3475.93/3486.49	c  3486s|344900 | 95974 | 58064k| 167.8 |  1754M |  54 |1809 |7520 |2679 | 222k|  1 | 300k|1105 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.30%
3476.54/3487.08	c  3487s|345000 | 95972 | 58074k| 167.7 |  1754M |  54 |1809 |7535 |   0 | 222k|  0 | 300k|1105 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.30%
3477.23/3487.77	c  3488s|345100 | 95980 | 58082k| 167.7 |  1754M |  54 |1809 |7544 |2684 | 222k|  1 | 300k|1105 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.31%
3478.53/3489.03	c  3489s|345200 | 96028 | 58101k| 167.7 |  1755M |  54 |1809 |7562 |2669 | 222k|  1 | 300k|1105 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.32%
3479.22/3489.75	c  3490s|345300 | 96054 | 58108k| 167.7 |  1756M |  54 |1809 |7504 |2703 | 222k|  2 | 300k|1105 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.32%
3480.02/3490.59	c  3491s|345400 | 96084 | 58122k| 167.7 |  1756M |  54 |1809 |7511 |2681 | 222k|  1 | 300k|1105 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.32%
3481.31/3491.84	c  3492s|345500 | 96113 | 58141k| 167.7 |  1758M |  54 |1809 |7398 |2675 | 222k|  1 | 300k|1105 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.33%
3482.01/3492.56	c  3493s|345600 | 96123 | 58150k| 167.7 |  1758M |  54 |1809 |7369 |2675 | 222k|  1 | 300k|1105 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.33%
3482.71/3493.23	c  3493s|345700 | 96153 | 58161k| 167.7 |  1759M |  54 |1809 |7275 |2669 | 222k|  2 | 300k|1105 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.33%
3483.62/3494.18	c  3494s|345800 | 96195 | 58180k| 167.7 |  1759M |  54 |1809 |7238 |2699 | 222k|  1 | 301k|1105 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.34%
3484.30/3494.82	c  3495s|345900 | 96197 | 58189k| 167.6 |  1759M |  54 |1809 |7177 |   0 | 222k|  0 | 301k|1105 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.34%
3485.30/3495.82	c  3496s|346000 | 96225 | 58206k| 167.6 |  1759M |  54 |1809 |7128 |2676 | 222k|  1 | 301k|1105 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.35%
3486.80/3497.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3486.80/3497.37	c  3497s|346100 | 96272 | 58226k| 167.7 |  1761M |  54 |1809 |7142 |   0 | 223k|  0 | 301k|1105 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.35%
3487.89/3498.42	c  3498s|346200 | 96294 | 58241k| 167.6 |  1761M |  54 |1809 |7128 |2674 | 223k|  1 | 301k|1105 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.35%
3488.89/3499.44	c  3499s|346300 | 96333 | 58255k| 167.6 |  1761M |  54 |1809 |7062 |   0 | 223k|  0 | 301k|1105 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.35%
3489.50/3500.10	c  3500s|346400 | 96347 | 58265k| 167.6 |  1763M |  54 |1809 |7116 |   0 | 223k|  0 | 301k|1105 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.35%
3490.39/3500.94	c  3501s|346500 | 96360 | 58280k| 167.6 |  1763M |  54 |1809 |7142 |2687 | 223k|  1 | 301k|1105 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.35%
3491.38/3501.91	c  3502s|346600 | 96371 | 58289k| 167.6 |  1764M |  54 |1809 |7142 |2688 | 223k|  1 | 301k|1105 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.36%
3492.18/3502.74	c  3503s|346700 | 96420 | 58300k| 167.6 |  1764M |  54 |1809 |7113 |   0 | 223k|  0 | 301k|1110 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.36%
3492.98/3503.53	c  3504s|346800 | 96443 | 58313k| 167.6 |  1764M |  54 |1809 |7058 |   0 | 223k|  0 | 301k|1110 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.36%
3493.60/3504.15	c  3504s|346900 | 96473 | 58319k| 167.5 |  1765M |  54 |1809 |7085 |2678 | 223k|  1 | 302k|1110 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.36%
3494.38/3504.96	c  3505s|347000 | 96479 | 58328k| 167.5 |  1765M |  54 |1809 |7127 |   0 | 223k|  0 | 302k|1110 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.36%
3495.78/3506.31	c  3506s|347100 | 96497 | 58341k| 167.5 |  1766M |  54 |1809 |7118 |2705 | 223k|  2 | 302k|1110 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.37%
3496.97/3507.57	c  3508s|347200 | 96544 | 58361k| 167.5 |  1768M |  54 |1809 |7111 |   0 | 223k|  0 | 302k|1110 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.37%
3498.07/3508.68	c  3509s|347300 | 96570 | 58378k| 167.5 |  1771M |  54 |1809 |7123 |2694 | 223k|  1 | 302k|1110 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.37%
3498.96/3509.57	c  3510s|347400 | 96559 | 58385k| 167.5 |  1773M |  54 |1809 |7065 |2700 | 223k|  1 | 302k|1110 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.37%
3499.66/3510.26	c  3510s|347500 | 96567 | 58392k| 167.5 |  1773M |  54 |1809 |7056 |   0 | 223k|  0 | 302k|1110 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.38%
3500.36/3510.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3500.36/3510.90	c  3511s|347600 | 96577 | 58399k| 167.4 |  1773M |  54 |1809 |7071 |   0 | 223k|  0 | 302k|1110 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.38%
3501.06/3511.63	c  3512s|347700 | 96581 | 58412k| 167.4 |  1773M |  54 |1809 |7066 |2680 | 223k|  1 | 302k|1110 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.38%
3501.66/3512.22	c  3512s|347800 | 96581 | 58417k| 167.4 |  1773M |  54 |1809 |7054 |   0 | 224k|  0 | 302k|1110 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.39%
3502.46/3513.04	c  3513s|347900 | 96603 | 58428k| 167.4 |  1773M |  54 |1809 |7096 |2677 | 224k|  1 | 302k|1116 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.39%
3503.75/3514.37	c  3514s|348000 | 96632 | 58444k| 167.4 |  1773M |  54 |1809 |7117 |2680 | 224k|  1 | 302k|1116 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.40%
3504.65/3515.24	c  3515s|348100 | 96654 | 58457k| 167.4 |  1773M |  54 |1809 |7161 |2680 | 224k|  1 | 302k|1116 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.40%
3505.94/3516.59	c  3517s|348200 | 96702 | 58477k| 167.4 |  1773M |  54 |1809 |7161 |   0 | 224k|  0 | 303k|1116 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.40%
3506.84/3517.45	c  3517s|348300 | 96723 | 58490k| 167.4 |  1773M |  54 |1809 |7221 |2683 | 224k|  1 | 303k|1116 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.40%
3507.74/3518.38	c  3518s|348400 | 96749 | 58502k| 167.3 |  1774M |  54 |1809 |7350 |   0 | 224k|  0 | 303k|1116 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.40%
3508.45/3519.09	c  3519s|348500 | 96769 | 58513k| 167.3 |  1774M |  54 |1809 |7359 |2686 | 224k|  1 | 303k|1116 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.40%
3509.33/3519.96	c  3520s|348600 | 96793 | 58526k| 167.3 |  1774M |  54 |1809 |7378 |2690 | 224k|  1 | 303k|1116 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.40%
3510.54/3521.14	c  3521s|348700 | 96829 | 58545k| 167.3 |  1774M |  54 |1809 |7341 |2686 | 224k|  3 | 303k|1116 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.40%
3511.33/3521.98	c  3522s|348800 | 96840 | 58554k| 167.3 |  1775M |  54 |1809 |7271 |2692 | 224k|  1 | 303k|1116 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.41%
3512.33/3522.93	c  3523s|348900 | 96853 | 58567k| 167.3 |  1775M |  54 |1809 |7245 |2687 | 224k|  1 | 303k|1116 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.42%
3513.12/3523.72	c  3524s|349000 | 96889 | 58576k| 167.3 |  1775M |  54 |1809 |7328 |   0 | 224k|  0 | 303k|1116 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.42%
3514.02/3524.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3514.02/3524.61	c  3525s|349100 | 96933 | 58589k| 167.3 |  1776M |  54 |1809 |7433 |   0 | 224k|  0 | 303k|1116 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.42%
3514.73/3525.33	c  3525s|349200 | 96934 | 58597k| 167.2 |  1777M |  54 |1809 |7454 |   0 | 224k|  0 | 304k|1116 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.43%
3515.43/3526.05	c  3526s|349300 | 96961 | 58607k| 167.2 |  1777M |  54 |1809 |7365 |2684 | 224k|  1 | 304k|1116 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.43%
3516.82/3527.41	c  3527s|349400 | 97001 | 58629k| 167.2 |  1777M |  54 |1809 |7315 |2683 | 224k|  0 | 304k|1116 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.44%
3517.72/3528.34	c  3528s|349500 | 97029 | 58644k| 167.2 |  1777M |  54 |1809 |7363 |   0 | 224k|  0 | 304k|1116 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.44%
3518.32/3529.00	c  3529s|349600 | 97053 | 58652k| 167.2 |  1778M |  54 |1809 |7340 |2681 | 224k|  1 | 304k|1116 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.44%
3519.21/3529.85	c  3530s|349700 | 97067 | 58667k| 167.2 |  1778M |  54 |1809 |7404 |   0 | 224k|  0 | 304k|1116 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.44%
3519.81/3530.46	c  3530s|349800 | 97073 | 58676k| 167.2 |  1778M |  54 |1809 |7356 |   0 | 224k|  0 | 304k|1116 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.44%
3520.31/3530.96	c  3531s|349900 | 97076 | 58681k| 167.1 |  1778M |  54 |1809 |7365 |2668 | 224k|  1 | 304k|1116 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.45%
3520.81/3531.42	c  3531s|350000 | 97081 | 58687k| 167.1 |  1778M |  54 |1809 |7391 |2670 | 224k|  1 | 304k|1116 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.45%
3521.81/3532.41	c  3532s|350100 | 97093 | 58703k| 167.1 |  1778M |  54 |1809 |7316 |2696 | 225k|  1 | 304k|1116 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.45%
3522.52/3533.14	c  3533s|350200 | 97105 | 58711k| 167.1 |  1778M |  54 |1809 |7297 |2681 | 225k|  1 | 304k|1116 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.46%
3522.90/3533.56	c  3534s|350300 | 97136 | 58714k| 167.0 |  1778M |  54 |1809 |7367 |2681 | 225k|  0 | 304k|1116 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.46%
3523.41/3534.06	c  3534s|350400 | 97165 | 58720k| 167.0 |  1778M |  54 |1809 |7497 |2684 | 225k|  1 | 305k|1116 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.46%
3524.41/3535.08	c  3535s|350500 | 97199 | 58731k| 167.0 |  1778M |  54 |1809 |7586 |2691 | 225k|  1 | 305k|1141 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.47%
3525.10/3535.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3525.10/3535.71	c  3536s|350600 | 97254 | 58739k| 167.0 |  1778M |  54 |1809 |7540 |2675 | 225k|  1 | 305k|1141 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.47%
3525.89/3536.51	c  3537s|350700 | 97303 | 58752k| 167.0 |  1778M |  54 |1809 |7495 |2685 | 225k|  2 | 305k|1141 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.47%
3526.59/3537.27	c  3537s|350800 | 97330 | 58764k| 166.9 |  1778M |  54 |1809 |7426 |2679 | 225k|  1 | 305k|1141 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.47%
3527.89/3538.56	c  3539s|350900 | 97378 | 58782k| 166.9 |  1780M |  54 |1809 |7332 |2674 | 225k|  1 | 305k|1141 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.47%
3528.50/3539.19	c  3539s|351000 | 97387 | 58791k| 166.9 |  1780M |  54 |1809 |7308 |2676 | 225k|  1 | 305k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.48%
3529.58/3540.27	c  3540s|351100 | 97418 | 58808k| 166.9 |  1780M |  54 |1809 |7287 |2687 | 225k|  1 | 305k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.49%
3530.08/3540.78	c  3541s|351200 | 97431 | 58816k| 166.9 |  1781M |  54 |1809 |7292 |2687 | 225k|  2 | 305k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.49%
3531.17/3541.80	c  3542s|351300 | 97459 | 58833k| 166.9 |  1781M |  54 |1809 |7222 |2680 | 225k|  1 | 305k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.49%
3531.87/3542.51	c  3542s|351400 | 97516 | 58843k| 166.9 |  1782M |  54 |1809 |7296 |2680 | 225k|  1 | 306k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.49%
3532.57/3543.24	c  3543s|351500 | 97533 | 58847k| 166.8 |  1782M |  54 |1809 |7328 |   0 | 225k|  0 | 306k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.49%
3533.17/3543.84	c  3544s|351600 | 97562 | 58855k| 166.8 |  1783M |  54 |1809 |7284 |2674 | 226k|  1 | 306k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.49%
3533.87/3544.57	c  3545s|351700 | 97584 | 58865k| 166.8 |  1783M |  54 |1809 |7241 |2674 | 226k|  1 | 306k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.49%
3534.56/3545.29	c  3545s|351800 | 97605 | 58877k| 166.8 |  1784M |  54 |1809 |7200 |   0 | 226k|  0 | 306k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.49%
3535.96/3546.68	c  3547s|351900 | 97675 | 58904k| 166.8 |  1784M |  54 |1809 |7297 |2683 | 226k|  1 | 306k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.49%
3537.37/3548.07	c  3548s|352000 | 97754 | 58932k| 166.9 |  1784M |  54 |1809 |7381 |2683 | 226k|  1 | 306k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.49%
3538.25/3548.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3538.25/3548.99	c  3549s|352100 | 97812 | 58950k| 166.9 |  1784M |  54 |1809 |7430 |2693 | 226k|  1 | 306k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.50%
3539.36/3550.07	c  3550s|352200 | 97855 | 58969k| 166.9 |  1785M |  54 |1809 |7442 |   0 | 226k|  0 | 306k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.50%
3539.95/3550.70	c  3551s|352300 | 97863 | 58979k| 166.8 |  1786M |  54 |1809 |7401 |2680 | 226k|  2 | 306k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.50%
3540.94/3551.68	c  3552s|352400 | 97902 | 58999k| 166.9 |  1787M |  54 |1809 |7296 |2680 | 226k|  1 | 306k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.50%
3542.54/3553.23	c  3553s|352500 | 97952 | 59030k| 166.9 |  1787M |  54 |1809 |7198 |2679 | 226k|  1 | 307k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.50%
3543.65/3554.36	c  3554s|352600 | 97965 | 59046k| 166.9 |  1787M |  54 |1809 |7135 |2694 | 226k|  1 | 307k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.50%
3544.35/3555.09	c  3555s|352700 | 97976 | 59056k| 166.9 |  1789M |  54 |1809 |7129 |   0 | 226k|  0 | 307k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.52%
3545.04/3555.71	c  3556s|352800 | 98034 | 59065k| 166.9 |  1789M |  54 |1809 |7140 |   0 | 226k|  0 | 307k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.52%
3545.74/3556.42	c  3556s|352900 | 98037 | 59074k| 166.8 |  1789M |  54 |1809 |7104 |2702 | 226k|  1 | 307k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.52%
3546.14/3556.89	c  3557s|353000 | 98038 | 59079k| 166.8 |  1789M |  54 |1809 |7103 |2671 | 226k|  1 | 307k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.53%
3546.64/3557.37	c  3557s|353100 | 98054 | 59085k| 166.8 |  1789M |  54 |1809 |7084 |2692 | 226k|  1 | 307k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.53%
3547.73/3558.47	c  3558s|353200 | 98094 | 59095k| 166.7 |  1789M |  54 |1809 |7128 |2696 | 226k|  1 | 307k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.53%
3548.53/3559.28	c  3559s|353300 | 98101 | 59107k| 166.7 |  1789M |  54 |1809 |7112 |   0 | 227k|  0 | 307k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.53%
3549.44/3560.16	c  3560s|353400 | 98117 | 59117k| 166.7 |  1789M |  54 |1809 |7120 |   0 | 227k|  0 | 307k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.53%
3550.53/3561.25	c  3561s|353500 | 98142 | 59129k| 166.7 |  1789M |  54 |1809 |7062 |   0 | 227k|  0 | 307k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.53%
3551.12/3561.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3551.12/3561.88	c  3562s|353600 | 98158 | 59138k| 166.7 |  1789M |  54 |1809 |7069 |   0 | 227k|  0 | 307k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.53%
3552.33/3563.05	c  3563s|353700 | 98196 | 59156k| 166.7 |  1789M |  54 |1809 |7015 |2687 | 227k|  1 | 307k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.54%
3553.62/3564.31	c  3564s|353800 | 98218 | 59167k| 166.7 |  1789M |  54 |1809 |7070 |2694 | 227k|  1 | 308k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.54%
3554.21/3564.90	c  3565s|353900 | 98233 | 59175k| 166.6 |  1791M |  54 |1809 |7066 |2693 | 227k|  1 | 308k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.54%
3554.91/3565.67	c  3566s|354000 | 98274 | 59189k| 166.6 |  1791M |  54 |1809 |7055 |2680 | 227k|  1 | 308k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.54%
3555.32/3566.10	c  3566s|354100 | 98297 | 59195k| 166.6 |  1791M |  54 |1809 |7110 |   0 | 227k|  0 | 308k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.54%
3556.11/3566.80	c  3567s|354200 | 98323 | 59204k| 166.6 |  1793M |  54 |1809 |7139 |   0 | 227k|  0 | 308k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.54%
3556.61/3567.38	c  3567s|354300 | 98358 | 59213k| 166.6 |  1793M |  54 |1809 |7151 |   0 | 227k|  0 | 308k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.54%
3557.51/3568.21	c  3568s|354400 | 98400 | 59228k| 166.6 |  1793M |  54 |1809 |7160 |   0 | 227k|  0 | 308k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.54%
3558.20/3568.95	c  3569s|354500 | 98435 | 59237k| 166.5 |  1794M |  54 |1809 |7209 |2684 | 227k|  1 | 308k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.54%
3559.00/3569.77	c  3570s|354600 | 98462 | 59248k| 166.5 |  1795M |  54 |1809 |7217 |2685 | 227k|  1 | 308k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.54%
3559.80/3570.54	c  3571s|354700 | 98492 | 59257k| 166.5 |  1795M |  54 |1809 |7214 |2697 | 227k|  3 | 308k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.54%
3560.31/3571.02	c  3571s|354800 | 98514 | 59265k| 166.5 |  1795M |  54 |1809 |7226 |2685 | 227k|  2 | 308k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.54%
3561.00/3571.76	c  3572s|354900 | 98544 | 59275k| 166.5 |  1795M |  54 |1809 |7206 |2686 | 227k|  1 | 308k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.54%
3561.69/3572.43	c  3572s|355000 | 98588 | 59286k| 166.4 |  1796M |  54 |1809 |7239 |2683 | 227k|  1 | 308k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.54%
3562.40/3573.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3562.40/3573.13	c  3573s|355100 | 98615 | 59298k| 166.4 |  1796M |  54 |1809 |7241 |   0 | 227k|  0 | 309k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.54%
3562.99/3573.74	c  3574s|355200 | 98636 | 59308k| 166.4 |  1796M |  54 |1809 |7266 |   0 | 227k|  0 | 309k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.54%
3563.59/3574.31	c  3574s|355300 | 98655 | 59316k| 166.4 |  1796M |  54 |1809 |7242 |2689 | 227k|  1 | 309k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.54%
3564.19/3574.98	c  3575s|355400 | 98672 | 59324k| 166.4 |  1796M |  54 |1809 |7255 |2680 | 227k|  1 | 309k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.54%
3564.78/3575.53	c  3576s|355500 | 98687 | 59333k| 166.3 |  1797M |  54 |1809 |7257 |2686 | 228k|  2 | 309k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.54%
3565.18/3575.94	c  3576s|355600 | 98696 | 59338k| 166.3 |  1797M |  54 |1809 |7240 |   0 | 228k|  0 | 309k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.54%
3565.68/3576.43	c  3576s|355700 | 98710 | 59345k| 166.3 |  1797M |  54 |1809 |7183 |2687 | 228k|  1 | 309k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.54%
3566.18/3576.97	c  3577s|355800 | 98717 | 59351k| 166.2 |  1797M |  54 |1809 |7192 |2689 | 228k|  1 | 309k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.54%
3566.68/3577.45	c  3577s|355900 | 98734 | 59357k| 166.2 |  1797M |  54 |1809 |7168 |2685 | 228k|  1 | 309k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.54%
3567.08/3577.89	c  3578s|356000 | 98741 | 59362k| 166.2 |  1797M |  54 |1809 |7183 |2685 | 228k|  2 | 309k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.54%
3567.48/3578.21	c  3578s|356100 | 98744 | 59364k| 166.1 |  1797M |  54 |1809 |7172 |   0 | 228k|  0 | 309k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.54%
3568.17/3578.98	c  3579s|356200 | 98778 | 59379k| 166.1 |  1797M |  54 |1809 |7146 |2688 | 228k|  1 | 309k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.54%
3568.77/3579.52	c  3580s|356300 | 98772 | 59386k| 166.1 |  1797M |  54 |1809 |7132 |2684 | 228k|  1 | 309k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.55%
3569.28/3580.03	c  3580s|356400 | 98792 | 59390k| 166.1 |  1797M |  54 |1809 |7192 |2691 | 228k|  1 | 309k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.55%
3569.67/3580.45	c  3580s|356500 | 98801 | 59394k| 166.0 |  1797M |  54 |1809 |7261 |   0 | 228k|  0 | 310k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.55%
3570.87/3581.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3570.87/3581.60	c  3582s|356600 | 98830 | 59414k| 166.1 |  1798M |  54 |1809 |7229 |2691 | 228k|  1 | 310k|1146 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.56%
3571.66/3582.48	c  3582s|356700 | 98840 | 59424k| 166.0 |  1800M |  54 |1809 |7296 |   0 | 228k|  0 | 310k|1151 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.56%
3572.37/3583.19	c  3583s|356800 | 98876 | 59435k| 166.0 |  1801M |  54 |1809 |7288 |   0 | 228k|  0 | 310k|1151 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.56%
3573.46/3584.23	c  3584s|356900 | 98902 | 59454k| 166.0 |  1801M |  54 |1809 |7280 |2682 | 228k|  1 | 310k|1151 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.56%
3574.27/3585.02	c  3585s|357000 | 98913 | 59463k| 166.0 |  1801M |  54 |1809 |7282 |2681 | 228k|  1 | 310k|1151 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.58%
3575.15/3585.94	c  3586s|357100 | 98951 | 59476k| 166.0 |  1802M |  54 |1809 |7416 |2693 | 228k|  1 | 310k|1151 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.58%
3576.26/3587.10	c  3587s|357200 | 98990 | 59499k| 166.0 |  1802M |  54 |1809 |7385 |   0 | 228k|  0 | 310k|1151 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.59%
3577.15/3587.90	c  3588s|357300 | 99002 | 59513k| 166.0 |  1803M |  54 |1809 |7394 |2684 | 228k|  1 | 310k|1151 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.59%
3577.95/3588.75	c  3589s|357400 | 99025 | 59527k| 166.0 |  1803M |  54 |1809 |7436 |2686 | 228k|  1 | 310k|1151 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.59%
3578.74/3589.59	c  3590s|357500 | 99042 | 59540k| 166.0 |  1803M |  54 |1809 |7382 |2691 | 228k|  1 | 311k|1151 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.59%
3579.84/3590.69	c  3591s|357600 | 99098 | 59563k| 166.0 |  1803M |  54 |1809 |7385 |   0 | 228k|  0 | 311k|1151 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.59%
3580.84/3591.68	c  3592s|357700 | 99114 | 59577k| 166.0 |  1804M |  54 |1809 |7416 |   0 | 228k|  0 | 311k|1151 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.59%
3581.74/3592.54	c  3593s|357800 | 99129 | 59593k| 166.0 |  1805M |  54 |1809 |7454 |2683 | 229k|  1 | 311k|1151 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.59%
3582.43/3593.24	c  3593s|357900 | 99149 | 59604k| 166.0 |  1806M |  54 |1809 |7473 |2684 | 229k|  1 | 311k|1151 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.59%
3583.53/3594.33	c  3594s|358000 | 99155 | 59622k| 166.0 |  1807M |  54 |1809 |7435 |2688 | 229k|  1 | 311k|1151 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.59%
3584.43/3595.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3584.43/3595.27	c  3595s|358100 | 99173 | 59631k| 166.0 |  1807M |  54 |1809 |7400 |   0 | 229k|  0 | 311k|1151 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.60%
3585.42/3596.24	c  3596s|358200 | 99190 | 59641k| 165.9 |  1807M |  54 |1809 |7417 |2680 | 229k|  1 | 311k|1151 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.60%
3586.02/3596.86	c  3597s|358300 | 99204 | 59653k| 165.9 |  1808M |  54 |1809 |7386 |2670 | 229k|  1 | 311k|1151 | 3.100699e+01 | 1.350000e+02 | 335.39%|   8.60%
3586.12/3597.01	c 
3586.12/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3586.12/3597.01	c Solving Time (sec) : 3597.00
3586.12/3597.01	c Solving Nodes      : 358316 (total of 359429 nodes in 2 runs)
3586.12/3597.01	c Primal Bound       : +1.35000000000000e+02 (3 solutions)
3586.12/3597.01	c Dual Bound         : +3.10069930069930e+01
3586.12/3597.01	c Gap                : 335.39 %
3586.23/3597.01	s SATISFIABLE
3586.23/3597.01	v x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 x122 
3586.23/3597.01	v x123 x124 x125 x126 x127 x128 x129 x130 x131 x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 x145 x146 x147 
3586.23/3597.01	v x148 x149 x150 x151 x152 x153 x154 x155 x156 x157 x158 x159 x160 x161 x162 x163 x164 x165 x166 x167 x168 x169 x170 x171 x172 
3586.23/3597.01	v -x173 x174 x175 x176 x177 x178 x179 x180 x181 x182 x183 x184 x185 x186 x187 x188 x189 x190 x191 -x192 x193 x194 x195 x196 x197 
3586.23/3597.01	v x198 x199 x200 x201 x202 x203 x204 x205 x206 x207 x208 x209 x210 x211 x212 x213 x214 x215 x216 x217 -x218 x219 x220 x221 x222 
3586.23/3597.01	v x223 x224 x225 x226 x227 x228 x229 x230 x231 x232 x233 x234 x235 x236 x237 x238 x239 x240 x241 x242 x243 x244 x245 x246 x247 
3586.23/3597.01	v x248 x249 x250 x251 x252 x253 x254 -x255 x256 x257 x258 x259 x260 x261 x262 x263 x264 x265 x266 x267 x268 x269 x270 x271 x272 
3586.23/3597.01	v x273 x274 x275 x276 x277 x278 x279 x280 -x281 x282 x283 x284 x285 x286 x287 x288 x289 x290 x291 x292 x293 x294 x295 x296 
3586.23/3597.01	v x297 x298 -x299 x300 x301 x302 x303 x304 x305 x306 -x307 x308 x309 x310 x311 x312 x313 x314 -x315 x316 x317 x318 x319 x320 x321 
3586.23/3597.01	v x322 x323 x324 x325 x326 x327 x328 x329 -x330 x331 x332 x333 x334 x335 x336 x337 x338 x339 x340 -x341 x342 x343 x344 x345 
3586.23/3597.01	v x346 x347 x348 x349 x350 x351 x352 x353 x354 x355 x356 x357 x358 x359 x360 x361 x362 x363 x364 x365 x366 x367 x368 x369 x370 
3586.23/3597.01	v x371 x372 x373 x374 x375 x376 x377 x378 x379 x380 x381 x382 x383 x384 x385 -x386 x387 x388 x389 x390 x391 -x392 x393 x394 x395 
3586.23/3597.01	v x396 -x397 x398 x399 x400 x401 x402 x403 x404 x405 x406 x407 x408 x409 x410 x411 x412 x413 x414 x415 x416 x417 x418 x419 x420 
3586.23/3597.01	v x421 x422 x423 x424 -x425 x426 x427 x428 x429 x430 -x431 x432 x433 x434 x435 x436 -x437 -x438 -x439 x440 x441 x442 -x443 -x444 
3586.23/3597.01	v x445 x446 x447 -x448 x449 x450 x451 -x452 x453 x454 x455 x456 -x457 x458 x459 x460 x461 x462 x463 x464 x465 x466 x467 x468 
3586.23/3597.01	v x469 x470 x471 x472 x473 x474 x475 x476 x477 -x478 x479 x480 x481 x482 -x483 -x484 x485 x486 x487 -x488 -x489 x490 x491 x492 
3586.23/3597.01	v -x493 -x494 x495 x496 -x497 x498 x499 -x500 x501 -x502 x503 x504 x505 x506 -x507 x508 x509 x510 -x511 x512 x513 x514 -x515 
3586.23/3597.01	v x516 x517 x518 -x519 x520 x521 x522 -x523 x524 x525 x526 -x527 -x528 x529 x530 -x531 -x532 x533 x534 -x535 x536 x537 -x538 -x539 
3586.23/3597.01	v -x540 x541 x542 x543 x544 x545 x546 x547 x548 x549 x550 x551 x552 x553 x554 x555 -x556 x557 x558 -x559 x560 x561 -x562 x563 
3586.23/3597.01	v x564 -x565 x566 x567 -x568 -x569 -x570 x571 x572 x573 x574 x575 x576 x577 x578 x579 x580 x581 x582 -x583 x584 -x585 -x586 
3586.23/3597.01	v -x587 -x588 -x589 -x590 -x591 x592 x593 x594 x595 x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 x604 x605 x606 x607 x608 x609 
3586.23/3597.01	v x610 x611 x612 x613 x614 x615 x616 x617 x618 x619 x620 x621 -x622 x623 x624 x625 x626 x627 x628 x629 x630 x631 x632 x633 x634 
3586.23/3597.01	v x635 x636 x637 x638 x639 x640 x641 x642 x643 x644 x645 x646 x647 -x648 x649 x650 x651 x652 x653 x654 x655 x656 x657 x658 
3586.23/3597.01	v x659 x660 x661 x662 x663 x664 x665 x666 x667 x668 x669 x670 x671 x672 x673 x674 x675 -x676 x677 x678 x679 x680 x681 x682 x683 
3586.23/3597.01	v x684 x685 x686 x687 x688 x689 x690 x691 x692 x693 x694 x695 x696 x697 x698 x699 x700 x701 -x702 x703 x704 x705 x706 x707 x708 
3586.23/3597.01	v x709 x710 x711 -x712 x713 x714 x715 x716 x717 x718 x719 -x720 x721 x722 x723 x724 x725 x726 x727 -x728 x729 x730 x731 x732 
3586.23/3597.01	v x733 x734 x735 x736 x737 x738 x739 x740 x741 x742 -x743 x744 x745 x746 x747 x748 x749 x750 x751 x752 x753 -x754 x755 x756 x757 
3586.23/3597.01	v x758 x759 x760 x761 x762 x763 x764 x765 x766 x767 x768 x769 x770 x771 x772 x773 x774 x775 x776 x777 x778 x779 x780 x781 x782 
3586.23/3597.01	v x783 x784 x785 x786 x787 x788 x789 x790 x791 -x792 x793 x794 x795 x796 x797 -x798 x799 x800 x801 x802 -x803 x804 x805 x806 
3586.23/3597.01	v x807 x808 x809 x810 x811 x812 x813 x814 x815 x816 x817 x818 x819 x820 x821 x822 x823 x824 -x825 x826 x827 x828 x829 x830 -x831 
3586.23/3597.01	v x832 x833 x834 x835 x836 -x837 -x838 -x839 x840 x841 x842 -x843 -x844 x845 x846 x847 -x848 x849 x850 x851 -x852 x853 x854 x855 
3586.23/3597.01	v x856 -x857 x858 x859 x860 x861 x862 x863 x864 x865 x866 x867 x868 x869 x870 x871 x872 -x873 x874 x875 x876 x877 -x878 -x879 
3586.23/3597.01	v x880 x881 x882 -x883 -x884 x885 x886 x887 -x888 -x889 x890 x891 -x892 x893 x894 -x895 x896 -x897 -x898 x899 x900 x901 -x902 
3586.23/3597.01	v x903 x904 x905 -x906 x907 x908 x909 -x910 x911 x912 x913 -x914 x915 x916 x917 -x918 -x919 x920 x921 -x922 -x923 x924 x925 -x926 
3586.23/3597.01	v x927 x928 -x929 -x930 -x931 x932 x933 x934 x935 x936 x937 x938 x939 x940 x941 x942 x943 -x944 x945 x946 -x947 x948 x949 
3586.23/3597.01	v -x950 x951 x952 -x953 x954 x955 -x956 -x957 -x958 x959 x960 x961 x962 x963 x964 x965 x966 x967 x968 -x969 x970 -x971 -x972 -x973 
3586.23/3597.01	v -x974 -x975 -x976 -x977 x978 x979 x980 x981 -x982 -x983 -x984 -x985 -x986 -x987 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 x988 
3586.23/3597.01	v x989 x990 x991 x992 x993 x994 x995 x996 x997 x998 x999 x1000 x1001 x1002 x1003 x1004 x1005 x1006 x1007 x1008 x1009 x1010 
3586.23/3597.01	v x1011 x1012 x1013 x1014 x1015 x1016 x1017 x1018 x1019 x1020 x1021 x1022 x1023 x1024 x1025 x1026 x1027 x1028 x1029 x1030 x1031 
3586.23/3597.01	v x1032 x1033 x1034 x1035 x1036 x1037 x1038 x1039 x1040 -x1041 x1042 x1043 x1044 x1045 x1046 x1047 x1048 x1049 x1050 x1051 x1052 
3586.23/3597.01	v x1053 x1054 x1055 x1056 x1057 x1058 x1059 x1060 x1061 x1062 x1063 x1064 x1065 x1066 -x1067 x1068 x1069 x1070 x1071 x1072 x1073 
3586.23/3597.01	v x1074 x1075 x1076 x1077 x1078 x1079 x1080 x1081 x1082 x1083 x1084 x1085 x1086 x1087 x1088 x1089 x1090 x1091 x1092 x1093 
3586.23/3597.01	v x1094 x1095 x1096 x1097 -x1098 x1099 x1100 x1101 x1102 x1103 x1104 x1105 x1106 x1107 x1108 -x1109 x1110 x1111 x1112 x1113 x1114 
3586.23/3597.01	v x1115 x1116 x1117 x1118 x1119 x1120 x1121 x1122 x1123 x1124 x1125 x1126 x1127 x1128 x1129 x1130 -x1131 x1132 x1133 x1134 x1135 
3586.23/3597.01	v x1136 -x1137 -x1138 -x1139 x1140 x1141 x1142 -x1143 -x1144 x1145 x1146 x1147 -x1148 x1149 x1150 x1151 x1152 x1153 x1154 
3586.23/3597.01	v x1155 x1156 -x1157 x1158 x1159 x1160 x1161 x1162 x1163 x1164 x1165 x1166 x1167 x1168 x1169 x1170 x1171 x1172 -x1173 -x1174 x1175 
3586.23/3597.01	v x1176 x1177 -x1178 -x1179 x1180 x1181 x1182 -x1183 -x1184 x1185 x1186 -x1187 x1188 x1189 -x1190 x1191 -x1192 x1193 x1194 
3586.23/3597.01	v x1195 x1196 -x1197 x1198 x1199 x1200 -x1201 x1202 x1203 x1204 -x1205 x1206 x1207 x1208 -x1209 -x1210 x1211 x1212 -x1213 -x1214 
3586.23/3597.01	v x1215 x1216 -x1217 x1218 x1219 -x1220 x1221 -x1222 x1223 x1224 x1225 x1226 x1227 x1228 x1229 x1230 x1231 x1232 x1233 x1234 
3586.23/3597.01	v -x1235 x1236 x1237 -x1238 x1239 x1240 -x1241 x1242 x1243 -x1244 x1245 -x1246 x1247 x1248 x1249 x1250 x1251 x1252 x1253 x1254 
3586.23/3597.01	v -x1255 x1256 -x1257 x1258 -x1259 x1260 -x1261 -x1262 -x1263 x1264 x1265 x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x16 
3586.23/3597.01	v -x15 -x14 -x13 -x12 x11 -x10 -x9 -x1273 x1274 x1275 x1276 x1277 x1278 x1279 x1280 x1281 x1282 x1283 x1284 x1285 x1286 x1287 x1288 
3586.23/3597.01	v x1289 x1290 x1291 x1292 x1293 x1294 x1295 x1296 x1297 x1298 -x1299 x1300 x1301 x1302 x1303 x1304 x1305 x1306 x1307 x1308 
3586.23/3597.01	v x1309 x1310 x1311 x1312 x1313 x1314 x1315 x1316 x1317 x1318 x1319 x1320 x1321 x1322 -x1323 x1324 x1325 x1326 x1327 x1328 x1329 
3586.23/3597.01	v x1330 x1331 x1332 x1333 -x1334 x1335 x1336 x1337 x1338 x1339 x1340 x1341 x1342 x1343 x1344 x1345 x1346 x1347 x1348 x1349 -x1350 
3586.23/3597.01	v x1351 x1352 x1353 x1354 x1355 -x1356 -x1357 -x1358 x1359 x1360 x1361 -x1362 -x1363 x1364 x1365 x1366 -x1367 x1368 x1369 
3586.23/3597.01	v x1370 x1371 x1372 x1373 x1374 x1375 -x1376 x1377 x1378 x1379 x1380 x1381 x1382 x1383 x1384 x1385 x1386 -x1387 -x1388 x1389 x1390 
3586.23/3597.01	v x1391 -x1392 -x1393 x1394 x1395 x1396 -x1397 -x1398 x1399 x1400 -x1401 x1402 x1403 -x1404 x1405 -x1406 -x1407 x1408 x1409 
3586.23/3597.01	v x1410 -x1411 x1412 x1413 x1414 -x1415 x1416 x1417 x1418 -x1419 -x1420 x1421 x1422 -x1423 -x1424 x1425 x1426 -x1427 x1428 x1429 
3586.23/3597.01	v -x1430 x1431 -x1432 x1433 x1434 x1435 x1436 x1437 x1438 x1439 x1440 x1441 -x1442 x1443 x1444 -x1445 x1446 x1447 -x1448 x1449 
3586.23/3597.01	v x1450 -x1451 x1452 -x1453 x1454 x1455 x1456 x1457 x1458 x1459 -x1460 x1461 -x1462 x1463 -x1464 x1465 -x1466 -x1467 -x1468 
3586.23/3597.01	v x1469 x1470 -x1471 -x1472 -x1473 -x1474 -x1475 -x1476 -x32 -x31 -x30 -x29 -x28 x27 -x26 x25 x1477 x1478 x1479 x1480 x1481 x1482 
3586.23/3597.01	v x1483 x1484 x1485 x1486 x1487 x1488 x1489 x1490 x1491 x1492 x1493 x1494 -x1495 x1496 x1497 x1498 x1499 x1500 x1501 x1502 
3586.23/3597.01	v x1503 x1504 x1505 x1506 x1507 x1508 x1509 x1510 -x1511 x1512 x1513 x1514 x1515 x1516 -x1517 -x1518 x1519 x1520 x1521 -x1522 x1523 
3586.23/3597.01	v x1524 x1525 x1526 x1527 x1528 x1529 x1530 -x1531 x1532 x1533 x1534 x1535 x1536 -x1537 -x1538 x1539 x1540 x1541 -x1542 -x1543 
3586.23/3597.01	v x1544 x1545 x1546 -x1547 x1548 x1549 x1550 x1551 x1552 x1553 x1554 x1555 -x1556 -x1557 x1558 x1559 x1560 -x1561 x1562 x1563 
3586.23/3597.01	v x1564 -x1565 x1566 x1567 x1568 -x1569 -x1570 x1571 x1572 -x1573 x1574 x1575 -x1576 x1577 -x1578 x1579 x1580 x1581 x1582 x1583 
3586.23/3597.01	v x1584 x1585 x1586 x1587 -x1588 x1589 x1590 -x1591 x1592 x1593 -x1594 x1595 -x1596 x1597 x1598 x1599 x1600 x1601 x1602 -x1603 
3586.23/3597.01	v x1604 -x1605 x1606 -x1607 -x1608 -x1609 x1610 -x1611 -x1612 -x1613 -x1614 -x1615 -x1616 -x40 -x39 -x38 -x37 x36 -x35 x34 
3586.23/3597.01	v x33 -x1617 x1618 x1619 x1620 x1621 x1622 -x1623 -x1624 x1625 x1626 x1627 -x1628 x1629 x1630 x1631 x1632 x1633 x1634 x1635 x1636 
3586.23/3597.01	v x1637 -x1638 -x1639 x1640 x1641 x1642 -x1643 -x1644 x1645 x1646 x1647 -x1648 x1649 x1650 x1651 x1652 x1653 x1654 x1655 x1656 
3586.23/3597.01	v -x1657 -x1658 x1659 x1660 x1661 -x1662 x1663 x1664 x1665 -x1666 -x1667 x1668 x1669 -x1670 x1671 x1672 -x1673 x1674 -x1675 
3586.23/3597.01	v x1676 x1677 x1678 x1679 x1680 x1681 -x1682 x1683 x1684 -x1685 x1686 x1687 -x1688 x1689 -x1690 x1691 x1692 x1693 x1694 -x1695 
3586.23/3597.01	v x1696 -x1697 x1698 -x1699 -x1700 -x1701 x1702 -x1703 -x1704 -x1705 -x1706 -x1707 -x48 -x47 -x46 -x45 x44 x43 x42 -x41 x1708 
3586.23/3597.01	v x1709 x1710 x1711 x1712 -x1713 x1714 x1715 x1716 x1717 x1718 x1719 x1720 x1721 x1722 -x1723 x1724 x1725 x1726 -x1727 x1728 x1729 
3586.23/3597.01	v x1730 x1731 x1732 x1733 x1734 x1735 -x1736 x1737 x1738 x1739 x1740 x1741 x1742 x1743 x1744 x1745 x1746 x1747 -x1748 x1749 
3586.23/3597.01	v x1750 x1751 x1752 x1753 x1754 -x1755 -x1756 -x1757 x1758 -x1759 -x1760 -x1761 -x1762 -x56 -x55 -x54 x53 x52 x51 x50 x49 -x1763 
3586.23/3597.01	v x1764 x1765 x1766 x1767 x1768 x1769 x1770 x1771 x1772 x1773 x1774 x1775 x1776 x1777 x1778 x1779 x1780 x1781 x1782 x1783 x1784 
3586.23/3597.01	v x1785 -x1786 x1787 -x1788 x1789 x1790 -x1791 -x1792 -x64 -x63 x62 -x61 -x60 x59 x58 x57 x1793 x1794 x1795 x1796 x1797 x1798 
3586.23/3597.01	v x1799 x1800 x1801 x1802 -x1803 x1804 -x1805 -x1806 -x72 -x71 x70 x69 -x68 x67 -x66 -x65 x1807 x1808 -x1809 -x1810 -x1811 -x80 
3586.23/3597.01	v -x79 x78 x77 -x76 x75 x74 -x73 -x1812 -x96 x95 x94 x93 -x92 x91 -x90 x89 -x88 x87 -x86 x85 -x84 x83 -x82 -x81 x8 -x7 -x6 
3586.23/3597.01	v -x5 -x4 x3 x2 x1 
3586.23/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3586.23/3597.01	c Total Time         :    3597.00
3586.23/3597.01	c   solving          :    3597.00
3586.23/3597.01	c   presolving       :       0.61 (included in solving)
3586.23/3597.01	c   reading          :       0.08 (included in solving)
3586.23/3597.01	c   copying          :       2.39 (168 #copies) (minimal 0.01, maximal 0.02, average 0.01)
3586.23/3597.01	c Original Problem   :
3586.23/3597.01	c   Problem name     : HOME/instance-4432661-1721096693.opb
3586.23/3597.01	c   Variables        : 1812 (1812 binary, 0 integer, 0 implicit integer, 0 continuous)
3586.23/3597.01	c   Constraints      : 3443 initial, 3443 maximal
3586.23/3597.01	c   Objective        : minimize, 8 non-zeros (abs.min = 1, abs.max = 128)
3586.23/3597.01	c Presolved Problem  :
3586.23/3597.01	c   Problem name     : t_HOME/instance-4432661-1721096693.opb
3586.23/3597.01	c   Variables        : 1809 (1809 binary, 0 integer, 0 implicit integer, 0 continuous)
3586.23/3597.01	c   Constraints      : 3407 initial, 7634 maximal
3586.23/3597.01	c   Objective        : minimize, 8 non-zeros (abs.min = 1, abs.max = 128)
3586.23/3597.01	c   Nonzeros         : 67115 constraint, 2364 clique table
3586.23/3597.01	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3586.23/3597.01	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   domcol           :       0.02       0.00      3          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   dualsparsify     :       0.08       0.00      1          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   gateextraction   :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   implics          :       0.00       0.00     12          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   milp             :       0.16       0.00      1          0          0          0          0          0       3443       1793          0          0
3586.23/3597.01	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   sparsify         :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   trivial          :       0.00       0.00     15          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   dualfix          :       0.00       0.00     15          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   probing          :       0.04       0.00      1          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   symmetry         :       0.07       0.00      1          0          0          0          0          0          0        715          0          0
3586.23/3597.01	c   vbounds          :       0.00       0.00      4          0          3          0          0          0          0          0          0          0
3586.23/3597.01	c   knapsack         :       0.01       0.00     31          0          0          0          0          0          4          7         28        158
3586.23/3597.01	c   setppc           :       0.01       0.00     22          0          0          0          0          0         15          0          0          0
3586.23/3597.01	c   linear           :       0.16       0.03     25          0          0          0          0          0          3          0        132        132
3586.23/3597.01	c   logicor          :       0.01       0.00     17          0          0          0          0          0         93          0          0        305
3586.23/3597.01	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   components       :       0.01       0.00      2          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3586.23/3597.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3586.23/3597.01	c   benderslp        :          0          0          0          0     250474          0          0      33338          0          0          0          0          0          0          0
3586.23/3597.01	c   integral         :          0          0          0          0     250474          0          0      33338          0          1       2125          0          0       2179     500420
3586.23/3597.01	c   knapsack         :        194        194         66    1870134          0          0          0      33331    1800813      16131    1027731       9050         98          0          0
3586.23/3597.01	c   setppc           :        730+      1181         66    1861198          0          0          0       3692      76845        287     484190         50          0          0          0
3586.23/3597.01	c   linear           :       1662+      1709         60    1861191          0          0          0       1900     692389     195748   24466500          0          0          0          0
3586.23/3597.01	c   logicor          :        821+      4654         60     712024          0          0          0          0     335440      13862     730394        701         35          0          0
3586.23/3597.01	c   benders          :          0          0          0          0          0          0          0          9          0          0          0          0          0          0          0
3586.23/3597.01	c   fixedvar         :          0          0          0          0          0          0          0          9          0          0          0          0          0          0          0
3586.23/3597.01	c   countsols        :          0          0          0          0          0          0          0          9          0          0          0          0          0          0          0
3586.23/3597.01	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3586.23/3597.01	c   benderslp        :       0.10       0.00       0.00       0.00       0.10       0.00       0.00       0.01       0.00       0.00
3586.23/3597.01	c   integral         :      26.70       0.00       0.00       0.00      26.69       0.00       0.00       0.01       0.00       0.00
3586.23/3597.01	c   knapsack         :      47.86       0.00       0.08      46.37       0.00       0.00       0.00       0.64       0.73       0.03
3586.23/3597.01	c   setppc           :       5.13       0.00       0.00       4.84       0.00       0.00       0.00       0.25       0.04       0.00
3586.23/3597.01	c   linear           :     265.26       0.03       0.01     263.94       0.00       0.00       0.00       0.02       0.93       0.34
3586.23/3597.01	c   logicor          :      34.85       0.00       0.01      34.47       0.00       0.00       0.00       0.00       0.34       0.03
3586.23/3597.01	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.23/3597.01	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.23/3597.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.23/3597.01	c   components       :       0.12       0.00       0.00       0.12       0.00       0.00       0.00       0.00       0.00       0.00
3586.23/3597.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3586.23/3597.01	c   dualfix          :          2          0          0          0
3586.23/3597.01	c   genvbounds       :          0          0          0          0
3586.23/3597.01	c   nlobbt           :          0          0          0          0
3586.23/3597.01	c   obbt             :          0          0          0          0
3586.23/3597.01	c   probing          :          0          0          0          0
3586.23/3597.01	c   pseudoobj        :    1228800       2497          4      11229
3586.23/3597.01	c   redcost          :     556082          0          0        711
3586.23/3597.01	c   rootredcost      :          5          0          0          0
3586.23/3597.01	c   symmetry         :          0          0          0          0
3586.23/3597.01	c   vbounds          :    1153842          0          0          0
3586.23/3597.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3586.23/3597.01	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3586.23/3597.01	c   genvbounds       :       0.29       0.00       0.00       0.29       0.00       0.00
3586.23/3597.01	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3586.23/3597.01	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3586.23/3597.01	c   probing          :       0.04       0.00       0.04       0.00       0.00       0.00
3586.23/3597.01	c   pseudoobj        :       1.66       0.00       0.00       1.66       0.00       0.00
3586.23/3597.01	c   redcost          :      16.13       0.00       0.00      16.13       0.00       0.00
3586.23/3597.01	c   rootredcost      :       0.26       0.00       0.00       0.26       0.00       0.00
3586.23/3597.01	c   symmetry         :       0.46       0.00       0.07       0.39       0.00       0.00
3586.23/3597.01	c   vbounds          :       9.59       0.00       0.00       9.58       0.00       0.00
3586.23/3597.01	c Symmetry           :
3586.23/3597.01	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3586.23/3597.01	c   orbital reduction:          0 reductions applied,          0 cutoffs
3586.23/3597.01	c   lexicographic red:          0 reductions applied,          0 cutoffs
3586.23/3597.01	c   shadow tree time :       0.00 s
3586.23/3597.01	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3586.23/3597.01	c   propagation      :       4.83      91247      88506          -     732907       36.1       4837       24.6          -          -          -
3586.23/3597.01	c   infeasible LP    :       3.51       9834       9834          -      51956       28.2       1127       21.8       9836       23.7          0
3586.23/3597.01	c   bound exceed. LP :       0.10        160        160          -        507       25.9         14       19.4        159       27.7        618
3586.23/3597.01	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3586.23/3597.01	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3586.23/3597.01	c   applied globally :       1.22          -          -          0     301596       27.9          -          -       9995          -          -
3586.23/3597.01	c   applied locally  :          -          -          -          0          4       20.0          -          -          0          -          -
3586.23/3597.01	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3586.23/3597.01	c   cut pool         :      34.26          -      65174        118          -          -     858861    4832616          -          -          -          -          -    (maximal pool size:      19437)
3586.23/3597.01	c   aggregation      :      14.97       0.00      10710         59          0          0     303117    2219399        398      87578      87549         29          0
3586.23/3597.01	c   > cmir           :          -          -          -          -          -          -          -     887606          1      28144      28144          0          -
3586.23/3597.01	c   > flowcover      :          -          -          -          -          -          -          -    1288151          1      57327      57326          1          -
3586.23/3597.01	c   > knapsackcover  :          -          -          -          -          -          -          -      43642        396       2107       2079         28          -
3586.23/3597.01	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   clique           :       0.31       0.00         59         59          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   gomory           :     184.50       0.00      10654         20          0          0     526527    2163962        220      64427      64422          5          0
3586.23/3597.01	c   > gomorymi       :          -          -          -          -          -          -          -     990090        125      34137      34135          2          -
3586.23/3597.01	c   > strongcg       :          -          -          -          -          -          -          -    1173872         95      30290      30287          3          -
3586.23/3597.01	c   impliedbounds    :       0.99       0.00      10711         59          0          0       4227      43341          0      38755      38755          0          0
3586.23/3597.01	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   mcf              :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   minor            :       0.01       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   multilinear      :       0.00       0.00       2225         66          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   rapidlearning    :      15.30       0.00        100          2          0       6686          0          0          0          0          0          0        184
3586.23/3597.01	c   rlt              :       0.02       0.00       5246         20          0          0          0          0          0          0          0          0          0
3586.23/3597.01	c   zerohalf         :      11.72       0.00      10661         31          0          0      25652     405914         46      39803      39788         15          0
3586.23/3597.01	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3586.23/3597.01	c   hybrid           :       2.01       0.00      54016         71     230698          0    4611681        683          0     241391
3586.23/3597.01	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.23/3597.01	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.23/3597.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3586.23/3597.01	c   problem variables:       0.00          -          0          0
3586.23/3597.01	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3586.23/3597.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3586.23/3597.01	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3586.23/3597.01	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3586.23/3597.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3586.23/3597.01	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.23/3597.01	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.23/3597.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.23/3597.01	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.23/3597.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.23/3597.01	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.23/3597.01	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.23/3597.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.23/3597.01	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.23/3597.01	c   relpscost        :      26.47       0.00     250474          0          0          1       2125          0       2246     500420
3586.23/3597.01	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3586.23/3597.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3586.23/3597.01	c   LP solutions     :       0.00          -          -          0          0
3586.23/3597.01	c   relax solutions  :       0.00          -          -          0          0
3586.23/3597.01	c   pseudo solutions :       0.00          -          -          0          0
3586.23/3597.01	c   strong branching :       0.00          -          -          0          0
3586.23/3597.01	c   actconsdiving    :       0.00       0.00          0          0          0
3586.23/3597.01	c   adaptivediving   :       3.11       0.00         79          0          0
3586.23/3597.01	c   alns             :       7.28       0.00         18          0          0
3586.23/3597.01	c   bound            :       0.00       0.00          0          0          0
3586.23/3597.01	c   clique           :       0.04       0.00          1          0          0
3586.23/3597.01	c   coefdiving       :       0.00       0.00          0          0          0
3586.23/3597.01	c   completesol      :       0.00       0.00          0          0          0
3586.23/3597.01	c   conflictdiving   :      61.43       0.00       4496          0          0
3586.23/3597.01	c   crossover        :       0.11       0.00          1          0          0
3586.23/3597.01	c   dins             :       0.00       0.00          0          0          0
3586.23/3597.01	c   distributiondivin:     236.53       0.00       3841          0          0
3586.23/3597.01	c   dps              :       0.00       0.00          0          0          0
3586.23/3597.01	c   dualval          :       0.00       0.00          0          0          0
3586.23/3597.01	c   farkasdiving     :       0.74       0.00          2          0          0
3586.23/3597.01	c   feasjump         :       0.10       0.00          2          0          0
3586.23/3597.01	c   feaspump         :      40.45       0.00        356          0          0
3586.23/3597.01	c   fixandinfer      :       0.00       0.00          0          0          0
3586.23/3597.01	c   fracdiving       :      56.95       0.00       4498          0          0
3586.23/3597.01	c   gins             :       0.08       0.00          0          0          0
3586.23/3597.01	c   guideddiving     :      64.92       0.00       3972          0          0
3586.23/3597.01	c   indcoefdiving    :       0.00       0.00          0          0          0
3586.23/3597.01	c   indicator        :       0.12       0.00          0          0          0
3586.23/3597.01	c   indicatordiving  :       0.00       0.00          0          0          0
3586.23/3597.01	c   indoneopt        :       0.10       0.00          0          0          0
3586.23/3597.01	c   indrounding      :       0.00       0.00          0          0          0
3586.23/3597.01	c   indtwoopt        :       0.00       0.00          0          0          0
3586.23/3597.01	c   intdiving        :       0.00       0.00          0          0          0
3586.23/3597.01	c   intshifting      :       0.01       0.00          0          0          0
3586.23/3597.01	c   linesearchdiving :      46.86       0.00       4497          0          0
3586.23/3597.01	c   localbranching   :       0.00       0.00          0          0          0
3586.23/3597.01	c   locks            :       0.02       0.00          1          0          0
3586.23/3597.01	c   lpface           :       0.15       0.00          0          0          0
3586.23/3597.01	c   mpec             :       0.00       0.00          0          0          0
3586.23/3597.01	c   multistart       :       0.00       0.00          0          0          0
3586.23/3597.01	c   mutation         :       0.00       0.00          0          0          0
3586.23/3597.01	c   nlpdiving        :       0.01       0.00          0          0          0
3586.23/3597.01	c   objpscostdiving  :      22.25       0.00        188          0          0
3586.23/3597.01	c   octane           :       0.00       0.00          0          0          0
3586.23/3597.01	c   ofins            :       0.06       0.00          0          0          0
3586.23/3597.01	c   oneopt           :       0.12       0.00          3          0          0
3586.23/3597.01	c   padm             :       0.00       0.00          0          0          0
3586.23/3597.01	c   proximity        :       0.00       0.00          0          0          0
3586.23/3597.01	c   pscostdiving     :      85.99       0.00       4497          0          0
3586.23/3597.01	c   randrounding     :       4.00       0.00      33382          0          0
3586.23/3597.01	c   rens             :       0.05       0.00          2          0          0
3586.23/3597.01	c   reoptsols        :       0.00       0.00          0          0          0
3586.23/3597.01	c   repair           :       0.00       0.00          0          0          0
3586.23/3597.01	c   rins             :      13.18       0.00         47          2          2
3586.23/3597.01	c   rootsoldiving    :      22.33       0.00        374          0          0
3586.23/3597.01	c   rounding         :       0.78       0.00       7682          0          0
3586.23/3597.01	c   scheduler        :       0.00       0.00          0          0          0
3586.23/3597.01	c   shiftandpropagate:       0.05       0.00          2          0          0
3586.23/3597.01	c   shifting         :       5.61       0.00       3869          0          0
3586.23/3597.01	c   simplerounding   :       0.10       0.00          0          0          0
3586.23/3597.01	c   smallcard        :       0.00       0.00          0          0          0
3586.23/3597.01	c   subnlp           :       0.17       0.00          0          0          0
3586.23/3597.01	c   trivial          :       0.00       0.00          4          0          0
3586.23/3597.01	c   trivialnegation  :       0.00       0.00          0          0          0
3586.23/3597.01	c   trustregion      :       0.00       0.00          0          0          0
3586.23/3597.01	c   trysol           :       0.08       0.00          0          0          0
3586.23/3597.01	c   twoopt           :       0.00       0.00          0          0          0
3586.23/3597.01	c   undercover       :       0.00       0.00          0          0          0
3586.23/3597.01	c   vbounds          :       0.05       0.00          2          0          0
3586.23/3597.01	c   veclendiving     :      91.81       0.00       4270          1          1
3586.23/3597.01	c   zeroobj          :       0.00       0.00          0          0          0
3586.23/3597.01	c   zirounding       :       0.24       0.00       1000          0          0
3586.23/3597.01	c   other solutions  :          -          -          -          0          -
3586.23/3597.01	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3586.23/3597.01	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
3586.23/3597.01	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
3586.23/3597.01	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
3586.23/3597.01	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
3586.23/3597.01	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
3586.23/3597.01	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
3586.23/3597.01	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
3586.23/3597.01	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
3586.23/3597.01	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
3586.23/3597.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3586.23/3597.01	c   primal LP        :      13.51      25088          0       0.00       0.00      13.51      25088
3586.23/3597.01	c   dual LP          :    1776.26     308476   45435277     147.81   25579.17       0.69       1096
3586.23/3597.01	c   lex dual LP      :       0.00          0          0       0.00          -
3586.23/3597.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3586.23/3597.01	c   resolve instable :       0.01          1        243     243.00          -
3586.23/3597.01	c   diving/probing LP:     404.80      60342   14220900     235.67   35130.73
3586.23/3597.01	c   strong branching :       1.13       1151      22441      19.50   19811.87          -          -         11
3586.23/3597.01	c     (at root node) :          -         46      19237     418.20          -
3586.23/3597.01	c   conflict analysis:       0.04         63        618       9.81   15740.41
3586.23/3597.01	c B&B Tree           :
3586.23/3597.01	c   number of runs   :          2
3586.23/3597.01	c   nodes            :     358316 (249374 internal, 108942 leaves)
3586.23/3597.01	c   feasible leaves  :          0
3586.23/3597.01	c   infeas. leaves   :     108841
3586.23/3597.01	c   objective leaves :        101
3586.23/3597.01	c   nodes (total)    :     359429 (250210 internal, 109219 leaves)
3586.23/3597.01	c   nodes left       :      99209
3586.23/3597.01	c   max depth        :         54
3586.23/3597.01	c   max depth (total):         54
3586.23/3597.01	c   backtracks       :      81851 (22.8%)
3586.23/3597.01	c   early backtracks :          0 (0.0%)
3586.23/3597.01	c   nodes exc. ref.  :          0 (0.0%)
3586.23/3597.01	c   delayed cutoffs  :      39389
3586.23/3597.01	c   repropagations   :      98334 (1145937 domain reductions, 21359 cutoffs)
3586.23/3597.01	c   avg switch length:       6.33
3586.23/3597.01	c   switching time   :     285.17
3586.23/3597.01	c Root Node          :
3586.23/3597.01	c   First LP value   : +1.10000000000000e+01
3586.23/3597.01	c   First LP Iters   :       1393 (19760.27 Iter/sec)
3586.23/3597.01	c   First LP Time    :       0.07
3586.23/3597.01	c   Final Dual Bound : +1.60000000000000e+01
3586.23/3597.01	c   Final Root Iters :      15223
3586.23/3597.01	c   Root LP Estimate : +1.00232077814399e+02
3586.23/3597.01	c Solution           :
3586.23/3597.01	c   Solutions found  :          3 (3 improvements)
3586.23/3597.01	c   First Solution   : +1.42000000000000e+02   (in run 2, after 206766 nodes, 2272.68 seconds, depth 70, found by <veclendiving>)
3586.23/3597.01	c   Gap First Sol.   :     373.33 %
3586.23/3597.01	c   Gap Last Sol.    :     350.00 %
3586.23/3597.01	c   Primal Bound     : +1.35000000000000e+02   (in run 2, after 207348 nodes, 2281.50 seconds, depth 25, found by <rins>)
3586.23/3597.01	c   Dual Bound       : +3.10069930069930e+01
3586.23/3597.01	c   Gap              :     335.39 %
3586.23/3597.01	c Integrals          :      Total       Avg%
3586.23/3597.01	c   primal-dual      :  330104.89      91.77
3586.23/3597.01	c   primal-ref       :          -          - (not evaluated)
3586.23/3597.01	c   dual-ref         :          -          - (not evaluated)
3586.82/3597.62	c Time complete: 3586.85.

Verifier Data

OK	135

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: 64059 MiB (61262 MiB free)
  memory of node 1: 64510 MiB (62420 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Current StackSize limit: 8192 KiB

solver pid=822947, runsolver pid=822944

[startup+0.100882 s]*
/proc/loadavg: 4.58 4.28 4.21 5/244 822948
/proc/meminfo: memFree=126637156/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=68308 memory=29932 CPUtime=0.1 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 4300 0 0 0 9 1 0 0 20 0 1 0 161825770 69947392 7483 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 17077 7483 3543 3540 0 5334 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 68308 KiB
Current children cumulated memory: 29932 KiB

[startup+0.213421 s]*
/proc/loadavg: 4.58 4.28 4.21 5/244 822948
/proc/meminfo: memFree=126610164/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=97596 memory=56496 CPUtime=0.21 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 10380 0 0 0 18 3 0 0 20 0 1 0 161825770 99938304 14124 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 24399 14124 3623 3540 0 12656 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 97596 KiB
Current children cumulated memory: 56496 KiB

[startup+0.31988 s]*
/proc/loadavg: 4.58 4.28 4.21 5/244 822948
/proc/meminfo: memFree=126598824/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=105620 memory=65316 CPUtime=0.31 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 14551 0 0 0 27 4 0 0 20 0 1 0 161825770 108154880 16329 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 26405 16329 3670 3540 0 14662 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 105620 KiB
Current children cumulated memory: 65316 KiB

[startup+0.700356 s]
/proc/loadavg: 4.58 4.28 4.21 5/244 822948
/proc/meminfo: memFree=126603292/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=137336 memory=90808 CPUtime=0.68 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 20991 0 0 0 62 6 0 0 20 0 1 0 161825770 140632064 22636 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 34334 22636 3798 3540 0 22591 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 137336 KiB
Current children cumulated memory: 90808 KiB

[startup+1.50034 s]
/proc/loadavg: 4.54 4.27 4.21 5/244 822948
/proc/meminfo: memFree=126552944/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=195648 memory=146120 CPUtime=1.47 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 33710 0 0 0 139 8 0 0 20 0 1 0 161825770 200343552 36530 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 48912 36530 3942 3540 0 37169 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 195648 KiB
Current children cumulated memory: 146120 KiB

[startup+3.11377 s]
/proc/loadavg: 4.54 4.27 4.21 5/244 822948
/proc/meminfo: memFree=126503940/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=207032 memory=158400 CPUtime=3.08 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 36716 0 0 0 299 9 0 0 20 0 1 0 161825770 212000768 39600 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 51758 39600 3981 3540 0 40015 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 207032 KiB
Current children cumulated memory: 158400 KiB

[startup+6.30108 s]
/proc/loadavg: 4.49 4.27 4.21 5/244 822948
/proc/meminfo: memFree=126494556/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=212944 memory=166312 CPUtime=6.26 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 38741 0 0 0 617 9 0 0 20 0 1 0 161825770 218054656 41578 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 53236 41578 3981 3540 0 41493 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 212944 KiB
Current children cumulated memory: 166312 KiB

[startup+12.7003 s]
/proc/loadavg: 4.53 4.28 4.21 5/244 822949
/proc/meminfo: memFree=126475836/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=225736 memory=179240 CPUtime=12.64 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 41955 0 0 0 1254 10 0 0 20 0 1 0 161825770 231153664 44810 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 56434 44810 3981 3540 0 44691 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 225736 KiB
Current children cumulated memory: 179240 KiB

[startup+25.5004 s]
/proc/loadavg: 4.45 4.27 4.21 5/244 822951
/proc/meminfo: memFree=126464228/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=228680 memory=182128 CPUtime=25.4 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 42719 0 0 0 2530 10 0 0 20 0 1 0 161825770 234168320 45532 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 57170 45532 3981 3540 0 45427 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 228680 KiB
Current children cumulated memory: 182128 KiB

[startup+51.113 s]
/proc/loadavg: 4.27 4.24 4.20 5/245 823340
/proc/meminfo: memFree=126401572/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=263628 memory=217448 CPUtime=50.94 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 65415 0 0 0 5080 14 0 0 20 0 1 0 161825770 269955072 54362 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 65907 54362 3981 3540 0 54164 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 263628 KiB
Current children cumulated memory: 217448 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.22 4.19 5/243 823349
/proc/meminfo: memFree=126304752/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=275304 memory=228976 CPUtime=101.98 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 75393 0 0 0 10182 16 0 0 20 0 1 0 161825770 281911296 57244 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 68826 57244 3981 3540 0 57083 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 275304 KiB
Current children cumulated memory: 228976 KiB

[startup+162.3 s]
/proc/loadavg: 4.18 4.21 4.19 5/243 823359
/proc/meminfo: memFree=126209772/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=276196 memory=229640 CPUtime=161.81 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 75573 0 0 0 16165 16 0 0 20 0 1 0 161825770 282824704 57410 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 69049 57410 3981 3540 0 57306 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 276196 KiB
Current children cumulated memory: 229640 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.18 4.18 5/245 823539
/proc/meminfo: memFree=126115348/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=295096 memory=248728 CPUtime=221.64 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 80481 0 0 0 22147 17 0 0 20 0 1 0 161825770 302178304 62182 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 73774 62182 3981 3540 0 62031 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 295096 KiB
Current children cumulated memory: 248728 KiB

[startup+282.3 s]
/proc/loadavg: 4.21 4.19 4.18 5/245 823550
/proc/meminfo: memFree=126010232/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=314444 memory=267124 CPUtime=281.47 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 84655 0 0 0 28129 18 0 0 20 0 1 0 161825770 321990656 66781 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 78611 66781 3981 3540 0 66868 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 314444 KiB
Current children cumulated memory: 267124 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.17 4.18 5/246 823617
/proc/meminfo: memFree=125856672/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=338060 memory=290440 CPUtime=341.29 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 89656 0 0 0 34110 19 0 0 20 0 1 0 161825770 346173440 72610 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 84515 72610 3981 3540 0 72772 0
Current children cumulated CPU time: 341.29 s
Current children cumulated vsize: 338060 KiB
Current children cumulated memory: 290440 KiB

[startup+402.3 s]
/proc/loadavg: 4.16 4.17 4.18 5/246 823627
/proc/meminfo: memFree=125710496/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=378684 memory=329400 CPUtime=401.12 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 99498 0 0 0 40091 21 0 0 20 0 1 0 161825770 387772416 82350 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 94671 82350 3981 3540 0 82928 0
Current children cumulated CPU time: 401.12 s
Current children cumulated vsize: 378684 KiB
Current children cumulated memory: 329400 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.17 4.18 5/246 823638
/proc/meminfo: memFree=125607076/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=380504 memory=332552 CPUtime=460.94 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 100299 0 0 0 46073 21 0 0 20 0 1 0 161825770 389636096 83138 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 95126 83138 3981 3540 0 83383 0

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

/proc/loadavg: 4.08 4.22 4.21 5/242 826213
/proc/meminfo: memFree=125159884/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=1631308 memory=1582792 CPUtime=3152.73 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 461354 0 0 0 315164 109 0 0 20 0 1 0 161825770 1670459392 395698 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 407827 395698 4163 3540 0 396084 0
Current children cumulated CPU time: 3152.73 s
Current children cumulated vsize: 1631308 KiB
Current children cumulated memory: 1582792 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.19 4.20 5/242 826223
/proc/meminfo: memFree=125061960/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=1653952 memory=1607896 CPUtime=3212.56 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 467590 0 0 0 321146 110 0 0 20 0 1 0 161825770 1693646848 401974 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 413488 401974 4163 3540 0 401745 0
Current children cumulated CPU time: 3212.56 s
Current children cumulated vsize: 1653952 KiB
Current children cumulated memory: 1607896 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.20 4.20 5/241 826280
/proc/meminfo: memFree=126811796/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=1698760 memory=1641820 CPUtime=3272.39 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 480599 0 0 0 327126 113 0 0 20 0 1 0 161825770 1739530240 410455 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 424690 410455 4163 3540 0 412947 0
Current children cumulated CPU time: 3272.39 s
Current children cumulated vsize: 1698760 KiB
Current children cumulated memory: 1641820 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.18 4.19 5/243 826294
/proc/meminfo: memFree=126615552/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=1745692 memory=1670668 CPUtime=3332.23 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 487237 0 0 0 333108 115 0 0 20 0 1 0 161825770 1787588608 417667 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 436423 417667 4163 3540 0 424680 0
Current children cumulated CPU time: 3332.23 s
Current children cumulated vsize: 1745692 KiB
Current children cumulated memory: 1670668 KiB

[startup+3402.3 s]
/proc/loadavg: 4.05 4.14 4.17 5/243 826304
/proc/meminfo: memFree=126553820/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=1773356 memory=1694444 CPUtime=3392.06 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 499038 0 0 0 339089 117 0 0 20 0 1 0 161825770 1815916544 423611 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 443339 423611 4163 3540 0 431596 0
Current children cumulated CPU time: 3392.06 s
Current children cumulated vsize: 1773356 KiB
Current children cumulated memory: 1694444 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.14 4.17 5/243 826315
/proc/meminfo: memFree=126470632/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=1795148 memory=1720256 CPUtime=3451.89 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 512300 0 0 0 345071 118 0 0 20 0 1 0 161825770 1838231552 430064 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 448787 430064 4163 3540 0 437044 0
Current children cumulated CPU time: 3451.89 s
Current children cumulated vsize: 1795148 KiB
Current children cumulated memory: 1720256 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.13 4.17 5/243 826325
/proc/meminfo: memFree=126360488/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=1824036 memory=1754132 CPUtime=3511.73 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 520500 0 0 0 351053 120 0 0 20 0 1 0 161825770 1867812864 438533 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 456009 438533 4163 3540 0 444266 0
Current children cumulated CPU time: 3511.73 s
Current children cumulated vsize: 1824036 KiB
Current children cumulated memory: 1754132 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.12 4.16 5/243 826335
/proc/meminfo: memFree=126269036/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=1860964 memory=1789236 CPUtime=3571.56 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 530276 0 0 0 357033 123 0 0 20 0 1 0 161825770 1905627136 447309 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 465241 447309 4163 3540 0 453498 0
Current children cumulated CPU time: 3571.56 s
Current children cumulated vsize: 1860964 KiB
Current children cumulated memory: 1789236 KiB

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

# cumulated CPU time of all completed processes:  user=3585.62 s, system=1.24664 s

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

[startup+3584 s]*
/proc/loadavg: 4.07 4.12 4.16 5/243 826335
/proc/meminfo: memFree=126265816/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=1860964 memory=1789236 CPUtime=3573.27 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 530286 0 0 0 357204 123 0 0 20 0 1 0 161825770 1905627136 447309 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 465241 447309 4163 3540 0 453498 0
Current children cumulated CPU time: 3573.27 s
Current children cumulated vsize: 1860964 KiB
Current children cumulated memory: 1789236 KiB

[startup+3590.4 s]
/proc/loadavg: 4.07 4.12 4.16 5/243 826337
/proc/meminfo: memFree=126247516/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=1860964 memory=1789416 CPUtime=3579.64 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 530427 0 0 0 357841 123 0 0 20 0 1 0 161825770 1905627136 447354 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 465241 447354 4163 3540 0 453498 0
Current children cumulated CPU time: 3579.64 s
Current children cumulated vsize: 1860964 KiB
Current children cumulated memory: 1789416 KiB

[startup+3593.6 s]
/proc/loadavg: 4.14 4.13 4.17 5/243 826337
/proc/meminfo: memFree=126245340/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=1860964 memory=1789960 CPUtime=3582.83 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 530606 0 0 0 358160 123 0 0 20 0 1 0 161825770 1905627136 447490 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 465241 447490 4163 3540 0 453498 0
Current children cumulated CPU time: 3582.83 s
Current children cumulated vsize: 1860964 KiB
Current children cumulated memory: 1789960 KiB

[startup+3595.2 s]
/proc/loadavg: 4.14 4.13 4.17 5/243 826337
/proc/meminfo: memFree=126244108/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=1860964 memory=1790224 CPUtime=3584.43 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 530694 0 0 0 358320 123 0 0 20 0 1 0 161825770 1905627136 447556 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 465241 447556 4163 3540 0 453498 0
Current children cumulated CPU time: 3584.43 s
Current children cumulated vsize: 1860964 KiB
Current children cumulated memory: 1790224 KiB

[startup+3596.8 s]
/proc/loadavg: 4.14 4.13 4.17 5/243 826337
/proc/meminfo: memFree=126241696/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=1860964 memory=1792532 CPUtime=3586.02 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 530705 0 0 0 358479 123 0 0 20 0 1 0 161825770 1905627136 448133 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 465241 448133 4163 3540 0 453498 0
Current children cumulated CPU time: 3586.02 s
Current children cumulated vsize: 1860964 KiB
Current children cumulated memory: 1792532 KiB

[startup+3597.2 s]
/proc/loadavg: 4.13 4.13 4.17 5/243 826337
/proc/meminfo: memFree=126241668/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=1860964 memory=1792532 CPUtime=3586.42 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 530712 0 0 0 358519 123 0 0 20 0 1 0 161825770 1905627136 448133 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 465241 448133 4163 3540 0 453498 0
Current children cumulated CPU time: 3586.42 s
Current children cumulated vsize: 1860964 KiB
Current children cumulated memory: 1792532 KiB

[startup+3597.6 s]
/proc/loadavg: 4.13 4.13 4.17 5/243 826337
/proc/meminfo: memFree=126241668/131655788 swapFree=131071996/131071996
[pid=822947] ppid=822944 vsize=1859272 memory=1790856 CPUtime=3586.82 cores=1,3
/proc/822947/stat : 822947 (pbscip) R 822944 822947 820487 0 -1 4194304 530718 0 0 0 358559 123 0 0 20 0 1 0 161825770 1903894528 447714 134679101440 4194304 18693293 140720794094400 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 57036800 140720794100740 140720794100839 140720794100839 140720794107854 0
/proc/822947/statm: 464818 447714 4163 3540 0 453075 0
Current children cumulated CPU time: 3586.82 s
Current children cumulated vsize: 1859272 KiB
Current children cumulated memory: 1790856 KiB

Child status: 0

Real time (s): 3597.63
CPU time (s): 3586.86
CPU user time (s): 3585.62
CPU system time (s): 1.24664
CPU usage (%): 99.7006
Max. virtual memory (cumulated for all children) (KiB): 1860964
Max. memory (cumulated for all children) (KiB): 1792532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.62
system time used= 1.24664
maximum resident set size= 1792532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 530724
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= 143
involuntary context switches= 4599


# summary of solver processes directly reported to runsolver:
#   pid: 822947
#   total CPU time (s): 3586.86
#   total CPU user time (s): 3585.62
#   total CPU system time (s): 1.24664

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2299 second user time and 36.2255 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-16 04:25:06
IDJOB=4432661
IDBENCH=147622
IDSOLVER=3059
FILE ID=nodeC008/4432661-1721096693
RUNJOBID= nodeC008-1721091858-820499
SLURM_JOB_ID= 7505586
Free space on /tmp= 723712 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_12.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-4432661-1721096693/watcher-4432661-1721096693 -o /tmp/evaluation-result-4432661-1721096693/solver-4432661-1721096693 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721091858-820499 --watchdog 3760  pbscip -f HOME/instance-4432661-1721096693.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 88220551ed2e54bab314d6806833f69c
RANDOM SEED=877274575

nodeC008.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	: 0xb00001f
cpu MHz		: 3617.179
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.91
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	: 0xb00001f
cpu MHz		: 1197.245
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.473
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.91
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	: 0xb00001f
cpu MHz		: 1197.250
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 3540.974
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.91
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	: 0xb00001f
cpu MHz		: 3578.386
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.445
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.91
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	: 0xb00001f
cpu MHz		: 1197.391
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        126651072 kB
MemAvailable:   126920904 kB
Buffers:          399256 kB
Cached:           714888 kB
SwapCached:            0 kB
Active:           627992 kB
Inactive:        3852548 kB
Active(anon):       1476 kB
Inactive(anon):  3402684 kB
Active(file):     626516 kB
Inactive(file):   449864 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             19540 kB
Writeback:             0 kB
AnonPages:       3366504 kB
Mapped:           139264 kB
Shmem:             37704 kB
KReclaimable:      66968 kB
Slab:             160496 kB
SReclaimable:      66968 kB
SUnreclaim:        93528 kB
KernelStack:        3888 kB
PageTables:        16292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    3747216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51616 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1531904 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:      170824 kB
DirectMap2M:    19656704 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723692 MiB
End job on nodeC008 at 2024-07-16 05:25:03