Trace number 4495794

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-07SAT 64.6826 64.9091

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob4.opb
MD5SUM51f776679cf4368d72b5455aa221d9d6
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.036692
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables82
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint82
Maximum length of a constraint82
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 60575666
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 801239175
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4495794-1751152005.opb>
0.00/0.01	c original problem has 82 variables (82 bin, 0 int, 0 impl, 0 cont) and 2 constraints
0.00/0.01	c problem read in 0.00
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c presolving:
0.00/0.01	c    (0.0s) running MILP presolver
0.00/0.01	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.00/0.01	c (round 1, medium)     0 del vars, 2 del conss, 1 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 27 clqs
0.00/0.01	c (round 2, fast)       0 del vars, 2 del conss, 2 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 27 clqs
0.00/0.01	c (round 3, fast)       0 del vars, 2 del conss, 2 add conss, 0 chg bounds, 72 chg sides, 71 chg coeffs, 0 upgd conss, 0 impls, 27 clqs
0.00/0.01	c    (0.0s) probing: 51/82 (62.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.01	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.01	c    (0.0s) no symmetry present (symcode time: 0.00)
0.00/0.01	c presolving (4 rounds: 4 fast, 2 medium, 1 exhaustive):
0.00/0.01	c  0 deleted vars, 2 deleted constraints, 2 added constraints, 0 tightened bounds, 0 added holes, 72 changed sides, 71 changed coefficients
0.00/0.01	c  0 implications, 27 cliques
0.00/0.01	c presolved problem has 82 variables (82 bin, 0 int, 0 impl, 0 cont) and 2 constraints
0.00/0.01	c       2 constraints of type <linear>
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.997017
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 |     3 |     - |  1555k |   0 |  82 |   2 |   2 |   0 |  0 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.03	c   0.0s|     1 |     0 |     5 |     - |  1623k |   0 |  82 |   2 |   3 |   1 |  1 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.03	c   0.0s|     1 |     0 |     8 |     - |  1676k |   0 |  82 |   2 |   4 |   2 |  2 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.03	c   0.0s|     1 |     0 |     9 |     - |  1723k |   0 |  82 |   2 |   5 |   3 |  3 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.03	c   0.0s|     1 |     0 |    11 |     - |  1781k |   0 |  82 |   2 |   7 |   5 |  4 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.03	c   0.0s|     1 |     0 |    13 |     - |  1816k |   0 |  82 |   2 |   9 |   7 |  5 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.03	c   0.0s|     1 |     0 |    17 |     - |  1859k |   0 |  82 |   2 |  11 |   9 |  6 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.03	c   0.0s|     1 |     0 |    22 |     - |  1970k |   0 |  82 |   2 |  13 |  11 |  7 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.03	c   0.0s|     1 |     0 |    26 |     - |  2093k |   0 |  82 |   2 |  15 |  13 |  8 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.03	c   0.0s|     1 |     0 |    27 |     - |  2218k |   0 |  82 |   2 |  16 |  14 |  9 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.03	c   0.0s|     1 |     0 |    30 |     - |  2387k |   0 |  82 |   2 |  18 |  16 | 10 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.03	c   0.0s|     1 |     0 |    35 |     - |  2389k |   0 |  82 |   2 |  19 |  17 | 11 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.03	c   0.0s|     1 |     0 |    39 |     - |  2515k |   0 |  82 |   2 |  21 |  19 | 12 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.04	c   0.0s|     1 |     0 |    41 |     - |  2519k |   0 |  82 |   2 |  23 |  21 | 13 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.04	c   0.0s|     1 |     0 |    43 |     - |  2522k |   0 |  82 |   2 |  25 |  23 | 14 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.04	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.04	c   0.0s|     1 |     0 |    45 |     - |  2528k |   0 |  82 |   2 |  27 |  25 | 15 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.04	c   0.0s|     1 |     0 |    47 |     - |  2719k |   0 |  82 |   2 |  21 |  27 | 16 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.04	c   0.0s|     1 |     0 |    49 |     - |  2719k |   0 |  82 |   2 |  23 |  29 | 17 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.05	c   0.0s|     1 |     2 |    60 |     - |  2731k |   0 |  82 |   2 |  23 |  29 | 17 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.09/0.11	c   0.1s|   100 |    77 |   264 |   2.2 |  2776k |  36 |  82 |   2 |   3 |  35 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.09/0.16	c   0.2s|   200 |   133 |   451 |   2.0 |  3106k |  49 |  82 |   2 |   6 |  62 |  3 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.09/0.19	c   0.2s|   300 |   159 |   564 |   1.7 |  3250k |  49 |  82 |   2 |   6 |  84 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.19/0.23	c   0.2s|   400 |   173 |   657 |   1.5 |  3255k |  50 |  82 |   2 |   3 |  94 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.19/0.25	c   0.2s|   500 |   199 |   734 |   1.4 |  3315k |  51 |  82 |   2 |   3 |  94 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.29/0.34	c   0.3s|   600 |   211 |   815 |   1.3 |  3354k |  51 |  82 |   2 |   3 | 105 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.29/0.40	c   0.4s|   700 |   233 |   885 |   1.2 |  3666k |  51 |  82 |   2 |   0 | 105 |  0 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.39/0.43	c   0.4s|   800 |   267 |   958 |   1.1 |  3672k |  51 |  82 |   2 |   0 | 105 |  0 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.39/0.45	c   0.4s|   900 |   303 |  1065 |   1.1 |  3694k |  51 |  82 |   2 |   0 | 121 |  0 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  12.56%
0.39/0.50	c   0.5s|  1000 |   321 |  1127 |   1.1 |  3707k |  51 |  82 |   2 |   0 | 121 |  0 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  12.56%
0.49/0.52	c   0.5s|  1100 |   349 |  1218 |   1.1 |  3783k |  51 |  82 |   2 |   6 | 132 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  12.56%
0.49/0.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.49/0.54	c   0.5s|  1200 |   365 |  1297 |   1.0 |  3787k |  51 |  82 |   2 |   0 | 135 |  0 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  12.56%
0.49/0.57	c   0.6s|  1300 |   375 |  1357 |   1.0 |  3787k |  51 |  82 |   2 |   0 | 135 |  0 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  12.56%
0.58/0.62	c   0.6s|  1400 |   403 |  1457 |   1.0 |  3804k |  51 |  82 |   2 |   1 | 143 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  19.98%
0.58/0.69	c   0.7s|  1500 |   411 |  1524 |   1.0 |  3820k |  51 |  82 |   2 |   0 | 147 |  0 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  28.41%
0.68/0.72	c   0.7s|  1600 |   425 |  1591 |   1.0 |  3820k |  51 |  82 |   2 |   0 | 151 |  0 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  28.41%
0.68/0.75	c   0.7s|  1700 |   443 |  1686 |   1.0 |  3831k |  51 |  82 |   2 |   5 | 174 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  29.06%
0.68/0.79	c   0.8s|  1800 |   483 |  1814 |   1.0 |  3851k |  51 |  82 |   2 |   0 | 183 |  0 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  29.20%
0.78/0.81	c   0.8s|  1900 |   511 |  1905 |   1.0 |  3911k |  51 |  82 |   2 |   0 | 183 |  0 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  29.20%
0.78/0.83	c   0.8s|  2000 |   523 |  1993 |   1.0 |  4059k |  51 |  82 |   2 |   0 | 203 |  0 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  29.20%
0.78/0.85	c   0.8s|  2100 |   547 |  2071 |   1.0 |  4065k |  51 |  82 |   2 |   3 | 210 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  29.20%
0.78/0.87	c   0.9s|  2200 |   595 |  2242 |   1.0 |  4100k |  52 |  82 |   2 |   0 | 234 |  0 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  29.20%
0.78/0.89	c   0.9s|  2300 |   625 |  2325 |   1.0 |  4149k |  55 |  82 |   2 |   2 | 237 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  29.23%
0.88/0.95	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
0.88/0.95	c (run 1, node 2382) performing user restart
0.88/0.95	c 
0.88/0.95	c (restart) converted 1 cuts from the global cut pool into linear constraints
0.88/0.95	c 
0.88/0.95	c presolving:
0.88/0.95	c (round 1, fast)       0 del vars, 0 del conss, 1 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 27 clqs
0.88/0.95	c (round 2, fast)       0 del vars, 0 del conss, 1 add conss, 0 chg bounds, 7 chg sides, 7 chg coeffs, 0 upgd conss, 0 impls, 27 clqs
0.88/0.95	c (round 3, exhaustive) 0 del vars, 0 del conss, 1 add conss, 0 chg bounds, 7 chg sides, 7 chg coeffs, 1 upgd conss, 0 impls, 27 clqs
0.88/0.95	c presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):
0.88/0.95	c  0 deleted vars, 0 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 7 changed coefficients
0.88/0.95	c  0 implications, 27 cliques
0.88/0.95	c presolved problem has 82 variables (82 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.88/0.95	c       3 constraints of type <linear>
0.88/0.95	c       1 constraints of type <logicor>
0.88/0.95	c transformed objective value is always integral (scale: 1)
0.88/0.95	c Presolving Time: 0.00
0.88/0.95	c 
0.88/0.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.88/0.96	c   0.9s|     1 |     0 |  2430 |     - |  4309k |   0 |  82 |   4 |   4 |   0 |  0 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.96	c   1.0s|     1 |     0 |  2432 |     - |  4309k |   0 |  82 |   4 |   5 |   1 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.96	c   1.0s|     1 |     0 |  2433 |     - |  4309k |   0 |  82 |   4 |   6 |   2 |  2 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.96	c   1.0s|     1 |     0 |  2434 |     - |  4309k |   0 |  82 |   4 |   7 |   3 |  3 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.96	c   1.0s|     1 |     0 |  2435 |     - |  4309k |   0 |  82 |   4 |   8 |   4 |  4 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.96	c   1.0s|     1 |     0 |  2438 |     - |  4309k |   0 |  82 |   4 |  10 |   6 |  5 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.96	c   1.0s|     1 |     0 |  2440 |     - |  4309k |   0 |  82 |   4 |  11 |   7 |  6 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.97	c   1.0s|     1 |     0 |  2441 |     - |  4309k |   0 |  82 |   4 |  12 |   8 |  7 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.97	c   1.0s|     1 |     0 |  2442 |     - |  4309k |   0 |  82 |   4 |  13 |   9 |  8 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.97	c   1.0s|     1 |     0 |  2443 |     - |  4309k |   0 |  82 |   4 |  14 |  10 |  9 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.97	c   1.0s|     1 |     0 |  2445 |     - |  4309k |   0 |  82 |   4 |  12 |  11 | 10 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.97	c   1.0s|     1 |     0 |  2449 |     - |  4309k |   0 |  82 |   4 |  13 |  12 | 11 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.97	c   1.0s|     1 |     0 |  2450 |     - |  4309k |   0 |  82 |   4 |  14 |  13 | 12 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.97	c   1.0s|     1 |     0 |  2451 |     - |  4309k |   0 |  82 |   4 |  15 |  14 | 13 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.97	c   1.0s|     1 |     0 |  2454 |     - |  4309k |   0 |  82 |   4 |  16 |  15 | 14 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.88/0.97	c   1.0s|     1 |     0 |  2455 |     - |  4309k |   0 |  82 |   4 |  17 |  16 | 15 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.97	c   1.0s|     1 |     0 |  2457 |     - |  4309k |   0 |  82 |   4 |  13 |  17 | 16 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.97	c   1.0s|     1 |     0 |  2463 |     - |  4309k |   0 |  82 |   4 |  14 |  18 | 17 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.97	c   1.0s|     1 |     0 |  2464 |     - |  4309k |   0 |  82 |   4 |  15 |  19 | 18 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.97	c   1.0s|     1 |     0 |  2465 |     - |  4309k |   0 |  82 |   4 |  16 |  20 | 19 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.97	c   1.0s|     1 |     0 |  2466 |     - |  4309k |   0 |  82 |   4 |  17 |  21 | 20 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.97	c   1.0s|     1 |     0 |  2467 |     - |  4309k |   0 |  82 |   4 |  18 |  22 | 21 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.97	c   1.0s|     1 |     0 |  2468 |     - |  4309k |   0 |  82 |   4 |  13 |  23 | 22 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.97	c   1.0s|     1 |     0 |  2470 |     - |  4309k |   0 |  82 |   4 |  14 |  24 | 23 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.98	c   1.0s|     1 |     0 |  2472 |     - |  4309k |   0 |  82 |   4 |  15 |  25 | 24 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.98	c   1.0s|     1 |     0 |  2474 |     - |  4309k |   0 |  82 |   4 |  16 |  26 | 25 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.98	c   1.0s|     1 |     0 |  2475 |     - |  4309k |   0 |  82 |   4 |  17 |  27 | 26 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.98	c   1.0s|     1 |     0 |  2476 |     - |  4309k |   0 |  82 |   4 |  18 |  28 | 27 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.98	c   1.0s|     1 |     0 |  2477 |     - |  4309k |   0 |  82 |   4 |  16 |  29 | 28 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.98	c   1.0s|     1 |     0 |  2479 |     - |  4309k |   0 |  82 |   4 |  17 |  30 | 29 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.88/0.98	c   1.0s|     1 |     0 |  2482 |     - |  4309k |   0 |  82 |   4 |  18 |  31 | 30 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.98	c   1.0s|     1 |     0 |  2484 |     - |  4309k |   0 |  82 |   4 |  19 |  32 | 31 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.98	c   1.0s|     1 |     0 |  2486 |     - |  4399k |   0 |  82 |   4 |  20 |  33 | 32 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.98	c   1.0s|     1 |     0 |  2488 |     - |  4399k |   0 |  82 |   4 |  22 |  35 | 33 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.98	c   1.0s|     1 |     0 |  2490 |     - |  4579k |   0 |  82 |   4 |  18 |  36 | 34 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.98	c   1.0s|     1 |     0 |  2492 |     - |  4579k |   0 |  82 |   4 |  19 |  37 | 35 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.98	c   1.0s|     1 |     0 |  2494 |     - |  4579k |   0 |  82 |   4 |  21 |  39 | 36 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.98	c   1.0s|     1 |     0 |  2495 |     - |  4579k |   0 |  82 |   4 |  22 |  40 | 37 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.99	c   1.0s|     1 |     2 |  2510 |     - |  4579k |   0 |  82 |   4 |  22 |  40 | 37 |   0 |  18 | 0.000000e+00 |      --      |    Inf | unknown
0.98/1.06	c   1.1s|   100 |    33 |  2654 |   1.0 |  4637k |  30 |  82 |   4 |   4 |  46 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf | unknown
0.98/1.09	c   1.1s|   200 |    49 |  2729 |   1.0 |  4643k |  39 |  82 |   4 |   0 |  46 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf | unknown
1.08/1.12	c   1.1s|   300 |    71 |  2842 |   1.0 |  4753k |  43 |  82 |   4 |   5 |  64 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   1.56%
1.08/1.17	c   1.2s|   400 |    97 |  2943 |   1.0 |  5013k |  44 |  82 |   4 |   4 |  80 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.08/1.19	c   1.2s|   500 |   113 |  3002 |   1.0 |  5013k |  44 |  82 |   4 |   0 |  80 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.18/1.23	c   1.2s|   600 |   121 |  3056 |   1.0 |  5013k |  44 |  82 |   4 |   4 |  80 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.18/1.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.18/1.25	c   1.2s|   700 |   127 |  3109 |   1.0 |  5013k |  44 |  82 |   4 |   0 |  80 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.18/1.28	c   1.3s|   800 |   137 |  3204 |   1.0 |  5013k |  44 |  82 |   4 |   4 |  96 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.28/1.32	c   1.3s|   900 |   153 |  3307 |   1.0 |  5013k |  45 |  82 |   4 |   4 | 117 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.28/1.35	c   1.3s|  1000 |   165 |  3413 |   1.0 |  5013k |  46 |  82 |   4 |   0 | 136 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.28/1.36	c   1.4s|  1100 |   179 |  3530 |   1.0 |  5013k |  46 |  82 |   4 |   0 | 156 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.28/1.39	c   1.4s|  1200 |   197 |  3640 |   1.0 |  5013k |  46 |  82 |   4 |   4 | 179 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.38/1.41	c   1.4s|  1300 |   213 |  3727 |   1.0 |  5021k |  46 |  82 |   4 |   4 | 181 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.38/1.44	c   1.4s|  1400 |   223 |  3814 |   1.0 |  5021k |  48 |  82 |   4 |   4 | 196 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.38/1.47	c   1.5s|  1500 |   241 |  3942 |   1.0 |  5021k |  48 |  82 |   4 |   4 | 228 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.38/1.49	c   1.5s|  1600 |   261 |  4055 |   1.0 |  5021k |  48 |  82 |   4 |   4 | 254 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.48/1.52	c   1.5s|  1700 |   279 |  4170 |   1.0 |  5021k |  48 |  82 |   4 |   6 | 283 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.48/1.56	c   1.6s|  1800 |   289 |  4278 |   1.0 |  5028k |  48 |  82 |   4 |   6 | 306 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.48/1.58	c   1.6s|  1900 |   293 |  4349 |   1.0 |  5028k |  48 |  82 |   4 |   0 | 308 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.58/1.61	c   1.6s|  2000 |   315 |  4443 |   1.0 |  5033k |  48 |  82 |   4 |   4 | 325 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.58/1.65	c   1.6s|  2100 |   339 |  4562 |   1.0 |  5033k |  48 |  82 |   4 |   4 | 343 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.58/1.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.58/1.68	c   1.7s|  2200 |   347 |  4616 |   1.0 |  5033k |  48 |  82 |   4 |   4 | 343 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.67/1.70	c   1.7s|  2300 |   359 |  4683 |   1.0 |  5036k |  48 |  82 |   4 |   0 | 343 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.67/1.72	c   1.7s|  2400 |   371 |  4772 |   1.0 |  5036k |  48 |  82 |   4 |   0 | 358 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.67/1.74	c   1.7s|  2500 |   389 |  4878 |   1.0 |  5036k |  49 |  82 |   4 |  10 | 380 |  3 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.67/1.76	c   1.8s|  2600 |   411 |  4984 |   1.0 |  5039k |  60 |  82 |   4 |   0 | 394 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.77/1.80	c   1.8s|  2700 |   415 |  5040 |   1.0 |  5039k |  61 |  82 |   4 |   6 | 395 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.77/1.84	c   1.8s|  2800 |   413 |  5110 |   1.0 |  5039k |  61 |  82 |   4 |   0 | 404 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.77/1.86	c   1.9s|  2900 |   425 |  5179 |   1.0 |  5042k |  66 |  82 |   4 |   6 | 410 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.87/1.90	c   1.9s|  3000 |   427 |  5230 |   1.0 |  5042k |  67 |  82 |   4 |   0 | 410 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.87/1.93	c   1.9s|  3100 |   437 |  5286 |   0.9 |  5042k |  68 |  82 |   4 |   6 | 410 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.87/1.94	c   1.9s|  3200 |   443 |  5341 |   0.9 |  5042k |  68 |  82 |   4 |   0 | 410 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.87/1.95	c   1.9s|  3300 |   453 |  5415 |   0.9 |  5042k |  68 |  82 |   4 |   6 | 421 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.87/1.99	c   2.0s|  3400 |   463 |  5518 |   0.9 |  5057k |  68 |  82 |   4 |   6 | 442 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.98/2.01	c   2.0s|  3500 |   471 |  5596 |   0.9 |  5057k |  68 |  82 |   4 |   7 | 448 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.98/2.02	c   2.0s|  3600 |   509 |  5682 |   0.9 |  5062k |  68 |  82 |   4 |   7 | 448 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.98/2.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.98/2.04	c   2.0s|  3700 |   543 |  5753 |   0.9 |  5062k |  68 |  82 |   4 |   7 | 448 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.98/2.09	c   2.1s|  3800 |   559 |  5816 |   0.9 |  5062k |  68 |  82 |   4 |   6 | 448 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.08/2.12	c   2.1s|  3900 |   559 |  5866 |   0.9 |  5062k |  68 |  82 |   4 |   0 | 448 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.08/2.14	c   2.1s|  4000 |   555 |  5914 |   0.9 |  5062k |  68 |  82 |   4 |   0 | 448 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.08/2.17	c   2.2s|  4100 |   553 |  5963 |   0.9 |  5062k |  68 |  82 |   4 |   0 | 448 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.08/2.19	c   2.2s|  4200 |   559 |  6019 |   0.9 |  5062k |  68 |  82 |   4 |   0 | 448 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.17/2.22	c   2.2s|  4300 |   561 |  6077 |   0.9 |  5062k |  68 |  82 |   4 |   0 | 454 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.17/2.24	c   2.2s|  4400 |   577 |  6193 |   0.9 |  5130k |  68 |  82 |   4 |   0 | 490 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.17/2.27	c   2.3s|  4500 |   585 |  6281 |   0.9 |  5137k |  68 |  82 |   4 |   6 | 511 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.27/2.30	c   2.3s|  4600 |   587 |  6351 |   0.9 |  5137k |  68 |  82 |   4 |   0 | 522 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.27/2.33	c   2.3s|  4700 |   593 |  6422 |   0.9 |  5137k |  68 |  82 |   4 |   4 | 531 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.27/2.35	c   2.3s|  4800 |   597 |  6476 |   0.9 |  5137k |  68 |  82 |   4 |   0 | 531 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.27/2.38	c   2.4s|  4900 |   601 |  6537 |   0.9 |  5137k |  68 |  82 |   5 |   0 | 535 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.37/2.40	c   2.4s|  5000 |   605 |  6591 |   0.9 |  5137k |  68 |  82 |   5 |   0 | 535 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.37/2.43	c   2.4s|  5100 |   607 |  6642 |   0.9 |  5137k |  68 |  82 |   5 |   4 | 535 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.37/2.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.37/2.45	c   2.4s|  5200 |   611 |  6734 |   0.9 |  5137k |  68 |  82 |   5 |   4 | 552 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.37/2.48	c   2.5s|  5300 |   619 |  6828 |   0.9 |  5137k |  68 |  82 |   5 |   0 | 572 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.47/2.53	c   2.5s|  5400 |   621 |  6907 |   0.9 |  5204k |  68 |  82 |   5 |   7 | 585 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.47/2.55	c   2.5s|  5500 |   623 |  6972 |   0.9 |  5209k |  68 |  82 |   5 |   0 | 593 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.47/2.58	c   2.6s|  5600 |   621 |  7062 |   0.9 |  5250k |  68 |  82 |   5 |   0 | 613 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.57/2.60	c   2.6s|  5700 |   627 |  7147 |   0.9 |  5250k |  68 |  82 |   5 |   6 | 630 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.57/2.63	c   2.6s|  5800 |   637 |  7227 |   0.9 |  5250k |  68 |  82 |   5 |   0 | 644 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.57/2.67	c   2.7s|  5900 |   643 |  7307 |   0.9 |  5370k |  70 |  82 |   5 |   6 | 657 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.57/2.69	c   2.7s|  6000 |   643 |  7373 |   0.9 |  5370k |  70 |  82 |   5 |   8 | 667 |  3 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.67/2.71	c   2.7s|  6100 |   647 |  7425 |   0.9 |  5370k |  70 |  82 |   5 |   0 | 667 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.67/2.74	c   2.7s|  6200 |   647 |  7480 |   0.9 |  5370k |  70 |  82 |   5 |   4 | 670 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.34%
2.67/2.77	c   2.8s|  6300 |   651 |  7587 |   0.9 |  5370k |  70 |  82 |   5 |   0 | 692 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.77/2.80	c   2.8s|  6400 |   659 |  7672 |   0.9 |  5370k |  70 |  82 |   5 |   0 | 709 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.77/2.84	c   2.8s|  6500 |   663 |  7747 |   0.9 |  5370k |  70 |  82 |   5 |   4 | 719 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.77/2.85	c   2.8s|  6600 |   673 |  7820 |   0.9 |  5370k |  70 |  82 |   5 |   7 | 729 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.77/2.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.77/2.87	c   2.9s|  6700 |   675 |  7880 |   0.9 |  5370k |  70 |  82 |   5 |   4 | 733 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.87/2.91	c   2.9s|  6800 |   679 |  7963 |   0.9 |  5370k |  70 |  82 |   5 |   4 | 751 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.87/2.93	c   2.9s|  6900 |   689 |  8054 |   0.9 |  5370k |  70 |  82 |   5 |   6 | 770 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.87/2.95	c   2.9s|  7000 |   703 |  8112 |   0.9 |  5378k |  70 |  82 |   5 |   6 | 770 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.87/2.98	c   3.0s|  7100 |   715 |  8174 |   0.8 |  5379k |  70 |  82 |   5 |   0 | 774 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.87/2.99	c   3.0s|  7200 |   729 |  8231 |   0.8 |  5379k |  70 |  82 |   5 |   0 | 774 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.97/3.01	c   3.0s|  7300 |   761 |  8299 |   0.8 |  5379k |  70 |  82 |   5 |   6 | 774 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.97/3.03	c   3.0s|  7400 |   767 |  8354 |   0.8 |  5379k |  70 |  82 |   5 |   0 | 774 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.97/3.05	c   3.0s|  7500 |   773 |  8407 |   0.8 |  5379k |  70 |  82 |   5 |   0 | 774 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.97/3.07	c   3.1s|  7600 |   779 |  8460 |   0.8 |  5379k |  70 |  82 |   5 |   6 | 774 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.97/3.10	c   3.1s|  7700 |   789 |  8515 |   0.8 |  5379k |  70 |  82 |   5 |   6 | 774 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.07/3.11	c   3.1s|  7800 |   791 |  8566 |   0.8 |  5379k |  70 |  82 |   5 |   0 | 774 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.07/3.14	c   3.1s|  7900 |   793 |  8617 |   0.8 |  5379k |  70 |  82 |   5 |   0 | 774 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.07/3.16	c   3.2s|  8000 |   795 |  8668 |   0.8 |  5379k |  70 |  82 |   5 |   4 | 774 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.07/3.19	c   3.2s|  8100 |   799 |  8720 |   0.8 |  5386k |  70 |  82 |   5 |   0 | 774 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.17/3.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.17/3.22	c   3.2s|  8200 |   809 |  8844 |   0.8 |  5386k |  70 |  82 |   5 |   7 | 804 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.17/3.24	c   3.2s|  8300 |   813 |  8899 |   0.8 |  5402k |  70 |  82 |   5 |   6 | 806 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.17/3.27	c   3.3s|  8400 |   815 |  8966 |   0.8 |  5402k |  70 |  82 |   5 |   0 | 813 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.27/3.30	c   3.3s|  8500 |   821 |  9019 |   0.8 |  5660k |  70 |  82 |   5 |   0 | 813 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.27/3.32	c   3.3s|  8600 |   825 |  9081 |   0.8 |  5732k |  70 |  82 |   5 |   0 | 815 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.27/3.34	c   3.3s|  8700 |   829 |  9170 |   0.8 |  5761k |  70 |  82 |   5 |   4 | 831 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.27/3.37	c   3.4s|  8800 |   833 |  9231 |   0.8 |  5761k |  70 |  82 |   5 |   6 | 837 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.27/3.39	c   3.4s|  8900 |   843 |  9295 |   0.8 |  5761k |  70 |  82 |   5 |   0 | 840 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.37/3.42	c   3.4s|  9000 |   849 |  9362 |   0.8 |  5761k |  70 |  82 |   5 |   7 | 846 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.37/3.44	c   3.4s|  9100 |   849 |  9423 |   0.8 |  5761k |  70 |  82 |   5 |   6 | 851 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.37/3.47	c   3.5s|  9200 |   855 |  9476 |   0.8 |  5769k |  70 |  82 |   5 |   0 | 851 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.47/3.50	c   3.5s|  9300 |   863 |  9530 |   0.8 |  5800k |  70 |  82 |   5 |   0 | 851 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.47/3.53	c   3.5s|  9400 |   873 |  9617 |   0.8 |  5800k |  70 |  82 |   5 |   7 | 868 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.47/3.55	c   3.5s|  9500 |   875 |  9684 |   0.8 |  5800k |  70 |  82 |   5 |   6 | 879 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.47/3.57	c   3.6s|  9600 |   887 |  9742 |   0.8 |  5800k |  70 |  82 |   5 |   6 | 879 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.57/3.60	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.60	c   3.6s|  9700 |   889 |  9804 |   0.8 |  6058k |  70 |  82 |   5 |   4 | 884 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.57/3.62	c   3.6s|  9800 |   889 |  9866 |   0.8 |  6058k |  70 |  82 |   5 |   0 | 893 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.57/3.64	c   3.6s|  9900 |   897 |  9930 |   0.8 |  6058k |  70 |  82 |   5 |   4 | 896 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.57/3.67	c   3.7s| 10000 |   911 |  9997 |   0.8 |  6058k |  70 |  82 |   5 |   0 | 898 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.67/3.71	c   3.7s| 10100 |   913 | 10048 |   0.8 |  6058k |  70 |  82 |   5 |   6 | 898 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.67/3.74	c   3.7s| 10200 |   925 | 10128 |   0.8 |  6066k |  70 |  82 |   5 |   3 | 909 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.83%
3.76/3.80	c   3.8s| 10300 |   935 | 10206 |   0.8 |  6073k |  70 |  82 |   5 |   3 | 915 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.01%
3.87/3.92	c   3.9s| 10400 |   945 | 10284 |   0.8 |  6107k |  70 |  82 |   5 |   3 | 917 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.06%
3.87/3.96	c   4.0s| 10500 |   951 | 10339 |   0.8 |  6107k |  70 |  82 |   5 |   0 | 917 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.06%
3.98/4.00	c   4.0s| 10600 |   965 | 10412 |   0.8 |  6107k |  70 |  82 |   5 |   3 | 917 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.06%
3.98/4.03	c   4.0s| 10700 |   979 | 10492 |   0.8 |  6107k |  70 |  82 |   5 |   0 | 921 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.08%
3.98/4.08	c   4.1s| 10800 |   985 | 10559 |   0.8 |  6107k |  70 |  82 |   5 |   3 | 925 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.21%
4.08/4.14	c   4.1s| 10900 |   991 | 10614 |   0.8 |  6110k |  70 |  82 |   5 |   3 | 925 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.21%
4.08/4.16	c   4.2s| 11000 |   995 | 10666 |   0.8 |  6110k |  70 |  82 |   5 |   3 | 925 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.22%
4.08/4.18	c   4.2s| 11100 |   999 | 10720 |   0.8 |  6110k |  70 |  82 |   5 |   3 | 926 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.22%
4.17/4.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.17/4.20	c   4.2s| 11200 |  1005 | 10773 |   0.8 |  6110k |  70 |  82 |   5 |   3 | 926 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.22%
4.17/4.23	c   4.2s| 11300 |  1011 | 10826 |   0.8 |  6110k |  70 |  82 |   5 |   3 | 926 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.22%
4.17/4.26	c   4.3s| 11400 |  1021 | 10926 |   0.8 |  6118k |  70 |  82 |   5 |   3 | 948 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.22%
4.17/4.28	c   4.3s| 11500 |  1023 | 10996 |   0.8 |  6148k |  70 |  82 |   5 |   0 | 965 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.22%
4.27/4.30	c   4.3s| 11600 |  1027 | 11050 |   0.8 |  6158k |  70 |  82 |   5 |   3 | 965 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.25%
4.27/4.33	c   4.3s| 11700 |  1031 | 11102 |   0.8 |  6158k |  70 |  82 |   5 |   3 | 965 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.25%
4.27/4.35	c   4.3s| 11800 |  1043 | 11206 |   0.8 |  6158k |  70 |  82 |   5 |   0 | 981 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.25%
4.27/4.38	c   4.4s| 11900 |  1049 | 11261 |   0.8 |  6158k |  70 |  82 |   5 |   0 | 981 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.26%
4.37/4.41	c   4.4s| 12000 |  1049 | 11311 |   0.8 |  6158k |  70 |  82 |   5 |   0 | 981 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.26%
4.37/4.43	c   4.4s| 12100 |  1053 | 11363 |   0.8 |  6158k |  70 |  82 |   5 |   0 | 981 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.26%
4.37/4.46	c   4.5s| 12200 |  1057 | 11431 |   0.8 |  6158k |  70 |  82 |   5 |   3 | 987 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.37/4.47	c   4.5s| 12300 |  1065 | 11489 |   0.8 |  6158k |  70 |  82 |   5 |   3 | 988 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.47/4.51	c   4.5s| 12400 |  1073 | 11556 |   0.8 |  6158k |  70 |  82 |   5 |   0 | 992 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.47/4.53	c   4.5s| 12500 |  1077 | 11612 |   0.8 |  6158k |  70 |  82 |   5 |   5 | 994 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.47/4.56	c   4.5s| 12600 |  1087 | 11687 |   0.8 |  6158k |  70 |  82 |   5 |   6 |1003 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.57/4.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.57/4.60	c   4.6s| 12700 |  1089 | 11754 |   0.8 |  6158k |  70 |  82 |   5 |   0 |1010 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.57/4.63	c   4.6s| 12800 |  1103 | 11837 |   0.8 |  6158k |  70 |  82 |   5 |   6 |1023 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.57/4.65	c   4.6s| 12900 |  1105 | 11915 |   0.8 |  6158k |  70 |  82 |   5 |   3 |1033 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.57/4.68	c   4.7s| 13000 |  1109 | 11985 |   0.8 |  6158k |  70 |  82 |   5 |   6 |1038 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.67/4.70	c   4.7s| 13100 |  1117 | 12045 |   0.8 |  6158k |  70 |  82 |   5 |   0 |1038 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.67/4.73	c   4.7s| 13200 |  1131 | 12186 |   0.8 |  6163k |  70 |  82 |   5 |   0 |1068 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.67/4.74	c   4.7s| 13300 |  1137 | 12255 |   0.8 |  6163k |  70 |  82 |   5 |   0 |1074 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.67/4.77	c   4.8s| 13400 |  1145 | 12330 |   0.8 |  6163k |  70 |  82 |   5 |   0 |1083 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.77/4.80	c   4.8s| 13500 |  1155 | 12409 |   0.8 |  6163k |  70 |  82 |   5 |   3 |1097 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.77/4.83	c   4.8s| 13600 |  1163 | 12494 |   0.8 |  6163k |  70 |  82 |   5 |   6 |1113 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.77/4.85	c   4.8s| 13700 |  1169 | 12564 |   0.8 |  6163k |  70 |  82 |   5 |   0 |1115 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.77/4.86	c   4.9s| 13800 |  1171 | 12638 |   0.8 |  6203k |  70 |  82 |   5 |   0 |1129 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.87/4.90	c   4.9s| 13900 |  1175 | 12699 |   0.8 |  6204k |  70 |  82 |   5 |   6 |1129 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.87/4.93	c   4.9s| 14000 |  1183 | 12763 |   0.8 |  6204k |  70 |  82 |   5 |   6 |1131 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.35%
4.87/4.95	c   4.9s| 14100 |  1195 | 12823 |   0.8 |  6216k |  70 |  82 |   5 |   0 |1133 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  11.74%
4.87/4.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.87/4.98	c   5.0s| 14200 |  1219 | 12918 |   0.8 |  6290k |  70 |  82 |   5 |   3 |1152 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  12.51%
4.97/5.00	c   5.0s| 14300 |  1223 | 12970 |   0.8 |  6308k |  70 |  82 |   5 |   0 |1152 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  12.51%
4.97/5.04	c   5.0s| 14400 |  1229 | 13038 |   0.8 |  6322k |  70 |  82 |   5 |   0 |1157 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  13.32%
4.97/5.06	c   5.1s| 14500 |  1243 | 13100 |   0.8 |  6333k |  70 |  82 |   5 |   3 |1157 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  13.32%
4.97/5.10	c   5.1s| 14600 |  1249 | 13153 |   0.8 |  6333k |  70 |  82 |   5 |   0 |1157 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  13.32%
5.07/5.12	c   5.1s| 14700 |  1261 | 13209 |   0.8 |  6333k |  70 |  82 |   5 |   5 |1157 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  13.32%
5.07/5.14	c   5.1s| 14800 |  1263 | 13272 |   0.8 |  6355k |  70 |  82 |   5 |   0 |1161 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.50%
5.07/5.17	c   5.2s| 14900 |  1273 | 13335 |   0.8 |  6364k |  70 |  82 |   5 |   3 |1168 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.50%
5.17/5.20	c   5.2s| 15000 |  1273 | 13414 |   0.8 |  6410k |  70 |  82 |   5 |   3 |1185 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.50%
5.17/5.24	c   5.2s| 15100 |  1279 | 13501 |   0.8 |  6455k |  70 |  82 |   5 |   0 |1208 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.50%
5.17/5.26	c   5.3s| 15200 |  1297 | 13590 |   0.8 |  6455k |  70 |  82 |   5 |   3 |1219 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.50%
5.17/5.29	c   5.3s| 15300 |  1299 | 13693 |   0.8 |  6455k |  70 |  82 |   5 |   0 |1244 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.76%
5.27/5.31	c   5.3s| 15400 |  1307 | 13756 |   0.8 |  6455k |  70 |  82 |   5 |   7 |1250 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.76%
5.27/5.34	c   5.3s| 15500 |  1315 | 13812 |   0.8 |  6455k |  70 |  82 |   5 |   0 |1250 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.76%
5.27/5.38	c   5.4s| 15600 |  1321 | 13870 |   0.8 |  6455k |  70 |  82 |   5 |   4 |1255 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.76%
5.37/5.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.37/5.40	c   5.4s| 15700 |  1321 | 13923 |   0.8 |  6456k |  70 |  82 |   5 |   0 |1255 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.76%
5.37/5.43	c   5.4s| 15800 |  1323 | 13974 |   0.8 |  6456k |  70 |  82 |   5 |   0 |1255 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.76%
5.37/5.45	c   5.4s| 15900 |  1325 | 14025 |   0.8 |  6456k |  70 |  82 |   5 |   4 |1255 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.76%
5.37/5.49	c   5.5s| 16000 |  1333 | 14163 |   0.8 |  6456k |  70 |  82 |   5 |   6 |1288 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.76%
5.47/5.52	c   5.5s| 16100 |  1335 | 14226 |   0.8 |  6456k |  70 |  82 |   5 |   0 |1293 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.76%
5.47/5.55	c   5.5s| 16200 |  1339 | 14320 |   0.8 |  6456k |  70 |  82 |   5 |   6 |1313 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.79%
5.47/5.58	c   5.6s| 16300 |  1339 | 14370 |   0.8 |  6456k |  70 |  82 |   5 |   0 |1313 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.79%
5.57/5.62	c   5.6s| 16400 |  1341 | 14425 |   0.8 |  6456k |  70 |  82 |   5 |   0 |1315 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.79%
5.57/5.65	c   5.6s| 16500 |  1345 | 14494 |   0.8 |  6456k |  70 |  82 |   5 |   4 |1323 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.79%
5.57/5.67	c   5.7s| 16600 |  1347 | 14583 |   0.8 |  6456k |  70 |  82 |   5 |   0 |1339 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.79%
5.67/5.70	c   5.7s| 16700 |  1345 | 14640 |   0.8 |  6456k |  70 |  82 |   5 |   0 |1339 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.79%
5.67/5.73	c   5.7s| 16800 |  1361 | 14706 |   0.8 |  6456k |  70 |  82 |   5 |   0 |1344 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.80%
5.67/5.76	c   5.8s| 16900 |  1361 | 14783 |   0.8 |  6456k |  70 |  82 |   5 |   0 |1355 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.81%
5.67/5.79	c   5.8s| 17000 |  1363 | 14834 |   0.8 |  6456k |  70 |  82 |   5 |   0 |1355 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.82%
5.77/5.81	c   5.8s| 17100 |  1371 | 14907 |   0.8 |  6456k |  70 |  82 |   5 |   0 |1365 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  17.89%
5.77/5.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.77/5.83	c   5.8s| 17200 |  1371 | 14981 |   0.8 |  6456k |  70 |  82 |   5 |   6 |1376 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  17.92%
5.77/5.86	c   5.9s| 17300 |  1377 | 15067 |   0.8 |  6456k |  70 |  82 |   6 |   4 |1394 |  1 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  17.93%
5.87/5.90	c   5.9s| 17400 |  1379 | 15149 |   0.8 |  6456k |  70 |  82 |   6 |   4 |1408 |  1 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  17.93%
5.87/5.92	c   5.9s| 17500 |  1383 | 15237 |   0.8 |  6456k |  70 |  82 |   6 |   0 |1424 |  0 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  17.93%
5.87/5.94	c   5.9s| 17600 |  1391 | 15293 |   0.8 |  6456k |  70 |  82 |   6 |   0 |1424 |  0 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  17.93%
5.87/5.96	c   6.0s| 17700 |  1399 | 15348 |   0.8 |  6456k |  70 |  82 |   6 |   0 |1424 |  0 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  17.93%
5.97/6.00	c   6.0s| 17800 |  1405 | 15426 |   0.8 |  6456k |  70 |  82 |   6 |   4 |1438 |  1 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  17.93%
5.97/6.04	c   6.0s| 17900 |  1409 | 15541 |   0.8 |  6582k |  70 |  82 |   6 |   8 |1472 |  3 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  17.93%
5.97/6.07	c   6.1s| 18000 |  1415 | 15615 |   0.8 |  6582k |  70 |  82 |   6 |   0 |1481 |  0 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  17.97%
6.07/6.11	c   6.1s| 18100 |  1423 | 15680 |   0.8 |  6582k |  70 |  82 |   6 |   0 |1482 |  0 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  17.97%
6.07/6.14	c   6.1s| 18200 |  1431 | 15776 |   0.8 |  6582k |  70 |  82 |   6 |   6 |1500 |  1 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  17.97%
6.07/6.17	c   6.2s| 18300 |  1429 | 15849 |   0.8 |  6582k |  70 |  82 |   6 |   0 |1510 |  0 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  17.97%
6.17/6.20	c   6.2s| 18400 |  1441 | 15918 |   0.8 |  6582k |  70 |  82 |   6 |   0 |1517 |  0 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.17/6.22	c   6.2s| 18500 |  1449 | 16018 |   0.8 |  6582k |  70 |  82 |   6 |   7 |1536 |  1 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.17/6.24	c   6.2s| 18600 |  1461 | 16104 |   0.8 |  6582k |  70 |  82 |   6 |   7 |1539 |  1 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.17/6.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.17/6.28	c   6.3s| 18700 |  1479 | 16180 |   0.8 |  6582k |  70 |  82 |   6 |   0 |1539 |  0 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.27/6.30	c   6.3s| 18800 |  1479 | 16238 |   0.8 |  6582k |  70 |  82 |   6 |   0 |1539 |  0 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.27/6.34	c   6.3s| 18900 |  1485 | 16300 |   0.8 |  6582k |  70 |  82 |   6 |   7 |1539 |  1 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.27/6.38	c   6.4s| 19000 |  1489 | 16369 |   0.8 |  6582k |  70 |  82 |   6 |   4 |1544 |  1 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.36/6.40	c   6.4s| 19100 |  1491 | 16453 |   0.8 |  6582k |  70 |  82 |   6 |   4 |1557 |  1 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.36/6.42	c   6.4s| 19200 |  1497 | 16521 |   0.8 |  6582k |  70 |  82 |   6 |   0 |1563 |  0 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.36/6.44	c   6.4s| 19300 |  1501 | 16573 |   0.8 |  6582k |  70 |  82 |   6 |   7 |1563 |  1 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.36/6.46	c   6.4s| 19400 |  1501 | 16623 |   0.8 |  6582k |  70 |  82 |   6 |   7 |1563 |  1 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.36/6.47	c   6.5s| 19500 |  1511 | 16678 |   0.8 |  6582k |  70 |  82 |   6 |   0 |1563 |  0 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.36/6.49	c   6.5s| 19600 |  1517 | 16731 |   0.8 |  6582k |  70 |  82 |   6 |   7 |1563 |  1 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.46/6.52	c   6.5s| 19700 |  1521 | 16784 |   0.8 |  6582k |  70 |  82 |   6 |   6 |1563 |  1 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.46/6.54	c   6.5s| 19800 |  1521 | 16850 |   0.8 |  6582k |  70 |  82 |   7 |   6 |1569 |  1 |   3 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.46/6.57	c   6.6s| 19900 |  1521 | 16903 |   0.8 |  6582k |  70 |  82 |   7 |   4 |1570 |  1 |   3 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.46/6.59	c   6.6s| 20000 |  1529 | 16960 |   0.8 |  6582k |  70 |  82 |   7 |   6 |1570 |  1 |   3 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.56/6.62	c   6.6s| 20100 |  1535 | 17029 |   0.8 |  6582k |  70 |  82 |   7 |   0 |1576 |  0 |   3 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.56/6.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.56/6.65	c   6.6s| 20200 |  1537 | 17084 |   0.8 |  6582k |  70 |  82 |   7 |   4 |1577 |  1 |   3 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.56/6.69	c   6.7s| 20300 |  1547 | 17188 |   0.8 |  6582k |  70 |  82 |   7 |   7 |1600 |  1 |   3 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.66/6.71	c   6.7s| 20400 |  1551 | 17251 |   0.8 |  6582k |  70 |  82 |   7 |   7 |1605 |  1 |   3 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.66/6.75	c   6.7s| 20500 |  1549 | 17314 |   0.8 |  6582k |  70 |  82 |   7 |   0 |1611 |  0 |   3 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.66/6.77	c   6.8s| 20600 |  1553 | 17382 |   0.8 |  6582k |  70 |  82 |   8 |   0 |1616 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.66/6.78	c   6.8s| 20700 |  1561 | 17454 |   0.8 |  6582k |  70 |  82 |   8 |   7 |1619 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.76/6.83	c   6.8s| 20800 |  1569 | 17519 |   0.8 |  6582k |  70 |  82 |   8 |   4 |1619 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.76/6.86	c   6.9s| 20900 |  1571 | 17583 |   0.8 |  6582k |  70 |  82 |   8 |   3 |1626 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.76/6.89	c   6.9s| 21000 |  1575 | 17643 |   0.7 |  6582k |  70 |  82 |   8 |   6 |1631 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.86/6.92	c   6.9s| 21100 |  1575 | 17694 |   0.7 |  6582k |  70 |  82 |   8 |   6 |1631 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.86/6.95	c   6.9s| 21200 |  1575 | 17744 |   0.7 |  6582k |  70 |  82 |   8 |   0 |1631 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.86/6.98	c   7.0s| 21300 |  1583 | 17798 |   0.7 |  6582k |  70 |  82 |   8 |   6 |1631 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.97/7.01	c   7.0s| 21400 |  1589 | 17851 |   0.7 |  6582k |  70 |  82 |   8 |   0 |1631 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.97/7.05	c   7.0s| 21500 |  1591 | 17904 |   0.7 |  6582k |  70 |  82 |   8 |   4 |1631 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.97/7.08	c   7.1s| 21600 |  1593 | 17980 |   0.7 |  7099k |  70 |  82 |   8 |   0 |1640 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.07/7.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.07/7.11	c   7.1s| 21700 |  1593 | 18032 |   0.7 |  7099k |  70 |  82 |   8 |   4 |1640 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.07/7.13	c   7.1s| 21800 |  1605 | 18088 |   0.7 |  7110k |  70 |  82 |   8 |   4 |1640 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.07/7.17	c   7.2s| 21900 |  1613 | 18178 |   0.7 |  7168k |  70 |  82 |   8 |   0 |1655 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.16/7.20	c   7.2s| 22000 |  1629 | 18288 |   0.7 |  7168k |  70 |  82 |   8 |   0 |1682 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.16/7.22	c   7.2s| 22100 |  1633 | 18394 |   0.7 |  7168k |  70 |  82 |   8 |   0 |1698 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.16/7.25	c   7.2s| 22200 |  1637 | 18458 |   0.7 |  7185k |  70 |  82 |   8 |   4 |1705 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.16/7.28	c   7.3s| 22300 |  1641 | 18572 |   0.7 |  7185k |  70 |  82 |   8 |   4 |1740 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.26/7.30	c   7.3s| 22400 |  1643 | 18674 |   0.7 |  7185k |  70 |  82 |   8 |   0 |1760 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.26/7.34	c   7.3s| 22500 |  1663 | 18736 |   0.7 |  7185k |  70 |  82 |   8 |   0 |1760 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.26/7.37	c   7.4s| 22600 |  1673 | 18857 |   0.8 |  7389k |  70 |  82 |   8 |   0 |1793 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.26/7.39	c   7.4s| 22700 |  1681 | 18927 |   0.8 |  7389k |  70 |  82 |   8 |   0 |1797 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.36/7.40	c   7.4s| 22800 |  1685 | 18985 |   0.7 |  7782k |  70 |  82 |   8 |   0 |1801 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.36/7.42	c   7.4s| 22900 |  1689 | 19053 |   0.7 |  7782k |  70 |  82 |   8 |   5 |1807 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.36/7.45	c   7.4s| 23000 |  1695 | 19109 |   0.7 |  7860k |  70 |  82 |   8 |   5 |1807 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.36/7.48	c   7.5s| 23100 |  1697 | 19194 |   0.7 |  7860k |  70 |  82 |   8 |   0 |1816 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.46/7.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.46/7.51	c   7.5s| 23200 |  1709 | 19287 |   0.7 |  7870k |  70 |  82 |   8 |   6 |1827 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.46/7.53	c   7.5s| 23300 |  1749 | 19438 |   0.8 |  7886k |  70 |  82 |   8 |   0 |1863 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.46/7.55	c   7.5s| 23400 |  1753 | 19494 |   0.8 |  7886k |  70 |  82 |   8 |   5 |1863 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.46/7.58	c   7.6s| 23500 |  1753 | 19546 |   0.8 |  7886k |  70 |  82 |   8 |   0 |1863 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.56/7.61	c   7.6s| 23600 |  1757 | 19598 |   0.7 |  7886k |  70 |  82 |   8 |   5 |1863 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.56/7.64	c   7.6s| 23700 |  1759 | 19660 |   0.7 |  7886k |  70 |  82 |   8 |   0 |1869 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.56/7.66	c   7.7s| 23800 |  1767 | 19714 |   0.7 |  7886k |  70 |  82 |   8 |   0 |1869 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.66/7.70	c   7.7s| 23900 |  1775 | 19770 |   0.7 |  7886k |  70 |  82 |   8 |   0 |1869 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.66/7.73	c   7.7s| 24000 |  1781 | 19853 |   0.7 |  7886k |  70 |  82 |   8 |   0 |1883 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.66/7.79	c   7.8s| 24100 |  1787 | 19917 |   0.7 |  7886k |  70 |  82 |   8 |   5 |1887 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.76/7.84	c   7.8s| 24200 |  1787 | 19969 |   0.7 |  7886k |  70 |  82 |   8 |   6 |1887 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.76/7.86	c   7.9s| 24300 |  1791 | 20033 |   0.7 |  7886k |  70 |  82 |   8 |   0 |1893 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.86/7.91	c   7.9s| 24400 |  1793 | 20084 |   0.7 |  7886k |  70 |  82 |   8 |   0 |1893 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.86/7.94	c   7.9s| 24500 |  1797 | 20139 |   0.7 |  7886k |  70 |  82 |   8 |   0 |1893 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.86/7.96	c   8.0s| 24600 |  1797 | 20205 |   0.7 |  7886k |  70 |  82 |   8 |   0 |1897 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.86/8.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.97/8.00	c   8.0s| 24700 |  1799 | 20257 |   0.7 |  7886k |  70 |  82 |   8 |   0 |1897 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.97/8.02	c   8.0s| 24800 |  1829 | 20392 |   0.7 |  7886k |  70 |  82 |   8 |   6 |1931 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.97/8.04	c   8.0s| 24900 |  1833 | 20466 |   0.7 |  7895k |  70 |  82 |   8 |   6 |1934 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.97/8.06	c   8.1s| 25000 |  1833 | 20516 |   0.7 |  7895k |  70 |  82 |   8 |   6 |1934 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.97/8.07	c   8.1s| 25100 |  1837 | 20583 |   0.7 |  7895k |  70 |  82 |   8 |   6 |1942 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.06/8.10	c   8.1s| 25200 |  1837 | 20633 |   0.7 |  7895k |  70 |  82 |   8 |   0 |1942 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.06/8.13	c   8.1s| 25300 |  1841 | 20693 |   0.7 |  7895k |  70 |  82 |   8 |   6 |1946 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.06/8.15	c   8.1s| 25400 |  1843 | 20744 |   0.7 |  7895k |  70 |  82 |   8 |   0 |1946 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.06/8.18	c   8.2s| 25500 |  1849 | 20797 |   0.7 |  7895k |  70 |  82 |   8 |   6 |1946 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.16/8.21	c   8.2s| 25600 |  1857 | 20851 |   0.7 |  7895k |  70 |  82 |   8 |   6 |1946 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.16/8.23	c   8.2s| 25700 |  1867 | 20906 |   0.7 |  7895k |  70 |  82 |   8 |   7 |1946 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.16/8.25	c   8.2s| 25800 |  1871 | 20965 |   0.7 |  7895k |  70 |  82 |   8 |   0 |1949 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.16/8.27	c   8.3s| 25900 |  1877 | 21026 |   0.7 |  7895k |  70 |  82 |   8 |   0 |1953 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.16/8.29	c   8.3s| 26000 |  1883 | 21093 |   0.7 |  7895k |  70 |  82 |   8 |   0 |1961 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.26/8.33	c   8.3s| 26100 |  1885 | 21158 |   0.7 |  7895k |  70 |  82 |   8 |   5 |1966 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.26/8.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.26/8.36	c   8.4s| 26200 |  1891 | 21214 |   0.7 |  7895k |  70 |  82 |   8 |   0 |1966 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.26/8.39	c   8.4s| 26300 |  1893 | 21290 |   0.7 |  7895k |  70 |  82 |   8 |   5 |1973 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.36/8.42	c   8.4s| 26400 |  1905 | 21394 |   0.7 |  8134k |  70 |  82 |   8 |   0 |1995 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.36/8.46	c   8.4s| 26500 |  1923 | 21506 |   0.7 |  8230k |  70 |  82 |   8 |   7 |2014 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.36/8.49	c   8.5s| 26600 |  1929 | 21565 |   0.7 |  8230k |  70 |  82 |   8 |   0 |2014 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.46/8.51	c   8.5s| 26700 |  1943 | 21656 |   0.7 |  8237k |  70 |  82 |   8 |   6 |2027 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.46/8.54	c   8.5s| 26800 |  1951 | 21733 |   0.7 |  8281k |  70 |  82 |   8 |   0 |2033 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.46/8.56	c   8.6s| 26900 |  1959 | 21801 |   0.7 |  8281k |  70 |  82 |   8 |   0 |2038 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.46/8.59	c   8.6s| 27000 |  1959 | 21851 |   0.7 |  8281k |  70 |  82 |   8 |   0 |2038 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.56/8.61	c   8.6s| 27100 |  1965 | 21906 |   0.7 |  8281k |  70 |  82 |   8 |   0 |2038 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.56/8.65	c   8.6s| 27200 |  1969 | 21988 |   0.7 |  8297k |  70 |  82 |   8 |   8 |2050 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.56/8.68	c   8.7s| 27300 |  1971 | 22059 |   0.7 |  8297k |  70 |  82 |   8 |   0 |2059 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.66/8.71	c   8.7s| 27400 |  1975 | 22111 |   0.7 |  8297k |  70 |  82 |   8 |   6 |2059 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.66/8.73	c   8.7s| 27500 |  1977 | 22162 |   0.7 |  8297k |  70 |  82 |   8 |   6 |2059 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.66/8.77	c   8.8s| 27600 |  1983 | 22215 |   0.7 |  8297k |  70 |  82 |   8 |   0 |2059 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.76/8.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.76/8.80	c   8.8s| 27700 |  1989 | 22268 |   0.7 |  8297k |  70 |  82 |   8 |   5 |2059 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.76/8.84	c   8.8s| 27800 |  1987 | 22331 |   0.7 |  8297k |  70 |  82 |   8 |   7 |2064 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.76/8.87	c   8.9s| 27900 |  1995 | 22401 |   0.7 |  8297k |  70 |  82 |   8 |   6 |2069 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.86/8.90	c   8.9s| 28000 |  2005 | 22468 |   0.7 |  8297k |  70 |  82 |   8 |   4 |2069 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.86/8.94	c   8.9s| 28100 |  2005 | 22542 |   0.7 |  8297k |  70 |  82 |   8 |   6 |2080 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.86/8.97	c   9.0s| 28200 |  2013 | 22598 |   0.7 |  8297k |  70 |  82 |   8 |   6 |2080 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.86/8.99	c   9.0s| 28300 |  2027 | 22666 |   0.7 |  8297k |  70 |  82 |   8 |   7 |2084 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.86/9.00	c   9.0s| 28400 |  2031 | 22718 |   0.7 |  8297k |  70 |  82 |   8 |   0 |2084 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.96/9.01	c   9.0s| 28500 |  2035 | 22776 |   0.7 |  8297k |  70 |  82 |   8 |   4 |2089 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.96/9.04	c   9.0s| 28600 |  2041 | 22883 |   0.7 |  8297k |  70 |  82 |   8 |   6 |2109 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.96/9.07	c   9.1s| 28700 |  2049 | 22988 |   0.7 |  8314k |  70 |  82 |   8 |   3 |2133 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.96/9.09	c   9.1s| 28800 |  2053 | 23046 |   0.7 |  8351k |  70 |  82 |   8 |   0 |2137 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
9.06/9.14	c   9.1s| 28900 |  2055 | 23152 |   0.7 |  8351k |  70 |  82 |   8 |   0 |2164 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
9.06/9.16	c   9.2s| 29000 |  2049 | 23225 |   0.7 |  8351k |  70 |  82 |   8 |   7 |2178 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
9.06/9.20	c   9.2s| 29100 |  2057 | 23307 |   0.7 |  8351k |  70 |  82 |   8 |   8 |2197 |  2 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
9.16/9.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
9.16/9.24	c   9.2s| 29200 |  2067 | 23394 |   0.7 |  8439k |  70 |  82 |   8 |   7 |2212 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
9.16/9.27	c   9.3s| 29300 |  2077 | 23471 |   0.7 |  8439k |  70 |  82 |   8 |   0 |2220 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
9.16/9.29	c   9.3s| 29400 |  2089 | 23535 |   0.7 |  8439k |  70 |  82 |   8 |   5 |2220 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
9.26/9.35	c   9.3s| 29500 |  2091 | 23586 |   0.7 |  8439k |  70 |  82 |   8 |   0 |2220 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
9.26/9.38	c   9.4s| 29600 |  2091 | 23637 |   0.7 |  8439k |  70 |  82 |   8 |   6 |2220 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
9.35/9.40	c   9.4s| 29700 |  2099 | 23692 |   0.7 |  8439k |  70 |  82 |   8 |   6 |2220 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
9.35/9.43	c   9.4s| 29800 |  2095 | 23743 |   0.7 |  8439k |  70 |  82 |   8 |   0 |2224 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
9.35/9.45	c   9.4s| 29900 |  2097 | 23804 |   0.7 |  8439k |  70 |  82 |   8 |   2 |2226 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.02%
9.35/9.47	c   9.5s| 30000 |  2101 | 23879 |   0.7 |  8439k |  70 |  82 |   8 |   0 |2237 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.06%
9.45/9.50	c   9.5s| 30100 |  2109 | 23964 |   0.7 |  8439k |  70 |  82 |   8 |   5 |2247 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.06%
9.45/9.51	c   9.5s| 30200 |  2119 | 24029 |   0.7 |  8439k |  70 |  82 |   8 |   6 |2249 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.06%
9.45/9.53	c   9.5s| 30300 |  2127 | 24109 |   0.7 |  8448k |  70 |  82 |   8 |   3 |2254 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.07%
9.45/9.55	c   9.5s| 30400 |  2131 | 24166 |   0.7 |  8448k |  70 |  82 |   8 |   7 |2254 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.45/9.57	c   9.6s| 30500 |  2133 | 24219 |   0.7 |  8462k |  70 |  82 |   8 |   0 |2254 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.55/9.60	c   9.6s| 30600 |  2135 | 24271 |   0.7 |  8462k |  70 |  82 |   8 |   6 |2254 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.55/9.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
9.55/9.61	c   9.6s| 30700 |  2143 | 24338 |   0.7 |  8462k |  70 |  82 |   8 |   0 |2262 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.55/9.63	c   9.6s| 30800 |  2153 | 24415 |   0.7 |  8462k |  70 |  82 |   8 |   5 |2270 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.55/9.66	c   9.7s| 30900 |  2155 | 24468 |   0.7 |  8462k |  70 |  82 |   8 |   0 |2270 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.55/9.69	c   9.7s| 31000 |  2155 | 24538 |   0.7 |  8462k |  70 |  82 |   8 |   0 |2279 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.65/9.72	c   9.7s| 31100 |  2157 | 24595 |   0.7 |  8462k |  70 |  82 |   8 |   0 |2279 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.65/9.75	c   9.7s| 31200 |  2159 | 24650 |   0.7 |  8462k |  70 |  82 |   8 |   7 |2279 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.65/9.78	c   9.8s| 31300 |  2161 | 24703 |   0.7 |  8462k |  70 |  82 |   8 |   7 |2279 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.65/9.79	c   9.8s| 31400 |  2165 | 24755 |   0.7 |  8462k |  70 |  82 |   8 |   7 |2279 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.75/9.82	c   9.8s| 31500 |  2169 | 24807 |   0.7 |  8462k |  70 |  82 |   8 |   3 |2279 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.75/9.84	c   9.8s| 31600 |  2175 | 24866 |   0.7 |  8462k |  70 |  82 |   8 |   0 |2283 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.75/9.87	c   9.9s| 31700 |  2185 | 24927 |   0.7 |  8462k |  70 |  82 |   8 |   7 |2283 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.85/9.91	c   9.9s| 31800 |  2189 | 25002 |   0.7 |  8462k |  70 |  82 |   8 |   4 |2291 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.85/9.94	c   9.9s| 31900 |  2191 | 25056 |   0.7 |  8462k |  70 |  82 |   8 |   6 |2291 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.85/9.96	c  10.0s| 32000 |  2193 | 25107 |   0.7 |  8468k |  70 |  82 |   8 |   6 |2291 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.85/9.98	c  10.0s| 32100 |  2193 | 25157 |   0.7 |  8468k |  70 |  82 |   8 |   6 |2291 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.96/10.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
9.96/10.01	c  10.0s| 32200 |  2201 | 25218 |   0.7 |  8468k |  70 |  82 |   8 |   0 |2292 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.96/10.04	c  10.0s| 32300 |  2205 | 25302 |   0.7 |  8468k |  70 |  82 |   8 |   5 |2303 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.96/10.06	c  10.1s| 32400 |  2209 | 25376 |   0.7 |  8468k |  70 |  82 |   8 |   0 |2312 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.96/10.08	c  10.1s| 32500 |  2217 | 25440 |   0.7 |  8468k |  70 |  82 |   8 |   0 |2318 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
10.06/10.10	c  10.1s| 32600 |  2231 | 25497 |   0.7 |  8468k |  70 |  82 |   8 |   6 |2318 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
10.06/10.14	c  10.1s| 32700 |  2231 | 25547 |   0.7 |  8468k |  70 |  82 |   8 |   6 |2318 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
10.06/10.17	c  10.2s| 32800 |  2231 | 25597 |   0.7 |  8468k |  70 |  82 |   8 |   3 |2318 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
10.06/10.19	c  10.2s| 32900 |  2239 | 25686 |   0.7 |  8468k |  70 |  82 |   8 |   8 |2333 |  2 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
10.15/10.22	c  10.2s| 33000 |  2243 | 25772 |   0.7 |  8468k |  70 |  82 |   8 |   0 |2345 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
10.15/10.27	c  10.3s| 33100 |  2247 | 25855 |   0.7 |  8468k |  70 |  82 |   8 |   6 |2349 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
10.15/10.29	c  10.3s| 33200 |  2253 | 25929 |   0.7 |  8468k |  70 |  82 |   8 |   0 |2362 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
10.25/10.31	c  10.3s| 33300 |  2259 | 25995 |   0.7 |  8468k |  70 |  82 |   8 |   5 |2368 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
10.25/10.34	c  10.3s| 33400 |  2257 | 26052 |   0.7 |  8468k |  70 |  82 |   8 |   0 |2368 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.25/10.35	c  10.3s| 33500 |  2265 | 26112 |   0.7 |  8468k |  70 |  82 |   8 |   6 |2370 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.25/10.37	c  10.4s| 33600 |  2275 | 26168 |   0.7 |  8468k |  70 |  82 |   8 |   0 |2370 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.25/10.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
10.25/10.40	c  10.4s| 33700 |  2295 | 26239 |   0.7 |  8478k |  70 |  82 |   8 |   0 |2370 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.35/10.42	c  10.4s| 33800 |  2337 | 26330 |   0.7 |  8478k |  70 |  82 |   8 |   6 |2370 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.35/10.46	c  10.5s| 33900 |  2337 | 26381 |   0.7 |  8478k |  70 |  82 |   8 |   6 |2370 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.35/10.49	c  10.5s| 34000 |  2333 | 26429 |   0.7 |  8478k |  70 |  82 |   8 |   6 |2370 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.45/10.51	c  10.5s| 34100 |  2331 | 26478 |   0.7 |  8478k |  70 |  82 |   8 |   6 |2370 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.45/10.53	c  10.5s| 34200 |  2329 | 26527 |   0.7 |  8478k |  70 |  82 |   8 |   0 |2370 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.45/10.56	c  10.6s| 34300 |  2333 | 26579 |   0.7 |  8478k |  70 |  82 |   8 |   6 |2370 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.45/10.59	c  10.6s| 34400 |  2333 | 26629 |   0.7 |  8478k |  70 |  82 |   8 |   6 |2370 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.55/10.61	c  10.6s| 34500 |  2335 | 26682 |   0.7 |  8478k |  70 |  82 |   8 |   0 |2370 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.55/10.63	c  10.6s| 34600 |  2349 | 26749 |   0.7 |  8478k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.55/10.65	c  10.6s| 34700 |  2357 | 26807 |   0.7 |  8478k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.55/10.68	c  10.7s| 34800 |  2365 | 26861 |   0.7 |  8478k |  70 |  82 |   8 |   0 |2372 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.55/10.69	c  10.7s| 34900 |  2375 | 26916 |   0.7 |  8478k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.65/10.73	c  10.7s| 35000 |  2385 | 26971 |   0.7 |  8478k |  70 |  82 |   8 |   0 |2372 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.65/10.76	c  10.8s| 35100 |  2389 | 27023 |   0.7 |  8492k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.65/10.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
10.65/10.79	c  10.8s| 35200 |  2391 | 27074 |   0.7 |  8492k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.75/10.81	c  10.8s| 35300 |  2397 | 27127 |   0.7 |  8492k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.75/10.84	c  10.8s| 35400 |  2403 | 27180 |   0.7 |  8492k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.75/10.86	c  10.9s| 35500 |  2419 | 27238 |   0.7 |  8492k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.75/10.89	c  10.9s| 35600 |  2429 | 27294 |   0.7 |  8502k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.85/10.92	c  10.9s| 35700 |  2439 | 27350 |   0.7 |  8502k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.85/10.94	c  10.9s| 35800 |  2443 | 27402 |   0.7 |  8518k |  70 |  82 |   8 |   0 |2372 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.85/10.97	c  11.0s| 35900 |  2453 | 27457 |   0.7 |  8518k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.96/11.01	c  11.0s| 36000 |  2469 | 27515 |   0.7 |  8647k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.96/11.04	c  11.0s| 36100 |  2489 | 27575 |   0.7 |  8647k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.96/11.07	c  11.1s| 36200 |  2485 | 27624 |   0.7 |  8647k |  70 |  82 |   8 |   0 |2372 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.06/11.11	c  11.1s| 36300 |  2489 | 27679 |   0.7 |  8647k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.06/11.14	c  11.1s| 36400 |  2489 | 27732 |   0.7 |  8647k |  70 |  82 |   8 |   0 |2372 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.06/11.16	c  11.2s| 36500 |  2495 | 27791 |   0.7 |  8647k |  70 |  82 |   8 |   8 |2376 |  2 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.06/11.19	c  11.2s| 36600 |  2503 | 27846 |   0.7 |  8647k |  70 |  82 |   8 |   0 |2376 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.15/11.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
11.15/11.22	c  11.2s| 36700 |  2503 | 27917 |   0.7 |  8647k |  70 |  82 |   8 |   0 |2382 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.15/11.24	c  11.2s| 36800 |  2503 | 27986 |   0.7 |  8647k |  70 |  82 |   8 |   0 |2392 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.15/11.27	c  11.3s| 36900 |  2507 | 28038 |   0.7 |  8647k |  70 |  82 |   8 |   0 |2392 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.25/11.31	c  11.3s| 37000 |  2511 | 28090 |   0.7 |  8647k |  70 |  82 |   8 |   4 |2392 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.25/11.35	c  11.3s| 37100 |  2513 | 28141 |   0.7 |  8647k |  70 |  82 |   8 |   4 |2392 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.25/11.38	c  11.4s| 37200 |  2517 | 28205 |   0.7 |  8647k |  70 |  82 |   8 |   4 |2392 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.35/11.42	c  11.4s| 37300 |  2529 | 28261 |   0.7 |  8647k |  70 |  82 |   8 |   0 |2392 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.35/11.46	c  11.5s| 37400 |  2529 | 28311 |   0.7 |  8647k |  70 |  82 |   8 |   0 |2392 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.45/11.50	c  11.5s| 37500 |  2533 | 28374 |   0.7 |  8647k |  70 |  82 |   8 |   6 |2393 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.45/11.52	c  11.5s| 37600 |  2537 | 28426 |   0.7 |  8647k |  70 |  82 |   8 |   0 |2393 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.45/11.53	c  11.5s| 37700 |  2551 | 28519 |   0.7 |  8647k |  70 |  82 |   8 |   0 |2408 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.45/11.56	c  11.6s| 37800 |  2559 | 28602 |   0.7 |  8647k |  70 |  82 |   8 |   0 |2421 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.45/11.57	c  11.6s| 37900 |  2581 | 28696 |   0.7 |  8647k |  70 |  82 |   8 |   0 |2433 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.45/11.59	c  11.6s| 38000 |  2583 | 28774 |   0.7 |  8647k |  70 |  82 |   8 |   0 |2444 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.55/11.62	c  11.6s| 38100 |  2593 | 28871 |   0.7 |  8679k |  70 |  82 |   8 |   0 |2468 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.55/11.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
11.55/11.67	c  11.7s| 38200 |  2593 | 28938 |   0.7 |  8679k |  70 |  82 |   8 |   0 |2474 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.55/11.69	c  11.7s| 38300 |  2603 | 29033 |   0.7 |  8698k |  70 |  82 |   8 |   0 |2489 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.65/11.72	c  11.7s| 38400 |  2607 | 29106 |   0.7 |  8698k |  70 |  82 |   8 |   6 |2498 |  2 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.65/11.75	c  11.7s| 38500 |  2629 | 29189 |   0.7 |  8714k |  70 |  82 |   8 |   6 |2506 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.65/11.79	c  11.8s| 38600 |  2647 | 29252 |   0.7 |  8714k |  70 |  82 |   8 |   6 |2506 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.75/11.82	c  11.8s| 38700 |  2665 | 29319 |   0.7 |  8714k |  70 |  82 |   8 |   6 |2506 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.75/11.83	c  11.8s| 38800 |  2675 | 29386 |   0.7 |  8759k |  70 |  82 |   8 |   6 |2506 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.75/11.86	c  11.9s| 38900 |  2679 | 29441 |   0.7 |  8759k |  70 |  82 |   8 |   0 |2506 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.85/11.90	c  11.9s| 39000 |  2695 | 29508 |   0.7 |  8759k |  70 |  82 |   8 |   6 |2506 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.85/11.93	c  11.9s| 39100 |  2699 | 29566 |   0.7 |  8759k |  70 |  82 |   8 |   6 |2506 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.85/11.94	c  11.9s| 39200 |  2713 | 29630 |   0.7 |  8759k |  70 |  82 |   8 |   6 |2506 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.85/11.98	c  12.0s| 39300 |  2721 | 29690 |   0.7 |  8759k |  71 |  82 |   8 |   6 |2506 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.85/12.00	c  12.0s| 39400 |  2727 | 29747 |   0.7 |  8759k |  71 |  82 |   8 |   0 |2506 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.95/12.03	c  12.0s| 39500 |  2731 | 29802 |   0.7 |  8759k |  71 |  82 |   8 |   6 |2506 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.95/12.06	c  12.1s| 39600 |  2733 | 29853 |   0.7 |  8759k |  71 |  82 |   8 |   0 |2506 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.95/12.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
11.95/12.10	c  12.1s| 39700 |  2741 | 29909 |   0.7 |  8759k |  71 |  82 |   8 |   6 |2506 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.05/12.11	c  12.1s| 39800 |  2745 | 29961 |   0.7 |  8759k |  71 |  82 |   8 |   6 |2506 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.05/12.14	c  12.1s| 39900 |  2751 | 30018 |   0.7 |  8759k |  71 |  82 |   8 |   0 |2508 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.05/12.15	c  12.1s| 40000 |  2767 | 30076 |   0.7 |  8759k |  71 |  82 |   8 |   6 |2508 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.05/12.17	c  12.2s| 40100 |  2773 | 30129 |   0.7 |  8759k |  71 |  82 |   8 |   6 |2508 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.15/12.21	c  12.2s| 40200 |  2775 | 30180 |   0.7 |  8759k |  71 |  82 |   8 |   6 |2508 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.15/12.23	c  12.2s| 40300 |  2781 | 30233 |   0.7 |  8759k |  71 |  82 |   8 |   6 |2508 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.15/12.25	c  12.2s| 40400 |  2805 | 30295 |   0.7 |  8759k |  71 |  82 |   8 |   6 |2508 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.15/12.29	c  12.3s| 40500 |  2823 | 30354 |   0.7 |  8759k |  71 |  82 |   8 |   6 |2508 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.25/12.31	c  12.3s| 40600 |  2827 | 30406 |   0.7 |  8759k |  71 |  82 |   8 |   0 |2508 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.25/12.33	c  12.3s| 40700 |  2833 | 30459 |   0.7 |  8759k |  71 |  82 |   8 |   6 |2508 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.25/12.35	c  12.3s| 40800 |  2845 | 30519 |   0.7 |  8768k |  71 |  82 |   8 |   6 |2508 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.25/12.36	c  12.4s| 40900 |  2851 | 30572 |   0.7 |  8768k |  71 |  82 |   8 |   0 |2508 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.35/12.40	c  12.4s| 41000 |  2857 | 30625 |   0.7 |  8768k |  71 |  82 |   8 |   6 |2508 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.35/12.42	c  12.4s| 41100 |  2863 | 30678 |   0.7 |  8768k |  71 |  82 |   8 |   6 |2508 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.35/12.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
12.35/12.45	c  12.4s| 41200 |  2867 | 30730 |   0.7 |  8768k |  71 |  82 |   8 |   6 |2508 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.35/12.48	c  12.5s| 41300 |  2867 | 30780 |   0.7 |  8768k |  71 |  82 |   8 |   6 |2508 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.44/12.50	c  12.5s| 41400 |  2869 | 30872 |   0.7 |  8799k |  71 |  82 |   8 |   0 |2529 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.44/12.53	c  12.5s| 41500 |  2869 | 30927 |   0.7 |  8799k |  71 |  82 |   8 |   4 |2529 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.44/12.56	c  12.6s| 41600 |  2873 | 30988 |   0.7 |  8799k |  71 |  82 |   8 |   6 |2531 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.54/12.60	c  12.6s| 41700 |  2875 | 31040 |   0.7 |  8799k |  71 |  82 |   8 |   0 |2531 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.54/12.63	c  12.6s| 41800 |  2881 | 31095 |   0.7 |  8799k |  71 |  82 |   8 |   6 |2531 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.54/12.65	c  12.6s| 41900 |  2889 | 31149 |   0.7 |  8799k |  71 |  82 |   8 |   0 |2531 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.54/12.69	c  12.7s| 42000 |  2893 | 31201 |   0.7 |  8799k |  71 |  82 |   8 |   0 |2531 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.64/12.72	c  12.7s| 42100 |  2895 | 31261 |   0.7 |  8799k |  71 |  82 |   8 |   6 |2532 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.64/12.74	c  12.7s| 42200 |  2909 | 31320 |   0.7 |  8799k |  71 |  82 |   8 |   0 |2532 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.64/12.78	c  12.8s| 42300 |  2915 | 31373 |   0.7 |  8799k |  73 |  82 |   8 |   0 |2532 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.74/12.82	c  12.8s| 42400 |  2915 | 31439 |   0.7 |  8799k |  73 |  82 |   8 |   0 |2540 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.74/12.86	c  12.9s| 42500 |  2917 | 31490 |   0.7 |  8799k |  73 |  82 |   8 |   0 |2540 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.74/12.89	c  12.9s| 42600 |  2919 | 31541 |   0.7 |  8799k |  73 |  82 |   8 |   6 |2540 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.84/12.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
12.84/12.90	c  12.9s| 42700 |  2927 | 31605 |   0.7 |  8799k |  73 |  82 |   8 |   0 |2545 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.84/12.93	c  12.9s| 42800 |  2929 | 31662 |   0.7 |  8799k |  73 |  82 |   8 |   6 |2545 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.84/12.97	c  13.0s| 42900 |  2933 | 31714 |   0.7 |  8799k |  73 |  82 |   8 |   0 |2545 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.95/13.00	c  13.0s| 43000 |  2937 | 31787 |   0.7 |  8799k |  73 |  82 |   8 |   6 |2556 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.95/13.02	c  13.0s| 43100 |  2935 | 31840 |   0.7 |  8799k |  73 |  82 |   8 |   6 |2556 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.95/13.05	c  13.0s| 43200 |  2941 | 31893 |   0.7 |  8799k |  73 |  82 |   8 |   6 |2556 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.95/13.08	c  13.1s| 43300 |  2949 | 31951 |   0.7 |  8799k |  73 |  82 |   8 |   0 |2556 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.95/13.10	c  13.1s| 43400 |  2957 | 32005 |   0.7 |  8799k |  73 |  82 |   8 |   0 |2556 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.05/13.13	c  13.1s| 43500 |  2959 | 32072 |   0.7 |  8799k |  73 |  82 |   8 |   6 |2562 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.05/13.16	c  13.1s| 43600 |  2959 | 32134 |   0.7 |  8884k |  73 |  82 |   8 |   6 |2568 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.05/13.18	c  13.2s| 43700 |  2961 | 32189 |   0.7 |  8884k |  73 |  82 |   8 |   0 |2568 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.05/13.19	c  13.2s| 43800 |  2967 | 32243 |   0.7 |  9277k |  73 |  82 |   8 |   5 |2568 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.14/13.24	c  13.2s| 43900 |  2973 | 32304 |   0.7 |  9277k |  73 |  82 |   8 |   0 |2568 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.14/13.26	c  13.3s| 44000 |  2971 | 32358 |   0.7 |  9277k |  73 |  82 |   8 |   5 |2568 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.14/13.29	c  13.3s| 44100 |  2983 | 32423 |   0.7 |  9277k |  73 |  82 |   8 |   5 |2568 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.24/13.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
13.24/13.32	c  13.3s| 44200 |  2983 | 32481 |   0.7 |  9277k |  73 |  82 |   8 |   6 |2568 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.24/13.35	c  13.3s| 44300 |  2987 | 32559 |   0.7 |  9277k |  73 |  82 |   8 |   4 |2577 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.24/13.38	c  13.4s| 44400 |  3001 | 32661 |   0.7 |  9277k |  73 |  82 |   8 |   6 |2596 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.34/13.41	c  13.4s| 44500 |  3009 | 32717 |   0.7 |  9277k |  73 |  82 |   8 |   0 |2596 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.34/13.43	c  13.4s| 44600 |  3009 | 32767 |   0.7 |  9277k |  73 |  82 |   8 |   0 |2596 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.34/13.46	c  13.5s| 44700 |  3011 | 32836 |   0.7 |  9277k |  73 |  82 |   8 |   6 |2609 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.34/13.49	c  13.5s| 44800 |  3017 | 32907 |   0.7 |  9330k |  73 |  82 |   8 |   0 |2618 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.44/13.52	c  13.5s| 44900 |  3029 | 32981 |   0.7 |  9330k |  73 |  82 |   8 |   6 |2631 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.44/13.55	c  13.5s| 45000 |  3033 | 33056 |   0.7 |  9330k |  73 |  82 |   8 |   6 |2636 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.44/13.58	c  13.6s| 45100 |  3035 | 33121 |   0.7 |  9453k |  73 |  82 |   8 |   6 |2643 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.54/13.61	c  13.6s| 45200 |  3037 | 33177 |   0.7 |  9453k |  73 |  82 |   8 |   6 |2643 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.54/13.62	c  13.6s| 45300 |  3033 | 33230 |   0.7 |  9453k |  73 |  82 |   8 |   3 |2643 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.54/13.65	c  13.6s| 45400 |  3033 | 33284 |   0.7 |  9453k |  73 |  82 |   8 |   3 |2643 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.54/13.69	c  13.7s| 45500 |  3037 | 33342 |   0.7 |  9453k |  73 |  82 |   8 |   0 |2643 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.64/13.71	c  13.7s| 45600 |  3039 | 33413 |   0.7 |  9453k |  73 |  82 |   8 |   0 |2643 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.64/13.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
13.64/13.73	c  13.7s| 45700 |  3053 | 33476 |   0.7 |  9453k |  73 |  82 |   8 |   4 |2643 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.64/13.76	c  13.8s| 45800 |  3057 | 33575 |   0.7 |  9486k |  73 |  82 |   8 |   3 |2666 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.64/13.78	c  13.8s| 45900 |  3077 | 33653 |   0.7 |  9486k |  73 |  82 |   8 |   6 |2672 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.64/13.79	c  13.8s| 46000 |  3081 | 33714 |   0.7 |  9486k |  73 |  82 |   8 |   5 |2672 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.74/13.82	c  13.8s| 46100 |  3079 | 33763 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2672 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.74/13.85	c  13.8s| 46200 |  3087 | 33843 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2682 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.74/13.87	c  13.9s| 46300 |  3099 | 33927 |   0.7 |  9486k |  73 |  82 |   8 |   6 |2686 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.84/13.91	c  13.9s| 46400 |  3113 | 33990 |   0.7 |  9486k |  73 |  82 |   8 |   6 |2686 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.84/13.95	c  13.9s| 46500 |  3123 | 34051 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2686 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.84/13.97	c  14.0s| 46600 |  3129 | 34106 |   0.7 |  9486k |  73 |  82 |   8 |   6 |2686 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.84/14.00	c  14.0s| 46700 |  3139 | 34167 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2686 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.94/14.04	c  14.0s| 46800 |  3149 | 34224 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2686 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.94/14.07	c  14.1s| 46900 |  3155 | 34279 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2686 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.94/14.09	c  14.1s| 47000 |  3161 | 34334 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2686 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
14.04/14.12	c  14.1s| 47100 |  3167 | 34389 |   0.7 |  9486k |  73 |  82 |   8 |   6 |2686 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
14.04/14.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
14.04/14.13	c  14.1s| 47200 |  3171 | 34445 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2686 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
14.04/14.15	c  14.1s| 47300 |  3179 | 34501 |   0.7 |  9486k |  73 |  82 |   8 |   6 |2686 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
14.04/14.16	c  14.2s| 47400 |  3185 | 34558 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2686 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
14.04/14.19	c  14.2s| 47500 |  3195 | 34617 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2686 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
14.14/14.22	c  14.2s| 47600 |  3203 | 34672 |   0.7 |  9486k |  73 |  82 |   8 |   4 |2686 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
14.14/14.26	c  14.3s| 47700 |  3203 | 34761 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2706 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
14.14/14.29	c  14.3s| 47800 |  3215 | 34844 |   0.7 |  9486k |  73 |  82 |   8 |   6 |2716 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
14.24/14.32	c  14.3s| 47900 |  3221 | 34914 |   0.7 |  9486k |  73 |  82 |   8 |   6 |2717 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
14.24/14.35	c  14.3s| 48000 |  3227 | 34975 |   0.7 |  9486k |  73 |  82 |   8 |   4 |2722 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
14.24/14.37	c  14.4s| 48100 |  3231 | 35040 |   0.7 |  9486k |  73 |  82 |   8 |   7 |2728 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.34/14.40	c  14.4s| 48200 |  3241 | 35099 |   0.7 |  9486k |  73 |  82 |   8 |   4 |2728 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.34/14.44	c  14.4s| 48300 |  3247 | 35167 |   0.7 |  9486k |  73 |  82 |   8 |   7 |2738 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.34/14.47	c  14.5s| 48400 |  3249 | 35219 |   0.7 |  9486k |  73 |  82 |   8 |   6 |2738 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.44/14.51	c  14.5s| 48500 |  3255 | 35306 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2753 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.44/14.54	c  14.5s| 48600 |  3257 | 35370 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2758 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.44/14.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
14.44/14.56	c  14.6s| 48700 |  3269 | 35427 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2758 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.44/14.57	c  14.6s| 48800 |  3279 | 35498 |   0.7 |    10M |  73 |  82 |   8 |   0 |2766 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.53/14.61	c  14.6s| 48900 |  3281 | 35549 |   0.7 |    10M |  73 |  82 |   8 |   0 |2766 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.53/14.64	c  14.6s| 49000 |  3293 | 35609 |   0.7 |    10M |  73 |  82 |   8 |   0 |2766 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.53/14.68	c  14.7s| 49100 |  3301 | 35667 |   0.7 |    10M |  73 |  82 |   8 |   3 |2766 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.63/14.72	c  14.7s| 49200 |  3313 | 35735 |   0.7 |    10M |  73 |  82 |   8 |   6 |2770 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.63/14.74	c  14.7s| 49300 |  3323 | 35792 |   0.7 |    10M |  73 |  82 |   8 |   0 |2770 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.63/14.77	c  14.8s| 49400 |  3335 | 35848 |   0.7 |    10M |  73 |  82 |   8 |   6 |2770 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.73/14.81	c  14.8s| 49500 |  3349 | 35905 |   0.7 |    10M |  73 |  82 |   8 |   7 |2770 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.73/14.84	c  14.8s| 49600 |  3351 | 35973 |   0.7 |    10M |  73 |  82 |   8 |   0 |2781 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.73/14.86	c  14.9s| 49700 |  3355 | 36025 |   0.7 |    10M |  73 |  82 |   8 |   6 |2781 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.73/14.89	c  14.9s| 49800 |  3359 | 36086 |   0.7 |    10M |  73 |  82 |   8 |   4 |2786 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.83/14.91	c  14.9s| 49900 |  3369 | 36153 |   0.7 |    10M |  73 |  82 |   8 |   6 |2795 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.83/14.94	c  14.9s| 50000 |  3379 | 36252 |   0.7 |    10M |  73 |  82 |   8 |   0 |2825 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.83/14.96	c  15.0s| 50100 |  3387 | 36347 |   0.7 |    10M |  73 |  82 |   8 |   6 |2842 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.83/14.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
14.83/14.98	c  15.0s| 50200 |  3389 | 36410 |   0.7 |    10M |  73 |  82 |   8 |   4 |2842 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.94/15.00	c  15.0s| 50300 |  3395 | 36474 |   0.7 |    10M |  73 |  82 |   8 |   0 |2846 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.94/15.04	c  15.0s| 50400 |  3393 | 36535 |   0.7 |    10M |  73 |  82 |   8 |   0 |2846 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.94/15.06	c  15.0s| 50500 |  3397 | 36617 |   0.7 |    10M |  73 |  82 |   8 |   4 |2866 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.94/15.09	c  15.1s| 50600 |  3401 | 36676 |   0.7 |    10M |  73 |  82 |   8 |   0 |2871 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
15.04/15.11	c  15.1s| 50700 |  3405 | 36728 |   0.7 |    10M |  73 |  82 |   8 |   7 |2871 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
15.04/15.13	c  15.1s| 50800 |  3415 | 36783 |   0.7 |    10M |  73 |  82 |   8 |   7 |2871 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
15.04/15.14	c  15.1s| 50900 |  3423 | 36838 |   0.7 |    10M |  73 |  82 |   8 |   4 |2871 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
15.04/15.18	c  15.2s| 51000 |  3427 | 36891 |   0.7 |    10M |  73 |  82 |   8 |   6 |2871 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
15.13/15.21	c  15.2s| 51100 |  3429 | 36946 |   0.7 |    10M |  73 |  82 |   8 |   3 |2873 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
15.13/15.24	c  15.2s| 51200 |  3433 | 37017 |   0.7 |    10M |  73 |  82 |   8 |   0 |2881 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
15.13/15.26	c  15.3s| 51300 |  3441 | 37109 |   0.7 |    10M |  73 |  82 |   8 |   7 |2893 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
15.13/15.29	c  15.3s| 51400 |  3449 | 37180 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
15.23/15.32	c  15.3s| 51500 |  3453 | 37235 |   0.7 |    10M |  73 |  82 |   8 |   5 |2900 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
15.23/15.36	c  15.3s| 51600 |  3457 | 37299 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.14%
15.23/15.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.23/15.39	c  15.4s| 51700 |  3457 | 37349 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.14%
15.33/15.41	c  15.4s| 51800 |  3463 | 37402 |   0.7 |    10M |  73 |  82 |   8 |   3 |2900 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.33/15.42	c  15.4s| 51900 |  3469 | 37461 |   0.7 |    10M |  73 |  82 |   8 |   3 |2900 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.33/15.47	c  15.5s| 52000 |  3477 | 37525 |   0.7 |    10M |  73 |  82 |   8 |   3 |2900 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.33/15.48	c  15.5s| 52100 |  3479 | 37577 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.43/15.51	c  15.5s| 52200 |  3479 | 37628 |   0.7 |    10M |  73 |  82 |   8 |   3 |2900 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.43/15.54	c  15.5s| 52300 |  3481 | 37680 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.43/15.55	c  15.5s| 52400 |  3489 | 37753 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.43/15.57	c  15.6s| 52500 |  3493 | 37805 |   0.7 |    10M |  73 |  82 |   8 |   3 |2900 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.53/15.61	c  15.6s| 52600 |  3493 | 37855 |   0.7 |    10M |  73 |  82 |   8 |   3 |2900 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.53/15.64	c  15.6s| 52700 |  3499 | 37910 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.53/15.67	c  15.7s| 52800 |  3503 | 37966 |   0.7 |    10M |  73 |  82 |   8 |   3 |2900 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.53/15.70	c  15.7s| 52900 |  3511 | 38023 |   0.7 |    10M |  73 |  82 |   8 |   3 |2900 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.63/15.72	c  15.7s| 53000 |  3517 | 38079 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.63/15.73	c  15.7s| 53100 |  3525 | 38146 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.63/15.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.63/15.75	c  15.7s| 53200 |  3535 | 38210 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.63/15.78	c  15.8s| 53300 |  3545 | 38272 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.73/15.82	c  15.8s| 53400 |  3561 | 38341 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.73/15.86	c  15.8s| 53500 |  3563 | 38394 |   0.7 |    10M |  73 |  82 |   8 |   3 |2900 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.73/15.89	c  15.9s| 53600 |  3575 | 38457 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.83/15.92	c  15.9s| 53700 |  3579 | 38534 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.83/15.98	c  16.0s| 53800 |  3583 | 38603 |   0.7 |    10M |  73 |  82 |   8 |   6 |2900 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.93/16.01	c  16.0s| 53900 |  3589 | 38660 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.93/16.05	c  16.0s| 54000 |  3591 | 38712 |   0.7 |    10M |  73 |  82 |   8 |   7 |2900 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.93/16.08	c  16.1s| 54100 |  3595 | 38777 |   0.7 |    10M |  73 |  82 |   8 |   4 |2905 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.03/16.10	c  16.1s| 54200 |  3599 | 38858 |   0.7 |    10M |  73 |  82 |   8 |   0 |2920 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.03/16.14	c  16.1s| 54300 |  3607 | 38964 |   0.7 |    10M |  73 |  82 |   8 |   0 |2938 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.03/16.16	c  16.2s| 54400 |  3619 | 39035 |   0.7 |    10M |  73 |  82 |   8 |   6 |2945 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.03/16.18	c  16.2s| 54500 |  3625 | 39113 |   0.7 |    10M |  73 |  82 |   8 |   0 |2956 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.13/16.21	c  16.2s| 54600 |  3629 | 39176 |   0.7 |    10M |  73 |  82 |   8 |   0 |2962 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.13/16.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
16.13/16.25	c  16.2s| 54700 |  3631 | 39243 |   0.7 |    10M |  73 |  82 |   8 |   0 |2969 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.23/16.30	c  16.3s| 54800 |  3633 | 39310 |   0.7 |    10M |  73 |  82 |   8 |   7 |2978 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.23/16.33	c  16.3s| 54900 |  3643 | 39369 |   0.7 |    10M |  73 |  82 |   8 |   7 |2978 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.23/16.35	c  16.3s| 55000 |  3641 | 39432 |   0.7 |    10M |  73 |  82 |   8 |   4 |2981 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.23/16.38	c  16.4s| 55100 |  3645 | 39493 |   0.7 |    10M |  73 |  82 |   8 |   0 |2986 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.33/16.41	c  16.4s| 55200 |  3651 | 39568 |   0.7 |    10M |  73 |  82 |   8 |   0 |2997 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.33/16.44	c  16.4s| 55300 |  3659 | 39622 |   0.7 |    10M |  73 |  82 |   8 |   0 |2997 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.33/16.46	c  16.5s| 55400 |  3669 | 39677 |   0.7 |    10M |  73 |  82 |   8 |   5 |2997 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.33/16.49	c  16.5s| 55500 |  3679 | 39751 |   0.7 |    10M |  73 |  82 |   8 |   8 |3003 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.43/16.52	c  16.5s| 55600 |  3679 | 39808 |   0.7 |    10M |  73 |  82 |   8 |   0 |3007 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.43/16.54	c  16.5s| 55700 |  3681 | 39863 |   0.7 |    10M |  73 |  82 |   8 |   7 |3007 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.43/16.58	c  16.6s| 55800 |  3689 | 39936 |   0.7 |    10M |  73 |  82 |   8 |   5 |3016 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.53/16.60	c  16.6s| 55900 |  3693 | 40002 |   0.7 |    10M |  73 |  82 |   8 |   5 |3020 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.53/16.62	c  16.6s| 56000 |  3695 | 40054 |   0.7 |    10M |  73 |  82 |   8 |   7 |3020 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.53/16.64	c  16.6s| 56100 |  3699 | 40108 |   0.7 |    10M |  73 |  82 |   8 |   0 |3020 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.53/16.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
16.53/16.66	c  16.7s| 56200 |  3711 | 40219 |   0.7 |    10M |  73 |  82 |   8 |   8 |3047 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.63/16.70	c  16.7s| 56300 |  3709 | 40284 |   0.7 |    10M |  73 |  82 |   8 |   0 |3050 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.63/16.73	c  16.7s| 56400 |  3715 | 40340 |   0.7 |    10M |  73 |  82 |   8 |   0 |3050 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.63/16.75	c  16.7s| 56500 |  3717 | 40391 |   0.7 |    10M |  73 |  82 |   8 |   6 |3050 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.63/16.77	c  16.8s| 56600 |  3721 | 40443 |   0.7 |    10M |  73 |  82 |   8 |   0 |3050 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.63/16.80	c  16.8s| 56700 |  3731 | 40501 |   0.7 |    10M |  73 |  82 |   8 |   6 |3050 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.73/16.82	c  16.8s| 56800 |  3733 | 40555 |   0.7 |    10M |  73 |  82 |   8 |   6 |3050 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.73/16.85	c  16.8s| 56900 |  3735 | 40606 |   0.7 |    10M |  73 |  82 |   8 |   0 |3050 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.73/16.87	c  16.9s| 57000 |  3743 | 40667 |   0.7 |    10M |  73 |  82 |   8 |   5 |3052 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.73/16.89	c  16.9s| 57100 |  3749 | 40722 |   0.7 |    10M |  73 |  82 |   8 |   5 |3052 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.83/16.93	c  16.9s| 57200 |  3755 | 40775 |   0.7 |    10M |  73 |  82 |   8 |   0 |3052 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.83/16.96	c  17.0s| 57300 |  3749 | 40827 |   0.7 |    10M |  73 |  82 |   8 |   7 |3053 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.83/17.00	c  17.0s| 57400 |  3753 | 40902 |   0.7 |    10M |  73 |  82 |   8 |   0 |3060 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.93/17.02	c  17.0s| 57500 |  3755 | 40953 |   0.7 |    10M |  73 |  82 |   8 |   3 |3060 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
16.93/17.04	c  17.0s| 57600 |  3767 | 41009 |   0.7 |    10M |  73 |  82 |   8 |   3 |3060 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
16.93/17.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
16.93/17.06	c  17.1s| 57700 |  3781 | 41074 |   0.7 |    10M |  73 |  82 |   8 |   3 |3061 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
16.93/17.08	c  17.1s| 57800 |  3791 | 41132 |   0.7 |    10M |  73 |  82 |   8 |   0 |3061 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
16.93/17.10	c  17.1s| 57900 |  3803 | 41196 |   0.7 |    10M |  73 |  82 |   8 |   3 |3062 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.03/17.13	c  17.1s| 58000 |  3819 | 41264 |   0.7 |    10M |  73 |  82 |   8 |   3 |3065 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.03/17.17	c  17.2s| 58100 |  3837 | 41343 |   0.7 |    10M |  73 |  82 |   8 |   3 |3074 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.12/17.20	c  17.2s| 58200 |  3837 | 41396 |   0.7 |    10M |  73 |  82 |   8 |   3 |3075 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.12/17.24	c  17.2s| 58300 |  3841 | 41454 |   0.7 |    10M |  73 |  82 |   8 |   0 |3079 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.12/17.27	c  17.3s| 58400 |  3847 | 41512 |   0.7 |    10M |  73 |  82 |   8 |   0 |3083 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.12/17.29	c  17.3s| 58500 |  3853 | 41579 |   0.7 |    10M |  73 |  82 |   8 |   3 |3088 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.22/17.32	c  17.3s| 58600 |  3855 | 41640 |   0.7 |    10M |  73 |  82 |   8 |   0 |3093 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.22/17.36	c  17.3s| 58700 |  3857 | 41704 |   0.7 |    10M |  73 |  82 |   8 |   3 |3103 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.32/17.40	c  17.4s| 58800 |  3869 | 41789 |   0.7 |    10M |  73 |  82 |   8 |   3 |3120 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.32/17.42	c  17.4s| 58900 |  3879 | 41858 |   0.7 |    10M |  73 |  82 |   8 |   3 |3124 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.32/17.46	c  17.5s| 59000 |  3877 | 41922 |   0.7 |    10M |  73 |  82 |   8 |   0 |3129 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.42/17.50	c  17.5s| 59100 |  3877 | 41978 |   0.7 |    10M |  73 |  82 |   8 |   3 |3134 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.42/17.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.42/17.55	c  17.5s| 59200 |  3881 | 42047 |   0.7 |    10M |  73 |  82 |   8 |   0 |3139 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.42/17.58	c  17.6s| 59300 |  3885 | 42118 |   0.7 |    10M |  73 |  82 |   8 |   3 |3149 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.52/17.60	c  17.6s| 59400 |  3893 | 42203 |   0.7 |    10M |  73 |  82 |   8 |   5 |3168 |  2 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.52/17.64	c  17.6s| 59500 |  3893 | 42274 |   0.7 |    10M |  73 |  82 |   8 |   3 |3180 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.52/17.69	c  17.7s| 59600 |  3899 | 42331 |   0.7 |    10M |  73 |  82 |   8 |   0 |3180 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.62/17.73	c  17.7s| 59700 |  3905 | 42397 |   0.7 |    10M |  73 |  82 |   8 |   6 |3185 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.62/17.75	c  17.7s| 59800 |  3907 | 42450 |   0.7 |    10M |  73 |  82 |   8 |   0 |3185 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.62/17.78	c  17.8s| 59900 |  3913 | 42526 |   0.7 |    10M |  73 |  82 |   8 |   7 |3189 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.72/17.80	c  17.8s| 60000 |  3919 | 42593 |   0.7 |    10M |  73 |  82 |   8 |   5 |3194 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.72/17.83	c  17.8s| 60100 |  3923 | 42648 |   0.7 |    10M |  73 |  82 |   8 |   0 |3196 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.72/17.84	c  17.8s| 60200 |  3931 | 42705 |   0.7 |    10M |  73 |  82 |   8 |   0 |3196 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.72/17.87	c  17.9s| 60300 |  3935 | 42757 |   0.7 |    10M |  73 |  82 |   8 |   0 |3196 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.72/17.89	c  17.9s| 60400 |  3949 | 42819 |   0.7 |    10M |  73 |  82 |   8 |   0 |3196 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.82/17.92	c  17.9s| 60500 |  3955 | 42874 |   0.7 |    10M |  73 |  82 |   8 |   6 |3196 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.82/17.94	c  17.9s| 60600 |  3967 | 42935 |   0.7 |    10M |  73 |  82 |   8 |   0 |3196 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.82/17.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.82/17.95	c  17.9s| 60700 |  3989 | 43002 |   0.7 |    10M |  73 |  82 |   8 |   0 |3196 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.82/17.99	c  18.0s| 60800 |  3999 | 43060 |   0.7 |    10M |  73 |  82 |   8 |   0 |3196 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.93/18.02	c  18.0s| 60900 |  4013 | 43121 |   0.7 |    10M |  73 |  82 |   8 |   0 |3196 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.93/18.04	c  18.0s| 61000 |  4017 | 43175 |   0.7 |    10M |  73 |  82 |   8 |   0 |3196 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.93/18.07	c  18.1s| 61100 |  4025 | 43231 |   0.7 |    10M |  73 |  82 |   8 |   6 |3196 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.93/18.09	c  18.1s| 61200 |  4029 | 43285 |   0.7 |    10M |  73 |  82 |   8 |   0 |3196 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.03/18.12	c  18.1s| 61300 |  4029 | 43336 |   0.7 |    10M |  73 |  82 |   8 |   0 |3196 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.03/18.16	c  18.2s| 61400 |  4037 | 43395 |   0.7 |    10M |  73 |  82 |   8 |   0 |3196 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.03/18.19	c  18.2s| 61500 |  4047 | 43457 |   0.7 |    10M |  73 |  82 |   8 |   6 |3196 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.12/18.21	c  18.2s| 61600 |  4049 | 43511 |   0.7 |    10M |  73 |  82 |   8 |   0 |3196 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.12/18.25	c  18.2s| 61700 |  4051 | 43575 |   0.7 |    10M |  73 |  82 |   8 |   0 |3200 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.12/18.28	c  18.3s| 61800 |  4053 | 43639 |   0.7 |    10M |  73 |  82 |   8 |   0 |3203 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.22/18.31	c  18.3s| 61900 |  4055 | 43720 |   0.7 |    10M |  73 |  82 |   8 |   6 |3215 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.22/18.34	c  18.3s| 62000 |  4059 | 43779 |   0.7 |    10M |  73 |  82 |   8 |   7 |3219 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.22/18.35	c  18.3s| 62100 |  4061 | 43830 |   0.7 |    10M |  73 |  82 |   8 |   5 |3219 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.22/18.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
18.22/18.37	c  18.4s| 62200 |  4063 | 43895 |   0.7 |    10M |  73 |  82 |   8 |   5 |3227 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.22/18.39	c  18.4s| 62300 |  4073 | 43958 |   0.7 |    10M |  73 |  82 |   8 |   6 |3227 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.32/18.42	c  18.4s| 62400 |  4079 | 44038 |   0.7 |    10M |  73 |  82 |   8 |   0 |3241 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.32/18.45	c  18.4s| 62500 |  4081 | 44098 |   0.7 |    10M |  73 |  82 |   8 |   6 |3241 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.32/18.48	c  18.5s| 62600 |  4083 | 44160 |   0.7 |    10M |  73 |  82 |   8 |   0 |3247 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.42/18.51	c  18.5s| 62700 |  4085 | 44211 |   0.7 |    10M |  73 |  82 |   8 |   0 |3247 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.42/18.54	c  18.5s| 62800 |  4101 | 44274 |   0.7 |    10M |  73 |  82 |   8 |   8 |3247 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.42/18.57	c  18.6s| 62900 |  4097 | 44326 |   0.7 |    10M |  73 |  82 |   8 |   0 |3249 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.42/18.59	c  18.6s| 63000 |  4103 | 44399 |   0.7 |    10M |  73 |  82 |   8 |   0 |3258 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.52/18.61	c  18.6s| 63100 |  4105 | 44451 |   0.7 |    10M |  73 |  82 |   8 |   6 |3258 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.52/18.65	c  18.6s| 63200 |  4111 | 44505 |   0.7 |    10M |  73 |  82 |   8 |   0 |3258 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.52/18.66	c  18.7s| 63300 |  4113 | 44561 |   0.7 |    10M |  73 |  82 |   8 |   0 |3258 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.52/18.69	c  18.7s| 63400 |  4119 | 44622 |   0.7 |    10M |  73 |  82 |   8 |   5 |3263 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.62/18.71	c  18.7s| 63500 |  4125 | 44704 |   0.7 |    10M |  73 |  82 |   8 |   0 |3274 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.62/18.74	c  18.7s| 63600 |  4133 | 44763 |   0.7 |    10M |  73 |  82 |   8 |   7 |3274 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.62/18.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
18.62/18.77	c  18.8s| 63700 |  4135 | 44834 |   0.7 |    10M |  73 |  82 |   8 |   6 |3274 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.72/18.81	c  18.8s| 63800 |  4139 | 44898 |   0.7 |    10M |  73 |  82 |   8 |   3 |3276 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.72/18.82	c  18.8s| 63900 |  4151 | 44976 |   0.7 |    10M |  73 |  82 |   8 |   3 |3289 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.72/18.87	c  18.9s| 64000 |  4157 | 45090 |   0.7 |    10M |  73 |  82 |   8 |   0 |3311 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.72/18.89	c  18.9s| 64100 |  4171 | 45170 |   0.7 |    10M |  73 |  82 |   8 |   0 |3324 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.82/18.92	c  18.9s| 64200 |  4179 | 45257 |   0.7 |    10M |  73 |  82 |   8 |   5 |3336 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.82/18.95	c  18.9s| 64300 |  4183 | 45322 |   0.7 |    10M |  73 |  82 |   8 |   0 |3344 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.82/18.99	c  19.0s| 64400 |  4183 | 45379 |   0.7 |    10M |  73 |  82 |   8 |   0 |3346 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.92/19.03	c  19.0s| 64500 |  4183 | 45456 |   0.7 |    10M |  73 |  82 |   8 |   6 |3358 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.92/19.06	c  19.1s| 64600 |  4179 | 45506 |   0.7 |    10M |  73 |  82 |   8 |   3 |3358 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.92/19.10	c  19.1s| 64700 |  4187 | 45602 |   0.7 |    10M |  73 |  82 |   8 |   6 |3378 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
19.02/19.13	c  19.1s| 64800 |  4195 | 45658 |   0.7 |    10M |  73 |  82 |   8 |   0 |3378 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
19.02/19.15	c  19.1s| 64900 |  4201 | 45711 |   0.7 |    10M |  73 |  82 |   8 |   6 |3378 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
19.02/19.18	c  19.2s| 65000 |  4211 | 45766 |   0.7 |    10M |  73 |  82 |   8 |   6 |3378 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
19.12/19.21	c  19.2s| 65100 |  4217 | 45819 |   0.7 |    10M |  73 |  82 |   8 |   0 |3378 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
19.12/19.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
19.12/19.24	c  19.2s| 65200 |  4219 | 45870 |   0.7 |    11M |  73 |  82 |   8 |   6 |3378 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
19.12/19.27	c  19.3s| 65300 |  4221 | 45922 |   0.7 |    11M |  73 |  82 |   8 |   5 |3378 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.19%
19.22/19.30	c  19.3s| 65400 |  4219 | 45976 |   0.7 |    11M |  73 |  82 |   8 |   0 |3379 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.19%
19.22/19.33	c  19.3s| 65500 |  4225 | 46059 |   0.7 |    11M |  73 |  82 |   8 |   0 |3397 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.19%
19.22/19.34	c  19.3s| 65600 |  4233 | 46129 |   0.7 |    11M |  73 |  82 |   8 |   0 |3405 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.22/19.37	c  19.4s| 65700 |  4235 | 46183 |   0.7 |    11M |  73 |  82 |   8 |   6 |3405 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.32/19.40	c  19.4s| 65800 |  4239 | 46237 |   0.7 |    11M |  73 |  82 |   8 |   6 |3405 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.32/19.43	c  19.4s| 65900 |  4251 | 46293 |   0.7 |    11M |  73 |  82 |   8 |   6 |3405 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.32/19.46	c  19.5s| 66000 |  4265 | 46358 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.32/19.49	c  19.5s| 66100 |  4269 | 46410 |   0.7 |    11M |  73 |  82 |   8 |   5 |3410 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.42/19.51	c  19.5s| 66200 |  4281 | 46476 |   0.7 |    11M |  73 |  82 |   8 |   5 |3410 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.42/19.55	c  19.5s| 66300 |  4287 | 46529 |   0.7 |    11M |  73 |  82 |   8 |   5 |3410 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.42/19.58	c  19.6s| 66400 |  4287 | 46579 |   0.7 |    11M |  73 |  82 |   8 |   5 |3410 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.51/19.60	c  19.6s| 66500 |  4287 | 46629 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.51/19.62	c  19.6s| 66600 |  4295 | 46683 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.51/19.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
19.51/19.64	c  19.6s| 66700 |  4305 | 46739 |   0.7 |    11M |  73 |  82 |   8 |   5 |3410 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.51/19.67	c  19.7s| 66800 |  4311 | 46792 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.51/19.69	c  19.7s| 66900 |  4309 | 46841 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.61/19.74	c  19.7s| 67000 |  4321 | 46897 |   0.7 |    11M |  73 |  82 |   8 |   5 |3410 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.61/19.76	c  19.8s| 67100 |  4335 | 46954 |   0.7 |    11M |  73 |  82 |   8 |   5 |3410 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.61/19.79	c  19.8s| 67200 |  4337 | 47005 |   0.7 |    11M |  73 |  82 |   8 |   5 |3410 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.71/19.82	c  19.8s| 67300 |  4333 | 47053 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.71/19.84	c  19.8s| 67400 |  4337 | 47105 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.71/19.87	c  19.9s| 67500 |  4343 | 47158 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.71/19.89	c  19.9s| 67600 |  4351 | 47212 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.81/19.91	c  19.9s| 67700 |  4363 | 47273 |   0.7 |    11M |  73 |  82 |   8 |   5 |3410 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.81/19.94	c  19.9s| 67800 |  4381 | 47332 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.81/19.97	c  20.0s| 67900 |  4387 | 47385 |   0.7 |    11M |  73 |  82 |   8 |   5 |3410 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.92/20.00	c  20.0s| 68000 |  4389 | 47436 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.92/20.04	c  20.0s| 68100 |  4393 | 47488 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.92/20.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
19.92/20.06	c  20.1s| 68200 |  4399 | 47541 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.92/20.08	c  20.1s| 68300 |  4407 | 47595 |   0.7 |    11M |  73 |  82 |   8 |   5 |3410 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
20.02/20.11	c  20.1s| 68400 |  4419 | 47651 |   0.7 |    11M |  73 |  82 |   8 |   5 |3410 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
20.02/20.14	c  20.1s| 68500 |  4425 | 47704 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
20.02/20.17	c  20.2s| 68600 |  4433 | 47758 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
20.02/20.19	c  20.2s| 68700 |  4445 | 47814 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
20.11/20.22	c  20.2s| 68800 |  4457 | 47870 |   0.7 |    11M |  73 |  82 |   8 |   6 |3410 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
20.11/20.25	c  20.2s| 68900 |  4459 | 47928 |   0.7 |    11M |  73 |  82 |   8 |   0 |3411 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.11/20.26	c  20.3s| 69000 |  4467 | 47999 |   0.7 |    11M |  73 |  82 |   8 |   0 |3416 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.11/20.29	c  20.3s| 69100 |  4469 | 48060 |   0.7 |    11M |  73 |  82 |   8 |   0 |3419 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.21/20.31	c  20.3s| 69200 |  4473 | 48112 |   0.7 |    11M |  73 |  82 |   8 |   0 |3419 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.21/20.33	c  20.3s| 69300 |  4473 | 48162 |   0.7 |    11M |  73 |  82 |   8 |   5 |3419 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.21/20.38	c  20.4s| 69400 |  4475 | 48213 |   0.7 |    11M |  73 |  82 |   8 |   5 |3419 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.31/20.42	c  20.4s| 69500 |  4477 | 48264 |   0.7 |    11M |  73 |  82 |   8 |   5 |3419 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.31/20.44	c  20.4s| 69600 |  4481 | 48316 |   0.7 |    11M |  73 |  82 |   8 |   5 |3419 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.31/20.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
20.31/20.47	c  20.5s| 69700 |  4483 | 48367 |   0.7 |    11M |  73 |  82 |   8 |   5 |3419 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.41/20.50	c  20.5s| 69800 |  4489 | 48420 |   0.7 |    11M |  73 |  82 |   8 |   5 |3419 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.41/20.52	c  20.5s| 69900 |  4497 | 48478 |   0.7 |    11M |  73 |  82 |   8 |   0 |3421 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.41/20.55	c  20.5s| 70000 |  4499 | 48529 |   0.7 |    11M |  73 |  82 |   8 |   6 |3421 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.41/20.59	c  20.6s| 70100 |  4509 | 48584 |   0.7 |    11M |  73 |  82 |   8 |   6 |3421 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.51/20.62	c  20.6s| 70200 |  4513 | 48638 |   0.7 |    11M |  73 |  82 |   8 |   6 |3421 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.51/20.65	c  20.6s| 70300 |  4515 | 48700 |   0.7 |    11M |  73 |  82 |   8 |   0 |3421 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.51/20.68	c  20.7s| 70400 |  4519 | 48752 |   0.7 |    11M |  73 |  82 |   8 |   0 |3421 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.61/20.72	c  20.7s| 70500 |  4531 | 48808 |   0.7 |    11M |  73 |  82 |   8 |   6 |3421 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.61/20.74	c  20.7s| 70600 |  4543 | 48867 |   0.7 |    11M |  73 |  82 |   8 |   0 |3421 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.61/20.78	c  20.8s| 70700 |  4545 | 48920 |   0.7 |    11M |  73 |  82 |   8 |   0 |3421 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.61/20.79	c  20.8s| 70800 |  4551 | 48973 |   0.7 |    11M |  73 |  82 |   8 |   0 |3421 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.71/20.80	c  20.8s| 70900 |  4567 | 49031 |   0.7 |    11M |  73 |  82 |   8 |   0 |3421 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.71/20.83	c  20.8s| 71000 |  4577 | 49086 |   0.7 |    11M |  73 |  82 |   8 |   6 |3421 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.71/20.86	c  20.9s| 71100 |  4575 | 49135 |   0.7 |    11M |  73 |  82 |   8 |   0 |3421 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.71/20.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
20.71/20.88	c  20.9s| 71200 |  4583 | 49193 |   0.7 |    11M |  73 |  82 |   8 |   0 |3421 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.82/20.91	c  20.9s| 71300 |  4585 | 49245 |   0.7 |    11M |  73 |  82 |   8 |   6 |3421 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.82/20.93	c  20.9s| 71400 |  4585 | 49296 |   0.7 |    11M |  73 |  82 |   8 |   6 |3421 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.82/20.97	c  21.0s| 71500 |  4587 | 49347 |   0.7 |    11M |  73 |  82 |   8 |   6 |3421 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.82/20.99	c  21.0s| 71600 |  4595 | 49401 |   0.7 |    11M |  73 |  82 |   8 |   6 |3421 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.92/21.02	c  21.0s| 71700 |  4597 | 49453 |   0.7 |    11M |  73 |  82 |   8 |   4 |3421 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.92/21.05	c  21.0s| 71800 |  4595 | 49502 |   0.7 |    11M |  73 |  82 |   8 |   0 |3421 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.92/21.08	c  21.1s| 71900 |  4601 | 49558 |   0.7 |    11M |  73 |  82 |   8 |   0 |3421 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.02/21.11	c  21.1s| 72000 |  4613 | 49622 |   0.7 |    11M |  73 |  82 |   8 |   0 |3425 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.02/21.13	c  21.1s| 72100 |  4623 | 49683 |   0.7 |    11M |  73 |  82 |   8 |   6 |3427 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.02/21.16	c  21.2s| 72200 |  4625 | 49736 |   0.7 |    11M |  73 |  82 |   8 |   0 |3427 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.02/21.17	c  21.2s| 72300 |  4637 | 49792 |   0.7 |    11M |  73 |  82 |   8 |   6 |3427 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.12/21.20	c  21.2s| 72400 |  4647 | 49849 |   0.7 |    11M |  73 |  82 |   8 |   6 |3427 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.12/21.23	c  21.2s| 72500 |  4649 | 49903 |   0.7 |    11M |  73 |  82 |   8 |   0 |3428 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.12/21.26	c  21.3s| 72600 |  4653 | 49957 |   0.7 |    11M |  73 |  82 |   8 |   6 |3428 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.12/21.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
21.12/21.29	c  21.3s| 72700 |  4657 | 50011 |   0.7 |    11M |  73 |  82 |   8 |   7 |3428 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.22/21.32	c  21.3s| 72800 |  4659 | 50062 |   0.7 |    11M |  73 |  82 |   8 |   6 |3428 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.22/21.33	c  21.3s| 72900 |  4667 | 50120 |   0.7 |    11M |  73 |  82 |   8 |   0 |3428 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.22/21.35	c  21.3s| 73000 |  4675 | 50175 |   0.7 |    11M |  73 |  82 |   8 |   0 |3428 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.22/21.37	c  21.4s| 73100 |  4679 | 50228 |   0.7 |    11M |  73 |  82 |   8 |   7 |3428 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.32/21.40	c  21.4s| 73200 |  4683 | 50281 |   0.7 |    11M |  73 |  82 |   8 |   6 |3428 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.32/21.43	c  21.4s| 73300 |  4687 | 50334 |   0.7 |    11M |  73 |  82 |   8 |   0 |3428 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.32/21.47	c  21.5s| 73400 |  4703 | 50392 |   0.7 |    11M |  73 |  82 |   8 |   0 |3428 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.32/21.49	c  21.5s| 73500 |  4715 | 50450 |   0.7 |    11M |  73 |  82 |   8 |   0 |3428 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.42/21.52	c  21.5s| 73600 |  4715 | 50500 |   0.7 |    11M |  73 |  82 |   8 |   0 |3428 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.42/21.54	c  21.5s| 73700 |  4717 | 50551 |   0.7 |    11M |  73 |  82 |   8 |   6 |3428 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.42/21.59	c  21.6s| 73800 |  4717 | 50601 |   0.7 |    11M |  73 |  82 |   8 |   6 |3428 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.52/21.61	c  21.6s| 73900 |  4721 | 50653 |   0.7 |    11M |  73 |  82 |   8 |   0 |3428 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.52/21.64	c  21.6s| 74000 |  4729 | 50707 |   0.7 |    11M |  73 |  82 |   8 |   6 |3428 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.52/21.67	c  21.7s| 74100 |  4731 | 50758 |   0.7 |    11M |  73 |  82 |   8 |   7 |3428 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.61/21.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
21.61/21.71	c  21.7s| 74200 |  4745 | 50817 |   0.7 |    11M |  73 |  82 |   8 |   0 |3428 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.61/21.73	c  21.7s| 74300 |  4747 | 50868 |   0.7 |    11M |  73 |  82 |   8 |   0 |3428 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.61/21.77	c  21.8s| 74400 |  4753 | 50922 |   0.7 |    11M |  73 |  82 |   8 |   0 |3428 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.61/21.78	c  21.8s| 74500 |  4761 | 50982 |   0.7 |    11M |  73 |  82 |   8 |   0 |3430 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.71/21.80	c  21.8s| 74600 |  4767 | 51035 |   0.7 |    11M |  73 |  82 |   8 |   6 |3430 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.71/21.83	c  21.8s| 74700 |  4775 | 51089 |   0.7 |    11M |  73 |  82 |   8 |   0 |3430 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.71/21.85	c  21.8s| 74800 |  4781 | 51143 |   0.7 |    11M |  73 |  82 |   8 |   0 |3430 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.71/21.88	c  21.9s| 74900 |  4787 | 51196 |   0.7 |    11M |  73 |  82 |   8 |   5 |3430 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.81/21.91	c  21.9s| 75000 |  4797 | 51251 |   0.7 |    11M |  73 |  82 |   8 |   5 |3430 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.81/21.94	c  21.9s| 75100 |  4807 | 51308 |   0.7 |    11M |  73 |  82 |   8 |   5 |3430 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.81/21.98	c  22.0s| 75200 |  4811 | 51360 |   0.7 |    11M |  73 |  82 |   8 |   5 |3430 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.92/22.00	c  22.0s| 75300 |  4815 | 51412 |   0.7 |    11M |  73 |  82 |   8 |   5 |3430 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.92/22.03	c  22.0s| 75400 |  4817 | 51463 |   0.7 |    11M |  73 |  82 |   8 |   0 |3430 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.92/22.06	c  22.1s| 75500 |  4827 | 51518 |   0.7 |    11M |  73 |  82 |   8 |   0 |3430 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.92/22.07	c  22.1s| 75600 |  4827 | 51568 |   0.7 |    11M |  73 |  82 |   8 |   5 |3430 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.02/22.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
22.02/22.11	c  22.1s| 75700 |  4837 | 51627 |   0.7 |    11M |  73 |  82 |   8 |   0 |3430 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.02/22.14	c  22.1s| 75800 |  4835 | 51676 |   0.7 |    11M |  73 |  82 |   8 |   0 |3430 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.02/22.16	c  22.2s| 75900 |  4845 | 51731 |   0.7 |    11M |  73 |  82 |   8 |   0 |3430 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.11/22.21	c  22.2s| 76000 |  4849 | 51783 |   0.7 |    11M |  73 |  82 |   8 |   5 |3430 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.11/22.23	c  22.2s| 76100 |  4849 | 51833 |   0.7 |    11M |  73 |  82 |   8 |   0 |3430 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.11/22.25	c  22.2s| 76200 |  4855 | 51886 |   0.7 |    11M |  73 |  82 |   8 |   0 |3430 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.11/22.26	c  22.3s| 76300 |  4865 | 51941 |   0.7 |    11M |  73 |  82 |   8 |   3 |3430 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.11/22.29	c  22.3s| 76400 |  4877 | 52039 |   0.7 |    11M |  73 |  82 |   8 |   3 |3440 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.21/22.31	c  22.3s| 76500 |  4891 | 52104 |   0.7 |    11M |  73 |  82 |   8 |   3 |3441 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.21/22.33	c  22.3s| 76600 |  4915 | 52206 |   0.7 |    11M |  73 |  82 |   8 |   0 |3454 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.21/22.36	c  22.4s| 76700 |  4927 | 52268 |   0.7 |    11M |  73 |  82 |   8 |   3 |3455 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.21/22.38	c  22.4s| 76800 |  4945 | 52359 |   0.7 |    11M |  73 |  82 |   8 |   3 |3468 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.31/22.41	c  22.4s| 76900 |  4963 | 52433 |   0.7 |    11M |  73 |  82 |   8 |   3 |3474 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.31/22.45	c  22.4s| 77000 |  4969 | 52493 |   0.7 |    11M |  73 |  82 |   8 |   3 |3477 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.31/22.47	c  22.5s| 77100 |  4971 | 52565 |   0.7 |    11M |  73 |  82 |   8 |   0 |3489 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.41/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.41/22.51	c  22.5s| 77200 |  4977 | 52648 |   0.7 |    11M |  73 |  82 |   8 |   3 |3501 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.41/22.55	c  22.5s| 77300 |  4981 | 52741 |   0.7 |    11M |  73 |  82 |   8 |   3 |3517 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.41/22.58	c  22.6s| 77400 |  4985 | 52803 |   0.7 |    11M |  73 |  82 |   8 |   3 |3520 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.51/22.61	c  22.6s| 77500 |  4993 | 52886 |   0.7 |    11M |  73 |  82 |   8 |   3 |3532 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.51/22.64	c  22.6s| 77600 |  4995 | 52937 |   0.7 |    11M |  73 |  82 |   8 |   0 |3532 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.51/22.65	c  22.6s| 77700 |  4999 | 52989 |   0.7 |    11M |  73 |  82 |   8 |   0 |3532 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.51/22.68	c  22.7s| 77800 |  5001 | 53040 |   0.7 |    11M |  73 |  82 |   8 |   0 |3532 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.51/22.70	c  22.7s| 77900 |  5007 | 53099 |   0.7 |    11M |  73 |  82 |   8 |   0 |3533 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.61/22.74	c  22.7s| 78000 |  5023 | 53176 |   0.7 |    11M |  73 |  82 |   8 |   3 |3539 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.61/22.77	c  22.8s| 78100 |  5029 | 53238 |   0.7 |    11M |  73 |  82 |   8 |   0 |3542 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.61/22.79	c  22.8s| 78200 |  5039 | 53301 |   0.7 |    11M |  73 |  82 |   8 |   0 |3547 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.71/22.83	c  22.8s| 78300 |  5045 | 53374 |   0.7 |    11M |  73 |  82 |   8 |   3 |3552 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.71/22.86	c  22.9s| 78400 |  5051 | 53447 |   0.7 |    11M |  73 |  82 |   8 |   0 |3561 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.71/22.87	c  22.9s| 78500 |  5063 | 53516 |   0.7 |    11M |  73 |  82 |   8 |   3 |3563 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.81/22.90	c  22.9s| 78600 |  5075 | 53599 |   0.7 |    11M |  73 |  82 |   8 |   3 |3574 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.81/22.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
22.81/22.92	c  22.9s| 78700 |  5093 | 53675 |   0.7 |    11M |  73 |  82 |   8 |   3 |3580 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.81/22.95	c  22.9s| 78800 |  5105 | 53768 |   0.7 |    11M |  73 |  82 |   8 |   3 |3594 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.81/22.98	c  23.0s| 78900 |  5123 | 53855 |   0.7 |    11M |  73 |  82 |   8 |   0 |3603 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.91/23.02	c  23.0s| 79000 |  5139 | 53939 |   0.7 |    11M |  73 |  82 |   8 |   5 |3612 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.91/23.06	c  23.0s| 79100 |  5149 | 54015 |   0.7 |    11M |  73 |  82 |   8 |   0 |3619 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.91/23.08	c  23.1s| 79200 |  5165 | 54092 |   0.7 |    11M |  73 |  82 |   8 |   0 |3626 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.01/23.10	c  23.1s| 79300 |  5181 | 54183 |   0.7 |    11M |  73 |  82 |   8 |   0 |3639 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.01/23.14	c  23.1s| 79400 |  5181 | 54265 |   0.7 |    11M |  73 |  82 |   8 |   0 |3652 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.01/23.17	c  23.2s| 79500 |  5195 | 54340 |   0.7 |    11M |  73 |  82 |   8 |   0 |3656 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.01/23.19	c  23.2s| 79600 |  5195 | 54405 |   0.7 |    11M |  73 |  82 |   8 |   0 |3667 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.11/23.21	c  23.2s| 79700 |  5197 | 54476 |   0.7 |    11M |  73 |  82 |   8 |   0 |3671 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.11/23.25	c  23.2s| 79800 |  5205 | 54539 |   0.7 |    11M |  73 |  82 |   8 |   0 |3671 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.11/23.26	c  23.3s| 79900 |  5211 | 54599 |   0.7 |    11M |  73 |  82 |   8 |   0 |3671 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.11/23.29	c  23.3s| 80000 |  5223 | 54659 |   0.7 |    11M |  73 |  82 |   8 |   0 |3671 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.21/23.32	c  23.3s| 80100 |  5227 | 54712 |   0.7 |    11M |  73 |  82 |   8 |   3 |3671 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.21/23.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.21/23.35	c  23.3s| 80200 |  5249 | 54791 |   0.7 |    11M |  73 |  82 |   8 |   4 |3675 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.21/23.39	c  23.4s| 80300 |  5249 | 54847 |   0.7 |    11M |  73 |  82 |   8 |   3 |3679 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.31/23.42	c  23.4s| 80400 |  5251 | 54903 |   0.7 |    11M |  73 |  82 |   8 |   0 |3679 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.31/23.46	c  23.5s| 80500 |  5249 | 54973 |   0.7 |    11M |  73 |  82 |   8 |   3 |3687 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.31/23.49	c  23.5s| 80600 |  5253 | 55030 |   0.7 |    11M |  73 |  82 |   8 |   3 |3691 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.41/23.51	c  23.5s| 80700 |  5265 | 55090 |   0.7 |    11M |  73 |  82 |   8 |   0 |3691 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.41/23.53	c  23.5s| 80800 |  5267 | 55143 |   0.7 |    11M |  73 |  82 |   8 |   3 |3691 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.41/23.55	c  23.5s| 80900 |  5273 | 55199 |   0.7 |    11M |  73 |  82 |   8 |   3 |3691 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.41/23.58	c  23.6s| 81000 |  5273 | 55249 |   0.7 |    11M |  73 |  82 |   8 |   0 |3691 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.51/23.61	c  23.6s| 81100 |  5279 | 55305 |   0.7 |    11M |  73 |  82 |   8 |   0 |3692 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.51/23.65	c  23.6s| 81200 |  5293 | 55386 |   0.7 |    11M |  73 |  82 |   8 |   3 |3703 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.61/23.70	c  23.7s| 81300 |  5293 | 55467 |   0.7 |    11M |  73 |  82 |   8 |   0 |3721 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.61/23.74	c  23.7s| 81400 |  5297 | 55530 |   0.7 |    11M |  73 |  82 |   8 |   3 |3725 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.61/23.76	c  23.7s| 81500 |  5297 | 55581 |   0.7 |    11M |  73 |  82 |   8 |   0 |3725 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.61/23.77	c  23.8s| 81600 |  5301 | 55639 |   0.7 |    12M |  73 |  82 |   8 |   0 |3725 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.71/23.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.71/23.82	c  23.8s| 81700 |  5299 | 55709 |   0.7 |    12M |  73 |  82 |   8 |   0 |3736 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.71/23.86	c  23.9s| 81800 |  5307 | 55777 |   0.7 |    12M |  73 |  82 |   8 |   5 |3742 |  2 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.71/23.89	c  23.9s| 81900 |  5311 | 55869 |   0.7 |    12M |  73 |  82 |   8 |   5 |3755 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.81/23.91	c  23.9s| 82000 |  5323 | 55954 |   0.7 |    12M |  73 |  82 |   8 |   0 |3765 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.81/23.93	c  23.9s| 82100 |  5339 | 56046 |   0.7 |    12M |  73 |  82 |   8 |   5 |3781 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.81/23.97	c  24.0s| 82200 |  5351 | 56148 |   0.7 |    12M |  73 |  82 |   8 |   0 |3799 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.91/24.01	c  24.0s| 82300 |  5357 | 56225 |   0.7 |    12M |  73 |  82 |   8 |   0 |3811 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.91/24.07	c  24.1s| 82400 |  5365 | 56304 |   0.7 |    12M |  73 |  82 |   8 |   5 |3822 |  2 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.01/24.10	c  24.1s| 82500 |  5369 | 56372 |   0.7 |    12M |  73 |  82 |   8 |   3 |3825 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.01/24.13	c  24.1s| 82600 |  5373 | 56467 |   0.7 |    12M |  73 |  82 |   8 |   6 |3843 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.01/24.16	c  24.2s| 82700 |  5375 | 56546 |   0.7 |    12M |  73 |  82 |   8 |   5 |3858 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.01/24.18	c  24.2s| 82800 |  5375 | 56600 |   0.7 |    12M |  73 |  82 |   8 |   0 |3858 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.10/24.22	c  24.2s| 82900 |  5379 | 56679 |   0.7 |    12M |  73 |  82 |   8 |   0 |3877 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.10/24.24	c  24.2s| 83000 |  5385 | 56752 |   0.7 |    12M |  73 |  82 |   8 |   3 |3881 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.10/24.26	c  24.3s| 83100 |  5391 | 56841 |   0.7 |    12M |  73 |  82 |   9 |   5 |3892 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.10/24.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
24.10/24.29	c  24.3s| 83200 |  5393 | 56900 |   0.7 |    12M |  73 |  82 |   9 |   0 |3892 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.20/24.32	c  24.3s| 83300 |  5395 | 56954 |   0.7 |    12M |  73 |  82 |   9 |   0 |3892 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.20/24.34	c  24.3s| 83400 |  5395 | 57017 |   0.7 |    12M |  73 |  82 |   9 |   0 |3896 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.20/24.39	c  24.4s| 83500 |  5397 | 57117 |   0.7 |    12M |  73 |  82 |   9 |   0 |3922 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.30/24.41	c  24.4s| 83600 |  5409 | 57188 |   0.7 |    12M |  73 |  82 |   9 |   4 |3929 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.30/24.43	c  24.4s| 83700 |  5419 | 57282 |   0.7 |    12M |  73 |  82 |   9 |   0 |3948 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.30/24.46	c  24.4s| 83800 |  5429 | 57399 |   0.7 |    12M |  73 |  82 |   9 |   0 |3972 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.30/24.48	c  24.5s| 83900 |  5439 | 57486 |   0.7 |    12M |  73 |  82 |   9 |   6 |3988 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.40/24.51	c  24.5s| 84000 |  5445 | 57554 |   0.7 |    12M |  73 |  82 |   9 |   0 |3998 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.40/24.53	c  24.5s| 84100 |  5447 | 57608 |   0.7 |    12M |  73 |  82 |   9 |   6 |3998 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.40/24.55	c  24.5s| 84200 |  5451 | 57660 |   0.7 |    12M |  73 |  82 |   9 |   6 |3998 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.40/24.59	c  24.6s| 84300 |  5457 | 57724 |   0.7 |    12M |  73 |  82 |   9 |   0 |4005 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.50/24.63	c  24.6s| 84400 |  5463 | 57821 |   0.7 |    12M |  73 |  82 |   9 |   6 |4032 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.50/24.65	c  24.6s| 84500 |  5469 | 57874 |   0.7 |    12M |  73 |  82 |   9 |   6 |4032 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.50/24.68	c  24.7s| 84600 |  5471 | 57925 |   0.7 |    12M |  73 |  82 |   9 |   0 |4032 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.60/24.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
24.60/24.71	c  24.7s| 84700 |  5479 | 57979 |   0.7 |    12M |  73 |  82 |   9 |   6 |4032 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.60/24.73	c  24.7s| 84800 |  5491 | 58035 |   0.7 |    12M |  73 |  82 |   9 |   6 |4032 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.60/24.77	c  24.8s| 84900 |  5499 | 58089 |   0.7 |    12M |  73 |  82 |   9 |   0 |4032 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.60/24.79	c  24.8s| 85000 |  5497 | 58138 |   0.7 |    12M |  73 |  82 |   9 |   6 |4032 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.70/24.81	c  24.8s| 85100 |  5503 | 58191 |   0.7 |    12M |  73 |  82 |   9 |   0 |4032 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.70/24.85	c  24.8s| 85200 |  5511 | 58245 |   0.7 |    12M |  73 |  82 |   9 |   6 |4032 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.70/24.88	c  24.9s| 85300 |  5515 | 58297 |   0.7 |    12M |  73 |  82 |   9 |   0 |4032 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.80/24.91	c  24.9s| 85400 |  5521 | 58350 |   0.7 |    12M |  73 |  82 |   9 |   6 |4032 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.80/24.94	c  24.9s| 85500 |  5533 | 58406 |   0.7 |    12M |  73 |  82 |   9 |   6 |4032 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.80/24.95	c  24.9s| 85600 |  5533 | 58456 |   0.7 |    12M |  73 |  82 |   9 |   6 |4032 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.80/24.99	c  25.0s| 85700 |  5535 | 58507 |   0.7 |    12M |  73 |  82 |   9 |   6 |4032 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.91/25.02	c  25.0s| 85800 |  5539 | 58574 |   0.7 |    12M |  73 |  82 |   9 |   0 |4036 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.91/25.04	c  25.0s| 85900 |  5545 | 58659 |   0.7 |    12M |  73 |  82 |   9 |   8 |4049 |  2 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.91/25.07	c  25.1s| 86000 |  5545 | 58722 |   0.7 |    12M |  73 |  82 |   9 |   0 |4049 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.00/25.11	c  25.1s| 86100 |  5551 | 58788 |   0.7 |    12M |  73 |  82 |   9 |   0 |4056 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.00/25.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
25.00/25.14	c  25.1s| 86200 |  5563 | 58844 |   0.7 |    13M |  73 |  82 |   9 |   6 |4056 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.00/25.16	c  25.2s| 86300 |  5575 | 58924 |   0.7 |    13M |  73 |  82 |   9 |   6 |4069 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.00/25.19	c  25.2s| 86400 |  5575 | 58977 |   0.7 |    13M |  73 |  82 |   9 |   0 |4070 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.10/25.21	c  25.2s| 86500 |  5579 | 59036 |   0.7 |    13M |  73 |  82 |   9 |   0 |4074 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.10/25.24	c  25.2s| 86600 |  5579 | 59086 |   0.7 |    13M |  73 |  82 |   9 |   8 |4074 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.10/25.27	c  25.3s| 86700 |  5585 | 59145 |   0.7 |    13M |  73 |  82 |   9 |   7 |4078 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.10/25.29	c  25.3s| 86800 |  5587 | 59196 |   0.7 |    13M |  73 |  82 |   9 |   7 |4078 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.20/25.32	c  25.3s| 86900 |  5591 | 59248 |   0.7 |    13M |  73 |  82 |   9 |   7 |4078 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.20/25.35	c  25.3s| 87000 |  5597 | 59308 |   0.7 |    13M |  73 |  82 |   9 |   0 |4078 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.20/25.39	c  25.4s| 87100 |  5599 | 59362 |   0.7 |    13M |  73 |  82 |   9 |   0 |4078 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.30/25.41	c  25.4s| 87200 |  5613 | 59431 |   0.7 |    13M |  73 |  82 |   9 |   7 |4078 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.30/25.45	c  25.4s| 87300 |  5619 | 59491 |   0.7 |    13M |  73 |  82 |   9 |   7 |4078 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.30/25.47	c  25.5s| 87400 |  5623 | 59551 |   0.7 |    13M |  73 |  82 |   9 |   0 |4078 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.40/25.50	c  25.5s| 87500 |  5623 | 59604 |   0.7 |    13M |  73 |  82 |   9 |   0 |4078 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.40/25.53	c  25.5s| 87600 |  5623 | 59655 |   0.7 |    13M |  73 |  82 |   9 |   0 |4078 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.40/25.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
25.40/25.55	c  25.5s| 87700 |  5633 | 59737 |   0.7 |    13M |  73 |  82 |   9 |   0 |4096 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.40/25.57	c  25.6s| 87800 |  5639 | 59790 |   0.7 |    13M |  73 |  82 |   9 |   6 |4096 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.50/25.60	c  25.6s| 87900 |  5655 | 59852 |   0.7 |    13M |  73 |  82 |   9 |   6 |4096 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.50/25.64	c  25.6s| 88000 |  5663 | 59906 |   0.7 |    13M |  73 |  82 |   9 |   0 |4096 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.50/25.66	c  25.7s| 88100 |  5675 | 59962 |   0.7 |    13M |  73 |  82 |   9 |   6 |4096 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.50/25.69	c  25.7s| 88200 |  5679 | 60020 |   0.7 |    13M |  73 |  82 |   9 |   6 |4102 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.60/25.70	c  25.7s| 88300 |  5691 | 60082 |   0.7 |    13M |  73 |  82 |   9 |   0 |4102 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.60/25.71	c  25.7s| 88400 |  5697 | 60135 |   0.7 |    13M |  73 |  82 |   9 |   6 |4102 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.60/25.76	c  25.8s| 88500 |  5707 | 60193 |   0.7 |    13M |  73 |  82 |   9 |   6 |4102 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.60/25.79	c  25.8s| 88600 |  5705 | 60247 |   0.7 |    13M |  73 |  82 |   9 |   6 |4102 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.70/25.80	c  25.8s| 88700 |  5711 | 60301 |   0.7 |    13M |  73 |  82 |   9 |   6 |4102 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.70/25.82	c  25.8s| 88800 |  5715 | 60354 |   0.7 |    13M |  73 |  82 |   9 |   6 |4102 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.70/25.85	c  25.8s| 88900 |  5721 | 60413 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.70/25.86	c  25.9s| 89000 |  5761 | 60490 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.70/25.87	c  25.9s| 89100 |  5775 | 60547 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.70/25.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
25.70/25.89	c  25.9s| 89200 |  5787 | 60603 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.80/25.90	c  25.9s| 89300 |  5799 | 60659 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.80/25.92	c  25.9s| 89400 |  5809 | 60714 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.80/25.93	c  25.9s| 89500 |  5815 | 60767 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.80/25.94	c  25.9s| 89600 |  5819 | 60819 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.80/25.96	c  26.0s| 89700 |  5827 | 60873 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.80/25.99	c  26.0s| 89800 |  5837 | 60928 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.80/26.00	c  26.0s| 89900 |  5843 | 60981 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.90/26.02	c  26.0s| 90000 |  5853 | 61036 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.90/26.03	c  26.0s| 90100 |  5865 | 61092 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.90/26.04	c  26.0s| 90200 |  5879 | 61149 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.90/26.06	c  26.1s| 90300 |  5887 | 61203 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.90/26.07	c  26.1s| 90400 |  5897 | 61258 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.90/26.09	c  26.1s| 90500 |  5899 | 61309 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.00/26.10	c  26.1s| 90600 |  5911 | 61365 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.00/26.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.00/26.12	c  26.1s| 90700 |  5925 | 61422 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.00/26.14	c  26.1s| 90800 |  5937 | 61478 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.00/26.17	c  26.2s| 90900 |  5937 | 61528 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.00/26.19	c  26.2s| 91000 |  5953 | 61586 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.10/26.21	c  26.2s| 91100 |  5953 | 61636 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.10/26.23	c  26.2s| 91200 |  5957 | 61688 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.10/26.25	c  26.2s| 91300 |  5961 | 61740 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.10/26.27	c  26.3s| 91400 |  5963 | 61791 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.20/26.30	c  26.3s| 91500 |  5967 | 61843 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.20/26.32	c  26.3s| 91600 |  5989 | 61904 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.20/26.34	c  26.3s| 91700 |  6001 | 61960 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.20/26.37	c  26.4s| 91800 |  6003 | 62011 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.20/26.39	c  26.4s| 91900 |  6013 | 62066 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.30/26.42	c  26.4s| 92000 |  6015 | 62117 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.30/26.44	c  26.4s| 92100 |  6021 | 62170 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.30/26.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.30/26.47	c  26.5s| 92200 |  6033 | 62226 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.40/26.50	c  26.5s| 92300 |  6043 | 62281 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.40/26.51	c  26.5s| 92400 |  6049 | 62334 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.40/26.52	c  26.5s| 92500 |  6051 | 62385 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.40/26.55	c  26.5s| 92600 |  6055 | 62437 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.40/26.58	c  26.6s| 92700 |  6053 | 62486 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.49/26.61	c  26.6s| 92800 |  6057 | 62538 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.49/26.63	c  26.6s| 92900 |  6073 | 62596 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.49/26.65	c  26.6s| 93000 |  6093 | 62656 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.49/26.67	c  26.7s| 93100 |  6099 | 62709 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.49/26.68	c  26.7s| 93200 |  6111 | 62765 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.59/26.71	c  26.7s| 93300 |  6111 | 62815 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.59/26.73	c  26.7s| 93400 |  6113 | 62866 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.59/26.75	c  26.7s| 93500 |  6119 | 62919 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.59/26.78	c  26.8s| 93600 |  6121 | 62970 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.69/26.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.69/26.81	c  26.8s| 93700 |  6135 | 63037 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.69/26.83	c  26.8s| 93800 |  6141 | 63090 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.69/26.84	c  26.8s| 93900 |  6149 | 63144 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.69/26.86	c  26.9s| 94000 |  6161 | 63200 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.69/26.88	c  26.9s| 94100 |  6169 | 63254 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.79/26.90	c  26.9s| 94200 |  6169 | 63304 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.79/26.92	c  26.9s| 94300 |  6181 | 63360 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.79/26.95	c  26.9s| 94400 |  6189 | 63414 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.79/26.98	c  27.0s| 94500 |  6205 | 63472 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.90/27.02	c  27.0s| 94600 |  6207 | 63523 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.90/27.05	c  27.0s| 94700 |  6207 | 63573 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.90/27.07	c  27.1s| 94800 |  6223 | 63631 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.90/27.08	c  27.1s| 94900 |  6227 | 63683 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.90/27.09	c  27.1s| 95000 |  6229 | 63734 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.90/27.10	c  27.1s| 95100 |  6237 | 63788 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.00/27.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
27.00/27.11	c  27.1s| 95200 |  6239 | 63839 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.00/27.14	c  27.1s| 95300 |  6243 | 63891 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.00/27.16	c  27.2s| 95400 |  6255 | 63947 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.00/27.18	c  27.2s| 95500 |  6259 | 63999 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.09/27.20	c  27.2s| 95600 |  6267 | 64053 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.09/27.23	c  27.2s| 95700 |  6267 | 64103 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.09/27.26	c  27.3s| 95800 |  6267 | 64153 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.09/27.27	c  27.3s| 95900 |  6267 | 64203 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.09/27.29	c  27.3s| 96000 |  6273 | 64256 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.19/27.31	c  27.3s| 96100 |  6277 | 64308 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.19/27.34	c  27.3s| 96200 |  6277 | 64358 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.19/27.36	c  27.4s| 96300 |  6281 | 64410 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.19/27.38	c  27.4s| 96400 |  6285 | 64462 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.29/27.40	c  27.4s| 96500 |  6293 | 64516 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.29/27.43	c  27.4s| 96600 |  6295 | 64567 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.29/27.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
27.29/27.45	c  27.4s| 96700 |  6305 | 64622 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.29/27.47	c  27.5s| 96800 |  6307 | 64673 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.29/27.49	c  27.5s| 96900 |  6317 | 64728 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.39/27.52	c  27.5s| 97000 |  6323 | 64781 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.39/27.55	c  27.5s| 97100 |  6329 | 64834 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.39/27.57	c  27.6s| 97200 |  6337 | 64888 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.49/27.60	c  27.6s| 97300 |  6339 | 64939 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.49/27.61	c  27.6s| 97400 |  6343 | 64991 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.49/27.63	c  27.6s| 97500 |  6345 | 65042 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.49/27.66	c  27.7s| 97600 |  6351 | 65095 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.49/27.69	c  27.7s| 97700 |  6359 | 65149 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.59/27.73	c  27.7s| 97800 |  6359 | 65199 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.59/27.75	c  27.7s| 97900 |  6373 | 65256 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.59/27.79	c  27.8s| 98000 |  6375 | 65307 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.69/27.81	c  27.8s| 98100 |  6375 | 65357 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.69/27.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
27.69/27.85	c  27.8s| 98200 |  6379 | 65409 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.69/27.88	c  27.9s| 98300 |  6385 | 65462 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.79/27.92	c  27.9s| 98400 |  6389 | 65514 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.79/27.94	c  27.9s| 98500 |  6393 | 65566 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.79/27.95	c  27.9s| 98600 |  6391 | 65615 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.79/27.97	c  28.0s| 98700 |  6393 | 65666 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.79/27.98	c  28.0s| 98800 |  6395 | 65717 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.79/27.99	c  28.0s| 98900 |  6395 | 65767 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.89/28.00	c  28.0s| 99000 |  6397 | 65818 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.89/28.02	c  28.0s| 99100 |  6401 | 65870 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.89/28.03	c  28.0s| 99200 |  6405 | 65922 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.89/28.05	c  28.0s| 99300 |  6417 | 65978 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.89/28.07	c  28.1s| 99400 |  6429 | 66034 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.89/28.09	c  28.1s| 99500 |  6429 | 66084 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.99/28.12	c  28.1s| 99600 |  6429 | 66134 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.99/28.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
27.99/28.15	c  28.1s| 99700 |  6435 | 66187 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.99/28.16	c  28.2s| 99800 |  6435 | 66237 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.99/28.20	c  28.2s| 99900 |  6437 | 66288 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.09/28.22	c  28.2s|100000 |  6441 | 66340 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.09/28.25	c  28.2s|100100 |  6447 | 66393 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.09/28.26	c  28.3s|100200 |  6451 | 66445 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.09/28.29	c  28.3s|100300 |  6453 | 66496 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.19/28.31	c  28.3s|100400 |  6455 | 66547 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.19/28.32	c  28.3s|100500 |  6453 | 66596 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.19/28.34	c  28.3s|100600 |  6455 | 66647 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.19/28.37	c  28.4s|100700 |  6461 | 66700 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.19/28.39	c  28.4s|100800 |  6467 | 66753 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.29/28.41	c  28.4s|100900 |  6477 | 66808 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.29/28.43	c  28.4s|101000 |  6491 | 66865 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.29/28.44	c  28.4s|101100 |  6491 | 66915 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.29/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.29/28.46	c  28.5s|101200 |  6493 | 66966 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.29/28.48	c  28.5s|101300 |  6501 | 67020 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.39/28.50	c  28.5s|101400 |  6513 | 67076 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.39/28.52	c  28.5s|101500 |  6513 | 67126 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.39/28.55	c  28.5s|101600 |  6517 | 67178 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.39/28.58	c  28.6s|101700 |  6525 | 67232 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.39/28.59	c  28.6s|101800 |  6531 | 67285 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.49/28.61	c  28.6s|101900 |  6537 | 67338 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.49/28.63	c  28.6s|102000 |  6539 | 67389 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.49/28.68	c  28.7s|102100 |  6545 | 67442 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.59/28.72	c  28.7s|102200 |  6549 | 67494 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.59/28.74	c  28.7s|102300 |  6549 | 67544 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.59/28.77	c  28.8s|102400 |  6549 | 67594 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.69/28.81	c  28.8s|102500 |  6551 | 67645 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.69/28.83	c  28.8s|102600 |  6551 | 67695 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.69/28.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.69/28.85	c  28.8s|102700 |  6553 | 67746 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.69/28.87	c  28.9s|102800 |  6555 | 67797 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.69/28.88	c  28.9s|102900 |  6561 | 67850 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.69/28.88	c  28.9s|103000 |  6571 | 67905 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.69/28.89	c  28.9s|103100 |  6577 | 67958 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.79/28.90	c  28.9s|103200 |  6579 | 68009 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.79/28.91	c  28.9s|103300 |  6581 | 68060 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.79/28.92	c  28.9s|103400 |  6589 | 68114 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.79/28.94	c  28.9s|103500 |  6591 | 68165 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.79/28.97	c  29.0s|103600 |  6597 | 68218 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.79/28.98	c  29.0s|103700 |  6599 | 68269 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.89/29.00	c  29.0s|103800 |  6609 | 68324 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.89/29.02	c  29.0s|103900 |  6631 | 68385 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.89/29.05	c  29.0s|104000 |  6625 | 68432 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.89/29.07	c  29.1s|104100 |  6631 | 68485 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.89/29.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.89/29.10	c  29.1s|104200 |  6635 | 68537 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.99/29.11	c  29.1s|104300 |  6643 | 68591 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.99/29.12	c  29.1s|104400 |  6645 | 68642 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.99/29.14	c  29.1s|104500 |  6649 | 68694 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.99/29.15	c  29.1s|104600 |  6651 | 68745 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.99/29.16	c  29.2s|104700 |  6651 | 68795 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.99/29.18	c  29.2s|104800 |  6657 | 68848 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.08/29.20	c  29.2s|104900 |  6663 | 68901 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.08/29.23	c  29.2s|105000 |  6663 | 68951 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.08/29.25	c  29.2s|105100 |  6673 | 69006 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.08/29.27	c  29.3s|105200 |  6677 | 69058 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.08/29.29	c  29.3s|105300 |  6681 | 69110 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.18/29.31	c  29.3s|105400 |  6697 | 69168 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.18/29.33	c  29.3s|105500 |  6709 | 69224 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.18/29.35	c  29.3s|105600 |  6711 | 69275 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.18/29.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
29.18/29.37	c  29.4s|105700 |  6715 | 69327 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.28/29.40	c  29.4s|105800 |  6717 | 69378 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.28/29.43	c  29.4s|105900 |  6721 | 69430 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.28/29.46	c  29.5s|106000 |  6729 | 69484 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.28/29.49	c  29.5s|106100 |  6731 | 69535 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.38/29.52	c  29.5s|106200 |  6739 | 69589 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.38/29.54	c  29.5s|106300 |  6751 | 69645 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.38/29.55	c  29.5s|106400 |  6751 | 69695 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.38/29.57	c  29.6s|106500 |  6759 | 69749 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.48/29.61	c  29.6s|106600 |  6763 | 69801 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.48/29.62	c  29.6s|106700 |  6769 | 69854 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.48/29.64	c  29.6s|106800 |  6773 | 69906 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.48/29.65	c  29.6s|106900 |  6779 | 69959 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.48/29.68	c  29.7s|107000 |  6795 | 70017 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.58/29.71	c  29.7s|107100 |  6793 | 70066 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.58/29.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
29.58/29.73	c  29.7s|107200 |  6791 | 70115 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.58/29.74	c  29.7s|107300 |  6791 | 70165 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.58/29.77	c  29.8s|107400 |  6797 | 70218 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.58/29.78	c  29.8s|107500 |  6799 | 70269 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.58/29.79	c  29.8s|107600 |  6807 | 70323 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.68/29.81	c  29.8s|107700 |  6811 | 70375 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.68/29.82	c  29.8s|107800 |  6813 | 70426 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.68/29.85	c  29.8s|107900 |  6813 | 70476 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.68/29.87	c  29.9s|108000 |  6817 | 70528 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.68/29.88	c  29.9s|108100 |  6817 | 70578 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.78/29.90	c  29.9s|108200 |  6825 | 70632 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.78/29.92	c  29.9s|108300 |  6833 | 70686 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.78/29.94	c  29.9s|108400 |  6833 | 70736 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.78/29.96	c  30.0s|108500 |  6833 | 70786 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.78/29.99	c  30.0s|108600 |  6835 | 70837 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.89/30.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
29.89/30.02	c  30.0s|108700 |  6841 | 70890 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.89/30.04	c  30.0s|108800 |  6847 | 70943 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.89/30.06	c  30.1s|108900 |  6849 | 70994 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.89/30.07	c  30.1s|109000 |  6847 | 71043 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.89/30.09	c  30.1s|109100 |  6849 | 71094 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.98/30.13	c  30.1s|109200 |  6851 | 71145 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.98/30.16	c  30.2s|109300 |  6853 | 71196 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.98/30.19	c  30.2s|109400 |  6863 | 71251 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.08/30.20	c  30.2s|109500 |  6865 | 71302 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.08/30.23	c  30.2s|109600 |  6867 | 71353 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.08/30.25	c  30.2s|109700 |  6871 | 71405 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.08/30.27	c  30.3s|109800 |  6881 | 71460 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.08/30.29	c  30.3s|109900 |  6891 | 71515 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.18/30.32	c  30.3s|110000 |  6887 | 71563 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.18/30.33	c  30.3s|110100 |  6889 | 71614 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.18/30.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
30.18/30.35	c  30.3s|110200 |  6895 | 71667 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.18/30.38	c  30.4s|110300 |  6895 | 71717 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.28/30.40	c  30.4s|110400 |  6897 | 71768 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.28/30.43	c  30.4s|110500 |  6897 | 71818 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.28/30.45	c  30.4s|110600 |  6907 | 71873 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.28/30.48	c  30.5s|110700 |  6925 | 71932 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.38/30.51	c  30.5s|110800 |  6931 | 71985 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.38/30.54	c  30.5s|110900 |  6933 | 72036 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.38/30.56	c  30.6s|111000 |  6937 | 72088 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.38/30.58	c  30.6s|111100 |  6945 | 72142 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.38/30.59	c  30.6s|111200 |  6947 | 72193 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.48/30.61	c  30.6s|111300 |  6955 | 72247 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.48/30.63	c  30.6s|111400 |  6955 | 72297 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.48/30.65	c  30.6s|111500 |  6957 | 72348 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.48/30.68	c  30.7s|111600 |  6961 | 72400 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.58/30.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
30.58/30.70	c  30.7s|111700 |  6973 | 72456 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.58/30.72	c  30.7s|111800 |  6973 | 72506 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.58/30.75	c  30.7s|111900 |  6975 | 72557 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.58/30.76	c  30.8s|112000 |  6981 | 72610 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.58/30.79	c  30.8s|112100 |  6987 | 72664 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.68/30.81	c  30.8s|112200 |  6991 | 72716 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.68/30.84	c  30.8s|112300 |  6991 | 72766 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.68/30.86	c  30.9s|112400 |  6999 | 72820 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.68/30.89	c  30.9s|112500 |  7009 | 72875 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.78/30.93	c  30.9s|112600 |  7009 | 72925 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.78/30.95	c  30.9s|112700 |  7017 | 72979 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.78/30.96	c  31.0s|112800 |  7019 | 73030 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.78/30.98	c  31.0s|112900 |  7021 | 73081 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.88/31.01	c  31.0s|113000 |  7025 | 73133 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.88/31.04	c  31.0s|113100 |  7025 | 73183 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.88/31.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
30.88/31.07	c  31.1s|113200 |  7039 | 73244 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.88/31.10	c  31.1s|113300 |  7037 | 73293 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.98/31.13	c  31.1s|113400 |  7041 | 73345 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.98/31.15	c  31.1s|113500 |  7043 | 73399 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.98/31.16	c  31.2s|113600 |  7045 | 73450 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.98/31.17	c  31.2s|113700 |  7051 | 73503 |   0.6 |    14M |  73 |  82 |   9 |   6 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.08/31.20	c  31.2s|113800 |  7053 | 73554 |   0.6 |    14M |  73 |  82 |   9 |   6 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.08/31.24	c  31.2s|113900 |  7053 | 73604 |   0.6 |    14M |  73 |  82 |   9 |   6 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.08/31.25	c  31.2s|114000 |  7063 | 73659 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.08/31.29	c  31.3s|114100 |  7069 | 73712 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.18/31.32	c  31.3s|114200 |  7073 | 73764 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.18/31.35	c  31.3s|114300 |  7073 | 73814 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.18/31.38	c  31.4s|114400 |  7067 | 73861 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.28/31.40	c  31.4s|114500 |  7077 | 73916 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.28/31.42	c  31.4s|114600 |  7083 | 73969 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.28/31.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
31.28/31.45	c  31.4s|114700 |  7099 | 74027 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.28/31.48	c  31.5s|114800 |  7095 | 74075 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.38/31.51	c  31.5s|114900 |  7097 | 74126 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.38/31.54	c  31.5s|115000 |  7101 | 74179 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.38/31.56	c  31.6s|115100 |  7097 | 74232 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   8 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.38/31.58	c  31.6s|115200 |  7103 | 74289 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.48/31.61	c  31.6s|115300 |  7111 | 74343 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.48/31.64	c  31.6s|115400 |  7125 | 74400 |   0.6 |    14M |  73 |  82 |  10 |   0 |4104 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.48/31.68	c  31.7s|115500 |  7125 | 74450 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.57/31.72	c  31.7s|115600 |  7123 | 74499 |   0.6 |    14M |  73 |  82 |  10 |   0 |4104 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.57/31.75	c  31.7s|115700 |  7121 | 74548 |   0.6 |    14M |  73 |  82 |  10 |   0 |4104 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.57/31.77	c  31.8s|115800 |  7127 | 74601 |   0.6 |    14M |  73 |  82 |  10 |   0 |4104 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.57/31.79	c  31.8s|115900 |  7135 | 74661 |   0.6 |    14M |  73 |  82 |  10 |   8 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.67/31.82	c  31.8s|116000 |  7139 | 74713 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.67/31.84	c  31.8s|116100 |  7143 | 74765 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.67/31.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
31.67/31.87	c  31.9s|116200 |  7141 | 74814 |   0.6 |    14M |  73 |  82 |  10 |   6 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.77/31.91	c  31.9s|116300 |  7149 | 74868 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.77/31.92	c  31.9s|116400 |  7151 | 74919 |   0.6 |    14M |  73 |  82 |  10 |   0 |4104 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.77/31.94	c  31.9s|116500 |  7157 | 74972 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.77/31.97	c  32.0s|116600 |  7159 | 75023 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.77/31.99	c  32.0s|116700 |  7169 | 75078 |   0.6 |    14M |  73 |  82 |  10 |   0 |4104 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.88/32.01	c  32.0s|116800 |  7169 | 75128 |   0.6 |    14M |  73 |  82 |  10 |   0 |4104 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.88/32.03	c  32.0s|116900 |  7179 | 75183 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.88/32.05	c  32.0s|117000 |  7175 | 75231 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.88/32.07	c  32.1s|117100 |  7177 | 75282 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.88/32.08	c  32.1s|117200 |  7179 | 75333 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.98/32.11	c  32.1s|117300 |  7179 | 75383 |   0.6 |    14M |  73 |  82 |  10 |   6 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.98/32.14	c  32.1s|117400 |  7187 | 75437 |   0.6 |    14M |  73 |  82 |  10 |   0 |4104 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.98/32.16	c  32.2s|117500 |  7189 | 75488 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.98/32.18	c  32.2s|117600 |  7187 | 75537 |   0.6 |    14M |  73 |  82 |  10 |   0 |4104 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.07/32.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.07/32.20	c  32.2s|117700 |  7187 | 75588 |   0.6 |    14M |  73 |  82 |  10 |   0 |4104 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.07/32.22	c  32.2s|117800 |  7191 | 75644 |   0.6 |    14M |  73 |  82 |  10 |   5 |4105 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.07/32.24	c  32.2s|117900 |  7191 | 75694 |   0.6 |    14M |  73 |  82 |  10 |   0 |4105 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.07/32.25	c  32.2s|118000 |  7199 | 75748 |   0.6 |    14M |  73 |  82 |  10 |   5 |4105 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.07/32.27	c  32.3s|118100 |  7201 | 75799 |   0.6 |    14M |  73 |  82 |  10 |   0 |4105 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.07/32.29	c  32.3s|118200 |  7203 | 75850 |   0.6 |    14M |  73 |  82 |  10 |   5 |4105 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.17/32.30	c  32.3s|118300 |  7219 | 75908 |   0.6 |    14M |  73 |  82 |  10 |   0 |4105 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.17/32.33	c  32.3s|118400 |  7223 | 75960 |   0.6 |    14M |  73 |  82 |  10 |   0 |4105 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.17/32.35	c  32.3s|118500 |  7227 | 76012 |   0.6 |    14M |  73 |  82 |  10 |   5 |4105 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.17/32.37	c  32.4s|118600 |  7227 | 76062 |   0.6 |    14M |  73 |  82 |  10 |   0 |4105 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.27/32.40	c  32.4s|118700 |  7229 | 76113 |   0.6 |    14M |  73 |  82 |  10 |   5 |4105 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.27/32.41	c  32.4s|118800 |  7235 | 76166 |   0.6 |    14M |  73 |  82 |  10 |   0 |4105 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.27/32.43	c  32.4s|118900 |  7235 | 76221 |   0.6 |    14M |  73 |  82 |  10 |   0 |4108 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.27/32.46	c  32.5s|119000 |  7239 | 76317 |   0.6 |    14M |  73 |  82 |  10 |   9 |4127 |  2 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.27/32.49	c  32.5s|119100 |  7243 | 76377 |   0.6 |    14M |  73 |  82 |  10 |   4 |4127 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.27/32.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.27/32.49	c  32.5s|119200 |  7253 | 76449 |   0.6 |    14M |  73 |  82 |  10 |   8 |4131 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.37/32.50	c  32.5s|119300 |  7253 | 76501 |   0.6 |    14M |  73 |  82 |  10 |   0 |4131 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.37/32.53	c  32.5s|119400 |  7255 | 76552 |   0.6 |    14M |  73 |  82 |  10 |   0 |4131 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.37/32.55	c  32.5s|119500 |  7257 | 76603 |   0.6 |    14M |  73 |  82 |  10 |   8 |4131 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.37/32.57	c  32.6s|119600 |  7269 | 76678 |   0.6 |    14M |  73 |  82 |  10 |   0 |4131 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.47/32.60	c  32.6s|119700 |  7269 | 76728 |   0.6 |    14M |  73 |  82 |  10 |   0 |4131 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.47/32.62	c  32.6s|119800 |  7277 | 76804 |   0.6 |    14M |  73 |  82 |  10 |   6 |4139 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.47/32.65	c  32.6s|119900 |  7277 | 76861 |   0.6 |    14M |  73 |  82 |  10 |   5 |4141 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.57/32.70	c  32.7s|120000 |  7275 | 76929 |   0.6 |    14M |  73 |  82 |  10 |   0 |4149 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.57/32.72	c  32.7s|120100 |  7277 | 77005 |   0.6 |    14M |  73 |  82 |  10 |   0 |4160 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.57/32.77	c  32.8s|120200 |  7287 | 77131 |   0.6 |    14M |  73 |  82 |  10 |   0 |4192 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.67/32.80	c  32.8s|120300 |  7303 | 77206 |   0.6 |    14M |  73 |  82 |  10 |   6 |4196 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.67/32.82	c  32.8s|120400 |  7299 | 77254 |   0.6 |    14M |  73 |  82 |  10 |   4 |4196 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.67/32.84	c  32.8s|120500 |  7305 | 77307 |   0.6 |    14M |  73 |  82 |  10 |   0 |4196 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.67/32.86	c  32.8s|120600 |  7317 | 77363 |   0.6 |    14M |  73 |  82 |  10 |   6 |4196 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.67/32.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.67/32.88	c  32.9s|120700 |  7323 | 77416 |   0.6 |    14M |  73 |  82 |  10 |   0 |4196 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.77/32.90	c  32.9s|120800 |  7325 | 77467 |   0.6 |    14M |  73 |  82 |  10 |   0 |4196 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.77/32.92	c  32.9s|120900 |  7339 | 77570 |   0.6 |    14M |  73 |  82 |  10 |   6 |4213 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.77/32.96	c  33.0s|121000 |  7339 | 77651 |   0.6 |    14M |  73 |  82 |  10 |   0 |4225 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.87/33.00	c  33.0s|121100 |  7349 | 77761 |   0.6 |    14M |  73 |  82 |  10 |   0 |4258 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.87/33.04	c  33.0s|121200 |  7349 | 77860 |   0.6 |    14M |  73 |  82 |  10 |   0 |4282 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.87/33.07	c  33.1s|121300 |  7349 | 77919 |   0.6 |    14M |  73 |  82 |  10 |   0 |4288 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.97/33.12	c  33.1s|121400 |  7353 | 77971 |   0.6 |    14M |  73 |  82 |  10 |   3 |4288 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.97/33.16	c  33.2s|121500 |  7351 | 78031 |   0.6 |    14M |  73 |  82 |  10 |   0 |4292 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.97/33.18	c  33.2s|121600 |  7367 | 78096 |   0.6 |    15M |  73 |  82 |  10 |   5 |4292 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.07/33.21	c  33.2s|121700 |  7367 | 78162 |   0.6 |    15M |  73 |  82 |  10 |   0 |4298 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.07/33.24	c  33.2s|121800 |  7367 | 78212 |   0.6 |    15M |  73 |  82 |  10 |   0 |4298 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.07/33.27	c  33.3s|121900 |  7377 | 78270 |   0.6 |    15M |  73 |  82 |  10 |   6 |4298 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.17/33.30	c  33.3s|122000 |  7385 | 78326 |   0.6 |    15M |  73 |  82 |  10 |   6 |4298 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.17/33.32	c  33.3s|122100 |  7413 | 78410 |   0.6 |    15M |  73 |  82 |  10 |   6 |4298 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.17/33.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
33.17/33.34	c  33.3s|122200 |  7469 | 78501 |   0.6 |    15M |  73 |  82 |  10 |   5 |4298 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.17/33.37	c  33.4s|122300 |  7465 | 78549 |   0.6 |    15M |  73 |  82 |  10 |   0 |4298 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.27/33.41	c  33.4s|122400 |  7471 | 78602 |   0.6 |    15M |  73 |  82 |  10 |   0 |4298 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.27/33.44	c  33.4s|122500 |  7471 | 78652 |   0.6 |    15M |  73 |  82 |  10 |   6 |4298 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.27/33.46	c  33.5s|122600 |  7481 | 78707 |   0.6 |    15M |  73 |  82 |  10 |   3 |4298 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.27/33.49	c  33.5s|122700 |  7485 | 78759 |   0.6 |    15M |  73 |  82 |  10 |   0 |4298 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.37/33.52	c  33.5s|122800 |  7489 | 78811 |   0.6 |    15M |  73 |  82 |  10 |   5 |4298 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.37/33.53	c  33.5s|122900 |  7491 | 78863 |   0.6 |    15M |  73 |  82 |  10 |   0 |4298 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.37/33.55	c  33.5s|123000 |  7491 | 78913 |   0.6 |    15M |  73 |  82 |  10 |   0 |4298 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.37/33.57	c  33.6s|123100 |  7493 | 78964 |   0.6 |    15M |  73 |  82 |  10 |   0 |4298 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.37/33.59	c  33.6s|123200 |  7503 | 79019 |   0.6 |    15M |  73 |  82 |  10 |   5 |4298 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.47/33.61	c  33.6s|123300 |  7509 | 79072 |   0.6 |    15M |  73 |  82 |  10 |   5 |4298 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.47/33.63	c  33.6s|123400 |  7511 | 79123 |   0.6 |    15M |  73 |  82 |  10 |   4 |4298 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.47/33.65	c  33.6s|123500 |  7517 | 79230 |   0.6 |    15M |  73 |  82 |  10 |   0 |4326 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.47/33.68	c  33.7s|123600 |  7519 | 79282 |   0.6 |    15M |  73 |  82 |  10 |   6 |4326 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.57/33.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
33.57/33.72	c  33.7s|123700 |  7529 | 79368 |   0.6 |    15M |  73 |  82 |  10 |   5 |4343 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.57/33.73	c  33.7s|123800 |  7529 | 79420 |   0.6 |    15M |  73 |  82 |  10 |   0 |4343 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.57/33.75	c  33.7s|123900 |  7535 | 79473 |   0.6 |    15M |  73 |  82 |  10 |   5 |4343 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.57/33.76	c  33.8s|124000 |  7537 | 79524 |   0.6 |    15M |  73 |  82 |  10 |   0 |4343 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.57/33.78	c  33.8s|124100 |  7541 | 79576 |   0.6 |    15M |  73 |  82 |  10 |   6 |4343 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.67/33.82	c  33.8s|124200 |  7543 | 79644 |   0.6 |    15M |  73 |  82 |  10 |   0 |4350 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.67/33.85	c  33.8s|124300 |  7543 | 79695 |   0.6 |    15M |  73 |  82 |  10 |   3 |4350 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.67/33.88	c  33.9s|124400 |  7543 | 79745 |   0.6 |    15M |  73 |  82 |  10 |   3 |4350 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.77/33.90	c  33.9s|124500 |  7555 | 79805 |   0.6 |    15M |  73 |  82 |  10 |   5 |4350 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.77/33.94	c  33.9s|124600 |  7557 | 79857 |   0.6 |    15M |  73 |  82 |  10 |   4 |4350 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.77/33.97	c  34.0s|124700 |  7553 | 79908 |   0.6 |    15M |  73 |  82 |  10 |   0 |4350 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.77/34.00	c  34.0s|124800 |  7557 | 79963 |   0.6 |    15M |  73 |  82 |  10 |   6 |4350 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.87/34.03	c  34.0s|124900 |  7563 | 80016 |   0.6 |    15M |  73 |  82 |  10 |   6 |4350 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.87/34.04	c  34.0s|125000 |  7567 | 80069 |   0.6 |    15M |  73 |  82 |  10 |   6 |4350 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.87/34.08	c  34.1s|125100 |  7581 | 80130 |   0.6 |    15M |  73 |  82 |  10 |   0 |4350 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.97/34.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
33.97/34.11	c  34.1s|125200 |  7575 | 80177 |   0.6 |    15M |  73 |  82 |  10 |   6 |4350 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.97/34.12	c  34.1s|125300 |  7579 | 80229 |   0.6 |    15M |  73 |  82 |  10 |   0 |4350 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.97/34.15	c  34.1s|125400 |  7585 | 80282 |   0.6 |    15M |  73 |  82 |  10 |   0 |4350 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.97/34.18	c  34.2s|125500 |  7587 | 80333 |   0.6 |    15M |  73 |  82 |  10 |   0 |4350 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.07/34.20	c  34.2s|125600 |  7599 | 80389 |   0.6 |    15M |  73 |  82 |  10 |   6 |4350 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.07/34.23	c  34.2s|125700 |  7603 | 80441 |   0.6 |    15M |  73 |  82 |  10 |   0 |4350 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.07/34.25	c  34.2s|125800 |  7603 | 80511 |   0.6 |    15M |  73 |  82 |  10 |   6 |4355 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.07/34.27	c  34.3s|125900 |  7609 | 80569 |   0.6 |    15M |  73 |  82 |  10 |   6 |4355 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.17/34.30	c  34.3s|126000 |  7609 | 80621 |   0.6 |    15M |  73 |  82 |  10 |   5 |4355 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.17/34.32	c  34.3s|126100 |  7611 | 80672 |   0.6 |    15M |  73 |  82 |  10 |   0 |4355 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.17/34.33	c  34.3s|126200 |  7613 | 80723 |   0.6 |    15M |  73 |  82 |  10 |   5 |4355 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.17/34.34	c  34.3s|126300 |  7623 | 80778 |   0.6 |    15M |  73 |  82 |  10 |   5 |4355 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.17/34.35	c  34.3s|126400 |  7621 | 80827 |   0.6 |    15M |  73 |  82 |  10 |   0 |4355 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.17/34.39	c  34.4s|126500 |  7623 | 80890 |   0.6 |    15M |  73 |  82 |  10 |   0 |4359 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.27/34.41	c  34.4s|126600 |  7627 | 80955 |   0.6 |    15M |  73 |  82 |  10 |   0 |4366 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.27/34.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
34.27/34.43	c  34.4s|126700 |  7645 | 81031 |   0.6 |    15M |  73 |  82 |  10 |   6 |4369 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.27/34.46	c  34.5s|126800 |  7657 | 81106 |   0.6 |    15M |  73 |  82 |  10 |   0 |4369 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.27/34.48	c  34.5s|126900 |  7669 | 81177 |   0.6 |    15M |  73 |  82 |  10 |   0 |4369 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.36/34.51	c  34.5s|127000 |  7671 | 81230 |   0.6 |    15M |  73 |  82 |  10 |   4 |4369 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.36/34.56	c  34.6s|127100 |  7685 | 81293 |   0.6 |    15M |  73 |  82 |  10 |   0 |4369 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.36/34.59	c  34.6s|127200 |  7701 | 81353 |   0.6 |    15M |  73 |  82 |   9 |   6 |4371 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.46/34.63	c  34.6s|127300 |  7701 | 81403 |   0.6 |    15M |  73 |  82 |   9 |   6 |4371 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.46/34.66	c  34.7s|127400 |  7709 | 81457 |   0.6 |    15M |  73 |  82 |   9 |   0 |4371 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.46/34.67	c  34.7s|127500 |  7717 | 81514 |   0.6 |    15M |  73 |  82 |   9 |   0 |4371 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.57/34.70	c  34.7s|127600 |  7723 | 81587 |   0.6 |    15M |  73 |  82 |   9 |   0 |4371 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.57/34.72	c  34.7s|127700 |  7723 | 81637 |   0.6 |    15M |  73 |  82 |   9 |   0 |4371 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.57/34.74	c  34.7s|127800 |  7725 | 81688 |   0.6 |    15M |  73 |  82 |   9 |   0 |4371 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.57/34.76	c  34.8s|127900 |  7729 | 81740 |   0.6 |    15M |  73 |  82 |   9 |   6 |4371 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.57/34.79	c  34.8s|128000 |  7739 | 81795 |   0.6 |    15M |  73 |  82 |   9 |   6 |4371 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.67/34.81	c  34.8s|128100 |  7741 | 81846 |   0.6 |    15M |  73 |  82 |   9 |   5 |4371 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.67/34.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
34.67/34.83	c  34.8s|128200 |  7739 | 81897 |   0.6 |    15M |  73 |  82 |   9 |   7 |4371 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.67/34.86	c  34.9s|128300 |  7759 | 81957 |   0.6 |    15M |  73 |  82 |   9 |   5 |4371 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.67/34.88	c  34.9s|128400 |  7775 | 82021 |   0.6 |    15M |  73 |  82 |   9 |   6 |4374 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.77/34.91	c  34.9s|128500 |  7779 | 82077 |   0.6 |    15M |  73 |  82 |   9 |   0 |4377 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.77/34.94	c  34.9s|128600 |  7781 | 82133 |   0.6 |    15M |  73 |  82 |   9 |   0 |4382 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.77/34.96	c  35.0s|128700 |  7787 | 82186 |   0.6 |    15M |  73 |  82 |   9 |   5 |4382 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.77/34.98	c  35.0s|128800 |  7791 | 82238 |   0.6 |    15M |  73 |  82 |   9 |   5 |4382 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.88/35.00	c  35.0s|128900 |  7797 | 82291 |   0.6 |    15M |  73 |  82 |   9 |   5 |4382 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.88/35.03	c  35.0s|129000 |  7799 | 82363 |   0.6 |    15M |  73 |  82 |   9 |   6 |4382 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.88/35.06	c  35.1s|129100 |  7801 | 82421 |   0.6 |    15M |  73 |  82 |   9 |   7 |4385 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.88/35.08	c  35.1s|129200 |  7799 | 82474 |   0.6 |    15M |  73 |  82 |   9 |   0 |4387 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.88/35.09	c  35.1s|129300 |  7801 | 82537 |   0.6 |    15M |  73 |  82 |   9 |   0 |4393 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.98/35.13	c  35.1s|129400 |  7801 | 82587 |   0.6 |    15M |  73 |  82 |   9 |   6 |4393 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.98/35.16	c  35.2s|129500 |  7803 | 82638 |   0.6 |    15M |  73 |  82 |   9 |   6 |4393 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.98/35.18	c  35.2s|129600 |  7809 | 82691 |   0.6 |    15M |  73 |  82 |   9 |   6 |4393 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
35.07/35.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
35.07/35.20	c  35.2s|129700 |  7821 | 82747 |   0.6 |    15M |  73 |  82 |   9 |   0 |4393 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
35.07/35.23	c  35.2s|129800 |  7827 | 82800 |   0.6 |    15M |  73 |  82 |   9 |   0 |4393 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
35.07/35.24	c  35.2s|129900 |  7839 | 82868 |   0.6 |    15M |  73 |  82 |   9 |   5 |4396 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
35.07/35.26	c  35.3s|130000 |  7867 | 82932 |   0.6 |    15M |  73 |  82 |   9 |   0 |4396 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
35.07/35.27	c  35.3s|130100 |  7893 | 82995 |   0.6 |    15M |  73 |  82 |   9 |   5 |4396 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
35.07/35.29	c  35.3s|130200 |  7909 | 83058 |   0.6 |    15M |  73 |  82 |   9 |   6 |4397 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
35.17/35.33	c  35.3s|130300 |  7915 | 83113 |   0.6 |    15M |  73 |  82 |   9 |   6 |4397 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
35.17/35.35	c  35.3s|130400 |  7925 | 83168 |   0.6 |    15M |  73 |  82 |   9 |   5 |4397 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
35.17/35.38	c  35.4s|130500 |  7925 | 83218 |   0.6 |    15M |  73 |  82 |   9 |   0 |4397 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
35.27/35.40	c  35.4s|130600 |  7933 | 83272 |   0.6 |    15M |  73 |  82 |   9 |   5 |4397 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
35.27/35.42	c  35.4s|130700 |  7941 | 83326 |   0.6 |    15M |  73 |  82 |   9 |   5 |4397 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
35.27/35.44	c  35.4s|130800 |  7943 | 83377 |   0.6 |    15M |  73 |  82 |   9 |   0 |4397 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
35.27/35.45	c  35.4s|130900 |  7947 | 83451 |   0.6 |    15M |  73 |  82 |   9 |   3 |4411 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.39%
35.27/35.49	c  35.5s|131000 |  7953 | 83505 |   0.6 |    15M |  73 |  82 |   9 |   0 |4411 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.40%
35.37/35.52	c  35.5s|131100 |  7957 | 83557 |   0.6 |    15M |  73 |  82 |   9 |   0 |4411 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.40%
35.37/35.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
35.37/35.54	c  35.5s|131200 |  7961 | 83609 |   0.6 |    15M |  73 |  82 |   9 |   0 |4411 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.40%
35.37/35.56	c  35.6s|131300 |  7965 | 83661 |   0.6 |    15M |  73 |  82 |   9 |   3 |4411 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.40%
35.37/35.59	c  35.6s|131400 |  7979 | 83728 |   0.6 |    15M |  73 |  82 |   9 |   3 |4416 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.40%
35.47/35.62	c  35.6s|131500 |  7991 | 83832 |   0.6 |    15M |  73 |  82 |   9 |   0 |4452 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.40%
35.47/35.65	c  35.6s|131600 |  7995 | 83895 |   0.6 |    15M |  73 |  82 |   9 |   3 |4460 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.47/35.68	c  35.7s|131700 |  7995 | 83945 |   0.6 |    15M |  73 |  82 |   9 |   0 |4460 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.57/35.71	c  35.7s|131800 |  7993 | 83994 |   0.6 |    15M |  73 |  82 |   9 |   0 |4460 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.57/35.73	c  35.7s|131900 |  7995 | 84045 |   0.6 |    15M |  73 |  82 |   9 |   0 |4460 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.57/35.76	c  35.7s|132000 |  8009 | 84102 |   0.6 |    15M |  73 |  82 |   9 |   3 |4460 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.57/35.78	c  35.8s|132100 |  8013 | 84154 |   0.6 |    15M |  73 |  82 |   9 |   3 |4460 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.67/35.80	c  35.8s|132200 |  8017 | 84216 |   0.6 |    15M |  73 |  82 |   9 |   0 |4464 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.67/35.82	c  35.8s|132300 |  8023 | 84287 |   0.6 |    15M |  73 |  82 |   9 |   3 |4473 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.67/35.86	c  35.9s|132400 |  8029 | 84365 |   0.6 |    15M |  73 |  82 |   9 |   0 |4487 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.77/35.91	c  35.9s|132500 |  8033 | 84465 |   0.6 |    15M |  73 |  82 |   9 |   0 |4511 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.77/35.93	c  35.9s|132600 |  8037 | 84522 |   0.6 |    15M |  73 |  82 |   9 |   3 |4513 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.77/35.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
35.77/35.98	c  36.0s|132700 |  8039 | 84630 |   0.6 |    15M |  73 |  82 |   9 |   3 |4532 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.87/36.00	c  36.0s|132800 |  8043 | 84716 |   0.6 |    15M |  73 |  82 |   9 |   0 |4549 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.87/36.03	c  36.0s|132900 |  8053 | 84804 |   0.6 |    15M |  73 |  82 |   9 |   3 |4563 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.87/36.07	c  36.1s|133000 |  8059 | 84901 |   0.6 |    15M |  73 |  82 |   9 |   3 |4590 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.87/36.09	c  36.1s|133100 |  8065 | 84982 |   0.6 |    15M |  73 |  82 |   9 |   3 |4602 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.97/36.12	c  36.1s|133200 |  8067 | 85056 |   0.6 |    15M |  73 |  82 |   9 |   0 |4612 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.97/36.16	c  36.1s|133300 |  8071 | 85167 |   0.6 |    15M |  73 |  82 |   9 |   3 |4643 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.97/36.19	c  36.2s|133400 |  8075 | 85273 |   0.6 |    15M |  73 |  82 |   9 |   0 |4670 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.07/36.22	c  36.2s|133500 |  8079 | 85348 |   0.6 |    15M |  73 |  82 |   9 |   6 |4683 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.07/36.24	c  36.2s|133600 |  8101 | 85442 |   0.6 |    15M |  73 |  82 |   9 |   6 |4695 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.07/36.25	c  36.2s|133700 |  8107 | 85508 |   0.6 |    15M |  73 |  82 |   9 |   3 |4701 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.07/36.27	c  36.3s|133800 |  8115 | 85615 |   0.6 |    15M |  73 |  82 |   9 |   0 |4726 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.17/36.30	c  36.3s|133900 |  8117 | 85700 |   0.6 |    15M |  73 |  82 |   9 |   5 |4740 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.17/36.32	c  36.3s|134000 |  8119 | 85775 |   0.6 |    15M |  73 |  82 |   9 |   0 |4754 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.17/36.34	c  36.3s|134100 |  8121 | 85843 |   0.6 |    15M |  73 |  82 |   9 |   6 |4760 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.17/36.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
36.17/36.36	c  36.4s|134200 |  8131 | 85954 |   0.6 |    15M |  73 |  82 |   9 |   6 |4785 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.17/36.38	c  36.4s|134300 |  8129 | 86023 |   0.6 |    15M |  73 |  82 |   9 |   3 |4790 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.27/36.40	c  36.4s|134400 |  8137 | 86116 |   0.6 |    15M |  73 |  82 |   9 |   0 |4814 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.27/36.43	c  36.4s|134500 |  8145 | 86200 |   0.6 |    15M |  73 |  82 |   9 |   3 |4831 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.27/36.45	c  36.4s|134600 |  8147 | 86254 |   0.6 |    15M |  73 |  82 |   9 |   3 |4833 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.37/36.50	c  36.5s|134700 |  8151 | 86362 |   0.6 |    15M |  73 |  82 |   9 |   3 |4859 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.37/36.52	c  36.5s|134800 |  8155 | 86458 |   0.6 |    15M |  73 |  82 |   9 |   7 |4885 |  2 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.37/36.55	c  36.5s|134900 |  8159 | 86537 |   0.6 |    15M |  73 |  82 |   9 |   0 |4894 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.37/36.59	c  36.6s|135000 |  8161 | 86613 |   0.6 |    15M |  73 |  82 |   9 |   0 |4912 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.47/36.61	c  36.6s|135100 |  8169 | 86672 |   0.6 |    15M |  73 |  82 |   9 |   3 |4913 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.47/36.64	c  36.6s|135200 |  8191 | 86791 |   0.6 |    15M |  73 |  82 |   9 |   5 |4937 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.47/36.68	c  36.7s|135300 |  8193 | 86909 |   0.6 |    15M |  73 |  82 |   9 |   0 |4970 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.56/36.72	c  36.7s|135400 |  8193 | 87013 |   0.6 |    15M |  73 |  82 |   9 |   0 |4994 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.56/36.74	c  36.7s|135500 |  8201 | 87077 |   0.6 |    15M |  73 |  82 |   9 |   0 |4998 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.56/36.76	c  36.8s|135600 |  8213 | 87180 |   0.6 |    15M |  73 |  82 |   9 |   0 |5026 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.56/36.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
36.56/36.78	c  36.8s|135700 |  8225 | 87295 |   0.6 |    16M |  73 |  82 |   9 |   7 |5057 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.66/36.81	c  36.8s|135800 |  8231 | 87396 |   0.6 |    16M |  73 |  82 |   9 |   0 |5079 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.66/36.83	c  36.8s|135900 |  8237 | 87476 |   0.6 |    16M |  73 |  82 |   9 |   5 |5090 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.66/36.86	c  36.9s|136000 |  8247 | 87579 |   0.6 |    16M |  73 |  82 |   9 |   6 |5114 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.66/36.89	c  36.9s|136100 |  8255 | 87656 |   0.6 |    16M |  73 |  82 |   9 |   7 |5122 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.76/36.92	c  36.9s|136200 |  8255 | 87727 |   0.6 |    16M |  73 |  82 |   9 |   3 |5129 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.76/36.95	c  36.9s|136300 |  8263 | 87832 |   0.6 |    16M |  73 |  82 |   9 |   6 |5153 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.76/36.97	c  37.0s|136400 |  8267 | 87889 |   0.6 |    16M |  73 |  82 |   9 |   0 |5153 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.87/37.00	c  37.0s|136500 |  8279 | 87988 |   0.6 |    16M |  73 |  82 |   9 |   3 |5177 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.87/37.04	c  37.0s|136600 |  8283 | 88080 |   0.6 |    16M |  73 |  82 |   9 |   0 |5202 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.87/37.06	c  37.1s|136700 |  8297 | 88179 |   0.6 |    16M |  73 |  82 |   9 |   8 |5219 |  3 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.87/37.08	c  37.1s|136800 |  8303 | 88275 |   0.6 |    16M |  73 |  82 |   9 |   0 |5242 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.97/37.11	c  37.1s|136900 |  8307 | 88348 |   0.6 |    16M |  73 |  82 |   9 |   7 |5252 |  2 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.97/37.14	c  37.1s|137000 |  8317 | 88456 |   0.6 |    16M |  73 |  82 |   9 |   6 |5274 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.97/37.17	c  37.2s|137100 |  8323 | 88548 |   0.6 |    16M |  73 |  82 |   9 |   6 |5297 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.06/37.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
37.06/37.20	c  37.2s|137200 |  8327 | 88605 |   0.6 |    16M |  73 |  82 |   9 |   5 |5297 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.06/37.26	c  37.2s|137300 |  8329 | 88684 |   0.6 |    16M |  73 |  82 |   9 |   6 |5304 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.06/37.28	c  37.3s|137400 |  8325 | 88736 |   0.6 |    16M |  73 |  82 |   9 |   0 |5304 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.16/37.31	c  37.3s|137500 |  8329 | 88794 |   0.6 |    16M |  73 |  82 |   9 |   3 |5306 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.16/37.35	c  37.3s|137600 |  8331 | 88898 |   0.6 |    16M |  73 |  82 |   9 |   6 |5332 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.16/37.38	c  37.4s|137700 |  8335 | 88978 |   0.6 |    16M |  73 |  82 |   9 |   0 |5345 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.26/37.40	c  37.4s|137800 |  8343 | 89070 |   0.6 |    16M |  73 |  82 |   9 |   6 |5364 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.26/37.43	c  37.4s|137900 |  8345 | 89151 |   0.6 |    16M |  73 |  82 |   9 |   6 |5378 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.26/37.46	c  37.5s|138000 |  8347 | 89218 |   0.6 |    16M |  73 |  82 |   9 |   0 |5382 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.26/37.50	c  37.5s|138100 |  8353 | 89288 |   0.6 |    16M |  73 |  82 |   9 |   3 |5390 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.36/37.53	c  37.5s|138200 |  8353 | 89377 |   0.6 |    16M |  73 |  82 |   9 |   5 |5408 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.36/37.56	c  37.6s|138300 |  8357 | 89436 |   0.6 |    16M |  73 |  82 |   9 |   0 |5408 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.36/37.59	c  37.6s|138400 |  8361 | 89507 |   0.6 |    16M |  73 |  82 |   9 |   3 |5414 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.46/37.62	c  37.6s|138500 |  8369 | 89624 |   0.6 |    16M |  73 |  82 |   9 |   6 |5441 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.46/37.67	c  37.7s|138600 |  8371 | 89739 |   0.6 |    16M |  73 |  82 |   9 |   0 |5465 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.56/37.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
37.56/37.71	c  37.7s|138700 |  8375 | 89824 |   0.6 |    16M |  73 |  82 |   9 |   3 |5474 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.56/37.73	c  37.7s|138800 |  8383 | 89929 |   0.6 |    16M |  73 |  82 |   9 |   0 |5500 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.56/37.76	c  37.8s|138900 |  8393 | 90009 |   0.6 |    16M |  73 |  82 |   9 |   0 |5512 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.56/37.78	c  37.8s|139000 |  8395 | 90072 |   0.6 |    16M |  73 |  82 |   9 |   4 |5517 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.66/37.81	c  37.8s|139100 |  8405 | 90159 |   0.6 |    16M |  73 |  82 |   9 |   7 |5532 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.66/37.85	c  37.8s|139200 |  8409 | 90213 |   0.6 |    16M |  73 |  82 |   9 |   7 |5532 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.66/37.89	c  37.9s|139300 |  8411 | 90265 |   0.6 |    16M |  73 |  82 |   9 |   6 |5532 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.76/37.93	c  37.9s|139400 |  8415 | 90317 |   0.6 |    16M |  73 |  82 |   9 |   6 |5532 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.76/37.96	c  38.0s|139500 |  8415 | 90374 |   0.6 |    16M |  73 |  82 |   9 |   6 |5532 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.76/37.98	c  38.0s|139600 |  8427 | 90452 |   0.6 |    16M |  73 |  82 |   9 |   7 |5542 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.86/38.02	c  38.0s|139700 |  8437 | 90513 |   0.6 |    16M |  73 |  82 |   9 |   7 |5542 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.86/38.05	c  38.0s|139800 |  8431 | 90571 |   0.6 |    16M |  73 |  82 |   9 |   7 |5542 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.86/38.08	c  38.1s|139900 |  8445 | 90632 |   0.6 |    16M |  73 |  82 |   9 |   0 |5542 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.86/38.10	c  38.1s|140000 |  8449 | 90685 |   0.6 |    16M |  73 |  82 |   9 |   5 |5542 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.96/38.14	c  38.1s|140100 |  8463 | 90747 |   0.6 |    16M |  73 |  82 |   9 |   6 |5544 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.96/38.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
37.96/38.14	c  38.1s|140200 |  8465 | 90798 |   0.6 |    16M |  73 |  82 |   9 |   6 |5544 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.96/38.17	c  38.2s|140300 |  8467 | 90866 |   0.6 |    16M |  73 |  82 |   9 |   0 |5551 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.96/38.19	c  38.2s|140400 |  8469 | 90917 |   0.6 |    16M |  73 |  82 |   9 |   0 |5551 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
38.06/38.23	c  38.2s|140500 |  8469 | 90967 |   0.6 |    16M |  73 |  82 |   9 |   6 |5551 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
38.06/38.25	c  38.2s|140600 |  8477 | 91021 |   0.6 |    16M |  73 |  82 |   9 |   6 |5551 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
38.06/38.28	c  38.3s|140700 |  8485 | 91075 |   0.6 |    16M |  73 |  82 |   9 |   0 |5551 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
38.16/38.32	c  38.3s|140800 |  8497 | 91131 |   0.6 |    16M |  73 |  82 |   9 |   0 |5551 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
38.16/38.35	c  38.3s|140900 |  8507 | 91189 |   0.6 |    16M |  73 |  82 |   9 |   5 |5551 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
38.16/38.37	c  38.4s|141000 |  8509 | 91285 |   0.6 |    16M |  73 |  82 |   9 |   0 |5573 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
38.16/38.39	c  38.4s|141100 |  8517 | 91383 |   0.6 |    16M |  73 |  82 |   9 |   0 |5594 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
38.26/38.42	c  38.4s|141200 |  8517 | 91444 |   0.6 |    16M |  73 |  82 |   9 |   4 |5598 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
38.26/38.46	c  38.5s|141300 |  8525 | 91528 |   0.6 |    16M |  73 |  82 |   9 |   6 |5609 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
38.26/38.49	c  38.5s|141400 |  8531 | 91592 |   0.6 |    16M |  73 |  82 |   9 |   3 |5614 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.65%
38.36/38.51	c  38.5s|141500 |  8537 | 91650 |   0.6 |    16M |  73 |  82 |   9 |   3 |5616 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.74%
38.36/38.53	c  38.5s|141600 |  8543 | 91709 |   0.6 |    16M |  73 |  82 |   9 |   6 |5618 |  2 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.36/38.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
38.36/38.56	c  38.6s|141700 |  8555 | 91840 |   0.6 |    16M |  73 |  82 |   9 |   0 |5643 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.36/38.58	c  38.6s|141800 |  8549 | 91894 |   0.6 |    16M |  73 |  82 |   9 |   0 |5645 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.46/38.60	c  38.6s|141900 |  8557 | 91987 |   0.6 |    16M |  73 |  82 |   9 |   0 |5665 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.46/38.62	c  38.6s|142000 |  8559 | 92053 |   0.6 |    16M |  73 |  82 |   9 |   5 |5669 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.46/38.63	c  38.6s|142100 |  8563 | 92117 |   0.6 |    16M |  73 |  82 |   9 |   4 |5676 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.46/38.67	c  38.7s|142200 |  8565 | 92182 |   0.6 |    16M |  73 |  82 |   9 |   6 |5680 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.46/38.68	c  38.7s|142300 |  8563 | 92241 |   0.6 |    16M |  73 |  82 |   9 |   0 |5682 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.56/38.71	c  38.7s|142400 |  8571 | 92318 |   0.6 |    16M |  73 |  82 |   9 |   3 |5696 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.56/38.74	c  38.7s|142500 |  8569 | 92377 |   0.6 |    16M |  73 |  82 |   9 |   7 |5700 |  3 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.56/38.78	c  38.8s|142600 |  8581 | 92437 |   0.6 |    16M |  73 |  82 |   9 |   5 |5704 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.65/38.81	c  38.8s|142700 |  8581 | 92507 |   0.6 |    16M |  73 |  82 |   9 |   5 |5718 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.65/38.84	c  38.8s|142800 |  8587 | 92561 |   0.6 |    16M |  73 |  82 |   9 |   6 |5718 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.65/38.85	c  38.8s|142900 |  8597 | 92617 |   0.6 |    16M |  73 |  82 |   9 |   5 |5718 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.65/38.87	c  38.9s|143000 |  8605 | 92676 |   0.6 |    16M |  73 |  82 |   9 |   5 |5720 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.75/38.92	c  38.9s|143100 |  8611 | 92733 |   0.6 |    16M |  73 |  82 |   9 |   0 |5720 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.75/38.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
38.75/38.94	c  38.9s|143200 |  8619 | 92789 |   0.6 |    16M |  73 |  82 |   9 |   0 |5720 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.75/38.97	c  39.0s|143300 |  8619 | 92839 |   0.6 |    16M |  73 |  82 |   9 |   0 |5720 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.75/38.99	c  39.0s|143400 |  8633 | 92896 |   0.6 |    16M |  73 |  82 |   9 |   6 |5720 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.75/39.00	c  39.0s|143500 |  8649 | 92954 |   0.6 |    16M |  73 |  82 |   9 |   0 |5720 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.86/39.04	c  39.0s|143600 |  8661 | 93010 |   0.6 |    16M |  73 |  82 |   9 |   6 |5720 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.86/39.07	c  39.1s|143700 |  8669 | 93066 |   0.6 |    16M |  73 |  82 |   9 |   3 |5720 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.86/39.09	c  39.1s|143800 |  8675 | 93134 |   0.6 |    16M |  73 |  82 |   9 |   6 |5725 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.96/39.11	c  39.1s|143900 |  8681 | 93214 |   0.6 |    16M |  73 |  82 |   9 |   0 |5739 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.96/39.13	c  39.1s|144000 |  8683 | 93265 |   0.6 |    16M |  73 |  82 |   9 |   0 |5739 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.96/39.15	c  39.1s|144100 |  8693 | 93326 |   0.6 |    16M |  73 |  82 |   9 |   5 |5743 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.96/39.17	c  39.2s|144200 |  8695 | 93403 |   0.6 |    16M |  73 |  82 |   9 |   7 |5753 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.96/39.19	c  39.2s|144300 |  8701 | 93481 |   0.6 |    16M |  73 |  82 |   9 |   8 |5766 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.05/39.21	c  39.2s|144400 |  8709 | 93542 |   0.6 |    16M |  73 |  82 |   9 |   8 |5766 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.05/39.25	c  39.2s|144500 |  8717 | 93606 |   0.6 |    16M |  73 |  82 |   9 |   7 |5766 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.05/39.28	c  39.3s|144600 |  8715 | 93666 |   0.6 |    16M |  73 |  82 |   9 |   0 |5770 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.15/39.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
39.15/39.30	c  39.3s|144700 |  8715 | 93728 |   0.6 |    16M |  73 |  82 |   9 |   0 |5777 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.15/39.32	c  39.3s|144800 |  8715 | 93792 |   0.6 |    16M |  73 |  82 |   9 |   0 |5783 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.15/39.35	c  39.3s|144900 |  8721 | 93847 |   0.6 |    16M |  73 |  82 |   9 |   6 |5783 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.15/39.37	c  39.4s|145000 |  8729 | 93901 |   0.6 |    16M |  73 |  82 |   9 |   6 |5783 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.25/39.41	c  39.4s|145100 |  8733 | 93953 |   0.6 |    16M |  73 |  82 |   9 |   6 |5783 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.25/39.43	c  39.4s|145200 |  8735 | 94004 |   0.6 |    16M |  73 |  82 |   9 |   0 |5783 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.25/39.45	c  39.4s|145300 |  8737 | 94055 |   0.6 |    16M |  73 |  82 |   9 |   0 |5783 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.35/39.50	c  39.5s|145400 |  8739 | 94106 |   0.6 |    16M |  73 |  82 |   9 |   6 |5783 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.35/39.53	c  39.5s|145500 |  8737 | 94156 |   0.6 |    16M |  73 |  82 |   9 |   0 |5783 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.35/39.55	c  39.5s|145600 |  8737 | 94214 |   0.6 |    16M |  73 |  82 |   9 |   7 |5787 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.35/39.57	c  39.6s|145700 |  8739 | 94276 |   0.6 |    16M |  73 |  82 |   9 |   0 |5791 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.45/39.60	c  39.6s|145800 |  8739 | 94326 |   0.6 |    16M |  73 |  82 |   9 |   0 |5791 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.45/39.63	c  39.6s|145900 |  8743 | 94420 |   0.6 |    16M |  73 |  82 |   9 |   4 |5811 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.45/39.65	c  39.6s|146000 |  8745 | 94489 |   0.6 |    16M |  73 |  82 |   9 |   0 |5818 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.45/39.68	c  39.7s|146100 |  8755 | 94599 |   0.6 |    16M |  73 |  82 |   9 |   0 |5845 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.55/39.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
39.55/39.72	c  39.7s|146200 |  8763 | 94712 |   0.6 |    16M |  73 |  82 |   9 |   0 |5880 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.55/39.75	c  39.7s|146300 |  8769 | 94784 |   0.6 |    16M |  73 |  82 |   9 |   4 |5888 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.55/39.78	c  39.8s|146400 |  8777 | 94895 |   0.6 |    16M |  73 |  82 |   9 |   0 |5912 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.65/39.80	c  39.8s|146500 |  8791 | 94994 |   0.6 |    16M |  73 |  82 |   9 |   8 |5927 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.65/39.83	c  39.8s|146600 |  8791 | 95053 |   0.6 |    16M |  73 |  82 |   9 |   0 |5927 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.65/39.85	c  39.8s|146700 |  8795 | 95108 |   0.6 |    16M |  73 |  82 |   9 |   0 |5927 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.65/39.89	c  39.9s|146800 |  8795 | 95158 |   0.6 |    16M |  73 |  82 |   9 |   6 |5927 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.75/39.90	c  39.9s|146900 |  8803 | 95212 |   0.6 |    16M |  73 |  82 |   9 |   6 |5927 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.75/39.93	c  39.9s|147000 |  8813 | 95273 |   0.6 |    16M |  73 |  82 |   9 |   0 |5927 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.75/39.96	c  40.0s|147100 |  8815 | 95324 |   0.6 |    16M |  73 |  82 |   9 |   5 |5927 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.75/39.98	c  40.0s|147200 |  8823 | 95418 |   0.6 |    16M |  73 |  82 |   9 |   8 |5945 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.86/40.00	c  40.0s|147300 |  8825 | 95484 |   0.6 |    16M |  73 |  82 |   9 |   0 |5952 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.86/40.04	c  40.0s|147400 |  8837 | 95550 |   0.6 |    16M |  73 |  82 |   9 |   6 |5952 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.86/40.07	c  40.1s|147500 |  8841 | 95602 |   0.6 |    16M |  73 |  82 |   9 |   5 |5952 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.86/40.10	c  40.1s|147600 |  8851 | 95675 |   0.6 |    16M |  73 |  82 |   9 |   0 |5960 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.96/40.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
39.96/40.12	c  40.1s|147700 |  8865 | 95749 |   0.6 |    16M |  73 |  82 |   9 |   0 |5966 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.96/40.16	c  40.2s|147800 |  8869 | 95818 |   0.6 |    16M |  73 |  82 |   9 |   6 |5975 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.96/40.18	c  40.2s|147900 |  8875 | 95871 |   0.6 |    16M |  73 |  82 |   9 |   0 |5975 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.05/40.20	c  40.2s|148000 |  8877 | 95931 |   0.6 |    16M |  73 |  82 |   9 |   5 |5980 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.05/40.22	c  40.2s|148100 |  8883 | 95990 |   0.6 |    16M |  73 |  82 |   9 |   5 |5984 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.05/40.23	c  40.2s|148200 |  8887 | 96042 |   0.6 |    16M |  73 |  82 |   9 |   0 |5984 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.05/40.25	c  40.2s|148300 |  8897 | 96111 |   0.6 |    16M |  73 |  82 |   9 |   0 |5984 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.05/40.29	c  40.3s|148400 |  8897 | 96162 |   0.6 |    16M |  73 |  82 |   9 |   0 |5984 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.15/40.32	c  40.3s|148500 |  8907 | 96222 |   0.6 |    16M |  73 |  82 |   9 |   3 |5984 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.15/40.34	c  40.3s|148600 |  8915 | 96278 |   0.6 |    16M |  73 |  82 |   9 |   0 |5984 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.15/40.36	c  40.4s|148700 |  8927 | 96337 |   0.6 |    16M |  73 |  82 |   9 |   3 |5984 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.15/40.38	c  40.4s|148800 |  8933 | 96394 |   0.6 |    16M |  73 |  82 |   9 |   3 |5984 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.25/40.41	c  40.4s|148900 |  8953 | 96460 |   0.6 |    16M |  73 |  82 |   9 |   3 |5984 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.25/40.44	c  40.4s|149000 |  8985 | 96531 |   0.6 |    17M |  73 |  82 |   9 |   3 |5984 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.25/40.49	c  40.5s|149100 |  8999 | 96592 |   0.6 |    17M |  73 |  82 |   9 |   0 |5984 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.35/40.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
40.35/40.52	c  40.5s|149200 |  9013 | 96651 |   0.6 |    17M |  73 |  82 |   9 |   3 |5984 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.35/40.56	c  40.6s|149300 |  9021 | 96708 |   0.6 |    17M |  73 |  82 |   9 |   3 |5984 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.45/40.60	c  40.6s|149400 |  9023 | 96763 |   0.6 |    17M |  73 |  82 |   9 |   6 |5985 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.45/40.62	c  40.6s|149500 |  9027 | 96816 |   0.6 |    17M |  73 |  82 |   9 |   6 |5985 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.45/40.64	c  40.6s|149600 |  9033 | 96869 |   0.6 |    17M |  73 |  82 |   9 |   0 |5985 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.45/40.65	c  40.6s|149700 |  9033 | 96919 |   0.6 |    17M |  73 |  82 |   9 |   0 |5985 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.45/40.68	c  40.7s|149800 |  9033 | 96969 |   0.6 |    17M |  73 |  82 |   9 |   5 |5985 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.55/40.70	c  40.7s|149900 |  9041 | 97023 |   0.6 |    17M |  73 |  82 |   9 |   5 |5985 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.55/40.72	c  40.7s|150000 |  9047 | 97076 |   0.6 |    17M |  73 |  82 |   9 |   5 |5985 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.55/40.74	c  40.7s|150100 |  9055 | 97130 |   0.6 |    17M |  73 |  82 |   9 |   0 |5985 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.55/40.77	c  40.8s|150200 |  9065 | 97185 |   0.6 |    17M |  73 |  82 |   9 |   5 |5985 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.55/40.79	c  40.8s|150300 |  9073 | 97239 |   0.6 |    17M |  73 |  82 |   9 |   5 |5985 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.65/40.83	c  40.8s|150400 |  9069 | 97287 |   0.6 |    17M |  73 |  82 |   9 |   5 |5985 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.65/40.86	c  40.9s|150500 |  9073 | 97339 |   0.6 |    17M |  73 |  82 |   9 |   5 |5985 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.65/40.88	c  40.9s|150600 |  9075 | 97390 |   0.6 |    17M |  73 |  82 |   9 |   0 |5985 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.65/40.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
40.65/40.89	c  40.9s|150700 |  9081 | 97443 |   0.6 |    17M |  73 |  82 |   9 |   0 |5985 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.75/40.92	c  40.9s|150800 |  9081 | 97493 |   0.6 |    17M |  73 |  82 |   9 |   0 |5985 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.75/40.94	c  40.9s|150900 |  9083 | 97544 |   0.6 |    17M |  73 |  82 |   9 |   5 |5985 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.75/40.97	c  41.0s|151000 |  9089 | 97597 |   0.6 |    17M |  73 |  82 |   9 |   5 |5985 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.75/40.99	c  41.0s|151100 |  9103 | 97661 |   0.6 |    17M |  73 |  82 |   9 |   0 |5985 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.85/41.02	c  41.0s|151200 |  9105 | 97713 |   0.6 |    17M |  73 |  82 |   9 |   0 |5985 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.85/41.04	c  41.0s|151300 |  9111 | 97766 |   0.6 |    17M |  73 |  82 |   9 |   0 |5985 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.85/41.06	c  41.1s|151400 |  9111 | 97821 |   0.6 |    17M |  73 |  82 |   9 |   0 |5987 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.85/41.09	c  41.1s|151500 |  9117 | 97874 |   0.6 |    17M |  73 |  82 |   9 |   8 |5987 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.95/41.12	c  41.1s|151600 |  9117 | 97925 |   0.6 |    17M |  73 |  82 |   9 |   5 |5987 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.95/41.13	c  41.1s|151700 |  9141 | 97992 |   0.6 |    17M |  73 |  82 |   9 |   5 |5989 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.95/41.17	c  41.2s|151800 |  9145 | 98057 |   0.6 |    17M |  73 |  82 |   9 |   6 |5996 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.95/41.19	c  41.2s|151900 |  9157 | 98128 |   0.6 |    17M |  73 |  82 |   9 |   5 |6004 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.05/41.22	c  41.2s|152000 |  9161 | 98184 |   0.6 |    17M |  73 |  82 |   9 |   4 |6006 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.05/41.25	c  41.2s|152100 |  9169 | 98266 |   0.6 |    17M |  73 |  82 |   9 |   0 |6018 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.05/41.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
41.05/41.29	c  41.3s|152200 |  9173 | 98324 |   0.6 |    17M |  73 |  82 |   9 |   5 |6021 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.15/41.33	c  41.3s|152300 |  9179 | 98430 |   0.6 |    17M |  73 |  82 |   9 |   5 |6044 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.15/41.35	c  41.3s|152400 |  9181 | 98504 |   0.6 |    17M |  73 |  82 |   9 |   5 |6048 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.15/41.37	c  41.4s|152500 |  9179 | 98573 |   0.6 |    17M |  73 |  82 |   9 |   5 |6048 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.15/41.39	c  41.4s|152600 |  9179 | 98640 |   0.6 |    17M |  73 |  82 |   9 |   0 |6051 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.24/41.41	c  41.4s|152700 |  9187 | 98731 |   0.6 |    17M |  73 |  82 |   9 |   0 |6064 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.24/41.45	c  41.4s|152800 |  9187 | 98808 |   0.6 |    17M |  73 |  82 |   9 |   0 |6077 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.24/41.47	c  41.5s|152900 |  9189 | 98879 |   0.6 |    17M |  73 |  82 |   9 |   0 |6085 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.24/41.49	c  41.5s|153000 |  9199 | 98991 |   0.6 |    17M |  73 |  82 |   9 |   0 |6113 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.34/41.52	c  41.5s|153100 |  9195 | 99045 |   0.6 |    17M |  73 |  82 |   9 |   0 |6113 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.34/41.54	c  41.5s|153200 |  9203 | 99102 |   0.6 |    17M |  73 |  82 |   9 |   4 |6115 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.34/41.57	c  41.6s|153300 |  9203 | 99162 |   0.6 |    17M |  73 |  82 |   9 |   5 |6119 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.34/41.59	c  41.6s|153400 |  9205 | 99213 |   0.6 |    17M |  73 |  82 |   9 |   0 |6119 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.44/41.62	c  41.6s|153500 |  9211 | 99267 |   0.6 |    17M |  73 |  82 |   9 |   0 |6119 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.44/41.64	c  41.6s|153600 |  9225 | 99330 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.44/41.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
41.44/41.67	c  41.7s|153700 |  9229 | 99383 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.54/41.70	c  41.7s|153800 |  9241 | 99440 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.54/41.73	c  41.7s|153900 |  9257 | 99498 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.54/41.77	c  41.8s|154000 |  9253 | 99546 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.64/41.80	c  41.8s|154100 |  9257 | 99598 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.64/41.84	c  41.8s|154200 |  9261 | 99651 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.64/41.86	c  41.9s|154300 |  9261 | 99702 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.64/41.88	c  41.9s|154400 |  9267 | 99756 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.74/41.91	c  41.9s|154500 |  9279 | 99812 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.74/41.93	c  41.9s|154600 |  9275 | 99860 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.74/41.96	c  42.0s|154700 |  9275 | 99910 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.74/41.99	c  42.0s|154800 |  9277 | 99961 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.85/42.01	c  42.0s|154900 |  9281 |100013 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.85/42.04	c  42.0s|155000 |  9287 |100066 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.85/42.06	c  42.1s|155100 |  9295 |100139 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.85/42.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
41.85/42.09	c  42.1s|155200 |  9305 |100194 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.95/42.12	c  42.1s|155300 |  9311 |100247 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.95/42.14	c  42.1s|155400 |  9319 |100301 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.95/42.16	c  42.2s|155500 |  9325 |100354 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.95/42.19	c  42.2s|155600 |  9333 |100409 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.04/42.23	c  42.2s|155700 |  9345 |100465 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.04/42.25	c  42.2s|155800 |  9345 |100517 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.04/42.26	c  42.3s|155900 |  9353 |100572 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.04/42.28	c  42.3s|156000 |  9367 |100630 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.14/42.32	c  42.3s|156100 |  9373 |100683 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.14/42.35	c  42.3s|156200 |  9369 |100731 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.14/42.38	c  42.4s|156300 |  9373 |100783 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.24/42.41	c  42.4s|156400 |  9381 |100837 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.24/42.45	c  42.4s|156500 |  9383 |100888 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.24/42.48	c  42.5s|156600 |  9389 |100942 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.34/42.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
42.34/42.51	c  42.5s|156700 |  9391 |100993 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.34/42.53	c  42.5s|156800 |  9393 |101044 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.34/42.56	c  42.6s|156900 |  9391 |101093 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.34/42.58	c  42.6s|157000 |  9395 |101145 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.44/42.60	c  42.6s|157100 |  9405 |101202 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.44/42.62	c  42.6s|157200 |  9427 |101265 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.44/42.65	c  42.6s|157300 |  9447 |101329 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.44/42.69	c  42.7s|157400 |  9441 |101376 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.54/42.73	c  42.7s|157500 |  9439 |101425 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.54/42.77	c  42.8s|157600 |  9435 |101473 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.64/42.80	c  42.8s|157700 |  9439 |101525 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.64/42.83	c  42.8s|157800 |  9441 |101576 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.64/42.85	c  42.8s|157900 |  9447 |101629 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.64/42.89	c  42.9s|158000 |  9449 |101680 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.74/42.90	c  42.9s|158100 |  9451 |101731 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.74/42.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
42.74/42.93	c  42.9s|158200 |  9457 |101784 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.74/42.95	c  42.9s|158300 |  9459 |101835 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.74/42.98	c  43.0s|158400 |  9471 |101891 |   0.6 |    18M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.74/43.00	c  43.0s|158500 |  9475 |101943 |   0.6 |    18M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.84/43.03	c  43.0s|158600 |  9487 |101999 |   0.6 |    18M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.84/43.05	c  43.0s|158700 |  9491 |102051 |   0.6 |    18M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.84/43.07	c  43.1s|158800 |  9495 |102103 |   0.6 |    18M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.84/43.08	c  43.1s|158900 |  9511 |102180 |   0.6 |    18M |  73 |  82 |   9 |   0 |6128 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.84/43.10	c  43.1s|159000 |  9523 |102245 |   0.6 |    18M |  73 |  82 |   9 |   5 |6130 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.94/43.12	c  43.1s|159100 |  9523 |102295 |   0.6 |    18M |  73 |  82 |   9 |   5 |6130 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.94/43.14	c  43.1s|159200 |  9529 |102358 |   0.6 |    18M |  73 |  82 |   9 |   4 |6136 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.94/43.16	c  43.2s|159300 |  9537 |102412 |   0.6 |    18M |  73 |  82 |   9 |   0 |6136 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.04/43.20	c  43.2s|159400 |  9535 |102461 |   0.6 |    18M |  73 |  82 |   9 |   0 |6136 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.04/43.22	c  43.2s|159500 |  9537 |102525 |   0.6 |    18M |  73 |  82 |   9 |   4 |6142 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.04/43.25	c  43.2s|159600 |  9539 |102593 |   0.6 |    18M |  73 |  82 |   9 |   0 |6152 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.14/43.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
43.14/43.30	c  43.3s|159700 |  9551 |102705 |   0.6 |    18M |  73 |  82 |   9 |   4 |6182 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.14/43.32	c  43.3s|159800 |  9573 |102768 |   0.6 |    18M |  73 |  82 |   9 |   4 |6182 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.14/43.34	c  43.3s|159900 |  9599 |102840 |   0.6 |    18M |  73 |  82 |   9 |   4 |6187 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.14/43.36	c  43.4s|160000 |  9617 |102962 |   0.6 |    18M |  73 |  82 |   9 |   4 |6214 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.14/43.38	c  43.4s|160100 |  9615 |103024 |   0.6 |    18M |  73 |  82 |   9 |   4 |6217 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.24/43.41	c  43.4s|160200 |  9621 |103114 |   0.6 |    18M |  73 |  82 |   9 |   7 |6231 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.24/43.44	c  43.4s|160300 |  9625 |103221 |   0.6 |    18M |  73 |  82 |  10 |   0 |6256 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.24/43.46	c  43.5s|160400 |  9631 |103308 |   0.6 |    18M |  73 |  82 |  10 |   4 |6272 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.24/43.49	c  43.5s|160500 |  9641 |103403 |   0.6 |    18M |  73 |  82 |  10 |   4 |6288 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.34/43.53	c  43.5s|160600 |  9645 |103468 |   0.6 |    18M |  73 |  82 |  10 |   5 |6295 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.34/43.55	c  43.5s|160700 |  9651 |103561 |   0.6 |    18M |  73 |  82 |  10 |   8 |6315 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.34/43.58	c  43.6s|160800 |  9651 |103639 |   0.6 |    18M |  73 |  82 |  10 |   0 |6327 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.44/43.60	c  43.6s|160900 |  9657 |103724 |   0.6 |    18M |  73 |  82 |  10 |   0 |6340 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.44/43.64	c  43.6s|161000 |  9669 |103780 |   0.6 |    18M |  73 |  82 |  10 |   0 |6340 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.44/43.67	c  43.7s|161100 |  9665 |103851 |   0.6 |    18M |  73 |  82 |  10 |   0 |6347 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.44/43.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
43.44/43.69	c  43.7s|161200 |  9671 |103917 |   0.6 |    18M |  73 |  82 |  10 |   0 |6358 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.54/43.71	c  43.7s|161300 |  9677 |103991 |   0.6 |    18M |  73 |  82 |  10 |   8 |6362 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.54/43.75	c  43.7s|161400 |  9681 |104057 |   0.6 |    18M |  73 |  82 |  10 |   4 |6362 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.54/43.78	c  43.8s|161500 |  9683 |104115 |   0.6 |    18M |  73 |  82 |  10 |   0 |6366 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.64/43.82	c  43.8s|161600 |  9685 |104185 |   0.6 |    18M |  73 |  82 |  10 |   0 |6373 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.64/43.85	c  43.8s|161700 |  9689 |104263 |   0.6 |    18M |  73 |  82 |  10 |   7 |6384 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.64/43.88	c  43.9s|161800 |  9691 |104323 |   0.6 |    18M |  73 |  82 |  10 |   0 |6387 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.74/43.92	c  43.9s|161900 |  9693 |104386 |   0.6 |    18M |  73 |  82 |  10 |   0 |6390 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.74/43.94	c  43.9s|162000 |  9697 |104443 |   0.6 |    18M |  73 |  82 |  10 |   7 |6392 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.74/43.97	c  44.0s|162100 |  9695 |104518 |   0.6 |    18M |  73 |  82 |  10 |   0 |6402 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.74/44.00	c  44.0s|162200 |  9695 |104605 |   0.6 |    18M |  73 |  82 |  10 |   0 |6419 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.85/44.02	c  44.0s|162300 |  9699 |104693 |   0.6 |    18M |  73 |  82 |  10 |   4 |6431 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.85/44.06	c  44.1s|162400 |  9703 |104764 |   0.6 |    18M |  73 |  82 |  10 |   6 |6442 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.85/44.09	c  44.1s|162500 |  9705 |104843 |   0.6 |    18M |  73 |  82 |  10 |   0 |6456 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.95/44.12	c  44.1s|162600 |  9709 |104904 |   0.6 |    18M |  73 |  82 |  10 |   4 |6460 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.95/44.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
43.95/44.15	c  44.1s|162700 |  9709 |104957 |   0.6 |    18M |  73 |  82 |  10 |   0 |6460 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.95/44.18	c  44.2s|162800 |  9711 |105043 |   0.6 |    18M |  73 |  82 |  10 |   0 |6474 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.04/44.21	c  44.2s|162900 |  9721 |105121 |   0.6 |    18M |  73 |  82 |  10 |   0 |6474 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.04/44.23	c  44.2s|163000 |  9719 |105177 |   0.6 |    18M |  73 |  82 |  10 |   5 |6476 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.04/44.26	c  44.3s|163100 |  9723 |105259 |   0.6 |    18M |  73 |  82 |  10 |   7 |6495 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.04/44.28	c  44.3s|163200 |  9723 |105325 |   0.6 |    18M |  73 |  82 |  10 |   6 |6501 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.14/44.30	c  44.3s|163300 |  9727 |105402 |   0.6 |    18M |  73 |  82 |  10 |   7 |6506 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.14/44.31	c  44.3s|163400 |  9741 |105473 |   0.6 |    18M |  73 |  82 |  10 |   6 |6506 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.14/44.35	c  44.3s|163500 |  9751 |105546 |   0.6 |    18M |  73 |  82 |  10 |   0 |6506 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.14/44.37	c  44.4s|163600 |  9755 |105623 |   0.6 |    18M |  73 |  82 |  10 |   0 |6519 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.24/44.40	c  44.4s|163700 |  9753 |105695 |   0.6 |    18M |  73 |  82 |  10 |   5 |6529 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.24/44.44	c  44.4s|163800 |  9759 |105775 |   0.6 |    18M |  73 |  82 |  10 |   0 |6540 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.24/44.47	c  44.5s|163900 |  9759 |105861 |   0.6 |    18M |  73 |  82 |  10 |   7 |6555 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.24/44.49	c  44.5s|164000 |  9767 |105930 |   0.6 |    18M |  73 |  82 |  10 |   6 |6559 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.34/44.54	c  44.5s|164100 |  9775 |105997 |   0.6 |    18M |  73 |  82 |  10 |   6 |6559 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.34/44.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
44.34/44.57	c  44.6s|164200 |  9777 |106072 |   0.6 |    18M |  73 |  82 |  10 |   0 |6568 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.44/44.60	c  44.6s|164300 |  9779 |106124 |   0.6 |    18M |  73 |  82 |  10 |   4 |6568 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.44/44.61	c  44.6s|164400 |  9781 |106185 |   0.6 |    18M |  73 |  82 |  10 |   4 |6571 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.44/44.67	c  44.7s|164500 |  9787 |106300 |   0.6 |    18M |  73 |  82 |  10 |   0 |6602 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.54/44.70	c  44.7s|164600 |  9785 |106367 |   0.6 |    18M |  73 |  82 |  10 |   6 |6607 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.54/44.74	c  44.7s|164700 |  9789 |106459 |   0.6 |    18M |  73 |  82 |  10 |   6 |6623 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.54/44.75	c  44.7s|164800 |  9785 |106507 |   0.6 |    18M |  73 |  82 |  10 |   0 |6623 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.54/44.79	c  44.8s|164900 |  9789 |106628 |   0.6 |    18M |  73 |  82 |  11 |   0 |6663 |  0 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.64/44.83	c  44.8s|165000 |  9799 |106693 |   0.6 |    18M |  73 |  82 |  11 |   6 |6663 |  1 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.64/44.88	c  44.9s|165100 |  9805 |106755 |   0.6 |    18M |  73 |  82 |  11 |   0 |6663 |  0 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.74/44.90	c  44.9s|165200 |  9809 |106838 |   0.6 |    18M |  73 |  82 |  11 |   4 |6678 |  1 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.74/44.93	c  44.9s|165300 |  9819 |106940 |   0.6 |    18M |  73 |  82 |  11 |   0 |6700 |  0 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.74/44.95	c  44.9s|165400 |  9817 |106999 |   0.6 |    18M |  73 |  82 |  11 |   0 |6701 |  0 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.74/44.98	c  45.0s|165500 |  9821 |107082 |   0.6 |    18M |  73 |  82 |  11 |   7 |6720 |  1 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.84/45.02	c  45.0s|165600 |  9819 |107163 |   0.6 |    18M |  73 |  82 |  11 |   0 |6735 |  0 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.84/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.84/45.05	c  45.0s|165700 |  9825 |107236 |   0.6 |    18M |  73 |  82 |  11 |   0 |6743 |  0 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.84/45.09	c  45.1s|165800 |  9829 |107336 |   0.6 |    18M |  73 |  82 |  11 |   7 |6777 |  1 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.94/45.11	c  45.1s|165900 |  9829 |107408 |   0.6 |    18M |  73 |  82 |  11 |   0 |6789 |  0 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  31.27%
44.94/45.14	c  45.1s|166000 |  9851 |107504 |   0.6 |    18M |  73 |  82 |  11 |   3 |6806 |  1 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  32.74%
44.94/45.16	c  45.2s|166100 |  9889 |107578 |   0.6 |    18M |  73 |  82 |  11 |   3 |6806 |  1 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  32.74%
44.94/45.18	c  45.2s|166200 |  9899 |107633 |   0.6 |    18M |  73 |  82 |  11 |   3 |6806 |  1 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  32.74%
45.04/45.21	c  45.2s|166300 |  9913 |107704 |   0.6 |    18M |  73 |  82 |  11 |   3 |6808 |  1 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  32.74%
45.04/45.23	c  45.2s|166400 |  9919 |107757 |   0.6 |    18M |  73 |  82 |  11 |   0 |6808 |  0 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  32.74%
45.04/45.24	c  45.2s|166500 |  9925 |107810 |   0.6 |    18M |  73 |  82 |  11 |   0 |6808 |  0 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  32.75%
45.04/45.28	c  45.3s|166600 |  9931 |107885 |   0.6 |    18M |  73 |  82 |  11 |   3 |6821 |  1 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  32.78%
45.14/45.31	c  45.3s|166700 |  9935 |107965 |   0.6 |    18M |  73 |  82 |  11 |   0 |6835 |  0 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  32.78%
45.14/45.32	c  45.3s|166800 |  9951 |108047 |   0.6 |    18M |  73 |  82 |  11 |   0 |6849 |  0 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  32.78%
45.14/45.35	c  45.3s|166900 |  9955 |108119 |   0.6 |    18M |  73 |  82 |  11 |   3 |6858 |  1 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  32.79%
45.14/45.37	c  45.4s|167000 |  9965 |108221 |   0.6 |    18M |  73 |  82 |  11 |   3 |6881 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.81%
45.24/45.40	c  45.4s|167100 |  9967 |108277 |   0.6 |    18M |  73 |  82 |  11 |   3 |6883 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.81%
45.24/45.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
45.24/45.42	c  45.4s|167200 |  9973 |108343 |   0.6 |    18M |  73 |  82 |  11 |   3 |6889 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.82%
45.24/45.44	c  45.4s|167300 |  9973 |108412 |   0.6 |    18M |  73 |  82 |  11 |   0 |6896 |  0 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.82%
45.24/45.47	c  45.5s|167400 |  9979 |108468 |   0.6 |    18M |  73 |  82 |  11 |   3 |6899 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.82%
45.34/45.50	c  45.5s|167500 |  9983 |108527 |   0.6 |    18M |  73 |  82 |  11 |   3 |6901 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.82%
45.34/45.52	c  45.5s|167600 |  9991 |108586 |   0.6 |    18M |  73 |  82 |  11 |   3 |6901 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.82%
45.34/45.55	c  45.5s|167700 |  9993 |108646 |   0.6 |    18M |  73 |  82 |  11 |   3 |6908 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.82%
45.34/45.58	c  45.6s|167800 |  9997 |108712 |   0.6 |    18M |  73 |  82 |  11 |   5 |6914 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.82%
45.44/45.61	c  45.6s|167900 | 10007 |108803 |   0.6 |    18M |  73 |  82 |  11 |   0 |6925 |  0 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.82%
45.44/45.64	c  45.6s|168000 | 10011 |108862 |   0.6 |    18M |  73 |  82 |  11 |   0 |6929 |  0 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.82%
45.44/45.68	c  45.7s|168100 | 10017 |108918 |   0.6 |    18M |  73 |  82 |  11 |   3 |6929 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.82%
45.54/45.70	c  45.7s|168200 | 10025 |108976 |   0.6 |    18M |  73 |  82 |  11 |   0 |6929 |  0 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.83%
45.54/45.72	c  45.7s|168300 | 10031 |109029 |   0.6 |    18M |  73 |  82 |  11 |   3 |6929 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.83%
45.54/45.75	c  45.7s|168400 | 10035 |109120 |   0.6 |    18M |  73 |  82 |  11 |   0 |6950 |  0 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.83%
45.54/45.79	c  45.8s|168500 | 10049 |109201 |   0.6 |    18M |  73 |  82 |  11 |   3 |6960 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.83%
45.63/45.83	c  45.8s|168600 | 10059 |109284 |   0.6 |    18M |  73 |  82 |  11 |   0 |6966 |  0 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.83%
45.63/45.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
45.63/45.85	c  45.8s|168700 | 10067 |109348 |   0.6 |    18M |  73 |  82 |  11 |   0 |6966 |  0 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.83%
45.63/45.88	c  45.9s|168800 | 10067 |109418 |   0.6 |    18M |  73 |  82 |  11 |   0 |6974 |  0 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.73/45.91	c  45.9s|168900 | 10079 |109510 |   0.6 |    18M |  73 |  82 |  11 |   9 |6996 |  3 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.73/45.95	c  45.9s|169000 | 10085 |109588 |   0.6 |    18M |  73 |  82 |  11 |   3 |7003 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.73/45.97	c  46.0s|169100 | 10097 |109650 |   0.6 |    18M |  73 |  82 |  11 |   3 |7007 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.73/45.99	c  46.0s|169200 | 10105 |109756 |   0.6 |    19M |  73 |  82 |  11 |   5 |7038 |  2 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.84/46.01	c  46.0s|169300 | 10117 |109879 |   0.6 |    19M |  73 |  82 |  11 |   5 |7070 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.84/46.05	c  46.0s|169400 | 10123 |109982 |   0.6 |    19M |  73 |  82 |  11 |   5 |7096 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.84/46.07	c  46.1s|169500 | 10127 |110058 |   0.6 |    19M |  73 |  82 |  11 |   0 |7112 |  0 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.94/46.10	c  46.1s|169600 | 10137 |110156 |   0.6 |    19M |  73 |  82 |  11 |   0 |7125 |  0 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.94/46.12	c  46.1s|169700 | 10145 |110229 |   0.6 |    19M |  73 |  82 |  11 |   3 |7134 |  1 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.94/46.15	c  46.1s|169800 | 10151 |110308 |   0.6 |    19M |  73 |  82 |  11 |   3 |7147 |  1 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.94/46.17	c  46.2s|169900 | 10155 |110402 |   0.6 |    19M |  73 |  82 |  11 |   0 |7165 |  0 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
46.03/46.20	c  46.2s|170000 | 10167 |110477 |   0.6 |    19M |  73 |  82 |  11 |   0 |7167 |  0 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
46.03/46.23	c  46.2s|170100 | 10175 |110542 |   0.6 |    19M |  73 |  82 |  11 |   3 |7170 |  1 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
46.03/46.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
46.03/46.27	c  46.3s|170200 | 10185 |110612 |   0.6 |    19M |  73 |  82 |  11 |   3 |7177 |  1 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
46.03/46.29	c  46.3s|170300 | 10189 |110678 |   0.6 |    19M |  73 |  82 |  11 |   3 |7185 |  1 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
46.13/46.30	c  46.3s|170400 | 10191 |110736 |   0.6 |    19M |  73 |  82 |  11 |   3 |7189 |  1 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
46.13/46.33	c  46.3s|170500 | 10197 |110834 |   0.6 |    19M |  73 |  82 |  11 |   5 |7213 |  1 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
46.13/46.35	c  46.3s|170600 | 10203 |110918 |   0.6 |    19M |  73 |  82 |  11 |   0 |7229 |  0 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
46.13/46.38	c  46.4s|170700 | 10203 |110977 |   0.6 |    19M |  73 |  82 |  11 |   0 |7231 |  0 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
46.23/46.42	c  46.4s|170800 | 10205 |111031 |   0.6 |    19M |  73 |  82 |  11 |   0 |7233 |  0 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
46.23/46.47	c  46.5s|170900 | 10207 |111123 |   0.6 |    19M |  73 |  82 |  11 |   3 |7249 |  1 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
46.23/46.48	c  46.5s|171000 | 10213 |111193 |   0.6 |    19M |  73 |  82 |  11 |   3 |7255 |  1 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
46.33/46.51	c  46.5s|171100 | 10221 |111264 |   0.6 |    19M |  73 |  82 |  11 |   0 |7262 |  0 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
46.33/46.54	c  46.5s|171200 | 10241 |111351 |   0.6 |    19M |  73 |  82 |  11 |   0 |7263 |  0 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
46.33/46.56	c  46.5s|171300 | 10249 |111432 |   0.6 |    19M |  73 |  82 |  11 |   3 |7275 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
46.33/46.57	c  46.6s|171400 | 10253 |111518 |   0.6 |    19M |  73 |  82 |  11 |   0 |7300 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
46.43/46.61	c  46.6s|171500 | 10259 |111585 |   0.6 |    19M |  73 |  82 |  11 |   3 |7308 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
46.43/46.63	c  46.6s|171600 | 10269 |111650 |   0.6 |    19M |  73 |  82 |  11 |   3 |7310 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
46.43/46.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
46.43/46.65	c  46.6s|171700 | 10281 |111718 |   0.6 |    19M |  73 |  82 |  11 |   3 |7313 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
46.43/46.68	c  46.7s|171800 | 10287 |111777 |   0.6 |    19M |  73 |  82 |  11 |   3 |7314 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
46.53/46.72	c  46.7s|171900 | 10297 |111858 |   0.6 |    19M |  73 |  82 |  11 |   3 |7332 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.02%
46.53/46.75	c  46.7s|172000 | 10299 |111912 |   0.6 |    19M |  73 |  82 |  11 |   0 |7332 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.03%
46.53/46.78	c  46.8s|172100 | 10305 |111972 |   0.6 |    19M |  73 |  82 |  11 |   0 |7334 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.07%
46.63/46.81	c  46.8s|172200 | 10311 |112025 |   0.6 |    19M |  73 |  82 |  11 |   0 |7334 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.08%
46.63/46.84	c  46.8s|172300 | 10317 |112078 |   0.6 |    19M |  73 |  82 |  11 |   0 |7334 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.63/46.87	c  46.9s|172400 | 10319 |112129 |   0.6 |    19M |  73 |  82 |  11 |   3 |7334 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.73/46.90	c  46.9s|172500 | 10325 |112182 |   0.6 |    19M |  73 |  82 |  11 |   3 |7334 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.73/46.91	c  46.9s|172600 | 10333 |112236 |   0.6 |    19M |  73 |  82 |  11 |   0 |7334 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.73/46.95	c  46.9s|172700 | 10339 |112289 |   0.6 |    19M |  73 |  82 |  11 |   0 |7334 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.73/46.97	c  47.0s|172800 | 10347 |112343 |   0.6 |    19M |  73 |  82 |  11 |   3 |7334 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.73/47.00	c  47.0s|172900 | 10355 |112398 |   0.6 |    19M |  73 |  82 |  11 |   4 |7335 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.84/47.03	c  47.0s|173000 | 10357 |112449 |   0.6 |    19M |  73 |  82 |  11 |   4 |7335 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.84/47.05	c  47.0s|173100 | 10365 |112526 |   0.6 |    19M |  73 |  82 |  11 |   4 |7346 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.84/47.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
46.84/47.08	c  47.1s|173200 | 10377 |112623 |   0.6 |    19M |  73 |  82 |  11 |   6 |7371 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.94/47.13	c  47.1s|173300 | 10401 |112745 |   0.6 |    19M |  73 |  82 |  11 |   6 |7395 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.94/47.17	c  47.2s|173400 | 10407 |112831 |   0.6 |    19M |  73 |  82 |  11 |   4 |7415 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
47.03/47.20	c  47.2s|173500 | 10417 |112912 |   0.6 |    19M |  73 |  82 |  11 |   0 |7426 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
47.03/47.23	c  47.2s|173600 | 10431 |113019 |   0.6 |    19M |  73 |  82 |  11 |   0 |7450 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
47.03/47.28	c  47.3s|173700 | 10433 |113126 |   0.6 |    19M |  73 |  82 |  11 |   4 |7474 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
47.13/47.32	c  47.3s|173800 | 10439 |113193 |   0.6 |    19M |  73 |  82 |  11 |   4 |7482 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
47.13/47.35	c  47.3s|173900 | 10445 |113294 |   0.6 |    19M |  73 |  82 |  11 |   5 |7512 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
47.13/47.38	c  47.4s|174000 | 10453 |113395 |   0.6 |    19M |  73 |  82 |  11 |   4 |7541 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
47.23/47.42	c  47.4s|174100 | 10461 |113499 |   0.6 |    19M |  73 |  82 |  11 |   0 |7565 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
47.23/47.45	c  47.4s|174200 | 10469 |113564 |   0.6 |    19M |  73 |  82 |  11 |   0 |7570 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
47.23/47.49	c  47.5s|174300 | 10471 |113668 |   0.6 |    19M |  73 |  82 |  11 |   8 |7595 |  2 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
47.33/47.52	c  47.5s|174400 | 10475 |113728 |   0.6 |    19M |  73 |  82 |  11 |   0 |7597 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
47.33/47.56	c  47.6s|174500 | 10489 |113795 |   0.6 |    19M |  73 |  82 |  11 |   3 |7600 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
47.33/47.59	c  47.6s|174600 | 10491 |113859 |   0.6 |    19M |  73 |  82 |  11 |   0 |7604 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
47.43/47.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
47.43/47.62	c  47.6s|174700 | 10491 |113922 |   0.6 |    19M |  73 |  82 |  11 |   0 |7613 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
47.43/47.65	c  47.6s|174800 | 10489 |114015 |   0.6 |    19M |  73 |  82 |  11 |   0 |7636 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
47.43/47.69	c  47.7s|174900 | 10493 |114084 |   0.6 |    19M |  73 |  82 |  11 |   0 |7642 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
47.53/47.72	c  47.7s|175000 | 10497 |114168 |   0.6 |    19M |  73 |  82 |  11 |   3 |7658 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
47.53/47.74	c  47.7s|175100 | 10501 |114257 |   0.6 |    19M |  73 |  82 |  11 |   0 |7680 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
47.53/47.77	c  47.8s|175200 | 10509 |114335 |   0.6 |    19M |  73 |  82 |  11 |   3 |7684 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
47.63/47.81	c  47.8s|175300 | 10523 |114417 |   0.6 |    19M |  73 |  82 |  11 |   6 |7690 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
47.63/47.83	c  47.8s|175400 | 10529 |114500 |   0.6 |    19M |  73 |  82 |  11 |   3 |7698 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
47.63/47.85	c  47.8s|175500 | 10533 |114566 |   0.6 |    19M |  73 |  82 |  11 |   3 |7701 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
47.63/47.87	c  47.9s|175600 | 10535 |114658 |   0.6 |    19M |  73 |  82 |  11 |   3 |7723 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
47.73/47.90	c  47.9s|175700 | 10555 |114763 |   0.6 |    19M |  73 |  82 |  11 |   5 |7735 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
47.73/47.93	c  47.9s|175800 | 10567 |114846 |   0.6 |    19M |  73 |  82 |  11 |   0 |7746 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
47.73/47.96	c  47.9s|175900 | 10579 |114923 |   0.6 |    19M |  73 |  82 |  11 |   0 |7755 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.19%
47.73/47.97	c  48.0s|176000 | 10581 |114974 |   0.6 |    19M |  73 |  82 |  11 |   0 |7755 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.19%
47.83/48.02	c  48.0s|176100 | 10591 |115029 |   0.6 |    19M |  73 |  82 |  11 |   0 |7755 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.19%
47.83/48.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
47.83/48.05	c  48.0s|176200 | 10591 |115090 |   0.6 |    19M |  73 |  82 |  11 |   5 |7760 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.19%
47.83/48.08	c  48.1s|176300 | 10611 |115164 |   0.6 |    19M |  73 |  82 |  11 |   5 |7765 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.19%
47.93/48.11	c  48.1s|176400 | 10615 |115241 |   0.6 |    19M |  73 |  82 |  11 |   4 |7773 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.19%
47.93/48.14	c  48.1s|176500 | 10627 |115317 |   0.6 |    19M |  73 |  82 |  11 |   3 |7782 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.21%
47.93/48.17	c  48.2s|176600 | 10631 |115377 |   0.6 |    19M |  73 |  82 |  11 |   0 |7786 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.03/48.20	c  48.2s|176700 | 10633 |115428 |   0.6 |    19M |  73 |  82 |  11 |   5 |7786 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.03/48.22	c  48.2s|176800 | 10647 |115486 |   0.6 |    19M |  73 |  82 |  11 |   5 |7786 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.03/48.24	c  48.2s|176900 | 10655 |115540 |   0.6 |    19M |  73 |  82 |  11 |   5 |7786 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.03/48.27	c  48.3s|177000 | 10661 |115593 |   0.6 |    19M |  73 |  82 |  11 |   5 |7786 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.03/48.29	c  48.3s|177100 | 10665 |115645 |   0.6 |    19M |  73 |  82 |  11 |   0 |7786 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.13/48.33	c  48.3s|177200 | 10669 |115697 |   0.6 |    19M |  73 |  82 |  11 |   5 |7786 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.13/48.35	c  48.3s|177300 | 10677 |115751 |   0.6 |    19M |  73 |  82 |  11 |   5 |7786 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.13/48.37	c  48.4s|177400 | 10693 |115817 |   0.6 |    19M |  73 |  82 |  11 |   5 |7789 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.23/48.40	c  48.4s|177500 | 10705 |115898 |   0.6 |    19M |  73 |  82 |  11 |   5 |7807 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.23/48.43	c  48.4s|177600 | 10713 |115955 |   0.6 |    19M |  73 |  82 |  11 |   0 |7811 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.23/48.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
48.23/48.47	c  48.5s|177700 | 10723 |116032 |   0.6 |    19M |  73 |  82 |  11 |   5 |7830 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.33/48.52	c  48.5s|177800 | 10731 |116127 |   0.6 |    19M |  73 |  82 |  11 |   6 |7852 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.33/48.54	c  48.5s|177900 | 10745 |116204 |   0.6 |    19M |  73 |  82 |  11 |   6 |7865 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.33/48.58	c  48.6s|178000 | 10745 |116287 |   0.6 |    19M |  73 |  82 |  11 |   0 |7883 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.43/48.61	c  48.6s|178100 | 10753 |116389 |   0.6 |    19M |  73 |  82 |  11 |   4 |7906 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.43/48.64	c  48.6s|178200 | 10753 |116439 |   0.6 |    19M |  73 |  82 |  11 |   5 |7906 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.43/48.66	c  48.7s|178300 | 10753 |116526 |   0.6 |    19M |  73 |  82 |  11 |   0 |7920 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.43/48.69	c  48.7s|178400 | 10757 |116593 |   0.6 |    19M |  73 |  82 |  11 |   3 |7926 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.53/48.72	c  48.7s|178500 | 10761 |116654 |   0.6 |    19M |  73 |  82 |  11 |   0 |7932 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.53/48.73	c  48.7s|178600 | 10767 |116719 |   0.6 |    19M |  73 |  82 |  11 |   0 |7938 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.53/48.77	c  48.8s|178700 | 10775 |116800 |   0.6 |    19M |  73 |  82 |  11 |   0 |7953 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.63/48.80	c  48.8s|178800 | 10777 |116878 |   0.6 |    19M |  73 |  82 |  11 |   6 |7965 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.63/48.82	c  48.8s|178900 | 10779 |116937 |   0.6 |    19M |  73 |  82 |  11 |   0 |7971 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.63/48.84	c  48.8s|179000 | 10791 |117053 |   0.6 |    19M |  73 |  82 |  11 |   7 |8001 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.63/48.87	c  48.9s|179100 | 10801 |117129 |   0.6 |    19M |  73 |  82 |  11 |   7 |8010 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.72/48.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
48.72/48.91	c  48.9s|179200 | 10813 |117225 |   0.6 |    19M |  73 |  82 |  11 |   3 |8026 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.72/48.94	c  48.9s|179300 | 10817 |117294 |   0.6 |    19M |  73 |  82 |  11 |   3 |8037 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.72/48.95	c  48.9s|179400 | 10819 |117372 |   0.6 |    19M |  73 |  82 |  13 |   4 |8048 |  1 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.72/48.98	c  49.0s|179500 | 10827 |117452 |   0.6 |    19M |  73 |  82 |  13 |   5 |8060 |  1 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.83/49.02	c  49.0s|179600 | 10831 |117516 |   0.6 |    19M |  73 |  82 |  13 |   5 |8068 |  1 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.83/49.04	c  49.0s|179700 | 10839 |117595 |   0.6 |    19M |  73 |  82 |  13 |   5 |8081 |  1 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.83/49.07	c  49.1s|179800 | 10843 |117684 |   0.6 |    19M |  73 |  82 |  13 |   6 |8100 |  1 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.93/49.12	c  49.1s|179900 | 10847 |117747 |   0.6 |    19M |  73 |  82 |  13 |   4 |8100 |  1 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.93/49.15	c  49.1s|180000 | 10847 |117821 |   0.6 |    19M |  73 |  82 |  13 |   0 |8109 |  0 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.93/49.17	c  49.2s|180100 | 10859 |117895 |   0.6 |    19M |  73 |  82 |  13 |   0 |8115 |  0 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
49.02/49.20	c  49.2s|180200 | 10857 |117947 |   0.6 |    19M |  73 |  82 |  13 |   3 |8115 |  1 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
49.02/49.23	c  49.2s|180300 | 10871 |118022 |   0.6 |    19M |  73 |  82 |  13 |   0 |8119 |  0 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
49.02/49.26	c  49.3s|180400 | 10873 |118086 |   0.6 |    19M |  73 |  82 |  13 |   0 |8126 |  0 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
49.12/49.30	c  49.3s|180500 | 10875 |118187 |   0.6 |    19M |  73 |  82 |  13 |   0 |8155 |  0 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
49.12/49.33	c  49.3s|180600 | 10881 |118294 |   0.6 |    19M |  73 |  82 |  13 |   0 |8187 |  0 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
49.12/49.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
49.12/49.35	c  49.3s|180700 | 10899 |118374 |   0.6 |    19M |  73 |  82 |  13 |   0 |8187 |  0 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
49.12/49.37	c  49.4s|180800 | 10901 |118431 |   0.6 |    19M |  73 |  82 |  13 |   3 |8187 |  1 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.24%
49.22/49.41	c  49.4s|180900 | 10901 |118483 |   0.6 |    19M |  73 |  82 |  13 |   3 |8187 |  1 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
49.22/49.43	c  49.4s|181000 | 10907 |118546 |   0.6 |    19M |  73 |  82 |  13 |   3 |8187 |  1 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
49.22/49.45	c  49.4s|181100 | 10923 |118612 |   0.6 |    19M |  73 |  82 |  13 |   0 |8187 |  0 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
49.22/49.47	c  49.5s|181200 | 10933 |118675 |   0.6 |    19M |  73 |  82 |  13 |   0 |8191 |  0 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
49.32/49.51	c  49.5s|181300 | 10935 |118778 |   0.6 |    19M |  73 |  82 |  14 |   3 |8218 |  1 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
49.32/49.55	c  49.5s|181400 | 10935 |118832 |   0.6 |    19M |  73 |  82 |  14 |   3 |8219 |  1 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
49.32/49.58	c  49.6s|181500 | 10957 |118930 |   0.6 |    19M |  73 |  82 |  14 |   0 |8240 |  0 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
49.42/49.61	c  49.6s|181600 | 10981 |119037 |   0.6 |    19M |  73 |  82 |  14 |   0 |8258 |  0 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
49.42/49.65	c  49.6s|181700 | 11015 |119117 |   0.6 |    20M |  73 |  82 |  14 |   0 |8258 |  0 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
49.42/49.68	c  49.7s|181800 | 11027 |119176 |   0.6 |    20M |  73 |  82 |  14 |   6 |8258 |  1 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
49.52/49.72	c  49.7s|181900 | 11035 |119237 |   0.6 |    20M |  73 |  82 |  14 |   6 |8258 |  1 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
49.52/49.75	c  49.7s|182000 | 11039 |119290 |   0.6 |    20M |  73 |  82 |  14 |   0 |8258 |  0 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
49.52/49.78	c  49.8s|182100 | 11049 |119355 |   0.6 |    20M |  73 |  82 |  14 |   0 |8262 |  0 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
49.62/49.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
49.62/49.81	c  49.8s|182200 | 11049 |119424 |   0.6 |    20M |  73 |  82 |  14 |   5 |8267 |  1 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
49.62/49.82	c  49.8s|182300 | 11071 |119492 |   0.6 |    20M |  73 |  82 |  14 |   4 |8271 |  1 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
49.62/49.84	c  49.8s|182400 | 11095 |119563 |   0.6 |    20M |  73 |  82 |  14 |   7 |8275 |  2 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
49.62/49.88	c  49.9s|182500 | 11099 |119658 |   0.6 |    20M |  73 |  82 |  14 |   0 |8297 |  0 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.27%
49.72/49.90	c  49.9s|182600 | 11101 |119710 |   0.6 |    20M |  73 |  82 |  14 |   0 |8297 |  0 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.27%
49.72/49.91	c  49.9s|182700 | 11109 |119764 |   0.6 |    20M |  73 |  82 |  14 |   3 |8297 |  1 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.27%
49.72/49.94	c  49.9s|182800 | 11113 |119816 |   0.6 |    20M |  73 |  82 |  14 |   5 |8297 |  1 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.27%
49.72/49.96	c  50.0s|182900 | 11119 |119878 |   0.6 |    20M |  73 |  82 |  14 |   0 |8300 |  0 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.27%
49.72/49.99	c  50.0s|183000 | 11123 |119930 |   0.6 |    20M |  73 |  82 |  14 |   0 |8300 |  0 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.27%
49.83/50.03	c  50.0s|183100 | 11135 |120020 |   0.6 |    20M |  73 |  82 |  14 |   0 |8320 |  0 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.27%
49.83/50.06	c  50.1s|183200 | 11149 |120140 |   0.6 |    20M |  73 |  82 |  14 |   5 |8348 |  0 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.27%
49.83/50.09	c  50.1s|183300 | 11155 |120249 |   0.6 |    20M |  73 |  82 |  15 |   0 |8384 |  0 |  20 |  18 | 0.000000e+00 |      --      |    Inf |  33.27%
49.92/50.14	c  50.1s|183400 | 11161 |120365 |   0.6 |    20M |  73 |  82 |  15 |   7 |8411 |  1 |  20 |  18 | 0.000000e+00 |      --      |    Inf |  33.27%
49.92/50.17	c  50.2s|183500 | 11177 |120458 |   0.6 |    20M |  73 |  82 |  15 |   7 |8425 |  1 |  20 |  18 | 0.000000e+00 |      --      |    Inf |  33.27%
50.02/50.20	c  50.2s|183600 | 11177 |120516 |   0.6 |    20M |  73 |  82 |  15 |   0 |8429 |  0 |  20 |  18 | 0.000000e+00 |      --      |    Inf |  33.27%
50.02/50.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
50.02/50.23	c  50.2s|183700 | 11181 |120569 |   0.6 |    20M |  73 |  82 |  15 |   0 |8429 |  0 |  20 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.02/50.25	c  50.2s|183800 | 11189 |120627 |   0.6 |    20M |  73 |  82 |  15 |   0 |8429 |  0 |  20 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.02/50.29	c  50.3s|183900 | 11193 |120679 |   0.6 |    20M |  73 |  82 |  15 |   3 |8429 |  1 |  20 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.12/50.33	c  50.3s|184000 | 11191 |120747 |   0.6 |    20M |  73 |  82 |  15 |   0 |8435 |  0 |  20 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.12/50.35	c  50.3s|184100 | 11193 |120810 |   0.6 |    20M |  73 |  82 |  15 |   0 |8443 |  0 |  20 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.12/50.38	c  50.4s|184200 | 11197 |120862 |   0.6 |    20M |  73 |  82 |  15 |   3 |8443 |  1 |  20 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.22/50.41	c  50.4s|184300 | 11209 |120918 |   0.6 |    20M |  73 |  82 |  15 |   3 |8443 |  1 |  20 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.22/50.45	c  50.4s|184400 | 11207 |120970 |   0.6 |    20M |  73 |  82 |  15 |   0 |8444 |  0 |  20 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.22/50.48	c  50.5s|184500 | 11206 |121056 |   0.6 |    20M |  73 |  82 |  15 |   0 |8470 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.32/50.50	c  50.5s|184600 | 11212 |121123 |   0.6 |    20M |  73 |  82 |  15 |   3 |8473 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.32/50.52	c  50.5s|184700 | 11216 |121179 |   0.6 |    20M |  73 |  82 |  15 |   0 |8476 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.32/50.57	c  50.6s|184800 | 11220 |121287 |   0.6 |    20M |  73 |  82 |  15 |   6 |8500 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.32/50.59	c  50.6s|184900 | 11226 |121340 |   0.6 |    20M |  73 |  82 |  15 |   0 |8500 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.42/50.62	c  50.6s|185000 | 11232 |121419 |   0.6 |    20M |  73 |  82 |  15 |   4 |8517 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.42/50.65	c  50.6s|185100 | 11242 |121504 |   0.6 |    20M |  73 |  82 |  15 |   4 |8535 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.42/50.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
50.42/50.68	c  50.7s|185200 | 11254 |121634 |   0.6 |    20M |  73 |  82 |  15 |   0 |8570 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.52/50.71	c  50.7s|185300 | 11278 |121751 |   0.6 |    20M |  73 |  82 |  15 |   0 |8591 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.52/50.75	c  50.7s|185400 | 11280 |121853 |   0.6 |    20M |  73 |  82 |  15 |   4 |8621 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.52/50.77	c  50.8s|185500 | 11288 |121924 |   0.6 |    20M |  73 |  82 |  15 |   4 |8628 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.62/50.80	c  50.8s|185600 | 11296 |122012 |   0.6 |    20M |  73 |  82 |  15 |   8 |8642 |  2 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.62/50.83	c  50.8s|185700 | 11302 |122118 |   0.6 |    20M |  73 |  82 |  15 |   6 |8668 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.62/50.86	c  50.9s|185800 | 11310 |122192 |   0.6 |    20M |  73 |  82 |  15 |   6 |8676 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.72/50.90	c  50.9s|185900 | 11324 |122306 |   0.6 |    20M |  73 |  82 |  15 |   4 |8713 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.72/50.92	c  50.9s|186000 | 11334 |122409 |   0.6 |    21M |  73 |  82 |  15 |   5 |8731 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.72/50.95	c  50.9s|186100 | 11338 |122500 |   0.6 |    21M |  73 |  82 |  15 |   0 |8752 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.72/50.99	c  51.0s|186200 | 11342 |122619 |   0.6 |    21M |  73 |  82 |  15 |   0 |8777 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.82/51.03	c  51.0s|186300 | 11348 |122701 |   0.6 |    21M |  73 |  82 |  15 |   6 |8790 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.82/51.05	c  51.0s|186400 | 11352 |122763 |   0.6 |    21M |  73 |  82 |  15 |   0 |8794 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.82/51.07	c  51.1s|186500 | 11360 |122835 |   0.6 |    21M |  73 |  82 |  15 |   6 |8795 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.82/51.10	c  51.1s|186600 | 11362 |122921 |   0.6 |    21M |  73 |  82 |  15 |   0 |8813 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.92/51.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
50.92/51.13	c  51.1s|186700 | 11372 |122988 |   0.6 |    21M |  73 |  82 |  15 |   0 |8813 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.92/51.15	c  51.1s|186800 | 11374 |123051 |   0.6 |    21M |  73 |  82 |  15 |   5 |8819 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.92/51.19	c  51.2s|186900 | 11372 |123121 |   0.6 |    21M |  73 |  82 |  15 |   0 |8829 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
51.01/51.21	c  51.2s|187000 | 11378 |123209 |   0.6 |    21M |  73 |  82 |  15 |   4 |8844 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
51.01/51.24	c  51.2s|187100 | 11382 |123308 |   0.7 |    21M |  73 |  82 |  15 |   4 |8867 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
51.01/51.27	c  51.3s|187200 | 11390 |123407 |   0.7 |    21M |  73 |  82 |  15 |   0 |8889 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
51.11/51.31	c  51.3s|187300 | 11388 |123465 |   0.7 |    21M |  73 |  82 |  15 |   3 |8893 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
51.11/51.35	c  51.3s|187400 | 11388 |123544 |   0.7 |    21M |  73 |  82 |  15 |   0 |8905 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
51.11/51.39	c  51.4s|187500 | 11390 |123647 |   0.7 |    21M |  73 |  82 |  15 |   0 |8937 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
51.21/51.43	c  51.4s|187600 | 11400 |123708 |   0.7 |    21M |  73 |  82 |  15 |   5 |8941 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
51.21/51.45	c  51.4s|187700 | 11406 |123771 |   0.7 |    21M |  73 |  82 |  15 |   0 |8943 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.29%
51.21/51.48	c  51.5s|187800 | 11412 |123825 |   0.7 |    21M |  73 |  82 |  15 |   0 |8943 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.29%
51.21/51.48	c  51.5s|187900 | 11424 |123885 |   0.7 |    21M |  73 |  82 |  15 |   3 |8943 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.31/51.52	c  51.5s|188000 | 11432 |123949 |   0.7 |    21M |  73 |  82 |  15 |   0 |8943 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.31/51.55	c  51.5s|188100 | 11434 |124008 |   0.7 |    21M |  73 |  82 |  15 |   5 |8947 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.31/51.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
51.31/51.59	c  51.6s|188200 | 11440 |124098 |   0.7 |    21M |  73 |  82 |  15 |   4 |8972 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.41/51.61	c  51.6s|188300 | 11442 |124171 |   0.7 |    21M |  73 |  82 |  15 |   5 |8981 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.41/51.63	c  51.6s|188400 | 11450 |124239 |   0.7 |    21M |  73 |  82 |  15 |   0 |8986 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.41/51.66	c  51.7s|188500 | 11462 |124297 |   0.7 |    21M |  73 |  82 |  15 |   3 |8986 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.41/51.68	c  51.7s|188600 | 11478 |124371 |   0.7 |    21M |  73 |  82 |  15 |   6 |8990 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.51/51.70	c  51.7s|188700 | 11488 |124444 |   0.7 |    21M |  73 |  82 |  15 |   7 |8996 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.51/51.72	c  51.7s|188800 | 11492 |124506 |   0.7 |    21M |  73 |  82 |  15 |   0 |8996 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.51/51.73	c  51.7s|188900 | 11498 |124581 |   0.7 |    21M |  73 |  82 |  15 |   3 |9005 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.51/51.76	c  51.8s|189000 | 11506 |124695 |   0.7 |    21M |  73 |  82 |  15 |   4 |9022 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.51/51.78	c  51.8s|189100 | 11516 |124768 |   0.7 |    21M |  73 |  82 |  15 |   0 |9030 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.61/51.80	c  51.8s|189200 | 11516 |124818 |   0.7 |    21M |  73 |  82 |  15 |   0 |9030 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.61/51.83	c  51.8s|189300 | 11524 |124907 |   0.7 |    21M |  73 |  82 |  15 |   0 |9042 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.61/51.86	c  51.9s|189400 | 11530 |124975 |   0.7 |    21M |  73 |  82 |  15 |   0 |9046 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.61/51.88	c  51.9s|189500 | 11540 |125073 |   0.7 |    21M |  73 |  82 |  15 |   5 |9054 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.71/51.93	c  51.9s|189600 | 11548 |125178 |   0.7 |    21M |  73 |  82 |  15 |   0 |9076 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.71/51.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
51.71/51.97	c  52.0s|189700 | 11554 |125266 |   0.7 |    21M |  73 |  82 |  15 |   0 |9101 |  0 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.71/51.98	c  52.0s|189800 | 11560 |125319 |   0.7 |    21M |  73 |  82 |  15 |   3 |9101 |  1 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.71/52.00	c  52.0s|189900 | 11562 |125370 |   0.7 |    21M |  73 |  82 |  15 |   3 |9101 |  1 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.82/52.02	c  52.0s|190000 | 11568 |125423 |   0.7 |    21M |  73 |  82 |  15 |   5 |9101 |  1 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.82/52.05	c  52.0s|190100 | 11572 |125500 |   0.7 |    21M |  73 |  82 |  15 |   5 |9111 |  1 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.82/52.08	c  52.1s|190200 | 11574 |125584 |   0.7 |    21M |  73 |  82 |  15 |   0 |9123 |  0 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.82/52.10	c  52.1s|190300 | 11586 |125680 |   0.7 |    21M |  73 |  82 |  15 |   0 |9140 |  0 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.92/52.12	c  52.1s|190400 | 11588 |125748 |   0.7 |    21M |  73 |  82 |  15 |   0 |9148 |  0 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.92/52.16	c  52.1s|190500 | 11596 |125804 |   0.7 |    21M |  73 |  82 |  15 |   4 |9148 |  1 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.92/52.19	c  52.2s|190600 | 11604 |125888 |   0.7 |    21M |  73 |  82 |  15 |   5 |9160 |  1 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.01/52.22	c  52.2s|190700 | 11620 |125966 |   0.7 |    21M |  73 |  82 |  15 |   4 |9172 |  1 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.01/52.25	c  52.2s|190800 | 11628 |126091 |   0.7 |    21M |  73 |  82 |  15 |   0 |9209 |  0 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.01/52.27	c  52.3s|190900 | 11634 |126170 |   0.7 |    21M |  73 |  82 |  15 |   0 |9218 |  0 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.11/52.30	c  52.3s|191000 | 11646 |126273 |   0.7 |    21M |  73 |  82 |  15 |   7 |9243 |  1 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.11/52.32	c  52.3s|191100 | 11656 |126370 |   0.7 |    21M |  73 |  82 |  15 |   7 |9271 |  1 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.11/52.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
52.11/52.36	c  52.4s|191200 | 11658 |126485 |   0.7 |    22M |  73 |  82 |  15 |   0 |9301 |  0 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.11/52.39	c  52.4s|191300 | 11664 |126550 |   0.7 |    22M |  73 |  82 |  15 |   8 |9305 |  2 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.21/52.42	c  52.4s|191400 | 11670 |126644 |   0.7 |    22M |  73 |  82 |  15 |   4 |9327 |  1 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.21/52.46	c  52.5s|191500 | 11674 |126731 |   0.7 |    22M |  73 |  82 |  15 |   4 |9351 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.21/52.50	c  52.5s|191600 | 11674 |126847 |   0.7 |    22M |  73 |  82 |  15 |   4 |9381 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.31/52.52	c  52.5s|191700 | 11680 |126943 |   0.7 |    22M |  73 |  82 |  15 |   7 |9401 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.31/52.56	c  52.5s|191800 | 11694 |127037 |   0.7 |    22M |  73 |  82 |  15 |   7 |9421 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.31/52.58	c  52.6s|191900 | 11714 |127117 |   0.7 |    22M |  73 |  82 |  15 |   4 |9431 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.41/52.62	c  52.6s|192000 | 11734 |127209 |   0.7 |    22M |  73 |  82 |  15 |   4 |9448 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.41/52.64	c  52.6s|192100 | 11752 |127290 |   0.7 |    22M |  73 |  82 |  15 |   5 |9457 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.41/52.66	c  52.7s|192200 | 11764 |127355 |   0.7 |    22M |  73 |  82 |  15 |   0 |9457 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.41/52.69	c  52.7s|192300 | 11788 |127428 |   0.7 |    22M |  73 |  82 |  15 |   0 |9457 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.51/52.72	c  52.7s|192400 | 11796 |127496 |   0.7 |    22M |  73 |  82 |  15 |   6 |9457 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.51/52.75	c  52.7s|192500 | 11814 |127573 |   0.7 |    22M |  73 |  82 |  15 |   0 |9464 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.51/52.79	c  52.8s|192600 | 11836 |127646 |   0.7 |    22M |  73 |  82 |  15 |   4 |9471 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.61/52.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
52.61/52.81	c  52.8s|192700 | 11890 |127766 |   0.7 |    22M |  73 |  82 |  15 |   6 |9488 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.61/52.84	c  52.8s|192800 | 11910 |127832 |   0.7 |    22M |  73 |  82 |  15 |   0 |9488 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.61/52.86	c  52.9s|192900 | 11944 |127908 |   0.7 |    22M |  73 |  82 |  15 |   6 |9489 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.61/52.88	c  52.9s|193000 | 11976 |127984 |   0.7 |    22M |  73 |  82 |  15 |   6 |9490 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.61/52.89	c  52.9s|193100 | 11998 |128054 |   0.7 |    22M |  73 |  82 |  15 |   6 |9490 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.71/52.91	c  52.9s|193200 | 12052 |128167 |   0.7 |    22M |  73 |  82 |  15 |   6 |9493 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.71/52.93	c  52.9s|193300 | 12110 |128270 |   0.7 |    22M |  73 |  82 |  15 |   0 |9493 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.71/52.96	c  53.0s|193400 | 12146 |128346 |   0.7 |    22M |  73 |  82 |  15 |   6 |9493 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.71/52.98	c  53.0s|193500 | 12162 |128410 |   0.7 |    22M |  73 |  82 |  15 |   0 |9493 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.81/53.00	c  53.0s|193600 | 12178 |128481 |   0.7 |    23M |  73 |  82 |  15 |   6 |9495 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.81/53.03	c  53.0s|193700 | 12194 |128548 |   0.7 |    23M |  73 |  82 |  15 |   5 |9500 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.81/53.05	c  53.0s|193800 | 12220 |128619 |   0.7 |    23M |  73 |  82 |  15 |   6 |9504 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.81/53.07	c  53.1s|193900 | 12246 |128685 |   0.7 |    23M |  73 |  82 |  15 |   4 |9504 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.81/53.08	c  53.1s|194000 | 12304 |128777 |   0.7 |    23M |  73 |  82 |  15 |   0 |9508 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.81/53.10	c  53.1s|194100 | 12314 |128843 |   0.7 |    23M |  73 |  82 |  15 |   0 |9512 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.91/53.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
52.91/53.12	c  53.1s|194200 | 12338 |128921 |   0.7 |    23M |  73 |  82 |  15 |   4 |9520 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.91/53.15	c  53.1s|194300 | 12348 |128989 |   0.7 |    23M |  73 |  82 |  15 |   7 |9528 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.91/53.19	c  53.2s|194400 | 12362 |129106 |   0.7 |    23M |  73 |  82 |  15 |   0 |9546 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.01/53.22	c  53.2s|194500 | 12370 |129200 |   0.7 |    23M |  73 |  82 |  15 |   8 |9570 |  3 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.01/53.25	c  53.2s|194600 | 12378 |129273 |   0.7 |    23M |  73 |  82 |  15 |   4 |9577 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.01/53.28	c  53.3s|194700 | 12384 |129376 |   0.7 |    23M |  73 |  82 |  15 |   4 |9604 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.11/53.33	c  53.3s|194800 | 12388 |129469 |   0.7 |    23M |  73 |  82 |  15 |   4 |9627 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.11/53.36	c  53.4s|194900 | 12386 |129530 |   0.7 |    23M |  73 |  82 |  15 |   4 |9630 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.21/53.41	c  53.4s|195000 | 12390 |129666 |   0.7 |    23M |  73 |  82 |  15 |   4 |9662 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.21/53.44	c  53.4s|195100 | 12402 |129773 |   0.7 |    23M |  73 |  82 |  15 |   0 |9690 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.21/53.46	c  53.4s|195200 | 12408 |129855 |   0.7 |    23M |  73 |  82 |  15 |   6 |9702 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.21/53.49	c  53.5s|195300 | 12440 |129973 |   0.7 |    23M |  73 |  82 |  15 |   8 |9726 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.31/53.52	c  53.5s|195400 | 12448 |130045 |   0.7 |    23M |  73 |  82 |  15 |   0 |9735 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.31/53.55	c  53.5s|195500 | 12456 |130099 |   0.7 |    23M |  73 |  82 |  15 |   0 |9735 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.31/53.57	c  53.6s|195600 | 12502 |130203 |   0.7 |    23M |  73 |  82 |  15 |   0 |9744 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.41/53.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
53.41/53.60	c  53.6s|195700 | 12508 |130261 |   0.7 |    23M |  73 |  82 |  15 |   0 |9744 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.41/53.62	c  53.6s|195800 | 12534 |130343 |   0.7 |    23M |  73 |  82 |  15 |   0 |9752 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.41/53.63	c  53.6s|195900 | 12546 |130406 |   0.7 |    23M |  73 |  82 |  15 |   0 |9752 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.41/53.63	c  53.6s|196000 | 12560 |130463 |   0.7 |    23M |  73 |  82 |  15 |   7 |9752 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.41/53.65	c  53.6s|196100 | 12580 |130529 |   0.7 |    23M |  73 |  82 |  15 |   5 |9754 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.41/53.67	c  53.7s|196200 | 12612 |130632 |   0.7 |    23M |  73 |  82 |  15 |   0 |9772 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.51/53.70	c  53.7s|196300 | 12644 |130724 |   0.7 |    23M |  73 |  82 |  15 |   0 |9782 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.51/53.72	c  53.7s|196400 | 12680 |130812 |   0.7 |    23M |  73 |  82 |  15 |   6 |9790 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.51/53.73	c  53.7s|196500 | 12716 |130896 |   0.7 |    23M |  73 |  82 |  15 |   0 |9797 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.51/53.76	c  53.8s|196600 | 12742 |130990 |   0.7 |    23M |  73 |  82 |  15 |   6 |9797 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.51/53.78	c  53.8s|196700 | 12760 |131059 |   0.7 |    23M |  73 |  82 |  15 |   6 |9797 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.60/53.81	c  53.8s|196800 | 12774 |131132 |   0.7 |    23M |  73 |  82 |  15 |   0 |9800 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.60/53.84	c  53.8s|196900 | 12834 |131261 |   0.7 |    23M |  73 |  82 |  15 |   6 |9807 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.60/53.86	c  53.9s|197000 | 12856 |131335 |   0.7 |    23M |  73 |  82 |  15 |   8 |9814 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.60/53.89	c  53.9s|197100 | 12884 |131433 |   0.7 |    23M |  73 |  82 |  15 |   6 |9836 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.70/53.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
53.70/53.91	c  53.9s|197200 | 12922 |131536 |   0.7 |    23M |  73 |  82 |  15 |   0 |9845 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.70/53.93	c  53.9s|197300 | 12962 |131619 |   0.7 |    23M |  73 |  82 |  15 |   6 |9848 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.70/53.95	c  53.9s|197400 | 12984 |131693 |   0.7 |    23M |  73 |  82 |  15 |   3 |9856 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.70/53.98	c  54.0s|197500 | 12988 |131762 |   0.7 |    23M |  73 |  82 |  15 |   0 |9862 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.70/54.00	c  54.0s|197600 | 13020 |131839 |   0.7 |    23M |  73 |  82 |  15 |   6 |9865 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.81/54.03	c  54.0s|197700 | 13058 |131928 |   0.7 |    23M |  73 |  82 |  15 |   0 |9865 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.81/54.04	c  54.0s|197800 | 13088 |132002 |   0.7 |    23M |  73 |  82 |  15 |   6 |9865 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.81/54.07	c  54.1s|197900 | 13100 |132070 |   0.7 |    23M |  73 |  82 |  15 |   3 |9867 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.91/54.13	c  54.1s|198000 | 13104 |132138 |   0.7 |    23M |  73 |  82 |  15 |   0 |9874 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.91/54.16	c  54.2s|198100 | 13132 |132251 |   0.7 |    23M |  73 |  82 |  15 |   0 |9903 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.91/54.19	c  54.2s|198200 | 13184 |132396 |   0.7 |    23M |  73 |  82 |  15 |   6 |9919 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.00/54.22	c  54.2s|198300 | 13196 |132462 |   0.7 |    23M |  73 |  82 |  15 |   0 |9923 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.00/54.24	c  54.2s|198400 | 13212 |132527 |   0.7 |    23M |  73 |  82 |  15 |   0 |9923 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.00/54.26	c  54.3s|198500 | 13228 |132605 |   0.7 |    23M |  73 |  82 |  15 |   0 |9929 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.00/54.29	c  54.3s|198600 | 13246 |132677 |   0.7 |    23M |  73 |  82 |  15 |   3 |9936 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.10/54.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
54.10/54.33	c  54.3s|198700 | 13252 |132783 |   0.7 |    23M |  73 |  82 |  15 |   6 |9962 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.10/54.35	c  54.3s|198800 | 13260 |132879 |   0.7 |    23M |  73 |  82 |  15 |   0 |9971 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.10/54.39	c  54.4s|198900 | 13274 |132956 |   0.7 |    23M |  73 |  82 |  15 |   4 |9980 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.20/54.40	c  54.4s|199000 | 13302 |133056 |   0.7 |    23M |  73 |  82 |  15 |   0 |9991 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.20/54.42	c  54.4s|199100 | 13328 |133127 |   0.7 |    23M |  73 |  82 |  15 |   5 |9995 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.20/54.44	c  54.4s|199200 | 13360 |133212 |   0.7 |    23M |  73 |  82 |  15 |   6 |  10k|  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.20/54.47	c  54.5s|199300 | 13370 |133273 |   0.7 |    23M |  73 |  82 |  15 |   6 |  10k|  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.20/54.49	c  54.5s|199400 | 13396 |133347 |   0.7 |    23M |  73 |  82 |  15 |   6 |  10k|  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.30/54.52	c  54.5s|199500 | 13420 |133414 |   0.7 |    23M |  73 |  82 |  15 |   0 |  10k|  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.30/54.54	c  54.5s|199600 | 13472 |133580 |   0.7 |    23M |  73 |  82 |  15 |   3 |  10k|  1 |  24 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.30/54.58	c  54.6s|199700 | 13476 |133652 |   0.7 |    23M |  73 |  82 |  15 |   0 |  10k|  0 |  24 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.40/54.61	c  54.6s|199800 | 13482 |133719 |   0.7 |    23M |  73 |  82 |  15 |   0 |  10k|  0 |  24 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.40/54.64	c  54.6s|199900 | 13492 |133791 |   0.7 |    23M |  73 |  82 |  15 |   4 |  10k|  1 |  24 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.40/54.67	c  54.7s|200000 | 13518 |133886 |   0.7 |    23M |  73 |  82 |  15 |   6 |  10k|  1 |  24 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.40/54.69	c  54.7s|200100 | 13536 |133980 |   0.7 |    23M |  73 |  82 |  15 |   7 |  10k|  1 |  24 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.50/54.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
54.50/54.72	c  54.7s|200200 | 13550 |134048 |   0.7 |    23M |  73 |  82 |  15 |   0 |  10k|  0 |  24 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.50/54.76	c  54.8s|200300 | 13556 |134163 |   0.7 |    23M |  73 |  82 |  15 |   6 |  10k|  1 |  24 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.50/54.78	c  54.8s|200400 | 13570 |134221 |   0.7 |    23M |  73 |  82 |  15 |   4 |  10k|  1 |  24 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.60/54.81	c  54.8s|200500 | 13582 |134329 |   0.7 |    23M |  73 |  82 |  15 |   0 |  10k|  0 |  24 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.60/54.83	c  54.8s|200600 | 13588 |134406 |   0.7 |    23M |  73 |  82 |  15 |   0 |  10k|  0 |  24 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.60/54.85	c  54.8s|200700 | 13594 |134509 |   0.7 |    23M |  73 |  82 |  15 |   6 |  10k|  1 |  24 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.60/54.88	c  54.9s|200800 | 13602 |134615 |   0.7 |    23M |  73 |  82 |  15 |   7 |  10k|  2 |  24 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.70/54.90	c  54.9s|200900 | 13608 |134695 |   0.7 |    23M |  73 |  82 |  15 |   0 |  10k|  0 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.70/54.93	c  54.9s|201000 | 13614 |134799 |   0.7 |    23M |  73 |  82 |  15 |   0 |  10k|  0 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.70/54.95	c  54.9s|201100 | 13630 |134901 |   0.7 |    23M |  73 |  82 |  15 |   4 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.70/54.98	c  55.0s|201200 | 13642 |135013 |   0.7 |    23M |  73 |  82 |  15 |   0 |  10k|  0 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.81/55.01	c  55.0s|201300 | 13648 |135091 |   0.7 |    23M |  73 |  82 |  15 |   0 |  10k|  0 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.81/55.03	c  55.0s|201400 | 13666 |135184 |   0.7 |    23M |  73 |  82 |  15 |   7 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.81/55.06	c  55.0s|201500 | 13690 |135281 |   0.7 |    24M |  73 |  82 |  15 |   8 |  10k|  3 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.81/55.08	c  55.1s|201600 | 13714 |135377 |   0.7 |    24M |  73 |  82 |  15 |   6 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.91/55.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
54.91/55.11	c  55.1s|201700 | 13740 |135472 |   0.7 |    24M |  73 |  82 |  15 |   6 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.91/55.13	c  55.1s|201800 | 13756 |135585 |   0.7 |    24M |  73 |  82 |  15 |   8 |  10k|  2 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.91/55.15	c  55.1s|201900 | 13790 |135667 |   0.7 |    24M |  73 |  82 |  15 |   6 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.91/55.18	c  55.2s|202000 | 13812 |135732 |   0.7 |    24M |  73 |  82 |  15 |   6 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
55.00/55.20	c  55.2s|202100 | 13844 |135828 |   0.7 |    24M |  73 |  82 |  15 |   4 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
55.00/55.22	c  55.2s|202200 | 13892 |135943 |   0.7 |    24M |  73 |  82 |  15 |   6 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
55.00/55.26	c  55.3s|202300 | 13922 |136066 |   0.7 |    24M |  73 |  82 |  15 |   0 |  10k|  0 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
55.00/55.28	c  55.3s|202400 | 13932 |136136 |   0.7 |    24M |  73 |  82 |  15 |   6 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
55.10/55.32	c  55.3s|202500 | 13936 |136205 |   0.7 |    24M |  73 |  82 |  15 |   4 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
55.10/55.34	c  55.3s|202600 | 13946 |136298 |   0.7 |    24M |  73 |  82 |  15 |   0 |  10k|  0 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
55.10/55.37	c  55.4s|202700 | 13960 |136377 |   0.7 |    24M |  73 |  82 |  15 |   0 |  10k|  0 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
55.10/55.39	c  55.4s|202800 | 13998 |136475 |   0.7 |    24M |  73 |  82 |  15 |   0 |  10k|  0 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
55.20/55.42	c  55.4s|202900 | 14046 |136564 |   0.7 |    24M |  73 |  82 |  15 |   6 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
55.20/55.44	c  55.4s|203000 | 14070 |136634 |   0.7 |    24M |  73 |  82 |  15 |   6 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
55.20/55.46	c  55.5s|203100 | 14090 |136698 |   0.7 |    24M |  73 |  82 |  15 |   6 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
55.20/55.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
55.20/55.49	c  55.5s|203200 | 14114 |136766 |   0.7 |    24M |  73 |  82 |  15 |   6 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
55.30/55.51	c  55.5s|203300 | 14140 |136840 |   0.7 |    24M |  73 |  82 |  15 |   0 |  10k|  0 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
55.30/55.52	c  55.5s|203400 | 14198 |136957 |   0.7 |    25M |  73 |  82 |  15 |   6 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
55.30/55.55	c  55.5s|203500 | 14214 |137018 |   0.7 |    25M |  73 |  82 |  15 |   6 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
55.30/55.57	c  55.6s|203600 | 14242 |137106 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
55.40/55.60	c  55.6s|203700 | 14266 |137184 |   0.7 |    25M |  73 |  82 |  15 |   6 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
55.40/55.62	c  55.6s|203800 | 14296 |137255 |   0.7 |    25M |  73 |  82 |  15 |   6 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
55.40/55.65	c  55.6s|203900 | 14340 |137366 |   0.7 |    25M |  73 |  82 |  15 |   6 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
55.40/55.67	c  55.7s|204000 | 14364 |137435 |   0.7 |    25M |  73 |  82 |  15 |   6 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
55.40/55.69	c  55.7s|204100 | 14398 |137522 |   0.7 |    25M |  73 |  82 |  15 |   6 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
55.50/55.71	c  55.7s|204200 | 14436 |137607 |   0.7 |    25M |  73 |  82 |  15 |   6 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
55.50/55.73	c  55.7s|204300 | 14458 |137691 |   0.7 |    25M |  73 |  82 |  15 |   7 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
55.50/55.75	c  55.7s|204400 | 14492 |137796 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
55.50/55.78	c  55.8s|204500 | 14494 |137861 |   0.7 |    25M |  73 |  82 |  15 |   4 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.60/55.81	c  55.8s|204600 | 14504 |137976 |   0.7 |    25M |  73 |  82 |  15 |   5 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.60/55.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
55.60/55.84	c  55.8s|204700 | 14526 |138047 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.60/55.87	c  55.9s|204800 | 14540 |138122 |   0.7 |    25M |  73 |  82 |  15 |   5 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.60/55.89	c  55.9s|204900 | 14542 |138196 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.70/55.92	c  55.9s|205000 | 14552 |138272 |   0.7 |    25M |  73 |  82 |  15 |   5 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.70/55.94	c  55.9s|205100 | 14580 |138361 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.70/55.96	c  56.0s|205200 | 14614 |138445 |   0.7 |    25M |  73 |  82 |  15 |   6 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.70/55.99	c  56.0s|205300 | 14640 |138534 |   0.7 |    25M |  73 |  82 |  15 |   7 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.80/56.01	c  56.0s|205400 | 14680 |138643 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.80/56.02	c  56.0s|205500 | 14742 |138758 |   0.7 |    25M |  73 |  82 |  15 |   6 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.80/56.05	c  56.0s|205600 | 14764 |138831 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.80/56.07	c  56.1s|205700 | 14778 |138899 |   0.7 |    25M |  73 |  82 |  15 |   5 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.80/56.09	c  56.1s|205800 | 14820 |138985 |   0.7 |    25M |  73 |  82 |  15 |   7 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.90/56.11	c  56.1s|205900 | 14858 |139074 |   0.7 |    25M |  73 |  82 |  15 |   7 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.90/56.13	c  56.1s|206000 | 14882 |139165 |   0.7 |    25M |  73 |  82 |  15 |   8 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.90/56.15	c  56.1s|206100 | 14906 |139244 |   0.7 |    25M |  73 |  82 |  15 |   6 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.90/56.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
55.90/56.18	c  56.2s|206200 | 14908 |139315 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.00/56.21	c  56.2s|206300 | 14914 |139410 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.00/56.24	c  56.2s|206400 | 14918 |139497 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.00/56.27	c  56.3s|206500 | 14920 |139559 |   0.7 |    25M |  73 |  82 |  15 |   5 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.10/56.30	c  56.3s|206600 | 14926 |139635 |   0.7 |    25M |  73 |  82 |  15 |   7 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.10/56.33	c  56.3s|206700 | 14918 |139687 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.10/56.36	c  56.4s|206800 | 14932 |139775 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.10/56.39	c  56.4s|206900 | 14984 |139942 |   0.7 |    25M |  73 |  82 |  15 |   7 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.20/56.42	c  56.4s|207000 | 15002 |140025 |   0.7 |    25M |  73 |  82 |  15 |   6 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.20/56.44	c  56.4s|207100 | 15050 |140147 |   0.7 |    25M |  73 |  82 |  15 |   6 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.20/56.46	c  56.5s|207200 | 15070 |140215 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.20/56.49	c  56.5s|207300 | 15070 |140281 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.30/56.51	c  56.5s|207400 | 15076 |140360 |   0.7 |    25M |  73 |  82 |  16 |   0 |  10k|  0 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.30/56.53	c  56.5s|207500 | 15086 |140458 |   0.7 |    25M |  73 |  82 |  16 |   5 |  10k|  1 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.30/56.55	c  56.5s|207600 | 15112 |140542 |   0.7 |    25M |  73 |  82 |  16 |   5 |  10k|  1 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.30/56.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
56.30/56.58	c  56.6s|207700 | 15146 |140645 |   0.7 |    25M |  73 |  82 |  16 |   6 |  10k|  1 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.40/56.60	c  56.6s|207800 | 15172 |140715 |   0.7 |    25M |  73 |  82 |  16 |   0 |  10k|  0 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.40/56.62	c  56.6s|207900 | 15196 |140797 |   0.7 |    25M |  73 |  82 |  16 |   6 |  10k|  1 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.40/56.65	c  56.6s|208000 | 15220 |140883 |   0.7 |    25M |  73 |  82 |  16 |   0 |  10k|  0 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.40/56.68	c  56.7s|208100 | 15228 |140971 |   0.7 |    25M |  73 |  82 |  16 |   0 |  10k|  0 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.50/56.71	c  56.7s|208200 | 15248 |141038 |   0.7 |    25M |  73 |  82 |  16 |   4 |  10k|  1 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.50/56.73	c  56.7s|208300 | 15268 |141098 |   0.7 |    25M |  73 |  82 |  16 |   4 |  10k|  1 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.50/56.76	c  56.8s|208400 | 15276 |141216 |   0.7 |    25M |  73 |  82 |  16 |   6 |  10k|  1 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.50/56.79	c  56.8s|208500 | 15280 |141298 |   0.7 |    25M |  73 |  82 |  16 |   0 |  10k|  0 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.59/56.82	c  56.8s|208600 | 15302 |141409 |   0.7 |    25M |  73 |  82 |  16 |   6 |  10k|  1 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.59/56.84	c  56.8s|208700 | 15330 |141477 |   0.7 |    25M |  73 |  82 |  16 |   0 |  10k|  0 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.59/56.86	c  56.9s|208800 | 15364 |141588 |   0.7 |    25M |  73 |  82 |  16 |   6 |  10k|  1 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.59/56.88	c  56.9s|208900 | 15382 |141671 |   0.7 |    25M |  73 |  82 |  16 |   6 |  10k|  1 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.69/56.90	c  56.9s|209000 | 15394 |141772 |   0.7 |    25M |  73 |  82 |  16 |   4 |  10k|  1 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.69/56.93	c  56.9s|209100 | 15408 |141898 |   0.7 |    25M |  73 |  82 |  17 |   7 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.69/56.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
56.69/56.95	c  56.9s|209200 | 15412 |141969 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.69/56.97	c  57.0s|209300 | 15420 |142029 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.69/56.99	c  57.0s|209400 | 15432 |142093 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.80/57.01	c  57.0s|209500 | 15444 |142157 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.80/57.03	c  57.0s|209600 | 15458 |142223 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.80/57.06	c  57.1s|209700 | 15492 |142331 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.80/57.09	c  57.1s|209800 | 15514 |142423 |   0.7 |    25M |  73 |  82 |  17 |   4 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.90/57.11	c  57.1s|209900 | 15528 |142524 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.90/57.13	c  57.1s|210000 | 15536 |142611 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.90/57.16	c  57.2s|210100 | 15564 |142711 |   0.7 |    25M |  73 |  82 |  17 |   7 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.90/57.18	c  57.2s|210200 | 15582 |142792 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.99/57.21	c  57.2s|210300 | 15584 |142864 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.99/57.24	c  57.2s|210400 | 15602 |142931 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.99/57.27	c  57.3s|210500 | 15608 |143010 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.99/57.29	c  57.3s|210600 | 15632 |143090 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.09/57.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
57.09/57.31	c  57.3s|210700 | 15638 |143161 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.09/57.34	c  57.3s|210800 | 15660 |143236 |   0.7 |    25M |  73 |  82 |  17 |   8 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.09/57.36	c  57.4s|210900 | 15664 |143301 |   0.7 |    25M |  73 |  82 |  17 |   4 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.09/57.39	c  57.4s|211000 | 15670 |143358 |   0.7 |    25M |  73 |  82 |  17 |   4 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.19/57.41	c  57.4s|211100 | 15686 |143481 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.19/57.43	c  57.4s|211200 | 15694 |143544 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.19/57.46	c  57.5s|211300 | 15698 |143608 |   0.7 |    25M |  73 |  82 |  17 |   4 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.19/57.48	c  57.5s|211400 | 15738 |143685 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.29/57.50	c  57.5s|211500 | 15752 |143751 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.29/57.52	c  57.5s|211600 | 15774 |143836 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.29/57.54	c  57.5s|211700 | 15788 |143907 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.29/57.58	c  57.6s|211800 | 15792 |143982 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.29/57.59	c  57.6s|211900 | 15816 |144063 |   0.7 |    25M |  73 |  82 |  17 |   7 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.39/57.62	c  57.6s|212000 | 15830 |144138 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.39/57.65	c  57.6s|212100 | 15836 |144241 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.39/57.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
57.39/57.67	c  57.7s|212200 | 15842 |144305 |   0.7 |    25M |  73 |  82 |  17 |   3 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.39/57.69	c  57.7s|212300 | 15852 |144412 |   0.7 |    25M |  73 |  82 |  17 |   4 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.49/57.72	c  57.7s|212400 | 15878 |144512 |   0.7 |    25M |  73 |  82 |  17 |   4 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.49/57.74	c  57.7s|212500 | 15910 |144617 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.49/57.78	c  57.8s|212600 | 15936 |144697 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.59/57.80	c  57.8s|212700 | 15960 |144766 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.59/57.82	c  57.8s|212800 | 15974 |144843 |   0.7 |    25M |  73 |  82 |  17 |   7 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.59/57.85	c  57.8s|212900 | 15984 |144908 |   0.7 |    25M |  73 |  82 |  17 |   5 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.69/57.90	c  57.9s|213000 | 15988 |144963 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  2 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.69/57.93	c  57.9s|213100 | 16008 |145030 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.69/57.95	c  57.9s|213200 | 16034 |145101 |   0.7 |    25M |  73 |  82 |  17 |   7 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.69/57.97	c  58.0s|213300 | 16052 |145176 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
57.79/58.01	c  58.0s|213400 | 16060 |145242 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.79/58.05	c  58.0s|213500 | 16066 |145295 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.79/58.08	c  58.1s|213600 | 16078 |145352 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.89/58.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
57.89/58.11	c  58.1s|213700 | 16080 |145423 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.89/58.15	c  58.1s|213800 | 16092 |145489 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.89/58.18	c  58.2s|213900 | 16096 |145571 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.99/58.21	c  58.2s|214000 | 16138 |145691 |   0.7 |    26M |  73 |  82 |  17 |   4 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.99/58.23	c  58.2s|214100 | 16194 |145821 |   0.7 |    26M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.99/58.26	c  58.3s|214200 | 16220 |145916 |   0.7 |    26M |  73 |  82 |  17 |   5 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.99/58.28	c  58.3s|214300 | 16250 |146002 |   0.7 |    26M |  73 |  82 |  17 |   5 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.09/58.31	c  58.3s|214400 | 16278 |146097 |   0.7 |    26M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.09/58.33	c  58.3s|214500 | 16312 |146168 |   0.7 |    26M |  73 |  82 |  17 |   5 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.09/58.37	c  58.4s|214600 | 16320 |146222 |   0.7 |    26M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.19/58.41	c  58.4s|214700 | 16334 |146324 |   0.7 |    26M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.19/58.44	c  58.4s|214800 | 16364 |146401 |   0.7 |    26M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.19/58.48	c  58.5s|214900 | 16386 |146465 |   0.7 |    26M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.29/58.51	c  58.5s|215000 | 16388 |146542 |   0.7 |    26M |  73 |  82 |  17 |   3 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.29/58.54	c  58.5s|215100 | 16392 |146623 |   0.7 |    26M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.29/58.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
58.29/58.57	c  58.6s|215200 | 16392 |146685 |   0.7 |    26M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.39/58.60	c  58.6s|215300 | 16400 |146744 |   0.7 |    26M |  73 |  82 |  17 |   3 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.39/58.62	c  58.6s|215400 | 16410 |146851 |   0.7 |    26M |  73 |  82 |  17 |   5 |  11k|  1 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.39/58.64	c  58.6s|215500 | 16414 |146908 |   0.7 |    26M |  73 |  82 |  17 |   0 |  11k|  0 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.39/58.68	c  58.7s|215600 | 16428 |147019 |   0.7 |    27M |  73 |  82 |  17 |   6 |  11k|  1 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.49/58.71	c  58.7s|215700 | 16434 |147090 |   0.7 |    27M |  73 |  82 |  17 |   4 |  11k|  1 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.49/58.75	c  58.7s|215800 | 16448 |147205 |   0.7 |    27M |  73 |  82 |  17 |   6 |  11k|  1 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.49/58.77	c  58.8s|215900 | 16464 |147268 |   0.7 |    27M |  73 |  82 |  17 |   0 |  11k|  0 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.49/58.79	c  58.8s|216000 | 16476 |147330 |   0.7 |    27M |  73 |  82 |  17 |   6 |  11k|  1 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.59/58.81	c  58.8s|216100 | 16490 |147390 |   0.7 |    27M |  73 |  82 |  17 |   7 |  11k|  1 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.59/58.85	c  58.8s|216200 | 16502 |147503 |   0.7 |    27M |  73 |  82 |  17 |   6 |  11k|  1 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.59/58.86	c  58.9s|216300 | 16538 |147586 |   0.7 |    27M |  73 |  82 |  17 |   6 |  11k|  1 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.59/58.87	c  58.9s|216400 | 16576 |147664 |   0.7 |    27M |  73 |  82 |  17 |   7 |  11k|  1 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.59/58.89	c  58.9s|216500 | 16612 |147745 |   0.7 |    27M |  73 |  82 |  17 |   7 |  11k|  1 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.69/58.91	c  58.9s|216600 | 16638 |147831 |   0.7 |    27M |  73 |  82 |  17 |   8 |  11k|  2 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.69/58.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
58.69/58.92	c  58.9s|216700 | 16676 |147909 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.69/58.94	c  58.9s|216800 | 16686 |147968 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.69/58.96	c  59.0s|216900 | 16730 |148076 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.69/58.98	c  59.0s|217000 | 16774 |148163 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.79/59.01	c  59.0s|217100 | 16794 |148228 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.79/59.03	c  59.0s|217200 | 16804 |148293 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.79/59.05	c  59.0s|217300 | 16816 |148378 |   0.7 |    28M |  73 |  82 |  17 |   3 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.79/59.08	c  59.1s|217400 | 16832 |148479 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.79/59.10	c  59.1s|217500 | 16840 |148541 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.89/59.13	c  59.1s|217600 | 16842 |148603 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.89/59.15	c  59.1s|217700 | 16842 |148659 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.89/59.17	c  59.2s|217800 | 16848 |148719 |   0.7 |    28M |  73 |  82 |  17 |   5 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.89/59.19	c  59.2s|217900 | 16854 |148807 |   0.7 |    28M |  73 |  82 |  17 |   3 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.98/59.22	c  59.2s|218000 | 16860 |148910 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.98/59.25	c  59.2s|218100 | 16864 |148982 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.98/59.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
58.98/59.28	c  59.3s|218200 | 16866 |149053 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.08/59.31	c  59.3s|218300 | 16868 |149133 |   0.7 |    28M |  73 |  82 |  17 |   3 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.08/59.34	c  59.3s|218400 | 16870 |149212 |   0.7 |    28M |  73 |  82 |  17 |   3 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.08/59.37	c  59.4s|218500 | 16874 |149313 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.18/59.42	c  59.4s|218600 | 16888 |149378 |   0.7 |    28M |  73 |  82 |  17 |   5 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.18/59.45	c  59.4s|218700 | 16894 |149457 |   0.7 |    28M |  73 |  82 |  17 |   5 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.18/59.47	c  59.5s|218800 | 16920 |149543 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.28/59.51	c  59.5s|218900 | 16932 |149609 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.28/59.54	c  59.5s|219000 | 16946 |149667 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.28/59.56	c  59.6s|219100 | 16950 |149732 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.28/59.59	c  59.6s|219200 | 16964 |149835 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.38/59.63	c  59.6s|219300 | 16980 |149943 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.38/59.66	c  59.7s|219400 | 16992 |150007 |   0.7 |    28M |  73 |  82 |  17 |   3 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.38/59.68	c  59.7s|219500 | 17000 |150112 |   0.7 |    28M |  73 |  82 |  17 |   3 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.48/59.71	c  59.7s|219600 | 17004 |150202 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.48/59.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
59.48/59.76	c  59.8s|219700 | 17006 |150299 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.58/59.80	c  59.8s|219800 | 17004 |150355 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.58/59.83	c  59.8s|219900 | 17016 |150420 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.58/59.86	c  59.9s|220000 | 17032 |150494 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.68/59.90	c  59.9s|220100 | 17052 |150562 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.68/59.93	c  59.9s|220200 | 17076 |150638 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.68/59.95	c  59.9s|220300 | 17126 |150729 |   0.7 |    28M |  73 |  82 |  17 |   8 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.68/59.98	c  60.0s|220400 | 17150 |150806 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.79/60.02	c  60.0s|220500 | 17154 |150876 |   0.7 |    28M |  73 |  82 |  17 |   5 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.79/60.05	c  60.0s|220600 | 17152 |150937 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.79/60.07	c  60.1s|220700 | 17156 |151017 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.79/60.10	c  60.1s|220800 | 17164 |151103 |   0.7 |    28M |  73 |  82 |  17 |   3 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.88/60.14	c  60.1s|220900 | 17174 |151209 |   0.7 |    28M |  73 |  82 |  17 |   3 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.88/60.16	c  60.2s|221000 | 17192 |151317 |   0.7 |    28M |  73 |  82 |  17 |   4 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.98/60.20	c  60.2s|221100 | 17202 |151429 |   0.7 |    28M |  73 |  82 |  17 |   0 |  12k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.98/60.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
59.98/60.21	c  60.2s|221200 | 17206 |151494 |   0.7 |    28M |  73 |  82 |  17 |   3 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.98/60.25	c  60.2s|221300 | 17212 |151565 |   0.7 |    28M |  73 |  82 |  17 |   3 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.98/60.29	c  60.3s|221400 | 17212 |151663 |   0.7 |    28M |  73 |  82 |  17 |   3 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.08/60.32	c  60.3s|221500 | 17224 |151738 |   0.7 |    28M |  73 |  82 |  17 |   6 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.08/60.37	c  60.4s|221600 | 17228 |151859 |   0.7 |    28M |  73 |  82 |  17 |   5 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.18/60.41	c  60.4s|221700 | 17230 |151929 |   0.7 |    28M |  73 |  82 |  17 |   6 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.18/60.42	c  60.4s|221800 | 17252 |151993 |   0.7 |    28M |  73 |  82 |  17 |   5 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.18/60.45	c  60.4s|221900 | 17264 |152078 |   0.7 |    28M |  73 |  82 |  17 |   0 |  12k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.18/60.48	c  60.5s|222000 | 17298 |152218 |   0.7 |    28M |  73 |  82 |  17 |   6 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.28/60.50	c  60.5s|222100 | 17330 |152321 |   0.7 |    28M |  73 |  82 |  17 |   0 |  12k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.28/60.53	c  60.5s|222200 | 17350 |152394 |   0.7 |    28M |  73 |  82 |  17 |   6 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.28/60.55	c  60.5s|222300 | 17394 |152521 |   0.7 |    29M |  73 |  82 |  17 |   7 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.28/60.57	c  60.6s|222400 | 17406 |152589 |   0.7 |    29M |  73 |  82 |  17 |   7 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.38/60.60	c  60.6s|222500 | 17414 |152653 |   0.7 |    29M |  73 |  82 |  17 |   0 |  12k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.38/60.62	c  60.6s|222600 | 17434 |152743 |   0.7 |    29M |  73 |  82 |  17 |   0 |  12k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.38/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.38/60.63	c  60.6s|222700 | 17448 |152810 |   0.7 |    29M |  73 |  82 |  17 |   0 |  12k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.38/60.66	c  60.7s|222800 | 17470 |152897 |   0.7 |    29M |  73 |  82 |  17 |   4 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.38/60.69	c  60.7s|222900 | 17490 |152997 |   0.7 |    29M |  73 |  82 |  17 |   8 |  12k|  2 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.48/60.71	c  60.7s|223000 | 17510 |153083 |   0.7 |    29M |  73 |  82 |  17 |   6 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.48/60.74	c  60.7s|223100 | 17522 |153197 |   0.7 |    29M |  73 |  82 |  17 |   0 |  12k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.48/60.77	c  60.8s|223200 | 17528 |153291 |   0.7 |    29M |  73 |  82 |  17 |   0 |  12k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.48/60.79	c  60.8s|223300 | 17542 |153384 |   0.7 |    29M |  73 |  82 |  17 |   7 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.58/60.81	c  60.8s|223400 | 17560 |153450 |   0.7 |    29M |  73 |  82 |  17 |   7 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.58/60.83	c  60.8s|223500 | 17572 |153516 |   0.7 |    29M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.58/60.86	c  60.9s|223600 | 17610 |153666 |   0.7 |    29M |  73 |  82 |  17 |   4 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.58/60.88	c  60.9s|223700 | 17642 |153785 |   0.7 |    29M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.68/60.93	c  60.9s|223800 | 17644 |153836 |   0.7 |    29M |  73 |  82 |  17 |   6 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.68/60.96	c  60.9s|223900 | 17670 |153935 |   0.7 |    29M |  73 |  82 |  17 |   7 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.68/60.97	c  61.0s|224000 | 17728 |154056 |   0.7 |    29M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.68/61.00	c  61.0s|224100 | 17756 |154148 |   0.7 |    29M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.78/61.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
60.78/61.02	c  61.0s|224200 | 17766 |154239 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.78/61.05	c  61.0s|224300 | 17770 |154309 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.78/61.08	c  61.1s|224400 | 17774 |154399 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.88/61.10	c  61.1s|224500 | 17810 |154494 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.88/61.12	c  61.1s|224600 | 17822 |154550 |   0.7 |    30M |  73 |  82 |  17 |   3 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.88/61.16	c  61.1s|224700 | 17828 |154603 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.88/61.18	c  61.2s|224800 | 17830 |154654 |   0.7 |    30M |  73 |  82 |  17 |   3 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.98/61.22	c  61.2s|224900 | 17844 |154785 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.98/61.25	c  61.2s|225000 | 17844 |154881 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.07/61.30	c  61.3s|225100 | 17840 |155000 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.07/61.33	c  61.3s|225200 | 17848 |155078 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.07/61.36	c  61.4s|225300 | 17862 |155135 |   0.7 |    30M |  73 |  82 |  17 |   4 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.07/61.37	c  61.4s|225400 | 17884 |155220 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.07/61.39	c  61.4s|225500 | 17936 |155322 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.17/61.42	c  61.4s|225600 | 17974 |155418 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.17/61.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
61.17/61.44	c  61.4s|225700 | 17986 |155475 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.17/61.47	c  61.5s|225800 | 18000 |155541 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.17/61.49	c  61.5s|225900 | 18006 |155633 |   0.7 |    30M |  73 |  82 |  17 |   7 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.27/61.52	c  61.5s|226000 | 18030 |155726 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.27/61.55	c  61.5s|226100 | 18060 |155828 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.27/61.57	c  61.6s|226200 | 18082 |155908 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.27/61.59	c  61.6s|226300 | 18090 |155966 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.37/61.61	c  61.6s|226400 | 18114 |156039 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.37/61.64	c  61.6s|226500 | 18164 |156169 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.37/61.66	c  61.7s|226600 | 18182 |156237 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.37/61.68	c  61.7s|226700 | 18200 |156299 |   0.7 |    30M |  73 |  82 |  17 |   5 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.47/61.72	c  61.7s|226800 | 18204 |156351 |   0.7 |    30M |  73 |  82 |  17 |   5 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.47/61.74	c  61.7s|226900 | 18218 |156469 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.47/61.76	c  61.7s|227000 | 18226 |156556 |   0.7 |    30M |  73 |  82 |  17 |   4 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.47/61.77	c  61.8s|227100 | 18274 |156681 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.57/61.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
61.57/61.80	c  61.8s|227200 | 18288 |156817 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.57/61.82	c  61.8s|227300 | 18296 |156905 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.57/61.84	c  61.8s|227400 | 18316 |156996 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.57/61.86	c  61.9s|227500 | 18338 |157092 |   0.7 |    30M |  73 |  82 |  17 |   8 |  12k|  2 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.57/61.88	c  61.9s|227600 | 18352 |157177 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.67/61.91	c  61.9s|227700 | 18356 |157248 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.67/61.93	c  61.9s|227800 | 18362 |157319 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.67/61.95	c  61.9s|227900 | 18378 |157421 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.67/61.96	c  62.0s|228000 | 18384 |157485 |   0.7 |    30M |  73 |  82 |  17 |   5 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.67/61.99	c  62.0s|228100 | 18390 |157560 |   0.7 |    30M |  73 |  82 |  17 |   5 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.78/62.01	c  62.0s|228200 | 18402 |157622 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.78/62.03	c  62.0s|228300 | 18416 |157709 |   0.7 |    30M |  73 |  82 |  17 |   7 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.78/62.05	c  62.0s|228400 | 18428 |157780 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.78/62.08	c  62.1s|228500 | 18434 |157842 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.78/62.10	c  62.1s|228600 | 18444 |157910 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.88/62.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
61.88/62.12	c  62.1s|228700 | 18462 |158003 |   0.7 |    30M |  73 |  82 |  17 |   7 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.88/62.14	c  62.1s|228800 | 18468 |158061 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.88/62.16	c  62.2s|228900 | 18488 |158148 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.88/62.18	c  62.2s|229000 | 18528 |158241 |   0.7 |    30M |  73 |  82 |  17 |   7 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.88/62.20	c  62.2s|229100 | 18574 |158361 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.97/62.21	c  62.2s|229200 | 18604 |158438 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.97/62.24	c  62.2s|229300 | 18622 |158498 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.97/62.26	c  62.3s|229400 | 18648 |158584 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.97/62.28	c  62.3s|229500 | 18664 |158650 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.07/62.30	c  62.3s|229600 | 18672 |158713 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.07/62.32	c  62.3s|229700 | 18692 |158794 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.07/62.34	c  62.3s|229800 | 18702 |158856 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.07/62.36	c  62.4s|229900 | 18716 |158938 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.07/62.38	c  62.4s|230000 | 18730 |159005 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.17/62.40	c  62.4s|230100 | 18760 |159087 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.17/62.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
62.17/62.44	c  62.4s|230200 | 18762 |159159 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.17/62.46	c  62.5s|230300 | 18784 |159250 |   0.7 |    30M |  73 |  82 |  17 |   7 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.17/62.49	c  62.5s|230400 | 18798 |159316 |   0.7 |    30M |  73 |  82 |  17 |   6 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.27/62.51	c  62.5s|230500 | 18826 |159394 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.27/62.53	c  62.5s|230600 | 18850 |159462 |   0.7 |    30M |  73 |  82 |  17 |   6 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.27/62.55	c  62.5s|230700 | 18880 |159533 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.27/62.58	c  62.6s|230800 | 18890 |159625 |   0.7 |    30M |  73 |  82 |  17 |   5 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.37/62.63	c  62.6s|230900 | 18902 |159714 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.37/62.65	c  62.6s|231000 | 18920 |159810 |   0.7 |    30M |  73 |  82 |  17 |   5 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.37/62.67	c  62.7s|231100 | 18958 |159938 |   0.7 |    30M |  73 |  82 |  17 |   3 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.47/62.70	c  62.7s|231200 | 19000 |160064 |   0.7 |    30M |  73 |  82 |  17 |   5 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.47/62.74	c  62.7s|231300 | 19008 |160123 |   0.7 |    30M |  73 |  82 |  17 |   5 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.47/62.77	c  62.8s|231400 | 19018 |160203 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.47/62.79	c  62.8s|231500 | 19032 |160297 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.57/62.82	c  62.8s|231600 | 19036 |160361 |   0.7 |    30M |  73 |  82 |  17 |   5 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.57/62.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
62.57/62.84	c  62.8s|231700 | 19076 |160509 |   0.7 |    30M |  73 |  82 |  17 |   6 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.57/62.86	c  62.9s|231800 | 19108 |160588 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.57/62.88	c  62.9s|231900 | 19128 |160654 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.67/62.91	c  62.9s|232000 | 19128 |160719 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.67/62.95	c  62.9s|232100 | 19136 |160773 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.67/62.97	c  63.0s|232200 | 19140 |160832 |   0.7 |    30M |  73 |  82 |  17 |   5 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.67/62.98	c  63.0s|232300 | 19178 |160916 |   0.7 |    30M |  73 |  82 |  17 |   6 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.77/63.00	c  63.0s|232400 | 19192 |160978 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.77/63.02	c  63.0s|232500 | 19198 |161043 |   0.7 |    30M |  73 |  82 |  17 |   3 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.77/63.04	c  63.0s|232600 | 19198 |161093 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.77/63.08	c  63.1s|232700 | 19210 |161152 |   0.7 |    30M |  73 |  82 |  17 |   3 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
62.87/63.11	c  63.1s|232800 | 19208 |161203 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.87/63.14	c  63.1s|232900 | 19222 |161268 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.87/63.18	c  63.2s|233000 | 19222 |161323 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.97/63.22	c  63.2s|233100 | 19232 |161398 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.97/63.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
62.97/63.24	c  63.2s|233200 | 19246 |161474 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.97/63.26	c  63.3s|233300 | 19258 |161530 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.97/63.28	c  63.3s|233400 | 19276 |161626 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.07/63.31	c  63.3s|233500 | 19284 |161685 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.07/63.33	c  63.3s|233600 | 19304 |161787 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.07/63.37	c  63.4s|233700 | 19332 |161915 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.07/63.39	c  63.4s|233800 | 19332 |161991 |   0.7 |    31M |  73 |  82 |  17 |   3 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.16/63.42	c  63.4s|233900 | 19342 |162071 |   0.7 |    31M |  73 |  82 |  17 |   5 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.16/63.45	c  63.4s|234000 | 19354 |162136 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.16/63.47	c  63.5s|234100 | 19362 |162193 |   0.7 |    31M |  73 |  82 |  17 |   5 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.26/63.50	c  63.5s|234200 | 19374 |162249 |   0.7 |    31M |  73 |  82 |  17 |   6 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.26/63.53	c  63.5s|234300 | 19380 |162317 |   0.7 |    31M |  73 |  82 |  17 |   6 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.26/63.55	c  63.5s|234400 | 19392 |162391 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.26/63.57	c  63.6s|234500 | 19394 |162442 |   0.7 |    31M |  73 |  82 |  17 |   7 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.26/63.59	c  63.6s|234600 | 19398 |162494 |   0.7 |    31M |  73 |  82 |  17 |   7 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.36/63.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
63.36/63.61	c  63.6s|234700 | 19408 |162551 |   0.7 |    31M |  73 |  82 |  17 |   7 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.36/63.64	c  63.6s|234800 | 19414 |162611 |   0.7 |    31M |  73 |  82 |  17 |   5 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.36/63.67	c  63.7s|234900 | 19422 |162693 |   0.7 |    31M |  73 |  82 |  17 |   6 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.36/63.69	c  63.7s|235000 | 19430 |162752 |   0.7 |    31M |  73 |  82 |  17 |   6 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.46/63.72	c  63.7s|235100 | 19436 |162805 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.46/63.75	c  63.7s|235200 | 19438 |162857 |   0.7 |    31M |  73 |  82 |  17 |   6 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.46/63.78	c  63.8s|235300 | 19438 |162907 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.56/63.80	c  63.8s|235400 | 19444 |162960 |   0.7 |    31M |  73 |  82 |  17 |   6 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.56/63.83	c  63.8s|235500 | 19442 |163009 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.56/63.86	c  63.9s|235600 | 19444 |163060 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.56/63.89	c  63.9s|235700 | 19446 |163113 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.66/63.92	c  63.9s|235800 | 19468 |163211 |   0.7 |    31M |  73 |  82 |  17 |   6 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.66/63.94	c  63.9s|235900 | 19478 |163273 |   0.7 |    31M |  73 |  82 |  17 |   6 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.66/63.96	c  64.0s|236000 | 19486 |163328 |   0.7 |    31M |  73 |  82 |  17 |   6 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.77/64.00	c  64.0s|236100 | 19490 |163380 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.77/64.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
63.77/64.04	c  64.0s|236200 | 19490 |163433 |   0.7 |    31M |  73 |  82 |  17 |   3 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.77/64.06	c  64.1s|236300 | 19504 |163551 |   0.7 |    31M |  73 |  82 |  17 |   5 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.77/64.10	c  64.1s|236400 | 19502 |163616 |   0.7 |    31M |  73 |  82 |  17 |   7 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.87/64.12	c  64.1s|236500 | 19504 |163671 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.87/64.14	c  64.1s|236600 | 19514 |163733 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.87/64.17	c  64.2s|236700 | 19516 |163784 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.87/64.18	c  64.2s|236800 | 19522 |163890 |   0.7 |    31M |  73 |  82 |  17 |   8 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.96/64.21	c  64.2s|236900 | 19530 |163965 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.96/64.24	c  64.2s|237000 | 19550 |164051 |   0.7 |    31M |  73 |  82 |  17 |   7 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.96/64.27	c  64.3s|237100 | 19558 |164122 |   0.7 |    31M |  73 |  82 |  17 |   5 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
64.06/64.30	c  64.3s|237200 | 19562 |164202 |   0.7 |    31M |  73 |  82 |  17 |   4 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
64.06/64.33	c  64.3s|237300 | 19566 |164294 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
64.06/64.36	c  64.3s|237400 | 19574 |164375 |   0.7 |    31M |  73 |  82 |  17 |   6 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
64.06/64.38	c  64.4s|237500 | 19576 |164435 |   0.7 |    31M |  73 |  82 |  17 |   7 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
64.17/64.41	c  64.4s|237600 | 19584 |164506 |   0.7 |    31M |  73 |  82 |  17 |   6 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
64.17/64.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
64.17/64.44	c  64.4s|237700 | 19592 |164564 |   0.7 |    31M |  73 |  82 |  17 |   6 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
64.17/64.48	c  64.5s|237800 | 19586 |164612 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
64.27/64.52	c  64.5s|237900 | 19588 |164663 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
64.27/64.55	c  64.5s|238000 | 19598 |164733 |   0.7 |    31M |  73 |  82 |  17 |   8 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
64.27/64.58	c  64.6s|238100 | 19610 |164810 |   0.7 |    31M |  73 |  82 |  17 |   5 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
64.37/64.60	c  64.6s|238200 | 19618 |164865 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
64.37/64.64	c  64.6s|238300 | 19618 |164958 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
64.37/64.67	c  64.7s|238400 | 19638 |165026 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
64.47/64.70	c  64.7s|238500 | 19646 |165083 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
64.47/64.72	c  64.7s|238600 | 19650 |165135 |   0.7 |    31M |  73 |  82 |  17 |   6 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
64.47/64.76	c  64.7s|238700 | 19654 |165187 |   0.7 |    31M |  73 |  82 |  17 |   4 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
64.47/64.78	c  64.8s|238800 | 19654 |165245 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
64.57/64.81	c  64.8s|238900 | 19658 |165310 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
64.57/64.84	c  64.8s|239000 | 19662 |165405 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
64.67/64.90	c *64.9s|239028 |     0 |165419 |   0.7 |    LP  |  73 |  82 |  17 |   5 |  13k|  1 |  33 |  18 | 0.000000e+00 | 0.000000e+00 |   0.00%| 100.00%
64.67/64.90	c 
64.67/64.90	c SCIP Status        : problem is solved [optimal solution found]
64.67/64.90	c Solving Time (sec) : 64.89
64.67/64.90	c Solving Nodes      : 239028 (total of 241410 nodes in 2 runs)
64.67/64.90	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
64.67/64.90	c Dual Bound         : +0.00000000000000e+00
64.67/64.90	c Gap                : 0.00 %
64.67/64.90	s SATISFIABLE
64.67/64.90	v -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 x59 -x58 -x57 
64.67/64.90	v -x56 -x55 -x54 x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 
64.67/64.90	v -x31 -x30 x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 x14 -x13 x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 
64.67/64.90	v -x4 -x3 -x2 x1 
64.67/64.90	c SCIP Status        : problem is solved [optimal solution found]
64.67/64.90	c Total Time         :      64.89
64.67/64.90	c   solving          :      64.89
64.67/64.90	c   presolving       :       0.00 (included in solving)
64.67/64.90	c   reading          :       0.00 (included in solving)
64.67/64.90	c   copying          :       0.24 (117 #copies) (minimal 0.00, maximal 0.00, average 0.00)
64.67/64.90	c Original Problem   :
64.67/64.90	c   Problem name     : HOME/instance-4495794-1751152005.opb
64.67/64.90	c   Variables        : 82 (82 binary, 0 integer, 0 implicit integer, 0 continuous)
64.67/64.90	c   Constraints      : 2 initial, 2 maximal
64.67/64.90	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
64.67/64.90	c Presolved Problem  :
64.67/64.90	c   Problem name     : t_HOME/instance-4495794-1751152005.opb
64.67/64.90	c   Variables        : 82 (82 binary, 0 integer, 0 implicit integer, 0 continuous)
64.67/64.90	c   Constraints      : 4 initial, 17 maximal
64.67/64.90	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
64.67/64.90	c   Nonzeros         : 171 constraint, 129 clique table
64.67/64.90	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
64.67/64.90	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
64.67/64.90	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
64.67/64.90	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
64.67/64.90	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
64.67/64.90	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
64.67/64.90	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
64.67/64.90	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
64.67/64.90	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
64.67/64.90	c   implics          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
64.67/64.90	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
64.67/64.90	c   milp             :       0.00       0.00      1          0          0          0          0          0          2          1          0          0
64.67/64.90	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
64.67/64.90	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
64.67/64.90	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
64.67/64.90	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
64.67/64.90	c   trivial          :       0.00       0.00      8          0          0          0          0          0          0          0          0          0
64.67/64.90	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
64.67/64.90	c   dualfix          :       0.00       0.00      8          0          0          0          0          0          0          0          0          0
64.67/64.90	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
64.67/64.90	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
64.67/64.90	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
64.67/64.90	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
64.67/64.90	c   vbounds          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
64.67/64.90	c   linear           :       0.00       0.00     11          0          0          0          0          0          0          2         79         78
64.67/64.90	c   logicor          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
64.67/64.90	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
64.67/64.90	c   components       :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
64.67/64.90	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
64.67/64.90	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
64.67/64.90	c   benderslp        :          0          0          0          0     130871          0          0      15029          0          0          0          0          0          0          0
64.67/64.90	c   integral         :          0          0          0          0     130871          0          0      15029          0          0          0          0          0          0     261740
64.67/64.90	c   linear           :          3+         4         54     281398          0          0          0      15025         31     110764     623691          0          0          0          0
64.67/64.90	c   logicor          :          1+        15         37      83155          0          0          0          0          0          0         23          0          0          0          0
64.67/64.90	c   benders          :          0          0          0          0          1          0          0          2          0          0          0          0          0          0          0
64.67/64.90	c   fixedvar         :          0          0          0          0          1          0          0          2          0          0          0          0          0          0          0
64.67/64.90	c   countsols        :          0          0          0          0          1          0          0          2          0          0          0          0          0          0          0
64.67/64.90	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
64.67/64.90	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
64.67/64.90	c   benderslp        :       0.02       0.00       0.00       0.00       0.02       0.00       0.00       0.00       0.00       0.00
64.67/64.90	c   integral         :       0.27       0.00       0.00       0.00       0.27       0.00       0.00       0.00       0.00       0.00
64.67/64.90	c   linear           :      48.81       0.00       0.00      48.79       0.00       0.00       0.00       0.02       0.00       0.00
64.67/64.90	c   logicor          :       0.04       0.00       0.00       0.04       0.00       0.00       0.00       0.00       0.00       0.00
64.67/64.90	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
64.67/64.90	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
64.67/64.90	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
64.67/64.90	c   components       :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
64.67/64.90	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
64.67/64.90	c   dualfix          :          2          0          0          0
64.67/64.90	c   genvbounds       :          0          0          0          0
64.67/64.90	c   nlobbt           :          0          0          0          0
64.67/64.90	c   obbt             :          0          0          0          0
64.67/64.90	c   probing          :          0          0          0          0
64.67/64.90	c   pseudoobj        :          0          0          0          0
64.67/64.90	c   redcost          :          0          0          0          0
64.67/64.90	c   rootredcost      :          0          0          0          0
64.67/64.90	c   symmetry         :          0          0          0          0
64.67/64.90	c   vbounds          :       4975          0          0          0
64.67/64.90	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
64.67/64.90	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
64.67/64.90	c   genvbounds       :       0.03       0.00       0.00       0.03       0.00       0.00
64.67/64.90	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
64.67/64.90	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
64.67/64.90	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
64.67/64.90	c   pseudoobj        :       0.03       0.00       0.00       0.03       0.00       0.00
64.67/64.90	c   redcost          :       0.01       0.00       0.00       0.01       0.00       0.00
64.67/64.90	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00       0.00
64.67/64.90	c   symmetry         :       0.03       0.00       0.00       0.03       0.00       0.00
64.67/64.90	c   vbounds          :       0.03       0.00       0.00       0.03       0.00       0.00
64.67/64.90	c Symmetry           :
64.67/64.90	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
64.67/64.90	c   orbital reduction:          0 reductions applied,          0 cutoffs
64.67/64.90	c   lexicographic red:          0 reductions applied,          0 cutoffs
64.67/64.90	c   shadow tree time :       0.00 s
64.67/64.90	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
64.67/64.90	c   propagation      :       0.00          2          0          -          0        0.0          0        0.0          -          -          -
64.67/64.90	c   infeasible LP    :       0.01       1746         33          -         50       15.8          0        0.0          0        0.0          0
64.67/64.90	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
64.67/64.90	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
64.67/64.90	c   pseudo solution  :       0.00          1          1          -          1        0.0          0        0.0          -          -          -
64.67/64.90	c   applied globally :       0.00          -          -          0         14       11.0          -          -          0          -          -
64.67/64.90	c   applied locally  :          -          -          -          0         19       16.3          -          -          0          -          -
64.67/64.90	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
64.67/64.90	c   cut pool         :       0.33          -      24748        105          -          -      15656      17664          -          -          -          -          -    (maximal pool size:        219)
64.67/64.90	c   aggregation      :       1.06       0.00       8480         54          0          0      22136      10213      12362       7767       2028       5739          0
64.67/64.90	c   > cmir           :          -          -          -          -          -          -          -       1330       2512        612        383        229          -
64.67/64.90	c   > flowcover      :          -          -          -          -          -          -          -       8836       1551       2503       1637        866          -
64.67/64.90	c   > knapsackcover  :          -          -          -          -          -          -          -         47       8299       4652          8       4644          -
64.67/64.90	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
64.67/64.90	c   clique           :       0.00       0.00         54         54          0          0          9         29          0          1          1          0          0
64.67/64.90	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
64.67/64.90	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
64.67/64.90	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
64.67/64.90	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
64.67/64.90	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
64.67/64.90	c   gomory           :       0.64       0.00       8448         20          2          0      42081       7415      36212       5680       1445       4235          0
64.67/64.90	c   > gomorymi       :          -          -          -          -          -          -          -       3825      19098       2928        699       2229          -
64.67/64.90	c   > strongcg       :          -          -          -          -          -          -          -       3590      17114       2752        746       2006          -
64.67/64.90	c   impliedbounds    :       0.01       0.00       8482         54          0          0          0          0          0          0          0          0          0
64.67/64.90	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
64.67/64.90	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
64.67/64.90	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
64.67/64.90	c   mcf              :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
64.67/64.90	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
64.67/64.90	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
64.67/64.90	c   multilinear      :       0.00       0.00       3836         54          0          0          0          0          0          0          0          0          0
64.67/64.90	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
64.67/64.90	c   rapidlearning    :       0.66       0.00        100          2          0        287          0          0          0          0          0          0          2
64.67/64.90	c   rlt              :       0.01       0.00       4288         20          0          0          0          0          0          0          0          0          0
64.67/64.90	c   zerohalf         :       0.12       0.00       8463         37          0          0        281          7        277         16          1         15          0
64.67/64.90	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
64.67/64.90	c   hybrid           :       0.03       0.00       8513         54      13154        628      53349         69          0        460
64.67/64.90	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
64.67/64.90	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
64.67/64.90	c Pricers            :   ExecTime  SetupTime      Calls       Vars
64.67/64.90	c   problem variables:       0.00          -          0          0
64.67/64.90	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
64.67/64.90	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
64.67/64.90	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
64.67/64.90	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
64.67/64.90	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
64.67/64.90	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
64.67/64.90	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
64.67/64.90	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
64.67/64.90	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
64.67/64.90	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
64.67/64.90	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
64.67/64.90	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
64.67/64.90	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
64.67/64.90	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
64.67/64.90	c   relpscost        :       0.24       0.00     130870          0          0          0          0          0          0     261740
64.67/64.90	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
64.67/64.90	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
64.67/64.90	c   LP solutions     :       0.05          -          -          1          1
64.67/64.90	c   relax solutions  :       0.00          -          -          0          0
64.67/64.90	c   pseudo solutions :       0.00          -          -          0          0
64.67/64.90	c   strong branching :       0.00          -          -          0          0
64.67/64.90	c   actconsdiving    :       0.00       0.00          0          0          0
64.67/64.90	c   adaptivediving   :       0.02       0.00        207          0          0
64.67/64.90	c   alns             :       0.29       0.00         15          0          0
64.67/64.90	c   bound            :       0.00       0.00          0          0          0
64.67/64.90	c   clique           :       0.00       0.00          1          0          0
64.67/64.90	c   coefdiving       :       0.00       0.00          0          0          0
64.67/64.90	c   completesol      :       0.00       0.00          0          0          0
64.67/64.90	c   conflictdiving   :       0.02       0.00        104          0          0
64.67/64.90	c   crossover        :       0.01       0.00          0          0          0
64.67/64.90	c   dins             :       0.00       0.00          0          0          0
64.67/64.90	c   distributiondivin:       0.11       0.00        104          0          0
64.67/64.90	c   dps              :       0.00       0.00          0          0          0
64.67/64.90	c   dualval          :       0.00       0.00          0          0          0
64.67/64.90	c   farkasdiving     :       0.00       0.00          0          0          0
64.67/64.90	c   feasjump         :       0.02       0.00          2          0          0
64.67/64.90	c   feaspump         :       0.02       0.00         52          0          0
64.67/64.90	c   fixandinfer      :       0.00       0.00          0          0          0
64.67/64.90	c   fracdiving       :       0.01       0.00        104          0          0
64.67/64.90	c   gins             :       0.01       0.00          0          0          0
64.67/64.90	c   guideddiving     :       0.00       0.00          0          0          0
64.67/64.90	c   indcoefdiving    :       0.00       0.00          0          0          0
64.67/64.90	c   indicator        :       0.01       0.00          0          0          0
64.67/64.90	c   indicatordiving  :       0.00       0.00          0          0          0
64.67/64.90	c   indoneopt        :       0.02       0.00          0          0          0
64.67/64.90	c   indrounding      :       0.00       0.00          0          0          0
64.67/64.90	c   indtwoopt        :       0.00       0.00          0          0          0
64.67/64.90	c   intdiving        :       0.00       0.00          0          0          0
64.67/64.90	c   intshifting      :       0.00       0.00          0          0          0
64.67/64.90	c   linesearchdiving :       0.01       0.00        104          0          0
64.67/64.90	c   localbranching   :       0.00       0.00          0          0          0
64.67/64.90	c   locks            :       0.00       0.00          1          0          0
64.67/64.90	c   lpface           :       0.02       0.00          0          0          0
64.67/64.90	c   mpec             :       0.00       0.00          0          0          0
64.67/64.90	c   multistart       :       0.00       0.00          0          0          0
64.67/64.90	c   mutation         :       0.00       0.00          0          0          0
64.67/64.90	c   nlpdiving        :       0.00       0.00          0          0          0
64.67/64.90	c   objpscostdiving  :       0.01       0.00         53          0          0
64.67/64.90	c   octane           :       0.00       0.00          0          0          0
64.67/64.90	c   ofins            :       0.01       0.00          0          0          0
64.67/64.90	c   oneopt           :       0.02       0.00          0          0          0
64.67/64.90	c   padm             :       0.00       0.00          0          0          0
64.67/64.90	c   proximity        :       0.00       0.00          0          0          0
64.67/64.90	c   pscostdiving     :       0.01       0.00        104          0          0
64.67/64.90	c   randrounding     :       0.09       0.00      15013          0          0
64.67/64.90	c   rens             :       0.01       0.00          2          0          0
64.67/64.90	c   reoptsols        :       0.00       0.00          0          0          0
64.67/64.90	c   repair           :       0.00       0.00          0          0          0
64.67/64.90	c   rins             :       0.02       0.00          0          0          0
64.67/64.90	c   rootsoldiving    :       0.04       0.00         52          0          0
64.67/64.90	c   rounding         :       0.03       0.00       5252          0          0
64.67/64.90	c   scheduler        :       0.00       0.00          0          0          0
64.67/64.90	c   shiftandpropagate:       0.00       0.00          2          0          0
64.67/64.90	c   shifting         :       0.20       0.00       1953          0          0
64.67/64.90	c   simplerounding   :       0.02       0.00          0          0          0
64.67/64.90	c   smallcard        :       0.00       0.00          0          0          0
64.67/64.90	c   subnlp           :       0.03       0.00          0          0          0
64.67/64.90	c   trivial          :       0.00       0.00          4          0          0
64.67/64.90	c   trivialnegation  :       0.00       0.00          0          0          0
64.67/64.90	c   trustregion      :       0.00       0.00          0          0          0
64.67/64.90	c   trysol           :       0.02       0.00          0          0          0
64.67/64.90	c   twoopt           :       0.00       0.00          0          0          0
64.67/64.90	c   undercover       :       0.00       0.00          0          0          0
64.67/64.90	c   vbounds          :       0.00       0.00          0          0          0
64.67/64.90	c   veclendiving     :       0.01       0.00        104          0          0
64.67/64.90	c   zeroobj          :       0.00       0.00          0          0          0
64.67/64.90	c   zirounding       :       0.02       0.00       1000          0          0
64.67/64.90	c   other solutions  :          -          -          -          0          -
64.67/64.90	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
64.67/64.90	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
64.67/64.90	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
64.67/64.90	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
64.67/64.90	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
64.67/64.90	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
64.67/64.90	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
64.67/64.90	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
64.67/64.90	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
64.67/64.90	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
64.67/64.90	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
64.67/64.90	c   primal LP        :       0.05       2353          0       0.00       0.00       0.05       2353
64.67/64.90	c   dual LP          :       2.54     141218     162967       1.16   64281.97       0.00        133
64.67/64.90	c   lex dual LP      :       0.00          0          0       0.00          -
64.67/64.90	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
64.67/64.90	c   resolve instable :       0.00          0          0       0.00          -
64.67/64.90	c   diving/probing LP:       0.06       2067       2452       1.19   42586.45
64.67/64.90	c   strong branching :       0.00         18        125       6.94          -          -          -          0
64.67/64.90	c     (at root node) :          -         18        125       6.94          -
64.67/64.90	c   conflict analysis:       0.00          0          0       0.00          -
64.67/64.90	c B&B Tree           :
64.67/64.90	c   number of runs   :          2
64.67/64.90	c   nodes            :     239028 (129345 internal, 109683 leaves)
64.67/64.90	c   feasible leaves  :          1
64.67/64.90	c   infeas. leaves   :     109682
64.67/64.90	c   objective leaves :          0
64.67/64.90	c   nodes (total)    :     241410 (130870 internal, 110540 leaves)
64.67/64.90	c   nodes left       :          0
64.67/64.90	c   max depth        :         73
64.67/64.90	c   max depth (total):         73
64.67/64.90	c   backtracks       :      30353 (12.7%)
64.67/64.90	c   early backtracks :          0 (0.0%)
64.67/64.90	c   nodes exc. ref.  :          0 (0.0%)
64.67/64.90	c   delayed cutoffs  :          1
64.67/64.90	c   repropagations   :         62 (28 domain reductions, 1 cutoffs)
64.67/64.90	c   avg switch length:       4.20
64.67/64.90	c   switching time   :       1.34
64.67/64.90	c Root Node          :
64.67/64.90	c   First LP value   : +0.00000000000000e+00
64.67/64.90	c   First LP Iters   :          3 (22556.39 Iter/sec)
64.67/64.90	c   First LP Time    :       0.00
64.67/64.90	c   Final Dual Bound : +0.00000000000000e+00
64.67/64.90	c   Final Root Iters :        116
64.67/64.90	c   Root LP Estimate : +4.71334671199474e-05
64.67/64.90	c Solution           :
64.67/64.90	c   Solutions found  :          1 (1 improvements)
64.67/64.90	c   First Solution   : +0.00000000000000e+00   (in run 2, after 239028 nodes, 64.85 seconds, depth 30, found by <relaxation>)
64.67/64.90	c   Gap First Sol.   :       0.00 %
64.67/64.90	c   Gap Last Sol.    :       0.00 %
64.67/64.90	c   Primal Bound     : +0.00000000000000e+00   (in run 2, after 239028 nodes, 64.85 seconds, depth 30, found by <relaxation>)
64.67/64.90	c   Dual Bound       : +0.00000000000000e+00
64.67/64.90	c   Gap              :       0.00 %
64.67/64.90	c Integrals          :      Total       Avg%
64.67/64.90	c   primal-dual      :    6489.31     100.00
64.67/64.90	c   primal-ref       :          -          - (not evaluated)
64.67/64.90	c   dual-ref         :          -          - (not evaluated)
64.67/64.90	c Time complete: 64.6781.

Verifier Data

OK	0

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (58875 MiB free)
  memory of node 1: 64465 MiB (61672 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4495794-1751152005/watcher-4495794-1751152005 -o /tmp/evaluation-result-4495794-1751152005/solver-4495794-1751152005 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751144686-14144 --watchdog 3760 pbscip -f HOME/instance-4495794-1751152005.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100061 s]*
/proc/loadavg: 4.12 4.14 4.10 5/264 17514
/proc/meminfo: memFree=123440696/131250000 swapFree=33010684/33010684
[pid=17513] ppid=17510 vsize=47868 memory=22016 CPUtime=0.09 cores=4,6
/proc/17513/stat : 17513 (pbscip) R 17510 17513 14133 0 -1 4194304 1939 0 0 0 9 0 0 0 20 0 1 0 30877079 49016832 5504 18446744073709551615 4235264 18693293 140737191084384 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29630464 140737191090569 140737191090668 140737191090668 140737191096270 0
/proc/17513/statm: 11967 5504 3936 3530 0 3418 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 47868 KiB
Current children cumulated memory: 22016 KiB

[startup+0.205438 s]*
/proc/loadavg: 4.12 4.14 4.10 5/264 17514
/proc/meminfo: memFree=123440696/131250000 swapFree=33010684/33010684
[pid=17513] ppid=17510 vsize=48124 memory=22144 CPUtime=0.19 cores=4,6
/proc/17513/stat : 17513 (pbscip) R 17510 17513 14133 0 -1 4194304 1975 0 0 0 19 0 0 0 20 0 1 0 30877079 49278976 5536 18446744073709551615 4235264 18693293 140737191084384 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29630464 140737191090569 140737191090668 140737191090668 140737191096270 0
/proc/17513/statm: 12031 5536 3936 3530 0 3482 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 48124 KiB
Current children cumulated memory: 22144 KiB

[startup+0.305291 s]*
/proc/loadavg: 4.12 4.14 4.10 5/264 17514
/proc/meminfo: memFree=123440696/131250000 swapFree=33010684/33010684
[pid=17513] ppid=17510 vsize=48380 memory=22656 CPUtime=0.29 cores=4,6
/proc/17513/stat : 17513 (pbscip) R 17510 17513 14133 0 -1 4194304 2088 0 0 0 29 0 0 0 20 0 1 0 30877079 49541120 5664 18446744073709551615 4235264 18693293 140737191084384 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29630464 140737191090569 140737191090668 140737191090668 140737191096270 0
/proc/17513/statm: 12095 5664 3936 3530 0 3546 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 48380 KiB
Current children cumulated memory: 22656 KiB

[startup+0.700182 s]
/proc/loadavg: 4.12 4.14 4.10 5/264 17514
/proc/meminfo: memFree=123440696/131250000 swapFree=33010684/33010684
[pid=17513] ppid=17510 vsize=49108 memory=22784 CPUtime=0.68 cores=4,6
/proc/17513/stat : 17513 (pbscip) R 17510 17513 14133 0 -1 4194304 2129 0 0 0 68 0 0 0 20 0 1 0 30877079 50286592 5696 18446744073709551615 4235264 18693293 140737191084384 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29630464 140737191090569 140737191090668 140737191090668 140737191096270 0
/proc/17513/statm: 12277 5696 3936 3530 0 3728 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 49108 KiB
Current children cumulated memory: 22784 KiB

[startup+1.50018 s]
/proc/loadavg: 4.12 4.14 4.10 5/264 17514
/proc/meminfo: memFree=123440696/131250000 swapFree=33010684/33010684
[pid=17513] ppid=17510 vsize=48852 memory=23784 CPUtime=1.48 cores=4,6
/proc/17513/stat : 17513 (pbscip) R 17510 17513 14133 0 -1 4194304 2477 0 0 0 148 0 0 0 20 0 1 0 30877079 50024448 5946 18446744073709551615 4235264 18693293 140737191084384 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29630464 140737191090569 140737191090668 140737191090668 140737191096270 0
/proc/17513/statm: 12213 5946 3936 3530 0 3664 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 48852 KiB
Current children cumulated memory: 23784 KiB

[startup+3.10535 s]
/proc/loadavg: 4.11 4.14 4.10 5/264 17514
/proc/meminfo: memFree=123440712/131250000 swapFree=33010684/33010684
[pid=17513] ppid=17510 vsize=48852 memory=23756 CPUtime=3.07 cores=4,6
/proc/17513/stat : 17513 (pbscip) R 17510 17513 14133 0 -1 4194304 2605 0 0 0 307 0 0 0 20 0 1 0 30877079 50024448 5939 18446744073709551615 4235264 18693293 140737191084384 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29630464 140737191090569 140737191090668 140737191090668 140737191096270 0
/proc/17513/statm: 12213 5939 3936 3530 0 3664 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 48852 KiB
Current children cumulated memory: 23756 KiB

[startup+6.30017 s]
/proc/loadavg: 4.11 4.14 4.10 5/264 17514
/proc/meminfo: memFree=123448428/131250000 swapFree=33010684/33010684
[pid=17513] ppid=17510 vsize=51448 memory=25772 CPUtime=6.27 cores=4,6
/proc/17513/stat : 17513 (pbscip) R 17510 17513 14133 0 -1 4194304 3310 0 0 0 626 1 0 0 20 0 1 0 30877079 52682752 6443 18446744073709551615 4235264 18693293 140737191084384 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29630464 140737191090569 140737191090668 140737191090668 140737191096270 0
/proc/17513/statm: 12862 6443 3936 3530 0 4313 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 51448 KiB
Current children cumulated memory: 25772 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.14 4.10 5/264 17514
/proc/meminfo: memFree=123448184/131250000 swapFree=33010684/33010684
[pid=17513] ppid=17510 vsize=52740 memory=27564 CPUtime=12.64 cores=4,6
/proc/17513/stat : 17513 (pbscip) R 17510 17513 14133 0 -1 4194304 3768 0 0 0 1263 1 0 0 20 0 1 0 30877079 54005760 6891 18446744073709551615 4235264 18693293 140737191084384 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29630464 140737191090569 140737191090668 140737191090668 140737191096270 0
/proc/17513/statm: 13185 6891 3936 3530 0 4636 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 52740 KiB
Current children cumulated memory: 27564 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.13 4.10 5/264 17514
/proc/meminfo: memFree=123448184/131250000 swapFree=33010684/33010684
[pid=17513] ppid=17510 vsize=56680 memory=31532 CPUtime=25.4 cores=4,6
/proc/17513/stat : 17513 (pbscip) R 17510 17513 14133 0 -1 4194304 4790 0 0 0 2538 2 0 0 20 0 1 0 30877079 58040320 7883 18446744073709551615 4235264 18693293 140737191084384 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29630464 140737191090569 140737191090668 140737191090668 140737191096270 0
/proc/17513/statm: 14170 7883 3936 3530 0 5621 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 56680 KiB
Current children cumulated memory: 31532 KiB

[startup+51.1054 s]
/proc/loadavg: 4.11 4.14 4.10 5/264 17515
/proc/meminfo: memFree=123443332/131250000 swapFree=33010684/33010684
[pid=17513] ppid=17510 vsize=64516 memory=39340 CPUtime=50.92 cores=4,6
/proc/17513/stat : 17513 (pbscip) R 17510 17513 14133 0 -1 4194304 6771 0 0 0 5088 4 0 0 20 0 1 0 30877079 66064384 9835 18446744073709551615 4235264 18693293 140737191084384 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29630464 140737191090569 140737191090668 140737191090668 140737191096270 0
/proc/17513/statm: 16129 9835 3936 3530 0 7580 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 64516 KiB
Current children cumulated memory: 39340 KiB

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

# cumulated CPU time of all completed processes:  user=64.6278 s, system=0.054768 s

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

[startup+51.2002 s]
/proc/loadavg: 4.11 4.14 4.10 5/264 17515
/proc/meminfo: memFree=123443332/131250000 swapFree=33010684/33010684
[pid=17513] ppid=17510 vsize=64516 memory=39340 CPUtime=51.01 cores=4,6
/proc/17513/stat : 17513 (pbscip) R 17510 17513 14133 0 -1 4194304 6771 0 0 0 5097 4 0 0 20 0 1 0 30877079 66064384 9835 18446744073709551615 4235264 18693293 140737191084384 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29630464 140737191090569 140737191090668 140737191090668 140737191096270 0
/proc/17513/statm: 16129 9835 3936 3530 0 7580 0
Current children cumulated CPU time: 51.01 s
Current children cumulated vsize: 64516 KiB
Current children cumulated memory: 39340 KiB

[startup+57.6002 s]
/proc/loadavg: 4.09 4.13 4.10 5/265 17516
/proc/meminfo: memFree=123443096/131250000 swapFree=33010684/33010684
[pid=17513] ppid=17510 vsize=68668 memory=43376 CPUtime=57.39 cores=4,6
/proc/17513/stat : 17513 (pbscip) R 17510 17513 14133 0 -1 4194304 7848 0 0 0 5735 4 0 0 20 0 1 0 30877079 70316032 10844 18446744073709551615 4235264 18693293 140737191084384 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29630464 140737191090569 140737191090668 140737191090668 140737191096270 0
/proc/17513/statm: 17167 10844 3936 3530 0 8618 0
Current children cumulated CPU time: 57.39 s
Current children cumulated vsize: 68668 KiB
Current children cumulated memory: 43376 KiB

[startup+60.8002 s]
/proc/loadavg: 4.09 4.13 4.10 5/265 17517
/proc/meminfo: memFree=123434936/131250000 swapFree=33010684/33010684
[pid=17513] ppid=17510 vsize=72496 memory=47088 CPUtime=60.58 cores=4,6
/proc/17513/stat : 17513 (pbscip) R 17510 17513 14133 0 -1 4194304 8784 0 0 0 6054 4 0 0 20 0 1 0 30877079 74235904 11772 18446744073709551615 4235264 18693293 140737191084384 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29630464 140737191090569 140737191090668 140737191090668 140737191096270 0
/proc/17513/statm: 18124 11772 3936 3530 0 9575 0
Current children cumulated CPU time: 60.58 s
Current children cumulated vsize: 72496 KiB
Current children cumulated memory: 47088 KiB

[startup+62.4002 s]
/proc/loadavg: 4.08 4.13 4.10 5/265 17517
/proc/meminfo: memFree=123435188/131250000 swapFree=33010684/33010684
[pid=17513] ppid=17510 vsize=73248 memory=47856 CPUtime=62.17 cores=4,6
/proc/17513/stat : 17513 (pbscip) R 17510 17513 14133 0 -1 4194304 8981 0 0 0 6213 4 0 0 20 0 1 0 30877079 75005952 11964 18446744073709551615 4235264 18693293 140737191084384 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29630464 140737191090569 140737191090668 140737191090668 140737191096270 0
/proc/17513/statm: 18312 11964 3936 3530 0 9763 0
Current children cumulated CPU time: 62.17 s
Current children cumulated vsize: 73248 KiB
Current children cumulated memory: 47856 KiB

[startup+64.0001 s]*
/proc/loadavg: 4.08 4.13 4.10 5/265 17517
/proc/meminfo: memFree=123435252/131250000 swapFree=33010684/33010684
[pid=17513] ppid=17510 vsize=74488 memory=49152 CPUtime=63.77 cores=4,6
/proc/17513/stat : 17513 (pbscip) R 17510 17513 14133 0 -1 4194304 9361 0 0 0 6373 4 0 0 20 0 1 0 30877079 76275712 12288 18446744073709551615 4235264 18693293 140737191084384 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29630464 140737191090569 140737191090668 140737191090668 140737191096270 0
/proc/17513/statm: 18622 12288 3936 3530 0 10073 0
Current children cumulated CPU time: 63.77 s
Current children cumulated vsize: 74488 KiB
Current children cumulated memory: 49152 KiB

[startup+64.4002 s]
/proc/loadavg: 4.08 4.13 4.10 5/265 17517
/proc/meminfo: memFree=123435252/131250000 swapFree=33010684/33010684
[pid=17513] ppid=17510 vsize=74488 memory=49152 CPUtime=64.17 cores=4,6
/proc/17513/stat : 17513 (pbscip) R 17510 17513 14133 0 -1 4194304 9361 0 0 0 6412 5 0 0 20 0 1 0 30877079 76275712 12288 18446744073709551615 4235264 18693293 140737191084384 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29630464 140737191090569 140737191090668 140737191090668 140737191096270 0
/proc/17513/statm: 18622 12288 3936 3530 0 10073 0
Current children cumulated CPU time: 64.17 s
Current children cumulated vsize: 74488 KiB
Current children cumulated memory: 49152 KiB

[startup+64.8001 s]
/proc/loadavg: 4.08 4.13 4.10 5/265 17517
/proc/meminfo: memFree=123435252/131250000 swapFree=33010684/33010684
[pid=17513] ppid=17510 vsize=74488 memory=49152 CPUtime=64.57 cores=4,6
/proc/17513/stat : 17513 (pbscip) R 17510 17513 14133 0 -1 4194304 9364 0 0 0 6452 5 0 0 20 0 1 0 30877079 76275712 12288 18446744073709551615 4235264 18693293 140737191084384 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29630464 140737191090569 140737191090668 140737191090668 140737191096270 0
/proc/17513/statm: 18622 12288 3936 3530 0 10073 0
Current children cumulated CPU time: 64.57 s
Current children cumulated vsize: 74488 KiB
Current children cumulated memory: 49152 KiB

[startup+64.9001 s]
/proc/loadavg: 4.08 4.13 4.10 5/265 17517
/proc/meminfo: memFree=123435252/131250000 swapFree=33010684/33010684
[pid=17513] ppid=17510 vsize=76968 memory=51712 CPUtime=64.67 cores=4,6
/proc/17513/stat : 17513 (pbscip) R 17510 17513 14133 0 -1 4194304 10012 0 0 0 6462 5 0 0 20 0 1 0 30877079 78815232 12928 18446744073709551615 4235264 18693293 140737191084384 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 29630464 140737191090569 140737191090668 140737191090668 140737191096270 0
/proc/17513/statm: 19242 12928 3936 3530 0 10693 0
Current children cumulated CPU time: 64.67 s
Current children cumulated vsize: 76968 KiB
Current children cumulated memory: 51712 KiB

Child status: 0

Real time (s): 64.9091
CPU time (s): 64.6826
CPU user time (s): 64.6278
CPU system time (s): 0.054768
CPU usage (%): 99.651
Max. virtual memory (cumulated for all children) (KiB): 76968
Max. memory (cumulated for all children) (KiB): 51712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.6278
system time used= 0.054768
maximum resident set size= 51712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10019
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= 80
involuntary context switches= 109


# summary of solver processes directly reported to runsolver:
#   pid: 17513
#   total CPU time (s): 64.6826
#   total CPU user time (s): 64.6278
#   total CPU system time (s): 0.054768

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.126296 second user time and 0.403792 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-06-29 01:06:45
IDJOB=4495794
IDBENCH=148098
IDSOLVER=3365
FILE ID=nodeC014/4495794-1751152005
RUNJOBID= nodeC014-1751144686-14144
SLURM_JOB_ID= 9587442
Free space on /tmp= 432916 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob4.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4495794-1751152005/watcher-4495794-1751152005 -o /tmp/evaluation-result-4495794-1751152005/solver-4495794-1751152005 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751144686-14144 --watchdog 3760  pbscip -f HOME/instance-4495794-1751152005.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 51f776679cf4368d72b5455aa221d9d6
RANDOM SEED=1002256831

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        123440928 kB
MemAvailable:   123149084 kB
Buffers:            3280 kB
Cached:           519384 kB
SwapCached:            0 kB
Active:          6872988 kB
Inactive:         309916 kB
Active(anon):    6678308 kB
Inactive(anon):        0 kB
Active(file):     194680 kB
Inactive(file):   309916 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18700 kB
Writeback:            32 kB
AnonPages:       6659220 kB
Mapped:           138068 kB
Shmem:             18068 kB
KReclaimable:      85600 kB
Slab:             168492 kB
SReclaimable:      85600 kB
SUnreclaim:        82892 kB
KernelStack:        4256 kB
PageTables:        16524 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7584860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3661824 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432896 MiB
End job on nodeC014 at 2025-06-29 01:07:50