Trace number 4432676

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP 2024-07-07? 3586.1 3598.93

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_2.opb
MD5SUM52024caa2fcec9d840e113a681eace59
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark40876.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41
Total number of constraints11
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1196
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3589
Number of bits of the biggest sum of numbers12
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.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4432676-1721093652.opb>
0.00/0.01	c original problem has 41 variables (41 bin, 0 int, 0 impl, 0 cont) and 11 constraints
0.00/0.01	c problem read in 0.00
0.00/0.02	c presolving:
0.00/0.02	c (round 1, fast)       1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.02	c    (0.0s) running MILP presolver
0.00/0.03	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.00/0.03	c (round 2, medium)     1 del vars, 11 del conss, 5 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.03	c (round 3, fast)       1 del vars, 11 del conss, 8 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.03	c (round 4, fast)       1 del vars, 11 del conss, 8 add conss, 0 chg bounds, 80 chg sides, 80 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.03	c (round 5, exhaustive) 1 del vars, 11 del conss, 8 add conss, 0 chg bounds, 80 chg sides, 80 chg coeffs, 1 upgd conss, 0 impls, 0 clqs
0.00/0.04	c    (0.0s) sparsify aborted: 4/197 (2.0%) nonzeros canceled - in total 4 canceled nonzeros, 77 changed coefficients, 0 added nonzeros
0.00/0.04	c (round 6, exhaustive) 1 del vars, 11 del conss, 8 add conss, 0 chg bounds, 80 chg sides, 157 chg coeffs, 1 upgd conss, 0 impls, 0 clqs
0.00/0.04	c (round 7, fast)       1 del vars, 11 del conss, 10 add conss, 0 chg bounds, 80 chg sides, 157 chg coeffs, 1 upgd conss, 0 impls, 0 clqs
0.00/0.04	c (round 8, fast)       1 del vars, 11 del conss, 10 add conss, 0 chg bounds, 117 chg sides, 205 chg coeffs, 1 upgd conss, 0 impls, 0 clqs
0.00/0.04	c (round 9, exhaustive) 1 del vars, 11 del conss, 10 add conss, 0 chg bounds, 117 chg sides, 205 chg coeffs, 2 upgd conss, 0 impls, 0 clqs
0.00/0.04	c    (0.0s) sparsify aborted: 2/193 (1.0%) nonzeros canceled - in total 6 canceled nonzeros, 115 changed coefficients, 0 added nonzeros
0.00/0.04	c (round 10, exhaustive) 1 del vars, 11 del conss, 10 add conss, 0 chg bounds, 117 chg sides, 243 chg coeffs, 2 upgd conss, 0 impls, 0 clqs
0.00/0.04	c (round 11, fast)       1 del vars, 11 del conss, 11 add conss, 0 chg bounds, 117 chg sides, 243 chg coeffs, 2 upgd conss, 0 impls, 0 clqs
0.00/0.04	c (round 12, fast)       1 del vars, 11 del conss, 11 add conss, 0 chg bounds, 132 chg sides, 260 chg coeffs, 2 upgd conss, 0 impls, 0 clqs
0.00/0.04	c (round 13, exhaustive) 1 del vars, 11 del conss, 11 add conss, 0 chg bounds, 132 chg sides, 260 chg coeffs, 3 upgd conss, 0 impls, 0 clqs
0.00/0.04	c    (0.0s) probing cycle finished: starting next cycle
0.00/0.04	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.04	c    (0.0s) no symmetry present (symcode time: 0.00)
0.00/0.04	c presolving (14 rounds: 14 fast, 7 medium, 6 exhaustive):
0.00/0.04	c  1 deleted vars, 11 deleted constraints, 11 added constraints, 0 tightened bounds, 0 added holes, 132 changed sides, 260 changed coefficients
0.00/0.04	c  0 implications, 0 cliques
0.00/0.04	c presolved problem has 40 variables (40 bin, 0 int, 0 impl, 0 cont) and 11 constraints
0.00/0.04	c       8 constraints of type <linear>
0.00/0.04	c       3 constraints of type <logicor>
0.00/0.04	c transformed objective value is always integral (scale: 1)
0.00/0.04	c Presolving Time: 0.03
0.00/0.04	c - non default parameters ----------------------------------------------------------------------
0.00/0.04	c # SCIP version 10.0.0
0.00/0.04	c 
0.00/0.04	c # maximal time in seconds to run
0.00/0.04	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.04	c limits/time = 3596.993063
0.00/0.04	c 
0.00/0.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.04	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.04	c limits/memory = 27900
0.00/0.04	c 
0.00/0.04	c # belongs reading time to solving time?
0.00/0.04	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c timing/reading = TRUE
0.00/0.04	c 
0.00/0.04	c -----------------------------------------------------------------------------------------------
0.00/0.04	c start solving
0.00/0.04	c 
0.00/0.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.00/0.09	c   0.1s|     1 |     0 |     8 |     - |  1554k |   0 |  40 |  11 |  11 |   0 |  0 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.08/0.15	c   0.1s|     1 |     0 |    38 |     - |  1959k |   0 |  40 |  17 |  13 |   2 |  1 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.08/0.15	c   0.1s|     1 |     0 |    43 |     - |  2142k |   0 |  40 |  17 |  16 |   5 |  2 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.08/0.15	c   0.1s|     1 |     0 |    50 |     - |  2421k |   0 |  40 |  17 |  20 |   9 |  3 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.08/0.16	c   0.1s|     1 |     0 |    55 |     - |  2713k |   0 |  40 |  17 |  23 |  12 |  4 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.08/0.16	c   0.1s|     1 |     0 |    60 |     - |  3154k |   0 |  40 |  17 |  26 |  15 |  5 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.08/0.17	c   0.2s|     1 |     0 |    65 |     - |  3498k |   0 |  40 |  17 |  28 |  17 |  6 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.08/0.17	c   0.2s|     1 |     0 |    71 |     - |  3873k |   0 |  40 |  17 |  31 |  20 |  7 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.08/0.18	c   0.2s|     1 |     0 |    77 |     - |  4320k |   0 |  40 |  17 |  33 |  22 |  8 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.08/0.19	c   0.2s|     1 |     0 |    81 |     - |  4984k |   0 |  40 |  17 |  36 |  25 |  9 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.08/0.19	c   0.2s|     1 |     0 |    86 |     - |  5259k |   0 |  40 |  17 |  32 |  27 | 10 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.08/0.20	c   0.2s|     1 |     0 |    89 |     - |  5555k |   0 |  40 |  17 |  34 |  29 | 11 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.08/0.22	c   0.2s|     1 |     2 |    90 |     - |  5556k |   0 |  40 |  17 |  34 |  29 | 11 |   0 |   7 | 0.000000e+00 |      --      |    Inf | unknown
0.39/0.43	c   0.4s|   100 |    67 |   421 |   3.4 |  6121k |  30 |  40 |  17 |   7 |  54 |  1 |   0 |   7 | 0.000000e+00 |      --      |    Inf | unknown
0.49/0.59	c   0.6s|   200 |   143 |   879 |   4.0 |  7260k |  32 |  40 |  17 |   9 |  66 |  1 |   1 |   7 | 0.000000e+00 |      --      |    Inf | unknown
0.66/0.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.66/0.78	c   0.8s|   300 |   225 |  1427 |   4.5 |  8306k |  32 |  40 |  17 |   7 |  99 |  1 |   1 |   7 | 0.000000e+00 |      --      |    Inf | unknown
0.86/1.00	c   1.0s|   400 |   285 |  1954 |   4.7 |  9618k |  33 |  40 |  17 |   9 | 124 |  1 |   3 |   7 | 0.000000e+00 |      --      |    Inf | unknown
1.07/1.15	c   1.1s|   500 |   335 |  2338 |   4.5 |  9920k |  33 |  40 |  17 |   7 | 135 |  1 |   3 |   7 | 0.000000e+00 |      --      |    Inf | unknown
1.26/1.35	c   1.3s|   600 |   381 |  2766 |   4.5 |    10M |  33 |  40 |  17 |   8 | 146 |  1 |   5 |   7 | 0.000000e+00 |      --      |    Inf | unknown
1.46/1.53	c   1.5s|   700 |   439 |  3127 |   4.3 |    10M |  33 |  40 |  17 |   9 | 157 |  1 |  10 |   7 | 0.000000e+00 |      --      |    Inf | unknown
1.56/1.69	c   1.7s|   800 |   501 |  3485 |   4.3 |    10M |  33 |  40 |  17 |   8 | 174 |  1 |  13 |   7 | 0.000000e+00 |      --      |    Inf | unknown
1.76/1.82	c   1.8s|   900 |   564 |  3849 |   4.2 |    10M |  33 |  40 |  17 |  10 | 191 |  1 |  13 |   7 | 0.000000e+00 |      --      |    Inf | unknown
1.86/1.93	c   1.9s|  1000 |   638 |  4280 |   4.2 |    10M |  33 |  40 |  17 |   9 | 209 |  1 |  15 |   7 | 0.000000e+00 |      --      |    Inf | unknown
1.97/2.03	c   2.0s|  1100 |   696 |  4596 |   4.1 |    10M |  33 |  40 |  17 |   7 | 222 |  1 |  17 |   7 | 0.000000e+00 |      --      |    Inf | unknown
2.07/2.18	c   2.2s|  1200 |   772 |  5161 |   4.2 |    10M |  33 |  40 |  17 |   8 | 243 |  1 |  19 |   7 | 0.000000e+00 |      --      |    Inf | unknown
2.15/2.25	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
2.15/2.25	c (run 1, node 1288) performing user restart
2.15/2.25	c 
2.15/2.25	c (restart) converted 1 cuts from the global cut pool into linear constraints
2.15/2.25	c 
2.15/2.25	c presolving:
2.15/2.25	c (round 1, fast)       0 del vars, 0 del conss, 5 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
2.15/2.25	c (round 2, fast)       0 del vars, 0 del conss, 5 add conss, 0 chg bounds, 77 chg sides, 105 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
2.15/2.25	c (round 3, exhaustive) 0 del vars, 0 del conss, 5 add conss, 0 chg bounds, 77 chg sides, 105 chg coeffs, 8 upgd conss, 0 impls, 0 clqs
2.15/2.25	c (round 4, fast)       0 del vars, 1 del conss, 5 add conss, 0 chg bounds, 77 chg sides, 105 chg coeffs, 8 upgd conss, 0 impls, 0 clqs
2.15/2.25	c (round 5, exhaustive) 0 del vars, 1 del conss, 5 add conss, 0 chg bounds, 77 chg sides, 106 chg coeffs, 8 upgd conss, 0 impls, 0 clqs
2.15/2.25	c presolving (6 rounds: 6 fast, 3 medium, 3 exhaustive):
2.15/2.25	c  0 deleted vars, 1 deleted constraints, 5 added constraints, 0 tightened bounds, 0 added holes, 77 changed sides, 106 changed coefficients
2.15/2.25	c  0 implications, 0 cliques
2.15/2.25	c presolved problem has 40 variables (40 bin, 0 int, 0 impl, 0 cont) and 22 constraints
2.15/2.25	c      12 constraints of type <linear>
2.15/2.25	c      10 constraints of type <logicor>
2.15/2.25	c transformed objective value is always integral (scale: 1)
2.15/2.25	c Presolving Time: 0.03
2.15/2.25	c 
2.15/2.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.15/2.29	c   2.3s|     1 |     0 |  5450 |     - |    10M |   0 |  40 |  22 |  16 |   0 |  0 |  19 |   7 | 0.000000e+00 |      --      |    Inf | unknown
2.15/2.30	c   2.3s|     1 |     0 |  5454 |     - |    10M |   0 |  40 |  22 |  18 |   2 |  1 |  19 |   7 | 0.000000e+00 |      --      |    Inf | unknown
2.25/2.30	c   2.3s|     1 |     0 |  5461 |     - |    10M |   0 |  40 |  22 |  20 |   4 |  2 |  19 |   7 | 0.000000e+00 |      --      |    Inf | unknown
2.25/2.30	c   2.3s|     1 |     0 |  5466 |     - |    10M |   0 |  40 |  22 |  23 |   7 |  3 |  19 |   7 | 0.000000e+00 |      --      |    Inf | unknown
2.25/2.30	c   2.3s|     1 |     0 |  5471 |     - |    10M |   0 |  40 |  22 |  25 |   9 |  4 |  19 |   7 | 0.000000e+00 |      --      |    Inf | unknown
2.25/2.30	c   2.3s|     1 |     0 |  5478 |     - |    10M |   0 |  40 |  22 |  28 |  12 |  5 |  19 |   7 | 0.000000e+00 |      --      |    Inf | unknown
2.25/2.30	c   2.3s|     1 |     0 |  5483 |     - |    10M |   0 |  40 |  22 |  31 |  15 |  6 |  19 |   7 | 0.000000e+00 |      --      |    Inf | unknown
2.25/2.31	c   2.3s|     1 |     0 |  5489 |     - |    10M |   0 |  40 |  22 |  34 |  18 |  7 |  19 |   7 | 0.000000e+00 |      --      |    Inf | unknown
2.25/2.31	c   2.3s|     1 |     0 |  5497 |     - |    10M |   0 |  40 |  22 |  37 |  21 |  8 |  19 |   7 | 0.000000e+00 |      --      |    Inf | unknown
2.25/2.31	c   2.3s|     1 |     0 |  5500 |     - |    10M |   0 |  40 |  22 |  39 |  23 |  9 |  19 |   7 | 0.000000e+00 |      --      |    Inf | unknown
2.25/2.31	c   2.3s|     1 |     0 |  5505 |     - |    10M |   0 |  40 |  22 |  42 |  26 | 10 |  19 |   7 | 0.000000e+00 |      --      |    Inf | unknown
2.25/2.31	c   2.3s|     1 |     0 |  5507 |     - |    10M |   0 |  40 |  22 |  31 |  28 | 11 |  19 |   7 | 0.000000e+00 |      --      |    Inf | unknown
2.25/2.32	c   2.3s|     1 |     2 |  5542 |     - |    10M |   0 |  40 |  22 |  31 |  28 | 11 |  20 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.25/2.36	c   2.3s|   100 |    79 |  6069 |   4.3 |    10M |  24 |  40 |  22 |   5 |  63 |  1 |  23 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.25/2.39	c   2.4s|   200 |   151 |  6580 |   4.3 |    10M |  31 |  40 |  22 |   8 |  92 |  1 |  25 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.35/2.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.35/2.41	c   2.4s|   300 |   195 |  6857 |   4.2 |    10M |  31 |  40 |  22 |   7 | 101 |  1 |  25 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.35/2.44	c   2.4s|   400 |   247 |  7127 |   4.1 |    10M |  31 |  40 |  22 |   6 | 105 |  1 |  25 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.35/2.45	c   2.4s|   500 |   283 |  7354 |   4.0 |    10M |  31 |  40 |  22 |   0 | 105 |  0 |  26 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.35/2.47	c   2.5s|   600 |   303 |  7540 |   3.9 |    10M |  32 |  40 |  22 |   6 | 110 |  1 |  27 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.45/2.50	c   2.5s|   700 |   353 |  7856 |   3.9 |    10M |  32 |  40 |  22 |   0 | 127 |  0 |  28 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.45/2.51	c   2.5s|   800 |   411 |  8143 |   3.8 |    10M |  32 |  40 |  22 |   8 | 127 |  1 |  29 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.45/2.53	c   2.5s|   900 |   441 |  8403 |   3.8 |    10M |  32 |  40 |  22 |   6 | 127 |  1 |  31 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.45/2.55	c   2.5s|  1000 |   467 |  8588 |   3.7 |    10M |  32 |  40 |  22 |   8 | 127 |  1 |  31 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.45/2.57	c   2.6s|  1100 |   523 |  8808 |   3.6 |    10M |  32 |  40 |  22 |   7 | 132 |  1 |  32 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.45/2.59	c   2.6s|  1200 |   567 |  9074 |   3.6 |    10M |  33 |  40 |  22 |   0 | 141 |  0 |  33 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.55/2.60	c   2.6s|  1300 |   609 |  9304 |   3.5 |    10M |  33 |  40 |  22 |   7 | 141 |  1 |  33 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.55/2.62	c   2.6s|  1400 |   653 |  9547 |   3.5 |    10M |  33 |  40 |  22 |   7 | 142 |  1 |  35 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.55/2.64	c   2.6s|  1500 |   683 |  9746 |   3.4 |    10M |  33 |  40 |  22 |   8 | 142 |  1 |  38 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.55/2.65	c   2.6s|  1600 |   719 |  9941 |   3.4 |    10M |  33 |  40 |  22 |   8 | 142 |  1 |  38 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.55/2.68	c   2.7s|  1700 |   791 | 10371 |   3.4 |    10M |  33 |  40 |  22 |   7 | 148 |  1 |  40 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.65/2.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.65/2.70	c   2.7s|  1800 |   849 | 10705 |   3.4 |    10M |  33 |  40 |  22 |   7 | 153 |  1 |  41 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.65/2.71	c   2.7s|  1900 |   901 | 10967 |   3.4 |    10M |  33 |  40 |  22 |   7 | 153 |  0 |  41 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.65/2.73	c   2.7s|  2000 |   947 | 11248 |   3.4 |    10M |  33 |  40 |  22 |   8 | 153 |  0 |  43 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.65/2.75	c   2.7s|  2100 |   987 | 11518 |   3.4 |    10M |  33 |  40 |  22 |   7 | 159 |  1 |  45 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.65/2.77	c   2.8s|  2200 |  1025 | 11799 |   3.3 |    10M |  33 |  40 |  22 |   0 | 159 |  0 |  48 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.65/2.79	c   2.8s|  2300 |  1071 | 12012 |   3.3 |    10M |  33 |  40 |  22 |   7 | 159 |  0 |  50 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.75/2.80	c   2.8s|  2400 |  1091 | 12189 |   3.3 |    10M |  33 |  40 |  22 |   8 | 159 |  0 |  51 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.75/2.82	c   2.8s|  2500 |  1105 | 12426 |   3.2 |    10M |  33 |  40 |  22 |   7 | 159 |  1 |  59 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.75/2.83	c   2.8s|  2600 |  1131 | 12607 |   3.2 |    10M |  33 |  40 |  22 |   7 | 159 |  0 |  61 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.75/2.85	c   2.8s|  2700 |  1157 | 12835 |   3.2 |    11M |  33 |  40 |  22 |   0 | 165 |  0 |  62 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.75/2.87	c   2.9s|  2800 |  1187 | 13054 |   3.2 |    11M |  33 |  40 |  22 |   8 | 165 |  1 |  63 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.75/2.89	c   2.9s|  2900 |  1199 | 13248 |   3.1 |    11M |  33 |  40 |  22 |   0 | 165 |  0 |  66 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.85/2.91	c   2.9s|  3000 |  1257 | 13642 |   3.1 |    11M |  33 |  40 |  22 |   7 | 183 |  1 |  69 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.85/2.93	c   2.9s|  3100 |  1329 | 13986 |   3.2 |    11M |  33 |  40 |  22 |   7 | 189 |  1 |  69 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.85/2.95	c   2.9s|  3200 |  1393 | 14315 |   3.2 |    11M |  33 |  40 |  22 |   7 | 196 |  1 |  73 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.85/2.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.85/2.97	c   3.0s|  3300 |  1443 | 14604 |   3.1 |    11M |  33 |  40 |  22 |   0 | 207 |  0 |  74 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.85/2.99	c   3.0s|  3400 |  1499 | 14906 |   3.1 |    11M |  33 |  40 |  22 |   6 | 228 |  0 |  74 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.96/3.01	c   3.0s|  3500 |  1527 | 15097 |   3.1 |    11M |  33 |  40 |  22 |   6 | 228 |  1 |  74 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.96/3.03	c   3.0s|  3600 |  1593 | 15383 |   3.1 |    11M |  33 |  40 |  22 |   7 | 244 |  1 |  78 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.96/3.05	c   3.0s|  3700 |  1637 | 15648 |   3.1 |    11M |  33 |  40 |  22 |   8 | 250 |  1 |  78 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.96/3.07	c   3.1s|  3800 |  1685 | 15894 |   3.1 |    11M |  33 |  40 |  22 |   7 | 250 |  0 |  78 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.96/3.08	c   3.1s|  3900 |  1727 | 16104 |   3.1 |    11M |  33 |  40 |  22 |   6 | 250 |  1 |  79 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.06/3.11	c   3.1s|  4000 |  1789 | 16404 |   3.1 |    11M |  33 |  40 |  22 |   0 | 255 |  0 |  79 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.06/3.13	c   3.1s|  4100 |  1835 | 16612 |   3.1 |    11M |  33 |  40 |  22 |   7 | 255 |  0 |  81 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.06/3.15	c   3.1s|  4200 |  1883 | 16787 |   3.0 |    11M |  33 |  40 |  22 |   6 | 255 |  1 |  81 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.06/3.17	c   3.2s|  4300 |  1931 | 17043 |   3.0 |    11M |  33 |  40 |  22 |   7 | 255 |  1 |  82 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.06/3.18	c   3.2s|  4400 |  1973 | 17223 |   3.0 |    11M |  33 |  40 |  22 |   7 | 255 |  1 |  82 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.15/3.20	c   3.2s|  4500 |  2025 | 17481 |   3.0 |    11M |  33 |  40 |  22 |   7 | 255 |  1 |  82 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.15/3.22	c   3.2s|  4600 |  2061 | 17739 |   3.0 |    11M |  33 |  40 |  22 |   7 | 255 |  1 |  83 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.15/3.23	c   3.2s|  4700 |  2091 | 17931 |   3.0 |    11M |  33 |  40 |  22 |   0 | 255 |  0 |  83 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.15/3.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.15/3.25	c   3.2s|  4800 |  2121 | 18161 |   3.0 |    11M |  33 |  40 |  22 |   8 | 255 |  0 |  85 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.15/3.26	c   3.3s|  4900 |  2137 | 18338 |   2.9 |    11M |  33 |  40 |  22 |   7 | 255 |  1 |  89 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.15/3.28	c   3.3s|  5000 |  2167 | 18575 |   2.9 |    11M |  33 |  40 |  22 |   7 | 258 |  1 |  91 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.15/3.30	c   3.3s|  5100 |  2199 | 18750 |   2.9 |    11M |  33 |  40 |  22 |   7 | 258 |  0 |  91 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.25/3.31	c   3.3s|  5200 |  2213 | 18926 |   2.9 |    11M |  33 |  40 |  22 |   7 | 258 |  1 |  91 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.25/3.32	c   3.3s|  5300 |  2229 | 19122 |   2.9 |    11M |  33 |  40 |  22 |   7 | 258 |  0 |  91 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.25/3.34	c   3.3s|  5400 |  2251 | 19347 |   2.9 |    11M |  33 |  40 |  22 |   7 | 258 |  0 |  92 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.25/3.35	c   3.3s|  5500 |  2267 | 19515 |   2.9 |    11M |  33 |  40 |  22 |   8 | 258 |  1 |  92 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.25/3.37	c   3.4s|  5600 |  2317 | 19706 |   2.8 |    11M |  33 |  40 |  22 |   8 | 258 |  1 |  93 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.25/3.38	c   3.4s|  5700 |  2335 | 19913 |   2.8 |    11M |  33 |  40 |  22 |   6 | 258 |  0 |  97 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.25/3.39	c   3.4s|  5800 |  2351 | 20108 |   2.8 |    11M |  33 |  40 |  22 |   6 | 258 |  1 |  97 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.35/3.41	c   3.4s|  5900 |  2359 | 20260 |   2.8 |    11M |  33 |  40 |  22 |   7 | 258 |  0 |  98 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.35/3.42	c   3.4s|  6000 |  2383 | 20458 |   2.8 |    11M |  33 |  40 |  22 |   0 | 258 |  0 |  98 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.35/3.44	c   3.4s|  6100 |  2405 | 20686 |   2.8 |    11M |  33 |  40 |  22 |   8 | 262 |  1 |  98 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.35/3.46	c   3.4s|  6200 |  2433 | 20861 |   2.8 |    11M |  33 |  40 |  22 |   6 | 262 |  1 |  98 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.35/3.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.35/3.47	c   3.5s|  6300 |  2489 | 21144 |   2.8 |    11M |  33 |  40 |  22 |   7 | 262 |  1 |  98 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.35/3.49	c   3.5s|  6400 |  2507 | 21274 |   2.7 |    11M |  34 |  40 |  22 |   8 | 262 |  1 |  98 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.45/3.50	c   3.5s|  6500 |  2527 | 21484 |   2.7 |    11M |  34 |  40 |  22 |   7 | 275 |  1 |  99 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.45/3.52	c   3.5s|  6600 |  2541 | 21648 |   2.7 |    11M |  34 |  40 |  22 |   9 | 275 |  0 | 102 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.45/3.54	c   3.5s|  6700 |  2571 | 21832 |   2.7 |    11M |  34 |  40 |  22 |   7 | 275 |  1 | 104 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.45/3.55	c   3.5s|  6800 |  2597 | 22021 |   2.7 |    11M |  34 |  40 |  22 |   7 | 275 |  1 | 105 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.45/3.57	c   3.6s|  6900 |  2621 | 22232 |   2.7 |    11M |  34 |  40 |  22 |   7 | 285 |  1 | 105 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.45/3.58	c   3.6s|  7000 |  2643 | 22425 |   2.7 |    11M |  34 |  40 |  22 |   8 | 285 |  0 | 105 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.55/3.60	c   3.6s|  7100 |  2675 | 22631 |   2.7 |    11M |  34 |  40 |  22 |   8 | 285 |  0 | 105 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.55/3.61	c   3.6s|  7200 |  2707 | 22843 |   2.7 |    12M |  34 |  40 |  22 |   6 | 285 |  1 | 105 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.55/3.63	c   3.6s|  7300 |  2745 | 23069 |   2.7 |    12M |  34 |  40 |  22 |   7 | 285 |  1 | 105 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.55/3.64	c   3.6s|  7400 |  2769 | 23249 |   2.7 |    12M |  34 |  40 |  22 |   7 | 285 |  0 | 105 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.55/3.66	c   3.6s|  7500 |  2781 | 23414 |   2.6 |    12M |  34 |  40 |  22 |   9 | 285 |  1 | 106 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.55/3.67	c   3.7s|  7600 |  2811 | 23631 |   2.6 |    12M |  34 |  40 |  22 |   8 | 291 |  1 | 106 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.55/3.69	c   3.7s|  7700 |  2837 | 23845 |   2.6 |    12M |  34 |  40 |  22 |   6 | 301 |  1 | 108 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.65/3.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.65/3.70	c   3.7s|  7800 |  2865 | 24020 |   2.6 |    12M |  34 |  40 |  22 |   0 | 301 |  0 | 108 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.65/3.72	c   3.7s|  7900 |  2887 | 24145 |   2.6 |    12M |  34 |  40 |  22 |   0 | 301 |  0 | 109 |  17 | 0.000000e+00 |      --      |    Inf | unknown
3.65/3.73	c   3.7s|  8000 |  2937 | 24353 |   2.6 |    12M |  34 |  40 |  22 |   7 | 302 |  1 | 109 |  22 | 0.000000e+00 |      --      |    Inf | unknown
3.65/3.76	c   3.7s|  8100 |  2963 | 24537 |   2.6 |    12M |  34 |  40 |  22 |   6 | 302 |  1 | 110 |  22 | 0.000000e+00 |      --      |    Inf | unknown
3.65/3.78	c   3.8s|  8200 |  2997 | 24725 |   2.6 |    12M |  34 |  40 |  22 |   6 | 302 |  0 | 110 |  22 | 0.000000e+00 |      --      |    Inf | unknown
3.65/3.79	c   3.8s|  8300 |  3037 | 24915 |   2.6 |    12M |  34 |  40 |  22 |   7 | 302 |  1 | 111 |  22 | 0.000000e+00 |      --      |    Inf | unknown
3.75/3.80	c   3.8s|  8400 |  3059 | 25135 |   2.6 |    12M |  34 |  40 |  22 |   7 | 302 |  1 | 113 |  22 | 0.000000e+00 |      --      |    Inf | unknown
3.75/3.82	c   3.8s|  8500 |  3087 | 25326 |   2.6 |    12M |  34 |  40 |  22 |   7 | 302 |  1 | 116 |  22 | 0.000000e+00 |      --      |    Inf | unknown
3.75/3.83	c   3.8s|  8600 |  3127 | 25582 |   2.6 |    12M |  34 |  40 |  22 |   9 | 302 |  1 | 117 |  22 | 0.000000e+00 |      --      |    Inf | unknown
3.75/3.84	c   3.8s|  8700 |  3148 | 25818 |   2.6 |    12M |  34 |  40 |  22 |   9 | 302 |  1 | 120 |  22 | 0.000000e+00 |      --      |    Inf | unknown
3.75/3.86	c   3.8s|  8800 |  3166 | 25990 |   2.6 |    12M |  34 |  40 |  22 |   9 | 302 |  1 | 122 |  22 | 0.000000e+00 |      --      |    Inf | unknown
3.75/3.87	c   3.9s|  8900 |  3184 | 26176 |   2.6 |    12M |  34 |  40 |  22 |   7 | 302 |  1 | 123 |  22 | 0.000000e+00 |      --      |    Inf | unknown
3.75/3.88	c   3.9s|  9000 |  3204 | 26375 |   2.5 |    12M |  34 |  40 |  22 |   8 | 302 |  0 | 127 |  22 | 0.000000e+00 |      --      |    Inf | unknown
3.85/3.90	c   3.9s|  9100 |  3226 | 26611 |   2.5 |    12M |  34 |  40 |  22 |   7 | 307 |  1 | 129 |  22 | 0.000000e+00 |      --      |    Inf | unknown
3.85/3.91	c   3.9s|  9200 |  3248 | 26809 |   2.5 |    12M |  34 |  40 |  22 |   7 | 307 |  1 | 131 |  22 | 0.000000e+00 |      --      |    Inf | unknown
3.85/3.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.85/3.93	c   3.9s|  9300 |  3306 | 27063 |   2.5 |    12M |  34 |  40 |  22 |   6 | 307 |  1 | 136 |  22 | 0.000000e+00 |      --      |    Inf | unknown
3.85/3.94	c   3.9s|  9400 |  3346 | 27284 |   2.5 |    12M |  34 |  40 |  22 |   6 | 307 |  1 | 138 |  22 | 0.000000e+00 |      --      |    Inf | unknown
3.85/3.95	c   3.9s|  9500 |  3370 | 27444 |   2.5 |    12M |  34 |  40 |  22 |   6 | 307 |  1 | 138 |  22 | 0.000000e+00 |      --      |    Inf | unknown
3.85/3.97	c   4.0s|  9600 |  3404 | 27626 |   2.5 |    12M |  34 |  40 |  22 |   6 | 307 |  1 | 139 |  22 | 0.000000e+00 |      --      |    Inf | unknown
3.85/3.98	c   4.0s|  9700 |  3426 | 27833 |   2.5 |    12M |  34 |  40 |  22 |   6 | 307 |  1 | 141 |  22 | 0.000000e+00 |      --      |    Inf | unknown
3.85/3.99	c   4.0s|  9800 |  3456 | 28010 |   2.5 |    12M |  34 |  40 |  22 |   7 | 307 |  1 | 142 |  22 | 0.000000e+00 |      --      |    Inf | unknown
3.96/4.01	c   4.0s|  9900 |  3490 | 28230 |   2.5 |    12M |  34 |  40 |  22 |   7 | 307 |  0 | 143 |  22 | 0.000000e+00 |      --      |    Inf | unknown
3.96/4.02	c   4.0s| 10000 |  3502 | 28400 |   2.5 |    12M |  34 |  40 |  22 |   6 | 307 |  1 | 144 |  22 | 0.000000e+00 |      --      |    Inf | unknown
3.96/4.04	c   4.0s| 10100 |  3528 | 28594 |   2.5 |    12M |  34 |  40 |  22 |   7 | 307 |  0 | 147 |  22 | 0.000000e+00 |      --      |    Inf | unknown
3.96/4.05	c   4.0s| 10200 |  3564 | 28834 |   2.5 |    12M |  34 |  40 |  22 |   7 | 307 |  1 | 147 |  22 | 0.000000e+00 |      --      |    Inf | unknown
3.96/4.07	c   4.1s| 10300 |  3604 | 29068 |   2.5 |    12M |  34 |  40 |  22 |   7 | 307 |  1 | 148 |  22 | 0.000000e+00 |      --      |    Inf | unknown
3.96/4.08	c   4.1s| 10400 |  3626 | 29279 |   2.5 |    12M |  34 |  40 |  22 |   0 | 307 |  0 | 148 |  22 | 0.000000e+00 |      --      |    Inf | unknown
3.96/4.10	c   4.1s| 10500 |  3642 | 29452 |   2.5 |    12M |  34 |  40 |  22 |   7 | 307 |  1 | 148 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.06/4.11	c   4.1s| 10600 |  3660 | 29655 |   2.5 |    12M |  34 |  40 |  22 |   8 | 307 |  0 | 149 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.06/4.12	c   4.1s| 10700 |  3688 | 29812 |   2.5 |    12M |  34 |  40 |  22 |   6 | 307 |  1 | 149 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.06/4.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.06/4.14	c   4.1s| 10800 |  3700 | 30006 |   2.5 |    12M |  34 |  40 |  22 |   8 | 307 |  0 | 151 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.06/4.16	c   4.1s| 10900 |  3754 | 30314 |   2.5 |    12M |  34 |  40 |  22 |   7 | 325 |  1 | 153 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.06/4.17	c   4.2s| 11000 |  3804 | 30655 |   2.5 |    12M |  34 |  40 |  22 |   8 | 334 |  1 | 154 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.06/4.19	c   4.2s| 11100 |  3846 | 30969 |   2.5 |    12M |  34 |  40 |  22 |   7 | 339 |  1 | 155 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.14/4.21	c   4.2s| 11200 |  3900 | 31230 |   2.5 |    12M |  34 |  40 |  22 |   7 | 339 |  1 | 156 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.14/4.22	c   4.2s| 11300 |  3956 | 31529 |   2.5 |    12M |  34 |  40 |  22 |   7 | 340 |  1 | 156 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.14/4.24	c   4.2s| 11400 |  3984 | 31714 |   2.5 |    12M |  34 |  40 |  22 |   7 | 340 |  1 | 158 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.14/4.25	c   4.2s| 11500 |  4008 | 31930 |   2.5 |    12M |  34 |  40 |  22 |   7 | 340 |  1 | 158 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.14/4.27	c   4.3s| 11600 |  4040 | 32156 |   2.5 |    12M |  34 |  40 |  22 |   8 | 341 |  0 | 160 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.14/4.28	c   4.3s| 11700 |  4068 | 32327 |   2.5 |    12M |  34 |  40 |  22 |   9 | 341 |  1 | 160 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.24/4.30	c   4.3s| 11800 |  4104 | 32531 |   2.5 |    12M |  34 |  40 |  22 |   8 | 341 |  1 | 161 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.24/4.31	c   4.3s| 11900 |  4128 | 32753 |   2.5 |    12M |  34 |  40 |  22 |   8 | 341 |  1 | 161 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.24/4.33	c   4.3s| 12000 |  4156 | 32954 |   2.5 |    12M |  34 |  40 |  22 |   8 | 341 |  1 | 162 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.24/4.34	c   4.3s| 12100 |  4182 | 33163 |   2.5 |    12M |  34 |  40 |  22 |   7 | 341 |  1 | 163 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.24/4.35	c   4.3s| 12200 |  4220 | 33389 |   2.5 |    12M |  34 |  40 |  22 |   7 | 341 |  0 | 163 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.24/4.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.24/4.37	c   4.4s| 12300 |  4238 | 33612 |   2.5 |    12M |  34 |  40 |  22 |   8 | 341 |  0 | 163 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.24/4.38	c   4.4s| 12400 |  4264 | 33835 |   2.5 |    12M |  34 |  40 |  22 |   7 | 341 |  1 | 163 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.24/4.40	c   4.4s| 12500 |  4294 | 34013 |   2.5 |    12M |  34 |  40 |  22 |   8 | 341 |  1 | 163 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.34/4.41	c   4.4s| 12600 |  4325 | 34202 |   2.5 |    12M |  34 |  40 |  22 |   7 | 341 |  1 | 165 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.34/4.43	c   4.4s| 12700 |  4355 | 34407 |   2.4 |    12M |  34 |  40 |  22 |   7 | 341 |  0 | 166 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.34/4.44	c   4.4s| 12800 |  4403 | 34640 |   2.4 |    12M |  34 |  40 |  22 |   7 | 341 |  1 | 170 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.34/4.46	c   4.4s| 12900 |  4436 | 34881 |   2.4 |    12M |  34 |  40 |  22 |   8 | 351 |  1 | 171 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.34/4.47	c   4.5s| 13000 |  4468 | 35098 |   2.4 |    12M |  34 |  40 |  22 |   6 | 355 |  0 | 172 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.34/4.49	c   4.5s| 13100 |  4525 | 35334 |   2.4 |    12M |  34 |  40 |  22 |   6 | 355 |  1 | 173 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.44/4.50	c   4.5s| 13200 |  4573 | 35605 |   2.4 |    12M |  34 |  40 |  22 |   6 | 355 |  1 | 176 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.44/4.52	c   4.5s| 13300 |  4599 | 35813 |   2.4 |    12M |  34 |  40 |  22 |   6 | 355 |  1 | 180 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.44/4.53	c   4.5s| 13400 |  4627 | 36016 |   2.4 |    12M |  34 |  40 |  22 |   0 | 355 |  0 | 185 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.44/4.55	c   4.5s| 13500 |  4652 | 36172 |   2.4 |    12M |  34 |  40 |  22 |   6 | 355 |  0 | 186 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.44/4.56	c   4.5s| 13600 |  4667 | 36347 |   2.4 |    12M |  34 |  40 |  22 |   8 | 355 |  1 | 186 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.44/4.57	c   4.6s| 13700 |  4695 | 36547 |   2.4 |    12M |  34 |  40 |  22 |   7 | 355 |  1 | 186 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.44/4.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.44/4.59	c   4.6s| 13800 |  4714 | 36745 |   2.4 |    12M |  34 |  40 |  22 |   7 | 355 |  0 | 190 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.54/4.60	c   4.6s| 13900 |  4732 | 36935 |   2.4 |    12M |  34 |  40 |  22 |   8 | 355 |  1 | 192 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.54/4.61	c   4.6s| 14000 |  4742 | 37140 |   2.4 |    12M |  34 |  40 |  22 |   8 | 355 |  1 | 197 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.54/4.63	c   4.6s| 14100 |  4750 | 37335 |   2.4 |    12M |  34 |  40 |  22 |   8 | 355 |  1 | 197 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.54/4.64	c   4.6s| 14200 |  4766 | 37507 |   2.4 |    13M |  34 |  40 |  22 |   8 | 355 |  1 | 197 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.54/4.66	c   4.6s| 14300 |  4778 | 37678 |   2.4 |    13M |  34 |  40 |  22 |   7 | 355 |  1 | 199 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.54/4.68	c   4.7s| 14400 |  4826 | 37983 |   2.4 |    13M |  34 |  40 |  22 |   8 | 375 |  1 | 199 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.64/4.70	c   4.7s| 14500 |  4884 | 38268 |   2.4 |    13M |  34 |  40 |  22 |   0 | 381 |  0 | 199 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.64/4.71	c   4.7s| 14600 |  4926 | 38483 |   2.4 |    13M |  34 |  40 |  22 |   8 | 381 |  1 | 200 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.64/4.73	c   4.7s| 14700 |  4986 | 38762 |   2.4 |    13M |  34 |  40 |  22 |   5 | 381 |  1 | 202 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.64/4.74	c   4.7s| 14800 |  5040 | 39035 |   2.4 |    13M |  34 |  40 |  22 |   5 | 381 |  1 | 204 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.64/4.76	c   4.7s| 14900 |  5086 | 39229 |   2.4 |    13M |  34 |  40 |  22 |   5 | 381 |  1 | 204 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.64/4.77	c   4.8s| 15000 |  5118 | 39454 |   2.4 |    13M |  34 |  40 |  22 |   5 | 383 |  1 | 205 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.64/4.79	c   4.8s| 15100 |  5159 | 39691 |   2.4 |    13M |  34 |  40 |  22 |   9 | 383 |  1 | 206 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.74/4.80	c   4.8s| 15200 |  5189 | 39863 |   2.4 |    13M |  34 |  40 |  22 |   9 | 383 |  1 | 206 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.74/4.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.74/4.82	c   4.8s| 15300 |  5239 | 40129 |   2.4 |    13M |  34 |  40 |  22 |   9 | 383 |  1 | 208 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.74/4.84	c   4.8s| 15400 |  5279 | 40357 |   2.4 |    13M |  34 |  40 |  22 |   9 | 383 |  0 | 210 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.74/4.85	c   4.8s| 15500 |  5301 | 40510 |   2.4 |    13M |  34 |  40 |  22 |   0 | 383 |  0 | 210 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.74/4.88	c   4.9s| 15600 |  5369 | 40997 |   2.4 |    13M |  34 |  40 |  22 |   7 | 425 |  1 | 211 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.84/4.91	c   4.9s| 15700 |  5427 | 41362 |   2.4 |    14M |  34 |  40 |  22 |   8 | 440 |  0 | 211 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.84/4.92	c   4.9s| 15800 |  5469 | 41604 |   2.4 |    14M |  34 |  40 |  22 |   7 | 440 |  1 | 213 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.84/4.94	c   4.9s| 15900 |  5521 | 41879 |   2.4 |    14M |  34 |  40 |  22 |   7 | 451 |  1 | 216 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.84/4.96	c   4.9s| 16000 |  5570 | 42172 |   2.4 |    14M |  34 |  40 |  22 |   7 | 467 |  1 | 220 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.84/5.00	c   5.0s| 16100 |  5636 | 42430 |   2.4 |    14M |  34 |  40 |  22 |   8 | 467 |  1 | 222 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.95/5.01	c   5.0s| 16200 |  5680 | 42655 |   2.4 |    14M |  34 |  40 |  22 |   7 | 473 |  1 | 222 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.95/5.03	c   5.0s| 16300 |  5728 | 42901 |   2.4 |    14M |  34 |  40 |  22 |   8 | 473 |  1 | 225 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.95/5.04	c   5.0s| 16400 |  5766 | 43108 |   2.4 |    14M |  34 |  40 |  22 |   8 | 473 |  1 | 229 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.95/5.06	c   5.0s| 16500 |  5808 | 43391 |   2.4 |    14M |  34 |  40 |  22 |   0 | 478 |  0 | 236 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.95/5.08	c   5.1s| 16600 |  5826 | 43583 |   2.4 |    14M |  34 |  40 |  22 |   6 | 483 |  1 | 241 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.95/5.09	c   5.1s| 16700 |  5886 | 43800 |   2.4 |    14M |  34 |  40 |  22 |   7 | 483 |  1 | 242 |  22 | 0.000000e+00 |      --      |    Inf | unknown
4.95/5.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.95/5.11	c   5.1s| 16800 |  5912 | 44023 |   2.4 |    14M |  34 |  40 |  22 |   6 | 483 |  1 | 244 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.05/5.12	c   5.1s| 16900 |  5948 | 44219 |   2.4 |    14M |  34 |  40 |  22 |   7 | 483 |  1 | 247 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.05/5.14	c   5.1s| 17000 |  5976 | 44384 |   2.4 |    14M |  34 |  40 |  22 |   5 | 483 |  0 | 250 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.05/5.15	c   5.1s| 17100 |  6008 | 44583 |   2.4 |    14M |  34 |  40 |  22 |   8 | 483 |  1 | 253 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.05/5.16	c   5.1s| 17200 |  6034 | 44727 |   2.4 |    14M |  34 |  40 |  22 |   8 | 483 |  1 | 253 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.05/5.18	c   5.2s| 17300 |  6068 | 44892 |   2.4 |    14M |  34 |  40 |  22 |   6 | 483 |  1 | 256 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.05/5.19	c   5.2s| 17400 |  6116 | 45112 |   2.4 |    14M |  34 |  40 |  22 |   6 | 483 |  1 | 258 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.14/5.20	c   5.2s| 17500 |  6140 | 45298 |   2.4 |    14M |  34 |  40 |  22 |   6 | 488 |  1 | 259 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.14/5.22	c   5.2s| 17600 |  6188 | 45512 |   2.4 |    14M |  34 |  40 |  22 |   6 | 488 |  1 | 260 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.14/5.23	c   5.2s| 17700 |  6238 | 45732 |   2.4 |    14M |  34 |  40 |  22 |   6 | 488 |  1 | 262 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.14/5.24	c   5.2s| 17800 |  6278 | 45945 |   2.4 |    14M |  34 |  40 |  22 |   8 | 488 |  1 | 264 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.14/5.26	c   5.2s| 17900 |  6318 | 46146 |   2.4 |    14M |  34 |  40 |  22 |   8 | 488 |  1 | 266 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.14/5.28	c   5.3s| 18000 |  6360 | 46388 |   2.4 |    14M |  34 |  40 |  22 |   7 | 488 |  0 | 266 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.14/5.29	c   5.3s| 18100 |  6386 | 46557 |   2.4 |    14M |  34 |  40 |  22 |   6 | 488 |  1 | 268 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.24/5.30	c   5.3s| 18200 |  6422 | 46772 |   2.4 |    14M |  34 |  40 |  22 |   6 | 488 |  1 | 271 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.24/5.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.24/5.32	c   5.3s| 18300 |  6478 | 46974 |   2.4 |    14M |  34 |  40 |  22 |   8 | 488 |  1 | 272 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.24/5.33	c   5.3s| 18400 |  6502 | 47159 |   2.4 |    14M |  34 |  40 |  22 |   8 | 488 |  1 | 273 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.24/5.35	c   5.3s| 18500 |  6554 | 47369 |   2.4 |    14M |  34 |  40 |  22 |   8 | 488 |  1 | 274 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.24/5.36	c   5.4s| 18600 |  6584 | 47542 |   2.4 |    14M |  34 |  40 |  22 |   8 | 488 |  1 | 274 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.24/5.38	c   5.4s| 18700 |  6648 | 47799 |   2.4 |    14M |  34 |  40 |  22 |   6 | 494 |  1 | 275 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.24/5.40	c   5.4s| 18800 |  6684 | 47972 |   2.4 |    14M |  34 |  40 |  22 |   6 | 494 |  1 | 275 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.34/5.41	c   5.4s| 18900 |  6724 | 48180 |   2.4 |    14M |  34 |  40 |  22 |   6 | 494 |  1 | 276 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.34/5.43	c   5.4s| 19000 |  6770 | 48423 |   2.4 |    14M |  34 |  40 |  22 |   7 | 499 |  1 | 278 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.34/5.44	c   5.4s| 19100 |  6812 | 48626 |   2.4 |    14M |  34 |  40 |  22 |   7 | 499 |  1 | 279 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.34/5.46	c   5.4s| 19200 |  6840 | 48821 |   2.4 |    14M |  34 |  40 |  22 |   8 | 499 |  1 | 280 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.34/5.47	c   5.5s| 19300 |  6872 | 48998 |   2.4 |    14M |  34 |  40 |  22 |   6 | 499 |  1 | 280 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.34/5.49	c   5.5s| 19400 |  6898 | 49175 |   2.4 |    14M |  34 |  40 |  22 |   7 | 499 |  1 | 281 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.50	c   5.5s| 19500 |  6920 | 49368 |   2.4 |    14M |  34 |  40 |  22 |   9 | 499 |  1 | 282 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.52	c   5.5s| 19600 |  6950 | 49543 |   2.4 |    14M |  34 |  40 |  22 |   0 | 499 |  0 | 283 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.53	c   5.5s| 19700 |  7012 | 49860 |   2.4 |    14M |  34 |  40 |  22 |   7 | 505 |  1 | 285 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.44/5.55	c   5.5s| 19800 |  7068 | 50158 |   2.4 |    14M |  34 |  40 |  22 |   8 | 506 |  0 | 285 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.57	c   5.6s| 19900 |  7130 | 50411 |   2.4 |    14M |  34 |  40 |  22 |   7 | 506 |  1 | 285 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.58	c   5.6s| 20000 |  7188 | 50587 |   2.4 |    14M |  34 |  40 |  22 |   7 | 506 |  1 | 286 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.54/5.60	c   5.6s| 20100 |  7224 | 50797 |   2.4 |    14M |  34 |  40 |  22 |   7 | 506 |  1 | 286 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.54/5.62	c   5.6s| 20200 |  7258 | 51033 |   2.4 |    14M |  34 |  40 |  22 |   7 | 508 |  1 | 286 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.54/5.63	c   5.6s| 20300 |  7296 | 51238 |   2.4 |    14M |  34 |  40 |  22 |   7 | 509 |  1 | 286 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.54/5.65	c   5.6s| 20400 |  7326 | 51432 |   2.4 |    14M |  34 |  40 |  22 |   0 | 509 |  0 | 286 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.54/5.66	c   5.6s| 20500 |  7350 | 51624 |   2.4 |    14M |  34 |  40 |  22 |   0 | 509 |  0 | 287 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.54/5.67	c   5.7s| 20600 |  7368 | 51785 |   2.4 |    14M |  34 |  40 |  22 |   7 | 509 |  0 | 287 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.54/5.69	c   5.7s| 20700 |  7384 | 51911 |   2.4 |    14M |  34 |  40 |  22 |   0 | 509 |  0 | 287 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.64/5.70	c   5.7s| 20800 |  7422 | 52126 |   2.4 |    14M |  34 |  40 |  22 |   7 | 509 |  1 | 288 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.64/5.72	c   5.7s| 20900 |  7456 | 52312 |   2.4 |    14M |  34 |  40 |  22 |   0 | 509 |  0 | 290 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.64/5.73	c   5.7s| 21000 |  7464 | 52491 |   2.3 |    14M |  34 |  40 |  22 |   7 | 509 |  0 | 290 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.64/5.75	c   5.7s| 21100 |  7484 | 52690 |   2.3 |    14M |  34 |  40 |  22 |   0 | 509 |  0 | 290 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.64/5.76	c   5.7s| 21200 |  7489 | 52857 |   2.3 |    14M |  34 |  40 |  22 |   7 | 509 |  1 | 293 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.64/5.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.64/5.77	c   5.8s| 21300 |  7531 | 53064 |   2.3 |    14M |  34 |  40 |  22 |   7 | 509 |  1 | 294 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.64/5.79	c   5.8s| 21400 |  7555 | 53234 |   2.3 |    14M |  34 |  40 |  22 |   7 | 509 |  1 | 294 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.74/5.80	c   5.8s| 21500 |  7573 | 53404 |   2.3 |    14M |  34 |  40 |  22 |   6 | 509 |  1 | 294 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.74/5.82	c   5.8s| 21600 |  7601 | 53588 |   2.3 |    14M |  34 |  40 |  22 |   0 | 509 |  0 | 294 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.74/5.83	c   5.8s| 21700 |  7631 | 53836 |   2.3 |    14M |  34 |  40 |  22 |   7 | 509 |  1 | 296 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.74/5.85	c   5.8s| 21800 |  7671 | 54063 |   2.3 |    14M |  34 |  40 |  22 |   7 | 509 |  1 | 297 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.74/5.86	c   5.8s| 21900 |  7693 | 54266 |   2.3 |    14M |  34 |  40 |  22 |   7 | 509 |  0 | 298 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.74/5.87	c   5.9s| 22000 |  7703 | 54423 |   2.3 |    14M |  34 |  40 |  22 |   0 | 509 |  0 | 298 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.74/5.89	c   5.9s| 22100 |  7735 | 54643 |   2.3 |    14M |  34 |  40 |  22 |   7 | 509 |  1 | 300 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.84/5.90	c   5.9s| 22200 |  7755 | 54806 |   2.3 |    14M |  34 |  40 |  22 |   0 | 509 |  0 | 300 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.84/5.91	c   5.9s| 22300 |  7787 | 55013 |   2.3 |    14M |  34 |  40 |  22 |   7 | 509 |  1 | 300 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.84/5.93	c   5.9s| 22400 |  7827 | 55225 |   2.3 |    14M |  34 |  40 |  22 |   7 | 509 |  1 | 300 |  27 | 0.000000e+00 |      --      |    Inf | unknown
5.84/5.95	c   5.9s| 22500 |  7855 | 55437 |   2.3 |    14M |  34 |  40 |  22 |   7 | 509 |  1 | 300 |  27 | 0.000000e+00 |      --      |    Inf | unknown
5.84/5.96	c   5.9s| 22600 |  7867 | 55595 |   2.3 |    14M |  34 |  40 |  22 |   7 | 509 |  1 | 300 |  27 | 0.000000e+00 |      --      |    Inf | unknown
5.84/5.98	c   6.0s| 22700 |  7917 | 55773 |   2.3 |    14M |  34 |  40 |  22 |   7 | 514 |  1 | 300 |  27 | 0.000000e+00 |      --      |    Inf | unknown
5.84/5.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.84/5.99	c   6.0s| 22800 |  7949 | 55931 |   2.3 |    14M |  34 |  40 |  22 |   7 | 514 |  1 | 301 |  27 | 0.000000e+00 |      --      |    Inf | unknown
5.84/6.00	c   6.0s| 22900 |  7979 | 56121 |   2.3 |    14M |  34 |  40 |  22 |   7 | 514 |  1 | 305 |  27 | 0.000000e+00 |      --      |    Inf | unknown
5.95/6.02	c   6.0s| 23000 |  8007 | 56288 |   2.3 |    14M |  34 |  40 |  22 |   9 | 514 |  1 | 305 |  27 | 0.000000e+00 |      --      |    Inf | unknown
5.95/6.03	c   6.0s| 23100 |  8041 | 56452 |   2.3 |    14M |  34 |  40 |  22 |   9 | 514 |  1 | 307 |  27 | 0.000000e+00 |      --      |    Inf | unknown
5.95/6.05	c   6.0s| 23200 |  8071 | 56661 |   2.3 |    14M |  34 |  40 |  21 |   5 | 514 |  1 | 307 |  27 | 0.000000e+00 |      --      |    Inf | unknown
5.95/6.06	c   6.0s| 23300 |  8095 | 56834 |   2.3 |    14M |  34 |  40 |  21 |   7 | 514 |  1 | 309 |  27 | 0.000000e+00 |      --      |    Inf | unknown
5.95/6.07	c   6.1s| 23400 |  8125 | 57006 |   2.3 |    14M |  34 |  40 |  21 |   0 | 514 |  0 | 311 |  27 | 0.000000e+00 |      --      |    Inf | unknown
5.95/6.09	c   6.1s| 23500 |  8123 | 57167 |   2.3 |    14M |  34 |  40 |  21 |   9 | 514 |  1 | 311 |  27 | 0.000000e+00 |      --      |    Inf | unknown
5.95/6.10	c   6.1s| 23600 |  8149 | 57424 |   2.3 |    14M |  34 |  40 |  21 |   7 | 523 |  1 | 312 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.05/6.12	c   6.1s| 23700 |  8215 | 57680 |   2.3 |    14M |  34 |  40 |  21 |   7 | 523 |  1 | 312 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.05/6.14	c   6.1s| 23800 |  8259 | 57923 |   2.3 |    14M |  34 |  40 |  21 |   0 | 533 |  0 | 312 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.05/6.15	c   6.1s| 23900 |  8283 | 58116 |   2.3 |    14M |  34 |  40 |  21 |   7 | 533 |  0 | 313 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.05/6.17	c   6.2s| 24000 |  8315 | 58341 |   2.3 |    14M |  34 |  40 |  21 |   7 | 533 |  1 | 313 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.05/6.18	c   6.2s| 24100 |  8349 | 58542 |   2.3 |    14M |  34 |  40 |  21 |   7 | 533 |  1 | 313 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.14/6.20	c   6.2s| 24200 |  8365 | 58701 |   2.3 |    14M |  34 |  40 |  21 |   7 | 533 |  1 | 314 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.14/6.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.14/6.21	c   6.2s| 24300 |  8391 | 58863 |   2.3 |    14M |  34 |  40 |  21 |   7 | 533 |  1 | 314 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.14/6.22	c   6.2s| 24400 |  8409 | 59051 |   2.3 |    14M |  34 |  40 |  21 |   7 | 533 |  1 | 314 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.14/6.24	c   6.2s| 24500 |  8439 | 59244 |   2.3 |    14M |  34 |  40 |  21 |   8 | 533 |  1 | 317 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.14/6.26	c   6.2s| 24600 |  8459 | 59442 |   2.3 |    14M |  34 |  40 |  21 |   8 | 539 |  1 | 317 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.14/6.27	c   6.3s| 24700 |  8499 | 59691 |   2.3 |    14M |  34 |  40 |  21 |   8 | 540 |  1 | 323 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.14/6.28	c   6.3s| 24800 |  8529 | 59892 |   2.3 |    14M |  34 |  40 |  21 |   8 | 540 |  0 | 325 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.24/6.30	c   6.3s| 24900 |  8535 | 60018 |   2.3 |    14M |  34 |  40 |  21 |   8 | 540 |  1 | 326 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.24/6.31	c   6.3s| 25000 |  8549 | 60187 |   2.3 |    14M |  34 |  40 |  21 |   7 | 540 |  1 | 327 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.24/6.33	c   6.3s| 25100 |  8569 | 60371 |   2.3 |    14M |  34 |  40 |  21 |   7 | 540 |  1 | 328 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.24/6.34	c   6.3s| 25200 |  8595 | 60528 |   2.3 |    14M |  34 |  40 |  21 |   7 | 540 |  1 | 328 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.24/6.35	c   6.3s| 25300 |  8631 | 60722 |   2.3 |    14M |  34 |  40 |  21 |   6 | 540 |  1 | 328 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.24/6.37	c   6.4s| 25400 |  8649 | 60881 |   2.3 |    14M |  34 |  40 |  21 |   6 | 540 |  1 | 328 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.24/6.39	c   6.4s| 25500 |  8699 | 61175 |   2.3 |    15M |  34 |  40 |  21 |   7 | 555 |  1 | 330 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.33/6.40	c   6.4s| 25600 |  8737 | 61382 |   2.3 |    15M |  34 |  40 |  21 |   7 | 555 |  1 | 332 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.33/6.42	c   6.4s| 25700 |  8783 | 61621 |   2.3 |    15M |  34 |  40 |  21 |   9 | 561 |  1 | 333 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.33/6.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.33/6.43	c   6.4s| 25800 |  8815 | 61873 |   2.3 |    15M |  34 |  40 |  21 |   9 | 561 |  1 | 334 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.33/6.45	c   6.4s| 25900 |  8847 | 62081 |   2.3 |    15M |  34 |  40 |  21 |   9 | 561 |  1 | 335 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.33/6.46	c   6.4s| 26000 |  8881 | 62315 |   2.3 |    15M |  34 |  40 |  21 |   7 | 567 |  1 | 337 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.33/6.48	c   6.5s| 26100 |  8931 | 62532 |   2.3 |    15M |  34 |  40 |  21 |   7 | 567 |  1 | 340 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.33/6.49	c   6.5s| 26200 |  8961 | 62741 |   2.3 |    15M |  34 |  40 |  21 |   7 | 567 |  1 | 344 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.43/6.50	c   6.5s| 26300 |  8983 | 62962 |   2.3 |    15M |  34 |  40 |  21 |   7 | 567 |  1 | 349 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.43/6.51	c   6.5s| 26400 |  9011 | 63133 |   2.3 |    15M |  34 |  40 |  21 |   0 | 567 |  0 | 349 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.43/6.53	c   6.5s| 26500 |  9029 | 63331 |   2.3 |    15M |  34 |  40 |  21 |   9 | 567 |  1 | 350 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.43/6.54	c   6.5s| 26600 |  9051 | 63477 |   2.3 |    15M |  34 |  40 |  21 |   9 | 567 |  1 | 352 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.43/6.55	c   6.5s| 26700 |  9085 | 63673 |   2.3 |    15M |  34 |  40 |  21 |   8 | 572 |  1 | 352 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.43/6.57	c   6.6s| 26800 |  9125 | 63894 |   2.3 |    15M |  34 |  40 |  21 |   8 | 572 |  1 | 353 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.43/6.58	c   6.6s| 26900 |  9155 | 64097 |   2.3 |    15M |  34 |  40 |  21 |   7 | 572 |  1 | 354 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.43/6.59	c   6.6s| 27000 |  9169 | 64302 |   2.3 |    15M |  34 |  40 |  21 |   8 | 572 |  1 | 355 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.53/6.61	c   6.6s| 27100 |  9181 | 64463 |   2.3 |    15M |  34 |  40 |  21 |   6 | 572 |  1 | 361 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.53/6.62	c   6.6s| 27200 |  9199 | 64612 |   2.3 |    15M |  34 |  40 |  21 |   7 | 572 |  0 | 363 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.53/6.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.53/6.64	c   6.6s| 27300 |  9209 | 64805 |   2.3 |    15M |  34 |  40 |  21 |   8 | 572 |  1 | 364 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.53/6.65	c   6.6s| 27400 |  9217 | 64954 |   2.3 |    15M |  34 |  40 |  21 |   7 | 572 |  1 | 364 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.53/6.67	c   6.7s| 27500 |  9225 | 65102 |   2.3 |    15M |  34 |  40 |  21 |   7 | 572 |  1 | 366 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.53/6.68	c   6.7s| 27600 |  9260 | 65259 |   2.3 |    15M |  34 |  40 |  21 |   9 | 572 |  0 | 367 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.53/6.69	c   6.7s| 27700 |  9284 | 65443 |   2.3 |    15M |  34 |  40 |  21 |   7 | 572 |  1 | 369 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.63/6.71	c   6.7s| 27800 |  9316 | 65629 |   2.3 |    15M |  34 |  40 |  21 |   7 | 572 |  1 | 371 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.63/6.72	c   6.7s| 27900 |  9340 | 65835 |   2.3 |    15M |  34 |  40 |  21 |   7 | 572 |  1 | 371 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.63/6.74	c   6.7s| 28000 |  9368 | 66041 |   2.2 |    15M |  34 |  40 |  21 |   0 | 572 |  0 | 372 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.63/6.75	c   6.7s| 28100 |  9382 | 66180 |   2.2 |    15M |  34 |  40 |  21 |   6 | 572 |  1 | 372 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.63/6.76	c   6.8s| 28200 |  9412 | 66367 |   2.2 |    15M |  34 |  40 |  21 |   6 | 572 |  1 | 375 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.63/6.78	c   6.8s| 28300 |  9434 | 66528 |   2.2 |    15M |  34 |  40 |  21 |   7 | 572 |  0 | 375 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.73/6.81	c   6.8s| 28400 |  9434 | 66653 |   2.2 |    15M |  34 |  40 |  21 |   7 | 572 |  1 | 375 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.73/6.83	c   6.8s| 28500 |  9474 | 66918 |   2.2 |    15M |  34 |  40 |  21 |   8 | 581 |  0 | 376 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.73/6.85	c   6.8s| 28600 |  9508 | 67157 |   2.2 |    15M |  34 |  40 |  21 |   8 | 581 |  1 | 376 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.73/6.86	c   6.8s| 28700 |  9544 | 67400 |   2.2 |    15M |  34 |  40 |  21 |   8 | 581 |  1 | 380 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.73/6.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.73/6.88	c   6.9s| 28800 |  9586 | 67632 |   2.2 |    15M |  34 |  40 |  21 |   8 | 581 |  1 | 380 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.73/6.89	c   6.9s| 28900 |  9618 | 67814 |   2.2 |    15M |  34 |  40 |  21 |   9 | 583 |  1 | 385 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.83/6.90	c   6.9s| 29000 |  9644 | 67986 |   2.2 |    15M |  34 |  40 |  21 |   8 | 586 |  0 | 385 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.83/6.92	c   6.9s| 29100 |  9660 | 68194 |   2.2 |    15M |  34 |  40 |  21 |   8 | 586 |  1 | 387 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.83/6.93	c   6.9s| 29200 |  9694 | 68362 |   2.2 |    15M |  34 |  40 |  21 |   8 | 586 |  1 | 387 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.83/6.95	c   6.9s| 29300 |  9720 | 68560 |   2.2 |    15M |  34 |  40 |  21 |   6 | 586 |  1 | 388 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.83/6.96	c   6.9s| 29400 |  9756 | 68749 |   2.2 |    15M |  34 |  40 |  21 |   6 | 586 |  1 | 388 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.83/6.97	c   7.0s| 29500 |  9796 | 68953 |   2.2 |    15M |  34 |  40 |  21 |   0 | 586 |  0 | 389 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.83/6.98	c   7.0s| 29600 |  9814 | 69155 |   2.2 |    15M |  34 |  40 |  21 |   7 | 586 |  1 | 394 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.83/7.00	c   7.0s| 29700 |  9830 | 69344 |   2.2 |    15M |  34 |  40 |  21 |   6 | 586 |  0 | 398 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.94/7.01	c   7.0s| 29800 |  9862 | 69553 |   2.2 |    15M |  34 |  40 |  21 |   7 | 586 |  1 | 399 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.94/7.03	c   7.0s| 29900 |  9878 | 69707 |   2.2 |    15M |  34 |  40 |  21 |   7 | 586 |  1 | 399 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.94/7.04	c   7.0s| 30000 |  9892 | 69861 |   2.2 |    15M |  34 |  40 |  21 |   8 | 586 |  1 | 399 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.94/7.06	c   7.0s| 30100 |  9918 | 70086 |   2.2 |    15M |  34 |  40 |  21 |   6 | 586 |  1 | 400 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.94/7.07	c   7.1s| 30200 |  9930 | 70249 |   2.2 |    15M |  34 |  40 |  21 |   7 | 586 |  1 | 401 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.94/7.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.94/7.09	c   7.1s| 30300 |  9976 | 70481 |   2.2 |    15M |  34 |  40 |  21 |   7 | 592 |  0 | 401 |  32 | 0.000000e+00 |      --      |    Inf | unknown
6.94/7.10	c   7.1s| 30400 | 10022 | 70747 |   2.2 |    15M |  34 |  40 |  21 |   7 | 592 |  1 | 406 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.04/7.12	c   7.1s| 30500 | 10056 | 70956 |   2.2 |    15M |  34 |  40 |  21 |   7 | 592 |  1 | 409 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.04/7.13	c   7.1s| 30600 | 10110 | 71213 |   2.2 |    15M |  34 |  40 |  21 |   0 | 592 |  0 | 413 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.04/7.15	c   7.1s| 30700 | 10160 | 71501 |   2.2 |    15M |  34 |  40 |  21 |   7 | 592 |  1 | 413 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.04/7.16	c   7.1s| 30800 | 10208 | 71731 |   2.2 |    15M |  34 |  40 |  21 |   7 | 592 |  1 | 413 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.04/7.18	c   7.2s| 30900 | 10238 | 71936 |   2.2 |    15M |  34 |  40 |  21 |   7 | 592 |  1 | 416 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.04/7.19	c   7.2s| 31000 | 10250 | 72159 |   2.2 |    15M |  34 |  40 |  21 |   7 | 592 |  0 | 416 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.13/7.20	c   7.2s| 31100 | 10270 | 72325 |   2.2 |    15M |  34 |  40 |  21 |   7 | 592 |  1 | 421 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.13/7.22	c   7.2s| 31200 | 10322 | 72554 |   2.2 |    15M |  34 |  40 |  21 |   7 | 592 |  1 | 422 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.13/7.23	c   7.2s| 31300 | 10348 | 72736 |   2.2 |    15M |  34 |  40 |  21 |   7 | 592 |  1 | 424 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.13/7.24	c   7.2s| 31400 | 10376 | 72911 |   2.2 |    15M |  34 |  40 |  21 |   7 | 592 |  1 | 426 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.13/7.26	c   7.2s| 31500 | 10393 | 73115 |   2.2 |    15M |  34 |  40 |  21 |   7 | 592 |  1 | 428 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.13/7.27	c   7.3s| 31600 | 10401 | 73322 |   2.2 |    15M |  34 |  40 |  19 |   8 | 592 |  0 | 428 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.13/7.29	c   7.3s| 31700 | 10441 | 73533 |   2.2 |    15M |  34 |  40 |  19 |   6 | 592 |  1 | 428 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.23/7.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.23/7.30	c   7.3s| 31800 | 10455 | 73716 |   2.2 |    15M |  34 |  40 |  19 |   6 | 592 |  1 | 429 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.23/7.32	c   7.3s| 31900 | 10483 | 73917 |   2.2 |    15M |  34 |  40 |  19 |   7 | 592 |  1 | 429 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.23/7.33	c   7.3s| 32000 | 10521 | 74146 |   2.2 |    15M |  34 |  40 |  19 |   6 | 592 |  1 | 429 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.23/7.34	c   7.3s| 32100 | 10534 | 74321 |   2.2 |    15M |  34 |  40 |  19 |   8 | 592 |  1 | 430 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.23/7.36	c   7.3s| 32200 | 10556 | 74503 |   2.2 |    15M |  34 |  40 |  19 |   7 | 592 |  1 | 430 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.23/7.37	c   7.4s| 32300 | 10582 | 74698 |   2.2 |    15M |  34 |  40 |  19 |   8 | 592 |  1 | 430 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.23/7.39	c   7.4s| 32400 | 10600 | 74890 |   2.2 |    15M |  34 |  40 |  19 |   0 | 592 |  0 | 430 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.33/7.40	c   7.4s| 32500 | 10612 | 75069 |   2.2 |    15M |  34 |  40 |  19 |   8 | 592 |  1 | 431 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.33/7.42	c   7.4s| 32600 | 10674 | 75350 |   2.2 |    15M |  34 |  40 |  19 |   7 | 592 |  1 | 431 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.33/7.44	c   7.4s| 32700 | 10716 | 75541 |   2.2 |    15M |  34 |  40 |  19 |   7 | 592 |  0 | 431 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.33/7.45	c   7.4s| 32800 | 10752 | 75724 |   2.2 |    15M |  34 |  40 |  19 |   7 | 592 |  1 | 434 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.33/7.47	c   7.5s| 32900 | 10788 | 75900 |   2.2 |    15M |  34 |  40 |  19 |   7 | 592 |  1 | 435 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.33/7.48	c   7.5s| 33000 | 10830 | 76119 |   2.2 |    15M |  34 |  40 |  19 |   7 | 592 |  0 | 438 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.43/7.50	c   7.5s| 33100 | 10848 | 76304 |   2.2 |    15M |  34 |  40 |  19 |   7 | 592 |  1 | 439 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.43/7.51	c   7.5s| 33200 | 10890 | 76496 |   2.2 |    15M |  34 |  40 |  19 |   0 | 592 |  0 | 440 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.43/7.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.43/7.52	c   7.5s| 33300 | 10912 | 76674 |   2.2 |    16M |  34 |  40 |  19 |   7 | 592 |  1 | 440 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.43/7.54	c   7.5s| 33400 | 10934 | 76850 |   2.2 |    16M |  34 |  40 |  19 |   7 | 592 |  1 | 440 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.43/7.55	c   7.5s| 33500 | 10956 | 77015 |   2.2 |    16M |  34 |  40 |  19 |   7 | 592 |  1 | 441 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.43/7.57	c   7.6s| 33600 | 10990 | 77206 |   2.2 |    16M |  34 |  40 |  19 |   6 | 592 |  1 | 441 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.43/7.58	c   7.6s| 33700 | 11014 | 77363 |   2.2 |    16M |  34 |  40 |  19 |   9 | 592 |  1 | 442 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.43/7.59	c   7.6s| 33800 | 11026 | 77525 |   2.2 |    16M |  34 |  40 |  19 |   0 | 592 |  0 | 442 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.53/7.61	c   7.6s| 33900 | 11066 | 77805 |   2.2 |    16M |  34 |  40 |  19 |   8 | 596 |  0 | 443 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.53/7.62	c   7.6s| 34000 | 11106 | 78046 |   2.2 |    16M |  34 |  40 |  19 |   8 | 596 |  1 | 446 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.53/7.63	c   7.6s| 34100 | 11126 | 78231 |   2.2 |    16M |  34 |  40 |  19 |   8 | 596 |  0 | 448 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.53/7.65	c   7.6s| 34200 | 11140 | 78378 |   2.2 |    16M |  34 |  40 |  19 |   7 | 596 |  1 | 448 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.53/7.66	c   7.6s| 34300 | 11152 | 78517 |   2.2 |    16M |  34 |  40 |  19 |   0 | 596 |  0 | 448 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.53/7.68	c   7.7s| 34400 | 11182 | 78718 |   2.2 |    16M |  34 |  40 |  19 |   7 | 596 |  1 | 449 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.53/7.69	c   7.7s| 34500 | 11218 | 78915 |   2.2 |    16M |  34 |  40 |  19 |   8 | 601 |  1 | 450 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.63/7.70	c   7.7s| 34600 | 11248 | 79088 |   2.2 |    16M |  34 |  40 |  19 |   8 | 601 |  1 | 450 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.63/7.72	c   7.7s| 34700 | 11266 | 79276 |   2.2 |    16M |  34 |  40 |  19 |   7 | 610 |  1 | 450 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.63/7.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.63/7.74	c   7.7s| 34800 | 11322 | 79576 |   2.2 |    16M |  34 |  40 |  19 |   8 | 610 |  1 | 452 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.63/7.75	c   7.7s| 34900 | 11362 | 79814 |   2.2 |    16M |  34 |  40 |  19 |   7 | 610 |  1 | 452 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.63/7.77	c   7.8s| 35000 | 11404 | 80065 |   2.2 |    16M |  34 |  40 |  19 |   8 | 610 |  1 | 452 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.63/7.78	c   7.8s| 35100 | 11432 | 80296 |   2.2 |    16M |  34 |  40 |  19 |   7 | 610 |  1 | 452 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.63/7.79	c   7.8s| 35200 | 11464 | 80489 |   2.2 |    16M |  34 |  40 |  19 |   7 | 610 |  1 | 452 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.73/7.81	c   7.8s| 35300 | 11486 | 80673 |   2.2 |    16M |  34 |  40 |  19 |   7 | 610 |  1 | 452 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.73/7.82	c   7.8s| 35400 | 11518 | 80864 |   2.2 |    16M |  34 |  40 |  19 |   7 | 610 |  1 | 456 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.73/7.84	c   7.8s| 35500 | 11558 | 81016 |   2.2 |    16M |  35 |  40 |  19 |   7 | 610 |  1 | 456 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.73/7.85	c   7.8s| 35600 | 11590 | 81195 |   2.2 |    16M |  35 |  40 |  19 |   0 | 610 |  0 | 456 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.73/7.86	c   7.8s| 35700 | 11612 | 81367 |   2.2 |    16M |  35 |  40 |  19 |   8 | 610 |  1 | 456 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.73/7.88	c   7.9s| 35800 | 11634 | 81545 |   2.2 |    16M |  35 |  40 |  19 |   5 | 610 |  0 | 458 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.73/7.89	c   7.9s| 35900 | 11652 | 81729 |   2.2 |    16M |  35 |  40 |  19 |   7 | 610 |  0 | 459 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.83/7.90	c   7.9s| 36000 | 11676 | 81908 |   2.2 |    16M |  35 |  40 |  19 |   7 | 617 |  1 | 461 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.83/7.92	c   7.9s| 36100 | 11700 | 82147 |   2.2 |    16M |  35 |  40 |  19 |   7 | 617 |  1 | 465 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.83/7.93	c   7.9s| 36200 | 11716 | 82316 |   2.2 |    16M |  35 |  40 |  19 |   7 | 617 |  1 | 467 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.83/7.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.83/7.94	c   7.9s| 36300 | 11750 | 82496 |   2.2 |    16M |  35 |  40 |  19 |   7 | 617 |  1 | 470 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.83/7.96	c   7.9s| 36400 | 11776 | 82682 |   2.2 |    17M |  35 |  40 |  19 |   8 | 617 |  1 | 476 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.83/7.97	c   8.0s| 36500 | 11816 | 82920 |   2.2 |    17M |  35 |  40 |  19 |   6 | 617 |  0 | 477 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.83/7.99	c   8.0s| 36600 | 11834 | 83114 |   2.2 |    17M |  35 |  40 |  19 |   6 | 617 |  0 | 478 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.83/8.00	c   8.0s| 36700 | 11852 | 83298 |   2.2 |    17M |  35 |  40 |  19 |   6 | 617 |  0 | 478 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.94/8.01	c   8.0s| 36800 | 11888 | 83522 |   2.2 |    17M |  35 |  40 |  19 |   7 | 622 |  1 | 478 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.94/8.03	c   8.0s| 36900 | 11906 | 83710 |   2.2 |    17M |  35 |  40 |  19 |   7 | 622 |  1 | 478 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.94/8.04	c   8.0s| 37000 | 11930 | 83889 |   2.2 |    17M |  35 |  40 |  19 |   7 | 622 |  0 | 480 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.94/8.06	c   8.0s| 37100 | 11946 | 84079 |   2.2 |    17M |  35 |  40 |  19 |   0 | 622 |  0 | 482 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.94/8.07	c   8.1s| 37200 | 11958 | 84226 |   2.2 |    17M |  35 |  40 |  19 |   8 | 622 |  1 | 484 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.94/8.08	c   8.1s| 37300 | 11976 | 84392 |   2.2 |    17M |  35 |  40 |  19 |   7 | 622 |  1 | 485 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.94/8.09	c   8.1s| 37400 | 11998 | 84600 |   2.2 |    17M |  35 |  40 |  19 |   7 | 622 |  1 | 486 |  32 | 0.000000e+00 |      --      |    Inf | unknown
7.94/8.11	c   8.1s| 37500 | 12010 | 84807 |   2.2 |    17M |  35 |  40 |  19 |   6 | 622 |  1 | 487 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.04/8.12	c   8.1s| 37600 | 12036 | 84991 |   2.2 |    17M |  35 |  40 |  19 |   7 | 622 |  1 | 487 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.04/8.13	c   8.1s| 37700 | 12068 | 85177 |   2.2 |    17M |  35 |  40 |  19 |   6 | 622 |  1 | 488 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.04/8.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.04/8.15	c   8.1s| 37800 | 12098 | 85376 |   2.2 |    17M |  35 |  40 |  19 |   9 | 622 |  1 | 489 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.04/8.17	c   8.2s| 37900 | 12124 | 85645 |   2.2 |    17M |  35 |  40 |  19 |   7 | 629 |  1 | 493 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.04/8.18	c   8.2s| 38000 | 12166 | 85844 |   2.2 |    17M |  35 |  40 |  19 |   0 | 629 |  0 | 493 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.13/8.20	c   8.2s| 38100 | 12178 | 86005 |   2.2 |    17M |  35 |  40 |  19 |   7 | 629 |  1 | 493 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.13/8.21	c   8.2s| 38200 | 12196 | 86159 |   2.2 |    17M |  35 |  40 |  19 |   7 | 629 |  1 | 493 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.13/8.23	c   8.2s| 38300 | 12217 | 86394 |   2.2 |    17M |  35 |  40 |  19 |   7 | 634 |  1 | 495 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.13/8.24	c   8.2s| 38400 | 12261 | 86612 |   2.2 |    17M |  35 |  40 |  19 |   7 | 634 |  1 | 497 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.13/8.25	c   8.2s| 38500 | 12285 | 86795 |   2.2 |    17M |  35 |  40 |  19 |   7 | 634 |  1 | 499 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.13/8.27	c   8.3s| 38600 | 12309 | 87026 |   2.2 |    17M |  35 |  40 |  19 |   7 | 634 |  1 | 505 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.13/8.28	c   8.3s| 38700 | 12317 | 87195 |   2.2 |    17M |  35 |  40 |  19 |   0 | 634 |  0 | 510 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.13/8.29	c   8.3s| 38800 | 12347 | 87448 |   2.2 |    17M |  35 |  40 |  19 |   8 | 634 |  1 | 513 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.23/8.31	c   8.3s| 38900 | 12381 | 87643 |   2.2 |    17M |  35 |  40 |  19 |   8 | 634 |  1 | 515 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.23/8.32	c   8.3s| 39000 | 12399 | 87826 |   2.2 |    17M |  35 |  40 |  19 |   6 | 634 |  0 | 519 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.23/8.34	c   8.3s| 39100 | 12428 | 88028 |   2.2 |    17M |  35 |  40 |  19 |   8 | 634 |  1 | 521 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.23/8.35	c   8.3s| 39200 | 12462 | 88235 |   2.2 |    17M |  35 |  40 |  19 |   0 | 634 |  0 | 522 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.23/8.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.23/8.37	c   8.4s| 39300 | 12510 | 88506 |   2.2 |    17M |  35 |  40 |  19 |   7 | 634 |  1 | 526 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.23/8.38	c   8.4s| 39400 | 12548 | 88735 |   2.2 |    17M |  35 |  40 |  19 |   7 | 634 |  1 | 530 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.23/8.40	c   8.4s| 39500 | 12588 | 88942 |   2.2 |    17M |  35 |  40 |  19 |   7 | 634 |  1 | 530 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.33/8.41	c   8.4s| 39600 | 12618 | 89156 |   2.2 |    17M |  35 |  40 |  19 |   7 | 634 |  0 | 533 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.33/8.42	c   8.4s| 39700 | 12654 | 89401 |   2.2 |    17M |  35 |  40 |  19 |   7 | 634 |  0 | 538 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.33/8.44	c   8.4s| 39800 | 12670 | 89599 |   2.2 |    17M |  35 |  40 |  19 |   7 | 634 |  1 | 541 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.33/8.45	c   8.4s| 39900 | 12700 | 89827 |   2.2 |    17M |  35 |  40 |  19 |   7 | 634 |  1 | 544 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.33/8.46	c   8.4s| 40000 | 12730 | 90020 |   2.2 |    17M |  35 |  40 |  19 |   7 | 634 |  1 | 544 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.33/8.48	c   8.5s| 40100 | 12754 | 90212 |   2.2 |    17M |  35 |  40 |  19 |   0 | 634 |  0 | 546 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.33/8.49	c   8.5s| 40200 | 12770 | 90384 |   2.2 |    17M |  35 |  40 |  19 |   0 | 634 |  0 | 547 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.50	c   8.5s| 40300 | 12798 | 90569 |   2.2 |    17M |  35 |  40 |  19 |   7 | 634 |  1 | 547 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.52	c   8.5s| 40400 | 12810 | 90737 |   2.2 |    17M |  35 |  40 |  19 |   9 | 634 |  1 | 550 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.53	c   8.5s| 40500 | 12822 | 90899 |   2.2 |    17M |  35 |  40 |  19 |   7 | 634 |  1 | 550 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.55	c   8.5s| 40600 | 12838 | 91060 |   2.2 |    17M |  35 |  40 |  19 |   6 | 634 |  0 | 550 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.56	c   8.5s| 40700 | 12844 | 91251 |   2.2 |    17M |  35 |  40 |  19 |   0 | 634 |  0 | 552 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.43/8.58	c   8.6s| 40800 | 12862 | 91400 |   2.2 |    17M |  35 |  40 |  18 |   7 | 634 |  1 | 552 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.59	c   8.6s| 40900 | 12886 | 91569 |   2.2 |    17M |  35 |  40 |  18 |   8 | 634 |  1 | 552 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.53/8.60	c   8.6s| 41000 | 12910 | 91728 |   2.2 |    17M |  35 |  40 |  18 |   7 | 634 |  0 | 552 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.53/8.62	c   8.6s| 41100 | 12924 | 91884 |   2.2 |    17M |  35 |  40 |  18 |   7 | 634 |  1 | 553 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.53/8.63	c   8.6s| 41200 | 12948 | 92033 |   2.2 |    17M |  35 |  40 |  18 |   7 | 634 |  1 | 554 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.53/8.65	c   8.6s| 41300 | 12978 | 92243 |   2.2 |    17M |  35 |  40 |  18 |   7 | 634 |  1 | 555 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.53/8.68	c   8.7s| 41400 | 13014 | 92427 |   2.2 |    17M |  35 |  40 |  18 |   7 | 634 |  0 | 555 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.53/8.69	c   8.7s| 41500 | 13030 | 92588 |   2.2 |    17M |  35 |  40 |  18 |   7 | 634 |  1 | 555 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.62/8.71	c   8.7s| 41600 | 13052 | 92749 |   2.2 |    17M |  35 |  40 |  18 |   0 | 634 |  0 | 555 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.62/8.72	c   8.7s| 41700 | 13066 | 92910 |   2.2 |    17M |  35 |  40 |  18 |   7 | 634 |  1 | 555 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.62/8.73	c   8.7s| 41800 | 13082 | 93079 |   2.2 |    17M |  35 |  40 |  18 |   7 | 634 |  0 | 555 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.62/8.75	c   8.7s| 41900 | 13094 | 93225 |   2.2 |    17M |  35 |  40 |  18 |   7 | 634 |  0 | 556 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.62/8.76	c   8.7s| 42000 | 13112 | 93388 |   2.2 |    17M |  35 |  40 |  18 |   0 | 634 |  0 | 556 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.62/8.77	c   8.8s| 42100 | 13132 | 93557 |   2.2 |    17M |  35 |  40 |  17 |   8 | 634 |  1 | 559 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.62/8.78	c   8.8s| 42200 | 13158 | 93756 |   2.2 |    17M |  35 |  40 |  17 |   0 | 634 |  0 | 561 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.72/8.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.72/8.80	c   8.8s| 42300 | 13208 | 94019 |   2.2 |    17M |  35 |  40 |  17 |   7 | 634 |  0 | 562 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.72/8.81	c   8.8s| 42400 | 13236 | 94203 |   2.2 |    17M |  35 |  40 |  17 |   7 | 634 |  1 | 563 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.72/8.83	c   8.8s| 42500 | 13246 | 94416 |   2.2 |    17M |  35 |  40 |  17 |   7 | 634 |  1 | 564 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.72/8.84	c   8.8s| 42600 | 13282 | 94586 |   2.2 |    17M |  35 |  40 |  17 |   7 | 634 |  0 | 565 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.72/8.86	c   8.8s| 42700 | 13310 | 94814 |   2.2 |    17M |  35 |  40 |  17 |   6 | 634 |  1 | 567 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.72/8.87	c   8.9s| 42800 | 13352 | 95012 |   2.2 |    17M |  35 |  40 |  17 |   7 | 634 |  1 | 568 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.72/8.88	c   8.9s| 42900 | 13400 | 95234 |   2.2 |    17M |  35 |  40 |  17 |   7 | 634 |  1 | 568 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.82/8.90	c   8.9s| 43000 | 13424 | 95420 |   2.2 |    17M |  35 |  40 |  17 |   7 | 634 |  0 | 568 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.82/8.91	c   8.9s| 43100 | 13434 | 95567 |   2.1 |    17M |  35 |  40 |  17 |   9 | 634 |  1 | 568 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.82/8.93	c   8.9s| 43200 | 13458 | 95751 |   2.1 |    17M |  35 |  40 |  17 |   7 | 634 |  1 | 568 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.82/8.94	c   8.9s| 43300 | 13466 | 95962 |   2.1 |    17M |  35 |  40 |  17 |   8 | 634 |  0 | 568 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.82/8.95	c   8.9s| 43400 | 13492 | 96172 |   2.1 |    17M |  35 |  40 |  17 |   7 | 634 |  1 | 569 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.82/8.97	c   9.0s| 43500 | 13514 | 96321 |   2.1 |    17M |  35 |  40 |  17 |   7 | 634 |  1 | 569 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.82/8.98	c   9.0s| 43600 | 13530 | 96520 |   2.1 |    17M |  35 |  40 |  17 |   7 | 634 |  0 | 572 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.82/8.99	c   9.0s| 43700 | 13552 | 96685 |   2.1 |    17M |  35 |  40 |  17 |   6 | 634 |  1 | 575 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.94/9.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.94/9.01	c   9.0s| 43800 | 13584 | 96918 |   2.1 |    17M |  35 |  40 |  17 |   8 | 644 |  1 | 577 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.94/9.02	c   9.0s| 43900 | 13626 | 97107 |   2.1 |    17M |  35 |  40 |  17 |   8 | 644 |  1 | 577 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.94/9.04	c   9.0s| 44000 | 13646 | 97307 |   2.1 |    17M |  35 |  40 |  17 |   8 | 644 |  1 | 578 |  32 | 0.000000e+00 |      --      |    Inf | unknown
8.94/9.05	c   9.0s| 44100 | 13686 | 97540 |   2.1 |    17M |  35 |  40 |  17 |   0 | 644 |  0 | 583 |  37 | 0.000000e+00 |      --      |    Inf | unknown
8.94/9.07	c   9.1s| 44200 | 13724 | 97805 |   2.1 |    17M |  35 |  40 |  17 |   7 | 650 |  1 | 586 |  37 | 0.000000e+00 |      --      |    Inf | unknown
8.94/9.09	c   9.1s| 44300 | 13750 | 97994 |   2.1 |    17M |  35 |  40 |  17 |   7 | 650 |  0 | 586 |  37 | 0.000000e+00 |      --      |    Inf | unknown
8.94/9.10	c   9.1s| 44400 | 13792 | 98208 |   2.1 |    17M |  35 |  40 |  17 |   8 | 650 |  1 | 587 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.04/9.12	c   9.1s| 44500 | 13850 | 98491 |   2.1 |    17M |  35 |  40 |  17 |   8 | 650 |  1 | 588 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.04/9.13	c   9.1s| 44600 | 13872 | 98674 |   2.1 |    17M |  35 |  40 |  17 |   8 | 650 |  1 | 588 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.04/9.15	c   9.1s| 44700 | 13898 | 98877 |   2.1 |    17M |  35 |  40 |  17 |   0 | 650 |  0 | 588 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.04/9.16	c   9.1s| 44800 | 13916 | 99051 |   2.1 |    17M |  35 |  40 |  17 |   8 | 650 |  1 | 589 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.04/9.18	c   9.2s| 44900 | 13954 | 99243 |   2.1 |    17M |  35 |  40 |  17 |   8 | 650 |  1 | 590 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.04/9.19	c   9.2s| 45000 | 13974 | 99411 |   2.1 |    17M |  35 |  40 |  17 |   0 | 650 |  0 | 591 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.12/9.20	c   9.2s| 45100 | 13990 | 99616 |   2.1 |    17M |  35 |  40 |  17 |   8 | 650 |  1 | 592 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.12/9.21	c   9.2s| 45200 | 14010 | 99775 |   2.1 |    17M |  35 |  40 |  17 |   8 | 650 |  1 | 593 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.12/9.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
9.12/9.23	c   9.2s| 45300 | 14038 | 99955 |   2.1 |    17M |  35 |  40 |  17 |   8 | 650 |  0 | 596 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.12/9.24	c   9.2s| 45400 | 14046 |100120 |   2.1 |    17M |  35 |  40 |  17 |   8 | 650 |  0 | 597 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.12/9.26	c   9.2s| 45500 | 14074 |100337 |   2.1 |    17M |  35 |  40 |  17 |   7 | 650 |  1 | 601 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.12/9.27	c   9.3s| 45600 | 14090 |100509 |   2.1 |    17M |  35 |  40 |  17 |  10 | 650 |  1 | 601 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.12/9.29	c   9.3s| 45700 | 14116 |100693 |   2.1 |    17M |  35 |  40 |  17 |   0 | 650 |  0 | 602 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.22/9.30	c   9.3s| 45800 | 14154 |100883 |   2.1 |    17M |  35 |  40 |  17 |   6 | 650 |  0 | 602 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.22/9.31	c   9.3s| 45900 | 14170 |101054 |   2.1 |    17M |  35 |  40 |  17 |   0 | 650 |  0 | 603 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.22/9.33	c   9.3s| 46000 | 14188 |101234 |   2.1 |    17M |  35 |  40 |  17 |   7 | 650 |  0 | 604 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.22/9.34	c   9.3s| 46100 | 14184 |101401 |   2.1 |    17M |  35 |  40 |  17 |   7 | 650 |  0 | 607 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.22/9.35	c   9.3s| 46200 | 14186 |101567 |   2.1 |    17M |  35 |  40 |  17 |   0 | 650 |  0 | 609 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.22/9.37	c   9.4s| 46300 | 14208 |101764 |   2.1 |    17M |  35 |  40 |  17 |   7 | 650 |  1 | 609 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.22/9.38	c   9.4s| 46400 | 14254 |101960 |   2.1 |    17M |  35 |  40 |  17 |   8 | 650 |  1 | 610 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.32/9.40	c   9.4s| 46500 | 14290 |102102 |   2.1 |    17M |  35 |  40 |  17 |   8 | 650 |  1 | 610 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.32/9.41	c   9.4s| 46600 | 14302 |102282 |   2.1 |    17M |  35 |  40 |  17 |   0 | 650 |  0 | 610 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.32/9.42	c   9.4s| 46700 | 14324 |102444 |   2.1 |    17M |  35 |  40 |  17 |   0 | 650 |  0 | 611 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.32/9.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
9.32/9.44	c   9.4s| 46800 | 14340 |102594 |   2.1 |    17M |  35 |  40 |  17 |   8 | 650 |  1 | 611 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.32/9.45	c   9.4s| 46900 | 14374 |102824 |   2.1 |    17M |  35 |  40 |  17 |   7 | 650 |  0 | 618 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.32/9.46	c   9.4s| 47000 | 14414 |103069 |   2.1 |    17M |  35 |  40 |  17 |   7 | 650 |  1 | 621 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.32/9.48	c   9.5s| 47100 | 14450 |103244 |   2.1 |    17M |  35 |  40 |  17 |   0 | 650 |  0 | 621 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.32/9.49	c   9.5s| 47200 | 14476 |103434 |   2.1 |    17M |  35 |  40 |  17 |   7 | 650 |  1 | 622 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.42/9.50	c   9.5s| 47300 | 14504 |103625 |   2.1 |    17M |  35 |  40 |  17 |   7 | 650 |  0 | 622 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.42/9.52	c   9.5s| 47400 | 14544 |103834 |   2.1 |    17M |  35 |  40 |  17 |   7 | 650 |  1 | 622 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.42/9.53	c   9.5s| 47500 | 14568 |104055 |   2.1 |    17M |  35 |  40 |  17 |   7 | 650 |  1 | 623 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.42/9.54	c   9.5s| 47600 | 14606 |104301 |   2.1 |    17M |  35 |  40 |  17 |   7 | 650 |  1 | 626 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.42/9.56	c   9.5s| 47700 | 14634 |104475 |   2.1 |    17M |  35 |  40 |  17 |   7 | 650 |  1 | 626 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.42/9.57	c   9.6s| 47800 | 14656 |104651 |   2.1 |    17M |  35 |  40 |  17 |   7 | 650 |  1 | 627 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.42/9.58	c   9.6s| 47900 | 14672 |104819 |   2.1 |    17M |  35 |  40 |  17 |   7 | 650 |  0 | 628 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.52/9.60	c   9.6s| 48000 | 14692 |104999 |   2.1 |    17M |  35 |  40 |  17 |   0 | 650 |  0 | 629 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.52/9.61	c   9.6s| 48100 | 14710 |105153 |   2.1 |    17M |  35 |  40 |  17 |   7 | 650 |  1 | 629 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.52/9.63	c   9.6s| 48200 | 14724 |105324 |   2.1 |    17M |  35 |  40 |  17 |   7 | 650 |  1 | 630 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.52/9.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
9.52/9.64	c   9.6s| 48300 | 14738 |105506 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  1 | 631 |  37 | 0.000000e+00 |      --      |    Inf | unknown
9.52/9.65	c   9.6s| 48400 | 14756 |105693 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  0 | 634 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.52/9.67	c   9.7s| 48500 | 14768 |105877 |   2.1 |    18M |  35 |  40 |  17 |   0 | 650 |  0 | 636 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.52/9.68	c   9.7s| 48600 | 14786 |106062 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  1 | 636 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.52/9.69	c   9.7s| 48700 | 14800 |106242 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  1 | 637 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.63/9.71	c   9.7s| 48800 | 14820 |106415 |   2.1 |    18M |  35 |  40 |  17 |   8 | 650 |  1 | 638 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.63/9.72	c   9.7s| 48900 | 14858 |106641 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  1 | 639 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.63/9.73	c   9.7s| 49000 | 14896 |106836 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  1 | 639 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.63/9.75	c   9.7s| 49100 | 14910 |107009 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  1 | 639 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.63/9.76	c   9.7s| 49200 | 14942 |107191 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  1 | 642 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.63/9.78	c   9.8s| 49300 | 14960 |107367 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  1 | 643 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.63/9.79	c   9.8s| 49400 | 14988 |107533 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  1 | 643 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.73/9.80	c   9.8s| 49500 | 15010 |107720 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  1 | 643 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.73/9.82	c   9.8s| 49600 | 15022 |107914 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  1 | 643 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.73/9.83	c   9.8s| 49700 | 15040 |108123 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  1 | 643 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.73/9.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
9.73/9.84	c   9.8s| 49800 | 15066 |108308 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  0 | 645 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.73/9.86	c   9.8s| 49900 | 15088 |108468 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  1 | 646 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.73/9.87	c   9.9s| 50000 | 15112 |108622 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  1 | 646 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.73/9.89	c   9.9s| 50100 | 15132 |108794 |   2.1 |    18M |  35 |  40 |  17 |   0 | 650 |  0 | 648 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.83/9.90	c   9.9s| 50200 | 15168 |108992 |   2.1 |    18M |  35 |  40 |  17 |   0 | 650 |  0 | 648 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.83/9.92	c   9.9s| 50300 | 15210 |109194 |   2.1 |    18M |  35 |  40 |  17 |   8 | 650 |  1 | 648 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.83/9.93	c   9.9s| 50400 | 15224 |109342 |   2.1 |    18M |  35 |  40 |  17 |   8 | 650 |  1 | 648 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.83/9.94	c   9.9s| 50500 | 15244 |109503 |   2.1 |    18M |  35 |  40 |  17 |   8 | 650 |  0 | 649 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.83/9.96	c   9.9s| 50600 | 15264 |109665 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  1 | 650 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.83/9.97	c  10.0s| 50700 | 15300 |109883 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  1 | 652 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.83/9.99	c  10.0s| 50800 | 15318 |110031 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  0 | 654 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.83/10.00	c  10.0s| 50900 | 15336 |110194 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  0 | 655 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.94/10.01	c  10.0s| 51000 | 15372 |110380 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  1 | 657 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.94/10.03	c  10.0s| 51100 | 15398 |110536 |   2.1 |    18M |  35 |  40 |  17 |   0 | 650 |  0 | 657 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.94/10.04	c  10.0s| 51200 | 15425 |110703 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  0 | 660 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.94/10.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
9.94/10.06	c  10.0s| 51300 | 15435 |110859 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  0 | 661 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.94/10.07	c  10.1s| 51400 | 15465 |111068 |   2.1 |    18M |  35 |  40 |  17 |   9 | 650 |  1 | 666 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.94/10.08	c  10.1s| 51500 | 15473 |111284 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  0 | 667 |  42 | 0.000000e+00 |      --      |    Inf | unknown
9.94/10.10	c  10.1s| 51600 | 15487 |111440 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  1 | 667 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.04/10.11	c  10.1s| 51700 | 15507 |111627 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  1 | 668 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.04/10.12	c  10.1s| 51800 | 15543 |111828 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  1 | 674 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.04/10.14	c  10.1s| 51900 | 15551 |111993 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  1 | 675 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.04/10.15	c  10.1s| 52000 | 15565 |112146 |   2.1 |    18M |  35 |  40 |  17 |   0 | 650 |  0 | 676 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.04/10.16	c  10.2s| 52100 | 15591 |112303 |   2.1 |    18M |  35 |  40 |  17 |   0 | 650 |  0 | 676 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.04/10.18	c  10.2s| 52200 | 15595 |112457 |   2.1 |    18M |  35 |  40 |  17 |   0 | 650 |  0 | 677 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.04/10.19	c  10.2s| 52300 | 15647 |112690 |   2.1 |    18M |  35 |  40 |  17 |   7 | 650 |  0 | 679 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.13/10.20	c  10.2s| 52400 | 15667 |112858 |   2.1 |    18M |  35 |  40 |  17 |   6 | 650 |  0 | 681 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.13/10.22	c  10.2s| 52500 | 15713 |113186 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  0 | 686 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.13/10.24	c  10.2s| 52600 | 15741 |113431 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 687 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.13/10.25	c  10.2s| 52700 | 15765 |113616 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  0 | 688 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.13/10.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
10.13/10.26	c  10.3s| 52800 | 15769 |113791 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  0 | 690 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.13/10.28	c  10.3s| 52900 | 15801 |113991 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 692 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.13/10.29	c  10.3s| 53000 | 15809 |114157 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 692 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.23/10.30	c  10.3s| 53100 | 15825 |114334 |   2.1 |    19M |  35 |  40 |  17 |   0 | 650 |  0 | 692 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.23/10.32	c  10.3s| 53200 | 15843 |114504 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 693 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.23/10.33	c  10.3s| 53300 | 15863 |114697 |   2.1 |    19M |  35 |  40 |  17 |   8 | 650 |  0 | 693 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.23/10.35	c  10.3s| 53400 | 15881 |114848 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 693 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.23/10.36	c  10.3s| 53500 | 15907 |115029 |   2.1 |    19M |  35 |  40 |  17 |   5 | 650 |  1 | 696 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.23/10.37	c  10.4s| 53600 | 15917 |115202 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 697 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.23/10.39	c  10.4s| 53700 | 15957 |115427 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 698 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.33/10.41	c  10.4s| 53800 | 15993 |115644 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 698 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.33/10.42	c  10.4s| 53900 | 16021 |115828 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  0 | 698 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.33/10.43	c  10.4s| 54000 | 16019 |115985 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 698 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.33/10.45	c  10.4s| 54100 | 16025 |116131 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 698 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.33/10.46	c  10.4s| 54200 | 16046 |116322 |   2.1 |    19M |  35 |  40 |  17 |   8 | 650 |  0 | 700 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.33/10.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
10.33/10.48	c  10.5s| 54300 | 16056 |116481 |   2.1 |    19M |  35 |  40 |  17 |  10 | 650 |  1 | 701 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.33/10.49	c  10.5s| 54400 | 16100 |116693 |   2.1 |    19M |  35 |  40 |  17 |   8 | 650 |  1 | 704 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.43/10.50	c  10.5s| 54500 | 16110 |116864 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 709 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.43/10.52	c  10.5s| 54600 | 16126 |117050 |   2.1 |    19M |  35 |  40 |  17 |   0 | 650 |  0 | 711 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.43/10.53	c  10.5s| 54700 | 16148 |117223 |   2.1 |    19M |  35 |  40 |  17 |   0 | 650 |  0 | 711 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.43/10.54	c  10.5s| 54800 | 16180 |117409 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 715 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.43/10.56	c  10.5s| 54900 | 16198 |117568 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 716 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.43/10.57	c  10.6s| 55000 | 16214 |117730 |   2.1 |    19M |  35 |  40 |  17 |   9 | 650 |  1 | 717 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.43/10.59	c  10.6s| 55100 | 16238 |117932 |   2.1 |    19M |  35 |  40 |  17 |   9 | 650 |  1 | 722 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.53/10.60	c  10.6s| 55200 | 16268 |118098 |   2.1 |    19M |  35 |  40 |  17 |   9 | 650 |  1 | 722 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.53/10.61	c  10.6s| 55300 | 16285 |118255 |   2.1 |    19M |  35 |  40 |  17 |   8 | 650 |  1 | 727 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.53/10.63	c  10.6s| 55400 | 16333 |118465 |   2.1 |    19M |  35 |  40 |  17 |   6 | 650 |  1 | 727 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.53/10.64	c  10.6s| 55500 | 16363 |118661 |   2.1 |    19M |  35 |  40 |  17 |   6 | 650 |  1 | 729 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.53/10.65	c  10.6s| 55600 | 16375 |118875 |   2.1 |    19M |  35 |  40 |  17 |   0 | 650 |  0 | 732 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.53/10.67	c  10.7s| 55700 | 16409 |119058 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 733 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.53/10.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
10.53/10.68	c  10.7s| 55800 | 16439 |119208 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 734 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.53/10.69	c  10.7s| 55900 | 16467 |119400 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  0 | 735 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.63/10.71	c  10.7s| 56000 | 16485 |119534 |   2.1 |    19M |  35 |  40 |  17 |   6 | 650 |  0 | 735 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.63/10.72	c  10.7s| 56100 | 16507 |119683 |   2.1 |    19M |  35 |  40 |  17 |   0 | 650 |  0 | 735 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.63/10.73	c  10.7s| 56200 | 16525 |119844 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 735 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.63/10.75	c  10.7s| 56300 | 16551 |120023 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  0 | 737 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.63/10.76	c  10.7s| 56400 | 16551 |120216 |   2.1 |    19M |  35 |  40 |  17 |   8 | 650 |  0 | 738 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.63/10.78	c  10.8s| 56500 | 16567 |120384 |   2.1 |    19M |  35 |  40 |  17 |   8 | 650 |  1 | 738 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.63/10.79	c  10.8s| 56600 | 16577 |120535 |   2.1 |    19M |  35 |  40 |  17 |   8 | 650 |  1 | 738 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.73/10.80	c  10.8s| 56700 | 16593 |120721 |   2.1 |    19M |  35 |  40 |  17 |   6 | 650 |  1 | 741 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.73/10.82	c  10.8s| 56800 | 16625 |120889 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 742 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.73/10.83	c  10.8s| 56900 | 16641 |121090 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 743 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.73/10.85	c  10.8s| 57000 | 16695 |121296 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 743 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.73/10.87	c  10.9s| 57100 | 16717 |121453 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  0 | 745 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.73/10.88	c  10.9s| 57200 | 16727 |121637 |   2.1 |    19M |  35 |  40 |  17 |   8 | 650 |  1 | 746 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.73/10.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
10.73/10.90	c  10.9s| 57300 | 16761 |121832 |   2.1 |    19M |  35 |  40 |  17 |   0 | 650 |  0 | 746 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.83/10.91	c  10.9s| 57400 | 16761 |122007 |   2.1 |    19M |  35 |  40 |  17 |   6 | 650 |  0 | 752 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.83/10.93	c  10.9s| 57500 | 16787 |122216 |   2.1 |    19M |  35 |  40 |  17 |   6 | 650 |  0 | 754 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.83/10.94	c  10.9s| 57600 | 16805 |122418 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  0 | 754 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.83/10.95	c  10.9s| 57700 | 16841 |122578 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 754 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.83/10.97	c  11.0s| 57800 | 16859 |122730 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 755 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.83/10.98	c  11.0s| 57900 | 16873 |122904 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 756 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.83/11.00	c  11.0s| 58000 | 16899 |123086 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  0 | 756 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.94/11.01	c  11.0s| 58100 | 16915 |123231 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 757 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.94/11.02	c  11.0s| 58200 | 16933 |123374 |   2.1 |    19M |  35 |  40 |  17 |   6 | 650 |  1 | 759 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.94/11.04	c  11.0s| 58300 | 16969 |123541 |   2.1 |    19M |  35 |  40 |  17 |   0 | 650 |  0 | 760 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.94/11.05	c  11.0s| 58400 | 17007 |123750 |   2.1 |    19M |  35 |  40 |  17 |   8 | 650 |  1 | 762 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.94/11.06	c  11.1s| 58500 | 17025 |123941 |   2.1 |    19M |  35 |  40 |  17 |   8 | 650 |  1 | 764 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.94/11.08	c  11.1s| 58600 | 17043 |124107 |   2.1 |    19M |  35 |  40 |  17 |   8 | 650 |  1 | 765 |  42 | 0.000000e+00 |      --      |    Inf | unknown
10.94/11.10	c  11.1s| 58700 | 17064 |124258 |   2.1 |    19M |  35 |  40 |  17 |   8 | 650 |  1 | 766 |  42 | 0.000000e+00 |      --      |    Inf | unknown
11.04/11.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
11.04/11.11	c  11.1s| 58800 | 17075 |124431 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 769 |  42 | 0.000000e+00 |      --      |    Inf | unknown
11.04/11.13	c  11.1s| 58900 | 17101 |124589 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 769 |  42 | 0.000000e+00 |      --      |    Inf | unknown
11.04/11.14	c  11.1s| 59000 | 17111 |124772 |   2.1 |    19M |  35 |  40 |  17 |   8 | 650 |  1 | 769 |  42 | 0.000000e+00 |      --      |    Inf | unknown
11.04/11.16	c  11.1s| 59100 | 17115 |124952 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 770 |  42 | 0.000000e+00 |      --      |    Inf | unknown
11.04/11.17	c  11.2s| 59200 | 17139 |125134 |   2.1 |    19M |  35 |  40 |  17 |   5 | 650 |  0 | 770 |  42 | 0.000000e+00 |      --      |    Inf | unknown
11.04/11.18	c  11.2s| 59300 | 17149 |125286 |   2.1 |    19M |  35 |  40 |  17 |   0 | 650 |  0 | 770 |  42 | 0.000000e+00 |      --      |    Inf | unknown
11.12/11.20	c  11.2s| 59400 | 17191 |125499 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 771 |  42 | 0.000000e+00 |      --      |    Inf | unknown
11.12/11.22	c  11.2s| 59500 | 17227 |125674 |   2.1 |    19M |  35 |  40 |  17 |   6 | 650 |  1 | 772 |  42 | 0.000000e+00 |      --      |    Inf | unknown
11.12/11.23	c  11.2s| 59600 | 17241 |125880 |   2.1 |    19M |  35 |  40 |  17 |   8 | 650 |  0 | 772 |  42 | 0.000000e+00 |      --      |    Inf | unknown
11.12/11.25	c  11.2s| 59700 | 17254 |126065 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 773 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.12/11.26	c  11.2s| 59800 | 17272 |126207 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 773 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.12/11.28	c  11.3s| 59900 | 17304 |126395 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  0 | 773 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.12/11.29	c  11.3s| 60000 | 17302 |126531 |   2.1 |    19M |  35 |  40 |  17 |   0 | 650 |  0 | 774 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.22/11.30	c  11.3s| 60100 | 17312 |126736 |   2.1 |    19M |  35 |  40 |  17 |   6 | 650 |  1 | 775 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.22/11.32	c  11.3s| 60200 | 17322 |126904 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 775 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.22/11.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
11.22/11.33	c  11.3s| 60300 | 17338 |127074 |   2.1 |    19M |  35 |  40 |  17 |   0 | 650 |  0 | 777 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.22/11.34	c  11.3s| 60400 | 17356 |127216 |   2.1 |    19M |  35 |  40 |  17 |   7 | 650 |  1 | 777 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.22/11.36	c  11.3s| 60500 | 17420 |127559 |   2.1 |    19M |  35 |  40 |  17 |   0 | 654 |  0 | 779 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.22/11.38	c  11.4s| 60600 | 17464 |127759 |   2.1 |    19M |  35 |  40 |  17 |   8 | 654 |  1 | 779 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.22/11.39	c  11.4s| 60700 | 17514 |128032 |   2.1 |    19M |  35 |  40 |  17 |   0 | 655 |  0 | 779 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.32/11.41	c  11.4s| 60800 | 17538 |128185 |   2.1 |    19M |  35 |  40 |  17 |   8 | 655 |  0 | 779 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.32/11.42	c  11.4s| 60900 | 17576 |128360 |   2.1 |    19M |  35 |  40 |  17 |   8 | 655 |  1 | 779 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.32/11.44	c  11.4s| 61000 | 17616 |128572 |   2.1 |    19M |  35 |  40 |  17 |   8 | 655 |  1 | 779 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.32/11.46	c  11.4s| 61100 | 17658 |128769 |   2.1 |    20M |  35 |  40 |  17 |   8 | 655 |  1 | 779 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.32/11.47	c  11.5s| 61200 | 17680 |128917 |   2.1 |    20M |  35 |  40 |  17 |   0 | 655 |  0 | 779 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.32/11.49	c  11.5s| 61300 | 17689 |129080 |   2.1 |    20M |  35 |  40 |  17 |   8 | 655 |  0 | 781 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.42/11.50	c  11.5s| 61400 | 17693 |129280 |   2.1 |    20M |  35 |  40 |  17 |   8 | 655 |  0 | 785 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.42/11.52	c  11.5s| 61500 | 17717 |129470 |   2.1 |    20M |  35 |  40 |  17 |   0 | 655 |  0 | 785 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.42/11.53	c  11.5s| 61600 | 17757 |129674 |   2.1 |    20M |  35 |  40 |  17 |   8 | 655 |  1 | 785 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.42/11.55	c  11.5s| 61700 | 17775 |129818 |   2.1 |    20M |  35 |  40 |  17 |   9 | 656 |  1 | 785 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.42/11.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
11.42/11.56	c  11.5s| 61800 | 17783 |129968 |   2.1 |    20M |  35 |  40 |  17 |   8 | 656 |  1 | 786 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.42/11.57	c  11.6s| 61900 | 17801 |130127 |   2.1 |    20M |  35 |  40 |  17 |   8 | 656 |  1 | 786 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.42/11.59	c  11.6s| 62000 | 17805 |130256 |   2.1 |    20M |  35 |  40 |  17 |   9 | 656 |  1 | 786 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.52/11.60	c  11.6s| 62100 | 17817 |130444 |   2.1 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 787 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.52/11.61	c  11.6s| 62200 | 17834 |130620 |   2.1 |    20M |  35 |  40 |  17 |   0 | 656 |  0 | 788 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.52/11.63	c  11.6s| 62300 | 17844 |130797 |   2.1 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 788 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.52/11.64	c  11.6s| 62400 | 17861 |130960 |   2.1 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 788 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.52/11.66	c  11.6s| 62500 | 17894 |131142 |   2.1 |    20M |  35 |  40 |  17 |   6 | 656 |  0 | 788 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.52/11.67	c  11.7s| 62600 | 17908 |131319 |   2.1 |    20M |  35 |  40 |  17 |   8 | 656 |  1 | 788 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.52/11.69	c  11.7s| 62700 | 17920 |131525 |   2.1 |    20M |  35 |  40 |  17 |   9 | 656 |  0 | 788 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.62/11.70	c  11.7s| 62800 | 17964 |131685 |   2.1 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 788 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.62/11.72	c  11.7s| 62900 | 18002 |131891 |   2.1 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 788 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.62/11.73	c  11.7s| 63000 | 18048 |132137 |   2.1 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 788 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.62/11.75	c  11.7s| 63100 | 18076 |132300 |   2.1 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 788 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.62/11.76	c  11.7s| 63200 | 18130 |132483 |   2.1 |    20M |  35 |  40 |  17 |   0 | 656 |  0 | 788 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.62/11.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
11.62/11.78	c  11.8s| 63300 | 18174 |132659 |   2.1 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 789 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.62/11.79	c  11.8s| 63400 | 18208 |132843 |   2.1 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 789 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.72/11.81	c  11.8s| 63500 | 18232 |133039 |   2.1 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 790 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.72/11.82	c  11.8s| 63600 | 18252 |133214 |   2.1 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 790 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.72/11.83	c  11.8s| 63700 | 18294 |133421 |   2.1 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 790 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.72/11.85	c  11.8s| 63800 | 18304 |133588 |   2.1 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 790 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.72/11.86	c  11.8s| 63900 | 18312 |133701 |   2.0 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 790 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.72/11.88	c  11.9s| 64000 | 18342 |133874 |   2.0 |    20M |  35 |  40 |  17 |   0 | 656 |  0 | 791 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.72/11.89	c  11.9s| 64100 | 18358 |134007 |   2.0 |    20M |  35 |  40 |  17 |   7 | 656 |  0 | 793 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.82/11.90	c  11.9s| 64200 | 18390 |134194 |   2.0 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 793 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.82/11.92	c  11.9s| 64300 | 18404 |134382 |   2.0 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 793 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.82/11.93	c  11.9s| 64400 | 18430 |134558 |   2.0 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 793 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.82/11.95	c  11.9s| 64500 | 18446 |134714 |   2.0 |    20M |  35 |  40 |  17 |   7 | 656 |  0 | 795 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.82/11.96	c  11.9s| 64600 | 18474 |134876 |   2.0 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 796 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.82/11.97	c  12.0s| 64700 | 18481 |135016 |   2.0 |    20M |  35 |  40 |  17 |   0 | 656 |  0 | 799 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.82/11.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
11.82/11.99	c  12.0s| 64800 | 18501 |135165 |   2.0 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 799 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.82/12.00	c  12.0s| 64900 | 18545 |135350 |   2.0 |    20M |  35 |  40 |  17 |   0 | 656 |  0 | 800 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.93/12.02	c  12.0s| 65000 | 18551 |135490 |   2.0 |    20M |  35 |  40 |  17 |   7 | 656 |  0 | 800 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.93/12.03	c  12.0s| 65100 | 18581 |135668 |   2.0 |    20M |  35 |  40 |  17 |   8 | 656 |  1 | 801 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.93/12.04	c  12.0s| 65200 | 18601 |135815 |   2.0 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 801 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.93/12.06	c  12.0s| 65300 | 18618 |135996 |   2.0 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 803 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.93/12.07	c  12.1s| 65400 | 18633 |136144 |   2.0 |    20M |  35 |  40 |  17 |   0 | 656 |  0 | 804 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.93/12.08	c  12.1s| 65500 | 18651 |136285 |   2.0 |    20M |  35 |  40 |  17 |   0 | 656 |  0 | 804 |  47 | 0.000000e+00 |      --      |    Inf | unknown
11.93/12.10	c  12.1s| 65600 | 18653 |136471 |   2.0 |    20M |  35 |  40 |  17 |   8 | 656 |  1 | 804 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.03/12.11	c  12.1s| 65700 | 18669 |136696 |   2.0 |    20M |  35 |  40 |  17 |   8 | 656 |  0 | 805 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.03/12.12	c  12.1s| 65800 | 18689 |136882 |   2.0 |    20M |  35 |  40 |  17 |   9 | 656 |  1 | 805 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.03/12.14	c  12.1s| 65900 | 18697 |137030 |   2.0 |    20M |  35 |  40 |  17 |   7 | 656 |  0 | 805 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.03/12.15	c  12.1s| 66000 | 18715 |137185 |   2.0 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 806 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.03/12.17	c  12.2s| 66100 | 18747 |137419 |   2.0 |    20M |  35 |  40 |  17 |   7 | 656 |  0 | 813 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.03/12.18	c  12.2s| 66200 | 18783 |137629 |   2.0 |    20M |  35 |  40 |  17 |   0 | 656 |  0 | 816 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.03/12.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
12.03/12.20	c  12.2s| 66300 | 18798 |137860 |   2.0 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 819 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.12/12.21	c  12.2s| 66400 | 18819 |138047 |   2.0 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 824 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.12/12.22	c  12.2s| 66500 | 18833 |138251 |   2.0 |    20M |  35 |  40 |  17 |   7 | 656 |  0 | 824 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.12/12.23	c  12.2s| 66600 | 18841 |138430 |   2.0 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 826 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.12/12.25	c  12.2s| 66700 | 18877 |138662 |   2.0 |    20M |  35 |  40 |  17 |   9 | 656 |  1 | 827 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.12/12.26	c  12.2s| 66800 | 18885 |138836 |   2.0 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 827 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.12/12.28	c  12.3s| 66900 | 18909 |139033 |   2.0 |    20M |  35 |  40 |  17 |   0 | 656 |  0 | 832 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.12/12.29	c  12.3s| 67000 | 18911 |139209 |   2.0 |    20M |  35 |  40 |  17 |   8 | 656 |  1 | 833 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.22/12.31	c  12.3s| 67100 | 18927 |139369 |   2.0 |    20M |  35 |  40 |  17 |   7 | 656 |  1 | 833 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.22/12.32	c  12.3s| 67200 | 18967 |139574 |   2.0 |    20M |  35 |  40 |  17 |   8 | 656 |  1 | 833 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.22/12.33	c  12.3s| 67300 | 18985 |139731 |   2.0 |    20M |  35 |  40 |  17 |   8 | 656 |  0 | 833 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.22/12.35	c  12.3s| 67400 | 19001 |139873 |   2.0 |    20M |  35 |  40 |  17 |   8 | 656 |  1 | 834 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.22/12.37	c  12.4s| 67500 | 19053 |140180 |   2.0 |    20M |  35 |  40 |  17 |   9 | 671 |  1 | 835 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.22/12.38	c  12.4s| 67600 | 19101 |140383 |   2.0 |    20M |  35 |  40 |  17 |   8 | 671 |  1 | 836 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.22/12.39	c  12.4s| 67700 | 19132 |140542 |   2.0 |    20M |  35 |  40 |  17 |   8 | 671 |  1 | 838 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.32/12.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
12.32/12.41	c  12.4s| 67800 | 19168 |140715 |   2.0 |    20M |  35 |  40 |  17 |   8 | 671 |  1 | 840 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.32/12.42	c  12.4s| 67900 | 19198 |140915 |   2.0 |    20M |  35 |  40 |  17 |   9 | 671 |  1 | 843 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.32/12.44	c  12.4s| 68000 | 19226 |141138 |   2.0 |    20M |  35 |  40 |  17 |   9 | 671 |  1 | 843 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.32/12.45	c  12.4s| 68100 | 19259 |141358 |   2.0 |    20M |  35 |  40 |  17 |   9 | 671 |  1 | 845 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.32/12.47	c  12.5s| 68200 | 19283 |141572 |   2.0 |    20M |  35 |  40 |  17 |   9 | 671 |  1 | 849 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.32/12.48	c  12.5s| 68300 | 19339 |141818 |   2.0 |    21M |  35 |  40 |  17 |   9 | 671 |  1 | 851 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.42/12.50	c  12.5s| 68400 | 19353 |142035 |   2.0 |    21M |  35 |  40 |  17 |   9 | 671 |  1 | 852 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.42/12.51	c  12.5s| 68500 | 19357 |142201 |   2.0 |    21M |  35 |  40 |  17 |   9 | 671 |  1 | 854 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.42/12.52	c  12.5s| 68600 | 19373 |142400 |   2.0 |    21M |  35 |  40 |  17 |   9 | 671 |  0 | 855 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.42/12.54	c  12.5s| 68700 | 19419 |142598 |   2.0 |    21M |  35 |  40 |  17 |   8 | 675 |  1 | 855 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.42/12.55	c  12.5s| 68800 | 19449 |142801 |   2.0 |    21M |  35 |  40 |  17 |   8 | 675 |  1 | 857 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.42/12.57	c  12.6s| 68900 | 19471 |142978 |   2.0 |    21M |  35 |  40 |  17 |   8 | 675 |  1 | 857 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.42/12.58	c  12.6s| 69000 | 19509 |143184 |   2.0 |    21M |  35 |  40 |  17 |   8 | 675 |  1 | 858 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.42/12.59	c  12.6s| 69100 | 19533 |143386 |   2.0 |    21M |  35 |  40 |  17 |   8 | 675 |  1 | 860 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.52/12.61	c  12.6s| 69200 | 19555 |143584 |   2.0 |    21M |  35 |  40 |  17 |   8 | 675 |  1 | 862 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.52/12.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
12.52/12.62	c  12.6s| 69300 | 19591 |143811 |   2.0 |    21M |  35 |  40 |  17 |   8 | 675 |  1 | 862 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.52/12.64	c  12.6s| 69400 | 19603 |143987 |   2.0 |    21M |  35 |  40 |  17 |   8 | 675 |  0 | 862 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.52/12.65	c  12.6s| 69500 | 19623 |144174 |   2.0 |    21M |  35 |  40 |  17 |   8 | 675 |  1 | 864 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.52/12.67	c  12.7s| 69600 | 19637 |144346 |   2.0 |    21M |  35 |  40 |  17 |   0 | 679 |  0 | 864 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.52/12.68	c  12.7s| 69700 | 19661 |144512 |   2.0 |    21M |  35 |  40 |  17 |   6 | 679 |  1 | 864 |  47 | 0.000000e+00 |      --      |    Inf | unknown
12.52/12.70	c  12.7s| 69800 | 19679 |144660 |   2.0 |    21M |  35 |  40 |  17 |   7 | 679 |  1 | 864 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.62/12.71	c  12.7s| 69900 | 19697 |144832 |   2.0 |    21M |  35 |  40 |  17 |   0 | 679 |  0 | 866 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.62/12.72	c  12.7s| 70000 | 19697 |144986 |   2.0 |    21M |  35 |  40 |  17 |   7 | 679 |  1 | 866 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.62/12.74	c  12.7s| 70100 | 19717 |145197 |   2.0 |    21M |  35 |  40 |  17 |   5 | 679 |  1 | 867 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.62/12.75	c  12.7s| 70200 | 19733 |145362 |   2.0 |    21M |  35 |  40 |  17 |   7 | 679 |  1 | 869 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.62/12.76	c  12.7s| 70300 | 19769 |145585 |   2.0 |    21M |  35 |  40 |  17 |   7 | 679 |  1 | 871 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.62/12.78	c  12.8s| 70400 | 19799 |145743 |   2.0 |    21M |  35 |  40 |  17 |   7 | 679 |  1 | 871 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.62/12.79	c  12.8s| 70500 | 19809 |145892 |   2.0 |    21M |  35 |  40 |  17 |   6 | 679 |  1 | 873 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.72/12.80	c  12.8s| 70600 | 19835 |146082 |   2.0 |    21M |  35 |  40 |  17 |   7 | 679 |  1 | 873 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.72/12.82	c  12.8s| 70700 | 19847 |146272 |   2.0 |    21M |  35 |  40 |  17 |   9 | 679 |  1 | 874 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.72/12.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
12.72/12.83	c  12.8s| 70800 | 19853 |146448 |   2.0 |    21M |  35 |  40 |  17 |   8 | 679 |  0 | 876 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.72/12.85	c  12.8s| 70900 | 19875 |146622 |   2.0 |    21M |  35 |  40 |  17 |   9 | 679 |  1 | 876 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.72/12.86	c  12.8s| 71000 | 19879 |146785 |   2.0 |    21M |  35 |  40 |  17 |   8 | 679 |  0 | 877 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.72/12.88	c  12.9s| 71100 | 19925 |147050 |   2.0 |    21M |  35 |  40 |  17 |   7 | 679 |  1 | 880 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.72/12.89	c  12.9s| 71200 | 19950 |147243 |   2.0 |    21M |  35 |  40 |  17 |   7 | 679 |  0 | 882 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.82/12.90	c  12.9s| 71300 | 19974 |147392 |   2.0 |    21M |  35 |  40 |  17 |   7 | 679 |  1 | 883 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.82/12.91	c  12.9s| 71400 | 19984 |147556 |   2.0 |    21M |  35 |  40 |  17 |   0 | 679 |  0 | 884 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.82/12.93	c  12.9s| 71500 | 19982 |147707 |   2.0 |    21M |  35 |  40 |  17 |   0 | 679 |  0 | 885 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.82/12.94	c  12.9s| 71600 | 20006 |147872 |   2.0 |    21M |  35 |  40 |  17 |   8 | 679 |  1 | 888 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.82/12.96	c  12.9s| 71700 | 20042 |148089 |   2.0 |    21M |  35 |  40 |  17 |   7 | 686 |  1 | 888 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.82/12.97	c  13.0s| 71800 | 20078 |148284 |   2.0 |    21M |  35 |  40 |  17 |   7 | 686 |  0 | 892 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.82/12.99	c  13.0s| 71900 | 20118 |148556 |   2.0 |    21M |  35 |  40 |  17 |   9 | 700 |  1 | 892 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.93/13.01	c  13.0s| 72000 | 20182 |148884 |   2.0 |    21M |  35 |  40 |  17 |   7 | 706 |  1 | 894 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.93/13.02	c  13.0s| 72100 | 20228 |149117 |   2.0 |    21M |  35 |  40 |  17 |   7 | 706 |  1 | 894 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.93/13.04	c  13.0s| 72200 | 20260 |149358 |   2.0 |    21M |  35 |  40 |  17 |   7 | 706 |  1 | 895 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.93/13.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
12.93/13.05	c  13.0s| 72300 | 20280 |149575 |   2.0 |    21M |  35 |  40 |  17 |   7 | 706 |  1 | 897 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.93/13.07	c  13.1s| 72400 | 20308 |149779 |   2.0 |    21M |  35 |  40 |  17 |   7 | 706 |  0 | 898 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.93/13.08	c  13.1s| 72500 | 20342 |149992 |   2.0 |    21M |  35 |  40 |  17 |   7 | 706 |  1 | 900 |  52 | 0.000000e+00 |      --      |    Inf | unknown
12.93/13.10	c  13.1s| 72600 | 20388 |150189 |   2.0 |    21M |  35 |  40 |  17 |   8 | 706 |  1 | 903 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.03/13.11	c  13.1s| 72700 | 20398 |150359 |   2.0 |    21M |  35 |  40 |  17 |   0 | 706 |  0 | 905 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.03/13.12	c  13.1s| 72800 | 20454 |150573 |   2.0 |    21M |  35 |  40 |  17 |   9 | 706 |  1 | 905 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.03/13.14	c  13.1s| 72900 | 20482 |150750 |   2.0 |    21M |  35 |  40 |  17 |   9 | 706 |  1 | 906 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.03/13.15	c  13.1s| 73000 | 20518 |150955 |   2.0 |    21M |  35 |  40 |  17 |   0 | 706 |  0 | 906 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.03/13.17	c  13.2s| 73100 | 20530 |151128 |   2.0 |    21M |  35 |  40 |  17 |   0 | 706 |  0 | 907 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.03/13.18	c  13.2s| 73200 | 20572 |151359 |   2.0 |    21M |  35 |  40 |  17 |   8 | 706 |  1 | 911 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.03/13.19	c  13.2s| 73300 | 20590 |151552 |   2.0 |    22M |  35 |  40 |  17 |   8 | 706 |  0 | 914 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.12/13.21	c  13.2s| 73400 | 20598 |151690 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 | 914 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.12/13.23	c  13.2s| 73500 | 20668 |151989 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  0 | 919 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.12/13.24	c  13.2s| 73600 | 20708 |152154 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 | 920 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.12/13.25	c  13.2s| 73700 | 20736 |152337 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 | 920 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.12/13.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
13.12/13.27	c  13.3s| 73800 | 20766 |152502 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 | 921 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.12/13.28	c  13.3s| 73900 | 20806 |152744 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  0 | 921 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.22/13.30	c  13.3s| 74000 | 20832 |152918 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 | 921 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.22/13.31	c  13.3s| 74100 | 20864 |153098 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 | 922 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.22/13.32	c  13.3s| 74200 | 20890 |153254 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 | 924 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.22/13.34	c  13.3s| 74300 | 20904 |153435 |   2.0 |    22M |  35 |  40 |  17 |   8 | 706 |  1 | 926 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.22/13.35	c  13.3s| 74400 | 20916 |153615 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 | 928 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.22/13.36	c  13.4s| 74500 | 20938 |153794 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 | 929 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.22/13.38	c  13.4s| 74600 | 20952 |154001 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  0 | 930 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.22/13.39	c  13.4s| 74700 | 20970 |154168 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  1 | 931 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.31/13.41	c  13.4s| 74800 | 21016 |154381 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  1 | 931 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.31/13.42	c  13.4s| 74900 | 21030 |154530 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  1 | 933 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.31/13.44	c  13.4s| 75000 | 21040 |154679 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 | 934 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.31/13.45	c  13.4s| 75100 | 21080 |154943 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  1 | 935 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.31/13.47	c  13.5s| 75200 | 21130 |155172 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  1 | 935 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.31/13.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
13.31/13.48	c  13.5s| 75300 | 21162 |155374 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  1 | 935 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.41/13.50	c  13.5s| 75400 | 21192 |155606 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  0 | 937 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.41/13.51	c  13.5s| 75500 | 21224 |155768 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  1 | 940 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.41/13.53	c  13.5s| 75600 | 21272 |155967 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  1 | 942 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.41/13.54	c  13.5s| 75700 | 21300 |156142 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  0 | 942 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.41/13.58	c  13.6s| 75800 | 21348 |156407 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  1 | 946 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.51/13.60	c  13.6s| 75900 | 21362 |156616 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  0 | 949 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.51/13.62	c  13.6s| 76000 | 21372 |156759 |   2.0 |    22M |  35 |  40 |  17 |   0 | 706 |  0 | 950 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.51/13.63	c  13.6s| 76100 | 21389 |156942 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  1 | 953 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.51/13.64	c  13.6s| 76200 | 21401 |157108 |   2.0 |    22M |  35 |  40 |  17 |   0 | 706 |  0 | 956 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.51/13.66	c  13.6s| 76300 | 21429 |157331 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  0 | 957 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.51/13.67	c  13.7s| 76400 | 21449 |157535 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  1 | 958 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.51/13.68	c  13.7s| 76500 | 21461 |157704 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  0 | 959 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.61/13.70	c  13.7s| 76600 | 21475 |157897 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  1 | 961 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.61/13.71	c  13.7s| 76700 | 21503 |158074 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  0 | 962 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.61/13.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
13.61/13.72	c  13.7s| 76800 | 21519 |158241 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  1 | 964 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.61/13.74	c  13.7s| 76900 | 21537 |158394 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  1 | 965 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.61/13.75	c  13.7s| 77000 | 21563 |158569 |   2.0 |    22M |  35 |  40 |  17 |   0 | 706 |  0 | 965 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.61/13.76	c  13.7s| 77100 | 21585 |158752 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  1 | 966 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.61/13.78	c  13.8s| 77200 | 21623 |158970 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  1 | 967 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.61/13.79	c  13.8s| 77300 | 21645 |159152 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  1 | 968 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.71/13.81	c  13.8s| 77400 | 21695 |159416 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  1 | 969 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.71/13.82	c  13.8s| 77500 | 21729 |159639 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  0 | 969 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.71/13.84	c  13.8s| 77600 | 21737 |159770 |   2.0 |    22M |  35 |  40 |  17 |   0 | 706 |  0 | 969 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.71/13.85	c  13.8s| 77700 | 21739 |159917 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  0 | 970 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.71/13.86	c  13.8s| 77800 | 21749 |160083 |   2.0 |    22M |  35 |  40 |  17 |   8 | 706 |  1 | 970 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.71/13.87	c  13.9s| 77900 | 21767 |160253 |   2.0 |    22M |  35 |  40 |  17 |   0 | 706 |  0 | 971 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.71/13.89	c  13.9s| 78000 | 21792 |160468 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 | 972 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.81/13.90	c  13.9s| 78100 | 21813 |160633 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 | 973 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.81/13.92	c  13.9s| 78200 | 21827 |160841 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  0 | 973 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.81/13.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
13.81/13.93	c  13.9s| 78300 | 21841 |161006 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  0 | 973 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.81/13.94	c  13.9s| 78400 | 21855 |161232 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 | 973 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.81/13.96	c  13.9s| 78500 | 21895 |161407 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 | 974 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.81/13.97	c  14.0s| 78600 | 21913 |161595 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 | 975 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.81/13.98	c  14.0s| 78700 | 21951 |161754 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 | 975 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.81/14.00	c  14.0s| 78800 | 21976 |161970 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 | 981 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.92/14.01	c  14.0s| 78900 | 22020 |162155 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 | 981 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.92/14.02	c  14.0s| 79000 | 22050 |162366 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 | 984 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.92/14.04	c  14.0s| 79100 | 22074 |162522 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  0 | 985 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.92/14.05	c  14.0s| 79200 | 22092 |162723 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 | 986 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.92/14.07	c  14.1s| 79300 | 22116 |162927 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 | 989 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.92/14.08	c  14.1s| 79400 | 22160 |163119 |   2.0 |    22M |  35 |  40 |  17 |   8 | 706 |  1 | 989 |  52 | 0.000000e+00 |      --      |    Inf | unknown
13.92/14.10	c  14.1s| 79500 | 22206 |163339 |   2.0 |    22M |  35 |  40 |  17 |   8 | 706 |  1 | 989 |  52 | 0.000000e+00 |      --      |    Inf | unknown
14.03/14.11	c  14.1s| 79600 | 22234 |163548 |   2.0 |    22M |  35 |  40 |  17 |   8 | 706 |  1 | 992 |  52 | 0.000000e+00 |      --      |    Inf | unknown
14.03/14.12	c  14.1s| 79700 | 22262 |163744 |   2.0 |    22M |  35 |  40 |  17 |   8 | 706 |  1 | 998 |  52 | 0.000000e+00 |      --      |    Inf | unknown
14.03/14.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
14.03/14.14	c  14.1s| 79800 | 22294 |163906 |   2.0 |    22M |  35 |  40 |  17 |   8 | 706 |  1 | 998 |  52 | 0.000000e+00 |      --      |    Inf | unknown
14.03/14.15	c  14.1s| 79900 | 22338 |164119 |   2.0 |    22M |  35 |  40 |  17 |   8 | 706 |  0 | 998 |  52 | 0.000000e+00 |      --      |    Inf | unknown
14.03/14.16	c  14.1s| 80000 | 22371 |164304 |   2.0 |    22M |  35 |  40 |  17 |   8 | 706 |  1 | 999 |  52 | 0.000000e+00 |      --      |    Inf | unknown
14.03/14.17	c  14.2s| 80100 | 22379 |164456 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 |1000 |  52 | 0.000000e+00 |      --      |    Inf | unknown
14.03/14.19	c  14.2s| 80200 | 22407 |164657 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 |1003 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.11/14.20	c  14.2s| 80300 | 22419 |164826 |   2.0 |    22M |  35 |  40 |  17 |   0 | 706 |  0 |1007 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.11/14.22	c  14.2s| 80400 | 22425 |165029 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 |1007 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.11/14.23	c  14.2s| 80500 | 22461 |165237 |   2.0 |    22M |  35 |  40 |  17 |   0 | 706 |  0 |1008 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.11/14.25	c  14.2s| 80600 | 22493 |165415 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 |1008 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.11/14.26	c  14.2s| 80700 | 22519 |165594 |   2.0 |    22M |  35 |  40 |  17 |   0 | 706 |  0 |1008 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.11/14.27	c  14.3s| 80800 | 22529 |165761 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 |1008 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.11/14.29	c  14.3s| 80900 | 22553 |165937 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 |1009 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.21/14.30	c  14.3s| 81000 | 22584 |166151 |   2.0 |    22M |  35 |  40 |  17 |   8 | 706 |  1 |1010 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.21/14.32	c  14.3s| 81100 | 22596 |166323 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 |1011 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.21/14.33	c  14.3s| 81200 | 22632 |166569 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 |1013 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.21/14.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
14.21/14.34	c  14.3s| 81300 | 22644 |166745 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 |1017 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.21/14.36	c  14.3s| 81400 | 22648 |166898 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  1 |1018 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.21/14.37	c  14.4s| 81500 | 22660 |167067 |   2.0 |    22M |  35 |  40 |  17 |   8 | 706 |  0 |1019 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.21/14.39	c  14.4s| 81600 | 22694 |167287 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 |1020 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.31/14.40	c  14.4s| 81700 | 22714 |167446 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  0 |1020 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.31/14.41	c  14.4s| 81800 | 22730 |167608 |   2.0 |    22M |  35 |  40 |  17 |   0 | 706 |  0 |1020 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.31/14.43	c  14.4s| 81900 | 22742 |167743 |   2.0 |    22M |  35 |  40 |  17 |   8 | 706 |  0 |1021 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.31/14.44	c  14.4s| 82000 | 22768 |167973 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 |1022 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.31/14.46	c  14.4s| 82100 | 22790 |168194 |   2.0 |    22M |  35 |  40 |  17 |   0 | 706 |  0 |1023 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.31/14.47	c  14.5s| 82200 | 22808 |168338 |   2.0 |    22M |  35 |  40 |  17 |   6 | 706 |  0 |1023 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.31/14.48	c  14.5s| 82300 | 22824 |168532 |   2.0 |    22M |  35 |  40 |  17 |   8 | 706 |  1 |1028 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.41/14.50	c  14.5s| 82400 | 22854 |168704 |   2.0 |    22M |  35 |  40 |  17 |   6 | 706 |  0 |1028 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.41/14.51	c  14.5s| 82500 | 22874 |168875 |   2.0 |    22M |  35 |  40 |  17 |   8 | 706 |  0 |1028 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.41/14.52	c  14.5s| 82600 | 22920 |169086 |   2.0 |    22M |  35 |  40 |  17 |   9 | 706 |  0 |1028 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.41/14.54	c  14.5s| 82700 | 22932 |169259 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  0 |1031 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.41/14.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
14.41/14.55	c  14.5s| 82800 | 22956 |169413 |   2.0 |    22M |  35 |  40 |  17 |   0 | 706 |  0 |1031 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.41/14.56	c  14.5s| 82900 | 22972 |169572 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 |1031 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.41/14.57	c  14.6s| 83000 | 23000 |169735 |   2.0 |    22M |  35 |  40 |  17 |   6 | 706 |  1 |1031 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.41/14.59	c  14.6s| 83100 | 23032 |169908 |   2.0 |    22M |  35 |  40 |  17 |   6 | 706 |  1 |1033 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.51/14.60	c  14.6s| 83200 | 23060 |170070 |   2.0 |    22M |  35 |  40 |  17 |   6 | 706 |  1 |1033 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.51/14.62	c  14.6s| 83300 | 23078 |170232 |   2.0 |    22M |  35 |  40 |  17 |   0 | 706 |  0 |1034 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.51/14.63	c  14.6s| 83400 | 23076 |170362 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 |1034 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.51/14.65	c  14.6s| 83500 | 23085 |170502 |   2.0 |    22M |  35 |  40 |  17 |   8 | 706 |  0 |1034 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.51/14.66	c  14.6s| 83600 | 23105 |170666 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 |1034 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.51/14.67	c  14.7s| 83700 | 23121 |170810 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 |1034 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.51/14.68	c  14.7s| 83800 | 23147 |170957 |   2.0 |    22M |  35 |  40 |  17 |   0 | 706 |  0 |1034 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.61/14.70	c  14.7s| 83900 | 23163 |171100 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  1 |1034 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.61/14.71	c  14.7s| 84000 | 23177 |171263 |   2.0 |    22M |  35 |  40 |  17 |   7 | 706 |  0 |1034 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.61/14.73	c  14.7s| 84100 | 23213 |171599 |   2.0 |    23M |  35 |  40 |  16 |   8 | 722 |  1 |1034 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.61/14.75	c  14.7s| 84200 | 23281 |171868 |   2.0 |    23M |  35 |  40 |  16 |   8 | 729 |  1 |1035 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.61/14.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
14.61/14.77	c  14.8s| 84300 | 23347 |172220 |   2.0 |    23M |  35 |  40 |  16 |   9 | 759 |  1 |1040 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.61/14.79	c  14.8s| 84400 | 23387 |172444 |   2.0 |    23M |  35 |  40 |  16 |   6 | 759 |  1 |1046 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.71/14.81	c  14.8s| 84500 | 23439 |172691 |   2.0 |    23M |  35 |  40 |  16 |   7 | 765 |  1 |1046 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.71/14.82	c  14.8s| 84600 | 23509 |172952 |   2.0 |    23M |  35 |  40 |  16 |   8 | 767 |  1 |1050 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.71/14.84	c  14.8s| 84700 | 23561 |173200 |   2.0 |    23M |  35 |  40 |  16 |   8 | 769 |  0 |1051 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.71/14.85	c  14.8s| 84800 | 23575 |173376 |   2.0 |    23M |  35 |  40 |  16 |   8 | 769 |  0 |1053 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.71/14.87	c  14.9s| 84900 | 23613 |173597 |   2.0 |    23M |  35 |  40 |  16 |   8 | 769 |  1 |1054 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.71/14.88	c  14.9s| 85000 | 23641 |173784 |   2.0 |    23M |  35 |  40 |  16 |   6 | 769 |  1 |1054 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.81/14.90	c  14.9s| 85100 | 23683 |174007 |   2.0 |    23M |  35 |  40 |  16 |   7 | 771 |  1 |1056 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.81/14.91	c  14.9s| 85200 | 23735 |174278 |   2.0 |    23M |  35 |  40 |  16 |   6 | 774 |  1 |1057 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.81/14.93	c  14.9s| 85300 | 23793 |174599 |   2.0 |    23M |  35 |  40 |  16 |   7 | 790 |  1 |1058 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.81/14.95	c  14.9s| 85400 | 23835 |174843 |   2.0 |    23M |  35 |  40 |  16 |   7 | 790 |  0 |1060 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.81/14.97	c  15.0s| 85500 | 23881 |175117 |   2.0 |    23M |  35 |  40 |  16 |   7 | 790 |  0 |1062 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.81/14.98	c  15.0s| 85600 | 23915 |175313 |   2.0 |    23M |  35 |  40 |  16 |   6 | 790 |  1 |1062 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.81/14.99	c  15.0s| 85700 | 23951 |175491 |   2.0 |    23M |  35 |  40 |  16 |   6 | 790 |  1 |1062 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.92/15.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
14.92/15.01	c  15.0s| 85800 | 23989 |175723 |   2.0 |    23M |  35 |  40 |  16 |   7 | 809 |  1 |1063 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.92/15.03	c  15.0s| 85900 | 24035 |175923 |   2.0 |    23M |  35 |  40 |  16 |   8 | 809 |  1 |1063 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.92/15.05	c  15.0s| 86000 | 24063 |176100 |   2.0 |    23M |  35 |  40 |  16 |   0 | 809 |  0 |1063 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.92/15.06	c  15.0s| 86100 | 24105 |176264 |   2.0 |    23M |  35 |  40 |  16 |   7 | 809 |  1 |1064 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.92/15.08	c  15.1s| 86200 | 24131 |176461 |   2.0 |    23M |  35 |  40 |  16 |   7 | 814 |  1 |1064 |  57 | 0.000000e+00 |      --      |    Inf | unknown
14.92/15.09	c  15.1s| 86300 | 24171 |176662 |   2.0 |    24M |  35 |  40 |  16 |   0 | 814 |  0 |1066 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.02/15.11	c  15.1s| 86400 | 24199 |176821 |   2.0 |    24M |  35 |  40 |  16 |   0 | 814 |  0 |1066 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.02/15.13	c  15.1s| 86500 | 24233 |176992 |   2.0 |    24M |  35 |  40 |  16 |   0 | 814 |  0 |1068 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.02/15.14	c  15.1s| 86600 | 24275 |177205 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  1 |1072 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.02/15.16	c  15.1s| 86700 | 24317 |177426 |   2.0 |    24M |  35 |  40 |  16 |   6 | 814 |  1 |1072 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.02/15.17	c  15.2s| 86800 | 24357 |177667 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  1 |1073 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.02/15.19	c  15.2s| 86900 | 24399 |177906 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  1 |1073 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.11/15.20	c  15.2s| 87000 | 24424 |178097 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  0 |1074 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.11/15.22	c  15.2s| 87100 | 24468 |178297 |   2.0 |    24M |  35 |  40 |  16 |   8 | 814 |  0 |1074 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.11/15.23	c  15.2s| 87200 | 24520 |178545 |   2.0 |    24M |  35 |  40 |  16 |   6 | 814 |  1 |1075 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.11/15.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.11/15.25	c  15.2s| 87300 | 24568 |178781 |   2.0 |    24M |  35 |  40 |  16 |   6 | 814 |  0 |1076 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.11/15.26	c  15.3s| 87400 | 24604 |178983 |   2.0 |    24M |  35 |  40 |  16 |   6 | 814 |  0 |1076 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.11/15.28	c  15.3s| 87500 | 24650 |179160 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  1 |1077 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.11/15.29	c  15.3s| 87600 | 24680 |179323 |   2.0 |    24M |  35 |  40 |  16 |   8 | 814 |  1 |1077 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.21/15.31	c  15.3s| 87700 | 24746 |179585 |   2.0 |    24M |  35 |  40 |  16 |   8 | 814 |  0 |1080 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.21/15.32	c  15.3s| 87800 | 24762 |179748 |   2.0 |    24M |  35 |  40 |  16 |   8 | 814 |  1 |1081 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.21/15.34	c  15.3s| 87900 | 24808 |179962 |   2.0 |    24M |  35 |  40 |  16 |   8 | 814 |  0 |1082 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.21/15.35	c  15.3s| 88000 | 24838 |180144 |   2.0 |    24M |  35 |  40 |  16 |   8 | 814 |  1 |1082 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.21/15.36	c  15.4s| 88100 | 24858 |180321 |   2.0 |    24M |  35 |  40 |  16 |   8 | 814 |  1 |1082 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.21/15.38	c  15.4s| 88200 | 24908 |180523 |   2.0 |    24M |  35 |  40 |  16 |   6 | 814 |  1 |1082 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.21/15.39	c  15.4s| 88300 | 24942 |180714 |   2.0 |    24M |  35 |  40 |  16 |   0 | 814 |  0 |1084 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.31/15.41	c  15.4s| 88400 | 24972 |180959 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  1 |1088 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.31/15.42	c  15.4s| 88500 | 25020 |181169 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  1 |1089 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.31/15.44	c  15.4s| 88600 | 25058 |181350 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  1 |1089 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.31/15.45	c  15.4s| 88700 | 25094 |181554 |   2.0 |    24M |  35 |  40 |  16 |   8 | 814 |  0 |1089 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.31/15.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.31/15.47	c  15.5s| 88800 | 25112 |181760 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  0 |1089 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.31/15.48	c  15.5s| 88900 | 25164 |182007 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  1 |1094 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.41/15.50	c  15.5s| 89000 | 25214 |182246 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  1 |1096 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.41/15.51	c  15.5s| 89100 | 25240 |182442 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  0 |1098 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.41/15.53	c  15.5s| 89200 | 25274 |182650 |   2.0 |    24M |  35 |  40 |  16 |   0 | 814 |  0 |1099 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.41/15.56	c  15.5s| 89300 | 25302 |182841 |   2.0 |    24M |  35 |  40 |  16 |   0 | 814 |  0 |1101 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.41/15.57	c  15.6s| 89400 | 25332 |183040 |   2.0 |    24M |  35 |  40 |  16 |   8 | 814 |  1 |1104 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.41/15.59	c  15.6s| 89500 | 25340 |183183 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  1 |1105 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.51/15.60	c  15.6s| 89600 | 25360 |183366 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  1 |1105 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.51/15.61	c  15.6s| 89700 | 25382 |183520 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  0 |1106 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.51/15.63	c  15.6s| 89800 | 25404 |183694 |   2.0 |    24M |  35 |  40 |  16 |   6 | 814 |  0 |1107 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.51/15.64	c  15.6s| 89900 | 25434 |183883 |   2.0 |    24M |  35 |  40 |  16 |   6 | 814 |  1 |1108 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.51/15.66	c  15.6s| 90000 | 25470 |184065 |   2.0 |    24M |  35 |  40 |  16 |   6 | 814 |  0 |1109 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.51/15.67	c  15.7s| 90100 | 25474 |184216 |   2.0 |    24M |  35 |  40 |  16 |   9 | 814 |  1 |1109 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.51/15.68	c  15.7s| 90200 | 25492 |184393 |   2.0 |    24M |  35 |  40 |  16 |   6 | 814 |  1 |1112 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.61/15.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.61/15.70	c  15.7s| 90300 | 25512 |184552 |   2.0 |    24M |  35 |  40 |  16 |   6 | 814 |  1 |1116 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.61/15.71	c  15.7s| 90400 | 25540 |184708 |   2.0 |    24M |  35 |  40 |  16 |   0 | 814 |  0 |1119 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.61/15.73	c  15.7s| 90500 | 25568 |184906 |   2.0 |    24M |  35 |  40 |  16 |   6 | 814 |  1 |1120 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.61/15.74	c  15.7s| 90600 | 25606 |185093 |   2.0 |    24M |  35 |  40 |  16 |   0 | 814 |  0 |1120 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.61/15.76	c  15.7s| 90700 | 25640 |185292 |   2.0 |    24M |  35 |  40 |  16 |   6 | 814 |  1 |1120 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.61/15.77	c  15.8s| 90800 | 25660 |185456 |   2.0 |    24M |  35 |  40 |  16 |   8 | 814 |  1 |1121 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.61/15.79	c  15.8s| 90900 | 25700 |185675 |   2.0 |    24M |  35 |  40 |  16 |   8 | 814 |  1 |1121 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.70/15.80	c  15.8s| 91000 | 25734 |185854 |   2.0 |    24M |  35 |  40 |  16 |   8 | 814 |  1 |1122 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.70/15.82	c  15.8s| 91100 | 25760 |186069 |   2.0 |    24M |  35 |  40 |  16 |   0 | 814 |  0 |1122 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.70/15.83	c  15.8s| 91200 | 25794 |186261 |   2.0 |    24M |  35 |  40 |  16 |   8 | 814 |  1 |1122 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.70/15.84	c  15.8s| 91300 | 25814 |186440 |   2.0 |    24M |  35 |  40 |  16 |   8 | 814 |  1 |1122 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.70/15.86	c  15.8s| 91400 | 25840 |186672 |   2.0 |    24M |  35 |  40 |  16 |   8 | 814 |  1 |1122 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.70/15.87	c  15.9s| 91500 | 25858 |186874 |   2.0 |    24M |  35 |  40 |  16 |   8 | 814 |  0 |1123 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.70/15.88	c  15.9s| 91600 | 25874 |187064 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  1 |1124 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.80/15.90	c  15.9s| 91700 | 25914 |187262 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  1 |1125 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.80/15.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.80/15.91	c  15.9s| 91800 | 25940 |187421 |   2.0 |    24M |  35 |  40 |  16 |   8 | 814 |  1 |1125 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.80/15.93	c  15.9s| 91900 | 25962 |187576 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  1 |1125 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.80/15.94	c  15.9s| 92000 | 25984 |187774 |   2.0 |    24M |  35 |  40 |  16 |   6 | 814 |  1 |1125 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.80/15.95	c  15.9s| 92100 | 26002 |187937 |   2.0 |    24M |  35 |  40 |  16 |   6 | 814 |  0 |1125 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.80/15.97	c  16.0s| 92200 | 26046 |188151 |   2.0 |    24M |  35 |  40 |  16 |   6 | 814 |  0 |1125 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.80/15.98	c  16.0s| 92300 | 26066 |188370 |   2.0 |    24M |  35 |  40 |  16 |   0 | 814 |  0 |1129 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.80/16.00	c  16.0s| 92400 | 26132 |188611 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  1 |1130 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.92/16.01	c  16.0s| 92500 | 26158 |188777 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  1 |1130 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.92/16.03	c  16.0s| 92600 | 26188 |188955 |   2.0 |    24M |  35 |  40 |  16 |   8 | 814 |  1 |1131 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.92/16.04	c  16.0s| 92700 | 26237 |189191 |   2.0 |    24M |  35 |  40 |  16 |   0 | 814 |  0 |1132 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.92/16.06	c  16.0s| 92800 | 26259 |189377 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  0 |1134 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.92/16.07	c  16.1s| 92900 | 26287 |189544 |   2.0 |    24M |  35 |  40 |  16 |   8 | 814 |  1 |1134 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.92/16.09	c  16.1s| 93000 | 26315 |189728 |   2.0 |    24M |  35 |  40 |  16 |   8 | 814 |  1 |1134 |  57 | 0.000000e+00 |      --      |    Inf | unknown
15.92/16.10	c  16.1s| 93100 | 26331 |189881 |   2.0 |    24M |  35 |  40 |  16 |   0 | 814 |  0 |1134 |  57 | 0.000000e+00 |      --      |    Inf | unknown
16.02/16.12	c  16.1s| 93200 | 26361 |190098 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  0 |1137 |  57 | 0.000000e+00 |      --      |    Inf | unknown
16.02/16.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
16.02/16.13	c  16.1s| 93300 | 26373 |190276 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  1 |1137 |  57 | 0.000000e+00 |      --      |    Inf | unknown
16.02/16.14	c  16.1s| 93400 | 26385 |190468 |   2.0 |    24M |  35 |  40 |  16 |   6 | 814 |  1 |1137 |  57 | 0.000000e+00 |      --      |    Inf | unknown
16.02/16.16	c  16.1s| 93500 | 26397 |190639 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  0 |1138 |  57 | 0.000000e+00 |      --      |    Inf | unknown
16.02/16.17	c  16.2s| 93600 | 26413 |190811 |   2.0 |    24M |  35 |  40 |  16 |   0 | 814 |  0 |1138 |  57 | 0.000000e+00 |      --      |    Inf | unknown
16.02/16.19	c  16.2s| 93700 | 26439 |190971 |   2.0 |    24M |  35 |  40 |  16 |   6 | 814 |  1 |1139 |  57 | 0.000000e+00 |      --      |    Inf | unknown
16.10/16.20	c  16.2s| 93800 | 26465 |191183 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  0 |1143 |  57 | 0.000000e+00 |      --      |    Inf | unknown
16.10/16.21	c  16.2s| 93900 | 26497 |191390 |   2.0 |    24M |  35 |  40 |  16 |   8 | 814 |  1 |1143 |  57 | 0.000000e+00 |      --      |    Inf | unknown
16.10/16.23	c  16.2s| 94000 | 26533 |191561 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  1 |1143 |  57 | 0.000000e+00 |      --      |    Inf | unknown
16.10/16.24	c  16.2s| 94100 | 26545 |191726 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  1 |1143 |  57 | 0.000000e+00 |      --      |    Inf | unknown
16.10/16.26	c  16.2s| 94200 | 26581 |191951 |   2.0 |    24M |  35 |  40 |  16 |   0 | 814 |  0 |1143 |  57 | 0.000000e+00 |      --      |    Inf | unknown
16.10/16.27	c  16.3s| 94300 | 26597 |192146 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  0 |1143 |  57 | 0.000000e+00 |      --      |    Inf | unknown
16.10/16.28	c  16.3s| 94400 | 26627 |192291 |   2.0 |    24M |  35 |  40 |  16 |   0 | 814 |  0 |1143 |  57 | 0.000000e+00 |      --      |    Inf | unknown
16.20/16.30	c  16.3s| 94500 | 26623 |192452 |   2.0 |    24M |  35 |  40 |  16 |   0 | 814 |  0 |1146 |  57 | 0.000000e+00 |      --      |    Inf | unknown
16.20/16.31	c  16.3s| 94600 | 26657 |192645 |   2.0 |    24M |  35 |  40 |  16 |   8 | 814 |  1 |1146 |  57 | 0.000000e+00 |      --      |    Inf | unknown
16.20/16.33	c  16.3s| 94700 | 26677 |192812 |   2.0 |    24M |  35 |  40 |  16 |   6 | 814 |  1 |1146 |  57 | 0.000000e+00 |      --      |    Inf | unknown
16.20/16.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
16.20/16.34	c  16.3s| 94800 | 26681 |193009 |   2.0 |    24M |  35 |  40 |  16 |   6 | 814 |  0 |1148 |  57 | 0.000000e+00 |      --      |    Inf | unknown
16.20/16.35	c  16.3s| 94900 | 26691 |193174 |   2.0 |    24M |  35 |  40 |  16 |   7 | 814 |  1 |1149 |  57 | 0.000000e+00 |      --      |    Inf | unknown
16.20/16.37	c  16.4s| 95000 | 26715 |193353 |   2.0 |    24M |  35 |  40 |  16 |   8 | 814 |  1 |1149 |  57 | 0.000000e+00 |      --      |    Inf | unknown
16.20/16.38	c  16.4s| 95100 | 26739 |193536 |   2.0 |    24M |  35 |  40 |  16 |   8 | 814 |  1 |1152 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.20/16.39	c  16.4s| 95200 | 26753 |193719 |   2.0 |    25M |  35 |  40 |  16 |   8 | 814 |  0 |1154 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.30/16.41	c  16.4s| 95300 | 26771 |193909 |   2.0 |    25M |  35 |  40 |  16 |   8 | 814 |  0 |1161 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.30/16.42	c  16.4s| 95400 | 26791 |194071 |   2.0 |    25M |  35 |  40 |  16 |   7 | 814 |  0 |1162 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.30/16.44	c  16.4s| 95500 | 26839 |194300 |   2.0 |    25M |  35 |  40 |  16 |   6 | 814 |  1 |1171 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.30/16.45	c  16.4s| 95600 | 26881 |194535 |   2.0 |    25M |  35 |  40 |  16 |   7 | 814 |  0 |1172 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.30/16.47	c  16.5s| 95700 | 26919 |194725 |   2.0 |    25M |  35 |  40 |  16 |   7 | 814 |  1 |1173 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.30/16.48	c  16.5s| 95800 | 26937 |194893 |   2.0 |    25M |  35 |  40 |  16 |   7 | 814 |  0 |1176 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.30/16.49	c  16.5s| 95900 | 26949 |195072 |   2.0 |    25M |  35 |  40 |  16 |   7 | 814 |  1 |1176 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.40/16.51	c  16.5s| 96000 | 26967 |195212 |   2.0 |    25M |  35 |  40 |  16 |   0 | 814 |  0 |1177 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.40/16.52	c  16.5s| 96100 | 26991 |195369 |   2.0 |    25M |  35 |  40 |  16 |   7 | 814 |  1 |1178 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.40/16.53	c  16.5s| 96200 | 27024 |195568 |   2.0 |    25M |  35 |  40 |  16 |   8 | 814 |  1 |1179 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.40/16.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
16.40/16.55	c  16.5s| 96300 | 27042 |195738 |   2.0 |    25M |  35 |  40 |  16 |   0 | 814 |  0 |1180 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.40/16.56	c  16.5s| 96400 | 27054 |195899 |   2.0 |    25M |  35 |  40 |  16 |   8 | 814 |  0 |1180 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.40/16.57	c  16.6s| 96500 | 27066 |196047 |   2.0 |    25M |  35 |  40 |  16 |   6 | 814 |  1 |1181 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.40/16.59	c  16.6s| 96600 | 27088 |196261 |   2.0 |    25M |  35 |  40 |  16 |   7 | 814 |  1 |1185 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.50/16.61	c  16.6s| 96700 | 27154 |196537 |   2.0 |    25M |  35 |  40 |  16 |   6 | 825 |  0 |1186 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.50/16.62	c  16.6s| 96800 | 27182 |196774 |   2.0 |    25M |  35 |  40 |  16 |   6 | 825 |  0 |1186 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.50/16.64	c  16.6s| 96900 | 27216 |197010 |   2.0 |    25M |  35 |  40 |  16 |   6 | 825 |  0 |1187 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.50/16.65	c  16.6s| 97000 | 27238 |197185 |   2.0 |    25M |  35 |  40 |  16 |   7 | 825 |  1 |1187 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.50/16.66	c  16.6s| 97100 | 27268 |197396 |   2.0 |    25M |  35 |  40 |  16 |   6 | 825 |  1 |1189 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.50/16.68	c  16.7s| 97200 | 27328 |197703 |   2.0 |    25M |  35 |  40 |  16 |   8 | 830 |  1 |1190 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.50/16.69	c  16.7s| 97300 | 27364 |197970 |   2.0 |    25M |  35 |  40 |  16 |   8 | 830 |  1 |1190 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.60/16.71	c  16.7s| 97400 | 27408 |198209 |   2.0 |    25M |  35 |  40 |  16 |   8 | 830 |  0 |1192 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.60/16.73	c  16.7s| 97500 | 27456 |198421 |   2.0 |    25M |  35 |  40 |  16 |   8 | 830 |  1 |1193 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.60/16.74	c  16.7s| 97600 | 27474 |198628 |   2.0 |    25M |  35 |  40 |  16 |   8 | 830 |  1 |1195 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.60/16.76	c  16.7s| 97700 | 27504 |198792 |   2.0 |    25M |  35 |  40 |  16 |   0 | 830 |  0 |1195 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.60/16.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
16.60/16.78	c  16.8s| 97800 | 27524 |198943 |   2.0 |    25M |  35 |  40 |  16 |   0 | 830 |  0 |1196 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.60/16.79	c  16.8s| 97900 | 27538 |199102 |   2.0 |    25M |  35 |  40 |  16 |   8 | 830 |  1 |1196 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.70/16.80	c  16.8s| 98000 | 27562 |199318 |   2.0 |    25M |  35 |  40 |  16 |   7 | 830 |  1 |1199 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.70/16.81	c  16.8s| 98100 | 27578 |199524 |   2.0 |    25M |  35 |  40 |  16 |   6 | 830 |  0 |1203 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.70/16.83	c  16.8s| 98200 | 27592 |199686 |   2.0 |    25M |  35 |  40 |  16 |   0 | 830 |  0 |1203 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.70/16.84	c  16.8s| 98300 | 27608 |199867 |   2.0 |    25M |  35 |  40 |  16 |   0 | 830 |  0 |1203 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.70/16.85	c  16.8s| 98400 | 27626 |200100 |   2.0 |    25M |  35 |  40 |  16 |   9 | 832 |  1 |1204 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.70/16.87	c  16.9s| 98500 | 27648 |200281 |   2.0 |    25M |  35 |  40 |  16 |   6 | 832 |  0 |1206 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.70/16.88	c  16.9s| 98600 | 27682 |200453 |   2.0 |    25M |  35 |  40 |  16 |   0 | 832 |  0 |1206 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.70/16.90	c  16.9s| 98700 | 27694 |200626 |   2.0 |    25M |  35 |  40 |  16 |   8 | 832 |  1 |1207 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.80/16.91	c  16.9s| 98800 | 27722 |200803 |   2.0 |    25M |  35 |  40 |  16 |   8 | 832 |  1 |1207 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.80/16.92	c  16.9s| 98900 | 27744 |200993 |   2.0 |    25M |  35 |  40 |  16 |   8 | 832 |  1 |1207 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.80/16.94	c  16.9s| 99000 | 27770 |201202 |   2.0 |    25M |  35 |  40 |  16 |   8 | 832 |  1 |1207 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.80/16.95	c  16.9s| 99100 | 27786 |201379 |   2.0 |    25M |  35 |  40 |  16 |   6 | 832 |  1 |1207 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.80/16.96	c  16.9s| 99200 | 27818 |201588 |   2.0 |    25M |  35 |  40 |  16 |   0 | 832 |  0 |1208 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.80/16.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
16.80/16.98	c  17.0s| 99300 | 27846 |201795 |   2.0 |    25M |  35 |  40 |  16 |   8 | 832 |  1 |1212 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.80/16.99	c  17.0s| 99400 | 27874 |202023 |   2.0 |    25M |  35 |  40 |  16 |   8 | 832 |  0 |1212 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.80/17.00	c  17.0s| 99500 | 27910 |202223 |   2.0 |    25M |  35 |  40 |  16 |   8 | 832 |  0 |1212 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.91/17.02	c  17.0s| 99600 | 27932 |202419 |   2.0 |    25M |  35 |  40 |  16 |   8 | 832 |  1 |1212 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.91/17.03	c  17.0s| 99700 | 27950 |202581 |   2.0 |    25M |  35 |  40 |  16 |   8 | 832 |  1 |1212 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.91/17.04	c  17.0s| 99800 | 27956 |202761 |   2.0 |    25M |  35 |  40 |  16 |   8 | 832 |  1 |1212 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.91/17.05	c  17.0s| 99900 | 27972 |202920 |   2.0 |    25M |  35 |  40 |  16 |   7 | 832 |  1 |1212 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.91/17.06	c  17.1s|100000 | 27988 |203071 |   2.0 |    25M |  35 |  40 |  16 |   7 | 832 |  1 |1212 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.91/17.08	c  17.1s|100100 | 28010 |203237 |   2.0 |    25M |  35 |  40 |  16 |   8 | 832 |  1 |1212 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.91/17.09	c  17.1s|100200 | 28032 |203405 |   2.0 |    25M |  35 |  40 |  16 |   8 | 832 |  1 |1213 |  62 | 0.000000e+00 |      --      |    Inf | unknown
16.91/17.11	c  17.1s|100300 | 28044 |203579 |   2.0 |    25M |  35 |  40 |  16 |   8 | 832 |  0 |1215 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.01/17.12	c  17.1s|100400 | 28068 |203737 |   2.0 |    25M |  35 |  40 |  16 |   0 | 832 |  0 |1217 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.01/17.14	c  17.1s|100500 | 28092 |203907 |   2.0 |    26M |  35 |  40 |  16 |   0 | 832 |  0 |1220 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.01/17.15	c  17.1s|100600 | 28116 |204062 |   2.0 |    26M |  35 |  40 |  16 |   8 | 832 |  1 |1220 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.01/17.16	c  17.1s|100700 | 28122 |204229 |   2.0 |    26M |  35 |  40 |  16 |   8 | 832 |  0 |1223 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.01/17.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.01/17.17	c  17.2s|100800 | 28132 |204414 |   2.0 |    26M |  35 |  40 |  16 |   8 | 832 |  1 |1223 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.01/17.19	c  17.2s|100900 | 28150 |204584 |   2.0 |    26M |  35 |  40 |  16 |   8 | 832 |  0 |1224 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.10/17.20	c  17.2s|101000 | 28180 |204756 |   2.0 |    26M |  35 |  40 |  16 |   6 | 832 |  1 |1224 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.10/17.21	c  17.2s|101100 | 28202 |204906 |   2.0 |    26M |  35 |  40 |  16 |   9 | 832 |  1 |1224 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.10/17.23	c  17.2s|101200 | 28220 |205078 |   2.0 |    26M |  35 |  40 |  16 |   8 | 832 |  1 |1226 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.10/17.24	c  17.2s|101300 | 28248 |205228 |   2.0 |    26M |  35 |  40 |  16 |   0 | 832 |  0 |1227 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.10/17.26	c  17.2s|101400 | 28258 |205424 |   2.0 |    26M |  35 |  40 |  16 |   7 | 832 |  0 |1227 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.10/17.28	c  17.3s|101500 | 28304 |205721 |   2.0 |    26M |  35 |  40 |  16 |   6 | 839 |  1 |1227 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.10/17.29	c  17.3s|101600 | 28370 |205997 |   2.0 |    26M |  35 |  40 |  16 |   6 | 844 |  1 |1228 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.20/17.31	c  17.3s|101700 | 28426 |206218 |   2.0 |    26M |  35 |  40 |  16 |   6 | 846 |  1 |1229 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.20/17.33	c  17.3s|101800 | 28480 |206491 |   2.0 |    26M |  35 |  40 |  16 |   6 | 846 |  1 |1232 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.20/17.35	c  17.3s|101900 | 28512 |206707 |   2.0 |    26M |  35 |  40 |  16 |   6 | 846 |  1 |1232 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.20/17.36	c  17.3s|102000 | 28544 |206916 |   2.0 |    26M |  35 |  40 |  16 |   0 | 846 |  0 |1233 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.20/17.37	c  17.4s|102100 | 28580 |207086 |   2.0 |    26M |  35 |  40 |  16 |   6 | 846 |  1 |1234 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.20/17.38	c  17.4s|102200 | 28612 |207288 |   2.0 |    26M |  35 |  40 |  16 |   6 | 848 |  1 |1236 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.30/17.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.30/17.40	c  17.4s|102300 | 28624 |207440 |   2.0 |    26M |  35 |  40 |  16 |   6 | 848 |  0 |1238 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.30/17.41	c  17.4s|102400 | 28652 |207623 |   2.0 |    26M |  35 |  40 |  16 |   0 | 848 |  0 |1238 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.30/17.43	c  17.4s|102500 | 28672 |207773 |   2.0 |    26M |  35 |  40 |  16 |   6 | 848 |  1 |1238 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.30/17.44	c  17.4s|102600 | 28688 |207928 |   2.0 |    26M |  35 |  40 |  16 |   6 | 848 |  1 |1238 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.30/17.45	c  17.4s|102700 | 28726 |208122 |   2.0 |    26M |  35 |  40 |  16 |   6 | 848 |  0 |1239 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.30/17.47	c  17.5s|102800 | 28774 |208320 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1241 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.30/17.49	c  17.5s|102900 | 28816 |208505 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1241 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.40/17.50	c  17.5s|103000 | 28834 |208654 |   2.0 |    26M |  35 |  40 |  16 |   0 | 850 |  0 |1242 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.40/17.51	c  17.5s|103100 | 28872 |208833 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1242 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.40/17.53	c  17.5s|103200 | 28906 |209005 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1243 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.40/17.54	c  17.5s|103300 | 28914 |209199 |   2.0 |    26M |  35 |  40 |  16 |   0 | 850 |  0 |1243 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.40/17.55	c  17.5s|103400 | 28932 |209395 |   2.0 |    26M |  35 |  40 |  16 |   0 | 850 |  0 |1244 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.40/17.57	c  17.6s|103500 | 28954 |209585 |   2.0 |    26M |  35 |  40 |  16 |   0 | 850 |  0 |1245 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.40/17.58	c  17.6s|103600 | 28976 |209779 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1245 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.50/17.60	c  17.6s|103700 | 29012 |209946 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1246 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.50/17.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.50/17.61	c  17.6s|103800 | 29032 |210169 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1248 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.50/17.63	c  17.6s|103900 | 29096 |210448 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1248 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.50/17.65	c  17.6s|104000 | 29150 |210693 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1250 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.50/17.66	c  17.6s|104100 | 29184 |210906 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  0 |1252 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.50/17.67	c  17.7s|104200 | 29218 |211173 |   2.0 |    26M |  35 |  40 |  16 |   0 | 850 |  0 |1254 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.50/17.69	c  17.7s|104300 | 29260 |211362 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1255 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.60/17.70	c  17.7s|104400 | 29294 |211550 |   2.0 |    26M |  35 |  40 |  16 |   0 | 850 |  0 |1255 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.60/17.72	c  17.7s|104500 | 29323 |211737 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1257 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.60/17.73	c  17.7s|104600 | 29339 |211903 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1257 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.60/17.75	c  17.7s|104700 | 29367 |212097 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  0 |1257 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.60/17.76	c  17.7s|104800 | 29395 |212263 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  0 |1257 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.60/17.78	c  17.8s|104900 | 29413 |212430 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1259 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.60/17.79	c  17.8s|105000 | 29429 |212562 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1259 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.70/17.80	c  17.8s|105100 | 29465 |212771 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1261 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.70/17.82	c  17.8s|105200 | 29485 |212954 |   2.0 |    26M |  35 |  40 |  16 |   7 | 850 |  1 |1261 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.70/17.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.70/17.83	c  17.8s|105300 | 29515 |213141 |   2.0 |    26M |  35 |  40 |  16 |   7 | 850 |  1 |1261 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.70/17.85	c  17.8s|105400 | 29531 |213307 |   2.0 |    26M |  35 |  40 |  16 |   7 | 850 |  1 |1263 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.70/17.86	c  17.8s|105500 | 29551 |213471 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1265 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.70/17.87	c  17.9s|105600 | 29575 |213633 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1267 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.70/17.89	c  17.9s|105700 | 29617 |213826 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1267 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.79/17.90	c  17.9s|105800 | 29671 |214039 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1267 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.79/17.92	c  17.9s|105900 | 29711 |214226 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1268 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.79/17.93	c  17.9s|106000 | 29733 |214388 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1268 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.79/17.95	c  17.9s|106100 | 29753 |214533 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1268 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.79/17.96	c  17.9s|106200 | 29777 |214726 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1268 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.79/17.98	c  18.0s|106300 | 29819 |214994 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1268 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.79/17.99	c  18.0s|106400 | 29837 |215136 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1269 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.79/18.01	c  18.0s|106500 | 29867 |215305 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1269 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.91/18.02	c  18.0s|106600 | 29897 |215477 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1269 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.91/18.03	c  18.0s|106700 | 29923 |215622 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1269 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.91/18.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.91/18.05	c  18.0s|106800 | 29951 |215789 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1270 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.91/18.06	c  18.0s|106900 | 29963 |215960 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1270 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.91/18.07	c  18.1s|107000 | 29969 |216126 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1270 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.91/18.08	c  18.1s|107100 | 29991 |216296 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1271 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.91/18.10	c  18.1s|107200 | 30014 |216462 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1273 |  67 | 0.000000e+00 |      --      |    Inf | unknown
17.91/18.11	c  18.1s|107300 | 30040 |216624 |   2.0 |    26M |  35 |  40 |  16 |   6 | 850 |  1 |1273 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.01/18.12	c  18.1s|107400 | 30056 |216787 |   2.0 |    26M |  35 |  40 |  16 |   8 | 850 |  0 |1273 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.01/18.14	c  18.1s|107500 | 30088 |216999 |   2.0 |    27M |  35 |  40 |  16 |   7 | 850 |  1 |1273 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.01/18.15	c  18.1s|107600 | 30095 |217166 |   2.0 |    27M |  35 |  40 |  16 |   0 | 850 |  0 |1273 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.01/18.16	c  18.1s|107700 | 30115 |217336 |   2.0 |    27M |  35 |  40 |  16 |   7 | 850 |  0 |1273 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.01/18.17	c  18.2s|107800 | 30139 |217502 |   2.0 |    27M |  35 |  40 |  16 |   8 | 850 |  1 |1273 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.01/18.19	c  18.2s|107900 | 30151 |217665 |   2.0 |    27M |  35 |  40 |  16 |   6 | 850 |  0 |1274 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.09/18.20	c  18.2s|108000 | 30171 |217823 |   2.0 |    27M |  35 |  40 |  16 |   6 | 850 |  1 |1275 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.09/18.21	c  18.2s|108100 | 30201 |218014 |   2.0 |    27M |  35 |  40 |  16 |   7 | 850 |  1 |1275 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.09/18.23	c  18.2s|108200 | 30229 |218153 |   2.0 |    27M |  35 |  40 |  16 |   7 | 850 |  1 |1275 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.09/18.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
18.09/18.24	c  18.2s|108300 | 30255 |218432 |   2.0 |    27M |  35 |  40 |  16 |   7 | 850 |  1 |1278 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.09/18.26	c  18.2s|108400 | 30285 |218621 |   2.0 |    27M |  35 |  40 |  16 |   7 | 850 |  1 |1281 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.09/18.27	c  18.3s|108500 | 30309 |218786 |   2.0 |    27M |  35 |  40 |  16 |   7 | 850 |  1 |1282 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.09/18.28	c  18.3s|108600 | 30329 |218977 |   2.0 |    27M |  35 |  40 |  16 |   6 | 850 |  1 |1283 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.19/18.30	c  18.3s|108700 | 30345 |219153 |   2.0 |    27M |  35 |  40 |  16 |   8 | 850 |  0 |1283 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.19/18.31	c  18.3s|108800 | 30371 |219335 |   2.0 |    27M |  35 |  40 |  16 |   8 | 850 |  1 |1286 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.19/18.33	c  18.3s|108900 | 30401 |219485 |   2.0 |    27M |  35 |  40 |  16 |   6 | 850 |  0 |1288 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.19/18.34	c  18.3s|109000 | 30419 |219623 |   2.0 |    27M |  35 |  40 |  16 |   7 | 850 |  1 |1288 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.19/18.35	c  18.3s|109100 | 30447 |219803 |   2.0 |    27M |  35 |  40 |  16 |   0 | 850 |  0 |1288 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.19/18.37	c  18.4s|109200 | 30455 |219970 |   2.0 |    27M |  35 |  40 |  16 |   0 | 850 |  0 |1289 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.19/18.38	c  18.4s|109300 | 30463 |220105 |   2.0 |    27M |  35 |  40 |  16 |   0 | 850 |  0 |1289 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.19/18.40	c  18.4s|109400 | 30487 |220300 |   2.0 |    27M |  35 |  40 |  16 |   6 | 850 |  1 |1289 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.29/18.41	c  18.4s|109500 | 30521 |220472 |   2.0 |    27M |  35 |  40 |  16 |   6 | 850 |  0 |1290 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.29/18.42	c  18.4s|109600 | 30543 |220692 |   2.0 |    27M |  35 |  40 |  16 |   7 | 850 |  1 |1293 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.29/18.43	c  18.4s|109700 | 30562 |220883 |   2.0 |    27M |  35 |  40 |  16 |   8 | 850 |  1 |1298 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.29/18.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
18.29/18.45	c  18.4s|109800 | 30580 |221042 |   2.0 |    27M |  35 |  40 |  16 |   7 | 850 |  0 |1298 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.29/18.46	c  18.4s|109900 | 30586 |221198 |   2.0 |    27M |  35 |  40 |  16 |   8 | 850 |  0 |1299 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.29/18.47	c  18.5s|110000 | 30592 |221333 |   2.0 |    27M |  35 |  40 |  16 |   6 | 850 |  1 |1299 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.29/18.49	c  18.5s|110100 | 30600 |221507 |   2.0 |    27M |  35 |  40 |  16 |   0 | 850 |  0 |1299 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.39/18.50	c  18.5s|110200 | 30610 |221652 |   2.0 |    27M |  35 |  40 |  16 |   6 | 850 |  1 |1299 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.39/18.51	c  18.5s|110300 | 30628 |221849 |   2.0 |    27M |  35 |  40 |  16 |   7 | 850 |  0 |1300 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.39/18.53	c  18.5s|110400 | 30652 |221996 |   2.0 |    27M |  35 |  40 |  16 |   7 | 850 |  1 |1300 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.39/18.54	c  18.5s|110500 | 30652 |222142 |   2.0 |    27M |  35 |  40 |  16 |   7 | 850 |  0 |1300 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.39/18.55	c  18.5s|110600 | 30668 |222311 |   2.0 |    27M |  35 |  40 |  16 |   7 | 850 |  1 |1300 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.39/18.57	c  18.6s|110700 | 30670 |222447 |   2.0 |    27M |  35 |  40 |  16 |   7 | 850 |  1 |1300 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.39/18.58	c  18.6s|110800 | 30692 |222597 |   2.0 |    27M |  35 |  40 |  16 |   9 | 850 |  1 |1301 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.39/18.60	c  18.6s|110900 | 30708 |222784 |   2.0 |    27M |  35 |  40 |  16 |   7 | 850 |  1 |1302 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.49/18.61	c  18.6s|111000 | 30732 |222978 |   2.0 |    27M |  35 |  40 |  16 |   0 | 850 |  0 |1304 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.49/18.62	c  18.6s|111100 | 30736 |223122 |   2.0 |    27M |  35 |  40 |  16 |   8 | 850 |  0 |1306 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.49/18.64	c  18.6s|111200 | 30742 |223295 |   2.0 |    27M |  35 |  40 |  16 |   0 | 850 |  0 |1310 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.49/18.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
18.49/18.65	c  18.6s|111300 | 30770 |223502 |   2.0 |    27M |  35 |  40 |  16 |   8 | 850 |  1 |1313 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.49/18.66	c  18.7s|111400 | 30808 |223699 |   2.0 |    27M |  35 |  40 |  16 |   8 | 850 |  1 |1313 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.49/18.68	c  18.7s|111500 | 30822 |223885 |   2.0 |    27M |  35 |  40 |  16 |   8 | 850 |  1 |1316 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.49/18.69	c  18.7s|111600 | 30836 |224072 |   2.0 |    27M |  35 |  40 |  16 |   9 | 850 |  1 |1319 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.59/18.71	c  18.7s|111700 | 30866 |224277 |   2.0 |    27M |  35 |  40 |  16 |   0 | 850 |  0 |1320 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.59/18.73	c  18.7s|111800 | 30886 |224441 |   2.0 |    27M |  35 |  40 |  16 |   9 | 850 |  1 |1323 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.59/18.74	c  18.7s|111900 | 30914 |224689 |   2.0 |    27M |  35 |  40 |  16 |   8 | 850 |  1 |1327 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.59/18.76	c  18.7s|112000 | 30922 |224839 |   2.0 |    27M |  35 |  40 |  16 |   8 | 850 |  1 |1327 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.59/18.77	c  18.8s|112100 | 30934 |224997 |   2.0 |    27M |  35 |  40 |  16 |   0 | 850 |  0 |1329 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.59/18.78	c  18.8s|112200 | 30944 |225155 |   2.0 |    27M |  35 |  40 |  16 |   7 | 850 |  0 |1330 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.69/18.80	c  18.8s|112300 | 30954 |225301 |   2.0 |    27M |  35 |  40 |  16 |   8 | 850 |  1 |1331 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.69/18.81	c  18.8s|112400 | 30994 |225533 |   2.0 |    27M |  35 |  40 |  16 |   0 | 850 |  0 |1332 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.69/18.83	c  18.8s|112500 | 31016 |225708 |   2.0 |    27M |  35 |  40 |  16 |   0 | 850 |  0 |1334 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.69/18.84	c  18.8s|112600 | 31034 |225890 |   2.0 |    27M |  35 |  40 |  16 |   0 | 850 |  0 |1335 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.69/18.86	c  18.8s|112700 | 31038 |226065 |   2.0 |    27M |  35 |  40 |  16 |   7 | 850 |  1 |1335 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.69/18.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
18.69/18.87	c  18.9s|112800 | 31050 |226206 |   2.0 |    27M |  35 |  40 |  16 |   7 | 850 |  1 |1335 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.69/18.88	c  18.9s|112900 | 31060 |226388 |   2.0 |    27M |  35 |  40 |  16 |   6 | 850 |  0 |1335 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.79/18.91	c  18.9s|113000 | 31104 |226769 |   2.0 |    27M |  35 |  40 |  16 |   9 | 888 |  1 |1337 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.79/18.93	c  18.9s|113100 | 31156 |227083 |   2.0 |    27M |  35 |  40 |  16 |   5 | 890 |  1 |1339 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.79/18.95	c  18.9s|113200 | 31208 |227387 |   2.0 |    27M |  35 |  40 |  16 |   8 | 896 |  1 |1342 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.79/18.96	c  18.9s|113300 | 31256 |227702 |   2.0 |    27M |  35 |  40 |  16 |   8 | 896 |  1 |1349 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.79/18.98	c  19.0s|113400 | 31304 |227959 |   2.0 |    27M |  35 |  40 |  16 |   7 | 896 |  1 |1350 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.79/19.00	c  19.0s|113500 | 31348 |228181 |   2.0 |    27M |  35 |  40 |  16 |   0 | 896 |  0 |1350 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.90/19.01	c  19.0s|113600 | 31396 |228357 |   2.0 |    27M |  35 |  40 |  16 |   8 | 896 |  1 |1350 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.90/19.03	c  19.0s|113700 | 31456 |228689 |   2.0 |    27M |  35 |  40 |  16 |   8 | 903 |  1 |1350 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.90/19.05	c  19.0s|113800 | 31502 |228919 |   2.0 |    27M |  35 |  40 |  16 |   8 | 903 |  1 |1352 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.90/19.06	c  19.0s|113900 | 31546 |229149 |   2.0 |    27M |  35 |  40 |  16 |   8 | 903 |  0 |1353 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.90/19.08	c  19.1s|114000 | 31582 |229349 |   2.0 |    27M |  35 |  40 |  16 |   7 | 908 |  1 |1353 |  67 | 0.000000e+00 |      --      |    Inf | unknown
18.90/19.10	c  19.1s|114100 | 31602 |229514 |   2.0 |    27M |  35 |  40 |  16 |   8 | 908 |  1 |1354 |  67 | 0.000000e+00 |      --      |    Inf | unknown
19.00/19.11	c  19.1s|114200 | 31636 |229770 |   2.0 |    27M |  35 |  40 |  16 |   8 | 915 |  0 |1354 |  67 | 0.000000e+00 |      --      |    Inf | unknown
19.00/19.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
19.00/19.13	c  19.1s|114300 | 31680 |229970 |   2.0 |    27M |  35 |  40 |  16 |   0 | 915 |  0 |1358 |  67 | 0.000000e+00 |      --      |    Inf | unknown
19.00/19.14	c  19.1s|114400 | 31704 |230199 |   2.0 |    27M |  35 |  40 |  16 |   7 | 915 |  1 |1360 |  67 | 0.000000e+00 |      --      |    Inf | unknown
19.00/19.16	c  19.1s|114500 | 31738 |230454 |   2.0 |    27M |  35 |  40 |  16 |   7 | 915 |  1 |1360 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.00/19.17	c  19.2s|114600 | 31774 |230708 |   2.0 |    27M |  35 |  40 |  16 |   7 | 915 |  1 |1361 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.00/19.19	c  19.2s|114700 | 31804 |230932 |   2.0 |    27M |  35 |  40 |  16 |   7 | 915 |  1 |1361 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.09/19.20	c  19.2s|114800 | 31820 |231111 |   2.0 |    27M |  35 |  40 |  16 |   8 | 915 |  1 |1362 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.09/19.22	c  19.2s|114900 | 31866 |231334 |   2.0 |    27M |  35 |  40 |  16 |   8 | 915 |  1 |1362 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.09/19.24	c  19.2s|115000 | 31906 |231560 |   2.0 |    27M |  35 |  40 |  16 |   0 | 915 |  0 |1363 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.09/19.25	c  19.2s|115100 | 31932 |231783 |   2.0 |    27M |  35 |  40 |  16 |   7 | 915 |  1 |1363 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.09/19.27	c  19.3s|115200 | 31948 |231974 |   2.0 |    27M |  35 |  40 |  16 |   7 | 915 |  1 |1364 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.09/19.28	c  19.3s|115300 | 31950 |232142 |   2.0 |    27M |  35 |  40 |  16 |   0 | 915 |  0 |1365 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.09/19.29	c  19.3s|115400 | 31968 |232325 |   2.0 |    27M |  35 |  40 |  16 |   7 | 915 |  1 |1369 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.19/19.31	c  19.3s|115500 | 31996 |232528 |   2.0 |    27M |  35 |  40 |  16 |   8 | 915 |  1 |1369 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.19/19.32	c  19.3s|115600 | 32018 |232679 |   2.0 |    27M |  35 |  40 |  16 |   8 | 915 |  1 |1369 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.19/19.33	c  19.3s|115700 | 32038 |232883 |   2.0 |    27M |  35 |  40 |  16 |   7 | 915 |  1 |1370 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.19/19.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
19.19/19.35	c  19.3s|115800 | 32080 |233095 |   2.0 |    27M |  35 |  40 |  16 |   7 | 915 |  1 |1370 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.19/19.36	c  19.3s|115900 | 32096 |233276 |   2.0 |    27M |  35 |  40 |  16 |   8 | 915 |  0 |1370 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.19/19.38	c  19.4s|116000 | 32132 |233496 |   2.0 |    27M |  35 |  40 |  16 |   9 | 915 |  1 |1370 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.19/19.39	c  19.4s|116100 | 32158 |233703 |   2.0 |    27M |  35 |  40 |  16 |   8 | 915 |  1 |1372 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.29/19.40	c  19.4s|116200 | 32178 |233886 |   2.0 |    27M |  35 |  40 |  16 |   0 | 915 |  0 |1372 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.29/19.42	c  19.4s|116300 | 32212 |234125 |   2.0 |    27M |  35 |  40 |  16 |   7 | 921 |  0 |1373 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.29/19.44	c  19.4s|116400 | 32220 |234328 |   2.0 |    27M |  35 |  40 |  16 |   8 | 921 |  1 |1373 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.29/19.46	c  19.4s|116500 | 32260 |234548 |   2.0 |    27M |  35 |  40 |  16 |   9 | 921 |  1 |1374 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.29/19.47	c  19.5s|116600 | 32286 |234721 |   2.0 |    27M |  35 |  40 |  16 |   7 | 921 |  0 |1374 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.29/19.48	c  19.5s|116700 | 32310 |234930 |   2.0 |    28M |  35 |  40 |  16 |   7 | 921 |  0 |1375 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.29/19.49	c  19.5s|116800 | 32322 |235073 |   2.0 |    28M |  35 |  40 |  16 |   7 | 921 |  1 |1375 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.39/19.51	c  19.5s|116900 | 32350 |235285 |   2.0 |    28M |  35 |  40 |  16 |   7 | 921 |  0 |1378 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.39/19.52	c  19.5s|117000 | 32368 |235525 |   2.0 |    28M |  35 |  40 |  16 |   7 | 921 |  0 |1378 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.39/19.54	c  19.5s|117100 | 32390 |235707 |   2.0 |    28M |  35 |  40 |  16 |   8 | 921 |  1 |1379 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.39/19.55	c  19.5s|117200 | 32418 |235885 |   2.0 |    28M |  35 |  40 |  16 |   0 | 921 |  0 |1379 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.39/19.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
19.39/19.57	c  19.6s|117300 | 32444 |236072 |   2.0 |    28M |  35 |  40 |  16 |   9 | 921 |  1 |1381 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.39/19.58	c  19.6s|117400 | 32476 |236255 |   2.0 |    28M |  35 |  40 |  16 |   7 | 921 |  1 |1382 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.49/19.60	c  19.6s|117500 | 32496 |236418 |   2.0 |    28M |  35 |  40 |  16 |   8 | 921 |  0 |1383 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.49/19.61	c  19.6s|117600 | 32514 |236651 |   2.0 |    28M |  35 |  40 |  16 |   7 | 921 |  1 |1383 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.49/19.63	c  19.6s|117700 | 32532 |236858 |   2.0 |    28M |  35 |  40 |  16 |   7 | 921 |  0 |1383 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.49/19.64	c  19.6s|117800 | 32552 |237068 |   2.0 |    28M |  35 |  40 |  16 |   7 | 921 |  1 |1385 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.49/19.65	c  19.6s|117900 | 32574 |237248 |   2.0 |    28M |  35 |  40 |  16 |   0 | 921 |  0 |1385 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.49/19.67	c  19.7s|118000 | 32598 |237477 |   2.0 |    28M |  35 |  40 |  16 |   7 | 921 |  1 |1385 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.49/19.68	c  19.7s|118100 | 32606 |237615 |   2.0 |    28M |  35 |  40 |  16 |   8 | 921 |  0 |1386 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.59/19.70	c  19.7s|118200 | 32618 |237786 |   2.0 |    28M |  35 |  40 |  16 |   8 | 921 |  1 |1388 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.59/19.71	c  19.7s|118300 | 32622 |237960 |   2.0 |    28M |  35 |  40 |  16 |   7 | 921 |  1 |1388 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.59/19.73	c  19.7s|118400 | 32680 |238245 |   2.0 |    28M |  35 |  40 |  16 |   7 | 926 |  1 |1388 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.59/19.74	c  19.7s|118500 | 32710 |238498 |   2.0 |    28M |  35 |  40 |  16 |   7 | 926 |  1 |1389 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.59/19.76	c  19.7s|118600 | 32762 |238751 |   2.0 |    28M |  35 |  40 |  16 |   7 | 926 |  1 |1390 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.59/19.77	c  19.8s|118700 | 32784 |238951 |   2.0 |    28M |  35 |  40 |  16 |   7 | 926 |  0 |1392 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.59/19.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
19.59/19.78	c  19.8s|118800 | 32822 |239191 |   2.0 |    28M |  35 |  40 |  16 |   7 | 926 |  1 |1393 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.69/19.80	c  19.8s|118900 | 32856 |239449 |   2.0 |    28M |  35 |  40 |  16 |   7 | 926 |  0 |1394 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.69/19.81	c  19.8s|119000 | 32872 |239606 |   2.0 |    28M |  35 |  40 |  16 |   7 | 926 |  1 |1395 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.69/19.82	c  19.8s|119100 | 32876 |239792 |   2.0 |    28M |  35 |  40 |  16 |   7 | 926 |  1 |1395 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.69/19.84	c  19.8s|119200 | 32908 |240002 |   2.0 |    28M |  35 |  40 |  16 |   7 | 926 |  1 |1396 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.69/19.85	c  19.8s|119300 | 32942 |240185 |   2.0 |    28M |  35 |  40 |  16 |   7 | 926 |  1 |1396 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.69/19.87	c  19.9s|119400 | 32958 |240403 |   2.0 |    28M |  35 |  40 |  16 |   0 | 926 |  0 |1397 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.69/19.88	c  19.9s|119500 | 32970 |240545 |   2.0 |    28M |  35 |  40 |  16 |   9 | 926 |  1 |1397 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.79/19.90	c  19.9s|119600 | 32996 |240701 |   2.0 |    28M |  35 |  40 |  16 |   7 | 926 |  0 |1397 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.79/19.91	c  19.9s|119700 | 33006 |240816 |   2.0 |    28M |  35 |  40 |  16 |   8 | 926 |  1 |1397 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.79/19.93	c  19.9s|119800 | 33026 |240980 |   2.0 |    28M |  35 |  40 |  16 |   8 | 926 |  0 |1397 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.79/19.94	c  19.9s|119900 | 33044 |241181 |   2.0 |    28M |  35 |  40 |  16 |   8 | 926 |  1 |1399 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.79/19.95	c  19.9s|120000 | 33074 |241379 |   2.0 |    28M |  35 |  40 |  16 |   7 | 926 |  1 |1400 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.79/19.97	c  20.0s|120100 | 33088 |241551 |   2.0 |    28M |  35 |  40 |  16 |   9 | 926 |  1 |1400 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.79/19.98	c  20.0s|120200 | 33136 |241836 |   2.0 |    28M |  35 |  40 |  16 |   7 | 926 |  1 |1403 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.79/19.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
19.79/19.99	c  20.0s|120300 | 33146 |242019 |   2.0 |    28M |  35 |  40 |  16 |   8 | 926 |  1 |1405 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.79/20.01	c  20.0s|120400 | 33162 |242195 |   2.0 |    28M |  35 |  40 |  16 |   7 | 926 |  1 |1405 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.90/20.02	c  20.0s|120500 | 33174 |242380 |   2.0 |    28M |  35 |  40 |  16 |   7 | 926 |  0 |1405 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.90/20.03	c  20.0s|120600 | 33184 |242567 |   2.0 |    28M |  35 |  40 |  16 |   7 | 926 |  0 |1406 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.90/20.05	c  20.0s|120700 | 33196 |242718 |   2.0 |    28M |  35 |  40 |  16 |   0 | 926 |  0 |1407 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.90/20.06	c  20.0s|120800 | 33248 |242963 |   2.0 |    28M |  35 |  40 |  16 |   7 | 926 |  1 |1409 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.90/20.08	c  20.1s|120900 | 33266 |243137 |   2.0 |    28M |  35 |  40 |  16 |   0 | 926 |  0 |1412 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.90/20.09	c  20.1s|121000 | 33292 |243296 |   2.0 |    28M |  35 |  40 |  16 |   7 | 926 |  1 |1412 |  72 | 0.000000e+00 |      --      |    Inf | unknown
19.90/20.10	c  20.1s|121100 | 33308 |243471 |   2.0 |    28M |  35 |  40 |  16 |   7 | 926 |  0 |1412 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.00/20.11	c  20.1s|121200 | 33314 |243614 |   2.0 |    28M |  35 |  40 |  16 |   7 | 926 |  1 |1412 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.00/20.13	c  20.1s|121300 | 33336 |243798 |   2.0 |    28M |  35 |  40 |  16 |   8 | 926 |  1 |1412 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.00/20.14	c  20.1s|121400 | 33344 |243987 |   2.0 |    28M |  35 |  40 |  16 |   7 | 926 |  1 |1413 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.00/20.16	c  20.1s|121500 | 33360 |244180 |   2.0 |    28M |  35 |  40 |  16 |   9 | 926 |  1 |1413 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.00/20.17	c  20.2s|121600 | 33382 |244360 |   2.0 |    28M |  35 |  40 |  16 |   0 | 926 |  0 |1413 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.00/20.19	c  20.2s|121700 | 33424 |244563 |   2.0 |    28M |  35 |  40 |  16 |   7 | 926 |  1 |1413 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.09/20.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
20.09/20.20	c  20.2s|121800 | 33438 |244742 |   2.0 |    28M |  35 |  40 |  16 |   7 | 926 |  1 |1414 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.09/20.21	c  20.2s|121900 | 33442 |244905 |   2.0 |    28M |  35 |  40 |  16 |   7 | 926 |  0 |1416 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.09/20.23	c  20.2s|122000 | 33452 |245118 |   2.0 |    28M |  35 |  40 |  16 |   7 | 926 |  0 |1419 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.09/20.24	c  20.2s|122100 | 33480 |245333 |   2.0 |    28M |  35 |  40 |  16 |   8 | 926 |  0 |1419 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.09/20.26	c  20.2s|122200 | 33496 |245501 |   2.0 |    28M |  35 |  40 |  16 |   8 | 926 |  0 |1419 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.09/20.27	c  20.3s|122300 | 33518 |245688 |   2.0 |    28M |  35 |  40 |  16 |   7 | 926 |  1 |1419 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.09/20.29	c  20.3s|122400 | 33570 |245971 |   2.0 |    28M |  35 |  40 |  16 |   8 | 932 |  1 |1420 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.19/20.31	c  20.3s|122500 | 33626 |246201 |   2.0 |    28M |  35 |  40 |  16 |   8 | 932 |  0 |1421 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.19/20.32	c  20.3s|122600 | 33658 |246423 |   2.0 |    28M |  35 |  40 |  16 |   8 | 932 |  1 |1421 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.19/20.34	c  20.3s|122700 | 33686 |246685 |   2.0 |    28M |  35 |  40 |  16 |   8 | 932 |  1 |1424 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.19/20.35	c  20.3s|122800 | 33708 |246865 |   2.0 |    28M |  35 |  40 |  16 |   0 | 932 |  0 |1426 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.19/20.37	c  20.4s|122900 | 33754 |247106 |   2.0 |    28M |  35 |  40 |  16 |   8 | 932 |  1 |1426 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.19/20.38	c  20.4s|123000 | 33778 |247302 |   2.0 |    28M |  35 |  40 |  16 |   8 | 932 |  0 |1427 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.19/20.39	c  20.4s|123100 | 33816 |247509 |   2.0 |    28M |  35 |  40 |  16 |   8 | 932 |  1 |1429 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.29/20.41	c  20.4s|123200 | 33838 |247686 |   2.0 |    28M |  35 |  40 |  16 |   8 | 932 |  1 |1430 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.29/20.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
20.29/20.42	c  20.4s|123300 | 33860 |247843 |   2.0 |    28M |  35 |  40 |  16 |   8 | 932 |  0 |1430 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.29/20.43	c  20.4s|123400 | 33888 |248025 |   2.0 |    28M |  35 |  40 |  16 |   8 | 932 |  1 |1433 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.29/20.45	c  20.4s|123500 | 33916 |248200 |   2.0 |    28M |  35 |  40 |  16 |   8 | 932 |  1 |1436 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.29/20.46	c  20.4s|123600 | 33938 |248352 |   2.0 |    28M |  35 |  40 |  16 |   7 | 932 |  1 |1437 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.29/20.47	c  20.5s|123700 | 33950 |248535 |   2.0 |    28M |  35 |  40 |  16 |   8 | 932 |  1 |1438 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.29/20.49	c  20.5s|123800 | 33964 |248701 |   2.0 |    28M |  35 |  40 |  16 |   7 | 932 |  0 |1438 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.39/20.51	c  20.5s|123900 | 33994 |248884 |   2.0 |    28M |  35 |  40 |  16 |   7 | 932 |  1 |1438 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.39/20.52	c  20.5s|124000 | 34014 |249086 |   2.0 |    28M |  35 |  40 |  16 |   7 | 932 |  1 |1439 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.39/20.53	c  20.5s|124100 | 34042 |249244 |   2.0 |    28M |  35 |  40 |  16 |   0 | 932 |  0 |1440 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.39/20.55	c  20.5s|124200 | 34062 |249423 |   2.0 |    28M |  35 |  40 |  16 |   7 | 932 |  1 |1441 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.39/20.57	c  20.6s|124300 | 34076 |249577 |   2.0 |    28M |  35 |  40 |  16 |   8 | 932 |  1 |1442 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.39/20.58	c  20.6s|124400 | 34112 |249801 |   2.0 |    28M |  35 |  40 |  16 |   8 | 932 |  1 |1444 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.48/20.60	c  20.6s|124500 | 34156 |250010 |   2.0 |    28M |  35 |  40 |  16 |   8 | 932 |  1 |1444 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.48/20.61	c  20.6s|124600 | 34174 |250169 |   2.0 |    28M |  35 |  40 |  16 |   8 | 932 |  1 |1445 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.48/20.62	c  20.6s|124700 | 34216 |250365 |   2.0 |    28M |  35 |  40 |  16 |   8 | 932 |  0 |1445 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.48/20.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
20.48/20.64	c  20.6s|124800 | 34248 |250536 |   2.0 |    28M |  35 |  40 |  16 |   8 | 932 |  0 |1445 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.48/20.65	c  20.6s|124900 | 34262 |250686 |   2.0 |    28M |  35 |  40 |  16 |   8 | 932 |  1 |1445 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.48/20.66	c  20.7s|125000 | 34272 |250817 |   2.0 |    28M |  35 |  40 |  16 |   8 | 932 |  1 |1445 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.48/20.68	c  20.7s|125100 | 34276 |250970 |   2.0 |    28M |  35 |  40 |  16 |   0 | 932 |  0 |1445 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.48/20.69	c  20.7s|125200 | 34284 |251114 |   2.0 |    28M |  35 |  40 |  16 |   7 | 932 |  0 |1446 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.59/20.71	c  20.7s|125300 | 34308 |251290 |   2.0 |    28M |  35 |  40 |  16 |   6 | 932 |  0 |1447 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.59/20.72	c  20.7s|125400 | 34354 |251563 |   2.0 |    29M |  35 |  40 |  16 |   7 | 937 |  1 |1447 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.59/20.74	c  20.7s|125500 | 34394 |251777 |   2.0 |    29M |  35 |  40 |  16 |   0 | 937 |  0 |1447 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.59/20.75	c  20.7s|125600 | 34434 |251960 |   2.0 |    29M |  35 |  40 |  16 |   7 | 937 |  1 |1448 |  72 | 0.000000e+00 |      --      |    Inf | unknown
20.59/20.77	c  20.8s|125700 | 34480 |252155 |   2.0 |    29M |  35 |  40 |  16 |   7 | 937 |  1 |1448 |  77 | 0.000000e+00 |      --      |    Inf | unknown
20.59/20.78	c  20.8s|125800 | 34504 |252324 |   2.0 |    29M |  35 |  40 |  16 |   7 | 937 |  1 |1448 |  77 | 0.000000e+00 |      --      |    Inf | unknown
20.59/20.79	c  20.8s|125900 | 34532 |252512 |   2.0 |    29M |  35 |  40 |  16 |   7 | 937 |  0 |1448 |  77 | 0.000000e+00 |      --      |    Inf | unknown
20.69/20.81	c  20.8s|126000 | 34568 |252816 |   2.0 |    29M |  35 |  40 |  16 |   8 | 955 |  1 |1448 |  77 | 0.000000e+00 |      --      |    Inf | unknown
20.69/20.83	c  20.8s|126100 | 34610 |253056 |   2.0 |    29M |  35 |  40 |  16 |   5 | 955 |  1 |1448 |  82 | 0.000000e+00 |      --      |    Inf | unknown
20.69/20.84	c  20.8s|126200 | 34674 |253326 |   2.0 |    29M |  35 |  40 |  16 |   5 | 955 |  1 |1449 |  82 | 0.000000e+00 |      --      |    Inf | unknown
20.69/20.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
20.69/20.86	c  20.8s|126300 | 34728 |253512 |   2.0 |    29M |  35 |  40 |  16 |   5 | 955 |  1 |1453 |  82 | 0.000000e+00 |      --      |    Inf | unknown
20.69/20.87	c  20.9s|126400 | 34760 |253746 |   2.0 |    29M |  35 |  40 |  16 |   8 | 955 |  1 |1453 |  82 | 0.000000e+00 |      --      |    Inf | unknown
20.69/20.89	c  20.9s|126500 | 34792 |253909 |   2.0 |    29M |  35 |  40 |  16 |   8 | 955 |  1 |1453 |  82 | 0.000000e+00 |      --      |    Inf | unknown
20.79/20.91	c  20.9s|126600 | 34828 |254143 |   2.0 |    29M |  35 |  40 |  16 |   8 | 955 |  0 |1457 |  82 | 0.000000e+00 |      --      |    Inf | unknown
20.79/20.92	c  20.9s|126700 | 34872 |254363 |   2.0 |    29M |  35 |  40 |  16 |   5 | 955 |  1 |1457 |  82 | 0.000000e+00 |      --      |    Inf | unknown
20.79/20.94	c  20.9s|126800 | 34892 |254536 |   2.0 |    29M |  35 |  40 |  16 |   8 | 955 |  1 |1457 |  82 | 0.000000e+00 |      --      |    Inf | unknown
20.79/20.95	c  20.9s|126900 | 34920 |254727 |   2.0 |    29M |  35 |  40 |  16 |   5 | 955 |  1 |1460 |  82 | 0.000000e+00 |      --      |    Inf | unknown
20.79/20.96	c  20.9s|127000 | 34958 |254940 |   2.0 |    29M |  35 |  40 |  16 |   5 | 955 |  1 |1464 |  82 | 0.000000e+00 |      --      |    Inf | unknown
20.79/20.98	c  21.0s|127100 | 35008 |255190 |   2.0 |    29M |  35 |  40 |  16 |   6 | 955 |  1 |1469 |  82 | 0.000000e+00 |      --      |    Inf | unknown
20.79/21.00	c  21.0s|127200 | 35068 |255438 |   2.0 |    29M |  35 |  40 |  16 |   6 | 955 |  1 |1469 |  82 | 0.000000e+00 |      --      |    Inf | unknown
20.90/21.01	c  21.0s|127300 | 35110 |255658 |   2.0 |    29M |  35 |  40 |  16 |   6 | 955 |  1 |1470 |  82 | 0.000000e+00 |      --      |    Inf | unknown
20.90/21.03	c  21.0s|127400 | 35128 |255879 |   2.0 |    29M |  35 |  40 |  16 |   6 | 955 |  1 |1471 |  82 | 0.000000e+00 |      --      |    Inf | unknown
20.90/21.04	c  21.0s|127500 | 35146 |256077 |   2.0 |    29M |  35 |  40 |  16 |   6 | 955 |  1 |1472 |  82 | 0.000000e+00 |      --      |    Inf | unknown
20.90/21.06	c  21.0s|127600 | 35164 |256244 |   2.0 |    29M |  35 |  40 |  16 |   7 | 955 |  1 |1476 |  82 | 0.000000e+00 |      --      |    Inf | unknown
20.90/21.07	c  21.1s|127700 | 35182 |256419 |   2.0 |    29M |  35 |  40 |  16 |   5 | 955 |  1 |1477 |  87 | 0.000000e+00 |      --      |    Inf | unknown
20.90/21.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
20.90/21.08	c  21.1s|127800 | 35208 |256582 |   2.0 |    29M |  35 |  40 |  16 |   8 | 955 |  1 |1477 |  87 | 0.000000e+00 |      --      |    Inf | unknown
20.90/21.10	c  21.1s|127900 | 35238 |256776 |   2.0 |    29M |  35 |  40 |  16 |   8 | 955 |  1 |1477 |  87 | 0.000000e+00 |      --      |    Inf | unknown
21.00/21.11	c  21.1s|128000 | 35256 |256936 |   2.0 |    29M |  35 |  40 |  16 |   5 | 955 |  1 |1477 |  87 | 0.000000e+00 |      --      |    Inf | unknown
21.00/21.12	c  21.1s|128100 | 35278 |257115 |   2.0 |    29M |  35 |  40 |  16 |   0 | 955 |  0 |1478 |  87 | 0.000000e+00 |      --      |    Inf | unknown
21.00/21.14	c  21.1s|128200 | 35330 |257361 |   2.0 |    29M |  35 |  40 |  16 |   7 | 960 |  1 |1478 |  87 | 0.000000e+00 |      --      |    Inf | unknown
21.00/21.15	c  21.1s|128300 | 35378 |257589 |   2.0 |    29M |  35 |  40 |  16 |   7 | 960 |  1 |1478 |  87 | 0.000000e+00 |      --      |    Inf | unknown
21.00/21.17	c  21.2s|128400 | 35386 |257727 |   2.0 |    29M |  35 |  40 |  16 |   7 | 960 |  1 |1478 |  87 | 0.000000e+00 |      --      |    Inf | unknown
21.00/21.18	c  21.2s|128500 | 35406 |257902 |   2.0 |    29M |  35 |  40 |  16 |   7 | 960 |  1 |1481 |  87 | 0.000000e+00 |      --      |    Inf | unknown
21.00/21.19	c  21.2s|128600 | 35446 |258098 |   2.0 |    29M |  35 |  40 |  16 |   8 | 960 |  1 |1481 |  87 | 0.000000e+00 |      --      |    Inf | unknown
21.09/21.21	c  21.2s|128700 | 35460 |258299 |   2.0 |    29M |  35 |  40 |  16 |   6 | 960 |  1 |1481 |  87 | 0.000000e+00 |      --      |    Inf | unknown
21.09/21.22	c  21.2s|128800 | 35496 |258514 |   2.0 |    29M |  35 |  40 |  16 |   5 | 960 |  0 |1482 |  87 | 0.000000e+00 |      --      |    Inf | unknown
21.09/21.24	c  21.2s|128900 | 35524 |258700 |   2.0 |    29M |  35 |  40 |  16 |   6 | 960 |  1 |1482 |  87 | 0.000000e+00 |      --      |    Inf | unknown
21.09/21.25	c  21.2s|129000 | 35552 |258841 |   2.0 |    29M |  35 |  40 |  16 |   6 | 960 |  1 |1482 |  87 | 0.000000e+00 |      --      |    Inf | unknown
21.09/21.26	c  21.2s|129100 | 35572 |259010 |   2.0 |    29M |  35 |  40 |  16 |   8 | 960 |  1 |1482 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.09/21.28	c  21.3s|129200 | 35586 |259192 |   2.0 |    29M |  35 |  40 |  16 |   0 | 960 |  0 |1482 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.09/21.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
21.09/21.29	c  21.3s|129300 | 35604 |259370 |   2.0 |    29M |  35 |  40 |  16 |   7 | 960 |  1 |1483 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.19/21.30	c  21.3s|129400 | 35622 |259540 |   2.0 |    29M |  35 |  40 |  16 |   5 | 960 |  1 |1484 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.19/21.32	c  21.3s|129500 | 35652 |259747 |   2.0 |    29M |  35 |  40 |  16 |   6 | 960 |  1 |1484 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.19/21.33	c  21.3s|129600 | 35678 |259903 |   2.0 |    29M |  35 |  40 |  16 |   0 | 960 |  0 |1484 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.19/21.35	c  21.3s|129700 | 35690 |260074 |   2.0 |    29M |  35 |  40 |  16 |   7 | 960 |  0 |1485 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.19/21.36	c  21.3s|129800 | 35702 |260264 |   2.0 |    29M |  35 |  40 |  16 |   5 | 960 |  0 |1485 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.19/21.37	c  21.4s|129900 | 35724 |260432 |   2.0 |    29M |  35 |  40 |  16 |   8 | 960 |  0 |1485 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.19/21.39	c  21.4s|130000 | 35764 |260604 |   2.0 |    29M |  35 |  40 |  16 |   0 | 960 |  0 |1485 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.29/21.40	c  21.4s|130100 | 35780 |260732 |   2.0 |    29M |  35 |  40 |  16 |   8 | 960 |  1 |1485 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.29/21.41	c  21.4s|130200 | 35796 |260885 |   2.0 |    29M |  35 |  40 |  16 |   8 | 960 |  0 |1485 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.29/21.43	c  21.4s|130300 | 35814 |261075 |   2.0 |    30M |  35 |  40 |  16 |   7 | 960 |  1 |1486 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.29/21.44	c  21.4s|130400 | 35830 |261228 |   2.0 |    30M |  35 |  40 |  16 |   7 | 960 |  0 |1488 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.29/21.46	c  21.4s|130500 | 35842 |261403 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  0 |1488 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.29/21.47	c  21.5s|130600 | 35862 |261585 |   2.0 |    30M |  35 |  40 |  16 |   0 | 960 |  0 |1488 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.29/21.49	c  21.5s|130700 | 35860 |261762 |   2.0 |    30M |  35 |  40 |  16 |   7 | 960 |  1 |1490 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.39/21.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
21.39/21.50	c  21.5s|130800 | 35879 |261964 |   2.0 |    30M |  35 |  40 |  16 |   7 | 960 |  1 |1490 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.39/21.52	c  21.5s|130900 | 35891 |262165 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  0 |1491 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.39/21.53	c  21.5s|131000 | 35919 |262332 |   2.0 |    30M |  35 |  40 |  16 |   0 | 960 |  0 |1491 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.39/21.54	c  21.5s|131100 | 35937 |262497 |   2.0 |    30M |  35 |  40 |  16 |   6 | 960 |  1 |1491 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.39/21.56	c  21.5s|131200 | 35943 |262654 |   2.0 |    30M |  35 |  40 |  16 |   7 | 960 |  0 |1491 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.39/21.57	c  21.6s|131300 | 35969 |262836 |   2.0 |    30M |  35 |  40 |  16 |   7 | 960 |  1 |1491 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.39/21.58	c  21.6s|131400 | 36003 |263073 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  1 |1491 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.49/21.60	c  21.6s|131500 | 36051 |263288 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  1 |1492 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.49/21.61	c  21.6s|131600 | 36076 |263475 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  0 |1493 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.49/21.63	c  21.6s|131700 | 36090 |263652 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  1 |1493 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.49/21.64	c  21.6s|131800 | 36090 |263823 |   2.0 |    30M |  35 |  40 |  16 |   5 | 960 |  0 |1495 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.49/21.66	c  21.6s|131900 | 36122 |263990 |   2.0 |    30M |  35 |  40 |  16 |   0 | 960 |  0 |1495 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.49/21.67	c  21.7s|132000 | 36134 |264144 |   2.0 |    30M |  35 |  40 |  16 |   7 | 960 |  1 |1495 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.49/21.69	c  21.7s|132100 | 36150 |264300 |   2.0 |    30M |  35 |  40 |  16 |   9 | 960 |  0 |1496 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.59/21.70	c  21.7s|132200 | 36168 |264470 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  1 |1496 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.59/21.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
21.59/21.72	c  21.7s|132300 | 36186 |264629 |   2.0 |    30M |  35 |  40 |  16 |  10 | 960 |  1 |1498 |  92 | 0.000000e+00 |      --      |    Inf | unknown
21.59/21.73	c  21.7s|132400 | 36182 |264782 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  1 |1499 |  97 | 0.000000e+00 |      --      |    Inf | unknown
21.59/21.75	c  21.7s|132500 | 36196 |264958 |   2.0 |    30M |  35 |  40 |  16 |   5 | 960 |  1 |1502 |  97 | 0.000000e+00 |      --      |    Inf | unknown
21.59/21.76	c  21.7s|132600 | 36216 |265156 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  1 |1505 |  97 | 0.000000e+00 |      --      |    Inf | unknown
21.59/21.77	c  21.8s|132700 | 36228 |265316 |   2.0 |    30M |  35 |  40 |  16 |   0 | 960 |  0 |1506 |  97 | 0.000000e+00 |      --      |    Inf | unknown
21.59/21.79	c  21.8s|132800 | 36242 |265448 |   2.0 |    30M |  35 |  40 |  16 |   9 | 960 |  0 |1507 | 102 | 0.000000e+00 |      --      |    Inf | unknown
21.69/21.80	c  21.8s|132900 | 36273 |265661 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  1 |1513 | 102 | 0.000000e+00 |      --      |    Inf | unknown
21.69/21.81	c  21.8s|133000 | 36289 |265807 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  1 |1513 | 102 | 0.000000e+00 |      --      |    Inf | unknown
21.69/21.83	c  21.8s|133100 | 36338 |266010 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  1 |1513 | 102 | 0.000000e+00 |      --      |    Inf | unknown
21.69/21.85	c  21.8s|133200 | 36348 |266145 |   2.0 |    30M |  35 |  40 |  16 |   9 | 960 |  1 |1513 | 102 | 0.000000e+00 |      --      |    Inf | unknown
21.69/21.86	c  21.8s|133300 | 36372 |266281 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  1 |1513 | 102 | 0.000000e+00 |      --      |    Inf | unknown
21.69/21.87	c  21.9s|133400 | 36422 |266486 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  1 |1513 | 102 | 0.000000e+00 |      --      |    Inf | unknown
21.69/21.89	c  21.9s|133500 | 36434 |266643 |   2.0 |    30M |  35 |  40 |  16 |   0 | 960 |  0 |1514 | 102 | 0.000000e+00 |      --      |    Inf | unknown
21.79/21.90	c  21.9s|133600 | 36454 |266808 |   2.0 |    30M |  35 |  40 |  16 |   0 | 960 |  0 |1518 | 102 | 0.000000e+00 |      --      |    Inf | unknown
21.79/21.91	c  21.9s|133700 | 36460 |266965 |   2.0 |    30M |  35 |  40 |  16 |   7 | 960 |  0 |1519 | 102 | 0.000000e+00 |      --      |    Inf | unknown
21.79/21.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
21.79/21.93	c  21.9s|133800 | 36471 |267146 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  0 |1520 | 102 | 0.000000e+00 |      --      |    Inf | unknown
21.79/21.94	c  21.9s|133900 | 36487 |267359 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  1 |1520 | 102 | 0.000000e+00 |      --      |    Inf | unknown
21.79/21.96	c  21.9s|134000 | 36519 |267582 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  1 |1525 | 102 | 0.000000e+00 |      --      |    Inf | unknown
21.79/21.97	c  22.0s|134100 | 36531 |267765 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  1 |1526 | 102 | 0.000000e+00 |      --      |    Inf | unknown
21.79/21.98	c  22.0s|134200 | 36545 |267941 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  1 |1527 | 102 | 0.000000e+00 |      --      |    Inf | unknown
21.79/22.00	c  22.0s|134300 | 36559 |268107 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  1 |1529 | 102 | 0.000000e+00 |      --      |    Inf | unknown
21.90/22.01	c  22.0s|134400 | 36575 |268303 |   2.0 |    30M |  35 |  40 |  16 |   6 | 960 |  1 |1531 | 102 | 0.000000e+00 |      --      |    Inf | unknown
21.90/22.03	c  22.0s|134500 | 36595 |268449 |   2.0 |    30M |  35 |  40 |  16 |   0 | 960 |  0 |1531 | 102 | 0.000000e+00 |      --      |    Inf | unknown
21.90/22.04	c  22.0s|134600 | 36607 |268630 |   2.0 |    30M |  35 |  40 |  16 |   7 | 960 |  1 |1534 | 102 | 0.000000e+00 |      --      |    Inf | unknown
21.90/22.05	c  22.0s|134700 | 36627 |268809 |   2.0 |    30M |  35 |  40 |  16 |   7 | 960 |  1 |1535 | 102 | 0.000000e+00 |      --      |    Inf | unknown
21.90/22.07	c  22.1s|134800 | 36633 |268988 |   2.0 |    30M |  35 |  40 |  16 |   7 | 960 |  0 |1536 | 102 | 0.000000e+00 |      --      |    Inf | unknown
21.90/22.08	c  22.1s|134900 | 36655 |269188 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  1 |1536 | 102 | 0.000000e+00 |      --      |    Inf | unknown
21.90/22.09	c  22.1s|135000 | 36693 |269395 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  1 |1536 | 102 | 0.000000e+00 |      --      |    Inf | unknown
21.90/22.11	c  22.1s|135100 | 36727 |269565 |   2.0 |    30M |  35 |  40 |  16 |   0 | 960 |  0 |1536 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.00/22.13	c  22.1s|135200 | 36755 |269717 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  0 |1536 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.00/22.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
22.00/22.14	c  22.1s|135300 | 36759 |269898 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  1 |1537 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.00/22.15	c  22.1s|135400 | 36803 |270119 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  0 |1538 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.00/22.17	c  22.2s|135500 | 36815 |270319 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  1 |1541 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.00/22.18	c  22.2s|135600 | 36849 |270495 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  0 |1542 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.00/22.19	c  22.2s|135700 | 36877 |270668 |   2.0 |    30M |  35 |  40 |  16 |   6 | 960 |  1 |1542 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.09/22.21	c  22.2s|135800 | 36897 |270860 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  1 |1542 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.09/22.22	c  22.2s|135900 | 36921 |271038 |   2.0 |    30M |  35 |  40 |  16 |   7 | 960 |  1 |1542 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.09/22.24	c  22.2s|136000 | 36951 |271217 |   2.0 |    30M |  35 |  40 |  16 |   7 | 960 |  1 |1544 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.09/22.25	c  22.2s|136100 | 36956 |271412 |   2.0 |    30M |  35 |  40 |  16 |   0 | 960 |  0 |1545 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.09/22.27	c  22.3s|136200 | 36988 |271566 |   2.0 |    30M |  35 |  40 |  16 |   0 | 960 |  0 |1545 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.09/22.28	c  22.3s|136300 | 37012 |271720 |   2.0 |    30M |  35 |  40 |  16 |   0 | 960 |  0 |1545 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.09/22.30	c  22.3s|136400 | 37020 |271864 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  1 |1546 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.19/22.31	c  22.3s|136500 | 37040 |272044 |   2.0 |    30M |  35 |  40 |  16 |   7 | 960 |  0 |1548 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.19/22.32	c  22.3s|136600 | 37044 |272248 |   2.0 |    30M |  35 |  40 |  16 |   9 | 960 |  0 |1548 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.19/22.34	c  22.3s|136700 | 37096 |272457 |   2.0 |    30M |  35 |  40 |  16 |   7 | 960 |  1 |1548 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.19/22.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
22.19/22.36	c  22.3s|136800 | 37138 |272705 |   2.0 |    30M |  35 |  40 |  16 |   7 | 960 |  1 |1550 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.19/22.37	c  22.4s|136900 | 37144 |272910 |   2.0 |    30M |  35 |  40 |  16 |   9 | 960 |  1 |1552 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.19/22.38	c  22.4s|137000 | 37160 |273081 |   2.0 |    30M |  35 |  40 |  16 |   7 | 960 |  1 |1552 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.19/22.39	c  22.4s|137100 | 37172 |273263 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  0 |1554 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.29/22.41	c  22.4s|137200 | 37198 |273439 |   2.0 |    30M |  35 |  40 |  16 |   0 | 960 |  0 |1554 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.29/22.42	c  22.4s|137300 | 37212 |273609 |   2.0 |    30M |  35 |  40 |  16 |   9 | 960 |  1 |1555 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.29/22.44	c  22.4s|137400 | 37228 |273766 |   2.0 |    30M |  35 |  40 |  16 |   0 | 960 |  0 |1555 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.29/22.45	c  22.4s|137500 | 37240 |273921 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  0 |1557 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.29/22.47	c  22.5s|137600 | 37254 |274080 |   2.0 |    30M |  35 |  40 |  16 |   0 | 960 |  0 |1558 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.29/22.48	c  22.5s|137700 | 37252 |274238 |   2.0 |    30M |  35 |  40 |  16 |   0 | 960 |  0 |1562 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.29/22.50	c  22.5s|137800 | 37262 |274387 |   2.0 |    30M |  35 |  40 |  16 |   7 | 960 |  0 |1564 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.39/22.51	c  22.5s|137900 | 37270 |274550 |   2.0 |    30M |  35 |  40 |  16 |   9 | 960 |  0 |1567 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.39/22.52	c  22.5s|138000 | 37288 |274697 |   2.0 |    30M |  35 |  40 |  16 |   5 | 960 |  0 |1568 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.39/22.54	c  22.5s|138100 | 37298 |274860 |   2.0 |    30M |  35 |  40 |  16 |   9 | 960 |  0 |1568 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.39/22.55	c  22.5s|138200 | 37310 |275000 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  1 |1569 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.39/22.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
22.39/22.57	c  22.6s|138300 | 37314 |275153 |   2.0 |    30M |  35 |  40 |  16 |   7 | 960 |  1 |1570 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.39/22.58	c  22.6s|138400 | 37324 |275295 |   2.0 |    30M |  35 |  40 |  16 |   8 | 960 |  1 |1571 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.39/22.60	c  22.6s|138500 | 37328 |275444 |   2.0 |    30M |  35 |  40 |  16 |   8 | 965 |  1 |1571 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.49/22.62	c  22.6s|138600 | 37412 |275881 |   2.0 |    30M |  35 |  40 |  16 |   6 | 981 |  1 |1573 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.49/22.64	c  22.6s|138700 | 37466 |276114 |   2.0 |    30M |  35 |  40 |  16 |   8 | 981 |  1 |1575 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.49/22.65	c  22.6s|138800 | 37502 |276298 |   2.0 |    30M |  35 |  40 |  16 |   6 | 981 |  1 |1576 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.49/22.67	c  22.7s|138900 | 37542 |276508 |   2.0 |    30M |  35 |  40 |  16 |   6 | 981 |  0 |1576 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.59/22.70	c  22.7s|139000 | 37592 |276769 |   2.0 |    30M |  35 |  40 |  16 |   8 | 987 |  0 |1577 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.59/22.72	c  22.7s|139100 | 37648 |277035 |   2.0 |    30M |  35 |  40 |  16 |   8 | 989 |  1 |1578 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.59/22.73	c  22.7s|139200 | 37664 |277235 |   2.0 |    30M |  35 |  40 |  16 |   8 | 989 |  1 |1580 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.59/22.74	c  22.7s|139300 | 37692 |277478 |   2.0 |    30M |  35 |  40 |  16 |   8 | 989 |  0 |1584 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.59/22.76	c  22.7s|139400 | 37720 |277686 |   2.0 |    30M |  35 |  40 |  16 |   8 | 989 |  1 |1585 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.59/22.77	c  22.8s|139500 | 37754 |277886 |   2.0 |    30M |  35 |  40 |  16 |   8 | 994 |  0 |1588 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.59/22.78	c  22.8s|139600 | 37784 |278040 |   2.0 |    30M |  35 |  40 |  16 |   6 | 994 |  1 |1589 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.69/22.80	c  22.8s|139700 | 37807 |278234 |   2.0 |    30M |  35 |  40 |  16 |   8 | 994 |  1 |1592 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.69/22.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
22.69/22.81	c  22.8s|139800 | 37831 |278431 |   2.0 |    30M |  35 |  40 |  16 |   8 | 994 |  0 |1594 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.69/22.83	c  22.8s|139900 | 37837 |278625 |   2.0 |    30M |  35 |  40 |  16 |   8 | 994 |  1 |1595 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.69/22.84	c  22.8s|140000 | 37865 |278820 |   2.0 |    30M |  35 |  40 |  16 |   0 | 994 |  0 |1595 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.69/22.85	c  22.8s|140100 | 37891 |279021 |   2.0 |    30M |  35 |  40 |  16 |   8 | 994 |  1 |1601 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.69/22.87	c  22.9s|140200 | 37903 |279224 |   2.0 |    30M |  35 |  40 |  16 |   8 | 995 |  1 |1603 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.69/22.88	c  22.9s|140300 | 37931 |279420 |   2.0 |    30M |  35 |  40 |  16 |   8 | 995 |  1 |1606 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.69/22.89	c  22.9s|140400 | 37947 |279593 |   2.0 |    30M |  35 |  40 |  16 |   8 | 995 |  0 |1610 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.79/22.91	c  22.9s|140500 | 37971 |279779 |   2.0 |    30M |  35 |  40 |  16 |   8 | 995 |  0 |1615 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.79/22.92	c  22.9s|140600 | 37989 |279990 |   2.0 |    30M |  35 |  40 |  16 |   8 | 995 |  1 |1616 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.79/22.94	c  22.9s|140700 | 38027 |280261 |   2.0 |    30M |  35 |  40 |  16 |   8 | 995 |  1 |1617 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.79/22.95	c  22.9s|140800 | 38043 |280467 |   2.0 |    30M |  35 |  40 |  16 |   8 | 995 |  1 |1619 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.79/22.96	c  23.0s|140900 | 38074 |280597 |   2.0 |    30M |  35 |  40 |  16 |   8 | 995 |  1 |1622 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.79/22.98	c  23.0s|141000 | 38086 |280764 |   2.0 |    30M |  35 |  40 |  16 |   8 | 995 |  0 |1623 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.79/22.99	c  23.0s|141100 | 38110 |280987 |   2.0 |    30M |  35 |  40 |  16 |   6 | 995 |  0 |1627 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.79/23.01	c  23.0s|141200 | 38155 |281222 |   2.0 |    30M |  35 |  40 |  16 |   8 | 995 |  1 |1633 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.90/23.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
22.90/23.02	c  23.0s|141300 | 38183 |281393 |   2.0 |    30M |  35 |  40 |  16 |   8 | 995 |  1 |1634 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.90/23.03	c  23.0s|141400 | 38197 |281568 |   2.0 |    30M |  35 |  40 |  16 |   8 | 995 |  1 |1634 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.90/23.04	c  23.0s|141500 | 38203 |281692 |   2.0 |    30M |  35 |  40 |  16 |   0 | 995 |  0 |1634 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.90/23.06	c  23.0s|141600 | 38229 |281868 |   2.0 |    30M |  35 |  40 |  16 |   6 | 995 |  0 |1635 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.90/23.07	c  23.1s|141700 | 38235 |282033 |   2.0 |    30M |  35 |  40 |  16 |   8 | 995 |  1 |1635 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.90/23.09	c  23.1s|141800 | 38275 |282209 |   2.0 |    30M |  35 |  40 |  16 |   6 | 995 |  1 |1636 | 102 | 0.000000e+00 |      --      |    Inf | unknown
22.90/23.10	c  23.1s|141900 | 38305 |282404 |   2.0 |    30M |  35 |  40 |  16 |   6 | 995 |  1 |1636 | 102 | 0.000000e+00 |      --      |    Inf | unknown
23.00/23.11	c  23.1s|142000 | 38329 |282535 |   2.0 |    30M |  35 |  40 |  16 |   6 | 995 |  1 |1637 | 102 | 0.000000e+00 |      --      |    Inf | unknown
23.00/23.13	c  23.1s|142100 | 38351 |282729 |   2.0 |    30M |  35 |  40 |  16 |   8 | 995 |  0 |1641 | 102 | 0.000000e+00 |      --      |    Inf | unknown
23.00/23.15	c  23.1s|142200 | 38359 |282925 |   2.0 |    30M |  35 |  40 |  16 |   8 | 995 |  1 |1650 | 102 | 0.000000e+00 |      --      |    Inf | unknown
23.00/23.16	c  23.1s|142300 | 38383 |283121 |   2.0 |    30M |  35 |  40 |  16 |   6 | 995 |  0 |1652 | 102 | 0.000000e+00 |      --      |    Inf | unknown
23.00/23.17	c  23.2s|142400 | 38407 |283296 |   2.0 |    30M |  35 |  40 |  16 |   8 | 995 |  1 |1657 | 102 | 0.000000e+00 |      --      |    Inf | unknown
23.00/23.19	c  23.2s|142500 | 38419 |283504 |   2.0 |    30M |  35 |  40 |  16 |   6 | 995 |  1 |1662 | 102 | 0.000000e+00 |      --      |    Inf | unknown
23.08/23.20	c  23.2s|142600 | 38427 |283673 |   2.0 |    30M |  35 |  40 |  16 |   0 | 995 |  0 |1665 | 102 | 0.000000e+00 |      --      |    Inf | unknown
23.08/23.21	c  23.2s|142700 | 38427 |283834 |   2.0 |    30M |  35 |  40 |  16 |   5 | 995 |  1 |1665 | 102 | 0.000000e+00 |      --      |    Inf | unknown
23.08/23.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.08/23.23	c  23.2s|142800 | 38449 |284001 |   2.0 |    30M |  35 |  40 |  16 |   0 | 995 |  0 |1666 | 102 | 0.000000e+00 |      --      |    Inf | unknown
23.08/23.24	c  23.2s|142900 | 38451 |284139 |   2.0 |    30M |  35 |  40 |  16 |   8 | 995 |  0 |1666 | 107 | 0.000000e+00 |      --      |    Inf | unknown
23.08/23.26	c  23.2s|143000 | 38495 |284372 |   2.0 |    30M |  35 |  40 |  16 |   8 | 995 |  1 |1671 | 107 | 0.000000e+00 |      --      |    Inf | unknown
23.08/23.28	c  23.3s|143100 | 38529 |284553 |   2.0 |    30M |  35 |  40 |  16 |   8 | 995 |  1 |1671 | 107 | 0.000000e+00 |      --      |    Inf | unknown
23.08/23.29	c  23.3s|143200 | 38561 |284734 |   2.0 |    30M |  35 |  40 |  16 |   0 | 995 |  0 |1671 | 107 | 0.000000e+00 |      --      |    Inf | unknown
23.18/23.30	c  23.3s|143300 | 38575 |284883 |   2.0 |    30M |  35 |  40 |  16 |   8 | 995 |  1 |1671 | 107 | 0.000000e+00 |      --      |    Inf | unknown
23.18/23.32	c  23.3s|143400 | 38595 |285047 |   2.0 |    30M |  35 |  40 |  16 |   8 | 995 |  1 |1671 | 107 | 0.000000e+00 |      --      |    Inf | unknown
23.18/23.33	c  23.3s|143500 | 38611 |285223 |   2.0 |    31M |  35 |  40 |  16 |   7 | 995 |  1 |1671 | 107 | 0.000000e+00 |      --      |    Inf | unknown
23.18/23.35	c  23.3s|143600 | 38641 |285411 |   2.0 |    31M |  35 |  40 |  16 |   7 | 995 |  1 |1674 | 107 | 0.000000e+00 |      --      |    Inf | unknown
23.18/23.36	c  23.3s|143700 | 38665 |285576 |   2.0 |    31M |  35 |  40 |  16 |   7 | 995 |  1 |1674 | 107 | 0.000000e+00 |      --      |    Inf | unknown
23.18/23.38	c  23.4s|143800 | 38675 |285748 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1674 | 107 | 0.000000e+00 |      --      |    Inf | unknown
23.18/23.39	c  23.4s|143900 | 38703 |285929 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1675 | 107 | 0.000000e+00 |      --      |    Inf | unknown
23.28/23.40	c  23.4s|144000 | 38718 |286131 |   2.0 |    31M |  35 |  40 |  16 |   6 | 995 |  0 |1678 | 107 | 0.000000e+00 |      --      |    Inf | unknown
23.28/23.42	c  23.4s|144100 | 38756 |286341 |   2.0 |    31M |  35 |  40 |  16 |   6 | 995 |  1 |1679 | 107 | 0.000000e+00 |      --      |    Inf | unknown
23.28/23.43	c  23.4s|144200 | 38774 |286542 |   2.0 |    31M |  35 |  40 |  16 |   0 | 995 |  0 |1679 | 107 | 0.000000e+00 |      --      |    Inf | unknown
23.28/23.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.28/23.44	c  23.4s|144300 | 38804 |286710 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1679 | 107 | 0.000000e+00 |      --      |    Inf | unknown
23.28/23.46	c  23.4s|144400 | 38854 |286889 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1679 | 107 | 0.000000e+00 |      --      |    Inf | unknown
23.28/23.47	c  23.5s|144500 | 38888 |287092 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1680 | 107 | 0.000000e+00 |      --      |    Inf | unknown
23.28/23.48	c  23.5s|144600 | 38918 |287272 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  0 |1680 | 107 | 0.000000e+00 |      --      |    Inf | unknown
23.38/23.50	c  23.5s|144700 | 38948 |287450 |   2.0 |    31M |  35 |  40 |  16 |   9 | 995 |  1 |1681 | 107 | 0.000000e+00 |      --      |    Inf | unknown
23.38/23.51	c  23.5s|144800 | 38966 |287600 |   2.0 |    31M |  35 |  40 |  16 |   0 | 995 |  0 |1681 | 107 | 0.000000e+00 |      --      |    Inf | unknown
23.38/23.53	c  23.5s|144900 | 38976 |287773 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  0 |1681 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.38/23.54	c  23.5s|145000 | 38996 |287984 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  0 |1684 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.38/23.56	c  23.5s|145100 | 39022 |288160 |   2.0 |    31M |  35 |  40 |  16 |   7 | 995 |  1 |1684 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.38/23.57	c  23.6s|145200 | 39033 |288321 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1685 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.38/23.59	c  23.6s|145300 | 39051 |288466 |   2.0 |    31M |  35 |  40 |  16 |   7 | 995 |  0 |1686 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.48/23.60	c  23.6s|145400 | 39069 |288625 |   2.0 |    31M |  35 |  40 |  16 |   0 | 995 |  0 |1686 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.48/23.62	c  23.6s|145500 | 39079 |288783 |   2.0 |    31M |  35 |  40 |  16 |   0 | 995 |  0 |1687 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.48/23.63	c  23.6s|145600 | 39101 |288957 |   2.0 |    31M |  35 |  40 |  16 |   6 | 995 |  1 |1687 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.48/23.65	c  23.6s|145700 | 39103 |289104 |   2.0 |    31M |  35 |  40 |  16 |   6 | 995 |  0 |1688 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.48/23.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.48/23.66	c  23.6s|145800 | 39119 |289311 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  0 |1688 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.48/23.68	c  23.7s|145900 | 39169 |289555 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1688 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.48/23.69	c  23.7s|146000 | 39185 |289712 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1688 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.58/23.71	c  23.7s|146100 | 39195 |289871 |   2.0 |    31M |  35 |  40 |  16 |   6 | 995 |  1 |1688 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.58/23.72	c  23.7s|146200 | 39219 |290038 |   2.0 |    31M |  35 |  40 |  16 |   9 | 995 |  1 |1690 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.58/23.74	c  23.7s|146300 | 39269 |290261 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  0 |1691 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.58/23.75	c  23.7s|146400 | 39327 |290529 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  0 |1694 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.58/23.77	c  23.8s|146500 | 39345 |290811 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1696 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.58/23.78	c  23.8s|146600 | 39379 |291001 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1697 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.58/23.79	c  23.8s|146700 | 39407 |291208 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1697 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.68/23.81	c  23.8s|146800 | 39427 |291400 |   2.0 |    31M |  35 |  40 |  16 |   0 | 995 |  0 |1697 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.68/23.82	c  23.8s|146900 | 39447 |291558 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1698 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.68/23.83	c  23.8s|147000 | 39471 |291761 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1698 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.68/23.84	c  23.8s|147100 | 39491 |291972 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  0 |1698 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.68/23.86	c  23.8s|147200 | 39501 |292147 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1698 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.68/23.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.68/23.87	c  23.9s|147300 | 39495 |292352 |   2.0 |    31M |  35 |  40 |  16 |   0 | 995 |  0 |1698 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.68/23.88	c  23.9s|147400 | 39503 |292515 |   2.0 |    31M |  35 |  40 |  16 |   0 | 995 |  0 |1698 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.78/23.90	c  23.9s|147500 | 39511 |292721 |   2.0 |    31M |  35 |  40 |  16 |   7 | 995 |  1 |1700 | 112 | 0.000000e+00 |      --      |    Inf | unknown
23.78/23.91	c  23.9s|147600 | 39541 |292874 |   2.0 |    31M |  35 |  40 |  16 |   7 | 995 |  1 |1702 | 117 | 0.000000e+00 |      --      |    Inf | unknown
23.78/23.92	c  23.9s|147700 | 39575 |293085 |   2.0 |    31M |  35 |  40 |  16 |   7 | 995 |  0 |1709 | 117 | 0.000000e+00 |      --      |    Inf | unknown
23.78/23.94	c  23.9s|147800 | 39599 |293244 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1709 | 117 | 0.000000e+00 |      --      |    Inf | unknown
23.78/23.95	c  23.9s|147900 | 39611 |293431 |   2.0 |    31M |  35 |  40 |  16 |   7 | 995 |  1 |1710 | 117 | 0.000000e+00 |      --      |    Inf | unknown
23.78/23.97	c  24.0s|148000 | 39629 |293621 |   2.0 |    31M |  35 |  40 |  16 |   9 | 995 |  1 |1710 | 117 | 0.000000e+00 |      --      |    Inf | unknown
23.78/23.98	c  24.0s|148100 | 39635 |293761 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1711 | 117 | 0.000000e+00 |      --      |    Inf | unknown
23.78/24.00	c  24.0s|148200 | 39649 |293916 |   2.0 |    31M |  35 |  40 |  16 |   6 | 995 |  1 |1711 | 117 | 0.000000e+00 |      --      |    Inf | unknown
23.89/24.01	c  24.0s|148300 | 39705 |294168 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  0 |1711 | 117 | 0.000000e+00 |      --      |    Inf | unknown
23.89/24.03	c  24.0s|148400 | 39747 |294393 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1712 | 117 | 0.000000e+00 |      --      |    Inf | unknown
23.89/24.04	c  24.0s|148500 | 39779 |294612 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1712 | 117 | 0.000000e+00 |      --      |    Inf | unknown
23.89/24.05	c  24.0s|148600 | 39805 |294783 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1713 | 117 | 0.000000e+00 |      --      |    Inf | unknown
23.89/24.07	c  24.1s|148700 | 39843 |294961 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1713 | 117 | 0.000000e+00 |      --      |    Inf | unknown
23.89/24.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.89/24.08	c  24.1s|148800 | 39863 |295134 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1714 | 117 | 0.000000e+00 |      --      |    Inf | unknown
23.89/24.09	c  24.1s|148900 | 39879 |295308 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  0 |1714 | 117 | 0.000000e+00 |      --      |    Inf | unknown
23.89/24.10	c  24.1s|149000 | 39899 |295480 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  0 |1714 | 117 | 0.000000e+00 |      --      |    Inf | unknown
23.99/24.11	c  24.1s|149100 | 39911 |295656 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  0 |1714 | 117 | 0.000000e+00 |      --      |    Inf | unknown
23.99/24.13	c  24.1s|149200 | 39943 |295847 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1714 | 117 | 0.000000e+00 |      --      |    Inf | unknown
23.99/24.14	c  24.1s|149300 | 39957 |295995 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1715 | 117 | 0.000000e+00 |      --      |    Inf | unknown
23.99/24.15	c  24.1s|149400 | 39967 |296122 |   2.0 |    31M |  35 |  40 |  16 |   0 | 995 |  0 |1715 | 117 | 0.000000e+00 |      --      |    Inf | unknown
23.99/24.17	c  24.2s|149500 | 39979 |296320 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1716 | 117 | 0.000000e+00 |      --      |    Inf | unknown
23.99/24.18	c  24.2s|149600 | 40001 |296502 |   2.0 |    31M |  35 |  40 |  16 |   9 | 995 |  1 |1717 | 117 | 0.000000e+00 |      --      |    Inf | unknown
23.99/24.19	c  24.2s|149700 | 40021 |296642 |   2.0 |    31M |  35 |  40 |  16 |   9 | 995 |  1 |1717 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.08/24.21	c  24.2s|149800 | 40025 |296802 |   2.0 |    31M |  35 |  40 |  16 |   7 | 995 |  0 |1718 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.08/24.22	c  24.2s|149900 | 40071 |297051 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1720 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.08/24.24	c  24.2s|150000 | 40117 |297299 |   2.0 |    31M |  35 |  40 |  16 |   0 | 995 |  0 |1720 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.08/24.25	c  24.2s|150100 | 40127 |297526 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1722 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.08/24.27	c  24.3s|150200 | 40157 |297723 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1723 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.08/24.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
24.08/24.28	c  24.3s|150300 | 40179 |297898 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1728 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.08/24.29	c  24.3s|150400 | 40201 |298091 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1734 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.18/24.31	c  24.3s|150500 | 40203 |298259 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  0 |1739 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.18/24.32	c  24.3s|150600 | 40219 |298409 |   2.0 |    31M |  35 |  40 |  16 |   6 | 995 |  1 |1742 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.18/24.33	c  24.3s|150700 | 40233 |298571 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1743 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.18/24.35	c  24.3s|150800 | 40247 |298759 |   2.0 |    31M |  35 |  40 |  16 |   0 | 995 |  0 |1744 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.18/24.36	c  24.3s|150900 | 40275 |298950 |   2.0 |    31M |  35 |  40 |  16 |   7 | 995 |  1 |1744 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.18/24.38	c  24.4s|151000 | 40277 |299113 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1745 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.18/24.39	c  24.4s|151100 | 40307 |299288 |   2.0 |    31M |  35 |  40 |  16 |   7 | 995 |  1 |1745 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.28/24.41	c  24.4s|151200 | 40347 |299461 |   2.0 |    31M |  35 |  40 |  16 |   7 | 995 |  1 |1745 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.28/24.42	c  24.4s|151300 | 40381 |299636 |   2.0 |    31M |  35 |  40 |  16 |   5 | 995 |  0 |1747 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.28/24.43	c  24.4s|151400 | 40407 |299847 |   2.0 |    31M |  35 |  40 |  16 |   5 | 995 |  1 |1747 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.28/24.44	c  24.4s|151500 | 40409 |300011 |   2.0 |    31M |  35 |  40 |  16 |   8 | 995 |  1 |1747 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.28/24.46	c  24.4s|151600 | 40419 |300181 |   2.0 |    31M |  35 |  40 |  16 |   7 | 995 |  1 |1749 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.28/24.47	c  24.5s|151700 | 40427 |300315 |   2.0 |    31M |  35 |  40 |  16 |   7 | 995 |  1 |1750 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.28/24.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
24.28/24.49	c  24.5s|151800 | 40455 |300559 |   2.0 |    31M |  35 |  40 |  16 |   0 | 995 |  0 |1753 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.38/24.50	c  24.5s|151900 | 40479 |300754 |   2.0 |    31M |  35 |  40 |  16 |   7 | 995 |  1 |1753 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.38/24.52	c  24.5s|152000 | 40521 |300938 |   2.0 |    31M |  35 |  40 |  16 |   7 | 995 |  1 |1754 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.38/24.54	c  24.5s|152100 | 40543 |301064 |   2.0 |    31M |  35 |  40 |  16 |   7 | 995 |  0 |1754 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.38/24.55	c  24.5s|152200 | 40545 |301185 |   2.0 |    31M |  35 |  40 |  16 |   0 | 995 |  0 |1754 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.38/24.56	c  24.6s|152300 | 40551 |301343 |   2.0 |    31M |  35 |  40 |  16 |   7 | 995 |  1 |1754 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.38/24.58	c  24.6s|152400 | 40565 |301500 |   2.0 |    31M |  35 |  40 |  16 |   0 | 995 |  0 |1756 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.38/24.59	c  24.6s|152500 | 40589 |301653 |   2.0 |    31M |  35 |  40 |  16 |   0 | 995 |  0 |1758 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.48/24.60	c  24.6s|152600 | 40621 |301815 |   2.0 |    31M |  35 |  40 |  16 |   6 | 995 |  1 |1758 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.48/24.62	c  24.6s|152700 | 40653 |301991 |   2.0 |    31M |  35 |  40 |  16 |   9 | 995 |  0 |1761 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.48/24.63	c  24.6s|152800 | 40661 |302149 |   2.0 |    31M |  35 |  40 |  16 |   6 | 995 |  1 |1761 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.48/24.65	c  24.6s|152900 | 40689 |302303 |   2.0 |    32M |  35 |  40 |  16 |   8 | 995 |  1 |1761 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.48/24.67	c  24.7s|153000 | 40747 |302591 |   2.0 |    32M |  35 |  40 |  16 |   8 | 995 |  1 |1761 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.48/24.68	c  24.7s|153100 | 40759 |302786 |   2.0 |    32M |  35 |  40 |  16 |   8 | 995 |  0 |1761 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.58/24.70	c  24.7s|153200 | 40787 |302955 |   2.0 |    32M |  35 |  40 |  16 |   8 | 995 |  1 |1762 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.58/24.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
24.58/24.71	c  24.7s|153300 | 40817 |303126 |   2.0 |    32M |  35 |  40 |  16 |   0 | 995 |  0 |1763 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.58/24.73	c  24.7s|153400 | 40823 |303253 |   2.0 |    32M |  35 |  40 |  16 |   0 | 995 |  0 |1763 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.58/24.74	c  24.7s|153500 | 40839 |303403 |   2.0 |    32M |  35 |  40 |  16 |   8 | 995 |  1 |1764 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.58/24.76	c  24.7s|153600 | 40849 |303604 |   2.0 |    32M |  35 |  40 |  16 |   8 | 995 |  1 |1766 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.58/24.77	c  24.8s|153700 | 40873 |303765 |   2.0 |    32M |  35 |  40 |  16 |   0 | 995 |  0 |1766 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.58/24.79	c  24.8s|153800 | 40888 |303934 |   2.0 |    32M |  35 |  40 |  16 |   6 | 995 |  1 |1768 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.68/24.80	c  24.8s|153900 | 40904 |304110 |   2.0 |    32M |  35 |  40 |  16 |   0 | 995 |  0 |1769 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.68/24.81	c  24.8s|154000 | 40908 |304257 |   2.0 |    32M |  35 |  40 |  16 |   7 | 995 |  1 |1769 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.68/24.83	c  24.8s|154100 | 40922 |304440 |   2.0 |    32M |  35 |  40 |  16 |   8 | 995 |  1 |1770 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.68/24.84	c  24.8s|154200 | 40954 |304618 |   2.0 |    32M |  35 |  40 |  16 |   8 | 995 |  0 |1771 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.68/24.85	c  24.8s|154300 | 40968 |304771 |   2.0 |    32M |  35 |  40 |  16 |   8 | 995 |  1 |1771 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.68/24.86	c  24.8s|154400 | 40996 |304947 |   2.0 |    32M |  35 |  40 |  16 |   9 | 995 |  1 |1771 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.68/24.88	c  24.9s|154500 | 41010 |305104 |   2.0 |    32M |  35 |  40 |  16 |   7 | 995 |  1 |1771 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.68/24.89	c  24.9s|154600 | 41032 |305255 |   2.0 |    32M |  35 |  40 |  16 |   7 | 995 |  1 |1771 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.78/24.91	c  24.9s|154700 | 41068 |305455 |   2.0 |    32M |  35 |  40 |  16 |   7 | 995 |  1 |1772 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.78/24.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
24.78/24.92	c  24.9s|154800 | 41096 |305634 |   2.0 |    32M |  35 |  40 |  16 |   6 | 995 |  1 |1774 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.78/24.94	c  24.9s|154900 | 41116 |305792 |   2.0 |    32M |  35 |  40 |  16 |   0 | 995 |  0 |1774 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.78/24.95	c  24.9s|155000 | 41128 |306003 |   2.0 |    32M |  35 |  40 |  16 |   7 | 995 |  1 |1774 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.78/24.97	c  25.0s|155100 | 41184 |306196 |   2.0 |    32M |  35 |  40 |  16 |   8 | 995 |  1 |1777 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.78/24.99	c  25.0s|155200 | 41212 |306427 |   2.0 |    32M |  35 |  40 |  16 |   8 | 995 |  1 |1779 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.78/25.00	c  25.0s|155300 | 41218 |306610 |   2.0 |    32M |  35 |  40 |  16 |   8 | 995 |  1 |1780 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.89/25.02	c  25.0s|155400 | 41226 |306771 |   2.0 |    32M |  35 |  40 |  16 |   7 | 995 |  1 |1780 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.89/25.03	c  25.0s|155500 | 41236 |306934 |   2.0 |    32M |  35 |  40 |  16 |   0 | 995 |  0 |1780 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.89/25.04	c  25.0s|155600 | 41260 |307150 |   2.0 |    32M |  35 |  40 |  16 |   8 | 995 |  1 |1782 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.89/25.06	c  25.0s|155700 | 41291 |307441 |   2.0 |    32M |  35 |  40 |  16 |   9 | 995 |  1 |1783 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.89/25.08	c  25.1s|155800 | 41351 |307702 |   2.0 |    32M |  35 |  40 |  16 |   9 | 995 |  1 |1783 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.89/25.10	c  25.1s|155900 | 41407 |307941 |   2.0 |    32M |  35 |  40 |  16 |   9 | 995 |  1 |1785 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.99/25.11	c  25.1s|156000 | 41439 |308102 |   2.0 |    32M |  35 |  40 |  16 |   9 | 995 |  1 |1785 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.99/25.12	c  25.1s|156100 | 41445 |308250 |   2.0 |    32M |  35 |  40 |  16 |   9 | 995 |  0 |1785 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.99/25.14	c  25.1s|156200 | 41451 |308429 |   2.0 |    32M |  35 |  40 |  16 |   9 | 995 |  1 |1786 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.99/25.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
24.99/25.15	c  25.1s|156300 | 41459 |308602 |   2.0 |    32M |  35 |  40 |  16 |   9 | 995 |  1 |1791 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.99/25.16	c  25.1s|156400 | 41463 |308767 |   2.0 |    32M |  35 |  40 |  16 |   0 | 995 |  0 |1791 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.99/25.18	c  25.2s|156500 | 41501 |308961 |   2.0 |    33M |  35 |  40 |  16 |   7 |1001 |  1 |1791 | 117 | 0.000000e+00 |      --      |    Inf | unknown
24.99/25.19	c  25.2s|156600 | 41533 |309146 |   2.0 |    33M |  35 |  40 |  16 |   0 |1001 |  0 |1791 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.08/25.20	c  25.2s|156700 | 41547 |309305 |   2.0 |    33M |  35 |  40 |  16 |   7 |1001 |  1 |1793 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.08/25.22	c  25.2s|156800 | 41579 |309530 |   2.0 |    33M |  35 |  40 |  16 |   7 |1001 |  0 |1794 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.08/25.23	c  25.2s|156900 | 41593 |309724 |   2.0 |    33M |  35 |  40 |  16 |   7 |1001 |  1 |1795 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.08/25.24	c  25.2s|157000 | 41609 |309954 |   2.0 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1796 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.08/25.25	c  25.2s|157100 | 41633 |310142 |   2.0 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1798 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.08/25.27	c  25.3s|157200 | 41645 |310337 |   2.0 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1799 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.08/25.28	c  25.3s|157300 | 41667 |310539 |   2.0 |    33M |  35 |  40 |  16 |   6 |1002 |  1 |1799 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.08/25.29	c  25.3s|157400 | 41681 |310733 |   2.0 |    33M |  35 |  40 |  16 |   8 |1002 |  1 |1799 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.18/25.30	c  25.3s|157500 | 41701 |310907 |   2.0 |    33M |  35 |  40 |  16 |   8 |1002 |  1 |1800 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.18/25.32	c  25.3s|157600 | 41717 |311067 |   2.0 |    33M |  35 |  40 |  16 |   8 |1002 |  0 |1801 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.18/25.33	c  25.3s|157700 | 41747 |311216 |   2.0 |    33M |  35 |  40 |  16 |   8 |1002 |  0 |1801 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.18/25.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
25.18/25.35	c  25.3s|157800 | 41775 |311397 |   2.0 |    33M |  35 |  40 |  16 |   0 |1002 |  0 |1801 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.18/25.36	c  25.3s|157900 | 41791 |311548 |   2.0 |    33M |  35 |  40 |  16 |   0 |1002 |  0 |1801 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.18/25.38	c  25.4s|158000 | 41799 |311710 |   2.0 |    33M |  35 |  40 |  16 |   6 |1002 |  1 |1803 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.18/25.39	c  25.4s|158100 | 41825 |311838 |   2.0 |    33M |  35 |  40 |  16 |   7 |1002 |  0 |1804 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.28/25.40	c  25.4s|158200 | 41855 |312048 |   2.0 |    33M |  35 |  40 |  16 |   0 |1002 |  0 |1806 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.28/25.42	c  25.4s|158300 | 41887 |312242 |   2.0 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1806 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.28/25.43	c  25.4s|158400 | 41897 |312407 |   2.0 |    33M |  35 |  40 |  16 |   0 |1002 |  0 |1806 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.28/25.45	c  25.4s|158500 | 41913 |312569 |   2.0 |    33M |  35 |  40 |  16 |   8 |1002 |  1 |1806 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.28/25.46	c  25.4s|158600 | 41927 |312750 |   2.0 |    33M |  35 |  40 |  16 |   0 |1002 |  0 |1806 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.28/25.47	c  25.5s|158700 | 41945 |312884 |   2.0 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1806 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.28/25.49	c  25.5s|158800 | 41963 |313020 |   2.0 |    33M |  35 |  40 |  16 |   8 |1002 |  0 |1807 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.38/25.50	c  25.5s|158900 | 41971 |313185 |   2.0 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1807 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.38/25.51	c  25.5s|159000 | 41985 |313399 |   2.0 |    33M |  35 |  40 |  16 |   6 |1002 |  1 |1808 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.38/25.53	c  25.5s|159100 | 41981 |313560 |   2.0 |    33M |  35 |  40 |  16 |   6 |1002 |  0 |1808 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.38/25.54	c  25.5s|159200 | 42011 |313772 |   2.0 |    33M |  35 |  40 |  16 |   7 |1002 |  0 |1808 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.38/25.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
25.38/25.56	c  25.5s|159300 | 42041 |313928 |   2.0 |    33M |  35 |  40 |  16 |   0 |1002 |  0 |1808 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.38/25.57	c  25.6s|159400 | 42077 |314117 |   2.0 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1808 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.38/25.58	c  25.6s|159500 | 42087 |314293 |   2.0 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1809 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.48/25.60	c  25.6s|159600 | 42111 |314450 |   2.0 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1809 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.48/25.61	c  25.6s|159700 | 42118 |314602 |   2.0 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1810 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.48/25.62	c  25.6s|159800 | 42142 |314752 |   2.0 |    33M |  35 |  40 |  16 |   0 |1002 |  0 |1811 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.48/25.63	c  25.6s|159900 | 42160 |314918 |   2.0 |    33M |  35 |  40 |  16 |   8 |1002 |  0 |1815 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.48/25.65	c  25.6s|160000 | 42172 |315086 |   2.0 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1815 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.48/25.66	c  25.6s|160100 | 42178 |315232 |   2.0 |    33M |  35 |  40 |  16 |   7 |1002 |  0 |1815 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.48/25.67	c  25.7s|160200 | 42192 |315430 |   2.0 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1815 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.48/25.69	c  25.7s|160300 | 42208 |315596 |   2.0 |    33M |  35 |  40 |  16 |   7 |1002 |  0 |1816 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.57/25.70	c  25.7s|160400 | 42220 |315783 |   2.0 |    33M |  35 |  40 |  16 |   8 |1002 |  0 |1816 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.57/25.71	c  25.7s|160500 | 42246 |315941 |   2.0 |    33M |  35 |  40 |  16 |   0 |1002 |  0 |1816 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.57/25.73	c  25.7s|160600 | 42266 |316114 |   2.0 |    33M |  35 |  40 |  16 |   0 |1002 |  0 |1816 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.57/25.74	c  25.7s|160700 | 42286 |316279 |   2.0 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1816 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.57/25.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
25.57/25.76	c  25.7s|160800 | 42302 |316458 |   2.0 |    33M |  35 |  40 |  16 |   9 |1002 |  1 |1817 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.57/25.77	c  25.8s|160900 | 42356 |316727 |   2.0 |    33M |  35 |  40 |  16 |   9 |1002 |  1 |1817 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.57/25.79	c  25.8s|161000 | 42378 |316940 |   2.0 |    33M |  35 |  40 |  16 |   9 |1002 |  0 |1818 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.67/25.80	c  25.8s|161100 | 42384 |317105 |   2.0 |    33M |  35 |  40 |  16 |   0 |1002 |  0 |1818 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.67/25.81	c  25.8s|161200 | 42392 |317253 |   2.0 |    33M |  35 |  40 |  16 |   0 |1002 |  0 |1818 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.67/25.83	c  25.8s|161300 | 42414 |317441 |   2.0 |    33M |  35 |  40 |  16 |   8 |1002 |  1 |1819 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.67/25.84	c  25.8s|161400 | 42424 |317582 |   2.0 |    33M |  35 |  40 |  16 |   7 |1002 |  0 |1819 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.67/25.86	c  25.8s|161500 | 42440 |317778 |   2.0 |    33M |  35 |  40 |  16 |   0 |1002 |  0 |1821 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.67/25.87	c  25.9s|161600 | 42472 |317965 |   2.0 |    33M |  35 |  40 |  16 |   0 |1002 |  0 |1822 | 117 | 0.000000e+00 |      --      |    Inf | unknown
25.67/25.89	c  25.9s|161700 | 42474 |318113 |   2.0 |    33M |  35 |  40 |  16 |   8 |1002 |  1 |1822 | 122 | 0.000000e+00 |      --      |    Inf | unknown
25.77/25.90	c  25.9s|161800 | 42486 |318280 |   2.0 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1823 | 122 | 0.000000e+00 |      --      |    Inf | unknown
25.77/25.91	c  25.9s|161900 | 42510 |318498 |   2.0 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1827 | 122 | 0.000000e+00 |      --      |    Inf | unknown
25.77/25.93	c  25.9s|162000 | 42528 |318674 |   2.0 |    33M |  35 |  40 |  16 |   8 |1002 |  1 |1827 | 122 | 0.000000e+00 |      --      |    Inf | unknown
25.77/25.94	c  25.9s|162100 | 42570 |318847 |   2.0 |    33M |  35 |  40 |  16 |   6 |1002 |  1 |1827 | 122 | 0.000000e+00 |      --      |    Inf | unknown
25.77/25.96	c  25.9s|162200 | 42606 |319027 |   2.0 |    33M |  35 |  40 |  16 |   6 |1002 |  1 |1828 | 122 | 0.000000e+00 |      --      |    Inf | unknown
25.77/25.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
25.77/25.97	c  26.0s|162300 | 42640 |319175 |   2.0 |    33M |  35 |  40 |  16 |   6 |1002 |  0 |1828 | 122 | 0.000000e+00 |      --      |    Inf | unknown
25.77/25.98	c  26.0s|162400 | 42646 |319337 |   1.9 |    33M |  35 |  40 |  16 |   6 |1002 |  1 |1828 | 122 | 0.000000e+00 |      --      |    Inf | unknown
25.77/26.00	c  26.0s|162500 | 42658 |319483 |   1.9 |    33M |  35 |  40 |  16 |   6 |1002 |  0 |1828 | 122 | 0.000000e+00 |      --      |    Inf | unknown
25.89/26.01	c  26.0s|162600 | 42682 |319643 |   1.9 |    33M |  35 |  40 |  16 |   6 |1002 |  1 |1829 | 122 | 0.000000e+00 |      --      |    Inf | unknown
25.89/26.03	c  26.0s|162700 | 42704 |319812 |   1.9 |    33M |  35 |  40 |  16 |   7 |1002 |  0 |1829 | 122 | 0.000000e+00 |      --      |    Inf | unknown
25.89/26.04	c  26.0s|162800 | 42720 |319933 |   1.9 |    33M |  35 |  40 |  16 |   8 |1002 |  1 |1829 | 122 | 0.000000e+00 |      --      |    Inf | unknown
25.89/26.05	c  26.0s|162900 | 42722 |320106 |   1.9 |    33M |  35 |  40 |  16 |   7 |1002 |  0 |1829 | 122 | 0.000000e+00 |      --      |    Inf | unknown
25.89/26.06	c  26.1s|163000 | 42734 |320283 |   1.9 |    33M |  35 |  40 |  16 |   6 |1002 |  1 |1829 | 122 | 0.000000e+00 |      --      |    Inf | unknown
25.89/26.08	c  26.1s|163100 | 42752 |320513 |   1.9 |    33M |  35 |  40 |  16 |   0 |1002 |  0 |1829 | 122 | 0.000000e+00 |      --      |    Inf | unknown
25.89/26.09	c  26.1s|163200 | 42778 |320680 |   1.9 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1829 | 122 | 0.000000e+00 |      --      |    Inf | unknown
25.99/26.11	c  26.1s|163300 | 42812 |320845 |   1.9 |    33M |  35 |  40 |  16 |   9 |1002 |  1 |1829 | 122 | 0.000000e+00 |      --      |    Inf | unknown
25.99/26.12	c  26.1s|163400 | 42820 |321042 |   1.9 |    33M |  35 |  40 |  16 |   0 |1002 |  0 |1830 | 122 | 0.000000e+00 |      --      |    Inf | unknown
25.99/26.13	c  26.1s|163500 | 42838 |321216 |   1.9 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1830 | 122 | 0.000000e+00 |      --      |    Inf | unknown
25.99/26.15	c  26.1s|163600 | 42852 |321383 |   1.9 |    33M |  35 |  40 |  16 |   8 |1002 |  0 |1831 | 122 | 0.000000e+00 |      --      |    Inf | unknown
25.99/26.17	c  26.2s|163700 | 42858 |321569 |   1.9 |    33M |  35 |  40 |  16 |   5 |1002 |  0 |1833 | 122 | 0.000000e+00 |      --      |    Inf | unknown
25.99/26.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
25.99/26.18	c  26.2s|163800 | 42874 |321778 |   1.9 |    33M |  35 |  40 |  16 |   7 |1002 |  0 |1837 | 122 | 0.000000e+00 |      --      |    Inf | unknown
25.99/26.19	c  26.2s|163900 | 42900 |321941 |   1.9 |    33M |  35 |  40 |  16 |   8 |1002 |  1 |1837 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.07/26.21	c  26.2s|164000 | 42940 |322148 |   1.9 |    33M |  35 |  40 |  16 |   8 |1002 |  0 |1839 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.07/26.22	c  26.2s|164100 | 42952 |322283 |   1.9 |    33M |  35 |  40 |  16 |   8 |1002 |  1 |1840 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.07/26.23	c  26.2s|164200 | 42976 |322480 |   1.9 |    33M |  35 |  40 |  16 |   6 |1002 |  1 |1842 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.07/26.25	c  26.2s|164300 | 42990 |322702 |   1.9 |    33M |  35 |  40 |  16 |   6 |1002 |  0 |1842 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.07/26.26	c  26.2s|164400 | 43004 |322874 |   1.9 |    33M |  35 |  40 |  16 |   8 |1002 |  1 |1843 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.07/26.28	c  26.3s|164500 | 43040 |323051 |   1.9 |    33M |  35 |  40 |  16 |   8 |1002 |  1 |1843 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.07/26.29	c  26.3s|164600 | 43041 |323214 |   1.9 |    33M |  35 |  40 |  16 |   6 |1002 |  1 |1847 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.17/26.30	c  26.3s|164700 | 43073 |323390 |   1.9 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1847 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.17/26.32	c  26.3s|164800 | 43085 |323566 |   1.9 |    33M |  35 |  40 |  16 |   8 |1002 |  1 |1850 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.17/26.33	c  26.3s|164900 | 43129 |323821 |   1.9 |    33M |  35 |  40 |  16 |   0 |1002 |  0 |1853 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.17/26.34	c  26.3s|165000 | 43156 |324018 |   1.9 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1855 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.17/26.36	c  26.3s|165100 | 43174 |324250 |   1.9 |    33M |  35 |  40 |  16 |   7 |1002 |  0 |1860 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.17/26.37	c  26.4s|165200 | 43178 |324421 |   1.9 |    33M |  35 |  40 |  16 |   8 |1002 |  1 |1861 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.17/26.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.17/26.38	c  26.4s|165300 | 43198 |324565 |   1.9 |    33M |  35 |  40 |  16 |   6 |1002 |  0 |1861 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.27/26.40	c  26.4s|165400 | 43192 |324726 |   1.9 |    33M |  35 |  40 |  16 |   7 |1002 |  0 |1861 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.27/26.42	c  26.4s|165500 | 43206 |324903 |   1.9 |    33M |  35 |  40 |  16 |   0 |1002 |  0 |1863 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.27/26.43	c  26.4s|165600 | 43218 |325036 |   1.9 |    33M |  35 |  40 |  16 |   0 |1002 |  0 |1864 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.27/26.44	c  26.4s|165700 | 43240 |325221 |   1.9 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1864 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.27/26.46	c  26.4s|165800 | 43258 |325352 |   1.9 |    33M |  35 |  40 |  16 |   9 |1002 |  1 |1864 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.27/26.47	c  26.5s|165900 | 43272 |325540 |   1.9 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1867 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.27/26.48	c  26.5s|166000 | 43274 |325701 |   1.9 |    33M |  35 |  40 |  16 |   8 |1002 |  1 |1867 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.37/26.50	c  26.5s|166100 | 43296 |325849 |   1.9 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1867 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.37/26.51	c  26.5s|166200 | 43294 |325978 |   1.9 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1867 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.37/26.53	c  26.5s|166300 | 43314 |326164 |   1.9 |    33M |  35 |  40 |  16 |   5 |1002 |  1 |1869 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.37/26.54	c  26.5s|166400 | 43328 |326309 |   1.9 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1869 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.37/26.55	c  26.5s|166500 | 43358 |326522 |   1.9 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1872 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.37/26.57	c  26.6s|166600 | 43378 |326685 |   1.9 |    33M |  35 |  40 |  16 |   8 |1002 |  0 |1872 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.37/26.58	c  26.6s|166700 | 43390 |326856 |   1.9 |    33M |  35 |  40 |  16 |   9 |1002 |  1 |1872 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.37/26.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.37/26.59	c  26.6s|166800 | 43408 |327004 |   1.9 |    33M |  35 |  40 |  16 |   9 |1002 |  0 |1872 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.47/26.61	c  26.6s|166900 | 43403 |327156 |   1.9 |    33M |  35 |  40 |  16 |   0 |1002 |  0 |1874 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.47/26.62	c  26.6s|167000 | 43427 |327289 |   1.9 |    33M |  35 |  40 |  16 |   0 |1002 |  0 |1874 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.47/26.63	c  26.6s|167100 | 43451 |327455 |   1.9 |    33M |  35 |  40 |  16 |   5 |1002 |  1 |1874 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.47/26.65	c  26.6s|167200 | 43453 |327613 |   1.9 |    33M |  35 |  40 |  16 |   8 |1002 |  0 |1875 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.47/26.66	c  26.6s|167300 | 43455 |327801 |   1.9 |    33M |  35 |  40 |  16 |   7 |1002 |  0 |1876 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.47/26.67	c  26.7s|167400 | 43483 |327965 |   1.9 |    33M |  35 |  40 |  16 |   8 |1002 |  1 |1877 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.47/26.69	c  26.7s|167500 | 43515 |328131 |   1.9 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1879 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.57/26.70	c  26.7s|167600 | 43533 |328308 |   1.9 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1881 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.57/26.72	c  26.7s|167700 | 43558 |328492 |   1.9 |    33M |  35 |  40 |  16 |   7 |1002 |  0 |1882 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.57/26.74	c  26.7s|167800 | 43554 |328642 |   1.9 |    33M |  35 |  40 |  16 |   0 |1002 |  0 |1883 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.57/26.75	c  26.7s|167900 | 43566 |328820 |   1.9 |    33M |  35 |  40 |  16 |   0 |1002 |  0 |1884 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.57/26.76	c  26.7s|168000 | 43568 |328981 |   1.9 |    33M |  35 |  40 |  16 |   0 |1002 |  0 |1886 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.57/26.78	c  26.8s|168100 | 43616 |329200 |   1.9 |    33M |  35 |  40 |  16 |   0 |1002 |  0 |1886 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.57/26.79	c  26.8s|168200 | 43660 |329378 |   1.9 |    33M |  35 |  40 |  16 |   8 |1002 |  1 |1888 | 122 | 0.000000e+00 |      --      |    Inf | unknown
26.67/26.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.67/26.80	c  26.8s|168300 | 43692 |329560 |   1.9 |    33M |  35 |  40 |  16 |   8 |1002 |  1 |1888 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.67/26.82	c  26.8s|168400 | 43714 |329739 |   1.9 |    33M |  35 |  40 |  16 |   8 |1002 |  1 |1888 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.67/26.83	c  26.8s|168500 | 43738 |329899 |   1.9 |    33M |  35 |  40 |  16 |   0 |1002 |  0 |1888 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.67/26.85	c  26.8s|168600 | 43756 |330073 |   1.9 |    33M |  35 |  40 |  16 |  11 |1002 |  1 |1888 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.67/26.86	c  26.8s|168700 | 43758 |330222 |   1.9 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1889 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.67/26.87	c  26.9s|168800 | 43774 |330399 |   1.9 |    33M |  35 |  40 |  16 |   8 |1002 |  0 |1890 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.67/26.89	c  26.9s|168900 | 43788 |330565 |   1.9 |    33M |  35 |  40 |  16 |   7 |1002 |  1 |1891 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.77/26.90	c  26.9s|169000 | 43796 |330733 |   1.9 |    33M |  35 |  40 |  16 |   0 |1002 |  0 |1894 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.77/26.92	c  26.9s|169100 | 43842 |330980 |   1.9 |    33M |  35 |  40 |  16 |   7 |1008 |  1 |1895 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.77/26.94	c  26.9s|169200 | 43880 |331229 |   1.9 |    33M |  35 |  40 |  16 |   7 |1008 |  1 |1898 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.77/26.95	c  26.9s|169300 | 43904 |331451 |   1.9 |    33M |  35 |  40 |  16 |   7 |1008 |  1 |1900 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.77/26.96	c  27.0s|169400 | 43919 |331685 |   1.9 |    33M |  35 |  40 |  16 |   7 |1012 |  0 |1901 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.77/26.98	c  27.0s|169500 | 43927 |331908 |   1.9 |    33M |  35 |  40 |  16 |   7 |1012 |  0 |1902 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.77/26.99	c  27.0s|169600 | 43945 |332132 |   1.9 |    33M |  35 |  40 |  16 |   8 |1015 |  1 |1904 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.77/27.01	c  27.0s|169700 | 43971 |332345 |   1.9 |    33M |  35 |  40 |  16 |   7 |1015 |  1 |1906 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.88/27.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.88/27.02	c  27.0s|169800 | 44021 |332556 |   1.9 |    33M |  35 |  40 |  16 |   7 |1015 |  0 |1907 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.88/27.03	c  27.0s|169900 | 44039 |332735 |   1.9 |    33M |  35 |  40 |  16 |   0 |1015 |  0 |1907 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.88/27.05	c  27.0s|170000 | 44055 |332891 |   1.9 |    33M |  35 |  40 |  16 |   7 |1015 |  0 |1908 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.88/27.07	c  27.1s|170100 | 44083 |333052 |   1.9 |    33M |  35 |  40 |  16 |   7 |1015 |  1 |1909 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.88/27.08	c  27.1s|170200 | 44097 |333241 |   1.9 |    33M |  35 |  40 |  16 |   7 |1015 |  1 |1911 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.88/27.09	c  27.1s|170300 | 44129 |333460 |   1.9 |    33M |  35 |  40 |  16 |   7 |1015 |  1 |1914 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.88/27.10	c  27.1s|170400 | 44155 |333706 |   1.9 |    33M |  35 |  40 |  16 |   7 |1015 |  1 |1917 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.98/27.12	c  27.1s|170500 | 44163 |333894 |   1.9 |    33M |  35 |  40 |  16 |   7 |1015 |  1 |1918 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.98/27.13	c  27.1s|170600 | 44163 |334079 |   1.9 |    33M |  35 |  40 |  16 |   7 |1015 |  0 |1919 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.98/27.14	c  27.1s|170700 | 44177 |334278 |   1.9 |    33M |  35 |  40 |  16 |   7 |1015 |  1 |1921 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.98/27.15	c  27.1s|170800 | 44191 |334482 |   1.9 |    33M |  35 |  40 |  16 |   7 |1015 |  0 |1921 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.98/27.17	c  27.2s|170900 | 44223 |334782 |   1.9 |    33M |  35 |  40 |  16 |   7 |1015 |  1 |1922 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.98/27.18	c  27.2s|171000 | 44245 |335003 |   1.9 |    34M |  35 |  40 |  16 |   7 |1015 |  1 |1922 | 127 | 0.000000e+00 |      --      |    Inf | unknown
26.98/27.19	c  27.2s|171100 | 44245 |335207 |   1.9 |    34M |  35 |  40 |  16 |   7 |1015 |  0 |1922 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.07/27.20	c  27.2s|171200 | 44259 |335411 |   1.9 |    34M |  35 |  40 |  16 |   7 |1015 |  0 |1924 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.07/27.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
27.07/27.22	c  27.2s|171300 | 44275 |335606 |   1.9 |    34M |  35 |  40 |  16 |   8 |1015 |  1 |1924 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.07/27.23	c  27.2s|171400 | 44295 |335787 |   1.9 |    34M |  35 |  40 |  16 |   7 |1015 |  1 |1924 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.07/27.24	c  27.2s|171500 | 44303 |335950 |   1.9 |    34M |  35 |  40 |  16 |   8 |1015 |  0 |1924 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.07/27.26	c  27.2s|171600 | 44321 |336116 |   1.9 |    34M |  35 |  40 |  16 |   6 |1015 |  1 |1924 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.07/27.27	c  27.3s|171700 | 44317 |336273 |   1.9 |    34M |  35 |  40 |  16 |   8 |1015 |  1 |1925 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.07/27.29	c  27.3s|171800 | 44341 |336466 |   1.9 |    34M |  35 |  40 |  16 |   7 |1015 |  1 |1925 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.17/27.30	c  27.3s|171900 | 44347 |336640 |   1.9 |    34M |  35 |  40 |  16 |   8 |1015 |  1 |1925 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.17/27.31	c  27.3s|172000 | 44373 |336807 |   1.9 |    34M |  35 |  40 |  16 |   8 |1015 |  1 |1925 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.17/27.33	c  27.3s|172100 | 44405 |337008 |   1.9 |    34M |  35 |  40 |  16 |   8 |1015 |  1 |1925 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.17/27.34	c  27.3s|172200 | 44407 |337203 |   1.9 |    34M |  35 |  40 |  16 |   7 |1015 |  1 |1928 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.17/27.37	c  27.4s|172300 | 44416 |337391 |   1.9 |    34M |  35 |  40 |  16 |   6 |1015 |  0 |1930 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.17/27.38	c  27.4s|172400 | 44436 |337554 |   1.9 |    34M |  35 |  40 |  16 |   0 |1015 |  0 |1933 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.27/27.40	c  27.4s|172500 | 44466 |337735 |   1.9 |    34M |  35 |  40 |  16 |   7 |1015 |  1 |1934 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.27/27.42	c  27.4s|172600 | 44492 |337933 |   1.9 |    34M |  35 |  40 |  16 |   7 |1015 |  0 |1935 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.27/27.43	c  27.4s|172700 | 44502 |338130 |   1.9 |    34M |  35 |  40 |  16 |   7 |1015 |  1 |1938 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.27/27.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
27.27/27.45	c  27.4s|172800 | 44530 |338303 |   1.9 |    34M |  35 |  40 |  16 |   8 |1015 |  0 |1939 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.27/27.46	c  27.4s|172900 | 44544 |338478 |   1.9 |    34M |  35 |  40 |  16 |   7 |1015 |  1 |1939 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.27/27.47	c  27.5s|173000 | 44558 |338665 |   1.9 |    35M |  35 |  40 |  16 |   8 |1015 |  0 |1939 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.27/27.49	c  27.5s|173100 | 44584 |338885 |   1.9 |    35M |  35 |  40 |  16 |   6 |1015 |  0 |1940 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.37/27.50	c  27.5s|173200 | 44602 |339066 |   1.9 |    35M |  35 |  40 |  16 |   7 |1015 |  1 |1941 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.37/27.51	c  27.5s|173300 | 44622 |339245 |   1.9 |    35M |  35 |  40 |  16 |   8 |1015 |  1 |1942 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.37/27.53	c  27.5s|173400 | 44624 |339385 |   1.9 |    35M |  35 |  40 |  16 |   9 |1015 |  1 |1944 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.37/27.55	c  27.5s|173500 | 44654 |339602 |   1.9 |    35M |  35 |  40 |  16 |   6 |1020 |  1 |1946 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.37/27.56	c  27.5s|173600 | 44680 |339787 |   1.9 |    35M |  35 |  40 |  16 |   6 |1020 |  1 |1946 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.37/27.57	c  27.6s|173700 | 44690 |339942 |   1.9 |    35M |  35 |  40 |  16 |   7 |1020 |  1 |1947 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.37/27.59	c  27.6s|173800 | 44692 |340124 |   1.9 |    35M |  35 |  40 |  16 |   8 |1020 |  1 |1948 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.47/27.60	c  27.6s|173900 | 44722 |340332 |   1.9 |    35M |  35 |  40 |  16 |   6 |1020 |  1 |1948 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.47/27.62	c  27.6s|174000 | 44738 |340514 |   1.9 |    35M |  35 |  40 |  16 |   6 |1020 |  1 |1948 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.47/27.63	c  27.6s|174100 | 44748 |340680 |   1.9 |    35M |  35 |  40 |  16 |   6 |1020 |  1 |1948 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.47/27.64	c  27.6s|174200 | 44760 |340826 |   1.9 |    35M |  35 |  40 |  16 |   7 |1020 |  0 |1948 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.47/27.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
27.47/27.66	c  27.6s|174300 | 44800 |341024 |   1.9 |    35M |  35 |  40 |  16 |   9 |1020 |  0 |1950 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.47/27.68	c  27.7s|174400 | 44850 |341224 |   1.9 |    35M |  35 |  40 |  16 |   9 |1020 |  1 |1950 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.47/27.69	c  27.7s|174500 | 44856 |341358 |   1.9 |    35M |  35 |  40 |  16 |   9 |1020 |  0 |1950 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.57/27.71	c  27.7s|174600 | 44868 |341525 |   1.9 |    35M |  35 |  40 |  16 |   6 |1020 |  1 |1953 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.57/27.72	c  27.7s|174700 | 44890 |341705 |   1.9 |    35M |  35 |  40 |  16 |   8 |1020 |  0 |1956 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.57/27.74	c  27.7s|174800 | 44932 |341877 |   1.9 |    35M |  35 |  40 |  16 |   8 |1020 |  1 |1956 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.57/27.75	c  27.7s|174900 | 44952 |342033 |   1.9 |    35M |  35 |  40 |  16 |   8 |1020 |  0 |1958 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.57/27.77	c  27.8s|175000 | 44980 |342205 |   1.9 |    35M |  35 |  40 |  16 |   8 |1020 |  0 |1958 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.57/27.78	c  27.8s|175100 | 44996 |342384 |   1.9 |    35M |  35 |  40 |  16 |   9 |1020 |  1 |1958 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.57/27.80	c  27.8s|175200 | 45042 |342596 |   1.9 |    35M |  35 |  40 |  16 |   0 |1020 |  0 |1958 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.67/27.81	c  27.8s|175300 | 45074 |342791 |   1.9 |    35M |  35 |  40 |  16 |   9 |1020 |  1 |1958 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.67/27.82	c  27.8s|175400 | 45104 |342981 |   1.9 |    35M |  35 |  40 |  16 |   9 |1020 |  1 |1958 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.67/27.83	c  27.8s|175500 | 45130 |343173 |   1.9 |    35M |  35 |  40 |  16 |   0 |1020 |  0 |1958 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.67/27.85	c  27.8s|175600 | 45138 |343350 |   1.9 |    35M |  35 |  40 |  16 |   9 |1020 |  1 |1958 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.67/27.86	c  27.8s|175700 | 45156 |343533 |   1.9 |    35M |  35 |  40 |  16 |   9 |1020 |  1 |1959 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.67/27.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
27.67/27.88	c  27.9s|175800 | 45164 |343702 |   1.9 |    35M |  35 |  40 |  16 |   8 |1020 |  1 |1959 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.67/27.89	c  27.9s|175900 | 45212 |343896 |   1.9 |    35M |  35 |  40 |  16 |   8 |1020 |  0 |1959 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.77/27.90	c  27.9s|176000 | 45228 |344050 |   1.9 |    35M |  35 |  40 |  16 |   8 |1020 |  1 |1960 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.77/27.92	c  27.9s|176100 | 45244 |344240 |   1.9 |    35M |  35 |  40 |  16 |   7 |1020 |  1 |1964 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.77/27.93	c  27.9s|176200 | 45252 |344407 |   1.9 |    35M |  35 |  40 |  16 |   7 |1020 |  0 |1965 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.77/27.94	c  27.9s|176300 | 45280 |344572 |   1.9 |    35M |  35 |  40 |  16 |   7 |1020 |  1 |1967 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.77/27.95	c  27.9s|176400 | 45316 |344739 |   1.9 |    35M |  35 |  40 |  16 |   7 |1020 |  1 |1967 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.77/27.97	c  28.0s|176500 | 45336 |344892 |   1.9 |    35M |  35 |  40 |  16 |   7 |1020 |  0 |1969 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.77/27.98	c  28.0s|176600 | 45374 |345075 |   1.9 |    35M |  35 |  40 |  16 |   0 |1020 |  0 |1969 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.77/27.99	c  28.0s|176700 | 45394 |345314 |   1.9 |    35M |  35 |  40 |  16 |   0 |1020 |  0 |1972 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.88/28.01	c  28.0s|176800 | 45412 |345516 |   1.9 |    35M |  35 |  40 |  16 |   7 |1020 |  1 |1972 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.88/28.02	c  28.0s|176900 | 45446 |345708 |   1.9 |    35M |  35 |  40 |  16 |   9 |1020 |  0 |1972 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.88/28.04	c  28.0s|177000 | 45466 |345900 |   1.9 |    35M |  35 |  40 |  16 |   9 |1020 |  1 |1972 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.88/28.05	c  28.0s|177100 | 45476 |346127 |   1.9 |    35M |  35 |  40 |  16 |   9 |1020 |  1 |1973 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.88/28.06	c  28.0s|177200 | 45476 |346299 |   1.9 |    35M |  35 |  40 |  16 |   0 |1020 |  0 |1975 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.88/28.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
27.88/28.08	c  28.1s|177300 | 45496 |346528 |   1.9 |    35M |  35 |  40 |  16 |   6 |1020 |  1 |1975 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.88/28.09	c  28.1s|177400 | 45518 |346704 |   1.9 |    35M |  35 |  40 |  16 |   6 |1020 |  1 |1975 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.88/28.10	c  28.1s|177500 | 45546 |346874 |   1.9 |    35M |  35 |  40 |  16 |   6 |1020 |  1 |1975 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.98/28.11	c  28.1s|177600 | 45574 |347034 |   1.9 |    35M |  35 |  40 |  16 |   0 |1020 |  0 |1975 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.98/28.13	c  28.1s|177700 | 45592 |347202 |   1.9 |    35M |  35 |  40 |  16 |   6 |1020 |  1 |1975 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.98/28.14	c  28.1s|177800 | 45612 |347331 |   1.9 |    35M |  35 |  40 |  16 |   0 |1020 |  0 |1975 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.98/28.15	c  28.1s|177900 | 45620 |347488 |   1.9 |    35M |  35 |  40 |  16 |   7 |1020 |  0 |1975 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.98/28.16	c  28.2s|178000 | 45652 |347684 |   1.9 |    35M |  35 |  40 |  16 |   8 |1020 |  1 |1975 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.98/28.18	c  28.2s|178100 | 45664 |347861 |   1.9 |    35M |  35 |  40 |  16 |   0 |1020 |  0 |1976 | 127 | 0.000000e+00 |      --      |    Inf | unknown
27.98/28.19	c  28.2s|178200 | 45686 |347996 |   1.9 |    35M |  35 |  40 |  16 |   8 |1020 |  1 |1976 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.06/28.21	c  28.2s|178300 | 45688 |348179 |   1.9 |    35M |  35 |  40 |  16 |   8 |1020 |  1 |1976 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.06/28.22	c  28.2s|178400 | 45710 |348343 |   1.9 |    35M |  35 |  40 |  16 |   7 |1020 |  0 |1976 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.06/28.23	c  28.2s|178500 | 45726 |348536 |   1.9 |    35M |  35 |  40 |  16 |   8 |1020 |  0 |1976 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.06/28.25	c  28.2s|178600 | 45746 |348681 |   1.9 |    35M |  35 |  40 |  16 |   8 |1020 |  0 |1976 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.06/28.26	c  28.2s|178700 | 45770 |348852 |   1.9 |    35M |  35 |  40 |  16 |   8 |1020 |  1 |1978 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.06/28.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.06/28.27	c  28.3s|178800 | 45782 |348993 |   1.9 |    35M |  35 |  40 |  16 |   5 |1020 |  1 |1979 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.06/28.29	c  28.3s|178900 | 45806 |349184 |   1.9 |    35M |  35 |  40 |  16 |   8 |1025 |  1 |1979 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.16/28.30	c  28.3s|179000 | 45830 |349471 |   1.9 |    35M |  35 |  40 |  16 |   8 |1025 |  0 |1982 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.16/28.31	c  28.3s|179100 | 45848 |349644 |   1.9 |    35M |  35 |  40 |  16 |   8 |1025 |  0 |1983 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.16/28.32	c  28.3s|179200 | 45858 |349886 |   1.9 |    35M |  35 |  40 |  16 |   8 |1025 |  0 |1985 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.16/28.33	c  28.3s|179300 | 45866 |350111 |   1.9 |    35M |  35 |  40 |  16 |   8 |1025 |  1 |1987 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.16/28.35	c  28.3s|179400 | 45872 |350279 |   1.9 |    35M |  35 |  40 |  16 |   8 |1025 |  0 |1987 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.16/28.36	c  28.3s|179500 | 45895 |350447 |   1.9 |    35M |  35 |  40 |  16 |   8 |1025 |  1 |1989 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.16/28.37	c  28.4s|179600 | 45901 |350620 |   1.9 |    35M |  35 |  40 |  16 |   9 |1025 |  1 |1992 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.16/28.39	c  28.4s|179700 | 45905 |350790 |   1.9 |    35M |  35 |  40 |  16 |   8 |1025 |  0 |1993 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.26/28.40	c  28.4s|179800 | 45941 |351011 |   1.9 |    35M |  35 |  40 |  16 |   8 |1025 |  1 |1994 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.26/28.41	c  28.4s|179900 | 45975 |351178 |   1.9 |    35M |  35 |  40 |  16 |   0 |1025 |  0 |1994 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.26/28.43	c  28.4s|180000 | 46003 |351360 |   1.9 |    35M |  35 |  40 |  16 |   8 |1025 |  1 |1994 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.26/28.44	c  28.4s|180100 | 46009 |351491 |   1.9 |    35M |  35 |  40 |  16 |   8 |1025 |  1 |1994 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.26/28.45	c  28.4s|180200 | 46027 |351675 |   1.9 |    35M |  35 |  40 |  16 |   6 |1025 |  1 |1996 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.26/28.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.26/28.47	c  28.5s|180300 | 46047 |351816 |   1.9 |    35M |  35 |  40 |  16 |   0 |1025 |  0 |1996 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.26/28.48	c  28.5s|180400 | 46053 |351978 |   1.9 |    35M |  35 |  40 |  16 |   7 |1025 |  1 |1997 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.36/28.50	c  28.5s|180500 | 46113 |352204 |   1.9 |    35M |  35 |  40 |  16 |   7 |1025 |  0 |1998 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.36/28.51	c  28.5s|180600 | 46135 |352399 |   1.9 |    35M |  35 |  40 |  16 |   7 |1025 |  1 |1998 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.36/28.52	c  28.5s|180700 | 46169 |352610 |   1.9 |    35M |  35 |  40 |  16 |   7 |1025 |  1 |1998 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.36/28.54	c  28.5s|180800 | 46195 |352777 |   1.9 |    35M |  35 |  40 |  16 |   7 |1025 |  1 |1998 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.36/28.55	c  28.5s|180900 | 46235 |352969 |   1.9 |    35M |  35 |  40 |  16 |   7 |1025 |  1 |2000 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.36/28.56	c  28.5s|181000 | 46257 |353146 |   1.9 |    35M |  35 |  40 |  16 |   7 |1025 |  1 |2000 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.36/28.57	c  28.6s|181100 | 46273 |353314 |   1.9 |    35M |  35 |  40 |  16 |   7 |1025 |  1 |2000 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.36/28.59	c  28.6s|181200 | 46275 |353442 |   1.9 |    35M |  35 |  40 |  16 |   0 |1025 |  0 |2000 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.46/28.60	c  28.6s|181300 | 46299 |353600 |   1.9 |    35M |  35 |  40 |  16 |   7 |1025 |  1 |2000 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.46/28.61	c  28.6s|181400 | 46305 |353764 |   1.9 |    35M |  35 |  40 |  16 |   7 |1025 |  1 |2000 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.46/28.63	c  28.6s|181500 | 46319 |353932 |   1.9 |    35M |  35 |  40 |  16 |   7 |1025 |  1 |2000 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.46/28.64	c  28.6s|181600 | 46337 |354089 |   1.9 |    35M |  35 |  40 |  16 |   8 |1025 |  1 |2000 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.46/28.66	c  28.6s|181700 | 46359 |354283 |   1.9 |    35M |  35 |  40 |  16 |   7 |1025 |  1 |2000 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.46/28.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.46/28.67	c  28.7s|181800 | 46371 |354428 |   1.9 |    35M |  35 |  40 |  16 |   8 |1025 |  1 |2000 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.46/28.69	c  28.7s|181900 | 46381 |354580 |   1.9 |    35M |  35 |  40 |  16 |   5 |1025 |  1 |2000 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.56/28.70	c  28.7s|182000 | 46409 |354791 |   1.9 |    35M |  35 |  40 |  16 |   9 |1025 |  1 |2002 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.56/28.71	c  28.7s|182100 | 46419 |354968 |   1.9 |    35M |  35 |  40 |  16 |   8 |1025 |  1 |2002 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.56/28.73	c  28.7s|182200 | 46421 |355126 |   1.9 |    35M |  35 |  40 |  16 |   7 |1025 |  0 |2004 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.56/28.74	c  28.7s|182300 | 46431 |355290 |   1.9 |    35M |  35 |  40 |  16 |   7 |1025 |  0 |2004 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.56/28.75	c  28.7s|182400 | 46463 |355455 |   1.9 |    35M |  35 |  40 |  16 |   8 |1025 |  1 |2004 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.56/28.77	c  28.8s|182500 | 46467 |355616 |   1.9 |    35M |  35 |  40 |  16 |   0 |1025 |  0 |2004 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.56/28.78	c  28.8s|182600 | 46493 |355764 |   1.9 |    35M |  35 |  40 |  16 |   8 |1025 |  1 |2004 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.56/28.79	c  28.8s|182700 | 46525 |355987 |   1.9 |    35M |  35 |  40 |  16 |   6 |1025 |  1 |2004 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.66/28.81	c  28.8s|182800 | 46543 |356179 |   1.9 |    35M |  35 |  40 |  16 |   6 |1025 |  0 |2004 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.66/28.82	c  28.8s|182900 | 46551 |356399 |   1.9 |    35M |  35 |  40 |  16 |   6 |1025 |  1 |2005 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.66/28.83	c  28.8s|183000 | 46567 |356539 |   1.9 |    35M |  35 |  40 |  16 |   8 |1025 |  1 |2006 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.66/28.84	c  28.8s|183100 | 46587 |356704 |   1.9 |    35M |  35 |  40 |  16 |   7 |1025 |  0 |2007 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.66/28.86	c  28.8s|183200 | 46581 |356858 |   1.9 |    35M |  35 |  40 |  16 |   0 |1025 |  0 |2008 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.66/28.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.66/28.88	c  28.9s|183300 | 46603 |357003 |   1.9 |    35M |  35 |  40 |  16 |   8 |1025 |  1 |2008 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.66/28.89	c  28.9s|183400 | 46641 |357215 |   1.9 |    35M |  35 |  40 |  16 |   8 |1025 |  0 |2009 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.76/28.91	c  28.9s|183500 | 46681 |357416 |   1.9 |    35M |  35 |  40 |  16 |   8 |1025 |  0 |2013 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.76/28.92	c  28.9s|183600 | 46707 |357576 |   1.9 |    35M |  35 |  40 |  16 |   8 |1025 |  0 |2015 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.76/28.93	c  28.9s|183700 | 46727 |357713 |   1.9 |    35M |  35 |  40 |  16 |   8 |1025 |  1 |2016 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.76/28.95	c  28.9s|183800 | 46731 |357845 |   1.9 |    35M |  35 |  40 |  16 |   9 |1025 |  1 |2017 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.76/28.96	c  28.9s|183900 | 46751 |358025 |   1.9 |    35M |  35 |  40 |  16 |   7 |1025 |  0 |2018 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.76/28.98	c  29.0s|184000 | 46761 |358181 |   1.9 |    35M |  35 |  40 |  16 |   7 |1025 |  1 |2022 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.76/28.99	c  29.0s|184100 | 46761 |358365 |   1.9 |    35M |  35 |  40 |  16 |   8 |1025 |  1 |2022 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.76/29.00	c  29.0s|184200 | 46759 |358548 |   1.9 |    35M |  35 |  40 |  16 |   7 |1025 |  1 |2022 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.87/29.02	c  29.0s|184300 | 46769 |358689 |   1.9 |    35M |  35 |  40 |  16 |   0 |1025 |  0 |2023 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.87/29.03	c  29.0s|184400 | 46789 |358872 |   1.9 |    35M |  35 |  40 |  16 |   8 |1025 |  0 |2024 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.87/29.04	c  29.0s|184500 | 46823 |359088 |   1.9 |    35M |  35 |  40 |  16 |   8 |1025 |  1 |2027 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.87/29.05	c  29.0s|184600 | 46821 |359270 |   1.9 |    35M |  35 |  40 |  16 |   8 |1025 |  1 |2033 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.87/29.07	c  29.1s|184700 | 46845 |359446 |   1.9 |    35M |  35 |  40 |  16 |   9 |1025 |  1 |2033 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.87/29.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.87/29.08	c  29.1s|184800 | 46875 |359668 |   1.9 |    35M |  35 |  40 |  16 |   9 |1025 |  1 |2034 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.87/29.09	c  29.1s|184900 | 46883 |359823 |   1.9 |    35M |  35 |  40 |  16 |   9 |1025 |  1 |2034 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.87/29.11	c  29.1s|185000 | 46893 |359982 |   1.9 |    35M |  35 |  40 |  16 |   9 |1025 |  0 |2034 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.97/29.12	c  29.1s|185100 | 46931 |360154 |   1.9 |    35M |  35 |  40 |  16 |   7 |1025 |  1 |2034 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.97/29.14	c  29.1s|185200 | 46945 |360338 |   1.9 |    35M |  35 |  40 |  16 |   7 |1025 |  1 |2036 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.97/29.15	c  29.1s|185300 | 46959 |360482 |   1.9 |    35M |  35 |  40 |  16 |   9 |1025 |  1 |2036 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.97/29.16	c  29.1s|185400 | 46973 |360622 |   1.9 |    35M |  35 |  40 |  16 |   6 |1025 |  1 |2036 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.97/29.18	c  29.2s|185500 | 46987 |360812 |   1.9 |    35M |  35 |  40 |  16 |   7 |1025 |  1 |2036 | 127 | 0.000000e+00 |      --      |    Inf | unknown
28.97/29.19	c  29.2s|185600 | 46997 |360980 |   1.9 |    35M |  35 |  40 |  16 |   0 |1025 |  0 |2036 | 127 | 0.000000e+00 |      --      |    Inf | unknown
29.06/29.20	c  29.2s|185700 | 47023 |361165 |   1.9 |    36M |  35 |  40 |  16 |   7 |1025 |  1 |2036 | 127 | 0.000000e+00 |      --      |    Inf | unknown
29.06/29.22	c  29.2s|185800 | 47059 |361314 |   1.9 |    36M |  35 |  40 |  16 |   0 |1025 |  0 |2036 | 127 | 0.000000e+00 |      --      |    Inf | unknown
29.06/29.23	c  29.2s|185900 | 47067 |361482 |   1.9 |    36M |  35 |  40 |  16 |   9 |1025 |  1 |2036 | 127 | 0.000000e+00 |      --      |    Inf | unknown
29.06/29.24	c  29.2s|186000 | 47101 |361657 |   1.9 |    36M |  35 |  40 |  16 |   7 |1025 |  1 |2037 | 127 | 0.000000e+00 |      --      |    Inf | unknown
29.06/29.26	c  29.2s|186100 | 47115 |361838 |   1.9 |    36M |  35 |  40 |  16 |   0 |1025 |  0 |2038 | 127 | 0.000000e+00 |      --      |    Inf | unknown
29.06/29.27	c  29.3s|186200 | 47139 |362032 |   1.9 |    36M |  35 |  40 |  16 |   7 |1025 |  1 |2040 | 127 | 0.000000e+00 |      --      |    Inf | unknown
29.06/29.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
29.06/29.29	c  29.3s|186300 | 47159 |362198 |   1.9 |    36M |  35 |  40 |  16 |   8 |1025 |  0 |2041 | 127 | 0.000000e+00 |      --      |    Inf | unknown
29.16/29.30	c  29.3s|186400 | 47179 |362392 |   1.9 |    36M |  35 |  40 |  16 |   7 |1025 |  1 |2042 | 127 | 0.000000e+00 |      --      |    Inf | unknown
29.16/29.31	c  29.3s|186500 | 47187 |362532 |   1.9 |    36M |  35 |  40 |  16 |   5 |1025 |  0 |2043 | 127 | 0.000000e+00 |      --      |    Inf | unknown
29.16/29.33	c  29.3s|186600 | 47225 |362742 |   1.9 |    36M |  35 |  40 |  16 |   5 |1025 |  1 |2044 | 132 | 0.000000e+00 |      --      |    Inf | unknown
29.16/29.35	c  29.3s|186700 | 47265 |362930 |   1.9 |    36M |  35 |  40 |  16 |   0 |1025 |  0 |2044 | 132 | 0.000000e+00 |      --      |    Inf | unknown
29.16/29.36	c  29.3s|186800 | 47279 |363105 |   1.9 |    36M |  35 |  40 |  16 |   5 |1025 |  1 |2044 | 132 | 0.000000e+00 |      --      |    Inf | unknown
29.16/29.38	c  29.4s|186900 | 47293 |363242 |   1.9 |    36M |  35 |  40 |  16 |   7 |1025 |  1 |2044 | 132 | 0.000000e+00 |      --      |    Inf | unknown
29.16/29.39	c  29.4s|187000 | 47323 |363404 |   1.9 |    36M |  35 |  40 |  16 |   7 |1025 |  1 |2045 | 132 | 0.000000e+00 |      --      |    Inf | unknown
29.26/29.40	c  29.4s|187100 | 47325 |363523 |   1.9 |    36M |  35 |  40 |  16 |   0 |1025 |  0 |2047 | 132 | 0.000000e+00 |      --      |    Inf | unknown
29.26/29.42	c  29.4s|187200 | 47339 |363693 |   1.9 |    36M |  35 |  40 |  16 |   8 |1025 |  0 |2047 | 132 | 0.000000e+00 |      --      |    Inf | unknown
29.26/29.43	c  29.4s|187300 | 47343 |363859 |   1.9 |    36M |  35 |  40 |  16 |   8 |1025 |  1 |2047 | 132 | 0.000000e+00 |      --      |    Inf | unknown
29.26/29.45	c  29.4s|187400 | 47364 |364016 |   1.9 |    36M |  35 |  40 |  16 |   8 |1025 |  0 |2048 | 132 | 0.000000e+00 |      --      |    Inf | unknown
29.26/29.46	c  29.4s|187500 | 47374 |364183 |   1.9 |    36M |  35 |  40 |  16 |   6 |1025 |  1 |2049 | 132 | 0.000000e+00 |      --      |    Inf | unknown
29.26/29.47	c  29.5s|187600 | 47382 |364327 |   1.9 |    36M |  35 |  40 |  16 |   8 |1025 |  1 |2051 | 132 | 0.000000e+00 |      --      |    Inf | unknown
29.26/29.48	c  29.5s|187700 | 47396 |364517 |   1.9 |    36M |  35 |  40 |  16 |   8 |1025 |  1 |2051 | 132 | 0.000000e+00 |      --      |    Inf | unknown
29.36/29.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
29.36/29.50	c  29.5s|187800 | 47402 |364683 |   1.9 |    36M |  35 |  40 |  16 |   9 |1025 |  0 |2052 | 132 | 0.000000e+00 |      --      |    Inf | unknown
29.36/29.51	c  29.5s|187900 | 47446 |364860 |   1.9 |    36M |  35 |  40 |  16 |   6 |1025 |  1 |2054 | 132 | 0.000000e+00 |      --      |    Inf | unknown
29.36/29.53	c  29.5s|188000 | 47472 |365012 |   1.9 |    36M |  35 |  40 |  16 |   6 |1025 |  1 |2054 | 132 | 0.000000e+00 |      --      |    Inf | unknown
29.36/29.54	c  29.5s|188100 | 47518 |365209 |   1.9 |    36M |  35 |  40 |  16 |   6 |1025 |  1 |2055 | 132 | 0.000000e+00 |      --      |    Inf | unknown
29.36/29.55	c  29.5s|188200 | 47544 |365398 |   1.9 |    36M |  35 |  40 |  16 |   6 |1025 |  1 |2056 | 132 | 0.000000e+00 |      --      |    Inf | unknown
29.36/29.56	c  29.6s|188300 | 47560 |365584 |   1.9 |    36M |  35 |  40 |  16 |   0 |1025 |  0 |2056 | 132 | 0.000000e+00 |      --      |    Inf | unknown
29.36/29.58	c  29.6s|188400 | 47592 |365809 |   1.9 |    36M |  35 |  40 |  16 |   0 |1025 |  0 |2056 | 132 | 0.000000e+00 |      --      |    Inf | unknown
29.36/29.59	c  29.6s|188500 | 47626 |365972 |   1.9 |    36M |  35 |  40 |  16 |   6 |1025 |  1 |2058 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.46/29.61	c  29.6s|188600 | 47658 |366128 |   1.9 |    36M |  35 |  40 |  16 |   6 |1025 |  1 |2058 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.46/29.62	c  29.6s|188700 | 47664 |366281 |   1.9 |    36M |  35 |  40 |  16 |   6 |1025 |  0 |2058 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.46/29.63	c  29.6s|188800 | 47674 |366444 |   1.9 |    36M |  35 |  40 |  16 |   0 |1025 |  0 |2059 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.46/29.64	c  29.6s|188900 | 47698 |366616 |   1.9 |    36M |  35 |  40 |  16 |   0 |1025 |  0 |2060 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.46/29.66	c  29.6s|189000 | 47698 |366785 |   1.9 |    36M |  35 |  40 |  16 |   6 |1025 |  0 |2062 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.46/29.67	c  29.7s|189100 | 47705 |366921 |   1.9 |    36M |  35 |  40 |  16 |   0 |1025 |  0 |2063 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.46/29.69	c  29.7s|189200 | 47715 |367078 |   1.9 |    36M |  35 |  40 |  16 |   8 |1025 |  1 |2063 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.56/29.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
29.56/29.70	c  29.7s|189300 | 47735 |367248 |   1.9 |    36M |  35 |  40 |  16 |   0 |1025 |  0 |2063 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.56/29.71	c  29.7s|189400 | 47743 |367427 |   1.9 |    36M |  35 |  40 |  16 |   0 |1025 |  0 |2063 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.56/29.73	c  29.7s|189500 | 47767 |367607 |   1.9 |    36M |  35 |  40 |  16 |   8 |1025 |  1 |2064 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.56/29.74	c  29.7s|189600 | 47791 |367789 |   1.9 |    36M |  35 |  40 |  16 |   8 |1025 |  0 |2065 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.56/29.76	c  29.7s|189700 | 47814 |367915 |   1.9 |    36M |  35 |  40 |  16 |   0 |1025 |  0 |2065 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.56/29.77	c  29.8s|189800 | 47832 |368053 |   1.9 |    36M |  35 |  40 |  16 |   7 |1025 |  1 |2065 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.56/29.79	c  29.8s|189900 | 47876 |368276 |   1.9 |    36M |  35 |  40 |  16 |   7 |1025 |  1 |2070 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.66/29.80	c  29.8s|190000 | 47908 |368481 |   1.9 |    36M |  35 |  40 |  16 |   7 |1025 |  1 |2071 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.66/29.82	c  29.8s|190100 | 47936 |368669 |   1.9 |    36M |  35 |  40 |  16 |   7 |1025 |  0 |2072 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.66/29.83	c  29.8s|190200 | 47942 |368811 |   1.9 |    36M |  35 |  40 |  16 |   8 |1025 |  0 |2073 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.66/29.85	c  29.8s|190300 | 47954 |368959 |   1.9 |    36M |  35 |  40 |  16 |   7 |1025 |  1 |2076 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.66/29.86	c  29.8s|190400 | 47962 |369104 |   1.9 |    36M |  35 |  40 |  16 |   0 |1025 |  0 |2076 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.66/29.88	c  29.9s|190500 | 47968 |369251 |   1.9 |    36M |  35 |  40 |  16 |   9 |1025 |  1 |2077 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.66/29.89	c  29.9s|190600 | 48004 |369440 |   1.9 |    36M |  35 |  40 |  16 |   8 |1025 |  1 |2077 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.76/29.91	c  29.9s|190700 | 48018 |369614 |   1.9 |    36M |  35 |  40 |  16 |   7 |1025 |  1 |2077 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.76/29.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
29.76/29.92	c  29.9s|190800 | 48026 |369749 |   1.9 |    36M |  35 |  40 |  16 |   8 |1025 |  1 |2078 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.76/29.93	c  29.9s|190900 | 48034 |369929 |   1.9 |    36M |  35 |  40 |  16 |   5 |1025 |  1 |2078 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.76/29.94	c  29.9s|191000 | 48062 |370098 |   1.9 |    37M |  35 |  40 |  16 |   9 |1025 |  1 |2078 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.76/29.96	c  29.9s|191100 | 48068 |370243 |   1.9 |    37M |  35 |  40 |  16 |   6 |1025 |  1 |2078 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.76/29.97	c  30.0s|191200 | 48090 |370408 |   1.9 |    37M |  35 |  40 |  16 |   6 |1025 |  1 |2078 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.76/29.99	c  30.0s|191300 | 48114 |370607 |   1.9 |    37M |  35 |  40 |  16 |   8 |1025 |  1 |2078 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.76/30.00	c  30.0s|191400 | 48130 |370794 |   1.9 |    37M |  35 |  40 |  16 |   8 |1025 |  1 |2080 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.87/30.01	c  30.0s|191500 | 48168 |370991 |   1.9 |    37M |  35 |  40 |  16 |   8 |1025 |  1 |2080 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.87/30.03	c  30.0s|191600 | 48184 |371146 |   1.9 |    37M |  35 |  40 |  16 |   8 |1025 |  1 |2082 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.87/30.04	c  30.0s|191700 | 48208 |371298 |   1.9 |    37M |  35 |  40 |  16 |   8 |1025 |  1 |2084 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.87/30.05	c  30.0s|191800 | 48212 |371463 |   1.9 |    37M |  35 |  40 |  16 |   8 |1025 |  0 |2085 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.87/30.07	c  30.1s|191900 | 48234 |371703 |   1.9 |    37M |  35 |  40 |  16 |   8 |1025 |  1 |2086 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.87/30.08	c  30.1s|192000 | 48254 |371858 |   1.9 |    37M |  35 |  40 |  16 |   0 |1025 |  0 |2088 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.87/30.10	c  30.1s|192100 | 48264 |372037 |   1.9 |    37M |  35 |  40 |  16 |   7 |1025 |  0 |2088 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.97/30.11	c  30.1s|192200 | 48284 |372184 |   1.9 |    37M |  35 |  40 |  16 |   8 |1025 |  1 |2090 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.97/30.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
29.97/30.13	c  30.1s|192300 | 48307 |372354 |   1.9 |    37M |  35 |  40 |  16 |   7 |1025 |  1 |2092 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.97/30.14	c  30.1s|192400 | 48313 |372495 |   1.9 |    37M |  35 |  40 |  16 |   8 |1025 |  0 |2092 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.97/30.16	c  30.1s|192500 | 48313 |372682 |   1.9 |    37M |  35 |  40 |  16 |   5 |1025 |  0 |2092 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.97/30.17	c  30.2s|192600 | 48325 |372820 |   1.9 |    37M |  35 |  40 |  16 |   7 |1025 |  1 |2092 | 137 | 0.000000e+00 |      --      |    Inf | unknown
29.97/30.19	c  30.2s|192700 | 48331 |372988 |   1.9 |    37M |  35 |  40 |  16 |   0 |1025 |  0 |2093 | 137 | 0.000000e+00 |      --      |    Inf | unknown
30.06/30.20	c  30.2s|192800 | 48353 |373177 |   1.9 |    37M |  35 |  40 |  16 |   5 |1025 |  1 |2093 | 137 | 0.000000e+00 |      --      |    Inf | unknown
30.06/30.22	c  30.2s|192900 | 48381 |373396 |   1.9 |    37M |  35 |  40 |  16 |   5 |1025 |  1 |2095 | 142 | 0.000000e+00 |      --      |    Inf | unknown
30.06/30.23	c  30.2s|193000 | 48393 |373583 |   1.9 |    37M |  35 |  40 |  16 |   7 |1025 |  1 |2095 | 142 | 0.000000e+00 |      --      |    Inf | unknown
30.06/30.24	c  30.2s|193100 | 48405 |373755 |   1.9 |    37M |  35 |  40 |  16 |   0 |1025 |  0 |2096 | 142 | 0.000000e+00 |      --      |    Inf | unknown
30.06/30.25	c  30.2s|193200 | 48417 |373913 |   1.9 |    37M |  35 |  40 |  16 |   7 |1025 |  1 |2097 | 142 | 0.000000e+00 |      --      |    Inf | unknown
30.06/30.27	c  30.3s|193300 | 48437 |374061 |   1.9 |    37M |  35 |  40 |  16 |   8 |1025 |  1 |2097 | 142 | 0.000000e+00 |      --      |    Inf | unknown
30.06/30.28	c  30.3s|193400 | 48451 |374262 |   1.9 |    37M |  35 |  40 |  16 |   8 |1025 |  1 |2100 | 142 | 0.000000e+00 |      --      |    Inf | unknown
30.16/30.30	c  30.3s|193500 | 48453 |374440 |   1.9 |    37M |  35 |  40 |  16 |   6 |1025 |  1 |2100 | 142 | 0.000000e+00 |      --      |    Inf | unknown
30.16/30.31	c  30.3s|193600 | 48449 |374608 |   1.9 |    37M |  35 |  40 |  16 |   8 |1025 |  0 |2101 | 142 | 0.000000e+00 |      --      |    Inf | unknown
30.16/30.33	c  30.3s|193700 | 48473 |374816 |   1.9 |    37M |  35 |  40 |  16 |   8 |1025 |  1 |2104 | 142 | 0.000000e+00 |      --      |    Inf | unknown
30.16/30.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
30.16/30.34	c  30.3s|193800 | 48487 |374957 |   1.9 |    37M |  35 |  40 |  16 |   0 |1025 |  0 |2106 | 142 | 0.000000e+00 |      --      |    Inf | unknown
30.16/30.36	c  30.3s|193900 | 48501 |375116 |   1.9 |    37M |  35 |  40 |  16 |   8 |1025 |  0 |2106 | 142 | 0.000000e+00 |      --      |    Inf | unknown
30.16/30.37	c  30.4s|194000 | 48505 |375249 |   1.9 |    37M |  35 |  40 |  16 |   8 |1025 |  1 |2106 | 142 | 0.000000e+00 |      --      |    Inf | unknown
30.16/30.38	c  30.4s|194100 | 48525 |375397 |   1.9 |    37M |  35 |  40 |  16 |   7 |1025 |  1 |2106 | 142 | 0.000000e+00 |      --      |    Inf | unknown
30.16/30.40	c  30.4s|194200 | 48528 |375537 |   1.9 |    37M |  35 |  40 |  16 |   0 |1025 |  0 |2107 | 142 | 0.000000e+00 |      --      |    Inf | unknown
30.26/30.41	c  30.4s|194300 | 48546 |375742 |   1.9 |    37M |  35 |  40 |  16 |   8 |1030 |  0 |2111 | 142 | 0.000000e+00 |      --      |    Inf | unknown
30.26/30.42	c  30.4s|194400 | 48568 |375900 |   1.9 |    37M |  35 |  40 |  16 |   8 |1030 |  1 |2112 | 142 | 0.000000e+00 |      --      |    Inf | unknown
30.26/30.44	c  30.4s|194500 | 48584 |376135 |   1.9 |    37M |  35 |  40 |  16 |   8 |1030 |  1 |2114 | 142 | 0.000000e+00 |      --      |    Inf | unknown
30.26/30.45	c  30.4s|194600 | 48582 |376275 |   1.9 |    37M |  35 |  40 |  16 |   8 |1030 |  1 |2115 | 142 | 0.000000e+00 |      --      |    Inf | unknown
30.26/30.47	c  30.5s|194700 | 48628 |376494 |   1.9 |    37M |  35 |  40 |  16 |   7 |1036 |  1 |2115 | 142 | 0.000000e+00 |      --      |    Inf | unknown
30.26/30.48	c  30.5s|194800 | 48666 |376656 |   1.9 |    37M |  35 |  40 |  16 |   7 |1036 |  1 |2119 | 142 | 0.000000e+00 |      --      |    Inf | unknown
30.35/30.50	c  30.5s|194900 | 48700 |376897 |   1.9 |    37M |  35 |  40 |  16 |   7 |1036 |  0 |2125 | 142 | 0.000000e+00 |      --      |    Inf | unknown
30.35/30.51	c  30.5s|195000 | 48732 |377084 |   1.9 |    37M |  35 |  40 |  16 |   7 |1036 |  1 |2127 | 142 | 0.000000e+00 |      --      |    Inf | unknown
30.35/30.53	c  30.5s|195100 | 48768 |377263 |   1.9 |    37M |  35 |  40 |  16 |   0 |1036 |  0 |2128 | 142 | 0.000000e+00 |      --      |    Inf | unknown
30.35/30.54	c  30.5s|195200 | 48802 |377431 |   1.9 |    37M |  35 |  40 |  16 |   7 |1036 |  1 |2133 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.35/30.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
30.35/30.56	c  30.5s|195300 | 48814 |377600 |   1.9 |    37M |  35 |  40 |  16 |   7 |1036 |  1 |2136 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.35/30.57	c  30.6s|195400 | 48822 |377759 |   1.9 |    37M |  35 |  40 |  16 |   7 |1036 |  0 |2139 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.35/30.58	c  30.6s|195500 | 48813 |377910 |   1.9 |    37M |  35 |  40 |  16 |   7 |1036 |  1 |2140 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.45/30.60	c  30.6s|195600 | 48821 |378063 |   1.9 |    37M |  35 |  40 |  16 |   8 |1036 |  0 |2140 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.45/30.61	c  30.6s|195700 | 48837 |378236 |   1.9 |    37M |  35 |  40 |  16 |   7 |1036 |  0 |2140 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.45/30.63	c  30.6s|195800 | 48855 |378405 |   1.9 |    37M |  35 |  40 |  16 |   9 |1036 |  1 |2140 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.45/30.64	c  30.6s|195900 | 48871 |378595 |   1.9 |    37M |  35 |  40 |  16 |   0 |1036 |  0 |2141 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.45/30.65	c  30.6s|196000 | 48876 |378790 |   1.9 |    37M |  35 |  40 |  16 |   6 |1036 |  1 |2142 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.45/30.67	c  30.7s|196100 | 48886 |378991 |   1.9 |    37M |  35 |  40 |  16 |   0 |1036 |  0 |2142 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.45/30.68	c  30.7s|196200 | 48908 |379183 |   1.9 |    37M |  35 |  40 |  16 |   6 |1036 |  1 |2143 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.45/30.69	c  30.7s|196300 | 48924 |379363 |   1.9 |    37M |  35 |  40 |  16 |   7 |1036 |  0 |2146 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.55/30.71	c  30.7s|196400 | 48936 |379518 |   1.9 |    37M |  35 |  40 |  16 |   5 |1036 |  0 |2146 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.55/30.72	c  30.7s|196500 | 48933 |379678 |   1.9 |    37M |  35 |  40 |  16 |   0 |1036 |  0 |2146 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.55/30.74	c  30.7s|196600 | 48941 |379824 |   1.9 |    37M |  35 |  40 |  16 |   8 |1036 |  0 |2146 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.55/30.75	c  30.7s|196700 | 48961 |380000 |   1.9 |    37M |  35 |  40 |  16 |   0 |1036 |  0 |2146 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.55/30.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
30.55/30.76	c  30.8s|196800 | 48967 |380134 |   1.9 |    37M |  35 |  40 |  16 |   9 |1036 |  0 |2146 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.55/30.78	c  30.8s|196900 | 48975 |380269 |   1.9 |    37M |  35 |  40 |  16 |   7 |1036 |  1 |2146 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.55/30.79	c  30.8s|197000 | 48981 |380413 |   1.9 |    37M |  35 |  40 |  16 |   0 |1036 |  0 |2146 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.65/30.81	c  30.8s|197100 | 48993 |380577 |   1.9 |    37M |  35 |  40 |  16 |   9 |1036 |  1 |2146 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.65/30.82	c  30.8s|197200 | 49003 |380773 |   1.9 |    37M |  35 |  40 |  16 |   8 |1036 |  0 |2147 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.65/30.83	c  30.8s|197300 | 49035 |380971 |   1.9 |    37M |  35 |  40 |  16 |   6 |1036 |  1 |2149 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.65/30.85	c  30.8s|197400 | 49057 |381168 |   1.9 |    37M |  35 |  40 |  16 |   6 |1036 |  1 |2150 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.65/30.86	c  30.8s|197500 | 49056 |381316 |   1.9 |    37M |  35 |  40 |  16 |   0 |1036 |  0 |2151 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.65/30.88	c  30.9s|197600 | 49070 |381498 |   1.9 |    37M |  35 |  40 |  16 |   7 |1036 |  0 |2151 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.65/30.89	c  30.9s|197700 | 49114 |381676 |   1.9 |    37M |  35 |  40 |  16 |   8 |1036 |  1 |2153 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.75/30.91	c  30.9s|197800 | 49138 |381847 |   1.9 |    37M |  35 |  40 |  16 |   8 |1036 |  1 |2153 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.75/30.92	c  30.9s|197900 | 49158 |381994 |   1.9 |    37M |  35 |  40 |  16 |   8 |1036 |  1 |2153 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.75/30.93	c  30.9s|198000 | 49174 |382120 |   1.9 |    37M |  35 |  40 |  16 |   8 |1036 |  1 |2153 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.75/30.95	c  30.9s|198100 | 49178 |382255 |   1.9 |    37M |  35 |  40 |  16 |   8 |1036 |  1 |2153 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.75/30.96	c  30.9s|198200 | 49186 |382425 |   1.9 |    37M |  35 |  40 |  16 |   8 |1036 |  1 |2153 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.75/30.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
30.75/30.97	c  31.0s|198300 | 49202 |382595 |   1.9 |    37M |  35 |  40 |  16 |   8 |1036 |  1 |2153 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.75/30.99	c  31.0s|198400 | 49214 |382742 |   1.9 |    37M |  35 |  40 |  16 |   7 |1036 |  0 |2153 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.75/31.00	c  31.0s|198500 | 49234 |382930 |   1.9 |    37M |  35 |  40 |  16 |   0 |1036 |  0 |2153 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.87/31.01	c  31.0s|198600 | 49248 |383079 |   1.9 |    37M |  35 |  40 |  16 |   7 |1036 |  0 |2153 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.87/31.03	c  31.0s|198700 | 49264 |383323 |   1.9 |    37M |  35 |  40 |  16 |   8 |1036 |  1 |2154 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.87/31.04	c  31.0s|198800 | 49280 |383457 |   1.9 |    37M |  35 |  40 |  16 |   0 |1036 |  0 |2155 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.87/31.05	c  31.0s|198900 | 49304 |383673 |   1.9 |    37M |  35 |  40 |  16 |   7 |1036 |  0 |2156 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.87/31.07	c  31.1s|199000 | 49324 |383825 |   1.9 |    37M |  35 |  40 |  16 |   0 |1036 |  0 |2158 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.87/31.08	c  31.1s|199100 | 49316 |383979 |   1.9 |    37M |  35 |  40 |  16 |   7 |1036 |  1 |2161 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.87/31.09	c  31.1s|199200 | 49338 |384162 |   1.9 |    37M |  35 |  40 |  16 |   7 |1036 |  1 |2162 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.96/31.11	c  31.1s|199300 | 49352 |384373 |   1.9 |    37M |  35 |  40 |  16 |   8 |1036 |  0 |2163 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.96/31.12	c  31.1s|199400 | 49372 |384548 |   1.9 |    37M |  35 |  40 |  16 |   8 |1036 |  1 |2163 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.96/31.14	c  31.1s|199500 | 49386 |384735 |   1.9 |    37M |  35 |  40 |  16 |   8 |1036 |  0 |2166 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.96/31.15	c  31.1s|199600 | 49411 |384895 |   1.9 |    37M |  35 |  40 |  16 |   0 |1036 |  0 |2168 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.96/31.17	c  31.2s|199700 | 49425 |385055 |   1.9 |    37M |  35 |  40 |  16 |   8 |1036 |  1 |2169 | 147 | 0.000000e+00 |      --      |    Inf | unknown
30.96/31.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
30.96/31.18	c  31.2s|199800 | 49431 |385218 |   1.9 |    37M |  35 |  40 |  16 |   8 |1036 |  1 |2169 | 147 | 0.000000e+00 |      --      |    Inf | unknown
31.05/31.20	c  31.2s|199900 | 49469 |385435 |   1.9 |    37M |  35 |  40 |  16 |   8 |1036 |  1 |2169 | 147 | 0.000000e+00 |      --      |    Inf | unknown
31.05/31.21	c  31.2s|200000 | 49489 |385587 |   1.9 |    37M |  35 |  40 |  16 |   8 |1036 |  1 |2170 | 147 | 0.000000e+00 |      --      |    Inf | unknown
31.05/31.23	c  31.2s|200100 | 49511 |385755 |   1.9 |    37M |  35 |  40 |  16 |   8 |1036 |  1 |2170 | 147 | 0.000000e+00 |      --      |    Inf | unknown
31.05/31.24	c  31.2s|200200 | 49527 |385918 |   1.9 |    37M |  35 |  40 |  16 |   8 |1036 |  1 |2170 | 147 | 0.000000e+00 |      --      |    Inf | unknown
31.05/31.25	c  31.2s|200300 | 49533 |386051 |   1.9 |    37M |  35 |  40 |  16 |   6 |1036 |  0 |2170 | 152 | 0.000000e+00 |      --      |    Inf | unknown
31.05/31.27	c  31.3s|200400 | 49551 |386193 |   1.9 |    37M |  35 |  40 |  16 |   6 |1036 |  1 |2170 | 152 | 0.000000e+00 |      --      |    Inf | unknown
31.05/31.28	c  31.3s|200500 | 49591 |386372 |   1.9 |    37M |  35 |  40 |  16 |   6 |1036 |  0 |2170 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.05/31.29	c  31.3s|200600 | 49617 |386540 |   1.9 |    37M |  35 |  40 |  16 |   6 |1036 |  1 |2170 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.15/31.30	c  31.3s|200700 | 49623 |386675 |   1.9 |    37M |  35 |  40 |  16 |   6 |1036 |  0 |2170 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.15/31.32	c  31.3s|200800 | 49619 |386822 |   1.9 |    37M |  35 |  40 |  16 |   0 |1036 |  0 |2172 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.15/31.33	c  31.3s|200900 | 49627 |386983 |   1.9 |    37M |  35 |  40 |  16 |   6 |1036 |  1 |2172 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.15/31.35	c  31.3s|201000 | 49643 |387145 |   1.9 |    38M |  35 |  40 |  16 |   8 |1036 |  1 |2174 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.15/31.36	c  31.3s|201100 | 49640 |387325 |   1.9 |    38M |  35 |  40 |  16 |   7 |1036 |  1 |2177 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.15/31.37	c  31.4s|201200 | 49652 |387492 |   1.9 |    38M |  35 |  40 |  16 |   8 |1036 |  0 |2179 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.15/31.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
31.15/31.38	c  31.4s|201300 | 49672 |387647 |   1.9 |    38M |  35 |  40 |  16 |   9 |1036 |  1 |2179 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.25/31.40	c  31.4s|201400 | 49718 |387892 |   1.9 |    38M |  35 |  40 |  16 |   7 |1036 |  1 |2180 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.25/31.41	c  31.4s|201500 | 49754 |388048 |   1.9 |    38M |  35 |  40 |  16 |   7 |1036 |  1 |2180 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.25/31.43	c  31.4s|201600 | 49792 |388196 |   1.9 |    38M |  35 |  40 |  16 |   7 |1036 |  1 |2180 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.25/31.44	c  31.4s|201700 | 49816 |388355 |   1.9 |    38M |  35 |  40 |  16 |   7 |1036 |  0 |2180 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.25/31.45	c  31.4s|201800 | 49842 |388538 |   1.9 |    38M |  35 |  40 |  16 |   7 |1036 |  1 |2182 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.25/31.46	c  31.4s|201900 | 49858 |388736 |   1.9 |    38M |  35 |  40 |  16 |   7 |1036 |  1 |2183 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.25/31.48	c  31.5s|202000 | 49878 |388899 |   1.9 |    38M |  35 |  40 |  16 |   7 |1036 |  1 |2183 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.25/31.49	c  31.5s|202100 | 49906 |389118 |   1.9 |    38M |  35 |  40 |  16 |   6 |1036 |  1 |2183 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.35/31.50	c  31.5s|202200 | 49932 |389287 |   1.9 |    38M |  35 |  40 |  16 |   6 |1036 |  1 |2183 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.35/31.52	c  31.5s|202300 | 49968 |389460 |   1.9 |    38M |  35 |  40 |  16 |   6 |1036 |  0 |2184 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.35/31.53	c  31.5s|202400 | 49972 |389615 |   1.9 |    38M |  35 |  40 |  16 |   0 |1036 |  0 |2185 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.35/31.54	c  31.5s|202500 | 50004 |389819 |   1.9 |    38M |  35 |  40 |  16 |   6 |1036 |  0 |2186 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.35/31.56	c  31.5s|202600 | 50038 |389973 |   1.9 |    38M |  35 |  40 |  16 |   0 |1036 |  0 |2187 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.35/31.57	c  31.6s|202700 | 50052 |390148 |   1.9 |    38M |  35 |  40 |  16 |   6 |1036 |  0 |2188 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.35/31.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
31.35/31.58	c  31.6s|202800 | 50060 |390317 |   1.9 |    38M |  35 |  40 |  16 |   6 |1036 |  1 |2188 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.45/31.60	c  31.6s|202900 | 50074 |390454 |   1.9 |    38M |  35 |  40 |  16 |   6 |1036 |  1 |2189 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.45/31.61	c  31.6s|203000 | 50094 |390605 |   1.9 |    38M |  35 |  40 |  16 |   7 |1036 |  1 |2190 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.45/31.63	c  31.6s|203100 | 50118 |390772 |   1.9 |    38M |  35 |  40 |  16 |   0 |1036 |  0 |2190 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.45/31.64	c  31.6s|203200 | 50128 |390911 |   1.9 |    38M |  35 |  40 |  16 |   6 |1036 |  0 |2190 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.45/31.66	c  31.6s|203300 | 50142 |391055 |   1.9 |    38M |  35 |  40 |  16 |   8 |1036 |  1 |2193 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.45/31.67	c  31.7s|203400 | 50158 |391211 |   1.9 |    38M |  35 |  40 |  16 |   7 |1036 |  1 |2193 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.45/31.68	c  31.7s|203500 | 50162 |391352 |   1.9 |    38M |  35 |  40 |  16 |   8 |1036 |  0 |2194 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.55/31.70	c  31.7s|203600 | 50202 |391573 |   1.9 |    38M |  35 |  40 |  16 |   0 |1036 |  0 |2195 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.55/31.71	c  31.7s|203700 | 50242 |391778 |   1.9 |    38M |  35 |  40 |  16 |   7 |1036 |  1 |2198 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.55/31.73	c  31.7s|203800 | 50276 |391979 |   1.9 |    38M |  35 |  40 |  16 |   7 |1036 |  1 |2200 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.55/31.74	c  31.7s|203900 | 50281 |392134 |   1.9 |    38M |  35 |  40 |  16 |   7 |1036 |  1 |2203 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.55/31.76	c  31.7s|204000 | 50287 |392309 |   1.9 |    38M |  35 |  40 |  16 |   7 |1036 |  1 |2208 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.55/31.77	c  31.8s|204100 | 50317 |392484 |   1.9 |    38M |  35 |  40 |  16 |   6 |1036 |  1 |2208 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.55/31.78	c  31.8s|204200 | 50327 |392638 |   1.9 |    38M |  35 |  40 |  16 |   0 |1036 |  0 |2208 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.65/31.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
31.65/31.80	c  31.8s|204300 | 50341 |392842 |   1.9 |    38M |  35 |  40 |  16 |   8 |1036 |  1 |2208 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.65/31.81	c  31.8s|204400 | 50355 |393011 |   1.9 |    38M |  35 |  40 |  16 |   8 |1036 |  1 |2208 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.65/31.82	c  31.8s|204500 | 50361 |393140 |   1.9 |    38M |  35 |  40 |  16 |   7 |1036 |  1 |2208 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.65/31.84	c  31.8s|204600 | 50371 |393346 |   1.9 |    38M |  35 |  40 |  16 |   8 |1036 |  1 |2209 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.65/31.85	c  31.8s|204700 | 50401 |393581 |   1.9 |    38M |  35 |  40 |  16 |   8 |1036 |  1 |2211 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.65/31.87	c  31.9s|204800 | 50409 |393775 |   1.9 |    38M |  35 |  40 |  16 |   8 |1036 |  1 |2212 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.75/31.90	c  31.9s|204900 | 50415 |393928 |   1.9 |    38M |  35 |  40 |  16 |   7 |1036 |  0 |2213 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.75/31.92	c  31.9s|205000 | 50433 |394090 |   1.9 |    38M |  35 |  40 |  16 |   8 |1036 |  1 |2213 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.75/31.93	c  31.9s|205100 | 50457 |394271 |   1.9 |    38M |  35 |  40 |  16 |   7 |1036 |  0 |2213 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.75/31.94	c  31.9s|205200 | 50488 |394461 |   1.9 |    38M |  35 |  40 |  16 |   7 |1036 |  1 |2215 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.75/31.96	c  31.9s|205300 | 50518 |394629 |   1.9 |    38M |  35 |  40 |  16 |   7 |1036 |  1 |2215 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.75/31.97	c  32.0s|205400 | 50538 |394796 |   1.9 |    38M |  35 |  40 |  16 |   7 |1036 |  0 |2215 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.75/31.98	c  32.0s|205500 | 50554 |394963 |   1.9 |    38M |  35 |  40 |  16 |   7 |1036 |  1 |2216 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.75/31.99	c  32.0s|205600 | 50578 |395184 |   1.9 |    38M |  35 |  40 |  16 |   0 |1036 |  0 |2216 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.86/32.01	c  32.0s|205700 | 50572 |395341 |   1.9 |    38M |  35 |  40 |  16 |   0 |1036 |  0 |2217 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.86/32.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
31.86/32.02	c  32.0s|205800 | 50582 |395538 |   1.9 |    38M |  35 |  40 |  16 |   7 |1036 |  1 |2218 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.86/32.04	c  32.0s|205900 | 50584 |395684 |   1.9 |    38M |  35 |  40 |  16 |   6 |1036 |  1 |2219 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.86/32.05	c  32.0s|206000 | 50604 |395858 |   1.9 |    38M |  35 |  40 |  16 |   7 |1036 |  1 |2220 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.86/32.07	c  32.1s|206100 | 50628 |396020 |   1.9 |    38M |  35 |  40 |  16 |   7 |1036 |  0 |2224 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.86/32.08	c  32.1s|206200 | 50650 |396215 |   1.9 |    38M |  35 |  40 |  16 |   7 |1036 |  1 |2226 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.86/32.10	c  32.1s|206300 | 50664 |396366 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2226 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.96/32.11	c  32.1s|206400 | 50680 |396535 |   1.9 |    39M |  35 |  40 |  16 |   6 |1036 |  1 |2226 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.96/32.12	c  32.1s|206500 | 50706 |396712 |   1.9 |    39M |  35 |  40 |  16 |   6 |1036 |  1 |2226 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.96/32.13	c  32.1s|206600 | 50722 |396836 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2226 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.96/32.15	c  32.1s|206700 | 50740 |397029 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2226 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.96/32.16	c  32.1s|206800 | 50756 |397199 |   1.9 |    39M |  35 |  40 |  16 |   0 |1036 |  0 |2228 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.96/32.18	c  32.2s|206900 | 50762 |397347 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  1 |2229 | 157 | 0.000000e+00 |      --      |    Inf | unknown
31.96/32.19	c  32.2s|207000 | 50774 |397559 |   1.9 |    39M |  35 |  40 |  16 |   9 |1036 |  1 |2233 | 157 | 0.000000e+00 |      --      |    Inf | unknown
32.05/32.20	c  32.2s|207100 | 50774 |397779 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  1 |2233 | 157 | 0.000000e+00 |      --      |    Inf | unknown
32.05/32.22	c  32.2s|207200 | 50780 |397984 |   1.9 |    39M |  35 |  40 |  16 |   0 |1036 |  0 |2235 | 157 | 0.000000e+00 |      --      |    Inf | unknown
32.05/32.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.05/32.23	c  32.2s|207300 | 50792 |398116 |   1.9 |    39M |  35 |  40 |  16 |   6 |1036 |  1 |2235 | 157 | 0.000000e+00 |      --      |    Inf | unknown
32.05/32.24	c  32.2s|207400 | 50794 |398280 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  1 |2235 | 157 | 0.000000e+00 |      --      |    Inf | unknown
32.05/32.26	c  32.2s|207500 | 50798 |398405 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2236 | 157 | 0.000000e+00 |      --      |    Inf | unknown
32.05/32.27	c  32.3s|207600 | 50808 |398562 |   1.9 |    39M |  35 |  40 |  16 |   0 |1036 |  0 |2236 | 157 | 0.000000e+00 |      --      |    Inf | unknown
32.05/32.28	c  32.3s|207700 | 50826 |398705 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  0 |2236 | 157 | 0.000000e+00 |      --      |    Inf | unknown
32.15/32.30	c  32.3s|207800 | 50834 |398853 |   1.9 |    39M |  35 |  40 |  16 |   0 |1036 |  0 |2236 | 157 | 0.000000e+00 |      --      |    Inf | unknown
32.15/32.31	c  32.3s|207900 | 50854 |399053 |   1.9 |    39M |  35 |  40 |  16 |   6 |1036 |  1 |2238 | 157 | 0.000000e+00 |      --      |    Inf | unknown
32.15/32.32	c  32.3s|208000 | 50854 |399248 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2242 | 157 | 0.000000e+00 |      --      |    Inf | unknown
32.15/32.34	c  32.3s|208100 | 50862 |399417 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  0 |2243 | 157 | 0.000000e+00 |      --      |    Inf | unknown
32.15/32.35	c  32.3s|208200 | 50880 |399561 |   1.9 |    39M |  35 |  40 |  16 |   0 |1036 |  0 |2245 | 157 | 0.000000e+00 |      --      |    Inf | unknown
32.15/32.37	c  32.4s|208300 | 50880 |399732 |   1.9 |    39M |  35 |  40 |  16 |   6 |1036 |  0 |2249 | 157 | 0.000000e+00 |      --      |    Inf | unknown
32.15/32.38	c  32.4s|208400 | 50909 |399928 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2249 | 157 | 0.000000e+00 |      --      |    Inf | unknown
32.25/32.40	c  32.4s|208500 | 50927 |400093 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  1 |2249 | 157 | 0.000000e+00 |      --      |    Inf | unknown
32.25/32.41	c  32.4s|208600 | 50959 |400258 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2249 | 157 | 0.000000e+00 |      --      |    Inf | unknown
32.25/32.42	c  32.4s|208700 | 50969 |400437 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  0 |2249 | 157 | 0.000000e+00 |      --      |    Inf | unknown
32.25/32.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.25/32.44	c  32.4s|208800 | 50969 |400638 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2250 | 157 | 0.000000e+00 |      --      |    Inf | unknown
32.25/32.45	c  32.4s|208900 | 50997 |400859 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  0 |2251 | 157 | 0.000000e+00 |      --      |    Inf | unknown
32.25/32.46	c  32.4s|209000 | 51011 |401063 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  0 |2251 | 157 | 0.000000e+00 |      --      |    Inf | unknown
32.25/32.48	c  32.5s|209100 | 51015 |401273 |   1.9 |    39M |  35 |  40 |  16 |   5 |1036 |  1 |2253 | 157 | 0.000000e+00 |      --      |    Inf | unknown
32.25/32.49	c  32.5s|209200 | 51035 |401413 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  1 |2253 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.35/32.50	c  32.5s|209300 | 51041 |401561 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2253 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.35/32.52	c  32.5s|209400 | 51059 |401750 |   1.9 |    39M |  35 |  40 |  16 |   9 |1036 |  1 |2254 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.35/32.53	c  32.5s|209500 | 51067 |401893 |   1.9 |    39M |  35 |  40 |  16 |   9 |1036 |  1 |2254 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.35/32.54	c  32.5s|209600 | 51070 |402015 |   1.9 |    39M |  35 |  40 |  16 |   0 |1036 |  0 |2254 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.35/32.56	c  32.5s|209700 | 51080 |402172 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2254 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.35/32.57	c  32.6s|209800 | 51088 |402329 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  0 |2254 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.35/32.58	c  32.6s|209900 | 51100 |402503 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2258 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.45/32.60	c  32.6s|210000 | 51102 |402707 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  1 |2259 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.45/32.61	c  32.6s|210100 | 51104 |402855 |   1.9 |    39M |  35 |  40 |  16 |   0 |1036 |  0 |2259 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.45/32.63	c  32.6s|210200 | 51104 |403007 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  1 |2260 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.45/32.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.45/32.64	c  32.6s|210300 | 51136 |403273 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  1 |2261 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.45/32.66	c  32.6s|210400 | 51152 |403470 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  1 |2261 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.45/32.67	c  32.7s|210500 | 51172 |403652 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  1 |2261 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.45/32.68	c  32.7s|210600 | 51172 |403794 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  0 |2261 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.55/32.70	c  32.7s|210700 | 51190 |403970 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  1 |2263 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.55/32.71	c  32.7s|210800 | 51190 |404170 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  1 |2263 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.55/32.72	c  32.7s|210900 | 51206 |404332 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2263 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.55/32.74	c  32.7s|211000 | 51224 |404491 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2263 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.55/32.75	c  32.7s|211100 | 51244 |404676 |   1.9 |    39M |  35 |  40 |  16 |   6 |1036 |  1 |2263 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.55/32.76	c  32.7s|211200 | 51266 |404849 |   1.9 |    39M |  35 |  40 |  16 |   6 |1036 |  1 |2264 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.55/32.77	c  32.8s|211300 | 51294 |405035 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  0 |2266 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.55/32.79	c  32.8s|211400 | 51304 |405213 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  0 |2266 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.65/32.80	c  32.8s|211500 | 51322 |405401 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2267 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.65/32.81	c  32.8s|211600 | 51346 |405604 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2269 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.65/32.83	c  32.8s|211700 | 51349 |405755 |   1.9 |    39M |  35 |  40 |  16 |   0 |1036 |  0 |2270 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.65/32.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.65/32.84	c  32.8s|211800 | 51352 |405908 |   1.9 |    39M |  35 |  40 |  16 |   0 |1036 |  0 |2270 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.65/32.85	c  32.8s|211900 | 51365 |406072 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  1 |2273 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.65/32.87	c  32.9s|212000 | 51369 |406250 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  1 |2274 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.65/32.88	c  32.9s|212100 | 51383 |406442 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  0 |2274 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.65/32.90	c  32.9s|212200 | 51397 |406595 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  0 |2274 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.75/32.91	c  32.9s|212300 | 51413 |406749 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2274 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.75/32.92	c  32.9s|212400 | 51445 |406903 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2275 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.75/32.93	c  32.9s|212500 | 51473 |407082 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2275 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.75/32.95	c  32.9s|212600 | 51475 |407201 |   1.9 |    39M |  35 |  40 |  16 |   0 |1036 |  0 |2275 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.75/32.96	c  33.0s|212700 | 51483 |407365 |   1.9 |    39M |  35 |  40 |  16 |  10 |1036 |  1 |2275 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.75/32.98	c  33.0s|212800 | 51495 |407531 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  0 |2275 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.75/32.99	c  33.0s|212900 | 51517 |407693 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  1 |2276 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.86/33.01	c  33.0s|213000 | 51561 |407918 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2276 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.86/33.02	c  33.0s|213100 | 51589 |408100 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2276 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.86/33.04	c  33.0s|213200 | 51625 |408260 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2276 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.86/33.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.86/33.05	c  33.0s|213300 | 51643 |408428 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2276 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.86/33.06	c  33.0s|213400 | 51651 |408589 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  0 |2276 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.86/33.08	c  33.1s|213500 | 51663 |408725 |   1.9 |    39M |  35 |  40 |  16 |   0 |1036 |  0 |2276 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.86/33.09	c  33.1s|213600 | 51669 |408857 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  0 |2276 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.86/33.10	c  33.1s|213700 | 51685 |409049 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  1 |2278 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.96/33.12	c  33.1s|213800 | 51697 |409237 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  0 |2278 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.96/33.13	c  33.1s|213900 | 51711 |409417 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2278 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.96/33.14	c  33.1s|214000 | 51709 |409588 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2280 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.96/33.16	c  33.1s|214100 | 51703 |409752 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  0 |2280 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.96/33.17	c  33.2s|214200 | 51721 |409939 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  0 |2282 | 162 | 0.000000e+00 |      --      |    Inf | unknown
32.96/33.19	c  33.2s|214300 | 51783 |410186 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  1 |2282 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.04/33.20	c  33.2s|214400 | 51807 |410371 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  0 |2282 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.04/33.22	c  33.2s|214500 | 51811 |410508 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2282 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.04/33.23	c  33.2s|214600 | 51823 |410668 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  1 |2282 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.04/33.25	c  33.2s|214700 | 51847 |410846 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  1 |2282 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.04/33.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
33.04/33.26	c  33.2s|214800 | 51872 |411028 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2284 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.04/33.28	c  33.3s|214900 | 51903 |411247 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2286 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.04/33.29	c  33.3s|215000 | 51909 |411450 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  1 |2288 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.14/33.30	c  33.3s|215100 | 51935 |411626 |   1.9 |    39M |  35 |  40 |  16 |   0 |1036 |  0 |2290 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.14/33.32	c  33.3s|215200 | 51957 |411813 |   1.9 |    39M |  35 |  40 |  16 |   0 |1036 |  0 |2293 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.14/33.33	c  33.3s|215300 | 51959 |411987 |   1.9 |    39M |  35 |  40 |  16 |   8 |1036 |  1 |2296 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.14/33.34	c  33.3s|215400 | 51979 |412142 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2300 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.14/33.36	c  33.3s|215500 | 51993 |412314 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  0 |2302 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.14/33.37	c  33.4s|215600 | 52008 |412514 |   1.9 |    39M |  35 |  40 |  16 |   7 |1036 |  1 |2303 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.14/33.39	c  33.4s|215700 | 52012 |412686 |   1.9 |    39M |  35 |  40 |  16 |   0 |1036 |  0 |2307 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.24/33.40	c  33.4s|215800 | 52064 |412960 |   1.9 |    39M |  35 |  40 |  16 |   7 |1041 |  1 |2311 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.24/33.42	c  33.4s|215900 | 52088 |413180 |   1.9 |    39M |  35 |  40 |  16 |   7 |1041 |  1 |2312 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.24/33.43	c  33.4s|216000 | 52100 |413410 |   1.9 |    39M |  35 |  40 |  16 |   7 |1041 |  0 |2316 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.24/33.45	c  33.4s|216100 | 52114 |413623 |   1.9 |    39M |  35 |  40 |  16 |   0 |1041 |  0 |2318 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.24/33.46	c  33.4s|216200 | 52132 |413831 |   1.9 |    39M |  35 |  40 |  16 |   7 |1041 |  1 |2318 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.24/33.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
33.24/33.47	c  33.5s|216300 | 52150 |414031 |   1.9 |    39M |  35 |  40 |  16 |   7 |1041 |  1 |2318 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.24/33.49	c  33.5s|216400 | 52172 |414226 |   1.9 |    39M |  35 |  40 |  16 |   7 |1041 |  1 |2320 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.34/33.50	c  33.5s|216500 | 52189 |414396 |   1.9 |    39M |  35 |  40 |  16 |   7 |1041 |  1 |2321 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.34/33.52	c  33.5s|216600 | 52199 |414556 |   1.9 |    39M |  35 |  40 |  16 |   7 |1041 |  1 |2321 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.34/33.53	c  33.5s|216700 | 52205 |414724 |   1.9 |    39M |  35 |  40 |  16 |   7 |1041 |  1 |2321 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.34/33.54	c  33.5s|216800 | 52207 |414916 |   1.9 |    39M |  35 |  40 |  16 |   7 |1041 |  0 |2321 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.34/33.55	c  33.5s|216900 | 52217 |415100 |   1.9 |    39M |  35 |  40 |  16 |   7 |1041 |  0 |2322 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.34/33.57	c  33.6s|217000 | 52223 |415254 |   1.9 |    39M |  35 |  40 |  16 |   7 |1041 |  0 |2323 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.34/33.58	c  33.6s|217100 | 52249 |415458 |   1.9 |    39M |  35 |  40 |  16 |   7 |1041 |  1 |2325 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.34/33.59	c  33.6s|217200 | 52263 |415649 |   1.9 |    39M |  35 |  40 |  16 |   7 |1041 |  1 |2325 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.44/33.61	c  33.6s|217300 | 52309 |415930 |   1.9 |    40M |  35 |  40 |  16 |   8 |1041 |  1 |2326 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.44/33.63	c  33.6s|217400 | 52355 |416149 |   1.9 |    40M |  35 |  40 |  16 |   8 |1041 |  0 |2327 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.44/33.65	c  33.6s|217500 | 52373 |416370 |   1.9 |    40M |  35 |  40 |  16 |   8 |1041 |  1 |2330 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.44/33.66	c  33.6s|217600 | 52395 |416571 |   1.9 |    40M |  35 |  40 |  16 |   8 |1041 |  1 |2334 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.44/33.67	c  33.7s|217700 | 52419 |416755 |   1.9 |    40M |  35 |  40 |  16 |   8 |1041 |  1 |2336 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.44/33.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
33.44/33.69	c  33.7s|217800 | 52433 |416921 |   1.9 |    40M |  35 |  40 |  16 |   8 |1041 |  1 |2338 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.54/33.70	c  33.7s|217900 | 52445 |417054 |   1.9 |    40M |  35 |  40 |  16 |   0 |1041 |  0 |2339 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.54/33.71	c  33.7s|218000 | 52459 |417232 |   1.9 |    40M |  35 |  40 |  16 |   8 |1041 |  0 |2340 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.54/33.72	c  33.7s|218100 | 52475 |417452 |   1.9 |    40M |  35 |  40 |  16 |   8 |1041 |  1 |2340 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.54/33.74	c  33.7s|218200 | 52479 |417605 |   1.9 |    40M |  35 |  40 |  16 |   8 |1041 |  0 |2340 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.54/33.75	c  33.7s|218300 | 52485 |417735 |   1.9 |    40M |  35 |  40 |  16 |   8 |1041 |  1 |2340 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.54/33.76	c  33.7s|218400 | 52487 |417890 |   1.9 |    40M |  35 |  40 |  16 |   8 |1041 |  1 |2341 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.54/33.78	c  33.8s|218500 | 52489 |418060 |   1.9 |    40M |  35 |  40 |  16 |   7 |1041 |  1 |2344 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.54/33.79	c  33.8s|218600 | 52497 |418212 |   1.9 |    40M |  35 |  40 |  16 |   0 |1041 |  0 |2347 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.64/33.81	c  33.8s|218700 | 52516 |418361 |   1.9 |    40M |  35 |  40 |  16 |   5 |1041 |  1 |2348 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.64/33.82	c  33.8s|218800 | 52526 |418496 |   1.9 |    40M |  35 |  40 |  16 |   0 |1041 |  0 |2349 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.64/33.83	c  33.8s|218900 | 52558 |418662 |   1.9 |    40M |  35 |  40 |  16 |   7 |1041 |  0 |2349 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.64/33.84	c  33.8s|219000 | 52570 |418814 |   1.9 |    40M |  35 |  40 |  16 |   7 |1041 |  0 |2349 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.64/33.86	c  33.8s|219100 | 52576 |418989 |   1.9 |    40M |  35 |  40 |  16 |   0 |1041 |  0 |2349 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.64/33.87	c  33.9s|219200 | 52600 |419154 |   1.9 |    40M |  35 |  40 |  16 |   7 |1041 |  1 |2349 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.64/33.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
33.64/33.88	c  33.9s|219300 | 52608 |419347 |   1.9 |    40M |  35 |  40 |  16 |   9 |1041 |  1 |2349 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.74/33.90	c  33.9s|219400 | 52616 |419523 |   1.9 |    40M |  35 |  40 |  16 |   7 |1041 |  1 |2349 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.74/33.91	c  33.9s|219500 | 52610 |419680 |   1.9 |    40M |  35 |  40 |  16 |   0 |1041 |  0 |2351 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.74/33.93	c  33.9s|219600 | 52632 |419887 |   1.9 |    40M |  35 |  40 |  16 |   6 |1041 |  0 |2352 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.74/33.94	c  33.9s|219700 | 52646 |420056 |   1.9 |    40M |  35 |  40 |  16 |   6 |1041 |  1 |2352 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.74/33.95	c  33.9s|219800 | 52650 |420239 |   1.9 |    40M |  35 |  40 |  16 |   7 |1041 |  1 |2353 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.74/33.96	c  34.0s|219900 | 52672 |420405 |   1.9 |    40M |  35 |  40 |  16 |   7 |1041 |  1 |2353 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.74/33.98	c  34.0s|220000 | 52700 |420593 |   1.9 |    40M |  35 |  40 |  16 |   8 |1041 |  1 |2353 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.74/33.99	c  34.0s|220100 | 52722 |420729 |   1.9 |    40M |  35 |  40 |  16 |   8 |1041 |  1 |2353 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.85/34.01	c  34.0s|220200 | 52738 |420903 |   1.9 |    40M |  35 |  40 |  16 |   8 |1041 |  1 |2354 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.85/34.02	c  34.0s|220300 | 52742 |421072 |   1.9 |    40M |  35 |  40 |  16 |   8 |1041 |  1 |2355 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.85/34.04	c  34.0s|220400 | 52774 |421248 |   1.9 |    40M |  35 |  40 |  16 |   9 |1041 |  0 |2355 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.85/34.06	c  34.0s|220500 | 52806 |421450 |   1.9 |    40M |  35 |  40 |  16 |   6 |1041 |  1 |2355 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.85/34.07	c  34.1s|220600 | 52816 |421591 |   1.9 |    40M |  35 |  40 |  16 |   7 |1041 |  1 |2356 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.85/34.08	c  34.1s|220700 | 52828 |421734 |   1.9 |    40M |  35 |  40 |  16 |   7 |1041 |  1 |2357 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.85/34.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
33.85/34.10	c  34.1s|220800 | 52844 |421896 |   1.9 |    40M |  35 |  40 |  16 |   0 |1041 |  0 |2357 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.95/34.11	c  34.1s|220900 | 52850 |422059 |   1.9 |    40M |  35 |  40 |  16 |   8 |1041 |  1 |2358 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.95/34.13	c  34.1s|221000 | 52860 |422216 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2358 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.95/34.14	c  34.1s|221100 | 52878 |422411 |   1.9 |    41M |  35 |  40 |  16 |   6 |1041 |  1 |2358 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.95/34.15	c  34.1s|221200 | 52894 |422612 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  1 |2360 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.95/34.17	c  34.2s|221300 | 52926 |422783 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  0 |2361 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.95/34.18	c  34.2s|221400 | 52940 |422959 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  0 |2361 | 162 | 0.000000e+00 |      --      |    Inf | unknown
33.95/34.19	c  34.2s|221500 | 52960 |423130 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  0 |2361 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.04/34.21	c  34.2s|221600 | 52974 |423297 |   1.9 |    41M |  35 |  40 |  16 |   6 |1041 |  0 |2363 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.04/34.22	c  34.2s|221700 | 52986 |423488 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2363 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.04/34.24	c  34.2s|221800 | 53024 |423707 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2364 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.04/34.25	c  34.2s|221900 | 53038 |423888 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2366 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.04/34.26	c  34.2s|222000 | 53066 |424070 |   1.9 |    41M |  35 |  40 |  16 |   0 |1041 |  0 |2366 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.04/34.28	c  34.3s|222100 | 53072 |424229 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  0 |2368 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.04/34.29	c  34.3s|222200 | 53064 |424392 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  1 |2370 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.14/34.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
34.14/34.30	c  34.3s|222300 | 53086 |424581 |   1.9 |    41M |  35 |  40 |  16 |   9 |1041 |  0 |2372 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.14/34.32	c  34.3s|222400 | 53098 |424742 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2375 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.14/34.33	c  34.3s|222500 | 53148 |424994 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2377 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.14/34.35	c  34.3s|222600 | 53154 |425147 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2378 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.14/34.36	c  34.3s|222700 | 53172 |425305 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2378 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.14/34.37	c  34.4s|222800 | 53170 |425453 |   1.9 |    41M |  35 |  40 |  16 |   0 |1041 |  0 |2378 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.14/34.39	c  34.4s|222900 | 53182 |425610 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  1 |2379 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.24/34.40	c  34.4s|223000 | 53196 |425749 |   1.9 |    41M |  35 |  40 |  16 |   0 |1041 |  0 |2379 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.24/34.41	c  34.4s|223100 | 53208 |425928 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  0 |2380 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.24/34.42	c  34.4s|223200 | 53240 |426116 |   1.9 |    41M |  35 |  40 |  16 |   6 |1041 |  1 |2382 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.24/34.44	c  34.4s|223300 | 53268 |426276 |   1.9 |    41M |  35 |  40 |  16 |   6 |1041 |  0 |2382 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.24/34.45	c  34.4s|223400 | 53294 |426435 |   1.9 |    41M |  35 |  40 |  16 |   6 |1041 |  0 |2383 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.24/34.46	c  34.4s|223500 | 53300 |426581 |   1.9 |    41M |  35 |  40 |  16 |   6 |1041 |  1 |2383 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.24/34.48	c  34.5s|223600 | 53316 |426724 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2383 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.24/34.49	c  34.5s|223700 | 53318 |426888 |   1.9 |    41M |  35 |  40 |  16 |   5 |1041 |  1 |2383 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.34/34.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
34.34/34.50	c  34.5s|223800 | 53344 |427127 |   1.9 |    41M |  35 |  40 |  16 |   0 |1041 |  0 |2385 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.34/34.52	c  34.5s|223900 | 53382 |427336 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  0 |2386 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.34/34.53	c  34.5s|224000 | 53418 |427527 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  1 |2387 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.34/34.55	c  34.5s|224100 | 53434 |427716 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  1 |2392 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.34/34.56	c  34.5s|224200 | 53440 |427861 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  1 |2392 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.34/34.57	c  34.6s|224300 | 53450 |428030 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  1 |2392 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.34/34.58	c  34.6s|224400 | 53460 |428189 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  1 |2392 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.44/34.60	c  34.6s|224500 | 53461 |428357 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2396 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.44/34.61	c  34.6s|224600 | 53469 |428490 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  0 |2397 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.44/34.63	c  34.6s|224700 | 53469 |428682 |   1.9 |    41M |  35 |  40 |  16 |   9 |1041 |  1 |2398 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.44/34.64	c  34.6s|224800 | 53473 |428834 |   1.9 |    41M |  35 |  40 |  16 |   6 |1041 |  0 |2398 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.44/34.65	c  34.6s|224900 | 53495 |429016 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  1 |2399 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.44/34.67	c  34.7s|225000 | 53521 |429183 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  0 |2399 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.44/34.68	c  34.7s|225100 | 53533 |429387 |   1.9 |    41M |  35 |  40 |  16 |   0 |1041 |  0 |2400 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.44/34.70	c  34.7s|225200 | 53551 |429549 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  1 |2401 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.54/34.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
34.54/34.71	c  34.7s|225300 | 53561 |429727 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  1 |2401 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.54/34.72	c  34.7s|225400 | 53575 |429942 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  1 |2402 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.54/34.74	c  34.7s|225500 | 53609 |430129 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  1 |2403 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.54/34.76	c  34.7s|225600 | 53663 |430357 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  1 |2405 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.54/34.77	c  34.8s|225700 | 53689 |430519 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  1 |2407 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.54/34.78	c  34.8s|225800 | 53699 |430668 |   1.9 |    41M |  35 |  40 |  16 |   0 |1041 |  0 |2408 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.64/34.80	c  34.8s|225900 | 53715 |430791 |   1.9 |    41M |  35 |  40 |  16 |   0 |1041 |  0 |2408 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.64/34.81	c  34.8s|226000 | 53717 |430928 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  1 |2408 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.64/34.82	c  34.8s|226100 | 53749 |431098 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  0 |2408 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.64/34.84	c  34.8s|226200 | 53749 |431277 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  0 |2408 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.64/34.85	c  34.8s|226300 | 53755 |431420 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  1 |2409 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.64/34.86	c  34.9s|226400 | 53757 |431551 |   1.9 |    41M |  35 |  40 |  16 |   6 |1041 |  1 |2411 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.64/34.88	c  34.9s|226500 | 53781 |431760 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2413 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.64/34.89	c  34.9s|226600 | 53797 |431938 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  0 |2414 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.74/34.91	c  34.9s|226700 | 53807 |432074 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  0 |2415 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.74/34.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
34.74/34.92	c  34.9s|226800 | 53829 |432237 |   1.9 |    41M |  35 |  40 |  16 |   6 |1041 |  1 |2415 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.74/34.93	c  34.9s|226900 | 53849 |432389 |   1.9 |    41M |  35 |  40 |  16 |   0 |1041 |  0 |2416 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.74/34.95	c  34.9s|227000 | 53871 |432547 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  1 |2416 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.74/34.96	c  35.0s|227100 | 53899 |432695 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  0 |2417 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.74/34.98	c  35.0s|227200 | 53891 |432841 |   1.9 |    41M |  35 |  40 |  16 |   0 |1041 |  0 |2417 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.74/34.99	c  35.0s|227300 | 53909 |433008 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  1 |2418 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.85/35.01	c  35.0s|227400 | 53909 |433170 |   1.9 |    41M |  35 |  40 |  16 |   0 |1041 |  0 |2418 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.85/35.02	c  35.0s|227500 | 53927 |433321 |   1.9 |    41M |  35 |  40 |  16 |   0 |1041 |  0 |2418 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.85/35.04	c  35.0s|227600 | 53927 |433448 |   1.9 |    41M |  35 |  40 |  16 |   0 |1041 |  0 |2419 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.85/35.05	c  35.0s|227700 | 53937 |433612 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2419 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.85/35.06	c  35.0s|227800 | 53947 |433764 |   1.9 |    41M |  35 |  40 |  16 |   6 |1041 |  1 |2421 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.85/35.08	c  35.1s|227900 | 53971 |433972 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  1 |2421 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.85/35.09	c  35.1s|228000 | 53989 |434119 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  0 |2421 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.85/35.10	c  35.1s|228100 | 53999 |434281 |   1.9 |    41M |  35 |  40 |  16 |   9 |1041 |  1 |2422 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.95/35.11	c  35.1s|228200 | 54019 |434475 |   1.9 |    41M |  35 |  40 |  16 |   0 |1041 |  0 |2424 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.95/35.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
34.95/35.13	c  35.1s|228300 | 54033 |434641 |   1.9 |    41M |  35 |  40 |  16 |   9 |1041 |  1 |2424 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.95/35.14	c  35.1s|228400 | 54053 |434824 |   1.9 |    41M |  35 |  40 |  16 |   0 |1041 |  0 |2424 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.95/35.15	c  35.1s|228500 | 54073 |434967 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  1 |2424 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.95/35.17	c  35.2s|228600 | 54083 |435124 |   1.9 |    41M |  35 |  40 |  16 |   0 |1041 |  0 |2424 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.95/35.18	c  35.2s|228700 | 54113 |435270 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2424 | 162 | 0.000000e+00 |      --      |    Inf | unknown
34.95/35.20	c  35.2s|228800 | 54145 |435482 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2425 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.04/35.21	c  35.2s|228900 | 54153 |435626 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  0 |2427 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.04/35.23	c  35.2s|229000 | 54219 |435929 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  0 |2428 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.04/35.24	c  35.2s|229100 | 54247 |436119 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2429 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.04/35.26	c  35.2s|229200 | 54285 |436327 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2430 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.04/35.27	c  35.3s|229300 | 54341 |436538 |   1.9 |    41M |  35 |  40 |  16 |   0 |1041 |  0 |2430 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.04/35.29	c  35.3s|229400 | 54367 |436712 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  0 |2430 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.14/35.30	c  35.3s|229500 | 54395 |436886 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2431 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.14/35.31	c  35.3s|229600 | 54427 |437049 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2432 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.14/35.32	c  35.3s|229700 | 54451 |437256 |   1.9 |    41M |  35 |  40 |  16 |   0 |1041 |  0 |2433 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.14/35.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
35.14/35.34	c  35.3s|229800 | 54459 |437436 |   1.9 |    41M |  35 |  40 |  16 |   0 |1041 |  0 |2433 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.14/35.35	c  35.3s|229900 | 54483 |437626 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2433 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.14/35.37	c  35.4s|230000 | 54527 |437869 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2433 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.14/35.38	c  35.4s|230100 | 54555 |438047 |   1.9 |    41M |  35 |  40 |  16 |   0 |1041 |  0 |2434 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.14/35.39	c  35.4s|230200 | 54571 |438222 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2435 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.24/35.41	c  35.4s|230300 | 54591 |438407 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2437 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.24/35.42	c  35.4s|230400 | 54605 |438576 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  0 |2438 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.24/35.44	c  35.4s|230500 | 54617 |438750 |   1.9 |    41M |  35 |  40 |  16 |   0 |1041 |  0 |2438 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.24/35.45	c  35.4s|230600 | 54629 |438894 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2438 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.24/35.46	c  35.5s|230700 | 54631 |439035 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2438 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.24/35.48	c  35.5s|230800 | 54659 |439227 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2438 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.24/35.49	c  35.5s|230900 | 54649 |439393 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  0 |2438 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.34/35.50	c  35.5s|231000 | 54663 |439554 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  0 |2438 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.34/35.52	c  35.5s|231100 | 54683 |439748 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2438 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.34/35.53	c  35.5s|231200 | 54685 |439879 |   1.9 |    41M |  35 |  40 |  16 |   0 |1041 |  0 |2438 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.34/35.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
35.34/35.54	c  35.5s|231300 | 54703 |440049 |   1.9 |    41M |  35 |  40 |  16 |   6 |1041 |  1 |2438 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.34/35.55	c  35.5s|231400 | 54715 |440180 |   1.9 |    41M |  35 |  40 |  16 |   6 |1041 |  0 |2438 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.34/35.57	c  35.6s|231500 | 54721 |440319 |   1.9 |    41M |  35 |  40 |  16 |   6 |1041 |  1 |2439 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.34/35.58	c  35.6s|231600 | 54723 |440446 |   1.9 |    41M |  35 |  40 |  16 |   0 |1041 |  0 |2440 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.34/35.59	c  35.6s|231700 | 54733 |440623 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  1 |2440 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.44/35.61	c  35.6s|231800 | 54735 |440813 |   1.9 |    41M |  35 |  40 |  16 |   0 |1041 |  0 |2440 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.44/35.62	c  35.6s|231900 | 54737 |440978 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  1 |2441 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.44/35.64	c  35.6s|232000 | 54755 |441150 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2442 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.44/35.65	c  35.6s|232100 | 54769 |441317 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2442 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.44/35.66	c  35.6s|232200 | 54791 |441521 |   1.9 |    41M |  35 |  40 |  16 |   9 |1041 |  1 |2442 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.44/35.68	c  35.7s|232300 | 54805 |441682 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  0 |2443 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.44/35.69	c  35.7s|232400 | 54821 |441837 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  0 |2443 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.54/35.71	c  35.7s|232500 | 54841 |442060 |   1.9 |    41M |  35 |  40 |  16 |   8 |1041 |  1 |2444 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.54/35.72	c  35.7s|232600 | 54869 |442257 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  1 |2445 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.54/35.73	c  35.7s|232700 | 54895 |442474 |   1.9 |    41M |  35 |  40 |  16 |   0 |1041 |  0 |2447 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.54/35.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
35.54/35.75	c  35.7s|232800 | 54909 |442647 |   1.9 |    41M |  35 |  40 |  16 |   7 |1041 |  1 |2449 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.54/35.76	c  35.7s|232900 | 54928 |442820 |   1.9 |    42M |  35 |  40 |  16 |   7 |1041 |  1 |2455 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.54/35.77	c  35.8s|233000 | 54958 |443060 |   1.9 |    42M |  35 |  40 |  16 |   7 |1041 |  1 |2459 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.54/35.79	c  35.8s|233100 | 54978 |443234 |   1.9 |    42M |  35 |  40 |  16 |   7 |1041 |  0 |2459 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.63/35.80	c  35.8s|233200 | 54990 |443429 |   1.9 |    42M |  35 |  40 |  16 |   7 |1041 |  1 |2463 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.63/35.81	c  35.8s|233300 | 55012 |443639 |   1.9 |    42M |  35 |  40 |  16 |   0 |1041 |  0 |2464 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.63/35.82	c  35.8s|233400 | 55024 |443815 |   1.9 |    42M |  35 |  40 |  16 |   7 |1041 |  0 |2467 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.63/35.84	c  35.8s|233500 | 55036 |443964 |   1.9 |    42M |  35 |  40 |  16 |   7 |1041 |  1 |2470 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.63/35.85	c  35.8s|233600 | 55064 |444113 |   1.9 |    42M |  35 |  40 |  16 |   7 |1041 |  1 |2470 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.63/35.86	c  35.8s|233700 | 55064 |444255 |   1.9 |    42M |  35 |  40 |  16 |   0 |1041 |  0 |2473 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.63/35.88	c  35.9s|233800 | 55112 |444552 |   1.9 |    42M |  35 |  40 |  16 |   7 |1041 |  1 |2475 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.63/35.89	c  35.9s|233900 | 55162 |444802 |   1.9 |    42M |  35 |  40 |  16 |   7 |1041 |  1 |2476 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.73/35.90	c  35.9s|234000 | 55202 |445014 |   1.9 |    42M |  35 |  40 |  16 |   0 |1041 |  0 |2476 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.73/35.92	c  35.9s|234100 | 55220 |445203 |   1.9 |    42M |  35 |  40 |  16 |   0 |1041 |  0 |2476 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.73/35.93	c  35.9s|234200 | 55226 |445387 |   1.9 |    42M |  35 |  40 |  16 |   7 |1041 |  1 |2478 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.73/35.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
35.73/35.94	c  35.9s|234300 | 55258 |445579 |   1.9 |    42M |  35 |  40 |  16 |   7 |1041 |  0 |2480 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.73/35.96	c  35.9s|234400 | 55276 |445739 |   1.9 |    42M |  35 |  40 |  16 |   0 |1041 |  0 |2482 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.73/35.97	c  36.0s|234500 | 55314 |445953 |   1.9 |    42M |  35 |  40 |  16 |   7 |1041 |  1 |2483 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.73/35.99	c  36.0s|234600 | 55348 |446134 |   1.9 |    42M |  35 |  40 |  16 |   7 |1041 |  1 |2483 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.73/36.00	c  36.0s|234700 | 55364 |446303 |   1.9 |    42M |  35 |  40 |  16 |   7 |1041 |  0 |2483 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.85/36.01	c  36.0s|234800 | 55364 |446432 |   1.9 |    42M |  35 |  40 |  16 |   7 |1041 |  0 |2483 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.85/36.03	c  36.0s|234900 | 55390 |446602 |   1.9 |    42M |  35 |  40 |  16 |   0 |1041 |  0 |2483 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.85/36.05	c  36.0s|235000 | 55422 |446763 |   1.9 |    42M |  35 |  40 |  16 |   7 |1041 |  1 |2483 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.85/36.06	c  36.0s|235100 | 55424 |446927 |   1.9 |    42M |  35 |  40 |  16 |   7 |1041 |  0 |2483 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.85/36.07	c  36.1s|235200 | 55436 |447116 |   1.9 |    42M |  35 |  40 |  16 |   7 |1041 |  1 |2483 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.85/36.09	c  36.1s|235300 | 55458 |447300 |   1.9 |    42M |  35 |  40 |  16 |   7 |1041 |  0 |2483 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.85/36.10	c  36.1s|235400 | 55466 |447461 |   1.9 |    42M |  35 |  40 |  16 |   7 |1041 |  1 |2484 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.95/36.11	c  36.1s|235500 | 55480 |447638 |   1.9 |    42M |  35 |  40 |  16 |   0 |1041 |  0 |2484 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.95/36.13	c  36.1s|235600 | 55516 |447841 |   1.9 |    42M |  35 |  40 |  16 |   0 |1041 |  0 |2484 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.95/36.14	c  36.1s|235700 | 55540 |447993 |   1.9 |    42M |  35 |  40 |  16 |   7 |1041 |  0 |2487 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.95/36.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
35.95/36.16	c  36.1s|235800 | 55562 |448154 |   1.9 |    42M |  35 |  40 |  16 |   7 |1041 |  0 |2487 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.95/36.17	c  36.2s|235900 | 55596 |448390 |   1.9 |    42M |  35 |  40 |  16 |   8 |1041 |  1 |2491 | 162 | 0.000000e+00 |      --      |    Inf | unknown
35.95/36.19	c  36.2s|236000 | 55614 |448551 |   1.9 |    42M |  35 |  40 |  16 |   0 |1041 |  0 |2491 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.03/36.20	c  36.2s|236100 | 55630 |448720 |   1.9 |    42M |  35 |  40 |  16 |   7 |1041 |  1 |2491 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.03/36.21	c  36.2s|236200 | 55640 |448869 |   1.9 |    42M |  35 |  40 |  16 |   6 |1041 |  1 |2491 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.03/36.23	c  36.2s|236300 | 55648 |449074 |   1.9 |    42M |  35 |  40 |  16 |   7 |1041 |  0 |2491 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.03/36.24	c  36.2s|236400 | 55670 |449245 |   1.9 |    42M |  35 |  40 |  16 |   8 |1041 |  1 |2491 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.03/36.26	c  36.2s|236500 | 55688 |449423 |   1.9 |    42M |  35 |  40 |  16 |   7 |1041 |  1 |2491 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.03/36.27	c  36.3s|236600 | 55686 |449583 |   1.9 |    42M |  35 |  40 |  16 |   6 |1041 |  1 |2491 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.03/36.28	c  36.3s|236700 | 55714 |449737 |   1.9 |    42M |  35 |  40 |  16 |   0 |1047 |  0 |2491 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.13/36.30	c  36.3s|236800 | 55772 |450024 |   1.9 |    42M |  35 |  40 |  16 |   7 |1047 |  1 |2492 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.13/36.31	c  36.3s|236900 | 55818 |450229 |   1.9 |    42M |  35 |  40 |  16 |   7 |1047 |  1 |2493 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.13/36.33	c  36.3s|237000 | 55852 |450390 |   1.9 |    42M |  35 |  40 |  16 |   7 |1047 |  1 |2495 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.13/36.34	c  36.3s|237100 | 55884 |450580 |   1.9 |    42M |  35 |  40 |  16 |   7 |1047 |  1 |2496 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.13/36.36	c  36.3s|237200 | 55902 |450774 |   1.9 |    42M |  35 |  40 |  16 |   7 |1047 |  1 |2496 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.13/36.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
36.13/36.37	c  36.4s|237300 | 55933 |450970 |   1.9 |    42M |  35 |  40 |  16 |   7 |1047 |  1 |2499 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.13/36.38	c  36.4s|237400 | 55951 |451131 |   1.9 |    42M |  35 |  40 |  16 |   7 |1047 |  0 |2499 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.23/36.40	c  36.4s|237500 | 55963 |451298 |   1.9 |    42M |  35 |  40 |  16 |   7 |1047 |  0 |2500 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.23/36.41	c  36.4s|237600 | 55961 |451454 |   1.9 |    42M |  35 |  40 |  16 |   7 |1047 |  1 |2501 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.23/36.42	c  36.4s|237700 | 55981 |451599 |   1.9 |    42M |  35 |  40 |  16 |   0 |1047 |  0 |2501 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.23/36.43	c  36.4s|237800 | 55999 |451741 |   1.9 |    42M |  35 |  40 |  16 |   7 |1047 |  1 |2501 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.23/36.45	c  36.4s|237900 | 56007 |451889 |   1.9 |    42M |  35 |  40 |  16 |   0 |1047 |  0 |2501 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.23/36.46	c  36.4s|238000 | 56013 |452048 |   1.9 |    42M |  35 |  40 |  16 |   6 |1047 |  0 |2501 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.23/36.47	c  36.5s|238100 | 56039 |452246 |   1.9 |    42M |  35 |  40 |  16 |   0 |1047 |  0 |2501 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.23/36.48	c  36.5s|238200 | 56051 |452391 |   1.9 |    42M |  35 |  40 |  16 |   8 |1047 |  1 |2501 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.33/36.50	c  36.5s|238300 | 56075 |452528 |   1.9 |    42M |  35 |  40 |  16 |   8 |1047 |  1 |2501 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.33/36.51	c  36.5s|238400 | 56091 |452721 |   1.9 |    42M |  35 |  40 |  16 |   6 |1047 |  1 |2502 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.33/36.53	c  36.5s|238500 | 56093 |452885 |   1.9 |    42M |  35 |  40 |  16 |   0 |1047 |  0 |2502 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.33/36.54	c  36.5s|238600 | 56121 |453123 |   1.9 |    42M |  35 |  40 |  16 |   7 |1047 |  1 |2504 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.33/36.55	c  36.5s|238700 | 56143 |453271 |   1.9 |    42M |  35 |  40 |  16 |   0 |1047 |  0 |2504 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.33/36.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
36.33/36.57	c  36.6s|238800 | 56159 |453462 |   1.9 |    42M |  35 |  40 |  16 |   5 |1047 |  1 |2504 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.33/36.58	c  36.6s|238900 | 56169 |453599 |   1.9 |    42M |  35 |  40 |  16 |   0 |1047 |  0 |2504 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.33/36.59	c  36.6s|239000 | 56169 |453734 |   1.9 |    42M |  35 |  40 |  16 |   7 |1047 |  1 |2505 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.43/36.61	c  36.6s|239100 | 56189 |453924 |   1.9 |    42M |  35 |  40 |  16 |   7 |1047 |  1 |2505 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.43/36.62	c  36.6s|239200 | 56207 |454083 |   1.9 |    42M |  35 |  40 |  16 |   7 |1047 |  1 |2505 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.43/36.63	c  36.6s|239300 | 56227 |454257 |   1.9 |    42M |  35 |  40 |  16 |   0 |1047 |  0 |2505 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.43/36.65	c  36.6s|239400 | 56237 |454446 |   1.9 |    42M |  35 |  40 |  16 |   7 |1047 |  1 |2506 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.43/36.66	c  36.6s|239500 | 56259 |454641 |   1.9 |    42M |  35 |  40 |  16 |   0 |1047 |  0 |2506 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.43/36.68	c  36.7s|239600 | 56251 |454778 |   1.9 |    42M |  35 |  40 |  16 |   0 |1047 |  0 |2506 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.43/36.69	c  36.7s|239700 | 56295 |455012 |   1.9 |    42M |  35 |  40 |  16 |   8 |1047 |  1 |2508 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.54/36.71	c  36.7s|239800 | 56325 |455233 |   1.9 |    42M |  35 |  40 |  16 |   0 |1047 |  0 |2512 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.54/36.72	c  36.7s|239900 | 56349 |455439 |   1.9 |    42M |  35 |  40 |  16 |   8 |1047 |  1 |2515 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.54/36.73	c  36.7s|240000 | 56375 |455663 |   1.9 |    42M |  35 |  40 |  16 |   8 |1047 |  1 |2516 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.54/36.75	c  36.7s|240100 | 56373 |455842 |   1.9 |    42M |  35 |  40 |  16 |   0 |1047 |  0 |2517 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.54/36.76	c  36.7s|240200 | 56403 |456023 |   1.9 |    42M |  35 |  40 |  16 |   8 |1047 |  1 |2517 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.54/36.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
36.54/36.77	c  36.8s|240300 | 56395 |456159 |   1.9 |    42M |  35 |  40 |  16 |   8 |1047 |  1 |2518 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.54/36.79	c  36.8s|240400 | 56401 |456331 |   1.9 |    42M |  35 |  40 |  16 |   8 |1047 |  1 |2520 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.64/36.80	c  36.8s|240500 | 56403 |456508 |   1.9 |    42M |  35 |  40 |  16 |   8 |1047 |  0 |2521 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.64/36.81	c  36.8s|240600 | 56417 |456645 |   1.9 |    42M |  35 |  40 |  16 |   6 |1047 |  1 |2522 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.64/36.82	c  36.8s|240700 | 56429 |456810 |   1.9 |    42M |  35 |  40 |  16 |   6 |1047 |  0 |2522 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.64/36.84	c  36.8s|240800 | 56437 |456949 |   1.9 |    42M |  35 |  40 |  16 |   6 |1047 |  1 |2523 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.64/36.85	c  36.8s|240900 | 56447 |457128 |   1.9 |    42M |  35 |  40 |  16 |   7 |1047 |  1 |2524 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.64/36.86	c  36.9s|241000 | 56469 |457298 |   1.9 |    42M |  35 |  40 |  16 |   8 |1047 |  1 |2528 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.64/36.88	c  36.9s|241100 | 56477 |457478 |   1.9 |    42M |  35 |  40 |  16 |   8 |1047 |  1 |2528 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.64/36.89	c  36.9s|241200 | 56477 |457619 |   1.9 |    42M |  35 |  40 |  16 |   9 |1047 |  1 |2528 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.74/36.91	c  36.9s|241300 | 56481 |457766 |   1.9 |    42M |  35 |  40 |  16 |   9 |1047 |  1 |2529 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.74/36.92	c  36.9s|241400 | 56496 |457926 |   1.9 |    42M |  35 |  40 |  16 |   6 |1047 |  1 |2531 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.74/36.93	c  36.9s|241500 | 56529 |458172 |   1.9 |    42M |  35 |  40 |  16 |   7 |1047 |  1 |2535 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.74/36.95	c  36.9s|241600 | 56556 |458376 |   1.9 |    42M |  35 |  40 |  16 |   0 |1047 |  0 |2536 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.74/36.96	c  36.9s|241700 | 56571 |458537 |   1.9 |    42M |  35 |  40 |  16 |   7 |1047 |  1 |2537 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.74/36.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
36.74/36.98	c  37.0s|241800 | 56597 |458761 |   1.9 |    42M |  35 |  40 |  16 |   6 |1047 |  1 |2538 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.74/36.99	c  37.0s|241900 | 56597 |458918 |   1.9 |    42M |  35 |  40 |  16 |   7 |1047 |  1 |2538 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.74/37.00	c  37.0s|242000 | 56599 |459083 |   1.9 |    42M |  35 |  40 |  16 |   6 |1047 |  1 |2539 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.85/37.02	c  37.0s|242100 | 56601 |459249 |   1.9 |    42M |  35 |  40 |  16 |   0 |1047 |  0 |2539 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.85/37.03	c  37.0s|242200 | 56627 |459437 |   1.9 |    42M |  35 |  40 |  16 |   9 |1052 |  1 |2539 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.85/37.05	c  37.0s|242300 | 56689 |459750 |   1.9 |    42M |  35 |  40 |  16 |   9 |1052 |  0 |2541 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.85/37.06	c  37.1s|242400 | 56721 |459960 |   1.9 |    42M |  35 |  40 |  16 |   9 |1052 |  0 |2546 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.85/37.08	c  37.1s|242500 | 56749 |460149 |   1.9 |    42M |  35 |  40 |  16 |   9 |1052 |  1 |2548 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.85/37.09	c  37.1s|242600 | 56775 |460357 |   1.9 |    42M |  35 |  40 |  16 |   9 |1052 |  1 |2549 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.85/37.11	c  37.1s|242700 | 56817 |460543 |   1.9 |    42M |  35 |  40 |  16 |   9 |1052 |  1 |2553 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.95/37.12	c  37.1s|242800 | 56831 |460733 |   1.9 |    42M |  35 |  40 |  16 |   9 |1052 |  1 |2554 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.95/37.13	c  37.1s|242900 | 56877 |460987 |   1.9 |    42M |  35 |  40 |  16 |   9 |1052 |  1 |2554 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.95/37.15	c  37.1s|243000 | 56897 |461144 |   1.9 |    42M |  35 |  40 |  16 |   9 |1052 |  1 |2555 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.95/37.16	c  37.1s|243100 | 56939 |461326 |   1.9 |    42M |  35 |  40 |  16 |   0 |1052 |  0 |2556 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.95/37.18	c  37.2s|243200 | 56961 |461484 |   1.9 |    42M |  35 |  40 |  16 |   9 |1052 |  1 |2556 | 162 | 0.000000e+00 |      --      |    Inf | unknown
36.95/37.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
36.95/37.19	c  37.2s|243300 | 56979 |461653 |   1.9 |    42M |  35 |  40 |  16 |   9 |1052 |  0 |2558 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.04/37.20	c  37.2s|243400 | 56999 |461837 |   1.9 |    42M |  35 |  40 |  16 |   9 |1052 |  1 |2563 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.04/37.21	c  37.2s|243500 | 57013 |462059 |   1.9 |    42M |  35 |  40 |  16 |   9 |1053 |  0 |2566 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.04/37.23	c  37.2s|243600 | 57027 |462235 |   1.9 |    42M |  35 |  40 |  16 |   9 |1053 |  1 |2567 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.04/37.24	c  37.2s|243700 | 57064 |462467 |   1.9 |    42M |  35 |  40 |  16 |   9 |1053 |  1 |2571 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.04/37.25	c  37.2s|243800 | 57090 |462660 |   1.9 |    42M |  35 |  40 |  16 |   9 |1053 |  1 |2572 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.04/37.27	c  37.3s|243900 | 57116 |462860 |   1.9 |    42M |  35 |  40 |  16 |   9 |1053 |  1 |2572 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.04/37.28	c  37.3s|244000 | 57140 |463039 |   1.9 |    42M |  35 |  40 |  16 |   9 |1053 |  1 |2572 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.04/37.29	c  37.3s|244100 | 57146 |463228 |   1.9 |    42M |  35 |  40 |  16 |   9 |1053 |  0 |2574 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.14/37.30	c  37.3s|244200 | 57148 |463364 |   1.9 |    42M |  35 |  40 |  16 |   0 |1053 |  0 |2576 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.14/37.32	c  37.3s|244300 | 57156 |463503 |   1.9 |    42M |  35 |  40 |  16 |   5 |1053 |  1 |2576 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.14/37.33	c  37.3s|244400 | 57208 |463734 |   1.9 |    42M |  35 |  40 |  16 |   8 |1058 |  1 |2577 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.14/37.35	c  37.3s|244500 | 57230 |463919 |   1.9 |    42M |  35 |  40 |  16 |   8 |1058 |  1 |2580 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.14/37.36	c  37.3s|244600 | 57240 |464097 |   1.9 |    42M |  35 |  40 |  16 |   8 |1058 |  0 |2580 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.14/37.37	c  37.4s|244700 | 57246 |464266 |   1.9 |    42M |  35 |  40 |  16 |   8 |1058 |  1 |2580 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.24/37.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
37.24/37.40	c  37.4s|244800 | 57261 |464466 |   1.9 |    42M |  35 |  40 |  16 |   8 |1058 |  1 |2588 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.24/37.41	c  37.4s|244900 | 57255 |464643 |   1.9 |    42M |  35 |  40 |  16 |   9 |1058 |  0 |2590 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.24/37.43	c  37.4s|245000 | 57261 |464791 |   1.9 |    42M |  35 |  40 |  16 |   9 |1058 |  1 |2592 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.24/37.44	c  37.4s|245100 | 57261 |464939 |   1.9 |    42M |  35 |  40 |  16 |  10 |1058 |  1 |2594 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.24/37.45	c  37.4s|245200 | 57295 |465112 |   1.9 |    42M |  35 |  40 |  16 |   8 |1058 |  1 |2599 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.24/37.47	c  37.5s|245300 | 57309 |465281 |   1.9 |    42M |  35 |  40 |  16 |   9 |1058 |  0 |2606 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.24/37.48	c  37.5s|245400 | 57319 |465445 |   1.9 |    42M |  35 |  40 |  16 |   9 |1058 |  1 |2612 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.24/37.49	c  37.5s|245500 | 57337 |465599 |   1.9 |    42M |  35 |  40 |  16 |   0 |1058 |  0 |2613 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.34/37.51	c  37.5s|245600 | 57361 |465812 |   1.9 |    42M |  35 |  40 |  16 |   8 |1063 |  1 |2614 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.34/37.52	c  37.5s|245700 | 57407 |466033 |   1.9 |    42M |  35 |  40 |  16 |   8 |1063 |  1 |2617 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.34/37.54	c  37.5s|245800 | 57429 |466260 |   1.9 |    42M |  35 |  40 |  16 |   8 |1063 |  1 |2618 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.34/37.55	c  37.5s|245900 | 57473 |466502 |   1.9 |    42M |  35 |  40 |  16 |   8 |1063 |  1 |2621 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.34/37.57	c  37.6s|246000 | 57509 |466697 |   1.9 |    42M |  35 |  40 |  16 |   8 |1063 |  1 |2623 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.34/37.58	c  37.6s|246100 | 57521 |466862 |   1.9 |    42M |  35 |  40 |  16 |   8 |1063 |  1 |2623 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.34/37.59	c  37.6s|246200 | 57547 |467041 |   1.9 |    42M |  35 |  40 |  16 |   8 |1063 |  1 |2623 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.44/37.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
37.44/37.61	c  37.6s|246300 | 57557 |467174 |   1.9 |    42M |  35 |  40 |  16 |   0 |1063 |  0 |2624 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.44/37.62	c  37.6s|246400 | 57575 |467333 |   1.9 |    42M |  35 |  40 |  16 |   8 |1063 |  1 |2626 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.44/37.63	c  37.6s|246500 | 57603 |467549 |   1.9 |    42M |  35 |  40 |  16 |   8 |1063 |  1 |2628 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.44/37.64	c  37.6s|246600 | 57619 |467719 |   1.9 |    42M |  35 |  40 |  16 |   8 |1063 |  1 |2628 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.44/37.66	c  37.6s|246700 | 57625 |467879 |   1.9 |    42M |  35 |  40 |  16 |   0 |1063 |  0 |2628 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.44/37.67	c  37.7s|246800 | 57643 |468052 |   1.9 |    42M |  35 |  40 |  16 |   7 |1063 |  1 |2628 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.44/37.69	c  37.7s|246900 | 57659 |468197 |   1.9 |    42M |  35 |  40 |  16 |   6 |1063 |  1 |2629 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.54/37.70	c  37.7s|247000 | 57655 |468350 |   1.9 |    42M |  35 |  40 |  16 |   0 |1063 |  0 |2631 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.54/37.71	c  37.7s|247100 | 57681 |468516 |   1.9 |    42M |  35 |  40 |  16 |   8 |1063 |  1 |2631 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.54/37.73	c  37.7s|247200 | 57697 |468652 |   1.9 |    42M |  35 |  40 |  16 |   0 |1063 |  0 |2631 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.54/37.74	c  37.7s|247300 | 57697 |468814 |   1.9 |    42M |  35 |  40 |  16 |   9 |1063 |  1 |2635 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.54/37.75	c  37.7s|247400 | 57715 |468986 |   1.9 |    42M |  35 |  40 |  16 |   9 |1063 |  1 |2637 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.54/37.77	c  37.8s|247500 | 57723 |469118 |   1.9 |    43M |  35 |  40 |  16 |   8 |1063 |  1 |2637 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.54/37.78	c  37.8s|247600 | 57753 |469325 |   1.9 |    43M |  35 |  40 |  16 |   0 |1063 |  0 |2637 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.54/37.79	c  37.8s|247700 | 57765 |469539 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  0 |2637 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.64/37.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
37.64/37.80	c  37.8s|247800 | 57773 |469739 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  1 |2638 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.64/37.82	c  37.8s|247900 | 57803 |469904 |   1.9 |    43M |  35 |  40 |  16 |   8 |1063 |  1 |2638 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.64/37.83	c  37.8s|248000 | 57806 |470100 |   1.9 |    43M |  35 |  40 |  16 |   8 |1063 |  0 |2639 | 162 | 0.000000e+00 |      --      |    Inf | unknown
37.64/37.84	c  37.8s|248100 | 57821 |470263 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  1 |2639 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
37.64/37.86	c  37.8s|248200 | 57857 |470422 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  1 |2640 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
37.64/37.87	c  37.9s|248300 | 57862 |470586 |   1.9 |    43M |  35 |  40 |  16 |   8 |1063 |  0 |2641 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
37.64/37.88	c  37.9s|248400 | 57860 |470755 |   1.9 |    43M |  35 |  40 |  16 |   8 |1063 |  0 |2641 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
37.74/37.90	c  37.9s|248500 | 57882 |470896 |   1.9 |    43M |  35 |  40 |  16 |   0 |1063 |  0 |2641 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
37.74/37.91	c  37.9s|248600 | 57896 |471050 |   1.9 |    43M |  35 |  40 |  16 |   6 |1063 |  0 |2641 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
37.74/37.92	c  37.9s|248700 | 57908 |471210 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  1 |2641 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
37.74/37.94	c  37.9s|248800 | 57920 |471373 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  1 |2641 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
37.74/37.95	c  37.9s|248900 | 57922 |471539 |   1.9 |    43M |  35 |  40 |  16 |   8 |1063 |  0 |2642 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
37.74/37.96	c  37.9s|249000 | 57954 |471733 |   1.9 |    43M |  35 |  40 |  16 |   8 |1063 |  0 |2643 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
37.74/37.98	c  38.0s|249100 | 57990 |471936 |   1.9 |    43M |  35 |  40 |  16 |   8 |1063 |  1 |2643 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
37.74/37.99	c  38.0s|249200 | 58022 |472173 |   1.9 |    43M |  35 |  40 |  16 |   0 |1063 |  0 |2645 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
37.74/38.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
37.74/38.01	c  38.0s|249300 | 58054 |472382 |   1.9 |    43M |  35 |  40 |  16 |   8 |1063 |  1 |2645 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
37.85/38.02	c  38.0s|249400 | 58074 |472573 |   1.9 |    43M |  35 |  40 |  16 |   8 |1063 |  1 |2645 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
37.85/38.03	c  38.0s|249500 | 58094 |472753 |   1.9 |    43M |  35 |  40 |  16 |   8 |1063 |  0 |2646 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
37.85/38.05	c  38.0s|249600 | 58096 |472918 |   1.9 |    43M |  35 |  40 |  16 |   8 |1063 |  1 |2648 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
37.85/38.06	c  38.1s|249700 | 58110 |473100 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  1 |2649 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
37.85/38.08	c  38.1s|249800 | 58150 |473346 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  0 |2649 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
37.85/38.09	c  38.1s|249900 | 58172 |473535 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  1 |2650 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
37.85/38.10	c  38.1s|250000 | 58188 |473713 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  1 |2650 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
37.95/38.12	c  38.1s|250100 | 58198 |473940 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  1 |2651 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
37.95/38.13	c  38.1s|250200 | 58216 |474126 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  1 |2651 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
37.95/38.14	c  38.1s|250300 | 58210 |474275 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  0 |2651 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
37.95/38.15	c  38.1s|250400 | 58250 |474511 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  1 |2653 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
37.95/38.16	c  38.2s|250500 | 58298 |474768 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  1 |2654 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
37.95/38.18	c  38.2s|250600 | 58346 |475064 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  0 |2657 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
37.95/38.19	c  38.2s|250700 | 58382 |475285 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  1 |2658 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
38.04/38.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
38.04/38.21	c  38.2s|250800 | 58414 |475488 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  1 |2659 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
38.04/38.22	c  38.2s|250900 | 58434 |475709 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  0 |2662 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
38.04/38.23	c  38.2s|251000 | 58450 |475913 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  1 |2664 | 162 | 0.000000e+00 |      --      |    Inf |   0.50%
38.04/38.25	c  38.2s|251100 | 58488 |476151 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  1 |2665 | 167 | 0.000000e+00 |      --      |    Inf |   0.50%
38.04/38.26	c  38.2s|251200 | 58514 |476346 |   1.9 |    43M |  35 |  40 |  16 |   0 |1063 |  0 |2665 | 167 | 0.000000e+00 |      --      |    Inf |   0.50%
38.04/38.27	c  38.3s|251300 | 58512 |476567 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  1 |2668 | 167 | 0.000000e+00 |      --      |    Inf |   0.50%
38.04/38.29	c  38.3s|251400 | 58530 |476739 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  1 |2669 | 167 | 0.000000e+00 |      --      |    Inf |   0.50%
38.14/38.30	c  38.3s|251500 | 58550 |476953 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  1 |2674 | 167 | 0.000000e+00 |      --      |    Inf |   0.50%
38.14/38.31	c  38.3s|251600 | 58562 |477148 |   1.9 |    43M |  35 |  40 |  16 |   0 |1063 |  0 |2677 | 167 | 0.000000e+00 |      --      |    Inf |   0.50%
38.14/38.32	c  38.3s|251700 | 58556 |477337 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  0 |2679 | 167 | 0.000000e+00 |      --      |    Inf |   0.50%
38.14/38.33	c  38.3s|251800 | 58570 |477558 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  0 |2682 | 167 | 0.000000e+00 |      --      |    Inf |   0.50%
38.14/38.35	c  38.3s|251900 | 58580 |477789 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  0 |2682 | 167 | 0.000000e+00 |      --      |    Inf |   0.50%
38.14/38.36	c  38.3s|252000 | 58583 |477986 |   1.9 |    43M |  35 |  40 |  16 |   0 |1063 |  0 |2685 | 167 | 0.000000e+00 |      --      |    Inf |   0.50%
38.14/38.37	c  38.4s|252100 | 58591 |478167 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  0 |2693 | 167 | 0.000000e+00 |      --      |    Inf |   0.50%
38.14/38.38	c  38.4s|252200 | 58591 |478357 |   1.9 |    43M |  35 |  40 |  16 |   8 |1063 |  1 |2695 | 167 | 0.000000e+00 |      --      |    Inf |   0.50%
38.23/38.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
38.23/38.40	c  38.4s|252300 | 58591 |478559 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  0 |2695 | 167 | 0.000000e+00 |      --      |    Inf |   0.50%
38.23/38.41	c  38.4s|252400 | 58597 |478705 |   1.9 |    43M |  35 |  40 |  16 |   6 |1063 |  1 |2696 | 167 | 0.000000e+00 |      --      |    Inf |   0.50%
38.23/38.43	c  38.4s|252500 | 58615 |478862 |   1.9 |    43M |  35 |  40 |  16 |   0 |1063 |  0 |2698 | 167 | 0.000000e+00 |      --      |    Inf |   0.50%
38.23/38.44	c  38.4s|252600 | 58635 |479008 |   1.9 |    43M |  35 |  40 |  16 |   8 |1063 |  1 |2698 | 167 | 0.000000e+00 |      --      |    Inf |   0.50%
38.23/38.45	c  38.4s|252700 | 58635 |479167 |   1.9 |    43M |  35 |  40 |  16 |   8 |1063 |  1 |2698 | 167 | 0.000000e+00 |      --      |    Inf |   0.50%
38.23/38.47	c  38.5s|252800 | 58663 |479355 |   1.9 |    43M |  35 |  40 |  16 |   8 |1063 |  1 |2698 | 167 | 0.000000e+00 |      --      |    Inf |   0.50%
38.23/38.48	c  38.5s|252900 | 58671 |479497 |   1.9 |    43M |  35 |  40 |  16 |   6 |1063 |  0 |2699 | 167 | 0.000000e+00 |      --      |    Inf |   0.50%
38.23/38.49	c  38.5s|253000 | 58685 |479658 |   1.9 |    43M |  35 |  40 |  16 |   8 |1063 |  1 |2701 | 167 | 0.000000e+00 |      --      |    Inf |   0.50%
38.33/38.51	c  38.5s|253100 | 58699 |479832 |   1.9 |    43M |  35 |  40 |  16 |   0 |1063 |  0 |2704 | 167 | 0.000000e+00 |      --      |    Inf |   0.50%
38.33/38.52	c  38.5s|253200 | 58725 |480046 |   1.9 |    43M |  35 |  40 |  16 |   0 |1063 |  0 |2706 | 167 | 0.000000e+00 |      --      |    Inf |   0.50%
38.33/38.54	c  38.5s|253300 | 58761 |480254 |   1.9 |    43M |  35 |  40 |  16 |   8 |1063 |  0 |2707 | 167 | 0.000000e+00 |      --      |    Inf |   0.51%
38.33/38.55	c  38.5s|253400 | 58781 |480436 |   1.9 |    43M |  35 |  40 |  16 |   8 |1063 |  0 |2711 | 167 | 0.000000e+00 |      --      |    Inf |   0.51%
38.33/38.57	c  38.6s|253500 | 58783 |480601 |   1.9 |    43M |  35 |  40 |  16 |   8 |1063 |  0 |2711 | 167 | 0.000000e+00 |      --      |    Inf |   0.51%
38.33/38.58	c  38.6s|253600 | 58811 |480814 |   1.9 |    43M |  35 |  40 |  16 |   8 |1063 |  1 |2712 | 167 | 0.000000e+00 |      --      |    Inf |   0.51%
38.33/38.60	c  38.6s|253700 | 58819 |480992 |   1.9 |    43M |  35 |  40 |  16 |   0 |1063 |  0 |2713 | 167 | 0.000000e+00 |      --      |    Inf |   0.51%
38.43/38.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
38.43/38.61	c  38.6s|253800 | 58833 |481166 |   1.9 |    43M |  35 |  40 |  16 |   0 |1063 |  0 |2713 | 167 | 0.000000e+00 |      --      |    Inf |   0.51%
38.43/38.62	c  38.6s|253900 | 58837 |481328 |   1.9 |    43M |  35 |  40 |  16 |   7 |1063 |  1 |2714 | 167 | 0.000000e+00 |      --      |    Inf |   0.51%
38.43/38.64	c  38.6s|254000 | 58843 |481521 |   1.9 |    43M |  35 |  40 |  16 |   6 |1063 |  0 |2718 | 167 | 0.000000e+00 |      --      |    Inf |   0.51%
38.43/38.65	c  38.6s|254100 | 58849 |481686 |   1.9 |    43M |  35 |  40 |  16 |   6 |1063 |  1 |2720 | 167 | 0.000000e+00 |      --      |    Inf |   0.51%
38.43/38.66	c  38.7s|254200 | 58863 |481868 |   1.9 |    44M |  35 |  40 |  16 |   5 |1063 |  1 |2721 | 167 | 0.000000e+00 |      --      |    Inf |   0.51%
38.43/38.68	c  38.7s|254300 | 58879 |482102 |   1.9 |    44M |  35 |  40 |  16 |   5 |1063 |  1 |2721 | 167 | 0.000000e+00 |      --      |    Inf |   0.51%
38.43/38.69	c  38.7s|254400 | 58906 |482306 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  1 |2722 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.53/38.71	c  38.7s|254500 | 58916 |482431 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  0 |2722 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.53/38.72	c  38.7s|254600 | 58958 |482616 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  1 |2722 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.53/38.74	c  38.7s|254700 | 58992 |482805 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  1 |2722 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.53/38.75	c  38.7s|254800 | 59010 |482958 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  1 |2723 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.53/38.76	c  38.7s|254900 | 59037 |483170 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  1 |2726 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.53/38.77	c  38.8s|255000 | 59053 |483320 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  1 |2726 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.53/38.79	c  38.8s|255100 | 59075 |483488 |   1.9 |    44M |  35 |  40 |  16 |   6 |1063 |  1 |2727 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.63/38.80	c  38.8s|255200 | 59103 |483664 |   1.9 |    44M |  35 |  40 |  16 |   6 |1063 |  0 |2727 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.63/38.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
38.63/38.82	c  38.8s|255300 | 59107 |483807 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  1 |2727 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.63/38.83	c  38.8s|255400 | 59135 |484034 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  0 |2727 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.63/38.85	c  38.8s|255500 | 59163 |484223 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  1 |2728 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.63/38.86	c  38.8s|255600 | 59173 |484392 |   1.9 |    44M |  35 |  40 |  16 |   0 |1063 |  0 |2728 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.63/38.87	c  38.9s|255700 | 59187 |484572 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  1 |2728 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.63/38.88	c  38.9s|255800 | 59211 |484734 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  1 |2729 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.73/38.90	c  38.9s|255900 | 59221 |484941 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  0 |2731 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.73/38.91	c  38.9s|256000 | 59251 |485131 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  1 |2731 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.73/38.93	c  38.9s|256100 | 59265 |485288 |   1.9 |    44M |  35 |  40 |  16 |   0 |1063 |  0 |2734 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.73/38.94	c  38.9s|256200 | 59271 |485447 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  1 |2738 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.73/38.95	c  38.9s|256300 | 59293 |485666 |   1.9 |    44M |  35 |  40 |  16 |   0 |1063 |  0 |2738 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.73/38.97	c  39.0s|256400 | 59309 |485808 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  1 |2738 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.73/38.98	c  39.0s|256500 | 59329 |485984 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  1 |2739 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.73/39.00	c  39.0s|256600 | 59329 |486159 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  1 |2739 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.84/39.01	c  39.0s|256700 | 59357 |486360 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  1 |2741 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.84/39.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
38.84/39.02	c  39.0s|256800 | 59385 |486597 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  1 |2745 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.84/39.04	c  39.0s|256900 | 59397 |486801 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  1 |2747 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.84/39.05	c  39.0s|257000 | 59415 |487007 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  0 |2749 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.84/39.06	c  39.0s|257100 | 59425 |487205 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  0 |2749 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.84/39.08	c  39.1s|257200 | 59441 |487385 |   1.9 |    44M |  35 |  40 |  16 |   6 |1063 |  1 |2749 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.84/39.09	c  39.1s|257300 | 59453 |487529 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  1 |2749 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.84/39.10	c  39.1s|257400 | 59468 |487728 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  1 |2749 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.94/39.12	c  39.1s|257500 | 59492 |487937 |   1.9 |    44M |  35 |  40 |  16 |   9 |1063 |  1 |2749 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.94/39.13	c  39.1s|257600 | 59512 |488102 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  0 |2751 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.94/39.14	c  39.1s|257700 | 59518 |488273 |   1.9 |    44M |  35 |  40 |  16 |   6 |1063 |  1 |2753 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.94/39.16	c  39.1s|257800 | 59566 |488538 |   1.9 |    44M |  35 |  40 |  16 |   0 |1063 |  0 |2753 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.94/39.17	c  39.2s|257900 | 59592 |488716 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  0 |2754 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
38.94/39.19	c  39.2s|258000 | 59616 |488901 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  1 |2754 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
39.03/39.20	c  39.2s|258100 | 59632 |489099 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  1 |2754 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
39.03/39.21	c  39.2s|258200 | 59660 |489296 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  1 |2754 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
39.03/39.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
39.03/39.23	c  39.2s|258300 | 59674 |489469 |   1.9 |    44M |  35 |  40 |  16 |   6 |1063 |  1 |2754 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
39.03/39.24	c  39.2s|258400 | 59704 |489662 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  0 |2754 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
39.03/39.25	c  39.2s|258500 | 59718 |489856 |   1.9 |    44M |  35 |  40 |  16 |   0 |1063 |  0 |2754 | 167 | 0.000000e+00 |      --      |    Inf |   0.52%
39.03/39.27	c  39.3s|258600 | 59742 |490049 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  1 |2754 | 172 | 0.000000e+00 |      --      |    Inf |   0.52%
39.03/39.28	c  39.3s|258700 | 59758 |490192 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  1 |2756 | 172 | 0.000000e+00 |      --      |    Inf |   0.52%
39.13/39.30	c  39.3s|258800 | 59764 |490360 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  1 |2757 | 172 | 0.000000e+00 |      --      |    Inf |   0.52%
39.13/39.31	c  39.3s|258900 | 59770 |490537 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  1 |2757 | 172 | 0.000000e+00 |      --      |    Inf |   0.52%
39.13/39.32	c  39.3s|259000 | 59778 |490705 |   1.9 |    44M |  35 |  40 |  16 |   9 |1063 |  1 |2758 | 172 | 0.000000e+00 |      --      |    Inf |   0.52%
39.13/39.34	c  39.3s|259100 | 59770 |490893 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  0 |2758 | 172 | 0.000000e+00 |      --      |    Inf |   0.52%
39.13/39.35	c  39.3s|259200 | 59802 |491152 |   1.9 |    44M |  35 |  40 |  16 |   6 |1063 |  1 |2758 | 172 | 0.000000e+00 |      --      |    Inf |   0.52%
39.13/39.37	c  39.4s|259300 | 59820 |491298 |   1.9 |    44M |  35 |  40 |  16 |   6 |1063 |  1 |2758 | 172 | 0.000000e+00 |      --      |    Inf |   0.52%
39.13/39.38	c  39.4s|259400 | 59840 |491493 |   1.9 |    44M |  35 |  40 |  16 |   6 |1063 |  1 |2758 | 172 | 0.000000e+00 |      --      |    Inf |   0.52%
39.13/39.39	c  39.4s|259500 | 59864 |491649 |   1.9 |    44M |  35 |  40 |  16 |   6 |1063 |  1 |2760 | 172 | 0.000000e+00 |      --      |    Inf |   0.52%
39.23/39.41	c  39.4s|259600 | 59870 |491776 |   1.9 |    44M |  35 |  40 |  16 |   0 |1063 |  0 |2760 | 172 | 0.000000e+00 |      --      |    Inf |   0.52%
39.23/39.42	c  39.4s|259700 | 59884 |491976 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  0 |2762 | 172 | 0.000000e+00 |      --      |    Inf |   0.53%
39.23/39.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
39.23/39.44	c  39.4s|259800 | 59916 |492168 |   1.9 |    44M |  35 |  40 |  16 |   0 |1063 |  0 |2762 | 172 | 0.000000e+00 |      --      |    Inf |   0.53%
39.23/39.46	c  39.4s|259900 | 59932 |492362 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  1 |2762 | 172 | 0.000000e+00 |      --      |    Inf |   0.53%
39.23/39.47	c  39.5s|260000 | 59940 |492512 |   1.9 |    44M |  35 |  40 |  16 |   0 |1063 |  0 |2763 | 172 | 0.000000e+00 |      --      |    Inf |   0.53%
39.23/39.48	c  39.5s|260100 | 59946 |492667 |   1.9 |    44M |  35 |  40 |  16 |   9 |1063 |  1 |2765 | 172 | 0.000000e+00 |      --      |    Inf |   0.53%
39.23/39.50	c  39.5s|260200 | 59960 |492812 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  1 |2766 | 172 | 0.000000e+00 |      --      |    Inf |   0.53%
39.33/39.51	c  39.5s|260300 | 59984 |492998 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  1 |2766 | 172 | 0.000000e+00 |      --      |    Inf |   0.53%
39.33/39.52	c  39.5s|260400 | 59984 |493155 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  0 |2766 | 172 | 0.000000e+00 |      --      |    Inf |   0.53%
39.33/39.54	c  39.5s|260500 | 59982 |493304 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  0 |2767 | 172 | 0.000000e+00 |      --      |    Inf |   0.53%
39.33/39.56	c  39.5s|260600 | 59998 |493451 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  1 |2767 | 172 | 0.000000e+00 |      --      |    Inf |   0.53%
39.33/39.57	c  39.6s|260700 | 60004 |493619 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  1 |2767 | 172 | 0.000000e+00 |      --      |    Inf |   0.53%
39.33/39.58	c  39.6s|260800 | 60018 |493790 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  0 |2769 | 172 | 0.000000e+00 |      --      |    Inf |   0.53%
39.33/39.59	c  39.6s|260900 | 60030 |493960 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  0 |2773 | 172 | 0.000000e+00 |      --      |    Inf |   0.53%
39.43/39.61	c  39.6s|261000 | 60048 |494140 |   1.9 |    44M |  35 |  40 |  16 |   9 |1063 |  1 |2775 | 172 | 0.000000e+00 |      --      |    Inf |   0.53%
39.43/39.62	c  39.6s|261100 | 60062 |494326 |   1.9 |    44M |  35 |  40 |  16 |   9 |1063 |  0 |2775 | 172 | 0.000000e+00 |      --      |    Inf |   0.53%
39.43/39.64	c  39.6s|261200 | 60068 |494490 |   1.9 |    44M |  35 |  40 |  16 |   6 |1063 |  0 |2778 | 172 | 0.000000e+00 |      --      |    Inf |   0.53%
39.43/39.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
39.43/39.65	c  39.6s|261300 | 60094 |494670 |   1.9 |    44M |  35 |  40 |  16 |   6 |1063 |  0 |2778 | 172 | 0.000000e+00 |      --      |    Inf |   0.53%
39.43/39.66	c  39.6s|261400 | 60102 |494818 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  0 |2778 | 172 | 0.000000e+00 |      --      |    Inf |   0.53%
39.43/39.68	c  39.7s|261500 | 60126 |494989 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  1 |2778 | 172 | 0.000000e+00 |      --      |    Inf |   0.53%
39.43/39.69	c  39.7s|261600 | 60136 |495153 |   1.9 |    44M |  35 |  40 |  16 |   0 |1063 |  0 |2778 | 172 | 0.000000e+00 |      --      |    Inf |   0.53%
39.53/39.70	c  39.7s|261700 | 60156 |495316 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  0 |2778 | 172 | 0.000000e+00 |      --      |    Inf |   0.53%
39.53/39.71	c  39.7s|261800 | 60180 |495476 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  1 |2778 | 172 | 0.000000e+00 |      --      |    Inf |   0.53%
39.53/39.73	c  39.7s|261900 | 60180 |495637 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  0 |2778 | 172 | 0.000000e+00 |      --      |    Inf |   0.53%
39.53/39.74	c  39.7s|262000 | 60186 |495810 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  0 |2779 | 172 | 0.000000e+00 |      --      |    Inf |   0.53%
39.53/39.75	c  39.7s|262100 | 60198 |496002 |   1.9 |    44M |  35 |  40 |  16 |   5 |1063 |  1 |2779 | 172 | 0.000000e+00 |      --      |    Inf |   0.53%
39.53/39.77	c  39.8s|262200 | 60200 |496157 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  0 |2779 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.53/39.78	c  39.8s|262300 | 60200 |496314 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  1 |2779 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.63/39.80	c  39.8s|262400 | 60220 |496488 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  1 |2780 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.63/39.81	c  39.8s|262500 | 60284 |496811 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  0 |2780 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.63/39.83	c  39.8s|262600 | 60306 |497006 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  0 |2783 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.63/39.85	c  39.8s|262700 | 60344 |497204 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  0 |2784 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.63/39.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
39.63/39.86	c  39.8s|262800 | 60366 |497386 |   1.9 |    44M |  35 |  40 |  16 |   0 |1063 |  0 |2785 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.63/39.87	c  39.9s|262900 | 60396 |497563 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  0 |2785 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.63/39.88	c  39.9s|263000 | 60409 |497743 |   1.9 |    44M |  35 |  40 |  16 |   0 |1063 |  0 |2787 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.73/39.90	c  39.9s|263100 | 60427 |497919 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  0 |2788 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.73/39.91	c  39.9s|263200 | 60435 |498102 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  1 |2788 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.73/39.92	c  39.9s|263300 | 60457 |498258 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  1 |2788 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.73/39.93	c  39.9s|263400 | 60475 |498458 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  0 |2789 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.73/39.95	c  39.9s|263500 | 60489 |498650 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  1 |2789 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.73/39.96	c  39.9s|263600 | 60497 |498809 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  1 |2789 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.73/39.97	c  40.0s|263700 | 60503 |498965 |   1.9 |    44M |  35 |  40 |  16 |   0 |1063 |  0 |2789 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.73/39.99	c  40.0s|263800 | 60513 |499167 |   1.9 |    44M |  35 |  40 |  16 |   8 |1063 |  1 |2790 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.73/40.00	c  40.0s|263900 | 60525 |499333 |   1.9 |    44M |  35 |  40 |  16 |   0 |1063 |  0 |2790 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.84/40.01	c  40.0s|264000 | 60543 |499513 |   1.9 |    44M |  35 |  40 |  16 |   7 |1063 |  0 |2790 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.84/40.03	c  40.0s|264100 | 60559 |499674 |   1.9 |    44M |  35 |  40 |  16 |   6 |1063 |  1 |2790 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.84/40.05	c  40.0s|264200 | 60587 |499938 |   1.9 |    44M |  35 |  40 |  16 |   7 |1083 |  1 |2790 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.84/40.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
39.84/40.07	c  40.1s|264300 | 60653 |500192 |   1.9 |    44M |  35 |  40 |  16 |   7 |1084 |  1 |2791 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.84/40.08	c  40.1s|264400 | 60687 |500425 |   1.9 |    44M |  35 |  40 |  16 |   7 |1084 |  0 |2791 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.84/40.10	c  40.1s|264500 | 60721 |500605 |   1.9 |    44M |  35 |  40 |  16 |   7 |1084 |  1 |2791 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.94/40.11	c  40.1s|264600 | 60743 |500769 |   1.9 |    44M |  35 |  40 |  16 |   0 |1085 |  0 |2791 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.94/40.13	c  40.1s|264700 | 60753 |500912 |   1.9 |    44M |  35 |  40 |  16 |   0 |1085 |  0 |2791 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.94/40.14	c  40.1s|264800 | 60797 |501146 |   1.9 |    44M |  35 |  40 |  16 |   7 |1085 |  0 |2791 | 177 | 0.000000e+00 |      --      |    Inf |   0.53%
39.94/40.16	c  40.1s|264900 | 60839 |501403 |   1.9 |    44M |  35 |  40 |  16 |   0 |1085 |  0 |2793 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
39.94/40.18	c  40.2s|265000 | 60861 |501568 |   1.9 |    44M |  35 |  40 |  16 |   7 |1085 |  1 |2794 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
39.94/40.19	c  40.2s|265100 | 60889 |501772 |   1.9 |    45M |  35 |  40 |  16 |   7 |1085 |  1 |2795 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
40.03/40.20	c  40.2s|265200 | 60909 |501942 |   1.9 |    45M |  35 |  40 |  16 |   7 |1085 |  1 |2795 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
40.03/40.23	c  40.2s|265300 | 60971 |502211 |   1.9 |    45M |  35 |  40 |  16 |   7 |1090 |  1 |2798 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
40.03/40.24	c  40.2s|265400 | 61017 |502434 |   1.9 |    45M |  35 |  40 |  16 |   0 |1090 |  0 |2799 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
40.03/40.26	c  40.2s|265500 | 61045 |502590 |   1.9 |    45M |  35 |  40 |  16 |   8 |1091 |  1 |2799 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
40.03/40.27	c  40.3s|265600 | 61073 |502780 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2799 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
40.03/40.29	c  40.3s|265700 | 61097 |502956 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2800 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
40.13/40.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
40.13/40.30	c  40.3s|265800 | 61147 |503203 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2800 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
40.13/40.32	c  40.3s|265900 | 61181 |503405 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2800 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
40.13/40.33	c  40.3s|266000 | 61209 |503575 |   1.9 |    45M |  35 |  40 |  16 |   0 |1091 |  0 |2801 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
40.13/40.35	c  40.3s|266100 | 61223 |503756 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2802 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
40.13/40.36	c  40.4s|266200 | 61237 |503906 |   1.9 |    45M |  35 |  40 |  16 |   0 |1091 |  0 |2802 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
40.13/40.38	c  40.4s|266300 | 61271 |504079 |   1.9 |    45M |  35 |  40 |  16 |   0 |1091 |  0 |2802 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
40.13/40.39	c  40.4s|266400 | 61297 |504258 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  0 |2802 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
40.23/40.41	c  40.4s|266500 | 61325 |504441 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2802 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
40.23/40.42	c  40.4s|266600 | 61331 |504570 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2803 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
40.23/40.44	c  40.4s|266700 | 61347 |504742 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  0 |2803 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
40.23/40.45	c  40.4s|266800 | 61353 |504959 |   1.9 |    45M |  35 |  40 |  16 |   0 |1091 |  0 |2803 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
40.23/40.46	c  40.4s|266900 | 61359 |505123 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2805 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
40.23/40.48	c  40.5s|267000 | 61371 |505247 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2807 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
40.23/40.49	c  40.5s|267100 | 61385 |505393 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  0 |2807 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
40.33/40.51	c  40.5s|267200 | 61407 |505563 |   1.9 |    45M |  35 |  40 |  16 |   0 |1091 |  0 |2807 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
40.33/40.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
40.33/40.52	c  40.5s|267300 | 61417 |505708 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2807 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
40.33/40.54	c  40.5s|267400 | 61437 |505861 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2808 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
40.33/40.55	c  40.5s|267500 | 61465 |506056 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2808 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
40.33/40.56	c  40.6s|267600 | 61485 |506216 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2808 | 177 | 0.000000e+00 |      --      |    Inf |   0.54%
40.33/40.58	c  40.6s|267700 | 61513 |506400 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  0 |2810 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.33/40.59	c  40.6s|267800 | 61513 |506536 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2810 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.43/40.61	c  40.6s|267900 | 61527 |506672 |   1.9 |    45M |  35 |  40 |  16 |   0 |1091 |  0 |2810 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.43/40.62	c  40.6s|268000 | 61543 |506802 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2810 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.43/40.64	c  40.6s|268100 | 61547 |506954 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2810 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.43/40.65	c  40.6s|268200 | 61587 |507119 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2810 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.43/40.67	c  40.7s|268300 | 61605 |507244 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2810 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.43/40.68	c  40.7s|268400 | 61621 |507393 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2811 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.43/40.69	c  40.7s|268500 | 61633 |507534 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  0 |2812 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.53/40.70	c  40.7s|268600 | 61647 |507690 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2813 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.53/40.72	c  40.7s|268700 | 61651 |507860 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  0 |2814 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.53/40.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
40.53/40.73	c  40.7s|268800 | 61663 |508029 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  0 |2814 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.53/40.74	c  40.7s|268900 | 61691 |508206 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  0 |2814 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.53/40.76	c  40.7s|269000 | 61741 |508382 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2814 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.53/40.77	c  40.8s|269100 | 61771 |508538 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2818 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.53/40.78	c  40.8s|269200 | 61795 |508708 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  0 |2820 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.63/40.80	c  40.8s|269300 | 61797 |508860 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  0 |2821 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.63/40.81	c  40.8s|269400 | 61817 |509045 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2822 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.63/40.83	c  40.8s|269500 | 61839 |509232 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2822 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.63/40.84	c  40.8s|269600 | 61847 |509405 |   1.9 |    45M |  35 |  40 |  16 |   0 |1091 |  0 |2823 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.63/40.85	c  40.8s|269700 | 61869 |509608 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2824 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.63/40.87	c  40.9s|269800 | 61871 |509802 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  0 |2825 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.63/40.88	c  40.9s|269900 | 61879 |509976 |   1.9 |    45M |  35 |  40 |  16 |   0 |1091 |  0 |2827 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.73/40.90	c  40.9s|270000 | 61883 |510111 |   1.9 |    45M |  35 |  40 |  16 |   0 |1091 |  0 |2827 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.73/40.91	c  40.9s|270100 | 61927 |510315 |   1.9 |    45M |  35 |  40 |  16 |   0 |1091 |  0 |2827 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.73/40.93	c  40.9s|270200 | 61945 |510509 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2828 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.73/40.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
40.73/40.94	c  40.9s|270300 | 61955 |510676 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2828 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.73/40.95	c  40.9s|270400 | 61973 |510815 |   1.9 |    45M |  35 |  40 |  16 |   8 |1091 |  1 |2829 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.73/40.96	c  40.9s|270500 | 61985 |510963 |   1.9 |    45M |  35 |  40 |  16 |   0 |1091 |  0 |2831 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.73/40.97	c  41.0s|270600 | 62021 |511161 |   1.9 |    45M |  35 |  40 |  16 |   8 |1091 |  1 |2831 | 182 | 0.000000e+00 |      --      |    Inf |   0.54%
40.73/40.99	c  41.0s|270700 | 62023 |511345 |   1.9 |    45M |  35 |  40 |  16 |   8 |1091 |  0 |2836 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
40.73/41.00	c  41.0s|270800 | 62037 |511502 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2836 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
40.84/41.02	c  41.0s|270900 | 62093 |511748 |   1.9 |    45M |  35 |  40 |  16 |   6 |1091 |  1 |2836 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
40.84/41.03	c  41.0s|271000 | 62119 |511969 |   1.9 |    45M |  35 |  40 |  16 |   6 |1091 |  1 |2836 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
40.84/41.05	c  41.0s|271100 | 62139 |512136 |   1.9 |    45M |  35 |  40 |  16 |   6 |1091 |  0 |2839 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
40.84/41.06	c  41.0s|271200 | 62185 |512326 |   1.9 |    45M |  35 |  40 |  16 |   0 |1091 |  0 |2839 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
40.84/41.07	c  41.1s|271300 | 62211 |512487 |   1.9 |    45M |  35 |  40 |  16 |   0 |1091 |  0 |2839 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
40.84/41.09	c  41.1s|271400 | 62239 |512661 |   1.9 |    45M |  35 |  40 |  16 |   6 |1091 |  1 |2839 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
40.84/41.10	c  41.1s|271500 | 62271 |512850 |   1.9 |    45M |  35 |  40 |  16 |   6 |1091 |  1 |2841 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
40.94/41.11	c  41.1s|271600 | 62274 |513017 |   1.9 |    45M |  35 |  40 |  16 |   6 |1091 |  0 |2843 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
40.94/41.13	c  41.1s|271700 | 62266 |513182 |   1.9 |    45M |  35 |  40 |  16 |   0 |1091 |  0 |2845 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
40.94/41.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
40.94/41.14	c  41.1s|271800 | 62290 |513386 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2846 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
40.94/41.15	c  41.1s|271900 | 62302 |513534 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2847 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
40.94/41.16	c  41.2s|272000 | 62318 |513711 |   1.9 |    45M |  35 |  40 |  16 |   0 |1091 |  0 |2850 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
40.94/41.18	c  41.2s|272100 | 62326 |513925 |   1.9 |    45M |  35 |  40 |  16 |   9 |1091 |  0 |2851 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
40.94/41.19	c  41.2s|272200 | 62336 |514092 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2854 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
41.02/41.20	c  41.2s|272300 | 62344 |514246 |   1.9 |    45M |  35 |  40 |  16 |   9 |1091 |  1 |2854 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
41.02/41.22	c  41.2s|272400 | 62350 |514438 |   1.9 |    45M |  35 |  40 |  16 |   6 |1091 |  1 |2854 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
41.02/41.23	c  41.2s|272500 | 62364 |514586 |   1.9 |    45M |  35 |  40 |  16 |   0 |1091 |  0 |2854 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
41.02/41.25	c  41.2s|272600 | 62374 |514738 |   1.9 |    45M |  35 |  40 |  16 |   8 |1091 |  1 |2855 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
41.02/41.26	c  41.2s|272700 | 62382 |514911 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2862 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
41.02/41.27	c  41.3s|272800 | 62382 |515090 |   1.9 |    45M |  35 |  40 |  16 |   8 |1091 |  1 |2863 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
41.02/41.29	c  41.3s|272900 | 62397 |515273 |   1.9 |    45M |  35 |  40 |  16 |   8 |1091 |  1 |2864 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
41.12/41.30	c  41.3s|273000 | 62407 |515436 |   1.9 |    45M |  35 |  40 |  16 |   0 |1091 |  0 |2865 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
41.12/41.31	c  41.3s|273100 | 62417 |515594 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  0 |2867 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
41.12/41.33	c  41.3s|273200 | 62429 |515812 |   1.9 |    45M |  35 |  40 |  16 |   8 |1091 |  1 |2867 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
41.12/41.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
41.12/41.34	c  41.3s|273300 | 62453 |515984 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  0 |2867 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
41.12/41.36	c  41.3s|273400 | 62463 |516171 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2868 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
41.12/41.37	c  41.4s|273500 | 62459 |516335 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2868 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
41.12/41.38	c  41.4s|273600 | 62497 |516549 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2869 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
41.22/41.40	c  41.4s|273700 | 62499 |516710 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2869 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
41.22/41.41	c  41.4s|273800 | 62509 |516903 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2869 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
41.22/41.43	c  41.4s|273900 | 62523 |517043 |   1.9 |    45M |  35 |  40 |  16 |   0 |1091 |  0 |2869 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
41.22/41.44	c  41.4s|274000 | 62531 |517183 |   1.9 |    45M |  35 |  40 |  16 |   0 |1091 |  0 |2869 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
41.22/41.45	c  41.4s|274100 | 62555 |517348 |   1.9 |    45M |  35 |  40 |  16 |   0 |1091 |  0 |2870 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
41.22/41.47	c  41.5s|274200 | 62553 |517519 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2871 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
41.22/41.48	c  41.5s|274300 | 62565 |517667 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2872 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
41.22/41.49	c  41.5s|274400 | 62589 |517840 |   1.9 |    45M |  35 |  40 |  16 |   6 |1091 |  1 |2872 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
41.32/41.51	c  41.5s|274500 | 62614 |517995 |   1.9 |    45M |  35 |  40 |  16 |   8 |1091 |  0 |2872 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
41.32/41.52	c  41.5s|274600 | 62626 |518157 |   1.9 |    45M |  35 |  40 |  16 |   0 |1091 |  0 |2872 | 192 | 0.000000e+00 |      --      |    Inf |   0.54%
41.32/41.53	c  41.5s|274700 | 62644 |518341 |   1.9 |    45M |  35 |  40 |  16 |   8 |1091 |  1 |2874 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.32/41.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
41.32/41.55	c  41.5s|274800 | 62652 |518526 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  0 |2874 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.32/41.56	c  41.5s|274900 | 62656 |518679 |   1.9 |    45M |  35 |  40 |  16 |   8 |1091 |  1 |2874 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.32/41.58	c  41.6s|275000 | 62682 |518838 |   1.9 |    45M |  35 |  40 |  16 |   0 |1091 |  0 |2875 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.32/41.59	c  41.6s|275100 | 62710 |519092 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2875 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.42/41.61	c  41.6s|275200 | 62776 |519344 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  0 |2875 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.42/41.63	c  41.6s|275300 | 62820 |519561 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2876 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.42/41.65	c  41.6s|275400 | 62872 |519775 |   1.9 |    45M |  35 |  40 |  16 |   0 |1091 |  0 |2877 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.42/41.66	c  41.6s|275500 | 62908 |519966 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2879 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.42/41.67	c  41.7s|275600 | 62938 |520136 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  0 |2880 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.42/41.69	c  41.7s|275700 | 62974 |520312 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2880 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.52/41.70	c  41.7s|275800 | 62998 |520472 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2880 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.52/41.72	c  41.7s|275900 | 63050 |520698 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2880 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.52/41.73	c  41.7s|276000 | 63064 |520890 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  1 |2881 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.52/41.75	c  41.7s|276100 | 63082 |521018 |   1.9 |    45M |  35 |  40 |  16 |   0 |1091 |  0 |2882 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.52/41.76	c  41.7s|276200 | 63098 |521147 |   1.9 |    45M |  35 |  40 |  16 |   7 |1091 |  0 |2883 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.52/41.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
41.52/41.78	c  41.8s|276300 | 63144 |521352 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  0 |2884 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.52/41.79	c  41.8s|276400 | 63190 |521567 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2884 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.62/41.81	c  41.8s|276500 | 63226 |521794 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2884 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.62/41.82	c  41.8s|276600 | 63246 |521967 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  0 |2884 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.62/41.83	c  41.8s|276700 | 63254 |522119 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  0 |2884 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.62/41.84	c  41.8s|276800 | 63272 |522264 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  0 |2885 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.62/41.86	c  41.8s|276900 | 63290 |522429 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  0 |2885 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.62/41.87	c  41.9s|277000 | 63316 |522619 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2885 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.62/41.89	c  41.9s|277100 | 63342 |522759 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2885 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.72/41.90	c  41.9s|277200 | 63360 |522927 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2885 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.72/41.92	c  41.9s|277300 | 63386 |523072 |   1.9 |    46M |  35 |  40 |  16 |   0 |1091 |  0 |2885 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.72/41.93	c  41.9s|277400 | 63392 |523206 |   1.9 |    46M |  35 |  40 |  16 |   0 |1091 |  0 |2886 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.72/41.94	c  41.9s|277500 | 63396 |523338 |   1.9 |    46M |  35 |  40 |  16 |   0 |1091 |  0 |2886 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.72/41.96	c  41.9s|277600 | 63406 |523476 |   1.9 |    46M |  35 |  40 |  16 |   0 |1091 |  0 |2886 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.72/41.97	c  42.0s|277700 | 63432 |523612 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2886 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.72/41.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
41.72/41.98	c  42.0s|277800 | 63442 |523751 |   1.9 |    46M |  35 |  40 |  16 |   0 |1091 |  0 |2888 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.72/42.00	c  42.0s|277900 | 63448 |523914 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2889 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.83/42.01	c  42.0s|278000 | 63478 |524135 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2889 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.83/42.03	c  42.0s|278100 | 63494 |524327 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2892 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.83/42.04	c  42.0s|278200 | 63504 |524481 |   1.9 |    46M |  35 |  40 |  16 |   0 |1091 |  0 |2892 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.83/42.05	c  42.0s|278300 | 63542 |524665 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  0 |2892 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.83/42.06	c  42.1s|278400 | 63570 |524865 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2893 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.83/42.08	c  42.1s|278500 | 63584 |525049 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  0 |2895 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.83/42.09	c  42.1s|278600 | 63610 |525199 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2896 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.83/42.11	c  42.1s|278700 | 63620 |525342 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2896 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.93/42.12	c  42.1s|278800 | 63634 |525460 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2896 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.93/42.13	c  42.1s|278900 | 63650 |525652 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  0 |2898 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.93/42.15	c  42.1s|279000 | 63660 |525789 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2898 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.93/42.16	c  42.1s|279100 | 63666 |525923 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2898 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.93/42.17	c  42.2s|279200 | 63662 |526077 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2900 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
41.93/42.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
41.93/42.19	c  42.2s|279300 | 63680 |526260 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2900 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.02/42.20	c  42.2s|279400 | 63682 |526399 |   1.9 |    46M |  35 |  40 |  16 |   0 |1091 |  0 |2900 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.02/42.21	c  42.2s|279500 | 63688 |526532 |   1.9 |    46M |  35 |  40 |  16 |   0 |1091 |  0 |2901 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.02/42.25	c  42.2s|279600 | 63706 |526722 |   1.9 |    46M |  35 |  40 |  16 |   9 |1091 |  0 |2901 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.02/42.27	c  42.3s|279700 | 63690 |526900 |   1.9 |    46M |  35 |  40 |  16 |   9 |1091 |  1 |2902 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.02/42.28	c  42.3s|279800 | 63708 |527042 |   1.9 |    46M |  35 |  40 |  16 |   0 |1091 |  0 |2903 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.02/42.29	c  42.3s|279900 | 63726 |527208 |   1.9 |    46M |  35 |  40 |  16 |   8 |1091 |  1 |2903 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.12/42.30	c  42.3s|280000 | 63740 |527374 |   1.9 |    46M |  35 |  40 |  16 |   0 |1091 |  0 |2903 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.12/42.32	c  42.3s|280100 | 63752 |527512 |   1.9 |    46M |  35 |  40 |  16 |   8 |1091 |  1 |2904 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.12/42.33	c  42.3s|280200 | 63766 |527693 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2904 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.12/42.34	c  42.3s|280300 | 63776 |527830 |   1.9 |    46M |  35 |  40 |  16 |   8 |1091 |  1 |2904 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.12/42.36	c  42.3s|280400 | 63796 |527965 |   1.9 |    46M |  35 |  40 |  16 |   8 |1091 |  1 |2904 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.12/42.37	c  42.4s|280500 | 63804 |528105 |   1.9 |    46M |  35 |  40 |  16 |   0 |1091 |  0 |2904 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.12/42.39	c  42.4s|280600 | 63836 |528304 |   1.9 |    46M |  35 |  40 |  16 |   0 |1091 |  0 |2906 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.22/42.40	c  42.4s|280700 | 63850 |528469 |   1.9 |    46M |  35 |  40 |  16 |   8 |1091 |  1 |2906 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.22/42.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
42.22/42.41	c  42.4s|280800 | 63868 |528638 |   1.9 |    46M |  35 |  40 |  16 |   6 |1091 |  1 |2906 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.22/42.43	c  42.4s|280900 | 63884 |528794 |   1.9 |    46M |  35 |  40 |  16 |   8 |1091 |  1 |2908 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.22/42.44	c  42.4s|281000 | 63906 |528959 |   1.9 |    46M |  35 |  40 |  16 |   0 |1091 |  0 |2908 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.22/42.45	c  42.4s|281100 | 63902 |529092 |   1.9 |    46M |  35 |  40 |  16 |   8 |1091 |  0 |2908 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.22/42.47	c  42.5s|281200 | 63906 |529245 |   1.9 |    46M |  35 |  40 |  16 |   6 |1091 |  1 |2908 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.22/42.48	c  42.5s|281300 | 63901 |529416 |   1.9 |    46M |  35 |  40 |  16 |   8 |1091 |  1 |2910 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.32/42.50	c  42.5s|281400 | 63949 |529638 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2911 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.32/42.51	c  42.5s|281500 | 63959 |529797 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2912 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.32/42.52	c  42.5s|281600 | 63963 |529935 |   1.9 |    46M |  35 |  40 |  16 |   6 |1091 |  1 |2913 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.32/42.54	c  42.5s|281700 | 63965 |530068 |   1.9 |    46M |  35 |  40 |  16 |   8 |1091 |  0 |2915 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.32/42.55	c  42.5s|281800 | 63989 |530232 |   1.9 |    46M |  35 |  40 |  16 |   8 |1091 |  1 |2916 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.32/42.56	c  42.6s|281900 | 64007 |530384 |   1.9 |    46M |  35 |  40 |  16 |   5 |1091 |  1 |2916 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.32/42.58	c  42.6s|282000 | 64021 |530554 |   1.9 |    46M |  35 |  40 |  16 |   0 |1091 |  0 |2916 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.32/42.59	c  42.6s|282100 | 64023 |530713 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2916 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.42/42.60	c  42.6s|282200 | 64051 |530894 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2916 | 192 | 0.000000e+00 |      --      |    Inf |   0.55%
42.42/42.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
42.42/42.62	c  42.6s|282300 | 64057 |531059 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  0 |2916 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.42/42.63	c  42.6s|282400 | 64066 |531194 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2919 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.42/42.64	c  42.6s|282500 | 64094 |531360 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  0 |2919 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.42/42.66	c  42.6s|282600 | 64096 |531531 |   1.9 |    46M |  35 |  40 |  16 |   8 |1091 |  1 |2920 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.42/42.67	c  42.7s|282700 | 64106 |531698 |   1.9 |    46M |  35 |  40 |  16 |   0 |1091 |  0 |2920 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.42/42.68	c  42.7s|282800 | 64134 |531900 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  0 |2923 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.52/42.70	c  42.7s|282900 | 64132 |532057 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2924 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.52/42.71	c  42.7s|283000 | 64140 |532205 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  0 |2924 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.52/42.72	c  42.7s|283100 | 64167 |532395 |   1.9 |    46M |  35 |  40 |  16 |   8 |1091 |  0 |2926 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.52/42.74	c  42.7s|283200 | 64185 |532555 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  0 |2927 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.52/42.75	c  42.7s|283300 | 64185 |532708 |   1.9 |    46M |  35 |  40 |  16 |   8 |1091 |  1 |2929 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.52/42.76	c  42.7s|283400 | 64209 |532882 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  0 |2929 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.52/42.78	c  42.8s|283500 | 64204 |533052 |   1.9 |    46M |  35 |  40 |  16 |   0 |1091 |  0 |2929 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.52/42.79	c  42.8s|283600 | 64228 |533239 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2930 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.62/42.80	c  42.8s|283700 | 64264 |533450 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  0 |2931 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.62/42.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
42.62/42.82	c  42.8s|283800 | 64280 |533622 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  0 |2931 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.62/42.83	c  42.8s|283900 | 64290 |533788 |   1.9 |    46M |  35 |  40 |  16 |   8 |1091 |  0 |2932 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.62/42.84	c  42.8s|284000 | 64302 |533946 |   1.9 |    46M |  35 |  40 |  16 |   0 |1091 |  0 |2932 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.62/42.86	c  42.8s|284100 | 64338 |534153 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2933 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.62/42.87	c  42.9s|284200 | 64366 |534370 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2938 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.62/42.88	c  42.9s|284300 | 64371 |534564 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2939 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.72/42.90	c  42.9s|284400 | 64373 |534728 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  0 |2942 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.72/42.91	c  42.9s|284500 | 64389 |534875 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2944 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.72/42.92	c  42.9s|284600 | 64395 |535023 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  0 |2948 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.72/42.94	c  42.9s|284700 | 64399 |535233 |   1.9 |    46M |  35 |  40 |  16 |   9 |1091 |  0 |2951 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.72/42.95	c  42.9s|284800 | 64419 |535414 |   1.9 |    46M |  35 |  40 |  16 |   8 |1091 |  1 |2953 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.72/42.97	c  43.0s|284900 | 64415 |535603 |   1.9 |    46M |  35 |  40 |  16 |   0 |1091 |  0 |2955 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.72/42.98	c  43.0s|285000 | 64441 |535786 |   1.9 |    46M |  35 |  40 |  16 |   6 |1091 |  1 |2957 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.72/42.99	c  43.0s|285100 | 64449 |535933 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2958 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.72/43.00	c  43.0s|285200 | 64457 |536121 |   1.9 |    46M |  35 |  40 |  16 |   9 |1091 |  1 |2960 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.83/43.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
42.83/43.02	c  43.0s|285300 | 64485 |536323 |   1.9 |    46M |  35 |  40 |  16 |   0 |1091 |  0 |2961 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.83/43.04	c  43.0s|285400 | 64491 |536475 |   1.9 |    46M |  35 |  40 |  16 |   6 |1091 |  1 |2963 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.83/43.05	c  43.0s|285500 | 64493 |536603 |   1.9 |    46M |  35 |  40 |  16 |   6 |1091 |  0 |2964 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.83/43.06	c  43.0s|285600 | 64489 |536753 |   1.9 |    46M |  35 |  40 |  16 |   8 |1091 |  1 |2964 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.83/43.08	c  43.1s|285700 | 64515 |536936 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2964 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.83/43.09	c  43.1s|285800 | 64539 |537124 |   1.9 |    46M |  35 |  40 |  16 |   8 |1091 |  1 |2965 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.83/43.11	c  43.1s|285900 | 64551 |537289 |   1.9 |    46M |  35 |  40 |  16 |   8 |1091 |  1 |2965 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.93/43.12	c  43.1s|286000 | 64565 |537475 |   1.9 |    46M |  35 |  40 |  16 |   6 |1091 |  0 |2966 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.93/43.14	c  43.1s|286100 | 64573 |537618 |   1.9 |    46M |  35 |  40 |  16 |   9 |1091 |  1 |2966 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.93/43.15	c  43.1s|286200 | 64573 |537776 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2967 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.93/43.16	c  43.2s|286300 | 64569 |537921 |   1.9 |    46M |  35 |  40 |  16 |   0 |1091 |  0 |2967 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.93/43.18	c  43.2s|286400 | 64589 |538103 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2967 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
42.93/43.19	c  43.2s|286500 | 64605 |538272 |   1.9 |    46M |  35 |  40 |  16 |   0 |1091 |  0 |2967 | 197 | 0.000000e+00 |      --      |    Inf |   0.55%
43.02/43.20	c  43.2s|286600 | 64607 |538451 |   1.9 |    46M |  35 |  40 |  16 |   0 |1091 |  0 |2968 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.02/43.22	c  43.2s|286700 | 64621 |538658 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  0 |2969 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.02/43.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
43.02/43.23	c  43.2s|286800 | 64639 |538867 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2971 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.02/43.24	c  43.2s|286900 | 64637 |539036 |   1.9 |    46M |  35 |  40 |  16 |   7 |1091 |  1 |2973 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.02/43.25	c  43.2s|287000 | 64653 |539196 |   1.9 |    46M |  35 |  40 |  16 |   0 |1091 |  0 |2975 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.02/43.27	c  43.3s|287100 | 64673 |539371 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  1 |2976 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.02/43.28	c  43.3s|287200 | 64675 |539546 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  1 |2980 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.02/43.29	c  43.3s|287300 | 64673 |539692 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  1 |2980 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.12/43.31	c  43.3s|287400 | 64677 |539842 |   1.9 |    47M |  35 |  40 |  16 |   0 |1091 |  0 |2980 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.12/43.32	c  43.3s|287500 | 64697 |540027 |   1.9 |    47M |  35 |  40 |  16 |   8 |1091 |  1 |2982 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.12/43.33	c  43.3s|287600 | 64703 |540150 |   1.9 |    47M |  35 |  40 |  16 |   5 |1091 |  1 |2982 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.12/43.35	c  43.3s|287700 | 64733 |540376 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  0 |2985 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.12/43.37	c  43.4s|287800 | 64785 |540618 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  1 |2988 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.12/43.38	c  43.4s|287900 | 64819 |540804 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  0 |2988 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.12/43.39	c  43.4s|288000 | 64829 |540971 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  0 |2988 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.22/43.41	c  43.4s|288100 | 64861 |541169 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  0 |2988 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.22/43.42	c  43.4s|288200 | 64863 |541360 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  1 |2990 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.22/43.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
43.22/43.43	c  43.4s|288300 | 64897 |541541 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  1 |2991 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.22/43.45	c  43.4s|288400 | 64937 |541743 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  1 |2992 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.22/43.46	c  43.4s|288500 | 64945 |541927 |   1.9 |    47M |  35 |  40 |  16 |   0 |1091 |  0 |2992 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.22/43.47	c  43.5s|288600 | 64961 |542090 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  1 |2992 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.22/43.49	c  43.5s|288700 | 64975 |542243 |   1.9 |    47M |  35 |  40 |  16 |   6 |1091 |  1 |2996 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.32/43.50	c  43.5s|288800 | 64985 |542398 |   1.9 |    47M |  35 |  40 |  16 |   8 |1091 |  1 |3000 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.32/43.51	c  43.5s|288900 | 65003 |542566 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  1 |3001 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.32/43.53	c  43.5s|289000 | 65009 |542760 |   1.9 |    47M |  35 |  40 |  16 |   6 |1091 |  1 |3006 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.32/43.54	c  43.5s|289100 | 65039 |542943 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  1 |3008 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.32/43.55	c  43.5s|289200 | 65043 |543093 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  1 |3009 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.32/43.56	c  43.5s|289300 | 65053 |543293 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  1 |3009 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.32/43.58	c  43.6s|289400 | 65055 |543463 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  1 |3009 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.32/43.59	c  43.6s|289500 | 65087 |543650 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  1 |3011 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.41/43.60	c  43.6s|289600 | 65109 |543808 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  0 |3012 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.41/43.61	c  43.6s|289700 | 65113 |543964 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  1 |3013 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.41/43.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
43.41/43.63	c  43.6s|289800 | 65135 |544153 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  1 |3013 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.41/43.64	c  43.6s|289900 | 65161 |544308 |   1.9 |    47M |  35 |  40 |  16 |   0 |1091 |  0 |3013 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.41/43.66	c  43.6s|290000 | 65177 |544438 |   1.9 |    47M |  35 |  40 |  16 |   0 |1091 |  0 |3013 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.41/43.67	c  43.7s|290100 | 65183 |544600 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  0 |3013 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.41/43.68	c  43.7s|290200 | 65201 |544810 |   1.9 |    47M |  35 |  40 |  16 |   9 |1091 |  1 |3016 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.41/43.69	c  43.7s|290300 | 65215 |544968 |   1.9 |    47M |  35 |  40 |  16 |   0 |1091 |  0 |3016 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.51/43.71	c  43.7s|290400 | 65231 |545122 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  1 |3016 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.51/43.72	c  43.7s|290500 | 65225 |545275 |   1.9 |    47M |  35 |  40 |  16 |   8 |1091 |  0 |3017 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.51/43.74	c  43.7s|290600 | 65243 |545468 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  0 |3017 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.51/43.75	c  43.7s|290700 | 65255 |545624 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  1 |3017 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.51/43.76	c  43.7s|290800 | 65261 |545768 |   1.9 |    47M |  35 |  40 |  16 |   6 |1091 |  0 |3018 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.51/43.78	c  43.8s|290900 | 65267 |545929 |   1.9 |    47M |  35 |  40 |  16 |   6 |1091 |  1 |3021 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.51/43.79	c  43.8s|291000 | 65263 |546057 |   1.9 |    47M |  35 |  40 |  16 |   0 |1091 |  0 |3021 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.61/43.80	c  43.8s|291100 | 65277 |546222 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  0 |3021 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.61/43.82	c  43.8s|291200 | 65313 |546401 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  1 |3021 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.61/43.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
43.61/43.83	c  43.8s|291300 | 65317 |546531 |   1.9 |    47M |  35 |  40 |  16 |   0 |1091 |  0 |3021 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.61/43.85	c  43.8s|291400 | 65341 |546743 |   1.9 |    47M |  35 |  40 |  16 |   6 |1091 |  1 |3021 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.61/43.86	c  43.8s|291500 | 65347 |546862 |   1.9 |    47M |  35 |  40 |  16 |   8 |1091 |  1 |3021 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.61/43.87	c  43.9s|291600 | 65353 |547054 |   1.9 |    47M |  35 |  40 |  16 |   0 |1091 |  0 |3022 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.61/43.89	c  43.9s|291700 | 65363 |547206 |   1.9 |    47M |  35 |  40 |  16 |   6 |1091 |  1 |3022 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.71/43.90	c  43.9s|291800 | 65373 |547378 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  0 |3022 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.71/43.91	c  43.9s|291900 | 65416 |547570 |   1.9 |    47M |  35 |  40 |  16 |   8 |1091 |  1 |3023 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.71/43.93	c  43.9s|292000 | 65428 |547733 |   1.9 |    47M |  35 |  40 |  16 |   0 |1091 |  0 |3023 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.71/43.94	c  43.9s|292100 | 65446 |547885 |   1.9 |    47M |  35 |  40 |  16 |   8 |1091 |  1 |3023 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.71/43.96	c  43.9s|292200 | 65448 |548035 |   1.9 |    47M |  35 |  40 |  16 |   7 |1091 |  0 |3023 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.71/43.97	c  44.0s|292300 | 65476 |548258 |   1.9 |    47M |  35 |  40 |  16 |   0 |1096 |  0 |3026 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.71/43.98	c  44.0s|292400 | 65490 |548438 |   1.9 |    47M |  35 |  40 |  16 |   9 |1096 |  1 |3030 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.71/44.00	c  44.0s|292500 | 65514 |548671 |   1.9 |    47M |  35 |  40 |  16 |   9 |1096 |  0 |3033 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.82/44.01	c  44.0s|292600 | 65517 |548832 |   1.9 |    47M |  35 |  40 |  16 |   9 |1096 |  1 |3035 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.82/44.03	c  44.0s|292700 | 65543 |549031 |   1.9 |    47M |  35 |  40 |  16 |   9 |1096 |  0 |3037 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.82/44.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
43.82/44.04	c  44.0s|292800 | 65567 |549197 |   1.9 |    47M |  35 |  40 |  16 |   9 |1096 |  1 |3038 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.82/44.05	c  44.0s|292900 | 65591 |549371 |   1.9 |    47M |  35 |  40 |  16 |   9 |1096 |  1 |3043 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.82/44.07	c  44.1s|293000 | 65619 |549532 |   1.9 |    47M |  35 |  40 |  16 |   9 |1096 |  0 |3043 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.82/44.08	c  44.1s|293100 | 65613 |549665 |   1.9 |    47M |  35 |  40 |  16 |   9 |1096 |  0 |3043 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.82/44.09	c  44.1s|293200 | 65647 |549849 |   1.9 |    47M |  35 |  40 |  16 |   9 |1096 |  1 |3044 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.82/44.11	c  44.1s|293300 | 65669 |550041 |   1.9 |    47M |  35 |  40 |  16 |   9 |1096 |  1 |3049 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.92/44.12	c  44.1s|293400 | 65687 |550254 |   1.9 |    47M |  35 |  40 |  16 |   9 |1096 |  1 |3052 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.92/44.13	c  44.1s|293500 | 65699 |550424 |   1.9 |    47M |  35 |  40 |  16 |   0 |1096 |  0 |3053 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.92/44.14	c  44.1s|293600 | 65721 |550630 |   1.9 |    47M |  35 |  40 |  16 |   9 |1096 |  0 |3055 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.92/44.16	c  44.1s|293700 | 65739 |550795 |   1.9 |    47M |  35 |  40 |  16 |   9 |1096 |  1 |3056 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.92/44.17	c  44.2s|293800 | 65749 |550930 |   1.9 |    47M |  35 |  40 |  16 |   0 |1096 |  0 |3057 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.92/44.18	c  44.2s|293900 | 65759 |551116 |   1.9 |    47M |  35 |  40 |  16 |   9 |1096 |  1 |3058 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
43.92/44.19	c  44.2s|294000 | 65757 |551289 |   1.9 |    47M |  35 |  40 |  16 |   7 |1096 |  1 |3058 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
44.01/44.21	c  44.2s|294100 | 65781 |551515 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3058 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
44.01/44.22	c  44.2s|294200 | 65811 |551694 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3059 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
44.01/44.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
44.01/44.24	c  44.2s|294300 | 65819 |551866 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3061 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
44.01/44.25	c  44.2s|294400 | 65883 |552116 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3065 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
44.01/44.27	c  44.3s|294500 | 65911 |552317 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3065 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
44.01/44.28	c  44.3s|294600 | 65935 |552494 |   1.9 |    48M |  35 |  40 |  16 |   0 |1100 |  0 |3065 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
44.01/44.29	c  44.3s|294700 | 65947 |552637 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  0 |3066 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
44.11/44.31	c  44.3s|294800 | 65953 |552779 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3067 | 197 | 0.000000e+00 |      --      |    Inf |   0.56%
44.11/44.32	c  44.3s|294900 | 65971 |552946 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3069 | 202 | 0.000000e+00 |      --      |    Inf |   0.56%
44.11/44.33	c  44.3s|295000 | 65993 |553142 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3071 | 202 | 0.000000e+00 |      --      |    Inf |   0.56%
44.11/44.35	c  44.3s|295100 | 65995 |553304 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  0 |3072 | 202 | 0.000000e+00 |      --      |    Inf |   0.56%
44.11/44.36	c  44.3s|295200 | 66001 |553481 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3074 | 202 | 0.000000e+00 |      --      |    Inf |   0.56%
44.11/44.37	c  44.4s|295300 | 66015 |553679 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3075 | 202 | 0.000000e+00 |      --      |    Inf |   0.56%
44.11/44.39	c  44.4s|295400 | 66049 |553852 |   1.9 |    48M |  35 |  40 |  16 |   0 |1100 |  0 |3075 | 202 | 0.000000e+00 |      --      |    Inf |   0.56%
44.21/44.40	c  44.4s|295500 | 66059 |554009 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  0 |3077 | 202 | 0.000000e+00 |      --      |    Inf |   0.56%
44.21/44.41	c  44.4s|295600 | 66051 |554168 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3079 | 202 | 0.000000e+00 |      --      |    Inf |   0.56%
44.21/44.43	c  44.4s|295700 | 66111 |554415 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3081 | 202 | 0.000000e+00 |      --      |    Inf |   0.56%
44.21/44.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
44.21/44.45	c  44.4s|295800 | 66171 |554648 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3081 | 202 | 0.000000e+00 |      --      |    Inf |   0.56%
44.21/44.46	c  44.5s|295900 | 66197 |554843 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3081 | 202 | 0.000000e+00 |      --      |    Inf |   0.56%
44.21/44.48	c  44.5s|296000 | 66217 |554979 |   1.9 |    48M |  35 |  40 |  16 |   0 |1100 |  0 |3084 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.21/44.49	c  44.5s|296100 | 66225 |555132 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  0 |3084 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.31/44.51	c  44.5s|296200 | 66259 |555321 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3084 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.31/44.52	c  44.5s|296300 | 66297 |555523 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3085 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.31/44.54	c  44.5s|296400 | 66329 |555721 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  0 |3085 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.31/44.55	c  44.5s|296500 | 66337 |555900 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3086 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.31/44.57	c  44.6s|296600 | 66345 |556062 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3087 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.31/44.58	c  44.6s|296700 | 66377 |556255 |   1.9 |    48M |  35 |  40 |  16 |   0 |1100 |  0 |3087 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.41/44.60	c  44.6s|296800 | 66403 |556383 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3088 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.41/44.61	c  44.6s|296900 | 66403 |556547 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  0 |3089 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.41/44.62	c  44.6s|297000 | 66411 |556708 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3092 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.41/44.64	c  44.6s|297100 | 66429 |556844 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3092 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.41/44.65	c  44.6s|297200 | 66437 |556990 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3093 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.41/44.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
44.41/44.66	c  44.7s|297300 | 66447 |557169 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3094 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.41/44.68	c  44.7s|297400 | 66495 |557373 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3095 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.51/44.70	c  44.7s|297500 | 66535 |557525 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3095 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.51/44.71	c  44.7s|297600 | 66541 |557655 |   1.9 |    48M |  35 |  40 |  16 |   0 |1100 |  0 |3095 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.51/44.72	c  44.7s|297700 | 66527 |557800 |   1.9 |    48M |  35 |  40 |  16 |   0 |1100 |  0 |3095 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.51/44.73	c  44.7s|297800 | 66537 |557947 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3095 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.51/44.75	c  44.7s|297900 | 66541 |558079 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3096 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.51/44.76	c  44.7s|298000 | 66549 |558215 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3097 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.51/44.77	c  44.8s|298100 | 66549 |558375 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3097 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.51/44.79	c  44.8s|298200 | 66552 |558558 |   1.9 |    48M |  35 |  40 |  16 |   0 |1100 |  0 |3100 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.61/44.81	c  44.8s|298300 | 66588 |558763 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  0 |3100 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.61/44.82	c  44.8s|298400 | 66612 |558919 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3100 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.61/44.84	c  44.8s|298500 | 66622 |559062 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  0 |3100 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.61/44.85	c  44.8s|298600 | 66628 |559202 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3101 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.61/44.86	c  44.8s|298700 | 66636 |559340 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3101 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.61/44.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
44.61/44.87	c  44.9s|298800 | 66654 |559515 |   1.9 |    48M |  35 |  40 |  16 |   0 |1100 |  0 |3102 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.61/44.89	c  44.9s|298900 | 66654 |559696 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3102 | 202 | 0.000000e+00 |      --      |    Inf |   0.57%
44.71/44.90	c  44.9s|299000 | 66660 |559884 |   1.9 |    48M |  35 |  40 |  16 |   0 |1100 |  0 |3103 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
44.71/44.92	c  44.9s|299100 | 66672 |560041 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  0 |3103 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
44.71/44.93	c  44.9s|299200 | 66698 |560194 |   1.9 |    48M |  35 |  40 |  16 |   0 |1100 |  0 |3104 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
44.71/44.94	c  44.9s|299300 | 66726 |560350 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3104 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
44.71/44.96	c  44.9s|299400 | 66738 |560500 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3106 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
44.71/44.97	c  45.0s|299500 | 66740 |560664 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3107 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
44.71/44.98	c  45.0s|299600 | 66746 |560818 |   1.9 |    48M |  35 |  40 |  16 |   0 |1100 |  0 |3109 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
44.71/45.00	c  45.0s|299700 | 66764 |560996 |   1.9 |    48M |  35 |  40 |  16 |   8 |1100 |  1 |3109 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
44.82/45.01	c  45.0s|299800 | 66792 |561200 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  0 |3109 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
44.82/45.03	c  45.0s|299900 | 66844 |561437 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3111 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
44.82/45.04	c  45.0s|300000 | 66878 |561618 |   1.9 |    48M |  35 |  40 |  16 |   0 |1100 |  0 |3114 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
44.82/45.06	c  45.0s|300100 | 66918 |561826 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3114 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
44.82/45.07	c  45.1s|300200 | 66946 |562051 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  0 |3114 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
44.82/45.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
44.82/45.09	c  45.1s|300300 | 66966 |562235 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3116 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
44.82/45.10	c  45.1s|300400 | 66986 |562414 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  0 |3117 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
44.92/45.11	c  45.1s|300500 | 67005 |562571 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3118 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
44.92/45.13	c  45.1s|300600 | 67017 |562723 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3118 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
44.92/45.14	c  45.1s|300700 | 67033 |562927 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3119 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
44.92/45.15	c  45.1s|300800 | 67035 |563097 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3119 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
44.92/45.17	c  45.2s|300900 | 67045 |563259 |   1.9 |    48M |  35 |  40 |  16 |   0 |1100 |  0 |3119 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
44.92/45.18	c  45.2s|301000 | 67037 |563420 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  0 |3120 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
44.92/45.19	c  45.2s|301100 | 67054 |563569 |   1.9 |    48M |  35 |  40 |  16 |   0 |1100 |  0 |3121 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
45.01/45.20	c  45.2s|301200 | 67078 |563767 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3122 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
45.01/45.22	c  45.2s|301300 | 67100 |563925 |   1.9 |    48M |  35 |  40 |  16 |   0 |1100 |  0 |3123 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
45.01/45.23	c  45.2s|301400 | 67110 |564143 |   1.9 |    48M |  35 |  40 |  16 |   0 |1100 |  0 |3124 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
45.01/45.25	c  45.2s|301500 | 67124 |564326 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3125 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
45.01/45.26	c  45.2s|301600 | 67148 |564509 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3126 | 207 | 0.000000e+00 |      --      |    Inf |   0.57%
45.01/45.27	c  45.3s|301700 | 67152 |564665 |   1.9 |    48M |  35 |  40 |  16 |   8 |1100 |  1 |3126 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.01/45.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
45.01/45.28	c  45.3s|301800 | 67160 |564828 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3126 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.11/45.30	c  45.3s|301900 | 67188 |564997 |   1.9 |    48M |  35 |  40 |  16 |   0 |1100 |  0 |3128 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.11/45.31	c  45.3s|302000 | 67192 |565133 |   1.9 |    48M |  35 |  40 |  16 |   0 |1100 |  0 |3128 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.11/45.32	c  45.3s|302100 | 67194 |565280 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3128 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.11/45.34	c  45.3s|302200 | 67215 |565474 |   1.9 |    48M |  35 |  40 |  16 |   9 |1100 |  1 |3129 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.11/45.35	c  45.3s|302300 | 67219 |565620 |   1.9 |    48M |  35 |  40 |  16 |   0 |1100 |  0 |3129 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.11/45.37	c  45.4s|302400 | 67203 |565767 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3129 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.11/45.38	c  45.4s|302500 | 67215 |565928 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3134 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.21/45.40	c  45.4s|302600 | 67227 |566103 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  0 |3137 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.21/45.41	c  45.4s|302700 | 67229 |566292 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3140 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.21/45.43	c  45.4s|302800 | 67235 |566450 |   1.9 |    48M |  35 |  40 |  16 |   0 |1100 |  0 |3141 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.21/45.44	c  45.4s|302900 | 67243 |566655 |   1.9 |    48M |  35 |  40 |  16 |   9 |1100 |  0 |3141 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.21/45.45	c  45.4s|303000 | 67255 |566792 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3141 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.21/45.47	c  45.5s|303100 | 67279 |566942 |   1.9 |    48M |  35 |  40 |  16 |   9 |1100 |  1 |3142 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.21/45.48	c  45.5s|303200 | 67288 |567109 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3142 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.21/45.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
45.21/45.49	c  45.5s|303300 | 67320 |567299 |   1.9 |    48M |  35 |  40 |  16 |   0 |1100 |  0 |3144 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.31/45.51	c  45.5s|303400 | 67350 |567481 |   1.9 |    48M |  35 |  40 |  16 |   0 |1100 |  0 |3144 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.31/45.52	c  45.5s|303500 | 67358 |567613 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3145 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.31/45.54	c  45.5s|303600 | 67384 |567789 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3145 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.31/45.55	c  45.5s|303700 | 67400 |567939 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3145 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.31/45.56	c  45.5s|303800 | 67414 |568092 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3145 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.31/45.57	c  45.6s|303900 | 67418 |568271 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3146 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.31/45.59	c  45.6s|304000 | 67418 |568421 |   1.9 |    48M |  35 |  40 |  16 |   6 |1100 |  1 |3146 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.41/45.60	c  45.6s|304100 | 67430 |568588 |   1.9 |    48M |  35 |  40 |  16 |   0 |1100 |  0 |3147 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.41/45.61	c  45.6s|304200 | 67440 |568742 |   1.9 |    48M |  35 |  40 |  16 |   8 |1100 |  0 |3147 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.41/45.62	c  45.6s|304300 | 67452 |568906 |   1.9 |    48M |  35 |  40 |  16 |   0 |1100 |  0 |3148 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.41/45.64	c  45.6s|304400 | 67460 |569061 |   1.9 |    48M |  35 |  40 |  16 |   8 |1100 |  1 |3148 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.41/45.65	c  45.6s|304500 | 67486 |569316 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3149 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.41/45.67	c  45.7s|304600 | 67514 |569464 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3152 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.41/45.68	c  45.7s|304700 | 67540 |569688 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3152 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.41/45.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
45.41/45.69	c  45.7s|304800 | 67554 |569878 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3152 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.50/45.71	c  45.7s|304900 | 67578 |570097 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  0 |3159 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.50/45.72	c  45.7s|305000 | 67606 |570303 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3161 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.50/45.73	c  45.7s|305100 | 67618 |570485 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3163 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.50/45.75	c  45.7s|305200 | 67648 |570672 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3163 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.50/45.76	c  45.7s|305300 | 67682 |570859 |   1.9 |    48M |  35 |  40 |  16 |   0 |1100 |  0 |3164 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.50/45.78	c  45.8s|305400 | 67714 |571054 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  0 |3170 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.50/45.79	c  45.8s|305500 | 67740 |571261 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3172 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.60/45.80	c  45.8s|305600 | 67762 |571443 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3173 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.60/45.81	c  45.8s|305700 | 67782 |571599 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3173 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.60/45.83	c  45.8s|305800 | 67800 |571785 |   1.9 |    48M |  35 |  40 |  16 |   0 |1100 |  0 |3174 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.60/45.84	c  45.8s|305900 | 67814 |571933 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3175 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.60/45.85	c  45.8s|306000 | 67832 |572105 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3178 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.60/45.87	c  45.9s|306100 | 67858 |572303 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3180 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.60/45.88	c  45.9s|306200 | 67866 |572465 |   1.9 |    48M |  35 |  40 |  16 |   7 |1100 |  1 |3181 | 212 | 0.000000e+00 |      --      |    Inf |   0.57%
45.60/45.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows [...]

#
# trace file is too large. Trace was truncated at this point.
#

	c  3571s| 38908k|568517 | 61956k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.07%
3558.57/3571.32	c  3571s| 38908k|568531 | 61956k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.07%
3558.57/3571.33	c  3571s| 38908k|568531 | 61956k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.07%
3558.57/3571.33	c  3571s| 38908k|568521 | 61956k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.07%
3558.57/3571.34	c  3571s| 38908k|568515 | 61956k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.07%
3558.57/3571.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3558.57/3571.35	c  3571s| 38908k|568505 | 61956k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.07%
3558.57/3571.36	c  3571s| 38908k|568487 | 61957k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.07%
3558.57/3571.37	c  3571s| 38909k|568484 | 61957k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.07%
3558.57/3571.38	c  3571s| 38909k|568484 | 61957k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.07%
3558.57/3571.39	c  3571s| 38909k|568474 | 61957k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.07%
3558.57/3571.39	c  3571s| 38909k|568466 | 61957k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.07%
3558.67/3571.40	c  3571s| 38909k|568466 | 61957k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.07%
3558.67/3571.41	c  3571s| 38909k|568446 | 61957k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.07%
3558.67/3571.42	c  3571s| 38909k|568428 | 61958k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.07%
3558.67/3571.43	c  3571s| 38909k|568432 | 61958k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.07%
3558.67/3571.44	c  3571s| 38909k|568426 | 61958k|   1.6 |   698M |  35 |  40 |  19 |   9 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.07%
3558.67/3571.45	c  3571s| 38909k|568421 | 61958k|   1.6 |   698M |  35 |  40 |  19 |   5 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.07%
3558.67/3571.46	c  3571s| 38910k|568400 | 61958k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.07%
3558.67/3571.47	c  3571s| 38910k|568414 | 61958k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.07%
3558.67/3571.48	c  3571s| 38910k|568418 | 61958k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.07%
3558.67/3571.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3558.67/3571.49	c  3571s| 38910k|568424 | 61958k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.07%
3558.67/3571.49	c  3571s| 38910k|568424 | 61959k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.77/3571.50	c  3571s| 38910k|568412 | 61959k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.77/3571.51	c  3571s| 38910k|568410 | 61959k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.77/3571.52	c  3572s| 38910k|568400 | 61959k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.77/3571.53	c  3572s| 38910k|568386 | 61959k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.77/3571.54	c  3572s| 38910k|568384 | 61959k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.77/3571.55	c  3572s| 38911k|568373 | 61959k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.77/3571.55	c  3572s| 38911k|568372 | 61959k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.77/3571.56	c  3572s| 38911k|568390 | 61960k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.77/3571.57	c  3572s| 38911k|568398 | 61960k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.77/3571.58	c  3572s| 38911k|568416 | 61960k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.77/3571.59	c  3572s| 38911k|568422 | 61960k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.87/3571.60	c  3572s| 38911k|568410 | 61960k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.87/3571.61	c  3572s| 38911k|568406 | 61960k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.87/3571.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3558.87/3571.61	c  3572s| 38911k|568402 | 61960k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.87/3571.62	c  3572s| 38911k|568386 | 61961k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.87/3571.63	c  3572s| 38912k|568352 | 61961k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.87/3571.64	c  3572s| 38912k|568358 | 61961k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.87/3571.65	c  3572s| 38912k|568352 | 61961k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.87/3571.65	c  3572s| 38912k|568334 | 61961k|   1.6 |   698M |  35 |  40 |  19 |   5 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.87/3571.66	c  3572s| 38912k|568330 | 61961k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.87/3571.67	c  3572s| 38912k|568312 | 61961k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.87/3571.68	c  3572s| 38912k|568298 | 61961k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.87/3571.69	c  3572s| 38912k|568332 | 61962k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.98/3571.70	c  3572s| 38912k|568336 | 61962k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.98/3571.71	c  3572s| 38912k|568344 | 61962k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.98/3571.72	c  3572s| 38913k|568346 | 61962k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.98/3571.73	c  3572s| 38913k|568346 | 61962k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.98/3571.73	c  3572s| 38913k|568335 | 61962k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.98/3571.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3558.98/3571.74	c  3572s| 38913k|568333 | 61962k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.98/3571.75	c  3572s| 38913k|568335 | 61963k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.98/3571.76	c  3572s| 38913k|568333 | 61963k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.98/3571.77	c  3572s| 38913k|568335 | 61963k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.98/3571.78	c  3572s| 38913k|568327 | 61963k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.98/3571.78	c  3572s| 38913k|568325 | 61963k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3558.98/3571.79	c  3572s| 38913k|568312 | 61963k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3559.08/3571.80	c  3572s| 38914k|568303 | 61963k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3559.08/3571.81	c  3572s| 38914k|568293 | 61963k|   1.6 |   698M |  35 |  40 |  19 |  10 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3559.08/3571.82	c  3572s| 38914k|568289 | 61964k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3559.08/3571.83	c  3572s| 38914k|568283 | 61964k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3559.08/3571.84	c  3572s| 38914k|568268 | 61964k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3559.08/3571.85	c  3572s| 38914k|568314 | 61964k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3559.08/3571.86	c  3572s| 38914k|568316 | 61964k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3559.08/3571.87	c  3572s| 38914k|568340 | 61964k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3559.08/3571.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3559.08/3571.88	c  3572s| 38914k|568350 | 61965k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3559.08/3571.89	c  3572s| 38914k|568376 | 61965k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3559.08/3571.89	c  3572s| 38915k|568364 | 61965k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3559.17/3571.90	c  3572s| 38915k|568364 | 61965k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.08%
3559.17/3571.91	c  3572s| 38915k|568352 | 61965k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.17/3571.92	c  3572s| 38915k|568344 | 61965k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.17/3571.93	c  3572s| 38915k|568346 | 61965k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.17/3571.94	c  3572s| 38915k|568348 | 61966k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.17/3571.95	c  3572s| 38915k|568348 | 61966k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.17/3571.96	c  3572s| 38915k|568345 | 61966k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.17/3571.96	c  3572s| 38915k|568341 | 61966k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.17/3571.97	c  3572s| 38915k|568339 | 61966k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.17/3571.98	c  3572s| 38916k|568343 | 61966k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.17/3571.99	c  3572s| 38916k|568329 | 61966k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.17/3572.00	c  3572s| 38916k|568317 | 61967k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.17/3572.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3559.17/3572.01	c  3572s| 38916k|568316 | 61967k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.29/3572.01	c  3572s| 38916k|568300 | 61967k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.29/3572.02	c  3572s| 38916k|568296 | 61967k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.29/3572.03	c  3572s| 38916k|568282 | 61967k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.29/3572.04	c  3572s| 38916k|568300 | 61967k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.29/3572.05	c  3572s| 38916k|568300 | 61967k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.29/3572.06	c  3572s| 38916k|568302 | 61968k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.29/3572.07	c  3572s| 38917k|568304 | 61968k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.29/3572.08	c  3572s| 38917k|568314 | 61968k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.29/3572.08	c  3572s| 38917k|568300 | 61968k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.29/3572.09	c  3572s| 38917k|568288 | 61968k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.29/3572.10	c  3572s| 38917k|568292 | 61968k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.39/3572.11	c  3572s| 38917k|568266 | 61968k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.39/3572.12	c  3572s| 38917k|568254 | 61968k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.39/3572.13	c  3572s| 38917k|568257 | 61969k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.39/3572.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3559.39/3572.14	c  3572s| 38917k|568263 | 61969k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.39/3572.14	c  3572s| 38917k|568247 | 61969k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.39/3572.15	c  3572s| 38918k|568244 | 61969k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.39/3572.16	c  3572s| 38918k|568258 | 61969k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.39/3572.17	c  3572s| 38918k|568272 | 61969k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.39/3572.18	c  3572s| 38918k|568284 | 61969k|   1.6 |   698M |  35 |  40 |  19 |   9 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.39/3572.19	c  3572s| 38918k|568282 | 61970k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.47/3572.20	c  3572s| 38918k|568286 | 61970k|   1.6 |   698M |  35 |  40 |  19 |   9 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.47/3572.21	c  3572s| 38918k|568282 | 61970k|   1.6 |   698M |  35 |  40 |  19 |   9 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.47/3572.22	c  3572s| 38918k|568288 | 61970k|   1.6 |   698M |  35 |  40 |  19 |   9 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.47/3572.23	c  3572s| 38918k|568298 | 61970k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.47/3572.24	c  3572s| 38918k|568314 | 61970k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.47/3572.24	c  3572s| 38919k|568310 | 61970k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.47/3572.25	c  3572s| 38919k|568302 | 61971k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.47/3572.26	c  3572s| 38919k|568298 | 61971k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.47/3572.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3559.47/3572.27	c  3572s| 38919k|568284 | 61971k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.47/3572.28	c  3572s| 38919k|568302 | 61971k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.47/3572.29	c  3572s| 38919k|568310 | 61971k|   1.6 |   698M |  35 |  40 |  19 |   9 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.47/3572.29	c  3572s| 38919k|568306 | 61971k|   1.6 |   698M |  35 |  40 |  19 |   9 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.57/3572.30	c  3572s| 38919k|568300 | 61971k|   1.6 |   698M |  35 |  40 |  19 |   9 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.57/3572.31	c  3572s| 38919k|568290 | 61971k|   1.6 |   698M |  35 |  40 |  19 |   9 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.57/3572.32	c  3572s| 38919k|568272 | 61972k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.57/3572.33	c  3572s| 38920k|568259 | 61972k|   1.6 |   698M |  35 |  40 |  19 |   9 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.57/3572.33	c  3572s| 38920k|568255 | 61972k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.57/3572.34	c  3572s| 38920k|568265 | 61972k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.57/3572.35	c  3572s| 38920k|568257 | 61972k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.57/3572.36	c  3572s| 38920k|568245 | 61972k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.57/3572.37	c  3572s| 38920k|568242 | 61972k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.57/3572.37	c  3572s| 38920k|568229 | 61973k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.57/3572.38	c  3572s| 38920k|568223 | 61973k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.57/3572.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3559.57/3572.39	c  3572s| 38920k|568209 | 61973k|   1.6 |   698M |  35 |  40 |  19 |   9 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.67/3572.40	c  3572s| 38920k|568192 | 61973k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.67/3572.41	c  3572s| 38921k|568179 | 61973k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.67/3572.42	c  3572s| 38921k|568167 | 61973k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.67/3572.43	c  3572s| 38921k|568153 | 61973k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.67/3572.44	c  3572s| 38921k|568179 | 61974k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.67/3572.46	c  3572s| 38921k|568205 | 61974k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.67/3572.46	c  3572s| 38921k|568213 | 61974k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.67/3572.47	c  3572s| 38921k|568227 | 61974k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.67/3572.48	c  3572s| 38921k|568231 | 61974k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.67/3572.49	c  3572s| 38921k|568239 | 61974k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.77/3572.50	c  3572s| 38921k|568241 | 61975k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.77/3572.51	c  3572s| 38922k|568243 | 61975k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.77/3572.52	c  3573s| 38922k|568230 | 61975k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.77/3572.53	c  3573s| 38922k|568212 | 61975k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.77/3572.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3559.77/3572.54	c  3573s| 38922k|568208 | 61975k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.09%
3559.77/3572.55	c  3573s| 38922k|568175 | 61975k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3559.77/3572.55	c  3573s| 38922k|568177 | 61975k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3559.77/3572.56	c  3573s| 38922k|568177 | 61976k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3559.77/3572.57	c  3573s| 38922k|568183 | 61976k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3559.77/3572.58	c  3573s| 38922k|568181 | 61976k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3559.77/3572.59	c  3573s| 38922k|568175 | 61976k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3559.77/3572.60	c  3573s| 38923k|568161 | 61976k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3559.87/3572.60	c  3573s| 38923k|568159 | 61976k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3559.87/3572.61	c  3573s| 38923k|568167 | 61976k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3559.87/3572.62	c  3573s| 38923k|568151 | 61977k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3559.87/3572.63	c  3573s| 38923k|568124 | 61977k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3559.87/3572.64	c  3573s| 38923k|568123 | 61977k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3559.87/3572.65	c  3573s| 38923k|568117 | 61977k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3559.87/3572.66	c  3573s| 38923k|568094 | 61977k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3559.87/3572.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3559.87/3572.67	c  3573s| 38923k|568095 | 61977k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3559.87/3572.68	c  3573s| 38923k|568079 | 61977k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3559.87/3572.69	c  3573s| 38924k|568081 | 61978k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3559.97/3572.70	c  3573s| 38924k|568075 | 61978k|   1.6 |   698M |  35 |  40 |  19 |   9 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3559.97/3572.71	c  3573s| 38924k|568071 | 61978k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3559.97/3572.72	c  3573s| 38924k|568067 | 61978k|   1.6 |   698M |  35 |  40 |  19 |   9 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3559.97/3572.73	c  3573s| 38924k|568061 | 61978k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3559.97/3572.73	c  3573s| 38924k|568055 | 61978k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3559.97/3572.74	c  3573s| 38924k|568049 | 61978k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3559.97/3572.75	c  3573s| 38924k|568071 | 61979k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3559.97/3572.77	c  3573s| 38924k|568115 | 61979k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3559.97/3572.78	c  3573s| 38924k|568139 | 61979k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3559.97/3572.79	c  3573s| 38925k|568163 | 61979k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.07/3572.80	c  3573s| 38925k|568183 | 61979k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.07/3572.81	c  3573s| 38925k|568195 | 61980k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.07/3572.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3560.07/3572.82	c  3573s| 38925k|568195 | 61980k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.07/3572.82	c  3573s| 38925k|568193 | 61980k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.07/3572.84	c  3573s| 38925k|568211 | 61980k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.07/3572.84	c  3573s| 38925k|568219 | 61980k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.07/3572.85	c  3573s| 38925k|568231 | 61980k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.07/3572.86	c  3573s| 38925k|568245 | 61980k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.07/3572.87	c  3573s| 38925k|568237 | 61981k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.07/3572.88	c  3573s| 38926k|568225 | 61981k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.07/3572.89	c  3573s| 38926k|568227 | 61981k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.07/3572.89	c  3573s| 38926k|568228 | 61981k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.17/3572.90	c  3573s| 38926k|568234 | 61981k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.17/3572.91	c  3573s| 38926k|568236 | 61981k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.17/3572.92	c  3573s| 38926k|568234 | 61981k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.17/3572.92	c  3573s| 38926k|568228 | 61982k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.17/3572.93	c  3573s| 38926k|568210 | 61982k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.17/3572.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3560.17/3572.94	c  3573s| 38926k|568204 | 61982k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.17/3572.95	c  3573s| 38926k|568192 | 61982k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.17/3572.95	c  3573s| 38927k|568184 | 61982k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.17/3572.96	c  3573s| 38927k|568164 | 61982k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.17/3572.97	c  3573s| 38927k|568149 | 61982k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.17/3572.98	c  3573s| 38927k|568136 | 61982k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.17/3572.99	c  3573s| 38927k|568119 | 61983k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.17/3572.99	c  3573s| 38927k|568121 | 61983k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.17/3573.00	c  3573s| 38927k|568115 | 61983k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.28/3573.01	c  3573s| 38927k|568123 | 61983k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.28/3573.02	c  3573s| 38927k|568115 | 61983k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.28/3573.03	c  3573s| 38927k|568100 | 61983k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.28/3573.04	c  3573s| 38928k|568078 | 61983k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.28/3573.04	c  3573s| 38928k|568094 | 61984k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.28/3573.05	c  3573s| 38928k|568106 | 61984k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.28/3573.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3560.28/3573.06	c  3573s| 38928k|568102 | 61984k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.28/3573.07	c  3573s| 38928k|568095 | 61984k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.28/3573.08	c  3573s| 38928k|568088 | 61984k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.28/3573.09	c  3573s| 38928k|568090 | 61984k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.28/3573.10	c  3573s| 38928k|568098 | 61984k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.38/3573.11	c  3573s| 38928k|568067 | 61985k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.38/3573.12	c  3573s| 38928k|568065 | 61985k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.38/3573.13	c  3573s| 38929k|568049 | 61985k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.38/3573.14	c  3573s| 38929k|568049 | 61985k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.38/3573.15	c  3573s| 38929k|568057 | 61985k|   1.6 |   698M |  35 |  40 |  19 |   5 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.38/3573.16	c  3573s| 38929k|568069 | 61985k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.38/3573.17	c  3573s| 38929k|568065 | 61986k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.38/3573.18	c  3573s| 38929k|568051 | 61986k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.38/3573.18	c  3573s| 38929k|568047 | 61986k|   1.6 |   698M |  35 |  40 |  19 |   5 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.38/3573.19	c  3573s| 38929k|568041 | 61986k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.47/3573.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3560.47/3573.20	c  3573s| 38929k|568063 | 61986k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.47/3573.21	c  3573s| 38929k|568061 | 61986k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.47/3573.22	c  3573s| 38930k|568047 | 61986k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.47/3573.23	c  3573s| 38930k|568033 | 61987k|   1.6 |   698M |  35 |  40 |  19 |   5 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.10%
3560.47/3573.24	c  3573s| 38930k|568031 | 61987k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.47/3573.25	c  3573s| 38930k|568040 | 61987k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.47/3573.25	c  3573s| 38930k|568024 | 61987k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  1 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.47/3573.26	c  3573s| 38930k|568019 | 61987k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 321k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.47/3573.28	c  3573s| 38930k|568007 | 61987k|   1.6 |   698M |  35 |  40 |  19 |  11 |4126 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.47/3573.29	c  3573s| 38930k|568000 | 61987k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.47/3573.29	c  3573s| 38930k|567981 | 61988k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.57/3573.30	c  3573s| 38930k|567979 | 61988k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.57/3573.31	c  3573s| 38931k|567987 | 61988k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.57/3573.32	c  3573s| 38931k|568003 | 61988k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.57/3573.33	c  3573s| 38931k|567993 | 61988k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.57/3573.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3560.57/3573.34	c  3573s| 38931k|567969 | 61988k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.57/3573.34	c  3573s| 38931k|567963 | 61988k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.57/3573.35	c  3573s| 38931k|567976 | 61989k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.57/3573.37	c  3573s| 38931k|568006 | 61989k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.57/3573.38	c  3573s| 38931k|568009 | 61989k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.57/3573.38	c  3573s| 38931k|568003 | 61989k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.57/3573.39	c  3573s| 38931k|568006 | 61989k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.67/3573.40	c  3573s| 38932k|568006 | 61989k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.67/3573.41	c  3573s| 38932k|568010 | 61989k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.67/3573.42	c  3573s| 38932k|568002 | 61990k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.67/3573.42	c  3573s| 38932k|567994 | 61990k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.67/3573.43	c  3573s| 38932k|568003 | 61990k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.67/3573.44	c  3573s| 38932k|567997 | 61990k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.67/3573.45	c  3573s| 38932k|567997 | 61990k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.67/3573.46	c  3573s| 38932k|567983 | 61990k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.67/3573.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3560.67/3573.47	c  3573s| 38932k|567980 | 61990k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.67/3573.48	c  3573s| 38932k|567976 | 61991k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.67/3573.49	c  3573s| 38933k|567968 | 61991k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.67/3573.49	c  3573s| 38933k|567968 | 61991k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.77/3573.50	c  3573s| 38933k|567956 | 61991k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.77/3573.51	c  3573s| 38933k|567966 | 61991k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.77/3573.52	c  3574s| 38933k|567962 | 61991k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.77/3573.53	c  3574s| 38933k|567990 | 61991k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.77/3573.54	c  3574s| 38933k|567974 | 61992k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.77/3573.55	c  3574s| 38933k|567972 | 61992k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.77/3573.56	c  3574s| 38933k|567986 | 61992k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.77/3573.57	c  3574s| 38933k|567990 | 61992k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.77/3573.57	c  3574s| 38934k|567990 | 61992k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.77/3573.58	c  3574s| 38934k|567980 | 61992k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.77/3573.59	c  3574s| 38934k|567972 | 61992k|   1.6 |   698M |  35 |  40 |  19 |   7 |4126 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.87/3573.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3560.87/3573.60	c  3574s| 38934k|568004 | 61992k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.87/3573.62	c  3574s| 38934k|568014 | 61993k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.87/3573.62	c  3574s| 38934k|568013 | 61993k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.87/3573.63	c  3574s| 38934k|568004 | 61993k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.87/3573.64	c  3574s| 38934k|568003 | 61993k|   1.6 |   698M |  35 |  40 |  19 |   8 |4126 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.87/3573.65	c  3574s| 38934k|567985 | 61993k|   1.6 |   698M |  35 |  40 |  19 |   0 |4126 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.87/3573.66	c  3574s| 38934k|567974 | 61993k|   1.6 |   698M |  35 |  40 |  19 |   6 |4126 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.87/3573.68	c  3574s| 38935k|567986 | 61994k|   1.6 |   698M |  35 |  40 |  19 |   6 |4141 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.87/3573.69	c  3574s| 38935k|568050 | 61994k|   1.6 |   698M |  35 |  40 |  19 |   6 |4141 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.97/3573.71	c  3574s| 38935k|568096 | 61994k|   1.6 |   698M |  35 |  40 |  19 |   9 |4145 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.97/3573.72	c  3574s| 38935k|568132 | 61994k|   1.6 |   698M |  35 |  40 |  19 |   6 |4146 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.97/3573.73	c  3574s| 38935k|568164 | 61995k|   1.6 |   698M |  35 |  40 |  19 |   0 |4149 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.97/3573.74	c  3574s| 38935k|568216 | 61995k|   1.6 |   698M |  35 |  40 |  19 |   0 |4149 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.97/3573.76	c  3574s| 38935k|568238 | 61995k|   1.6 |   698M |  35 |  40 |  19 |   6 |4149 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.11%
3560.97/3573.77	c  3574s| 38935k|568269 | 61995k|   1.6 |   698M |  35 |  40 |  19 |   6 |4149 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.12%
3560.97/3573.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3560.97/3573.78	c  3574s| 38935k|568303 | 61995k|   1.6 |   698M |  35 |  40 |  19 |   7 |4149 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.12%
3561.07/3573.80	c  3574s| 38935k|568341 | 61996k|   1.6 |   698M |  35 |  40 |  19 |   9 |4149 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.12%
3561.07/3573.81	c  3574s| 38936k|568365 | 61996k|   1.6 |   698M |  35 |  40 |  19 |   6 |4149 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.12%
3561.07/3573.82	c  3574s| 38936k|568415 | 61996k|   1.6 |   698M |  35 |  40 |  19 |   6 |4149 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.12%
3561.07/3573.83	c  3574s| 38936k|568445 | 61996k|   1.6 |   698M |  35 |  40 |  19 |   6 |4149 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.12%
3561.07/3573.84	c  3574s| 38936k|568457 | 61996k|   1.6 |   698M |  35 |  40 |  19 |   0 |4149 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.12%
3561.07/3573.85	c  3574s| 38936k|568473 | 61997k|   1.6 |   698M |  35 |  40 |  19 |   7 |4149 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.12%
3561.07/3573.86	c  3574s| 38936k|568485 | 61997k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.12%
3561.07/3573.87	c  3574s| 38936k|568493 | 61997k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.12%
3561.07/3573.88	c  3574s| 38936k|568501 | 61997k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.12%
3561.07/3573.89	c  3574s| 38936k|568505 | 61997k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.12%
3561.17/3573.90	c  3574s| 38936k|568500 | 61997k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.12%
3561.17/3573.91	c  3574s| 38937k|568532 | 61997k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.12%
3561.17/3573.92	c  3574s| 38937k|568542 | 61998k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.12%
3561.17/3573.93	c  3574s| 38937k|568568 | 61998k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.12%
3561.17/3573.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3561.17/3573.94	c  3574s| 38937k|568578 | 61998k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.12%
3561.17/3573.95	c  3574s| 38937k|568586 | 61998k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.12%
3561.17/3573.96	c  3574s| 38937k|568594 | 61998k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.12%
3561.17/3573.97	c  3574s| 38937k|568599 | 61998k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.12%
3561.17/3573.98	c  3574s| 38937k|568607 | 61999k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.12%
3561.17/3573.99	c  3574s| 38937k|568637 | 61999k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.12%
3561.17/3574.00	c  3574s| 38937k|568651 | 61999k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.12%
3561.28/3574.01	c  3574s| 38938k|568677 | 61999k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.28/3574.02	c  3574s| 38938k|568685 | 61999k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.28/3574.03	c  3574s| 38938k|568695 | 61999k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.28/3574.04	c  3574s| 38938k|568707 | 61999k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.28/3574.05	c  3574s| 38938k|568701 | 62000k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.28/3574.06	c  3574s| 38938k|568705 | 62000k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.28/3574.07	c  3574s| 38938k|568711 | 62000k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.28/3574.08	c  3574s| 38938k|568735 | 62000k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.28/3574.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3561.28/3574.09	c  3574s| 38938k|568729 | 62000k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.28/3574.10	c  3574s| 38938k|568737 | 62000k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.38/3574.11	c  3574s| 38939k|568761 | 62001k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.38/3574.12	c  3574s| 38939k|568763 | 62001k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.38/3574.13	c  3574s| 38939k|568789 | 62001k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.38/3574.14	c  3574s| 38939k|568781 | 62001k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.38/3574.15	c  3574s| 38939k|568775 | 62001k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.38/3574.16	c  3574s| 38939k|568798 | 62001k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.38/3574.17	c  3574s| 38939k|568806 | 62002k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.38/3574.18	c  3574s| 38939k|568808 | 62002k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.38/3574.19	c  3574s| 38939k|568818 | 62002k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.38/3574.19	c  3574s| 38939k|568822 | 62002k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.47/3574.20	c  3574s| 38940k|568824 | 62002k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.47/3574.21	c  3574s| 38940k|568832 | 62002k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.47/3574.22	c  3574s| 38940k|568834 | 62002k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.47/3574.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3561.47/3574.23	c  3574s| 38940k|568838 | 62003k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.47/3574.24	c  3574s| 38940k|568844 | 62003k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.47/3574.25	c  3574s| 38940k|568862 | 62003k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.47/3574.26	c  3574s| 38940k|568854 | 62003k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.47/3574.27	c  3574s| 38940k|568864 | 62003k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.47/3574.27	c  3574s| 38940k|568868 | 62003k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.47/3574.28	c  3574s| 38940k|568886 | 62003k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.47/3574.29	c  3574s| 38941k|568896 | 62004k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.56/3574.30	c  3574s| 38941k|568914 | 62004k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.56/3574.31	c  3574s| 38941k|568922 | 62004k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.56/3574.32	c  3574s| 38941k|568920 | 62004k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.56/3574.33	c  3574s| 38941k|568934 | 62004k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.56/3574.34	c  3574s| 38941k|568936 | 62004k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.56/3574.35	c  3574s| 38941k|568984 | 62005k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.56/3574.36	c  3574s| 38941k|568990 | 62005k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.56/3574.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3561.56/3574.37	c  3574s| 38941k|569002 | 62005k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.56/3574.38	c  3574s| 38941k|569012 | 62005k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.56/3574.38	c  3574s| 38942k|569000 | 62005k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.56/3574.39	c  3574s| 38942k|569010 | 62005k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.66/3574.40	c  3574s| 38942k|568994 | 62005k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.66/3574.41	c  3574s| 38942k|569016 | 62006k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.13%
3561.66/3574.42	c  3574s| 38942k|569022 | 62006k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.66/3574.43	c  3574s| 38942k|569032 | 62006k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.66/3574.44	c  3574s| 38942k|569036 | 62006k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.66/3574.45	c  3574s| 38942k|569032 | 62006k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.66/3574.46	c  3574s| 38942k|569034 | 62006k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.66/3574.47	c  3574s| 38942k|569040 | 62006k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.66/3574.47	c  3574s| 38943k|569048 | 62007k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.66/3574.48	c  3574s| 38943k|569050 | 62007k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.76/3574.50	c  3574s| 38943k|569090 | 62007k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.76/3574.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3561.76/3574.51	c  3574s| 38943k|569094 | 62007k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.76/3574.52	c  3575s| 38943k|569100 | 62007k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.76/3574.52	c  3575s| 38943k|569110 | 62007k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.76/3574.53	c  3575s| 38943k|569098 | 62008k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.76/3574.54	c  3575s| 38943k|569110 | 62008k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.76/3574.55	c  3575s| 38943k|569110 | 62008k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.76/3574.56	c  3575s| 38943k|569122 | 62008k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.76/3574.57	c  3575s| 38944k|569134 | 62008k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.76/3574.57	c  3575s| 38944k|569134 | 62008k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.76/3574.58	c  3575s| 38944k|569136 | 62008k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.76/3574.59	c  3575s| 38944k|569154 | 62009k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.86/3574.60	c  3575s| 38944k|569162 | 62009k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.86/3574.61	c  3575s| 38944k|569160 | 62009k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.86/3574.62	c  3575s| 38944k|569176 | 62009k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.86/3574.63	c  3575s| 38944k|569174 | 62009k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.86/3574.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3561.86/3574.64	c  3575s| 38944k|569182 | 62009k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.86/3574.65	c  3575s| 38944k|569170 | 62010k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.86/3574.66	c  3575s| 38945k|569168 | 62010k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.86/3574.67	c  3575s| 38945k|569155 | 62010k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.86/3574.67	c  3575s| 38945k|569157 | 62010k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.86/3574.69	c  3575s| 38945k|569169 | 62010k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.86/3574.69	c  3575s| 38945k|569167 | 62010k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.96/3574.70	c  3575s| 38945k|569165 | 62011k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.14%
3561.96/3574.71	c  3575s| 38945k|569159 | 62011k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.15%
3561.96/3574.72	c  3575s| 38945k|569157 | 62011k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.15%
3561.96/3574.73	c  3575s| 38945k|569183 | 62011k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.15%
3561.96/3574.74	c  3575s| 38945k|569189 | 62011k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.15%
3561.96/3574.75	c  3575s| 38946k|569193 | 62011k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.15%
3561.96/3574.76	c  3575s| 38946k|569187 | 62011k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.15%
3561.96/3574.77	c  3575s| 38946k|569199 | 62012k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.15%
3561.96/3574.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3561.96/3574.78	c  3575s| 38946k|569203 | 62012k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.15%
3561.96/3574.79	c  3575s| 38946k|569215 | 62012k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.15%
3562.06/3574.80	c  3575s| 38946k|569212 | 62012k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.15%
3562.06/3574.81	c  3575s| 38946k|569200 | 62012k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.15%
3562.06/3574.81	c  3575s| 38946k|569200 | 62013k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.15%
3562.06/3574.82	c  3575s| 38946k|569202 | 62013k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.15%
3562.06/3574.83	c  3575s| 38946k|569202 | 62013k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.15%
3562.06/3574.84	c  3575s| 38947k|569212 | 62013k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.15%
3562.06/3574.85	c  3575s| 38947k|569214 | 62013k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.15%
3562.06/3574.86	c  3575s| 38947k|569226 | 62013k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.15%
3562.06/3574.86	c  3575s| 38947k|569222 | 62014k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.15%
3562.06/3574.87	c  3575s| 38947k|569208 | 62014k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.15%
3562.06/3574.88	c  3575s| 38947k|569206 | 62014k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.15%
3562.06/3574.89	c  3575s| 38947k|569182 | 62014k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.15%
3562.16/3574.90	c  3575s| 38947k|569174 | 62014k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.15%
3562.16/3574.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3562.16/3574.91	c  3575s| 38947k|569182 | 62014k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.16/3574.92	c  3575s| 38947k|569184 | 62014k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.16/3574.93	c  3575s| 38948k|569187 | 62015k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.16/3574.93	c  3575s| 38948k|569185 | 62015k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.16/3574.94	c  3575s| 38948k|569207 | 62015k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.16/3574.95	c  3575s| 38948k|569201 | 62015k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.16/3574.96	c  3575s| 38948k|569203 | 62015k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.16/3574.97	c  3575s| 38948k|569197 | 62015k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.16/3574.98	c  3575s| 38948k|569175 | 62015k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.16/3574.99	c  3575s| 38948k|569175 | 62015k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.16/3575.00	c  3575s| 38948k|569175 | 62016k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.16/3575.01	c  3575s| 38948k|569173 | 62016k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.27/3575.01	c  3575s| 38949k|569161 | 62016k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.27/3575.02	c  3575s| 38949k|569161 | 62016k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.27/3575.03	c  3575s| 38949k|569158 | 62016k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.27/3575.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3562.27/3575.04	c  3575s| 38949k|569156 | 62016k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.27/3575.05	c  3575s| 38949k|569160 | 62016k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.27/3575.06	c  3575s| 38949k|569178 | 62017k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.27/3575.07	c  3575s| 38949k|569186 | 62017k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.27/3575.08	c  3575s| 38949k|569198 | 62017k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.27/3575.09	c  3575s| 38949k|569200 | 62017k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.27/3575.10	c  3575s| 38949k|569202 | 62017k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.27/3575.11	c  3575s| 38950k|569198 | 62017k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.37/3575.12	c  3575s| 38950k|569192 | 62018k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.37/3575.12	c  3575s| 38950k|569192 | 62018k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.37/3575.13	c  3575s| 38950k|569192 | 62018k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.37/3575.14	c  3575s| 38950k|569196 | 62018k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.37/3575.15	c  3575s| 38950k|569177 | 62018k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.37/3575.16	c  3575s| 38950k|569169 | 62018k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.37/3575.17	c  3575s| 38950k|569173 | 62019k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.37/3575.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3562.37/3575.18	c  3575s| 38950k|569171 | 62019k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.37/3575.19	c  3575s| 38950k|569159 | 62019k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.46/3575.20	c  3575s| 38951k|569172 | 62019k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.46/3575.21	c  3575s| 38951k|569178 | 62019k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.46/3575.22	c  3575s| 38951k|569174 | 62019k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.46/3575.23	c  3575s| 38951k|569194 | 62020k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.46/3575.24	c  3575s| 38951k|569202 | 62020k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.46/3575.24	c  3575s| 38951k|569191 | 62020k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.16%
3562.46/3575.25	c  3575s| 38951k|569185 | 62020k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.17%
3562.46/3575.26	c  3575s| 38951k|569169 | 62020k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.17%
3562.46/3575.27	c  3575s| 38951k|569177 | 62020k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.17%
3562.46/3575.28	c  3575s| 38951k|569175 | 62020k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.17%
3562.46/3575.29	c  3575s| 38952k|569175 | 62020k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.17%
3562.56/3575.30	c  3575s| 38952k|569201 | 62021k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.17%
3562.56/3575.31	c  3575s| 38952k|569211 | 62021k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.17%
3562.56/3575.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3562.56/3575.32	c  3575s| 38952k|569217 | 62021k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.17%
3562.56/3575.33	c  3575s| 38952k|569233 | 62021k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.17%
3562.56/3575.34	c  3575s| 38952k|569221 | 62021k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.17%
3562.56/3575.34	c  3575s| 38952k|569219 | 62021k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.17%
3562.56/3575.35	c  3575s| 38952k|569229 | 62022k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.17%
3562.56/3575.36	c  3575s| 38952k|569221 | 62022k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.17%
3562.56/3575.37	c  3575s| 38952k|569217 | 62022k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.17%
3562.56/3575.38	c  3575s| 38953k|569215 | 62022k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.17%
3562.56/3575.39	c  3575s| 38953k|569217 | 62022k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.17%
3562.66/3575.40	c  3575s| 38953k|569214 | 62022k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.17%
3562.66/3575.41	c  3575s| 38953k|569222 | 62022k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.17%
3562.66/3575.42	c  3575s| 38953k|569209 | 62023k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.17%
3562.66/3575.42	c  3575s| 38953k|569203 | 62023k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.66/3575.44	c  3575s| 38953k|569207 | 62023k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.66/3575.44	c  3575s| 38953k|569193 | 62023k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.66/3575.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3562.66/3575.45	c  3575s| 38953k|569189 | 62023k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.66/3575.46	c  3575s| 38953k|569185 | 62023k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.66/3575.47	c  3575s| 38954k|569185 | 62023k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.66/3575.48	c  3575s| 38954k|569191 | 62024k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.66/3575.49	c  3575s| 38954k|569183 | 62024k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.76/3575.50	c  3575s| 38954k|569187 | 62024k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.76/3575.50	c  3575s| 38954k|569188 | 62024k|   1.6 |   698M |  35 |  40 |  19 |  10 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.76/3575.51	c  3576s| 38954k|569190 | 62024k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.76/3575.52	c  3576s| 38954k|569190 | 62024k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.76/3575.53	c  3576s| 38954k|569176 | 62024k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.76/3575.54	c  3576s| 38954k|569188 | 62025k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.76/3575.55	c  3576s| 38954k|569200 | 62025k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.76/3575.56	c  3576s| 38955k|569214 | 62025k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.76/3575.57	c  3576s| 38955k|569212 | 62025k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.76/3575.58	c  3576s| 38955k|569211 | 62025k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.76/3575.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3562.76/3575.59	c  3576s| 38955k|569215 | 62026k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.76/3575.60	c  3576s| 38955k|569205 | 62026k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.86/3575.61	c  3576s| 38955k|569221 | 62026k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.86/3575.62	c  3576s| 38955k|569257 | 62026k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.86/3575.63	c  3576s| 38955k|569257 | 62026k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.86/3575.64	c  3576s| 38955k|569247 | 62026k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.86/3575.64	c  3576s| 38955k|569247 | 62027k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.86/3575.65	c  3576s| 38956k|569247 | 62027k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.86/3575.66	c  3576s| 38956k|569241 | 62027k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.86/3575.67	c  3576s| 38956k|569251 | 62027k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.86/3575.68	c  3576s| 38956k|569245 | 62027k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.86/3575.69	c  3576s| 38956k|569249 | 62027k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.96/3575.70	c  3576s| 38956k|569253 | 62028k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.96/3575.71	c  3576s| 38956k|569243 | 62028k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.96/3575.71	c  3576s| 38956k|569225 | 62028k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.18%
3562.96/3575.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3562.96/3575.72	c  3576s| 38956k|569235 | 62028k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3562.96/3575.73	c  3576s| 38956k|569235 | 62028k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3562.96/3575.74	c  3576s| 38957k|569231 | 62028k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3562.96/3575.75	c  3576s| 38957k|569219 | 62029k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3562.96/3575.76	c  3576s| 38957k|569213 | 62029k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3562.96/3575.77	c  3576s| 38957k|569209 | 62029k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3562.96/3575.78	c  3576s| 38957k|569207 | 62029k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3562.96/3575.79	c  3576s| 38957k|569197 | 62029k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.06/3575.80	c  3576s| 38957k|569225 | 62029k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.06/3575.81	c  3576s| 38957k|569223 | 62029k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.06/3575.82	c  3576s| 38957k|569217 | 62030k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.06/3575.83	c  3576s| 38957k|569255 | 62030k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.06/3575.84	c  3576s| 38958k|569267 | 62030k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.06/3575.84	c  3576s| 38958k|569261 | 62030k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.06/3575.85	c  3576s| 38958k|569277 | 62030k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.06/3575.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3563.06/3575.86	c  3576s| 38958k|569289 | 62030k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.06/3575.87	c  3576s| 38958k|569293 | 62031k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.06/3575.88	c  3576s| 38958k|569323 | 62031k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.06/3575.89	c  3576s| 38958k|569319 | 62031k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.16/3575.90	c  3576s| 38958k|569315 | 62031k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.16/3575.91	c  3576s| 38958k|569309 | 62031k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.16/3575.92	c  3576s| 38958k|569323 | 62031k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.16/3575.93	c  3576s| 38959k|569349 | 62031k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.16/3575.94	c  3576s| 38959k|569363 | 62032k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.16/3575.95	c  3576s| 38959k|569369 | 62032k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.16/3575.96	c  3576s| 38959k|569387 | 62032k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.16/3575.97	c  3576s| 38959k|569387 | 62032k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.16/3575.97	c  3576s| 38959k|569383 | 62032k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.16/3575.99	c  3576s| 38959k|569391 | 62032k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.16/3575.99	c  3576s| 38959k|569391 | 62032k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.16/3576.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3563.16/3576.00	c  3576s| 38959k|569407 | 62033k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.27/3576.01	c  3576s| 38959k|569413 | 62033k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.27/3576.02	c  3576s| 38960k|569411 | 62033k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.27/3576.03	c  3576s| 38960k|569411 | 62033k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.27/3576.04	c  3576s| 38960k|569423 | 62033k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.27/3576.05	c  3576s| 38960k|569437 | 62033k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.27/3576.05	c  3576s| 38960k|569445 | 62034k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.27/3576.06	c  3576s| 38960k|569443 | 62034k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.27/3576.07	c  3576s| 38960k|569439 | 62034k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.27/3576.08	c  3576s| 38960k|569441 | 62034k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.27/3576.09	c  3576s| 38960k|569447 | 62034k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.27/3576.10	c  3576s| 38960k|569434 | 62034k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.27/3576.11	c  3576s| 38961k|569434 | 62035k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.37/3576.12	c  3576s| 38961k|569444 | 62035k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.37/3576.13	c  3576s| 38961k|569438 | 62035k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.37/3576.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3563.37/3576.13	c  3576s| 38961k|569422 | 62035k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.37/3576.14	c  3576s| 38961k|569400 | 62035k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.37/3576.15	c  3576s| 38961k|569388 | 62035k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.37/3576.16	c  3576s| 38961k|569388 | 62035k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.37/3576.17	c  3576s| 38961k|569392 | 62035k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.37/3576.18	c  3576s| 38961k|569398 | 62036k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.37/3576.19	c  3576s| 38961k|569388 | 62036k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.46/3576.20	c  3576s| 38962k|569390 | 62036k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.46/3576.20	c  3576s| 38962k|569380 | 62036k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.46/3576.21	c  3576s| 38962k|569366 | 62036k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.46/3576.22	c  3576s| 38962k|569360 | 62036k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.46/3576.23	c  3576s| 38962k|569372 | 62036k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.46/3576.24	c  3576s| 38962k|569376 | 62037k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.46/3576.25	c  3576s| 38962k|569377 | 62037k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.46/3576.25	c  3576s| 38962k|569377 | 62037k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.19%
3563.46/3576.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3563.46/3576.26	c  3576s| 38962k|569379 | 62037k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.46/3576.27	c  3576s| 38962k|569383 | 62037k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.46/3576.28	c  3576s| 38963k|569378 | 62037k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.46/3576.29	c  3576s| 38963k|569388 | 62037k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.56/3576.30	c  3576s| 38963k|569393 | 62038k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.56/3576.31	c  3576s| 38963k|569403 | 62038k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.56/3576.32	c  3576s| 38963k|569385 | 62038k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.56/3576.32	c  3576s| 38963k|569377 | 62038k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.56/3576.33	c  3576s| 38963k|569407 | 62038k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.56/3576.34	c  3576s| 38963k|569407 | 62038k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.56/3576.35	c  3576s| 38963k|569407 | 62039k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.56/3576.36	c  3576s| 38963k|569403 | 62039k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.56/3576.37	c  3576s| 38964k|569395 | 62039k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.56/3576.37	c  3576s| 38964k|569389 | 62039k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.56/3576.39	c  3576s| 38964k|569393 | 62039k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.56/3576.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3563.56/3576.40	c  3576s| 38964k|569379 | 62039k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.66/3576.40	c  3576s| 38964k|569363 | 62039k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.66/3576.42	c  3576s| 38964k|569391 | 62040k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.66/3576.42	c  3576s| 38964k|569399 | 62040k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.66/3576.43	c  3576s| 38964k|569409 | 62040k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.66/3576.44	c  3576s| 38964k|569395 | 62040k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.66/3576.45	c  3576s| 38964k|569385 | 62040k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.66/3576.46	c  3576s| 38965k|569379 | 62040k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.66/3576.47	c  3576s| 38965k|569373 | 62040k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.66/3576.47	c  3576s| 38965k|569367 | 62041k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.66/3576.48	c  3576s| 38965k|569369 | 62041k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.66/3576.49	c  3576s| 38965k|569359 | 62041k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.76/3576.50	c  3576s| 38965k|569357 | 62041k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.76/3576.51	c  3576s| 38965k|569355 | 62041k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.76/3576.52	c  3577s| 38965k|569361 | 62041k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.76/3576.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3563.76/3576.53	c  3577s| 38965k|569367 | 62041k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.76/3576.53	c  3577s| 38965k|569361 | 62042k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.76/3576.54	c  3577s| 38966k|569367 | 62042k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.76/3576.55	c  3577s| 38966k|569351 | 62042k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.76/3576.56	c  3577s| 38966k|569345 | 62042k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.76/3576.57	c  3577s| 38966k|569339 | 62042k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.76/3576.57	c  3577s| 38966k|569325 | 62042k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.76/3576.58	c  3577s| 38966k|569325 | 62042k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.76/3576.59	c  3577s| 38966k|569319 | 62043k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.85/3576.60	c  3577s| 38966k|569309 | 62043k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.85/3576.61	c  3577s| 38966k|569299 | 62043k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.85/3576.62	c  3577s| 38966k|569299 | 62043k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.85/3576.63	c  3577s| 38967k|569293 | 62043k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.85/3576.63	c  3577s| 38967k|569269 | 62043k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.85/3576.65	c  3577s| 38967k|569275 | 62043k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.85/3576.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3563.85/3576.65	c  3577s| 38967k|569267 | 62044k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.85/3576.66	c  3577s| 38967k|569260 | 62044k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.85/3576.67	c  3577s| 38967k|569250 | 62044k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.20%
3563.85/3576.68	c  3577s| 38967k|569234 | 62044k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.21%
3563.85/3576.69	c  3577s| 38967k|569204 | 62044k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.21%
3563.95/3576.70	c  3577s| 38967k|569188 | 62044k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.21%
3563.95/3576.71	c  3577s| 38967k|569192 | 62044k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.21%
3563.95/3576.72	c  3577s| 38968k|569216 | 62045k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.21%
3563.95/3576.73	c  3577s| 38968k|569230 | 62045k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.21%
3563.95/3576.74	c  3577s| 38968k|569244 | 62045k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.21%
3563.95/3576.75	c  3577s| 38968k|569272 | 62045k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.21%
3563.95/3576.76	c  3577s| 38968k|569282 | 62046k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.21%
3563.95/3576.77	c  3577s| 38968k|569264 | 62046k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.21%
3563.95/3576.78	c  3577s| 38968k|569251 | 62046k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.22%
3563.95/3576.79	c  3577s| 38968k|569269 | 62046k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.22%
3563.95/3576.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3563.95/3576.80	c  3577s| 38968k|569275 | 62046k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.22%
3564.05/3576.80	c  3577s| 38968k|569266 | 62047k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.22%
3564.05/3576.81	c  3577s| 38969k|569257 | 62047k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.22%
3564.05/3576.82	c  3577s| 38969k|569271 | 62047k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.22%
3564.05/3576.83	c  3577s| 38969k|569274 | 62047k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.22%
3564.05/3576.84	c  3577s| 38969k|569276 | 62047k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.22%
3564.05/3576.85	c  3577s| 38969k|569276 | 62048k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.22%
3564.05/3576.86	c  3577s| 38969k|569274 | 62048k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.22%
3564.05/3576.87	c  3577s| 38969k|569258 | 62048k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.22%
3564.05/3576.88	c  3577s| 38969k|569252 | 62048k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.22%
3564.05/3576.89	c  3577s| 38969k|569250 | 62048k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.22%
3564.15/3576.90	c  3577s| 38969k|569250 | 62049k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.22%
3564.15/3576.91	c  3577s| 38970k|569269 | 62049k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.22%
3564.15/3576.92	c  3577s| 38970k|569271 | 62049k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.15/3576.92	c  3577s| 38970k|569281 | 62049k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.15/3576.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3564.15/3576.93	c  3577s| 38970k|569280 | 62049k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.15/3576.94	c  3577s| 38970k|569288 | 62049k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.15/3576.95	c  3577s| 38970k|569286 | 62050k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.15/3576.96	c  3577s| 38970k|569292 | 62050k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.15/3576.97	c  3577s| 38970k|569276 | 62050k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.15/3576.98	c  3577s| 38970k|569274 | 62050k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.15/3576.99	c  3577s| 38970k|569268 | 62050k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.15/3576.99	c  3577s| 38971k|569247 | 62050k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.15/3577.01	c  3577s| 38971k|569248 | 62051k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.26/3577.02	c  3577s| 38971k|569237 | 62051k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.26/3577.02	c  3577s| 38971k|569232 | 62051k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.26/3577.03	c  3577s| 38971k|569219 | 62051k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.26/3577.04	c  3577s| 38971k|569201 | 62051k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.26/3577.05	c  3577s| 38971k|569199 | 62051k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.26/3577.06	c  3577s| 38971k|569191 | 62051k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.26/3577.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3564.26/3577.07	c  3577s| 38971k|569195 | 62052k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.26/3577.07	c  3577s| 38971k|569186 | 62052k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.26/3577.08	c  3577s| 38972k|569186 | 62052k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.26/3577.09	c  3577s| 38972k|569188 | 62052k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.26/3577.10	c  3577s| 38972k|569188 | 62052k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.36/3577.11	c  3577s| 38972k|569179 | 62052k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.36/3577.12	c  3577s| 38972k|569181 | 62052k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.36/3577.13	c  3577s| 38972k|569179 | 62053k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.36/3577.14	c  3577s| 38972k|569199 | 62053k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.36/3577.15	c  3577s| 38972k|569209 | 62053k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.23%
3564.36/3577.15	c  3577s| 38972k|569199 | 62053k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.36/3577.16	c  3577s| 38972k|569191 | 62053k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.36/3577.17	c  3577s| 38973k|569191 | 62053k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.36/3577.18	c  3577s| 38973k|569183 | 62053k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.36/3577.19	c  3577s| 38973k|569183 | 62054k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.36/3577.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3564.36/3577.19	c  3577s| 38973k|569195 | 62054k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.45/3577.20	c  3577s| 38973k|569191 | 62054k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.45/3577.21	c  3577s| 38973k|569181 | 62054k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.45/3577.22	c  3577s| 38973k|569167 | 62054k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.45/3577.23	c  3577s| 38973k|569161 | 62054k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.45/3577.24	c  3577s| 38973k|569141 | 62055k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.45/3577.25	c  3577s| 38973k|569127 | 62055k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.45/3577.26	c  3577s| 38974k|569096 | 62055k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.45/3577.27	c  3577s| 38974k|569088 | 62055k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.45/3577.28	c  3577s| 38974k|569100 | 62055k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.45/3577.29	c  3577s| 38974k|569082 | 62055k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.55/3577.30	c  3577s| 38974k|569082 | 62055k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.55/3577.30	c  3577s| 38974k|569052 | 62056k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.55/3577.31	c  3577s| 38974k|569060 | 62056k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.55/3577.32	c  3577s| 38974k|569100 | 62056k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.55/3577.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3564.55/3577.34	c  3577s| 38974k|569110 | 62056k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.55/3577.35	c  3577s| 38974k|569126 | 62056k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.55/3577.35	c  3577s| 38975k|569132 | 62056k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.55/3577.36	c  3577s| 38975k|569136 | 62057k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.55/3577.37	c  3577s| 38975k|569143 | 62057k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.55/3577.38	c  3577s| 38975k|569143 | 62057k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.55/3577.39	c  3577s| 38975k|569135 | 62057k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.55/3577.39	c  3577s| 38975k|569127 | 62057k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.65/3577.41	c  3577s| 38975k|569158 | 62057k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.65/3577.42	c  3577s| 38975k|569176 | 62058k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.65/3577.42	c  3577s| 38975k|569190 | 62058k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.65/3577.43	c  3577s| 38975k|569199 | 62058k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.65/3577.44	c  3577s| 38976k|569203 | 62058k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.65/3577.45	c  3577s| 38976k|569223 | 62058k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.65/3577.46	c  3577s| 38976k|569227 | 62058k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.65/3577.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3564.65/3577.47	c  3577s| 38976k|569221 | 62059k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.65/3577.48	c  3577s| 38976k|569215 | 62059k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.65/3577.49	c  3577s| 38976k|569211 | 62059k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.65/3577.49	c  3577s| 38976k|569203 | 62059k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.75/3577.50	c  3577s| 38976k|569200 | 62059k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.75/3577.51	c  3577s| 38976k|569196 | 62059k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.75/3577.52	c  3578s| 38976k|569190 | 62059k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.75/3577.53	c  3578s| 38977k|569186 | 62059k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.75/3577.54	c  3578s| 38977k|569186 | 62060k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.75/3577.55	c  3578s| 38977k|569180 | 62060k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.75/3577.55	c  3578s| 38977k|569174 | 62060k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.75/3577.56	c  3578s| 38977k|569172 | 62060k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.75/3577.57	c  3578s| 38977k|569171 | 62060k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.75/3577.58	c  3578s| 38977k|569162 | 62060k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.75/3577.59	c  3578s| 38977k|569150 | 62060k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.75/3577.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3564.75/3577.59	c  3578s| 38977k|569164 | 62061k|   1.6 |   698M |  35 |  40 |  19 |  10 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.85/3577.60	c  3578s| 38977k|569158 | 62061k|   1.6 |   698M |  35 |  40 |  19 |  10 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.85/3577.61	c  3578s| 38978k|569124 | 62061k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.85/3577.62	c  3578s| 38978k|569165 | 62061k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.85/3577.63	c  3578s| 38978k|569177 | 62061k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.85/3577.64	c  3578s| 38978k|569172 | 62061k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.85/3577.65	c  3578s| 38978k|569180 | 62062k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.24%
3564.85/3577.66	c  3578s| 38978k|569191 | 62062k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3564.85/3577.67	c  3578s| 38978k|569177 | 62062k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3564.85/3577.68	c  3578s| 38978k|569157 | 62062k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3564.85/3577.69	c  3578s| 38978k|569138 | 62062k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3564.85/3577.69	c  3578s| 38978k|569136 | 62063k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3564.95/3577.70	c  3578s| 38979k|569133 | 62063k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3564.95/3577.71	c  3578s| 38979k|569145 | 62063k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3564.95/3577.72	c  3578s| 38979k|569131 | 62063k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3564.95/3577.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3564.95/3577.73	c  3578s| 38979k|569151 | 62063k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3564.95/3577.74	c  3578s| 38979k|569165 | 62063k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3564.95/3577.75	c  3578s| 38979k|569165 | 62064k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3564.95/3577.76	c  3578s| 38979k|569197 | 62064k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3564.95/3577.77	c  3578s| 38979k|569211 | 62064k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3564.95/3577.78	c  3578s| 38979k|569217 | 62064k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3564.95/3577.79	c  3578s| 38979k|569205 | 62064k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3565.05/3577.80	c  3578s| 38980k|569207 | 62064k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3565.05/3577.81	c  3578s| 38980k|569231 | 62065k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3565.05/3577.82	c  3578s| 38980k|569235 | 62065k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3565.05/3577.83	c  3578s| 38980k|569235 | 62065k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3565.05/3577.84	c  3578s| 38980k|569239 | 62065k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3565.05/3577.85	c  3578s| 38980k|569229 | 62065k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3565.05/3577.86	c  3578s| 38980k|569222 | 62065k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3565.05/3577.87	c  3578s| 38980k|569219 | 62066k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3565.05/3577.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3565.05/3577.88	c  3578s| 38980k|569215 | 62066k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3565.05/3577.88	c  3578s| 38980k|569203 | 62066k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3565.05/3577.89	c  3578s| 38981k|569199 | 62066k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3565.15/3577.90	c  3578s| 38981k|569203 | 62066k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3565.15/3577.91	c  3578s| 38981k|569193 | 62066k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3565.15/3577.92	c  3578s| 38981k|569189 | 62067k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3565.15/3577.93	c  3578s| 38981k|569180 | 62067k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3565.15/3577.94	c  3578s| 38981k|569168 | 62067k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3565.15/3577.95	c  3578s| 38981k|569157 | 62067k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3565.15/3577.96	c  3578s| 38981k|569148 | 62067k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3565.15/3577.97	c  3578s| 38981k|569130 | 62067k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3565.15/3577.98	c  3578s| 38981k|569132 | 62068k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3565.15/3577.98	c  3578s| 38982k|569127 | 62068k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3565.15/3577.99	c  3578s| 38982k|569133 | 62068k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3565.15/3578.00	c  3578s| 38982k|569119 | 62068k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3565.26/3578.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3565.26/3578.01	c  3578s| 38982k|569115 | 62068k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3565.26/3578.02	c  3578s| 38982k|569097 | 62068k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.25%
3565.26/3578.03	c  3578s| 38982k|569079 | 62068k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.26/3578.04	c  3578s| 38982k|569062 | 62069k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.26/3578.05	c  3578s| 38982k|569085 | 62069k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.26/3578.05	c  3578s| 38982k|569100 | 62069k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.26/3578.06	c  3578s| 38982k|569094 | 62069k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.26/3578.07	c  3578s| 38983k|569097 | 62069k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.26/3578.08	c  3578s| 38983k|569097 | 62069k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.26/3578.09	c  3578s| 38983k|569111 | 62069k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.26/3578.10	c  3578s| 38983k|569101 | 62070k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.26/3578.11	c  3578s| 38983k|569103 | 62070k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.36/3578.12	c  3578s| 38983k|569095 | 62070k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.36/3578.12	c  3578s| 38983k|569094 | 62070k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.36/3578.13	c  3578s| 38983k|569092 | 62070k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.36/3578.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3565.36/3578.14	c  3578s| 38983k|569086 | 62070k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.36/3578.15	c  3578s| 38983k|569086 | 62070k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.36/3578.16	c  3578s| 38984k|569112 | 62071k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.36/3578.17	c  3578s| 38984k|569128 | 62071k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.36/3578.18	c  3578s| 38984k|569128 | 62071k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.36/3578.19	c  3578s| 38984k|569142 | 62071k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.45/3578.20	c  3578s| 38984k|569144 | 62071k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.45/3578.21	c  3578s| 38984k|569158 | 62071k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.45/3578.22	c  3578s| 38984k|569174 | 62071k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.45/3578.23	c  3578s| 38984k|569176 | 62072k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.45/3578.23	c  3578s| 38984k|569176 | 62072k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.45/3578.24	c  3578s| 38984k|569180 | 62072k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.45/3578.25	c  3578s| 38985k|569186 | 62072k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.45/3578.26	c  3578s| 38985k|569174 | 62072k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.45/3578.27	c  3578s| 38985k|569174 | 62072k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.45/3578.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3565.45/3578.28	c  3578s| 38985k|569174 | 62073k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.45/3578.29	c  3578s| 38985k|569182 | 62073k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.45/3578.29	c  3578s| 38985k|569178 | 62073k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.55/3578.30	c  3578s| 38985k|569176 | 62073k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.55/3578.31	c  3578s| 38985k|569162 | 62073k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.55/3578.32	c  3578s| 38985k|569147 | 62073k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.55/3578.33	c  3578s| 38985k|569165 | 62073k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.55/3578.34	c  3578s| 38986k|569175 | 62073k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.55/3578.35	c  3578s| 38986k|569173 | 62074k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.55/3578.36	c  3578s| 38986k|569171 | 62074k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.55/3578.37	c  3578s| 38986k|569185 | 62074k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.55/3578.37	c  3578s| 38986k|569191 | 62074k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.55/3578.38	c  3578s| 38986k|569193 | 62074k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.55/3578.39	c  3578s| 38986k|569189 | 62074k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.65/3578.40	c  3578s| 38986k|569186 | 62074k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.65/3578.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3565.65/3578.41	c  3578s| 38986k|569182 | 62075k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.26%
3565.65/3578.42	c  3578s| 38986k|569168 | 62075k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.65/3578.42	c  3578s| 38987k|569155 | 62075k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.65/3578.43	c  3578s| 38987k|569142 | 62075k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.65/3578.44	c  3578s| 38987k|569134 | 62075k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.65/3578.45	c  3578s| 38987k|569124 | 62075k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.65/3578.46	c  3578s| 38987k|569122 | 62075k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.65/3578.47	c  3578s| 38987k|569114 | 62076k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.65/3578.48	c  3578s| 38987k|569135 | 62076k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.65/3578.49	c  3578s| 38987k|569135 | 62076k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.75/3578.50	c  3578s| 38987k|569139 | 62076k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.75/3578.51	c  3578s| 38987k|569141 | 62076k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.75/3578.52	c  3579s| 38988k|569143 | 62076k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.75/3578.53	c  3579s| 38988k|569139 | 62076k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.75/3578.54	c  3579s| 38988k|569145 | 62077k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.75/3578.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3565.75/3578.55	c  3579s| 38988k|569127 | 62077k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.75/3578.56	c  3579s| 38988k|569173 | 62077k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.75/3578.57	c  3579s| 38988k|569195 | 62077k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.75/3578.58	c  3579s| 38988k|569201 | 62077k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.75/3578.59	c  3579s| 38988k|569211 | 62077k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.84/3578.60	c  3579s| 38988k|569211 | 62078k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.84/3578.61	c  3579s| 38988k|569211 | 62078k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.84/3578.62	c  3579s| 38989k|569213 | 62078k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.84/3578.63	c  3579s| 38989k|569207 | 62078k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.84/3578.64	c  3579s| 38989k|569239 | 62078k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.84/3578.65	c  3579s| 38989k|569266 | 62078k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.84/3578.67	c  3579s| 38989k|569286 | 62079k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.84/3578.68	c  3579s| 38989k|569314 | 62079k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.84/3578.69	c  3579s| 38989k|569342 | 62079k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.94/3578.70	c  3579s| 38989k|569356 | 62079k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.94/3578.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3565.94/3578.71	c  3579s| 38989k|569372 | 62079k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.94/3578.71	c  3579s| 38989k|569378 | 62080k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.94/3578.72	c  3579s| 38990k|569386 | 62080k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.94/3578.73	c  3579s| 38990k|569376 | 62080k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.94/3578.74	c  3579s| 38990k|569382 | 62080k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.94/3578.75	c  3579s| 38990k|569388 | 62080k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.94/3578.76	c  3579s| 38990k|569402 | 62080k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.94/3578.77	c  3579s| 38990k|569388 | 62081k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.94/3578.78	c  3579s| 38990k|569389 | 62081k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3565.94/3578.79	c  3579s| 38990k|569393 | 62081k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3566.04/3578.80	c  3579s| 38990k|569393 | 62081k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3566.04/3578.81	c  3579s| 38990k|569407 | 62081k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3566.04/3578.82	c  3579s| 38991k|569401 | 62082k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3566.04/3578.83	c  3579s| 38991k|569397 | 62082k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3566.04/3578.84	c  3579s| 38991k|569393 | 62082k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3566.04/3578.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3566.04/3578.84	c  3579s| 38991k|569373 | 62082k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3566.04/3578.85	c  3579s| 38991k|569361 | 62082k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3566.04/3578.86	c  3579s| 38991k|569355 | 62082k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3566.04/3578.87	c  3579s| 38991k|569347 | 62083k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3566.04/3578.88	c  3579s| 38991k|569337 | 62083k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3566.04/3578.89	c  3579s| 38991k|569345 | 62083k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3566.14/3578.90	c  3579s| 38991k|569339 | 62083k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3566.14/3578.91	c  3579s| 38992k|569329 | 62083k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3566.14/3578.92	c  3579s| 38992k|569315 | 62084k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3566.14/3578.93	c  3579s| 38992k|569331 | 62084k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3566.14/3578.94	c  3579s| 38992k|569307 | 62084k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3566.14/3578.94	c  3579s| 38992k|569299 | 62084k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3566.14/3578.95	c  3579s| 38992k|569281 | 62084k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3566.14/3578.96	c  3579s| 38992k|569263 | 62085k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3566.14/3578.97	c  3579s| 38992k|569266 | 62085k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3566.14/3578.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3566.14/3578.98	c  3579s| 38992k|569274 | 62085k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.27%
3566.14/3578.99	c  3579s| 38992k|569252 | 62085k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.28%
3566.14/3579.00	c  3579s| 38993k|569229 | 62085k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.28%
3566.25/3579.01	c  3579s| 38993k|569215 | 62085k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.28%
3566.25/3579.02	c  3579s| 38993k|569213 | 62085k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.28%
3566.25/3579.03	c  3579s| 38993k|569201 | 62086k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.28%
3566.25/3579.04	c  3579s| 38993k|569176 | 62086k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.28%
3566.25/3579.04	c  3579s| 38993k|569165 | 62086k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.28%
3566.25/3579.05	c  3579s| 38993k|569167 | 62086k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.28%
3566.25/3579.06	c  3579s| 38993k|569153 | 62086k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.28%
3566.25/3579.07	c  3579s| 38993k|569151 | 62086k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.28%
3566.25/3579.08	c  3579s| 38993k|569143 | 62086k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.28%
3566.25/3579.09	c  3579s| 38994k|569163 | 62087k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.28%
3566.25/3579.10	c  3579s| 38994k|569165 | 62087k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.28%
3566.36/3579.11	c  3579s| 38994k|569183 | 62087k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.28%
3566.36/3579.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3566.36/3579.12	c  3579s| 38994k|569175 | 62087k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.28%
3566.36/3579.13	c  3579s| 38994k|569177 | 62087k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.28%
3566.36/3579.13	c  3579s| 38994k|569195 | 62087k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.28%
3566.36/3579.14	c  3579s| 38994k|569197 | 62087k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.28%
3566.36/3579.15	c  3579s| 38994k|569199 | 62088k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.28%
3566.36/3579.16	c  3579s| 38994k|569209 | 62088k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.28%
3566.36/3579.17	c  3579s| 38994k|569217 | 62088k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.28%
3566.36/3579.17	c  3579s| 38995k|569215 | 62088k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.28%
3566.36/3579.18	c  3579s| 38995k|569217 | 62088k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.28%
3566.36/3579.19	c  3579s| 38995k|569207 | 62088k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.36/3579.20	c  3579s| 38995k|569193 | 62088k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.44/3579.20	c  3579s| 38995k|569187 | 62088k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.44/3579.21	c  3579s| 38995k|569185 | 62089k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.44/3579.22	c  3579s| 38995k|569192 | 62089k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.44/3579.23	c  3579s| 38995k|569190 | 62089k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.44/3579.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3566.44/3579.24	c  3579s| 38995k|569184 | 62089k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.44/3579.25	c  3579s| 38995k|569170 | 62089k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.44/3579.25	c  3579s| 38996k|569170 | 62089k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.44/3579.26	c  3579s| 38996k|569176 | 62089k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.44/3579.27	c  3579s| 38996k|569160 | 62089k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.44/3579.28	c  3579s| 38996k|569156 | 62090k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.44/3579.29	c  3579s| 38996k|569128 | 62090k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.54/3579.30	c  3579s| 38996k|569115 | 62090k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.54/3579.31	c  3579s| 38996k|569090 | 62090k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.54/3579.31	c  3579s| 38996k|569062 | 62090k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.54/3579.32	c  3579s| 38996k|569079 | 62090k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.54/3579.33	c  3579s| 38996k|569077 | 62090k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.54/3579.34	c  3579s| 38997k|569073 | 62091k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.54/3579.35	c  3579s| 38997k|569052 | 62091k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.54/3579.36	c  3579s| 38997k|569061 | 62091k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.54/3579.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3566.54/3579.37	c  3579s| 38997k|569065 | 62091k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.54/3579.38	c  3579s| 38997k|569063 | 62091k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.54/3579.39	c  3579s| 38997k|569057 | 62091k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.54/3579.40	c  3579s| 38997k|569045 | 62091k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.64/3579.41	c  3579s| 38997k|569055 | 62092k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.64/3579.42	c  3579s| 38997k|569059 | 62092k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.64/3579.43	c  3579s| 38997k|569077 | 62092k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.64/3579.44	c  3579s| 38998k|569090 | 62092k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.64/3579.45	c  3579s| 38998k|569090 | 62092k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.64/3579.45	c  3579s| 38998k|569072 | 62092k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.64/3579.46	c  3579s| 38998k|569067 | 62092k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.64/3579.47	c  3579s| 38998k|569057 | 62093k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.64/3579.48	c  3579s| 38998k|569041 | 62093k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.64/3579.49	c  3579s| 38998k|569025 | 62093k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.74/3579.50	c  3579s| 38998k|569029 | 62093k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.74/3579.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3566.74/3579.51	c  3579s| 38998k|569019 | 62093k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.74/3579.51	c  3580s| 38998k|569003 | 62093k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.74/3579.52	c  3580s| 38999k|569005 | 62093k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.74/3579.53	c  3580s| 38999k|568975 | 62094k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.74/3579.54	c  3580s| 38999k|568957 | 62094k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.74/3579.55	c  3580s| 38999k|568967 | 62094k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.74/3579.56	c  3580s| 38999k|568957 | 62094k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.74/3579.57	c  3580s| 38999k|568973 | 62094k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.74/3579.57	c  3580s| 38999k|568947 | 62094k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.74/3579.58	c  3580s| 38999k|568955 | 62094k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.74/3579.59	c  3580s| 38999k|568967 | 62095k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.84/3579.60	c  3580s| 38999k|568975 | 62095k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.84/3579.61	c  3580s| 39000k|568991 | 62095k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.84/3579.62	c  3580s| 39000k|569002 | 62095k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.84/3579.63	c  3580s| 39000k|569010 | 62095k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.84/3579.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3566.84/3579.63	c  3580s| 39000k|568997 | 62095k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.84/3579.64	c  3580s| 39000k|569013 | 62095k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.84/3579.65	c  3580s| 39000k|569011 | 62096k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.84/3579.66	c  3580s| 39000k|569011 | 62096k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.84/3579.67	c  3580s| 39000k|568999 | 62096k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.29%
3566.84/3579.67	c  3580s| 39000k|568987 | 62096k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3566.84/3579.68	c  3580s| 39000k|568975 | 62096k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3566.84/3579.69	c  3580s| 39001k|568961 | 62096k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3566.94/3579.70	c  3580s| 39001k|568959 | 62096k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3566.94/3579.71	c  3580s| 39001k|568943 | 62096k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3566.94/3579.71	c  3580s| 39001k|568919 | 62096k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3566.94/3579.72	c  3580s| 39001k|568915 | 62097k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3566.94/3579.73	c  3580s| 39001k|568905 | 62097k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3566.94/3579.74	c  3580s| 39001k|568893 | 62097k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3566.94/3579.75	c  3580s| 39001k|568884 | 62097k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3566.94/3579.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3566.94/3579.76	c  3580s| 39001k|568858 | 62097k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3566.94/3579.77	c  3580s| 39001k|568839 | 62097k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3566.94/3579.77	c  3580s| 39002k|568834 | 62097k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3566.94/3579.78	c  3580s| 39002k|568821 | 62098k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3566.94/3579.79	c  3580s| 39002k|568827 | 62098k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3567.04/3579.80	c  3580s| 39002k|568810 | 62098k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3567.04/3579.81	c  3580s| 39002k|568786 | 62098k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3567.04/3579.82	c  3580s| 39002k|568773 | 62098k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3567.04/3579.83	c  3580s| 39002k|568771 | 62098k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3567.04/3579.84	c  3580s| 39002k|568748 | 62098k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3567.04/3579.85	c  3580s| 39002k|568727 | 62099k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3567.04/3579.85	c  3580s| 39002k|568713 | 62099k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3567.04/3579.86	c  3580s| 39003k|568705 | 62099k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3567.04/3579.87	c  3580s| 39003k|568690 | 62099k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3567.04/3579.88	c  3580s| 39003k|568688 | 62099k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3567.04/3579.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3567.04/3579.89	c  3580s| 39003k|568694 | 62099k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3567.14/3579.90	c  3580s| 39003k|568700 | 62099k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3567.14/3579.91	c  3580s| 39003k|568708 | 62100k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3567.14/3579.92	c  3580s| 39003k|568722 | 62100k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3567.14/3579.93	c  3580s| 39003k|568714 | 62100k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3567.14/3579.94	c  3580s| 39003k|568716 | 62100k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3567.14/3579.95	c  3580s| 39003k|568714 | 62100k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3567.14/3579.96	c  3580s| 39004k|568691 | 62100k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3567.14/3579.96	c  3580s| 39004k|568671 | 62100k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3567.14/3579.97	c  3580s| 39004k|568679 | 62101k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3567.14/3579.98	c  3580s| 39004k|568685 | 62101k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3567.14/3579.99	c  3580s| 39004k|568695 | 62101k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3567.14/3580.00	c  3580s| 39004k|568689 | 62101k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.30%
3567.25/3580.01	c  3580s| 39004k|568687 | 62101k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.31%
3567.25/3580.02	c  3580s| 39004k|568671 | 62101k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.31%
3567.25/3580.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3567.25/3580.02	c  3580s| 39004k|568677 | 62102k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.31%
3567.25/3580.04	c  3580s| 39004k|568709 | 62102k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.31%
3567.25/3580.05	c  3580s| 39005k|568717 | 62102k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.31%
3567.25/3580.06	c  3580s| 39005k|568721 | 62102k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.31%
3567.25/3580.07	c  3580s| 39005k|568747 | 62102k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.31%
3567.25/3580.07	c  3580s| 39005k|568747 | 62102k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.31%
3567.25/3580.08	c  3580s| 39005k|568745 | 62102k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.31%
3567.25/3580.09	c  3580s| 39005k|568753 | 62103k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.31%
3567.25/3580.10	c  3580s| 39005k|568747 | 62103k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.31%
3567.25/3580.11	c  3580s| 39005k|568753 | 62103k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.31%
3567.35/3580.11	c  3580s| 39005k|568747 | 62103k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.31%
3567.35/3580.12	c  3580s| 39005k|568761 | 62103k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.31%
3567.35/3580.13	c  3580s| 39006k|568767 | 62103k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.31%
3567.35/3580.14	c  3580s| 39006k|568761 | 62104k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.31%
3567.35/3580.15	c  3580s| 39006k|568752 | 62104k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.31%
3567.35/3580.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3567.35/3580.16	c  3580s| 39006k|568745 | 62104k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.31%
3567.35/3580.17	c  3580s| 39006k|568747 | 62104k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.35/3580.18	c  3580s| 39006k|568733 | 62104k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.35/3580.19	c  3580s| 39006k|568733 | 62104k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.35/3580.19	c  3580s| 39006k|568727 | 62105k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.44/3580.20	c  3580s| 39006k|568731 | 62105k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.44/3580.21	c  3580s| 39006k|568707 | 62105k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.44/3580.22	c  3580s| 39007k|568697 | 62105k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.44/3580.23	c  3580s| 39007k|568691 | 62105k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.44/3580.24	c  3580s| 39007k|568707 | 62105k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.44/3580.25	c  3580s| 39007k|568695 | 62105k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.44/3580.26	c  3580s| 39007k|568679 | 62106k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.44/3580.26	c  3580s| 39007k|568675 | 62106k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.44/3580.27	c  3580s| 39007k|568665 | 62106k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.44/3580.29	c  3580s| 39007k|568703 | 62106k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.54/3580.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3567.54/3580.30	c  3580s| 39007k|568719 | 62106k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.54/3580.31	c  3580s| 39007k|568725 | 62106k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.54/3580.31	c  3580s| 39008k|568725 | 62107k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.54/3580.32	c  3580s| 39008k|568723 | 62107k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.54/3580.33	c  3580s| 39008k|568743 | 62107k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.54/3580.35	c  3580s| 39008k|568759 | 62107k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.54/3580.36	c  3580s| 39008k|568797 | 62107k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.54/3580.37	c  3580s| 39008k|568793 | 62108k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.54/3580.38	c  3580s| 39008k|568799 | 62108k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.54/3580.38	c  3580s| 39008k|568796 | 62108k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.54/3580.39	c  3580s| 39008k|568798 | 62108k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.64/3580.40	c  3580s| 39008k|568790 | 62108k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.64/3580.41	c  3580s| 39009k|568784 | 62108k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.64/3580.42	c  3580s| 39009k|568814 | 62109k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.32%
3567.64/3580.43	c  3580s| 39009k|568820 | 62109k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.64/3580.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3567.64/3580.44	c  3580s| 39009k|568828 | 62109k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.64/3580.45	c  3580s| 39009k|568828 | 62109k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.64/3580.46	c  3580s| 39009k|568824 | 62109k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.64/3580.47	c  3580s| 39009k|568812 | 62109k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.64/3580.48	c  3580s| 39009k|568812 | 62110k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.64/3580.49	c  3580s| 39009k|568828 | 62110k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.64/3580.49	c  3580s| 39009k|568832 | 62110k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.74/3580.50	c  3580s| 39010k|568834 | 62110k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.74/3580.51	c  3580s| 39010k|568838 | 62110k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.74/3580.52	c  3581s| 39010k|568826 | 62110k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.74/3580.53	c  3581s| 39010k|568805 | 62111k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.74/3580.54	c  3581s| 39010k|568803 | 62111k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.74/3580.55	c  3581s| 39010k|568793 | 62111k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.74/3580.56	c  3581s| 39010k|568801 | 62111k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.74/3580.56	c  3581s| 39010k|568789 | 62111k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.74/3580.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3567.74/3580.58	c  3581s| 39010k|568789 | 62111k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.74/3580.58	c  3581s| 39010k|568793 | 62112k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.74/3580.59	c  3581s| 39011k|568759 | 62112k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.84/3580.60	c  3581s| 39011k|568761 | 62112k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.84/3580.61	c  3581s| 39011k|568751 | 62112k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.84/3580.62	c  3581s| 39011k|568745 | 62112k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.84/3580.63	c  3581s| 39011k|568751 | 62112k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.84/3580.64	c  3581s| 39011k|568763 | 62112k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.84/3580.65	c  3581s| 39011k|568767 | 62112k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.84/3580.65	c  3581s| 39011k|568744 | 62113k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.84/3580.66	c  3581s| 39011k|568750 | 62113k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.84/3580.67	c  3581s| 39011k|568744 | 62113k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.84/3580.68	c  3581s| 39012k|568728 | 62113k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.84/3580.69	c  3581s| 39012k|568727 | 62113k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.94/3580.70	c  3581s| 39012k|568723 | 62113k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.94/3580.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3567.94/3580.71	c  3581s| 39012k|568739 | 62114k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.94/3580.72	c  3581s| 39012k|568757 | 62114k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.94/3580.73	c  3581s| 39012k|568761 | 62114k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.94/3580.74	c  3581s| 39012k|568759 | 62114k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.94/3580.74	c  3581s| 39012k|568759 | 62114k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.94/3580.75	c  3581s| 39012k|568747 | 62114k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.94/3580.76	c  3581s| 39012k|568751 | 62115k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.94/3580.77	c  3581s| 39013k|568757 | 62115k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.94/3580.78	c  3581s| 39013k|568759 | 62115k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3567.94/3580.79	c  3581s| 39013k|568745 | 62115k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3568.04/3580.80	c  3581s| 39013k|568733 | 62115k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3568.04/3580.81	c  3581s| 39013k|568743 | 62115k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3568.04/3580.82	c  3581s| 39013k|568737 | 62115k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3568.04/3580.82	c  3581s| 39013k|568721 | 62116k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3568.04/3580.83	c  3581s| 39013k|568747 | 62116k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.33%
3568.04/3580.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3568.04/3580.84	c  3581s| 39013k|568743 | 62116k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.04/3580.85	c  3581s| 39013k|568743 | 62116k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.04/3580.86	c  3581s| 39014k|568731 | 62116k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.04/3580.87	c  3581s| 39014k|568709 | 62116k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.04/3580.88	c  3581s| 39014k|568697 | 62116k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.04/3580.88	c  3581s| 39014k|568685 | 62117k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.13/3580.90	c  3581s| 39014k|568673 | 62117k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.13/3580.90	c  3581s| 39014k|568693 | 62117k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.13/3580.92	c  3581s| 39014k|568733 | 62117k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.13/3580.93	c  3581s| 39014k|568749 | 62117k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.13/3580.93	c  3581s| 39014k|568761 | 62117k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.13/3580.94	c  3581s| 39014k|568765 | 62118k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.13/3580.95	c  3581s| 39015k|568781 | 62118k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.13/3580.96	c  3581s| 39015k|568787 | 62118k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.13/3580.97	c  3581s| 39015k|568785 | 62118k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.13/3580.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3568.13/3580.98	c  3581s| 39015k|568771 | 62118k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.13/3580.98	c  3581s| 39015k|568756 | 62118k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.13/3580.99	c  3581s| 39015k|568759 | 62119k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.13/3581.00	c  3581s| 39015k|568759 | 62119k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.25/3581.01	c  3581s| 39015k|568745 | 62119k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.25/3581.02	c  3581s| 39015k|568765 | 62119k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.25/3581.04	c  3581s| 39015k|568761 | 62119k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.25/3581.04	c  3581s| 39016k|568749 | 62119k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.25/3581.05	c  3581s| 39016k|568739 | 62119k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.25/3581.06	c  3581s| 39016k|568761 | 62120k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.25/3581.07	c  3581s| 39016k|568769 | 62120k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.25/3581.08	c  3581s| 39016k|568773 | 62120k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.25/3581.08	c  3581s| 39016k|568779 | 62120k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.25/3581.09	c  3581s| 39016k|568783 | 62120k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.25/3581.10	c  3581s| 39016k|568775 | 62120k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.35/3581.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3568.35/3581.11	c  3581s| 39016k|568777 | 62120k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.35/3581.12	c  3581s| 39016k|568767 | 62121k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.35/3581.13	c  3581s| 39017k|568767 | 62121k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.35/3581.13	c  3581s| 39017k|568753 | 62121k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.35/3581.14	c  3581s| 39017k|568741 | 62121k|   1.6 |   698M |  35 |  40 |  19 |  10 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.35/3581.15	c  3581s| 39017k|568725 | 62121k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.35/3581.16	c  3581s| 39017k|568729 | 62121k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.35/3581.17	c  3581s| 39017k|568737 | 62121k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.35/3581.18	c  3581s| 39017k|568733 | 62122k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.35/3581.18	c  3581s| 39017k|568731 | 62122k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.35/3581.19	c  3581s| 39017k|568720 | 62122k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.43/3581.20	c  3581s| 39017k|568695 | 62122k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.43/3581.21	c  3581s| 39018k|568705 | 62122k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.43/3581.22	c  3581s| 39018k|568695 | 62122k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.43/3581.23	c  3581s| 39018k|568735 | 62122k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.43/3581.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3568.43/3581.24	c  3581s| 39018k|568741 | 62123k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.43/3581.25	c  3581s| 39018k|568739 | 62123k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.43/3581.26	c  3581s| 39018k|568739 | 62123k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.43/3581.26	c  3581s| 39018k|568728 | 62123k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.43/3581.27	c  3581s| 39018k|568712 | 62123k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.43/3581.28	c  3581s| 39018k|568700 | 62123k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.43/3581.29	c  3581s| 39018k|568694 | 62123k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.53/3581.30	c  3581s| 39019k|568669 | 62124k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.53/3581.31	c  3581s| 39019k|568667 | 62124k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.53/3581.32	c  3581s| 39019k|568657 | 62124k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.53/3581.32	c  3581s| 39019k|568630 | 62124k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.53/3581.34	c  3581s| 39019k|568614 | 62124k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.53/3581.35	c  3581s| 39019k|568604 | 62124k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.53/3581.36	c  3581s| 39019k|568590 | 62124k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.53/3581.36	c  3581s| 39019k|568578 | 62124k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.53/3581.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3568.53/3581.37	c  3581s| 39019k|568608 | 62125k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.53/3581.38	c  3581s| 39019k|568622 | 62125k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.53/3581.39	c  3581s| 39020k|568610 | 62125k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.63/3581.40	c  3581s| 39020k|568618 | 62125k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.63/3581.40	c  3581s| 39020k|568610 | 62125k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.63/3581.41	c  3581s| 39020k|568614 | 62125k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.34%
3568.63/3581.42	c  3581s| 39020k|568608 | 62125k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.63/3581.43	c  3581s| 39020k|568610 | 62125k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.63/3581.43	c  3581s| 39020k|568601 | 62126k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.63/3581.44	c  3581s| 39020k|568587 | 62126k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.63/3581.45	c  3581s| 39020k|568599 | 62126k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.63/3581.46	c  3581s| 39020k|568597 | 62126k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.63/3581.47	c  3581s| 39021k|568579 | 62126k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.63/3581.48	c  3581s| 39021k|568581 | 62126k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.63/3581.49	c  3581s| 39021k|568574 | 62127k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.73/3581.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3568.73/3581.50	c  3581s| 39021k|568574 | 62127k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.73/3581.50	c  3581s| 39021k|568570 | 62127k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.73/3581.51	c  3581s| 39021k|568562 | 62127k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.73/3581.52	c  3582s| 39021k|568542 | 62127k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.73/3581.53	c  3582s| 39021k|568541 | 62127k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.73/3581.54	c  3582s| 39021k|568526 | 62127k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.73/3581.55	c  3582s| 39021k|568524 | 62127k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.73/3581.56	c  3582s| 39022k|568540 | 62128k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.73/3581.57	c  3582s| 39022k|568562 | 62128k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.73/3581.58	c  3582s| 39022k|568578 | 62128k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.73/3581.59	c  3582s| 39022k|568622 | 62128k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.83/3581.60	c  3582s| 39022k|568644 | 62128k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.83/3581.61	c  3582s| 39022k|568648 | 62128k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.83/3581.61	c  3582s| 39022k|568648 | 62129k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.83/3581.62	c  3582s| 39022k|568648 | 62129k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.83/3581.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3568.83/3581.63	c  3582s| 39022k|568650 | 62129k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.83/3581.64	c  3582s| 39022k|568654 | 62129k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.83/3581.65	c  3582s| 39023k|568660 | 62129k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.83/3581.66	c  3582s| 39023k|568656 | 62129k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.83/3581.67	c  3582s| 39023k|568658 | 62129k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.83/3581.67	c  3582s| 39023k|568656 | 62130k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.83/3581.68	c  3582s| 39023k|568658 | 62130k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.83/3581.69	c  3582s| 39023k|568662 | 62130k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.93/3581.70	c  3582s| 39023k|568658 | 62130k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.93/3581.71	c  3582s| 39023k|568686 | 62130k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.93/3581.72	c  3582s| 39023k|568690 | 62130k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.93/3581.72	c  3582s| 39023k|568700 | 62130k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.93/3581.73	c  3582s| 39024k|568712 | 62131k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.93/3581.74	c  3582s| 39024k|568712 | 62131k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.93/3581.75	c  3582s| 39024k|568712 | 62131k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.93/3581.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3568.93/3581.76	c  3582s| 39024k|568712 | 62131k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.93/3581.76	c  3582s| 39024k|568710 | 62131k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.93/3581.77	c  3582s| 39024k|568706 | 62131k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.93/3581.78	c  3582s| 39024k|568691 | 62131k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.93/3581.79	c  3582s| 39024k|568677 | 62131k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3568.93/3581.80	c  3582s| 39024k|568697 | 62132k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3569.03/3581.80	c  3582s| 39024k|568705 | 62132k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3569.03/3581.81	c  3582s| 39025k|568705 | 62132k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3569.03/3581.82	c  3582s| 39025k|568687 | 62132k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3569.03/3581.83	c  3582s| 39025k|568683 | 62132k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3569.03/3581.84	c  3582s| 39025k|568683 | 62132k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3569.03/3581.84	c  3582s| 39025k|568683 | 62132k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3569.03/3581.85	c  3582s| 39025k|568677 | 62132k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3569.03/3581.86	c  3582s| 39025k|568717 | 62133k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3569.03/3581.87	c  3582s| 39025k|568721 | 62133k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3569.03/3581.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3569.03/3581.88	c  3582s| 39025k|568735 | 62133k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3569.03/3581.89	c  3582s| 39025k|568763 | 62133k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3569.13/3581.90	c  3582s| 39026k|568767 | 62133k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3569.13/3581.91	c  3582s| 39026k|568759 | 62133k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3569.13/3581.92	c  3582s| 39026k|568747 | 62133k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3569.13/3581.93	c  3582s| 39026k|568751 | 62134k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3569.13/3581.94	c  3582s| 39026k|568755 | 62134k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3569.13/3581.94	c  3582s| 39026k|568751 | 62134k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3569.13/3581.95	c  3582s| 39026k|568740 | 62134k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.35%
3569.13/3581.96	c  3582s| 39026k|568726 | 62134k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.13/3581.97	c  3582s| 39026k|568701 | 62134k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.13/3581.98	c  3582s| 39026k|568692 | 62135k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.13/3581.99	c  3582s| 39027k|568681 | 62135k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.13/3581.99	c  3582s| 39027k|568681 | 62135k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.13/3582.00	c  3582s| 39027k|568671 | 62135k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.24/3582.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3569.24/3582.01	c  3582s| 39027k|568655 | 62135k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.24/3582.02	c  3582s| 39027k|568653 | 62135k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.24/3582.03	c  3582s| 39027k|568647 | 62135k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.24/3582.04	c  3582s| 39027k|568641 | 62135k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.24/3582.04	c  3582s| 39027k|568643 | 62136k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.24/3582.05	c  3582s| 39027k|568634 | 62136k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.24/3582.06	c  3582s| 39027k|568620 | 62136k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.24/3582.07	c  3582s| 39028k|568624 | 62136k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.24/3582.08	c  3582s| 39028k|568636 | 62136k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.24/3582.09	c  3582s| 39028k|568630 | 62136k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.24/3582.10	c  3582s| 39028k|568624 | 62136k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.24/3582.11	c  3582s| 39028k|568630 | 62136k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.34/3582.12	c  3582s| 39028k|568615 | 62137k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.34/3582.12	c  3582s| 39028k|568601 | 62137k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.34/3582.13	c  3582s| 39028k|568602 | 62137k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.34/3582.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3569.34/3582.14	c  3582s| 39028k|568584 | 62137k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.34/3582.15	c  3582s| 39028k|568587 | 62137k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.34/3582.16	c  3582s| 39029k|568575 | 62137k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.34/3582.17	c  3582s| 39029k|568556 | 62137k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.34/3582.18	c  3582s| 39029k|568584 | 62138k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.34/3582.19	c  3582s| 39029k|568604 | 62138k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.43/3582.21	c  3582s| 39029k|568648 | 62138k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.43/3582.21	c  3582s| 39029k|568652 | 62138k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.43/3582.22	c  3582s| 39029k|568644 | 62138k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.43/3582.23	c  3582s| 39029k|568642 | 62138k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.43/3582.24	c  3582s| 39029k|568646 | 62139k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.43/3582.25	c  3582s| 39029k|568672 | 62139k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.43/3582.26	c  3582s| 39030k|568676 | 62139k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.43/3582.27	c  3582s| 39030k|568672 | 62139k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.36%
3569.43/3582.28	c  3582s| 39030k|568670 | 62139k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.43/3582.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3569.43/3582.28	c  3582s| 39030k|568660 | 62139k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.43/3582.29	c  3582s| 39030k|568690 | 62140k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.53/3582.30	c  3582s| 39030k|568691 | 62140k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.53/3582.31	c  3582s| 39030k|568689 | 62140k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.53/3582.32	c  3582s| 39030k|568697 | 62140k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.53/3582.33	c  3582s| 39030k|568707 | 62140k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.53/3582.34	c  3582s| 39030k|568715 | 62140k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.53/3582.34	c  3582s| 39031k|568729 | 62140k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.53/3582.35	c  3582s| 39031k|568731 | 62140k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.53/3582.36	c  3582s| 39031k|568723 | 62141k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.53/3582.37	c  3582s| 39031k|568707 | 62141k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.53/3582.38	c  3582s| 39031k|568723 | 62141k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.53/3582.38	c  3582s| 39031k|568711 | 62141k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.53/3582.39	c  3582s| 39031k|568711 | 62141k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.63/3582.40	c  3582s| 39031k|568717 | 62141k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.63/3582.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3569.63/3582.41	c  3582s| 39031k|568719 | 62141k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.63/3582.41	c  3582s| 39031k|568701 | 62141k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.63/3582.42	c  3582s| 39032k|568713 | 62142k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.63/3582.43	c  3582s| 39032k|568701 | 62142k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.63/3582.44	c  3582s| 39032k|568723 | 62142k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.63/3582.45	c  3582s| 39032k|568723 | 62142k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.63/3582.46	c  3582s| 39032k|568729 | 62142k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.63/3582.47	c  3582s| 39032k|568727 | 62142k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.63/3582.48	c  3582s| 39032k|568715 | 62143k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.63/3582.49	c  3582s| 39032k|568726 | 62143k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.63/3582.49	c  3582s| 39032k|568715 | 62143k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.73/3582.50	c  3582s| 39032k|568749 | 62143k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.73/3582.51	c  3582s| 39033k|568755 | 62143k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.73/3582.52	c  3583s| 39033k|568759 | 62143k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.73/3582.53	c  3583s| 39033k|568767 | 62143k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.73/3582.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3569.73/3582.54	c  3583s| 39033k|568769 | 62144k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.73/3582.55	c  3583s| 39033k|568777 | 62144k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.73/3582.56	c  3583s| 39033k|568819 | 62144k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.73/3582.57	c  3583s| 39033k|568839 | 62144k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.73/3582.58	c  3583s| 39033k|568855 | 62144k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.73/3582.59	c  3583s| 39033k|568865 | 62145k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.83/3582.60	c  3583s| 39033k|568865 | 62145k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.83/3582.61	c  3583s| 39034k|568869 | 62145k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.83/3582.61	c  3583s| 39034k|568885 | 62145k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.83/3582.63	c  3583s| 39034k|568893 | 62145k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.83/3582.63	c  3583s| 39034k|568883 | 62145k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.83/3582.64	c  3583s| 39034k|568885 | 62145k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.83/3582.65	c  3583s| 39034k|568873 | 62146k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.83/3582.66	c  3583s| 39034k|568859 | 62146k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.83/3582.67	c  3583s| 39034k|568866 | 62146k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.83/3582.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3569.83/3582.68	c  3583s| 39034k|568884 | 62146k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.83/3582.68	c  3583s| 39034k|568866 | 62146k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.83/3582.69	c  3583s| 39035k|568876 | 62146k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.93/3582.70	c  3583s| 39035k|568870 | 62146k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.93/3582.71	c  3583s| 39035k|568866 | 62147k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.93/3582.72	c  3583s| 39035k|568850 | 62147k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.93/3582.73	c  3583s| 39035k|568848 | 62147k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.93/3582.73	c  3583s| 39035k|568834 | 62147k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.93/3582.74	c  3583s| 39035k|568832 | 62147k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.93/3582.75	c  3583s| 39035k|568830 | 62147k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.93/3582.76	c  3583s| 39035k|568824 | 62147k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.93/3582.77	c  3583s| 39035k|568801 | 62148k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.93/3582.78	c  3583s| 39036k|568780 | 62148k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.93/3582.78	c  3583s| 39036k|568800 | 62148k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3569.93/3582.79	c  3583s| 39036k|568804 | 62148k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3570.03/3582.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3570.03/3582.80	c  3583s| 39036k|568818 | 62148k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3570.03/3582.81	c  3583s| 39036k|568814 | 62148k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3570.03/3582.82	c  3583s| 39036k|568820 | 62148k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3570.03/3582.83	c  3583s| 39036k|568810 | 62149k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3570.03/3582.83	c  3583s| 39036k|568792 | 62149k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3570.03/3582.84	c  3583s| 39036k|568808 | 62149k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3570.03/3582.86	c  3583s| 39036k|568836 | 62149k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3570.03/3582.86	c  3583s| 39037k|568860 | 62149k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3570.03/3582.88	c  3583s| 39037k|568886 | 62149k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3570.03/3582.89	c  3583s| 39037k|568902 | 62149k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3570.03/3582.89	c  3583s| 39037k|568910 | 62150k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3570.13/3582.90	c  3583s| 39037k|568916 | 62150k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3570.13/3582.91	c  3583s| 39037k|568912 | 62150k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.37%
3570.13/3582.92	c  3583s| 39037k|568922 | 62150k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.13/3582.93	c  3583s| 39037k|568920 | 62150k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.13/3582.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3570.13/3582.94	c  3583s| 39037k|568946 | 62150k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.13/3582.95	c  3583s| 39037k|568948 | 62151k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.13/3582.96	c  3583s| 39038k|568946 | 62151k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.13/3582.97	c  3583s| 39038k|568946 | 62151k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.13/3582.97	c  3583s| 39038k|568962 | 62151k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.13/3582.99	c  3583s| 39038k|568988 | 62151k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.13/3583.00	c  3583s| 39038k|568994 | 62151k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.13/3583.01	c  3583s| 39038k|569000 | 62151k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.24/3583.01	c  3583s| 39038k|569006 | 62152k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.24/3583.02	c  3583s| 39038k|569002 | 62152k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.24/3583.03	c  3583s| 39038k|569006 | 62152k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.24/3583.04	c  3583s| 39038k|569010 | 62152k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.24/3583.05	c  3583s| 39039k|569022 | 62152k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.24/3583.06	c  3583s| 39039k|569040 | 62152k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.24/3583.06	c  3583s| 39039k|569044 | 62152k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.24/3583.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3570.24/3583.07	c  3583s| 39039k|569030 | 62152k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.24/3583.08	c  3583s| 39039k|569032 | 62153k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.24/3583.09	c  3583s| 39039k|569024 | 62153k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.24/3583.09	c  3583s| 39039k|569016 | 62153k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.24/3583.10	c  3583s| 39039k|569004 | 62153k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.34/3583.11	c  3583s| 39039k|569000 | 62153k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.34/3583.12	c  3583s| 39039k|569002 | 62153k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.34/3583.12	c  3583s| 39040k|568988 | 62153k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.34/3583.14	c  3583s| 39040k|569018 | 62153k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.34/3583.14	c  3583s| 39040k|569014 | 62153k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.34/3583.15	c  3583s| 39040k|569016 | 62154k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.34/3583.16	c  3583s| 39040k|569008 | 62154k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.34/3583.17	c  3583s| 39040k|569000 | 62154k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.34/3583.17	c  3583s| 39040k|568992 | 62154k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.34/3583.18	c  3583s| 39040k|568992 | 62154k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.34/3583.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3570.34/3583.19	c  3583s| 39040k|568986 | 62154k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.43/3583.20	c  3583s| 39040k|568988 | 62154k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.43/3583.21	c  3583s| 39041k|568972 | 62154k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.43/3583.21	c  3583s| 39041k|568963 | 62155k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.43/3583.22	c  3583s| 39041k|568951 | 62155k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.43/3583.23	c  3583s| 39041k|568935 | 62155k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.43/3583.24	c  3583s| 39041k|568927 | 62155k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.43/3583.25	c  3583s| 39041k|568929 | 62155k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.43/3583.26	c  3583s| 39041k|568917 | 62155k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.43/3583.26	c  3583s| 39041k|568911 | 62155k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.43/3583.27	c  3583s| 39041k|568897 | 62155k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.43/3583.28	c  3583s| 39041k|568883 | 62156k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.43/3583.29	c  3583s| 39042k|568867 | 62156k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.52/3583.30	c  3583s| 39042k|568859 | 62156k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.52/3583.31	c  3583s| 39042k|568853 | 62156k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.52/3583.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3570.52/3583.32	c  3583s| 39042k|568841 | 62156k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.52/3583.33	c  3583s| 39042k|568823 | 62156k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.52/3583.33	c  3583s| 39042k|568807 | 62156k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.52/3583.34	c  3583s| 39042k|568784 | 62156k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.52/3583.35	c  3583s| 39042k|568794 | 62157k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.52/3583.36	c  3583s| 39042k|568785 | 62157k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.52/3583.37	c  3583s| 39042k|568784 | 62157k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.52/3583.38	c  3583s| 39043k|568754 | 62157k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.52/3583.39	c  3583s| 39043k|568762 | 62157k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.62/3583.40	c  3583s| 39043k|568782 | 62157k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.62/3583.47	c  3583s| 39043k|568791 | 62157k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.62/3583.48	c  3583s| 39043k|568799 | 62158k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.62/3583.49	c  3583s| 39043k|568805 | 62158k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.72/3583.50	c  3583s| 39043k|568802 | 62158k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.72/3583.51	c  3583s| 39043k|568804 | 62158k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.72/3583.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3570.72/3583.52	c  3584s| 39043k|568828 | 62158k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.72/3583.53	c  3584s| 39043k|568823 | 62158k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.72/3583.54	c  3584s| 39044k|568821 | 62159k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.72/3583.54	c  3584s| 39044k|568817 | 62159k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.72/3583.55	c  3584s| 39044k|568808 | 62159k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.72/3583.56	c  3584s| 39044k|568798 | 62159k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.72/3583.57	c  3584s| 39044k|568782 | 62159k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.72/3583.58	c  3584s| 39044k|568786 | 62159k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.72/3583.59	c  3584s| 39044k|568782 | 62159k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.38%
3570.82/3583.60	c  3584s| 39044k|568774 | 62159k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3570.82/3583.60	c  3584s| 39044k|568774 | 62160k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3570.82/3583.61	c  3584s| 39044k|568772 | 62160k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3570.82/3583.63	c  3584s| 39045k|568768 | 62160k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3570.82/3583.63	c  3584s| 39045k|568758 | 62160k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3570.82/3583.64	c  3584s| 39045k|568760 | 62160k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3570.82/3583.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3570.82/3583.65	c  3584s| 39045k|568739 | 62160k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3570.82/3583.66	c  3584s| 39045k|568731 | 62160k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3570.82/3583.67	c  3584s| 39045k|568723 | 62160k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3570.82/3583.68	c  3584s| 39045k|568707 | 62161k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3570.82/3583.68	c  3584s| 39045k|568695 | 62161k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3570.92/3583.70	c  3584s| 39045k|568703 | 62161k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3570.92/3583.71	c  3584s| 39045k|568709 | 62161k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3570.92/3583.72	c  3584s| 39046k|568691 | 62161k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3570.92/3583.72	c  3584s| 39046k|568671 | 62161k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3570.92/3583.73	c  3584s| 39046k|568663 | 62161k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3570.92/3583.74	c  3584s| 39046k|568653 | 62162k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3570.92/3583.75	c  3584s| 39046k|568677 | 62162k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3570.92/3583.76	c  3584s| 39046k|568669 | 62162k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3570.92/3583.76	c  3584s| 39046k|568675 | 62162k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3570.92/3583.77	c  3584s| 39046k|568667 | 62162k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3570.92/3583.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3570.92/3583.78	c  3584s| 39046k|568687 | 62162k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3570.92/3583.79	c  3584s| 39046k|568687 | 62162k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3571.02/3583.80	c  3584s| 39047k|568681 | 62163k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3571.02/3583.81	c  3584s| 39047k|568677 | 62163k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3571.02/3583.81	c  3584s| 39047k|568665 | 62163k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3571.02/3583.82	c  3584s| 39047k|568685 | 62163k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3571.02/3583.83	c  3584s| 39047k|568691 | 62163k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3571.02/3583.84	c  3584s| 39047k|568691 | 62163k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3571.02/3583.85	c  3584s| 39047k|568701 | 62163k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3571.02/3583.86	c  3584s| 39047k|568695 | 62164k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3571.02/3583.87	c  3584s| 39047k|568685 | 62164k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.39%
3571.02/3583.88	c  3584s| 39047k|568691 | 62164k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.12/3583.90	c  3584s| 39048k|568723 | 62164k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.12/3583.91	c  3584s| 39048k|568737 | 62164k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.12/3583.92	c  3584s| 39048k|568746 | 62164k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.12/3583.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3571.12/3583.93	c  3584s| 39048k|568730 | 62164k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.12/3583.94	c  3584s| 39048k|568709 | 62165k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.12/3583.94	c  3584s| 39048k|568691 | 62165k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.12/3583.95	c  3584s| 39048k|568662 | 62165k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.12/3583.96	c  3584s| 39048k|568656 | 62165k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.12/3583.97	c  3584s| 39048k|568636 | 62165k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.12/3583.98	c  3584s| 39048k|568630 | 62165k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.12/3583.99	c  3584s| 39049k|568622 | 62165k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.12/3584.00	c  3584s| 39049k|568610 | 62166k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.23/3584.01	c  3584s| 39049k|568576 | 62166k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.23/3584.02	c  3584s| 39049k|568560 | 62166k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.23/3584.02	c  3584s| 39049k|568558 | 62166k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.23/3584.03	c  3584s| 39049k|568545 | 62166k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.23/3584.04	c  3584s| 39049k|568540 | 62166k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.23/3584.05	c  3584s| 39049k|568530 | 62166k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.23/3584.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3571.23/3584.06	c  3584s| 39049k|568527 | 62167k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.23/3584.07	c  3584s| 39049k|568521 | 62167k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.23/3584.08	c  3584s| 39050k|568539 | 62167k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.23/3584.09	c  3584s| 39050k|568541 | 62167k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.23/3584.09	c  3584s| 39050k|568543 | 62167k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.23/3584.10	c  3584s| 39050k|568543 | 62167k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.33/3584.11	c  3584s| 39050k|568528 | 62167k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.33/3584.12	c  3584s| 39050k|568524 | 62168k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.33/3584.13	c  3584s| 39050k|568524 | 62168k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.33/3584.14	c  3584s| 39050k|568506 | 62168k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.33/3584.15	c  3584s| 39050k|568510 | 62168k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.33/3584.16	c  3584s| 39050k|568508 | 62168k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.33/3584.17	c  3584s| 39051k|568513 | 62168k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.33/3584.17	c  3584s| 39051k|568484 | 62168k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.33/3584.18	c  3584s| 39051k|568488 | 62169k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.33/3584.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3571.33/3584.19	c  3584s| 39051k|568492 | 62169k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.42/3584.20	c  3584s| 39051k|568488 | 62169k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 322k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.42/3584.21	c  3584s| 39051k|568486 | 62169k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.42/3584.22	c  3584s| 39051k|568480 | 62169k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.42/3584.23	c  3584s| 39051k|568472 | 62169k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.42/3584.23	c  3584s| 39051k|568452 | 62169k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.42/3584.24	c  3584s| 39051k|568424 | 62170k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.42/3584.25	c  3584s| 39052k|568409 | 62170k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.42/3584.27	c  3584s| 39052k|568419 | 62170k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.42/3584.28	c  3584s| 39052k|568415 | 62170k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.42/3584.28	c  3584s| 39052k|568403 | 62170k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.42/3584.29	c  3584s| 39052k|568380 | 62170k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.52/3584.30	c  3584s| 39052k|568368 | 62170k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.52/3584.31	c  3584s| 39052k|568354 | 62171k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.52/3584.32	c  3584s| 39052k|568362 | 62171k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.52/3584.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3571.52/3584.33	c  3584s| 39052k|568344 | 62171k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.52/3584.34	c  3584s| 39052k|568346 | 62171k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.52/3584.35	c  3584s| 39053k|568338 | 62171k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.52/3584.36	c  3584s| 39053k|568307 | 62171k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.52/3584.37	c  3584s| 39053k|568307 | 62171k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.52/3584.38	c  3584s| 39053k|568301 | 62172k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.52/3584.38	c  3584s| 39053k|568294 | 62172k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.52/3584.39	c  3584s| 39053k|568286 | 62172k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.62/3584.40	c  3584s| 39053k|568276 | 62172k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.62/3584.41	c  3584s| 39053k|568276 | 62172k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.62/3584.42	c  3584s| 39053k|568265 | 62172k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.62/3584.43	c  3584s| 39053k|568255 | 62172k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.62/3584.44	c  3584s| 39054k|568273 | 62173k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.40%
3571.62/3584.45	c  3584s| 39054k|568285 | 62173k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.62/3584.46	c  3584s| 39054k|568299 | 62173k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.62/3584.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3571.62/3584.47	c  3584s| 39054k|568305 | 62173k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.62/3584.48	c  3584s| 39054k|568313 | 62173k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.62/3584.49	c  3584s| 39054k|568305 | 62173k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.72/3584.50	c  3584s| 39054k|568315 | 62174k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.72/3584.51	c  3584s| 39054k|568313 | 62174k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.72/3584.51	c  3585s| 39054k|568312 | 62174k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.72/3584.52	c  3585s| 39054k|568306 | 62174k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.72/3584.53	c  3585s| 39055k|568306 | 62174k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.72/3584.54	c  3585s| 39055k|568306 | 62174k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.72/3584.55	c  3585s| 39055k|568288 | 62174k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.72/3584.56	c  3585s| 39055k|568284 | 62174k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.72/3584.56	c  3585s| 39055k|568274 | 62175k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.72/3584.57	c  3585s| 39055k|568254 | 62175k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.72/3584.58	c  3585s| 39055k|568274 | 62175k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.72/3584.59	c  3585s| 39055k|568266 | 62175k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.82/3584.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3571.82/3584.60	c  3585s| 39055k|568249 | 62175k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.82/3584.61	c  3585s| 39055k|568220 | 62175k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.82/3584.62	c  3585s| 39056k|568224 | 62175k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.82/3584.63	c  3585s| 39056k|568218 | 62176k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.82/3584.64	c  3585s| 39056k|568226 | 62176k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.82/3584.65	c  3585s| 39056k|568238 | 62176k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.82/3584.66	c  3585s| 39056k|568211 | 62176k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.82/3584.67	c  3585s| 39056k|568216 | 62176k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.82/3584.68	c  3585s| 39056k|568227 | 62176k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.82/3584.69	c  3585s| 39056k|568215 | 62176k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.82/3584.69	c  3585s| 39056k|568209 | 62176k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.92/3584.70	c  3585s| 39056k|568209 | 62177k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.92/3584.71	c  3585s| 39057k|568202 | 62177k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.92/3584.72	c  3585s| 39057k|568194 | 62177k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.92/3584.73	c  3585s| 39057k|568184 | 62177k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.92/3584.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3571.92/3584.74	c  3585s| 39057k|568186 | 62177k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.92/3584.75	c  3585s| 39057k|568176 | 62177k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.92/3584.75	c  3585s| 39057k|568176 | 62177k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.92/3584.76	c  3585s| 39057k|568176 | 62178k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.92/3584.77	c  3585s| 39057k|568194 | 62178k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.92/3584.78	c  3585s| 39057k|568220 | 62178k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3571.92/3584.80	c  3585s| 39057k|568238 | 62178k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3572.02/3584.80	c  3585s| 39058k|568242 | 62178k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3572.02/3584.82	c  3585s| 39058k|568266 | 62178k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3572.02/3584.83	c  3585s| 39058k|568276 | 62179k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3572.02/3584.84	c  3585s| 39058k|568285 | 62179k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3572.02/3584.84	c  3585s| 39058k|568287 | 62179k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3572.02/3584.85	c  3585s| 39058k|568270 | 62179k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3572.02/3584.86	c  3585s| 39058k|568262 | 62179k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3572.02/3584.87	c  3585s| 39058k|568281 | 62179k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3572.02/3584.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3572.02/3584.88	c  3585s| 39058k|568257 | 62179k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3572.02/3584.89	c  3585s| 39058k|568241 | 62180k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3572.02/3584.89	c  3585s| 39059k|568251 | 62180k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3572.12/3584.90	c  3585s| 39059k|568245 | 62180k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3572.12/3584.91	c  3585s| 39059k|568218 | 62180k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3572.12/3584.93	c  3585s| 39059k|568246 | 62180k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3572.12/3584.93	c  3585s| 39059k|568250 | 62180k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3572.12/3584.94	c  3585s| 39059k|568240 | 62180k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3572.12/3584.95	c  3585s| 39059k|568252 | 62181k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3572.12/3584.96	c  3585s| 39059k|568236 | 62181k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.41%
3572.12/3584.97	c  3585s| 39059k|568215 | 62181k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.12/3584.98	c  3585s| 39059k|568203 | 62181k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.12/3584.98	c  3585s| 39060k|568198 | 62181k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.12/3584.99	c  3585s| 39060k|568185 | 62181k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.12/3585.00	c  3585s| 39060k|568162 | 62181k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.23/3585.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3572.23/3585.01	c  3585s| 39060k|568145 | 62181k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.23/3585.02	c  3585s| 39060k|568157 | 62182k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.23/3585.03	c  3585s| 39060k|568159 | 62182k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.23/3585.04	c  3585s| 39060k|568151 | 62182k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.23/3585.04	c  3585s| 39060k|568149 | 62182k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.23/3585.05	c  3585s| 39060k|568134 | 62182k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.23/3585.06	c  3585s| 39060k|568134 | 62182k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.23/3585.07	c  3585s| 39061k|568122 | 62182k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.23/3585.08	c  3585s| 39061k|568116 | 62183k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.23/3585.09	c  3585s| 39061k|568114 | 62183k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.23/3585.10	c  3585s| 39061k|568102 | 62183k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.33/3585.11	c  3585s| 39061k|568112 | 62183k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.33/3585.12	c  3585s| 39061k|568106 | 62183k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.33/3585.12	c  3585s| 39061k|568096 | 62183k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.33/3585.13	c  3585s| 39061k|568080 | 62183k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.33/3585.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3572.33/3585.14	c  3585s| 39061k|568069 | 62184k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.33/3585.15	c  3585s| 39061k|568077 | 62184k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.33/3585.16	c  3585s| 39062k|568083 | 62184k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.33/3585.17	c  3585s| 39062k|568091 | 62184k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.33/3585.18	c  3585s| 39062k|568089 | 62184k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.33/3585.19	c  3585s| 39062k|568095 | 62184k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.42/3585.20	c  3585s| 39062k|568089 | 62184k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.42%
3572.42/3585.21	c  3585s| 39062k|568077 | 62185k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.42/3585.22	c  3585s| 39062k|568071 | 62185k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.42/3585.23	c  3585s| 39062k|568059 | 62185k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.42/3585.24	c  3585s| 39062k|568045 | 62185k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.42/3585.25	c  3585s| 39062k|568029 | 62185k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.42/3585.26	c  3585s| 39063k|568014 | 62185k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.42/3585.27	c  3585s| 39063k|567999 | 62185k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.42/3585.28	c  3585s| 39063k|568005 | 62186k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.42/3585.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3572.42/3585.28	c  3585s| 39063k|567989 | 62186k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.42/3585.29	c  3585s| 39063k|567989 | 62186k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.52/3585.30	c  3585s| 39063k|567983 | 62186k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.52/3585.31	c  3585s| 39063k|567976 | 62186k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.52/3585.32	c  3585s| 39063k|567986 | 62186k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.52/3585.33	c  3585s| 39063k|567989 | 62186k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.52/3585.34	c  3585s| 39063k|567999 | 62187k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.52/3585.35	c  3585s| 39064k|568025 | 62187k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.52/3585.36	c  3585s| 39064k|568031 | 62187k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.52/3585.37	c  3585s| 39064k|568045 | 62187k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.52/3585.37	c  3585s| 39064k|568039 | 62187k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.52/3585.38	c  3585s| 39064k|568029 | 62187k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.52/3585.39	c  3585s| 39064k|568025 | 62187k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.61/3585.40	c  3585s| 39064k|568021 | 62188k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.61/3585.41	c  3585s| 39064k|568025 | 62188k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.61/3585.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3572.61/3585.42	c  3585s| 39064k|568029 | 62188k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.61/3585.43	c  3585s| 39064k|568027 | 62188k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.61/3585.43	c  3585s| 39065k|568013 | 62188k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.61/3585.44	c  3585s| 39065k|568001 | 62188k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.61/3585.45	c  3585s| 39065k|568002 | 62188k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.61/3585.46	c  3585s| 39065k|568000 | 62189k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.61/3585.47	c  3585s| 39065k|568000 | 62189k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.61/3585.48	c  3585s| 39065k|567992 | 62189k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.61/3585.49	c  3585s| 39065k|567977 | 62189k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.71/3585.50	c  3585s| 39065k|567997 | 62189k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.43%
3572.71/3585.51	c  3585s| 39065k|568001 | 62189k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.71/3585.51	c  3586s| 39065k|567989 | 62189k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.71/3585.52	c  3586s| 39066k|567983 | 62189k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.71/3585.53	c  3586s| 39066k|567969 | 62189k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.71/3585.54	c  3586s| 39066k|567957 | 62190k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.71/3585.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3572.71/3585.55	c  3586s| 39066k|567966 | 62190k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.71/3585.56	c  3586s| 39066k|567978 | 62190k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.71/3585.57	c  3586s| 39066k|567966 | 62190k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.71/3585.57	c  3586s| 39066k|567952 | 62190k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.71/3585.58	c  3586s| 39066k|567936 | 62190k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.71/3585.59	c  3586s| 39066k|567924 | 62190k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.81/3585.60	c  3586s| 39066k|567914 | 62191k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.81/3585.61	c  3586s| 39067k|567902 | 62191k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.81/3585.62	c  3586s| 39067k|567894 | 62191k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.81/3585.63	c  3586s| 39067k|567884 | 62191k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.81/3585.63	c  3586s| 39067k|567873 | 62191k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.81/3585.64	c  3586s| 39067k|567863 | 62191k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.81/3585.65	c  3586s| 39067k|567869 | 62191k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.81/3585.66	c  3586s| 39067k|567863 | 62191k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.81/3585.67	c  3586s| 39067k|567851 | 62192k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.81/3585.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3572.81/3585.68	c  3586s| 39067k|567827 | 62192k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.81/3585.69	c  3586s| 39067k|567813 | 62192k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.91/3585.70	c  3586s| 39068k|567783 | 62192k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.91/3585.71	c  3586s| 39068k|567773 | 62192k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.91/3585.71	c  3586s| 39068k|567753 | 62192k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.91/3585.72	c  3586s| 39068k|567749 | 62192k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.91/3585.73	c  3586s| 39068k|567729 | 62192k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.91/3585.74	c  3586s| 39068k|567721 | 62193k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.91/3585.75	c  3586s| 39068k|567718 | 62193k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.91/3585.76	c  3586s| 39068k|567726 | 62193k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.91/3585.77	c  3586s| 39068k|567738 | 62193k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.91/3585.78	c  3586s| 39068k|567716 | 62193k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.91/3585.78	c  3586s| 39069k|567710 | 62193k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3572.91/3585.79	c  3586s| 39069k|567681 | 62193k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.01/3585.80	c  3586s| 39069k|567684 | 62194k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.01/3585.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3573.01/3585.81	c  3586s| 39069k|567694 | 62194k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.01/3585.82	c  3586s| 39069k|567706 | 62194k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.01/3585.83	c  3586s| 39069k|567712 | 62194k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.01/3585.83	c  3586s| 39069k|567710 | 62194k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.01/3585.84	c  3586s| 39069k|567702 | 62194k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.01/3585.85	c  3586s| 39069k|567696 | 62194k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.01/3585.86	c  3586s| 39069k|567693 | 62194k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.01/3585.87	c  3586s| 39070k|567697 | 62195k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.01/3585.88	c  3586s| 39070k|567717 | 62195k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.01/3585.89	c  3586s| 39070k|567711 | 62195k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.11/3585.90	c  3586s| 39070k|567699 | 62195k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.11/3585.91	c  3586s| 39070k|567687 | 62195k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.11/3585.91	c  3586s| 39070k|567669 | 62195k|   1.6 |   698M |  35 |  40 |  19 |   5 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.11/3585.92	c  3586s| 39070k|567663 | 62195k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.11/3585.93	c  3586s| 39070k|567671 | 62196k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.11/3585.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3573.11/3585.94	c  3586s| 39070k|567671 | 62196k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.11/3585.95	c  3586s| 39070k|567653 | 62196k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.11/3585.96	c  3586s| 39071k|567677 | 62196k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.11/3585.97	c  3586s| 39071k|567681 | 62196k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.11/3585.98	c  3586s| 39071k|567679 | 62196k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.11/3585.98	c  3586s| 39071k|567685 | 62197k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.11/3585.99	c  3586s| 39071k|567677 | 62197k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.11/3586.00	c  3586s| 39071k|567687 | 62197k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.22/3586.01	c  3586s| 39071k|567685 | 62197k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.22/3586.02	c  3586s| 39071k|567675 | 62197k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.22/3586.03	c  3586s| 39071k|567685 | 62197k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.22/3586.04	c  3586s| 39071k|567693 | 62197k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.22/3586.04	c  3586s| 39072k|567695 | 62197k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.22/3586.06	c  3586s| 39072k|567709 | 62198k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.22/3586.07	c  3586s| 39072k|567714 | 62198k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.22/3586.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3573.22/3586.08	c  3586s| 39072k|567704 | 62198k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.22/3586.08	c  3586s| 39072k|567696 | 62198k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.22/3586.09	c  3586s| 39072k|567672 | 62198k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.44%
3573.22/3586.10	c  3586s| 39072k|567652 | 62198k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.32/3586.11	c  3586s| 39072k|567644 | 62198k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.32/3586.12	c  3586s| 39072k|567630 | 62199k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.32/3586.13	c  3586s| 39072k|567632 | 62199k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.32/3586.14	c  3586s| 39073k|567650 | 62199k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.32/3586.15	c  3586s| 39073k|567662 | 62199k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.32/3586.16	c  3586s| 39073k|567684 | 62199k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.32/3586.16	c  3586s| 39073k|567682 | 62199k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.32/3586.17	c  3586s| 39073k|567690 | 62200k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.32/3586.19	c  3586s| 39073k|567704 | 62200k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.41/3586.20	c  3586s| 39073k|567748 | 62200k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.41/3586.21	c  3586s| 39073k|567772 | 62200k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.41/3586.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3573.41/3586.22	c  3586s| 39073k|567780 | 62200k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.41/3586.23	c  3586s| 39073k|567776 | 62200k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.41/3586.24	c  3586s| 39074k|567782 | 62201k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.41/3586.24	c  3586s| 39074k|567786 | 62201k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.41/3586.26	c  3586s| 39074k|567820 | 62201k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.41/3586.27	c  3586s| 39074k|567828 | 62201k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.41/3586.28	c  3586s| 39074k|567840 | 62201k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.41/3586.29	c  3586s| 39074k|567872 | 62201k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.41/3586.29	c  3586s| 39074k|567894 | 62201k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.51/3586.31	c  3586s| 39074k|567922 | 62202k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.51/3586.32	c  3586s| 39074k|567960 | 62202k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.51/3586.33	c  3586s| 39074k|567988 | 62202k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.51/3586.34	c  3586s| 39075k|568000 | 62202k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.51/3586.34	c  3586s| 39075k|568010 | 62202k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.51/3586.35	c  3586s| 39075k|568006 | 62202k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.51/3586.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3573.51/3586.36	c  3586s| 39075k|567992 | 62203k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.51/3586.37	c  3586s| 39075k|567990 | 62203k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.51/3586.38	c  3586s| 39075k|567982 | 62203k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.51/3586.39	c  3586s| 39075k|567978 | 62203k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.51/3586.39	c  3586s| 39075k|567974 | 62203k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.61/3586.40	c  3586s| 39075k|567970 | 62203k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.61/3586.41	c  3586s| 39075k|567962 | 62203k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.61/3586.42	c  3586s| 39076k|567986 | 62203k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.61/3586.43	c  3586s| 39076k|567994 | 62204k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.61/3586.44	c  3586s| 39076k|568004 | 62204k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.61/3586.45	c  3586s| 39076k|567990 | 62204k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.61/3586.46	c  3586s| 39076k|567986 | 62204k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.61/3586.47	c  3586s| 39076k|568014 | 62204k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.61/3586.48	c  3586s| 39076k|568012 | 62204k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.61/3586.49	c  3586s| 39076k|568006 | 62205k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.61/3586.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3573.61/3586.49	c  3586s| 39076k|568005 | 62205k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.71/3586.50	c  3586s| 39076k|567995 | 62205k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.71/3586.51	c  3586s| 39077k|567997 | 62205k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.71/3586.52	c  3587s| 39077k|567993 | 62205k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.71/3586.53	c  3587s| 39077k|567995 | 62205k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.71/3586.54	c  3587s| 39077k|567986 | 62205k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.71/3586.55	c  3587s| 39077k|567974 | 62205k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.71/3586.55	c  3587s| 39077k|567970 | 62206k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.71/3586.56	c  3587s| 39077k|567954 | 62206k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.71/3586.57	c  3587s| 39077k|567974 | 62206k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.71/3586.58	c  3587s| 39077k|567960 | 62206k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.81/3586.60	c  3587s| 39077k|567968 | 62206k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.81/3586.61	c  3587s| 39078k|567988 | 62206k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.81/3586.62	c  3587s| 39078k|567996 | 62207k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.81/3586.63	c  3587s| 39078k|567993 | 62207k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.81/3586.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3573.81/3586.63	c  3587s| 39078k|567989 | 62207k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.81/3586.64	c  3587s| 39078k|567997 | 62207k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.81/3586.65	c  3587s| 39078k|567981 | 62207k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.81/3586.66	c  3587s| 39078k|567973 | 62207k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.81/3586.66	c  3587s| 39078k|567953 | 62207k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.81/3586.67	c  3587s| 39078k|567955 | 62207k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.81/3586.68	c  3587s| 39078k|567951 | 62207k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.81/3586.69	c  3587s| 39079k|567943 | 62208k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.91/3586.70	c  3587s| 39079k|567931 | 62208k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.91/3586.71	c  3587s| 39079k|567925 | 62208k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.45%
3573.91/3586.72	c  3587s| 39079k|567937 | 62208k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3573.91/3586.72	c  3587s| 39079k|567917 | 62208k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3573.91/3586.73	c  3587s| 39079k|567909 | 62208k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3573.91/3586.74	c  3587s| 39079k|567901 | 62208k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3573.91/3586.75	c  3587s| 39079k|567897 | 62209k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3573.91/3586.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3573.91/3586.76	c  3587s| 39079k|567891 | 62209k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3573.91/3586.76	c  3587s| 39079k|567873 | 62209k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3573.91/3586.77	c  3587s| 39080k|567847 | 62209k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3573.91/3586.78	c  3587s| 39080k|567834 | 62209k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3573.91/3586.79	c  3587s| 39080k|567813 | 62209k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.01/3586.80	c  3587s| 39080k|567807 | 62209k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.01/3586.81	c  3587s| 39080k|567813 | 62209k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.01/3586.81	c  3587s| 39080k|567811 | 62210k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.01/3586.82	c  3587s| 39080k|567807 | 62210k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.01/3586.83	c  3587s| 39080k|567799 | 62210k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.01/3586.84	c  3587s| 39080k|567803 | 62210k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.01/3586.84	c  3587s| 39080k|567807 | 62210k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.01/3586.85	c  3587s| 39081k|567796 | 62210k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.01/3586.86	c  3587s| 39081k|567780 | 62210k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.01/3586.87	c  3587s| 39081k|567787 | 62210k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.01/3586.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3574.01/3586.88	c  3587s| 39081k|567829 | 62211k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.01/3586.89	c  3587s| 39081k|567837 | 62211k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.11/3586.90	c  3587s| 39081k|567851 | 62211k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.11/3586.91	c  3587s| 39081k|567869 | 62211k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.11/3586.92	c  3587s| 39081k|567879 | 62211k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.11/3586.93	c  3587s| 39081k|567895 | 62211k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.11/3586.94	c  3587s| 39081k|567899 | 62212k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.11/3586.95	c  3587s| 39082k|567909 | 62212k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.11/3586.96	c  3587s| 39082k|567927 | 62212k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.11/3586.97	c  3587s| 39082k|567925 | 62212k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.11/3586.98	c  3587s| 39082k|567929 | 62212k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.11/3586.99	c  3587s| 39082k|567944 | 62212k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.11/3587.00	c  3587s| 39082k|567942 | 62213k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.22/3587.01	c  3587s| 39082k|567964 | 62213k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.22/3587.02	c  3587s| 39082k|567974 | 62213k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.22/3587.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3574.22/3587.03	c  3587s| 39082k|567974 | 62213k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.22/3587.04	c  3587s| 39082k|567972 | 62213k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.22/3587.04	c  3587s| 39083k|567970 | 62213k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.22/3587.05	c  3587s| 39083k|567982 | 62213k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.22/3587.06	c  3587s| 39083k|567972 | 62214k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.22/3587.07	c  3587s| 39083k|567962 | 62214k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.22/3587.08	c  3587s| 39083k|567970 | 62214k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.22/3587.08	c  3587s| 39083k|567974 | 62214k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.22/3587.09	c  3587s| 39083k|567978 | 62214k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.22/3587.10	c  3587s| 39083k|567968 | 62214k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.32/3587.11	c  3587s| 39083k|567960 | 62214k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.32/3587.12	c  3587s| 39083k|567960 | 62215k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.32/3587.13	c  3587s| 39084k|567956 | 62215k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.32/3587.13	c  3587s| 39084k|567951 | 62215k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.32/3587.15	c  3587s| 39084k|567954 | 62215k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.32/3587.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3574.32/3587.16	c  3587s| 39084k|567956 | 62215k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.32/3587.16	c  3587s| 39084k|567954 | 62215k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.32/3587.17	c  3587s| 39084k|567950 | 62215k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.32/3587.18	c  3587s| 39084k|567960 | 62216k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.32/3587.19	c  3587s| 39084k|567966 | 62216k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.41/3587.20	c  3587s| 39084k|567964 | 62216k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.41/3587.20	c  3587s| 39084k|567970 | 62216k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.41/3587.21	c  3587s| 39085k|567960 | 62216k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.41/3587.22	c  3587s| 39085k|567968 | 62216k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.41/3587.23	c  3587s| 39085k|567980 | 62216k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.41/3587.24	c  3587s| 39085k|567976 | 62217k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.41/3587.25	c  3587s| 39085k|567977 | 62217k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.41/3587.26	c  3587s| 39085k|567967 | 62217k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.41/3587.27	c  3587s| 39085k|567959 | 62217k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.41/3587.28	c  3587s| 39085k|567955 | 62217k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.41/3587.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3574.41/3587.28	c  3587s| 39085k|567945 | 62217k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.41/3587.29	c  3587s| 39085k|567939 | 62217k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.51/3587.30	c  3587s| 39086k|567921 | 62218k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.51/3587.31	c  3587s| 39086k|567916 | 62218k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.51/3587.32	c  3587s| 39086k|567898 | 62218k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.51/3587.33	c  3587s| 39086k|567895 | 62218k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.46%
3574.51/3587.33	c  3587s| 39086k|567883 | 62218k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.51/3587.34	c  3587s| 39086k|567871 | 62218k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.51/3587.35	c  3587s| 39086k|567863 | 62218k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.51/3587.36	c  3587s| 39086k|567889 | 62218k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.51/3587.37	c  3587s| 39086k|567895 | 62219k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.51/3587.38	c  3587s| 39086k|567895 | 62219k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.51/3587.38	c  3587s| 39087k|567883 | 62219k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.51/3587.39	c  3587s| 39087k|567891 | 62219k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.61/3587.40	c  3587s| 39087k|567891 | 62219k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.61/3587.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3574.61/3587.41	c  3587s| 39087k|567883 | 62219k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.61/3587.42	c  3587s| 39087k|567877 | 62219k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.61/3587.43	c  3587s| 39087k|567853 | 62220k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.61/3587.44	c  3587s| 39087k|567841 | 62220k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.61/3587.45	c  3587s| 39087k|567837 | 62220k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.61/3587.46	c  3587s| 39087k|567834 | 62220k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.61/3587.47	c  3587s| 39087k|567812 | 62220k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.61/3587.48	c  3587s| 39088k|567822 | 62220k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.61/3587.49	c  3587s| 39088k|567840 | 62221k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.70/3587.50	c  3587s| 39088k|567826 | 62221k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.70/3587.51	c  3587s| 39088k|567818 | 62221k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.70/3587.52	c  3588s| 39088k|567836 | 62221k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.70/3587.53	c  3588s| 39088k|567842 | 62221k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.70/3587.53	c  3588s| 39088k|567830 | 62221k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.70/3587.54	c  3588s| 39088k|567834 | 62221k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.70/3587.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3574.70/3587.55	c  3588s| 39088k|567822 | 62221k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.70/3587.56	c  3588s| 39088k|567801 | 62222k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.70/3587.57	c  3588s| 39089k|567788 | 62222k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.70/3587.58	c  3588s| 39089k|567778 | 62222k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.70/3587.59	c  3588s| 39089k|567779 | 62222k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.70/3587.60	c  3588s| 39089k|567769 | 62222k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.80/3587.60	c  3588s| 39089k|567775 | 62222k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.80/3587.61	c  3588s| 39089k|567777 | 62223k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.80/3587.62	c  3588s| 39089k|567765 | 62223k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.80/3587.63	c  3588s| 39089k|567767 | 62223k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.80/3587.64	c  3588s| 39089k|567753 | 62223k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.80/3587.65	c  3588s| 39089k|567745 | 62223k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.80/3587.65	c  3588s| 39090k|567735 | 62223k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.80/3587.66	c  3588s| 39090k|567733 | 62223k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.80/3587.67	c  3588s| 39090k|567713 | 62223k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.80/3587.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3574.80/3587.68	c  3588s| 39090k|567704 | 62224k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.80/3587.69	c  3588s| 39090k|567714 | 62224k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.90/3587.70	c  3588s| 39090k|567726 | 62224k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.47%
3574.90/3587.71	c  3588s| 39090k|567722 | 62224k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3574.90/3587.72	c  3588s| 39090k|567726 | 62224k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3574.90/3587.73	c  3588s| 39090k|567716 | 62224k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3574.90/3587.73	c  3588s| 39090k|567716 | 62224k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3574.90/3587.74	c  3588s| 39091k|567716 | 62225k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3574.90/3587.75	c  3588s| 39091k|567708 | 62225k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3574.90/3587.76	c  3588s| 39091k|567693 | 62225k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3574.90/3587.77	c  3588s| 39091k|567681 | 62225k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3574.90/3587.78	c  3588s| 39091k|567693 | 62225k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3574.90/3587.79	c  3588s| 39091k|567697 | 62225k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3574.90/3587.80	c  3588s| 39091k|567668 | 62225k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.00/3587.80	c  3588s| 39091k|567658 | 62226k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.00/3587.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3575.00/3587.81	c  3588s| 39091k|567653 | 62226k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.00/3587.82	c  3588s| 39091k|567665 | 62226k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.00/3587.83	c  3588s| 39092k|567650 | 62226k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.00/3587.84	c  3588s| 39092k|567647 | 62226k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.00/3587.85	c  3588s| 39092k|567649 | 62226k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.00/3587.86	c  3588s| 39092k|567641 | 62226k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.00/3587.86	c  3588s| 39092k|567632 | 62227k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.00/3587.87	c  3588s| 39092k|567642 | 62227k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.00/3587.88	c  3588s| 39092k|567632 | 62227k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.00/3587.89	c  3588s| 39092k|567621 | 62227k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.10/3587.90	c  3588s| 39092k|567623 | 62227k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.10/3587.91	c  3588s| 39092k|567629 | 62227k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.10/3587.92	c  3588s| 39093k|567635 | 62227k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.10/3587.92	c  3588s| 39093k|567635 | 62227k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.10/3587.93	c  3588s| 39093k|567617 | 62228k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.10/3587.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3575.10/3587.94	c  3588s| 39093k|567609 | 62228k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.10/3587.95	c  3588s| 39093k|567603 | 62228k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.10/3587.96	c  3588s| 39093k|567597 | 62228k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.10/3587.97	c  3588s| 39093k|567589 | 62228k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.10/3587.97	c  3588s| 39093k|567583 | 62228k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.10/3587.98	c  3588s| 39093k|567570 | 62228k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.10/3588.00	c  3588s| 39093k|567584 | 62229k|   1.6 |   698M |  35 |  40 |  19 |   9 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.10/3588.00	c  3588s| 39094k|567584 | 62229k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.21/3588.01	c  3588s| 39094k|567555 | 62229k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.21/3588.02	c  3588s| 39094k|567551 | 62229k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.21/3588.03	c  3588s| 39094k|567547 | 62229k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.21/3588.04	c  3588s| 39094k|567547 | 62229k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.21/3588.05	c  3588s| 39094k|567531 | 62229k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.21/3588.06	c  3588s| 39094k|567522 | 62229k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.21/3588.06	c  3588s| 39094k|567518 | 62230k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.21/3588.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3575.21/3588.07	c  3588s| 39094k|567513 | 62230k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.21/3588.09	c  3588s| 39094k|567545 | 62230k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.21/3588.10	c  3588s| 39095k|567567 | 62230k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.31/3588.11	c  3588s| 39095k|567577 | 62230k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.31/3588.12	c  3588s| 39095k|567583 | 62231k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.31/3588.12	c  3588s| 39095k|567573 | 62231k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.31/3588.13	c  3588s| 39095k|567579 | 62231k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.31/3588.14	c  3588s| 39095k|567561 | 62231k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.31/3588.15	c  3588s| 39095k|567553 | 62231k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.31/3588.16	c  3588s| 39095k|567561 | 62231k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.31/3588.17	c  3588s| 39095k|567549 | 62231k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.31/3588.17	c  3588s| 39095k|567551 | 62231k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.31/3588.18	c  3588s| 39096k|567551 | 62232k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.31/3588.19	c  3588s| 39096k|567539 | 62232k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.40/3588.20	c  3588s| 39096k|567529 | 62232k|   1.6 |   698M |  35 |  40 |  19 |   6 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.48%
3575.40/3588.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3575.40/3588.21	c  3588s| 39096k|567568 | 62232k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.40/3588.22	c  3588s| 39096k|567582 | 62232k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.40/3588.23	c  3588s| 39096k|567584 | 62232k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.40/3588.24	c  3588s| 39096k|567590 | 62233k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.40/3588.25	c  3588s| 39096k|567575 | 62233k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.40/3588.26	c  3588s| 39096k|567571 | 62233k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.40/3588.27	c  3588s| 39096k|567563 | 62233k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.40/3588.27	c  3588s| 39097k|567551 | 62233k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.40/3588.28	c  3588s| 39097k|567554 | 62233k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.40/3588.29	c  3588s| 39097k|567554 | 62234k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.50/3588.30	c  3588s| 39097k|567535 | 62234k|   1.6 |   698M |  35 |  40 |  19 |   8 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.50/3588.31	c  3588s| 39097k|567535 | 62234k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.50/3588.32	c  3588s| 39097k|567527 | 62234k|   1.6 |   698M |  35 |  40 |  19 |   0 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.50/3588.33	c  3588s| 39097k|567532 | 62234k|   1.6 |   698M |  35 |  40 |  19 |   7 |4150 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.50/3588.35	c  3588s| 39097k|567552 | 62234k|   1.6 |   698M |  35 |  40 |  19 |   6 |4157 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.50/3588.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3575.50/3588.35	c  3588s| 39097k|567580 | 62235k|   1.6 |   698M |  35 |  40 |  19 |   0 |4158 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.50/3588.36	c  3588s| 39097k|567588 | 62235k|   1.6 |   698M |  35 |  40 |  19 |   6 |4158 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.50/3588.37	c  3588s| 39098k|567604 | 62235k|   1.6 |   698M |  35 |  40 |  19 |   6 |4158 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.50/3588.38	c  3588s| 39098k|567612 | 62235k|   1.6 |   698M |  35 |  40 |  19 |   0 |4158 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.50/3588.39	c  3588s| 39098k|567615 | 62235k|   1.6 |   698M |  35 |  40 |  19 |   0 |4158 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.60/3588.40	c  3588s| 39098k|567621 | 62235k|   1.6 |   698M |  35 |  40 |  19 |   0 |4158 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.60/3588.41	c  3588s| 39098k|567634 | 62235k|   1.6 |   698M |  35 |  40 |  19 |   6 |4158 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.60/3588.42	c  3588s| 39098k|567666 | 62236k|   1.6 |   698M |  35 |  40 |  19 |   6 |4158 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.60/3588.43	c  3588s| 39098k|567710 | 62236k|   1.6 |   698M |  35 |  40 |  19 |   0 |4158 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.60/3588.44	c  3588s| 39098k|567728 | 62236k|   1.6 |   698M |  35 |  40 |  19 |   6 |4158 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.60/3588.45	c  3588s| 39098k|567762 | 62236k|   1.6 |   698M |  35 |  40 |  19 |   6 |4158 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.60/3588.46	c  3588s| 39098k|567790 | 62236k|   1.6 |   698M |  35 |  40 |  19 |   6 |4158 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.60/3588.47	c  3588s| 39099k|567800 | 62236k|   1.6 |   698M |  35 |  40 |  19 |   0 |4158 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.60/3588.48	c  3588s| 39099k|567814 | 62237k|   1.6 |   698M |  35 |  40 |  19 |   6 |4158 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.60/3588.49	c  3588s| 39099k|567824 | 62237k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.70/3588.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3575.70/3588.50	c  3588s| 39099k|567836 | 62237k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.70/3588.51	c  3588s| 39099k|567846 | 62237k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.70/3588.52	c  3589s| 39099k|567852 | 62237k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.49%
3575.70/3588.53	c  3589s| 39099k|567821 | 62237k|   1.6 |   698M |  35 |  40 |  19 |   7 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.70/3588.53	c  3589s| 39099k|567825 | 62237k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.70/3588.54	c  3589s| 39099k|567841 | 62238k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.70/3588.55	c  3589s| 39099k|567845 | 62238k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.70/3588.56	c  3589s| 39100k|567837 | 62238k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.70/3588.57	c  3589s| 39100k|567829 | 62238k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.70/3588.58	c  3589s| 39100k|567835 | 62238k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.70/3588.59	c  3589s| 39100k|567851 | 62238k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.70/3588.59	c  3589s| 39100k|567853 | 62238k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.80/3588.60	c  3589s| 39100k|567847 | 62239k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.80/3588.61	c  3589s| 39100k|567845 | 62239k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.80/3588.62	c  3589s| 39100k|567839 | 62239k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.80/3588.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3575.80/3588.63	c  3589s| 39100k|567845 | 62239k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.80/3588.64	c  3589s| 39100k|567851 | 62239k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.80/3588.64	c  3589s| 39101k|567835 | 62239k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.80/3588.65	c  3589s| 39101k|567827 | 62239k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.80/3588.66	c  3589s| 39101k|567827 | 62240k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.80/3588.67	c  3589s| 39101k|567859 | 62240k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.80/3588.68	c  3589s| 39101k|567873 | 62240k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.80/3588.69	c  3589s| 39101k|567873 | 62240k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.80/3588.69	c  3589s| 39101k|567873 | 62240k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.90/3588.70	c  3589s| 39101k|567891 | 62240k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.90/3588.71	c  3589s| 39101k|567915 | 62240k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.90/3588.72	c  3589s| 39101k|567933 | 62241k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.90/3588.73	c  3589s| 39102k|567937 | 62241k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.90/3588.74	c  3589s| 39102k|567941 | 62241k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.90/3588.74	c  3589s| 39102k|567937 | 62241k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.90/3588.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3575.90/3588.75	c  3589s| 39102k|567937 | 62241k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.90/3588.76	c  3589s| 39102k|567927 | 62241k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.90/3588.77	c  3589s| 39102k|567929 | 62242k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.90/3588.78	c  3589s| 39102k|567927 | 62242k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3575.90/3588.79	c  3589s| 39102k|567927 | 62242k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.00/3588.80	c  3589s| 39102k|567911 | 62242k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.00/3588.80	c  3589s| 39102k|567919 | 62242k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.00/3588.81	c  3589s| 39103k|567925 | 62242k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.00/3588.82	c  3589s| 39103k|567933 | 62242k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.00/3588.83	c  3589s| 39103k|567908 | 62242k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.00/3588.84	c  3589s| 39103k|567920 | 62243k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.00/3588.85	c  3589s| 39103k|567918 | 62243k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.00/3588.85	c  3589s| 39103k|567897 | 62243k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.00/3588.86	c  3589s| 39103k|567905 | 62243k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.00/3588.87	c  3589s| 39103k|567911 | 62243k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.00/3588.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3576.00/3588.88	c  3589s| 39103k|567925 | 62243k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.00/3588.88	c  3589s| 39103k|567909 | 62243k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.00/3588.89	c  3589s| 39104k|567905 | 62243k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.10/3588.90	c  3589s| 39104k|567891 | 62244k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.10/3588.91	c  3589s| 39104k|567887 | 62244k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.10/3588.92	c  3589s| 39104k|567878 | 62244k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.10/3588.93	c  3589s| 39104k|567872 | 62244k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.10/3588.94	c  3589s| 39104k|567850 | 62244k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.10/3588.94	c  3589s| 39104k|567854 | 62244k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.10/3588.95	c  3589s| 39104k|567854 | 62244k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.10/3588.96	c  3589s| 39104k|567862 | 62245k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.10/3588.97	c  3589s| 39104k|567858 | 62245k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.10/3588.98	c  3589s| 39105k|567866 | 62245k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.10/3588.99	c  3589s| 39105k|567864 | 62245k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.10/3588.99	c  3589s| 39105k|567854 | 62245k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.10/3589.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3576.10/3589.00	c  3589s| 39105k|567852 | 62245k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.21/3589.01	c  3589s| 39105k|567842 | 62245k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.21/3589.02	c  3589s| 39105k|567830 | 62246k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.21/3589.03	c  3589s| 39105k|567832 | 62246k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.21/3589.03	c  3589s| 39105k|567830 | 62246k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.21/3589.04	c  3589s| 39105k|567832 | 62246k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.21/3589.05	c  3589s| 39105k|567826 | 62246k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.21/3589.06	c  3589s| 39106k|567826 | 62246k|   1.6 |   698M |  35 |  40 |  19 |   7 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.21/3589.07	c  3589s| 39106k|567818 | 62246k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.21/3589.08	c  3589s| 39106k|567820 | 62247k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.21/3589.09	c  3589s| 39106k|567796 | 62247k|   1.6 |   698M |  35 |  40 |  19 |   7 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.21/3589.09	c  3589s| 39106k|567796 | 62247k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.21/3589.10	c  3589s| 39106k|567782 | 62247k|   1.6 |   698M |  35 |  40 |  19 |   7 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.31/3589.11	c  3589s| 39106k|567776 | 62247k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.31/3589.12	c  3589s| 39106k|567761 | 62247k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.31/3589.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3576.31/3589.13	c  3589s| 39106k|567740 | 62247k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.50%
3576.31/3589.14	c  3589s| 39106k|567730 | 62247k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.31/3589.15	c  3589s| 39107k|567730 | 62248k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.31/3589.16	c  3589s| 39107k|567740 | 62248k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.31/3589.17	c  3589s| 39107k|567772 | 62248k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.31/3589.18	c  3589s| 39107k|567790 | 62248k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.40/3589.20	c  3589s| 39107k|567822 | 62248k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.40/3589.21	c  3589s| 39107k|567836 | 62248k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.40/3589.21	c  3589s| 39107k|567844 | 62249k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.40/3589.22	c  3589s| 39107k|567860 | 62249k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.40/3589.23	c  3589s| 39107k|567866 | 62249k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.40/3589.24	c  3589s| 39107k|567876 | 62249k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.40/3589.25	c  3589s| 39108k|567882 | 62249k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.40/3589.26	c  3589s| 39108k|567890 | 62249k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.40/3589.27	c  3589s| 39108k|567906 | 62249k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.40/3589.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3576.40/3589.28	c  3589s| 39108k|567910 | 62250k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.40/3589.30	c  3589s| 39108k|567946 | 62250k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.49/3589.31	c  3589s| 39108k|567980 | 62250k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.49/3589.31	c  3589s| 39108k|567992 | 62250k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.49/3589.32	c  3589s| 39108k|568005 | 62250k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.49/3589.33	c  3589s| 39108k|568027 | 62250k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.49/3589.34	c  3589s| 39108k|568025 | 62251k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.49/3589.35	c  3589s| 39109k|568037 | 62251k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.49/3589.36	c  3589s| 39109k|568047 | 62251k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.49/3589.37	c  3589s| 39109k|568051 | 62251k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.49/3589.38	c  3589s| 39109k|568053 | 62251k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.49/3589.39	c  3589s| 39109k|568050 | 62251k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.49/3589.39	c  3589s| 39109k|568044 | 62252k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.59/3589.40	c  3589s| 39109k|568062 | 62252k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.59/3589.41	c  3589s| 39109k|568074 | 62252k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.59/3589.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3576.59/3589.42	c  3589s| 39109k|568076 | 62252k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.59/3589.43	c  3589s| 39109k|568066 | 62252k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.59/3589.44	c  3589s| 39110k|568068 | 62252k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.59/3589.45	c  3589s| 39110k|568060 | 62252k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.59/3589.46	c  3589s| 39110k|568082 | 62252k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.59/3589.47	c  3589s| 39110k|568116 | 62253k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.59/3589.48	c  3589s| 39110k|568136 | 62253k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.59/3589.49	c  3589s| 39110k|568144 | 62253k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.69/3589.50	c  3589s| 39110k|568160 | 62253k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.69/3589.50	c  3589s| 39110k|568162 | 62253k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.69/3589.51	c  3589s| 39110k|568178 | 62253k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.69/3589.52	c  3590s| 39110k|568186 | 62254k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.69/3589.54	c  3590s| 39111k|568190 | 62254k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.69/3589.55	c  3590s| 39111k|568216 | 62254k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.69/3589.55	c  3590s| 39111k|568218 | 62254k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.51%
3576.69/3589.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3576.69/3589.57	c  3590s| 39111k|568246 | 62254k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.69/3589.58	c  3590s| 39111k|568262 | 62255k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.69/3589.58	c  3590s| 39111k|568268 | 62255k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.69/3589.59	c  3590s| 39111k|568262 | 62255k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.79/3589.60	c  3590s| 39111k|568264 | 62255k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.79/3589.61	c  3590s| 39111k|568282 | 62255k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.79/3589.62	c  3590s| 39111k|568298 | 62255k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.79/3589.63	c  3590s| 39112k|568294 | 62256k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.79/3589.64	c  3590s| 39112k|568284 | 62256k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.79/3589.65	c  3590s| 39112k|568282 | 62256k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.79/3589.66	c  3590s| 39112k|568296 | 62256k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.79/3589.67	c  3590s| 39112k|568294 | 62256k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.79/3589.68	c  3590s| 39112k|568292 | 62256k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.79/3589.68	c  3590s| 39112k|568302 | 62256k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.79/3589.69	c  3590s| 39112k|568294 | 62257k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.89/3589.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3576.89/3589.70	c  3590s| 39112k|568284 | 62257k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.89/3589.71	c  3590s| 39112k|568294 | 62257k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.89/3589.72	c  3590s| 39113k|568289 | 62257k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.89/3589.73	c  3590s| 39113k|568287 | 62257k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.89/3589.74	c  3590s| 39113k|568302 | 62257k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.89/3589.75	c  3590s| 39113k|568282 | 62258k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.89/3589.76	c  3590s| 39113k|568280 | 62258k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.89/3589.76	c  3590s| 39113k|568274 | 62258k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.89/3589.77	c  3590s| 39113k|568278 | 62258k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.89/3589.78	c  3590s| 39113k|568280 | 62258k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.89/3589.79	c  3590s| 39113k|568284 | 62258k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.99/3589.80	c  3590s| 39113k|568276 | 62258k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.99/3589.81	c  3590s| 39114k|568276 | 62259k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.99/3589.82	c  3590s| 39114k|568260 | 62259k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.99/3589.83	c  3590s| 39114k|568254 | 62259k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.99/3589.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3576.99/3589.84	c  3590s| 39114k|568268 | 62259k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.99/3589.85	c  3590s| 39114k|568258 | 62259k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.99/3589.86	c  3590s| 39114k|568256 | 62259k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.99/3589.86	c  3590s| 39114k|568246 | 62259k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.99/3589.87	c  3590s| 39114k|568240 | 62260k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.99/3589.88	c  3590s| 39114k|568242 | 62260k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3576.99/3589.89	c  3590s| 39114k|568264 | 62260k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.09/3589.90	c  3590s| 39115k|568264 | 62260k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.09/3589.91	c  3590s| 39115k|568262 | 62260k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.09/3589.92	c  3590s| 39115k|568255 | 62260k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.09/3589.93	c  3590s| 39115k|568251 | 62260k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.09/3589.94	c  3590s| 39115k|568251 | 62261k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.09/3589.94	c  3590s| 39115k|568247 | 62261k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.09/3589.95	c  3590s| 39115k|568237 | 62261k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.09/3589.96	c  3590s| 39115k|568227 | 62261k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.09/3589.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3577.09/3589.97	c  3590s| 39115k|568241 | 62261k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.09/3589.98	c  3590s| 39115k|568233 | 62261k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.09/3589.99	c  3590s| 39116k|568225 | 62261k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.09/3589.99	c  3590s| 39116k|568223 | 62262k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.09/3590.00	c  3590s| 39116k|568241 | 62262k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.20/3590.01	c  3590s| 39116k|568237 | 62262k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.20/3590.02	c  3590s| 39116k|568237 | 62262k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.20/3590.03	c  3590s| 39116k|568245 | 62262k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.20/3590.04	c  3590s| 39116k|568247 | 62262k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.20/3590.04	c  3590s| 39116k|568255 | 62262k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.20/3590.05	c  3590s| 39116k|568239 | 62263k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.20/3590.06	c  3590s| 39116k|568233 | 62263k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.20/3590.07	c  3590s| 39117k|568245 | 62263k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.20/3590.08	c  3590s| 39117k|568239 | 62263k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.20/3590.09	c  3590s| 39117k|568241 | 62263k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.20/3590.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3577.20/3590.10	c  3590s| 39117k|568229 | 62263k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.20/3590.10	c  3590s| 39117k|568231 | 62263k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.30/3590.11	c  3590s| 39117k|568223 | 62264k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.30/3590.12	c  3590s| 39117k|568211 | 62264k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.30/3590.13	c  3590s| 39117k|568205 | 62264k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.52%
3577.30/3590.14	c  3590s| 39117k|568225 | 62264k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.30/3590.15	c  3590s| 39117k|568233 | 62264k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.30/3590.16	c  3590s| 39118k|568241 | 62264k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.30/3590.17	c  3590s| 39118k|568223 | 62264k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.30/3590.18	c  3590s| 39118k|568215 | 62265k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.30/3590.19	c  3590s| 39118k|568205 | 62265k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.30/3590.19	c  3590s| 39118k|568195 | 62265k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.39/3590.20	c  3590s| 39118k|568181 | 62265k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.39/3590.21	c  3590s| 39118k|568157 | 62265k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.39/3590.22	c  3590s| 39118k|568161 | 62265k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.39/3590.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3577.39/3590.23	c  3590s| 39118k|568135 | 62265k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.39/3590.24	c  3590s| 39118k|568127 | 62266k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.39/3590.25	c  3590s| 39119k|568135 | 62266k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.39/3590.25	c  3590s| 39119k|568127 | 62266k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.39/3590.26	c  3590s| 39119k|568133 | 62266k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.39/3590.27	c  3590s| 39119k|568131 | 62266k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.39/3590.28	c  3590s| 39119k|568121 | 62266k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.39/3590.29	c  3590s| 39119k|568123 | 62266k|   1.6 |   698M |  35 |  40 |  19 |   5 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.49/3590.30	c  3590s| 39119k|568109 | 62267k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.49/3590.31	c  3590s| 39119k|568115 | 62267k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.49/3590.32	c  3590s| 39119k|568097 | 62267k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.49/3590.33	c  3590s| 39119k|568103 | 62267k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.49/3590.34	c  3590s| 39120k|568088 | 62267k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.49/3590.34	c  3590s| 39120k|568076 | 62267k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.49/3590.35	c  3590s| 39120k|568076 | 62267k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.49/3590.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3577.49/3590.36	c  3590s| 39120k|568070 | 62268k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.49/3590.37	c  3590s| 39120k|568070 | 62268k|   1.6 |   698M |  35 |  40 |  19 |   7 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.49/3590.38	c  3590s| 39120k|568066 | 62268k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.49/3590.39	c  3590s| 39120k|568050 | 62268k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.49/3590.39	c  3590s| 39120k|568032 | 62268k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.59/3590.40	c  3590s| 39120k|568028 | 62268k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.59/3590.41	c  3590s| 39120k|568013 | 62268k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.59/3590.42	c  3590s| 39121k|567993 | 62268k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.59/3590.43	c  3590s| 39121k|568001 | 62269k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.59/3590.44	c  3590s| 39121k|567983 | 62269k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.59/3590.45	c  3590s| 39121k|567956 | 62269k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.53%
3577.59/3590.46	c  3590s| 39121k|567942 | 62269k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.59/3590.47	c  3590s| 39121k|567926 | 62269k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.59/3590.48	c  3590s| 39121k|567922 | 62269k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.59/3590.49	c  3590s| 39121k|567895 | 62269k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.69/3590.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3577.69/3590.50	c  3590s| 39121k|567901 | 62270k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.69/3590.51	c  3590s| 39121k|567912 | 62270k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.69/3590.52	c  3591s| 39122k|567908 | 62270k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.69/3590.53	c  3591s| 39122k|567912 | 62270k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.69/3590.53	c  3591s| 39122k|567904 | 62270k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.69/3590.54	c  3591s| 39122k|567885 | 62270k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.69/3590.55	c  3591s| 39122k|567881 | 62270k|   1.6 |   698M |  35 |  40 |  19 |  10 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.69/3590.56	c  3591s| 39122k|567889 | 62271k|   1.6 |   698M |  35 |  40 |  19 |   7 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.69/3590.57	c  3591s| 39122k|567907 | 62271k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.69/3590.58	c  3591s| 39122k|567913 | 62271k|   1.6 |   698M |  35 |  40 |  19 |   7 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.69/3590.59	c  3591s| 39122k|567905 | 62271k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.79/3590.60	c  3591s| 39122k|567891 | 62271k|   1.6 |   698M |  35 |  40 |  19 |   7 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.79/3590.61	c  3591s| 39123k|567877 | 62271k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.79/3590.61	c  3591s| 39123k|567879 | 62272k|   1.6 |   698M |  35 |  40 |  19 |   7 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.79/3590.62	c  3591s| 39123k|567897 | 62272k|   1.6 |   698M |  35 |  40 |  19 |   7 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.79/3590.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3577.79/3590.64	c  3591s| 39123k|567901 | 62272k|   1.6 |   698M |  35 |  40 |  19 |   7 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.79/3590.65	c  3591s| 39123k|567883 | 62272k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.79/3590.65	c  3591s| 39123k|567873 | 62272k|   1.6 |   698M |  35 |  40 |  19 |   7 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.79/3590.66	c  3591s| 39123k|567867 | 62272k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.79/3590.67	c  3591s| 39123k|567854 | 62272k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.79/3590.68	c  3591s| 39123k|567854 | 62273k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.79/3590.69	c  3591s| 39123k|567846 | 62273k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.89/3590.70	c  3591s| 39124k|567846 | 62273k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.89/3590.71	c  3591s| 39124k|567844 | 62273k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.89/3590.72	c  3591s| 39124k|567840 | 62273k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.89/3590.73	c  3591s| 39124k|567834 | 62273k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.89/3590.73	c  3591s| 39124k|567836 | 62273k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.89/3590.74	c  3591s| 39124k|567830 | 62273k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.89/3590.75	c  3591s| 39124k|567816 | 62274k|   1.6 |   698M |  35 |  40 |  19 |   5 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.89/3590.76	c  3591s| 39124k|567789 | 62274k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.89/3590.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3577.89/3590.77	c  3591s| 39124k|567779 | 62274k|   1.6 |   698M |  35 |  40 |  19 |   7 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.89/3590.78	c  3591s| 39124k|567759 | 62274k|   1.6 |   698M |  35 |  40 |  19 |   7 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.89/3590.79	c  3591s| 39125k|567745 | 62274k|   1.6 |   698M |  35 |  40 |  19 |   7 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.89/3590.79	c  3591s| 39125k|567733 | 62274k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.99/3590.81	c  3591s| 39125k|567733 | 62274k|   1.6 |   698M |  35 |  40 |  19 |   7 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.99/3590.81	c  3591s| 39125k|567717 | 62275k|   1.6 |   698M |  35 |  40 |  19 |   7 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.99/3590.83	c  3591s| 39125k|567733 | 62275k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.99/3590.83	c  3591s| 39125k|567725 | 62275k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.99/3590.84	c  3591s| 39125k|567731 | 62275k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.99/3590.85	c  3591s| 39125k|567707 | 62275k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.99/3590.86	c  3591s| 39125k|567717 | 62275k|   1.6 |   698M |  35 |  40 |  19 |   7 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.99/3590.87	c  3591s| 39125k|567715 | 62276k|   1.6 |   698M |  35 |  40 |  19 |   7 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.99/3590.88	c  3591s| 39126k|567691 | 62276k|   1.6 |   698M |  35 |  40 |  19 |   7 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3577.99/3590.89	c  3591s| 39126k|567685 | 62276k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3578.09/3590.90	c  3591s| 39126k|567671 | 62276k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3578.09/3590.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3578.09/3590.91	c  3591s| 39126k|567661 | 62276k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3578.09/3590.91	c  3591s| 39126k|567651 | 62276k|   1.6 |   698M |  35 |  40 |  19 |   9 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3578.09/3590.92	c  3591s| 39126k|567659 | 62276k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.54%
3578.09/3590.93	c  3591s| 39126k|567659 | 62276k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.09/3590.94	c  3591s| 39126k|567655 | 62277k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.09/3590.95	c  3591s| 39126k|567653 | 62277k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.09/3590.95	c  3591s| 39126k|567639 | 62277k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.09/3590.96	c  3591s| 39127k|567641 | 62277k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.09/3590.97	c  3591s| 39127k|567633 | 62277k|   1.6 |   698M |  35 |  40 |  19 |   7 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.09/3590.98	c  3591s| 39127k|567621 | 62277k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.09/3590.99	c  3591s| 39127k|567625 | 62277k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.09/3590.99	c  3591s| 39127k|567623 | 62278k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.09/3591.00	c  3591s| 39127k|567609 | 62278k|   1.6 |   698M |  35 |  40 |  19 |   7 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.20/3591.01	c  3591s| 39127k|567605 | 62278k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.20/3591.02	c  3591s| 39127k|567606 | 62278k|   1.6 |   698M |  35 |  40 |  19 |   8 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.20/3591.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3578.20/3591.03	c  3591s| 39127k|567596 | 62278k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.20/3591.04	c  3591s| 39127k|567612 | 62278k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.20/3591.05	c  3591s| 39128k|567601 | 62278k|   1.6 |   698M |  35 |  40 |  19 |   6 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.20/3591.06	c  3591s| 39128k|567585 | 62279k|   1.6 |   698M |  35 |  40 |  19 |   0 |4159 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.20/3591.07	c  3591s| 39128k|567605 | 62279k|   1.6 |   698M |  35 |  40 |  19 |   7 |4168 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.20/3591.08	c  3591s| 39128k|567613 | 62279k|   1.6 |   698M |  35 |  40 |  19 |   0 |4168 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.20/3591.09	c  3591s| 39128k|567631 | 62279k|   1.6 |   698M |  35 |  40 |  19 |   7 |4168 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.20/3591.10	c  3591s| 39128k|567653 | 62279k|   1.6 |   698M |  35 |  40 |  19 |   0 |4168 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.20/3591.11	c  3591s| 39128k|567662 | 62279k|   1.6 |   698M |  35 |  40 |  19 |   0 |4168 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.30/3591.12	c  3591s| 39128k|567684 | 62280k|   1.6 |   698M |  35 |  40 |  19 |   0 |4168 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.30/3591.14	c  3591s| 39128k|567716 | 62280k|   1.6 |   698M |  35 |  40 |  19 |   7 |4170 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.30/3591.15	c  3591s| 39128k|567726 | 62280k|   1.6 |   698M |  35 |  40 |  19 |   7 |4170 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.30/3591.15	c  3591s| 39129k|567734 | 62280k|   1.6 |   698M |  35 |  40 |  19 |   8 |4170 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.30/3591.16	c  3591s| 39129k|567760 | 62280k|   1.6 |   698M |  35 |  40 |  19 |   7 |4170 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.30/3591.18	c  3591s| 39129k|567786 | 62281k|   1.6 |   698M |  35 |  40 |  19 |   0 |4170 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.30/3591.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3578.30/3591.19	c  3591s| 39129k|567802 | 62281k|   1.6 |   698M |  35 |  40 |  19 |   7 |4170 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.30/3591.19	c  3591s| 39129k|567826 | 62281k|   1.6 |   698M |  35 |  40 |  19 |   7 |4170 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.39/3591.20	c  3591s| 39129k|567862 | 62281k|   1.6 |   698M |  35 |  40 |  19 |   7 |4170 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.39/3591.21	c  3591s| 39129k|567862 | 62281k|   1.6 |   698M |  35 |  40 |  19 |   7 |4170 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.39/3591.22	c  3591s| 39129k|567874 | 62281k|   1.6 |   698M |  35 |  40 |  19 |   0 |4170 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.39/3591.23	c  3591s| 39129k|567876 | 62281k|   1.6 |   698M |  35 |  40 |  19 |   0 |4170 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.39/3591.24	c  3591s| 39129k|567886 | 62282k|   1.6 |   698M |  35 |  40 |  19 |   7 |4170 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.39/3591.25	c  3591s| 39130k|567902 | 62282k|   1.6 |   698M |  35 |  40 |  19 |   7 |4170 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.39/3591.26	c  3591s| 39130k|567924 | 62282k|   1.6 |   698M |  35 |  40 |  19 |   7 |4170 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.39/3591.27	c  3591s| 39130k|567914 | 62282k|   1.6 |   698M |  35 |  40 |  19 |   7 |4170 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.39/3591.28	c  3591s| 39130k|567904 | 62282k|   1.6 |   698M |  35 |  40 |  19 |   7 |4170 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.39/3591.28	c  3591s| 39130k|567906 | 62282k|   1.6 |   698M |  35 |  40 |  19 |   7 |4170 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.39/3591.29	c  3591s| 39130k|567904 | 62283k|   1.6 |   698M |  35 |  40 |  19 |   0 |4170 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.49/3591.30	c  3591s| 39130k|567920 | 62283k|   1.6 |   698M |  35 |  40 |  19 |   0 |4170 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.49/3591.31	c  3591s| 39130k|567928 | 62283k|   1.6 |   698M |  35 |  40 |  19 |   0 |4170 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.49/3591.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3578.49/3591.32	c  3591s| 39130k|567922 | 62283k|   1.6 |   698M |  35 |  40 |  19 |   0 |4170 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.49/3591.33	c  3591s| 39130k|567925 | 62283k|   1.6 |   698M |  35 |  40 |  19 |   0 |4170 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.49/3591.34	c  3591s| 39131k|567911 | 62283k|   1.6 |   698M |  35 |  40 |  19 |   7 |4170 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.49/3591.34	c  3591s| 39131k|567919 | 62283k|   1.6 |   698M |  35 |  40 |  19 |   7 |4170 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.49/3591.35	c  3591s| 39131k|567897 | 62284k|   1.6 |   698M |  35 |  40 |  19 |   7 |4170 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.49/3591.36	c  3591s| 39131k|567907 | 62284k|   1.6 |   698M |  35 |  40 |  19 |   7 |4170 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.49/3591.37	c  3591s| 39131k|567909 | 62284k|   1.6 |   698M |  35 |  40 |  19 |   7 |4170 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.49/3591.38	c  3591s| 39131k|567913 | 62284k|   1.6 |   698M |  35 |  40 |  19 |   7 |4170 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.49/3591.39	c  3591s| 39131k|567912 | 62284k|   1.6 |   698M |  35 |  40 |  19 |   7 |4170 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.58/3591.40	c  3591s| 39131k|567938 | 62284k|   1.6 |   698M |  35 |  40 |  19 |   0 |4171 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.58/3591.41	c  3591s| 39131k|567944 | 62284k|   1.6 |   698M |  35 |  40 |  19 |   0 |4171 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.58/3591.42	c  3591s| 39131k|567958 | 62285k|   1.6 |   698M |  35 |  40 |  19 |   0 |4171 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.58/3591.43	c  3591s| 39132k|567970 | 62285k|   1.6 |   698M |  35 |  40 |  19 |   7 |4171 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.58/3591.44	c  3591s| 39132k|567970 | 62285k|   1.6 |   698M |  35 |  40 |  19 |   0 |4171 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.58/3591.44	c  3591s| 39132k|567974 | 62285k|   1.6 |   698M |  35 |  40 |  19 |   0 |4171 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.58/3591.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3578.58/3591.45	c  3591s| 39132k|567972 | 62285k|   1.6 |   698M |  35 |  40 |  19 |   0 |4171 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.58/3591.46	c  3591s| 39132k|567966 | 62285k|   1.6 |   698M |  35 |  40 |  19 |   0 |4171 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.58/3591.47	c  3591s| 39132k|567968 | 62285k|   1.6 |   698M |  35 |  40 |  19 |   7 |4171 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.58/3591.48	c  3591s| 39132k|567956 | 62286k|   1.6 |   698M |  35 |  40 |  19 |   7 |4171 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.58/3591.49	c  3591s| 39132k|567961 | 62286k|   1.6 |   698M |  35 |  40 |  19 |   7 |4171 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.68/3591.50	c  3591s| 39132k|567989 | 62286k|   1.6 |   698M |  35 |  40 |  19 |   0 |4171 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.68/3591.51	c  3591s| 39132k|568007 | 62286k|   1.6 |   698M |  35 |  40 |  19 |   7 |4171 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.68/3591.52	c  3592s| 39133k|568013 | 62286k|   1.6 |   698M |  35 |  40 |  19 |   0 |4171 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.68/3591.53	c  3592s| 39133k|568011 | 62286k|   1.6 |   698M |  35 |  40 |  19 |   7 |4171 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.68/3591.53	c  3592s| 39133k|568009 | 62287k|   1.6 |   698M |  35 |  40 |  19 |   0 |4171 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.68/3591.54	c  3592s| 39133k|568011 | 62287k|   1.6 |   698M |  35 |  40 |  19 |   0 |4171 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.68/3591.55	c  3592s| 39133k|568007 | 62287k|   1.6 |   698M |  35 |  40 |  19 |   7 |4171 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.68/3591.56	c  3592s| 39133k|568017 | 62287k|   1.6 |   698M |  35 |  40 |  19 |   7 |4171 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.68/3591.57	c  3592s| 39133k|568009 | 62287k|   1.6 |   698M |  35 |  40 |  19 |   0 |4171 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.68/3591.58	c  3592s| 39133k|568013 | 62287k|   1.6 |   698M |  35 |  40 |  19 |   7 |4171 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.68/3591.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3578.68/3591.58	c  3592s| 39133k|568003 | 62287k|   1.6 |   698M |  35 |  40 |  19 |   0 |4171 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.68/3591.59	c  3592s| 39133k|568017 | 62288k|   1.6 |   698M |  35 |  40 |  19 |   7 |4171 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.78/3591.60	c  3592s| 39134k|568007 | 62288k|   1.6 |   698M |  35 |  40 |  19 |   7 |4171 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.78/3591.61	c  3592s| 39134k|567993 | 62288k|   1.6 |   698M |  35 |  40 |  19 |   0 |4171 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.78/3591.62	c  3592s| 39134k|567997 | 62288k|   1.6 |   698M |  35 |  40 |  19 |   7 |4171 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.78/3591.63	c  3592s| 39134k|568001 | 62288k|   1.6 |   698M |  35 |  40 |  19 |   0 |4171 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.78/3591.64	c  3592s| 39134k|567999 | 62288k|   1.6 |   698M |  35 |  40 |  19 |   0 |4171 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.78/3591.64	c  3592s| 39134k|568005 | 62289k|   1.6 |   698M |  35 |  40 |  19 |   0 |4171 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.78/3591.65	c  3592s| 39134k|568019 | 62289k|   1.6 |   698M |  35 |  40 |  19 |   0 |4171 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.78/3591.66	c  3592s| 39134k|568003 | 62289k|   1.6 |   698M |  35 |  40 |  19 |   0 |4171 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.55%
3578.78/3591.67	c  3592s| 39134k|568019 | 62289k|   1.6 |   698M |  35 |  40 |  19 |   0 |4171 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3578.78/3591.68	c  3592s| 39134k|568005 | 62289k|   1.6 |   698M |  35 |  40 |  19 |   7 |4171 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3578.78/3591.69	c  3592s| 39135k|568041 | 62289k|   1.6 |   698M |  35 |  40 |  19 |   9 |4176 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3578.88/3591.70	c  3592s| 39135k|568071 | 62290k|   1.6 |   698M |  35 |  40 |  19 |   9 |4176 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3578.88/3591.71	c  3592s| 39135k|568093 | 62290k|   1.6 |   698M |  35 |  40 |  19 |   9 |4176 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3578.88/3591.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3578.88/3591.72	c  3592s| 39135k|568094 | 62290k|   1.6 |   698M |  35 |  40 |  20 |   9 |4179 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3578.88/3591.73	c  3592s| 39135k|568112 | 62290k|   1.6 |   698M |  35 |  40 |  20 |   9 |4179 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3578.88/3591.74	c  3592s| 39135k|568172 | 62290k|   1.6 |   698M |  35 |  40 |  20 |   9 |4179 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3578.88/3591.75	c  3592s| 39135k|568186 | 62290k|   1.6 |   698M |  35 |  40 |  19 |   0 |4179 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3578.88/3591.76	c  3592s| 39135k|568206 | 62291k|   1.6 |   698M |  35 |  40 |  19 |   9 |4179 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3578.88/3591.77	c  3592s| 39135k|568228 | 62291k|   1.6 |   698M |  35 |  40 |  19 |   9 |4179 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3578.88/3591.79	c  3592s| 39135k|568258 | 62291k|   1.6 |   698M |  35 |  40 |  19 |   0 |4179 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3578.88/3591.80	c  3592s| 39136k|568266 | 62291k|   1.6 |   698M |  35 |  40 |  19 |   0 |4179 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3578.98/3591.80	c  3592s| 39136k|568268 | 62291k|   1.6 |   698M |  35 |  40 |  19 |   9 |4179 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3578.98/3591.81	c  3592s| 39136k|568272 | 62291k|   1.6 |   698M |  35 |  40 |  19 |   9 |4179 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3578.98/3591.82	c  3592s| 39136k|568282 | 62292k|   1.6 |   698M |  35 |  40 |  19 |   0 |4179 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3578.98/3591.83	c  3592s| 39136k|568276 | 62292k|   1.6 |   698M |  35 |  40 |  19 |   0 |4179 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3578.98/3591.84	c  3592s| 39136k|568286 | 62292k|   1.6 |   698M |  35 |  40 |  19 |   9 |4179 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3578.98/3591.85	c  3592s| 39136k|568280 | 62292k|   1.6 |   698M |  35 |  40 |  19 |   0 |4179 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3578.98/3591.86	c  3592s| 39136k|568310 | 62292k|   1.6 |   698M |  35 |  40 |  19 |   0 |4179 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3578.98/3591.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3578.98/3591.87	c  3592s| 39136k|568310 | 62292k|   1.6 |   698M |  35 |  40 |  19 |   9 |4179 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3578.98/3591.87	c  3592s| 39136k|568315 | 62293k|   1.6 |   698M |  35 |  40 |  19 |   9 |4179 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3578.98/3591.89	c  3592s| 39137k|568328 | 62293k|   1.6 |   698M |  35 |  40 |  19 |   9 |4179 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3578.98/3591.89	c  3592s| 39137k|568332 | 62293k|   1.6 |   698M |  35 |  40 |  19 |   9 |4179 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.08/3591.90	c  3592s| 39137k|568352 | 62293k|   1.6 |   698M |  35 |  40 |  19 |   9 |4179 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.08/3591.91	c  3592s| 39137k|568362 | 62293k|   1.6 |   698M |  35 |  40 |  19 |   0 |4179 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.08/3591.92	c  3592s| 39137k|568380 | 62293k|   1.6 |   698M |  35 |  40 |  19 |   0 |4179 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.08/3591.93	c  3592s| 39137k|568402 | 62294k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.08/3591.94	c  3592s| 39137k|568408 | 62294k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.08/3591.95	c  3592s| 39137k|568416 | 62294k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.08/3591.96	c  3592s| 39137k|568412 | 62294k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.08/3591.97	c  3592s| 39137k|568414 | 62294k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.08/3591.97	c  3592s| 39138k|568402 | 62294k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.08/3591.98	c  3592s| 39138k|568398 | 62294k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.08/3591.99	c  3592s| 39138k|568390 | 62294k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.08/3592.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3579.08/3592.00	c  3592s| 39138k|568388 | 62295k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.19/3592.01	c  3592s| 39138k|568384 | 62295k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.19/3592.02	c  3592s| 39138k|568410 | 62295k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.19/3592.03	c  3592s| 39138k|568396 | 62295k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.19/3592.04	c  3592s| 39138k|568438 | 62295k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.19/3592.05	c  3592s| 39138k|568462 | 62296k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.19/3592.06	c  3592s| 39138k|568470 | 62296k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.19/3592.06	c  3592s| 39139k|568482 | 62296k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.19/3592.07	c  3592s| 39139k|568484 | 62296k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.19/3592.08	c  3592s| 39139k|568486 | 62296k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.19/3592.09	c  3592s| 39139k|568504 | 62296k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.19/3592.10	c  3592s| 39139k|568502 | 62296k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.19/3592.11	c  3592s| 39139k|568502 | 62297k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.29/3592.12	c  3592s| 39139k|568498 | 62297k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.29/3592.13	c  3592s| 39139k|568486 | 62297k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.56%
3579.29/3592.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3579.29/3592.13	c  3592s| 39139k|568478 | 62297k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.29/3592.14	c  3592s| 39139k|568482 | 62297k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.29/3592.15	c  3592s| 39140k|568488 | 62297k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.29/3592.16	c  3592s| 39140k|568508 | 62298k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.29/3592.17	c  3592s| 39140k|568518 | 62298k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.29/3592.18	c  3592s| 39140k|568518 | 62298k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.29/3592.19	c  3592s| 39140k|568514 | 62298k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.38/3592.20	c  3592s| 39140k|568512 | 62298k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.38/3592.21	c  3592s| 39140k|568530 | 62298k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.38/3592.22	c  3592s| 39140k|568552 | 62298k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.38/3592.23	c  3592s| 39140k|568557 | 62299k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.38/3592.24	c  3592s| 39140k|568577 | 62299k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.38/3592.25	c  3592s| 39141k|568565 | 62299k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.38/3592.25	c  3592s| 39141k|568565 | 62299k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.38/3592.26	c  3592s| 39141k|568565 | 62299k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.38/3592.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3579.38/3592.27	c  3592s| 39141k|568555 | 62299k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.38/3592.28	c  3592s| 39141k|568569 | 62300k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.38/3592.29	c  3592s| 39141k|568557 | 62300k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.48/3592.30	c  3592s| 39141k|568559 | 62300k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.48/3592.31	c  3592s| 39141k|568553 | 62300k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.48/3592.32	c  3592s| 39141k|568565 | 62300k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.48/3592.33	c  3592s| 39141k|568567 | 62300k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.48/3592.34	c  3592s| 39142k|568569 | 62300k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.48/3592.35	c  3592s| 39142k|568561 | 62301k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.48/3592.35	c  3592s| 39142k|568577 | 62301k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.48/3592.36	c  3592s| 39142k|568567 | 62301k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.48/3592.37	c  3592s| 39142k|568567 | 62301k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.48/3592.38	c  3592s| 39142k|568581 | 62301k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.48/3592.39	c  3592s| 39142k|568589 | 62301k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.58/3592.40	c  3592s| 39142k|568585 | 62301k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.58/3592.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3579.58/3592.41	c  3592s| 39142k|568583 | 62302k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.58/3592.42	c  3592s| 39142k|568595 | 62302k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.58/3592.43	c  3592s| 39143k|568595 | 62302k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.58/3592.44	c  3592s| 39143k|568601 | 62302k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.58/3592.45	c  3592s| 39143k|568603 | 62302k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.58/3592.46	c  3592s| 39143k|568607 | 62303k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.58/3592.47	c  3592s| 39143k|568600 | 62303k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.58/3592.48	c  3592s| 39143k|568604 | 62303k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.58/3592.48	c  3592s| 39143k|568608 | 62303k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.58/3592.49	c  3592s| 39143k|568598 | 62303k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.68/3592.50	c  3592s| 39143k|568596 | 62303k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.68/3592.51	c  3592s| 39143k|568593 | 62303k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.68/3592.52	c  3593s| 39144k|568591 | 62304k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.68/3592.53	c  3593s| 39144k|568581 | 62304k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.68/3592.53	c  3593s| 39144k|568601 | 62304k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.68/3592.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3579.68/3592.55	c  3593s| 39144k|568611 | 62304k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.68/3592.55	c  3593s| 39144k|568593 | 62304k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.68/3592.56	c  3593s| 39144k|568591 | 62304k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.68/3592.57	c  3593s| 39144k|568585 | 62305k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.68/3592.58	c  3593s| 39144k|568599 | 62305k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.68/3592.59	c  3593s| 39144k|568591 | 62305k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.78/3592.60	c  3593s| 39144k|568589 | 62305k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.78/3592.61	c  3593s| 39145k|568619 | 62305k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.78/3592.62	c  3593s| 39145k|568655 | 62305k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.78/3592.64	c  3593s| 39145k|568670 | 62306k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.78/3592.65	c  3593s| 39145k|568684 | 62306k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.78/3592.65	c  3593s| 39145k|568688 | 62306k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.78/3592.66	c  3593s| 39145k|568704 | 62306k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.78/3592.68	c  3593s| 39145k|568728 | 62306k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.78/3592.69	c  3593s| 39145k|568742 | 62307k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.78/3592.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3579.78/3592.70	c  3593s| 39145k|568750 | 62307k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.88/3592.70	c  3593s| 39145k|568744 | 62307k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.88/3592.71	c  3593s| 39146k|568738 | 62307k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.88/3592.72	c  3593s| 39146k|568728 | 62307k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.88/3592.73	c  3593s| 39146k|568734 | 62307k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.88/3592.74	c  3593s| 39146k|568746 | 62307k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.88/3592.75	c  3593s| 39146k|568754 | 62308k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.88/3592.76	c  3593s| 39146k|568748 | 62308k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.88/3592.77	c  3593s| 39146k|568736 | 62308k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.88/3592.78	c  3593s| 39146k|568760 | 62308k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.88/3592.78	c  3593s| 39146k|568782 | 62308k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.88/3592.79	c  3593s| 39146k|568806 | 62308k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.98/3592.81	c  3593s| 39147k|568834 | 62309k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.57%
3579.98/3592.81	c  3593s| 39147k|568858 | 62309k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3579.98/3592.82	c  3593s| 39147k|568849 | 62309k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3579.98/3592.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3579.98/3592.83	c  3593s| 39147k|568849 | 62309k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3579.98/3592.84	c  3593s| 39147k|568846 | 62309k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3579.98/3592.85	c  3593s| 39147k|568816 | 62309k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3579.98/3592.86	c  3593s| 39147k|568845 | 62310k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3579.98/3592.87	c  3593s| 39147k|568852 | 62310k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3579.98/3592.88	c  3593s| 39147k|568849 | 62310k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3579.98/3592.89	c  3593s| 39147k|568869 | 62310k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.08/3592.90	c  3593s| 39148k|568859 | 62310k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.08/3592.91	c  3593s| 39148k|568865 | 62311k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.08/3592.92	c  3593s| 39148k|568867 | 62311k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.08/3592.93	c  3593s| 39148k|568854 | 62311k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.08/3592.93	c  3593s| 39148k|568832 | 62311k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.08/3592.94	c  3593s| 39148k|568818 | 62311k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.08/3592.95	c  3593s| 39148k|568805 | 62311k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.08/3592.96	c  3593s| 39148k|568787 | 62311k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.08/3592.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3580.08/3592.97	c  3593s| 39148k|568777 | 62312k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.08/3592.98	c  3593s| 39148k|568777 | 62312k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.08/3592.99	c  3593s| 39149k|568799 | 62312k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.08/3593.00	c  3593s| 39149k|568807 | 62312k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.19/3593.01	c  3593s| 39149k|568819 | 62312k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.19/3593.02	c  3593s| 39149k|568818 | 62312k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.19/3593.03	c  3593s| 39149k|568812 | 62313k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.19/3593.04	c  3593s| 39149k|568820 | 62313k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.19/3593.05	c  3593s| 39149k|568812 | 62313k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.19/3593.06	c  3593s| 39149k|568810 | 62313k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.19/3593.07	c  3593s| 39149k|568800 | 62313k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.19/3593.07	c  3593s| 39149k|568822 | 62313k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.19/3593.08	c  3593s| 39150k|568810 | 62313k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.19/3593.09	c  3593s| 39150k|568792 | 62314k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.19/3593.10	c  3593s| 39150k|568800 | 62314k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.29/3593.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3580.29/3593.11	c  3593s| 39150k|568816 | 62314k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.29/3593.12	c  3593s| 39150k|568806 | 62314k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.29/3593.13	c  3593s| 39150k|568800 | 62314k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.29/3593.14	c  3593s| 39150k|568780 | 62314k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.29/3593.14	c  3593s| 39150k|568778 | 62315k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.29/3593.15	c  3593s| 39150k|568772 | 62315k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.29/3593.16	c  3593s| 39150k|568794 | 62315k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.29/3593.17	c  3593s| 39151k|568804 | 62315k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.29/3593.18	c  3593s| 39151k|568798 | 62315k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.29/3593.19	c  3593s| 39151k|568792 | 62315k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.29/3593.19	c  3593s| 39151k|568786 | 62316k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.37/3593.20	c  3593s| 39151k|568814 | 62316k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.37/3593.21	c  3593s| 39151k|568826 | 62316k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.37/3593.22	c  3593s| 39151k|568854 | 62316k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.37/3593.23	c  3593s| 39151k|568858 | 62316k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.37/3593.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3580.37/3593.24	c  3593s| 39151k|568860 | 62316k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.37/3593.25	c  3593s| 39151k|568848 | 62317k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.37/3593.27	c  3593s| 39152k|568888 | 62317k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.37/3593.28	c  3593s| 39152k|568893 | 62317k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.37/3593.29	c  3593s| 39152k|568902 | 62317k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.47/3593.30	c  3593s| 39152k|568906 | 62317k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.47/3593.31	c  3593s| 39152k|568908 | 62318k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.47/3593.32	c  3593s| 39152k|568910 | 62318k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.47/3593.33	c  3593s| 39152k|568910 | 62318k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.47/3593.33	c  3593s| 39152k|568898 | 62318k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.47/3593.34	c  3593s| 39152k|568879 | 62318k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.47/3593.35	c  3593s| 39152k|568877 | 62318k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.47/3593.36	c  3593s| 39153k|568871 | 62318k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.47/3593.37	c  3593s| 39153k|568863 | 62319k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.47/3593.38	c  3593s| 39153k|568853 | 62319k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.47/3593.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3580.47/3593.39	c  3593s| 39153k|568866 | 62319k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.47/3593.39	c  3593s| 39153k|568872 | 62319k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.57/3593.41	c  3593s| 39153k|568874 | 62319k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.57/3593.42	c  3593s| 39153k|568878 | 62319k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.57/3593.42	c  3593s| 39153k|568878 | 62320k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.57/3593.43	c  3593s| 39153k|568858 | 62320k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.57/3593.44	c  3593s| 39153k|568850 | 62320k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.57/3593.45	c  3593s| 39154k|568846 | 62320k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.57/3593.46	c  3593s| 39154k|568848 | 62320k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.57/3593.48	c  3593s| 39154k|568858 | 62320k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.57/3593.49	c  3593s| 39154k|568876 | 62320k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.67/3593.50	c  3593s| 39154k|568894 | 62321k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.67/3593.51	c  3593s| 39154k|568906 | 62321k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.67/3593.51	c  3594s| 39154k|568926 | 62321k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.67/3593.52	c  3594s| 39154k|568942 | 62321k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.58%
3580.67/3593.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3580.67/3593.53	c  3594s| 39154k|568938 | 62321k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.67/3593.54	c  3594s| 39154k|568942 | 62321k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.67/3593.55	c  3594s| 39155k|568962 | 62322k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.67/3593.56	c  3594s| 39155k|568968 | 62322k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.67/3593.57	c  3594s| 39155k|568968 | 62322k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.67/3593.58	c  3594s| 39155k|568946 | 62322k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.67/3593.59	c  3594s| 39155k|568944 | 62322k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.67/3593.59	c  3594s| 39155k|568940 | 62322k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.77/3593.60	c  3594s| 39155k|568930 | 62322k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.77/3593.61	c  3594s| 39155k|568940 | 62323k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.77/3593.62	c  3594s| 39155k|568950 | 62323k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.77/3593.63	c  3594s| 39155k|568936 | 62323k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.77/3593.64	c  3594s| 39156k|568948 | 62323k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.77/3593.65	c  3594s| 39156k|568951 | 62323k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.77/3593.66	c  3594s| 39156k|568941 | 62323k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.77/3593.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3580.77/3593.66	c  3594s| 39156k|568936 | 62323k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.77/3593.67	c  3594s| 39156k|568932 | 62323k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.77/3593.68	c  3594s| 39156k|568934 | 62324k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.77/3593.69	c  3594s| 39156k|568925 | 62324k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.77/3593.70	c  3594s| 39156k|568901 | 62324k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.88/3593.70	c  3594s| 39156k|568887 | 62324k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.88/3593.71	c  3594s| 39156k|568879 | 62324k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.88/3593.72	c  3594s| 39157k|568885 | 62324k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.88/3593.73	c  3594s| 39157k|568893 | 62324k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.88/3593.74	c  3594s| 39157k|568889 | 62325k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.88/3593.75	c  3594s| 39157k|568871 | 62325k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.88/3593.76	c  3594s| 39157k|568857 | 62325k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.88/3593.76	c  3594s| 39157k|568871 | 62325k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.88/3593.77	c  3594s| 39157k|568877 | 62325k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.88/3593.78	c  3594s| 39157k|568897 | 62325k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.88/3593.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3580.88/3593.79	c  3594s| 39157k|568893 | 62325k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.98/3593.80	c  3594s| 39157k|568886 | 62326k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.98/3593.81	c  3594s| 39158k|568876 | 62326k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.98/3593.82	c  3594s| 39158k|568856 | 62326k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.98/3593.83	c  3594s| 39158k|568860 | 62326k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.98/3593.84	c  3594s| 39158k|568854 | 62326k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.98/3593.85	c  3594s| 39158k|568852 | 62326k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.98/3593.86	c  3594s| 39158k|568840 | 62326k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.98/3593.87	c  3594s| 39158k|568838 | 62327k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.98/3593.88	c  3594s| 39158k|568822 | 62327k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.98/3593.89	c  3594s| 39158k|568824 | 62327k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3580.98/3593.89	c  3594s| 39158k|568836 | 62327k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.08/3593.90	c  3594s| 39159k|568838 | 62327k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.08/3593.91	c  3594s| 39159k|568840 | 62327k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.08/3593.92	c  3594s| 39159k|568856 | 62328k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.08/3593.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3581.08/3593.93	c  3594s| 39159k|568868 | 62328k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.08/3593.94	c  3594s| 39159k|568870 | 62328k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.08/3593.95	c  3594s| 39159k|568870 | 62328k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.08/3593.95	c  3594s| 39159k|568866 | 62328k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.08/3593.96	c  3594s| 39159k|568866 | 62328k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.08/3593.97	c  3594s| 39159k|568876 | 62328k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.08/3593.98	c  3594s| 39159k|568868 | 62329k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.08/3593.99	c  3594s| 39160k|568840 | 62329k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.08/3594.00	c  3594s| 39160k|568826 | 62329k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.19/3594.01	c  3594s| 39160k|568818 | 62329k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.19/3594.02	c  3594s| 39160k|568806 | 62329k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.19/3594.03	c  3594s| 39160k|568784 | 62329k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.19/3594.04	c  3594s| 39160k|568770 | 62329k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.19/3594.05	c  3594s| 39160k|568818 | 62330k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.19/3594.06	c  3594s| 39160k|568824 | 62330k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.19/3594.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3581.19/3594.07	c  3594s| 39160k|568828 | 62330k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.19/3594.08	c  3594s| 39160k|568836 | 62330k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.19/3594.09	c  3594s| 39161k|568836 | 62330k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.19/3594.10	c  3594s| 39161k|568845 | 62330k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.19/3594.10	c  3594s| 39161k|568843 | 62331k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.29/3594.11	c  3594s| 39161k|568835 | 62331k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.29/3594.12	c  3594s| 39161k|568845 | 62331k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.29/3594.13	c  3594s| 39161k|568867 | 62331k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.29/3594.14	c  3594s| 39161k|568857 | 62331k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.29/3594.15	c  3594s| 39161k|568847 | 62331k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.29/3594.16	c  3594s| 39161k|568843 | 62331k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.29/3594.17	c  3594s| 39161k|568849 | 62332k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.29/3594.18	c  3594s| 39162k|568867 | 62332k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.29/3594.19	c  3594s| 39162k|568871 | 62332k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.38/3594.20	c  3594s| 39162k|568873 | 62332k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.38/3594.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3581.38/3594.21	c  3594s| 39162k|568881 | 62332k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.38/3594.21	c  3594s| 39162k|568895 | 62332k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.38/3594.22	c  3594s| 39162k|568907 | 62333k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.38/3594.23	c  3594s| 39162k|568899 | 62333k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.38/3594.24	c  3594s| 39162k|568895 | 62333k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.38/3594.25	c  3594s| 39162k|568879 | 62333k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.38/3594.26	c  3594s| 39162k|568863 | 62333k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.38/3594.27	c  3594s| 39163k|568853 | 62333k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.38/3594.27	c  3594s| 39163k|568844 | 62333k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.38/3594.28	c  3594s| 39163k|568834 | 62334k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.59%
3581.38/3594.29	c  3594s| 39163k|568834 | 62334k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.48/3594.30	c  3594s| 39163k|568826 | 62334k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.48/3594.31	c  3594s| 39163k|568824 | 62334k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.48/3594.32	c  3594s| 39163k|568838 | 62334k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.48/3594.33	c  3594s| 39163k|568824 | 62334k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.48/3594.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3581.48/3594.34	c  3594s| 39163k|568802 | 62334k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.48/3594.35	c  3594s| 39163k|568794 | 62335k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.48/3594.36	c  3594s| 39164k|568792 | 62335k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.48/3594.37	c  3594s| 39164k|568798 | 62335k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.48/3594.37	c  3594s| 39164k|568808 | 62335k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.48/3594.38	c  3594s| 39164k|568808 | 62335k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.48/3594.39	c  3594s| 39164k|568814 | 62335k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.58/3594.40	c  3594s| 39164k|568824 | 62335k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.58/3594.41	c  3594s| 39164k|568832 | 62336k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.58/3594.42	c  3594s| 39164k|568836 | 62336k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.58/3594.43	c  3594s| 39164k|568838 | 62336k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.58/3594.44	c  3594s| 39164k|568836 | 62336k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.58/3594.44	c  3594s| 39165k|568822 | 62336k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.58/3594.45	c  3594s| 39165k|568836 | 62336k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.58/3594.46	c  3594s| 39165k|568834 | 62337k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.58/3594.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3581.58/3594.47	c  3594s| 39165k|568818 | 62337k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.58/3594.48	c  3594s| 39165k|568824 | 62337k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.58/3594.49	c  3594s| 39165k|568812 | 62337k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.68/3594.50	c  3594s| 39165k|568797 | 62337k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.68/3594.51	c  3594s| 39165k|568820 | 62337k|   1.6 |   698M |  35 |  40 |  19 |   8 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.68/3594.52	c  3595s| 39165k|568832 | 62338k|   1.6 |   698M |  35 |  40 |  19 |   8 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.68/3594.53	c  3595s| 39165k|568840 | 62338k|   1.6 |   698M |  35 |  40 |  19 |   8 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.68/3594.54	c  3595s| 39166k|568844 | 62338k|   1.6 |   698M |  35 |  40 |  19 |   8 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.68/3594.55	c  3595s| 39166k|568844 | 62338k|   1.6 |   698M |  35 |  40 |  19 |   8 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.68/3594.56	c  3595s| 39166k|568832 | 62338k|   1.6 |   698M |  35 |  40 |  19 |   8 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.68/3594.56	c  3595s| 39166k|568826 | 62338k|   1.6 |   698M |  35 |  40 |  19 |   8 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.68/3594.57	c  3595s| 39166k|568820 | 62338k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.68/3594.58	c  3595s| 39166k|568828 | 62339k|   1.6 |   698M |  35 |  40 |  19 |   8 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.68/3594.59	c  3595s| 39166k|568824 | 62339k|   1.6 |   698M |  35 |  40 |  19 |   8 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.78/3594.60	c  3595s| 39166k|568802 | 62339k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.78/3594.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3581.78/3594.61	c  3595s| 39166k|568787 | 62339k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.78/3594.62	c  3595s| 39166k|568797 | 62339k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.78/3594.63	c  3595s| 39167k|568801 | 62339k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.78/3594.63	c  3595s| 39167k|568799 | 62339k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.78/3594.64	c  3595s| 39167k|568785 | 62340k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.78/3594.65	c  3595s| 39167k|568777 | 62340k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.78/3594.66	c  3595s| 39167k|568765 | 62340k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.78/3594.67	c  3595s| 39167k|568751 | 62340k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.78/3594.68	c  3595s| 39167k|568729 | 62340k|   1.6 |   698M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.78/3594.69	c  3595s| 39167k|568708 | 62340k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.88/3594.70	c  3595s| 39167k|568703 | 62340k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.88/3594.71	c  3595s| 39167k|568717 | 62341k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.88/3594.72	c  3595s| 39168k|568739 | 62341k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.88/3594.73	c  3595s| 39168k|568751 | 62341k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.88/3594.74	c  3595s| 39168k|568747 | 62341k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.88/3594.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3581.88/3594.74	c  3595s| 39168k|568740 | 62341k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.88/3594.76	c  3595s| 39168k|568756 | 62341k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.88/3594.77	c  3595s| 39168k|568758 | 62341k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.88/3594.77	c  3595s| 39168k|568740 | 62342k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.88/3594.78	c  3595s| 39168k|568756 | 62342k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.88/3594.79	c  3595s| 39168k|568736 | 62342k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.98/3594.80	c  3595s| 39168k|568736 | 62342k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.98/3594.81	c  3595s| 39169k|568712 | 62342k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.98/3594.81	c  3595s| 39169k|568708 | 62342k|   1.6 |   698M |  35 |  40 |  19 |   8 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.98/3594.83	c  3595s| 39169k|568706 | 62342k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.98/3594.83	c  3595s| 39169k|568706 | 62342k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.98/3594.85	c  3595s| 39169k|568716 | 62343k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.98/3594.86	c  3595s| 39169k|568723 | 62343k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.98/3594.86	c  3595s| 39169k|568723 | 62343k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.98/3594.87	c  3595s| 39169k|568711 | 62343k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.98/3594.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3581.98/3594.88	c  3595s| 39169k|568715 | 62343k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3581.98/3594.89	c  3595s| 39169k|568747 | 62343k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.08/3594.91	c  3595s| 39170k|568784 | 62344k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.08/3594.92	c  3595s| 39170k|568810 | 62344k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.08/3594.93	c  3595s| 39170k|568816 | 62344k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.08/3594.94	c  3595s| 39170k|568818 | 62344k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.08/3594.95	c  3595s| 39170k|568822 | 62344k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.08/3594.96	c  3595s| 39170k|568842 | 62344k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.08/3594.97	c  3595s| 39170k|568850 | 62344k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.08/3594.98	c  3595s| 39170k|568852 | 62345k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.08/3594.98	c  3595s| 39170k|568848 | 62345k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.08/3594.99	c  3595s| 39170k|568850 | 62345k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.08/3595.00	c  3595s| 39171k|568858 | 62345k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.19/3595.01	c  3595s| 39171k|568860 | 62345k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.19/3595.02	c  3595s| 39171k|568866 | 62345k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.19/3595.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3582.19/3595.03	c  3595s| 39171k|568870 | 62345k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.19/3595.03	c  3595s| 39171k|568860 | 62345k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.19/3595.04	c  3595s| 39171k|568858 | 62346k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.19/3595.05	c  3595s| 39171k|568868 | 62346k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.19/3595.06	c  3595s| 39171k|568859 | 62346k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.19/3595.07	c  3595s| 39171k|568859 | 62346k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.19/3595.07	c  3595s| 39171k|568861 | 62346k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.19/3595.08	c  3595s| 39172k|568859 | 62346k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.19/3595.09	c  3595s| 39172k|568855 | 62346k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.19/3595.10	c  3595s| 39172k|568847 | 62347k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.19/3595.10	c  3595s| 39172k|568825 | 62347k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.29/3595.11	c  3595s| 39172k|568813 | 62347k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.29/3595.12	c  3595s| 39172k|568811 | 62347k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.29/3595.13	c  3595s| 39172k|568819 | 62347k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.29/3595.14	c  3595s| 39172k|568835 | 62347k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.29/3595.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3582.29/3595.15	c  3595s| 39172k|568841 | 62347k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.29/3595.16	c  3595s| 39172k|568831 | 62347k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.29/3595.16	c  3595s| 39173k|568836 | 62348k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.29/3595.17	c  3595s| 39173k|568833 | 62348k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.29/3595.18	c  3595s| 39173k|568825 | 62348k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.29/3595.19	c  3595s| 39173k|568815 | 62348k|   1.6 |   698M |  35 |  40 |  19 |   8 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.60%
3582.37/3595.20	c  3595s| 39173k|568829 | 62348k|   1.6 |   698M |  35 |  40 |  19 |   8 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.37/3595.21	c  3595s| 39173k|568839 | 62348k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.37/3595.22	c  3595s| 39173k|568819 | 62348k|   1.6 |   698M |  35 |  40 |  19 |   8 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.37/3595.23	c  3595s| 39173k|568835 | 62349k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.37/3595.23	c  3595s| 39173k|568823 | 62349k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.37/3595.24	c  3595s| 39173k|568829 | 62349k|   1.6 |   698M |  35 |  40 |  19 |   8 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.37/3595.25	c  3595s| 39174k|568811 | 62349k|   1.6 |   698M |  35 |  40 |  19 |   8 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.37/3595.26	c  3595s| 39174k|568793 | 62349k|   1.6 |   698M |  35 |  40 |  19 |   8 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.37/3595.27	c  3595s| 39174k|568779 | 62349k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.37/3595.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3582.37/3595.28	c  3595s| 39174k|568773 | 62349k|   1.6 |   698M |  35 |  40 |  19 |   8 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.37/3595.29	c  3595s| 39174k|568763 | 62349k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.37/3595.29	c  3595s| 39174k|568755 | 62350k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.47/3595.30	c  3595s| 39174k|568755 | 62350k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.47/3595.31	c  3595s| 39174k|568747 | 62350k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.47/3595.32	c  3595s| 39174k|568743 | 62350k|   1.6 |   698M |  35 |  40 |  19 |   8 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.47/3595.33	c  3595s| 39174k|568753 | 62350k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.47/3595.34	c  3595s| 39175k|568745 | 62350k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.47/3595.35	c  3595s| 39175k|568729 | 62350k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.47/3595.36	c  3595s| 39175k|568729 | 62351k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.47/3595.37	c  3595s| 39175k|568719 | 62351k|   1.6 |   698M |  35 |  40 |  19 |   8 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.47/3595.37	c  3595s| 39175k|568710 | 62351k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.47/3595.38	c  3595s| 39175k|568696 | 62351k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.47/3595.39	c  3595s| 39175k|568672 | 62351k|   1.6 |   698M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.57/3595.40	c  3595s| 39175k|568655 | 62351k|   1.6 |   698M |  35 |  40 |  19 |   8 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.57/3595.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3582.57/3595.41	c  3595s| 39175k|568635 | 62351k|   1.6 |   698M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.57/3595.42	c  3595s| 39175k|568629 | 62351k|   1.6 |   698M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.57/3595.43	c  3595s| 39176k|568630 | 62352k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.57/3595.44	c  3595s| 39176k|568612 | 62352k|   1.6 |   699M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.57/3595.45	c  3595s| 39176k|568600 | 62352k|   1.6 |   699M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.57/3595.45	c  3595s| 39176k|568588 | 62352k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.57/3595.47	c  3595s| 39176k|568604 | 62352k|   1.6 |   699M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.57/3595.48	c  3595s| 39176k|568648 | 62352k|   1.6 |   699M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.57/3595.49	c  3595s| 39176k|568670 | 62353k|   1.6 |   699M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.57/3595.50	c  3595s| 39176k|568680 | 62353k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.67/3595.50	c  3595s| 39176k|568682 | 62353k|   1.6 |   699M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.67/3595.51	c  3595s| 39176k|568676 | 62353k|   1.6 |   699M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.67/3595.52	c  3596s| 39177k|568674 | 62353k|   1.6 |   699M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.67/3595.53	c  3596s| 39177k|568668 | 62353k|   1.6 |   699M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.67/3595.54	c  3596s| 39177k|568672 | 62353k|   1.6 |   699M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.67/3595.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3582.67/3595.55	c  3596s| 39177k|568658 | 62354k|   1.6 |   699M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.67/3595.56	c  3596s| 39177k|568642 | 62354k|   1.6 |   699M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.67/3595.56	c  3596s| 39177k|568638 | 62354k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.67/3595.57	c  3596s| 39177k|568628 | 62354k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.67/3595.58	c  3596s| 39177k|568636 | 62354k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.67/3595.59	c  3596s| 39177k|568632 | 62354k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.77/3595.60	c  3596s| 39177k|568628 | 62354k|   1.6 |   699M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.77/3595.61	c  3596s| 39178k|568634 | 62355k|   1.6 |   699M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.77/3595.62	c  3596s| 39178k|568628 | 62355k|   1.6 |   699M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.77/3595.63	c  3596s| 39178k|568611 | 62355k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.77/3595.64	c  3596s| 39178k|568604 | 62355k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.77/3595.64	c  3596s| 39178k|568608 | 62355k|   1.6 |   699M |  35 |  40 |  19 |   5 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.77/3595.65	c  3596s| 39178k|568608 | 62355k|   1.6 |   699M |  35 |  40 |  19 |   5 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.77/3595.66	c  3596s| 39178k|568612 | 62355k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.77/3595.67	c  3596s| 39178k|568607 | 62356k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.77/3595.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3582.77/3595.68	c  3596s| 39178k|568593 | 62356k|   1.6 |   699M |  35 |  40 |  19 |   8 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.61%
3582.77/3595.69	c  3596s| 39178k|568577 | 62356k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3582.77/3595.69	c  3596s| 39179k|568569 | 62356k|   1.6 |   699M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3582.87/3595.70	c  3596s| 39179k|568563 | 62356k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3582.87/3595.71	c  3596s| 39179k|568551 | 62356k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3582.87/3595.72	c  3596s| 39179k|568531 | 62356k|   1.6 |   699M |  35 |  40 |  19 |   5 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3582.87/3595.73	c  3596s| 39179k|568531 | 62356k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3582.87/3595.74	c  3596s| 39179k|568531 | 62357k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3582.87/3595.74	c  3596s| 39179k|568514 | 62357k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3582.87/3595.75	c  3596s| 39179k|568496 | 62357k|   1.6 |   699M |  35 |  40 |  19 |   8 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3582.87/3595.76	c  3596s| 39179k|568504 | 62357k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3582.87/3595.77	c  3596s| 39179k|568522 | 62357k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3582.87/3595.78	c  3596s| 39180k|568540 | 62357k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3582.87/3595.79	c  3596s| 39180k|568556 | 62358k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3582.97/3595.80	c  3596s| 39180k|568548 | 62358k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3582.97/3595.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3582.97/3595.81	c  3596s| 39180k|568572 | 62358k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3582.97/3595.82	c  3596s| 39180k|568578 | 62358k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3582.97/3595.83	c  3596s| 39180k|568574 | 62358k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3582.97/3595.83	c  3596s| 39180k|568592 | 62358k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3582.97/3595.84	c  3596s| 39180k|568595 | 62358k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3582.97/3595.85	c  3596s| 39180k|568617 | 62358k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3582.97/3595.86	c  3596s| 39180k|568623 | 62359k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3582.97/3595.87	c  3596s| 39181k|568625 | 62359k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3582.97/3595.88	c  3596s| 39181k|568625 | 62359k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3582.97/3595.89	c  3596s| 39181k|568629 | 62359k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3583.07/3595.90	c  3596s| 39181k|568647 | 62359k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3583.07/3595.91	c  3596s| 39181k|568643 | 62359k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3583.07/3595.91	c  3596s| 39181k|568647 | 62360k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.62%
3583.07/3595.92	c  3596s| 39181k|568633 | 62360k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.07/3595.93	c  3596s| 39181k|568651 | 62360k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.07/3595.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3583.07/3595.94	c  3596s| 39181k|568647 | 62360k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.07/3595.95	c  3596s| 39181k|568643 | 62360k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.07/3595.96	c  3596s| 39182k|568649 | 62360k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.07/3595.96	c  3596s| 39182k|568647 | 62360k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.07/3595.97	c  3596s| 39182k|568639 | 62361k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.07/3595.98	c  3596s| 39182k|568645 | 62361k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.07/3595.99	c  3596s| 39182k|568629 | 62361k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.07/3596.00	c  3596s| 39182k|568628 | 62361k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.18/3596.01	c  3596s| 39182k|568626 | 62361k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.18/3596.02	c  3596s| 39182k|568634 | 62361k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.18/3596.03	c  3596s| 39182k|568636 | 62361k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.18/3596.04	c  3596s| 39182k|568630 | 62362k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.18/3596.04	c  3596s| 39183k|568622 | 62362k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.18/3596.05	c  3596s| 39183k|568610 | 62362k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.18/3596.06	c  3596s| 39183k|568608 | 62362k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.18/3596.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3583.18/3596.07	c  3596s| 39183k|568624 | 62362k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.18/3596.08	c  3596s| 39183k|568640 | 62362k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.18/3596.09	c  3596s| 39183k|568652 | 62362k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.18/3596.10	c  3596s| 39183k|568652 | 62362k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.18/3596.11	c  3596s| 39183k|568654 | 62363k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.28/3596.11	c  3596s| 39183k|568646 | 62363k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.28/3596.12	c  3596s| 39183k|568658 | 62363k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.28/3596.13	c  3596s| 39184k|568644 | 62363k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.28/3596.14	c  3596s| 39184k|568634 | 62363k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.28/3596.15	c  3596s| 39184k|568624 | 62363k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.28/3596.16	c  3596s| 39184k|568610 | 62363k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.28/3596.16	c  3596s| 39184k|568602 | 62363k|   1.6 |   699M |  35 |  40 |  19 |   5 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.28/3596.18	c  3596s| 39184k|568628 | 62364k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.28/3596.19	c  3596s| 39184k|568632 | 62364k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.28/3596.19	c  3596s| 39184k|568630 | 62364k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.37/3596.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3583.37/3596.20	c  3596s| 39184k|568620 | 62364k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.37/3596.21	c  3596s| 39184k|568620 | 62364k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.37/3596.22	c  3596s| 39185k|568620 | 62364k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.37/3596.23	c  3596s| 39185k|568606 | 62364k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.37/3596.24	c  3596s| 39185k|568600 | 62364k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.37/3596.25	c  3596s| 39185k|568604 | 62365k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.37/3596.26	c  3596s| 39185k|568583 | 62365k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.37/3596.26	c  3596s| 39185k|568579 | 62365k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.37/3596.27	c  3596s| 39185k|568591 | 62365k|   1.6 |   699M |  35 |  40 |  19 |   8 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.37/3596.28	c  3596s| 39185k|568581 | 62365k|   1.6 |   699M |  35 |  40 |  19 |   6 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.37/3596.29	c  3596s| 39185k|568581 | 62365k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.47/3596.30	c  3596s| 39185k|568561 | 62365k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.47/3596.31	c  3596s| 39186k|568545 | 62366k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.63%
3583.47/3596.32	c  3596s| 39186k|568543 | 62366k|   1.6 |   699M |  35 |  40 |  19 |   8 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.47/3596.33	c  3596s| 39186k|568547 | 62366k|   1.6 |   699M |  35 |  40 |  19 |   8 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.47/3596.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3583.47/3596.34	c  3596s| 39186k|568543 | 62366k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.47/3596.35	c  3596s| 39186k|568523 | 62366k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.47/3596.36	c  3596s| 39186k|568502 | 62366k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.47/3596.37	c  3596s| 39186k|568486 | 62366k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.47/3596.37	c  3596s| 39186k|568470 | 62367k|   1.6 |   699M |  35 |  40 |  19 |   8 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.47/3596.38	c  3596s| 39186k|568462 | 62367k|   1.6 |   699M |  35 |  40 |  19 |   8 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.47/3596.39	c  3596s| 39186k|568453 | 62367k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.57/3596.40	c  3596s| 39187k|568453 | 62367k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.57/3596.41	c  3596s| 39187k|568439 | 62367k|   1.6 |   699M |  35 |  40 |  19 |   6 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.57/3596.42	c  3596s| 39187k|568404 | 62367k|   1.6 |   699M |  35 |  40 |  19 |   9 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.57/3596.43	c  3596s| 39187k|568422 | 62367k|   1.6 |   699M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.57/3596.43	c  3596s| 39187k|568416 | 62367k|   1.6 |   699M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.57/3596.44	c  3596s| 39187k|568427 | 62368k|   1.6 |   699M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.57/3596.45	c  3596s| 39187k|568411 | 62368k|   1.6 |   699M |  35 |  40 |  19 |   8 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.57/3596.46	c  3596s| 39187k|568402 | 62368k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.57/3596.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3583.57/3596.48	c  3596s| 39187k|568424 | 62368k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.57/3596.49	c  3596s| 39187k|568430 | 62368k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.67/3596.50	c  3596s| 39188k|568440 | 62368k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.67/3596.51	c  3596s| 39188k|568474 | 62369k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.67/3596.52	c  3597s| 39188k|568472 | 62369k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.67/3596.52	c  3597s| 39188k|568482 | 62369k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.67/3596.53	c  3597s| 39188k|568486 | 62369k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.67/3596.54	c  3597s| 39188k|568484 | 62369k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.67/3596.55	c  3597s| 39188k|568476 | 62369k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.67/3596.56	c  3597s| 39188k|568468 | 62369k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.67/3596.57	c  3597s| 39188k|568484 | 62369k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.67/3596.57	c  3597s| 39188k|568486 | 62370k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.67/3596.59	c  3597s| 39189k|568526 | 62370k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.67/3596.59	c  3597s| 39189k|568522 | 62370k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.77/3596.60	c  3597s| 39189k|568510 | 62370k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.77/3596.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3583.77/3596.61	c  3597s| 39189k|568510 | 62370k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.77/3596.62	c  3597s| 39189k|568504 | 62370k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.77/3596.63	c  3597s| 39189k|568500 | 62370k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.77/3596.64	c  3597s| 39189k|568502 | 62371k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.77/3596.64	c  3597s| 39189k|568506 | 62371k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.77/3596.65	c  3597s| 39189k|568514 | 62371k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.77/3596.66	c  3597s| 39189k|568498 | 62371k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.77/3596.67	c  3597s| 39190k|568479 | 62371k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.77/3596.68	c  3597s| 39190k|568477 | 62371k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.77/3596.68	c  3597s| 39190k|568477 | 62371k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.77/3596.69	c  3597s| 39190k|568473 | 62371k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.87/3596.70	c  3597s| 39190k|568463 | 62372k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.87/3596.71	c  3597s| 39190k|568471 | 62372k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.87/3596.72	c  3597s| 39190k|568455 | 62372k|   1.6 |   699M |  35 |  40 |  19 |   8 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.87/3596.72	c  3597s| 39190k|568447 | 62372k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.87/3596.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3583.87/3596.73	c  3597s| 39190k|568453 | 62372k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.87/3596.74	c  3597s| 39190k|568449 | 62372k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.87/3596.75	c  3597s| 39191k|568441 | 62372k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.87/3596.76	c  3597s| 39191k|568422 | 62372k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.87/3596.77	c  3597s| 39191k|568418 | 62373k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.87/3596.78	c  3597s| 39191k|568405 | 62373k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.87/3596.78	c  3597s| 39191k|568385 | 62373k|   1.6 |   699M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.97/3596.80	c  3597s| 39191k|568401 | 62373k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.97/3596.81	c  3597s| 39191k|568399 | 62373k|   1.6 |   699M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.97/3596.81	c  3597s| 39191k|568401 | 62373k|   1.6 |   699M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.97/3596.82	c  3597s| 39191k|568397 | 62373k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.97/3596.83	c  3597s| 39191k|568373 | 62374k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.97/3596.84	c  3597s| 39192k|568367 | 62374k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.97/3596.85	c  3597s| 39192k|568388 | 62374k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.97/3596.86	c  3597s| 39192k|568389 | 62374k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.97/3596.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3583.97/3596.87	c  3597s| 39192k|568379 | 62374k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.97/3596.87	c  3597s| 39192k|568355 | 62374k|   1.6 |   699M |  35 |  40 |  19 |   9 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.97/3596.88	c  3597s| 39192k|568368 | 62374k|   1.6 |   699M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3583.97/3596.89	c  3597s| 39192k|568364 | 62375k|   1.6 |   699M |  35 |  40 |  19 |   6 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3584.07/3596.90	c  3597s| 39192k|568368 | 62375k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3584.07/3596.91	c  3597s| 39192k|568370 | 62375k|   1.6 |   699M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3584.07/3596.92	c  3597s| 39192k|568362 | 62375k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3584.07/3596.92	c  3597s| 39193k|568356 | 62375k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3584.07/3596.94	c  3597s| 39193k|568362 | 62375k|   1.6 |   699M |  35 |  40 |  19 |   6 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3584.07/3596.94	c  3597s| 39193k|568364 | 62375k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3584.07/3596.95	c  3597s| 39193k|568362 | 62375k|   1.6 |   699M |  35 |  40 |  19 |   7 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3584.07/3596.96	c  3597s| 39193k|568338 | 62376k|   1.6 |   699M |  35 |  40 |  19 |   5 |4180 |  1 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3584.07/3596.97	c  3597s| 39193k|568316 | 62376k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 323k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3584.07/3596.98	c  3597s| 39193k|568321 | 62376k|   1.6 |   699M |  35 |  40 |  19 |   9 |4180 |  1 | 324k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3584.07/3596.99	c  3597s| 39193k|568337 | 62376k|   1.6 |   699M |  35 |  40 |  19 |   9 |4180 |  1 | 324k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3584.07/3597.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3584.07/3597.01	c  3597s| 39193k|568337 | 62376k|   1.6 |   699M |  35 |  40 |  19 |   9 |4180 |  1 | 324k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3584.07/3597.01	c  3597s| 39193k|568325 | 62376k|   1.6 |   699M |  35 |  40 |  19 |   0 |4180 |  0 | 324k|  36k| 0.000000e+00 |      --      |    Inf |  33.64%
3584.18/3597.01	c 
3584.18/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3584.18/3597.01	c Solving Time (sec) : 3597.00
3584.18/3597.01	c Solving Nodes      : 39193924 (total of 39195212 nodes in 2 runs)
3584.18/3597.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3584.18/3597.01	c Dual Bound         : +0.00000000000000e+00
3584.18/3597.01	c Gap                : infinite
3584.18/3597.01	s UNKNOWN
3584.18/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3584.18/3597.01	c Total Time         :    3597.00
3584.18/3597.01	c   solving          :    3597.00
3584.18/3597.01	c   presolving       :       0.03 (included in solving)
3584.18/3597.01	c   reading          :       0.00 (included in solving)
3584.18/3597.01	c   copying          :       0.57 (222 #copies) (minimal 0.00, maximal 0.01, average 0.00)
3584.18/3597.01	c Original Problem   :
3584.18/3597.01	c   Problem name     : HOME/instance-4432676-1721093652.opb
3584.18/3597.01	c   Variables        : 41 (41 binary, 0 integer, 0 implicit integer, 0 continuous)
3584.18/3597.01	c   Constraints      : 11 initial, 11 maximal
3584.18/3597.01	c   Objective        : minimize, 1 non-zeros (abs.min = 1, abs.max = 1)
3584.18/3597.01	c Presolved Problem  :
3584.18/3597.01	c   Problem name     : t_HOME/instance-4432676-1721093652.opb
3584.18/3597.01	c   Variables        : 40 (40 binary, 0 integer, 0 implicit integer, 0 continuous)
3584.18/3597.01	c   Constraints      : 22 initial, 28 maximal
3584.18/3597.01	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3584.18/3597.01	c   Nonzeros         : 596 constraint, 0 clique table
3584.18/3597.01	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3584.18/3597.01	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   domcol           :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   implics          :       0.00       0.00     10          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   milp             :       0.02       0.00      1          0          0          0          0          0         10          5          0          0
3584.18/3597.01	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   sparsify         :       0.00       0.00      3          0          0          0          0          0          0          0          0        115
3584.18/3597.01	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   trivial          :       0.00       0.00     20          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   dualfix          :       0.00       0.00     20          1          0          0          0          0          0          0          0          0
3584.18/3597.01	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   vbounds          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   linear           :       0.00       0.00     29          0          0          0          0          0          1         11        209        250
3584.18/3597.01	c   logicor          :       0.00       0.00     28          0          0          0          0          0          1          0          0          1
3584.18/3597.01	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   components       :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3584.18/3597.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3584.18/3597.01	c   benderslp        :          0          0          0          0   19909813          0          0     262827          0          0          0          0          0          0          0
3584.18/3597.01	c   integral         :          0          0          0          0   19909813          0          0     262827          0          0      36545          0          0          1   39805008
3584.18/3597.01	c   linear           :         12+        25         23   55667717          0          0          0     262825      72151   11400583   83884671          0          0          0          0
3584.18/3597.01	c   logicor          :         10+        14         22    9963397          0          0          0          0      11409        562     219995          0          0          0          0
3584.18/3597.01	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3584.18/3597.01	c   benderslp        :       2.77       0.00       0.00       0.00       2.75       0.00       0.00       0.02       0.00       0.00
3584.18/3597.01	c   integral         :     101.27       0.00       0.00       0.00     101.23       0.00       0.00       0.04       0.00       0.00
3584.18/3597.01	c   linear           :     443.23       0.00       0.00     442.70       0.00       0.00       0.00       0.24       0.12       0.17
3584.18/3597.01	c   logicor          :       3.36       0.00       0.00       3.35       0.00       0.00       0.00       0.00       0.01       0.00
3584.18/3597.01	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.18/3597.01	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.18/3597.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.18/3597.01	c   components       :       2.73       0.00       0.00       2.73       0.00       0.00       0.00       0.00       0.00       0.00
3584.18/3597.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3584.18/3597.01	c   dualfix          :          2          0          0          0
3584.18/3597.01	c   genvbounds       :          0          0          0          0
3584.18/3597.01	c   nlobbt           :          0          0          0          0
3584.18/3597.01	c   obbt             :          0          0          0          0
3584.18/3597.01	c   probing          :          0          0          0          0
3584.18/3597.01	c   pseudoobj        :          0          0          0          0
3584.18/3597.01	c   redcost          :          0          0          0          0
3584.18/3597.01	c   rootredcost      :          0          0          0          0
3584.18/3597.01	c   symmetry         :          0          0          0          0
3584.18/3597.01	c   vbounds          :          0          0          0          0
3584.18/3597.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3584.18/3597.01	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3584.18/3597.01	c   genvbounds       :       6.67       0.00       0.00       6.67       0.00       0.00
3584.18/3597.01	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3584.18/3597.01	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3584.18/3597.01	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
3584.18/3597.01	c   pseudoobj        :       8.17       0.00       0.00       8.17       0.00       0.00
3584.18/3597.01	c   redcost          :       3.02       0.00       0.00       3.02       0.00       0.00
3584.18/3597.01	c   rootredcost      :       4.23       0.00       0.00       4.23       0.00       0.00
3584.18/3597.01	c   symmetry         :       8.34       0.00       0.00       8.34       0.00       0.00
3584.18/3597.01	c   vbounds          :       8.56       0.00       0.00       8.56       0.00       0.00
3584.18/3597.01	c Symmetry           :
3584.18/3597.01	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3584.18/3597.01	c   orbital reduction:          0 reductions applied,          0 cutoffs
3584.18/3597.01	c   lexicographic red:          0 reductions applied,          0 cutoffs
3584.18/3597.01	c   shadow tree time :       0.00 s
3584.18/3597.01	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3584.18/3597.01	c   propagation      :       0.03       2383       1434          -       2292       25.1          3       23.7          -          -          -
3584.18/3597.01	c   infeasible LP    :     123.99    9375351     322562          -     348275       11.3        690       22.7         89       34.0          0
3584.18/3597.01	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3584.18/3597.01	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3584.18/3597.01	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3584.18/3597.01	c   applied globally :       0.00          -          -          0          0        0.0          -          -         76          -          -
3584.18/3597.01	c   applied locally  :          -          -          -          0     323914       11.1          -          -         13          -          -
3584.18/3597.01	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3584.18/3597.01	c   cut pool         :       0.22          -     135142         42          -          -      23779      33111          -          -          -          -          -    (maximal pool size:       1080)
3584.18/3597.01	c   aggregation      :       0.55       0.00       1548         22          0          0      16834      12549       6535       1696        738        958          0
3584.18/3597.01	c   > cmir           :          -          -          -          -          -          -          -       8697        102        594        594          0          -
3584.18/3597.01	c   > flowcover      :          -          -          -          -          -          -          -       3824         48        144        143          1          -
3584.18/3597.01	c   > knapsackcover  :          -          -          -          -          -          -          -         28       6385        958          1        957          -
3584.18/3597.01	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   clique           :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   gomory           :       0.30       0.00       1546         20          0          0      18438      20392       5064       2695       2177        518          0
3584.18/3597.01	c   > gomorymi       :          -          -          -          -          -          -          -      10639       2807       1226        946        280          -
3584.18/3597.01	c   > strongcg       :          -          -          -          -          -          -          -       9753       2257       1469       1231        238          -
3584.18/3597.01	c   impliedbounds    :       0.00       0.00       1548         22          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   mcf              :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   multilinear      :       0.01       0.00      24751         22          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   rapidlearning    :       1.48       0.00        100          1          0        742          0          0          0          0          0          0        444
3584.18/3597.01	c   rlt              :       0.00       0.00        728         20          0          0          0          0          0          0          0          0          0
3584.18/3597.01	c   zerohalf         :       0.07       0.00       1548         22          0          0       1503        170       1397         39         20         19          0
3584.18/3597.01	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3584.18/3597.01	c   hybrid           :       0.02       0.00       1943         22       4430          0      41666         57          0       1324
3584.18/3597.01	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.18/3597.01	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3584.18/3597.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3584.18/3597.01	c   problem variables:       0.00          -          0          0
3584.18/3597.01	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3584.18/3597.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3584.18/3597.01	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3584.18/3597.02	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3584.18/3597.02	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3584.18/3597.02	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.18/3597.02	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.18/3597.02	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.18/3597.02	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.18/3597.02	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3584.18/3597.02	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.18/3597.02	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.18/3597.02	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.18/3597.02	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.18/3597.02	c   relpscost        :      96.27       0.00   19909813          0          0          0      36545          0          1   39805008
3584.18/3597.02	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3584.18/3597.02	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3584.18/3597.02	c   LP solutions     :       0.00          -          -          0          0
3584.18/3597.02	c   relax solutions  :       0.00          -          -          0          0
3584.18/3597.02	c   pseudo solutions :       0.00          -          -          0          0
3584.18/3597.02	c   strong branching :       0.00          -          -          0          0
3584.18/3597.02	c   actconsdiving    :       0.00       0.00          0          0          0
3584.18/3597.02	c   adaptivediving   :       1.10       0.00       1588          0          0
3584.18/3597.02	c   alns             :       3.44       0.00        120          0          0
3584.18/3597.02	c   bound            :       0.00       0.00          0          0          0
3584.18/3597.02	c   clique           :       0.00       0.00          0          0          0
3584.18/3597.02	c   coefdiving       :       0.00       0.00          0          0          0
3584.18/3597.02	c   completesol      :       0.00       0.00          0          0          0
3584.18/3597.02	c   conflictdiving   :       9.87       0.00      97200          0          0
3584.18/3597.02	c   crossover        :       2.89       0.00          0          0          0
3584.18/3597.02	c   dins             :       0.00       0.00          0          0          0
3584.18/3597.02	c   distributiondivin:     129.32       0.00      97200          0          0
3584.18/3597.02	c   dps              :       0.00       0.00          0          0          0
3584.18/3597.02	c   dualval          :       0.00       0.00          0          0          0
3584.18/3597.02	c   farkasdiving     :       0.44       0.00          0          0          0
3584.18/3597.02	c   feasjump         :       0.10       0.00          2          0          0
3584.18/3597.02	c   feaspump         :      15.37       0.00      48600          0          0
3584.18/3597.02	c   fixandinfer      :       0.00       0.00          0          0          0
3584.18/3597.02	c   fracdiving       :       8.80       0.00      97200          0          0
3584.18/3597.02	c   gins             :       2.14       0.00          0          0          0
3584.18/3597.02	c   guideddiving     :       0.32       0.00          0          0          0
3584.18/3597.02	c   indcoefdiving    :       0.00       0.00          0          0          0
3584.18/3597.02	c   indicator        :       2.38       0.00          0          0          0
3584.18/3597.02	c   indicatordiving  :       0.00       0.00          0          0          0
3584.18/3597.02	c   indoneopt        :       4.38       0.00          0          0          0
3584.18/3597.02	c   indrounding      :       0.00       0.00          0          0          0
3584.18/3597.02	c   indtwoopt        :       0.00       0.00          0          0          0
3584.18/3597.02	c   intdiving        :       0.00       0.00          0          0          0
3584.18/3597.02	c   intshifting      :       0.27       0.00          0          0          0
3584.18/3597.02	c   linesearchdiving :       8.37       0.00      97201          0          0
3584.18/3597.02	c   localbranching   :       0.00       0.00          0          0          0
3584.18/3597.02	c   locks            :       0.00       0.00          1          0          0
3584.18/3597.02	c   lpface           :       3.63       0.00          0          0          0
3584.18/3597.02	c   mpec             :       0.00       0.00          0          0          0
3584.18/3597.02	c   multistart       :       0.00       0.00          0          0          0
3584.18/3597.02	c   mutation         :       0.00       0.00          0          0          0
3584.18/3597.02	c   nlpdiving        :       0.15       0.00          0          0          0
3584.18/3597.02	c   objpscostdiving  :       7.60       0.00      48602          0          0
3584.18/3597.02	c   octane           :       0.00       0.00          0          0          0
3584.18/3597.02	c   ofins            :       2.08       0.00          0          0          0
3584.18/3597.02	c   oneopt           :       4.12       0.00          0          0          0
3584.18/3597.02	c   padm             :       0.00       0.00          0          0          0
3584.18/3597.02	c   proximity        :       0.00       0.00          0          0          0
3584.18/3597.02	c   pscostdiving     :      12.47       0.00      97201          0          0
3584.18/3597.02	c   randrounding     :       1.32       0.00     262813          0          0
3584.18/3597.02	c   rens             :       0.01       0.00          2          0          0
3584.18/3597.02	c   reoptsols        :       0.00       0.00          0          0          0
3584.18/3597.02	c   repair           :       0.00       0.00          0          0          0
3584.18/3597.02	c   rins             :       2.88       0.00          0          0          0
3584.18/3597.02	c   rootsoldiving    :      12.52       0.00      37001          0          0
3584.18/3597.02	c   rounding         :       3.88       0.00      63249          0          0
3584.18/3597.02	c   scheduler        :       0.00       0.00          0          0          0
3584.18/3597.02	c   shiftandpropagate:       0.00       0.00          2          0          0
3584.18/3597.02	c   shifting         :       1.97       0.00      20605          0          0
3584.18/3597.02	c   simplerounding   :       3.46       0.00          0          0          0
3584.18/3597.02	c   smallcard        :       0.00       0.00          0          0          0
3584.18/3597.02	c   subnlp           :       6.50       0.00          0          0          0
3584.18/3597.02	c   trivial          :       0.00       0.00          4          0          0
3584.18/3597.02	c   trivialnegation  :       0.00       0.00          0          0          0
3584.18/3597.02	c   trustregion      :       0.00       0.00          0          0          0
3584.18/3597.02	c   trysol           :       3.12       0.00          0          0          0
3584.18/3597.02	c   twoopt           :       0.00       0.00          0          0          0
3584.18/3597.02	c   undercover       :       0.00       0.00          0          0          0
3584.18/3597.02	c   vbounds          :       0.00       0.00          0          0          0
3584.18/3597.02	c   veclendiving     :       9.25       0.00      97201          0          0
3584.18/3597.02	c   zeroobj          :       0.00       0.00          0          0          0
3584.18/3597.02	c   zirounding       :       3.37       0.00       1000          0          0
3584.18/3597.02	c   other solutions  :          -          -          -          0          -
3584.18/3597.02	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3584.18/3597.02	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.18/3597.02	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.18/3597.02	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.18/3597.02	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.18/3597.02	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.18/3597.02	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.18/3597.02	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.18/3597.02	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.18/3597.02	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.18/3597.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3584.18/3597.02	c   primal LP        :       5.31     219819          0       0.00       0.00       5.29     219819
3584.18/3597.02	c   dual LP          :     785.18   29108752   59879408       2.12   76262.33      10.79     844667
3584.18/3597.02	c   lex dual LP      :       0.00          0          0       0.00          -
3584.18/3597.02	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3584.18/3597.02	c   resolve instable :       0.00          0          0       0.00          -
3584.18/3597.02	c   diving/probing LP:      39.58    1123508    2497327       2.22   63090.21
3584.18/3597.02	c   strong branching :       0.02      36557         63       0.00    4097.29          -          -          0
3584.18/3597.02	c     (at root node) :          -         12         63       5.25          -
3584.18/3597.02	c   conflict analysis:       0.00          0          0       0.00          -
3584.18/3597.02	c B&B Tree           :
3584.18/3597.02	c   number of runs   :          2
3584.18/3597.02	c   nodes            :   39193924 (19901455 internal, 19292469 leaves)
3584.18/3597.02	c   feasible leaves  :          0
3584.18/3597.02	c   infeas. leaves   :   19292469
3584.18/3597.02	c   objective leaves :          0
3584.18/3597.02	c   nodes (total)    :   39195212 (19902504 internal, 19292708 leaves)
3584.18/3597.02	c   nodes left       :     568329
3584.18/3597.02	c   max depth        :         35
3584.18/3597.02	c   max depth (total):         35
3584.18/3597.02	c   backtracks       :   10747807 (27.4%)
3584.18/3597.02	c   early backtracks :          0 (0.0%)
3584.18/3597.02	c   nodes exc. ref.  :          0 (0.0%)
3584.18/3597.02	c   delayed cutoffs  :      40658
3584.18/3597.02	c   repropagations   :    1623617 (431837 domain reductions, 16344 cutoffs)
3584.18/3597.02	c   avg switch length:       5.72
3584.18/3597.02	c   switching time   :     488.45
3584.18/3597.02	c Root Node          :
3584.18/3597.02	c   First LP value   : +0.00000000000000e+00
3584.18/3597.02	c   First LP Iters   :          8 (17857.14 Iter/sec)
3584.18/3597.02	c   First LP Time    :       0.00
3584.18/3597.02	c   Final Dual Bound : +0.00000000000000e+00
3584.18/3597.02	c   Final Root Iters :        156
3584.18/3597.02	c   Root LP Estimate : +6.36659019274067e-04
3584.18/3597.02	c Solution           :
3584.18/3597.02	c   Solutions found  :          0 (0 improvements)
3584.18/3597.02	c   Primal Bound     :          -
3584.18/3597.02	c   Dual Bound       : +0.00000000000000e+00
3584.18/3597.02	c   Gap              :   infinite
3584.18/3597.02	c Integrals          :      Total       Avg%
3584.18/3597.02	c   primal-dual      :  359700.02     100.00
3584.18/3597.02	c   primal-ref       :          -          - (not evaluated)
3584.18/3597.02	c   dual-ref         :          -          - (not evaluated)
3586.05/3598.92	c Time complete: 3586.09.

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: 64096 MiB (63332 MiB free)
  memory of node 1: 64473 MiB (62059 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100404 s]*
/proc/loadavg: 3.87 4.11 4.14 5/229 830441
/proc/meminfo: memFree=128351672/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=59124 memory=20280 CPUtime=0.08 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 1479 0 7 0 8 0 0 0 20 0 1 0 161524033 60542976 5070 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 14781 5070 3970 3540 0 3038 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 59124 KiB
Current children cumulated memory: 20280 KiB

[startup+0.213306 s]*
/proc/loadavg: 3.87 4.11 4.14 4/238 830455
/proc/meminfo: memFree=128334984/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=63048 memory=24356 CPUtime=0.19 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 2443 0 7 0 18 1 0 0 20 0 1 0 161524033 64561152 6089 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 15762 6089 4001 3540 0 4019 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 63048 KiB
Current children cumulated memory: 24356 KiB

[startup+0.313958 s]*
/proc/loadavg: 3.87 4.11 4.14 6/241 830461
/proc/meminfo: memFree=128292856/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=63848 memory=25148 CPUtime=0.29 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 2635 0 7 0 28 1 0 0 20 0 1 0 161524033 65380352 6287 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 15962 6287 4001 3540 0 4219 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 63848 KiB
Current children cumulated memory: 25148 KiB

[startup+0.700341 s]
/proc/loadavg: 3.87 4.11 4.14 5/239 830461
/proc/meminfo: memFree=128256232/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=65904 memory=26996 CPUtime=0.66 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 3107 0 7 0 65 1 0 0 20 0 1 0 161524033 67485696 6749 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 16476 6749 4001 3540 0 4733 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 65904 KiB
Current children cumulated memory: 26996 KiB

[startup+1.50036 s]
/proc/loadavg: 3.87 4.11 4.14 5/245 830472
/proc/meminfo: memFree=128069320/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=68360 memory=29072 CPUtime=1.46 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 3700 0 7 0 145 1 0 0 20 0 1 0 161524033 70000640 7268 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 17090 7268 4001 3540 0 5347 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 68360 KiB
Current children cumulated memory: 29072 KiB

[startup+3.11273 s]
/proc/loadavg: 3.88 4.11 4.14 5/245 830472
/proc/meminfo: memFree=126773176/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=68612 memory=30124 CPUtime=3.06 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 3976 0 7 0 305 1 0 0 20 0 1 0 161524033 70258688 7531 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 17153 7531 4001 3540 0 5410 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 68612 KiB
Current children cumulated memory: 30124 KiB

[startup+6.30032 s]
/proc/loadavg: 3.88 4.11 4.14 5/245 830473
/proc/meminfo: memFree=125510812/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=71648 memory=33292 CPUtime=6.24 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 4750 0 7 0 623 1 0 0 20 0 1 0 161524033 73367552 8323 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 17912 8323 4001 3540 0 6169 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 71648 KiB
Current children cumulated memory: 33292 KiB

[startup+12.7002 s]
/proc/loadavg: 3.89 4.11 4.14 5/245 830475
/proc/meminfo: memFree=125382000/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=77016 memory=39632 CPUtime=12.62 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 6351 0 7 0 1260 2 0 0 20 0 1 0 161524033 78864384 9908 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 19254 9908 4001 3540 0 7511 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 77016 KiB
Current children cumulated memory: 39632 KiB

[startup+25.5003 s]
/proc/loadavg: 4.00 4.12 4.14 5/245 830477
/proc/meminfo: memFree=125344244/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=88976 memory=51904 CPUtime=25.38 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 9484 0 7 0 2535 3 0 0 20 0 1 0 161524033 91111424 12976 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 22244 12976 4001 3540 0 10501 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 88976 KiB
Current children cumulated memory: 51904 KiB

[startup+51.1124 s]
/proc/loadavg: 4.00 4.11 4.14 5/245 830481
/proc/meminfo: memFree=125319936/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=110036 memory=71760 CPUtime=50.9 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 14568 0 7 0 5086 4 0 0 20 0 1 0 161524033 112676864 17940 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 27509 17940 4001 3540 0 15766 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 110036 KiB
Current children cumulated memory: 71760 KiB

[startup+102.3 s]
/proc/loadavg: 4.05 4.11 4.13 5/242 830490
/proc/meminfo: memFree=125219104/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=141508 memory=103864 CPUtime=101.91 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 22696 0 7 0 10184 7 0 0 20 0 1 0 161524033 144904192 25966 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 35377 25966 4001 3540 0 23634 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 141508 KiB
Current children cumulated memory: 103864 KiB

[startup+162.3 s]
/proc/loadavg: 4.18 4.13 4.14 5/242 830500
/proc/meminfo: memFree=125102576/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=171452 memory=134456 CPUtime=161.71 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 30416 0 7 0 16161 10 0 0 20 0 1 0 161524033 175566848 33614 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 42863 33614 4001 3540 0 31120 0
Current children cumulated CPU time: 161.71 s
Current children cumulated vsize: 171452 KiB
Current children cumulated memory: 134456 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.12 4.13 5/242 830511
/proc/meminfo: memFree=125070656/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=209072 memory=168868 CPUtime=221.51 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 39121 0 7 0 22136 15 0 0 20 0 1 0 161524033 214089728 42217 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 52268 42217 4001 3540 0 40525 0
Current children cumulated CPU time: 221.51 s
Current children cumulated vsize: 209072 KiB
Current children cumulated memory: 168868 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.11 4.13 5/242 830521
/proc/meminfo: memFree=125028548/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=249036 memory=209824 CPUtime=281.29 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 49527 0 7 0 28110 19 0 0 20 0 1 0 161524033 255012864 52456 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 62259 52456 4001 3540 0 50516 0
Current children cumulated CPU time: 281.29 s
Current children cumulated vsize: 249036 KiB
Current children cumulated memory: 209824 KiB

[startup+342.3 s]
/proc/loadavg: 4.57 4.23 4.17 5/241 830531
/proc/meminfo: memFree=124995316/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=279820 memory=241112 CPUtime=341.1 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 57534 0 7 0 34087 23 0 0 20 0 1 0 161524033 286535680 60278 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 69955 60278 4001 3540 0 58212 0
Current children cumulated CPU time: 341.1 s
Current children cumulated vsize: 279820 KiB
Current children cumulated memory: 241112 KiB

[startup+402.3 s]
/proc/loadavg: 4.49 4.29 4.19 5/243 830546
/proc/meminfo: memFree=124953320/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=319164 memory=281284 CPUtime=400.9 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 67738 0 7 0 40062 28 0 0 20 0 1 0 161524033 326823936 70321 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 79791 70321 4001 3540 0 68048 0
Current children cumulated CPU time: 400.9 s
Current children cumulated vsize: 319164 KiB
Current children cumulated memory: 281284 KiB

[startup+462.3 s]
/proc/loadavg: 4.29 4.27 4.19 5/243 830556
/proc/meminfo: memFree=124921640/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=347524 memory=310176 CPUtime=460.71 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 75097 0 7 0 46038 33 0 0 20 0 1 0 161524033 355864576 77544 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 86881 77544 4001 3540 0 75138 0

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

/proc/loadavg: 4.21 4.34 4.24 5/245 832009
/proc/meminfo: memFree=123530176/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=755520 memory=714284 CPUtime=3211.02 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 182966 0 7 0 320891 211 0 0 20 0 1 0 161524033 773652480 178571 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 188880 178571 4001 3540 0 177137 0
Current children cumulated CPU time: 3211.02 s
Current children cumulated vsize: 755520 KiB
Current children cumulated memory: 714284 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.31 4.24 6/247 832190
/proc/meminfo: memFree=123528148/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=755656 memory=714672 CPUtime=3270.81 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 183384 0 7 0 326866 215 0 0 20 0 1 0 161524033 773791744 178668 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 188914 178668 4001 3540 0 177171 0
Current children cumulated CPU time: 3270.81 s
Current children cumulated vsize: 755656 KiB
Current children cumulated memory: 714672 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.28 4.23 5/246 832200
/proc/meminfo: memFree=123504076/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=755656 memory=714692 CPUtime=3330.57 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 183726 0 7 0 332839 218 0 0 20 0 1 0 161524033 773791744 178673 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 188914 178673 4001 3540 0 177171 0
Current children cumulated CPU time: 3330.57 s
Current children cumulated vsize: 755656 KiB
Current children cumulated memory: 714692 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.26 4.22 5/247 832267
/proc/meminfo: memFree=123498584/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=755004 memory=714676 CPUtime=3390.3 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 184123 0 7 0 338809 221 0 0 20 0 1 0 161524033 773124096 178669 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 188751 178669 4001 3540 0 177008 0
Current children cumulated CPU time: 3390.3 s
Current children cumulated vsize: 755004 KiB
Current children cumulated memory: 714676 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.22 4.21 5/245 832277
/proc/meminfo: memFree=123492112/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=755644 memory=715272 CPUtime=3450.04 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 184558 0 7 0 344780 224 0 0 20 0 1 0 161524033 773779456 178818 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 188911 178818 4001 3540 0 177168 0
Current children cumulated CPU time: 3450.04 s
Current children cumulated vsize: 755644 KiB
Current children cumulated memory: 715272 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.23 4.21 5/245 832288
/proc/meminfo: memFree=123450928/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=756944 memory=716032 CPUtime=3509.78 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 185120 0 7 0 350751 227 0 0 20 0 1 0 161524033 775110656 179008 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 189236 179008 4001 3540 0 177493 0
Current children cumulated CPU time: 3509.78 s
Current children cumulated vsize: 756944 KiB
Current children cumulated memory: 716032 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.21 4.21 5/243 832298
/proc/meminfo: memFree=123379216/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=756944 memory=716040 CPUtime=3569.53 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 185451 0 7 0 356723 230 0 0 20 0 1 0 161524033 775110656 179010 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 189236 179010 4001 3540 0 177493 0
Current children cumulated CPU time: 3569.53 s
Current children cumulated vsize: 756944 KiB
Current children cumulated memory: 716040 KiB

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

# cumulated CPU time of all completed processes:  user=3583.78 s, system=2.32261 s

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

[startup+3584 s]*
/proc/loadavg: 4.17 4.21 4.21 5/243 832298
/proc/meminfo: memFree=123379216/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=757332 memory=716040 CPUtime=3571.23 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 185489 0 7 0 356893 230 0 0 20 0 1 0 161524033 775507968 179010 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 189333 179010 4001 3540 0 177590 0
Current children cumulated CPU time: 3571.23 s
Current children cumulated vsize: 757332 KiB
Current children cumulated memory: 716040 KiB

[startup+3590.4 s]
/proc/loadavg: 4.15 4.21 4.20 5/243 832299
/proc/meminfo: memFree=123378852/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=757332 memory=716040 CPUtime=3577.59 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 185490 0 7 0 357529 230 0 0 20 0 1 0 161524033 775507968 179010 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 189333 179010 4001 3540 0 177590 0
Current children cumulated CPU time: 3577.59 s
Current children cumulated vsize: 757332 KiB
Current children cumulated memory: 716040 KiB

[startup+3593.6 s]
/proc/loadavg: 4.15 4.21 4.20 5/243 832299
/proc/meminfo: memFree=123370604/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=757332 memory=716040 CPUtime=3580.77 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 185491 0 7 0 357847 230 0 0 20 0 1 0 161524033 775507968 179010 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 189333 179010 4001 3540 0 177590 0
Current children cumulated CPU time: 3580.77 s
Current children cumulated vsize: 757332 KiB
Current children cumulated memory: 716040 KiB

[startup+3596.8 s]
/proc/loadavg: 4.14 4.20 4.20 5/243 832299
/proc/meminfo: memFree=123370568/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=757332 memory=716040 CPUtime=3583.97 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 185491 0 7 0 358166 231 0 0 20 0 1 0 161524033 775507968 179010 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 2 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 189333 179010 4001 3540 0 177590 0
Current children cumulated CPU time: 3583.97 s
Current children cumulated vsize: 757332 KiB
Current children cumulated memory: 716040 KiB

[startup+3597.6 s]
/proc/loadavg: 4.14 4.20 4.20 5/243 832301
/proc/meminfo: memFree=123370512/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=751532 memory=710400 CPUtime=3584.76 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 185491 0 7 0 358245 231 0 0 20 0 1 0 161524033 769568768 177600 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 0 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 187883 177600 4001 3540 0 176140 0
Current children cumulated CPU time: 3584.76 s
Current children cumulated vsize: 751532 KiB
Current children cumulated memory: 710400 KiB

[startup+3598.4 s]
/proc/loadavg: 4.14 4.20 4.20 5/241 832315
/proc/meminfo: memFree=124496952/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=683228 memory=642096 CPUtime=3585.56 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 185491 0 7 0 358325 231 0 0 20 0 1 0 161524033 699625472 160524 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 0 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 170807 160524 4001 3540 0 159064 0
Current children cumulated CPU time: 3585.56 s
Current children cumulated vsize: 683228 KiB
Current children cumulated memory: 642096 KiB

[startup+3598.8 s]
/proc/loadavg: 4.14 4.20 4.20 5/241 832315
/proc/meminfo: memFree=124496952/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=586368 memory=544656 CPUtime=3585.95 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 185491 0 7 0 358364 231 0 0 20 0 1 0 161524033 600440832 136309 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 0 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 146447 136164 4001 3540 0 134704 0
Current children cumulated CPU time: 3585.95 s
Current children cumulated vsize: 586368 KiB
Current children cumulated memory: 544656 KiB

[startup+3598.9 s]
/proc/loadavg: 4.14 4.20 4.20 5/241 832315
/proc/meminfo: memFree=124496952/131655788 swapFree=131071996/131071996
[pid=830438] ppid=830435 vsize=564524 memory=523392 CPUtime=3586.05 cores=1,3
/proc/830438/stat : 830438 (pbscip) R 830435 830438 830398 0 -1 4194304 185491 0 7 0 358374 231 0 0 20 0 1 0 161524033 578072576 130848 134679101440 4194304 18693293 140722840523920 0 0 0 0 0 0 0 0 0 17 1 0 0 1 0 0 21375888 21430392 39604224 140722840531972 140722840532071 140722840532071 140722840539086 0
/proc/830438/statm: 141131 130848 4001 3540 0 129388 0
Current children cumulated CPU time: 3586.05 s
Current children cumulated vsize: 564524 KiB
Current children cumulated memory: 523392 KiB

Child status: 0

Real time (s): 3598.93
CPU time (s): 3586.1
CPU user time (s): 3583.78
CPU system time (s): 2.32261
CPU usage (%): 99.6434
Max. virtual memory (cumulated for all children) (KiB): 757332
Max. memory (cumulated for all children) (KiB): 716040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.78
system time used= 2.32261
maximum resident set size= 716040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185497
page faults= 7
swaps= 0
block input operations= 2096
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 149
involuntary context switches= 7899


# summary of solver processes directly reported to runsolver:
#   pid: 830438
#   total CPU time (s): 3586.1
#   total CPU user time (s): 3583.78
#   total CPU system time (s): 2.32261

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.559 second user time and 50.3155 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-16 03:34:24
IDJOB=4432676
IDBENCH=147576
IDSOLVER=3059
FILE ID=nodeC005/4432676-1721093652
RUNJOBID= nodeC005-1721093664-830410
SLURM_JOB_ID= 7505597
Free space on /tmp= 723784 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-market-split_5_40_2.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432676-1721093652/watcher-4432676-1721093652 -o /tmp/evaluation-result-4432676-1721093652/solver-4432676-1721093652 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721093664-830410 --watchdog 3760  pbscip -f HOME/instance-4432676-1721093652.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 52024caa2fcec9d840e113a681eace59
RANDOM SEED=1185784331

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128398112 kB
MemAvailable:   129940492 kB
Buffers:          368356 kB
Cached:          2000608 kB
SwapCached:            0 kB
Active:           654064 kB
Inactive:        2039764 kB
Active(anon):       3356 kB
Inactive(anon):   359216 kB
Active(file):     650708 kB
Inactive(file):  1680548 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             58040 kB
Writeback:             4 kB
AnonPages:        324396 kB
Mapped:           105312 kB
Shmem:             37704 kB
KReclaimable:     102644 kB
Slab:             203680 kB
SReclaimable:     102644 kB
SUnreclaim:       101036 kB
KernelStack:        3728 kB
PageTables:         9344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     677884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52544 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203592 kB
DirectMap2M:    11235328 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 723572 MiB
End job on nodeC005 at 2024-07-16 04:34:23