Trace number 4447755

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP 2024-07-07? 3582.83 3598.01

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n25-d4-i2.cnf.gz-plain.pb.metafix.opb
MD5SUMce459d654692c78ea9ebe534277cd2e6
Bench CategoryDEC-LIN (decision problem, linear constraints, no 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 benchmark77.8957
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables101
Total number of constraints212
Number of constraints which are clauses212
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4447755-1721358914.opb>
0.00/0.00	c original problem has 101 variables (101 bin, 0 int, 0 impl, 0 cont) and 212 constraints
0.00/0.00	c problem read in 0.00
0.00/0.00	c No objective function, only one solution is needed.
0.00/0.00	c presolving:
0.00/0.00	c    (0.0s) running MILP presolver
0.00/0.00	c    (0.0s) MILP presolver found nothing
0.00/0.00	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 212 upgd conss, 0 impls, 0 clqs
0.00/0.00	c    (0.0s) probing: 51/101 (50.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.00	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.00	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.01	c    (0.0s) symmetry computation finished: 1 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.00)
0.00/0.01	c dynamic symmetry handling statistics:
0.00/0.01	c    orbitopal reduction:       no components
0.00/0.01	c    orbital reduction:         no components
0.00/0.01	c    lexicographic reduction:    1 permutations with support sizes 101
0.00/0.01	c handled 1 out of 1 symmetry components
0.00/0.01	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
0.00/0.01	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 101 variables (101 bin, 0 int, 0 impl, 0 cont) and 212 constraints
0.00/0.01	c     212 constraints of type <logicor>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.00
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 10.0.0
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.01	c limits/time = 3596.998053
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.01	c limits/memory = 27900
0.00/0.01	c 
0.00/0.01	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
0.00/0.01	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
0.00/0.01	c limits/solutions = 1
0.00/0.01	c 
0.00/0.01	c # bitset describing used symmetry handling technique: (0: off; 1: constraint-based (orbitopes and/or symresacks); 2: orbital fixing; 3: orbitopes and orbital fixing; 4: Schreier Sims cuts; 5: Schreier Sims cuts and orbitopes; 6: Schreier Sims cuts and orbital fixing; 7: Schreier Sims cuts, orbitopes, and orbital fixing) See type_symmetry.h.
0.00/0.01	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
0.00/0.01	c misc/usesymmetry = 3
0.00/0.01	c 
0.00/0.01	c # belongs reading time to solving time?
0.00/0.01	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c timing/reading = TRUE
0.00/0.01	c 
0.00/0.01	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
0.00/0.01	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.01	c propagating/symmetry/detectdoublelex = FALSE
0.00/0.01	c 
0.00/0.01	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
0.00/0.01	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.01	c propagating/symmetry/detectsubgroups = FALSE
0.00/0.01	c 
0.00/0.01	c # Type of symmetries that shall be computed?
0.00/0.01	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
0.00/0.01	c propagating/symmetry/symtype = 1
0.00/0.01	c 
0.00/0.01	c # Should components consisting of a single full reflection be handled?
0.00/0.01	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.01	c propagating/symmetry/usesimplesgncomp = FALSE
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.02	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.02	c   0.0s|     1 |     0 |    75 |     - |  2872k |   0 | 101 | 223 | 212 |   0 |  0 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.05	c   0.1s|     1 |     0 |   433 |     - |  3081k |   0 | 101 | 425 | 222 |  10 |  1 |  14 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.06	c   0.1s|     1 |     0 |   463 |     - |  3441k |   0 | 101 | 426 | 230 |  18 |  2 |  15 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.06	c   0.1s|     1 |     0 |   492 |     - |  3698k |   0 | 101 | 427 | 238 |  26 |  3 |  16 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.06	c   0.1s|     1 |     0 |   520 |     - |  3800k |   0 | 101 | 428 | 245 |  33 |  4 |  17 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.07	c   0.1s|     1 |     0 |   529 |     - |  3827k |   0 | 101 | 428 | 250 |  38 |  5 |  17 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.07	c   0.1s|     1 |     0 |   544 |     - |  3881k |   0 | 101 | 428 | 254 |  42 |  6 |  17 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.07	c   0.1s|     1 |     0 |   553 |     - |  3946k |   0 | 101 | 428 | 258 |  46 |  7 |  17 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |   570 |     - |  3978k |   0 | 101 | 428 | 262 |  50 |  8 |  17 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |   583 |     - |  4067k |   0 | 101 | 428 | 265 |  53 |  9 |  17 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |   586 |     - |  4179k |   0 | 101 | 430 | 268 |  56 | 10 |  19 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.09	c   0.1s|     1 |     0 |   590 |     - |  4208k |   0 | 101 | 430 | 271 |  59 | 11 |  19 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.09	c   0.1s|     1 |     0 |   593 |     - |  4237k |   0 | 101 | 430 | 272 |  60 | 12 |  19 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.09	c   0.1s|     1 |     0 |   596 |     - |  4267k |   0 | 101 | 431 | 274 |  62 | 13 |  20 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.09	c   0.1s|     1 |     0 |   602 |     - |  4341k |   0 | 101 | 432 | 276 |  64 | 14 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
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 |   609 |     - |  4371k |   0 | 101 | 432 | 277 |  65 | 15 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.09	c   0.1s|     1 |     0 |   613 |     - |  4401k |   0 | 101 | 432 | 250 |  66 | 16 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.09	c   0.1s|     1 |     0 |   614 |     - |  4401k |   0 | 101 | 432 | 251 |  67 | 17 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.09/0.12	c   0.1s|     1 |     2 |   811 |     - |  4470k |   0 | 101 | 435 | 251 |  67 | 17 |  26 |  12 | 0.000000e+00 |      --      |    Inf | unknown
0.49/0.52	c   0.5s|   100 |   101 |  7583 |  70.4 |  5212k |  13 | 101 | 593 | 216 | 158 |  1 | 199 |  12 | 0.000000e+00 |      --      |    Inf | unknown
0.68/0.78	c   0.8s|   200 |   191 | 13040 |  62.4 |  5946k |  21 | 101 | 676 | 220 | 265 |  1 | 366 |  12 | 0.000000e+00 |      --      |    Inf | unknown
1.18/1.20	c   1.2s|   300 |   255 | 15384 |  49.4 |  6174k |  21 | 101 | 724 | 222 | 285 |  1 | 453 |  12 | 0.000000e+00 |      --      |    Inf | unknown
1.48/1.51	c   1.5s|   400 |   333 | 18534 |  44.9 |  6250k |  21 | 101 | 748 | 222 | 338 |  1 | 530 |  12 | 0.000000e+00 |      --      |    Inf | unknown
1.68/1.77	c   1.8s|   500 |   383 | 20485 |  39.8 |  6488k |  27 | 101 | 746 | 218 | 378 |  1 | 611 |  12 | 0.000000e+00 |      --      |    Inf | unknown
1.98/2.09	c   2.1s|   600 |   471 | 22039 |  35.8 |  6752k |  27 | 101 | 742 | 224 | 422 |  1 | 640 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.27/2.35	c   2.3s|   700 |   553 | 23552 |  32.8 |  6756k |  27 | 101 | 748 | 225 | 479 |  2 | 692 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.77/2.87	c   2.9s|   800 |   615 | 25431 |  31.1 |  6999k |  27 | 101 | 766 | 222 | 524 |  1 | 749 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.97/3.02	c   3.0s|   900 |   689 | 26745 |  29.1 |  7167k |  27 | 101 | 782 | 226 | 598 |  2 | 798 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.97/3.05	c   3.1s|  1000 |   756 | 27736 |  27.1 |  7238k |  27 | 101 | 785 | 230 | 628 |  1 | 830 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.97/3.10	c   3.1s|  1100 |   811 | 29093 |  25.9 |  7395k |  29 | 101 | 798 | 226 | 669 |  1 | 884 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.07/3.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.07/3.14	c   3.1s|  1200 |   887 | 30293 |  24.8 |  7446k |  29 | 101 | 829 |   0 | 714 |  0 | 934 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.07/3.17	c   3.2s|  1300 |   932 | 30950 |  23.4 |  7485k |  29 | 101 | 850 | 225 | 739 |  1 | 972 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.17/3.21	c   3.2s|  1400 |   985 | 32085 |  22.5 |  7500k |  29 | 101 | 878 | 219 | 769 |  1 |1030 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.17/3.24	c   3.2s|  1500 |  1056 | 32977 |  21.6 |  7640k |  29 | 101 | 898 | 225 | 782 |  1 |1069 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.17/3.28	c   3.3s|  1600 |  1101 | 33997 |  20.9 |  7666k |  31 | 101 | 921 | 221 | 821 |  1 |1127 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.27/3.32	c   3.3s|  1700 |  1187 | 35080 |  20.3 |  7706k |  31 | 101 | 912 | 222 | 863 |  1 |1139 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.27/3.33	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
3.27/3.33	c (run 1, node 1719) performing user restart
3.27/3.33	c 
3.27/3.33	c (restart) converted 18 cuts from the global cut pool into linear constraints
3.27/3.33	c 
3.27/3.33	c presolving:
3.27/3.33	c (round 1, fast)       0 del vars, 96 del conss, 0 add conss, 0 chg bounds, 6 chg sides, 51 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
3.27/3.33	c (round 2, medium)     0 del vars, 99 del conss, 0 add conss, 0 chg bounds, 6 chg sides, 51 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
3.27/3.33	c (round 3, exhaustive) 0 del vars, 103 del conss, 0 add conss, 0 chg bounds, 6 chg sides, 51 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
3.27/3.33	c (round 4, exhaustive) 0 del vars, 103 del conss, 0 add conss, 0 chg bounds, 6 chg sides, 51 chg coeffs, 216 upgd conss, 0 impls, 0 clqs
3.27/3.33	c (round 5, medium)     0 del vars, 105 del conss, 0 add conss, 0 chg bounds, 6 chg sides, 51 chg coeffs, 216 upgd conss, 0 impls, 0 clqs
3.27/3.34	c (round 6, exhaustive) 0 del vars, 116 del conss, 0 add conss, 0 chg bounds, 6 chg sides, 128 chg coeffs, 216 upgd conss, 0 impls, 0 clqs
3.27/3.34	c (round 7, exhaustive) 0 del vars, 117 del conss, 0 add conss, 0 chg bounds, 6 chg sides, 128 chg coeffs, 216 upgd conss, 0 impls, 0 clqs
3.27/3.34	c presolving (8 rounds: 8 fast, 7 medium, 5 exhaustive):
3.27/3.34	c  0 deleted vars, 117 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 6 changed sides, 128 changed coefficients
3.27/3.34	c  0 implications, 0 cliques
3.27/3.34	c presolved problem has 101 variables (101 bin, 0 int, 0 impl, 0 cont) and 811 constraints
3.27/3.34	c      35 constraints of type <knapsack>
3.27/3.34	c       4 constraints of type <linear>
3.27/3.34	c     772 constraints of type <logicor>
3.27/3.34	c transformed objective value is always integral (scale: 1)
3.27/3.34	c Presolving Time: 0.01
3.27/3.34	c 
3.27/3.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.27/3.35	c   3.4s|     1 |     0 | 35369 |     - |  8224k |   0 | 101 | 818 | 230 |   0 |  0 |1146 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.27/3.36	c   3.4s|     1 |     0 | 35402 |     - |  8224k |   0 | 101 | 821 | 244 |  14 |  1 |1149 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.27/3.36	c   3.4s|     1 |     0 | 35418 |     - |  8251k |   0 | 101 | 822 | 252 |  22 |  2 |1150 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.27/3.37	c   3.4s|     1 |     0 | 35427 |     - |  8278k |   0 | 101 | 823 | 255 |  25 |  3 |1151 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.27/3.37	c   3.4s|     1 |     0 | 35440 |     - |  8306k |   0 | 101 | 823 | 260 |  30 |  4 |1151 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.27/3.38	c   3.4s|     1 |     0 | 35454 |     - |  8334k |   0 | 101 | 824 | 265 |  35 |  5 |1152 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.27/3.38	c   3.4s|     1 |     0 | 35466 |     - |  8352k |   0 | 101 | 824 | 269 |  39 |  6 |1152 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.27/3.39	c   3.4s|     1 |     0 | 35473 |     - |  8624k |   0 | 101 | 825 | 271 |  41 |  7 |1153 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.37/3.40	c   3.4s|     1 |     0 | 35483 |     - |  9091k |   0 | 101 | 826 | 274 |  44 |  8 |1154 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.37/3.41	c   3.4s|     1 |     0 | 35489 |     - |  9091k |   0 | 101 | 826 | 278 |  48 |  9 |1154 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.37/3.41	c   3.4s|     1 |     0 | 35499 |     - |  9121k |   0 | 101 | 826 | 282 |  52 | 10 |1154 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.37/3.42	c   3.4s|     1 |     0 | 35511 |     - |  9152k |   0 | 101 | 827 | 284 |  54 | 11 |1155 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.37/3.43	c   3.4s|     1 |     2 | 35785 |     - |  9156k |   0 | 101 | 828 | 284 |  54 | 11 |1159 |  31 | 0.000000e+00 |      --      |    Inf | unknown
3.47/3.51	c   3.5s|   100 |    90 | 37351 |  20.1 |  9410k |  24 | 101 | 856 | 228 |  94 |  1 |1198 |  31 | 0.000000e+00 |      --      |    Inf | unknown
3.47/3.57	c   3.6s|   200 |   160 | 38318 |  19.5 |  9663k |  27 | 101 | 871 | 230 | 156 |  1 |1224 |  31 | 0.000000e+00 |      --      |    Inf | unknown
3.57/3.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.57/3.65	c   3.6s|   300 |   242 | 39982 |  19.4 |  9865k |  27 | 101 | 890 | 231 | 271 |  1 |1256 |  31 | 0.000000e+00 |      --      |    Inf | unknown
3.67/3.71	c   3.7s|   400 |   322 | 41028 |  19.0 |  9868k |  27 | 101 | 889 | 238 | 364 |  4 |1282 |  31 | 0.000000e+00 |      --      |    Inf | unknown
3.67/3.76	c   3.8s|   500 |   420 | 42327 |  18.7 |    10M |  27 | 101 | 907 | 232 | 428 |  1 |1324 |  31 | 0.000000e+00 |      --      |    Inf | unknown
3.67/3.79	c   3.8s|   600 |   506 | 43448 |  18.4 |    10M |  28 | 101 | 899 | 228 | 457 |  1 |1354 |  31 | 0.000000e+00 |      --      |    Inf | unknown
3.77/3.83	c   3.8s|   700 |   576 | 44430 |  18.0 |    10M |  28 | 101 | 890 | 229 | 493 |  0 |1399 |  31 | 0.000000e+00 |      --      |    Inf | unknown
3.77/3.87	c   3.9s|   800 |   621 | 45422 |  17.7 |    10M |  29 | 101 | 897 | 231 | 525 |  1 |1465 |  31 | 0.000000e+00 |      --      |    Inf | unknown
3.87/3.90	c   3.9s|   900 |   648 | 46137 |  17.3 |    10M |  32 | 101 | 907 | 230 | 527 |  1 |1537 |  31 | 0.000000e+00 |      --      |    Inf | unknown
3.87/3.94	c   3.9s|  1000 |   704 | 46974 |  17.0 |    10M |  33 | 101 | 917 | 230 | 545 |  1 |1589 |  31 | 0.000000e+00 |      --      |    Inf | unknown
3.87/3.98	c   4.0s|  1100 |   730 | 47745 |  16.6 |    10M |  33 | 101 | 927 | 231 | 562 |  1 |1670 |  31 | 0.000000e+00 |      --      |    Inf | unknown
3.97/4.02	c   4.0s|  1200 |   773 | 48457 |  16.3 |    10M |  33 | 101 | 922 | 229 | 574 |  1 |1732 |  31 | 0.000000e+00 |      --      |    Inf | unknown
3.97/4.06	c   4.1s|  1300 |   827 | 49523 |  16.1 |    10M |  33 | 101 | 963 | 235 | 597 |  1 |1826 |  31 | 0.000000e+00 |      --      |    Inf | unknown
3.97/4.10	c   4.1s|  1400 |   885 | 50554 |  15.9 |    10M |  33 | 101 | 982 | 230 | 621 |  1 |1891 |  31 | 0.000000e+00 |      --      |    Inf | unknown
4.07/4.13	c   4.1s|  1500 |   925 | 51104 |  15.6 |    10M |  33 | 101 | 982 | 229 | 625 |  1 |1955 |  31 | 0.000000e+00 |      --      |    Inf | unknown
4.07/4.16	c   4.2s|  1600 |   943 | 51604 |  15.3 |    10M |  33 | 101 | 968 |   0 | 630 |  0 |2004 |  31 | 0.000000e+00 |      --      |    Inf | unknown
4.16/4.20	c   4.2s|  1700 |   984 | 52356 |  15.1 |    10M |  33 | 101 | 962 | 232 | 648 |  0 |2068 |  31 | 0.000000e+00 |      --      |    Inf | unknown
4.16/4.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.16/4.24	c   4.2s|  1800 |  1047 | 53697 |  15.0 |    10M |  33 | 101 | 982 | 236 | 659 |  3 |2145 |  31 | 0.000000e+00 |      --      |    Inf | unknown
4.16/4.27	c   4.3s|  1900 |  1071 | 54259 |  14.8 |    10M |  33 | 101 | 990 | 230 | 663 |  2 |2205 |  31 | 0.000000e+00 |      --      |    Inf | unknown
4.26/4.31	c   4.3s|  2000 |  1098 | 54863 |  14.5 |    10M |  33 | 101 | 982 | 230 | 673 |  1 |2271 |  31 | 0.000000e+00 |      --      |    Inf | unknown
4.26/4.37	c   4.4s|  2100 |  1179 | 56555 |  14.6 |    11M |  33 | 101 | 992 | 229 | 708 |  1 |2343 |  31 | 0.000000e+00 |      --      |    Inf | unknown
4.36/4.40	c   4.4s|  2200 |  1227 | 57256 |  14.4 |    11M |  33 | 101 |1001 | 229 | 712 |  1 |2403 |  31 | 0.000000e+00 |      --      |    Inf | unknown
4.36/4.44	c   4.4s|  2300 |  1290 | 58273 |  14.3 |    11M |  33 | 101 |1019 | 228 | 721 |  1 |2462 |  31 | 0.000000e+00 |      --      |    Inf | unknown
4.36/4.47	c   4.5s|  2400 |  1365 | 59167 |  14.2 |    11M |  33 | 101 |1040 | 232 | 761 |  0 |2512 |  31 | 0.000000e+00 |      --      |    Inf | unknown
4.46/4.51	c   4.5s|  2500 |  1409 | 59830 |  14.0 |    11M |  33 | 101 |1040 | 229 | 775 |  1 |2581 |  31 | 0.000000e+00 |      --      |    Inf | unknown
4.46/4.54	c   4.5s|  2600 |  1443 | 60590 |  13.8 |    11M |  33 | 101 |1054 | 228 | 782 |  1 |2653 |  31 | 0.000000e+00 |      --      |    Inf | unknown
4.46/4.58	c   4.6s|  2700 |  1526 | 61751 |  13.8 |    11M |  33 | 101 |1044 | 229 | 799 |  1 |2700 |  31 | 0.000000e+00 |      --      |    Inf | unknown
4.56/4.61	c   4.6s|  2800 |  1569 | 62416 |  13.6 |    11M |  33 | 101 |1065 | 231 | 807 |  1 |2764 |  31 | 0.000000e+00 |      --      |    Inf | unknown
4.56/4.65	c   4.7s|  2900 |  1607 | 63381 |  13.5 |    11M |  33 | 101 |1057 | 230 | 833 |  1 |2828 |  31 | 0.000000e+00 |      --      |    Inf | unknown
4.56/4.69	c   4.7s|  3000 |  1650 | 64295 |  13.4 |    11M |  33 | 101 |1074 | 232 | 862 |  1 |2923 |  31 | 0.000000e+00 |      --      |    Inf | unknown
4.66/4.75	c   4.7s|  3100 |  1733 | 65637 |  13.4 |    12M |  33 | 101 |1061 |   0 | 910 |  0 |2972 |  31 | 0.000000e+00 |      --      |    Inf | unknown
4.66/4.78	c   4.8s|  3200 |  1804 | 66628 |  13.4 |    12M |  33 | 101 |1049 | 233 | 943 |  1 |3023 |  31 | 0.000000e+00 |      --      |    Inf | unknown
4.77/4.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.77/4.83	c   4.8s|  3300 |  1876 | 68413 |  13.5 |    12M |  33 | 101 |1052 | 232 | 971 |  2 |3082 |  31 | 0.000000e+00 |      --      |    Inf | unknown
4.77/4.86	c   4.9s|  3400 |  1920 | 69185 |  13.4 |    12M |  33 | 101 |1050 | 230 | 983 |  1 |3136 |  31 | 0.000000e+00 |      --      |    Inf | unknown
4.87/4.90	c   4.9s|  3500 |  1956 | 70087 |  13.3 |    12M |  33 | 101 |1053 | 232 | 995 |  2 |3199 |  31 | 0.000000e+00 |      --      |    Inf | unknown
4.87/4.93	c   4.9s|  3600 |  1993 | 70789 |  13.2 |    12M |  33 | 101 |1072 | 234 | 997 |  1 |3284 |  31 | 0.000000e+00 |      --      |    Inf | unknown
4.87/4.97	c   5.0s|  3700 |  2019 | 71578 |  13.1 |    12M |  33 | 101 |1071 | 231 |1007 |  1 |3349 |  31 | 0.000000e+00 |      --      |    Inf | unknown
4.97/5.01	c   5.0s|  3800 |  2049 | 72441 |  13.0 |    12M |  33 | 101 |1076 | 231 |1015 |  1 |3430 |  31 | 0.000000e+00 |      --      |    Inf | unknown
4.97/5.04	c   5.0s|  3900 |  2095 | 73430 |  12.9 |    12M |  33 | 101 |1081 | 232 |1029 |  1 |3489 |  31 | 0.000000e+00 |      --      |    Inf | unknown
4.97/5.08	c   5.1s|  4000 |  2159 | 74430 |  12.9 |    12M |  33 | 101 |1088 | 234 |1054 |  1 |3542 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.07/5.12	c   5.1s|  4100 |  2216 | 75626 |  12.9 |    12M |  33 | 101 |1108 | 231 |1065 |  1 |3613 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.07/5.17	c   5.2s|  4200 |  2284 | 76810 |  12.8 |    12M |  33 | 101 |1103 | 232 |1081 |  1 |3678 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.16/5.20	c   5.2s|  4300 |  2343 | 77546 |  12.7 |    12M |  34 | 101 |1101 | 233 |1109 |  1 |3715 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.16/5.23	c   5.2s|  4400 |  2387 | 78298 |  12.7 |    13M |  34 | 101 |1120 | 231 |1109 |  1 |3769 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.16/5.26	c   5.3s|  4500 |  2440 | 78964 |  12.6 |    13M |  34 | 101 |1132 | 233 |1113 |  1 |3831 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.16/5.29	c   5.3s|  4600 |  2491 | 79749 |  12.5 |    13M |  34 | 101 |1143 | 231 |1117 |  0 |3900 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.26/5.32	c   5.3s|  4700 |  2525 | 80434 |  12.4 |    13M |  34 | 101 |1165 |   0 |1123 |  0 |3965 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.26/5.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.26/5.36	c   5.4s|  4800 |  2551 | 81046 |  12.3 |    13M |  34 | 101 |1174 | 231 |1126 |  1 |4028 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.36/5.40	c   5.4s|  4900 |  2572 | 81658 |  12.2 |    13M |  34 | 101 |1203 |   0 |1128 |  0 |4129 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.36/5.44	c   5.4s|  5000 |  2634 | 82844 |  12.2 |    14M |  34 | 101 |1212 | 232 |1133 |  1 |4184 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.36/5.47	c   5.5s|  5100 |  2679 | 83519 |  12.1 |    14M |  34 | 101 |1225 |   0 |1135 |  0 |4237 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.46/5.50	c   5.5s|  5200 |  2726 | 84293 |  12.1 |    14M |  34 | 101 |1214 | 232 |1137 |  1 |4278 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.46/5.54	c   5.5s|  5300 |  2772 | 85152 |  12.0 |    14M |  34 | 101 |1231 | 232 |1139 |  1 |4352 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.46/5.57	c   5.6s|  5400 |  2831 | 86033 |  12.0 |    14M |  34 | 101 |1224 | 231 |1143 |  1 |4394 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.56/5.61	c   5.6s|  5500 |  2869 | 86736 |  11.9 |    14M |  34 | 101 |1225 |   0 |1146 |  0 |4472 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.56/5.64	c   5.6s|  5600 |  2880 | 87263 |  11.8 |    14M |  35 | 101 |1223 | 231 |1153 |  0 |4545 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.56/5.68	c   5.7s|  5700 |  2881 | 87749 |  11.7 |    14M |  35 | 101 |1250 |   0 |1155 |  0 |4631 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.66/5.71	c   5.7s|  5800 |  2930 | 88445 |  11.7 |    14M |  35 | 101 |1262 | 226 |1157 |  1 |4693 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.66/5.74	c   5.7s|  5900 |  2947 | 89046 |  11.6 |    14M |  35 | 101 |1269 |   0 |1165 |  0 |4758 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.66/5.79	c   5.8s|  6000 |  3001 | 90136 |  11.6 |    14M |  35 | 101 |1273 | 234 |1178 |  1 |4870 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.76/5.83	c   5.8s|  6100 |  3038 | 90856 |  11.5 |    14M |  36 | 101 |1259 | 233 |1184 |  1 |4942 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.76/5.86	c   5.9s|  6200 |  3080 | 91513 |  11.5 |    14M |  36 | 101 |1236 | 233 |1186 |  1 |4998 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.86/5.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.86/5.91	c   5.9s|  6300 |  3111 | 92323 |  11.4 |    14M |  36 | 101 |1241 | 231 |1195 |  1 |5071 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.86/5.95	c   5.9s|  6400 |  3123 | 92890 |  11.3 |    14M |  36 | 101 |1216 | 229 |1199 |  1 |5140 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.86/6.00	c   6.0s|  6500 |  3209 | 94876 |  11.4 |    14M |  36 | 101 |1179 | 230 |1217 |  1 |5205 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.97/6.03	c   6.0s|  6600 |  3286 | 95670 |  11.4 |    14M |  36 | 101 |1181 | 230 |1222 |  1 |5248 |  31 | 0.000000e+00 |      --      |    Inf | unknown
5.97/6.07	c   6.1s|  6700 |  3330 | 96275 |  11.3 |    14M |  36 | 101 |1183 | 231 |1231 |  1 |5316 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.06/6.11	c   6.1s|  6800 |  3375 | 97464 |  11.3 |    14M |  36 | 101 |1176 |   0 |1239 |  0 |5384 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.06/6.16	c   6.2s|  6900 |  3466 | 98921 |  11.4 |    15M |  36 | 101 |1187 | 233 |1263 |  2 |5453 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.16/6.20	c   6.2s|  7000 |  3498 | 99757 |  11.3 |    15M |  36 | 101 |1178 |   0 |1269 |  0 |5523 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.16/6.23	c   6.2s|  7100 |  3541 |100549 |  11.3 |    15M |  36 | 101 |1183 | 231 |1270 |  1 |5581 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.16/6.27	c   6.3s|  7200 |  3564 |101120 |  11.2 |    15M |  36 | 101 |1168 | 231 |1282 |  1 |5656 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.26/6.31	c   6.3s|  7300 |  3605 |102040 |  11.2 |    15M |  36 | 101 |1163 | 230 |1287 |  1 |5727 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.26/6.35	c   6.3s|  7400 |  3660 |103136 |  11.2 |    15M |  36 | 101 |1149 | 232 |1290 |  2 |5786 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.26/6.39	c   6.4s|  7500 |  3712 |103973 |  11.2 |    15M |  36 | 101 |1165 | 231 |1302 |  1 |5870 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.36/6.42	c   6.4s|  7600 |  3753 |104694 |  11.1 |    15M |  36 | 101 |1166 | 234 |1315 |  1 |5942 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.36/6.46	c   6.5s|  7700 |  3810 |105703 |  11.1 |    15M |  36 | 101 |1134 | 232 |1318 |  2 |5994 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.46/6.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.46/6.50	c   6.5s|  7800 |  3863 |106739 |  11.1 |    15M |  36 | 101 |1143 | 228 |1319 |  1 |6057 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.46/6.53	c   6.5s|  7900 |  3912 |107541 |  11.1 |    15M |  36 | 101 |1151 | 228 |1322 |  1 |6109 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.46/6.57	c   6.6s|  8000 |  3958 |108508 |  11.1 |    15M |  36 | 101 |1161 | 233 |1341 |  0 |6176 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.56/6.61	c   6.6s|  8100 |  3999 |109284 |  11.0 |    15M |  36 | 101 |1154 | 228 |1350 |  1 |6233 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.56/6.64	c   6.6s|  8200 |  4040 |110141 |  11.0 |    15M |  36 | 101 |1177 | 228 |1352 |  1 |6301 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.56/6.68	c   6.7s|  8300 |  4083 |110924 |  11.0 |    15M |  36 | 101 |1195 |   0 |1355 |  0 |6368 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.66/6.71	c   6.7s|  8400 |  4098 |111392 |  10.9 |    16M |  36 | 101 |1198 | 231 |1357 |  1 |6423 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.66/6.75	c   6.7s|  8500 |  4133 |112316 |  10.9 |    16M |  36 | 101 |1188 | 228 |1357 |  1 |6500 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.66/6.79	c   6.8s|  8600 |  4183 |113173 |  10.9 |    16M |  36 | 101 |1208 | 228 |1360 |  1 |6571 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.76/6.81	c   6.8s|  8700 |  4203 |113634 |  10.8 |    16M |  36 | 101 |1212 | 229 |1366 |  1 |6627 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.76/6.86	c   6.9s|  8800 |  4259 |115104 |  10.9 |    16M |  36 | 101 |1226 | 229 |1376 |  1 |6689 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.76/6.89	c   6.9s|  8900 |  4283 |115771 |  10.8 |    16M |  36 | 101 |1242 | 232 |1377 |  1 |6756 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.86/6.93	c   6.9s|  9000 |  4320 |116472 |  10.8 |    16M |  36 | 101 |1233 | 232 |1387 |  1 |6815 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.86/6.97	c   7.0s|  9100 |  4344 |117273 |  10.8 |    16M |  36 | 101 |1244 | 232 |1390 |  1 |6893 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.96/7.02	c   7.0s|  9200 |  4397 |118543 |  10.8 |    16M |  36 | 101 |1227 |   0 |1396 |  0 |6970 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.96/7.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.96/7.05	c   7.1s|  9300 |  4407 |119219 |  10.7 |    16M |  36 | 101 |1228 |   0 |1400 |  0 |7032 |  31 | 0.000000e+00 |      --      |    Inf | unknown
6.96/7.09	c   7.1s|  9400 |  4441 |119964 |  10.7 |    16M |  36 | 101 |1229 |   0 |1407 |  0 |7102 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.06/7.12	c   7.1s|  9500 |  4450 |120513 |  10.7 |    16M |  36 | 101 |1228 | 231 |1410 |  1 |7168 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.06/7.16	c   7.2s|  9600 |  4477 |121210 |  10.6 |    17M |  36 | 101 |1231 | 233 |1423 |  0 |7240 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.06/7.19	c   7.2s|  9700 |  4516 |121976 |  10.6 |    17M |  36 | 101 |1210 | 233 |1427 |  2 |7307 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.15/7.24	c   7.2s|  9800 |  4602 |123695 |  10.7 |    17M |  36 | 101 |1226 | 230 |1435 |  2 |7399 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.15/7.28	c   7.3s|  9900 |  4651 |124481 |  10.6 |    17M |  36 | 101 |1272 | 229 |1439 |  1 |7472 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.25/7.31	c   7.3s| 10000 |  4691 |125264 |  10.6 |    17M |  36 | 101 |1266 |   0 |1439 |  0 |7529 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.25/7.35	c   7.3s| 10100 |  4715 |125746 |  10.6 |    17M |  36 | 101 |1282 | 232 |1445 |  1 |7601 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.25/7.38	c   7.4s| 10200 |  4764 |126607 |  10.6 |    17M |  36 | 101 |1277 | 233 |1448 |  2 |7659 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.35/7.41	c   7.4s| 10300 |  4767 |127093 |  10.5 |    17M |  36 | 101 |1266 | 230 |1453 |  1 |7714 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.35/7.45	c   7.4s| 10400 |  4803 |127775 |  10.5 |    17M |  36 | 101 |1259 | 232 |1457 |  0 |7779 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.35/7.48	c   7.5s| 10500 |  4818 |128317 |  10.4 |    17M |  36 | 101 |1250 | 231 |1459 |  1 |7849 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.45/7.53	c   7.5s| 10600 |  4864 |129237 |  10.4 |    17M |  36 | 101 |1264 | 228 |1463 |  1 |7956 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.45/7.57	c   7.6s| 10700 |  4944 |130350 |  10.4 |    17M |  36 | 101 |1240 | 229 |1481 |  1 |8006 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.55/7.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.55/7.62	c   7.6s| 10800 |  5023 |131409 |  10.4 |    17M |  36 | 101 |1244 | 230 |1506 |  1 |8078 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.55/7.65	c   7.6s| 10900 |  5047 |131931 |  10.4 |    17M |  36 | 101 |1258 | 229 |1512 |  1 |8140 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.55/7.69	c   7.7s| 11000 |  5119 |133313 |  10.4 |    17M |  36 | 101 |1231 | 234 |1537 |  1 |8204 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.65/7.72	c   7.7s| 11100 |  5178 |134306 |  10.4 |    17M |  36 | 101 |1245 | 232 |1548 |  1 |8278 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.65/7.76	c   7.8s| 11200 |  5211 |135050 |  10.4 |    17M |  36 | 101 |1258 | 229 |1553 |  1 |8367 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.75/7.80	c   7.8s| 11300 |  5270 |136078 |  10.4 |    17M |  36 | 101 |1287 |   0 |1571 |  0 |8450 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.75/7.83	c   7.8s| 11400 |  5273 |136577 |  10.3 |    18M |  36 | 101 |1256 | 233 |1576 |  1 |8517 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.75/7.87	c   7.9s| 11500 |  5309 |137357 |  10.3 |    18M |  36 | 101 |1270 | 230 |1578 |  1 |8607 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.85/7.91	c   7.9s| 11600 |  5346 |138515 |  10.3 |    18M |  36 | 101 |1260 | 232 |1582 |  1 |8677 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.85/7.95	c   7.9s| 11700 |  5362 |139301 |  10.3 |    18M |  36 | 101 |1236 | 232 |1592 |  1 |8748 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.85/7.98	c   8.0s| 11800 |  5373 |139957 |  10.3 |    18M |  36 | 101 |1240 |   0 |1593 |  0 |8811 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.96/8.02	c   8.0s| 11900 |  5415 |141345 |  10.3 |    18M |  36 | 101 |1200 | 232 |1600 |  1 |8874 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.96/8.06	c   8.1s| 12000 |  5466 |142348 |  10.3 |    18M |  36 | 101 |1196 | 232 |1604 |  1 |8928 |  31 | 0.000000e+00 |      --      |    Inf | unknown
7.96/8.10	c   8.1s| 12100 |  5509 |143179 |  10.3 |    18M |  36 | 101 |1203 | 231 |1606 |  1 |8987 |  31 | 0.000000e+00 |      --      |    Inf | unknown
8.05/8.14	c   8.1s| 12200 |  5556 |144078 |  10.3 |    18M |  36 | 101 |1208 |   0 |1614 |  0 |9049 |  31 | 0.000000e+00 |      --      |    Inf | unknown
8.05/8.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.05/8.17	c   8.2s| 12300 |  5589 |144783 |  10.3 |    18M |  36 | 101 |1209 | 232 |1630 |  1 |9116 |  31 | 0.000000e+00 |      --      |    Inf | unknown
8.15/8.21	c   8.2s| 12400 |  5618 |145756 |  10.3 |    19M |  36 | 101 |1191 | 233 |1647 |  1 |9189 |  31 | 0.000000e+00 |      --      |    Inf | unknown
8.15/8.25	c   8.2s| 12500 |  5633 |146263 |  10.2 |    19M |  36 | 101 |1179 | 230 |1649 |  1 |9262 |  31 | 0.000000e+00 |      --      |    Inf | unknown
8.15/8.29	c   8.3s| 12600 |  5643 |147102 |  10.2 |    19M |  36 | 101 |1174 |   0 |1659 |  0 |9326 |  31 | 0.000000e+00 |      --      |    Inf | unknown
8.25/8.33	c   8.3s| 12700 |  5713 |148554 |  10.2 |    19M |  36 | 101 |1160 | 229 |1681 |  1 |9378 |  31 | 0.000000e+00 |      --      |    Inf | unknown
8.25/8.37	c   8.4s| 12800 |  5758 |149625 |  10.2 |    19M |  36 | 101 |1158 | 232 |1690 |  1 |9441 |  31 | 0.000000e+00 |      --      |    Inf | unknown
8.35/8.41	c   8.4s| 12900 |  5805 |150547 |  10.2 |    19M |  36 | 101 |1140 | 231 |1695 |  1 |9487 |  31 | 0.000000e+00 |      --      |    Inf | unknown
8.35/8.45	c   8.5s| 13000 |  5862 |151729 |  10.3 |    19M |  36 | 101 |1149 | 231 |1699 |  1 |9542 |  31 | 0.000000e+00 |      --      |    Inf | unknown
8.35/8.48	c   8.5s| 13100 |  5908 |152489 |  10.2 |    19M |  36 | 101 |1135 | 231 |1699 |  1 |9583 |  31 | 0.000000e+00 |      --      |    Inf | unknown
8.45/8.52	c   8.5s| 13200 |  5930 |153085 |  10.2 |    19M |  36 | 101 |1132 | 232 |1702 |  1 |9657 |  31 | 0.000000e+00 |      --      |    Inf | unknown
8.45/8.56	c   8.6s| 13300 |  5965 |153960 |  10.2 |    19M |  36 | 101 |1137 | 232 |1712 |  1 |9736 |  31 | 0.000000e+00 |      --      |    Inf | unknown
8.55/8.60	c   8.6s| 13400 |  5999 |154877 |  10.2 |    20M |  36 | 101 |1135 | 231 |1724 |  1 |9803 |  31 | 0.000000e+00 |      --      |    Inf | unknown
8.55/8.63	c   8.6s| 13500 |  6028 |155569 |  10.2 |    20M |  36 | 101 |1155 | 232 |1724 |  1 |9871 |  31 | 0.000000e+00 |      --      |    Inf | unknown
8.55/8.67	c   8.7s| 13600 |  6044 |156305 |  10.1 |    20M |  36 | 101 |1155 | 231 |1730 |  1 |9940 |  31 | 0.000000e+00 |      --      |    Inf | unknown
8.65/8.70	c   8.7s| 13700 |  6057 |156876 |  10.1 |    20M |  36 | 101 |1168 | 232 |1733 |  1 |  10k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.65/8.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.65/8.74	c   8.7s| 13800 |  6075 |157628 |  10.1 |    20M |  36 | 101 |1174 | 232 |1738 |  1 |  10k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.65/8.78	c   8.8s| 13900 |  6112 |158410 |  10.1 |    20M |  36 | 101 |1170 | 233 |1742 |  1 |  10k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.75/8.81	c   8.8s| 14000 |  6148 |159239 |  10.1 |    20M |  36 | 101 |1200 | 229 |1742 |  0 |  10k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.75/8.85	c   8.8s| 14100 |  6187 |160048 |  10.1 |    20M |  36 | 101 |1198 | 234 |1748 |  1 |  10k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.75/8.89	c   8.9s| 14200 |  6213 |160697 |  10.0 |    20M |  36 | 101 |1209 |   0 |1751 |  0 |  10k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.85/8.93	c   8.9s| 14300 |  6251 |161580 |  10.0 |    20M |  36 | 101 |1219 | 229 |1759 |  1 |  10k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.85/8.96	c   9.0s| 14400 |  6256 |162171 |  10.0 |    20M |  36 | 101 |1224 | 230 |1760 |  0 |  10k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.85/9.00	c   9.0s| 14500 |  6278 |162800 |  10.0 |    20M |  36 | 101 |1229 | 231 |1763 |  1 |  10k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.95/9.04	c   9.0s| 14600 |  6283 |163448 |  10.0 |    20M |  36 | 101 |1244 | 230 |1767 |  1 |  10k|  31 | 0.000000e+00 |      --      |    Inf | unknown
8.95/9.07	c   9.1s| 14700 |  6295 |164071 |   9.9 |    20M |  36 | 101 |1249 | 231 |1768 |  1 |  10k|  31 | 0.000000e+00 |      --      |    Inf | unknown
9.05/9.11	c   9.1s| 14800 |  6324 |164736 |   9.9 |    20M |  36 | 101 |1261 |   0 |1769 |  0 |  10k|  31 | 0.000000e+00 |      --      |    Inf | unknown
9.05/9.14	c   9.1s| 14900 |  6354 |165510 |   9.9 |    20M |  36 | 101 |1281 | 232 |1774 |  1 |  10k|  31 | 0.000000e+00 |      --      |    Inf | unknown
9.05/9.18	c   9.2s| 15000 |  6375 |166090 |   9.9 |    20M |  36 | 101 |1271 | 230 |1778 |  1 |  10k|  31 | 0.000000e+00 |      --      |    Inf | unknown
9.14/9.22	c   9.2s| 15100 |  6379 |166745 |   9.9 |    20M |  36 | 101 |1275 | 228 |1782 |  1 |  11k|  31 | 0.000000e+00 |      --      |    Inf | unknown
9.14/9.25	c   9.3s| 15200 |  6408 |167409 |   9.8 |    20M |  36 | 101 |1289 | 226 |1791 |  1 |  11k|  31 | 0.000000e+00 |      --      |    Inf | unknown
9.14/9.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
9.14/9.29	c   9.3s| 15300 |  6426 |168058 |   9.8 |    20M |  36 | 101 |1303 | 231 |1798 |  1 |  11k|  31 | 0.000000e+00 |      --      |    Inf | unknown
9.24/9.32	c   9.3s| 15400 |  6450 |168657 |   9.8 |    20M |  36 | 101 |1283 | 231 |1807 |  1 |  11k|  31 | 0.000000e+00 |      --      |    Inf | unknown
9.24/9.36	c   9.4s| 15500 |  6445 |169237 |   9.8 |    20M |  36 | 101 |1267 | 231 |1808 |  1 |  11k|  31 | 0.000000e+00 |      --      |    Inf | unknown
9.34/9.40	c   9.4s| 15600 |  6478 |170499 |   9.8 |    20M |  36 | 101 |1238 | 230 |1813 |  1 |  11k|  31 | 0.000000e+00 |      --      |    Inf | unknown
9.34/9.44	c   9.4s| 15700 |  6535 |171278 |   9.8 |    20M |  36 | 101 |1219 | 232 |1825 |  1 |  11k|  31 | 0.000000e+00 |      --      |    Inf | unknown
9.34/9.48	c   9.5s| 15800 |  6571 |171921 |   9.8 |    21M |  36 | 101 |1207 | 232 |1832 |  1 |  11k|  31 | 0.000000e+00 |      --      |    Inf | unknown
9.44/9.52	c   9.5s| 15900 |  6595 |172411 |   9.7 |    21M |  36 | 101 |1195 |   0 |1837 |  0 |  11k|  31 | 0.000000e+00 |      --      |    Inf | unknown
9.44/9.55	c   9.5s| 16000 |  6627 |173112 |   9.7 |    21M |  36 | 101 |1184 |   0 |1837 |  0 |  11k|  31 | 0.000000e+00 |      --      |    Inf | unknown
9.44/9.59	c   9.6s| 16100 |  6671 |173929 |   9.7 |    21M |  36 | 101 |1168 | 230 |1839 |  1 |  11k|  31 | 0.000000e+00 |      --      |    Inf | unknown
9.54/9.62	c   9.6s| 16200 |  6699 |174566 |   9.7 |    21M |  36 | 101 |1167 | 230 |1843 |  1 |  11k|  31 | 0.000000e+00 |      --      |    Inf | unknown
9.54/9.66	c   9.7s| 16300 |  6708 |175062 |   9.7 |    21M |  36 | 101 |1181 | 231 |1844 |  1 |  11k|  31 | 0.000000e+00 |      --      |    Inf | unknown
9.54/9.69	c   9.7s| 16400 |  6704 |175560 |   9.6 |    21M |  36 | 101 |1180 | 230 |1846 |  1 |  11k|  31 | 0.000000e+00 |      --      |    Inf | unknown
9.64/9.73	c   9.7s| 16500 |  6709 |176193 |   9.6 |    21M |  36 | 101 |1178 | 230 |1846 |  1 |  11k|  31 | 0.000000e+00 |      --      |    Inf | unknown
9.64/9.78	c   9.8s| 16600 |  6754 |177228 |   9.6 |    21M |  36 | 101 |1191 | 226 |1858 |  1 |  12k|  31 | 0.000000e+00 |      --      |    Inf | unknown
9.74/9.82	c   9.8s| 16700 |  6771 |177993 |   9.6 |    21M |  36 | 101 |1203 | 226 |1863 |  1 |  12k|  31 | 0.000000e+00 |      --      |    Inf | unknown
9.74/9.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
9.74/9.86	c   9.9s| 16800 |  6797 |178807 |   9.6 |    21M |  36 | 101 |1209 | 227 |1867 |  1 |  12k|  31 | 0.000000e+00 |      --      |    Inf | unknown
9.84/9.90	c   9.9s| 16900 |  6807 |179312 |   9.6 |    21M |  36 | 101 |1191 | 226 |1868 |  1 |  12k|  31 | 0.000000e+00 |      --      |    Inf | unknown
9.84/9.94	c   9.9s| 17000 |  6822 |180184 |   9.6 |    21M |  36 | 101 |1196 | 226 |1872 |  1 |  12k|  31 | 0.000000e+00 |      --      |    Inf | unknown
9.84/9.98	c  10.0s| 17100 |  6845 |180854 |   9.6 |    21M |  36 | 101 |1196 | 232 |1872 |  1 |  12k|  31 | 0.000000e+00 |      --      |    Inf | unknown
9.94/10.02	c  10.0s| 17200 |  6886 |181512 |   9.6 |    21M |  36 | 101 |1206 | 231 |1873 |  1 |  12k|  31 | 0.000000e+00 |      --      |    Inf | unknown
9.94/10.06	c  10.1s| 17300 |  6893 |182089 |   9.5 |    21M |  36 | 101 |1206 | 231 |1874 |  1 |  12k|  31 | 0.000000e+00 |      --      |    Inf | unknown
10.04/10.10	c  10.1s| 17400 |  6947 |183260 |   9.5 |    21M |  36 | 101 |1228 | 232 |1881 |  1 |  12k|  31 | 0.000000e+00 |      --      |    Inf | unknown
10.04/10.14	c  10.1s| 17500 |  6989 |184098 |   9.5 |    21M |  36 | 101 |1244 | 228 |1882 |  1 |  12k|  31 | 0.000000e+00 |      --      |    Inf | unknown
10.04/10.18	c  10.2s| 17600 |  7057 |185364 |   9.6 |    21M |  36 | 101 |1257 | 228 |1890 |  1 |  12k|  31 | 0.000000e+00 |      --      |    Inf | unknown
10.14/10.22	c  10.2s| 17700 |  7109 |186232 |   9.5 |    21M |  36 | 101 |1269 | 230 |1907 |  1 |  12k|  31 | 0.000000e+00 |      --      |    Inf | unknown
10.14/10.26	c  10.3s| 17800 |  7138 |187005 |   9.5 |    22M |  36 | 101 |1276 | 229 |1915 |  1 |  13k|  31 | 0.000000e+00 |      --      |    Inf | unknown
10.14/10.29	c  10.3s| 17900 |  7148 |187533 |   9.5 |    22M |  36 | 101 |1293 | 230 |1917 |  0 |  13k|  31 | 0.000000e+00 |      --      |    Inf | unknown
10.24/10.33	c  10.3s| 18000 |  7162 |188294 |   9.5 |    22M |  36 | 101 |1290 | 228 |1922 |  1 |  13k|  31 | 0.000000e+00 |      --      |    Inf | unknown
10.24/10.37	c  10.4s| 18100 |  7240 |189386 |   9.5 |    22M |  36 | 101 |1312 |   0 |1931 |  0 |  13k|  31 | 0.000000e+00 |      --      |    Inf | unknown
10.34/10.41	c  10.4s| 18200 |  7266 |189908 |   9.5 |    22M |  36 | 101 |1331 |   0 |1936 |  0 |  13k|  31 | 0.000000e+00 |      --      |    Inf | unknown
10.34/10.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
10.34/10.44	c  10.4s| 18300 |  7281 |190356 |   9.5 |    22M |  36 | 101 |1322 | 228 |1937 |  1 |  13k|  31 | 0.000000e+00 |      --      |    Inf | unknown
10.34/10.48	c  10.5s| 18400 |  7332 |191487 |   9.5 |    22M |  36 | 101 |1303 | 229 |1942 |  1 |  13k|  31 | 0.000000e+00 |      --      |    Inf | unknown
10.43/10.52	c  10.5s| 18500 |  7360 |192509 |   9.5 |    22M |  36 | 101 |1288 | 232 |1946 |  1 |  13k|  31 | 0.000000e+00 |      --      |    Inf | unknown
10.43/10.56	c  10.6s| 18600 |  7385 |193089 |   9.5 |    22M |  36 | 101 |1284 | 232 |1947 |  1 |  13k|  31 | 0.000000e+00 |      --      |    Inf | unknown
10.53/10.61	c  10.6s| 18700 |  7412 |194025 |   9.5 |    23M |  36 | 101 |1271 | 229 |1954 |  1 |  13k|  31 | 0.000000e+00 |      --      |    Inf | unknown
10.53/10.65	c  10.6s| 18800 |  7444 |194939 |   9.5 |    23M |  36 | 101 |1266 | 231 |1957 |  1 |  13k|  31 | 0.000000e+00 |      --      |    Inf | unknown
10.63/10.70	c  10.7s| 18900 |  7481 |195826 |   9.5 |    23M |  36 | 101 |1253 | 226 |1968 |  1 |  13k|  31 | 0.000000e+00 |      --      |    Inf | unknown
10.63/10.74	c  10.7s| 19000 |  7524 |196713 |   9.5 |    23M |  36 | 101 |1283 |   0 |1976 |  0 |  13k|  31 | 0.000000e+00 |      --      |    Inf | unknown
10.63/10.78	c  10.8s| 19100 |  7540 |197507 |   9.4 |    23M |  36 | 101 |1258 | 231 |1985 |  1 |  13k|  31 | 0.000000e+00 |      --      |    Inf | unknown
10.73/10.82	c  10.8s| 19200 |  7564 |198135 |   9.4 |    23M |  36 | 101 |1274 | 230 |1991 |  1 |  14k|  31 | 0.000000e+00 |      --      |    Inf | unknown
10.73/10.86	c  10.9s| 19300 |  7628 |199084 |   9.4 |    23M |  36 | 101 |1252 | 229 |2001 |  1 |  14k|  31 | 0.000000e+00 |      --      |    Inf | unknown
10.73/10.90	c  10.9s| 19400 |  7666 |199769 |   9.4 |    23M |  36 | 101 |1276 | 229 |2012 |  1 |  14k|  31 | 0.000000e+00 |      --      |    Inf | unknown
10.83/10.93	c  10.9s| 19500 |  7683 |200469 |   9.4 |    23M |  36 | 101 |1266 | 227 |2018 |  1 |  14k|  31 | 0.000000e+00 |      --      |    Inf | unknown
10.83/10.97	c  11.0s| 19600 |  7694 |201114 |   9.4 |    23M |  36 | 101 |1276 |   0 |2023 |  0 |  14k|  31 | 0.000000e+00 |      --      |    Inf | unknown
10.94/11.02	c  11.0s| 19700 |  7717 |202102 |   9.4 |    23M |  36 | 101 |1254 | 231 |2042 |  1 |  14k|  31 | 0.000000e+00 |      --      |    Inf | unknown
10.94/11.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
10.94/11.06	c  11.1s| 19800 |  7752 |202897 |   9.4 |    23M |  36 | 101 |1241 |   0 |2055 |  0 |  14k|  31 | 0.000000e+00 |      --      |    Inf | unknown
10.94/11.10	c  11.1s| 19900 |  7794 |203697 |   9.4 |    23M |  36 | 101 |1228 | 231 |2063 |  1 |  14k|  31 | 0.000000e+00 |      --      |    Inf | unknown
11.04/11.14	c  11.1s| 20000 |  7809 |204393 |   9.4 |    23M |  36 | 101 |1209 |   0 |2068 |  0 |  14k|  31 | 0.000000e+00 |      --      |    Inf | unknown
11.04/11.18	c  11.2s| 20100 |  7839 |205084 |   9.4 |    23M |  36 | 101 |1203 | 227 |2075 |  1 |  14k|  31 | 0.000000e+00 |      --      |    Inf | unknown
11.13/11.21	c  11.2s| 20200 |  7849 |205498 |   9.3 |    24M |  36 | 101 |1194 | 231 |2075 |  1 |  14k|  31 | 0.000000e+00 |      --      |    Inf | unknown
11.13/11.25	c  11.2s| 20300 |  7871 |206097 |   9.3 |    24M |  36 | 101 |1216 | 230 |2077 |  1 |  14k|  31 | 0.000000e+00 |      --      |    Inf | unknown
11.13/11.28	c  11.3s| 20400 |  7917 |207026 |   9.3 |    24M |  36 | 101 |1217 | 226 |2081 |  1 |  14k|  31 | 0.000000e+00 |      --      |    Inf | unknown
11.23/11.31	c  11.3s| 20500 |  7940 |207578 |   9.3 |    24M |  36 | 101 |1215 | 227 |2105 |  1 |  14k|  31 | 0.000000e+00 |      --      |    Inf | unknown
11.23/11.35	c  11.3s| 20600 |  7948 |208163 |   9.3 |    24M |  36 | 101 |1237 |   0 |2120 |  0 |  14k|  31 | 0.000000e+00 |      --      |    Inf | unknown
11.23/11.39	c  11.4s| 20700 |  7947 |208797 |   9.3 |    24M |  36 | 101 |1256 | 228 |2136 |  1 |  15k|  31 | 0.000000e+00 |      --      |    Inf | unknown
11.33/11.42	c  11.4s| 20800 |  7956 |209387 |   9.3 |    24M |  36 | 101 |1250 | 229 |2140 |  1 |  15k|  31 | 0.000000e+00 |      --      |    Inf | unknown
11.33/11.47	c  11.5s| 20900 |  7995 |210753 |   9.3 |    24M |  36 | 101 |1248 | 238 |2152 |  1 |  15k|  31 | 0.000000e+00 |      --      |    Inf | unknown
11.43/11.51	c  11.5s| 21000 |  8009 |211204 |   9.3 |    24M |  36 | 101 |1244 | 232 |2155 |  1 |  15k|  31 | 0.000000e+00 |      --      |    Inf | unknown
11.43/11.55	c  11.6s| 21100 |  8034 |211912 |   9.3 |    24M |  36 | 101 |1248 | 231 |2168 |  1 |  15k|  31 | 0.000000e+00 |      --      |    Inf | unknown
11.43/11.58	c  11.6s| 21200 |  8059 |212458 |   9.2 |    24M |  36 | 101 |1230 | 233 |2173 |  0 |  15k|  31 | 0.000000e+00 |      --      |    Inf | unknown
11.53/11.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
11.53/11.63	c  11.6s| 21300 |  8085 |213382 |   9.2 |    24M |  36 | 101 |1213 | 229 |2186 |  1 |  15k|  31 | 0.000000e+00 |      --      |    Inf | unknown
11.53/11.67	c  11.7s| 21400 |  8138 |214306 |   9.2 |    24M |  36 | 101 |1252 |   0 |2207 |  0 |  15k|  31 | 0.000000e+00 |      --      |    Inf | unknown
11.63/11.70	c  11.7s| 21500 |  8160 |214976 |   9.2 |    24M |  36 | 101 |1264 |   0 |2210 |  0 |  15k|  31 | 0.000000e+00 |      --      |    Inf | unknown
11.63/11.74	c  11.7s| 21600 |  8175 |215456 |   9.2 |    24M |  36 | 101 |1270 | 232 |2213 |  1 |  15k|  31 | 0.000000e+00 |      --      |    Inf | unknown
11.63/11.78	c  11.8s| 21700 |  8218 |216488 |   9.2 |    24M |  36 | 101 |1272 | 231 |2224 |  2 |  15k|  31 | 0.000000e+00 |      --      |    Inf | unknown
11.73/11.82	c  11.8s| 21800 |  8262 |217415 |   9.2 |    25M |  36 | 101 |1280 | 231 |2248 |  1 |  15k|  31 | 0.000000e+00 |      --      |    Inf | unknown
11.73/11.85	c  11.8s| 21900 |  8277 |218175 |   9.2 |    25M |  36 | 101 |1282 | 232 |2251 |  1 |  15k|  31 | 0.000000e+00 |      --      |    Inf | unknown
11.73/11.89	c  11.9s| 22000 |  8303 |218935 |   9.2 |    25M |  36 | 101 |1243 | 230 |2263 |  1 |  15k|  31 | 0.000000e+00 |      --      |    Inf | unknown
11.83/11.92	c  11.9s| 22100 |  8320 |219493 |   9.2 |    25M |  36 | 101 |1241 | 230 |2268 |  1 |  16k|  31 | 0.000000e+00 |      --      |    Inf | unknown
11.83/11.96	c  12.0s| 22200 |  8327 |220312 |   9.2 |    25M |  36 | 101 |1237 | 230 |2272 |  1 |  16k|  31 | 0.000000e+00 |      --      |    Inf | unknown
11.93/12.01	c  12.0s| 22300 |  8354 |221202 |   9.2 |    25M |  36 | 101 |1246 | 230 |2281 |  1 |  16k|  31 | 0.000000e+00 |      --      |    Inf | unknown
11.93/12.04	c  12.0s| 22400 |  8360 |221705 |   9.2 |    25M |  36 | 101 |1282 |   0 |2282 |  0 |  16k|  31 | 0.000000e+00 |      --      |    Inf | unknown
11.93/12.09	c  12.1s| 22500 |  8394 |222961 |   9.2 |    26M |  36 | 101 |1264 |   0 |2291 |  0 |  16k|  31 | 0.000000e+00 |      --      |    Inf | unknown
12.03/12.13	c  12.1s| 22600 |  8445 |223890 |   9.2 |    26M |  36 | 101 |1241 |   0 |2304 |  0 |  16k|  31 | 0.000000e+00 |      --      |    Inf | unknown
12.03/12.16	c  12.2s| 22700 |  8467 |224463 |   9.2 |    26M |  36 | 101 |1249 | 231 |2304 |  1 |  16k|  31 | 0.000000e+00 |      --      |    Inf | unknown
12.13/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.13/12.20	c  12.2s| 22800 |  8475 |225048 |   9.1 |    26M |  36 | 101 |1246 | 230 |2309 |  0 |  16k|  31 | 0.000000e+00 |      --      |    Inf | unknown
12.13/12.24	c  12.2s| 22900 |  8516 |225952 |   9.1 |    26M |  36 | 101 |1252 | 232 |2318 |  1 |  16k|  31 | 0.000000e+00 |      --      |    Inf | unknown
12.13/12.28	c  12.3s| 23000 |  8557 |226845 |   9.1 |    26M |  36 | 101 |1264 | 232 |2322 |  1 |  16k|  31 | 0.000000e+00 |      --      |    Inf | unknown
12.22/12.31	c  12.3s| 23100 |  8583 |227468 |   9.1 |    26M |  36 | 101 |1270 | 232 |2322 |  1 |  16k|  31 | 0.000000e+00 |      --      |    Inf | unknown
12.22/12.35	c  12.4s| 23200 |  8612 |228275 |   9.1 |    26M |  36 | 101 |1267 | 232 |2327 |  1 |  16k|  31 | 0.000000e+00 |      --      |    Inf | unknown
12.22/12.39	c  12.4s| 23300 |  8642 |228895 |   9.1 |    26M |  36 | 101 |1256 | 229 |2329 |  0 |  16k|  31 | 0.000000e+00 |      --      |    Inf | unknown
12.32/12.43	c  12.4s| 23400 |  8668 |229552 |   9.1 |    26M |  36 | 101 |1241 | 231 |2333 |  1 |  16k|  31 | 0.000000e+00 |      --      |    Inf | unknown
12.32/12.46	c  12.5s| 23500 |  8683 |230021 |   9.1 |    26M |  36 | 101 |1253 |   0 |2333 |  0 |  17k|  31 | 0.000000e+00 |      --      |    Inf | unknown
12.42/12.50	c  12.5s| 23600 |  8715 |231033 |   9.1 |    27M |  36 | 101 |1239 | 229 |2333 |  0 |  17k|  31 | 0.000000e+00 |      --      |    Inf | unknown
12.42/12.54	c  12.5s| 23700 |  8750 |231841 |   9.1 |    27M |  36 | 101 |1227 | 228 |2335 |  1 |  17k|  31 | 0.000000e+00 |      --      |    Inf | unknown
12.42/12.58	c  12.6s| 23800 |  8804 |232858 |   9.1 |    27M |  36 | 101 |1265 | 228 |2339 |  1 |  17k|  31 | 0.000000e+00 |      --      |    Inf | unknown
12.52/12.62	c  12.6s| 23900 |  8833 |233816 |   9.1 |    27M |  36 | 101 |1269 | 236 |2341 |  1 |  17k|  31 | 0.000000e+00 |      --      |    Inf | unknown
12.52/12.65	c  12.6s| 24000 |  8846 |234445 |   9.1 |    27M |  36 | 101 |1277 | 228 |2341 |  1 |  17k|  31 | 0.000000e+00 |      --      |    Inf | unknown
12.63/12.71	c  12.7s| 24100 |  8869 |234996 |   9.1 |    27M |  36 | 101 |1286 | 229 |2343 |  1 |  17k|  31 | 0.000000e+00 |      --      |    Inf | unknown
12.63/12.74	c  12.7s| 24200 |  8907 |235826 |   9.1 |    27M |  36 | 101 |1290 | 229 |2349 |  1 |  17k|  31 | 0.000000e+00 |      --      |    Inf | unknown
12.63/12.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
12.63/12.78	c  12.8s| 24300 |  8932 |236556 |   9.1 |    27M |  36 | 101 |1321 | 231 |2357 |  1 |  17k|  31 | 0.000000e+00 |      --      |    Inf | unknown
12.73/12.83	c  12.8s| 24400 |  8980 |237882 |   9.1 |    27M |  36 | 101 |1308 | 233 |2371 |  1 |  17k|  31 | 0.000000e+00 |      --      |    Inf | unknown
12.73/12.86	c  12.9s| 24500 |  9011 |238713 |   9.1 |    27M |  36 | 101 |1320 | 233 |2375 |  1 |  17k|  31 | 0.000000e+00 |      --      |    Inf | unknown
12.83/12.90	c  12.9s| 24600 |  9027 |239472 |   9.1 |    27M |  36 | 101 |1318 |   0 |2383 |  0 |  17k|  31 | 0.000000e+00 |      --      |    Inf | unknown
12.83/12.94	c  12.9s| 24700 |  9053 |240050 |   9.1 |    27M |  36 | 101 |1306 | 232 |2384 |  1 |  17k|  31 | 0.000000e+00 |      --      |    Inf | unknown
12.83/12.98	c  13.0s| 24800 |  9066 |240595 |   9.0 |    27M |  36 | 101 |1288 | 228 |2390 |  1 |  17k|  31 | 0.000000e+00 |      --      |    Inf | unknown
12.94/13.01	c  13.0s| 24900 |  9086 |241144 |   9.0 |    27M |  36 | 101 |1289 |   0 |2394 |  0 |  17k|  31 | 0.000000e+00 |      --      |    Inf | unknown
12.94/13.05	c  13.0s| 25000 |  9106 |241686 |   9.0 |    27M |  36 | 101 |1283 |   0 |2394 |  0 |  18k|  31 | 0.000000e+00 |      --      |    Inf | unknown
12.94/13.10	c  13.1s| 25100 |  9126 |242533 |   9.0 |    27M |  36 | 101 |1283 | 233 |2399 |  1 |  18k|  31 | 0.000000e+00 |      --      |    Inf | unknown
13.04/13.14	c  13.1s| 25200 |  9156 |243309 |   9.0 |    27M |  36 | 101 |1285 | 230 |2400 |  1 |  18k|  31 | 0.000000e+00 |      --      |    Inf | unknown
13.04/13.17	c  13.2s| 25300 |  9181 |243810 |   9.0 |    27M |  36 | 101 |1273 | 231 |2405 |  1 |  18k|  31 | 0.000000e+00 |      --      |    Inf | unknown
13.13/13.20	c  13.2s| 25400 |  9211 |244370 |   9.0 |    27M |  36 | 101 |1292 | 230 |2408 |  1 |  18k|  31 | 0.000000e+00 |      --      |    Inf | unknown
13.13/13.24	c  13.2s| 25500 |  9229 |244955 |   9.0 |    27M |  36 | 101 |1300 | 232 |2409 |  1 |  18k|  31 | 0.000000e+00 |      --      |    Inf | unknown
13.13/13.28	c  13.3s| 25600 |  9261 |245849 |   9.0 |    27M |  36 | 101 |1316 | 230 |2414 |  1 |  18k|  31 | 0.000000e+00 |      --      |    Inf | unknown
13.23/13.32	c  13.3s| 25700 |  9294 |246682 |   9.0 |    27M |  36 | 101 |1321 | 232 |2416 |  1 |  18k|  31 | 0.000000e+00 |      --      |    Inf | unknown
13.23/13.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
13.23/13.36	c  13.4s| 25800 |  9321 |247347 |   9.0 |    27M |  36 | 101 |1327 | 229 |2416 |  1 |  18k|  31 | 0.000000e+00 |      --      |    Inf | unknown
13.23/13.39	c  13.4s| 25900 |  9320 |247772 |   8.9 |    27M |  36 | 101 |1322 |   0 |2417 |  0 |  18k|  31 | 0.000000e+00 |      --      |    Inf | unknown
13.33/13.44	c  13.4s| 26000 |  9355 |248825 |   8.9 |    27M |  36 | 101 |1312 | 230 |2424 |  1 |  18k|  31 | 0.000000e+00 |      --      |    Inf | unknown
13.33/13.48	c  13.5s| 26100 |  9363 |249449 |   8.9 |    27M |  36 | 101 |1327 | 233 |2429 |  1 |  18k|  31 | 0.000000e+00 |      --      |    Inf | unknown
13.43/13.52	c  13.5s| 26200 |  9412 |250367 |   8.9 |    27M |  36 | 101 |1334 | 231 |2430 |  1 |  18k|  31 | 0.000000e+00 |      --      |    Inf | unknown
13.43/13.56	c  13.6s| 26300 |  9431 |251126 |   8.9 |    27M |  36 | 101 |1331 | 234 |2434 |  1 |  18k|  31 | 0.000000e+00 |      --      |    Inf | unknown
13.43/13.59	c  13.6s| 26400 |  9459 |251796 |   8.9 |    27M |  36 | 101 |1331 | 235 |2437 |  1 |  19k|  31 | 0.000000e+00 |      --      |    Inf | unknown
13.53/13.63	c  13.6s| 26500 |  9485 |252532 |   8.9 |    27M |  36 | 101 |1313 | 232 |2443 |  1 |  19k|  31 | 0.000000e+00 |      --      |    Inf | unknown
13.53/13.67	c  13.7s| 26600 |  9530 |253471 |   8.9 |    27M |  36 | 101 |1321 | 229 |2443 |  1 |  19k|  31 | 0.000000e+00 |      --      |    Inf | unknown
13.63/13.71	c  13.7s| 26700 |  9542 |254034 |   8.9 |    27M |  36 | 101 |1317 | 231 |2446 |  1 |  19k|  31 | 0.000000e+00 |      --      |    Inf | unknown
13.63/13.75	c  13.7s| 26800 |  9566 |254792 |   8.9 |    28M |  36 | 101 |1307 | 233 |2451 |  1 |  19k|  31 | 0.000000e+00 |      --      |    Inf | unknown
13.63/13.79	c  13.8s| 26900 |  9586 |255416 |   8.9 |    28M |  36 | 101 |1307 | 230 |2452 |  1 |  19k|  31 | 0.000000e+00 |      --      |    Inf | unknown
13.73/13.83	c  13.8s| 27000 |  9614 |256278 |   8.9 |    28M |  36 | 101 |1322 | 231 |2459 |  1 |  19k|  31 | 0.000000e+00 |      --      |    Inf | unknown
13.73/13.86	c  13.9s| 27100 |  9650 |256953 |   8.9 |    28M |  36 | 101 |1329 | 228 |2463 |  1 |  19k|  31 | 0.000000e+00 |      --      |    Inf | unknown
13.83/13.90	c  13.9s| 27200 |  9664 |257560 |   8.9 |    28M |  36 | 101 |1320 |   0 |2472 |  0 |  19k|  31 | 0.000000e+00 |      --      |    Inf | unknown
13.83/13.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
13.83/13.95	c  14.0s| 27300 |  9741 |259277 |   8.9 |    28M |  36 | 101 |1292 | 229 |2490 |  1 |  19k|  31 | 0.000000e+00 |      --      |    Inf | unknown
13.83/13.99	c  14.0s| 27400 |  9804 |260150 |   8.9 |    28M |  36 | 101 |1295 | 228 |2517 |  1 |  19k|  31 | 0.000000e+00 |      --      |    Inf | unknown
13.93/14.03	c  14.0s| 27500 |  9844 |261289 |   8.9 |    28M |  36 | 101 |1271 | 227 |2522 |  1 |  19k|  31 | 0.000000e+00 |      --      |    Inf | unknown
13.93/14.07	c  14.1s| 27600 |  9900 |262206 |   8.9 |    28M |  36 | 101 |1249 | 227 |2528 |  1 |  19k|  31 | 0.000000e+00 |      --      |    Inf | unknown
14.03/14.11	c  14.1s| 27700 |  9940 |262977 |   8.9 |    28M |  36 | 101 |1229 | 229 |2532 |  2 |  19k|  31 | 0.000000e+00 |      --      |    Inf | unknown
14.03/14.16	c  14.2s| 27800 | 10022 |264438 |   8.9 |    28M |  36 | 101 |1213 | 227 |2552 |  1 |  19k|  31 | 0.000000e+00 |      --      |    Inf | unknown
14.13/14.20	c  14.2s| 27900 | 10069 |265154 |   8.9 |    28M |  36 | 101 |1187 | 227 |2571 |  1 |  20k|  31 | 0.000000e+00 |      --      |    Inf | unknown
14.13/14.24	c  14.2s| 28000 | 10087 |265712 |   8.9 |    28M |  36 | 101 |1142 | 229 |2593 |  2 |  20k|  31 | 0.000000e+00 |      --      |    Inf | unknown
14.13/14.29	c  14.3s| 28100 | 10129 |266810 |   8.9 |    28M |  36 | 101 |1118 |   0 |2606 |  0 |  20k|  31 | 0.000000e+00 |      --      |    Inf | unknown
14.22/14.33	c  14.3s| 28200 | 10168 |267669 |   8.9 |    28M |  36 | 101 |1095 | 227 |2606 |  1 |  20k|  31 | 0.000000e+00 |      --      |    Inf | unknown
14.22/14.37	c  14.4s| 28300 | 10209 |268741 |   8.9 |    28M |  36 | 101 |1072 | 227 |2615 |  1 |  20k|  31 | 0.000000e+00 |      --      |    Inf | unknown
14.32/14.42	c  14.4s| 28400 | 10245 |269793 |   8.9 |    28M |  36 | 101 |1041 | 229 |2626 |  1 |  20k|  31 | 0.000000e+00 |      --      |    Inf | unknown
14.32/14.45	c  14.5s| 28500 | 10310 |270599 |   8.9 |    28M |  36 | 101 |1023 | 227 |2631 |  1 |  20k|  31 | 0.000000e+00 |      --      |    Inf | unknown
14.32/14.49	c  14.5s| 28600 | 10353 |271454 |   8.9 |    28M |  36 | 101 |1001 |   0 |2636 |  0 |  20k|  31 | 0.000000e+00 |      --      |    Inf | unknown
14.42/14.53	c  14.5s| 28700 | 10366 |272001 |   8.9 |    28M |  36 | 101 | 965 | 227 |2643 |  1 |  20k|  31 | 0.000000e+00 |      --      |    Inf | unknown
14.42/14.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
14.42/14.57	c  14.6s| 28800 | 10402 |272832 |   8.9 |    28M |  36 | 101 | 931 |   0 |2644 |  0 |  20k|  31 | 0.000000e+00 |      --      |    Inf | unknown
14.52/14.61	c  14.6s| 28900 | 10423 |273440 |   8.9 |    29M |  36 | 101 | 908 | 229 |2646 |  1 |  20k|  31 | 0.000000e+00 |      --      |    Inf | unknown
14.52/14.65	c  14.7s| 29000 | 10429 |274159 |   8.9 |    29M |  36 | 101 | 860 | 227 |2646 |  1 |  20k|  31 | 0.000000e+00 |      --      |    Inf | unknown
14.62/14.70	c  14.7s| 29100 | 10413 |274658 |   8.9 |    29M |  36 | 101 | 813 | 231 |2650 |  1 |  20k|  31 | 0.000000e+00 |      --      |    Inf | unknown
14.62/14.74	c  14.7s| 29200 | 10458 |275594 |   8.9 |    29M |  36 | 101 | 786 | 231 |2651 |  0 |  20k|  31 | 0.000000e+00 |      --      |    Inf | unknown
14.62/14.78	c  14.8s| 29300 | 10517 |276532 |   8.9 |    29M |  36 | 101 | 779 | 232 |2655 |  1 |  21k|  31 | 0.000000e+00 |      --      |    Inf | unknown
14.72/14.82	c  14.8s| 29400 | 10548 |277244 |   8.9 |    29M |  36 | 101 | 749 | 231 |2655 |  1 |  21k|  31 | 0.000000e+00 |      --      |    Inf | unknown
14.72/14.86	c  14.9s| 29500 | 10559 |277825 |   8.9 |    30M |  36 | 101 | 708 | 232 |2657 |  0 |  21k|  31 | 0.000000e+00 |      --      |    Inf | unknown
14.72/14.89	c  14.9s| 29600 | 10587 |278362 |   8.9 |    30M |  36 | 101 | 667 |   0 |2657 |  0 |  21k|  31 | 0.000000e+00 |      --      |    Inf | unknown
14.82/14.93	c  14.9s| 29700 | 10597 |278962 |   8.9 |    30M |  36 | 101 | 627 | 232 |2657 |  1 |  21k|  31 | 0.000000e+00 |      --      |    Inf | unknown
14.82/14.96	c  15.0s| 29800 | 10616 |279478 |   8.8 |    30M |  36 | 101 | 593 |   0 |2657 |  0 |  21k|  31 | 0.000000e+00 |      --      |    Inf | unknown
14.93/15.01	c  15.0s| 29900 | 10622 |280125 |   8.8 |    30M |  36 | 101 | 566 | 228 |2658 |  0 |  21k|  31 | 0.000000e+00 |      --      |    Inf | unknown
14.93/15.04	c  15.0s| 30000 | 10664 |280802 |   8.8 |    30M |  36 | 101 | 533 | 227 |2665 |  1 |  21k|  31 | 0.000000e+00 |      --      |    Inf | unknown
14.93/15.08	c  15.1s| 30100 | 10683 |281340 |   8.8 |    30M |  36 | 101 | 512 | 229 |2670 |  1 |  21k|  31 | 0.000000e+00 |      --      |    Inf | unknown
15.02/15.12	c  15.1s| 30200 | 10701 |282091 |   8.8 |    31M |  36 | 101 | 478 | 228 |2672 |  1 |  21k|  31 | 0.000000e+00 |      --      |    Inf | unknown
15.02/15.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.02/15.16	c  15.2s| 30300 | 10724 |283076 |   8.8 |    31M |  36 | 101 | 454 |   0 |2675 |  0 |  21k|  31 | 0.000000e+00 |      --      |    Inf | unknown
15.12/15.20	c  15.2s| 30400 | 10753 |283913 |   8.8 |    31M |  36 | 101 | 434 |   0 |2680 |  0 |  21k|  31 | 0.000000e+00 |      --      |    Inf | unknown
15.12/15.23	c  15.2s| 30500 | 10770 |284678 |   8.8 |    31M |  36 | 101 | 403 | 228 |2682 |  0 |  21k|  31 | 0.000000e+00 |      --      |    Inf | unknown
15.12/15.27	c  15.3s| 30600 | 10797 |285522 |   8.8 |    31M |  36 | 101 | 372 |   0 |2683 |  0 |  21k|  31 | 0.000000e+00 |      --      |    Inf | unknown
15.22/15.32	c  15.3s| 30700 | 10867 |286790 |   8.8 |    31M |  36 | 101 | 367 | 228 |2695 |  1 |  21k|  31 | 0.000000e+00 |      --      |    Inf | unknown
15.22/15.37	c  15.4s| 30800 | 10914 |288064 |   8.8 |    31M |  36 | 101 | 356 |   0 |2699 |  0 |  22k|  31 | 0.000000e+00 |      --      |    Inf | unknown
15.32/15.41	c  15.4s| 30900 | 10952 |288981 |   8.8 |    31M |  36 | 101 | 347 |   0 |2712 |  0 |  22k|  31 | 0.000000e+00 |      --      |    Inf | unknown
15.32/15.45	c  15.4s| 31000 | 10993 |289868 |   8.8 |    31M |  36 | 101 | 342 | 230 |2738 |  1 |  22k|  31 | 0.000000e+00 |      --      |    Inf | unknown
15.42/15.50	c  15.5s| 31100 | 11025 |291176 |   8.8 |    31M |  36 | 101 | 339 | 234 |2753 |  1 |  22k|  31 | 0.000000e+00 |      --      |    Inf | unknown
15.42/15.54	c  15.5s| 31200 | 11062 |292101 |   8.8 |    31M |  36 | 101 | 322 | 229 |2754 |  1 |  22k|  31 | 0.000000e+00 |      --      |    Inf | unknown
15.42/15.58	c  15.6s| 31300 | 11085 |292967 |   8.8 |    31M |  36 | 101 | 314 | 230 |2757 |  2 |  22k|  31 | 0.000000e+00 |      --      |    Inf | unknown
15.52/15.61	c  15.6s| 31400 | 11093 |293453 |   8.8 |    31M |  36 | 101 | 313 |   0 |2758 |  0 |  22k|  31 | 0.000000e+00 |      --      |    Inf | unknown
15.52/15.65	c  15.7s| 31500 | 11102 |294027 |   8.8 |    31M |  36 | 101 | 318 | 232 |2761 |  0 |  22k|  31 | 0.000000e+00 |      --      |    Inf | unknown
15.52/15.69	c  15.7s| 31600 | 11131 |294627 |   8.8 |    31M |  36 | 101 | 313 | 229 |2762 |  1 |  22k|  31 | 0.000000e+00 |      --      |    Inf | unknown
15.62/15.72	c  15.7s| 31700 | 11177 |295352 |   8.8 |    31M |  36 | 101 | 313 | 227 |2762 |  1 |  22k|  31 | 0.000000e+00 |      --      |    Inf | unknown
15.62/15.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.62/15.76	c  15.8s| 31800 | 11187 |295889 |   8.8 |    31M |  36 | 101 | 309 | 229 |2764 |  1 |  22k|  31 | 0.000000e+00 |      --      |    Inf | unknown
15.62/15.79	c  15.8s| 31900 | 11216 |296485 |   8.8 |    31M |  36 | 101 | 297 |   0 |2767 |  0 |  22k|  31 | 0.000000e+00 |      --      |    Inf | unknown
15.72/15.83	c  15.8s| 32000 | 11248 |297195 |   8.8 |    31M |  36 | 101 | 294 | 228 |2773 |  1 |  23k|  31 | 0.000000e+00 |      --      |    Inf | unknown
15.72/15.87	c  15.9s| 32100 | 11272 |297905 |   8.8 |    31M |  36 | 101 | 296 | 228 |2775 |  1 |  23k|  31 | 0.000000e+00 |      --      |    Inf | unknown
15.82/15.90	c  15.9s| 32200 | 11285 |298499 |   8.8 |    31M |  36 | 101 | 296 | 230 |2778 |  1 |  23k|  31 | 0.000000e+00 |      --      |    Inf | unknown
15.82/15.94	c  15.9s| 32300 | 11329 |299271 |   8.8 |    31M |  36 | 101 | 296 | 230 |2780 |  1 |  23k|  31 | 0.000000e+00 |      --      |    Inf | unknown
15.82/15.97	c  16.0s| 32400 | 11355 |299847 |   8.8 |    31M |  36 | 101 | 298 |   0 |2785 |  0 |  23k|  31 | 0.000000e+00 |      --      |    Inf | unknown
15.92/16.01	c  16.0s| 32500 | 11397 |300687 |   8.8 |    31M |  36 | 101 | 296 | 230 |2785 |  1 |  23k|  31 | 0.000000e+00 |      --      |    Inf | unknown
15.92/16.05	c  16.0s| 32600 | 11416 |301386 |   8.8 |    31M |  36 | 101 | 295 |   0 |2785 |  0 |  23k|  31 | 0.000000e+00 |      --      |    Inf | unknown
15.92/16.08	c  16.1s| 32700 | 11413 |301874 |   8.7 |    31M |  36 | 101 | 296 |   0 |2786 |  0 |  23k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.02/16.12	c  16.1s| 32800 | 11442 |302463 |   8.7 |    31M |  36 | 101 | 296 |   0 |2791 |  0 |  23k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.02/16.15	c  16.2s| 32900 | 11445 |303009 |   8.7 |    31M |  36 | 101 | 293 | 230 |2794 |  1 |  23k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.02/16.20	c  16.2s| 33000 | 11478 |303951 |   8.7 |    32M |  36 | 101 | 297 | 230 |2794 |  1 |  24k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.11/16.24	c  16.2s| 33100 | 11486 |304611 |   8.7 |    32M |  36 | 101 | 296 | 233 |2796 |  1 |  24k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.11/16.27	c  16.3s| 33200 | 11526 |305283 |   8.7 |    32M |  36 | 101 | 299 | 226 |2796 |  1 |  24k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.21/16.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
16.21/16.30	c  16.3s| 33300 | 11555 |305943 |   8.7 |    32M |  36 | 101 | 297 | 229 |2801 |  1 |  24k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.21/16.34	c  16.3s| 33400 | 11572 |306580 |   8.7 |    32M |  36 | 101 | 302 | 229 |2804 |  1 |  24k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.21/16.37	c  16.4s| 33500 | 11593 |307241 |   8.7 |    32M |  36 | 101 | 304 | 228 |2813 |  0 |  24k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.31/16.40	c  16.4s| 33600 | 11604 |307798 |   8.7 |    32M |  36 | 101 | 300 |   0 |2816 |  0 |  24k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.31/16.44	c  16.4s| 33700 | 11651 |308743 |   8.7 |    32M |  36 | 101 | 295 |   0 |2818 |  0 |  24k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.31/16.47	c  16.5s| 33800 | 11682 |309437 |   8.7 |    32M |  36 | 101 | 298 | 233 |2818 |  1 |  24k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.41/16.50	c  16.5s| 33900 | 11693 |309967 |   8.7 |    32M |  36 | 101 | 296 | 233 |2818 |  1 |  24k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.41/16.53	c  16.5s| 34000 | 11701 |310786 |   8.7 |    32M |  36 | 101 | 295 | 229 |2825 |  1 |  24k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.41/16.58	c  16.6s| 34100 | 11738 |311676 |   8.7 |    33M |  36 | 101 | 295 | 231 |2829 |  1 |  24k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.51/16.61	c  16.6s| 34200 | 11764 |312518 |   8.7 |    33M |  36 | 101 | 292 | 231 |2832 |  1 |  25k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.51/16.66	c  16.7s| 34300 | 11847 |314059 |   8.7 |    33M |  36 | 101 | 294 | 228 |2835 |  1 |  25k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.51/16.69	c  16.7s| 34400 | 11883 |314805 |   8.7 |    33M |  36 | 101 | 292 | 228 |2835 |  1 |  25k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.61/16.73	c  16.7s| 34500 | 11939 |315727 |   8.7 |    33M |  36 | 101 | 288 | 228 |2836 |  1 |  25k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.61/16.77	c  16.8s| 34600 | 11978 |316414 |   8.7 |    33M |  36 | 101 | 292 |   0 |2838 |  0 |  25k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.71/16.80	c  16.8s| 34700 | 12010 |317234 |   8.7 |    33M |  36 | 101 | 289 | 228 |2838 |  1 |  25k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.71/16.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
16.71/16.84	c  16.8s| 34800 | 12052 |317924 |   8.7 |    33M |  36 | 101 | 290 | 228 |2840 |  1 |  25k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.71/16.87	c  16.9s| 34900 | 12093 |318691 |   8.7 |    33M |  36 | 101 | 292 | 230 |2841 |  1 |  25k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.81/16.90	c  16.9s| 35000 | 12124 |319345 |   8.7 |    33M |  36 | 101 | 289 | 228 |2843 |  1 |  25k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.81/16.94	c  16.9s| 35100 | 12143 |320046 |   8.7 |    33M |  36 | 101 | 287 | 230 |2851 |  0 |  25k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.81/16.97	c  17.0s| 35200 | 12173 |320837 |   8.7 |    33M |  36 | 101 | 285 | 234 |2855 |  1 |  25k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.91/17.01	c  17.0s| 35300 | 12201 |321613 |   8.7 |    33M |  36 | 101 | 290 | 228 |2858 |  1 |  25k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.91/17.05	c  17.0s| 35400 | 12237 |322360 |   8.7 |    33M |  36 | 101 | 286 | 230 |2862 |  2 |  26k|  31 | 0.000000e+00 |      --      |    Inf | unknown
16.91/17.08	c  17.1s| 35500 | 12251 |322920 |   8.7 |    33M |  36 | 101 | 283 | 232 |2862 |  1 |  26k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.01/17.11	c  17.1s| 35600 | 12264 |323529 |   8.6 |    33M |  36 | 101 | 284 |   0 |2864 |  0 |  26k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.01/17.15	c  17.1s| 35700 | 12292 |324195 |   8.6 |    33M |  36 | 101 | 288 | 231 |2870 |  1 |  26k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.01/17.18	c  17.2s| 35800 | 12300 |324613 |   8.6 |    33M |  36 | 101 | 285 |   0 |2870 |  0 |  26k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.11/17.21	c  17.2s| 35900 | 12318 |325096 |   8.6 |    33M |  36 | 101 | 285 | 233 |2872 |  1 |  26k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.11/17.24	c  17.2s| 36000 | 12333 |325724 |   8.6 |    33M |  36 | 101 | 286 | 230 |2875 |  2 |  26k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.11/17.29	c  17.3s| 36100 | 12395 |326959 |   8.6 |    33M |  36 | 101 | 289 | 231 |2879 |  1 |  26k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.21/17.35	c  17.4s| 36200 | 12408 |327508 |   8.6 |    33M |  36 | 101 | 290 | 231 |2886 |  1 |  26k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.21/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.21/17.40	c  17.4s| 36300 | 12411 |328055 |   8.6 |    33M |  36 | 101 | 295 | 232 |2892 |  0 |  26k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.31/17.43	c  17.4s| 36400 | 12449 |328859 |   8.6 |    33M |  36 | 101 | 298 | 228 |2895 |  1 |  26k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.31/17.47	c  17.5s| 36500 | 12483 |329682 |   8.6 |    33M |  36 | 101 | 292 | 232 |2899 |  1 |  26k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.41/17.50	c  17.5s| 36600 | 12497 |330145 |   8.6 |    33M |  36 | 101 | 293 | 232 |2901 |  1 |  27k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.41/17.53	c  17.5s| 36700 | 12505 |330786 |   8.6 |    33M |  36 | 101 | 290 | 227 |2902 |  0 |  27k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.41/17.56	c  17.6s| 36800 | 12519 |331295 |   8.6 |    33M |  36 | 101 | 291 |   0 |2903 |  0 |  27k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.41/17.59	c  17.6s| 36900 | 12538 |331899 |   8.6 |    33M |  36 | 101 | 290 | 231 |2904 |  1 |  27k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.50/17.63	c  17.6s| 37000 | 12552 |332280 |   8.6 |    33M |  36 | 101 | 293 | 233 |2905 |  1 |  27k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.50/17.66	c  17.7s| 37100 | 12568 |332770 |   8.6 |    33M |  36 | 101 | 294 | 230 |2905 |  1 |  27k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.50/17.69	c  17.7s| 37200 | 12593 |333496 |   8.5 |    34M |  36 | 101 | 289 | 233 |2907 |  1 |  27k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.60/17.73	c  17.7s| 37300 | 12611 |334229 |   8.5 |    34M |  36 | 101 | 295 | 227 |2908 |  1 |  27k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.60/17.77	c  17.8s| 37400 | 12638 |335038 |   8.5 |    34M |  36 | 101 | 299 | 228 |2911 |  1 |  27k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.70/17.80	c  17.8s| 37500 | 12645 |335512 |   8.5 |    34M |  36 | 101 | 299 | 227 |2911 |  1 |  27k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.70/17.84	c  17.8s| 37600 | 12651 |336335 |   8.5 |    34M |  36 | 101 | 298 |   0 |2913 |  0 |  27k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.70/17.87	c  17.9s| 37700 | 12684 |337295 |   8.5 |    34M |  36 | 101 | 302 | 229 |2917 |  1 |  28k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.80/17.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.80/17.91	c  17.9s| 37800 | 12728 |338269 |   8.5 |    34M |  36 | 101 | 302 |   0 |2920 |  0 |  28k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.80/17.94	c  17.9s| 37900 | 12754 |339131 |   8.5 |    34M |  36 | 101 | 303 | 231 |2933 |  1 |  28k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.80/17.99	c  18.0s| 38000 | 12812 |340248 |   8.5 |    34M |  36 | 101 | 302 | 234 |2946 |  1 |  28k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.91/18.02	c  18.0s| 38100 | 12821 |340788 |   8.5 |    34M |  36 | 101 | 300 | 232 |2946 |  1 |  28k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.91/18.06	c  18.1s| 38200 | 12835 |341308 |   8.5 |    34M |  36 | 101 | 301 | 232 |2949 |  1 |  28k|  31 | 0.000000e+00 |      --      |    Inf | unknown
17.91/18.09	c  18.1s| 38300 | 12866 |341970 |   8.5 |    34M |  36 | 101 | 302 | 230 |2951 |  1 |  28k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.01/18.12	c  18.1s| 38400 | 12872 |342556 |   8.5 |    34M |  36 | 101 | 301 | 228 |2952 |  1 |  28k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.01/18.16	c  18.2s| 38500 | 12902 |343130 |   8.5 |    34M |  36 | 101 | 307 | 228 |2954 |  2 |  28k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.10/18.20	c  18.2s| 38600 | 12942 |343998 |   8.5 |    34M |  36 | 101 | 302 | 231 |2957 |  0 |  28k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.10/18.23	c  18.2s| 38700 | 12958 |344525 |   8.5 |    34M |  36 | 101 | 301 | 228 |2960 |  1 |  28k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.10/18.27	c  18.3s| 38800 | 12976 |345219 |   8.5 |    34M |  36 | 101 | 307 | 229 |2965 |  1 |  28k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.20/18.30	c  18.3s| 38900 | 13005 |345977 |   8.5 |    34M |  36 | 101 | 307 | 229 |2969 |  1 |  28k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.20/18.33	c  18.3s| 39000 | 13038 |346669 |   8.5 |    34M |  36 | 101 | 307 |   0 |2972 |  0 |  29k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.20/18.36	c  18.4s| 39100 | 13069 |347430 |   8.5 |    34M |  36 | 101 | 307 | 229 |2974 |  1 |  29k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.30/18.40	c  18.4s| 39200 | 13112 |348293 |   8.5 |    34M |  36 | 101 | 310 | 229 |2974 |  1 |  29k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.30/18.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
18.30/18.44	c  18.4s| 39300 | 13152 |349268 |   8.5 |    34M |  36 | 101 | 310 | 231 |2979 |  1 |  29k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.30/18.48	c  18.5s| 39400 | 13197 |350163 |   8.5 |    35M |  36 | 101 | 310 | 226 |2984 |  1 |  29k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.40/18.51	c  18.5s| 39500 | 13243 |350972 |   8.5 |    35M |  36 | 101 | 315 |   0 |2990 |  0 |  29k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.40/18.55	c  18.5s| 39600 | 13256 |351686 |   8.5 |    35M |  36 | 101 | 315 | 231 |2997 |  0 |  29k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.40/18.58	c  18.6s| 39700 | 13290 |352437 |   8.5 |    35M |  36 | 101 | 314 | 231 |3002 |  1 |  29k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.50/18.62	c  18.6s| 39800 | 13332 |353179 |   8.5 |    35M |  36 | 101 | 317 | 227 |3009 |  1 |  29k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.50/18.65	c  18.7s| 39900 | 13366 |354029 |   8.5 |    35M |  36 | 101 | 315 | 229 |3023 |  0 |  29k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.50/18.69	c  18.7s| 40000 | 13407 |354713 |   8.5 |    35M |  36 | 101 | 315 | 232 |3033 |  1 |  29k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.60/18.73	c  18.7s| 40100 | 13494 |356555 |   8.5 |    35M |  36 | 101 | 315 | 232 |3036 |  1 |  29k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.60/18.78	c  18.8s| 40200 | 13576 |358004 |   8.5 |    35M |  36 | 101 | 308 | 232 |3045 |  1 |  29k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.70/18.82	c  18.8s| 40300 | 13643 |359172 |   8.5 |    35M |  36 | 101 | 307 | 232 |3053 |  1 |  30k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.70/18.85	c  18.9s| 40400 | 13678 |359884 |   8.5 |    35M |  36 | 101 | 306 | 232 |3060 |  1 |  30k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.70/18.89	c  18.9s| 40500 | 13711 |360807 |   8.5 |    35M |  36 | 101 | 304 |   0 |3068 |  0 |  30k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.80/18.92	c  18.9s| 40600 | 13733 |361425 |   8.5 |    36M |  36 | 101 | 306 | 233 |3072 |  1 |  30k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.80/18.96	c  19.0s| 40700 | 13764 |362486 |   8.5 |    36M |  36 | 101 | 302 | 232 |3079 |  1 |  30k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.80/19.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
18.80/19.00	c  19.0s| 40800 | 13795 |363298 |   8.5 |    36M |  36 | 101 | 300 | 234 |3091 |  1 |  30k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.90/19.03	c  19.0s| 40900 | 13820 |364030 |   8.5 |    36M |  36 | 101 | 306 | 226 |3094 |  1 |  30k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.90/19.06	c  19.1s| 41000 | 13840 |364541 |   8.5 |    36M |  36 | 101 | 307 |   0 |3101 |  0 |  30k|  31 | 0.000000e+00 |      --      |    Inf | unknown
18.90/19.10	c  19.1s| 41100 | 13861 |365052 |   8.5 |    36M |  36 | 101 | 307 | 227 |3101 |  1 |  30k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.00/19.14	c  19.1s| 41200 | 13901 |366123 |   8.5 |    36M |  36 | 101 | 307 | 232 |3112 |  1 |  30k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.00/19.17	c  19.2s| 41300 | 13906 |366516 |   8.5 |    36M |  36 | 101 | 308 | 230 |3115 |  1 |  30k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.10/19.20	c  19.2s| 41400 | 13950 |367314 |   8.5 |    36M |  36 | 101 | 306 | 233 |3120 |  1 |  30k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.10/19.24	c  19.2s| 41500 | 13973 |368001 |   8.5 |    36M |  36 | 101 | 307 | 234 |3133 |  1 |  31k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.10/19.28	c  19.3s| 41600 | 14001 |368885 |   8.5 |    36M |  36 | 101 | 306 |   0 |3137 |  0 |  31k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.20/19.31	c  19.3s| 41700 | 14021 |369535 |   8.5 |    36M |  36 | 101 | 307 |   0 |3141 |  0 |  31k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.20/19.35	c  19.3s| 41800 | 14033 |370056 |   8.5 |    36M |  36 | 101 | 308 | 230 |3144 |  1 |  31k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.20/19.38	c  19.4s| 41900 | 14039 |370578 |   8.5 |    36M |  36 | 101 | 305 | 230 |3145 |  1 |  31k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.30/19.42	c  19.4s| 42000 | 14049 |371362 |   8.5 |    36M |  36 | 101 | 303 | 231 |3150 |  1 |  31k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.30/19.45	c  19.5s| 42100 | 14068 |371900 |   8.5 |    36M |  36 | 101 | 303 | 232 |3158 |  1 |  31k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.30/19.49	c  19.5s| 42200 | 14125 |373136 |   8.5 |    36M |  36 | 101 | 305 | 233 |3164 |  1 |  31k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.40/19.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
19.40/19.52	c  19.5s| 42300 | 14148 |374097 |   8.5 |    36M |  36 | 101 | 304 | 233 |3165 |  1 |  31k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.40/19.55	c  19.6s| 42400 | 14159 |374685 |   8.5 |    37M |  36 | 101 | 307 | 233 |3165 |  1 |  31k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.40/19.59	c  19.6s| 42500 | 14203 |375688 |   8.5 |    37M |  36 | 101 | 307 | 232 |3173 |  1 |  31k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.49/19.63	c  19.6s| 42600 | 14251 |376645 |   8.5 |    37M |  36 | 101 | 307 | 232 |3178 |  1 |  31k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.49/19.66	c  19.7s| 42700 | 14275 |377292 |   8.5 |    37M |  36 | 101 | 306 | 233 |3180 |  1 |  31k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.49/19.69	c  19.7s| 42800 | 14301 |378102 |   8.5 |    37M |  36 | 101 | 305 | 233 |3180 |  0 |  31k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.59/19.72	c  19.7s| 42900 | 14303 |378605 |   8.5 |    37M |  36 | 101 | 304 | 234 |3181 |  0 |  32k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.59/19.75	c  19.7s| 43000 | 14308 |379249 |   8.5 |    37M |  36 | 101 | 303 | 235 |3187 |  1 |  32k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.59/19.77	c  19.8s| 43100 | 14312 |379722 |   8.5 |    37M |  36 | 101 | 304 | 235 |3190 |  1 |  32k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.69/19.81	c  19.8s| 43200 | 14328 |380486 |   8.5 |    37M |  36 | 101 | 306 |   0 |3197 |  0 |  32k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.69/19.85	c  19.8s| 43300 | 14352 |381158 |   8.4 |    37M |  36 | 101 | 304 | 229 |3202 |  1 |  32k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.69/19.88	c  19.9s| 43400 | 14376 |381951 |   8.4 |    37M |  36 | 101 | 302 | 226 |3205 |  1 |  32k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.79/19.91	c  19.9s| 43500 | 14389 |382570 |   8.4 |    37M |  36 | 101 | 300 | 230 |3207 |  1 |  32k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.79/19.95	c  19.9s| 43600 | 14427 |383189 |   8.4 |    37M |  36 | 101 | 299 |   0 |3212 |  0 |  32k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.79/19.98	c  20.0s| 43700 | 14440 |383668 |   8.4 |    37M |  36 | 101 | 301 | 228 |3212 |  1 |  32k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.90/20.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
19.90/20.02	c  20.0s| 43800 | 14486 |384598 |   8.4 |    37M |  36 | 101 | 298 | 227 |3215 |  1 |  32k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.90/20.05	c  20.0s| 43900 | 14515 |385446 |   8.4 |    37M |  36 | 101 | 293 | 229 |3215 |  1 |  32k|  31 | 0.000000e+00 |      --      |    Inf | unknown
19.90/20.09	c  20.1s| 44000 | 14543 |386237 |   8.4 |    37M |  36 | 101 | 291 | 230 |3215 |  1 |  32k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.00/20.20	c  20.2s| 44100 | 14618 |388492 |   8.5 |    37M |  36 | 101 | 289 | 229 |3315 |  1 |  32k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.09/20.23	c  20.2s| 44200 | 14668 |389343 |   8.5 |    38M |  36 | 101 | 286 |   0 |3330 |  0 |  33k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.09/20.26	c  20.3s| 44300 | 14698 |390133 |   8.5 |    38M |  36 | 101 | 287 |   0 |3346 |  0 |  33k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.09/20.29	c  20.3s| 44400 | 14717 |390740 |   8.5 |    38M |  36 | 101 | 286 | 233 |3354 |  1 |  33k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.19/20.32	c  20.3s| 44500 | 14718 |391426 |   8.5 |    38M |  36 | 101 | 288 | 233 |3360 |  1 |  33k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.19/20.34	c  20.3s| 44600 | 14729 |391968 |   8.4 |    38M |  36 | 101 | 288 | 233 |3367 |  1 |  33k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.19/20.38	c  20.4s| 44700 | 14758 |392747 |   8.4 |    38M |  36 | 101 | 288 | 231 |3389 |  1 |  33k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.29/20.41	c  20.4s| 44800 | 14772 |393300 |   8.4 |    38M |  36 | 101 | 292 | 230 |3399 |  0 |  33k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.29/20.44	c  20.4s| 44900 | 14771 |393881 |   8.4 |    38M |  36 | 101 | 291 | 231 |3417 |  0 |  33k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.29/20.47	c  20.5s| 45000 | 14780 |394320 |   8.4 |    38M |  36 | 101 | 288 | 233 |3417 |  0 |  33k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.39/20.52	c  20.5s| 45100 | 14864 |396205 |   8.4 |    38M |  36 | 101 | 289 | 231 |3420 |  1 |  33k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.39/20.55	c  20.6s| 45200 | 14878 |396829 |   8.4 |    38M |  36 | 101 | 288 | 231 |3430 |  1 |  33k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.39/20.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
20.39/20.59	c  20.6s| 45300 | 14906 |397615 |   8.4 |    38M |  36 | 101 | 289 | 231 |3442 |  1 |  33k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.49/20.62	c  20.6s| 45400 | 14940 |398158 |   8.4 |    38M |  36 | 101 | 288 | 234 |3455 |  0 |  33k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.49/20.65	c  20.6s| 45500 | 14943 |398647 |   8.4 |    38M |  36 | 101 | 287 |   0 |3459 |  0 |  33k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.49/20.68	c  20.7s| 45600 | 14946 |399180 |   8.4 |    38M |  36 | 101 | 288 | 234 |3464 |  1 |  34k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.59/20.72	c  20.7s| 45700 | 14998 |400264 |   8.4 |    38M |  36 | 101 | 285 | 233 |3483 |  0 |  34k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.59/20.75	c  20.7s| 45800 | 15030 |401151 |   8.4 |    38M |  36 | 101 | 285 | 233 |3512 |  1 |  34k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.59/20.78	c  20.8s| 45900 | 15053 |401814 |   8.4 |    38M |  36 | 101 | 284 | 234 |3518 |  1 |  34k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.69/20.81	c  20.8s| 46000 | 15070 |402233 |   8.4 |    38M |  36 | 101 | 283 | 228 |3521 |  1 |  34k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.69/20.85	c  20.8s| 46100 | 15119 |403619 |   8.4 |    38M |  36 | 101 | 282 | 231 |3536 |  1 |  34k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.69/20.88	c  20.9s| 46200 | 15154 |404576 |   8.4 |    38M |  36 | 101 | 279 | 232 |3552 |  1 |  34k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.79/20.90	c  20.9s| 46300 | 15178 |405072 |   8.4 |    38M |  36 | 101 | 282 | 232 |3553 |  1 |  34k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.79/20.93	c  20.9s| 46400 | 15222 |406008 |   8.4 |    38M |  36 | 101 | 281 | 231 |3559 |  1 |  34k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.79/20.96	c  21.0s| 46500 | 15245 |406570 |   8.4 |    39M |  36 | 101 | 281 | 231 |3570 |  1 |  34k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.79/20.99	c  21.0s| 46600 | 15260 |407331 |   8.4 |    39M |  36 | 101 | 281 |   0 |3574 |  0 |  34k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.89/21.02	c  21.0s| 46700 | 15274 |408067 |   8.4 |    39M |  36 | 101 | 282 |   0 |3575 |  0 |  34k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.89/21.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
20.89/21.05	c  21.1s| 46800 | 15310 |408845 |   8.4 |    39M |  36 | 101 | 281 | 229 |3575 |  1 |  34k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.89/21.09	c  21.1s| 46900 | 15342 |409627 |   8.4 |    39M |  36 | 101 | 283 | 229 |3586 |  1 |  34k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.99/21.12	c  21.1s| 47000 | 15341 |410060 |   8.4 |    39M |  36 | 101 | 286 | 230 |3586 |  1 |  34k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.99/21.15	c  21.1s| 47100 | 15361 |410496 |   8.4 |    39M |  36 | 101 | 288 | 229 |3589 |  1 |  34k|  31 | 0.000000e+00 |      --      |    Inf | unknown
20.99/21.18	c  21.2s| 47200 | 15403 |411574 |   8.4 |    39M |  36 | 101 | 291 | 230 |3596 |  1 |  35k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.09/21.21	c  21.2s| 47300 | 15427 |412365 |   8.4 |    39M |  36 | 101 | 292 | 230 |3602 |  1 |  35k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.09/21.24	c  21.2s| 47400 | 15444 |413033 |   8.4 |    39M |  36 | 101 | 291 | 230 |3607 |  0 |  35k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.09/21.27	c  21.3s| 47500 | 15446 |413706 |   8.4 |    39M |  36 | 101 | 292 |   0 |3607 |  0 |  35k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.19/21.30	c  21.3s| 47600 | 15473 |414565 |   8.4 |    39M |  36 | 101 | 294 | 229 |3614 |  1 |  35k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.19/21.33	c  21.3s| 47700 | 15489 |415245 |   8.4 |    39M |  36 | 101 | 295 | 229 |3616 |  1 |  35k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.19/21.37	c  21.4s| 47800 | 15514 |416069 |   8.4 |    39M |  36 | 101 | 293 |   0 |3620 |  0 |  35k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.29/21.40	c  21.4s| 47900 | 15542 |416671 |   8.4 |    39M |  36 | 101 | 292 | 231 |3621 |  1 |  35k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.29/21.43	c  21.4s| 48000 | 15574 |417515 |   8.4 |    39M |  36 | 101 | 292 | 228 |3622 |  0 |  35k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.29/21.47	c  21.5s| 48100 | 15588 |417993 |   8.4 |    39M |  36 | 101 | 293 | 232 |3624 |  0 |  35k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.39/21.50	c  21.5s| 48200 | 15600 |418753 |   8.4 |    39M |  36 | 101 | 294 |   0 |3626 |  0 |  35k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.39/21.54	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.54	c  21.5s| 48300 | 15629 |419460 |   8.4 |    39M |  36 | 101 | 290 | 231 |3631 |  0 |  35k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.39/21.57	c  21.6s| 48400 | 15639 |420119 |   8.4 |    39M |  36 | 101 | 292 |   0 |3633 |  0 |  35k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.48/21.60	c  21.6s| 48500 | 15658 |420587 |   8.4 |    39M |  36 | 101 | 296 |   0 |3647 |  0 |  36k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.48/21.63	c  21.6s| 48600 | 15657 |421049 |   8.4 |    39M |  36 | 101 | 295 | 228 |3649 |  0 |  36k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.48/21.66	c  21.7s| 48700 | 15665 |421620 |   8.3 |    39M |  36 | 101 | 293 | 231 |3655 |  1 |  36k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.58/21.70	c  21.7s| 48800 | 15712 |422716 |   8.4 |    39M |  36 | 101 | 294 | 231 |3659 |  1 |  36k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.58/21.73	c  21.7s| 48900 | 15733 |423430 |   8.3 |    39M |  36 | 101 | 293 | 228 |3661 |  1 |  36k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.58/21.77	c  21.8s| 49000 | 15752 |423975 |   8.3 |    39M |  36 | 101 | 293 | 232 |3662 |  1 |  36k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.68/21.80	c  21.8s| 49100 | 15785 |424836 |   8.3 |    39M |  36 | 101 | 295 | 228 |3665 |  1 |  36k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.68/21.84	c  21.8s| 49200 | 15841 |425909 |   8.3 |    39M |  36 | 101 | 289 | 232 |3665 |  1 |  36k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.68/21.88	c  21.9s| 49300 | 15850 |426678 |   8.3 |    39M |  36 | 101 | 293 | 229 |3667 |  1 |  36k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.78/21.91	c  21.9s| 49400 | 15867 |427343 |   8.3 |    39M |  36 | 101 | 289 | 228 |3670 |  1 |  36k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.78/21.93	c  21.9s| 49500 | 15892 |427837 |   8.3 |    39M |  38 | 101 | 292 |   0 |3672 |  0 |  36k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.78/21.97	c  22.0s| 49600 | 15897 |428385 |   8.3 |    39M |  38 | 101 | 293 | 233 |3674 |  2 |  37k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.89/22.00	c  22.0s| 49700 | 15926 |429235 |   8.3 |    39M |  38 | 101 | 295 |   0 |3678 |  0 |  37k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.89/22.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
21.89/22.04	c  22.0s| 49800 | 15970 |430103 |   8.3 |    39M |  38 | 101 | 293 | 231 |3684 |  1 |  37k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.89/22.07	c  22.1s| 49900 | 16010 |430945 |   8.3 |    39M |  38 | 101 | 293 | 230 |3688 |  1 |  37k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.99/22.11	c  22.1s| 50000 | 16063 |432180 |   8.3 |    39M |  38 | 101 | 294 | 231 |3689 |  1 |  37k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.99/22.14	c  22.1s| 50100 | 16092 |432914 |   8.3 |    39M |  38 | 101 | 293 | 229 |3689 |  1 |  37k|  31 | 0.000000e+00 |      --      |    Inf | unknown
21.99/22.18	c  22.2s| 50200 | 16103 |433467 |   8.3 |    39M |  38 | 101 | 290 |   0 |3690 |  0 |  37k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.08/22.21	c  22.2s| 50300 | 16140 |434580 |   8.3 |    39M |  38 | 101 | 293 | 231 |3694 |  1 |  37k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.08/22.24	c  22.2s| 50400 | 16205 |435531 |   8.3 |    39M |  38 | 101 | 292 | 231 |3698 |  0 |  37k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.08/22.27	c  22.3s| 50500 | 16231 |436216 |   8.3 |    39M |  38 | 101 | 293 | 232 |3716 |  0 |  37k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.08/22.29	c  22.3s| 50600 | 16245 |436874 |   8.3 |    39M |  38 | 101 | 294 | 231 |3725 |  1 |  37k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.18/22.32	c  22.3s| 50700 | 16252 |437664 |   8.3 |    39M |  38 | 101 | 295 | 231 |3730 |  0 |  37k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.18/22.35	c  22.3s| 50800 | 16279 |438344 |   8.3 |    39M |  38 | 101 | 299 | 234 |3735 |  1 |  37k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.18/22.38	c  22.4s| 50900 | 16308 |438999 |   8.3 |    39M |  38 | 101 | 297 | 228 |3735 |  1 |  37k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.28/22.41	c  22.4s| 51000 | 16362 |440218 |   8.3 |    39M |  38 | 101 | 299 | 228 |3736 |  1 |  37k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.28/22.44	c  22.4s| 51100 | 16395 |440779 |   8.3 |    39M |  38 | 101 | 296 | 228 |3736 |  1 |  38k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.28/22.47	c  22.5s| 51200 | 16431 |441526 |   8.3 |    39M |  38 | 101 | 300 |   0 |3736 |  0 |  38k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.38/22.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
22.38/22.51	c  22.5s| 51300 | 16468 |442229 |   8.3 |    39M |  38 | 101 | 300 | 229 |3737 |  1 |  38k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.38/22.54	c  22.5s| 51400 | 16484 |442833 |   8.3 |    39M |  38 | 101 | 301 | 228 |3739 |  1 |  38k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.38/22.57	c  22.6s| 51500 | 16517 |443576 |   8.3 |    39M |  38 | 101 | 300 | 228 |3742 |  1 |  38k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.48/22.60	c  22.6s| 51600 | 16537 |444287 |   8.3 |    39M |  38 | 101 | 299 | 231 |3742 |  1 |  38k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.48/22.64	c  22.6s| 51700 | 16570 |445227 |   8.3 |    39M |  38 | 101 | 302 | 230 |3742 |  1 |  38k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.48/22.67	c  22.7s| 51800 | 16574 |445918 |   8.3 |    39M |  38 | 101 | 303 | 231 |3747 |  0 |  38k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.58/22.70	c  22.7s| 51900 | 16581 |446426 |   8.3 |    39M |  38 | 101 | 303 | 229 |3748 |  1 |  38k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.58/22.73	c  22.7s| 52000 | 16600 |447124 |   8.3 |    39M |  38 | 101 | 300 | 227 |3750 |  1 |  38k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.58/22.76	c  22.8s| 52100 | 16645 |447997 |   8.3 |    39M |  38 | 101 | 297 | 231 |3752 |  1 |  38k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.68/22.80	c  22.8s| 52200 | 16673 |448830 |   8.3 |    39M |  38 | 101 | 303 | 230 |3753 |  1 |  39k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.68/22.83	c  22.8s| 52300 | 16744 |450008 |   8.3 |    40M |  38 | 101 | 301 | 230 |3753 |  1 |  39k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.68/22.87	c  22.9s| 52400 | 16781 |450997 |   8.3 |    40M |  38 | 101 | 302 | 232 |3755 |  1 |  39k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.78/22.90	c  22.9s| 52500 | 16823 |451714 |   8.3 |    40M |  38 | 101 | 299 | 233 |3757 |  0 |  39k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.78/22.93	c  22.9s| 52600 | 16842 |452446 |   8.3 |    40M |  38 | 101 | 304 | 232 |3757 |  1 |  39k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.78/22.96	c  23.0s| 52700 | 16861 |453189 |   8.3 |    40M |  38 | 101 | 303 | 232 |3757 |  1 |  39k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.78/22.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
22.78/22.99	c  23.0s| 52800 | 16865 |453657 |   8.3 |    40M |  38 | 101 | 299 | 232 |3761 |  2 |  39k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.88/23.02	c  23.0s| 52900 | 16870 |454150 |   8.3 |    40M |  38 | 101 | 301 | 230 |3766 |  1 |  39k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.88/23.06	c  23.1s| 53000 | 16930 |455182 |   8.3 |    41M |  38 | 101 | 301 | 229 |3766 |  1 |  39k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.88/23.09	c  23.1s| 53100 | 17024 |456648 |   8.3 |    41M |  38 | 101 | 304 | 229 |3772 |  1 |  39k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.98/23.13	c  23.1s| 53200 | 17088 |457960 |   8.3 |    41M |  38 | 101 | 302 | 230 |3777 |  0 |  39k|  31 | 0.000000e+00 |      --      |    Inf | unknown
22.98/23.16	c  23.2s| 53300 | 17137 |458877 |   8.3 |    41M |  38 | 101 | 305 |   0 |3781 |  0 |  39k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.08/23.23	c  23.2s| 53400 | 17193 |459916 |   8.3 |    41M |  38 | 101 | 304 | 230 |3782 |  1 |  39k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.08/23.26	c  23.3s| 53500 | 17237 |460642 |   8.3 |    41M |  38 | 101 | 304 |   0 |3784 |  0 |  39k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.08/23.29	c  23.3s| 53600 | 17278 |461351 |   8.3 |    41M |  38 | 101 | 303 |   0 |3785 |  0 |  40k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.18/23.32	c  23.3s| 53700 | 17317 |462196 |   8.3 |    41M |  38 | 101 | 301 |   0 |3787 |  0 |  40k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.18/23.35	c  23.4s| 53800 | 17368 |462746 |   8.3 |    41M |  38 | 101 | 301 |   0 |3788 |  0 |  40k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.18/23.38	c  23.4s| 53900 | 17385 |463602 |   8.3 |    41M |  38 | 101 | 298 | 230 |3793 |  1 |  40k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.28/23.41	c  23.4s| 54000 | 17392 |464073 |   8.3 |    41M |  38 | 101 | 298 | 230 |3795 |  0 |  40k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.28/23.44	c  23.4s| 54100 | 17427 |464799 |   8.3 |    41M |  38 | 101 | 299 | 229 |3795 |  1 |  40k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.28/23.47	c  23.5s| 54200 | 17465 |465654 |   8.3 |    41M |  38 | 101 | 300 |   0 |3795 |  0 |  40k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.38/23.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.38/23.51	c  23.5s| 54300 | 17508 |466667 |   8.3 |    41M |  38 | 101 | 300 | 229 |3797 |  1 |  40k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.38/23.54	c  23.5s| 54400 | 17528 |467365 |   8.3 |    41M |  38 | 101 | 298 | 230 |3797 |  1 |  40k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.38/23.58	c  23.6s| 54500 | 17594 |468833 |   8.3 |    41M |  38 | 101 | 299 | 229 |3799 |  1 |  40k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.48/23.61	c  23.6s| 54600 | 17655 |469492 |   8.3 |    42M |  38 | 101 | 297 |   0 |3799 |  0 |  40k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.48/23.64	c  23.6s| 54700 | 17691 |470141 |   8.3 |    42M |  38 | 101 | 298 | 229 |3799 |  1 |  41k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.48/23.68	c  23.7s| 54800 | 17714 |470736 |   8.3 |    42M |  38 | 101 | 296 | 230 |3799 |  0 |  41k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.58/23.71	c  23.7s| 54900 | 17725 |471435 |   8.3 |    42M |  38 | 101 | 298 |   0 |3799 |  0 |  41k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.58/23.74	c  23.7s| 55000 | 17738 |472091 |   8.3 |    42M |  38 | 101 | 297 |   0 |3801 |  0 |  41k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.58/23.77	c  23.8s| 55100 | 17765 |472708 |   8.3 |    42M |  38 | 101 | 297 | 229 |3802 |  0 |  41k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.68/23.80	c  23.8s| 55200 | 17786 |473220 |   8.3 |    42M |  38 | 101 | 297 |   0 |3802 |  0 |  41k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.68/23.83	c  23.8s| 55300 | 17798 |473640 |   8.3 |    42M |  38 | 101 | 297 |   0 |3805 |  0 |  41k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.68/23.87	c  23.9s| 55400 | 17842 |474708 |   8.3 |    42M |  38 | 101 | 296 |   0 |3807 |  0 |  41k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.68/23.89	c  23.9s| 55500 | 17850 |475103 |   8.3 |    42M |  38 | 101 | 296 | 229 |3807 |  0 |  41k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.78/23.92	c  23.9s| 55600 | 17878 |475800 |   8.3 |    42M |  38 | 101 | 296 | 230 |3808 |  0 |  41k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.78/23.95	c  23.9s| 55700 | 17886 |476365 |   8.3 |    42M |  38 | 101 | 297 |   0 |3808 |  0 |  41k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.78/23.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.78/23.99	c  24.0s| 55800 | 17920 |477210 |   8.3 |    42M |  38 | 101 | 296 | 229 |3808 |  1 |  42k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.89/24.02	c  24.0s| 55900 | 17926 |477823 |   8.3 |    42M |  38 | 101 | 297 | 230 |3808 |  1 |  42k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.89/24.04	c  24.0s| 56000 | 17934 |478307 |   8.3 |    42M |  38 | 101 | 295 |   0 |3809 |  0 |  42k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.89/24.08	c  24.1s| 56100 | 17963 |479004 |   8.3 |    42M |  38 | 101 | 295 | 230 |3812 |  1 |  42k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.99/24.11	c  24.1s| 56200 | 17972 |479571 |   8.3 |    42M |  38 | 101 | 297 |   0 |3812 |  0 |  42k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.99/24.13	c  24.1s| 56300 | 17983 |480128 |   8.3 |    42M |  38 | 101 | 295 | 230 |3814 |  1 |  42k|  31 | 0.000000e+00 |      --      |    Inf | unknown
23.99/24.17	c  24.2s| 56400 | 18027 |481084 |   8.3 |    42M |  38 | 101 | 296 | 230 |3818 |  1 |  42k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.08/24.20	c  24.2s| 56500 | 18048 |481705 |   8.3 |    42M |  38 | 101 | 297 |   0 |3819 |  0 |  42k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.08/24.23	c  24.2s| 56600 | 18060 |482161 |   8.3 |    42M |  38 | 101 | 295 | 230 |3820 |  1 |  42k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.08/24.26	c  24.3s| 56700 | 18093 |482883 |   8.3 |    42M |  38 | 101 | 299 | 229 |3822 |  1 |  42k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.18/24.30	c  24.3s| 56800 | 18109 |483347 |   8.2 |    42M |  38 | 101 | 298 | 229 |3823 |  1 |  42k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.18/24.33	c  24.3s| 56900 | 18116 |484023 |   8.2 |    42M |  38 | 101 | 301 | 230 |3826 |  1 |  43k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.18/24.36	c  24.4s| 57000 | 18138 |484461 |   8.2 |    42M |  38 | 101 | 303 | 230 |3826 |  0 |  43k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.18/24.38	c  24.4s| 57100 | 18152 |485068 |   8.2 |    42M |  38 | 101 | 304 | 230 |3826 |  1 |  43k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.28/24.42	c  24.4s| 57200 | 18183 |485947 |   8.2 |    42M |  38 | 101 | 302 | 229 |3828 |  1 |  43k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.28/24.46	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.46	c  24.5s| 57300 | 18236 |487090 |   8.2 |    42M |  38 | 101 | 300 |   0 |3829 |  0 |  43k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.28/24.48	c  24.5s| 57400 | 18239 |487602 |   8.2 |    42M |  38 | 101 | 298 | 229 |3832 |  1 |  43k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.38/24.52	c  24.5s| 57500 | 18273 |488199 |   8.2 |    42M |  38 | 101 | 297 |   0 |3836 |  0 |  43k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.38/24.55	c  24.5s| 57600 | 18280 |488786 |   8.2 |    42M |  38 | 101 | 299 |   0 |3837 |  0 |  43k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.38/24.57	c  24.6s| 57700 | 18293 |489311 |   8.2 |    42M |  38 | 101 | 301 | 230 |3838 |  1 |  43k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.48/24.61	c  24.6s| 57800 | 18298 |490024 |   8.2 |    42M |  38 | 101 | 296 | 233 |3838 |  1 |  43k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.48/24.64	c  24.6s| 57900 | 18315 |490455 |   8.2 |    42M |  38 | 101 | 299 |   0 |3839 |  0 |  43k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.48/24.67	c  24.7s| 58000 | 18335 |491173 |   8.2 |    43M |  38 | 101 | 298 |   0 |3842 |  0 |  43k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.58/24.71	c  24.7s| 58100 | 18370 |491864 |   8.2 |    43M |  38 | 101 | 295 | 231 |3843 |  1 |  44k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.58/24.74	c  24.7s| 58200 | 18423 |492886 |   8.2 |    43M |  38 | 101 | 294 | 231 |3843 |  1 |  44k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.58/24.78	c  24.8s| 58300 | 18430 |493507 |   8.2 |    43M |  38 | 101 | 297 | 228 |3843 |  1 |  44k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.68/24.82	c  24.8s| 58400 | 18480 |494870 |   8.2 |    43M |  38 | 101 | 291 | 229 |3863 |  1 |  44k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.68/24.86	c  24.9s| 58500 | 18515 |495720 |   8.2 |    43M |  38 | 101 | 290 | 230 |3878 |  1 |  44k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.68/24.88	c  24.9s| 58600 | 18528 |496289 |   8.2 |    43M |  38 | 101 | 288 | 231 |3883 |  1 |  44k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.78/24.92	c  24.9s| 58700 | 18549 |497277 |   8.2 |    43M |  38 | 101 | 289 | 230 |3886 |  1 |  44k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.78/24.95	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.95	c  24.9s| 58800 | 18556 |497808 |   8.2 |    43M |  38 | 101 | 288 | 233 |3886 |  1 |  44k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.78/24.98	c  25.0s| 58900 | 18575 |498438 |   8.2 |    43M |  38 | 101 | 288 | 232 |3886 |  0 |  44k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.88/25.01	c  25.0s| 59000 | 18571 |498945 |   8.2 |    43M |  38 | 101 | 289 | 233 |3887 |  0 |  44k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.88/25.04	c  25.0s| 59100 | 18581 |499438 |   8.2 |    43M |  38 | 101 | 288 | 233 |3892 |  1 |  44k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.88/25.07	c  25.1s| 59200 | 18591 |499995 |   8.2 |    43M |  38 | 101 | 290 | 232 |3894 |  1 |  44k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.98/25.11	c  25.1s| 59300 | 18591 |500454 |   8.2 |    43M |  38 | 101 | 292 | 229 |3896 |  1 |  45k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.98/25.14	c  25.1s| 59400 | 18595 |500994 |   8.2 |    43M |  38 | 101 | 291 | 231 |3897 |  1 |  45k|  31 | 0.000000e+00 |      --      |    Inf | unknown
24.98/25.17	c  25.2s| 59500 | 18609 |501642 |   8.2 |    43M |  38 | 101 | 293 | 231 |3904 |  2 |  45k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.08/25.21	c  25.2s| 59600 | 18667 |502830 |   8.2 |    43M |  38 | 101 | 294 | 231 |3907 |  1 |  45k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.08/25.24	c  25.2s| 59700 | 18686 |503388 |   8.2 |    43M |  38 | 101 | 301 | 232 |3909 |  1 |  45k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.08/25.27	c  25.3s| 59800 | 18697 |503864 |   8.2 |    43M |  38 | 101 | 301 | 231 |3911 |  1 |  45k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.17/25.30	c  25.3s| 59900 | 18722 |504635 |   8.2 |    43M |  38 | 101 | 300 | 231 |3913 |  0 |  45k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.17/25.33	c  25.3s| 60000 | 18724 |505051 |   8.2 |    44M |  38 | 101 | 301 | 229 |3914 |  0 |  45k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.17/25.37	c  25.4s| 60100 | 18759 |506030 |   8.2 |    44M |  38 | 101 | 301 |   0 |3918 |  0 |  45k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.27/25.40	c  25.4s| 60200 | 18794 |506766 |   8.2 |    44M |  38 | 101 | 303 | 230 |3922 |  1 |  45k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.27/25.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
25.27/25.43	c  25.4s| 60300 | 18809 |507509 |   8.2 |    44M |  38 | 101 | 302 | 233 |3926 |  0 |  45k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.27/25.47	c  25.5s| 60400 | 18836 |508483 |   8.2 |    44M |  38 | 101 | 304 | 232 |3928 |  1 |  45k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.37/25.50	c  25.5s| 60500 | 18830 |508933 |   8.2 |    44M |  38 | 101 | 303 | 235 |3929 |  1 |  45k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.37/25.53	c  25.5s| 60600 | 18877 |509986 |   8.2 |    44M |  38 | 101 | 302 | 230 |3933 |  0 |  45k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.37/25.57	c  25.6s| 60700 | 18906 |510731 |   8.2 |    44M |  38 | 101 | 302 | 228 |3934 |  1 |  46k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.47/25.60	c  25.6s| 60800 | 18925 |511283 |   8.2 |    44M |  38 | 101 | 299 | 231 |3935 |  0 |  46k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.47/25.63	c  25.6s| 60900 | 18964 |512099 |   8.2 |    44M |  38 | 101 | 298 | 228 |3935 |  1 |  46k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.47/25.66	c  25.7s| 61000 | 19001 |512830 |   8.2 |    44M |  38 | 101 | 297 | 229 |3939 |  1 |  46k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.57/25.70	c  25.7s| 61100 | 19013 |513482 |   8.2 |    44M |  38 | 101 | 300 | 231 |3944 |  1 |  46k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.57/25.73	c  25.7s| 61200 | 19023 |513881 |   8.2 |    44M |  38 | 101 | 300 | 237 |3950 |  1 |  46k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.57/25.79	c  25.8s| 61300 | 19039 |514392 |   8.1 |    44M |  38 | 101 | 303 | 231 |3954 |  1 |  46k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.67/25.83	c  25.8s| 61400 | 19061 |515012 |   8.1 |    44M |  38 | 101 | 301 | 232 |3958 |  1 |  46k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.67/25.86	c  25.9s| 61500 | 19060 |515669 |   8.1 |    44M |  38 | 101 | 298 | 232 |3961 |  1 |  46k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.67/25.89	c  25.9s| 61600 | 19073 |516221 |   8.1 |    44M |  38 | 101 | 300 |   0 |3965 |  0 |  46k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.77/25.93	c  25.9s| 61700 | 19090 |516835 |   8.1 |    44M |  38 | 101 | 301 | 230 |3969 |  1 |  46k|  31 | 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| 61800 | 19125 |517794 |   8.1 |    44M |  38 | 101 | 304 | 231 |3974 |  1 |  47k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.88/26.01	c  26.0s| 61900 | 19162 |518668 |   8.1 |    44M |  38 | 101 | 305 | 233 |3977 |  1 |  47k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.88/26.04	c  26.0s| 62000 | 19187 |519332 |   8.1 |    44M |  38 | 101 | 303 | 230 |3978 |  1 |  47k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.88/26.07	c  26.1s| 62100 | 19202 |519808 |   8.1 |    44M |  38 | 101 | 309 | 230 |3981 |  1 |  47k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.98/26.10	c  26.1s| 62200 | 19232 |520345 |   8.1 |    44M |  38 | 101 | 311 | 229 |3981 |  1 |  47k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.98/26.13	c  26.1s| 62300 | 19238 |520848 |   8.1 |    44M |  38 | 101 | 309 | 231 |3984 |  1 |  47k|  31 | 0.000000e+00 |      --      |    Inf | unknown
25.98/26.18	c  26.2s| 62400 | 19281 |521998 |   8.1 |    44M |  38 | 101 | 306 | 231 |3989 |  0 |  47k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.07/26.21	c  26.2s| 62500 | 19309 |522788 |   8.1 |    44M |  38 | 101 | 301 | 231 |3989 |  1 |  47k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.07/26.25	c  26.3s| 62600 | 19374 |524048 |   8.1 |    44M |  38 | 101 | 301 | 230 |3992 |  0 |  47k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.07/26.28	c  26.3s| 62700 | 19379 |524498 |   8.1 |    44M |  38 | 101 | 302 |   0 |3996 |  0 |  47k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.17/26.32	c  26.3s| 62800 | 19417 |525311 |   8.1 |    44M |  38 | 101 | 297 | 233 |3996 |  1 |  47k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.17/26.35	c  26.4s| 62900 | 19439 |526197 |   8.1 |    44M |  38 | 101 | 295 | 230 |4003 |  0 |  47k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.17/26.39	c  26.4s| 63000 | 19457 |526718 |   8.1 |    44M |  38 | 101 | 295 | 234 |4006 |  1 |  48k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.27/26.41	c  26.4s| 63100 | 19477 |527339 |   8.1 |    44M |  38 | 101 | 294 |   0 |4007 |  0 |  48k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.27/26.45	c  26.5s| 63200 | 19533 |528269 |   8.1 |    44M |  38 | 101 | 293 | 234 |4008 |  0 |  48k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.27/26.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.27/26.48	c  26.5s| 63300 | 19550 |528951 |   8.1 |    44M |  38 | 101 | 290 | 234 |4008 |  0 |  48k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.37/26.51	c  26.5s| 63400 | 19582 |529749 |   8.1 |    44M |  38 | 101 | 286 | 234 |4008 |  1 |  48k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.37/26.54	c  26.5s| 63500 | 19573 |530214 |   8.1 |    44M |  38 | 101 | 286 |   0 |4008 |  0 |  48k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.37/26.57	c  26.6s| 63600 | 19590 |530754 |   8.1 |    44M |  38 | 101 | 285 | 235 |4010 |  1 |  48k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.47/26.60	c  26.6s| 63700 | 19606 |531343 |   8.1 |    44M |  38 | 101 | 284 | 228 |4014 |  1 |  48k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.47/26.63	c  26.6s| 63800 | 19619 |532148 |   8.1 |    44M |  38 | 101 | 281 | 228 |4017 |  1 |  48k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.47/26.66	c  26.7s| 63900 | 19641 |532995 |   8.1 |    44M |  38 | 101 | 280 | 231 |4017 |  0 |  48k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.57/26.70	c  26.7s| 64000 | 19694 |533930 |   8.1 |    45M |  38 | 101 | 275 | 231 |4018 |  1 |  48k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.57/26.73	c  26.7s| 64100 | 19706 |534362 |   8.1 |    45M |  38 | 101 | 272 | 230 |4019 |  1 |  48k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.57/26.76	c  26.8s| 64200 | 19735 |535234 |   8.1 |    45M |  38 | 101 | 275 |   0 |4022 |  0 |  48k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.67/26.80	c  26.8s| 64300 | 19751 |536051 |   8.1 |    45M |  38 | 101 | 276 | 228 |4023 |  0 |  48k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.67/26.83	c  26.8s| 64400 | 19779 |537082 |   8.1 |    45M |  38 | 101 | 277 | 229 |4026 |  1 |  48k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.67/26.86	c  26.9s| 64500 | 19798 |537606 |   8.1 |    45M |  38 | 101 | 276 | 234 |4026 |  1 |  49k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.67/26.89	c  26.9s| 64600 | 19801 |538033 |   8.1 |    45M |  38 | 101 | 276 | 232 |4027 |  1 |  49k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.77/26.93	c  26.9s| 64700 | 19853 |539171 |   8.1 |    45M |  38 | 101 | 281 | 229 |4031 |  2 |  49k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.77/26.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.77/26.95	c  27.0s| 64800 | 19879 |539680 |   8.1 |    45M |  38 | 101 | 283 | 228 |4032 |  1 |  49k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.77/26.99	c  27.0s| 64900 | 19907 |540398 |   8.1 |    45M |  38 | 101 | 283 | 232 |4033 |  1 |  49k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.87/27.02	c  27.0s| 65000 | 19941 |540961 |   8.1 |    45M |  38 | 101 | 287 |   0 |4035 |  0 |  49k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.87/27.06	c  27.1s| 65100 | 20010 |542417 |   8.1 |    45M |  38 | 101 | 287 | 230 |4039 |  1 |  49k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.87/27.09	c  27.1s| 65200 | 20037 |543152 |   8.1 |    45M |  38 | 101 | 287 | 229 |4044 |  1 |  49k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.97/27.12	c  27.1s| 65300 | 20061 |543796 |   8.1 |    45M |  38 | 101 | 287 | 228 |4045 |  1 |  49k|  31 | 0.000000e+00 |      --      |    Inf | unknown
26.97/27.16	c  27.2s| 65400 | 20116 |544719 |   8.1 |    45M |  38 | 101 | 288 | 229 |4053 |  1 |  49k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.06/27.20	c  27.2s| 65500 | 20125 |545175 |   8.1 |    45M |  38 | 101 | 291 |   0 |4055 |  0 |  49k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.06/27.23	c  27.2s| 65600 | 20145 |545658 |   8.1 |    47M |  38 | 101 | 289 |   0 |4055 |  0 |  50k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.06/27.26	c  27.3s| 65700 | 20152 |546053 |   8.1 |    47M |  38 | 101 | 289 |   0 |4056 |  0 |  50k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.06/27.29	c  27.3s| 65800 | 20160 |546549 |   8.1 |    47M |  38 | 101 | 288 | 228 |4059 |  1 |  50k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.16/27.32	c  27.3s| 65900 | 20143 |546912 |   8.1 |    47M |  38 | 101 | 291 |   0 |4059 |  0 |  50k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.16/27.35	c  27.4s| 66000 | 20159 |547622 |   8.1 |    47M |  38 | 101 | 290 | 230 |4061 |  0 |  50k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.16/27.38	c  27.4s| 66100 | 20159 |548056 |   8.1 |    47M |  38 | 101 | 290 |   0 |4061 |  0 |  50k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.26/27.41	c  27.4s| 66200 | 20187 |548799 |   8.1 |    47M |  38 | 101 | 291 | 229 |4063 |  0 |  50k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.26/27.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
27.26/27.44	c  27.4s| 66300 | 20220 |549283 |   8.1 |    47M |  38 | 101 | 288 | 228 |4066 |  1 |  50k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.26/27.47	c  27.5s| 66400 | 20244 |549938 |   8.1 |    47M |  38 | 101 | 289 | 232 |4071 |  0 |  50k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.36/27.51	c  27.5s| 66500 | 20249 |550446 |   8.1 |    47M |  38 | 101 | 287 | 233 |4079 |  1 |  50k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.36/27.54	c  27.5s| 66600 | 20255 |550984 |   8.1 |    47M |  38 | 101 | 289 | 228 |4080 |  1 |  50k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.36/27.57	c  27.6s| 66700 | 20258 |551532 |   8.0 |    47M |  38 | 101 | 292 | 229 |4083 |  1 |  51k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.46/27.61	c  27.6s| 66800 | 20271 |552243 |   8.0 |    47M |  38 | 101 | 289 | 232 |4090 |  1 |  51k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.46/27.64	c  27.6s| 66900 | 20288 |552808 |   8.0 |    47M |  38 | 101 | 287 |   0 |4090 |  0 |  51k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.46/27.68	c  27.7s| 67000 | 20324 |553598 |   8.0 |    47M |  38 | 101 | 287 | 232 |4091 |  1 |  51k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.56/27.72	c  27.7s| 67100 | 20355 |554241 |   8.0 |    47M |  38 | 101 | 288 | 230 |4091 |  1 |  51k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.56/27.76	c  27.8s| 67200 | 20393 |554909 |   8.0 |    47M |  38 | 101 | 289 | 231 |4091 |  1 |  51k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.56/27.79	c  27.8s| 67300 | 20418 |555454 |   8.0 |    47M |  38 | 101 | 288 | 228 |4091 |  1 |  51k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.66/27.82	c  27.8s| 67400 | 20439 |555946 |   8.0 |    47M |  38 | 101 | 288 | 234 |4096 |  1 |  51k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.66/27.86	c  27.9s| 67500 | 20471 |556867 |   8.0 |    48M |  38 | 101 | 281 | 228 |4096 |  1 |  51k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.66/27.89	c  27.9s| 67600 | 20472 |557292 |   8.0 |    48M |  38 | 101 | 285 | 228 |4096 |  1 |  51k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.76/27.93	c  27.9s| 67700 | 20478 |557880 |   8.0 |    49M |  38 | 101 | 284 | 229 |4097 |  1 |  52k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.76/27.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
27.76/27.96	c  28.0s| 67800 | 20502 |558512 |   8.0 |    49M |  38 | 101 | 283 | 227 |4099 |  1 |  52k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.76/27.99	c  28.0s| 67900 | 20517 |559094 |   8.0 |    49M |  38 | 101 | 286 | 227 |4099 |  1 |  52k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.86/28.03	c  28.0s| 68000 | 20534 |559675 |   8.0 |    49M |  38 | 101 | 286 | 228 |4100 |  1 |  52k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.86/28.05	c  28.1s| 68100 | 20543 |560153 |   8.0 |    49M |  38 | 101 | 285 | 231 |4101 |  1 |  52k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.86/28.10	c  28.1s| 68200 | 20560 |561248 |   8.0 |    49M |  38 | 101 | 286 | 231 |4112 |  1 |  52k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.96/28.12	c  28.1s| 68300 | 20588 |561792 |   8.0 |    49M |  38 | 101 | 287 | 232 |4116 |  1 |  52k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.96/28.16	c  28.2s| 68400 | 20622 |562528 |   8.0 |    49M |  38 | 101 | 288 | 231 |4120 |  1 |  52k|  31 | 0.000000e+00 |      --      |    Inf | unknown
27.96/28.19	c  28.2s| 68500 | 20653 |563278 |   8.0 |    49M |  38 | 101 | 291 | 230 |4122 |  1 |  52k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.06/28.23	c  28.2s| 68600 | 20661 |564003 |   8.0 |    49M |  38 | 101 | 295 | 232 |4123 |  1 |  52k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.06/28.26	c  28.3s| 68700 | 20682 |564613 |   8.0 |    49M |  38 | 101 | 296 | 229 |4128 |  1 |  52k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.06/28.29	c  28.3s| 68800 | 20677 |565021 |   8.0 |    49M |  38 | 101 | 294 | 233 |4131 |  1 |  53k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.16/28.33	c  28.3s| 68900 | 20696 |565709 |   8.0 |    49M |  38 | 101 | 293 | 235 |4135 |  1 |  53k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.16/28.36	c  28.4s| 69000 | 20712 |566513 |   8.0 |    49M |  38 | 101 | 291 | 231 |4140 |  1 |  53k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.26/28.40	c  28.4s| 69100 | 20753 |567627 |   8.0 |    49M |  38 | 101 | 293 | 231 |4142 |  0 |  53k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.26/28.43	c  28.4s| 69200 | 20761 |568124 |   8.0 |    49M |  38 | 101 | 292 | 231 |4145 |  1 |  53k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.26/28.46	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.46	c  28.5s| 69300 | 20786 |568867 |   8.0 |    49M |  38 | 101 | 291 | 231 |4148 |  0 |  53k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.26/28.49	c  28.5s| 69400 | 20799 |569379 |   8.0 |    49M |  38 | 101 | 292 | 231 |4151 |  1 |  53k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.36/28.52	c  28.5s| 69500 | 20796 |569913 |   8.0 |    49M |  38 | 101 | 292 | 231 |4151 |  1 |  53k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.36/28.55	c  28.6s| 69600 | 20802 |570509 |   8.0 |    49M |  38 | 101 | 294 | 232 |4156 |  1 |  53k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.36/28.59	c  28.6s| 69700 | 20814 |571175 |   8.0 |    49M |  38 | 101 | 297 | 228 |4158 |  1 |  53k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.45/28.62	c  28.6s| 69800 | 20845 |571949 |   8.0 |    49M |  38 | 101 | 299 | 233 |4160 |  0 |  53k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.45/28.65	c  28.7s| 69900 | 20838 |572533 |   8.0 |    49M |  38 | 101 | 300 | 228 |4162 |  1 |  54k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.45/28.69	c  28.7s| 70000 | 20840 |573070 |   8.0 |    49M |  38 | 101 | 296 |   0 |4162 |  0 |  54k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.55/28.72	c  28.7s| 70100 | 20841 |573520 |   8.0 |    50M |  38 | 101 | 296 | 234 |4166 |  1 |  54k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.55/28.75	c  28.7s| 70200 | 20849 |574033 |   8.0 |    50M |  38 | 101 | 296 |   0 |4175 |  0 |  54k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.65/28.80	c  28.8s| 70300 | 20873 |574820 |   8.0 |    50M |  38 | 101 | 299 | 228 |4193 |  1 |  54k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.65/28.86	c  28.9s| 70400 | 20963 |576811 |   8.0 |    50M |  38 | 101 | 295 | 230 |4226 |  1 |  54k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.75/28.90	c  28.9s| 70500 | 21042 |578366 |   8.0 |    50M |  38 | 101 | 296 | 230 |4235 |  1 |  54k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.75/28.93	c  28.9s| 70600 | 21080 |579179 |   8.0 |    50M |  38 | 101 | 298 | 230 |4235 |  1 |  54k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.75/28.97	c  29.0s| 70700 | 21145 |580333 |   8.0 |    50M |  38 | 101 | 300 | 228 |4235 |  1 |  54k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.75/29.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.75/29.00	c  29.0s| 70800 | 21169 |581062 |   8.0 |    50M |  38 | 101 | 298 | 231 |4239 |  1 |  54k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.85/29.03	c  29.0s| 70900 | 21209 |581861 |   8.0 |    50M |  38 | 101 | 300 |   0 |4250 |  0 |  54k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.85/29.07	c  29.1s| 71000 | 21245 |582744 |   8.0 |    50M |  38 | 101 | 303 |   0 |4263 |  0 |  54k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.95/29.10	c  29.1s| 71100 | 21256 |583257 |   8.0 |    50M |  38 | 101 | 305 | 230 |4269 |  1 |  54k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.95/29.13	c  29.1s| 71200 | 21278 |583864 |   8.0 |    50M |  38 | 101 | 304 | 230 |4270 |  0 |  55k|  31 | 0.000000e+00 |      --      |    Inf | unknown
28.95/29.16	c  29.2s| 71300 | 21312 |584617 |   8.0 |    50M |  38 | 101 | 305 | 229 |4280 |  1 |  55k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.05/29.20	c  29.2s| 71400 | 21352 |585544 |   8.0 |    50M |  38 | 101 | 304 | 230 |4294 |  1 |  55k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.05/29.23	c  29.2s| 71500 | 21383 |586189 |   8.0 |    50M |  38 | 101 | 304 | 230 |4301 |  0 |  55k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.05/29.27	c  29.3s| 71600 | 21454 |587110 |   8.0 |    50M |  38 | 101 | 304 |   0 |4306 |  0 |  55k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.15/29.30	c  29.3s| 71700 | 21471 |587711 |   8.0 |    50M |  38 | 101 | 304 |   0 |4312 |  0 |  55k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.15/29.33	c  29.3s| 71800 | 21494 |588183 |   8.0 |    50M |  38 | 101 | 302 | 228 |4314 |  1 |  55k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.15/29.36	c  29.4s| 71900 | 21512 |588818 |   8.0 |    50M |  38 | 101 | 302 | 230 |4318 |  1 |  55k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.25/29.40	c  29.4s| 72000 | 21547 |589355 |   8.0 |    50M |  38 | 101 | 302 | 230 |4332 |  1 |  55k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.25/29.44	c  29.4s| 72100 | 21595 |590435 |   8.0 |    50M |  38 | 101 | 305 |   0 |4338 |  0 |  55k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.25/29.47	c  29.5s| 72200 | 21617 |591086 |   8.0 |    50M |  38 | 101 | 303 | 228 |4341 |  1 |  55k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.35/29.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
29.35/29.51	c  29.5s| 72300 | 21646 |591902 |   8.0 |    50M |  38 | 101 | 305 |   0 |4350 |  0 |  55k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.35/29.54	c  29.5s| 72400 | 21674 |592647 |   8.0 |    50M |  38 | 101 | 304 | 229 |4356 |  1 |  56k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.35/29.57	c  29.6s| 72500 | 21705 |593466 |   8.0 |    50M |  38 | 101 | 304 | 229 |4366 |  1 |  56k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.45/29.60	c  29.6s| 72600 | 21719 |594030 |   8.0 |    50M |  38 | 101 | 305 | 229 |4370 |  0 |  56k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.45/29.64	c  29.6s| 72700 | 21762 |594807 |   8.0 |    50M |  38 | 101 | 304 | 230 |4373 |  1 |  56k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.45/29.67	c  29.7s| 72800 | 21790 |595578 |   8.0 |    50M |  38 | 101 | 300 |   0 |4377 |  0 |  56k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.54/29.70	c  29.7s| 72900 | 21810 |596294 |   8.0 |    50M |  38 | 101 | 302 |   0 |4382 |  0 |  56k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.54/29.74	c  29.7s| 73000 | 21829 |597032 |   8.0 |    50M |  38 | 101 | 303 |   0 |4382 |  0 |  56k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.54/29.77	c  29.8s| 73100 | 21862 |597762 |   8.0 |    50M |  38 | 101 | 298 | 229 |4386 |  1 |  56k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.64/29.80	c  29.8s| 73200 | 21906 |598319 |   8.0 |    50M |  38 | 101 | 299 | 232 |4389 |  0 |  56k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.64/29.84	c  29.8s| 73300 | 21943 |598884 |   8.0 |    50M |  38 | 101 | 302 | 233 |4391 |  1 |  56k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.64/29.86	c  29.9s| 73400 | 21928 |599352 |   8.0 |    50M |  38 | 101 | 304 |   0 |4392 |  0 |  56k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.74/29.90	c  29.9s| 73500 | 21937 |600003 |   8.0 |    50M |  38 | 101 | 303 | 228 |4392 |  1 |  57k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.74/29.93	c  29.9s| 73600 | 21959 |600789 |   8.0 |    50M |  38 | 101 | 302 | 230 |4393 |  1 |  57k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.74/29.96	c  30.0s| 73700 | 21990 |601656 |   8.0 |    50M |  38 | 101 | 305 | 229 |4393 |  1 |  57k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.74/29.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
29.74/29.99	c  30.0s| 73800 | 21997 |602230 |   8.0 |    50M |  38 | 101 | 305 | 229 |4397 |  1 |  57k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.85/30.03	c  30.0s| 73900 | 22013 |603019 |   8.0 |    50M |  38 | 101 | 306 | 234 |4397 |  1 |  57k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.85/30.08	c  30.1s| 74000 | 22031 |604222 |   8.0 |    50M |  38 | 101 | 303 | 231 |4416 |  1 |  57k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.95/30.11	c  30.1s| 74100 | 22065 |605040 |   8.0 |    50M |  38 | 101 | 304 |   0 |4419 |  0 |  57k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.95/30.14	c  30.1s| 74200 | 22091 |605820 |   8.0 |    50M |  38 | 101 | 306 |   0 |4425 |  0 |  57k|  31 | 0.000000e+00 |      --      |    Inf | unknown
29.95/30.17	c  30.2s| 74300 | 22099 |606389 |   8.0 |    50M |  38 | 101 | 301 | 232 |4428 |  0 |  57k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.04/30.20	c  30.2s| 74400 | 22131 |607073 |   8.0 |    50M |  38 | 101 | 302 | 228 |4431 |  0 |  57k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.04/30.24	c  30.2s| 74500 | 22142 |607918 |   8.0 |    50M |  38 | 101 | 303 | 232 |4435 |  1 |  57k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.04/30.27	c  30.3s| 74600 | 22157 |608592 |   8.0 |    51M |  38 | 101 | 304 | 230 |4435 |  1 |  57k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.14/30.30	c  30.3s| 74700 | 22170 |609214 |   8.0 |    51M |  38 | 101 | 299 | 234 |4437 |  1 |  57k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.14/30.33	c  30.3s| 74800 | 22212 |610138 |   8.0 |    51M |  38 | 101 | 301 | 229 |4439 |  1 |  58k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.14/30.36	c  30.4s| 74900 | 22234 |610701 |   8.0 |    51M |  38 | 101 | 302 | 231 |4442 |  1 |  58k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.14/30.40	c  30.4s| 75000 | 22263 |611459 |   8.0 |    52M |  38 | 101 | 301 | 232 |4451 |  0 |  58k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.24/30.42	c  30.4s| 75100 | 22272 |611913 |   8.0 |    52M |  38 | 101 | 300 |   0 |4452 |  0 |  58k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.24/30.46	c  30.5s| 75200 | 22281 |612566 |   8.0 |    52M |  38 | 101 | 300 | 230 |4459 |  1 |  58k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.24/30.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
30.24/30.49	c  30.5s| 75300 | 22300 |613296 |   8.0 |    52M |  38 | 101 | 298 |   0 |4460 |  0 |  58k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.34/30.52	c  30.5s| 75400 | 22338 |614297 |   8.0 |    52M |  38 | 101 | 298 | 233 |4465 |  1 |  58k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.34/30.56	c  30.6s| 75500 | 22373 |615622 |   8.0 |    52M |  38 | 101 | 297 | 230 |4468 |  0 |  58k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.44/30.60	c  30.6s| 75600 | 22398 |616347 |   8.0 |    52M |  38 | 101 | 295 | 229 |4473 |  0 |  58k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.44/30.63	c  30.6s| 75700 | 22417 |616877 |   8.0 |    52M |  38 | 101 | 295 |   0 |4477 |  0 |  58k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.44/30.66	c  30.7s| 75800 | 22445 |617582 |   8.0 |    52M |  38 | 101 | 295 |   0 |4477 |  0 |  58k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.44/30.69	c  30.7s| 75900 | 22466 |618012 |   8.0 |    52M |  38 | 101 | 295 | 232 |4479 |  1 |  58k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.54/30.73	c  30.7s| 76000 | 22487 |618721 |   8.0 |    52M |  38 | 101 | 295 | 230 |4486 |  1 |  58k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.54/30.76	c  30.8s| 76100 | 22497 |619136 |   7.9 |    52M |  38 | 101 | 297 | 228 |4489 |  1 |  59k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.54/30.79	c  30.8s| 76200 | 22514 |619610 |   7.9 |    52M |  38 | 101 | 299 | 232 |4489 |  1 |  59k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.64/30.84	c  30.8s| 76300 | 22558 |620797 |   7.9 |    52M |  38 | 101 | 296 | 232 |4497 |  1 |  59k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.64/30.87	c  30.9s| 76400 | 22581 |621451 |   7.9 |    52M |  38 | 101 | 298 |   0 |4498 |  0 |  59k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.74/30.90	c  30.9s| 76500 | 22583 |621956 |   7.9 |    53M |  38 | 101 | 299 |   0 |4500 |  0 |  59k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.74/30.93	c  30.9s| 76600 | 22607 |622652 |   7.9 |    53M |  38 | 101 | 298 | 232 |4502 |  1 |  59k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.74/30.96	c  31.0s| 76700 | 22632 |623367 |   7.9 |    53M |  38 | 101 | 301 |   0 |4504 |  0 |  59k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.74/31.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
30.74/31.00	c  31.0s| 76800 | 22634 |623940 |   7.9 |    53M |  38 | 101 | 303 | 232 |4505 |  0 |  59k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.84/31.03	c  31.0s| 76900 | 22639 |624439 |   7.9 |    53M |  38 | 101 | 307 | 228 |4508 |  1 |  59k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.84/31.06	c  31.1s| 77000 | 22688 |625548 |   7.9 |    53M |  38 | 101 | 302 | 230 |4509 |  1 |  59k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.84/31.10	c  31.1s| 77100 | 22712 |626127 |   7.9 |    53M |  38 | 101 | 303 | 231 |4512 |  2 |  59k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.94/31.13	c  31.1s| 77200 | 22727 |626778 |   7.9 |    53M |  38 | 101 | 302 |   0 |4517 |  0 |  60k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.94/31.16	c  31.2s| 77300 | 22766 |627545 |   7.9 |    53M |  38 | 101 | 302 |   0 |4517 |  0 |  60k|  31 | 0.000000e+00 |      --      |    Inf | unknown
30.94/31.19	c  31.2s| 77400 | 22772 |628218 |   7.9 |    53M |  38 | 101 | 302 |   0 |4518 |  0 |  60k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.04/31.23	c  31.2s| 77500 | 22783 |628814 |   7.9 |    53M |  38 | 101 | 303 |   0 |4518 |  0 |  60k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.04/31.26	c  31.3s| 77600 | 22801 |629583 |   7.9 |    53M |  38 | 101 | 299 | 234 |4522 |  1 |  60k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.14/31.30	c  31.3s| 77700 | 22833 |630373 |   7.9 |    53M |  38 | 101 | 301 | 234 |4524 |  1 |  60k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.14/31.33	c  31.3s| 77800 | 22852 |631270 |   7.9 |    53M |  38 | 101 | 301 | 229 |4525 |  1 |  60k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.14/31.36	c  31.4s| 77900 | 22886 |631888 |   7.9 |    53M |  38 | 101 | 299 | 228 |4525 |  1 |  60k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.14/31.40	c  31.4s| 78000 | 22902 |632344 |   7.9 |    53M |  38 | 101 | 300 | 230 |4525 |  1 |  60k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.23/31.43	c  31.4s| 78100 | 22943 |633420 |   7.9 |    53M |  38 | 101 | 301 | 229 |4533 |  1 |  60k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.23/31.47	c  31.5s| 78200 | 23004 |634469 |   7.9 |    53M |  38 | 101 | 302 | 230 |4540 |  1 |  60k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.33/31.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
31.33/31.50	c  31.5s| 78300 | 23026 |634974 |   7.9 |    53M |  38 | 101 | 301 |   0 |4542 |  0 |  60k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.33/31.54	c  31.5s| 78400 | 23081 |636147 |   7.9 |    53M |  38 | 101 | 302 | 229 |4550 |  1 |  61k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.33/31.57	c  31.6s| 78500 | 23098 |636573 |   7.9 |    53M |  38 | 101 | 304 |   0 |4553 |  0 |  61k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.43/31.61	c  31.6s| 78600 | 23144 |637339 |   7.9 |    54M |  38 | 101 | 305 |   0 |4563 |  0 |  61k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.43/31.64	c  31.6s| 78700 | 23153 |637920 |   7.9 |    54M |  38 | 101 | 304 | 230 |4567 |  0 |  61k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.43/31.68	c  31.7s| 78800 | 23185 |638576 |   7.9 |    54M |  38 | 101 | 305 |   0 |4568 |  0 |  61k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.53/31.71	c  31.7s| 78900 | 23219 |639226 |   7.9 |    54M |  38 | 101 | 307 | 229 |4570 |  1 |  61k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.53/31.74	c  31.7s| 79000 | 23264 |639930 |   7.9 |    54M |  38 | 101 | 305 | 229 |4571 |  1 |  61k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.53/31.77	c  31.8s| 79100 | 23284 |640602 |   7.9 |    54M |  38 | 101 | 299 | 229 |4572 |  1 |  61k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.63/31.80	c  31.8s| 79200 | 23294 |641158 |   7.9 |    54M |  38 | 101 | 297 | 230 |4573 |  1 |  61k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.63/31.83	c  31.8s| 79300 | 23299 |641591 |   7.9 |    54M |  38 | 101 | 297 | 229 |4573 |  1 |  61k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.63/31.86	c  31.9s| 79400 | 23330 |642075 |   7.9 |    54M |  38 | 101 | 295 | 230 |4573 |  1 |  62k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.63/31.89	c  31.9s| 79500 | 23339 |642781 |   7.9 |    54M |  38 | 101 | 299 |   0 |4575 |  0 |  62k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.73/31.92	c  31.9s| 79600 | 23336 |643094 |   7.9 |    54M |  38 | 101 | 301 |   0 |4575 |  0 |  62k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.73/31.95	c  31.9s| 79700 | 23331 |643558 |   7.9 |    54M |  38 | 101 | 301 | 230 |4575 |  0 |  62k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.73/31.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
31.73/31.99	c  32.0s| 79800 | 23337 |644134 |   7.9 |    54M |  38 | 101 | 302 |   0 |4575 |  0 |  62k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.84/32.02	c  32.0s| 79900 | 23372 |645004 |   7.9 |    54M |  38 | 101 | 302 | 230 |4580 |  1 |  62k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.84/32.05	c  32.0s| 80000 | 23373 |645475 |   7.9 |    54M |  38 | 101 | 303 |   0 |4580 |  0 |  62k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.84/32.08	c  32.1s| 80100 | 23385 |646040 |   7.9 |    54M |  38 | 101 | 303 |   0 |4583 |  0 |  62k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.94/32.11	c  32.1s| 80200 | 23387 |646571 |   7.9 |    54M |  38 | 101 | 300 | 234 |4583 |  1 |  62k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.94/32.14	c  32.1s| 80300 | 23401 |647193 |   7.9 |    54M |  38 | 101 | 302 | 229 |4584 |  1 |  62k|  31 | 0.000000e+00 |      --      |    Inf | unknown
31.94/32.18	c  32.2s| 80400 | 23428 |647764 |   7.9 |    55M |  38 | 101 | 301 |   0 |4587 |  0 |  62k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.03/32.21	c  32.2s| 80500 | 23455 |648438 |   7.9 |    55M |  38 | 101 | 301 |   0 |4591 |  0 |  63k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.03/32.24	c  32.2s| 80600 | 23468 |648995 |   7.9 |    55M |  38 | 101 | 301 | 231 |4592 |  0 |  63k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.03/32.27	c  32.3s| 80700 | 23487 |649447 |   7.9 |    55M |  38 | 101 | 300 |   0 |4592 |  0 |  63k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.13/32.31	c  32.3s| 80800 | 23517 |650325 |   7.9 |    55M |  38 | 101 | 295 | 229 |4592 |  1 |  63k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.13/32.34	c  32.3s| 80900 | 23539 |650894 |   7.9 |    55M |  38 | 101 | 295 | 231 |4594 |  1 |  63k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.13/32.37	c  32.4s| 81000 | 23565 |651641 |   7.9 |    55M |  38 | 101 | 298 | 228 |4594 |  1 |  63k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.23/32.41	c  32.4s| 81100 | 23595 |652486 |   7.9 |    55M |  38 | 101 | 294 | 230 |4596 |  1 |  63k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.23/32.45	c  32.4s| 81200 | 23624 |653125 |   7.9 |    55M |  38 | 101 | 292 | 233 |4596 |  1 |  63k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.23/32.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.23/32.48	c  32.5s| 81300 | 23647 |653654 |   7.9 |    55M |  38 | 101 | 291 |   0 |4596 |  0 |  63k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.33/32.51	c  32.5s| 81400 | 23659 |654027 |   7.9 |    55M |  38 | 101 | 292 |   0 |4596 |  0 |  63k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.33/32.53	c  32.5s| 81500 | 23664 |654495 |   7.9 |    55M |  38 | 101 | 296 | 232 |4597 |  1 |  63k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.33/32.57	c  32.6s| 81600 | 23677 |655026 |   7.9 |    55M |  38 | 101 | 293 | 228 |4597 |  1 |  64k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.43/32.60	c  32.6s| 81700 | 23729 |655880 |   7.9 |    55M |  38 | 101 | 295 | 228 |4597 |  1 |  64k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.43/32.64	c  32.6s| 81800 | 23755 |656517 |   7.9 |    55M |  38 | 101 | 295 |   0 |4599 |  0 |  64k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.43/32.67	c  32.7s| 81900 | 23783 |657311 |   7.9 |    55M |  38 | 101 | 295 | 229 |4601 |  0 |  64k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.53/32.70	c  32.7s| 82000 | 23810 |657998 |   7.8 |    55M |  38 | 101 | 289 | 227 |4605 |  1 |  64k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.53/32.74	c  32.7s| 82100 | 23813 |658617 |   7.8 |    55M |  38 | 101 | 290 | 234 |4609 |  0 |  64k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.53/32.77	c  32.8s| 82200 | 23861 |659459 |   7.8 |    55M |  38 | 101 | 294 | 231 |4621 |  1 |  64k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.63/32.80	c  32.8s| 82300 | 23878 |659945 |   7.8 |    55M |  38 | 101 | 293 | 228 |4625 |  0 |  64k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.63/32.83	c  32.8s| 82400 | 23905 |660472 |   7.8 |    55M |  38 | 101 | 291 | 234 |4629 |  1 |  64k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.63/32.86	c  32.9s| 82500 | 23929 |661051 |   7.8 |    55M |  38 | 101 | 294 | 228 |4632 |  1 |  64k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.63/32.90	c  32.9s| 82600 | 23945 |661572 |   7.8 |    55M |  38 | 101 | 291 | 229 |4632 |  0 |  64k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.73/32.93	c  32.9s| 82700 | 23986 |662433 |   7.8 |    55M |  38 | 101 | 291 | 233 |4637 |  1 |  64k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.73/32.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.73/32.96	c  33.0s| 82800 | 24018 |663303 |   7.8 |    55M |  38 | 101 | 293 | 233 |4642 |  0 |  64k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.73/32.99	c  33.0s| 82900 | 24032 |663848 |   7.8 |    55M |  38 | 101 | 295 | 234 |4646 |  0 |  65k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.83/33.03	c  33.0s| 83000 | 24031 |664580 |   7.8 |    55M |  38 | 101 | 293 |   0 |4649 |  0 |  65k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.83/33.06	c  33.1s| 83100 | 24045 |665019 |   7.8 |    55M |  38 | 101 | 291 | 230 |4649 |  1 |  65k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.83/33.10	c  33.1s| 83200 | 24084 |665947 |   7.8 |    55M |  38 | 101 | 292 |   0 |4651 |  0 |  65k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.93/33.13	c  33.1s| 83300 | 24094 |666458 |   7.8 |    55M |  38 | 101 | 290 | 234 |4652 |  1 |  65k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.93/33.16	c  33.2s| 83400 | 24100 |667086 |   7.8 |    55M |  38 | 101 | 292 | 233 |4654 |  1 |  65k|  31 | 0.000000e+00 |      --      |    Inf | unknown
32.93/33.19	c  33.2s| 83500 | 24111 |667781 |   7.8 |    55M |  38 | 101 | 293 | 227 |4658 |  2 |  65k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.03/33.23	c  33.2s| 83600 | 24151 |668747 |   7.8 |    55M |  38 | 101 | 294 | 227 |4661 |  1 |  65k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.03/33.27	c  33.3s| 83700 | 24199 |669636 |   7.8 |    56M |  38 | 101 | 294 | 227 |4666 |  1 |  65k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.13/33.30	c  33.3s| 83800 | 24225 |670271 |   7.8 |    56M |  38 | 101 | 295 | 229 |4669 |  1 |  65k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.13/33.33	c  33.3s| 83900 | 24248 |670819 |   7.8 |    56M |  38 | 101 | 295 | 228 |4673 |  1 |  65k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.13/33.36	c  33.4s| 84000 | 24264 |671270 |   7.8 |    56M |  38 | 101 | 296 |   0 |4673 |  0 |  65k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.13/33.40	c  33.4s| 84100 | 24275 |671716 |   7.8 |    56M |  38 | 101 | 294 | 229 |4678 |  1 |  66k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.23/33.44	c  33.4s| 84200 | 24333 |673038 |   7.8 |    56M |  38 | 101 | 297 | 229 |4680 |  1 |  66k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.23/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.23/33.47	c  33.5s| 84300 | 24379 |673656 |   7.8 |    56M |  38 | 101 | 297 | 229 |4680 |  1 |  66k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.33/33.50	c  33.5s| 84400 | 24398 |674282 |   7.8 |    56M |  38 | 101 | 296 | 229 |4681 |  1 |  66k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.33/33.53	c  33.5s| 84500 | 24426 |674920 |   7.8 |    57M |  38 | 101 | 300 | 229 |4682 |  1 |  66k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.33/33.57	c  33.6s| 84600 | 24427 |675505 |   7.8 |    57M |  38 | 101 | 300 | 230 |4685 |  0 |  66k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.42/33.61	c  33.6s| 84700 | 24447 |676554 |   7.8 |    57M |  38 | 101 | 296 | 230 |4691 |  1 |  66k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.42/33.64	c  33.6s| 84800 | 24482 |677296 |   7.8 |    57M |  38 | 101 | 291 | 229 |4696 |  1 |  66k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.42/33.67	c  33.7s| 84900 | 24485 |677656 |   7.8 |    57M |  38 | 101 | 290 | 234 |4697 |  1 |  66k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.52/33.71	c  33.7s| 85000 | 24549 |678824 |   7.8 |    57M |  38 | 101 | 286 | 228 |4703 |  1 |  66k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.52/33.75	c  33.7s| 85100 | 24580 |679635 |   7.8 |    57M |  38 | 101 | 286 |   0 |4704 |  0 |  66k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.52/33.78	c  33.8s| 85200 | 24609 |680424 |   7.8 |    57M |  38 | 101 | 288 |   0 |4705 |  0 |  66k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.62/33.80	c  33.8s| 85300 | 24621 |680905 |   7.8 |    57M |  38 | 101 | 289 | 231 |4705 |  1 |  67k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.62/33.84	c  33.8s| 85400 | 24629 |681570 |   7.8 |    57M |  38 | 101 | 291 |   0 |4706 |  0 |  67k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.62/33.88	c  33.9s| 85500 | 24669 |682450 |   7.8 |    57M |  38 | 101 | 289 | 229 |4716 |  1 |  67k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.72/33.91	c  33.9s| 85600 | 24690 |683151 |   7.8 |    57M |  38 | 101 | 292 | 230 |4719 |  1 |  67k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.72/33.94	c  33.9s| 85700 | 24720 |683970 |   7.8 |    57M |  38 | 101 | 291 | 229 |4725 |  1 |  67k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.72/33.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
33.72/33.97	c  34.0s| 85800 | 24757 |684846 |   7.8 |    57M |  38 | 101 | 292 |   0 |4728 |  0 |  67k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.72/34.00	c  34.0s| 85900 | 24760 |685475 |   7.8 |    57M |  38 | 101 | 293 |   0 |4732 |  0 |  67k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.83/34.03	c  34.0s| 86000 | 24783 |685924 |   7.8 |    57M |  38 | 101 | 293 | 229 |4732 |  1 |  67k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.83/34.06	c  34.1s| 86100 | 24790 |686517 |   7.8 |    57M |  38 | 101 | 294 | 230 |4733 |  1 |  67k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.83/34.10	c  34.1s| 86200 | 24828 |687684 |   7.8 |    57M |  38 | 101 | 291 | 230 |4736 |  1 |  67k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.93/34.14	c  34.1s| 86300 | 24884 |688608 |   7.8 |    57M |  38 | 101 | 291 | 230 |4741 |  1 |  67k|  31 | 0.000000e+00 |      --      |    Inf | unknown
33.93/34.17	c  34.2s| 86400 | 24927 |689553 |   7.8 |    57M |  38 | 101 | 288 | 229 |4745 |  1 |  67k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.02/34.21	c  34.2s| 86500 | 24919 |690218 |   7.8 |    57M |  38 | 101 | 289 | 230 |4747 |  1 |  67k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.02/34.24	c  34.2s| 86600 | 24950 |690887 |   7.8 |    57M |  38 | 101 | 290 | 230 |4750 |  1 |  68k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.02/34.28	c  34.3s| 86700 | 24966 |691434 |   7.8 |    57M |  38 | 101 | 291 | 230 |4753 |  1 |  68k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.12/34.31	c  34.3s| 86800 | 24983 |692019 |   7.8 |    57M |  38 | 101 | 285 | 231 |4757 |  1 |  68k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.12/34.34	c  34.3s| 86900 | 24992 |692422 |   7.8 |    57M |  38 | 101 | 288 | 229 |4757 |  1 |  68k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.12/34.37	c  34.4s| 87000 | 25012 |692944 |   7.8 |    57M |  38 | 101 | 288 | 233 |4758 |  1 |  68k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.22/34.41	c  34.4s| 87100 | 25030 |693544 |   7.8 |    57M |  38 | 101 | 290 | 230 |4758 |  0 |  68k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.22/34.44	c  34.4s| 87200 | 25036 |693977 |   7.8 |    57M |  38 | 101 | 291 | 230 |4759 |  1 |  68k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.22/34.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
34.22/34.47	c  34.5s| 87300 | 25036 |694445 |   7.8 |    57M |  38 | 101 | 290 | 230 |4759 |  1 |  68k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.32/34.51	c  34.5s| 87400 | 25091 |695786 |   7.8 |    57M |  38 | 101 | 293 | 228 |4763 |  1 |  68k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.32/34.55	c  34.5s| 87500 | 25135 |696678 |   7.8 |    58M |  38 | 101 | 292 |   0 |4774 |  0 |  68k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.32/34.58	c  34.6s| 87600 | 25157 |697310 |   7.8 |    58M |  38 | 101 | 293 | 228 |4782 |  1 |  68k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.42/34.61	c  34.6s| 87700 | 25203 |698113 |   7.8 |    58M |  38 | 101 | 292 | 227 |4790 |  1 |  69k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.42/34.64	c  34.6s| 87800 | 25232 |698735 |   7.8 |    58M |  38 | 101 | 292 | 227 |4798 |  1 |  69k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.42/34.69	c  34.7s| 87900 | 25262 |699312 |   7.8 |    58M |  38 | 101 | 290 | 228 |4799 |  1 |  69k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.52/34.72	c  34.7s| 88000 | 25278 |699815 |   7.8 |    58M |  38 | 101 | 292 | 228 |4805 |  1 |  69k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.52/34.74	c  34.7s| 88100 | 25270 |700241 |   7.8 |    58M |  38 | 101 | 292 |   0 |4806 |  0 |  69k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.52/34.78	c  34.8s| 88200 | 25280 |700823 |   7.8 |    58M |  38 | 101 | 295 | 228 |4813 |  1 |  69k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.62/34.82	c  34.8s| 88300 | 25289 |701500 |   7.8 |    58M |  38 | 101 | 295 |   0 |4818 |  0 |  69k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.62/34.85	c  34.9s| 88400 | 25290 |701863 |   7.8 |    58M |  38 | 101 | 297 | 228 |4822 |  1 |  69k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.62/34.89	c  34.9s| 88500 | 25289 |702262 |   7.8 |    58M |  38 | 101 | 298 |   0 |4824 |  0 |  69k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.72/34.92	c  34.9s| 88600 | 25319 |703023 |   7.8 |    58M |  38 | 101 | 299 | 227 |4831 |  1 |  69k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.72/34.95	c  35.0s| 88700 | 25330 |703644 |   7.8 |    58M |  38 | 101 | 297 | 232 |4836 |  0 |  70k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.72/34.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
34.72/34.99	c  35.0s| 88800 | 25336 |704133 |   7.8 |    58M |  38 | 101 | 302 | 231 |4836 |  1 |  70k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.82/35.01	c  35.0s| 88900 | 25340 |704650 |   7.8 |    58M |  38 | 101 | 302 | 233 |4839 |  1 |  70k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.82/35.05	c  35.0s| 89000 | 25367 |705393 |   7.8 |    58M |  38 | 101 | 297 | 232 |4840 |  1 |  70k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.82/35.09	c  35.1s| 89100 | 25418 |706458 |   7.8 |    58M |  38 | 101 | 296 | 228 |4841 |  1 |  70k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.92/35.12	c  35.1s| 89200 | 25464 |707521 |   7.8 |    58M |  38 | 101 | 295 | 230 |4842 |  1 |  70k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.92/35.16	c  35.2s| 89300 | 25500 |708171 |   7.8 |    58M |  38 | 101 | 297 | 230 |4846 |  0 |  70k|  31 | 0.000000e+00 |      --      |    Inf | unknown
34.92/35.18	c  35.2s| 89400 | 25490 |708692 |   7.8 |    58M |  38 | 101 | 296 | 229 |4847 |  1 |  70k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.02/35.21	c  35.2s| 89500 | 25483 |709004 |   7.8 |    58M |  38 | 101 | 297 | 232 |4847 |  1 |  70k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.02/35.25	c  35.2s| 89600 | 25501 |709633 |   7.8 |    58M |  38 | 101 | 295 | 229 |4849 |  0 |  70k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.02/35.28	c  35.3s| 89700 | 25500 |710111 |   7.8 |    58M |  38 | 101 | 293 | 231 |4850 |  1 |  70k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.12/35.31	c  35.3s| 89800 | 25523 |710740 |   7.8 |    58M |  38 | 101 | 298 | 229 |4850 |  1 |  70k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.12/35.35	c  35.3s| 89900 | 25528 |711423 |   7.8 |    58M |  38 | 101 | 295 | 232 |4851 |  1 |  71k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.12/35.38	c  35.4s| 90000 | 25553 |712100 |   7.8 |    58M |  38 | 101 | 295 | 231 |4851 |  1 |  71k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.22/35.41	c  35.4s| 90100 | 25567 |712850 |   7.8 |    58M |  38 | 101 | 294 | 232 |4852 |  0 |  71k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.22/35.44	c  35.4s| 90200 | 25589 |713520 |   7.8 |    58M |  38 | 101 | 295 | 232 |4852 |  0 |  71k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.22/35.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
35.22/35.47	c  35.5s| 90300 | 25625 |714195 |   7.8 |    58M |  38 | 101 | 298 | 231 |4853 |  1 |  71k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.31/35.50	c  35.5s| 90400 | 25634 |714624 |   7.7 |    58M |  38 | 101 | 299 |   0 |4853 |  0 |  71k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.31/35.53	c  35.5s| 90500 | 25624 |714936 |   7.7 |    58M |  38 | 101 | 298 | 230 |4853 |  1 |  71k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.31/35.56	c  35.6s| 90600 | 25650 |715606 |   7.7 |    58M |  38 | 101 | 302 | 231 |4854 |  1 |  71k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.31/35.59	c  35.6s| 90700 | 25649 |716005 |   7.7 |    58M |  38 | 101 | 303 | 229 |4856 |  1 |  71k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.41/35.63	c  35.6s| 90800 | 25683 |716535 |   7.7 |    58M |  38 | 101 | 302 | 232 |4857 |  1 |  71k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.41/35.66	c  35.7s| 90900 | 25706 |717090 |   7.7 |    58M |  38 | 101 | 301 | 232 |4858 |  1 |  71k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.41/35.69	c  35.7s| 91000 | 25713 |717526 |   7.7 |    58M |  38 | 101 | 300 |   0 |4858 |  0 |  72k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.51/35.73	c  35.7s| 91100 | 25746 |718280 |   7.7 |    58M |  38 | 101 | 301 | 228 |4858 |  1 |  72k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.51/35.75	c  35.8s| 91200 | 25750 |718705 |   7.7 |    58M |  38 | 101 | 301 |   0 |4858 |  0 |  72k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.51/35.79	c  35.8s| 91300 | 25776 |719185 |   7.7 |    58M |  38 | 101 | 299 | 230 |4858 |  1 |  72k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.61/35.82	c  35.8s| 91400 | 25776 |719659 |   7.7 |    58M |  38 | 101 | 296 | 230 |4858 |  1 |  72k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.61/35.85	c  35.8s| 91500 | 25784 |720264 |   7.7 |    58M |  38 | 101 | 296 | 234 |4858 |  1 |  72k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.61/35.87	c  35.9s| 91600 | 25805 |720843 |   7.7 |    58M |  38 | 101 | 298 | 232 |4858 |  1 |  72k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.71/35.91	c  35.9s| 91700 | 25801 |721730 |   7.7 |    58M |  38 | 101 | 296 | 232 |4860 |  0 |  72k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.71/35.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
35.71/35.95	c  36.0s| 91800 | 25812 |722375 |   7.7 |    58M |  38 | 101 | 296 | 232 |4863 |  1 |  72k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.71/35.98	c  36.0s| 91900 | 25819 |722959 |   7.7 |    58M |  38 | 101 | 296 | 234 |4865 |  1 |  72k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.82/36.02	c  36.0s| 92000 | 25836 |723447 |   7.7 |    58M |  38 | 101 | 297 |   0 |4865 |  0 |  72k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.82/36.05	c  36.1s| 92100 | 25850 |724291 |   7.7 |    58M |  38 | 101 | 297 |   0 |4866 |  0 |  73k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.82/36.10	c  36.1s| 92200 | 25909 |725894 |   7.7 |    58M |  38 | 101 | 293 | 232 |4866 |  0 |  73k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.92/36.13	c  36.1s| 92300 | 25954 |726540 |   7.7 |    58M |  38 | 101 | 294 | 232 |4866 |  1 |  73k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.92/36.16	c  36.2s| 92400 | 25970 |727068 |   7.7 |    58M |  38 | 101 | 293 |   0 |4866 |  0 |  73k|  31 | 0.000000e+00 |      --      |    Inf | unknown
35.92/36.19	c  36.2s| 92500 | 25968 |727397 |   7.7 |    58M |  38 | 101 | 292 |   0 |4866 |  0 |  73k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.01/36.23	c  36.2s| 92600 | 25993 |727966 |   7.7 |    58M |  38 | 101 | 286 |   0 |4867 |  0 |  73k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.01/36.26	c  36.3s| 92700 | 26004 |728462 |   7.7 |    58M |  38 | 101 | 288 | 229 |4867 |  1 |  73k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.01/36.29	c  36.3s| 92800 | 26016 |728871 |   7.7 |    58M |  38 | 101 | 286 | 228 |4867 |  1 |  73k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.11/36.32	c  36.3s| 92900 | 26029 |729431 |   7.7 |    58M |  38 | 101 | 288 | 227 |4869 |  1 |  73k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.11/36.35	c  36.4s| 93000 | 26034 |729859 |   7.7 |    58M |  38 | 101 | 287 | 230 |4869 |  0 |  73k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.11/36.38	c  36.4s| 93100 | 26035 |730292 |   7.7 |    58M |  38 | 101 | 286 | 228 |4869 |  1 |  73k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.21/36.42	c  36.4s| 93200 | 26086 |731548 |   7.7 |    58M |  38 | 101 | 287 |   0 |4871 |  0 |  73k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.21/36.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
36.21/36.45	c  36.5s| 93300 | 26105 |732185 |   7.7 |    58M |  38 | 101 | 290 | 229 |4871 |  1 |  74k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.21/36.49	c  36.5s| 93400 | 26130 |732757 |   7.7 |    58M |  38 | 101 | 287 | 229 |4871 |  0 |  74k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.31/36.52	c  36.5s| 93500 | 26160 |733498 |   7.7 |    59M |  38 | 101 | 287 | 228 |4874 |  1 |  74k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.31/36.56	c  36.6s| 93600 | 26167 |734055 |   7.7 |    59M |  38 | 101 | 285 | 232 |4875 |  1 |  74k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.31/36.59	c  36.6s| 93700 | 26183 |734595 |   7.7 |    59M |  38 | 101 | 287 | 232 |4877 |  0 |  74k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.41/36.62	c  36.6s| 93800 | 26184 |735135 |   7.7 |    59M |  38 | 101 | 288 | 231 |4878 |  1 |  74k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.41/36.66	c  36.7s| 93900 | 26204 |736120 |   7.7 |    59M |  38 | 101 | 290 | 229 |4880 |  0 |  74k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.41/36.68	c  36.7s| 94000 | 26203 |736671 |   7.7 |    59M |  38 | 101 | 294 | 230 |4886 |  0 |  74k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.51/36.71	c  36.7s| 94100 | 26209 |737351 |   7.7 |    59M |  38 | 101 | 290 |   0 |4888 |  0 |  74k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.51/36.74	c  36.7s| 94200 | 26221 |737862 |   7.7 |    59M |  38 | 101 | 291 | 230 |4888 |  1 |  74k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.51/36.77	c  36.8s| 94300 | 26243 |738478 |   7.7 |    60M |  38 | 101 | 289 | 231 |4889 |  0 |  74k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.62/36.81	c  36.8s| 94400 | 26240 |738972 |   7.7 |    60M |  38 | 101 | 292 | 229 |4889 |  1 |  74k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.62/36.84	c  36.8s| 94500 | 26267 |739658 |   7.7 |    60M |  38 | 101 | 289 | 233 |4890 |  1 |  75k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.62/36.88	c  36.9s| 94600 | 26271 |740297 |   7.7 |    60M |  38 | 101 | 285 | 230 |4891 |  1 |  75k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.72/36.90	c  36.9s| 94700 | 26279 |740751 |   7.7 |    60M |  38 | 101 | 289 |   0 |4891 |  0 |  75k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.72/36.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
36.72/36.94	c  36.9s| 94800 | 26290 |741156 |   7.7 |    60M |  38 | 101 | 289 |   0 |4892 |  0 |  75k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.72/36.97	c  37.0s| 94900 | 26297 |741751 |   7.7 |    60M |  38 | 101 | 292 | 231 |4892 |  1 |  75k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.82/37.01	c  37.0s| 95000 | 26304 |742474 |   7.7 |    60M |  38 | 101 | 293 | 229 |4893 |  0 |  75k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.82/37.04	c  37.0s| 95100 | 26321 |743035 |   7.7 |    60M |  38 | 101 | 292 | 231 |4894 |  0 |  75k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.82/37.07	c  37.1s| 95200 | 26348 |743815 |   7.7 |    60M |  38 | 101 | 294 |   0 |4895 |  0 |  75k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.92/37.11	c  37.1s| 95300 | 26367 |744355 |   7.7 |    60M |  38 | 101 | 295 | 234 |4896 |  1 |  75k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.92/37.13	c  37.1s| 95400 | 26383 |744844 |   7.7 |    60M |  38 | 101 | 296 | 230 |4897 |  1 |  75k|  31 | 0.000000e+00 |      --      |    Inf | unknown
36.92/37.17	c  37.2s| 95500 | 26399 |745596 |   7.7 |    60M |  38 | 101 | 294 | 231 |4898 |  1 |  75k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.01/37.20	c  37.2s| 95600 | 26409 |746038 |   7.7 |    60M |  38 | 101 | 294 |   0 |4898 |  0 |  75k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.01/37.23	c  37.2s| 95700 | 26403 |746380 |   7.7 |    60M |  38 | 101 | 292 | 228 |4901 |  1 |  76k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.01/37.26	c  37.3s| 95800 | 26405 |746840 |   7.6 |    60M |  38 | 101 | 292 | 233 |4902 |  1 |  76k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.01/37.28	c  37.3s| 95900 | 26426 |747374 |   7.6 |    60M |  38 | 101 | 293 | 234 |4904 |  0 |  76k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.11/37.31	c  37.3s| 96000 | 26444 |747938 |   7.6 |    60M |  38 | 101 | 295 |   0 |4904 |  0 |  76k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.11/37.34	c  37.3s| 96100 | 26455 |748378 |   7.6 |    60M |  38 | 101 | 295 | 234 |4904 |  1 |  76k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.11/37.37	c  37.4s| 96200 | 26473 |748815 |   7.6 |    60M |  38 | 101 | 294 | 235 |4904 |  1 |  76k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.21/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.21/37.40	c  37.4s| 96300 | 26480 |749195 |   7.6 |    60M |  38 | 101 | 297 | 232 |4905 |  1 |  76k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.21/37.43	c  37.4s| 96400 | 26498 |749689 |   7.6 |    60M |  38 | 101 | 298 |   0 |4905 |  0 |  76k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.21/37.46	c  37.5s| 96500 | 26498 |750174 |   7.6 |    60M |  38 | 101 | 298 | 230 |4907 |  1 |  76k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.21/37.49	c  37.5s| 96600 | 26509 |750801 |   7.6 |    60M |  38 | 101 | 298 | 229 |4911 |  1 |  76k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.31/37.53	c  37.5s| 96700 | 26523 |751333 |   7.6 |    60M |  38 | 101 | 296 | 228 |4911 |  1 |  76k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.31/37.56	c  37.6s| 96800 | 26546 |752028 |   7.6 |    60M |  38 | 101 | 298 | 230 |4911 |  1 |  76k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.31/37.59	c  37.6s| 96900 | 26557 |752542 |   7.6 |    60M |  38 | 101 | 298 | 231 |4912 |  1 |  77k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.41/37.62	c  37.6s| 97000 | 26566 |753030 |   7.6 |    60M |  38 | 101 | 298 |   0 |4912 |  0 |  77k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.41/37.65	c  37.6s| 97100 | 26564 |753553 |   7.6 |    60M |  38 | 101 | 296 | 230 |4917 |  0 |  77k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.41/37.69	c  37.7s| 97200 | 26613 |754612 |   7.6 |    60M |  38 | 101 | 297 | 230 |4917 |  1 |  77k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.51/37.72	c  37.7s| 97300 | 26640 |755475 |   7.6 |    60M |  38 | 101 | 296 | 230 |4917 |  1 |  77k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.51/37.75	c  37.7s| 97400 | 26647 |755918 |   7.6 |    60M |  38 | 101 | 296 | 230 |4917 |  1 |  77k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.51/37.78	c  37.8s| 97500 | 26665 |756461 |   7.6 |    60M |  38 | 101 | 298 |   0 |4917 |  0 |  77k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.61/37.81	c  37.8s| 97600 | 26688 |756994 |   7.6 |    60M |  38 | 101 | 296 | 226 |4918 |  0 |  77k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.61/37.85	c  37.8s| 97700 | 26703 |757668 |   7.6 |    60M |  38 | 101 | 297 | 232 |4919 |  0 |  77k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.61/37.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
37.61/37.88	c  37.9s| 97800 | 26725 |758324 |   7.6 |    60M |  38 | 101 | 296 | 229 |4921 |  1 |  77k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.71/37.91	c  37.9s| 97900 | 26738 |758839 |   7.6 |    60M |  38 | 101 | 298 |   0 |4922 |  0 |  77k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.71/37.94	c  37.9s| 98000 | 26739 |759322 |   7.6 |    60M |  38 | 101 | 298 | 236 |4922 |  0 |  77k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.71/37.98	c  38.0s| 98100 | 26775 |760268 |   7.6 |    60M |  38 | 101 | 298 | 231 |4930 |  1 |  77k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.82/38.02	c  38.0s| 98200 | 26795 |761066 |   7.6 |    61M |  38 | 101 | 296 | 232 |4934 |  1 |  78k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.82/38.05	c  38.1s| 98300 | 26808 |761624 |   7.6 |    61M |  38 | 101 | 298 |   0 |4938 |  0 |  78k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.82/38.08	c  38.1s| 98400 | 26833 |762327 |   7.6 |    61M |  38 | 101 | 295 | 229 |4940 |  1 |  78k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.92/38.12	c  38.1s| 98500 | 26868 |763053 |   7.6 |    61M |  38 | 101 | 297 | 230 |4941 |  1 |  78k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.92/38.15	c  38.1s| 98600 | 26884 |763698 |   7.6 |    61M |  38 | 101 | 298 | 228 |4942 |  1 |  78k|  31 | 0.000000e+00 |      --      |    Inf | unknown
37.92/38.18	c  38.2s| 98700 | 26894 |764299 |   7.6 |    61M |  38 | 101 | 296 | 230 |4942 |  0 |  78k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.01/38.22	c  38.2s| 98800 | 26917 |765060 |   7.6 |    61M |  38 | 101 | 298 |   0 |4946 |  0 |  78k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.01/38.25	c  38.2s| 98900 | 26931 |765504 |   7.6 |    61M |  38 | 101 | 297 | 229 |4947 |  1 |  78k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.01/38.28	c  38.3s| 99000 | 26937 |765967 |   7.6 |    61M |  38 | 101 | 297 | 233 |4948 |  1 |  78k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.11/38.31	c  38.3s| 99100 | 26936 |766430 |   7.6 |    61M |  38 | 101 | 298 | 232 |4948 |  0 |  78k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.11/38.35	c  38.4s| 99200 | 26954 |767073 |   7.6 |    61M |  38 | 101 | 297 | 228 |4950 |  1 |  78k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.11/38.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
38.11/38.39	c  38.4s| 99300 | 26991 |768263 |   7.6 |    61M |  38 | 101 | 298 | 228 |4951 |  1 |  79k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.21/38.43	c  38.4s| 99400 | 27068 |769563 |   7.6 |    61M |  38 | 101 | 296 |   0 |4958 |  0 |  79k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.21/38.48	c  38.5s| 99500 | 27135 |770813 |   7.6 |    61M |  38 | 101 | 296 | 228 |4959 |  1 |  79k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.31/38.51	c  38.5s| 99600 | 27175 |771614 |   7.6 |    61M |  38 | 101 | 291 | 228 |4963 |  0 |  79k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.31/38.55	c  38.5s| 99700 | 27221 |772690 |   7.6 |    61M |  38 | 101 | 292 | 229 |4964 |  1 |  79k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.31/38.57	c  38.6s| 99800 | 27232 |773173 |   7.6 |    61M |  38 | 101 | 287 | 228 |4964 |  1 |  79k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.41/38.61	c  38.6s| 99900 | 27282 |774129 |   7.6 |    61M |  38 | 101 | 288 | 229 |4970 |  1 |  79k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.41/38.64	c  38.6s|100000 | 27336 |775117 |   7.6 |    61M |  38 | 101 | 289 | 228 |4971 |  1 |  79k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.41/38.67	c  38.7s|100100 | 27339 |775645 |   7.6 |    61M |  38 | 101 | 284 | 228 |4972 |  1 |  79k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.51/38.71	c  38.7s|100200 | 27363 |776595 |   7.6 |    61M |  38 | 101 | 284 | 229 |4973 |  1 |  79k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.51/38.74	c  38.7s|100300 | 27372 |776963 |   7.6 |    61M |  38 | 101 | 285 | 229 |4973 |  1 |  79k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.51/38.77	c  38.8s|100400 | 27366 |777352 |   7.6 |    61M |  38 | 101 | 284 | 232 |4974 |  0 |  79k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.61/38.80	c  38.8s|100500 | 27382 |777876 |   7.6 |    61M |  38 | 101 | 288 | 229 |4974 |  1 |  79k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.61/38.84	c  38.8s|100600 | 27439 |779332 |   7.6 |    61M |  38 | 101 | 287 | 229 |4983 |  1 |  79k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.61/38.87	c  38.9s|100700 | 27472 |780201 |   7.6 |    61M |  38 | 101 | 289 | 229 |4984 |  1 |  80k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.71/38.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
38.71/38.91	c  38.9s|100800 | 27496 |781230 |   7.6 |    61M |  38 | 101 | 290 | 228 |4984 |  1 |  80k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.71/38.95	c  38.9s|100900 | 27508 |782120 |   7.6 |    61M |  38 | 101 | 293 | 229 |4988 |  0 |  80k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.71/38.98	c  39.0s|101000 | 27538 |782811 |   7.6 |    61M |  38 | 101 | 295 | 234 |4989 |  0 |  80k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.81/39.02	c  39.0s|101100 | 27570 |783535 |   7.6 |    61M |  38 | 101 | 295 | 229 |4991 |  1 |  80k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.81/39.05	c  39.1s|101200 | 27594 |784226 |   7.6 |    61M |  38 | 101 | 295 | 229 |4997 |  1 |  80k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.81/39.08	c  39.1s|101300 | 27614 |784764 |   7.6 |    61M |  38 | 101 | 296 | 228 |4999 |  1 |  80k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.90/39.11	c  39.1s|101400 | 27617 |785200 |   7.6 |    62M |  38 | 101 | 294 | 231 |5000 |  1 |  80k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.90/39.14	c  39.1s|101500 | 27625 |785700 |   7.6 |    62M |  38 | 101 | 297 | 227 |5002 |  1 |  80k|  31 | 0.000000e+00 |      --      |    Inf | unknown
38.90/39.18	c  39.2s|101600 | 27639 |786181 |   7.6 |    62M |  38 | 101 | 295 | 234 |5003 |  0 |  80k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.00/39.21	c  39.2s|101700 | 27655 |786798 |   7.6 |    62M |  38 | 101 | 289 | 228 |5003 |  1 |  80k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.00/39.26	c  39.3s|101800 | 27725 |788349 |   7.6 |    62M |  38 | 101 | 290 | 229 |5014 |  1 |  80k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.10/39.30	c  39.3s|101900 | 27767 |789442 |   7.6 |    62M |  38 | 101 | 292 | 228 |5018 |  1 |  81k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.10/39.34	c  39.3s|102000 | 27804 |790185 |   7.6 |    62M |  38 | 101 | 290 |   0 |5021 |  0 |  81k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.10/39.38	c  39.4s|102100 | 27842 |791302 |   7.6 |    62M |  38 | 101 | 290 | 229 |5024 |  1 |  81k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.20/39.41	c  39.4s|102200 | 27856 |791933 |   7.6 |    62M |  38 | 101 | 288 |   0 |5029 |  0 |  81k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.20/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.20/39.44	c  39.4s|102300 | 27878 |792454 |   7.6 |    62M |  38 | 101 | 288 |   0 |5032 |  0 |  81k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.20/39.47	c  39.5s|102400 | 27890 |793080 |   7.6 |    62M |  38 | 101 | 285 | 229 |5032 |  1 |  81k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.30/39.51	c  39.5s|102500 | 27880 |793477 |   7.6 |    62M |  38 | 101 | 287 |   0 |5033 |  0 |  81k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.30/39.54	c  39.5s|102600 | 27880 |793988 |   7.6 |    62M |  38 | 101 | 289 | 228 |5037 |  0 |  81k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.30/39.57	c  39.6s|102700 | 27895 |794588 |   7.6 |    62M |  38 | 101 | 286 | 235 |5038 |  1 |  81k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.40/39.60	c  39.6s|102800 | 27910 |795158 |   7.6 |    62M |  38 | 101 | 287 | 229 |5039 |  0 |  81k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.40/39.63	c  39.6s|102900 | 27939 |795906 |   7.6 |    62M |  38 | 101 | 289 | 235 |5040 |  1 |  81k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.40/39.66	c  39.7s|103000 | 27938 |796568 |   7.6 |    62M |  38 | 101 | 290 | 234 |5040 |  0 |  81k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.40/39.69	c  39.7s|103100 | 27927 |797091 |   7.6 |    62M |  38 | 101 | 289 | 229 |5040 |  0 |  81k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.50/39.73	c  39.7s|103200 | 27959 |797947 |   7.6 |    62M |  38 | 101 | 292 | 230 |5041 |  1 |  81k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.50/39.76	c  39.8s|103300 | 27979 |798564 |   7.6 |    62M |  38 | 101 | 292 | 232 |5043 |  1 |  82k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.60/39.80	c  39.8s|103400 | 28033 |799679 |   7.6 |    62M |  38 | 101 | 291 | 231 |5043 |  1 |  82k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.60/39.83	c  39.8s|103500 | 28061 |800642 |   7.6 |    63M |  38 | 101 | 293 | 229 |5043 |  1 |  82k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.60/39.87	c  39.9s|103600 | 28114 |801354 |   7.6 |    63M |  38 | 101 | 291 | 234 |5043 |  1 |  82k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.69/39.90	c  39.9s|103700 | 28132 |801940 |   7.6 |    63M |  38 | 101 | 291 | 229 |5044 |  1 |  82k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.69/39.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
39.69/39.97	c  40.0s|103800 | 28158 |802687 |   7.6 |    63M |  38 | 101 | 295 |   0 |5044 |  0 |  82k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.80/40.00	c  40.0s|103900 | 28184 |803457 |   7.6 |    63M |  38 | 101 | 292 | 232 |5046 |  1 |  82k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.80/40.04	c  40.0s|104000 | 28227 |804363 |   7.6 |    63M |  38 | 101 | 293 | 229 |5048 |  1 |  82k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.80/40.07	c  40.1s|104100 | 28249 |804962 |   7.6 |    63M |  38 | 101 | 294 | 229 |5048 |  0 |  82k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.90/40.10	c  40.1s|104200 | 28271 |805696 |   7.6 |    63M |  38 | 101 | 292 | 229 |5049 |  0 |  82k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.90/40.14	c  40.1s|104300 | 28332 |806842 |   7.6 |    63M |  38 | 101 | 290 | 232 |5056 |  1 |  82k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.90/40.18	c  40.2s|104400 | 28371 |807699 |   7.6 |    63M |  38 | 101 | 290 | 232 |5062 |  0 |  82k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.99/40.21	c  40.2s|104500 | 28387 |808370 |   7.6 |    63M |  38 | 101 | 291 | 232 |5064 |  0 |  82k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.99/40.24	c  40.2s|104600 | 28406 |809014 |   7.6 |    63M |  38 | 101 | 291 | 232 |5065 |  1 |  83k|  31 | 0.000000e+00 |      --      |    Inf | unknown
39.99/40.28	c  40.3s|104700 | 28434 |809772 |   7.6 |    63M |  38 | 101 | 289 | 231 |5065 |  1 |  83k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.09/40.31	c  40.3s|104800 | 28444 |810402 |   7.6 |    63M |  38 | 101 | 291 |   0 |5067 |  0 |  83k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.09/40.34	c  40.3s|104900 | 28463 |811119 |   7.6 |    63M |  38 | 101 | 291 |   0 |5068 |  0 |  83k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.09/40.37	c  40.4s|105000 | 28477 |811776 |   7.6 |    63M |  38 | 101 | 296 | 231 |5068 |  1 |  83k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.19/40.40	c  40.4s|105100 | 28503 |812320 |   7.6 |    64M |  38 | 101 | 294 | 228 |5068 |  1 |  83k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.19/40.44	c  40.4s|105200 | 28529 |812867 |   7.6 |    64M |  38 | 101 | 295 | 228 |5068 |  1 |  83k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.19/40.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
40.19/40.46	c  40.5s|105300 | 28532 |813318 |   7.6 |    64M |  38 | 101 | 295 | 233 |5068 |  0 |  83k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.19/40.49	c  40.5s|105400 | 28537 |813688 |   7.6 |    64M |  38 | 101 | 296 | 230 |5068 |  0 |  83k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.29/40.53	c  40.5s|105500 | 28557 |814424 |   7.6 |    64M |  38 | 101 | 295 | 230 |5068 |  1 |  83k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.29/40.56	c  40.6s|105600 | 28593 |815091 |   7.6 |    64M |  38 | 101 | 295 | 230 |5072 |  1 |  83k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.39/40.60	c  40.6s|105700 | 28638 |816291 |   7.6 |    64M |  38 | 101 | 294 | 230 |5073 |  0 |  83k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.39/40.63	c  40.6s|105800 | 28678 |817065 |   7.6 |    64M |  38 | 101 | 292 | 233 |5073 |  1 |  84k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.39/40.67	c  40.7s|105900 | 28718 |817804 |   7.6 |    64M |  38 | 101 | 292 | 233 |5073 |  1 |  84k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.39/40.69	c  40.7s|106000 | 28740 |818230 |   7.6 |    64M |  38 | 101 | 294 |   0 |5073 |  0 |  84k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.49/40.72	c  40.7s|106100 | 28766 |818841 |   7.6 |    64M |  38 | 101 | 293 | 233 |5073 |  0 |  84k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.49/40.75	c  40.7s|106200 | 28775 |819246 |   7.6 |    64M |  38 | 101 | 294 |   0 |5073 |  0 |  84k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.49/40.79	c  40.8s|106300 | 28813 |820249 |   7.6 |    64M |  38 | 101 | 292 | 233 |5073 |  1 |  84k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.59/40.82	c  40.8s|106400 | 28822 |820695 |   7.6 |    64M |  38 | 101 | 292 | 233 |5073 |  0 |  84k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.59/40.85	c  40.8s|106500 | 28838 |821161 |   7.6 |    64M |  38 | 101 | 294 |   0 |5073 |  0 |  84k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.59/40.88	c  40.9s|106600 | 28856 |821583 |   7.6 |    64M |  38 | 101 | 294 | 233 |5073 |  1 |  84k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.69/40.91	c  40.9s|106700 | 28870 |822143 |   7.6 |    64M |  38 | 101 | 293 | 230 |5074 |  1 |  84k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.69/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.69/40.94	c  40.9s|106800 | 28885 |822606 |   7.6 |    64M |  38 | 101 | 292 |   0 |5075 |  0 |  84k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.69/40.97	c  41.0s|106900 | 28894 |822996 |   7.6 |    64M |  38 | 101 | 293 |   0 |5075 |  0 |  84k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.79/41.00	c  41.0s|107000 | 28915 |823633 |   7.6 |    64M |  38 | 101 | 292 | 232 |5077 |  1 |  84k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.79/41.04	c  41.0s|107100 | 28952 |824459 |   7.6 |    64M |  38 | 101 | 295 | 229 |5082 |  1 |  84k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.79/41.08	c  41.1s|107200 | 28965 |825069 |   7.6 |    64M |  38 | 101 | 295 | 228 |5083 |  1 |  85k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.89/41.11	c  41.1s|107300 | 28995 |825833 |   7.6 |    64M |  38 | 101 | 292 |   0 |5084 |  0 |  85k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.89/41.15	c  41.2s|107400 | 29036 |826722 |   7.6 |    64M |  38 | 101 | 292 | 234 |5084 |  1 |  85k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.89/41.19	c  41.2s|107500 | 29036 |827255 |   7.6 |    64M |  38 | 101 | 290 | 231 |5084 |  0 |  85k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.99/41.22	c  41.2s|107600 | 29048 |827892 |   7.6 |    64M |  38 | 101 | 291 | 228 |5085 |  1 |  85k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.99/41.25	c  41.2s|107700 | 29058 |828474 |   7.6 |    64M |  38 | 101 | 290 |   0 |5088 |  0 |  85k|  31 | 0.000000e+00 |      --      |    Inf | unknown
40.99/41.28	c  41.3s|107800 | 29063 |828965 |   7.6 |    64M |  38 | 101 | 288 | 229 |5088 |  1 |  85k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.09/41.32	c  41.3s|107900 | 29089 |829643 |   7.6 |    64M |  38 | 101 | 287 | 231 |5091 |  1 |  85k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.09/41.35	c  41.4s|108000 | 29112 |830558 |   7.6 |    64M |  38 | 101 | 288 |   0 |5092 |  0 |  85k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.09/41.39	c  41.4s|108100 | 29133 |831472 |   7.6 |    64M |  38 | 101 | 289 | 231 |5092 |  1 |  85k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.19/41.42	c  41.4s|108200 | 29173 |832289 |   7.6 |    64M |  38 | 101 | 287 | 231 |5092 |  1 |  85k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.19/41.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
41.19/41.45	c  41.5s|108300 | 29178 |832621 |   7.6 |    64M |  38 | 101 | 288 | 228 |5092 |  1 |  85k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.19/41.49	c  41.5s|108400 | 29184 |833183 |   7.6 |    64M |  38 | 101 | 286 | 229 |5092 |  1 |  86k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.29/41.52	c  41.5s|108500 | 29199 |833687 |   7.6 |    64M |  38 | 101 | 287 |   0 |5095 |  0 |  86k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.29/41.55	c  41.6s|108600 | 29187 |834296 |   7.6 |    64M |  38 | 101 | 288 | 231 |5099 |  1 |  86k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.29/41.59	c  41.6s|108700 | 29222 |835107 |   7.6 |    64M |  38 | 101 | 290 | 229 |5103 |  1 |  86k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.39/41.63	c  41.6s|108800 | 29239 |836103 |   7.6 |    64M |  38 | 101 | 289 | 228 |5103 |  1 |  86k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.39/41.67	c  41.7s|108900 | 29293 |837170 |   7.6 |    64M |  38 | 101 | 289 | 228 |5103 |  1 |  86k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.49/41.71	c  41.7s|109000 | 29351 |838425 |   7.6 |    64M |  38 | 101 | 285 | 228 |5103 |  1 |  86k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.49/41.74	c  41.7s|109100 | 29377 |839288 |   7.6 |    64M |  38 | 101 | 281 | 228 |5103 |  1 |  86k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.49/41.77	c  41.8s|109200 | 29413 |840165 |   7.6 |    65M |  38 | 101 | 280 | 228 |5103 |  1 |  86k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.58/41.81	c  41.8s|109300 | 29442 |840904 |   7.6 |    65M |  38 | 101 | 280 | 228 |5103 |  1 |  86k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.58/41.84	c  41.8s|109400 | 29458 |841588 |   7.6 |    65M |  38 | 101 | 280 | 228 |5103 |  0 |  86k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.58/41.88	c  41.9s|109500 | 29505 |842579 |   7.6 |    65M |  38 | 101 | 281 | 228 |5103 |  0 |  86k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.68/41.91	c  41.9s|109600 | 29541 |843319 |   7.6 |    65M |  38 | 101 | 282 | 228 |5103 |  1 |  86k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.68/41.94	c  41.9s|109700 | 29566 |843963 |   7.6 |    65M |  38 | 101 | 278 | 228 |5103 |  1 |  86k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.68/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.68/41.98	c  42.0s|109800 | 29611 |844913 |   7.6 |    65M |  38 | 101 | 280 | 228 |5103 |  1 |  87k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.79/42.02	c  42.0s|109900 | 29624 |845602 |   7.6 |    65M |  38 | 101 | 277 | 233 |5103 |  0 |  87k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.79/42.06	c  42.1s|110000 | 29691 |846967 |   7.6 |    65M |  38 | 101 | 277 |   0 |5103 |  0 |  87k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.79/42.09	c  42.1s|110100 | 29728 |847843 |   7.6 |    65M |  38 | 101 | 278 | 231 |5103 |  0 |  87k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.89/42.12	c  42.1s|110200 | 29761 |848457 |   7.6 |    66M |  38 | 101 | 276 | 231 |5103 |  1 |  87k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.89/42.15	c  42.2s|110300 | 29783 |849062 |   7.6 |    66M |  38 | 101 | 276 | 231 |5103 |  1 |  87k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.89/42.19	c  42.2s|110400 | 29788 |849513 |   7.6 |    66M |  38 | 101 | 276 |   0 |5103 |  0 |  87k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.98/42.22	c  42.2s|110500 | 29818 |850405 |   7.6 |    66M |  38 | 101 | 276 | 231 |5103 |  1 |  87k|  31 | 0.000000e+00 |      --      |    Inf | unknown
41.98/42.25	c  42.3s|110600 | 29828 |850753 |   7.6 |    66M |  38 | 101 | 279 |   0 |5103 |  0 |  87k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.08/42.30	c  42.3s|110700 | 29873 |851678 |   7.6 |    66M |  38 | 101 | 273 | 231 |5103 |  1 |  87k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.08/42.33	c  42.3s|110800 | 29894 |852274 |   7.6 |    66M |  38 | 101 | 272 |   0 |5103 |  0 |  87k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.08/42.36	c  42.4s|110900 | 29888 |852611 |   7.6 |    66M |  38 | 101 | 268 |   0 |5103 |  0 |  88k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.08/42.39	c  42.4s|111000 | 29897 |853029 |   7.6 |    66M |  38 | 101 | 268 |   0 |5103 |  0 |  88k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.18/42.42	c  42.4s|111100 | 29917 |853609 |   7.6 |    66M |  38 | 101 | 267 | 231 |5103 |  1 |  88k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.18/42.45	c  42.5s|111200 | 29933 |854197 |   7.6 |    66M |  38 | 101 | 266 | 231 |5103 |  1 |  88k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.18/42.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
42.18/42.48	c  42.5s|111300 | 29943 |854504 |   7.6 |    66M |  38 | 101 | 268 |   0 |5103 |  0 |  88k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.28/42.51	c  42.5s|111400 | 29933 |854855 |   7.5 |    66M |  38 | 101 | 268 | 231 |5103 |  1 |  88k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.28/42.54	c  42.5s|111500 | 29935 |855250 |   7.5 |    66M |  38 | 101 | 265 | 231 |5103 |  1 |  88k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.28/42.57	c  42.6s|111600 | 29938 |855578 |   7.5 |    66M |  38 | 101 | 267 | 230 |5103 |  0 |  88k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.38/42.61	c  42.6s|111700 | 29968 |856246 |   7.5 |    66M |  38 | 101 | 268 | 228 |5103 |  0 |  88k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.38/42.64	c  42.6s|111800 | 29969 |856816 |   7.5 |    66M |  38 | 101 | 267 |   0 |5103 |  0 |  88k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.38/42.68	c  42.7s|111900 | 29996 |857462 |   7.5 |    66M |  38 | 101 | 267 |   0 |5103 |  0 |  88k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.48/42.71	c  42.7s|112000 | 29999 |858061 |   7.5 |    66M |  38 | 101 | 267 | 232 |5103 |  1 |  89k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.48/42.74	c  42.7s|112100 | 30017 |858866 |   7.5 |    66M |  38 | 101 | 267 |   0 |5103 |  0 |  89k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.48/42.78	c  42.8s|112200 | 30038 |859272 |   7.5 |    66M |  38 | 101 | 269 |   0 |5103 |  0 |  89k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.58/42.82	c  42.8s|112300 | 30054 |859889 |   7.5 |    66M |  38 | 101 | 270 |   0 |5103 |  0 |  89k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.58/42.86	c  42.9s|112400 | 30097 |860722 |   7.5 |    66M |  38 | 101 | 269 | 227 |5103 |  1 |  89k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.58/42.89	c  42.9s|112500 | 30148 |861606 |   7.5 |    66M |  38 | 101 | 264 |   0 |5103 |  0 |  89k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.68/42.93	c  42.9s|112600 | 30198 |862231 |   7.5 |    66M |  38 | 101 | 267 |   0 |5103 |  0 |  89k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.68/42.96	c  43.0s|112700 | 30228 |862935 |   7.5 |    66M |  38 | 101 | 269 | 227 |5103 |  1 |  89k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.68/43.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
42.68/43.00	c  43.0s|112800 | 30247 |863427 |   7.5 |    66M |  38 | 101 | 266 | 227 |5103 |  1 |  89k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.78/43.03	c  43.0s|112900 | 30269 |863882 |   7.5 |    66M |  38 | 101 | 269 |   0 |5103 |  0 |  89k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.78/43.06	c  43.1s|113000 | 30263 |864332 |   7.5 |    66M |  38 | 101 | 269 |   0 |5103 |  0 |  90k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.88/43.10	c  43.1s|113100 | 30272 |864782 |   7.5 |    66M |  38 | 101 | 268 | 227 |5103 |  1 |  90k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.88/43.14	c  43.1s|113200 | 30300 |865508 |   7.5 |    67M |  38 | 101 | 271 | 230 |5103 |  1 |  90k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.88/43.17	c  43.2s|113300 | 30303 |866007 |   7.5 |    67M |  38 | 101 | 270 | 230 |5103 |  1 |  90k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.98/43.21	c  43.2s|113400 | 30327 |866637 |   7.5 |    67M |  38 | 101 | 273 | 231 |5103 |  1 |  90k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.98/43.24	c  43.2s|113500 | 30330 |867153 |   7.5 |    67M |  38 | 101 | 278 |   0 |5103 |  0 |  90k|  31 | 0.000000e+00 |      --      |    Inf | unknown
42.98/43.27	c  43.3s|113600 | 30336 |867694 |   7.5 |    67M |  38 | 101 | 280 | 229 |5103 |  1 |  90k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.08/43.30	c  43.3s|113700 | 30342 |868206 |   7.5 |    67M |  38 | 101 | 282 | 231 |5103 |  1 |  90k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.08/43.33	c  43.3s|113800 | 30349 |868760 |   7.5 |    67M |  38 | 101 | 283 |   0 |5103 |  0 |  90k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.08/43.37	c  43.4s|113900 | 30372 |869437 |   7.5 |    67M |  38 | 101 | 284 | 229 |5103 |  0 |  90k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.18/43.40	c  43.4s|114000 | 30369 |870053 |   7.5 |    67M |  38 | 101 | 289 | 234 |5103 |  0 |  91k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.18/43.44	c  43.4s|114100 | 30403 |870726 |   7.5 |    67M |  38 | 101 | 288 | 231 |5103 |  1 |  91k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.18/43.47	c  43.5s|114200 | 30421 |871374 |   7.5 |    67M |  38 | 101 | 291 | 232 |5103 |  1 |  91k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.28/43.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
43.28/43.50	c  43.5s|114300 | 30446 |872058 |   7.5 |    67M |  38 | 101 | 292 |   0 |5103 |  0 |  91k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.28/43.54	c  43.5s|114400 | 30483 |872859 |   7.5 |    67M |  38 | 101 | 290 | 229 |5103 |  0 |  91k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.28/43.57	c  43.6s|114500 | 30502 |873545 |   7.5 |    67M |  38 | 101 | 291 |   0 |5103 |  0 |  91k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.37/43.61	c  43.6s|114600 | 30516 |874114 |   7.5 |    67M |  38 | 101 | 291 | 229 |5103 |  1 |  91k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.37/43.64	c  43.6s|114700 | 30539 |874816 |   7.5 |    67M |  38 | 101 | 290 | 229 |5103 |  1 |  91k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.37/43.67	c  43.7s|114800 | 30558 |875447 |   7.5 |    67M |  38 | 101 | 290 | 229 |5103 |  1 |  91k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.47/43.70	c  43.7s|114900 | 30568 |875947 |   7.5 |    67M |  38 | 101 | 291 |   0 |5103 |  0 |  91k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.47/43.73	c  43.7s|115000 | 30567 |876557 |   7.5 |    67M |  38 | 101 | 291 | 231 |5103 |  1 |  91k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.47/43.77	c  43.8s|115100 | 30590 |877292 |   7.5 |    67M |  38 | 101 | 291 | 228 |5103 |  1 |  91k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.57/43.80	c  43.8s|115200 | 30610 |877944 |   7.5 |    67M |  38 | 101 | 291 | 228 |5103 |  1 |  92k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.57/43.84	c  43.8s|115300 | 30667 |879077 |   7.5 |    67M |  38 | 101 | 291 | 228 |5103 |  1 |  92k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.57/43.88	c  43.9s|115400 | 30702 |879652 |   7.5 |    67M |  38 | 101 | 288 | 228 |5103 |  1 |  92k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.67/43.91	c  43.9s|115500 | 30745 |880566 |   7.5 |    67M |  38 | 101 | 291 |   0 |5103 |  0 |  92k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.67/43.95	c  43.9s|115600 | 30749 |880962 |   7.5 |    67M |  38 | 101 | 290 | 228 |5103 |  0 |  92k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.67/43.99	c  44.0s|115700 | 30775 |881671 |   7.5 |    68M |  38 | 101 | 289 | 228 |5103 |  1 |  92k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.78/44.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
43.78/44.02	c  44.0s|115800 | 30784 |881978 |   7.5 |    68M |  38 | 101 | 286 | 228 |5103 |  1 |  92k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.78/44.06	c  44.1s|115900 | 30803 |882603 |   7.5 |    68M |  38 | 101 | 287 | 228 |5103 |  0 |  92k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.78/44.10	c  44.1s|116000 | 30842 |883455 |   7.5 |    68M |  38 | 101 | 285 | 228 |5103 |  1 |  92k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.88/44.13	c  44.1s|116100 | 30875 |884236 |   7.5 |    68M |  38 | 101 | 285 | 228 |5103 |  1 |  93k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.88/44.16	c  44.2s|116200 | 30879 |884813 |   7.5 |    68M |  38 | 101 | 286 | 234 |5103 |  1 |  93k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.97/44.20	c  44.2s|116300 | 30885 |885223 |   7.5 |    68M |  38 | 101 | 285 |   0 |5103 |  0 |  93k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.97/44.23	c  44.2s|116400 | 30918 |886008 |   7.5 |    68M |  38 | 101 | 285 |   0 |5103 |  0 |  93k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.97/44.25	c  44.3s|116500 | 30929 |886326 |   7.5 |    68M |  38 | 101 | 284 | 227 |5103 |  1 |  93k|  31 | 0.000000e+00 |      --      |    Inf | unknown
43.97/44.29	c  44.3s|116600 | 30940 |886833 |   7.5 |    68M |  38 | 101 | 284 | 231 |5103 |  1 |  93k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.07/44.32	c  44.3s|116700 | 30939 |887170 |   7.5 |    68M |  38 | 101 | 284 |   0 |5103 |  0 |  93k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.07/44.36	c  44.4s|116800 | 30940 |887651 |   7.5 |    69M |  38 | 101 | 282 |   0 |5103 |  0 |  93k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.17/44.40	c  44.4s|116900 | 30992 |888752 |   7.5 |    69M |  38 | 101 | 282 | 234 |5103 |  1 |  93k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.17/44.43	c  44.4s|117000 | 31031 |889559 |   7.5 |    69M |  38 | 101 | 282 | 227 |5103 |  1 |  93k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.17/44.47	c  44.5s|117100 | 31033 |889863 |   7.5 |    69M |  38 | 101 | 281 | 235 |5103 |  0 |  93k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.27/44.50	c  44.5s|117200 | 31041 |890298 |   7.5 |    69M |  38 | 101 | 282 | 232 |5103 |  1 |  94k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.27/44.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
44.27/44.53	c  44.5s|117300 | 31067 |890929 |   7.5 |    69M |  38 | 101 | 284 | 233 |5103 |  1 |  94k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.27/44.56	c  44.6s|117400 | 31073 |891344 |   7.5 |    70M |  38 | 101 | 286 | 229 |5103 |  0 |  94k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.37/44.60	c  44.6s|117500 | 31119 |892468 |   7.5 |    70M |  38 | 101 | 286 | 228 |5103 |  1 |  94k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.37/44.64	c  44.6s|117600 | 31177 |893828 |   7.5 |    70M |  38 | 101 | 287 | 228 |5103 |  1 |  94k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.37/44.68	c  44.7s|117700 | 31191 |894535 |   7.5 |    70M |  38 | 101 | 285 |   0 |5103 |  0 |  94k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.47/44.71	c  44.7s|117800 | 31195 |894962 |   7.5 |    70M |  38 | 101 | 285 | 231 |5103 |  1 |  94k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.47/44.74	c  44.7s|117900 | 31229 |895692 |   7.5 |    70M |  38 | 101 | 288 | 228 |5103 |  1 |  94k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.47/44.78	c  44.8s|118000 | 31255 |896478 |   7.5 |    70M |  38 | 101 | 289 | 233 |5103 |  1 |  94k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.57/44.81	c  44.8s|118100 | 31268 |896859 |   7.5 |    70M |  38 | 101 | 290 | 230 |5103 |  1 |  94k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.57/44.84	c  44.8s|118200 | 31271 |897215 |   7.5 |    70M |  38 | 101 | 286 | 234 |5103 |  0 |  94k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.57/44.87	c  44.9s|118300 | 31279 |897552 |   7.5 |    70M |  38 | 101 | 287 | 232 |5103 |  1 |  94k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.67/44.90	c  44.9s|118400 | 31291 |898044 |   7.5 |    70M |  38 | 101 | 286 | 231 |5103 |  1 |  95k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.67/44.94	c  44.9s|118500 | 31315 |898680 |   7.5 |    70M |  38 | 101 | 283 | 230 |5103 |  1 |  95k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.67/44.98	c  45.0s|118600 | 31355 |899657 |   7.5 |    70M |  38 | 101 | 284 | 229 |5103 |  1 |  95k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.77/45.01	c  45.0s|118700 | 31374 |900162 |   7.5 |    70M |  38 | 101 | 285 | 228 |5103 |  1 |  95k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.77/45.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
44.77/45.05	c  45.1s|118800 | 31414 |901162 |   7.5 |    70M |  38 | 101 | 287 | 227 |5103 |  1 |  95k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.77/45.09	c  45.1s|118900 | 31454 |902024 |   7.5 |    70M |  38 | 101 | 284 |   0 |5103 |  0 |  95k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.87/45.12	c  45.1s|119000 | 31476 |902619 |   7.5 |    70M |  38 | 101 | 287 |   0 |5103 |  0 |  95k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.87/45.15	c  45.1s|119100 | 31500 |903313 |   7.5 |    70M |  38 | 101 | 289 |   0 |5103 |  0 |  95k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.87/45.19	c  45.2s|119200 | 31541 |904142 |   7.5 |    70M |  38 | 101 | 287 | 230 |5103 |  1 |  95k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.96/45.22	c  45.2s|119300 | 31559 |904700 |   7.5 |    70M |  38 | 101 | 288 | 234 |5103 |  1 |  95k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.96/45.25	c  45.2s|119400 | 31555 |905020 |   7.5 |    70M |  38 | 101 | 287 | 232 |5103 |  1 |  95k|  31 | 0.000000e+00 |      --      |    Inf | unknown
44.96/45.29	c  45.3s|119500 | 31572 |905483 |   7.5 |    70M |  38 | 101 | 287 | 226 |5103 |  1 |  96k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.06/45.32	c  45.3s|119600 | 31586 |906117 |   7.5 |    70M |  38 | 101 | 289 | 228 |5103 |  1 |  96k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.06/45.36	c  45.4s|119700 | 31585 |906502 |   7.5 |    70M |  38 | 101 | 289 | 231 |5103 |  1 |  96k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.06/45.39	c  45.4s|119800 | 31607 |907291 |   7.5 |    70M |  38 | 101 | 288 | 231 |5110 |  1 |  96k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.16/45.44	c  45.4s|119900 | 31636 |908026 |   7.5 |    70M |  38 | 101 | 290 |   0 |5110 |  0 |  96k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.16/45.47	c  45.5s|120000 | 31639 |908487 |   7.5 |    70M |  38 | 101 | 287 | 234 |5111 |  0 |  96k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.26/45.50	c  45.5s|120100 | 31654 |909136 |   7.5 |    70M |  38 | 101 | 289 |   0 |5113 |  0 |  96k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.26/45.54	c  45.5s|120200 | 31680 |909738 |   7.5 |    70M |  38 | 101 | 290 | 230 |5114 |  2 |  96k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.26/45.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
45.26/45.58	c  45.6s|120300 | 31700 |910428 |   7.5 |    71M |  38 | 101 | 289 | 231 |5115 |  1 |  96k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.36/45.61	c  45.6s|120400 | 31705 |910914 |   7.5 |    71M |  38 | 101 | 289 | 232 |5116 |  1 |  96k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.36/45.65	c  45.6s|120500 | 31730 |911861 |   7.5 |    71M |  38 | 101 | 286 | 228 |5116 |  1 |  96k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.36/45.68	c  45.7s|120600 | 31760 |912507 |   7.5 |    71M |  38 | 101 | 285 | 228 |5116 |  1 |  96k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.46/45.71	c  45.7s|120700 | 31803 |913394 |   7.5 |    71M |  38 | 101 | 283 | 228 |5116 |  1 |  97k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.46/45.75	c  45.7s|120800 | 31835 |914551 |   7.5 |    71M |  38 | 101 | 284 | 228 |5116 |  1 |  97k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.46/45.78	c  45.8s|120900 | 31855 |915180 |   7.5 |    71M |  38 | 101 | 286 | 228 |5116 |  1 |  97k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.56/45.81	c  45.8s|121000 | 31887 |915836 |   7.5 |    71M |  38 | 101 | 286 | 228 |5116 |  1 |  97k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.56/45.84	c  45.8s|121100 | 31908 |916247 |   7.5 |    71M |  38 | 101 | 288 | 228 |5116 |  1 |  97k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.56/45.88	c  45.9s|121200 | 31932 |916875 |   7.5 |    71M |  38 | 101 | 288 |   0 |5116 |  0 |  97k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.66/45.91	c  45.9s|121300 | 31930 |917323 |   7.4 |    71M |  38 | 101 | 287 | 228 |5116 |  0 |  97k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.66/45.94	c  45.9s|121400 | 31942 |917999 |   7.4 |    71M |  38 | 101 | 287 | 228 |5116 |  0 |  97k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.66/45.97	c  46.0s|121500 | 31940 |918547 |   7.4 |    71M |  38 | 101 | 288 | 228 |5116 |  1 |  97k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.76/46.01	c  46.0s|121600 | 31985 |919438 |   7.4 |    72M |  38 | 101 | 288 | 228 |5116 |  1 |  97k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.76/46.05	c  46.0s|121700 | 32020 |920202 |   7.4 |    72M |  38 | 101 | 286 | 228 |5116 |  1 |  97k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.76/46.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
45.76/46.09	c  46.1s|121800 | 32066 |921246 |   7.5 |    72M |  38 | 101 | 287 | 228 |5116 |  1 |  98k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.86/46.12	c  46.1s|121900 | 32080 |921797 |   7.4 |    72M |  38 | 101 | 289 |   0 |5116 |  0 |  98k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.86/46.16	c  46.2s|122000 | 32115 |922541 |   7.4 |    72M |  38 | 101 | 288 | 228 |5116 |  1 |  98k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.86/46.19	c  46.2s|122100 | 32117 |923059 |   7.4 |    72M |  38 | 101 | 288 |   0 |5116 |  0 |  98k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.96/46.22	c  46.2s|122200 | 32134 |923605 |   7.4 |    72M |  38 | 101 | 287 | 228 |5116 |  1 |  98k|  31 | 0.000000e+00 |      --      |    Inf | unknown
45.96/46.26	c  46.3s|122300 | 32150 |924142 |   7.4 |    72M |  38 | 101 | 287 | 230 |5116 |  0 |  98k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.06/46.30	c  46.3s|122400 | 32168 |924814 |   7.4 |    72M |  38 | 101 | 287 | 231 |5116 |  1 |  98k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.06/46.34	c  46.3s|122500 | 32197 |925739 |   7.4 |    72M |  38 | 101 | 290 | 230 |5116 |  1 |  98k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.06/46.37	c  46.4s|122600 | 32241 |926729 |   7.4 |    72M |  38 | 101 | 287 | 230 |5116 |  1 |  98k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.16/46.41	c  46.4s|122700 | 32271 |927671 |   7.4 |    72M |  38 | 101 | 287 | 228 |5116 |  1 |  98k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.16/46.44	c  46.4s|122800 | 32280 |928161 |   7.4 |    72M |  38 | 101 | 287 |   0 |5116 |  0 |  99k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.16/46.47	c  46.5s|122900 | 32309 |928924 |   7.4 |    72M |  38 | 101 | 288 | 228 |5116 |  0 |  99k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.26/46.50	c  46.5s|123000 | 32302 |929386 |   7.4 |    72M |  38 | 101 | 288 | 232 |5116 |  1 |  99k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.26/46.54	c  46.5s|123100 | 32320 |929920 |   7.4 |    72M |  38 | 101 | 289 | 228 |5116 |  1 |  99k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.26/46.57	c  46.6s|123200 | 32343 |930555 |   7.4 |    72M |  38 | 101 | 289 | 234 |5116 |  1 |  99k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.36/46.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
46.36/46.61	c  46.6s|123300 | 32355 |931110 |   7.4 |    72M |  38 | 101 | 289 | 231 |5116 |  0 |  99k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.36/46.64	c  46.6s|123400 | 32359 |931618 |   7.4 |    72M |  38 | 101 | 287 | 227 |5116 |  0 |  99k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.36/46.67	c  46.7s|123500 | 32358 |932086 |   7.4 |    72M |  38 | 101 | 287 | 230 |5116 |  1 |  99k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.46/46.70	c  46.7s|123600 | 32376 |932602 |   7.4 |    72M |  38 | 101 | 289 |   0 |5116 |  0 |  99k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.46/46.74	c  46.7s|123700 | 32386 |933260 |   7.4 |    72M |  38 | 101 | 288 | 229 |5116 |  1 |  99k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.46/46.78	c  46.8s|123800 | 32425 |934201 |   7.4 |    72M |  38 | 101 | 289 | 231 |5116 |  0 |  99k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.56/46.81	c  46.8s|123900 | 32435 |934641 |   7.4 |    72M |  38 | 101 | 288 | 231 |5116 |  1 |  99k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.56/46.85	c  46.9s|124000 | 32446 |935431 |   7.4 |    72M |  38 | 101 | 289 | 230 |5116 |  1 | 100k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.66/46.90	c  46.9s|124100 | 32514 |936787 |   7.4 |    72M |  38 | 101 | 289 | 231 |5116 |  1 | 100k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.66/46.94	c  46.9s|124200 | 32581 |938191 |   7.4 |    72M |  38 | 101 | 288 | 231 |5116 |  1 | 100k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.66/46.98	c  47.0s|124300 | 32619 |938998 |   7.4 |    72M |  38 | 101 | 287 | 231 |5116 |  1 | 100k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.76/47.02	c  47.0s|124400 | 32643 |939489 |   7.4 |    72M |  38 | 101 | 288 | 231 |5116 |  1 | 100k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.76/47.05	c  47.1s|124500 | 32661 |939950 |   7.4 |    72M |  38 | 101 | 289 |   0 |5116 |  0 | 100k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.76/47.09	c  47.1s|124600 | 32687 |940538 |   7.4 |    72M |  38 | 101 | 287 | 231 |5116 |  1 | 100k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.86/47.13	c  47.1s|124700 | 32727 |941295 |   7.4 |    72M |  38 | 101 | 289 | 231 |5116 |  1 | 100k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.86/47.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
46.86/47.16	c  47.2s|124800 | 32748 |941982 |   7.4 |    72M |  38 | 101 | 289 | 231 |5116 |  1 | 100k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.95/47.20	c  47.2s|124900 | 32779 |942542 |   7.4 |    72M |  38 | 101 | 287 | 231 |5116 |  1 | 100k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.95/47.23	c  47.2s|125000 | 32799 |943112 |   7.4 |    72M |  38 | 101 | 286 | 231 |5116 |  1 | 100k|  31 | 0.000000e+00 |      --      |    Inf | unknown
46.95/47.27	c  47.3s|125100 | 32857 |944001 |   7.4 |    72M |  38 | 101 | 281 | 231 |5116 |  1 | 101k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.05/47.31	c  47.3s|125200 | 32858 |944321 |   7.4 |    72M |  38 | 101 | 282 | 231 |5116 |  0 | 101k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.05/47.35	c  47.3s|125300 | 32868 |944883 |   7.4 |    72M |  38 | 101 | 281 | 231 |5116 |  1 | 101k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.05/47.38	c  47.4s|125400 | 32909 |945724 |   7.4 |    72M |  38 | 101 | 277 |   0 |5116 |  0 | 101k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.15/47.42	c  47.4s|125500 | 32935 |946416 |   7.4 |    72M |  38 | 101 | 279 | 228 |5116 |  1 | 101k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.15/47.45	c  47.5s|125600 | 32957 |947061 |   7.4 |    72M |  38 | 101 | 279 | 228 |5116 |  1 | 101k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.15/47.49	c  47.5s|125700 | 32974 |947620 |   7.4 |    72M |  38 | 101 | 281 | 230 |5116 |  1 | 101k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.25/47.52	c  47.5s|125800 | 33027 |948357 |   7.4 |    72M |  38 | 101 | 281 | 230 |5116 |  1 | 101k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.25/47.56	c  47.6s|125900 | 33053 |949256 |   7.4 |    72M |  38 | 101 | 285 | 230 |5116 |  1 | 101k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.25/47.59	c  47.6s|126000 | 33066 |949897 |   7.4 |    72M |  38 | 101 | 284 | 232 |5116 |  1 | 101k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.35/47.63	c  47.6s|126100 | 33093 |950510 |   7.4 |    72M |  38 | 101 | 285 | 229 |5116 |  1 | 101k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.35/47.67	c  47.7s|126200 | 33155 |951906 |   7.4 |    72M |  38 | 101 | 285 |   0 |5116 |  0 | 101k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.45/47.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
47.45/47.71	c  47.7s|126300 | 33212 |953147 |   7.4 |    72M |  38 | 101 | 285 | 229 |5116 |  1 | 102k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.45/47.74	c  47.7s|126400 | 33252 |954014 |   7.4 |    72M |  38 | 101 | 285 | 229 |5116 |  1 | 102k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.45/47.77	c  47.8s|126500 | 33289 |954770 |   7.4 |    72M |  38 | 101 | 282 | 229 |5116 |  0 | 102k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.55/47.81	c  47.8s|126600 | 33331 |955933 |   7.4 |    72M |  38 | 101 | 280 | 229 |5116 |  0 | 102k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.55/47.85	c  47.8s|126700 | 33371 |956767 |   7.4 |    72M |  38 | 101 | 279 | 229 |5116 |  1 | 102k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.55/47.88	c  47.9s|126800 | 33392 |957417 |   7.4 |    72M |  38 | 101 | 280 | 229 |5116 |  0 | 102k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.65/47.92	c  47.9s|126900 | 33398 |957993 |   7.4 |    72M |  38 | 101 | 279 | 229 |5116 |  1 | 102k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.65/47.95	c  47.9s|127000 | 33417 |958698 |   7.4 |    72M |  38 | 101 | 281 | 229 |5116 |  1 | 102k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.65/47.97	c  48.0s|127100 | 33421 |959224 |   7.4 |    72M |  38 | 101 | 278 | 229 |5116 |  1 | 102k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.76/48.01	c  48.0s|127200 | 33463 |960206 |   7.4 |    72M |  38 | 101 | 279 | 229 |5116 |  0 | 102k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.76/48.04	c  48.0s|127300 | 33475 |960776 |   7.4 |    72M |  38 | 101 | 281 |   0 |5116 |  0 | 102k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.76/48.07	c  48.1s|127400 | 33494 |961498 |   7.4 |    72M |  38 | 101 | 277 | 229 |5116 |  0 | 102k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.85/48.10	c  48.1s|127500 | 33504 |962011 |   7.4 |    72M |  38 | 101 | 278 | 229 |5116 |  1 | 102k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.85/48.13	c  48.1s|127600 | 33521 |962602 |   7.4 |    72M |  38 | 101 | 279 | 229 |5116 |  1 | 102k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.85/48.17	c  48.2s|127700 | 33537 |963217 |   7.4 |    72M |  38 | 101 | 282 | 234 |5116 |  1 | 102k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.85/48.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
47.85/48.19	c  48.2s|127800 | 33561 |963843 |   7.4 |    72M |  38 | 101 | 281 | 230 |5116 |  1 | 102k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.95/48.23	c  48.2s|127900 | 33591 |964706 |   7.4 |    72M |  38 | 101 | 285 | 233 |5116 |  1 | 103k|  31 | 0.000000e+00 |      --      |    Inf | unknown
47.95/48.26	c  48.3s|128000 | 33616 |965369 |   7.4 |    72M |  38 | 101 | 287 | 231 |5116 |  1 | 103k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.05/48.30	c  48.3s|128100 | 33636 |966101 |   7.4 |    72M |  38 | 101 | 286 |   0 |5116 |  0 | 103k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.05/48.33	c  48.3s|128200 | 33635 |966627 |   7.4 |    72M |  38 | 101 | 285 | 229 |5116 |  0 | 103k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.05/48.37	c  48.4s|128300 | 33639 |967251 |   7.4 |    72M |  38 | 101 | 284 | 230 |5116 |  1 | 103k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.15/48.40	c  48.4s|128400 | 33662 |967831 |   7.4 |    72M |  38 | 101 | 283 |   0 |5116 |  0 | 103k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.15/48.43	c  48.4s|128500 | 33661 |968340 |   7.4 |    72M |  38 | 101 | 285 | 236 |5116 |  1 | 103k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.15/48.46	c  48.5s|128600 | 33671 |968811 |   7.4 |    72M |  38 | 101 | 286 | 231 |5116 |  1 | 103k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.25/48.50	c  48.5s|128700 | 33716 |969454 |   7.4 |    72M |  38 | 101 | 285 | 227 |5116 |  1 | 103k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.25/48.53	c  48.5s|128800 | 33739 |970105 |   7.4 |    72M |  38 | 101 | 286 |   0 |5116 |  0 | 103k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.25/48.57	c  48.6s|128900 | 33764 |970618 |   7.4 |    72M |  38 | 101 | 288 |   0 |5116 |  0 | 103k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.35/48.60	c  48.6s|129000 | 33782 |971287 |   7.4 |    72M |  38 | 101 | 287 | 227 |5116 |  1 | 104k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.35/48.63	c  48.6s|129100 | 33781 |971682 |   7.4 |    72M |  38 | 101 | 287 | 227 |5116 |  1 | 104k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.35/48.67	c  48.7s|129200 | 33749 |972152 |   7.4 |    72M |  38 | 101 | 288 |   0 |5116 |  0 | 104k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.45/48.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
48.45/48.71	c  48.7s|129300 | 33753 |972868 |   7.4 |    72M |  38 | 101 | 287 | 227 |5116 |  1 | 104k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.45/48.75	c  48.7s|129400 | 33759 |973265 |   7.4 |    72M |  38 | 101 | 287 | 227 |5116 |  1 | 104k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.45/48.79	c  48.8s|129500 | 33789 |973967 |   7.4 |    72M |  38 | 101 | 288 | 232 |5116 |  1 | 104k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.55/48.82	c  48.8s|129600 | 33791 |974522 |   7.4 |    72M |  38 | 101 | 286 | 232 |5116 |  1 | 104k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.55/48.86	c  48.9s|129700 | 33823 |975158 |   7.4 |    72M |  38 | 101 | 288 | 228 |5116 |  1 | 104k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.55/48.89	c  48.9s|129800 | 33821 |975547 |   7.4 |    72M |  38 | 101 | 287 |   0 |5116 |  0 | 104k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.65/48.93	c  48.9s|129900 | 33840 |976039 |   7.4 |    72M |  38 | 101 | 286 | 229 |5116 |  0 | 105k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.65/48.96	c  49.0s|130000 | 33847 |976493 |   7.4 |    72M |  38 | 101 | 287 | 234 |5116 |  1 | 105k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.65/48.99	c  49.0s|130100 | 33888 |977337 |   7.4 |    73M |  38 | 101 | 283 | 234 |5116 |  1 | 105k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.76/49.03	c  49.0s|130200 | 33925 |978121 |   7.4 |    73M |  38 | 101 | 282 | 234 |5116 |  1 | 105k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.76/49.06	c  49.1s|130300 | 33937 |978627 |   7.4 |    73M |  38 | 101 | 285 | 234 |5116 |  0 | 105k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.76/49.10	c  49.1s|130400 | 33969 |979418 |   7.4 |    73M |  38 | 101 | 283 | 234 |5116 |  1 | 105k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.86/49.13	c  49.1s|130500 | 33957 |980019 |   7.4 |    73M |  38 | 101 | 282 | 234 |5116 |  1 | 105k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.86/49.16	c  49.2s|130600 | 33966 |980516 |   7.4 |    73M |  38 | 101 | 284 | 231 |5116 |  1 | 105k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.95/49.20	c  49.2s|130700 | 33999 |981241 |   7.4 |    74M |  38 | 101 | 285 | 231 |5116 |  1 | 105k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.95/49.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
48.95/49.23	c  49.2s|130800 | 33990 |981616 |   7.4 |    74M |  38 | 101 | 287 | 231 |5116 |  1 | 105k|  31 | 0.000000e+00 |      --      |    Inf | unknown
48.95/49.27	c  49.3s|130900 | 33999 |982076 |   7.4 |    74M |  38 | 101 | 288 |   0 |5116 |  0 | 105k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.04/49.30	c  49.3s|131000 | 34024 |982585 |   7.4 |    74M |  38 | 101 | 287 | 231 |5116 |  1 | 105k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.04/49.34	c  49.3s|131100 | 34022 |983158 |   7.4 |    74M |  38 | 101 | 286 | 231 |5116 |  1 | 106k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.04/49.38	c  49.4s|131200 | 34060 |984195 |   7.4 |    74M |  38 | 101 | 288 | 226 |5121 |  1 | 106k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.14/49.42	c  49.4s|131300 | 34137 |985672 |   7.4 |    74M |  38 | 101 | 288 | 226 |5121 |  1 | 106k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.14/49.46	c  49.5s|131400 | 34188 |986812 |   7.4 |    74M |  38 | 101 | 287 | 226 |5121 |  1 | 106k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.24/49.50	c  49.5s|131500 | 34245 |987501 |   7.4 |    74M |  38 | 101 | 287 | 226 |5121 |  1 | 106k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.24/49.53	c  49.5s|131600 | 34293 |988354 |   7.4 |    74M |  38 | 101 | 285 | 226 |5121 |  1 | 106k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.24/49.57	c  49.6s|131700 | 34348 |989466 |   7.4 |    74M |  38 | 101 | 285 | 226 |5121 |  1 | 106k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.34/49.61	c  49.6s|131800 | 34400 |990262 |   7.4 |    74M |  38 | 101 | 288 | 226 |5121 |  1 | 106k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.34/49.65	c  49.6s|131900 | 34442 |991105 |   7.4 |    74M |  38 | 101 | 289 | 226 |5121 |  0 | 106k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.34/49.68	c  49.7s|132000 | 34464 |991794 |   7.4 |    74M |  38 | 101 | 288 |   0 |5121 |  0 | 106k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.44/49.72	c  49.7s|132100 | 34506 |992558 |   7.4 |    74M |  38 | 101 | 288 | 226 |5121 |  1 | 106k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.44/49.75	c  49.7s|132200 | 34558 |993376 |   7.4 |    74M |  38 | 101 | 287 | 226 |5121 |  1 | 107k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.44/49.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
49.44/49.79	c  49.8s|132300 | 34644 |994909 |   7.4 |    74M |  38 | 101 | 285 | 226 |5121 |  1 | 107k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.54/49.82	c  49.8s|132400 | 34676 |995454 |   7.4 |    74M |  38 | 101 | 286 | 226 |5121 |  1 | 107k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.54/49.86	c  49.9s|132500 | 34693 |996042 |   7.4 |    74M |  38 | 101 | 283 |   0 |5121 |  0 | 107k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.54/49.89	c  49.9s|132600 | 34722 |996965 |   7.4 |    74M |  38 | 101 | 282 | 226 |5121 |  1 | 107k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.64/49.92	c  49.9s|132700 | 34747 |997671 |   7.4 |    74M |  38 | 101 | 282 | 226 |5121 |  1 | 107k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.64/49.95	c  50.0s|132800 | 34766 |998250 |   7.4 |    74M |  38 | 101 | 282 | 226 |5121 |  1 | 107k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.64/49.99	c  50.0s|132900 | 34840 |999301 |   7.4 |    74M |  38 | 101 | 284 | 226 |5121 |  1 | 107k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.75/50.02	c  50.0s|133000 | 34896 |  1000k|   7.4 |    74M |  38 | 101 | 285 | 226 |5121 |  1 | 107k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.75/50.06	c  50.1s|133100 | 34952 |  1001k|   7.4 |    74M |  38 | 101 | 284 | 226 |5121 |  1 | 107k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.75/50.09	c  50.1s|133200 | 34968 |  1001k|   7.4 |    75M |  38 | 101 | 281 | 226 |5121 |  1 | 107k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.84/50.13	c  50.1s|133300 | 34986 |  1002k|   7.4 |    75M |  38 | 101 | 283 | 226 |5121 |  1 | 107k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.94/50.20	c  50.2s|133400 | 35046 |  1003k|   7.4 |    75M |  38 | 101 | 284 |   0 |5121 |  0 | 108k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.94/50.23	c  50.2s|133500 | 35060 |  1003k|   7.4 |    75M |  38 | 101 | 279 | 226 |5121 |  1 | 108k|  31 | 0.000000e+00 |      --      |    Inf | unknown
49.94/50.26	c  50.3s|133600 | 35113 |  1004k|   7.4 |    75M |  38 | 101 | 279 |   0 |5121 |  0 | 108k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.04/50.30	c  50.3s|133700 | 35135 |  1005k|   7.4 |    75M |  38 | 101 | 277 | 226 |5121 |  1 | 108k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.04/50.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
50.04/50.34	c  50.3s|133800 | 35169 |  1006k|   7.4 |    75M |  38 | 101 | 279 | 226 |5121 |  1 | 108k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.04/50.37	c  50.4s|133900 | 35215 |  1007k|   7.4 |    75M |  38 | 101 | 279 | 226 |5121 |  1 | 108k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.14/50.41	c  50.4s|134000 | 35245 |  1008k|   7.4 |    75M |  38 | 101 | 278 |   0 |5121 |  0 | 108k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.14/50.44	c  50.4s|134100 | 35269 |  1008k|   7.4 |    75M |  38 | 101 | 278 |   0 |5121 |  0 | 108k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.14/50.47	c  50.5s|134200 | 35286 |  1009k|   7.4 |    75M |  38 | 101 | 276 | 226 |5121 |  1 | 108k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.23/50.51	c  50.5s|134300 | 35316 |  1009k|   7.4 |    75M |  38 | 101 | 278 | 226 |5121 |  1 | 108k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.23/50.54	c  50.5s|134400 | 35344 |  1010k|   7.4 |    75M |  38 | 101 | 279 | 226 |5121 |  1 | 108k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.23/50.58	c  50.6s|134500 | 35393 |  1011k|   7.4 |    75M |  38 | 101 | 279 | 226 |5121 |  1 | 108k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.33/50.62	c  50.6s|134600 | 35421 |  1012k|   7.4 |    75M |  38 | 101 | 278 | 226 |5121 |  1 | 108k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.33/50.65	c  50.7s|134700 | 35465 |  1013k|   7.4 |    75M |  38 | 101 | 276 |   0 |5121 |  0 | 109k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.33/50.69	c  50.7s|134800 | 35499 |  1014k|   7.4 |    75M |  38 | 101 | 277 | 226 |5121 |  1 | 109k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.43/50.73	c  50.7s|134900 | 35506 |  1015k|   7.4 |    75M |  38 | 101 | 279 | 226 |5121 |  1 | 109k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.43/50.76	c  50.8s|135000 | 35545 |  1015k|   7.4 |    75M |  38 | 101 | 282 | 226 |5121 |  1 | 109k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.43/50.79	c  50.8s|135100 | 35568 |  1016k|   7.4 |    75M |  38 | 101 | 282 | 226 |5121 |  1 | 109k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.53/50.82	c  50.8s|135200 | 35588 |  1017k|   7.4 |    75M |  38 | 101 | 281 |   0 |5121 |  0 | 109k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.53/50.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
50.53/50.86	c  50.9s|135300 | 35615 |  1017k|   7.4 |    75M |  38 | 101 | 281 | 226 |5121 |  0 | 109k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.53/50.89	c  50.9s|135400 | 35635 |  1018k|   7.4 |    75M |  38 | 101 | 282 |   0 |5121 |  0 | 109k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.63/50.93	c  50.9s|135500 | 35645 |  1019k|   7.4 |    75M |  38 | 101 | 280 | 226 |5121 |  1 | 109k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.63/50.96	c  51.0s|135600 | 35650 |  1019k|   7.4 |    76M |  38 | 101 | 281 | 226 |5121 |  1 | 109k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.63/51.00	c  51.0s|135700 | 35672 |  1020k|   7.4 |    76M |  38 | 101 | 278 | 226 |5121 |  1 | 109k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.74/51.03	c  51.0s|135800 | 35685 |  1020k|   7.4 |    76M |  38 | 101 | 278 | 226 |5121 |  1 | 109k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.74/51.07	c  51.1s|135900 | 35719 |  1021k|   7.4 |    76M |  38 | 101 | 278 | 226 |5121 |  1 | 110k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.74/51.10	c  51.1s|136000 | 35720 |  1021k|   7.4 |    76M |  38 | 101 | 277 | 226 |5121 |  1 | 110k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.84/51.13	c  51.1s|136100 | 35736 |  1022k|   7.4 |    76M |  38 | 101 | 277 | 226 |5121 |  1 | 110k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.84/51.17	c  51.2s|136200 | 35758 |  1023k|   7.4 |    76M |  38 | 101 | 277 | 226 |5121 |  1 | 110k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.93/51.20	c  51.2s|136300 | 35764 |  1023k|   7.4 |    76M |  38 | 101 | 279 | 226 |5121 |  1 | 110k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.93/51.24	c  51.2s|136400 | 35776 |  1024k|   7.4 |    76M |  38 | 101 | 281 | 226 |5121 |  1 | 110k|  31 | 0.000000e+00 |      --      |    Inf | unknown
50.93/51.27	c  51.3s|136500 | 35798 |  1024k|   7.4 |    76M |  38 | 101 | 280 | 226 |5121 |  1 | 110k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.03/51.31	c  51.3s|136600 | 35832 |  1025k|   7.4 |    76M |  38 | 101 | 282 | 226 |5121 |  1 | 110k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.03/51.34	c  51.3s|136700 | 35852 |  1026k|   7.4 |    77M |  38 | 101 | 280 | 226 |5121 |  0 | 110k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.03/51.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
51.03/51.37	c  51.4s|136800 | 35851 |  1026k|   7.4 |    77M |  38 | 101 | 281 | 226 |5121 |  1 | 110k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.13/51.40	c  51.4s|136900 | 35870 |  1027k|   7.4 |    77M |  38 | 101 | 282 |   0 |5121 |  0 | 110k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.13/51.42	c  51.4s|137000 | 35890 |  1027k|   7.4 |    77M |  38 | 101 | 280 | 226 |5121 |  1 | 110k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.13/51.46	c  51.5s|137100 | 35916 |  1028k|   7.4 |    77M |  38 | 101 | 282 | 226 |5121 |  1 | 110k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.13/51.49	c  51.5s|137200 | 35923 |  1028k|   7.4 |    77M |  38 | 101 | 283 |   0 |5121 |  0 | 111k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.23/51.52	c  51.5s|137300 | 35940 |  1029k|   7.4 |    77M |  38 | 101 | 282 |   0 |5121 |  0 | 111k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.23/51.56	c  51.6s|137400 | 35970 |  1029k|   7.4 |    77M |  38 | 101 | 284 | 226 |5121 |  1 | 111k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.33/51.60	c  51.6s|137500 | 35996 |  1030k|   7.4 |    77M |  38 | 101 | 282 | 226 |5121 |  0 | 111k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.33/51.63	c  51.6s|137600 | 36003 |  1031k|   7.4 |    77M |  38 | 101 | 286 |   0 |5121 |  0 | 111k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.33/51.66	c  51.7s|137700 | 36025 |  1031k|   7.4 |    77M |  38 | 101 | 286 |   0 |5121 |  0 | 111k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.43/51.70	c  51.7s|137800 | 36022 |  1032k|   7.4 |    77M |  38 | 101 | 288 | 226 |5121 |  1 | 111k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.43/51.73	c  51.7s|137900 | 36047 |  1032k|   7.4 |    77M |  38 | 101 | 284 | 226 |5121 |  1 | 111k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.43/51.77	c  51.8s|138000 | 36077 |  1033k|   7.4 |    77M |  38 | 101 | 284 | 226 |5121 |  1 | 111k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.53/51.80	c  51.8s|138100 | 36097 |  1034k|   7.4 |    77M |  38 | 101 | 286 | 226 |5121 |  1 | 111k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.53/51.83	c  51.8s|138200 | 36114 |  1035k|   7.4 |    77M |  38 | 101 | 288 | 226 |5121 |  1 | 111k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.53/51.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
51.53/51.87	c  51.9s|138300 | 36137 |  1035k|   7.4 |    77M |  38 | 101 | 288 |   0 |5121 |  0 | 112k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.63/51.91	c  51.9s|138400 | 36148 |  1036k|   7.4 |    77M |  38 | 101 | 286 | 226 |5121 |  0 | 112k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.63/51.94	c  51.9s|138500 | 36169 |  1037k|   7.4 |    77M |  38 | 101 | 287 |   0 |5121 |  0 | 112k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.63/51.98	c  52.0s|138600 | 36187 |  1037k|   7.4 |    77M |  38 | 101 | 289 | 226 |5121 |  1 | 112k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.73/52.01	c  52.0s|138700 | 36201 |  1038k|   7.4 |    77M |  38 | 101 | 286 | 226 |5121 |  1 | 112k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.73/52.04	c  52.0s|138800 | 36221 |  1038k|   7.4 |    77M |  38 | 101 | 286 | 226 |5121 |  1 | 112k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.73/52.08	c  52.1s|138900 | 36233 |  1039k|   7.4 |    77M |  38 | 101 | 287 | 226 |5121 |  0 | 112k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.83/52.11	c  52.1s|139000 | 36250 |  1039k|   7.4 |    77M |  38 | 101 | 287 | 226 |5121 |  1 | 112k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.83/52.15	c  52.1s|139100 | 36278 |  1040k|   7.4 |    77M |  38 | 101 | 287 | 226 |5121 |  1 | 112k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.83/52.18	c  52.2s|139200 | 36283 |  1041k|   7.4 |    77M |  38 | 101 | 288 | 226 |5121 |  1 | 112k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.93/52.21	c  52.2s|139300 | 36303 |  1041k|   7.4 |    77M |  38 | 101 | 288 | 226 |5121 |  1 | 112k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.93/52.24	c  52.2s|139400 | 36334 |  1042k|   7.4 |    77M |  38 | 101 | 287 |   0 |5121 |  0 | 113k|  31 | 0.000000e+00 |      --      |    Inf | unknown
51.93/52.28	c  52.3s|139500 | 36385 |  1043k|   7.4 |    77M |  38 | 101 | 287 | 226 |5121 |  1 | 113k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.03/52.32	c  52.3s|139600 | 36421 |  1044k|   7.4 |    77M |  38 | 101 | 287 | 226 |5121 |  1 | 113k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.03/52.36	c  52.4s|139700 | 36439 |  1045k|   7.4 |    77M |  38 | 101 | 286 | 226 |5121 |  1 | 113k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.03/52.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
52.03/52.39	c  52.4s|139800 | 36459 |  1045k|   7.4 |    78M |  38 | 101 | 286 | 226 |5121 |  0 | 113k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.13/52.42	c  52.4s|139900 | 36475 |  1046k|   7.4 |    78M |  38 | 101 | 284 | 226 |5121 |  1 | 113k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.13/52.45	c  52.5s|140000 | 36467 |  1046k|   7.4 |    78M |  38 | 101 | 284 | 226 |5121 |  1 | 113k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.13/52.49	c  52.5s|140100 | 36500 |  1047k|   7.4 |    78M |  38 | 101 | 284 | 226 |5121 |  1 | 113k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.23/52.52	c  52.5s|140200 | 36535 |  1048k|   7.4 |    78M |  38 | 101 | 285 | 226 |5121 |  1 | 113k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.23/52.56	c  52.6s|140300 | 36540 |  1048k|   7.4 |    78M |  38 | 101 | 286 | 226 |5121 |  1 | 113k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.23/52.59	c  52.6s|140400 | 36556 |  1049k|   7.4 |    78M |  38 | 101 | 286 | 226 |5121 |  1 | 113k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.33/52.62	c  52.6s|140500 | 36572 |  1049k|   7.4 |    78M |  38 | 101 | 287 |   0 |5121 |  0 | 113k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.33/52.66	c  52.7s|140600 | 36610 |  1050k|   7.4 |    78M |  38 | 101 | 287 | 226 |5121 |  1 | 114k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.33/52.69	c  52.7s|140700 | 36610 |  1051k|   7.4 |    78M |  38 | 101 | 287 | 226 |5121 |  1 | 114k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.42/52.72	c  52.7s|140800 | 36616 |  1051k|   7.4 |    78M |  38 | 101 | 288 | 226 |5121 |  1 | 114k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.42/52.76	c  52.8s|140900 | 36622 |  1052k|   7.4 |    78M |  38 | 101 | 288 |   0 |5121 |  0 | 114k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.42/52.79	c  52.8s|141000 | 36651 |  1052k|   7.4 |    78M |  38 | 101 | 286 | 226 |5121 |  0 | 114k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.52/52.82	c  52.8s|141100 | 36659 |  1053k|   7.4 |    78M |  38 | 101 | 287 | 226 |5121 |  1 | 114k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.52/52.85	c  52.9s|141200 | 36686 |  1053k|   7.4 |    78M |  38 | 101 | 288 | 226 |5121 |  1 | 114k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.52/52.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
52.52/52.89	c  52.9s|141300 | 36710 |  1054k|   7.4 |    78M |  38 | 101 | 287 | 226 |5121 |  1 | 114k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.62/52.92	c  52.9s|141400 | 36713 |  1055k|   7.4 |    79M |  38 | 101 | 288 |   0 |5121 |  0 | 114k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.62/52.96	c  53.0s|141500 | 36722 |  1055k|   7.4 |    79M |  38 | 101 | 284 | 226 |5121 |  1 | 114k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.62/53.00	c  53.0s|141600 | 36741 |  1056k|   7.4 |    79M |  38 | 101 | 286 | 226 |5121 |  1 | 114k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.73/53.03	c  53.0s|141700 | 36752 |  1056k|   7.4 |    79M |  38 | 101 | 285 | 226 |5121 |  1 | 114k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.73/53.07	c  53.1s|141800 | 36760 |  1057k|   7.4 |    79M |  38 | 101 | 285 |   0 |5121 |  0 | 115k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.73/53.10	c  53.1s|141900 | 36762 |  1057k|   7.4 |    79M |  38 | 101 | 284 |   0 |5121 |  0 | 115k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.83/53.13	c  53.1s|142000 | 36758 |  1058k|   7.4 |    79M |  38 | 101 | 282 | 226 |5121 |  1 | 115k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.83/53.16	c  53.2s|142100 | 36761 |  1058k|   7.4 |    79M |  38 | 101 | 284 | 226 |5121 |  1 | 115k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.83/53.19	c  53.2s|142200 | 36756 |  1059k|   7.4 |    79M |  38 | 101 | 285 | 226 |5121 |  1 | 115k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.92/53.22	c  53.2s|142300 | 36787 |  1059k|   7.4 |    79M |  38 | 101 | 286 | 226 |5121 |  0 | 115k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.92/53.26	c  53.3s|142400 | 36804 |  1060k|   7.4 |    79M |  38 | 101 | 287 | 226 |5121 |  1 | 115k|  31 | 0.000000e+00 |      --      |    Inf | unknown
52.92/53.29	c  53.3s|142500 | 36811 |  1061k|   7.4 |    79M |  38 | 101 | 288 |   0 |5121 |  0 | 115k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.02/53.33	c  53.3s|142600 | 36840 |  1061k|   7.4 |    79M |  38 | 101 | 286 | 226 |5121 |  1 | 115k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.02/53.36	c  53.4s|142700 | 36841 |  1062k|   7.4 |    79M |  38 | 101 | 284 | 226 |5121 |  1 | 115k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.12/53.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
53.12/53.40	c  53.4s|142800 | 36863 |  1062k|   7.3 |    79M |  38 | 101 | 285 | 226 |5121 |  1 | 115k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.12/53.43	c  53.4s|142900 | 36895 |  1063k|   7.3 |    79M |  38 | 101 | 286 |   0 |5121 |  0 | 116k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.12/53.47	c  53.5s|143000 | 36904 |  1064k|   7.3 |    79M |  38 | 101 | 285 | 226 |5121 |  1 | 116k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.22/53.50	c  53.5s|143100 | 36940 |  1065k|   7.3 |    79M |  38 | 101 | 287 |   0 |5121 |  0 | 116k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.22/53.54	c  53.5s|143200 | 36968 |  1065k|   7.3 |    79M |  38 | 101 | 288 |   0 |5121 |  0 | 116k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.22/53.58	c  53.6s|143300 | 36978 |  1066k|   7.3 |    79M |  38 | 101 | 288 | 226 |5121 |  1 | 116k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.32/53.61	c  53.6s|143400 | 37019 |  1067k|   7.3 |    79M |  38 | 101 | 287 | 226 |5121 |  1 | 116k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.32/53.65	c  53.6s|143500 | 37041 |  1068k|   7.3 |    79M |  38 | 101 | 286 |   0 |5121 |  0 | 116k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.32/53.68	c  53.7s|143600 | 37065 |  1068k|   7.3 |    79M |  38 | 101 | 287 |   0 |5121 |  0 | 116k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.42/53.71	c  53.7s|143700 | 37088 |  1069k|   7.3 |    79M |  38 | 101 | 288 | 226 |5121 |  0 | 116k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.42/53.74	c  53.7s|143800 | 37096 |  1069k|   7.3 |    79M |  38 | 101 | 287 | 226 |5121 |  1 | 116k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.42/53.77	c  53.8s|143900 | 37099 |  1070k|   7.3 |    79M |  38 | 101 | 288 |   0 |5121 |  0 | 116k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.52/53.80	c  53.8s|144000 | 37111 |  1070k|   7.3 |    79M |  38 | 101 | 286 | 226 |5121 |  0 | 116k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.52/53.85	c  53.8s|144100 | 37159 |  1071k|   7.3 |    79M |  38 | 101 | 284 | 226 |5121 |  1 | 117k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.52/53.89	c  53.9s|144200 | 37182 |  1072k|   7.3 |    79M |  38 | 101 | 286 |   0 |5121 |  0 | 117k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.62/53.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
53.62/53.92	c  53.9s|144300 | 37189 |  1073k|   7.3 |    79M |  38 | 101 | 286 | 226 |5121 |  1 | 117k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.62/53.95	c  54.0s|144400 | 37194 |  1073k|   7.3 |    79M |  38 | 101 | 286 | 226 |5121 |  1 | 117k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.62/53.99	c  54.0s|144500 | 37240 |  1074k|   7.3 |    79M |  38 | 101 | 288 |   0 |5121 |  0 | 117k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.72/54.03	c  54.0s|144600 | 37249 |  1074k|   7.3 |    79M |  38 | 101 | 288 |   0 |5121 |  0 | 117k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.72/54.07	c  54.1s|144700 | 37254 |  1075k|   7.3 |    79M |  38 | 101 | 287 | 226 |5121 |  0 | 117k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.82/54.11	c  54.1s|144800 | 37287 |  1076k|   7.3 |    79M |  38 | 101 | 287 | 226 |5121 |  1 | 117k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.82/54.14	c  54.1s|144900 | 37306 |  1076k|   7.3 |    79M |  38 | 101 | 286 | 226 |5121 |  1 | 117k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.82/54.18	c  54.2s|145000 | 37327 |  1077k|   7.3 |    79M |  38 | 101 | 287 | 226 |5121 |  1 | 117k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.92/54.21	c  54.2s|145100 | 37347 |  1078k|   7.3 |    79M |  38 | 101 | 284 | 226 |5121 |  0 | 118k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.92/54.25	c  54.2s|145200 | 37359 |  1078k|   7.3 |    79M |  38 | 101 | 282 | 226 |5121 |  0 | 118k|  31 | 0.000000e+00 |      --      |    Inf | unknown
53.92/54.28	c  54.3s|145300 | 37352 |  1079k|   7.3 |    79M |  38 | 101 | 281 |   0 |5121 |  0 | 118k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.02/54.31	c  54.3s|145400 | 37368 |  1080k|   7.3 |    79M |  38 | 101 | 283 | 226 |5121 |  1 | 118k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.02/54.34	c  54.3s|145500 | 37369 |  1080k|   7.3 |    79M |  38 | 101 | 282 | 226 |5121 |  1 | 118k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.02/54.37	c  54.4s|145600 | 37377 |  1080k|   7.3 |    79M |  38 | 101 | 283 | 226 |5121 |  1 | 118k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.12/54.41	c  54.4s|145700 | 37385 |  1081k|   7.3 |    79M |  38 | 101 | 281 |   0 |5121 |  0 | 118k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.12/54.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
54.12/54.44	c  54.4s|145800 | 37399 |  1082k|   7.3 |    79M |  38 | 101 | 281 | 226 |5121 |  1 | 118k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.12/54.47	c  54.5s|145900 | 37416 |  1082k|   7.3 |    79M |  38 | 101 | 283 | 226 |5121 |  1 | 118k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.22/54.51	c  54.5s|146000 | 37463 |  1083k|   7.3 |    79M |  38 | 101 | 283 |   0 |5121 |  0 | 118k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.22/54.54	c  54.5s|146100 | 37477 |  1084k|   7.3 |    79M |  38 | 101 | 285 | 226 |5121 |  1 | 118k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.22/54.57	c  54.6s|146200 | 37495 |  1084k|   7.3 |    79M |  38 | 101 | 282 | 226 |5121 |  1 | 118k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.32/54.60	c  54.6s|146300 | 37507 |  1085k|   7.3 |    79M |  38 | 101 | 281 | 226 |5121 |  1 | 119k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.32/54.63	c  54.6s|146400 | 37518 |  1086k|   7.3 |    79M |  38 | 101 | 279 | 226 |5121 |  1 | 119k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.32/54.66	c  54.7s|146500 | 37517 |  1086k|   7.3 |    79M |  38 | 101 | 280 |   0 |5121 |  0 | 119k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.32/54.70	c  54.7s|146600 | 37521 |  1087k|   7.3 |    79M |  38 | 101 | 281 |   0 |5121 |  0 | 119k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.42/54.73	c  54.7s|146700 | 37537 |  1087k|   7.3 |    79M |  38 | 101 | 280 | 226 |5121 |  1 | 119k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.42/54.77	c  54.8s|146800 | 37590 |  1088k|   7.3 |    79M |  38 | 101 | 280 | 226 |5121 |  1 | 119k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.51/54.80	c  54.8s|146900 | 37628 |  1089k|   7.3 |    79M |  38 | 101 | 283 | 226 |5121 |  0 | 119k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.51/54.83	c  54.8s|147000 | 37657 |  1090k|   7.3 |    79M |  38 | 101 | 281 | 226 |5121 |  1 | 119k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.51/54.87	c  54.9s|147100 | 37640 |  1090k|   7.3 |    79M |  38 | 101 | 285 | 226 |5121 |  0 | 119k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.61/54.91	c  54.9s|147200 | 37657 |  1091k|   7.3 |    80M |  38 | 101 | 288 |   0 |5121 |  0 | 119k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.61/54.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
54.61/54.94	c  54.9s|147300 | 37680 |  1091k|   7.3 |    80M |  38 | 101 | 288 | 226 |5121 |  1 | 119k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.61/54.97	c  55.0s|147400 | 37677 |  1092k|   7.3 |    80M |  38 | 101 | 288 | 226 |5121 |  1 | 120k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.72/55.00	c  55.0s|147500 | 37699 |  1092k|   7.3 |    80M |  38 | 101 | 287 |   0 |5121 |  0 | 120k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.72/55.04	c  55.0s|147600 | 37696 |  1093k|   7.3 |    80M |  38 | 101 | 287 | 226 |5121 |  1 | 120k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.72/55.07	c  55.1s|147700 | 37704 |  1093k|   7.3 |    80M |  38 | 101 | 286 | 226 |5121 |  1 | 120k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.82/55.10	c  55.1s|147800 | 37729 |  1094k|   7.3 |    80M |  38 | 101 | 287 |   0 |5121 |  0 | 120k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.82/55.14	c  55.1s|147900 | 37728 |  1094k|   7.3 |    80M |  38 | 101 | 289 | 226 |5121 |  1 | 120k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.82/55.17	c  55.2s|148000 | 37754 |  1095k|   7.3 |    81M |  38 | 101 | 289 | 226 |5121 |  1 | 120k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.91/55.20	c  55.2s|148100 | 37772 |  1096k|   7.3 |    81M |  38 | 101 | 287 |   0 |5121 |  0 | 120k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.91/55.24	c  55.2s|148200 | 37793 |  1096k|   7.3 |    81M |  38 | 101 | 289 | 226 |5121 |  1 | 120k|  31 | 0.000000e+00 |      --      |    Inf | unknown
54.91/55.27	c  55.3s|148300 | 37792 |  1097k|   7.3 |    81M |  38 | 101 | 287 | 226 |5121 |  1 | 120k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.01/55.30	c  55.3s|148400 | 37815 |  1098k|   7.3 |    81M |  38 | 101 | 288 | 226 |5121 |  1 | 120k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.01/55.34	c  55.3s|148500 | 37815 |  1098k|   7.3 |    81M |  38 | 101 | 287 | 226 |5121 |  1 | 120k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.01/55.38	c  55.4s|148600 | 37841 |  1099k|   7.3 |    81M |  38 | 101 | 286 | 226 |5121 |  1 | 121k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.11/55.41	c  55.4s|148700 | 37845 |  1100k|   7.3 |    81M |  38 | 101 | 286 | 226 |5121 |  1 | 121k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.11/55.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
55.11/55.44	c  55.4s|148800 | 37880 |  1100k|   7.3 |    81M |  38 | 101 | 285 |   0 |5121 |  0 | 121k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.11/55.48	c  55.5s|148900 | 37891 |  1101k|   7.3 |    81M |  38 | 101 | 286 | 226 |5121 |  1 | 121k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.21/55.51	c  55.5s|149000 | 37918 |  1102k|   7.3 |    81M |  38 | 101 | 284 | 226 |5121 |  1 | 121k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.21/55.55	c  55.5s|149100 | 37930 |  1102k|   7.3 |    82M |  38 | 101 | 287 | 226 |5121 |  1 | 121k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.21/55.58	c  55.6s|149200 | 37939 |  1103k|   7.3 |    82M |  38 | 101 | 286 | 226 |5121 |  1 | 121k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.31/55.62	c  55.6s|149300 | 37940 |  1104k|   7.3 |    82M |  38 | 101 | 287 |   0 |5121 |  0 | 121k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.31/55.65	c  55.7s|149400 | 37956 |  1104k|   7.3 |    82M |  38 | 101 | 288 | 226 |5121 |  1 | 121k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.31/55.69	c  55.7s|149500 | 37972 |  1105k|   7.3 |    82M |  38 | 101 | 288 | 226 |5121 |  1 | 121k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.42/55.73	c  55.7s|149600 | 37983 |  1105k|   7.3 |    85M |  38 | 101 | 286 |   0 |5121 |  0 | 122k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.42/55.76	c  55.8s|149700 | 37988 |  1106k|   7.3 |    85M |  38 | 101 | 287 | 226 |5121 |  1 | 122k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.42/55.79	c  55.8s|149800 | 37999 |  1106k|   7.3 |    85M |  38 | 101 | 288 | 226 |5121 |  1 | 122k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.52/55.83	c  55.8s|149900 | 38013 |  1107k|   7.3 |    85M |  38 | 101 | 288 | 226 |5121 |  1 | 122k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.52/55.86	c  55.9s|150000 | 38010 |  1107k|   7.3 |    85M |  38 | 101 | 288 |   0 |5121 |  0 | 122k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.62/55.90	c  55.9s|150100 | 38018 |  1108k|   7.3 |    85M |  38 | 101 | 288 | 226 |5121 |  1 | 122k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.62/55.94	c  55.9s|150200 | 38042 |  1108k|   7.3 |    85M |  38 | 101 | 288 |   0 |5121 |  0 | 122k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.62/55.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
55.62/55.97	c  56.0s|150300 | 38076 |  1109k|   7.3 |    85M |  38 | 101 | 288 | 226 |5121 |  1 | 122k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.62/56.00	c  56.0s|150400 | 38104 |  1110k|   7.3 |    85M |  38 | 101 | 288 | 226 |5121 |  1 | 122k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.72/56.04	c  56.0s|150500 | 38117 |  1111k|   7.3 |    85M |  38 | 101 | 288 | 226 |5121 |  1 | 122k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.72/56.07	c  56.1s|150600 | 38152 |  1111k|   7.3 |    85M |  38 | 101 | 288 | 226 |5121 |  1 | 122k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.82/56.11	c  56.1s|150700 | 38156 |  1112k|   7.3 |    85M |  38 | 101 | 288 | 226 |5121 |  1 | 122k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.82/56.15	c  56.1s|150800 | 38149 |  1112k|   7.3 |    85M |  38 | 101 | 287 |   0 |5121 |  0 | 123k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.82/56.18	c  56.2s|150900 | 38170 |  1113k|   7.3 |    85M |  38 | 101 | 288 |   0 |5121 |  0 | 123k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.92/56.21	c  56.2s|151000 | 38183 |  1114k|   7.3 |    85M |  38 | 101 | 287 |   0 |5121 |  0 | 123k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.92/56.25	c  56.3s|151100 | 38208 |  1114k|   7.3 |    85M |  38 | 101 | 288 | 226 |5121 |  1 | 123k|  31 | 0.000000e+00 |      --      |    Inf | unknown
55.92/56.29	c  56.3s|151200 | 38241 |  1115k|   7.3 |    85M |  38 | 101 | 287 | 226 |5121 |  1 | 123k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.02/56.32	c  56.3s|151300 | 38257 |  1116k|   7.3 |    85M |  38 | 101 | 288 | 226 |5121 |  0 | 123k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.02/56.35	c  56.4s|151400 | 38271 |  1116k|   7.3 |    85M |  38 | 101 | 286 |   0 |5121 |  0 | 123k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.02/56.39	c  56.4s|151500 | 38292 |  1117k|   7.3 |    85M |  38 | 101 | 287 | 226 |5121 |  0 | 123k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.12/56.42	c  56.4s|151600 | 38311 |  1117k|   7.3 |    85M |  38 | 101 | 287 | 226 |5121 |  1 | 123k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.12/56.45	c  56.4s|151700 | 38311 |  1118k|   7.3 |    86M |  38 | 101 | 287 |   0 |5121 |  0 | 123k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.12/56.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
56.12/56.48	c  56.5s|151800 | 38320 |  1118k|   7.3 |    86M |  38 | 101 | 286 | 226 |5121 |  1 | 123k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.22/56.52	c  56.5s|151900 | 38336 |  1119k|   7.3 |    86M |  38 | 101 | 286 | 226 |5121 |  1 | 123k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.22/56.55	c  56.6s|152000 | 38367 |  1120k|   7.3 |    86M |  38 | 101 | 286 | 226 |5121 |  1 | 124k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.22/56.59	c  56.6s|152100 | 38377 |  1120k|   7.3 |    86M |  38 | 101 | 288 | 226 |5121 |  1 | 124k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.31/56.62	c  56.6s|152200 | 38374 |  1121k|   7.3 |    86M |  38 | 101 | 285 | 226 |5121 |  1 | 124k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.31/56.65	c  56.6s|152300 | 38398 |  1121k|   7.3 |    86M |  38 | 101 | 287 | 226 |5121 |  1 | 124k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.31/56.68	c  56.7s|152400 | 38396 |  1122k|   7.3 |    86M |  38 | 101 | 286 |   0 |5121 |  0 | 124k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.41/56.72	c  56.7s|152500 | 38398 |  1122k|   7.3 |    86M |  38 | 101 | 287 | 226 |5121 |  1 | 124k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.41/56.75	c  56.7s|152600 | 38396 |  1122k|   7.3 |    86M |  38 | 101 | 288 | 226 |5121 |  1 | 124k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.41/56.79	c  56.8s|152700 | 38418 |  1123k|   7.3 |    86M |  38 | 101 | 288 | 226 |5121 |  1 | 124k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.51/56.82	c  56.8s|152800 | 38412 |  1124k|   7.3 |    86M |  38 | 101 | 287 | 226 |5121 |  1 | 124k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.51/56.85	c  56.8s|152900 | 38439 |  1124k|   7.3 |    86M |  38 | 101 | 288 | 226 |5121 |  1 | 124k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.51/56.88	c  56.9s|153000 | 38473 |  1125k|   7.3 |    86M |  38 | 101 | 288 |   0 |5121 |  0 | 124k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.61/56.91	c  56.9s|153100 | 38496 |  1126k|   7.3 |    86M |  38 | 101 | 289 | 226 |5121 |  1 | 124k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.61/56.95	c  56.9s|153200 | 38494 |  1126k|   7.3 |    86M |  38 | 101 | 288 |   0 |5121 |  0 | 125k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.61/56.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
56.61/56.98	c  57.0s|153300 | 38505 |  1127k|   7.3 |    86M |  38 | 101 | 287 | 226 |5121 |  1 | 125k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.72/57.02	c  57.0s|153400 | 38523 |  1127k|   7.3 |    86M |  38 | 101 | 288 |   0 |5121 |  0 | 125k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.72/57.05	c  57.0s|153500 | 38534 |  1128k|   7.3 |    86M |  38 | 101 | 286 |   0 |5121 |  0 | 125k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.72/57.08	c  57.1s|153600 | 38544 |  1128k|   7.3 |    86M |  38 | 101 | 287 | 226 |5121 |  1 | 125k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.82/57.11	c  57.1s|153700 | 38551 |  1129k|   7.3 |    86M |  38 | 101 | 287 |   0 |5121 |  0 | 125k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.82/57.14	c  57.1s|153800 | 38556 |  1129k|   7.3 |    86M |  38 | 101 | 289 |   0 |5121 |  0 | 125k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.82/57.18	c  57.2s|153900 | 38575 |  1130k|   7.3 |    86M |  38 | 101 | 287 |   0 |5121 |  0 | 125k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.91/57.21	c  57.2s|154000 | 38578 |  1131k|   7.3 |    87M |  38 | 101 | 288 | 226 |5121 |  1 | 125k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.91/57.25	c  57.2s|154100 | 38585 |  1131k|   7.3 |    87M |  38 | 101 | 288 |   0 |5121 |  0 | 125k|  31 | 0.000000e+00 |      --      |    Inf | unknown
56.91/57.28	c  57.3s|154200 | 38587 |  1132k|   7.3 |    87M |  38 | 101 | 286 | 226 |5121 |  1 | 125k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.01/57.32	c  57.3s|154300 | 38608 |  1133k|   7.3 |    87M |  38 | 101 | 287 | 228 |5123 |  1 | 125k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.01/57.35	c  57.3s|154400 | 38616 |  1133k|   7.3 |    87M |  38 | 101 | 287 | 230 |5123 |  1 | 126k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.01/57.38	c  57.4s|154500 | 38624 |  1134k|   7.3 |    87M |  38 | 101 | 287 |   0 |5123 |  0 | 126k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.11/57.42	c  57.4s|154600 | 38674 |  1135k|   7.3 |    87M |  38 | 101 | 288 | 228 |5126 |  1 | 126k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.11/57.46	c  57.5s|154700 | 38688 |  1135k|   7.3 |    87M |  38 | 101 | 286 |   0 |5126 |  0 | 126k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.11/57.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
57.11/57.49	c  57.5s|154800 | 38712 |  1136k|   7.3 |    87M |  38 | 101 | 288 | 230 |5126 |  1 | 126k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.21/57.52	c  57.5s|154900 | 38728 |  1136k|   7.3 |    87M |  38 | 101 | 286 | 232 |5126 |  1 | 126k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.21/57.56	c  57.6s|155000 | 38750 |  1137k|   7.3 |    87M |  38 | 101 | 288 |   0 |5126 |  0 | 126k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.21/57.59	c  57.6s|155100 | 38767 |  1137k|   7.2 |    87M |  38 | 101 | 288 | 231 |5126 |  1 | 126k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.31/57.63	c  57.6s|155200 | 38798 |  1138k|   7.3 |    87M |  38 | 101 | 288 | 228 |5126 |  1 | 126k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.31/57.67	c  57.7s|155300 | 38845 |  1139k|   7.3 |    87M |  38 | 101 | 286 | 228 |5126 |  1 | 126k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.41/57.70	c  57.7s|155400 | 38872 |  1140k|   7.3 |    87M |  38 | 101 | 286 | 228 |5126 |  1 | 126k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.41/57.74	c  57.7s|155500 | 38891 |  1140k|   7.3 |    87M |  38 | 101 | 283 | 228 |5126 |  0 | 126k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.41/57.77	c  57.8s|155600 | 38910 |  1141k|   7.2 |    87M |  38 | 101 | 283 | 228 |5126 |  1 | 127k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.51/57.80	c  57.8s|155700 | 38930 |  1141k|   7.2 |    87M |  38 | 101 | 284 | 228 |5126 |  0 | 127k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.51/57.84	c  57.8s|155800 | 38940 |  1142k|   7.2 |    87M |  38 | 101 | 282 | 228 |5126 |  1 | 127k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.51/57.88	c  57.9s|155900 | 38941 |  1142k|   7.2 |    87M |  38 | 101 | 284 | 228 |5126 |  1 | 127k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.61/57.91	c  57.9s|156000 | 38955 |  1143k|   7.2 |    87M |  38 | 101 | 283 | 228 |5126 |  0 | 127k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.61/57.95	c  57.9s|156100 | 38964 |  1143k|   7.2 |    87M |  38 | 101 | 284 | 232 |5127 |  1 | 127k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.61/57.98	c  58.0s|156200 | 38968 |  1144k|   7.2 |    87M |  38 | 101 | 287 |   0 |5127 |  0 | 127k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.71/58.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
57.71/58.01	c  58.0s|156300 | 38983 |  1144k|   7.2 |    87M |  38 | 101 | 287 | 230 |5127 |  1 | 127k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.71/58.05	c  58.0s|156400 | 38990 |  1145k|   7.2 |    87M |  38 | 101 | 287 |   0 |5127 |  0 | 127k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.71/58.08	c  58.1s|156500 | 38989 |  1146k|   7.2 |    87M |  38 | 101 | 286 |   0 |5127 |  0 | 127k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.81/58.11	c  58.1s|156600 | 39002 |  1146k|   7.2 |    87M |  38 | 101 | 286 | 231 |5128 |  1 | 127k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.81/58.15	c  58.1s|156700 | 39022 |  1147k|   7.2 |    87M |  38 | 101 | 286 | 231 |5128 |  1 | 127k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.81/58.19	c  58.2s|156800 | 39041 |  1148k|   7.2 |    87M |  38 | 101 | 288 | 228 |5128 |  1 | 128k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.90/58.22	c  58.2s|156900 | 39052 |  1148k|   7.2 |    87M |  38 | 101 | 286 | 228 |5128 |  1 | 128k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.90/58.25	c  58.3s|157000 | 39065 |  1149k|   7.2 |    87M |  38 | 101 | 288 | 226 |5128 |  1 | 128k|  31 | 0.000000e+00 |      --      |    Inf | unknown
57.90/58.28	c  58.3s|157100 | 39070 |  1149k|   7.2 |    87M |  38 | 101 | 286 | 234 |5128 |  1 | 128k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.00/58.32	c  58.3s|157200 | 39068 |  1150k|   7.2 |    87M |  38 | 101 | 286 | 233 |5128 |  1 | 128k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.00/58.35	c  58.3s|157300 | 39080 |  1150k|   7.2 |    87M |  38 | 101 | 285 | 230 |5128 |  1 | 128k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.00/58.38	c  58.4s|157400 | 39095 |  1151k|   7.2 |    87M |  38 | 101 | 287 | 226 |5128 |  1 | 128k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.10/58.41	c  58.4s|157500 | 39110 |  1151k|   7.2 |    88M |  38 | 101 | 285 | 226 |5128 |  0 | 128k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.10/58.45	c  58.4s|157600 | 39111 |  1152k|   7.2 |    88M |  38 | 101 | 285 | 233 |5128 |  0 | 128k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.10/58.48	c  58.5s|157700 | 39118 |  1152k|   7.2 |    88M |  38 | 101 | 286 | 230 |5128 |  0 | 128k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.20/58.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
58.20/58.51	c  58.5s|157800 | 39124 |  1153k|   7.2 |    88M |  38 | 101 | 286 |   0 |5128 |  0 | 128k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.20/58.55	c  58.5s|157900 | 39128 |  1153k|   7.2 |    88M |  38 | 101 | 285 | 226 |5129 |  0 | 128k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.20/58.58	c  58.6s|158000 | 39124 |  1154k|   7.2 |    88M |  38 | 101 | 285 |   0 |5129 |  0 | 128k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.30/58.61	c  58.6s|158100 | 39127 |  1154k|   7.2 |    88M |  38 | 101 | 285 |   0 |5129 |  0 | 129k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.30/58.64	c  58.6s|158200 | 39136 |  1155k|   7.2 |    88M |  38 | 101 | 285 |   0 |5129 |  0 | 129k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.30/58.68	c  58.7s|158300 | 39135 |  1155k|   7.2 |    88M |  38 | 101 | 285 | 226 |5129 |  1 | 129k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.40/58.72	c  58.7s|158400 | 39176 |  1156k|   7.2 |    88M |  38 | 101 | 285 | 232 |5129 |  1 | 129k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.40/58.75	c  58.8s|158500 | 39182 |  1156k|   7.2 |    88M |  38 | 101 | 286 | 226 |5129 |  1 | 129k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.40/58.78	c  58.8s|158600 | 39187 |  1157k|   7.2 |    88M |  38 | 101 | 284 | 231 |5129 |  1 | 129k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.50/58.81	c  58.8s|158700 | 39191 |  1157k|   7.2 |    88M |  38 | 101 | 286 | 231 |5129 |  1 | 129k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.50/58.84	c  58.8s|158800 | 39192 |  1158k|   7.2 |    88M |  38 | 101 | 286 | 226 |5129 |  1 | 129k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.50/58.87	c  58.9s|158900 | 39208 |  1158k|   7.2 |    89M |  38 | 101 | 284 | 231 |5129 |  1 | 129k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.60/58.91	c  58.9s|159000 | 39209 |  1159k|   7.2 |    89M |  38 | 101 | 286 |   0 |5129 |  0 | 129k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.60/58.96	c  59.0s|159100 | 39270 |  1161k|   7.2 |    89M |  38 | 101 | 285 | 230 |5129 |  1 | 129k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.60/58.99	c  59.0s|159200 | 39288 |  1162k|   7.2 |    89M |  38 | 101 | 286 | 230 |5130 |  1 | 129k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.71/59.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
58.71/59.04	c  59.0s|159300 | 39355 |  1163k|   7.2 |    89M |  38 | 101 | 285 | 230 |5133 |  1 | 130k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.71/59.07	c  59.1s|159400 | 39372 |  1164k|   7.2 |    89M |  38 | 101 | 284 | 230 |5133 |  0 | 130k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.80/59.11	c  59.1s|159500 | 39378 |  1164k|   7.2 |    89M |  38 | 101 | 285 | 231 |5133 |  1 | 130k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.80/59.14	c  59.1s|159600 | 39399 |  1165k|   7.2 |    89M |  38 | 101 | 283 | 230 |5133 |  0 | 130k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.80/59.18	c  59.2s|159700 | 39418 |  1165k|   7.2 |    89M |  38 | 101 | 285 | 230 |5133 |  1 | 130k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.90/59.21	c  59.2s|159800 | 39457 |  1166k|   7.2 |    89M |  38 | 101 | 285 |   0 |5135 |  0 | 130k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.90/59.25	c  59.2s|159900 | 39476 |  1167k|   7.2 |    89M |  38 | 101 | 283 |   0 |5137 |  0 | 130k|  31 | 0.000000e+00 |      --      |    Inf | unknown
58.90/59.28	c  59.3s|160000 | 39499 |  1167k|   7.2 |    89M |  38 | 101 | 284 | 230 |5137 |  1 | 130k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.00/59.32	c  59.3s|160100 | 39522 |  1168k|   7.2 |    89M |  38 | 101 | 283 | 230 |5137 |  1 | 130k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.00/59.36	c  59.4s|160200 | 39525 |  1168k|   7.2 |    89M |  38 | 101 | 283 | 230 |5137 |  1 | 130k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.00/59.39	c  59.4s|160300 | 39553 |  1169k|   7.2 |    89M |  38 | 101 | 284 |   0 |5137 |  0 | 130k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.10/59.42	c  59.4s|160400 | 39557 |  1169k|   7.2 |    89M |  38 | 101 | 284 | 230 |5137 |  1 | 131k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.10/59.45	c  59.5s|160500 | 39582 |  1170k|   7.2 |    89M |  38 | 101 | 283 | 230 |5137 |  1 | 131k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.10/59.48	c  59.5s|160600 | 39577 |  1171k|   7.2 |    89M |  38 | 101 | 283 | 230 |5137 |  0 | 131k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.19/59.52	c  59.5s|160700 | 39580 |  1171k|   7.2 |    89M |  38 | 101 | 284 |   0 |5138 |  0 | 131k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.19/59.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
59.19/59.56	c  59.6s|160800 | 39585 |  1172k|   7.2 |    89M |  38 | 101 | 286 | 232 |5138 |  0 | 131k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.19/59.59	c  59.6s|160900 | 39615 |  1172k|   7.2 |    89M |  38 | 101 | 286 | 230 |5138 |  1 | 131k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.29/59.63	c  59.6s|161000 | 39651 |  1173k|   7.2 |    89M |  38 | 101 | 286 | 229 |5138 |  1 | 131k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.29/59.67	c  59.7s|161100 | 39720 |  1175k|   7.2 |    89M |  38 | 101 | 285 | 229 |5139 |  1 | 131k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.39/59.70	c  59.7s|161200 | 39736 |  1175k|   7.2 |    89M |  38 | 101 | 285 | 229 |5139 |  0 | 131k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.39/59.74	c  59.7s|161300 | 39762 |  1176k|   7.2 |    89M |  38 | 101 | 286 | 229 |5141 |  1 | 131k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.39/59.77	c  59.8s|161400 | 39785 |  1177k|   7.2 |    89M |  38 | 101 | 283 | 229 |5141 |  1 | 131k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.49/59.80	c  59.8s|161500 | 39792 |  1177k|   7.2 |    89M |  38 | 101 | 283 |   0 |5141 |  0 | 131k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.49/59.84	c  59.8s|161600 | 39803 |  1178k|   7.2 |    89M |  38 | 101 | 285 | 229 |5141 |  1 | 131k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.49/59.87	c  59.9s|161700 | 39802 |  1178k|   7.2 |    89M |  38 | 101 | 283 | 226 |5141 |  1 | 131k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.59/59.91	c  59.9s|161800 | 39818 |  1179k|   7.2 |    89M |  38 | 101 | 283 | 226 |5141 |  0 | 132k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.59/59.95	c  59.9s|161900 | 39850 |  1180k|   7.2 |    89M |  38 | 101 | 284 | 234 |5141 |  1 | 132k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.59/59.98	c  60.0s|162000 | 39874 |  1180k|   7.2 |    89M |  38 | 101 | 284 | 234 |5141 |  1 | 132k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.69/60.01	c  60.0s|162100 | 39892 |  1181k|   7.2 |    89M |  38 | 101 | 284 | 234 |5141 |  1 | 132k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.69/60.05	c  60.1s|162200 | 39883 |  1182k|   7.2 |    89M |  38 | 101 | 282 | 233 |5141 |  1 | 132k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.69/60.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
59.69/60.08	c  60.1s|162300 | 39902 |  1182k|   7.2 |    89M |  38 | 101 | 284 | 227 |5141 |  1 | 132k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.79/60.12	c  60.1s|162400 | 39912 |  1183k|   7.2 |    89M |  38 | 101 | 282 | 229 |5141 |  1 | 132k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.79/60.15	c  60.2s|162500 | 39920 |  1183k|   7.2 |    89M |  38 | 101 | 282 | 227 |5141 |  1 | 132k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.79/60.19	c  60.2s|162600 | 39953 |  1184k|   7.2 |    89M |  38 | 101 | 284 | 228 |5141 |  1 | 132k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.89/60.24	c  60.2s|162700 | 40004 |  1185k|   7.2 |    89M |  38 | 101 | 282 | 228 |5141 |  1 | 132k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.89/60.27	c  60.3s|162800 | 40013 |  1186k|   7.2 |    89M |  38 | 101 | 279 | 228 |5141 |  0 | 132k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.99/60.30	c  60.3s|162900 | 40022 |  1186k|   7.2 |    89M |  38 | 101 | 283 | 228 |5141 |  1 | 133k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.99/60.34	c  60.3s|163000 | 40075 |  1187k|   7.2 |    89M |  38 | 101 | 284 | 228 |5141 |  1 | 133k|  31 | 0.000000e+00 |      --      |    Inf | unknown
59.99/60.37	c  60.4s|163100 | 40099 |  1188k|   7.2 |    89M |  38 | 101 | 283 | 229 |5141 |  1 | 133k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.09/60.40	c  60.4s|163200 | 40111 |  1189k|   7.2 |    89M |  38 | 101 | 283 | 228 |5141 |  1 | 133k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.09/60.44	c  60.4s|163300 | 40154 |  1189k|   7.2 |    89M |  38 | 101 | 283 | 226 |5141 |  1 | 133k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.09/60.47	c  60.5s|163400 | 40188 |  1190k|   7.2 |    89M |  38 | 101 | 283 |   0 |5141 |  0 | 133k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.19/60.50	c  60.5s|163500 | 40206 |  1191k|   7.2 |    89M |  38 | 101 | 283 |   0 |5141 |  0 | 133k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.19/60.56	c  60.6s|163600 | 40218 |  1191k|   7.2 |    89M |  38 | 101 | 283 |   0 |5141 |  0 | 133k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.29/60.60	c  60.6s|163700 | 40251 |  1192k|   7.2 |    89M |  38 | 101 | 283 | 226 |5141 |  1 | 133k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.29/60.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
60.29/60.63	c  60.6s|163800 | 40244 |  1192k|   7.2 |    89M |  38 | 101 | 282 | 226 |5141 |  1 | 133k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.29/60.66	c  60.7s|163900 | 40276 |  1193k|   7.2 |    89M |  38 | 101 | 282 | 226 |5141 |  1 | 134k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.29/60.69	c  60.7s|164000 | 40285 |  1194k|   7.2 |    89M |  38 | 101 | 283 | 226 |5141 |  0 | 134k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.39/60.72	c  60.7s|164100 | 40286 |  1194k|   7.2 |    89M |  38 | 101 | 283 | 226 |5141 |  1 | 134k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.39/60.75	c  60.7s|164200 | 40296 |  1194k|   7.2 |    89M |  38 | 101 | 282 |   0 |5141 |  0 | 134k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.39/60.78	c  60.8s|164300 | 40313 |  1195k|   7.2 |    89M |  38 | 101 | 280 | 232 |5141 |  0 | 134k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.48/60.82	c  60.8s|164400 | 40313 |  1195k|   7.2 |    90M |  38 | 101 | 285 | 227 |5141 |  0 | 134k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.48/60.86	c  60.9s|164500 | 40328 |  1196k|   7.2 |    90M |  38 | 101 | 282 |   0 |5141 |  0 | 134k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.48/60.89	c  60.9s|164600 | 40338 |  1197k|   7.2 |    90M |  38 | 101 | 282 | 233 |5141 |  1 | 134k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.58/60.93	c  60.9s|164700 | 40358 |  1197k|   7.2 |    90M |  38 | 101 | 284 | 230 |5141 |  1 | 134k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.58/60.96	c  61.0s|164800 | 40367 |  1198k|   7.2 |    90M |  38 | 101 | 284 | 230 |5141 |  1 | 134k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.58/60.99	c  61.0s|164900 | 40364 |  1198k|   7.2 |    90M |  38 | 101 | 282 |   0 |5141 |  0 | 135k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.69/61.02	c  61.0s|165000 | 40373 |  1199k|   7.2 |    90M |  38 | 101 | 284 | 229 |5141 |  1 | 135k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.69/61.06	c  61.1s|165100 | 40384 |  1199k|   7.2 |    90M |  38 | 101 | 284 |   0 |5141 |  0 | 135k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.69/61.09	c  61.1s|165200 | 40398 |  1200k|   7.2 |    90M |  38 | 101 | 284 |   0 |5141 |  0 | 135k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.79/61.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
60.79/61.13	c  61.1s|165300 | 40422 |  1200k|   7.2 |    90M |  38 | 101 | 283 | 228 |5141 |  1 | 135k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.79/61.17	c  61.2s|165400 | 40455 |  1201k|   7.2 |    90M |  38 | 101 | 284 |   0 |5141 |  0 | 135k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.88/61.20	c  61.2s|165500 | 40453 |  1202k|   7.2 |    90M |  38 | 101 | 283 |   0 |5141 |  0 | 135k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.88/61.24	c  61.2s|165600 | 40462 |  1202k|   7.2 |    90M |  38 | 101 | 282 | 231 |5141 |  0 | 135k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.88/61.27	c  61.3s|165700 | 40479 |  1203k|   7.2 |    90M |  38 | 101 | 284 | 232 |5141 |  1 | 135k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.98/61.30	c  61.3s|165800 | 40486 |  1203k|   7.2 |    90M |  38 | 101 | 283 | 231 |5141 |  0 | 135k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.98/61.34	c  61.3s|165900 | 40493 |  1204k|   7.2 |    90M |  38 | 101 | 283 | 232 |5141 |  1 | 135k|  31 | 0.000000e+00 |      --      |    Inf | unknown
60.98/61.38	c  61.4s|166000 | 40505 |  1204k|   7.2 |    90M |  38 | 101 | 284 | 226 |5141 |  1 | 136k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.08/61.41	c  61.4s|166100 | 40529 |  1205k|   7.2 |    90M |  38 | 101 | 284 | 233 |5141 |  1 | 136k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.08/61.44	c  61.4s|166200 | 40530 |  1205k|   7.2 |    90M |  38 | 101 | 283 | 226 |5141 |  1 | 136k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.08/61.47	c  61.5s|166300 | 40521 |  1206k|   7.2 |    90M |  38 | 101 | 282 | 229 |5141 |  1 | 136k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.18/61.50	c  61.5s|166400 | 40521 |  1206k|   7.2 |    90M |  38 | 101 | 282 | 228 |5141 |  1 | 136k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.18/61.54	c  61.5s|166500 | 40537 |  1207k|   7.2 |    90M |  38 | 101 | 282 | 229 |5141 |  1 | 136k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.18/61.57	c  61.6s|166600 | 40581 |  1208k|   7.2 |    90M |  38 | 101 | 284 | 228 |5141 |  1 | 136k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.28/61.62	c  61.6s|166700 | 40626 |  1209k|   7.2 |    90M |  38 | 101 | 285 | 228 |5141 |  1 | 136k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.28/61.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
61.28/61.65	c  61.7s|166800 | 40643 |  1210k|   7.2 |    90M |  38 | 101 | 281 | 228 |5141 |  1 | 136k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.28/61.69	c  61.7s|166900 | 40659 |  1210k|   7.2 |    90M |  38 | 101 | 281 | 228 |5141 |  1 | 136k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.38/61.73	c  61.7s|167000 | 40699 |  1211k|   7.2 |    90M |  38 | 101 | 279 | 228 |5141 |  0 | 136k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.38/61.76	c  61.8s|167100 | 40716 |  1212k|   7.2 |    90M |  38 | 101 | 276 | 229 |5141 |  0 | 136k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.48/61.80	c  61.8s|167200 | 40715 |  1212k|   7.2 |    90M |  38 | 101 | 277 |   0 |5141 |  0 | 136k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.48/61.83	c  61.8s|167300 | 40716 |  1213k|   7.2 |    90M |  38 | 101 | 276 | 230 |5141 |  1 | 137k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.48/61.87	c  61.9s|167400 | 40751 |  1214k|   7.2 |    90M |  38 | 101 | 281 | 228 |5141 |  1 | 137k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.58/61.91	c  61.9s|167500 | 40784 |  1214k|   7.2 |    90M |  38 | 101 | 282 | 228 |5141 |  1 | 137k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.58/61.94	c  61.9s|167600 | 40813 |  1215k|   7.2 |    90M |  38 | 101 | 280 | 228 |5141 |  1 | 137k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.58/61.96	c  62.0s|167700 | 40842 |  1216k|   7.2 |    90M |  38 | 101 | 280 | 228 |5141 |  0 | 137k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.68/62.00	c  62.0s|167800 | 40850 |  1216k|   7.2 |    90M |  38 | 101 | 280 | 228 |5141 |  0 | 137k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.68/62.03	c  62.0s|167900 | 40867 |  1217k|   7.2 |    90M |  38 | 101 | 280 | 228 |5141 |  1 | 137k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.68/62.07	c  62.1s|168000 | 40859 |  1217k|   7.2 |    90M |  38 | 101 | 279 | 228 |5141 |  0 | 137k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.68/62.10	c  62.1s|168100 | 40877 |  1218k|   7.2 |    90M |  38 | 101 | 278 | 229 |5141 |  1 | 137k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.78/62.13	c  62.1s|168200 | 40888 |  1218k|   7.2 |    90M |  38 | 101 | 277 | 232 |5141 |  0 | 137k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.78/62.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
61.78/62.16	c  62.2s|168300 | 40911 |  1219k|   7.2 |    90M |  38 | 101 | 277 | 228 |5141 |  1 | 137k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.88/62.20	c  62.2s|168400 | 40923 |  1219k|   7.2 |    90M |  38 | 101 | 278 |   0 |5141 |  0 | 137k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.88/62.23	c  62.2s|168500 | 40920 |  1220k|   7.2 |    91M |  38 | 101 | 276 | 231 |5141 |  0 | 138k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.88/62.26	c  62.3s|168600 | 40928 |  1220k|   7.2 |    91M |  38 | 101 | 277 | 233 |5141 |  1 | 138k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.88/62.29	c  62.3s|168700 | 40937 |  1221k|   7.2 |    91M |  38 | 101 | 278 | 227 |5141 |  1 | 138k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.98/62.32	c  62.3s|168800 | 40939 |  1221k|   7.2 |    91M |  38 | 101 | 277 |   0 |5141 |  0 | 138k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.98/62.36	c  62.4s|168900 | 40940 |  1222k|   7.2 |    91M |  38 | 101 | 277 | 226 |5141 |  0 | 138k|  31 | 0.000000e+00 |      --      |    Inf | unknown
61.98/62.39	c  62.4s|169000 | 40971 |  1223k|   7.2 |    91M |  38 | 101 | 280 | 226 |5141 |  1 | 138k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.08/62.43	c  62.4s|169100 | 40966 |  1223k|   7.2 |    91M |  38 | 101 | 282 |   0 |5141 |  0 | 138k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.08/62.46	c  62.5s|169200 | 40976 |  1223k|   7.2 |    91M |  38 | 101 | 282 | 226 |5141 |  1 | 138k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.18/62.50	c  62.5s|169300 | 40983 |  1224k|   7.2 |    91M |  38 | 101 | 281 | 229 |5141 |  1 | 138k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.18/62.53	c  62.5s|169400 | 41002 |  1225k|   7.2 |    91M |  38 | 101 | 282 |   0 |5141 |  0 | 138k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.18/62.57	c  62.6s|169500 | 41025 |  1225k|   7.2 |    91M |  38 | 101 | 282 | 231 |5141 |  1 | 139k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.27/62.60	c  62.6s|169600 | 41042 |  1226k|   7.2 |    91M |  38 | 101 | 280 |   0 |5141 |  0 | 139k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.27/62.63	c  62.6s|169700 | 41047 |  1226k|   7.2 |    91M |  38 | 101 | 281 | 231 |5141 |  1 | 139k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.27/62.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
62.27/62.67	c  62.7s|169800 | 41062 |  1227k|   7.2 |    91M |  38 | 101 | 280 | 228 |5141 |  1 | 139k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.37/62.71	c  62.7s|169900 | 41066 |  1228k|   7.2 |    91M |  38 | 101 | 281 | 231 |5141 |  1 | 139k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.37/62.74	c  62.7s|170000 | 41076 |  1228k|   7.2 |    91M |  38 | 101 | 280 | 230 |5141 |  1 | 139k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.37/62.78	c  62.8s|170100 | 41105 |  1229k|   7.1 |    91M |  38 | 101 | 282 |   0 |5141 |  0 | 139k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.47/62.82	c  62.8s|170200 | 41131 |  1230k|   7.2 |    91M |  38 | 101 | 282 |   0 |5141 |  0 | 139k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.47/62.85	c  62.8s|170300 | 41143 |  1230k|   7.1 |    91M |  38 | 101 | 282 | 229 |5141 |  1 | 139k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.47/62.88	c  62.9s|170400 | 41157 |  1231k|   7.1 |    91M |  38 | 101 | 282 | 228 |5141 |  1 | 139k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.57/62.92	c  62.9s|170500 | 41158 |  1231k|   7.1 |    91M |  38 | 101 | 281 | 228 |5141 |  1 | 139k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.57/62.96	c  63.0s|170600 | 41155 |  1231k|   7.1 |    91M |  38 | 101 | 281 |   0 |5141 |  0 | 140k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.57/62.99	c  63.0s|170700 | 41176 |  1232k|   7.1 |    91M |  38 | 101 | 281 | 232 |5141 |  0 | 140k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.68/63.03	c  63.0s|170800 | 41176 |  1232k|   7.1 |    91M |  38 | 101 | 280 | 232 |5141 |  0 | 140k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.68/63.06	c  63.1s|170900 | 41190 |  1233k|   7.1 |    91M |  38 | 101 | 282 | 232 |5141 |  1 | 140k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.68/63.09	c  63.1s|171000 | 41198 |  1233k|   7.1 |    91M |  38 | 101 | 280 | 228 |5141 |  1 | 140k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.78/63.13	c  63.1s|171100 | 41220 |  1234k|   7.1 |    91M |  38 | 101 | 280 |   0 |5141 |  0 | 140k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.78/63.16	c  63.2s|171200 | 41245 |  1235k|   7.1 |    91M |  38 | 101 | 280 | 230 |5141 |  1 | 140k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.78/63.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
62.78/63.19	c  63.2s|171300 | 41237 |  1235k|   7.1 |    91M |  38 | 101 | 281 | 235 |5141 |  0 | 140k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.87/63.22	c  63.2s|171400 | 41245 |  1236k|   7.1 |    91M |  38 | 101 | 282 | 228 |5141 |  1 | 140k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.87/63.25	c  63.3s|171500 | 41237 |  1236k|   7.1 |    91M |  38 | 101 | 281 | 232 |5141 |  1 | 140k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.87/63.29	c  63.3s|171600 | 41247 |  1237k|   7.1 |    91M |  38 | 101 | 282 | 230 |5141 |  1 | 140k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.97/63.33	c  63.3s|171700 | 41265 |  1237k|   7.1 |    91M |  38 | 101 | 280 | 232 |5141 |  1 | 140k|  31 | 0.000000e+00 |      --      |    Inf | unknown
62.97/63.37	c  63.4s|171800 | 41310 |  1238k|   7.1 |    91M |  38 | 101 | 282 |   0 |5141 |  0 | 141k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.07/63.40	c  63.4s|171900 | 41315 |  1239k|   7.1 |    91M |  38 | 101 | 278 | 230 |5141 |  1 | 141k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.07/63.45	c  63.5s|172000 | 41384 |  1240k|   7.1 |    91M |  38 | 101 | 278 | 229 |5141 |  1 | 141k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.07/63.49	c  63.5s|172100 | 41440 |  1241k|   7.1 |    91M |  38 | 101 | 277 | 229 |5141 |  1 | 141k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.17/63.53	c  63.5s|172200 | 41491 |  1242k|   7.1 |    91M |  38 | 101 | 278 | 229 |5141 |  1 | 141k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.17/63.57	c  63.6s|172300 | 41520 |  1243k|   7.1 |    91M |  38 | 101 | 278 | 229 |5141 |  1 | 141k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.27/63.61	c  63.6s|172400 | 41571 |  1244k|   7.1 |    91M |  38 | 101 | 274 | 229 |5141 |  1 | 141k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.27/63.65	c  63.6s|172500 | 41610 |  1245k|   7.1 |    91M |  38 | 101 | 272 | 229 |5141 |  1 | 141k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.27/63.69	c  63.7s|172600 | 41636 |  1246k|   7.1 |    91M |  38 | 101 | 272 | 229 |5141 |  1 | 141k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.37/63.72	c  63.7s|172700 | 41655 |  1246k|   7.1 |    91M |  38 | 101 | 272 |   0 |5141 |  0 | 141k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.37/63.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
63.37/63.77	c  63.8s|172800 | 41702 |  1247k|   7.1 |    91M |  38 | 101 | 272 | 229 |5141 |  1 | 141k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.47/63.81	c  63.8s|172900 | 41714 |  1248k|   7.1 |    91M |  38 | 101 | 274 | 229 |5141 |  1 | 142k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.47/63.84	c  63.8s|173000 | 41745 |  1248k|   7.1 |    91M |  38 | 101 | 272 | 229 |5141 |  1 | 142k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.47/63.88	c  63.9s|173100 | 41770 |  1249k|   7.1 |    91M |  38 | 101 | 273 | 229 |5141 |  1 | 142k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.57/63.91	c  63.9s|173200 | 41776 |  1250k|   7.1 |    91M |  38 | 101 | 275 |   0 |5141 |  0 | 142k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.57/63.95	c  64.0s|173300 | 41807 |  1251k|   7.1 |    91M |  38 | 101 | 275 | 229 |5141 |  1 | 142k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.57/63.99	c  64.0s|173400 | 41836 |  1252k|   7.1 |    91M |  38 | 101 | 275 |   0 |5141 |  0 | 142k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.67/64.02	c  64.0s|173500 | 41865 |  1252k|   7.1 |    91M |  38 | 101 | 274 | 229 |5141 |  1 | 142k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.67/64.06	c  64.1s|173600 | 41867 |  1253k|   7.1 |    91M |  38 | 101 | 278 | 229 |5141 |  1 | 142k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.67/64.10	c  64.1s|173700 | 41907 |  1253k|   7.1 |    91M |  38 | 101 | 276 | 229 |5141 |  1 | 142k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.77/64.14	c  64.1s|173800 | 41949 |  1254k|   7.1 |    91M |  38 | 101 | 278 | 229 |5141 |  1 | 143k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.77/64.18	c  64.2s|173900 | 41975 |  1255k|   7.1 |    91M |  38 | 101 | 277 | 229 |5141 |  1 | 143k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.87/64.21	c  64.2s|174000 | 41974 |  1255k|   7.1 |    91M |  38 | 101 | 278 | 229 |5141 |  1 | 143k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.87/64.24	c  64.2s|174100 | 41979 |  1256k|   7.1 |    91M |  38 | 101 | 277 | 229 |5141 |  1 | 143k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.87/64.28	c  64.3s|174200 | 41987 |  1256k|   7.1 |    91M |  38 | 101 | 275 | 229 |5141 |  1 | 143k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.97/64.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
63.97/64.32	c  64.3s|174300 | 41993 |  1257k|   7.1 |    91M |  38 | 101 | 276 |   0 |5141 |  0 | 143k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.97/64.36	c  64.4s|174400 | 42016 |  1257k|   7.1 |    91M |  38 | 101 | 277 | 229 |5141 |  1 | 143k|  31 | 0.000000e+00 |      --      |    Inf | unknown
63.97/64.39	c  64.4s|174500 | 42006 |  1258k|   7.1 |    91M |  38 | 101 | 277 |   0 |5141 |  0 | 143k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.07/64.43	c  64.4s|174600 | 42029 |  1258k|   7.1 |    91M |  38 | 101 | 277 |   0 |5141 |  0 | 143k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.07/64.46	c  64.5s|174700 | 42049 |  1259k|   7.1 |    91M |  38 | 101 | 278 | 229 |5141 |  1 | 144k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.17/64.50	c  64.5s|174800 | 42056 |  1259k|   7.1 |    91M |  38 | 101 | 278 | 229 |5141 |  1 | 144k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.17/64.53	c  64.5s|174900 | 42051 |  1260k|   7.1 |    91M |  38 | 101 | 280 | 229 |5141 |  1 | 144k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.17/64.57	c  64.6s|175000 | 42066 |  1260k|   7.1 |    91M |  38 | 101 | 280 | 234 |5146 |  1 | 144k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.27/64.61	c  64.6s|175100 | 42068 |  1261k|   7.1 |    91M |  38 | 101 | 278 | 233 |5146 |  0 | 144k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.27/64.63	c  64.6s|175200 | 42082 |  1261k|   7.1 |    91M |  38 | 101 | 277 | 226 |5146 |  1 | 144k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.27/64.66	c  64.7s|175300 | 42103 |  1262k|   7.1 |    91M |  38 | 101 | 277 | 230 |5146 |  1 | 144k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.27/64.69	c  64.7s|175400 | 42100 |  1262k|   7.1 |    91M |  38 | 101 | 279 | 226 |5146 |  1 | 144k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.37/64.73	c  64.7s|175500 | 42127 |  1263k|   7.1 |    91M |  38 | 101 | 280 |   0 |5146 |  0 | 144k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.37/64.76	c  64.8s|175600 | 42148 |  1264k|   7.1 |    91M |  38 | 101 | 280 | 228 |5146 |  1 | 144k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.47/64.80	c  64.8s|175700 | 42152 |  1264k|   7.1 |    92M |  38 | 101 | 279 | 228 |5146 |  1 | 144k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.47/64.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
64.47/64.84	c  64.8s|175800 | 42179 |  1265k|   7.1 |    92M |  38 | 101 | 279 | 229 |5146 |  1 | 144k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.47/64.87	c  64.9s|175900 | 42178 |  1265k|   7.1 |    92M |  38 | 101 | 280 | 229 |5146 |  1 | 145k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.57/64.90	c  64.9s|176000 | 42183 |  1265k|   7.1 |    92M |  38 | 101 | 280 |   0 |5146 |  0 | 145k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.57/64.93	c  64.9s|176100 | 42191 |  1266k|   7.1 |    92M |  38 | 101 | 280 | 231 |5147 |  1 | 145k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.57/64.98	c  65.0s|176200 | 42210 |  1267k|   7.1 |    92M |  38 | 101 | 280 |   0 |5147 |  0 | 145k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.68/65.01	c  65.0s|176300 | 42221 |  1268k|   7.1 |    92M |  38 | 101 | 280 | 228 |5147 |  1 | 145k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.68/65.04	c  65.0s|176400 | 42228 |  1268k|   7.1 |    92M |  38 | 101 | 280 | 226 |5147 |  1 | 145k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.68/65.07	c  65.1s|176500 | 42238 |  1269k|   7.1 |    92M |  38 | 101 | 280 | 231 |5148 |  1 | 145k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.78/65.10	c  65.1s|176600 | 42256 |  1269k|   7.1 |    92M |  38 | 101 | 278 |   0 |5148 |  0 | 145k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.78/65.14	c  65.1s|176700 | 42264 |  1270k|   7.1 |    92M |  38 | 101 | 278 | 230 |5148 |  1 | 145k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.78/65.17	c  65.2s|176800 | 42274 |  1270k|   7.1 |    92M |  38 | 101 | 280 | 226 |5148 |  1 | 145k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.87/65.21	c  65.2s|176900 | 42283 |  1271k|   7.1 |    92M |  38 | 101 | 280 | 233 |5148 |  1 | 145k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.87/65.24	c  65.2s|177000 | 42297 |  1271k|   7.1 |    92M |  38 | 101 | 278 |   0 |5148 |  0 | 145k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.87/65.28	c  65.3s|177100 | 42291 |  1272k|   7.1 |    92M |  38 | 101 | 279 | 228 |5148 |  1 | 146k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.97/65.31	c  65.3s|177200 | 42311 |  1272k|   7.1 |    92M |  38 | 101 | 278 | 233 |5149 |  0 | 146k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.97/65.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
64.97/65.35	c  65.3s|177300 | 42347 |  1273k|   7.1 |    92M |  38 | 101 | 280 | 226 |5149 |  1 | 146k|  31 | 0.000000e+00 |      --      |    Inf | unknown
64.97/65.38	c  65.4s|177400 | 42397 |  1274k|   7.1 |    92M |  38 | 101 | 280 | 226 |5149 |  1 | 146k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.07/65.42	c  65.4s|177500 | 42443 |  1275k|   7.1 |    92M |  38 | 101 | 276 | 226 |5153 |  1 | 146k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.07/65.46	c  65.5s|177600 | 42470 |  1276k|   7.1 |    92M |  38 | 101 | 279 |   0 |5155 |  0 | 146k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.07/65.49	c  65.5s|177700 | 42479 |  1276k|   7.1 |    92M |  38 | 101 | 277 | 226 |5157 |  1 | 146k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.17/65.53	c  65.5s|177800 | 42481 |  1276k|   7.1 |    92M |  38 | 101 | 277 |   0 |5158 |  0 | 146k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.17/65.56	c  65.6s|177900 | 42491 |  1277k|   7.1 |    92M |  38 | 101 | 279 | 226 |5160 |  1 | 146k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.17/65.59	c  65.6s|178000 | 42492 |  1277k|   7.1 |    92M |  38 | 101 | 279 |   0 |5166 |  0 | 146k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.27/65.63	c  65.6s|178100 | 42499 |  1278k|   7.1 |    92M |  38 | 101 | 279 | 226 |5170 |  1 | 146k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.27/65.66	c  65.7s|178200 | 42501 |  1278k|   7.1 |    92M |  38 | 101 | 280 | 226 |5170 |  1 | 147k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.27/65.69	c  65.7s|178300 | 42519 |  1279k|   7.1 |    92M |  38 | 101 | 280 |   0 |5170 |  0 | 147k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.37/65.73	c  65.7s|178400 | 42508 |  1279k|   7.1 |    92M |  38 | 101 | 278 | 226 |5171 |  1 | 147k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.37/65.76	c  65.8s|178500 | 42510 |  1280k|   7.1 |    92M |  38 | 101 | 278 | 228 |5171 |  1 | 147k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.37/65.79	c  65.8s|178600 | 42531 |  1280k|   7.1 |    92M |  38 | 101 | 279 | 226 |5171 |  1 | 147k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.47/65.83	c  65.8s|178700 | 42538 |  1281k|   7.1 |    92M |  38 | 101 | 278 | 228 |5172 |  1 | 147k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.47/65.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
65.47/65.87	c  65.9s|178800 | 42564 |  1281k|   7.1 |    92M |  38 | 101 | 278 | 231 |5172 |  0 | 147k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.57/65.90	c  65.9s|178900 | 42575 |  1282k|   7.1 |    93M |  38 | 101 | 280 |   0 |5173 |  0 | 147k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.57/65.95	c  65.9s|179000 | 42598 |  1283k|   7.1 |    93M |  38 | 101 | 278 | 230 |5175 |  1 | 147k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.57/65.99	c  66.0s|179100 | 42621 |  1284k|   7.1 |    93M |  38 | 101 | 280 |   0 |5176 |  0 | 147k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.67/66.03	c  66.0s|179200 | 42667 |  1284k|   7.1 |    93M |  38 | 101 | 280 | 228 |5179 |  1 | 147k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.67/66.06	c  66.1s|179300 | 42717 |  1285k|   7.1 |    94M |  38 | 101 | 280 |   0 |5181 |  0 | 148k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.67/66.10	c  66.1s|179400 | 42735 |  1286k|   7.1 |    94M |  38 | 101 | 280 | 228 |5183 |  1 | 148k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.77/66.14	c  66.1s|179500 | 42749 |  1286k|   7.1 |    94M |  38 | 101 | 279 | 229 |5184 |  1 | 148k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.77/66.17	c  66.2s|179600 | 42760 |  1287k|   7.1 |    94M |  38 | 101 | 279 | 228 |5184 |  1 | 148k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.87/66.20	c  66.2s|179700 | 42769 |  1287k|   7.1 |    94M |  38 | 101 | 280 | 228 |5184 |  1 | 148k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.87/66.24	c  66.2s|179800 | 42781 |  1288k|   7.1 |    94M |  38 | 101 | 278 | 231 |5185 |  0 | 148k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.87/66.27	c  66.3s|179900 | 42793 |  1288k|   7.1 |    94M |  38 | 101 | 280 | 234 |5185 |  1 | 148k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.97/66.31	c  66.3s|180000 | 42779 |  1289k|   7.1 |    94M |  38 | 101 | 278 |   0 |5185 |  0 | 148k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.97/66.34	c  66.3s|180100 | 42771 |  1289k|   7.1 |    94M |  38 | 101 | 280 |   0 |5185 |  0 | 148k|  31 | 0.000000e+00 |      --      |    Inf | unknown
65.97/66.38	c  66.4s|180200 | 42778 |  1290k|   7.1 |    94M |  38 | 101 | 278 | 235 |5185 |  0 | 148k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.06/66.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
66.06/66.42	c  66.4s|180300 | 42823 |  1291k|   7.1 |    94M |  38 | 101 | 280 | 228 |5186 |  1 | 148k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.06/66.45	c  66.4s|180400 | 42825 |  1291k|   7.1 |    94M |  38 | 101 | 278 | 228 |5186 |  1 | 149k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.06/66.48	c  66.5s|180500 | 42826 |  1291k|   7.1 |    94M |  38 | 101 | 278 | 226 |5187 |  1 | 149k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.16/66.51	c  66.5s|180600 | 42825 |  1292k|   7.1 |    94M |  38 | 101 | 280 | 229 |5188 |  1 | 149k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.16/66.55	c  66.6s|180700 | 42849 |  1293k|   7.1 |    94M |  38 | 101 | 280 | 230 |5188 |  1 | 149k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.16/66.60	c  66.6s|180800 | 42913 |  1294k|   7.1 |    94M |  38 | 101 | 279 | 230 |5188 |  1 | 149k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.26/66.63	c  66.6s|180900 | 42911 |  1294k|   7.1 |    94M |  38 | 101 | 280 | 230 |5188 |  1 | 149k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.26/66.66	c  66.7s|181000 | 42919 |  1295k|   7.1 |    94M |  38 | 101 | 279 | 228 |5188 |  1 | 149k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.36/66.70	c  66.7s|181100 | 42934 |  1295k|   7.1 |    94M |  38 | 101 | 279 | 233 |5188 |  1 | 149k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.36/66.73	c  66.7s|181200 | 42938 |  1296k|   7.1 |    94M |  38 | 101 | 280 |   0 |5188 |  0 | 149k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.36/66.76	c  66.8s|181300 | 42941 |  1296k|   7.1 |    94M |  38 | 101 | 278 | 229 |5188 |  1 | 149k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.46/66.80	c  66.8s|181400 | 42950 |  1297k|   7.1 |    94M |  38 | 101 | 280 | 229 |5188 |  1 | 149k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.46/66.83	c  66.8s|181500 | 42948 |  1297k|   7.1 |    94M |  38 | 101 | 280 | 229 |5190 |  0 | 150k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.46/66.87	c  66.9s|181600 | 42965 |  1298k|   7.1 |    94M |  38 | 101 | 280 | 232 |5191 |  1 | 150k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.56/66.90	c  66.9s|181700 | 42966 |  1299k|   7.1 |    95M |  38 | 101 | 280 | 226 |5191 |  1 | 150k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.56/66.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
66.56/66.93	c  66.9s|181800 | 42970 |  1299k|   7.1 |    95M |  38 | 101 | 278 | 228 |5191 |  1 | 150k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.56/66.97	c  67.0s|181900 | 42978 |  1300k|   7.1 |    95M |  38 | 101 | 280 | 228 |5191 |  1 | 150k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.67/67.00	c  67.0s|182000 | 42985 |  1300k|   7.1 |    95M |  38 | 101 | 279 | 228 |5191 |  0 | 150k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.67/67.03	c  67.0s|182100 | 43008 |  1301k|   7.1 |    95M |  38 | 101 | 277 | 228 |5191 |  1 | 150k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.67/67.07	c  67.1s|182200 | 43040 |  1302k|   7.1 |    95M |  38 | 101 | 277 | 232 |5191 |  1 | 150k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.77/67.11	c  67.1s|182300 | 43058 |  1302k|   7.1 |    95M |  38 | 101 | 279 | 230 |5191 |  1 | 150k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.77/67.15	c  67.1s|182400 | 43059 |  1303k|   7.1 |    95M |  38 | 101 | 279 | 226 |5191 |  0 | 150k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.77/67.19	c  67.2s|182500 | 43073 |  1303k|   7.1 |    95M |  38 | 101 | 278 | 231 |5192 |  1 | 150k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.86/67.22	c  67.2s|182600 | 43070 |  1304k|   7.1 |    95M |  38 | 101 | 278 | 232 |5192 |  1 | 151k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.86/67.26	c  67.3s|182700 | 43079 |  1304k|   7.1 |    95M |  38 | 101 | 277 | 228 |5192 |  1 | 151k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.86/67.29	c  67.3s|182800 | 43095 |  1305k|   7.1 |    95M |  38 | 101 | 278 | 230 |5192 |  1 | 151k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.96/67.32	c  67.3s|182900 | 43112 |  1305k|   7.1 |    95M |  38 | 101 | 278 | 233 |5192 |  1 | 151k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.96/67.36	c  67.4s|183000 | 43119 |  1306k|   7.1 |    95M |  38 | 101 | 278 |   0 |5192 |  0 | 151k|  31 | 0.000000e+00 |      --      |    Inf | unknown
66.96/67.39	c  67.4s|183100 | 43132 |  1306k|   7.1 |    95M |  38 | 101 | 276 | 232 |5192 |  0 | 151k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.06/67.43	c  67.4s|183200 | 43180 |  1307k|   7.1 |    95M |  38 | 101 | 279 |   0 |5192 |  0 | 151k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.06/67.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
67.06/67.46	c  67.5s|183300 | 43188 |  1308k|   7.1 |    95M |  38 | 101 | 276 | 231 |5192 |  0 | 151k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.16/67.50	c  67.5s|183400 | 43226 |  1309k|   7.1 |    95M |  38 | 101 | 279 | 231 |5192 |  1 | 151k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.16/67.54	c  67.5s|183500 | 43297 |  1310k|   7.1 |    95M |  38 | 101 | 275 | 231 |5192 |  1 | 151k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.16/67.58	c  67.6s|183600 | 43315 |  1311k|   7.1 |    95M |  38 | 101 | 277 | 231 |5192 |  1 | 151k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.26/67.62	c  67.6s|183700 | 43367 |  1312k|   7.1 |    95M |  38 | 101 | 279 | 231 |5192 |  1 | 151k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.26/67.65	c  67.7s|183800 | 43355 |  1312k|   7.1 |    95M |  38 | 101 | 278 |   0 |5192 |  0 | 151k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.26/67.68	c  67.7s|183900 | 43358 |  1313k|   7.1 |    95M |  38 | 101 | 277 | 231 |5192 |  0 | 152k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.36/67.71	c  67.7s|184000 | 43373 |  1314k|   7.1 |    95M |  38 | 101 | 277 | 231 |5192 |  1 | 152k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.36/67.75	c  67.8s|184100 | 43394 |  1314k|   7.1 |    95M |  38 | 101 | 278 | 231 |5192 |  1 | 152k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.36/67.79	c  67.8s|184200 | 43415 |  1315k|   7.1 |    95M |  38 | 101 | 276 | 231 |5192 |  1 | 152k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.46/67.83	c  67.8s|184300 | 43420 |  1316k|   7.1 |    95M |  38 | 101 | 279 | 229 |5192 |  1 | 152k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.46/67.87	c  67.9s|184400 | 43457 |  1316k|   7.1 |    95M |  38 | 101 | 278 | 229 |5192 |  1 | 152k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.56/67.90	c  67.9s|184500 | 43456 |  1317k|   7.1 |    95M |  38 | 101 | 278 | 228 |5192 |  1 | 152k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.56/67.93	c  67.9s|184600 | 43456 |  1317k|   7.1 |    95M |  38 | 101 | 276 | 234 |5192 |  0 | 152k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.56/67.97	c  68.0s|184700 | 43470 |  1318k|   7.1 |    95M |  38 | 101 | 278 | 231 |5192 |  1 | 152k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.66/68.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
67.66/68.01	c  68.0s|184800 | 43511 |  1319k|   7.1 |    95M |  38 | 101 | 279 | 228 |5192 |  1 | 152k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.66/68.05	c  68.0s|184900 | 43534 |  1319k|   7.1 |    95M |  38 | 101 | 280 |   0 |5192 |  0 | 152k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.66/68.08	c  68.1s|185000 | 43532 |  1320k|   7.1 |    96M |  38 | 101 | 277 | 228 |5192 |  0 | 153k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.76/68.12	c  68.1s|185100 | 43566 |  1321k|   7.1 |    96M |  38 | 101 | 277 | 228 |5192 |  0 | 153k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.76/68.15	c  68.2s|185200 | 43572 |  1321k|   7.1 |    96M |  38 | 101 | 279 |   0 |5192 |  0 | 153k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.76/68.19	c  68.2s|185300 | 43588 |  1322k|   7.1 |    96M |  38 | 101 | 279 | 234 |5192 |  1 | 153k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.86/68.23	c  68.2s|185400 | 43601 |  1322k|   7.1 |    96M |  38 | 101 | 278 |   0 |5192 |  0 | 153k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.86/68.26	c  68.3s|185500 | 43598 |  1323k|   7.1 |    96M |  38 | 101 | 277 | 229 |5192 |  0 | 153k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.86/68.29	c  68.3s|185600 | 43621 |  1323k|   7.1 |    96M |  38 | 101 | 278 | 229 |5192 |  1 | 153k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.96/68.32	c  68.3s|185700 | 43649 |  1324k|   7.1 |    96M |  38 | 101 | 278 |   0 |5192 |  0 | 153k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.96/68.35	c  68.4s|185800 | 43651 |  1325k|   7.1 |    96M |  38 | 101 | 278 |   0 |5192 |  0 | 153k|  31 | 0.000000e+00 |      --      |    Inf | unknown
67.96/68.39	c  68.4s|185900 | 43664 |  1325k|   7.1 |    96M |  38 | 101 | 278 | 229 |5192 |  1 | 153k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.06/68.43	c  68.4s|186000 | 43700 |  1326k|   7.1 |    96M |  38 | 101 | 275 | 229 |5192 |  1 | 153k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.06/68.46	c  68.5s|186100 | 43724 |  1327k|   7.1 |    96M |  38 | 101 | 273 | 231 |5192 |  1 | 153k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.06/68.49	c  68.5s|186200 | 43722 |  1327k|   7.1 |    96M |  38 | 101 | 277 | 235 |5192 |  1 | 154k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.16/68.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
68.16/68.53	c  68.5s|186300 | 43745 |  1328k|   7.1 |    96M |  38 | 101 | 278 | 229 |5192 |  0 | 154k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.16/68.57	c  68.6s|186400 | 43783 |  1329k|   7.1 |    96M |  38 | 101 | 279 | 228 |5192 |  1 | 154k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.26/68.62	c  68.6s|186500 | 43785 |  1329k|   7.1 |    96M |  38 | 101 | 279 | 226 |5200 |  1 | 154k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.26/68.65	c  68.7s|186600 | 43815 |  1330k|   7.1 |    96M |  38 | 101 | 278 | 228 |5200 |  1 | 154k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.26/68.69	c  68.7s|186700 | 43834 |  1331k|   7.1 |    96M |  38 | 101 | 277 | 228 |5202 |  1 | 154k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.35/68.72	c  68.7s|186800 | 43836 |  1332k|   7.1 |    96M |  38 | 101 | 277 | 232 |5202 |  0 | 154k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.35/68.76	c  68.8s|186900 | 43845 |  1332k|   7.1 |    96M |  38 | 101 | 277 | 230 |5202 |  0 | 154k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.35/68.79	c  68.8s|187000 | 43850 |  1333k|   7.1 |    96M |  38 | 101 | 277 |   0 |5202 |  0 | 154k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.45/68.83	c  68.8s|187100 | 43850 |  1333k|   7.1 |    96M |  38 | 101 | 277 | 235 |5202 |  1 | 154k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.45/68.86	c  68.9s|187200 | 43858 |  1334k|   7.1 |    96M |  38 | 101 | 277 |   0 |5202 |  0 | 154k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.55/68.90	c  68.9s|187300 | 43871 |  1335k|   7.1 |    96M |  38 | 101 | 279 |   0 |5202 |  0 | 155k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.55/68.94	c  68.9s|187400 | 43908 |  1336k|   7.1 |    96M |  38 | 101 | 277 | 229 |5202 |  1 | 155k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.55/68.98	c  69.0s|187500 | 43938 |  1336k|   7.1 |    96M |  38 | 101 | 275 | 229 |5202 |  1 | 155k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.66/69.02	c  69.0s|187600 | 43969 |  1337k|   7.1 |    96M |  38 | 101 | 277 | 229 |5204 |  1 | 155k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.66/69.06	c  69.1s|187700 | 43986 |  1338k|   7.1 |    96M |  38 | 101 | 278 | 229 |5204 |  1 | 155k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.66/69.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
68.66/69.09	c  69.1s|187800 | 44017 |  1339k|   7.1 |    96M |  38 | 101 | 276 | 230 |5205 |  1 | 155k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.76/69.13	c  69.1s|187900 | 44031 |  1339k|   7.1 |    96M |  38 | 101 | 277 |   0 |5205 |  0 | 155k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.76/69.16	c  69.2s|188000 | 44029 |  1339k|   7.1 |    96M |  38 | 101 | 278 |   0 |5205 |  0 | 155k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.85/69.20	c  69.2s|188100 | 44033 |  1340k|   7.1 |    96M |  38 | 101 | 277 | 231 |5205 |  1 | 155k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.85/69.24	c  69.2s|188200 | 44041 |  1341k|   7.1 |    96M |  38 | 101 | 276 |   0 |5205 |  0 | 156k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.85/69.29	c  69.3s|188300 | 44058 |  1341k|   7.1 |    96M |  38 | 101 | 275 | 226 |5205 |  1 | 156k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.95/69.32	c  69.3s|188400 | 44054 |  1341k|   7.1 |    96M |  38 | 101 | 277 | 230 |5205 |  1 | 156k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.95/69.35	c  69.4s|188500 | 44071 |  1342k|   7.1 |    96M |  38 | 101 | 276 |   0 |5205 |  0 | 156k|  31 | 0.000000e+00 |      --      |    Inf | unknown
68.95/69.39	c  69.4s|188600 | 44064 |  1342k|   7.1 |    96M |  38 | 101 | 276 | 230 |5205 |  1 | 156k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.05/69.42	c  69.4s|188700 | 44063 |  1343k|   7.0 |    96M |  38 | 101 | 275 |   0 |5205 |  0 | 156k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.05/69.47	c  69.5s|188800 | 44101 |  1344k|   7.1 |    96M |  38 | 101 | 274 |   0 |5205 |  0 | 156k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.15/69.51	c  69.5s|188900 | 44108 |  1344k|   7.0 |    96M |  38 | 101 | 273 | 229 |5205 |  0 | 156k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.15/69.54	c  69.5s|189000 | 44112 |  1344k|   7.0 |    97M |  38 | 101 | 277 | 229 |5205 |  1 | 156k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.15/69.57	c  69.6s|189100 | 44133 |  1345k|   7.0 |    97M |  38 | 101 | 277 |   0 |5205 |  0 | 156k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.25/69.61	c  69.6s|189200 | 44136 |  1345k|   7.0 |    97M |  38 | 101 | 278 | 233 |5205 |  1 | 157k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.25/69.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
69.25/69.63	c  69.6s|189300 | 44133 |  1346k|   7.0 |    97M |  38 | 101 | 276 |   0 |5205 |  0 | 157k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.25/69.66	c  69.7s|189400 | 44145 |  1346k|   7.0 |    97M |  38 | 101 | 275 | 233 |5205 |  1 | 157k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.25/69.69	c  69.7s|189500 | 44148 |  1347k|   7.0 |    97M |  38 | 101 | 276 | 226 |5205 |  1 | 157k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.35/69.74	c  69.7s|189600 | 44152 |  1347k|   7.0 |    97M |  38 | 101 | 275 |   0 |5205 |  0 | 157k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.35/69.77	c  69.8s|189700 | 44154 |  1348k|   7.0 |    97M |  38 | 101 | 277 |   0 |5205 |  0 | 157k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.44/69.80	c  69.8s|189800 | 44162 |  1348k|   7.0 |    97M |  38 | 101 | 278 |   0 |5205 |  0 | 157k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.44/69.84	c  69.8s|189900 | 44176 |  1349k|   7.0 |    97M |  38 | 101 | 275 | 231 |5205 |  1 | 157k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.44/69.87	c  69.9s|190000 | 44171 |  1350k|   7.0 |    97M |  38 | 101 | 276 | 230 |5205 |  1 | 157k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.54/69.91	c  69.9s|190100 | 44182 |  1350k|   7.0 |    97M |  38 | 101 | 277 | 232 |5205 |  0 | 157k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.54/69.95	c  70.0s|190200 | 44211 |  1351k|   7.0 |    97M |  38 | 101 | 276 | 228 |5205 |  1 | 157k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.54/69.99	c  70.0s|190300 | 44236 |  1352k|   7.0 |    97M |  38 | 101 | 279 | 234 |5205 |  1 | 157k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.65/70.02	c  70.0s|190400 | 44265 |  1353k|   7.0 |    97M |  38 | 101 | 277 | 234 |5205 |  1 | 157k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.65/70.05	c  70.0s|190500 | 44258 |  1353k|   7.0 |    97M |  38 | 101 | 278 |   0 |5205 |  0 | 157k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.65/70.09	c  70.1s|190600 | 44257 |  1354k|   7.0 |    97M |  38 | 101 | 278 |   0 |5205 |  0 | 158k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.75/70.13	c  70.1s|190700 | 44293 |  1354k|   7.0 |    97M |  38 | 101 | 277 | 228 |5205 |  1 | 158k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.75/70.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
69.75/70.16	c  70.2s|190800 | 44308 |  1355k|   7.0 |    97M |  38 | 101 | 277 |   0 |5205 |  0 | 158k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.75/70.19	c  70.2s|190900 | 44319 |  1355k|   7.0 |    97M |  38 | 101 | 277 |   0 |5205 |  0 | 158k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.84/70.22	c  70.2s|191000 | 44327 |  1356k|   7.0 |    97M |  38 | 101 | 276 | 227 |5205 |  1 | 158k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.84/70.26	c  70.3s|191100 | 44343 |  1356k|   7.0 |    97M |  38 | 101 | 276 | 228 |5205 |  1 | 158k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.84/70.29	c  70.3s|191200 | 44351 |  1357k|   7.0 |    97M |  38 | 101 | 276 | 228 |5205 |  1 | 158k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.94/70.33	c  70.3s|191300 | 44382 |  1357k|   7.0 |    98M |  38 | 101 | 277 | 228 |5205 |  1 | 158k|  31 | 0.000000e+00 |      --      |    Inf | unknown
69.94/70.36	c  70.4s|191400 | 44400 |  1358k|   7.0 |    98M |  38 | 101 | 276 | 228 |5205 |  1 | 158k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.04/70.40	c  70.4s|191500 | 44397 |  1358k|   7.0 |    98M |  38 | 101 | 275 | 232 |5205 |  1 | 158k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.04/70.44	c  70.4s|191600 | 44430 |  1359k|   7.0 |    98M |  38 | 101 | 277 | 226 |5205 |  1 | 159k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.04/70.48	c  70.5s|191700 | 44477 |  1360k|   7.0 |    98M |  38 | 101 | 277 | 226 |5205 |  1 | 159k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.14/70.52	c  70.5s|191800 | 44487 |  1361k|   7.0 |    98M |  38 | 101 | 277 | 226 |5205 |  1 | 159k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.14/70.55	c  70.5s|191900 | 44497 |  1361k|   7.0 |    98M |  38 | 101 | 277 | 228 |5205 |  1 | 159k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.14/70.58	c  70.6s|192000 | 44512 |  1362k|   7.0 |    98M |  38 | 101 | 277 | 228 |5205 |  0 | 159k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.24/70.62	c  70.6s|192100 | 44525 |  1362k|   7.0 |    98M |  38 | 101 | 277 |   0 |5205 |  0 | 159k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.24/70.65	c  70.6s|192200 | 44524 |  1363k|   7.0 |    98M |  38 | 101 | 277 |   0 |5205 |  0 | 159k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.24/70.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
70.24/70.68	c  70.7s|192300 | 44545 |  1363k|   7.0 |    98M |  38 | 101 | 274 | 228 |5205 |  1 | 159k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.34/70.72	c  70.7s|192400 | 44548 |  1364k|   7.0 |    98M |  38 | 101 | 274 | 228 |5205 |  1 | 159k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.34/70.75	c  70.7s|192500 | 44566 |  1364k|   7.0 |    98M |  38 | 101 | 275 | 231 |5205 |  1 | 159k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.34/70.78	c  70.8s|192600 | 44592 |  1365k|   7.0 |    98M |  38 | 101 | 277 | 232 |5205 |  1 | 159k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.44/70.81	c  70.8s|192700 | 44600 |  1365k|   7.0 |    98M |  38 | 101 | 276 | 231 |5205 |  0 | 160k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.44/70.85	c  70.9s|192800 | 44631 |  1366k|   7.0 |    98M |  38 | 101 | 277 | 228 |5205 |  1 | 160k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.44/70.89	c  70.9s|192900 | 44697 |  1368k|   7.0 |    98M |  38 | 101 | 277 |   0 |5205 |  0 | 160k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.54/70.93	c  70.9s|193000 | 44722 |  1368k|   7.0 |    98M |  38 | 101 | 276 | 228 |5205 |  1 | 160k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.54/70.97	c  71.0s|193100 | 44745 |  1369k|   7.0 |    98M |  38 | 101 | 273 |   0 |5205 |  0 | 160k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.64/71.01	c  71.0s|193200 | 44763 |  1370k|   7.0 |    98M |  38 | 101 | 274 | 228 |5205 |  1 | 160k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.64/71.04	c  71.0s|193300 | 44769 |  1370k|   7.0 |    98M |  38 | 101 | 273 |   0 |5205 |  0 | 160k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.64/71.07	c  71.1s|193400 | 44768 |  1371k|   7.0 |    98M |  38 | 101 | 271 | 228 |5205 |  0 | 160k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.74/71.13	c  71.1s|193500 | 44784 |  1371k|   7.0 |    99M |  38 | 101 | 272 | 228 |5205 |  1 | 160k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.74/71.16	c  71.2s|193600 | 44798 |  1372k|   7.0 |    99M |  38 | 101 | 272 |   0 |5205 |  0 | 160k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.84/71.21	c  71.2s|193700 | 44854 |  1373k|   7.0 |    99M |  38 | 101 | 268 | 228 |5205 |  1 | 160k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.84/71.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
70.84/71.25	c  71.2s|193800 | 44913 |  1374k|   7.0 |    99M |  38 | 101 | 267 | 228 |5205 |  1 | 160k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.84/71.29	c  71.3s|193900 | 44967 |  1375k|   7.0 |    99M |  38 | 101 | 266 | 228 |5205 |  1 | 160k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.93/71.33	c  71.3s|194000 | 44994 |  1376k|   7.0 |    99M |  38 | 101 | 269 | 228 |5205 |  1 | 160k|  31 | 0.000000e+00 |      --      |    Inf | unknown
70.93/71.36	c  71.4s|194100 | 45031 |  1377k|   7.0 |    99M |  38 | 101 | 267 | 228 |5205 |  1 | 161k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.03/71.40	c  71.4s|194200 | 45071 |  1378k|   7.0 |    99M |  38 | 101 | 264 | 228 |5205 |  1 | 161k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.03/71.43	c  71.4s|194300 | 45090 |  1378k|   7.0 |    99M |  38 | 101 | 264 | 228 |5205 |  0 | 161k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.03/71.47	c  71.5s|194400 | 45114 |  1379k|   7.0 |    99M |  38 | 101 | 262 | 228 |5205 |  0 | 161k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.13/71.51	c  71.5s|194500 | 45136 |  1380k|   7.0 |    99M |  38 | 101 | 264 |   0 |5205 |  0 | 161k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.13/71.54	c  71.5s|194600 | 45175 |  1380k|   7.0 |    99M |  38 | 101 | 264 | 228 |5205 |  1 | 161k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.13/71.58	c  71.6s|194700 | 45188 |  1381k|   7.0 |    99M |  38 | 101 | 266 | 228 |5205 |  1 | 161k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.23/71.61	c  71.6s|194800 | 45198 |  1382k|   7.0 |    99M |  38 | 101 | 263 | 228 |5205 |  1 | 161k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.23/71.64	c  71.6s|194900 | 45209 |  1382k|   7.0 |    99M |  38 | 101 | 264 |   0 |5205 |  0 | 161k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.23/71.67	c  71.7s|195000 | 45225 |  1383k|   7.0 |    99M |  38 | 101 | 262 | 228 |5205 |  1 | 161k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.33/71.70	c  71.7s|195100 | 45230 |  1383k|   7.0 |    99M |  38 | 101 | 260 | 228 |5205 |  0 | 161k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.33/71.74	c  71.7s|195200 | 45221 |  1383k|   7.0 |    99M |  38 | 101 | 260 | 228 |5205 |  1 | 161k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.33/71.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
71.33/71.77	c  71.8s|195300 | 45223 |  1384k|   7.0 |    99M |  38 | 101 | 261 |   0 |5205 |  0 | 161k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.43/71.80	c  71.8s|195400 | 45234 |  1384k|   7.0 |    99M |  38 | 101 | 259 | 228 |5205 |  1 | 161k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.43/71.83	c  71.8s|195500 | 45243 |  1385k|   7.0 |    99M |  38 | 101 | 261 | 228 |5205 |  1 | 161k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.43/71.86	c  71.9s|195600 | 45264 |  1386k|   7.0 |    99M |  38 | 101 | 260 | 228 |5205 |  1 | 162k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.43/71.89	c  71.9s|195700 | 45268 |  1386k|   7.0 |    99M |  38 | 101 | 262 | 228 |5205 |  0 | 162k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.53/71.92	c  71.9s|195800 | 45266 |  1387k|   7.0 |    99M |  38 | 101 | 259 | 228 |5205 |  1 | 162k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.53/71.95	c  72.0s|195900 | 45274 |  1387k|   7.0 |    99M |  38 | 101 | 255 | 228 |5205 |  1 | 162k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.53/71.98	c  72.0s|196000 | 45297 |  1388k|   7.0 |    99M |  38 | 101 | 254 | 228 |5205 |  1 | 162k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.64/72.02	c  72.0s|196100 | 45341 |  1389k|   7.0 |    99M |  38 | 101 | 253 | 228 |5205 |  1 | 162k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.64/72.06	c  72.1s|196200 | 45358 |  1390k|   7.0 |    99M |  38 | 101 | 254 | 228 |5205 |  0 | 162k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.64/72.09	c  72.1s|196300 | 45363 |  1390k|   7.0 |    99M |  38 | 101 | 254 |   0 |5205 |  0 | 162k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.74/72.12	c  72.1s|196400 | 45382 |  1391k|   7.0 |    99M |  38 | 101 | 254 | 229 |5205 |  1 | 162k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.74/72.16	c  72.2s|196500 | 45384 |  1392k|   7.0 |    99M |  38 | 101 | 257 | 226 |5205 |  1 | 162k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.74/72.19	c  72.2s|196600 | 45423 |  1392k|   7.0 |    99M |  38 | 101 | 257 | 234 |5205 |  0 | 162k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.83/72.23	c  72.2s|196700 | 45446 |  1393k|   7.0 |    99M |  38 | 101 | 260 |   0 |5205 |  0 | 162k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.83/72.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
71.83/72.26	c  72.3s|196800 | 45449 |  1394k|   7.0 |    99M |  38 | 101 | 261 | 228 |5205 |  1 | 162k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.93/72.30	c  72.3s|196900 | 45449 |  1394k|   7.0 |    99M |  38 | 101 | 259 | 234 |5205 |  0 | 162k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.93/72.33	c  72.3s|197000 | 45456 |  1394k|   7.0 |    99M |  38 | 101 | 261 | 226 |5205 |  1 | 162k|  31 | 0.000000e+00 |      --      |    Inf | unknown
71.93/72.37	c  72.4s|197100 | 45464 |  1395k|   7.0 |    99M |  38 | 101 | 258 | 233 |5205 |  1 | 162k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.03/72.40	c  72.4s|197200 | 45477 |  1396k|   7.0 |    99M |  38 | 101 | 259 |   0 |5205 |  0 | 163k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.03/72.43	c  72.4s|197300 | 45496 |  1396k|   7.0 |    99M |  38 | 101 | 259 | 229 |5205 |  1 | 163k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.03/72.47	c  72.5s|197400 | 45512 |  1397k|   7.0 |    99M |  38 | 101 | 259 | 229 |5205 |  1 | 163k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.13/72.50	c  72.5s|197500 | 45505 |  1397k|   7.0 |    99M |  38 | 101 | 261 |   0 |5205 |  0 | 163k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.13/72.53	c  72.5s|197600 | 45503 |  1397k|   7.0 |    99M |  38 | 101 | 259 |   0 |5205 |  0 | 163k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.13/72.57	c  72.6s|197700 | 45510 |  1398k|   7.0 |    99M |  38 | 101 | 260 | 226 |5205 |  0 | 163k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.23/72.60	c  72.6s|197800 | 45521 |  1399k|   7.0 |   100M |  38 | 101 | 262 | 229 |5205 |  1 | 163k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.23/72.63	c  72.6s|197900 | 45525 |  1399k|   7.0 |   100M |  38 | 101 | 261 |   0 |5205 |  0 | 163k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.23/72.66	c  72.7s|198000 | 45538 |  1399k|   7.0 |   100M |  38 | 101 | 263 |   0 |5205 |  0 | 163k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.33/72.70	c  72.7s|198100 | 45560 |  1400k|   7.0 |   100M |  38 | 101 | 267 |   0 |5205 |  0 | 163k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.33/72.74	c  72.7s|198200 | 45551 |  1401k|   7.0 |   100M |  38 | 101 | 270 |   0 |5205 |  0 | 163k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.33/72.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
72.33/72.79	c  72.8s|198300 | 45552 |  1401k|   7.0 |   100M |  38 | 101 | 269 | 233 |5205 |  1 | 164k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.43/72.82	c  72.8s|198400 | 45554 |  1402k|   7.0 |   100M |  38 | 101 | 270 | 228 |5205 |  0 | 164k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.43/72.85	c  72.8s|198500 | 45559 |  1402k|   7.0 |   100M |  38 | 101 | 273 |   0 |5205 |  0 | 164k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.43/72.88	c  72.9s|198600 | 45555 |  1403k|   7.0 |   100M |  38 | 101 | 274 |   0 |5205 |  0 | 164k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.53/72.92	c  72.9s|198700 | 45560 |  1403k|   7.0 |   100M |  38 | 101 | 274 | 229 |5205 |  1 | 164k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.53/72.95	c  72.9s|198800 | 45569 |  1403k|   7.0 |   100M |  38 | 101 | 276 | 231 |5205 |  1 | 164k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.53/72.98	c  73.0s|198900 | 45569 |  1404k|   7.0 |   100M |  38 | 101 | 276 |   0 |5205 |  0 | 164k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.63/73.02	c  73.0s|199000 | 45580 |  1404k|   7.0 |   100M |  38 | 101 | 274 | 226 |5205 |  1 | 164k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.63/73.05	c  73.1s|199100 | 45599 |  1405k|   7.0 |   100M |  38 | 101 | 274 | 229 |5205 |  0 | 164k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.63/73.10	c  73.1s|199200 | 45597 |  1405k|   7.0 |   100M |  38 | 101 | 274 | 229 |5205 |  1 | 164k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.73/73.13	c  73.1s|199300 | 45613 |  1406k|   7.0 |   100M |  38 | 101 | 276 | 228 |5205 |  1 | 164k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.73/73.16	c  73.2s|199400 | 45625 |  1406k|   7.0 |   100M |  38 | 101 | 275 | 230 |5205 |  1 | 165k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.83/73.20	c  73.2s|199500 | 45648 |  1407k|   7.0 |   100M |  38 | 101 | 276 | 231 |5205 |  1 | 165k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.83/73.24	c  73.2s|199600 | 45683 |  1408k|   7.0 |   100M |  38 | 101 | 276 | 231 |5205 |  0 | 165k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.83/73.27	c  73.3s|199700 | 45687 |  1408k|   7.0 |   100M |  38 | 101 | 276 | 231 |5205 |  1 | 165k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.93/73.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
72.93/73.30	c  73.3s|199800 | 45678 |  1409k|   7.0 |   100M |  38 | 101 | 276 | 231 |5205 |  1 | 165k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.93/73.34	c  73.3s|199900 | 45692 |  1409k|   7.0 |   100M |  38 | 101 | 274 | 232 |5205 |  1 | 165k|  31 | 0.000000e+00 |      --      |    Inf | unknown
72.93/73.38	c  73.4s|200000 | 45723 |  1410k|   7.0 |   100M |  38 | 101 | 276 | 226 |5205 |  1 | 165k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.03/73.42	c  73.4s|200100 | 45750 |  1411k|   7.0 |   100M |  38 | 101 | 275 | 226 |5205 |  1 | 165k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.03/73.45	c  73.5s|200200 | 45769 |  1411k|   7.0 |   100M |  38 | 101 | 274 | 230 |5205 |  1 | 165k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.03/73.49	c  73.5s|200300 | 45785 |  1412k|   7.0 |   100M |  38 | 101 | 274 | 230 |5205 |  1 | 165k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.13/73.52	c  73.5s|200400 | 45800 |  1412k|   7.0 |   100M |  38 | 101 | 276 |   0 |5205 |  0 | 165k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.13/73.56	c  73.6s|200500 | 45831 |  1413k|   7.0 |   100M |  38 | 101 | 276 | 230 |5205 |  0 | 166k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.13/73.59	c  73.6s|200600 | 45847 |  1414k|   7.0 |   100M |  38 | 101 | 275 | 230 |5205 |  1 | 166k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.22/73.62	c  73.6s|200700 | 45855 |  1414k|   7.0 |   101M |  38 | 101 | 274 | 230 |5205 |  1 | 166k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.22/73.66	c  73.7s|200800 | 45869 |  1415k|   7.0 |   101M |  38 | 101 | 276 | 228 |5205 |  1 | 166k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.22/73.69	c  73.7s|200900 | 45901 |  1416k|   7.0 |   101M |  38 | 101 | 275 |   0 |5205 |  0 | 166k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.32/73.73	c  73.7s|201000 | 45920 |  1416k|   7.0 |   101M |  38 | 101 | 276 | 228 |5205 |  1 | 166k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.32/73.76	c  73.8s|201100 | 45927 |  1417k|   7.0 |   101M |  38 | 101 | 276 |   0 |5205 |  0 | 166k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.42/73.80	c  73.8s|201200 | 45948 |  1418k|   7.0 |   101M |  38 | 101 | 276 | 226 |5205 |  0 | 166k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.42/73.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
73.42/73.83	c  73.8s|201300 | 45955 |  1418k|   7.0 |   101M |  38 | 101 | 276 | 226 |5205 |  1 | 166k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.42/73.86	c  73.9s|201400 | 45970 |  1418k|   7.0 |   101M |  38 | 101 | 277 |   0 |5205 |  0 | 166k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.42/73.89	c  73.9s|201500 | 45982 |  1419k|   7.0 |   101M |  38 | 101 | 277 | 226 |5205 |  1 | 166k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.52/73.93	c  73.9s|201600 | 46000 |  1419k|   7.0 |   101M |  38 | 101 | 277 | 226 |5205 |  1 | 166k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.52/73.96	c  74.0s|201700 | 45986 |  1419k|   7.0 |   101M |  38 | 101 | 277 |   0 |5205 |  0 | 167k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.52/74.00	c  74.0s|201800 | 45986 |  1420k|   7.0 |   101M |  38 | 101 | 277 | 231 |5205 |  1 | 167k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.63/74.03	c  74.0s|201900 | 45991 |  1420k|   7.0 |   101M |  38 | 101 | 276 | 226 |5205 |  1 | 167k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.63/74.07	c  74.1s|202000 | 46020 |  1421k|   7.0 |   101M |  38 | 101 | 275 | 230 |5205 |  1 | 167k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.63/74.10	c  74.1s|202100 | 46050 |  1422k|   7.0 |   101M |  38 | 101 | 275 |   0 |5205 |  0 | 167k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.73/74.13	c  74.1s|202200 | 46052 |  1422k|   7.0 |   101M |  38 | 101 | 276 | 233 |5205 |  1 | 167k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.73/74.17	c  74.2s|202300 | 46092 |  1423k|   7.0 |   101M |  38 | 101 | 274 | 233 |5205 |  1 | 167k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.82/74.20	c  74.2s|202400 | 46089 |  1423k|   7.0 |   101M |  38 | 101 | 275 | 233 |5205 |  1 | 167k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.82/74.24	c  74.2s|202500 | 46104 |  1424k|   7.0 |   102M |  38 | 101 | 276 | 228 |5205 |  1 | 167k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.82/74.27	c  74.3s|202600 | 46111 |  1424k|   7.0 |   102M |  38 | 101 | 274 | 232 |5205 |  1 | 167k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.92/74.31	c  74.3s|202700 | 46120 |  1425k|   7.0 |   102M |  38 | 101 | 276 | 226 |5205 |  1 | 168k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.92/74.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
73.92/74.34	c  74.3s|202800 | 46122 |  1425k|   7.0 |   102M |  38 | 101 | 275 | 229 |5205 |  1 | 168k|  31 | 0.000000e+00 |      --      |    Inf | unknown
73.92/74.38	c  74.4s|202900 | 46127 |  1426k|   7.0 |   102M |  38 | 101 | 276 |   0 |5205 |  0 | 168k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.02/74.41	c  74.4s|203000 | 46170 |  1427k|   7.0 |   102M |  38 | 101 | 276 |   0 |5205 |  0 | 168k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.02/74.45	c  74.4s|203100 | 46172 |  1427k|   7.0 |   102M |  38 | 101 | 274 | 231 |5205 |  1 | 168k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.02/74.48	c  74.5s|203200 | 46180 |  1428k|   7.0 |   102M |  38 | 101 | 274 | 230 |5205 |  1 | 168k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.12/74.51	c  74.5s|203300 | 46209 |  1428k|   7.0 |   102M |  38 | 101 | 276 | 230 |5205 |  0 | 168k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.12/74.55	c  74.5s|203400 | 46237 |  1429k|   7.0 |   102M |  38 | 101 | 275 | 230 |5205 |  1 | 168k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.12/74.58	c  74.6s|203500 | 46252 |  1430k|   7.0 |   102M |  38 | 101 | 276 | 230 |5205 |  0 | 168k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.22/74.61	c  74.6s|203600 | 46274 |  1430k|   7.0 |   102M |  38 | 101 | 276 |   0 |5205 |  0 | 168k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.22/74.64	c  74.6s|203700 | 46275 |  1431k|   7.0 |   102M |  38 | 101 | 274 | 231 |5205 |  1 | 168k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.22/74.67	c  74.7s|203800 | 46273 |  1431k|   7.0 |   102M |  38 | 101 | 276 | 229 |5205 |  0 | 169k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.32/74.71	c  74.7s|203900 | 46277 |  1432k|   7.0 |   102M |  38 | 101 | 276 |   0 |5205 |  0 | 169k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.32/74.74	c  74.7s|204000 | 46286 |  1432k|   7.0 |   102M |  38 | 101 | 274 | 226 |5205 |  1 | 169k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.32/74.77	c  74.8s|204100 | 46292 |  1432k|   7.0 |   102M |  38 | 101 | 275 | 226 |5205 |  1 | 169k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.42/74.82	c  74.8s|204200 | 46339 |  1434k|   7.0 |   102M |  38 | 101 | 277 | 229 |5205 |  1 | 169k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.42/74.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
74.42/74.85	c  74.8s|204300 | 46371 |  1434k|   7.0 |   102M |  38 | 101 | 274 | 229 |5205 |  1 | 169k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.42/74.89	c  74.9s|204400 | 46405 |  1435k|   7.0 |   102M |  38 | 101 | 274 | 229 |5205 |  0 | 169k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.52/74.92	c  74.9s|204500 | 46425 |  1436k|   7.0 |   102M |  38 | 101 | 270 | 229 |5205 |  0 | 169k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.52/74.96	c  75.0s|204600 | 46429 |  1436k|   7.0 |   102M |  38 | 101 | 270 | 229 |5205 |  1 | 169k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.52/75.00	c  75.0s|204700 | 46425 |  1437k|   7.0 |   102M |  38 | 101 | 269 | 226 |5205 |  0 | 169k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.62/75.04	c  75.0s|204800 | 46443 |  1438k|   7.0 |   102M |  38 | 101 | 269 | 232 |5205 |  0 | 169k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.62/75.07	c  75.1s|204900 | 46460 |  1438k|   7.0 |   102M |  38 | 101 | 270 | 230 |5205 |  1 | 169k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.72/75.11	c  75.1s|205000 | 46474 |  1439k|   7.0 |   102M |  38 | 101 | 270 |   0 |5205 |  0 | 169k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.72/75.13	c  75.1s|205100 | 46486 |  1439k|   7.0 |   102M |  38 | 101 | 270 | 229 |5205 |  1 | 170k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.72/75.16	c  75.2s|205200 | 46485 |  1439k|   7.0 |   102M |  38 | 101 | 273 | 230 |5205 |  0 | 170k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.82/75.20	c  75.2s|205300 | 46512 |  1440k|   7.0 |   102M |  38 | 101 | 277 | 229 |5205 |  1 | 170k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.82/75.24	c  75.2s|205400 | 46529 |  1441k|   7.0 |   102M |  38 | 101 | 275 |   0 |5205 |  0 | 170k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.82/75.27	c  75.3s|205500 | 46551 |  1442k|   7.0 |   102M |  38 | 101 | 275 | 228 |5205 |  1 | 170k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.92/75.30	c  75.3s|205600 | 46559 |  1442k|   7.0 |   102M |  38 | 101 | 276 | 228 |5205 |  1 | 170k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.92/75.34	c  75.3s|205700 | 46564 |  1443k|   7.0 |   102M |  38 | 101 | 277 | 229 |5205 |  1 | 170k|  31 | 0.000000e+00 |      --      |    Inf | unknown
74.92/75.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
74.92/75.37	c  75.4s|205800 | 46556 |  1443k|   7.0 |   102M |  38 | 101 | 275 | 234 |5205 |  1 | 170k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.02/75.40	c  75.4s|205900 | 46563 |  1444k|   7.0 |   102M |  38 | 101 | 276 | 234 |5205 |  1 | 170k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.02/75.44	c  75.4s|206000 | 46573 |  1444k|   7.0 |   102M |  38 | 101 | 275 | 228 |5205 |  1 | 170k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.02/75.47	c  75.5s|206100 | 46605 |  1445k|   7.0 |   102M |  38 | 101 | 275 | 231 |5205 |  1 | 170k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.12/75.51	c  75.5s|206200 | 46630 |  1446k|   7.0 |   102M |  38 | 101 | 275 | 231 |5205 |  0 | 170k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.12/75.54	c  75.5s|206300 | 46637 |  1447k|   7.0 |   102M |  38 | 101 | 275 | 231 |5205 |  1 | 170k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.12/75.58	c  75.6s|206400 | 46645 |  1447k|   7.0 |   102M |  38 | 101 | 276 | 228 |5205 |  1 | 171k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.21/75.62	c  75.6s|206500 | 46639 |  1448k|   7.0 |   102M |  38 | 101 | 275 | 228 |5205 |  0 | 171k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.21/75.65	c  75.7s|206600 | 46644 |  1448k|   7.0 |   102M |  38 | 101 | 275 | 233 |5205 |  1 | 171k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.21/75.69	c  75.7s|206700 | 46660 |  1449k|   6.9 |   102M |  38 | 101 | 272 |   0 |5205 |  0 | 171k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.31/75.71	c  75.7s|206800 | 46666 |  1449k|   6.9 |   102M |  38 | 101 | 272 | 228 |5205 |  1 | 171k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.31/75.75	c  75.8s|206900 | 46668 |  1450k|   6.9 |   102M |  38 | 101 | 273 | 230 |5205 |  1 | 171k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.31/75.78	c  75.8s|207000 | 46685 |  1450k|   6.9 |   102M |  38 | 101 | 272 | 228 |5205 |  1 | 171k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.41/75.82	c  75.8s|207100 | 46697 |  1451k|   6.9 |   102M |  38 | 101 | 270 | 231 |5205 |  0 | 171k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.41/75.85	c  75.9s|207200 | 46709 |  1451k|   6.9 |   102M |  38 | 101 | 271 | 231 |5205 |  1 | 171k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.41/75.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
75.41/75.89	c  75.9s|207300 | 46708 |  1452k|   6.9 |   102M |  38 | 101 | 268 | 226 |5205 |  1 | 171k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.51/75.93	c  75.9s|207400 | 46731 |  1453k|   6.9 |   102M |  38 | 101 | 271 | 230 |5205 |  1 | 171k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.51/75.96	c  76.0s|207500 | 46744 |  1453k|   6.9 |   102M |  38 | 101 | 272 | 229 |5205 |  1 | 172k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.62/76.00	c  76.0s|207600 | 46768 |  1454k|   6.9 |   102M |  38 | 101 | 275 | 231 |5205 |  1 | 172k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.62/76.03	c  76.0s|207700 | 46771 |  1454k|   6.9 |   102M |  38 | 101 | 274 | 230 |5205 |  1 | 172k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.62/76.07	c  76.1s|207800 | 46776 |  1455k|   6.9 |   102M |  38 | 101 | 276 |   0 |5205 |  0 | 172k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.72/76.11	c  76.1s|207900 | 46792 |  1455k|   6.9 |   102M |  38 | 101 | 276 | 229 |5205 |  0 | 172k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.72/76.14	c  76.1s|208000 | 46841 |  1456k|   6.9 |   102M |  38 | 101 | 276 | 229 |5205 |  1 | 172k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.72/76.17	c  76.2s|208100 | 46869 |  1457k|   6.9 |   102M |  38 | 101 | 277 | 229 |5205 |  1 | 172k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.81/76.20	c  76.2s|208200 | 46873 |  1457k|   6.9 |   102M |  38 | 101 | 276 | 229 |5205 |  1 | 172k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.81/76.23	c  76.2s|208300 | 46887 |  1458k|   6.9 |   102M |  38 | 101 | 276 | 229 |5205 |  1 | 172k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.81/76.28	c  76.3s|208400 | 46953 |  1459k|   6.9 |   102M |  38 | 101 | 274 | 229 |5205 |  1 | 172k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.91/76.32	c  76.3s|208500 | 46966 |  1460k|   6.9 |   102M |  38 | 101 | 276 | 228 |5205 |  1 | 172k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.91/76.36	c  76.4s|208600 | 47009 |  1461k|   6.9 |   102M |  38 | 101 | 276 | 227 |5205 |  1 | 172k|  31 | 0.000000e+00 |      --      |    Inf | unknown
75.91/76.39	c  76.4s|208700 | 47023 |  1461k|   6.9 |   102M |  38 | 101 | 275 | 228 |5205 |  1 | 172k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.01/76.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
76.01/76.43	c  76.4s|208800 | 47023 |  1462k|   6.9 |   102M |  38 | 101 | 274 | 228 |5205 |  1 | 173k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.01/76.46	c  76.5s|208900 | 47037 |  1462k|   6.9 |   102M |  38 | 101 | 273 |   0 |5205 |  0 | 173k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.11/76.50	c  76.5s|209000 | 47040 |  1463k|   6.9 |   102M |  38 | 101 | 271 | 233 |5205 |  1 | 173k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.11/76.54	c  76.5s|209100 | 47046 |  1463k|   6.9 |   102M |  38 | 101 | 275 | 230 |5205 |  1 | 173k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.11/76.58	c  76.6s|209200 | 47095 |  1465k|   6.9 |   102M |  38 | 101 | 275 | 230 |5205 |  1 | 173k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.21/76.62	c  76.6s|209300 | 47130 |  1466k|   6.9 |   102M |  38 | 101 | 275 | 230 |5205 |  1 | 173k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.21/76.65	c  76.6s|209400 | 47134 |  1466k|   6.9 |   102M |  38 | 101 | 275 | 230 |5205 |  0 | 173k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.21/76.68	c  76.7s|209500 | 47146 |  1466k|   6.9 |   102M |  38 | 101 | 274 | 230 |5205 |  1 | 173k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.31/76.72	c  76.7s|209600 | 47168 |  1467k|   6.9 |   102M |  38 | 101 | 277 | 230 |5205 |  1 | 173k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.31/76.75	c  76.7s|209700 | 47169 |  1467k|   6.9 |   102M |  38 | 101 | 276 |   0 |5205 |  0 | 173k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.31/76.78	c  76.8s|209800 | 47181 |  1468k|   6.9 |   102M |  38 | 101 | 274 | 230 |5205 |  1 | 174k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.41/76.81	c  76.8s|209900 | 47176 |  1469k|   6.9 |   102M |  38 | 101 | 275 | 232 |5205 |  1 | 174k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.41/76.85	c  76.8s|210000 | 47189 |  1469k|   6.9 |   102M |  38 | 101 | 275 | 232 |5205 |  1 | 174k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.41/76.89	c  76.9s|210100 | 47223 |  1470k|   6.9 |   102M |  38 | 101 | 276 |   0 |5205 |  0 | 174k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.51/76.92	c  76.9s|210200 | 47243 |  1470k|   6.9 |   102M |  38 | 101 | 276 | 231 |5205 |  1 | 174k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.51/76.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
76.51/76.96	c  77.0s|210300 | 47259 |  1471k|   6.9 |   102M |  38 | 101 | 276 |   0 |5205 |  0 | 174k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.51/76.99	c  77.0s|210400 | 47269 |  1472k|   6.9 |   102M |  38 | 101 | 276 | 233 |5205 |  1 | 174k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.61/77.03	c  77.0s|210500 | 47285 |  1472k|   6.9 |   103M |  38 | 101 | 275 | 228 |5205 |  1 | 174k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.61/77.07	c  77.1s|210600 | 47287 |  1473k|   6.9 |   103M |  38 | 101 | 276 | 230 |5205 |  1 | 174k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.71/77.10	c  77.1s|210700 | 47334 |  1473k|   6.9 |   103M |  38 | 101 | 276 |   0 |5205 |  0 | 174k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.71/77.14	c  77.1s|210800 | 47345 |  1474k|   6.9 |   103M |  38 | 101 | 274 | 232 |5205 |  1 | 174k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.71/77.17	c  77.2s|210900 | 47350 |  1475k|   6.9 |   103M |  38 | 101 | 273 | 229 |5205 |  0 | 175k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.81/77.22	c  77.2s|211000 | 47369 |  1475k|   6.9 |   103M |  38 | 101 | 273 | 232 |5205 |  0 | 175k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.81/77.25	c  77.2s|211100 | 47395 |  1476k|   6.9 |   103M |  38 | 101 | 276 | 226 |5205 |  1 | 175k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.81/77.28	c  77.3s|211200 | 47408 |  1476k|   6.9 |   103M |  38 | 101 | 274 | 226 |5205 |  0 | 175k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.91/77.31	c  77.3s|211300 | 47415 |  1477k|   6.9 |   103M |  38 | 101 | 273 | 233 |5205 |  1 | 175k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.91/77.34	c  77.3s|211400 | 47418 |  1477k|   6.9 |   103M |  38 | 101 | 270 | 233 |5205 |  0 | 175k|  31 | 0.000000e+00 |      --      |    Inf | unknown
76.91/77.37	c  77.4s|211500 | 47418 |  1478k|   6.9 |   103M |  38 | 101 | 271 | 228 |5205 |  1 | 175k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.01/77.42	c  77.4s|211600 | 47461 |  1479k|   6.9 |   103M |  38 | 101 | 273 | 229 |5205 |  1 | 175k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.01/77.45	c  77.4s|211700 | 47475 |  1479k|   6.9 |   103M |  38 | 101 | 274 | 229 |5205 |  1 | 175k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.01/77.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
77.01/77.48	c  77.5s|211800 | 47484 |  1480k|   6.9 |   103M |  38 | 101 | 274 |   0 |5205 |  0 | 175k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.11/77.51	c  77.5s|211900 | 47505 |  1480k|   6.9 |   103M |  38 | 101 | 275 | 228 |5205 |  1 | 175k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.11/77.55	c  77.5s|212000 | 47514 |  1481k|   6.9 |   103M |  38 | 101 | 273 | 230 |5205 |  1 | 175k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.11/77.58	c  77.6s|212100 | 47516 |  1482k|   6.9 |   103M |  38 | 101 | 274 |   0 |5205 |  0 | 175k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.21/77.62	c  77.6s|212200 | 47520 |  1482k|   6.9 |   103M |  38 | 101 | 274 | 229 |5205 |  1 | 176k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.21/77.65	c  77.6s|212300 | 47528 |  1482k|   6.9 |   103M |  38 | 101 | 273 | 229 |5205 |  0 | 176k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.21/77.68	c  77.7s|212400 | 47522 |  1483k|   6.9 |   103M |  38 | 101 | 273 |   0 |5205 |  0 | 176k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.31/77.72	c  77.7s|212500 | 47548 |  1483k|   6.9 |   103M |  38 | 101 | 274 |   0 |5205 |  0 | 176k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.31/77.76	c  77.8s|212600 | 47564 |  1484k|   6.9 |   103M |  38 | 101 | 272 | 231 |5205 |  1 | 176k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.31/77.79	c  77.8s|212700 | 47566 |  1485k|   6.9 |   103M |  38 | 101 | 274 | 230 |5205 |  1 | 176k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.41/77.83	c  77.8s|212800 | 47619 |  1486k|   6.9 |   103M |  38 | 101 | 273 | 230 |5205 |  1 | 176k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.41/77.87	c  77.9s|212900 | 47641 |  1486k|   6.9 |   103M |  38 | 101 | 274 | 230 |5205 |  1 | 176k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.50/77.90	c  77.9s|213000 | 47653 |  1487k|   6.9 |   103M |  38 | 101 | 274 |   0 |5205 |  0 | 176k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.50/77.94	c  77.9s|213100 | 47672 |  1488k|   6.9 |   103M |  38 | 101 | 274 | 230 |5205 |  1 | 176k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.50/77.97	c  78.0s|213200 | 47680 |  1488k|   6.9 |   103M |  38 | 101 | 274 | 230 |5205 |  1 | 176k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.61/78.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
77.61/78.00	c  78.0s|213300 | 47684 |  1489k|   6.9 |   103M |  38 | 101 | 272 | 230 |5205 |  0 | 176k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.61/78.04	c  78.0s|213400 | 47700 |  1489k|   6.9 |   103M |  38 | 101 | 274 | 230 |5205 |  1 | 177k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.61/78.07	c  78.1s|213500 | 47717 |  1490k|   6.9 |   103M |  38 | 101 | 272 |   0 |5205 |  0 | 177k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.61/78.10	c  78.1s|213600 | 47712 |  1491k|   6.9 |   103M |  38 | 101 | 274 |   0 |5205 |  0 | 177k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.71/78.13	c  78.1s|213700 | 47710 |  1491k|   6.9 |   103M |  38 | 101 | 274 | 228 |5205 |  1 | 177k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.71/78.17	c  78.2s|213800 | 47726 |  1492k|   6.9 |   103M |  38 | 101 | 274 | 231 |5205 |  1 | 177k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.80/78.20	c  78.2s|213900 | 47736 |  1492k|   6.9 |   103M |  38 | 101 | 273 | 230 |5205 |  1 | 177k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.80/78.24	c  78.2s|214000 | 47755 |  1493k|   6.9 |   103M |  38 | 101 | 274 |   0 |5205 |  0 | 177k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.80/78.28	c  78.3s|214100 | 47766 |  1494k|   6.9 |   103M |  38 | 101 | 273 | 230 |5205 |  1 | 177k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.90/78.32	c  78.3s|214200 | 47809 |  1495k|   6.9 |   103M |  38 | 101 | 275 | 229 |5205 |  1 | 177k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.90/78.36	c  78.4s|214300 | 47857 |  1496k|   6.9 |   103M |  38 | 101 | 272 | 229 |5205 |  1 | 177k|  31 | 0.000000e+00 |      --      |    Inf | unknown
77.90/78.39	c  78.4s|214400 | 47892 |  1496k|   6.9 |   103M |  38 | 101 | 272 |   0 |5205 |  0 | 177k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.00/78.43	c  78.4s|214500 | 47940 |  1497k|   6.9 |   103M |  38 | 101 | 269 | 229 |5205 |  0 | 177k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.00/78.47	c  78.5s|214600 | 47990 |  1498k|   6.9 |   103M |  38 | 101 | 266 |   0 |5205 |  0 | 178k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.10/78.51	c  78.5s|214700 | 48005 |  1499k|   6.9 |   103M |  38 | 101 | 267 | 229 |5205 |  1 | 178k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.10/78.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
78.10/78.55	c  78.5s|214800 | 48035 |  1500k|   6.9 |   103M |  38 | 101 | 266 |   0 |5205 |  0 | 178k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.10/78.59	c  78.6s|214900 | 48079 |  1500k|   6.9 |   103M |  38 | 101 | 266 | 229 |5205 |  1 | 178k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.20/78.62	c  78.6s|215000 | 48097 |  1501k|   6.9 |   103M |  38 | 101 | 266 | 229 |5205 |  1 | 178k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.20/78.66	c  78.7s|215100 | 48107 |  1501k|   6.9 |   103M |  38 | 101 | 265 | 229 |5205 |  1 | 178k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.30/78.70	c  78.7s|215200 | 48133 |  1502k|   6.9 |   103M |  38 | 101 | 266 |   0 |5205 |  0 | 178k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.30/78.74	c  78.7s|215300 | 48135 |  1503k|   6.9 |   103M |  38 | 101 | 266 | 233 |5205 |  1 | 178k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.30/78.77	c  78.8s|215400 | 48139 |  1503k|   6.9 |   103M |  38 | 101 | 269 | 230 |5205 |  0 | 178k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.40/78.81	c  78.8s|215500 | 48167 |  1504k|   6.9 |   103M |  38 | 101 | 273 |   0 |5205 |  0 | 178k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.40/78.85	c  78.8s|215600 | 48178 |  1504k|   6.9 |   103M |  38 | 101 | 275 |   0 |5205 |  0 | 179k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.40/78.89	c  78.9s|215700 | 48190 |  1505k|   6.9 |   103M |  38 | 101 | 273 |   0 |5205 |  0 | 179k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.50/78.93	c  78.9s|215800 | 48208 |  1505k|   6.9 |   103M |  38 | 101 | 275 |   0 |5205 |  0 | 179k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.50/78.96	c  79.0s|215900 | 48210 |  1506k|   6.9 |   103M |  38 | 101 | 273 |   0 |5205 |  0 | 179k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.50/79.00	c  79.0s|216000 | 48217 |  1506k|   6.9 |   103M |  38 | 101 | 274 | 229 |5205 |  1 | 179k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.60/79.04	c  79.0s|216100 | 48222 |  1507k|   6.9 |   104M |  38 | 101 | 275 | 227 |5205 |  1 | 179k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.60/79.07	c  79.1s|216200 | 48221 |  1507k|   6.9 |   104M |  38 | 101 | 274 | 229 |5205 |  1 | 179k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.70/79.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
78.70/79.10	c  79.1s|216300 | 48224 |  1508k|   6.9 |   104M |  38 | 101 | 274 |   0 |5205 |  0 | 179k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.70/79.13	c  79.1s|216400 | 48241 |  1508k|   6.9 |   104M |  38 | 101 | 272 | 226 |5205 |  1 | 179k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.70/79.17	c  79.2s|216500 | 48244 |  1509k|   6.9 |   104M |  38 | 101 | 273 | 236 |5205 |  1 | 179k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.80/79.21	c  79.2s|216600 | 48265 |  1509k|   6.9 |   104M |  38 | 101 | 274 |   0 |5205 |  0 | 180k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.80/79.24	c  79.2s|216700 | 48281 |  1510k|   6.9 |   104M |  38 | 101 | 274 |   0 |5205 |  0 | 180k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.80/79.28	c  79.3s|216800 | 48298 |  1510k|   6.9 |   104M |  38 | 101 | 273 | 226 |5205 |  1 | 180k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.90/79.32	c  79.3s|216900 | 48298 |  1511k|   6.9 |   104M |  38 | 101 | 274 |   0 |5205 |  0 | 180k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.90/79.35	c  79.4s|217000 | 48315 |  1511k|   6.9 |   104M |  38 | 101 | 272 | 226 |5205 |  0 | 180k|  31 | 0.000000e+00 |      --      |    Inf | unknown
78.90/79.39	c  79.4s|217100 | 48332 |  1512k|   6.9 |   104M |  38 | 101 | 272 | 226 |5205 |  0 | 180k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.00/79.43	c  79.4s|217200 | 48350 |  1512k|   6.9 |   104M |  38 | 101 | 272 | 226 |5205 |  1 | 180k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.00/79.46	c  79.5s|217300 | 48346 |  1513k|   6.9 |   104M |  38 | 101 | 273 | 226 |5205 |  1 | 180k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.10/79.50	c  79.5s|217400 | 48347 |  1513k|   6.9 |   104M |  38 | 101 | 272 | 226 |5205 |  1 | 180k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.10/79.54	c  79.5s|217500 | 48335 |  1514k|   6.9 |   104M |  38 | 101 | 274 | 226 |5205 |  1 | 180k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.10/79.58	c  79.6s|217600 | 48331 |  1514k|   6.9 |   104M |  38 | 101 | 272 |   0 |5205 |  0 | 181k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.20/79.61	c  79.6s|217700 | 48342 |  1515k|   6.9 |   104M |  38 | 101 | 274 |   0 |5205 |  0 | 181k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.20/79.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
79.20/79.65	c  79.6s|217800 | 48343 |  1515k|   6.9 |   104M |  38 | 101 | 273 | 226 |5205 |  1 | 181k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.20/79.69	c  79.7s|217900 | 48369 |  1516k|   6.9 |   104M |  38 | 101 | 272 | 226 |5205 |  1 | 181k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.30/79.72	c  79.7s|218000 | 48372 |  1517k|   6.9 |   104M |  38 | 101 | 272 | 226 |5205 |  1 | 181k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.30/79.76	c  79.8s|218100 | 48403 |  1517k|   6.9 |   104M |  38 | 101 | 273 | 231 |5205 |  0 | 181k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.39/79.80	c  79.8s|218200 | 48401 |  1518k|   6.9 |   104M |  38 | 101 | 273 | 226 |5205 |  0 | 181k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.39/79.83	c  79.8s|218300 | 48427 |  1519k|   6.9 |   104M |  38 | 101 | 273 | 233 |5205 |  1 | 181k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.39/79.86	c  79.9s|218400 | 48422 |  1519k|   6.9 |   104M |  38 | 101 | 274 |   0 |5205 |  0 | 181k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.49/79.90	c  79.9s|218500 | 48413 |  1519k|   6.9 |   104M |  38 | 101 | 275 | 233 |5205 |  1 | 181k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.49/79.93	c  79.9s|218600 | 48436 |  1520k|   6.9 |   104M |  38 | 101 | 274 |   0 |5205 |  0 | 181k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.49/79.97	c  80.0s|218700 | 48448 |  1521k|   6.9 |   104M |  38 | 101 | 272 | 230 |5205 |  1 | 182k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.59/80.01	c  80.0s|218800 | 48444 |  1521k|   6.9 |   104M |  38 | 101 | 273 | 230 |5205 |  1 | 182k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.59/80.05	c  80.0s|218900 | 48451 |  1521k|   6.9 |   104M |  38 | 101 | 272 | 230 |5205 |  1 | 182k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.59/80.09	c  80.1s|219000 | 48461 |  1522k|   6.9 |   104M |  38 | 101 | 274 | 228 |5205 |  1 | 182k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.69/80.14	c  80.1s|219100 | 48527 |  1523k|   6.9 |   104M |  38 | 101 | 273 |   0 |5205 |  0 | 182k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.69/80.18	c  80.2s|219200 | 48549 |  1524k|   6.9 |   104M |  38 | 101 | 272 | 228 |5205 |  1 | 182k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.79/80.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
79.79/80.22	c  80.2s|219300 | 48586 |  1525k|   6.9 |   104M |  38 | 101 | 272 | 228 |5205 |  1 | 182k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.79/80.25	c  80.3s|219400 | 48600 |  1525k|   6.9 |   104M |  38 | 101 | 274 | 228 |5205 |  1 | 182k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.79/80.29	c  80.3s|219500 | 48598 |  1526k|   6.9 |   104M |  38 | 101 | 274 |   0 |5205 |  0 | 183k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.89/80.33	c  80.3s|219600 | 48612 |  1526k|   6.9 |   104M |  38 | 101 | 274 |   0 |5205 |  0 | 183k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.89/80.37	c  80.4s|219700 | 48636 |  1527k|   6.9 |   104M |  38 | 101 | 275 | 228 |5205 |  1 | 183k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.99/80.40	c  80.4s|219800 | 48652 |  1527k|   6.9 |   104M |  38 | 101 | 273 | 228 |5205 |  1 | 183k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.99/80.44	c  80.4s|219900 | 48648 |  1528k|   6.9 |   104M |  38 | 101 | 275 |   0 |5205 |  0 | 183k|  31 | 0.000000e+00 |      --      |    Inf | unknown
79.99/80.48	c  80.5s|220000 | 48638 |  1528k|   6.9 |   104M |  38 | 101 | 275 |   0 |5205 |  0 | 183k|  31 | 0.000000e+00 |      --      |    Inf | unknown
80.09/80.52	c  80.5s|220100 | 48639 |  1528k|   6.9 |   104M |  38 | 101 | 273 | 228 |5205 |  0 | 183k|  31 | 0.000000e+00 |      --      |    Inf | unknown
80.09/80.55	c  80.6s|220200 | 48652 |  1529k|   6.9 |   104M |  38 | 101 | 275 | 226 |5205 |  1 | 183k|  31 | 0.000000e+00 |      --      |    Inf | unknown
80.09/80.59	c  80.6s|220300 | 48673 |  1530k|   6.9 |   104M |  38 | 101 | 273 | 230 |5205 |  1 | 183k|  31 | 0.000000e+00 |      --      |    Inf | unknown
80.19/80.62	c  80.6s|220400 | 48690 |  1531k|   6.9 |   104M |  38 | 101 | 273 | 230 |5205 |  0 | 184k|  31 | 0.000000e+00 |      --      |    Inf | unknown
80.19/80.66	c  80.7s|220500 | 48683 |  1531k|   6.9 |   104M |  38 | 101 | 273 | 233 |5205 |  1 | 184k|  31 | 0.000000e+00 |      --      |    Inf | unknown
80.19/80.69	c  80.7s|220600 | 48689 |  1532k|   6.9 |   104M |  38 | 101 | 273 | 228 |5205 |  1 | 184k|  31 | 0.000000e+00 |      --      |    Inf | unknown
80.29/80.76	c  80.8s|220700 | 48764 |  1535k|   6.9 |   104M |  38 | 101 | 276 | 228 |5218 |  1 | 184k|  31 | 0.000000e+00 |      --      |    Inf | unknown
80.39/80.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
80.39/80.80	c  80.8s|220800 | 48816 |  1536k|   6.9 |   104M |  38 | 101 | 274 |   0 |5218 |  0 | 184k|  31 | 0.000000e+00 |      --      |    Inf | unknown
80.39/80.84	c  80.8s|220900 | 48841 |  1536k|   6.9 |   104M |  38 | 101 | 274 |   0 |5218 |  0 | 184k|  31 | 0.000000e+00 |      --      |    Inf | unknown
80.39/80.88	c  80.9s|221000 | 48870 |  1537k|   6.9 |   104M |  38 | 101 | 275 | 228 |5224 |  1 | 184k|  31 | 0.000000e+00 |      --      |    Inf | unknown
80.48/80.92	c  80.9s|221100 | 48892 |  1538k|   6.9 |   105M |  38 | 101 | 274 | 228 |5225 |  1 | 184k|  31 | 0.000000e+00 |      --      |    Inf | unknown
80.48/80.95	c  80.9s|221200 | 48898 |  1539k|   6.9 |   105M |  38 | 101 | 275 | 230 |5228 |  1 | 184k|  31 | 0.000000e+00 |      --      |    Inf | unknown
80.48/80.98	c  81.0s|221300 | 48909 |  1539k|   6.9 |   105M |  38 | 101 | 273 | 228 |5228 |  1 | 184k|  31 | 0.000000e+00 |      --      |    Inf | unknown
80.59/81.02	c  81.0s|221400 | 48914 |  1539k|   6.9 |   105M |  38 | 101 | 275 | 228 |5229 |  1 | 184k|  31 | 0.000000e+00 |      --      |    Inf | unknown
80.59/81.05	c  81.1s|221500 | 48935 |  1540k|   6.9 |   105M |  38 | 101 | 274 |   0 |5231 |  0 | 184k|  31 | 0.000000e+00 |      --      |    Inf | unknown
80.59/81.09	c  81.1s|221600 | 48936 |  1540k|   6.9 |   105M |  38 | 101 | 273 | 228 |5232 |  1 | 185k|  31 | 0.000000e+00 |      --      |    Inf | unknown
80.69/81.12	c  81.1s|221700 | 48941 |  1541k|   6.9 |   105M |  38 | 101 | 271 |   0 |5232 |  0 | 185k|  31 | 0.000000e+00 |      --      |    Inf | unknown
80.69/81.15	c  81.2s|221800 | 48954 |  1542k|   6.9 |   105M |  38 | 101 | 271 | 229 |5233 |  1 | 185k|  31 | 0.000000e+00 |      --      |    Inf | unknown
80.78/81.20	c  81.2s|221900 | 49004 |  1543k|   6.9 |   105M |  38 | 101 | 273 | 228 |5237 |  1 | 185k|  31 | 0.000000e+00 |      --      |    Inf | unknown
80.78/81.24	c  81.2s|222000 | 49043 |  1543k|   6.9 |   105M |  38 | 101 | 274 | 229 |5244 |  2 | 185k|  31 | 0.000000e+00 |      --      |    Inf | unknown
80.78/81.27	c  81.3s|222100 | 49087 |  1544k|   6.9 |   105M |  38 | 101 | 272 | 228 |5244 |  1 | 185k|  31 | 0.000000e+00 |      --      |    Inf | unknown
80.88/81.31	c  81.3s|222200 | 49126 |  1545k|   6.9 |   105M |  38 | 101 | 274 | 228 |5249 |  1 | 185k|  31 | 0.000000e+00 |      --      |    Inf | unknown
80.88/81.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
80.88/81.35	c  81.4s|222300 | 49177 |  1546k|   6.9 |   105M |  38 | 101 | 272 | 229 |5250 |  1 | 185k|  31 | 0.000000e+00 |      --      |    Inf | unknown
80.88/81.39	c  81.4s|222400 | 49177 |  1546k|   6.9 |   105M |  38 | 101 | 272 |   0 |5252 |  0 | 185k|  31 | 0.000000e+00 |      --      |    Inf | unknown
80.98/81.43	c  81.4s|222500 | 49189 |  1547k|   6.9 |   105M |  38 | 101 | 274 | 228 |5252 |  1 | 185k|  31 | 0.000000e+00 |      --      |    Inf | unknown
80.98/81.46	c  81.5s|222600 | 49214 |  1547k|   6.9 |   105M |  38 | 101 | 276 | 228 |5252 |  1 | 186k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.08/81.50	c  81.5s|222700 | 49241 |  1548k|   6.9 |   105M |  38 | 101 | 275 |   0 |5252 |  0 | 186k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.08/81.54	c  81.5s|222800 | 49240 |  1548k|   6.9 |   105M |  38 | 101 | 275 |   0 |5252 |  0 | 186k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.08/81.58	c  81.6s|222900 | 49273 |  1549k|   6.9 |   105M |  38 | 101 | 275 | 230 |5252 |  1 | 186k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.18/81.61	c  81.6s|223000 | 49273 |  1550k|   6.9 |   105M |  38 | 101 | 275 |   0 |5253 |  0 | 186k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.18/81.65	c  81.6s|223100 | 49271 |  1550k|   6.9 |   105M |  38 | 101 | 275 |   0 |5253 |  0 | 186k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.18/81.69	c  81.7s|223200 | 49273 |  1551k|   6.9 |   105M |  38 | 101 | 275 | 229 |5254 |  1 | 186k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.28/81.72	c  81.7s|223300 | 49279 |  1551k|   6.9 |   105M |  38 | 101 | 273 |   0 |5254 |  0 | 186k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.28/81.76	c  81.8s|223400 | 49289 |  1552k|   6.9 |   105M |  38 | 101 | 275 | 228 |5255 |  1 | 186k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.28/81.79	c  81.8s|223500 | 49324 |  1553k|   6.9 |   105M |  38 | 101 | 275 | 228 |5255 |  1 | 187k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.38/81.83	c  81.8s|223600 | 49348 |  1553k|   6.9 |   105M |  38 | 101 | 275 |   0 |5255 |  0 | 187k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.38/81.87	c  81.9s|223700 | 49347 |  1554k|   6.9 |   105M |  38 | 101 | 273 | 233 |5256 |  1 | 187k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.48/81.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
81.48/81.90	c  81.9s|223800 | 49366 |  1554k|   6.9 |   105M |  38 | 101 | 274 | 234 |5256 |  1 | 187k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.48/81.93	c  81.9s|223900 | 49389 |  1555k|   6.9 |   105M |  38 | 101 | 275 | 228 |5256 |  1 | 187k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.48/81.96	c  82.0s|224000 | 49395 |  1555k|   6.9 |   105M |  38 | 101 | 274 | 228 |5256 |  1 | 187k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.48/82.00	c  82.0s|224100 | 49432 |  1556k|   6.9 |   105M |  38 | 101 | 275 | 227 |5256 |  1 | 187k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.58/82.04	c  82.0s|224200 | 49442 |  1557k|   6.9 |   105M |  38 | 101 | 275 | 228 |5256 |  0 | 187k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.58/82.07	c  82.1s|224300 | 49448 |  1557k|   6.9 |   105M |  38 | 101 | 274 | 227 |5256 |  1 | 187k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.68/82.11	c  82.1s|224400 | 49442 |  1558k|   6.9 |   105M |  38 | 101 | 274 | 232 |5256 |  0 | 187k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.68/82.15	c  82.1s|224500 | 49443 |  1558k|   6.9 |   105M |  38 | 101 | 275 |   0 |5256 |  0 | 187k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.78/82.21	c  82.2s|224600 | 49450 |  1559k|   6.9 |   105M |  38 | 101 | 275 | 235 |5256 |  1 | 187k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.78/82.25	c  82.2s|224700 | 49448 |  1559k|   6.9 |   105M |  38 | 101 | 274 | 228 |5256 |  1 | 188k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.78/82.29	c  82.3s|224800 | 49457 |  1560k|   6.9 |   106M |  38 | 101 | 276 | 232 |5256 |  1 | 188k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.88/82.32	c  82.3s|224900 | 49473 |  1560k|   6.9 |   106M |  38 | 101 | 275 | 230 |5256 |  1 | 188k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.88/82.35	c  82.4s|225000 | 49477 |  1561k|   6.9 |   106M |  38 | 101 | 275 | 231 |5256 |  0 | 188k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.88/82.39	c  82.4s|225100 | 49489 |  1561k|   6.9 |   106M |  38 | 101 | 274 |   0 |5256 |  0 | 188k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.98/82.42	c  82.4s|225200 | 49485 |  1562k|   6.9 |   106M |  38 | 101 | 275 | 234 |5256 |  1 | 188k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.98/82.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
81.98/82.46	c  82.5s|225300 | 49493 |  1562k|   6.9 |   106M |  38 | 101 | 273 | 234 |5256 |  1 | 188k|  31 | 0.000000e+00 |      --      |    Inf | unknown
81.98/82.49	c  82.5s|225400 | 49511 |  1563k|   6.9 |   106M |  38 | 101 | 275 | 230 |5256 |  1 | 188k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.08/82.53	c  82.5s|225500 | 49537 |  1563k|   6.9 |   106M |  38 | 101 | 274 |   0 |5256 |  0 | 188k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.08/82.56	c  82.6s|225600 | 49560 |  1564k|   6.9 |   106M |  38 | 101 | 273 | 226 |5256 |  1 | 188k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.08/82.59	c  82.6s|225700 | 49571 |  1564k|   6.9 |   106M |  38 | 101 | 275 | 226 |5256 |  1 | 188k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.18/82.63	c  82.6s|225800 | 49578 |  1565k|   6.9 |   106M |  38 | 101 | 273 | 231 |5256 |  0 | 188k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.18/82.67	c  82.7s|225900 | 49593 |  1566k|   6.9 |   106M |  38 | 101 | 274 | 232 |5256 |  1 | 189k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.28/82.70	c  82.7s|226000 | 49593 |  1566k|   6.9 |   106M |  38 | 101 | 274 | 229 |5256 |  0 | 189k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.28/82.74	c  82.7s|226100 | 49589 |  1566k|   6.9 |   106M |  38 | 101 | 275 |   0 |5256 |  0 | 189k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.28/82.77	c  82.8s|226200 | 49612 |  1567k|   6.9 |   106M |  38 | 101 | 274 | 231 |5256 |  1 | 189k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.38/82.80	c  82.8s|226300 | 49631 |  1568k|   6.9 |   106M |  38 | 101 | 275 |   0 |5256 |  0 | 189k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.38/82.84	c  82.8s|226400 | 49631 |  1569k|   6.9 |   106M |  38 | 101 | 273 | 231 |5256 |  1 | 189k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.38/82.88	c  82.9s|226500 | 49649 |  1569k|   6.9 |   106M |  38 | 101 | 273 |   0 |5256 |  0 | 189k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.48/82.92	c  82.9s|226600 | 49659 |  1570k|   6.9 |   106M |  38 | 101 | 273 | 226 |5256 |  0 | 189k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.48/82.95	c  83.0s|226700 | 49656 |  1570k|   6.9 |   106M |  38 | 101 | 275 | 226 |5256 |  1 | 189k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.48/82.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
82.48/82.99	c  83.0s|226800 | 49661 |  1571k|   6.9 |   106M |  38 | 101 | 274 | 226 |5256 |  1 | 189k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.58/83.02	c  83.0s|226900 | 49669 |  1571k|   6.9 |   106M |  38 | 101 | 274 | 226 |5256 |  1 | 190k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.58/83.06	c  83.1s|227000 | 49660 |  1572k|   6.9 |   106M |  38 | 101 | 275 | 230 |5256 |  1 | 190k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.58/83.09	c  83.1s|227100 | 49656 |  1572k|   6.9 |   106M |  38 | 101 | 273 | 230 |5256 |  0 | 190k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.68/83.12	c  83.1s|227200 | 49671 |  1572k|   6.9 |   106M |  38 | 101 | 275 | 228 |5256 |  1 | 190k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.68/83.16	c  83.2s|227300 | 49686 |  1573k|   6.9 |   106M |  38 | 101 | 275 | 227 |5256 |  1 | 190k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.77/83.20	c  83.2s|227400 | 49700 |  1573k|   6.9 |   106M |  38 | 101 | 275 | 227 |5256 |  1 | 190k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.77/83.23	c  83.2s|227500 | 49703 |  1574k|   6.9 |   106M |  38 | 101 | 274 | 227 |5256 |  1 | 190k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.77/83.27	c  83.3s|227600 | 49712 |  1574k|   6.9 |   106M |  38 | 101 | 275 |   0 |5256 |  0 | 190k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.87/83.31	c  83.3s|227700 | 49718 |  1575k|   6.9 |   106M |  38 | 101 | 275 | 227 |5256 |  1 | 190k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.87/83.34	c  83.3s|227800 | 49720 |  1575k|   6.9 |   106M |  38 | 101 | 272 | 233 |5256 |  1 | 190k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.87/83.38	c  83.4s|227900 | 49709 |  1576k|   6.9 |   106M |  38 | 101 | 273 | 226 |5256 |  1 | 191k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.97/83.42	c  83.4s|228000 | 49715 |  1576k|   6.9 |   106M |  38 | 101 | 275 |   0 |5256 |  0 | 191k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.97/83.45	c  83.5s|228100 | 49722 |  1577k|   6.9 |   106M |  38 | 101 | 274 | 234 |5256 |  1 | 191k|  31 | 0.000000e+00 |      --      |    Inf | unknown
82.97/83.49	c  83.5s|228200 | 49725 |  1577k|   6.9 |   106M |  38 | 101 | 273 | 231 |5256 |  0 | 191k|  31 | 0.000000e+00 |      --      |    Inf | unknown
83.07/83.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
83.07/83.53	c  83.5s|228300 | 49722 |  1578k|   6.9 |   106M |  38 | 101 | 274 |   0 |5256 |  0 | 191k|  31 | 0.000000e+00 |      --      |    Inf | unknown
83.07/83.57	c  83.6s|228400 | 49725 |  1578k|   6.9 |   106M |  38 | 101 | 272 |   0 |5256 |  0 | 191k|  31 | 0.000000e+00 |      --      |    Inf | unknown
83.17/83.60	c  83.6s|228500 | 49719 |  1579k|   6.9 |   106M |  38 | 101 | 272 | 226 |5256 |  1 | 191k|  31 | 0.000000e+00 |      --      |    Inf | unknown
83.17/83.64	c  83.6s|228600 | 49739 |  1579k|   6.9 |   106M |  38 | 101 | 272 | 228 |5256 |  1 | 191k|  31 | 0.000000e+00 |      --      |    Inf | unknown
83.17/83.67	c  83.7s|228700 | 49749 |  1580k|   6.9 |   106M |  38 | 101 | 271 | 229 |5256 |  1 | 191k|  31 | 0.000000e+00 |      --      |    Inf | unknown
83.27/83.71	c  83.7s|228800 | 49753 |  1580k|   6.9 |   106M |  38 | 101 | 274 |   0 |5256 |  0 | 191k|  31 | 0.000000e+00 |      --      |    Inf | unknown
83.27/83.75	c  83.8s|228900 | 49785 |  1581k|   6.9 |   106M |  38 | 101 | 274 | 229 |5256 |  1 | 191k|  31 | 0.000000e+00 |      --      |    Inf | unknown
83.27/83.79	c  83.8s|229000 | 49817 |  1582k|   6.9 |   106M |  38 | 101 | 274 | 229 |5256 |  1 | 192k|  31 | 0.000000e+00 |      --      |    Inf | unknown
83.37/83.82	c  83.8s|229100 | 49841 |  1583k|   6.9 |   106M |  38 | 101 | 271 | 229 |5256 |  1 | 192k|  31 | 0.000000e+00 |      --      |    Inf | unknown
83.37/83.87	c  83.9s|229200 | 49901 |  1584k|   6.9 |   106M |  38 | 101 | 272 | 229 |5256 |  1 | 192k|  31 | 0.000000e+00 |      --      |    Inf | unknown
83.47/83.91	c  83.9s|229300 | 49952 |  1585k|   6.9 |   106M |  38 | 101 | 270 | 229 |5256 |  0 | 192k|  31 | 0.000000e+00 |      --      |    Inf | unknown
83.47/83.94	c  83.9s|229400 | 49986 |  1585k|   6.9 |   106M |  38 | 101 | 268 | 229 |5256 |  0 | 192k|  31 | 0.000000e+00 |      --      |    Inf | unknown
83.47/83.98	c  84.0s|229500 | 50024 |  1586k|   6.9 |   106M |  38 | 101 | 271 | 229 |5256 |  1 | 192k|  31 | 0.000000e+00 |      --      |    Inf | unknown
83.58/84.02	c  84.0s|229600 | 50064 |  1587k|   6.9 |   106M |  38 | 101 | 270 | 229 |5256 |  1 | 192k|  31 | 0.000000e+00 |      --      |    Inf | unknown
83.58/84.06	c  84.1s|229700 | 50064 |  1588k|   6.9 |   106M |  38 | 101 | 270 | 229 |5256 |  1 | 192k|  31 | 0.000000e+00 |      --      |    Inf | unknown
83.58/84.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
83.58/84.09	c  84.1s|229800 | 50070 |  1588k|   6.9 |   106M |  38 | 101 | 272 | 229 |5256 |  0 | 192k|  31 | 0.000000e+00 |      --      |    Inf | unknown
83.68/84.13	c  84.1s|229900 | 50099 |  1589k|   6.9 |   106M |  38 | 101 | 272 | 229 |5256 |  1 | 192k|  31 | 0.000000e+00 |      --      |    Inf | unknown
83.68/84.16	c  84.2s|230000 | 50110 |  1589k|   6.9 |   106M |  38 | 101 | 271 | 229 |5256 |  1 | 192k|  31 | 0.000000e+00 |      --      |    Inf | unknown
83.77/84.20	c  84.2s|230100 | 50110 |  1590k|   6.9 |   106M |  38 | 101 | 273 | 229 |5256 |  1 | 192k|  31 | 0.000000e+00 |      --      |    Inf | unknown
83.77/84.24	c  84.2s|230200 | 50131 |  1590k|   6.9 |   106M |  38 | 101 | 273 | 229 |5256 |  1 | 193k|  31 | 0.000000e+00 |      --      |    Inf | unknown
83.77/84.27	c  84.3s|230300 | 50157 |  1591k|   6.9 |   106M |  38 | 101 | 273 |   0 |5256 |  0 | 193k|  31 | 0.000000e+00 |      --      |    Inf | unknown
83.87/84.32	c  84.3s|230400 | 50175 |  1592k|   6.9 |   106M |  38 | 101 | 271 | 229 |5256 |  1 | 193k|  31 | 0.000000e+00 |      --      |    Inf | unknown
83.87/84.35	c  84.4s|230500 | 50202 |  1592k|   6.9 |   106M |  38 | 101 | 273 | 229 |5256 |  1 | 193k|  31 | 0.000000e+00 |      --      |    Inf | unknown
83.87/84.39	c  84.4s|230600 | 50231 |  1593k|   6.9 |   106M |  38 | 101 | 268 | 229 |5256 |  1 | 193k|  31 | 0.000000e+00 |      --      |    Inf | unknown
83.97/84.43	c  84.4s|230700 | 50228 |  1594k|   6.9 |   106M |  38 | 101 | 269 | 229 |5256 |  1 | 193k|  31 | 0.000000e+00 |      --      |    Inf | unknown
83.97/84.47	c  84.5s|230800 | 50233 |  1594k|   6.9 |   106M |  38 | 101 | 269 |   0 |5256 |  0 | 193k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.07/84.51	c  84.5s|230900 | 50255 |  1595k|   6.9 |   106M |  38 | 101 | 268 | 229 |5256 |  1 | 193k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.07/84.55	c  84.5s|231000 | 50248 |  1595k|   6.9 |   106M |  38 | 101 | 267 | 229 |5256 |  1 | 193k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.07/84.57	c  84.6s|231100 | 50262 |  1595k|   6.9 |   106M |  38 | 101 | 267 |   0 |5256 |  0 | 193k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.17/84.60	c  84.6s|231200 | 50265 |  1596k|   6.9 |   106M |  38 | 101 | 268 | 229 |5256 |  1 | 193k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.17/84.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
84.17/84.64	c  84.6s|231300 | 50269 |  1597k|   6.9 |   106M |  38 | 101 | 268 |   0 |5256 |  0 | 193k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.17/84.66	c  84.7s|231400 | 50286 |  1597k|   6.8 |   106M |  38 | 101 | 270 |   0 |5256 |  0 | 193k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.27/84.70	c  84.7s|231500 | 50296 |  1598k|   6.8 |   106M |  38 | 101 | 270 | 226 |5256 |  0 | 194k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.27/84.74	c  84.7s|231600 | 50336 |  1599k|   6.8 |   106M |  38 | 101 | 270 |   0 |5256 |  0 | 194k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.27/84.77	c  84.8s|231700 | 50343 |  1599k|   6.8 |   106M |  38 | 101 | 270 |   0 |5256 |  0 | 194k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.37/84.81	c  84.8s|231800 | 50370 |  1600k|   6.8 |   106M |  38 | 101 | 269 |   0 |5256 |  0 | 194k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.37/84.85	c  84.8s|231900 | 50394 |  1601k|   6.9 |   106M |  38 | 101 | 268 | 232 |5256 |  1 | 194k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.37/84.89	c  84.9s|232000 | 50409 |  1601k|   6.9 |   106M |  38 | 101 | 268 | 231 |5256 |  1 | 194k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.47/84.92	c  84.9s|232100 | 50412 |  1602k|   6.8 |   107M |  38 | 101 | 267 | 228 |5256 |  1 | 194k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.47/84.96	c  85.0s|232200 | 50442 |  1602k|   6.8 |   107M |  38 | 101 | 265 | 234 |5256 |  0 | 194k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.47/84.99	c  85.0s|232300 | 50432 |  1603k|   6.8 |   107M |  38 | 101 | 265 | 228 |5256 |  1 | 194k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.57/85.03	c  85.0s|232400 | 50444 |  1604k|   6.8 |   107M |  38 | 101 | 264 | 230 |5256 |  0 | 194k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.57/85.06	c  85.1s|232500 | 50453 |  1604k|   6.8 |   107M |  38 | 101 | 265 | 226 |5256 |  1 | 194k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.67/85.10	c  85.1s|232600 | 50457 |  1605k|   6.8 |   107M |  38 | 101 | 266 | 232 |5256 |  1 | 194k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.67/85.14	c  85.1s|232700 | 50452 |  1605k|   6.8 |   107M |  38 | 101 | 264 | 231 |5256 |  1 | 195k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.67/85.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
84.67/85.18	c  85.2s|232800 | 50445 |  1606k|   6.8 |   107M |  38 | 101 | 265 | 228 |5256 |  1 | 195k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.77/85.21	c  85.2s|232900 | 50458 |  1606k|   6.8 |   107M |  38 | 101 | 267 | 235 |5256 |  1 | 195k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.77/85.25	c  85.2s|233000 | 50504 |  1607k|   6.8 |   107M |  38 | 101 | 266 | 235 |5256 |  0 | 195k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.77/85.28	c  85.3s|233100 | 50500 |  1608k|   6.8 |   107M |  38 | 101 | 269 | 230 |5256 |  1 | 195k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.86/85.31	c  85.3s|233200 | 50520 |  1608k|   6.8 |   107M |  38 | 101 | 269 | 230 |5256 |  0 | 195k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.86/85.36	c  85.4s|233300 | 50552 |  1609k|   6.8 |   107M |  38 | 101 | 269 | 233 |5256 |  1 | 195k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.96/85.40	c  85.4s|233400 | 50569 |  1610k|   6.8 |   107M |  38 | 101 | 270 | 229 |5256 |  0 | 195k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.96/85.43	c  85.4s|233500 | 50580 |  1610k|   6.8 |   107M |  38 | 101 | 268 |   0 |5256 |  0 | 195k|  31 | 0.000000e+00 |      --      |    Inf | unknown
84.96/85.47	c  85.5s|233600 | 50592 |  1611k|   6.8 |   107M |  38 | 101 | 269 | 231 |5256 |  0 | 195k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.06/85.51	c  85.5s|233700 | 50609 |  1612k|   6.8 |   107M |  38 | 101 | 271 |   0 |5256 |  0 | 195k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.06/85.54	c  85.5s|233800 | 50615 |  1612k|   6.8 |   107M |  38 | 101 | 270 | 231 |5256 |  0 | 195k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.06/85.57	c  85.6s|233900 | 50616 |  1613k|   6.8 |   107M |  38 | 101 | 271 | 230 |5256 |  1 | 196k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.16/85.61	c  85.6s|234000 | 50611 |  1613k|   6.8 |   107M |  38 | 101 | 270 | 231 |5256 |  1 | 196k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.16/85.64	c  85.6s|234100 | 50627 |  1614k|   6.8 |   107M |  38 | 101 | 271 | 228 |5256 |  1 | 196k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.16/85.68	c  85.7s|234200 | 50637 |  1614k|   6.8 |   107M |  38 | 101 | 270 | 233 |5256 |  0 | 196k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.26/85.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
85.26/85.71	c  85.7s|234300 | 50638 |  1615k|   6.8 |   107M |  38 | 101 | 272 |   0 |5256 |  0 | 196k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.26/85.75	c  85.7s|234400 | 50648 |  1615k|   6.8 |   107M |  38 | 101 | 270 |   0 |5256 |  0 | 196k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.26/85.79	c  85.8s|234500 | 50657 |  1616k|   6.8 |   107M |  38 | 101 | 273 | 228 |5256 |  1 | 196k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.36/85.83	c  85.8s|234600 | 50708 |  1617k|   6.8 |   107M |  38 | 101 | 271 | 228 |5256 |  1 | 196k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.36/85.87	c  85.9s|234700 | 50739 |  1617k|   6.8 |   107M |  38 | 101 | 272 | 228 |5256 |  1 | 196k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.46/85.91	c  85.9s|234800 | 50776 |  1618k|   6.8 |   107M |  38 | 101 | 269 | 228 |5256 |  1 | 196k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.46/85.95	c  85.9s|234900 | 50799 |  1618k|   6.8 |   108M |  38 | 101 | 269 | 228 |5256 |  1 | 196k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.46/85.98	c  86.0s|235000 | 50803 |  1619k|   6.8 |   108M |  38 | 101 | 269 | 228 |5256 |  1 | 197k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.57/86.01	c  86.0s|235100 | 50791 |  1619k|   6.8 |   108M |  38 | 101 | 269 |   0 |5256 |  0 | 197k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.57/86.05	c  86.1s|235200 | 50799 |  1620k|   6.8 |   108M |  38 | 101 | 266 | 228 |5256 |  1 | 197k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.57/86.09	c  86.1s|235300 | 50795 |  1620k|   6.8 |   108M |  38 | 101 | 265 | 227 |5256 |  1 | 197k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.67/86.13	c  86.1s|235400 | 50795 |  1621k|   6.8 |   108M |  38 | 101 | 269 |   0 |5256 |  0 | 197k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.67/86.16	c  86.2s|235500 | 50834 |  1621k|   6.8 |   108M |  38 | 101 | 266 | 227 |5256 |  1 | 197k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.67/86.20	c  86.2s|235600 | 50861 |  1622k|   6.8 |   108M |  38 | 101 | 267 |   0 |5256 |  0 | 197k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.76/86.23	c  86.2s|235700 | 50862 |  1622k|   6.8 |   108M |  38 | 101 | 271 | 227 |5256 |  1 | 197k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.76/86.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
85.76/86.27	c  86.3s|235800 | 50885 |  1623k|   6.8 |   108M |  38 | 101 | 269 | 227 |5256 |  1 | 197k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.86/86.30	c  86.3s|235900 | 50890 |  1623k|   6.8 |   108M |  38 | 101 | 268 | 230 |5256 |  1 | 197k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.86/86.33	c  86.3s|236000 | 50894 |  1624k|   6.8 |   108M |  38 | 101 | 267 | 226 |5256 |  1 | 197k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.86/86.37	c  86.4s|236100 | 50895 |  1624k|   6.8 |   108M |  38 | 101 | 266 | 228 |5256 |  1 | 197k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.96/86.41	c  86.4s|236200 | 50918 |  1625k|   6.8 |   108M |  38 | 101 | 268 | 234 |5256 |  1 | 198k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.96/86.44	c  86.4s|236300 | 50932 |  1625k|   6.8 |   108M |  38 | 101 | 268 | 228 |5256 |  1 | 198k|  31 | 0.000000e+00 |      --      |    Inf | unknown
85.96/86.48	c  86.5s|236400 | 50939 |  1626k|   6.8 |   109M |  38 | 101 | 269 | 230 |5256 |  1 | 198k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.06/86.51	c  86.5s|236500 | 50966 |  1627k|   6.8 |   109M |  38 | 101 | 270 | 230 |5256 |  1 | 198k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.06/86.55	c  86.5s|236600 | 50981 |  1627k|   6.8 |   109M |  38 | 101 | 271 |   0 |5256 |  0 | 198k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.06/86.58	c  86.6s|236700 | 51004 |  1628k|   6.8 |   109M |  38 | 101 | 272 | 228 |5256 |  1 | 198k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.16/86.62	c  86.6s|236800 | 51036 |  1629k|   6.8 |   109M |  38 | 101 | 268 | 228 |5256 |  0 | 198k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.16/86.66	c  86.7s|236900 | 51047 |  1629k|   6.8 |   109M |  38 | 101 | 267 | 228 |5256 |  0 | 198k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.16/86.69	c  86.7s|237000 | 51094 |  1630k|   6.8 |   109M |  38 | 101 | 265 | 228 |5256 |  1 | 198k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.26/86.73	c  86.7s|237100 | 51107 |  1631k|   6.8 |   109M |  38 | 101 | 267 |   0 |5256 |  0 | 198k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.26/86.76	c  86.8s|237200 | 51107 |  1631k|   6.8 |   109M |  38 | 101 | 267 | 228 |5256 |  1 | 198k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.26/86.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
86.26/86.79	c  86.8s|237300 | 51133 |  1632k|   6.8 |   109M |  38 | 101 | 266 | 228 |5256 |  1 | 198k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.36/86.83	c  86.8s|237400 | 51137 |  1632k|   6.8 |   109M |  38 | 101 | 266 | 228 |5256 |  1 | 198k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.36/86.86	c  86.9s|237500 | 51140 |  1633k|   6.8 |   109M |  38 | 101 | 266 | 228 |5256 |  1 | 198k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.46/86.90	c  86.9s|237600 | 51145 |  1633k|   6.8 |   109M |  38 | 101 | 267 | 233 |5256 |  0 | 199k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.46/86.93	c  86.9s|237700 | 51149 |  1634k|   6.8 |   109M |  38 | 101 | 268 | 226 |5256 |  1 | 199k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.46/86.97	c  87.0s|237800 | 51154 |  1634k|   6.8 |   109M |  38 | 101 | 267 |   0 |5256 |  0 | 199k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.56/87.01	c  87.0s|237900 | 51181 |  1635k|   6.8 |   109M |  38 | 101 | 266 | 229 |5256 |  1 | 199k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.56/87.04	c  87.0s|238000 | 51189 |  1635k|   6.8 |   109M |  38 | 101 | 266 |   0 |5256 |  0 | 199k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.56/87.08	c  87.1s|238100 | 51192 |  1636k|   6.8 |   109M |  38 | 101 | 268 | 229 |5256 |  1 | 199k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.66/87.11	c  87.1s|238200 | 51221 |  1637k|   6.8 |   109M |  38 | 101 | 266 | 231 |5256 |  0 | 199k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.66/87.15	c  87.2s|238300 | 51225 |  1637k|   6.8 |   109M |  38 | 101 | 268 | 231 |5256 |  1 | 199k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.66/87.19	c  87.2s|238400 | 51244 |  1638k|   6.8 |   109M |  38 | 101 | 268 | 231 |5256 |  1 | 199k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.76/87.22	c  87.2s|238500 | 51239 |  1638k|   6.8 |   109M |  38 | 101 | 266 | 231 |5256 |  1 | 199k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.76/87.27	c  87.3s|238600 | 51249 |  1638k|   6.8 |   109M |  38 | 101 | 264 | 231 |5256 |  1 | 200k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.86/87.30	c  87.3s|238700 | 51234 |  1639k|   6.8 |   109M |  38 | 101 | 267 | 228 |5256 |  1 | 200k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.86/87.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
86.86/87.34	c  87.3s|238800 | 51239 |  1639k|   6.8 |   109M |  38 | 101 | 268 |   0 |5256 |  0 | 200k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.86/87.38	c  87.4s|238900 | 51251 |  1639k|   6.8 |   109M |  38 | 101 | 266 | 231 |5256 |  1 | 200k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.96/87.43	c  87.4s|239000 | 51273 |  1640k|   6.8 |   109M |  38 | 101 | 269 |   0 |5256 |  0 | 200k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.96/87.46	c  87.5s|239100 | 51267 |  1640k|   6.8 |   109M |  38 | 101 | 267 |   0 |5256 |  0 | 200k|  31 | 0.000000e+00 |      --      |    Inf | unknown
86.96/87.49	c  87.5s|239200 | 51271 |  1641k|   6.8 |   109M |  38 | 101 | 268 | 232 |5256 |  1 | 200k|  31 | 0.000000e+00 |      --      |    Inf | unknown
87.06/87.53	c  87.5s|239300 | 51273 |  1641k|   6.8 |   109M |  38 | 101 | 268 |   0 |5256 |  0 | 200k|  31 | 0.000000e+00 |      --      |    Inf | unknown
87.06/87.56	c  87.6s|239400 | 51269 |  1642k|   6.8 |   109M |  38 | 101 | 268 | 230 |5256 |  1 | 200k|  31 | 0.000000e+00 |      --      |    Inf | unknown
87.06/87.59	c  87.6s|239500 | 51284 |  1642k|   6.8 |   109M |  38 | 101 | 268 | 227 |5256 |  1 | 200k|  31 | 0.000000e+00 |      --      |    Inf | unknown
87.16/87.63	c  87.6s|239600 | 51305 |  1643k|   6.8 |   109M |  38 | 101 | 266 | 227 |5256 |  1 | 200k|  31 | 0.000000e+00 |      --      |    Inf | unknown
87.16/87.66	c  87.7s|239700 | 51311 |  1644k|   6.8 |   109M |  38 | 101 | 266 | 227 |5256 |  1 | 201k|  31 | 0.000000e+00 |      --      |    Inf | unknown
87.16/87.69	c  87.7s|239800 | 51305 |  1644k|   6.8 |   109M |  38 | 101 | 268 | 229 |5256 |  1 | 201k|  31 | 0.000000e+00 |      --      |    Inf | unknown
87.25/87.73	c  87.7s|239900 | 51298 |  1645k|   6.8 |   109M |  38 | 101 | 267 | 226 |5256 |  1 | 201k|  31 | 0.000000e+00 |      --      |    Inf | unknown
87.25/87.76	c  87.8s|240000 | 51313 |  1645k|   6.8 |   109M |  38 | 101 | 268 | 234 |5256 |  1 | 201k|  31 | 0.000000e+00 |      --      |    Inf | unknown
87.35/87.80	c  87.8s|240100 | 51311 |  1646k|   6.8 |   109M |  38 | 101 | 267 | 229 |5256 |  1 | 201k|  31 | 0.000000e+00 |      --      |    Inf | unknown
87.35/87.84	c  87.8s|240200 | 51328 |  1646k|   6.8 |   109M |  38 | 101 | 267 |   0 |5256 |  0 | 201k|  31 | 0.000000e+00 |      --      |    Inf | unknown
87.35/87.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
87.35/87.88	c  87.9s|240300 | 51351 |  1647k|   6.8 |   109M |  38 | 101 | 268 | 228 |5256 |  1 | 201k|  31 | 0.000000e+00 |      --      |    Inf | unknown
87.45/87.92	c  87.9s|240400 | 51367 |  1648k|   6.8 |   109M |  38 | 101 | 268 |   0 |5256 |  0 | 201k|  31 | 0.000000e+00 |      --      |    Inf | unknown
87.45/87.97	c  88.0s|240500 | 51371 |  1649k|   6.8 |   109M |  38 | 101 | 267 | 233 |5256 |  1 | 201k|  31 | 0.000000e+00 |      --      |    Inf | unknown
87.56/88.02	c  88.0s|240600 | 51401 |  1650k|   6.8 |   109M |  38 | 101 | 268 | 229 |5256 |  1 | 201k|  31 | 0.000000e+00 |      --      |    Inf | unknown
87.56/88.06	c  88.1s|240700 | 51419 |  1650k|   6.8 |   109M |  38 | 101 | 268 | 230 |5256 |  1 | 202k|  31 | 0.000000e+00 |      --      |    Inf | unknown
87.56/88.09	c  88.1s|240800 | 51420 |  1651k|   6.8 |   109M |  38 | 101 | 267 | 230 |5256 |  1 | 202k|  31 | 0.000000e+00 |      --      |    Inf | unknown
87.66/88.13	c  88.1s|240900 | 51418 |  1651k|   6.8 |   109M |  38 | 101 | 268 |   0 |5256 |  0 | 202k|  31 | 0.000000e+00 |      --      |    Inf | unknown
87.66/88.16	c  88.2s|241000 | 51413 |  1652k|   6.8 |   109M |  38 | 101 | 266 | 230 |5256 |  1 | 202k|  31 | 0.000000e+00 |      --      |    Inf | unknown
87.75/88.20	c  88.2s|241100 | 51428 |  1652k|   6.8 |   109M |  38 | 101 | 267 | 229 |5256 |  1 | 202k|  31 | 0.000000e+00 |      --      |    Inf | unknown
87.75/88.25	c  88.2s|241200 | 51478 |  1653k|   6.8 |   109M |  38 | 101 | 268 | 231 |5256 |  0 | 202k|  31 | 0.000000e+00 |      --      |    Inf | unknown
87.75/88.28	c  88.3s|241300 | 51509 |  1654k|   6.8 |   109M |  38 | 101 | 268 | 231 |5256 |  1 | 202k|  31 | 0.000000e+00 |      --      |    Inf | unknown
87.85/88.32	c  88.3s|241400 | 51544 |  1655k|   6.8 |   110M |  38 | 101 | 269 | 231 |5256 |  1 | 202k|  31 | 0.000000e+00 |      --      |    Inf | unknown
87.85/88.36	c  88.4s|241500 | 51586 |  1656k|   6.8 |   110M |  38 | 101 | 269 | 231 |5256 |  1 | 202k|  31 | 0.000000e+00 |      --      |    Inf | unknown
87.95/88.40	c  88.4s|241600 | 51611 |  1656k|   6.8 |   110M |  38 | 101 | 269 | 231 |5256 |  1 | 202k|  31 | 0.000000e+00 |      --      |    Inf | unknown
87.95/88.44	c  88.4s|241700 | 51646 |  1657k|   6.8 |   110M |  38 | 101 | 268 | 231 |5256 |  0 | 202k|  31 | 0.000000e+00 |      --      |    Inf | unknown
87.95/88.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
87.95/88.48	c  88.5s|241800 | 51641 |  1657k|   6.8 |   110M |  38 | 101 | 268 | 231 |5256 |  1 | 203k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.05/88.51	c  88.5s|241900 | 51638 |  1658k|   6.8 |   110M |  38 | 101 | 269 | 231 |5256 |  1 | 203k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.05/88.55	c  88.6s|242000 | 51656 |  1658k|   6.8 |   110M |  38 | 101 | 268 | 231 |5256 |  1 | 203k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.05/88.60	c  88.6s|242100 | 51658 |  1659k|   6.8 |   110M |  38 | 101 | 269 | 231 |5256 |  1 | 203k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.15/88.63	c  88.6s|242200 | 51658 |  1659k|   6.8 |   110M |  38 | 101 | 269 | 231 |5256 |  1 | 203k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.15/88.67	c  88.7s|242300 | 51675 |  1660k|   6.8 |   110M |  38 | 101 | 269 |   0 |5256 |  0 | 203k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.25/88.70	c  88.7s|242400 | 51673 |  1660k|   6.8 |   110M |  38 | 101 | 268 |   0 |5256 |  0 | 203k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.25/88.74	c  88.7s|242500 | 51691 |  1661k|   6.8 |   110M |  38 | 101 | 268 | 230 |5256 |  0 | 203k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.25/88.79	c  88.8s|242600 | 51738 |  1662k|   6.8 |   110M |  38 | 101 | 269 |   0 |5256 |  0 | 203k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.35/88.83	c  88.8s|242700 | 51745 |  1663k|   6.8 |   110M |  38 | 101 | 268 | 230 |5256 |  1 | 203k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.35/88.86	c  88.9s|242800 | 51795 |  1664k|   6.8 |   110M |  38 | 101 | 268 | 230 |5256 |  1 | 204k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.35/88.89	c  88.9s|242900 | 51787 |  1664k|   6.8 |   110M |  38 | 101 | 268 | 230 |5256 |  1 | 204k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.45/88.93	c  88.9s|243000 | 51790 |  1665k|   6.8 |   110M |  38 | 101 | 267 |   0 |5256 |  0 | 204k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.45/88.97	c  89.0s|243100 | 51800 |  1665k|   6.8 |   110M |  38 | 101 | 267 | 231 |5256 |  1 | 204k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.55/89.00	c  89.0s|243200 | 51799 |  1666k|   6.8 |   110M |  38 | 101 | 268 |   0 |5256 |  0 | 204k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.55/89.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
88.55/89.04	c  89.0s|243300 | 51795 |  1666k|   6.8 |   110M |  38 | 101 | 268 | 229 |5256 |  1 | 204k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.55/89.08	c  89.1s|243400 | 51790 |  1666k|   6.8 |   110M |  38 | 101 | 267 | 230 |5256 |  0 | 204k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.65/89.11	c  89.1s|243500 | 51806 |  1667k|   6.8 |   110M |  38 | 101 | 267 |   0 |5256 |  0 | 204k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.65/89.15	c  89.1s|243600 | 51797 |  1667k|   6.8 |   110M |  38 | 101 | 266 | 228 |5256 |  1 | 204k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.65/89.18	c  89.2s|243700 | 51791 |  1667k|   6.8 |   110M |  38 | 101 | 267 | 231 |5256 |  1 | 204k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.75/89.21	c  89.2s|243800 | 51801 |  1668k|   6.8 |   110M |  38 | 101 | 266 | 230 |5256 |  1 | 204k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.75/89.25	c  89.3s|243900 | 51810 |  1669k|   6.8 |   110M |  38 | 101 | 266 | 232 |5256 |  1 | 205k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.75/89.29	c  89.3s|244000 | 51819 |  1669k|   6.8 |   110M |  38 | 101 | 266 | 230 |5256 |  1 | 205k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.85/89.31	c  89.3s|244100 | 51819 |  1669k|   6.8 |   110M |  38 | 101 | 266 | 226 |5256 |  1 | 205k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.85/89.35	c  89.3s|244200 | 51807 |  1670k|   6.8 |   110M |  38 | 101 | 268 |   0 |5256 |  0 | 205k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.85/89.38	c  89.4s|244300 | 51822 |  1670k|   6.8 |   110M |  38 | 101 | 267 | 228 |5256 |  1 | 205k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.95/89.42	c  89.4s|244400 | 51813 |  1671k|   6.8 |   110M |  38 | 101 | 268 |   0 |5256 |  0 | 205k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.95/89.45	c  89.5s|244500 | 51818 |  1671k|   6.8 |   110M |  38 | 101 | 269 |   0 |5256 |  0 | 205k|  31 | 0.000000e+00 |      --      |    Inf | unknown
88.95/89.49	c  89.5s|244600 | 51832 |  1672k|   6.8 |   110M |  38 | 101 | 268 | 234 |5256 |  1 | 205k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.05/89.52	c  89.5s|244700 | 51851 |  1672k|   6.8 |   110M |  38 | 101 | 269 | 231 |5256 |  1 | 205k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.05/89.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
89.05/89.56	c  89.6s|244800 | 51899 |  1673k|   6.8 |   110M |  38 | 101 | 268 | 228 |5256 |  1 | 205k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.15/89.60	c  89.6s|244900 | 51910 |  1674k|   6.8 |   110M |  38 | 101 | 269 |   0 |5256 |  0 | 205k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.15/89.65	c  89.6s|245000 | 51936 |  1674k|   6.8 |   110M |  38 | 101 | 269 | 228 |5256 |  1 | 205k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.15/89.68	c  89.7s|245100 | 51967 |  1675k|   6.8 |   110M |  38 | 101 | 267 | 228 |5256 |  1 | 205k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.25/89.71	c  89.7s|245200 | 51975 |  1676k|   6.8 |   110M |  38 | 101 | 268 | 228 |5256 |  0 | 206k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.25/89.75	c  89.7s|245300 | 51993 |  1676k|   6.8 |   110M |  38 | 101 | 269 | 228 |5256 |  1 | 206k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.25/89.79	c  89.8s|245400 | 52004 |  1677k|   6.8 |   111M |  38 | 101 | 269 | 230 |5256 |  1 | 206k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.35/89.82	c  89.8s|245500 | 52005 |  1677k|   6.8 |   111M |  38 | 101 | 267 | 230 |5256 |  1 | 206k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.35/89.85	c  89.8s|245600 | 52029 |  1678k|   6.8 |   111M |  38 | 101 | 267 | 230 |5256 |  0 | 206k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.35/89.88	c  89.9s|245700 | 52046 |  1679k|   6.8 |   111M |  38 | 101 | 268 | 231 |5256 |  1 | 206k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.45/89.93	c  89.9s|245800 | 52072 |  1680k|   6.8 |   111M |  38 | 101 | 266 | 228 |5256 |  1 | 206k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.45/89.97	c  90.0s|245900 | 52077 |  1680k|   6.8 |   111M |  38 | 101 | 268 | 232 |5256 |  1 | 206k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.55/90.00	c  90.0s|246000 | 52082 |  1680k|   6.8 |   111M |  38 | 101 | 268 |   0 |5256 |  0 | 206k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.55/90.04	c  90.0s|246100 | 52095 |  1681k|   6.8 |   111M |  38 | 101 | 270 | 231 |5256 |  1 | 206k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.55/90.07	c  90.1s|246200 | 52113 |  1681k|   6.8 |   111M |  38 | 101 | 270 | 231 |5256 |  1 | 206k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.65/90.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
89.65/90.11	c  90.1s|246300 | 52114 |  1682k|   6.8 |   111M |  38 | 101 | 270 |   0 |5256 |  0 | 206k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.65/90.14	c  90.1s|246400 | 52123 |  1682k|   6.8 |   111M |  38 | 101 | 268 | 231 |5256 |  1 | 206k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.65/90.17	c  90.2s|246500 | 52122 |  1683k|   6.8 |   111M |  38 | 101 | 269 | 227 |5256 |  1 | 207k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.74/90.21	c  90.2s|246600 | 52178 |  1684k|   6.8 |   111M |  38 | 101 | 269 | 227 |5256 |  1 | 207k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.74/90.25	c  90.3s|246700 | 52188 |  1684k|   6.8 |   111M |  38 | 101 | 268 | 229 |5256 |  1 | 207k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.84/90.30	c  90.3s|246800 | 52233 |  1685k|   6.8 |   111M |  38 | 101 | 269 | 231 |5256 |  1 | 207k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.84/90.34	c  90.3s|246900 | 52262 |  1686k|   6.8 |   111M |  38 | 101 | 269 | 231 |5256 |  1 | 207k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.84/90.37	c  90.4s|247000 | 52272 |  1687k|   6.8 |   111M |  38 | 101 | 267 | 229 |5256 |  1 | 207k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.94/90.40	c  90.4s|247100 | 52276 |  1687k|   6.8 |   111M |  38 | 101 | 269 | 226 |5256 |  0 | 207k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.94/90.44	c  90.4s|247200 | 52278 |  1688k|   6.8 |   111M |  38 | 101 | 269 |   0 |5256 |  0 | 207k|  31 | 0.000000e+00 |      --      |    Inf | unknown
89.94/90.47	c  90.5s|247300 | 52292 |  1688k|   6.8 |   111M |  38 | 101 | 269 | 228 |5256 |  1 | 207k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.04/90.51	c  90.5s|247400 | 52303 |  1689k|   6.8 |   111M |  38 | 101 | 268 | 232 |5256 |  1 | 207k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.04/90.54	c  90.5s|247500 | 52306 |  1689k|   6.8 |   111M |  38 | 101 | 268 | 231 |5256 |  1 | 207k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.04/90.58	c  90.6s|247600 | 52328 |  1690k|   6.8 |   111M |  38 | 101 | 269 | 230 |5256 |  1 | 208k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.14/90.62	c  90.6s|247700 | 52334 |  1690k|   6.8 |   111M |  38 | 101 | 268 | 230 |5256 |  0 | 208k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.14/90.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
90.14/90.65	c  90.6s|247800 | 52342 |  1691k|   6.8 |   111M |  38 | 101 | 268 | 226 |5256 |  1 | 208k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.14/90.68	c  90.7s|247900 | 52348 |  1691k|   6.8 |   111M |  38 | 101 | 269 |   0 |5256 |  0 | 208k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.24/90.71	c  90.7s|248000 | 52355 |  1692k|   6.8 |   111M |  38 | 101 | 268 | 230 |5256 |  1 | 208k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.24/90.75	c  90.8s|248100 | 52368 |  1692k|   6.8 |   111M |  38 | 101 | 269 | 232 |5256 |  1 | 208k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.24/90.79	c  90.8s|248200 | 52416 |  1693k|   6.8 |   111M |  38 | 101 | 268 | 229 |5256 |  1 | 208k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.34/90.83	c  90.8s|248300 | 52420 |  1694k|   6.8 |   111M |  38 | 101 | 269 |   0 |5256 |  0 | 208k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.34/90.87	c  90.9s|248400 | 52420 |  1694k|   6.8 |   111M |  38 | 101 | 267 | 231 |5256 |  0 | 208k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.44/90.91	c  90.9s|248500 | 52413 |  1694k|   6.8 |   111M |  38 | 101 | 269 | 226 |5256 |  1 | 208k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.44/90.94	c  90.9s|248600 | 52436 |  1695k|   6.8 |   111M |  38 | 101 | 267 |   0 |5256 |  0 | 209k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.44/90.98	c  91.0s|248700 | 52438 |  1695k|   6.8 |   112M |  38 | 101 | 267 | 230 |5256 |  1 | 209k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.54/91.01	c  91.0s|248800 | 52445 |  1696k|   6.8 |   112M |  38 | 101 | 270 |   0 |5256 |  0 | 209k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.54/91.05	c  91.0s|248900 | 52458 |  1696k|   6.8 |   112M |  38 | 101 | 269 | 232 |5256 |  1 | 209k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.54/91.09	c  91.1s|249000 | 52478 |  1697k|   6.8 |   112M |  38 | 101 | 269 | 232 |5256 |  1 | 209k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.64/91.12	c  91.1s|249100 | 52489 |  1697k|   6.8 |   112M |  38 | 101 | 268 |   0 |5256 |  0 | 209k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.64/91.16	c  91.2s|249200 | 52488 |  1698k|   6.8 |   112M |  38 | 101 | 267 |   0 |5256 |  0 | 209k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.74/91.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
90.74/91.21	c  91.2s|249300 | 52508 |  1698k|   6.8 |   112M |  38 | 101 | 267 | 232 |5256 |  1 | 209k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.74/91.24	c  91.2s|249400 | 52515 |  1699k|   6.8 |   112M |  38 | 101 | 268 | 226 |5256 |  0 | 209k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.74/91.27	c  91.3s|249500 | 52527 |  1699k|   6.8 |   112M |  38 | 101 | 268 | 229 |5256 |  1 | 209k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.84/91.31	c  91.3s|249600 | 52533 |  1700k|   6.8 |   112M |  38 | 101 | 268 |   0 |5256 |  0 | 209k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.84/91.34	c  91.3s|249700 | 52531 |  1700k|   6.8 |   112M |  38 | 101 | 269 | 228 |5256 |  0 | 209k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.84/91.38	c  91.4s|249800 | 52541 |  1700k|   6.8 |   112M |  38 | 101 | 269 | 227 |5256 |  1 | 210k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.94/91.41	c  91.4s|249900 | 52538 |  1701k|   6.8 |   112M |  38 | 101 | 268 | 230 |5256 |  0 | 210k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.94/91.46	c  91.5s|250000 | 52562 |  1702k|   6.8 |   112M |  38 | 101 | 268 | 230 |5256 |  1 | 210k|  31 | 0.000000e+00 |      --      |    Inf | unknown
90.94/91.49	c  91.5s|250100 | 52577 |  1702k|   6.8 |   112M |  38 | 101 | 267 | 228 |5256 |  0 | 210k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.04/91.52	c  91.5s|250200 | 52582 |  1703k|   6.8 |   112M |  38 | 101 | 269 | 228 |5256 |  1 | 210k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.04/91.56	c  91.6s|250300 | 52588 |  1703k|   6.8 |   112M |  38 | 101 | 267 | 232 |5256 |  1 | 210k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.04/91.59	c  91.6s|250400 | 52610 |  1704k|   6.8 |   112M |  38 | 101 | 269 | 226 |5256 |  0 | 210k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.14/91.63	c  91.6s|250500 | 52615 |  1704k|   6.8 |   112M |  38 | 101 | 267 | 226 |5256 |  1 | 210k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.14/91.67	c  91.7s|250600 | 52623 |  1705k|   6.8 |   112M |  38 | 101 | 267 | 230 |5256 |  1 | 210k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.24/91.71	c  91.7s|250700 | 52614 |  1705k|   6.8 |   112M |  38 | 101 | 267 |   0 |5256 |  0 | 210k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.24/91.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
91.24/91.74	c  91.7s|250800 | 52630 |  1706k|   6.8 |   112M |  38 | 101 | 268 | 228 |5256 |  0 | 210k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.24/91.78	c  91.8s|250900 | 52636 |  1706k|   6.8 |   112M |  38 | 101 | 269 | 232 |5256 |  1 | 211k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.34/91.82	c  91.8s|251000 | 52649 |  1707k|   6.8 |   112M |  38 | 101 | 267 | 229 |5256 |  1 | 211k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.34/91.86	c  91.9s|251100 | 52662 |  1707k|   6.8 |   113M |  38 | 101 | 268 |   0 |5256 |  0 | 211k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.34/91.89	c  91.9s|251200 | 52671 |  1708k|   6.8 |   113M |  38 | 101 | 269 | 229 |5256 |  1 | 211k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.44/91.92	c  91.9s|251300 | 52676 |  1709k|   6.8 |   113M |  38 | 101 | 269 | 234 |5256 |  1 | 211k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.44/91.96	c  92.0s|251400 | 52685 |  1709k|   6.8 |   113M |  38 | 101 | 269 |   0 |5256 |  0 | 211k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.44/91.99	c  92.0s|251500 | 52695 |  1710k|   6.8 |   113M |  38 | 101 | 269 |   0 |5256 |  0 | 211k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.55/92.03	c  92.0s|251600 | 52703 |  1710k|   6.8 |   113M |  38 | 101 | 269 |   0 |5256 |  0 | 211k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.55/92.07	c  92.1s|251700 | 52701 |  1711k|   6.7 |   113M |  38 | 101 | 268 | 231 |5256 |  0 | 211k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.65/92.11	c  92.1s|251800 | 52708 |  1711k|   6.7 |   113M |  38 | 101 | 268 | 232 |5256 |  1 | 211k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.65/92.15	c  92.1s|251900 | 52732 |  1712k|   6.7 |   113M |  38 | 101 | 268 | 228 |5256 |  1 | 211k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.65/92.18	c  92.2s|252000 | 52721 |  1712k|   6.7 |   114M |  38 | 101 | 267 |   0 |5256 |  0 | 211k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.74/92.22	c  92.2s|252100 | 52733 |  1713k|   6.7 |   114M |  38 | 101 | 268 | 226 |5256 |  1 | 212k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.74/92.26	c  92.3s|252200 | 52757 |  1713k|   6.7 |   114M |  38 | 101 | 268 | 234 |5256 |  1 | 212k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.84/92.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
91.84/92.30	c  92.3s|252300 | 52772 |  1714k|   6.7 |   114M |  38 | 101 | 266 | 234 |5256 |  1 | 212k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.84/92.33	c  92.3s|252400 | 52763 |  1714k|   6.7 |   114M |  38 | 101 | 267 | 231 |5256 |  1 | 212k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.84/92.36	c  92.4s|252500 | 52768 |  1715k|   6.7 |   114M |  38 | 101 | 267 | 227 |5256 |  1 | 212k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.94/92.41	c  92.4s|252600 | 52774 |  1716k|   6.7 |   114M |  38 | 101 | 267 | 229 |5256 |  0 | 212k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.94/92.45	c  92.5s|252700 | 52782 |  1716k|   6.7 |   114M |  38 | 101 | 269 | 230 |5256 |  1 | 212k|  31 | 0.000000e+00 |      --      |    Inf | unknown
91.94/92.49	c  92.5s|252800 | 52814 |  1717k|   6.7 |   114M |  38 | 101 | 268 | 230 |5256 |  1 | 212k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.04/92.53	c  92.5s|252900 | 52814 |  1717k|   6.7 |   114M |  38 | 101 | 268 | 231 |5256 |  1 | 212k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.04/92.56	c  92.6s|253000 | 52818 |  1718k|   6.7 |   114M |  38 | 101 | 268 | 227 |5256 |  1 | 212k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.14/92.60	c  92.6s|253100 | 52845 |  1719k|   6.7 |   114M |  38 | 101 | 269 | 227 |5256 |  1 | 212k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.14/92.64	c  92.6s|253200 | 52863 |  1719k|   6.7 |   114M |  38 | 101 | 269 | 227 |5256 |  1 | 213k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.14/92.68	c  92.7s|253300 | 52867 |  1720k|   6.7 |   114M |  38 | 101 | 269 |   0 |5256 |  0 | 213k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.24/92.72	c  92.7s|253400 | 52877 |  1720k|   6.7 |   114M |  38 | 101 | 270 | 231 |5256 |  1 | 213k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.24/92.75	c  92.8s|253500 | 52898 |  1721k|   6.7 |   114M |  38 | 101 | 268 | 227 |5256 |  1 | 213k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.34/92.80	c  92.8s|253600 | 52904 |  1722k|   6.7 |   114M |  38 | 101 | 269 | 231 |5256 |  1 | 213k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.34/92.83	c  92.8s|253700 | 52905 |  1722k|   6.7 |   114M |  38 | 101 | 267 | 228 |5256 |  0 | 213k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.34/92.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
92.34/92.87	c  92.9s|253800 | 52910 |  1723k|   6.7 |   114M |  38 | 101 | 267 | 230 |5256 |  0 | 213k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.44/92.91	c  92.9s|253900 | 52932 |  1723k|   6.7 |   114M |  38 | 101 | 268 | 229 |5256 |  1 | 213k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.44/92.94	c  92.9s|254000 | 52927 |  1724k|   6.7 |   114M |  38 | 101 | 268 | 230 |5256 |  1 | 213k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.44/92.97	c  93.0s|254100 | 52944 |  1724k|   6.7 |   114M |  38 | 101 | 268 |   0 |5256 |  0 | 213k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.55/93.01	c  93.0s|254200 | 52938 |  1725k|   6.7 |   114M |  38 | 101 | 268 | 233 |5256 |  1 | 213k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.55/93.04	c  93.0s|254300 | 52949 |  1725k|   6.7 |   114M |  38 | 101 | 269 | 231 |5256 |  1 | 213k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.55/93.08	c  93.1s|254400 | 52957 |  1726k|   6.7 |   114M |  38 | 101 | 267 | 230 |5256 |  1 | 213k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.64/93.12	c  93.1s|254500 | 52963 |  1726k|   6.7 |   114M |  38 | 101 | 267 |   0 |5256 |  0 | 214k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.64/93.16	c  93.2s|254600 | 52957 |  1727k|   6.7 |   114M |  38 | 101 | 268 | 226 |5256 |  1 | 214k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.64/93.19	c  93.2s|254700 | 52967 |  1727k|   6.7 |   114M |  38 | 101 | 268 | 228 |5256 |  1 | 214k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.74/93.23	c  93.2s|254800 | 52984 |  1728k|   6.7 |   114M |  38 | 101 | 268 | 234 |5256 |  1 | 214k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.74/93.26	c  93.3s|254900 | 52980 |  1728k|   6.7 |   114M |  38 | 101 | 267 |   0 |5256 |  0 | 214k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.84/93.30	c  93.3s|255000 | 52990 |  1729k|   6.7 |   114M |  39 | 101 | 269 | 228 |5256 |  1 | 214k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.84/93.34	c  93.3s|255100 | 53046 |  1730k|   6.7 |   114M |  39 | 101 | 269 |   0 |5256 |  0 | 214k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.84/93.37	c  93.4s|255200 | 53052 |  1731k|   6.7 |   114M |  39 | 101 | 268 |   0 |5256 |  0 | 214k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.94/93.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
92.94/93.41	c  93.4s|255300 | 53064 |  1731k|   6.7 |   114M |  39 | 101 | 269 | 228 |5256 |  1 | 214k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.94/93.45	c  93.4s|255400 | 53077 |  1732k|   6.7 |   114M |  39 | 101 | 268 | 229 |5256 |  1 | 214k|  31 | 0.000000e+00 |      --      |    Inf | unknown
92.94/93.49	c  93.5s|255500 | 53088 |  1732k|   6.7 |   114M |  39 | 101 | 269 | 230 |5256 |  1 | 214k|  31 | 0.000000e+00 |      --      |    Inf | unknown
93.04/93.53	c  93.5s|255600 | 53112 |  1733k|   6.7 |   114M |  39 | 101 | 268 | 229 |5256 |  1 | 214k|  31 | 0.000000e+00 |      --      |    Inf | unknown
93.04/93.58	c  93.6s|255700 | 53108 |  1733k|   6.7 |   114M |  39 | 101 | 269 |   0 |5256 |  0 | 215k|  31 | 0.000000e+00 |      --      |    Inf | unknown
93.14/93.62	c  93.6s|255800 | 53149 |  1734k|   6.7 |   114M |  39 | 101 | 267 | 228 |5256 |  0 | 215k|  31 | 0.000000e+00 |      --      |    Inf | unknown
93.14/93.65	c  93.7s|255900 | 53153 |  1735k|   6.7 |   114M |  39 | 101 | 268 | 228 |5256 |  1 | 215k|  31 | 0.000000e+00 |      --      |    Inf | unknown
93.14/93.69	c  93.7s|256000 | 53162 |  1735k|   6.7 |   114M |  39 | 101 | 268 | 233 |5256 |  1 | 215k|  31 | 0.000000e+00 |      --      |    Inf | unknown
93.24/93.73	c  93.7s|256100 | 53165 |  1736k|   6.7 |   114M |  39 | 101 | 268 | 229 |5256 |  0 | 215k|  31 | 0.000000e+00 |      --      |    Inf | unknown
93.24/93.76	c  93.8s|256200 | 53168 |  1736k|   6.7 |   114M |  39 | 101 | 268 | 226 |5256 |  1 | 215k|  31 | 0.000000e+00 |      --      |    Inf | unknown
93.34/93.80	c  93.8s|256300 | 53181 |  1737k|   6.7 |   115M |  39 | 101 | 268 |   0 |5256 |  0 | 215k|  31 | 0.000000e+00 |      --      |    Inf | unknown
93.34/93.84	c  93.8s|256400 | 53197 |  1737k|   6.7 |   115M |  39 | 101 | 268 | 230 |5256 |  0 | 215k|  31 | 0.000000e+00 |      --      |    Inf | unknown
93.34/93.87	c  93.9s|256500 | 53222 |  1738k|   6.7 |   115M |  39 | 101 | 268 | 228 |5256 |  0 | 215k|  31 | 0.000000e+00 |      --      |    Inf | unknown
93.44/93.92	c  93.9s|256600 | 53252 |  1739k|   6.7 |   115M |  39 | 101 | 268 | 227 |5256 |  1 | 215k|  31 | 0.000000e+00 |      --      |    Inf | unknown
93.44/93.95	c  94.0s|256700 | 53243 |  1739k|   6.7 |   115M |  39 | 101 | 268 | 228 |5256 |  1 | 216k|  31 | 0.000000e+00 |      --      |    Inf | unknown
93.44/93.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
93.44/93.99	c  94.0s|256800 | 53249 |  1739k|   6.7 |   115M |  39 | 101 | 269 | 232 |5256 |  1 | 216k|  31 | 0.000000e+00 |      --      |    Inf | unknown
93.54/94.04	c  94.0s|256900 | 53291 |  1740k|   6.7 |   115M |  39 | 101 | 269 |   0 |5256 |  0 | 216k|  31 | 0.000000e+00 |      --      |    Inf | unknown
93.54/94.08	c  94.1s|257000 | 53305 |  1741k|   6.7 |   115M |  39 | 101 | 269 |   0 |5256 |  0 | 216k|  31 | 0.000000e+00 |      --      |    Inf | unknown
93.64/94.12	c  94.1s|257100 | 53329 |  1741k|   6.7 |   115M |  39 | 101 | 268 |   0 |5256 |  0 | 216k|  31 | 0.000000e+00 |      --      |    Inf | unknown
93.64/94.16	c  94.2s|257200 | 53340 |  1742k|   6.7 |   115M |  39 | 101 | 267 |   0 |5256 |  0 | 216k|  31 | 0.000000e+00 |      --      |    Inf | unknown
93.73/94.20	c  94.2s|257300 | 53338 |  1742k|   6.7 |   115M |  39 | 101 | 269 | 227 |5256 |  1 | 216k|  31 | 0.000000e+00 |      --      |    Inf | unknown
93.73/94.24	c  94.2s|257400 | 53336 |  1743k|   6.7 |   115M |  39 | 101 | 268 | 227 |5256 |  1 | 216k|  31 | 0.000000e+00 |      --      |    Inf | unknown
93.73/94.28	c  94.3s|257500 | 53351 |  1743k|   6.7 |   115M |  39 | 101 | 268 |   0 |5256 |  0 | 216k|  31 | 0.000000e+00 |      --      |    Inf | unknown
93.83/94.33	c  94.3s|257600 | 53359 |  1744k|   6.7 |   115M |  39 | 101 | 268 | 228 |5256 |  1 | 216k|  31 | 0.000000e+00 |      --      |    Inf | unknown
93.83/94.37	c  94.4s|257700 | 53358 |  1744k|   6.7 |   115M |  39 | 101 | 267 | 233 |5256 |  0 | 217k|  31 | 0.000000e+00 |      --      |    Inf | unknown
93.93/94.41	c  94.4s|257800 | 53359 |  1745k|   6.7 |   115M |  39 | 101 | 267 | 229 |5256 |  1 | 217k|  31 | 0.000000e+00 |      --      |    Inf | unknown
93.93/94.44	c  94.4s|257900 | 53360 |  1745k|   6.7 |   115M |  39 | 101 | 267 | 231 |5256 |  1 | 217k|  31 | 0.000000e+00 |      --      |    Inf | unknown
93.93/94.48	c  94.5s|258000 | 53400 |  1746k|   6.7 |   115M |  39 | 101 | 269 | 228 |5256 |  1 | 217k|  31 | 0.000000e+00 |      --      |    Inf | unknown
94.03/94.51	c  94.5s|258100 | 53440 |  1747k|   6.7 |   115M |  39 | 101 | 269 | 228 |5256 |  1 | 217k|  31 | 0.000000e+00 |      --      |    Inf | unknown
94.03/94.55	c  94.6s|258200 | 53454 |  1747k|   6.7 |   115M |  39 | 101 | 267 | 228 |5256 |  1 | 217k|  31 | 0.000000e+00 |      --      |    Inf | unknown
94.03/94.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
94.03/94.60	c  94.6s|258300 | 53475 |  1748k|   6.7 |   115M |  39 | 101 | 264 | 228 |5256 |  1 | 217k|  31 | 0.000000e+00 |      --      |    Inf | unknown
94.13/94.65	c  94.6s|258400 | 53545 |  1749k|   6.7 |   115M |  39 | 101 | 265 | 228 |5256 |  1 | 217k|  31 | 0.000000e+00 |      --      |    Inf | unknown
94.13/94.68	c  94.7s|258500 | 53549 |  1750k|   6.7 |   115M |  39 | 101 | 263 | 228 |5256 |  0 | 217k|  31 | 0.000000e+00 |      --      |    Inf | unknown
94.23/94.72	c  94.7s|258600 | 53551 |  1750k|   6.7 |   115M |  39 | 101 | 266 | 228 |5256 |  0 | 217k|  31 | 0.000000e+00 |      --      |    Inf | unknown
94.23/94.75	c  94.8s|258700 | 53560 |  1750k|   6.7 |   115M |  39 | 101 | 267 |   0 |5256 |  0 | 217k|  31 | 0.000000e+00 |      --      |    Inf | unknown
94.23/94.79	c  94.8s|258800 | 53581 |  1751k|   6.7 |   115M |  39 | 101 | 264 | 228 |5256 |  0 | 217k|  31 | 0.000000e+00 |      --      |    Inf | unknown
94.33/94.83	c  94.8s|258900 | 53612 |  1752k|   6.7 |   115M |  39 | 101 | 263 | 228 |5256 |  1 | 218k|  31 | 0.000000e+00 |      --      |    Inf | unknown
94.33/94.87	c  94.9s|259000 | 53652 |  1753k|   6.7 |   116M |  39 | 101 | 263 | 228 |5256 |  1 | 218k|  31 | 0.000000e+00 |      --      |    Inf | unknown
94.43/94.91	c  94.9s|259100 | 53691 |  1754k|   6.7 |   116M |  39 | 101 | 263 | 228 |5256 |  1 | 218k|  31 | 0.000000e+00 |      --      |    Inf | unknown
94.43/94.95	c  94.9s|259200 | 53721 |  1754k|   6.7 |   116M |  39 | 101 | 264 | 228 |5256 |  0 | 218k|  31 | 0.000000e+00 |      --      |    Inf | unknown
94.43/94.98	c  95.0s|259300 | 53723 |  1755k|   6.7 |   116M |  39 | 101 | 266 |   0 |5256 |  0 | 218k|  31 | 0.000000e+00 |      --      |    Inf | unknown
94.53/95.02	c  95.0s|259400 | 53716 |  1755k|   6.7 |   116M |  39 | 101 | 265 | 228 |5256 |  1 | 218k|  31 | 0.000000e+00 |      --      |    Inf | unknown
94.53/95.05	c  95.1s|259500 | 53708 |  1755k|   6.7 |   116M |  39 | 101 | 264 | 228 |5256 |  1 | 218k|  31 | 0.000000e+00 |      --      |    Inf | unknown
94.53/95.10	c  95.1s|259600 | 53756 |  1757k|   6.7 |   116M |  39 | 101 | 264 | 228 |5256 |  0 | 218k|  31 | 0.000000e+00 |      --      |    Inf | unknown
94.63/95.13	c  95.1s|259700 | 53760 |  1757k|   6.7 |   116M |  39 | 101 | 263 | 228 |5256 |  0 | 218k|  31 | 0.000000e+00 |      --      |    Inf | unknown
94.63/95.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
94.63/95.16	c  95.2s|259800 | 53761 |  1757k|   6.7 |   116M |  39 | 101 | 264 |   0 |5256 |  0 | 218k|  31 | 0.000000e+00 |      --      |    Inf | unknown
94.73/95.20	c  95.2s|259900 | 53775 |  1758k|   6.7 |   116M |  39 | 101 | 264 | 232 |5256 |  1 | 218k|  31 | 0.000000e+00 |      --      |    Inf | unknown
94.73/95.23	c  95.2s|260000 | 53786 |  1759k|   6.7 |   116M |  39 | 101 | 266 | 229 |5256 |  0 | 218k|  31 | 0.000000e+00 |      --      |    Inf | unknown
94.73/95.27	c  95.3s|260100 | 53809 |  1759k|   6.7 |   116M |  39 | 101 | 267 | 227 |5256 |  1 | 218k|  31 | 0.000000e+00 |      --      |    Inf | unknown
94.83/95.31	c  95.3s|260200 | 53857 |  1760k|   6.7 |   116M |  39 | 101 | 267 | 227 |5256 |  1 | 219k|  31 | 0.000000e+00 |      --      |    Inf | unknown
94.83/95.36	c  95.4s|260300 | 53916 |  1761k|   6.7 |   116M |  39 | 101 | 267 |   0 |5256 |  0 | 219k|  31 | 0.000000e+00 |      --      |    Inf | unknown
94.93/95.40	c  95.4s|260400 | 53910 |  1761k|   6.7 |   116M |  39 | 101 | 267 |   0 |5256 |  0 | 219k|  31 | 0.000000e+00 |      --      |    Inf | unknown
94.93/95.43	c  95.4s|260500 | 53923 |  1762k|   6.7 |   116M |  39 | 101 | 267 | 233 |5256 |  1 | 219k|  31 | 0.000000e+00 |      --      |    Inf | unknown
94.93/95.47	c  95.5s|260600 | 53921 |  1763k|   6.7 |   116M |  39 | 101 | 266 | 229 |5256 |  0 | 219k|  31 | 0.000000e+00 |      --      |    Inf | unknown
95.03/95.51	c  95.5s|260700 | 53934 |  1763k|   6.7 |   116M |  39 | 101 | 266 | 229 |5256 |  1 | 219k|  31 | 0.000000e+00 |      --      |    Inf | unknown
95.03/95.54	c  95.5s|260800 | 53936 |  1764k|   6.7 |   116M |  39 | 101 | 265 | 232 |5256 |  0 | 219k|  31 | 0.000000e+00 |      --      |    Inf | unknown
95.03/95.57	c  95.6s|260900 | 53954 |  1764k|   6.7 |   116M |  39 | 101 | 266 |   0 |5256 |  0 | 219k|  31 | 0.000000e+00 |      --      |    Inf | unknown
95.13/95.61	c  95.6s|261000 | 53950 |  1765k|   6.7 |   116M |  39 | 101 | 267 | 226 |5256 |  1 | 219k|  31 | 0.000000e+00 |      --      |    Inf | unknown
95.13/95.65	c  95.6s|261100 | 53950 |  1765k|   6.7 |   116M |  39 | 101 | 267 | 228 |5256 |  1 | 219k|  31 | 0.000000e+00 |      --      |    Inf | unknown
95.13/95.68	c  95.7s|261200 | 53962 |  1765k|   6.7 |   116M |  39 | 101 | 266 |   0 |5256 |  0 | 219k|  31 | 0.000000e+00 |      --      |    Inf | unknown
95.23/95.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
95.23/95.72	c  95.7s|261300 | 53982 |  1766k|   6.7 |   116M |  39 | 101 | 267 | 229 |5256 |  1 | 219k|  31 | 0.000000e+00 |      --      |    Inf | unknown
95.23/95.75	c  95.8s|261400 | 53986 |  1767k|   6.7 |   116M |  39 | 101 | 263 | 232 |5256 |  1 | 220k|  31 | 0.000000e+00 |      --      |    Inf | unknown
95.33/95.80	c  95.8s|261500 | 54011 |  1767k|   6.7 |   116M |  39 | 101 | 266 | 229 |5256 |  1 | 220k|  31 | 0.000000e+00 |      --      |    Inf | unknown
95.33/95.84	c  95.8s|261600 | 54037 |  1768k|   6.7 |   116M |  39 | 101 | 267 | 226 |5256 |  0 | 220k|  31 | 0.000000e+00 |      --      |    Inf | unknown
95.33/95.88	c  95.9s|261700 | 54041 |  1769k|   6.7 |   116M |  39 | 101 | 265 |   0 |5256 |  0 | 220k|  31 | 0.000000e+00 |      --      |    Inf | unknown
95.43/95.91	c  95.9s|261800 | 54058 |  1769k|   6.7 |   116M |  39 | 101 | 267 | 226 |5256 |  1 | 220k|  31 | 0.000000e+00 |      --      |    Inf | unknown
95.43/95.95	c  95.9s|261900 | 54061 |  1770k|   6.7 |   116M |  39 | 101 | 265 | 228 |5256 |  1 | 220k|  31 | 0.000000e+00 |      --      |    Inf | unknown
95.43/95.99	c  96.0s|262000 | 54083 |  1770k|   6.7 |   116M |  39 | 101 | 268 | 230 |5256 |  1 | 220k|  31 | 0.000000e+00 |      --      |    Inf | unknown
95.53/96.03	c  96.0s|262100 | 54123 |  1771k|   6.7 |   116M |  39 | 101 | 268 | 228 |5256 |  1 | 220k|  31 | 0.000000e+00 |      --      |    Inf | unknown
95.53/96.06	c  96.1s|262200 | 54136 |  1772k|   6.7 |   116M |  39 | 101 | 267 | 228 |5256 |  1 | 220k|  31 | 0.000000e+00 |      --      |    Inf | unknown
95.53/96.10	c  96.1s|262300 | 54159 |  1772k|   6.7 |   116M |  39 | 101 | 268 | 228 |5256 |  0 | 220k|  31 | 0.000000e+00 |      --      |    Inf | unknown
95.63/96.15	c  96.1s|262400 | 54196 |  1773k|   6.7 |   116M |  39 | 101 | 267 | 227 |5256 |  1 | 221k|  31 | 0.000000e+00 |      --      |    Inf | unknown
95.63/96.18	c  96.2s|262500 | 54221 |  1773k|   6.7 |   117M |  39 | 101 | 266 | 227 |5256 |  1 | 221k|  31 | 0.000000e+00 |      --      |    Inf | unknown
95.72/96.22	c  96.2s|262600 | 54228 |  1774k|   6.7 |   117M |  39 | 101 | 267 |   0 |5256 |  0 | 221k|  31 | 0.000000e+00 |      --      |    Inf | unknown
95.72/96.26	c  96.3s|262700 | 54209 |  1774k|   6.7 |   118M |  39 | 101 | 267 |   0 |5256 |  0 | 221k|  31 | 0.000000e+00 |      --      |    Inf | unknown
95.72/96.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
95.72/96.29	c  96.3s|262800 | 54208 |  1774k|   6.7 |   118M |  39 | 101 | 267 | 227 |5256 |  1 | 221k|  31 | 0.000000e+00 |      --      |    Inf | unknown
95.82/96.34	c  96.3s|262900 | 54187 |  1775k|   6.7 |   118M |  39 | 101 | 265 | 228 |5256 |  1 | 221k|  31 | 0.000000e+00 |      --      |    Inf | unknown
95.82/96.38	c  96.4s|263000 | 54193 |  1775k|   6.7 |   118M |  39 | 101 | 267 | 229 |5256 |  1 | 221k|  31 | 0.000000e+00 |      --      |    Inf | unknown
95.92/96.42	c  96.4s|263100 | 54200 |  1776k|   6.7 |   118M |  39 | 101 | 267 | 229 |5256 |  1 | 221k|  31 | 0.000000e+00 |      --      |    Inf | unknown
95.92/96.46	c  96.5s|263200 | 54223 |  1777k|   6.7 |   118M |  39 | 101 | 265 | 232 |5256 |  1 | 221k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.02/96.50	c  96.5s|263300 | 54262 |  1778k|   6.7 |   118M |  39 | 101 | 266 | 232 |5256 |  1 | 221k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.02/96.54	c  96.5s|263400 | 54262 |  1778k|   6.7 |   118M |  39 | 101 | 267 | 226 |5256 |  1 | 222k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.02/96.57	c  96.6s|263500 | 54299 |  1779k|   6.7 |   118M |  39 | 101 | 266 | 226 |5256 |  1 | 222k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.12/96.61	c  96.6s|263600 | 54311 |  1780k|   6.7 |   118M |  39 | 101 | 265 | 231 |5256 |  1 | 222k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.12/96.65	c  96.6s|263700 | 54337 |  1780k|   6.7 |   118M |  39 | 101 | 265 | 229 |5256 |  1 | 222k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.12/96.69	c  96.7s|263800 | 54365 |  1781k|   6.7 |   118M |  39 | 101 | 267 | 228 |5256 |  1 | 222k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.22/96.73	c  96.7s|263900 | 54398 |  1782k|   6.7 |   118M |  39 | 101 | 266 | 228 |5256 |  0 | 222k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.22/96.76	c  96.8s|264000 | 54402 |  1783k|   6.7 |   118M |  39 | 101 | 266 | 226 |5256 |  0 | 222k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.32/96.80	c  96.8s|264100 | 54405 |  1783k|   6.7 |   118M |  39 | 101 | 265 | 229 |5256 |  1 | 222k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.32/96.84	c  96.8s|264200 | 54412 |  1784k|   6.7 |   118M |  39 | 101 | 265 | 229 |5256 |  1 | 222k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.32/96.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
96.32/96.87	c  96.9s|264300 | 54422 |  1784k|   6.7 |   119M |  39 | 101 | 266 |   0 |5256 |  0 | 222k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.42/96.91	c  96.9s|264400 | 54439 |  1785k|   6.7 |   119M |  39 | 101 | 266 | 231 |5256 |  1 | 222k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.42/96.95	c  96.9s|264500 | 54439 |  1785k|   6.7 |   119M |  39 | 101 | 265 | 232 |5256 |  1 | 222k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.42/96.98	c  97.0s|264600 | 54462 |  1786k|   6.7 |   119M |  39 | 101 | 265 | 234 |5256 |  0 | 222k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.53/97.02	c  97.0s|264700 | 54468 |  1787k|   6.7 |   119M |  39 | 101 | 267 |   0 |5256 |  0 | 223k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.53/97.07	c  97.1s|264800 | 54525 |  1788k|   6.7 |   119M |  39 | 101 | 267 | 231 |5256 |  1 | 223k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.63/97.11	c  97.1s|264900 | 54549 |  1789k|   6.7 |   119M |  39 | 101 | 267 | 231 |5256 |  1 | 223k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.63/97.14	c  97.1s|265000 | 54560 |  1789k|   6.7 |   119M |  39 | 101 | 266 | 231 |5256 |  1 | 223k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.63/97.18	c  97.2s|265100 | 54575 |  1790k|   6.7 |   119M |  39 | 101 | 267 |   0 |5256 |  0 | 223k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.72/97.22	c  97.2s|265200 | 54560 |  1790k|   6.7 |   119M |  39 | 101 | 266 | 230 |5256 |  1 | 223k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.72/97.26	c  97.3s|265300 | 54571 |  1791k|   6.7 |   119M |  39 | 101 | 266 | 228 |5256 |  1 | 223k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.82/97.30	c  97.3s|265400 | 54618 |  1792k|   6.7 |   119M |  39 | 101 | 266 |   0 |5256 |  0 | 223k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.82/97.33	c  97.3s|265500 | 54623 |  1792k|   6.7 |   119M |  39 | 101 | 266 | 229 |5256 |  0 | 223k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.82/97.37	c  97.4s|265600 | 54632 |  1793k|   6.7 |   119M |  39 | 101 | 268 | 227 |5256 |  1 | 223k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.92/97.41	c  97.4s|265700 | 54637 |  1793k|   6.7 |   119M |  39 | 101 | 268 | 231 |5256 |  1 | 224k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.92/97.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
96.92/97.44	c  97.4s|265800 | 54661 |  1794k|   6.7 |   119M |  39 | 101 | 269 | 230 |5256 |  1 | 224k|  31 | 0.000000e+00 |      --      |    Inf | unknown
96.92/97.48	c  97.5s|265900 | 54651 |  1794k|   6.7 |   119M |  39 | 101 | 268 | 231 |5256 |  1 | 224k|  31 | 0.000000e+00 |      --      |    Inf | unknown
97.02/97.51	c  97.5s|266000 | 54665 |  1794k|   6.7 |   119M |  39 | 101 | 268 |   0 |5256 |  0 | 224k|  31 | 0.000000e+00 |      --      |    Inf | unknown
97.02/97.55	c  97.5s|266100 | 54677 |  1795k|   6.7 |   119M |  39 | 101 | 268 | 228 |5256 |  1 | 224k|  31 | 0.000000e+00 |      --      |    Inf | unknown
97.02/97.58	c  97.6s|266200 | 54693 |  1796k|   6.7 |   119M |  39 | 101 | 268 | 228 |5256 |  1 | 224k|  31 | 0.000000e+00 |      --      |    Inf | unknown
97.12/97.62	c  97.6s|266300 | 54697 |  1796k|   6.7 |   119M |  39 | 101 | 267 | 228 |5256 |  1 | 224k|  31 | 0.000000e+00 |      --      |    Inf | unknown
97.12/97.66	c  97.7s|266400 | 54707 |  1797k|   6.7 |   119M |  39 | 101 | 268 | 226 |5256 |  1 | 224k|  31 | 0.000000e+00 |      --      |    Inf | unknown
97.22/97.70	c  97.7s|266500 | 54723 |  1797k|   6.7 |   119M |  39 | 101 | 266 | 229 |5256 |  0 | 224k|  31 | 0.000000e+00 |      --      |    Inf | unknown
97.22/97.74	c  97.7s|266600 | 54733 |  1798k|   6.7 |   119M |  39 | 101 | 266 | 227 |5256 |  0 | 224k|  31 | 0.000000e+00 |      --      |    Inf | unknown
97.32/97.80	c  97.8s|266700 | 54740 |  1798k|   6.7 |   119M |  39 | 101 | 268 | 229 |5256 |  1 | 224k|  31 | 0.000000e+00 |      --      |    Inf | unknown
97.32/97.84	c  97.8s|266800 | 54746 |  1799k|   6.7 |   119M |  39 | 101 | 267 |   0 |5256 |  0 | 224k|  31 | 0.000000e+00 |      --      |    Inf | unknown
97.32/97.88	c  97.9s|266900 | 54744 |  1799k|   6.7 |   119M |  39 | 101 | 267 | 228 |5256 |  1 | 225k|  31 | 0.000000e+00 |      --      |    Inf | unknown
97.42/97.91	c  97.9s|267000 | 54746 |  1800k|   6.7 |   119M |  39 | 101 | 267 | 231 |5256 |  1 | 225k|  31 | 0.000000e+00 |      --      |    Inf | unknown
97.42/97.95	c  98.0s|267100 | 54763 |  1800k|   6.7 |   119M |  39 | 101 | 267 | 231 |5256 |  1 | 225k|  31 | 0.000000e+00 |      --      |    Inf | unknown
97.42/97.99	c  98.0s|267200 | 54754 |  1801k|   6.7 |   119M |  39 | 101 | 268 | 232 |5256 |  1 | 225k|  31 | 0.000000e+00 |      --      |    Inf | unknown
97.52/98.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
97.52/98.03	c  98.0s|267300 | 54766 |  1801k|   6.7 |   119M |  39 | 101 | 268 |   0 |5256 |  0 | 225k|  31 | 0.000000e+00 |      --      |    Inf | unknown
97.52/98.07	c  98.1s|267400 | 54812 |  1802k|   6.7 |   119M |  39 | 101 | 268 | 232 |5260 |  1 | 225k|  31 | 0.000000e+00 |      --      |    Inf | unknown
97.62/98.11	c  98.1s|267500 | 54834 |  1803k|   6.7 |   119M |  39 | 101 | 267 |   0 |5260 |  0 | 225k|  31 | 0.000000e+00 |      --      |    Inf | unknown
97.62/98.15	c  98.2s|267600 | 54870 |  1804k|   6.7 |   119M |  39 | 101 | 268 |   0 |5260 |  0 | 225k|  31 | 0.000000e+00 |      --      |    Inf | unknown
97.62/98.18	c  98.2s|267700 | 54882 |  1804k|   6.7 |   119M |  39 | 101 | 267 | 232 |5260 |  1 | 225k|  31 | 0.000000e+00 |      --      |    Inf | unknown
97.71/98.22	c  98.2s|267800 | 54883 |  1805k|   6.7 |   119M |  39 | 101 | 268 | 232 |5260 |  1 | 225k|  31 | 0.000000e+00 |      --      |    Inf | unknown
97.71/98.26	c  98.3s|267900 | 54891 |  1805k|   6.7 |   119M |  39 | 101 | 267 | 228 |5260 |  1 | 225k|  31 | 0.000000e+00 |      --      |    Inf | unknown
97.71/98.29	c  98.3s|268000 | 54906 |  1806k|   6.7 |   119M |  39 | 101 | 268 | 231 |5261 |  1 | 226k|  31 | 0.000000e+00 |      --      |    Inf | unknown
97.81/98.32	c  98.3s|268100 | 54925 |  1807k|   6.7 |   119M |  39 | 101 | 268 |   0 |5261 |  0 | 226k|  31 | 0.000000e+00 |      --      |    Inf | unknown
97.81/98.36	c  98.4s|268200 | 54925 |  1807k|   6.7 |   119M |  39 | 101 | 268 |   0 |5261 |  0 | 226k|  31 | 0.000000e+00 |      --      |    Inf | unknown
97.91/98.40	c  98.4s|268300 | 54963 |  1808k|   6.7 |   119M |  39 | 101 | 267 |   0 |5262 |  0 | 226k|  31 | 0.000000e+00 |      --      |    Inf | unknown
97.91/98.44	c  98.4s|268400 | 54983 |  1809k|   6.7 |   119M |  39 | 101 | 268 |   0 |5263 |  0 | 226k|  31 | 0.000000e+00 |      --      |    Inf | unknown
97.91/98.47	c  98.5s|268500 | 54980 |  1809k|   6.7 |   119M |  39 | 101 | 268 | 227 |5263 |  0 | 226k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.01/98.50	c  98.5s|268600 | 54993 |  1810k|   6.7 |   119M |  39 | 101 | 267 | 226 |5263 |  1 | 226k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.01/98.54	c  98.5s|268700 | 55012 |  1810k|   6.7 |   119M |  39 | 101 | 267 | 226 |5263 |  1 | 226k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.01/98.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
98.01/98.57	c  98.6s|268800 | 55016 |  1811k|   6.7 |   119M |  39 | 101 | 268 | 226 |5263 |  0 | 226k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.11/98.61	c  98.6s|268900 | 55051 |  1811k|   6.7 |   119M |  39 | 101 | 268 | 226 |5263 |  1 | 226k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.11/98.65	c  98.6s|269000 | 55048 |  1812k|   6.7 |   119M |  39 | 101 | 267 |   0 |5263 |  0 | 226k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.11/98.68	c  98.7s|269100 | 55036 |  1812k|   6.7 |   119M |  39 | 101 | 266 | 226 |5263 |  0 | 226k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.21/98.73	c  98.7s|269200 | 55070 |  1813k|   6.7 |   119M |  39 | 101 | 267 |   0 |5263 |  0 | 227k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.21/98.77	c  98.8s|269300 | 55085 |  1813k|   6.7 |   119M |  39 | 101 | 266 | 226 |5263 |  1 | 227k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.31/98.81	c  98.8s|269400 | 55105 |  1814k|   6.7 |   119M |  39 | 101 | 266 | 226 |5263 |  0 | 227k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.31/98.84	c  98.8s|269500 | 55099 |  1814k|   6.7 |   119M |  39 | 101 | 268 | 226 |5265 |  1 | 227k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.31/98.88	c  98.9s|269600 | 55121 |  1815k|   6.7 |   119M |  39 | 101 | 268 |   0 |5265 |  0 | 227k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.41/98.92	c  98.9s|269700 | 55121 |  1816k|   6.7 |   119M |  39 | 101 | 266 | 226 |5265 |  1 | 227k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.41/98.96	c  99.0s|269800 | 55128 |  1816k|   6.7 |   119M |  39 | 101 | 266 | 226 |5265 |  1 | 227k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.41/98.99	c  99.0s|269900 | 55140 |  1817k|   6.7 |   119M |  39 | 101 | 268 | 229 |5271 |  1 | 227k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.52/99.03	c  99.0s|270000 | 55166 |  1817k|   6.7 |   119M |  39 | 101 | 268 |   0 |5272 |  0 | 227k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.52/99.06	c  99.1s|270100 | 55160 |  1818k|   6.7 |   119M |  39 | 101 | 268 |   0 |5272 |  0 | 227k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.52/99.10	c  99.1s|270200 | 55174 |  1819k|   6.7 |   119M |  39 | 101 | 266 |   0 |5272 |  0 | 227k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.62/99.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
98.62/99.13	c  99.1s|270300 | 55173 |  1819k|   6.7 |   119M |  39 | 101 | 266 |   0 |5272 |  0 | 227k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.62/99.17	c  99.2s|270400 | 55177 |  1820k|   6.7 |   119M |  39 | 101 | 266 | 228 |5273 |  1 | 228k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.71/99.22	c  99.2s|270500 | 55178 |  1820k|   6.7 |   119M |  39 | 101 | 265 | 231 |5273 |  1 | 228k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.71/99.25	c  99.3s|270600 | 55204 |  1821k|   6.7 |   119M |  39 | 101 | 265 | 228 |5273 |  1 | 228k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.71/99.29	c  99.3s|270700 | 55211 |  1821k|   6.7 |   119M |  39 | 101 | 265 | 229 |5273 |  1 | 228k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.81/99.33	c  99.3s|270800 | 55220 |  1822k|   6.7 |   119M |  39 | 101 | 265 | 234 |5273 |  0 | 228k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.81/99.36	c  99.4s|270900 | 55265 |  1822k|   6.7 |   119M |  39 | 101 | 266 | 232 |5273 |  1 | 228k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.91/99.40	c  99.4s|271000 | 55265 |  1823k|   6.7 |   119M |  39 | 101 | 266 | 232 |5273 |  1 | 228k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.91/99.44	c  99.4s|271100 | 55295 |  1824k|   6.7 |   119M |  39 | 101 | 265 |   0 |5276 |  0 | 228k|  31 | 0.000000e+00 |      --      |    Inf | unknown
98.91/99.47	c  99.5s|271200 | 55296 |  1824k|   6.7 |   119M |  39 | 101 | 267 |   0 |5278 |  0 | 228k|  31 | 0.000000e+00 |      --      |    Inf | unknown
99.01/99.50	c  99.5s|271300 | 55301 |  1824k|   6.7 |   119M |  39 | 101 | 267 | 229 |5280 |  1 | 228k|  31 | 0.000000e+00 |      --      |    Inf | unknown
99.01/99.56	c  99.6s|271400 | 55333 |  1825k|   6.7 |   119M |  39 | 101 | 267 | 227 |5283 |  1 | 228k|  31 | 0.000000e+00 |      --      |    Inf | unknown
99.11/99.60	c  99.6s|271500 | 55364 |  1826k|   6.7 |   119M |  39 | 101 | 265 | 227 |5283 |  1 | 229k|  31 | 0.000000e+00 |      --      |    Inf | unknown
99.11/99.63	c  99.6s|271600 | 55393 |  1827k|   6.7 |   119M |  39 | 101 | 267 | 227 |5285 |  1 | 229k|  31 | 0.000000e+00 |      --      |    Inf | unknown
99.11/99.67	c  99.7s|271700 | 55408 |  1827k|   6.7 |   119M |  39 | 101 | 265 |   0 |5285 |  0 | 229k|  31 | 0.000000e+00 |      --      |    Inf | unknown
99.21/99.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
99.21/99.70	c  99.7s|271800 | 55418 |  1828k|   6.7 |   119M |  39 | 101 | 266 | 227 |5285 |  1 | 229k|  31 | 0.000000e+00 |      --      |    Inf | unknown
99.21/99.74	c  99.7s|271900 | 55424 |  1828k|   6.7 |   119M |  39 | 101 | 267 | 227 |5285 |  1 | 229k|  31 | 0.000000e+00 |      --      |    Inf | unknown
99.21/99.78	c  99.8s|272000 | 55435 |  1829k|   6.7 |   119M |  39 | 101 | 267 | 230 |5285 |  1 | 229k|  31 | 0.000000e+00 |      --      |    Inf | unknown
99.31/99.81	c  99.8s|272100 | 55447 |  1829k|   6.7 |   119M |  39 | 101 | 267 | 228 |5285 |  1 | 229k|  31 | 0.000000e+00 |      --      |    Inf | unknown
99.31/99.85	c  99.9s|272200 | 55466 |  1830k|   6.7 |   119M |  39 | 101 | 264 |   0 |5285 |  0 | 229k|  31 | 0.000000e+00 |      --      |    Inf | unknown
99.31/99.90	c  99.9s|272300 | 55487 |  1830k|   6.7 |   119M |  39 | 101 | 266 |   0 |5285 |  0 | 229k|  31 | 0.000000e+00 |      --      |    Inf | unknown
99.41/99.93	c  99.9s|272400 | 55489 |  1831k|   6.7 |   119M |  39 | 101 | 266 | 229 |5285 |  1 | 229k|  31 | 0.000000e+00 |      --      |    Inf | unknown
99.41/99.97	c   100s|272500 | 55501 |  1831k|   6.7 |   119M |  39 | 101 | 265 | 228 |5285 |  1 | 230k|  31 | 0.000000e+00 |      --      |    Inf | unknown
99.51/100.02	c   100s|272600 | 55525 |  1832k|   6.7 |   119M |  39 | 101 | 267 |   0 |5285 |  0 | 230k|  31 | 0.000000e+00 |      --      |    Inf | unknown
99.51/100.06	c   100s|272700 | 55541 |  1833k|   6.7 |   119M |  39 | 101 | 266 | 228 |5285 |  1 | 230k|  31 | 0.000000e+00 |      --      |    Inf | unknown
99.61/100.11	c   100s|272800 | 55600 |  1834k|   6.7 |   119M |  39 | 101 | 268 | 228 |5290 |  1 | 230k|  31 | 0.000000e+00 |      --      |    Inf | unknown
99.61/100.15	c   100s|272900 | 55621 |  1835k|   6.7 |   119M |  39 | 101 | 267 | 228 |5290 |  1 | 230k|  31 | 0.000000e+00 |      --      |    Inf | unknown
99.61/100.19	c   100s|273000 | 55666 |  1836k|   6.7 |   119M |  39 | 101 | 265 | 228 |5290 |  1 | 230k|  31 | 0.000000e+00 |      --      |    Inf | unknown
99.71/100.23	c   100s|273100 | 55686 |  1836k|   6.7 |   119M |  39 | 101 | 265 | 228 |5290 |  1 | 230k|  31 | 0.000000e+00 |      --      |    Inf | unknown
99.71/100.26	c   100s|273200 | 55707 |  1837k|   6.7 |   119M |  39 | 101 | 263 | 228 |5291 |  0 | 230k|  31 | 0.000000e+00 |      --      |    Inf | unknown
99.81/100.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
99.81/100.30	c   100s|273300 | 55716 |  1838k|   6.7 |   119M |  39 | 101 | 264 | 228 |5291 |  1 | 230k|  31 | 0.000000e+00 |      --      |    Inf | unknown
99.81/100.34	c   100s|273400 | 55744 |  1839k|   6.7 |   119M |  39 | 101 | 264 | 228 |5291 |  1 | 230k|  31 | 0.000000e+00 |      --      |    Inf | unknown
99.81/100.38	c   100s|273500 | 55765 |  1839k|   6.7 |   119M |  39 | 101 | 268 | 228 |5294 |  0 | 230k|  31 | 0.000000e+00 |      --      |    Inf | unknown
99.91/100.42	c   100s|273600 | 55808 |  1840k|   6.7 |   119M |  39 | 101 | 266 | 228 |5294 |  0 | 230k|  31 | 0.000000e+00 |      --      |    Inf | unknown
99.91/100.47	c   100s|273700 | 55866 |  1841k|   6.7 |   120M |  39 | 101 | 267 | 229 |5296 |  1 | 231k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.00/100.51	c   101s|273800 | 55894 |  1842k|   6.7 |   120M |  39 | 101 | 267 | 229 |5297 |  1 | 231k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.00/100.55	c   101s|273900 | 55926 |  1843k|   6.7 |   120M |  39 | 101 | 265 | 229 |5297 |  1 | 231k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.00/100.59	c   101s|274000 | 55960 |  1844k|   6.7 |   120M |  39 | 101 | 267 | 228 |5297 |  1 | 231k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.10/100.64	c   101s|274100 | 56028 |  1845k|   6.7 |   120M |  39 | 101 | 267 | 228 |5297 |  1 | 231k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.10/100.68	c   101s|274200 | 56042 |  1846k|   6.7 |   120M |  39 | 101 | 266 | 228 |5297 |  1 | 231k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.20/100.72	c   101s|274300 | 56073 |  1846k|   6.7 |   120M |  39 | 101 | 267 |   0 |5297 |  0 | 231k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.20/100.76	c   101s|274400 | 56080 |  1847k|   6.7 |   120M |  39 | 101 | 265 | 228 |5298 |  1 | 231k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.20/100.79	c   101s|274500 | 56080 |  1847k|   6.7 |   120M |  39 | 101 | 266 | 228 |5300 |  1 | 231k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.30/100.82	c   101s|274600 | 56089 |  1848k|   6.7 |   120M |  39 | 101 | 265 | 228 |5303 |  0 | 231k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.30/100.86	c   101s|274700 | 56093 |  1848k|   6.7 |   120M |  39 | 101 | 267 | 228 |5310 |  1 | 232k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.40/100.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
100.40/100.90	c   101s|274800 | 56119 |  1849k|   6.7 |   120M |  39 | 101 | 268 | 228 |5312 |  1 | 232k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.40/100.94	c   101s|274900 | 56132 |  1850k|   6.7 |   120M |  39 | 101 | 265 | 228 |5313 |  0 | 232k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.40/100.97	c   101s|275000 | 56142 |  1850k|   6.7 |   120M |  39 | 101 | 266 | 228 |5313 |  1 | 232k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.51/101.01	c   101s|275100 | 56160 |  1851k|   6.7 |   120M |  39 | 101 | 266 | 228 |5313 |  1 | 232k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.51/101.05	c   101s|275200 | 56176 |  1851k|   6.7 |   120M |  39 | 101 | 267 | 228 |5313 |  1 | 232k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.51/101.09	c   101s|275300 | 56192 |  1852k|   6.7 |   120M |  39 | 101 | 265 | 228 |5314 |  1 | 232k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.60/101.12	c   101s|275400 | 56202 |  1852k|   6.7 |   121M |  39 | 101 | 265 | 228 |5314 |  1 | 232k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.60/101.16	c   101s|275500 | 56198 |  1853k|   6.7 |   121M |  39 | 101 | 266 | 228 |5314 |  1 | 232k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.70/101.20	c   101s|275600 | 56227 |  1854k|   6.7 |   121M |  39 | 101 | 265 | 228 |5314 |  1 | 232k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.70/101.23	c   101s|275700 | 56234 |  1854k|   6.7 |   121M |  39 | 101 | 266 | 228 |5314 |  0 | 232k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.70/101.27	c   101s|275800 | 56228 |  1855k|   6.7 |   121M |  39 | 101 | 266 | 228 |5314 |  0 | 232k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.80/101.30	c   101s|275900 | 56221 |  1855k|   6.7 |   121M |  39 | 101 | 265 | 228 |5314 |  1 | 233k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.80/101.34	c   101s|276000 | 56213 |  1855k|   6.7 |   121M |  39 | 101 | 265 | 228 |5314 |  1 | 233k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.80/101.37	c   101s|276100 | 56233 |  1856k|   6.7 |   121M |  39 | 101 | 265 | 228 |5315 |  0 | 233k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.90/101.41	c   101s|276200 | 56243 |  1857k|   6.7 |   121M |  39 | 101 | 266 |   0 |5315 |  0 | 233k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.90/101.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
100.90/101.44	c   101s|276300 | 56257 |  1857k|   6.7 |   121M |  39 | 101 | 265 | 228 |5316 |  1 | 233k|  31 | 0.000000e+00 |      --      |    Inf | unknown
100.90/101.48	c   101s|276400 | 56246 |  1857k|   6.7 |   121M |  39 | 101 | 266 | 228 |5318 |  0 | 233k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.00/101.51	c   102s|276500 | 56251 |  1858k|   6.7 |   121M |  39 | 101 | 267 | 228 |5318 |  0 | 233k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.00/101.54	c   102s|276600 | 56261 |  1858k|   6.7 |   121M |  39 | 101 | 266 |   0 |5318 |  0 | 233k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.00/101.57	c   102s|276700 | 56267 |  1859k|   6.7 |   121M |  39 | 101 | 265 | 228 |5318 |  0 | 233k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.10/101.60	c   102s|276800 | 56258 |  1859k|   6.7 |   121M |  39 | 101 | 266 | 228 |5318 |  1 | 233k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.10/101.64	c   102s|276900 | 56275 |  1860k|   6.7 |   121M |  39 | 101 | 265 | 229 |5318 |  0 | 233k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.10/101.67	c   102s|277000 | 56272 |  1860k|   6.7 |   121M |  39 | 101 | 265 | 228 |5318 |  0 | 233k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.20/101.71	c   102s|277100 | 56286 |  1861k|   6.7 |   121M |  39 | 101 | 267 | 228 |5318 |  1 | 233k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.20/101.76	c   102s|277200 | 56292 |  1861k|   6.7 |   121M |  39 | 101 | 265 | 228 |5318 |  0 | 234k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.30/101.80	c   102s|277300 | 56308 |  1862k|   6.7 |   121M |  39 | 101 | 268 |   0 |5318 |  0 | 234k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.30/101.85	c   102s|277400 | 56343 |  1863k|   6.7 |   121M |  39 | 101 | 268 | 228 |5318 |  1 | 234k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.30/101.88	c   102s|277500 | 56361 |  1863k|   6.7 |   121M |  39 | 101 | 266 | 228 |5318 |  1 | 234k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.40/101.92	c   102s|277600 | 56344 |  1864k|   6.7 |   121M |  39 | 101 | 265 | 228 |5318 |  1 | 234k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.40/101.95	c   102s|277700 | 56363 |  1865k|   6.7 |   121M |  39 | 101 | 265 | 228 |5318 |  1 | 234k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.40/101.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
101.40/101.98	c   102s|277800 | 56373 |  1865k|   6.7 |   121M |  39 | 101 | 265 | 228 |5318 |  0 | 234k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.50/102.02	c   102s|277900 | 56381 |  1866k|   6.7 |   121M |  39 | 101 | 267 | 228 |5318 |  1 | 234k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.50/102.05	c   102s|278000 | 56379 |  1866k|   6.7 |   121M |  39 | 101 | 265 | 228 |5320 |  1 | 234k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.50/102.08	c   102s|278100 | 56383 |  1867k|   6.7 |   121M |  39 | 101 | 265 | 228 |5320 |  1 | 234k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.60/102.12	c   102s|278200 | 56392 |  1867k|   6.7 |   121M |  39 | 101 | 267 |   0 |5320 |  0 | 234k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.60/102.17	c   102s|278300 | 56428 |  1868k|   6.7 |   121M |  39 | 101 | 267 | 228 |5328 |  1 | 234k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.70/102.21	c   102s|278400 | 56468 |  1869k|   6.7 |   121M |  39 | 101 | 267 |   0 |5331 |  0 | 235k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.70/102.25	c   102s|278500 | 56514 |  1870k|   6.7 |   121M |  39 | 101 | 267 | 229 |5333 |  1 | 235k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.70/102.29	c   102s|278600 | 56554 |  1871k|   6.7 |   121M |  39 | 101 | 265 | 228 |5333 |  0 | 235k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.79/102.32	c   102s|278700 | 56575 |  1872k|   6.7 |   121M |  39 | 101 | 266 |   0 |5333 |  0 | 235k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.79/102.36	c   102s|278800 | 56590 |  1872k|   6.7 |   121M |  39 | 101 | 265 | 228 |5333 |  1 | 235k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.89/102.40	c   102s|278900 | 56639 |  1874k|   6.7 |   121M |  39 | 101 | 265 | 229 |5340 |  1 | 235k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.89/102.44	c   102s|279000 | 56667 |  1874k|   6.7 |   121M |  39 | 101 | 265 |   0 |5340 |  0 | 235k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.89/102.47	c   102s|279100 | 56673 |  1875k|   6.7 |   122M |  39 | 101 | 263 | 229 |5340 |  1 | 235k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.99/102.51	c   103s|279200 | 56690 |  1875k|   6.7 |   122M |  39 | 101 | 266 |   0 |5341 |  0 | 235k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.99/102.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
101.99/102.55	c   103s|279300 | 56691 |  1876k|   6.7 |   122M |  39 | 101 | 265 | 229 |5341 |  0 | 235k|  31 | 0.000000e+00 |      --      |    Inf | unknown
101.99/102.59	c   103s|279400 | 56736 |  1877k|   6.7 |   122M |  39 | 101 | 267 | 228 |5342 |  1 | 235k|  31 | 0.000000e+00 |      --      |    Inf | unknown
102.09/102.62	c   103s|279500 | 56758 |  1878k|   6.7 |   122M |  39 | 101 | 265 | 228 |5342 |  1 | 235k|  31 | 0.000000e+00 |      --      |    Inf | unknown
102.09/102.66	c   103s|279600 | 56778 |  1878k|   6.7 |   122M |  39 | 101 | 266 | 228 |5342 |  1 | 235k|  31 | 0.000000e+00 |      --      |    Inf | unknown
102.19/102.70	c   103s|279700 | 56791 |  1879k|   6.7 |   122M |  39 | 101 | 267 | 228 |5342 |  1 | 236k|  31 | 0.000000e+00 |      --      |    Inf | unknown
102.19/102.73	c   103s|279800 | 56801 |  1880k|   6.7 |   122M |  39 | 101 | 265 | 228 |5342 |  1 | 236k|  31 | 0.000000e+00 |      --      |    Inf | unknown
102.19/102.77	c   103s|279900 | 56803 |  1880k|   6.7 |   122M |  39 | 101 | 265 | 228 |5342 |  1 | 236k|  31 | 0.000000e+00 |      --      |    Inf | unknown
102.29/102.81	c   103s|280000 | 56811 |  1881k|   6.7 |   122M |  39 | 101 | 266 | 228 |5344 |  0 | 236k|  31 | 0.000000e+00 |      --      |    Inf | unknown
102.29/102.85	c   103s|280100 | 56844 |  1881k|   6.7 |   122M |  39 | 101 | 267 |   0 |5344 |  0 | 236k|  31 | 0.000000e+00 |      --      |    Inf | unknown
102.29/102.89	c   103s|280200 | 56859 |  1882k|   6.7 |   122M |  39 | 101 | 267 | 228 |5344 |  1 | 236k|  31 | 0.000000e+00 |      --      |    Inf | unknown
102.39/102.92	c   103s|280300 | 56866 |  1883k|   6.7 |   122M |  39 | 101 | 267 | 228 |5344 |  1 | 236k|  31 | 0.000000e+00 |      --      |    Inf | unknown
102.39/102.97	c   103s|280400 | 56861 |  1883k|   6.7 |   122M |  39 | 101 | 267 | 228 |5345 |  1 | 236k|  31 | 0.000000e+00 |      --      |    Inf | unknown
102.39/103.00	c   103s|280500 | 56867 |  1884k|   6.7 |   122M |  39 | 101 | 265 | 228 |5345 |  0 | 236k|  31 | 0.000000e+00 |      --      |    Inf | unknown
102.50/103.04	c   103s|280600 | 56897 |  1884k|   6.7 |   122M |  39 | 101 | 267 | 228 |5346 |  1 | 236k|  31 | 0.000000e+00 |      --      |    Inf | unknown
102.50/103.08	c   103s|280700 | 56916 |  1885k|   6.7 |   122M |  39 | 101 | 265 | 228 |5346 |  1 | 236k|  31 | 0.000000e+00 |      --      |    Inf | unknown
102.60/103.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
102.60/103.11	c   103s|280800 | 56915 |  1885k|   6.7 |   122M |  39 | 101 | 265 | 228 |5346 |  1 | 237k|  31 | 0.000000e+00 |      --      |    Inf | unknown
102.60/103.15	c   103s|280900 | 56945 |  1886k|   6.7 |   122M |  39 | 101 | 265 | 228 |5346 |  0 | 237k|  31 | 0.000000e+00 |      --      |    Inf | unknown
102.60/103.19	c   103s|281000 | 56948 |  1887k|   6.7 |   122M |  39 | 101 | 265 | 228 |5346 |  1 | 237k|  31 | 0.000000e+00 |      --      |    Inf | unknown
102.69/103.22	c   103s|281100 | 56970 |  1887k|   6.7 |   122M |  39 | 101 | 265 | 228 |5346 |  1 | 237k|  31 | 0.000000e+00 |      --      |    Inf | unknown
102.69/103.26	c   103s|281200 | 56977 |  1888k|   6.7 |   122M |  39 | 101 | 266 | 228 |5346 |  1 | 237k|  31 | 0.000000e+00 |      --      |    Inf | unknown
102.79/103.30	c   103s|281300 | 57000 |  1888k|   6.7 |   122M |  39 | 101 | 266 | 228 |5346 |  1 | 237k|  31 | 0.000000e+00 |      --      |    Inf | unknown
102.79/103.34	c   103s|281400 | 57010 |  1889k|   6.7 |   122M |  39 | 101 | 267 | 228 |5346 |  1 | 237k|  31 | 0.000000e+00 |      --      |    Inf | unknown
102.79/103.37	c   103s|281500 | 57013 |  1889k|   6.7 |   122M |  39 | 101 | 266 | 228 |5346 |  1 | 237k|  31 | 0.000000e+00 |      --      |    Inf | unknown
102.89/103.41	c   103s|281600 | 57026 |  1890k|   6.7 |   122M |  39 | 101 | 267 | 228 |5346 |  1 | 237k|  31 | 0.000000e+00 |      --      |    Inf | unknown
102.89/103.45	c   103s|281700 | 57076 |  1891k|   6.7 |   122M |  39 | 101 | 267 | 229 |5348 |  1 | 237k|  31 | 0.000000e+00 |      --      |    Inf | unknown
102.89/103.49	c   103s|281800 | 57110 |  1891k|   6.7 |   122M |  39 | 101 | 267 | 228 |5348 |  1 | 237k|  31 | 0.000000e+00 |      --      |    Inf | unknown
102.99/103.54	c   104s|281900 | 57181 |  1893k|   6.7 |   122M |  39 | 101 | 267 | 229 |5349 |  0 | 238k|  31 | 0.000000e+00 |      --      |    Inf | unknown
102.99/103.58	c   104s|282000 | 57221 |  1894k|   6.7 |   122M |  39 | 101 | 267 | 228 |5349 |  1 | 238k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.09/103.61	c   104s|282100 | 57240 |  1894k|   6.7 |   122M |  39 | 101 | 265 | 228 |5349 |  0 | 238k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.09/103.65	c   104s|282200 | 57234 |  1895k|   6.7 |   122M |  39 | 101 | 266 |   0 |5349 |  0 | 238k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.09/103.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
103.09/103.68	c   104s|282300 | 57255 |  1895k|   6.7 |   122M |  39 | 101 | 267 | 228 |5349 |  1 | 238k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.19/103.72	c   104s|282400 | 57279 |  1896k|   6.7 |   122M |  39 | 101 | 267 | 228 |5349 |  1 | 238k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.19/103.76	c   104s|282500 | 57282 |  1897k|   6.7 |   122M |  39 | 101 | 267 |   0 |5349 |  0 | 238k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.19/103.79	c   104s|282600 | 57287 |  1897k|   6.7 |   122M |  39 | 101 | 267 |   0 |5349 |  0 | 238k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.29/103.83	c   104s|282700 | 57338 |  1898k|   6.7 |   122M |  39 | 101 | 266 | 228 |5349 |  0 | 238k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.29/103.87	c   104s|282800 | 57365 |  1899k|   6.7 |   122M |  39 | 101 | 266 | 228 |5349 |  1 | 238k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.39/103.90	c   104s|282900 | 57377 |  1899k|   6.7 |   122M |  39 | 101 | 266 |   0 |5349 |  0 | 238k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.39/103.94	c   104s|283000 | 57407 |  1900k|   6.7 |   122M |  39 | 101 | 263 |   0 |5349 |  0 | 238k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.39/103.97	c   104s|283100 | 57413 |  1900k|   6.7 |   122M |  39 | 101 | 265 | 228 |5349 |  1 | 239k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.49/104.01	c   104s|283200 | 57418 |  1901k|   6.7 |   122M |  39 | 101 | 262 | 228 |5349 |  1 | 239k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.49/104.04	c   104s|283300 | 57450 |  1901k|   6.7 |   122M |  39 | 101 | 264 | 228 |5349 |  1 | 239k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.49/104.08	c   104s|283400 | 57439 |  1902k|   6.7 |   122M |  39 | 101 | 266 | 228 |5349 |  0 | 239k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.59/104.12	c   104s|283500 | 57439 |  1902k|   6.7 |   122M |  39 | 101 | 267 | 228 |5349 |  1 | 239k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.59/104.15	c   104s|283600 | 57433 |  1903k|   6.7 |   122M |  39 | 101 | 265 | 228 |5349 |  1 | 239k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.59/104.19	c   104s|283700 | 57435 |  1903k|   6.7 |   122M |  39 | 101 | 266 | 228 |5349 |  1 | 239k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.69/104.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
103.69/104.22	c   104s|283800 | 57456 |  1904k|   6.7 |   122M |  39 | 101 | 266 | 228 |5349 |  1 | 239k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.69/104.26	c   104s|283900 | 57471 |  1904k|   6.7 |   122M |  39 | 101 | 267 | 228 |5349 |  1 | 239k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.69/104.29	c   104s|284000 | 57466 |  1904k|   6.7 |   122M |  39 | 101 | 265 |   0 |5349 |  0 | 239k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.78/104.33	c   104s|284100 | 57472 |  1905k|   6.7 |   122M |  39 | 101 | 266 | 228 |5349 |  1 | 239k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.78/104.36	c   104s|284200 | 57464 |  1905k|   6.7 |   122M |  39 | 101 | 267 | 228 |5349 |  1 | 240k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.88/104.40	c   104s|284300 | 57485 |  1906k|   6.7 |   122M |  39 | 101 | 265 | 228 |5349 |  1 | 240k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.88/104.44	c   104s|284400 | 57476 |  1906k|   6.7 |   122M |  39 | 101 | 265 | 228 |5349 |  1 | 240k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.88/104.48	c   104s|284500 | 57482 |  1907k|   6.7 |   122M |  39 | 101 | 265 | 228 |5349 |  1 | 240k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.98/104.51	c   105s|284600 | 57486 |  1907k|   6.7 |   122M |  39 | 101 | 267 | 228 |5349 |  1 | 240k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.98/104.54	c   105s|284700 | 57500 |  1908k|   6.7 |   122M |  39 | 101 | 266 | 228 |5349 |  0 | 240k|  31 | 0.000000e+00 |      --      |    Inf | unknown
103.98/104.58	c   105s|284800 | 57488 |  1908k|   6.7 |   122M |  39 | 101 | 266 | 229 |5349 |  0 | 240k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.08/104.61	c   105s|284900 | 57498 |  1908k|   6.7 |   122M |  39 | 101 | 266 | 229 |5349 |  1 | 240k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.08/104.65	c   105s|285000 | 57506 |  1909k|   6.7 |   122M |  39 | 101 | 267 |   0 |5349 |  0 | 240k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.08/104.68	c   105s|285100 | 57493 |  1909k|   6.7 |   122M |  39 | 101 | 265 | 229 |5349 |  0 | 240k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.18/104.71	c   105s|285200 | 57493 |  1910k|   6.7 |   122M |  39 | 101 | 266 | 228 |5349 |  1 | 240k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.18/104.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
104.18/104.75	c   105s|285300 | 57501 |  1910k|   6.7 |   122M |  39 | 101 | 265 | 228 |5349 |  1 | 240k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.18/104.78	c   105s|285400 | 57504 |  1911k|   6.7 |   122M |  39 | 101 | 265 |   0 |5349 |  0 | 240k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.28/104.82	c   105s|285500 | 57521 |  1911k|   6.7 |   122M |  39 | 101 | 267 |   0 |5349 |  0 | 241k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.28/104.85	c   105s|285600 | 57536 |  1911k|   6.7 |   122M |  39 | 101 | 267 | 228 |5349 |  1 | 241k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.28/104.88	c   105s|285700 | 57537 |  1912k|   6.7 |   122M |  39 | 101 | 265 | 228 |5349 |  0 | 241k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.38/104.92	c   105s|285800 | 57530 |  1912k|   6.6 |   122M |  39 | 101 | 267 | 228 |5349 |  1 | 241k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.38/104.95	c   105s|285900 | 57525 |  1913k|   6.6 |   122M |  39 | 101 | 267 |   0 |5349 |  0 | 241k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.38/104.99	c   105s|286000 | 57526 |  1913k|   6.6 |   122M |  39 | 101 | 265 | 228 |5349 |  1 | 241k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.49/105.02	c   105s|286100 | 57542 |  1914k|   6.6 |   122M |  39 | 101 | 265 |   0 |5349 |  0 | 241k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.49/105.06	c   105s|286200 | 57564 |  1914k|   6.6 |   122M |  39 | 101 | 265 |   0 |5349 |  0 | 241k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.49/105.09	c   105s|286300 | 57596 |  1915k|   6.6 |   122M |  39 | 101 | 265 | 228 |5349 |  0 | 241k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.59/105.13	c   105s|286400 | 57611 |  1916k|   6.6 |   122M |  39 | 101 | 265 | 228 |5349 |  1 | 241k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.59/105.16	c   105s|286500 | 57635 |  1916k|   6.6 |   122M |  39 | 101 | 265 | 228 |5349 |  0 | 241k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.59/105.19	c   105s|286600 | 57648 |  1917k|   6.6 |   122M |  39 | 101 | 265 | 228 |5349 |  1 | 241k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.68/105.23	c   105s|286700 | 57675 |  1917k|   6.6 |   122M |  39 | 101 | 267 | 228 |5349 |  1 | 241k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.68/105.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
104.68/105.26	c   105s|286800 | 57675 |  1918k|   6.6 |   122M |  39 | 101 | 266 | 228 |5349 |  0 | 241k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.78/105.30	c   105s|286900 | 57695 |  1919k|   6.6 |   122M |  39 | 101 | 266 |   0 |5349 |  0 | 242k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.78/105.34	c   105s|287000 | 57708 |  1919k|   6.6 |   122M |  39 | 101 | 265 | 228 |5349 |  1 | 242k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.78/105.38	c   105s|287100 | 57714 |  1920k|   6.6 |   122M |  39 | 101 | 265 |   0 |5349 |  0 | 242k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.88/105.41	c   105s|287200 | 57701 |  1920k|   6.6 |   122M |  39 | 101 | 267 | 228 |5349 |  1 | 242k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.88/105.45	c   105s|287300 | 57685 |  1921k|   6.6 |   122M |  39 | 101 | 265 | 228 |5349 |  0 | 242k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.88/105.48	c   105s|287400 | 57691 |  1921k|   6.6 |   122M |  39 | 101 | 266 | 228 |5349 |  1 | 242k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.98/105.52	c   106s|287500 | 57713 |  1922k|   6.6 |   122M |  39 | 101 | 266 | 228 |5349 |  1 | 242k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.98/105.55	c   106s|287600 | 57701 |  1922k|   6.6 |   122M |  39 | 101 | 267 | 229 |5349 |  1 | 242k|  31 | 0.000000e+00 |      --      |    Inf | unknown
104.98/105.59	c   106s|287700 | 57699 |  1923k|   6.6 |   122M |  39 | 101 | 265 | 229 |5349 |  0 | 242k|  31 | 0.000000e+00 |      --      |    Inf | unknown
105.08/105.63	c   106s|287800 | 57705 |  1923k|   6.6 |   122M |  39 | 101 | 265 |   0 |5349 |  0 | 242k|  31 | 0.000000e+00 |      --      |    Inf | unknown
105.08/105.67	c   106s|287900 | 57728 |  1924k|   6.6 |   122M |  39 | 101 | 265 | 228 |5349 |  1 | 242k|  31 | 0.000000e+00 |      --      |    Inf | unknown
105.18/105.71	c   106s|288000 | 57715 |  1924k|   6.6 |   122M |  39 | 101 | 266 | 228 |5349 |  1 | 243k|  31 | 0.000000e+00 |      --      |    Inf | unknown
105.18/105.75	c   106s|288100 | 57744 |  1925k|   6.6 |   122M |  39 | 101 | 266 | 233 |5349 |  1 | 243k|  31 | 0.000000e+00 |      --      |    Inf | unknown
105.28/105.80	c   106s|288200 | 57786 |  1926k|   6.6 |   122M |  39 | 101 | 267 | 230 |5349 |  1 | 243k|  31 | 0.000000e+00 |      --      |    Inf | unknown
105.28/105.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
105.28/105.85	c   106s|288300 | 57823 |  1927k|   6.6 |   122M |  39 | 101 | 267 |   0 |5349 |  0 | 243k|  31 | 0.000000e+00 |      --      |    Inf | unknown
105.28/105.89	c   106s|288400 | 57825 |  1927k|   6.6 |   122M |  39 | 101 | 266 | 230 |5349 |  0 | 243k|  31 | 0.000000e+00 |      --      |    Inf | unknown
105.38/105.92	c   106s|288500 | 57834 |  1927k|   6.6 |   123M |  39 | 101 | 267 | 227 |5349 |  1 | 243k|  31 | 0.000000e+00 |      --      |    Inf | unknown
105.38/105.96	c   106s|288600 | 57832 |  1928k|   6.6 |   123M |  39 | 101 | 265 | 234 |5350 |  1 | 243k|  31 | 0.000000e+00 |      --      |    Inf | unknown
105.38/106.00	c   106s|288700 | 57837 |  1928k|   6.6 |   123M |  39 | 101 | 267 | 228 |5350 |  1 | 243k|  31 | 0.000000e+00 |      --      |    Inf | unknown
105.48/106.05	c   106s|288800 | 57859 |  1929k|   6.6 |   123M |  39 | 101 | 265 |   0 |5353 |  0 | 243k|  31 | 0.000000e+00 |      --      |    Inf | unknown
105.48/106.09	c   106s|288900 | 57865 |  1930k|   6.6 |   123M |  39 | 101 | 267 | 230 |5355 |  1 | 243k|  31 | 0.000000e+00 |      --      |    Inf | unknown
105.58/106.13	c   106s|289000 | 57916 |  1931k|   6.6 |   124M |  39 | 101 | 265 | 231 |5358 |  1 | 243k|  31 | 0.000000e+00 |      --      |    Inf | unknown
105.58/106.16	c   106s|289100 | 57923 |  1931k|   6.6 |   124M |  39 | 101 | 266 | 233 |5360 |  1 | 243k|  31 | 0.000000e+00 |      --      |    Inf | unknown
105.68/106.21	c   106s|289200 | 57934 |  1932k|   6.6 |   124M |  39 | 101 | 266 | 229 |5361 |  0 | 244k|  31 | 0.000000e+00 |      --      |    Inf | unknown
105.68/106.24	c   106s|289300 | 57939 |  1932k|   6.6 |   124M |  39 | 101 | 265 | 230 |5361 |  1 | 244k|  31 | 0.000000e+00 |      --      |    Inf | unknown
105.68/106.28	c   106s|289400 | 57956 |  1933k|   6.6 |   124M |  39 | 101 | 266 | 228 |5361 |  1 | 244k|  31 | 0.000000e+00 |      --      |    Inf | unknown
105.78/106.32	c   106s|289500 | 57969 |  1933k|   6.6 |   124M |  39 | 101 | 266 | 228 |5363 |  1 | 244k|  31 | 0.000000e+00 |      --      |    Inf | unknown
105.78/106.35	c   106s|289600 | 57962 |  1934k|   6.6 |   124M |  39 | 101 | 265 | 228 |5365 |  1 | 244k|  31 | 0.000000e+00 |      --      |    Inf | unknown
105.78/106.38	c   106s|289700 | 57962 |  1934k|   6.6 |   124M |  39 | 101 | 265 | 230 |5369 |  0 | 244k|  31 | 0.000000e+00 |      --      |    Inf | unknown
105.88/106.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
105.88/106.43	c   106s|289800 | 57965 |  1934k|   6.6 |   124M |  39 | 101 | 267 | 232 |5371 |  1 | 244k|  31 | 0.000000e+00 |      --      |    Inf | unknown
105.88/106.46	c   106s|289900 | 57964 |  1935k|   6.6 |   124M |  39 | 101 | 267 | 228 |5371 |  1 | 244k|  31 | 0.000000e+00 |      --      |    Inf | unknown
105.97/106.50	c   107s|290000 | 57962 |  1935k|   6.6 |   124M |  39 | 101 | 266 | 230 |5375 |  1 | 244k|  31 | 0.000000e+00 |      --      |    Inf | unknown
105.97/106.54	c   107s|290100 | 57991 |  1936k|   6.6 |   124M |  39 | 101 | 265 | 235 |5377 |  0 | 244k|  31 | 0.000000e+00 |      --      |    Inf | unknown
105.97/106.57	c   107s|290200 | 57994 |  1936k|   6.6 |   124M |  39 | 101 | 265 | 235 |5377 |  1 | 244k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.07/106.60	c   107s|290300 | 57989 |  1937k|   6.6 |   124M |  39 | 101 | 265 | 231 |5377 |  0 | 244k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.07/106.64	c   107s|290400 | 57992 |  1937k|   6.6 |   124M |  39 | 101 | 266 |   0 |5377 |  0 | 245k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.07/106.67	c   107s|290500 | 57995 |  1938k|   6.6 |   124M |  39 | 101 | 267 | 228 |5379 |  1 | 245k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.17/106.71	c   107s|290600 | 57995 |  1938k|   6.6 |   124M |  39 | 101 | 266 | 233 |5380 |  1 | 245k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.17/106.74	c   107s|290700 | 57995 |  1939k|   6.6 |   124M |  39 | 101 | 266 | 229 |5386 |  1 | 245k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.17/106.79	c   107s|290800 | 58002 |  1939k|   6.6 |   124M |  39 | 101 | 266 | 229 |5390 |  2 | 245k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.27/106.83	c   107s|290900 | 58010 |  1940k|   6.6 |   124M |  39 | 101 | 267 | 231 |5392 |  1 | 245k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.27/106.86	c   107s|291000 | 58030 |  1940k|   6.6 |   124M |  39 | 101 | 265 | 229 |5396 |  1 | 245k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.37/106.90	c   107s|291100 | 58035 |  1941k|   6.6 |   124M |  39 | 101 | 267 | 228 |5401 |  1 | 245k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.37/106.94	c   107s|291200 | 58042 |  1941k|   6.6 |   124M |  39 | 101 | 265 | 234 |5403 |  1 | 245k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.37/106.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
106.37/106.97	c   107s|291300 | 58047 |  1942k|   6.6 |   124M |  39 | 101 | 267 |   0 |5406 |  0 | 245k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.48/107.01	c   107s|291400 | 58063 |  1942k|   6.6 |   124M |  39 | 101 | 266 | 230 |5407 |  0 | 245k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.48/107.05	c   107s|291500 | 58062 |  1943k|   6.6 |   124M |  39 | 101 | 267 |   0 |5407 |  0 | 246k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.48/107.09	c   107s|291600 | 58061 |  1943k|   6.6 |   124M |  39 | 101 | 266 |   0 |5407 |  0 | 246k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.58/107.12	c   107s|291700 | 58051 |  1944k|   6.6 |   124M |  39 | 101 | 265 | 230 |5407 |  0 | 246k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.58/107.16	c   107s|291800 | 58065 |  1944k|   6.6 |   124M |  39 | 101 | 267 | 228 |5408 |  1 | 246k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.58/107.19	c   107s|291900 | 58084 |  1945k|   6.6 |   124M |  39 | 101 | 267 |   0 |5408 |  0 | 246k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.67/107.23	c   107s|292000 | 58100 |  1945k|   6.6 |   124M |  39 | 101 | 267 | 227 |5408 |  1 | 246k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.67/107.27	c   107s|292100 | 58113 |  1946k|   6.6 |   124M |  39 | 101 | 265 |   0 |5408 |  0 | 246k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.77/107.31	c   107s|292200 | 58132 |  1946k|   6.6 |   124M |  39 | 101 | 267 |   0 |5410 |  0 | 246k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.77/107.36	c   107s|292300 | 58151 |  1947k|   6.6 |   124M |  39 | 101 | 265 |   0 |5414 |  0 | 246k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.77/107.39	c   107s|292400 | 58163 |  1947k|   6.6 |   124M |  39 | 101 | 266 |   0 |5415 |  0 | 246k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.87/107.43	c   107s|292500 | 58167 |  1948k|   6.6 |   124M |  39 | 101 | 265 | 227 |5421 |  1 | 246k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.87/107.48	c   107s|292600 | 58167 |  1948k|   6.6 |   124M |  39 | 101 | 266 | 228 |5423 |  1 | 247k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.97/107.51	c   108s|292700 | 58177 |  1949k|   6.6 |   124M |  39 | 101 | 266 |   0 |5423 |  0 | 247k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.97/107.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
106.97/107.55	c   108s|292800 | 58175 |  1950k|   6.6 |   124M |  39 | 101 | 264 | 228 |5423 |  0 | 247k|  31 | 0.000000e+00 |      --      |    Inf | unknown
106.97/107.59	c   108s|292900 | 58186 |  1950k|   6.6 |   124M |  39 | 101 | 264 | 229 |5424 |  1 | 247k|  31 | 0.000000e+00 |      --      |    Inf | unknown
107.07/107.62	c   108s|293000 | 58199 |  1951k|   6.6 |   124M |  39 | 101 | 266 | 229 |5424 |  1 | 247k|  31 | 0.000000e+00 |      --      |    Inf | unknown
107.07/107.65	c   108s|293100 | 58204 |  1951k|   6.6 |   124M |  39 | 101 | 265 | 229 |5424 |  0 | 247k|  31 | 0.000000e+00 |      --      |    Inf | unknown
107.07/107.69	c   108s|293200 | 58221 |  1952k|   6.6 |   124M |  39 | 101 | 266 | 230 |5424 |  1 | 247k|  31 | 0.000000e+00 |      --      |    Inf | unknown
107.17/107.75	c   108s|293300 | 58264 |  1953k|   6.6 |   124M |  39 | 101 | 264 | 229 |5424 |  1 | 247k|  31 | 0.000000e+00 |      --      |    Inf | unknown
107.17/107.78	c   108s|293400 | 58282 |  1953k|   6.6 |   124M |  39 | 101 | 264 | 229 |5424 |  1 | 247k|  31 | 0.000000e+00 |      --      |    Inf | unknown
107.28/107.82	c   108s|293500 | 58303 |  1954k|   6.6 |   124M |  39 | 101 | 266 |   0 |5424 |  0 | 247k|  31 | 0.000000e+00 |      --      |    Inf | unknown
107.28/107.85	c   108s|293600 | 58303 |  1954k|   6.6 |   124M |  39 | 101 | 265 | 229 |5424 |  1 | 247k|  31 | 0.000000e+00 |      --      |    Inf | unknown
107.28/107.89	c   108s|293700 | 58299 |  1955k|   6.6 |   124M |  39 | 101 | 265 | 226 |5424 |  0 | 247k|  31 | 0.000000e+00 |      --      |    Inf | unknown
107.38/107.93	c   108s|293800 | 58320 |  1955k|   6.6 |   124M |  39 | 101 | 265 | 231 |5425 |  0 | 248k|  31 | 0.000000e+00 |      --      |    Inf | unknown
107.38/107.97	c   108s|293900 | 58322 |  1956k|   6.6 |   124M |  39 | 101 | 266 | 231 |5425 |  1 | 248k|  31 | 0.000000e+00 |      --      |    Inf | unknown
107.48/108.01	c   108s|294000 | 58339 |  1956k|   6.6 |   124M |  39 | 101 | 266 | 230 |5425 |  1 | 248k|  31 | 0.000000e+00 |      --      |    Inf | unknown
107.48/108.05	c   108s|294100 | 58355 |  1957k|   6.6 |   124M |  39 | 101 | 265 | 230 |5425 |  1 | 248k|  31 | 0.000000e+00 |      --      |    Inf | unknown
107.58/108.10	c   108s|294200 | 58383 |  1958k|   6.6 |   124M |  39 | 101 | 265 | 230 |5425 |  1 | 248k|  31 | 0.000000e+00 |      --      |    Inf | unknown
107.58/108.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
107.58/108.14	c   108s|294300 | 58389 |  1958k|   6.6 |   124M |  39 | 101 | 264 | 230 |5425 |  1 | 248k|  31 | 0.000000e+00 |      --      |    Inf | unknown
107.58/108.18	c   108s|294400 | 58386 |  1959k|   6.6 |   124M |  39 | 101 | 264 |   0 |5425 |  0 | 248k|  31 | 0.000000e+00 |      --      |    Inf | unknown
107.68/108.22	c   108s|294500 | 58401 |  1959k|   6.6 |   124M |  39 | 101 | 265 | 230 |5426 |  1 | 248k|  31 | 0.000000e+00 |      --      |    Inf | unknown
107.68/108.26	c   108s|294600 | 58401 |  1960k|   6.6 |   124M |  39 | 101 | 266 | 231 |5426 |  1 | 248k|  31 | 0.000000e+00 |      --      |    Inf | unknown
107.77/108.30	c   108s|294700 | 58392 |  1960k|   6.6 |   124M |  39 | 101 | 265 | 230 |5426 |  1 | 249k|  31 | 0.000000e+00 |      --      |    Inf | unknown
107.77/108.34	c   108s|294800 | 58417 |  1961k|   6.6 |   125M |  39 | 101 | 266 | 228 |5428 |  1 | 249k|  31 | 0.000000e+00 |      --      |    Inf | unknown
107.77/108.38	c   108s|294900 | 58413 |  1961k|   6.6 |   125M |  39 | 101 | 263 | 228 |5428 |  0 | 249k|  31 | 0.000000e+00 |      --      |    Inf | unknown
107.87/108.42	c   108s|295000 | 58419 |  1962k|   6.6 |   125M |  39 | 101 | 261 | 228 |5428 |  1 | 249k|  31 | 0.000000e+00 |      --      |    Inf | unknown
107.87/108.46	c   108s|295100 | 58424 |  1962k|   6.6 |   125M |  39 | 101 | 262 | 233 |5428 |  1 | 249k|  31 | 0.000000e+00 |      --      |    Inf | unknown
107.97/108.50	c   108s|295200 | 58440 |  1963k|   6.6 |   125M |  39 | 101 | 262 | 226 |5431 |  1 | 249k|  31 | 0.000000e+00 |      --      |    Inf | unknown
107.97/108.53	c   109s|295300 | 58442 |  1963k|   6.6 |   125M |  39 | 101 | 263 | 229 |5434 |  1 | 249k|  31 | 0.000000e+00 |      --      |    Inf | unknown
107.97/108.57	c   109s|295400 | 58464 |  1964k|   6.6 |   125M |  39 | 101 | 263 | 229 |5434 |  1 | 249k|  31 | 0.000000e+00 |      --      |    Inf | unknown
108.07/108.61	c   109s|295500 | 58478 |  1964k|   6.6 |   125M |  39 | 101 | 265 | 231 |5434 |  1 | 249k|  31 | 0.000000e+00 |      --      |    Inf | unknown
108.07/108.65	c   109s|295600 | 58477 |  1965k|   6.6 |   125M |  39 | 101 | 265 | 231 |5435 |  1 | 249k|  31 | 0.000000e+00 |      --      |    Inf | unknown
108.07/108.69	c   109s|295700 | 58499 |  1965k|   6.6 |   125M |  39 | 101 | 266 | 226 |5435 |  1 | 249k|  31 | 0.000000e+00 |      --      |    Inf | unknown
108.17/108.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
108.17/108.73	c   109s|295800 | 58505 |  1966k|   6.6 |   125M |  39 | 101 | 265 |   0 |5438 |  0 | 249k|  31 | 0.000000e+00 |      --      |    Inf | unknown
108.17/108.77	c   109s|295900 | 58512 |  1966k|   6.6 |   125M |  39 | 101 | 265 |   0 |5439 |  0 | 250k|  31 | 0.000000e+00 |      --      |    Inf | unknown
108.27/108.80	c   109s|296000 | 58517 |  1967k|   6.6 |   125M |  39 | 101 | 265 | 228 |5439 |  1 | 250k|  31 | 0.000000e+00 |      --      |    Inf | unknown
108.27/108.84	c   109s|296100 | 58529 |  1967k|   6.6 |   125M |  39 | 101 | 264 | 230 |5440 |  1 | 250k|  31 | 0.000000e+00 |      --      |    Inf | unknown
108.27/108.88	c   109s|296200 | 58531 |  1968k|   6.6 |   125M |  39 | 101 | 265 |   0 |5446 |  0 | 250k|  31 | 0.000000e+00 |      --      |    Inf | unknown
108.37/108.93	c   109s|296300 | 58545 |  1969k|   6.6 |   125M |  39 | 101 | 265 |   0 |5446 |  0 | 250k|  31 | 0.000000e+00 |      --      |    Inf | unknown
108.37/108.97	c   109s|296400 | 58572 |  1969k|   6.6 |   125M |  39 | 101 | 264 | 226 |5446 |  0 | 250k|  31 | 0.000000e+00 |      --      |    Inf | unknown
108.48/109.00	c   109s|296500 | 58565 |  1970k|   6.6 |   125M |  39 | 101 | 265 | 230 |5448 |  1 | 250k|  31 | 0.000000e+00 |      --      |    Inf | unknown
108.48/109.04	c   109s|296600 | 58556 |  1970k|   6.6 |   125M |  39 | 101 | 265 | 226 |5449 |  1 | 250k|  31 | 0.000000e+00 |      --      |    Inf | unknown
108.48/109.09	c   109s|296700 | 58600 |  1971k|   6.6 |   125M |  39 | 101 | 264 | 226 |5453 |  1 | 250k|  31 | 0.000000e+00 |      --      |    Inf | unknown
108.58/109.13	c   109s|296800 | 58616 |  1972k|   6.6 |   125M |  39 | 101 | 265 | 226 |5454 |  1 | 250k|  31 | 0.000000e+00 |      --      |    Inf | unknown
108.58/109.16	c   109s|296900 | 58624 |  1973k|   6.6 |   125M |  39 | 101 | 263 | 226 |5455 |  1 | 251k|  31 | 0.000000e+00 |      --      |    Inf | unknown
108.67/109.20	c   109s|297000 | 58634 |  1973k|   6.6 |   125M |  39 | 101 | 265 | 226 |5459 |  1 | 251k|  31 | 0.000000e+00 |      --      |    Inf | unknown
108.67/109.24	c   109s|297100 | 58656 |  1974k|   6.6 |   125M |  39 | 101 | 266 | 226 |5463 |  1 | 251k|  31 | 0.000000e+00 |      --      |    Inf | unknown
108.67/109.28	c   109s|297200 | 58697 |  1975k|   6.6 |   125M |  39 | 101 | 264 | 226 |5463 |  1 | 251k|  31 | 0.000000e+00 |      --      |    Inf | unknown
108.77/109.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
108.77/109.32	c   109s|297300 | 58707 |  1975k|   6.6 |   125M |  39 | 101 | 265 | 226 |5469 |  1 | 251k|  31 | 0.000000e+00 |      --      |    Inf | unknown
108.77/109.37	c   109s|297400 | 58721 |  1976k|   6.6 |   125M |  39 | 101 | 265 |   0 |5471 |  0 | 251k|  31 | 0.000000e+00 |      --      |    Inf | unknown
108.87/109.41	c   109s|297500 | 58747 |  1977k|   6.6 |   125M |  39 | 101 | 265 |   0 |5471 |  0 | 251k|  31 | 0.000000e+00 |      --      |    Inf | unknown
108.87/109.44	c   109s|297600 | 58761 |  1977k|   6.6 |   125M |  39 | 101 | 264 | 231 |5472 |  1 | 251k|  31 | 0.000000e+00 |      --      |    Inf | unknown
108.87/109.47	c   109s|297700 | 58769 |  1978k|   6.6 |   125M |  39 | 101 | 264 | 231 |5474 |  1 | 251k|  31 | 0.000000e+00 |      --      |    Inf | unknown
108.97/109.51	c   110s|297800 | 58776 |  1978k|   6.6 |   125M |  39 | 101 | 264 | 231 |5477 |  1 | 251k|  31 | 0.000000e+00 |      --      |    Inf | unknown
108.97/109.55	c   110s|297900 | 58763 |  1979k|   6.6 |   125M |  39 | 101 | 265 | 231 |5479 |  1 | 251k|  31 | 0.000000e+00 |      --      |    Inf | unknown
108.97/109.58	c   110s|298000 | 58750 |  1979k|   6.6 |   125M |  39 | 101 | 265 |   0 |5481 |  0 | 252k|  31 | 0.000000e+00 |      --      |    Inf | unknown
109.07/109.62	c   110s|298100 | 58750 |  1980k|   6.6 |   125M |  39 | 101 | 263 | 228 |5483 |  1 | 252k|  31 | 0.000000e+00 |      --      |    Inf | unknown
109.07/109.66	c   110s|298200 | 58753 |  1980k|   6.6 |   126M |  39 | 101 | 263 | 228 |5483 |  1 | 252k|  31 | 0.000000e+00 |      --      |    Inf | unknown
109.17/109.70	c   110s|298300 | 58766 |  1981k|   6.6 |   126M |  39 | 101 | 263 | 229 |5483 |  1 | 252k|  31 | 0.000000e+00 |      --      |    Inf | unknown
109.17/109.75	c   110s|298400 | 58776 |  1981k|   6.6 |   126M |  39 | 101 | 264 | 229 |5483 |  1 | 252k|  31 | 0.000000e+00 |      --      |    Inf | unknown
109.17/109.78	c   110s|298500 | 58773 |  1982k|   6.6 |   126M |  39 | 101 | 263 | 231 |5483 |  1 | 252k|  31 | 0.000000e+00 |      --      |    Inf | unknown
109.27/109.83	c   110s|298600 | 58789 |  1983k|   6.6 |   126M |  39 | 101 | 265 | 229 |5488 |  1 | 252k|  31 | 0.000000e+00 |      --      |    Inf | unknown
109.27/109.87	c   110s|298700 | 58858 |  1984k|   6.6 |   126M |  39 | 101 | 265 | 232 |5489 |  1 | 252k|  31 | 0.000000e+00 |      --      |    Inf | unknown
109.37/109.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
109.37/109.91	c   110s|298800 | 58876 |  1985k|   6.6 |   126M |  39 | 101 | 265 | 232 |5489 |  1 | 252k|  31 | 0.000000e+00 |      --      |    Inf | unknown
109.37/109.94	c   110s|298900 | 58923 |  1986k|   6.6 |   126M |  39 | 101 | 265 | 232 |5489 |  0 | 252k|  31 | 0.000000e+00 |      --      |    Inf | unknown
109.37/109.98	c   110s|299000 | 58953 |  1986k|   6.6 |   126M |  39 | 101 | 266 | 232 |5493 |  1 | 252k|  31 | 0.000000e+00 |      --      |    Inf | unknown
109.47/110.03	c   110s|299100 | 58976 |  1987k|   6.6 |   126M |  39 | 101 | 261 | 233 |5494 |  0 | 252k|  31 | 0.000000e+00 |      --      |    Inf | unknown
109.47/110.07	c   110s|299200 | 58988 |  1988k|   6.6 |   126M |  39 | 101 | 262 |   0 |5495 |  0 | 253k|  31 | 0.000000e+00 |      --      |    Inf | unknown
109.57/110.11	c   110s|299300 | 59031 |  1989k|   6.6 |   126M |  39 | 101 | 263 | 232 |5495 |  1 | 253k|  31 | 0.000000e+00 |      --      |    Inf | unknown
109.57/110.17	c   110s|299400 | 59099 |  1990k|   6.6 |   126M |  39 | 101 | 265 |   0 |5497 |  0 | 253k|  31 | 0.000000e+00 |      --      |    Inf | unknown
109.66/110.20	c   110s|299500 | 59105 |  1991k|   6.6 |   126M |  39 | 101 | 265 | 232 |5498 |  1 | 253k|  31 | 0.000000e+00 |      --      |    Inf | unknown
109.66/110.24	c   110s|299600 | 59127 |  1992k|   6.6 |   126M |  39 | 101 | 264 | 232 |5498 |  0 | 253k|  31 | 0.000000e+00 |      --      |    Inf | unknown
109.66/110.28	c   110s|299700 | 59141 |  1992k|   6.6 |   127M |  39 | 101 | 260 | 232 |5498 |  1 | 253k|  31 | 0.000000e+00 |      --      |    Inf | unknown
109.76/110.32	c   110s|299800 | 59198 |  1993k|   6.6 |   127M |  39 | 101 | 263 | 232 |5499 |  1 | 253k|  31 | 0.000000e+00 |      --      |    Inf | unknown
109.76/110.36	c   110s|299900 | 59213 |  1994k|   6.6 |   127M |  39 | 101 | 262 | 233 |5501 |  1 | 253k|  31 | 0.000000e+00 |      --      |    Inf | unknown
109.86/110.40	c   110s|300000 | 59222 |  1994k|   6.6 |   127M |  39 | 101 | 263 | 232 |5501 |  1 | 253k|  31 | 0.000000e+00 |      --      |    Inf | unknown
109.86/110.44	c   110s|300100 | 59246 |  1995k|   6.6 |   127M |  39 | 101 | 264 | 232 |5501 |  1 | 253k|  31 | 0.000000e+00 |      --      |    Inf | unknown
109.86/110.48	c   110s|300200 | 59290 |  1996k|   6.6 |   127M |  39 | 101 | 263 | 233 |5503 |  1 | 253k|  31 | 0.000000e+00 |      --      |    Inf | unknown
109.96/110.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
109.96/110.52	c   111s|300300 | 59319 |  1996k|   6.6 |   127M |  39 | 101 | 264 | 233 |5503 |  1 | 253k|  31 | 0.000000e+00 |      --      |    Inf | unknown
109.96/110.56	c   111s|300400 | 59335 |  1997k|   6.6 |   127M |  39 | 101 | 263 | 232 |5503 |  1 | 254k|  31 | 0.000000e+00 |      --      |    Inf | unknown
109.96/110.59	c   111s|300500 | 59348 |  1998k|   6.6 |   127M |  39 | 101 | 263 |   0 |5504 |  0 | 254k|  31 | 0.000000e+00 |      --      |    Inf | unknown
110.06/110.63	c   111s|300600 | 59354 |  1998k|   6.6 |   127M |  39 | 101 | 263 | 232 |5504 |  1 | 254k|  31 | 0.000000e+00 |      --      |    Inf | unknown
110.06/110.67	c   111s|300700 | 59384 |  1999k|   6.6 |   127M |  39 | 101 | 265 | 232 |5504 |  1 | 254k|  31 | 0.000000e+00 |      --      |    Inf | unknown
110.16/110.71	c   111s|300800 | 59404 |  1999k|   6.6 |   127M |  39 | 101 | 264 | 232 |5504 |  1 | 254k|  31 | 0.000000e+00 |      --      |    Inf | unknown
110.16/110.74	c   111s|300900 | 59413 |  2000k|   6.6 |   127M |  39 | 101 | 263 |   0 |5504 |  0 | 254k|  31 | 0.000000e+00 |      --      |    Inf | unknown
110.16/110.78	c   111s|301000 | 59407 |  2000k|   6.6 |   127M |  39 | 101 | 262 |   0 |5504 |  0 | 254k|  31 | 0.000000e+00 |      --      |    Inf | unknown
110.26/110.82	c   111s|301100 | 59413 |  2001k|   6.6 |   127M |  39 | 101 | 261 | 232 |5504 |  1 | 254k|  31 | 0.000000e+00 |      --      |    Inf | unknown
110.26/110.85	c   111s|301200 | 59429 |  2001k|   6.6 |   127M |  39 | 101 | 263 |   0 |5504 |  0 | 254k|  31 | 0.000000e+00 |      --      |    Inf | unknown
110.26/110.89	c   111s|301300 | 59422 |  2002k|   6.6 |   127M |  39 | 101 | 261 | 227 |5507 |  0 | 254k|  31 | 0.000000e+00 |      --      |    Inf | unknown
110.36/110.93	c   111s|301400 | 59428 |  2002k|   6.6 |   127M |  39 | 101 | 266 | 231 |5508 |  1 | 254k|  31 | 0.000000e+00 |      --      |    Inf | unknown
110.36/110.98	c   111s|301500 | 59467 |  2003k|   6.6 |   127M |  39 | 101 | 265 | 233 |5513 |  1 | 255k|  31 | 0.000000e+00 |      --      |    Inf | unknown
110.47/111.02	c   111s|301600 | 59508 |  2004k|   6.6 |   127M |  39 | 101 | 266 |   0 |5514 |  0 | 255k|  31 | 0.000000e+00 |      --      |    Inf | unknown
110.47/111.05	c   111s|301700 | 59509 |  2005k|   6.6 |   127M |  39 | 101 | 266 | 233 |5516 |  1 | 255k|  31 | 0.000000e+00 |      --      |    Inf | unknown
110.47/111.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
110.47/111.09	c   111s|301800 | 59512 |  2005k|   6.6 |   127M |  39 | 101 | 266 | 226 |5517 |  1 | 255k|  31 | 0.000000e+00 |      --      |    Inf | unknown
110.56/111.13	c   111s|301900 | 59538 |  2006k|   6.6 |   127M |  39 | 101 | 264 | 226 |5519 |  1 | 255k|  31 | 0.000000e+00 |      --      |    Inf | unknown
110.56/111.18	c   111s|302000 | 59536 |  2007k|   6.6 |   127M |  39 | 101 | 266 |   0 |5521 |  0 | 255k|  31 | 0.000000e+00 |      --      |    Inf | unknown
110.66/111.22	c   111s|302100 | 59543 |  2007k|   6.6 |   127M |  39 | 101 | 264 | 230 |5521 |  0 | 255k|  31 | 0.000000e+00 |      --      |    Inf | unknown
110.66/111.26	c   111s|302200 | 59555 |  2008k|   6.6 |   127M |  39 | 101 | 266 | 227 |5523 |  0 | 255k|  31 | 0.000000e+00 |      --      |    Inf | unknown
110.66/111.29	c   111s|302300 | 59556 |  2008k|   6.6 |   127M |  39 | 101 | 265 |   0 |5523 |  0 | 255k|  31 | 0.000000e+00 |      --      |    Inf | unknown
110.76/111.33	c   111s|302400 | 59569 |  2008k|   6.6 |   127M |  39 | 101 | 265 | 230 |5523 |  0 | 255k|  31 | 0.000000e+00 |      --      |    Inf | unknown
110.76/111.37	c   111s|302500 | 59584 |  2009k|   6.6 |   128M |  39 | 101 | 265 | 232 |5524 |  1 | 255k|  31 | 0.000000e+00 |      --      |    Inf | unknown
110.86/111.41	c   111s|302600 | 59597 |  2010k|   6.6 |   128M |  39 | 101 | 266 | 231 |5530 |  0 | 256k|  31 | 0.000000e+00 |      --      |    Inf | unknown
110.86/111.44	c   111s|302700 | 59599 |  2010k|   6.6 |   128M |  39 | 101 | 265 | 231 |5536 |  1 | 256k|  31 | 0.000000e+00 |      --      |    Inf | unknown
110.86/111.48	c   111s|302800 | 59604 |  2011k|   6.6 |   128M |  39 | 101 | 264 | 231 |5536 |  1 | 256k|  31 | 0.000000e+00 |      --      |    Inf | unknown
110.96/111.52	c   112s|302900 | 59621 |  2011k|   6.6 |   128M |  39 | 101 | 264 | 231 |5537 |  0 | 256k|  31 | 0.000000e+00 |      --      |    Inf | unknown
110.96/111.56	c   112s|303000 | 59623 |  2012k|   6.6 |   128M |  39 | 101 | 265 |   0 |5537 |  0 | 256k|  31 | 0.000000e+00 |      --      |    Inf | unknown
111.06/111.60	c   112s|303100 | 59628 |  2012k|   6.6 |   128M |  39 | 101 | 265 | 227 |5540 |  1 | 256k|  31 | 0.000000e+00 |      --      |    Inf | unknown
111.06/111.64	c   112s|303200 | 59641 |  2013k|   6.6 |   128M |  39 | 101 | 266 | 228 |5541 |  1 | 256k|  31 | 0.000000e+00 |      --      |    Inf | unknown
111.06/111.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
111.06/111.68	c   112s|303300 | 59672 |  2013k|   6.6 |   128M |  39 | 101 | 264 | 232 |5541 |  1 | 256k|  31 | 0.000000e+00 |      --      |    Inf | unknown
111.16/111.73	c   112s|303400 | 59672 |  2014k|   6.6 |   128M |  39 | 101 | 265 | 228 |5541 |  0 | 256k|  31 | 0.000000e+00 |      --      |    Inf | unknown
111.16/111.77	c   112s|303500 | 59683 |  2014k|   6.6 |   128M |  39 | 101 | 264 | 233 |5542 |  1 | 256k|  31 | 0.000000e+00 |      --      |    Inf | unknown
111.26/111.81	c   112s|303600 | 59696 |  2015k|   6.6 |   128M |  39 | 101 | 266 | 229 |5542 |  1 | 257k|  31 | 0.000000e+00 |      --      |    Inf | unknown
111.26/111.85	c   112s|303700 | 59712 |  2016k|   6.6 |   128M |  39 | 101 | 266 |   0 |5542 |  0 | 257k|  31 | 0.000000e+00 |      --      |    Inf | unknown
111.26/111.89	c   112s|303800 | 59727 |  2016k|   6.6 |   128M |  39 | 101 | 264 | 231 |5543 |  0 | 257k|  31 | 0.000000e+00 |      --      |    Inf | unknown
111.36/111.93	c   112s|303900 | 59772 |  2017k|   6.6 |   128M |  39 | 101 | 265 | 231 |5545 |  1 | 257k|  31 | 0.000000e+00 |      --      |    Inf | unknown
111.36/111.97	c   112s|304000 | 59805 |  2018k|   6.6 |   128M |  39 | 101 | 264 | 231 |5552 |  0 | 257k|  31 | 0.000000e+00 |      --      |    Inf | unknown
111.46/112.01	c   112s|304100 | 5 [...]

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

49k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2884.70/2897.05	c  2897s|  2280k|235505 | 11676k|   5.1 |   534M |  40 | 101 | 260 | 232 |  10k|  1 |1849k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2884.89/2897.21	c  2897s|  2280k|235519 | 11676k|   5.1 |   534M |  40 | 101 | 261 | 232 |  10k|  1 |1849k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2884.99/2897.35	c  2897s|  2280k|235521 | 11677k|   5.1 |   534M |  40 | 101 | 261 | 233 |  10k|  0 |1849k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2885.19/2897.54	c  2898s|  2280k|235533 | 11677k|   5.1 |   534M |  40 | 101 | 261 | 232 |  10k|  0 |1849k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2885.39/2897.72	c  2898s|  2280k|235542 | 11678k|   5.1 |   534M |  40 | 101 | 262 | 232 |  10k|  1 |1849k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2885.49/2897.89	c  2898s|  2281k|235556 | 11678k|   5.1 |   534M |  40 | 101 | 260 | 232 |  10k|  0 |1849k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2885.69/2898.07	c  2898s|  2281k|235560 | 11679k|   5.1 |   534M |  40 | 101 | 262 | 232 |  10k|  1 |1849k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2885.89/2898.24	c  2898s|  2281k|235563 | 11679k|   5.1 |   534M |  40 | 101 | 262 | 234 |  10k|  1 |1849k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2886.19/2898.51	c  2899s|  2281k|235564 | 11680k|   5.1 |   534M |  40 | 101 | 260 | 233 |  10k|  1 |1849k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2886.38/2898.77	c  2899s|  2281k|235570 | 11680k|   5.1 |   534M |  40 | 101 | 260 | 234 |  10k|  1 |1849k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2886.58/2898.98	c  2899s|  2281k|235559 | 11681k|   5.1 |   534M |  40 | 101 | 260 | 234 |  10k|  0 |1849k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2886.79/2899.16	c  2899s|  2281k|235584 | 11681k|   5.1 |   534M |  40 | 101 | 261 | 231 |  10k|  1 |1849k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2886.98/2899.33	c  2899s|  2281k|235589 | 11682k|   5.1 |   534M |  40 | 101 | 261 | 231 |  10k|  1 |1850k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2887.18/2899.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2887.18/2899.58	c  2900s|  2281k|235592 | 11682k|   5.1 |   534M |  40 | 101 | 261 | 233 |  10k|  1 |1850k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2887.38/2899.77	c  2900s|  2281k|235632 | 11683k|   5.1 |   534M |  40 | 101 | 260 | 234 |  10k|  0 |1850k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2887.68/2900.03	c  2900s|  2282k|235648 | 11684k|   5.1 |   559M |  40 | 101 | 260 | 234 |  10k|  0 |1850k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2887.87/2900.21	c  2900s|  2282k|235649 | 11684k|   5.1 |   559M |  40 | 101 | 260 | 235 |  10k|  0 |1850k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2888.07/2900.42	c  2900s|  2282k|235658 | 11684k|   5.1 |   559M |  40 | 101 | 262 |   0 |  10k|  0 |1850k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2888.17/2900.58	c  2901s|  2282k|235664 | 11685k|   5.1 |   559M |  40 | 101 | 262 | 233 |  10k|  1 |1850k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2888.37/2900.78	c  2901s|  2282k|235664 | 11685k|   5.1 |   559M |  40 | 101 | 260 | 231 |  10k|  1 |1850k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2888.57/2900.99	c  2901s|  2282k|235670 | 11686k|   5.1 |   559M |  40 | 101 | 261 | 231 |  10k|  1 |1850k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2888.77/2901.17	c  2901s|  2282k|235680 | 11686k|   5.1 |   559M |  40 | 101 | 260 | 231 |  10k|  0 |1850k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2888.97/2901.33	c  2901s|  2282k|235694 | 11687k|   5.1 |   559M |  40 | 101 | 262 | 233 |  10k|  1 |1850k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2889.07/2901.46	c  2901s|  2282k|235706 | 11687k|   5.1 |   559M |  40 | 101 | 260 | 233 |  10k|  1 |1850k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2889.17/2901.57	c  2902s|  2282k|235713 | 11688k|   5.1 |   559M |  40 | 101 | 261 | 233 |  10k|  1 |1850k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2889.36/2901.73	c  2902s|  2283k|235722 | 11688k|   5.1 |   559M |  40 | 101 | 258 | 234 |  10k|  0 |1850k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2889.56/2901.94	c  2902s|  2283k|235728 | 11689k|   5.1 |   559M |  40 | 101 | 257 | 231 |  10k|  1 |1850k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2889.86/2902.22	c  2902s|  2283k|235791 | 11690k|   5.1 |   559M |  40 | 101 | 260 |   0 |  10k|  0 |1851k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2890.06/2902.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2890.06/2902.42	c  2902s|  2283k|235820 | 11691k|   5.1 |   559M |  40 | 101 | 259 |   0 |  10k|  0 |1851k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2890.26/2902.66	c  2903s|  2283k|235836 | 11691k|   5.1 |   559M |  40 | 101 | 258 | 232 |  10k|  1 |1851k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2890.46/2902.88	c  2903s|  2283k|235857 | 11692k|   5.1 |   559M |  40 | 101 | 258 | 232 |  10k|  1 |1851k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2890.76/2903.14	c  2903s|  2283k|235911 | 11693k|   5.1 |   559M |  40 | 101 | 261 |   0 |  10k|  0 |1851k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2890.96/2903.36	c  2903s|  2283k|235920 | 11693k|   5.1 |   559M |  40 | 101 | 260 | 232 |  10k|  0 |1851k|  31 | 0.000000e+00 |      --      |    Inf |   1.20%
2891.16/2903.56	c  2904s|  2283k|235943 | 11694k|   5.1 |   559M |  40 | 101 | 258 | 231 |  10k|  1 |1851k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2891.46/2903.80	c  2904s|  2283k|235963 | 11694k|   5.1 |   559M |  40 | 101 | 262 |   0 |  10k|  0 |1851k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2891.66/2904.01	c  2904s|  2284k|235983 | 11695k|   5.1 |   559M |  40 | 101 | 262 | 232 |  10k|  1 |1851k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2891.85/2904.27	c  2904s|  2284k|235983 | 11695k|   5.1 |   559M |  40 | 101 | 262 | 231 |  10k|  0 |1851k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2892.05/2904.49	c  2904s|  2284k|235983 | 11696k|   5.1 |   559M |  40 | 101 | 260 | 231 |  10k|  0 |1851k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2892.25/2904.67	c  2905s|  2284k|236023 | 11696k|   5.1 |   559M |  40 | 101 | 262 |   0 |  10k|  0 |1852k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2892.45/2904.86	c  2905s|  2284k|236049 | 11697k|   5.1 |   559M |  40 | 101 | 262 | 231 |  10k|  1 |1852k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2892.76/2905.10	c  2905s|  2284k|236054 | 11697k|   5.1 |   559M |  40 | 101 | 261 | 231 |  10k|  1 |1852k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2892.95/2905.32	c  2905s|  2284k|236094 | 11698k|   5.1 |   560M |  40 | 101 | 262 | 231 |  10k|  1 |1852k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2893.05/2905.49	c  2905s|  2284k|236119 | 11699k|   5.1 |   560M |  40 | 101 | 261 |   0 |  10k|  0 |1852k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2893.35/2905.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2893.35/2905.73	c  2906s|  2284k|236128 | 11699k|   5.1 |   560M |  40 | 101 | 261 | 231 |  10k|  1 |1852k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2893.55/2905.92	c  2906s|  2284k|236131 | 11700k|   5.1 |   560M |  40 | 101 | 262 | 232 |  10k|  1 |1852k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2893.75/2906.18	c  2906s|  2285k|236134 | 11700k|   5.1 |   560M |  40 | 101 | 262 | 231 |  10k|  1 |1852k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2893.94/2906.39	c  2906s|  2285k|236148 | 11701k|   5.1 |   560M |  40 | 101 | 260 | 231 |  10k|  1 |1852k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2894.25/2906.61	c  2907s|  2285k|236162 | 11701k|   5.1 |   561M |  40 | 101 | 261 | 232 |  10k|  1 |1852k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2894.45/2906.85	c  2907s|  2285k|236174 | 11701k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  1 |1852k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2894.66/2907.06	c  2907s|  2285k|236185 | 11702k|   5.1 |   561M |  40 | 101 | 260 |   0 |  10k|  0 |1852k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2894.95/2907.30	c  2907s|  2285k|236198 | 11702k|   5.1 |   561M |  40 | 101 | 262 | 231 |  10k|  1 |1852k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2895.15/2907.54	c  2908s|  2285k|236192 | 11703k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  1 |1853k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2895.35/2907.72	c  2908s|  2285k|236200 | 11703k|   5.1 |   561M |  40 | 101 | 262 | 231 |  10k|  1 |1853k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2895.55/2907.95	c  2908s|  2285k|236200 | 11703k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  1 |1853k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2895.85/2908.20	c  2908s|  2285k|236200 | 11704k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  1 |1853k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2895.95/2908.36	c  2908s|  2286k|236232 | 11704k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  1 |1853k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2896.14/2908.55	c  2909s|  2286k|236243 | 11705k|   5.1 |   561M |  40 | 101 | 262 |   0 |  10k|  0 |1853k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2896.44/2908.80	c  2909s|  2286k|236275 | 11706k|   5.1 |   561M |  40 | 101 | 262 |   0 |  10k|  0 |1853k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2896.65/2909.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2896.65/2909.04	c  2909s|  2286k|236273 | 11706k|   5.1 |   561M |  40 | 101 | 260 |   0 |  10k|  0 |1853k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2896.94/2909.31	c  2909s|  2286k|236270 | 11706k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  1 |1853k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2897.04/2909.48	c  2909s|  2286k|236295 | 11707k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  0 |1853k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2897.34/2909.75	c  2910s|  2286k|236290 | 11707k|   5.1 |   561M |  40 | 101 | 261 |   0 |  10k|  0 |1853k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2897.54/2909.95	c  2910s|  2286k|236305 | 11708k|   5.1 |   561M |  40 | 101 | 261 | 232 |  10k|  0 |1853k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2897.74/2910.13	c  2910s|  2286k|236336 | 11708k|   5.1 |   561M |  40 | 101 | 262 | 232 |  10k|  1 |1853k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2897.94/2910.39	c  2910s|  2286k|236332 | 11709k|   5.1 |   561M |  40 | 101 | 262 | 231 |  10k|  1 |1854k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2898.13/2910.58	c  2911s|  2287k|236347 | 11709k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  1 |1854k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2898.43/2910.83	c  2911s|  2287k|236342 | 11710k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  1 |1854k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2898.64/2911.06	c  2911s|  2287k|236344 | 11710k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  1 |1854k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2898.83/2911.28	c  2911s|  2287k|236350 | 11711k|   5.1 |   561M |  40 | 101 | 262 | 231 |  10k|  1 |1854k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2899.03/2911.49	c  2911s|  2287k|236356 | 11711k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  1 |1854k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2899.33/2911.76	c  2912s|  2287k|236347 | 11711k|   5.1 |   561M |  40 | 101 | 261 | 232 |  10k|  1 |1854k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2899.53/2911.91	c  2912s|  2287k|236357 | 11712k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  1 |1854k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2899.73/2912.14	c  2912s|  2287k|236361 | 11712k|   5.1 |   561M |  40 | 101 | 260 | 232 |  10k|  1 |1854k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2899.93/2912.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2899.93/2912.39	c  2912s|  2287k|236365 | 11713k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  1 |1854k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2900.22/2912.65	c  2913s|  2287k|236367 | 11713k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  1 |1854k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2900.52/2912.92	c  2913s|  2288k|236430 | 11715k|   5.1 |   561M |  40 | 101 | 262 | 231 |  10k|  0 |1855k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2900.73/2913.12	c  2913s|  2288k|236460 | 11715k|   5.1 |   561M |  40 | 101 | 262 | 231 |  10k|  1 |1855k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2900.92/2913.35	c  2913s|  2288k|236464 | 11716k|   5.1 |   561M |  40 | 101 | 262 | 231 |  10k|  1 |1855k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2901.12/2913.55	c  2914s|  2288k|236487 | 11716k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  1 |1855k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2901.32/2913.73	c  2914s|  2288k|236503 | 11717k|   5.1 |   561M |  40 | 101 | 262 |   0 |  10k|  0 |1855k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2901.52/2913.99	c  2914s|  2288k|236516 | 11717k|   5.1 |   561M |  40 | 101 | 263 | 231 |  10k|  1 |1855k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2901.82/2914.23	c  2914s|  2288k|236522 | 11718k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  1 |1855k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2902.12/2914.50	c  2915s|  2288k|236505 | 11718k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  1 |1855k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2902.21/2914.69	c  2915s|  2288k|236546 | 11719k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  1 |1855k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2902.51/2914.98	c  2915s|  2288k|236532 | 11719k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  1 |1855k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2902.81/2915.25	c  2915s|  2289k|236528 | 11720k|   5.1 |   561M |  40 | 101 | 262 |   0 |  10k|  0 |1855k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2903.11/2915.52	c  2916s|  2289k|236518 | 11720k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  0 |1855k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2903.31/2915.78	c  2916s|  2289k|236534 | 11720k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  1 |1856k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2903.51/2915.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2903.51/2915.99	c  2916s|  2289k|236544 | 11721k|   5.1 |   561M |  40 | 101 | 262 | 231 |  10k|  1 |1856k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2903.81/2916.23	c  2916s|  2289k|236531 | 11721k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  1 |1856k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2904.01/2916.43	c  2916s|  2289k|236538 | 11721k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  1 |1856k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2904.20/2916.63	c  2917s|  2289k|236538 | 11722k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  0 |1856k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2904.40/2916.89	c  2917s|  2289k|236529 | 11722k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  1 |1856k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2904.71/2917.19	c  2917s|  2289k|236522 | 11723k|   5.1 |   561M |  40 | 101 | 262 | 231 |  10k|  0 |1856k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2905.00/2917.43	c  2917s|  2289k|236531 | 11723k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  1 |1856k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2905.20/2917.66	c  2918s|  2290k|236545 | 11724k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  1 |1856k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2905.40/2917.89	c  2918s|  2290k|236552 | 11724k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  0 |1856k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2905.70/2918.11	c  2918s|  2290k|236575 | 11725k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  1 |1856k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2905.90/2918.35	c  2918s|  2290k|236619 | 11725k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  1 |1856k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2906.10/2918.55	c  2919s|  2290k|236649 | 11726k|   5.1 |   561M |  40 | 101 | 262 | 231 |  10k|  1 |1857k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2906.29/2918.76	c  2919s|  2290k|236660 | 11726k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  0 |1857k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2906.60/2919.00	c  2919s|  2290k|236657 | 11727k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  1 |1857k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2906.70/2919.19	c  2919s|  2290k|236655 | 11727k|   5.1 |   561M |  40 | 101 | 262 | 231 |  10k|  0 |1857k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2906.99/2919.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2906.99/2919.42	c  2919s|  2290k|236654 | 11727k|   5.1 |   561M |  40 | 101 | 262 | 232 |  10k|  1 |1857k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2907.19/2919.69	c  2920s|  2290k|236652 | 11728k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  0 |1857k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2907.49/2919.93	c  2920s|  2291k|236645 | 11728k|   5.1 |   561M |  40 | 101 | 262 |   0 |  10k|  0 |1857k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2907.69/2920.13	c  2920s|  2291k|236651 | 11729k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  1 |1857k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2907.89/2920.30	c  2920s|  2291k|236674 | 11729k|   5.1 |   561M |  40 | 101 | 262 | 231 |  10k|  1 |1857k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2908.09/2920.58	c  2921s|  2291k|236697 | 11730k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  1 |1857k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2908.38/2920.83	c  2921s|  2291k|236709 | 11730k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  1 |1857k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2908.59/2921.06	c  2921s|  2291k|236714 | 11731k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  0 |1857k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2908.88/2921.31	c  2921s|  2291k|236730 | 11731k|   5.1 |   561M |  40 | 101 | 262 | 231 |  10k|  1 |1858k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2909.18/2921.61	c  2922s|  2291k|236737 | 11732k|   5.1 |   561M |  40 | 101 | 262 |   0 |  10k|  0 |1858k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2909.38/2921.85	c  2922s|  2291k|236734 | 11732k|   5.1 |   561M |  40 | 101 | 259 | 231 |  10k|  1 |1858k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2909.68/2922.13	c  2922s|  2291k|236737 | 11732k|   5.1 |   561M |  40 | 101 | 257 | 231 |  10k|  1 |1858k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2909.88/2922.34	c  2922s|  2292k|236756 | 11733k|   5.1 |   561M |  40 | 101 | 259 |   0 |  10k|  0 |1858k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2910.08/2922.54	c  2923s|  2292k|236759 | 11733k|   5.1 |   561M |  40 | 101 | 257 | 231 |  10k|  0 |1858k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2910.28/2922.76	c  2923s|  2292k|236749 | 11734k|   5.1 |   561M |  40 | 101 | 258 | 231 |  10k|  1 |1858k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2910.47/2922.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2910.47/2922.95	c  2923s|  2292k|236748 | 11734k|   5.1 |   561M |  40 | 101 | 261 |   0 |  10k|  0 |1858k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2910.68/2923.19	c  2923s|  2292k|236749 | 11734k|   5.1 |   561M |  40 | 101 | 260 | 232 |  10k|  0 |1858k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2910.97/2923.44	c  2923s|  2292k|236747 | 11735k|   5.1 |   561M |  40 | 101 | 260 | 232 |  10k|  1 |1858k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2911.17/2923.64	c  2924s|  2292k|236782 | 11735k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  1 |1858k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2911.37/2923.84	c  2924s|  2292k|236794 | 11736k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  0 |1858k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2911.57/2924.03	c  2924s|  2292k|236798 | 11736k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  1 |1858k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2911.77/2924.21	c  2924s|  2292k|236824 | 11737k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  0 |1859k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2911.97/2924.43	c  2924s|  2293k|236824 | 11737k|   5.1 |   561M |  40 | 101 | 262 |   0 |  10k|  0 |1859k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2912.27/2924.70	c  2925s|  2293k|236856 | 11738k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  0 |1859k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2912.47/2924.92	c  2925s|  2293k|236854 | 11738k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  1 |1859k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2912.67/2925.17	c  2925s|  2293k|236852 | 11739k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  1 |1859k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2912.96/2925.46	c  2925s|  2293k|236878 | 11740k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  0 |1859k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2913.16/2925.69	c  2926s|  2293k|236899 | 11740k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  1 |1859k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2913.46/2925.94	c  2926s|  2293k|236901 | 11741k|   5.1 |   561M |  40 | 101 | 262 | 231 |  10k|  1 |1859k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2913.66/2926.19	c  2926s|  2293k|236904 | 11741k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  0 |1859k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2913.96/2926.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2913.96/2926.46	c  2926s|  2293k|236897 | 11741k|   5.1 |   561M |  40 | 101 | 262 | 232 |  10k|  1 |1859k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2914.26/2926.70	c  2927s|  2293k|236905 | 11742k|   5.1 |   561M |  40 | 101 | 262 |   0 |  10k|  0 |1859k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2914.46/2926.95	c  2927s|  2294k|236893 | 11742k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  1 |1859k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2914.66/2927.17	c  2927s|  2294k|236915 | 11743k|   5.1 |   561M |  40 | 101 | 262 |   0 |  10k|  0 |1860k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2914.85/2927.39	c  2927s|  2294k|236925 | 11743k|   5.1 |   561M |  40 | 101 | 262 | 231 |  10k|  0 |1860k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2915.15/2927.60	c  2928s|  2294k|236927 | 11744k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  0 |1860k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2915.25/2927.79	c  2928s|  2294k|236931 | 11744k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  0 |1860k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2915.56/2928.01	c  2928s|  2294k|236931 | 11744k|   5.1 |   561M |  40 | 101 | 262 | 231 |  10k|  1 |1860k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2915.75/2928.27	c  2928s|  2294k|236922 | 11745k|   5.1 |   561M |  40 | 101 | 261 | 235 |  10k|  0 |1860k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2916.06/2928.51	c  2929s|  2294k|236922 | 11745k|   5.1 |   561M |  40 | 101 | 262 | 231 |  10k|  1 |1860k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2916.36/2928.80	c  2929s|  2294k|236924 | 11746k|   5.1 |   561M |  40 | 101 | 260 | 234 |  10k|  1 |1860k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2916.56/2929.04	c  2929s|  2294k|236938 | 11746k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  1 |1860k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2916.85/2929.31	c  2929s|  2295k|236938 | 11747k|   5.1 |   561M |  40 | 101 | 262 | 231 |  10k|  1 |1860k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2917.05/2929.59	c  2930s|  2295k|236935 | 11747k|   5.1 |   561M |  40 | 101 | 260 |   0 |  10k|  0 |1860k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2917.35/2929.81	c  2930s|  2295k|236938 | 11747k|   5.1 |   561M |  40 | 101 | 260 | 232 |  10k|  0 |1860k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2917.55/2930.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2917.55/2930.02	c  2930s|  2295k|236933 | 11748k|   5.1 |   561M |  40 | 101 | 260 | 232 |  10k|  0 |1861k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2917.65/2930.17	c  2930s|  2295k|236942 | 11748k|   5.1 |   561M |  40 | 101 | 260 | 232 |  10k|  1 |1861k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2917.85/2930.32	c  2930s|  2295k|236948 | 11749k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  1 |1861k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2918.05/2930.54	c  2931s|  2295k|236956 | 11749k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  1 |1861k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2918.25/2930.76	c  2931s|  2295k|236949 | 11749k|   5.1 |   561M |  40 | 101 | 260 | 232 |  10k|  1 |1861k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2918.55/2931.01	c  2931s|  2295k|236977 | 11750k|   5.1 |   561M |  40 | 101 | 263 | 231 |  10k|  1 |1861k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2918.65/2931.18	c  2931s|  2295k|236992 | 11750k|   5.1 |   561M |  40 | 101 | 263 |   0 |  10k|  0 |1861k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2918.94/2931.40	c  2931s|  2296k|237003 | 11751k|   5.1 |   561M |  40 | 101 | 260 | 231 |  10k|  1 |1861k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2919.04/2931.57	c  2932s|  2296k|237017 | 11751k|   5.1 |   561M |  40 | 101 | 261 |   0 |  10k|  0 |1861k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2919.34/2931.80	c  2932s|  2296k|237007 | 11751k|   5.1 |   561M |  40 | 101 | 262 | 231 |  10k|  1 |1861k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2919.44/2931.99	c  2932s|  2296k|237026 | 11752k|   5.1 |   561M |  40 | 101 | 261 | 231 |  10k|  1 |1861k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2919.64/2932.19	c  2932s|  2296k|237030 | 11752k|   5.1 |   562M |  40 | 101 | 262 | 231 |  10k|  1 |1861k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2919.94/2932.40	c  2932s|  2296k|237040 | 11753k|   5.1 |   562M |  40 | 101 | 262 |   0 |  10k|  0 |1861k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2920.14/2932.64	c  2933s|  2296k|237036 | 11753k|   5.1 |   562M |  40 | 101 | 262 | 231 |  10k|  1 |1862k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2920.34/2932.86	c  2933s|  2296k|237043 | 11753k|   5.1 |   562M |  40 | 101 | 262 |   0 |  10k|  0 |1862k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2920.54/2933.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2920.54/2933.08	c  2933s|  2296k|237035 | 11754k|   5.1 |   562M |  40 | 101 | 260 | 231 |  10k|  0 |1862k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2920.73/2933.27	c  2933s|  2296k|237040 | 11754k|   5.1 |   562M |  40 | 101 | 260 | 231 |  10k|  1 |1862k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2920.93/2933.43	c  2933s|  2297k|237047 | 11754k|   5.1 |   562M |  40 | 101 | 261 | 232 |  10k|  1 |1862k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2921.13/2933.64	c  2934s|  2297k|237068 | 11755k|   5.1 |   562M |  40 | 101 | 262 |   0 |  10k|  0 |1862k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2921.33/2933.82	c  2934s|  2297k|237087 | 11755k|   5.1 |   562M |  40 | 101 | 260 | 232 |  10k|  0 |1862k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2921.54/2934.06	c  2934s|  2297k|237074 | 11756k|   5.1 |   562M |  40 | 101 | 261 |   0 |  10k|  0 |1862k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2921.73/2934.24	c  2934s|  2297k|237073 | 11756k|   5.1 |   562M |  40 | 101 | 261 | 232 |  10k|  1 |1862k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2921.93/2934.43	c  2934s|  2297k|237075 | 11757k|   5.1 |   562M |  40 | 101 | 260 | 231 |  10k|  0 |1862k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2922.13/2934.69	c  2935s|  2297k|237076 | 11757k|   5.1 |   562M |  40 | 101 | 260 | 231 |  10k|  1 |1862k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2922.33/2934.86	c  2935s|  2297k|237096 | 11758k|   5.1 |   562M |  40 | 101 | 262 |   0 |  10k|  0 |1862k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2922.43/2934.97	c  2935s|  2297k|237103 | 11758k|   5.1 |   562M |  40 | 101 | 260 | 231 |  10k|  0 |1862k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2922.63/2935.16	c  2935s|  2297k|237093 | 11758k|   5.1 |   562M |  40 | 101 | 261 | 231 |  10k|  1 |1863k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2922.92/2935.43	c  2935s|  2298k|237092 | 11759k|   5.1 |   562M |  40 | 101 | 261 | 231 |  10k|  1 |1863k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2923.12/2935.60	c  2936s|  2298k|237113 | 11759k|   5.1 |   562M |  40 | 101 | 262 | 231 |  10k|  0 |1863k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2923.32/2935.84	c  2936s|  2298k|237125 | 11760k|   5.1 |   562M |  40 | 101 | 260 | 231 |  10k|  1 |1863k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2923.53/2936.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2923.53/2936.07	c  2936s|  2298k|237128 | 11760k|   5.1 |   563M |  40 | 101 | 260 | 235 |  10k|  1 |1863k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2923.82/2936.31	c  2936s|  2298k|237142 | 11761k|   5.1 |   563M |  40 | 101 | 261 | 231 |  10k|  1 |1863k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2924.02/2936.56	c  2937s|  2298k|237139 | 11761k|   5.1 |   563M |  40 | 101 | 261 | 231 |  10k|  1 |1863k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2924.32/2936.80	c  2937s|  2298k|237159 | 11761k|   5.1 |   563M |  40 | 101 | 260 | 231 |  10k|  1 |1863k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2924.42/2936.95	c  2937s|  2298k|237198 | 11762k|   5.1 |   563M |  40 | 101 | 261 | 231 |  10k|  1 |1863k|  31 | 0.000000e+00 |      --      |    Inf |   1.21%
2924.62/2937.14	c  2937s|  2298k|237204 | 11762k|   5.1 |   563M |  40 | 101 | 261 | 231 |  10k|  0 |1863k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2924.92/2937.41	c  2937s|  2298k|237195 | 11763k|   5.1 |   563M |  40 | 101 | 260 | 231 |  10k|  1 |1863k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2925.12/2937.64	c  2938s|  2299k|237189 | 11763k|   5.1 |   563M |  40 | 101 | 262 | 232 |  10k|  1 |1864k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2925.31/2937.83	c  2938s|  2299k|237184 | 11764k|   5.1 |   563M |  40 | 101 | 261 | 231 |  10k|  1 |1864k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2925.52/2938.08	c  2938s|  2299k|237181 | 11764k|   5.1 |   563M |  40 | 101 | 262 |   0 |  10k|  0 |1864k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2925.71/2938.29	c  2938s|  2299k|237182 | 11765k|   5.1 |   563M |  40 | 101 | 260 | 232 |  10k|  1 |1864k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2926.01/2938.51	c  2939s|  2299k|237195 | 11765k|   5.1 |   563M |  40 | 101 | 260 | 231 |  10k|  1 |1864k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2926.21/2938.73	c  2939s|  2299k|237206 | 11766k|   5.1 |   563M |  40 | 101 | 262 |   0 |  10k|  0 |1864k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2926.41/2938.95	c  2939s|  2299k|237210 | 11766k|   5.1 |   563M |  40 | 101 | 260 | 231 |  10k|  0 |1864k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2926.61/2939.15	c  2939s|  2299k|237204 | 11766k|   5.1 |   563M |  40 | 101 | 262 | 232 |  10k|  0 |1864k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2926.81/2939.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2926.81/2939.34	c  2939s|  2299k|237213 | 11767k|   5.1 |   563M |  40 | 101 | 260 | 231 |  10k|  1 |1864k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2927.01/2939.52	c  2940s|  2299k|237211 | 11767k|   5.1 |   563M |  40 | 101 | 260 | 231 |  10k|  1 |1864k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2927.21/2939.74	c  2940s|  2300k|237222 | 11768k|   5.1 |   563M |  40 | 101 | 260 |   0 |  10k|  0 |1864k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2927.41/2939.99	c  2940s|  2300k|237234 | 11768k|   5.1 |   563M |  40 | 101 | 262 | 231 |  10k|  1 |1865k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2927.70/2940.26	c  2940s|  2300k|237231 | 11768k|   5.1 |   563M |  40 | 101 | 260 | 231 |  10k|  1 |1865k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2927.90/2940.46	c  2940s|  2300k|237252 | 11769k|   5.1 |   563M |  40 | 101 | 262 |   0 |  10k|  0 |1865k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2928.10/2940.68	c  2941s|  2300k|237265 | 11769k|   5.1 |   563M |  40 | 101 | 260 | 234 |  10k|  1 |1865k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2928.40/2940.93	c  2941s|  2300k|237256 | 11770k|   5.1 |   563M |  40 | 101 | 261 |   0 |  10k|  0 |1865k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2928.60/2941.19	c  2941s|  2300k|237259 | 11770k|   5.1 |   563M |  40 | 101 | 261 | 231 |  10k|  1 |1865k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2928.80/2941.38	c  2941s|  2300k|237280 | 11771k|   5.1 |   563M |  40 | 101 | 263 |   0 |  10k|  0 |1865k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2929.00/2941.57	c  2942s|  2300k|237291 | 11771k|   5.1 |   563M |  40 | 101 | 261 | 231 |  10k|  1 |1865k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2929.20/2941.76	c  2942s|  2300k|237298 | 11772k|   5.1 |   563M |  40 | 101 | 261 | 228 |  10k|  1 |1865k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2929.40/2941.95	c  2942s|  2301k|237293 | 11772k|   5.1 |   563M |  40 | 101 | 261 | 228 |  10k|  1 |1865k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2929.60/2942.16	c  2942s|  2301k|237286 | 11772k|   5.1 |   563M |  40 | 101 | 261 | 230 |  10k|  0 |1865k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2929.79/2942.38	c  2942s|  2301k|237330 | 11773k|   5.1 |   563M |  40 | 101 | 262 | 232 |  10k|  1 |1865k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2929.99/2942.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2929.99/2942.59	c  2943s|  2301k|237341 | 11774k|   5.1 |   564M |  40 | 101 | 261 | 232 |  10k|  1 |1865k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2930.29/2942.83	c  2943s|  2301k|237351 | 11774k|   5.1 |   564M |  40 | 101 | 262 | 232 |  10k|  1 |1866k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2930.50/2943.01	c  2943s|  2301k|237348 | 11774k|   5.1 |   564M |  40 | 101 | 262 | 232 |  10k|  1 |1866k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2930.69/2943.22	c  2943s|  2301k|237360 | 11775k|   5.1 |   564M |  40 | 101 | 261 | 232 |  10k|  1 |1866k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2930.89/2943.40	c  2943s|  2301k|237365 | 11775k|   5.1 |   564M |  40 | 101 | 262 |   0 |  10k|  0 |1866k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2931.09/2943.60	c  2944s|  2301k|237388 | 11776k|   5.1 |   564M |  40 | 101 | 262 | 232 |  10k|  1 |1866k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2931.29/2943.80	c  2944s|  2301k|237399 | 11776k|   5.1 |   564M |  40 | 101 | 261 |   0 |  10k|  0 |1866k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2931.39/2943.99	c  2944s|  2302k|237403 | 11777k|   5.1 |   564M |  40 | 101 | 258 | 232 |  10k|  0 |1866k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2931.59/2944.19	c  2944s|  2302k|237406 | 11777k|   5.1 |   564M |  40 | 101 | 259 | 232 |  10k|  1 |1866k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2931.78/2944.39	c  2944s|  2302k|237400 | 11777k|   5.1 |   564M |  40 | 101 | 261 |   0 |  10k|  0 |1866k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2931.98/2944.57	c  2945s|  2302k|237394 | 11778k|   5.1 |   564M |  40 | 101 | 261 |   0 |  10k|  0 |1866k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2932.18/2944.79	c  2945s|  2302k|237384 | 11778k|   5.1 |   564M |  40 | 101 | 260 | 232 |  10k|  1 |1866k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2932.38/2944.99	c  2945s|  2302k|237390 | 11779k|   5.1 |   564M |  40 | 101 | 261 | 232 |  10k|  1 |1866k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2932.68/2945.21	c  2945s|  2302k|237395 | 11779k|   5.1 |   564M |  40 | 101 | 261 |   0 |  10k|  0 |1866k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2932.88/2945.43	c  2945s|  2302k|237401 | 11779k|   5.1 |   564M |  40 | 101 | 259 | 232 |  10k|  1 |1867k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2933.08/2945.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2933.08/2945.66	c  2946s|  2302k|237391 | 11780k|   5.1 |   564M |  40 | 101 | 259 | 233 |  10k|  1 |1867k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2933.28/2945.85	c  2946s|  2302k|237389 | 11780k|   5.1 |   564M |  40 | 101 | 260 |   0 |  10k|  0 |1867k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2933.48/2946.05	c  2946s|  2303k|237395 | 11781k|   5.1 |   564M |  40 | 101 | 260 | 235 |  10k|  1 |1867k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2933.68/2946.29	c  2946s|  2303k|237387 | 11781k|   5.1 |   564M |  40 | 101 | 260 | 235 |  10k|  1 |1867k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2933.98/2946.54	c  2947s|  2303k|237380 | 11781k|   5.1 |   564M |  40 | 101 | 259 | 232 |  10k|  1 |1867k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2934.17/2946.72	c  2947s|  2303k|237391 | 11782k|   5.1 |   564M |  40 | 101 | 261 | 228 |  10k|  1 |1867k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2934.37/2946.94	c  2947s|  2303k|237392 | 11782k|   5.1 |   564M |  40 | 101 | 261 | 230 |  10k|  1 |1867k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2934.58/2947.13	c  2947s|  2303k|237399 | 11783k|   5.1 |   564M |  40 | 101 | 260 | 227 |  10k|  0 |1867k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2934.77/2947.35	c  2947s|  2303k|237414 | 11783k|   5.1 |   564M |  40 | 101 | 260 | 227 |  10k|  1 |1867k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2934.97/2947.59	c  2948s|  2303k|237406 | 11784k|   5.1 |   564M |  40 | 101 | 259 | 234 |  10k|  0 |1867k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2935.27/2947.85	c  2948s|  2303k|237391 | 11784k|   5.1 |   564M |  40 | 101 | 260 | 228 |  10k|  0 |1867k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2935.57/2948.12	c  2948s|  2303k|237387 | 11784k|   5.1 |   564M |  40 | 101 | 259 | 230 |  10k|  1 |1867k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2935.77/2948.34	c  2948s|  2304k|237402 | 11785k|   5.1 |   564M |  40 | 101 | 260 | 226 |  10k|  1 |1867k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2935.97/2948.57	c  2949s|  2304k|237424 | 11786k|   5.1 |   564M |  40 | 101 | 260 | 226 |  10k|  0 |1868k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2936.27/2948.82	c  2949s|  2304k|237437 | 11786k|   5.1 |   564M |  40 | 101 | 261 |   0 |  10k|  0 |1868k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2936.47/2949.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2936.47/2949.10	c  2949s|  2304k|237457 | 11787k|   5.1 |   564M |  40 | 101 | 260 |   0 |  10k|  0 |1868k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2936.76/2949.39	c  2949s|  2304k|237454 | 11787k|   5.1 |   564M |  40 | 101 | 261 | 226 |  10k|  1 |1868k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2937.16/2949.70	c  2950s|  2304k|237459 | 11787k|   5.1 |   564M |  40 | 101 | 261 | 226 |  10k|  1 |1868k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2937.46/2950.05	c  2950s|  2304k|237438 | 11788k|   5.1 |   564M |  40 | 101 | 259 | 226 |  10k|  1 |1868k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2937.66/2950.29	c  2950s|  2304k|237450 | 11788k|   5.1 |   564M |  40 | 101 | 259 | 229 |  10k|  0 |1868k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2937.86/2950.48	c  2950s|  2304k|237451 | 11789k|   5.1 |   564M |  40 | 101 | 259 |   0 |  10k|  0 |1868k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2938.16/2950.76	c  2951s|  2304k|237474 | 11790k|   5.1 |   564M |  40 | 101 | 261 | 228 |  10k|  1 |1868k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2938.36/2950.97	c  2951s|  2305k|237490 | 11790k|   5.1 |   564M |  40 | 101 | 259 | 228 |  10k|  0 |1868k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2938.56/2951.19	c  2951s|  2305k|237519 | 11791k|   5.1 |   564M |  40 | 101 | 261 | 228 |  10k|  1 |1868k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2938.75/2951.38	c  2951s|  2305k|237531 | 11792k|   5.1 |   564M |  40 | 101 | 261 | 228 |  10k|  1 |1869k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2938.95/2951.57	c  2952s|  2305k|237548 | 11792k|   5.1 |   564M |  40 | 101 | 260 | 228 |  10k|  0 |1869k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2939.15/2951.73	c  2952s|  2305k|237564 | 11793k|   5.1 |   564M |  40 | 101 | 260 | 228 |  10k|  0 |1869k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2939.35/2951.96	c  2952s|  2305k|237583 | 11793k|   5.1 |   564M |  40 | 101 | 261 | 228 |  10k|  1 |1869k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2939.56/2952.17	c  2952s|  2305k|237591 | 11794k|   5.1 |   564M |  40 | 101 | 260 | 228 |  10k|  1 |1869k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2939.75/2952.35	c  2952s|  2305k|237592 | 11794k|   5.1 |   564M |  40 | 101 | 259 | 228 |  10k|  1 |1869k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2939.95/2952.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2939.95/2952.56	c  2953s|  2305k|237604 | 11795k|   5.1 |   564M |  40 | 101 | 261 |   0 |  10k|  0 |1869k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2940.15/2952.74	c  2953s|  2305k|237618 | 11795k|   5.1 |   564M |  40 | 101 | 260 | 228 |  10k|  0 |1869k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2940.35/2952.95	c  2953s|  2306k|237634 | 11796k|   5.1 |   564M |  40 | 101 | 259 | 228 |  10k|  1 |1869k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2940.55/2953.13	c  2953s|  2306k|237627 | 11796k|   5.1 |   564M |  40 | 101 | 260 | 228 |  10k|  1 |1869k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2940.75/2953.33	c  2953s|  2306k|237622 | 11797k|   5.1 |   564M |  40 | 101 | 259 | 228 |  10k|  0 |1869k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2940.84/2953.48	c  2953s|  2306k|237634 | 11797k|   5.1 |   564M |  40 | 101 | 259 | 228 |  10k|  0 |1869k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2941.04/2953.63	c  2954s|  2306k|237636 | 11797k|   5.1 |   564M |  40 | 101 | 259 |   0 |  10k|  0 |1869k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2941.14/2953.76	c  2954s|  2306k|237658 | 11798k|   5.1 |   564M |  40 | 101 | 259 |   0 |  10k|  0 |1870k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2941.34/2953.93	c  2954s|  2306k|237648 | 11798k|   5.1 |   564M |  40 | 101 | 259 | 228 |  10k|  1 |1870k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2941.55/2954.12	c  2954s|  2306k|237644 | 11799k|   5.1 |   564M |  40 | 101 | 261 | 228 |  10k|  1 |1870k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2941.74/2954.31	c  2954s|  2306k|237649 | 11799k|   5.1 |   564M |  40 | 101 | 259 | 228 |  10k|  1 |1870k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2941.94/2954.51	c  2955s|  2306k|237643 | 11799k|   5.1 |   564M |  40 | 101 | 259 | 228 |  10k|  0 |1870k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2942.14/2954.72	c  2955s|  2307k|237653 | 11800k|   5.1 |   564M |  40 | 101 | 260 | 228 |  10k|  1 |1870k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2942.34/2954.91	c  2955s|  2307k|237654 | 11800k|   5.1 |   564M |  40 | 101 | 259 | 228 |  10k|  1 |1870k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2942.54/2955.10	c  2955s|  2307k|237668 | 11801k|   5.1 |   564M |  40 | 101 | 259 | 228 |  10k|  0 |1870k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2942.73/2955.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2942.73/2955.33	c  2955s|  2307k|237681 | 11801k|   5.1 |   564M |  40 | 101 | 261 |   0 |  10k|  0 |1870k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2942.93/2955.53	c  2956s|  2307k|237680 | 11802k|   5.1 |   564M |  40 | 101 | 260 | 228 |  10k|  1 |1870k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2943.13/2955.72	c  2956s|  2307k|237702 | 11802k|   5.1 |   564M |  40 | 101 | 259 | 228 |  10k|  1 |1870k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2943.33/2955.91	c  2956s|  2307k|237712 | 11802k|   5.1 |   564M |  40 | 101 | 260 | 228 |  10k|  1 |1870k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2943.54/2956.12	c  2956s|  2307k|237718 | 11803k|   5.1 |   564M |  40 | 101 | 261 | 228 |  10k|  1 |1870k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2943.73/2956.34	c  2956s|  2307k|237715 | 11803k|   5.1 |   564M |  40 | 101 | 261 | 228 |  10k|  1 |1871k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2943.93/2956.53	c  2957s|  2307k|237719 | 11804k|   5.1 |   564M |  40 | 101 | 261 |   0 |  10k|  0 |1871k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2944.13/2956.70	c  2957s|  2308k|237717 | 11804k|   5.1 |   564M |  40 | 101 | 259 |   0 |  10k|  0 |1871k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2944.33/2956.98	c  2957s|  2308k|237696 | 11804k|   5.1 |   564M |  40 | 101 | 261 | 228 |  10k|  1 |1871k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2944.53/2957.18	c  2957s|  2308k|237694 | 11805k|   5.1 |   564M |  40 | 101 | 260 | 228 |  10k|  0 |1871k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2944.82/2957.43	c  2957s|  2308k|237693 | 11805k|   5.1 |   564M |  40 | 101 | 260 | 228 |  10k|  0 |1871k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2945.02/2957.62	c  2958s|  2308k|237687 | 11806k|   5.1 |   564M |  40 | 101 | 259 | 228 |  10k|  1 |1871k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2945.22/2957.83	c  2958s|  2308k|237686 | 11806k|   5.1 |   565M |  40 | 101 | 259 | 228 |  10k|  1 |1871k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2945.43/2958.01	c  2958s|  2308k|237701 | 11807k|   5.1 |   565M |  40 | 101 | 261 |   0 |  10k|  0 |1871k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2945.53/2958.18	c  2958s|  2308k|237712 | 11807k|   5.1 |   565M |  40 | 101 | 260 |   0 |  10k|  0 |1871k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2945.72/2958.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2945.72/2958.37	c  2958s|  2308k|237711 | 11807k|   5.1 |   566M |  40 | 101 | 261 |   0 |  10k|  0 |1871k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2945.92/2958.58	c  2959s|  2308k|237734 | 11808k|   5.1 |   566M |  40 | 101 | 259 | 228 |  10k|  1 |1871k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2946.12/2958.77	c  2959s|  2309k|237725 | 11808k|   5.1 |   566M |  40 | 101 | 261 | 228 |  10k|  1 |1872k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2946.32/2958.99	c  2959s|  2309k|237735 | 11809k|   5.1 |   566M |  40 | 101 | 261 | 226 |  10k|  1 |1872k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2946.72/2959.31	c  2959s|  2309k|237727 | 11809k|   5.1 |   566M |  40 | 101 | 260 | 233 |  10k|  0 |1872k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2946.91/2959.53	c  2960s|  2309k|237723 | 11810k|   5.1 |   566M |  40 | 101 | 261 |   0 |  10k|  0 |1872k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2947.21/2959.80	c  2960s|  2309k|237728 | 11810k|   5.1 |   566M |  40 | 101 | 260 | 230 |  10k|  1 |1872k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2947.31/2959.96	c  2960s|  2309k|237736 | 11811k|   5.1 |   566M |  40 | 101 | 261 |   0 |  10k|  0 |1872k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2947.52/2960.15	c  2960s|  2309k|237774 | 11811k|   5.1 |   566M |  40 | 101 | 260 | 226 |  10k|  1 |1872k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2947.81/2960.46	c  2960s|  2309k|237769 | 11812k|   5.1 |   566M |  40 | 101 | 260 | 226 |  10k|  1 |1872k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2948.01/2960.68	c  2961s|  2309k|237786 | 11812k|   5.1 |   566M |  40 | 101 | 260 | 228 |  10k|  1 |1872k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2948.21/2960.84	c  2961s|  2309k|237805 | 11813k|   5.1 |   566M |  40 | 101 | 261 | 228 |  10k|  1 |1872k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2948.41/2961.06	c  2961s|  2310k|237820 | 11813k|   5.1 |   566M |  40 | 101 | 261 | 230 |  10k|  3 |1872k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2948.61/2961.26	c  2961s|  2310k|237858 | 11814k|   5.1 |   566M |  40 | 101 | 259 | 228 |  10k|  1 |1872k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2948.91/2961.51	c  2962s|  2310k|237861 | 11814k|   5.1 |   566M |  40 | 101 | 259 | 228 |  10k|  1 |1873k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2949.11/2961.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2949.11/2961.73	c  2962s|  2310k|237861 | 11815k|   5.1 |   566M |  40 | 101 | 260 | 228 |  10k|  1 |1873k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2949.20/2961.89	c  2962s|  2310k|237877 | 11815k|   5.1 |   566M |  40 | 101 | 260 | 228 |  10k|  1 |1873k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2949.51/2962.13	c  2962s|  2310k|237882 | 11816k|   5.1 |   566M |  40 | 101 | 259 |   0 |  10k|  0 |1873k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2949.70/2962.34	c  2962s|  2310k|237897 | 11816k|   5.1 |   566M |  40 | 101 | 261 | 228 |  10k|  1 |1873k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2949.90/2962.55	c  2963s|  2310k|237895 | 11817k|   5.1 |   566M |  40 | 101 | 260 |   0 |  10k|  0 |1873k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2950.10/2962.78	c  2963s|  2310k|237906 | 11817k|   5.1 |   566M |  40 | 101 | 259 |   0 |  10k|  0 |1873k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2950.40/2963.00	c  2963s|  2310k|237923 | 11818k|   5.1 |   566M |  40 | 101 | 260 |   0 |  10k|  0 |1873k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2950.60/2963.20	c  2963s|  2311k|237944 | 11818k|   5.1 |   566M |  40 | 101 | 260 | 228 |  10k|  1 |1873k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2950.80/2963.41	c  2963s|  2311k|237986 | 11819k|   5.1 |   566M |  40 | 101 | 259 | 228 |  10k|  1 |1873k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2950.90/2963.59	c  2964s|  2311k|237990 | 11819k|   5.1 |   566M |  40 | 101 | 260 | 228 |  10k|  1 |1873k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2951.20/2963.82	c  2964s|  2311k|237987 | 11820k|   5.1 |   566M |  40 | 101 | 260 |   0 |  10k|  0 |1873k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2951.30/2963.98	c  2964s|  2311k|238009 | 11820k|   5.1 |   566M |  40 | 101 | 259 | 228 |  10k|  1 |1873k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2951.50/2964.19	c  2964s|  2311k|238015 | 11820k|   5.1 |   566M |  40 | 101 | 260 | 228 |  10k|  1 |1873k|  31 | 0.000000e+00 |      --      |    Inf |   1.22%
2951.69/2964.39	c  2964s|  2311k|238018 | 11821k|   5.1 |   566M |  40 | 101 | 260 |   0 |  10k|  0 |1874k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2951.99/2964.62	c  2965s|  2311k|238015 | 11821k|   5.1 |   566M |  40 | 101 | 259 | 228 |  10k|  1 |1874k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2952.29/2964.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2952.29/2964.92	c  2965s|  2311k|237988 | 11822k|   5.1 |   566M |  40 | 101 | 259 |   0 |  10k|  0 |1874k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2952.49/2965.17	c  2965s|  2311k|237991 | 11822k|   5.1 |   566M |  40 | 101 | 261 | 228 |  10k|  1 |1874k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2952.69/2965.36	c  2965s|  2312k|237998 | 11822k|   5.1 |   566M |  40 | 101 | 261 | 228 |  10k|  1 |1874k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2952.89/2965.50	c  2966s|  2312k|238010 | 11823k|   5.1 |   566M |  40 | 101 | 260 | 228 |  10k|  1 |1874k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2952.99/2965.66	c  2966s|  2312k|238013 | 11823k|   5.1 |   566M |  40 | 101 | 260 | 228 |  10k|  1 |1874k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2953.19/2965.84	c  2966s|  2312k|238025 | 11824k|   5.1 |   566M |  40 | 101 | 261 | 229 |  10k|  1 |1874k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2953.39/2966.10	c  2966s|  2312k|238091 | 11825k|   5.1 |   566M |  40 | 101 | 259 | 229 |  10k|  1 |1874k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2953.68/2966.36	c  2966s|  2312k|238144 | 11826k|   5.1 |   566M |  40 | 101 | 259 | 229 |  10k|  1 |1874k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2953.88/2966.55	c  2967s|  2312k|238217 | 11828k|   5.1 |   566M |  40 | 101 | 261 | 229 |  10k|  0 |1874k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2954.08/2966.74	c  2967s|  2312k|238258 | 11828k|   5.1 |   566M |  40 | 101 | 259 | 229 |  10k|  0 |1874k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2954.28/2966.97	c  2967s|  2312k|238292 | 11829k|   5.1 |   566M |  40 | 101 | 261 |   0 |  10k|  0 |1875k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2954.58/2967.21	c  2967s|  2312k|238297 | 11830k|   5.1 |   566M |  40 | 101 | 260 | 229 |  10k|  0 |1875k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2954.78/2967.40	c  2967s|  2313k|238318 | 11830k|   5.1 |   566M |  40 | 101 | 261 | 229 |  10k|  1 |1875k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2954.88/2967.58	c  2968s|  2313k|238346 | 11831k|   5.1 |   566M |  40 | 101 | 261 | 229 |  10k|  1 |1875k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2955.08/2967.77	c  2968s|  2313k|238353 | 11831k|   5.1 |   566M |  40 | 101 | 261 |   0 |  10k|  0 |1875k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2955.28/2967.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2955.28/2967.96	c  2968s|  2313k|238394 | 11832k|   5.1 |   566M |  40 | 101 | 262 | 229 |  10k|  1 |1875k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2955.48/2968.19	c  2968s|  2313k|238458 | 11833k|   5.1 |   566M |  40 | 101 | 262 | 229 |  10k|  1 |1875k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2955.77/2968.40	c  2968s|  2313k|238521 | 11834k|   5.1 |   567M |  40 | 101 | 262 | 229 |  10k|  1 |1875k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2955.97/2968.62	c  2969s|  2313k|238552 | 11835k|   5.1 |   567M |  40 | 101 | 259 | 229 |  10k|  1 |1875k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2956.07/2968.78	c  2969s|  2313k|238578 | 11835k|   5.1 |   567M |  40 | 101 | 260 | 229 |  10k|  0 |1875k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2956.27/2968.98	c  2969s|  2313k|238613 | 11836k|   5.1 |   567M |  40 | 101 | 261 | 229 |  10k|  1 |1875k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2956.48/2969.18	c  2969s|  2313k|238641 | 11836k|   5.1 |   567M |  40 | 101 | 260 | 229 |  10k|  0 |1876k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2956.67/2969.31	c  2969s|  2314k|238671 | 11837k|   5.1 |   567M |  40 | 101 | 260 | 229 |  10k|  0 |1876k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2956.87/2969.56	c  2970s|  2314k|238677 | 11838k|   5.1 |   567M |  40 | 101 | 262 | 229 |  10k|  1 |1876k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2957.07/2969.76	c  2970s|  2314k|238709 | 11838k|   5.1 |   567M |  40 | 101 | 261 | 229 |  10k|  0 |1876k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2957.27/2969.95	c  2970s|  2314k|238743 | 11839k|   5.1 |   567M |  40 | 101 | 261 | 229 |  10k|  1 |1876k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2957.47/2970.15	c  2970s|  2314k|238758 | 11839k|   5.1 |   567M |  40 | 101 | 261 | 229 |  10k|  1 |1876k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2957.67/2970.36	c  2970s|  2314k|238772 | 11840k|   5.1 |   567M |  40 | 101 | 261 | 229 |  10k|  1 |1876k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2957.86/2970.59	c  2971s|  2314k|238789 | 11840k|   5.1 |   567M |  40 | 101 | 259 | 229 |  10k|  0 |1876k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2958.16/2970.80	c  2971s|  2314k|238811 | 11841k|   5.1 |   567M |  40 | 101 | 260 | 229 |  10k|  0 |1876k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2958.26/2970.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2958.26/2970.95	c  2971s|  2314k|238835 | 11842k|   5.1 |   568M |  40 | 101 | 260 | 229 |  10k|  1 |1876k|  31 | 0.000000e+00 |      --      |    Inf |   1.23%
2958.47/2971.13	c  2971s|  2314k|238845 | 11842k|   5.1 |   568M |  40 | 101 | 259 | 229 |  10k|  1 |1876k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2958.66/2971.32	c  2971s|  2315k|238857 | 11843k|   5.1 |   568M |  40 | 101 | 262 | 229 |  10k|  1 |1876k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2958.86/2971.52	c  2972s|  2315k|238859 | 11843k|   5.1 |   568M |  40 | 101 | 261 | 229 |  10k|  0 |1876k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2959.06/2971.72	c  2972s|  2315k|238881 | 11844k|   5.1 |   568M |  40 | 101 | 259 | 229 |  10k|  0 |1877k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2959.26/2971.91	c  2972s|  2315k|238889 | 11844k|   5.1 |   568M |  40 | 101 | 261 |   0 |  10k|  0 |1877k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2959.46/2972.13	c  2972s|  2315k|238903 | 11844k|   5.1 |   568M |  40 | 101 | 261 | 229 |  10k|  1 |1877k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2959.66/2972.31	c  2972s|  2315k|238913 | 11845k|   5.1 |   568M |  40 | 101 | 259 | 229 |  10k|  1 |1877k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2959.86/2972.53	c  2973s|  2315k|238924 | 11845k|   5.1 |   568M |  40 | 101 | 259 | 229 |  10k|  0 |1877k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2960.05/2972.74	c  2973s|  2315k|238937 | 11846k|   5.1 |   568M |  40 | 101 | 261 | 229 |  10k|  1 |1877k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2960.25/2972.95	c  2973s|  2315k|238954 | 11846k|   5.1 |   568M |  40 | 101 | 260 |   0 |  10k|  0 |1877k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2960.46/2973.15	c  2973s|  2315k|238968 | 11847k|   5.1 |   568M |  40 | 101 | 261 | 229 |  10k|  1 |1877k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2960.65/2973.38	c  2973s|  2316k|238973 | 11847k|   5.1 |   568M |  40 | 101 | 260 |   0 |  10k|  0 |1877k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2960.95/2973.60	c  2974s|  2316k|238984 | 11848k|   5.1 |   568M |  40 | 101 | 262 | 229 |  10k|  1 |1877k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2961.15/2973.80	c  2974s|  2316k|238987 | 11848k|   5.1 |   568M |  40 | 101 | 260 | 229 |  10k|  1 |1877k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2961.25/2974.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2961.25/2974.00	c  2974s|  2316k|239006 | 11849k|   5.1 |   568M |  40 | 101 | 260 | 229 |  10k|  0 |1877k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2961.45/2974.18	c  2974s|  2316k|239028 | 11849k|   5.1 |   568M |  40 | 101 | 261 | 229 |  10k|  1 |1877k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2961.75/2974.41	c  2974s|  2316k|239046 | 11850k|   5.1 |   568M |  40 | 101 | 261 | 229 |  10k|  1 |1878k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2961.95/2974.61	c  2975s|  2316k|239057 | 11850k|   5.1 |   568M |  40 | 101 | 261 |   0 |  10k|  0 |1878k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2962.05/2974.79	c  2975s|  2316k|239048 | 11851k|   5.1 |   568M |  40 | 101 | 259 | 229 |  10k|  1 |1878k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2962.25/2974.97	c  2975s|  2316k|239062 | 11851k|   5.1 |   568M |  40 | 101 | 260 | 229 |  10k|  1 |1878k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2962.54/2975.20	c  2975s|  2316k|239072 | 11852k|   5.1 |   568M |  40 | 101 | 260 | 229 |  10k|  0 |1878k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2962.64/2975.39	c  2975s|  2317k|239066 | 11852k|   5.1 |   568M |  40 | 101 | 261 |   0 |  10k|  0 |1878k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2962.94/2975.60	c  2976s|  2317k|239062 | 11853k|   5.1 |   568M |  40 | 101 | 260 | 229 |  10k|  0 |1878k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2963.15/2975.83	c  2976s|  2317k|239055 | 11853k|   5.1 |   568M |  40 | 101 | 261 | 229 |  10k|  1 |1878k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2963.35/2976.05	c  2976s|  2317k|239099 | 11854k|   5.1 |   568M |  40 | 101 | 259 | 229 |  10k|  1 |1878k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2963.55/2976.25	c  2976s|  2317k|239111 | 11854k|   5.1 |   568M |  40 | 101 | 260 |   0 |  10k|  0 |1878k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2963.75/2976.45	c  2976s|  2317k|239102 | 11855k|   5.1 |   568M |  40 | 101 | 255 | 229 |  10k|  1 |1878k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2964.05/2976.72	c  2977s|  2317k|239111 | 11855k|   5.1 |   568M |  40 | 101 | 259 | 229 |  10k|  1 |1879k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2964.25/2976.99	c  2977s|  2317k|239116 | 11856k|   5.1 |   568M |  40 | 101 | 261 | 229 |  10k|  1 |1879k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2964.54/2977.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2964.54/2977.26	c  2977s|  2317k|239128 | 11856k|   5.1 |   568M |  40 | 101 | 260 | 229 |  10k|  1 |1879k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2964.74/2977.45	c  2977s|  2317k|239136 | 11857k|   5.1 |   568M |  40 | 101 | 261 |   0 |  10k|  0 |1879k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2964.94/2977.61	c  2978s|  2318k|239148 | 11857k|   5.1 |   568M |  40 | 101 | 259 |   0 |  10k|  0 |1879k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2965.14/2977.82	c  2978s|  2318k|239150 | 11858k|   5.1 |   568M |  40 | 101 | 259 | 229 |  10k|  1 |1879k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2965.24/2978.00	c  2978s|  2318k|239175 | 11858k|   5.1 |   568M |  40 | 101 | 259 | 229 |  10k|  0 |1879k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2965.54/2978.22	c  2978s|  2318k|239166 | 11859k|   5.1 |   568M |  40 | 101 | 261 |   0 |  10k|  0 |1879k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2965.74/2978.41	c  2978s|  2318k|239179 | 11859k|   5.1 |   568M |  40 | 101 | 261 |   0 |  10k|  0 |1879k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2965.94/2978.67	c  2979s|  2318k|239166 | 11860k|   5.1 |   568M |  40 | 101 | 261 |   0 |  10k|  0 |1879k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2966.14/2978.88	c  2979s|  2318k|239178 | 11860k|   5.1 |   568M |  40 | 101 | 260 | 229 |  10k|  1 |1879k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2966.34/2979.08	c  2979s|  2318k|239193 | 11860k|   5.1 |   568M |  40 | 101 | 261 | 229 |  10k|  1 |1879k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2966.64/2979.33	c  2979s|  2318k|239191 | 11861k|   5.1 |   568M |  40 | 101 | 260 | 229 |  10k|  1 |1879k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2966.83/2979.57	c  2980s|  2318k|239193 | 11861k|   5.1 |   568M |  40 | 101 | 261 | 229 |  10k|  1 |1880k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2967.03/2979.78	c  2980s|  2319k|239198 | 11862k|   5.1 |   568M |  40 | 101 | 261 | 229 |  10k|  1 |1880k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2967.23/2979.97	c  2980s|  2319k|239209 | 11862k|   5.1 |   568M |  40 | 101 | 260 | 229 |  10k|  1 |1880k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2967.53/2980.26	c  2980s|  2319k|239223 | 11863k|   5.1 |   568M |  40 | 101 | 260 | 229 |  10k|  1 |1880k|  31 | 0.000000e+00 |      --      |    Inf |   1.24%
2967.73/2980.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2967.73/2980.47	c  2980s|  2319k|239249 | 11863k|   5.1 |   568M |  40 | 101 | 261 | 229 |  10k|  1 |1880k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2968.03/2980.71	c  2981s|  2319k|239257 | 11864k|   5.1 |   568M |  40 | 101 | 260 | 229 |  10k|  1 |1880k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2968.23/2980.91	c  2981s|  2319k|239270 | 11864k|   5.1 |   568M |  40 | 101 | 261 | 229 |  10k|  1 |1880k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2968.33/2981.08	c  2981s|  2319k|239285 | 11865k|   5.1 |   568M |  40 | 101 | 260 | 229 |  10k|  1 |1880k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2968.63/2981.31	c  2981s|  2319k|239280 | 11865k|   5.1 |   568M |  40 | 101 | 260 | 229 |  10k|  1 |1880k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2968.82/2981.50	c  2982s|  2319k|239285 | 11865k|   5.1 |   568M |  40 | 101 | 259 | 229 |  10k|  0 |1880k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2969.02/2981.72	c  2982s|  2319k|239290 | 11866k|   5.1 |   568M |  40 | 101 | 261 |   0 |  10k|  0 |1880k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2969.22/2981.94	c  2982s|  2320k|239296 | 11866k|   5.1 |   568M |  40 | 101 | 259 | 229 |  10k|  1 |1880k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2969.43/2982.19	c  2982s|  2320k|239286 | 11867k|   5.1 |   568M |  40 | 101 | 259 | 229 |  10k|  1 |1881k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2969.62/2982.35	c  2982s|  2320k|239288 | 11867k|   5.1 |   568M |  40 | 101 | 260 | 229 |  10k|  1 |1881k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2969.92/2982.60	c  2983s|  2320k|239274 | 11867k|   5.1 |   568M |  40 | 101 | 260 |   0 |  10k|  0 |1881k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2970.12/2982.84	c  2983s|  2320k|239260 | 11868k|   5.1 |   568M |  40 | 101 | 261 |   0 |  10k|  0 |1881k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2970.32/2983.06	c  2983s|  2320k|239253 | 11868k|   5.1 |   568M |  40 | 101 | 261 | 229 |  10k|  1 |1881k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2970.52/2983.24	c  2983s|  2320k|239250 | 11869k|   5.1 |   568M |  40 | 101 | 260 | 229 |  10k|  0 |1881k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2970.72/2983.43	c  2983s|  2320k|239246 | 11869k|   5.1 |   568M |  40 | 101 | 261 |   0 |  10k|  0 |1881k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2970.91/2983.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2970.91/2983.63	c  2984s|  2320k|239252 | 11869k|   5.1 |   568M |  40 | 101 | 261 |   0 |  10k|  0 |1881k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2971.11/2983.84	c  2984s|  2320k|239263 | 11870k|   5.1 |   568M |  40 | 101 | 260 | 229 |  10k|  1 |1881k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2971.32/2984.07	c  2984s|  2321k|239278 | 11870k|   5.1 |   569M |  40 | 101 | 261 | 229 |  10k|  1 |1881k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2971.51/2984.25	c  2984s|  2321k|239273 | 11871k|   5.1 |   569M |  40 | 101 | 261 |   0 |  10k|  0 |1881k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2971.71/2984.48	c  2984s|  2321k|239267 | 11871k|   5.1 |   569M |  40 | 101 | 259 |   0 |  10k|  0 |1881k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2971.91/2984.69	c  2985s|  2321k|239277 | 11872k|   5.1 |   569M |  40 | 101 | 261 | 229 |  10k|  1 |1882k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2972.21/2984.92	c  2985s|  2321k|239267 | 11872k|   5.1 |   569M |  40 | 101 | 260 | 229 |  10k|  0 |1882k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2972.41/2985.18	c  2985s|  2321k|239268 | 11873k|   5.1 |   569M |  40 | 101 | 259 | 229 |  10k|  0 |1882k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2972.70/2985.41	c  2985s|  2321k|239265 | 11873k|   5.1 |   569M |  40 | 101 | 260 | 229 |  10k|  1 |1882k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2972.90/2985.69	c  2986s|  2321k|239255 | 11874k|   5.1 |   569M |  40 | 101 | 261 | 229 |  10k|  1 |1882k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2973.10/2985.89	c  2986s|  2321k|239274 | 11874k|   5.1 |   569M |  40 | 101 | 261 |   0 |  10k|  0 |1882k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2973.31/2986.09	c  2986s|  2321k|239311 | 11875k|   5.1 |   569M |  40 | 101 | 261 |   0 |  10k|  0 |1882k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2973.60/2986.31	c  2986s|  2322k|239336 | 11875k|   5.1 |   569M |  40 | 101 | 259 | 228 |  10k|  1 |1882k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2973.80/2986.52	c  2987s|  2322k|239371 | 11876k|   5.1 |   569M |  40 | 101 | 259 | 228 |  10k|  1 |1882k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2974.00/2986.74	c  2987s|  2322k|239374 | 11876k|   5.1 |   569M |  40 | 101 | 261 |   0 |  10k|  0 |1882k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2974.20/2986.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2974.20/2986.94	c  2987s|  2322k|239375 | 11877k|   5.1 |   569M |  40 | 101 | 259 | 228 |  10k|  0 |1882k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2974.50/2987.20	c  2987s|  2322k|239379 | 11877k|   5.1 |   569M |  40 | 101 | 259 | 228 |  10k|  0 |1882k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2974.70/2987.43	c  2987s|  2322k|239373 | 11878k|   5.1 |   569M |  40 | 101 | 260 | 228 |  10k|  1 |1883k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2974.90/2987.67	c  2988s|  2322k|239367 | 11878k|   5.1 |   569M |  40 | 101 | 260 | 229 |  10k|  1 |1883k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2975.09/2987.86	c  2988s|  2322k|239371 | 11879k|   5.1 |   569M |  40 | 101 | 260 | 228 |  10k|  1 |1883k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2975.30/2988.02	c  2988s|  2322k|239377 | 11879k|   5.1 |   569M |  40 | 101 | 261 |   0 |  10k|  0 |1883k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2975.49/2988.22	c  2988s|  2322k|239394 | 11880k|   5.1 |   569M |  40 | 101 | 261 |   0 |  10k|  0 |1883k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2975.69/2988.43	c  2988s|  2323k|239404 | 11880k|   5.1 |   569M |  40 | 101 | 261 | 228 |  10k|  1 |1883k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2975.99/2988.71	c  2989s|  2323k|239387 | 11880k|   5.1 |   569M |  40 | 101 | 260 | 229 |  10k|  1 |1883k|  31 | 0.000000e+00 |      --      |    Inf |   1.25%
2976.19/2988.91	c  2989s|  2323k|239384 | 11881k|   5.1 |   569M |  40 | 101 | 261 |   0 |  10k|  0 |1883k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2976.39/2989.14	c  2989s|  2323k|239394 | 11881k|   5.1 |   569M |  40 | 101 | 261 | 229 |  10k|  1 |1883k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2976.59/2989.35	c  2989s|  2323k|239392 | 11882k|   5.1 |   569M |  40 | 101 | 261 |   0 |  10k|  0 |1883k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2976.88/2989.60	c  2990s|  2323k|239381 | 11882k|   5.1 |   569M |  40 | 101 | 259 | 228 |  10k|  0 |1883k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2977.08/2989.85	c  2990s|  2323k|239385 | 11883k|   5.1 |   569M |  40 | 101 | 261 |   0 |  10k|  0 |1883k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2977.29/2990.08	c  2990s|  2323k|239389 | 11883k|   5.1 |   569M |  40 | 101 | 261 |   0 |  10k|  0 |1883k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2977.58/2990.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2977.58/2990.34	c  2990s|  2323k|239384 | 11884k|   5.1 |   569M |  40 | 101 | 260 |   0 |  10k|  0 |1884k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2977.88/2990.60	c  2991s|  2323k|239369 | 11884k|   5.1 |   569M |  40 | 101 | 260 | 228 |  10k|  1 |1884k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2978.08/2990.85	c  2991s|  2324k|239355 | 11885k|   5.1 |   569M |  40 | 101 | 261 | 229 |  10k|  1 |1884k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2978.38/2991.11	c  2991s|  2324k|239349 | 11885k|   5.1 |   569M |  40 | 101 | 261 |   0 |  10k|  0 |1884k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2978.58/2991.30	c  2991s|  2324k|239358 | 11886k|   5.1 |   569M |  40 | 101 | 260 | 229 |  10k|  1 |1884k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2978.78/2991.53	c  2992s|  2324k|239346 | 11886k|   5.1 |   569M |  40 | 101 | 261 | 229 |  10k|  1 |1884k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2978.98/2991.79	c  2992s|  2324k|239330 | 11887k|   5.1 |   569M |  40 | 101 | 260 | 229 |  10k|  0 |1884k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2979.28/2992.03	c  2992s|  2324k|239326 | 11887k|   5.1 |   569M |  40 | 101 | 261 | 229 |  10k|  1 |1884k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2979.47/2992.21	c  2992s|  2324k|239329 | 11887k|   5.1 |   569M |  40 | 101 | 260 | 229 |  10k|  0 |1884k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2979.67/2992.44	c  2992s|  2324k|239325 | 11888k|   5.1 |   569M |  40 | 101 | 260 | 229 |  10k|  1 |1884k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2979.87/2992.66	c  2993s|  2324k|239333 | 11888k|   5.1 |   569M |  40 | 101 | 259 | 229 |  10k|  1 |1884k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2980.17/2992.90	c  2993s|  2324k|239334 | 11888k|   5.1 |   569M |  40 | 101 | 261 |   0 |  10k|  0 |1885k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2980.37/2993.14	c  2993s|  2325k|239330 | 11889k|   5.1 |   569M |  40 | 101 | 261 | 228 |  10k|  1 |1885k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2980.57/2993.33	c  2993s|  2325k|239341 | 11889k|   5.1 |   569M |  40 | 101 | 261 | 228 |  10k|  1 |1885k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2980.77/2993.55	c  2994s|  2325k|239335 | 11890k|   5.1 |   569M |  40 | 101 | 261 | 229 |  10k|  1 |1885k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2980.97/2993.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2980.97/2993.78	c  2994s|  2325k|239346 | 11890k|   5.1 |   569M |  40 | 101 | 259 | 228 |  10k|  1 |1885k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2981.27/2994.01	c  2994s|  2325k|239359 | 11891k|   5.1 |   569M |  40 | 101 | 260 | 229 |  10k|  1 |1885k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2981.46/2994.24	c  2994s|  2325k|239367 | 11891k|   5.1 |   569M |  40 | 101 | 261 | 228 |  10k|  1 |1885k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2981.66/2994.43	c  2994s|  2325k|239368 | 11892k|   5.1 |   569M |  40 | 101 | 260 | 229 |  10k|  1 |1885k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2981.76/2994.57	c  2995s|  2325k|239369 | 11892k|   5.1 |   569M |  40 | 101 | 260 | 229 |  10k|  0 |1885k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2981.96/2994.73	c  2995s|  2325k|239373 | 11893k|   5.1 |   569M |  40 | 101 | 259 | 229 |  10k|  0 |1885k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2982.16/2994.91	c  2995s|  2325k|239374 | 11893k|   5.1 |   569M |  40 | 101 | 261 | 228 |  10k|  1 |1885k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2982.37/2995.14	c  2995s|  2326k|239372 | 11894k|   5.1 |   569M |  40 | 101 | 259 |   0 |  10k|  0 |1885k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2982.56/2995.39	c  2995s|  2326k|239363 | 11894k|   5.1 |   569M |  40 | 101 | 260 |   0 |  10k|  0 |1886k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2982.76/2995.54	c  2996s|  2326k|239388 | 11895k|   5.1 |   569M |  40 | 101 | 259 | 229 |  10k|  0 |1886k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2982.96/2995.71	c  2996s|  2326k|239398 | 11896k|   5.1 |   569M |  40 | 101 | 259 | 229 |  10k|  1 |1886k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2983.16/2995.94	c  2996s|  2326k|239390 | 11896k|   5.1 |   569M |  40 | 101 | 261 | 229 |  10k|  1 |1886k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2983.36/2996.13	c  2996s|  2326k|239387 | 11897k|   5.1 |   569M |  40 | 101 | 261 |   0 |  10k|  0 |1886k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2983.55/2996.31	c  2996s|  2326k|239391 | 11897k|   5.1 |   569M |  40 | 101 | 259 | 228 |  10k|  0 |1886k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2983.75/2996.52	c  2997s|  2326k|239410 | 11898k|   5.1 |   569M |  40 | 101 | 259 | 228 |  10k|  0 |1886k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2983.95/2996.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2983.95/2996.74	c  2997s|  2326k|239419 | 11899k|   5.1 |   569M |  40 | 101 | 259 |   0 |  10k|  0 |1886k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2984.15/2996.98	c  2997s|  2326k|239413 | 11899k|   5.1 |   569M |  40 | 101 | 260 | 229 |  10k|  1 |1886k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2984.36/2997.14	c  2997s|  2327k|239417 | 11899k|   5.1 |   569M |  40 | 101 | 260 |   0 |  10k|  0 |1886k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2984.55/2997.33	c  2997s|  2327k|239423 | 11900k|   5.1 |   569M |  40 | 101 | 260 | 229 |  10k|  1 |1886k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2984.75/2997.57	c  2998s|  2327k|239415 | 11900k|   5.1 |   569M |  40 | 101 | 260 | 229 |  10k|  0 |1886k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2985.05/2997.81	c  2998s|  2327k|239400 | 11901k|   5.1 |   569M |  40 | 101 | 260 | 229 |  10k|  1 |1886k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2985.15/2998.00	c  2998s|  2327k|239405 | 11901k|   5.1 |   569M |  40 | 101 | 259 | 229 |  10k|  1 |1886k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2985.45/2998.24	c  2998s|  2327k|239408 | 11902k|   5.1 |   569M |  40 | 101 | 260 | 228 |  10k|  0 |1887k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2985.65/2998.41	c  2998s|  2327k|239413 | 11902k|   5.1 |   569M |  40 | 101 | 259 | 228 |  10k|  1 |1887k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2985.75/2998.56	c  2999s|  2327k|239429 | 11903k|   5.1 |   569M |  40 | 101 | 261 |   0 |  10k|  0 |1887k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2985.94/2998.76	c  2999s|  2327k|239424 | 11903k|   5.1 |   569M |  40 | 101 | 261 |   0 |  10k|  0 |1887k|  31 | 0.000000e+00 |      --      |    Inf |   1.26%
2986.14/2998.94	c  2999s|  2327k|239421 | 11903k|   5.1 |   569M |  40 | 101 | 260 | 228 |  10k|  1 |1887k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2986.35/2999.16	c  2999s|  2328k|239413 | 11904k|   5.1 |   569M |  40 | 101 | 259 | 228 |  10k|  1 |1887k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2986.54/2999.33	c  2999s|  2328k|239428 | 11904k|   5.1 |   569M |  40 | 101 | 261 | 229 |  10k|  1 |1887k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2986.74/2999.50	c  2999s|  2328k|239414 | 11905k|   5.1 |   569M |  40 | 101 | 259 |   0 |  10k|  0 |1887k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2986.84/2999.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2986.84/2999.64	c  3000s|  2328k|239441 | 11905k|   5.1 |   569M |  40 | 101 | 259 | 228 |  10k|  1 |1887k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2987.04/2999.81	c  3000s|  2328k|239456 | 11906k|   5.1 |   569M |  40 | 101 | 260 |   0 |  10k|  0 |1887k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2987.14/2999.98	c  3000s|  2328k|239466 | 11906k|   5.1 |   569M |  40 | 101 | 259 | 228 |  10k|  0 |1887k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2987.44/3000.20	c  3000s|  2328k|239469 | 11907k|   5.1 |   569M |  40 | 101 | 259 | 228 |  10k|  0 |1887k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2987.64/3000.41	c  3000s|  2328k|239518 | 11908k|   5.1 |   569M |  40 | 101 | 259 | 228 |  10k|  1 |1887k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2987.74/3000.57	c  3001s|  2328k|239532 | 11908k|   5.1 |   569M |  40 | 101 | 260 | 228 |  10k|  1 |1888k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2988.03/3000.87	c  3001s|  2328k|239523 | 11909k|   5.1 |   569M |  40 | 101 | 261 |   0 |  10k|  0 |1888k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2988.34/3001.11	c  3001s|  2329k|239546 | 11909k|   5.1 |   569M |  40 | 101 | 260 |   0 |  10k|  0 |1888k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2988.53/3001.37	c  3001s|  2329k|239545 | 11910k|   5.1 |   569M |  40 | 101 | 261 | 228 |  10k|  1 |1888k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2988.73/3001.58	c  3002s|  2329k|239581 | 11911k|   5.1 |   569M |  40 | 101 | 261 | 228 |  10k|  1 |1888k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2988.93/3001.78	c  3002s|  2329k|239598 | 11911k|   5.1 |   569M |  40 | 101 | 259 | 228 |  10k|  1 |1888k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2989.13/3001.93	c  3002s|  2329k|239639 | 11912k|   5.1 |   569M |  40 | 101 | 260 | 228 |  10k|  1 |1888k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2989.33/3002.14	c  3002s|  2329k|239666 | 11912k|   5.1 |   569M |  40 | 101 | 260 | 228 |  10k|  1 |1888k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2989.53/3002.34	c  3002s|  2329k|239698 | 11913k|   5.1 |   569M |  40 | 101 | 260 | 228 |  10k|  1 |1888k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2989.73/3002.56	c  3003s|  2329k|239704 | 11914k|   5.1 |   569M |  40 | 101 | 259 |   0 |  10k|  0 |1888k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2989.93/3002.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2989.93/3002.79	c  3003s|  2329k|239709 | 11914k|   5.1 |   569M |  40 | 101 | 260 |   0 |  10k|  0 |1888k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2990.23/3003.01	c  3003s|  2329k|239718 | 11914k|   5.1 |   569M |  40 | 101 | 261 | 228 |  10k|  1 |1889k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2990.42/3003.27	c  3003s|  2330k|239709 | 11915k|   5.1 |   569M |  40 | 101 | 260 | 228 |  10k|  1 |1889k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2990.62/3003.47	c  3003s|  2330k|239721 | 11915k|   5.1 |   569M |  40 | 101 | 261 |   0 |  10k|  0 |1889k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2990.92/3003.71	c  3004s|  2330k|239724 | 11916k|   5.1 |   569M |  40 | 101 | 260 | 228 |  10k|  1 |1889k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2991.12/3003.94	c  3004s|  2330k|239728 | 11916k|   5.1 |   569M |  40 | 101 | 260 | 228 |  10k|  0 |1889k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2991.33/3004.15	c  3004s|  2330k|239743 | 11917k|   5.1 |   569M |  40 | 101 | 260 | 228 |  10k|  1 |1889k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2991.52/3004.38	c  3004s|  2330k|239733 | 11917k|   5.1 |   569M |  40 | 101 | 261 | 228 |  10k|  1 |1889k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2991.82/3004.66	c  3005s|  2330k|239744 | 11918k|   5.1 |   569M |  40 | 101 | 260 | 228 |  10k|  1 |1889k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2992.02/3004.89	c  3005s|  2330k|239740 | 11918k|   5.1 |   569M |  40 | 101 | 259 | 228 |  10k|  0 |1889k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2992.22/3005.10	c  3005s|  2330k|239736 | 11918k|   5.1 |   569M |  40 | 101 | 260 |   0 |  10k|  0 |1889k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2992.42/3005.28	c  3005s|  2330k|239749 | 11919k|   5.1 |   569M |  40 | 101 | 261 |   0 |  10k|  0 |1889k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2992.62/3005.47	c  3005s|  2331k|239754 | 11919k|   5.1 |   569M |  40 | 101 | 260 | 228 |  10k|  0 |1889k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2992.81/3005.65	c  3006s|  2331k|239755 | 11920k|   5.1 |   569M |  40 | 101 | 260 | 228 |  10k|  1 |1890k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2993.01/3005.84	c  3006s|  2331k|239763 | 11920k|   5.1 |   569M |  40 | 101 | 260 |   0 |  10k|  0 |1890k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2993.22/3006.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2993.22/3006.05	c  3006s|  2331k|239756 | 11921k|   5.1 |   569M |  40 | 101 | 261 |   0 |  10k|  0 |1890k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2993.41/3006.25	c  3006s|  2331k|239759 | 11921k|   5.1 |   569M |  40 | 101 | 261 | 228 |  10k|  1 |1890k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2993.61/3006.47	c  3006s|  2331k|239755 | 11922k|   5.1 |   569M |  40 | 101 | 261 |   0 |  10k|  0 |1890k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2993.81/3006.68	c  3007s|  2331k|239764 | 11922k|   5.1 |   569M |  40 | 101 | 261 | 228 |  10k|  1 |1890k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2994.11/3006.95	c  3007s|  2331k|239765 | 11922k|   5.1 |   569M |  40 | 101 | 260 | 228 |  10k|  1 |1890k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2994.31/3007.17	c  3007s|  2331k|239783 | 11923k|   5.1 |   570M |  40 | 101 | 259 | 228 |  10k|  1 |1890k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2994.61/3007.45	c  3007s|  2331k|239812 | 11923k|   5.1 |   570M |  40 | 101 | 260 | 228 |  10k|  0 |1890k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2994.80/3007.68	c  3008s|  2332k|239818 | 11924k|   5.1 |   570M |  40 | 101 | 259 | 228 |  10k|  1 |1890k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2995.00/3007.89	c  3008s|  2332k|239831 | 11925k|   5.1 |   570M |  40 | 101 | 259 | 228 |  10k|  1 |1890k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2995.31/3008.18	c  3008s|  2332k|239820 | 11925k|   5.1 |   570M |  40 | 101 | 259 | 228 |  10k|  1 |1890k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2995.60/3008.47	c  3008s|  2332k|239842 | 11926k|   5.1 |   570M |  40 | 101 | 260 | 229 |  10k|  1 |1891k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2995.80/3008.68	c  3009s|  2332k|239832 | 11926k|   5.1 |   570M |  40 | 101 | 260 |   0 |  10k|  0 |1891k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2996.10/3008.95	c  3009s|  2332k|239820 | 11926k|   5.1 |   570M |  40 | 101 | 259 | 228 |  10k|  0 |1891k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2996.40/3009.23	c  3009s|  2332k|239816 | 11927k|   5.1 |   570M |  40 | 101 | 261 |   0 |  10k|  0 |1891k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2996.60/3009.46	c  3009s|  2332k|239807 | 11927k|   5.1 |   570M |  40 | 101 | 261 |   0 |  10k|  0 |1891k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2996.90/3009.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2996.90/3009.72	c  3010s|  2332k|239798 | 11928k|   5.1 |   570M |  40 | 101 | 260 | 229 |  10k|  1 |1891k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2997.09/3009.92	c  3010s|  2332k|239807 | 11928k|   5.1 |   570M |  40 | 101 | 261 | 228 |  10k|  1 |1891k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2997.20/3010.08	c  3010s|  2333k|239821 | 11929k|   5.1 |   570M |  40 | 101 | 259 | 228 |  10k|  0 |1891k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2997.39/3010.27	c  3010s|  2333k|239835 | 11930k|   5.1 |   570M |  40 | 101 | 260 | 228 |  10k|  1 |1891k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2997.70/3010.56	c  3011s|  2333k|239852 | 11930k|   5.1 |   570M |  40 | 101 | 261 | 228 |  10k|  1 |1891k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2997.90/3010.76	c  3011s|  2333k|239840 | 11931k|   5.1 |   570M |  40 | 101 | 261 |   0 |  10k|  0 |1891k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2998.10/3010.99	c  3011s|  2333k|239833 | 11931k|   5.1 |   570M |  40 | 101 | 259 | 228 |  10k|  1 |1892k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2998.30/3011.15	c  3011s|  2333k|239853 | 11932k|   5.1 |   570M |  40 | 101 | 260 | 228 |  10k|  0 |1892k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2998.50/3011.38	c  3011s|  2333k|239863 | 11932k|   5.1 |   570M |  40 | 101 | 259 |   0 |  10k|  0 |1892k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2998.80/3011.68	c  3012s|  2333k|239872 | 11933k|   5.1 |   570M |  40 | 101 | 261 | 228 |  10k|  1 |1892k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2999.09/3011.93	c  3012s|  2333k|239863 | 11933k|   5.1 |   570M |  40 | 101 | 260 | 229 |  10k|  1 |1892k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2999.30/3012.13	c  3012s|  2333k|239861 | 11934k|   5.1 |   570M |  40 | 101 | 260 |   0 |  10k|  0 |1892k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2999.49/3012.37	c  3012s|  2334k|239890 | 11934k|   5.1 |   570M |  40 | 101 | 260 |   0 |  10k|  0 |1892k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2999.79/3012.62	c  3013s|  2334k|239883 | 11935k|   5.1 |   570M |  40 | 101 | 261 | 228 |  10k|  1 |1892k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
2999.99/3012.83	c  3013s|  2334k|239887 | 11935k|   5.1 |   570M |  40 | 101 | 259 | 228 |  10k|  1 |1892k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
3000.19/3013.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3000.19/3013.08	c  3013s|  2334k|239894 | 11936k|   5.1 |   570M |  40 | 101 | 259 | 229 |  10k|  1 |1892k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
3000.39/3013.30	c  3013s|  2334k|239901 | 11936k|   5.1 |   570M |  40 | 101 | 260 |   0 |  10k|  0 |1892k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
3000.69/3013.50	c  3013s|  2334k|239933 | 11937k|   5.1 |   570M |  40 | 101 | 261 | 229 |  10k|  1 |1893k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
3000.89/3013.74	c  3014s|  2334k|239940 | 11937k|   5.1 |   570M |  40 | 101 | 260 | 229 |  10k|  1 |1893k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
3001.09/3013.98	c  3014s|  2334k|239954 | 11938k|   5.1 |   570M |  40 | 101 | 261 | 229 |  10k|  1 |1893k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
3001.29/3014.17	c  3014s|  2334k|239961 | 11938k|   5.1 |   570M |  40 | 101 | 259 | 229 |  10k|  1 |1893k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
3001.58/3014.40	c  3014s|  2334k|239952 | 11939k|   5.1 |   571M |  40 | 101 | 259 | 229 |  10k|  1 |1893k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
3001.78/3014.61	c  3015s|  2335k|239953 | 11939k|   5.1 |   571M |  40 | 101 | 259 | 229 |  10k|  1 |1893k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
3001.88/3014.78	c  3015s|  2335k|239956 | 11940k|   5.1 |   571M |  40 | 101 | 260 | 229 |  10k|  0 |1893k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
3002.08/3014.95	c  3015s|  2335k|239941 | 11940k|   5.1 |   571M |  40 | 101 | 259 | 229 |  10k|  1 |1893k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
3002.29/3015.17	c  3015s|  2335k|239971 | 11940k|   5.1 |   571M |  40 | 101 | 261 | 229 |  10k|  1 |1893k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
3002.48/3015.39	c  3015s|  2335k|239997 | 11941k|   5.1 |   571M |  40 | 101 | 259 | 229 |  10k|  0 |1893k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
3002.68/3015.57	c  3016s|  2335k|239997 | 11941k|   5.1 |   571M |  40 | 101 | 261 | 229 |  10k|  1 |1893k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
3002.88/3015.74	c  3016s|  2335k|240003 | 11942k|   5.1 |   571M |  40 | 101 | 260 |   0 |  10k|  0 |1894k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
3003.08/3015.91	c  3016s|  2335k|239996 | 11942k|   5.1 |   571M |  40 | 101 | 260 |   0 |  10k|  0 |1894k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
3003.18/3016.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3003.18/3016.09	c  3016s|  2335k|240014 | 11943k|   5.1 |   571M |  40 | 101 | 260 | 229 |  10k|  1 |1894k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
3003.38/3016.26	c  3016s|  2335k|240021 | 11943k|   5.1 |   571M |  40 | 101 | 258 | 229 |  10k|  0 |1894k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
3003.57/3016.43	c  3016s|  2336k|240005 | 11944k|   5.1 |   571M |  40 | 101 | 257 | 229 |  10k|  1 |1894k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
3003.77/3016.64	c  3017s|  2336k|239981 | 11944k|   5.1 |   571M |  40 | 101 | 261 |   0 |  10k|  0 |1894k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
3004.07/3016.90	c  3017s|  2336k|239954 | 11944k|   5.1 |   571M |  40 | 101 | 260 | 228 |  10k|  1 |1894k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
3004.18/3017.10	c  3017s|  2336k|239946 | 11945k|   5.1 |   571M |  40 | 101 | 259 | 229 |  10k|  1 |1894k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
3004.37/3017.29	c  3017s|  2336k|239943 | 11945k|   5.1 |   571M |  40 | 101 | 261 |   0 |  10k|  0 |1894k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
3004.67/3017.53	c  3018s|  2336k|239931 | 11946k|   5.1 |   571M |  40 | 101 | 260 | 228 |  10k|  1 |1894k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
3004.87/3017.72	c  3018s|  2336k|239947 | 11946k|   5.1 |   571M |  40 | 101 | 259 | 228 |  10k|  0 |1894k|  31 | 0.000000e+00 |      --      |    Inf |   1.27%
3005.07/3017.93	c  3018s|  2336k|239940 | 11947k|   5.1 |   571M |  40 | 101 | 259 | 229 |  10k|  1 |1894k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3005.27/3018.14	c  3018s|  2336k|239940 | 11947k|   5.1 |   571M |  40 | 101 | 261 | 229 |  10k|  1 |1894k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3005.47/3018.34	c  3018s|  2336k|239946 | 11947k|   5.1 |   571M |  40 | 101 | 259 | 229 |  10k|  1 |1894k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3005.67/3018.52	c  3019s|  2337k|239970 | 11948k|   5.1 |   571M |  40 | 101 | 260 | 229 |  10k|  1 |1895k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3005.87/3018.77	c  3019s|  2337k|239975 | 11949k|   5.1 |   571M |  40 | 101 | 260 | 229 |  10k|  1 |1895k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3006.06/3018.99	c  3019s|  2337k|239987 | 11949k|   5.1 |   571M |  40 | 101 | 259 | 229 |  10k|  0 |1895k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3006.36/3019.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3006.36/3019.25	c  3019s|  2337k|239998 | 11950k|   5.1 |   571M |  40 | 101 | 261 | 229 |  10k|  1 |1895k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3006.56/3019.46	c  3019s|  2337k|240013 | 11950k|   5.1 |   571M |  40 | 101 | 261 | 229 |  10k|  1 |1895k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3006.76/3019.69	c  3020s|  2337k|240017 | 11951k|   5.1 |   571M |  40 | 101 | 261 |   0 |  10k|  0 |1895k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3007.06/3019.95	c  3020s|  2337k|240006 | 11951k|   5.1 |   571M |  40 | 101 | 261 |   0 |  10k|  0 |1895k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3007.26/3020.18	c  3020s|  2337k|239999 | 11952k|   5.1 |   571M |  40 | 101 | 261 | 229 |  10k|  1 |1895k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3007.56/3020.44	c  3020s|  2337k|240009 | 11952k|   5.1 |   571M |  40 | 101 | 259 |   0 |  10k|  0 |1895k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3007.86/3020.70	c  3021s|  2337k|239996 | 11953k|   5.1 |   571M |  40 | 101 | 259 | 229 |  10k|  0 |1895k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3008.06/3020.94	c  3021s|  2338k|239998 | 11953k|   5.1 |   571M |  40 | 101 | 260 | 229 |  10k|  1 |1895k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3008.26/3021.17	c  3021s|  2338k|240002 | 11954k|   5.1 |   571M |  40 | 101 | 259 | 228 |  10k|  1 |1895k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3008.55/3021.42	c  3021s|  2338k|240005 | 11954k|   5.1 |   571M |  40 | 101 | 261 | 228 |  10k|  1 |1896k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3008.75/3021.62	c  3022s|  2338k|240008 | 11955k|   5.1 |   571M |  40 | 101 | 260 | 228 |  10k|  0 |1896k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3008.95/3021.87	c  3022s|  2338k|240000 | 11955k|   5.1 |   571M |  40 | 101 | 260 |   0 |  10k|  0 |1896k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3009.26/3022.10	c  3022s|  2338k|240013 | 11956k|   5.1 |   571M |  40 | 101 | 259 | 229 |  10k|  1 |1896k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3009.35/3022.28	c  3022s|  2338k|240000 | 11956k|   5.1 |   571M |  40 | 101 | 261 | 229 |  10k|  1 |1896k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3009.65/3022.50	c  3022s|  2338k|239997 | 11957k|   5.1 |   571M |  40 | 101 | 260 | 229 |  10k|  1 |1896k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3009.75/3022.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3009.75/3022.67	c  3023s|  2338k|240014 | 11957k|   5.1 |   571M |  40 | 101 | 259 | 228 |  10k|  0 |1896k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3010.05/3022.91	c  3023s|  2338k|240022 | 11958k|   5.1 |   571M |  40 | 101 | 259 | 228 |  10k|  1 |1896k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3010.25/3023.17	c  3023s|  2339k|240007 | 11958k|   5.1 |   571M |  40 | 101 | 261 | 229 |  10k|  1 |1896k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3010.45/3023.37	c  3023s|  2339k|240004 | 11959k|   5.1 |   571M |  40 | 101 | 259 | 228 |  10k|  0 |1896k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3010.65/3023.58	c  3024s|  2339k|240015 | 11959k|   5.1 |   571M |  40 | 101 | 261 | 229 |  10k|  1 |1896k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3010.94/3023.80	c  3024s|  2339k|240029 | 11960k|   5.1 |   571M |  40 | 101 | 260 | 229 |  10k|  1 |1896k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3011.15/3024.03	c  3024s|  2339k|240031 | 11960k|   5.1 |   571M |  40 | 101 | 261 | 229 |  10k|  1 |1896k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3011.44/3024.30	c  3024s|  2339k|240031 | 11961k|   5.1 |   571M |  40 | 101 | 260 | 229 |  10k|  1 |1897k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3011.64/3024.53	c  3025s|  2339k|240033 | 11961k|   5.1 |   571M |  40 | 101 | 260 | 229 |  10k|  1 |1897k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3011.84/3024.76	c  3025s|  2339k|240046 | 11961k|   5.1 |   571M |  40 | 101 | 261 |   0 |  10k|  0 |1897k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3012.04/3024.99	c  3025s|  2339k|240045 | 11962k|   5.1 |   571M |  40 | 101 | 260 | 229 |  10k|  1 |1897k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3012.34/3025.24	c  3025s|  2339k|240034 | 11962k|   5.1 |   571M |  40 | 101 | 261 |   0 |  10k|  0 |1897k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3012.54/3025.46	c  3025s|  2340k|240042 | 11963k|   5.1 |   571M |  40 | 101 | 260 | 229 |  10k|  1 |1897k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3012.84/3025.70	c  3026s|  2340k|240044 | 11963k|   5.1 |   571M |  40 | 101 | 259 | 229 |  10k|  0 |1897k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3013.03/3025.94	c  3026s|  2340k|240039 | 11964k|   5.1 |   571M |  40 | 101 | 259 | 229 |  10k|  0 |1897k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3013.14/3026.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3013.14/3026.09	c  3026s|  2340k|240045 | 11964k|   5.1 |   571M |  40 | 101 | 260 | 228 |  10k|  1 |1897k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3013.43/3026.34	c  3026s|  2340k|240051 | 11965k|   5.1 |   571M |  40 | 101 | 259 |   0 |  10k|  0 |1897k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3013.63/3026.57	c  3027s|  2340k|240056 | 11965k|   5.1 |   571M |  40 | 101 | 260 |   0 |  10k|  0 |1897k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3013.93/3026.81	c  3027s|  2340k|240055 | 11965k|   5.1 |   571M |  40 | 101 | 260 | 228 |  10k|  1 |1897k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3014.14/3027.03	c  3027s|  2340k|240056 | 11966k|   5.1 |   571M |  40 | 101 | 261 |   0 |  10k|  0 |1898k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3014.33/3027.23	c  3027s|  2340k|240070 | 11966k|   5.1 |   571M |  40 | 101 | 260 | 229 |  10k|  1 |1898k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3014.53/3027.43	c  3027s|  2340k|240071 | 11967k|   5.1 |   571M |  40 | 101 | 260 | 229 |  10k|  1 |1898k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3014.63/3027.58	c  3028s|  2341k|240072 | 11967k|   5.1 |   571M |  40 | 101 | 261 |   0 |  10k|  0 |1898k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3014.83/3027.73	c  3028s|  2341k|240070 | 11968k|   5.1 |   571M |  40 | 101 | 260 | 229 |  10k|  1 |1898k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3015.03/3027.93	c  3028s|  2341k|240079 | 11968k|   5.1 |   571M |  40 | 101 | 260 |   0 |  10k|  0 |1898k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3015.23/3028.17	c  3028s|  2341k|240067 | 11969k|   5.1 |   571M |  40 | 101 | 259 | 228 |  10k|  0 |1898k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3015.52/3028.41	c  3028s|  2341k|240066 | 11969k|   5.1 |   571M |  40 | 101 | 260 | 231 |  10k|  1 |1898k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3015.62/3028.58	c  3029s|  2341k|240069 | 11969k|   5.1 |   571M |  40 | 101 | 259 | 231 |  10k|  0 |1898k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3015.92/3028.81	c  3029s|  2341k|240069 | 11970k|   5.1 |   571M |  40 | 101 | 261 | 230 |  10k|  1 |1898k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3016.23/3029.12	c  3029s|  2341k|240052 | 11970k|   5.1 |   571M |  40 | 101 | 261 |   0 |  10k|  0 |1898k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3016.42/3029.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3016.42/3029.37	c  3029s|  2341k|240062 | 11971k|   5.1 |   571M |  40 | 101 | 260 |   0 |  10k|  0 |1898k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3016.62/3029.59	c  3030s|  2341k|240083 | 11971k|   5.1 |   571M |  40 | 101 | 261 | 228 |  10k|  1 |1898k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3016.92/3029.82	c  3030s|  2342k|240090 | 11972k|   5.1 |   571M |  40 | 101 | 261 | 230 |  10k|  1 |1899k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3017.12/3030.01	c  3030s|  2342k|240093 | 11972k|   5.1 |   571M |  40 | 101 | 261 | 230 |  10k|  1 |1899k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3017.32/3030.25	c  3030s|  2342k|240081 | 11972k|   5.1 |   571M |  40 | 101 | 260 | 230 |  10k|  0 |1899k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3017.61/3030.54	c  3031s|  2342k|240097 | 11973k|   5.1 |   571M |  40 | 101 | 260 |   0 |  10k|  0 |1899k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3017.81/3030.79	c  3031s|  2342k|240099 | 11973k|   5.1 |   571M |  40 | 101 | 260 | 231 |  10k|  1 |1899k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3018.12/3031.03	c  3031s|  2342k|240103 | 11974k|   5.1 |   571M |  40 | 101 | 261 | 232 |  10k|  1 |1899k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3018.31/3031.29	c  3031s|  2342k|240108 | 11974k|   5.1 |   571M |  40 | 101 | 259 | 230 |  10k|  1 |1899k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3018.61/3031.56	c  3032s|  2342k|240112 | 11975k|   5.1 |   571M |  40 | 101 | 261 | 228 |  10k|  1 |1899k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3018.91/3031.84	c  3032s|  2342k|240113 | 11975k|   5.1 |   571M |  40 | 101 | 260 | 234 |  10k|  1 |1899k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3019.11/3032.04	c  3032s|  2342k|240117 | 11975k|   5.1 |   571M |  40 | 101 | 261 | 227 |  10k|  1 |1899k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3019.31/3032.25	c  3032s|  2343k|240120 | 11976k|   5.1 |   571M |  40 | 101 | 260 | 229 |  10k|  1 |1899k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3019.51/3032.49	c  3032s|  2343k|240113 | 11976k|   5.1 |   571M |  40 | 101 | 261 |   0 |  10k|  0 |1899k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3019.71/3032.66	c  3033s|  2343k|240136 | 11977k|   5.1 |   571M |  40 | 101 | 260 | 229 |  10k|  0 |1899k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3019.90/3032.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3019.90/3032.82	c  3033s|  2343k|240149 | 11977k|   5.1 |   571M |  40 | 101 | 261 | 229 |  10k|  1 |1900k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3020.11/3033.00	c  3033s|  2343k|240155 | 11978k|   5.1 |   571M |  40 | 101 | 259 | 229 |  10k|  0 |1900k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3020.21/3033.19	c  3033s|  2343k|240150 | 11978k|   5.1 |   571M |  40 | 101 | 259 | 229 |  10k|  1 |1900k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3020.50/3033.43	c  3033s|  2343k|240146 | 11978k|   5.1 |   571M |  40 | 101 | 260 | 229 |  10k|  1 |1900k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3020.70/3033.62	c  3034s|  2343k|240161 | 11979k|   5.1 |   571M |  40 | 101 | 260 | 226 |  10k|  1 |1900k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3020.90/3033.82	c  3034s|  2343k|240159 | 11979k|   5.1 |   571M |  40 | 101 | 260 | 231 |  10k|  1 |1900k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3021.10/3034.05	c  3034s|  2343k|240174 | 11980k|   5.1 |   571M |  40 | 101 | 259 | 231 |  10k|  1 |1900k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3021.20/3034.19	c  3034s|  2344k|240186 | 11980k|   5.1 |   571M |  40 | 101 | 260 | 231 |  10k|  1 |1900k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3021.50/3034.47	c  3034s|  2344k|240169 | 11981k|   5.1 |   571M |  40 | 101 | 261 | 233 |  10k|  1 |1900k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3021.80/3034.70	c  3035s|  2344k|240180 | 11981k|   5.1 |   571M |  40 | 101 | 260 |   0 |  10k|  0 |1900k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3022.10/3035.02	c  3035s|  2344k|240178 | 11982k|   5.1 |   571M |  40 | 101 | 261 | 229 |  10k|  1 |1900k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3022.39/3035.30	c  3035s|  2344k|240171 | 11982k|   5.1 |   571M |  40 | 101 | 261 | 228 |  10k|  1 |1900k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3022.49/3035.49	c  3035s|  2344k|240178 | 11982k|   5.1 |   571M |  40 | 101 | 261 | 229 |  10k|  1 |1900k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3022.79/3035.71	c  3036s|  2344k|240185 | 11983k|   5.1 |   571M |  40 | 101 | 261 | 226 |  10k|  1 |1900k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3022.89/3035.87	c  3036s|  2344k|240193 | 11984k|   5.1 |   571M |  40 | 101 | 261 | 232 |  10k|  1 |1901k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3023.10/3036.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3023.10/3036.05	c  3036s|  2344k|240197 | 11984k|   5.1 |   571M |  40 | 101 | 260 | 232 |  10k|  1 |1901k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3023.39/3036.35	c  3036s|  2344k|240196 | 11985k|   5.1 |   571M |  40 | 101 | 260 | 232 |  10k|  0 |1901k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3023.69/3036.60	c  3037s|  2345k|240207 | 11985k|   5.1 |   571M |  40 | 101 | 260 | 232 |  10k|  1 |1901k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3023.89/3036.85	c  3037s|  2345k|240204 | 11986k|   5.1 |   571M |  40 | 101 | 261 | 231 |  10k|  1 |1901k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3024.09/3037.08	c  3037s|  2345k|240202 | 11986k|   5.1 |   571M |  40 | 101 | 260 |   0 |  10k|  0 |1901k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3024.38/3037.36	c  3037s|  2345k|240191 | 11986k|   5.1 |   571M |  40 | 101 | 259 | 228 |  10k|  0 |1901k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3024.58/3037.58	c  3038s|  2345k|240199 | 11987k|   5.1 |   571M |  40 | 101 | 259 | 229 |  10k|  0 |1901k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3024.78/3037.79	c  3038s|  2345k|240200 | 11987k|   5.1 |   571M |  40 | 101 | 259 | 229 |  10k|  0 |1901k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3025.09/3038.05	c  3038s|  2345k|240224 | 11988k|   5.1 |   571M |  40 | 101 | 261 | 228 |  10k|  1 |1901k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3025.28/3038.26	c  3038s|  2345k|240261 | 11989k|   5.1 |   571M |  40 | 101 | 261 | 228 |  10k|  1 |1901k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3025.58/3038.53	c  3039s|  2345k|240291 | 11989k|   5.1 |   571M |  40 | 101 | 262 | 228 |  10k|  1 |1902k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3025.78/3038.76	c  3039s|  2345k|240309 | 11990k|   5.1 |   571M |  40 | 101 | 260 | 228 |  10k|  1 |1902k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3025.98/3038.98	c  3039s|  2346k|240322 | 11990k|   5.1 |   571M |  40 | 101 | 259 | 228 |  10k|  1 |1902k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3026.18/3039.19	c  3039s|  2346k|240349 | 11991k|   5.1 |   571M |  40 | 101 | 261 | 228 |  10k|  1 |1902k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3026.38/3039.37	c  3039s|  2346k|240357 | 11991k|   5.1 |   571M |  40 | 101 | 259 | 228 |  10k|  1 |1902k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3026.67/3039.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3026.67/3039.60	c  3040s|  2346k|240374 | 11992k|   5.1 |   571M |  40 | 101 | 260 |   0 |  10k|  0 |1902k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3026.87/3039.84	c  3040s|  2346k|240400 | 11993k|   5.1 |   571M |  40 | 101 | 259 | 228 |  10k|  0 |1902k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3027.08/3040.04	c  3040s|  2346k|240424 | 11994k|   5.1 |   571M |  40 | 101 | 259 | 228 |  10k|  1 |1902k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3027.27/3040.28	c  3040s|  2346k|240468 | 11995k|   5.1 |   571M |  40 | 101 | 260 | 228 |  10k|  1 |1902k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3027.47/3040.45	c  3040s|  2346k|240498 | 11995k|   5.1 |   571M |  40 | 101 | 259 | 228 |  10k|  1 |1902k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3027.67/3040.69	c  3041s|  2346k|240506 | 11996k|   5.1 |   571M |  40 | 101 | 259 | 228 |  10k|  1 |1902k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3027.97/3040.92	c  3041s|  2346k|240536 | 11997k|   5.1 |   571M |  40 | 101 | 260 | 228 |  10k|  1 |1902k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3028.17/3041.17	c  3041s|  2347k|240541 | 11997k|   5.1 |   571M |  40 | 101 | 261 | 228 |  10k|  1 |1902k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3028.37/3041.37	c  3041s|  2347k|240537 | 11998k|   5.1 |   571M |  40 | 101 | 260 | 228 |  10k|  1 |1902k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3028.67/3041.60	c  3042s|  2347k|240539 | 11998k|   5.1 |   571M |  40 | 101 | 262 | 228 |  10k|  1 |1903k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3028.96/3041.91	c  3042s|  2347k|240542 | 11999k|   5.1 |   571M |  40 | 101 | 259 | 228 |  10k|  1 |1903k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3029.07/3042.10	c  3042s|  2347k|240559 | 11999k|   5.1 |   571M |  40 | 101 | 260 | 228 |  10k|  1 |1903k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3029.36/3042.33	c  3042s|  2347k|240564 | 12000k|   5.1 |   571M |  40 | 101 | 261 |   0 |  10k|  0 |1903k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3029.56/3042.59	c  3043s|  2347k|240577 | 12001k|   5.1 |   571M |  40 | 101 | 261 | 228 |  10k|  1 |1903k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3029.86/3042.83	c  3043s|  2347k|240616 | 12001k|   5.1 |   572M |  40 | 101 | 260 | 228 |  10k|  1 |1903k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3030.06/3043.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3030.06/3043.03	c  3043s|  2347k|240643 | 12002k|   5.1 |   572M |  40 | 101 | 261 | 228 |  10k|  1 |1903k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3030.26/3043.27	c  3043s|  2347k|240680 | 12003k|   5.1 |   572M |  40 | 101 | 259 |   0 |  10k|  0 |1903k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3030.56/3043.53	c  3044s|  2348k|240695 | 12003k|   5.1 |   572M |  40 | 101 | 261 | 228 |  10k|  1 |1903k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3030.86/3043.81	c  3044s|  2348k|240717 | 12004k|   5.1 |   572M |  40 | 101 | 261 | 228 |  10k|  1 |1903k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3031.06/3044.06	c  3044s|  2348k|240731 | 12004k|   5.1 |   572M |  40 | 101 | 259 | 228 |  10k|  1 |1903k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3031.25/3044.28	c  3044s|  2348k|240743 | 12005k|   5.1 |   572M |  40 | 101 | 259 | 228 |  10k|  1 |1903k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3031.55/3044.59	c  3045s|  2348k|240760 | 12006k|   5.1 |   572M |  40 | 101 | 261 |   0 |  10k|  0 |1903k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3031.85/3044.86	c  3045s|  2348k|240759 | 12006k|   5.1 |   572M |  40 | 101 | 260 | 228 |  10k|  1 |1904k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3032.16/3045.13	c  3045s|  2348k|240763 | 12006k|   5.1 |   572M |  40 | 101 | 261 |   0 |  10k|  0 |1904k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3032.45/3045.44	c  3045s|  2348k|240781 | 12007k|   5.1 |   572M |  40 | 101 | 261 | 228 |  10k|  1 |1904k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3032.75/3045.70	c  3046s|  2348k|240798 | 12007k|   5.1 |   572M |  40 | 101 | 259 |   0 |  10k|  0 |1904k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3032.95/3045.95	c  3046s|  2348k|240812 | 12008k|   5.1 |   572M |  40 | 101 | 261 |   0 |  10k|  0 |1904k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3033.15/3046.19	c  3046s|  2349k|240818 | 12009k|   5.1 |   573M |  40 | 101 | 259 | 228 |  10k|  1 |1904k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3033.45/3046.40	c  3046s|  2349k|240828 | 12009k|   5.1 |   573M |  40 | 101 | 261 | 228 |  10k|  1 |1904k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3033.54/3046.59	c  3047s|  2349k|240850 | 12009k|   5.1 |   573M |  40 | 101 | 260 |   0 |  10k|  0 |1904k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3033.74/3046.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3033.74/3046.78	c  3047s|  2349k|240846 | 12010k|   5.1 |   573M |  40 | 101 | 257 |   0 |  10k|  0 |1904k|  31 | 0.000000e+00 |      --      |    Inf |   1.28%
3033.94/3047.00	c  3047s|  2349k|240867 | 12010k|   5.1 |   573M |  40 | 101 | 260 | 228 |  10k|  1 |1904k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3034.15/3047.19	c  3047s|  2349k|240896 | 12011k|   5.1 |   573M |  40 | 101 | 258 | 228 |  10k|  1 |1904k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3034.44/3047.43	c  3047s|  2349k|240911 | 12011k|   5.1 |   573M |  40 | 101 | 258 | 228 |  10k|  0 |1904k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3034.64/3047.65	c  3048s|  2349k|240905 | 12012k|   5.1 |   573M |  40 | 101 | 257 | 228 |  10k|  1 |1904k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3034.84/3047.88	c  3048s|  2349k|240913 | 12012k|   5.1 |   573M |  40 | 101 | 260 |   0 |  10k|  0 |1904k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3035.14/3048.13	c  3048s|  2349k|240918 | 12013k|   5.1 |   573M |  40 | 101 | 258 |   0 |  10k|  0 |1905k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3035.34/3048.35	c  3048s|  2350k|240914 | 12013k|   5.1 |   573M |  40 | 101 | 259 | 228 |  10k|  0 |1905k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3035.64/3048.60	c  3049s|  2350k|240930 | 12014k|   5.1 |   573M |  40 | 101 | 260 | 228 |  10k|  1 |1905k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3035.84/3048.83	c  3049s|  2350k|240927 | 12014k|   5.1 |   573M |  40 | 101 | 260 | 228 |  10k|  1 |1905k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3036.04/3049.06	c  3049s|  2350k|240927 | 12015k|   5.1 |   573M |  40 | 101 | 258 | 228 |  10k|  1 |1905k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3036.23/3049.28	c  3049s|  2350k|240926 | 12015k|   5.1 |   573M |  40 | 101 | 258 | 228 |  10k|  1 |1905k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3036.53/3049.53	c  3050s|  2350k|240924 | 12016k|   5.1 |   573M |  40 | 101 | 259 |   0 |  10k|  0 |1905k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3036.83/3049.80	c  3050s|  2350k|240924 | 12016k|   5.1 |   573M |  40 | 101 | 259 |   0 |  10k|  0 |1905k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3037.04/3050.04	c  3050s|  2350k|240945 | 12017k|   5.1 |   573M |  40 | 101 | 258 |   0 |  10k|  0 |1905k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3037.23/3050.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3037.23/3050.24	c  3050s|  2350k|240945 | 12017k|   5.1 |   573M |  40 | 101 | 258 | 228 |  10k|  1 |1905k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3037.43/3050.44	c  3050s|  2350k|240954 | 12017k|   5.1 |   573M |  40 | 101 | 259 |   0 |  10k|  0 |1905k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3037.63/3050.64	c  3051s|  2351k|240954 | 12018k|   5.1 |   573M |  40 | 101 | 257 | 228 |  10k|  1 |1905k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3037.93/3050.94	c  3051s|  2351k|240958 | 12018k|   5.1 |   573M |  40 | 101 | 258 | 228 |  10k|  1 |1906k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3038.23/3051.21	c  3051s|  2351k|240968 | 12019k|   5.1 |   573M |  40 | 101 | 258 | 228 |  10k|  1 |1906k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3038.42/3051.41	c  3051s|  2351k|240983 | 12020k|   5.1 |   573M |  40 | 101 | 259 | 228 |  10k|  1 |1906k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3038.72/3051.71	c  3052s|  2351k|241026 | 12020k|   5.1 |   573M |  40 | 101 | 257 | 228 |  10k|  0 |1906k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3038.92/3051.99	c  3052s|  2351k|241043 | 12021k|   5.1 |   573M |  40 | 101 | 258 | 228 |  10k|  1 |1906k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3039.22/3052.23	c  3052s|  2351k|241036 | 12021k|   5.1 |   573M |  40 | 101 | 259 | 228 |  10k|  1 |1906k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3039.42/3052.48	c  3052s|  2351k|241033 | 12022k|   5.1 |   573M |  40 | 101 | 259 | 228 |  10k|  1 |1906k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3039.52/3052.59	c  3053s|  2351k|241036 | 12022k|   5.1 |   573M |  40 | 101 | 259 | 228 |  10k|  1 |1906k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3039.72/3052.78	c  3053s|  2351k|241035 | 12023k|   5.1 |   573M |  40 | 101 | 258 | 228 |  10k|  1 |1906k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3040.02/3053.04	c  3053s|  2352k|241028 | 12023k|   5.1 |   573M |  40 | 101 | 258 | 228 |  10k|  1 |1906k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3040.22/3053.28	c  3053s|  2352k|241041 | 12024k|   5.1 |   573M |  40 | 101 | 259 | 228 |  10k|  0 |1906k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3040.52/3053.53	c  3054s|  2352k|241040 | 12024k|   5.1 |   573M |  40 | 101 | 258 | 228 |  10k|  1 |1906k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3040.71/3053.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3040.71/3053.72	c  3054s|  2352k|241075 | 12025k|   5.1 |   573M |  40 | 101 | 259 | 228 |  10k|  1 |1906k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3041.02/3054.02	c  3054s|  2352k|241074 | 12025k|   5.1 |   573M |  40 | 101 | 258 | 228 |  10k|  1 |1906k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3041.21/3054.26	c  3054s|  2352k|241075 | 12026k|   5.1 |   573M |  40 | 101 | 258 | 228 |  10k|  1 |1906k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3041.51/3054.57	c  3055s|  2352k|241073 | 12026k|   5.1 |   573M |  40 | 101 | 257 |   0 |  10k|  0 |1907k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3041.81/3054.81	c  3055s|  2352k|241069 | 12027k|   5.1 |   573M |  40 | 101 | 258 | 228 |  10k|  0 |1907k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3042.01/3055.05	c  3055s|  2352k|241076 | 12027k|   5.1 |   573M |  40 | 101 | 257 | 228 |  10k|  1 |1907k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3042.21/3055.27	c  3055s|  2352k|241086 | 12028k|   5.1 |   573M |  40 | 101 | 258 | 228 |  10k|  1 |1907k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3042.51/3055.57	c  3056s|  2353k|241134 | 12029k|   5.1 |   573M |  40 | 101 | 259 |   0 |  10k|  0 |1907k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3042.81/3055.81	c  3056s|  2353k|241136 | 12029k|   5.1 |   573M |  40 | 101 | 259 | 228 |  10k|  1 |1907k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3043.01/3056.02	c  3056s|  2353k|241144 | 12029k|   5.1 |   574M |  40 | 101 | 258 | 228 |  10k|  1 |1907k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3043.20/3056.21	c  3056s|  2353k|241144 | 12030k|   5.1 |   574M |  40 | 101 | 258 | 228 |  10k|  0 |1907k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3043.40/3056.41	c  3056s|  2353k|241136 | 12030k|   5.1 |   574M |  40 | 101 | 259 |   0 |  10k|  0 |1907k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3043.60/3056.65	c  3057s|  2353k|241141 | 12031k|   5.1 |   574M |  40 | 101 | 259 |   0 |  10k|  0 |1907k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3043.80/3056.87	c  3057s|  2353k|241131 | 12031k|   5.1 |   574M |  40 | 101 | 257 | 228 |  10k|  1 |1907k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3044.10/3057.10	c  3057s|  2353k|241139 | 12031k|   5.1 |   574M |  40 | 101 | 259 | 228 |  10k|  1 |1907k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3044.30/3057.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3044.30/3057.36	c  3057s|  2353k|241148 | 12032k|   5.1 |   574M |  40 | 101 | 258 | 228 |  10k|  1 |1908k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3044.60/3057.61	c  3058s|  2353k|241150 | 12033k|   5.1 |   574M |  40 | 101 | 259 | 228 |  10k|  1 |1908k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3044.80/3057.84	c  3058s|  2354k|241165 | 12033k|   5.1 |   574M |  40 | 101 | 258 | 228 |  10k|  1 |1908k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3045.10/3058.13	c  3058s|  2354k|241194 | 12034k|   5.1 |   574M |  40 | 101 | 258 | 228 |  10k|  0 |1908k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3045.29/3058.36	c  3058s|  2354k|241219 | 12034k|   5.1 |   574M |  40 | 101 | 257 | 228 |  10k|  1 |1908k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3045.49/3058.58	c  3059s|  2354k|241220 | 12035k|   5.1 |   574M |  40 | 101 | 257 | 228 |  10k|  0 |1908k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3045.69/3058.79	c  3059s|  2354k|241228 | 12036k|   5.1 |   574M |  40 | 101 | 259 | 228 |  10k|  0 |1908k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3046.00/3059.09	c  3059s|  2354k|241242 | 12036k|   5.1 |   574M |  40 | 101 | 258 | 228 |  10k|  1 |1908k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3046.29/3059.32	c  3059s|  2354k|241255 | 12037k|   5.1 |   574M |  40 | 101 | 259 | 228 |  10k|  1 |1908k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3046.49/3059.58	c  3060s|  2354k|241255 | 12037k|   5.1 |   574M |  40 | 101 | 257 | 228 |  10k|  1 |1908k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3046.79/3059.80	c  3060s|  2354k|241261 | 12038k|   5.1 |   574M |  40 | 101 | 259 | 228 |  10k|  1 |1908k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3046.99/3060.06	c  3060s|  2354k|241262 | 12038k|   5.1 |   574M |  40 | 101 | 257 | 228 |  10k|  1 |1908k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3047.19/3060.23	c  3060s|  2355k|241287 | 12038k|   5.1 |   574M |  40 | 101 | 259 |   0 |  10k|  0 |1908k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3047.38/3060.46	c  3060s|  2355k|241289 | 12039k|   5.1 |   574M |  40 | 101 | 259 | 228 |  10k|  1 |1909k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3047.68/3060.75	c  3061s|  2355k|241296 | 12039k|   5.1 |   574M |  40 | 101 | 258 | 228 |  10k|  1 |1909k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3047.88/3060.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3047.88/3060.98	c  3061s|  2355k|241300 | 12040k|   5.1 |   574M |  40 | 101 | 259 | 228 |  10k|  0 |1909k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3048.09/3061.16	c  3061s|  2355k|241316 | 12040k|   5.1 |   574M |  40 | 101 | 258 |   0 |  10k|  0 |1909k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3048.28/3061.35	c  3061s|  2355k|241315 | 12041k|   5.1 |   574M |  40 | 101 | 259 | 228 |  10k|  1 |1909k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3048.48/3061.59	c  3062s|  2355k|241308 | 12041k|   5.1 |   575M |  40 | 101 | 257 | 228 |  10k|  0 |1909k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3048.78/3061.81	c  3062s|  2355k|241335 | 12042k|   5.1 |   575M |  40 | 101 | 259 | 228 |  10k|  1 |1909k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3048.88/3061.97	c  3062s|  2355k|241359 | 12042k|   5.1 |   575M |  40 | 101 | 257 | 228 |  10k|  1 |1909k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3049.08/3062.13	c  3062s|  2355k|241355 | 12043k|   5.1 |   575M |  40 | 101 | 259 | 228 |  10k|  1 |1909k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3049.28/3062.32	c  3062s|  2356k|241355 | 12043k|   5.1 |   575M |  40 | 101 | 257 | 228 |  10k|  1 |1909k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3049.48/3062.56	c  3063s|  2356k|241351 | 12043k|   5.1 |   575M |  40 | 101 | 258 | 228 |  10k|  1 |1909k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3049.77/3062.85	c  3063s|  2356k|241355 | 12044k|   5.1 |   575M |  40 | 101 | 259 |   0 |  10k|  0 |1910k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3050.08/3063.13	c  3063s|  2356k|241347 | 12044k|   5.1 |   575M |  40 | 101 | 257 | 229 |  10k|  1 |1910k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3050.37/3063.41	c  3063s|  2356k|241338 | 12044k|   5.1 |   575M |  40 | 101 | 259 |   0 |  10k|  0 |1910k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3050.57/3063.67	c  3064s|  2356k|241336 | 12045k|   5.1 |   575M |  40 | 101 | 257 | 232 |  10k|  0 |1910k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3050.87/3063.91	c  3064s|  2356k|241333 | 12045k|   5.1 |   575M |  40 | 101 | 259 | 231 |  10k|  1 |1910k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3051.17/3064.20	c  3064s|  2356k|241343 | 12046k|   5.1 |   575M |  40 | 101 | 258 | 229 |  10k|  0 |1910k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3051.37/3064.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3051.37/3064.45	c  3064s|  2356k|241345 | 12046k|   5.1 |   575M |  40 | 101 | 258 | 231 |  10k|  1 |1910k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3051.56/3064.68	c  3065s|  2356k|241338 | 12047k|   5.1 |   575M |  40 | 101 | 259 |   0 |  10k|  0 |1910k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3051.86/3064.93	c  3065s|  2357k|241352 | 12047k|   5.1 |   575M |  40 | 101 | 259 | 229 |  10k|  0 |1910k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3052.07/3065.16	c  3065s|  2357k|241355 | 12048k|   5.1 |   575M |  40 | 101 | 258 | 229 |  10k|  1 |1910k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3052.36/3065.44	c  3065s|  2357k|241366 | 12048k|   5.1 |   575M |  40 | 101 | 257 | 229 |  10k|  1 |1910k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3052.56/3065.68	c  3066s|  2357k|241392 | 12049k|   5.1 |   575M |  40 | 101 | 258 | 229 |  10k|  1 |1910k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3052.86/3065.97	c  3066s|  2357k|241396 | 12049k|   5.1 |   575M |  40 | 101 | 259 | 229 |  10k|  1 |1911k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3053.16/3066.20	c  3066s|  2357k|241405 | 12050k|   5.1 |   575M |  40 | 101 | 258 | 229 |  10k|  1 |1911k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3053.46/3066.53	c  3067s|  2357k|241401 | 12050k|   5.1 |   575M |  40 | 101 | 258 | 229 |  10k|  0 |1911k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3053.66/3066.79	c  3067s|  2357k|241402 | 12050k|   5.1 |   575M |  40 | 101 | 258 | 226 |  10k|  1 |1911k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3053.85/3066.94	c  3067s|  2357k|241411 | 12051k|   5.1 |   575M |  40 | 101 | 259 | 233 |  10k|  0 |1911k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3054.06/3067.19	c  3067s|  2357k|241425 | 12051k|   5.1 |   575M |  40 | 101 | 259 | 228 |  10k|  1 |1911k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3054.35/3067.44	c  3067s|  2358k|241439 | 12052k|   5.1 |   575M |  40 | 101 | 259 |   0 |  10k|  0 |1911k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3054.55/3067.68	c  3068s|  2358k|241422 | 12052k|   5.1 |   575M |  40 | 101 | 259 | 228 |  10k|  1 |1911k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3054.85/3067.90	c  3068s|  2358k|241420 | 12052k|   5.1 |   575M |  40 | 101 | 257 | 231 |  10k|  0 |1911k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3055.06/3068.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3055.06/3068.13	c  3068s|  2358k|241424 | 12053k|   5.1 |   575M |  40 | 101 | 259 | 228 |  10k|  1 |1911k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3055.26/3068.32	c  3068s|  2358k|241445 | 12053k|   5.1 |   575M |  40 | 101 | 258 | 228 |  10k|  1 |1911k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3055.35/3068.49	c  3068s|  2358k|241457 | 12054k|   5.1 |   575M |  40 | 101 | 259 | 228 |  10k|  1 |1911k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3055.65/3068.71	c  3069s|  2358k|241441 | 12054k|   5.1 |   575M |  40 | 101 | 259 | 228 |  10k|  0 |1912k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3055.75/3068.90	c  3069s|  2358k|241439 | 12054k|   5.1 |   575M |  40 | 101 | 259 |   0 |  10k|  0 |1912k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3056.06/3069.17	c  3069s|  2358k|241439 | 12055k|   5.1 |   575M |  40 | 101 | 259 |   0 |  10k|  0 |1912k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3056.35/3069.43	c  3069s|  2358k|241436 | 12055k|   5.1 |   575M |  40 | 101 | 257 | 233 |  10k|  1 |1912k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3056.55/3069.67	c  3070s|  2359k|241463 | 12056k|   5.1 |   575M |  40 | 101 | 257 | 233 |  10k|  1 |1912k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3056.75/3069.84	c  3070s|  2359k|241461 | 12056k|   5.1 |   575M |  40 | 101 | 258 | 233 |  10k|  0 |1912k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3056.95/3070.00	c  3070s|  2359k|241482 | 12057k|   5.1 |   575M |  40 | 101 | 257 | 233 |  10k|  1 |1912k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3057.05/3070.16	c  3070s|  2359k|241491 | 12057k|   5.1 |   575M |  40 | 101 | 258 | 233 |  10k|  1 |1912k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3057.25/3070.32	c  3070s|  2359k|241510 | 12058k|   5.1 |   575M |  40 | 101 | 257 | 233 |  10k|  1 |1912k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3057.45/3070.53	c  3071s|  2359k|241517 | 12058k|   5.1 |   576M |  40 | 101 | 258 |   0 |  10k|  0 |1912k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3057.64/3070.71	c  3071s|  2359k|241527 | 12059k|   5.1 |   576M |  40 | 101 | 257 | 233 |  10k|  0 |1912k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3057.84/3070.91	c  3071s|  2359k|241526 | 12059k|   5.1 |   576M |  40 | 101 | 259 | 233 |  10k|  1 |1912k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3058.05/3071.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3058.05/3071.16	c  3071s|  2359k|241535 | 12060k|   5.1 |   576M |  40 | 101 | 257 | 233 |  10k|  0 |1912k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3058.34/3071.43	c  3071s|  2359k|241545 | 12060k|   5.1 |   576M |  40 | 101 | 257 | 228 |  10k|  0 |1913k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3058.54/3071.65	c  3072s|  2360k|241547 | 12060k|   5.1 |   576M |  40 | 101 | 257 | 228 |  10k|  1 |1913k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3058.74/3071.89	c  3072s|  2360k|241554 | 12061k|   5.1 |   576M |  40 | 101 | 257 | 232 |  10k|  1 |1913k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3058.94/3072.10	c  3072s|  2360k|241550 | 12061k|   5.1 |   576M |  40 | 101 | 259 | 226 |  10k|  1 |1913k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3059.24/3072.35	c  3072s|  2360k|241556 | 12062k|   5.1 |   576M |  40 | 101 | 259 |   0 |  10k|  0 |1913k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3059.43/3072.53	c  3073s|  2360k|241556 | 12062k|   5.1 |   576M |  40 | 101 | 259 |   0 |  10k|  0 |1913k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3059.73/3072.81	c  3073s|  2360k|241553 | 12062k|   5.1 |   576M |  40 | 101 | 259 | 231 |  10k|  1 |1913k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3059.94/3073.08	c  3073s|  2360k|241549 | 12063k|   5.1 |   576M |  40 | 101 | 259 | 226 |  10k|  1 |1913k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3060.23/3073.31	c  3073s|  2360k|241582 | 12063k|   5.1 |   576M |  40 | 101 | 258 |   0 |  10k|  0 |1913k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3060.43/3073.57	c  3074s|  2360k|241571 | 12064k|   5.1 |   576M |  40 | 101 | 259 | 226 |  10k|  0 |1913k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3060.73/3073.80	c  3074s|  2360k|241567 | 12064k|   5.1 |   576M |  40 | 101 | 259 | 226 |  10k|  1 |1913k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3060.93/3074.04	c  3074s|  2361k|241571 | 12064k|   5.1 |   576M |  40 | 101 | 258 | 226 |  10k|  1 |1913k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3061.23/3074.34	c  3074s|  2361k|241567 | 12065k|   5.1 |   576M |  40 | 101 | 259 | 228 |  10k|  1 |1914k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3061.53/3074.60	c  3075s|  2361k|241570 | 12065k|   5.1 |   576M |  40 | 101 | 258 | 233 |  10k|  1 |1914k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3061.82/3074.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3061.82/3074.90	c  3075s|  2361k|241574 | 12066k|   5.1 |   576M |  40 | 101 | 258 | 227 |  10k|  1 |1914k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3062.03/3075.14	c  3075s|  2361k|241566 | 12066k|   5.1 |   576M |  40 | 101 | 258 | 229 |  10k|  1 |1914k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3062.22/3075.37	c  3075s|  2361k|241590 | 12067k|   5.1 |   576M |  40 | 101 | 257 | 228 |  10k|  1 |1914k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3062.52/3075.62	c  3076s|  2361k|241595 | 12067k|   5.1 |   576M |  40 | 101 | 258 | 228 |  10k|  1 |1914k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3062.72/3075.82	c  3076s|  2361k|241588 | 12067k|   5.1 |   576M |  40 | 101 | 258 |   0 |  10k|  0 |1914k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3063.02/3076.11	c  3076s|  2361k|241601 | 12068k|   5.1 |   576M |  40 | 101 | 258 | 228 |  10k|  1 |1914k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3063.22/3076.35	c  3076s|  2361k|241613 | 12068k|   5.1 |   576M |  40 | 101 | 259 | 228 |  10k|  1 |1914k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3063.52/3076.62	c  3077s|  2362k|241614 | 12069k|   5.1 |   576M |  40 | 101 | 257 | 228 |  10k|  1 |1914k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3063.72/3076.85	c  3077s|  2362k|241633 | 12069k|   5.1 |   576M |  40 | 101 | 259 | 228 |  10k|  1 |1914k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3063.92/3077.10	c  3077s|  2362k|241649 | 12070k|   5.1 |   576M |  40 | 101 | 257 | 228 |  10k|  1 |1914k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3064.21/3077.38	c  3077s|  2362k|241658 | 12070k|   5.1 |   576M |  40 | 101 | 258 |   0 |  10k|  0 |1914k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3064.51/3077.63	c  3078s|  2362k|241662 | 12071k|   5.1 |   576M |  40 | 101 | 259 | 228 |  10k|  1 |1915k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3064.81/3077.90	c  3078s|  2362k|241659 | 12071k|   5.1 |   576M |  40 | 101 | 257 | 228 |  10k|  1 |1915k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3065.02/3078.14	c  3078s|  2362k|241673 | 12072k|   5.1 |   576M |  40 | 101 | 257 | 228 |  10k|  1 |1915k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3065.21/3078.37	c  3078s|  2362k|241685 | 12072k|   5.1 |   576M |  40 | 101 | 257 |   0 |  10k|  0 |1915k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3065.51/3078.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3065.51/3078.60	c  3079s|  2362k|241701 | 12073k|   5.1 |   576M |  40 | 101 | 258 | 228 |  10k|  1 |1915k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3065.71/3078.87	c  3079s|  2362k|241710 | 12073k|   5.1 |   576M |  40 | 101 | 258 | 228 |  10k|  1 |1915k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3066.01/3079.11	c  3079s|  2363k|241711 | 12074k|   5.1 |   576M |  40 | 101 | 257 | 228 |  10k|  1 |1915k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3066.20/3079.37	c  3079s|  2363k|241707 | 12074k|   5.1 |   576M |  40 | 101 | 257 | 228 |  10k|  0 |1915k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3066.50/3079.66	c  3080s|  2363k|241698 | 12074k|   5.1 |   576M |  40 | 101 | 257 |   0 |  10k|  0 |1915k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3066.70/3079.88	c  3080s|  2363k|241734 | 12075k|   5.1 |   576M |  40 | 101 | 259 | 228 |  10k|  1 |1915k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3066.91/3080.07	c  3080s|  2363k|241750 | 12076k|   5.1 |   576M |  40 | 101 | 258 |   0 |  10k|  0 |1915k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3067.20/3080.31	c  3080s|  2363k|241771 | 12077k|   5.1 |   576M |  40 | 101 | 257 | 228 |  10k|  1 |1915k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3067.40/3080.56	c  3081s|  2363k|241775 | 12077k|   5.1 |   576M |  40 | 101 | 257 | 228 |  10k|  1 |1915k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3067.70/3080.84	c  3081s|  2363k|241782 | 12077k|   5.1 |   576M |  40 | 101 | 257 | 228 |  10k|  1 |1915k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3067.90/3081.07	c  3081s|  2363k|241796 | 12078k|   5.1 |   576M |  40 | 101 | 258 |   0 |  10k|  0 |1916k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3068.20/3081.30	c  3081s|  2363k|241798 | 12079k|   5.1 |   576M |  40 | 101 | 259 | 228 |  10k|  1 |1916k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3068.40/3081.56	c  3082s|  2364k|241797 | 12079k|   5.1 |   576M |  40 | 101 | 258 | 228 |  10k|  1 |1916k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3068.59/3081.77	c  3082s|  2364k|241810 | 12080k|   5.1 |   576M |  40 | 101 | 257 | 228 |  10k|  0 |1916k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3068.79/3081.97	c  3082s|  2364k|241822 | 12080k|   5.1 |   576M |  40 | 101 | 257 | 228 |  10k|  1 |1916k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3069.09/3082.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3069.09/3082.21	c  3082s|  2364k|241853 | 12081k|   5.1 |   576M |  40 | 101 | 259 | 228 |  10k|  0 |1916k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3069.29/3082.48	c  3082s|  2364k|241883 | 12082k|   5.1 |   576M |  40 | 101 | 258 | 228 |  10k|  1 |1916k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3069.49/3082.66	c  3083s|  2364k|241900 | 12082k|   5.1 |   576M |  40 | 101 | 257 | 228 |  10k|  0 |1916k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3069.69/3082.85	c  3083s|  2364k|241916 | 12083k|   5.1 |   576M |  40 | 101 | 258 | 228 |  10k|  1 |1916k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3069.99/3083.10	c  3083s|  2364k|241901 | 12083k|   5.1 |   576M |  40 | 101 | 257 | 228 |  10k|  1 |1916k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3070.19/3083.38	c  3083s|  2364k|241894 | 12084k|   5.1 |   576M |  40 | 101 | 259 | 228 |  10k|  1 |1916k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3070.49/3083.62	c  3084s|  2364k|241925 | 12084k|   5.1 |   577M |  40 | 101 | 257 | 228 |  10k|  1 |1916k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3070.79/3083.90	c  3084s|  2365k|241951 | 12085k|   5.1 |   577M |  40 | 101 | 258 | 228 |  10k|  1 |1916k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3070.99/3084.13	c  3084s|  2365k|241947 | 12085k|   5.1 |   577M |  40 | 101 | 257 | 228 |  10k|  1 |1916k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3071.18/3084.37	c  3084s|  2365k|241953 | 12086k|   5.1 |   577M |  40 | 101 | 258 | 228 |  10k|  1 |1917k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3071.48/3084.64	c  3085s|  2365k|241952 | 12086k|   5.1 |   577M |  40 | 101 | 258 | 228 |  10k|  0 |1917k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3071.68/3084.85	c  3085s|  2365k|241962 | 12086k|   5.1 |   577M |  40 | 101 | 258 |   0 |  10k|  0 |1917k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3071.99/3085.13	c  3085s|  2365k|241962 | 12087k|   5.1 |   577M |  40 | 101 | 259 |   0 |  10k|  0 |1917k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3072.18/3085.35	c  3085s|  2365k|241979 | 12087k|   5.1 |   577M |  40 | 101 | 259 | 228 |  10k|  1 |1917k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3072.38/3085.58	c  3086s|  2365k|241970 | 12088k|   5.1 |   577M |  40 | 101 | 259 | 228 |  10k|  1 |1917k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3072.68/3085.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3072.68/3085.87	c  3086s|  2365k|241951 | 12088k|   5.1 |   577M |  40 | 101 | 257 | 228 |  10k|  1 |1917k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3072.98/3086.11	c  3086s|  2365k|241947 | 12088k|   5.1 |   577M |  40 | 101 | 258 | 230 |  10k|  1 |1917k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3073.18/3086.32	c  3086s|  2366k|241945 | 12089k|   5.1 |   577M |  40 | 101 | 258 | 231 |  10k|  0 |1917k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3073.37/3086.53	c  3087s|  2366k|241956 | 12089k|   5.1 |   577M |  40 | 101 | 257 | 228 |  10k|  1 |1917k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3073.57/3086.72	c  3087s|  2366k|241964 | 12090k|   5.1 |   577M |  40 | 101 | 259 | 228 |  10k|  1 |1917k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3073.77/3086.94	c  3087s|  2366k|241964 | 12090k|   5.1 |   577M |  40 | 101 | 257 | 226 |  10k|  1 |1918k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3073.98/3087.13	c  3087s|  2366k|241965 | 12091k|   5.1 |   577M |  40 | 101 | 259 | 234 |  10k|  1 |1918k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3074.17/3087.37	c  3087s|  2366k|241988 | 12091k|   5.1 |   577M |  40 | 101 | 257 | 234 |  10k|  1 |1918k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3074.37/3087.59	c  3088s|  2366k|241983 | 12092k|   5.1 |   577M |  40 | 101 | 259 | 228 |  10k|  1 |1918k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3074.57/3087.79	c  3088s|  2366k|241991 | 12092k|   5.1 |   577M |  40 | 101 | 259 |   0 |  10k|  0 |1918k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3074.87/3088.08	c  3088s|  2366k|241989 | 12093k|   5.1 |   577M |  40 | 101 | 259 |   0 |  10k|  0 |1918k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3075.16/3088.37	c  3088s|  2366k|241984 | 12093k|   5.1 |   577M |  40 | 101 | 258 | 230 |  10k|  1 |1918k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3075.46/3088.67	c  3089s|  2367k|241987 | 12094k|   5.1 |   577M |  40 | 101 | 258 |   0 |  10k|  0 |1918k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3075.76/3088.92	c  3089s|  2367k|241990 | 12094k|   5.1 |   577M |  40 | 101 | 257 | 229 |  10k|  0 |1918k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3075.87/3089.07	c  3089s|  2367k|241995 | 12095k|   5.1 |   577M |  40 | 101 | 257 | 229 |  10k|  1 |1918k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3076.06/3089.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3076.06/3089.24	c  3089s|  2367k|241993 | 12095k|   5.1 |   577M |  40 | 101 | 259 |   0 |  10k|  0 |1918k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3076.26/3089.47	c  3089s|  2367k|241990 | 12096k|   5.1 |   577M |  40 | 101 | 258 | 232 |  10k|  1 |1918k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3076.56/3089.72	c  3090s|  2367k|241987 | 12096k|   5.1 |   577M |  40 | 101 | 258 | 228 |  10k|  1 |1919k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3076.76/3089.97	c  3090s|  2367k|241985 | 12097k|   5.1 |   577M |  40 | 101 | 258 | 229 |  10k|  0 |1919k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3077.06/3090.21	c  3090s|  2367k|241985 | 12097k|   5.1 |   577M |  40 | 101 | 257 | 229 |  10k|  0 |1919k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3077.26/3090.50	c  3090s|  2367k|242012 | 12098k|   5.1 |   577M |  40 | 101 | 257 | 228 |  10k|  0 |1919k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3077.55/3090.78	c  3091s|  2367k|242012 | 12098k|   5.1 |   577M |  40 | 101 | 259 | 228 |  10k|  0 |1919k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3077.86/3091.03	c  3091s|  2368k|242020 | 12099k|   5.1 |   577M |  40 | 101 | 258 | 228 |  10k|  1 |1919k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3078.05/3091.25	c  3091s|  2368k|242012 | 12099k|   5.1 |   577M |  40 | 101 | 257 |   0 |  10k|  0 |1919k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3078.35/3091.54	c  3092s|  2368k|242008 | 12099k|   5.1 |   577M |  40 | 101 | 257 | 228 |  10k|  1 |1919k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3078.55/3091.73	c  3092s|  2368k|242022 | 12100k|   5.1 |   577M |  40 | 101 | 257 | 228 |  10k|  1 |1919k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3078.75/3091.97	c  3092s|  2368k|242018 | 12100k|   5.1 |   577M |  40 | 101 | 259 | 234 |  10k|  1 |1919k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3078.95/3092.14	c  3092s|  2368k|242051 | 12101k|   5.1 |   577M |  40 | 101 | 258 | 228 |  10k|  1 |1919k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3079.15/3092.32	c  3092s|  2368k|242058 | 12101k|   5.1 |   577M |  40 | 101 | 259 | 228 |  10k|  1 |1919k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3079.35/3092.55	c  3093s|  2368k|242063 | 12102k|   5.1 |   577M |  40 | 101 | 257 | 230 |  10k|  1 |1919k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3079.55/3092.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3079.55/3092.79	c  3093s|  2368k|242054 | 12102k|   5.1 |   577M |  40 | 101 | 257 | 226 |  10k|  1 |1920k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3079.85/3093.02	c  3093s|  2368k|242052 | 12103k|   5.1 |   577M |  40 | 101 | 257 | 234 |  10k|  1 |1920k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3080.04/3093.29	c  3093s|  2369k|242053 | 12103k|   5.1 |   577M |  40 | 101 | 259 | 228 |  10k|  1 |1920k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3080.34/3093.52	c  3094s|  2369k|242048 | 12103k|   5.1 |   577M |  40 | 101 | 257 | 228 |  10k|  1 |1920k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3080.54/3093.73	c  3094s|  2369k|242054 | 12104k|   5.1 |   577M |  40 | 101 | 257 | 228 |  10k|  1 |1920k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3080.74/3093.97	c  3094s|  2369k|242041 | 12104k|   5.1 |   577M |  40 | 101 | 259 |   0 |  10k|  0 |1920k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3081.04/3094.22	c  3094s|  2369k|242053 | 12104k|   5.1 |   577M |  40 | 101 | 258 | 228 |  10k|  1 |1920k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3081.24/3094.47	c  3094s|  2369k|242061 | 12105k|   5.1 |   577M |  40 | 101 | 258 | 228 |  10k|  0 |1920k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3081.54/3094.76	c  3095s|  2369k|242047 | 12105k|   5.1 |   577M |  40 | 101 | 258 |   0 |  10k|  0 |1920k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3081.74/3095.00	c  3095s|  2369k|242046 | 12106k|   5.1 |   577M |  40 | 101 | 259 | 226 |  10k|  1 |1920k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3082.04/3095.26	c  3095s|  2369k|242041 | 12106k|   5.1 |   577M |  40 | 101 | 257 | 227 |  10k|  1 |1920k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3082.23/3095.44	c  3095s|  2369k|242047 | 12107k|   5.1 |   577M |  40 | 101 | 258 | 232 |  10k|  1 |1920k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3082.43/3095.69	c  3096s|  2370k|242050 | 12107k|   5.1 |   577M |  40 | 101 | 259 | 229 |  10k|  1 |1921k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3082.73/3095.98	c  3096s|  2370k|242046 | 12107k|   5.1 |   577M |  40 | 101 | 258 |   0 |  10k|  0 |1921k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3083.03/3096.25	c  3096s|  2370k|242036 | 12108k|   5.1 |   577M |  40 | 101 | 258 | 228 |  10k|  1 |1921k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3083.23/3096.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3083.23/3096.43	c  3096s|  2370k|242043 | 12108k|   5.1 |   577M |  40 | 101 | 259 |   0 |  10k|  0 |1921k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3083.43/3096.69	c  3097s|  2370k|242072 | 12109k|   5.1 |   577M |  40 | 101 | 258 | 227 |  10k|  1 |1921k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3083.73/3096.90	c  3097s|  2370k|242076 | 12109k|   5.1 |   577M |  40 | 101 | 258 | 227 |  10k|  1 |1921k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3083.93/3097.15	c  3097s|  2370k|242078 | 12110k|   5.1 |   577M |  40 | 101 | 259 |   0 |  10k|  0 |1921k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3084.23/3097.43	c  3097s|  2370k|242072 | 12110k|   5.1 |   577M |  40 | 101 | 259 |   0 |  10k|  0 |1921k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3084.43/3097.69	c  3098s|  2370k|242067 | 12110k|   5.1 |   577M |  40 | 101 | 259 | 230 |  10k|  1 |1921k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3084.72/3097.92	c  3098s|  2370k|242091 | 12111k|   5.1 |   577M |  40 | 101 | 259 | 230 |  10k|  1 |1921k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3084.93/3098.16	c  3098s|  2371k|242096 | 12112k|   5.1 |   577M |  40 | 101 | 260 | 230 |  10k|  1 |1921k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3085.12/3098.37	c  3098s|  2371k|242096 | 12112k|   5.1 |   577M |  40 | 101 | 257 | 230 |  10k|  1 |1922k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3085.32/3098.56	c  3099s|  2371k|242093 | 12113k|   5.1 |   577M |  40 | 101 | 258 | 230 |  10k|  1 |1922k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3085.62/3098.82	c  3099s|  2371k|242113 | 12113k|   5.1 |   577M |  40 | 101 | 258 | 230 |  10k|  1 |1922k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3085.82/3099.05	c  3099s|  2371k|242113 | 12114k|   5.1 |   577M |  40 | 101 | 258 | 227 |  10k|  1 |1922k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3086.02/3099.26	c  3099s|  2371k|242146 | 12115k|   5.1 |   577M |  40 | 101 | 257 | 231 |  10k|  0 |1922k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3086.22/3099.49	c  3099s|  2371k|242153 | 12115k|   5.1 |   577M |  40 | 101 | 259 | 231 |  10k|  0 |1922k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3086.52/3099.70	c  3100s|  2371k|242144 | 12116k|   5.1 |   577M |  40 | 101 | 258 | 230 |  10k|  0 |1922k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3086.72/3099.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3086.72/3099.99	c  3100s|  2371k|242147 | 12116k|   5.1 |   577M |  40 | 101 | 258 | 232 |  10k|  1 |1922k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3086.92/3100.18	c  3100s|  2371k|242143 | 12117k|   5.1 |   577M |  40 | 101 | 259 | 228 |  10k|  1 |1922k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3087.21/3100.46	c  3100s|  2372k|242140 | 12117k|   5.1 |   577M |  40 | 101 | 257 | 234 |  10k|  1 |1922k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3087.51/3100.73	c  3101s|  2372k|242138 | 12117k|   5.1 |   577M |  40 | 101 | 257 | 235 |  10k|  1 |1922k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3087.71/3100.90	c  3101s|  2372k|242150 | 12118k|   5.1 |   577M |  40 | 101 | 258 | 229 |  10k|  1 |1922k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3088.01/3101.25	c  3101s|  2372k|242137 | 12118k|   5.1 |   577M |  40 | 101 | 258 | 229 |  10k|  1 |1922k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3088.21/3101.43	c  3101s|  2372k|242156 | 12119k|   5.1 |   577M |  40 | 101 | 258 | 229 |  10k|  1 |1923k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3088.51/3101.71	c  3102s|  2372k|242157 | 12119k|   5.1 |   577M |  40 | 101 | 259 | 229 |  10k|  1 |1923k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3088.71/3101.99	c  3102s|  2372k|242143 | 12120k|   5.1 |   577M |  40 | 101 | 259 | 229 |  10k|  0 |1923k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3089.00/3102.27	c  3102s|  2372k|242135 | 12120k|   5.1 |   577M |  40 | 101 | 257 |   0 |  10k|  0 |1923k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3089.30/3102.53	c  3103s|  2372k|242140 | 12120k|   5.1 |   577M |  40 | 101 | 259 | 226 |  10k|  1 |1923k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3089.50/3102.71	c  3103s|  2372k|242147 | 12121k|   5.1 |   577M |  40 | 101 | 259 | 234 |  10k|  0 |1923k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3089.70/3102.98	c  3103s|  2373k|242146 | 12121k|   5.1 |   577M |  40 | 101 | 257 | 231 |  10k|  1 |1923k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3089.91/3103.15	c  3103s|  2373k|242152 | 12122k|   5.1 |   577M |  40 | 101 | 259 | 227 |  10k|  0 |1923k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3090.20/3103.48	c  3103s|  2373k|242150 | 12122k|   5.1 |   577M |  40 | 101 | 258 | 234 |  10k|  1 |1923k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3090.40/3103.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3090.40/3103.68	c  3104s|  2373k|242150 | 12123k|   5.1 |   577M |  40 | 101 | 258 | 230 |  10k|  1 |1923k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3090.70/3103.91	c  3104s|  2373k|242141 | 12123k|   5.1 |   577M |  40 | 101 | 257 | 226 |  10k|  1 |1923k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3090.90/3104.17	c  3104s|  2373k|242145 | 12123k|   5.1 |   577M |  40 | 101 | 259 | 228 |  10k|  1 |1923k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3091.20/3104.46	c  3104s|  2373k|242152 | 12124k|   5.1 |   577M |  40 | 101 | 259 | 228 |  10k|  1 |1924k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3091.49/3104.71	c  3105s|  2373k|242164 | 12125k|   5.1 |   577M |  40 | 101 | 257 | 229 |  10k|  1 |1924k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3091.69/3104.98	c  3105s|  2373k|242162 | 12125k|   5.1 |   577M |  40 | 101 | 258 | 228 |  10k|  0 |1924k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3092.09/3105.30	c  3105s|  2373k|242170 | 12126k|   5.1 |   577M |  40 | 101 | 257 | 229 |  10k|  1 |1924k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3092.29/3105.58	c  3106s|  2374k|242161 | 12126k|   5.1 |   577M |  40 | 101 | 258 | 231 |  10k|  1 |1924k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3092.59/3105.88	c  3106s|  2374k|242161 | 12126k|   5.1 |   577M |  40 | 101 | 259 | 230 |  10k|  1 |1924k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3092.89/3106.12	c  3106s|  2374k|242174 | 12127k|   5.1 |   577M |  40 | 101 | 259 |   0 |  10k|  0 |1924k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3092.99/3106.29	c  3106s|  2374k|242175 | 12127k|   5.1 |   577M |  40 | 101 | 259 | 230 |  10k|  1 |1924k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3093.19/3106.47	c  3106s|  2374k|242168 | 12127k|   5.1 |   577M |  40 | 101 | 258 | 226 |  10k|  1 |1924k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3093.49/3106.75	c  3107s|  2374k|242164 | 12128k|   5.1 |   577M |  40 | 101 | 258 | 229 |  10k|  0 |1924k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3093.69/3106.94	c  3107s|  2374k|242168 | 12128k|   5.1 |   577M |  40 | 101 | 257 | 228 |  10k|  1 |1924k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3093.89/3107.17	c  3107s|  2374k|242177 | 12129k|   5.1 |   577M |  40 | 101 | 258 | 230 |  10k|  1 |1924k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3094.18/3107.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3094.18/3107.47	c  3107s|  2374k|242168 | 12129k|   5.1 |   577M |  40 | 101 | 258 | 228 |  10k|  1 |1924k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3094.48/3107.72	c  3108s|  2374k|242241 | 12130k|   5.1 |   577M |  40 | 101 | 258 | 228 |  10k|  1 |1925k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3094.58/3107.87	c  3108s|  2375k|242249 | 12131k|   5.1 |   577M |  40 | 101 | 258 | 228 |  10k|  1 |1925k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3094.79/3108.03	c  3108s|  2375k|242258 | 12131k|   5.1 |   577M |  40 | 101 | 257 | 228 |  10k|  1 |1925k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3094.88/3108.19	c  3108s|  2375k|242297 | 12132k|   5.1 |   577M |  40 | 101 | 258 | 228 |  10k|  1 |1925k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3095.08/3108.37	c  3108s|  2375k|242315 | 12132k|   5.1 |   577M |  40 | 101 | 258 | 228 |  10k|  0 |1925k|  31 | 0.000000e+00 |      --      |    Inf |   1.29%
3095.28/3108.57	c  3109s|  2375k|242328 | 12133k|   5.1 |   577M |  40 | 101 | 259 | 228 |  10k|  1 |1925k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3095.48/3108.79	c  3109s|  2375k|242331 | 12133k|   5.1 |   577M |  40 | 101 | 258 |   0 |  10k|  0 |1925k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3095.68/3108.99	c  3109s|  2375k|242332 | 12134k|   5.1 |   577M |  40 | 101 | 258 | 228 |  10k|  0 |1925k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3095.88/3109.18	c  3109s|  2375k|242336 | 12134k|   5.1 |   577M |  40 | 101 | 258 | 228 |  10k|  1 |1925k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3096.07/3109.38	c  3109s|  2375k|242330 | 12135k|   5.1 |   577M |  40 | 101 | 257 | 228 |  10k|  1 |1925k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3096.27/3109.55	c  3110s|  2375k|242343 | 12135k|   5.1 |   577M |  40 | 101 | 257 | 228 |  10k|  1 |1925k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3096.47/3109.72	c  3110s|  2376k|242341 | 12135k|   5.1 |   577M |  40 | 101 | 259 | 228 |  10k|  0 |1925k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3096.67/3109.93	c  3110s|  2376k|242333 | 12136k|   5.1 |   577M |  40 | 101 | 257 | 228 |  10k|  1 |1925k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3096.88/3110.16	c  3110s|  2376k|242336 | 12136k|   5.1 |   577M |  40 | 101 | 259 |   0 |  10k|  0 |1925k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3097.07/3110.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3097.07/3110.32	c  3110s|  2376k|242332 | 12137k|   5.1 |   577M |  40 | 101 | 257 | 228 |  10k|  0 |1925k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3097.27/3110.50	c  3111s|  2376k|242330 | 12137k|   5.1 |   577M |  40 | 101 | 257 | 228 |  10k|  0 |1925k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3097.47/3110.71	c  3111s|  2376k|242311 | 12137k|   5.1 |   577M |  40 | 101 | 257 | 228 |  10k|  0 |1926k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3097.57/3110.87	c  3111s|  2376k|242310 | 12138k|   5.1 |   577M |  40 | 101 | 257 | 228 |  10k|  1 |1926k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3097.77/3111.08	c  3111s|  2376k|242298 | 12138k|   5.1 |   577M |  40 | 101 | 257 | 228 |  10k|  0 |1926k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3097.97/3111.30	c  3111s|  2376k|242287 | 12139k|   5.1 |   577M |  40 | 101 | 256 | 234 |  10k|  0 |1926k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3098.16/3111.46	c  3111s|  2376k|242301 | 12139k|   5.1 |   577M |  40 | 101 | 258 | 231 |  10k|  0 |1926k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3098.36/3111.66	c  3112s|  2377k|242313 | 12140k|   5.1 |   577M |  40 | 101 | 257 |   0 |  10k|  0 |1926k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3098.56/3111.86	c  3112s|  2377k|242326 | 12140k|   5.1 |   577M |  40 | 101 | 257 | 231 |  10k|  1 |1926k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3098.77/3112.09	c  3112s|  2377k|242336 | 12141k|   5.1 |   577M |  40 | 101 | 258 | 231 |  10k|  1 |1926k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3099.06/3112.34	c  3112s|  2377k|242343 | 12141k|   5.1 |   577M |  40 | 101 | 257 | 231 |  10k|  0 |1926k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3099.26/3112.53	c  3113s|  2377k|242352 | 12141k|   5.1 |   577M |  40 | 101 | 256 | 231 |  10k|  1 |1926k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3099.56/3112.86	c  3113s|  2377k|242339 | 12142k|   5.1 |   577M |  40 | 101 | 259 | 232 |  10k|  1 |1926k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3099.86/3113.11	c  3113s|  2377k|242337 | 12142k|   5.1 |   577M |  40 | 101 | 258 | 234 |  10k|  1 |1926k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3099.96/3113.27	c  3113s|  2377k|242347 | 12142k|   5.1 |   577M |  40 | 101 | 257 | 234 |  10k|  1 |1926k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3100.06/3113.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3100.06/3113.36	c  3113s|  2377k|242343 | 12143k|   5.1 |   577M |  40 | 101 | 257 | 234 |  10k|  1 |1926k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3100.26/3113.54	c  3114s|  2377k|242355 | 12143k|   5.1 |   577M |  40 | 101 | 258 | 234 |  10k|  1 |1926k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3100.36/3113.69	c  3114s|  2378k|242356 | 12144k|   5.1 |   577M |  40 | 101 | 259 |   0 |  10k|  0 |1927k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3100.55/3113.85	c  3114s|  2378k|242369 | 12144k|   5.1 |   577M |  40 | 101 | 257 | 233 |  10k|  1 |1927k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3100.86/3114.12	c  3114s|  2378k|242369 | 12145k|   5.1 |   577M |  40 | 101 | 259 | 229 |  10k|  1 |1927k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3100.95/3114.29	c  3114s|  2378k|242400 | 12145k|   5.1 |   577M |  40 | 101 | 259 |   0 |  10k|  0 |1927k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3101.25/3114.55	c  3115s|  2378k|242389 | 12146k|   5.1 |   577M |  40 | 101 | 259 | 229 |  10k|  1 |1927k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3101.55/3114.81	c  3115s|  2378k|242378 | 12146k|   5.1 |   577M |  40 | 101 | 258 | 228 |  10k|  1 |1927k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3101.75/3115.04	c  3115s|  2378k|242373 | 12147k|   5.1 |   577M |  40 | 101 | 257 | 229 |  10k|  1 |1927k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3101.95/3115.27	c  3115s|  2378k|242375 | 12147k|   5.1 |   577M |  40 | 101 | 258 | 231 |  10k|  0 |1927k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3102.15/3115.46	c  3115s|  2378k|242401 | 12148k|   5.1 |   577M |  40 | 101 | 257 |   0 |  10k|  0 |1927k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3102.45/3115.71	c  3116s|  2378k|242399 | 12148k|   5.1 |   577M |  40 | 101 | 257 | 227 |  10k|  0 |1927k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3102.65/3115.91	c  3116s|  2379k|242399 | 12148k|   5.1 |   577M |  40 | 101 | 259 | 229 |  10k|  1 |1927k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3102.85/3116.17	c  3116s|  2379k|242414 | 12149k|   5.1 |   577M |  40 | 101 | 259 | 225 |  10k|  1 |1927k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3103.04/3116.34	c  3116s|  2379k|242414 | 12149k|   5.1 |   577M |  40 | 101 | 259 | 233 |  10k|  0 |1927k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3103.34/3116.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3103.34/3116.60	c  3117s|  2379k|242420 | 12150k|   5.1 |   577M |  40 | 101 | 259 | 228 |  10k|  1 |1927k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3103.54/3116.81	c  3117s|  2379k|242451 | 12150k|   5.1 |   578M |  40 | 101 | 259 | 228 |  10k|  1 |1928k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3103.75/3117.00	c  3117s|  2379k|242457 | 12151k|   5.1 |   578M |  40 | 101 | 258 | 228 |  10k|  0 |1928k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3103.94/3117.22	c  3117s|  2379k|242456 | 12151k|   5.1 |   578M |  40 | 101 | 257 | 228 |  10k|  0 |1928k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3104.14/3117.40	c  3117s|  2379k|242452 | 12152k|   5.1 |   578M |  40 | 101 | 259 | 228 |  10k|  1 |1928k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3104.34/3117.63	c  3118s|  2379k|242441 | 12152k|   5.1 |   578M |  40 | 101 | 259 | 229 |  10k|  1 |1928k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3104.64/3117.90	c  3118s|  2379k|242440 | 12153k|   5.1 |   578M |  40 | 101 | 257 | 228 |  10k|  0 |1928k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3104.84/3118.17	c  3118s|  2380k|242446 | 12153k|   5.1 |   578M |  40 | 101 | 258 | 230 |  10k|  1 |1928k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3105.04/3118.37	c  3118s|  2380k|242494 | 12154k|   5.1 |   578M |  40 | 101 | 258 | 230 |  10k|  1 |1928k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3105.24/3118.58	c  3119s|  2380k|242498 | 12154k|   5.1 |   578M |  40 | 101 | 257 | 234 |  10k|  1 |1928k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3105.43/3118.76	c  3119s|  2380k|242515 | 12155k|   5.1 |   578M |  40 | 101 | 258 | 234 |  10k|  1 |1928k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3105.63/3118.98	c  3119s|  2380k|242538 | 12156k|   5.1 |   578M |  40 | 101 | 259 | 234 |  10k|  1 |1928k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3105.84/3119.19	c  3119s|  2380k|242540 | 12156k|   5.1 |   578M |  40 | 101 | 258 | 234 |  10k|  0 |1928k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3106.13/3119.45	c  3119s|  2380k|242540 | 12157k|   5.1 |   578M |  40 | 101 | 257 | 234 |  10k|  0 |1928k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3106.43/3119.73	c  3120s|  2380k|242534 | 12157k|   5.1 |   578M |  40 | 101 | 258 | 229 |  10k|  0 |1929k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3106.63/3119.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3106.63/3119.95	c  3120s|  2380k|242542 | 12157k|   5.1 |   578M |  40 | 101 | 259 |   0 |  10k|  0 |1929k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3106.93/3120.21	c  3120s|  2380k|242566 | 12158k|   5.1 |   578M |  40 | 101 | 259 |   0 |  10k|  0 |1929k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3107.13/3120.49	c  3120s|  2381k|242562 | 12158k|   5.1 |   578M |  40 | 101 | 257 | 234 |  10k|  0 |1929k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3107.43/3120.76	c  3121s|  2381k|242554 | 12159k|   5.1 |   578M |  40 | 101 | 259 | 228 |  10k|  1 |1929k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3107.73/3121.05	c  3121s|  2381k|242541 | 12159k|   5.1 |   578M |  40 | 101 | 258 | 228 |  10k|  1 |1929k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3108.02/3121.30	c  3121s|  2381k|242535 | 12160k|   5.1 |   578M |  40 | 101 | 257 | 226 |  10k|  1 |1929k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3108.22/3121.52	c  3122s|  2381k|242543 | 12160k|   5.1 |   578M |  40 | 101 | 257 |   0 |  10k|  0 |1929k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3108.42/3121.77	c  3122s|  2381k|242542 | 12160k|   5.1 |   578M |  40 | 101 | 259 |   0 |  10k|  0 |1929k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3108.73/3122.00	c  3122s|  2381k|242539 | 12161k|   5.1 |   578M |  40 | 101 | 259 |   0 |  10k|  0 |1929k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3108.92/3122.25	c  3122s|  2381k|242536 | 12161k|   5.1 |   578M |  40 | 101 | 258 | 226 |  10k|  1 |1929k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3109.22/3122.52	c  3123s|  2381k|242550 | 12162k|   5.1 |   578M |  40 | 101 | 258 | 234 |  10k|  0 |1929k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3109.42/3122.77	c  3123s|  2381k|242555 | 12162k|   5.1 |   578M |  40 | 101 | 258 | 232 |  10k|  1 |1930k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3109.62/3122.97	c  3123s|  2382k|242551 | 12162k|   5.1 |   578M |  40 | 101 | 258 | 232 |  10k|  1 |1930k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3109.92/3123.22	c  3123s|  2382k|242550 | 12163k|   5.1 |   578M |  40 | 101 | 257 | 229 |  10k|  1 |1930k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3110.21/3123.52	c  3124s|  2382k|242541 | 12163k|   5.1 |   578M |  40 | 101 | 259 |   0 |  10k|  0 |1930k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3110.51/3123.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3110.51/3123.81	c  3124s|  2382k|242562 | 12164k|   5.1 |   578M |  40 | 101 | 257 | 229 |  10k|  1 |1930k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3110.82/3124.12	c  3124s|  2382k|242544 | 12164k|   5.1 |   578M |  40 | 101 | 259 | 231 |  10k|  1 |1930k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3111.01/3124.34	c  3124s|  2382k|242554 | 12165k|   5.1 |   578M |  40 | 101 | 257 | 228 |  10k|  1 |1930k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3111.21/3124.59	c  3125s|  2382k|242567 | 12165k|   5.1 |   578M |  40 | 101 | 257 | 232 |  10k|  1 |1930k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3111.41/3124.77	c  3125s|  2382k|242567 | 12166k|   5.1 |   578M |  40 | 101 | 257 | 232 |  10k|  0 |1930k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3111.71/3125.04	c  3125s|  2382k|242572 | 12166k|   5.1 |   578M |  40 | 101 | 257 | 227 |  10k|  1 |1930k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3112.01/3125.35	c  3125s|  2382k|242562 | 12166k|   5.1 |   578M |  40 | 101 | 258 | 228 |  10k|  1 |1930k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3112.31/3125.61	c  3126s|  2383k|242562 | 12167k|   5.1 |   578M |  40 | 101 | 259 | 230 |  10k|  1 |1930k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3112.51/3125.80	c  3126s|  2383k|242560 | 12167k|   5.1 |   578M |  40 | 101 | 259 |   0 |  10k|  0 |1931k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3112.71/3126.06	c  3126s|  2383k|242563 | 12168k|   5.1 |   578M |  40 | 101 | 258 | 231 |  10k|  1 |1931k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3112.90/3126.28	c  3126s|  2383k|242561 | 12168k|   5.1 |   578M |  40 | 101 | 258 | 227 |  10k|  1 |1931k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3113.20/3126.53	c  3127s|  2383k|242572 | 12169k|   5.1 |   578M |  40 | 101 | 257 | 231 |  10k|  1 |1931k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3113.40/3126.75	c  3127s|  2383k|242560 | 12169k|   5.1 |   578M |  40 | 101 | 258 | 227 |  10k|  0 |1931k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3113.71/3127.02	c  3127s|  2383k|242557 | 12169k|   5.1 |   578M |  40 | 101 | 259 |   0 |  10k|  0 |1931k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3113.90/3127.24	c  3127s|  2383k|242556 | 12170k|   5.1 |   578M |  40 | 101 | 258 |   0 |  10k|  0 |1931k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3114.10/3127.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3114.10/3127.46	c  3127s|  2383k|242552 | 12170k|   5.1 |   578M |  40 | 101 | 258 |   0 |  10k|  0 |1931k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3114.30/3127.68	c  3128s|  2383k|242567 | 12171k|   5.1 |   578M |  40 | 101 | 257 | 231 |  10k|  0 |1931k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3114.60/3127.91	c  3128s|  2384k|242568 | 12171k|   5.1 |   578M |  40 | 101 | 257 | 229 |  10k|  1 |1931k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3114.80/3128.18	c  3128s|  2384k|242577 | 12172k|   5.1 |   578M |  40 | 101 | 260 | 228 |  10k|  1 |1931k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3115.09/3128.46	c  3128s|  2384k|242576 | 12172k|   5.1 |   578M |  40 | 101 | 258 |   0 |  10k|  0 |1931k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3115.39/3128.76	c  3129s|  2384k|242581 | 12173k|   5.1 |   578M |  40 | 101 | 257 | 226 |  10k|  1 |1931k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3115.70/3129.02	c  3129s|  2384k|242577 | 12173k|   5.1 |   578M |  40 | 101 | 257 | 229 |  10k|  1 |1932k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3115.99/3129.30	c  3129s|  2384k|242599 | 12174k|   5.1 |   578M |  40 | 101 | 258 |   0 |  10k|  0 |1932k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3116.19/3129.50	c  3130s|  2384k|242612 | 12174k|   5.1 |   578M |  40 | 101 | 258 | 229 |  10k|  1 |1932k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3116.39/3129.79	c  3130s|  2384k|242624 | 12175k|   5.1 |   578M |  40 | 101 | 259 | 229 |  10k|  1 |1932k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3116.69/3130.09	c  3130s|  2384k|242644 | 12175k|   5.1 |   578M |  40 | 101 | 259 | 229 |  10k|  1 |1932k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3116.99/3130.31	c  3130s|  2384k|242649 | 12176k|   5.1 |   578M |  40 | 101 | 259 |   0 |  10k|  0 |1932k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3117.19/3130.57	c  3131s|  2385k|242632 | 12176k|   5.1 |   578M |  40 | 101 | 259 | 229 |  10k|  1 |1932k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3117.49/3130.81	c  3131s|  2385k|242625 | 12176k|   5.1 |   578M |  40 | 101 | 259 |   0 |  10k|  0 |1932k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3117.69/3131.04	c  3131s|  2385k|242629 | 12177k|   5.1 |   578M |  40 | 101 | 259 |   0 |  10k|  0 |1932k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3117.88/3131.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3117.88/3131.29	c  3131s|  2385k|242647 | 12177k|   5.1 |   578M |  40 | 101 | 259 |   0 |  10k|  0 |1932k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3118.18/3131.50	c  3131s|  2385k|242679 | 12178k|   5.1 |   578M |  40 | 101 | 258 | 226 |  10k|  1 |1932k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3118.28/3131.69	c  3132s|  2385k|242689 | 12178k|   5.1 |   579M |  40 | 101 | 259 | 226 |  10k|  1 |1933k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3118.48/3131.89	c  3132s|  2385k|242699 | 12179k|   5.1 |   579M |  40 | 101 | 259 |   0 |  10k|  0 |1933k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3118.78/3132.10	c  3132s|  2385k|242709 | 12179k|   5.1 |   579M |  40 | 101 | 259 | 226 |  10k|  1 |1933k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3118.98/3132.32	c  3132s|  2385k|242714 | 12180k|   5.1 |   579M |  40 | 101 | 258 | 226 |  10k|  1 |1933k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3119.18/3132.58	c  3133s|  2385k|242722 | 12180k|   5.1 |   579M |  40 | 101 | 258 | 226 |  10k|  1 |1933k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3119.48/3132.87	c  3133s|  2386k|242709 | 12180k|   5.1 |   579M |  40 | 101 | 258 | 226 |  10k|  1 |1933k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3119.68/3133.08	c  3133s|  2386k|242708 | 12181k|   5.1 |   579M |  40 | 101 | 259 |   0 |  10k|  0 |1933k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3119.98/3133.32	c  3133s|  2386k|242709 | 12181k|   5.1 |   579M |  40 | 101 | 259 | 227 |  10k|  1 |1933k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3120.17/3133.53	c  3134s|  2386k|242750 | 12182k|   5.1 |   579M |  40 | 101 | 257 | 227 |  10k|  0 |1933k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3120.37/3133.73	c  3134s|  2386k|242773 | 12182k|   5.1 |   579M |  40 | 101 | 259 | 227 |  10k|  1 |1933k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3120.57/3133.90	c  3134s|  2386k|242800 | 12183k|   5.1 |   579M |  40 | 101 | 258 | 227 |  10k|  1 |1933k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3120.78/3134.13	c  3134s|  2386k|242843 | 12184k|   5.1 |   579M |  40 | 101 | 258 | 227 |  10k|  1 |1933k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3121.07/3134.41	c  3134s|  2386k|242825 | 12184k|   5.1 |   579M |  40 | 101 | 258 | 227 |  10k|  1 |1933k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3121.27/3134.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3121.27/3134.61	c  3135s|  2386k|242841 | 12184k|   5.1 |   579M |  40 | 101 | 259 | 227 |  10k|  1 |1934k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3121.47/3134.81	c  3135s|  2386k|242839 | 12185k|   5.1 |   579M |  40 | 101 | 257 | 227 |  10k|  0 |1934k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3121.67/3135.01	c  3135s|  2387k|242867 | 12185k|   5.1 |   579M |  40 | 101 | 257 | 227 |  10k|  1 |1934k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3121.87/3135.24	c  3135s|  2387k|242883 | 12186k|   5.1 |   579M |  40 | 101 | 257 | 227 |  10k|  1 |1934k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3122.07/3135.42	c  3135s|  2387k|242880 | 12186k|   5.1 |   579M |  40 | 101 | 258 | 227 |  10k|  1 |1934k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3122.26/3135.68	c  3136s|  2387k|242886 | 12187k|   5.1 |   579M |  40 | 101 | 258 | 227 |  10k|  1 |1934k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3122.46/3135.87	c  3136s|  2387k|242895 | 12187k|   5.1 |   579M |  40 | 101 | 258 | 227 |  10k|  1 |1934k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3122.67/3136.03	c  3136s|  2387k|242941 | 12188k|   5.1 |   579M |  40 | 101 | 257 | 227 |  10k|  1 |1934k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3122.96/3136.30	c  3136s|  2387k|243010 | 12189k|   5.1 |   579M |  40 | 101 | 258 | 227 |  10k|  1 |1934k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3123.16/3136.52	c  3137s|  2387k|243051 | 12190k|   5.1 |   579M |  40 | 101 | 257 | 227 |  10k|  0 |1934k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3123.36/3136.74	c  3137s|  2387k|243084 | 12190k|   5.1 |   579M |  40 | 101 | 258 | 227 |  10k|  1 |1934k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3123.56/3136.95	c  3137s|  2387k|243104 | 12191k|   5.1 |   579M |  40 | 101 | 258 | 227 |  10k|  1 |1935k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3123.86/3137.20	c  3137s|  2388k|243124 | 12192k|   5.1 |   579M |  40 | 101 | 259 | 227 |  10k|  1 |1935k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3124.06/3137.44	c  3137s|  2388k|243172 | 12193k|   5.1 |   579M |  40 | 101 | 258 | 227 |  10k|  1 |1935k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3124.26/3137.64	c  3138s|  2388k|243200 | 12193k|   5.1 |   579M |  40 | 101 | 258 | 227 |  10k|  1 |1935k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3124.46/3137.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3124.46/3137.87	c  3138s|  2388k|243219 | 12194k|   5.1 |   579M |  40 | 101 | 258 | 227 |  10k|  1 |1935k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3124.77/3138.11	c  3138s|  2388k|243273 | 12195k|   5.1 |   580M |  40 | 101 | 258 | 227 |  10k|  1 |1935k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3124.96/3138.31	c  3138s|  2388k|243290 | 12195k|   5.1 |   580M |  40 | 101 | 258 |   0 |  10k|  0 |1935k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3125.16/3138.56	c  3139s|  2388k|243338 | 12196k|   5.1 |   580M |  40 | 101 | 257 | 227 |  10k|  1 |1935k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3125.36/3138.77	c  3139s|  2388k|243359 | 12197k|   5.1 |   580M |  40 | 101 | 259 | 227 |  10k|  1 |1935k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3125.56/3138.97	c  3139s|  2388k|243376 | 12197k|   5.1 |   580M |  40 | 101 | 259 | 227 |  10k|  1 |1935k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3125.86/3139.22	c  3139s|  2388k|243405 | 12198k|   5.1 |   580M |  40 | 101 | 259 | 227 |  10k|  1 |1935k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3126.06/3139.42	c  3139s|  2389k|243440 | 12199k|   5.1 |   580M |  40 | 101 | 259 |   0 |  10k|  0 |1936k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3126.26/3139.61	c  3140s|  2389k|243457 | 12199k|   5.1 |   580M |  40 | 101 | 259 | 227 |  10k|  1 |1936k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3126.46/3139.84	c  3140s|  2389k|243452 | 12200k|   5.1 |   580M |  40 | 101 | 259 | 227 |  10k|  1 |1936k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3126.66/3140.07	c  3140s|  2389k|243468 | 12200k|   5.1 |   580M |  40 | 101 | 259 | 227 |  10k|  1 |1936k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3126.95/3140.33	c  3140s|  2389k|243470 | 12201k|   5.1 |   580M |  40 | 101 | 259 | 227 |  10k|  1 |1936k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3127.15/3140.53	c  3141s|  2389k|243488 | 12201k|   5.1 |   580M |  40 | 101 | 259 | 227 |  10k|  1 |1936k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3127.35/3140.75	c  3141s|  2389k|243509 | 12202k|   5.1 |   580M |  40 | 101 | 258 | 227 |  10k|  1 |1936k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3127.66/3141.03	c  3141s|  2389k|243519 | 12202k|   5.1 |   580M |  40 | 101 | 259 | 227 |  10k|  1 |1936k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3127.85/3141.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3127.85/3141.22	c  3141s|  2389k|243534 | 12203k|   5.1 |   580M |  40 | 101 | 257 | 227 |  10k|  1 |1936k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3128.05/3141.40	c  3141s|  2389k|243575 | 12204k|   5.1 |   580M |  40 | 101 | 257 | 227 |  10k|  1 |1936k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3128.15/3141.56	c  3142s|  2390k|243584 | 12204k|   5.1 |   580M |  40 | 101 | 259 | 227 |  10k|  1 |1936k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3128.45/3141.83	c  3142s|  2390k|243603 | 12205k|   5.1 |   580M |  40 | 101 | 257 | 227 |  10k|  1 |1936k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3128.65/3142.07	c  3142s|  2390k|243620 | 12205k|   5.1 |   580M |  40 | 101 | 259 | 227 |  10k|  0 |1937k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3128.95/3142.36	c  3142s|  2390k|243625 | 12206k|   5.1 |   580M |  40 | 101 | 258 | 227 |  10k|  1 |1937k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3129.15/3142.57	c  3143s|  2390k|243628 | 12206k|   5.1 |   580M |  40 | 101 | 258 |   0 |  10k|  0 |1937k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3129.44/3142.80	c  3143s|  2390k|243651 | 12207k|   5.1 |   580M |  40 | 101 | 258 | 227 |  10k|  1 |1937k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3129.54/3142.97	c  3143s|  2390k|243669 | 12207k|   5.1 |   580M |  40 | 101 | 258 | 227 |  10k|  1 |1937k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3129.75/3143.16	c  3143s|  2390k|243679 | 12208k|   5.1 |   580M |  40 | 101 | 258 | 227 |  10k|  1 |1937k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3129.94/3143.33	c  3143s|  2390k|243684 | 12208k|   5.1 |   580M |  40 | 101 | 258 | 227 |  10k|  1 |1937k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3130.14/3143.51	c  3144s|  2390k|243689 | 12208k|   5.1 |   580M |  40 | 101 | 257 | 227 |  10k|  1 |1937k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3130.24/3143.68	c  3144s|  2391k|243695 | 12209k|   5.1 |   580M |  40 | 101 | 258 | 227 |  10k|  1 |1937k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3130.44/3143.85	c  3144s|  2391k|243702 | 12209k|   5.1 |   580M |  40 | 101 | 259 | 227 |  10k|  1 |1937k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3130.64/3144.06	c  3144s|  2391k|243698 | 12210k|   5.1 |   580M |  40 | 101 | 258 | 227 |  10k|  1 |1938k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3130.94/3144.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3130.94/3144.32	c  3144s|  2391k|243695 | 12210k|   5.1 |   580M |  40 | 101 | 259 |   0 |  10k|  0 |1938k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3131.14/3144.54	c  3145s|  2391k|243716 | 12211k|   5.1 |   580M |  40 | 101 | 259 | 227 |  10k|  0 |1938k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3131.44/3144.83	c  3145s|  2391k|243728 | 12211k|   5.1 |   580M |  40 | 101 | 257 | 227 |  10k|  1 |1938k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3131.64/3145.01	c  3145s|  2391k|243735 | 12212k|   5.1 |   580M |  40 | 101 | 257 | 227 |  10k|  1 |1938k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3131.83/3145.26	c  3145s|  2391k|243725 | 12212k|   5.1 |   580M |  40 | 101 | 257 | 227 |  10k|  1 |1938k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3132.03/3145.49	c  3145s|  2391k|243756 | 12213k|   5.1 |   580M |  40 | 101 | 257 | 227 |  10k|  1 |1938k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3132.33/3145.77	c  3146s|  2391k|243749 | 12213k|   5.1 |   580M |  40 | 101 | 257 | 227 |  10k|  0 |1938k|  31 | 0.000000e+00 |      --      |    Inf |   1.30%
3132.64/3146.04	c  3146s|  2392k|243750 | 12213k|   5.1 |   580M |  40 | 101 | 259 | 227 |  10k|  1 |1938k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3132.83/3146.23	c  3146s|  2392k|243753 | 12214k|   5.1 |   580M |  40 | 101 | 258 | 227 |  10k|  0 |1938k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3133.03/3146.48	c  3146s|  2392k|243758 | 12215k|   5.1 |   580M |  40 | 101 | 258 |   0 |  10k|  0 |1938k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3133.33/3146.70	c  3147s|  2392k|243776 | 12215k|   5.1 |   580M |  40 | 101 | 257 | 227 |  10k|  0 |1939k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3133.53/3146.95	c  3147s|  2392k|243789 | 12216k|   5.1 |   580M |  40 | 101 | 259 | 227 |  10k|  1 |1939k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3133.73/3147.19	c  3147s|  2392k|243811 | 12216k|   5.1 |   580M |  40 | 101 | 259 | 227 |  10k|  1 |1939k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3134.03/3147.47	c  3147s|  2392k|243839 | 12217k|   5.1 |   580M |  40 | 101 | 259 | 227 |  10k|  1 |1939k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3134.32/3147.72	c  3148s|  2392k|243842 | 12218k|   5.1 |   580M |  40 | 101 | 259 | 227 |  10k|  1 |1939k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3134.52/3147.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3134.52/3147.95	c  3148s|  2392k|243827 | 12218k|   5.1 |   580M |  40 | 101 | 259 | 227 |  10k|  1 |1939k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3134.82/3148.21	c  3148s|  2392k|243860 | 12219k|   5.1 |   580M |  40 | 101 | 258 | 227 |  10k|  1 |1939k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3135.02/3148.42	c  3148s|  2393k|243858 | 12219k|   5.1 |   580M |  40 | 101 | 258 | 227 |  10k|  0 |1939k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3135.22/3148.66	c  3149s|  2393k|243864 | 12220k|   5.1 |   580M |  40 | 101 | 259 | 227 |  10k|  1 |1939k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3135.52/3148.91	c  3149s|  2393k|243874 | 12220k|   5.1 |   580M |  40 | 101 | 257 | 227 |  10k|  0 |1939k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3135.72/3149.13	c  3149s|  2393k|243889 | 12220k|   5.1 |   580M |  40 | 101 | 259 | 227 |  10k|  1 |1940k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3135.92/3149.32	c  3149s|  2393k|243907 | 12221k|   5.1 |   580M |  40 | 101 | 259 |   0 |  10k|  0 |1940k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3136.12/3149.52	c  3150s|  2393k|243913 | 12221k|   5.1 |   581M |  40 | 101 | 259 | 227 |  10k|  1 |1940k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3136.32/3149.71	c  3150s|  2393k|243917 | 12222k|   5.1 |   581M |  40 | 101 | 258 | 227 |  10k|  0 |1940k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3136.52/3149.91	c  3150s|  2393k|243922 | 12222k|   5.1 |   581M |  40 | 101 | 258 | 227 |  10k|  1 |1940k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3136.72/3150.14	c  3150s|  2393k|243938 | 12222k|   5.1 |   581M |  40 | 101 | 259 | 227 |  10k|  1 |1940k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3136.91/3150.35	c  3150s|  2393k|243954 | 12223k|   5.1 |   581M |  40 | 101 | 258 |   0 |  10k|  0 |1940k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3137.11/3150.58	c  3151s|  2394k|243994 | 12224k|   5.1 |   581M |  40 | 101 | 259 | 227 |  10k|  1 |1940k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3137.31/3150.78	c  3151s|  2394k|244001 | 12224k|   5.1 |   581M |  40 | 101 | 258 |   0 |  10k|  0 |1940k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3137.51/3150.99	c  3151s|  2394k|244000 | 12224k|   5.1 |   582M |  40 | 101 | 258 |   0 |  10k|  0 |1940k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3137.81/3151.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3137.81/3151.22	c  3151s|  2394k|244046 | 12225k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  1 |1940k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3138.01/3151.47	c  3151s|  2394k|244042 | 12226k|   5.1 |   582M |  40 | 101 | 258 |   0 |  10k|  0 |1941k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3138.31/3151.78	c  3152s|  2394k|244048 | 12226k|   5.1 |   582M |  40 | 101 | 257 | 227 |  10k|  1 |1941k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3138.61/3152.02	c  3152s|  2394k|244043 | 12226k|   5.1 |   582M |  40 | 101 | 257 | 227 |  10k|  0 |1941k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3138.81/3152.21	c  3152s|  2394k|244058 | 12227k|   5.1 |   582M |  40 | 101 | 259 | 227 |  10k|  1 |1941k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3139.01/3152.43	c  3152s|  2394k|244059 | 12227k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  0 |1941k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3139.20/3152.66	c  3153s|  2394k|244071 | 12228k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  1 |1941k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3139.40/3152.84	c  3153s|  2395k|244090 | 12228k|   5.1 |   582M |  40 | 101 | 259 | 227 |  10k|  1 |1941k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3139.61/3153.10	c  3153s|  2395k|244100 | 12229k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  0 |1941k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3139.80/3153.26	c  3153s|  2395k|244111 | 12229k|   5.1 |   582M |  40 | 101 | 259 |   0 |  10k|  0 |1941k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3140.00/3153.45	c  3153s|  2395k|244106 | 12229k|   5.1 |   582M |  40 | 101 | 257 |   0 |  10k|  0 |1941k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3140.20/3153.65	c  3154s|  2395k|244121 | 12230k|   5.1 |   582M |  40 | 101 | 260 | 227 |  10k|  1 |1942k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3140.40/3153.86	c  3154s|  2395k|244176 | 12231k|   5.1 |   582M |  40 | 101 | 260 | 227 |  10k|  1 |1942k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3140.60/3154.09	c  3154s|  2395k|244212 | 12232k|   5.1 |   582M |  40 | 101 | 260 | 227 |  10k|  1 |1942k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3140.90/3154.30	c  3154s|  2395k|244220 | 12232k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  0 |1942k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3141.10/3154.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3141.10/3154.52	c  3155s|  2395k|244225 | 12233k|   5.1 |   582M |  40 | 101 | 259 | 227 |  10k|  1 |1942k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3141.30/3154.72	c  3155s|  2395k|244240 | 12233k|   5.1 |   582M |  40 | 101 | 257 | 227 |  10k|  1 |1942k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3141.49/3154.99	c  3155s|  2396k|244236 | 12234k|   5.1 |   582M |  40 | 101 | 259 |   0 |  10k|  0 |1942k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3141.79/3155.25	c  3155s|  2396k|244225 | 12234k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  1 |1942k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3141.99/3155.48	c  3155s|  2396k|244220 | 12234k|   5.1 |   582M |  40 | 101 | 259 | 227 |  10k|  1 |1942k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3142.29/3155.74	c  3156s|  2396k|244209 | 12235k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  1 |1942k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3142.49/3155.99	c  3156s|  2396k|244205 | 12235k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  1 |1943k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3142.79/3156.21	c  3156s|  2396k|244200 | 12236k|   5.1 |   582M |  40 | 101 | 259 |   0 |  10k|  0 |1943k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3142.99/3156.48	c  3156s|  2396k|244189 | 12236k|   5.1 |   582M |  40 | 101 | 259 |   0 |  10k|  0 |1943k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3143.29/3156.72	c  3157s|  2396k|244184 | 12236k|   5.1 |   582M |  40 | 101 | 257 | 227 |  10k|  1 |1943k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3143.49/3156.95	c  3157s|  2396k|244185 | 12237k|   5.1 |   582M |  40 | 101 | 259 | 227 |  10k|  1 |1943k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3143.79/3157.20	c  3157s|  2396k|244178 | 12237k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  0 |1943k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3144.08/3157.51	c  3158s|  2397k|244171 | 12238k|   5.1 |   582M |  40 | 101 | 259 |   0 |  10k|  0 |1943k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3144.28/3157.71	c  3158s|  2397k|244177 | 12238k|   5.1 |   582M |  40 | 101 | 259 |   0 |  10k|  0 |1943k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3144.48/3157.94	c  3158s|  2397k|244183 | 12238k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  1 |1943k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3144.69/3158.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3144.69/3158.20	c  3158s|  2397k|244170 | 12239k|   5.1 |   582M |  40 | 101 | 259 |   0 |  10k|  0 |1943k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3144.98/3158.41	c  3158s|  2397k|244182 | 12239k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  1 |1944k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3145.18/3158.62	c  3159s|  2397k|244192 | 12240k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  1 |1944k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3145.38/3158.85	c  3159s|  2397k|244219 | 12241k|   5.1 |   582M |  40 | 101 | 259 | 227 |  10k|  1 |1944k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3145.58/3159.09	c  3159s|  2397k|244220 | 12241k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  1 |1944k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3145.88/3159.38	c  3159s|  2397k|244229 | 12241k|   5.1 |   582M |  40 | 101 | 259 |   0 |  10k|  0 |1944k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3146.08/3159.59	c  3160s|  2397k|244240 | 12242k|   5.1 |   582M |  40 | 101 | 259 | 227 |  10k|  1 |1944k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3146.28/3159.79	c  3160s|  2398k|244241 | 12242k|   5.1 |   582M |  40 | 101 | 259 |   0 |  10k|  0 |1944k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3146.58/3160.04	c  3160s|  2398k|244264 | 12243k|   5.1 |   582M |  40 | 101 | 259 |   0 |  10k|  0 |1944k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3146.87/3160.31	c  3160s|  2398k|244281 | 12244k|   5.1 |   582M |  40 | 101 | 260 | 227 |  10k|  1 |1944k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3146.97/3160.49	c  3160s|  2398k|244294 | 12244k|   5.1 |   582M |  40 | 101 | 259 | 227 |  10k|  0 |1944k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3147.17/3160.68	c  3161s|  2398k|244287 | 12245k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  1 |1944k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3147.47/3160.92	c  3161s|  2398k|244295 | 12245k|   5.1 |   582M |  40 | 101 | 257 | 227 |  10k|  1 |1945k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3147.57/3161.09	c  3161s|  2398k|244307 | 12245k|   5.1 |   582M |  40 | 101 | 259 | 227 |  10k|  1 |1945k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3147.87/3161.30	c  3161s|  2398k|244311 | 12246k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  1 |1945k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3148.07/3161.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3148.07/3161.54	c  3162s|  2398k|244314 | 12246k|   5.1 |   582M |  40 | 101 | 259 | 227 |  10k|  1 |1945k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3148.27/3161.70	c  3162s|  2398k|244313 | 12247k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  0 |1945k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3148.47/3161.90	c  3162s|  2399k|244328 | 12247k|   5.1 |   582M |  40 | 101 | 257 |   0 |  10k|  0 |1945k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3148.67/3162.13	c  3162s|  2399k|244340 | 12248k|   5.1 |   582M |  40 | 101 | 259 | 227 |  10k|  1 |1945k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3148.86/3162.35	c  3162s|  2399k|244347 | 12248k|   5.1 |   582M |  40 | 101 | 259 |   0 |  10k|  0 |1945k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3149.16/3162.61	c  3163s|  2399k|244348 | 12249k|   5.1 |   582M |  40 | 101 | 259 |   0 |  10k|  0 |1945k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3149.36/3162.84	c  3163s|  2399k|244369 | 12249k|   5.1 |   582M |  40 | 101 | 259 |   0 |  10k|  0 |1945k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3149.57/3163.10	c  3163s|  2399k|244392 | 12250k|   5.1 |   582M |  40 | 101 | 257 | 227 |  10k|  0 |1945k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3149.86/3163.37	c  3163s|  2399k|244383 | 12250k|   5.1 |   582M |  40 | 101 | 257 | 227 |  10k|  1 |1946k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3150.16/3163.63	c  3164s|  2399k|244394 | 12251k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  1 |1946k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3150.36/3163.85	c  3164s|  2399k|244414 | 12251k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  1 |1946k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3150.66/3164.11	c  3164s|  2399k|244420 | 12252k|   5.1 |   582M |  40 | 101 | 259 | 227 |  10k|  1 |1946k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3150.86/3164.33	c  3164s|  2400k|244425 | 12252k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  1 |1946k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3151.06/3164.59	c  3165s|  2400k|244420 | 12253k|   5.1 |   582M |  40 | 101 | 259 |   0 |  10k|  0 |1946k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3151.25/3164.75	c  3165s|  2400k|244439 | 12253k|   5.1 |   582M |  40 | 101 | 259 |   0 |  10k|  0 |1946k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3151.45/3164.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3151.45/3164.91	c  3165s|  2400k|244455 | 12254k|   5.1 |   582M |  40 | 101 | 257 | 227 |  10k|  1 |1946k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3151.56/3165.07	c  3165s|  2400k|244450 | 12254k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  0 |1946k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3151.75/3165.27	c  3165s|  2400k|244456 | 12254k|   5.1 |   582M |  40 | 101 | 259 | 227 |  10k|  1 |1947k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3151.95/3165.48	c  3165s|  2400k|244444 | 12255k|   5.1 |   582M |  40 | 101 | 257 |   0 |  10k|  0 |1947k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3152.25/3165.77	c  3166s|  2400k|244451 | 12255k|   5.1 |   582M |  40 | 101 | 257 |   0 |  10k|  0 |1947k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3152.55/3166.04	c  3166s|  2400k|244481 | 12256k|   5.1 |   582M |  40 | 101 | 259 | 227 |  10k|  1 |1947k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3152.75/3166.21	c  3166s|  2400k|244506 | 12257k|   5.1 |   582M |  40 | 101 | 259 |   0 |  10k|  0 |1947k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3152.85/3166.38	c  3166s|  2401k|244526 | 12257k|   5.1 |   582M |  40 | 101 | 259 | 227 |  10k|  1 |1947k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3153.15/3166.60	c  3167s|  2401k|244527 | 12258k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  1 |1947k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3153.25/3166.79	c  3167s|  2401k|244525 | 12258k|   5.1 |   582M |  40 | 101 | 258 |   0 |  10k|  0 |1947k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3153.55/3167.02	c  3167s|  2401k|244526 | 12259k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  1 |1947k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3153.74/3167.26	c  3167s|  2401k|244522 | 12259k|   5.1 |   582M |  40 | 101 | 259 |   0 |  10k|  0 |1947k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3153.94/3167.49	c  3167s|  2401k|244535 | 12259k|   5.1 |   582M |  40 | 101 | 259 | 227 |  10k|  0 |1948k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3154.14/3167.68	c  3168s|  2401k|244544 | 12260k|   5.1 |   582M |  40 | 101 | 259 |   0 |  10k|  0 |1948k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3154.44/3167.93	c  3168s|  2401k|244572 | 12261k|   5.1 |   582M |  40 | 101 | 259 | 227 |  10k|  1 |1948k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3154.65/3168.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3154.65/3168.12	c  3168s|  2401k|244611 | 12261k|   5.1 |   582M |  40 | 101 | 259 | 227 |  10k|  1 |1948k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3154.84/3168.33	c  3168s|  2401k|244609 | 12262k|   5.1 |   582M |  40 | 101 | 259 |   0 |  10k|  0 |1948k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3155.04/3168.56	c  3169s|  2402k|244614 | 12262k|   5.1 |   582M |  40 | 101 | 257 | 227 |  10k|  1 |1948k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3155.24/3168.77	c  3169s|  2402k|244634 | 12263k|   5.1 |   582M |  40 | 101 | 260 |   0 |  10k|  0 |1948k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3155.54/3169.01	c  3169s|  2402k|244666 | 12263k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  1 |1948k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3155.64/3169.16	c  3169s|  2402k|244661 | 12264k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  1 |1948k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3155.84/3169.38	c  3169s|  2402k|244672 | 12264k|   5.1 |   582M |  40 | 101 | 260 |   0 |  10k|  0 |1948k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3156.03/3169.58	c  3170s|  2402k|244676 | 12265k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  1 |1949k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3156.33/3169.84	c  3170s|  2402k|244688 | 12265k|   5.1 |   582M |  40 | 101 | 257 | 227 |  10k|  0 |1949k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3156.54/3170.05	c  3170s|  2402k|244694 | 12266k|   5.1 |   582M |  40 | 101 | 257 | 227 |  10k|  0 |1949k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3156.73/3170.27	c  3170s|  2402k|244683 | 12266k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  1 |1949k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3157.03/3170.50	c  3170s|  2402k|244676 | 12266k|   5.1 |   582M |  40 | 101 | 259 | 227 |  10k|  1 |1949k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3157.23/3170.71	c  3171s|  2403k|244690 | 12267k|   5.1 |   582M |  40 | 101 | 258 | 227 |  10k|  1 |1949k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3157.43/3170.94	c  3171s|  2403k|244709 | 12268k|   5.1 |   582M |  40 | 101 | 257 | 227 |  10k|  0 |1949k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3157.63/3171.17	c  3171s|  2403k|244746 | 12269k|   5.1 |   582M |  40 | 101 | 259 | 227 |  10k|  0 |1949k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3157.93/3171.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3157.93/3171.41	c  3171s|  2403k|244760 | 12269k|   5.1 |   583M |  40 | 101 | 259 |   0 |  10k|  0 |1949k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3158.13/3171.65	c  3172s|  2403k|244820 | 12270k|   5.1 |   583M |  40 | 101 | 259 | 227 |  10k|  1 |1949k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3158.42/3171.94	c  3172s|  2403k|244843 | 12271k|   5.1 |   583M |  40 | 101 | 259 |   0 |  10k|  0 |1949k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3158.63/3172.19	c  3172s|  2403k|244841 | 12271k|   5.1 |   583M |  40 | 101 | 258 |   0 |  10k|  0 |1950k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3159.02/3172.51	c  3173s|  2403k|244843 | 12271k|   5.1 |   583M |  40 | 101 | 259 | 227 |  10k|  1 |1950k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3159.22/3172.78	c  3173s|  2403k|244847 | 12272k|   5.1 |   583M |  40 | 101 | 258 | 227 |  10k|  1 |1950k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3159.53/3173.02	c  3173s|  2403k|244869 | 12272k|   5.1 |   583M |  40 | 101 | 259 |   0 |  10k|  0 |1950k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3159.82/3173.30	c  3173s|  2404k|244856 | 12272k|   5.1 |   583M |  40 | 101 | 258 | 227 |  10k|  1 |1950k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3160.02/3173.56	c  3174s|  2404k|244864 | 12273k|   5.1 |   583M |  40 | 101 | 257 |   0 |  10k|  0 |1950k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3160.32/3173.80	c  3174s|  2404k|244871 | 12273k|   5.1 |   583M |  40 | 101 | 259 | 227 |  10k|  1 |1950k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3160.52/3174.02	c  3174s|  2404k|244911 | 12274k|   5.1 |   583M |  40 | 101 | 259 |   0 |  10k|  0 |1950k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3160.72/3174.29	c  3174s|  2404k|244923 | 12274k|   5.1 |   583M |  40 | 101 | 257 | 227 |  10k|  1 |1950k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3161.01/3174.52	c  3175s|  2404k|244925 | 12275k|   5.1 |   583M |  40 | 101 | 258 | 227 |  10k|  1 |1950k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3161.21/3174.77	c  3175s|  2404k|244939 | 12275k|   5.1 |   583M |  40 | 101 | 257 | 227 |  10k|  1 |1950k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3161.52/3175.01	c  3175s|  2404k|244933 | 12276k|   5.1 |   583M |  40 | 101 | 257 | 227 |  10k|  1 |1950k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3161.81/3175.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3161.81/3175.30	c  3175s|  2404k|244928 | 12276k|   5.1 |   583M |  40 | 101 | 259 | 227 |  10k|  1 |1951k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3161.91/3175.48	c  3175s|  2404k|244924 | 12276k|   5.1 |   583M |  40 | 101 | 259 |   0 |  10k|  0 |1951k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3162.21/3175.72	c  3176s|  2405k|244948 | 12277k|   5.1 |   583M |  40 | 101 | 258 | 227 |  10k|  1 |1951k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3162.41/3175.94	c  3176s|  2405k|244960 | 12278k|   5.1 |   583M |  40 | 101 | 259 |   0 |  10k|  0 |1951k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3162.61/3176.12	c  3176s|  2405k|244967 | 12278k|   5.1 |   583M |  40 | 101 | 259 | 227 |  10k|  1 |1951k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3162.81/3176.32	c  3176s|  2405k|244979 | 12279k|   5.1 |   583M |  40 | 101 | 257 | 227 |  10k|  0 |1951k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3163.01/3176.53	c  3177s|  2405k|244977 | 12279k|   5.1 |   583M |  40 | 101 | 257 | 227 |  10k|  0 |1951k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3163.21/3176.74	c  3177s|  2405k|244975 | 12280k|   5.1 |   583M |  40 | 101 | 260 | 227 |  10k|  1 |1951k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3163.41/3176.95	c  3177s|  2405k|244979 | 12280k|   5.1 |   583M |  40 | 101 | 259 | 227 |  10k|  1 |1951k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3163.70/3177.25	c  3177s|  2405k|244955 | 12280k|   5.1 |   583M |  40 | 101 | 259 | 227 |  10k|  1 |1952k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3164.00/3177.53	c  3178s|  2405k|244952 | 12281k|   5.1 |   583M |  40 | 101 | 258 | 227 |  10k|  1 |1952k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3164.30/3177.81	c  3178s|  2405k|244958 | 12281k|   5.1 |   583M |  40 | 101 | 257 | 227 |  10k|  1 |1952k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3164.51/3178.04	c  3178s|  2406k|244963 | 12282k|   5.1 |   583M |  40 | 101 | 259 | 227 |  10k|  1 |1952k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3164.70/3178.28	c  3178s|  2406k|244968 | 12282k|   5.1 |   583M |  40 | 101 | 259 | 227 |  10k|  1 |1952k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3165.00/3178.55	c  3179s|  2406k|244955 | 12283k|   5.1 |   583M |  40 | 101 | 258 |   0 |  10k|  0 |1952k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3165.20/3178.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3165.20/3178.76	c  3179s|  2406k|244968 | 12283k|   5.1 |   583M |  40 | 101 | 258 | 227 |  10k|  0 |1952k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3165.40/3179.00	c  3179s|  2406k|244955 | 12284k|   5.1 |   583M |  40 | 101 | 257 | 227 |  10k|  0 |1952k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3165.70/3179.22	c  3179s|  2406k|244969 | 12284k|   5.1 |   583M |  40 | 101 | 258 | 227 |  10k|  1 |1952k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3165.90/3179.45	c  3179s|  2406k|244988 | 12285k|   5.1 |   583M |  40 | 101 | 259 |   0 |  10k|  0 |1952k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3166.09/3179.66	c  3180s|  2406k|244988 | 12285k|   5.1 |   583M |  40 | 101 | 259 |   0 |  10k|  0 |1952k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3166.39/3179.98	c  3180s|  2406k|244979 | 12286k|   5.1 |   583M |  40 | 101 | 259 | 227 |  10k|  1 |1953k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3166.69/3180.27	c  3180s|  2406k|245000 | 12286k|   5.1 |   583M |  40 | 101 | 257 | 227 |  10k|  1 |1953k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3166.99/3180.54	c  3181s|  2407k|245002 | 12287k|   5.1 |   583M |  40 | 101 | 257 | 227 |  10k|  1 |1953k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3167.29/3180.80	c  3181s|  2407k|245002 | 12287k|   5.1 |   583M |  40 | 101 | 259 | 227 |  10k|  1 |1953k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3167.49/3181.06	c  3181s|  2407k|245003 | 12287k|   5.1 |   583M |  40 | 101 | 259 |   0 |  10k|  0 |1953k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3167.79/3181.30	c  3181s|  2407k|245017 | 12288k|   5.1 |   583M |  40 | 101 | 258 | 227 |  10k|  0 |1953k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3167.99/3181.58	c  3182s|  2407k|245022 | 12289k|   5.1 |   583M |  40 | 101 | 259 | 227 |  10k|  1 |1953k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3168.29/3181.85	c  3182s|  2407k|245034 | 12289k|   5.1 |   583M |  40 | 101 | 259 | 227 |  10k|  1 |1953k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3168.59/3182.12	c  3182s|  2407k|245045 | 12290k|   5.1 |   583M |  40 | 101 | 259 | 227 |  10k|  1 |1953k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3168.78/3182.32	c  3182s|  2407k|245060 | 12290k|   5.1 |   584M |  40 | 101 | 258 | 227 |  10k|  1 |1953k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3168.98/3182.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3168.98/3182.58	c  3183s|  2407k|245065 | 12291k|   5.1 |   584M |  40 | 101 | 259 | 227 |  10k|  1 |1954k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3169.28/3182.84	c  3183s|  2407k|245053 | 12291k|   5.1 |   584M |  40 | 101 | 257 |   0 |  10k|  0 |1954k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3169.59/3183.14	c  3183s|  2408k|245066 | 12291k|   5.1 |   584M |  40 | 101 | 259 |   0 |  10k|  0 |1954k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3169.88/3183.48	c  3183s|  2408k|245063 | 12292k|   5.1 |   584M |  40 | 101 | 258 |   0 |  10k|  0 |1954k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3170.18/3183.74	c  3184s|  2408k|245068 | 12292k|   5.1 |   584M |  40 | 101 | 258 |   0 |  10k|  0 |1954k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3170.48/3184.04	c  3184s|  2408k|245076 | 12293k|   5.1 |   584M |  40 | 101 | 257 | 228 |  10k|  1 |1954k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3170.78/3184.32	c  3184s|  2408k|245078 | 12293k|   5.1 |   584M |  40 | 101 | 259 |   0 |  10k|  0 |1954k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3170.97/3184.54	c  3185s|  2408k|245085 | 12294k|   5.1 |   584M |  40 | 101 | 259 | 230 |  10k|  1 |1954k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3171.17/3184.79	c  3185s|  2408k|245114 | 12294k|   5.1 |   584M |  40 | 101 | 258 | 232 |  10k|  1 |1954k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3171.48/3185.07	c  3185s|  2408k|245111 | 12295k|   5.1 |   584M |  40 | 101 | 258 | 232 |  10k|  1 |1954k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3171.77/3185.33	c  3185s|  2408k|245110 | 12295k|   5.1 |   584M |  40 | 101 | 258 | 232 |  10k|  1 |1955k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3171.97/3185.57	c  3186s|  2408k|245121 | 12296k|   5.1 |   584M |  40 | 101 | 259 | 232 |  10k|  1 |1955k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3172.27/3185.83	c  3186s|  2409k|245130 | 12296k|   5.1 |   584M |  40 | 101 | 258 | 232 |  10k|  1 |1955k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3172.47/3186.07	c  3186s|  2409k|245124 | 12296k|   5.1 |   584M |  40 | 101 | 260 | 232 |  10k|  1 |1955k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3172.77/3186.35	c  3186s|  2409k|245109 | 12296k|   5.1 |   584M |  40 | 101 | 259 | 232 |  10k|  1 |1955k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3173.07/3186.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3173.07/3186.66	c  3187s|  2409k|245092 | 12297k|   5.1 |   584M |  40 | 101 | 258 | 229 |  10k|  1 |1955k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3173.27/3186.89	c  3187s|  2409k|245104 | 12297k|   5.1 |   584M |  40 | 101 | 258 | 226 |  10k|  1 |1955k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3173.57/3187.19	c  3187s|  2409k|245139 | 12298k|   5.1 |   584M |  40 | 101 | 259 | 226 |  10k|  1 |1955k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3173.86/3187.48	c  3187s|  2409k|245135 | 12298k|   5.1 |   584M |  40 | 101 | 260 | 226 |  10k|  1 |1955k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3174.16/3187.74	c  3188s|  2409k|245154 | 12299k|   5.1 |   584M |  40 | 101 | 259 |   0 |  10k|  0 |1955k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3174.47/3188.01	c  3188s|  2409k|245181 | 12300k|   5.1 |   584M |  40 | 101 | 258 | 226 |  10k|  1 |1955k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3174.76/3188.32	c  3188s|  2409k|245195 | 12300k|   5.1 |   584M |  40 | 101 | 259 | 226 |  10k|  1 |1955k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3174.96/3188.56	c  3189s|  2410k|245195 | 12300k|   5.1 |   584M |  40 | 101 | 259 |   0 |  10k|  0 |1956k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3175.16/3188.78	c  3189s|  2410k|245183 | 12301k|   5.1 |   584M |  40 | 101 | 259 | 226 |  10k|  1 |1956k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3175.46/3189.00	c  3189s|  2410k|245199 | 12302k|   5.1 |   584M |  40 | 101 | 257 | 233 |  10k|  1 |1956k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3175.66/3189.21	c  3189s|  2410k|245199 | 12302k|   5.1 |   584M |  40 | 101 | 257 | 232 |  10k|  1 |1956k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3175.85/3189.48	c  3189s|  2410k|245203 | 12303k|   5.1 |   584M |  40 | 101 | 258 | 231 |  10k|  1 |1956k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3176.15/3189.71	c  3190s|  2410k|245249 | 12303k|   5.1 |   585M |  40 | 101 | 259 | 231 |  10k|  1 |1956k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3176.35/3189.95	c  3190s|  2410k|245251 | 12304k|   5.1 |   585M |  40 | 101 | 259 |   0 |  10k|  0 |1956k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3176.56/3190.16	c  3190s|  2410k|245263 | 12304k|   5.1 |   585M |  40 | 101 | 257 | 231 |  10k|  0 |1956k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3176.75/3190.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3176.75/3190.37	c  3190s|  2410k|245289 | 12305k|   5.1 |   585M |  40 | 101 | 257 | 231 |  10k|  0 |1956k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3177.05/3190.60	c  3191s|  2410k|245308 | 12306k|   5.1 |   585M |  40 | 101 | 257 | 231 |  10k|  1 |1956k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3177.15/3190.79	c  3191s|  2411k|245306 | 12306k|   5.1 |   585M |  40 | 101 | 259 |   0 |  10k|  0 |1956k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3177.35/3190.97	c  3191s|  2411k|245308 | 12307k|   5.1 |   585M |  40 | 101 | 257 | 231 |  10k|  0 |1956k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3177.65/3191.23	c  3191s|  2411k|245303 | 12307k|   5.1 |   585M |  40 | 101 | 257 | 231 |  10k|  1 |1957k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3177.95/3191.50	c  3192s|  2411k|245299 | 12308k|   5.1 |   585M |  40 | 101 | 258 | 233 |  10k|  1 |1957k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3178.15/3191.75	c  3192s|  2411k|245308 | 12308k|   5.1 |   585M |  40 | 101 | 258 | 226 |  10k|  1 |1957k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3178.45/3192.01	c  3192s|  2411k|245308 | 12309k|   5.1 |   585M |  40 | 101 | 258 | 226 |  10k|  0 |1957k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3178.74/3192.34	c  3192s|  2411k|245292 | 12309k|   5.1 |   585M |  40 | 101 | 257 | 230 |  10k|  0 |1957k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3178.94/3192.57	c  3193s|  2411k|245294 | 12309k|   5.1 |   585M |  40 | 101 | 258 | 230 |  10k|  1 |1957k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3179.24/3192.81	c  3193s|  2411k|245297 | 12310k|   5.1 |   585M |  40 | 101 | 258 | 227 |  10k|  1 |1957k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3179.55/3193.13	c  3193s|  2411k|245284 | 12310k|   5.1 |   585M |  40 | 101 | 258 | 228 |  10k|  1 |1957k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3179.74/3193.35	c  3193s|  2412k|245311 | 12311k|   5.1 |   585M |  40 | 101 | 257 | 231 |  10k|  1 |1957k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3179.94/3193.55	c  3194s|  2412k|245312 | 12311k|   5.1 |   585M |  40 | 101 | 257 | 231 |  10k|  1 |1957k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3180.14/3193.76	c  3194s|  2412k|245310 | 12312k|   5.1 |   585M |  40 | 101 | 259 | 231 |  10k|  1 |1957k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3180.34/3193.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3180.34/3193.97	c  3194s|  2412k|245313 | 12312k|   5.1 |   585M |  40 | 101 | 258 | 231 |  10k|  1 |1957k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3180.54/3194.17	c  3194s|  2412k|245319 | 12312k|   5.1 |   585M |  40 | 101 | 257 | 226 |  10k|  1 |1958k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3180.74/3194.33	c  3194s|  2412k|245330 | 12313k|   5.1 |   585M |  40 | 101 | 258 | 234 |  10k|  0 |1958k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3180.93/3194.57	c  3195s|  2412k|245334 | 12313k|   5.1 |   585M |  40 | 101 | 257 | 230 |  10k|  1 |1958k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3181.23/3194.80	c  3195s|  2412k|245337 | 12314k|   5.1 |   585M |  40 | 101 | 257 | 231 |  10k|  0 |1958k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3181.44/3195.09	c  3195s|  2412k|245329 | 12314k|   5.1 |   585M |  40 | 101 | 258 | 228 |  10k|  0 |1958k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3181.63/3195.28	c  3195s|  2412k|245348 | 12315k|   5.1 |   585M |  40 | 101 | 260 |   0 |  10k|  0 |1958k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3181.83/3195.47	c  3195s|  2413k|245339 | 12315k|   5.1 |   585M |  40 | 101 | 258 | 233 |  10k|  0 |1958k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3182.03/3195.68	c  3196s|  2413k|245343 | 12315k|   5.1 |   585M |  40 | 101 | 259 | 230 |  10k|  0 |1958k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3182.33/3195.91	c  3196s|  2413k|245338 | 12316k|   5.1 |   585M |  40 | 101 | 259 | 227 |  10k|  1 |1958k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3182.53/3196.18	c  3196s|  2413k|245333 | 12316k|   5.1 |   585M |  40 | 101 | 259 | 228 |  10k|  1 |1958k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3182.83/3196.46	c  3196s|  2413k|245343 | 12317k|   5.1 |   585M |  40 | 101 | 259 | 232 |  10k|  1 |1958k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3183.03/3196.67	c  3197s|  2413k|245374 | 12317k|   5.1 |   585M |  40 | 101 | 258 | 228 |  10k|  0 |1958k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3183.23/3196.84	c  3197s|  2413k|245381 | 12318k|   5.1 |   585M |  40 | 101 | 259 | 228 |  10k|  0 |1958k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3183.43/3197.05	c  3197s|  2413k|245375 | 12318k|   5.1 |   585M |  40 | 101 | 260 | 228 |  10k|  0 |1958k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3183.62/3197.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3183.62/3197.24	c  3197s|  2413k|245367 | 12319k|   5.1 |   585M |  40 | 101 | 260 |   0 |  10k|  0 |1959k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3183.92/3197.50	c  3197s|  2413k|245363 | 12319k|   5.1 |   585M |  40 | 101 | 258 |   0 |  10k|  0 |1959k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3184.12/3197.75	c  3198s|  2414k|245364 | 12319k|   5.1 |   585M |  40 | 101 | 257 | 225 |  10k|  1 |1959k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3184.32/3197.95	c  3198s|  2414k|245379 | 12320k|   5.1 |   585M |  40 | 101 | 259 | 234 |  10k|  1 |1959k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3184.53/3198.17	c  3198s|  2414k|245367 | 12320k|   5.1 |   585M |  40 | 101 | 259 | 231 |  10k|  1 |1959k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3184.82/3198.46	c  3198s|  2414k|245392 | 12321k|   5.1 |   585M |  40 | 101 | 259 |   0 |  10k|  0 |1959k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3185.12/3198.79	c  3199s|  2414k|245417 | 12321k|   5.1 |   585M |  40 | 101 | 258 | 229 |  10k|  1 |1959k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3185.52/3199.12	c  3199s|  2414k|245423 | 12322k|   5.1 |   585M |  40 | 101 | 259 |   0 |  10k|  0 |1959k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3185.71/3199.38	c  3199s|  2414k|245426 | 12323k|   5.1 |   585M |  40 | 101 | 257 | 229 |  10k|  1 |1959k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3186.01/3199.69	c  3200s|  2414k|245421 | 12323k|   5.1 |   585M |  40 | 101 | 257 | 230 |  10k|  1 |1959k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3186.31/3199.97	c  3200s|  2414k|245431 | 12323k|   5.1 |   585M |  40 | 101 | 259 | 227 |  10k|  1 |1959k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3186.61/3200.20	c  3200s|  2414k|245453 | 12324k|   5.1 |   585M |  40 | 101 | 259 | 231 |  10k|  1 |1959k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3186.81/3200.42	c  3200s|  2415k|245465 | 12324k|   5.1 |   585M |  40 | 101 | 259 |   0 |  10k|  0 |1960k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3187.01/3200.63	c  3201s|  2415k|245488 | 12325k|   5.1 |   585M |  40 | 101 | 259 |   0 |  10k|  0 |1960k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3187.21/3200.85	c  3201s|  2415k|245487 | 12325k|   5.1 |   585M |  40 | 101 | 258 | 231 |  10k|  1 |1960k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3187.41/3201.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3187.41/3201.07	c  3201s|  2415k|245482 | 12326k|   5.1 |   585M |  40 | 101 | 258 | 229 |  10k|  1 |1960k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3187.71/3201.34	c  3201s|  2415k|245482 | 12326k|   5.1 |   585M |  40 | 101 | 258 |   0 |  10k|  0 |1960k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3187.91/3201.55	c  3202s|  2415k|245511 | 12327k|   5.1 |   585M |  40 | 101 | 257 | 232 |  10k|  1 |1960k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3188.11/3201.79	c  3202s|  2415k|245529 | 12328k|   5.1 |   585M |  40 | 101 | 258 | 232 |  10k|  0 |1960k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3188.30/3201.94	c  3202s|  2415k|245537 | 12328k|   5.1 |   585M |  40 | 101 | 258 | 232 |  10k|  0 |1960k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3188.60/3202.20	c  3202s|  2415k|245545 | 12329k|   5.1 |   585M |  40 | 101 | 259 | 232 |  10k|  1 |1960k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3188.70/3202.39	c  3202s|  2415k|245558 | 12329k|   5.1 |   585M |  40 | 101 | 257 | 232 |  10k|  1 |1960k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3189.00/3202.68	c  3203s|  2416k|245565 | 12330k|   5.1 |   585M |  40 | 101 | 257 | 232 |  10k|  1 |1960k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3189.30/3202.97	c  3203s|  2416k|245561 | 12330k|   5.1 |   585M |  40 | 101 | 259 |   0 |  10k|  0 |1960k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3189.60/3203.21	c  3203s|  2416k|245579 | 12330k|   5.1 |   585M |  40 | 101 | 258 | 231 |  10k|  0 |1960k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3189.80/3203.40	c  3203s|  2416k|245582 | 12331k|   5.1 |   585M |  40 | 101 | 259 | 231 |  10k|  1 |1961k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3190.00/3203.66	c  3204s|  2416k|245563 | 12331k|   5.1 |   585M |  40 | 101 | 258 |   0 |  10k|  0 |1961k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3190.30/3203.96	c  3204s|  2416k|245558 | 12331k|   5.1 |   585M |  40 | 101 | 259 |   0 |  10k|  0 |1961k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3190.59/3204.24	c  3204s|  2416k|245583 | 12332k|   5.1 |   585M |  40 | 101 | 257 | 231 |  10k|  0 |1961k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3190.89/3204.52	c  3205s|  2416k|245588 | 12332k|   5.1 |   585M |  40 | 101 | 257 | 232 |  10k|  0 |1961k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3191.19/3204.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3191.19/3204.81	c  3205s|  2416k|245584 | 12333k|   5.1 |   585M |  40 | 101 | 259 | 229 |  10k|  0 |1961k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3191.40/3205.10	c  3205s|  2416k|245587 | 12333k|   5.1 |   585M |  40 | 101 | 257 | 234 |  10k|  0 |1961k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3191.59/3205.25	c  3205s|  2417k|245585 | 12334k|   5.1 |   585M |  40 | 101 | 259 | 234 |  10k|  1 |1961k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3191.79/3205.45	c  3205s|  2417k|245612 | 12335k|   5.1 |   585M |  40 | 101 | 260 |   0 |  10k|  0 |1961k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3192.09/3205.70	c  3206s|  2417k|245620 | 12335k|   5.1 |   585M |  40 | 101 | 259 | 234 |  10k|  0 |1961k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3192.29/3205.98	c  3206s|  2417k|245619 | 12335k|   5.1 |   585M |  40 | 101 | 259 |   0 |  10k|  0 |1961k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3192.59/3206.22	c  3206s|  2417k|245627 | 12336k|   5.1 |   585M |  40 | 101 | 258 |   0 |  10k|  0 |1961k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3192.79/3206.49	c  3206s|  2417k|245625 | 12336k|   5.1 |   585M |  40 | 101 | 259 | 228 |  10k|  1 |1961k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3193.18/3206.80	c  3207s|  2417k|245641 | 12337k|   5.1 |   585M |  40 | 101 | 259 |   0 |  10k|  0 |1962k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3193.39/3207.04	c  3207s|  2417k|245660 | 12338k|   5.1 |   585M |  40 | 101 | 259 |   0 |  10k|  0 |1962k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3193.58/3207.28	c  3207s|  2417k|245664 | 12338k|   5.1 |   585M |  40 | 101 | 258 | 228 |  10k|  1 |1962k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3193.88/3207.53	c  3208s|  2417k|245661 | 12338k|   5.1 |   585M |  40 | 101 | 259 | 228 |  10k|  1 |1962k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3194.18/3207.82	c  3208s|  2418k|245656 | 12339k|   5.1 |   585M |  40 | 101 | 258 | 230 |  10k|  0 |1962k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3194.38/3208.06	c  3208s|  2418k|245663 | 12339k|   5.1 |   585M |  40 | 101 | 259 | 228 |  10k|  1 |1962k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3194.68/3208.31	c  3208s|  2418k|245666 | 12340k|   5.1 |   585M |  40 | 101 | 259 | 229 |  10k|  1 |1962k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3194.88/3208.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3194.88/3208.55	c  3209s|  2418k|245671 | 12340k|   5.1 |   585M |  40 | 101 | 257 | 228 |  10k|  1 |1962k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3195.18/3208.82	c  3209s|  2418k|245665 | 12341k|   5.1 |   585M |  40 | 101 | 259 | 230 |  10k|  1 |1962k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3195.38/3209.08	c  3209s|  2418k|245666 | 12341k|   5.1 |   585M |  40 | 101 | 259 | 231 |  10k|  1 |1962k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3195.67/3209.32	c  3209s|  2418k|245677 | 12342k|   5.1 |   585M |  40 | 101 | 258 | 229 |  10k|  1 |1962k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3195.87/3209.58	c  3210s|  2418k|245679 | 12342k|   5.1 |   585M |  40 | 101 | 257 | 232 |  10k|  1 |1962k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3196.17/3209.83	c  3210s|  2418k|245678 | 12343k|   5.1 |   585M |  40 | 101 | 258 | 232 |  10k|  1 |1962k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3196.38/3210.06	c  3210s|  2418k|245673 | 12343k|   5.1 |   585M |  40 | 101 | 259 | 228 |  10k|  1 |1963k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3196.57/3210.29	c  3210s|  2419k|245665 | 12343k|   5.1 |   585M |  40 | 101 | 259 |   0 |  10k|  0 |1963k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3196.87/3210.58	c  3211s|  2419k|245658 | 12344k|   5.1 |   585M |  40 | 101 | 257 | 230 |  10k|  1 |1963k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3197.17/3210.84	c  3211s|  2419k|245665 | 12344k|   5.1 |   585M |  40 | 101 | 257 | 226 |  10k|  1 |1963k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3197.37/3211.09	c  3211s|  2419k|245721 | 12345k|   5.1 |   585M |  40 | 101 | 257 | 229 |  10k|  1 |1963k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3197.57/3211.22	c  3211s|  2419k|245745 | 12346k|   5.1 |   585M |  40 | 101 | 258 | 229 |  10k|  1 |1963k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3197.67/3211.39	c  3211s|  2419k|245750 | 12346k|   5.1 |   585M |  40 | 101 | 259 | 229 |  10k|  1 |1963k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3197.86/3211.56	c  3212s|  2419k|245755 | 12347k|   5.1 |   585M |  40 | 101 | 258 | 229 |  10k|  1 |1963k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3198.06/3211.74	c  3212s|  2419k|245744 | 12347k|   5.1 |   585M |  40 | 101 | 258 | 229 |  10k|  0 |1963k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3198.26/3211.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3198.26/3211.94	c  3212s|  2419k|245739 | 12347k|   5.1 |   585M |  40 | 101 | 257 | 229 |  10k|  0 |1963k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3198.47/3212.11	c  3212s|  2419k|245753 | 12348k|   5.1 |   585M |  40 | 101 | 258 | 230 |  10k|  1 |1963k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3198.76/3212.40	c  3212s|  2420k|245735 | 12348k|   5.1 |   585M |  40 | 101 | 258 | 230 |  10k|  1 |1964k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3198.96/3212.63	c  3213s|  2420k|245730 | 12349k|   5.1 |   585M |  40 | 101 | 258 | 227 |  10k|  1 |1964k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3199.16/3212.88	c  3213s|  2420k|245741 | 12349k|   5.1 |   585M |  40 | 101 | 257 | 229 |  10k|  1 |1964k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3199.36/3213.08	c  3213s|  2420k|245754 | 12349k|   5.1 |   585M |  40 | 101 | 258 |   0 |  10k|  0 |1964k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3199.66/3213.38	c  3213s|  2420k|245764 | 12350k|   5.1 |   585M |  40 | 101 | 257 | 230 |  10k|  1 |1964k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3199.96/3213.60	c  3214s|  2420k|245775 | 12350k|   5.1 |   585M |  40 | 101 | 259 |   0 |  10k|  0 |1964k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3200.16/3213.83	c  3214s|  2420k|245776 | 12350k|   5.1 |   585M |  40 | 101 | 258 | 230 |  10k|  1 |1964k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3200.46/3214.10	c  3214s|  2420k|245761 | 12351k|   5.1 |   585M |  40 | 101 | 258 | 232 |  10k|  1 |1964k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3200.65/3214.39	c  3214s|  2420k|245766 | 12351k|   5.1 |   585M |  40 | 101 | 259 | 233 |  10k|  1 |1964k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3200.95/3214.63	c  3215s|  2420k|245808 | 12352k|   5.1 |   585M |  40 | 101 | 259 | 231 |  10k|  1 |1964k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3201.15/3214.89	c  3215s|  2421k|245802 | 12352k|   5.1 |   585M |  40 | 101 | 258 |   0 |  10k|  0 |1964k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3201.36/3215.08	c  3215s|  2421k|245805 | 12353k|   5.1 |   585M |  40 | 101 | 258 | 228 |  10k|  1 |1964k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3201.65/3215.30	c  3215s|  2421k|245805 | 12353k|   5.1 |   585M |  40 | 101 | 259 | 231 |  10k|  1 |1965k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3201.85/3215.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3201.85/3215.55	c  3216s|  2421k|245799 | 12353k|   5.1 |   585M |  40 | 101 | 257 |   0 |  10k|  0 |1965k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3202.05/3215.73	c  3216s|  2421k|245809 | 12354k|   5.1 |   585M |  40 | 101 | 259 | 226 |  10k|  1 |1965k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3202.35/3216.03	c  3216s|  2421k|245838 | 12354k|   5.1 |   585M |  40 | 101 | 259 | 226 |  10k|  1 |1965k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3202.65/3216.32	c  3216s|  2421k|245839 | 12355k|   5.1 |   585M |  40 | 101 | 258 | 226 |  10k|  1 |1965k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3202.84/3216.59	c  3217s|  2421k|245841 | 12355k|   5.1 |   585M |  40 | 101 | 258 | 226 |  10k|  1 |1965k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3203.04/3216.78	c  3217s|  2421k|245851 | 12356k|   5.1 |   585M |  40 | 101 | 258 |   0 |  10k|  0 |1965k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3203.35/3217.06	c  3217s|  2421k|245868 | 12356k|   5.1 |   585M |  40 | 101 | 257 |   0 |  10k|  0 |1965k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3203.64/3217.37	c  3217s|  2422k|245848 | 12356k|   5.1 |   585M |  40 | 101 | 257 | 230 |  10k|  1 |1965k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3203.94/3217.68	c  3218s|  2422k|245843 | 12357k|   5.1 |   585M |  40 | 101 | 258 | 233 |  10k|  1 |1965k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3204.24/3217.95	c  3218s|  2422k|245848 | 12357k|   5.1 |   585M |  40 | 101 | 259 | 231 |  10k|  1 |1966k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3204.54/3218.20	c  3218s|  2422k|245853 | 12358k|   5.1 |   585M |  40 | 101 | 258 | 232 |  10k|  0 |1966k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3204.74/3218.45	c  3218s|  2422k|245846 | 12358k|   5.1 |   585M |  40 | 101 | 259 | 228 |  10k|  1 |1966k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3205.03/3218.77	c  3219s|  2422k|245839 | 12358k|   5.1 |   585M |  40 | 101 | 259 |   0 |  10k|  0 |1966k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3205.34/3219.06	c  3219s|  2422k|245843 | 12359k|   5.1 |   585M |  40 | 101 | 257 | 230 |  10k|  1 |1966k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3205.63/3219.35	c  3219s|  2422k|245845 | 12359k|   5.1 |   585M |  40 | 101 | 258 | 229 |  10k|  1 |1966k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3205.93/3219.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3205.93/3219.65	c  3220s|  2422k|245833 | 12359k|   5.1 |   585M |  40 | 101 | 257 | 231 |  10k|  1 |1966k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3206.23/3219.92	c  3220s|  2422k|245838 | 12360k|   5.1 |   585M |  40 | 101 | 258 | 226 |  10k|  1 |1966k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3206.43/3220.12	c  3220s|  2423k|245845 | 12360k|   5.1 |   585M |  40 | 101 | 259 |   0 |  10k|  0 |1966k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3206.63/3220.38	c  3220s|  2423k|245857 | 12361k|   5.1 |   585M |  40 | 101 | 258 |   0 |  10k|  0 |1966k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3206.83/3220.59	c  3221s|  2423k|245856 | 12361k|   5.1 |   585M |  40 | 101 | 258 | 229 |  10k|  1 |1966k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3207.03/3220.78	c  3221s|  2423k|245865 | 12361k|   5.1 |   585M |  40 | 101 | 258 | 229 |  10k|  1 |1966k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3207.33/3221.04	c  3221s|  2423k|245862 | 12362k|   5.1 |   585M |  40 | 101 | 258 | 229 |  10k|  0 |1966k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3207.62/3221.31	c  3221s|  2423k|245859 | 12362k|   5.1 |   585M |  40 | 101 | 259 | 226 |  10k|  1 |1967k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3207.82/3221.55	c  3222s|  2423k|245870 | 12363k|   5.1 |   585M |  40 | 101 | 257 | 231 |  10k|  1 |1967k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3208.12/3221.80	c  3222s|  2423k|245875 | 12363k|   5.1 |   585M |  40 | 101 | 259 | 226 |  10k|  1 |1967k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3208.33/3222.01	c  3222s|  2423k|245888 | 12363k|   5.1 |   585M |  40 | 101 | 258 | 226 |  10k|  0 |1967k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3208.52/3222.22	c  3222s|  2423k|245902 | 12364k|   5.1 |   585M |  40 | 101 | 259 |   0 |  10k|  0 |1967k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3208.62/3222.38	c  3222s|  2424k|245919 | 12365k|   5.1 |   585M |  40 | 101 | 259 | 226 |  10k|  1 |1967k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3208.92/3222.62	c  3223s|  2424k|245927 | 12365k|   5.1 |   585M |  40 | 101 | 258 | 226 |  10k|  1 |1967k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3209.12/3222.85	c  3223s|  2424k|245936 | 12365k|   5.1 |   585M |  40 | 101 | 259 | 226 |  10k|  1 |1967k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3209.32/3223.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3209.32/3223.03	c  3223s|  2424k|245933 | 12366k|   5.1 |   585M |  40 | 101 | 259 |   0 |  10k|  0 |1967k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3209.52/3223.29	c  3223s|  2424k|245925 | 12366k|   5.1 |   585M |  40 | 101 | 258 | 226 |  10k|  1 |1967k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3209.81/3223.55	c  3224s|  2424k|245944 | 12367k|   5.1 |   585M |  40 | 101 | 257 | 226 |  10k|  0 |1967k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3210.11/3223.84	c  3224s|  2424k|245932 | 12367k|   5.1 |   585M |  40 | 101 | 256 | 226 |  10k|  1 |1967k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3210.32/3224.09	c  3224s|  2424k|245938 | 12368k|   5.1 |   585M |  40 | 101 | 258 |   0 |  10k|  0 |1968k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3210.61/3224.34	c  3224s|  2424k|245929 | 12368k|   5.1 |   585M |  40 | 101 | 257 | 226 |  10k|  0 |1968k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3210.91/3224.64	c  3225s|  2424k|245921 | 12369k|   5.1 |   585M |  40 | 101 | 260 |   0 |  10k|  0 |1968k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3211.21/3224.93	c  3225s|  2425k|245909 | 12369k|   5.1 |   585M |  40 | 101 | 258 |   0 |  10k|  0 |1968k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3211.51/3225.24	c  3225s|  2425k|245909 | 12369k|   5.1 |   585M |  40 | 101 | 259 | 226 |  10k|  1 |1968k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3211.71/3225.48	c  3225s|  2425k|245924 | 12370k|   5.1 |   585M |  40 | 101 | 259 | 231 |  10k|  0 |1968k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3212.11/3225.82	c  3226s|  2425k|245917 | 12370k|   5.1 |   585M |  40 | 101 | 259 |   0 |  10k|  0 |1968k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3212.31/3226.06	c  3226s|  2425k|245924 | 12371k|   5.1 |   585M |  40 | 101 | 259 |   0 |  10k|  0 |1968k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3212.60/3226.31	c  3226s|  2425k|245923 | 12371k|   5.1 |   585M |  40 | 101 | 257 | 228 |  10k|  0 |1968k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3212.90/3226.65	c  3227s|  2425k|245965 | 12373k|   5.1 |   585M |  40 | 101 | 259 | 228 |  10k|  1 |1968k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3213.10/3226.89	c  3227s|  2425k|246048 | 12374k|   5.1 |   585M |  40 | 101 | 260 | 231 |  10k|  1 |1968k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3213.30/3227.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3213.30/3227.06	c  3227s|  2425k|246085 | 12375k|   5.1 |   585M |  40 | 101 | 260 | 233 |  10k|  1 |1969k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3213.50/3227.26	c  3227s|  2425k|246117 | 12376k|   5.1 |   585M |  40 | 101 | 259 | 231 |  10k|  1 |1969k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3213.80/3227.50	c  3228s|  2426k|246176 | 12377k|   5.1 |   585M |  40 | 101 | 259 |   0 |  10k|  0 |1969k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3214.00/3227.71	c  3228s|  2426k|246243 | 12378k|   5.1 |   586M |  40 | 101 | 259 | 229 |  10k|  1 |1969k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3214.20/3227.92	c  3228s|  2426k|246290 | 12379k|   5.1 |   586M |  40 | 101 | 259 | 230 |  10k|  1 |1969k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3214.49/3228.20	c  3228s|  2426k|246350 | 12380k|   5.1 |   586M |  40 | 101 | 258 | 229 |  10k|  1 |1969k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3214.69/3228.43	c  3228s|  2426k|246372 | 12381k|   5.1 |   586M |  40 | 101 | 257 | 230 |  10k|  0 |1969k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3214.89/3228.62	c  3229s|  2426k|246420 | 12382k|   5.1 |   586M |  40 | 101 | 257 | 229 |  10k|  1 |1969k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3215.09/3228.84	c  3229s|  2426k|246457 | 12383k|   5.1 |   586M |  40 | 101 | 257 | 228 |  10k|  1 |1969k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3215.40/3229.11	c  3229s|  2426k|246484 | 12384k|   5.1 |   586M |  40 | 101 | 259 |   0 |  10k|  0 |1969k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3215.49/3229.27	c  3229s|  2426k|246502 | 12384k|   5.1 |   586M |  40 | 101 | 258 | 230 |  10k|  0 |1969k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3215.79/3229.53	c  3230s|  2426k|246503 | 12385k|   5.1 |   586M |  40 | 101 | 258 |   0 |  10k|  0 |1969k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3215.99/3229.77	c  3230s|  2427k|246558 | 12386k|   5.1 |   586M |  40 | 101 | 259 | 231 |  10k|  1 |1970k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3216.29/3230.09	c  3230s|  2427k|246641 | 12387k|   5.1 |   586M |  40 | 101 | 258 |   0 |  10k|  0 |1970k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3216.59/3230.32	c  3230s|  2427k|246712 | 12388k|   5.1 |   586M |  40 | 101 | 259 | 228 |  10k|  1 |1970k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3216.88/3230.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3216.88/3230.64	c  3231s|  2427k|246767 | 12389k|   5.1 |   586M |  40 | 101 | 255 | 226 |  10k|  1 |1970k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3217.08/3230.87	c  3231s|  2427k|246784 | 12389k|   5.1 |   586M |  40 | 101 | 258 | 228 |  10k|  0 |1970k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3217.39/3231.13	c  3231s|  2427k|246858 | 12391k|   5.1 |   586M |  40 | 101 | 260 | 231 |  10k|  1 |1970k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3217.58/3231.38	c  3231s|  2427k|246907 | 12392k|   5.1 |   586M |  40 | 101 | 257 | 231 |  10k|  1 |1970k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3217.78/3231.59	c  3232s|  2427k|246939 | 12393k|   5.1 |   586M |  40 | 101 | 256 | 228 |  10k|  1 |1970k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3217.98/3231.73	c  3232s|  2427k|246997 | 12394k|   5.1 |   586M |  40 | 101 | 256 | 229 |  10k|  1 |1970k|  31 | 0.000000e+00 |      --      |    Inf |   1.31%
3218.18/3231.97	c  3232s|  2427k|247043 | 12395k|   5.1 |   586M |  40 | 101 | 259 | 228 |  10k|  1 |1970k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3218.48/3232.23	c  3232s|  2428k|247098 | 12396k|   5.1 |   587M |  40 | 101 | 257 | 233 |  10k|  0 |1970k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3218.78/3232.51	c  3233s|  2428k|247155 | 12397k|   5.1 |   587M |  40 | 101 | 258 | 230 |  10k|  1 |1970k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3218.97/3232.77	c  3233s|  2428k|247186 | 12398k|   5.1 |   587M |  40 | 101 | 259 | 230 |  10k|  1 |1970k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3219.28/3233.05	c  3233s|  2428k|247212 | 12399k|   5.1 |   587M |  40 | 101 | 259 | 230 |  10k|  1 |1970k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3219.47/3233.29	c  3233s|  2428k|247290 | 12400k|   5.1 |   587M |  40 | 101 | 257 | 229 |  10k|  1 |1971k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3219.77/3233.52	c  3234s|  2428k|247338 | 12401k|   5.1 |   587M |  40 | 101 | 258 | 228 |  10k|  1 |1971k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3219.97/3233.80	c  3234s|  2428k|247396 | 12402k|   5.1 |   587M |  40 | 101 | 258 | 226 |  10k|  1 |1971k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3220.17/3234.00	c  3234s|  2428k|247417 | 12403k|   5.1 |   587M |  40 | 101 | 256 | 233 |  10k|  1 |1971k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3220.47/3234.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3220.47/3234.21	c  3234s|  2428k|247423 | 12404k|   5.1 |   587M |  40 | 101 | 256 | 228 |  10k|  0 |1971k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3220.67/3234.49	c  3234s|  2428k|247474 | 12405k|   5.1 |   587M |  40 | 101 | 258 | 229 |  10k|  1 |1971k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3220.97/3234.71	c  3235s|  2429k|247494 | 12405k|   5.1 |   587M |  40 | 101 | 258 | 230 |  10k|  1 |1971k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3221.27/3235.00	c  3235s|  2429k|247541 | 12406k|   5.1 |   587M |  40 | 101 | 258 | 229 |  10k|  1 |1971k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3221.37/3235.19	c  3235s|  2429k|247599 | 12407k|   5.1 |   587M |  40 | 101 | 258 |   0 |  10k|  0 |1971k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3221.66/3235.41	c  3235s|  2429k|247616 | 12407k|   5.1 |   587M |  40 | 101 | 257 | 229 |  10k|  1 |1971k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3221.86/3235.63	c  3236s|  2429k|247625 | 12408k|   5.1 |   587M |  40 | 101 | 257 | 233 |  10k|  0 |1971k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3222.16/3235.92	c  3236s|  2429k|247645 | 12409k|   5.1 |   587M |  40 | 101 | 257 | 229 |  10k|  1 |1971k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3222.37/3236.12	c  3236s|  2429k|247681 | 12409k|   5.1 |   587M |  40 | 101 | 257 |   0 |  10k|  0 |1972k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3222.56/3236.33	c  3236s|  2429k|247690 | 12410k|   5.1 |   587M |  40 | 101 | 257 | 229 |  10k|  0 |1972k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3222.86/3236.60	c  3237s|  2429k|247713 | 12411k|   5.1 |   587M |  40 | 101 | 257 | 230 |  10k|  1 |1972k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3222.96/3236.79	c  3237s|  2429k|247740 | 12411k|   5.1 |   587M |  40 | 101 | 257 | 229 |  10k|  0 |1972k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3223.26/3237.00	c  3237s|  2430k|247744 | 12412k|   5.1 |   587M |  40 | 101 | 258 | 228 |  10k|  1 |1972k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3223.46/3237.20	c  3237s|  2430k|247791 | 12412k|   5.1 |   587M |  40 | 101 | 258 | 233 |  10k|  1 |1972k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3223.66/3237.45	c  3237s|  2430k|247829 | 12413k|   5.1 |   587M |  40 | 101 | 257 | 228 |  10k|  0 |1972k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3223.95/3237.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3223.95/3237.77	c  3238s|  2430k|247860 | 12414k|   5.1 |   587M |  40 | 101 | 257 |   0 |  10k|  0 |1972k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3224.26/3238.04	c  3238s|  2430k|247916 | 12415k|   5.1 |   587M |  40 | 101 | 259 | 231 |  10k|  0 |1972k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3224.55/3238.30	c  3238s|  2430k|247955 | 12416k|   5.1 |   587M |  40 | 101 | 256 | 231 |  10k|  0 |1972k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3224.75/3238.54	c  3239s|  2430k|247942 | 12416k|   5.1 |   587M |  40 | 101 | 258 | 231 |  10k|  1 |1972k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3224.95/3238.70	c  3239s|  2430k|247963 | 12417k|   5.1 |   587M |  40 | 101 | 258 | 229 |  10k|  1 |1972k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3225.15/3238.95	c  3239s|  2430k|247978 | 12417k|   5.1 |   587M |  40 | 101 | 258 | 230 |  10k|  1 |1972k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3225.45/3239.21	c  3239s|  2430k|248006 | 12418k|   5.1 |   587M |  40 | 101 | 258 | 229 |  10k|  1 |1973k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3225.65/3239.40	c  3239s|  2431k|248027 | 12419k|   5.1 |   587M |  40 | 101 | 258 | 231 |  10k|  1 |1973k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3225.95/3239.70	c  3240s|  2431k|248045 | 12419k|   5.1 |   587M |  40 | 101 | 258 |   0 |  10k|  0 |1973k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3226.15/3239.95	c  3240s|  2431k|248065 | 12420k|   5.1 |   587M |  40 | 101 | 258 | 230 |  10k|  1 |1973k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3226.35/3240.17	c  3240s|  2431k|248127 | 12421k|   5.1 |   587M |  40 | 101 | 258 | 232 |  10k|  1 |1973k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3226.64/3240.43	c  3240s|  2431k|248152 | 12422k|   5.1 |   587M |  40 | 101 | 259 | 230 |  10k|  1 |1973k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3226.84/3240.66	c  3241s|  2431k|248187 | 12422k|   5.1 |   587M |  40 | 101 | 258 | 230 |  10k|  1 |1973k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3227.04/3240.82	c  3241s|  2431k|248194 | 12423k|   5.1 |   587M |  40 | 101 | 258 | 229 |  10k|  1 |1973k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3227.25/3241.08	c  3241s|  2431k|248208 | 12423k|   5.1 |   587M |  40 | 101 | 257 | 231 |  10k|  0 |1973k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3227.54/3241.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3227.54/3241.30	c  3241s|  2431k|248252 | 12424k|   5.1 |   587M |  40 | 101 | 258 | 230 |  10k|  1 |1973k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3227.74/3241.56	c  3242s|  2431k|248263 | 12425k|   5.1 |   587M |  40 | 101 | 256 | 231 |  10k|  1 |1973k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3228.04/3241.84	c  3242s|  2432k|248283 | 12425k|   5.1 |   587M |  40 | 101 | 257 |   0 |  10k|  0 |1973k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3228.14/3242.00	c  3242s|  2432k|248301 | 12426k|   5.1 |   587M |  40 | 101 | 258 |   0 |  10k|  0 |1973k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3228.44/3242.23	c  3242s|  2432k|248340 | 12427k|   5.1 |   587M |  40 | 101 | 257 | 231 |  10k|  0 |1974k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3228.64/3242.47	c  3242s|  2432k|248349 | 12427k|   5.1 |   588M |  40 | 101 | 257 | 229 |  10k|  1 |1974k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3228.83/3242.69	c  3243s|  2432k|248364 | 12428k|   5.1 |   588M |  40 | 101 | 258 | 231 |  10k|  0 |1974k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3229.13/3242.98	c  3243s|  2432k|248379 | 12429k|   5.1 |   588M |  40 | 101 | 258 | 228 |  10k|  2 |1974k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3229.43/3243.23	c  3243s|  2432k|248396 | 12429k|   5.1 |   588M |  40 | 101 | 258 | 229 |  10k|  1 |1974k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3229.73/3243.50	c  3244s|  2432k|248404 | 12430k|   5.1 |   588M |  40 | 101 | 258 |   0 |  10k|  0 |1974k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3229.93/3243.79	c  3244s|  2432k|248411 | 12430k|   5.1 |   588M |  40 | 101 | 258 | 232 |  10k|  1 |1974k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3230.13/3243.96	c  3244s|  2432k|248444 | 12431k|   5.1 |   589M |  40 | 101 | 257 | 232 |  10k|  1 |1974k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3230.43/3244.21	c  3244s|  2433k|248461 | 12432k|   5.1 |   589M |  40 | 101 | 258 |   0 |  10k|  0 |1974k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3230.63/3244.40	c  3244s|  2433k|248486 | 12433k|   5.1 |   589M |  40 | 101 | 258 | 232 |  10k|  1 |1974k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3230.83/3244.66	c  3245s|  2433k|248496 | 12433k|   5.1 |   589M |  40 | 101 | 257 | 231 |  10k|  1 |1974k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3231.13/3244.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3231.13/3244.94	c  3245s|  2433k|248535 | 12434k|   5.1 |   589M |  40 | 101 | 258 |   0 |  10k|  0 |1974k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3231.42/3245.22	c  3245s|  2433k|248555 | 12434k|   5.1 |   589M |  40 | 101 | 256 | 231 |  10k|  1 |1974k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3231.72/3245.53	c  3246s|  2433k|248571 | 12435k|   5.1 |   589M |  40 | 101 | 256 |   0 |  10k|  0 |1975k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3232.02/3245.82	c  3246s|  2433k|248584 | 12436k|   5.1 |   589M |  40 | 101 | 258 | 229 |  10k|  1 |1975k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3232.23/3246.07	c  3246s|  2433k|248587 | 12436k|   5.1 |   589M |  40 | 101 | 258 | 229 |  10k|  1 |1975k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3232.42/3246.27	c  3246s|  2433k|248612 | 12437k|   5.1 |   589M |  40 | 101 | 257 | 230 |  10k|  2 |1975k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3232.72/3246.51	c  3247s|  2433k|248629 | 12437k|   5.1 |   589M |  40 | 101 | 257 | 227 |  10k|  1 |1975k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3233.02/3246.80	c  3247s|  2434k|248654 | 12438k|   5.1 |   589M |  40 | 101 | 257 | 229 |  10k|  1 |1975k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3233.12/3246.99	c  3247s|  2434k|248675 | 12438k|   5.1 |   589M |  40 | 101 | 257 | 231 |  10k|  0 |1975k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3233.42/3247.26	c  3247s|  2434k|248673 | 12439k|   5.1 |   589M |  40 | 101 | 258 | 228 |  10k|  1 |1975k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3233.71/3247.50	c  3248s|  2434k|248704 | 12439k|   5.1 |   589M |  40 | 101 | 257 | 232 |  10k|  1 |1975k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3233.91/3247.75	c  3248s|  2434k|248731 | 12440k|   5.1 |   589M |  40 | 101 | 258 | 228 |  10k|  0 |1975k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3234.11/3247.94	c  3248s|  2434k|248750 | 12441k|   5.1 |   589M |  40 | 101 | 258 |   0 |  10k|  0 |1975k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3234.41/3248.25	c  3248s|  2434k|248763 | 12441k|   5.1 |   589M |  40 | 101 | 258 |   0 |  10k|  0 |1976k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3234.61/3248.47	c  3248s|  2434k|248786 | 12442k|   5.1 |   589M |  40 | 101 | 257 | 230 |  10k|  0 |1976k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3234.91/3248.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3234.91/3248.78	c  3249s|  2434k|248802 | 12443k|   5.1 |   589M |  40 | 101 | 256 | 229 |  10k|  1 |1976k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3235.21/3249.09	c  3249s|  2434k|248819 | 12443k|   5.1 |   589M |  40 | 101 | 257 | 232 |  10k|  1 |1976k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3235.61/3249.43	c  3249s|  2435k|248826 | 12444k|   5.1 |   589M |  40 | 101 | 258 |   0 |  10k|  0 |1976k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3235.91/3249.72	c  3250s|  2435k|248848 | 12445k|   5.1 |   589M |  40 | 101 | 256 | 228 |  10k|  1 |1976k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3236.10/3249.91	c  3250s|  2435k|248859 | 12445k|   5.1 |   589M |  40 | 101 | 257 | 229 |  10k|  1 |1976k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3236.31/3250.17	c  3250s|  2435k|248872 | 12446k|   5.1 |   589M |  40 | 101 | 258 | 230 |  10k|  1 |1976k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3236.60/3250.40	c  3250s|  2435k|248900 | 12447k|   5.1 |   589M |  40 | 101 | 257 | 227 |  10k|  1 |1976k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3236.80/3250.64	c  3251s|  2435k|248915 | 12447k|   5.1 |   589M |  40 | 101 | 257 |   0 |  10k|  0 |1976k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3237.10/3250.92	c  3251s|  2435k|248902 | 12447k|   5.1 |   589M |  40 | 101 | 258 | 229 |  10k|  0 |1976k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3237.31/3251.15	c  3251s|  2435k|248920 | 12448k|   5.1 |   589M |  40 | 101 | 258 | 229 |  10k|  1 |1976k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3237.50/3251.34	c  3251s|  2435k|248930 | 12448k|   5.1 |   589M |  40 | 101 | 258 |   0 |  10k|  0 |1976k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3237.70/3251.50	c  3252s|  2435k|248951 | 12449k|   5.1 |   589M |  40 | 101 | 258 | 231 |  10k|  1 |1977k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3237.90/3251.72	c  3252s|  2436k|248968 | 12450k|   5.1 |   589M |  40 | 101 | 258 | 232 |  10k|  2 |1977k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3238.10/3251.99	c  3252s|  2436k|248996 | 12450k|   5.1 |   589M |  40 | 101 | 258 | 232 |  10k|  1 |1977k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3238.30/3252.19	c  3252s|  2436k|249016 | 12451k|   5.1 |   589M |  40 | 101 | 259 |   0 |  10k|  0 |1977k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3238.69/3252.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3238.69/3252.50	c  3253s|  2436k|249027 | 12452k|   5.1 |   589M |  40 | 101 | 257 | 231 |  10k|  1 |1977k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3238.99/3252.81	c  3253s|  2436k|249036 | 12452k|   5.1 |   589M |  40 | 101 | 258 | 229 |  10k|  1 |1977k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3239.20/3253.08	c  3253s|  2436k|249052 | 12453k|   5.1 |   589M |  40 | 101 | 256 | 232 |  10k|  1 |1977k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3239.39/3253.28	c  3253s|  2436k|249066 | 12453k|   5.1 |   589M |  40 | 101 | 258 | 228 |  10k|  0 |1977k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3239.69/3253.51	c  3254s|  2436k|249081 | 12454k|   5.1 |   589M |  40 | 101 | 258 |   0 |  10k|  0 |1977k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3239.79/3253.68	c  3254s|  2436k|249080 | 12454k|   5.1 |   589M |  40 | 101 | 257 | 230 |  10k|  1 |1977k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3240.09/3253.90	c  3254s|  2436k|249086 | 12455k|   5.1 |   589M |  40 | 101 | 258 |   0 |  10k|  0 |1977k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3240.39/3254.20	c  3254s|  2437k|249112 | 12455k|   5.1 |   589M |  40 | 101 | 258 | 229 |  10k|  1 |1977k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3240.59/3254.47	c  3254s|  2437k|249126 | 12456k|   5.1 |   589M |  40 | 101 | 257 | 229 |  10k|  1 |1978k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3240.79/3254.65	c  3255s|  2437k|249137 | 12456k|   5.1 |   589M |  40 | 101 | 257 | 229 |  10k|  1 |1978k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3240.98/3254.87	c  3255s|  2437k|249133 | 12457k|   5.1 |   589M |  40 | 101 | 258 |   0 |  10k|  0 |1978k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3241.29/3255.14	c  3255s|  2437k|249164 | 12458k|   5.1 |   589M |  40 | 101 | 257 | 229 |  10k|  0 |1978k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3241.48/3255.33	c  3255s|  2437k|249169 | 12458k|   5.1 |   589M |  40 | 101 | 258 | 230 |  10k|  1 |1978k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3241.68/3255.55	c  3256s|  2437k|249178 | 12459k|   5.1 |   589M |  40 | 101 | 256 | 230 |  10k|  1 |1978k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3241.98/3255.82	c  3256s|  2437k|249188 | 12459k|   5.1 |   589M |  40 | 101 | 257 | 230 |  10k|  0 |1978k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3242.18/3256.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3242.18/3256.09	c  3256s|  2437k|249194 | 12459k|   5.1 |   589M |  40 | 101 | 257 | 230 |  10k|  1 |1978k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3242.38/3256.22	c  3256s|  2437k|249219 | 12460k|   5.1 |   589M |  40 | 101 | 258 | 228 |  10k|  1 |1978k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3242.58/3256.44	c  3256s|  2438k|249214 | 12461k|   5.1 |   589M |  40 | 101 | 257 | 231 |  10k|  0 |1978k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3242.88/3256.72	c  3257s|  2438k|249218 | 12461k|   5.1 |   589M |  40 | 101 | 257 | 228 |  10k|  1 |1978k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3243.08/3256.99	c  3257s|  2438k|249224 | 12462k|   5.1 |   589M |  40 | 101 | 257 | 231 |  10k|  1 |1978k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3243.47/3257.30	c  3257s|  2438k|249243 | 12463k|   5.1 |   589M |  40 | 101 | 256 | 231 |  10k|  1 |1978k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3243.67/3257.54	c  3258s|  2438k|249268 | 12463k|   5.1 |   590M |  40 | 101 | 257 |   0 |  10k|  0 |1979k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3243.87/3257.71	c  3258s|  2438k|249301 | 12464k|   5.1 |   590M |  40 | 101 | 258 | 231 |  10k|  1 |1979k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3243.97/3257.88	c  3258s|  2438k|249304 | 12464k|   5.1 |   590M |  40 | 101 | 257 | 231 |  10k|  0 |1979k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3244.18/3258.02	c  3258s|  2438k|249341 | 12465k|   5.1 |   590M |  40 | 101 | 256 | 231 |  10k|  0 |1979k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3244.37/3258.22	c  3258s|  2438k|249338 | 12466k|   5.1 |   590M |  40 | 101 | 256 | 229 |  10k|  1 |1979k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3244.67/3258.53	c  3259s|  2438k|249365 | 12466k|   5.1 |   590M |  40 | 101 | 256 | 228 |  10k|  1 |1979k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3244.97/3258.81	c  3259s|  2439k|249368 | 12467k|   5.1 |   590M |  40 | 101 | 256 | 228 |  10k|  1 |1979k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3245.18/3259.05	c  3259s|  2439k|249414 | 12468k|   5.1 |   590M |  40 | 101 | 259 |   0 |  10k|  0 |1979k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3245.47/3259.30	c  3259s|  2439k|249459 | 12469k|   5.1 |   590M |  40 | 101 | 258 | 228 |  10k|  1 |1979k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3245.67/3259.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3245.67/3259.55	c  3260s|  2439k|249509 | 12469k|   5.1 |   590M |  40 | 101 | 257 | 228 |  10k|  1 |1979k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3245.97/3259.83	c  3260s|  2439k|249545 | 12470k|   5.1 |   590M |  40 | 101 | 259 | 228 |  10k|  0 |1979k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3246.18/3260.03	c  3260s|  2439k|249569 | 12470k|   5.1 |   590M |  40 | 101 | 258 | 228 |  10k|  1 |1979k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3246.37/3260.29	c  3260s|  2439k|249589 | 12471k|   5.1 |   590M |  40 | 101 | 257 |   0 |  10k|  0 |1980k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3246.67/3260.56	c  3261s|  2439k|249618 | 12471k|   5.1 |   590M |  40 | 101 | 257 | 228 |  10k|  1 |1980k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3246.97/3260.80	c  3261s|  2439k|249621 | 12472k|   5.1 |   590M |  40 | 101 | 257 | 228 |  10k|  1 |1980k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3247.17/3261.04	c  3261s|  2439k|249645 | 12472k|   5.1 |   590M |  40 | 101 | 257 |   0 |  10k|  0 |1980k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3247.37/3261.28	c  3261s|  2440k|249662 | 12473k|   5.1 |   590M |  40 | 101 | 256 | 228 |  10k|  1 |1980k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3247.66/3261.53	c  3262s|  2440k|249671 | 12473k|   5.1 |   590M |  40 | 101 | 258 | 228 |  10k|  1 |1980k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3247.86/3261.80	c  3262s|  2440k|249693 | 12474k|   5.1 |   590M |  40 | 101 | 258 | 229 |  10k|  1 |1980k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3248.17/3262.06	c  3262s|  2440k|249720 | 12474k|   5.1 |   590M |  40 | 101 | 256 | 228 |  10k|  1 |1980k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3248.36/3262.28	c  3262s|  2440k|249734 | 12475k|   5.1 |   590M |  40 | 101 | 258 |   0 |  10k|  0 |1980k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3248.66/3262.58	c  3263s|  2440k|249743 | 12475k|   5.1 |   590M |  40 | 101 | 257 |   0 |  10k|  0 |1980k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3248.96/3262.86	c  3263s|  2440k|249752 | 12476k|   5.1 |   590M |  40 | 101 | 256 | 229 |  10k|  1 |1980k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3249.26/3263.12	c  3263s|  2440k|249784 | 12476k|   5.1 |   590M |  40 | 101 | 257 | 228 |  10k|  1 |1981k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3249.46/3263.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3249.46/3263.36	c  3263s|  2440k|249800 | 12477k|   5.1 |   590M |  40 | 101 | 258 | 229 |  10k|  1 |1981k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3249.76/3263.65	c  3264s|  2440k|249832 | 12477k|   5.1 |   590M |  40 | 101 | 258 | 233 |  10k|  1 |1981k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3250.05/3263.92	c  3264s|  2441k|249870 | 12478k|   5.1 |   590M |  40 | 101 | 258 |   0 |  10k|  0 |1981k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3250.26/3264.19	c  3264s|  2441k|249881 | 12478k|   5.1 |   590M |  40 | 101 | 257 | 231 |  10k|  1 |1981k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3250.55/3264.47	c  3264s|  2441k|249893 | 12479k|   5.1 |   590M |  40 | 101 | 258 |   0 |  10k|  0 |1981k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3250.85/3264.77	c  3265s|  2441k|249936 | 12480k|   5.1 |   590M |  40 | 101 | 259 | 228 |  10k|  1 |1981k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3251.15/3265.03	c  3265s|  2441k|249988 | 12481k|   5.1 |   590M |  40 | 101 | 258 | 228 |  10k|  1 |1981k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3251.45/3265.33	c  3265s|  2441k|250048 | 12482k|   5.1 |   590M |  40 | 101 | 256 | 228 |  10k|  1 |1981k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3251.65/3265.54	c  3266s|  2441k|250083 | 12482k|   5.1 |   590M |  40 | 101 | 259 | 228 |  10k|  1 |1981k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3251.95/3265.81	c  3266s|  2441k|250118 | 12483k|   5.1 |   590M |  40 | 101 | 259 | 228 |  10k|  1 |1981k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3252.15/3266.06	c  3266s|  2441k|250142 | 12484k|   5.1 |   590M |  40 | 101 | 258 |   0 |  10k|  0 |1981k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3252.34/3266.25	c  3266s|  2441k|250164 | 12484k|   5.1 |   590M |  40 | 101 | 256 | 228 |  10k|  1 |1982k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3252.64/3266.51	c  3267s|  2442k|250168 | 12485k|   5.1 |   590M |  40 | 101 | 258 |   0 |  10k|  0 |1982k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3252.94/3266.82	c  3267s|  2442k|250181 | 12486k|   5.1 |   590M |  40 | 101 | 258 | 226 |  10k|  0 |1982k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3253.15/3267.03	c  3267s|  2442k|250218 | 12486k|   5.1 |   590M |  40 | 101 | 256 | 228 |  10k|  0 |1982k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3253.34/3267.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3253.34/3267.28	c  3267s|  2442k|250231 | 12487k|   5.1 |   590M |  40 | 101 | 257 | 228 |  10k|  1 |1982k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3253.64/3267.52	c  3268s|  2442k|250249 | 12487k|   5.1 |   590M |  40 | 101 | 257 | 229 |  10k|  1 |1982k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3253.94/3267.81	c  3268s|  2442k|250255 | 12488k|   5.1 |   592M |  40 | 101 | 258 |   0 |  10k|  0 |1982k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3254.24/3268.11	c  3268s|  2442k|250287 | 12489k|   5.1 |   592M |  40 | 101 | 258 | 230 |  10k|  1 |1982k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3254.44/3268.35	c  3268s|  2442k|250315 | 12489k|   5.1 |   592M |  40 | 101 | 258 | 230 |  10k|  1 |1982k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3254.63/3268.54	c  3269s|  2442k|250325 | 12490k|   5.1 |   592M |  40 | 101 | 258 | 230 |  10k|  1 |1982k|  31 | 0.000000e+00 |      --      |    Inf |   1.32%
3254.83/3268.79	c  3269s|  2442k|250337 | 12490k|   5.1 |   592M |  40 | 101 | 257 | 230 |  10k|  1 |1982k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3255.03/3268.95	c  3269s|  2443k|250355 | 12491k|   5.1 |   592M |  40 | 101 | 258 | 231 |  10k|  1 |1983k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3255.24/3269.18	c  3269s|  2443k|250375 | 12491k|   5.1 |   592M |  40 | 101 | 258 |   0 |  10k|  0 |1983k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3255.43/3269.37	c  3269s|  2443k|250384 | 12492k|   5.1 |   592M |  40 | 101 | 258 | 231 |  10k|  1 |1983k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3255.73/3269.62	c  3270s|  2443k|250380 | 12492k|   5.1 |   592M |  40 | 101 | 257 |   0 |  10k|  0 |1983k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3255.93/3269.82	c  3270s|  2443k|250384 | 12493k|   5.1 |   592M |  40 | 101 | 258 | 231 |  10k|  1 |1983k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3256.13/3270.09	c  3270s|  2443k|250399 | 12494k|   5.1 |   592M |  40 | 101 | 257 | 228 |  10k|  1 |1983k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3256.53/3270.40	c  3270s|  2443k|250402 | 12494k|   5.1 |   592M |  40 | 101 | 257 | 231 |  10k|  0 |1983k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3256.73/3270.68	c  3271s|  2443k|250455 | 12495k|   5.1 |   592M |  40 | 101 | 257 | 231 |  10k|  0 |1983k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3256.92/3270.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3256.92/3270.84	c  3271s|  2443k|250478 | 12496k|   5.1 |   592M |  40 | 101 | 256 | 231 |  10k|  1 |1983k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3257.23/3271.10	c  3271s|  2443k|250506 | 12496k|   5.1 |   592M |  40 | 101 | 256 | 231 |  10k|  1 |1983k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3257.42/3271.34	c  3271s|  2444k|250522 | 12497k|   5.1 |   592M |  40 | 101 | 257 | 231 |  10k|  1 |1983k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3257.62/3271.54	c  3272s|  2444k|250547 | 12498k|   5.1 |   592M |  40 | 101 | 258 | 230 |  10k|  1 |1983k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3257.82/3271.75	c  3272s|  2444k|250538 | 12498k|   5.1 |   592M |  40 | 101 | 258 | 230 |  10k|  1 |1983k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3258.02/3271.98	c  3272s|  2444k|250543 | 12499k|   5.1 |   592M |  40 | 101 | 258 | 226 |  10k|  1 |1984k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3258.32/3272.24	c  3272s|  2444k|250632 | 12501k|   5.1 |   592M |  40 | 101 | 258 | 226 |  10k|  1 |1984k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3258.52/3272.43	c  3272s|  2444k|250674 | 12501k|   5.1 |   592M |  40 | 101 | 256 | 227 |  10k|  0 |1984k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3258.72/3272.67	c  3273s|  2444k|250712 | 12503k|   5.1 |   592M |  40 | 101 | 258 | 226 |  10k|  1 |1984k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3258.92/3272.87	c  3273s|  2444k|250743 | 12503k|   5.1 |   592M |  40 | 101 | 256 | 226 |  10k|  1 |1984k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3259.22/3273.14	c  3273s|  2444k|250760 | 12504k|   5.1 |   592M |  40 | 101 | 258 |   0 |  10k|  0 |1984k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3259.51/3273.41	c  3273s|  2444k|250817 | 12505k|   5.1 |   592M |  40 | 101 | 256 | 226 |  10k|  1 |1984k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3259.71/3273.61	c  3274s|  2445k|250845 | 12505k|   5.1 |   593M |  40 | 101 | 257 | 226 |  10k|  1 |1984k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3259.91/3273.84	c  3274s|  2445k|250849 | 12506k|   5.1 |   593M |  40 | 101 | 256 | 226 |  10k|  1 |1984k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3260.22/3274.12	c  3274s|  2445k|250869 | 12507k|   5.1 |   593M |  40 | 101 | 256 | 226 |  10k|  0 |1984k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3260.41/3274.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3260.41/3274.35	c  3274s|  2445k|250890 | 12507k|   5.1 |   593M |  40 | 101 | 256 | 226 |  10k|  0 |1984k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3260.61/3274.59	c  3275s|  2445k|250888 | 12508k|   5.1 |   593M |  40 | 101 | 256 | 226 |  10k|  0 |1984k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3260.91/3274.87	c  3275s|  2445k|250918 | 12509k|   5.1 |   593M |  40 | 101 | 258 | 226 |  10k|  1 |1984k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3261.11/3275.07	c  3275s|  2445k|250936 | 12509k|   5.1 |   593M |  40 | 101 | 256 | 226 |  10k|  0 |1984k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3261.41/3275.33	c  3275s|  2445k|250946 | 12509k|   5.1 |   593M |  40 | 101 | 258 | 226 |  10k|  1 |1985k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3261.60/3275.58	c  3276s|  2445k|250959 | 12510k|   5.1 |   593M |  40 | 101 | 257 | 226 |  10k|  1 |1985k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3261.90/3275.88	c  3276s|  2445k|250989 | 12511k|   5.1 |   593M |  40 | 101 | 257 | 226 |  10k|  1 |1985k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3262.21/3276.18	c  3276s|  2446k|250985 | 12511k|   5.1 |   593M |  40 | 101 | 258 | 226 |  10k|  1 |1985k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3262.50/3276.45	c  3276s|  2446k|250989 | 12511k|   5.1 |   593M |  40 | 101 | 258 | 230 |  10k|  1 |1985k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3262.70/3276.64	c  3277s|  2446k|251023 | 12512k|   5.1 |   593M |  40 | 101 | 257 | 230 |  10k|  1 |1985k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3262.90/3276.84	c  3277s|  2446k|251042 | 12513k|   5.1 |   593M |  40 | 101 | 258 | 230 |  10k|  1 |1985k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3263.10/3277.08	c  3277s|  2446k|251067 | 12513k|   5.1 |   593M |  40 | 101 | 256 | 230 |  10k|  0 |1985k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3263.30/3277.28	c  3277s|  2446k|251096 | 12514k|   5.1 |   593M |  40 | 101 | 258 | 230 |  10k|  0 |1985k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3263.50/3277.43	c  3277s|  2446k|251101 | 12515k|   5.1 |   593M |  40 | 101 | 258 | 230 |  10k|  1 |1985k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3263.70/3277.65	c  3278s|  2446k|251109 | 12515k|   5.1 |   593M |  40 | 101 | 258 | 230 |  10k|  1 |1985k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3263.80/3277.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3263.80/3277.78	c  3278s|  2446k|251118 | 12516k|   5.1 |   593M |  40 | 101 | 259 | 230 |  10k|  1 |1986k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3264.10/3278.03	c  3278s|  2446k|251106 | 12516k|   5.1 |   593M |  40 | 101 | 258 | 230 |  10k|  1 |1986k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3264.39/3278.31	c  3278s|  2447k|251121 | 12516k|   5.1 |   593M |  40 | 101 | 256 | 231 |  10k|  1 |1986k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3264.59/3278.56	c  3279s|  2447k|251164 | 12517k|   5.1 |   593M |  40 | 101 | 256 | 226 |  10k|  1 |1986k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3264.89/3278.84	c  3279s|  2447k|251159 | 12518k|   5.1 |   593M |  40 | 101 | 256 | 226 |  10k|  0 |1986k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3265.09/3279.03	c  3279s|  2447k|251171 | 12518k|   5.1 |   593M |  40 | 101 | 258 | 230 |  10k|  1 |1986k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3265.29/3279.25	c  3279s|  2447k|251176 | 12519k|   5.1 |   593M |  40 | 101 | 256 | 230 |  10k|  1 |1986k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3265.49/3279.47	c  3279s|  2447k|251169 | 12519k|   5.1 |   593M |  40 | 101 | 257 | 232 |  10k|  0 |1986k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3265.79/3279.78	c  3280s|  2447k|251197 | 12520k|   5.1 |   593M |  40 | 101 | 259 | 231 |  10k|  1 |1986k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3265.99/3279.98	c  3280s|  2447k|251195 | 12520k|   5.1 |   593M |  40 | 101 | 257 | 231 |  10k|  0 |1986k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3266.19/3280.18	c  3280s|  2447k|251203 | 12521k|   5.1 |   593M |  40 | 101 | 258 | 227 |  10k|  1 |1986k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3266.38/3280.34	c  3280s|  2447k|251247 | 12521k|   5.1 |   593M |  40 | 101 | 259 | 230 |  10k|  1 |1987k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3266.58/3280.55	c  3281s|  2448k|251258 | 12522k|   5.1 |   593M |  40 | 101 | 258 | 230 |  10k|  1 |1987k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3266.78/3280.72	c  3281s|  2448k|251283 | 12522k|   5.1 |   593M |  40 | 101 | 256 | 230 |  10k|  1 |1987k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3267.09/3281.01	c  3281s|  2448k|251291 | 12523k|   5.1 |   593M |  40 | 101 | 258 | 231 |  10k|  1 |1987k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3267.28/3281.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3267.28/3281.20	c  3281s|  2448k|251321 | 12524k|   5.1 |   593M |  40 | 101 | 256 | 231 |  10k|  1 |1987k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3267.48/3281.47	c  3281s|  2448k|251328 | 12524k|   5.1 |   593M |  40 | 101 | 256 | 231 |  10k|  1 |1987k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3267.68/3281.69	c  3282s|  2448k|251328 | 12525k|   5.1 |   593M |  40 | 101 | 257 | 231 |  10k|  1 |1987k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3267.88/3281.88	c  3282s|  2448k|251350 | 12526k|   5.1 |   593M |  40 | 101 | 258 | 228 |  10k|  1 |1987k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3268.28/3282.23	c  3282s|  2448k|251383 | 12527k|   5.1 |   593M |  40 | 101 | 258 | 228 |  10k|  1 |1987k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3268.58/3282.50	c  3283s|  2448k|251399 | 12527k|   5.1 |   593M |  40 | 101 | 257 | 228 |  10k|  1 |1987k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3268.87/3282.84	c  3283s|  2448k|251394 | 12528k|   5.1 |   593M |  40 | 101 | 257 | 228 |  10k|  0 |1987k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3269.08/3283.08	c  3283s|  2449k|251437 | 12528k|   5.1 |   593M |  40 | 101 | 257 |   0 |  10k|  0 |1987k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3269.27/3283.23	c  3283s|  2449k|251454 | 12529k|   5.1 |   593M |  40 | 101 | 258 | 229 |  10k|  1 |1988k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3269.47/3283.44	c  3283s|  2449k|251499 | 12530k|   5.1 |   593M |  40 | 101 | 258 |   0 |  10k|  0 |1988k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3269.67/3283.67	c  3284s|  2449k|251496 | 12530k|   5.1 |   593M |  40 | 101 | 257 | 229 |  10k|  1 |1988k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3269.87/3283.88	c  3284s|  2449k|251540 | 12531k|   5.1 |   593M |  40 | 101 | 258 | 228 |  10k|  1 |1988k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3270.07/3284.05	c  3284s|  2449k|251568 | 12532k|   5.1 |   593M |  40 | 101 | 256 | 228 |  10k|  1 |1988k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3270.27/3284.25	c  3284s|  2449k|251587 | 12532k|   5.1 |   593M |  40 | 101 | 257 | 231 |  10k|  1 |1988k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3270.57/3284.51	c  3285s|  2449k|251589 | 12533k|   5.1 |   593M |  40 | 101 | 256 | 226 |  10k|  1 |1988k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3270.67/3284.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3270.67/3284.69	c  3285s|  2449k|251602 | 12533k|   5.1 |   593M |  40 | 101 | 258 | 232 |  10k|  1 |1988k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3270.96/3284.94	c  3285s|  2449k|251615 | 12534k|   5.1 |   593M |  40 | 101 | 257 | 229 |  10k|  0 |1988k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3271.17/3285.15	c  3285s|  2450k|251655 | 12535k|   5.1 |   593M |  40 | 101 | 256 | 231 |  10k|  0 |1988k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3271.36/3285.39	c  3285s|  2450k|251685 | 12536k|   5.1 |   593M |  40 | 101 | 258 | 226 |  10k|  1 |1988k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3271.66/3285.63	c  3286s|  2450k|251702 | 12536k|   5.1 |   593M |  40 | 101 | 256 | 230 |  10k|  0 |1988k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3271.96/3285.91	c  3286s|  2450k|251717 | 12537k|   5.1 |   593M |  40 | 101 | 258 | 230 |  10k|  1 |1988k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3272.07/3286.08	c  3286s|  2450k|251752 | 12537k|   5.1 |   593M |  40 | 101 | 258 | 230 |  10k|  1 |1989k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3272.36/3286.32	c  3286s|  2450k|251774 | 12538k|   5.1 |   593M |  40 | 101 | 257 | 230 |  10k|  1 |1989k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3272.56/3286.52	c  3287s|  2450k|251784 | 12538k|   5.1 |   593M |  40 | 101 | 258 | 230 |  10k|  1 |1989k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3272.66/3286.69	c  3287s|  2450k|251796 | 12539k|   5.1 |   593M |  40 | 101 | 258 | 230 |  10k|  1 |1989k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3272.96/3286.93	c  3287s|  2450k|251814 | 12539k|   5.1 |   593M |  40 | 101 | 256 | 230 |  10k|  1 |1989k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3273.16/3287.15	c  3287s|  2450k|251816 | 12540k|   5.1 |   593M |  40 | 101 | 256 | 230 |  10k|  1 |1989k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3273.45/3287.41	c  3287s|  2451k|251825 | 12540k|   5.1 |   593M |  40 | 101 | 257 | 230 |  10k|  1 |1989k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3273.65/3287.66	c  3288s|  2451k|251839 | 12541k|   5.1 |   593M |  40 | 101 | 257 | 230 |  10k|  1 |1989k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3273.95/3287.93	c  3288s|  2451k|251825 | 12541k|   5.1 |   593M |  40 | 101 | 257 | 230 |  10k|  1 |1989k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3274.16/3288.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3274.16/3288.15	c  3288s|  2451k|251857 | 12542k|   5.1 |   593M |  40 | 101 | 257 | 231 |  10k|  1 |1989k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3274.35/3288.33	c  3288s|  2451k|251876 | 12542k|   5.1 |   593M |  40 | 101 | 258 | 231 |  10k|  1 |1989k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3274.55/3288.56	c  3289s|  2451k|251892 | 12543k|   5.1 |   593M |  40 | 101 | 256 | 231 |  10k|  0 |1990k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3274.75/3288.76	c  3289s|  2451k|251928 | 12544k|   5.1 |   593M |  40 | 101 | 258 | 231 |  10k|  1 |1990k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3274.95/3288.96	c  3289s|  2451k|251936 | 12544k|   5.1 |   593M |  40 | 101 | 258 |   0 |  10k|  0 |1990k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3275.15/3289.18	c  3289s|  2451k|251949 | 12544k|   5.1 |   593M |  40 | 101 | 256 | 232 |  10k|  0 |1990k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3275.35/3289.37	c  3289s|  2451k|251959 | 12545k|   5.1 |   593M |  40 | 101 | 257 |   0 |  10k|  0 |1990k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3275.54/3289.59	c  3290s|  2452k|251968 | 12545k|   5.1 |   593M |  40 | 101 | 257 | 230 |  10k|  1 |1990k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3275.84/3289.83	c  3290s|  2452k|251980 | 12546k|   5.1 |   593M |  40 | 101 | 258 | 229 |  10k|  1 |1990k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3276.05/3290.09	c  3290s|  2452k|252013 | 12546k|   5.1 |   593M |  40 | 101 | 258 | 228 |  10k|  1 |1990k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3276.34/3290.36	c  3290s|  2452k|252056 | 12547k|   5.1 |   593M |  40 | 101 | 258 | 228 |  10k|  1 |1990k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3276.54/3290.52	c  3291s|  2452k|252107 | 12548k|   5.1 |   593M |  40 | 101 | 259 | 229 |  10k|  1 |1990k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3276.74/3290.73	c  3291s|  2452k|252144 | 12549k|   5.1 |   594M |  40 | 101 | 258 | 228 |  10k|  1 |1990k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3277.04/3291.07	c  3291s|  2452k|252159 | 12550k|   5.1 |   594M |  40 | 101 | 257 | 228 |  10k|  0 |1991k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3277.34/3291.32	c  3291s|  2452k|252158 | 12550k|   5.1 |   594M |  40 | 101 | 256 | 228 |  10k|  1 |1991k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3277.54/3291.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3277.54/3291.55	c  3292s|  2452k|252171 | 12550k|   5.1 |   594M |  40 | 101 | 256 |   0 |  10k|  0 |1991k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3277.83/3291.85	c  3292s|  2452k|252163 | 12551k|   5.1 |   594M |  40 | 101 | 257 | 228 |  10k|  1 |1991k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3278.04/3292.03	c  3292s|  2453k|252165 | 12551k|   5.1 |   594M |  40 | 101 | 256 | 228 |  10k|  0 |1991k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3278.23/3292.24	c  3292s|  2453k|252187 | 12552k|   5.1 |   594M |  40 | 101 | 258 | 229 |  10k|  1 |1991k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3278.43/3292.49	c  3292s|  2453k|252222 | 12552k|   5.1 |   594M |  40 | 101 | 259 | 229 |  10k|  1 |1991k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3278.73/3292.71	c  3293s|  2453k|252250 | 12553k|   5.1 |   594M |  40 | 101 | 259 |   0 |  10k|  0 |1991k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3278.93/3292.98	c  3293s|  2453k|252260 | 12554k|   5.1 |   594M |  40 | 101 | 256 | 229 |  10k|  0 |1991k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3279.23/3293.27	c  3293s|  2453k|252271 | 12554k|   5.1 |   594M |  40 | 101 | 257 | 229 |  10k|  1 |1991k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3279.43/3293.49	c  3293s|  2453k|252276 | 12555k|   5.1 |   594M |  40 | 101 | 256 | 229 |  10k|  1 |1991k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3279.73/3293.77	c  3294s|  2453k|252280 | 12555k|   5.1 |   594M |  40 | 101 | 258 |   0 |  10k|  0 |1992k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3280.03/3294.05	c  3294s|  2453k|252284 | 12556k|   5.1 |   594M |  40 | 101 | 256 | 229 |  10k|  0 |1992k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3280.32/3294.34	c  3294s|  2453k|252306 | 12556k|   5.1 |   594M |  40 | 101 | 257 |   0 |  10k|  0 |1992k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3280.52/3294.56	c  3295s|  2454k|252313 | 12557k|   5.1 |   594M |  40 | 101 | 257 |   0 |  10k|  0 |1992k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3280.82/3294.82	c  3295s|  2454k|252312 | 12557k|   5.1 |   594M |  40 | 101 | 256 | 228 |  10k|  1 |1992k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3281.03/3295.05	c  3295s|  2454k|252310 | 12557k|   5.1 |   594M |  40 | 101 | 257 |   0 |  10k|  0 |1992k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3281.22/3295.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3281.22/3295.27	c  3295s|  2454k|252351 | 12558k|   5.1 |   594M |  40 | 101 | 258 | 228 |  10k|  1 |1992k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3281.42/3295.49	c  3295s|  2454k|252364 | 12559k|   5.1 |   594M |  40 | 101 | 256 | 228 |  10k|  0 |1992k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3281.72/3295.72	c  3296s|  2454k|252377 | 12560k|   5.1 |   594M |  40 | 101 | 256 | 229 |  10k|  0 |1992k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3281.92/3295.93	c  3296s|  2454k|252378 | 12560k|   5.1 |   594M |  40 | 101 | 258 | 231 |  10k|  1 |1992k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3282.12/3296.18	c  3296s|  2454k|252386 | 12560k|   5.1 |   594M |  40 | 101 | 258 | 230 |  10k|  1 |1992k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3282.32/3296.39	c  3296s|  2454k|252432 | 12561k|   5.1 |   594M |  40 | 101 | 256 | 228 |  10k|  1 |1992k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3282.51/3296.57	c  3297s|  2454k|252460 | 12562k|   5.1 |   594M |  40 | 101 | 258 | 228 |  10k|  1 |1992k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3282.71/3296.74	c  3297s|  2455k|252488 | 12562k|   5.1 |   594M |  40 | 101 | 258 |   0 |  10k|  0 |1993k|  31 | 0.000000e+00 |      --      |    Inf |   1.33%
3282.91/3296.95	c  3297s|  2455k|252511 | 12563k|   5.1 |   594M |  40 | 101 | 258 | 228 |  10k|  1 |1993k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3283.12/3297.14	c  3297s|  2455k|252544 | 12564k|   5.1 |   594M |  40 | 101 | 257 | 228 |  10k|  1 |1993k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3283.31/3297.34	c  3297s|  2455k|252560 | 12564k|   5.1 |   594M |  40 | 101 | 257 | 228 |  10k|  1 |1993k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3283.51/3297.57	c  3298s|  2455k|252577 | 12565k|   5.1 |   594M |  40 | 101 | 258 | 228 |  10k|  1 |1993k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3283.81/3297.81	c  3298s|  2455k|252591 | 12565k|   5.1 |   594M |  40 | 101 | 256 | 228 |  10k|  1 |1993k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3283.91/3297.99	c  3298s|  2455k|252596 | 12566k|   5.1 |   594M |  40 | 101 | 256 | 228 |  10k|  0 |1993k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3284.21/3298.25	c  3298s|  2455k|252617 | 12567k|   5.1 |   594M |  40 | 101 | 258 |   0 |  10k|  0 |1993k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3284.41/3298.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3284.41/3298.48	c  3298s|  2455k|252636 | 12567k|   5.1 |   594M |  40 | 101 | 258 |   0 |  10k|  0 |1993k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3284.71/3298.72	c  3299s|  2455k|252634 | 12567k|   5.1 |   594M |  40 | 101 | 256 | 228 |  10k|  1 |1993k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3284.90/3298.95	c  3299s|  2456k|252637 | 12568k|   5.1 |   594M |  40 | 101 | 258 | 228 |  10k|  1 |1993k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3285.20/3299.26	c  3299s|  2456k|252637 | 12568k|   5.1 |   594M |  40 | 101 | 257 | 228 |  10k|  1 |1993k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3285.40/3299.50	c  3299s|  2456k|252644 | 12569k|   5.1 |   594M |  40 | 101 | 258 | 228 |  10k|  1 |1993k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3285.70/3299.72	c  3300s|  2456k|252668 | 12569k|   5.1 |   594M |  40 | 101 | 257 | 230 |  10k|  1 |1994k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3285.80/3299.88	c  3300s|  2456k|252688 | 12570k|   5.1 |   594M |  40 | 101 | 258 | 230 |  10k|  1 |1994k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3286.11/3300.11	c  3300s|  2456k|252717 | 12570k|   5.1 |   594M |  40 | 101 | 257 | 230 |  10k|  1 |1994k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3286.30/3300.32	c  3300s|  2456k|252726 | 12571k|   5.1 |   594M |  40 | 101 | 256 | 227 |  10k|  0 |1994k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3286.60/3300.62	c  3301s|  2456k|252736 | 12571k|   5.1 |   594M |  40 | 101 | 258 | 229 |  10k|  1 |1994k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3286.80/3300.80	c  3301s|  2456k|252750 | 12572k|   5.1 |   594M |  40 | 101 | 258 | 228 |  10k|  1 |1994k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3287.00/3301.01	c  3301s|  2456k|252782 | 12572k|   5.1 |   594M |  40 | 101 | 257 | 232 |  10k|  1 |1994k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3287.20/3301.29	c  3301s|  2457k|252788 | 12573k|   5.1 |   594M |  40 | 101 | 257 | 230 |  10k|  1 |1994k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3287.49/3301.53	c  3302s|  2457k|252807 | 12573k|   5.1 |   594M |  40 | 101 | 258 |   0 |  10k|  0 |1994k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3287.59/3301.67	c  3302s|  2457k|252830 | 12574k|   5.1 |   594M |  40 | 101 | 256 | 227 |  10k|  1 |1994k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3287.79/3301.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3287.79/3301.86	c  3302s|  2457k|252844 | 12574k|   5.1 |   594M |  40 | 101 | 256 | 227 |  10k|  1 |1994k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3288.10/3302.17	c  3302s|  2457k|252865 | 12575k|   5.1 |   594M |  40 | 101 | 256 | 226 |  10k|  1 |1994k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3288.39/3302.43	c  3302s|  2457k|252856 | 12576k|   5.1 |   594M |  40 | 101 | 257 | 229 |  10k|  1 |1995k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3288.59/3302.65	c  3303s|  2457k|252874 | 12576k|   5.1 |   594M |  40 | 101 | 257 | 228 |  10k|  0 |1995k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3288.79/3302.85	c  3303s|  2457k|252894 | 12577k|   5.1 |   594M |  40 | 101 | 258 | 228 |  10k|  0 |1995k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3289.09/3303.14	c  3303s|  2457k|252905 | 12577k|   5.1 |   594M |  40 | 101 | 257 | 229 |  10k|  1 |1995k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3289.39/3303.41	c  3303s|  2457k|252909 | 12578k|   5.1 |   594M |  40 | 101 | 257 | 232 |  10k|  1 |1995k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3289.59/3303.61	c  3304s|  2458k|252945 | 12578k|   5.1 |   594M |  40 | 101 | 258 |   0 |  10k|  0 |1995k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3289.78/3303.85	c  3304s|  2458k|252948 | 12579k|   5.1 |   594M |  40 | 101 | 256 | 231 |  10k|  1 |1995k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3290.09/3304.12	c  3304s|  2458k|252960 | 12579k|   5.1 |   594M |  40 | 101 | 258 | 230 |  10k|  0 |1995k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3290.28/3304.34	c  3304s|  2458k|252972 | 12580k|   5.1 |   594M |  40 | 101 | 257 | 231 |  10k|  1 |1995k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3290.48/3304.54	c  3305s|  2458k|252995 | 12581k|   5.1 |   594M |  40 | 101 | 256 | 230 |  10k|  1 |1995k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3290.78/3304.82	c  3305s|  2458k|253005 | 12581k|   5.1 |   594M |  40 | 101 | 258 | 229 |  10k|  1 |1995k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3290.98/3305.05	c  3305s|  2458k|253018 | 12582k|   5.1 |   594M |  40 | 101 | 257 | 228 |  10k|  1 |1995k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3291.18/3305.26	c  3305s|  2458k|253022 | 12582k|   5.1 |   594M |  40 | 101 | 258 | 229 |  10k|  1 |1996k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3291.38/3305.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3291.38/3305.46	c  3305s|  2458k|253034 | 12583k|   5.1 |   594M |  40 | 101 | 258 |   0 |  10k|  0 |1996k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3291.68/3305.70	c  3306s|  2458k|253038 | 12583k|   5.1 |   594M |  40 | 101 | 256 | 231 |  10k|  0 |1996k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3291.88/3305.96	c  3306s|  2459k|253061 | 12584k|   5.1 |   594M |  40 | 101 | 256 | 231 |  10k|  0 |1996k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3292.18/3306.26	c  3306s|  2459k|253074 | 12584k|   5.1 |   594M |  40 | 101 | 258 |   0 |  10k|  0 |1996k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3292.47/3306.50	c  3306s|  2459k|253146 | 12586k|   5.1 |   594M |  40 | 101 | 258 | 231 |  10k|  1 |1996k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3292.67/3306.70	c  3307s|  2459k|253160 | 12586k|   5.1 |   594M |  40 | 101 | 258 | 231 |  10k|  1 |1996k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3292.87/3306.90	c  3307s|  2459k|253162 | 12587k|   5.1 |   594M |  40 | 101 | 258 |   0 |  10k|  0 |1996k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3292.98/3307.08	c  3307s|  2459k|253171 | 12587k|   5.1 |   594M |  40 | 101 | 258 | 231 |  10k|  1 |1996k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3293.17/3307.25	c  3307s|  2459k|253181 | 12588k|   5.1 |   594M |  40 | 101 | 258 | 231 |  10k|  1 |1996k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3293.37/3307.43	c  3307s|  2459k|253191 | 12588k|   5.1 |   594M |  40 | 101 | 257 | 231 |  10k|  1 |1996k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3293.57/3307.63	c  3308s|  2459k|253196 | 12589k|   5.1 |   594M |  40 | 101 | 256 | 230 |  10k|  1 |1996k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3293.87/3307.92	c  3308s|  2459k|253195 | 12589k|   5.1 |   594M |  40 | 101 | 256 | 226 |  10k|  1 |1997k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3294.07/3308.18	c  3308s|  2460k|253196 | 12590k|   5.1 |   594M |  40 | 101 | 257 | 228 |  10k|  0 |1997k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3294.37/3308.40	c  3308s|  2460k|253212 | 12590k|   5.1 |   594M |  40 | 101 | 258 |   0 |  10k|  0 |1997k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3294.57/3308.63	c  3309s|  2460k|253236 | 12591k|   5.1 |   594M |  40 | 101 | 258 | 231 |  10k|  1 |1997k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3294.76/3308.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3294.76/3308.86	c  3309s|  2460k|253289 | 12592k|   5.1 |   594M |  40 | 101 | 257 |   0 |  10k|  0 |1997k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3294.97/3309.10	c  3309s|  2460k|253303 | 12592k|   5.1 |   594M |  40 | 101 | 257 | 231 |  10k|  0 |1997k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3295.26/3309.36	c  3309s|  2460k|253304 | 12593k|   5.1 |   594M |  40 | 101 | 257 | 231 |  10k|  1 |1997k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3295.46/3309.59	c  3310s|  2460k|253298 | 12593k|   5.1 |   594M |  40 | 101 | 256 | 231 |  10k|  0 |1997k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3295.76/3309.84	c  3310s|  2460k|253293 | 12594k|   5.1 |   594M |  40 | 101 | 257 | 231 |  10k|  1 |1997k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3296.06/3310.14	c  3310s|  2460k|253285 | 12594k|   5.1 |   594M |  40 | 101 | 258 |   0 |  10k|  0 |1997k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3296.36/3310.42	c  3310s|  2460k|253323 | 12595k|   5.1 |   594M |  40 | 101 | 258 | 228 |  10k|  1 |1997k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3296.56/3310.65	c  3311s|  2461k|253349 | 12595k|   5.1 |   594M |  40 | 101 | 258 |   0 |  10k|  0 |1997k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3296.86/3310.92	c  3311s|  2461k|253361 | 12596k|   5.1 |   594M |  40 | 101 | 256 | 231 |  10k|  0 |1998k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3297.06/3311.17	c  3311s|  2461k|253376 | 12596k|   5.1 |   594M |  40 | 101 | 257 | 229 |  10k|  1 |1998k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3297.25/3311.36	c  3311s|  2461k|253400 | 12597k|   5.1 |   594M |  40 | 101 | 258 | 228 |  10k|  1 |1998k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3297.45/3311.59	c  3312s|  2461k|253414 | 12597k|   5.1 |   594M |  40 | 101 | 257 | 228 |  10k|  1 |1998k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3297.75/3311.85	c  3312s|  2461k|253452 | 12598k|   5.1 |   594M |  40 | 101 | 259 | 231 |  10k|  1 |1998k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3298.06/3312.10	c  3312s|  2461k|253453 | 12599k|   5.1 |   594M |  40 | 101 | 258 | 231 |  10k|  1 |1998k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3298.26/3312.33	c  3312s|  2461k|253489 | 12599k|   5.1 |   595M |  40 | 101 | 258 | 231 |  10k|  1 |1998k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3298.56/3312.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3298.56/3312.60	c  3313s|  2461k|253506 | 12600k|   5.1 |   595M |  40 | 101 | 257 |   0 |  10k|  0 |1998k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3298.76/3312.83	c  3313s|  2461k|253505 | 12600k|   5.1 |   595M |  40 | 101 | 256 | 231 |  10k|  1 |1998k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3298.96/3313.06	c  3313s|  2462k|253535 | 12601k|   5.1 |   595M |  40 | 101 | 258 | 232 |  10k|  1 |1998k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3299.26/3313.32	c  3313s|  2462k|253529 | 12601k|   5.1 |   595M |  40 | 101 | 258 | 232 |  10k|  0 |1998k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3299.45/3313.53	c  3314s|  2462k|253536 | 12602k|   5.1 |   595M |  40 | 101 | 258 |   0 |  10k|  0 |1998k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3299.75/3313.81	c  3314s|  2462k|253559 | 12602k|   5.1 |   595M |  40 | 101 | 256 |   0 |  10k|  0 |1999k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3299.96/3314.06	c  3314s|  2462k|253569 | 12603k|   5.1 |   595M |  40 | 101 | 258 |   0 |  10k|  0 |1999k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3300.25/3314.33	c  3314s|  2462k|253592 | 12603k|   5.1 |   595M |  40 | 101 | 259 | 228 |  10k|  1 |1999k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3300.45/3314.57	c  3315s|  2462k|253619 | 12604k|   5.1 |   595M |  40 | 101 | 256 | 228 |  10k|  1 |1999k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3300.75/3314.82	c  3315s|  2462k|253651 | 12604k|   5.1 |   595M |  40 | 101 | 257 | 227 |  10k|  1 |1999k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3300.95/3315.10	c  3315s|  2462k|253669 | 12605k|   5.1 |   595M |  40 | 101 | 258 |   0 |  10k|  0 |1999k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3301.25/3315.36	c  3315s|  2462k|253670 | 12605k|   5.1 |   595M |  40 | 101 | 256 | 227 |  10k|  0 |1999k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3301.55/3315.62	c  3316s|  2463k|253666 | 12606k|   5.1 |   595M |  40 | 101 | 257 | 229 |  10k|  1 |1999k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3301.75/3315.88	c  3316s|  2463k|253675 | 12606k|   5.1 |   595M |  40 | 101 | 256 | 226 |  10k|  0 |1999k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3302.14/3316.21	c  3316s|  2463k|253668 | 12606k|   5.1 |   595M |  40 | 101 | 257 |   0 |  10k|  0 |1999k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3302.44/3316.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3302.44/3316.58	c  3317s|  2463k|253667 | 12607k|   5.1 |   595M |  40 | 101 | 255 | 231 |  10k|  1 |1999k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3302.84/3316.90	c  3317s|  2463k|253673 | 12607k|   5.1 |   595M |  40 | 101 | 256 | 228 |  10k|  1 |1999k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3303.05/3317.11	c  3317s|  2463k|253689 | 12608k|   5.1 |   595M |  40 | 101 | 257 | 228 |  10k|  1 |2000k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3303.24/3317.34	c  3317s|  2463k|253686 | 12608k|   5.1 |   595M |  40 | 101 | 257 | 231 |  10k|  0 |2000k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3303.44/3317.55	c  3318s|  2463k|253684 | 12609k|   5.1 |   595M |  40 | 101 | 255 |   0 |  10k|  0 |2000k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3303.74/3317.81	c  3318s|  2463k|253693 | 12609k|   5.1 |   595M |  40 | 101 | 257 | 231 |  10k|  1 |2000k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3304.04/3318.11	c  3318s|  2463k|253689 | 12610k|   5.1 |   596M |  40 | 101 | 257 |   0 |  10k|  0 |2000k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3304.34/3318.45	c  3318s|  2464k|253682 | 12610k|   5.1 |   596M |  40 | 101 | 257 | 229 |  10k|  1 |2000k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3304.63/3318.72	c  3319s|  2464k|253691 | 12610k|   5.1 |   596M |  40 | 101 | 257 | 232 |  10k|  1 |2000k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3304.83/3318.97	c  3319s|  2464k|253689 | 12611k|   5.1 |   596M |  40 | 101 | 257 |   0 |  10k|  0 |2000k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3305.13/3319.23	c  3319s|  2464k|253703 | 12611k|   5.1 |   596M |  40 | 101 | 256 | 231 |  10k|  1 |2000k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3305.33/3319.49	c  3319s|  2464k|253724 | 12612k|   5.1 |   596M |  40 | 101 | 255 |   0 |  10k|  0 |2000k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3305.63/3319.74	c  3320s|  2464k|253734 | 12612k|   5.1 |   596M |  40 | 101 | 256 | 228 |  10k|  1 |2000k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3305.83/3319.99	c  3320s|  2464k|253734 | 12613k|   5.1 |   596M |  40 | 101 | 257 | 231 |  10k|  0 |2000k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3306.13/3320.28	c  3320s|  2464k|253752 | 12613k|   5.1 |   596M |  40 | 101 | 257 | 226 |  10k|  1 |2001k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3306.43/3320.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3306.43/3320.53	c  3321s|  2464k|253756 | 12614k|   5.1 |   596M |  40 | 101 | 256 | 229 |  10k|  0 |2001k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3306.72/3320.86	c  3321s|  2464k|253761 | 12614k|   5.1 |   596M |  40 | 101 | 255 | 229 |  10k|  1 |2001k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3306.93/3321.06	c  3321s|  2465k|253777 | 12615k|   5.1 |   596M |  40 | 101 | 257 | 232 |  10k|  1 |2001k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3307.12/3321.23	c  3321s|  2465k|253790 | 12615k|   5.1 |   596M |  40 | 101 | 256 | 232 |  10k|  0 |2001k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3307.42/3321.52	c  3322s|  2465k|253789 | 12616k|   5.1 |   596M |  40 | 101 | 255 | 231 |  10k|  1 |2001k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3307.62/3321.74	c  3322s|  2465k|253797 | 12616k|   5.1 |   596M |  40 | 101 | 257 | 228 |  10k|  0 |2001k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3307.82/3321.99	c  3322s|  2465k|253813 | 12617k|   5.1 |   596M |  40 | 101 | 256 | 230 |  10k|  1 |2001k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3308.02/3322.15	c  3322s|  2465k|253820 | 12617k|   5.1 |   596M |  40 | 101 | 255 | 226 |  10k|  0 |2001k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3308.22/3322.37	c  3322s|  2465k|253834 | 12618k|   5.1 |   596M |  40 | 101 | 257 |   0 |  10k|  0 |2001k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3308.52/3322.66	c  3323s|  2465k|253835 | 12619k|   5.1 |   596M |  40 | 101 | 255 | 231 |  10k|  1 |2001k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3308.82/3322.96	c  3323s|  2465k|253846 | 12619k|   5.1 |   596M |  40 | 101 | 257 | 229 |  10k|  0 |2001k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3309.02/3323.16	c  3323s|  2465k|253865 | 12620k|   5.1 |   596M |  40 | 101 | 256 | 231 |  10k|  0 |2001k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3309.21/3323.33	c  3323s|  2466k|253863 | 12620k|   5.1 |   596M |  40 | 101 | 257 | 228 |  10k|  1 |2001k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3309.31/3323.46	c  3323s|  2466k|253882 | 12621k|   5.1 |   596M |  40 | 101 | 255 | 228 |  10k|  1 |2002k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3309.51/3323.67	c  3324s|  2466k|253875 | 12621k|   5.1 |   596M |  40 | 101 | 257 | 231 |  10k|  1 |2002k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3309.92/3324.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3309.92/3324.08	c  3324s|  2466k|253854 | 12622k|   5.1 |   596M |  40 | 101 | 256 | 228 |  10k|  1 |2002k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3310.21/3324.32	c  3324s|  2466k|253855 | 12622k|   5.1 |   596M |  40 | 101 | 257 |   0 |  10k|  0 |2002k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3310.41/3324.53	c  3325s|  2466k|253876 | 12623k|   5.1 |   596M |  40 | 101 | 257 | 230 |  10k|  1 |2002k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3310.61/3324.76	c  3325s|  2466k|253874 | 12623k|   5.1 |   596M |  40 | 101 | 255 | 230 |  10k|  0 |2002k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3310.91/3325.03	c  3325s|  2466k|253874 | 12624k|   5.1 |   596M |  40 | 101 | 256 | 230 |  10k|  1 |2002k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3311.11/3325.20	c  3325s|  2466k|253873 | 12624k|   5.1 |   596M |  40 | 101 | 255 | 229 |  10k|  0 |2002k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3311.21/3325.37	c  3325s|  2466k|253871 | 12625k|   5.1 |   596M |  40 | 101 | 257 | 229 |  10k|  1 |2002k|  31 | 0.000000e+00 |      --      |    Inf |   1.34%
3311.41/3325.59	c  3326s|  2467k|253867 | 12625k|   5.1 |   596M |  40 | 101 | 257 |   0 |  10k|  0 |2002k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3311.70/3325.82	c  3326s|  2467k|253873 | 12625k|   5.1 |   596M |  40 | 101 | 256 | 227 |  10k|  1 |2002k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3311.91/3326.06	c  3326s|  2467k|253873 | 12626k|   5.1 |   596M |  40 | 101 | 255 | 229 |  10k|  1 |2002k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3312.10/3326.29	c  3326s|  2467k|253880 | 12626k|   5.1 |   596M |  40 | 101 | 256 | 230 |  10k|  0 |2003k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3312.40/3326.55	c  3327s|  2467k|253871 | 12627k|   5.1 |   596M |  40 | 101 | 256 | 231 |  10k|  1 |2003k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3312.60/3326.75	c  3327s|  2467k|253892 | 12627k|   5.1 |   596M |  40 | 101 | 256 | 229 |  10k|  1 |2003k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3312.90/3327.07	c  3327s|  2467k|253890 | 12628k|   5.1 |   596M |  40 | 101 | 257 |   0 |  10k|  0 |2003k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3313.20/3327.30	c  3327s|  2467k|253914 | 12628k|   5.1 |   596M |  40 | 101 | 257 |   0 |  10k|  0 |2003k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3313.40/3327.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3313.40/3327.58	c  3328s|  2467k|253902 | 12629k|   5.1 |   596M |  40 | 101 | 255 | 232 |  10k|  1 |2003k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3313.69/3327.81	c  3328s|  2467k|253922 | 12629k|   5.1 |   596M |  40 | 101 | 257 |   0 |  10k|  0 |2003k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3313.90/3328.00	c  3328s|  2468k|253944 | 12629k|   5.1 |   596M |  40 | 101 | 256 | 228 |  10k|  0 |2003k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3314.09/3328.28	c  3328s|  2468k|253938 | 12630k|   5.1 |   596M |  40 | 101 | 257 | 228 |  10k|  1 |2003k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3314.29/3328.48	c  3328s|  2468k|253946 | 12630k|   5.1 |   596M |  40 | 101 | 256 | 230 |  10k|  1 |2003k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3314.69/3328.80	c  3329s|  2468k|253932 | 12631k|   5.1 |   596M |  40 | 101 | 257 | 227 |  10k|  0 |2004k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3314.99/3329.12	c  3329s|  2468k|253927 | 12631k|   5.1 |   596M |  40 | 101 | 258 |   0 |  10k|  0 |2004k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3315.19/3329.37	c  3329s|  2468k|253944 | 12631k|   5.1 |   596M |  40 | 101 | 258 |   0 |  10k|  0 |2004k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3315.49/3329.66	c  3330s|  2468k|253950 | 12632k|   5.1 |   596M |  40 | 101 | 258 | 228 |  10k|  1 |2004k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3315.69/3329.85	c  3330s|  2468k|253949 | 12632k|   5.1 |   596M |  40 | 101 | 255 | 226 |  10k|  1 |2004k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3315.89/3330.05	c  3330s|  2468k|253960 | 12633k|   5.1 |   596M |  40 | 101 | 257 | 231 |  10k|  1 |2004k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3316.18/3330.35	c  3330s|  2468k|253963 | 12633k|   5.1 |   596M |  40 | 101 | 256 | 229 |  10k|  1 |2004k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3316.48/3330.68	c  3331s|  2469k|253958 | 12634k|   5.1 |   596M |  40 | 101 | 255 | 227 |  10k|  1 |2004k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3316.78/3330.91	c  3331s|  2469k|253958 | 12634k|   5.1 |   596M |  40 | 101 | 257 | 226 |  10k|  0 |2004k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3317.08/3331.21	c  3331s|  2469k|253958 | 12635k|   5.1 |   596M |  40 | 101 | 257 |   0 |  10k|  0 |2004k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3317.28/3331.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3317.28/3331.48	c  3331s|  2469k|253961 | 12635k|   5.1 |   596M |  40 | 101 | 257 | 230 |  10k|  1 |2004k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3317.58/3331.72	c  3332s|  2469k|253961 | 12636k|   5.1 |   596M |  40 | 101 | 255 |   0 |  10k|  0 |2004k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3317.78/3331.97	c  3332s|  2469k|253958 | 12636k|   5.1 |   596M |  40 | 101 | 256 |   0 |  10k|  0 |2005k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3318.08/3332.29	c  3332s|  2469k|253947 | 12636k|   5.1 |   596M |  40 | 101 | 256 | 231 |  10k|  1 |2005k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3318.37/3332.52	c  3333s|  2469k|253968 | 12637k|   5.1 |   596M |  40 | 101 | 257 | 228 |  10k|  1 |2005k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3318.57/3332.79	c  3333s|  2469k|253976 | 12637k|   5.1 |   596M |  40 | 101 | 257 |   0 |  10k|  0 |2005k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3318.88/3333.05	c  3333s|  2469k|254002 | 12638k|   5.1 |   596M |  40 | 101 | 255 | 230 |  10k|  1 |2005k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3319.07/3333.28	c  3333s|  2470k|254011 | 12638k|   5.1 |   596M |  40 | 101 | 256 | 231 |  10k|  1 |2005k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3319.37/3333.56	c  3334s|  2470k|254011 | 12639k|   5.1 |   596M |  40 | 101 | 255 | 231 |  10k|  1 |2005k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3319.67/3333.84	c  3334s|  2470k|254020 | 12639k|   5.1 |   596M |  40 | 101 | 257 | 228 |  10k|  1 |2005k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3319.97/3334.15	c  3334s|  2470k|253999 | 12640k|   5.1 |   596M |  40 | 101 | 256 |   0 |  10k|  0 |2005k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3320.27/3334.45	c  3334s|  2470k|254000 | 12640k|   5.1 |   596M |  40 | 101 | 257 |   0 |  10k|  0 |2005k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3320.57/3334.71	c  3335s|  2470k|254014 | 12640k|   5.1 |   596M |  40 | 101 | 257 | 230 |  10k|  1 |2005k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3320.76/3334.97	c  3335s|  2470k|254029 | 12641k|   5.1 |   596M |  40 | 101 | 257 | 230 |  10k|  1 |2006k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3321.06/3335.24	c  3335s|  2470k|254037 | 12642k|   5.1 |   596M |  40 | 101 | 257 |   0 |  10k|  0 |2006k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3321.26/3335.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3321.26/3335.43	c  3335s|  2470k|254050 | 12642k|   5.1 |   596M |  40 | 101 | 257 |   0 |  10k|  0 |2006k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3321.46/3335.69	c  3336s|  2470k|254110 | 12644k|   5.1 |   596M |  40 | 101 | 255 | 230 |  10k|  1 |2006k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3321.66/3335.82	c  3336s|  2471k|254147 | 12644k|   5.1 |   596M |  40 | 101 | 257 | 231 |  10k|  1 |2006k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3321.87/3336.06	c  3336s|  2471k|254192 | 12645k|   5.1 |   596M |  40 | 101 | 256 |   0 |  10k|  0 |2006k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3322.16/3336.30	c  3336s|  2471k|254195 | 12645k|   5.1 |   596M |  40 | 101 | 255 | 230 |  10k|  1 |2006k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3322.36/3336.52	c  3337s|  2471k|254214 | 12646k|   5.1 |   596M |  40 | 101 | 256 |   0 |  11k|  0 |2006k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3322.56/3336.79	c  3337s|  2471k|254222 | 12647k|   5.1 |   596M |  40 | 101 | 255 | 231 |  11k|  1 |2006k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3322.86/3337.02	c  3337s|  2471k|254233 | 12647k|   5.1 |   596M |  40 | 101 | 255 | 230 |  11k|  1 |2006k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3323.06/3337.26	c  3337s|  2471k|254248 | 12648k|   5.1 |   596M |  40 | 101 | 257 |   0 |  11k|  0 |2006k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3323.35/3337.53	c  3338s|  2471k|254246 | 12648k|   5.1 |   596M |  40 | 101 | 255 | 230 |  11k|  1 |2006k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3323.65/3337.80	c  3338s|  2471k|254265 | 12649k|   5.1 |   596M |  40 | 101 | 257 |   0 |  11k|  0 |2007k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3323.86/3338.08	c  3338s|  2471k|254278 | 12649k|   5.1 |   596M |  40 | 101 | 257 | 232 |  11k|  1 |2007k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3324.15/3338.32	c  3338s|  2472k|254282 | 12650k|   5.1 |   596M |  40 | 101 | 256 | 230 |  11k|  1 |2007k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3324.35/3338.58	c  3339s|  2472k|254302 | 12650k|   5.1 |   596M |  40 | 101 | 257 |   0 |  11k|  0 |2007k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3324.65/3338.86	c  3339s|  2472k|254299 | 12651k|   5.1 |   596M |  40 | 101 | 257 | 231 |  11k|  0 |2007k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3324.85/3339.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3324.85/3339.10	c  3339s|  2472k|254310 | 12651k|   5.1 |   596M |  40 | 101 | 256 |   0 |  11k|  0 |2007k|  31 | 0.000000e+00 |      --      |    Inf |   1.35%
3325.15/3339.37	c  3339s|  2472k|254326 | 12652k|   5.1 |   596M |  40 | 101 | 255 | 230 |  11k|  1 |2007k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3325.44/3339.60	c  3340s|  2472k|254332 | 12652k|   5.1 |   596M |  40 | 101 | 257 | 230 |  11k|  0 |2007k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3325.64/3339.86	c  3340s|  2472k|254338 | 12653k|   5.1 |   596M |  40 | 101 | 255 | 231 |  11k|  1 |2007k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3325.95/3340.16	c  3340s|  2472k|254339 | 12653k|   5.1 |   596M |  40 | 101 | 256 | 230 |  11k|  1 |2007k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3326.24/3340.40	c  3340s|  2472k|254336 | 12654k|   5.1 |   596M |  40 | 101 | 256 | 231 |  11k|  2 |2007k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3326.44/3340.61	c  3341s|  2472k|254350 | 12654k|   5.1 |   596M |  40 | 101 | 257 | 232 |  11k|  1 |2007k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3326.64/3340.86	c  3341s|  2473k|254349 | 12655k|   5.1 |   596M |  40 | 101 | 257 |   0 |  11k|  0 |2008k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3326.94/3341.14	c  3341s|  2473k|254352 | 12655k|   5.1 |   596M |  40 | 101 | 256 | 231 |  11k|  1 |2008k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3327.24/3341.42	c  3341s|  2473k|254354 | 12655k|   5.1 |   596M |  40 | 101 | 257 | 229 |  11k|  1 |2008k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3327.53/3341.71	c  3342s|  2473k|254369 | 12656k|   5.1 |   596M |  40 | 101 | 255 | 229 |  11k|  1 |2008k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3327.63/3341.88	c  3342s|  2473k|254380 | 12656k|   5.1 |   596M |  40 | 101 | 256 |   0 |  11k|  0 |2008k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3328.03/3342.20	c  3342s|  2473k|254371 | 12657k|   5.1 |   596M |  40 | 101 | 257 |   0 |  11k|  0 |2008k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3328.33/3342.51	c  3343s|  2473k|254383 | 12657k|   5.1 |   596M |  40 | 101 | 257 | 233 |  11k|  1 |2008k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3328.53/3342.77	c  3343s|  2473k|254404 | 12658k|   5.1 |   596M |  40 | 101 | 256 | 230 |  11k|  1 |2008k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3328.73/3342.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3328.73/3342.96	c  3343s|  2473k|254396 | 12658k|   5.1 |   596M |  40 | 101 | 255 | 226 |  11k|  0 |2008k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3328.93/3343.18	c  3343s|  2473k|254414 | 12659k|   5.1 |   596M |  40 | 101 | 257 | 233 |  11k|  1 |2008k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3329.23/3343.45	c  3343s|  2474k|254416 | 12660k|   5.1 |   596M |  40 | 101 | 256 | 233 |  11k|  0 |2008k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3329.43/3343.65	c  3344s|  2474k|254420 | 12660k|   5.1 |   596M |  40 | 101 | 256 | 233 |  11k|  1 |2009k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3329.63/3343.87	c  3344s|  2474k|254472 | 12661k|   5.1 |   596M |  40 | 101 | 256 | 231 |  11k|  1 |2009k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3329.83/3344.09	c  3344s|  2474k|254488 | 12662k|   5.1 |   597M |  40 | 101 | 257 | 233 |  11k|  1 |2009k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3330.02/3344.29	c  3344s|  2474k|254508 | 12662k|   5.1 |   597M |  40 | 101 | 255 | 232 |  11k|  1 |2009k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3330.22/3344.46	c  3344s|  2474k|254520 | 12663k|   5.1 |   597M |  40 | 101 | 256 | 232 |  11k|  0 |2009k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3330.42/3344.65	c  3345s|  2474k|254520 | 12663k|   5.1 |   597M |  40 | 101 | 257 |   0 |  11k|  0 |2009k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3330.72/3344.92	c  3345s|  2474k|254521 | 12664k|   5.1 |   597M |  40 | 101 | 257 | 232 |  11k|  1 |2009k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3330.93/3345.17	c  3345s|  2474k|254519 | 12664k|   5.1 |   597M |  40 | 101 | 255 | 228 |  11k|  0 |2009k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3331.22/3345.49	c  3345s|  2474k|254516 | 12665k|   5.1 |   597M |  40 | 101 | 257 |   0 |  11k|  0 |2009k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3331.52/3345.75	c  3346s|  2475k|254511 | 12665k|   5.1 |   597M |  40 | 101 | 256 | 232 |  11k|  0 |2009k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3331.82/3346.03	c  3346s|  2475k|254514 | 12665k|   5.1 |   597M |  40 | 101 | 257 | 230 |  11k|  0 |2009k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3332.12/3346.30	c  3346s|  2475k|254513 | 12666k|   5.1 |   597M |  40 | 101 | 257 |   0 |  11k|  0 |2009k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3332.31/3346.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3332.31/3346.56	c  3347s|  2475k|254511 | 12667k|   5.1 |   597M |  40 | 101 | 255 | 230 |  11k|  0 |2009k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3332.61/3346.83	c  3347s|  2475k|254549 | 12667k|   5.1 |   597M |  40 | 101 | 258 | 228 |  11k|  1 |2010k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3332.82/3347.03	c  3347s|  2475k|254578 | 12668k|   5.1 |   597M |  40 | 101 | 255 | 229 |  11k|  1 |2010k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3333.01/3347.25	c  3347s|  2475k|254590 | 12669k|   5.1 |   597M |  40 | 101 | 256 | 228 |  11k|  1 |2010k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3333.31/3347.53	c  3348s|  2475k|254595 | 12669k|   5.1 |   597M |  40 | 101 | 257 | 233 |  11k|  1 |2010k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3333.51/3347.76	c  3348s|  2475k|254611 | 12670k|   5.1 |   597M |  40 | 101 | 256 | 228 |  11k|  1 |2010k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3333.71/3347.96	c  3348s|  2475k|254611 | 12670k|   5.1 |   597M |  40 | 101 | 257 | 231 |  11k|  1 |2010k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3334.01/3348.23	c  3348s|  2476k|254640 | 12671k|   5.1 |   597M |  40 | 101 | 256 | 227 |  11k|  0 |2010k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3334.31/3348.52	c  3349s|  2476k|254639 | 12671k|   5.1 |   597M |  40 | 101 | 257 | 228 |  11k|  1 |2010k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3334.50/3348.77	c  3349s|  2476k|254636 | 12672k|   5.1 |   597M |  40 | 101 | 256 |   0 |  11k|  0 |2010k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3334.70/3348.99	c  3349s|  2476k|254637 | 12672k|   5.1 |   597M |  40 | 101 | 257 |   0 |  11k|  0 |2010k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3335.10/3349.31	c  3349s|  2476k|254626 | 12673k|   5.1 |   597M |  40 | 101 | 256 | 228 |  11k|  3 |2010k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3335.30/3349.57	c  3350s|  2476k|254717 | 12675k|   5.1 |   597M |  40 | 101 | 258 | 229 |  11k|  1 |2010k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3335.50/3349.79	c  3350s|  2476k|254754 | 12675k|   5.1 |   597M |  40 | 101 | 256 | 229 |  11k|  1 |2011k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3335.90/3350.12	c  3350s|  2476k|254828 | 12677k|   5.1 |   597M |  40 | 101 | 258 | 228 |  11k|  1 |2011k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3336.20/3350.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3336.20/3350.41	c  3350s|  2476k|254878 | 12678k|   5.1 |   597M |  40 | 101 | 257 | 228 |  11k|  1 |2011k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3336.40/3350.65	c  3351s|  2476k|254892 | 12678k|   5.1 |   597M |  40 | 101 | 257 | 228 |  11k|  1 |2011k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3336.60/3350.86	c  3351s|  2477k|254903 | 12679k|   5.1 |   597M |  40 | 101 | 257 | 228 |  11k|  1 |2011k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3336.90/3351.12	c  3351s|  2477k|254929 | 12679k|   5.1 |   597M |  40 | 101 | 257 | 228 |  11k|  1 |2011k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3337.19/3351.42	c  3351s|  2477k|254963 | 12680k|   5.1 |   597M |  40 | 101 | 255 | 229 |  11k|  1 |2011k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3337.39/3351.64	c  3352s|  2477k|254970 | 12680k|   5.1 |   597M |  40 | 101 | 257 | 228 |  11k|  1 |2011k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3337.59/3351.89	c  3352s|  2477k|254981 | 12681k|   5.1 |   597M |  40 | 101 | 257 |   0 |  11k|  0 |2011k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3337.90/3352.13	c  3352s|  2477k|254991 | 12682k|   5.1 |   597M |  40 | 101 | 257 | 228 |  11k|  1 |2011k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3338.09/3352.34	c  3352s|  2477k|255006 | 12682k|   5.1 |   597M |  40 | 101 | 256 |   0 |  11k|  0 |2011k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3338.29/3352.55	c  3353s|  2477k|255039 | 12683k|   5.1 |   597M |  40 | 101 | 255 | 228 |  11k|  1 |2011k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3338.59/3352.80	c  3353s|  2477k|255043 | 12683k|   5.1 |   597M |  40 | 101 | 256 |   0 |  11k|  0 |2011k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3338.79/3353.08	c  3353s|  2477k|255082 | 12684k|   5.1 |   597M |  40 | 101 | 257 | 228 |  11k|  0 |2012k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3338.99/3353.29	c  3353s|  2478k|255101 | 12685k|   5.1 |   597M |  40 | 101 | 256 | 228 |  11k|  0 |2012k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3339.28/3353.55	c  3354s|  2478k|255113 | 12685k|   5.1 |   597M |  40 | 101 | 257 | 228 |  11k|  1 |2012k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3339.48/3353.78	c  3354s|  2478k|255117 | 12686k|   5.1 |   597M |  40 | 101 | 255 | 228 |  11k|  0 |2012k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3339.79/3354.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3339.79/3354.05	c  3354s|  2478k|255155 | 12687k|   5.1 |   598M |  40 | 101 | 257 |   0 |  11k|  0 |2012k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3339.98/3354.26	c  3354s|  2478k|255169 | 12687k|   5.1 |   598M |  40 | 101 | 256 |   0 |  11k|  0 |2012k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3340.18/3354.49	c  3354s|  2478k|255192 | 12688k|   5.1 |   598M |  40 | 101 | 257 | 228 |  11k|  1 |2012k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3340.38/3354.69	c  3355s|  2478k|255213 | 12688k|   5.1 |   598M |  40 | 101 | 257 |   0 |  11k|  0 |2012k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3340.68/3354.91	c  3355s|  2478k|255232 | 12689k|   5.1 |   598M |  40 | 101 | 257 | 228 |  11k|  1 |2012k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3340.88/3355.16	c  3355s|  2478k|255278 | 12690k|   5.1 |   598M |  40 | 101 | 257 | 228 |  11k|  1 |2012k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3341.18/3355.47	c  3355s|  2478k|255312 | 12691k|   5.1 |   598M |  40 | 101 | 258 | 228 |  11k|  1 |2012k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3341.47/3355.70	c  3356s|  2479k|255318 | 12691k|   5.1 |   598M |  40 | 101 | 256 | 228 |  11k|  1 |2013k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3341.67/3355.99	c  3356s|  2479k|255325 | 12691k|   5.1 |   598M |  40 | 101 | 255 | 228 |  11k|  1 |2013k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3341.97/3356.21	c  3356s|  2479k|255349 | 12692k|   5.1 |   598M |  40 | 101 | 255 | 228 |  11k|  1 |2013k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3342.17/3356.49	c  3356s|  2479k|255372 | 12693k|   5.1 |   598M |  40 | 101 | 255 | 228 |  11k|  1 |2013k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3342.47/3356.73	c  3357s|  2479k|255421 | 12694k|   5.1 |   598M |  40 | 101 | 255 |   0 |  11k|  0 |2013k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3342.67/3356.94	c  3357s|  2479k|255439 | 12694k|   5.1 |   598M |  40 | 101 | 257 | 228 |  11k|  1 |2013k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3342.87/3357.18	c  3357s|  2479k|255456 | 12695k|   5.1 |   598M |  40 | 101 | 257 | 228 |  11k|  1 |2013k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3343.07/3357.39	c  3357s|  2479k|255495 | 12695k|   5.1 |   598M |  40 | 101 | 256 |   0 |  11k|  0 |2013k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3343.37/3357.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3343.37/3357.69	c  3358s|  2479k|255502 | 12696k|   5.1 |   598M |  40 | 101 | 256 |   0 |  11k|  0 |2013k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3343.66/3357.95	c  3358s|  2479k|255528 | 12696k|   5.1 |   598M |  40 | 101 | 257 |   0 |  11k|  0 |2013k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3343.96/3358.27	c  3358s|  2480k|255546 | 12697k|   5.1 |   598M |  40 | 101 | 256 | 228 |  11k|  1 |2013k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3344.26/3358.54	c  3359s|  2480k|255567 | 12698k|   5.1 |   598M |  40 | 101 | 256 |   0 |  11k|  0 |2013k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3344.46/3358.73	c  3359s|  2480k|255577 | 12698k|   5.1 |   598M |  40 | 101 | 255 | 228 |  11k|  1 |2013k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3344.66/3358.97	c  3359s|  2480k|255606 | 12699k|   5.1 |   598M |  40 | 101 | 255 | 228 |  11k|  1 |2014k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3344.96/3359.29	c  3359s|  2480k|255623 | 12699k|   5.1 |   598M |  40 | 101 | 257 | 228 |  11k|  1 |2014k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3345.26/3359.55	c  3360s|  2480k|255643 | 12700k|   5.1 |   598M |  40 | 101 | 257 | 228 |  11k|  1 |2014k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3345.46/3359.79	c  3360s|  2480k|255663 | 12700k|   5.1 |   598M |  40 | 101 | 255 | 228 |  11k|  1 |2014k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3345.76/3360.07	c  3360s|  2480k|255665 | 12701k|   5.1 |   598M |  40 | 101 | 257 | 228 |  11k|  1 |2014k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3346.05/3360.35	c  3360s|  2480k|255668 | 12701k|   5.1 |   598M |  40 | 101 | 257 |   0 |  11k|  0 |2014k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3346.26/3360.56	c  3361s|  2480k|255680 | 12702k|   5.1 |   599M |  40 | 101 | 256 | 228 |  11k|  1 |2014k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3346.56/3360.85	c  3361s|  2481k|255704 | 12702k|   5.1 |   599M |  40 | 101 | 257 | 229 |  11k|  1 |2014k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3346.77/3361.08	c  3361s|  2481k|255705 | 12703k|   5.1 |   599M |  40 | 101 | 257 | 228 |  11k|  1 |2014k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3346.96/3361.29	c  3361s|  2481k|255722 | 12703k|   5.1 |   599M |  40 | 101 | 257 | 228 |  11k|  1 |2014k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3347.26/3361.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3347.26/3361.53	c  3362s|  2481k|255733 | 12704k|   5.1 |   599M |  40 | 101 | 255 | 228 |  11k|  1 |2014k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3347.56/3361.81	c  3362s|  2481k|255723 | 12704k|   5.1 |   599M |  40 | 101 | 257 | 228 |  11k|  1 |2014k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3347.76/3362.02	c  3362s|  2481k|255742 | 12704k|   5.1 |   599M |  40 | 101 | 257 | 228 |  11k|  1 |2015k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3347.96/3362.26	c  3362s|  2481k|255748 | 12705k|   5.1 |   599M |  40 | 101 | 257 |   0 |  11k|  0 |2015k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3348.25/3362.53	c  3363s|  2481k|255764 | 12705k|   5.1 |   599M |  40 | 101 | 255 | 228 |  11k|  1 |2015k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3348.45/3362.77	c  3363s|  2481k|255769 | 12706k|   5.1 |   599M |  40 | 101 | 255 | 228 |  11k|  1 |2015k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3348.65/3362.98	c  3363s|  2481k|255763 | 12706k|   5.1 |   599M |  40 | 101 | 256 | 228 |  11k|  0 |2015k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3348.95/3363.24	c  3363s|  2482k|255778 | 12707k|   5.1 |   599M |  40 | 101 | 257 | 228 |  11k|  1 |2015k|  31 | 0.000000e+00 |      --      |    Inf |   1.36%
3349.25/3363.50	c  3364s|  2482k|255790 | 12707k|   5.1 |   599M |  40 | 101 | 256 | 228 |  11k|  1 |2015k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3349.45/3363.76	c  3364s|  2482k|255793 | 12708k|   5.1 |   599M |  40 | 101 | 256 | 228 |  11k|  1 |2015k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3349.75/3364.07	c  3364s|  2482k|255889 | 12709k|   5.1 |   599M |  40 | 101 | 257 | 228 |  11k|  1 |2015k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3349.95/3364.27	c  3364s|  2482k|255920 | 12710k|   5.1 |   599M |  40 | 101 | 256 | 229 |  11k|  1 |2015k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3350.15/3364.46	c  3364s|  2482k|255944 | 12711k|   5.1 |   599M |  40 | 101 | 255 | 228 |  11k|  1 |2015k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3350.35/3364.68	c  3365s|  2482k|255965 | 12712k|   5.1 |   599M |  40 | 101 | 257 |   0 |  11k|  0 |2015k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3350.65/3364.94	c  3365s|  2482k|255977 | 12712k|   5.1 |   599M |  40 | 101 | 257 | 229 |  11k|  1 |2016k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3350.85/3365.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3350.85/3365.19	c  3365s|  2482k|256022 | 12713k|   5.1 |   599M |  40 | 101 | 257 |   0 |  11k|  0 |2016k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3351.14/3365.41	c  3365s|  2482k|256058 | 12714k|   5.1 |   599M |  40 | 101 | 257 | 228 |  11k|  1 |2016k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3351.34/3365.62	c  3366s|  2483k|256095 | 12715k|   5.1 |   599M |  40 | 101 | 257 | 228 |  11k|  1 |2016k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3351.54/3365.85	c  3366s|  2483k|256105 | 12715k|   5.1 |   599M |  40 | 101 | 256 | 228 |  11k|  1 |2016k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3351.84/3366.18	c  3366s|  2483k|256102 | 12716k|   5.1 |   599M |  40 | 101 | 255 | 228 |  11k|  0 |2016k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3352.14/3366.48	c  3366s|  2483k|256101 | 12716k|   5.1 |   599M |  40 | 101 | 256 | 228 |  11k|  1 |2016k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3352.44/3366.70	c  3367s|  2483k|256108 | 12717k|   5.1 |   599M |  40 | 101 | 256 | 228 |  11k|  1 |2016k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3352.64/3366.98	c  3367s|  2483k|256118 | 12717k|   5.1 |   599M |  40 | 101 | 257 | 228 |  11k|  1 |2016k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3352.84/3367.19	c  3367s|  2483k|256117 | 12718k|   5.1 |   599M |  40 | 101 | 257 | 228 |  11k|  0 |2016k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3353.03/3367.38	c  3367s|  2483k|256125 | 12718k|   5.1 |   599M |  40 | 101 | 256 | 228 |  11k|  1 |2016k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3353.33/3367.61	c  3368s|  2483k|256139 | 12719k|   5.1 |   599M |  40 | 101 | 257 | 229 |  11k|  1 |2016k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3353.43/3367.76	c  3368s|  2483k|256137 | 12719k|   5.1 |   599M |  40 | 101 | 257 |   0 |  11k|  0 |2016k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3353.74/3368.10	c  3368s|  2484k|256134 | 12720k|   5.1 |   599M |  40 | 101 | 255 | 231 |  11k|  1 |2017k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3354.03/3368.33	c  3368s|  2484k|256166 | 12720k|   5.1 |   599M |  40 | 101 | 256 | 228 |  11k|  0 |2017k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3354.33/3368.62	c  3369s|  2484k|256178 | 12721k|   5.1 |   599M |  40 | 101 | 257 | 228 |  11k|  1 |2017k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3354.63/3368.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3354.63/3368.90	c  3369s|  2484k|256213 | 12722k|   5.1 |   599M |  40 | 101 | 257 | 231 |  11k|  1 |2017k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3354.73/3369.07	c  3369s|  2484k|256258 | 12722k|   5.1 |   599M |  40 | 101 | 255 | 231 |  11k|  1 |2017k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3355.03/3369.30	c  3369s|  2484k|256256 | 12723k|   5.1 |   599M |  40 | 101 | 255 |   0 |  11k|  0 |2017k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3355.23/3369.54	c  3370s|  2484k|256268 | 12723k|   5.1 |   599M |  40 | 101 | 257 |   0 |  11k|  0 |2017k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3355.52/3369.81	c  3370s|  2484k|256263 | 12724k|   5.1 |   599M |  40 | 101 | 257 | 230 |  11k|  1 |2017k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3355.62/3369.99	c  3370s|  2484k|256299 | 12724k|   5.1 |   599M |  40 | 101 | 257 | 231 |  11k|  1 |2017k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3355.92/3370.29	c  3370s|  2484k|256323 | 12725k|   5.1 |   599M |  40 | 101 | 257 | 231 |  11k|  1 |2017k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3356.32/3370.65	c  3371s|  2485k|256349 | 12726k|   5.1 |   599M |  40 | 101 | 255 |   0 |  11k|  0 |2017k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3356.62/3370.90	c  3371s|  2485k|256375 | 12726k|   5.1 |   599M |  40 | 101 | 257 | 231 |  11k|  1 |2017k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3356.82/3371.15	c  3371s|  2485k|256394 | 12727k|   5.1 |   599M |  40 | 101 | 257 |   0 |  11k|  0 |2017k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3357.12/3371.45	c  3371s|  2485k|256389 | 12727k|   5.1 |   599M |  40 | 101 | 257 | 231 |  11k|  1 |2018k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3357.42/3371.74	c  3372s|  2485k|256394 | 12728k|   5.1 |   599M |  40 | 101 | 257 | 231 |  11k|  1 |2018k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3357.72/3372.04	c  3372s|  2485k|256395 | 12728k|   5.1 |   599M |  40 | 101 | 256 | 231 |  11k|  1 |2018k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3358.01/3372.31	c  3372s|  2485k|256405 | 12729k|   5.1 |   599M |  40 | 101 | 256 | 230 |  11k|  1 |2018k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3358.31/3372.62	c  3373s|  2485k|256421 | 12729k|   5.1 |   599M |  40 | 101 | 256 | 228 |  11k|  1 |2018k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3358.61/3372.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3358.61/3372.90	c  3373s|  2485k|256419 | 12729k|   5.1 |   599M |  40 | 101 | 256 | 228 |  11k|  1 |2018k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3358.82/3373.13	c  3373s|  2485k|256432 | 12730k|   5.1 |   599M |  40 | 101 | 257 |   0 |  11k|  0 |2018k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3359.11/3373.42	c  3373s|  2486k|256424 | 12730k|   5.1 |   599M |  40 | 101 | 255 | 229 |  11k|  1 |2018k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3359.31/3373.68	c  3374s|  2486k|256440 | 12731k|   5.1 |   599M |  40 | 101 | 257 | 231 |  11k|  1 |2018k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3359.61/3373.90	c  3374s|  2486k|256451 | 12732k|   5.1 |   599M |  40 | 101 | 255 | 227 |  11k|  1 |2018k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3359.81/3374.12	c  3374s|  2486k|256451 | 12732k|   5.1 |   599M |  40 | 101 | 256 | 228 |  11k|  0 |2018k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3360.01/3374.36	c  3374s|  2486k|256451 | 12732k|   5.1 |   599M |  40 | 101 | 257 | 230 |  11k|  1 |2018k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3360.30/3374.62	c  3375s|  2486k|256452 | 12733k|   5.1 |   599M |  40 | 101 | 255 | 230 |  11k|  0 |2019k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3360.60/3374.92	c  3375s|  2486k|256453 | 12733k|   5.1 |   599M |  40 | 101 | 256 | 230 |  11k|  1 |2019k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3360.81/3375.11	c  3375s|  2486k|256460 | 12734k|   5.1 |   599M |  40 | 101 | 257 | 230 |  11k|  1 |2019k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3361.00/3375.38	c  3375s|  2486k|256463 | 12734k|   5.1 |   599M |  40 | 101 | 257 | 230 |  11k|  1 |2019k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3361.20/3375.59	c  3376s|  2486k|256492 | 12735k|   5.1 |   599M |  40 | 101 | 255 | 230 |  11k|  0 |2019k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3361.50/3375.87	c  3376s|  2487k|256504 | 12736k|   5.1 |   599M |  40 | 101 | 255 | 230 |  11k|  1 |2019k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3361.70/3376.05	c  3376s|  2487k|256505 | 12736k|   5.1 |   599M |  40 | 101 | 256 | 226 |  11k|  1 |2019k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3361.90/3376.26	c  3376s|  2487k|256501 | 12737k|   5.1 |   599M |  40 | 101 | 257 | 232 |  11k|  1 |2019k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3362.10/3376.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3362.10/3376.43	c  3376s|  2487k|256524 | 12737k|   5.1 |   599M |  40 | 101 | 257 | 232 |  11k|  1 |2019k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3362.30/3376.69	c  3377s|  2487k|256522 | 12737k|   5.1 |   599M |  40 | 101 | 255 | 232 |  11k|  1 |2019k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3362.59/3376.98	c  3377s|  2487k|256522 | 12738k|   5.1 |   599M |  40 | 101 | 255 | 226 |  11k|  1 |2020k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3362.80/3377.18	c  3377s|  2487k|256524 | 12738k|   5.1 |   599M |  40 | 101 | 257 |   0 |  11k|  0 |2020k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3363.09/3377.46	c  3377s|  2487k|256532 | 12739k|   5.1 |   599M |  40 | 101 | 257 | 228 |  11k|  1 |2020k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3363.39/3377.74	c  3378s|  2487k|256534 | 12739k|   5.1 |   599M |  40 | 101 | 257 | 230 |  11k|  1 |2020k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3363.59/3377.95	c  3378s|  2487k|256559 | 12740k|   5.1 |   599M |  40 | 101 | 257 |   0 |  11k|  0 |2020k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3363.89/3378.20	c  3378s|  2488k|256556 | 12740k|   5.1 |   599M |  40 | 101 | 255 |   0 |  11k|  0 |2020k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3364.19/3378.52	c  3379s|  2488k|256547 | 12740k|   5.1 |   599M |  40 | 101 | 256 | 231 |  11k|  1 |2020k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3364.49/3378.85	c  3379s|  2488k|256564 | 12741k|   5.1 |   599M |  40 | 101 | 256 | 230 |  11k|  1 |2020k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3364.79/3379.11	c  3379s|  2488k|256570 | 12742k|   5.1 |   599M |  40 | 101 | 257 |   0 |  11k|  0 |2020k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3364.99/3379.35	c  3379s|  2488k|256590 | 12742k|   5.1 |   599M |  40 | 101 | 256 | 226 |  11k|  1 |2020k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3365.28/3379.67	c  3380s|  2488k|256583 | 12742k|   5.1 |   599M |  40 | 101 | 258 | 231 |  11k|  1 |2020k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3365.58/3379.90	c  3380s|  2488k|256594 | 12743k|   5.1 |   599M |  40 | 101 | 257 | 231 |  11k|  1 |2021k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3365.79/3380.16	c  3380s|  2488k|256627 | 12744k|   5.1 |   599M |  40 | 101 | 257 | 230 |  11k|  1 |2021k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3366.18/3380.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3366.18/3380.50	c  3380s|  2488k|256619 | 12744k|   5.1 |   599M |  40 | 101 | 257 | 231 |  11k|  1 |2021k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3366.48/3380.83	c  3381s|  2488k|256630 | 12745k|   5.1 |   599M |  40 | 101 | 258 | 228 |  11k|  1 |2021k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3366.68/3381.09	c  3381s|  2489k|256629 | 12745k|   5.1 |   599M |  40 | 101 | 257 | 231 |  11k|  0 |2021k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3366.98/3381.35	c  3381s|  2489k|256627 | 12746k|   5.1 |   599M |  40 | 101 | 258 |   0 |  11k|  0 |2021k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3367.18/3381.59	c  3382s|  2489k|256634 | 12746k|   5.1 |   599M |  40 | 101 | 258 | 228 |  11k|  0 |2021k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3367.48/3381.83	c  3382s|  2489k|256642 | 12747k|   5.1 |   599M |  40 | 101 | 256 | 228 |  11k|  1 |2021k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3367.68/3382.10	c  3382s|  2489k|256646 | 12747k|   5.1 |   599M |  40 | 101 | 257 | 228 |  11k|  1 |2021k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3367.97/3382.33	c  3382s|  2489k|256651 | 12748k|   5.1 |   599M |  40 | 101 | 258 |   0 |  11k|  0 |2021k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3368.27/3382.60	c  3383s|  2489k|256662 | 12748k|   5.1 |   599M |  40 | 101 | 258 | 229 |  11k|  1 |2021k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3368.47/3382.88	c  3383s|  2489k|256745 | 12749k|   5.1 |   599M |  40 | 101 | 259 | 229 |  11k|  1 |2021k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3368.68/3383.06	c  3383s|  2489k|256765 | 12750k|   5.1 |   599M |  40 | 101 | 258 | 229 |  11k|  1 |2022k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3368.87/3383.29	c  3383s|  2489k|256770 | 12750k|   5.1 |   600M |  40 | 101 | 258 | 229 |  11k|  0 |2022k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3369.17/3383.55	c  3384s|  2490k|256793 | 12751k|   5.1 |   600M |  40 | 101 | 258 | 229 |  11k|  0 |2022k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3369.37/3383.77	c  3384s|  2490k|256820 | 12752k|   5.1 |   600M |  40 | 101 | 258 | 229 |  11k|  1 |2022k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3369.67/3384.03	c  3384s|  2490k|256831 | 12752k|   5.1 |   600M |  40 | 101 | 257 | 229 |  11k|  1 |2022k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3369.77/3384.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3369.77/3384.19	c  3384s|  2490k|256834 | 12753k|   5.1 |   600M |  40 | 101 | 257 |   0 |  11k|  0 |2022k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3370.06/3384.41	c  3384s|  2490k|256844 | 12753k|   5.1 |   600M |  40 | 101 | 258 | 229 |  11k|  1 |2022k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3370.16/3384.56	c  3385s|  2490k|256849 | 12754k|   5.1 |   600M |  40 | 101 | 256 | 229 |  11k|  1 |2022k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3370.36/3384.77	c  3385s|  2490k|256857 | 12755k|   5.1 |   600M |  40 | 101 | 258 |   0 |  11k|  0 |2022k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3370.56/3384.95	c  3385s|  2490k|256862 | 12755k|   5.1 |   600M |  40 | 101 | 258 | 229 |  11k|  1 |2022k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3370.77/3385.15	c  3385s|  2490k|256872 | 12755k|   5.1 |   600M |  40 | 101 | 256 |   0 |  11k|  0 |2022k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3370.96/3385.38	c  3385s|  2490k|256893 | 12756k|   5.1 |   600M |  40 | 101 | 258 | 229 |  11k|  1 |2023k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3371.16/3385.55	c  3386s|  2491k|256894 | 12756k|   5.1 |   600M |  40 | 101 | 258 | 229 |  11k|  1 |2023k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3371.46/3385.83	c  3386s|  2491k|256892 | 12757k|   5.1 |   600M |  40 | 101 | 258 | 229 |  11k|  0 |2023k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3371.66/3386.07	c  3386s|  2491k|256889 | 12757k|   5.1 |   600M |  40 | 101 | 258 | 229 |  11k|  1 |2023k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3371.86/3386.25	c  3386s|  2491k|256897 | 12758k|   5.1 |   600M |  40 | 101 | 256 | 229 |  11k|  1 |2023k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3372.16/3386.56	c  3387s|  2491k|256892 | 12758k|   5.1 |   600M |  40 | 101 | 256 | 229 |  11k|  0 |2023k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3372.35/3386.76	c  3387s|  2491k|256897 | 12759k|   5.1 |   600M |  40 | 101 | 257 | 229 |  11k|  1 |2023k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3372.55/3386.91	c  3387s|  2491k|256907 | 12759k|   5.1 |   600M |  40 | 101 | 258 | 229 |  11k|  1 |2023k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3372.66/3387.10	c  3387s|  2491k|256913 | 12760k|   5.1 |   600M |  40 | 101 | 259 | 229 |  11k|  1 |2023k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3372.95/3387.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3372.95/3387.34	c  3387s|  2491k|256963 | 12761k|   5.1 |   600M |  40 | 101 | 259 | 229 |  11k|  1 |2023k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3373.15/3387.58	c  3388s|  2491k|256984 | 12762k|   5.1 |   600M |  40 | 101 | 259 | 229 |  11k|  1 |2023k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3373.35/3387.79	c  3388s|  2492k|257010 | 12763k|   5.1 |   600M |  40 | 101 | 258 |   0 |  11k|  0 |2024k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3373.65/3388.09	c  3388s|  2492k|257023 | 12763k|   5.1 |   600M |  40 | 101 | 257 |   0 |  11k|  0 |2024k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3373.85/3388.29	c  3388s|  2492k|257023 | 12764k|   5.1 |   600M |  40 | 101 | 258 | 229 |  11k|  1 |2024k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3374.15/3388.51	c  3389s|  2492k|257032 | 12764k|   5.1 |   600M |  40 | 101 | 258 |   0 |  11k|  0 |2024k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3374.25/3388.67	c  3389s|  2492k|257032 | 12764k|   5.1 |   600M |  40 | 101 | 257 |   0 |  11k|  0 |2024k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3374.45/3388.86	c  3389s|  2492k|257031 | 12765k|   5.1 |   600M |  40 | 101 | 258 | 229 |  11k|  1 |2024k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3374.75/3389.10	c  3389s|  2492k|257045 | 12765k|   5.1 |   600M |  40 | 101 | 257 |   0 |  11k|  0 |2024k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3374.94/3389.32	c  3389s|  2492k|257038 | 12765k|   5.1 |   600M |  40 | 101 | 258 | 229 |  11k|  1 |2024k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3375.14/3389.57	c  3390s|  2492k|257040 | 12766k|   5.1 |   600M |  40 | 101 | 258 |   0 |  11k|  0 |2024k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3375.44/3389.83	c  3390s|  2492k|257041 | 12766k|   5.1 |   600M |  40 | 101 | 258 |   0 |  11k|  0 |2024k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3375.65/3390.09	c  3390s|  2493k|257049 | 12767k|   5.1 |   600M |  40 | 101 | 257 |   0 |  11k|  0 |2025k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3375.94/3390.30	c  3390s|  2493k|257061 | 12767k|   5.1 |   600M |  40 | 101 | 258 |   0 |  11k|  0 |2025k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3376.14/3390.53	c  3391s|  2493k|257070 | 12767k|   5.1 |   600M |  40 | 101 | 256 | 229 |  11k|  1 |2025k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3376.34/3390.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3376.34/3390.75	c  3391s|  2493k|257081 | 12768k|   5.1 |   600M |  40 | 101 | 257 |   0 |  11k|  0 |2025k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3376.64/3391.01	c  3391s|  2493k|257085 | 12769k|   5.1 |   600M |  40 | 101 | 257 | 231 |  11k|  0 |2025k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3376.84/3391.20	c  3391s|  2493k|257095 | 12769k|   5.1 |   600M |  40 | 101 | 258 | 231 |  11k|  1 |2025k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3377.03/3391.43	c  3391s|  2493k|257101 | 12769k|   5.1 |   600M |  40 | 101 | 257 | 228 |  11k|  1 |2025k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3377.23/3391.67	c  3392s|  2493k|257122 | 12770k|   5.1 |   600M |  40 | 101 | 256 | 231 |  11k|  0 |2025k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3377.53/3391.91	c  3392s|  2493k|257151 | 12771k|   5.1 |   600M |  40 | 101 | 258 | 231 |  11k|  1 |2025k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3377.74/3392.19	c  3392s|  2493k|257143 | 12771k|   5.1 |   600M |  40 | 101 | 257 | 231 |  11k|  0 |2025k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3377.93/3392.39	c  3392s|  2494k|257158 | 12771k|   5.1 |   600M |  40 | 101 | 258 |   0 |  11k|  0 |2025k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3378.23/3392.63	c  3393s|  2494k|257155 | 12772k|   5.1 |   600M |  40 | 101 | 257 | 228 |  11k|  1 |2025k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3378.43/3392.86	c  3393s|  2494k|257158 | 12772k|   5.1 |   600M |  40 | 101 | 258 | 228 |  11k|  1 |2025k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3378.63/3393.08	c  3393s|  2494k|257159 | 12773k|   5.1 |   600M |  40 | 101 | 256 | 228 |  11k|  1 |2026k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3378.93/3393.32	c  3393s|  2494k|257152 | 12773k|   5.1 |   600M |  40 | 101 | 258 | 230 |  11k|  1 |2026k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3379.13/3393.55	c  3394s|  2494k|257162 | 12773k|   5.1 |   600M |  40 | 101 | 258 | 228 |  11k|  1 |2026k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3379.43/3393.87	c  3394s|  2494k|257147 | 12774k|   5.1 |   600M |  40 | 101 | 259 | 226 |  11k|  0 |2026k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3379.63/3394.10	c  3394s|  2494k|257165 | 12774k|   5.1 |   600M |  40 | 101 | 258 | 228 |  11k|  1 |2026k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3379.92/3394.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3379.92/3394.31	c  3394s|  2494k|257176 | 12775k|   5.1 |   600M |  40 | 101 | 258 | 229 |  11k|  0 |2026k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3380.22/3394.67	c  3395s|  2494k|257184 | 12775k|   5.1 |   600M |  40 | 101 | 259 |   0 |  11k|  0 |2026k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3380.52/3394.93	c  3395s|  2495k|257179 | 12776k|   5.1 |   600M |  40 | 101 | 258 | 228 |  11k|  0 |2026k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3380.82/3395.20	c  3395s|  2495k|257199 | 12776k|   5.1 |   600M |  40 | 101 | 258 |   0 |  11k|  0 |2026k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3381.02/3395.47	c  3395s|  2495k|257231 | 12777k|   5.1 |   600M |  40 | 101 | 257 | 230 |  11k|  1 |2026k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3381.42/3395.84	c  3396s|  2495k|257226 | 12777k|   5.1 |   600M |  40 | 101 | 257 | 230 |  11k|  1 |2026k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3381.72/3396.18	c  3396s|  2495k|257228 | 12778k|   5.1 |   600M |  40 | 101 | 256 | 229 |  11k|  1 |2026k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3381.92/3396.32	c  3396s|  2495k|257229 | 12778k|   5.1 |   600M |  40 | 101 | 258 |   0 |  11k|  0 |2027k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3382.11/3396.56	c  3397s|  2495k|257228 | 12779k|   5.1 |   601M |  40 | 101 | 257 | 232 |  11k|  1 |2027k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3382.41/3396.81	c  3397s|  2495k|257231 | 12779k|   5.1 |   601M |  40 | 101 | 256 | 232 |  11k|  1 |2027k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3382.62/3397.05	c  3397s|  2495k|257234 | 12779k|   5.1 |   601M |  40 | 101 | 256 | 228 |  11k|  1 |2027k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3382.91/3397.33	c  3397s|  2495k|257233 | 12780k|   5.1 |   602M |  40 | 101 | 256 | 234 |  11k|  1 |2027k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3383.11/3397.50	c  3398s|  2496k|257237 | 12780k|   5.1 |   602M |  40 | 101 | 258 |   0 |  11k|  0 |2027k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3383.41/3397.80	c  3398s|  2496k|257236 | 12781k|   5.1 |   602M |  40 | 101 | 258 | 230 |  11k|  1 |2027k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3383.61/3398.07	c  3398s|  2496k|257248 | 12781k|   5.1 |   602M |  40 | 101 | 256 | 232 |  11k|  1 |2027k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3383.81/3398.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3383.81/3398.28	c  3398s|  2496k|257248 | 12782k|   5.1 |   602M |  40 | 101 | 257 | 233 |  11k|  1 |2027k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3384.11/3398.53	c  3399s|  2496k|257258 | 12782k|   5.1 |   602M |  40 | 101 | 258 | 227 |  11k|  1 |2027k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3384.30/3398.75	c  3399s|  2496k|257299 | 12783k|   5.1 |   602M |  40 | 101 | 257 | 231 |  11k|  1 |2027k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3384.50/3398.94	c  3399s|  2496k|257319 | 12784k|   5.1 |   602M |  40 | 101 | 256 |   0 |  11k|  0 |2027k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3384.71/3399.12	c  3399s|  2496k|257323 | 12785k|   5.1 |   602M |  40 | 101 | 258 |   0 |  11k|  0 |2027k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3384.90/3399.36	c  3399s|  2496k|257326 | 12785k|   5.1 |   602M |  40 | 101 | 258 |   0 |  11k|  0 |2027k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3385.20/3399.63	c  3400s|  2496k|257323 | 12786k|   5.1 |   602M |  40 | 101 | 258 | 230 |  11k|  1 |2028k|  31 | 0.000000e+00 |      --      |    Inf |   1.37%
3385.40/3399.87	c  3400s|  2497k|257326 | 12786k|   5.1 |   602M |  40 | 101 | 258 |   0 |  11k|  0 |2028k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3385.70/3400.11	c  3400s|  2497k|257328 | 12787k|   5.1 |   602M |  40 | 101 | 258 | 226 |  11k|  0 |2028k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3385.90/3400.34	c  3400s|  2497k|257336 | 12787k|   5.1 |   602M |  40 | 101 | 257 | 228 |  11k|  1 |2028k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3386.10/3400.52	c  3401s|  2497k|257358 | 12788k|   5.1 |   602M |  40 | 101 | 258 | 228 |  11k|  0 |2028k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3386.30/3400.80	c  3401s|  2497k|257360 | 12788k|   5.1 |   602M |  40 | 101 | 256 | 229 |  11k|  0 |2028k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3386.60/3401.07	c  3401s|  2497k|257377 | 12789k|   5.1 |   602M |  40 | 101 | 258 | 228 |  11k|  1 |2028k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3386.79/3401.29	c  3401s|  2497k|257389 | 12790k|   5.1 |   602M |  40 | 101 | 258 |   0 |  11k|  0 |2028k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3387.09/3401.58	c  3402s|  2497k|257388 | 12790k|   5.1 |   602M |  40 | 101 | 258 | 231 |  11k|  1 |2028k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3387.39/3401.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3387.39/3401.89	c  3402s|  2497k|257408 | 12791k|   5.1 |   602M |  40 | 101 | 258 | 228 |  11k|  1 |2028k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3387.60/3402.08	c  3402s|  2497k|257406 | 12791k|   5.1 |   602M |  40 | 101 | 258 | 228 |  11k|  1 |2028k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3387.89/3402.37	c  3402s|  2498k|257463 | 12792k|   5.1 |   602M |  40 | 101 | 258 | 228 |  11k|  1 |2029k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3388.19/3402.65	c  3403s|  2498k|257480 | 12793k|   5.1 |   602M |  40 | 101 | 257 | 228 |  11k|  1 |2029k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3388.49/3402.92	c  3403s|  2498k|257504 | 12793k|   5.1 |   602M |  40 | 101 | 257 |   0 |  11k|  0 |2029k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3388.79/3403.23	c  3403s|  2498k|257522 | 12794k|   5.1 |   602M |  40 | 101 | 258 | 228 |  11k|  1 |2029k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3388.98/3403.49	c  3403s|  2498k|257565 | 12795k|   5.1 |   602M |  40 | 101 | 257 | 233 |  11k|  1 |2029k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3389.28/3403.77	c  3404s|  2498k|257563 | 12795k|   5.1 |   602M |  40 | 101 | 257 | 228 |  11k|  1 |2029k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3389.59/3404.02	c  3404s|  2498k|257577 | 12796k|   5.1 |   602M |  40 | 101 | 257 | 228 |  11k|  0 |2029k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3389.78/3404.25	c  3404s|  2498k|257583 | 12796k|   5.1 |   602M |  40 | 101 | 256 | 231 |  11k|  1 |2029k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3389.98/3404.43	c  3404s|  2498k|257580 | 12797k|   5.1 |   602M |  40 | 101 | 258 | 229 |  11k|  0 |2029k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3390.28/3404.73	c  3405s|  2498k|257570 | 12797k|   5.1 |   602M |  40 | 101 | 259 |   0 |  11k|  0 |2029k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3390.48/3404.96	c  3405s|  2499k|257587 | 12798k|   5.1 |   602M |  40 | 101 | 259 | 228 |  11k|  1 |2029k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3390.78/3405.20	c  3405s|  2499k|257587 | 12798k|   5.1 |   602M |  40 | 101 | 258 | 228 |  11k|  0 |2029k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3390.98/3405.44	c  3405s|  2499k|257607 | 12799k|   5.1 |   602M |  40 | 101 | 258 | 228 |  11k|  0 |2030k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3391.27/3405.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3391.27/3405.71	c  3406s|  2499k|257604 | 12799k|   5.1 |   602M |  40 | 101 | 257 | 228 |  11k|  1 |2030k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3391.47/3405.95	c  3406s|  2499k|257626 | 12800k|   5.1 |   602M |  40 | 101 | 257 | 228 |  11k|  1 |2030k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3391.68/3406.16	c  3406s|  2499k|257638 | 12800k|   5.1 |   602M |  40 | 101 | 257 | 228 |  11k|  1 |2030k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3391.87/3406.38	c  3406s|  2499k|257625 | 12801k|   5.1 |   602M |  40 | 101 | 256 | 229 |  11k|  1 |2030k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3392.17/3406.65	c  3407s|  2499k|257627 | 12801k|   5.1 |   602M |  40 | 101 | 256 | 231 |  11k|  0 |2030k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3392.47/3406.93	c  3407s|  2499k|257644 | 12802k|   5.1 |   602M |  40 | 101 | 256 | 228 |  11k|  0 |2030k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3392.67/3407.14	c  3407s|  2499k|257666 | 12802k|   5.1 |   602M |  40 | 101 | 256 | 229 |  11k|  1 |2030k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3392.87/3407.33	c  3407s|  2500k|257665 | 12803k|   5.1 |   602M |  40 | 101 | 258 | 226 |  11k|  1 |2030k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3393.07/3407.56	c  3408s|  2500k|257685 | 12803k|   5.1 |   602M |  40 | 101 | 257 | 226 |  11k|  0 |2030k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3393.37/3407.84	c  3408s|  2500k|257681 | 12804k|   5.1 |   602M |  40 | 101 | 256 |   0 |  11k|  0 |2030k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3393.57/3408.06	c  3408s|  2500k|257682 | 12804k|   5.1 |   602M |  40 | 101 | 257 | 226 |  11k|  1 |2030k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3393.76/3408.28	c  3408s|  2500k|257714 | 12805k|   5.1 |   602M |  40 | 101 | 256 | 230 |  11k|  1 |2030k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3393.96/3408.47	c  3408s|  2500k|257734 | 12806k|   5.1 |   602M |  40 | 101 | 258 | 230 |  11k|  0 |2031k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3394.16/3408.66	c  3409s|  2500k|257740 | 12806k|   5.1 |   602M |  40 | 101 | 257 | 230 |  11k|  0 |2031k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3394.46/3408.93	c  3409s|  2500k|257743 | 12807k|   5.1 |   602M |  40 | 101 | 256 | 228 |  11k|  1 |2031k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3394.67/3409.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3394.67/3409.16	c  3409s|  2500k|257742 | 12807k|   5.1 |   602M |  40 | 101 | 256 | 231 |  11k|  1 |2031k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3394.86/3409.39	c  3409s|  2500k|257749 | 12808k|   5.1 |   602M |  40 | 101 | 258 |   0 |  11k|  0 |2031k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3395.16/3409.63	c  3410s|  2501k|257750 | 12808k|   5.1 |   602M |  40 | 101 | 257 | 228 |  11k|  1 |2031k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3395.46/3409.91	c  3410s|  2501k|257746 | 12808k|   5.1 |   602M |  40 | 101 | 257 | 228 |  11k|  1 |2031k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3395.76/3410.20	c  3410s|  2501k|257748 | 12809k|   5.1 |   602M |  40 | 101 | 258 | 229 |  11k|  1 |2031k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3395.86/3410.38	c  3410s|  2501k|257798 | 12810k|   5.1 |   602M |  40 | 101 | 258 | 230 |  11k|  1 |2031k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3396.15/3410.61	c  3411s|  2501k|257858 | 12811k|   5.1 |   602M |  40 | 101 | 257 | 230 |  11k|  1 |2031k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3396.35/3410.84	c  3411s|  2501k|257898 | 12812k|   5.1 |   602M |  40 | 101 | 258 | 230 |  11k|  1 |2031k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3396.56/3411.08	c  3411s|  2501k|257948 | 12813k|   5.1 |   602M |  40 | 101 | 258 | 230 |  11k|  1 |2031k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3396.95/3411.42	c  3411s|  2501k|257993 | 12813k|   5.1 |   602M |  40 | 101 | 258 | 230 |  11k|  1 |2032k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3397.15/3411.69	c  3412s|  2501k|258030 | 12814k|   5.1 |   602M |  40 | 101 | 258 |   0 |  11k|  0 |2032k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3397.45/3411.91	c  3412s|  2501k|258049 | 12815k|   5.1 |   602M |  40 | 101 | 259 | 230 |  11k|  1 |2032k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3397.65/3412.11	c  3412s|  2502k|258061 | 12815k|   5.1 |   602M |  40 | 101 | 258 | 230 |  11k|  1 |2032k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3397.85/3412.30	c  3412s|  2502k|258053 | 12816k|   5.1 |   602M |  40 | 101 | 259 | 230 |  11k|  1 |2032k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3398.05/3412.51	c  3413s|  2502k|258083 | 12816k|   5.1 |   602M |  40 | 101 | 258 |   0 |  11k|  0 |2032k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3398.35/3412.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3398.35/3412.80	c  3413s|  2502k|258092 | 12817k|   5.1 |   602M |  40 | 101 | 258 | 230 |  11k|  1 |2032k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3398.65/3413.13	c  3413s|  2502k|258085 | 12817k|   5.1 |   602M |  40 | 101 | 258 | 230 |  11k|  1 |2032k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3398.84/3413.33	c  3413s|  2502k|258099 | 12818k|   5.1 |   602M |  40 | 101 | 256 | 230 |  11k|  1 |2032k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3399.04/3413.56	c  3414s|  2502k|258104 | 12818k|   5.1 |   602M |  40 | 101 | 257 | 230 |  11k|  1 |2033k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3399.34/3413.80	c  3414s|  2502k|258192 | 12820k|   5.1 |   602M |  40 | 101 | 257 |   0 |  11k|  0 |2033k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3399.44/3414.00	c  3414s|  2502k|258220 | 12820k|   5.1 |   603M |  40 | 101 | 257 | 230 |  11k|  0 |2033k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3399.74/3414.25	c  3414s|  2502k|258279 | 12821k|   5.1 |   603M |  40 | 101 | 256 | 230 |  11k|  1 |2033k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3399.94/3414.49	c  3414s|  2503k|258286 | 12822k|   5.1 |   603M |  40 | 101 | 258 | 230 |  11k|  0 |2033k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3400.24/3414.71	c  3415s|  2503k|258290 | 12822k|   5.1 |   603M |  40 | 101 | 257 | 230 |  11k|  1 |2033k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3400.44/3414.95	c  3415s|  2503k|258313 | 12823k|   5.1 |   603M |  40 | 101 | 256 | 230 |  11k|  0 |2033k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3400.74/3415.20	c  3415s|  2503k|258315 | 12823k|   5.1 |   603M |  40 | 101 | 258 | 230 |  11k|  1 |2033k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3400.83/3415.39	c  3415s|  2503k|258362 | 12824k|   5.1 |   603M |  40 | 101 | 257 | 230 |  11k|  0 |2033k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3401.03/3415.54	c  3416s|  2503k|258369 | 12825k|   5.1 |   603M |  40 | 101 | 257 | 230 |  11k|  1 |2033k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3401.23/3415.75	c  3416s|  2503k|258392 | 12825k|   5.1 |   603M |  40 | 101 | 256 | 230 |  11k|  1 |2033k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3401.43/3415.99	c  3416s|  2503k|258394 | 12826k|   5.1 |   603M |  40 | 101 | 257 | 230 |  11k|  0 |2033k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3401.64/3416.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3401.64/3416.19	c  3416s|  2503k|258406 | 12826k|   5.1 |   603M |  40 | 101 | 258 | 230 |  11k|  1 |2034k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3401.93/3416.41	c  3416s|  2503k|258431 | 12827k|   5.1 |   603M |  40 | 101 | 256 | 230 |  11k|  1 |2034k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3402.13/3416.68	c  3417s|  2504k|258445 | 12828k|   5.1 |   603M |  40 | 101 | 258 | 230 |  11k|  1 |2034k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3402.33/3416.89	c  3417s|  2504k|258468 | 12828k|   5.1 |   603M |  40 | 101 | 258 | 230 |  11k|  1 |2034k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3402.72/3417.20	c  3417s|  2504k|258476 | 12829k|   5.1 |   603M |  40 | 101 | 257 | 230 |  11k|  0 |2034k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3402.82/3417.38	c  3417s|  2504k|258490 | 12829k|   5.1 |   603M |  40 | 101 | 258 | 230 |  11k|  1 |2034k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3403.12/3417.61	c  3418s|  2504k|258494 | 12830k|   5.1 |   603M |  40 | 101 | 259 |   0 |  11k|  0 |2034k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3403.22/3417.75	c  3418s|  2504k|258513 | 12830k|   5.1 |   603M |  40 | 101 | 259 | 230 |  11k|  1 |2034k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3403.42/3417.98	c  3418s|  2504k|258525 | 12830k|   5.1 |   603M |  40 | 101 | 256 | 230 |  11k|  1 |2034k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3403.63/3418.19	c  3418s|  2504k|258526 | 12831k|   5.1 |   603M |  40 | 101 | 258 | 230 |  11k|  1 |2034k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3403.92/3418.43	c  3418s|  2504k|258565 | 12831k|   5.1 |   603M |  40 | 101 | 257 | 230 |  11k|  1 |2034k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3404.22/3418.72	c  3419s|  2504k|258579 | 12832k|   5.1 |   603M |  40 | 101 | 254 | 230 |  11k|  1 |2034k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3404.42/3418.98	c  3419s|  2505k|258580 | 12832k|   5.1 |   603M |  40 | 101 | 257 | 230 |  11k|  0 |2035k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3404.62/3419.19	c  3419s|  2505k|258600 | 12833k|   5.1 |   603M |  40 | 101 | 259 |   0 |  11k|  0 |2035k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3404.92/3419.42	c  3419s|  2505k|258643 | 12834k|   5.1 |   603M |  40 | 101 | 259 | 230 |  11k|  1 |2035k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3405.12/3419.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3405.12/3419.63	c  3420s|  2505k|258658 | 12834k|   5.1 |   603M |  40 | 101 | 259 | 230 |  11k|  1 |2035k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3405.42/3419.90	c  3420s|  2505k|258668 | 12835k|   5.1 |   603M |  40 | 101 | 257 | 230 |  11k|  1 |2035k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3405.63/3420.14	c  3420s|  2505k|258692 | 12835k|   5.1 |   603M |  40 | 101 | 259 | 230 |  11k|  1 |2035k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3405.82/3420.38	c  3420s|  2505k|258698 | 12836k|   5.1 |   603M |  40 | 101 | 259 |   0 |  11k|  0 |2035k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3406.12/3420.63	c  3421s|  2505k|258718 | 12836k|   5.1 |   603M |  40 | 101 | 259 | 230 |  11k|  1 |2035k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3406.32/3420.87	c  3421s|  2505k|258729 | 12837k|   5.1 |   603M |  40 | 101 | 258 |   0 |  11k|  0 |2035k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3406.62/3421.11	c  3421s|  2505k|258733 | 12837k|   5.1 |   603M |  40 | 101 | 258 | 230 |  11k|  1 |2035k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3406.82/3421.39	c  3421s|  2506k|258746 | 12838k|   5.1 |   603M |  40 | 101 | 259 | 230 |  11k|  1 |2035k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3407.02/3421.59	c  3422s|  2506k|258759 | 12838k|   5.1 |   603M |  40 | 101 | 257 | 230 |  11k|  1 |2035k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3407.22/3421.78	c  3422s|  2506k|258755 | 12839k|   5.1 |   603M |  40 | 101 | 258 | 230 |  11k|  1 |2036k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3407.41/3421.98	c  3422s|  2506k|258777 | 12839k|   5.1 |   603M |  40 | 101 | 259 | 230 |  11k|  1 |2036k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3407.71/3422.21	c  3422s|  2506k|258776 | 12840k|   5.1 |   603M |  40 | 101 | 258 |   0 |  11k|  0 |2036k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3407.91/3422.46	c  3422s|  2506k|258787 | 12840k|   5.1 |   603M |  40 | 101 | 258 | 230 |  11k|  1 |2036k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3408.11/3422.66	c  3423s|  2506k|258781 | 12841k|   5.1 |   603M |  40 | 101 | 259 | 230 |  11k|  1 |2036k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3408.31/3422.84	c  3423s|  2506k|258788 | 12841k|   5.1 |   603M |  40 | 101 | 258 | 230 |  11k|  1 |2036k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3408.61/3423.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3408.61/3423.12	c  3423s|  2506k|258782 | 12841k|   5.1 |   603M |  40 | 101 | 259 | 230 |  11k|  1 |2036k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3408.71/3423.29	c  3423s|  2506k|258787 | 12842k|   5.1 |   603M |  40 | 101 | 257 | 230 |  11k|  1 |2036k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3409.01/3423.52	c  3424s|  2507k|258801 | 12842k|   5.1 |   604M |  40 | 101 | 259 |   0 |  11k|  0 |2036k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3409.11/3423.68	c  3424s|  2507k|258818 | 12843k|   5.1 |   604M |  40 | 101 | 259 | 230 |  11k|  0 |2036k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3409.41/3423.92	c  3424s|  2507k|258830 | 12843k|   5.1 |   604M |  40 | 101 | 259 |   0 |  11k|  0 |2037k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3409.61/3424.18	c  3424s|  2507k|258856 | 12844k|   5.1 |   604M |  40 | 101 | 259 |   0 |  11k|  0 |2037k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3409.90/3424.41	c  3424s|  2507k|258864 | 12844k|   5.1 |   604M |  40 | 101 | 258 | 230 |  11k|  0 |2037k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3410.10/3424.68	c  3425s|  2507k|258868 | 12845k|   5.1 |   604M |  40 | 101 | 259 |   0 |  11k|  0 |2037k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3410.40/3424.90	c  3425s|  2507k|258870 | 12845k|   5.1 |   604M |  40 | 101 | 258 | 230 |  11k|  1 |2037k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3410.51/3425.09	c  3425s|  2507k|258879 | 12846k|   5.1 |   604M |  40 | 101 | 257 |   0 |  11k|  0 |2037k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3410.80/3425.30	c  3425s|  2507k|258875 | 12846k|   5.1 |   604M |  40 | 101 | 259 | 230 |  11k|  1 |2037k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3410.90/3425.46	c  3425s|  2507k|258897 | 12847k|   5.1 |   604M |  40 | 101 | 259 | 230 |  11k|  1 |2037k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3411.10/3425.67	c  3426s|  2508k|258901 | 12847k|   5.1 |   604M |  40 | 101 | 258 | 230 |  11k|  1 |2037k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3411.30/3425.87	c  3426s|  2508k|258912 | 12847k|   5.1 |   604M |  40 | 101 | 257 | 230 |  11k|  1 |2037k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3411.50/3426.08	c  3426s|  2508k|258921 | 12848k|   5.1 |   604M |  40 | 101 | 258 | 230 |  11k|  1 |2037k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3411.80/3426.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3411.80/3426.36	c  3426s|  2508k|258926 | 12848k|   5.1 |   604M |  40 | 101 | 259 | 228 |  11k|  1 |2037k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3412.09/3426.61	c  3427s|  2508k|258934 | 12849k|   5.1 |   604M |  40 | 101 | 259 | 229 |  11k|  1 |2038k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3412.29/3426.87	c  3427s|  2508k|258950 | 12849k|   5.1 |   604M |  40 | 101 | 257 | 230 |  11k|  1 |2038k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3412.60/3427.14	c  3427s|  2508k|258968 | 12850k|   5.1 |   604M |  40 | 101 | 258 |   0 |  11k|  0 |2038k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3412.79/3427.30	c  3427s|  2508k|258975 | 12850k|   5.1 |   604M |  40 | 101 | 259 | 230 |  11k|  1 |2038k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3412.89/3427.45	c  3427s|  2508k|258977 | 12851k|   5.1 |   604M |  40 | 101 | 259 | 230 |  11k|  1 |2038k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3413.19/3427.77	c  3428s|  2508k|258968 | 12851k|   5.1 |   604M |  40 | 101 | 257 | 230 |  11k|  0 |2038k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3413.49/3428.08	c  3428s|  2509k|258969 | 12851k|   5.1 |   604M |  40 | 101 | 258 | 230 |  11k|  1 |2038k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3413.79/3428.37	c  3428s|  2509k|258974 | 12852k|   5.1 |   604M |  40 | 101 | 258 | 227 |  11k|  1 |2038k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3414.09/3428.61	c  3429s|  2509k|258987 | 12852k|   5.1 |   604M |  40 | 101 | 259 | 230 |  11k|  0 |2038k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3414.38/3428.91	c  3429s|  2509k|258991 | 12853k|   5.1 |   604M |  40 | 101 | 259 | 230 |  11k|  1 |2038k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3414.49/3429.08	c  3429s|  2509k|259009 | 12854k|   5.1 |   604M |  40 | 101 | 259 | 230 |  11k|  1 |2038k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3414.68/3429.29	c  3429s|  2509k|259007 | 12854k|   5.1 |   604M |  40 | 101 | 257 | 228 |  11k|  1 |2039k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3414.98/3429.57	c  3430s|  2509k|258997 | 12854k|   5.1 |   604M |  40 | 101 | 258 | 226 |  11k|  1 |2039k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3415.28/3429.83	c  3430s|  2509k|259011 | 12855k|   5.1 |   604M |  40 | 101 | 259 | 231 |  11k|  1 |2039k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3415.49/3430.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3415.49/3430.05	c  3430s|  2509k|259045 | 12856k|   5.1 |   604M |  40 | 101 | 259 | 228 |  11k|  0 |2039k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3415.78/3430.31	c  3430s|  2509k|259079 | 12856k|   5.1 |   604M |  40 | 101 | 258 | 228 |  11k|  1 |2039k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3415.98/3430.54	c  3431s|  2510k|259091 | 12857k|   5.1 |   604M |  40 | 101 | 259 | 228 |  11k|  0 |2039k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3416.28/3430.85	c  3431s|  2510k|259112 | 12857k|   5.1 |   604M |  40 | 101 | 259 | 228 |  11k|  1 |2039k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3416.58/3431.15	c  3431s|  2510k|259127 | 12858k|   5.1 |   604M |  40 | 101 | 259 | 230 |  11k|  0 |2039k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3416.87/3431.43	c  3431s|  2510k|259120 | 12858k|   5.1 |   604M |  40 | 101 | 259 | 230 |  11k|  1 |2039k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3417.07/3431.62	c  3432s|  2510k|259125 | 12858k|   5.1 |   604M |  40 | 101 | 259 | 231 |  11k|  1 |2039k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3417.37/3431.92	c  3432s|  2510k|259165 | 12859k|   5.1 |   604M |  40 | 101 | 258 | 231 |  11k|  1 |2039k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3417.58/3432.14	c  3432s|  2510k|259169 | 12860k|   5.1 |   604M |  40 | 101 | 257 | 231 |  11k|  1 |2039k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3417.77/3432.37	c  3432s|  2510k|259171 | 12860k|   5.1 |   604M |  40 | 101 | 259 | 231 |  11k|  1 |2040k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3417.97/3432.57	c  3433s|  2510k|259183 | 12861k|   5.1 |   604M |  40 | 101 | 258 | 230 |  11k|  1 |2040k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3418.27/3432.81	c  3433s|  2510k|259210 | 12861k|   5.1 |   604M |  40 | 101 | 258 | 230 |  11k|  1 |2040k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3418.47/3433.08	c  3433s|  2511k|259225 | 12862k|   5.1 |   604M |  40 | 101 | 259 | 230 |  11k|  1 |2040k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3418.77/3433.36	c  3433s|  2511k|259236 | 12862k|   5.1 |   604M |  40 | 101 | 259 | 229 |  11k|  1 |2040k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3419.07/3433.61	c  3434s|  2511k|259244 | 12863k|   5.1 |   604M |  40 | 101 | 258 | 232 |  11k|  0 |2040k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3419.26/3433.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3419.26/3433.83	c  3434s|  2511k|259259 | 12863k|   5.1 |   604M |  40 | 101 | 259 | 231 |  11k|  1 |2040k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3419.47/3434.08	c  3434s|  2511k|259264 | 12864k|   5.1 |   604M |  40 | 101 | 258 |   0 |  11k|  0 |2040k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3419.66/3434.28	c  3434s|  2511k|259265 | 12864k|   5.1 |   604M |  40 | 101 | 257 | 228 |  11k|  1 |2040k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3419.96/3434.53	c  3435s|  2511k|259272 | 12865k|   5.1 |   604M |  40 | 101 | 258 | 228 |  11k|  1 |2040k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3420.26/3434.82	c  3435s|  2511k|259280 | 12865k|   5.1 |   604M |  40 | 101 | 257 | 228 |  11k|  1 |2040k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3420.46/3435.10	c  3435s|  2511k|259290 | 12866k|   5.1 |   604M |  40 | 101 | 259 | 228 |  11k|  1 |2040k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3420.76/3435.34	c  3435s|  2511k|259309 | 12866k|   5.1 |   604M |  40 | 101 | 259 | 231 |  11k|  1 |2040k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3420.96/3435.59	c  3436s|  2512k|259329 | 12867k|   5.1 |   604M |  40 | 101 | 259 | 231 |  11k|  1 |2041k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3421.26/3435.87	c  3436s|  2512k|259333 | 12867k|   5.1 |   604M |  40 | 101 | 259 | 231 |  11k|  1 |2041k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3421.56/3436.13	c  3436s|  2512k|259327 | 12867k|   5.1 |   604M |  40 | 101 | 259 | 231 |  11k|  1 |2041k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3421.85/3436.42	c  3436s|  2512k|259323 | 12868k|   5.1 |   604M |  40 | 101 | 259 | 231 |  11k|  1 |2041k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3422.05/3436.66	c  3437s|  2512k|259342 | 12868k|   5.1 |   604M |  40 | 101 | 259 | 231 |  11k|  1 |2041k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3422.35/3436.96	c  3437s|  2512k|259342 | 12869k|   5.1 |   604M |  40 | 101 | 258 | 231 |  11k|  1 |2041k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3422.56/3437.17	c  3437s|  2512k|259349 | 12869k|   5.1 |   604M |  40 | 101 | 258 | 231 |  11k|  1 |2041k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3422.85/3437.46	c  3437s|  2512k|259354 | 12870k|   5.1 |   604M |  40 | 101 | 258 | 229 |  11k|  1 |2041k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3423.15/3437.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3423.15/3437.72	c  3438s|  2512k|259344 | 12870k|   5.1 |   604M |  40 | 101 | 257 | 226 |  11k|  1 |2041k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3423.45/3438.01	c  3438s|  2512k|259376 | 12871k|   5.1 |   604M |  40 | 101 | 258 | 228 |  11k|  0 |2041k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3423.75/3438.36	c  3438s|  2513k|259378 | 12871k|   5.1 |   604M |  40 | 101 | 259 | 231 |  11k|  0 |2041k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3424.05/3438.66	c  3439s|  2513k|259385 | 12872k|   5.1 |   604M |  40 | 101 | 259 | 230 |  11k|  1 |2041k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3424.24/3438.89	c  3439s|  2513k|259403 | 12872k|   5.1 |   604M |  40 | 101 | 259 |   0 |  11k|  0 |2042k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3424.64/3439.21	c  3439s|  2513k|259405 | 12873k|   5.1 |   604M |  40 | 101 | 257 | 230 |  11k|  1 |2042k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3424.84/3439.47	c  3439s|  2513k|259458 | 12874k|   5.1 |   604M |  40 | 101 | 258 | 230 |  11k|  1 |2042k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3425.04/3439.66	c  3440s|  2513k|259479 | 12874k|   5.1 |   604M |  40 | 101 | 257 | 230 |  11k|  1 |2042k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3425.24/3439.87	c  3440s|  2513k|259486 | 12875k|   5.1 |   604M |  40 | 101 | 258 | 230 |  11k|  1 |2042k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3425.54/3440.13	c  3440s|  2513k|259477 | 12875k|   5.1 |   604M |  40 | 101 | 258 |   0 |  11k|  0 |2042k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3425.74/3440.33	c  3440s|  2513k|259468 | 12875k|   5.1 |   604M |  40 | 101 | 259 | 230 |  11k|  1 |2042k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3425.94/3440.55	c  3441s|  2513k|259467 | 12876k|   5.1 |   604M |  40 | 101 | 259 | 230 |  11k|  1 |2042k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3426.14/3440.74	c  3441s|  2514k|259472 | 12876k|   5.1 |   604M |  40 | 101 | 259 | 230 |  11k|  1 |2042k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3426.34/3440.98	c  3441s|  2514k|259460 | 12877k|   5.1 |   604M |  40 | 101 | 258 | 231 |  11k|  1 |2043k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3426.63/3441.26	c  3441s|  2514k|259454 | 12877k|   5.1 |   604M |  40 | 101 | 257 | 226 |  11k|  0 |2043k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3426.83/3441.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3426.83/3441.47	c  3441s|  2514k|259478 | 12878k|   5.1 |   604M |  40 | 101 | 259 | 230 |  11k|  0 |2043k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3427.13/3441.70	c  3442s|  2514k|259482 | 12878k|   5.1 |   604M |  40 | 101 | 259 | 230 |  11k|  1 |2043k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3427.33/3441.97	c  3442s|  2514k|259483 | 12879k|   5.1 |   604M |  40 | 101 | 259 | 230 |  11k|  1 |2043k|  31 | 0.000000e+00 |      --      |    Inf |   1.38%
3427.63/3442.21	c  3442s|  2514k|259488 | 12879k|   5.1 |   604M |  40 | 101 | 259 | 230 |  11k|  1 |2043k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3427.83/3442.48	c  3442s|  2514k|259478 | 12879k|   5.1 |   604M |  40 | 101 | 259 |   0 |  11k|  0 |2043k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3428.03/3442.67	c  3443s|  2514k|259493 | 12880k|   5.1 |   604M |  40 | 101 | 259 | 230 |  11k|  1 |2043k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3428.33/3442.94	c  3443s|  2514k|259503 | 12880k|   5.1 |   604M |  40 | 101 | 259 |   0 |  11k|  0 |2043k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3428.53/3443.15	c  3443s|  2515k|259511 | 12881k|   5.1 |   604M |  40 | 101 | 258 |   0 |  11k|  0 |2043k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3428.83/3443.40	c  3443s|  2515k|259526 | 12881k|   5.1 |   604M |  40 | 101 | 259 |   0 |  11k|  0 |2044k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3429.03/3443.60	c  3444s|  2515k|259533 | 12882k|   5.1 |   604M |  40 | 101 | 259 | 230 |  11k|  1 |2044k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3429.12/3443.76	c  3444s|  2515k|259545 | 12882k|   5.1 |   604M |  40 | 101 | 257 | 230 |  11k|  1 |2044k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3429.32/3443.93	c  3444s|  2515k|259553 | 12883k|   5.1 |   604M |  40 | 101 | 257 | 230 |  11k|  1 |2044k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3429.53/3444.16	c  3444s|  2515k|259575 | 12883k|   5.1 |   604M |  40 | 101 | 259 | 230 |  11k|  1 |2044k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3429.82/3444.44	c  3444s|  2515k|259592 | 12884k|   5.1 |   604M |  40 | 101 | 259 |   0 |  11k|  0 |2044k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3430.12/3444.70	c  3445s|  2515k|259604 | 12884k|   5.1 |   604M |  40 | 101 | 258 | 230 |  11k|  0 |2044k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3430.22/3444.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3430.22/3444.89	c  3445s|  2515k|259597 | 12884k|   5.1 |   604M |  40 | 101 | 257 | 230 |  11k|  0 |2044k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3430.52/3445.11	c  3445s|  2515k|259603 | 12885k|   5.1 |   604M |  40 | 101 | 259 | 230 |  11k|  1 |2045k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3430.72/3445.39	c  3445s|  2516k|259584 | 12885k|   5.1 |   604M |  40 | 101 | 258 |   0 |  11k|  0 |2045k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3431.02/3445.63	c  3446s|  2516k|259582 | 12886k|   5.1 |   604M |  40 | 101 | 259 |   0 |  11k|  0 |2045k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3431.22/3445.85	c  3446s|  2516k|259581 | 12886k|   5.1 |   604M |  40 | 101 | 257 | 228 |  11k|  1 |2045k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3431.42/3446.02	c  3446s|  2516k|259584 | 12887k|   5.1 |   604M |  40 | 101 | 259 | 230 |  11k|  1 |2045k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3431.62/3446.26	c  3446s|  2516k|259621 | 12888k|   5.1 |   604M |  40 | 101 | 259 | 231 |  11k|  1 |2045k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3431.91/3446.54	c  3447s|  2516k|259622 | 12888k|   5.1 |   605M |  40 | 101 | 259 | 231 |  11k|  0 |2045k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3432.21/3446.82	c  3447s|  2516k|259620 | 12889k|   5.1 |   605M |  40 | 101 | 258 | 231 |  11k|  0 |2045k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3432.42/3447.01	c  3447s|  2516k|259623 | 12889k|   5.1 |   605M |  40 | 101 | 259 |   0 |  11k|  0 |2045k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3432.71/3447.39	c  3447s|  2516k|259616 | 12890k|   5.1 |   605M |  40 | 101 | 258 | 230 |  11k|  1 |2045k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3433.01/3447.64	c  3448s|  2516k|259622 | 12890k|   5.1 |   605M |  40 | 101 | 257 |   0 |  11k|  0 |2045k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3433.31/3447.92	c  3448s|  2517k|259618 | 12891k|   5.1 |   605M |  40 | 101 | 259 | 232 |  11k|  1 |2045k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3433.71/3448.31	c  3448s|  2517k|259650 | 12892k|   5.1 |   606M |  40 | 101 | 259 | 227 |  11k|  1 |2045k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3434.00/3448.60	c  3449s|  2517k|259711 | 12893k|   5.1 |   606M |  40 | 101 | 259 |   0 |  11k|  0 |2046k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3434.30/3448.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3434.30/3448.97	c  3449s|  2517k|259781 | 12895k|   5.1 |   606M |  40 | 101 | 259 | 228 |  11k|  1 |2046k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3434.51/3449.19	c  3449s|  2517k|259838 | 12896k|   5.1 |   606M |  40 | 101 | 258 | 228 |  11k|  1 |2046k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3434.80/3449.43	c  3449s|  2517k|259864 | 12896k|   5.1 |   606M |  40 | 101 | 259 | 228 |  11k|  1 |2046k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3435.10/3449.75	c  3450s|  2517k|259904 | 12897k|   5.1 |   606M |  40 | 101 | 259 |   0 |  11k|  0 |2046k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3435.40/3450.05	c  3450s|  2517k|259920 | 12898k|   5.1 |   606M |  40 | 101 | 257 | 228 |  11k|  1 |2046k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3435.80/3450.42	c  3450s|  2517k|260002 | 12899k|   5.1 |   606M |  40 | 101 | 259 | 227 |  11k|  1 |2046k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3436.09/3450.71	c  3451s|  2517k|260050 | 12900k|   5.1 |   606M |  40 | 101 | 259 | 227 |  11k|  1 |2046k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3436.29/3450.99	c  3451s|  2518k|260097 | 12901k|   5.1 |   606M |  40 | 101 | 259 |   0 |  11k|  0 |2046k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3436.59/3451.25	c  3451s|  2518k|260127 | 12902k|   5.1 |   606M |  40 | 101 | 257 | 227 |  11k|  0 |2046k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3436.89/3451.51	c  3452s|  2518k|260175 | 12902k|   5.1 |   606M |  40 | 101 | 259 | 227 |  11k|  1 |2046k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3437.09/3451.77	c  3452s|  2518k|260221 | 12903k|   5.1 |   606M |  40 | 101 | 258 |   0 |  11k|  0 |2046k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3437.39/3452.04	c  3452s|  2518k|260249 | 12904k|   5.1 |   606M |  40 | 101 | 257 | 227 |  11k|  0 |2046k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3437.69/3452.36	c  3452s|  2518k|260272 | 12904k|   5.1 |   606M |  40 | 101 | 259 | 227 |  11k|  1 |2046k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3437.99/3452.67	c  3453s|  2518k|260269 | 12905k|   5.1 |   606M |  40 | 101 | 258 | 228 |  11k|  1 |2047k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3438.39/3453.08	c  3453s|  2518k|260329 | 12906k|   5.1 |   606M |  40 | 101 | 257 | 227 |  11k|  1 |2047k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3438.68/3453.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3438.68/3453.36	c  3453s|  2518k|260375 | 12907k|   5.1 |   606M |  40 | 101 | 258 | 227 |  11k|  1 |2047k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3439.08/3453.73	c  3454s|  2518k|260403 | 12907k|   5.1 |   606M |  40 | 101 | 257 | 228 |  11k|  0 |2047k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3439.38/3454.02	c  3454s|  2519k|260447 | 12908k|   5.1 |   606M |  40 | 101 | 257 | 227 |  11k|  0 |2047k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3439.68/3454.34	c  3454s|  2519k|260485 | 12909k|   5.1 |   606M |  40 | 101 | 256 | 228 |  11k|  1 |2047k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3439.98/3454.67	c  3455s|  2519k|260516 | 12910k|   5.1 |   606M |  40 | 101 | 256 | 227 |  11k|  0 |2047k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3440.38/3455.01	c  3455s|  2519k|260533 | 12910k|   5.1 |   606M |  40 | 101 | 257 | 227 |  11k|  0 |2047k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3440.57/3455.26	c  3455s|  2519k|260563 | 12911k|   5.1 |   606M |  40 | 101 | 258 |   0 |  11k|  0 |2047k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3440.87/3455.50	c  3455s|  2519k|260592 | 12912k|   5.1 |   606M |  40 | 101 | 259 |   0 |  11k|  0 |2047k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3441.07/3455.79	c  3456s|  2519k|260603 | 12912k|   5.1 |   607M |  40 | 101 | 257 | 227 |  11k|  0 |2047k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3441.48/3456.14	c  3456s|  2519k|260621 | 12913k|   5.1 |   607M |  40 | 101 | 258 | 227 |  11k|  1 |2047k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3441.77/3456.40	c  3456s|  2519k|260638 | 12913k|   5.1 |   607M |  40 | 101 | 256 | 228 |  11k|  2 |2047k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3442.07/3456.70	c  3457s|  2519k|260658 | 12914k|   5.1 |   607M |  40 | 101 | 257 | 227 |  11k|  1 |2048k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3442.37/3457.00	c  3457s|  2520k|260668 | 12914k|   5.1 |   607M |  40 | 101 | 256 | 227 |  11k|  0 |2048k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3442.67/3457.34	c  3457s|  2520k|260696 | 12915k|   5.1 |   607M |  40 | 101 | 256 | 227 |  11k|  1 |2048k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3442.96/3457.63	c  3458s|  2520k|260737 | 12916k|   5.1 |   607M |  40 | 101 | 258 | 227 |  11k|  1 |2048k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3443.37/3458.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3443.37/3458.02	c  3458s|  2520k|260747 | 12916k|   5.1 |   607M |  40 | 101 | 258 | 227 |  11k|  1 |2048k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3443.56/3458.28	c  3458s|  2520k|260796 | 12917k|   5.1 |   607M |  40 | 101 | 258 |   0 |  11k|  0 |2048k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3443.96/3458.64	c  3459s|  2520k|260805 | 12918k|   5.1 |   607M |  40 | 101 | 259 | 227 |  11k|  1 |2048k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3444.26/3458.99	c  3459s|  2520k|260838 | 12918k|   5.1 |   607M |  40 | 101 | 259 |   0 |  11k|  0 |2048k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3444.66/3459.37	c  3459s|  2520k|260853 | 12919k|   5.1 |   607M |  40 | 101 | 258 | 227 |  11k|  1 |2048k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3444.96/3459.69	c  3460s|  2520k|260866 | 12920k|   5.1 |   607M |  40 | 101 | 259 | 227 |  11k|  1 |2048k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3445.36/3460.04	c  3460s|  2520k|260886 | 12920k|   5.1 |   607M |  40 | 101 | 258 | 227 |  11k|  1 |2048k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3445.75/3460.42	c  3460s|  2521k|260912 | 12921k|   5.1 |   607M |  40 | 101 | 259 | 227 |  11k|  1 |2048k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3446.15/3460.83	c  3461s|  2521k|260960 | 12922k|   5.1 |   607M |  40 | 101 | 258 |   0 |  11k|  0 |2048k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3446.46/3461.15	c  3461s|  2521k|260980 | 12922k|   5.1 |   607M |  40 | 101 | 258 | 227 |  11k|  1 |2049k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3446.85/3461.55	c  3462s|  2521k|261026 | 12923k|   5.1 |   607M |  40 | 101 | 259 | 227 |  11k|  1 |2049k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3447.25/3461.90	c  3462s|  2521k|261043 | 12924k|   5.1 |   607M |  40 | 101 | 258 | 227 |  11k|  1 |2049k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3447.45/3462.18	c  3462s|  2521k|261058 | 12924k|   5.1 |   607M |  40 | 101 | 256 | 227 |  11k|  1 |2049k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3447.75/3462.49	c  3462s|  2521k|261074 | 12925k|   5.1 |   607M |  40 | 101 | 257 | 227 |  11k|  1 |2049k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3448.04/3462.79	c  3463s|  2521k|261123 | 12925k|   5.1 |   607M |  40 | 101 | 254 | 227 |  11k|  1 |2049k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3448.35/3463.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3448.35/3463.07	c  3463s|  2521k|261129 | 12926k|   5.1 |   607M |  40 | 101 | 254 | 227 |  11k|  1 |2049k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3448.74/3463.42	c  3463s|  2521k|261149 | 12927k|   5.1 |   607M |  40 | 101 | 254 | 227 |  11k|  1 |2049k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3449.04/3463.74	c  3464s|  2522k|261168 | 12927k|   5.1 |   607M |  40 | 101 | 254 |   0 |  11k|  0 |2049k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3449.34/3464.08	c  3464s|  2522k|261211 | 12928k|   5.1 |   607M |  40 | 101 | 254 | 228 |  11k|  0 |2049k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3449.64/3464.38	c  3464s|  2522k|261201 | 12928k|   5.1 |   607M |  40 | 101 | 256 | 228 |  11k|  1 |2049k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3450.04/3464.73	c  3465s|  2522k|261205 | 12929k|   5.1 |   607M |  40 | 101 | 256 |   0 |  11k|  0 |2049k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3450.34/3465.05	c  3465s|  2522k|261211 | 12929k|   5.1 |   607M |  40 | 101 | 258 | 227 |  11k|  0 |2049k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3450.63/3465.36	c  3465s|  2522k|261218 | 12930k|   5.1 |   607M |  40 | 101 | 257 |   0 |  11k|  0 |2050k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3450.93/3465.65	c  3466s|  2522k|261230 | 12930k|   5.1 |   607M |  40 | 101 | 257 | 227 |  11k|  0 |2050k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3451.23/3466.00	c  3466s|  2522k|261253 | 12931k|   5.1 |   607M |  40 | 101 | 259 | 227 |  11k|  1 |2050k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3451.63/3466.36	c  3466s|  2522k|261279 | 12932k|   5.1 |   607M |  40 | 101 | 259 | 228 |  11k|  1 |2050k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3451.93/3466.66	c  3467s|  2522k|261294 | 12932k|   5.1 |   607M |  40 | 101 | 258 | 228 |  11k|  1 |2050k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3452.13/3466.89	c  3467s|  2523k|261313 | 12933k|   5.1 |   607M |  40 | 101 | 259 |   0 |  11k|  0 |2050k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3452.43/3467.19	c  3467s|  2523k|261327 | 12933k|   5.1 |   607M |  40 | 101 | 257 | 227 |  11k|  1 |2050k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3452.73/3467.48	c  3467s|  2523k|261341 | 12934k|   5.1 |   607M |  40 | 101 | 257 | 228 |  11k|  1 |2050k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3453.12/3467.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3453.12/3467.80	c  3468s|  2523k|261344 | 12934k|   5.1 |   607M |  40 | 101 | 259 |   0 |  11k|  0 |2050k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3453.43/3468.13	c  3468s|  2523k|261356 | 12935k|   5.1 |   607M |  40 | 101 | 257 | 228 |  11k|  1 |2050k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3453.72/3468.45	c  3468s|  2523k|261364 | 12935k|   5.1 |   607M |  40 | 101 | 259 | 227 |  11k|  1 |2050k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3454.12/3468.81	c  3469s|  2523k|261372 | 12936k|   5.1 |   607M |  40 | 101 | 259 |   0 |  11k|  0 |2050k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3454.42/3469.12	c  3469s|  2523k|261386 | 12936k|   5.1 |   607M |  40 | 101 | 258 | 227 |  11k|  1 |2050k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3454.72/3469.46	c  3469s|  2523k|261407 | 12937k|   5.1 |   607M |  40 | 101 | 258 | 228 |  11k|  1 |2050k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3455.21/3469.91	c  3470s|  2523k|261462 | 12937k|   5.1 |   607M |  40 | 101 | 259 |   0 |  11k|  0 |2051k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3455.51/3470.27	c  3470s|  2524k|261485 | 12938k|   5.1 |   608M |  40 | 101 | 258 | 227 |  11k|  1 |2051k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3455.91/3470.66	c  3471s|  2524k|261505 | 12939k|   5.1 |   608M |  40 | 101 | 256 | 227 |  11k|  1 |2051k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3456.21/3471.00	c  3471s|  2524k|261521 | 12939k|   5.1 |   608M |  40 | 101 | 258 | 228 |  11k|  1 |2051k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3456.61/3471.30	c  3471s|  2524k|261518 | 12939k|   5.1 |   608M |  40 | 101 | 258 |   0 |  11k|  0 |2051k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3456.91/3471.69	c  3472s|  2524k|261563 | 12940k|   5.1 |   608M |  40 | 101 | 259 | 228 |  11k|  1 |2051k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3457.31/3472.02	c  3472s|  2524k|261597 | 12941k|   5.1 |   608M |  40 | 101 | 257 | 227 |  11k|  0 |2051k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3457.61/3472.39	c  3472s|  2524k|261605 | 12941k|   5.1 |   608M |  40 | 101 | 259 | 227 |  11k|  0 |2051k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3458.00/3472.73	c  3473s|  2524k|261613 | 12942k|   5.1 |   608M |  40 | 101 | 257 |   0 |  11k|  0 |2051k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3458.31/3473.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3458.31/3473.10	c  3473s|  2524k|261620 | 12942k|   5.1 |   608M |  40 | 101 | 259 | 227 |  11k|  1 |2051k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3458.60/3473.37	c  3473s|  2524k|261673 | 12943k|   5.1 |   608M |  40 | 101 | 258 | 228 |  11k|  0 |2051k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3458.90/3473.67	c  3474s|  2525k|261749 | 12945k|   5.1 |   608M |  40 | 101 | 260 | 228 |  11k|  1 |2051k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3459.20/3473.96	c  3474s|  2525k|261791 | 12945k|   5.1 |   608M |  40 | 101 | 259 | 228 |  11k|  0 |2052k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3459.50/3474.26	c  3474s|  2525k|261804 | 12946k|   5.1 |   608M |  40 | 101 | 257 | 227 |  11k|  1 |2052k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3459.90/3474.62	c  3475s|  2525k|261865 | 12947k|   5.1 |   608M |  40 | 101 | 259 | 228 |  11k|  1 |2052k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3460.19/3474.92	c  3475s|  2525k|261891 | 12947k|   5.1 |   608M |  40 | 101 | 258 | 228 |  11k|  1 |2052k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3460.49/3475.22	c  3475s|  2525k|261917 | 12948k|   5.1 |   608M |  40 | 101 | 258 | 227 |  11k|  1 |2052k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3460.69/3475.49	c  3475s|  2525k|261939 | 12949k|   5.1 |   608M |  40 | 101 | 258 | 228 |  11k|  1 |2052k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3461.09/3475.81	c  3476s|  2525k|261937 | 12949k|   5.1 |   608M |  40 | 101 | 257 | 227 |  11k|  1 |2052k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3461.49/3476.28	c  3476s|  2525k|261969 | 12950k|   5.1 |   608M |  40 | 101 | 259 | 228 |  11k|  0 |2052k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3461.89/3476.64	c  3477s|  2525k|261975 | 12950k|   5.1 |   608M |  40 | 101 | 257 | 228 |  11k|  1 |2052k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3462.19/3476.99	c  3477s|  2526k|261988 | 12951k|   5.1 |   608M |  40 | 101 | 257 | 228 |  11k|  1 |2052k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3462.58/3477.32	c  3477s|  2526k|262001 | 12952k|   5.1 |   608M |  40 | 101 | 259 | 227 |  11k|  1 |2052k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3462.88/3477.62	c  3478s|  2526k|262067 | 12953k|   5.1 |   608M |  40 | 101 | 257 | 227 |  11k|  1 |2052k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3463.18/3477.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3463.18/3477.90	c  3478s|  2526k|262090 | 12953k|   5.1 |   608M |  40 | 101 | 258 | 227 |  11k|  1 |2052k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3463.48/3478.22	c  3478s|  2526k|262108 | 12954k|   5.1 |   608M |  40 | 101 | 257 |   0 |  11k|  0 |2052k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3463.78/3478.55	c  3479s|  2526k|262111 | 12954k|   5.1 |   608M |  40 | 101 | 257 | 227 |  11k|  1 |2053k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3463.98/3478.78	c  3479s|  2526k|262156 | 12955k|   5.1 |   608M |  40 | 101 | 259 | 227 |  11k|  1 |2053k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3464.38/3479.10	c  3479s|  2526k|262179 | 12956k|   5.1 |   608M |  40 | 101 | 258 | 227 |  11k|  0 |2053k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3464.58/3479.39	c  3479s|  2526k|262187 | 12956k|   5.1 |   608M |  40 | 101 | 259 | 227 |  11k|  1 |2053k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3464.88/3479.65	c  3480s|  2526k|262200 | 12957k|   5.1 |   608M |  40 | 101 | 258 | 227 |  11k|  1 |2053k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3465.18/3479.93	c  3480s|  2527k|262229 | 12957k|   5.1 |   608M |  40 | 101 | 259 | 228 |  11k|  1 |2053k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3465.48/3480.24	c  3480s|  2527k|262295 | 12959k|   5.1 |   608M |  40 | 101 | 257 | 228 |  11k|  0 |2053k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3465.68/3480.49	c  3480s|  2527k|262309 | 12959k|   5.1 |   608M |  40 | 101 | 257 | 227 |  11k|  1 |2053k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3465.98/3480.78	c  3481s|  2527k|262309 | 12959k|   5.1 |   608M |  40 | 101 | 259 | 228 |  11k|  1 |2053k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3466.28/3481.04	c  3481s|  2527k|262323 | 12960k|   5.1 |   608M |  40 | 101 | 257 | 228 |  11k|  1 |2053k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3466.58/3481.36	c  3481s|  2527k|262332 | 12960k|   5.1 |   608M |  40 | 101 | 259 | 227 |  11k|  1 |2053k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3466.87/3481.63	c  3482s|  2527k|262364 | 12961k|   5.1 |   608M |  40 | 101 | 259 | 227 |  11k|  1 |2053k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3467.07/3481.87	c  3482s|  2527k|262372 | 12962k|   5.1 |   608M |  40 | 101 | 257 | 228 |  11k|  0 |2053k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3467.38/3482.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3467.38/3482.12	c  3482s|  2527k|262395 | 12962k|   5.1 |   608M |  40 | 101 | 257 | 228 |  11k|  1 |2053k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3467.67/3482.44	c  3482s|  2527k|262402 | 12963k|   5.1 |   608M |  40 | 101 | 258 |   0 |  11k|  0 |2053k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3467.97/3482.74	c  3483s|  2528k|262401 | 12963k|   5.1 |   608M |  40 | 101 | 258 | 228 |  11k|  0 |2053k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3468.27/3483.00	c  3483s|  2528k|262422 | 12964k|   5.1 |   608M |  40 | 101 | 257 | 228 |  11k|  1 |2054k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3468.47/3483.22	c  3483s|  2528k|262433 | 12964k|   5.1 |   608M |  40 | 101 | 257 | 228 |  11k|  1 |2054k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3468.77/3483.53	c  3484s|  2528k|262428 | 12965k|   5.1 |   608M |  40 | 101 | 257 |   0 |  11k|  0 |2054k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3468.97/3483.76	c  3484s|  2528k|262454 | 12965k|   5.1 |   608M |  40 | 101 | 257 | 227 |  11k|  1 |2054k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3469.27/3484.07	c  3484s|  2528k|262482 | 12966k|   5.1 |   608M |  40 | 101 | 259 | 227 |  11k|  1 |2054k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3469.66/3484.43	c  3484s|  2528k|262492 | 12967k|   5.1 |   609M |  40 | 101 | 257 | 227 |  11k|  1 |2054k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3469.96/3484.75	c  3485s|  2528k|262471 | 12967k|   5.1 |   609M |  40 | 101 | 258 | 227 |  11k|  1 |2054k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3470.37/3485.12	c  3485s|  2528k|262484 | 12968k|   5.1 |   609M |  40 | 101 | 257 | 228 |  11k|  1 |2054k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3470.66/3485.45	c  3485s|  2528k|262489 | 12968k|   5.1 |   609M |  40 | 101 | 257 | 227 |  11k|  0 |2054k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3470.96/3485.76	c  3486s|  2529k|262497 | 12968k|   5.1 |   609M |  40 | 101 | 258 |   0 |  11k|  0 |2054k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3471.36/3486.15	c  3486s|  2529k|262511 | 12969k|   5.1 |   609M |  40 | 101 | 259 | 228 |  11k|  1 |2054k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3471.76/3486.50	c  3487s|  2529k|262523 | 12969k|   5.1 |   609M |  40 | 101 | 255 | 227 |  11k|  1 |2054k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3472.15/3486.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3472.15/3486.92	c  3487s|  2529k|262520 | 12970k|   5.1 |   609M |  40 | 101 | 257 | 228 |  11k|  1 |2054k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3472.45/3487.24	c  3487s|  2529k|262521 | 12970k|   5.1 |   609M |  40 | 101 | 258 | 228 |  11k|  1 |2054k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3472.65/3487.48	c  3487s|  2529k|262532 | 12971k|   5.1 |   609M |  40 | 101 | 259 |   0 |  11k|  0 |2055k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3472.95/3487.73	c  3488s|  2529k|262541 | 12971k|   5.1 |   609M |  40 | 101 | 257 | 228 |  11k|  0 |2055k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3473.25/3488.03	c  3488s|  2529k|262537 | 12971k|   5.1 |   609M |  40 | 101 | 257 | 227 |  11k|  0 |2055k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3473.55/3488.30	c  3488s|  2529k|262582 | 12972k|   5.1 |   609M |  40 | 101 | 257 | 227 |  11k|  0 |2055k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3473.75/3488.54	c  3489s|  2529k|262594 | 12973k|   5.1 |   609M |  40 | 101 | 259 |   0 |  11k|  0 |2055k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3474.05/3488.84	c  3489s|  2530k|262609 | 12973k|   5.1 |   609M |  40 | 101 | 258 | 228 |  11k|  1 |2055k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3474.35/3489.11	c  3489s|  2530k|262622 | 12973k|   5.1 |   609M |  40 | 101 | 258 | 228 |  11k|  1 |2055k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3474.64/3489.48	c  3489s|  2530k|262632 | 12974k|   5.1 |   609M |  40 | 101 | 257 |   0 |  11k|  0 |2055k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3475.14/3489.90	c  3490s|  2530k|262619 | 12974k|   5.1 |   609M |  40 | 101 | 259 |   0 |  11k|  0 |2055k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3475.34/3490.16	c  3490s|  2530k|262627 | 12975k|   5.1 |   609M |  40 | 101 | 257 | 228 |  11k|  1 |2055k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3475.64/3490.43	c  3490s|  2530k|262635 | 12975k|   5.1 |   609M |  40 | 101 | 258 | 227 |  11k|  0 |2055k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3475.94/3490.78	c  3491s|  2530k|262701 | 12977k|   5.1 |   609M |  40 | 101 | 259 | 228 |  11k|  1 |2055k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3476.24/3491.02	c  3491s|  2530k|262713 | 12978k|   5.1 |   609M |  40 | 101 | 258 | 228 |  11k|  1 |2055k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3476.53/3491.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3476.53/3491.30	c  3491s|  2530k|262743 | 12978k|   5.1 |   609M |  40 | 101 | 259 | 228 |  11k|  1 |2055k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3476.73/3491.56	c  3492s|  2530k|262777 | 12979k|   5.1 |   609M |  40 | 101 | 259 |   0 |  11k|  0 |2055k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3477.03/3491.87	c  3492s|  2531k|262774 | 12979k|   5.1 |   609M |  40 | 101 | 257 | 228 |  11k|  1 |2056k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3477.43/3492.21	c  3492s|  2531k|262810 | 12980k|   5.1 |   609M |  40 | 101 | 257 | 228 |  11k|  0 |2056k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3477.73/3492.53	c  3493s|  2531k|262822 | 12980k|   5.1 |   609M |  40 | 101 | 259 |   0 |  11k|  0 |2056k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3478.13/3492.94	c  3493s|  2531k|262830 | 12981k|   5.1 |   609M |  40 | 101 | 258 | 228 |  11k|  0 |2056k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3478.43/3493.25	c  3493s|  2531k|262860 | 12982k|   5.1 |   609M |  40 | 101 | 259 | 229 |  11k|  2 |2056k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3478.82/3493.61	c  3494s|  2531k|262939 | 12983k|   5.1 |   609M |  40 | 101 | 259 |   0 |  11k|  0 |2056k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3479.23/3494.06	c  3494s|  2531k|262995 | 12984k|   5.1 |   609M |  40 | 101 | 259 | 228 |  11k|  0 |2056k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3479.62/3494.41	c  3494s|  2531k|263030 | 12985k|   5.1 |   609M |  40 | 101 | 258 | 228 |  11k|  0 |2056k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3479.92/3494.76	c  3495s|  2531k|263043 | 12985k|   5.1 |   609M |  40 | 101 | 259 |   0 |  11k|  0 |2056k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3480.32/3495.10	c  3495s|  2531k|263044 | 12985k|   5.1 |   609M |  40 | 101 | 258 | 228 |  11k|  1 |2056k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3480.52/3495.38	c  3495s|  2532k|263069 | 12986k|   5.1 |   609M |  40 | 101 | 259 | 229 |  11k|  1 |2056k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3480.92/3495.70	c  3496s|  2532k|263109 | 12987k|   5.1 |   609M |  40 | 101 | 258 | 228 |  11k|  1 |2056k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3481.32/3496.11	c  3496s|  2532k|263151 | 12988k|   5.1 |   609M |  40 | 101 | 257 | 228 |  11k|  1 |2057k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3481.51/3496.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3481.51/3496.39	c  3496s|  2532k|263186 | 12988k|   5.1 |   609M |  40 | 101 | 257 | 228 |  11k|  0 |2057k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3481.81/3496.65	c  3497s|  2532k|263200 | 12989k|   5.1 |   609M |  40 | 101 | 259 |   0 |  11k|  0 |2057k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3482.11/3496.96	c  3497s|  2532k|263224 | 12989k|   5.1 |   609M |  40 | 101 | 257 | 229 |  11k|  1 |2057k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3482.41/3497.22	c  3497s|  2532k|263253 | 12990k|   5.1 |   609M |  40 | 101 | 258 | 229 |  11k|  0 |2057k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3482.71/3497.59	c  3498s|  2532k|263251 | 12990k|   5.1 |   609M |  40 | 101 | 259 |   0 |  11k|  0 |2057k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3483.11/3497.98	c  3498s|  2532k|263264 | 12991k|   5.1 |   609M |  40 | 101 | 259 | 228 |  11k|  0 |2057k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3483.40/3498.23	c  3498s|  2532k|263302 | 12991k|   5.1 |   610M |  40 | 101 | 258 |   0 |  11k|  0 |2057k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3483.70/3498.54	c  3499s|  2533k|263334 | 12992k|   5.1 |   610M |  40 | 101 | 257 | 228 |  11k|  1 |2057k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3484.10/3498.91	c  3499s|  2533k|263331 | 12993k|   5.1 |   610M |  40 | 101 | 258 |   0 |  11k|  0 |2057k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3484.40/3499.24	c  3499s|  2533k|263363 | 12993k|   5.1 |   610M |  40 | 101 | 257 | 228 |  11k|  1 |2057k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3484.70/3499.56	c  3500s|  2533k|263398 | 12994k|   5.1 |   610M |  40 | 101 | 258 | 228 |  11k|  1 |2057k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3485.00/3499.87	c  3500s|  2533k|263405 | 12994k|   5.1 |   610M |  40 | 101 | 258 | 228 |  11k|  1 |2057k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3485.40/3500.21	c  3500s|  2533k|263410 | 12995k|   5.1 |   610M |  40 | 101 | 257 | 228 |  11k|  1 |2058k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3485.69/3500.53	c  3501s|  2533k|263424 | 12995k|   5.1 |   610M |  40 | 101 | 258 | 228 |  11k|  1 |2058k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3485.99/3500.83	c  3501s|  2533k|263478 | 12996k|   5.1 |   610M |  40 | 101 | 259 | 229 |  11k|  1 |2058k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3486.20/3501.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3486.20/3501.10	c  3501s|  2533k|263549 | 12997k|   5.1 |   610M |  40 | 101 | 257 | 229 |  11k|  1 |2058k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3486.59/3501.41	c  3501s|  2533k|263595 | 12998k|   5.1 |   610M |  40 | 101 | 259 | 229 |  11k|  1 |2058k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3486.79/3501.65	c  3502s|  2534k|263634 | 12999k|   5.1 |   610M |  40 | 101 | 258 | 229 |  11k|  1 |2058k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3486.99/3501.88	c  3502s|  2534k|263688 | 13000k|   5.1 |   610M |  40 | 101 | 258 | 229 |  11k|  1 |2058k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3487.29/3502.19	c  3502s|  2534k|263713 | 13001k|   5.1 |   610M |  40 | 101 | 257 | 229 |  11k|  1 |2058k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3487.49/3502.38	c  3502s|  2534k|263741 | 13001k|   5.1 |   610M |  40 | 101 | 258 | 230 |  11k|  1 |2058k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3487.79/3502.67	c  3503s|  2534k|263762 | 13002k|   5.1 |   610M |  40 | 101 | 259 | 229 |  11k|  1 |2058k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3488.08/3502.94	c  3503s|  2534k|263797 | 13003k|   5.1 |   610M |  40 | 101 | 257 |   0 |  11k|  0 |2058k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3488.38/3503.25	c  3503s|  2534k|263819 | 13003k|   5.1 |   610M |  40 | 101 | 259 | 229 |  11k|  1 |2058k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3488.58/3503.50	c  3503s|  2534k|263855 | 13004k|   5.1 |   610M |  40 | 101 | 258 | 229 |  11k|  1 |2058k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3488.88/3503.79	c  3504s|  2534k|263878 | 13005k|   5.1 |   610M |  40 | 101 | 257 | 229 |  11k|  0 |2059k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3489.18/3504.04	c  3504s|  2534k|263910 | 13005k|   5.1 |   610M |  40 | 101 | 258 | 231 |  11k|  1 |2059k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3489.48/3504.30	c  3504s|  2535k|263941 | 13006k|   5.1 |   610M |  40 | 101 | 259 | 229 |  11k|  0 |2059k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3489.78/3504.63	c  3505s|  2535k|263981 | 13007k|   5.1 |   610M |  40 | 101 | 259 |   0 |  11k|  0 |2059k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3490.07/3504.92	c  3505s|  2535k|264050 | 13008k|   5.1 |   610M |  40 | 101 | 257 | 229 |  11k|  0 |2059k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3490.18/3505.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3490.18/3505.08	c  3505s|  2535k|264061 | 13009k|   5.1 |   610M |  40 | 101 | 257 | 229 |  11k|  0 |2059k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3490.57/3505.40	c  3505s|  2535k|264086 | 13009k|   5.1 |   610M |  40 | 101 | 257 | 229 |  11k|  1 |2059k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3490.77/3505.69	c  3506s|  2535k|264092 | 13010k|   5.1 |   610M |  40 | 101 | 259 |   0 |  11k|  0 |2059k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3491.07/3505.98	c  3506s|  2535k|264112 | 13010k|   5.1 |   610M |  40 | 101 | 257 | 229 |  11k|  1 |2059k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3491.37/3506.29	c  3506s|  2535k|264132 | 13011k|   5.1 |   610M |  40 | 101 | 260 |   0 |  11k|  0 |2059k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3491.67/3506.54	c  3507s|  2535k|264158 | 13012k|   5.1 |   610M |  40 | 101 | 258 |   0 |  11k|  0 |2059k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3491.87/3506.77	c  3507s|  2535k|264156 | 13012k|   5.1 |   610M |  40 | 101 | 258 | 229 |  11k|  0 |2059k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3492.17/3507.03	c  3507s|  2536k|264180 | 13012k|   5.1 |   611M |  40 | 101 | 259 | 229 |  11k|  1 |2060k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3492.36/3507.24	c  3507s|  2536k|264199 | 13013k|   5.1 |   611M |  40 | 101 | 259 |   0 |  11k|  0 |2060k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3492.66/3507.52	c  3508s|  2536k|264212 | 13013k|   5.1 |   611M |  40 | 101 | 257 |   0 |  11k|  0 |2060k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3492.86/3507.77	c  3508s|  2536k|264236 | 13014k|   5.1 |   611M |  40 | 101 | 259 | 229 |  11k|  1 |2060k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3493.17/3508.02	c  3508s|  2536k|264254 | 13014k|   5.1 |   611M |  40 | 101 | 258 | 229 |  11k|  0 |2060k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3493.37/3508.27	c  3508s|  2536k|264281 | 13015k|   5.1 |   611M |  40 | 101 | 258 | 229 |  11k|  0 |2060k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3493.67/3508.55	c  3509s|  2536k|264280 | 13015k|   5.1 |   611M |  40 | 101 | 259 |   0 |  11k|  0 |2060k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3493.87/3508.79	c  3509s|  2536k|264310 | 13016k|   5.1 |   611M |  40 | 101 | 258 | 229 |  11k|  1 |2060k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3494.17/3509.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3494.17/3509.08	c  3509s|  2536k|264320 | 13016k|   5.1 |   611M |  40 | 101 | 257 | 229 |  11k|  1 |2060k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3494.46/3509.33	c  3509s|  2536k|264345 | 13017k|   5.1 |   611M |  40 | 101 | 257 | 229 |  11k|  0 |2060k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3494.66/3509.53	c  3510s|  2537k|264358 | 13017k|   5.1 |   612M |  40 | 101 | 259 | 229 |  11k|  1 |2060k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3494.96/3509.81	c  3510s|  2537k|264369 | 13018k|   5.1 |   612M |  40 | 101 | 259 | 229 |  11k|  1 |2060k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3495.17/3510.04	c  3510s|  2537k|264382 | 13018k|   5.1 |   612M |  40 | 101 | 259 | 229 |  11k|  1 |2060k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3495.36/3510.24	c  3510s|  2537k|264388 | 13018k|   5.1 |   612M |  40 | 101 | 257 | 230 |  11k|  0 |2061k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3495.66/3510.51	c  3511s|  2537k|264423 | 13019k|   5.1 |   612M |  40 | 101 | 259 | 229 |  11k|  1 |2061k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3495.96/3510.84	c  3511s|  2537k|264436 | 13020k|   5.1 |   612M |  40 | 101 | 259 | 229 |  11k|  1 |2061k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3496.36/3511.20	c  3511s|  2537k|264442 | 13020k|   5.1 |   612M |  40 | 101 | 258 | 229 |  11k|  1 |2061k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3496.65/3511.53	c  3512s|  2537k|264470 | 13021k|   5.1 |   612M |  40 | 101 | 259 |   0 |  11k|  0 |2061k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3496.95/3511.83	c  3512s|  2537k|264475 | 13021k|   5.1 |   612M |  40 | 101 | 258 | 229 |  11k|  1 |2061k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3497.26/3512.14	c  3512s|  2537k|264503 | 13022k|   5.1 |   612M |  40 | 101 | 259 | 229 |  11k|  1 |2061k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3497.55/3512.42	c  3512s|  2538k|264524 | 13022k|   5.1 |   612M |  40 | 101 | 258 | 231 |  11k|  0 |2061k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3497.75/3512.66	c  3513s|  2538k|264552 | 13023k|   5.1 |   612M |  40 | 101 | 259 | 229 |  11k|  1 |2061k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3498.05/3512.93	c  3513s|  2538k|264598 | 13023k|   5.1 |   612M |  40 | 101 | 259 | 229 |  11k|  1 |2061k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3498.35/3513.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3498.35/3513.24	c  3513s|  2538k|264634 | 13024k|   5.1 |   612M |  40 | 101 | 258 | 229 |  11k|  1 |2061k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3498.65/3513.51	c  3514s|  2538k|264654 | 13025k|   5.1 |   612M |  40 | 101 | 259 | 229 |  11k|  1 |2061k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3498.85/3513.79	c  3514s|  2538k|264660 | 13025k|   5.1 |   612M |  40 | 101 | 257 | 229 |  11k|  1 |2062k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3499.15/3514.06	c  3514s|  2538k|264688 | 13026k|   5.1 |   612M |  40 | 101 | 258 | 229 |  11k|  1 |2062k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3499.44/3514.32	c  3514s|  2538k|264693 | 13026k|   5.1 |   612M |  40 | 101 | 258 | 229 |  11k|  1 |2062k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3499.74/3514.65	c  3515s|  2538k|264709 | 13027k|   5.1 |   612M |  40 | 101 | 259 | 229 |  11k|  1 |2062k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3500.04/3514.93	c  3515s|  2538k|264708 | 13027k|   5.1 |   612M |  40 | 101 | 258 | 229 |  11k|  1 |2062k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3500.34/3515.26	c  3515s|  2539k|264719 | 13028k|   5.1 |   612M |  40 | 101 | 258 | 229 |  11k|  0 |2062k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3500.64/3515.59	c  3516s|  2539k|264779 | 13029k|   5.1 |   612M |  40 | 101 | 259 | 229 |  11k|  1 |2062k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3500.84/3515.76	c  3516s|  2539k|264800 | 13030k|   5.1 |   612M |  40 | 101 | 259 | 229 |  11k|  1 |2062k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3501.04/3515.98	c  3516s|  2539k|264833 | 13030k|   5.1 |   612M |  40 | 101 | 257 | 229 |  11k|  0 |2062k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3501.34/3516.20	c  3516s|  2539k|264843 | 13031k|   5.1 |   612M |  40 | 101 | 259 |   0 |  11k|  0 |2062k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3501.53/3516.46	c  3516s|  2539k|264876 | 13031k|   5.1 |   612M |  40 | 101 | 259 | 229 |  11k|  1 |2062k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3501.73/3516.68	c  3517s|  2539k|264881 | 13031k|   5.1 |   612M |  40 | 101 | 259 |   0 |  11k|  0 |2063k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3502.03/3516.93	c  3517s|  2539k|264900 | 13032k|   5.1 |   612M |  40 | 101 | 258 | 229 |  11k|  1 |2063k|  31 | 0.000000e+00 |      --      |    Inf |   1.39%
3502.24/3517.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3502.24/3517.17	c  3517s|  2539k|264977 | 13034k|   5.1 |   612M |  40 | 101 | 259 | 229 |  11k|  1 |2063k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3502.53/3517.42	c  3517s|  2539k|265012 | 13035k|   5.1 |   612M |  40 | 101 | 259 | 229 |  11k|  1 |2063k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3502.83/3517.72	c  3518s|  2540k|265046 | 13036k|   5.1 |   612M |  40 | 101 | 258 | 229 |  11k|  1 |2063k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3503.13/3518.01	c  3518s|  2540k|265076 | 13036k|   5.1 |   612M |  40 | 101 | 257 | 229 |  11k|  1 |2063k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3503.43/3518.36	c  3518s|  2540k|265092 | 13037k|   5.1 |   612M |  40 | 101 | 259 | 229 |  11k|  1 |2063k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3503.62/3518.58	c  3519s|  2540k|265107 | 13038k|   5.1 |   612M |  40 | 101 | 259 | 229 |  11k|  0 |2063k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3503.92/3518.88	c  3519s|  2540k|265119 | 13038k|   5.1 |   612M |  40 | 101 | 259 | 230 |  11k|  1 |2063k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3504.32/3519.26	c  3519s|  2540k|265123 | 13039k|   5.1 |   612M |  40 | 101 | 258 | 229 |  11k|  1 |2063k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3504.62/3519.51	c  3520s|  2540k|265134 | 13039k|   5.1 |   612M |  40 | 101 | 257 | 229 |  11k|  0 |2063k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3504.82/3519.74	c  3520s|  2540k|265144 | 13040k|   5.1 |   612M |  40 | 101 | 257 | 229 |  11k|  0 |2063k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3505.12/3520.03	c  3520s|  2540k|265162 | 13040k|   5.1 |   612M |  40 | 101 | 258 | 229 |  11k|  0 |2063k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3505.42/3520.33	c  3520s|  2540k|265228 | 13042k|   5.1 |   612M |  40 | 101 | 258 | 228 |  11k|  1 |2064k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3505.62/3520.58	c  3521s|  2541k|265240 | 13042k|   5.1 |   612M |  40 | 101 | 259 | 228 |  11k|  1 |2064k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3505.91/3520.86	c  3521s|  2541k|265242 | 13043k|   5.1 |   612M |  40 | 101 | 258 | 228 |  11k|  1 |2064k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3506.12/3521.09	c  3521s|  2541k|265258 | 13043k|   5.1 |   612M |  40 | 101 | 257 | 228 |  11k|  1 |2064k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3506.51/3521.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3506.51/3521.42	c  3521s|  2541k|265273 | 13044k|   5.1 |   612M |  40 | 101 | 259 | 228 |  11k|  1 |2064k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3506.71/3521.67	c  3522s|  2541k|265284 | 13044k|   5.1 |   612M |  40 | 101 | 259 | 229 |  11k|  0 |2064k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3507.11/3522.00	c  3522s|  2541k|265296 | 13045k|   5.1 |   612M |  40 | 101 | 257 | 228 |  11k|  1 |2064k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3507.41/3522.30	c  3522s|  2541k|265297 | 13045k|   5.1 |   612M |  40 | 101 | 259 | 230 |  11k|  1 |2064k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3507.71/3522.61	c  3523s|  2541k|265333 | 13046k|   5.1 |   612M |  40 | 101 | 259 | 228 |  11k|  1 |2064k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3507.91/3522.84	c  3523s|  2541k|265334 | 13046k|   5.1 |   612M |  40 | 101 | 259 | 228 |  11k|  1 |2064k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3508.21/3523.14	c  3523s|  2541k|265367 | 13047k|   5.1 |   612M |  40 | 101 | 259 | 228 |  11k|  1 |2065k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3508.50/3523.42	c  3523s|  2542k|265387 | 13047k|   5.1 |   612M |  40 | 101 | 257 | 228 |  11k|  1 |2065k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3508.70/3523.66	c  3524s|  2542k|265401 | 13048k|   5.1 |   612M |  40 | 101 | 257 |   0 |  11k|  0 |2065k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3509.00/3523.95	c  3524s|  2542k|265406 | 13048k|   5.1 |   612M |  40 | 101 | 258 | 228 |  11k|  1 |2065k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3509.40/3524.35	c  3524s|  2542k|265426 | 13049k|   5.1 |   612M |  40 | 101 | 258 | 228 |  11k|  1 |2065k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3509.70/3524.64	c  3525s|  2542k|265435 | 13049k|   5.1 |   612M |  40 | 101 | 259 |   0 |  11k|  0 |2065k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3510.00/3524.94	c  3525s|  2542k|265455 | 13049k|   5.1 |   612M |  40 | 101 | 259 |   0 |  11k|  0 |2065k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3510.30/3525.25	c  3525s|  2542k|265460 | 13050k|   5.1 |   612M |  40 | 101 | 257 | 228 |  11k|  0 |2065k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3510.59/3525.53	c  3526s|  2542k|265468 | 13050k|   5.1 |   612M |  40 | 101 | 259 | 228 |  11k|  1 |2065k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3510.89/3525.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3510.89/3525.84	c  3526s|  2542k|265465 | 13051k|   5.1 |   612M |  40 | 101 | 259 |   0 |  11k|  0 |2065k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3511.29/3526.21	c  3526s|  2542k|265464 | 13051k|   5.1 |   612M |  40 | 101 | 258 | 228 |  11k|  1 |2066k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3511.49/3526.45	c  3526s|  2543k|265463 | 13051k|   5.1 |   612M |  40 | 101 | 259 | 228 |  11k|  1 |2066k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3511.79/3526.78	c  3527s|  2543k|265458 | 13052k|   5.1 |   612M |  40 | 101 | 259 | 228 |  11k|  1 |2066k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3512.09/3527.08	c  3527s|  2543k|265464 | 13052k|   5.1 |   612M |  40 | 101 | 258 | 228 |  11k|  1 |2066k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3512.49/3527.42	c  3527s|  2543k|265452 | 13052k|   5.1 |   612M |  40 | 101 | 259 |   0 |  11k|  0 |2066k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3512.78/3527.76	c  3528s|  2543k|265445 | 13053k|   5.1 |   612M |  40 | 101 | 259 |   0 |  11k|  0 |2066k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3513.09/3528.09	c  3528s|  2543k|265468 | 13053k|   5.1 |   612M |  40 | 101 | 259 | 228 |  11k|  1 |2066k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3513.38/3528.37	c  3528s|  2543k|265532 | 13054k|   5.1 |   613M |  40 | 101 | 258 | 228 |  11k|  1 |2066k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3513.68/3528.68	c  3529s|  2543k|265542 | 13055k|   5.1 |   613M |  40 | 101 | 257 | 228 |  11k|  1 |2066k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3514.08/3529.01	c  3529s|  2543k|265602 | 13056k|   5.1 |   613M |  40 | 101 | 259 |   0 |  11k|  0 |2066k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3514.38/3529.31	c  3529s|  2543k|265607 | 13056k|   5.1 |   613M |  40 | 101 | 258 | 228 |  11k|  1 |2066k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3514.58/3529.57	c  3530s|  2544k|265624 | 13057k|   5.1 |   613M |  40 | 101 | 259 | 228 |  11k|  1 |2066k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3514.88/3529.85	c  3530s|  2544k|265658 | 13058k|   5.1 |   613M |  40 | 101 | 258 | 228 |  11k|  1 |2067k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3515.18/3530.17	c  3530s|  2544k|265661 | 13058k|   5.1 |   613M |  40 | 101 | 257 | 228 |  11k|  1 |2067k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3515.47/3530.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3515.47/3530.48	c  3530s|  2544k|265652 | 13059k|   5.1 |   613M |  40 | 101 | 259 |   0 |  11k|  0 |2067k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3515.77/3530.72	c  3531s|  2544k|265659 | 13059k|   5.1 |   613M |  40 | 101 | 257 | 228 |  11k|  1 |2067k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3516.08/3531.05	c  3531s|  2544k|265650 | 13059k|   5.1 |   613M |  40 | 101 | 258 | 229 |  11k|  0 |2067k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3516.37/3531.37	c  3531s|  2544k|265658 | 13060k|   5.1 |   613M |  40 | 101 | 257 | 229 |  11k|  1 |2067k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3516.67/3531.69	c  3532s|  2544k|265745 | 13061k|   5.1 |   613M |  40 | 101 | 259 | 229 |  11k|  1 |2067k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3516.97/3531.91	c  3532s|  2544k|265811 | 13062k|   5.1 |   614M |  40 | 101 | 257 | 230 |  11k|  1 |2067k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3517.17/3532.18	c  3532s|  2544k|265828 | 13063k|   5.1 |   614M |  40 | 101 | 257 | 229 |  11k|  1 |2067k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3517.56/3532.51	c  3533s|  2545k|265839 | 13063k|   5.1 |   614M |  40 | 101 | 259 |   0 |  11k|  0 |2067k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3517.76/3532.76	c  3533s|  2545k|265857 | 13064k|   5.1 |   614M |  40 | 101 | 259 | 230 |  11k|  0 |2067k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3518.07/3533.03	c  3533s|  2545k|265872 | 13064k|   5.1 |   614M |  40 | 101 | 257 | 229 |  11k|  1 |2067k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3518.36/3533.35	c  3533s|  2545k|265913 | 13065k|   5.1 |   614M |  40 | 101 | 257 | 229 |  11k|  1 |2067k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3518.66/3533.64	c  3534s|  2545k|265930 | 13066k|   5.1 |   614M |  40 | 101 | 258 | 229 |  11k|  1 |2067k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3518.86/3533.89	c  3534s|  2545k|265947 | 13066k|   5.1 |   614M |  40 | 101 | 258 | 229 |  11k|  1 |2068k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3519.16/3534.16	c  3534s|  2545k|265975 | 13067k|   5.1 |   614M |  40 | 101 | 258 | 229 |  11k|  1 |2068k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3519.46/3534.41	c  3534s|  2545k|266019 | 13067k|   5.1 |   614M |  40 | 101 | 258 | 229 |  11k|  1 |2068k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3519.66/3534.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3519.66/3534.62	c  3535s|  2545k|266041 | 13068k|   5.1 |   614M |  40 | 101 | 256 | 229 |  11k|  1 |2068k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3519.85/3534.86	c  3535s|  2545k|266057 | 13068k|   5.1 |   614M |  40 | 101 | 256 | 229 |  11k|  0 |2068k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3520.25/3535.20	c  3535s|  2546k|266071 | 13069k|   5.1 |   614M |  40 | 101 | 257 | 229 |  11k|  1 |2068k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3520.45/3535.47	c  3535s|  2546k|266079 | 13069k|   5.1 |   614M |  40 | 101 | 254 | 229 |  11k|  1 |2068k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3520.85/3535.81	c  3536s|  2546k|266092 | 13070k|   5.1 |   614M |  40 | 101 | 256 | 229 |  11k|  1 |2068k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3521.05/3536.06	c  3536s|  2546k|266112 | 13071k|   5.1 |   614M |  40 | 101 | 256 | 229 |  11k|  1 |2068k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3521.45/3536.42	c  3536s|  2546k|266138 | 13071k|   5.1 |   614M |  40 | 101 | 259 |   0 |  11k|  0 |2068k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3521.75/3536.77	c  3537s|  2546k|266147 | 13072k|   5.1 |   614M |  40 | 101 | 257 | 229 |  11k|  1 |2068k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3522.05/3537.08	c  3537s|  2546k|266143 | 13072k|   5.1 |   614M |  40 | 101 | 257 | 229 |  11k|  0 |2068k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3522.34/3537.36	c  3537s|  2546k|266157 | 13073k|   5.1 |   614M |  40 | 101 | 257 |   0 |  11k|  0 |2068k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3522.64/3537.69	c  3538s|  2546k|266162 | 13073k|   5.1 |   614M |  40 | 101 | 259 |   0 |  11k|  0 |2069k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3523.05/3538.06	c  3538s|  2546k|266196 | 13074k|   5.1 |   614M |  40 | 101 | 257 | 229 |  11k|  1 |2069k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3523.35/3538.31	c  3538s|  2547k|266224 | 13074k|   5.1 |   614M |  40 | 101 | 260 |   0 |  11k|  0 |2069k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3523.55/3538.59	c  3539s|  2547k|266224 | 13075k|   5.1 |   614M |  40 | 101 | 259 | 229 |  11k|  1 |2069k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3523.95/3538.96	c  3539s|  2547k|266234 | 13075k|   5.1 |   614M |  40 | 101 | 258 |   0 |  11k|  0 |2069k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3524.25/3539.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3524.25/3539.28	c  3539s|  2547k|266252 | 13076k|   5.1 |   614M |  40 | 101 | 258 | 229 |  11k|  0 |2069k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3524.64/3539.62	c  3540s|  2547k|266248 | 13076k|   5.1 |   614M |  40 | 101 | 257 | 229 |  11k|  1 |2069k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3524.94/3539.97	c  3540s|  2547k|266248 | 13076k|   5.1 |   614M |  40 | 101 | 259 | 229 |  11k|  1 |2069k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3525.34/3540.31	c  3540s|  2547k|266267 | 13077k|   5.1 |   614M |  40 | 101 | 257 | 229 |  11k|  1 |2069k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3525.64/3540.62	c  3541s|  2547k|266262 | 13077k|   5.1 |   614M |  40 | 101 | 257 | 229 |  11k|  1 |2069k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3525.94/3540.94	c  3541s|  2547k|266261 | 13078k|   5.1 |   614M |  40 | 101 | 258 | 229 |  11k|  1 |2069k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3526.14/3541.16	c  3541s|  2547k|266272 | 13078k|   5.1 |   614M |  40 | 101 | 258 | 229 |  11k|  1 |2070k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3526.44/3541.43	c  3541s|  2548k|266268 | 13079k|   5.1 |   614M |  40 | 101 | 258 | 229 |  11k|  1 |2070k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3526.84/3541.81	c  3542s|  2548k|266280 | 13079k|   5.1 |   614M |  40 | 101 | 257 | 229 |  11k|  0 |2070k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3527.14/3542.14	c  3542s|  2548k|266283 | 13079k|   5.1 |   614M |  40 | 101 | 256 | 229 |  11k|  1 |2070k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3527.43/3542.43	c  3542s|  2548k|266315 | 13080k|   5.1 |   614M |  40 | 101 | 259 | 229 |  11k|  1 |2070k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3527.73/3542.71	c  3543s|  2548k|266318 | 13080k|   5.1 |   614M |  40 | 101 | 257 | 229 |  11k|  1 |2070k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3528.04/3543.06	c  3543s|  2548k|266340 | 13081k|   5.1 |   614M |  40 | 101 | 258 | 229 |  11k|  0 |2070k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3528.33/3543.38	c  3543s|  2548k|266359 | 13081k|   5.1 |   614M |  40 | 101 | 258 | 229 |  11k|  1 |2070k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3528.73/3543.72	c  3544s|  2548k|266384 | 13082k|   5.1 |   614M |  40 | 101 | 259 | 229 |  11k|  1 |2070k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3529.03/3544.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3529.03/3544.06	c  3544s|  2548k|266380 | 13082k|   5.1 |   614M |  40 | 101 | 258 | 229 |  11k|  1 |2070k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3529.33/3544.38	c  3544s|  2548k|266374 | 13083k|   5.1 |   614M |  40 | 101 | 257 | 229 |  11k|  1 |2070k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3529.62/3544.65	c  3545s|  2549k|266399 | 13083k|   5.1 |   615M |  40 | 101 | 258 | 228 |  11k|  1 |2070k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3530.03/3545.02	c  3545s|  2549k|266395 | 13084k|   5.1 |   615M |  40 | 101 | 258 |   0 |  11k|  0 |2070k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3530.32/3545.34	c  3545s|  2549k|266405 | 13084k|   5.1 |   615M |  40 | 101 | 257 | 229 |  11k|  1 |2071k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3530.52/3545.59	c  3546s|  2549k|266411 | 13085k|   5.1 |   615M |  40 | 101 | 257 | 229 |  11k|  1 |2071k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3530.92/3545.95	c  3546s|  2549k|266417 | 13085k|   5.1 |   615M |  40 | 101 | 258 | 229 |  11k|  1 |2071k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3531.22/3546.22	c  3546s|  2549k|266422 | 13086k|   5.1 |   615M |  40 | 101 | 257 | 228 |  11k|  1 |2071k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3531.42/3546.46	c  3546s|  2549k|266438 | 13086k|   5.1 |   615M |  40 | 101 | 259 | 229 |  11k|  1 |2071k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3531.82/3546.81	c  3547s|  2549k|266433 | 13087k|   5.1 |   615M |  40 | 101 | 257 | 229 |  11k|  1 |2071k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3532.02/3547.08	c  3547s|  2549k|266435 | 13087k|   5.1 |   615M |  40 | 101 | 258 | 229 |  11k|  1 |2071k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3532.41/3547.46	c  3547s|  2549k|266445 | 13088k|   5.1 |   615M |  40 | 101 | 258 | 230 |  11k|  1 |2071k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3532.71/3547.79	c  3548s|  2550k|266453 | 13088k|   5.1 |   615M |  40 | 101 | 258 | 229 |  11k|  1 |2071k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3533.02/3548.08	c  3548s|  2550k|266462 | 13088k|   5.1 |   615M |  40 | 101 | 259 |   0 |  11k|  0 |2071k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3533.31/3548.39	c  3548s|  2550k|266469 | 13089k|   5.1 |   615M |  40 | 101 | 257 | 229 |  11k|  1 |2071k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3533.71/3548.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3533.71/3548.74	c  3549s|  2550k|266497 | 13090k|   5.1 |   615M |  40 | 101 | 258 |   0 |  11k|  0 |2071k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3534.01/3549.05	c  3549s|  2550k|266508 | 13090k|   5.1 |   615M |  40 | 101 | 259 |   0 |  11k|  0 |2071k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3534.31/3549.34	c  3549s|  2550k|266507 | 13090k|   5.1 |   615M |  40 | 101 | 258 |   0 |  11k|  0 |2072k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3534.60/3549.66	c  3550s|  2550k|266502 | 13091k|   5.1 |   615M |  40 | 101 | 258 | 229 |  11k|  0 |2072k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3534.90/3549.91	c  3550s|  2550k|266511 | 13091k|   5.1 |   615M |  40 | 101 | 257 | 229 |  11k|  1 |2072k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3535.20/3550.20	c  3550s|  2550k|266514 | 13092k|   5.1 |   615M |  40 | 101 | 259 | 230 |  11k|  1 |2072k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3535.40/3550.40	c  3550s|  2550k|266515 | 13092k|   5.1 |   615M |  40 | 101 | 257 | 230 |  11k|  0 |2072k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3535.60/3550.62	c  3551s|  2551k|266524 | 13093k|   5.1 |   615M |  40 | 101 | 259 | 229 |  11k|  1 |2072k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3535.90/3550.97	c  3551s|  2551k|266519 | 13093k|   5.1 |   615M |  40 | 101 | 258 | 229 |  11k|  1 |2072k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3536.20/3551.27	c  3551s|  2551k|266546 | 13093k|   5.1 |   615M |  40 | 101 | 257 | 229 |  11k|  1 |2072k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3536.40/3551.49	c  3551s|  2551k|266551 | 13094k|   5.1 |   615M |  40 | 101 | 257 | 229 |  11k|  1 |2072k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3536.70/3551.75	c  3552s|  2551k|266539 | 13094k|   5.1 |   615M |  40 | 101 | 257 | 228 |  11k|  0 |2072k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3537.10/3552.10	c  3552s|  2551k|266535 | 13095k|   5.1 |   615M |  40 | 101 | 257 | 229 |  11k|  1 |2072k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3537.39/3552.42	c  3552s|  2551k|266538 | 13095k|   5.1 |   615M |  40 | 101 | 259 | 229 |  11k|  1 |2073k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3537.69/3552.78	c  3553s|  2551k|266547 | 13096k|   5.1 |   615M |  40 | 101 | 259 | 229 |  11k|  1 |2073k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3538.00/3553.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3538.00/3553.08	c  3553s|  2551k|266549 | 13096k|   5.1 |   615M |  40 | 101 | 258 | 229 |  11k|  0 |2073k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3538.39/3553.42	c  3553s|  2551k|266562 | 13096k|   5.1 |   615M |  40 | 101 | 258 |   0 |  11k|  0 |2073k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3538.69/3553.79	c  3554s|  2552k|266566 | 13097k|   5.1 |   615M |  40 | 101 | 259 | 228 |  11k|  0 |2073k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3538.99/3554.01	c  3554s|  2552k|266600 | 13097k|   5.1 |   616M |  40 | 101 | 258 | 228 |  11k|  1 |2073k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3539.29/3554.30	c  3554s|  2552k|266618 | 13098k|   5.1 |   616M |  40 | 101 | 259 |   0 |  11k|  0 |2073k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3539.48/3554.59	c  3555s|  2552k|266678 | 13099k|   5.1 |   616M |  40 | 101 | 259 | 228 |  11k|  1 |2073k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3539.88/3554.90	c  3555s|  2552k|266717 | 13100k|   5.1 |   616M |  40 | 101 | 257 | 228 |  11k|  1 |2073k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3540.18/3555.28	c  3555s|  2552k|266746 | 13100k|   5.1 |   616M |  40 | 101 | 258 | 228 |  11k|  1 |2073k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3540.48/3555.57	c  3556s|  2552k|266771 | 13101k|   5.1 |   616M |  40 | 101 | 257 | 228 |  11k|  1 |2073k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3540.78/3555.89	c  3556s|  2552k|266781 | 13101k|   5.1 |   616M |  40 | 101 | 255 |   0 |  11k|  0 |2073k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3541.08/3556.19	c  3556s|  2552k|266785 | 13102k|   5.1 |   616M |  40 | 101 | 256 | 228 |  11k|  1 |2074k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3541.48/3556.51	c  3557s|  2552k|266806 | 13102k|   5.1 |   616M |  40 | 101 | 253 | 228 |  11k|  1 |2074k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3541.78/3556.82	c  3557s|  2553k|266822 | 13103k|   5.1 |   616M |  40 | 101 | 254 |   0 |  11k|  0 |2074k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3542.08/3557.17	c  3557s|  2553k|266819 | 13103k|   5.1 |   616M |  40 | 101 | 254 | 228 |  11k|  0 |2074k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3542.47/3557.58	c  3558s|  2553k|266823 | 13104k|   5.1 |   617M |  40 | 101 | 257 | 228 |  11k|  1 |2074k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3542.77/3557.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3542.77/3557.88	c  3558s|  2553k|266847 | 13104k|   5.1 |   617M |  40 | 101 | 256 | 228 |  11k|  1 |2074k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3543.17/3558.26	c  3558s|  2553k|266880 | 13104k|   5.1 |   617M |  40 | 101 | 257 | 228 |  11k|  1 |2074k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3543.47/3558.58	c  3559s|  2553k|266887 | 13105k|   5.1 |   617M |  40 | 101 | 259 | 228 |  11k|  1 |2074k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3543.87/3558.91	c  3559s|  2553k|266886 | 13105k|   5.1 |   617M |  40 | 101 | 257 | 228 |  11k|  0 |2074k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3544.16/3559.28	c  3559s|  2553k|266900 | 13106k|   5.1 |   617M |  40 | 101 | 259 | 228 |  11k|  1 |2074k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3544.56/3559.64	c  3560s|  2553k|266893 | 13106k|   5.1 |   617M |  40 | 101 | 259 |   0 |  11k|  0 |2074k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3544.86/3559.90	c  3560s|  2553k|266907 | 13106k|   5.1 |   617M |  40 | 101 | 258 |   0 |  11k|  0 |2075k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3545.16/3560.26	c  3560s|  2554k|266902 | 13107k|   5.1 |   617M |  40 | 101 | 257 | 228 |  11k|  1 |2075k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3545.56/3560.62	c  3561s|  2554k|266910 | 13107k|   5.1 |   617M |  40 | 101 | 259 | 229 |  11k|  1 |2075k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3545.86/3560.98	c  3561s|  2554k|266934 | 13108k|   5.1 |   617M |  40 | 101 | 259 | 228 |  11k|  1 |2075k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3546.26/3561.35	c  3561s|  2554k|266968 | 13108k|   5.1 |   617M |  40 | 101 | 259 | 228 |  11k|  1 |2075k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3546.65/3561.76	c  3562s|  2554k|267001 | 13109k|   5.1 |   617M |  40 | 101 | 259 |   0 |  11k|  0 |2075k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3547.06/3562.10	c  3562s|  2554k|267021 | 13110k|   5.1 |   617M |  40 | 101 | 257 | 228 |  11k|  1 |2075k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3547.35/3562.45	c  3562s|  2554k|267043 | 13110k|   5.1 |   617M |  40 | 101 | 257 | 228 |  11k|  1 |2075k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3547.65/3562.76	c  3563s|  2554k|267052 | 13111k|   5.1 |   617M |  40 | 101 | 257 | 228 |  11k|  1 |2075k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3548.05/3563.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3548.05/3563.12	c  3563s|  2554k|267091 | 13111k|   5.1 |   617M |  40 | 101 | 259 | 228 |  11k|  0 |2075k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3548.45/3563.57	c  3564s|  2554k|267100 | 13112k|   5.1 |   617M |  40 | 101 | 258 | 228 |  11k|  0 |2075k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3548.95/3564.01	c  3564s|  2555k|267105 | 13112k|   5.1 |   617M |  40 | 101 | 259 | 228 |  11k|  0 |2076k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3549.24/3564.39	c  3564s|  2555k|267112 | 13113k|   5.1 |   617M |  40 | 101 | 257 | 229 |  11k|  1 |2076k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3549.54/3564.67	c  3565s|  2555k|267114 | 13113k|   5.1 |   617M |  40 | 101 | 259 | 229 |  11k|  1 |2076k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3549.84/3564.90	c  3565s|  2555k|267130 | 13113k|   5.1 |   617M |  40 | 101 | 258 | 229 |  11k|  0 |2076k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3550.14/3565.25	c  3565s|  2555k|267132 | 13114k|   5.1 |   617M |  40 | 101 | 258 | 229 |  11k|  1 |2076k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3550.44/3565.54	c  3566s|  2555k|267134 | 13114k|   5.1 |   617M |  40 | 101 | 259 | 230 |  11k|  1 |2076k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3550.84/3565.93	c  3566s|  2555k|267138 | 13115k|   5.1 |   617M |  40 | 101 | 258 | 229 |  11k|  1 |2076k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3551.04/3566.17	c  3566s|  2555k|267154 | 13115k|   5.1 |   617M |  40 | 101 | 258 | 229 |  11k|  1 |2076k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3551.33/3566.43	c  3566s|  2555k|267156 | 13116k|   5.1 |   617M |  40 | 101 | 259 | 228 |  11k|  1 |2076k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3551.63/3566.70	c  3567s|  2555k|267171 | 13116k|   5.1 |   617M |  40 | 101 | 258 | 229 |  11k|  1 |2076k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3551.94/3567.03	c  3567s|  2556k|267185 | 13117k|   5.1 |   617M |  40 | 101 | 257 | 229 |  11k|  1 |2076k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3552.13/3567.30	c  3567s|  2556k|267207 | 13117k|   5.1 |   617M |  40 | 101 | 259 |   0 |  11k|  0 |2076k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3552.53/3567.62	c  3568s|  2556k|267218 | 13118k|   5.1 |   617M |  40 | 101 | 258 | 229 |  11k|  1 |2077k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3552.73/3567.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3552.73/3567.83	c  3568s|  2556k|267224 | 13118k|   5.1 |   617M |  40 | 101 | 258 |   0 |  11k|  0 |2077k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3553.03/3568.14	c  3568s|  2556k|267267 | 13119k|   5.1 |   617M |  40 | 101 | 258 | 228 |  11k|  1 |2077k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3553.43/3568.51	c  3569s|  2556k|267288 | 13119k|   5.1 |   617M |  40 | 101 | 259 | 228 |  11k|  1 |2077k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3553.93/3569.03	c  3569s|  2556k|267316 | 13120k|   5.1 |   617M |  40 | 101 | 259 | 228 |  11k|  1 |2077k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3554.32/3569.48	c  3569s|  2556k|267341 | 13121k|   5.1 |   617M |  40 | 101 | 257 | 228 |  11k|  1 |2077k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3554.72/3569.86	c  3570s|  2556k|267342 | 13121k|   5.1 |   617M |  40 | 101 | 253 | 228 |  11k|  0 |2077k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3555.12/3570.21	c  3570s|  2556k|267343 | 13122k|   5.1 |   617M |  40 | 101 | 255 | 228 |  11k|  1 |2077k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3555.52/3570.65	c  3571s|  2557k|267376 | 13123k|   5.1 |   617M |  40 | 101 | 256 | 228 |  11k|  1 |2077k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3555.92/3571.10	c  3571s|  2557k|267397 | 13123k|   5.1 |   617M |  40 | 101 | 257 | 228 |  11k|  1 |2077k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3556.31/3571.45	c  3571s|  2557k|267394 | 13124k|   5.1 |   617M |  40 | 101 | 257 | 228 |  11k|  1 |2077k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3556.61/3571.74	c  3572s|  2557k|267394 | 13124k|   5.1 |   617M |  40 | 101 | 258 | 229 |  11k|  1 |2077k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3556.91/3572.09	c  3572s|  2557k|267409 | 13125k|   5.1 |   617M |  40 | 101 | 258 | 230 |  11k|  1 |2077k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3557.31/3572.44	c  3572s|  2557k|267413 | 13125k|   5.1 |   617M |  40 | 101 | 258 | 229 |  11k|  1 |2078k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3557.51/3572.67	c  3573s|  2557k|267423 | 13126k|   5.1 |   617M |  40 | 101 | 258 | 229 |  11k|  0 |2078k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3557.80/3572.99	c  3573s|  2557k|267435 | 13126k|   5.1 |   617M |  40 | 101 | 258 | 228 |  11k|  0 |2078k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3558.20/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. 
3558.20/3573.34	c  3573s|  2557k|267440 | 13127k|   5.1 |   617M |  40 | 101 | 259 | 230 |  11k|  0 |2078k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3558.50/3573.67	c  3574s|  2557k|267459 | 13127k|   5.1 |   617M |  40 | 101 | 258 | 228 |  11k|  1 |2078k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3558.80/3573.97	c  3574s|  2558k|267472 | 13128k|   5.1 |   617M |  40 | 101 | 259 | 228 |  11k|  1 |2078k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3559.10/3574.28	c  3574s|  2558k|267480 | 13128k|   5.1 |   617M |  40 | 101 | 257 | 228 |  11k|  1 |2078k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3559.50/3574.61	c  3575s|  2558k|267501 | 13129k|   5.1 |   617M |  40 | 101 | 259 | 228 |  11k|  1 |2078k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3559.80/3574.93	c  3575s|  2558k|267509 | 13129k|   5.1 |   617M |  40 | 101 | 257 | 229 |  11k|  0 |2078k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3560.09/3575.23	c  3575s|  2558k|267530 | 13130k|   5.1 |   617M |  40 | 101 | 257 | 228 |  11k|  1 |2078k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3560.39/3575.55	c  3576s|  2558k|267531 | 13130k|   5.1 |   617M |  40 | 101 | 258 | 228 |  11k|  0 |2078k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3560.69/3575.86	c  3576s|  2558k|267559 | 13131k|   5.1 |   617M |  40 | 101 | 257 |   0 |  11k|  0 |2078k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3560.90/3576.08	c  3576s|  2558k|267571 | 13131k|   5.1 |   617M |  40 | 101 | 259 | 228 |  11k|  1 |2079k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3561.19/3576.35	c  3576s|  2558k|267569 | 13132k|   5.1 |   617M |  40 | 101 | 259 | 228 |  11k|  1 |2079k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3561.49/3576.64	c  3577s|  2558k|267587 | 13132k|   5.1 |   617M |  40 | 101 | 259 |   0 |  11k|  0 |2079k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3561.79/3576.98	c  3577s|  2559k|267588 | 13133k|   5.1 |   617M |  40 | 101 | 258 | 229 |  11k|  0 |2079k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3562.09/3577.27	c  3577s|  2559k|267607 | 13133k|   5.1 |   617M |  40 | 101 | 258 |   0 |  11k|  0 |2079k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3562.48/3577.60	c  3578s|  2559k|267605 | 13133k|   5.1 |   617M |  40 | 101 | 257 | 228 |  11k|  1 |2079k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3562.68/3577.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3562.68/3577.89	c  3578s|  2559k|267626 | 13134k|   5.1 |   617M |  40 | 101 | 258 | 228 |  11k|  1 |2079k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3563.08/3578.26	c  3578s|  2559k|267638 | 13134k|   5.1 |   617M |  40 | 101 | 257 | 228 |  11k|  1 |2079k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3563.48/3578.66	c  3579s|  2559k|267636 | 13135k|   5.1 |   617M |  40 | 101 | 259 |   0 |  11k|  0 |2079k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3563.88/3579.02	c  3579s|  2559k|267636 | 13135k|   5.1 |   617M |  40 | 101 | 259 | 229 |  11k|  1 |2079k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3564.18/3579.38	c  3579s|  2559k|267633 | 13136k|   5.1 |   617M |  40 | 101 | 258 | 230 |  11k|  0 |2079k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3564.48/3579.63	c  3580s|  2559k|267655 | 13136k|   5.1 |   617M |  40 | 101 | 259 | 228 |  11k|  0 |2079k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3564.68/3579.83	c  3580s|  2559k|267672 | 13136k|   5.1 |   617M |  40 | 101 | 259 | 229 |  11k|  0 |2079k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3564.98/3580.11	c  3580s|  2560k|267705 | 13137k|   5.1 |   617M |  40 | 101 | 257 | 229 |  11k|  0 |2079k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3565.27/3580.43	c  3580s|  2560k|267734 | 13138k|   5.1 |   617M |  40 | 101 | 257 |   0 |  11k|  0 |2080k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3565.57/3580.78	c  3581s|  2560k|267754 | 13139k|   5.1 |   617M |  40 | 101 | 257 | 229 |  11k|  1 |2080k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3565.77/3580.98	c  3581s|  2560k|267761 | 13139k|   5.1 |   617M |  40 | 101 | 257 |   0 |  11k|  0 |2080k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3566.07/3581.24	c  3581s|  2560k|267798 | 13140k|   5.1 |   618M |  40 | 101 | 257 | 229 |  11k|  1 |2080k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3566.37/3581.53	c  3582s|  2560k|267812 | 13140k|   5.1 |   618M |  40 | 101 | 257 | 231 |  11k|  1 |2080k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3566.57/3581.77	c  3582s|  2560k|267836 | 13141k|   5.1 |   618M |  40 | 101 | 259 |   0 |  11k|  0 |2080k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3566.87/3582.07	c  3582s|  2560k|267852 | 13142k|   5.1 |   618M |  40 | 101 | 259 | 229 |  11k|  1 |2080k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3567.27/3582.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.27/3582.44	c  3582s|  2560k|267858 | 13142k|   5.1 |   618M |  40 | 101 | 259 | 231 |  11k|  1 |2080k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3567.56/3582.78	c  3583s|  2560k|267866 | 13143k|   5.1 |   618M |  40 | 101 | 257 | 231 |  11k|  0 |2080k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3567.87/3583.08	c  3583s|  2561k|267887 | 13143k|   5.1 |   618M |  40 | 101 | 258 | 229 |  11k|  0 |2080k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3568.26/3583.42	c  3583s|  2561k|267874 | 13144k|   5.1 |   618M |  40 | 101 | 259 | 229 |  11k|  1 |2080k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3568.66/3583.82	c  3584s|  2561k|267864 | 13144k|   5.1 |   618M |  40 | 101 | 257 |   0 |  11k|  0 |2080k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3568.96/3584.14	c  3584s|  2561k|267901 | 13145k|   5.1 |   618M |  40 | 101 | 260 | 229 |  11k|  0 |2080k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3569.16/3584.37	c  3584s|  2561k|267919 | 13145k|   5.1 |   618M |  40 | 101 | 260 |   0 |  11k|  0 |2081k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3569.36/3584.58	c  3585s|  2561k|267932 | 13146k|   5.1 |   618M |  40 | 101 | 258 | 229 |  11k|  0 |2081k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3569.66/3584.86	c  3585s|  2561k|267940 | 13146k|   5.1 |   618M |  40 | 101 | 259 |   0 |  11k|  0 |2081k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3569.96/3585.11	c  3585s|  2561k|267969 | 13147k|   5.1 |   618M |  40 | 101 | 259 | 229 |  11k|  1 |2081k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3570.25/3585.44	c  3585s|  2561k|267993 | 13147k|   5.1 |   618M |  40 | 101 | 257 | 229 |  11k|  1 |2081k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3570.55/3585.72	c  3586s|  2561k|268020 | 13148k|   5.1 |   618M |  40 | 101 | 257 | 229 |  11k|  0 |2081k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3570.86/3586.05	c  3586s|  2562k|268042 | 13148k|   5.1 |   618M |  40 | 101 | 258 | 229 |  11k|  1 |2081k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3571.15/3586.33	c  3586s|  2562k|268053 | 13149k|   5.1 |   618M |  40 | 101 | 259 | 229 |  11k|  1 |2081k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3571.45/3586.66	c  3587s|  2562k|268075 | 13149k|   5.1 |   618M |  40 | 101 | 258 | 229 |  11k|  1 |2081k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3571.85/3587.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3571.85/3587.02	c  3587s|  2562k|268089 | 13150k|   5.1 |   618M |  40 | 101 | 259 |   0 |  11k|  0 |2081k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3572.14/3587.38	c  3587s|  2562k|268105 | 13150k|   5.1 |   618M |  40 | 101 | 259 |   0 |  11k|  0 |2081k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3572.34/3587.59	c  3588s|  2562k|268128 | 13151k|   5.1 |   618M |  40 | 101 | 259 | 230 |  11k|  1 |2081k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3572.74/3587.93	c  3588s|  2562k|268128 | 13151k|   5.1 |   618M |  40 | 101 | 258 |   0 |  11k|  0 |2082k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3572.95/3588.19	c  3588s|  2562k|268149 | 13152k|   5.1 |   618M |  40 | 101 | 259 | 229 |  11k|  1 |2082k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3573.24/3588.47	c  3588s|  2562k|268156 | 13152k|   5.1 |   618M |  40 | 101 | 259 | 229 |  11k|  1 |2082k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3573.75/3588.91	c  3589s|  2562k|268161 | 13153k|   5.1 |   618M |  40 | 101 | 259 |   0 |  11k|  0 |2082k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3574.05/3589.24	c  3589s|  2563k|268195 | 13153k|   5.1 |   618M |  40 | 101 | 257 | 229 |  11k|  1 |2082k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3574.35/3589.55	c  3590s|  2563k|268200 | 13154k|   5.1 |   618M |  40 | 101 | 259 |   0 |  11k|  0 |2082k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3574.64/3589.81	c  3590s|  2563k|268211 | 13154k|   5.1 |   618M |  40 | 101 | 257 | 229 |  11k|  1 |2082k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3574.85/3590.07	c  3590s|  2563k|268214 | 13155k|   5.1 |   618M |  40 | 101 | 258 | 229 |  11k|  1 |2082k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3575.14/3590.31	c  3590s|  2563k|268217 | 13155k|   5.1 |   618M |  40 | 101 | 259 | 229 |  11k|  1 |2082k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3575.44/3590.65	c  3591s|  2563k|268229 | 13156k|   5.1 |   618M |  40 | 101 | 259 |   0 |  11k|  0 |2082k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3575.64/3590.81	c  3591s|  2563k|268237 | 13156k|   5.1 |   618M |  40 | 101 | 258 | 229 |  11k|  1 |2083k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3575.84/3591.05	c  3591s|  2563k|268259 | 13157k|   5.1 |   618M |  40 | 101 | 259 | 229 |  11k|  1 |2083k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3576.14/3591.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3576.14/3591.33	c  3591s|  2563k|268257 | 13157k|   5.1 |   618M |  40 | 101 | 260 | 229 |  11k|  1 |2083k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3576.44/3591.66	c  3592s|  2563k|268245 | 13157k|   5.1 |   618M |  40 | 101 | 260 | 229 |  11k|  1 |2083k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3576.94/3592.13	c  3592s|  2564k|268256 | 13158k|   5.1 |   619M |  40 | 101 | 258 | 229 |  11k|  1 |2083k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3577.23/3592.41	c  3592s|  2564k|268254 | 13158k|   5.1 |   620M |  40 | 101 | 259 | 229 |  11k|  1 |2083k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3577.53/3592.74	c  3593s|  2564k|268268 | 13159k|   5.1 |   620M |  40 | 101 | 258 | 229 |  11k|  0 |2083k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3577.94/3593.11	c  3593s|  2564k|268259 | 13159k|   5.1 |   620M |  40 | 101 | 257 | 229 |  11k|  1 |2083k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3578.23/3593.41	c  3593s|  2564k|268262 | 13160k|   5.1 |   620M |  40 | 101 | 257 | 229 |  11k|  0 |2084k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3578.53/3593.76	c  3594s|  2564k|268258 | 13160k|   5.1 |   620M |  40 | 101 | 259 | 229 |  11k|  0 |2084k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3578.83/3594.05	c  3594s|  2564k|268283 | 13161k|   5.1 |   620M |  40 | 101 | 259 | 229 |  11k|  1 |2084k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3579.13/3594.34	c  3594s|  2564k|268305 | 13162k|   5.1 |   620M |  40 | 101 | 257 | 229 |  11k|  1 |2084k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3579.33/3594.54	c  3595s|  2564k|268307 | 13162k|   5.1 |   620M |  40 | 101 | 257 | 229 |  11k|  1 |2084k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3579.62/3594.86	c  3595s|  2564k|268333 | 13163k|   5.1 |   620M |  40 | 101 | 258 | 229 |  11k|  1 |2084k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3579.93/3595.19	c  3595s|  2565k|268334 | 13163k|   5.1 |   620M |  40 | 101 | 260 |   0 |  11k|  0 |2084k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3580.32/3595.50	c  3596s|  2565k|268361 | 13164k|   5.1 |   620M |  40 | 101 | 259 | 229 |  11k|  1 |2084k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3580.62/3595.87	c  3596s|  2565k|268393 | 13164k|   5.1 |   620M |  40 | 101 | 258 | 229 |  11k|  1 |2084k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3581.02/3596.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3581.02/3596.24	c  3596s|  2565k|268407 | 13165k|   5.1 |   620M |  40 | 101 | 258 | 229 |  11k|  1 |2084k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3581.32/3596.59	c  3597s|  2565k|268416 | 13165k|   5.1 |   620M |  40 | 101 | 259 |   0 |  11k|  0 |2084k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3581.62/3596.89	c  3597s|  2565k|268426 | 13165k|   5.1 |   620M |  40 | 101 | 257 | 229 |  11k|  1 |2084k|  31 | 0.000000e+00 |      --      |    Inf |   1.40%
3581.82/3597.00	c 
3581.82/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3581.82/3597.00	c Solving Time (sec) : 3597.00
3581.82/3597.00	c Solving Nodes      : 2565535 (total of 2567254 nodes in 2 runs)
3581.82/3597.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3581.82/3597.00	c Dual Bound         : +0.00000000000000e+00
3581.82/3597.00	c Gap                : infinite
3581.82/3597.00	s UNKNOWN
3581.82/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3581.82/3597.00	c Total Time         :    3597.00
3581.82/3597.00	c   solving          :    3597.00
3581.82/3597.00	c   presolving       :       0.01 (included in solving)
3581.82/3597.00	c   reading          :       0.00 (included in solving)
3581.82/3597.00	c   copying          :       0.38 (143 #copies) (minimal 0.00, maximal 0.00, average 0.00)
3581.82/3597.00	c Original Problem   :
3581.82/3597.00	c   Problem name     : HOME/instance-4447755-1721358914.opb
3581.82/3597.00	c   Variables        : 101 (101 binary, 0 integer, 0 implicit integer, 0 continuous)
3581.82/3597.00	c   Constraints      : 212 initial, 212 maximal
3581.82/3597.00	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3581.82/3597.00	c Presolved Problem  :
3581.82/3597.00	c   Problem name     : t_HOME/instance-4447755-1721358914.opb
3581.82/3597.00	c   Variables        : 101 (101 binary, 0 integer, 0 implicit integer, 0 continuous)
3581.82/3597.00	c   Constraints      : 811 initial, 1354 maximal
3581.82/3597.00	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3581.82/3597.00	c   Nonzeros         : 6945 constraint, 0 clique table
3581.82/3597.00	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3581.82/3597.00	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   implics          :       0.00       0.00      9          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   milp             :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   trivial          :       0.00       0.00     10          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   dualfix          :       0.00       0.00     10          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   vbounds          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   knapsack         :       0.00       0.00     20          0          0          0          0          0          5          0          2         39
3581.82/3597.00	c   setppc           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   linear           :       0.00       0.00     15          0          0          0          0          0          4          0          4         12
3581.82/3597.00	c   logicor          :       0.01       0.00     21          0          0          0          0          0        108          0          0         77
3581.82/3597.00	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   components       :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3581.82/3597.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3581.82/3597.00	c   benderslp        :          0          0          0          0    1589471          0          0      27048          0          0          0          0          0          0          0
3581.82/3597.00	c   integral         :          0          0          0          0    1589471          0          0      27048          0          0          0          0          0          0    3178942
3581.82/3597.00	c   knapsack         :         35+        61         11   14222749          0          0          0          0   11182713     220723    6689842          0          0          0          0
3581.82/3597.00	c   setppc           :          0+         1          0          4          0          0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   linear           :          4+        38         17   13996806          0          0          0          3     165257       8195     214509          0          0          0          0
3581.82/3597.00	c   logicor          :        772+      1308         28   12244713          0          0          0      27043   34251267     791500   18652625          1          1          0          0
3581.82/3597.00	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3581.82/3597.00	c   benderslp        :       0.32       0.00       0.00       0.00       0.32       0.00       0.00       0.00       0.00       0.00
3581.82/3597.00	c   integral         :      16.51       0.00       0.00       0.00      16.50       0.00       0.00       0.01       0.00       0.00
3581.82/3597.00	c   knapsack         :     384.39       0.00       0.00     380.08       0.00       0.00       0.00       0.00       4.30       0.00
3581.82/3597.00	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3581.82/3597.00	c   linear           :      22.76       0.00       0.00      22.52       0.00       0.00       0.00       0.00       0.24       0.00
3581.82/3597.00	c   logicor          :    1081.67       0.00       0.00    1070.25       0.00       0.00       0.00       0.06      11.36       0.00
3581.82/3597.00	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3581.82/3597.00	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3581.82/3597.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3581.82/3597.00	c   components       :       0.34       0.00       0.00       0.34       0.00       0.00       0.00       0.00       0.00       0.00
3581.82/3597.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3581.82/3597.00	c   dualfix          :          2          0          0          0
3581.82/3597.00	c   genvbounds       :          0          0          0          0
3581.82/3597.00	c   nlobbt           :          0          0          0          0
3581.82/3597.00	c   obbt             :          0          0          0          0
3581.82/3597.00	c   probing          :          0          0          0          0
3581.82/3597.00	c   pseudoobj        :          0          0          0          0
3581.82/3597.00	c   redcost          :          0          0          0          0
3581.82/3597.00	c   rootredcost      :          0          0          0          0
3581.82/3597.00	c   symmetry         :      11802          0        141        102
3581.82/3597.00	c   vbounds          :          0          0          0          0
3581.82/3597.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3581.82/3597.00	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3581.82/3597.00	c   genvbounds       :       1.23       0.00       0.00       1.23       0.00       0.00
3581.82/3597.00	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3581.82/3597.00	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3581.82/3597.00	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
3581.82/3597.00	c   pseudoobj        :       1.19       0.00       0.00       1.19       0.00       0.00
3581.82/3597.00	c   redcost          :       0.42       0.00       0.00       0.42       0.00       0.00
3581.82/3597.00	c   rootredcost      :       0.82       0.00       0.00       0.82       0.00       0.00
3581.82/3597.00	c   symmetry         :       1.68       0.00       0.00       1.68       0.00       0.00
3581.82/3597.00	c   vbounds          :       2.05       0.00       0.00       2.05       0.00       0.00
3581.82/3597.00	c Symmetry           :
3581.82/3597.00	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3581.82/3597.00	c   orbital reduction:          0 reductions applied,          0 cutoffs
3581.82/3597.00	c   lexicographic red:        297 reductions applied,        141 cutoffs
3581.82/3597.00	c   shadow tree time :       2.80 s
3581.82/3597.00	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3581.82/3597.00	c   propagation      :      27.40    1017401    1011806          -    3917383       20.2     285706        8.5          -          -          -
3581.82/3597.00	c   infeasible LP    :      67.81     453128     366407          -    2325785       25.0      44216        6.6      39130       12.5          0
3581.82/3597.00	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3581.82/3597.00	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3581.82/3597.00	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3581.82/3597.00	c   applied globally :       0.58          -          -          0    1370696        8.9          -          -      37331          -          -
3581.82/3597.00	c   applied locally  :          -          -          -          0     675118       21.5          -          -       1799          -          -
3581.82/3597.00	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3581.82/3597.00	c   cut pool         :       0.09          -     163362         54          -          -       3341      17417          -          -          -          -          -    (maximal pool size:        631)
3581.82/3597.00	c   aggregation      :       0.06       0.00        629         28          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3581.82/3597.00	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3581.82/3597.00	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3581.82/3597.00	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   clique           :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   gomory           :       0.79       0.00        621         20          0          0       7883       9363       5146       5582       5383        199          0
3581.82/3597.00	c   > gomorymi       :          -          -          -          -          -          -          -        951       2573        177         65        112          -
3581.82/3597.00	c   > strongcg       :          -          -          -          -          -          -          -       8412       2573       5405       5318         87          -
3581.82/3597.00	c   impliedbounds    :       0.00       0.00        629         28          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   mcf              :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   multilinear      :       0.00       0.00       3396         28          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   rapidlearning    :       2.18       0.00        100          1          0       3167          0          0          0          0          0          0        874
3581.82/3597.00	c   rlt              :       0.00       0.00        281         20          0          0          0          0          0          0          0          0          0
3581.82/3597.00	c   zerohalf         :       0.06       0.00        629         28          0          0        988       8054        384       6690       6469        221          0
3581.82/3597.00	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3581.82/3597.00	c   hybrid           :       0.01       0.00       9316         28      12180        104      10417        121          0        714
3581.82/3597.00	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3581.82/3597.00	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3581.82/3597.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3581.82/3597.00	c   problem variables:       0.00          -          0          0
3581.82/3597.00	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3581.82/3597.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3581.82/3597.00	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3581.82/3597.00	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3581.82/3597.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3581.82/3597.00	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3581.82/3597.00	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3581.82/3597.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3581.82/3597.00	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3581.82/3597.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3581.82/3597.00	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3581.82/3597.00	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3581.82/3597.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3581.82/3597.00	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3581.82/3597.00	c   relpscost        :      15.81       0.00    1589471          0          0          0          0          0          0    3178942
3581.82/3597.00	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3581.82/3597.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3581.82/3597.00	c   LP solutions     :       0.00          -          -          0          0
3581.82/3597.00	c   relax solutions  :       0.00          -          -          0          0
3581.82/3597.00	c   pseudo solutions :       0.00          -          -          0          0
3581.82/3597.00	c   strong branching :       0.00          -          -          0          0
3581.82/3597.00	c   actconsdiving    :       0.00       0.00          0          0          0
3581.82/3597.00	c   adaptivediving   :       0.84       0.00        218          0          0
3581.82/3597.00	c   alns             :       1.14       0.00         43          0          0
3581.82/3597.00	c   bound            :       0.00       0.00          0          0          0
3581.82/3597.00	c   clique           :       0.00       0.00          0          0          0
3581.82/3597.00	c   coefdiving       :       0.00       0.00          0          0          0
3581.82/3597.00	c   completesol      :       0.00       0.00          0          0          0
3581.82/3597.00	c   conflictdiving   :      41.71       0.00      13491          0          0
3581.82/3597.00	c   crossover        :       0.25       0.00          0          0          0
3581.82/3597.00	c   dins             :       0.00       0.00          0          0          0
3581.82/3597.00	c   distributiondivin:      64.71       0.00      13491          0          0
3581.82/3597.00	c   dps              :       0.00       0.00          0          0          0
3581.82/3597.00	c   dualval          :       0.00       0.00          0          0          0
3581.82/3597.00	c   farkasdiving     :       0.06       0.00          0          0          0
3581.82/3597.00	c   feasjump         :       0.02       0.00          2          0          0
3581.82/3597.00	c   feaspump         :       2.54       0.00       1588          0          0
3581.82/3597.00	c   fixandinfer      :       0.00       0.00          0          0          0
3581.82/3597.00	c   fracdiving       :      44.84       0.00      13491          0          0
3581.82/3597.00	c   gins             :       0.17       0.00          0          0          0
3581.82/3597.00	c   guideddiving     :       0.03       0.00          0          0          0
3581.82/3597.00	c   indcoefdiving    :       0.00       0.00          0          0          0
3581.82/3597.00	c   indicator        :       0.31       0.00          0          0          0
3581.82/3597.00	c   indicatordiving  :       0.00       0.00          0          0          0
3581.82/3597.00	c   indoneopt        :       0.31       0.00          0          0          0
3581.82/3597.00	c   indrounding      :       0.00       0.00          0          0          0
3581.82/3597.00	c   indtwoopt        :       0.00       0.00          0          0          0
3581.82/3597.00	c   intdiving        :       0.00       0.00          0          0          0
3581.82/3597.00	c   intshifting      :       0.04       0.00          0          0          0
3581.82/3597.00	c   linesearchdiving :      41.09       0.00      13491          0          0
3581.82/3597.00	c   localbranching   :       0.00       0.00          0          0          0
3581.82/3597.00	c   locks            :       0.00       0.00          1          0          0
3581.82/3597.00	c   lpface           :       0.58       0.00          0          0          0
3581.82/3597.00	c   mpec             :       0.00       0.00          0          0          0
3581.82/3597.00	c   multistart       :       0.00       0.00          0          0          0
3581.82/3597.00	c   mutation         :       0.00       0.00          0          0          0
3581.82/3597.00	c   nlpdiving        :       0.03       0.00          0          0          0
3581.82/3597.00	c   objpscostdiving  :       1.30       0.00       1005          0          0
3581.82/3597.00	c   octane           :       0.00       0.00          0          0          0
3581.82/3597.00	c   ofins            :       0.24       0.00          0          0          0
3581.82/3597.00	c   oneopt           :       0.37       0.00          0          0          0
3581.82/3597.00	c   padm             :       0.00       0.00          0          0          0
3581.82/3597.00	c   proximity        :       0.00       0.00          0          0          0
3581.82/3597.00	c   pscostdiving     :      43.41       0.00      13491          0          0
3581.82/3597.00	c   randrounding     :       0.30       0.00      27049          0          0
3581.82/3597.00	c   rens             :       0.01       0.00          2          0          0
3581.82/3597.00	c   reoptsols        :       0.00       0.00          0          0          0
3581.82/3597.00	c   repair           :       0.00       0.00          0          0          0
3581.82/3597.00	c   rins             :       0.26       0.00          0          0          0
3581.82/3597.00	c   rootsoldiving    :       2.08       0.00       1666          0          0
3581.82/3597.00	c   rounding         :       0.50       0.00      17867          0          0
3581.82/3597.00	c   scheduler        :       0.00       0.00          0          0          0
3581.82/3597.00	c   shiftandpropagate:       0.00       0.00          2          0          0
3581.82/3597.00	c   shifting         :       0.25       0.00       5680          0          0
3581.82/3597.00	c   simplerounding   :       0.37       0.00          0          0          0
3581.82/3597.00	c   smallcard        :       0.00       0.00          0          0          0
3581.82/3597.00	c   subnlp           :       0.46       0.00          0          0          0
3581.82/3597.00	c   trivial          :       0.00       0.00          4          0          0
3581.82/3597.00	c   trivialnegation  :       0.00       0.00          0          0          0
3581.82/3597.00	c   trustregion      :       0.00       0.00          0          0          0
3581.82/3597.00	c   trysol           :       0.27       0.00          0          0          0
3581.82/3597.00	c   twoopt           :       0.00       0.00          0          0          0
3581.82/3597.00	c   undercover       :       0.00       0.00          0          0          0
3581.82/3597.00	c   vbounds          :       0.00       0.00          0          0          0
3581.82/3597.00	c   veclendiving     :      43.87       0.00      13491          0          0
3581.82/3597.00	c   zeroobj          :       0.00       0.00          0          0          0
3581.82/3597.00	c   zirounding       :       0.37       0.00       1000          0          0
3581.82/3597.00	c   other solutions  :          -          -          -          0          -
3581.82/3597.00	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3581.82/3597.00	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3581.82/3597.00	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3581.82/3597.00	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3581.82/3597.00	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3581.82/3597.00	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3581.82/3597.00	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3581.82/3597.00	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3581.82/3597.00	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3581.82/3597.00	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3581.82/3597.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3581.82/3597.00	c   primal LP        :       0.47      10143          0       0.00       0.00       0.47      10143
3581.82/3597.00	c   dual LP          :     205.46    2031981   10840611       5.47   52762.90       2.05      48880
3581.82/3597.00	c   lex dual LP      :       0.00          0          0       0.00          -
3581.82/3597.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3581.82/3597.00	c   resolve instable :       0.00          0          0       0.00          -
3581.82/3597.00	c   diving/probing LP:      22.08     128000    2325467      18.17  105330.83
3581.82/3597.00	c   strong branching :       0.01         31        733      23.65          -          -          -          0
3581.82/3597.00	c     (at root node) :          -         31        733      23.65          -
3581.82/3597.00	c   conflict analysis:       0.00          0          0       0.00          -
3581.82/3597.00	c B&B Tree           :
3581.82/3597.00	c   number of runs   :          2
3581.82/3597.00	c   nodes            :    2565535 (1587984 internal, 977551 leaves)
3581.82/3597.00	c   feasible leaves  :          0
3581.82/3597.00	c   infeas. leaves   :     977550
3581.82/3597.00	c   objective leaves :          0
3581.82/3597.00	c   nodes (total)    :    2567254 (1589471 internal, 977783 leaves)
3581.82/3597.00	c   nodes left       :     268432
3581.82/3597.00	c   max depth        :         40
3581.82/3597.00	c   max depth (total):         40
3581.82/3597.00	c   backtracks       :     749347 (29.2%)
3581.82/3597.00	c   early backtracks :          0 (0.0%)
3581.82/3597.00	c   nodes exc. ref.  :          0 (0.0%)
3581.82/3597.00	c   delayed cutoffs  :     342003
3581.82/3597.00	c   repropagations   :    1548491 (7982518 domain reductions, 306046 cutoffs)
3581.82/3597.00	c   avg switch length:       5.57
3581.82/3597.00	c   switching time   :    1321.11
3581.82/3597.00	c Root Node          :
3581.82/3597.00	c   First LP value   : +0.00000000000000e+00
3581.82/3597.00	c   First LP Iters   :         75 (210084.03 Iter/sec)
3581.82/3597.00	c   First LP Time    :       0.00
3581.82/3597.00	c   Final Dual Bound : +0.00000000000000e+00
3581.82/3597.00	c   Final Root Iters :        845
3581.82/3597.00	c   Root LP Estimate : +2.30796867948381e-03
3581.82/3597.00	c Solution           :
3581.82/3597.00	c   Solutions found  :          0 (0 improvements)
3581.82/3597.00	c   Primal Bound     :          -
3581.82/3597.00	c   Dual Bound       : +0.00000000000000e+00
3581.82/3597.00	c   Gap              :   infinite
3581.82/3597.00	c Integrals          :      Total       Avg%
3581.82/3597.00	c   primal-dual      :  359700.19     100.00
3581.82/3597.00	c   primal-ref       :          -          - (not evaluated)
3581.82/3597.00	c   dual-ref         :          -          - (not evaluated)
3582.82/3598.00	c Time complete: 3582.82.

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: 63968 MiB (61072 MiB free)
  memory of node 1: 64473 MiB (62947 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=1012098, runsolver pid=1012090

[startup+0.101059 s]*
/proc/loadavg: 1.42 2.21 3.10 6/256 1012110
/proc/meminfo: memFree=126953400/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=62184 memory=22964 CPUtime=0.09 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 2122 0 0 0 9 0 0 0 20 0 1 0 188053798 63676416 5741 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 15546 5741 3980 3540 0 3803 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 62184 KiB
Current children cumulated memory: 22964 KiB

[startup+0.205899 s]*
/proc/loadavg: 1.42 2.21 3.10 6/256 1012110
/proc/meminfo: memFree=126941132/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=64292 memory=26192 CPUtime=0.19 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 2904 0 0 0 19 0 0 0 20 0 1 0 188053798 65835008 6548 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 16073 6548 3996 3540 0 4330 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 64292 KiB
Current children cumulated memory: 26192 KiB

[startup+0.305844 s]*
/proc/loadavg: 1.42 2.21 3.10 6/256 1012110
/proc/meminfo: memFree=126918980/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=64424 memory=26720 CPUtime=0.29 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 3029 0 0 0 29 0 0 0 20 0 1 0 188053798 65970176 6680 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 16106 6680 3996 3540 0 4363 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 64424 KiB
Current children cumulated memory: 26720 KiB

[startup+0.700236 s]
/proc/loadavg: 1.42 2.21 3.10 6/256 1012110
/proc/meminfo: memFree=126916524/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=65712 memory=27776 CPUtime=0.68 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 3295 0 0 0 68 0 0 0 20 0 1 0 188053798 67289088 6944 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 16428 6944 3996 3540 0 4685 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 65712 KiB
Current children cumulated memory: 27776 KiB

[startup+1.50021 s]
/proc/loadavg: 1.42 2.21 3.10 6/256 1012110
/proc/meminfo: memFree=126904348/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=66904 memory=28692 CPUtime=1.48 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 3969 0 0 0 148 0 0 0 20 0 1 0 188053798 68509696 7173 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 16726 7173 3996 3540 0 4983 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 66904 KiB
Current children cumulated memory: 28692 KiB

[startup+3.10582 s]
/proc/loadavg: 1.42 2.21 3.10 6/256 1012112
/proc/meminfo: memFree=126872764/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=67320 memory=29472 CPUtime=3.07 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 4119 0 0 0 307 0 0 0 20 0 1 0 188053798 68935680 7368 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 16830 7368 3996 3540 0 5087 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 67320 KiB
Current children cumulated memory: 29472 KiB

[startup+6.3002 s]
/proc/loadavg: 1.63 2.24 3.11 6/256 1012112
/proc/meminfo: memFree=126862040/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=70796 memory=33168 CPUtime=6.26 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 5055 0 0 0 625 1 0 0 20 0 1 0 188053798 72495104 8292 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 17699 8292 3996 3540 0 5956 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 70796 KiB
Current children cumulated memory: 33168 KiB

[startup+12.7002 s]
/proc/loadavg: 1.82 2.27 3.11 6/256 1012159
/proc/meminfo: memFree=126844744/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=86940 memory=48216 CPUtime=12.63 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 8846 0 0 0 1261 2 0 0 20 0 1 0 188053798 89026560 12054 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 21735 12054 3996 3540 0 9992 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 86940 KiB
Current children cumulated memory: 48216 KiB

[startup+25.5002 s]
/proc/loadavg: 2.30 2.35 3.13 6/254 1012161
/proc/meminfo: memFree=126775348/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=100492 memory=63000 CPUtime=25.37 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 12507 0 0 0 2534 3 0 0 20 0 1 0 188053798 102903808 15750 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 25123 15750 3996 3540 0 13380 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 100492 KiB
Current children cumulated memory: 63000 KiB

[startup+51.1058 s]
/proc/loadavg: 2.94 2.50 3.16 6/255 1012211
/proc/meminfo: memFree=126762472/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=132716 memory=94700 CPUtime=50.84 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 20370 0 0 0 5079 5 0 0 20 0 1 0 188053798 135901184 23675 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 33179 23675 3996 3540 0 21436 0
Current children cumulated CPU time: 50.84 s
Current children cumulated vsize: 132716 KiB
Current children cumulated memory: 94700 KiB

[startup+102.3 s]
/proc/loadavg: 3.60 2.75 3.21 6/255 1012220
/proc/meminfo: memFree=126582756/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=176496 memory=139924 CPUtime=101.79 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 31624 0 0 0 10171 8 0 0 20 0 1 0 188053798 180731904 34981 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 44124 34981 3996 3540 0 32381 0
Current children cumulated CPU time: 101.79 s
Current children cumulated vsize: 176496 KiB
Current children cumulated memory: 139924 KiB

[startup+162.3 s]
/proc/loadavg: 3.97 3.01 3.27 6/255 1012231
/proc/meminfo: memFree=126385900/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=221536 memory=183840 CPUtime=161.54 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 42190 0 0 0 16142 12 0 0 20 0 1 0 188053798 226852864 45960 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 55384 45960 3996 3540 0 43641 0
Current children cumulated CPU time: 161.54 s
Current children cumulated vsize: 221536 KiB
Current children cumulated memory: 183840 KiB

[startup+222.3 s]
/proc/loadavg: 4.19 3.24 3.34 6/255 1012241
/proc/meminfo: memFree=126236228/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=248912 memory=211108 CPUtime=221.28 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 49074 0 0 0 22114 14 0 0 20 0 1 0 188053798 254885888 52777 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 62228 52777 3996 3540 0 50485 0
Current children cumulated CPU time: 221.28 s
Current children cumulated vsize: 248912 KiB
Current children cumulated memory: 211108 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 3.40 3.39 6/255 1012251
/proc/meminfo: memFree=126081212/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=272192 memory=234236 CPUtime=281.03 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 54925 0 0 0 28087 16 0 0 20 0 1 0 188053798 278724608 58559 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 68048 58559 3996 3540 0 56305 0
Current children cumulated CPU time: 281.03 s
Current children cumulated vsize: 272192 KiB
Current children cumulated memory: 234236 KiB

[startup+342.3 s]
/proc/loadavg: 4.27 3.58 3.45 6/258 1012267
/proc/meminfo: memFree=125974236/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=290448 memory=252528 CPUtime=340.79 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 59555 0 0 0 34061 18 0 0 20 0 1 0 188053798 297418752 63132 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 72612 63132 3996 3540 0 60869 0
Current children cumulated CPU time: 340.79 s
Current children cumulated vsize: 290448 KiB
Current children cumulated memory: 252528 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 3.66 3.49 6/257 1012277
/proc/meminfo: memFree=125887656/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=301208 memory=263392 CPUtime=400.55 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 62446 0 0 0 40036 19 0 0 20 0 1 0 188053798 308436992 65848 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 75302 65848 3996 3540 0 63559 0
Current children cumulated CPU time: 400.55 s
Current children cumulated vsize: 301208 KiB
Current children cumulated memory: 263392 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 3.75 3.53 6/257 1012287
/proc/meminfo: memFree=125782644/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=316728 memory=279048 CPUtime=460.31 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 66359 0 0 0 46011 20 0 0 20 0 1 0 188053798 324329472 69762 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 79182 69762 3996 3540 0 67439 0

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

/proc/loadavg: 4.09 4.09 4.05 5/254 1014001
/proc/meminfo: memFree=123033384/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=633924 memory=595544 CPUtime=3148.86 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 146155 0 0 0 314813 73 0 0 20 0 1 0 188053798 649138176 148886 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 158481 148886 3996 3540 0 146738 0
Current children cumulated CPU time: 3148.86 s
Current children cumulated vsize: 633924 KiB
Current children cumulated memory: 595544 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.08 4.05 5/255 1014012
/proc/meminfo: memFree=122989344/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=637468 memory=598716 CPUtime=3208.62 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 147193 0 0 0 320789 73 0 0 20 0 1 0 188053798 652767232 149679 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 159367 149679 3996 3540 0 147624 0
Current children cumulated CPU time: 3208.62 s
Current children cumulated vsize: 637468 KiB
Current children cumulated memory: 598716 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.08 4.05 5/255 1014022
/proc/meminfo: memFree=122942576/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=644848 memory=605948 CPUtime=3268.38 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 149241 0 0 0 326764 74 0 0 20 0 1 0 188053798 660324352 151487 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 161212 151487 3996 3540 0 149469 0
Current children cumulated CPU time: 3268.38 s
Current children cumulated vsize: 644848 KiB
Current children cumulated memory: 605948 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.11 4.06 5/257 1014037
/proc/meminfo: memFree=122894616/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=648308 memory=609252 CPUtime=3328.13 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 150345 0 0 0 332738 75 0 0 20 0 1 0 188053798 663867392 152313 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 162077 152313 3996 3540 0 150334 0
Current children cumulated CPU time: 3328.13 s
Current children cumulated vsize: 648308 KiB
Current children cumulated memory: 609252 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.12 4.06 5/257 1014047
/proc/meminfo: memFree=122847396/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=653500 memory=614684 CPUtime=3387.89 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 151888 0 0 0 338713 76 0 0 20 0 1 0 188053798 669184000 153671 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 163375 153671 3996 3540 0 151632 0
Current children cumulated CPU time: 3387.89 s
Current children cumulated vsize: 653500 KiB
Current children cumulated memory: 614684 KiB

[startup+3462.3 s]
/proc/loadavg: 4.06 4.10 4.06 5/257 1014057
/proc/meminfo: memFree=122793828/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=658672 memory=620008 CPUtime=3447.65 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 153564 0 0 0 344688 77 0 0 20 0 1 0 188053798 674480128 155002 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 164668 155002 3996 3540 0 152925 0
Current children cumulated CPU time: 3447.65 s
Current children cumulated vsize: 658672 KiB
Current children cumulated memory: 620008 KiB

[startup+3522.3 s]
/proc/loadavg: 4.28 4.15 4.08 5/256 1014068
/proc/meminfo: memFree=122740656/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=663744 memory=625152 CPUtime=3507.41 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 155095 0 0 0 350662 79 0 0 20 0 1 0 188053798 679673856 156288 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 165936 156288 3996 3540 0 154193 0
Current children cumulated CPU time: 3507.41 s
Current children cumulated vsize: 663744 KiB
Current children cumulated memory: 625152 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.14 4.08 5/256 1014079
/proc/meminfo: memFree=122695496/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=670072 memory=630828 CPUtime=3567.17 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 156758 0 0 0 356637 80 0 0 20 0 1 0 188053798 686153728 157707 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 167518 157707 3996 3540 0 155775 0
Current children cumulated CPU time: 3567.17 s
Current children cumulated vsize: 670072 KiB
Current children cumulated memory: 630828 KiB

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

# cumulated CPU time of all completed processes:  user=3582 s, system=0.825662 s

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

[startup+3584 s]*
/proc/loadavg: 4.15 4.14 4.08 5/256 1014079
/proc/meminfo: memFree=122695156/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=670072 memory=630828 CPUtime=3568.86 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 156758 0 0 0 356806 80 0 0 20 0 1 0 188053798 686153728 157707 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 167518 157707 3996 3540 0 155775 0
Current children cumulated CPU time: 3568.86 s
Current children cumulated vsize: 670072 KiB
Current children cumulated memory: 630828 KiB

[startup+3590.4 s]
/proc/loadavg: 4.14 4.13 4.08 5/256 1014079
/proc/meminfo: memFree=122690844/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=670072 memory=630828 CPUtime=3575.24 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 156761 0 0 0 357443 81 0 0 20 0 1 0 188053798 686153728 157707 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 167518 157707 3996 3540 0 155775 0
Current children cumulated CPU time: 3575.24 s
Current children cumulated vsize: 670072 KiB
Current children cumulated memory: 630828 KiB

[startup+3593.6 s]
/proc/loadavg: 4.14 4.13 4.08 5/256 1014080
/proc/meminfo: memFree=122686972/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=671096 memory=631884 CPUtime=3578.43 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 157050 0 0 0 357762 81 0 0 20 0 1 0 188053798 687202304 157971 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 167774 157971 3996 3540 0 156031 0
Current children cumulated CPU time: 3578.43 s
Current children cumulated vsize: 671096 KiB
Current children cumulated memory: 631884 KiB

[startup+3595.2 s]
/proc/loadavg: 4.13 4.13 4.08 5/256 1014080
/proc/meminfo: memFree=122686112/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=671096 memory=631884 CPUtime=3580.02 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 157051 0 0 0 357921 81 0 0 20 0 1 0 188053798 687202304 157971 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 167774 157971 3996 3540 0 156031 0
Current children cumulated CPU time: 3580.02 s
Current children cumulated vsize: 671096 KiB
Current children cumulated memory: 631884 KiB

[startup+3596.8 s]
/proc/loadavg: 4.13 4.13 4.08 5/256 1014080
/proc/meminfo: memFree=122684768/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=671096 memory=631884 CPUtime=3581.62 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 157051 0 0 0 358081 81 0 0 20 0 1 0 188053798 687202304 157971 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 167774 157971 3996 3540 0 156031 0
Current children cumulated CPU time: 3581.62 s
Current children cumulated vsize: 671096 KiB
Current children cumulated memory: 631884 KiB

[startup+3597.6 s]
/proc/loadavg: 4.13 4.13 4.08 5/256 1014080
/proc/meminfo: memFree=122684628/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=664408 memory=625416 CPUtime=3582.41 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 157084 0 0 0 358160 81 0 0 20 0 1 0 188053798 680353792 156354 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 166102 156354 3996 3540 0 154359 0
Current children cumulated CPU time: 3582.41 s
Current children cumulated vsize: 664408 KiB
Current children cumulated memory: 625416 KiB

[startup+3598 s]*
/proc/loadavg: 4.13 4.13 4.08 5/256 1014081
/proc/meminfo: memFree=122738356/131524600 swapFree=131071216/131071996
[pid=1012098] ppid=1012090 vsize=422204 memory=384860 CPUtime=3582.82 cores=0,2
/proc/1012098/stat : 1012098 (pbscip) R 1012090 1012098 1007221 0 -1 4194304 157084 0 0 0 358200 82 0 0 20 0 1 0 188053798 432336896 96215 134679101440 4194304 18693293 140734498606512 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48820224 140734498608130 140734498608229 140734498608229 140734498615246 0
/proc/1012098/statm: 105400 96215 3996 3540 0 93657 0
Current children cumulated CPU time: 3582.82 s
Current children cumulated vsize: 422204 KiB
Current children cumulated memory: 384860 KiB

Child status: 0

Real time (s): 3598.01
CPU time (s): 3582.83
CPU user time (s): 3582
CPU system time (s): 0.825662
CPU usage (%): 99.578
Max. virtual memory (cumulated for all children) (KiB): 671096
Max. memory (cumulated for all children) (KiB): 632104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582
system time used= 0.825662
maximum resident set size= 632104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157090
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 197
involuntary context switches= 24715


# summary of solver processes directly reported to runsolver:
#   pid: 1012098
#   total CPU time (s): 3582.83
#   total CPU user time (s): 3582
#   total CPU system time (s): 0.825662

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.48879 second user time and 18.542 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-19 05:15:26
IDJOB=4447755
IDBENCH=160175
IDSOLVER=3059
FILE ID=nodeC018/4447755-1721358914
RUNJOBID= nodeC018-1721358926-1012047
SLURM_JOB_ID= 7542771
Free space on /tmp= 890084 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-regular-n25-d4-i2.cnf.gz-plain.pb.metafix.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-4447755-1721358914/watcher-4447755-1721358914 -o /tmp/evaluation-result-4447755-1721358914/solver-4447755-1721358914 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721358926-1012047 --watchdog 3760  pbscip -f HOME/instance-4447755-1721358914.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= ce459d654692c78ea9ebe534277cd2e6
RANDOM SEED=1231235727

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127005276 kB
MemAvailable:   129761320 kB
Buffers:          511536 kB
Cached:          3064404 kB
SwapCached:          148 kB
Active:          1032320 kB
Inactive:        2877248 kB
Active(anon):       1444 kB
Inactive(anon):   377964 kB
Active(file):    1030876 kB
Inactive(file):  2499284 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:             74396 kB
Writeback:            24 kB
AnonPages:        333460 kB
Mapped:           107840 kB
Shmem:             45784 kB
KReclaimable:     131412 kB
Slab:             230172 kB
SReclaimable:     131412 kB
SUnreclaim:        98760 kB
KernelStack:        3840 kB
PageTables:         9752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     672668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 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:      266964 kB
DirectMap2M:    25720832 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 889988 MiB
End job on nodeC018 at 2024-07-19 06:15:24