Trace number 4515141

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 NameAnswerCPU timeWall clock time
SCIP 2025-06-13? 3584.24 3597.05

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-cvs16r70-62.0.s.opb
MD5SUM4e99b38fa81d8e2d96927a91dd0f6056
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.10937
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2112
Total number of constraints3279
Number of constraints which are clauses3200
Number of constraints which are cardinality constraints (but not clauses)79
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint1120
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1162
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

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 8.0.0] [GitHash: 0408ae5eca]
0.00/0.00	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c External libraries: 
0.00/0.00	c   SoPlex 8.0.0         Linear programming solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: 67f6a391]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 4.0.0        AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 3.0.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   bliss 0.77           Computing Graph Automorphisms by T. Junttila and P. Kaski (users.aalto.fi/~tjunttil/bliss)
0.00/0.00	c   sassy 2.0            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c 
0.00/0.00	c reading problem <HOME/instance-4515141-1751233442.opb>
0.00/0.01	c original problem has 2112 variables (2112 bin, 0 int, 0 cont) and 3279 constraints
0.00/0.01	c problem read in 0.008 seconds
0.00/0.01	c problem without objective
0.00/0.01	c presolving:
0.00/0.02	c    (0.0s) running MILP presolver
0.00/0.02	c    (0.0s) MILP presolver found nothing
0.00/0.03	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3279 upgd conss, 0 impls, 3262 clqs
0.39/0.42	c    (0.4s) probing: 1000/2112 (47.3%) - 0 fixings, 0 aggregations, 48510 implications, 0 bound changes
0.39/0.42	c    (0.4s) probing: 1001/2112 (47.4%) - 0 fixings, 0 aggregations, 48585 implications, 0 bound changes
0.39/0.42	c    (0.4s) probing aborted: 1000/1000 successive useless probings
0.39/0.43	c    (0.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.39/0.43	c    (0.4s) symmetry computation finished: 15 generators found (max: 1500, log10 of symmetry group size: 13.32) (symcode time: 0.01)
0.39/0.44	c dynamic symmetry handling statistics:
0.39/0.44	c    orbitopal reduction:       no components
0.39/0.44	c    orbital reduction:         no components
0.39/0.44	c    lexicographic reduction:   no permutations
0.39/0.44	c handled 1 out of 1 symmetry components
0.39/0.44	c (round 2, exhaustive) 460 del vars, 0 del conss, 1 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3279 upgd conss, 0 impls, 4927 clqs
0.39/0.44	c (round 3, fast)       800 del vars, 1176 del conss, 1 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3279 upgd conss, 0 impls, 4927 clqs
0.39/0.48	c    (0.5s) probing: 1101/2112 (52.1%) - 0 fixings, 0 aggregations, 53385 implications, 0 bound changes
0.39/0.48	c    (0.5s) probing aborted: 1000/1000 successive useless probings
0.39/0.48	c presolving (4 rounds: 4 fast, 3 medium, 3 exhaustive):
0.39/0.48	c  800 deleted vars, 1176 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.48	c  0 implications, 9257 cliques
0.39/0.48	c presolved problem has 1652 variables (1652 bin, 0 int, 0 cont) and 2104 constraints
0.39/0.48	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
0.39/0.48	c      17 constraints of type <knapsack>
0.39/0.48	c    2086 constraints of type <setppc>
0.39/0.48	c       1 constraints of type <orbitope_pp>
0.39/0.48	c transformed objective value is always integral (scale: 1)
0.39/0.48	c Presolving Time: 0.47
0.39/0.48	c 
0.39/0.48	c - non default parameters ----------------------------------------------------------------------
0.39/0.48	c 
0.39/0.48	c # SCIP version 10.0.0
0.39/0.48	c 
0.39/0.48	c # maximal time in seconds to run
0.39/0.48	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.39/0.48	c limits/time = 3596.998009
0.39/0.48	c 
0.39/0.48	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.48	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.39/0.48	c limits/memory = 27900
0.39/0.48	c 
0.39/0.48	c # belongs reading time to solving time?
0.39/0.48	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.39/0.48	c timing/reading = TRUE
0.39/0.48	c 
0.39/0.48	c # maximum allowed 'intsize' (i.e. the number of bits required to represent the sum of absolute values of all integers that appear in a constraint or objective function) or -1 for unlimited
0.39/0.48	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
0.39/0.48	c reading/opbreader/maxintsize = 47
0.39/0.48	c 
0.39/0.48	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
0.39/0.48	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
0.39/0.48	c propagating/genvbounds/timingmask = 0
0.39/0.48	c 
0.39/0.48	c -----------------------------------------------------------------------------------------------
0.39/0.48	c 
0.59/0.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.59/0.66	c   0.7s|     1 |     0 |  1643 |     - |    45M |   0 |1652 |2113 |2103 |   0 |  0 |  11 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.58/1.63	c   1.6s|     1 |     0 |  9552 |     - |    49M |   0 |1652 |2113 |2106 |   3 |  1 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.38/2.40	c   2.4s|     1 |     0 |  9799 |     - |    56M |   0 |1652 |2113 |2110 |   7 |  2 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.58/2.63	c   2.6s|     1 |     0 |  9969 |     - |    58M |   0 |1652 |2118 |2116 |  13 |  3 |  17 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.78/2.83	c   2.8s|     1 |     0 | 10114 |     - |    58M |   0 |1652 |2119 |2123 |  20 |  4 |  18 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.98/3.06	c   3.1s|     1 |     0 | 10337 |     - |    59M |   0 |1652 |2119 |2127 |  24 |  5 |  18 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.18/3.28	c   3.3s|     1 |     0 | 10482 |     - |    60M |   0 |1652 |2125 |2132 |  29 |  6 |  24 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.47/3.51	c   3.5s|     1 |     0 | 10593 |     - |    61M |   0 |1652 |2125 |2136 |  33 |  7 |  24 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.67/3.70	c   3.7s|     1 |     0 | 10639 |     - |    62M |   0 |1652 |2125 |2138 |  35 |  8 |  25 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.77/3.86	c   3.9s|     1 |     0 | 10708 |     - |    62M |   0 |1652 |2125 |2141 |  38 |  9 |  25 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.98/4.01	c   4.0s|     1 |     0 | 10765 |     - |    62M |   0 |1652 |2126 |2142 |  39 | 10 |  26 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.98/4.09	c   4.1s|     1 |     0 | 10827 |     - |    62M |   0 |1652 |2126 |2140 |  40 | 11 |  26 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.17/5.26	c   5.3s|     1 |     2 | 14642 |     - |    63M |   0 |1652 |2171 |2140 |  40 | 11 |  71 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.66/8.76	c   8.8s|   100 |    33 | 30031 | 194.0 |    64M |  33 |1652 |2447 |2128 |  48 |  1 | 347 |  11 | 0.000000e+00 |      --      |    Inf | unknown
12.95/13.06	c  13.1s|   200 |    69 | 67174 | 283.2 |    65M |  33 |1652 |2962 |2128 |  51 |  1 | 862 |  11 | 0.000000e+00 |      --      |    Inf | unknown
14.24/14.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
14.24/14.35	c  14.3s|   300 |    75 | 77515 | 223.1 |    66M |  33 |1652 |3247 |2128 |  51 |  0 |1147 |  11 | 0.000000e+00 |      --      |    Inf | unknown
16.13/16.29	c  16.3s|   400 |    77 | 93871 | 208.1 |    66M |  33 |1652 |3459 |2128 |  52 |  0 |1360 |  11 | 0.000000e+00 |      --      |    Inf | unknown
20.22/20.39	c  20.4s|   500 |    93 |122885 | 224.6 |    67M |  33 |1652 |3897 |2128 |  70 |  1 |1820 |  11 | 0.000000e+00 |      --      |    Inf | unknown
26.10/26.22	c  26.2s|   600 |   127 |166135 | 259.3 |    69M |  33 |1652 |4211 |2121 |  85 |  1 |2198 |  11 | 0.000000e+00 |      --      |    Inf | unknown
30.89/31.04	c  31.0s|   700 |   159 |199391 | 269.8 |    69M |  33 |1652 |4524 |2129 |  93 |  0 |2564 |  11 | 0.000000e+00 |      --      |    Inf | unknown
33.37/33.54	c  33.5s|   800 |   171 |219759 | 261.5 |    69M |  33 |1652 |4784 |2128 |  93 |  0 |2862 |  11 | 0.000000e+00 |      --      |    Inf | unknown
38.76/38.90	c  38.9s|   900 |   205 |262991 | 280.5 |    71M |  33 |1652 |5044 |2128 |  96 |  1 |3184 |  11 | 0.000000e+00 |      --      |    Inf | unknown
40.55/40.77	c  40.8s|  1000 |   209 |276544 | 266.0 |    71M |  33 |1652 |5166 |2128 |  99 |  1 |3340 |  11 | 0.000000e+00 |      --      |    Inf | unknown
42.64/42.80	c  42.8s|  1100 |   213 |291146 | 255.1 |    71M |  35 |1652 |5320 |2127 | 100 |  1 |3549 |  11 | 0.000000e+00 |      --      |    Inf | unknown
44.94/45.13	c  45.1s|  1200 |   217 |306247 | 246.4 |    71M |  35 |1652 |5441 |2128 | 102 |  0 |3700 |  11 | 0.000000e+00 |      --      |    Inf | unknown
46.43/46.62	c  46.6s|  1300 |   215 |316025 | 235.0 |    71M |  35 |1652 |5562 |2128 | 103 |  1 |3860 |  11 | 0.000000e+00 |      --      |    Inf | unknown
48.32/48.50	c  48.5s|  1400 |   217 |330248 | 228.3 |    72M |  35 |1652 |5735 |2128 | 105 |  1 |4108 |  11 | 0.000000e+00 |      --      |    Inf | unknown
49.72/49.98	c  50.0s|  1500 |   211 |339581 | 219.3 |    72M |  35 |1652 |5812 |2128 | 110 |  0 |4232 |  11 | 0.000000e+00 |      --      |    Inf | unknown
51.11/51.31	c  51.3s|  1600 |   211 |350261 | 212.3 |    72M |  35 |1652 |6033 |2129 | 112 |  0 |4498 |  11 | 0.000000e+00 |      --      |    Inf | unknown
52.92/53.18	c  53.2s|  1700 |   224 |363212 | 207.4 |    72M |  35 |1652 |6185 |2128 | 113 |  1 |4731 |  11 | 0.000000e+00 |      --      |    Inf | unknown
54.41/54.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
54.41/54.60	c  54.6s|  1800 |   229 |374058 | 201.9 |    72M |  35 |1652 |6365 |2128 | 113 |  1 |4942 |  11 | 0.000000e+00 |      --      |    Inf | unknown
55.30/55.50	c  55.5s|  1900 |   229 |381304 | 195.1 |    72M |  35 |1652 |6415 |2128 | 113 |  1 |5018 |  11 | 0.000000e+00 |      --      |    Inf | unknown
57.50/57.73	c  57.7s|  2000 |   235 |395909 | 192.6 |    73M |  35 |1652 |6511 |2128 | 121 |  1 |5183 |  11 | 0.000000e+00 |      --      |    Inf | unknown
58.39/58.68	c  58.7s|  2100 |   235 |403656 | 187.2 |    73M |  35 |1652 |6653 |2128 | 122 |  1 |5336 |  11 | 0.000000e+00 |      --      |    Inf | unknown
59.19/59.48	c  59.5s|  2200 |   235 |410794 | 181.9 |    73M |  35 |1652 |6679 |2128 | 122 |  0 |5376 |  11 | 0.000000e+00 |      --      |    Inf | unknown
60.28/60.55	c  60.6s|  2300 |   235 |419385 | 177.7 |    73M |  35 |1652 |6703 |2124 | 123 |  1 |5436 |  11 | 0.000000e+00 |      --      |    Inf | unknown
60.89/61.16	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
60.89/61.16	c (run 1, node 2342) performing user restart
60.89/61.16	c 
60.89/61.16	c (restart) converted 18 cuts from the global cut pool into linear constraints
60.89/61.16	c 
60.89/61.19	c presolving:
60.98/61.25	c (round 1, exhaustive) 0 del vars, 3 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 17 upgd conss, 0 impls, 9257 clqs
61.48/61.76	c (round 2, exhaustive) 0 del vars, 1809 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 165 chg coeffs, 17 upgd conss, 0 impls, 9257 clqs
62.18/62.48	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
62.18/62.48	c  0 deleted vars, 1812 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 177 changed coefficients
62.18/62.48	c  0 implications, 9257 cliques
62.18/62.48	c presolved problem has 1652 variables (1652 bin, 0 int, 0 cont) and 4941 constraints
62.18/62.48	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
62.18/62.48	c      34 constraints of type <knapsack>
62.18/62.48	c    2088 constraints of type <setppc>
62.18/62.48	c       1 constraints of type <linear>
62.18/62.48	c       1 constraints of type <orbitope_pp>
62.18/62.48	c    2817 constraints of type <logicor>
62.18/62.48	c transformed objective value is always integral (scale: 1)
62.18/62.48	c Presolving Time: 1.79
62.18/62.48	c 
62.38/62.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
62.38/62.62	c  62.6s|     1 |     0 |425099 |     - |   130M |   0 |1652 |4774 |2121 |   0 |  0 |5477 |  11 | 0.000000e+00 |      --      |    Inf | unknown
62.78/63.06	c  63.1s|     1 |     0 |425224 |     - |   130M |   0 |1652 |4774 |2130 |   9 |  1 |5484 |  11 | 0.000000e+00 |      --      |    Inf | unknown
62.88/63.19	c  63.2s|     1 |     0 |425331 |     - |   131M |   0 |1652 |4770 |2133 |  12 |  2 |5485 |  11 | 0.000000e+00 |      --      |    Inf | unknown
63.07/63.32	c  63.3s|     1 |     0 |425420 |     - |   131M |   0 |1652 |4772 |2137 |  16 |  3 |5488 |  11 | 0.000000e+00 |      --      |    Inf | unknown
63.17/63.46	c  63.5s|     1 |     0 |425523 |     - |   132M |   0 |1652 |4769 |2139 |  18 |  4 |5488 |  11 | 0.000000e+00 |      --      |    Inf | unknown
63.27/63.58	c  63.6s|     1 |     0 |425571 |     - |   132M |   0 |1652 |4778 |2140 |  19 |  5 |5498 |  11 | 0.000000e+00 |      --      |    Inf | unknown
63.37/63.70	c  63.7s|     1 |     0 |425651 |     - |   133M |   0 |1652 |4784 |2142 |  21 |  6 |5504 |  11 | 0.000000e+00 |      --      |    Inf | unknown
63.57/63.83	c  63.8s|     1 |     0 |425768 |     - |   133M |   0 |1652 |4780 |2144 |  23 |  7 |5504 |  11 | 0.000000e+00 |      --      |    Inf | unknown
63.67/63.95	c  64.0s|     1 |     0 |425840 |     - |   133M |   0 |1652 |4779 |2149 |  28 |  8 |5504 |  11 | 0.000000e+00 |      --      |    Inf | unknown
63.78/64.07	c  64.1s|     1 |     0 |425870 |     - |   133M |   0 |1652 |4779 |2151 |  30 |  9 |5504 |  11 | 0.000000e+00 |      --      |    Inf | unknown
63.88/64.19	c  64.2s|     1 |     0 |425917 |     - |   133M |   0 |1652 |4789 |2152 |  31 | 10 |5514 |  11 | 0.000000e+00 |      --      |    Inf | unknown
63.97/64.26	c  64.3s|     1 |     0 |425992 |     - |   134M |   0 |1652 |4788 |2155 |  34 | 11 |5514 |  11 | 0.000000e+00 |      --      |    Inf | unknown
67.77/68.01	c  68.0s|     1 |     2 |428649 |     - |   134M |   0 |1652 |4788 |2155 |  34 | 11 |5524 |  22 | 0.000000e+00 |      --      |    Inf | unknown
77.34/77.60	c  77.6s|   100 |    30 |494388 | 197.0 |   135M |  23 |1652 |5046 |2121 |  39 |  1 |5985 |  22 | 0.000000e+00 |      --      |    Inf | unknown
79.33/79.61	c  79.6s|   200 |    40 |509419 | 195.2 |   135M |  29 |1652 |5073 |2121 |  50 |  1 |6072 |  22 | 0.000000e+00 |      --      |    Inf | unknown
80.43/80.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
80.43/80.78	c  80.8s|   300 |    42 |520129 | 191.9 |   135M |  34 |1652 |5210 |2122 |  52 |  0 |6248 |  22 | 0.000000e+00 |      --      |    Inf | unknown
81.52/81.81	c  81.8s|   400 |    46 |529815 | 188.4 |   135M |  34 |1652 |5241 |2121 |  55 |  2 |6292 |  22 | 0.000000e+00 |      --      |    Inf | unknown
82.52/82.89	c  82.9s|   500 |    42 |539984 | 185.3 |   135M |  34 |1652 |5329 |2121 |  57 |  0 |6386 |  22 | 0.000000e+00 |      --      |    Inf | unknown
83.83/84.14	c  84.1s|   600 |    38 |551730 | 183.0 |   135M |  34 |1652 |5391 |2121 |  60 |  0 |6460 |  22 | 0.000000e+00 |      --      |    Inf | unknown
85.42/85.71	c  85.7s|   700 |    40 |568841 | 182.6 |   135M |  34 |1652 |5521 |2122 |  65 |  2 |6602 |  22 | 0.000000e+00 |      --      |    Inf | unknown
86.61/86.92	c  86.9s|   800 |    36 |580458 | 180.5 |   136M |  34 |1652 |5590 |2120 |  69 |  0 |6705 |  22 | 0.000000e+00 |      --      |    Inf | unknown
87.41/87.73	c  87.7s|   900 |    52 |589472 | 177.7 |   136M |  40 |1652 |5684 |2121 |  73 |  1 |6885 |  22 | 0.000000e+00 |      --      |    Inf | unknown
88.11/88.42	c  88.4s|  1000 |    45 |596329 | 174.5 |   136M |  40 |1652 |5894 |2122 |  75 |  0 |7100 |  22 | 0.000000e+00 |      --      |    Inf | unknown
89.01/89.31	c  89.3s|  1100 |    39 |605074 | 171.9 |   136M |  40 |1652 |6054 |2121 |  75 |  0 |7308 |  22 | 0.000000e+00 |      --      |    Inf | unknown
90.10/90.41	c  90.4s|  1200 |    41 |615515 | 170.0 |   136M |  40 |1652 |6056 |2121 |  75 |  1 |7342 |  22 | 0.000000e+00 |      --      |    Inf | unknown
91.10/91.49	c  91.5s|  1300 |    41 |625834 | 168.2 |   136M |  40 |1652 |6135 |2121 |  75 |  1 |7464 |  22 | 0.000000e+00 |      --      |    Inf | unknown
92.30/92.68	c  92.7s|  1400 |    39 |637027 | 166.7 |   136M |  40 |1652 |6244 |2121 |  76 |  1 |7624 |  22 | 0.000000e+00 |      --      |    Inf | unknown
93.40/93.77	c  93.8s|  1500 |    39 |647533 | 165.1 |   136M |  40 |1652 |6348 |2121 |  81 |  1 |7735 |  22 | 0.000000e+00 |      --      |    Inf | unknown
94.49/94.85	c  94.8s|  1600 |    46 |657680 | 163.5 |   136M |  40 |1652 |6509 |2120 |  82 |  1 |7929 |  22 | 0.000000e+00 |      --      |    Inf | unknown
95.39/95.77	c  95.8s|  1700 |    45 |666523 | 161.6 |   137M |  40 |1652 |6725 |2120 |  82 |  0 |8160 |  22 | 0.000000e+00 |      --      |    Inf | unknown
96.19/96.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
96.19/96.56	c  96.6s|  1800 |    47 |673908 | 159.5 |   137M |  40 |1652 |6961 |2120 |  82 |  1 |8400 |  22 | 0.000000e+00 |      --      |    Inf | unknown
96.99/97.34	c  97.3s|  1900 |    47 |681313 | 157.5 |   138M |  40 |1652 |7151 |2120 |  83 |  1 |8603 |  22 | 0.000000e+00 |      --      |    Inf | unknown
97.89/98.21	c  98.2s|  2000 |    45 |689661 | 155.8 |   138M |  40 |1652 |7336 |2121 |  83 |  1 |8794 |  22 | 0.000000e+00 |      --      |    Inf | unknown
98.69/99.06	c  99.1s|  2100 |    45 |697372 | 154.0 |   138M |  40 |1652 |7532 |2121 |  86 |  1 |8995 |  22 | 0.000000e+00 |      --      |    Inf | unknown
99.48/99.81	c  99.8s|  2200 |    43 |703967 | 152.1 |   138M |  40 |1652 |7702 |2120 |  87 |  0 |9168 |  22 | 0.000000e+00 |      --      |    Inf | unknown
100.58/100.93	c   101s|  2300 |    45 |714209 | 151.0 |   138M |  40 |1652 |7864 |2122 |  91 |  1 |9368 |  22 | 0.000000e+00 |      --      |    Inf | unknown
101.48/101.81	c   102s|  2400 |    43 |722244 | 149.5 |   139M |  40 |1652 |8042 |2121 |  93 |  1 |9551 |  22 | 0.000000e+00 |      --      |    Inf | unknown
103.07/103.42	c   103s|  2500 |    43 |737172 | 149.5 |   140M |  40 |1652 |8286 |2120 |  99 |  1 |9833 |  22 | 0.000000e+00 |      --      |    Inf | unknown
104.27/104.61	c   105s|  2600 |    48 |747524 | 148.6 |   140M |  40 |1652 |8379 |2121 | 104 |  1 |9964 |  22 | 0.000000e+00 |      --      |    Inf | unknown
105.07/105.40	c   105s|  2700 |    52 |755853 | 147.3 |   141M |  40 |1652 |8591 |2121 | 104 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
105.77/106.14	c   106s|  2800 |    58 |763027 | 145.8 |   141M |  40 |1652 |8761 |2121 | 104 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
106.57/106.92	c   107s|  2900 |    52 |770767 | 144.5 |   141M |  40 |1652 |8881 |2121 | 105 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
107.56/107.96	c   108s|  3000 |    53 |780864 | 143.7 |   141M |  40 |1652 |8963 |2121 | 105 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
108.56/108.97	c   109s|  3100 |    48 |789484 | 142.6 |   141M |  40 |1652 |8945 |2121 | 111 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
109.86/110.23	c   110s|  3200 |    46 |801865 | 142.3 |   141M |  40 |1652 |8848 |2120 | 111 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
111.05/111.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
111.05/111.40	c   111s|  3300 |    46 |813162 | 141.8 |   141M |  40 |1652 |8755 |2121 | 111 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
111.76/112.15	c   112s|  3400 |    50 |820510 | 140.6 |   141M |  40 |1652 |8876 |2120 | 112 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
112.55/112.90	c   113s|  3500 |    48 |827704 | 139.4 |   141M |  40 |1652 |9101 |2121 | 115 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
113.25/113.64	c   114s|  3600 |    52 |834746 | 138.2 |   142M |  40 |1652 |9305 |2120 | 116 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
114.05/114.45	c   114s|  3700 |    48 |842688 | 137.3 |   142M |  40 |1652 |9484 |2122 | 120 |  2 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
114.84/115.27	c   115s|  3800 |    48 |850650 | 136.3 |   142M |  40 |1652 |9613 |2121 | 122 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
115.84/116.28	c   116s|  3900 |    48 |860315 | 135.7 |   142M |  40 |1652 |9694 |2121 | 124 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
116.94/117.37	c   117s|  4000 |    48 |870870 | 135.2 |   142M |  40 |1652 |9683 |2120 | 128 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
118.14/118.52	c   119s|  4100 |    46 |881618 | 134.8 |   142M |  40 |1652 |9672 |2120 | 133 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
119.23/119.69	c   120s|  4200 |    44 |892517 | 134.4 |   142M |  40 |1652 |9714 |2122 | 139 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
120.64/121.03	c   121s|  4300 |    48 |905432 | 134.3 |   142M |  40 |1652 |9786 |2121 | 141 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
121.63/122.05	c   122s|  4400 |    48 |915976 | 133.9 |   142M |  40 |1652 |9766 |2121 | 141 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
122.43/122.87	c   123s|  4500 |    46 |923984 | 133.1 |   143M |  40 |1652 |9898 |2121 | 141 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
123.22/123.61	c   124s|  4600 |    48 |931274 | 132.2 |   143M |  40 |1652 |9978 |2121 | 141 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
124.02/124.46	c   124s|  4700 |    44 |939451 | 131.5 |   143M |  40 |1652 |  10k|2121 | 141 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
125.12/125.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
125.12/125.58	c   126s|  4800 |    50 |950605 | 131.2 |   143M |  40 |1652 |  10k|2121 | 141 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
126.02/126.40	c   126s|  4900 |    52 |958624 | 130.5 |   143M |  40 |1652 |  10k|2121 | 141 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
126.82/127.27	c   127s|  5000 |    48 |966996 | 129.9 |   143M |  40 |1652 |  10k|2121 | 141 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
127.91/128.36	c   128s|  5100 |    46 |977912 | 129.6 |   143M |  40 |1652 |  10k|2121 | 141 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
129.01/129.46	c   129s|  5200 |    44 |988651 | 129.3 |   143M |  40 |1652 |  10k|2121 | 141 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
129.81/130.24	c   130s|  5300 |    46 |996627 | 128.7 |   143M |  40 |1652 |  10k|2121 | 141 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
130.61/131.10	c   131s|  5400 |    50 |  1005k| 128.1 |   144M |  40 |1652 |  10k|2121 | 141 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
131.50/131.98	c   132s|  5500 |    46 |  1013k| 127.6 |   144M |  40 |1652 |  10k|2121 | 142 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
132.50/132.95	c   133s|  5600 |    48 |  1023k| 127.2 |   144M |  40 |1652 |  10k|2121 | 143 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
133.50/133.96	c   134s|  5700 |    46 |  1033k| 126.9 |   144M |  40 |1652 |  10k|2121 | 143 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
134.70/135.17	c   135s|  5800 |    46 |  1045k| 126.8 |   144M |  40 |1652 |  10k|2121 | 143 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
135.79/136.22	c   136s|  5900 |    44 |  1056k| 126.5 |   144M |  40 |1652 |  10k|2121 | 143 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
136.79/137.29	c   137s|  6000 |    48 |  1066k| 126.3 |   144M |  40 |1652 |  10k|2121 | 143 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
137.79/138.28	c   138s|  6100 |    46 |  1076k| 125.9 |   144M |  40 |1652 |  11k|2121 | 143 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
138.89/139.36	c   139s|  6200 |    48 |  1087k| 125.7 |   144M |  40 |1652 |  11k|2121 | 143 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
140.48/140.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
140.48/140.95	c   141s|  6300 |    46 |  1105k| 126.3 |   144M |  40 |1652 |  11k|2121 | 143 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
141.48/141.96	c   142s|  6400 |    46 |  1114k| 126.0 |   144M |  40 |1652 |  11k|2121 | 143 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
142.48/142.96	c   143s|  6500 |    48 |  1124k| 125.7 |   144M |  40 |1652 |  11k|2121 | 143 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
143.28/143.77	c   144s|  6600 |    48 |  1132k| 125.2 |   144M |  40 |1652 |  11k|2121 | 143 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
144.18/144.66	c   145s|  6700 |    48 |  1141k| 124.8 |   144M |  40 |1652 |  11k|2121 | 143 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
145.27/145.71	c   146s|  6800 |    46 |  1151k| 124.5 |   144M |  40 |1652 |  11k|2121 | 143 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
146.37/146.86	c   147s|  6900 |    42 |  1162k| 124.4 |   144M |  40 |1652 |  11k|2121 | 143 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
147.57/148.04	c   148s|  7000 |    46 |  1174k| 124.3 |   144M |  40 |1652 |  11k|2121 | 147 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
148.67/149.15	c   149s|  7100 |    46 |  1185k| 124.1 |   145M |  40 |1652 |  11k|2121 | 147 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
149.96/150.42	c   150s|  7200 |    48 |  1197k| 124.1 |   145M |  40 |1652 |  11k|2121 | 147 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
151.06/151.55	c   152s|  7300 |    48 |  1208k| 124.0 |   145M |  40 |1652 |  11k|2121 | 147 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
152.26/152.72	c   153s|  7400 |    47 |  1220k| 123.9 |   145M |  40 |1652 |  11k|2121 | 147 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
153.35/153.82	c   154s|  7500 |    47 |  1230k| 123.7 |   145M |  40 |1652 |  11k|2121 | 148 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
154.56/155.04	c   155s|  7600 |    45 |  1242k| 123.6 |   145M |  40 |1652 |  11k|2122 | 149 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
155.95/156.42	c   156s|  7700 |    43 |  1255k| 123.7 |   145M |  40 |1652 |  11k|2122 | 149 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
157.15/157.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
157.15/157.60	c   158s|  7800 |    45 |  1267k| 123.6 |   145M |  40 |1652 |  11k|2121 | 150 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
158.55/159.04	c   159s|  7900 |    45 |  1280k| 123.7 |   145M |  40 |1652 |  11k|2123 | 159 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
159.55/160.07	c   160s|  8000 |    45 |  1290k| 123.4 |   145M |  40 |1652 |  11k|2123 | 160 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
160.64/161.12	c   161s|  8100 |    46 |  1297k| 123.0 |   145M |  40 |1652 |  10k|2123 | 171 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
161.44/161.99	c   162s|  8200 |    44 |  1306k| 122.6 |   145M |  40 |1652 |  10k|2123 | 179 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
162.73/163.29	c   163s|  8300 |    46 |  1317k| 122.6 |   145M |  40 |1652 |  10k|2122 | 188 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
164.03/164.53	c   165s|  8400 |    46 |  1330k| 122.6 |   145M |  40 |1652 |  10k|2122 | 189 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
165.23/165.76	c   166s|  8500 |    52 |  1342k| 122.6 |   145M |  40 |1652 |  10k|2123 | 197 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
166.32/166.89	c   167s|  8600 |    48 |  1353k| 122.5 |   145M |  40 |1652 |  10k|2122 | 201 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
167.72/168.28	c   168s|  8700 |    42 |  1366k| 122.6 |   145M |  40 |1652 |  10k|2122 | 207 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf |   0.50%
169.52/170.07	c   170s|  8800 |    48 |  1383k| 122.9 |   145M |  40 |1652 |  10k|2122 | 211 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf |   0.54%
170.71/171.23	c   171s|  8900 |    48 |  1394k| 122.8 |   145M |  40 |1652 |  10k|2120 | 212 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf |   0.56%
172.21/172.77	c   173s|  9000 |    54 |  1407k| 123.0 |   145M |  40 |1652 |  10k|2122 | 223 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |   0.58%
173.41/173.96	c   174s|  9100 |    54 |  1419k| 122.9 |   145M |  40 |1652 |9910 |2122 | 228 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf |   0.59%
174.81/175.32	c   175s|  9200 |    58 |  1431k| 122.9 |   145M |  40 |1652 |9524 |2122 | 234 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf |   0.60%
177.61/178.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
177.61/178.12	c   178s|  9300 |    60 |  1465k| 124.8 |   145M |  40 |1652 |9583 |2122 | 236 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf |   0.60%
178.80/179.30	c   179s|  9400 |    58 |  1477k| 124.7 |   145M |  40 |1652 |9401 |2122 | 236 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |   0.61%
179.69/180.29	c   180s|  9500 |    54 |  1486k| 124.4 |   145M |  40 |1652 |9396 |2122 | 236 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |   0.61%
180.89/181.42	c   181s|  9600 |    60 |  1497k| 124.3 |   145M |  40 |1652 |9407 |2123 | 241 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |   0.61%
182.09/182.66	c   183s|  9700 |    58 |  1509k| 124.3 |   145M |  40 |1652 |9430 |2122 | 248 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |   0.61%
183.09/183.64	c   184s|  9800 |    61 |  1519k| 124.0 |   145M |  40 |1652 |9590 |2122 | 252 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
183.79/184.36	c   184s|  9900 |    65 |  1526k| 123.6 |   145M |  40 |1652 |9649 |2122 | 252 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
184.49/185.05	c   185s| 10000 |    65 |  1533k| 123.1 |   145M |  40 |1652 |9789 |2123 | 253 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
185.28/185.88	c   186s| 10100 |    61 |  1540k| 122.7 |   145M |  40 |1652 |9939 |2123 | 267 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
185.98/186.59	c   187s| 10200 |    61 |  1547k| 122.3 |   145M |  40 |1652 |  10k|2123 | 270 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
186.78/187.35	c   187s| 10300 |    65 |  1554k| 121.9 |   145M |  40 |1652 |  10k|2123 | 276 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
187.58/188.16	c   188s| 10400 |    59 |  1561k| 121.5 |   145M |  40 |1652 |  10k|2124 | 278 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
188.37/188.92	c   189s| 10500 |    59 |  1568k| 121.1 |   145M |  40 |1652 |  10k|2123 | 279 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
189.27/189.86	c   190s| 10600 |    61 |  1577k| 120.9 |   146M |  40 |1652 |  10k|2123 | 282 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
190.47/191.06	c   191s| 10700 |    58 |  1589k| 120.9 |   146M |  40 |1652 |  10k|2123 | 285 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
191.37/191.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
191.37/191.98	c   192s| 10800 |    56 |  1598k| 120.6 |   146M |  40 |1652 |  10k|2123 | 288 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
192.37/192.91	c   193s| 10900 |    58 |  1607k| 120.4 |   146M |  40 |1652 |  10k|2122 | 291 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
193.47/194.08	c   194s| 11000 |    58 |  1618k| 120.3 |   146M |  40 |1652 |  10k|2123 | 296 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
194.76/195.31	c   195s| 11100 |    58 |  1630k| 120.3 |   146M |  40 |1652 |  10k|2124 | 302 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
195.86/196.48	c   196s| 11200 |    54 |  1641k| 120.3 |   146M |  40 |1652 |  10k|2123 | 303 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
197.05/197.68	c   198s| 11300 |    58 |  1653k| 120.2 |   146M |  40 |1652 |  10k|2123 | 304 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
197.95/198.59	c   199s| 11400 |    58 |  1662k| 120.0 |   146M |  40 |1652 |  11k|2123 | 306 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
198.95/199.57	c   200s| 11500 |    58 |  1671k| 119.8 |   146M |  40 |1652 |  11k|2123 | 309 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
199.95/200.57	c   201s| 11600 |    62 |  1681k| 119.6 |   146M |  40 |1652 |  11k|2123 | 312 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
201.05/201.62	c   202s| 11700 |    60 |  1691k| 119.5 |   146M |  40 |1652 |  11k|2123 | 315 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
202.04/202.69	c   203s| 11800 |    58 |  1702k| 119.4 |   146M |  40 |1652 |  11k|2122 | 316 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
203.14/203.74	c   204s| 11900 |    58 |  1712k| 119.3 |   146M |  40 |1652 |  11k|2124 | 319 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
204.44/205.06	c   205s| 12000 |    56 |  1724k| 119.3 |   146M |  40 |1652 |  11k|2123 | 322 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
205.63/206.23	c   206s| 12100 |    62 |  1736k| 119.3 |   146M |  40 |1652 |  11k|2123 | 329 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
206.54/207.12	c   207s| 12200 |    58 |  1745k| 119.1 |   146M |  40 |1652 |  11k|2123 | 331 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
207.44/208.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
207.44/208.09	c   208s| 12300 |    56 |  1754k| 118.9 |   146M |  40 |1652 |  11k|2123 | 331 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
208.63/209.27	c   209s| 12400 |    56 |  1766k| 118.9 |   146M |  40 |1652 |  11k|2122 | 332 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
209.92/210.55	c   211s| 12500 |    58 |  1778k| 118.9 |   146M |  40 |1652 |  11k|2123 | 334 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
211.02/211.62	c   212s| 12600 |    58 |  1789k| 118.8 |   147M |  40 |1652 |  11k|2122 | 334 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |   0.62%
211.92/212.55	c   213s| 12700 |    58 |  1798k| 118.7 |   147M |  40 |1652 |  11k|2123 | 335 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |   0.63%
213.02/213.64	c   214s| 12800 |    57 |  1808k| 118.6 |   147M |  40 |1652 |  11k|2123 | 335 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |   0.63%
214.11/214.72	c   215s| 12900 |    55 |  1819k| 118.5 |   147M |  40 |1652 |  11k|2122 | 335 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |   0.63%
215.21/215.89	c   216s| 13000 |    61 |  1830k| 118.5 |   147M |  40 |1652 |  11k|2122 | 336 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |   0.63%
216.51/217.12	c   217s| 13100 |    59 |  1842k| 118.5 |   147M |  40 |1652 |  11k|2123 | 336 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |   0.63%
217.91/218.50	c   218s| 13200 |    53 |  1856k| 118.6 |   147M |  40 |1652 |  11k|2123 | 338 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |   0.63%
219.10/219.75	c   220s| 13300 |    53 |  1868k| 118.6 |   147M |  40 |1652 |  11k|2123 | 338 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |   0.63%
220.10/220.74	c   221s| 13400 |    53 |  1877k| 118.4 |   147M |  40 |1652 |  11k|2122 | 342 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |   0.63%
221.40/222.01	c   222s| 13500 |    51 |  1889k| 118.4 |   147M |  40 |1652 |  11k|2123 | 345 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |   0.63%
222.89/223.51	c   224s| 13600 |    53 |  1904k| 118.6 |   147M |  40 |1652 |  11k|2123 | 349 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |   0.63%
224.29/224.95	c   225s| 13700 |    51 |  1917k| 118.7 |   147M |  40 |1652 |  11k|2123 | 353 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |   0.64%
225.78/226.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
225.78/226.40	c   226s| 13800 |    53 |  1930k| 118.8 |   147M |  40 |1652 |  11k|2121 | 359 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |   0.65%
226.98/227.67	c   228s| 13900 |    61 |  1941k| 118.7 |   147M |  40 |1652 |  10k|2120 | 365 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |   0.66%
228.28/228.91	c   229s| 14000 |    63 |  1954k| 118.8 |   147M |  40 |1652 |  10k|2122 | 368 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |   0.67%
229.57/230.23	c   230s| 14100 |    61 |  1966k| 118.8 |   147M |  40 |1652 |  10k|2122 | 376 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |   0.67%
230.67/231.36	c   231s| 14200 |    59 |  1977k| 118.7 |   147M |  40 |1652 |  10k|2122 | 379 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |   0.67%
231.87/232.50	c   233s| 14300 |    63 |  1987k| 118.6 |   147M |  40 |1652 |  11k|2123 | 380 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |   0.67%
232.86/233.55	c   234s| 14400 |    67 |  1997k| 118.5 |   147M |  40 |1652 |  11k|2123 | 384 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |   0.68%
234.06/234.72	c   235s| 14500 |    67 |  2008k| 118.5 |   147M |  40 |1652 |  11k|2123 | 385 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |   0.68%
234.96/235.65	c   236s| 14600 |    69 |  2017k| 118.3 |   147M |  40 |1652 |  11k|2123 | 387 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |   0.68%
236.25/236.92	c   237s| 14700 |    65 |  2029k| 118.3 |   147M |  40 |1652 |  11k|2123 | 389 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |   0.68%
237.35/238.06	c   238s| 14800 |    67 |  2040k| 118.3 |   147M |  40 |1652 |  11k|2122 | 389 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |   0.68%
238.45/239.18	c   239s| 14900 |    67 |  2051k| 118.2 |   147M |  40 |1652 |  11k|2122 | 391 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |   0.68%
239.74/240.43	c   240s| 15000 |    65 |  2063k| 118.2 |   147M |  40 |1652 |  11k|2122 | 392 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |   0.68%
240.94/241.68	c   242s| 15100 |    67 |  2075k| 118.2 |   147M |  40 |1652 |  11k|2123 | 398 |  2 |  20k|  22 | 0.000000e+00 |      --      |    Inf |   0.68%
242.13/242.88	c   243s| 15200 |    67 |  2087k| 118.2 |   147M |  40 |1652 |  11k|2122 | 399 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |   0.68%
243.23/243.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
243.23/243.99	c   244s| 15300 |    63 |  2097k| 118.2 |   147M |  40 |1652 |  11k|2122 | 402 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |   0.68%
244.53/245.20	c   245s| 15400 |    65 |  2109k| 118.1 |   147M |  40 |1652 |  11k|2122 | 403 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |   0.68%
245.52/246.29	c   246s| 15500 |    65 |  2119k| 118.1 |   147M |  40 |1652 |  11k|2122 | 403 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |   0.68%
246.62/247.35	c   247s| 15600 |    65 |  2130k| 118.0 |   147M |  40 |1652 |  11k|2123 | 405 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |   0.68%
247.81/248.56	c   249s| 15700 |    63 |  2141k| 118.0 |   147M |  40 |1652 |  11k|2122 | 405 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |   0.68%
249.21/249.92	c   250s| 15800 |    73 |  2154k| 118.0 |   147M |  40 |1652 |  11k|2123 | 406 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |   0.68%
250.31/251.09	c   251s| 15900 |    73 |  2165k| 118.0 |   147M |  40 |1652 |  11k|2122 | 407 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |   0.68%
251.41/252.19	c   252s| 16000 |    79 |  2176k| 117.9 |   147M |  40 |1652 |  11k|2123 | 407 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
253.00/253.72	c   254s| 16100 |    75 |  2190k| 118.1 |   147M |  40 |1652 |  11k|2123 | 407 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
254.40/255.15	c   255s| 16200 |    75 |  2204k| 118.2 |   147M |  40 |1652 |  11k|2122 | 407 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
255.69/256.46	c   256s| 16300 |    71 |  2216k| 118.2 |   147M |  40 |1652 |  11k|2122 | 408 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
257.09/257.85	c   258s| 16400 |    71 |  2230k| 118.3 |   147M |  40 |1652 |  11k|2123 | 408 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
258.39/259.19	c   259s| 16500 |    69 |  2243k| 118.3 |   147M |  40 |1652 |  12k|2123 | 410 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
259.78/260.57	c   261s| 16600 |    67 |  2256k| 118.4 |   147M |  40 |1652 |  12k|2122 | 410 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
261.28/262.05	c   262s| 16700 |    67 |  2270k| 118.6 |   147M |  40 |1652 |  12k|2123 | 412 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
262.77/263.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
262.77/263.58	c   264s| 16800 |    67 |  2285k| 118.7 |   147M |  40 |1652 |  12k|2123 | 412 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
264.27/265.10	c   265s| 16900 |    63 |  2300k| 118.9 |   147M |  40 |1652 |  12k|2123 | 412 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
266.46/267.20	c   267s| 17000 |    63 |  2312k| 118.9 |   147M |  40 |1652 |  12k|2122 | 412 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
267.75/268.57	c   269s| 17100 |    63 |  2325k| 118.9 |   147M |  40 |1652 |  12k|2122 | 415 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
269.15/269.97	c   270s| 17200 |    63 |  2339k| 119.0 |   147M |  40 |1652 |  12k|2122 | 417 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
270.54/271.37	c   271s| 17300 |    61 |  2353k| 119.1 |   147M |  40 |1652 |  12k|2123 | 419 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
271.84/272.62	c   273s| 17400 |    61 |  2364k| 119.1 |   147M |  40 |1652 |  12k|2122 | 419 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
272.74/273.50	c   274s| 17500 |    61 |  2373k| 118.9 |   147M |  40 |1652 |  12k|2122 | 422 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
273.93/274.71	c   275s| 17600 |    59 |  2384k| 118.9 |   147M |  40 |1652 |  12k|2123 | 423 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
275.03/275.82	c   276s| 17700 |    59 |  2395k| 118.9 |   147M |  40 |1652 |  12k|2122 | 425 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
276.13/276.97	c   277s| 17800 |    63 |  2406k| 118.8 |   147M |  40 |1652 |  12k|2124 | 426 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
277.23/278.06	c   278s| 17900 |    59 |  2416k| 118.7 |   147M |  40 |1652 |  12k|2124 | 427 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
278.72/279.58	c   280s| 18000 |    59 |  2431k| 118.9 |   147M |  40 |1652 |  12k|2122 | 427 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
280.32/281.19	c   281s| 18100 |    59 |  2447k| 119.1 |   148M |  40 |1652 |  12k|2122 | 427 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
282.01/282.81	c   283s| 18200 |    59 |  2462k| 119.2 |   148M |  40 |1652 |  12k|2122 | 427 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
283.60/284.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
283.60/284.45	c   284s| 18300 |    57 |  2478k| 119.4 |   148M |  40 |1652 |  12k|2122 | 427 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
284.90/285.70	c   286s| 18400 |    55 |  2490k| 119.4 |   148M |  40 |1652 |  11k|2122 | 428 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
285.90/286.70	c   287s| 18500 |    57 |  2499k| 119.3 |   148M |  40 |1652 |  11k|2121 | 429 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
286.79/287.67	c   288s| 18600 |    63 |  2508k| 119.1 |   148M |  40 |1652 |  11k|2121 | 430 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
287.79/288.62	c   289s| 18700 |    63 |  2517k| 119.0 |   148M |  40 |1652 |  11k|2120 | 432 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
288.89/289.75	c   290s| 18800 |    65 |  2528k| 119.0 |   148M |  40 |1652 |  12k|2121 | 434 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
289.88/290.78	c   291s| 18900 |    65 |  2538k| 118.9 |   148M |  40 |1652 |  12k|2121 | 437 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
290.98/291.86	c   292s| 19000 |    65 |  2549k| 118.8 |   148M |  40 |1652 |  12k|2121 | 437 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
291.98/292.88	c   293s| 19100 |    63 |  2558k| 118.7 |   148M |  40 |1652 |  12k|2122 | 442 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
293.18/294.01	c   294s| 19200 |    65 |  2568k| 118.6 |   148M |  40 |1652 |  12k|2121 | 444 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
294.27/295.11	c   295s| 19300 |    63 |  2579k| 118.6 |   148M |  40 |1652 |  12k|2122 | 445 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
295.27/296.18	c   296s| 19400 |    60 |  2587k| 118.4 |   149M |  40 |1652 |  12k|2120 | 448 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
296.17/297.03	c   297s| 19500 |    60 |  2595k| 118.2 |   149M |  40 |1652 |  12k|2121 | 451 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
297.06/297.90	c   298s| 19600 |    64 |  2603k| 118.1 |   149M |  40 |1652 |  12k|2120 | 452 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
297.66/298.52	c   299s| 19700 |    62 |  2609k| 117.8 |   149M |  40 |1652 |  12k|2120 | 453 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
298.65/299.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
298.65/299.52	c   300s| 19800 |    64 |  2621k| 117.8 |   149M |  40 |1652 |  12k|2120 | 453 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
299.55/300.40	c   300s| 19900 |    60 |  2629k| 117.6 |   149M |  40 |1652 |  12k|2120 | 453 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
300.15/301.09	c   301s| 20000 |    70 |  2636k| 117.4 |   149M |  40 |1652 |  12k|2120 | 453 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
300.95/301.87	c   302s| 20100 |    66 |  2643k| 117.2 |   149M |  40 |1652 |  12k|2120 | 454 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
301.84/302.77	c   303s| 20200 |    62 |  2652k| 117.1 |   149M |  40 |1652 |  12k|2120 | 456 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
302.84/303.71	c   304s| 20300 |    68 |  2661k| 116.9 |   149M |  40 |1652 |  12k|2121 | 457 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
303.64/304.58	c   305s| 20400 |    68 |  2669k| 116.8 |   150M |  40 |1652 |  12k|2121 | 457 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
304.54/305.48	c   305s| 20500 |    64 |  2678k| 116.7 |   150M |  40 |1652 |  12k|2121 | 457 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
305.43/306.34	c   306s| 20600 |    66 |  2686k| 116.5 |   150M |  40 |1652 |  12k|2122 | 459 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
306.33/307.25	c   307s| 20700 |    68 |  2695k| 116.4 |   150M |  40 |1652 |  12k|2122 | 464 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
307.13/308.05	c   308s| 20800 |    67 |  2702k| 116.2 |   150M |  40 |1652 |  12k|2122 | 464 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
307.92/308.80	c   309s| 20900 |    70 |  2709k| 116.0 |   150M |  40 |1652 |  12k|2122 | 464 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
308.72/309.61	c   310s| 21000 |    74 |  2717k| 115.8 |   150M |  40 |1652 |  12k|2122 | 464 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
309.42/310.36	c   310s| 21100 |    68 |  2724k| 115.6 |   150M |  40 |1652 |  12k|2122 | 466 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
310.22/311.15	c   311s| 21200 |    66 |  2731k| 115.5 |   150M |  40 |1652 |  12k|2121 | 466 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
311.01/311.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
311.01/311.92	c   312s| 21300 |    63 |  2738k| 115.3 |   150M |  40 |1652 |  12k|2121 | 466 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
311.81/312.77	c   313s| 21400 |    64 |  2747k| 115.1 |   150M |  40 |1652 |  12k|2120 | 468 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
312.61/313.57	c   314s| 21500 |    68 |  2754k| 115.0 |   150M |  40 |1652 |  12k|2122 | 470 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
313.51/314.43	c   314s| 21600 |    69 |  2762k| 114.8 |   150M |  40 |1652 |  12k|2121 | 471 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
314.30/315.27	c   315s| 21700 |    61 |  2770k| 114.7 |   150M |  40 |1652 |  12k|2121 | 473 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
315.30/316.26	c   316s| 21800 |    65 |  2779k| 114.6 |   150M |  40 |1652 |  12k|2121 | 475 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
316.20/317.15	c   317s| 21900 |    63 |  2788k| 114.5 |   151M |  40 |1652 |  12k|2122 | 477 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
316.90/317.83	c   318s| 22000 |    69 |  2794k| 114.3 |   151M |  40 |1652 |  12k|2121 | 479 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
317.99/318.91	c   319s| 22100 |    69 |  2805k| 114.2 |   151M |  40 |1652 |  12k|2122 | 480 |  2 |  27k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
319.09/320.01	c   320s| 22200 |    63 |  2815k| 114.2 |   151M |  40 |1652 |  12k|2121 | 482 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
319.99/320.95	c   321s| 22300 |    61 |  2824k| 114.1 |   151M |  40 |1652 |  12k|2120 | 484 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
320.98/321.90	c   322s| 22400 |    61 |  2833k| 114.0 |   151M |  40 |1652 |  12k|2122 | 486 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
322.08/323.02	c   323s| 22500 |    63 |  2844k| 114.0 |   151M |  40 |1652 |  12k|2122 | 489 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
323.18/324.14	c   324s| 22600 |    63 |  2855k| 113.9 |   151M |  40 |1652 |  12k|2122 | 490 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
324.08/325.07	c   325s| 22700 |    63 |  2864k| 113.8 |   151M |  40 |1652 |  12k|2121 | 490 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
324.97/325.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
324.97/325.94	c   326s| 22800 |    64 |  2872k| 113.7 |   151M |  40 |1652 |  12k|2122 | 490 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
325.67/326.69	c   327s| 22900 |    60 |  2879k| 113.6 |   151M |  40 |1652 |  12k|2122 | 490 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
326.66/327.61	c   328s| 23000 |    62 |  2888k| 113.5 |   151M |  40 |1652 |  12k|2121 | 490 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
327.66/328.64	c   329s| 23100 |    64 |  2898k| 113.4 |   151M |  40 |1652 |  12k|2120 | 491 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
328.76/329.74	c   330s| 23200 |    64 |  2909k| 113.4 |   151M |  40 |1652 |  12k|2121 | 492 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
329.56/330.52	c   331s| 23300 |    68 |  2916k| 113.2 |   151M |  40 |1652 |  12k|2121 | 492 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
330.75/331.78	c   332s| 23400 |    66 |  2927k| 113.2 |   151M |  40 |1652 |  12k|2121 | 492 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
332.05/333.02	c   333s| 23500 |    63 |  2939k| 113.2 |   151M |  40 |1652 |  12k|2120 | 494 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
333.15/334.18	c   334s| 23600 |    65 |  2950k| 113.2 |   151M |  40 |1652 |  12k|2121 | 497 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
334.24/335.21	c   335s| 23700 |    63 |  2959k| 113.1 |   151M |  40 |1652 |  12k|2120 | 502 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
335.44/336.46	c   336s| 23800 |    63 |  2971k| 113.2 |   151M |  40 |1652 |  12k|2121 | 507 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
336.53/337.53	c   338s| 23900 |    63 |  2982k| 113.1 |   151M |  41 |1652 |  12k|2122 | 514 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
337.63/338.60	c   339s| 24000 |    61 |  2991k| 113.1 |   151M |  41 |1652 |  12k|2123 | 527 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
338.73/339.77	c   340s| 24100 |    63 |  3002k| 113.0 |   151M |  41 |1652 |  12k|2121 | 534 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
339.92/340.90	c   341s| 24200 |    61 |  3012k| 113.0 |   151M |  41 |1652 |  12k|2122 | 543 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
341.12/342.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
341.12/342.18	c   342s| 24300 |    65 |  3025k| 113.1 |   151M |  41 |1652 |  12k|2123 | 551 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
342.12/343.12	c   343s| 24400 |    65 |  3034k| 113.0 |   151M |  41 |1652 |  11k|2122 | 562 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
342.91/343.99	c   344s| 24500 |    65 |  3042k| 112.9 |   151M |  41 |1652 |  11k|2121 | 565 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
344.01/345.03	c   345s| 24600 |    67 |  3053k| 112.8 |   151M |  41 |1652 |  11k|2120 | 570 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
345.01/346.00	c   346s| 24700 |    63 |  3062k| 112.8 |   151M |  41 |1652 |  10k|2120 | 574 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
346.30/347.37	c   347s| 24800 |    69 |  3076k| 112.8 |   151M |  41 |1652 |  10k|2120 | 577 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
347.60/348.65	c   349s| 24900 |    71 |  3088k| 112.9 |   151M |  41 |1652 |9965 |2121 | 586 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
348.59/349.69	c   350s| 25000 |    71 |  3098k| 112.8 |   151M |  41 |1652 |9917 |2122 | 591 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
349.59/350.68	c   351s| 25100 |    74 |  3107k| 112.8 |   151M |  41 |1652 |9924 |2121 | 595 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
350.59/351.64	c   352s| 25200 |    79 |  3116k| 112.7 |   151M |  41 |1652 |  10k|2121 | 604 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
351.49/352.57	c   353s| 25300 |    77 |  3126k| 112.6 |   151M |  41 |1652 |  10k|2122 | 615 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
352.58/353.66	c   354s| 25400 |    79 |  3136k| 112.6 |   151M |  41 |1652 |  10k|2122 | 617 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
353.68/354.71	c   355s| 25500 |    77 |  3145k| 112.5 |   151M |  41 |1652 |  10k|2124 | 622 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
354.87/355.91	c   356s| 25600 |    73 |  3156k| 112.5 |   151M |  41 |1652 |  10k|2121 | 628 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
356.08/357.14	c   357s| 25700 |    73 |  3167k| 112.5 |   151M |  41 |1652 |  10k|2121 | 630 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
357.17/358.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
357.17/358.21	c   358s| 25800 |    79 |  3177k| 112.4 |   151M |  41 |1652 |  10k|2121 | 635 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
358.16/359.24	c   359s| 25900 |    79 |  3186k| 112.3 |   151M |  41 |1652 |  10k|2120 | 641 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
359.46/360.51	c   361s| 26000 |    75 |  3197k| 112.4 |   151M |  41 |1652 |  10k|2122 | 649 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
360.65/361.75	c   362s| 26100 |    75 |  3208k| 112.4 |   151M |  41 |1652 |  10k|2122 | 655 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
361.95/363.05	c   363s| 26200 |    73 |  3220k| 112.4 |   151M |  41 |1652 |  10k|2121 | 659 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
362.95/364.04	c   364s| 26300 |    73 |  3229k| 112.3 |   151M |  41 |1652 |  10k|2122 | 666 |  2 |  32k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
364.05/365.15	c   365s| 26400 |    75 |  3239k| 112.3 |   151M |  41 |1652 |  10k|2122 | 667 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
365.14/366.29	c   366s| 26500 |    75 |  3250k| 112.2 |   151M |  41 |1652 |  10k|2123 | 671 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
366.43/367.50	c   368s| 26600 |    69 |  3261k| 112.2 |   151M |  41 |1652 |  10k|2122 | 672 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
367.43/368.58	c   369s| 26700 |    71 |  3270k| 112.2 |   151M |  41 |1652 |  11k|2121 | 675 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
368.63/369.71	c   370s| 26800 |    75 |  3280k| 112.1 |   151M |  41 |1652 |  11k|2123 | 684 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
369.72/370.87	c   371s| 26900 |    71 |  3291k| 112.1 |   151M |  41 |1652 |  11k|2121 | 690 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
370.82/371.92	c   372s| 27000 |    71 |  3300k| 112.0 |   151M |  41 |1652 |  11k|2120 | 692 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
372.21/373.30	c   373s| 27100 |    71 |  3313k| 112.1 |   151M |  41 |1652 |  11k|2121 | 705 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
373.51/374.67	c   375s| 27200 |    69 |  3325k| 112.1 |   151M |  41 |1652 |  11k|2123 | 716 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
374.40/375.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
374.40/375.59	c   376s| 27300 |    69 |  3334k| 112.0 |   151M |  41 |1652 |  11k|2122 | 724 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
375.80/376.98	c   377s| 27400 |    69 |  3346k| 112.1 |   151M |  41 |1652 |  11k|2121 | 729 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
377.10/378.22	c   378s| 27500 |    67 |  3357k| 112.1 |   151M |  41 |1652 |  11k|2121 | 729 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
378.29/379.40	c   379s| 27600 |    63 |  3368k| 112.0 |   151M |  41 |1652 |  11k|2121 | 730 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
379.39/380.53	c   381s| 27700 |    63 |  3378k| 112.0 |   151M |  41 |1652 |  11k|2121 | 734 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
380.38/381.55	c   382s| 27800 |    63 |  3388k| 112.0 |   151M |  41 |1652 |  11k|2122 | 735 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
381.48/382.65	c   383s| 27900 |    67 |  3398k| 111.9 |   151M |  41 |1652 |  10k|2121 | 737 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
382.38/383.52	c   384s| 28000 |    67 |  3405k| 111.8 |   151M |  41 |1652 |  10k|2121 | 739 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
383.47/384.62	c   385s| 28100 |    65 |  3415k| 111.8 |   151M |  41 |1652 |9824 |2121 | 740 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
384.67/385.81	c   386s| 28200 |    71 |  3426k| 111.8 |   151M |  41 |1652 |9245 |2120 | 744 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
385.57/386.76	c   387s| 28300 |    71 |  3435k| 111.7 |   151M |  41 |1652 |9206 |2123 | 749 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
386.46/387.68	c   388s| 28400 |    67 |  3444k| 111.6 |   151M |  41 |1652 |9219 |2121 | 751 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
387.46/388.69	c   389s| 28500 |    67 |  3453k| 111.6 |   151M |  41 |1652 |9289 |2121 | 755 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
388.66/389.80	c   390s| 28600 |    69 |  3464k| 111.5 |   151M |  41 |1652 |9316 |2122 | 756 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
389.65/390.84	c   391s| 28700 |    67 |  3473k| 111.5 |   151M |  41 |1652 |9292 |2120 | 759 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
390.95/392.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
390.95/392.18	c   392s| 28800 |    67 |  3486k| 111.5 |   151M |  41 |1652 |9194 |2120 | 761 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
392.34/393.58	c   394s| 28900 |    73 |  3499k| 111.6 |   151M |  41 |1652 |9173 |2120 | 761 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
393.74/394.94	c   395s| 29000 |    73 |  3511k| 111.6 |   151M |  41 |1652 |9193 |2120 | 762 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
395.13/396.33	c   396s| 29100 |    77 |  3524k| 111.7 |   151M |  41 |1652 |9290 |2120 | 771 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
396.33/397.59	c   398s| 29200 |    67 |  3535k| 111.7 |   151M |  41 |1652 |9307 |2120 | 774 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
397.83/399.05	c   399s| 29300 |    69 |  3547k| 111.7 |   151M |  41 |1652 |9376 |2120 | 775 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
399.12/400.39	c   400s| 29400 |    69 |  3559k| 111.7 |   151M |  41 |1652 |9403 |2122 | 782 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
400.41/401.64	c   402s| 29500 |    69 |  3570k| 111.7 |   151M |  41 |1652 |9458 |2122 | 784 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
401.71/402.90	c   403s| 29600 |    67 |  3582k| 111.7 |   151M |  41 |1652 |9453 |2120 | 787 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
403.20/404.49	c   404s| 29700 |    65 |  3596k| 111.8 |   151M |  41 |1652 |9580 |2121 | 804 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
404.60/405.88	c   406s| 29800 |    67 |  3609k| 111.9 |   151M |  41 |1652 |9412 |2121 | 811 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
405.80/407.07	c   407s| 29900 |    73 |  3620k| 111.9 |   151M |  41 |1652 |9468 |2120 | 817 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
406.99/408.27	c   408s| 30000 |    75 |  3630k| 111.9 |   151M |  41 |1652 |9466 |2121 | 820 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
407.99/409.25	c   409s| 30100 |    73 |  3640k| 111.8 |   151M |  41 |1652 |9530 |2121 | 820 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
409.98/411.25	c   411s| 30200 |    79 |  3665k| 112.2 |   151M |  41 |1652 |9572 |2121 | 822 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
411.28/412.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
411.28/412.59	c   413s| 30300 |    79 |  3677k| 112.3 |   151M |  41 |1652 |9692 |2120 | 822 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
412.47/413.75	c   414s| 30400 |    83 |  3688k| 112.3 |   151M |  41 |1652 |9768 |2120 | 825 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
413.57/414.84	c   415s| 30500 |    77 |  3699k| 112.2 |   151M |  41 |1652 |9783 |2120 | 827 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
414.87/416.17	c   416s| 30600 |    75 |  3711k| 112.2 |   151M |  41 |1652 |9913 |2121 | 830 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
415.96/417.20	c   417s| 30700 |    77 |  3720k| 112.2 |   151M |  41 |1652 |  10k|2120 | 834 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
416.96/418.29	c   418s| 30800 |    81 |  3730k| 112.2 |   151M |  41 |1652 |  10k|2120 | 834 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
418.05/419.37	c   419s| 30900 |    81 |  3740k| 112.1 |   151M |  41 |1652 |  10k|2120 | 836 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
419.25/420.54	c   421s| 31000 |    79 |  3750k| 112.1 |   151M |  41 |1652 |  10k|2120 | 837 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
420.44/421.77	c   422s| 31100 |    79 |  3761k| 112.1 |   151M |  41 |1652 |  10k|2120 | 839 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
421.64/422.96	c   423s| 31200 |    79 |  3772k| 112.1 |   152M |  41 |1652 |  10k|2121 | 839 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
422.74/424.05	c   424s| 31300 |    77 |  3782k| 112.0 |   152M |  41 |1652 |  10k|2120 | 839 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
423.93/425.28	c   425s| 31400 |    77 |  3793k| 112.0 |   152M |  41 |1652 |  10k|2120 | 841 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
425.03/426.30	c   426s| 31500 |    79 |  3802k| 112.0 |   152M |  41 |1652 |  11k|2120 | 843 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
426.12/427.42	c   427s| 31600 |    79 |  3812k| 111.9 |   152M |  41 |1652 |  11k|2120 | 845 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
427.02/428.35	c   428s| 31700 |    77 |  3820k| 111.9 |   152M |  41 |1652 |  11k|2120 | 845 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
428.12/429.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
428.12/429.45	c   429s| 31800 |    73 |  3830k| 111.8 |   152M |  41 |1652 |  11k|2120 | 845 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
429.51/430.81	c   431s| 31900 |    77 |  3843k| 111.8 |   152M |  41 |1652 |  10k|2120 | 845 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
430.61/431.97	c   432s| 32000 |    73 |  3853k| 111.8 |   152M |  41 |1652 |  11k|2120 | 846 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
431.81/433.19	c   433s| 32100 |    75 |  3865k| 111.8 |   152M |  41 |1652 |  11k|2120 | 847 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
433.00/434.33	c   434s| 32200 |    73 |  3875k| 111.8 |   152M |  41 |1652 |  11k|2120 | 848 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
434.09/435.49	c   435s| 32300 |    71 |  3885k| 111.8 |   152M |  41 |1652 |  11k|2121 | 849 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
434.99/436.31	c   436s| 32400 |    71 |  3892k| 111.7 |   152M |  41 |1652 |  11k|2121 | 849 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
435.89/437.22	c   437s| 32500 |    71 |  3900k| 111.6 |   152M |  41 |1652 |  11k|2120 | 849 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
436.69/438.07	c   438s| 32600 |    73 |  3908k| 111.5 |   152M |  41 |1652 |  11k|2120 | 849 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
437.69/439.01	c   439s| 32700 |    69 |  3916k| 111.4 |   152M |  41 |1652 |  11k|2121 | 850 |  2 |  38k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
438.88/440.23	c   440s| 32800 |    71 |  3927k| 111.4 |   152M |  41 |1652 |  11k|2121 | 852 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
439.87/441.25	c   441s| 32900 |    71 |  3936k| 111.3 |   152M |  41 |1652 |  10k|2121 | 854 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
440.78/442.14	c   442s| 33000 |    71 |  3944k| 111.2 |   152M |  41 |1652 |  11k|2121 | 854 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
441.67/443.02	c   443s| 33100 |    75 |  3952k| 111.1 |   152M |  41 |1652 |  11k|2121 | 855 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
442.67/444.05	c   444s| 33200 |    71 |  3961k| 111.1 |   152M |  41 |1652 |  11k|2121 | 855 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
443.86/445.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
443.86/445.28	c   445s| 33300 |    69 |  3973k| 111.1 |   152M |  41 |1652 |  11k|2121 | 856 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
445.05/446.49	c   446s| 33400 |    73 |  3983k| 111.1 |   152M |  41 |1652 |  11k|2120 | 858 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
446.25/447.69	c   448s| 33500 |    73 |  3994k| 111.1 |   152M |  41 |1652 |  11k|2122 | 858 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
447.55/448.96	c   449s| 33600 |    69 |  4005k| 111.1 |   152M |  43 |1652 |  11k|2120 | 862 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
448.84/450.28	c   450s| 33700 |    69 |  4017k| 111.1 |   152M |  43 |1652 |  11k|2120 | 863 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
450.04/451.44	c   451s| 33800 |    71 |  4028k| 111.1 |   152M |  43 |1652 |  11k|2120 | 864 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
451.23/452.68	c   453s| 33900 |    71 |  4039k| 111.1 |   152M |  43 |1652 |  11k|2121 | 865 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
452.23/453.68	c   454s| 34000 |    69 |  4048k| 111.0 |   152M |  43 |1652 |  11k|2121 | 866 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
453.33/454.78	c   455s| 34100 |    71 |  4059k| 111.0 |   152M |  43 |1652 |  11k|2122 | 870 |  2 |  40k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
454.52/455.99	c   456s| 34200 |    71 |  4069k| 111.0 |   152M |  43 |1652 |  11k|2121 | 872 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
455.92/457.35	c   457s| 34300 |    69 |  4082k| 111.0 |   152M |  43 |1652 |  11k|2121 | 873 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
457.01/458.45	c   458s| 34400 |    71 |  4091k| 111.0 |   152M |  43 |1652 |  11k|2121 | 876 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
458.51/459.90	c   460s| 34500 |    71 |  4104k| 111.1 |   152M |  43 |1652 |  11k|2121 | 877 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
459.71/461.16	c   461s| 34600 |    73 |  4116k| 111.1 |   152M |  43 |1652 |  11k|2120 | 877 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
460.90/462.39	c   462s| 34700 |    73 |  4127k| 111.1 |   152M |  43 |1652 |  11k|2120 | 878 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
462.29/463.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
462.29/463.77	c   464s| 34800 |    71 |  4139k| 111.1 |   152M |  43 |1652 |  11k|2120 | 879 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
463.79/465.29	c   465s| 34900 |    75 |  4153k| 111.2 |   152M |  43 |1652 |  11k|2120 | 885 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
465.28/466.70	c   467s| 35000 |    73 |  4166k| 111.2 |   152M |  43 |1652 |  11k|2120 | 886 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
466.58/468.05	c   468s| 35100 |    73 |  4178k| 111.2 |   152M |  43 |1652 |  11k|2121 | 887 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
467.97/469.42	c   469s| 35200 |    75 |  4190k| 111.3 |   152M |  43 |1652 |  11k|2121 | 888 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
469.07/470.50	c   470s| 35300 |    77 |  4199k| 111.2 |   152M |  43 |1652 |  11k|2120 | 889 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
470.17/471.69	c   472s| 35400 |    75 |  4209k| 111.2 |   152M |  43 |1652 |  12k|2120 | 890 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
471.67/473.15	c   473s| 35500 |    73 |  4223k| 111.2 |   152M |  43 |1652 |  12k|2121 | 890 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
473.06/474.50	c   475s| 35600 |    76 |  4234k| 111.3 |   152M |  43 |1652 |  12k|2121 | 890 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
474.25/475.76	c   476s| 35700 |    74 |  4246k| 111.3 |   152M |  43 |1652 |  12k|2122 | 891 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
475.55/477.02	c   477s| 35800 |    76 |  4257k| 111.3 |   152M |  43 |1652 |  12k|2122 | 894 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
476.84/478.33	c   478s| 35900 |    72 |  4269k| 111.3 |   152M |  43 |1652 |  12k|2122 | 897 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
478.24/479.73	c   480s| 36000 |    74 |  4281k| 111.3 |   152M |  43 |1652 |  12k|2121 | 899 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
479.33/480.89	c   481s| 36100 |    78 |  4292k| 111.3 |   152M |  43 |1652 |  12k|2121 | 901 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
480.73/482.29	c   482s| 36200 |    76 |  4304k| 111.3 |   152M |  43 |1652 |  12k|2121 | 903 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
481.92/483.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
481.92/483.40	c   483s| 36300 |    76 |  4314k| 111.3 |   152M |  43 |1652 |  12k|2121 | 905 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
483.02/484.51	c   485s| 36400 |    73 |  4324k| 111.3 |   152M |  43 |1652 |  12k|2121 | 911 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
484.02/485.57	c   486s| 36500 |    75 |  4333k| 111.2 |   152M |  43 |1652 |  12k|2121 | 913 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
485.31/486.84	c   487s| 36600 |    75 |  4345k| 111.2 |   152M |  43 |1652 |  12k|2124 | 917 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
486.81/488.34	c   488s| 36700 |    77 |  4357k| 111.3 |   152M |  43 |1652 |  12k|2122 | 919 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
488.40/489.92	c   490s| 36800 |    79 |  4370k| 111.3 |   152M |  43 |1652 |  12k|2122 | 929 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
490.00/491.51	c   492s| 36900 |    79 |  4384k| 111.4 |   152M |  43 |1652 |  12k|2121 | 938 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
491.60/493.17	c   493s| 37000 |    79 |  4399k| 111.5 |   152M |  43 |1652 |  12k|2122 | 942 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
493.38/494.97	c   495s| 37100 |    75 |  4412k| 111.5 |   152M |  43 |1652 |  12k|2121 | 967 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
494.59/496.14	c   496s| 37200 |    75 |  4422k| 111.5 |   152M |  43 |1652 |  12k|2122 | 969 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
495.68/497.29	c   497s| 37300 |    77 |  4432k| 111.5 |   152M |  43 |1652 |  12k|2121 | 969 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
496.87/498.41	c   498s| 37400 |    77 |  4442k| 111.5 |   152M |  43 |1652 |  12k|2121 | 975 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
498.66/500.29	c   500s| 37500 |    77 |  4457k| 111.6 |   152M |  43 |1652 |  12k|2122 | 988 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
500.66/502.24	c   502s| 37600 |    76 |  4472k| 111.6 |   152M |  43 |1652 |  12k|2124 |1020 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
502.15/503.78	c   504s| 37700 |    74 |  4484k| 111.7 |   152M |  43 |1652 |  12k|2122 |1036 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
503.55/505.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
503.55/505.18	c   505s| 37800 |    74 |  4496k| 111.7 |   152M |  43 |1652 |  11k|2121 |1052 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
504.45/506.09	c   506s| 37900 |    74 |  4504k| 111.6 |   152M |  43 |1652 |  11k|2121 |1052 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
505.64/507.20	c   507s| 38000 |    72 |  4514k| 111.6 |   152M |  43 |1652 |  11k|2121 |1069 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
506.54/508.19	c   508s| 38100 |    70 |  4523k| 111.5 |   152M |  43 |1652 |  11k|2123 |1077 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
507.83/509.48	c   509s| 38200 |    70 |  4534k| 111.5 |   152M |  43 |1652 |  10k|2121 |1089 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
509.23/510.83	c   511s| 38300 |    75 |  4546k| 111.5 |   152M |  43 |1652 |  10k|2122 |1107 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
509.92/511.53	c   512s| 38400 |    75 |  4552k| 111.4 |   152M |  43 |1652 |  10k|2123 |1119 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
510.92/512.53	c   513s| 38500 |    71 |  4561k| 111.4 |   152M |  43 |1652 |  10k|2122 |1125 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
511.82/513.41	c   513s| 38600 |    71 |  4569k| 111.3 |   152M |  43 |1652 |  11k|2121 |1130 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
513.01/514.61	c   515s| 38700 |    69 |  4580k| 111.3 |   152M |  43 |1652 |  11k|2121 |1141 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
514.51/516.15	c   516s| 38800 |    69 |  4593k| 111.3 |   152M |  43 |1652 |  10k|2125 |1153 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
515.41/517.09	c   517s| 38900 |    71 |  4601k| 111.3 |   152M |  43 |1652 |  10k|2121 |1155 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
516.60/518.22	c   518s| 39000 |    71 |  4611k| 111.2 |   152M |  43 |1652 |  10k|2121 |1159 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
517.69/519.37	c   519s| 39100 |    69 |  4621k| 111.2 |   152M |  43 |1652 |  10k|2123 |1168 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
518.89/520.50	c   520s| 39200 |    71 |  4631k| 111.2 |   152M |  43 |1652 |  11k|2124 |1179 |  2 |  44k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
520.28/521.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
520.28/521.91	c   522s| 39300 |    69 |  4643k| 111.2 |   152M |  43 |1652 |  11k|2122 |1196 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
521.58/523.27	c   523s| 39400 |    69 |  4655k| 111.2 |   152M |  43 |1652 |  11k|2121 |1203 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
522.68/524.38	c   524s| 39500 |    67 |  4664k| 111.2 |   152M |  43 |1652 |  11k|2121 |1215 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
523.87/525.54	c   526s| 39600 |    69 |  4675k| 111.1 |   152M |  43 |1652 |  11k|2122 |1224 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
525.07/526.78	c   527s| 39700 |    69 |  4685k| 111.1 |   152M |  43 |1652 |  11k|2124 |1236 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
526.76/528.43	c   528s| 39800 |    65 |  4700k| 111.2 |   152M |  43 |1652 |  11k|2122 |1241 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
528.25/529.92	c   530s| 39900 |    65 |  4713k| 111.3 |   152M |  43 |1652 |  11k|2123 |1255 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
529.55/531.29	c   531s| 40000 |    61 |  4725k| 111.3 |   152M |  43 |1652 |  10k|2121 |1264 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
530.94/532.67	c   533s| 40100 |    61 |  4738k| 111.3 |   152M |  43 |1652 |9165 |2122 |1267 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.73%
532.24/533.95	c   534s| 40200 |    61 |  4749k| 111.3 |   152M |  43 |1652 |8902 |2122 |1275 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.73%
533.53/535.20	c   535s| 40300 |    61 |  4760k| 111.3 |   152M |  43 |1652 |8664 |2121 |1284 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.73%
534.44/536.16	c   536s| 40400 |    61 |  4769k| 111.3 |   152M |  43 |1652 |8832 |2121 |1287 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.73%
535.53/537.21	c   537s| 40500 |    61 |  4778k| 111.2 |   152M |  43 |1652 |8860 |2121 |1292 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   0.73%
536.72/538.45	c   538s| 40600 |    63 |  4789k| 111.2 |   152M |  43 |1652 |8601 |2123 |1294 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   0.74%
537.92/539.69	c   540s| 40700 |    63 |  4801k| 111.2 |   152M |  43 |1652 |8541 |2122 |1312 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   0.74%
539.11/540.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
539.11/540.87	c   541s| 40800 |    67 |  4812k| 111.2 |   152M |  43 |1652 |8573 |2122 |1321 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   0.75%
540.31/542.01	c   542s| 40900 |    61 |  4822k| 111.2 |   152M |  43 |1652 |8695 |2123 |1335 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   0.75%
541.31/543.06	c   543s| 41000 |    63 |  4832k| 111.2 |   152M |  43 |1652 |8739 |2123 |1346 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   0.75%
542.60/544.37	c   544s| 41100 |    63 |  4844k| 111.2 |   152M |  43 |1652 |8755 |2125 |1355 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   0.75%
543.89/545.63	c   546s| 41200 |    61 |  4855k| 111.2 |   152M |  43 |1652 |8786 |2122 |1361 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   0.75%
545.09/546.86	c   547s| 41300 |    59 |  4867k| 111.2 |   152M |  43 |1652 |8845 |2123 |1364 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   0.75%
546.49/548.24	c   548s| 41400 |    61 |  4879k| 111.2 |   152M |  43 |1652 |8824 |2125 |1381 |  2 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   0.76%
547.88/549.61	c   550s| 41500 |    59 |  4891k| 111.3 |   152M |  43 |1652 |8866 |2123 |1392 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   0.76%
549.28/551.08	c   551s| 41600 |    63 |  4904k| 111.3 |   152M |  43 |1652 |8851 |2122 |1398 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   0.77%
550.57/552.35	c   552s| 41700 |    61 |  4915k| 111.3 |   152M |  43 |1652 |8692 |2120 |1412 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   0.77%
551.86/553.61	c   554s| 41800 |    63 |  4927k| 111.3 |   152M |  43 |1652 |8593 |2121 |1416 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   0.77%
553.06/554.86	c   555s| 41900 |    59 |  4938k| 111.3 |   152M |  43 |1652 |8661 |2122 |1428 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   0.77%
554.36/556.15	c   556s| 42000 |    60 |  4950k| 111.3 |   152M |  43 |1652 |8717 |2123 |1434 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   0.77%
555.65/557.47	c   557s| 42100 |    58 |  4962k| 111.4 |   152M |  43 |1652 |8749 |2124 |1438 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   0.77%
557.25/559.03	c   559s| 42200 |    58 |  4977k| 111.4 |   152M |  43 |1652 |8673 |2123 |1443 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   0.77%
558.54/560.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
558.54/560.37	c   560s| 42300 |    60 |  4989k| 111.5 |   152M |  43 |1652 |8583 |2122 |1454 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   0.77%
559.74/561.53	c   562s| 42400 |    62 |  4999k| 111.4 |   152M |  43 |1652 |8649 |2121 |1460 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   0.77%
560.73/562.56	c   563s| 42500 |    60 |  5008k| 111.4 |   152M |  43 |1652 |8693 |2123 |1470 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   0.77%
561.93/563.70	c   564s| 42600 |    58 |  5019k| 111.4 |   152M |  43 |1652 |8851 |2123 |1473 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   0.77%
563.02/564.89	c   565s| 42700 |    58 |  5029k| 111.4 |   152M |  43 |1652 |8977 |2121 |1477 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   0.77%
564.42/566.21	c   566s| 42800 |    60 |  5041k| 111.4 |   152M |  43 |1652 |8733 |2122 |1485 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   0.78%
565.71/567.54	c   568s| 42900 |    60 |  5053k| 111.4 |   152M |  43 |1652 |8685 |2122 |1497 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   0.78%
567.11/568.92	c   569s| 43000 |    58 |  5066k| 111.4 |   152M |  43 |1652 |8697 |2122 |1504 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   0.78%
568.50/570.39	c   570s| 43100 |    56 |  5079k| 111.5 |   152M |  43 |1652 |8659 |2122 |1506 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   0.78%
569.80/571.68	c   572s| 43200 |    56 |  5091k| 111.5 |   152M |  43 |1652 |8291 |2121 |1514 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   0.79%
571.00/572.83	c   573s| 43300 |    58 |  5101k| 111.5 |   152M |  43 |1652 |8198 |2120 |1519 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   0.79%
571.99/573.89	c   574s| 43400 |    56 |  5111k| 111.5 |   152M |  43 |1652 |8275 |2121 |1528 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   0.79%
573.19/575.05	c   575s| 43500 |    58 |  5121k| 111.4 |   152M |  43 |1652 |8078 |2122 |1543 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   0.79%
574.19/576.04	c   576s| 43600 |    60 |  5130k| 111.4 |   152M |  43 |1652 |8124 |2123 |1551 |  2 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   0.79%
575.19/577.06	c   577s| 43700 |    58 |  5139k| 111.3 |   152M |  43 |1652 |8170 |2122 |1564 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   0.79%
576.18/578.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
576.18/578.03	c   578s| 43800 |    56 |  5148k| 111.3 |   152M |  43 |1652 |8299 |2121 |1567 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   0.79%
577.37/579.24	c   579s| 43900 |    54 |  5159k| 111.3 |   152M |  43 |1652 |8352 |2124 |1569 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   0.79%
578.97/580.88	c   581s| 44000 |    52 |  5174k| 111.4 |   152M |  43 |1652 |8434 |2125 |1589 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   0.79%
580.96/582.84	c   583s| 44100 |    54 |  5186k| 111.4 |   152M |  43 |1652 |7853 |2122 |1598 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   0.79%
582.26/584.17	c   584s| 44200 |    56 |  5199k| 111.4 |   152M |  43 |1652 |7322 |2123 |1602 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   0.79%
583.65/585.53	c   586s| 44300 |    56 |  5211k| 111.5 |   152M |  43 |1652 |7256 |2123 |1603 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   0.79%
584.95/586.87	c   587s| 44400 |    54 |  5223k| 111.5 |   152M |  43 |1652 |7108 |2121 |1627 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   0.79%
586.34/588.29	c   588s| 44500 |    52 |  5236k| 111.5 |   152M |  43 |1652 |7127 |2124 |1641 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   0.79%
587.93/589.81	c   590s| 44600 |    54 |  5249k| 111.6 |   152M |  43 |1652 |6895 |2121 |1655 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
589.53/591.41	c   591s| 44700 |    54 |  5264k| 111.6 |   152M |  43 |1652 |6828 |2122 |1668 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
591.23/593.15	c   593s| 44800 |    56 |  5279k| 111.7 |   152M |  43 |1652 |6907 |2121 |1678 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
592.82/594.71	c   595s| 44900 |    54 |  5293k| 111.8 |   152M |  43 |1652 |6960 |2124 |1688 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
594.31/596.23	c   596s| 45000 |    56 |  5307k| 111.8 |   152M |  43 |1652 |7021 |2122 |1694 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
595.71/597.68	c   598s| 45100 |    54 |  5320k| 111.9 |   152M |  43 |1652 |7128 |2122 |1703 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
597.30/599.25	c   599s| 45200 |    56 |  5335k| 111.9 |   152M |  43 |1652 |7155 |2122 |1713 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
598.50/600.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
598.50/600.43	c   600s| 45300 |    54 |  5345k| 111.9 |   152M |  43 |1652 |7355 |2124 |1717 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
599.79/601.73	c   602s| 45400 |    56 |  5357k| 111.9 |   152M |  43 |1652 |7383 |2123 |1725 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
601.09/603.09	c   603s| 45500 |    56 |  5369k| 112.0 |   152M |  43 |1652 |7441 |2123 |1730 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
602.58/604.55	c   605s| 45600 |    54 |  5383k| 112.0 |   152M |  43 |1652 |7484 |2123 |1733 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
603.98/605.99	c   606s| 45700 |    58 |  5396k| 112.0 |   152M |  43 |1652 |7516 |2121 |1737 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
605.47/607.44	c   607s| 45800 |    58 |  5408k| 112.1 |   152M |  43 |1652 |7655 |2122 |1748 |  0 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
606.77/608.77	c   609s| 45900 |    54 |  5420k| 112.1 |   152M |  43 |1652 |7715 |2124 |1752 |  0 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
608.17/610.13	c   610s| 46000 |    56 |  5432k| 112.1 |   152M |  43 |1652 |7766 |2122 |1754 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
609.76/611.73	c   612s| 46100 |    56 |  5447k| 112.2 |   152M |  43 |1652 |7719 |2122 |1757 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
611.06/613.05	c   613s| 46200 |    60 |  5459k| 112.2 |   152M |  43 |1652 |7790 |2126 |1765 |  2 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
612.74/614.71	c   615s| 46300 |    56 |  5474k| 112.3 |   152M |  43 |1652 |7830 |2124 |1780 |  0 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
614.05/616.01	c   616s| 46400 |    58 |  5486k| 112.3 |   152M |  43 |1652 |7738 |2122 |1783 |  0 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
614.94/616.99	c   617s| 46500 |    56 |  5495k| 112.3 |   152M |  43 |1652 |7826 |2123 |1789 |  0 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
616.43/618.42	c   618s| 46600 |    58 |  5508k| 112.3 |   152M |  43 |1652 |7766 |2123 |1790 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
617.83/619.89	c   620s| 46700 |    54 |  5522k| 112.3 |   152M |  43 |1652 |7772 |2122 |1808 |  0 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
619.52/621.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
619.52/621.51	c   622s| 46800 |    52 |  5536k| 112.4 |   152M |  43 |1652 |7801 |2123 |1827 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
621.02/623.00	c   623s| 46900 |    52 |  5550k| 112.4 |   152M |  43 |1652 |7557 |2124 |1837 |  0 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   0.81%
622.61/624.66	c   625s| 47000 |    52 |  5565k| 112.5 |   152M |  43 |1652 |7252 |2121 |1852 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   0.81%
623.80/625.87	c   626s| 47100 |    58 |  5576k| 112.5 |   152M |  43 |1652 |7283 |2123 |1860 |  0 |  51k|  22 | 0.000000e+00 |      --      |    Inf |   0.81%
625.11/627.15	c   627s| 47200 |    52 |  5588k| 112.5 |   152M |  43 |1652 |7365 |2122 |1862 |  1 |  51k|  22 | 0.000000e+00 |      --      |    Inf |   0.81%
626.50/628.54	c   629s| 47300 |    50 |  5601k| 112.6 |   152M |  43 |1652 |7452 |2121 |1866 |  1 |  51k|  22 | 0.000000e+00 |      --      |    Inf |   0.81%
627.69/629.75	c   630s| 47400 |    50 |  5612k| 112.6 |   152M |  43 |1652 |7663 |2122 |1871 |  0 |  51k|  22 | 0.000000e+00 |      --      |    Inf |   0.82%
628.99/631.10	c   631s| 47500 |    48 |  5624k| 112.6 |   152M |  43 |1652 |7756 |2121 |1876 |  1 |  51k|  22 | 0.000000e+00 |      --      |    Inf |   0.82%
630.18/632.24	c   632s| 47600 |    46 |  5634k| 112.6 |   152M |  43 |1652 |7636 |2121 |1879 |  0 |  51k|  22 | 0.000000e+00 |      --      |    Inf |   0.82%
630.88/632.95	c   633s| 47700 |    49 |  5641k| 112.5 |   152M |  43 |1652 |7584 |2121 |1882 |  0 |  51k|  22 | 0.000000e+00 |      --      |    Inf |   0.82%
631.78/633.81	c   634s| 47800 |    51 |  5649k| 112.4 |   152M |  43 |1652 |7523 |2120 |1885 |  1 |  51k|  22 | 0.000000e+00 |      --      |    Inf |   0.82%
632.87/635.00	c   635s| 47900 |    51 |  5660k| 112.4 |   152M |  43 |1652 |7503 |2120 |1886 |  1 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   0.83%
633.97/636.10	c   636s| 48000 |    51 |  5671k| 112.4 |   152M |  43 |1652 |7565 |2123 |1890 |  1 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   0.83%
635.16/637.27	c   637s| 48100 |    49 |  5682k| 112.4 |   152M |  43 |1652 |7606 |2121 |1905 |  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   0.83%
636.36/638.46	c   638s| 48200 |    49 |  5693k| 112.4 |   152M |  43 |1652 |7649 |2120 |1908 |  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   0.83%
637.46/639.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
637.46/639.50	c   640s| 48300 |    51 |  5702k| 112.3 |   152M |  43 |1652 |7659 |2120 |1911 |  1 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   0.83%
638.65/640.70	c   641s| 48400 |    49 |  5713k| 112.3 |   152M |  43 |1652 |7694 |2120 |1920 |  1 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   0.83%
639.75/641.89	c   642s| 48500 |    49 |  5724k| 112.3 |   152M |  43 |1652 |7755 |2121 |1925 |  1 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   0.83%
641.14/643.26	c   643s| 48600 |    49 |  5737k| 112.4 |   152M |  43 |1652 |7763 |2121 |1929 |  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   0.83%
642.44/644.53	c   645s| 48700 |    49 |  5749k| 112.4 |   152M |  43 |1652 |7751 |2120 |1934 |  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   0.83%
643.53/645.63	c   646s| 48800 |    51 |  5759k| 112.4 |   152M |  43 |1652 |7814 |2122 |1936 |  1 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   0.83%
644.83/646.97	c   647s| 48900 |    51 |  5771k| 112.4 |   152M |  43 |1652 |7827 |2121 |1938 |  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   0.83%
646.22/648.33	c   648s| 49000 |    49 |  5784k| 112.4 |   152M |  43 |1652 |7864 |2120 |1938 |  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   0.83%
647.72/649.81	c   650s| 49100 |    51 |  5797k| 112.4 |   152M |  43 |1652 |7897 |2121 |1939 |  1 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   0.83%
649.11/651.26	c   651s| 49200 |    49 |  5811k| 112.5 |   152M |  43 |1652 |7915 |2121 |1945 |  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   0.83%
650.31/652.49	c   652s| 49300 |    47 |  5822k| 112.5 |   152M |  43 |1652 |7920 |2120 |1945 |  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   0.83%
651.80/653.96	c   654s| 49400 |    51 |  5835k| 112.5 |   152M |  43 |1652 |7670 |2121 |1963 |  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   0.84%
652.91/655.07	c   655s| 49500 |    51 |  5845k| 112.5 |   152M |  43 |1652 |7685 |2122 |1978 |  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   0.84%
654.10/656.25	c   656s| 49600 |    51 |  5855k| 112.5 |   152M |  43 |1652 |7769 |2122 |1991 |  0 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   0.84%
655.09/657.29	c   657s| 49700 |    49 |  5865k| 112.4 |   152M |  43 |1652 |7792 |2120 |1995 |  1 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   0.84%
656.59/658.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
656.59/658.70	c   659s| 49800 |    53 |  5877k| 112.5 |   152M |  43 |1652 |7756 |2121 |2004 |  0 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   0.84%
657.99/660.10	c   660s| 49900 |    53 |  5891k| 112.5 |   152M |  43 |1652 |7810 |2121 |2010 |  0 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   0.84%
659.28/661.41	c   661s| 50000 |    55 |  5903k| 112.5 |   152M |  43 |1652 |7826 |2122 |2018 |  0 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   0.84%
660.37/662.59	c   663s| 50100 |    56 |  5913k| 112.5 |   152M |  43 |1652 |7878 |2123 |2024 |  1 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   0.84%
661.77/663.92	c   664s| 50200 |    54 |  5925k| 112.5 |   152M |  43 |1652 |7902 |2122 |2025 |  1 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   0.84%
663.26/665.49	c   665s| 50300 |    54 |  5937k| 112.5 |   152M |  43 |1652 |7910 |2122 |2028 |  0 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   0.84%
664.76/666.94	c   667s| 50400 |    54 |  5951k| 112.6 |   152M |  43 |1652 |7885 |2120 |2029 |  0 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   0.84%
666.15/668.34	c   668s| 50500 |    54 |  5964k| 112.6 |   152M |  43 |1652 |7847 |2121 |2039 |  1 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   0.84%
667.55/669.70	c   670s| 50600 |    52 |  5976k| 112.6 |   152M |  43 |1652 |7729 |2121 |2053 |  0 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   0.84%
668.95/671.14	c   671s| 50700 |    56 |  5989k| 112.7 |   152M |  43 |1652 |7705 |2122 |2063 |  1 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   0.84%
670.24/672.40	c   672s| 50800 |    54 |  6000k| 112.7 |   152M |  43 |1652 |7697 |2122 |2067 |  0 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
671.43/673.67	c   674s| 50900 |    54 |  6012k| 112.7 |   152M |  43 |1652 |7712 |2122 |2075 |  0 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
672.53/674.78	c   675s| 51000 |    52 |  6022k| 112.6 |   152M |  43 |1652 |7843 |2122 |2075 |  0 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
673.73/675.90	c   676s| 51100 |    50 |  6032k| 112.6 |   152M |  43 |1652 |7917 |2122 |2077 |  1 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
675.02/677.27	c   677s| 51200 |    52 |  6044k| 112.6 |   152M |  43 |1652 |7882 |2122 |2083 |  1 |  54k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
676.32/678.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
676.32/678.54	c   679s| 51300 |    53 |  6056k| 112.7 |   152M |  43 |1652 |7865 |2122 |2091 |  1 |  54k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
677.41/679.68	c   680s| 51400 |    53 |  6067k| 112.6 |   152M |  43 |1652 |7923 |2121 |2103 |  1 |  54k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
678.61/680.88	c   681s| 51500 |    51 |  6077k| 112.6 |   152M |  43 |1652 |7999 |2122 |2111 |  1 |  54k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
679.81/682.05	c   682s| 51600 |    49 |  6088k| 112.6 |   152M |  43 |1652 |8134 |2122 |2113 |  1 |  54k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
681.30/683.51	c   684s| 51700 |    49 |  6101k| 112.7 |   152M |  43 |1652 |8126 |2122 |2121 |  1 |  54k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
682.69/684.96	c   685s| 51800 |    49 |  6114k| 112.7 |   152M |  43 |1652 |8023 |2121 |2123 |  1 |  54k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
683.79/686.00	c   686s| 51900 |    49 |  6123k| 112.6 |   152M |  43 |1652 |8126 |2122 |2126 |  0 |  54k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
684.89/687.12	c   687s| 52000 |    49 |  6133k| 112.6 |   152M |  43 |1652 |8265 |2121 |2128 |  1 |  54k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
686.08/688.32	c   688s| 52100 |    47 |  6143k| 112.6 |   152M |  43 |1652 |8399 |2121 |2130 |  0 |  54k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
687.58/689.82	c   690s| 52200 |    45 |  6157k| 112.6 |   152M |  43 |1652 |8440 |2122 |2130 |  1 |  54k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
688.57/690.88	c   691s| 52300 |    45 |  6166k| 112.6 |   152M |  43 |1652 |8397 |2121 |2134 |  0 |  55k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
689.77/692.10	c   692s| 52400 |    43 |  6178k| 112.6 |   152M |  43 |1652 |8390 |2123 |2139 |  0 |  55k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
690.77/693.08	c   693s| 52500 |    45 |  6186k| 112.6 |   152M |  43 |1652 |8377 |2120 |2145 |  0 |  55k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
691.56/693.80	c   694s| 52600 |    51 |  6193k| 112.5 |   152M |  43 |1652 |8542 |2123 |2152 |  2 |  55k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
692.46/694.72	c   695s| 52700 |    49 |  6201k| 112.4 |   152M |  43 |1652 |8644 |2120 |2157 |  1 |  55k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
693.36/695.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
693.36/695.65	c   696s| 52800 |    45 |  6209k| 112.4 |   152M |  43 |1652 |8732 |2121 |2163 |  1 |  55k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
694.45/696.70	c   697s| 52900 |    43 |  6219k| 112.3 |   152M |  43 |1652 |8741 |2121 |2165 |  0 |  55k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
695.35/697.63	c   698s| 53000 |    45 |  6227k| 112.3 |   152M |  43 |1652 |8791 |2120 |2168 |  1 |  55k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
696.34/698.66	c   699s| 53100 |    45 |  6236k| 112.2 |   152M |  43 |1652 |8885 |2121 |2177 |  0 |  55k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
697.24/699.58	c   700s| 53200 |    43 |  6244k| 112.2 |   152M |  43 |1652 |8942 |2121 |2185 |  1 |  55k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
699.43/701.78	c   702s| 53300 |    43 |  6267k| 112.4 |   152M |  43 |1652 |8142 |2120 |2193 |  0 |  55k|  22 | 0.000000e+00 |      --      |    Inf |   0.86%
700.73/703.01	c   703s| 53400 |    47 |  6279k| 112.4 |   152M |  43 |1652 |7667 |2120 |2198 |  1 |  56k|  22 | 0.000000e+00 |      --      |    Inf |   0.87%
701.83/704.13	c   704s| 53500 |    49 |  6289k| 112.4 |   152M |  43 |1652 |7584 |2121 |2200 |  1 |  56k|  22 | 0.000000e+00 |      --      |    Inf |   0.87%
702.83/705.15	c   705s| 53600 |    45 |  6299k| 112.4 |   152M |  43 |1652 |7626 |2121 |2203 |  0 |  56k|  22 | 0.000000e+00 |      --      |    Inf |   0.87%
703.72/706.07	c   706s| 53700 |    47 |  6308k| 112.3 |   152M |  43 |1652 |7787 |2121 |2205 |  1 |  56k|  22 | 0.000000e+00 |      --      |    Inf |   0.88%
704.51/706.87	c   707s| 53800 |    47 |  6315k| 112.3 |   152M |  43 |1652 |7984 |2121 |2205 |  1 |  57k|  22 | 0.000000e+00 |      --      |    Inf |   0.88%
705.61/707.99	c   708s| 53900 |    48 |  6326k| 112.3 |   152M |  43 |1652 |7680 |2122 |2206 |  0 |  57k|  22 | 0.000000e+00 |      --      |    Inf |   0.89%
706.91/709.26	c   709s| 54000 |    46 |  6338k| 112.3 |   152M |  43 |1652 |7511 |2122 |2210 |  0 |  57k|  22 | 0.000000e+00 |      --      |    Inf |   0.90%
708.20/710.60	c   711s| 54100 |    49 |  6350k| 112.3 |   152M |  43 |1652 |7006 |2121 |2219 |  1 |  57k|  22 | 0.000000e+00 |      --      |    Inf |   0.90%
709.70/712.04	c   712s| 54200 |    45 |  6363k| 112.3 |   152M |  43 |1652 |6828 |2122 |2228 |  1 |  57k|  22 | 0.000000e+00 |      --      |    Inf |   0.90%
710.99/713.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
710.99/713.34	c   713s| 54300 |    47 |  6375k| 112.3 |   152M |  43 |1652 |6930 |2124 |2242 |  0 |  57k|  22 | 0.000000e+00 |      --      |    Inf |   0.91%
712.09/714.48	c   714s| 54400 |    45 |  6385k| 112.3 |   152M |  43 |1652 |6831 |2121 |2252 |  1 |  57k|  22 | 0.000000e+00 |      --      |    Inf |   0.91%
713.38/715.77	c   716s| 54500 |    47 |  6397k| 112.3 |   152M |  43 |1652 |6848 |2123 |2262 |  0 |  57k|  22 | 0.000000e+00 |      --      |    Inf |   0.91%
714.68/717.04	c   717s| 54600 |    43 |  6409k| 112.3 |   152M |  43 |1652 |6920 |2125 |2269 |  0 |  57k|  22 | 0.000000e+00 |      --      |    Inf |   0.91%
716.07/718.42	c   718s| 54700 |    51 |  6421k| 112.3 |   152M |  43 |1652 |6929 |2125 |2287 |  0 |  57k|  22 | 0.000000e+00 |      --      |    Inf |   0.91%
717.17/719.55	c   720s| 54800 |    47 |  6431k| 112.3 |   152M |  43 |1652 |7044 |2125 |2290 |  1 |  57k|  22 | 0.000000e+00 |      --      |    Inf |   0.91%
718.56/720.98	c   721s| 54900 |    51 |  6444k| 112.4 |   152M |  43 |1652 |7183 |2126 |2299 |  0 |  58k|  22 | 0.000000e+00 |      --      |    Inf |   0.91%
719.96/722.38	c   722s| 55000 |    47 |  6457k| 112.4 |   152M |  43 |1652 |7169 |2124 |2302 |  1 |  58k|  22 | 0.000000e+00 |      --      |    Inf |   0.91%
721.45/723.89	c   724s| 55100 |    43 |  6471k| 112.4 |   152M |  43 |1652 |7210 |2124 |2305 |  0 |  58k|  22 | 0.000000e+00 |      --      |    Inf |   0.91%
723.05/725.40	c   725s| 55200 |    43 |  6485k| 112.5 |   152M |  43 |1652 |6887 |2125 |2307 |  0 |  58k|  22 | 0.000000e+00 |      --      |    Inf |   0.92%
724.54/726.96	c   727s| 55300 |    45 |  6499k| 112.5 |   152M |  43 |1652 |6660 |2123 |2314 |  0 |  58k|  22 | 0.000000e+00 |      --      |    Inf |   0.92%
726.14/728.54	c   729s| 55400 |    43 |  6513k| 112.6 |   152M |  43 |1652 |6656 |2121 |2327 |  0 |  58k|  22 | 0.000000e+00 |      --      |    Inf |   0.93%
727.83/730.27	c   730s| 55500 |    43 |  6528k| 112.6 |   152M |  43 |1652 |6680 |2121 |2341 |  1 |  58k|  22 | 0.000000e+00 |      --      |    Inf |   0.94%
729.02/731.47	c   731s| 55600 |    39 |  6539k| 112.6 |   152M |  43 |1652 |6446 |2121 |2344 |  0 |  58k|  22 | 0.000000e+00 |      --      |    Inf |   0.96%
730.42/732.88	c   733s| 55700 |    51 |  6550k| 112.6 |   152M |  43 |1652 |5984 |2119 |2350 |  1 |  58k|  22 | 0.000000e+00 |      --      |    Inf |   0.98%
732.01/734.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
732.01/734.42	c   734s| 55800 |    55 |  6563k| 112.7 |   152M |  43 |1652 |5634 |2121 |2370 |  0 |  58k|  22 | 0.000000e+00 |      --      |    Inf |   0.99%
733.41/735.88	c   736s| 55900 |    61 |  6576k| 112.7 |   152M |  43 |1652 |5566 |2122 |2394 |  1 |  58k|  22 | 0.000000e+00 |      --      |    Inf |   1.00%
734.71/737.13	c   737s| 56000 |    57 |  6587k| 112.7 |   152M |  43 |1652 |5538 |2123 |2407 |  0 |  58k|  22 | 0.000000e+00 |      --      |    Inf |   1.01%
736.00/738.40	c   738s| 56100 |    55 |  6599k| 112.7 |   152M |  43 |1652 |5529 |2124 |2415 |  0 |  58k|  22 | 0.000000e+00 |      --      |    Inf |   1.01%
737.29/739.78	c   740s| 56200 |    55 |  6611k| 112.7 |   152M |  43 |1652 |5565 |2120 |2435 |  1 |  58k|  22 | 0.000000e+00 |      --      |    Inf |   1.02%
738.49/740.99	c   741s| 56300 |    55 |  6621k| 112.7 |   152M |  43 |1652 |5494 |2123 |2453 |  0 |  58k|  22 | 0.000000e+00 |      --      |    Inf |   1.02%
739.59/742.03	c   742s| 56400 |    55 |  6630k| 112.7 |   152M |  43 |1652 |5678 |2125 |2455 |  0 |  59k|  22 | 0.000000e+00 |      --      |    Inf |   1.03%
740.69/743.19	c   743s| 56500 |    65 |  6642k| 112.7 |   152M |  43 |1652 |5756 |2127 |2465 |  0 |  59k|  22 | 0.000000e+00 |      --      |    Inf |   1.03%
741.68/744.15	c   744s| 56600 |    62 |  6651k| 112.6 |   152M |  43 |1652 |5848 |2125 |2470 |  0 |  59k|  22 | 0.000000e+00 |      --      |    Inf |   1.03%
742.58/745.09	c   745s| 56700 |    60 |  6659k| 112.6 |   152M |  43 |1652 |5962 |2129 |2481 |  1 |  59k|  22 | 0.000000e+00 |      --      |    Inf |   1.04%
743.58/746.01	c   746s| 56800 |    64 |  6668k| 112.5 |   152M |  43 |1652 |6042 |2129 |2489 |  1 |  59k|  22 | 0.000000e+00 |      --      |    Inf |   1.04%
744.57/747.07	c   747s| 56900 |    58 |  6678k| 112.5 |   152M |  43 |1652 |6068 |2125 |2494 |  0 |  59k|  22 | 0.000000e+00 |      --      |    Inf |   1.04%
745.36/747.89	c   748s| 57000 |    59 |  6686k| 112.5 |   152M |  43 |1652 |6136 |2129 |2505 |  0 |  59k|  22 | 0.000000e+00 |      --      |    Inf |   1.04%
746.36/748.81	c   749s| 57100 |    61 |  6695k| 112.4 |   152M |  43 |1652 |6228 |2127 |2515 |  0 |  60k|  22 | 0.000000e+00 |      --      |    Inf |   1.05%
746.96/749.47	c   749s| 57200 |    63 |  6701k| 112.3 |   152M |  43 |1652 |6417 |2127 |2517 |  0 |  60k|  22 | 0.000000e+00 |      --      |    Inf |   1.05%
747.96/750.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
747.96/750.45	c   750s| 57300 |    62 |  6710k| 112.3 |   152M |  43 |1652 |6580 |2127 |2525 |  1 |  60k|  22 | 0.000000e+00 |      --      |    Inf |   1.05%
748.75/751.29	c   751s| 57400 |    60 |  6718k| 112.2 |   152M |  43 |1652 |6700 |2128 |2530 |  0 |  60k|  22 | 0.000000e+00 |      --      |    Inf |   1.05%
749.55/752.02	c   752s| 57500 |    59 |  6725k| 112.2 |   152M |  43 |1652 |6833 |2129 |2532 |  0 |  60k|  22 | 0.000000e+00 |      --      |    Inf |   1.05%
750.25/752.77	c   753s| 57600 |    61 |  6732k| 112.1 |   152M |  43 |1652 |6916 |2129 |2533 |  0 |  60k|  22 | 0.000000e+00 |      --      |    Inf |   1.05%
751.14/753.66	c   754s| 57700 |    59 |  6740k| 112.0 |   152M |  43 |1652 |6899 |2127 |2539 |  0 |  61k|  22 | 0.000000e+00 |      --      |    Inf |   1.05%
752.04/754.57	c   755s| 57800 |    58 |  6749k| 112.0 |   152M |  43 |1652 |6862 |2125 |2539 |  0 |  61k|  22 | 0.000000e+00 |      --      |    Inf |   1.05%
753.14/755.61	c   756s| 57900 |    56 |  6759k| 112.0 |   152M |  43 |1652 |6893 |2125 |2541 |  0 |  61k|  22 | 0.000000e+00 |      --      |    Inf |   1.05%
754.13/756.62	c   757s| 58000 |    58 |  6768k| 112.0 |   152M |  43 |1652 |6862 |2125 |2542 |  0 |  61k|  22 | 0.000000e+00 |      --      |    Inf |   1.05%
755.03/757.51	c   758s| 58100 |    56 |  6776k| 111.9 |   152M |  43 |1652 |6761 |2126 |2546 |  0 |  61k|  22 | 0.000000e+00 |      --      |    Inf |   1.06%
755.83/758.37	c   758s| 58200 |    54 |  6784k| 111.8 |   152M |  43 |1652 |6881 |2126 |2553 |  0 |  61k|  22 | 0.000000e+00 |      --      |    Inf |   1.06%
756.92/759.41	c   759s| 58300 |    54 |  6794k| 111.8 |   152M |  43 |1652 |6774 |2125 |2555 |  0 |  61k|  22 | 0.000000e+00 |      --      |    Inf |   1.06%
757.92/760.43	c   760s| 58400 |    54 |  6803k| 111.8 |   152M |  43 |1652 |6820 |2126 |2557 |  0 |  61k|  22 | 0.000000e+00 |      --      |    Inf |   1.06%
759.02/761.54	c   762s| 58500 |    56 |  6813k| 111.8 |   152M |  43 |1652 |6845 |2127 |2567 |  2 |  61k|  22 | 0.000000e+00 |      --      |    Inf |   1.06%
760.21/762.77	c   763s| 58600 |    56 |  6825k| 111.8 |   152M |  43 |1652 |6868 |2126 |2569 |  0 |  61k|  22 | 0.000000e+00 |      --      |    Inf |   1.06%
761.61/764.10	c   764s| 58700 |    58 |  6838k| 111.8 |   152M |  43 |1652 |6887 |2127 |2571 |  1 |  61k|  22 | 0.000000e+00 |      --      |    Inf |   1.06%
762.61/765.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
762.61/765.11	c   765s| 58800 |    54 |  6848k| 111.8 |   152M |  43 |1652 |6932 |2125 |2573 |  1 |  61k|  22 | 0.000000e+00 |      --      |    Inf |   1.06%
763.40/765.98	c   766s| 58900 |    54 |  6856k| 111.7 |   152M |  43 |1652 |7071 |2127 |2576 |  1 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   1.07%
764.40/766.97	c   767s| 59000 |    54 |  6865k| 111.7 |   152M |  43 |1652 |7115 |2127 |2579 |  0 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   1.07%
765.79/768.39	c   768s| 59100 |    56 |  6878k| 111.7 |   152M |  43 |1652 |6823 |2127 |2589 |  1 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   1.08%
767.19/769.79	c   770s| 59200 |    52 |  6891k| 111.8 |   152M |  43 |1652 |6538 |2122 |2607 |  2 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   1.10%
768.78/771.30	c   771s| 59300 |    54 |  6904k| 111.8 |   152M |  43 |1652 |6499 |2122 |2633 |  2 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   1.11%
769.98/772.50	c   773s| 59400 |    54 |  6916k| 111.8 |   152M |  43 |1652 |6322 |2124 |2638 |  0 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   1.12%
771.17/773.72	c   774s| 59500 |    56 |  6927k| 111.8 |   152M |  43 |1652 |6369 |2121 |2645 |  1 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   1.12%
772.47/775.06	c   775s| 59600 |    54 |  6939k| 111.8 |   152M |  43 |1652 |6379 |2122 |2659 |  0 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   1.12%
774.16/776.74	c   777s| 59700 |    50 |  6955k| 111.9 |   152M |  43 |1652 |6259 |2123 |2668 |  0 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   1.16%
775.26/777.83	c   778s| 59800 |    52 |  6965k| 111.9 |   152M |  43 |1652 |6283 |2120 |2672 |  0 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   1.17%
777.35/779.99	c   780s| 59900 |    56 |  6983k| 112.0 |   152M |  43 |1652 |6332 |2119 |2681 |  1 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   1.18%
778.65/781.26	c   781s| 60000 |    52 |  6995k| 112.0 |   152M |  43 |1652 |6375 |2121 |2697 |  0 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   1.18%
779.84/782.47	c   782s| 60100 |    54 |  7005k| 112.0 |   152M |  43 |1652 |6373 |2122 |2718 |  0 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   1.19%
781.24/783.82	c   784s| 60200 |    52 |  7017k| 112.0 |   152M |  43 |1652 |6412 |2119 |2744 |  1 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   1.19%
782.44/785.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
782.44/785.08	c   785s| 60300 |    54 |  7028k| 112.0 |   152M |  43 |1652 |6487 |2124 |2754 |  1 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   1.19%
783.53/786.10	c   786s| 60400 |    54 |  7038k| 112.0 |   152M |  43 |1652 |6550 |2123 |2758 |  1 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   1.19%
784.62/787.27	c   787s| 60500 |    56 |  7048k| 112.0 |   152M |  43 |1652 |6552 |2123 |2766 |  0 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   1.19%
785.82/788.40	c   788s| 60600 |    58 |  7058k| 111.9 |   152M |  43 |1652 |6544 |2123 |2767 |  1 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   1.19%
787.02/789.67	c   790s| 60700 |    54 |  7069k| 111.9 |   152M |  43 |1652 |6575 |2123 |2767 |  1 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   1.19%
788.31/790.96	c   791s| 60800 |    52 |  7081k| 111.9 |   152M |  43 |1652 |6575 |2122 |2773 |  0 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   1.19%
789.51/792.16	c   792s| 60900 |    50 |  7092k| 111.9 |   152M |  43 |1652 |6535 |2123 |2776 |  0 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   1.19%
790.90/793.57	c   794s| 61000 |    54 |  7104k| 112.0 |   152M |  43 |1652 |6536 |2123 |2787 |  0 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   1.19%
792.10/794.76	c   795s| 61100 |    60 |  7115k| 111.9 |   152M |  43 |1652 |6582 |2123 |2787 |  0 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   1.19%
793.29/796.00	c   796s| 61200 |    52 |  7126k| 111.9 |   152M |  43 |1652 |6628 |2123 |2788 |  0 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   1.19%
794.69/797.32	c   797s| 61300 |    48 |  7137k| 111.9 |   152M |  43 |1652 |6644 |2121 |2788 |  1 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   1.19%
795.98/798.68	c   799s| 61400 |    44 |  7149k| 112.0 |   152M |  43 |1652 |6693 |2122 |2795 |  0 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   1.19%
797.58/800.21	c   800s| 61500 |    42 |  7163k| 112.0 |   152M |  43 |1652 |6669 |2120 |2807 |  1 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   1.21%
799.48/802.12	c   802s| 61600 |    48 |  7179k| 112.1 |   153M |  43 |1652 |6568 |2122 |2817 |  1 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   1.22%
800.77/803.41	c   803s| 61700 |    48 |  7189k| 112.1 |   153M |  43 |1652 |6434 |2121 |2820 |  0 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   1.23%
802.56/805.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
802.56/805.28	c   805s| 61800 |    50 |  7206k| 112.2 |   153M |  43 |1652 |6434 |2122 |2830 |  1 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   1.24%
804.46/807.18	c   807s| 61900 |    50 |  7224k| 112.2 |   153M |  43 |1652 |6523 |2123 |2840 |  0 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   1.24%
805.85/808.52	c   809s| 62000 |    54 |  7236k| 112.3 |   153M |  43 |1652 |6568 |2121 |2843 |  1 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   1.25%
807.14/809.85	c   810s| 62100 |    52 |  7248k| 112.3 |   153M |  43 |1652 |6629 |2121 |2845 |  1 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   1.25%
808.64/811.31	c   811s| 62200 |    54 |  7261k| 112.3 |   153M |  43 |1652 |6670 |2121 |2847 |  1 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   1.25%
809.93/812.65	c   813s| 62300 |    52 |  7273k| 112.3 |   153M |  43 |1652 |6697 |2121 |2849 |  0 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   1.25%
811.23/813.92	c   814s| 62400 |    54 |  7284k| 112.3 |   153M |  43 |1652 |6771 |2121 |2849 |  1 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   1.25%
812.72/815.44	c   815s| 62500 |    58 |  7298k| 112.3 |   153M |  43 |1652 |6770 |2121 |2852 |  0 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   1.25%
814.22/816.98	c   817s| 62600 |    56 |  7311k| 112.4 |   153M |  43 |1652 |6834 |2121 |2862 |  1 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   1.25%
815.81/818.51	c   819s| 62700 |    52 |  7324k| 112.4 |   153M |  43 |1652 |6916 |2121 |2869 |  1 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   1.25%
817.11/819.83	c   820s| 62800 |    48 |  7336k| 112.4 |   153M |  43 |1652 |6907 |2121 |2873 |  0 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   1.25%
818.60/821.32	c   821s| 62900 |    49 |  7349k| 112.5 |   153M |  43 |1652 |6501 |2120 |2877 |  1 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   1.25%
819.70/822.42	c   822s| 63000 |    47 |  7359k| 112.4 |   153M |  43 |1652 |6496 |2120 |2879 |  0 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   1.25%
820.89/823.66	c   824s| 63100 |    49 |  7370k| 112.4 |   153M |  43 |1652 |6496 |2120 |2889 |  0 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   1.25%
822.19/824.90	c   825s| 63200 |    49 |  7382k| 112.4 |   153M |  43 |1652 |6526 |2120 |2893 |  1 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   1.25%
823.48/826.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
823.48/826.25	c   826s| 63300 |    47 |  7393k| 112.4 |   153M |  43 |1652 |6580 |2122 |2900 |  2 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   1.25%
824.78/827.59	c   828s| 63400 |    47 |  7405k| 112.4 |   153M |  43 |1652 |6622 |2121 |2904 |  1 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   1.25%
825.98/828.74	c   829s| 63500 |    45 |  7416k| 112.4 |   153M |  43 |1652 |6570 |2122 |2906 |  0 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   1.26%
827.47/830.22	c   830s| 63600 |    43 |  7429k| 112.5 |   153M |  43 |1652 |6473 |2121 |2910 |  0 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   1.26%
829.86/832.60	c   833s| 63700 |    53 |  7445k| 112.5 |   153M |  43 |1652 |5610 |2125 |2942 |  0 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   1.63%
831.46/834.24	c   834s| 63800 |    66 |  7457k| 112.5 |   153M |  43 |1652 |5472 |2126 |2971 |  1 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   1.73%
832.55/835.34	c   835s| 63900 |    70 |  7467k| 112.5 |   153M |  43 |1652 |5534 |2120 |2985 |  0 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   1.74%
833.55/836.34	c   836s| 64000 |    66 |  7477k| 112.5 |   153M |  43 |1652 |5555 |2120 |3002 |  0 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   1.75%
834.54/837.37	c   837s| 64100 |    66 |  7486k| 112.5 |   153M |  43 |1652 |5612 |2120 |3016 |  1 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   1.76%
835.74/838.57	c   839s| 64200 |    64 |  7497k| 112.5 |   153M |  43 |1652 |5649 |2128 |3025 |  0 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   1.77%
836.94/839.70	c   840s| 64300 |    64 |  7507k| 112.4 |   153M |  43 |1652 |5748 |2126 |3028 |  1 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   1.78%
838.24/841.10	c   841s| 64400 |    64 |  7518k| 112.5 |   153M |  43 |1652 |5750 |2120 |3038 |  0 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   1.79%
839.43/842.23	c   842s| 64500 |    66 |  7528k| 112.4 |   153M |  43 |1652 |5772 |2126 |3038 |  1 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   1.80%
840.52/843.32	c   843s| 64600 |    62 |  7538k| 112.4 |   153M |  43 |1652 |5874 |2123 |3040 |  0 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   1.80%
841.82/844.67	c   845s| 64700 |    64 |  7549k| 112.4 |   153M |  43 |1652 |5836 |2126 |3047 |  0 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   1.88%
842.91/845.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
842.91/845.70	c   846s| 64800 |    64 |  7558k| 112.4 |   153M |  43 |1652 |5808 |2122 |3049 |  0 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   1.91%
844.01/846.85	c   847s| 64900 |    62 |  7568k| 112.4 |   153M |  43 |1652 |5831 |2122 |3049 |  0 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   1.98%
845.50/848.39	c   848s| 65000 |    68 |  7581k| 112.4 |   153M |  43 |1652 |5750 |2120 |3062 |  0 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   2.01%
846.70/849.55	c   850s| 65100 |    70 |  7591k| 112.4 |   153M |  43 |1652 |5729 |2120 |3065 |  1 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   2.03%
847.60/850.49	c   850s| 65200 |    68 |  7600k| 112.3 |   153M |  43 |1652 |5833 |2121 |3070 |  1 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   2.04%
848.79/851.65	c   852s| 65300 |    66 |  7610k| 112.3 |   153M |  43 |1652 |5854 |2123 |3080 |  1 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   2.04%
849.89/852.78	c   853s| 65400 |    64 |  7620k| 112.3 |   153M |  43 |1652 |5915 |2124 |3086 |  0 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   2.05%
851.38/854.22	c   854s| 65500 |    62 |  7633k| 112.3 |   153M |  43 |1652 |5896 |2127 |3103 |  1 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   2.06%
852.88/855.74	c   856s| 65600 |    66 |  7645k| 112.3 |   153M |  43 |1652 |5771 |2122 |3121 |  0 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   2.13%
854.07/856.96	c   857s| 65700 |    68 |  7655k| 112.3 |   154M |  43 |1652 |5750 |2122 |3128 |  1 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   2.19%
855.27/858.14	c   858s| 65800 |    68 |  7665k| 112.3 |   154M |  43 |1652 |5786 |2122 |3134 |  1 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   2.21%
856.36/859.25	c   859s| 65900 |    70 |  7674k| 112.3 |   154M |  43 |1652 |5810 |2122 |3142 |  1 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   2.22%
857.56/860.49	c   860s| 66000 |    66 |  7685k| 112.3 |   154M |  43 |1652 |5808 |2126 |3148 |  0 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   2.23%
858.86/861.75	c   862s| 66100 |    70 |  7697k| 112.3 |   154M |  43 |1652 |5750 |2127 |3154 |  0 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   2.24%
860.05/862.94	c   863s| 66200 |    68 |  7707k| 112.3 |   154M |  43 |1652 |5802 |2126 |3162 |  0 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   2.24%
861.05/863.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
861.05/863.92	c   864s| 66300 |    68 |  7716k| 112.2 |   154M |  43 |1652 |5779 |2126 |3163 |  0 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   2.25%
862.15/865.01	c   865s| 66400 |    66 |  7726k| 112.2 |   154M |  43 |1652 |5722 |2122 |3166 |  1 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   2.25%
863.34/866.25	c   866s| 66500 |    70 |  7737k| 112.2 |   154M |  43 |1652 |5717 |2122 |3173 |  1 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   2.26%
864.34/867.27	c   867s| 66600 |    80 |  7746k| 112.2 |   154M |  43 |1652 |5794 |2123 |3185 |  0 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   2.26%
865.53/868.41	c   868s| 66700 |    71 |  7756k| 112.2 |   154M |  43 |1652 |5825 |2122 |3195 |  1 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   2.26%
866.63/869.50	c   870s| 66800 |    71 |  7766k| 112.1 |   154M |  43 |1652 |5811 |2125 |3204 |  0 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   2.26%
867.62/870.56	c   871s| 66900 |    71 |  7776k| 112.1 |   154M |  43 |1652 |5797 |2126 |3209 |  1 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   2.26%
868.72/871.61	c   872s| 67000 |    69 |  7785k| 112.1 |   154M |  43 |1652 |5819 |2126 |3213 |  0 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   2.26%
870.01/872.93	c   873s| 67100 |    67 |  7797k| 112.1 |   154M |  43 |1652 |5825 |2127 |3218 |  0 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   2.26%
871.31/874.26	c   874s| 67200 |    67 |  7809k| 112.1 |   154M |  43 |1652 |5824 |2127 |3220 |  0 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   2.26%
872.51/875.47	c   875s| 67300 |    67 |  7820k| 112.1 |   154M |  43 |1652 |5804 |2126 |3225 |  1 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   2.27%
873.90/876.84	c   877s| 67400 |    69 |  7831k| 112.1 |   154M |  43 |1652 |5844 |2127 |3232 |  2 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   2.27%
875.40/878.34	c   878s| 67500 |    69 |  7845k| 112.1 |   154M |  43 |1652 |5879 |2126 |3240 |  0 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   2.27%
876.59/879.54	c   880s| 67600 |    69 |  7855k| 112.1 |   154M |  43 |1652 |6027 |2128 |3251 |  1 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   2.27%
877.99/880.95	c   881s| 67700 |    67 |  7868k| 112.2 |   154M |  43 |1652 |6046 |2126 |3252 |  0 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   2.27%
879.48/882.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
879.48/882.43	c   882s| 67800 |    69 |  7882k| 112.2 |   154M |  43 |1652 |6054 |2126 |3253 |  0 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   2.27%
880.88/883.84	c   884s| 67900 |    69 |  7894k| 112.2 |   154M |  43 |1652 |6088 |2128 |3259 |  2 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   2.27%
882.37/885.30	c   885s| 68000 |    65 |  7907k| 112.2 |   154M |  43 |1652 |6132 |2126 |3263 |  1 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   2.28%
883.57/886.51	c   887s| 68100 |    71 |  7917k| 112.2 |   154M |  43 |1652 |6015 |2125 |3275 |  0 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   2.30%
884.86/887.86	c   888s| 68200 |    73 |  7929k| 112.2 |   154M |  43 |1652 |5991 |2125 |3301 |  1 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   2.31%
886.06/889.00	c   889s| 68300 |    71 |  7940k| 112.2 |   154M |  43 |1652 |6010 |2122 |3305 |  0 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   2.31%
887.16/890.14	c   890s| 68400 |    71 |  7950k| 112.2 |   154M |  43 |1652 |6093 |2122 |3306 |  1 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   2.31%
888.35/891.33	c   891s| 68500 |    71 |  7960k| 112.2 |   154M |  43 |1652 |6125 |2126 |3314 |  1 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   2.31%
889.84/892.81	c   893s| 68600 |    71 |  7974k| 112.2 |   154M |  43 |1652 |6167 |2123 |3315 |  0 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   2.31%
890.94/893.99	c   894s| 68700 |    65 |  7985k| 112.2 |   154M |  43 |1652 |6164 |2124 |3317 |  0 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   2.31%
892.33/895.34	c   895s| 68800 |    67 |  7996k| 112.2 |   154M |  43 |1652 |6104 |2126 |3323 |  1 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   2.32%
893.43/896.40	c   896s| 68900 |    67 |  8006k| 112.2 |   154M |  43 |1652 |6141 |2128 |3330 |  1 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   2.33%
894.53/897.51	c   898s| 69000 |    67 |  8015k| 112.2 |   154M |  43 |1652 |6259 |2126 |3340 |  0 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   2.33%
895.62/898.67	c   899s| 69100 |    71 |  8025k| 112.1 |   154M |  43 |1652 |6330 |2127 |3353 |  1 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   2.33%
896.72/899.80	c   900s| 69200 |    69 |  8035k| 112.1 |   154M |  43 |1652 |6428 |2126 |3358 |  1 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   2.34%
898.12/901.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
898.12/901.18	c   901s| 69300 |    67 |  8047k| 112.1 |   154M |  43 |1652 |6428 |2127 |3364 |  0 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   2.34%
899.31/902.37	c   902s| 69400 |    69 |  8058k| 112.1 |   154M |  43 |1652 |6457 |2128 |3371 |  0 |  68k|  22 | 0.000000e+00 |      --      |    Inf |   2.34%
900.50/903.54	c   904s| 69500 |    71 |  8068k| 112.1 |   154M |  43 |1652 |6570 |2129 |3387 |  0 |  68k|  22 | 0.000000e+00 |      --      |    Inf |   2.34%
901.70/904.74	c   905s| 69600 |    71 |  8078k| 112.1 |   154M |  43 |1652 |6721 |2129 |3399 |  2 |  68k|  22 | 0.000000e+00 |      --      |    Inf |   2.34%
903.10/906.16	c   906s| 69700 |    73 |  8091k| 112.1 |   154M |  43 |1652 |6831 |2129 |3415 |  1 |  68k|  22 | 0.000000e+00 |      --      |    Inf |   2.34%
904.69/907.71	c   908s| 69800 |    69 |  8104k| 112.2 |   154M |  43 |1652 |6896 |2126 |3419 |  1 |  68k|  22 | 0.000000e+00 |      --      |    Inf |   2.35%
905.99/909.08	c   909s| 69900 |    67 |  8116k| 112.2 |   154M |  43 |1652 |6991 |2127 |3424 |  0 |  68k|  22 | 0.000000e+00 |      --      |    Inf |   2.35%
907.38/910.47	c   910s| 70000 |    67 |  8128k| 112.2 |   154M |  43 |1652 |7000 |2127 |3429 |  0 |  68k|  22 | 0.000000e+00 |      --      |    Inf |   2.35%
908.48/911.52	c   912s| 70100 |    67 |  8138k| 112.2 |   154M |  43 |1652 |6934 |2121 |3432 |  0 |  68k|  22 | 0.000000e+00 |      --      |    Inf |   2.35%
909.67/912.78	c   913s| 70200 |    71 |  8150k| 112.2 |   154M |  43 |1652 |6931 |2120 |3436 |  0 |  68k|  22 | 0.000000e+00 |      --      |    Inf |   2.35%
910.67/913.76	c   914s| 70300 |    71 |  8158k| 112.1 |   154M |  43 |1652 |6944 |2120 |3445 |  1 |  68k|  22 | 0.000000e+00 |      --      |    Inf |   2.35%
911.76/914.81	c   915s| 70400 |    75 |  8168k| 112.1 |   154M |  43 |1652 |6927 |2120 |3448 |  1 |  68k|  22 | 0.000000e+00 |      --      |    Inf |   2.35%
912.66/915.77	c   916s| 70500 |    75 |  8177k| 112.1 |   154M |  43 |1652 |6982 |2122 |3453 |  1 |  68k|  22 | 0.000000e+00 |      --      |    Inf |   2.36%
913.96/917.06	c   917s| 70600 |    75 |  8189k| 112.1 |   154M |  43 |1652 |7066 |2120 |3457 |  1 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   2.36%
914.96/918.07	c   918s| 70700 |    75 |  8198k| 112.1 |   154M |  43 |1652 |7162 |2120 |3458 |  1 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   2.36%
915.95/919.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
915.95/919.07	c   919s| 70800 |    71 |  8207k| 112.0 |   154M |  43 |1652 |7207 |2120 |3460 |  0 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   2.36%
917.14/920.23	c   920s| 70900 |    67 |  8217k| 112.0 |   154M |  43 |1652 |7298 |2120 |3468 |  0 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   2.36%
918.24/921.39	c   921s| 71000 |    69 |  8228k| 112.0 |   154M |  43 |1652 |7245 |2120 |3475 |  0 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   2.36%
919.74/922.81	c   923s| 71100 |    67 |  8238k| 112.0 |   154M |  43 |1652 |7288 |2120 |3478 |  0 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   2.36%
920.83/923.96	c   924s| 71200 |    71 |  8249k| 112.0 |   154M |  43 |1652 |7361 |2119 |3478 |  0 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   2.36%
922.13/925.21	c   925s| 71300 |    67 |  8260k| 112.0 |   154M |  43 |1652 |7422 |2122 |3481 |  1 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   2.36%
923.42/926.50	c   927s| 71400 |    67 |  8271k| 112.0 |   154M |  43 |1652 |7496 |2122 |3483 |  1 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   2.36%
925.12/928.23	c   928s| 71500 |    71 |  8284k| 112.0 |   154M |  43 |1652 |7159 |2122 |3497 |  0 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   2.37%
926.51/929.62	c   930s| 71600 |    89 |  8297k| 112.0 |   154M |  43 |1652 |6762 |2122 |3497 |  0 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   2.38%
928.11/931.21	c   931s| 71700 |    99 |  8311k| 112.1 |   154M |  43 |1652 |6754 |2122 |3502 |  0 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   2.39%
929.80/932.90	c   933s| 71800 |    91 |  8326k| 112.1 |   154M |  43 |1652 |6747 |2122 |3507 |  0 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   2.39%
931.59/934.72	c   935s| 71900 |    77 |  8342k| 112.2 |   154M |  43 |1652 |6761 |2123 |3515 |  0 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   2.41%
932.99/936.18	c   936s| 72000 |    77 |  8356k| 112.2 |   154M |  43 |1652 |6770 |2122 |3516 |  0 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   2.42%
934.08/937.25	c   937s| 72100 |    75 |  8365k| 112.2 |   154M |  43 |1652 |6859 |2122 |3516 |  0 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   2.42%
935.28/938.43	c   938s| 72200 |    77 |  8376k| 112.2 |   154M |  43 |1652 |6851 |2122 |3516 |  0 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   2.42%
936.38/939.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
936.38/939.60	c   940s| 72300 |    77 |  8387k| 112.2 |   154M |  43 |1652 |6921 |2122 |3516 |  1 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   2.42%
937.77/940.91	c   941s| 72400 |    73 |  8399k| 112.2 |   154M |  43 |1652 |6911 |2122 |3517 |  0 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   2.43%
939.27/942.46	c   942s| 72500 |    79 |  8413k| 112.2 |   154M |  43 |1652 |6912 |2122 |3519 |  1 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   2.44%
940.76/943.95	c   944s| 72600 |    77 |  8426k| 112.3 |   154M |  43 |1652 |6929 |2122 |3523 |  0 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   2.44%
943.05/946.25	c   946s| 72700 |    89 |  8442k| 112.3 |   154M |  43 |1652 |6117 |2123 |3540 |  1 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   2.47%
944.05/947.25	c   947s| 72800 |    91 |  8451k| 112.3 |   154M |  43 |1652 |5959 |2123 |3541 |  0 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   2.47%
945.04/948.22	c   948s| 72900 |    93 |  8459k| 112.3 |   154M |  43 |1652 |6082 |2123 |3543 |  1 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   2.48%
946.24/949.41	c   949s| 73000 |    87 |  8470k| 112.3 |   154M |  43 |1652 |6155 |2123 |3546 |  0 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   2.49%
947.44/950.61	c   951s| 73100 |    91 |  8481k| 112.2 |   154M |  43 |1652 |6139 |2123 |3551 |  1 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   2.50%
948.53/951.76	c   952s| 73200 |    91 |  8491k| 112.2 |   154M |  43 |1652 |6206 |2125 |3554 |  0 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   2.50%
949.83/953.10	c   953s| 73300 |    93 |  8501k| 112.2 |   154M |  43 |1652 |6246 |2123 |3566 |  1 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   2.51%
951.22/954.48	c   954s| 73400 |    97 |  8514k| 112.2 |   154M |  43 |1652 |6242 |2124 |3567 |  1 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   2.52%
952.42/955.60	c   956s| 73500 |    97 |  8524k| 112.2 |   154M |  43 |1652 |6313 |2125 |3571 |  1 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   2.52%
953.41/956.67	c   957s| 73600 |   100 |  8533k| 112.2 |   154M |  43 |1652 |6327 |2124 |3579 |  1 |  71k|  22 | 0.000000e+00 |      --      |    Inf |   2.53%
954.71/957.97	c   958s| 73700 |   118 |  8545k| 112.2 |   154M |  43 |1652 |6277 |2124 |3582 |  1 |  71k|  22 | 0.000000e+00 |      --      |    Inf |   2.53%
955.91/959.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
955.91/959.14	c   959s| 73800 |   116 |  8555k| 112.2 |   154M |  43 |1652 |6284 |2125 |3585 |  0 |  71k|  22 | 0.000000e+00 |      --      |    Inf |   2.53%
957.40/960.63	c   961s| 73900 |   108 |  8568k| 112.2 |   154M |  43 |1652 |6358 |2124 |3594 |  0 |  71k|  22 | 0.000000e+00 |      --      |    Inf |   2.53%
958.50/961.71	c   962s| 74000 |   104 |  8577k| 112.2 |   154M |  43 |1652 |6419 |2123 |3603 |  1 |  71k|  22 | 0.000000e+00 |      --      |    Inf |   2.54%
959.49/962.79	c   963s| 74100 |   106 |  8587k| 112.2 |   154M |  43 |1652 |6494 |2123 |3606 |  1 |  71k|  22 | 0.000000e+00 |      --      |    Inf |   2.54%
960.79/964.06	c   964s| 74200 |   104 |  8598k| 112.2 |   154M |  43 |1652 |6568 |2124 |3610 |  2 |  71k|  22 | 0.000000e+00 |      --      |    Inf |   2.54%
961.89/965.19	c   965s| 74300 |   104 |  8608k| 112.1 |   154M |  43 |1652 |6764 |2125 |3613 |  1 |  71k|  22 | 0.000000e+00 |      --      |    Inf |   2.54%
962.98/966.29	c   966s| 74400 |   104 |  8617k| 112.1 |   154M |  43 |1652 |6914 |2125 |3620 |  0 |  71k|  22 | 0.000000e+00 |      --      |    Inf |   2.54%
964.47/967.78	c   968s| 74500 |   108 |  8630k| 112.1 |   154M |  43 |1652 |6821 |2122 |3631 |  0 |  71k|  22 | 0.000000e+00 |      --      |    Inf |   2.58%
965.67/968.97	c   969s| 74600 |   110 |  8640k| 112.1 |   154M |  43 |1652 |6848 |2122 |3634 |  0 |  71k|  22 | 0.000000e+00 |      --      |    Inf |   2.59%
966.77/970.06	c   970s| 74700 |   112 |  8650k| 112.1 |   154M |  43 |1652 |6922 |2123 |3636 |  1 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   2.59%
968.06/971.31	c   971s| 74800 |   106 |  8662k| 112.1 |   154M |  43 |1652 |6963 |2123 |3640 |  0 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   2.59%
969.26/972.50	c   973s| 74900 |   106 |  8672k| 112.1 |   154M |  43 |1652 |7004 |2122 |3640 |  1 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   2.60%
970.25/973.58	c   974s| 75000 |   106 |  8681k| 112.1 |   154M |  43 |1652 |6994 |2122 |3644 |  1 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   2.61%
971.45/974.77	c   975s| 75100 |   100 |  8692k| 112.1 |   154M |  43 |1652 |7005 |2124 |3651 |  0 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   2.64%
972.85/976.11	c   976s| 75200 |   108 |  8703k| 112.1 |   154M |  43 |1652 |7097 |2124 |3653 |  1 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   2.64%
974.34/977.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
974.34/977.61	c   978s| 75300 |   112 |  8717k| 112.1 |   154M |  43 |1652 |7105 |2124 |3663 |  0 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   2.64%
975.53/978.85	c   979s| 75400 |   108 |  8727k| 112.1 |   154M |  43 |1652 |7112 |2123 |3666 |  0 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   2.64%
977.13/980.43	c   980s| 75500 |   110 |  8740k| 112.1 |   154M |  43 |1652 |6853 |2122 |3686 |  2 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   2.65%
979.92/983.24	c   983s| 75600 |   130 |  8763k| 112.3 |   154M |  43 |1652 |6873 |2122 |3695 |  1 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   2.67%
981.61/984.90	c   985s| 75700 |   134 |  8778k| 112.3 |   154M |  43 |1652 |6897 |2122 |3697 |  0 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   2.69%
983.11/986.49	c   986s| 75800 |   140 |  8792k| 112.3 |   154M |  43 |1652 |6938 |2122 |3698 |  1 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   2.69%
984.40/987.73	c   988s| 75900 |   140 |  8803k| 112.3 |   154M |  43 |1652 |6837 |2122 |3698 |  0 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   2.69%
985.70/989.00	c   989s| 76000 |   140 |  8814k| 112.3 |   154M |  43 |1652 |6907 |2123 |3700 |  1 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   2.69%
986.59/989.95	c   990s| 76100 |   142 |  8823k| 112.3 |   154M |  43 |1652 |6973 |2123 |3702 |  1 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   2.69%
987.59/990.96	c   991s| 76200 |   140 |  8832k| 112.3 |   154M |  43 |1652 |7023 |2123 |3702 |  1 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   2.69%
988.79/992.17	c   992s| 76300 |   140 |  8842k| 112.3 |   154M |  43 |1652 |7098 |2122 |3702 |  1 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   2.69%
990.68/994.06	c   994s| 76400 |   148 |  8858k| 112.3 |   154M |  43 |1652 |6945 |2122 |3714 |  1 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   2.71%
991.88/995.23	c   995s| 76500 |   150 |  8868k| 112.3 |   154M |  43 |1652 |6956 |2122 |3716 |  1 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   2.72%
992.87/996.27	c   996s| 76600 |   148 |  8877k| 112.3 |   154M |  43 |1652 |7072 |2123 |3718 |  0 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   2.72%
994.27/997.60	c   998s| 76700 |   148 |  8889k| 112.3 |   154M |  43 |1652 |7112 |2123 |3722 |  1 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   2.72%
995.46/998.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
995.46/998.84	c   999s| 76800 |   150 |  8899k| 112.3 |   154M |  43 |1652 |7057 |2123 |3730 |  0 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   2.73%
996.86/1000.25	c  1000s| 76900 |   148 |  8912k| 112.3 |   154M |  43 |1652 |7074 |2122 |3738 |  0 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   2.73%
997.95/1001.39	c  1001s| 77000 |   150 |  8922k| 112.3 |   154M |  43 |1652 |7121 |2122 |3743 |  0 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   2.73%
999.35/1002.70	c  1003s| 77100 |   146 |  8934k| 112.3 |   154M |  43 |1652 |7111 |2122 |3746 |  0 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   2.73%
1000.84/1004.24	c  1004s| 77200 |   144 |  8947k| 112.3 |   154M |  43 |1652 |7064 |2122 |3751 |  1 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   2.73%
1002.44/1005.85	c  1006s| 77300 |   144 |  8962k| 112.4 |   154M |  43 |1652 |6878 |2125 |3753 |  0 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   2.74%
1003.83/1007.25	c  1007s| 77400 |   146 |  8974k| 112.4 |   154M |  43 |1652 |6882 |2122 |3753 |  0 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   2.74%
1005.43/1008.85	c  1009s| 77500 |   150 |  8989k| 112.4 |   154M |  43 |1652 |6802 |2122 |3756 |  0 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   2.74%
1007.02/1010.46	c  1010s| 77600 |   152 |  9003k| 112.5 |   154M |  43 |1652 |6848 |2122 |3756 |  1 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   2.74%
1008.42/1011.88	c  1012s| 77700 |   156 |  9016k| 112.5 |   154M |  43 |1652 |6901 |2122 |3756 |  0 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   2.74%
1009.81/1013.26	c  1013s| 77800 |   154 |  9028k| 112.5 |   154M |  43 |1652 |6906 |2122 |3757 |  0 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   2.74%
1011.21/1014.60	c  1015s| 77900 |   152 |  9040k| 112.5 |   154M |  43 |1652 |6917 |2122 |3757 |  1 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   2.74%
1012.80/1016.21	c  1016s| 78000 |   154 |  9053k| 112.5 |   154M |  43 |1652 |6743 |2120 |3763 |  1 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   2.77%
1014.60/1018.02	c  1018s| 78100 |   160 |  9068k| 112.6 |   155M |  43 |1652 |6744 |2122 |3783 |  0 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   2.78%
1015.60/1019.09	c  1019s| 78200 |   164 |  9077k| 112.5 |   155M |  43 |1652 |6753 |2121 |3783 |  0 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   2.79%
1016.89/1020.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1016.89/1020.37	c  1020s| 78300 |   166 |  9089k| 112.5 |   155M |  43 |1652 |6751 |2122 |3788 |  1 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   2.79%
1018.38/1021.80	c  1022s| 78400 |   166 |  9102k| 112.6 |   155M |  43 |1652 |6788 |2122 |3790 |  1 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   2.79%
1019.78/1023.25	c  1023s| 78500 |   168 |  9115k| 112.6 |   155M |  43 |1652 |6821 |2123 |3794 |  1 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   2.79%
1021.07/1024.50	c  1024s| 78600 |   168 |  9126k| 112.6 |   155M |  43 |1652 |6897 |2123 |3795 |  0 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   2.79%
1022.57/1026.00	c  1026s| 78700 |   168 |  9139k| 112.6 |   155M |  43 |1652 |6983 |2123 |3795 |  0 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   2.79%
1023.76/1027.28	c  1027s| 78800 |   168 |  9150k| 112.6 |   155M |  43 |1652 |7029 |2123 |3799 |  0 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   2.79%
1025.16/1028.68	c  1029s| 78900 |   164 |  9163k| 112.6 |   155M |  43 |1652 |7084 |2123 |3799 |  0 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   2.79%
1026.66/1030.12	c  1030s| 79000 |   164 |  9175k| 112.6 |   155M |  43 |1652 |7138 |2122 |3803 |  1 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   2.79%
1028.05/1031.52	c  1032s| 79100 |   162 |  9188k| 112.7 |   155M |  43 |1652 |7038 |2122 |3804 |  0 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   2.81%
1029.55/1033.10	c  1033s| 79200 |   162 |  9202k| 112.7 |   155M |  43 |1652 |7024 |2122 |3806 |  0 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   2.81%
1031.13/1034.62	c  1035s| 79300 |   162 |  9215k| 112.7 |   155M |  43 |1652 |6989 |2122 |3807 |  1 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   2.82%
1032.43/1035.97	c  1036s| 79400 |   158 |  9227k| 112.7 |   155M |  43 |1652 |6944 |2125 |3807 |  0 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   2.82%
1034.02/1037.60	c  1038s| 79500 |   162 |  9242k| 112.8 |   155M |  43 |1652 |6865 |2122 |3808 |  1 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   2.82%
1035.32/1038.81	c  1039s| 79600 |   168 |  9252k| 112.8 |   155M |  43 |1652 |6916 |2122 |3818 |  0 |  75k|  22 | 0.000000e+00 |      --      |    Inf |   2.82%
1036.52/1040.05	c  1040s| 79700 |   162 |  9264k| 112.8 |   155M |  43 |1652 |6980 |2123 |3824 |  0 |  75k|  22 | 0.000000e+00 |      --      |    Inf |   2.83%
1037.62/1041.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1037.62/1041.19	c  1041s| 79800 |   164 |  9274k| 112.7 |   155M |  43 |1652 |7058 |2122 |3824 |  0 |  75k|  22 | 0.000000e+00 |      --      |    Inf |   2.83%
1039.11/1042.68	c  1043s| 79900 |   166 |  9286k| 112.8 |   155M |  43 |1652 |7164 |2124 |3828 |  0 |  75k|  22 | 0.000000e+00 |      --      |    Inf |   2.83%
1040.51/1044.06	c  1044s| 80000 |   164 |  9298k| 112.8 |   155M |  43 |1652 |7233 |2123 |3829 |  1 |  75k|  22 | 0.000000e+00 |      --      |    Inf |   2.83%
1041.70/1045.28	c  1045s| 80100 |   170 |  9309k| 112.8 |   155M |  43 |1652 |7336 |2123 |3831 |  1 |  75k|  22 | 0.000000e+00 |      --      |    Inf |   2.83%
1042.99/1046.51	c  1047s| 80200 |   168 |  9319k| 112.8 |   155M |  43 |1652 |7586 |2124 |3836 |  1 |  75k|  22 | 0.000000e+00 |      --      |    Inf |   2.83%
1044.39/1047.96	c  1048s| 80300 |   166 |  9332k| 112.8 |   155M |  43 |1652 |7547 |2124 |3837 |  1 |  75k|  22 | 0.000000e+00 |      --      |    Inf |   2.83%
1045.78/1049.32	c  1049s| 80400 |   174 |  9344k| 112.8 |   155M |  43 |1652 |7504 |2124 |3838 |  1 |  75k|  22 | 0.000000e+00 |      --      |    Inf |   2.83%
1047.38/1050.96	c  1051s| 80500 |   174 |  9359k| 112.8 |   155M |  43 |1652 |7533 |2123 |3838 |  1 |  75k|  22 | 0.000000e+00 |      --      |    Inf |   2.83%
1048.97/1052.55	c  1053s| 80600 |   172 |  9374k| 112.9 |   155M |  43 |1652 |7534 |2123 |3838 |  0 |  75k|  22 | 0.000000e+00 |      --      |    Inf |   2.83%
1050.57/1054.14	c  1054s| 80700 |   170 |  9388k| 112.9 |   155M |  43 |1652 |7373 |2122 |3838 |  1 |  75k|  22 | 0.000000e+00 |      --      |    Inf |   2.84%
1052.26/1055.83	c  1056s| 80800 |   172 |  9403k| 112.9 |   155M |  43 |1652 |7349 |2122 |3840 |  1 |  76k|  22 | 0.000000e+00 |      --      |    Inf |   2.84%
1053.95/1057.59	c  1058s| 80900 |   170 |  9418k| 113.0 |   155M |  43 |1652 |7358 |2123 |3843 |  1 |  76k|  22 | 0.000000e+00 |      --      |    Inf |   2.84%
1055.55/1059.18	c  1059s| 81000 |   168 |  9432k| 113.0 |   155M |  43 |1652 |7237 |2122 |3845 |  1 |  76k|  22 | 0.000000e+00 |      --      |    Inf |   2.84%
1057.04/1060.69	c  1061s| 81100 |   168 |  9446k| 113.0 |   155M |  43 |1652 |7102 |2122 |3847 |  0 |  76k|  22 | 0.000000e+00 |      --      |    Inf |   2.84%
1058.24/1061.81	c  1062s| 81200 |   166 |  9455k| 113.0 |   155M |  43 |1652 |7197 |2123 |3851 |  0 |  76k|  22 | 0.000000e+00 |      --      |    Inf |   2.84%
1059.54/1063.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1059.54/1063.14	c  1063s| 81300 |   172 |  9468k| 113.0 |   155M |  43 |1652 |7164 |2122 |3854 |  1 |  76k|  22 | 0.000000e+00 |      --      |    Inf |   2.85%
1060.83/1064.40	c  1064s| 81400 |   170 |  9480k| 113.0 |   155M |  43 |1652 |7299 |2122 |3856 |  0 |  76k|  22 | 0.000000e+00 |      --      |    Inf |   2.85%
1061.92/1065.58	c  1066s| 81500 |   172 |  9490k| 113.0 |   155M |  43 |1652 |7460 |2123 |3858 |  1 |  76k|  22 | 0.000000e+00 |      --      |    Inf |   2.85%
1063.22/1066.82	c  1067s| 81600 |   170 |  9502k| 113.0 |   155M |  43 |1652 |7598 |2123 |3859 |  1 |  76k|  22 | 0.000000e+00 |      --      |    Inf |   2.85%
1064.52/1068.16	c  1068s| 81700 |   170 |  9514k| 113.1 |   155M |  43 |1652 |7742 |2124 |3862 |  1 |  76k|  22 | 0.000000e+00 |      --      |    Inf |   2.85%
1065.91/1069.54	c  1070s| 81800 |   170 |  9526k| 113.1 |   155M |  43 |1652 |7778 |2123 |3867 |  0 |  76k|  22 | 0.000000e+00 |      --      |    Inf |   2.85%
1067.41/1071.05	c  1071s| 81900 |   170 |  9540k| 113.1 |   155M |  43 |1652 |7748 |2122 |3869 |  1 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   2.85%
1068.70/1072.32	c  1072s| 82000 |   172 |  9551k| 113.1 |   155M |  43 |1652 |7554 |2122 |3871 |  0 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   2.85%
1070.19/1073.85	c  1074s| 82100 |   178 |  9565k| 113.1 |   155M |  43 |1652 |7491 |2124 |3872 |  1 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   2.85%
1071.40/1075.08	c  1075s| 82200 |   178 |  9576k| 113.1 |   155M |  43 |1652 |7642 |2123 |3872 |  0 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   2.85%
1072.98/1076.66	c  1077s| 82300 |   176 |  9590k| 113.2 |   155M |  43 |1652 |7624 |2124 |3872 |  0 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   2.85%
1074.58/1078.22	c  1078s| 82400 |   170 |  9604k| 113.2 |   155M |  43 |1652 |7637 |2125 |3872 |  1 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   2.85%
1075.97/1079.69	c  1080s| 82500 |   174 |  9617k| 113.2 |   155M |  43 |1652 |7635 |2123 |3875 |  1 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   2.87%
1077.67/1081.31	c  1081s| 82600 |   170 |  9631k| 113.2 |   155M |  43 |1652 |7623 |2124 |3875 |  0 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   2.87%
1079.06/1082.70	c  1083s| 82700 |   168 |  9644k| 113.2 |   155M |  43 |1652 |7489 |2123 |3881 |  2 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   2.87%
1080.56/1084.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1080.56/1084.21	c  1084s| 82800 |   169 |  9657k| 113.3 |   155M |  43 |1652 |7294 |2123 |3886 |  1 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   2.87%
1082.05/1085.70	c  1086s| 82900 |   171 |  9670k| 113.3 |   155M |  43 |1652 |7336 |2123 |3887 |  0 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   2.88%
1083.25/1086.92	c  1087s| 83000 |   173 |  9681k| 113.3 |   155M |  43 |1652 |7470 |2122 |3887 |  1 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   2.88%
1084.64/1088.32	c  1088s| 83100 |   175 |  9693k| 113.3 |   155M |  43 |1652 |7530 |2123 |3891 |  1 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   2.88%
1086.05/1089.77	c  1090s| 83200 |   177 |  9706k| 113.3 |   155M |  43 |1652 |7633 |2123 |3894 |  0 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   2.88%
1087.45/1091.18	c  1091s| 83300 |   177 |  9719k| 113.3 |   155M |  43 |1652 |7737 |2123 |3897 |  1 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   2.88%
1088.84/1092.54	c  1093s| 83400 |   173 |  9730k| 113.3 |   155M |  43 |1652 |7732 |2123 |3897 |  0 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   2.88%
1090.23/1093.93	c  1094s| 83500 |   173 |  9742k| 113.3 |   155M |  43 |1652 |7777 |2123 |3903 |  0 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   2.88%
1091.83/1095.52	c  1096s| 83600 |   173 |  9756k| 113.4 |   155M |  43 |1652 |7646 |2123 |3908 |  1 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   2.88%
1093.33/1097.05	c  1097s| 83700 |   171 |  9770k| 113.4 |   155M |  43 |1652 |7573 |2123 |3912 |  0 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   2.88%
1094.81/1098.58	c  1099s| 83800 |   175 |  9784k| 113.4 |   155M |  43 |1652 |7614 |2123 |3913 |  0 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   2.88%
1096.91/1100.62	c  1101s| 83900 |   175 |  9801k| 113.5 |   155M |  43 |1652 |7650 |2123 |3918 |  0 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   2.88%
1098.50/1102.20	c  1102s| 84000 |   171 |  9815k| 113.5 |   155M |  43 |1652 |7667 |2124 |3921 |  0 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   2.88%
1099.90/1103.66	c  1104s| 84100 |   173 |  9828k| 113.5 |   155M |  43 |1652 |7527 |2123 |3922 |  1 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   2.89%
1101.40/1105.12	c  1105s| 84200 |   171 |  9841k| 113.6 |   155M |  43 |1652 |7566 |2125 |3923 |  0 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   2.89%
1102.79/1106.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1102.79/1106.55	c  1107s| 84300 |   171 |  9854k| 113.6 |   155M |  43 |1652 |7506 |2124 |3926 |  0 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   2.89%
1103.88/1107.64	c  1108s| 84400 |   175 |  9864k| 113.6 |   155M |  43 |1652 |7588 |2124 |3928 |  1 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   2.89%
1105.08/1108.87	c  1109s| 84500 |   175 |  9875k| 113.6 |   155M |  43 |1652 |7688 |2124 |3929 |  0 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   2.89%
1106.38/1110.16	c  1110s| 84600 |   175 |  9886k| 113.6 |   155M |  43 |1652 |7790 |2125 |3930 |  0 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   2.89%
1107.87/1111.62	c  1112s| 84700 |   173 |  9900k| 113.6 |   155M |  43 |1652 |7837 |2125 |3934 |  1 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   2.90%
1109.46/1113.22	c  1113s| 84800 |   177 |  9914k| 113.6 |   155M |  43 |1652 |7620 |2123 |3944 |  0 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   2.90%
1111.16/1114.98	c  1115s| 84900 |   177 |  9930k| 113.7 |   155M |  43 |1652 |7569 |2122 |3946 |  0 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   2.90%
1113.15/1116.96	c  1117s| 85000 |   173 |  9948k| 113.7 |   155M |  43 |1652 |7348 |2122 |3951 |  0 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1114.74/1118.53	c  1119s| 85100 |   179 |  9962k| 113.8 |   155M |  43 |1652 |7214 |2123 |3954 |  1 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1116.14/1119.96	c  1120s| 85200 |   175 |  9975k| 113.8 |   155M |  43 |1652 |7243 |2122 |3954 |  1 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1117.83/1121.64	c  1122s| 85300 |   173 |  9990k| 113.8 |   155M |  43 |1652 |7290 |2122 |3954 |  0 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1119.13/1122.98	c  1123s| 85400 |   179 | 10002k| 113.8 |   155M |  43 |1652 |7336 |2123 |3957 |  1 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1120.82/1124.62	c  1125s| 85500 |   179 | 10016k| 113.9 |   155M |  43 |1652 |7355 |2123 |3957 |  1 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1122.42/1126.20	c  1126s| 85600 |   177 | 10030k| 113.9 |   155M |  43 |1652 |7379 |2123 |3957 |  1 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1124.01/1127.89	c  1128s| 85700 |   175 | 10045k| 113.9 |   155M |  43 |1652 |7417 |2123 |3958 |  1 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1125.80/1129.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1125.80/1129.67	c  1130s| 85800 |   179 | 10060k| 114.0 |   155M |  43 |1652 |7521 |2122 |3960 |  1 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1127.30/1131.14	c  1131s| 85900 |   177 | 10074k| 114.0 |   155M |  43 |1652 |7627 |2122 |3960 |  0 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1128.49/1132.34	c  1132s| 86000 |   179 | 10084k| 114.0 |   155M |  43 |1652 |7711 |2122 |3960 |  1 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1129.99/1133.84	c  1134s| 86100 |   179 | 10098k| 114.0 |   155M |  43 |1652 |7745 |2122 |3960 |  0 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1131.48/1135.37	c  1135s| 86200 |   181 | 10111k| 114.1 |   155M |  43 |1652 |7812 |2123 |3965 |  1 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1132.98/1136.89	c  1137s| 86300 |   181 | 10125k| 114.1 |   155M |  43 |1652 |7873 |2123 |3970 |  0 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1134.57/1138.47	c  1138s| 86400 |   179 | 10139k| 114.1 |   155M |  43 |1652 |7856 |2122 |3974 |  1 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1136.17/1140.00	c  1140s| 86500 |   179 | 10153k| 114.1 |   155M |  43 |1652 |7897 |2123 |3988 |  0 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1137.56/1141.49	c  1141s| 86600 |   177 | 10165k| 114.1 |   155M |  43 |1652 |7882 |2123 |3996 |  0 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1139.06/1142.95	c  1143s| 86700 |   179 | 10179k| 114.2 |   155M |  43 |1652 |7825 |2123 |3998 |  1 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1140.45/1144.34	c  1144s| 86800 |   179 | 10191k| 114.2 |   155M |  43 |1652 |7835 |2123 |3998 |  1 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1141.94/1145.84	c  1146s| 86900 |   179 | 10204k| 114.2 |   155M |  43 |1652 |7904 |2123 |3998 |  1 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1143.44/1147.33	c  1147s| 87000 |   179 | 10218k| 114.2 |   155M |  43 |1652 |7823 |2123 |3999 |  0 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1145.03/1148.94	c  1149s| 87100 |   185 | 10233k| 114.3 |   155M |  43 |1652 |7755 |2123 |3999 |  1 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1146.73/1150.62	c  1151s| 87200 |   183 | 10248k| 114.3 |   155M |  43 |1652 |7751 |2123 |3999 |  1 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1148.23/1152.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1148.23/1152.11	c  1152s| 87300 |   179 | 10260k| 114.3 |   155M |  43 |1652 |7781 |2127 |4007 |  2 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1149.72/1153.60	c  1154s| 87400 |   183 | 10273k| 114.3 |   155M |  43 |1652 |7791 |2124 |4007 |  1 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1151.51/1155.49	c  1155s| 87500 |   181 | 10290k| 114.4 |   155M |  43 |1652 |7791 |2124 |4009 |  1 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1153.40/1157.30	c  1157s| 87600 |   183 | 10306k| 114.4 |   155M |  43 |1652 |7812 |2124 |4010 |  0 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1155.10/1159.05	c  1159s| 87700 |   189 | 10321k| 114.5 |   155M |  43 |1652 |7812 |2124 |4015 |  1 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1157.29/1161.20	c  1161s| 87800 |   189 | 10340k| 114.6 |   155M |  43 |1652 |7812 |2125 |4026 |  0 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1159.48/1163.40	c  1163s| 87900 |   187 | 10359k| 114.7 |   155M |  43 |1652 |7864 |2125 |4032 |  0 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1161.47/1165.41	c  1165s| 88000 |   183 | 10377k| 114.7 |   155M |  43 |1652 |7871 |2123 |4036 |  1 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1162.77/1166.74	c  1167s| 88100 |   181 | 10389k| 114.7 |   155M |  43 |1652 |7900 |2124 |4036 |  0 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1164.66/1168.60	c  1169s| 88200 |   185 | 10405k| 114.8 |   155M |  43 |1652 |7965 |2124 |4040 |  0 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1166.36/1170.30	c  1170s| 88300 |   183 | 10420k| 114.8 |   155M |  43 |1652 |8066 |2125 |4042 |  1 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1168.16/1172.14	c  1172s| 88400 |   183 | 10436k| 114.9 |   155M |  43 |1652 |8087 |2124 |4045 |  1 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1169.94/1173.95	c  1174s| 88500 |   179 | 10452k| 114.9 |   155M |  43 |1652 |8165 |2124 |4051 |  0 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.91%
1171.34/1175.37	c  1175s| 88600 |   179 | 10464k| 114.9 |   155M |  43 |1652 |7924 |2126 |4056 |  0 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.92%
1172.24/1176.22	c  1176s| 88700 |   181 | 10472k| 114.9 |   155M |  43 |1652 |8014 |2125 |4057 |  1 |  81k|  22 | 0.000000e+00 |      --      |    Inf |   2.92%
1173.33/1177.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1173.33/1177.34	c  1177s| 88800 |   176 | 10482k| 114.9 |   155M |  43 |1652 |8097 |2125 |4058 |  0 |  81k|  22 | 0.000000e+00 |      --      |    Inf |   2.92%
1174.63/1178.63	c  1179s| 88900 |   178 | 10493k| 114.9 |   155M |  43 |1652 |7624 |2123 |4062 |  0 |  81k|  22 | 0.000000e+00 |      --      |    Inf |   2.92%
1175.52/1179.59	c  1180s| 89000 |   180 | 10501k| 114.8 |   155M |  43 |1652 |7694 |2122 |4064 |  0 |  81k|  22 | 0.000000e+00 |      --      |    Inf |   2.92%
1176.72/1180.73	c  1181s| 89100 |   182 | 10512k| 114.8 |   155M |  43 |1652 |7627 |2122 |4067 |  1 |  81k|  22 | 0.000000e+00 |      --      |    Inf |   2.92%
1177.62/1181.62	c  1182s| 89200 |   186 | 10520k| 114.8 |   155M |  43 |1652 |7767 |2122 |4067 |  1 |  81k|  22 | 0.000000e+00 |      --      |    Inf |   2.92%
1178.61/1182.63	c  1183s| 89300 |   182 | 10529k| 114.8 |   155M |  43 |1652 |7773 |2122 |4069 |  1 |  81k|  22 | 0.000000e+00 |      --      |    Inf |   2.92%
1179.71/1183.71	c  1184s| 89400 |   180 | 10538k| 114.7 |   155M |  43 |1652 |7871 |2122 |4071 |  0 |  81k|  22 | 0.000000e+00 |      --      |    Inf |   2.92%
1180.81/1184.89	c  1185s| 89500 |   180 | 10549k| 114.7 |   155M |  43 |1652 |7911 |2123 |4074 |  0 |  81k|  22 | 0.000000e+00 |      --      |    Inf |   2.92%
1182.01/1186.02	c  1186s| 89600 |   178 | 10559k| 114.7 |   155M |  43 |1652 |8006 |2122 |4074 |  0 |  82k|  22 | 0.000000e+00 |      --      |    Inf |   2.92%
1182.90/1186.91	c  1187s| 89700 |   184 | 10567k| 114.7 |   155M |  43 |1652 |8089 |2123 |4076 |  0 |  82k|  22 | 0.000000e+00 |      --      |    Inf |   2.92%
1183.59/1187.68	c  1188s| 89800 |   182 | 10573k| 114.6 |   155M |  43 |1652 |8262 |2124 |4076 |  1 |  82k|  22 | 0.000000e+00 |      --      |    Inf |   2.92%
1184.49/1188.59	c  1189s| 89900 |   180 | 10581k| 114.6 |   155M |  43 |1652 |8386 |2124 |4076 |  1 |  82k|  22 | 0.000000e+00 |      --      |    Inf |   2.92%
1185.49/1189.57	c  1190s| 90000 |   178 | 10591k| 114.5 |   155M |  43 |1652 |8539 |2123 |4078 |  0 |  82k|  22 | 0.000000e+00 |      --      |    Inf |   2.92%
1186.38/1190.41	c  1190s| 90100 |   180 | 10598k| 114.5 |   155M |  43 |1652 |8685 |2123 |4078 |  0 |  82k|  22 | 0.000000e+00 |      --      |    Inf |   2.92%
1187.28/1191.34	c  1191s| 90200 |   176 | 10606k| 114.5 |   155M |  43 |1652 |8731 |2123 |4078 |  0 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   2.92%
1188.48/1192.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1188.48/1192.58	c  1193s| 90300 |   176 | 10617k| 114.5 |   155M |  43 |1652 |8657 |2123 |4084 |  0 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   2.92%
1190.08/1194.13	c  1194s| 90400 |   174 | 10631k| 114.5 |   155M |  43 |1652 |8515 |2123 |4087 |  0 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   2.92%
1191.37/1195.47	c  1195s| 90500 |   178 | 10643k| 114.5 |   155M |  43 |1652 |8538 |2123 |4091 |  0 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   2.92%
1192.36/1196.41	c  1196s| 90600 |   176 | 10651k| 114.5 |   155M |  43 |1652 |8549 |2124 |4099 |  0 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   2.92%
1193.76/1197.87	c  1198s| 90700 |   180 | 10665k| 114.5 |   155M |  43 |1652 |8360 |2122 |4104 |  0 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   2.93%
1194.96/1199.02	c  1199s| 90800 |   178 | 10675k| 114.5 |   155M |  43 |1652 |8229 |2123 |4114 |  0 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   2.93%
1196.25/1200.39	c  1200s| 90900 |   184 | 10687k| 114.5 |   155M |  43 |1652 |8055 |2122 |4120 |  0 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   2.93%
1197.25/1201.38	c  1201s| 91000 |   182 | 10695k| 114.4 |   155M |  43 |1652 |8166 |2123 |4130 |  1 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   2.93%
1198.34/1202.42	c  1202s| 91100 |   182 | 10705k| 114.4 |   155M |  43 |1652 |8198 |2123 |4134 |  0 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   2.93%
1199.34/1203.48	c  1203s| 91200 |   182 | 10714k| 114.4 |   155M |  43 |1652 |8249 |2122 |4136 |  1 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   2.93%
1200.63/1204.73	c  1205s| 91300 |   182 | 10725k| 114.4 |   155M |  43 |1652 |8210 |2123 |4143 |  1 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   2.93%
1201.83/1205.97	c  1206s| 91400 |   184 | 10736k| 114.4 |   155M |  43 |1652 |8119 |2122 |4146 |  0 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   2.93%
1202.93/1207.07	c  1207s| 91500 |   180 | 10746k| 114.4 |   155M |  43 |1652 |8165 |2122 |4146 |  0 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   2.93%
1204.52/1208.61	c  1209s| 91600 |   178 | 10760k| 114.4 |   155M |  43 |1652 |8187 |2123 |4149 |  1 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   2.93%
1206.11/1210.26	c  1210s| 91700 |   182 | 10775k| 114.4 |   155M |  43 |1652 |8153 |2124 |4159 |  0 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   2.93%
1207.81/1211.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1207.81/1211.91	c  1212s| 91800 |   178 | 10788k| 114.5 |   155M |  43 |1652 |8147 |2123 |4163 |  0 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   2.93%
1209.10/1213.23	c  1213s| 91900 |   182 | 10799k| 114.5 |   155M |  43 |1652 |8164 |2124 |4168 |  1 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   2.93%
1210.20/1214.33	c  1214s| 92000 |   184 | 10809k| 114.4 |   155M |  43 |1652 |8281 |2124 |4169 |  1 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   2.93%
1211.49/1215.65	c  1216s| 92100 |   184 | 10821k| 114.4 |   155M |  43 |1652 |8333 |2124 |4169 |  0 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   2.93%
1212.79/1216.92	c  1217s| 92200 |   180 | 10832k| 114.4 |   155M |  43 |1652 |8378 |2124 |4171 |  1 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   2.93%
1213.99/1218.12	c  1218s| 92300 |   178 | 10843k| 114.4 |   155M |  43 |1652 |8565 |2125 |4172 |  1 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   2.93%
1214.99/1219.13	c  1219s| 92400 |   176 | 10851k| 114.4 |   155M |  43 |1652 |8707 |2123 |4172 |  0 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   2.93%
1216.28/1220.46	c  1220s| 92500 |   174 | 10863k| 114.4 |   155M |  43 |1652 |8591 |2123 |4173 |  0 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   2.94%
1217.77/1221.92	c  1222s| 92600 |   180 | 10876k| 114.4 |   155M |  43 |1652 |8106 |2122 |4181 |  1 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   2.94%
1218.57/1222.76	c  1223s| 92700 |   178 | 10884k| 114.4 |   155M |  43 |1652 |8132 |2122 |4181 |  1 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   2.94%
1219.76/1223.90	c  1224s| 92800 |   184 | 10894k| 114.4 |   155M |  43 |1652 |8090 |2122 |4185 |  0 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   2.94%
1220.76/1224.93	c  1225s| 92900 |   184 | 10904k| 114.3 |   155M |  43 |1652 |8083 |2122 |4187 |  1 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   2.94%
1221.86/1226.06	c  1226s| 93000 |   186 | 10914k| 114.3 |   155M |  43 |1652 |8113 |2122 |4188 |  1 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   2.94%
1223.15/1227.38	c  1227s| 93100 |   182 | 10926k| 114.3 |   155M |  43 |1652 |8147 |2123 |4190 |  0 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   2.94%
1224.45/1228.61	c  1229s| 93200 |   178 | 10937k| 114.3 |   155M |  43 |1652 |8146 |2122 |4190 |  0 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   2.94%
1225.54/1229.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1225.54/1229.73	c  1230s| 93300 |   178 | 10947k| 114.3 |   155M |  43 |1652 |8159 |2123 |4193 |  1 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   2.94%
1226.84/1231.04	c  1231s| 93400 |   178 | 10960k| 114.3 |   155M |  43 |1652 |8151 |2122 |4194 |  0 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   2.94%
1227.94/1232.11	c  1232s| 93500 |   182 | 10969k| 114.3 |   155M |  43 |1652 |8166 |2122 |4195 |  1 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.94%
1229.03/1233.27	c  1233s| 93600 |   188 | 10979k| 114.3 |   155M |  43 |1652 |8208 |2122 |4197 |  1 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.94%
1230.83/1235.05	c  1235s| 93700 |   184 | 10995k| 114.3 |   155M |  43 |1652 |8227 |2122 |4197 |  1 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.94%
1232.12/1236.31	c  1236s| 93800 |   182 | 11006k| 114.3 |   155M |  43 |1652 |8274 |2122 |4198 |  0 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.94%
1233.21/1237.45	c  1237s| 93900 |   180 | 11016k| 114.3 |   155M |  43 |1652 |8351 |2122 |4199 |  1 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.94%
1234.21/1238.48	c  1238s| 94000 |   178 | 11025k| 114.3 |   155M |  43 |1652 |8362 |2122 |4201 |  0 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.94%
1235.51/1239.73	c  1240s| 94100 |   178 | 11037k| 114.3 |   155M |  43 |1652 |8356 |2122 |4201 |  1 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.94%
1236.91/1241.12	c  1241s| 94200 |   180 | 11049k| 114.3 |   155M |  43 |1652 |8370 |2123 |4203 |  1 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1238.20/1242.41	c  1242s| 94300 |   180 | 11060k| 114.3 |   155M |  43 |1652 |8400 |2122 |4204 |  0 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1239.59/1243.89	c  1244s| 94400 |   176 | 11073k| 114.3 |   155M |  43 |1652 |8445 |2123 |4204 |  0 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1240.89/1245.16	c  1245s| 94500 |   180 | 11084k| 114.3 |   155M |  43 |1652 |8459 |2122 |4204 |  0 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1242.28/1246.58	c  1247s| 94600 |   182 | 11097k| 114.3 |   155M |  43 |1652 |8469 |2122 |4205 |  1 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1243.78/1248.00	c  1248s| 94700 |   184 | 11109k| 114.3 |   155M |  43 |1652 |8479 |2122 |4205 |  1 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1245.07/1249.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1245.07/1249.34	c  1249s| 94800 |   180 | 11121k| 114.3 |   155M |  43 |1652 |8479 |2122 |4208 |  0 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1246.57/1250.81	c  1251s| 94900 |   178 | 11134k| 114.4 |   155M |  43 |1652 |8473 |2123 |4212 |  0 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1248.06/1252.30	c  1252s| 95000 |   176 | 11147k| 114.4 |   155M |  43 |1652 |8361 |2123 |4213 |  0 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1249.36/1253.65	c  1254s| 95100 |   176 | 11159k| 114.4 |   155M |  43 |1652 |8266 |2124 |4215 |  1 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1250.76/1255.04	c  1255s| 95200 |   178 | 11171k| 114.4 |   155M |  43 |1652 |8165 |2124 |4215 |  1 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1251.95/1256.28	c  1256s| 95300 |   180 | 11182k| 114.4 |   155M |  43 |1652 |8114 |2124 |4215 |  1 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1253.44/1257.75	c  1258s| 95400 |   180 | 11195k| 114.4 |   155M |  43 |1652 |8085 |2124 |4215 |  1 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1255.13/1259.46	c  1259s| 95500 |   180 | 11210k| 114.4 |   155M |  43 |1652 |8075 |2124 |4215 |  1 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1256.43/1260.75	c  1261s| 95600 |   174 | 11221k| 114.4 |   155M |  43 |1652 |8056 |2122 |4215 |  0 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1257.73/1262.06	c  1262s| 95700 |   174 | 11233k| 114.4 |   155M |  43 |1652 |7942 |2122 |4215 |  1 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1258.92/1263.24	c  1263s| 95800 |   176 | 11243k| 114.4 |   155M |  43 |1652 |7937 |2122 |4216 |  1 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1260.12/1264.48	c  1264s| 95900 |   174 | 11254k| 114.4 |   155M |  43 |1652 |7971 |2122 |4224 |  0 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1261.31/1265.69	c  1266s| 96000 |   176 | 11265k| 114.4 |   155M |  43 |1652 |7960 |2123 |4226 |  1 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1262.51/1266.86	c  1267s| 96100 |   176 | 11275k| 114.4 |   155M |  43 |1652 |8022 |2123 |4227 |  0 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1263.81/1268.14	c  1268s| 96200 |   174 | 11286k| 114.4 |   155M |  43 |1652 |8098 |2122 |4227 |  0 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1265.20/1269.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1265.20/1269.55	c  1270s| 96300 |   174 | 11299k| 114.4 |   155M |  43 |1652 |8160 |2122 |4228 |  0 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1266.70/1271.07	c  1271s| 96400 |   172 | 11312k| 114.4 |   155M |  43 |1652 |8174 |2124 |4237 |  1 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1268.19/1272.55	c  1273s| 96500 |   174 | 11325k| 114.4 |   155M |  43 |1652 |8007 |2122 |4237 |  0 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1269.69/1274.09	c  1274s| 96600 |   178 | 11338k| 114.5 |   155M |  43 |1652 |7905 |2122 |4237 |  1 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1270.78/1275.13	c  1275s| 96700 |   178 | 11347k| 114.4 |   155M |  43 |1652 |7941 |2122 |4240 |  0 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1271.68/1276.01	c  1276s| 96800 |   179 | 11355k| 114.4 |   155M |  43 |1652 |8012 |2123 |4244 |  1 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1272.78/1277.13	c  1277s| 96900 |   179 | 11365k| 114.4 |   155M |  43 |1652 |8001 |2123 |4250 |  1 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   2.95%
1274.17/1278.59	c  1279s| 97000 |   175 | 11377k| 114.4 |   155M |  43 |1652 |7739 |2123 |4252 |  0 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   2.96%
1275.77/1280.16	c  1280s| 97100 |   177 | 11391k| 114.4 |   155M |  43 |1652 |7620 |2122 |4253 |  1 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   2.96%
1276.86/1281.29	c  1281s| 97200 |   177 | 11401k| 114.4 |   155M |  43 |1652 |7648 |2122 |4253 |  0 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   2.96%
1278.05/1282.40	c  1282s| 97300 |   177 | 11411k| 114.4 |   155M |  43 |1652 |7743 |2122 |4254 |  1 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   2.96%
1279.05/1283.42	c  1283s| 97400 |   180 | 11420k| 114.4 |   155M |  43 |1652 |7819 |2122 |4254 |  1 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   2.96%
1280.14/1284.56	c  1285s| 97500 |   182 | 11430k| 114.3 |   155M |  43 |1652 |7823 |2122 |4256 |  0 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   2.96%
1281.34/1285.75	c  1286s| 97600 |   178 | 11440k| 114.3 |   155M |  43 |1652 |7899 |2122 |4258 |  1 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   2.96%
1282.74/1287.17	c  1287s| 97700 |   176 | 11453k| 114.4 |   155M |  43 |1652 |7973 |2122 |4258 |  0 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   2.96%
1284.03/1288.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1284.03/1288.45	c  1288s| 97800 |   176 | 11464k| 114.4 |   155M |  43 |1652 |7971 |2122 |4261 |  1 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   2.96%
1285.42/1289.81	c  1290s| 97900 |   174 | 11476k| 114.4 |   155M |  43 |1652 |8018 |2122 |4262 |  0 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   2.96%
1286.82/1291.20	c  1291s| 98000 |   172 | 11488k| 114.4 |   155M |  43 |1652 |8051 |2122 |4263 |  1 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   2.96%
1288.12/1292.59	c  1293s| 98100 |   174 | 11500k| 114.4 |   155M |  43 |1652 |8125 |2122 |4266 |  1 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   2.96%
1289.61/1294.01	c  1294s| 98200 |   172 | 11513k| 114.4 |   155M |  43 |1652 |8165 |2123 |4267 |  0 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   2.96%
1291.20/1295.64	c  1296s| 98300 |   174 | 11527k| 114.4 |   155M |  43 |1652 |8129 |2122 |4267 |  1 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   2.96%
1293.00/1297.43	c  1297s| 98400 |   174 | 11541k| 114.4 |   155M |  43 |1652 |7966 |2125 |4280 |  0 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   2.97%
1294.19/1298.62	c  1299s| 98500 |   178 | 11552k| 114.4 |   155M |  43 |1652 |7894 |2122 |4282 |  0 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   2.97%
1295.49/1299.92	c  1300s| 98600 |   178 | 11563k| 114.4 |   155M |  43 |1652 |7860 |2122 |4283 |  1 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   2.97%
1296.78/1301.23	c  1301s| 98700 |   176 | 11575k| 114.4 |   155M |  43 |1652 |7940 |2126 |4287 |  0 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   2.98%
1297.88/1302.34	c  1302s| 98800 |   180 | 11585k| 114.4 |   155M |  43 |1652 |7915 |2125 |4287 |  0 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   2.98%
1298.88/1303.31	c  1303s| 98900 |   178 | 11593k| 114.4 |   155M |  43 |1652 |8074 |2125 |4289 |  0 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   2.98%
1299.97/1304.41	c  1304s| 99000 |   180 | 11603k| 114.4 |   155M |  43 |1652 |8166 |2125 |4289 |  1 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   2.98%
1301.17/1305.68	c  1306s| 99100 |   180 | 11614k| 114.4 |   155M |  43 |1652 |8203 |2125 |4293 |  0 |  88k|  22 | 0.000000e+00 |      --      |    Inf |   2.99%
1302.26/1306.73	c  1307s| 99200 |   184 | 11623k| 114.3 |   155M |  43 |1652 |8287 |2125 |4297 |  0 |  88k|  22 | 0.000000e+00 |      --      |    Inf |   2.99%
1303.26/1307.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1303.26/1307.70	c  1308s| 99300 |   182 | 11632k| 114.3 |   155M |  43 |1652 |8365 |2125 |4299 |  0 |  88k|  22 | 0.000000e+00 |      --      |    Inf |   2.99%
1304.16/1308.69	c  1309s| 99400 |   182 | 11640k| 114.3 |   155M |  43 |1652 |8437 |2125 |4305 |  0 |  88k|  22 | 0.000000e+00 |      --      |    Inf |   2.99%
1305.25/1309.73	c  1310s| 99500 |   184 | 11649k| 114.3 |   155M |  43 |1652 |8544 |2126 |4307 |  1 |  88k|  22 | 0.000000e+00 |      --      |    Inf |   2.99%
1306.25/1310.78	c  1311s| 99600 |   186 | 11658k| 114.2 |   155M |  43 |1652 |8670 |2125 |4309 |  0 |  88k|  22 | 0.000000e+00 |      --      |    Inf |   2.99%
1307.45/1311.92	c  1312s| 99700 |   182 | 11668k| 114.2 |   155M |  43 |1652 |8754 |2126 |4311 |  0 |  88k|  22 | 0.000000e+00 |      --      |    Inf |   2.99%
1308.55/1313.09	c  1313s| 99800 |   186 | 11678k| 114.2 |   155M |  43 |1652 |8842 |2125 |4313 |  0 |  88k|  22 | 0.000000e+00 |      --      |    Inf |   2.99%
1309.54/1314.04	c  1314s| 99900 |   189 | 11687k| 114.2 |   155M |  43 |1652 |8939 |2126 |4313 |  0 |  89k|  22 | 0.000000e+00 |      --      |    Inf |   2.99%
1310.73/1315.21	c  1315s|100000 |   189 | 11697k| 114.2 |   155M |  43 |1652 |9028 |2126 |4313 |  1 |  89k|  22 | 0.000000e+00 |      --      |    Inf |   2.99%
1311.73/1316.24	c  1316s|100100 |   189 | 11707k| 114.2 |   155M |  43 |1652 |9060 |2126 |4313 |  1 |  89k|  22 | 0.000000e+00 |      --      |    Inf |   2.99%
1312.63/1317.13	c  1317s|100200 |   185 | 11714k| 114.1 |   155M |  43 |1652 |9182 |2126 |4313 |  0 |  89k|  22 | 0.000000e+00 |      --      |    Inf |   2.99%
1313.63/1318.10	c  1318s|100300 |   187 | 11723k| 114.1 |   155M |  43 |1652 |9296 |2126 |4313 |  1 |  89k|  22 | 0.000000e+00 |      --      |    Inf |   2.99%
1314.52/1319.04	c  1319s|100400 |   185 | 11731k| 114.1 |   155M |  43 |1652 |9494 |2126 |4313 |  0 |  89k|  22 | 0.000000e+00 |      --      |    Inf |   2.99%
1315.62/1320.18	c  1320s|100500 |   187 | 11741k| 114.0 |   155M |  43 |1652 |9575 |2126 |4313 |  0 |  89k|  22 | 0.000000e+00 |      --      |    Inf |   2.99%
1317.11/1321.65	c  1322s|100600 |   187 | 11754k| 114.1 |   155M |  43 |1652 |9638 |2127 |4318 |  0 |  89k|  22 | 0.000000e+00 |      --      |    Inf |   2.99%
1318.61/1323.11	c  1323s|100700 |   183 | 11767k| 114.1 |   155M |  43 |1652 |9688 |2126 |4324 |  1 |  89k|  22 | 0.000000e+00 |      --      |    Inf |   2.99%
1319.80/1324.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1319.80/1324.34	c  1324s|100800 |   179 | 11778k| 114.1 |   155M |  43 |1652 |9710 |2126 |4326 |  0 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   2.99%
1320.90/1325.45	c  1325s|100900 |   179 | 11788k| 114.1 |   155M |  43 |1652 |9578 |2127 |4331 |  0 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   2.99%
1322.09/1326.67	c  1327s|101000 |   181 | 11800k| 114.1 |   155M |  43 |1652 |9250 |2126 |4335 |  1 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   3.00%
1323.39/1327.98	c  1328s|101100 |   177 | 11811k| 114.1 |   155M |  43 |1652 |9087 |2126 |4340 |  0 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   3.00%
1324.78/1329.36	c  1329s|101200 |   181 | 11824k| 114.1 |   155M |  43 |1652 |8733 |2125 |4346 |  1 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   3.00%
1326.18/1330.75	c  1331s|101300 |   183 | 11836k| 114.1 |   155M |  43 |1652 |8700 |2126 |4350 |  0 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   3.00%
1327.48/1332.09	c  1332s|101400 |   181 | 11848k| 114.1 |   155M |  43 |1652 |8729 |2125 |4350 |  0 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   3.00%
1328.77/1333.32	c  1333s|101500 |   183 | 11859k| 114.1 |   155M |  43 |1652 |8777 |2127 |4353 |  2 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   3.00%
1329.96/1334.57	c  1335s|101600 |   185 | 11870k| 114.1 |   155M |  43 |1652 |8790 |2126 |4354 |  0 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   3.00%
1331.46/1336.01	c  1336s|101700 |   185 | 11883k| 114.1 |   155M |  43 |1652 |8794 |2126 |4356 |  1 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   3.00%
1332.95/1337.51	c  1338s|101800 |   181 | 11896k| 114.1 |   155M |  43 |1652 |8794 |2126 |4358 |  0 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   3.00%
1334.55/1339.11	c  1339s|101900 |   181 | 11911k| 114.1 |   155M |  43 |1652 |8842 |2126 |4358 |  0 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   3.00%
1336.34/1340.90	c  1341s|102000 |   179 | 11926k| 114.2 |   155M |  43 |1652 |8808 |2125 |4358 |  1 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   3.00%
1337.64/1342.25	c  1342s|102100 |   177 | 11938k| 114.2 |   155M |  43 |1652 |8818 |2122 |4360 |  0 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   3.00%
1339.13/1343.70	c  1344s|102200 |   175 | 11952k| 114.2 |   155M |  43 |1652 |8832 |2125 |4362 |  0 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   3.00%
1340.43/1345.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1340.43/1345.00	c  1345s|102300 |   177 | 11963k| 114.2 |   155M |  43 |1652 |8776 |2126 |4366 |  0 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   3.01%
1341.72/1346.34	c  1346s|102400 |   177 | 11975k| 114.2 |   155M |  43 |1652 |8711 |2126 |4370 |  0 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   3.01%
1342.92/1347.58	c  1348s|102500 |   177 | 11986k| 114.2 |   155M |  43 |1652 |8643 |2126 |4374 |  1 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   3.01%
1344.11/1348.77	c  1349s|102600 |   177 | 11997k| 114.2 |   155M |  43 |1652 |8736 |2126 |4377 |  0 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   3.01%
1345.51/1350.12	c  1350s|102700 |   177 | 12009k| 114.2 |   155M |  43 |1652 |8690 |2125 |4384 |  1 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   3.01%
1346.70/1351.31	c  1351s|102800 |   175 | 12020k| 114.2 |   155M |  43 |1652 |8666 |2127 |4388 |  1 |  91k|  22 | 0.000000e+00 |      --      |    Inf |   3.01%
1348.00/1352.62	c  1353s|102900 |   173 | 12031k| 114.2 |   155M |  43 |1652 |8681 |2122 |4388 |  0 |  91k|  22 | 0.000000e+00 |      --      |    Inf |   3.01%
1349.29/1353.95	c  1354s|103000 |   171 | 12043k| 114.2 |   155M |  43 |1652 |8698 |2122 |4392 |  0 |  91k|  22 | 0.000000e+00 |      --      |    Inf |   3.01%
1350.89/1355.51	c  1356s|103100 |   169 | 12057k| 114.2 |   155M |  43 |1652 |8516 |2122 |4396 |  0 |  91k|  22 | 0.000000e+00 |      --      |    Inf |   3.02%
1352.18/1356.80	c  1357s|103200 |   171 | 12068k| 114.2 |   155M |  43 |1652 |8318 |2122 |4396 |  0 |  91k|  22 | 0.000000e+00 |      --      |    Inf |   3.02%
1353.68/1358.38	c  1358s|103300 |   170 | 12082k| 114.2 |   155M |  43 |1652 |8206 |2123 |4396 |  1 |  91k|  22 | 0.000000e+00 |      --      |    Inf |   3.02%
1354.87/1359.56	c  1360s|103400 |   174 | 12093k| 114.2 |   155M |  43 |1652 |8097 |2125 |4396 |  0 |  91k|  22 | 0.000000e+00 |      --      |    Inf |   3.02%
1355.97/1360.66	c  1361s|103500 |   168 | 12102k| 114.2 |   155M |  43 |1652 |8169 |2123 |4396 |  1 |  91k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1357.17/1361.83	c  1362s|103600 |   170 | 12113k| 114.2 |   155M |  43 |1652 |8202 |2124 |4397 |  0 |  91k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1358.06/1362.74	c  1363s|103700 |   172 | 12121k| 114.2 |   155M |  43 |1652 |8368 |2124 |4397 |  1 |  91k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1359.06/1363.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1359.06/1363.74	c  1364s|103800 |   172 | 12130k| 114.2 |   155M |  43 |1652 |8454 |2124 |4397 |  0 |  91k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1360.16/1364.83	c  1365s|103900 |   170 | 12139k| 114.1 |   155M |  43 |1652 |8547 |2124 |4397 |  1 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1361.36/1366.04	c  1366s|104000 |   172 | 12150k| 114.1 |   155M |  43 |1652 |8546 |2123 |4397 |  1 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1362.75/1367.44	c  1367s|104100 |   174 | 12163k| 114.1 |   155M |  43 |1652 |8507 |2123 |4399 |  0 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1363.94/1368.62	c  1369s|104200 |   172 | 12173k| 114.1 |   155M |  43 |1652 |8586 |2123 |4403 |  0 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1365.14/1369.89	c  1370s|104300 |   174 | 12185k| 114.1 |   155M |  43 |1652 |8650 |2123 |4405 |  1 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1366.63/1371.37	c  1371s|104400 |   176 | 12197k| 114.1 |   155M |  43 |1652 |8715 |2124 |4432 |  1 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1367.73/1372.46	c  1372s|104500 |   172 | 12207k| 114.1 |   155M |  43 |1652 |8846 |2124 |4433 |  0 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1369.02/1373.79	c  1374s|104600 |   172 | 12218k| 114.1 |   155M |  43 |1652 |9048 |2123 |4434 |  1 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1370.52/1375.26	c  1375s|104700 |   172 | 12230k| 114.1 |   155M |  43 |1652 |9129 |2123 |4442 |  0 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1371.71/1376.44	c  1376s|104800 |   176 | 12241k| 114.1 |   155M |  43 |1652 |9147 |2124 |4449 |  1 |  93k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1372.71/1377.48	c  1377s|104900 |   170 | 12250k| 114.1 |   155M |  43 |1652 |9257 |2123 |4452 |  1 |  93k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1374.01/1378.74	c  1379s|105000 |   172 | 12261k| 114.1 |   155M |  43 |1652 |9136 |2123 |4454 |  1 |  93k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1375.41/1380.13	c  1380s|105100 |   168 | 12274k| 114.1 |   155M |  43 |1652 |9209 |2124 |4462 |  0 |  93k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1376.99/1381.72	c  1382s|105200 |   172 | 12288k| 114.1 |   155M |  43 |1652 |9162 |2123 |4465 |  1 |  93k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1378.49/1383.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1378.49/1383.21	c  1383s|105300 |   170 | 12301k| 114.2 |   155M |  43 |1652 |9273 |2123 |4471 |  0 |  93k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1379.88/1384.64	c  1385s|105400 |   168 | 12314k| 114.2 |   155M |  43 |1652 |9307 |2123 |4471 |  0 |  93k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1381.39/1386.13	c  1386s|105500 |   170 | 12327k| 114.2 |   155M |  43 |1652 |9364 |2123 |4473 |  0 |  93k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1382.77/1387.59	c  1388s|105600 |   168 | 12340k| 114.2 |   155M |  43 |1652 |9377 |2124 |4478 |  1 |  93k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1384.27/1389.06	c  1389s|105700 |   168 | 12353k| 114.2 |   155M |  43 |1652 |9425 |2123 |4482 |  1 |  93k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1385.46/1390.29	c  1390s|105800 |   168 | 12364k| 114.2 |   155M |  43 |1652 |9239 |2122 |4482 |  0 |  93k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1387.26/1392.01	c  1392s|105900 |   168 | 12379k| 114.2 |   155M |  43 |1652 |9266 |2124 |4483 |  1 |  93k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1388.95/1393.74	c  1394s|106000 |   166 | 12393k| 114.3 |   155M |  43 |1652 |9199 |2122 |4488 |  0 |  93k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1390.15/1394.96	c  1395s|106100 |   166 | 12404k| 114.3 |   155M |  43 |1652 |9117 |2122 |4488 |  0 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1391.54/1396.30	c  1396s|106200 |   164 | 12416k| 114.3 |   155M |  43 |1652 |9165 |2122 |4488 |  0 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1392.64/1397.43	c  1397s|106300 |   166 | 12426k| 114.3 |   155M |  43 |1652 |8853 |2125 |4488 |  0 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1393.73/1398.54	c  1399s|106400 |   166 | 12436k| 114.2 |   155M |  43 |1652 |8901 |2125 |4490 |  1 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1394.93/1399.70	c  1400s|106500 |   164 | 12446k| 114.2 |   155M |  43 |1652 |8884 |2125 |4490 |  0 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1396.13/1400.94	c  1401s|106600 |   166 | 12457k| 114.2 |   155M |  43 |1652 |8894 |2122 |4490 |  1 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1397.23/1402.05	c  1402s|106700 |   166 | 12467k| 114.2 |   155M |  43 |1652 |8943 |2122 |4490 |  1 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1398.32/1403.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1398.32/1403.19	c  1403s|106800 |   166 | 12477k| 114.2 |   155M |  43 |1652 |9069 |2122 |4490 |  1 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   3.03%
1399.61/1404.41	c  1404s|106900 |   170 | 12488k| 114.2 |   155M |  43 |1652 |8871 |2122 |4490 |  0 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   3.04%
1400.91/1405.79	c  1406s|107000 |   166 | 12500k| 114.2 |   155M |  43 |1652 |8738 |2125 |4491 |  0 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   3.04%
1402.50/1407.30	c  1407s|107100 |   166 | 12514k| 114.2 |   155M |  43 |1652 |8595 |2122 |4491 |  0 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   3.04%
1403.70/1408.53	c  1409s|107200 |   166 | 12525k| 114.2 |   155M |  43 |1652 |8645 |2122 |4491 |  0 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   3.04%
1404.99/1409.81	c  1410s|107300 |   170 | 12536k| 114.2 |   155M |  43 |1652 |8243 |2120 |4492 |  1 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   3.05%
1406.39/1411.22	c  1411s|107400 |   170 | 12548k| 114.2 |   155M |  43 |1652 |8183 |2120 |4493 |  1 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   3.05%
1407.68/1412.55	c  1413s|107500 |   168 | 12560k| 114.2 |   155M |  43 |1652 |8102 |2120 |4493 |  0 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   3.05%
1409.29/1414.18	c  1414s|107600 |   166 | 12574k| 114.3 |   155M |  43 |1652 |8086 |2122 |4493 |  0 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   3.05%
1410.77/1415.61	c  1416s|107700 |   172 | 12587k| 114.3 |   155M |  43 |1652 |7952 |2122 |4493 |  1 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   3.06%
1412.17/1417.05	c  1417s|107800 |   172 | 12600k| 114.3 |   155M |  43 |1652 |7791 |2122 |4493 |  1 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   3.06%
1413.46/1418.34	c  1418s|107900 |   172 | 12612k| 114.3 |   155M |  43 |1652 |7830 |2120 |4494 |  1 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   3.06%
1414.76/1419.63	c  1420s|108000 |   172 | 12623k| 114.3 |   155M |  43 |1652 |7803 |2123 |4497 |  1 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   3.07%
1416.26/1421.10	c  1421s|108100 |   172 | 12636k| 114.3 |   155M |  43 |1652 |7866 |2122 |4498 |  1 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   3.07%
1417.65/1422.58	c  1423s|108200 |   170 | 12650k| 114.3 |   155M |  43 |1652 |7903 |2123 |4499 |  0 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   3.07%
1419.25/1424.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1419.25/1424.18	c  1424s|108300 |   170 | 12664k| 114.3 |   155M |  43 |1652 |8008 |2122 |4499 |  0 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   3.07%
1420.94/1425.80	c  1426s|108400 |   170 | 12679k| 114.4 |   155M |  43 |1652 |7999 |2122 |4499 |  0 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   3.07%
1422.63/1427.53	c  1428s|108500 |   166 | 12695k| 114.4 |   155M |  43 |1652 |8044 |2123 |4499 |  1 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   3.07%
1424.33/1429.28	c  1429s|108600 |   166 | 12710k| 114.5 |   155M |  43 |1652 |7963 |2122 |4500 |  0 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   3.08%
1426.22/1431.13	c  1431s|108700 |   166 | 12727k| 114.5 |   155M |  43 |1652 |8066 |2122 |4501 |  0 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   3.08%
1427.71/1432.66	c  1433s|108800 |   166 | 12741k| 114.5 |   155M |  43 |1652 |8063 |2122 |4502 |  0 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   3.08%
1429.11/1434.05	c  1434s|108900 |   170 | 12753k| 114.5 |   155M |  43 |1652 |8035 |2122 |4502 |  1 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   3.08%
1430.40/1435.32	c  1435s|109000 |   168 | 12765k| 114.5 |   155M |  43 |1652 |8022 |2122 |4502 |  1 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   3.08%
1431.70/1436.61	c  1437s|109100 |   168 | 12777k| 114.5 |   155M |  43 |1652 |7994 |2122 |4502 |  0 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   3.08%
1432.89/1437.81	c  1438s|109200 |   166 | 12787k| 114.5 |   155M |  43 |1652 |8008 |2122 |4502 |  0 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   3.08%
1434.39/1439.36	c  1439s|109300 |   166 | 12801k| 114.5 |   155M |  43 |1652 |7997 |2122 |4503 |  0 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   3.08%
1436.19/1441.12	c  1441s|109400 |   166 | 12817k| 114.6 |   155M |  43 |1652 |7933 |2122 |4503 |  0 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   3.09%
1438.08/1443.04	c  1443s|109500 |   166 | 12834k| 114.6 |   155M |  43 |1652 |7955 |2122 |4504 |  0 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   3.09%
1439.67/1444.64	c  1445s|109600 |   162 | 12849k| 114.7 |   155M |  43 |1652 |7816 |2122 |4504 |  0 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   3.10%
1441.27/1446.27	c  1446s|109700 |   160 | 12863k| 114.7 |   155M |  43 |1652 |7666 |2122 |4504 |  0 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   3.10%
1442.76/1447.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1442.76/1447.73	c  1448s|109800 |   162 | 12876k| 114.7 |   155M |  43 |1652 |7573 |2122 |4504 |  1 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   3.10%
1444.25/1449.23	c  1449s|109900 |   158 | 12889k| 114.7 |   155M |  43 |1652 |7536 |2122 |4504 |  0 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   3.11%
1445.65/1450.67	c  1451s|110000 |   160 | 12902k| 114.7 |   155M |  43 |1652 |7528 |2125 |4504 |  1 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   3.11%
1446.95/1451.92	c  1452s|110100 |   158 | 12912k| 114.7 |   155M |  43 |1652 |7454 |2122 |4504 |  1 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   3.11%
1448.15/1453.13	c  1453s|110200 |   158 | 12923k| 114.7 |   155M |  43 |1652 |7493 |2122 |4504 |  0 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   3.11%
1449.64/1454.60	c  1455s|110300 |   158 | 12936k| 114.7 |   155M |  43 |1652 |7471 |2122 |4504 |  0 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   3.11%
1451.33/1456.30	c  1456s|110400 |   158 | 12949k| 114.7 |   155M |  43 |1652 |7492 |2122 |4511 |  0 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   3.11%
1452.92/1457.99	c  1458s|110500 |   158 | 12964k| 114.8 |   155M |  43 |1652 |7529 |2123 |4512 |  1 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   3.11%
1455.12/1460.13	c  1460s|110600 |   156 | 12980k| 114.8 |   155M |  44 |1652 |7544 |2122 |4527 |  1 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   3.11%
1456.61/1461.66	c  1462s|110700 |   156 | 12993k| 114.8 |   155M |  44 |1652 |7493 |2123 |4530 |  1 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   3.11%
1457.91/1462.97	c  1463s|110800 |   156 | 13004k| 114.8 |   155M |  44 |1652 |7544 |2122 |4531 |  1 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   3.11%
1459.80/1464.82	c  1465s|110900 |   162 | 13020k| 114.9 |   155M |  44 |1652 |7425 |2123 |4532 |  1 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   3.11%
1461.10/1466.19	c  1466s|111000 |   158 | 13032k| 114.9 |   155M |  44 |1652 |7439 |2123 |4537 |  1 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   3.12%
1462.59/1467.65	c  1468s|111100 |   160 | 13045k| 114.9 |   155M |  44 |1652 |7182 |2120 |4539 |  0 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   3.12%
1464.38/1469.45	c  1469s|111200 |   162 | 13061k| 114.9 |   155M |  44 |1652 |7224 |2125 |4539 |  0 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   3.13%
1465.58/1470.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1465.58/1470.68	c  1471s|111300 |   166 | 13072k| 114.9 |   155M |  44 |1652 |7194 |2125 |4539 |  0 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   3.13%
1467.17/1472.24	c  1472s|111400 |   168 | 13086k| 114.9 |   155M |  44 |1652 |7145 |2125 |4540 |  1 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   3.13%
1468.47/1473.51	c  1474s|111500 |   164 | 13097k| 114.9 |   155M |  44 |1652 |7231 |2125 |4540 |  1 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   3.13%
1469.97/1475.01	c  1475s|111600 |   162 | 13111k| 115.0 |   155M |  44 |1652 |7229 |2125 |4542 |  0 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   3.13%
1471.56/1476.65	c  1477s|111700 |   162 | 13125k| 115.0 |   155M |  44 |1652 |7323 |2125 |4542 |  0 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   3.13%
1472.65/1477.70	c  1478s|111800 |   165 | 13135k| 115.0 |   155M |  44 |1652 |7456 |2125 |4542 |  1 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   3.13%
1473.75/1478.84	c  1479s|111900 |   161 | 13145k| 114.9 |   155M |  44 |1652 |7492 |2125 |4542 |  0 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   3.13%
1474.75/1479.84	c  1480s|112000 |   163 | 13154k| 114.9 |   155M |  44 |1652 |7487 |2126 |4543 |  1 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   3.13%
1475.95/1481.10	c  1481s|112100 |   163 | 13165k| 114.9 |   155M |  44 |1652 |7513 |2126 |4543 |  0 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   3.13%
1477.34/1482.41	c  1482s|112200 |   163 | 13177k| 114.9 |   155M |  44 |1652 |7552 |2126 |4543 |  0 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   3.13%
1478.94/1484.06	c  1484s|112300 |   161 | 13192k| 115.0 |   155M |  44 |1652 |7572 |2126 |4543 |  1 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   3.13%
1480.52/1485.69	c  1486s|112400 |   163 | 13206k| 115.0 |   155M |  44 |1652 |7262 |2125 |4545 |  0 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   3.13%
1481.82/1486.99	c  1487s|112500 |   165 | 13218k| 115.0 |   155M |  44 |1652 |7207 |2125 |4545 |  1 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   3.13%
1483.12/1488.29	c  1488s|112600 |   165 | 13230k| 115.0 |   155M |  44 |1652 |7269 |2125 |4546 |  1 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   3.13%
1484.41/1489.55	c  1490s|112700 |   165 | 13242k| 115.0 |   155M |  44 |1652 |7374 |2125 |4546 |  1 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   3.13%
1485.81/1490.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1485.81/1490.91	c  1491s|112800 |   163 | 13254k| 115.0 |   155M |  44 |1652 |7432 |2125 |4548 |  1 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   3.14%
1487.50/1492.63	c  1493s|112900 |   165 | 13269k| 115.0 |   155M |  44 |1652 |7449 |2125 |4548 |  0 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   3.14%
1489.00/1494.17	c  1494s|113000 |   163 | 13283k| 115.0 |   155M |  44 |1652 |7478 |2126 |4549 |  1 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   3.14%
1490.19/1495.32	c  1495s|113100 |   163 | 13293k| 115.0 |   155M |  44 |1652 |7573 |2126 |4550 |  1 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   3.14%
1491.58/1496.72	c  1497s|113200 |   163 | 13305k| 115.0 |   155M |  44 |1652 |7394 |2126 |4550 |  0 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   3.14%
1492.89/1498.10	c  1498s|113300 |   163 | 13317k| 115.1 |   155M |  44 |1652 |7447 |2126 |4550 |  1 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   3.14%
1494.28/1499.49	c  1499s|113400 |   160 | 13330k| 115.1 |   155M |  44 |1652 |7489 |2126 |4552 |  0 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   3.14%
1495.77/1500.96	c  1501s|113500 |   162 | 13343k| 115.1 |   155M |  44 |1652 |7270 |2122 |4552 |  1 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   3.14%
1497.36/1502.50	c  1502s|113600 |   164 | 13356k| 115.1 |   155M |  44 |1652 |7214 |2125 |4554 |  0 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   3.14%
1499.06/1504.29	c  1504s|113700 |   160 | 13372k| 115.1 |   155M |  44 |1652 |7197 |2123 |4554 |  0 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   3.14%
1500.65/1505.86	c  1506s|113800 |   160 | 13385k| 115.1 |   155M |  44 |1652 |7111 |2126 |4555 |  0 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   3.14%
1502.25/1507.42	c  1507s|113900 |   164 | 13399k| 115.2 |   155M |  44 |1652 |6963 |2123 |4556 |  0 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   3.14%
1503.64/1508.88	c  1509s|114000 |   164 | 13412k| 115.2 |   155M |  44 |1652 |7017 |2123 |4556 |  0 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   3.14%
1505.24/1510.45	c  1510s|114100 |   162 | 13426k| 115.2 |   155M |  44 |1652 |7007 |2123 |4557 |  0 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   3.14%
1506.63/1511.90	c  1512s|114200 |   160 | 13438k| 115.2 |   155M |  44 |1652 |6864 |2126 |4557 |  0 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   3.14%
1508.13/1513.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1508.13/1513.31	c  1513s|114300 |   162 | 13451k| 115.2 |   155M |  44 |1652 |6868 |2123 |4557 |  0 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   3.14%
1509.72/1514.95	c  1515s|114400 |   160 | 13465k| 115.2 |   155M |  44 |1652 |6903 |2123 |4557 |  0 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   3.14%
1510.92/1516.19	c  1516s|114500 |   158 | 13476k| 115.2 |   155M |  44 |1652 |7004 |2126 |4557 |  0 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.14%
1512.21/1517.40	c  1517s|114600 |   160 | 13487k| 115.2 |   155M |  44 |1652 |6959 |2125 |4558 |  0 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.14%
1513.91/1519.19	c  1519s|114700 |   170 | 13502k| 115.2 |   155M |  44 |1652 |6513 |2121 |4562 |  0 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.15%
1515.20/1520.48	c  1520s|114800 |   172 | 13513k| 115.2 |   155M |  44 |1652 |6457 |2121 |4563 |  1 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.15%
1516.59/1521.81	c  1522s|114900 |   172 | 13525k| 115.2 |   155M |  44 |1652 |6455 |2121 |4563 |  1 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.15%
1517.90/1523.13	c  1523s|115000 |   174 | 13537k| 115.3 |   155M |  44 |1652 |6407 |2121 |4563 |  1 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.15%
1519.09/1524.38	c  1524s|115100 |   172 | 13548k| 115.2 |   155M |  44 |1652 |6454 |2121 |4563 |  0 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.16%
1520.58/1525.83	c  1526s|115200 |   176 | 13561k| 115.3 |   155M |  44 |1652 |6481 |2121 |4563 |  0 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.16%
1522.37/1527.69	c  1528s|115300 |   176 | 13574k| 115.3 |   155M |  44 |1652 |6539 |2121 |4563 |  1 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.16%
1524.07/1529.30	c  1529s|115400 |   174 | 13588k| 115.3 |   155M |  44 |1652 |6538 |2121 |4563 |  0 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.16%
1525.56/1530.86	c  1531s|115500 |   178 | 13602k| 115.3 |   155M |  44 |1652 |6532 |2121 |4563 |  1 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.16%
1527.16/1532.44	c  1532s|115600 |   184 | 13616k| 115.3 |   155M |  44 |1652 |6546 |2121 |4563 |  0 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.16%
1528.76/1534.01	c  1534s|115700 |   178 | 13630k| 115.4 |   155M |  44 |1652 |6585 |2121 |4563 |  1 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.16%
1530.25/1535.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1530.25/1535.52	c  1536s|115800 |   174 | 13644k| 115.4 |   155M |  44 |1652 |6530 |2121 |4563 |  1 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.16%
1531.85/1537.14	c  1537s|115900 |   172 | 13659k| 115.4 |   155M |  44 |1652 |6520 |2121 |4563 |  0 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.16%
1533.14/1538.45	c  1538s|116000 |   172 | 13671k| 115.4 |   155M |  44 |1652 |6557 |2121 |4563 |  1 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.16%
1534.53/1539.88	c  1540s|116100 |   170 | 13684k| 115.4 |   155M |  44 |1652 |6597 |2121 |4563 |  1 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.16%
1535.93/1541.27	c  1541s|116200 |   170 | 13696k| 115.4 |   155M |  44 |1652 |6551 |2121 |4563 |  0 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.17%
1537.22/1542.54	c  1543s|116300 |   174 | 13707k| 115.4 |   155M |  44 |1652 |6530 |2121 |4563 |  1 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.17%
1538.82/1544.12	c  1544s|116400 |   172 | 13722k| 115.5 |   155M |  44 |1652 |6555 |2121 |4563 |  0 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.17%
1540.21/1545.52	c  1546s|116500 |   178 | 13734k| 115.5 |   155M |  44 |1652 |6549 |2121 |4563 |  1 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.17%
1541.51/1546.84	c  1547s|116600 |   176 | 13746k| 115.5 |   155M |  44 |1652 |6616 |2121 |4563 |  1 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.17%
1542.60/1547.93	c  1548s|116700 |   176 | 13756k| 115.4 |   155M |  44 |1652 |6715 |2121 |4563 |  1 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.17%
1543.80/1549.18	c  1549s|116800 |   176 | 13768k| 115.4 |   155M |  44 |1652 |6825 |2121 |4563 |  0 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.17%
1544.89/1550.28	c  1550s|116900 |   172 | 13777k| 115.4 |   155M |  44 |1652 |6907 |2121 |4563 |  0 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.18%
1546.29/1551.63	c  1552s|117000 |   176 | 13789k| 115.4 |   155M |  44 |1652 |6850 |2121 |4563 |  0 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.18%
1547.48/1552.81	c  1553s|117100 |   178 | 13800k| 115.4 |   155M |  44 |1652 |6926 |2121 |4563 |  1 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.18%
1548.79/1554.12	c  1554s|117200 |   180 | 13811k| 115.4 |   155M |  44 |1652 |6951 |2121 |4563 |  1 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.18%
1550.27/1555.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1550.27/1555.60	c  1556s|117300 |   178 | 13824k| 115.4 |   155M |  44 |1652 |6952 |2121 |4563 |  0 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.18%
1551.47/1556.89	c  1557s|117400 |   178 | 13836k| 115.4 |   155M |  44 |1652 |6975 |2121 |4563 |  0 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.18%
1553.16/1558.52	c  1559s|117500 |   180 | 13851k| 115.5 |   155M |  44 |1652 |7024 |2121 |4563 |  0 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.18%
1554.36/1559.79	c  1560s|117600 |   180 | 13863k| 115.5 |   155M |  44 |1652 |6990 |2121 |4563 |  0 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.18%
1555.95/1561.31	c  1561s|117700 |   180 | 13876k| 115.5 |   155M |  44 |1652 |6948 |2121 |4563 |  1 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.18%
1557.55/1562.94	c  1563s|117800 |   180 | 13891k| 115.5 |   155M |  44 |1652 |6892 |2121 |4563 |  1 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.18%
1559.04/1564.40	c  1564s|117900 |   182 | 13904k| 115.5 |   155M |  44 |1652 |6901 |2121 |4563 |  0 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.18%
1560.64/1566.04	c  1566s|118000 |   184 | 13919k| 115.6 |   155M |  44 |1652 |6851 |2121 |4563 |  0 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.18%
1562.33/1567.79	c  1568s|118100 |   184 | 13934k| 115.6 |   155M |  44 |1652 |6861 |2121 |4563 |  0 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.18%
1563.93/1569.34	c  1569s|118200 |   182 | 13948k| 115.6 |   155M |  44 |1652 |6846 |2121 |4563 |  1 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.18%
1565.63/1571.10	c  1571s|118300 |   182 | 13964k| 115.6 |   155M |  44 |1652 |6757 |2121 |4563 |  0 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.19%
1567.11/1572.55	c  1573s|118400 |   184 | 13977k| 115.7 |   155M |  44 |1652 |6705 |2121 |4563 |  1 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.19%
1568.51/1573.95	c  1574s|118500 |   184 | 13989k| 115.7 |   155M |  44 |1652 |6708 |2121 |4563 |  1 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.19%
1569.90/1575.30	c  1575s|118600 |   184 | 14002k| 115.7 |   155M |  44 |1652 |6803 |2121 |4563 |  0 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.19%
1571.20/1576.60	c  1577s|118700 |   184 | 14013k| 115.7 |   155M |  44 |1652 |6813 |2121 |4563 |  0 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.19%
1572.50/1577.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1572.50/1577.98	c  1578s|118800 |   184 | 14025k| 115.7 |   155M |  44 |1652 |6809 |2121 |4563 |  0 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.19%
1573.99/1579.44	c  1579s|118900 |   184 | 14039k| 115.7 |   155M |  44 |1652 |6833 |2121 |4563 |  1 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.19%
1575.59/1581.04	c  1581s|119000 |   182 | 14053k| 115.7 |   155M |  44 |1652 |6853 |2121 |4563 |  0 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.19%
1576.98/1582.48	c  1582s|119100 |   189 | 14066k| 115.7 |   155M |  44 |1652 |6915 |2121 |4563 |  1 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.19%
1578.47/1583.90	c  1584s|119200 |   187 | 14079k| 115.7 |   155M |  44 |1652 |6966 |2121 |4563 |  1 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.19%
1579.77/1585.25	c  1585s|119300 |   187 | 14090k| 115.7 |   155M |  44 |1652 |7011 |2121 |4563 |  1 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   3.19%
1581.26/1586.70	c  1587s|119400 |   185 | 14103k| 115.7 |   155M |  44 |1652 |7047 |2121 |4563 |  0 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   3.19%
1582.76/1588.23	c  1588s|119500 |   187 | 14117k| 115.8 |   155M |  44 |1652 |7135 |2121 |4563 |  0 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   3.19%
1584.15/1589.67	c  1590s|119600 |   187 | 14129k| 115.8 |   155M |  44 |1652 |7179 |2121 |4563 |  1 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   3.19%
1585.85/1591.33	c  1591s|119700 |   187 | 14144k| 115.8 |   155M |  44 |1652 |7250 |2121 |4563 |  0 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   3.19%
1587.44/1592.93	c  1593s|119800 |   181 | 14158k| 115.8 |   155M |  44 |1652 |7321 |2121 |4563 |  0 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   3.19%
1588.94/1594.43	c  1594s|119900 |   185 | 14172k| 115.8 |   155M |  44 |1652 |7162 |2121 |4563 |  0 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   3.19%
1590.13/1595.63	c  1596s|120000 |   187 | 14183k| 115.8 |   155M |  44 |1652 |7158 |2121 |4563 |  0 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   3.19%
1591.63/1597.12	c  1597s|120100 |   191 | 14196k| 115.8 |   155M |  44 |1652 |7217 |2121 |4563 |  0 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   3.20%
1593.02/1598.55	c  1599s|120200 |   189 | 14209k| 115.8 |   155M |  44 |1652 |7260 |2121 |4563 |  1 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   3.20%
1594.32/1599.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1594.32/1599.81	c  1600s|120300 |   197 | 14220k| 115.8 |   155M |  44 |1652 |7292 |2121 |4563 |  0 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   3.20%
1595.62/1601.12	c  1601s|120400 |   191 | 14231k| 115.8 |   155M |  44 |1652 |7340 |2121 |4563 |  0 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   3.20%
1596.91/1602.40	c  1602s|120500 |   195 | 14242k| 115.8 |   155M |  44 |1652 |7319 |2121 |4563 |  0 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   3.20%
1598.10/1603.63	c  1604s|120600 |   193 | 14253k| 115.8 |   155M |  44 |1652 |7380 |2121 |4563 |  0 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   3.20%
1599.40/1604.93	c  1605s|120700 |   197 | 14265k| 115.8 |   155M |  44 |1652 |7401 |2121 |4563 |  0 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   3.20%
1600.60/1606.15	c  1606s|120800 |   195 | 14276k| 115.8 |   155M |  44 |1652 |7476 |2121 |4563 |  1 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   3.20%
1602.19/1607.73	c  1608s|120900 |   207 | 14290k| 115.8 |   155M |  44 |1652 |7461 |2121 |4563 |  0 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   3.21%
1603.68/1609.21	c  1609s|121000 |   215 | 14303k| 115.9 |   155M |  44 |1652 |7501 |2121 |4563 |  1 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   3.21%
1604.98/1610.53	c  1611s|121100 |   211 | 14315k| 115.9 |   155M |  44 |1652 |7619 |2121 |4563 |  0 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.21%
1606.27/1611.89	c  1612s|121200 |   207 | 14327k| 115.9 |   155M |  44 |1652 |7623 |2121 |4563 |  0 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.21%
1607.77/1613.38	c  1613s|121300 |   203 | 14340k| 115.9 |   155M |  44 |1652 |7545 |2121 |4563 |  1 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.21%
1609.26/1614.84	c  1615s|121400 |   213 | 14353k| 115.9 |   155M |  44 |1652 |7457 |2121 |4563 |  1 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.21%
1610.57/1616.12	c  1616s|121500 |   215 | 14365k| 115.9 |   155M |  44 |1652 |7497 |2121 |4563 |  1 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.21%
1611.76/1617.32	c  1617s|121600 |   211 | 14375k| 115.9 |   155M |  44 |1652 |7515 |2121 |4563 |  1 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.21%
1613.55/1619.14	c  1619s|121700 |   211 | 14392k| 115.9 |   155M |  44 |1652 |7394 |2121 |4563 |  0 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.21%
1614.84/1620.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1614.84/1620.41	c  1620s|121800 |   211 | 14403k| 115.9 |   155M |  44 |1652 |7457 |2121 |4563 |  0 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.21%
1616.04/1621.67	c  1622s|121900 |   217 | 14415k| 115.9 |   155M |  44 |1652 |7456 |2121 |4563 |  1 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.21%
1617.44/1623.05	c  1623s|122000 |   213 | 14427k| 115.9 |   155M |  44 |1652 |7466 |2121 |4563 |  0 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.21%
1618.73/1624.35	c  1624s|122100 |   217 | 14439k| 115.9 |   155M |  44 |1652 |7514 |2121 |4563 |  0 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.21%
1620.03/1625.64	c  1626s|122200 |   215 | 14451k| 115.9 |   155M |  44 |1652 |7509 |2121 |4563 |  0 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.21%
1621.43/1627.09	c  1627s|122300 |   215 | 14464k| 115.9 |   155M |  44 |1652 |7508 |2121 |4563 |  0 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.21%
1622.82/1628.42	c  1628s|122400 |   217 | 14476k| 115.9 |   155M |  44 |1652 |7533 |2121 |4563 |  0 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.21%
1624.01/1629.66	c  1630s|122500 |   213 | 14487k| 115.9 |   155M |  44 |1652 |7549 |2121 |4563 |  1 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.21%
1625.61/1631.23	c  1631s|122600 |   215 | 14502k| 116.0 |   155M |  44 |1652 |7502 |2121 |4563 |  1 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.21%
1627.00/1632.69	c  1633s|122700 |   215 | 14515k| 116.0 |   155M |  44 |1652 |7533 |2121 |4563 |  0 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.21%
1628.70/1634.30	c  1634s|122800 |   215 | 14529k| 116.0 |   155M |  44 |1652 |7538 |2121 |4563 |  0 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.21%
1630.09/1635.80	c  1636s|122900 |   215 | 14543k| 116.0 |   155M |  44 |1652 |7494 |2121 |4563 |  1 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.21%
1631.58/1637.28	c  1637s|123000 |   229 | 14556k| 116.0 |   155M |  44 |1652 |7486 |2121 |4563 |  0 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.21%
1632.78/1638.48	c  1638s|123100 |   229 | 14567k| 116.0 |   155M |  44 |1652 |7610 |2121 |4563 |  0 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1634.18/1639.82	c  1640s|123200 |   233 | 14579k| 116.0 |   155M |  44 |1652 |7615 |2121 |4563 |  0 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1635.57/1641.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1635.57/1641.20	c  1641s|123300 |   235 | 14592k| 116.0 |   155M |  44 |1652 |7614 |2121 |4563 |  0 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1636.97/1642.68	c  1643s|123400 |   239 | 14605k| 116.1 |   155M |  44 |1652 |7610 |2121 |4563 |  1 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1638.26/1643.96	c  1644s|123500 |   235 | 14617k| 116.0 |   155M |  44 |1652 |7614 |2121 |4563 |  0 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1639.56/1645.24	c  1645s|123600 |   235 | 14628k| 116.0 |   155M |  44 |1652 |7648 |2121 |4563 |  1 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1640.85/1646.59	c  1647s|123700 |   233 | 14640k| 116.1 |   155M |  44 |1652 |7725 |2121 |4563 |  1 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1642.15/1647.83	c  1648s|123800 |   235 | 14652k| 116.0 |   155M |  44 |1652 |7774 |2121 |4563 |  1 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1643.14/1648.89	c  1649s|123900 |   231 | 14661k| 116.0 |   155M |  44 |1652 |7897 |2121 |4563 |  0 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1644.34/1650.09	c  1650s|124000 |   231 | 14671k| 116.0 |   155M |  44 |1652 |8005 |2121 |4563 |  1 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1645.83/1651.56	c  1652s|124100 |   233 | 14685k| 116.0 |   155M |  44 |1652 |7977 |2121 |4563 |  1 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1647.33/1653.06	c  1653s|124200 |   231 | 14698k| 116.1 |   155M |  44 |1652 |7911 |2121 |4563 |  0 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1648.92/1654.61	c  1655s|124300 |   233 | 14713k| 116.1 |   155M |  44 |1652 |8044 |2121 |4563 |  0 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1650.42/1656.11	c  1656s|124400 |   231 | 14727k| 116.1 |   155M |  44 |1652 |8041 |2121 |4563 |  0 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1651.71/1657.47	c  1657s|124500 |   231 | 14739k| 116.1 |   155M |  44 |1652 |8058 |2121 |4563 |  1 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1653.01/1658.72	c  1659s|124600 |   227 | 14750k| 116.1 |   155M |  44 |1652 |8125 |2121 |4563 |  0 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1654.41/1660.12	c  1660s|124700 |   229 | 14763k| 116.1 |   155M |  44 |1652 |8190 |2121 |4563 |  0 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1655.90/1661.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1655.90/1661.68	c  1662s|124800 |   227 | 14777k| 116.1 |   155M |  44 |1652 |8173 |2121 |4563 |  1 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1657.30/1663.01	c  1663s|124900 |   230 | 14789k| 116.1 |   155M |  44 |1652 |8191 |2121 |4563 |  1 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1658.39/1664.17	c  1664s|125000 |   226 | 14800k| 116.1 |   155M |  44 |1652 |8269 |2121 |4563 |  0 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1659.48/1665.29	c  1665s|125100 |   228 | 14810k| 116.1 |   155M |  44 |1652 |8374 |2121 |4563 |  0 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1660.88/1666.64	c  1667s|125200 |   230 | 14823k| 116.1 |   155M |  44 |1652 |8496 |2121 |4563 |  0 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1662.17/1667.92	c  1668s|125300 |   228 | 14834k| 116.1 |   155M |  44 |1652 |8593 |2121 |4563 |  1 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1663.38/1669.12	c  1669s|125400 |   228 | 14845k| 116.1 |   155M |  44 |1652 |8610 |2121 |4563 |  0 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1664.76/1670.50	c  1671s|125500 |   226 | 14858k| 116.1 |   155M |  44 |1652 |8585 |2121 |4563 |  1 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1666.16/1671.91	c  1672s|125600 |   228 | 14870k| 116.1 |   155M |  44 |1652 |8559 |2121 |4563 |  1 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1667.46/1673.26	c  1673s|125700 |   226 | 14882k| 116.1 |   155M |  44 |1652 |8553 |2121 |4563 |  1 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1668.85/1674.68	c  1675s|125800 |   222 | 14894k| 116.1 |   155M |  44 |1652 |8477 |2121 |4563 |  0 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1670.44/1676.20	c  1676s|125900 |   220 | 14908k| 116.1 |   155M |  44 |1652 |8485 |2121 |4563 |  0 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1671.74/1677.51	c  1678s|126000 |   220 | 14919k| 116.1 |   155M |  44 |1652 |8477 |2121 |4565 |  1 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1673.43/1679.26	c  1679s|126100 |   224 | 14935k| 116.2 |   155M |  44 |1652 |8385 |2121 |4565 |  0 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1674.93/1680.76	c  1681s|126200 |   222 | 14949k| 116.2 |   155M |  44 |1652 |8295 |2121 |4565 |  0 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1676.33/1682.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1676.33/1682.17	c  1682s|126300 |   224 | 14961k| 116.2 |   155M |  44 |1652 |8263 |2121 |4565 |  1 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1677.72/1683.53	c  1684s|126400 |   230 | 14974k| 116.2 |   155M |  44 |1652 |8295 |2121 |4565 |  1 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1679.41/1685.29	c  1685s|126500 |   240 | 14991k| 116.2 |   155M |  44 |1652 |8203 |2121 |4565 |  0 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1681.31/1687.19	c  1687s|126600 |   254 | 15008k| 116.3 |   155M |  44 |1652 |8142 |2121 |4565 |  0 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1683.00/1688.87	c  1689s|126700 |   266 | 15022k| 116.3 |   155M |  44 |1652 |8224 |2121 |4565 |  1 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1684.89/1690.70	c  1691s|126800 |   280 | 15039k| 116.4 |   155M |  44 |1652 |8211 |2121 |4565 |  1 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1687.08/1692.94	c  1693s|126900 |   306 | 15059k| 116.4 |   155M |  44 |1652 |8189 |2121 |4565 |  1 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1688.68/1694.52	c  1695s|127000 |   304 | 15072k| 116.4 |   156M |  44 |1652 |8313 |2122 |4573 |  1 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1690.57/1696.43	c  1696s|127100 |   312 | 15088k| 116.5 |   156M |  44 |1652 |8316 |2122 |4579 |  1 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1692.56/1698.40	c  1698s|127200 |   306 | 15103k| 116.5 |   156M |  44 |1652 |8350 |2121 |4586 |  0 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1694.06/1699.99	c  1700s|127300 |   304 | 15117k| 116.5 |   156M |  44 |1652 |8384 |2121 |4586 |  0 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1695.85/1701.73	c  1702s|127400 |   306 | 15133k| 116.5 |   156M |  44 |1652 |8354 |2121 |4587 |  0 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1697.45/1703.39	c  1703s|127500 |   310 | 15148k| 116.6 |   156M |  44 |1652 |8450 |2121 |4589 |  1 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1699.04/1705.00	c  1705s|127600 |   308 | 15162k| 116.6 |   156M |  44 |1652 |8441 |2121 |4589 |  0 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1700.83/1706.71	c  1707s|127700 |   312 | 15178k| 116.6 |   156M |  44 |1652 |8415 |2121 |4591 |  1 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1702.33/1708.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1702.33/1708.23	c  1708s|127800 |   308 | 15191k| 116.6 |   156M |  44 |1652 |8495 |2122 |4593 |  0 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1704.02/1710.00	c  1710s|127900 |   310 | 15207k| 116.7 |   156M |  44 |1652 |8516 |2121 |4593 |  1 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1705.42/1711.36	c  1711s|128000 |   316 | 15219k| 116.7 |   156M |  44 |1652 |8548 |2121 |4594 |  1 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1707.01/1712.91	c  1713s|128100 |   310 | 15233k| 116.7 |   156M |  44 |1652 |8593 |2122 |4598 |  0 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1708.51/1714.42	c  1714s|128200 |   312 | 15247k| 116.7 |   156M |  44 |1652 |8663 |2122 |4602 |  1 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1710.21/1716.11	c  1716s|128300 |   314 | 15261k| 116.7 |   156M |  44 |1652 |8649 |2121 |4605 |  1 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1711.79/1717.78	c  1718s|128400 |   314 | 15276k| 116.7 |   156M |  44 |1652 |8657 |2122 |4612 |  2 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1713.69/1719.63	c  1720s|128500 |   308 | 15293k| 116.8 |   156M |  44 |1652 |8570 |2121 |4617 |  0 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1715.19/1721.19	c  1721s|128600 |   306 | 15307k| 116.8 |   156M |  44 |1652 |8651 |2122 |4622 |  0 | 106k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1716.98/1722.91	c  1723s|128700 |   304 | 15323k| 116.8 |   156M |  44 |1652 |8619 |2122 |4626 |  0 | 106k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1718.47/1724.48	c  1724s|128800 |   300 | 15337k| 116.8 |   156M |  44 |1652 |8598 |2121 |4629 |  0 | 106k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1719.77/1725.79	c  1726s|128900 |   304 | 15348k| 116.8 |   156M |  44 |1652 |8752 |2121 |4629 |  1 | 106k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1721.17/1727.11	c  1727s|129000 |   296 | 15360k| 116.8 |   156M |  44 |1652 |8768 |2121 |4629 |  0 | 106k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1722.85/1728.83	c  1729s|129100 |   294 | 15375k| 116.9 |   156M |  44 |1652 |8743 |2121 |4629 |  0 | 106k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1724.75/1730.70	c  1731s|129200 |   294 | 15392k| 116.9 |   156M |  44 |1652 |8674 |2121 |4629 |  1 | 106k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1726.34/1732.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1726.34/1732.39	c  1732s|129300 |   292 | 15407k| 116.9 |   156M |  44 |1652 |8560 |2121 |4630 |  1 | 106k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1727.94/1733.95	c  1734s|129400 |   292 | 15421k| 117.0 |   156M |  44 |1652 |8464 |2121 |4630 |  1 | 106k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1729.33/1735.30	c  1735s|129500 |   294 | 15433k| 117.0 |   156M |  44 |1652 |8451 |2121 |4630 |  1 | 106k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1730.93/1736.95	c  1737s|129600 |   292 | 15448k| 117.0 |   156M |  44 |1652 |8523 |2121 |4630 |  0 | 106k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1732.52/1738.54	c  1739s|129700 |   290 | 15462k| 117.0 |   156M |  44 |1652 |8428 |2121 |4632 |  1 | 106k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1734.12/1740.18	c  1740s|129800 |   286 | 15476k| 117.0 |   156M |  44 |1652 |8421 |2121 |4633 |  1 | 106k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1735.51/1741.54	c  1742s|129900 |   284 | 15489k| 117.0 |   156M |  44 |1652 |8386 |2121 |4633 |  1 | 106k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1736.80/1742.83	c  1743s|130000 |   288 | 15500k| 117.0 |   156M |  44 |1652 |8366 |2122 |4634 |  0 | 106k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1737.80/1743.88	c  1744s|130100 |   288 | 15509k| 117.0 |   156M |  44 |1652 |8438 |2122 |4634 |  0 | 106k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1738.90/1744.97	c  1745s|130200 |   286 | 15518k| 117.0 |   156M |  44 |1652 |8495 |2122 |4634 |  1 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1740.29/1746.34	c  1746s|130300 |   288 | 15530k| 117.0 |   156M |  44 |1652 |8496 |2122 |4636 |  0 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1741.59/1747.60	c  1748s|130400 |   286 | 15541k| 117.0 |   156M |  44 |1652 |8518 |2122 |4636 |  0 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1742.88/1748.93	c  1749s|130500 |   286 | 15553k| 117.0 |   156M |  44 |1652 |8569 |2122 |4636 |  1 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1744.18/1750.23	c  1750s|130600 |   288 | 15564k| 117.0 |   156M |  44 |1652 |8600 |2122 |4636 |  1 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1745.47/1751.52	c  1752s|130700 |   288 | 15576k| 117.0 |   156M |  44 |1652 |8670 |2122 |4636 |  0 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1746.77/1752.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1746.77/1752.87	c  1753s|130800 |   286 | 15587k| 117.0 |   156M |  44 |1652 |8701 |2122 |4636 |  1 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1748.36/1754.45	c  1754s|130900 |   284 | 15601k| 117.0 |   156M |  44 |1652 |8726 |2122 |4636 |  0 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1750.06/1756.17	c  1756s|131000 |   284 | 15617k| 117.0 |   156M |  44 |1652 |8656 |2121 |4638 |  0 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1751.45/1757.55	c  1758s|131100 |   284 | 15629k| 117.0 |   156M |  44 |1652 |8597 |2122 |4641 |  0 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1752.85/1758.93	c  1759s|131200 |   292 | 15641k| 117.0 |   156M |  44 |1652 |8461 |2121 |4642 |  1 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1753.84/1759.99	c  1760s|131300 |   294 | 15650k| 117.0 |   156M |  44 |1652 |8445 |2121 |4643 |  0 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1755.24/1761.30	c  1761s|131400 |   298 | 15662k| 117.0 |   156M |  44 |1652 |8482 |2121 |4643 |  1 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1756.63/1762.74	c  1763s|131500 |   292 | 15675k| 117.0 |   156M |  44 |1652 |8482 |2121 |4643 |  1 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1758.03/1764.17	c  1764s|131600 |   292 | 15688k| 117.0 |   156M |  44 |1652 |8457 |2122 |4644 |  0 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1759.62/1765.75	c  1766s|131700 |   294 | 15702k| 117.0 |   156M |  44 |1652 |8443 |2122 |4648 |  0 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1761.22/1767.35	c  1767s|131800 |   292 | 15717k| 117.1 |   156M |  44 |1652 |8439 |2122 |4648 |  1 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1763.02/1769.17	c  1769s|131900 |   298 | 15733k| 117.1 |   156M |  44 |1652 |8438 |2122 |4649 |  1 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1764.60/1770.74	c  1771s|132000 |   296 | 15747k| 117.1 |   156M |  44 |1652 |8473 |2122 |4649 |  1 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1766.40/1772.57	c  1773s|132100 |   294 | 15764k| 117.2 |   156M |  44 |1652 |8527 |2122 |4649 |  1 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1768.09/1774.25	c  1774s|132200 |   288 | 15779k| 117.2 |   156M |  44 |1652 |8407 |2121 |4649 |  0 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1769.69/1775.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1769.69/1775.88	c  1776s|132300 |   286 | 15793k| 117.2 |   156M |  44 |1652 |8409 |2121 |4651 |  0 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1771.38/1777.53	c  1778s|132400 |   286 | 15808k| 117.2 |   156M |  44 |1652 |8315 |2122 |4655 |  0 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1772.98/1779.15	c  1779s|132500 |   292 | 15823k| 117.2 |   156M |  44 |1652 |8340 |2122 |4657 |  1 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1774.27/1780.48	c  1780s|132600 |   288 | 15835k| 117.3 |   156M |  44 |1652 |8339 |2122 |4658 |  0 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1775.67/1781.89	c  1782s|132700 |   284 | 15847k| 117.3 |   156M |  44 |1652 |8348 |2122 |4658 |  1 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1777.06/1783.27	c  1783s|132800 |   282 | 15860k| 117.3 |   156M |  44 |1652 |8390 |2122 |4658 |  1 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1778.65/1784.81	c  1785s|132900 |   282 | 15874k| 117.3 |   156M |  44 |1652 |8399 |2122 |4661 |  2 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1780.25/1786.44	c  1786s|133000 |   278 | 15889k| 117.3 |   156M |  44 |1652 |8402 |2122 |4666 |  0 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1781.74/1788.00	c  1788s|133100 |   278 | 15903k| 117.3 |   156M |  44 |1652 |8475 |2121 |4667 |  1 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1783.54/1789.74	c  1790s|133200 |   276 | 15919k| 117.4 |   156M |  44 |1652 |8421 |2121 |4667 |  1 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1785.03/1791.22	c  1791s|133300 |   278 | 15932k| 117.4 |   156M |  44 |1652 |8338 |2121 |4668 |  1 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1786.73/1792.93	c  1793s|133400 |   274 | 15948k| 117.4 |   156M |  44 |1652 |8276 |2122 |4671 |  0 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1788.42/1794.65	c  1795s|133500 |   274 | 15963k| 117.4 |   156M |  44 |1652 |8308 |2122 |4680 |  1 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1790.11/1796.34	c  1796s|133600 |   272 | 15977k| 117.4 |   156M |  44 |1652 |8382 |2123 |4682 |  0 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1791.61/1797.86	c  1798s|133700 |   272 | 15991k| 117.4 |   156M |  44 |1652 |8323 |2121 |4685 |  1 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1793.20/1799.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1793.20/1799.48	c  1799s|133800 |   268 | 16005k| 117.5 |   156M |  44 |1652 |8213 |2121 |4686 |  1 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   3.22%
1794.80/1801.03	c  1801s|133900 |   268 | 16019k| 117.5 |   156M |  44 |1652 |7218 |2122 |4687 |  1 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   3.24%
1795.80/1802.02	c  1802s|134000 |   268 | 16028k| 117.5 |   156M |  44 |1652 |7011 |2122 |4687 |  1 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   3.24%
1796.90/1803.15	c  1803s|134100 |   268 | 16038k| 117.4 |   156M |  44 |1652 |6970 |2121 |4687 |  0 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   3.24%
1797.99/1804.26	c  1804s|134200 |   266 | 16047k| 117.4 |   156M |  44 |1652 |6879 |2122 |4687 |  1 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   3.24%
1799.08/1805.30	c  1805s|134300 |   270 | 16056k| 117.4 |   156M |  44 |1652 |6891 |2122 |4687 |  1 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   3.24%
1799.98/1806.25	c  1806s|134400 |   269 | 16065k| 117.4 |   156M |  44 |1652 |6974 |2122 |4687 |  1 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   3.24%
1800.97/1807.25	c  1807s|134500 |   267 | 16074k| 117.4 |   156M |  44 |1652 |6981 |2122 |4687 |  0 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   3.24%
1802.07/1808.35	c  1808s|134600 |   267 | 16083k| 117.4 |   156M |  44 |1652 |6985 |2122 |4687 |  0 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   3.25%
1803.27/1809.54	c  1810s|134700 |   267 | 16094k| 117.3 |   156M |  44 |1652 |6958 |2122 |4688 |  0 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   3.25%
1804.46/1810.79	c  1811s|134800 |   269 | 16105k| 117.3 |   156M |  44 |1652 |6985 |2122 |4688 |  1 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   3.25%
1805.46/1811.73	c  1812s|134900 |   267 | 16113k| 117.3 |   156M |  44 |1652 |7047 |2122 |4688 |  0 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   3.25%
1806.86/1813.18	c  1813s|135000 |   267 | 16125k| 117.3 |   156M |  44 |1652 |6685 |2122 |4693 |  1 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   3.28%
1808.15/1814.40	c  1814s|135100 |   267 | 16136k| 117.3 |   156M |  44 |1652 |6491 |2122 |4693 |  0 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   3.30%
1809.75/1816.04	c  1816s|135200 |   265 | 16149k| 117.3 |   156M |  44 |1652 |6402 |2122 |4705 |  0 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   3.30%
1811.14/1817.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1811.14/1817.43	c  1817s|135300 |   267 | 16160k| 117.3 |   156M |  44 |1652 |6234 |2123 |4709 |  1 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   3.32%
1812.03/1818.32	c  1818s|135400 |   267 | 16168k| 117.3 |   156M |  44 |1652 |6346 |2123 |4709 |  0 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   3.32%
1812.93/1819.25	c  1819s|135500 |   265 | 16176k| 117.3 |   156M |  44 |1652 |6395 |2122 |4709 |  0 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   3.33%
1814.03/1820.34	c  1820s|135600 |   267 | 16186k| 117.2 |   156M |  44 |1652 |6400 |2122 |4709 |  1 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   3.33%
1814.92/1821.22	c  1821s|135700 |   265 | 16194k| 117.2 |   156M |  44 |1652 |6430 |2122 |4709 |  1 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   3.33%
1815.92/1822.22	c  1822s|135800 |   265 | 16203k| 117.2 |   156M |  44 |1652 |6486 |2122 |4709 |  0 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   3.33%
1816.82/1823.17	c  1823s|135900 |   265 | 16212k| 117.2 |   156M |  44 |1652 |6540 |2122 |4709 |  0 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   3.34%
1818.01/1824.39	c  1824s|136000 |   265 | 16223k| 117.2 |   156M |  44 |1652 |6388 |2122 |4710 |  1 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   3.34%
1819.21/1825.59	c  1826s|136100 |   265 | 16233k| 117.2 |   156M |  44 |1652 |6312 |2122 |4712 |  1 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   3.34%
1820.71/1827.02	c  1827s|136200 |   263 | 16246k| 117.2 |   156M |  44 |1652 |6326 |2121 |4714 |  1 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   3.34%
1822.50/1828.82	c  1829s|136300 |   263 | 16263k| 117.2 |   156M |  44 |1652 |6306 |2122 |4720 |  1 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   3.34%
1823.70/1830.06	c  1830s|136400 |   263 | 16273k| 117.2 |   156M |  44 |1652 |6262 |2125 |4723 |  1 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   3.34%
1824.99/1831.36	c  1831s|136500 |   263 | 16285k| 117.2 |   156M |  44 |1652 |6244 |2125 |4724 |  0 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   3.34%
1826.18/1832.53	c  1833s|136600 |   267 | 16295k| 117.2 |   156M |  44 |1652 |6250 |2126 |4736 |  0 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   3.34%
1827.18/1833.51	c  1834s|136700 |   265 | 16304k| 117.2 |   156M |  44 |1652 |6409 |2126 |4737 |  1 | 110k|  22 | 0.000000e+00 |      --      |    Inf |   3.34%
1828.37/1834.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1828.37/1834.72	c  1835s|136800 |   263 | 16315k| 117.2 |   156M |  44 |1652 |6551 |2127 |4743 |  1 | 110k|  22 | 0.000000e+00 |      --      |    Inf |   3.34%
1829.47/1835.82	c  1836s|136900 |   261 | 16324k| 117.1 |   156M |  44 |1652 |6688 |2126 |4744 |  0 | 110k|  22 | 0.000000e+00 |      --      |    Inf |   3.35%
1830.57/1836.91	c  1837s|137000 |   263 | 16334k| 117.1 |   156M |  44 |1652 |6732 |2126 |4750 |  1 | 110k|  22 | 0.000000e+00 |      --      |    Inf |   3.35%
1831.56/1837.94	c  1838s|137100 |   261 | 16343k| 117.1 |   156M |  44 |1652 |6958 |2126 |4750 |  0 | 110k|  22 | 0.000000e+00 |      --      |    Inf |   3.35%
1832.66/1839.05	c  1839s|137200 |   259 | 16353k| 117.1 |   156M |  44 |1652 |7050 |2125 |4753 |  0 | 110k|  22 | 0.000000e+00 |      --      |    Inf |   3.35%
1834.15/1840.57	c  1841s|137300 |   261 | 16366k| 117.1 |   156M |  44 |1652 |6711 |2123 |4759 |  1 | 110k|  22 | 0.000000e+00 |      --      |    Inf |   3.35%
1835.55/1841.98	c  1842s|137400 |   261 | 16378k| 117.1 |   156M |  44 |1652 |6983 |2123 |4763 |  1 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   3.35%
1837.14/1843.56	c  1844s|137500 |   259 | 16392k| 117.1 |   156M |  44 |1652 |7053 |2122 |4769 |  1 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   3.35%
1838.54/1844.98	c  1845s|137600 |   261 | 16405k| 117.1 |   156M |  44 |1652 |7052 |2123 |4772 |  1 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   3.35%
1840.13/1846.59	c  1847s|137700 |   261 | 16419k| 117.2 |   156M |  44 |1652 |7055 |2123 |4781 |  1 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   3.35%
1841.83/1848.24	c  1848s|137800 |   257 | 16434k| 117.2 |   156M |  44 |1652 |6953 |2121 |4786 |  0 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   3.35%
1843.62/1850.07	c  1850s|137900 |   257 | 16448k| 117.2 |   156M |  44 |1652 |6948 |2125 |4801 |  0 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   3.35%
1845.11/1851.51	c  1852s|138000 |   257 | 16461k| 117.2 |   156M |  44 |1652 |6698 |2125 |4814 |  0 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   3.35%
1846.51/1852.93	c  1853s|138100 |   257 | 16474k| 117.2 |   156M |  44 |1652 |6701 |2125 |4818 |  0 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   3.35%
1848.00/1854.49	c  1854s|138200 |   257 | 16487k| 117.2 |   156M |  44 |1652 |6471 |2125 |4819 |  0 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   3.35%
1849.50/1855.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1849.50/1855.91	c  1856s|138300 |   257 | 16500k| 117.2 |   156M |  44 |1652 |6416 |2125 |4823 |  1 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   3.36%
1850.79/1857.22	c  1857s|138400 |   257 | 16512k| 117.2 |   156M |  44 |1652 |6369 |2125 |4825 |  1 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   3.36%
1852.19/1858.69	c  1859s|138500 |   255 | 16525k| 117.2 |   156M |  44 |1652 |6292 |2125 |4835 |  0 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   3.36%
1853.78/1860.26	c  1860s|138600 |   255 | 16539k| 117.3 |   156M |  44 |1652 |6170 |2125 |4842 |  1 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   3.36%
1855.37/1861.83	c  1862s|138700 |   257 | 16553k| 117.3 |   156M |  44 |1652 |6163 |2125 |4846 |  1 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   3.37%
1856.58/1863.00	c  1863s|138800 |   259 | 16564k| 117.3 |   156M |  44 |1652 |6246 |2126 |4847 |  0 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   3.37%
1857.77/1864.23	c  1864s|138900 |   256 | 16575k| 117.3 |   156M |  44 |1652 |6255 |2125 |4848 |  0 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   3.37%
1859.26/1865.72	c  1866s|139000 |   256 | 16589k| 117.3 |   156M |  44 |1652 |6149 |2122 |4854 |  0 | 112k|  22 | 0.000000e+00 |      --      |    Inf |   3.37%
1860.46/1866.92	c  1867s|139100 |   258 | 16599k| 117.3 |   156M |  44 |1652 |6146 |2125 |4857 |  0 | 112k|  22 | 0.000000e+00 |      --      |    Inf |   3.37%
1861.56/1868.07	c  1868s|139200 |   260 | 16610k| 117.3 |   156M |  44 |1652 |6140 |2125 |4857 |  1 | 112k|  22 | 0.000000e+00 |      --      |    Inf |   3.37%
1862.85/1869.34	c  1869s|139300 |   256 | 16621k| 117.3 |   156M |  44 |1652 |6151 |2121 |4857 |  1 | 112k|  22 | 0.000000e+00 |      --      |    Inf |   3.37%
1864.44/1870.90	c  1871s|139400 |   252 | 16635k| 117.3 |   156M |  44 |1652 |5968 |2122 |4864 |  0 | 112k|  22 | 0.000000e+00 |      --      |    Inf |   3.37%
1865.74/1872.21	c  1872s|139500 |   248 | 16646k| 117.3 |   156M |  44 |1652 |5896 |2121 |4866 |  0 | 112k|  22 | 0.000000e+00 |      --      |    Inf |   3.37%
1867.03/1873.52	c  1874s|139600 |   254 | 16658k| 117.3 |   156M |  44 |1652 |5760 |2122 |4867 |  0 | 112k|  22 | 0.000000e+00 |      --      |    Inf |   3.37%
1867.93/1874.47	c  1874s|139700 |   252 | 16666k| 117.2 |   156M |  44 |1652 |5979 |2123 |4870 |  0 | 112k|  22 | 0.000000e+00 |      --      |    Inf |   3.38%
1869.03/1875.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1869.03/1875.58	c  1876s|139800 |   258 | 16676k| 117.2 |   156M |  44 |1652 |5973 |2123 |4880 |  1 | 112k|  22 | 0.000000e+00 |      --      |    Inf |   3.38%
1869.92/1876.40	c  1876s|139900 |   258 | 16683k| 117.2 |   156M |  44 |1652 |6098 |2123 |4882 |  1 | 112k|  22 | 0.000000e+00 |      --      |    Inf |   3.38%
1871.02/1877.58	c  1878s|140000 |   260 | 16693k| 117.2 |   156M |  44 |1652 |6216 |2123 |4886 |  0 | 112k|  22 | 0.000000e+00 |      --      |    Inf |   3.38%
1872.01/1878.55	c  1879s|140100 |   258 | 16702k| 117.2 |   156M |  44 |1652 |6342 |2123 |4888 |  2 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   3.38%
1873.31/1879.87	c  1880s|140200 |   260 | 16714k| 117.2 |   156M |  44 |1652 |6343 |2122 |4888 |  1 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   3.38%
1874.70/1881.23	c  1881s|140300 |   256 | 16726k| 117.2 |   156M |  44 |1652 |6369 |2123 |4891 |  0 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   3.38%
1876.10/1882.68	c  1883s|140400 |   260 | 16739k| 117.2 |   156M |  44 |1652 |6201 |2123 |4897 |  1 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   3.38%
1877.10/1883.69	c  1884s|140500 |   260 | 16748k| 117.2 |   156M |  44 |1652 |6179 |2123 |4898 |  1 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   3.38%
1878.19/1884.73	c  1885s|140600 |   264 | 16758k| 117.1 |   156M |  44 |1652 |6183 |2123 |4901 |  1 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   3.38%
1879.19/1885.74	c  1886s|140700 |   258 | 16767k| 117.1 |   156M |  44 |1652 |6257 |2122 |4901 |  0 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   3.38%
1880.28/1886.87	c  1887s|140800 |   256 | 16776k| 117.1 |   156M |  44 |1652 |6252 |2123 |4904 |  0 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   3.38%
1881.28/1887.86	c  1888s|140900 |   262 | 16785k| 117.1 |   156M |  44 |1652 |6183 |2122 |4906 |  1 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   3.39%
1882.18/1888.76	c  1889s|141000 |   260 | 16793k| 117.1 |   156M |  44 |1652 |6256 |2122 |4910 |  1 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   3.39%
1883.17/1889.76	c  1890s|141100 |   258 | 16802k| 117.0 |   156M |  44 |1652 |6269 |2122 |4911 |  1 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   3.39%
1884.17/1890.75	c  1891s|141200 |   256 | 16811k| 117.0 |   156M |  44 |1652 |6308 |2123 |4913 |  0 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   3.39%
1885.17/1891.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1885.17/1891.75	c  1892s|141300 |   256 | 16820k| 117.0 |   156M |  44 |1652 |6257 |2124 |4916 |  0 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   3.39%
1886.36/1892.90	c  1893s|141400 |   258 | 16830k| 117.0 |   156M |  44 |1652 |6143 |2122 |4921 |  1 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   3.39%
1887.56/1894.13	c  1894s|141500 |   256 | 16841k| 117.0 |   156M |  44 |1652 |6113 |2123 |4923 |  1 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   3.39%
1888.95/1895.54	c  1896s|141600 |   254 | 16854k| 117.0 |   156M |  44 |1652 |6078 |2121 |4924 |  0 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   3.39%
1890.25/1896.87	c  1897s|141700 |   258 | 16866k| 117.0 |   156M |  44 |1652 |6003 |2123 |4928 |  1 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   3.39%
1891.94/1898.56	c  1899s|141800 |   250 | 16877k| 117.0 |   156M |  44 |1652 |6070 |2122 |4929 |  0 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   3.39%
1893.34/1899.95	c  1900s|141900 |   256 | 16889k| 117.0 |   156M |  44 |1652 |5892 |2122 |4930 |  2 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   3.40%
1894.73/1901.35	c  1901s|142000 |   256 | 16901k| 117.0 |   156M |  44 |1652 |5995 |2121 |4935 |  0 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   3.41%
1896.03/1902.60	c  1903s|142100 |   258 | 16912k| 117.0 |   156M |  44 |1652 |6044 |2123 |4942 |  1 | 114k|  22 | 0.000000e+00 |      --      |    Inf |   3.41%
1897.43/1904.07	c  1904s|142200 |   256 | 16925k| 117.0 |   156M |  44 |1652 |6134 |2121 |4945 |  0 | 114k|  22 | 0.000000e+00 |      --      |    Inf |   3.41%
1898.72/1905.30	c  1905s|142300 |   254 | 16935k| 117.0 |   156M |  44 |1652 |6186 |2121 |4947 |  1 | 114k|  22 | 0.000000e+00 |      --      |    Inf |   3.41%
1900.11/1906.79	c  1907s|142400 |   254 | 16948k| 117.0 |   156M |  44 |1652 |6258 |2122 |4950 |  0 | 114k|  22 | 0.000000e+00 |      --      |    Inf |   3.41%
1901.51/1908.11	c  1908s|142500 |   250 | 16960k| 117.0 |   156M |  44 |1652 |6379 |2121 |4954 |  0 | 114k|  22 | 0.000000e+00 |      --      |    Inf |   3.41%
1902.90/1909.52	c  1910s|142600 |   258 | 16972k| 117.0 |   156M |  44 |1652 |6376 |2121 |4955 |  1 | 114k|  22 | 0.000000e+00 |      --      |    Inf |   3.41%
1904.30/1910.91	c  1911s|142700 |   254 | 16984k| 117.0 |   156M |  44 |1652 |6430 |2121 |4959 |  1 | 114k|  22 | 0.000000e+00 |      --      |    Inf |   3.41%
1905.50/1912.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1905.50/1912.15	c  1912s|142800 |   254 | 16995k| 117.0 |   156M |  44 |1652 |6347 |2123 |4961 |  0 | 114k|  22 | 0.000000e+00 |      --      |    Inf |   3.41%
1906.79/1913.44	c  1913s|142900 |   256 | 17006k| 117.0 |   156M |  44 |1652 |6177 |2123 |4962 |  1 | 114k|  22 | 0.000000e+00 |      --      |    Inf |   3.42%
1908.08/1914.72	c  1915s|143000 |   250 | 17018k| 117.0 |   156M |  44 |1652 |6250 |2121 |4962 |  1 | 115k|  22 | 0.000000e+00 |      --      |    Inf |   3.42%
1909.58/1916.21	c  1916s|143100 |   250 | 17031k| 117.0 |   156M |  44 |1652 |6231 |2123 |4966 |  1 | 115k|  22 | 0.000000e+00 |      --      |    Inf |   3.42%
1910.87/1917.58	c  1918s|143200 |   252 | 17043k| 117.0 |   156M |  44 |1652 |6244 |2123 |4966 |  1 | 115k|  22 | 0.000000e+00 |      --      |    Inf |   3.42%
1912.17/1918.85	c  1919s|143300 |   250 | 17054k| 117.0 |   156M |  44 |1652 |6253 |2123 |4966 |  0 | 115k|  22 | 0.000000e+00 |      --      |    Inf |   3.42%
1913.47/1920.14	c  1920s|143400 |   252 | 17066k| 117.0 |   156M |  44 |1652 |6121 |2121 |4966 |  0 | 115k|  22 | 0.000000e+00 |      --      |    Inf |   3.42%
1914.76/1921.41	c  1921s|143500 |   256 | 17077k| 117.0 |   156M |  44 |1652 |6051 |2121 |4966 |  1 | 115k|  22 | 0.000000e+00 |      --      |    Inf |   3.42%
1916.15/1922.86	c  1923s|143600 |   254 | 17090k| 117.0 |   156M |  44 |1652 |6111 |2121 |4968 |  1 | 115k|  22 | 0.000000e+00 |      --      |    Inf |   3.42%
1917.45/1924.19	c  1924s|143700 |   254 | 17101k| 117.0 |   156M |  44 |1652 |6169 |2122 |4973 |  0 | 115k|  22 | 0.000000e+00 |      --      |    Inf |   3.42%
1918.94/1925.61	c  1926s|143800 |   256 | 17114k| 117.0 |   156M |  44 |1652 |6194 |2121 |4974 |  0 | 115k|  22 | 0.000000e+00 |      --      |    Inf |   3.42%
1920.34/1927.07	c  1927s|143900 |   258 | 17127k| 117.0 |   156M |  44 |1652 |6326 |2121 |4974 |  1 | 115k|  22 | 0.000000e+00 |      --      |    Inf |   3.42%
1922.03/1928.76	c  1929s|144000 |   252 | 17142k| 117.0 |   156M |  44 |1652 |6387 |2123 |4975 |  0 | 115k|  22 | 0.000000e+00 |      --      |    Inf |   3.42%
1923.33/1930.06	c  1930s|144100 |   256 | 17153k| 117.0 |   156M |  44 |1652 |6439 |2122 |4977 |  1 | 115k|  22 | 0.000000e+00 |      --      |    Inf |   3.42%
1924.62/1931.31	c  1931s|144200 |   256 | 17164k| 117.0 |   156M |  44 |1652 |6578 |2122 |4979 |  1 | 115k|  22 | 0.000000e+00 |      --      |    Inf |   3.42%
1926.22/1932.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1926.22/1932.95	c  1933s|144300 |   256 | 17178k| 117.1 |   156M |  44 |1652 |6603 |2123 |4981 |  0 | 115k|  22 | 0.000000e+00 |      --      |    Inf |   3.42%
1927.81/1934.58	c  1935s|144400 |   252 | 17192k| 117.1 |   156M |  44 |1652 |6694 |2123 |4981 |  0 | 116k|  22 | 0.000000e+00 |      --      |    Inf |   3.42%
1929.21/1935.99	c  1936s|144500 |   254 | 17205k| 117.1 |   156M |  44 |1652 |6777 |2121 |4982 |  1 | 116k|  22 | 0.000000e+00 |      --      |    Inf |   3.43%
1930.60/1937.35	c  1937s|144600 |   250 | 17217k| 117.1 |   156M |  44 |1652 |6784 |2122 |4983 |  0 | 116k|  22 | 0.000000e+00 |      --      |    Inf |   3.43%
1931.90/1938.62	c  1939s|144700 |   252 | 17228k| 117.1 |   156M |  44 |1652 |6616 |2128 |4983 |  1 | 116k|  22 | 0.000000e+00 |      --      |    Inf |   3.43%
1933.30/1940.04	c  1940s|144800 |   248 | 17241k| 117.1 |   156M |  44 |1652 |6533 |2121 |4983 |  0 | 116k|  22 | 0.000000e+00 |      --      |    Inf |   3.43%
1934.79/1941.59	c  1942s|144900 |   250 | 17253k| 117.1 |   156M |  44 |1652 |6267 |2121 |4990 |  1 | 116k|  22 | 0.000000e+00 |      --      |    Inf |   3.62%
1936.39/1943.17	c  1943s|145000 |   248 | 17266k| 117.1 |   156M |  44 |1652 |6142 |2121 |5000 |  0 | 116k|  22 | 0.000000e+00 |      --      |    Inf |   3.82%
1937.87/1944.62	c  1945s|145100 |   248 | 17278k| 117.1 |   156M |  44 |1652 |6126 |2126 |5004 |  1 | 116k|  22 | 0.000000e+00 |      --      |    Inf |   4.02%
1939.67/1946.44	c  1946s|145200 |   250 | 17291k| 117.1 |   156M |  44 |1652 |5868 |2126 |5027 |  1 | 116k|  22 | 0.000000e+00 |      --      |    Inf |   4.11%
1942.06/1948.89	c  1949s|145300 |   256 | 17312k| 117.2 |   156M |  44 |1652 |5714 |2125 |5028 |  0 | 116k|  22 | 0.000000e+00 |      --      |    Inf |   4.12%
1943.65/1950.42	c  1950s|145400 |   256 | 17323k| 117.2 |   156M |  44 |1652 |5497 |2120 |5050 |  0 | 116k|  22 | 0.000000e+00 |      --      |    Inf |   4.38%
1944.65/1951.45	c  1951s|145500 |   255 | 17332k| 117.1 |   156M |  44 |1652 |5478 |2127 |5055 |  1 | 116k|  22 | 0.000000e+00 |      --      |    Inf |   4.41%
1945.94/1952.70	c  1953s|145600 |   256 | 17342k| 117.1 |   156M |  44 |1652 |5557 |2123 |5069 |  0 | 117k|  22 | 0.000000e+00 |      --      |    Inf |   4.49%
1946.74/1953.59	c  1954s|145700 |   255 | 17349k| 117.1 |   156M |  44 |1652 |5715 |2123 |5069 |  0 | 117k|  22 | 0.000000e+00 |      --      |    Inf |   4.51%
1947.84/1954.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1947.84/1954.65	c  1955s|145800 |   254 | 17359k| 117.1 |   156M |  44 |1652 |5726 |2124 |5071 |  0 | 117k|  22 | 0.000000e+00 |      --      |    Inf |   4.54%
1948.83/1955.63	c  1956s|145900 |   252 | 17367k| 117.1 |   156M |  44 |1652 |5862 |2123 |5071 |  0 | 117k|  22 | 0.000000e+00 |      --      |    Inf |   4.56%
1950.23/1957.05	c  1957s|146000 |   254 | 17379k| 117.1 |   156M |  44 |1652 |5723 |2122 |5077 |  0 | 117k|  22 | 0.000000e+00 |      --      |    Inf |   4.57%
1951.43/1958.22	c  1958s|146100 |   254 | 17389k| 117.1 |   156M |  44 |1652 |5717 |2123 |5080 |  1 | 117k|  22 | 0.000000e+00 |      --      |    Inf |   4.59%
1953.12/1959.93	c  1960s|146200 |   258 | 17403k| 117.1 |   156M |  44 |1652 |5540 |2122 |5082 |  1 | 117k|  22 | 0.000000e+00 |      --      |    Inf |   4.61%
1954.51/1961.38	c  1961s|146300 |   258 | 17416k| 117.1 |   156M |  44 |1652 |5432 |2122 |5083 |  1 | 117k|  22 | 0.000000e+00 |      --      |    Inf |   4.61%
1955.91/1962.76	c  1963s|146400 |   258 | 17428k| 117.1 |   156M |  44 |1652 |5363 |2122 |5083 |  0 | 117k|  22 | 0.000000e+00 |      --      |    Inf |   4.62%
1957.31/1964.18	c  1964s|146500 |   256 | 17440k| 117.1 |   156M |  44 |1652 |5381 |2122 |5086 |  1 | 117k|  22 | 0.000000e+00 |      --      |    Inf |   4.62%
1958.70/1965.53	c  1966s|146600 |   256 | 17451k| 117.1 |   156M |  44 |1652 |5524 |2123 |5090 |  1 | 118k|  22 | 0.000000e+00 |      --      |    Inf |   4.63%
1960.39/1967.29	c  1967s|146700 |   261 | 17464k| 117.1 |   156M |  44 |1652 |5572 |2126 |5109 |  0 | 118k|  22 | 0.000000e+00 |      --      |    Inf |   4.63%
1962.49/1969.32	c  1969s|146800 |   259 | 17480k| 117.1 |   156M |  44 |1652 |5652 |2123 |5129 |  0 | 118k|  22 | 0.000000e+00 |      --      |    Inf |   4.63%
1964.48/1971.33	c  1971s|146900 |   259 | 17494k| 117.1 |   156M |  44 |1652 |5727 |2123 |5151 |  1 | 118k|  22 | 0.000000e+00 |      --      |    Inf |   4.63%
1966.28/1973.12	c  1973s|147000 |   265 | 17508k| 117.1 |   156M |  44 |1652 |5424 |2122 |5168 |  0 | 118k|  22 | 0.000000e+00 |      --      |    Inf |   5.41%
1967.37/1974.26	c  1974s|147100 |   265 | 17518k| 117.1 |   156M |  44 |1652 |5477 |2122 |5168 |  1 | 118k|  22 | 0.000000e+00 |      --      |    Inf |   5.41%
1968.56/1975.47	c  1975s|147200 |   263 | 17529k| 117.1 |   156M |  44 |1652 |5539 |2122 |5168 |  0 | 118k|  22 | 0.000000e+00 |      --      |    Inf |   5.41%
1969.96/1976.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1969.96/1976.89	c  1977s|147300 |   261 | 17541k| 117.1 |   156M |  44 |1652 |5603 |2121 |5168 |  0 | 118k|  22 | 0.000000e+00 |      --      |    Inf |   5.41%
1971.65/1978.59	c  1979s|147400 |   259 | 17554k| 117.1 |   156M |  44 |1652 |5504 |2121 |5179 |  0 | 118k|  22 | 0.000000e+00 |      --      |    Inf |   5.42%
1973.05/1979.93	c  1980s|147500 |   261 | 17566k| 117.1 |   156M |  44 |1652 |5512 |2121 |5179 |  0 | 118k|  22 | 0.000000e+00 |      --      |    Inf |   5.42%
1974.34/1981.22	c  1981s|147600 |   263 | 17577k| 117.1 |   156M |  44 |1652 |5399 |2123 |5182 |  0 | 118k|  22 | 0.000000e+00 |      --      |    Inf |   5.42%
1975.34/1982.27	c  1982s|147700 |   263 | 17586k| 117.1 |   156M |  44 |1652 |5388 |2120 |5182 |  0 | 118k|  22 | 0.000000e+00 |      --      |    Inf |   5.43%
1976.63/1983.52	c  1984s|147800 |   267 | 17597k| 117.1 |   156M |  44 |1652 |5369 |2121 |5183 |  0 | 118k|  22 | 0.000000e+00 |      --      |    Inf |   5.43%
1977.73/1984.62	c  1985s|147900 |   267 | 17607k| 117.1 |   156M |  44 |1652 |5448 |2120 |5189 |  1 | 118k|  22 | 0.000000e+00 |      --      |    Inf |   5.44%
1979.03/1985.91	c  1986s|148000 |   265 | 17618k| 117.1 |   156M |  44 |1652 |5559 |2120 |5195 |  0 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   5.44%
1980.13/1987.07	c  1987s|148100 |   267 | 17629k| 117.1 |   156M |  44 |1652 |5617 |2120 |5198 |  0 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   5.44%
1981.52/1988.45	c  1988s|148200 |   265 | 17641k| 117.1 |   156M |  44 |1652 |5636 |2122 |5199 |  1 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   5.44%
1982.91/1989.88	c  1990s|148300 |   265 | 17653k| 117.1 |   156M |  44 |1652 |5502 |2122 |5200 |  0 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   5.44%
1984.31/1991.27	c  1991s|148400 |   265 | 17666k| 117.1 |   156M |  44 |1652 |5538 |2122 |5201 |  0 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   5.45%
1985.70/1992.68	c  1993s|148500 |   265 | 17678k| 117.1 |   156M |  44 |1652 |5574 |2122 |5201 |  1 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   5.45%
1987.20/1994.14	c  1994s|148600 |   263 | 17691k| 117.1 |   156M |  44 |1652 |5574 |2123 |5204 |  0 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   5.45%
1988.89/1995.81	c  1996s|148700 |   261 | 17706k| 117.1 |   156M |  44 |1652 |5582 |2123 |5208 |  0 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   5.45%
1989.99/1996.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1989.99/1996.92	c  1997s|148800 |   265 | 17716k| 117.1 |   156M |  44 |1652 |5626 |2122 |5209 |  1 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   5.45%
1991.28/1998.25	c  1998s|148900 |   263 | 17727k| 117.1 |   156M |  44 |1652 |5588 |2121 |5209 |  0 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   5.45%
1992.48/1999.43	c  1999s|149000 |   263 | 17738k| 117.1 |   156M |  44 |1652 |5617 |2119 |5212 |  1 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   5.46%
1993.67/2000.69	c  2001s|149100 |   259 | 17749k| 117.1 |   156M |  44 |1652 |5614 |2119 |5213 |  0 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   5.48%
1995.37/2002.37	c  2002s|149200 |   263 | 17763k| 117.1 |   156M |  44 |1652 |5479 |2123 |5218 |  1 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   5.49%
1996.76/2003.72	c  2004s|149300 |   265 | 17775k| 117.1 |   156M |  44 |1652 |5380 |2121 |5219 |  1 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   5.49%
1998.75/2005.70	c  2006s|149400 |   269 | 17792k| 117.2 |   156M |  44 |1652 |5177 |2121 |5227 |  1 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   5.49%
2000.25/2007.21	c  2007s|149500 |   267 | 17805k| 117.2 |   156M |  44 |1652 |5186 |2121 |5232 |  1 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   5.49%
2001.44/2008.42	c  2008s|149600 |   269 | 17815k| 117.2 |   156M |  44 |1652 |5225 |2122 |5233 |  1 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   5.50%
2002.34/2009.33	c  2009s|149700 |   265 | 17824k| 117.1 |   156M |  44 |1652 |5316 |2122 |5233 |  0 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   5.50%
2003.64/2010.69	c  2011s|149800 |   265 | 17835k| 117.1 |   156M |  44 |1652 |5252 |2121 |5236 |  1 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   5.51%
2005.33/2012.32	c  2012s|149900 |   267 | 17850k| 117.2 |   156M |  44 |1652 |5268 |2122 |5240 |  1 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   5.51%
2006.63/2013.66	c  2014s|150000 |   269 | 17862k| 117.2 |   156M |  44 |1652 |5168 |2124 |5241 |  1 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   5.51%
2008.03/2015.08	c  2015s|150100 |   273 | 17874k| 117.2 |   156M |  44 |1652 |5165 |2125 |5243 |  1 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   5.51%
2009.52/2016.56	c  2017s|150200 |   271 | 17888k| 117.2 |   156M |  44 |1652 |5206 |2125 |5245 |  1 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   5.51%
2010.91/2017.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2010.91/2017.98	c  2018s|150300 |   269 | 17901k| 117.2 |   156M |  44 |1652 |5219 |2125 |5247 |  1 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   5.51%
2012.21/2019.22	c  2019s|150400 |   269 | 17912k| 117.2 |   156M |  44 |1652 |5317 |2125 |5248 |  1 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   5.51%
2013.60/2020.63	c  2021s|150500 |   265 | 17925k| 117.2 |   156M |  44 |1652 |5332 |2122 |5248 |  0 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   5.51%
2015.10/2022.19	c  2022s|150600 |   267 | 17939k| 117.2 |   156M |  44 |1652 |5388 |2125 |5251 |  0 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   5.51%
2016.69/2023.73	c  2024s|150700 |   265 | 17953k| 117.2 |   156M |  44 |1652 |5414 |2123 |5255 |  1 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   5.51%
2017.89/2024.95	c  2025s|150800 |   269 | 17963k| 117.2 |   156M |  44 |1652 |5512 |2121 |5258 |  1 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   5.51%
2018.88/2025.95	c  2026s|150900 |   267 | 17972k| 117.2 |   156M |  44 |1652 |5595 |2125 |5258 |  1 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   5.51%
2019.78/2026.88	c  2027s|151000 |   265 | 17980k| 117.2 |   156M |  44 |1652 |5576 |2121 |5258 |  1 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   5.51%
2020.77/2027.80	c  2028s|151100 |   267 | 17988k| 117.1 |   156M |  44 |1652 |5644 |2121 |5258 |  1 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   5.51%
2021.67/2028.71	c  2029s|151200 |   267 | 17996k| 117.1 |   156M |  44 |1652 |5863 |2121 |5259 |  0 | 121k|  22 | 0.000000e+00 |      --      |    Inf |   5.51%
2022.57/2029.69	c  2030s|151300 |   262 | 18005k| 117.1 |   156M |  44 |1652 |6027 |2123 |5259 |  0 | 121k|  22 | 0.000000e+00 |      --      |    Inf |   5.51%
2024.07/2031.13	c  2031s|151400 |   264 | 18017k| 117.1 |   156M |  44 |1652 |6185 |2121 |5259 |  1 | 121k|  22 | 0.000000e+00 |      --      |    Inf |   5.51%
2025.46/2032.54	c  2033s|151500 |   262 | 18030k| 117.1 |   156M |  44 |1652 |6215 |2122 |5260 |  0 | 121k|  22 | 0.000000e+00 |      --      |    Inf |   5.51%
2026.75/2033.85	c  2034s|151600 |   266 | 18041k| 117.1 |   156M |  44 |1652 |6211 |2122 |5261 |  0 | 121k|  22 | 0.000000e+00 |      --      |    Inf |   5.52%
2027.95/2035.01	c  2035s|151700 |   264 | 18051k| 117.1 |   156M |  44 |1652 |6272 |2123 |5261 |  0 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   5.52%
2029.05/2036.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2029.05/2036.13	c  2036s|151800 |   268 | 18062k| 117.1 |   156M |  44 |1652 |6352 |2122 |5261 |  0 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   5.52%
2030.14/2037.23	c  2037s|151900 |   266 | 18072k| 117.1 |   156M |  44 |1652 |6420 |2122 |5261 |  0 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   5.52%
2031.44/2038.57	c  2039s|152000 |   264 | 18084k| 117.1 |   156M |  44 |1652 |6415 |2122 |5261 |  0 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   5.52%
2032.73/2039.89	c  2040s|152100 |   269 | 18096k| 117.1 |   156M |  44 |1652 |6415 |2122 |5262 |  0 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   5.52%
2034.13/2041.22	c  2041s|152200 |   269 | 18107k| 117.1 |   156M |  44 |1652 |6477 |2122 |5264 |  0 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   5.52%
2035.52/2042.62	c  2043s|152300 |   267 | 18119k| 117.1 |   156M |  44 |1652 |6491 |2122 |5265 |  1 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   5.52%
2036.72/2043.82	c  2044s|152400 |   267 | 18130k| 117.1 |   156M |  44 |1652 |6535 |2122 |5267 |  1 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   5.52%
2038.02/2045.15	c  2045s|152500 |   263 | 18141k| 117.1 |   156M |  44 |1652 |6602 |2122 |5267 |  1 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   5.53%
2039.51/2046.62	c  2047s|152600 |   261 | 18154k| 117.1 |   156M |  44 |1652 |6637 |2123 |5268 |  0 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   5.53%
2040.70/2047.81	c  2048s|152700 |   259 | 18165k| 117.1 |   156M |  44 |1652 |6473 |2122 |5268 |  0 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   5.53%
2042.10/2049.28	c  2049s|152800 |   263 | 18177k| 117.1 |   156M |  44 |1652 |6057 |2120 |5272 |  0 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   5.68%
2044.09/2051.23	c  2051s|152900 |   267 | 18190k| 117.1 |   156M |  44 |1652 |5695 |2122 |5292 |  0 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   5.97%
2045.99/2053.12	c  2053s|153000 |   269 | 18205k| 117.1 |   156M |  44 |1652 |5647 |2124 |5307 |  1 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   6.13%
2047.28/2054.48	c  2054s|153100 |   269 | 18217k| 117.1 |   156M |  44 |1652 |5662 |2125 |5307 |  1 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   6.20%
2048.77/2055.90	c  2056s|153200 |   267 | 18230k| 117.1 |   156M |  44 |1652 |5546 |2125 |5307 |  1 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   6.22%
2050.27/2057.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2050.27/2057.41	c  2057s|153300 |   265 | 18243k| 117.1 |   156M |  44 |1652 |5484 |2124 |5307 |  0 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   6.23%
2051.66/2058.88	c  2059s|153400 |   265 | 18256k| 117.1 |   156M |  44 |1652 |5521 |2122 |5307 |  0 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   6.25%
2052.86/2060.04	c  2060s|153500 |   267 | 18266k| 117.1 |   156M |  44 |1652 |5567 |2122 |5307 |  1 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   6.25%
2054.15/2061.37	c  2061s|153600 |   263 | 18278k| 117.1 |   156M |  44 |1652 |5475 |2119 |5307 |  0 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   6.27%
2055.55/2062.71	c  2063s|153700 |   263 | 18289k| 117.1 |   156M |  44 |1652 |5497 |2119 |5308 |  1 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   6.28%
2057.24/2064.47	c  2064s|153800 |   257 | 18304k| 117.1 |   156M |  44 |1652 |5253 |2121 |5315 |  0 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   6.30%
2058.34/2065.55	c  2066s|153900 |   261 | 18313k| 117.1 |   156M |  44 |1652 |5182 |2121 |5319 |  1 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   6.35%
2059.34/2066.58	c  2067s|154000 |   257 | 18322k| 117.1 |   156M |  44 |1652 |5261 |2122 |5326 |  0 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   6.35%
2060.43/2067.64	c  2068s|154100 |   257 | 18332k| 117.1 |   156M |  44 |1652 |5344 |2121 |5333 |  1 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   6.35%
2061.73/2068.98	c  2069s|154200 |   257 | 18344k| 117.1 |   156M |  44 |1652 |5239 |2122 |5335 |  1 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   6.37%
2063.12/2070.39	c  2070s|154300 |   255 | 18357k| 117.1 |   156M |  44 |1652 |5183 |2121 |5337 |  0 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   6.38%
2064.52/2071.76	c  2072s|154400 |   253 | 18369k| 117.1 |   156M |  44 |1652 |5162 |2125 |5337 |  1 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   6.38%
2065.61/2072.86	c  2073s|154500 |   253 | 18379k| 117.1 |   156M |  44 |1652 |5161 |2125 |5337 |  0 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   6.38%
2067.01/2074.29	c  2074s|154600 |   249 | 18391k| 117.1 |   156M |  44 |1652 |5229 |2121 |5338 |  1 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   6.38%
2068.70/2075.99	c  2076s|154700 |   253 | 18405k| 117.1 |   156M |  44 |1652 |5146 |2119 |5341 |  1 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   6.44%
2070.00/2077.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2070.00/2077.23	c  2077s|154800 |   253 | 18416k| 117.1 |   156M |  44 |1652 |5173 |2121 |5347 |  0 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   6.49%
2070.90/2078.11	c  2078s|154900 |   255 | 18423k| 117.1 |   156M |  44 |1652 |5278 |2121 |5349 |  1 | 124k|  22 | 0.000000e+00 |      --      |    Inf |   6.50%
2071.79/2079.08	c  2079s|155000 |   252 | 18432k| 117.1 |   156M |  44 |1652 |5346 |2120 |5350 |  1 | 124k|  22 | 0.000000e+00 |      --      |    Inf |   6.54%
2072.79/2080.09	c  2080s|155100 |   252 | 18441k| 117.0 |   156M |  44 |1652 |5453 |2120 |5351 |  0 | 124k|  22 | 0.000000e+00 |      --      |    Inf |   6.55%
2073.89/2081.11	c  2081s|155200 |   252 | 18450k| 117.0 |   156M |  44 |1652 |5584 |2121 |5355 |  0 | 124k|  22 | 0.000000e+00 |      --      |    Inf |   6.56%
2074.88/2082.15	c  2082s|155300 |   250 | 18459k| 117.0 |   156M |  44 |1652 |5630 |2120 |5358 |  1 | 124k|  22 | 0.000000e+00 |      --      |    Inf |   6.56%
2076.27/2083.59	c  2084s|155400 |   256 | 18471k| 117.0 |   157M |  44 |1652 |5689 |2122 |5363 |  1 | 124k|  22 | 0.000000e+00 |      --      |    Inf |   6.59%
2077.37/2084.64	c  2085s|155500 |   252 | 18480k| 117.0 |   157M |  44 |1652 |5774 |2122 |5363 |  0 | 124k|  22 | 0.000000e+00 |      --      |    Inf |   6.60%
2078.66/2085.93	c  2086s|155600 |   258 | 18490k| 117.0 |   157M |  44 |1652 |5821 |2120 |5368 |  1 | 124k|  22 | 0.000000e+00 |      --      |    Inf |   6.63%
2079.46/2086.76	c  2087s|155700 |   256 | 18498k| 117.0 |   157M |  44 |1652 |6003 |2120 |5368 |  1 | 124k|  22 | 0.000000e+00 |      --      |    Inf |   6.64%
2080.46/2087.79	c  2088s|155800 |   256 | 18507k| 116.9 |   157M |  44 |1652 |6052 |2120 |5368 |  1 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   6.66%
2081.45/2088.72	c  2089s|155900 |   256 | 18515k| 116.9 |   157M |  44 |1652 |6123 |2120 |5368 |  0 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   6.67%
2082.45/2089.70	c  2090s|156000 |   256 | 18524k| 116.9 |   157M |  44 |1652 |6147 |2120 |5368 |  1 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   6.68%
2083.55/2090.82	c  2091s|156100 |   254 | 18534k| 116.9 |   157M |  44 |1652 |6222 |2120 |5368 |  0 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   6.68%
2084.54/2091.89	c  2092s|156200 |   252 | 18544k| 116.9 |   157M |  44 |1652 |6279 |2122 |5368 |  0 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   6.69%
2085.94/2093.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2085.94/2093.22	c  2093s|156300 |   252 | 18556k| 116.9 |   157M |  44 |1652 |6393 |2120 |5368 |  0 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   6.70%
2087.23/2094.58	c  2095s|156400 |   252 | 18568k| 116.9 |   157M |  44 |1652 |6468 |2120 |5370 |  0 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   6.71%
2088.53/2095.89	c  2096s|156500 |   252 | 18580k| 116.9 |   157M |  44 |1652 |6477 |2122 |5372 |  1 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   6.72%
2089.62/2096.99	c  2097s|156600 |   250 | 18590k| 116.9 |   157M |  44 |1652 |6494 |2120 |5372 |  0 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   6.73%
2091.02/2098.33	c  2098s|156700 |   254 | 18602k| 116.9 |   157M |  44 |1652 |6503 |2120 |5373 |  1 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   6.74%
2092.22/2099.57	c  2100s|156800 |   250 | 18614k| 116.9 |   157M |  44 |1652 |6564 |2122 |5373 |  0 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   6.74%
2093.21/2100.57	c  2101s|156900 |   252 | 18623k| 116.9 |   157M |  44 |1652 |6564 |2122 |5373 |  1 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   6.75%
2094.51/2101.87	c  2102s|157000 |   252 | 18635k| 116.9 |   157M |  44 |1652 |6644 |2122 |5373 |  0 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   6.75%
2095.71/2103.06	c  2103s|157100 |   252 | 18645k| 116.9 |   157M |  44 |1652 |6697 |2122 |5373 |  1 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   6.76%
2097.20/2104.58	c  2105s|157200 |   254 | 18659k| 116.9 |   157M |  44 |1652 |6723 |2122 |5373 |  1 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   6.76%
2098.89/2106.24	c  2106s|157300 |   250 | 18675k| 116.9 |   157M |  44 |1652 |6747 |2122 |5373 |  0 | 126k|  22 | 0.000000e+00 |      --      |    Inf |   6.76%
2100.49/2107.84	c  2108s|157400 |   250 | 18689k| 116.9 |   157M |  44 |1652 |6785 |2122 |5373 |  1 | 126k|  22 | 0.000000e+00 |      --      |    Inf |   6.76%
2102.08/2109.46	c  2109s|157500 |   250 | 18703k| 116.9 |   157M |  44 |1652 |6834 |2122 |5373 |  1 | 126k|  22 | 0.000000e+00 |      --      |    Inf |   6.77%
2103.38/2110.78	c  2111s|157600 |   254 | 18715k| 116.9 |   157M |  44 |1652 |6741 |2122 |5373 |  1 | 126k|  22 | 0.000000e+00 |      --      |    Inf |   6.77%
2104.97/2112.30	c  2112s|157700 |   248 | 18729k| 116.9 |   157M |  44 |1652 |6691 |2121 |5375 |  0 | 126k|  22 | 0.000000e+00 |      --      |    Inf |   6.77%
2106.46/2113.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2106.46/2113.84	c  2114s|157800 |   254 | 18741k| 116.9 |   157M |  44 |1652 |6214 |2123 |5379 |  1 | 126k|  22 | 0.000000e+00 |      --      |    Inf |   6.82%
2107.96/2115.33	c  2115s|157900 |   258 | 18753k| 116.9 |   157M |  44 |1652 |6148 |2120 |5384 |  1 | 126k|  22 | 0.000000e+00 |      --      |    Inf |   6.87%
2109.05/2116.42	c  2116s|158000 |   256 | 18762k| 116.9 |   157M |  44 |1652 |6126 |2122 |5386 |  1 | 126k|  22 | 0.000000e+00 |      --      |    Inf |   6.94%
2110.35/2117.73	c  2118s|158100 |   254 | 18774k| 116.9 |   157M |  44 |1652 |6132 |2121 |5388 |  0 | 126k|  22 | 0.000000e+00 |      --      |    Inf |   6.94%
2111.94/2119.33	c  2119s|158200 |   260 | 18787k| 116.9 |   157M |  44 |1652 |5818 |2123 |5403 |  1 | 126k|  22 | 0.000000e+00 |      --      |    Inf |   7.16%
2112.84/2120.27	c  2120s|158300 |   264 | 18795k| 116.9 |   157M |  44 |1652 |5940 |2123 |5404 |  1 | 126k|  22 | 0.000000e+00 |      --      |    Inf |   7.21%
2113.94/2121.35	c  2121s|158400 |   260 | 18805k| 116.9 |   157M |  44 |1652 |6114 |2119 |5408 |  0 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   7.33%
2115.33/2122.79	c  2123s|158500 |   260 | 18817k| 116.9 |   157M |  44 |1652 |6121 |2119 |5418 |  0 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   7.38%
2116.93/2124.35	c  2124s|158600 |   260 | 18830k| 116.9 |   157M |  44 |1652 |6049 |2123 |5428 |  0 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   7.44%
2118.32/2125.76	c  2126s|158700 |   260 | 18843k| 116.9 |   157M |  44 |1652 |6051 |2122 |5432 |  0 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   7.49%
2119.91/2127.39	c  2127s|158800 |   262 | 18856k| 116.9 |   158M |  44 |1652 |6076 |2125 |5451 |  1 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   7.62%
2121.31/2128.76	c  2129s|158900 |   256 | 18868k| 116.9 |   158M |  44 |1652 |6098 |2121 |5453 |  0 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   7.69%
2122.80/2130.27	c  2130s|159000 |   258 | 18882k| 116.9 |   158M |  44 |1652 |6044 |2123 |5466 |  1 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   7.74%
2124.10/2131.57	c  2132s|159100 |   254 | 18894k| 117.0 |   158M |  44 |1652 |6137 |2123 |5466 |  0 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   7.74%
2125.70/2133.15	c  2133s|159200 |   252 | 18908k| 117.0 |   158M |  44 |1652 |6167 |2122 |5486 |  0 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   7.75%
2127.29/2134.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2127.29/2134.74	c  2135s|159300 |   262 | 18921k| 117.0 |   158M |  44 |1652 |5788 |2121 |5495 |  0 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   7.79%
2128.48/2135.93	c  2136s|159400 |   260 | 18931k| 117.0 |   158M |  44 |1652 |5803 |2121 |5501 |  1 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   7.93%
2129.78/2137.20	c  2137s|159500 |   260 | 18941k| 117.0 |   158M |  44 |1652 |5855 |2121 |5512 |  1 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   8.12%
2130.78/2138.29	c  2138s|159600 |   254 | 18950k| 116.9 |   158M |  44 |1652 |5840 |2121 |5513 |  1 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   8.14%
2133.07/2140.54	c  2141s|159700 |   258 | 18968k| 117.0 |   158M |  44 |1652 |5940 |2123 |5528 |  0 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   8.14%
2134.57/2142.02	c  2142s|159800 |   256 | 18982k| 117.0 |   158M |  44 |1652 |5902 |2124 |5530 |  2 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   8.17%
2136.46/2143.99	c  2144s|159900 |   254 | 18995k| 117.0 |   158M |  44 |1652 |5793 |2128 |5558 |  0 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   8.17%
2137.56/2145.10	c  2145s|160000 |   260 | 19005k| 117.0 |   158M |  44 |1652 |5746 |2127 |5567 |  1 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   8.20%
2138.45/2145.98	c  2146s|160100 |   254 | 19012k| 117.0 |   158M |  44 |1652 |5808 |2126 |5576 |  1 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   8.21%
2139.84/2147.35	c  2147s|160200 |   250 | 19025k| 117.0 |   158M |  44 |1652 |5751 |2121 |5581 |  1 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   8.21%
2141.04/2148.57	c  2149s|160300 |   250 | 19035k| 117.0 |   158M |  44 |1652 |5719 |2123 |5583 |  0 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   8.22%
2142.23/2149.75	c  2150s|160400 |   250 | 19045k| 116.9 |   158M |  44 |1652 |5712 |2123 |5587 |  0 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   8.22%
2144.73/2152.28	c  2152s|160500 |   260 | 19063k| 117.0 |   158M |  44 |1652 |5357 |2123 |5624 |  0 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   8.39%
2145.92/2153.42	c  2153s|160600 |   260 | 19073k| 117.0 |   158M |  44 |1652 |5386 |2124 |5630 |  0 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   8.43%
2147.62/2155.12	c  2155s|160700 |   262 | 19087k| 117.0 |   158M |  44 |1652 |5413 |2123 |5654 |  0 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   8.44%
2149.21/2156.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2149.21/2156.71	c  2157s|160800 |   262 | 19100k| 117.0 |   158M |  44 |1652 |5370 |2127 |5669 |  0 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   8.55%
2150.40/2157.99	c  2158s|160900 |   260 | 19112k| 117.0 |   158M |  44 |1652 |5419 |2123 |5670 |  1 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   8.56%
2151.70/2159.25	c  2159s|161000 |   266 | 19123k| 117.0 |   158M |  44 |1652 |5494 |2125 |5676 |  1 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   8.57%
2152.80/2160.31	c  2160s|161100 |   260 | 19132k| 117.0 |   158M |  44 |1652 |5557 |2126 |5686 |  2 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   8.58%
2154.09/2161.63	c  2162s|161200 |   260 | 19144k| 117.0 |   158M |  44 |1652 |5565 |2124 |5692 |  0 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   8.58%
2155.69/2163.22	c  2163s|161300 |   256 | 19158k| 117.0 |   158M |  44 |1652 |5606 |2121 |5709 |  1 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   8.59%
2156.98/2164.52	c  2165s|161400 |   256 | 19170k| 117.0 |   158M |  44 |1652 |5545 |2125 |5709 |  0 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   8.60%
2158.38/2165.95	c  2166s|161500 |   266 | 19181k| 117.0 |   158M |  44 |1652 |5427 |2123 |5718 |  0 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   8.60%
2159.77/2167.37	c  2167s|161600 |   268 | 19192k| 117.0 |   158M |  44 |1652 |5333 |2125 |5739 |  0 | 129k|  22 | 0.000000e+00 |      --      |    Inf |   8.64%
2160.97/2168.56	c  2169s|161700 |   274 | 19201k| 117.0 |   158M |  44 |1652 |5323 |2123 |5747 |  0 | 129k|  22 | 0.000000e+00 |      --      |    Inf |   8.70%
2161.76/2169.32	c  2169s|161800 |   273 | 19208k| 116.9 |   158M |  44 |1652 |5491 |2123 |5748 |  1 | 129k|  22 | 0.000000e+00 |      --      |    Inf |   8.71%
2162.76/2170.35	c  2170s|161900 |   277 | 19217k| 116.9 |   158M |  44 |1652 |5484 |2123 |5752 |  1 | 129k|  22 | 0.000000e+00 |      --      |    Inf |   8.73%
2163.76/2171.38	c  2171s|162000 |   277 | 19227k| 116.9 |   158M |  44 |1652 |5578 |2123 |5753 |  1 | 129k|  22 | 0.000000e+00 |      --      |    Inf |   8.75%
2164.65/2172.26	c  2172s|162100 |   277 | 19234k| 116.9 |   158M |  44 |1652 |5707 |2126 |5763 |  2 | 129k|  22 | 0.000000e+00 |      --      |    Inf |   8.75%
2165.45/2173.08	c  2173s|162200 |   273 | 19241k| 116.9 |   158M |  44 |1652 |5849 |2123 |5770 |  0 | 129k|  22 | 0.000000e+00 |      --      |    Inf |   8.76%
2166.45/2174.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2166.45/2174.01	c  2174s|162300 |   273 | 19249k| 116.8 |   158M |  44 |1652 |5947 |2123 |5778 |  1 | 129k|  22 | 0.000000e+00 |      --      |    Inf |   8.77%
2167.45/2175.06	c  2175s|162400 |   271 | 19259k| 116.8 |   158M |  44 |1652 |6042 |2124 |5784 |  0 | 130k|  22 | 0.000000e+00 |      --      |    Inf |   8.78%
2168.64/2176.24	c  2176s|162500 |   269 | 19269k| 116.8 |   158M |  44 |1652 |6151 |2124 |5788 |  0 | 130k|  22 | 0.000000e+00 |      --      |    Inf |   8.79%
2170.13/2177.70	c  2178s|162600 |   277 | 19280k| 116.8 |   158M |  44 |1652 |6076 |2123 |5817 |  0 | 130k|  22 | 0.000000e+00 |      --      |    Inf |   8.80%
2171.03/2178.68	c  2179s|162700 |   277 | 19289k| 116.8 |   158M |  44 |1652 |6094 |2124 |5821 |  2 | 130k|  22 | 0.000000e+00 |      --      |    Inf |   8.82%
2171.83/2179.49	c  2179s|162800 |   275 | 19295k| 116.8 |   158M |  44 |1652 |6249 |2124 |5831 |  0 | 130k|  22 | 0.000000e+00 |      --      |    Inf |   8.82%
2172.92/2180.57	c  2181s|162900 |   273 | 19305k| 116.7 |   158M |  44 |1652 |6265 |2123 |5840 |  1 | 130k|  22 | 0.000000e+00 |      --      |    Inf |   8.88%
2173.72/2181.36	c  2181s|163000 |   275 | 19312k| 116.7 |   158M |  44 |1652 |6330 |2129 |5847 |  0 | 130k|  22 | 0.000000e+00 |      --      |    Inf |   8.88%
2174.71/2182.30	c  2182s|163100 |   272 | 19320k| 116.7 |   158M |  44 |1652 |6449 |2128 |5854 |  0 | 130k|  22 | 0.000000e+00 |      --      |    Inf |   8.88%
2175.81/2183.40	c  2183s|163200 |   274 | 19329k| 116.7 |   158M |  44 |1652 |6658 |2129 |5866 |  0 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   8.88%
2176.71/2184.36	c  2184s|163300 |   270 | 19337k| 116.7 |   158M |  44 |1652 |6794 |2127 |5872 |  0 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   8.89%
2177.60/2185.25	c  2185s|163400 |   274 | 19345k| 116.6 |   158M |  44 |1652 |6980 |2128 |5873 |  0 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   8.89%
2178.41/2186.09	c  2186s|163500 |   271 | 19352k| 116.6 |   158M |  44 |1652 |7151 |2128 |5878 |  0 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   8.89%
2179.40/2187.02	c  2187s|163600 |   271 | 19361k| 116.6 |   158M |  44 |1652 |7232 |2124 |5878 |  0 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   8.90%
2180.19/2187.89	c  2188s|163700 |   272 | 19368k| 116.6 |   158M |  44 |1652 |7256 |2124 |5883 |  0 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   8.90%
2181.19/2188.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2181.19/2188.80	c  2189s|163800 |   276 | 19376k| 116.5 |   158M |  44 |1652 |7282 |2123 |5884 |  0 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   8.91%
2181.99/2189.61	c  2190s|163900 |   276 | 19383k| 116.5 |   158M |  44 |1652 |7422 |2123 |5889 |  0 | 132k|  22 | 0.000000e+00 |      --      |    Inf |   8.91%
2182.68/2190.38	c  2190s|164000 |   276 | 19390k| 116.5 |   158M |  44 |1652 |7632 |2124 |5892 |  0 | 132k|  22 | 0.000000e+00 |      --      |    Inf |   8.91%
2183.58/2191.21	c  2191s|164100 |   278 | 19397k| 116.5 |   159M |  44 |1652 |7676 |2123 |5895 |  1 | 132k|  22 | 0.000000e+00 |      --      |    Inf |   8.91%
2184.48/2192.16	c  2192s|164200 |   274 | 19406k| 116.4 |   159M |  44 |1652 |7730 |2124 |5898 |  1 | 132k|  22 | 0.000000e+00 |      --      |    Inf |   8.91%
2185.27/2192.99	c  2193s|164300 |   273 | 19413k| 116.4 |   159M |  44 |1652 |7905 |2124 |5901 |  0 | 132k|  22 | 0.000000e+00 |      --      |    Inf |   8.91%
2186.38/2194.01	c  2194s|164400 |   269 | 19422k| 116.4 |   159M |  44 |1652 |7934 |2123 |5904 |  0 | 132k|  22 | 0.000000e+00 |      --      |    Inf |   8.91%
2187.17/2194.89	c  2195s|164500 |   281 | 19429k| 116.4 |   159M |  44 |1652 |7697 |2127 |5905 |  1 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   8.94%
2188.16/2195.86	c  2196s|164600 |   279 | 19438k| 116.4 |   159M |  44 |1652 |7633 |2127 |5905 |  0 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   8.94%
2188.96/2196.63	c  2197s|164700 |   280 | 19445k| 116.3 |   159M |  44 |1652 |7766 |2127 |5905 |  1 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   8.94%
2189.76/2197.41	c  2197s|164800 |   280 | 19452k| 116.3 |   159M |  44 |1652 |7913 |2127 |5905 |  1 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   8.94%
2190.65/2198.35	c  2198s|164900 |   274 | 19460k| 116.3 |   159M |  44 |1652 |7878 |2127 |5907 |  0 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   8.95%
2191.46/2199.15	c  2199s|165000 |   270 | 19467k| 116.3 |   159M |  44 |1652 |7955 |2127 |5910 |  0 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   8.95%
2192.65/2200.34	c  2200s|165100 |   272 | 19477k| 116.2 |   159M |  44 |1652 |7834 |2127 |5912 |  0 | 134k|  22 | 0.000000e+00 |      --      |    Inf |   8.97%
2193.64/2201.34	c  2201s|165200 |   272 | 19486k| 116.2 |   159M |  44 |1652 |8018 |2127 |5912 |  1 | 134k|  22 | 0.000000e+00 |      --      |    Inf |   8.97%
2194.64/2202.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2194.64/2202.30	c  2202s|165300 |   270 | 19495k| 116.2 |   159M |  44 |1652 |8216 |2128 |5914 |  0 | 134k|  22 | 0.000000e+00 |      --      |    Inf |   8.97%
2195.54/2203.24	c  2203s|165400 |   270 | 19503k| 116.2 |   159M |  44 |1652 |8329 |2129 |5917 |  1 | 134k|  22 | 0.000000e+00 |      --      |    Inf |   8.98%
2196.63/2204.34	c  2204s|165500 |   276 | 19513k| 116.2 |   159M |  44 |1652 |8334 |2127 |5919 |  1 | 134k|  22 | 0.000000e+00 |      --      |    Inf |   8.98%
2197.93/2205.61	c  2206s|165600 |   276 | 19525k| 116.2 |   159M |  44 |1652 |8167 |2127 |5919 |  0 | 135k|  22 | 0.000000e+00 |      --      |    Inf |   8.98%
2198.72/2206.44	c  2206s|165700 |   274 | 19532k| 116.2 |   159M |  44 |1652 |8285 |2128 |5921 |  0 | 135k|  22 | 0.000000e+00 |      --      |    Inf |   8.98%
2199.62/2207.31	c  2207s|165800 |   276 | 19540k| 116.1 |   159M |  44 |1652 |8372 |2127 |5921 |  1 | 135k|  22 | 0.000000e+00 |      --      |    Inf |   8.98%
2200.32/2208.06	c  2208s|165900 |   276 | 19547k| 116.1 |   159M |  44 |1652 |8517 |2128 |5922 |  1 | 135k|  22 | 0.000000e+00 |      --      |    Inf |   8.98%
2201.51/2209.22	c  2209s|166000 |   271 | 19557k| 116.1 |   159M |  44 |1652 |8476 |2128 |5924 |  1 | 135k|  22 | 0.000000e+00 |      --      |    Inf |   8.99%
2202.51/2210.26	c  2210s|166100 |   273 | 19566k| 116.1 |   159M |  44 |1652 |8436 |2127 |5928 |  0 | 135k|  22 | 0.000000e+00 |      --      |    Inf |   8.99%
2203.61/2211.33	c  2211s|166200 |   269 | 19576k| 116.1 |   159M |  44 |1652 |8529 |2127 |5931 |  0 | 135k|  22 | 0.000000e+00 |      --      |    Inf |   8.99%
2204.50/2212.25	c  2212s|166300 |   270 | 19584k| 116.1 |   159M |  44 |1652 |8605 |2127 |5931 |  0 | 135k|  22 | 0.000000e+00 |      --      |    Inf |   8.99%
2205.50/2213.24	c  2213s|166400 |   270 | 19593k| 116.0 |   159M |  44 |1652 |8644 |2128 |5934 |  2 | 135k|  22 | 0.000000e+00 |      --      |    Inf |   8.99%
2206.70/2214.47	c  2214s|166500 |   268 | 19605k| 116.0 |   159M |  44 |1652 |8651 |2127 |5935 |  0 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   8.99%
2208.09/2215.83	c  2216s|166600 |   270 | 19616k| 116.0 |   159M |  44 |1652 |8645 |2125 |5946 |  0 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   9.00%
2208.89/2216.65	c  2217s|166700 |   268 | 19623k| 116.0 |   159M |  44 |1652 |8539 |2125 |5947 |  1 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   9.06%
2209.58/2217.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2209.58/2217.39	c  2217s|166800 |   270 | 19630k| 116.0 |   159M |  44 |1652 |8577 |2125 |5947 |  0 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   9.08%
2210.29/2218.01	c  2218s|166900 |   270 | 19636k| 115.9 |   159M |  44 |1652 |8666 |2125 |5948 |  1 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   9.08%
2211.08/2218.82	c  2219s|167000 |   266 | 19644k| 115.9 |   159M |  44 |1652 |8751 |2125 |5948 |  0 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   9.08%
2212.08/2219.82	c  2220s|167100 |   266 | 19653k| 115.9 |   159M |  44 |1652 |8762 |2125 |5951 |  0 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   9.09%
2212.97/2220.73	c  2221s|167200 |   268 | 19662k| 115.9 |   159M |  44 |1652 |8174 |2125 |5951 |  0 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   9.13%
2214.07/2221.83	c  2222s|167300 |   268 | 19672k| 115.9 |   159M |  44 |1652 |8067 |2126 |5951 |  0 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   9.14%
2215.16/2222.93	c  2223s|167400 |   266 | 19683k| 115.9 |   159M |  44 |1652 |7830 |2122 |5952 |  1 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   9.14%
2216.76/2224.55	c  2225s|167500 |   266 | 19697k| 115.9 |   159M |  44 |1652 |7754 |2122 |5960 |  0 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   9.14%
2218.26/2226.04	c  2226s|167600 |   264 | 19710k| 115.9 |   159M |  44 |1652 |7692 |2121 |5961 |  0 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   9.14%
2219.75/2227.57	c  2228s|167700 |   262 | 19723k| 115.9 |   159M |  44 |1652 |7488 |2122 |5962 |  0 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   9.14%
2221.54/2229.31	c  2229s|167800 |   264 | 19737k| 115.9 |   159M |  44 |1652 |7334 |2127 |5970 |  1 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   9.15%
2222.64/2230.49	c  2230s|167900 |   260 | 19748k| 115.9 |   159M |  44 |1652 |7246 |2128 |5971 |  0 | 137k|  22 | 0.000000e+00 |      --      |    Inf |   9.15%
2224.24/2232.03	c  2232s|168000 |   266 | 19762k| 115.9 |   159M |  44 |1652 |6995 |2127 |5971 |  0 | 137k|  22 | 0.000000e+00 |      --      |    Inf |   9.16%
2225.33/2233.19	c  2233s|168100 |   264 | 19772k| 115.9 |   159M |  44 |1652 |7142 |2122 |5971 |  0 | 137k|  22 | 0.000000e+00 |      --      |    Inf |   9.16%
2226.72/2234.58	c  2235s|168200 |   266 | 19785k| 115.9 |   159M |  44 |1652 |7108 |2122 |5971 |  1 | 137k|  22 | 0.000000e+00 |      --      |    Inf |   9.16%
2228.42/2236.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2228.42/2236.28	c  2236s|168300 |   262 | 19801k| 116.0 |   159M |  44 |1652 |7114 |2122 |5971 |  0 | 137k|  22 | 0.000000e+00 |      --      |    Inf |   9.16%
2229.71/2237.51	c  2238s|168400 |   266 | 19811k| 116.0 |   159M |  44 |1652 |7221 |2127 |5977 |  0 | 137k|  22 | 0.000000e+00 |      --      |    Inf |   9.16%
2230.91/2238.77	c  2239s|168500 |   264 | 19821k| 115.9 |   159M |  44 |1652 |7379 |2127 |5988 |  0 | 137k|  22 | 0.000000e+00 |      --      |    Inf |   9.16%
2231.90/2239.75	c  2240s|168600 |   268 | 19830k| 115.9 |   159M |  44 |1652 |7614 |2128 |5990 |  0 | 137k|  22 | 0.000000e+00 |      --      |    Inf |   9.16%
2232.90/2240.71	c  2241s|168700 |   270 | 19839k| 115.9 |   159M |  44 |1652 |7904 |2127 |5990 |  1 | 138k|  22 | 0.000000e+00 |      --      |    Inf |   9.16%
2233.70/2241.54	c  2242s|168800 |   264 | 19846k| 115.9 |   159M |  44 |1652 |8127 |2127 |5990 |  0 | 138k|  22 | 0.000000e+00 |      --      |    Inf |   9.16%
2235.20/2243.02	c  2243s|168900 |   262 | 19855k| 115.9 |   159M |  44 |1652 |8185 |2127 |5990 |  1 | 138k|  22 | 0.000000e+00 |      --      |    Inf |   9.16%
2235.99/2243.88	c  2244s|169000 |   262 | 19862k| 115.8 |   159M |  44 |1652 |8451 |2128 |5991 |  0 | 139k|  22 | 0.000000e+00 |      --      |    Inf |   9.16%
2237.08/2244.92	c  2245s|169100 |   262 | 19871k| 115.8 |   159M |  44 |1652 |8655 |2128 |5992 |  1 | 139k|  22 | 0.000000e+00 |      --      |    Inf |   9.16%
2238.08/2245.90	c  2246s|169200 |   262 | 19880k| 115.8 |   159M |  44 |1652 |8681 |2127 |5992 |  1 | 139k|  22 | 0.000000e+00 |      --      |    Inf |   9.16%
2238.78/2246.67	c  2247s|169300 |   266 | 19886k| 115.8 |   159M |  44 |1652 |8727 |2128 |5994 |  1 | 139k|  22 | 0.000000e+00 |      --      |    Inf |   9.16%
2239.57/2247.41	c  2247s|169400 |   262 | 19893k| 115.8 |   159M |  44 |1652 |8919 |2127 |5995 |  0 | 139k|  22 | 0.000000e+00 |      --      |    Inf |   9.16%
2240.37/2248.23	c  2248s|169500 |   262 | 19900k| 115.7 |   159M |  44 |1652 |9089 |2127 |5995 |  1 | 139k|  22 | 0.000000e+00 |      --      |    Inf |   9.17%
2241.17/2249.06	c  2249s|169600 |   264 | 19907k| 115.7 |   159M |  44 |1652 |8784 |2125 |5995 |  0 | 140k|  22 | 0.000000e+00 |      --      |    Inf |   9.17%
2242.07/2249.94	c  2250s|169700 |   260 | 19915k| 115.7 |   159M |  44 |1652 |8415 |2125 |5995 |  1 | 140k|  22 | 0.000000e+00 |      --      |    Inf |   9.20%
2243.36/2251.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2243.36/2251.27	c  2251s|169800 |   260 | 19926k| 115.7 |   159M |  44 |1652 |8299 |2123 |5995 |  0 | 140k|  22 | 0.000000e+00 |      --      |    Inf |   9.20%
2245.05/2252.93	c  2253s|169900 |   260 | 19941k| 115.7 |   159M |  44 |1652 |8325 |2123 |5997 |  1 | 140k|  22 | 0.000000e+00 |      --      |    Inf |   9.22%
2246.65/2254.51	c  2255s|170000 |   258 | 19955k| 115.7 |   159M |  44 |1652 |8451 |2125 |6002 |  1 | 140k|  22 | 0.000000e+00 |      --      |    Inf |   9.22%
2248.15/2256.05	c  2256s|170100 |   262 | 19968k| 115.7 |   159M |  44 |1652 |7963 |2125 |6015 |  0 | 140k|  22 | 0.000000e+00 |      --      |    Inf |   9.22%
2249.94/2257.80	c  2258s|170200 |   266 | 19982k| 115.7 |   159M |  44 |1652 |6809 |2120 |6032 |  0 | 140k|  22 | 0.000000e+00 |      --      |    Inf |   9.30%
2251.63/2259.53	c  2260s|170300 |   268 | 20000k| 115.8 |   159M |  44 |1652 |6834 |2123 |6032 |  0 | 140k|  22 | 0.000000e+00 |      --      |    Inf |   9.34%
2252.73/2260.60	c  2261s|170400 |   270 | 20010k| 115.8 |   159M |  44 |1652 |6914 |2123 |6032 |  0 | 140k|  22 | 0.000000e+00 |      --      |    Inf |   9.36%
2253.52/2261.45	c  2261s|170500 |   270 | 20017k| 115.7 |   159M |  44 |1652 |7006 |2123 |6032 |  0 | 140k|  22 | 0.000000e+00 |      --      |    Inf |   9.36%
2254.42/2262.34	c  2262s|170600 |   266 | 20025k| 115.7 |   159M |  44 |1652 |7097 |2123 |6032 |  0 | 141k|  22 | 0.000000e+00 |      --      |    Inf |   9.37%
2255.42/2263.34	c  2263s|170700 |   266 | 20033k| 115.7 |   159M |  44 |1652 |7033 |2120 |6035 |  1 | 141k|  22 | 0.000000e+00 |      --      |    Inf |   9.40%
2256.61/2264.54	c  2265s|170800 |   268 | 20044k| 115.7 |   159M |  44 |1652 |6980 |2126 |6042 |  0 | 141k|  22 | 0.000000e+00 |      --      |    Inf |   9.41%
2257.41/2265.37	c  2265s|170900 |   268 | 20052k| 115.7 |   159M |  44 |1652 |7064 |2123 |6042 |  1 | 141k|  22 | 0.000000e+00 |      --      |    Inf |   9.44%
2258.61/2266.55	c  2267s|171000 |   266 | 20062k| 115.7 |   159M |  44 |1652 |7096 |2126 |6047 |  2 | 141k|  22 | 0.000000e+00 |      --      |    Inf |   9.44%
2259.70/2267.66	c  2268s|171100 |   266 | 20072k| 115.7 |   159M |  44 |1652 |6942 |2120 |6051 |  1 | 141k|  22 | 0.000000e+00 |      --      |    Inf |   9.45%
2260.80/2268.71	c  2269s|171200 |   270 | 20081k| 115.6 |   159M |  44 |1652 |6883 |2123 |6062 |  0 | 141k|  22 | 0.000000e+00 |      --      |    Inf |   9.45%
2261.59/2269.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2261.59/2269.51	c  2270s|171300 |   268 | 20088k| 115.6 |   159M |  44 |1652 |6979 |2123 |6062 |  1 | 141k|  22 | 0.000000e+00 |      --      |    Inf |   9.46%
2262.49/2270.43	c  2270s|171400 |   266 | 20096k| 115.6 |   159M |  44 |1652 |7021 |2120 |6062 |  0 | 141k|  22 | 0.000000e+00 |      --      |    Inf |   9.47%
2263.59/2271.56	c  2272s|171500 |   264 | 20106k| 115.6 |   159M |  44 |1652 |7103 |2120 |6062 |  0 | 141k|  22 | 0.000000e+00 |      --      |    Inf |   9.47%
2264.68/2272.62	c  2273s|171600 |   266 | 20116k| 115.6 |   159M |  44 |1652 |7132 |2120 |6062 |  0 | 141k|  22 | 0.000000e+00 |      --      |    Inf |   9.48%
2265.68/2273.60	c  2274s|171700 |   266 | 20124k| 115.6 |   159M |  44 |1652 |7114 |2120 |6062 |  1 | 142k|  22 | 0.000000e+00 |      --      |    Inf |   9.49%
2266.87/2274.87	c  2275s|171800 |   266 | 20136k| 115.6 |   159M |  44 |1652 |7148 |2123 |6062 |  0 | 142k|  22 | 0.000000e+00 |      --      |    Inf |   9.49%
2267.97/2275.99	c  2276s|171900 |   266 | 20146k| 115.5 |   159M |  44 |1652 |7108 |2123 |6062 |  1 | 142k|  22 | 0.000000e+00 |      --      |    Inf |   9.50%
2268.97/2277.00	c  2277s|172000 |   266 | 20155k| 115.5 |   159M |  44 |1652 |7102 |2123 |6062 |  0 | 142k|  22 | 0.000000e+00 |      --      |    Inf |   9.52%
2270.07/2278.08	c  2278s|172100 |   266 | 20164k| 115.5 |   159M |  44 |1652 |7164 |2123 |6062 |  1 | 142k|  22 | 0.000000e+00 |      --      |    Inf |   9.52%
2271.16/2279.16	c  2279s|172200 |   266 | 20174k| 115.5 |   159M |  44 |1652 |7213 |2123 |6062 |  0 | 142k|  22 | 0.000000e+00 |      --      |    Inf |   9.54%
2272.16/2280.14	c  2280s|172300 |   268 | 20183k| 115.5 |   159M |  44 |1652 |7310 |2123 |6062 |  0 | 142k|  22 | 0.000000e+00 |      --      |    Inf |   9.55%
2272.95/2280.94	c  2281s|172400 |   268 | 20190k| 115.5 |   159M |  44 |1652 |7476 |2123 |6062 |  0 | 142k|  22 | 0.000000e+00 |      --      |    Inf |   9.55%
2273.85/2281.80	c  2282s|172500 |   266 | 20197k| 115.4 |   159M |  44 |1652 |7551 |2123 |6062 |  0 | 142k|  22 | 0.000000e+00 |      --      |    Inf |   9.55%
2274.85/2282.80	c  2283s|172600 |   266 | 20207k| 115.4 |   159M |  44 |1652 |7637 |2124 |6065 |  0 | 142k|  22 | 0.000000e+00 |      --      |    Inf |   9.55%
2275.64/2283.69	c  2284s|172700 |   266 | 20215k| 115.4 |   159M |  44 |1652 |7732 |2124 |6069 |  1 | 142k|  22 | 0.000000e+00 |      --      |    Inf |   9.55%
2276.94/2284.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2276.94/2284.91	c  2285s|172800 |   266 | 20226k| 115.4 |   159M |  44 |1652 |7703 |2120 |6070 |  1 | 143k|  22 | 0.000000e+00 |      --      |    Inf |   9.56%
2277.93/2285.95	c  2286s|172900 |   266 | 20235k| 115.4 |   159M |  44 |1652 |7638 |2123 |6073 |  0 | 143k|  22 | 0.000000e+00 |      --      |    Inf |   9.57%
2279.03/2287.07	c  2287s|173000 |   262 | 20245k| 115.4 |   159M |  44 |1652 |7599 |2120 |6073 |  0 | 143k|  22 | 0.000000e+00 |      --      |    Inf |   9.59%
2280.13/2288.16	c  2288s|173100 |   262 | 20255k| 115.4 |   159M |  44 |1652 |7641 |2120 |6073 |  1 | 143k|  22 | 0.000000e+00 |      --      |    Inf |   9.60%
2281.13/2289.14	c  2289s|173200 |   262 | 20264k| 115.4 |   159M |  44 |1652 |7601 |2120 |6073 |  0 | 143k|  22 | 0.000000e+00 |      --      |    Inf |   9.62%
2282.02/2290.08	c  2290s|173300 |   262 | 20272k| 115.3 |   159M |  44 |1652 |7595 |2120 |6073 |  0 | 143k|  22 | 0.000000e+00 |      --      |    Inf |   9.64%
2283.31/2291.35	c  2291s|173400 |   264 | 20283k| 115.3 |   159M |  44 |1652 |7418 |2121 |6073 |  0 | 143k|  22 | 0.000000e+00 |      --      |    Inf |   9.64%
2284.81/2292.86	c  2293s|173500 |   262 | 20296k| 115.4 |   159M |  44 |1652 |7257 |2121 |6073 |  0 | 143k|  22 | 0.000000e+00 |      --      |    Inf |   9.64%
2286.30/2294.30	c  2294s|173600 |   260 | 20308k| 115.4 |   159M |  44 |1652 |7080 |2120 |6077 |  0 | 143k|  22 | 0.000000e+00 |      --      |    Inf |   9.68%
2287.40/2295.45	c  2295s|173700 |   262 | 20319k| 115.3 |   159M |  44 |1652 |6704 |2123 |6078 |  0 | 143k|  22 | 0.000000e+00 |      --      |    Inf |   9.70%
2288.49/2296.56	c  2297s|173800 |   264 | 20328k| 115.3 |   159M |  44 |1652 |6678 |2123 |6081 |  0 | 143k|  22 | 0.000000e+00 |      --      |    Inf |   9.70%
2289.69/2297.72	c  2298s|173900 |   262 | 20339k| 115.3 |   159M |  44 |1652 |6658 |2124 |6082 |  0 | 143k|  22 | 0.000000e+00 |      --      |    Inf |   9.71%
2290.89/2298.96	c  2299s|174000 |   264 | 20349k| 115.3 |   159M |  44 |1652 |6475 |2119 |6086 |  0 | 143k|  22 | 0.000000e+00 |      --      |    Inf |   9.72%
2291.99/2300.09	c  2300s|174100 |   266 | 20358k| 115.3 |   159M |  44 |1652 |6485 |2119 |6090 |  0 | 143k|  22 | 0.000000e+00 |      --      |    Inf |   9.83%
2292.68/2300.79	c  2301s|174200 |   266 | 20364k| 115.3 |   159M |  44 |1652 |6535 |2120 |6090 |  0 | 143k|  22 | 0.000000e+00 |      --      |    Inf |   9.88%
2293.77/2301.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2293.77/2301.86	c  2302s|174300 |   274 | 20372k| 115.3 |   159M |  44 |1652 |6706 |2121 |6095 |  0 | 144k|  22 | 0.000000e+00 |      --      |    Inf |   9.91%
2294.67/2302.78	c  2303s|174400 |   274 | 20381k| 115.2 |   159M |  44 |1652 |6810 |2121 |6095 |  1 | 144k|  22 | 0.000000e+00 |      --      |    Inf |   9.92%
2295.57/2303.68	c  2304s|174500 |   272 | 20389k| 115.2 |   159M |  44 |1652 |6935 |2121 |6095 |  0 | 144k|  22 | 0.000000e+00 |      --      |    Inf |   9.93%
2296.46/2304.53	c  2305s|174600 |   274 | 20397k| 115.2 |   159M |  44 |1652 |7082 |2121 |6095 |  1 | 144k|  22 | 0.000000e+00 |      --      |    Inf |   9.93%
2297.36/2305.44	c  2305s|174700 |   270 | 20405k| 115.2 |   159M |  44 |1652 |7196 |2121 |6095 |  1 | 144k|  22 | 0.000000e+00 |      --      |    Inf |   9.93%
2298.26/2306.33	c  2306s|174800 |   268 | 20414k| 115.2 |   159M |  44 |1652 |7229 |2121 |6095 |  0 | 144k|  22 | 0.000000e+00 |      --      |    Inf |   9.95%
2299.25/2307.32	c  2307s|174900 |   268 | 20422k| 115.1 |   159M |  44 |1652 |7183 |2120 |6099 |  0 | 144k|  22 | 0.000000e+00 |      --      |    Inf |   9.97%
2299.96/2308.05	c  2308s|175000 |   270 | 20428k| 115.1 |   159M |  44 |1652 |7199 |2121 |6099 |  1 | 145k|  22 | 0.000000e+00 |      --      |    Inf |   9.98%
2300.75/2308.89	c  2309s|175100 |   268 | 20436k| 115.1 |   159M |  44 |1652 |7301 |2121 |6099 |  1 | 145k|  22 | 0.000000e+00 |      --      |    Inf |   9.99%
2301.65/2309.77	c  2310s|175200 |   266 | 20444k| 115.1 |   159M |  44 |1652 |7431 |2120 |6101 |  0 | 145k|  22 | 0.000000e+00 |      --      |    Inf |  10.00%
2302.54/2310.65	c  2311s|175300 |   270 | 20452k| 115.1 |   159M |  44 |1652 |7569 |2121 |6102 |  1 | 145k|  22 | 0.000000e+00 |      --      |    Inf |  10.01%
2303.64/2311.70	c  2312s|175400 |   268 | 20461k| 115.0 |   159M |  44 |1652 |7606 |2121 |6109 |  1 | 145k|  22 | 0.000000e+00 |      --      |    Inf |  10.02%
2304.63/2312.72	c  2313s|175500 |   270 | 20470k| 115.0 |   159M |  44 |1652 |7721 |   0 |6111 |  0 | 145k|  22 | 0.000000e+00 |      --      |    Inf |  10.02%
2305.53/2313.61	c  2314s|175600 |   269 | 20478k| 115.0 |   159M |  44 |1652 |7852 |2122 |6114 |  1 | 145k|  22 | 0.000000e+00 |      --      |    Inf |  10.02%
2306.73/2314.88	c  2315s|175700 |   269 | 20490k| 115.0 |   159M |  44 |1652 |8030 |2122 |6116 |  0 | 146k|  22 | 0.000000e+00 |      --      |    Inf |  10.02%
2307.72/2315.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2307.72/2315.86	c  2316s|175800 |   275 | 20499k| 115.0 |   159M |  44 |1652 |8087 |2122 |6122 |  1 | 146k|  22 | 0.000000e+00 |      --      |    Inf |  10.02%
2308.62/2316.79	c  2317s|175900 |   270 | 20508k| 115.0 |   159M |  44 |1652 |8182 |2121 |6123 |  0 | 146k|  22 | 0.000000e+00 |      --      |    Inf |  10.03%
2309.81/2317.90	c  2318s|176000 |   266 | 20518k| 115.0 |   159M |  44 |1652 |8231 |2121 |6129 |  0 | 146k|  22 | 0.000000e+00 |      --      |    Inf |  10.03%
2310.81/2318.96	c  2319s|176100 |   270 | 20528k| 115.0 |   159M |  44 |1652 |8166 |2120 |6130 |  1 | 146k|  22 | 0.000000e+00 |      --      |    Inf |  10.03%
2312.01/2320.10	c  2320s|176200 |   270 | 20538k| 115.0 |   159M |  44 |1652 |8293 |2120 |6133 |  1 | 147k|  22 | 0.000000e+00 |      --      |    Inf |  10.04%
2312.91/2321.04	c  2321s|176300 |   270 | 20547k| 114.9 |   159M |  44 |1652 |8267 |2120 |6136 |  0 | 147k|  22 | 0.000000e+00 |      --      |    Inf |  10.05%
2313.90/2322.08	c  2322s|176400 |   270 | 20557k| 114.9 |   159M |  44 |1652 |8287 |2120 |6141 |  0 | 147k|  22 | 0.000000e+00 |      --      |    Inf |  10.05%
2314.80/2322.96	c  2323s|176500 |   272 | 20565k| 114.9 |   159M |  44 |1652 |8350 |2120 |6143 |  1 | 147k|  22 | 0.000000e+00 |      --      |    Inf |  10.05%
2315.69/2323.87	c  2324s|176600 |   270 | 20573k| 114.9 |   159M |  44 |1652 |8508 |2120 |6145 |  0 | 147k|  22 | 0.000000e+00 |      --      |    Inf |  10.05%
2316.59/2324.75	c  2325s|176700 |   268 | 20580k| 114.9 |   159M |  44 |1652 |8611 |2120 |6145 |  0 | 147k|  22 | 0.000000e+00 |      --      |    Inf |  10.06%
2317.78/2325.96	c  2326s|176800 |   268 | 20590k| 114.9 |   159M |  44 |1652 |8275 |2120 |6150 |  1 | 147k|  22 | 0.000000e+00 |      --      |    Inf |  10.23%
2318.68/2326.89	c  2327s|176900 |   266 | 20598k| 114.8 |   159M |  44 |1652 |8209 |2120 |6150 |  1 | 147k|  22 | 0.000000e+00 |      --      |    Inf |  10.25%
2319.58/2327.75	c  2328s|177000 |   270 | 20606k| 114.8 |   159M |  44 |1652 |8203 |2120 |6151 |  1 | 147k|  22 | 0.000000e+00 |      --      |    Inf |  10.28%
2320.27/2328.45	c  2328s|177100 |   270 | 20612k| 114.8 |   159M |  44 |1652 |8257 |2120 |6151 |  1 | 148k|  22 | 0.000000e+00 |      --      |    Inf |  10.28%
2320.88/2329.09	c  2329s|177200 |   272 | 20618k| 114.8 |   159M |  44 |1652 |8400 |2120 |6151 |  0 | 148k|  22 | 0.000000e+00 |      --      |    Inf |  10.29%
2321.67/2329.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2321.67/2329.80	c  2330s|177300 |   265 | 20624k| 114.7 |   159M |  44 |1652 |8593 |2120 |6152 |  1 | 148k|  22 | 0.000000e+00 |      --      |    Inf |  10.29%
2322.77/2330.97	c  2331s|177400 |   265 | 20634k| 114.7 |   159M |  44 |1652 |8345 |2121 |6152 |  0 | 148k|  22 | 0.000000e+00 |      --      |    Inf |  10.30%
2324.06/2332.22	c  2332s|177500 |   265 | 20644k| 114.7 |   159M |  44 |1652 |8464 |2121 |6157 |  1 | 148k|  22 | 0.000000e+00 |      --      |    Inf |  10.30%
2325.26/2333.48	c  2333s|177600 |   263 | 20654k| 114.7 |   159M |  44 |1652 |8489 |2121 |6161 |  0 | 148k|  22 | 0.000000e+00 |      --      |    Inf |  10.30%
2326.85/2335.01	c  2335s|177700 |   263 | 20666k| 114.7 |   159M |  44 |1652 |8474 |2121 |6176 |  1 | 149k|  22 | 0.000000e+00 |      --      |    Inf |  10.45%
2328.74/2336.93	c  2337s|177800 |   263 | 20680k| 114.7 |   159M |  44 |1652 |8491 |2121 |6200 |  0 | 149k|  22 | 0.000000e+00 |      --      |    Inf |  10.50%
2330.44/2338.61	c  2339s|177900 |   259 | 20695k| 114.7 |   159M |  44 |1652 |8184 |2121 |6202 |  0 | 149k|  22 | 0.000000e+00 |      --      |    Inf |  10.50%
2331.63/2339.82	c  2340s|178000 |   259 | 20706k| 114.7 |   159M |  44 |1652 |7759 |2124 |6202 |  0 | 149k|  22 | 0.000000e+00 |      --      |    Inf |  10.50%
2332.93/2341.12	c  2341s|178100 |   259 | 20717k| 114.7 |   159M |  44 |1652 |7635 |2124 |6202 |  1 | 149k|  22 | 0.000000e+00 |      --      |    Inf |  10.51%
2334.42/2342.68	c  2343s|178200 |   255 | 20730k| 114.7 |   159M |  44 |1652 |7352 |2122 |6208 |  0 | 149k|  22 | 0.000000e+00 |      --      |    Inf |  10.56%
2335.92/2344.14	c  2344s|178300 |   257 | 20743k| 114.8 |   159M |  44 |1652 |7184 |2122 |6209 |  1 | 149k|  22 | 0.000000e+00 |      --      |    Inf |  10.56%
2337.91/2346.14	c  2346s|178400 |   257 | 20761k| 114.8 |   159M |  44 |1652 |7145 |2121 |6218 |  0 | 149k|  22 | 0.000000e+00 |      --      |    Inf |  10.56%
2339.60/2347.83	c  2348s|178500 |   251 | 20776k| 114.8 |   159M |  44 |1652 |7142 |2121 |6219 |  0 | 149k|  22 | 0.000000e+00 |      --      |    Inf |  10.56%
2341.10/2349.32	c  2349s|178600 |   253 | 20789k| 114.8 |   159M |  44 |1652 |6948 |2118 |6221 |  1 | 149k|  22 | 0.000000e+00 |      --      |    Inf |  10.57%
2342.39/2350.67	c  2351s|178700 |   249 | 20801k| 114.8 |   159M |  44 |1652 |6852 |2121 |6225 |  0 | 149k|  22 | 0.000000e+00 |      --      |    Inf |  10.61%
2343.19/2351.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2343.19/2351.48	c  2351s|178800 |   251 | 20808k| 114.8 |   159M |  44 |1652 |6906 |2125 |6225 |  0 | 149k|  22 | 0.000000e+00 |      --      |    Inf |  10.61%
2344.29/2352.54	c  2353s|178900 |   255 | 20817k| 114.8 |   159M |  44 |1652 |6829 |2125 |6225 |  1 | 149k|  22 | 0.000000e+00 |      --      |    Inf |  10.61%
2345.08/2353.31	c  2353s|179000 |   253 | 20824k| 114.8 |   159M |  44 |1652 |6822 |2125 |6227 |  1 | 149k|  22 | 0.000000e+00 |      --      |    Inf |  10.61%
2345.78/2354.10	c  2354s|179100 |   255 | 20831k| 114.7 |   159M |  44 |1652 |6952 |2125 |6227 |  0 | 150k|  22 | 0.000000e+00 |      --      |    Inf |  10.62%
2346.68/2354.99	c  2355s|179200 |   257 | 20840k| 114.7 |   159M |  44 |1652 |6954 |2125 |6229 |  1 | 150k|  22 | 0.000000e+00 |      --      |    Inf |  10.62%
2347.67/2355.95	c  2356s|179300 |   255 | 20849k| 114.7 |   159M |  44 |1652 |7012 |2125 |6230 |  1 | 150k|  22 | 0.000000e+00 |      --      |    Inf |  10.62%
2348.67/2356.95	c  2357s|179400 |   251 | 20858k| 114.7 |   159M |  44 |1652 |7098 |2126 |6231 |  1 | 150k|  22 | 0.000000e+00 |      --      |    Inf |  10.62%
2349.67/2357.95	c  2358s|179500 |   249 | 20866k| 114.7 |   159M |  44 |1652 |7227 |2126 |6233 |  0 | 150k|  22 | 0.000000e+00 |      --      |    Inf |  10.62%
2350.66/2358.97	c  2359s|179600 |   253 | 20876k| 114.7 |   159M |  44 |1652 |7299 |2125 |6233 |  0 | 150k|  22 | 0.000000e+00 |      --      |    Inf |  10.62%
2351.66/2359.99	c  2360s|179700 |   251 | 20885k| 114.7 |   159M |  44 |1652 |7412 |2126 |6233 |  1 | 150k|  22 | 0.000000e+00 |      --      |    Inf |  10.62%
2352.76/2361.04	c  2361s|179800 |   251 | 20894k| 114.6 |   159M |  44 |1652 |7349 |2125 |6233 |  1 | 150k|  22 | 0.000000e+00 |      --      |    Inf |  10.62%
2353.76/2362.09	c  2362s|179900 |   257 | 20904k| 114.6 |   159M |  44 |1652 |7414 |2125 |6233 |  1 | 150k|  22 | 0.000000e+00 |      --      |    Inf |  10.62%
2354.75/2363.04	c  2363s|180000 |   253 | 20913k| 114.6 |   159M |  44 |1652 |7483 |2125 |6233 |  0 | 150k|  22 | 0.000000e+00 |      --      |    Inf |  10.62%
2355.75/2364.07	c  2364s|180100 |   253 | 20922k| 114.6 |   159M |  44 |1652 |7569 |2125 |6234 |  0 | 151k|  22 | 0.000000e+00 |      --      |    Inf |  10.62%
2356.84/2365.16	c  2365s|180200 |   253 | 20932k| 114.6 |   159M |  44 |1652 |7597 |2125 |6234 |  1 | 151k|  22 | 0.000000e+00 |      --      |    Inf |  10.62%
2358.03/2366.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2358.03/2366.39	c  2366s|180300 |   251 | 20943k| 114.6 |   159M |  44 |1652 |7580 |2125 |6235 |  0 | 151k|  22 | 0.000000e+00 |      --      |    Inf |  10.62%
2359.23/2367.51	c  2368s|180400 |   249 | 20953k| 114.6 |   159M |  44 |1652 |7653 |2126 |6236 |  1 | 151k|  22 | 0.000000e+00 |      --      |    Inf |  10.62%
2360.33/2368.63	c  2369s|180500 |   252 | 20963k| 114.6 |   159M |  44 |1652 |7622 |2126 |6237 |  1 | 151k|  22 | 0.000000e+00 |      --      |    Inf |  10.62%
2361.62/2369.93	c  2370s|180600 |   251 | 20975k| 114.6 |   159M |  44 |1652 |7613 |2126 |6237 |  1 | 151k|  22 | 0.000000e+00 |      --      |    Inf |  10.63%
2362.92/2371.27	c  2371s|180700 |   247 | 20987k| 114.6 |   159M |  44 |1652 |7415 |2124 |6237 |  0 | 151k|  22 | 0.000000e+00 |      --      |    Inf |  10.64%
2364.01/2372.37	c  2372s|180800 |   247 | 20996k| 114.6 |   159M |  44 |1652 |7266 |2124 |6237 |  1 | 151k|  22 | 0.000000e+00 |      --      |    Inf |  10.65%
2365.11/2373.41	c  2373s|180900 |   249 | 21005k| 114.6 |   159M |  44 |1652 |7204 |2125 |6237 |  0 | 151k|  22 | 0.000000e+00 |      --      |    Inf |  10.66%
2366.30/2374.60	c  2375s|181000 |   249 | 21016k| 114.6 |   159M |  44 |1652 |7222 |2125 |6239 |  1 | 151k|  22 | 0.000000e+00 |      --      |    Inf |  10.66%
2367.60/2375.96	c  2376s|181100 |   247 | 21027k| 114.6 |   159M |  44 |1652 |7209 |2125 |6240 |  1 | 151k|  22 | 0.000000e+00 |      --      |    Inf |  10.66%
2368.99/2377.35	c  2377s|181200 |   243 | 21039k| 114.6 |   159M |  44 |1652 |7170 |2121 |6243 |  1 | 151k|  22 | 0.000000e+00 |      --      |    Inf |  10.66%
2370.69/2379.06	c  2379s|181300 |   243 | 21055k| 114.6 |   159M |  44 |1652 |7052 |2121 |6244 |  0 | 152k|  22 | 0.000000e+00 |      --      |    Inf |  10.66%
2372.08/2380.43	c  2380s|181400 |   243 | 21066k| 114.6 |   159M |  44 |1652 |7070 |2121 |6244 |  0 | 152k|  22 | 0.000000e+00 |      --      |    Inf |  10.66%
2373.58/2381.94	c  2382s|181500 |   241 | 21080k| 114.6 |   159M |  44 |1652 |7111 |2121 |6244 |  0 | 152k|  22 | 0.000000e+00 |      --      |    Inf |  10.66%
2375.37/2383.72	c  2384s|181600 |   239 | 21096k| 114.6 |   159M |  44 |1652 |6986 |2122 |6244 |  0 | 152k|  22 | 0.000000e+00 |      --      |    Inf |  10.67%
2377.06/2385.41	c  2385s|181700 |   239 | 21110k| 114.6 |   159M |  44 |1652 |6797 |2121 |6250 |  0 | 152k|  22 | 0.000000e+00 |      --      |    Inf |  10.70%
2378.86/2387.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2378.86/2387.21	c  2387s|181800 |   239 | 21126k| 114.7 |   159M |  44 |1652 |6854 |2121 |6252 |  1 | 152k|  22 | 0.000000e+00 |      --      |    Inf |  10.72%
2380.05/2388.49	c  2388s|181900 |   239 | 21137k| 114.7 |   159M |  44 |1652 |6916 |2122 |6252 |  0 | 152k|  22 | 0.000000e+00 |      --      |    Inf |  10.72%
2382.15/2390.52	c  2391s|182000 |   237 | 21154k| 114.7 |   159M |  44 |1652 |6790 |2122 |6265 |  1 | 152k|  22 | 0.000000e+00 |      --      |    Inf |  11.11%
2383.84/2392.27	c  2392s|182100 |   239 | 21168k| 114.7 |   159M |  44 |1652 |6693 |2124 |6282 |  0 | 152k|  22 | 0.000000e+00 |      --      |    Inf |  11.29%
2385.44/2393.80	c  2394s|182200 |   239 | 21182k| 114.7 |   159M |  44 |1652 |6699 |2126 |6290 |  0 | 152k|  22 | 0.000000e+00 |      --      |    Inf |  11.33%
2387.14/2395.57	c  2396s|182300 |   241 | 21196k| 114.7 |   159M |  44 |1652 |6717 |2121 |6298 |  1 | 152k|  22 | 0.000000e+00 |      --      |    Inf |  11.39%
2388.64/2397.05	c  2397s|182400 |   241 | 21209k| 114.7 |   159M |  44 |1652 |6684 |2122 |6300 |  1 | 152k|  22 | 0.000000e+00 |      --      |    Inf |  11.43%
2390.33/2398.73	c  2399s|182500 |   239 | 21225k| 114.8 |   159M |  44 |1652 |6647 |2123 |6306 |  0 | 152k|  22 | 0.000000e+00 |      --      |    Inf |  11.43%
2392.22/2400.61	c  2401s|182600 |   241 | 21241k| 114.8 |   159M |  44 |1652 |6623 |2122 |6306 |  0 | 152k|  22 | 0.000000e+00 |      --      |    Inf |  11.43%
2393.81/2402.24	c  2402s|182700 |   241 | 21256k| 114.8 |   159M |  44 |1652 |6385 |2122 |6309 |  1 | 152k|  22 | 0.000000e+00 |      --      |    Inf |  11.44%
2395.01/2403.46	c  2403s|182800 |   243 | 21267k| 114.8 |   159M |  44 |1652 |6378 |2124 |6313 |  1 | 152k|  22 | 0.000000e+00 |      --      |    Inf |  11.44%
2396.40/2404.86	c  2405s|182900 |   241 | 21280k| 114.8 |   159M |  44 |1652 |6375 |2124 |6318 |  1 | 152k|  22 | 0.000000e+00 |      --      |    Inf |  11.44%
2398.30/2406.77	c  2407s|183000 |   239 | 21297k| 114.8 |   159M |  44 |1652 |6337 |2122 |6328 |  1 | 152k|  22 | 0.000000e+00 |      --      |    Inf |  11.44%
2399.89/2408.30	c  2408s|183100 |   239 | 21310k| 114.8 |   159M |  44 |1652 |6307 |2124 |6338 |  0 | 152k|  22 | 0.000000e+00 |      --      |    Inf |  11.49%
2401.48/2409.90	c  2410s|183200 |   241 | 21324k| 114.9 |   159M |  44 |1652 |6286 |2123 |6340 |  1 | 152k|  22 | 0.000000e+00 |      --      |    Inf |  11.51%
2402.98/2411.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2402.98/2411.47	c  2411s|183300 |   239 | 21338k| 114.9 |   159M |  44 |1652 |6335 |2126 |6347 |  0 | 152k|  22 | 0.000000e+00 |      --      |    Inf |  11.53%
2404.58/2413.09	c  2413s|183400 |   237 | 21352k| 114.9 |   159M |  44 |1652 |6240 |2120 |6361 |  0 | 153k|  22 | 0.000000e+00 |      --      |    Inf |  11.54%
2406.37/2414.80	c  2415s|183500 |   241 | 21366k| 114.9 |   159M |  44 |1652 |6038 |2119 |6374 |  0 | 153k|  22 | 0.000000e+00 |      --      |    Inf |  11.76%
2407.86/2416.33	c  2416s|183600 |   245 | 21377k| 114.9 |   159M |  44 |1652 |6040 |2120 |6386 |  0 | 153k|  22 | 0.000000e+00 |      --      |    Inf |  11.84%
2409.26/2417.74	c  2418s|183700 |   243 | 21389k| 114.9 |   159M |  44 |1652 |6036 |2121 |6391 |  0 | 153k|  22 | 0.000000e+00 |      --      |    Inf |  11.87%
2410.56/2419.02	c  2419s|183800 |   249 | 21399k| 114.9 |   159M |  44 |1652 |6153 |2121 |6391 |  1 | 153k|  22 | 0.000000e+00 |      --      |    Inf |  11.89%
2411.65/2420.19	c  2420s|183900 |   249 | 21410k| 114.9 |   159M |  44 |1652 |6206 |2121 |6391 |  0 | 153k|  22 | 0.000000e+00 |      --      |    Inf |  11.90%
2412.65/2421.18	c  2421s|184000 |   247 | 21419k| 114.9 |   159M |  44 |1652 |6319 |2121 |6391 |  1 | 153k|  22 | 0.000000e+00 |      --      |    Inf |  11.91%
2413.84/2422.34	c  2422s|184100 |   247 | 21430k| 114.9 |   159M |  44 |1652 |6443 |2121 |6391 |  0 | 153k|  22 | 0.000000e+00 |      --      |    Inf |  11.91%
2415.04/2423.54	c  2424s|184200 |   245 | 21441k| 114.9 |   159M |  44 |1652 |6494 |2124 |6391 |  1 | 153k|  22 | 0.000000e+00 |      --      |    Inf |  11.92%
2416.33/2424.82	c  2425s|184300 |   243 | 21453k| 114.9 |   159M |  44 |1652 |6536 |2124 |6391 |  1 | 153k|  22 | 0.000000e+00 |      --      |    Inf |  11.93%
2417.43/2425.98	c  2426s|184400 |   243 | 21463k| 114.9 |   159M |  44 |1652 |6570 |2119 |6391 |  1 | 153k|  22 | 0.000000e+00 |      --      |    Inf |  11.99%
2418.53/2427.07	c  2427s|184500 |   247 | 21473k| 114.9 |   159M |  44 |1652 |6533 |2119 |6391 |  0 | 153k|  22 | 0.000000e+00 |      --      |    Inf |  12.00%
2419.62/2428.15	c  2428s|184600 |   245 | 21483k| 114.8 |   159M |  44 |1652 |6566 |2119 |6392 |  0 | 154k|  22 | 0.000000e+00 |      --      |    Inf |  12.01%
2420.52/2429.07	c  2429s|184700 |   243 | 21491k| 114.8 |   159M |  44 |1652 |6672 |2119 |6392 |  1 | 154k|  22 | 0.000000e+00 |      --      |    Inf |  12.01%
2421.91/2430.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2421.91/2430.43	c  2430s|184800 |   245 | 21504k| 114.8 |   159M |  44 |1652 |6638 |2120 |6393 |  0 | 154k|  22 | 0.000000e+00 |      --      |    Inf |  12.01%
2423.11/2431.67	c  2432s|184900 |   244 | 21515k| 114.8 |   159M |  44 |1652 |6770 |2119 |6395 |  0 | 154k|  22 | 0.000000e+00 |      --      |    Inf |  12.02%
2424.20/2432.78	c  2433s|185000 |   244 | 21525k| 114.8 |   159M |  44 |1652 |6849 |2122 |6396 |  1 | 154k|  22 | 0.000000e+00 |      --      |    Inf |  12.02%
2425.20/2433.77	c  2434s|185100 |   245 | 21534k| 114.8 |   159M |  44 |1652 |6945 |2121 |6396 |  1 | 154k|  22 | 0.000000e+00 |      --      |    Inf |  12.03%
2426.29/2434.81	c  2435s|185200 |   243 | 21543k| 114.8 |   159M |  44 |1652 |6966 |2122 |6396 |  1 | 154k|  22 | 0.000000e+00 |      --      |    Inf |  12.04%
2427.39/2435.90	c  2436s|185300 |   247 | 21553k| 114.8 |   159M |  44 |1652 |7013 |2123 |6398 |  1 | 154k|  22 | 0.000000e+00 |      --      |    Inf |  12.04%
2428.59/2437.14	c  2437s|185400 |   243 | 21565k| 114.8 |   159M |  44 |1652 |7084 |2122 |6398 |  1 | 155k|  22 | 0.000000e+00 |      --      |    Inf |  12.05%
2429.88/2438.45	c  2438s|185500 |   247 | 21577k| 114.8 |   159M |  44 |1652 |7054 |2121 |6398 |  1 | 155k|  22 | 0.000000e+00 |      --      |    Inf |  12.06%
2431.08/2439.63	c  2440s|185600 |   247 | 21587k| 114.8 |   159M |  44 |1652 |7157 |2121 |6398 |  1 | 155k|  22 | 0.000000e+00 |      --      |    Inf |  12.06%
2432.17/2440.73	c  2441s|185700 |   243 | 21597k| 114.8 |   159M |  44 |1652 |7291 |2121 |6398 |  0 | 155k|  22 | 0.000000e+00 |      --      |    Inf |  12.06%
2433.37/2441.98	c  2442s|185800 |   249 | 21608k| 114.8 |   159M |  44 |1652 |7311 |2121 |6398 |  0 | 155k|  22 | 0.000000e+00 |      --      |    Inf |  12.06%
2434.36/2442.90	c  2443s|185900 |   250 | 21616k| 114.8 |   159M |  44 |1652 |7576 |2121 |6398 |  1 | 155k|  22 | 0.000000e+00 |      --      |    Inf |  12.06%
2435.16/2443.75	c  2444s|186000 |   244 | 21623k| 114.7 |   159M |  44 |1652 |7867 |2121 |6398 |  0 | 156k|  22 | 0.000000e+00 |      --      |    Inf |  12.06%
2436.26/2444.82	c  2445s|186100 |   246 | 21633k| 114.7 |   159M |  44 |1652 |7932 |2121 |6400 |  0 | 156k|  22 | 0.000000e+00 |      --      |    Inf |  12.07%
2437.46/2446.02	c  2446s|186200 |   248 | 21644k| 114.7 |   159M |  44 |1652 |8011 |2121 |6401 |  0 | 156k|  22 | 0.000000e+00 |      --      |    Inf |  12.07%
2438.65/2447.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2438.65/2447.26	c  2447s|186300 |   244 | 21655k| 114.7 |   159M |  44 |1652 |8109 |2122 |6403 |  1 | 156k|  22 | 0.000000e+00 |      --      |    Inf |  12.07%
2440.04/2448.63	c  2449s|186400 |   250 | 21668k| 114.7 |   159M |  44 |1652 |8085 |2122 |6404 |  1 | 156k|  22 | 0.000000e+00 |      --      |    Inf |  12.07%
2441.14/2449.74	c  2450s|186500 |   248 | 21678k| 114.7 |   159M |  44 |1652 |8163 |2122 |6405 |  1 | 156k|  22 | 0.000000e+00 |      --      |    Inf |  12.07%
2442.23/2450.84	c  2451s|186600 |   248 | 21688k| 114.7 |   159M |  44 |1652 |8272 |2121 |6405 |  1 | 156k|  22 | 0.000000e+00 |      --      |    Inf |  12.07%
2443.33/2451.96	c  2452s|186700 |   252 | 21698k| 114.7 |   159M |  44 |1652 |8457 |2121 |6405 |  1 | 157k|  22 | 0.000000e+00 |      --      |    Inf |  12.07%
2444.33/2452.92	c  2453s|186800 |   250 | 21707k| 114.7 |   159M |  44 |1652 |8638 |2121 |6405 |  1 | 157k|  22 | 0.000000e+00 |      --      |    Inf |  12.07%
2445.02/2453.68	c  2454s|186900 |   246 | 21714k| 114.7 |   160M |  44 |1652 |8767 |2121 |6405 |  0 | 157k|  22 | 0.000000e+00 |      --      |    Inf |  12.07%
2446.12/2454.75	c  2455s|187000 |   246 | 21723k| 114.7 |   160M |  44 |1652 |8831 |2121 |6405 |  0 | 157k|  22 | 0.000000e+00 |      --      |    Inf |  12.07%
2447.22/2455.81	c  2456s|187100 |   244 | 21732k| 114.7 |   160M |  44 |1652 |8837 |2121 |6405 |  1 | 157k|  22 | 0.000000e+00 |      --      |    Inf |  12.07%
2448.31/2457.00	c  2457s|187200 |   246 | 21743k| 114.6 |   160M |  44 |1652 |8857 |2121 |6405 |  0 | 157k|  22 | 0.000000e+00 |      --      |    Inf |  12.07%
2449.61/2458.27	c  2458s|187300 |   248 | 21754k| 114.6 |   160M |  44 |1652 |9138 |2121 |6405 |  0 | 158k|  22 | 0.000000e+00 |      --      |    Inf |  12.07%
2450.80/2459.48	c  2459s|187400 |   246 | 21765k| 114.6 |   160M |  44 |1652 |9189 |2121 |6405 |  0 | 158k|  22 | 0.000000e+00 |      --      |    Inf |  12.07%
2452.00/2460.66	c  2461s|187500 |   248 | 21775k| 114.6 |   160M |  44 |1652 |9186 |2121 |6405 |  0 | 158k|  22 | 0.000000e+00 |      --      |    Inf |  12.07%
2453.19/2461.88	c  2462s|187600 |   247 | 21786k| 114.6 |   160M |  44 |1652 |9306 |2121 |6405 |  0 | 158k|  22 | 0.000000e+00 |      --      |    Inf |  12.07%
2454.39/2463.04	c  2463s|187700 |   247 | 21796k| 114.6 |   160M |  44 |1652 |9424 |2121 |6405 |  1 | 158k|  22 | 0.000000e+00 |      --      |    Inf |  12.07%
2455.68/2464.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2455.68/2464.36	c  2464s|187800 |   245 | 21808k| 114.6 |   160M |  44 |1652 |9504 |2121 |6405 |  1 | 158k|  22 | 0.000000e+00 |      --      |    Inf |  12.07%
2456.98/2465.62	c  2466s|187900 |   241 | 21819k| 114.6 |   160M |  44 |1652 |9570 |2121 |6405 |  0 | 158k|  22 | 0.000000e+00 |      --      |    Inf |  12.07%
2458.27/2466.90	c  2467s|188000 |   242 | 21831k| 114.6 |   160M |  44 |1652 |9598 |2122 |6408 |  0 | 159k|  22 | 0.000000e+00 |      --      |    Inf |  12.08%
2459.57/2468.23	c  2468s|188100 |   244 | 21843k| 114.6 |   160M |  44 |1652 |9777 |2122 |6409 |  0 | 159k|  22 | 0.000000e+00 |      --      |    Inf |  12.08%
2460.77/2469.47	c  2469s|188200 |   242 | 21854k| 114.6 |   160M |  44 |1652 |9995 |2121 |6410 |  0 | 159k|  22 | 0.000000e+00 |      --      |    Inf |  12.08%
2462.16/2470.88	c  2471s|188300 |   246 | 21865k| 114.6 |   160M |  44 |1652 |  10k|2122 |6410 |  0 | 160k|  22 | 0.000000e+00 |      --      |    Inf |  12.08%
2463.56/2472.21	c  2472s|188400 |   242 | 21877k| 114.6 |   160M |  44 |1652 |  10k|2122 |6411 |  0 | 160k|  22 | 0.000000e+00 |      --      |    Inf |  12.08%
2464.75/2473.49	c  2473s|188500 |   244 | 21888k| 114.6 |   160M |  44 |1652 |  10k|2122 |6412 |  1 | 160k|  22 | 0.000000e+00 |      --      |    Inf |  12.08%
2466.05/2474.76	c  2475s|188600 |   242 | 21900k| 114.6 |   160M |  44 |1652 |  10k|2121 |6412 |  0 | 160k|  22 | 0.000000e+00 |      --      |    Inf |  12.08%
2467.35/2476.04	c  2476s|188700 |   242 | 21911k| 114.6 |   160M |  44 |1652 |  10k|2122 |6415 |  0 | 160k|  22 | 0.000000e+00 |      --      |    Inf |  12.08%
2468.64/2477.34	c  2477s|188800 |   240 | 21923k| 114.6 |   160M |  44 |1652 |  10k|2121 |6415 |  1 | 160k|  22 | 0.000000e+00 |      --      |    Inf |  12.08%
2469.73/2478.45	c  2478s|188900 |   240 | 21932k| 114.6 |   160M |  44 |1652 |  10k|2119 |6416 |  1 | 160k|  22 | 0.000000e+00 |      --      |    Inf |  12.08%
2470.93/2479.61	c  2480s|189000 |   240 | 21942k| 114.6 |   160M |  44 |1652 |9819 |2120 |6419 |  1 | 161k|  22 | 0.000000e+00 |      --      |    Inf |  12.10%
2472.02/2480.77	c  2481s|189100 |   240 | 21952k| 114.6 |   160M |  44 |1652 |9146 |2120 |6420 |  0 | 161k|  22 | 0.000000e+00 |      --      |    Inf |  12.11%
2473.43/2482.17	c  2482s|189200 |   240 | 21965k| 114.6 |   160M |  44 |1652 |9085 |2120 |6421 |  1 | 161k|  22 | 0.000000e+00 |      --      |    Inf |  12.11%
2474.81/2483.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2474.81/2483.57	c  2484s|189300 |   239 | 21977k| 114.6 |   160M |  44 |1652 |8444 |2119 |6421 |  1 | 161k|  22 | 0.000000e+00 |      --      |    Inf |  12.12%
2476.21/2484.97	c  2485s|189400 |   239 | 21989k| 114.6 |   160M |  44 |1652 |8432 |2119 |6423 |  1 | 161k|  22 | 0.000000e+00 |      --      |    Inf |  12.12%
2477.60/2486.30	c  2486s|189500 |   241 | 22001k| 114.6 |   160M |  44 |1652 |8473 |2120 |6425 |  0 | 161k|  22 | 0.000000e+00 |      --      |    Inf |  12.12%
2479.40/2488.17	c  2488s|189600 |   239 | 22018k| 114.6 |   160M |  44 |1652 |8715 |2120 |6430 |  0 | 161k|  22 | 0.000000e+00 |      --      |    Inf |  12.12%
2480.69/2489.41	c  2489s|189700 |   241 | 22028k| 114.6 |   160M |  44 |1652 |8771 |2120 |6433 |  1 | 162k|  22 | 0.000000e+00 |      --      |    Inf |  12.12%
2481.89/2490.68	c  2491s|189800 |   241 | 22039k| 114.6 |   160M |  44 |1652 |8905 |2120 |6435 |  1 | 162k|  22 | 0.000000e+00 |      --      |    Inf |  12.12%
2483.18/2492.00	c  2492s|189900 |   239 | 22051k| 114.6 |   160M |  44 |1652 |8886 |2120 |6439 |  1 | 162k|  22 | 0.000000e+00 |      --      |    Inf |  12.13%
2484.18/2492.99	c  2493s|190000 |   237 | 22059k| 114.6 |   160M |  44 |1652 |8870 |2123 |6439 |  0 | 162k|  22 | 0.000000e+00 |      --      |    Inf |  12.13%
2485.67/2494.45	c  2494s|190100 |   237 | 22070k| 114.6 |   160M |  44 |1652 |8575 |2122 |6446 |  1 | 162k|  22 | 0.000000e+00 |      --      |    Inf |  12.13%
2486.97/2495.78	c  2496s|190200 |   239 | 22082k| 114.6 |   160M |  44 |1652 |8493 |2119 |6447 |  0 | 162k|  22 | 0.000000e+00 |      --      |    Inf |  12.15%
2488.37/2497.10	c  2497s|190300 |   241 | 22093k| 114.6 |   160M |  44 |1652 |8329 |2119 |6447 |  0 | 162k|  22 | 0.000000e+00 |      --      |    Inf |  12.16%
2489.66/2498.44	c  2498s|190400 |   245 | 22105k| 114.6 |   160M |  44 |1652 |8273 |2122 |6447 |  1 | 162k|  22 | 0.000000e+00 |      --      |    Inf |  12.16%
2490.75/2499.57	c  2500s|190500 |   243 | 22115k| 114.6 |   160M |  44 |1652 |8413 |2122 |6447 |  1 | 163k|  22 | 0.000000e+00 |      --      |    Inf |  12.16%
2491.95/2500.75	c  2501s|190600 |   244 | 22125k| 114.6 |   160M |  44 |1652 |8508 |2122 |6448 |  1 | 163k|  22 | 0.000000e+00 |      --      |    Inf |  12.16%
2493.05/2501.87	c  2502s|190700 |   242 | 22135k| 114.6 |   160M |  44 |1652 |8648 |2119 |6449 |  0 | 163k|  22 | 0.000000e+00 |      --      |    Inf |  12.16%
2494.25/2503.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2494.25/2503.10	c  2503s|190800 |   240 | 22146k| 114.6 |   160M |  44 |1652 |8570 |2122 |6450 |  1 | 163k|  22 | 0.000000e+00 |      --      |    Inf |  12.17%
2495.54/2504.31	c  2504s|190900 |   238 | 22157k| 114.6 |   160M |  44 |1652 |8645 |2122 |6452 |  0 | 163k|  22 | 0.000000e+00 |      --      |    Inf |  12.18%
2496.83/2505.66	c  2506s|191000 |   238 | 22169k| 114.6 |   160M |  44 |1652 |8582 |2119 |6452 |  1 | 163k|  22 | 0.000000e+00 |      --      |    Inf |  12.18%
2498.03/2506.84	c  2507s|191100 |   238 | 22179k| 114.6 |   160M |  44 |1652 |8607 |2120 |6454 |  1 | 163k|  22 | 0.000000e+00 |      --      |    Inf |  12.18%
2499.23/2508.05	c  2508s|191200 |   237 | 22189k| 114.6 |   160M |  44 |1652 |8578 |2119 |6454 |  0 | 163k|  22 | 0.000000e+00 |      --      |    Inf |  12.18%
2500.62/2509.40	c  2509s|191300 |   237 | 22202k| 114.6 |   160M |  44 |1652 |8749 |2119 |6455 |  0 | 163k|  22 | 0.000000e+00 |      --      |    Inf |  12.18%
2501.91/2510.74	c  2511s|191400 |   239 | 22214k| 114.6 |   160M |  44 |1652 |8830 |2119 |6458 |  1 | 164k|  22 | 0.000000e+00 |      --      |    Inf |  12.18%
2503.21/2512.02	c  2512s|191500 |   235 | 22225k| 114.6 |   160M |  44 |1652 |8926 |2119 |6461 |  1 | 164k|  22 | 0.000000e+00 |      --      |    Inf |  12.18%
2505.00/2513.86	c  2514s|191600 |   241 | 22240k| 114.6 |   161M |  44 |1652 |8216 |2122 |6466 |  0 | 164k|  22 | 0.000000e+00 |      --      |    Inf |  12.21%
2507.39/2516.26	c  2516s|191700 |   245 | 22260k| 114.6 |   161M |  44 |1652 |8002 |2121 |6471 |  0 | 164k|  22 | 0.000000e+00 |      --      |    Inf |  12.23%
2508.59/2517.44	c  2517s|191800 |   243 | 22270k| 114.6 |   161M |  44 |1652 |7941 |2122 |6471 |  1 | 164k|  22 | 0.000000e+00 |      --      |    Inf |  12.26%
2509.79/2518.66	c  2519s|191900 |   239 | 22281k| 114.6 |   161M |  44 |1652 |7755 |2122 |6474 |  1 | 164k|  22 | 0.000000e+00 |      --      |    Inf |  12.27%
2510.98/2519.83	c  2520s|192000 |   239 | 22291k| 114.6 |   161M |  44 |1652 |7734 |2121 |6484 |  0 | 164k|  22 | 0.000000e+00 |      --      |    Inf |  12.27%
2511.88/2520.75	c  2521s|192100 |   239 | 22300k| 114.6 |   161M |  44 |1652 |7784 |2121 |6484 |  1 | 164k|  22 | 0.000000e+00 |      --      |    Inf |  12.28%
2513.07/2521.92	c  2522s|192200 |   237 | 22310k| 114.6 |   161M |  44 |1652 |7772 |2121 |6484 |  1 | 164k|  22 | 0.000000e+00 |      --      |    Inf |  12.30%
2514.27/2523.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2514.27/2523.11	c  2523s|192300 |   239 | 22321k| 114.6 |   161M |  44 |1652 |7767 |2122 |6484 |  0 | 164k|  22 | 0.000000e+00 |      --      |    Inf |  12.32%
2515.27/2524.11	c  2524s|192400 |   241 | 22330k| 114.6 |   161M |  44 |1652 |7810 |2123 |6486 |  1 | 164k|  22 | 0.000000e+00 |      --      |    Inf |  12.32%
2516.36/2525.28	c  2525s|192500 |   238 | 22340k| 114.6 |   161M |  44 |1652 |7858 |2122 |6486 |  0 | 164k|  22 | 0.000000e+00 |      --      |    Inf |  12.32%
2517.66/2526.50	c  2527s|192600 |   242 | 22351k| 114.6 |   161M |  44 |1652 |7845 |2122 |6488 |  0 | 164k|  22 | 0.000000e+00 |      --      |    Inf |  12.32%
2519.05/2527.91	c  2528s|192700 |   238 | 22364k| 114.6 |   161M |  44 |1652 |7882 |2122 |6488 |  1 | 164k|  22 | 0.000000e+00 |      --      |    Inf |  12.32%
2520.45/2529.35	c  2529s|192800 |   237 | 22377k| 114.6 |   161M |  44 |1652 |7914 |2123 |6491 |  0 | 164k|  22 | 0.000000e+00 |      --      |    Inf |  12.33%
2522.04/2530.98	c  2531s|192900 |   233 | 22391k| 114.6 |   161M |  44 |1652 |7829 |2122 |6497 |  1 | 165k|  22 | 0.000000e+00 |      --      |    Inf |  12.33%
2523.83/2532.78	c  2533s|193000 |   229 | 22407k| 114.6 |   161M |  44 |1652 |7703 |2123 |6501 |  0 | 165k|  22 | 0.000000e+00 |      --      |    Inf |  12.33%
2525.53/2534.48	c  2534s|193100 |   235 | 22422k| 114.7 |   161M |  44 |1652 |7439 |2123 |6507 |  2 | 165k|  22 | 0.000000e+00 |      --      |    Inf |  12.39%
2527.23/2536.17	c  2536s|193200 |   238 | 22437k| 114.7 |   161M |  44 |1652 |7446 |2123 |6510 |  1 | 165k|  22 | 0.000000e+00 |      --      |    Inf |  12.40%
2528.82/2537.75	c  2538s|193300 |   236 | 22452k| 114.7 |   161M |  44 |1652 |7495 |2123 |6510 |  0 | 165k|  22 | 0.000000e+00 |      --      |    Inf |  12.40%
2530.51/2539.43	c  2539s|193400 |   230 | 22467k| 114.7 |   161M |  44 |1652 |7515 |2123 |6510 |  0 | 165k|  22 | 0.000000e+00 |      --      |    Inf |  12.40%
2532.00/2540.97	c  2541s|193500 |   238 | 22481k| 114.7 |   161M |  44 |1652 |7545 |2123 |6517 |  0 | 165k|  22 | 0.000000e+00 |      --      |    Inf |  12.40%
2533.21/2542.17	c  2542s|193600 |   240 | 22491k| 114.7 |   161M |  44 |1652 |7685 |2122 |6520 |  1 | 165k|  22 | 0.000000e+00 |      --      |    Inf |  12.40%
2534.99/2543.94	c  2544s|193700 |   240 | 22507k| 114.7 |   161M |  44 |1652 |7701 |2123 |6528 |  0 | 165k|  22 | 0.000000e+00 |      --      |    Inf |  12.40%
2536.79/2545.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2536.79/2545.76	c  2546s|193800 |   240 | 22523k| 114.8 |   161M |  44 |1652 |7733 |2122 |6529 |  0 | 165k|  22 | 0.000000e+00 |      --      |    Inf |  12.40%
2537.98/2546.93	c  2547s|193900 |   242 | 22534k| 114.8 |   161M |  44 |1652 |7754 |2123 |6533 |  1 | 165k|  22 | 0.000000e+00 |      --      |    Inf |  12.40%
2539.48/2548.48	c  2548s|194000 |   238 | 22548k| 114.8 |   161M |  44 |1652 |7748 |2123 |6534 |  0 | 165k|  22 | 0.000000e+00 |      --      |    Inf |  12.40%
2540.77/2549.74	c  2550s|194100 |   240 | 22559k| 114.8 |   161M |  44 |1652 |7746 |2122 |6535 |  1 | 165k|  22 | 0.000000e+00 |      --      |    Inf |  12.40%
2542.37/2551.38	c  2551s|194200 |   244 | 22574k| 114.8 |   161M |  44 |1652 |7711 |2122 |6536 |  1 | 165k|  22 | 0.000000e+00 |      --      |    Inf |  12.40%
2543.96/2552.91	c  2553s|194300 |   242 | 22587k| 114.8 |   161M |  44 |1652 |7693 |2123 |6541 |  1 | 165k|  22 | 0.000000e+00 |      --      |    Inf |  12.41%
2545.55/2554.56	c  2555s|194400 |   242 | 22602k| 114.8 |   161M |  44 |1652 |7715 |2122 |6545 |  0 | 165k|  22 | 0.000000e+00 |      --      |    Inf |  12.41%
2547.25/2556.27	c  2556s|194500 |   242 | 22617k| 114.8 |   161M |  44 |1652 |7725 |2123 |6546 |  1 | 165k|  22 | 0.000000e+00 |      --      |    Inf |  12.41%
2548.84/2557.82	c  2558s|194600 |   244 | 22631k| 114.8 |   161M |  44 |1652 |7772 |2122 |6547 |  1 | 165k|  22 | 0.000000e+00 |      --      |    Inf |  12.41%
2550.24/2559.28	c  2559s|194700 |   242 | 22644k| 114.9 |   161M |  44 |1652 |7793 |2123 |6548 |  0 | 165k|  22 | 0.000000e+00 |      --      |    Inf |  12.41%
2551.93/2560.96	c  2561s|194800 |   238 | 22659k| 114.9 |   161M |  44 |1652 |7785 |2122 |6549 |  0 | 165k|  22 | 0.000000e+00 |      --      |    Inf |  12.41%
2553.33/2562.39	c  2562s|194900 |   238 | 22671k| 114.9 |   161M |  44 |1652 |7768 |2123 |6555 |  0 | 166k|  22 | 0.000000e+00 |      --      |    Inf |  12.41%
2555.22/2564.25	c  2564s|195000 |   236 | 22688k| 114.9 |   161M |  44 |1652 |7761 |2123 |6556 |  0 | 166k|  22 | 0.000000e+00 |      --      |    Inf |  12.41%
2556.81/2565.87	c  2566s|195100 |   236 | 22702k| 114.9 |   161M |  44 |1652 |7745 |2126 |6557 |  1 | 166k|  22 | 0.000000e+00 |      --      |    Inf |  12.41%
2558.31/2567.37	c  2567s|195200 |   236 | 22715k| 114.9 |   161M |  44 |1652 |7839 |2122 |6557 |  1 | 166k|  22 | 0.000000e+00 |      --      |    Inf |  12.41%
2559.90/2568.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2559.90/2568.97	c  2569s|195300 |   232 | 22729k| 114.9 |   161M |  44 |1652 |7721 |2122 |6558 |  1 | 166k|  22 | 0.000000e+00 |      --      |    Inf |  12.41%
2561.80/2570.87	c  2571s|195400 |   230 | 22745k| 115.0 |   161M |  44 |1652 |7728 |2127 |6563 |  1 | 166k|  22 | 0.000000e+00 |      --      |    Inf |  12.42%
2563.19/2572.26	c  2572s|195500 |   234 | 22758k| 115.0 |   161M |  44 |1652 |7679 |2123 |6564 |  1 | 166k|  22 | 0.000000e+00 |      --      |    Inf |  12.42%
2564.49/2573.57	c  2574s|195600 |   228 | 22769k| 115.0 |   161M |  44 |1652 |7802 |2127 |6566 |  0 | 166k|  22 | 0.000000e+00 |      --      |    Inf |  12.42%
2566.18/2575.26	c  2575s|195700 |   228 | 22784k| 115.0 |   161M |  44 |1652 |7805 |2123 |6570 |  0 | 166k|  22 | 0.000000e+00 |      --      |    Inf |  12.42%
2567.67/2576.79	c  2577s|195800 |   230 | 22798k| 115.0 |   161M |  44 |1652 |7714 |2122 |6573 |  0 | 166k|  22 | 0.000000e+00 |      --      |    Inf |  12.42%
2569.27/2578.32	c  2578s|195900 |   232 | 22811k| 115.0 |   161M |  44 |1652 |7727 |2122 |6575 |  1 | 166k|  22 | 0.000000e+00 |      --      |    Inf |  12.42%
2570.86/2579.97	c  2580s|196000 |   228 | 22826k| 115.0 |   161M |  44 |1652 |7775 |2122 |6580 |  0 | 166k|  22 | 0.000000e+00 |      --      |    Inf |  12.42%
2572.06/2581.19	c  2581s|196100 |   228 | 22836k| 115.0 |   161M |  44 |1652 |7783 |2122 |6582 |  0 | 166k|  22 | 0.000000e+00 |      --      |    Inf |  12.42%
2573.75/2582.82	c  2583s|196200 |   232 | 22851k| 115.0 |   161M |  44 |1652 |7688 |2122 |6582 |  1 | 166k|  22 | 0.000000e+00 |      --      |    Inf |  12.42%
2575.25/2584.39	c  2584s|196300 |   232 | 22865k| 115.0 |   161M |  44 |1652 |7681 |2123 |6583 |  0 | 166k|  22 | 0.000000e+00 |      --      |    Inf |  12.42%
2576.74/2585.84	c  2586s|196400 |   228 | 22878k| 115.0 |   161M |  44 |1652 |7701 |2123 |6583 |  0 | 166k|  22 | 0.000000e+00 |      --      |    Inf |  12.42%
2578.23/2587.33	c  2587s|196500 |   226 | 22891k| 115.1 |   161M |  44 |1652 |7764 |2122 |6586 |  0 | 166k|  22 | 0.000000e+00 |      --      |    Inf |  12.42%
2580.23/2589.35	c  2589s|196600 |   226 | 22908k| 115.1 |   161M |  44 |1652 |7740 |2122 |6593 |  0 | 166k|  22 | 0.000000e+00 |      --      |    Inf |  12.47%
2581.42/2590.57	c  2591s|196700 |   228 | 22918k| 115.1 |   161M |  44 |1652 |7829 |2123 |6595 |  0 | 167k|  22 | 0.000000e+00 |      --      |    Inf |  12.47%
2582.72/2591.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2582.72/2591.86	c  2592s|196800 |   237 | 22930k| 115.1 |   161M |  44 |1652 |7835 |2123 |6598 |  1 | 167k|  22 | 0.000000e+00 |      --      |    Inf |  12.47%
2583.92/2593.06	c  2593s|196900 |   235 | 22942k| 115.1 |   161M |  44 |1652 |7945 |2123 |6598 |  1 | 167k|  22 | 0.000000e+00 |      --      |    Inf |  12.47%
2585.02/2594.11	c  2594s|197000 |   231 | 22951k| 115.1 |   161M |  44 |1652 |8125 |2122 |6598 |  0 | 167k|  22 | 0.000000e+00 |      --      |    Inf |  12.47%
2586.50/2595.65	c  2596s|197100 |   229 | 22965k| 115.1 |   161M |  44 |1652 |7951 |2123 |6599 |  1 | 167k|  22 | 0.000000e+00 |      --      |    Inf |  12.52%
2587.80/2597.00	c  2597s|197200 |   225 | 22978k| 115.1 |   161M |  44 |1652 |7885 |2122 |6599 |  0 | 167k|  22 | 0.000000e+00 |      --      |    Inf |  12.52%
2589.49/2598.61	c  2599s|197300 |   229 | 22992k| 115.1 |   161M |  44 |1652 |7801 |2121 |6600 |  0 | 167k|  22 | 0.000000e+00 |      --      |    Inf |  12.53%
2590.79/2599.97	c  2600s|197400 |   229 | 23004k| 115.1 |   161M |  44 |1652 |7814 |2121 |6600 |  1 | 167k|  22 | 0.000000e+00 |      --      |    Inf |  12.53%
2592.28/2601.48	c  2601s|197500 |   225 | 23017k| 115.1 |   161M |  44 |1652 |7814 |2123 |6600 |  0 | 167k|  22 | 0.000000e+00 |      --      |    Inf |  12.53%
2594.28/2603.44	c  2603s|197600 |   225 | 23034k| 115.1 |   161M |  44 |1652 |7801 |2122 |6609 |  1 | 167k|  22 | 0.000000e+00 |      --      |    Inf |  12.53%
2595.77/2604.99	c  2605s|197700 |   225 | 23048k| 115.2 |   161M |  44 |1652 |7583 |2125 |6609 |  0 | 167k|  22 | 0.000000e+00 |      --      |    Inf |  12.53%
2597.26/2606.48	c  2606s|197800 |   223 | 23061k| 115.2 |   161M |  44 |1652 |7540 |2120 |6609 |  0 | 167k|  22 | 0.000000e+00 |      --      |    Inf |  12.54%
2598.56/2607.79	c  2608s|197900 |   225 | 23073k| 115.2 |   161M |  44 |1652 |7508 |2121 |6609 |  0 | 167k|  22 | 0.000000e+00 |      --      |    Inf |  12.54%
2600.05/2609.20	c  2609s|198000 |   225 | 23085k| 115.2 |   161M |  44 |1652 |7561 |2120 |6609 |  1 | 168k|  22 | 0.000000e+00 |      --      |    Inf |  12.54%
2601.55/2610.73	c  2611s|198100 |   224 | 23099k| 115.2 |   161M |  44 |1652 |7614 |2121 |6609 |  0 | 168k|  22 | 0.000000e+00 |      --      |    Inf |  12.55%
2602.65/2611.87	c  2612s|198200 |   226 | 23109k| 115.2 |   161M |  44 |1652 |7647 |2121 |6610 |  1 | 168k|  22 | 0.000000e+00 |      --      |    Inf |  12.55%
2603.85/2613.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2603.85/2613.04	c  2613s|198300 |   224 | 23119k| 115.2 |   161M |  44 |1652 |7690 |2121 |6611 |  0 | 168k|  22 | 0.000000e+00 |      --      |    Inf |  12.55%
2604.94/2614.12	c  2614s|198400 |   224 | 23129k| 115.2 |   161M |  44 |1652 |7717 |2121 |6611 |  1 | 168k|  22 | 0.000000e+00 |      --      |    Inf |  12.55%
2606.23/2615.41	c  2615s|198500 |   226 | 23141k| 115.2 |   161M |  44 |1652 |7748 |2121 |6611 |  1 | 168k|  22 | 0.000000e+00 |      --      |    Inf |  12.55%
2607.43/2616.61	c  2617s|198600 |   225 | 23152k| 115.2 |   161M |  44 |1652 |7836 |2121 |6611 |  0 | 168k|  22 | 0.000000e+00 |      --      |    Inf |  12.55%
2608.62/2617.80	c  2618s|198700 |   225 | 23162k| 115.1 |   161M |  44 |1652 |7996 |2121 |6612 |  1 | 168k|  22 | 0.000000e+00 |      --      |    Inf |  12.55%
2609.82/2619.10	c  2619s|198800 |   225 | 23174k| 115.1 |   161M |  44 |1652 |8084 |2121 |6612 |  1 | 168k|  22 | 0.000000e+00 |      --      |    Inf |  12.55%
2611.31/2620.50	c  2621s|198900 |   223 | 23187k| 115.2 |   161M |  44 |1652 |8172 |2121 |6613 |  1 | 168k|  22 | 0.000000e+00 |      --      |    Inf |  12.55%
2612.81/2622.02	c  2622s|199000 |   225 | 23201k| 115.2 |   161M |  44 |1652 |8201 |2121 |6614 |  1 | 168k|  22 | 0.000000e+00 |      --      |    Inf |  12.55%
2614.40/2623.62	c  2624s|199100 |   223 | 23215k| 115.2 |   161M |  44 |1652 |8231 |2122 |6618 |  0 | 168k|  22 | 0.000000e+00 |      --      |    Inf |  12.55%
2615.80/2625.04	c  2625s|199200 |   223 | 23228k| 115.2 |   161M |  44 |1652 |8266 |2122 |6619 |  0 | 168k|  22 | 0.000000e+00 |      --      |    Inf |  12.55%
2617.09/2626.39	c  2626s|199300 |   225 | 23240k| 115.2 |   161M |  44 |1652 |8295 |2122 |6619 |  0 | 168k|  22 | 0.000000e+00 |      --      |    Inf |  12.55%
2618.79/2628.04	c  2628s|199400 |   221 | 23254k| 115.2 |   161M |  44 |1652 |8161 |2120 |6625 |  1 | 169k|  22 | 0.000000e+00 |      --      |    Inf |  12.59%
2620.18/2629.47	c  2629s|199500 |   221 | 23266k| 115.2 |   161M |  44 |1652 |8041 |2122 |6627 |  0 | 169k|  22 | 0.000000e+00 |      --      |    Inf |  12.60%
2621.97/2631.24	c  2631s|199600 |   217 | 23282k| 115.2 |   161M |  44 |1652 |7994 |2121 |6628 |  0 | 169k|  22 | 0.000000e+00 |      --      |    Inf |  12.62%
2623.47/2632.75	c  2633s|199700 |   217 | 23296k| 115.2 |   161M |  44 |1652 |8043 |2121 |6630 |  1 | 169k|  22 | 0.000000e+00 |      --      |    Inf |  12.63%
2624.87/2634.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2624.87/2634.14	c  2634s|199800 |   217 | 23308k| 115.2 |   161M |  44 |1652 |8004 |2122 |6632 |  2 | 169k|  22 | 0.000000e+00 |      --      |    Inf |  12.63%
2626.16/2635.40	c  2635s|199900 |   213 | 23318k| 115.2 |   161M |  44 |1652 |8012 |2123 |6636 |  0 | 169k|  22 | 0.000000e+00 |      --      |    Inf |  12.63%
2628.25/2637.59	c  2638s|200000 |   217 | 23334k| 115.3 |   161M |  44 |1652 |7616 |2127 |6654 |  0 | 169k|  22 | 0.000000e+00 |      --      |    Inf |  12.73%
2629.65/2638.95	c  2639s|200100 |   217 | 23346k| 115.3 |   161M |  44 |1652 |7600 |2124 |6656 |  0 | 169k|  22 | 0.000000e+00 |      --      |    Inf |  12.75%
2631.14/2640.42	c  2640s|200200 |   219 | 23359k| 115.3 |   161M |  44 |1652 |7601 |2124 |6657 |  1 | 169k|  22 | 0.000000e+00 |      --      |    Inf |  12.75%
2632.54/2641.83	c  2642s|200300 |   219 | 23372k| 115.3 |   161M |  44 |1652 |7662 |2124 |6657 |  1 | 169k|  22 | 0.000000e+00 |      --      |    Inf |  12.75%
2633.93/2643.24	c  2643s|200400 |   217 | 23384k| 115.3 |   161M |  44 |1652 |7672 |2124 |6658 |  0 | 169k|  22 | 0.000000e+00 |      --      |    Inf |  12.75%
2635.62/2644.97	c  2645s|200500 |   217 | 23399k| 115.3 |   161M |  44 |1652 |7494 |2127 |6658 |  0 | 169k|  22 | 0.000000e+00 |      --      |    Inf |  12.76%
2637.22/2646.55	c  2647s|200600 |   223 | 23413k| 115.3 |   161M |  44 |1652 |7444 |2127 |6658 |  1 | 169k|  22 | 0.000000e+00 |      --      |    Inf |  12.76%
2639.01/2648.30	c  2648s|200700 |   215 | 23427k| 115.3 |   161M |  44 |1652 |7141 |2119 |6662 |  1 | 169k|  22 | 0.000000e+00 |      --      |    Inf |  12.77%
2639.82/2649.19	c  2649s|200800 |   219 | 23434k| 115.3 |   161M |  44 |1652 |6922 |2119 |6662 |  1 | 169k|  22 | 0.000000e+00 |      --      |    Inf |  12.78%
2640.51/2649.85	c  2650s|200900 |   223 | 23440k| 115.3 |   161M |  44 |1652 |7015 |2119 |6664 |  1 | 170k|  22 | 0.000000e+00 |      --      |    Inf |  12.78%
2641.20/2650.58	c  2651s|201000 |   217 | 23447k| 115.2 |   161M |  44 |1652 |7080 |2119 |6667 |  0 | 170k|  22 | 0.000000e+00 |      --      |    Inf |  12.79%
2642.00/2651.39	c  2651s|201100 |   215 | 23454k| 115.2 |   161M |  44 |1652 |7067 |2119 |6669 |  0 | 170k|  22 | 0.000000e+00 |      --      |    Inf |  12.80%
2642.90/2652.20	c  2652s|201200 |   217 | 23461k| 115.2 |   161M |  44 |1652 |7044 |2119 |6670 |  1 | 170k|  22 | 0.000000e+00 |      --      |    Inf |  12.82%
2643.80/2653.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2643.80/2653.16	c  2653s|201300 |   215 | 23470k| 115.2 |   161M |  44 |1652 |6938 |2123 |6672 |  0 | 170k|  22 | 0.000000e+00 |      --      |    Inf |  12.86%
2644.80/2654.18	c  2654s|201400 |   213 | 23479k| 115.2 |   161M |  44 |1652 |6994 |2124 |6675 |  0 | 170k|  22 | 0.000000e+00 |      --      |    Inf |  12.89%
2645.99/2655.37	c  2655s|201500 |   215 | 23489k| 115.2 |   161M |  44 |1652 |6872 |2119 |6676 |  1 | 170k|  22 | 0.000000e+00 |      --      |    Inf |  12.90%
2647.38/2656.71	c  2657s|201600 |   215 | 23501k| 115.2 |   161M |  44 |1652 |6933 |2119 |6677 |  1 | 170k|  22 | 0.000000e+00 |      --      |    Inf |  12.91%
2648.38/2657.71	c  2658s|201700 |   211 | 23509k| 115.2 |   161M |  44 |1652 |6867 |2119 |6679 |  0 | 170k|  22 | 0.000000e+00 |      --      |    Inf |  12.92%
2649.97/2659.33	c  2659s|201800 |   213 | 23524k| 115.2 |   161M |  44 |1652 |6758 |2121 |6680 |  0 | 170k|  22 | 0.000000e+00 |      --      |    Inf |  12.92%
2651.57/2660.95	c  2661s|201900 |   211 | 23539k| 115.2 |   161M |  44 |1652 |6821 |2121 |6684 |  0 | 171k|  22 | 0.000000e+00 |      --      |    Inf |  12.92%
2653.26/2662.67	c  2663s|202000 |   209 | 23554k| 115.2 |   161M |  44 |1652 |6846 |2122 |6689 |  0 | 171k|  22 | 0.000000e+00 |      --      |    Inf |  12.92%
2654.95/2664.39	c  2664s|202100 |   211 | 23568k| 115.2 |   161M |  44 |1652 |6565 |2122 |6700 |  1 | 171k|  22 | 0.000000e+00 |      --      |    Inf |  12.97%
2656.55/2665.91	c  2666s|202200 |   213 | 23580k| 115.2 |   161M |  44 |1652 |6337 |2123 |6710 |  0 | 171k|  22 | 0.000000e+00 |      --      |    Inf |  13.05%
2657.75/2667.18	c  2667s|202300 |   213 | 23591k| 115.2 |   161M |  44 |1652 |6401 |2122 |6717 |  1 | 171k|  22 | 0.000000e+00 |      --      |    Inf |  13.06%
2659.14/2668.59	c  2669s|202400 |   209 | 23603k| 115.2 |   161M |  44 |1652 |6420 |2122 |6723 |  1 | 171k|  22 | 0.000000e+00 |      --      |    Inf |  13.06%
2660.53/2669.93	c  2670s|202500 |   209 | 23614k| 115.2 |   161M |  44 |1652 |6454 |2122 |6730 |  1 | 171k|  22 | 0.000000e+00 |      --      |    Inf |  13.09%
2661.93/2671.32	c  2671s|202600 |   205 | 23627k| 115.2 |   161M |  44 |1652 |6430 |2122 |6737 |  0 | 171k|  22 | 0.000000e+00 |      --      |    Inf |  13.12%
2663.92/2673.39	c  2673s|202700 |   207 | 23641k| 115.2 |   161M |  44 |1652 |5919 |2125 |6765 |  1 | 171k|  22 | 0.000000e+00 |      --      |    Inf |  13.57%
2666.11/2675.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2666.11/2675.51	c  2676s|202800 |   207 | 23658k| 115.3 |   161M |  44 |1652 |5766 |2125 |6776 |  0 | 171k|  22 | 0.000000e+00 |      --      |    Inf |  13.75%
2667.91/2677.35	c  2677s|202900 |   209 | 23673k| 115.3 |   161M |  44 |1652 |5715 |2124 |6785 |  1 | 171k|  22 | 0.000000e+00 |      --      |    Inf |  13.89%
2669.50/2678.96	c  2679s|203000 |   209 | 23686k| 115.3 |   161M |  44 |1652 |5633 |2124 |6798 |  1 | 171k|  22 | 0.000000e+00 |      --      |    Inf |  13.92%
2670.90/2680.35	c  2680s|203100 |   207 | 23698k| 115.3 |   161M |  44 |1652 |5567 |2125 |6808 |  1 | 171k|  22 | 0.000000e+00 |      --      |    Inf |  13.99%
2672.19/2681.65	c  2682s|203200 |   213 | 23710k| 115.3 |   161M |  44 |1652 |5521 |2122 |6812 |  0 | 171k|  22 | 0.000000e+00 |      --      |    Inf |  13.99%
2673.19/2682.60	c  2683s|203300 |   213 | 23719k| 115.3 |   161M |  44 |1652 |5665 |2123 |6814 |  0 | 171k|  22 | 0.000000e+00 |      --      |    Inf |  14.00%
2674.08/2683.55	c  2684s|203400 |   213 | 23728k| 115.3 |   161M |  44 |1652 |5588 |2122 |6814 |  1 | 171k|  22 | 0.000000e+00 |      --      |    Inf |  14.00%
2675.28/2684.73	c  2685s|203500 |   217 | 23739k| 115.3 |   161M |  44 |1652 |5612 |2122 |6815 |  1 | 172k|  22 | 0.000000e+00 |      --      |    Inf |  14.00%
2676.38/2685.87	c  2686s|203600 |   214 | 23750k| 115.3 |   161M |  44 |1652 |5615 |2122 |6816 |  0 | 172k|  22 | 0.000000e+00 |      --      |    Inf |  14.00%
2677.37/2686.87	c  2687s|203700 |   216 | 23758k| 115.2 |   161M |  44 |1652 |5665 |2122 |6816 |  1 | 172k|  22 | 0.000000e+00 |      --      |    Inf |  14.00%
2678.37/2687.88	c  2688s|203800 |   215 | 23768k| 115.2 |   161M |  44 |1652 |5714 |2122 |6818 |  1 | 172k|  22 | 0.000000e+00 |      --      |    Inf |  14.00%
2679.57/2689.10	c  2689s|203900 |   211 | 23779k| 115.2 |   161M |  44 |1652 |5709 |2122 |6818 |  0 | 172k|  22 | 0.000000e+00 |      --      |    Inf |  14.00%
2680.86/2690.34	c  2690s|204000 |   207 | 23790k| 115.2 |   161M |  44 |1652 |5746 |2125 |6818 |  0 | 172k|  22 | 0.000000e+00 |      --      |    Inf |  14.00%
2682.15/2691.67	c  2692s|204100 |   211 | 23802k| 115.2 |   161M |  44 |1652 |5735 |2121 |6826 |  0 | 172k|  22 | 0.000000e+00 |      --      |    Inf |  14.01%
2683.35/2692.88	c  2693s|204200 |   209 | 23812k| 115.2 |   161M |  44 |1652 |5728 |2120 |6829 |  1 | 172k|  22 | 0.000000e+00 |      --      |    Inf |  14.01%
2684.65/2694.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2684.65/2694.19	c  2694s|204300 |   215 | 23824k| 115.2 |   161M |  44 |1652 |5707 |2125 |6838 |  0 | 172k|  22 | 0.000000e+00 |      --      |    Inf |  14.01%
2685.94/2695.46	c  2695s|204400 |   209 | 23835k| 115.2 |   161M |  44 |1652 |5712 |2121 |6841 |  0 | 172k|  22 | 0.000000e+00 |      --      |    Inf |  14.01%
2687.34/2696.84	c  2697s|204500 |   205 | 23847k| 115.2 |   161M |  44 |1652 |5372 |2117 |6846 |  1 | 172k|  22 | 0.000000e+00 |      --      |    Inf |  14.01%
2688.54/2698.08	c  2698s|204600 |   221 | 23857k| 115.2 |   161M |  44 |1652 |5231 |2120 |6853 |  0 | 172k|  22 | 0.000000e+00 |      --      |    Inf |  14.10%
2689.63/2699.18	c  2699s|204700 |   219 | 23864k| 115.2 |   161M |  44 |1652 |5326 |2121 |6855 |  0 | 172k|  22 | 0.000000e+00 |      --      |    Inf |  14.12%
2690.63/2700.16	c  2700s|204800 |   215 | 23873k| 115.2 |   161M |  44 |1652 |5368 |2120 |6860 |  1 | 172k|  22 | 0.000000e+00 |      --      |    Inf |  14.13%
2691.72/2701.26	c  2701s|204900 |   219 | 23882k| 115.2 |   161M |  44 |1652 |5311 |2121 |6865 |  1 | 172k|  22 | 0.000000e+00 |      --      |    Inf |  14.21%
2692.81/2702.32	c  2702s|205000 |   219 | 23890k| 115.2 |   161M |  44 |1652 |5277 |2122 |6871 |  0 | 172k|  22 | 0.000000e+00 |      --      |    Inf |  14.28%
2693.71/2703.23	c  2703s|205100 |   215 | 23899k| 115.1 |   161M |  44 |1652 |5328 |2122 |6871 |  1 | 172k|  22 | 0.000000e+00 |      --      |    Inf |  14.31%
2694.51/2704.04	c  2704s|205200 |   219 | 23906k| 115.1 |   161M |  44 |1652 |5378 |2121 |6873 |  1 | 172k|  22 | 0.000000e+00 |      --      |    Inf |  14.31%
2695.61/2705.10	c  2705s|205300 |   217 | 23916k| 115.1 |   161M |  44 |1652 |5363 |2121 |6874 |  1 | 172k|  22 | 0.000000e+00 |      --      |    Inf |  14.33%
2696.61/2706.17	c  2706s|205400 |   215 | 23925k| 115.1 |   161M |  44 |1652 |5471 |2122 |6875 |  0 | 173k|  22 | 0.000000e+00 |      --      |    Inf |  14.36%
2697.60/2707.17	c  2707s|205500 |   213 | 23935k| 115.1 |   161M |  44 |1652 |5515 |2122 |6875 |  1 | 173k|  22 | 0.000000e+00 |      --      |    Inf |  14.39%
2698.89/2708.48	c  2708s|205600 |   213 | 23946k| 115.1 |   161M |  44 |1652 |5518 |2121 |6879 |  1 | 173k|  22 | 0.000000e+00 |      --      |    Inf |  14.41%
2700.39/2709.91	c  2710s|205700 |   218 | 23959k| 115.1 |   161M |  44 |1652 |5416 |2119 |6885 |  1 | 173k|  22 | 0.000000e+00 |      --      |    Inf |  14.43%
2701.08/2710.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2701.08/2710.68	c  2711s|205800 |   224 | 23965k| 115.1 |   161M |  44 |1652 |5569 |2119 |6887 |  1 | 173k|  22 | 0.000000e+00 |      --      |    Inf |  14.43%
2701.68/2711.23	c  2711s|205900 |   228 | 23970k| 115.0 |   161M |  44 |1652 |5716 |2119 |6887 |  1 | 173k|  22 | 0.000000e+00 |      --      |    Inf |  14.43%
2702.28/2711.89	c  2712s|206000 |   222 | 23976k| 115.0 |   161M |  44 |1652 |5842 |2119 |6887 |  1 | 173k|  22 | 0.000000e+00 |      --      |    Inf |  14.43%
2703.28/2712.85	c  2713s|206100 |   220 | 23984k| 115.0 |   161M |  44 |1652 |5873 |2119 |6889 |  0 | 173k|  22 | 0.000000e+00 |      --      |    Inf |  14.44%
2704.17/2713.70	c  2714s|206200 |   220 | 23991k| 115.0 |   161M |  44 |1652 |5875 |2119 |6889 |  0 | 173k|  22 | 0.000000e+00 |      --      |    Inf |  14.46%
2705.17/2714.72	c  2715s|206300 |   216 | 24000k| 115.0 |   161M |  44 |1652 |5782 |2119 |6891 |  1 | 173k|  22 | 0.000000e+00 |      --      |    Inf |  14.48%
2706.16/2715.72	c  2716s|206400 |   222 | 24008k| 115.0 |   161M |  44 |1652 |5794 |2123 |6903 |  1 | 173k|  22 | 0.000000e+00 |      --      |    Inf |  14.49%
2706.86/2716.46	c  2716s|206500 |   220 | 24014k| 114.9 |   161M |  44 |1652 |5824 |2123 |6905 |  0 | 174k|  22 | 0.000000e+00 |      --      |    Inf |  14.51%
2707.57/2717.15	c  2717s|206600 |   220 | 24020k| 114.9 |   161M |  44 |1652 |5881 |2123 |6905 |  0 | 174k|  22 | 0.000000e+00 |      --      |    Inf |  14.51%
2708.36/2718.00	c  2718s|206700 |   220 | 24028k| 114.9 |   161M |  44 |1652 |5889 |2123 |6905 |  1 | 174k|  22 | 0.000000e+00 |      --      |    Inf |  14.52%
2709.15/2718.75	c  2719s|206800 |   218 | 24035k| 114.9 |   161M |  44 |1652 |5903 |2123 |6905 |  0 | 174k|  22 | 0.000000e+00 |      --      |    Inf |  14.53%
2709.95/2719.56	c  2720s|206900 |   218 | 24042k| 114.8 |   161M |  44 |1652 |5924 |2123 |6905 |  0 | 174k|  22 | 0.000000e+00 |      --      |    Inf |  14.56%
2711.15/2720.75	c  2721s|207000 |   220 | 24051k| 114.8 |   161M |  44 |1652 |5923 |2123 |6905 |  1 | 174k|  22 | 0.000000e+00 |      --      |    Inf |  14.58%
2712.45/2722.01	c  2722s|207100 |   214 | 24063k| 114.8 |   161M |  44 |1652 |5916 |2119 |6905 |  0 | 174k|  22 | 0.000000e+00 |      --      |    Inf |  14.59%
2713.64/2723.23	c  2723s|207200 |   216 | 24072k| 114.8 |   161M |  44 |1652 |5867 |2121 |6913 |  1 | 174k|  22 | 0.000000e+00 |      --      |    Inf |  14.60%
2714.44/2724.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2714.44/2724.09	c  2724s|207300 |   218 | 24080k| 114.8 |   161M |  44 |1652 |5913 |2121 |6914 |  0 | 174k|  22 | 0.000000e+00 |      --      |    Inf |  14.61%
2715.44/2725.00	c  2725s|207400 |   216 | 24088k| 114.8 |   161M |  44 |1652 |5965 |2121 |6915 |  1 | 174k|  22 | 0.000000e+00 |      --      |    Inf |  14.61%
2716.23/2725.85	c  2726s|207500 |   220 | 24096k| 114.8 |   161M |  44 |1652 |5995 |2121 |6918 |  1 | 174k|  22 | 0.000000e+00 |      --      |    Inf |  14.62%
2716.92/2726.59	c  2727s|207600 |   218 | 24102k| 114.7 |   161M |  44 |1652 |6122 |2121 |6918 |  0 | 174k|  22 | 0.000000e+00 |      --      |    Inf |  14.63%
2717.82/2727.43	c  2727s|207700 |   219 | 24109k| 114.7 |   161M |  44 |1652 |6183 |2121 |6918 |  1 | 174k|  22 | 0.000000e+00 |      --      |    Inf |  14.63%
2718.82/2728.44	c  2728s|207800 |   217 | 24119k| 114.7 |   161M |  44 |1652 |6190 |2122 |6924 |  1 | 174k|  22 | 0.000000e+00 |      --      |    Inf |  14.63%
2719.71/2729.35	c  2729s|207900 |   213 | 24126k| 114.7 |   161M |  44 |1652 |6257 |2121 |6927 |  0 | 175k|  22 | 0.000000e+00 |      --      |    Inf |  14.63%
2720.61/2730.25	c  2730s|208000 |   213 | 24134k| 114.7 |   161M |  44 |1652 |6142 |2121 |6928 |  1 | 175k|  22 | 0.000000e+00 |      --      |    Inf |  14.65%
2721.61/2731.23	c  2731s|208100 |   211 | 24143k| 114.7 |   161M |  44 |1652 |6205 |2121 |6929 |  0 | 175k|  22 | 0.000000e+00 |      --      |    Inf |  14.65%
2722.60/2732.20	c  2732s|208200 |   211 | 24152k| 114.7 |   161M |  44 |1652 |6366 |2121 |6929 |  1 | 175k|  22 | 0.000000e+00 |      --      |    Inf |  14.65%
2723.51/2733.12	c  2733s|208300 |   217 | 24160k| 114.6 |   161M |  44 |1652 |6341 |2121 |6936 |  1 | 175k|  22 | 0.000000e+00 |      --      |    Inf |  14.66%
2724.89/2734.52	c  2735s|208400 |   219 | 24171k| 114.6 |   161M |  44 |1652 |6534 |2121 |6942 |  1 | 175k|  22 | 0.000000e+00 |      --      |    Inf |  14.66%
2725.89/2735.57	c  2736s|208500 |   215 | 24181k| 114.6 |   161M |  44 |1652 |6429 |2122 |6942 |  0 | 175k|  22 | 0.000000e+00 |      --      |    Inf |  14.67%
2726.99/2736.61	c  2737s|208600 |   216 | 24191k| 114.6 |   161M |  44 |1652 |6478 |2121 |6944 |  1 | 175k|  22 | 0.000000e+00 |      --      |    Inf |  14.68%
2728.08/2737.74	c  2738s|208700 |   214 | 24201k| 114.6 |   161M |  44 |1652 |6429 |2122 |6944 |  1 | 175k|  22 | 0.000000e+00 |      --      |    Inf |  14.70%
2729.08/2738.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2729.08/2738.74	c  2739s|208800 |   214 | 24210k| 114.6 |   161M |  44 |1652 |6547 |2122 |6944 |  1 | 175k|  22 | 0.000000e+00 |      --      |    Inf |  14.72%
2730.18/2739.83	c  2740s|208900 |   212 | 24220k| 114.6 |   161M |  44 |1652 |6600 |2124 |6948 |  1 | 176k|  22 | 0.000000e+00 |      --      |    Inf |  14.72%
2731.07/2740.75	c  2741s|209000 |   214 | 24228k| 114.6 |   161M |  44 |1652 |6634 |2122 |6950 |  1 | 176k|  22 | 0.000000e+00 |      --      |    Inf |  14.74%
2732.07/2741.76	c  2742s|209100 |   222 | 24237k| 114.6 |   161M |  44 |1652 |6660 |2121 |6950 |  1 | 176k|  22 | 0.000000e+00 |      --      |    Inf |  14.75%
2733.06/2742.77	c  2743s|209200 |   218 | 24246k| 114.6 |   161M |  44 |1652 |6665 |2122 |6950 |  0 | 176k|  22 | 0.000000e+00 |      --      |    Inf |  14.76%
2734.16/2743.82	c  2744s|209300 |   218 | 24255k| 114.5 |   161M |  44 |1652 |6712 |2122 |6951 |  0 | 176k|  22 | 0.000000e+00 |      --      |    Inf |  14.76%
2735.36/2745.01	c  2745s|209400 |   220 | 24266k| 114.5 |   161M |  44 |1652 |6736 |2121 |6951 |  1 | 176k|  22 | 0.000000e+00 |      --      |    Inf |  14.77%
2736.46/2746.13	c  2746s|209500 |   216 | 24276k| 114.5 |   161M |  44 |1652 |6775 |2121 |6951 |  1 | 176k|  22 | 0.000000e+00 |      --      |    Inf |  14.78%
2737.45/2747.12	c  2747s|209600 |   214 | 24285k| 114.5 |   161M |  44 |1652 |6820 |2122 |6952 |  0 | 176k|  22 | 0.000000e+00 |      --      |    Inf |  14.79%
2738.45/2748.19	c  2748s|209700 |   216 | 24294k| 114.5 |   161M |  44 |1652 |6807 |2121 |6952 |  1 | 176k|  22 | 0.000000e+00 |      --      |    Inf |  14.79%
2739.45/2749.12	c  2749s|209800 |   216 | 24303k| 114.5 |   161M |  44 |1652 |6935 |2121 |6953 |  1 | 176k|  22 | 0.000000e+00 |      --      |    Inf |  14.79%
2740.44/2750.14	c  2750s|209900 |   216 | 24311k| 114.5 |   161M |  44 |1652 |7033 |2121 |6954 |  0 | 176k|  22 | 0.000000e+00 |      --      |    Inf |  14.79%
2741.34/2751.08	c  2751s|210000 |   216 | 24320k| 114.5 |   161M |  44 |1652 |7198 |2121 |6956 |  0 | 176k|  22 | 0.000000e+00 |      --      |    Inf |  14.79%
2742.63/2752.33	c  2752s|210100 |   214 | 24330k| 114.5 |   161M |  44 |1652 |6846 |2122 |6964 |  0 | 176k|  22 | 0.000000e+00 |      --      |    Inf |  14.83%
2743.33/2753.05	c  2753s|210200 |   216 | 24336k| 114.4 |   161M |  44 |1652 |6651 |2122 |6964 |  0 | 177k|  22 | 0.000000e+00 |      --      |    Inf |  14.83%
2744.22/2753.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2744.22/2753.94	c  2754s|210300 |   214 | 24345k| 114.4 |   161M |  44 |1652 |6618 |2122 |6965 |  0 | 177k|  22 | 0.000000e+00 |      --      |    Inf |  14.85%
2745.02/2754.70	c  2755s|210400 |   216 | 24352k| 114.4 |   161M |  44 |1652 |6508 |2122 |6965 |  0 | 177k|  22 | 0.000000e+00 |      --      |    Inf |  14.86%
2746.02/2755.74	c  2756s|210500 |   216 | 24360k| 114.4 |   161M |  44 |1652 |6302 |2124 |6975 |  0 | 177k|  22 | 0.000000e+00 |      --      |    Inf |  14.90%
2746.91/2756.63	c  2757s|210600 |   222 | 24368k| 114.4 |   161M |  44 |1652 |6308 |2124 |6975 |  1 | 177k|  22 | 0.000000e+00 |      --      |    Inf |  14.91%
2747.61/2757.34	c  2757s|210700 |   222 | 24375k| 114.4 |   161M |  44 |1652 |6370 |2124 |6975 |  1 | 177k|  22 | 0.000000e+00 |      --      |    Inf |  14.91%
2748.41/2758.16	c  2758s|210800 |   220 | 24382k| 114.3 |   161M |  44 |1652 |6567 |2124 |6976 |  0 | 177k|  22 | 0.000000e+00 |      --      |    Inf |  14.92%
2749.50/2759.21	c  2759s|210900 |   222 | 24391k| 114.3 |   161M |  44 |1652 |6632 |2125 |6984 |  0 | 177k|  22 | 0.000000e+00 |      --      |    Inf |  14.92%
2750.31/2760.08	c  2760s|211000 |   220 | 24399k| 114.3 |   161M |  44 |1652 |6757 |2125 |6986 |  0 | 177k|  22 | 0.000000e+00 |      --      |    Inf |  14.92%
2751.40/2761.12	c  2761s|211100 |   226 | 24409k| 114.3 |   161M |  44 |1652 |6785 |2125 |6990 |  1 | 177k|  22 | 0.000000e+00 |      --      |    Inf |  14.93%
2752.40/2762.15	c  2762s|211200 |   221 | 24418k| 114.3 |   161M |  44 |1652 |6896 |2125 |6993 |  1 | 177k|  22 | 0.000000e+00 |      --      |    Inf |  14.94%
2753.49/2763.23	c  2763s|211300 |   219 | 24428k| 114.3 |   161M |  44 |1652 |7005 |2125 |6996 |  1 | 178k|  22 | 0.000000e+00 |      --      |    Inf |  14.94%
2754.39/2764.15	c  2764s|211400 |   219 | 24436k| 114.3 |   161M |  44 |1652 |7162 |2125 |6999 |  0 | 178k|  22 | 0.000000e+00 |      --      |    Inf |  14.94%
2755.48/2765.23	c  2765s|211500 |   213 | 24446k| 114.3 |   161M |  44 |1652 |7175 |2125 |7000 |  0 | 178k|  22 | 0.000000e+00 |      --      |    Inf |  14.95%
2756.38/2766.15	c  2766s|211600 |   219 | 24454k| 114.2 |   161M |  44 |1652 |7047 |2124 |7000 |  1 | 178k|  22 | 0.000000e+00 |      --      |    Inf |  14.96%
2758.07/2767.82	c  2768s|211700 |   225 | 24467k| 114.2 |   161M |  44 |1652 |7066 |2124 |7000 |  0 | 178k|  22 | 0.000000e+00 |      --      |    Inf |  14.96%
2758.87/2768.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2758.87/2768.64	c  2769s|211800 |   227 | 24474k| 114.2 |   161M |  44 |1652 |7119 |2124 |7000 |  0 | 178k|  22 | 0.000000e+00 |      --      |    Inf |  14.96%
2759.57/2769.37	c  2769s|211900 |   229 | 24481k| 114.2 |   161M |  44 |1652 |7299 |2124 |7000 |  1 | 178k|  22 | 0.000000e+00 |      --      |    Inf |  14.96%
2760.37/2770.14	c  2770s|212000 |   227 | 24487k| 114.2 |   161M |  44 |1652 |7470 |2124 |7000 |  0 | 178k|  22 | 0.000000e+00 |      --      |    Inf |  14.96%
2761.26/2771.01	c  2771s|212100 |   225 | 24495k| 114.2 |   161M |  44 |1652 |7604 |2124 |7000 |  0 | 179k|  22 | 0.000000e+00 |      --      |    Inf |  14.96%
2762.16/2771.98	c  2772s|212200 |   223 | 24504k| 114.2 |   161M |  44 |1652 |7619 |2124 |7000 |  0 | 179k|  22 | 0.000000e+00 |      --      |    Inf |  14.96%
2762.95/2772.73	c  2773s|212300 |   227 | 24511k| 114.1 |   161M |  44 |1652 |7581 |2124 |7000 |  1 | 179k|  22 | 0.000000e+00 |      --      |    Inf |  14.96%
2763.75/2773.51	c  2774s|212400 |   225 | 24517k| 114.1 |   161M |  44 |1652 |7670 |2124 |7000 |  0 | 179k|  22 | 0.000000e+00 |      --      |    Inf |  14.96%
2764.65/2774.48	c  2774s|212500 |   225 | 24526k| 114.1 |   161M |  44 |1652 |7637 |2124 |7000 |  1 | 179k|  22 | 0.000000e+00 |      --      |    Inf |  14.96%
2765.54/2775.33	c  2775s|212600 |   225 | 24534k| 114.1 |   161M |  44 |1652 |7662 |2124 |7000 |  1 | 179k|  22 | 0.000000e+00 |      --      |    Inf |  14.96%
2766.44/2776.20	c  2776s|212700 |   225 | 24541k| 114.1 |   161M |  44 |1652 |7798 |2124 |7000 |  0 | 179k|  22 | 0.000000e+00 |      --      |    Inf |  14.96%
2767.44/2777.29	c  2777s|212800 |   225 | 24551k| 114.1 |   161M |  44 |1652 |7852 |2124 |7000 |  1 | 179k|  22 | 0.000000e+00 |      --      |    Inf |  14.96%
2768.63/2778.42	c  2778s|212900 |   225 | 24561k| 114.0 |   161M |  44 |1652 |7892 |2124 |7001 |  1 | 179k|  22 | 0.000000e+00 |      --      |    Inf |  14.97%
2769.73/2779.50	c  2779s|213000 |   227 | 24571k| 114.0 |   161M |  44 |1652 |8005 |2124 |7001 |  1 | 179k|  22 | 0.000000e+00 |      --      |    Inf |  14.97%
2770.82/2780.65	c  2781s|213100 |   227 | 24582k| 114.0 |   161M |  44 |1652 |8152 |2124 |7002 |  1 | 179k|  22 | 0.000000e+00 |      --      |    Inf |  14.97%
2772.02/2781.88	c  2782s|213200 |   225 | 24593k| 114.0 |   161M |  44 |1652 |8193 |2124 |7003 |  1 | 180k|  22 | 0.000000e+00 |      --      |    Inf |  14.97%
2773.02/2782.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2773.02/2782.80	c  2783s|213300 |   227 | 24601k| 114.0 |   161M |  44 |1652 |8283 |2124 |7003 |  0 | 180k|  22 | 0.000000e+00 |      --      |    Inf |  14.97%
2774.01/2783.83	c  2784s|213400 |   225 | 24610k| 114.0 |   161M |  44 |1652 |8443 |2124 |7013 |  1 | 180k|  22 | 0.000000e+00 |      --      |    Inf |  14.97%
2775.11/2784.91	c  2785s|213500 |   223 | 24620k| 114.0 |   161M |  44 |1652 |8301 |2124 |7013 |  0 | 180k|  22 | 0.000000e+00 |      --      |    Inf |  14.97%
2776.10/2785.98	c  2786s|213600 |   223 | 24629k| 114.0 |   161M |  44 |1652 |8196 |2124 |7013 |  1 | 180k|  22 | 0.000000e+00 |      --      |    Inf |  14.97%
2777.10/2786.94	c  2787s|213700 |   219 | 24638k| 114.0 |   161M |  44 |1652 |8313 |2124 |7014 |  1 | 180k|  22 | 0.000000e+00 |      --      |    Inf |  14.97%
2778.00/2787.88	c  2788s|213800 |   225 | 24647k| 114.0 |   161M |  44 |1652 |8309 |2124 |7014 |  1 | 180k|  22 | 0.000000e+00 |      --      |    Inf |  14.97%
2778.99/2788.89	c  2789s|213900 |   223 | 24656k| 114.0 |   161M |  44 |1652 |8305 |2124 |7016 |  0 | 180k|  22 | 0.000000e+00 |      --      |    Inf |  14.97%
2780.09/2789.93	c  2790s|214000 |   219 | 24665k| 113.9 |   161M |  44 |1652 |8253 |2125 |7020 |  0 | 180k|  22 | 0.000000e+00 |      --      |    Inf |  14.97%
2781.09/2790.97	c  2791s|214100 |   221 | 24674k| 113.9 |   161M |  44 |1652 |8091 |2124 |7022 |  1 | 180k|  22 | 0.000000e+00 |      --      |    Inf |  14.97%
2782.08/2791.90	c  2792s|214200 |   221 | 24682k| 113.9 |   161M |  44 |1652 |7829 |2124 |7022 |  1 | 180k|  22 | 0.000000e+00 |      --      |    Inf |  14.97%
2783.18/2793.03	c  2793s|214300 |   221 | 24693k| 113.9 |   161M |  44 |1652 |7845 |2124 |7022 |  0 | 180k|  22 | 0.000000e+00 |      --      |    Inf |  14.97%
2784.37/2794.22	c  2794s|214400 |   223 | 24703k| 113.9 |   161M |  44 |1652 |7897 |2124 |7023 |  1 | 180k|  22 | 0.000000e+00 |      --      |    Inf |  14.97%
2785.47/2795.34	c  2795s|214500 |   221 | 24713k| 113.9 |   161M |  44 |1652 |7889 |2124 |7031 |  0 | 180k|  22 | 0.000000e+00 |      --      |    Inf |  14.97%
2786.47/2796.37	c  2796s|214600 |   221 | 24722k| 113.9 |   161M |  44 |1652 |7798 |2125 |7032 |  1 | 181k|  22 | 0.000000e+00 |      --      |    Inf |  14.97%
2787.46/2797.39	c  2797s|214700 |   219 | 24731k| 113.9 |   161M |  44 |1652 |7813 |2124 |7034 |  0 | 181k|  22 | 0.000000e+00 |      --      |    Inf |  14.97%
2788.46/2798.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2788.46/2798.36	c  2798s|214800 |   221 | 24740k| 113.9 |   161M |  44 |1652 |7924 |2124 |7035 |  1 | 181k|  22 | 0.000000e+00 |      --      |    Inf |  14.97%
2789.65/2799.57	c  2800s|214900 |   223 | 24751k| 113.9 |   161M |  44 |1652 |7767 |2124 |7035 |  0 | 181k|  22 | 0.000000e+00 |      --      |    Inf |  14.98%
2790.55/2800.47	c  2800s|215000 |   223 | 24759k| 113.9 |   161M |  44 |1652 |7727 |2124 |7035 |  0 | 181k|  22 | 0.000000e+00 |      --      |    Inf |  14.98%
2791.75/2801.69	c  2802s|215100 |   225 | 24769k| 113.9 |   161M |  44 |1652 |7650 |2124 |7035 |  0 | 181k|  22 | 0.000000e+00 |      --      |    Inf |  14.98%
2793.04/2802.93	c  2803s|215200 |   227 | 24780k| 113.9 |   161M |  44 |1652 |7640 |2124 |7035 |  1 | 181k|  22 | 0.000000e+00 |      --      |    Inf |  14.98%
2794.04/2803.90	c  2804s|215300 |   223 | 24789k| 113.8 |   161M |  44 |1652 |7628 |2124 |7035 |  1 | 181k|  22 | 0.000000e+00 |      --      |    Inf |  14.98%
2795.24/2805.13	c  2805s|215400 |   223 | 24799k| 113.8 |   161M |  44 |1652 |7585 |2124 |7035 |  1 | 181k|  22 | 0.000000e+00 |      --      |    Inf |  14.98%
2796.33/2806.22	c  2806s|215500 |   227 | 24808k| 113.8 |   161M |  44 |1652 |7335 |2124 |7043 |  0 | 181k|  22 | 0.000000e+00 |      --      |    Inf |  14.99%
2797.13/2807.01	c  2807s|215600 |   229 | 24815k| 113.8 |   161M |  44 |1652 |7159 |2124 |7043 |  1 | 181k|  22 | 0.000000e+00 |      --      |    Inf |  14.99%
2798.13/2808.00	c  2808s|215700 |   225 | 24824k| 113.8 |   161M |  44 |1652 |7116 |2124 |7043 |  1 | 181k|  22 | 0.000000e+00 |      --      |    Inf |  15.00%
2799.12/2809.02	c  2809s|215800 |   225 | 24833k| 113.8 |   161M |  44 |1652 |7085 |2124 |7047 |  0 | 181k|  22 | 0.000000e+00 |      --      |    Inf |  15.00%
2799.92/2809.85	c  2810s|215900 |   227 | 24840k| 113.8 |   161M |  44 |1652 |7106 |2124 |7047 |  1 | 181k|  22 | 0.000000e+00 |      --      |    Inf |  15.00%
2801.01/2810.91	c  2811s|216000 |   223 | 24849k| 113.8 |   161M |  44 |1652 |7161 |2124 |7047 |  0 | 181k|  22 | 0.000000e+00 |      --      |    Inf |  15.01%
2802.21/2812.16	c  2812s|216100 |   227 | 24860k| 113.7 |   161M |  44 |1652 |7036 |2122 |7053 |  1 | 181k|  22 | 0.000000e+00 |      --      |    Inf |  15.03%
2803.40/2813.33	c  2813s|216200 |   229 | 24870k| 113.7 |   161M |  44 |1652 |6927 |2122 |7057 |  0 | 181k|  22 | 0.000000e+00 |      --      |    Inf |  15.03%
2804.30/2814.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2804.30/2814.22	c  2814s|216300 |   229 | 24878k| 113.7 |   161M |  44 |1652 |6960 |2122 |7057 |  1 | 181k|  22 | 0.000000e+00 |      --      |    Inf |  15.04%
2805.40/2815.38	c  2815s|216400 |   225 | 24888k| 113.7 |   161M |  44 |1652 |6938 |2124 |7062 |  0 | 181k|  22 | 0.000000e+00 |      --      |    Inf |  15.04%
2806.59/2816.54	c  2817s|216500 |   225 | 24898k| 113.7 |   161M |  44 |1652 |6882 |2125 |7071 |  1 | 181k|  22 | 0.000000e+00 |      --      |    Inf |  15.05%
2807.79/2817.76	c  2818s|216600 |   227 | 24909k| 113.7 |   161M |  44 |1652 |6819 |2124 |7075 |  0 | 181k|  22 | 0.000000e+00 |      --      |    Inf |  15.06%
2808.98/2818.92	c  2819s|216700 |   228 | 24920k| 113.7 |   161M |  44 |1652 |6824 |2122 |7086 |  0 | 181k|  22 | 0.000000e+00 |      --      |    Inf |  15.06%
2810.08/2820.03	c  2820s|216800 |   230 | 24930k| 113.7 |   161M |  44 |1652 |6837 |2123 |7094 |  1 | 181k|  22 | 0.000000e+00 |      --      |    Inf |  15.06%
2811.27/2821.24	c  2821s|216900 |   226 | 24940k| 113.7 |   161M |  44 |1652 |6892 |2125 |7098 |  1 | 181k|  22 | 0.000000e+00 |      --      |    Inf |  15.06%
2812.37/2822.30	c  2822s|217000 |   226 | 24950k| 113.7 |   161M |  44 |1652 |6733 |2125 |7098 |  1 | 181k|  22 | 0.000000e+00 |      --      |    Inf |  15.08%
2813.07/2823.04	c  2823s|217100 |   228 | 24956k| 113.7 |   161M |  44 |1652 |6789 |2125 |7100 |  1 | 182k|  22 | 0.000000e+00 |      --      |    Inf |  15.08%
2814.07/2824.04	c  2824s|217200 |   228 | 24966k| 113.7 |   161M |  44 |1652 |6788 |2125 |7100 |  1 | 182k|  22 | 0.000000e+00 |      --      |    Inf |  15.09%
2815.07/2825.09	c  2825s|217300 |   224 | 24975k| 113.7 |   161M |  44 |1652 |6787 |2125 |7104 |  0 | 182k|  22 | 0.000000e+00 |      --      |    Inf |  15.09%
2816.45/2826.41	c  2826s|217400 |   218 | 24987k| 113.7 |   161M |  44 |1652 |6678 |2124 |7106 |  1 | 182k|  22 | 0.000000e+00 |      --      |    Inf |  15.09%
2816.95/2826.99	c  2827s|217500 |   222 | 24992k| 113.6 |   161M |  44 |1652 |6716 |2124 |7110 |  1 | 182k|  22 | 0.000000e+00 |      --      |    Inf |  15.10%
2817.55/2827.51	c  2828s|217600 |   220 | 24997k| 113.6 |   161M |  44 |1652 |6844 |2124 |7111 |  1 | 182k|  22 | 0.000000e+00 |      --      |    Inf |  15.10%
2817.85/2827.87	c  2828s|217700 |   218 | 25000k| 113.6 |   161M |  44 |1652 |6981 |2124 |7112 |  0 | 182k|  22 | 0.000000e+00 |      --      |    Inf |  15.10%
2818.55/2828.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2818.55/2828.52	c  2829s|217800 |   216 | 25006k| 113.5 |   161M |  44 |1652 |6956 |2124 |7112 |  0 | 182k|  22 | 0.000000e+00 |      --      |    Inf |  15.10%
2819.24/2829.25	c  2829s|217900 |   220 | 25012k| 113.5 |   161M |  44 |1652 |7044 |2125 |7116 |  1 | 182k|  22 | 0.000000e+00 |      --      |    Inf |  15.10%
2820.05/2830.05	c  2830s|218000 |   219 | 25020k| 113.5 |   161M |  44 |1652 |7080 |2124 |7117 |  1 | 182k|  22 | 0.000000e+00 |      --      |    Inf |  15.10%
2820.84/2830.80	c  2831s|218100 |   217 | 25027k| 113.5 |   161M |  44 |1652 |7091 |2125 |7120 |  1 | 182k|  22 | 0.000000e+00 |      --      |    Inf |  15.10%
2821.63/2831.67	c  2832s|218200 |   217 | 25034k| 113.5 |   161M |  44 |1652 |7000 |2124 |7125 |  0 | 182k|  22 | 0.000000e+00 |      --      |    Inf |  15.11%
2822.33/2832.39	c  2832s|218300 |   225 | 25041k| 113.4 |   161M |  44 |1652 |7027 |2124 |7125 |  0 | 182k|  22 | 0.000000e+00 |      --      |    Inf |  15.11%
2823.23/2833.20	c  2833s|218400 |   223 | 25049k| 113.4 |   161M |  44 |1652 |7050 |2124 |7125 |  0 | 182k|  22 | 0.000000e+00 |      --      |    Inf |  15.11%
2823.93/2833.96	c  2834s|218500 |   227 | 25056k| 113.4 |   161M |  44 |1652 |7051 |2124 |7125 |  1 | 182k|  22 | 0.000000e+00 |      --      |    Inf |  15.12%
2824.62/2834.62	c  2835s|218600 |   225 | 25062k| 113.4 |   161M |  44 |1652 |7103 |2124 |7125 |  0 | 182k|  22 | 0.000000e+00 |      --      |    Inf |  15.12%
2825.13/2835.12	c  2835s|218700 |   227 | 25067k| 113.3 |   161M |  44 |1652 |7198 |2124 |7125 |  0 | 182k|  22 | 0.000000e+00 |      --      |    Inf |  15.12%
2825.62/2835.69	c  2836s|218800 |   223 | 25072k| 113.3 |   161M |  44 |1652 |7197 |2124 |7127 |  1 | 183k|  22 | 0.000000e+00 |      --      |    Inf |  15.12%
2826.42/2836.46	c  2836s|218900 |   223 | 25079k| 113.3 |   161M |  44 |1652 |7168 |2124 |7128 |  1 | 183k|  22 | 0.000000e+00 |      --      |    Inf |  15.12%
2827.31/2837.33	c  2837s|219000 |   223 | 25087k| 113.3 |   161M |  44 |1652 |7189 |2124 |7129 |  0 | 183k|  22 | 0.000000e+00 |      --      |    Inf |  15.12%
2828.02/2838.08	c  2838s|219100 |   219 | 25094k| 113.3 |   161M |  44 |1652 |7235 |2125 |7132 |  0 | 183k|  22 | 0.000000e+00 |      --      |    Inf |  15.12%
2828.81/2838.88	c  2839s|219200 |   221 | 25101k| 113.2 |   161M |  44 |1652 |7263 |2125 |7133 |  0 | 183k|  22 | 0.000000e+00 |      --      |    Inf |  15.12%
2829.60/2839.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2829.60/2839.66	c  2840s|219300 |   219 | 25108k| 113.2 |   161M |  44 |1652 |7265 |2124 |7134 |  0 | 183k|  22 | 0.000000e+00 |      --      |    Inf |  15.12%
2830.30/2840.35	c  2840s|219400 |   221 | 25114k| 113.2 |   161M |  44 |1652 |7251 |2124 |7137 |  1 | 183k|  22 | 0.000000e+00 |      --      |    Inf |  15.13%
2830.80/2840.82	c  2841s|219500 |   219 | 25118k| 113.2 |   161M |  44 |1652 |7363 |2124 |7137 |  0 | 183k|  22 | 0.000000e+00 |      --      |    Inf |  15.13%
2831.30/2841.39	c  2841s|219600 |   219 | 25124k| 113.1 |   161M |  44 |1652 |7377 |2124 |7138 |  0 | 183k|  22 | 0.000000e+00 |      --      |    Inf |  15.13%
2832.00/2842.08	c  2842s|219700 |   217 | 25130k| 113.1 |   161M |  44 |1652 |7384 |2124 |7140 |  0 | 183k|  22 | 0.000000e+00 |      --      |    Inf |  15.13%
2833.00/2843.09	c  2843s|219800 |   217 | 25139k| 113.1 |   161M |  44 |1652 |7317 |2124 |7145 |  1 | 183k|  22 | 0.000000e+00 |      --      |    Inf |  15.13%
2833.89/2843.92	c  2844s|219900 |   217 | 25147k| 113.1 |   161M |  44 |1652 |7280 |2125 |7147 |  0 | 183k|  22 | 0.000000e+00 |      --      |    Inf |  15.13%
2834.69/2844.76	c  2845s|220000 |   217 | 25155k| 113.1 |   161M |  44 |1652 |7300 |2124 |7147 |  1 | 183k|  22 | 0.000000e+00 |      --      |    Inf |  15.13%
2835.48/2845.55	c  2846s|220100 |   219 | 25163k| 113.1 |   161M |  44 |1652 |7413 |2124 |7147 |  1 | 183k|  22 | 0.000000e+00 |      --      |    Inf |  15.13%
2836.58/2846.67	c  2847s|220200 |   213 | 25173k| 113.1 |   161M |  44 |1652 |7325 |2124 |7149 |  0 | 183k|  22 | 0.000000e+00 |      --      |    Inf |  15.14%
2837.57/2847.60	c  2848s|220300 |   223 | 25182k| 113.0 |   161M |  44 |1652 |7187 |2124 |7149 |  1 | 183k|  22 | 0.000000e+00 |      --      |    Inf |  15.14%
2838.17/2848.20	c  2848s|220400 |   219 | 25187k| 113.0 |   161M |  44 |1652 |7167 |2124 |7149 |  0 | 183k|  22 | 0.000000e+00 |      --      |    Inf |  15.14%
2838.87/2848.91	c  2849s|220500 |   219 | 25194k| 113.0 |   161M |  44 |1652 |7195 |2124 |7149 |  0 | 183k|  22 | 0.000000e+00 |      --      |    Inf |  15.14%
2840.16/2850.26	c  2850s|220600 |   223 | 25207k| 113.0 |   161M |  44 |1652 |7261 |2124 |7149 |  0 | 184k|  22 | 0.000000e+00 |      --      |    Inf |  15.14%
2841.07/2851.12	c  2851s|220700 |   221 | 25215k| 113.0 |   161M |  44 |1652 |7062 |2120 |7149 |  1 | 184k|  22 | 0.000000e+00 |      --      |    Inf |  15.14%
2842.06/2852.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2842.06/2852.14	c  2852s|220800 |   223 | 25224k| 113.0 |   161M |  44 |1652 |6983 |2124 |7149 |  0 | 184k|  22 | 0.000000e+00 |      --      |    Inf |  15.14%
2842.85/2852.99	c  2853s|220900 |   221 | 25232k| 113.0 |   161M |  44 |1652 |6998 |2124 |7149 |  0 | 184k|  22 | 0.000000e+00 |      --      |    Inf |  15.14%
2843.85/2853.99	c  2854s|221000 |   227 | 25241k| 113.0 |   161M |  44 |1652 |6829 |2124 |7149 |  1 | 184k|  22 | 0.000000e+00 |      --      |    Inf |  15.14%
2844.75/2854.81	c  2855s|221100 |   221 | 25249k| 112.9 |   161M |  44 |1652 |6798 |2124 |7149 |  1 | 184k|  22 | 0.000000e+00 |      --      |    Inf |  15.14%
2845.74/2855.89	c  2856s|221200 |   223 | 25259k| 112.9 |   161M |  44 |1652 |6668 |2124 |7149 |  1 | 184k|  22 | 0.000000e+00 |      --      |    Inf |  15.14%
2846.64/2856.74	c  2857s|221300 |   223 | 25267k| 112.9 |   161M |  44 |1652 |6660 |2124 |7149 |  0 | 184k|  22 | 0.000000e+00 |      --      |    Inf |  15.14%
2847.34/2857.43	c  2857s|221400 |   223 | 25273k| 112.9 |   161M |  44 |1652 |6678 |2124 |7149 |  1 | 184k|  22 | 0.000000e+00 |      --      |    Inf |  15.14%
2848.13/2858.27	c  2858s|221500 |   221 | 25281k| 112.9 |   161M |  44 |1652 |6704 |2124 |7149 |  1 | 184k|  22 | 0.000000e+00 |      --      |    Inf |  15.14%
2849.13/2859.21	c  2859s|221600 |   215 | 25290k| 112.9 |   161M |  44 |1652 |6635 |2120 |7149 |  0 | 184k|  22 | 0.000000e+00 |      --      |    Inf |  15.14%
2850.53/2860.60	c  2861s|221700 |   215 | 25302k| 112.9 |   161M |  44 |1652 |6585 |2120 |7149 |  1 | 184k|  22 | 0.000000e+00 |      --      |    Inf |  15.14%
2851.82/2861.90	c  2862s|221800 |   213 | 25314k| 112.9 |   161M |  44 |1652 |6581 |2120 |7149 |  1 | 184k|  22 | 0.000000e+00 |      --      |    Inf |  15.14%
2853.02/2863.17	c  2863s|221900 |   215 | 25325k| 112.9 |   161M |  44 |1652 |6631 |2120 |7149 |  1 | 184k|  22 | 0.000000e+00 |      --      |    Inf |  15.14%
2854.31/2864.46	c  2864s|222000 |   215 | 25337k| 112.9 |   161M |  44 |1652 |6720 |2120 |7149 |  0 | 184k|  22 | 0.000000e+00 |      --      |    Inf |  15.14%
2855.91/2866.04	c  2866s|222100 |   213 | 25350k| 112.9 |   161M |  44 |1652 |6807 |2120 |7149 |  0 | 184k|  22 | 0.000000e+00 |      --      |    Inf |  15.14%
2856.80/2866.92	c  2867s|222200 |   221 | 25358k| 112.9 |   161M |  44 |1652 |6755 |2122 |7149 |  1 | 184k|  22 | 0.000000e+00 |      --      |    Inf |  15.15%
2857.50/2867.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2857.50/2867.64	c  2868s|222300 |   219 | 25365k| 112.9 |   161M |  44 |1652 |6754 |2122 |7149 |  0 | 184k|  22 | 0.000000e+00 |      --      |    Inf |  15.15%
2858.20/2868.34	c  2868s|222400 |   223 | 25371k| 112.8 |   161M |  44 |1652 |6854 |2122 |7149 |  1 | 185k|  22 | 0.000000e+00 |      --      |    Inf |  15.15%
2858.90/2869.02	c  2869s|222500 |   223 | 25377k| 112.8 |   161M |  44 |1652 |6867 |2122 |7149 |  1 | 185k|  22 | 0.000000e+00 |      --      |    Inf |  15.15%
2859.90/2870.08	c  2870s|222600 |   219 | 25387k| 112.8 |   161M |  44 |1652 |6857 |2122 |7149 |  1 | 185k|  22 | 0.000000e+00 |      --      |    Inf |  15.15%
2860.79/2870.97	c  2871s|222700 |   219 | 25395k| 112.8 |   161M |  44 |1652 |6907 |2122 |7150 |  1 | 185k|  22 | 0.000000e+00 |      --      |    Inf |  15.15%
2861.78/2871.91	c  2872s|222800 |   217 | 25403k| 112.8 |   161M |  44 |1652 |6869 |2120 |7150 |  0 | 185k|  22 | 0.000000e+00 |      --      |    Inf |  15.15%
2862.58/2872.72	c  2873s|222900 |   219 | 25410k| 112.8 |   161M |  44 |1652 |6986 |2122 |7150 |  1 | 185k|  22 | 0.000000e+00 |      --      |    Inf |  15.15%
2863.38/2873.53	c  2874s|223000 |   217 | 25417k| 112.7 |   161M |  44 |1652 |7072 |2122 |7150 |  0 | 185k|  22 | 0.000000e+00 |      --      |    Inf |  15.15%
2864.07/2874.20	c  2874s|223100 |   215 | 25423k| 112.7 |   161M |  44 |1652 |7200 |2122 |7150 |  0 | 185k|  22 | 0.000000e+00 |      --      |    Inf |  15.16%
2864.88/2875.09	c  2875s|223200 |   217 | 25431k| 112.7 |   161M |  44 |1652 |7182 |2122 |7150 |  1 | 185k|  22 | 0.000000e+00 |      --      |    Inf |  15.16%
2865.77/2875.95	c  2876s|223300 |   216 | 25439k| 112.7 |   161M |  44 |1652 |7260 |2122 |7152 |  0 | 185k|  22 | 0.000000e+00 |      --      |    Inf |  15.16%
2866.87/2877.01	c  2877s|223400 |   214 | 25448k| 112.7 |   161M |  44 |1652 |7289 |2120 |7152 |  1 | 185k|  22 | 0.000000e+00 |      --      |    Inf |  15.17%
2868.26/2878.43	c  2878s|223500 |   218 | 25461k| 112.7 |   161M |  44 |1652 |7349 |2122 |7152 |  1 | 186k|  22 | 0.000000e+00 |      --      |    Inf |  15.17%
2869.26/2879.40	c  2879s|223600 |   220 | 25469k| 112.7 |   161M |  44 |1652 |7449 |2122 |7152 |  1 | 186k|  22 | 0.000000e+00 |      --      |    Inf |  15.17%
2870.25/2880.42	c  2880s|223700 |   216 | 25478k| 112.7 |   161M |  44 |1652 |7511 |2122 |7152 |  0 | 186k|  22 | 0.000000e+00 |      --      |    Inf |  15.17%
2871.15/2881.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2871.15/2881.32	c  2881s|223800 |   218 | 25486k| 112.6 |   161M |  44 |1652 |7671 |2122 |7152 |  1 | 186k|  22 | 0.000000e+00 |      --      |    Inf |  15.17%
2871.95/2882.19	c  2882s|223900 |   212 | 25494k| 112.6 |   161M |  44 |1652 |7748 |2122 |7152 |  1 | 186k|  22 | 0.000000e+00 |      --      |    Inf |  15.17%
2872.95/2883.15	c  2883s|224000 |   222 | 25502k| 112.6 |   161M |  44 |1652 |7774 |2122 |7152 |  0 | 186k|  22 | 0.000000e+00 |      --      |    Inf |  15.18%
2873.74/2883.90	c  2884s|224100 |   218 | 25509k| 112.6 |   161M |  44 |1652 |7910 |2122 |7152 |  0 | 186k|  22 | 0.000000e+00 |      --      |    Inf |  15.18%
2874.44/2884.64	c  2885s|224200 |   222 | 25516k| 112.6 |   161M |  44 |1652 |8048 |2122 |7152 |  1 | 187k|  22 | 0.000000e+00 |      --      |    Inf |  15.18%
2875.03/2885.24	c  2885s|224300 |   222 | 25521k| 112.6 |   161M |  44 |1652 |8216 |2122 |7152 |  0 | 187k|  22 | 0.000000e+00 |      --      |    Inf |  15.18%
2875.63/2885.83	c  2886s|224400 |   218 | 25527k| 112.5 |   161M |  44 |1652 |8431 |2123 |7158 |  0 | 187k|  22 | 0.000000e+00 |      --      |    Inf |  15.18%
2876.33/2886.55	c  2887s|224500 |   220 | 25533k| 112.5 |   161M |  44 |1652 |8481 |2122 |7158 |  1 | 187k|  22 | 0.000000e+00 |      --      |    Inf |  15.18%
2877.13/2887.31	c  2887s|224600 |   218 | 25540k| 112.5 |   161M |  44 |1652 |8462 |2122 |7160 |  0 | 187k|  22 | 0.000000e+00 |      --      |    Inf |  15.18%
2878.02/2888.20	c  2888s|224700 |   214 | 25548k| 112.5 |   161M |  44 |1652 |8511 |2122 |7160 |  0 | 187k|  22 | 0.000000e+00 |      --      |    Inf |  15.18%
2878.82/2889.07	c  2889s|224800 |   218 | 25555k| 112.5 |   161M |  44 |1652 |8498 |2122 |7160 |  0 | 187k|  22 | 0.000000e+00 |      --      |    Inf |  15.18%
2879.72/2889.98	c  2890s|224900 |   218 | 25564k| 112.4 |   161M |  44 |1652 |8596 |2122 |7160 |  0 | 187k|  22 | 0.000000e+00 |      --      |    Inf |  15.18%
2880.61/2890.82	c  2891s|225000 |   218 | 25571k| 112.4 |   161M |  44 |1652 |8673 |2122 |7160 |  1 | 188k|  22 | 0.000000e+00 |      --      |    Inf |  15.18%
2881.51/2891.70	c  2892s|225100 |   216 | 25579k| 112.4 |   161M |  44 |1652 |8694 |2122 |7160 |  0 | 188k|  22 | 0.000000e+00 |      --      |    Inf |  15.18%
2882.51/2892.72	c  2893s|225200 |   220 | 25588k| 112.4 |   161M |  44 |1652 |8687 |2122 |7160 |  1 | 188k|  22 | 0.000000e+00 |      --      |    Inf |  15.18%
2883.40/2893.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2883.40/2893.63	c  2894s|225300 |   218 | 25596k| 112.4 |   161M |  44 |1652 |8743 |2122 |7160 |  0 | 188k|  22 | 0.000000e+00 |      --      |    Inf |  15.18%
2884.30/2894.56	c  2895s|225400 |   218 | 25604k| 112.4 |   161M |  44 |1652 |8622 |2122 |7160 |  1 | 188k|  22 | 0.000000e+00 |      --      |    Inf |  15.18%
2885.19/2895.42	c  2895s|225500 |   218 | 25612k| 112.4 |   161M |  44 |1652 |8501 |2122 |7160 |  1 | 188k|  22 | 0.000000e+00 |      --      |    Inf |  15.18%
2885.99/2896.24	c  2896s|225600 |   218 | 25619k| 112.3 |   161M |  44 |1652 |8558 |2122 |7160 |  1 | 188k|  22 | 0.000000e+00 |      --      |    Inf |  15.18%
2886.79/2897.10	c  2897s|225700 |   216 | 25627k| 112.3 |   161M |  44 |1652 |8551 |2122 |7160 |  1 | 188k|  22 | 0.000000e+00 |      --      |    Inf |  15.18%
2887.79/2898.02	c  2898s|225800 |   216 | 25635k| 112.3 |   161M |  44 |1652 |8463 |2122 |7160 |  1 | 188k|  22 | 0.000000e+00 |      --      |    Inf |  15.18%
2888.58/2898.87	c  2899s|225900 |   218 | 25643k| 112.3 |   161M |  44 |1652 |8564 |2122 |7160 |  1 | 188k|  22 | 0.000000e+00 |      --      |    Inf |  15.18%
2889.48/2899.78	c  2900s|226000 |   216 | 25651k| 112.3 |   161M |  44 |1652 |8697 |2122 |7160 |  0 | 188k|  22 | 0.000000e+00 |      --      |    Inf |  15.18%
2890.28/2900.53	c  2901s|226100 |   217 | 25658k| 112.3 |   161M |  44 |1652 |8734 |2122 |7160 |  0 | 188k|  22 | 0.000000e+00 |      --      |    Inf |  15.18%
2891.07/2901.39	c  2901s|226200 |   219 | 25666k| 112.2 |   161M |  44 |1652 |8822 |2122 |7165 |  1 | 189k|  22 | 0.000000e+00 |      --      |    Inf |  15.18%
2891.88/2902.11	c  2902s|226300 |   219 | 25672k| 112.2 |   161M |  44 |1652 |8929 |2122 |7165 |  0 | 189k|  22 | 0.000000e+00 |      --      |    Inf |  15.19%
2892.57/2902.86	c  2903s|226400 |   217 | 25679k| 112.2 |   162M |  44 |1652 |8991 |2122 |7165 |  1 | 189k|  22 | 0.000000e+00 |      --      |    Inf |  15.19%
2893.46/2903.75	c  2904s|226500 |   215 | 25686k| 112.2 |   162M |  44 |1652 |9075 |2122 |7165 |  0 | 189k|  22 | 0.000000e+00 |      --      |    Inf |  15.19%
2894.46/2904.72	c  2905s|226600 |   215 | 25695k| 112.2 |   162M |  44 |1652 |9086 |2122 |7165 |  0 | 189k|  22 | 0.000000e+00 |      --      |    Inf |  15.19%
2895.26/2905.54	c  2906s|226700 |   217 | 25702k| 112.2 |   162M |  44 |1652 |9116 |2122 |7165 |  1 | 189k|  22 | 0.000000e+00 |      --      |    Inf |  15.19%
2896.15/2906.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2896.15/2906.43	c  2906s|226800 |   217 | 25710k| 112.1 |   162M |  44 |1652 |9228 |2122 |7165 |  0 | 189k|  22 | 0.000000e+00 |      --      |    Inf |  15.19%
2897.15/2907.46	c  2907s|226900 |   211 | 25720k| 112.1 |   162M |  44 |1652 |9269 |2122 |7165 |  0 | 189k|  22 | 0.000000e+00 |      --      |    Inf |  15.19%
2898.25/2908.52	c  2909s|227000 |   213 | 25729k| 112.1 |   162M |  44 |1652 |9145 |2122 |7165 |  1 | 189k|  22 | 0.000000e+00 |      --      |    Inf |  15.19%
2899.44/2909.70	c  2910s|227100 |   211 | 25740k| 112.1 |   162M |  44 |1652 |9115 |2122 |7165 |  0 | 189k|  22 | 0.000000e+00 |      --      |    Inf |  15.19%
2900.44/2910.73	c  2911s|227200 |   211 | 25749k| 112.1 |   162M |  44 |1652 |9205 |2122 |7165 |  0 | 190k|  22 | 0.000000e+00 |      --      |    Inf |  15.19%
2901.53/2911.80	c  2912s|227300 |   211 | 25759k| 112.1 |   162M |  44 |1652 |8986 |2120 |7165 |  1 | 190k|  22 | 0.000000e+00 |      --      |    Inf |  15.19%
2902.73/2913.09	c  2913s|227400 |   211 | 25770k| 112.1 |   162M |  44 |1652 |8996 |2120 |7165 |  0 | 190k|  22 | 0.000000e+00 |      --      |    Inf |  15.19%
2904.02/2914.36	c  2914s|227500 |   211 | 25782k| 112.1 |   162M |  44 |1652 |8861 |2120 |7165 |  0 | 190k|  22 | 0.000000e+00 |      --      |    Inf |  15.19%
2905.52/2915.85	c  2916s|227600 |   217 | 25793k| 112.1 |   162M |  44 |1652 |8458 |2123 |7172 |  1 | 190k|  22 | 0.000000e+00 |      --      |    Inf |  15.21%
2906.72/2917.08	c  2917s|227700 |   217 | 25804k| 112.1 |   162M |  44 |1652 |8416 |2123 |7172 |  0 | 190k|  22 | 0.000000e+00 |      --      |    Inf |  15.26%
2907.82/2918.18	c  2918s|227800 |   219 | 25814k| 112.1 |   162M |  44 |1652 |8374 |2120 |7172 |  1 | 190k|  22 | 0.000000e+00 |      --      |    Inf |  15.28%
2909.11/2919.46	c  2919s|227900 |   217 | 25825k| 112.1 |   162M |  44 |1652 |8400 |2120 |7172 |  0 | 190k|  22 | 0.000000e+00 |      --      |    Inf |  15.29%
2910.40/2920.72	c  2921s|228000 |   221 | 25836k| 112.1 |   162M |  44 |1652 |8392 |2120 |7172 |  1 | 190k|  22 | 0.000000e+00 |      --      |    Inf |  15.29%
2911.60/2921.92	c  2922s|228100 |   225 | 25847k| 112.1 |   162M |  44 |1652 |8527 |2120 |7172 |  0 | 190k|  22 | 0.000000e+00 |      --      |    Inf |  15.29%
2912.89/2923.22	c  2923s|228200 |   220 | 25858k| 112.1 |   162M |  44 |1652 |8668 |2120 |7172 |  1 | 191k|  22 | 0.000000e+00 |      --      |    Inf |  15.29%
2914.39/2924.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2914.39/2924.72	c  2925s|228300 |   222 | 25872k| 112.1 |   162M |  44 |1652 |8682 |2120 |7172 |  0 | 191k|  22 | 0.000000e+00 |      --      |    Inf |  15.29%
2915.79/2926.11	c  2926s|228400 |   220 | 25884k| 112.1 |   162M |  44 |1652 |8676 |2120 |7172 |  0 | 191k|  22 | 0.000000e+00 |      --      |    Inf |  15.29%
2917.28/2927.66	c  2928s|228500 |   222 | 25898k| 112.1 |   162M |  44 |1652 |8702 |2120 |7172 |  1 | 191k|  22 | 0.000000e+00 |      --      |    Inf |  15.29%
2918.67/2929.06	c  2929s|228600 |   220 | 25910k| 112.1 |   162M |  44 |1652 |8746 |2120 |7172 |  0 | 191k|  22 | 0.000000e+00 |      --      |    Inf |  15.29%
2920.06/2930.46	c  2930s|228700 |   222 | 25923k| 112.1 |   162M |  44 |1652 |8805 |2120 |7172 |  1 | 191k|  22 | 0.000000e+00 |      --      |    Inf |  15.29%
2921.56/2931.94	c  2932s|228800 |   218 | 25934k| 112.1 |   162M |  44 |1652 |8707 |2120 |7179 |  0 | 191k|  22 | 0.000000e+00 |      --      |    Inf |  15.34%
2922.76/2933.12	c  2933s|228900 |   222 | 25945k| 112.1 |   162M |  44 |1652 |8656 |2122 |7179 |  1 | 191k|  22 | 0.000000e+00 |      --      |    Inf |  15.37%
2923.66/2934.09	c  2934s|229000 |   220 | 25953k| 112.1 |   162M |  44 |1652 |8775 |2120 |7185 |  1 | 191k|  22 | 0.000000e+00 |      --      |    Inf |  15.37%
2924.75/2935.14	c  2935s|229100 |   222 | 25963k| 112.1 |   162M |  44 |1652 |8808 |2122 |7185 |  1 | 191k|  22 | 0.000000e+00 |      --      |    Inf |  15.38%
2925.94/2936.35	c  2936s|229200 |   216 | 25973k| 112.1 |   162M |  44 |1652 |8838 |2120 |7186 |  1 | 191k|  22 | 0.000000e+00 |      --      |    Inf |  15.39%
2927.04/2937.46	c  2937s|229300 |   222 | 25982k| 112.1 |   162M |  44 |1652 |8843 |2122 |7193 |  1 | 191k|  22 | 0.000000e+00 |      --      |    Inf |  15.40%
2927.94/2938.33	c  2938s|229400 |   220 | 25990k| 112.1 |   162M |  44 |1652 |8959 |2122 |7193 |  1 | 192k|  22 | 0.000000e+00 |      --      |    Inf |  15.40%
2928.74/2939.14	c  2939s|229500 |   220 | 25997k| 112.1 |   162M |  44 |1652 |9077 |2122 |7193 |  0 | 192k|  22 | 0.000000e+00 |      --      |    Inf |  15.41%
2929.63/2940.08	c  2940s|229600 |   218 | 26006k| 112.1 |   162M |  44 |1652 |9144 |2122 |7193 |  1 | 192k|  22 | 0.000000e+00 |      --      |    Inf |  15.41%
2930.82/2941.27	c  2941s|229700 |   222 | 26017k| 112.1 |   162M |  44 |1652 |9155 |2122 |7193 |  0 | 192k|  22 | 0.000000e+00 |      --      |    Inf |  15.42%
2931.73/2942.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2931.73/2942.18	c  2942s|229800 |   222 | 26025k| 112.1 |   162M |  44 |1652 |9233 |2122 |7193 |  0 | 192k|  22 | 0.000000e+00 |      --      |    Inf |  15.42%
2932.72/2943.15	c  2943s|229900 |   220 | 26034k| 112.0 |   162M |  44 |1652 |9375 |2122 |7195 |  0 | 192k|  22 | 0.000000e+00 |      --      |    Inf |  15.42%
2933.72/2944.11	c  2944s|230000 |   222 | 26042k| 112.0 |   162M |  44 |1652 |9461 |2122 |7195 |  0 | 192k|  22 | 0.000000e+00 |      --      |    Inf |  15.42%
2934.62/2945.04	c  2945s|230100 |   222 | 26051k| 112.0 |   162M |  44 |1652 |9608 |2122 |7195 |  0 | 192k|  22 | 0.000000e+00 |      --      |    Inf |  15.42%
2935.51/2945.96	c  2946s|230200 |   224 | 26059k| 112.0 |   162M |  44 |1652 |9706 |2122 |7195 |  1 | 193k|  22 | 0.000000e+00 |      --      |    Inf |  15.42%
2936.61/2947.04	c  2947s|230300 |   224 | 26068k| 112.0 |   162M |  44 |1652 |9805 |2122 |7197 |  1 | 193k|  22 | 0.000000e+00 |      --      |    Inf |  15.42%
2937.50/2948.00	c  2948s|230400 |   224 | 26077k| 112.0 |   162M |  44 |1652 |9874 |2122 |7197 |  1 | 193k|  22 | 0.000000e+00 |      --      |    Inf |  15.42%
2938.40/2948.83	c  2949s|230500 |   223 | 26084k| 112.0 |   162M |  44 |1652 |  10k|2122 |7197 |  0 | 193k|  22 | 0.000000e+00 |      --      |    Inf |  15.42%
2939.49/2949.94	c  2950s|230600 |   217 | 26094k| 112.0 |   162M |  44 |1652 |  10k|2122 |7199 |  0 | 193k|  22 | 0.000000e+00 |      --      |    Inf |  15.43%
2940.79/2951.23	c  2951s|230700 |   225 | 26106k| 112.0 |   162M |  44 |1652 |9882 |2123 |7200 |  0 | 193k|  22 | 0.000000e+00 |      --      |    Inf |  15.44%
2942.18/2952.69	c  2953s|230800 |   219 | 26119k| 112.0 |   162M |  44 |1652 |9900 |2122 |7203 |  1 | 193k|  22 | 0.000000e+00 |      --      |    Inf |  15.45%
2943.28/2953.72	c  2954s|230900 |   221 | 26128k| 112.0 |   162M |  44 |1652 |9867 |2122 |7205 |  0 | 193k|  22 | 0.000000e+00 |      --      |    Inf |  15.46%
2944.07/2954.56	c  2955s|231000 |   221 | 26136k| 112.0 |   162M |  44 |1652 |9958 |2122 |7205 |  1 | 194k|  22 | 0.000000e+00 |      --      |    Inf |  15.46%
2944.87/2955.39	c  2955s|231100 |   219 | 26143k| 111.9 |   162M |  44 |1652 |  10k|2122 |7205 |  0 | 194k|  22 | 0.000000e+00 |      --      |    Inf |  15.46%
2945.97/2956.47	c  2956s|231200 |   221 | 26152k| 111.9 |   162M |  44 |1652 |  10k|2122 |7218 |  1 | 194k|  22 | 0.000000e+00 |      --      |    Inf |  15.46%
2946.86/2957.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2946.86/2957.38	c  2957s|231300 |   218 | 26160k| 111.9 |   162M |  44 |1652 |  10k|2124 |7224 |  2 | 194k|  22 | 0.000000e+00 |      --      |    Inf |  15.46%
2947.86/2958.39	c  2958s|231400 |   216 | 26169k| 111.9 |   162M |  44 |1652 |  10k|2123 |7224 |  0 | 194k|  22 | 0.000000e+00 |      --      |    Inf |  15.46%
2948.96/2959.47	c  2959s|231500 |   224 | 26178k| 111.9 |   162M |  44 |1652 |  10k|2122 |7224 |  1 | 194k|  22 | 0.000000e+00 |      --      |    Inf |  15.46%
2950.15/2960.68	c  2961s|231600 |   222 | 26189k| 111.9 |   162M |  44 |1652 |  10k|2122 |7227 |  1 | 194k|  22 | 0.000000e+00 |      --      |    Inf |  15.47%
2951.25/2961.78	c  2962s|231700 |   220 | 26199k| 111.9 |   162M |  44 |1652 |  10k|2122 |7227 |  1 | 194k|  22 | 0.000000e+00 |      --      |    Inf |  15.47%
2952.55/2963.01	c  2963s|231800 |   216 | 26211k| 111.9 |   162M |  44 |1652 |  10k|2122 |7227 |  0 | 195k|  22 | 0.000000e+00 |      --      |    Inf |  15.47%
2953.54/2964.05	c  2964s|231900 |   226 | 26220k| 111.9 |   162M |  44 |1652 |  10k|2122 |7227 |  1 | 195k|  22 | 0.000000e+00 |      --      |    Inf |  15.48%
2954.54/2965.04	c  2965s|232000 |   226 | 26229k| 111.9 |   162M |  44 |1652 |  10k|2122 |7227 |  1 | 195k|  22 | 0.000000e+00 |      --      |    Inf |  15.48%
2955.43/2965.96	c  2966s|232100 |   224 | 26238k| 111.9 |   162M |  44 |1652 |  10k|2122 |7227 |  0 | 195k|  22 | 0.000000e+00 |      --      |    Inf |  15.48%
2956.53/2967.08	c  2967s|232200 |   226 | 26248k| 111.9 |   162M |  44 |1652 |  10k|2122 |7227 |  1 | 195k|  22 | 0.000000e+00 |      --      |    Inf |  15.48%
2957.72/2968.24	c  2968s|232300 |   224 | 26259k| 111.9 |   162M |  44 |1652 |  10k|2122 |7227 |  0 | 195k|  22 | 0.000000e+00 |      --      |    Inf |  15.48%
2958.63/2969.15	c  2969s|232400 |   226 | 26267k| 111.8 |   162M |  44 |1652 |  10k|2122 |7227 |  0 | 195k|  22 | 0.000000e+00 |      --      |    Inf |  15.48%
2959.62/2970.16	c  2970s|232500 |   224 | 26276k| 111.8 |   162M |  44 |1652 |  10k|2122 |7227 |  1 | 195k|  22 | 0.000000e+00 |      --      |    Inf |  15.48%
2960.81/2971.31	c  2971s|232600 |   220 | 26286k| 111.8 |   162M |  44 |1652 |  10k|2122 |7227 |  1 | 196k|  22 | 0.000000e+00 |      --      |    Inf |  15.48%
2961.91/2972.41	c  2972s|232700 |   220 | 26296k| 111.8 |   162M |  44 |1652 |  10k|2122 |7235 |  1 | 196k|  22 | 0.000000e+00 |      --      |    Inf |  15.48%
2962.90/2973.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2962.90/2973.44	c  2973s|232800 |   222 | 26305k| 111.8 |   162M |  44 |1652 |  10k|2122 |7239 |  1 | 196k|  22 | 0.000000e+00 |      --      |    Inf |  15.48%
2964.20/2974.76	c  2975s|232900 |   228 | 26317k| 111.8 |   162M |  44 |1652 |  10k|2122 |7239 |  1 | 196k|  22 | 0.000000e+00 |      --      |    Inf |  15.48%
2965.50/2976.03	c  2976s|233000 |   222 | 26329k| 111.8 |   162M |  44 |1652 |  10k|2122 |7239 |  0 | 196k|  22 | 0.000000e+00 |      --      |    Inf |  15.49%
2966.79/2977.38	c  2977s|233100 |   220 | 26340k| 111.8 |   162M |  44 |1652 |  10k|2122 |7246 |  1 | 196k|  22 | 0.000000e+00 |      --      |    Inf |  15.50%
2967.98/2978.55	c  2979s|233200 |   220 | 26350k| 111.8 |   162M |  44 |1652 |  10k|2122 |7248 |  1 | 196k|  22 | 0.000000e+00 |      --      |    Inf |  15.51%
2969.68/2980.28	c  2980s|233300 |   232 | 26366k| 111.8 |   162M |  44 |1652 |  10k|2122 |7248 |  1 | 196k|  22 | 0.000000e+00 |      --      |    Inf |  15.52%
2970.67/2981.25	c  2981s|233400 |   231 | 26374k| 111.8 |   162M |  44 |1652 |  10k|2122 |7248 |  0 | 196k|  22 | 0.000000e+00 |      --      |    Inf |  15.53%
2971.87/2982.42	c  2982s|233500 |   229 | 26385k| 111.8 |   162M |  44 |1652 |  10k|2122 |7248 |  0 | 196k|  22 | 0.000000e+00 |      --      |    Inf |  15.53%
2972.77/2983.38	c  2983s|233600 |   229 | 26393k| 111.8 |   162M |  44 |1652 |  10k|2122 |7248 |  0 | 196k|  22 | 0.000000e+00 |      --      |    Inf |  15.54%
2973.76/2984.34	c  2984s|233700 |   228 | 26402k| 111.8 |   162M |  44 |1652 |  10k|2122 |7248 |  0 | 196k|  22 | 0.000000e+00 |      --      |    Inf |  15.54%
2974.76/2985.32	c  2985s|233800 |   228 | 26411k| 111.8 |   162M |  44 |1652 |  10k|2122 |7248 |  1 | 196k|  22 | 0.000000e+00 |      --      |    Inf |  15.54%
2975.95/2986.53	c  2987s|233900 |   230 | 26421k| 111.8 |   162M |  44 |1652 |  10k|2122 |7249 |  0 | 197k|  22 | 0.000000e+00 |      --      |    Inf |  15.56%
2977.05/2987.67	c  2988s|234000 |   238 | 26431k| 111.8 |   162M |  44 |1652 |  10k|2122 |7249 |  1 | 197k|  22 | 0.000000e+00 |      --      |    Inf |  15.56%
2978.05/2988.69	c  2989s|234100 |   236 | 26440k| 111.8 |   162M |  44 |1652 |  10k|2122 |7249 |  1 | 197k|  22 | 0.000000e+00 |      --      |    Inf |  15.56%
2979.34/2989.99	c  2990s|234200 |   234 | 26452k| 111.8 |   162M |  44 |1652 |  10k|2122 |7249 |  0 | 197k|  22 | 0.000000e+00 |      --      |    Inf |  15.56%
2980.44/2991.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2980.44/2991.09	c  2991s|234300 |   232 | 26462k| 111.8 |   162M |  44 |1652 |  10k|2122 |7249 |  1 | 197k|  22 | 0.000000e+00 |      --      |    Inf |  15.56%
2981.63/2992.26	c  2992s|234400 |   232 | 26472k| 111.8 |   162M |  44 |1652 |  10k|2122 |7249 |  1 | 197k|  22 | 0.000000e+00 |      --      |    Inf |  15.56%
2982.83/2993.49	c  2993s|234500 |   230 | 26483k| 111.8 |   162M |  44 |1652 |  10k|2122 |7249 |  1 | 197k|  22 | 0.000000e+00 |      --      |    Inf |  15.57%
2984.22/2994.84	c  2995s|234600 |   222 | 26495k| 111.8 |   162M |  44 |1652 |  11k|2122 |7250 |  1 | 197k|  22 | 0.000000e+00 |      --      |    Inf |  15.57%
2985.52/2996.18	c  2996s|234700 |   218 | 26507k| 111.8 |   162M |  44 |1652 |  11k|2122 |7250 |  0 | 197k|  22 | 0.000000e+00 |      --      |    Inf |  15.58%
2986.81/2997.46	c  2997s|234800 |   216 | 26519k| 111.8 |   162M |  44 |1652 |  10k|2122 |7250 |  1 | 197k|  22 | 0.000000e+00 |      --      |    Inf |  15.58%
2987.91/2998.57	c  2999s|234900 |   216 | 26528k| 111.8 |   162M |  44 |1652 |  10k|2122 |7250 |  0 | 197k|  22 | 0.000000e+00 |      --      |    Inf |  15.58%
2989.11/2999.74	c  3000s|235000 |   218 | 26539k| 111.8 |   162M |  44 |1652 |  10k|2122 |7251 |  0 | 197k|  22 | 0.000000e+00 |      --      |    Inf |  15.58%
2990.30/3000.90	c  3001s|235100 |   214 | 26549k| 111.8 |   162M |  44 |1652 |  10k|2120 |7251 |  1 | 197k|  22 | 0.000000e+00 |      --      |    Inf |  15.58%
2991.80/3002.43	c  3002s|235200 |   212 | 26563k| 111.8 |   162M |  44 |1652 |  10k|2123 |7251 |  0 | 197k|  22 | 0.000000e+00 |      --      |    Inf |  15.59%
2992.99/3003.67	c  3004s|235300 |   218 | 26573k| 111.8 |   162M |  44 |1652 |9673 |2123 |7251 |  1 | 197k|  22 | 0.000000e+00 |      --      |    Inf |  15.59%
2994.19/3004.84	c  3005s|235400 |   218 | 26584k| 111.8 |   162M |  44 |1652 |9666 |2123 |7251 |  1 | 197k|  22 | 0.000000e+00 |      --      |    Inf |  15.59%
2995.28/3005.97	c  3006s|235500 |   218 | 26594k| 111.8 |   162M |  44 |1652 |9636 |2123 |7251 |  0 | 198k|  22 | 0.000000e+00 |      --      |    Inf |  15.59%
2996.48/3007.11	c  3007s|235600 |   216 | 26604k| 111.8 |   162M |  44 |1652 |9507 |2123 |7251 |  0 | 198k|  22 | 0.000000e+00 |      --      |    Inf |  15.59%
2997.67/3008.38	c  3008s|235700 |   216 | 26615k| 111.8 |   162M |  44 |1652 |9416 |2123 |7251 |  1 | 198k|  22 | 0.000000e+00 |      --      |    Inf |  15.59%
2999.07/3009.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2999.07/3009.72	c  3010s|235800 |   214 | 26627k| 111.8 |   162M |  44 |1652 |9354 |2123 |7251 |  0 | 198k|  22 | 0.000000e+00 |      --      |    Inf |  15.60%
3000.47/3011.17	c  3011s|235900 |   218 | 26640k| 111.8 |   162M |  44 |1652 |9236 |2121 |7254 |  1 | 198k|  22 | 0.000000e+00 |      --      |    Inf |  15.60%
3001.76/3012.44	c  3012s|236000 |   216 | 26651k| 111.8 |   162M |  44 |1652 |9265 |2121 |7254 |  1 | 198k|  22 | 0.000000e+00 |      --      |    Inf |  15.60%
3003.15/3013.80	c  3014s|236100 |   216 | 26664k| 111.8 |   162M |  44 |1652 |9370 |2121 |7254 |  1 | 198k|  22 | 0.000000e+00 |      --      |    Inf |  15.60%
3004.25/3014.96	c  3015s|236200 |   220 | 26674k| 111.8 |   162M |  44 |1652 |9368 |2121 |7254 |  1 | 198k|  22 | 0.000000e+00 |      --      |    Inf |  15.60%
3005.35/3016.04	c  3016s|236300 |   216 | 26683k| 111.8 |   162M |  44 |1652 |9386 |2121 |7254 |  0 | 198k|  22 | 0.000000e+00 |      --      |    Inf |  15.60%
3006.45/3017.11	c  3017s|236400 |   216 | 26693k| 111.8 |   162M |  44 |1652 |9412 |2121 |7254 |  0 | 198k|  22 | 0.000000e+00 |      --      |    Inf |  15.60%
3007.74/3018.45	c  3018s|236500 |   214 | 26705k| 111.8 |   162M |  44 |1652 |9372 |2123 |7254 |  1 | 198k|  22 | 0.000000e+00 |      --      |    Inf |  15.60%
3009.13/3019.85	c  3020s|236600 |   216 | 26718k| 111.8 |   162M |  44 |1652 |9344 |2121 |7255 |  1 | 198k|  22 | 0.000000e+00 |      --      |    Inf |  15.61%
3010.53/3021.25	c  3021s|236700 |   212 | 26730k| 111.8 |   162M |  44 |1652 |9357 |2122 |7255 |  1 | 198k|  22 | 0.000000e+00 |      --      |    Inf |  15.62%
3011.82/3022.51	c  3023s|236800 |   216 | 26741k| 111.8 |   162M |  44 |1652 |8780 |2122 |7256 |  1 | 199k|  22 | 0.000000e+00 |      --      |    Inf |  15.67%
3012.92/3023.61	c  3024s|236900 |   212 | 26751k| 111.8 |   162M |  44 |1652 |8734 |2121 |7257 |  0 | 199k|  22 | 0.000000e+00 |      --      |    Inf |  15.68%
3014.11/3024.83	c  3025s|237000 |   214 | 26761k| 111.8 |   162M |  44 |1652 |8379 |2123 |7268 |  0 | 199k|  22 | 0.000000e+00 |      --      |    Inf |  15.70%
3015.91/3026.60	c  3027s|237100 |   220 | 26774k| 111.8 |   162M |  44 |1652 |7911 |2124 |7286 |  1 | 199k|  22 | 0.000000e+00 |      --      |    Inf |  15.89%
3017.90/3028.60	c  3029s|237200 |   220 | 26789k| 111.8 |   162M |  44 |1652 |7702 |2122 |7318 |  0 | 199k|  22 | 0.000000e+00 |      --      |    Inf |  16.35%
3018.99/3029.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3018.99/3029.72	c  3030s|237300 |   224 | 26798k| 111.8 |   162M |  44 |1652 |7632 |2124 |7325 |  0 | 199k|  22 | 0.000000e+00 |      --      |    Inf |  16.51%
3019.99/3030.76	c  3031s|237400 |   222 | 26807k| 111.8 |   162M |  44 |1652 |7740 |2124 |7326 |  1 | 199k|  22 | 0.000000e+00 |      --      |    Inf |  16.55%
3020.99/3031.73	c  3032s|237500 |   222 | 26816k| 111.8 |   162M |  44 |1652 |7915 |2124 |7329 |  0 | 199k|  22 | 0.000000e+00 |      --      |    Inf |  16.56%
3022.08/3032.83	c  3033s|237600 |   222 | 26825k| 111.7 |   162M |  44 |1652 |8087 |2124 |7331 |  1 | 200k|  22 | 0.000000e+00 |      --      |    Inf |  16.57%
3022.98/3033.74	c  3034s|237700 |   222 | 26833k| 111.7 |   162M |  44 |1652 |8340 |2126 |7342 |  1 | 200k|  22 | 0.000000e+00 |      --      |    Inf |  16.57%
3023.88/3034.65	c  3035s|237800 |   220 | 26841k| 111.7 |   162M |  44 |1652 |8522 |2124 |7349 |  1 | 200k|  22 | 0.000000e+00 |      --      |    Inf |  16.57%
3024.87/3035.67	c  3036s|237900 |   220 | 26850k| 111.7 |   162M |  44 |1652 |8685 |2124 |7359 |  1 | 200k|  22 | 0.000000e+00 |      --      |    Inf |  16.57%
3026.17/3036.91	c  3037s|238000 |   222 | 26861k| 111.7 |   162M |  44 |1652 |8782 |2124 |7371 |  1 | 200k|  22 | 0.000000e+00 |      --      |    Inf |  16.58%
3027.27/3038.03	c  3038s|238100 |   224 | 26871k| 111.7 |   162M |  44 |1652 |8804 |2125 |7378 |  1 | 201k|  22 | 0.000000e+00 |      --      |    Inf |  16.58%
3028.46/3039.20	c  3039s|238200 |   220 | 26880k| 111.7 |   162M |  44 |1652 |8869 |2124 |7384 |  0 | 201k|  22 | 0.000000e+00 |      --      |    Inf |  16.58%
3029.55/3040.39	c  3040s|238300 |   220 | 26891k| 111.7 |   162M |  44 |1652 |8945 |2127 |7403 |  0 | 201k|  22 | 0.000000e+00 |      --      |    Inf |  16.58%
3030.75/3041.57	c  3042s|238400 |   222 | 26901k| 111.7 |   162M |  44 |1652 |9069 |2126 |7416 |  1 | 201k|  22 | 0.000000e+00 |      --      |    Inf |  16.58%
3031.95/3042.73	c  3043s|238500 |   218 | 26911k| 111.7 |   162M |  44 |1652 |9307 |2126 |7419 |  1 | 201k|  22 | 0.000000e+00 |      --      |    Inf |  16.58%
3033.54/3044.30	c  3044s|238600 |   222 | 26924k| 111.7 |   162M |  44 |1652 |9096 |2127 |7447 |  0 | 201k|  22 | 0.000000e+00 |      --      |    Inf |  16.61%
3034.54/3045.32	c  3045s|238700 |   224 | 26933k| 111.7 |   162M |  44 |1652 |9142 |2128 |7449 |  1 | 201k|  22 | 0.000000e+00 |      --      |    Inf |  16.62%
3035.53/3046.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3035.53/3046.36	c  3046s|238800 |   224 | 26942k| 111.7 |   162M |  44 |1652 |9188 |2122 |7450 |  1 | 201k|  22 | 0.000000e+00 |      --      |    Inf |  16.65%
3036.63/3047.48	c  3047s|238900 |   222 | 26952k| 111.7 |   162M |  44 |1652 |9367 |2122 |7457 |  0 | 202k|  22 | 0.000000e+00 |      --      |    Inf |  16.65%
3038.02/3048.84	c  3049s|239000 |   224 | 26965k| 111.7 |   162M |  44 |1652 |9296 |2127 |7466 |  1 | 202k|  22 | 0.000000e+00 |      --      |    Inf |  16.69%
3039.32/3050.19	c  3050s|239100 |   226 | 26977k| 111.7 |   162M |  44 |1652 |9317 |2127 |7472 |  0 | 202k|  22 | 0.000000e+00 |      --      |    Inf |  16.70%
3040.61/3051.41	c  3051s|239200 |   224 | 26988k| 111.7 |   162M |  44 |1652 |9489 |2127 |7475 |  0 | 202k|  22 | 0.000000e+00 |      --      |    Inf |  16.70%
3041.91/3052.78	c  3053s|239300 |   226 | 27000k| 111.7 |   162M |  44 |1652 |9550 |2127 |7480 |  1 | 202k|  22 | 0.000000e+00 |      --      |    Inf |  16.70%
3043.31/3054.18	c  3054s|239400 |   222 | 27013k| 111.7 |   162M |  44 |1652 |9615 |2127 |7484 |  0 | 202k|  22 | 0.000000e+00 |      --      |    Inf |  16.70%
3044.40/3055.29	c  3055s|239500 |   224 | 27023k| 111.7 |   162M |  44 |1652 |9748 |2129 |7490 |  0 | 202k|  22 | 0.000000e+00 |      --      |    Inf |  16.70%
3045.60/3056.47	c  3056s|239600 |   224 | 27033k| 111.7 |   162M |  44 |1652 |9867 |2129 |7494 |  1 | 202k|  22 | 0.000000e+00 |      --      |    Inf |  16.70%
3047.09/3057.90	c  3058s|239700 |   222 | 27046k| 111.7 |   162M |  44 |1652 |9888 |2129 |7499 |  0 | 202k|  22 | 0.000000e+00 |      --      |    Inf |  16.71%
3048.29/3059.16	c  3059s|239800 |   222 | 27058k| 111.7 |   162M |  44 |1652 |9903 |2122 |7502 |  0 | 202k|  22 | 0.000000e+00 |      --      |    Inf |  16.72%
3049.58/3060.44	c  3060s|239900 |   222 | 27069k| 111.7 |   162M |  44 |1652 |9933 |2128 |7510 |  0 | 202k|  22 | 0.000000e+00 |      --      |    Inf |  16.75%
3051.08/3061.93	c  3062s|240000 |   224 | 27083k| 111.7 |   162M |  44 |1652 |9903 |2125 |7515 |  1 | 202k|  22 | 0.000000e+00 |      --      |    Inf |  16.76%
3052.57/3063.43	c  3063s|240100 |   220 | 27096k| 111.7 |   162M |  44 |1652 |9943 |2127 |7527 |  0 | 202k|  22 | 0.000000e+00 |      --      |    Inf |  16.76%
3053.77/3064.68	c  3065s|240200 |   218 | 27108k| 111.7 |   162M |  44 |1652 |9935 |2127 |7531 |  1 | 202k|  22 | 0.000000e+00 |      --      |    Inf |  16.77%
3055.16/3066.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3055.16/3066.01	c  3066s|240300 |   218 | 27120k| 111.7 |   162M |  44 |1652 |9985 |2127 |7535 |  1 | 202k|  22 | 0.000000e+00 |      --      |    Inf |  16.78%
3056.55/3067.46	c  3067s|240400 |   218 | 27131k| 111.7 |   162M |  44 |1652 |9996 |2123 |7548 |  1 | 203k|  22 | 0.000000e+00 |      --      |    Inf |  16.79%
3057.95/3068.81	c  3069s|240500 |   218 | 27144k| 111.7 |   162M |  44 |1652 |  10k|2123 |7551 |  0 | 203k|  22 | 0.000000e+00 |      --      |    Inf |  16.82%
3059.15/3070.09	c  3070s|240600 |   222 | 27154k| 111.7 |   162M |  44 |1652 |9854 |2123 |7558 |  1 | 203k|  22 | 0.000000e+00 |      --      |    Inf |  16.86%
3060.34/3071.24	c  3071s|240700 |   220 | 27165k| 111.7 |   162M |  44 |1652 |9601 |2123 |7561 |  1 | 203k|  22 | 0.000000e+00 |      --      |    Inf |  16.87%
3061.54/3072.48	c  3072s|240800 |   220 | 27175k| 111.7 |   162M |  44 |1652 |9582 |2123 |7572 |  0 | 203k|  22 | 0.000000e+00 |      --      |    Inf |  16.93%
3063.24/3074.14	c  3074s|240900 |   224 | 27189k| 111.7 |   162M |  44 |1652 |9757 |2120 |7577 |  1 | 203k|  22 | 0.000000e+00 |      --      |    Inf |  16.94%
3064.33/3075.26	c  3075s|241000 |   224 | 27199k| 111.7 |   162M |  44 |1652 |9866 |2123 |7580 |  0 | 203k|  22 | 0.000000e+00 |      --      |    Inf |  16.95%
3065.42/3076.39	c  3076s|241100 |   222 | 27209k| 111.7 |   162M |  44 |1652 |  10k|2123 |7584 |  0 | 204k|  22 | 0.000000e+00 |      --      |    Inf |  16.96%
3066.62/3077.50	c  3078s|241200 |   224 | 27219k| 111.7 |   162M |  44 |1652 |  10k|2123 |7589 |  1 | 204k|  22 | 0.000000e+00 |      --      |    Inf |  16.96%
3067.91/3078.81	c  3079s|241300 |   224 | 27231k| 111.7 |   162M |  44 |1652 |  10k|2122 |7592 |  1 | 204k|  22 | 0.000000e+00 |      --      |    Inf |  16.97%
3069.90/3080.82	c  3081s|241400 |   230 | 27248k| 111.7 |   162M |  44 |1652 |  10k|2122 |7601 |  0 | 204k|  22 | 0.000000e+00 |      --      |    Inf |  17.01%
3071.10/3082.10	c  3082s|241500 |   230 | 27260k| 111.7 |   162M |  44 |1652 |  10k|2122 |7604 |  1 | 204k|  22 | 0.000000e+00 |      --      |    Inf |  17.02%
3072.49/3083.48	c  3083s|241600 |   228 | 27273k| 111.7 |   162M |  44 |1652 |  10k|2122 |7607 |  1 | 204k|  22 | 0.000000e+00 |      --      |    Inf |  17.02%
3073.89/3084.88	c  3085s|241700 |   228 | 27285k| 111.8 |   162M |  44 |1652 |  10k|2122 |7607 |  0 | 204k|  22 | 0.000000e+00 |      --      |    Inf |  17.04%
3075.38/3086.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3075.38/3086.35	c  3086s|241800 |   228 | 27299k| 111.8 |   162M |  44 |1652 |  10k|2122 |7610 |  1 | 205k|  22 | 0.000000e+00 |      --      |    Inf |  17.04%
3076.68/3087.67	c  3088s|241900 |   226 | 27310k| 111.8 |   162M |  44 |1652 |  10k|2123 |7616 |  0 | 205k|  22 | 0.000000e+00 |      --      |    Inf |  17.05%
3078.37/3089.32	c  3089s|242000 |   228 | 27326k| 111.8 |   162M |  44 |1652 |  10k|2122 |7619 |  0 | 205k|  22 | 0.000000e+00 |      --      |    Inf |  17.07%
3079.77/3090.72	c  3091s|242100 |   230 | 27338k| 111.8 |   162M |  44 |1652 |  10k|2122 |7620 |  1 | 205k|  22 | 0.000000e+00 |      --      |    Inf |  17.08%
3080.76/3091.71	c  3092s|242200 |   230 | 27347k| 111.8 |   162M |  44 |1652 |  10k|2122 |7624 |  1 | 205k|  22 | 0.000000e+00 |      --      |    Inf |  17.08%
3081.86/3092.85	c  3093s|242300 |   240 | 27357k| 111.8 |   162M |  44 |1652 |  10k|2122 |7625 |  1 | 205k|  22 | 0.000000e+00 |      --      |    Inf |  17.09%
3083.16/3094.11	c  3094s|242400 |   230 | 27368k| 111.8 |   162M |  44 |1652 |  10k|2123 |7630 |  1 | 205k|  22 | 0.000000e+00 |      --      |    Inf |  17.09%
3084.35/3095.32	c  3095s|242500 |   230 | 27379k| 111.8 |   162M |  44 |1652 |  10k|2122 |7631 |  1 | 206k|  22 | 0.000000e+00 |      --      |    Inf |  17.09%
3085.45/3096.42	c  3096s|242600 |   230 | 27389k| 111.8 |   162M |  44 |1652 |  11k|2122 |7632 |  0 | 206k|  22 | 0.000000e+00 |      --      |    Inf |  17.09%
3086.74/3097.77	c  3098s|242700 |   232 | 27401k| 111.8 |   162M |  44 |1652 |  11k|2122 |7635 |  0 | 206k|  22 | 0.000000e+00 |      --      |    Inf |  17.09%
3088.14/3099.12	c  3099s|242800 |   232 | 27413k| 111.8 |   162M |  44 |1652 |  11k|2122 |7637 |  1 | 206k|  22 | 0.000000e+00 |      --      |    Inf |  17.09%
3089.43/3100.49	c  3100s|242900 |   226 | 27425k| 111.8 |   162M |  44 |1652 |  11k|2122 |7638 |  1 | 206k|  22 | 0.000000e+00 |      --      |    Inf |  17.09%
3090.83/3101.85	c  3102s|243000 |   226 | 27438k| 111.8 |   162M |  44 |1652 |  11k|2120 |7638 |  0 | 206k|  22 | 0.000000e+00 |      --      |    Inf |  17.11%
3092.13/3103.13	c  3103s|243100 |   224 | 27449k| 111.8 |   162M |  44 |1652 |  11k|2123 |7643 |  1 | 206k|  22 | 0.000000e+00 |      --      |    Inf |  17.12%
3093.62/3104.62	c  3105s|243200 |   224 | 27462k| 111.8 |   162M |  44 |1652 |  11k|2123 |7645 |  1 | 207k|  22 | 0.000000e+00 |      --      |    Inf |  17.12%
3094.81/3105.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3094.81/3105.88	c  3106s|243300 |   222 | 27473k| 111.8 |   162M |  44 |1652 |  11k|2124 |7647 |  1 | 207k|  22 | 0.000000e+00 |      --      |    Inf |  17.12%
3096.41/3107.41	c  3107s|243400 |   218 | 27487k| 111.8 |   162M |  44 |1652 |  11k|2122 |7647 |  0 | 207k|  22 | 0.000000e+00 |      --      |    Inf |  17.15%
3097.90/3108.95	c  3109s|243500 |   222 | 27501k| 111.8 |   162M |  44 |1652 |  11k|2123 |7648 |  1 | 207k|  22 | 0.000000e+00 |      --      |    Inf |  17.16%
3099.39/3110.43	c  3110s|243600 |   222 | 27514k| 111.8 |   162M |  44 |1652 |  11k|2120 |7649 |  1 | 207k|  22 | 0.000000e+00 |      --      |    Inf |  17.16%
3100.89/3111.95	c  3112s|243700 |   221 | 27528k| 111.8 |   162M |  44 |1652 |  11k|2122 |7650 |  0 | 207k|  22 | 0.000000e+00 |      --      |    Inf |  17.17%
3102.48/3113.54	c  3114s|243800 |   221 | 27542k| 111.8 |   162M |  44 |1652 |  11k|2122 |7651 |  0 | 207k|  22 | 0.000000e+00 |      --      |    Inf |  17.18%
3103.68/3114.79	c  3115s|243900 |   223 | 27553k| 111.8 |   162M |  44 |1652 |  11k|2124 |7655 |  1 | 208k|  22 | 0.000000e+00 |      --      |    Inf |  17.18%
3104.77/3115.87	c  3116s|244000 |   223 | 27562k| 111.8 |   162M |  44 |1652 |  11k|2124 |7657 |  1 | 208k|  22 | 0.000000e+00 |      --      |    Inf |  17.18%
3106.27/3117.39	c  3117s|244100 |   225 | 27576k| 111.8 |   162M |  44 |1652 |  11k|2124 |7662 |  1 | 208k|  22 | 0.000000e+00 |      --      |    Inf |  17.19%
3107.46/3118.58	c  3119s|244200 |   223 | 27587k| 111.8 |   162M |  44 |1652 |  11k|2123 |7663 |  1 | 208k|  22 | 0.000000e+00 |      --      |    Inf |  17.19%
3108.96/3120.10	c  3120s|244300 |   219 | 27601k| 111.9 |   162M |  44 |1652 |  11k|2123 |7664 |  0 | 208k|  22 | 0.000000e+00 |      --      |    Inf |  17.19%
3110.45/3121.54	c  3122s|244400 |   221 | 27614k| 111.9 |   162M |  44 |1652 |  11k|2123 |7666 |  1 | 208k|  22 | 0.000000e+00 |      --      |    Inf |  17.19%
3112.05/3123.15	c  3123s|244500 |   221 | 27627k| 111.9 |   162M |  44 |1652 |  12k|2122 |7667 |  1 | 208k|  22 | 0.000000e+00 |      --      |    Inf |  17.19%
3113.74/3124.84	c  3125s|244600 |   221 | 27642k| 111.9 |   162M |  44 |1652 |  12k|2122 |7669 |  0 | 208k|  22 | 0.000000e+00 |      --      |    Inf |  17.19%
3115.14/3126.27	c  3126s|244700 |   219 | 27654k| 111.9 |   162M |  44 |1652 |  12k|2122 |7671 |  0 | 209k|  22 | 0.000000e+00 |      --      |    Inf |  17.20%
3116.43/3127.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3116.43/3127.51	c  3128s|244800 |   219 | 27665k| 111.9 |   162M |  44 |1652 |  12k|2122 |7672 |  0 | 209k|  22 | 0.000000e+00 |      --      |    Inf |  17.20%
3117.73/3128.83	c  3129s|244900 |   219 | 27676k| 111.9 |   162M |  44 |1652 |  12k|2122 |7677 |  1 | 209k|  22 | 0.000000e+00 |      --      |    Inf |  17.21%
3119.32/3130.46	c  3130s|245000 |   221 | 27691k| 111.9 |   162M |  44 |1652 |  12k|2123 |7680 |  0 | 209k|  22 | 0.000000e+00 |      --      |    Inf |  17.21%
3120.92/3132.07	c  3132s|245100 |   223 | 27706k| 111.9 |   162M |  44 |1652 |  11k|2121 |7681 |  1 | 209k|  22 | 0.000000e+00 |      --      |    Inf |  17.22%
3121.92/3133.04	c  3133s|245200 |   221 | 27715k| 111.9 |   162M |  44 |1652 |  11k|2121 |7681 |  0 | 209k|  22 | 0.000000e+00 |      --      |    Inf |  17.22%
3123.01/3134.17	c  3134s|245300 |   221 | 27725k| 111.9 |   162M |  44 |1652 |  11k|2121 |7682 |  0 | 209k|  22 | 0.000000e+00 |      --      |    Inf |  17.22%
3123.91/3135.10	c  3135s|245400 |   221 | 27734k| 111.9 |   162M |  44 |1652 |  11k|2122 |7688 |  1 | 209k|  22 | 0.000000e+00 |      --      |    Inf |  17.22%
3124.90/3136.09	c  3136s|245500 |   221 | 27743k| 111.9 |   162M |  44 |1652 |  11k|2121 |7691 |  0 | 209k|  22 | 0.000000e+00 |      --      |    Inf |  17.22%
3126.39/3137.53	c  3138s|245600 |   217 | 27756k| 111.9 |   162M |  44 |1652 |  11k|2121 |7693 |  0 | 210k|  22 | 0.000000e+00 |      --      |    Inf |  17.23%
3127.49/3138.66	c  3139s|245700 |   221 | 27766k| 111.9 |   162M |  44 |1652 |  11k|2121 |7693 |  0 | 210k|  22 | 0.000000e+00 |      --      |    Inf |  17.23%
3128.39/3139.56	c  3140s|245800 |   227 | 27774k| 111.9 |   162M |  44 |1652 |  11k|2122 |7695 |  1 | 210k|  22 | 0.000000e+00 |      --      |    Inf |  17.23%
3129.28/3140.47	c  3140s|245900 |   221 | 27781k| 111.9 |   162M |  44 |1652 |  11k|2121 |7697 |  1 | 210k|  22 | 0.000000e+00 |      --      |    Inf |  17.23%
3130.38/3141.51	c  3142s|246000 |   227 | 27791k| 111.9 |   162M |  44 |1652 |  11k|2121 |7697 |  1 | 210k|  22 | 0.000000e+00 |      --      |    Inf |  17.23%
3131.38/3142.54	c  3143s|246100 |   221 | 27800k| 111.8 |   162M |  44 |1652 |  11k|2121 |7697 |  0 | 210k|  22 | 0.000000e+00 |      --      |    Inf |  17.23%
3132.47/3143.67	c  3144s|246200 |   223 | 27810k| 111.8 |   162M |  44 |1652 |  11k|2122 |7699 |  2 | 210k|  22 | 0.000000e+00 |      --      |    Inf |  17.23%
3133.67/3144.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3133.67/3144.80	c  3145s|246300 |   217 | 27819k| 111.8 |   162M |  44 |1652 |  11k|2122 |7702 |  0 | 210k|  22 | 0.000000e+00 |      --      |    Inf |  17.23%
3134.97/3146.15	c  3146s|246400 |   219 | 27831k| 111.8 |   162M |  44 |1652 |  11k|2121 |7704 |  1 | 210k|  22 | 0.000000e+00 |      --      |    Inf |  17.23%
3136.76/3147.91	c  3148s|246500 |   217 | 27845k| 111.8 |   162M |  44 |1652 |  11k|2122 |7718 |  0 | 210k|  22 | 0.000000e+00 |      --      |    Inf |  17.43%
3138.65/3149.81	c  3150s|246600 |   221 | 27860k| 111.9 |   162M |  44 |1652 |  11k|2125 |7729 |  1 | 211k|  22 | 0.000000e+00 |      --      |    Inf |  17.50%
3140.74/3151.99	c  3152s|246700 |   219 | 27878k| 111.9 |   162M |  44 |1652 |  11k|2125 |7745 |  1 | 211k|  22 | 0.000000e+00 |      --      |    Inf |  17.57%
3142.43/3153.63	c  3154s|246800 |   215 | 27893k| 111.9 |   162M |  44 |1652 |  11k|2125 |7746 |  0 | 211k|  22 | 0.000000e+00 |      --      |    Inf |  17.62%
3144.03/3155.22	c  3155s|246900 |   215 | 27907k| 111.9 |   162M |  44 |1652 |  11k|2123 |7751 |  1 | 211k|  22 | 0.000000e+00 |      --      |    Inf |  17.62%
3145.52/3156.73	c  3157s|247000 |   217 | 27920k| 111.9 |   162M |  44 |1652 |  11k|2124 |7755 |  1 | 211k|  22 | 0.000000e+00 |      --      |    Inf |  17.62%
3147.02/3158.29	c  3158s|247100 |   217 | 27934k| 111.9 |   162M |  44 |1652 |  11k|2124 |7756 |  1 | 211k|  22 | 0.000000e+00 |      --      |    Inf |  17.62%
3148.41/3159.64	c  3160s|247200 |   215 | 27946k| 111.9 |   162M |  44 |1652 |  11k|2125 |7756 |  1 | 211k|  22 | 0.000000e+00 |      --      |    Inf |  17.62%
3149.81/3161.09	c  3161s|247300 |   217 | 27958k| 111.9 |   162M |  44 |1652 |  11k|2124 |7756 |  1 | 211k|  22 | 0.000000e+00 |      --      |    Inf |  17.62%
3151.40/3162.69	c  3163s|247400 |   219 | 27973k| 112.0 |   162M |  44 |1652 |  11k|2124 |7756 |  1 | 211k|  22 | 0.000000e+00 |      --      |    Inf |  17.62%
3152.80/3164.01	c  3164s|247500 |   215 | 27984k| 112.0 |   162M |  44 |1652 |  11k|2126 |7757 |  1 | 211k|  22 | 0.000000e+00 |      --      |    Inf |  17.62%
3153.90/3165.16	c  3165s|247600 |   213 | 27994k| 112.0 |   162M |  44 |1652 |  11k|2124 |7757 |  1 | 211k|  22 | 0.000000e+00 |      --      |    Inf |  17.62%
3155.49/3166.76	c  3167s|247700 |   211 | 28008k| 112.0 |   162M |  44 |1652 |  11k|2121 |7760 |  0 | 211k|  22 | 0.000000e+00 |      --      |    Inf |  17.62%
3156.58/3167.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3156.58/3167.80	c  3168s|247800 |   217 | 28017k| 112.0 |   162M |  44 |1652 |  10k|2126 |7761 |  0 | 211k|  22 | 0.000000e+00 |      --      |    Inf |  17.64%
3157.48/3168.73	c  3169s|247900 |   225 | 28025k| 111.9 |   162M |  44 |1652 |  10k|2126 |7766 |  1 | 211k|  22 | 0.000000e+00 |      --      |    Inf |  17.64%
3158.28/3169.50	c  3170s|248000 |   222 | 28031k| 111.9 |   162M |  44 |1652 |  11k|2126 |7769 |  0 | 211k|  22 | 0.000000e+00 |      --      |    Inf |  17.64%
3159.17/3170.42	c  3170s|248100 |   221 | 28039k| 111.9 |   162M |  44 |1652 |  11k|2126 |7769 |  0 | 212k|  22 | 0.000000e+00 |      --      |    Inf |  17.64%
3160.07/3171.40	c  3171s|248200 |   219 | 28048k| 111.9 |   162M |  44 |1652 |  11k|2127 |7776 |  1 | 212k|  22 | 0.000000e+00 |      --      |    Inf |  17.64%
3161.16/3172.43	c  3172s|248300 |   215 | 28057k| 111.9 |   162M |  44 |1652 |  11k|2127 |7782 |  1 | 212k|  22 | 0.000000e+00 |      --      |    Inf |  17.64%
3162.26/3173.56	c  3174s|248400 |   219 | 28066k| 111.9 |   162M |  44 |1652 |  11k|2128 |7790 |  0 | 212k|  22 | 0.000000e+00 |      --      |    Inf |  17.64%
3163.36/3174.67	c  3175s|248500 |   221 | 28076k| 111.9 |   162M |  44 |1652 |  11k|2127 |7794 |  1 | 212k|  22 | 0.000000e+00 |      --      |    Inf |  17.64%
3164.45/3175.76	c  3176s|248600 |   219 | 28086k| 111.9 |   162M |  44 |1652 |  11k|2126 |7796 |  0 | 213k|  22 | 0.000000e+00 |      --      |    Inf |  17.64%
3165.55/3176.81	c  3177s|248700 |   221 | 28095k| 111.9 |   162M |  44 |1652 |  12k|2126 |7797 |  1 | 213k|  22 | 0.000000e+00 |      --      |    Inf |  17.64%
3166.64/3177.98	c  3178s|248800 |   216 | 28106k| 111.9 |   162M |  44 |1652 |  12k|2127 |7799 |  0 | 213k|  22 | 0.000000e+00 |      --      |    Inf |  17.64%
3167.94/3179.22	c  3179s|248900 |   214 | 28116k| 111.9 |   162M |  44 |1652 |  11k|2127 |7812 |  1 | 213k|  22 | 0.000000e+00 |      --      |    Inf |  17.64%
3169.14/3180.41	c  3180s|249000 |   216 | 28127k| 111.9 |   162M |  44 |1652 |  11k|2123 |7817 |  1 | 213k|  22 | 0.000000e+00 |      --      |    Inf |  17.64%
3170.43/3181.72	c  3182s|249100 |   212 | 28138k| 111.9 |   162M |  44 |1652 |  11k|2124 |7819 |  0 | 213k|  22 | 0.000000e+00 |      --      |    Inf |  17.65%
3171.73/3183.07	c  3183s|249200 |   218 | 28150k| 111.9 |   162M |  44 |1652 |  11k|2128 |7830 |  1 | 213k|  22 | 0.000000e+00 |      --      |    Inf |  17.65%
3172.92/3184.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3172.92/3184.21	c  3184s|249300 |   218 | 28160k| 111.9 |   162M |  44 |1652 |  11k|2127 |7831 |  1 | 213k|  22 | 0.000000e+00 |      --      |    Inf |  17.66%
3174.22/3185.53	c  3186s|249400 |   224 | 28172k| 111.9 |   162M |  44 |1652 |  11k|2128 |7839 |  1 | 213k|  22 | 0.000000e+00 |      --      |    Inf |  17.66%
3175.31/3186.64	c  3187s|249500 |   222 | 28182k| 111.9 |   162M |  44 |1652 |  11k|2127 |7841 |  0 | 213k|  22 | 0.000000e+00 |      --      |    Inf |  17.66%
3176.51/3187.86	c  3188s|249600 |   220 | 28193k| 111.9 |   162M |  44 |1652 |  11k|2127 |7841 |  1 | 213k|  22 | 0.000000e+00 |      --      |    Inf |  17.66%
3177.60/3188.95	c  3189s|249700 |   222 | 28202k| 111.8 |   162M |  44 |1652 |  11k|2128 |7846 |  0 | 213k|  22 | 0.000000e+00 |      --      |    Inf |  17.66%
3178.70/3190.06	c  3190s|249800 |   218 | 28212k| 111.8 |   162M |  44 |1652 |  11k|2123 |7849 |  1 | 213k|  22 | 0.000000e+00 |      --      |    Inf |  17.66%
3180.09/3191.41	c  3191s|249900 |   220 | 28224k| 111.8 |   162M |  44 |1652 |  11k|2128 |7859 |  1 | 213k|  22 | 0.000000e+00 |      --      |    Inf |  17.66%
3180.99/3192.36	c  3192s|250000 |   218 | 28232k| 111.8 |   162M |  44 |1652 |  11k|2125 |7863 |  0 | 213k|  22 | 0.000000e+00 |      --      |    Inf |  17.67%
3181.99/3193.38	c  3193s|250100 |   220 | 28241k| 111.8 |   162M |  44 |1652 |  11k|2127 |7871 |  1 | 214k|  22 | 0.000000e+00 |      --      |    Inf |  17.67%
3182.88/3194.22	c  3194s|250200 |   220 | 28248k| 111.8 |   162M |  44 |1652 |  12k|2128 |7874 |  2 | 214k|  22 | 0.000000e+00 |      --      |    Inf |  17.67%
3183.79/3195.17	c  3195s|250300 |   216 | 28257k| 111.8 |   162M |  44 |1652 |  12k|2127 |7875 |  0 | 214k|  22 | 0.000000e+00 |      --      |    Inf |  17.67%
3184.88/3196.25	c  3196s|250400 |   218 | 28266k| 111.8 |   162M |  44 |1652 |  12k|2126 |7877 |  0 | 214k|  22 | 0.000000e+00 |      --      |    Inf |  17.67%
3185.87/3197.21	c  3197s|250500 |   224 | 28274k| 111.8 |   162M |  44 |1652 |  12k|2125 |7879 |  1 | 214k|  22 | 0.000000e+00 |      --      |    Inf |  17.67%
3186.77/3198.16	c  3198s|250600 |   218 | 28282k| 111.8 |   162M |  44 |1652 |  12k|2124 |7886 |  1 | 214k|  22 | 0.000000e+00 |      --      |    Inf |  17.67%
3187.96/3199.32	c  3199s|250700 |   216 | 28293k| 111.8 |   162M |  44 |1652 |  12k|2124 |7890 |  2 | 214k|  22 | 0.000000e+00 |      --      |    Inf |  17.67%
3189.16/3200.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3189.16/3200.57	c  3201s|250800 |   220 | 28304k| 111.8 |   162M |  44 |1652 |  12k|2127 |7894 |  1 | 214k|  22 | 0.000000e+00 |      --      |    Inf |  17.67%
3190.25/3201.64	c  3202s|250900 |   220 | 28314k| 111.8 |   162M |  44 |1652 |  12k|2127 |7899 |  0 | 215k|  22 | 0.000000e+00 |      --      |    Inf |  17.67%
3191.35/3202.72	c  3203s|251000 |   218 | 28323k| 111.7 |   162M |  44 |1652 |  12k|2127 |7901 |  0 | 215k|  22 | 0.000000e+00 |      --      |    Inf |  17.67%
3192.65/3204.06	c  3204s|251100 |   222 | 28335k| 111.8 |   162M |  44 |1652 |  12k|2127 |7906 |  1 | 215k|  22 | 0.000000e+00 |      --      |    Inf |  17.67%
3193.84/3205.23	c  3205s|251200 |   222 | 28346k| 111.7 |   162M |  44 |1652 |  12k|2127 |7909 |  1 | 215k|  22 | 0.000000e+00 |      --      |    Inf |  17.67%
3195.14/3206.55	c  3207s|251300 |   222 | 28358k| 111.8 |   162M |  44 |1652 |  12k|2127 |7909 |  0 | 215k|  22 | 0.000000e+00 |      --      |    Inf |  17.67%
3196.43/3207.83	c  3208s|251400 |   220 | 28370k| 111.8 |   162M |  44 |1652 |  12k|2127 |7911 |  0 | 215k|  22 | 0.000000e+00 |      --      |    Inf |  17.67%
3197.73/3209.17	c  3209s|251500 |   220 | 28382k| 111.8 |   162M |  44 |1652 |  12k|2127 |7912 |  0 | 215k|  22 | 0.000000e+00 |      --      |    Inf |  17.67%
3199.22/3210.65	c  3211s|251600 |   220 | 28395k| 111.8 |   162M |  44 |1652 |  12k|2127 |7916 |  1 | 215k|  22 | 0.000000e+00 |      --      |    Inf |  17.67%
3200.82/3212.22	c  3212s|251700 |   220 | 28408k| 111.8 |   162M |  44 |1652 |  12k|2127 |7925 |  1 | 215k|  22 | 0.000000e+00 |      --      |    Inf |  17.67%
3202.21/3213.68	c  3214s|251800 |   218 | 28421k| 111.8 |   162M |  44 |1652 |  12k|2128 |7930 |  0 | 215k|  22 | 0.000000e+00 |      --      |    Inf |  17.67%
3203.61/3215.01	c  3215s|251900 |   220 | 28432k| 111.8 |   162M |  44 |1652 |  11k|2127 |7932 |  1 | 215k|  22 | 0.000000e+00 |      --      |    Inf |  17.67%
3204.90/3216.31	c  3216s|252000 |   218 | 28443k| 111.8 |   162M |  44 |1652 |  11k|2127 |7933 |  0 | 215k|  22 | 0.000000e+00 |      --      |    Inf |  17.67%
3206.39/3217.88	c  3218s|252100 |   216 | 28457k| 111.8 |   162M |  44 |1652 |  11k|2124 |7935 |  0 | 215k|  22 | 0.000000e+00 |      --      |    Inf |  17.67%
3207.89/3219.33	c  3219s|252200 |   216 | 28470k| 111.8 |   162M |  44 |1652 |  11k|2127 |7936 |  0 | 215k|  22 | 0.000000e+00 |      --      |    Inf |  17.67%
3209.08/3220.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3209.08/3220.54	c  3221s|252300 |   214 | 28481k| 111.8 |   162M |  44 |1652 |  11k|2124 |7940 |  0 | 215k|  22 | 0.000000e+00 |      --      |    Inf |  17.67%
3210.38/3221.81	c  3222s|252400 |   212 | 28492k| 111.8 |   162M |  44 |1652 |  11k|2123 |7940 |  0 | 216k|  22 | 0.000000e+00 |      --      |    Inf |  17.67%
3211.48/3222.92	c  3223s|252500 |   216 | 28502k| 111.8 |   162M |  44 |1652 |  11k|2121 |7940 |  0 | 216k|  22 | 0.000000e+00 |      --      |    Inf |  17.68%
3212.68/3224.18	c  3224s|252600 |   218 | 28514k| 111.8 |   162M |  44 |1652 |  11k|2121 |7940 |  1 | 216k|  22 | 0.000000e+00 |      --      |    Inf |  17.69%
3213.67/3225.16	c  3225s|252700 |   216 | 28523k| 111.8 |   162M |  44 |1652 |  11k|2121 |7940 |  1 | 216k|  22 | 0.000000e+00 |      --      |    Inf |  17.69%
3214.57/3226.09	c  3226s|252800 |   216 | 28531k| 111.8 |   162M |  44 |1652 |  11k|2121 |7940 |  0 | 216k|  22 | 0.000000e+00 |      --      |    Inf |  17.69%
3215.86/3227.32	c  3227s|252900 |   222 | 28542k| 111.8 |   162M |  44 |1652 |  11k|2121 |7944 |  1 | 216k|  22 | 0.000000e+00 |      --      |    Inf |  17.70%
3216.76/3228.29	c  3228s|253000 |   222 | 28551k| 111.8 |   162M |  44 |1652 |  11k|2121 |7944 |  1 | 216k|  22 | 0.000000e+00 |      --      |    Inf |  17.70%
3217.75/3229.29	c  3229s|253100 |   218 | 28560k| 111.8 |   162M |  44 |1652 |  11k|2121 |7947 |  1 | 216k|  22 | 0.000000e+00 |      --      |    Inf |  17.70%
3219.05/3230.55	c  3231s|253200 |   220 | 28571k| 111.8 |   162M |  44 |1652 |  11k|2121 |7949 |  0 | 217k|  22 | 0.000000e+00 |      --      |    Inf |  17.70%
3220.34/3231.85	c  3232s|253300 |   222 | 28583k| 111.8 |   162M |  44 |1652 |  11k|2121 |7951 |  0 | 217k|  22 | 0.000000e+00 |      --      |    Inf |  17.70%
3221.34/3232.88	c  3233s|253400 |   220 | 28592k| 111.7 |   162M |  44 |1652 |  11k|2121 |7951 |  1 | 217k|  22 | 0.000000e+00 |      --      |    Inf |  17.70%
3222.43/3233.96	c  3234s|253500 |   222 | 28602k| 111.7 |   162M |  44 |1652 |  11k|2121 |7951 |  0 | 217k|  22 | 0.000000e+00 |      --      |    Inf |  17.70%
3223.73/3235.20	c  3235s|253600 |   220 | 28613k| 111.7 |   162M |  44 |1652 |  11k|2121 |7952 |  1 | 217k|  22 | 0.000000e+00 |      --      |    Inf |  17.70%
3224.93/3236.46	c  3236s|253700 |   218 | 28624k| 111.7 |   162M |  44 |1652 |  11k|2121 |7957 |  0 | 217k|  22 | 0.000000e+00 |      --      |    Inf |  17.71%
3226.02/3237.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3226.02/3237.53	c  3238s|253800 |   226 | 28634k| 111.7 |   162M |  44 |1652 |  11k|2121 |7957 |  1 | 217k|  22 | 0.000000e+00 |      --      |    Inf |  17.71%
3227.12/3238.62	c  3239s|253900 |   220 | 28645k| 111.7 |   162M |  44 |1652 |  11k|2121 |7957 |  0 | 217k|  22 | 0.000000e+00 |      --      |    Inf |  17.71%
3228.41/3239.95	c  3240s|254000 |   218 | 28657k| 111.7 |   162M |  44 |1652 |  11k|2121 |7957 |  0 | 217k|  22 | 0.000000e+00 |      --      |    Inf |  17.71%
3229.81/3241.30	c  3241s|254100 |   216 | 28669k| 111.7 |   162M |  44 |1652 |  11k|2121 |7957 |  0 | 217k|  22 | 0.000000e+00 |      --      |    Inf |  17.71%
3230.90/3242.42	c  3242s|254200 |   218 | 28679k| 111.7 |   162M |  44 |1652 |  11k|2121 |7957 |  0 | 217k|  22 | 0.000000e+00 |      --      |    Inf |  17.71%
3232.10/3243.63	c  3244s|254300 |   216 | 28690k| 111.7 |   162M |  44 |1652 |  11k|2121 |7957 |  0 | 217k|  22 | 0.000000e+00 |      --      |    Inf |  17.71%
3233.60/3245.17	c  3245s|254400 |   222 | 28704k| 111.8 |   162M |  44 |1652 |  11k|2121 |7958 |  1 | 217k|  22 | 0.000000e+00 |      --      |    Inf |  17.71%
3234.69/3246.25	c  3246s|254500 |   220 | 28714k| 111.7 |   162M |  44 |1652 |  12k|2122 |7959 |  0 | 217k|  22 | 0.000000e+00 |      --      |    Inf |  17.71%
3235.88/3247.41	c  3247s|254600 |   220 | 28724k| 111.7 |   162M |  44 |1652 |  12k|2122 |7959 |  0 | 217k|  22 | 0.000000e+00 |      --      |    Inf |  17.71%
3237.08/3248.69	c  3249s|254700 |   218 | 28736k| 111.7 |   162M |  44 |1652 |  12k|2121 |7959 |  1 | 217k|  22 | 0.000000e+00 |      --      |    Inf |  17.71%
3238.58/3250.16	c  3250s|254800 |   220 | 28749k| 111.8 |   162M |  44 |1652 |  11k|2121 |7959 |  0 | 217k|  22 | 0.000000e+00 |      --      |    Inf |  17.71%
3239.87/3251.49	c  3251s|254900 |   220 | 28761k| 111.8 |   162M |  44 |1652 |  11k|2122 |7961 |  0 | 217k|  22 | 0.000000e+00 |      --      |    Inf |  17.71%
3241.17/3252.77	c  3253s|255000 |   224 | 28772k| 111.8 |   162M |  44 |1652 |  11k|2121 |7966 |  0 | 217k|  22 | 0.000000e+00 |      --      |    Inf |  17.72%
3242.47/3254.03	c  3254s|255100 |   218 | 28783k| 111.8 |   162M |  44 |1652 |  12k|2122 |7967 |  0 | 218k|  22 | 0.000000e+00 |      --      |    Inf |  17.72%
3243.86/3255.48	c  3255s|255200 |   216 | 28796k| 111.8 |   162M |  44 |1652 |  12k|2122 |7967 |  0 | 218k|  22 | 0.000000e+00 |      --      |    Inf |  17.72%
3244.95/3256.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3244.95/3256.54	c  3257s|255300 |   220 | 28806k| 111.8 |   162M |  44 |1652 |  12k|2121 |7968 |  1 | 218k|  22 | 0.000000e+00 |      --      |    Inf |  17.72%
3246.15/3257.78	c  3258s|255400 |   218 | 28816k| 111.8 |   162M |  44 |1652 |  12k|2121 |7968 |  1 | 218k|  22 | 0.000000e+00 |      --      |    Inf |  17.72%
3247.45/3259.06	c  3259s|255500 |   216 | 28828k| 111.8 |   162M |  44 |1652 |  12k|2121 |7969 |  0 | 218k|  22 | 0.000000e+00 |      --      |    Inf |  17.72%
3248.84/3260.44	c  3260s|255600 |   212 | 28840k| 111.8 |   162M |  44 |1652 |  11k|2119 |7969 |  0 | 218k|  22 | 0.000000e+00 |      --      |    Inf |  17.72%
3250.44/3262.05	c  3262s|255700 |   212 | 28854k| 111.8 |   162M |  44 |1652 |  11k|2122 |7969 |  1 | 218k|  22 | 0.000000e+00 |      --      |    Inf |  17.72%
3252.32/3263.90	c  3264s|255800 |   214 | 28871k| 111.8 |   162M |  44 |1652 |  11k|2122 |7969 |  1 | 218k|  22 | 0.000000e+00 |      --      |    Inf |  17.73%
3253.62/3265.28	c  3265s|255900 |   210 | 28883k| 111.8 |   162M |  44 |1652 |  11k|2122 |7969 |  0 | 218k|  22 | 0.000000e+00 |      --      |    Inf |  17.73%
3255.01/3266.64	c  3267s|256000 |   212 | 28895k| 111.8 |   162M |  44 |1652 |  11k|2122 |7969 |  1 | 218k|  22 | 0.000000e+00 |      --      |    Inf |  17.73%
3256.41/3268.05	c  3268s|256100 |   214 | 28908k| 111.8 |   162M |  44 |1652 |  11k|2122 |7970 |  1 | 218k|  22 | 0.000000e+00 |      --      |    Inf |  17.73%
3257.90/3269.51	c  3270s|256200 |   214 | 28920k| 111.8 |   162M |  44 |1652 |  11k|2122 |7970 |  0 | 219k|  22 | 0.000000e+00 |      --      |    Inf |  17.73%
3259.10/3270.79	c  3271s|256300 |   212 | 28932k| 111.8 |   162M |  44 |1652 |  11k|2122 |7970 |  0 | 219k|  22 | 0.000000e+00 |      --      |    Inf |  17.73%
3260.50/3272.11	c  3272s|256400 |   214 | 28943k| 111.8 |   162M |  44 |1652 |  11k|2122 |7971 |  0 | 219k|  22 | 0.000000e+00 |      --      |    Inf |  17.73%
3261.99/3273.68	c  3274s|256500 |   212 | 28958k| 111.8 |   162M |  44 |1652 |  11k|2122 |7974 |  0 | 219k|  22 | 0.000000e+00 |      --      |    Inf |  17.73%
3263.58/3275.24	c  3275s|256600 |   214 | 28972k| 111.8 |   162M |  44 |1652 |  11k|2123 |7974 |  0 | 219k|  22 | 0.000000e+00 |      --      |    Inf |  17.73%
3264.68/3276.38	c  3276s|256700 |   214 | 28982k| 111.8 |   162M |  44 |1652 |  12k|2123 |7974 |  0 | 219k|  22 | 0.000000e+00 |      --      |    Inf |  17.73%
3265.87/3277.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3265.87/3277.57	c  3278s|256800 |   210 | 28992k| 111.8 |   162M |  44 |1652 |  12k|2122 |7974 |  1 | 219k|  22 | 0.000000e+00 |      --      |    Inf |  17.73%
3267.67/3279.35	c  3279s|256900 |   208 | 29007k| 111.8 |   162M |  44 |1652 |  12k|2122 |7985 |  1 | 220k|  22 | 0.000000e+00 |      --      |    Inf |  17.73%
3269.47/3281.19	c  3281s|257000 |   210 | 29023k| 111.9 |   162M |  44 |1652 |  11k|2122 |7993 |  2 | 220k|  22 | 0.000000e+00 |      --      |    Inf |  17.73%
3270.56/3282.20	c  3282s|257100 |   210 | 29032k| 111.9 |   162M |  44 |1652 |  11k|2122 |7994 |  1 | 220k|  22 | 0.000000e+00 |      --      |    Inf |  17.82%
3271.95/3283.63	c  3284s|257200 |   214 | 29044k| 111.9 |   162M |  44 |1652 |  11k|2122 |8000 |  0 | 220k|  22 | 0.000000e+00 |      --      |    Inf |  17.87%
3273.35/3285.10	c  3285s|257300 |   210 | 29057k| 111.9 |   162M |  44 |1652 |  11k|2122 |8007 |  0 | 220k|  22 | 0.000000e+00 |      --      |    Inf |  17.87%
3274.45/3286.12	c  3286s|257400 |   211 | 29066k| 111.9 |   162M |  44 |1652 |  11k|2121 |8008 |  1 | 220k|  22 | 0.000000e+00 |      --      |    Inf |  17.90%
3275.74/3287.46	c  3287s|257500 |   215 | 29078k| 111.9 |   162M |  44 |1652 |  11k|2121 |8012 |  1 | 220k|  22 | 0.000000e+00 |      --      |    Inf |  17.91%
3277.23/3288.94	c  3289s|257600 |   209 | 29091k| 111.9 |   162M |  44 |1652 |  11k|2122 |8014 |  0 | 220k|  22 | 0.000000e+00 |      --      |    Inf |  17.92%
3278.83/3290.54	c  3291s|257700 |   209 | 29104k| 111.9 |   162M |  44 |1652 |  11k|2124 |8026 |  0 | 220k|  22 | 0.000000e+00 |      --      |    Inf |  17.97%
3280.22/3291.90	c  3292s|257800 |   213 | 29115k| 111.9 |   162M |  44 |1652 |  11k|2127 |8034 |  0 | 220k|  22 | 0.000000e+00 |      --      |    Inf |  18.00%
3281.42/3293.12	c  3293s|257900 |   211 | 29125k| 111.9 |   162M |  44 |1652 |  11k|2124 |8043 |  1 | 220k|  22 | 0.000000e+00 |      --      |    Inf |  18.01%
3282.61/3294.36	c  3294s|258000 |   209 | 29136k| 111.9 |   162M |  44 |1652 |  11k|2124 |8045 |  1 | 220k|  22 | 0.000000e+00 |      --      |    Inf |  18.02%
3284.21/3295.90	c  3296s|258100 |   211 | 29149k| 111.9 |   163M |  44 |1652 |  11k|2123 |8054 |  1 | 220k|  22 | 0.000000e+00 |      --      |    Inf |  18.05%
3285.31/3297.10	c  3297s|258200 |   213 | 29159k| 111.9 |   163M |  44 |1652 |  11k|2123 |8064 |  1 | 220k|  22 | 0.000000e+00 |      --      |    Inf |  18.07%
3286.60/3298.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3286.60/3298.30	c  3298s|258300 |   213 | 29170k| 111.9 |   163M |  44 |1652 |  11k|2123 |8068 |  0 | 221k|  22 | 0.000000e+00 |      --      |    Inf |  18.07%
3287.89/3299.66	c  3300s|258400 |   215 | 29182k| 111.9 |   163M |  44 |1652 |  11k|2126 |8082 |  2 | 221k|  22 | 0.000000e+00 |      --      |    Inf |  18.08%
3289.49/3301.22	c  3301s|258500 |   213 | 29196k| 111.9 |   163M |  44 |1652 |  11k|2121 |8091 |  1 | 221k|  22 | 0.000000e+00 |      --      |    Inf |  18.08%
3290.98/3302.71	c  3303s|258600 |   213 | 29209k| 111.9 |   163M |  44 |1652 |  11k|2124 |8102 |  1 | 221k|  22 | 0.000000e+00 |      --      |    Inf |  18.09%
3292.18/3304.00	c  3304s|258700 |   211 | 29221k| 111.9 |   163M |  44 |1652 |  11k|2125 |8108 |  0 | 221k|  22 | 0.000000e+00 |      --      |    Inf |  18.09%
3293.47/3305.29	c  3305s|258800 |   213 | 29232k| 111.9 |   163M |  44 |1652 |  11k|2124 |8117 |  0 | 221k|  22 | 0.000000e+00 |      --      |    Inf |  18.10%
3295.07/3306.89	c  3307s|258900 |   211 | 29247k| 111.9 |   163M |  44 |1652 |  11k|2121 |8120 |  1 | 221k|  22 | 0.000000e+00 |      --      |    Inf |  18.11%
3296.56/3308.32	c  3308s|259000 |   209 | 29259k| 111.9 |   163M |  44 |1652 |  11k|2124 |8128 |  1 | 221k|  22 | 0.000000e+00 |      --      |    Inf |  18.12%
3298.15/3309.94	c  3310s|259100 |   207 | 29274k| 111.9 |   163M |  44 |1652 |  12k|2124 |8133 |  0 | 221k|  22 | 0.000000e+00 |      --      |    Inf |  18.12%
3299.85/3311.65	c  3312s|259200 |   217 | 29287k| 111.9 |   163M |  44 |1652 |  11k|2122 |8155 |  0 | 222k|  22 | 0.000000e+00 |      --      |    Inf |  18.14%
3300.74/3312.54	c  3313s|259300 |   213 | 29295k| 111.9 |   163M |  44 |1652 |  11k|2125 |8158 |  0 | 222k|  22 | 0.000000e+00 |      --      |    Inf |  18.15%
3301.74/3313.57	c  3314s|259400 |   217 | 29305k| 111.9 |   163M |  44 |1652 |  10k|2122 |8158 |  1 | 222k|  22 | 0.000000e+00 |      --      |    Inf |  18.19%
3302.84/3314.65	c  3315s|259500 |   215 | 29315k| 111.9 |   163M |  44 |1652 |  10k|2121 |8158 |  0 | 222k|  22 | 0.000000e+00 |      --      |    Inf |  18.22%
3303.73/3315.50	c  3316s|259600 |   215 | 29322k| 111.9 |   163M |  44 |1652 |  10k|2121 |8158 |  1 | 222k|  22 | 0.000000e+00 |      --      |    Inf |  18.24%
3304.93/3316.76	c  3317s|259700 |   215 | 29332k| 111.9 |   163M |  44 |1652 |  10k|2122 |8164 |  0 | 222k|  22 | 0.000000e+00 |      --      |    Inf |  18.26%
3305.73/3317.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3305.73/3317.52	c  3318s|259800 |   216 | 29339k| 111.9 |   163M |  44 |1652 |  11k|2122 |8168 |  1 | 222k|  22 | 0.000000e+00 |      --      |    Inf |  18.26%
3306.82/3318.62	c  3319s|259900 |   223 | 29350k| 111.9 |   163M |  44 |1652 |  11k|2121 |8168 |  0 | 222k|  22 | 0.000000e+00 |      --      |    Inf |  18.27%
3307.62/3319.49	c  3319s|260000 |   223 | 29358k| 111.9 |   163M |  44 |1652 |  11k|2121 |8171 |  0 | 222k|  22 | 0.000000e+00 |      --      |    Inf |  18.28%
3308.71/3320.54	c  3321s|260100 |   223 | 29367k| 111.9 |   163M |  44 |1652 |  11k|2121 |8172 |  1 | 222k|  22 | 0.000000e+00 |      --      |    Inf |  18.28%
3309.71/3321.55	c  3322s|260200 |   219 | 29377k| 111.8 |   163M |  44 |1652 |  11k|2121 |8174 |  0 | 222k|  22 | 0.000000e+00 |      --      |    Inf |  18.28%
3310.61/3322.46	c  3322s|260300 |   215 | 29385k| 111.8 |   163M |  44 |1652 |  11k|2121 |8180 |  0 | 223k|  22 | 0.000000e+00 |      --      |    Inf |  18.29%
3311.50/3323.39	c  3323s|260400 |   221 | 29393k| 111.8 |   163M |  44 |1652 |  11k|2122 |8193 |  0 | 223k|  22 | 0.000000e+00 |      --      |    Inf |  18.29%
3312.40/3324.28	c  3324s|260500 |   221 | 29401k| 111.8 |   163M |  44 |1652 |  11k|2121 |8197 |  0 | 223k|  22 | 0.000000e+00 |      --      |    Inf |  18.29%
3313.30/3325.19	c  3325s|260600 |   217 | 29410k| 111.8 |   163M |  44 |1652 |  11k|2122 |8212 |  1 | 223k|  22 | 0.000000e+00 |      --      |    Inf |  18.30%
3314.30/3326.15	c  3326s|260700 |   225 | 29419k| 111.8 |   163M |  44 |1652 |  11k|2121 |8225 |  1 | 223k|  22 | 0.000000e+00 |      --      |    Inf |  18.30%
3315.09/3327.00	c  3327s|260800 |   223 | 29426k| 111.8 |   163M |  44 |1652 |  11k|2122 |8228 |  1 | 223k|  22 | 0.000000e+00 |      --      |    Inf |  18.31%
3315.99/3327.82	c  3328s|260900 |   223 | 29434k| 111.8 |   163M |  44 |1652 |  11k|2121 |8230 |  0 | 223k|  22 | 0.000000e+00 |      --      |    Inf |  18.31%
3316.78/3328.61	c  3329s|261000 |   221 | 29441k| 111.7 |   163M |  44 |1652 |  11k|2121 |8233 |  0 | 223k|  22 | 0.000000e+00 |      --      |    Inf |  18.31%
3317.68/3329.53	c  3330s|261100 |   221 | 29449k| 111.7 |   163M |  44 |1652 |  12k|2121 |8236 |  0 | 224k|  22 | 0.000000e+00 |      --      |    Inf |  18.31%
3318.78/3330.64	c  3331s|261200 |   219 | 29459k| 111.7 |   163M |  44 |1652 |  12k|2121 |8236 |  0 | 224k|  22 | 0.000000e+00 |      --      |    Inf |  18.31%
3319.87/3331.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3319.87/3331.76	c  3332s|261300 |   219 | 29469k| 111.7 |   163M |  44 |1652 |  11k|2122 |8244 |  1 | 224k|  22 | 0.000000e+00 |      --      |    Inf |  18.31%
3320.87/3332.73	c  3333s|261400 |   217 | 29477k| 111.7 |   163M |  44 |1652 |  12k|2121 |8247 |  0 | 224k|  22 | 0.000000e+00 |      --      |    Inf |  18.32%
3321.67/3333.50	c  3333s|261500 |   219 | 29484k| 111.7 |   163M |  44 |1652 |  12k|2123 |8267 |  1 | 224k|  22 | 0.000000e+00 |      --      |    Inf |  18.32%
3322.56/3334.44	c  3334s|261600 |   219 | 29492k| 111.7 |   163M |  44 |1652 |  12k|2122 |8275 |  1 | 224k|  22 | 0.000000e+00 |      --      |    Inf |  18.32%
3323.46/3335.34	c  3335s|261700 |   219 | 29500k| 111.7 |   163M |  44 |1652 |  12k|2122 |8280 |  0 | 224k|  22 | 0.000000e+00 |      --      |    Inf |  18.32%
3324.55/3336.43	c  3336s|261800 |   217 | 29510k| 111.7 |   163M |  44 |1652 |  12k|2122 |8285 |  1 | 224k|  22 | 0.000000e+00 |      --      |    Inf |  18.32%
3325.55/3337.45	c  3337s|261900 |   217 | 29519k| 111.7 |   163M |  44 |1652 |  12k|2121 |8298 |  1 | 224k|  22 | 0.000000e+00 |      --      |    Inf |  18.32%
3326.65/3338.54	c  3339s|262000 |   219 | 29529k| 111.7 |   163M |  44 |1652 |  12k|2121 |8303 |  1 | 224k|  22 | 0.000000e+00 |      --      |    Inf |  18.32%
3327.54/3339.46	c  3339s|262100 |   215 | 29537k| 111.6 |   163M |  44 |1652 |  12k|2121 |8306 |  1 | 225k|  22 | 0.000000e+00 |      --      |    Inf |  18.33%
3328.64/3340.51	c  3341s|262200 |   213 | 29547k| 111.6 |   163M |  44 |1652 |  12k|2123 |8312 |  0 | 225k|  22 | 0.000000e+00 |      --      |    Inf |  18.33%
3329.64/3341.52	c  3342s|262300 |   215 | 29556k| 111.6 |   163M |  44 |1652 |  12k|2121 |8315 |  0 | 225k|  22 | 0.000000e+00 |      --      |    Inf |  18.33%
3330.53/3342.47	c  3342s|262400 |   219 | 29564k| 111.6 |   163M |  44 |1652 |  11k|2121 |8319 |  1 | 225k|  22 | 0.000000e+00 |      --      |    Inf |  18.34%
3331.53/3343.41	c  3343s|262500 |   221 | 29573k| 111.6 |   163M |  44 |1652 |  11k|2122 |8330 |  1 | 225k|  22 | 0.000000e+00 |      --      |    Inf |  18.34%
3332.52/3344.41	c  3344s|262600 |   219 | 29582k| 111.6 |   163M |  44 |1652 |  11k|2121 |8335 |  1 | 225k|  22 | 0.000000e+00 |      --      |    Inf |  18.34%
3333.42/3345.36	c  3345s|262700 |   215 | 29591k| 111.6 |   163M |  44 |1652 |  11k|2122 |8340 |  0 | 225k|  22 | 0.000000e+00 |      --      |    Inf |  18.34%
3334.32/3346.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3334.32/3346.28	c  3346s|262800 |   215 | 29599k| 111.6 |   163M |  44 |1652 |  12k|2121 |8343 |  0 | 225k|  22 | 0.000000e+00 |      --      |    Inf |  18.35%
3335.22/3347.19	c  3347s|262900 |   213 | 29607k| 111.6 |   163M |  44 |1652 |  12k|2121 |8343 |  0 | 225k|  22 | 0.000000e+00 |      --      |    Inf |  18.35%
3336.41/3348.35	c  3348s|263000 |   215 | 29618k| 111.6 |   163M |  44 |1652 |  12k|2121 |8344 |  0 | 225k|  22 | 0.000000e+00 |      --      |    Inf |  18.35%
3337.51/3349.42	c  3349s|263100 |   215 | 29628k| 111.6 |   163M |  44 |1652 |  12k|2121 |8346 |  1 | 225k|  22 | 0.000000e+00 |      --      |    Inf |  18.35%
3338.50/3350.44	c  3350s|263200 |   211 | 29637k| 111.6 |   163M |  44 |1652 |  12k|2121 |8346 |  0 | 225k|  22 | 0.000000e+00 |      --      |    Inf |  18.36%
3339.40/3351.37	c  3351s|263300 |   213 | 29645k| 111.5 |   163M |  44 |1652 |  12k|2121 |8348 |  1 | 226k|  22 | 0.000000e+00 |      --      |    Inf |  18.36%
3340.50/3352.40	c  3352s|263400 |   211 | 29654k| 111.5 |   163M |  44 |1652 |  12k|2121 |8348 |  1 | 226k|  22 | 0.000000e+00 |      --      |    Inf |  18.36%
3341.49/3353.40	c  3353s|263500 |   213 | 29663k| 111.5 |   163M |  44 |1652 |  12k|2122 |8350 |  1 | 226k|  22 | 0.000000e+00 |      --      |    Inf |  18.37%
3342.59/3354.55	c  3355s|263600 |   229 | 29672k| 111.5 |   163M |  44 |1652 |  12k|2123 |8358 |  1 | 226k|  22 | 0.000000e+00 |      --      |    Inf |  18.37%
3343.09/3355.06	c  3355s|263700 |   223 | 29677k| 111.5 |   163M |  44 |1652 |  12k|2124 |8360 |  1 | 226k|  22 | 0.000000e+00 |      --      |    Inf |  18.37%
3343.68/3355.66	c  3356s|263800 |   223 | 29682k| 111.5 |   163M |  44 |1652 |  12k|2123 |8360 |  1 | 226k|  22 | 0.000000e+00 |      --      |    Inf |  18.37%
3344.28/3356.22	c  3356s|263900 |   225 | 29687k| 111.5 |   163M |  44 |1652 |  12k|2123 |8364 |  1 | 227k|  22 | 0.000000e+00 |      --      |    Inf |  18.37%
3344.88/3356.80	c  3357s|264000 |   223 | 29692k| 111.4 |   163M |  44 |1652 |  12k|2123 |8364 |  0 | 227k|  22 | 0.000000e+00 |      --      |    Inf |  18.37%
3345.38/3357.36	c  3357s|264100 |   223 | 29697k| 111.4 |   163M |  44 |1652 |  12k|2124 |8367 |  0 | 227k|  22 | 0.000000e+00 |      --      |    Inf |  18.37%
3345.87/3357.89	c  3358s|264200 |   225 | 29701k| 111.4 |   163M |  44 |1652 |  12k|2123 |8367 |  1 | 227k|  22 | 0.000000e+00 |      --      |    Inf |  18.37%
3346.47/3358.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3346.47/3358.44	c  3358s|264300 |   219 | 29706k| 111.4 |   163M |  44 |1652 |  12k|2123 |8371 |  0 | 227k|  22 | 0.000000e+00 |      --      |    Inf |  18.37%
3347.07/3359.07	c  3359s|264400 |   219 | 29712k| 111.3 |   163M |  44 |1652 |  12k|2123 |8374 |  1 | 227k|  22 | 0.000000e+00 |      --      |    Inf |  18.37%
3347.77/3359.74	c  3360s|264500 |   221 | 29718k| 111.3 |   163M |  44 |1652 |  11k|2123 |8383 |  1 | 228k|  22 | 0.000000e+00 |      --      |    Inf |  18.37%
3348.36/3360.36	c  3360s|264600 |   219 | 29723k| 111.3 |   163M |  44 |1652 |  12k|2124 |8390 |  0 | 228k|  22 | 0.000000e+00 |      --      |    Inf |  18.37%
3349.07/3361.06	c  3361s|264700 |   217 | 29729k| 111.3 |   163M |  44 |1652 |  12k|2124 |8392 |  0 | 228k|  22 | 0.000000e+00 |      --      |    Inf |  18.37%
3349.86/3361.87	c  3362s|264800 |   217 | 29737k| 111.3 |   163M |  44 |1652 |  12k|2124 |8399 |  0 | 228k|  22 | 0.000000e+00 |      --      |    Inf |  18.37%
3350.76/3362.71	c  3363s|264900 |   217 | 29745k| 111.3 |   163M |  44 |1652 |  12k|2124 |8411 |  1 | 228k|  22 | 0.000000e+00 |      --      |    Inf |  18.37%
3351.55/3363.55	c  3364s|265000 |   223 | 29752k| 111.2 |   163M |  44 |1652 |  11k|2125 |8416 |  0 | 228k|  22 | 0.000000e+00 |      --      |    Inf |  18.37%
3352.35/3364.30	c  3364s|265100 |   219 | 29759k| 111.2 |   163M |  44 |1652 |  12k|2123 |8420 |  1 | 228k|  22 | 0.000000e+00 |      --      |    Inf |  18.37%
3353.05/3365.01	c  3365s|265200 |   221 | 29766k| 111.2 |   163M |  44 |1652 |  12k|2123 |8421 |  1 | 228k|  22 | 0.000000e+00 |      --      |    Inf |  18.37%
3353.64/3365.69	c  3366s|265300 |   219 | 29772k| 111.2 |   163M |  44 |1652 |  12k|2123 |8421 |  0 | 229k|  22 | 0.000000e+00 |      --      |    Inf |  18.37%
3354.44/3366.42	c  3366s|265400 |   217 | 29779k| 111.2 |   163M |  44 |1652 |  12k|2124 |8424 |  0 | 229k|  22 | 0.000000e+00 |      --      |    Inf |  18.37%
3355.04/3367.03	c  3367s|265500 |   219 | 29784k| 111.2 |   163M |  44 |1652 |  12k|2124 |8428 |  0 | 229k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3355.84/3367.89	c  3368s|265600 |   226 | 29792k| 111.1 |   163M |  44 |1652 |  12k|2125 |8435 |  1 | 229k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3356.53/3368.50	c  3369s|265700 |   230 | 29798k| 111.1 |   163M |  44 |1652 |  12k|2123 |8435 |  1 | 229k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3357.23/3369.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3357.23/3369.21	c  3369s|265800 |   226 | 29805k| 111.1 |   163M |  44 |1652 |  12k|2123 |8436 |  1 | 229k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3357.83/3369.82	c  3370s|265900 |   230 | 29810k| 111.1 |   163M |  44 |1652 |  12k|2123 |8436 |  0 | 229k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3358.33/3370.34	c  3370s|266000 |   228 | 29815k| 111.1 |   163M |  44 |1652 |  12k|2123 |8436 |  0 | 230k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3358.92/3370.98	c  3371s|266100 |   230 | 29820k| 111.0 |   163M |  44 |1652 |  12k|2123 |8436 |  1 | 230k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3359.52/3371.59	c  3372s|266200 |   226 | 29826k| 111.0 |   163M |  44 |1652 |  12k|2123 |8436 |  0 | 230k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3360.22/3372.27	c  3372s|266300 |   226 | 29832k| 111.0 |   163M |  44 |1652 |  12k|2123 |8436 |  1 | 230k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3361.02/3373.00	c  3373s|266400 |   228 | 29839k| 111.0 |   163M |  44 |1652 |  12k|2123 |8436 |  1 | 230k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3361.81/3373.82	c  3374s|266500 |   220 | 29846k| 111.0 |   163M |  44 |1652 |  12k|2124 |8437 |  0 | 230k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3362.61/3374.69	c  3375s|266600 |   220 | 29854k| 111.0 |   163M |  44 |1652 |  12k|2123 |8441 |  0 | 231k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3363.51/3375.52	c  3376s|266700 |   218 | 29861k| 110.9 |   163M |  44 |1652 |  12k|2124 |8442 |  1 | 231k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3364.30/3376.36	c  3376s|266800 |   222 | 29869k| 110.9 |   163M |  44 |1652 |  12k|2123 |8445 |  1 | 231k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3364.90/3377.00	c  3377s|266900 |   222 | 29874k| 110.9 |   163M |  44 |1652 |  12k|2123 |8446 |  0 | 231k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3365.60/3377.61	c  3378s|267000 |   220 | 29880k| 110.9 |   163M |  44 |1652 |  12k|2123 |8446 |  0 | 231k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3366.10/3378.14	c  3378s|267100 |   220 | 29885k| 110.9 |   163M |  44 |1652 |  12k|2123 |8447 |  1 | 231k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3366.69/3378.73	c  3379s|267200 |   219 | 29890k| 110.8 |   163M |  44 |1652 |  12k|2123 |8449 |  1 | 231k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3367.49/3379.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3367.49/3379.51	c  3380s|267300 |   219 | 29897k| 110.8 |   163M |  44 |1652 |  12k|2123 |8453 |  1 | 231k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3368.29/3380.33	c  3380s|267400 |   219 | 29904k| 110.8 |   163M |  44 |1652 |  12k|2123 |8453 |  1 | 231k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3369.09/3381.19	c  3381s|267500 |   219 | 29912k| 110.8 |   163M |  44 |1652 |  12k|2123 |8459 |  0 | 232k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3369.99/3382.05	c  3382s|267600 |   221 | 29920k| 110.8 |   163M |  44 |1652 |  11k|2123 |8466 |  1 | 232k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3370.68/3382.74	c  3383s|267700 |   219 | 29926k| 110.8 |   163M |  44 |1652 |  11k|2123 |8466 |  1 | 232k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3371.47/3383.53	c  3384s|267800 |   219 | 29933k| 110.8 |   163M |  44 |1652 |  11k|2123 |8467 |  1 | 232k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3372.27/3384.36	c  3384s|267900 |   219 | 29941k| 110.7 |   163M |  44 |1652 |  11k|2123 |8471 |  0 | 232k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3372.97/3385.01	c  3385s|268000 |   223 | 29947k| 110.7 |   163M |  44 |1652 |  11k|2123 |8471 |  1 | 232k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3373.67/3385.72	c  3386s|268100 |   219 | 29953k| 110.7 |   163M |  44 |1652 |  12k|2123 |8475 |  1 | 232k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3374.66/3386.70	c  3387s|268200 |   215 | 29962k| 110.7 |   163M |  44 |1652 |  12k|2124 |8478 |  0 | 232k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3375.76/3387.84	c  3388s|268300 |   213 | 29972k| 110.7 |   163M |  44 |1652 |  11k|2121 |8484 |  0 | 232k|  22 | 0.000000e+00 |      --      |    Inf |  18.38%
3376.55/3388.69	c  3389s|268400 |   219 | 29980k| 110.7 |   163M |  44 |1652 |  11k|2124 |8488 |  1 | 233k|  22 | 0.000000e+00 |      --      |    Inf |  18.39%
3377.45/3389.57	c  3390s|268500 |   217 | 29988k| 110.7 |   163M |  44 |1652 |  11k|2125 |8492 |  1 | 233k|  22 | 0.000000e+00 |      --      |    Inf |  18.39%
3378.35/3390.40	c  3390s|268600 |   217 | 29995k| 110.7 |   163M |  44 |1652 |  11k|2124 |8496 |  1 | 233k|  22 | 0.000000e+00 |      --      |    Inf |  18.39%
3379.24/3391.34	c  3391s|268700 |   215 | 30003k| 110.6 |   163M |  44 |1652 |  11k|2124 |8502 |  0 | 233k|  22 | 0.000000e+00 |      --      |    Inf |  18.39%
3380.14/3392.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3380.14/3392.23	c  3392s|268800 |   215 | 30011k| 110.6 |   163M |  44 |1652 |  11k|2122 |8511 |  1 | 234k|  22 | 0.000000e+00 |      --      |    Inf |  18.39%
3381.04/3393.14	c  3393s|268900 |   212 | 30019k| 110.6 |   163M |  44 |1652 |  11k|2123 |8514 |  1 | 234k|  22 | 0.000000e+00 |      --      |    Inf |  18.40%
3381.73/3393.84	c  3394s|269000 |   218 | 30025k| 110.6 |   163M |  44 |1652 |  11k|2123 |8516 |  1 | 234k|  22 | 0.000000e+00 |      --      |    Inf |  18.40%
3382.33/3394.46	c  3394s|269100 |   218 | 30030k| 110.6 |   163M |  44 |1652 |  12k|2123 |8516 |  1 | 234k|  22 | 0.000000e+00 |      --      |    Inf |  18.40%
3383.13/3395.21	c  3395s|269200 |   215 | 30037k| 110.6 |   163M |  44 |1652 |  12k|2123 |8518 |  0 | 234k|  22 | 0.000000e+00 |      --      |    Inf |  18.40%
3383.83/3395.93	c  3396s|269300 |   216 | 30043k| 110.6 |   163M |  44 |1652 |  12k|2123 |8525 |  0 | 235k|  22 | 0.000000e+00 |      --      |    Inf |  18.41%
3384.52/3396.65	c  3397s|269400 |   216 | 30049k| 110.5 |   163M |  44 |1652 |  12k|2123 |8526 |  1 | 235k|  22 | 0.000000e+00 |      --      |    Inf |  18.41%
3385.42/3397.52	c  3398s|269500 |   216 | 30057k| 110.5 |   163M |  44 |1652 |  12k|2125 |8537 |  1 | 235k|  22 | 0.000000e+00 |      --      |    Inf |  18.41%
3386.42/3398.52	c  3399s|269600 |   216 | 30066k| 110.5 |   163M |  44 |1652 |  12k|2125 |8547 |  1 | 235k|  22 | 0.000000e+00 |      --      |    Inf |  18.41%
3387.31/3399.42	c  3399s|269700 |   216 | 30074k| 110.5 |   163M |  44 |1652 |  12k|2123 |8550 |  0 | 235k|  22 | 0.000000e+00 |      --      |    Inf |  18.41%
3388.02/3400.16	c  3400s|269800 |   216 | 30081k| 110.5 |   163M |  44 |1652 |  12k|2123 |8550 |  1 | 235k|  22 | 0.000000e+00 |      --      |    Inf |  18.41%
3388.71/3400.87	c  3401s|269900 |   218 | 30088k| 110.5 |   163M |  44 |1652 |  12k|2123 |8550 |  1 | 235k|  22 | 0.000000e+00 |      --      |    Inf |  18.41%
3389.41/3401.52	c  3402s|270000 |   217 | 30093k| 110.4 |   163M |  44 |1652 |  12k|2123 |8552 |  1 | 236k|  22 | 0.000000e+00 |      --      |    Inf |  18.41%
3390.11/3402.21	c  3402s|270100 |   219 | 30099k| 110.4 |   163M |  44 |1652 |  12k|2123 |8554 |  0 | 236k|  22 | 0.000000e+00 |      --      |    Inf |  18.41%
3390.71/3402.84	c  3403s|270200 |   219 | 30104k| 110.4 |   163M |  44 |1652 |  12k|2123 |8558 |  1 | 236k|  22 | 0.000000e+00 |      --      |    Inf |  18.41%
3391.71/3403.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3391.71/3403.85	c  3404s|270300 |   217 | 30114k| 110.4 |   163M |  44 |1652 |  12k|2123 |8561 |  1 | 236k|  22 | 0.000000e+00 |      --      |    Inf |  18.41%
3392.60/3404.70	c  3405s|270400 |   213 | 30122k| 110.4 |   163M |  44 |1652 |  12k|2124 |8562 |  1 | 236k|  22 | 0.000000e+00 |      --      |    Inf |  18.41%
3393.60/3405.74	c  3406s|270500 |   213 | 30131k| 110.4 |   163M |  44 |1652 |  12k|2123 |8564 |  0 | 236k|  22 | 0.000000e+00 |      --      |    Inf |  18.41%
3394.59/3406.71	c  3407s|270600 |   215 | 30140k| 110.4 |   163M |  44 |1652 |  12k|2123 |8566 |  1 | 237k|  22 | 0.000000e+00 |      --      |    Inf |  18.41%
3395.49/3407.65	c  3408s|270700 |   213 | 30149k| 110.4 |   163M |  44 |1652 |  12k|2123 |8569 |  0 | 237k|  22 | 0.000000e+00 |      --      |    Inf |  18.41%
3396.39/3408.55	c  3409s|270800 |   215 | 30157k| 110.4 |   163M |  44 |1652 |  12k|2125 |8577 |  0 | 237k|  22 | 0.000000e+00 |      --      |    Inf |  18.41%
3397.28/3409.41	c  3409s|270900 |   217 | 30164k| 110.3 |   163M |  44 |1652 |  11k|2121 |8580 |  0 | 237k|  22 | 0.000000e+00 |      --      |    Inf |  18.42%
3398.28/3410.44	c  3410s|271000 |   217 | 30173k| 110.3 |   163M |  44 |1652 |  11k|2121 |8580 |  1 | 237k|  22 | 0.000000e+00 |      --      |    Inf |  18.42%
3398.98/3411.19	c  3411s|271100 |   213 | 30180k| 110.3 |   163M |  44 |1652 |  11k|2126 |8583 |  0 | 237k|  22 | 0.000000e+00 |      --      |    Inf |  18.43%
3400.07/3412.23	c  3412s|271200 |   213 | 30189k| 110.3 |   163M |  44 |1652 |  11k|2124 |8586 |  1 | 237k|  22 | 0.000000e+00 |      --      |    Inf |  18.43%
3401.77/3413.92	c  3414s|271300 |   215 | 30206k| 110.3 |   163M |  44 |1652 |  11k|2123 |8587 |  0 | 237k|  22 | 0.000000e+00 |      --      |    Inf |  18.44%
3402.66/3414.82	c  3415s|271400 |   213 | 30214k| 110.3 |   163M |  44 |1652 |  11k|2123 |8593 |  1 | 238k|  22 | 0.000000e+00 |      --      |    Inf |  18.45%
3403.76/3415.97	c  3416s|271500 |   218 | 30224k| 110.3 |   163M |  44 |1652 |  11k|2123 |8598 |  0 | 238k|  22 | 0.000000e+00 |      --      |    Inf |  18.45%
3404.76/3416.94	c  3417s|271600 |   220 | 30233k| 110.3 |   163M |  44 |1652 |  11k|2124 |8601 |  0 | 238k|  22 | 0.000000e+00 |      --      |    Inf |  18.46%
3405.45/3417.66	c  3418s|271700 |   218 | 30240k| 110.3 |   163M |  44 |1652 |  11k|2123 |8602 |  1 | 238k|  22 | 0.000000e+00 |      --      |    Inf |  18.46%
3406.55/3418.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3406.55/3418.74	c  3419s|271800 |   220 | 30249k| 110.3 |   163M |  44 |1652 |  11k|2123 |8604 |  0 | 238k|  22 | 0.000000e+00 |      --      |    Inf |  18.46%
3407.55/3419.72	c  3420s|271900 |   220 | 30258k| 110.3 |   163M |  44 |1652 |  11k|2124 |8605 |  2 | 238k|  22 | 0.000000e+00 |      --      |    Inf |  18.46%
3408.34/3420.56	c  3421s|272000 |   222 | 30266k| 110.3 |   163M |  44 |1652 |  12k|2123 |8608 |  0 | 239k|  22 | 0.000000e+00 |      --      |    Inf |  18.46%
3409.24/3421.42	c  3421s|272100 |   220 | 30273k| 110.3 |   163M |  44 |1652 |  12k|2123 |8608 |  0 | 239k|  22 | 0.000000e+00 |      --      |    Inf |  18.46%
3410.34/3422.57	c  3423s|272200 |   220 | 30284k| 110.3 |   163M |  44 |1652 |  12k|2123 |8608 |  0 | 239k|  22 | 0.000000e+00 |      --      |    Inf |  18.46%
3411.03/3423.27	c  3423s|272300 |   220 | 30290k| 110.2 |   163M |  44 |1652 |  12k|2124 |8609 |  0 | 239k|  22 | 0.000000e+00 |      --      |    Inf |  18.46%
3411.94/3424.14	c  3424s|272400 |   219 | 30298k| 110.2 |   163M |  44 |1652 |  12k|2123 |8609 |  0 | 239k|  22 | 0.000000e+00 |      --      |    Inf |  18.46%
3412.73/3424.94	c  3425s|272500 |   223 | 30305k| 110.2 |   163M |  44 |1652 |  12k|2123 |8610 |  0 | 240k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3413.62/3425.86	c  3426s|272600 |   221 | 30314k| 110.2 |   163M |  44 |1652 |  12k|2123 |8610 |  1 | 240k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3414.52/3426.75	c  3427s|272700 |   221 | 30322k| 110.2 |   163M |  44 |1652 |  12k|2123 |8612 |  0 | 240k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3415.32/3427.59	c  3428s|272800 |   221 | 30329k| 110.2 |   163M |  44 |1652 |  12k|2123 |8613 |  1 | 240k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3416.31/3428.51	c  3429s|272900 |   217 | 30337k| 110.2 |   163M |  44 |1652 |  12k|2123 |8614 |  0 | 240k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3417.21/3429.45	c  3429s|273000 |   217 | 30346k| 110.2 |   163M |  44 |1652 |  12k|2123 |8614 |  0 | 240k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3418.31/3430.55	c  3431s|273100 |   215 | 30356k| 110.2 |   163M |  44 |1652 |  12k|2123 |8615 |  1 | 241k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3419.40/3431.69	c  3432s|273200 |   217 | 30366k| 110.2 |   163M |  44 |1652 |  12k|2123 |8615 |  0 | 241k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3420.30/3432.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3420.30/3432.57	c  3433s|273300 |   217 | 30374k| 110.1 |   163M |  44 |1652 |  12k|2123 |8615 |  1 | 241k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3421.29/3433.50	c  3433s|273400 |   219 | 30382k| 110.1 |   163M |  44 |1652 |  12k|2124 |8617 |  2 | 241k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3422.29/3434.52	c  3435s|273500 |   225 | 30391k| 110.1 |   163M |  44 |1652 |  12k|2123 |8619 |  0 | 241k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3423.09/3435.34	c  3435s|273600 |   221 | 30399k| 110.1 |   163M |  44 |1652 |  12k|2124 |8620 |  0 | 241k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3424.08/3436.33	c  3436s|273700 |   225 | 30408k| 110.1 |   163M |  44 |1652 |  12k|2123 |8621 |  1 | 242k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3424.89/3437.17	c  3437s|273800 |   223 | 30415k| 110.1 |   163M |  44 |1652 |  12k|2123 |8622 |  0 | 242k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3425.78/3438.05	c  3438s|273900 |   223 | 30423k| 110.1 |   163M |  44 |1652 |  12k|2123 |8625 |  0 | 242k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3426.78/3439.06	c  3439s|274000 |   227 | 30432k| 110.1 |   163M |  44 |1652 |  12k|2123 |8626 |  1 | 242k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3427.97/3440.20	c  3440s|274100 |   227 | 30442k| 110.1 |   163M |  44 |1652 |  12k|2124 |8628 |  1 | 242k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3428.97/3441.27	c  3441s|274200 |   225 | 30452k| 110.1 |   163M |  44 |1652 |  12k|2123 |8628 |  0 | 242k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3429.96/3442.21	c  3442s|274300 |   223 | 30460k| 110.1 |   163M |  44 |1652 |  12k|2123 |8628 |  0 | 243k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3430.96/3443.25	c  3443s|274400 |   219 | 30469k| 110.1 |   163M |  44 |1652 |  12k|2123 |8629 |  0 | 243k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3431.95/3444.29	c  3444s|274500 |   221 | 30478k| 110.0 |   163M |  44 |1652 |  12k|2123 |8629 |  0 | 243k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3432.95/3445.29	c  3445s|274600 |   219 | 30487k| 110.0 |   163M |  44 |1652 |  12k|2123 |8629 |  0 | 243k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3434.25/3446.51	c  3447s|274700 |   219 | 30498k| 110.0 |   163M |  44 |1652 |  12k|2123 |8629 |  0 | 243k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3435.44/3447.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3435.44/3447.71	c  3448s|274800 |   219 | 30509k| 110.0 |   163M |  44 |1652 |  12k|2123 |8629 |  0 | 244k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3436.54/3448.80	c  3449s|274900 |   221 | 30518k| 110.0 |   163M |  44 |1652 |  12k|2123 |8630 |  1 | 244k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3437.53/3449.80	c  3450s|275000 |   223 | 30527k| 110.0 |   163M |  44 |1652 |  12k|2123 |8630 |  1 | 244k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3438.53/3450.83	c  3451s|275100 |   221 | 30537k| 110.0 |   163M |  44 |1652 |  12k|2123 |8631 |  0 | 244k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3439.62/3451.90	c  3452s|275200 |   219 | 30547k| 110.0 |   163M |  44 |1652 |  12k|2123 |8631 |  1 | 244k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3440.62/3452.96	c  3453s|275300 |   223 | 30556k| 110.0 |   163M |  44 |1652 |  12k|2123 |8631 |  0 | 245k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3441.62/3453.97	c  3454s|275400 |   222 | 30565k| 110.0 |   163M |  44 |1652 |  12k|2123 |8631 |  0 | 245k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3442.61/3454.92	c  3455s|275500 |   221 | 30573k| 110.0 |   163M |  44 |1652 |  12k|2123 |8633 |  0 | 245k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3443.71/3456.02	c  3456s|275600 |   221 | 30583k| 110.0 |   163M |  44 |1652 |  12k|2123 |8633 |  1 | 245k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3444.61/3456.99	c  3457s|275700 |   223 | 30592k| 110.0 |   163M |  44 |1652 |  12k|2123 |8634 |  1 | 245k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3446.00/3458.32	c  3458s|275800 |   223 | 30605k| 110.0 |   163M |  44 |1652 |  12k|2123 |8637 |  0 | 245k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3447.00/3459.35	c  3459s|275900 |   219 | 30614k| 110.0 |   163M |  44 |1652 |  12k|2123 |8639 |  0 | 246k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3448.09/3460.42	c  3460s|276000 |   221 | 30624k| 110.0 |   163M |  44 |1652 |  12k|2123 |8640 |  0 | 246k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3449.09/3461.45	c  3461s|276100 |   221 | 30633k| 110.0 |   163M |  44 |1652 |  12k|2123 |8640 |  0 | 246k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3450.19/3462.56	c  3463s|276200 |   221 | 30643k| 110.0 |   163M |  44 |1652 |  12k|2123 |8641 |  0 | 247k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3451.28/3463.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3451.28/3463.69	c  3464s|276300 |   221 | 30653k| 110.0 |   163M |  44 |1652 |  12k|2123 |8641 |  1 | 247k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3452.58/3464.91	c  3465s|276400 |   221 | 30664k| 110.0 |   163M |  44 |1652 |  12k|2123 |8642 |  1 | 247k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3453.37/3465.74	c  3466s|276500 |   221 | 30671k| 109.9 |   163M |  44 |1652 |  12k|2124 |8645 |  0 | 247k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3454.27/3466.68	c  3467s|276600 |   219 | 30679k| 109.9 |   163M |  44 |1652 |  12k|2123 |8646 |  0 | 247k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3455.47/3467.80	c  3468s|276700 |   219 | 30689k| 109.9 |   163M |  44 |1652 |  12k|2123 |8647 |  1 | 248k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3456.46/3468.84	c  3469s|276800 |   217 | 30698k| 109.9 |   163M |  44 |1652 |  12k|2123 |8647 |  0 | 248k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3457.46/3469.89	c  3470s|276900 |   215 | 30707k| 109.9 |   163M |  44 |1652 |  12k|2123 |8647 |  0 | 248k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3458.45/3470.89	c  3471s|277000 |   213 | 30715k| 109.9 |   163M |  44 |1652 |  12k|2123 |8648 |  0 | 248k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
3459.25/3471.69	c  3472s|277100 |   217 | 30723k| 109.9 |   163M |  44 |1652 |  11k|2123 |8648 |  0 | 248k|  22 | 0.000000e+00 |      --      |    Inf |  18.48%
3460.05/3472.47	c  3472s|277200 |   211 | 30730k| 109.9 |   163M |  44 |1652 |  11k|2123 |8648 |  0 | 249k|  22 | 0.000000e+00 |      --      |    Inf |  18.48%
3460.85/3473.25	c  3473s|277300 |   216 | 30737k| 109.9 |   163M |  44 |1652 |  11k|2123 |8648 |  0 | 249k|  22 | 0.000000e+00 |      --      |    Inf |  18.48%
3461.75/3474.17	c  3474s|277400 |   212 | 30745k| 109.9 |   163M |  44 |1652 |  11k|2123 |8649 |  1 | 249k|  22 | 0.000000e+00 |      --      |    Inf |  18.48%
3462.64/3475.04	c  3475s|277500 |   215 | 30753k| 109.8 |   163M |  44 |1652 |  11k|2123 |8653 |  0 | 249k|  22 | 0.000000e+00 |      --      |    Inf |  18.48%
3463.44/3475.82	c  3476s|277600 |   215 | 30760k| 109.8 |   163M |  44 |1652 |  12k|2123 |8654 |  1 | 249k|  22 | 0.000000e+00 |      --      |    Inf |  18.48%
3464.23/3476.68	c  3477s|277700 |   213 | 30768k| 109.8 |   163M |  44 |1652 |  12k|2123 |8656 |  0 | 249k|  22 | 0.000000e+00 |      --      |    Inf |  18.48%
3465.53/3477.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3465.53/3477.97	c  3478s|277800 |   213 | 30775k| 109.8 |   163M |  44 |1652 |  12k|2123 |8656 |  0 | 249k|  22 | 0.000000e+00 |      --      |    Inf |  18.48%
3466.42/3478.89	c  3479s|277900 |   215 | 30783k| 109.8 |   163M |  44 |1652 |  12k|2123 |8656 |  1 | 249k|  22 | 0.000000e+00 |      --      |    Inf |  18.48%
3467.42/3479.87	c  3480s|278000 |   213 | 30792k| 109.8 |   163M |  44 |1652 |  12k|2123 |8656 |  0 | 249k|  22 | 0.000000e+00 |      --      |    Inf |  18.48%
3468.32/3480.76	c  3481s|278100 |   211 | 30800k| 109.8 |   163M |  44 |1652 |  12k|2123 |8656 |  0 | 250k|  22 | 0.000000e+00 |      --      |    Inf |  18.48%
3469.51/3481.90	c  3482s|278200 |   217 | 30810k| 109.8 |   163M |  44 |1652 |  11k|2123 |8660 |  1 | 250k|  22 | 0.000000e+00 |      --      |    Inf |  18.48%
3470.11/3482.57	c  3483s|278300 |   215 | 30816k| 109.8 |   163M |  44 |1652 |  11k|2123 |8664 |  0 | 250k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3470.71/3483.18	c  3483s|278400 |   216 | 30822k| 109.7 |   163M |  44 |1652 |  11k|2124 |8665 |  0 | 250k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3471.40/3483.83	c  3484s|278500 |   216 | 30828k| 109.7 |   163M |  44 |1652 |  12k|2123 |8665 |  0 | 250k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3472.10/3484.56	c  3485s|278600 |   220 | 30835k| 109.7 |   163M |  44 |1652 |  12k|2123 |8665 |  1 | 250k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3473.00/3485.42	c  3485s|278700 |   216 | 30843k| 109.7 |   163M |  44 |1652 |  12k|2123 |8667 |  0 | 250k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3473.79/3486.25	c  3486s|278800 |   216 | 30851k| 109.7 |   163M |  44 |1652 |  12k|2123 |8668 |  0 | 250k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3474.49/3486.94	c  3487s|278900 |   214 | 30857k| 109.7 |   163M |  44 |1652 |  12k|2123 |8668 |  0 | 250k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3475.39/3487.85	c  3488s|279000 |   216 | 30865k| 109.7 |   163M |  44 |1652 |  12k|2123 |8669 |  1 | 251k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3476.28/3488.77	c  3489s|279100 |   216 | 30874k| 109.7 |   163M |  44 |1652 |  12k|2123 |8671 |  1 | 251k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3477.18/3489.61	c  3490s|279200 |   214 | 30882k| 109.6 |   163M |  44 |1652 |  12k|2123 |8671 |  1 | 251k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3478.18/3490.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3478.18/3490.67	c  3491s|279300 |   218 | 30891k| 109.6 |   163M |  44 |1652 |  12k|2123 |8671 |  0 | 251k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3479.17/3491.61	c  3492s|279400 |   218 | 30900k| 109.6 |   163M |  44 |1652 |  12k|2124 |8672 |  1 | 251k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3480.17/3492.66	c  3493s|279500 |   220 | 30909k| 109.6 |   163M |  44 |1652 |  12k|2124 |8676 |  1 | 251k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3480.97/3493.45	c  3493s|279600 |   220 | 30916k| 109.6 |   163M |  44 |1652 |  12k|2123 |8676 |  0 | 251k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3481.86/3494.31	c  3494s|279700 |   220 | 30923k| 109.6 |   163M |  44 |1652 |  12k|2123 |8678 |  1 | 251k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3482.67/3495.18	c  3495s|279800 |   216 | 30931k| 109.6 |   163M |  44 |1652 |  12k|2123 |8679 |  1 | 252k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3483.76/3496.20	c  3496s|279900 |   216 | 30940k| 109.6 |   163M |  44 |1652 |  12k|2123 |8680 |  1 | 252k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3484.66/3497.12	c  3497s|280000 |   220 | 30948k| 109.6 |   163M |  44 |1652 |  12k|2123 |8680 |  1 | 252k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3485.55/3498.08	c  3498s|280100 |   216 | 30956k| 109.6 |   163M |  44 |1652 |  12k|2123 |8680 |  0 | 252k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3486.55/3499.01	c  3499s|280200 |   217 | 30965k| 109.5 |   163M |  44 |1652 |  12k|2123 |8681 |  1 | 252k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3487.44/3499.97	c  3500s|280300 |   215 | 30973k| 109.5 |   163M |  44 |1652 |  12k|2123 |8685 |  0 | 253k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3488.74/3501.21	c  3501s|280400 |   217 | 30985k| 109.5 |   163M |  44 |1652 |  12k|2123 |8686 |  1 | 253k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3489.73/3502.23	c  3502s|280500 |   215 | 30994k| 109.5 |   163M |  44 |1652 |  12k|2123 |8688 |  1 | 253k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3490.73/3503.20	c  3503s|280600 |   213 | 31003k| 109.5 |   163M |  44 |1652 |  12k|2123 |8689 |  0 | 253k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3491.73/3504.21	c  3504s|280700 |   215 | 31011k| 109.5 |   163M |  44 |1652 |  12k|2123 |8690 |  0 | 253k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3492.72/3505.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3492.72/3505.23	c  3505s|280800 |   219 | 31021k| 109.5 |   163M |  44 |1652 |  12k|2123 |8691 |  0 | 253k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3493.63/3506.15	c  3506s|280900 |   221 | 31028k| 109.5 |   163M |  44 |1652 |  12k|2125 |8695 |  1 | 253k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3494.72/3507.25	c  3507s|281000 |   217 | 31039k| 109.5 |   163M |  44 |1652 |  12k|2125 |8698 |  0 | 254k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3495.71/3508.24	c  3508s|281100 |   217 | 31048k| 109.5 |   163M |  44 |1652 |  12k|2124 |8711 |  1 | 254k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3496.61/3509.15	c  3509s|281200 |   215 | 31055k| 109.5 |   163M |  44 |1652 |  12k|2123 |8715 |  1 | 254k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3497.70/3510.22	c  3510s|281300 |   215 | 31065k| 109.5 |   163M |  44 |1652 |  12k|2125 |8721 |  0 | 254k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3498.70/3511.29	c  3511s|281400 |   215 | 31074k| 109.5 |   163M |  44 |1652 |  12k|2123 |8726 |  1 | 254k|  22 | 0.000000e+00 |      --      |    Inf |  18.49%
3499.90/3512.40	c  3512s|281500 |   213 | 31084k| 109.5 |   163M |  44 |1652 |  12k|2124 |8729 |  0 | 254k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3500.89/3513.46	c  3513s|281600 |   213 | 31094k| 109.5 |   163M |  44 |1652 |  12k|2124 |8729 |  1 | 254k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3502.09/3514.68	c  3515s|281700 |   213 | 31105k| 109.5 |   163M |  44 |1652 |  12k|2123 |8730 |  0 | 254k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3503.68/3516.25	c  3516s|281800 |   216 | 31121k| 109.5 |   163M |  44 |1652 |  12k|2123 |8735 |  0 | 255k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3504.68/3517.20	c  3517s|281900 |   215 | 31130k| 109.5 |   163M |  44 |1652 |  12k|2123 |8735 |  0 | 255k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3505.67/3518.28	c  3518s|282000 |   215 | 31139k| 109.5 |   163M |  44 |1652 |  12k|2123 |8738 |  0 | 255k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3506.87/3519.41	c  3519s|282100 |   219 | 31149k| 109.5 |   163M |  44 |1652 |  12k|2124 |8744 |  1 | 255k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3507.67/3520.29	c  3520s|282200 |   217 | 31157k| 109.5 |   163M |  44 |1652 |  12k|2123 |8744 |  1 | 255k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3508.76/3521.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3508.76/3521.39	c  3521s|282300 |   217 | 31167k| 109.5 |   163M |  44 |1652 |  12k|2124 |8745 |  1 | 255k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3509.76/3522.37	c  3522s|282400 |   217 | 31176k| 109.4 |   163M |  44 |1652 |  12k|2123 |8749 |  0 | 255k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3510.76/3523.36	c  3523s|282500 |   217 | 31185k| 109.4 |   163M |  44 |1652 |  12k|2123 |8756 |  0 | 256k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3511.85/3524.42	c  3524s|282600 |   213 | 31194k| 109.4 |   163M |  44 |1652 |  12k|2123 |8760 |  0 | 256k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3512.95/3525.55	c  3526s|282700 |   215 | 31205k| 109.4 |   163M |  44 |1652 |  12k|2123 |8761 |  1 | 256k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3514.04/3526.69	c  3527s|282800 |   211 | 31215k| 109.4 |   163M |  44 |1652 |  12k|2123 |8765 |  0 | 256k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3515.24/3527.81	c  3528s|282900 |   211 | 31225k| 109.4 |   163M |  44 |1652 |  12k|2123 |8766 |  1 | 256k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3516.54/3529.13	c  3529s|283000 |   215 | 31236k| 109.4 |   163M |  44 |1652 |  12k|2123 |8766 |  0 | 257k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3517.63/3530.25	c  3530s|283100 |   210 | 31247k| 109.4 |   163M |  44 |1652 |  12k|2124 |8770 |  0 | 257k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3518.82/3531.44	c  3531s|283200 |   212 | 31258k| 109.4 |   163M |  44 |1652 |  12k|2123 |8773 |  0 | 257k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3519.82/3532.48	c  3532s|283300 |   212 | 31267k| 109.4 |   163M |  44 |1652 |  12k|2124 |8775 |  1 | 257k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3520.92/3533.57	c  3534s|283400 |   214 | 31277k| 109.4 |   163M |  44 |1652 |  12k|2124 |8776 |  1 | 257k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3522.11/3534.71	c  3535s|283500 |   214 | 31287k| 109.4 |   163M |  44 |1652 |  12k|2123 |8783 |  1 | 258k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3523.21/3535.83	c  3536s|283600 |   212 | 31297k| 109.4 |   163M |  44 |1652 |  12k|2124 |8784 |  0 | 258k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3524.41/3537.08	c  3537s|283700 |   214 | 31309k| 109.4 |   163M |  44 |1652 |  12k|2123 |8784 |  1 | 258k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3525.60/3538.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3525.60/3538.24	c  3538s|283800 |   214 | 31319k| 109.4 |   163M |  44 |1652 |  12k|2123 |8787 |  1 | 258k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3526.70/3539.32	c  3539s|283900 |   212 | 31328k| 109.4 |   163M |  44 |1652 |  12k|2125 |8789 |  1 | 259k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3527.69/3540.35	c  3540s|284000 |   214 | 31338k| 109.4 |   163M |  44 |1652 |  12k|2123 |8792 |  0 | 259k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3528.69/3541.33	c  3541s|284100 |   214 | 31346k| 109.4 |   163M |  44 |1652 |  12k|2124 |8797 |  2 | 259k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3529.68/3542.33	c  3542s|284200 |   212 | 31355k| 109.4 |   163M |  44 |1652 |  12k|2123 |8809 |  0 | 259k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
3530.58/3543.26	c  3543s|284300 |   212 | 31364k| 109.4 |   163M |  44 |1652 |  12k|2123 |8809 |  1 | 259k|  22 | 0.000000e+00 |      --      |    Inf |  18.51%
3531.58/3544.27	c  3544s|284400 |   212 | 31373k| 109.4 |   163M |  44 |1652 |  12k|2123 |8810 |  1 | 259k|  22 | 0.000000e+00 |      --      |    Inf |  18.51%
3532.57/3545.26	c  3545s|284500 |   211 | 31382k| 109.4 |   163M |  44 |1652 |  12k|2123 |8814 |  0 | 259k|  22 | 0.000000e+00 |      --      |    Inf |  18.51%
3533.77/3546.42	c  3546s|284600 |   215 | 31393k| 109.4 |   163M |  44 |1652 |  12k|2123 |8814 |  1 | 260k|  22 | 0.000000e+00 |      --      |    Inf |  18.51%
3534.86/3547.51	c  3548s|284700 |   215 | 31403k| 109.4 |   163M |  44 |1652 |  12k|2123 |8822 |  1 | 260k|  22 | 0.000000e+00 |      --      |    Inf |  18.51%
3535.96/3548.64	c  3549s|284800 |   213 | 31413k| 109.4 |   163M |  44 |1652 |  12k|2123 |8828 |  1 | 260k|  22 | 0.000000e+00 |      --      |    Inf |  18.51%
3537.46/3550.19	c  3550s|284900 |   211 | 31429k| 109.4 |   163M |  44 |1652 |  12k|2123 |8835 |  1 | 260k|  22 | 0.000000e+00 |      --      |    Inf |  18.51%
3538.65/3551.38	c  3551s|285000 |   209 | 31440k| 109.4 |   163M |  44 |1652 |  12k|2125 |8842 |  1 | 260k|  22 | 0.000000e+00 |      --      |    Inf |  18.51%
3540.24/3552.93	c  3553s|285100 |   209 | 31452k| 109.4 |   163M |  44 |1652 |  11k|2121 |8859 |  0 | 260k|  22 | 0.000000e+00 |      --      |    Inf |  18.70%
3541.24/3553.93	c  3554s|285200 |   211 | 31460k| 109.4 |   163M |  44 |1652 |  11k|2123 |8863 |  1 | 260k|  22 | 0.000000e+00 |      --      |    Inf |  18.70%
3542.24/3554.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3542.24/3554.95	c  3555s|285300 |   210 | 31469k| 109.4 |   163M |  44 |1652 |  11k|2124 |8866 |  1 | 260k|  22 | 0.000000e+00 |      --      |    Inf |  18.70%
3543.23/3555.94	c  3556s|285400 |   211 | 31478k| 109.4 |   163M |  44 |1652 |  11k|2124 |8866 |  1 | 260k|  22 | 0.000000e+00 |      --      |    Inf |  18.70%
3544.53/3557.24	c  3557s|285500 |   207 | 31488k| 109.4 |   163M |  44 |1652 |  11k|2124 |8873 |  0 | 260k|  22 | 0.000000e+00 |      --      |    Inf |  18.78%
3545.72/3558.49	c  3558s|285600 |   207 | 31499k| 109.3 |   163M |  44 |1652 |  11k|2121 |8883 |  0 | 260k|  22 | 0.000000e+00 |      --      |    Inf |  18.83%
3547.02/3559.70	c  3560s|285700 |   209 | 31510k| 109.3 |   163M |  44 |1652 |  11k|2122 |8888 |  1 | 261k|  22 | 0.000000e+00 |      --      |    Inf |  18.86%
3548.51/3561.23	c  3561s|285800 |   217 | 31524k| 109.4 |   163M |  44 |1652 |  11k|2123 |8901 |  0 | 261k|  22 | 0.000000e+00 |      --      |    Inf |  18.87%
3549.42/3562.15	c  3562s|285900 |   213 | 31532k| 109.3 |   163M |  44 |1652 |  11k|2122 |8907 |  0 | 261k|  22 | 0.000000e+00 |      --      |    Inf |  18.89%
3550.41/3563.19	c  3563s|286000 |   218 | 31540k| 109.3 |   163M |  44 |1652 |  11k|2120 |8915 |  1 | 261k|  22 | 0.000000e+00 |      --      |    Inf |  18.90%
3551.31/3564.10	c  3564s|286100 |   215 | 31548k| 109.3 |   163M |  44 |1652 |  11k|2121 |8915 |  0 | 261k|  22 | 0.000000e+00 |      --      |    Inf |  18.90%
3552.20/3564.97	c  3565s|286200 |   219 | 31556k| 109.3 |   163M |  44 |1652 |  11k|2121 |8919 |  1 | 261k|  22 | 0.000000e+00 |      --      |    Inf |  18.92%
3553.10/3565.84	c  3566s|286300 |   215 | 31563k| 109.3 |   163M |  44 |1652 |  11k|2122 |8929 |  0 | 262k|  22 | 0.000000e+00 |      --      |    Inf |  18.93%
3553.99/3566.73	c  3567s|286400 |   217 | 31571k| 109.3 |   163M |  44 |1652 |  11k|2121 |8932 |  0 | 262k|  22 | 0.000000e+00 |      --      |    Inf |  18.93%
3554.79/3567.52	c  3568s|286500 |   214 | 31578k| 109.3 |   163M |  44 |1652 |  11k|2122 |8934 |  1 | 262k|  22 | 0.000000e+00 |      --      |    Inf |  18.93%
3555.59/3568.39	c  3568s|286600 |   214 | 31585k| 109.3 |   163M |  44 |1652 |  12k|2122 |8934 |  1 | 262k|  22 | 0.000000e+00 |      --      |    Inf |  18.93%
3556.58/3569.36	c  3569s|286700 |   216 | 31594k| 109.3 |   163M |  44 |1652 |  12k|2122 |8938 |  1 | 262k|  22 | 0.000000e+00 |      --      |    Inf |  18.93%
3557.48/3570.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3557.48/3570.27	c  3570s|286800 |   219 | 31602k| 109.3 |   163M |  44 |1652 |  12k|2122 |8943 |  1 | 262k|  22 | 0.000000e+00 |      --      |    Inf |  18.94%
3558.38/3571.13	c  3571s|286900 |   217 | 31610k| 109.2 |   163M |  44 |1652 |  12k|2122 |8945 |  1 | 263k|  22 | 0.000000e+00 |      --      |    Inf |  18.94%
3559.28/3572.08	c  3572s|287000 |   215 | 31618k| 109.2 |   163M |  44 |1652 |  12k|2121 |8953 |  1 | 263k|  22 | 0.000000e+00 |      --      |    Inf |  18.94%
3560.38/3573.13	c  3573s|287100 |   217 | 31627k| 109.2 |   163M |  44 |1652 |  12k|2124 |8966 |  1 | 263k|  22 | 0.000000e+00 |      --      |    Inf |  18.94%
3561.46/3574.28	c  3574s|287200 |   215 | 31637k| 109.2 |   163M |  44 |1652 |  12k|2124 |8976 |  0 | 263k|  22 | 0.000000e+00 |      --      |    Inf |  18.94%
3562.56/3575.30	c  3575s|287300 |   215 | 31646k| 109.2 |   163M |  44 |1652 |  12k|2123 |8984 |  0 | 263k|  22 | 0.000000e+00 |      --      |    Inf |  18.94%
3563.46/3576.29	c  3576s|287400 |   221 | 31655k| 109.2 |   163M |  44 |1652 |  12k|2123 |8988 |  1 | 263k|  22 | 0.000000e+00 |      --      |    Inf |  18.94%
3564.45/3577.27	c  3577s|287500 |   215 | 31664k| 109.2 |   163M |  44 |1652 |  12k|2121 |8991 |  0 | 263k|  22 | 0.000000e+00 |      --      |    Inf |  18.95%
3565.65/3578.41	c  3578s|287600 |   217 | 31675k| 109.2 |   163M |  44 |1652 |  12k|2122 |8994 |  1 | 263k|  22 | 0.000000e+00 |      --      |    Inf |  18.95%
3566.84/3579.61	c  3580s|287700 |   215 | 31686k| 109.2 |   163M |  44 |1652 |  12k|2122 |8998 |  0 | 263k|  22 | 0.000000e+00 |      --      |    Inf |  18.95%
3567.54/3580.37	c  3580s|287800 |   215 | 31692k| 109.2 |   163M |  44 |1652 |  12k|2120 |8999 |  1 | 264k|  22 | 0.000000e+00 |      --      |    Inf |  18.95%
3568.64/3581.43	c  3581s|287900 |   216 | 31701k| 109.2 |   163M |  44 |1652 |  12k|2120 |8999 |  1 | 264k|  22 | 0.000000e+00 |      --      |    Inf |  18.95%
3569.44/3582.27	c  3582s|288000 |   216 | 31708k| 109.2 |   163M |  44 |1652 |  12k|2120 |9000 |  1 | 264k|  22 | 0.000000e+00 |      --      |    Inf |  18.95%
3570.43/3583.22	c  3583s|288100 |   212 | 31717k| 109.2 |   163M |  44 |1652 |  12k|2120 |9000 |  1 | 264k|  22 | 0.000000e+00 |      --      |    Inf |  18.95%
3571.23/3584.10	c  3584s|288200 |   218 | 31725k| 109.1 |   163M |  44 |1652 |  12k|2120 |9000 |  0 | 264k|  22 | 0.000000e+00 |      --      |    Inf |  18.96%
3571.93/3584.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3571.93/3584.78	c  3585s|288300 |   217 | 31731k| 109.1 |   163M |  44 |1652 |  12k|2120 |9000 |  1 | 265k|  22 | 0.000000e+00 |      --      |    Inf |  18.96%
3572.72/3585.59	c  3586s|288400 |   213 | 31739k| 109.1 |   163M |  44 |1652 |  12k|2120 |9000 |  0 | 265k|  22 | 0.000000e+00 |      --      |    Inf |  18.96%
3573.72/3586.59	c  3587s|288500 |   220 | 31747k| 109.1 |   163M |  44 |1652 |  12k|2120 |9000 |  1 | 265k|  22 | 0.000000e+00 |      --      |    Inf |  18.96%
3574.52/3587.36	c  3587s|288600 |   222 | 31754k| 109.1 |   163M |  44 |1652 |  12k|2120 |9000 |  0 | 265k|  22 | 0.000000e+00 |      --      |    Inf |  18.96%
3575.32/3588.11	c  3588s|288700 |   216 | 31761k| 109.1 |   163M |  44 |1652 |  12k|2120 |9000 |  1 | 265k|  22 | 0.000000e+00 |      --      |    Inf |  18.96%
3576.11/3589.00	c  3589s|288800 |   218 | 31769k| 109.1 |   163M |  44 |1652 |  12k|2120 |9000 |  0 | 265k|  22 | 0.000000e+00 |      --      |    Inf |  18.96%
3577.01/3589.89	c  3590s|288900 |   220 | 31777k| 109.1 |   163M |  44 |1652 |  12k|2121 |9002 |  1 | 265k|  22 | 0.000000e+00 |      --      |    Inf |  18.96%
3578.00/3590.80	c  3591s|289000 |   216 | 31785k| 109.1 |   163M |  44 |1652 |  12k|2120 |9002 |  0 | 265k|  22 | 0.000000e+00 |      --      |    Inf |  18.97%
3579.10/3591.95	c  3592s|289100 |   214 | 31796k| 109.1 |   163M |  44 |1652 |  12k|2120 |9002 |  1 | 266k|  22 | 0.000000e+00 |      --      |    Inf |  18.97%
3580.00/3592.86	c  3593s|289200 |   214 | 31804k| 109.0 |   163M |  44 |1652 |  12k|2120 |9002 |  0 | 266k|  22 | 0.000000e+00 |      --      |    Inf |  18.97%
3580.99/3593.83	c  3594s|289300 |   216 | 31813k| 109.0 |   163M |  44 |1652 |  12k|2121 |9004 |  2 | 266k|  22 | 0.000000e+00 |      --      |    Inf |  18.97%
3581.89/3594.76	c  3595s|289400 |   214 | 31821k| 109.0 |   163M |  44 |1652 |  12k|2120 |9005 |  1 | 266k|  22 | 0.000000e+00 |      --      |    Inf |  18.97%
3582.88/3595.74	c  3596s|289500 |   214 | 31829k| 109.0 |   163M |  44 |1652 |  12k|2121 |9006 |  1 | 266k|  22 | 0.000000e+00 |      --      |    Inf |  18.97%
3583.98/3596.82	c  3597s|289600 |   212 | 31839k| 109.0 |   163M |  44 |1652 |  12k|2120 |9006 |  0 | 266k|  22 | 0.000000e+00 |      --      |    Inf |  18.97%
3584.08/3597.00	c 
3584.08/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3584.08/3597.00	c Solving Time (sec) : 3597.00
3584.08/3597.00	c Solving Nodes      : 289621 (total of 291963 nodes in 2 runs)
3584.08/3597.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3584.08/3597.00	c Dual Bound         : +0.00000000000000e+00
3584.08/3597.00	c Gap                : infinite
3584.08/3597.00	s UNKNOWN
3584.08/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3584.08/3597.00	c Total Time         :    3597.00
3584.08/3597.00	c   solving          :    3597.00
3584.08/3597.00	c   presolving       :       1.79 (included in solving)
3584.08/3597.00	c   reading          :       0.01 (included in solving)
3584.08/3597.00	c   copying          :       1.99 (117 #copies) (minimal 0.00, maximal 0.05, average 0.02)
3584.08/3597.00	c Original Problem   :
3584.08/3597.00	c   Problem name     : HOME/instance-4515141-1751233442.opb
3584.08/3597.00	c   Variables        : 2112 (2112 binary, 0 integer, 0 continuous)
3584.08/3597.00	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3584.08/3597.00	c   Constraints      : 3279 initial, 3279 maximal
3584.08/3597.00	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3584.08/3597.00	c Presolved Problem  :
3584.08/3597.00	c   Problem name     : t_HOME/instance-4515141-1751233442.opb
3584.08/3597.00	c   Variables        : 1652 (1652 binary, 0 integer, 0 continuous)
3584.08/3597.00	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3584.08/3597.00	c   Constraints      : 4941 initial, 12121 maximal
3584.08/3597.00	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3584.08/3597.00	c   Nonzeros         : 291059 constraint, 19269 clique table
3584.08/3597.00	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3584.08/3597.00	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   domcol           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   gateextraction   :       0.03       0.00      3          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   implics          :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   milp             :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   trivial          :       0.00       0.00      7        340          0          0          0          0          0          0          0          0
3584.08/3597.00	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   dualfix          :       0.00       0.00      7          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   probing          :       0.40       0.00      2          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   symmetry         :       0.01       0.00      1        120          0          0          0          0          0          1          0          0
3584.08/3597.00	c   vbounds          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   knapsack         :       0.02       0.00     16          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   setppc           :       0.01       0.00     16          0          0          0          0          0       1176          0          0          0
3584.08/3597.00	c   linear           :       0.01       0.00      8          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   orbitope_pp      :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   logicor          :       1.01       0.24      8          0          0          0          0          0       1812          0          0        177
3584.08/3597.00	c   components       :       0.02       0.00      2          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3584.08/3597.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3584.08/3597.00	c   integral         :          0          0          0          0     146287          0          0      13476          0          0          0          0          0          0     292574
3584.08/3597.00	c   knapsack         :         34         34         22     885760          0          0          0      13471        790         47         87          0          0          0          0
3584.08/3597.00	c   setppc           :       2088+      2093         22     885703          0          0          0         12   48984700         36    5828879          0          0          0          0
3584.08/3597.00	c   linear           :          1          1         11     861640          0          0          0          3          0          0          0          0          0          0          0
3584.08/3597.00	c   orbitope_pp      :          1          1          0     882674          0          0          0          0    3317862         28     432134          0          0          0          0
3584.08/3597.00	c   logicor          :       2817+      9997         22     218523          0          0          0          0      62422        311      24195          0          0          0          0
3584.08/3597.00	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3584.08/3597.00	c   integral         :      17.84       0.00       0.00       0.00      17.84       0.00       0.00       0.00       0.00       0.00
3584.08/3597.00	c   knapsack         :       6.09       0.00       0.23       5.33       0.00       0.00       0.00       0.53       0.00       0.00
3584.08/3597.00	c   setppc           :      29.60       0.00       0.00      15.30       0.00       0.00       0.00       0.00      14.29       0.00
3584.08/3597.00	c   linear           :       0.60       0.00       0.00       0.60       0.00       0.00       0.00       0.00       0.00       0.00
3584.08/3597.00	c   orbitope_pp      :       4.18       0.00       0.00       4.04       0.00       0.00       0.00       0.00       0.14       0.00
3584.08/3597.00	c   logicor          :       9.03       0.24       0.01       8.56       0.00       0.00       0.00       0.00       0.23       0.00
3584.08/3597.00	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.08/3597.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.08/3597.00	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.08/3597.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3584.08/3597.00	c   dualfix          :          2          0          0          0
3584.08/3597.00	c   genvbounds       :          0          0          0          0
3584.08/3597.00	c   nlobbt           :          0          0          0          0
3584.08/3597.00	c   obbt             :          0          0          0          0
3584.08/3597.00	c   probing          :          0          0          0          0
3584.08/3597.00	c   pseudoobj        :          0          0          0          0
3584.08/3597.00	c   redcost          :          0          0          0          0
3584.08/3597.00	c   rootredcost      :          0          0          0          0
3584.08/3597.00	c   symmetry         :          0          0          0          0
3584.08/3597.00	c   vbounds          :     572144          0          0          0
3584.08/3597.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3584.08/3597.00	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3584.08/3597.00	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3584.08/3597.00	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3584.08/3597.00	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3584.08/3597.00	c   probing          :       0.40       0.00       0.40       0.00       0.00       0.00
3584.08/3597.00	c   pseudoobj        :       0.32       0.00       0.00       0.32       0.00       0.00
3584.08/3597.00	c   redcost          :       0.09       0.00       0.00       0.09       0.00       0.00
3584.08/3597.00	c   rootredcost      :       0.12       0.00       0.00       0.12       0.00       0.00
3584.08/3597.00	c   symmetry         :       0.34       0.00       0.01       0.33       0.00       0.00
3584.08/3597.00	c   vbounds          :       2.80       0.00       0.00       2.80       0.00       0.00
3584.08/3597.00	c Symmetry           :
3584.08/3597.00	c   #affected vars   :       2112 (2112 bin, 0 int, 0 cont)
3584.08/3597.00	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3584.08/3597.00	c   orbital reduction:          0 reductions applied,          0 cutoffs
3584.08/3597.00	c   lexicographic red:          0 reductions applied,          0 cutoffs
3584.08/3597.00	c   shadow tree time :       0.00 s
3584.08/3597.00	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3584.08/3597.00	c   propagation      :       0.12        380        355          -       2508      314.1          1       75.0          -          -          -
3584.08/3597.00	c   infeasible LP    :     136.23     146617      41553          -    1014047      212.4          2      145.0          0        0.0          0
3584.08/3597.00	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3584.08/3597.00	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3584.08/3597.00	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3584.08/3597.00	c   applied globally :      12.71          -          -          0     266372      122.8          -          -          0          -          -
3584.08/3597.00	c   applied locally  :          -          -          -          0         60      307.9          -          -          0          -          -
3584.08/3597.00	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3584.08/3597.00	c   cut pool         :       0.16          -      19986         42          -          -       1414      13738          -          -          -          -          -    (maximal pool size:        189)
3584.08/3597.00	c   aggregation      :       0.91       0.00        660         22          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3584.08/3597.00	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3584.08/3597.00	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3584.08/3597.00	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   clique           :       0.25       0.00         22         22          0          0          3          3          0          2          2          0          0
3584.08/3597.00	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   gomory           :      27.09       0.00        658         20          0          0       1756      11844        646       6635       6612         23          0
3584.08/3597.00	c   > gomorymi       :          -          -          -          -          -          -          -       7711        323       5409       5393         16          -
3584.08/3597.00	c   > strongcg       :          -          -          -          -          -          -          -       4133        323       1226       1219          7          -
3584.08/3597.00	c   impliedbounds    :       0.29       0.00        660         22          0          0        227       1770          0       1302       1302          0          0
3584.08/3597.00	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   mcf              :       0.01       0.00          2          2          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   multilinear      :       0.00       0.00       3598         22          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   rapidlearning    :       7.12       0.00        100          2          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   rlt              :       0.00       0.00         20         20          0          0          0          0          0          0          0          0          0
3584.08/3597.00	c   zerohalf         :       3.83       0.00        660         22          0          0       1344        121       1270       1190        100       1090          0
3584.08/3597.00	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3584.08/3597.00	c   hybrid           :       0.02       0.00       6243         22       9129          0       6525         74          0        173
3584.08/3597.00	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.08/3597.00	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3584.08/3597.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3584.08/3597.00	c   problem variables:       0.00          -          0          0
3584.08/3597.00	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3584.08/3597.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3584.08/3597.00	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3584.08/3597.00	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3584.08/3597.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3584.08/3597.00	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.08/3597.00	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.08/3597.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.08/3597.00	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.08/3597.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3584.08/3597.00	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.08/3597.00	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.08/3597.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.08/3597.00	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.08/3597.00	c   relpscost        :      17.66       0.00     146287          0          0          0          0          0          0     292574
3584.08/3597.00	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3584.08/3597.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3584.08/3597.00	c   LP solutions     :       0.00          -          -          0          0
3584.08/3597.00	c   relax solutions  :       0.00          -          -          0          0
3584.08/3597.00	c   pseudo solutions :       0.00          -          -          0          0
3584.08/3597.00	c   strong branching :       0.00          -          -          0          0
3584.08/3597.00	c   actconsdiving    :       0.00       0.00          0          0          0
3584.08/3597.00	c   adaptivediving   :       9.66       0.00         61          0          0
3584.08/3597.00	c   alns             :       6.07       0.00         16          0          0
3584.08/3597.00	c   bound            :       0.00       0.00          0          0          0
3584.08/3597.00	c   clique           :       0.01       0.00          1          0          0
3584.08/3597.00	c   coefdiving       :       0.00       0.00          0          0          0
3584.08/3597.00	c   completesol      :       0.00       0.00          0          0          0
3584.08/3597.00	c   conflictdiving   :       5.22       0.00         37          0          0
3584.08/3597.00	c   crossover        :       0.10       0.00          0          0          0
3584.08/3597.00	c   dins             :       0.00       0.00          0          0          0
3584.08/3597.00	c   distributiondivin:      16.36       0.00         37          0          0
3584.08/3597.00	c   dks              :       0.00       0.00          0          0          0
3584.08/3597.00	c   dps              :       0.00       0.00          0          0          0
3584.08/3597.00	c   dualval          :       0.00       0.00          0          0          0
3584.08/3597.00	c   farkasdiving     :       0.01       0.00          0          0          0
3584.08/3597.00	c   feaspump         :       1.98       0.00         18          0          0
3584.08/3597.00	c   fixandinfer      :       0.00       0.00          0          0          0
3584.08/3597.00	c   fracdiving       :       5.56       0.00         37          0          0
3584.08/3597.00	c   gins             :       0.06       0.00          0          0          0
3584.08/3597.00	c   guideddiving     :       0.00       0.00          0          0          0
3584.08/3597.00	c   indicator        :       0.00       0.00          0          0          0
3584.08/3597.00	c   indicatordiving  :       0.00       0.00          0          0          0
3584.08/3597.00	c   intdiving        :       0.00       0.00          0          0          0
3584.08/3597.00	c   intshifting      :       0.00       0.00          0          0          0
3584.08/3597.00	c   linesearchdiving :       7.76       0.00         37          0          0
3584.08/3597.00	c   localbranching   :       0.00       0.00          0          0          0
3584.08/3597.00	c   locks            :       0.01       0.00          1          0          0
3584.08/3597.00	c   lpface           :       0.34       0.00          0          0          0
3584.08/3597.00	c   mpec             :       0.00       0.00          0          0          0
3584.08/3597.00	c   multistart       :       0.00       0.00          0          0          0
3584.08/3597.00	c   mutation         :       0.00       0.00          0          0          0
3584.08/3597.00	c   nlpdiving        :       0.00       0.00          0          0          0
3584.08/3597.00	c   objpscostdiving  :      11.99       0.00         19          0          0
3584.08/3597.00	c   octane           :       0.00       0.00          0          0          0
3584.08/3597.00	c   ofins            :       0.00       0.00          0          0          0
3584.08/3597.00	c   oneopt           :       0.09       0.00          0          0          0
3584.08/3597.00	c   padm             :       0.00       0.00          0          0          0
3584.08/3597.00	c   proximity        :       0.00       0.00          0          0          0
3584.08/3597.00	c   pscostdiving     :       7.78       0.00         37          0          0
3584.08/3597.00	c   randrounding     :       1.89       0.00      13486          0          0
3584.08/3597.00	c   rens             :       2.62       0.00          1          0          0
3584.08/3597.00	c   reoptsols        :       0.00       0.00          0          0          0
3584.08/3597.00	c   repair           :       0.00       0.00          0          0          0
3584.08/3597.00	c   rins             :       0.08       0.00          0          0          0
3584.08/3597.00	c   rootsoldiving    :       1.95       0.00         19          0          0
3584.08/3597.00	c   rounding         :       1.21       0.00       5446          0          0
3584.08/3597.00	c   scheduler        :       0.00       0.00          0          0          0
3584.08/3597.00	c   shiftandpropagate:       0.03       0.00          2          0          0
3584.08/3597.00	c   shifting         :       9.63       0.00       1968          0          0
3584.08/3597.00	c   simplerounding   :       0.07       0.00          0          0          0
3584.08/3597.00	c   subnlp           :       0.00       0.00          0          0          0
3584.08/3597.00	c   trivial          :       0.00       0.00          4          0          0
3584.08/3597.00	c   trivialnegation  :       0.00       0.00          0          0          0
3584.08/3597.00	c   trustregion      :       0.00       0.00          0          0          0
3584.08/3597.00	c   trysol           :       0.07       0.00          0          0          0
3584.08/3597.00	c   twoopt           :       0.00       0.00          0          0          0
3584.08/3597.00	c   undercover       :       0.00       0.00          0          0          0
3584.08/3597.00	c   vbounds          :       0.06       0.00          2          0          0
3584.08/3597.00	c   veclendiving     :       9.65       0.00         37          0          0
3584.08/3597.00	c   zeroobj          :       0.00       0.00          0          0          0
3584.08/3597.00	c   zirounding       :       0.20       0.00       1000          0          0
3584.08/3597.00	c   other solutions  :          -          -          -          0          -
3584.08/3597.00	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3584.08/3597.00	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.08/3597.00	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.08/3597.00	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.08/3597.00	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.08/3597.00	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.08/3597.00	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.08/3597.00	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.08/3597.00	c   zeroobjective    :          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
3584.08/3597.00	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
3584.08/3597.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3584.08/3597.00	c   primal LP        :       0.73       1880          0       0.00       0.00       0.73       1880
3584.08/3597.00	c   dual LP          :    3121.34     298096   31257276     104.87   10014.07       0.03         42
3584.08/3597.00	c   lex dual LP      :       0.00          0          0       0.00          -
3584.08/3597.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3584.08/3597.00	c   resolve instable :       0.00          0          0       0.00          -
3584.08/3597.00	c   diving/probing LP:      62.72       2349     583557     248.43    9303.58
3584.08/3597.00	c   strong branching :       1.04         22       7849     356.77    7569.50          -          -          1
3584.08/3597.00	c     (at root node) :          -         22       7849     356.77          -
3584.08/3597.00	c   conflict analysis:       0.00          0          0       0.00          -
3584.08/3597.00	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3584.08/3597.00	c   benders          :       0.00          0          0          0       0.00          0          0          0
3584.08/3597.00	c B&B Tree           :
3584.08/3597.00	c   number of runs   :          2
3584.08/3597.00	c   nodes            :     289621 (144999 internal, 144622 leaves)
3584.08/3597.00	c   feasible leaves  :          0
3584.08/3597.00	c   infeas. leaves   :     144621
3584.08/3597.00	c   objective leaves :          0
3584.08/3597.00	c   nodes (total)    :     291963 (146287 internal, 145676 leaves)
3584.08/3597.00	c   nodes left       :        216
3584.08/3597.00	c   max depth        :         44
3584.08/3597.00	c   max depth (total):         44
3584.08/3597.00	c   backtracks       :      46171 (15.9%)
3584.08/3597.00	c   early backtracks :          0 (0.0%)
3584.08/3597.00	c   nodes exc. ref.  :          0 (0.0%)
3584.08/3597.00	c   delayed cutoffs  :        163
3584.08/3597.00	c   repropagations   :      47332 (171117 domain reductions, 154 cutoffs)
3584.08/3597.00	c   avg switch length:       2.87
3584.08/3597.00	c   switching time   :      34.66
3584.08/3597.00	c Root Node          :
3584.08/3597.00	c   First LP value   : +0.00000000000000e+00
3584.08/3597.00	c   First LP Iters   :       1639 (17518.73 Iter/sec)
3584.08/3597.00	c   First LP Time    :       0.09
3584.08/3597.00	c   Final Dual Bound : +0.00000000000000e+00
3584.08/3597.00	c   Final Root Iters :      13448
3584.08/3597.00	c   Root LP Estimate : +5.02659310363147e-02
3584.08/3597.00	c Solution           :
3584.08/3597.00	c   Solutions found  :          0 (0 improvements)
3584.08/3597.00	c   Primal Bound     :          -
3584.08/3597.00	c   Dual Bound       : +0.00000000000000e+00
3584.08/3597.00	c   Gap              :   infinite
3584.08/3597.00	c Integrals          :      Total       Avg%
3584.08/3597.00	c   primal-dual      :  359699.82     100.00
3584.08/3597.00	c   primal-ref       :          -          - (not evaluated)
3584.08/3597.00	c   dual-ref         :          -          - (not evaluated)
3584.18/3597.04	c Time complete (sec):   3584.235

Verifier Data

ERROR: no interpretation found !

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: 63708 MiB (61600 MiB free)
  memory of node 1: 64465 MiB (62763 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515141-1751233442/watcher-4515141-1751233442 -o /tmp/evaluation-result-4515141-1751233442/solver-4515141-1751233442 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751233442-41920 --watchdog 3760 pbsolver -f HOME/instance-4515141-1751233442.opb -t 3600 -m 31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=41962, runsolver pid=41954

[startup+0.100063 s]*
/proc/loadavg: 4.23 4.13 4.05 5/261 41967
/proc/meminfo: memFree=127253808/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=39316 memory=30464 CPUtime=0.09 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 5293 0 0 0 9 0 0 0 20 0 1 0 39022977 40259584 7616 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 9829 7616 2592 2575 0 6736 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 39316 KiB
Current children cumulated memory: 30464 KiB

[startup+0.205754 s]*
/proc/loadavg: 4.23 4.13 4.05 4/259 41967
/proc/meminfo: memFree=127220800/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=40104 memory=31232 CPUtime=0.2 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 5490 0 0 0 20 0 0 0 20 0 1 0 39022977 41066496 7808 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 10026 7808 2592 2575 0 6933 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 40104 KiB
Current children cumulated memory: 31232 KiB

[startup+0.305631 s]*
/proc/loadavg: 4.23 4.13 4.05 5/257 41975
/proc/meminfo: memFree=127180732/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=40104 memory=31232 CPUtime=0.3 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 5490 0 0 0 30 0 0 0 20 0 1 0 39022977 41066496 7808 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 10026 7808 2592 2575 0 6933 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 40104 KiB
Current children cumulated memory: 31232 KiB

[startup+0.700168 s]
/proc/loadavg: 4.23 4.13 4.05 4/257 41975
/proc/meminfo: memFree=127124536/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=68872 memory=53120 CPUtime=0.68 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 10884 0 0 0 67 1 0 0 20 0 1 0 39022977 70524928 13280 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 17218 13280 2688 2575 0 14125 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 68872 KiB
Current children cumulated memory: 53120 KiB

[startup+1.50016 s]
/proc/loadavg: 4.23 4.13 4.05 4/257 41975
/proc/meminfo: memFree=127002820/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=71216 memory=55296 CPUtime=1.48 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 11437 0 0 0 147 1 0 0 20 0 1 0 39022977 72925184 13824 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 17804 13824 2688 2575 0 14711 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 71216 KiB
Current children cumulated memory: 55296 KiB

[startup+3.10553 s]
/proc/loadavg: 4.23 4.13 4.05 5/259 42012
/proc/meminfo: memFree=126696356/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=83396 memory=67312 CPUtime=3.08 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 15631 0 0 0 306 2 0 0 20 0 1 0 39022977 85397504 16828 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 20849 16828 2688 2575 0 17756 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 83396 KiB
Current children cumulated memory: 67312 KiB

[startup+6.30017 s]
/proc/loadavg: 4.30 4.14 4.06 5/264 42022
/proc/meminfo: memFree=123579876/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=102716 memory=85744 CPUtime=6.27 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 20253 0 0 0 624 3 0 0 20 0 1 0 39022977 105181184 21436 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 25679 21436 2688 2575 0 22586 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 102716 KiB
Current children cumulated memory: 85744 KiB

[startup+12.7002 s]
/proc/loadavg: 4.27 4.14 4.06 5/264 42022
/proc/meminfo: memFree=122957792/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=104192 memory=87724 CPUtime=12.64 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 23845 0 0 0 1261 3 0 0 20 0 1 0 39022977 106692608 21931 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 26048 21931 2688 2575 0 22955 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 104192 KiB
Current children cumulated memory: 87724 KiB

[startup+25.5002 s]
/proc/loadavg: 4.21 4.13 4.05 5/264 42022
/proc/meminfo: memFree=119837272/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=119576 memory=103056 CPUtime=25.4 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 39006 0 0 0 2534 6 0 0 20 0 1 0 39022977 122445824 25764 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 29894 25764 2688 2575 0 26801 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 119576 KiB
Current children cumulated memory: 103056 KiB

[startup+51.1057 s]
/proc/loadavg: 4.26 4.15 4.06 5/264 42023
/proc/meminfo: memFree=116173976/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=150836 memory=136688 CPUtime=50.92 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 54602 0 0 0 5083 9 0 0 20 0 1 0 39022977 154456064 34172 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 37709 34172 2688 2575 0 34616 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 150836 KiB
Current children cumulated memory: 136688 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.14 4.06 5/264 42024
/proc/meminfo: memFree=111148868/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=213616 memory=199968 CPUtime=101.98 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 72727 0 0 0 10187 11 0 0 20 0 1 0 39022977 218742784 49992 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 53404 49992 2688 2575 0 50311 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 213616 KiB
Current children cumulated memory: 199968 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.13 4.06 5/264 42026
/proc/meminfo: memFree=111166408/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=213616 memory=206368 CPUtime=161.83 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 72874 0 0 0 16172 11 0 0 20 0 1 0 39022977 218742784 51592 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 53404 51592 2688 2575 0 50311 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 213616 KiB
Current children cumulated memory: 206368 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.14 4.07 5/264 42073
/proc/meminfo: memFree=111380484/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=213616 memory=206368 CPUtime=221.7 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 72952 0 0 0 22159 11 0 0 20 0 1 0 39022977 218742784 51592 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 53404 51592 2688 2575 0 50311 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 213616 KiB
Current children cumulated memory: 206368 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 4.11 4.06 5/263 42078
/proc/meminfo: memFree=111378304/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=213616 memory=206368 CPUtime=281.51 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 73036 0 0 0 28140 11 0 0 20 0 1 0 39022977 218742784 51592 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 53404 51592 2688 2575 0 50311 0
Current children cumulated CPU time: 281.51 s
Current children cumulated vsize: 213616 KiB
Current children cumulated memory: 206368 KiB

[startup+342.3 s]
/proc/loadavg: 4.33 4.18 4.09 5/263 42080
/proc/meminfo: memFree=111277016/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=213616 memory=206368 CPUtime=341.32 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 73114 0 0 0 34121 11 0 0 20 0 1 0 39022977 218742784 51592 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 53404 51592 2688 2575 0 50311 0
Current children cumulated CPU time: 341.32 s
Current children cumulated vsize: 213616 KiB
Current children cumulated memory: 206368 KiB

[startup+402.3 s]
/proc/loadavg: 4.28 4.19 4.10 5/263 42083
/proc/meminfo: memFree=111228152/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=213616 memory=206368 CPUtime=401.11 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 73116 0 0 0 40100 11 0 0 20 0 1 0 39022977 218742784 51592 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 53404 51592 2688 2575 0 50311 0
Current children cumulated CPU time: 401.11 s
Current children cumulated vsize: 213616 KiB
Current children cumulated memory: 206368 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.17 4.09 5/264 42090
/proc/meminfo: memFree=111118672/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=213616 memory=206368 CPUtime=460.9 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 73196 0 0 0 46079 11 0 0 20 0 1 0 39022977 218742784 51592 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 53404 51592 2688 2575 0 50311 0

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

/proc/loadavg: 4.11 4.14 4.10 5/267 42381
/proc/meminfo: memFree=100387088/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=213616 memory=207392 CPUtime=3151.1 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 73879 0 0 0 315097 13 0 0 20 0 1 0 39022977 218742784 51848 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 53404 51848 2944 2575 0 50311 0
Current children cumulated CPU time: 3151.1 s
Current children cumulated vsize: 213616 KiB
Current children cumulated memory: 207392 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.12 4.10 5/267 42383
/proc/meminfo: memFree=100382216/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=213616 memory=207392 CPUtime=3210.88 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 73879 0 0 0 321075 13 0 0 20 0 1 0 39022977 218742784 51848 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 53404 51848 2944 2575 0 50311 0
Current children cumulated CPU time: 3210.88 s
Current children cumulated vsize: 213616 KiB
Current children cumulated memory: 207392 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.13 4.10 5/267 42385
/proc/meminfo: memFree=100372572/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=213616 memory=207392 CPUtime=3270.66 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 73962 0 0 0 327053 13 0 0 20 0 1 0 39022977 218742784 51848 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 53404 51848 2944 2575 0 50311 0
Current children cumulated CPU time: 3270.66 s
Current children cumulated vsize: 213616 KiB
Current children cumulated memory: 207392 KiB

[startup+3342.3 s]
/proc/loadavg: 4.05 4.10 4.09 5/267 42389
/proc/meminfo: memFree=100371616/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=213616 memory=207392 CPUtime=3330.43 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 73962 0 0 0 333030 13 0 0 20 0 1 0 39022977 218742784 51848 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 53404 51848 2944 2575 0 50311 0
Current children cumulated CPU time: 3330.43 s
Current children cumulated vsize: 213616 KiB
Current children cumulated memory: 207392 KiB

[startup+3402.3 s]
/proc/loadavg: 4.53 4.21 4.13 5/264 42391
/proc/meminfo: memFree=100369744/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=213616 memory=207392 CPUtime=3390.21 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 73962 0 0 0 339007 14 0 0 20 0 1 0 39022977 218742784 51848 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 53404 51848 2944 2575 0 50311 0
Current children cumulated CPU time: 3390.21 s
Current children cumulated vsize: 213616 KiB
Current children cumulated memory: 207392 KiB

[startup+3462.3 s]
/proc/loadavg: 4.26 4.19 4.12 5/264 42393
/proc/meminfo: memFree=100262304/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=213616 memory=207392 CPUtime=3449.99 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 73962 0 0 0 344985 14 0 0 20 0 1 0 39022977 218742784 51848 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 53404 51848 2944 2575 0 50311 0
Current children cumulated CPU time: 3449.99 s
Current children cumulated vsize: 213616 KiB
Current children cumulated memory: 207392 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.17 4.11 5/265 42400
/proc/meminfo: memFree=100263484/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=219176 memory=211744 CPUtime=3509.76 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 75137 0 0 0 350962 14 0 0 20 0 1 0 39022977 224436224 52936 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 54794 52936 2944 2575 0 51701 0
Current children cumulated CPU time: 3509.76 s
Current children cumulated vsize: 219176 KiB
Current children cumulated memory: 211744 KiB

[startup+3582.3 s]
/proc/loadavg: 4.27 4.18 4.12 5/265 42402
/proc/meminfo: memFree=100250968/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=219176 memory=211744 CPUtime=3569.53 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 75142 0 0 0 356939 14 0 0 20 0 1 0 39022977 224436224 52936 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 54794 52936 2944 2575 0 51701 0
Current children cumulated CPU time: 3569.53 s
Current children cumulated vsize: 219176 KiB
Current children cumulated memory: 211744 KiB

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

# cumulated CPU time of all completed processes:  user=3584.09 s, system=0.143507 s

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

[startup+3584 s]*
/proc/loadavg: 4.27 4.18 4.12 5/265 42402
/proc/meminfo: memFree=100251500/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=219176 memory=211744 CPUtime=3571.23 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 75142 0 0 0 357109 14 0 0 20 0 1 0 39022977 224436224 52936 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 54794 52936 2944 2575 0 51701 0
Current children cumulated CPU time: 3571.23 s
Current children cumulated vsize: 219176 KiB
Current children cumulated memory: 211744 KiB

[startup+3590.4 s]
/proc/loadavg: 4.39 4.21 4.13 5/265 42402
/proc/meminfo: memFree=100251500/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=219176 memory=211744 CPUtime=3577.6 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 75142 0 0 0 357746 14 0 0 20 0 1 0 39022977 224436224 52936 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 54794 52936 2944 2575 0 51701 0
Current children cumulated CPU time: 3577.6 s
Current children cumulated vsize: 219176 KiB
Current children cumulated memory: 211744 KiB

[startup+3593.6 s]
/proc/loadavg: 4.39 4.21 4.13 5/265 42402
/proc/meminfo: memFree=100251448/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=219176 memory=211744 CPUtime=3580.79 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 75142 0 0 0 358065 14 0 0 20 0 1 0 39022977 224436224 52936 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 54794 52936 2944 2575 0 51701 0
Current children cumulated CPU time: 3580.79 s
Current children cumulated vsize: 219176 KiB
Current children cumulated memory: 211744 KiB

[startup+3595.2 s]
/proc/loadavg: 4.43 4.22 4.13 5/265 42402
/proc/meminfo: memFree=100251448/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=219176 memory=211744 CPUtime=3582.39 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 75142 0 0 0 358225 14 0 0 20 0 1 0 39022977 224436224 52936 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 54794 52936 2944 2575 0 51701 0
Current children cumulated CPU time: 3582.39 s
Current children cumulated vsize: 219176 KiB
Current children cumulated memory: 211744 KiB

[startup+3596 s]*
/proc/loadavg: 4.43 4.22 4.13 5/265 42402
/proc/meminfo: memFree=100251448/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=219176 memory=211744 CPUtime=3583.19 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 75142 0 0 0 358305 14 0 0 20 0 1 0 39022977 224436224 52936 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 54794 52936 2944 2575 0 51701 0
Current children cumulated CPU time: 3583.19 s
Current children cumulated vsize: 219176 KiB
Current children cumulated memory: 211744 KiB

[startup+3596.8 s]
/proc/loadavg: 4.43 4.22 4.13 5/265 42402
/proc/meminfo: memFree=100251448/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=219176 memory=211744 CPUtime=3583.98 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 75142 0 0 0 358384 14 0 0 20 0 1 0 39022977 224436224 52936 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 54794 52936 2944 2575 0 51701 0
Current children cumulated CPU time: 3583.98 s
Current children cumulated vsize: 219176 KiB
Current children cumulated memory: 211744 KiB

[startup+3597 s]*
/proc/loadavg: 4.43 4.22 4.13 5/265 42402
/proc/meminfo: memFree=100251700/131249992 swapFree=33010684/33010684
[pid=41962] ppid=41954 vsize=219176 memory=211744 CPUtime=3584.18 cores=1,3
/proc/41962/stat : 41962 (pbsolver) R 41954 41962 41475 0 -1 4194304 75142 0 0 0 358404 14 0 0 20 0 1 0 39022977 224436224 52936 18446744073709551615 4198400 14743177 140729395895536 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40243200 140729395898762 140729395898858 140729395898858 140729395904460 0
/proc/41962/statm: 54794 52936 2944 2575 0 51701 0
Current children cumulated CPU time: 3584.18 s
Current children cumulated vsize: 219176 KiB
Current children cumulated memory: 211744 KiB

Child status: 0

Real time (s): 3597.05
CPU time (s): 3584.24
CPU user time (s): 3584.09
CPU system time (s): 0.143507
CPU usage (%): 99.6438
Max. virtual memory (cumulated for all children) (KiB): 223232
Max. memory (cumulated for all children) (KiB): 211744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.09
system time used= 0.143507
maximum resident set size= 211744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75150
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= 31
involuntary context switches= 4797


# summary of solver processes directly reported to runsolver:
#   pid: 41962
#   total CPU time (s): 3584.24
#   total CPU user time (s): 3584.09
#   total CPU system time (s): 0.143507

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.72248 second user time and 17.2805 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-06-29 23:44:02
IDJOB=4515141
IDBENCH=164171
IDSOLVER=3366
FILE ID=nodeC025/4515141-1751233442
RUNJOBID= nodeC025-1751233442-41920
SLURM_JOB_ID= 9587699
Free space on /tmp= 433064 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-cvs16r70-62.0.s.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515141-1751233442/watcher-4515141-1751233442 -o /tmp/evaluation-result-4515141-1751233442/solver-4515141-1751233442 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751233442-41920 --watchdog 3760  pbsolver -f HOME/instance-4515141-1751233442.opb -t 3600 -m 31000

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

MD5SUM BENCH= 4e99b38fa81d8e2d96927a91dd0f6056
RANDOM SEED=1725234520

nodeC025 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.853
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.744
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3598.096
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.836
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.991
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.835
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.082
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.257
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        127356808 kB
MemAvailable:   129749108 kB
Buffers:            3280 kB
Cached:          3192680 kB
SwapCached:            0 kB
Active:           382560 kB
Inactive:        2888460 kB
Active(anon):      93144 kB
Inactive(anon):        0 kB
Active(file):     289416 kB
Inactive(file):  2888460 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             51860 kB
Writeback:             0 kB
AnonPages:         78196 kB
Mapped:           102936 kB
Shmem:             18084 kB
KReclaimable:     107328 kB
Slab:             194288 kB
SReclaimable:     107328 kB
SUnreclaim:        86960 kB
KernelStack:        4128 kB
PageTables:         2868 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     338468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432568 MiB
End job on nodeC025 at 2025-06-30 00:43:59