Trace number 4445055

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 63.7161 63.9163

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.045108
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.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4445055-1721301828.opb>
0.00/0.00	c original problem has 82 variables (82 bin, 0 int, 0 impl, 0 cont) and 2 constraints
0.00/0.00	c problem read in 0.00
0.00/0.00	c No objective function, only one solution is needed.
0.00/0.00	c presolving:
0.00/0.00	c    (0.0s) running MILP presolver
0.00/0.00	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.00/0.00	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.00	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.00	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.00	c    (0.0s) probing: 51/82 (62.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.00	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.00	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.00	c    (0.0s) no symmetry present (symcode time: 0.00)
0.00/0.00	c presolving (4 rounds: 4 fast, 2 medium, 1 exhaustive):
0.00/0.00	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.00	c  0 implications, 27 cliques
0.00/0.00	c presolved problem has 82 variables (82 bin, 0 int, 0 impl, 0 cont) and 2 constraints
0.00/0.00	c       2 constraints of type <linear>
0.00/0.00	c transformed objective value is always integral (scale: 1)
0.00/0.00	c Presolving Time: 0.00
0.00/0.00	c - non default parameters ----------------------------------------------------------------------
0.00/0.00	c # SCIP version 10.0.0
0.00/0.00	c 
0.00/0.00	c # maximal time in seconds to run
0.00/0.00	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.00	c limits/time = 3596.997066
0.00/0.00	c 
0.00/0.00	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.00	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.00	c limits/memory = 27900
0.00/0.00	c 
0.00/0.00	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
0.00/0.00	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
0.00/0.00	c limits/solutions = 1
0.00/0.00	c 
0.00/0.00	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.00	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
0.00/0.00	c misc/usesymmetry = 3
0.00/0.00	c 
0.00/0.00	c # belongs reading time to solving time?
0.00/0.00	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c timing/reading = TRUE
0.00/0.00	c 
0.00/0.00	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
0.00/0.00	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.00	c propagating/symmetry/detectdoublelex = FALSE
0.00/0.00	c 
0.00/0.00	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
0.00/0.00	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.00	c propagating/symmetry/detectsubgroups = FALSE
0.00/0.00	c 
0.00/0.00	c # Type of symmetries that shall be computed?
0.00/0.00	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
0.00/0.00	c propagating/symmetry/symtype = 1
0.00/0.00	c 
0.00/0.00	c # Should components consisting of a single full reflection be handled?
0.00/0.00	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.00	c propagating/symmetry/usesimplesgncomp = FALSE
0.00/0.00	c 
0.00/0.00	c -----------------------------------------------------------------------------------------------
0.00/0.00	c start solving
0.00/0.00	c 
0.00/0.01	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.01	c   0.0s|     1 |     0 |     3 |     - |  1555k |   0 |  82 |   2 |   2 |   0 |  0 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.02	c   0.0s|     1 |     0 |     5 |     - |  1623k |   0 |  82 |   2 |   3 |   1 |  1 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.02	c   0.0s|     1 |     0 |     8 |     - |  1676k |   0 |  82 |   2 |   4 |   2 |  2 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.02	c   0.0s|     1 |     0 |     9 |     - |  1723k |   0 |  82 |   2 |   5 |   3 |  3 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.02	c   0.0s|     1 |     0 |    11 |     - |  1781k |   0 |  82 |   2 |   7 |   5 |  4 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.02	c   0.0s|     1 |     0 |    13 |     - |  1816k |   0 |  82 |   2 |   9 |   7 |  5 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.02	c   0.0s|     1 |     0 |    17 |     - |  1859k |   0 |  82 |   2 |  11 |   9 |  6 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.02	c   0.0s|     1 |     0 |    22 |     - |  1970k |   0 |  82 |   2 |  13 |  11 |  7 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.02	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.03	c   0.0s|     1 |     0 |    41 |     - |  2519k |   0 |  82 |   2 |  23 |  21 | 13 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.03	c   0.0s|     1 |     0 |    43 |     - |  2522k |   0 |  82 |   2 |  25 |  23 | 14 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.03	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.03	c   0.0s|     1 |     0 |    45 |     - |  2528k |   0 |  82 |   2 |  27 |  25 | 15 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.03	c   0.0s|     1 |     0 |    47 |     - |  2719k |   0 |  82 |   2 |  21 |  27 | 16 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.03	c   0.0s|     1 |     0 |    49 |     - |  2719k |   0 |  82 |   2 |  23 |  29 | 17 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.04	c   0.0s|     1 |     2 |    60 |     - |  2731k |   0 |  82 |   2 |  23 |  29 | 17 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.09/0.10	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.20/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.20/0.25	c   0.3s|   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.41	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.5s|   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.51	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.56	c   0.6s|  1300 |   375 |  1357 |   1.0 |  3787k |  51 |  82 |   2 |   0 | 135 |  0 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  12.56%
0.59/0.61	c   0.6s|  1400 |   403 |  1457 |   1.0 |  3804k |  51 |  82 |   2 |   1 | 143 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  19.98%
0.59/0.67	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.70	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.73	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.77	c   0.8s|  1800 |   483 |  1814 |   1.0 |  3851k |  51 |  82 |   2 |   0 | 183 |  0 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  29.20%
0.68/0.79	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.81	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.82	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.85	c   0.8s|  2200 |   595 |  2242 |   1.0 |  4100k |  52 |  82 |   2 |   0 | 234 |  0 |   0 |  11 | 0.000000e+00 |      --      |    Inf |  29.20%
0.78/0.87	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.92	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
0.88/0.92	c (run 1, node 2382) performing user restart
0.88/0.92	c 
0.88/0.92	c (restart) converted 1 cuts from the global cut pool into linear constraints
0.88/0.92	c 
0.88/0.92	c presolving:
0.88/0.92	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.92	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.92	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.92	c presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):
0.88/0.92	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.92	c  0 implications, 27 cliques
0.88/0.92	c presolved problem has 82 variables (82 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.88/0.92	c       3 constraints of type <linear>
0.88/0.92	c       1 constraints of type <logicor>
0.88/0.92	c transformed objective value is always integral (scale: 1)
0.88/0.92	c Presolving Time: 0.00
0.88/0.92	c 
0.88/0.93	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.93	c   0.9s|     1 |     0 |  2430 |     - |  4309k |   0 |  82 |   4 |   4 |   0 |  0 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.93	c   0.9s|     1 |     0 |  2432 |     - |  4309k |   0 |  82 |   4 |   5 |   1 |  1 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.93	c   0.9s|     1 |     0 |  2433 |     - |  4309k |   0 |  82 |   4 |   6 |   2 |  2 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.94	c   0.9s|     1 |     0 |  2434 |     - |  4309k |   0 |  82 |   4 |   7 |   3 |  3 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.94	c   0.9s|     1 |     0 |  2435 |     - |  4309k |   0 |  82 |   4 |   8 |   4 |  4 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.94	c   0.9s|     1 |     0 |  2438 |     - |  4309k |   0 |  82 |   4 |  10 |   6 |  5 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.94	c   0.9s|     1 |     0 |  2440 |     - |  4309k |   0 |  82 |   4 |  11 |   7 |  6 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.94	c   0.9s|     1 |     0 |  2441 |     - |  4309k |   0 |  82 |   4 |  12 |   8 |  7 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.94	c   0.9s|     1 |     0 |  2442 |     - |  4309k |   0 |  82 |   4 |  13 |   9 |  8 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.94	c   0.9s|     1 |     0 |  2443 |     - |  4309k |   0 |  82 |   4 |  14 |  10 |  9 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.94	c   0.9s|     1 |     0 |  2445 |     - |  4309k |   0 |  82 |   4 |  12 |  11 | 10 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.94	c   0.9s|     1 |     0 |  2449 |     - |  4309k |   0 |  82 |   4 |  13 |  12 | 11 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.94	c   0.9s|     1 |     0 |  2450 |     - |  4309k |   0 |  82 |   4 |  14 |  13 | 12 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.94	c   0.9s|     1 |     0 |  2451 |     - |  4309k |   0 |  82 |   4 |  15 |  14 | 13 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.94	c   0.9s|     1 |     0 |  2454 |     - |  4309k |   0 |  82 |   4 |  16 |  15 | 14 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.94	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.94	c   0.9s|     1 |     0 |  2455 |     - |  4309k |   0 |  82 |   4 |  17 |  16 | 15 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.94	c   0.9s|     1 |     0 |  2457 |     - |  4309k |   0 |  82 |   4 |  13 |  17 | 16 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.94	c   0.9s|     1 |     0 |  2463 |     - |  4309k |   0 |  82 |   4 |  14 |  18 | 17 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.94	c   0.9s|     1 |     0 |  2464 |     - |  4309k |   0 |  82 |   4 |  15 |  19 | 18 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.94	c   0.9s|     1 |     0 |  2465 |     - |  4309k |   0 |  82 |   4 |  16 |  20 | 19 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.94	c   0.9s|     1 |     0 |  2466 |     - |  4309k |   0 |  82 |   4 |  17 |  21 | 20 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.95	c   0.9s|     1 |     0 |  2467 |     - |  4309k |   0 |  82 |   4 |  18 |  22 | 21 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.95	c   0.9s|     1 |     0 |  2468 |     - |  4309k |   0 |  82 |   4 |  13 |  23 | 22 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.95	c   0.9s|     1 |     0 |  2470 |     - |  4309k |   0 |  82 |   4 |  14 |  24 | 23 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.95	c   0.9s|     1 |     0 |  2472 |     - |  4309k |   0 |  82 |   4 |  15 |  25 | 24 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.95	c   0.9s|     1 |     0 |  2474 |     - |  4309k |   0 |  82 |   4 |  16 |  26 | 25 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.95	c   0.9s|     1 |     0 |  2475 |     - |  4309k |   0 |  82 |   4 |  17 |  27 | 26 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.95	c   0.9s|     1 |     0 |  2476 |     - |  4309k |   0 |  82 |   4 |  18 |  28 | 27 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.95	c   0.9s|     1 |     0 |  2477 |     - |  4309k |   0 |  82 |   4 |  16 |  29 | 28 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.95	c   1.0s|     1 |     0 |  2479 |     - |  4309k |   0 |  82 |   4 |  17 |  30 | 29 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.95	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.95	c   1.0s|     1 |     0 |  2482 |     - |  4309k |   0 |  82 |   4 |  18 |  31 | 30 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.95	c   1.0s|     1 |     0 |  2484 |     - |  4309k |   0 |  82 |   4 |  19 |  32 | 31 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.95	c   1.0s|     1 |     0 |  2486 |     - |  4399k |   0 |  82 |   4 |  20 |  33 | 32 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.95	c   1.0s|     1 |     0 |  2488 |     - |  4399k |   0 |  82 |   4 |  22 |  35 | 33 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.95	c   1.0s|     1 |     0 |  2490 |     - |  4579k |   0 |  82 |   4 |  18 |  36 | 34 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.96	c   1.0s|     1 |     0 |  2492 |     - |  4579k |   0 |  82 |   4 |  19 |  37 | 35 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.96	c   1.0s|     1 |     0 |  2494 |     - |  4579k |   0 |  82 |   4 |  21 |  39 | 36 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.96	c   1.0s|     1 |     0 |  2495 |     - |  4579k |   0 |  82 |   4 |  22 |  40 | 37 |   0 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.96	c   1.0s|     1 |     2 |  2510 |     - |  4579k |   0 |  82 |   4 |  22 |  40 | 37 |   0 |  18 | 0.000000e+00 |      --      |    Inf | unknown
0.98/1.03	c   1.0s|   100 |    33 |  2654 |   1.0 |  4637k |  30 |  82 |   4 |   4 |  46 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf | unknown
0.98/1.06	c   1.1s|   200 |    49 |  2729 |   1.0 |  4643k |  39 |  82 |   4 |   0 |  46 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf | unknown
0.98/1.09	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.14	c   1.1s|   400 |    97 |  2943 |   1.0 |  5013k |  44 |  82 |   4 |   4 |  80 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.08/1.16	c   1.2s|   500 |   113 |  3002 |   1.0 |  5013k |  44 |  82 |   4 |   0 |  80 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.19/1.20	c   1.2s|   600 |   121 |  3056 |   1.0 |  5013k |  44 |  82 |   4 |   4 |  80 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.19/1.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.19/1.21	c   1.2s|   700 |   127 |  3109 |   1.0 |  5013k |  44 |  82 |   4 |   0 |  80 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.19/1.25	c   1.2s|   800 |   137 |  3204 |   1.0 |  5013k |  44 |  82 |   4 |   4 |  96 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.19/1.28	c   1.3s|   900 |   153 |  3307 |   1.0 |  5013k |  45 |  82 |   4 |   4 | 117 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.29/1.32	c   1.3s|  1000 |   165 |  3413 |   1.0 |  5013k |  46 |  82 |   4 |   0 | 136 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.29/1.33	c   1.3s|  1100 |   179 |  3530 |   1.0 |  5013k |  46 |  82 |   4 |   0 | 156 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.29/1.36	c   1.4s|  1200 |   197 |  3640 |   1.0 |  5013k |  46 |  82 |   4 |   4 | 179 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.29/1.38	c   1.4s|  1300 |   213 |  3727 |   1.0 |  5021k |  46 |  82 |   4 |   4 | 181 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.39/1.40	c   1.4s|  1400 |   223 |  3814 |   1.0 |  5021k |  48 |  82 |   4 |   4 | 196 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.39/1.43	c   1.4s|  1500 |   241 |  3942 |   1.0 |  5021k |  48 |  82 |   4 |   4 | 228 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.39/1.45	c   1.5s|  1600 |   261 |  4055 |   1.0 |  5021k |  48 |  82 |   4 |   4 | 254 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.39/1.49	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.52	c   1.5s|  1800 |   289 |  4278 |   1.0 |  5028k |  48 |  82 |   4 |   6 | 306 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.48/1.55	c   1.5s|  1900 |   293 |  4349 |   1.0 |  5028k |  48 |  82 |   4 |   0 | 308 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.48/1.57	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.61	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.64	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.64	c   1.6s|  2200 |   347 |  4616 |   1.0 |  5033k |  48 |  82 |   4 |   4 | 343 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.58/1.66	c   1.7s|  2300 |   359 |  4683 |   1.0 |  5036k |  48 |  82 |   4 |   0 | 343 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.58/1.69	c   1.7s|  2400 |   371 |  4772 |   1.0 |  5036k |  48 |  82 |   4 |   0 | 358 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.68/1.70	c   1.7s|  2500 |   389 |  4878 |   1.0 |  5036k |  49 |  82 |   4 |  10 | 380 |  3 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.68/1.72	c   1.7s|  2600 |   411 |  4984 |   1.0 |  5039k |  60 |  82 |   4 |   0 | 394 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.68/1.76	c   1.8s|  2700 |   415 |  5040 |   1.0 |  5039k |  61 |  82 |   4 |   6 | 395 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.78/1.80	c   1.8s|  2800 |   413 |  5110 |   1.0 |  5039k |  61 |  82 |   4 |   0 | 404 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.78/1.82	c   1.8s|  2900 |   425 |  5179 |   1.0 |  5042k |  66 |  82 |   4 |   6 | 410 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.78/1.85	c   1.9s|  3000 |   427 |  5230 |   1.0 |  5042k |  67 |  82 |   4 |   0 | 410 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.78/1.88	c   1.9s|  3100 |   437 |  5286 |   0.9 |  5042k |  68 |  82 |   4 |   6 | 410 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.88/1.90	c   1.9s|  3200 |   443 |  5341 |   0.9 |  5042k |  68 |  82 |   4 |   0 | 410 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.88/1.91	c   1.9s|  3300 |   453 |  5415 |   0.9 |  5042k |  68 |  82 |   4 |   6 | 421 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.88/1.94	c   1.9s|  3400 |   463 |  5518 |   0.9 |  5057k |  68 |  82 |   4 |   6 | 442 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.88/1.96	c   2.0s|  3500 |   471 |  5596 |   0.9 |  5057k |  68 |  82 |   4 |   7 | 448 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.88/1.98	c   2.0s|  3600 |   509 |  5682 |   0.9 |  5062k |  68 |  82 |   4 |   7 | 448 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.88/2.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.88/2.00	c   2.0s|  3700 |   543 |  5753 |   0.9 |  5062k |  68 |  82 |   4 |   7 | 448 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.99/2.04	c   2.0s|  3800 |   559 |  5816 |   0.9 |  5062k |  68 |  82 |   4 |   6 | 448 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.99/2.07	c   2.1s|  3900 |   559 |  5866 |   0.9 |  5062k |  68 |  82 |   4 |   0 | 448 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
1.99/2.10	c   2.1s|  4000 |   555 |  5914 |   0.9 |  5062k |  68 |  82 |   4 |   0 | 448 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.09/2.12	c   2.1s|  4100 |   553 |  5963 |   0.9 |  5062k |  68 |  82 |   4 |   0 | 448 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.09/2.14	c   2.1s|  4200 |   559 |  6019 |   0.9 |  5062k |  68 |  82 |   4 |   0 | 448 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.09/2.17	c   2.2s|  4300 |   561 |  6077 |   0.9 |  5062k |  68 |  82 |   4 |   0 | 454 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.09/2.19	c   2.2s|  4400 |   577 |  6193 |   0.9 |  5130k |  68 |  82 |   4 |   0 | 490 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.18/2.22	c   2.2s|  4500 |   585 |  6281 |   0.9 |  5137k |  68 |  82 |   4 |   6 | 511 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.18/2.25	c   2.2s|  4600 |   587 |  6351 |   0.9 |  5137k |  68 |  82 |   4 |   0 | 522 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.18/2.28	c   2.3s|  4700 |   593 |  6422 |   0.9 |  5137k |  68 |  82 |   4 |   4 | 531 |  1 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.28/2.30	c   2.3s|  4800 |   597 |  6476 |   0.9 |  5137k |  68 |  82 |   4 |   0 | 531 |  0 |   0 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.28/2.33	c   2.3s|  4900 |   601 |  6537 |   0.9 |  5137k |  68 |  82 |   5 |   0 | 535 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.28/2.35	c   2.4s|  5000 |   605 |  6591 |   0.9 |  5137k |  68 |  82 |   5 |   0 | 535 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.28/2.38	c   2.4s|  5100 |   607 |  6642 |   0.9 |  5137k |  68 |  82 |   5 |   4 | 535 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.38/2.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.38/2.40	c   2.4s|  5200 |   611 |  6734 |   0.9 |  5137k |  68 |  82 |   5 |   4 | 552 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.38/2.43	c   2.4s|  5300 |   619 |  6828 |   0.9 |  5137k |  68 |  82 |   5 |   0 | 572 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.38/2.48	c   2.5s|  5400 |   621 |  6907 |   0.9 |  5204k |  68 |  82 |   5 |   7 | 585 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.48/2.50	c   2.5s|  5500 |   623 |  6972 |   0.9 |  5209k |  68 |  82 |   5 |   0 | 593 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.48/2.53	c   2.5s|  5600 |   621 |  7062 |   0.9 |  5250k |  68 |  82 |   5 |   0 | 613 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.48/2.55	c   2.5s|  5700 |   627 |  7147 |   0.9 |  5250k |  68 |  82 |   5 |   6 | 630 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.48/2.57	c   2.6s|  5800 |   637 |  7227 |   0.9 |  5250k |  68 |  82 |   5 |   0 | 644 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.58/2.62	c   2.6s|  5900 |   643 |  7307 |   0.9 |  5370k |  70 |  82 |   5 |   6 | 657 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.58/2.63	c   2.6s|  6000 |   643 |  7373 |   0.9 |  5370k |  70 |  82 |   5 |   8 | 667 |  3 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.58/2.66	c   2.7s|  6100 |   647 |  7425 |   0.9 |  5370k |  70 |  82 |   5 |   0 | 667 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.14%
2.58/2.68	c   2.7s|  6200 |   647 |  7480 |   0.9 |  5370k |  70 |  82 |   5 |   4 | 670 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.34%
2.68/2.72	c   2.7s|  6300 |   651 |  7587 |   0.9 |  5370k |  70 |  82 |   5 |   0 | 692 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.68/2.75	c   2.7s|  6400 |   659 |  7672 |   0.9 |  5370k |  70 |  82 |   5 |   0 | 709 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.68/2.78	c   2.8s|  6500 |   663 |  7747 |   0.9 |  5370k |  70 |  82 |   5 |   4 | 719 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.68/2.79	c   2.8s|  6600 |   673 |  7820 |   0.9 |  5370k |  70 |  82 |   5 |   7 | 729 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.78/2.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.78/2.81	c   2.8s|  6700 |   675 |  7880 |   0.9 |  5370k |  70 |  82 |   5 |   4 | 733 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.78/2.85	c   2.8s|  6800 |   679 |  7963 |   0.9 |  5370k |  70 |  82 |   5 |   4 | 751 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.78/2.87	c   2.9s|  6900 |   689 |  8054 |   0.9 |  5370k |  70 |  82 |   5 |   6 | 770 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.78/2.89	c   2.9s|  7000 |   703 |  8112 |   0.9 |  5378k |  70 |  82 |   5 |   6 | 770 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.88/2.92	c   2.9s|  7100 |   715 |  8174 |   0.8 |  5379k |  70 |  82 |   5 |   0 | 774 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.88/2.93	c   2.9s|  7200 |   729 |  8231 |   0.8 |  5379k |  70 |  82 |   5 |   0 | 774 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.88/2.95	c   3.0s|  7300 |   761 |  8299 |   0.8 |  5379k |  70 |  82 |   5 |   6 | 774 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.88/2.97	c   3.0s|  7400 |   767 |  8354 |   0.8 |  5379k |  70 |  82 |   5 |   0 | 774 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.88/2.99	c   3.0s|  7500 |   773 |  8407 |   0.8 |  5379k |  70 |  82 |   5 |   0 | 774 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.98/3.01	c   3.0s|  7600 |   779 |  8460 |   0.8 |  5379k |  70 |  82 |   5 |   6 | 774 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.98/3.04	c   3.0s|  7700 |   789 |  8515 |   0.8 |  5379k |  70 |  82 |   5 |   6 | 774 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.98/3.05	c   3.0s|  7800 |   791 |  8566 |   0.8 |  5379k |  70 |  82 |   5 |   0 | 774 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.98/3.08	c   3.1s|  7900 |   793 |  8617 |   0.8 |  5379k |  70 |  82 |   5 |   0 | 774 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
2.98/3.10	c   3.1s|  8000 |   795 |  8668 |   0.8 |  5379k |  70 |  82 |   5 |   4 | 774 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.08/3.13	c   3.1s|  8100 |   799 |  8720 |   0.8 |  5386k |  70 |  82 |   5 |   0 | 774 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.08/3.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.08/3.16	c   3.2s|  8200 |   809 |  8844 |   0.8 |  5386k |  70 |  82 |   5 |   7 | 804 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.08/3.18	c   3.2s|  8300 |   813 |  8899 |   0.8 |  5402k |  70 |  82 |   5 |   6 | 806 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.18/3.21	c   3.2s|  8400 |   815 |  8966 |   0.8 |  5402k |  70 |  82 |   5 |   0 | 813 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.18/3.23	c   3.2s|  8500 |   821 |  9019 |   0.8 |  5660k |  70 |  82 |   5 |   0 | 813 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.18/3.26	c   3.3s|  8600 |   825 |  9081 |   0.8 |  5732k |  70 |  82 |   5 |   0 | 815 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.18/3.28	c   3.3s|  8700 |   829 |  9170 |   0.8 |  5761k |  70 |  82 |   5 |   4 | 831 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.28/3.30	c   3.3s|  8800 |   833 |  9231 |   0.8 |  5761k |  70 |  82 |   5 |   6 | 837 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.28/3.33	c   3.3s|  8900 |   843 |  9295 |   0.8 |  5761k |  70 |  82 |   5 |   0 | 840 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.28/3.35	c   3.4s|  9000 |   849 |  9362 |   0.8 |  5761k |  70 |  82 |   5 |   7 | 846 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.28/3.38	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.40	c   3.4s|  9200 |   855 |  9476 |   0.8 |  5769k |  70 |  82 |   5 |   0 | 851 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.37/3.43	c   3.4s|  9300 |   863 |  9530 |   0.8 |  5800k |  70 |  82 |   5 |   0 | 851 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.37/3.46	c   3.5s|  9400 |   873 |  9617 |   0.8 |  5800k |  70 |  82 |   5 |   7 | 868 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.37/3.48	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.50	c   3.5s|  9600 |   887 |  9742 |   0.8 |  5800k |  70 |  82 |   5 |   6 | 879 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.47/3.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.47/3.53	c   3.5s|  9700 |   889 |  9804 |   0.8 |  6058k |  70 |  82 |   5 |   4 | 884 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.47/3.55	c   3.6s|  9800 |   889 |  9866 |   0.8 |  6058k |  70 |  82 |   5 |   0 | 893 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.47/3.57	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.60	c   3.6s| 10000 |   911 |  9997 |   0.8 |  6058k |  70 |  82 |   5 |   0 | 898 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.57/3.64	c   3.6s| 10100 |   913 | 10048 |   0.8 |  6058k |  70 |  82 |   5 |   6 | 898 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.39%
3.57/3.66	c   3.7s| 10200 |   925 | 10128 |   0.8 |  6066k |  70 |  82 |   5 |   3 | 909 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   2.83%
3.67/3.72	c   3.7s| 10300 |   935 | 10206 |   0.8 |  6073k |  70 |  82 |   5 |   3 | 915 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.01%
3.77/3.84	c   3.8s| 10400 |   945 | 10284 |   0.8 |  6107k |  70 |  82 |   5 |   3 | 917 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.06%
3.77/3.88	c   3.9s| 10500 |   951 | 10339 |   0.8 |  6107k |  70 |  82 |   5 |   0 | 917 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.06%
3.87/3.92	c   3.9s| 10600 |   965 | 10412 |   0.8 |  6107k |  70 |  82 |   5 |   3 | 917 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.06%
3.87/3.95	c   4.0s| 10700 |   979 | 10492 |   0.8 |  6107k |  70 |  82 |   5 |   0 | 921 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.08%
3.87/4.00	c   4.0s| 10800 |   985 | 10559 |   0.8 |  6107k |  70 |  82 |   5 |   3 | 925 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.21%
3.98/4.06	c   4.1s| 10900 |   991 | 10614 |   0.8 |  6110k |  70 |  82 |   5 |   3 | 925 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.21%
3.98/4.08	c   4.1s| 11000 |   995 | 10666 |   0.8 |  6110k |  70 |  82 |   5 |   3 | 925 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.22%
3.98/4.10	c   4.1s| 11100 |   999 | 10720 |   0.8 |  6110k |  70 |  82 |   5 |   3 | 926 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.22%
4.08/4.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.08/4.12	c   4.1s| 11200 |  1005 | 10773 |   0.8 |  6110k |  70 |  82 |   5 |   3 | 926 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.22%
4.08/4.15	c   4.1s| 11300 |  1011 | 10826 |   0.8 |  6110k |  70 |  82 |   5 |   3 | 926 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.22%
4.08/4.18	c   4.2s| 11400 |  1021 | 10926 |   0.8 |  6118k |  70 |  82 |   5 |   3 | 948 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.22%
4.17/4.20	c   4.2s| 11500 |  1023 | 10996 |   0.8 |  6148k |  70 |  82 |   5 |   0 | 965 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.22%
4.17/4.22	c   4.2s| 11600 |  1027 | 11050 |   0.8 |  6158k |  70 |  82 |   5 |   3 | 965 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.25%
4.17/4.25	c   4.2s| 11700 |  1031 | 11102 |   0.8 |  6158k |  70 |  82 |   5 |   3 | 965 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.25%
4.17/4.27	c   4.3s| 11800 |  1043 | 11206 |   0.8 |  6158k |  70 |  82 |   5 |   0 | 981 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.25%
4.17/4.29	c   4.3s| 11900 |  1049 | 11261 |   0.8 |  6158k |  70 |  82 |   5 |   0 | 981 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.26%
4.27/4.33	c   4.3s| 12000 |  1049 | 11311 |   0.8 |  6158k |  70 |  82 |   5 |   0 | 981 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.26%
4.27/4.35	c   4.3s| 12100 |  1053 | 11363 |   0.8 |  6158k |  70 |  82 |   5 |   0 | 981 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.26%
4.27/4.37	c   4.4s| 12200 |  1057 | 11431 |   0.8 |  6158k |  70 |  82 |   5 |   3 | 987 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.27/4.39	c   4.4s| 12300 |  1065 | 11489 |   0.8 |  6158k |  70 |  82 |   5 |   3 | 988 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.37/4.43	c   4.4s| 12400 |  1073 | 11556 |   0.8 |  6158k |  70 |  82 |   5 |   0 | 992 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.37/4.45	c   4.4s| 12500 |  1077 | 11612 |   0.8 |  6158k |  70 |  82 |   5 |   5 | 994 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.37/4.47	c   4.5s| 12600 |  1087 | 11687 |   0.8 |  6158k |  70 |  82 |   5 |   6 |1003 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.47/4.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.47/4.51	c   4.5s| 12700 |  1089 | 11754 |   0.8 |  6158k |  70 |  82 |   5 |   0 |1010 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.47/4.54	c   4.5s| 12800 |  1103 | 11837 |   0.8 |  6158k |  70 |  82 |   5 |   6 |1023 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.47/4.56	c   4.6s| 12900 |  1105 | 11915 |   0.8 |  6158k |  70 |  82 |   5 |   3 |1033 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.47/4.59	c   4.6s| 13000 |  1109 | 11985 |   0.8 |  6158k |  70 |  82 |   5 |   6 |1038 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.57/4.61	c   4.6s| 13100 |  1117 | 12045 |   0.8 |  6158k |  70 |  82 |   5 |   0 |1038 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.57/4.64	c   4.6s| 13200 |  1131 | 12186 |   0.8 |  6163k |  70 |  82 |   5 |   0 |1068 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.57/4.65	c   4.7s| 13300 |  1137 | 12255 |   0.8 |  6163k |  70 |  82 |   5 |   0 |1074 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.57/4.68	c   4.7s| 13400 |  1145 | 12330 |   0.8 |  6163k |  70 |  82 |   5 |   0 |1083 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.67/4.71	c   4.7s| 13500 |  1155 | 12409 |   0.8 |  6163k |  70 |  82 |   5 |   3 |1097 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.67/4.74	c   4.7s| 13600 |  1163 | 12494 |   0.8 |  6163k |  70 |  82 |   5 |   6 |1113 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.67/4.76	c   4.8s| 13700 |  1169 | 12564 |   0.8 |  6163k |  70 |  82 |   5 |   0 |1115 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.67/4.77	c   4.8s| 13800 |  1171 | 12638 |   0.8 |  6203k |  70 |  82 |   5 |   0 |1129 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.77/4.81	c   4.8s| 13900 |  1175 | 12699 |   0.8 |  6204k |  70 |  82 |   5 |   6 |1129 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.27%
4.77/4.83	c   4.8s| 14000 |  1183 | 12763 |   0.8 |  6204k |  70 |  82 |   5 |   6 |1131 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |   3.35%
4.77/4.86	c   4.9s| 14100 |  1195 | 12823 |   0.8 |  6216k |  70 |  82 |   5 |   0 |1133 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  11.74%
4.77/4.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.77/4.88	c   4.9s| 14200 |  1219 | 12918 |   0.8 |  6290k |  70 |  82 |   5 |   3 |1152 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  12.51%
4.87/4.91	c   4.9s| 14300 |  1223 | 12970 |   0.8 |  6308k |  70 |  82 |   5 |   0 |1152 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  12.51%
4.87/4.94	c   4.9s| 14400 |  1229 | 13038 |   0.8 |  6322k |  70 |  82 |   5 |   0 |1157 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  13.32%
4.87/4.96	c   5.0s| 14500 |  1243 | 13100 |   0.8 |  6333k |  70 |  82 |   5 |   3 |1157 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  13.32%
4.87/5.00	c   5.0s| 14600 |  1249 | 13153 |   0.8 |  6333k |  70 |  82 |   5 |   0 |1157 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  13.32%
4.97/5.03	c   5.0s| 14700 |  1261 | 13209 |   0.8 |  6333k |  70 |  82 |   5 |   5 |1157 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  13.32%
4.97/5.05	c   5.0s| 14800 |  1263 | 13272 |   0.8 |  6355k |  70 |  82 |   5 |   0 |1161 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.50%
4.97/5.07	c   5.1s| 14900 |  1273 | 13335 |   0.8 |  6364k |  70 |  82 |   5 |   3 |1168 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.50%
5.07/5.11	c   5.1s| 15000 |  1273 | 13414 |   0.8 |  6410k |  70 |  82 |   5 |   3 |1185 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.50%
5.07/5.14	c   5.1s| 15100 |  1279 | 13501 |   0.8 |  6455k |  70 |  82 |   5 |   0 |1208 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.50%
5.07/5.16	c   5.2s| 15200 |  1297 | 13590 |   0.8 |  6455k |  70 |  82 |   5 |   3 |1219 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.50%
5.07/5.19	c   5.2s| 15300 |  1299 | 13693 |   0.8 |  6455k |  70 |  82 |   5 |   0 |1244 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.76%
5.17/5.21	c   5.2s| 15400 |  1307 | 13756 |   0.8 |  6455k |  70 |  82 |   5 |   7 |1250 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.76%
5.17/5.24	c   5.2s| 15500 |  1315 | 13812 |   0.8 |  6455k |  70 |  82 |   5 |   0 |1250 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.76%
5.17/5.28	c   5.3s| 15600 |  1321 | 13870 |   0.8 |  6455k |  70 |  82 |   5 |   4 |1255 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.76%
5.27/5.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.27/5.30	c   5.3s| 15700 |  1321 | 13923 |   0.8 |  6456k |  70 |  82 |   5 |   0 |1255 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.76%
5.27/5.33	c   5.3s| 15800 |  1323 | 13974 |   0.8 |  6456k |  70 |  82 |   5 |   0 |1255 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.76%
5.27/5.35	c   5.3s| 15900 |  1325 | 14025 |   0.8 |  6456k |  70 |  82 |   5 |   4 |1255 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.76%
5.27/5.39	c   5.4s| 16000 |  1333 | 14163 |   0.8 |  6456k |  70 |  82 |   5 |   6 |1288 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.76%
5.37/5.42	c   5.4s| 16100 |  1335 | 14226 |   0.8 |  6456k |  70 |  82 |   5 |   0 |1293 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.76%
5.37/5.45	c   5.4s| 16200 |  1339 | 14320 |   0.8 |  6456k |  70 |  82 |   5 |   6 |1313 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.79%
5.37/5.48	c   5.5s| 16300 |  1339 | 14370 |   0.8 |  6456k |  70 |  82 |   5 |   0 |1313 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.79%
5.47/5.51	c   5.5s| 16400 |  1341 | 14425 |   0.8 |  6456k |  70 |  82 |   5 |   0 |1315 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.79%
5.47/5.54	c   5.5s| 16500 |  1345 | 14494 |   0.8 |  6456k |  70 |  82 |   5 |   4 |1323 |  1 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.79%
5.47/5.57	c   5.6s| 16600 |  1347 | 14583 |   0.8 |  6456k |  70 |  82 |   5 |   0 |1339 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.79%
5.47/5.60	c   5.6s| 16700 |  1345 | 14640 |   0.8 |  6456k |  70 |  82 |   5 |   0 |1339 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.79%
5.57/5.63	c   5.6s| 16800 |  1361 | 14706 |   0.8 |  6456k |  70 |  82 |   5 |   0 |1344 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.80%
5.57/5.65	c   5.7s| 16900 |  1361 | 14783 |   0.8 |  6456k |  70 |  82 |   5 |   0 |1355 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.81%
5.57/5.68	c   5.7s| 17000 |  1363 | 14834 |   0.8 |  6456k |  70 |  82 |   5 |   0 |1355 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  14.82%
5.67/5.70	c   5.7s| 17100 |  1371 | 14907 |   0.8 |  6456k |  70 |  82 |   5 |   0 |1365 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  17.89%
5.67/5.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.67/5.72	c   5.7s| 17200 |  1371 | 14981 |   0.8 |  6456k |  70 |  82 |   5 |   6 |1376 |  0 |   1 |  18 | 0.000000e+00 |      --      |    Inf |  17.92%
5.67/5.75	c   5.7s| 17300 |  1377 | 15067 |   0.8 |  6456k |  70 |  82 |   6 |   4 |1394 |  1 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  17.93%
5.67/5.79	c   5.8s| 17400 |  1379 | 15149 |   0.8 |  6456k |  70 |  82 |   6 |   4 |1408 |  1 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  17.93%
5.77/5.81	c   5.8s| 17500 |  1383 | 15237 |   0.8 |  6456k |  70 |  82 |   6 |   0 |1424 |  0 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  17.93%
5.77/5.84	c   5.8s| 17600 |  1391 | 15293 |   0.8 |  6456k |  70 |  82 |   6 |   0 |1424 |  0 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  17.93%
5.77/5.86	c   5.9s| 17700 |  1399 | 15348 |   0.8 |  6456k |  70 |  82 |   6 |   0 |1424 |  0 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  17.93%
5.77/5.89	c   5.9s| 17800 |  1405 | 15426 |   0.8 |  6456k |  70 |  82 |   6 |   4 |1438 |  1 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  17.93%
5.87/5.93	c   5.9s| 17900 |  1409 | 15541 |   0.8 |  6582k |  70 |  82 |   6 |   8 |1472 |  3 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  17.93%
5.87/5.95	c   6.0s| 18000 |  1415 | 15615 |   0.8 |  6582k |  70 |  82 |   6 |   0 |1481 |  0 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  17.97%
5.87/6.00	c   6.0s| 18100 |  1423 | 15680 |   0.8 |  6582k |  70 |  82 |   6 |   0 |1482 |  0 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  17.97%
5.97/6.03	c   6.0s| 18200 |  1431 | 15776 |   0.8 |  6582k |  70 |  82 |   6 |   6 |1500 |  1 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  17.97%
5.97/6.06	c   6.1s| 18300 |  1429 | 15849 |   0.8 |  6582k |  70 |  82 |   6 |   0 |1510 |  0 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  17.97%
5.97/6.09	c   6.1s| 18400 |  1441 | 15918 |   0.8 |  6582k |  70 |  82 |   6 |   0 |1517 |  0 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.07/6.11	c   6.1s| 18500 |  1449 | 16018 |   0.8 |  6582k |  70 |  82 |   6 |   7 |1536 |  1 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.07/6.13	c   6.1s| 18600 |  1461 | 16104 |   0.8 |  6582k |  70 |  82 |   6 |   7 |1539 |  1 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.07/6.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.07/6.17	c   6.2s| 18700 |  1479 | 16180 |   0.8 |  6582k |  70 |  82 |   6 |   0 |1539 |  0 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.07/6.19	c   6.2s| 18800 |  1479 | 16238 |   0.8 |  6582k |  70 |  82 |   6 |   0 |1539 |  0 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.16/6.23	c   6.2s| 18900 |  1485 | 16300 |   0.8 |  6582k |  70 |  82 |   6 |   7 |1539 |  1 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.16/6.26	c   6.3s| 19000 |  1489 | 16369 |   0.8 |  6582k |  70 |  82 |   6 |   4 |1544 |  1 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.16/6.29	c   6.3s| 19100 |  1491 | 16453 |   0.8 |  6582k |  70 |  82 |   6 |   4 |1557 |  1 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.26/6.30	c   6.3s| 19200 |  1497 | 16521 |   0.8 |  6582k |  70 |  82 |   6 |   0 |1563 |  0 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.26/6.32	c   6.3s| 19300 |  1501 | 16573 |   0.8 |  6582k |  70 |  82 |   6 |   7 |1563 |  1 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.26/6.34	c   6.3s| 19400 |  1501 | 16623 |   0.8 |  6582k |  70 |  82 |   6 |   7 |1563 |  1 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.26/6.35	c   6.4s| 19500 |  1511 | 16678 |   0.8 |  6582k |  70 |  82 |   6 |   0 |1563 |  0 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.26/6.38	c   6.4s| 19600 |  1517 | 16731 |   0.8 |  6582k |  70 |  82 |   6 |   7 |1563 |  1 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.36/6.40	c   6.4s| 19700 |  1521 | 16784 |   0.8 |  6582k |  70 |  82 |   6 |   6 |1563 |  1 |   2 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.36/6.43	c   6.4s| 19800 |  1521 | 16850 |   0.8 |  6582k |  70 |  82 |   7 |   6 |1569 |  1 |   3 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.36/6.45	c   6.5s| 19900 |  1521 | 16903 |   0.8 |  6582k |  70 |  82 |   7 |   4 |1570 |  1 |   3 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.36/6.47	c   6.5s| 20000 |  1529 | 16960 |   0.8 |  6582k |  70 |  82 |   7 |   6 |1570 |  1 |   3 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.46/6.50	c   6.5s| 20100 |  1535 | 17029 |   0.8 |  6582k |  70 |  82 |   7 |   0 |1576 |  0 |   3 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.46/6.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.46/6.54	c   6.5s| 20200 |  1537 | 17084 |   0.8 |  6582k |  70 |  82 |   7 |   4 |1577 |  1 |   3 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.46/6.57	c   6.6s| 20300 |  1547 | 17188 |   0.8 |  6582k |  70 |  82 |   7 |   7 |1600 |  1 |   3 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.46/6.60	c   6.6s| 20400 |  1551 | 17251 |   0.8 |  6582k |  70 |  82 |   7 |   7 |1605 |  1 |   3 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.56/6.63	c   6.6s| 20500 |  1549 | 17314 |   0.8 |  6582k |  70 |  82 |   7 |   0 |1611 |  0 |   3 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.56/6.65	c   6.6s| 20600 |  1553 | 17382 |   0.8 |  6582k |  70 |  82 |   8 |   0 |1616 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.56/6.66	c   6.7s| 20700 |  1561 | 17454 |   0.8 |  6582k |  70 |  82 |   8 |   7 |1619 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.66/6.71	c   6.7s| 20800 |  1569 | 17519 |   0.8 |  6582k |  70 |  82 |   8 |   4 |1619 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.66/6.74	c   6.7s| 20900 |  1571 | 17583 |   0.8 |  6582k |  70 |  82 |   8 |   3 |1626 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.66/6.77	c   6.8s| 21000 |  1575 | 17643 |   0.7 |  6582k |  70 |  82 |   8 |   6 |1631 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.76/6.80	c   6.8s| 21100 |  1575 | 17694 |   0.7 |  6582k |  70 |  82 |   8 |   6 |1631 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.76/6.82	c   6.8s| 21200 |  1575 | 17744 |   0.7 |  6582k |  70 |  82 |   8 |   0 |1631 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.76/6.85	c   6.9s| 21300 |  1583 | 17798 |   0.7 |  6582k |  70 |  82 |   8 |   6 |1631 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.76/6.89	c   6.9s| 21400 |  1589 | 17851 |   0.7 |  6582k |  70 |  82 |   8 |   0 |1631 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.86/6.93	c   6.9s| 21500 |  1591 | 17904 |   0.7 |  6582k |  70 |  82 |   8 |   4 |1631 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.86/6.95	c   6.9s| 21600 |  1593 | 17980 |   0.7 |  7099k |  70 |  82 |   8 |   0 |1640 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.86/6.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.86/6.99	c   7.0s| 21700 |  1593 | 18032 |   0.7 |  7099k |  70 |  82 |   8 |   4 |1640 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.97/7.00	c   7.0s| 21800 |  1605 | 18088 |   0.7 |  7110k |  70 |  82 |   8 |   4 |1640 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.97/7.04	c   7.0s| 21900 |  1613 | 18178 |   0.7 |  7168k |  70 |  82 |   8 |   0 |1655 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.97/7.07	c   7.1s| 22000 |  1629 | 18288 |   0.7 |  7168k |  70 |  82 |   8 |   0 |1682 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
6.97/7.10	c   7.1s| 22100 |  1633 | 18394 |   0.7 |  7168k |  70 |  82 |   8 |   0 |1698 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.07/7.12	c   7.1s| 22200 |  1637 | 18458 |   0.7 |  7185k |  70 |  82 |   8 |   4 |1705 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.07/7.15	c   7.1s| 22300 |  1641 | 18572 |   0.7 |  7185k |  70 |  82 |   8 |   4 |1740 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.07/7.17	c   7.2s| 22400 |  1643 | 18674 |   0.7 |  7185k |  70 |  82 |   8 |   0 |1760 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.16/7.21	c   7.2s| 22500 |  1663 | 18736 |   0.7 |  7185k |  70 |  82 |   8 |   0 |1760 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.16/7.24	c   7.2s| 22600 |  1673 | 18857 |   0.8 |  7389k |  70 |  82 |   8 |   0 |1793 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.16/7.26	c   7.3s| 22700 |  1681 | 18927 |   0.8 |  7389k |  70 |  82 |   8 |   0 |1797 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.16/7.27	c   7.3s| 22800 |  1685 | 18985 |   0.7 |  7782k |  70 |  82 |   8 |   0 |1801 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.16/7.29	c   7.3s| 22900 |  1689 | 19053 |   0.7 |  7782k |  70 |  82 |   8 |   5 |1807 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.26/7.32	c   7.3s| 23000 |  1695 | 19109 |   0.7 |  7860k |  70 |  82 |   8 |   5 |1807 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.26/7.35	c   7.3s| 23100 |  1697 | 19194 |   0.7 |  7860k |  70 |  82 |   8 |   0 |1816 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.26/7.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.26/7.38	c   7.4s| 23200 |  1709 | 19287 |   0.7 |  7870k |  70 |  82 |   8 |   6 |1827 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.36/7.40	c   7.4s| 23300 |  1749 | 19438 |   0.8 |  7886k |  70 |  82 |   8 |   0 |1863 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.36/7.42	c   7.4s| 23400 |  1753 | 19494 |   0.8 |  7886k |  70 |  82 |   8 |   5 |1863 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.36/7.45	c   7.4s| 23500 |  1753 | 19546 |   0.8 |  7886k |  70 |  82 |   8 |   0 |1863 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.36/7.48	c   7.5s| 23600 |  1757 | 19598 |   0.7 |  7886k |  70 |  82 |   8 |   5 |1863 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.46/7.50	c   7.5s| 23700 |  1759 | 19660 |   0.7 |  7886k |  70 |  82 |   8 |   0 |1869 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.46/7.53	c   7.5s| 23800 |  1767 | 19714 |   0.7 |  7886k |  70 |  82 |   8 |   0 |1869 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.46/7.57	c   7.6s| 23900 |  1775 | 19770 |   0.7 |  7886k |  70 |  82 |   8 |   0 |1869 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.46/7.59	c   7.6s| 24000 |  1781 | 19853 |   0.7 |  7886k |  70 |  82 |   8 |   0 |1883 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.56/7.66	c   7.7s| 24100 |  1787 | 19917 |   0.7 |  7886k |  70 |  82 |   8 |   5 |1887 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.66/7.70	c   7.7s| 24200 |  1787 | 19969 |   0.7 |  7886k |  70 |  82 |   8 |   6 |1887 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.66/7.73	c   7.7s| 24300 |  1791 | 20033 |   0.7 |  7886k |  70 |  82 |   8 |   0 |1893 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.66/7.77	c   7.8s| 24400 |  1793 | 20084 |   0.7 |  7886k |  70 |  82 |   8 |   0 |1893 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.76/7.80	c   7.8s| 24500 |  1797 | 20139 |   0.7 |  7886k |  70 |  82 |   8 |   0 |1893 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.76/7.83	c   7.8s| 24600 |  1797 | 20205 |   0.7 |  7886k |  70 |  82 |   8 |   0 |1897 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.76/7.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.76/7.86	c   7.9s| 24700 |  1799 | 20257 |   0.7 |  7886k |  70 |  82 |   8 |   0 |1897 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.76/7.88	c   7.9s| 24800 |  1829 | 20392 |   0.7 |  7886k |  70 |  82 |   8 |   6 |1931 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.86/7.90	c   7.9s| 24900 |  1833 | 20466 |   0.7 |  7895k |  70 |  82 |   8 |   6 |1934 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.86/7.92	c   7.9s| 25000 |  1833 | 20516 |   0.7 |  7895k |  70 |  82 |   8 |   6 |1934 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.86/7.93	c   7.9s| 25100 |  1837 | 20583 |   0.7 |  7895k |  70 |  82 |   8 |   6 |1942 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.86/7.96	c   8.0s| 25200 |  1837 | 20633 |   0.7 |  7895k |  70 |  82 |   8 |   0 |1942 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.86/7.99	c   8.0s| 25300 |  1841 | 20693 |   0.7 |  7895k |  70 |  82 |   8 |   6 |1946 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.96/8.01	c   8.0s| 25400 |  1843 | 20744 |   0.7 |  7895k |  70 |  82 |   8 |   0 |1946 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.96/8.04	c   8.0s| 25500 |  1849 | 20797 |   0.7 |  7895k |  70 |  82 |   8 |   6 |1946 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.96/8.07	c   8.1s| 25600 |  1857 | 20851 |   0.7 |  7895k |  70 |  82 |   8 |   6 |1946 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
7.96/8.09	c   8.1s| 25700 |  1867 | 20906 |   0.7 |  7895k |  70 |  82 |   8 |   7 |1946 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.06/8.10	c   8.1s| 25800 |  1871 | 20965 |   0.7 |  7895k |  70 |  82 |   8 |   0 |1949 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.06/8.13	c   8.1s| 25900 |  1877 | 21026 |   0.7 |  7895k |  70 |  82 |   8 |   0 |1953 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.06/8.15	c   8.1s| 26000 |  1883 | 21093 |   0.7 |  7895k |  70 |  82 |   8 |   0 |1961 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.06/8.18	c   8.2s| 26100 |  1885 | 21158 |   0.7 |  7895k |  70 |  82 |   8 |   5 |1966 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.15/8.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.15/8.21	c   8.2s| 26200 |  1891 | 21214 |   0.7 |  7895k |  70 |  82 |   8 |   0 |1966 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.15/8.25	c   8.2s| 26300 |  1893 | 21290 |   0.7 |  7895k |  70 |  82 |   8 |   5 |1973 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.15/8.28	c   8.3s| 26400 |  1905 | 21394 |   0.7 |  8134k |  70 |  82 |   8 |   0 |1995 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.25/8.31	c   8.3s| 26500 |  1923 | 21506 |   0.7 |  8230k |  70 |  82 |   8 |   7 |2014 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.25/8.34	c   8.3s| 26600 |  1929 | 21565 |   0.7 |  8230k |  70 |  82 |   8 |   0 |2014 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.25/8.37	c   8.4s| 26700 |  1943 | 21656 |   0.7 |  8237k |  70 |  82 |   8 |   6 |2027 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.25/8.39	c   8.4s| 26800 |  1951 | 21733 |   0.7 |  8281k |  70 |  82 |   8 |   0 |2033 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.35/8.41	c   8.4s| 26900 |  1959 | 21801 |   0.7 |  8281k |  70 |  82 |   8 |   0 |2038 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.35/8.44	c   8.4s| 27000 |  1959 | 21851 |   0.7 |  8281k |  70 |  82 |   8 |   0 |2038 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.35/8.47	c   8.5s| 27100 |  1965 | 21906 |   0.7 |  8281k |  70 |  82 |   8 |   0 |2038 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.45/8.50	c   8.5s| 27200 |  1969 | 21988 |   0.7 |  8297k |  70 |  82 |   8 |   8 |2050 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.45/8.53	c   8.5s| 27300 |  1971 | 22059 |   0.7 |  8297k |  70 |  82 |   8 |   0 |2059 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.45/8.56	c   8.6s| 27400 |  1975 | 22111 |   0.7 |  8297k |  70 |  82 |   8 |   6 |2059 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.45/8.58	c   8.6s| 27500 |  1977 | 22162 |   0.7 |  8297k |  70 |  82 |   8 |   6 |2059 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.55/8.62	c   8.6s| 27600 |  1983 | 22215 |   0.7 |  8297k |  70 |  82 |   8 |   0 |2059 |  0 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.55/8.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.55/8.65	c   8.6s| 27700 |  1989 | 22268 |   0.7 |  8297k |  70 |  82 |   8 |   5 |2059 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.55/8.69	c   8.7s| 27800 |  1987 | 22331 |   0.7 |  8297k |  70 |  82 |   8 |   7 |2064 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.65/8.72	c   8.7s| 27900 |  1995 | 22401 |   0.7 |  8297k |  70 |  82 |   8 |   6 |2069 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.65/8.75	c   8.8s| 28000 |  2005 | 22468 |   0.7 |  8297k |  70 |  82 |   8 |   4 |2069 |  1 |   4 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.65/8.79	c   8.8s| 28100 |  2005 | 22542 |   0.7 |  8297k |  70 |  82 |   8 |   6 |2080 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.75/8.82	c   8.8s| 28200 |  2013 | 22598 |   0.7 |  8297k |  70 |  82 |   8 |   6 |2080 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.75/8.83	c   8.8s| 28300 |  2027 | 22666 |   0.7 |  8297k |  70 |  82 |   8 |   7 |2084 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.75/8.84	c   8.8s| 28400 |  2031 | 22718 |   0.7 |  8297k |  70 |  82 |   8 |   0 |2084 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.75/8.86	c   8.9s| 28500 |  2035 | 22776 |   0.7 |  8297k |  70 |  82 |   8 |   4 |2089 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.75/8.89	c   8.9s| 28600 |  2041 | 22883 |   0.7 |  8297k |  70 |  82 |   8 |   6 |2109 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.85/8.92	c   8.9s| 28700 |  2049 | 22988 |   0.7 |  8314k |  70 |  82 |   8 |   3 |2133 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.85/8.94	c   8.9s| 28800 |  2053 | 23046 |   0.7 |  8351k |  70 |  82 |   8 |   0 |2137 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.85/8.99	c   9.0s| 28900 |  2055 | 23152 |   0.7 |  8351k |  70 |  82 |   8 |   0 |2164 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.96/9.01	c   9.0s| 29000 |  2049 | 23225 |   0.7 |  8351k |  70 |  82 |   8 |   7 |2178 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.96/9.04	c   9.0s| 29100 |  2057 | 23307 |   0.7 |  8351k |  70 |  82 |   8 |   8 |2197 |  2 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
8.96/9.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.96/9.08	c   9.1s| 29200 |  2067 | 23394 |   0.7 |  8439k |  70 |  82 |   8 |   7 |2212 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
9.06/9.12	c   9.1s| 29300 |  2077 | 23471 |   0.7 |  8439k |  70 |  82 |   8 |   0 |2220 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
9.06/9.14	c   9.1s| 29400 |  2089 | 23535 |   0.7 |  8439k |  70 |  82 |   8 |   5 |2220 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
9.06/9.19	c   9.2s| 29500 |  2091 | 23586 |   0.7 |  8439k |  70 |  82 |   8 |   0 |2220 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
9.15/9.22	c   9.2s| 29600 |  2091 | 23637 |   0.7 |  8439k |  70 |  82 |   8 |   6 |2220 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
9.15/9.25	c   9.2s| 29700 |  2099 | 23692 |   0.7 |  8439k |  70 |  82 |   8 |   6 |2220 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
9.15/9.28	c   9.3s| 29800 |  2095 | 23743 |   0.7 |  8439k |  70 |  82 |   8 |   0 |2224 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  18.70%
9.25/9.30	c   9.3s| 29900 |  2097 | 23804 |   0.7 |  8439k |  70 |  82 |   8 |   2 |2226 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.02%
9.25/9.32	c   9.3s| 30000 |  2101 | 23879 |   0.7 |  8439k |  70 |  82 |   8 |   0 |2237 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.06%
9.25/9.35	c   9.3s| 30100 |  2109 | 23964 |   0.7 |  8439k |  70 |  82 |   8 |   5 |2247 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.06%
9.25/9.36	c   9.4s| 30200 |  2119 | 24029 |   0.7 |  8439k |  70 |  82 |   8 |   6 |2249 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.06%
9.25/9.38	c   9.4s| 30300 |  2127 | 24109 |   0.7 |  8448k |  70 |  82 |   8 |   3 |2254 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.07%
9.35/9.40	c   9.4s| 30400 |  2131 | 24166 |   0.7 |  8448k |  70 |  82 |   8 |   7 |2254 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.35/9.42	c   9.4s| 30500 |  2133 | 24219 |   0.7 |  8462k |  70 |  82 |   8 |   0 |2254 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.35/9.45	c   9.4s| 30600 |  2135 | 24271 |   0.7 |  8462k |  70 |  82 |   8 |   6 |2254 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.35/9.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
9.35/9.46	c   9.5s| 30700 |  2143 | 24338 |   0.7 |  8462k |  70 |  82 |   8 |   0 |2262 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.35/9.48	c   9.5s| 30800 |  2153 | 24415 |   0.7 |  8462k |  70 |  82 |   8 |   5 |2270 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.45/9.51	c   9.5s| 30900 |  2155 | 24468 |   0.7 |  8462k |  70 |  82 |   8 |   0 |2270 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.45/9.53	c   9.5s| 31000 |  2155 | 24538 |   0.7 |  8462k |  70 |  82 |   8 |   0 |2279 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.45/9.56	c   9.6s| 31100 |  2157 | 24595 |   0.7 |  8462k |  70 |  82 |   8 |   0 |2279 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.45/9.59	c   9.6s| 31200 |  2159 | 24650 |   0.7 |  8462k |  70 |  82 |   8 |   7 |2279 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.55/9.62	c   9.6s| 31300 |  2161 | 24703 |   0.7 |  8462k |  70 |  82 |   8 |   7 |2279 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.55/9.64	c   9.6s| 31400 |  2165 | 24755 |   0.7 |  8462k |  70 |  82 |   8 |   7 |2279 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.55/9.66	c   9.7s| 31500 |  2169 | 24807 |   0.7 |  8462k |  70 |  82 |   8 |   3 |2279 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.55/9.68	c   9.7s| 31600 |  2175 | 24866 |   0.7 |  8462k |  70 |  82 |   8 |   0 |2283 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.65/9.71	c   9.7s| 31700 |  2185 | 24927 |   0.7 |  8462k |  70 |  82 |   8 |   7 |2283 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.65/9.75	c   9.7s| 31800 |  2189 | 25002 |   0.7 |  8462k |  70 |  82 |   8 |   4 |2291 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.65/9.78	c   9.8s| 31900 |  2191 | 25056 |   0.7 |  8462k |  70 |  82 |   8 |   6 |2291 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.75/9.80	c   9.8s| 32000 |  2193 | 25107 |   0.7 |  8468k |  70 |  82 |   8 |   6 |2291 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.75/9.83	c   9.8s| 32100 |  2193 | 25157 |   0.7 |  8468k |  70 |  82 |   8 |   6 |2291 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.75/9.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
9.75/9.85	c   9.8s| 32200 |  2201 | 25218 |   0.7 |  8468k |  70 |  82 |   8 |   0 |2292 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.75/9.88	c   9.9s| 32300 |  2205 | 25302 |   0.7 |  8468k |  70 |  82 |   8 |   5 |2303 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.86/9.90	c   9.9s| 32400 |  2209 | 25376 |   0.7 |  8468k |  70 |  82 |   8 |   0 |2312 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.86/9.92	c   9.9s| 32500 |  2217 | 25440 |   0.7 |  8468k |  70 |  82 |   8 |   0 |2318 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.86/9.94	c   9.9s| 32600 |  2231 | 25497 |   0.7 |  8468k |  70 |  82 |   8 |   6 |2318 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.86/9.98	c  10.0s| 32700 |  2231 | 25547 |   0.7 |  8468k |  70 |  82 |   8 |   6 |2318 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.96/10.01	c  10.0s| 32800 |  2231 | 25597 |   0.7 |  8468k |  70 |  82 |   8 |   3 |2318 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.96/10.03	c  10.0s| 32900 |  2239 | 25686 |   0.7 |  8468k |  70 |  82 |   8 |   8 |2333 |  2 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
9.96/10.06	c  10.1s| 33000 |  2243 | 25772 |   0.7 |  8468k |  70 |  82 |   8 |   0 |2345 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
10.06/10.11	c  10.1s| 33100 |  2247 | 25855 |   0.7 |  8468k |  70 |  82 |   8 |   6 |2349 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
10.06/10.13	c  10.1s| 33200 |  2253 | 25929 |   0.7 |  8468k |  70 |  82 |   8 |   0 |2362 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
10.06/10.15	c  10.2s| 33300 |  2259 | 25995 |   0.7 |  8468k |  70 |  82 |   8 |   5 |2368 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.09%
10.06/10.18	c  10.2s| 33400 |  2257 | 26052 |   0.7 |  8468k |  70 |  82 |   8 |   0 |2368 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.06/10.19	c  10.2s| 33500 |  2265 | 26112 |   0.7 |  8468k |  70 |  82 |   8 |   6 |2370 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.16/10.21	c  10.2s| 33600 |  2275 | 26168 |   0.7 |  8468k |  70 |  82 |   8 |   0 |2370 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.16/10.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
10.16/10.23	c  10.2s| 33700 |  2295 | 26239 |   0.7 |  8478k |  70 |  82 |   8 |   0 |2370 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.16/10.26	c  10.3s| 33800 |  2337 | 26330 |   0.7 |  8478k |  70 |  82 |   8 |   6 |2370 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.26/10.30	c  10.3s| 33900 |  2337 | 26381 |   0.7 |  8478k |  70 |  82 |   8 |   6 |2370 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.26/10.32	c  10.3s| 34000 |  2333 | 26429 |   0.7 |  8478k |  70 |  82 |   8 |   6 |2370 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.26/10.34	c  10.3s| 34100 |  2331 | 26478 |   0.7 |  8478k |  70 |  82 |   8 |   6 |2370 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.26/10.37	c  10.4s| 34200 |  2329 | 26527 |   0.7 |  8478k |  70 |  82 |   8 |   0 |2370 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.36/10.40	c  10.4s| 34300 |  2333 | 26579 |   0.7 |  8478k |  70 |  82 |   8 |   6 |2370 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.36/10.42	c  10.4s| 34400 |  2333 | 26629 |   0.7 |  8478k |  70 |  82 |   8 |   6 |2370 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.36/10.45	c  10.4s| 34500 |  2335 | 26682 |   0.7 |  8478k |  70 |  82 |   8 |   0 |2370 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.36/10.47	c  10.5s| 34600 |  2349 | 26749 |   0.7 |  8478k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.36/10.48	c  10.5s| 34700 |  2357 | 26807 |   0.7 |  8478k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.46/10.52	c  10.5s| 34800 |  2365 | 26861 |   0.7 |  8478k |  70 |  82 |   8 |   0 |2372 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.46/10.53	c  10.5s| 34900 |  2375 | 26916 |   0.7 |  8478k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.46/10.56	c  10.6s| 35000 |  2385 | 26971 |   0.7 |  8478k |  70 |  82 |   8 |   0 |2372 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.46/10.59	c  10.6s| 35100 |  2389 | 27023 |   0.7 |  8492k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.56/10.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
10.56/10.62	c  10.6s| 35200 |  2391 | 27074 |   0.7 |  8492k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.56/10.65	c  10.6s| 35300 |  2397 | 27127 |   0.7 |  8492k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.56/10.67	c  10.7s| 35400 |  2403 | 27180 |   0.7 |  8492k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.56/10.69	c  10.7s| 35500 |  2419 | 27238 |   0.7 |  8492k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.66/10.72	c  10.7s| 35600 |  2429 | 27294 |   0.7 |  8502k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.66/10.75	c  10.7s| 35700 |  2439 | 27350 |   0.7 |  8502k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.66/10.77	c  10.8s| 35800 |  2443 | 27402 |   0.7 |  8518k |  70 |  82 |   8 |   0 |2372 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.66/10.79	c  10.8s| 35900 |  2453 | 27457 |   0.7 |  8518k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.76/10.83	c  10.8s| 36000 |  2469 | 27515 |   0.7 |  8647k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.76/10.87	c  10.9s| 36100 |  2489 | 27575 |   0.7 |  8647k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.85/10.90	c  10.9s| 36200 |  2485 | 27624 |   0.7 |  8647k |  70 |  82 |   8 |   0 |2372 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.85/10.94	c  10.9s| 36300 |  2489 | 27679 |   0.7 |  8647k |  70 |  82 |   8 |   6 |2372 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.85/10.96	c  11.0s| 36400 |  2489 | 27732 |   0.7 |  8647k |  70 |  82 |   8 |   0 |2372 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.85/10.98	c  11.0s| 36500 |  2495 | 27791 |   0.7 |  8647k |  70 |  82 |   8 |   8 |2376 |  2 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.96/11.01	c  11.0s| 36600 |  2503 | 27846 |   0.7 |  8647k |  70 |  82 |   8 |   0 |2376 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.96/11.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
10.96/11.04	c  11.0s| 36700 |  2503 | 27917 |   0.7 |  8647k |  70 |  82 |   8 |   0 |2382 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.96/11.06	c  11.1s| 36800 |  2503 | 27986 |   0.7 |  8647k |  70 |  82 |   8 |   0 |2392 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
10.96/11.09	c  11.1s| 36900 |  2507 | 28038 |   0.7 |  8647k |  70 |  82 |   8 |   0 |2392 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.06/11.13	c  11.1s| 37000 |  2511 | 28090 |   0.7 |  8647k |  70 |  82 |   8 |   4 |2392 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.06/11.17	c  11.2s| 37100 |  2513 | 28141 |   0.7 |  8647k |  70 |  82 |   8 |   4 |2392 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.15/11.20	c  11.2s| 37200 |  2517 | 28205 |   0.7 |  8647k |  70 |  82 |   8 |   4 |2392 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.15/11.23	c  11.2s| 37300 |  2529 | 28261 |   0.7 |  8647k |  70 |  82 |   8 |   0 |2392 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.15/11.27	c  11.3s| 37400 |  2529 | 28311 |   0.7 |  8647k |  70 |  82 |   8 |   0 |2392 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.25/11.31	c  11.3s| 37500 |  2533 | 28374 |   0.7 |  8647k |  70 |  82 |   8 |   6 |2393 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.25/11.33	c  11.3s| 37600 |  2537 | 28426 |   0.7 |  8647k |  70 |  82 |   8 |   0 |2393 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.25/11.35	c  11.3s| 37700 |  2551 | 28519 |   0.7 |  8647k |  70 |  82 |   8 |   0 |2408 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.25/11.37	c  11.4s| 37800 |  2559 | 28602 |   0.7 |  8647k |  70 |  82 |   8 |   0 |2421 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.25/11.38	c  11.4s| 37900 |  2581 | 28696 |   0.7 |  8647k |  70 |  82 |   8 |   0 |2433 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.35/11.41	c  11.4s| 38000 |  2583 | 28774 |   0.7 |  8647k |  70 |  82 |   8 |   0 |2444 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.35/11.43	c  11.4s| 38100 |  2593 | 28871 |   0.7 |  8679k |  70 |  82 |   8 |   0 |2468 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.35/11.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
11.35/11.48	c  11.5s| 38200 |  2593 | 28938 |   0.7 |  8679k |  70 |  82 |   8 |   0 |2474 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.45/11.50	c  11.5s| 38300 |  2603 | 29033 |   0.7 |  8698k |  70 |  82 |   8 |   0 |2489 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.45/11.53	c  11.5s| 38400 |  2607 | 29106 |   0.7 |  8698k |  70 |  82 |   8 |   6 |2498 |  2 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.45/11.56	c  11.6s| 38500 |  2629 | 29189 |   0.7 |  8714k |  70 |  82 |   8 |   6 |2506 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.55/11.60	c  11.6s| 38600 |  2647 | 29252 |   0.7 |  8714k |  70 |  82 |   8 |   6 |2506 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.55/11.63	c  11.6s| 38700 |  2665 | 29319 |   0.7 |  8714k |  70 |  82 |   8 |   6 |2506 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.55/11.64	c  11.6s| 38800 |  2675 | 29386 |   0.7 |  8759k |  70 |  82 |   8 |   6 |2506 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.55/11.67	c  11.7s| 38900 |  2679 | 29441 |   0.7 |  8759k |  70 |  82 |   8 |   0 |2506 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.65/11.71	c  11.7s| 39000 |  2695 | 29508 |   0.7 |  8759k |  70 |  82 |   8 |   6 |2506 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.65/11.73	c  11.7s| 39100 |  2699 | 29566 |   0.7 |  8759k |  70 |  82 |   8 |   6 |2506 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.65/11.74	c  11.7s| 39200 |  2713 | 29630 |   0.7 |  8759k |  70 |  82 |   8 |   6 |2506 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.65/11.78	c  11.8s| 39300 |  2721 | 29690 |   0.7 |  8759k |  71 |  82 |   8 |   6 |2506 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.75/11.80	c  11.8s| 39400 |  2727 | 29747 |   0.7 |  8759k |  71 |  82 |   8 |   0 |2506 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.75/11.83	c  11.8s| 39500 |  2731 | 29802 |   0.7 |  8759k |  71 |  82 |   8 |   6 |2506 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.75/11.86	c  11.9s| 39600 |  2733 | 29853 |   0.7 |  8759k |  71 |  82 |   8 |   0 |2506 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.85/11.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
11.85/11.90	c  11.9s| 39700 |  2741 | 29909 |   0.7 |  8759k |  71 |  82 |   8 |   6 |2506 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.85/11.92	c  11.9s| 39800 |  2745 | 29961 |   0.7 |  8759k |  71 |  82 |   8 |   6 |2506 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.85/11.94	c  11.9s| 39900 |  2751 | 30018 |   0.7 |  8759k |  71 |  82 |   8 |   0 |2508 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.85/11.96	c  12.0s| 40000 |  2767 | 30076 |   0.7 |  8759k |  71 |  82 |   8 |   6 |2508 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.85/11.97	c  12.0s| 40100 |  2773 | 30129 |   0.7 |  8759k |  71 |  82 |   8 |   6 |2508 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.96/12.01	c  12.0s| 40200 |  2775 | 30180 |   0.7 |  8759k |  71 |  82 |   8 |   6 |2508 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.96/12.03	c  12.0s| 40300 |  2781 | 30233 |   0.7 |  8759k |  71 |  82 |   8 |   6 |2508 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.96/12.06	c  12.1s| 40400 |  2805 | 30295 |   0.7 |  8759k |  71 |  82 |   8 |   6 |2508 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
11.96/12.09	c  12.1s| 40500 |  2823 | 30354 |   0.7 |  8759k |  71 |  82 |   8 |   6 |2508 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.06/12.11	c  12.1s| 40600 |  2827 | 30406 |   0.7 |  8759k |  71 |  82 |   8 |   0 |2508 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.06/12.13	c  12.1s| 40700 |  2833 | 30459 |   0.7 |  8759k |  71 |  82 |   8 |   6 |2508 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.06/12.15	c  12.1s| 40800 |  2845 | 30519 |   0.7 |  8768k |  71 |  82 |   8 |   6 |2508 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.06/12.16	c  12.2s| 40900 |  2851 | 30572 |   0.7 |  8768k |  71 |  82 |   8 |   0 |2508 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.15/12.20	c  12.2s| 41000 |  2857 | 30625 |   0.7 |  8768k |  71 |  82 |   8 |   6 |2508 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.15/12.22	c  12.2s| 41100 |  2863 | 30678 |   0.7 |  8768k |  71 |  82 |   8 |   6 |2508 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.15/12.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
12.15/12.25	c  12.2s| 41200 |  2867 | 30730 |   0.7 |  8768k |  71 |  82 |   8 |   6 |2508 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.15/12.28	c  12.3s| 41300 |  2867 | 30780 |   0.7 |  8768k |  71 |  82 |   8 |   6 |2508 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.25/12.30	c  12.3s| 41400 |  2869 | 30872 |   0.7 |  8799k |  71 |  82 |   8 |   0 |2529 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.25/12.33	c  12.3s| 41500 |  2869 | 30927 |   0.7 |  8799k |  71 |  82 |   8 |   4 |2529 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.25/12.36	c  12.4s| 41600 |  2873 | 30988 |   0.7 |  8799k |  71 |  82 |   8 |   6 |2531 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.25/12.39	c  12.4s| 41700 |  2875 | 31040 |   0.7 |  8799k |  71 |  82 |   8 |   0 |2531 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.35/12.43	c  12.4s| 41800 |  2881 | 31095 |   0.7 |  8799k |  71 |  82 |   8 |   6 |2531 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.35/12.45	c  12.4s| 41900 |  2889 | 31149 |   0.7 |  8799k |  71 |  82 |   8 |   0 |2531 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.35/12.48	c  12.5s| 42000 |  2893 | 31201 |   0.7 |  8799k |  71 |  82 |   8 |   0 |2531 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.45/12.51	c  12.5s| 42100 |  2895 | 31261 |   0.7 |  8799k |  71 |  82 |   8 |   6 |2532 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.45/12.53	c  12.5s| 42200 |  2909 | 31320 |   0.7 |  8799k |  71 |  82 |   8 |   0 |2532 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.45/12.58	c  12.6s| 42300 |  2915 | 31373 |   0.7 |  8799k |  73 |  82 |   8 |   0 |2532 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.55/12.61	c  12.6s| 42400 |  2915 | 31439 |   0.7 |  8799k |  73 |  82 |   8 |   0 |2540 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.55/12.65	c  12.6s| 42500 |  2917 | 31490 |   0.7 |  8799k |  73 |  82 |   8 |   0 |2540 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.55/12.68	c  12.7s| 42600 |  2919 | 31541 |   0.7 |  8799k |  73 |  82 |   8 |   6 |2540 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.55/12.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
12.55/12.69	c  12.7s| 42700 |  2927 | 31605 |   0.7 |  8799k |  73 |  82 |   8 |   0 |2545 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.65/12.72	c  12.7s| 42800 |  2929 | 31662 |   0.7 |  8799k |  73 |  82 |   8 |   6 |2545 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.65/12.76	c  12.8s| 42900 |  2933 | 31714 |   0.7 |  8799k |  73 |  82 |   8 |   0 |2545 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.65/12.79	c  12.8s| 43000 |  2937 | 31787 |   0.7 |  8799k |  73 |  82 |   8 |   6 |2556 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.75/12.81	c  12.8s| 43100 |  2935 | 31840 |   0.7 |  8799k |  73 |  82 |   8 |   6 |2556 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.75/12.84	c  12.8s| 43200 |  2941 | 31893 |   0.7 |  8799k |  73 |  82 |   8 |   6 |2556 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.75/12.87	c  12.9s| 43300 |  2949 | 31951 |   0.7 |  8799k |  73 |  82 |   8 |   0 |2556 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.75/12.89	c  12.9s| 43400 |  2957 | 32005 |   0.7 |  8799k |  73 |  82 |   8 |   0 |2556 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.85/12.92	c  12.9s| 43500 |  2959 | 32072 |   0.7 |  8799k |  73 |  82 |   8 |   6 |2562 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.85/12.94	c  12.9s| 43600 |  2959 | 32134 |   0.7 |  8884k |  73 |  82 |   8 |   6 |2568 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.85/12.97	c  13.0s| 43700 |  2961 | 32189 |   0.7 |  8884k |  73 |  82 |   8 |   0 |2568 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.85/12.98	c  13.0s| 43800 |  2967 | 32243 |   0.7 |  9277k |  73 |  82 |   8 |   5 |2568 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.95/13.02	c  13.0s| 43900 |  2973 | 32304 |   0.7 |  9277k |  73 |  82 |   8 |   0 |2568 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.95/13.05	c  13.0s| 44000 |  2971 | 32358 |   0.7 |  9277k |  73 |  82 |   8 |   5 |2568 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
12.95/13.07	c  13.1s| 44100 |  2983 | 32423 |   0.7 |  9277k |  73 |  82 |   8 |   5 |2568 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.05/13.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
13.05/13.11	c  13.1s| 44200 |  2983 | 32481 |   0.7 |  9277k |  73 |  82 |   8 |   6 |2568 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.05/13.13	c  13.1s| 44300 |  2987 | 32559 |   0.7 |  9277k |  73 |  82 |   8 |   4 |2577 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.05/13.16	c  13.2s| 44400 |  3001 | 32661 |   0.7 |  9277k |  73 |  82 |   8 |   6 |2596 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.05/13.19	c  13.2s| 44500 |  3009 | 32717 |   0.7 |  9277k |  73 |  82 |   8 |   0 |2596 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.15/13.22	c  13.2s| 44600 |  3009 | 32767 |   0.7 |  9277k |  73 |  82 |   8 |   0 |2596 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.15/13.24	c  13.2s| 44700 |  3011 | 32836 |   0.7 |  9277k |  73 |  82 |   8 |   6 |2609 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.15/13.27	c  13.3s| 44800 |  3017 | 32907 |   0.7 |  9330k |  73 |  82 |   8 |   0 |2618 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.15/13.30	c  13.3s| 44900 |  3029 | 32981 |   0.7 |  9330k |  73 |  82 |   8 |   6 |2631 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.25/13.33	c  13.3s| 45000 |  3033 | 33056 |   0.7 |  9330k |  73 |  82 |   8 |   6 |2636 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.25/13.35	c  13.4s| 45100 |  3035 | 33121 |   0.7 |  9453k |  73 |  82 |   8 |   6 |2643 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.25/13.39	c  13.4s| 45200 |  3037 | 33177 |   0.7 |  9453k |  73 |  82 |   8 |   6 |2643 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.10%
13.35/13.40	c  13.4s| 45300 |  3033 | 33230 |   0.7 |  9453k |  73 |  82 |   8 |   3 |2643 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.35/13.43	c  13.4s| 45400 |  3033 | 33284 |   0.7 |  9453k |  73 |  82 |   8 |   3 |2643 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.35/13.46	c  13.5s| 45500 |  3037 | 33342 |   0.7 |  9453k |  73 |  82 |   8 |   0 |2643 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.35/13.48	c  13.5s| 45600 |  3039 | 33413 |   0.7 |  9453k |  73 |  82 |   8 |   0 |2643 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.44/13.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
13.44/13.50	c  13.5s| 45700 |  3053 | 33476 |   0.7 |  9453k |  73 |  82 |   8 |   4 |2643 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.44/13.53	c  13.5s| 45800 |  3057 | 33575 |   0.7 |  9486k |  73 |  82 |   8 |   3 |2666 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.44/13.55	c  13.6s| 45900 |  3077 | 33653 |   0.7 |  9486k |  73 |  82 |   8 |   6 |2672 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.44/13.56	c  13.6s| 46000 |  3081 | 33714 |   0.7 |  9486k |  73 |  82 |   8 |   5 |2672 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.44/13.59	c  13.6s| 46100 |  3079 | 33763 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2672 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.54/13.62	c  13.6s| 46200 |  3087 | 33843 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2682 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.54/13.65	c  13.6s| 46300 |  3099 | 33927 |   0.7 |  9486k |  73 |  82 |   8 |   6 |2686 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.54/13.68	c  13.7s| 46400 |  3113 | 33990 |   0.7 |  9486k |  73 |  82 |   8 |   6 |2686 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.64/13.72	c  13.7s| 46500 |  3123 | 34051 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2686 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.64/13.74	c  13.7s| 46600 |  3129 | 34106 |   0.7 |  9486k |  73 |  82 |   8 |   6 |2686 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.64/13.77	c  13.8s| 46700 |  3139 | 34167 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2686 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.74/13.81	c  13.8s| 46800 |  3149 | 34224 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2686 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.74/13.84	c  13.8s| 46900 |  3155 | 34279 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2686 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.74/13.86	c  13.9s| 47000 |  3161 | 34334 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2686 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.74/13.89	c  13.9s| 47100 |  3167 | 34389 |   0.7 |  9486k |  73 |  82 |   8 |   6 |2686 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.84/13.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
13.84/13.90	c  13.9s| 47200 |  3171 | 34445 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2686 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.84/13.92	c  13.9s| 47300 |  3179 | 34501 |   0.7 |  9486k |  73 |  82 |   8 |   6 |2686 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.84/13.93	c  13.9s| 47400 |  3185 | 34558 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2686 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.84/13.96	c  14.0s| 47500 |  3195 | 34617 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2686 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.84/13.98	c  14.0s| 47600 |  3203 | 34672 |   0.7 |  9486k |  73 |  82 |   8 |   4 |2686 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.95/14.03	c  14.0s| 47700 |  3203 | 34761 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2706 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.95/14.06	c  14.1s| 47800 |  3215 | 34844 |   0.7 |  9486k |  73 |  82 |   8 |   6 |2716 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
13.95/14.08	c  14.1s| 47900 |  3221 | 34914 |   0.7 |  9486k |  73 |  82 |   8 |   6 |2717 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
14.05/14.11	c  14.1s| 48000 |  3227 | 34975 |   0.7 |  9486k |  73 |  82 |   8 |   4 |2722 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.12%
14.05/14.13	c  14.1s| 48100 |  3231 | 35040 |   0.7 |  9486k |  73 |  82 |   8 |   7 |2728 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.05/14.17	c  14.2s| 48200 |  3241 | 35099 |   0.7 |  9486k |  73 |  82 |   8 |   4 |2728 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.14/14.20	c  14.2s| 48300 |  3247 | 35167 |   0.7 |  9486k |  73 |  82 |   8 |   7 |2738 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.14/14.23	c  14.2s| 48400 |  3249 | 35219 |   0.7 |  9486k |  73 |  82 |   8 |   6 |2738 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.14/14.27	c  14.3s| 48500 |  3255 | 35306 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2753 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.24/14.30	c  14.3s| 48600 |  3257 | 35370 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2758 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.24/14.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
14.24/14.32	c  14.3s| 48700 |  3269 | 35427 |   0.7 |  9486k |  73 |  82 |   8 |   0 |2758 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.24/14.34	c  14.3s| 48800 |  3279 | 35498 |   0.7 |    10M |  73 |  82 |   8 |   0 |2766 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.24/14.37	c  14.4s| 48900 |  3281 | 35549 |   0.7 |    10M |  73 |  82 |   8 |   0 |2766 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.34/14.40	c  14.4s| 49000 |  3293 | 35609 |   0.7 |    10M |  73 |  82 |   8 |   0 |2766 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.34/14.44	c  14.4s| 49100 |  3301 | 35667 |   0.7 |    10M |  73 |  82 |   8 |   3 |2766 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.34/14.48	c  14.5s| 49200 |  3313 | 35735 |   0.7 |    10M |  73 |  82 |   8 |   6 |2770 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.44/14.50	c  14.5s| 49300 |  3323 | 35792 |   0.7 |    10M |  73 |  82 |   8 |   0 |2770 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.44/14.53	c  14.5s| 49400 |  3335 | 35848 |   0.7 |    10M |  73 |  82 |   8 |   6 |2770 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.44/14.57	c  14.6s| 49500 |  3349 | 35905 |   0.7 |    10M |  73 |  82 |   8 |   7 |2770 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.44/14.59	c  14.6s| 49600 |  3351 | 35973 |   0.7 |    10M |  73 |  82 |   8 |   0 |2781 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.54/14.62	c  14.6s| 49700 |  3355 | 36025 |   0.7 |    10M |  73 |  82 |   8 |   6 |2781 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.54/14.65	c  14.6s| 49800 |  3359 | 36086 |   0.7 |    10M |  73 |  82 |   8 |   4 |2786 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.54/14.67	c  14.7s| 49900 |  3369 | 36153 |   0.7 |    10M |  73 |  82 |   8 |   6 |2795 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.64/14.70	c  14.7s| 50000 |  3379 | 36252 |   0.7 |    10M |  73 |  82 |   8 |   0 |2825 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.64/14.72	c  14.7s| 50100 |  3387 | 36347 |   0.7 |    10M |  73 |  82 |   8 |   6 |2842 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.64/14.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
14.64/14.74	c  14.7s| 50200 |  3389 | 36410 |   0.7 |    10M |  73 |  82 |   8 |   4 |2842 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.64/14.76	c  14.8s| 50300 |  3395 | 36474 |   0.7 |    10M |  73 |  82 |   8 |   0 |2846 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.64/14.79	c  14.8s| 50400 |  3393 | 36535 |   0.7 |    10M |  73 |  82 |   8 |   0 |2846 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.74/14.81	c  14.8s| 50500 |  3397 | 36617 |   0.7 |    10M |  73 |  82 |   8 |   4 |2866 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.74/14.84	c  14.8s| 50600 |  3401 | 36676 |   0.7 |    10M |  73 |  82 |   8 |   0 |2871 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.74/14.86	c  14.9s| 50700 |  3405 | 36728 |   0.7 |    10M |  73 |  82 |   8 |   7 |2871 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.74/14.88	c  14.9s| 50800 |  3415 | 36783 |   0.7 |    10M |  73 |  82 |   8 |   7 |2871 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.74/14.89	c  14.9s| 50900 |  3423 | 36838 |   0.7 |    10M |  73 |  82 |   8 |   4 |2871 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.84/14.93	c  14.9s| 51000 |  3427 | 36891 |   0.7 |    10M |  73 |  82 |   8 |   6 |2871 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.84/14.96	c  15.0s| 51100 |  3429 | 36946 |   0.7 |    10M |  73 |  82 |   8 |   3 |2873 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.84/14.99	c  15.0s| 51200 |  3433 | 37017 |   0.7 |    10M |  73 |  82 |   8 |   0 |2881 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.94/15.01	c  15.0s| 51300 |  3441 | 37109 |   0.7 |    10M |  73 |  82 |   8 |   7 |2893 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.94/15.04	c  15.0s| 51400 |  3449 | 37180 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
14.94/15.07	c  15.1s| 51500 |  3453 | 37235 |   0.7 |    10M |  73 |  82 |   8 |   5 |2900 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.13%
15.04/15.10	c  15.1s| 51600 |  3457 | 37299 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.14%
15.04/15.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.04/15.14	c  15.1s| 51700 |  3457 | 37349 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.14%
15.04/15.16	c  15.2s| 51800 |  3463 | 37402 |   0.7 |    10M |  73 |  82 |   8 |   3 |2900 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.04/15.17	c  15.2s| 51900 |  3469 | 37461 |   0.7 |    10M |  73 |  82 |   8 |   3 |2900 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.14/15.22	c  15.2s| 52000 |  3477 | 37525 |   0.7 |    10M |  73 |  82 |   8 |   3 |2900 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.14/15.23	c  15.2s| 52100 |  3479 | 37577 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.14/15.26	c  15.3s| 52200 |  3479 | 37628 |   0.7 |    10M |  73 |  82 |   8 |   3 |2900 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.14/15.28	c  15.3s| 52300 |  3481 | 37680 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.24/15.30	c  15.3s| 52400 |  3489 | 37753 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.24/15.31	c  15.3s| 52500 |  3493 | 37805 |   0.7 |    10M |  73 |  82 |   8 |   3 |2900 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.24/15.35	c  15.4s| 52600 |  3493 | 37855 |   0.7 |    10M |  73 |  82 |   8 |   3 |2900 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.24/15.38	c  15.4s| 52700 |  3499 | 37910 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.34/15.41	c  15.4s| 52800 |  3503 | 37966 |   0.7 |    10M |  73 |  82 |   8 |   3 |2900 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.34/15.44	c  15.4s| 52900 |  3511 | 38023 |   0.7 |    10M |  73 |  82 |   8 |   3 |2900 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.34/15.46	c  15.5s| 53000 |  3517 | 38079 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.34/15.48	c  15.5s| 53100 |  3525 | 38146 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.44/15.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.44/15.50	c  15.5s| 53200 |  3535 | 38210 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.44/15.52	c  15.5s| 53300 |  3545 | 38272 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.44/15.56	c  15.6s| 53400 |  3561 | 38341 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.44/15.59	c  15.6s| 53500 |  3563 | 38394 |   0.7 |    10M |  73 |  82 |   8 |   3 |2900 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.54/15.63	c  15.6s| 53600 |  3575 | 38457 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.54/15.66	c  15.7s| 53700 |  3579 | 38534 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.64/15.72	c  15.7s| 53800 |  3583 | 38603 |   0.7 |    10M |  73 |  82 |   8 |   6 |2900 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.64/15.75	c  15.7s| 53900 |  3589 | 38660 |   0.7 |    10M |  73 |  82 |   8 |   0 |2900 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.64/15.79	c  15.8s| 54000 |  3591 | 38712 |   0.7 |    10M |  73 |  82 |   8 |   7 |2900 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.74/15.81	c  15.8s| 54100 |  3595 | 38777 |   0.7 |    10M |  73 |  82 |   8 |   4 |2905 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.74/15.84	c  15.8s| 54200 |  3599 | 38858 |   0.7 |    10M |  73 |  82 |   8 |   0 |2920 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.74/15.87	c  15.9s| 54300 |  3607 | 38964 |   0.7 |    10M |  73 |  82 |   8 |   0 |2938 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.74/15.89	c  15.9s| 54400 |  3619 | 39035 |   0.7 |    10M |  73 |  82 |   8 |   6 |2945 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.84/15.92	c  15.9s| 54500 |  3625 | 39113 |   0.7 |    10M |  73 |  82 |   8 |   0 |2956 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.84/15.94	c  15.9s| 54600 |  3629 | 39176 |   0.7 |    10M |  73 |  82 |   8 |   0 |2962 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.84/15.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.84/15.99	c  16.0s| 54700 |  3631 | 39243 |   0.7 |    10M |  73 |  82 |   8 |   0 |2969 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.94/16.03	c  16.0s| 54800 |  3633 | 39310 |   0.7 |    10M |  73 |  82 |   8 |   7 |2978 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.94/16.06	c  16.1s| 54900 |  3643 | 39369 |   0.7 |    10M |  73 |  82 |   8 |   7 |2978 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
15.94/16.09	c  16.1s| 55000 |  3641 | 39432 |   0.7 |    10M |  73 |  82 |   8 |   4 |2981 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.04/16.11	c  16.1s| 55100 |  3645 | 39493 |   0.7 |    10M |  73 |  82 |   8 |   0 |2986 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.04/16.14	c  16.1s| 55200 |  3651 | 39568 |   0.7 |    10M |  73 |  82 |   8 |   0 |2997 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.04/16.17	c  16.2s| 55300 |  3659 | 39622 |   0.7 |    10M |  73 |  82 |   8 |   0 |2997 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.04/16.19	c  16.2s| 55400 |  3669 | 39677 |   0.7 |    10M |  73 |  82 |   8 |   5 |2997 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.13/16.22	c  16.2s| 55500 |  3679 | 39751 |   0.7 |    10M |  73 |  82 |   8 |   8 |3003 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.13/16.25	c  16.2s| 55600 |  3679 | 39808 |   0.7 |    10M |  73 |  82 |   8 |   0 |3007 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.13/16.27	c  16.3s| 55700 |  3681 | 39863 |   0.7 |    10M |  73 |  82 |   8 |   7 |3007 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.23/16.30	c  16.3s| 55800 |  3689 | 39936 |   0.7 |    10M |  73 |  82 |   8 |   5 |3016 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.23/16.33	c  16.3s| 55900 |  3693 | 40002 |   0.7 |    10M |  73 |  82 |   8 |   5 |3020 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.23/16.35	c  16.4s| 56000 |  3695 | 40054 |   0.7 |    10M |  73 |  82 |   8 |   7 |3020 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.23/16.37	c  16.4s| 56100 |  3699 | 40108 |   0.7 |    10M |  73 |  82 |   8 |   0 |3020 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.23/16.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
16.23/16.39	c  16.4s| 56200 |  3711 | 40219 |   0.7 |    10M |  73 |  82 |   8 |   8 |3047 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.33/16.43	c  16.4s| 56300 |  3709 | 40284 |   0.7 |    10M |  73 |  82 |   8 |   0 |3050 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.33/16.46	c  16.5s| 56400 |  3715 | 40340 |   0.7 |    10M |  73 |  82 |   8 |   0 |3050 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.33/16.48	c  16.5s| 56500 |  3717 | 40391 |   0.7 |    10M |  73 |  82 |   8 |   6 |3050 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.33/16.49	c  16.5s| 56600 |  3721 | 40443 |   0.7 |    10M |  73 |  82 |   8 |   0 |3050 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.43/16.52	c  16.5s| 56700 |  3731 | 40501 |   0.7 |    10M |  73 |  82 |   8 |   6 |3050 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.43/16.54	c  16.5s| 56800 |  3733 | 40555 |   0.7 |    10M |  73 |  82 |   8 |   6 |3050 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.43/16.57	c  16.6s| 56900 |  3735 | 40606 |   0.7 |    10M |  73 |  82 |   8 |   0 |3050 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.53/16.60	c  16.6s| 57000 |  3743 | 40667 |   0.7 |    10M |  73 |  82 |   8 |   5 |3052 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.53/16.61	c  16.6s| 57100 |  3749 | 40722 |   0.7 |    10M |  73 |  82 |   8 |   5 |3052 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.53/16.65	c  16.6s| 57200 |  3755 | 40775 |   0.7 |    10M |  73 |  82 |   8 |   0 |3052 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.53/16.68	c  16.7s| 57300 |  3749 | 40827 |   0.7 |    10M |  73 |  82 |   8 |   7 |3053 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.63/16.72	c  16.7s| 57400 |  3753 | 40902 |   0.7 |    10M |  73 |  82 |   8 |   0 |3060 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.15%
16.63/16.74	c  16.7s| 57500 |  3755 | 40953 |   0.7 |    10M |  73 |  82 |   8 |   3 |3060 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
16.63/16.76	c  16.8s| 57600 |  3767 | 41009 |   0.7 |    10M |  73 |  82 |   8 |   3 |3060 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
16.63/16.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
16.63/16.79	c  16.8s| 57700 |  3781 | 41074 |   0.7 |    10M |  73 |  82 |   8 |   3 |3061 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
16.73/16.80	c  16.8s| 57800 |  3791 | 41132 |   0.7 |    10M |  73 |  82 |   8 |   0 |3061 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
16.73/16.82	c  16.8s| 57900 |  3803 | 41196 |   0.7 |    10M |  73 |  82 |   8 |   3 |3062 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
16.73/16.85	c  16.8s| 58000 |  3819 | 41264 |   0.7 |    10M |  73 |  82 |   8 |   3 |3065 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
16.73/16.89	c  16.9s| 58100 |  3837 | 41343 |   0.7 |    10M |  73 |  82 |   8 |   3 |3074 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
16.83/16.92	c  16.9s| 58200 |  3837 | 41396 |   0.7 |    10M |  73 |  82 |   8 |   3 |3075 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
16.83/16.95	c  17.0s| 58300 |  3841 | 41454 |   0.7 |    10M |  73 |  82 |   8 |   0 |3079 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
16.83/16.98	c  17.0s| 58400 |  3847 | 41512 |   0.7 |    10M |  73 |  82 |   8 |   0 |3083 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
16.94/17.00	c  17.0s| 58500 |  3853 | 41579 |   0.7 |    10M |  73 |  82 |   8 |   3 |3088 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
16.94/17.03	c  17.0s| 58600 |  3855 | 41640 |   0.7 |    10M |  73 |  82 |   8 |   0 |3093 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
16.94/17.07	c  17.1s| 58700 |  3857 | 41704 |   0.7 |    10M |  73 |  82 |   8 |   3 |3103 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.04/17.12	c  17.1s| 58800 |  3869 | 41789 |   0.7 |    10M |  73 |  82 |   8 |   3 |3120 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.04/17.14	c  17.1s| 58900 |  3879 | 41858 |   0.7 |    10M |  73 |  82 |   8 |   3 |3124 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.04/17.17	c  17.2s| 59000 |  3877 | 41922 |   0.7 |    10M |  73 |  82 |   8 |   0 |3129 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.13/17.21	c  17.2s| 59100 |  3877 | 41978 |   0.7 |    10M |  73 |  82 |   8 |   3 |3134 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.13/17.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.13/17.26	c  17.3s| 59200 |  3881 | 42047 |   0.7 |    10M |  73 |  82 |   8 |   0 |3139 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.13/17.29	c  17.3s| 59300 |  3885 | 42118 |   0.7 |    10M |  73 |  82 |   8 |   3 |3149 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.23/17.32	c  17.3s| 59400 |  3893 | 42203 |   0.7 |    10M |  73 |  82 |   8 |   5 |3168 |  2 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.23/17.35	c  17.4s| 59500 |  3893 | 42274 |   0.7 |    10M |  73 |  82 |   8 |   3 |3180 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.33/17.40	c  17.4s| 59600 |  3899 | 42331 |   0.7 |    10M |  73 |  82 |   8 |   0 |3180 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.33/17.44	c  17.4s| 59700 |  3905 | 42397 |   0.7 |    10M |  73 |  82 |   8 |   6 |3185 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.33/17.46	c  17.5s| 59800 |  3907 | 42450 |   0.7 |    10M |  73 |  82 |   8 |   0 |3185 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.33/17.49	c  17.5s| 59900 |  3913 | 42526 |   0.7 |    10M |  73 |  82 |   8 |   7 |3189 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.43/17.51	c  17.5s| 60000 |  3919 | 42593 |   0.7 |    10M |  73 |  82 |   8 |   5 |3194 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.43/17.54	c  17.5s| 60100 |  3923 | 42648 |   0.7 |    10M |  73 |  82 |   8 |   0 |3196 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.43/17.55	c  17.6s| 60200 |  3931 | 42705 |   0.7 |    10M |  73 |  82 |   8 |   0 |3196 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.43/17.58	c  17.6s| 60300 |  3935 | 42757 |   0.7 |    10M |  73 |  82 |   8 |   0 |3196 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.53/17.60	c  17.6s| 60400 |  3949 | 42819 |   0.7 |    10M |  73 |  82 |   8 |   0 |3196 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.53/17.63	c  17.6s| 60500 |  3955 | 42874 |   0.7 |    10M |  73 |  82 |   8 |   6 |3196 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.53/17.65	c  17.6s| 60600 |  3967 | 42935 |   0.7 |    10M |  73 |  82 |   8 |   0 |3196 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.53/17.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.53/17.66	c  17.7s| 60700 |  3989 | 43002 |   0.7 |    10M |  73 |  82 |   8 |   0 |3196 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.53/17.69	c  17.7s| 60800 |  3999 | 43060 |   0.7 |    10M |  73 |  82 |   8 |   0 |3196 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.63/17.73	c  17.7s| 60900 |  4013 | 43121 |   0.7 |    10M |  73 |  82 |   8 |   0 |3196 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.63/17.75	c  17.7s| 61000 |  4017 | 43175 |   0.7 |    10M |  73 |  82 |   8 |   0 |3196 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.63/17.78	c  17.8s| 61100 |  4025 | 43231 |   0.7 |    10M |  73 |  82 |   8 |   6 |3196 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.73/17.80	c  17.8s| 61200 |  4029 | 43285 |   0.7 |    10M |  73 |  82 |   8 |   0 |3196 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.73/17.83	c  17.8s| 61300 |  4029 | 43336 |   0.7 |    10M |  73 |  82 |   8 |   0 |3196 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.73/17.86	c  17.9s| 61400 |  4037 | 43395 |   0.7 |    10M |  73 |  82 |   8 |   0 |3196 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.73/17.89	c  17.9s| 61500 |  4047 | 43457 |   0.7 |    10M |  73 |  82 |   8 |   6 |3196 |  1 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.83/17.92	c  17.9s| 61600 |  4049 | 43511 |   0.7 |    10M |  73 |  82 |   8 |   0 |3196 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.83/17.95	c  18.0s| 61700 |  4051 | 43575 |   0.7 |    10M |  73 |  82 |   8 |   0 |3200 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.83/17.98	c  18.0s| 61800 |  4053 | 43639 |   0.7 |    10M |  73 |  82 |   8 |   0 |3203 |  0 |   5 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.93/18.01	c  18.0s| 61900 |  4055 | 43720 |   0.7 |    10M |  73 |  82 |   8 |   6 |3215 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.93/18.04	c  18.0s| 62000 |  4059 | 43779 |   0.7 |    10M |  73 |  82 |   8 |   7 |3219 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.93/18.05	c  18.1s| 62100 |  4061 | 43830 |   0.7 |    10M |  73 |  82 |   8 |   5 |3219 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.93/18.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.93/18.07	c  18.1s| 62200 |  4063 | 43895 |   0.7 |    10M |  73 |  82 |   8 |   5 |3227 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
17.93/18.10	c  18.1s| 62300 |  4073 | 43958 |   0.7 |    10M |  73 |  82 |   8 |   6 |3227 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.03/18.13	c  18.1s| 62400 |  4079 | 44038 |   0.7 |    10M |  73 |  82 |   8 |   0 |3241 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.03/18.16	c  18.2s| 62500 |  4081 | 44098 |   0.7 |    10M |  73 |  82 |   8 |   6 |3241 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.03/18.18	c  18.2s| 62600 |  4083 | 44160 |   0.7 |    10M |  73 |  82 |   8 |   0 |3247 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.13/18.21	c  18.2s| 62700 |  4085 | 44211 |   0.7 |    10M |  73 |  82 |   8 |   0 |3247 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.13/18.25	c  18.2s| 62800 |  4101 | 44274 |   0.7 |    10M |  73 |  82 |   8 |   8 |3247 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.13/18.28	c  18.3s| 62900 |  4097 | 44326 |   0.7 |    10M |  73 |  82 |   8 |   0 |3249 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.23/18.30	c  18.3s| 63000 |  4103 | 44399 |   0.7 |    10M |  73 |  82 |   8 |   0 |3258 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.23/18.32	c  18.3s| 63100 |  4105 | 44451 |   0.7 |    10M |  73 |  82 |   8 |   6 |3258 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.23/18.35	c  18.4s| 63200 |  4111 | 44505 |   0.7 |    10M |  73 |  82 |   8 |   0 |3258 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.23/18.36	c  18.4s| 63300 |  4113 | 44561 |   0.7 |    10M |  73 |  82 |   8 |   0 |3258 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.33/18.40	c  18.4s| 63400 |  4119 | 44622 |   0.7 |    10M |  73 |  82 |   8 |   5 |3263 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.16%
18.33/18.42	c  18.4s| 63500 |  4125 | 44704 |   0.7 |    10M |  73 |  82 |   8 |   0 |3274 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.33/18.45	c  18.4s| 63600 |  4133 | 44763 |   0.7 |    10M |  73 |  82 |   8 |   7 |3274 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.33/18.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
18.33/18.47	c  18.5s| 63700 |  4135 | 44834 |   0.7 |    10M |  73 |  82 |   8 |   6 |3274 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.42/18.51	c  18.5s| 63800 |  4139 | 44898 |   0.7 |    10M |  73 |  82 |   8 |   3 |3276 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.42/18.53	c  18.5s| 63900 |  4151 | 44976 |   0.7 |    10M |  73 |  82 |   8 |   3 |3289 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.42/18.57	c  18.6s| 64000 |  4157 | 45090 |   0.7 |    10M |  73 |  82 |   8 |   0 |3311 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.42/18.59	c  18.6s| 64100 |  4171 | 45170 |   0.7 |    10M |  73 |  82 |   8 |   0 |3324 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.52/18.63	c  18.6s| 64200 |  4179 | 45257 |   0.7 |    10M |  73 |  82 |   8 |   5 |3336 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.52/18.66	c  18.7s| 64300 |  4183 | 45322 |   0.7 |    10M |  73 |  82 |   8 |   0 |3344 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.62/18.70	c  18.7s| 64400 |  4183 | 45379 |   0.7 |    10M |  73 |  82 |   8 |   0 |3346 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.62/18.74	c  18.7s| 64500 |  4183 | 45456 |   0.7 |    10M |  73 |  82 |   8 |   6 |3358 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.62/18.76	c  18.8s| 64600 |  4179 | 45506 |   0.7 |    10M |  73 |  82 |   8 |   3 |3358 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.72/18.80	c  18.8s| 64700 |  4187 | 45602 |   0.7 |    10M |  73 |  82 |   8 |   6 |3378 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.72/18.83	c  18.8s| 64800 |  4195 | 45658 |   0.7 |    10M |  73 |  82 |   8 |   0 |3378 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.72/18.85	c  18.9s| 64900 |  4201 | 45711 |   0.7 |    10M |  73 |  82 |   8 |   6 |3378 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.72/18.88	c  18.9s| 65000 |  4211 | 45766 |   0.7 |    10M |  73 |  82 |   8 |   6 |3378 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.82/18.91	c  18.9s| 65100 |  4217 | 45819 |   0.7 |    10M |  73 |  82 |   8 |   0 |3378 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.82/18.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
18.82/18.94	c  18.9s| 65200 |  4219 | 45870 |   0.7 |    11M |  73 |  82 |   8 |   6 |3378 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.18%
18.82/18.97	c  19.0s| 65300 |  4221 | 45922 |   0.7 |    11M |  73 |  82 |   8 |   5 |3378 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.19%
18.82/19.00	c  19.0s| 65400 |  4219 | 45976 |   0.7 |    11M |  73 |  82 |   8 |   0 |3379 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.19%
18.93/19.02	c  19.0s| 65500 |  4225 | 46059 |   0.7 |    11M |  73 |  82 |   8 |   0 |3397 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.19%
18.93/19.04	c  19.0s| 65600 |  4233 | 46129 |   0.7 |    11M |  73 |  82 |   8 |   0 |3405 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
18.93/19.07	c  19.1s| 65700 |  4235 | 46183 |   0.7 |    11M |  73 |  82 |   8 |   6 |3405 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
18.93/19.10	c  19.1s| 65800 |  4239 | 46237 |   0.7 |    11M |  73 |  82 |   8 |   6 |3405 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.03/19.13	c  19.1s| 65900 |  4251 | 46293 |   0.7 |    11M |  73 |  82 |   8 |   6 |3405 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.03/19.15	c  19.2s| 66000 |  4265 | 46358 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.03/19.19	c  19.2s| 66100 |  4269 | 46410 |   0.7 |    11M |  73 |  82 |   8 |   5 |3410 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.12/19.21	c  19.2s| 66200 |  4281 | 46476 |   0.7 |    11M |  73 |  82 |   8 |   5 |3410 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.12/19.24	c  19.2s| 66300 |  4287 | 46529 |   0.7 |    11M |  73 |  82 |   8 |   5 |3410 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.12/19.27	c  19.3s| 66400 |  4287 | 46579 |   0.7 |    11M |  73 |  82 |   8 |   5 |3410 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.22/19.30	c  19.3s| 66500 |  4287 | 46629 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.22/19.32	c  19.3s| 66600 |  4295 | 46683 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.22/19.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
19.22/19.33	c  19.3s| 66700 |  4305 | 46739 |   0.7 |    11M |  73 |  82 |   8 |   5 |3410 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.22/19.36	c  19.4s| 66800 |  4311 | 46792 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.22/19.38	c  19.4s| 66900 |  4309 | 46841 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.32/19.43	c  19.4s| 67000 |  4321 | 46897 |   0.7 |    11M |  73 |  82 |   8 |   5 |3410 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.32/19.45	c  19.5s| 67100 |  4335 | 46954 |   0.7 |    11M |  73 |  82 |   8 |   5 |3410 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.32/19.48	c  19.5s| 67200 |  4337 | 47005 |   0.7 |    11M |  73 |  82 |   8 |   5 |3410 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.42/19.51	c  19.5s| 67300 |  4333 | 47053 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.42/19.53	c  19.5s| 67400 |  4337 | 47105 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.42/19.56	c  19.6s| 67500 |  4343 | 47158 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.42/19.58	c  19.6s| 67600 |  4351 | 47212 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.42/19.59	c  19.6s| 67700 |  4363 | 47273 |   0.7 |    11M |  73 |  82 |   8 |   5 |3410 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.52/19.62	c  19.6s| 67800 |  4381 | 47332 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.52/19.65	c  19.7s| 67900 |  4387 | 47385 |   0.7 |    11M |  73 |  82 |   8 |   5 |3410 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.52/19.69	c  19.7s| 68000 |  4389 | 47436 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.62/19.73	c  19.7s| 68100 |  4393 | 47488 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.62/19.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
19.62/19.75	c  19.7s| 68200 |  4399 | 47541 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.62/19.77	c  19.8s| 68300 |  4407 | 47595 |   0.7 |    11M |  73 |  82 |   8 |   5 |3410 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.72/19.80	c  19.8s| 68400 |  4419 | 47651 |   0.7 |    11M |  73 |  82 |   8 |   5 |3410 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.72/19.82	c  19.8s| 68500 |  4425 | 47704 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.72/19.85	c  19.8s| 68600 |  4433 | 47758 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.72/19.88	c  19.9s| 68700 |  4445 | 47814 |   0.7 |    11M |  73 |  82 |   8 |   0 |3410 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.82/19.90	c  19.9s| 68800 |  4457 | 47870 |   0.7 |    11M |  73 |  82 |   8 |   6 |3410 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  28.96%
19.82/19.93	c  19.9s| 68900 |  4459 | 47928 |   0.7 |    11M |  73 |  82 |   8 |   0 |3411 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
19.82/19.94	c  19.9s| 69000 |  4467 | 47999 |   0.7 |    11M |  73 |  82 |   8 |   0 |3416 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
19.82/19.97	c  20.0s| 69100 |  4469 | 48060 |   0.7 |    11M |  73 |  82 |   8 |   0 |3419 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
19.82/19.99	c  20.0s| 69200 |  4473 | 48112 |   0.7 |    11M |  73 |  82 |   8 |   0 |3419 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
19.93/20.01	c  20.0s| 69300 |  4473 | 48162 |   0.7 |    11M |  73 |  82 |   8 |   5 |3419 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
19.93/20.06	c  20.1s| 69400 |  4475 | 48213 |   0.7 |    11M |  73 |  82 |   8 |   5 |3419 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
19.93/20.09	c  20.1s| 69500 |  4477 | 48264 |   0.7 |    11M |  73 |  82 |   8 |   5 |3419 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.03/20.12	c  20.1s| 69600 |  4481 | 48316 |   0.7 |    11M |  73 |  82 |   8 |   5 |3419 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.03/20.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
20.03/20.15	c  20.1s| 69700 |  4483 | 48367 |   0.7 |    11M |  73 |  82 |   8 |   5 |3419 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.03/20.18	c  20.2s| 69800 |  4489 | 48420 |   0.7 |    11M |  73 |  82 |   8 |   5 |3419 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.12/20.20	c  20.2s| 69900 |  4497 | 48478 |   0.7 |    11M |  73 |  82 |   8 |   0 |3421 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.12/20.23	c  20.2s| 70000 |  4499 | 48529 |   0.7 |    11M |  73 |  82 |   8 |   6 |3421 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.12/20.27	c  20.3s| 70100 |  4509 | 48584 |   0.7 |    11M |  73 |  82 |   8 |   6 |3421 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.12/20.30	c  20.3s| 70200 |  4513 | 48638 |   0.7 |    11M |  73 |  82 |   8 |   6 |3421 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.22/20.32	c  20.3s| 70300 |  4515 | 48700 |   0.7 |    11M |  73 |  82 |   8 |   0 |3421 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.22/20.36	c  20.4s| 70400 |  4519 | 48752 |   0.7 |    11M |  73 |  82 |   8 |   0 |3421 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.22/20.39	c  20.4s| 70500 |  4531 | 48808 |   0.7 |    11M |  73 |  82 |   8 |   6 |3421 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.32/20.42	c  20.4s| 70600 |  4543 | 48867 |   0.7 |    11M |  73 |  82 |   8 |   0 |3421 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.32/20.45	c  20.5s| 70700 |  4545 | 48920 |   0.7 |    11M |  73 |  82 |   8 |   0 |3421 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.32/20.47	c  20.5s| 70800 |  4551 | 48973 |   0.7 |    11M |  73 |  82 |   8 |   0 |3421 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.32/20.48	c  20.5s| 70900 |  4567 | 49031 |   0.7 |    11M |  73 |  82 |   8 |   0 |3421 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.42/20.51	c  20.5s| 71000 |  4577 | 49086 |   0.7 |    11M |  73 |  82 |   8 |   6 |3421 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.42/20.53	c  20.5s| 71100 |  4575 | 49135 |   0.7 |    11M |  73 |  82 |   8 |   0 |3421 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.42/20.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
20.42/20.55	c  20.6s| 71200 |  4583 | 49193 |   0.7 |    11M |  73 |  82 |   8 |   0 |3421 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.42/20.58	c  20.6s| 71300 |  4585 | 49245 |   0.7 |    11M |  73 |  82 |   8 |   6 |3421 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.52/20.60	c  20.6s| 71400 |  4585 | 49296 |   0.7 |    11M |  73 |  82 |   8 |   6 |3421 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.52/20.64	c  20.6s| 71500 |  4587 | 49347 |   0.7 |    11M |  73 |  82 |   8 |   6 |3421 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.52/20.66	c  20.7s| 71600 |  4595 | 49401 |   0.7 |    11M |  73 |  82 |   8 |   6 |3421 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.52/20.69	c  20.7s| 71700 |  4597 | 49453 |   0.7 |    11M |  73 |  82 |   8 |   4 |3421 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.62/20.72	c  20.7s| 71800 |  4595 | 49502 |   0.7 |    11M |  73 |  82 |   8 |   0 |3421 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.62/20.75	c  20.7s| 71900 |  4601 | 49558 |   0.7 |    11M |  73 |  82 |   8 |   0 |3421 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.62/20.78	c  20.8s| 72000 |  4613 | 49622 |   0.7 |    11M |  73 |  82 |   8 |   0 |3425 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.72/20.80	c  20.8s| 72100 |  4623 | 49683 |   0.7 |    11M |  73 |  82 |   8 |   6 |3427 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.72/20.83	c  20.8s| 72200 |  4625 | 49736 |   0.7 |    11M |  73 |  82 |   8 |   0 |3427 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.72/20.84	c  20.8s| 72300 |  4637 | 49792 |   0.7 |    11M |  73 |  82 |   8 |   6 |3427 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.72/20.87	c  20.9s| 72400 |  4647 | 49849 |   0.7 |    11M |  73 |  82 |   8 |   6 |3427 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.82/20.90	c  20.9s| 72500 |  4649 | 49903 |   0.7 |    11M |  73 |  82 |   8 |   0 |3428 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.82/20.92	c  20.9s| 72600 |  4653 | 49957 |   0.7 |    11M |  73 |  82 |   8 |   6 |3428 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.82/20.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
20.82/20.95	c  21.0s| 72700 |  4657 | 50011 |   0.7 |    11M |  73 |  82 |   8 |   7 |3428 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.82/20.98	c  21.0s| 72800 |  4659 | 50062 |   0.7 |    11M |  73 |  82 |   8 |   6 |3428 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.82/21.00	c  21.0s| 72900 |  4667 | 50120 |   0.7 |    11M |  73 |  82 |   8 |   0 |3428 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.92/21.02	c  21.0s| 73000 |  4675 | 50175 |   0.7 |    11M |  73 |  82 |   8 |   0 |3428 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.92/21.04	c  21.0s| 73100 |  4679 | 50228 |   0.7 |    11M |  73 |  82 |   8 |   7 |3428 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.92/21.06	c  21.1s| 73200 |  4683 | 50281 |   0.7 |    11M |  73 |  82 |   8 |   6 |3428 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
20.92/21.10	c  21.1s| 73300 |  4687 | 50334 |   0.7 |    11M |  73 |  82 |   8 |   0 |3428 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.02/21.13	c  21.1s| 73400 |  4703 | 50392 |   0.7 |    11M |  73 |  82 |   8 |   0 |3428 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.02/21.15	c  21.2s| 73500 |  4715 | 50450 |   0.7 |    11M |  73 |  82 |   8 |   0 |3428 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.02/21.18	c  21.2s| 73600 |  4715 | 50500 |   0.7 |    11M |  73 |  82 |   8 |   0 |3428 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.12/21.20	c  21.2s| 73700 |  4717 | 50551 |   0.7 |    11M |  73 |  82 |   8 |   6 |3428 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.12/21.25	c  21.2s| 73800 |  4717 | 50601 |   0.7 |    11M |  73 |  82 |   8 |   6 |3428 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.12/21.27	c  21.3s| 73900 |  4721 | 50653 |   0.7 |    11M |  73 |  82 |   8 |   0 |3428 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.22/21.30	c  21.3s| 74000 |  4729 | 50707 |   0.7 |    11M |  73 |  82 |   8 |   6 |3428 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.22/21.33	c  21.3s| 74100 |  4731 | 50758 |   0.7 |    11M |  73 |  82 |   8 |   7 |3428 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.22/21.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
21.22/21.37	c  21.4s| 74200 |  4745 | 50817 |   0.7 |    11M |  73 |  82 |   8 |   0 |3428 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.22/21.39	c  21.4s| 74300 |  4747 | 50868 |   0.7 |    11M |  73 |  82 |   8 |   0 |3428 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.32/21.42	c  21.4s| 74400 |  4753 | 50922 |   0.7 |    11M |  73 |  82 |   8 |   0 |3428 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.32/21.44	c  21.4s| 74500 |  4761 | 50982 |   0.7 |    11M |  73 |  82 |   8 |   0 |3430 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.32/21.46	c  21.5s| 74600 |  4767 | 51035 |   0.7 |    11M |  73 |  82 |   8 |   6 |3430 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.32/21.48	c  21.5s| 74700 |  4775 | 51089 |   0.7 |    11M |  73 |  82 |   8 |   0 |3430 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.42/21.51	c  21.5s| 74800 |  4781 | 51143 |   0.7 |    11M |  73 |  82 |   8 |   0 |3430 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.42/21.54	c  21.5s| 74900 |  4787 | 51196 |   0.7 |    11M |  73 |  82 |   8 |   5 |3430 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.42/21.56	c  21.6s| 75000 |  4797 | 51251 |   0.7 |    11M |  73 |  82 |   8 |   5 |3430 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.42/21.59	c  21.6s| 75100 |  4807 | 51308 |   0.7 |    11M |  73 |  82 |   8 |   5 |3430 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.51/21.63	c  21.6s| 75200 |  4811 | 51360 |   0.7 |    11M |  73 |  82 |   8 |   5 |3430 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.51/21.65	c  21.7s| 75300 |  4815 | 51412 |   0.7 |    11M |  73 |  82 |   8 |   5 |3430 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.51/21.68	c  21.7s| 75400 |  4817 | 51463 |   0.7 |    11M |  73 |  82 |   8 |   0 |3430 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.61/21.71	c  21.7s| 75500 |  4827 | 51518 |   0.7 |    11M |  73 |  82 |   8 |   0 |3430 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.61/21.72	c  21.7s| 75600 |  4827 | 51568 |   0.7 |    11M |  73 |  82 |   8 |   5 |3430 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.61/21.76	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.76	c  21.8s| 75700 |  4837 | 51627 |   0.7 |    11M |  73 |  82 |   8 |   0 |3430 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.61/21.78	c  21.8s| 75800 |  4835 | 51676 |   0.7 |    11M |  73 |  82 |   8 |   0 |3430 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.71/21.80	c  21.8s| 75900 |  4845 | 51731 |   0.7 |    11M |  73 |  82 |   8 |   0 |3430 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.71/21.86	c  21.9s| 76000 |  4849 | 51783 |   0.7 |    11M |  73 |  82 |   8 |   5 |3430 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.71/21.87	c  21.9s| 76100 |  4849 | 51833 |   0.7 |    11M |  73 |  82 |   8 |   0 |3430 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.71/21.89	c  21.9s| 76200 |  4855 | 51886 |   0.7 |    11M |  73 |  82 |   8 |   0 |3430 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.81/21.91	c  21.9s| 76300 |  4865 | 51941 |   0.7 |    11M |  73 |  82 |   8 |   3 |3430 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.81/21.94	c  21.9s| 76400 |  4877 | 52039 |   0.7 |    11M |  73 |  82 |   8 |   3 |3440 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.81/21.95	c  22.0s| 76500 |  4891 | 52104 |   0.7 |    11M |  73 |  82 |   8 |   3 |3441 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.81/21.97	c  22.0s| 76600 |  4915 | 52206 |   0.7 |    11M |  73 |  82 |   8 |   0 |3454 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.92/22.00	c  22.0s| 76700 |  4927 | 52268 |   0.7 |    11M |  73 |  82 |   8 |   3 |3455 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.92/22.03	c  22.0s| 76800 |  4945 | 52359 |   0.7 |    11M |  73 |  82 |   8 |   3 |3468 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.92/22.06	c  22.1s| 76900 |  4963 | 52433 |   0.7 |    11M |  73 |  82 |   8 |   3 |3474 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
21.92/22.09	c  22.1s| 77000 |  4969 | 52493 |   0.7 |    11M |  73 |  82 |   8 |   3 |3477 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.02/22.11	c  22.1s| 77100 |  4971 | 52565 |   0.7 |    11M |  73 |  82 |   8 |   0 |3489 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.02/22.16	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.16	c  22.2s| 77200 |  4977 | 52648 |   0.7 |    11M |  73 |  82 |   8 |   3 |3501 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.02/22.19	c  22.2s| 77300 |  4981 | 52741 |   0.7 |    11M |  73 |  82 |   8 |   3 |3517 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.11/22.22	c  22.2s| 77400 |  4985 | 52803 |   0.7 |    11M |  73 |  82 |   8 |   3 |3520 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.11/22.25	c  22.3s| 77500 |  4993 | 52886 |   0.7 |    11M |  73 |  82 |   8 |   3 |3532 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.11/22.28	c  22.3s| 77600 |  4995 | 52937 |   0.7 |    11M |  73 |  82 |   8 |   0 |3532 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.11/22.29	c  22.3s| 77700 |  4999 | 52989 |   0.7 |    11M |  73 |  82 |   8 |   0 |3532 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.21/22.32	c  22.3s| 77800 |  5001 | 53040 |   0.7 |    11M |  73 |  82 |   8 |   0 |3532 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.21/22.33	c  22.3s| 77900 |  5007 | 53099 |   0.7 |    11M |  73 |  82 |   8 |   0 |3533 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.21/22.38	c  22.4s| 78000 |  5023 | 53176 |   0.7 |    11M |  73 |  82 |   8 |   3 |3539 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.31/22.41	c  22.4s| 78100 |  5029 | 53238 |   0.7 |    11M |  73 |  82 |   8 |   0 |3542 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.31/22.43	c  22.4s| 78200 |  5039 | 53301 |   0.7 |    11M |  73 |  82 |   8 |   0 |3547 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.31/22.47	c  22.5s| 78300 |  5045 | 53374 |   0.7 |    11M |  73 |  82 |   8 |   3 |3552 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.31/22.49	c  22.5s| 78400 |  5051 | 53447 |   0.7 |    11M |  73 |  82 |   8 |   0 |3561 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.41/22.50	c  22.5s| 78500 |  5063 | 53516 |   0.7 |    11M |  73 |  82 |   8 |   3 |3563 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.41/22.53	c  22.5s| 78600 |  5075 | 53599 |   0.7 |    11M |  73 |  82 |   8 |   3 |3574 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.41/22.56	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.56	c  22.6s| 78700 |  5093 | 53675 |   0.7 |    11M |  73 |  82 |   8 |   3 |3580 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.41/22.58	c  22.6s| 78800 |  5105 | 53768 |   0.7 |    11M |  73 |  82 |   8 |   3 |3594 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.51/22.61	c  22.6s| 78900 |  5123 | 53855 |   0.7 |    11M |  73 |  82 |   8 |   0 |3603 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.51/22.66	c  22.7s| 79000 |  5139 | 53939 |   0.7 |    11M |  73 |  82 |   8 |   5 |3612 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.51/22.69	c  22.7s| 79100 |  5149 | 54015 |   0.7 |    11M |  73 |  82 |   8 |   0 |3619 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.61/22.71	c  22.7s| 79200 |  5165 | 54092 |   0.7 |    11M |  73 |  82 |   8 |   0 |3626 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.61/22.74	c  22.7s| 79300 |  5181 | 54183 |   0.7 |    11M |  73 |  82 |   8 |   0 |3639 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.61/22.78	c  22.8s| 79400 |  5181 | 54265 |   0.7 |    11M |  73 |  82 |   8 |   0 |3652 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.71/22.80	c  22.8s| 79500 |  5195 | 54340 |   0.7 |    11M |  73 |  82 |   8 |   0 |3656 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.71/22.82	c  22.8s| 79600 |  5195 | 54405 |   0.7 |    11M |  73 |  82 |   8 |   0 |3667 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.71/22.84	c  22.8s| 79700 |  5197 | 54476 |   0.7 |    11M |  73 |  82 |   8 |   0 |3671 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.71/22.88	c  22.9s| 79800 |  5205 | 54539 |   0.7 |    11M |  73 |  82 |   8 |   0 |3671 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.71/22.89	c  22.9s| 79900 |  5211 | 54599 |   0.7 |    11M |  73 |  82 |   8 |   0 |3671 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.81/22.92	c  22.9s| 80000 |  5223 | 54659 |   0.7 |    11M |  73 |  82 |   8 |   0 |3671 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.81/22.95	c  22.9s| 80100 |  5227 | 54712 |   0.7 |    11M |  73 |  82 |   8 |   3 |3671 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.81/22.98	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.98	c  23.0s| 80200 |  5249 | 54791 |   0.7 |    11M |  73 |  82 |   8 |   4 |3675 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.92/23.01	c  23.0s| 80300 |  5249 | 54847 |   0.7 |    11M |  73 |  82 |   8 |   3 |3679 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.92/23.05	c  23.0s| 80400 |  5251 | 54903 |   0.7 |    11M |  73 |  82 |   8 |   0 |3679 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
22.92/23.09	c  23.1s| 80500 |  5249 | 54973 |   0.7 |    11M |  73 |  82 |   8 |   3 |3687 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.02/23.11	c  23.1s| 80600 |  5253 | 55030 |   0.7 |    11M |  73 |  82 |   8 |   3 |3691 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.02/23.13	c  23.1s| 80700 |  5265 | 55090 |   0.7 |    11M |  73 |  82 |   8 |   0 |3691 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.02/23.15	c  23.2s| 80800 |  5267 | 55143 |   0.7 |    11M |  73 |  82 |   8 |   3 |3691 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.02/23.18	c  23.2s| 80900 |  5273 | 55199 |   0.7 |    11M |  73 |  82 |   8 |   3 |3691 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.11/23.20	c  23.2s| 81000 |  5273 | 55249 |   0.7 |    11M |  73 |  82 |   8 |   0 |3691 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.11/23.23	c  23.2s| 81100 |  5279 | 55305 |   0.7 |    11M |  73 |  82 |   8 |   0 |3692 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.11/23.28	c  23.3s| 81200 |  5293 | 55386 |   0.7 |    11M |  73 |  82 |   8 |   3 |3703 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.21/23.32	c  23.3s| 81300 |  5293 | 55467 |   0.7 |    11M |  73 |  82 |   8 |   0 |3721 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.21/23.36	c  23.4s| 81400 |  5297 | 55530 |   0.7 |    11M |  73 |  82 |   8 |   3 |3725 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.21/23.38	c  23.4s| 81500 |  5297 | 55581 |   0.7 |    11M |  73 |  82 |   8 |   0 |3725 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.21/23.39	c  23.4s| 81600 |  5301 | 55639 |   0.7 |    12M |  73 |  82 |   8 |   0 |3725 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.31/23.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.31/23.45	c  23.4s| 81700 |  5299 | 55709 |   0.7 |    12M |  73 |  82 |   8 |   0 |3736 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.31/23.48	c  23.5s| 81800 |  5307 | 55777 |   0.7 |    12M |  73 |  82 |   8 |   5 |3742 |  2 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.41/23.51	c  23.5s| 81900 |  5311 | 55869 |   0.7 |    12M |  73 |  82 |   8 |   5 |3755 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.41/23.53	c  23.5s| 82000 |  5323 | 55954 |   0.7 |    12M |  73 |  82 |   8 |   0 |3765 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.41/23.55	c  23.6s| 82100 |  5339 | 56046 |   0.7 |    12M |  73 |  82 |   8 |   5 |3781 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.41/23.59	c  23.6s| 82200 |  5351 | 56148 |   0.7 |    12M |  73 |  82 |   8 |   0 |3799 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.51/23.63	c  23.6s| 82300 |  5357 | 56225 |   0.7 |    12M |  73 |  82 |   8 |   0 |3811 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.51/23.69	c  23.7s| 82400 |  5365 | 56304 |   0.7 |    12M |  73 |  82 |   8 |   5 |3822 |  2 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.61/23.72	c  23.7s| 82500 |  5369 | 56372 |   0.7 |    12M |  73 |  82 |   8 |   3 |3825 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.61/23.75	c  23.7s| 82600 |  5373 | 56467 |   0.7 |    12M |  73 |  82 |   8 |   6 |3843 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.61/23.78	c  23.8s| 82700 |  5375 | 56546 |   0.7 |    12M |  73 |  82 |   8 |   5 |3858 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.71/23.80	c  23.8s| 82800 |  5375 | 56600 |   0.7 |    12M |  73 |  82 |   8 |   0 |3858 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.71/23.83	c  23.8s| 82900 |  5379 | 56679 |   0.7 |    12M |  73 |  82 |   8 |   0 |3877 |  0 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.71/23.85	c  23.9s| 83000 |  5385 | 56752 |   0.7 |    12M |  73 |  82 |   8 |   3 |3881 |  1 |   6 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.71/23.87	c  23.9s| 83100 |  5391 | 56841 |   0.7 |    12M |  73 |  82 |   9 |   5 |3892 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.81/23.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.81/23.90	c  23.9s| 83200 |  5393 | 56900 |   0.7 |    12M |  73 |  82 |   9 |   0 |3892 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.81/23.93	c  23.9s| 83300 |  5395 | 56954 |   0.7 |    12M |  73 |  82 |   9 |   0 |3892 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.81/23.96	c  24.0s| 83400 |  5395 | 57017 |   0.7 |    12M |  73 |  82 |   9 |   0 |3896 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.81/24.00	c  24.0s| 83500 |  5397 | 57117 |   0.7 |    12M |  73 |  82 |   9 |   0 |3922 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.91/24.02	c  24.0s| 83600 |  5409 | 57188 |   0.7 |    12M |  73 |  82 |   9 |   4 |3929 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.91/24.04	c  24.0s| 83700 |  5419 | 57282 |   0.7 |    12M |  73 |  82 |   9 |   0 |3948 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.91/24.07	c  24.1s| 83800 |  5429 | 57399 |   0.7 |    12M |  73 |  82 |   9 |   0 |3972 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
23.91/24.10	c  24.1s| 83900 |  5439 | 57486 |   0.7 |    12M |  73 |  82 |   9 |   6 |3988 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.01/24.12	c  24.1s| 84000 |  5445 | 57554 |   0.7 |    12M |  73 |  82 |   9 |   0 |3998 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.01/24.14	c  24.1s| 84100 |  5447 | 57608 |   0.7 |    12M |  73 |  82 |   9 |   6 |3998 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.01/24.16	c  24.2s| 84200 |  5451 | 57660 |   0.7 |    12M |  73 |  82 |   9 |   6 |3998 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.11/24.20	c  24.2s| 84300 |  5457 | 57724 |   0.7 |    12M |  73 |  82 |   9 |   0 |4005 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.11/24.24	c  24.2s| 84400 |  5463 | 57821 |   0.7 |    12M |  73 |  82 |   9 |   6 |4032 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.11/24.25	c  24.3s| 84500 |  5469 | 57874 |   0.7 |    12M |  73 |  82 |   9 |   6 |4032 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.11/24.29	c  24.3s| 84600 |  5471 | 57925 |   0.7 |    12M |  73 |  82 |   9 |   0 |4032 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.21/24.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
24.21/24.32	c  24.3s| 84700 |  5479 | 57979 |   0.7 |    12M |  73 |  82 |   9 |   6 |4032 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.21/24.34	c  24.3s| 84800 |  5491 | 58035 |   0.7 |    12M |  73 |  82 |   9 |   6 |4032 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.21/24.37	c  24.4s| 84900 |  5499 | 58089 |   0.7 |    12M |  73 |  82 |   9 |   0 |4032 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.31/24.40	c  24.4s| 85000 |  5497 | 58138 |   0.7 |    12M |  73 |  82 |   9 |   6 |4032 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.31/24.41	c  24.4s| 85100 |  5503 | 58191 |   0.7 |    12M |  73 |  82 |   9 |   0 |4032 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.31/24.46	c  24.5s| 85200 |  5511 | 58245 |   0.7 |    12M |  73 |  82 |   9 |   6 |4032 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.31/24.48	c  24.5s| 85300 |  5515 | 58297 |   0.7 |    12M |  73 |  82 |   9 |   0 |4032 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.41/24.52	c  24.5s| 85400 |  5521 | 58350 |   0.7 |    12M |  73 |  82 |   9 |   6 |4032 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.41/24.54	c  24.5s| 85500 |  5533 | 58406 |   0.7 |    12M |  73 |  82 |   9 |   6 |4032 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.41/24.56	c  24.6s| 85600 |  5533 | 58456 |   0.7 |    12M |  73 |  82 |   9 |   6 |4032 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.41/24.59	c  24.6s| 85700 |  5535 | 58507 |   0.7 |    12M |  73 |  82 |   9 |   6 |4032 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.51/24.62	c  24.6s| 85800 |  5539 | 58574 |   0.7 |    12M |  73 |  82 |   9 |   0 |4036 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.51/24.64	c  24.6s| 85900 |  5545 | 58659 |   0.7 |    12M |  73 |  82 |   9 |   8 |4049 |  2 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.51/24.67	c  24.7s| 86000 |  5545 | 58722 |   0.7 |    12M |  73 |  82 |   9 |   0 |4049 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.61/24.71	c  24.7s| 86100 |  5551 | 58788 |   0.7 |    12M |  73 |  82 |   9 |   0 |4056 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.61/24.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
24.61/24.74	c  24.7s| 86200 |  5563 | 58844 |   0.7 |    13M |  73 |  82 |   9 |   6 |4056 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.61/24.76	c  24.8s| 86300 |  5575 | 58924 |   0.7 |    13M |  73 |  82 |   9 |   6 |4069 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.61/24.79	c  24.8s| 86400 |  5575 | 58977 |   0.7 |    13M |  73 |  82 |   9 |   0 |4070 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.71/24.81	c  24.8s| 86500 |  5579 | 59036 |   0.7 |    13M |  73 |  82 |   9 |   0 |4074 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.71/24.84	c  24.8s| 86600 |  5579 | 59086 |   0.7 |    13M |  73 |  82 |   9 |   8 |4074 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.71/24.87	c  24.9s| 86700 |  5585 | 59145 |   0.7 |    13M |  73 |  82 |   9 |   7 |4078 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.71/24.89	c  24.9s| 86800 |  5587 | 59196 |   0.7 |    13M |  73 |  82 |   9 |   7 |4078 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.81/24.92	c  24.9s| 86900 |  5591 | 59248 |   0.7 |    13M |  73 |  82 |   9 |   7 |4078 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.81/24.95	c  24.9s| 87000 |  5597 | 59308 |   0.7 |    13M |  73 |  82 |   9 |   0 |4078 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.81/24.98	c  25.0s| 87100 |  5599 | 59362 |   0.7 |    13M |  73 |  82 |   9 |   0 |4078 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.92/25.00	c  25.0s| 87200 |  5613 | 59431 |   0.7 |    13M |  73 |  82 |   9 |   7 |4078 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.92/25.04	c  25.0s| 87300 |  5619 | 59491 |   0.7 |    13M |  73 |  82 |   9 |   7 |4078 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.92/25.07	c  25.1s| 87400 |  5623 | 59551 |   0.7 |    13M |  73 |  82 |   9 |   0 |4078 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
24.92/25.10	c  25.1s| 87500 |  5623 | 59604 |   0.7 |    13M |  73 |  82 |   9 |   0 |4078 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.02/25.13	c  25.1s| 87600 |  5623 | 59655 |   0.7 |    13M |  73 |  82 |   9 |   0 |4078 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.02/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.02/25.14	c  25.1s| 87700 |  5633 | 59737 |   0.7 |    13M |  73 |  82 |   9 |   0 |4096 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.02/25.17	c  25.2s| 87800 |  5639 | 59790 |   0.7 |    13M |  73 |  82 |   9 |   6 |4096 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.02/25.19	c  25.2s| 87900 |  5655 | 59852 |   0.7 |    13M |  73 |  82 |   9 |   6 |4096 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.11/25.23	c  25.2s| 88000 |  5663 | 59906 |   0.7 |    13M |  73 |  82 |   9 |   0 |4096 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.11/25.25	c  25.3s| 88100 |  5675 | 59962 |   0.7 |    13M |  73 |  82 |   9 |   6 |4096 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.11/25.28	c  25.3s| 88200 |  5679 | 60020 |   0.7 |    13M |  73 |  82 |   9 |   6 |4102 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.11/25.29	c  25.3s| 88300 |  5691 | 60082 |   0.7 |    13M |  73 |  82 |   9 |   0 |4102 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.21/25.30	c  25.3s| 88400 |  5697 | 60135 |   0.7 |    13M |  73 |  82 |   9 |   6 |4102 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.21/25.35	c  25.3s| 88500 |  5707 | 60193 |   0.7 |    13M |  73 |  82 |   9 |   6 |4102 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.21/25.38	c  25.4s| 88600 |  5705 | 60247 |   0.7 |    13M |  73 |  82 |   9 |   6 |4102 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.21/25.39	c  25.4s| 88700 |  5711 | 60301 |   0.7 |    13M |  73 |  82 |   9 |   6 |4102 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.31/25.41	c  25.4s| 88800 |  5715 | 60354 |   0.7 |    13M |  73 |  82 |   9 |   6 |4102 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.31/25.44	c  25.4s| 88900 |  5721 | 60413 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.31/25.44	c  25.4s| 89000 |  5761 | 60490 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.31/25.46	c  25.5s| 89100 |  5775 | 60547 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.31/25.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
25.31/25.47	c  25.5s| 89200 |  5787 | 60603 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.31/25.49	c  25.5s| 89300 |  5799 | 60659 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.41/25.51	c  25.5s| 89400 |  5809 | 60714 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.41/25.51	c  25.5s| 89500 |  5815 | 60767 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.41/25.53	c  25.5s| 89600 |  5819 | 60819 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.41/25.55	c  25.5s| 89700 |  5827 | 60873 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.41/25.57	c  25.6s| 89800 |  5837 | 60928 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.41/25.58	c  25.6s| 89900 |  5843 | 60981 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.51/25.60	c  25.6s| 90000 |  5853 | 61036 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.51/25.61	c  25.6s| 90100 |  5865 | 61092 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.51/25.62	c  25.6s| 90200 |  5879 | 61149 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.51/25.64	c  25.6s| 90300 |  5887 | 61203 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.51/25.66	c  25.7s| 90400 |  5897 | 61258 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.51/25.67	c  25.7s| 90500 |  5899 | 61309 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.51/25.69	c  25.7s| 90600 |  5911 | 61365 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.61/25.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
25.61/25.70	c  25.7s| 90700 |  5925 | 61422 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.61/25.72	c  25.7s| 90800 |  5937 | 61478 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.61/25.75	c  25.7s| 90900 |  5937 | 61528 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.61/25.77	c  25.8s| 91000 |  5953 | 61586 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.61/25.79	c  25.8s| 91100 |  5953 | 61636 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.71/25.81	c  25.8s| 91200 |  5957 | 61688 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.71/25.83	c  25.8s| 91300 |  5961 | 61740 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.71/25.85	c  25.9s| 91400 |  5963 | 61791 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.71/25.88	c  25.9s| 91500 |  5967 | 61843 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.81/25.90	c  25.9s| 91600 |  5989 | 61904 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.81/25.92	c  25.9s| 91700 |  6001 | 61960 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.81/25.95	c  26.0s| 91800 |  6003 | 62011 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.81/25.97	c  26.0s| 91900 |  6013 | 62066 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.81/26.00	c  26.0s| 92000 |  6015 | 62117 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.92/26.02	c  26.0s| 92100 |  6021 | 62170 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.92/26.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
25.92/26.05	c  26.0s| 92200 |  6033 | 62226 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.92/26.07	c  26.1s| 92300 |  6043 | 62281 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.92/26.08	c  26.1s| 92400 |  6049 | 62334 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
25.92/26.10	c  26.1s| 92500 |  6051 | 62385 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.02/26.12	c  26.1s| 92600 |  6055 | 62437 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.02/26.15	c  26.2s| 92700 |  6053 | 62486 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.02/26.19	c  26.2s| 92800 |  6057 | 62538 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.11/26.20	c  26.2s| 92900 |  6073 | 62596 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.11/26.22	c  26.2s| 93000 |  6093 | 62656 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.11/26.24	c  26.2s| 93100 |  6099 | 62709 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.11/26.26	c  26.3s| 93200 |  6111 | 62765 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.11/26.28	c  26.3s| 93300 |  6111 | 62815 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.21/26.30	c  26.3s| 93400 |  6113 | 62866 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.21/26.32	c  26.3s| 93500 |  6119 | 62919 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.21/26.35	c  26.4s| 93600 |  6121 | 62970 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.21/26.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.21/26.38	c  26.4s| 93700 |  6135 | 63037 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.31/26.40	c  26.4s| 93800 |  6141 | 63090 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.31/26.41	c  26.4s| 93900 |  6149 | 63144 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.31/26.43	c  26.4s| 94000 |  6161 | 63200 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.31/26.45	c  26.4s| 94100 |  6169 | 63254 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.31/26.47	c  26.5s| 94200 |  6169 | 63304 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.31/26.49	c  26.5s| 94300 |  6181 | 63360 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.41/26.51	c  26.5s| 94400 |  6189 | 63414 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.41/26.54	c  26.5s| 94500 |  6205 | 63472 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.41/26.58	c  26.6s| 94600 |  6207 | 63523 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.51/26.62	c  26.6s| 94700 |  6207 | 63573 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.51/26.64	c  26.6s| 94800 |  6223 | 63631 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.51/26.65	c  26.6s| 94900 |  6227 | 63683 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.51/26.65	c  26.7s| 95000 |  6229 | 63734 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.51/26.66	c  26.7s| 95100 |  6237 | 63788 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.51/26.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.51/26.68	c  26.7s| 95200 |  6239 | 63839 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.61/26.70	c  26.7s| 95300 |  6243 | 63891 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.61/26.72	c  26.7s| 95400 |  6255 | 63947 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.61/26.75	c  26.7s| 95500 |  6259 | 63999 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.61/26.77	c  26.8s| 95600 |  6267 | 64053 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.71/26.80	c  26.8s| 95700 |  6267 | 64103 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.71/26.82	c  26.8s| 95800 |  6267 | 64153 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.71/26.83	c  26.8s| 95900 |  6267 | 64203 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.71/26.85	c  26.8s| 96000 |  6273 | 64256 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.71/26.87	c  26.9s| 96100 |  6277 | 64308 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.81/26.90	c  26.9s| 96200 |  6277 | 64358 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.81/26.92	c  26.9s| 96300 |  6281 | 64410 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.81/26.94	c  26.9s| 96400 |  6285 | 64462 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.81/26.96	c  27.0s| 96500 |  6293 | 64516 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.81/26.99	c  27.0s| 96600 |  6295 | 64567 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.91/27.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.91/27.01	c  27.0s| 96700 |  6305 | 64622 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.91/27.03	c  27.0s| 96800 |  6307 | 64673 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.91/27.05	c  27.1s| 96900 |  6317 | 64728 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
26.91/27.08	c  27.1s| 97000 |  6323 | 64781 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.01/27.11	c  27.1s| 97100 |  6329 | 64834 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.01/27.13	c  27.1s| 97200 |  6337 | 64888 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.01/27.16	c  27.2s| 97300 |  6339 | 64939 |   0.7 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.01/27.17	c  27.2s| 97400 |  6343 | 64991 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.01/27.19	c  27.2s| 97500 |  6345 | 65042 |   0.7 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.11/27.22	c  27.2s| 97600 |  6351 | 65095 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.11/27.25	c  27.3s| 97700 |  6359 | 65149 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.11/27.28	c  27.3s| 97800 |  6359 | 65199 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.21/27.31	c  27.3s| 97900 |  6373 | 65256 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.21/27.34	c  27.3s| 98000 |  6375 | 65307 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.21/27.37	c  27.4s| 98100 |  6375 | 65357 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.31/27.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
27.31/27.40	c  27.4s| 98200 |  6379 | 65409 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.31/27.43	c  27.4s| 98300 |  6385 | 65462 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.31/27.48	c  27.5s| 98400 |  6389 | 65514 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.31/27.49	c  27.5s| 98500 |  6393 | 65566 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.41/27.51	c  27.5s| 98600 |  6391 | 65615 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.41/27.52	c  27.5s| 98700 |  6393 | 65666 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.41/27.54	c  27.5s| 98800 |  6395 | 65717 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.41/27.55	c  27.5s| 98900 |  6395 | 65767 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.41/27.56	c  27.6s| 99000 |  6397 | 65818 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.41/27.57	c  27.6s| 99100 |  6401 | 65870 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.41/27.59	c  27.6s| 99200 |  6405 | 65922 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.51/27.61	c  27.6s| 99300 |  6417 | 65978 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.51/27.63	c  27.6s| 99400 |  6429 | 66034 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.51/27.65	c  27.6s| 99500 |  6429 | 66084 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.51/27.68	c  27.7s| 99600 |  6429 | 66134 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.61/27.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
27.61/27.70	c  27.7s| 99700 |  6435 | 66187 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.61/27.72	c  27.7s| 99800 |  6435 | 66237 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.61/27.75	c  27.8s| 99900 |  6437 | 66288 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.61/27.78	c  27.8s|100000 |  6441 | 66340 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.71/27.80	c  27.8s|100100 |  6447 | 66393 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.71/27.82	c  27.8s|100200 |  6451 | 66445 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.71/27.84	c  27.8s|100300 |  6453 | 66496 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.71/27.87	c  27.9s|100400 |  6455 | 66547 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.71/27.88	c  27.9s|100500 |  6453 | 66596 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.81/27.90	c  27.9s|100600 |  6455 | 66647 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.81/27.93	c  27.9s|100700 |  6461 | 66700 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.81/27.94	c  27.9s|100800 |  6467 | 66753 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.81/27.96	c  28.0s|100900 |  6477 | 66808 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.81/27.98	c  28.0s|101000 |  6491 | 66865 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.81/27.99	c  28.0s|101100 |  6491 | 66915 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.91/28.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
27.91/28.01	c  28.0s|101200 |  6493 | 66966 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.91/28.04	c  28.0s|101300 |  6501 | 67020 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.91/28.05	c  28.0s|101400 |  6513 | 67076 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
27.91/28.08	c  28.1s|101500 |  6513 | 67126 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.01/28.10	c  28.1s|101600 |  6517 | 67178 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.01/28.13	c  28.1s|101700 |  6525 | 67232 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.01/28.14	c  28.1s|101800 |  6531 | 67285 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.01/28.16	c  28.2s|101900 |  6537 | 67338 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.01/28.18	c  28.2s|102000 |  6539 | 67389 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.10/28.23	c  28.2s|102100 |  6545 | 67442 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.10/28.27	c  28.3s|102200 |  6549 | 67494 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.10/28.29	c  28.3s|102300 |  6549 | 67544 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.20/28.32	c  28.3s|102400 |  6549 | 67594 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.20/28.35	c  28.4s|102500 |  6551 | 67645 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.20/28.37	c  28.4s|102600 |  6551 | 67695 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.30/28.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.30/28.40	c  28.4s|102700 |  6553 | 67746 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.30/28.42	c  28.4s|102800 |  6555 | 67797 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.30/28.43	c  28.4s|102900 |  6561 | 67850 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.30/28.43	c  28.4s|103000 |  6571 | 67905 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.30/28.43	c  28.4s|103100 |  6577 | 67958 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.30/28.44	c  28.4s|103200 |  6579 | 68009 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.30/28.45	c  28.5s|103300 |  6581 | 68060 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.30/28.47	c  28.5s|103400 |  6589 | 68114 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.30/28.49	c  28.5s|103500 |  6591 | 68165 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.40/28.51	c  28.5s|103600 |  6597 | 68218 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.40/28.53	c  28.5s|103700 |  6599 | 68269 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.40/28.55	c  28.5s|103800 |  6609 | 68324 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.40/28.56	c  28.6s|103900 |  6631 | 68385 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.40/28.59	c  28.6s|104000 |  6625 | 68432 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.50/28.61	c  28.6s|104100 |  6631 | 68485 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.50/28.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.50/28.64	c  28.6s|104200 |  6635 | 68537 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.50/28.65	c  28.7s|104300 |  6643 | 68591 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.50/28.66	c  28.7s|104400 |  6645 | 68642 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.50/28.68	c  28.7s|104500 |  6649 | 68694 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.50/28.69	c  28.7s|104600 |  6651 | 68745 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.60/28.71	c  28.7s|104700 |  6651 | 68795 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.60/28.72	c  28.7s|104800 |  6657 | 68848 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.60/28.74	c  28.7s|104900 |  6663 | 68901 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.60/28.77	c  28.8s|105000 |  6663 | 68951 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.60/28.79	c  28.8s|105100 |  6673 | 69006 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.70/28.81	c  28.8s|105200 |  6677 | 69058 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.70/28.83	c  28.8s|105300 |  6681 | 69110 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.70/28.85	c  28.8s|105400 |  6697 | 69168 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.70/28.87	c  28.9s|105500 |  6709 | 69224 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.70/28.89	c  28.9s|105600 |  6711 | 69275 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.80/28.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.80/28.91	c  28.9s|105700 |  6715 | 69327 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.80/28.94	c  28.9s|105800 |  6717 | 69378 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.80/28.97	c  29.0s|105900 |  6721 | 69430 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.80/28.99	c  29.0s|106000 |  6729 | 69484 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.91/29.03	c  29.0s|106100 |  6731 | 69535 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.91/29.06	c  29.1s|106200 |  6739 | 69589 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.91/29.07	c  29.1s|106300 |  6751 | 69645 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
28.91/29.09	c  29.1s|106400 |  6751 | 69695 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.01/29.11	c  29.1s|106500 |  6759 | 69749 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.01/29.14	c  29.1s|106600 |  6763 | 69801 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.01/29.15	c  29.2s|106700 |  6769 | 69854 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.01/29.17	c  29.2s|106800 |  6773 | 69906 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.01/29.19	c  29.2s|106900 |  6779 | 69959 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.10/29.21	c  29.2s|107000 |  6795 | 70017 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.10/29.24	c  29.2s|107100 |  6793 | 70066 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.10/29.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
29.10/29.26	c  29.3s|107200 |  6791 | 70115 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.10/29.27	c  29.3s|107300 |  6791 | 70165 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.20/29.30	c  29.3s|107400 |  6797 | 70218 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.20/29.31	c  29.3s|107500 |  6799 | 70269 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.20/29.33	c  29.3s|107600 |  6807 | 70323 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.20/29.34	c  29.3s|107700 |  6811 | 70375 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.20/29.36	c  29.4s|107800 |  6813 | 70426 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.20/29.38	c  29.4s|107900 |  6813 | 70476 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.30/29.40	c  29.4s|108000 |  6817 | 70528 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.30/29.41	c  29.4s|108100 |  6817 | 70578 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.30/29.43	c  29.4s|108200 |  6825 | 70632 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.30/29.45	c  29.4s|108300 |  6833 | 70686 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.30/29.47	c  29.5s|108400 |  6833 | 70736 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.30/29.49	c  29.5s|108500 |  6833 | 70786 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.40/29.52	c  29.5s|108600 |  6835 | 70837 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.40/29.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
29.40/29.54	c  29.5s|108700 |  6841 | 70890 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.40/29.57	c  29.6s|108800 |  6847 | 70943 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.40/29.58	c  29.6s|108900 |  6849 | 70994 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.50/29.60	c  29.6s|109000 |  6847 | 71043 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.50/29.62	c  29.6s|109100 |  6849 | 71094 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.50/29.66	c  29.7s|109200 |  6851 | 71145 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.50/29.69	c  29.7s|109300 |  6853 | 71196 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.60/29.71	c  29.7s|109400 |  6863 | 71251 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.60/29.73	c  29.7s|109500 |  6865 | 71302 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.60/29.75	c  29.8s|109600 |  6867 | 71353 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.60/29.78	c  29.8s|109700 |  6871 | 71405 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.70/29.80	c  29.8s|109800 |  6881 | 71460 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.70/29.82	c  29.8s|109900 |  6891 | 71515 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.70/29.84	c  29.8s|110000 |  6887 | 71563 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.70/29.86	c  29.9s|110100 |  6889 | 71614 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.70/29.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
29.70/29.87	c  29.9s|110200 |  6895 | 71667 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.80/29.90	c  29.9s|110300 |  6895 | 71717 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.80/29.92	c  29.9s|110400 |  6897 | 71768 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.80/29.96	c  30.0s|110500 |  6897 | 71818 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.80/29.97	c  30.0s|110600 |  6907 | 71873 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.80/30.00	c  30.0s|110700 |  6925 | 71932 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.90/30.03	c  30.0s|110800 |  6931 | 71985 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.90/30.06	c  30.1s|110900 |  6933 | 72036 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
29.90/30.08	c  30.1s|111000 |  6937 | 72088 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.00/30.10	c  30.1s|111100 |  6945 | 72142 |   0.6 |    13M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.00/30.11	c  30.1s|111200 |  6947 | 72193 |   0.6 |    13M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.00/30.12	c  30.1s|111300 |  6955 | 72247 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.00/30.15	c  30.2s|111400 |  6955 | 72297 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.00/30.17	c  30.2s|111500 |  6957 | 72348 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.10/30.20	c  30.2s|111600 |  6961 | 72400 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.10/30.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
30.10/30.22	c  30.2s|111700 |  6973 | 72456 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.10/30.24	c  30.2s|111800 |  6973 | 72506 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.10/30.26	c  30.3s|111900 |  6975 | 72557 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.10/30.28	c  30.3s|112000 |  6981 | 72610 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.20/30.30	c  30.3s|112100 |  6987 | 72664 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.20/30.32	c  30.3s|112200 |  6991 | 72716 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.20/30.35	c  30.4s|112300 |  6991 | 72766 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.20/30.37	c  30.4s|112400 |  6999 | 72820 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.30/30.40	c  30.4s|112500 |  7009 | 72875 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.30/30.44	c  30.4s|112600 |  7009 | 72925 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.30/30.47	c  30.5s|112700 |  7017 | 72979 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.30/30.48	c  30.5s|112800 |  7019 | 73030 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.30/30.49	c  30.5s|112900 |  7021 | 73081 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.40/30.52	c  30.5s|113000 |  7025 | 73133 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.40/30.55	c  30.5s|113100 |  7025 | 73183 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.40/30.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
30.40/30.58	c  30.6s|113200 |  7039 | 73244 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.50/30.61	c  30.6s|113300 |  7037 | 73293 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.50/30.64	c  30.6s|113400 |  7041 | 73345 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.50/30.66	c  30.7s|113500 |  7043 | 73399 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.50/30.67	c  30.7s|113600 |  7045 | 73450 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.50/30.68	c  30.7s|113700 |  7051 | 73503 |   0.6 |    14M |  73 |  82 |   9 |   6 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.60/30.71	c  30.7s|113800 |  7053 | 73554 |   0.6 |    14M |  73 |  82 |   9 |   6 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.60/30.75	c  30.7s|113900 |  7053 | 73604 |   0.6 |    14M |  73 |  82 |   9 |   6 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.60/30.76	c  30.8s|114000 |  7063 | 73659 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.60/30.79	c  30.8s|114100 |  7069 | 73712 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.70/30.83	c  30.8s|114200 |  7073 | 73764 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.70/30.86	c  30.9s|114300 |  7073 | 73814 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.70/30.88	c  30.9s|114400 |  7067 | 73861 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.79/30.90	c  30.9s|114500 |  7077 | 73916 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.79/30.93	c  30.9s|114600 |  7083 | 73969 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.79/30.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
30.79/30.95	c  31.0s|114700 |  7099 | 74027 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.79/30.99	c  31.0s|114800 |  7095 | 74075 |   0.6 |    14M |  73 |  82 |   9 |   0 |4104 |  0 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.90/31.02	c  31.0s|114900 |  7097 | 74126 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.90/31.04	c  31.0s|115000 |  7101 | 74179 |   0.6 |    14M |  73 |  82 |   9 |   5 |4104 |  1 |   7 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.90/31.06	c  31.1s|115100 |  7097 | 74232 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   8 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
30.90/31.08	c  31.1s|115200 |  7103 | 74289 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.00/31.11	c  31.1s|115300 |  7111 | 74343 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.00/31.14	c  31.1s|115400 |  7125 | 74400 |   0.6 |    14M |  73 |  82 |  10 |   0 |4104 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.00/31.18	c  31.2s|115500 |  7125 | 74450 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.09/31.22	c  31.2s|115600 |  7123 | 74499 |   0.6 |    14M |  73 |  82 |  10 |   0 |4104 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.09/31.25	c  31.3s|115700 |  7121 | 74548 |   0.6 |    14M |  73 |  82 |  10 |   0 |4104 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.09/31.27	c  31.3s|115800 |  7127 | 74601 |   0.6 |    14M |  73 |  82 |  10 |   0 |4104 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.09/31.29	c  31.3s|115900 |  7135 | 74661 |   0.6 |    14M |  73 |  82 |  10 |   8 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.19/31.32	c  31.3s|116000 |  7139 | 74713 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.19/31.35	c  31.3s|116100 |  7143 | 74765 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.19/31.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
31.19/31.37	c  31.4s|116200 |  7141 | 74814 |   0.6 |    14M |  73 |  82 |  10 |   6 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.29/31.41	c  31.4s|116300 |  7149 | 74868 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.29/31.43	c  31.4s|116400 |  7151 | 74919 |   0.6 |    14M |  73 |  82 |  10 |   0 |4104 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.29/31.44	c  31.4s|116500 |  7157 | 74972 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.29/31.47	c  31.5s|116600 |  7159 | 75023 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.29/31.49	c  31.5s|116700 |  7169 | 75078 |   0.6 |    14M |  73 |  82 |  10 |   0 |4104 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.39/31.51	c  31.5s|116800 |  7169 | 75128 |   0.6 |    14M |  73 |  82 |  10 |   0 |4104 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.39/31.53	c  31.5s|116900 |  7179 | 75183 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.39/31.55	c  31.5s|117000 |  7175 | 75231 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.39/31.57	c  31.6s|117100 |  7177 | 75282 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.39/31.58	c  31.6s|117200 |  7179 | 75333 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.49/31.61	c  31.6s|117300 |  7179 | 75383 |   0.6 |    14M |  73 |  82 |  10 |   6 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.49/31.64	c  31.6s|117400 |  7187 | 75437 |   0.6 |    14M |  73 |  82 |  10 |   0 |4104 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.49/31.66	c  31.7s|117500 |  7189 | 75488 |   0.6 |    14M |  73 |  82 |  10 |   5 |4104 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.49/31.68	c  31.7s|117600 |  7187 | 75537 |   0.6 |    14M |  73 |  82 |  10 |   0 |4104 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.49/31.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
31.49/31.69	c  31.7s|117700 |  7187 | 75588 |   0.6 |    14M |  73 |  82 |  10 |   0 |4104 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.59/31.71	c  31.7s|117800 |  7191 | 75644 |   0.6 |    14M |  73 |  82 |  10 |   5 |4105 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.59/31.73	c  31.7s|117900 |  7191 | 75694 |   0.6 |    14M |  73 |  82 |  10 |   0 |4105 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.59/31.74	c  31.7s|118000 |  7199 | 75748 |   0.6 |    14M |  73 |  82 |  10 |   5 |4105 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.59/31.76	c  31.8s|118100 |  7201 | 75799 |   0.6 |    14M |  73 |  82 |  10 |   0 |4105 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.59/31.78	c  31.8s|118200 |  7203 | 75850 |   0.6 |    14M |  73 |  82 |  10 |   5 |4105 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.69/31.80	c  31.8s|118300 |  7219 | 75908 |   0.6 |    14M |  73 |  82 |  10 |   0 |4105 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.69/31.82	c  31.8s|118400 |  7223 | 75960 |   0.6 |    14M |  73 |  82 |  10 |   0 |4105 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.69/31.84	c  31.8s|118500 |  7227 | 76012 |   0.6 |    14M |  73 |  82 |  10 |   5 |4105 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.69/31.86	c  31.9s|118600 |  7227 | 76062 |   0.6 |    14M |  73 |  82 |  10 |   0 |4105 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.69/31.89	c  31.9s|118700 |  7229 | 76113 |   0.6 |    14M |  73 |  82 |  10 |   5 |4105 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.79/31.90	c  31.9s|118800 |  7235 | 76166 |   0.6 |    14M |  73 |  82 |  10 |   0 |4105 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.79/31.92	c  31.9s|118900 |  7235 | 76221 |   0.6 |    14M |  73 |  82 |  10 |   0 |4108 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.79/31.95	c  31.9s|119000 |  7239 | 76317 |   0.6 |    14M |  73 |  82 |  10 |   9 |4127 |  2 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.79/31.97	c  32.0s|119100 |  7243 | 76377 |   0.6 |    14M |  73 |  82 |  10 |   4 |4127 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.79/31.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
31.79/31.98	c  32.0s|119200 |  7253 | 76449 |   0.6 |    14M |  73 |  82 |  10 |   8 |4131 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.79/31.99	c  32.0s|119300 |  7253 | 76501 |   0.6 |    14M |  73 |  82 |  10 |   0 |4131 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.90/32.02	c  32.0s|119400 |  7255 | 76552 |   0.6 |    14M |  73 |  82 |  10 |   0 |4131 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.90/32.04	c  32.0s|119500 |  7257 | 76603 |   0.6 |    14M |  73 |  82 |  10 |   8 |4131 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.90/32.06	c  32.1s|119600 |  7269 | 76678 |   0.6 |    14M |  73 |  82 |  10 |   0 |4131 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
31.90/32.08	c  32.1s|119700 |  7269 | 76728 |   0.6 |    14M |  73 |  82 |  10 |   0 |4131 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.00/32.10	c  32.1s|119800 |  7277 | 76804 |   0.6 |    14M |  73 |  82 |  10 |   6 |4139 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.00/32.13	c  32.1s|119900 |  7277 | 76861 |   0.6 |    14M |  73 |  82 |  10 |   5 |4141 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.00/32.18	c  32.2s|120000 |  7275 | 76929 |   0.6 |    14M |  73 |  82 |  10 |   0 |4149 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.09/32.20	c  32.2s|120100 |  7277 | 77005 |   0.6 |    14M |  73 |  82 |  10 |   0 |4160 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.09/32.25	c  32.2s|120200 |  7287 | 77131 |   0.6 |    14M |  73 |  82 |  10 |   0 |4192 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.09/32.28	c  32.3s|120300 |  7303 | 77206 |   0.6 |    14M |  73 |  82 |  10 |   6 |4196 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.09/32.30	c  32.3s|120400 |  7299 | 77254 |   0.6 |    14M |  73 |  82 |  10 |   4 |4196 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.19/32.32	c  32.3s|120500 |  7305 | 77307 |   0.6 |    14M |  73 |  82 |  10 |   0 |4196 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.19/32.33	c  32.3s|120600 |  7317 | 77363 |   0.6 |    14M |  73 |  82 |  10 |   6 |4196 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.19/32.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.19/32.35	c  32.4s|120700 |  7323 | 77416 |   0.6 |    14M |  73 |  82 |  10 |   0 |4196 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.19/32.37	c  32.4s|120800 |  7325 | 77467 |   0.6 |    14M |  73 |  82 |  10 |   0 |4196 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.29/32.40	c  32.4s|120900 |  7339 | 77570 |   0.6 |    14M |  73 |  82 |  10 |   6 |4213 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.29/32.43	c  32.4s|121000 |  7339 | 77651 |   0.6 |    14M |  73 |  82 |  10 |   0 |4225 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.29/32.47	c  32.5s|121100 |  7349 | 77761 |   0.6 |    14M |  73 |  82 |  10 |   0 |4258 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.39/32.51	c  32.5s|121200 |  7349 | 77860 |   0.6 |    14M |  73 |  82 |  10 |   0 |4282 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.39/32.54	c  32.5s|121300 |  7349 | 77919 |   0.6 |    14M |  73 |  82 |  10 |   0 |4288 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.39/32.59	c  32.6s|121400 |  7353 | 77971 |   0.6 |    14M |  73 |  82 |  10 |   3 |4288 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.49/32.63	c  32.6s|121500 |  7351 | 78031 |   0.6 |    14M |  73 |  82 |  10 |   0 |4292 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.49/32.64	c  32.6s|121600 |  7367 | 78096 |   0.6 |    15M |  73 |  82 |  10 |   5 |4292 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.49/32.68	c  32.7s|121700 |  7367 | 78162 |   0.6 |    15M |  73 |  82 |  10 |   0 |4298 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.59/32.71	c  32.7s|121800 |  7367 | 78212 |   0.6 |    15M |  73 |  82 |  10 |   0 |4298 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.59/32.74	c  32.7s|121900 |  7377 | 78270 |   0.6 |    15M |  73 |  82 |  10 |   6 |4298 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.59/32.76	c  32.8s|122000 |  7385 | 78326 |   0.6 |    15M |  73 |  82 |  10 |   6 |4298 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.59/32.79	c  32.8s|122100 |  7413 | 78410 |   0.6 |    15M |  73 |  82 |  10 |   6 |4298 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.69/32.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.69/32.81	c  32.8s|122200 |  7469 | 78501 |   0.6 |    15M |  73 |  82 |  10 |   5 |4298 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.69/32.84	c  32.8s|122300 |  7465 | 78549 |   0.6 |    15M |  73 |  82 |  10 |   0 |4298 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.69/32.87	c  32.9s|122400 |  7471 | 78602 |   0.6 |    15M |  73 |  82 |  10 |   0 |4298 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.79/32.91	c  32.9s|122500 |  7471 | 78652 |   0.6 |    15M |  73 |  82 |  10 |   6 |4298 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.79/32.92	c  32.9s|122600 |  7481 | 78707 |   0.6 |    15M |  73 |  82 |  10 |   3 |4298 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.79/32.95	c  33.0s|122700 |  7485 | 78759 |   0.6 |    15M |  73 |  82 |  10 |   0 |4298 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.79/32.98	c  33.0s|122800 |  7489 | 78811 |   0.6 |    15M |  73 |  82 |  10 |   5 |4298 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.79/32.99	c  33.0s|122900 |  7491 | 78863 |   0.6 |    15M |  73 |  82 |  10 |   0 |4298 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.89/33.01	c  33.0s|123000 |  7491 | 78913 |   0.6 |    15M |  73 |  82 |  10 |   0 |4298 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.89/33.03	c  33.0s|123100 |  7493 | 78964 |   0.6 |    15M |  73 |  82 |  10 |   0 |4298 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.89/33.05	c  33.0s|123200 |  7503 | 79019 |   0.6 |    15M |  73 |  82 |  10 |   5 |4298 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.89/33.07	c  33.1s|123300 |  7509 | 79072 |   0.6 |    15M |  73 |  82 |  10 |   5 |4298 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.89/33.09	c  33.1s|123400 |  7511 | 79123 |   0.6 |    15M |  73 |  82 |  10 |   4 |4298 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.99/33.11	c  33.1s|123500 |  7517 | 79230 |   0.6 |    15M |  73 |  82 |  10 |   0 |4326 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.99/33.14	c  33.1s|123600 |  7519 | 79282 |   0.6 |    15M |  73 |  82 |  10 |   6 |4326 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.99/33.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.99/33.18	c  33.2s|123700 |  7529 | 79368 |   0.6 |    15M |  73 |  82 |  10 |   5 |4343 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
32.99/33.19	c  33.2s|123800 |  7529 | 79420 |   0.6 |    15M |  73 |  82 |  10 |   0 |4343 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.09/33.20	c  33.2s|123900 |  7535 | 79473 |   0.6 |    15M |  73 |  82 |  10 |   5 |4343 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.09/33.22	c  33.2s|124000 |  7537 | 79524 |   0.6 |    15M |  73 |  82 |  10 |   0 |4343 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.09/33.24	c  33.2s|124100 |  7541 | 79576 |   0.6 |    15M |  73 |  82 |  10 |   6 |4343 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.09/33.28	c  33.3s|124200 |  7543 | 79644 |   0.6 |    15M |  73 |  82 |  10 |   0 |4350 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.19/33.31	c  33.3s|124300 |  7543 | 79695 |   0.6 |    15M |  73 |  82 |  10 |   3 |4350 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.19/33.33	c  33.3s|124400 |  7543 | 79745 |   0.6 |    15M |  73 |  82 |  10 |   3 |4350 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.19/33.36	c  33.4s|124500 |  7555 | 79805 |   0.6 |    15M |  73 |  82 |  10 |   5 |4350 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.29/33.40	c  33.4s|124600 |  7557 | 79857 |   0.6 |    15M |  73 |  82 |  10 |   4 |4350 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.36%
33.29/33.42	c  33.4s|124700 |  7553 | 79908 |   0.6 |    15M |  73 |  82 |  10 |   0 |4350 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.29/33.45	c  33.5s|124800 |  7557 | 79963 |   0.6 |    15M |  73 |  82 |  10 |   6 |4350 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.29/33.48	c  33.5s|124900 |  7563 | 80016 |   0.6 |    15M |  73 |  82 |  10 |   6 |4350 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.39/33.50	c  33.5s|125000 |  7567 | 80069 |   0.6 |    15M |  73 |  82 |  10 |   6 |4350 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.39/33.54	c  33.5s|125100 |  7581 | 80130 |   0.6 |    15M |  73 |  82 |  10 |   0 |4350 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.39/33.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
33.39/33.56	c  33.6s|125200 |  7575 | 80177 |   0.6 |    15M |  73 |  82 |  10 |   6 |4350 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.39/33.58	c  33.6s|125300 |  7579 | 80229 |   0.6 |    15M |  73 |  82 |  10 |   0 |4350 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.49/33.61	c  33.6s|125400 |  7585 | 80282 |   0.6 |    15M |  73 |  82 |  10 |   0 |4350 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.49/33.63	c  33.6s|125500 |  7587 | 80333 |   0.6 |    15M |  73 |  82 |  10 |   0 |4350 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.49/33.65	c  33.6s|125600 |  7599 | 80389 |   0.6 |    15M |  73 |  82 |  10 |   6 |4350 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.49/33.68	c  33.7s|125700 |  7603 | 80441 |   0.6 |    15M |  73 |  82 |  10 |   0 |4350 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.58/33.70	c  33.7s|125800 |  7603 | 80511 |   0.6 |    15M |  73 |  82 |  10 |   6 |4355 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.58/33.72	c  33.7s|125900 |  7609 | 80569 |   0.6 |    15M |  73 |  82 |  10 |   6 |4355 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.58/33.75	c  33.8s|126000 |  7609 | 80621 |   0.6 |    15M |  73 |  82 |  10 |   5 |4355 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.58/33.76	c  33.8s|126100 |  7611 | 80672 |   0.6 |    15M |  73 |  82 |  10 |   0 |4355 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.58/33.78	c  33.8s|126200 |  7613 | 80723 |   0.6 |    15M |  73 |  82 |  10 |   5 |4355 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.58/33.79	c  33.8s|126300 |  7623 | 80778 |   0.6 |    15M |  73 |  82 |  10 |   5 |4355 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.68/33.80	c  33.8s|126400 |  7621 | 80827 |   0.6 |    15M |  73 |  82 |  10 |   0 |4355 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.68/33.83	c  33.8s|126500 |  7623 | 80890 |   0.6 |    15M |  73 |  82 |  10 |   0 |4359 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.68/33.86	c  33.9s|126600 |  7627 | 80955 |   0.6 |    15M |  73 |  82 |  10 |   0 |4366 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.68/33.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
33.68/33.88	c  33.9s|126700 |  7645 | 81031 |   0.6 |    15M |  73 |  82 |  10 |   6 |4369 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.78/33.91	c  33.9s|126800 |  7657 | 81106 |   0.6 |    15M |  73 |  82 |  10 |   0 |4369 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.78/33.92	c  33.9s|126900 |  7669 | 81177 |   0.6 |    15M |  73 |  82 |  10 |   0 |4369 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.78/33.95	c  34.0s|127000 |  7671 | 81230 |   0.6 |    15M |  73 |  82 |  10 |   4 |4369 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.89/34.00	c  34.0s|127100 |  7685 | 81293 |   0.6 |    15M |  73 |  82 |  10 |   0 |4369 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.89/34.04	c  34.0s|127200 |  7701 | 81353 |   0.6 |    15M |  73 |  82 |   9 |   6 |4371 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.89/34.07	c  34.1s|127300 |  7701 | 81403 |   0.6 |    15M |  73 |  82 |   9 |   6 |4371 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.89/34.10	c  34.1s|127400 |  7709 | 81457 |   0.6 |    15M |  73 |  82 |   9 |   0 |4371 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.99/34.11	c  34.1s|127500 |  7717 | 81514 |   0.6 |    15M |  73 |  82 |   9 |   0 |4371 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.99/34.14	c  34.1s|127600 |  7723 | 81587 |   0.6 |    15M |  73 |  82 |   9 |   0 |4371 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.99/34.16	c  34.2s|127700 |  7723 | 81637 |   0.6 |    15M |  73 |  82 |   9 |   0 |4371 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
33.99/34.18	c  34.2s|127800 |  7725 | 81688 |   0.6 |    15M |  73 |  82 |   9 |   0 |4371 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.08/34.20	c  34.2s|127900 |  7729 | 81740 |   0.6 |    15M |  73 |  82 |   9 |   6 |4371 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.08/34.23	c  34.2s|128000 |  7739 | 81795 |   0.6 |    15M |  73 |  82 |   9 |   6 |4371 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.08/34.25	c  34.2s|128100 |  7741 | 81846 |   0.6 |    15M |  73 |  82 |   9 |   5 |4371 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.08/34.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
34.08/34.27	c  34.3s|128200 |  7739 | 81897 |   0.6 |    15M |  73 |  82 |   9 |   7 |4371 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.18/34.30	c  34.3s|128300 |  7759 | 81957 |   0.6 |    15M |  73 |  82 |   9 |   5 |4371 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.18/34.31	c  34.3s|128400 |  7775 | 82021 |   0.6 |    15M |  73 |  82 |   9 |   6 |4374 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.18/34.35	c  34.3s|128500 |  7779 | 82077 |   0.6 |    15M |  73 |  82 |   9 |   0 |4377 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.18/34.38	c  34.4s|128600 |  7781 | 82133 |   0.6 |    15M |  73 |  82 |   9 |   0 |4382 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.18/34.39	c  34.4s|128700 |  7787 | 82186 |   0.6 |    15M |  73 |  82 |   9 |   5 |4382 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.28/34.41	c  34.4s|128800 |  7791 | 82238 |   0.6 |    15M |  73 |  82 |   9 |   5 |4382 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.28/34.44	c  34.4s|128900 |  7797 | 82291 |   0.6 |    15M |  73 |  82 |   9 |   5 |4382 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.28/34.46	c  34.5s|129000 |  7799 | 82363 |   0.6 |    15M |  73 |  82 |   9 |   6 |4382 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.28/34.49	c  34.5s|129100 |  7801 | 82421 |   0.6 |    15M |  73 |  82 |   9 |   7 |4385 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.38/34.52	c  34.5s|129200 |  7799 | 82474 |   0.6 |    15M |  73 |  82 |   9 |   0 |4387 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.38/34.53	c  34.5s|129300 |  7801 | 82537 |   0.6 |    15M |  73 |  82 |   9 |   0 |4393 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.38/34.56	c  34.6s|129400 |  7801 | 82587 |   0.6 |    15M |  73 |  82 |   9 |   6 |4393 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.38/34.59	c  34.6s|129500 |  7803 | 82638 |   0.6 |    15M |  73 |  82 |   9 |   6 |4393 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.48/34.61	c  34.6s|129600 |  7809 | 82691 |   0.6 |    15M |  73 |  82 |   9 |   6 |4393 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.48/34.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
34.48/34.63	c  34.6s|129700 |  7821 | 82747 |   0.6 |    15M |  73 |  82 |   9 |   0 |4393 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.48/34.67	c  34.7s|129800 |  7827 | 82800 |   0.6 |    15M |  73 |  82 |   9 |   0 |4393 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.48/34.68	c  34.7s|129900 |  7839 | 82868 |   0.6 |    15M |  73 |  82 |   9 |   5 |4396 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.48/34.69	c  34.7s|130000 |  7867 | 82932 |   0.6 |    15M |  73 |  82 |   9 |   0 |4396 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.58/34.71	c  34.7s|130100 |  7893 | 82995 |   0.6 |    15M |  73 |  82 |   9 |   5 |4396 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.58/34.72	c  34.7s|130200 |  7909 | 83058 |   0.6 |    15M |  73 |  82 |   9 |   6 |4397 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.58/34.76	c  34.8s|130300 |  7915 | 83113 |   0.6 |    15M |  73 |  82 |   9 |   6 |4397 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.58/34.78	c  34.8s|130400 |  7925 | 83168 |   0.6 |    15M |  73 |  82 |   9 |   5 |4397 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.68/34.81	c  34.8s|130500 |  7925 | 83218 |   0.6 |    15M |  73 |  82 |   9 |   0 |4397 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.68/34.83	c  34.8s|130600 |  7933 | 83272 |   0.6 |    15M |  73 |  82 |   9 |   5 |4397 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.68/34.85	c  34.9s|130700 |  7941 | 83326 |   0.6 |    15M |  73 |  82 |   9 |   5 |4397 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.68/34.86	c  34.9s|130800 |  7943 | 83377 |   0.6 |    15M |  73 |  82 |   9 |   0 |4397 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.37%
34.68/34.88	c  34.9s|130900 |  7947 | 83451 |   0.6 |    15M |  73 |  82 |   9 |   3 |4411 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.39%
34.78/34.92	c  34.9s|131000 |  7953 | 83505 |   0.6 |    15M |  73 |  82 |   9 |   0 |4411 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.40%
34.78/34.94	c  34.9s|131100 |  7957 | 83557 |   0.6 |    15M |  73 |  82 |   9 |   0 |4411 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.40%
34.78/34.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
34.78/34.97	c  35.0s|131200 |  7961 | 83609 |   0.6 |    15M |  73 |  82 |   9 |   0 |4411 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.40%
34.78/34.99	c  35.0s|131300 |  7965 | 83661 |   0.6 |    15M |  73 |  82 |   9 |   3 |4411 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.40%
34.89/35.01	c  35.0s|131400 |  7979 | 83728 |   0.6 |    15M |  73 |  82 |   9 |   3 |4416 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.40%
34.89/35.04	c  35.0s|131500 |  7991 | 83832 |   0.6 |    15M |  73 |  82 |   9 |   0 |4452 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.40%
34.89/35.08	c  35.1s|131600 |  7995 | 83895 |   0.6 |    15M |  73 |  82 |   9 |   3 |4460 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
34.89/35.10	c  35.1s|131700 |  7995 | 83945 |   0.6 |    15M |  73 |  82 |   9 |   0 |4460 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
34.99/35.13	c  35.1s|131800 |  7993 | 83994 |   0.6 |    15M |  73 |  82 |   9 |   0 |4460 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
34.99/35.16	c  35.2s|131900 |  7995 | 84045 |   0.6 |    15M |  73 |  82 |   9 |   0 |4460 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
34.99/35.18	c  35.2s|132000 |  8009 | 84102 |   0.6 |    15M |  73 |  82 |   9 |   3 |4460 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.08/35.21	c  35.2s|132100 |  8013 | 84154 |   0.6 |    15M |  73 |  82 |   9 |   3 |4460 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.08/35.22	c  35.2s|132200 |  8017 | 84216 |   0.6 |    15M |  73 |  82 |   9 |   0 |4464 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.08/35.24	c  35.2s|132300 |  8023 | 84287 |   0.6 |    15M |  73 |  82 |   9 |   3 |4473 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.08/35.28	c  35.3s|132400 |  8029 | 84365 |   0.6 |    15M |  73 |  82 |   9 |   0 |4487 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.18/35.33	c  35.3s|132500 |  8033 | 84465 |   0.6 |    15M |  73 |  82 |   9 |   0 |4511 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.18/35.35	c  35.3s|132600 |  8037 | 84522 |   0.6 |    15M |  73 |  82 |   9 |   3 |4513 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.28/35.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
35.28/35.40	c  35.4s|132700 |  8039 | 84630 |   0.6 |    15M |  73 |  82 |   9 |   3 |4532 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.28/35.42	c  35.4s|132800 |  8043 | 84716 |   0.6 |    15M |  73 |  82 |   9 |   0 |4549 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.28/35.45	c  35.4s|132900 |  8053 | 84804 |   0.6 |    15M |  73 |  82 |   9 |   3 |4563 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.28/35.49	c  35.5s|133000 |  8059 | 84901 |   0.6 |    15M |  73 |  82 |   9 |   3 |4590 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.38/35.51	c  35.5s|133100 |  8065 | 84982 |   0.6 |    15M |  73 |  82 |   9 |   3 |4602 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.38/35.53	c  35.5s|133200 |  8067 | 85056 |   0.6 |    15M |  73 |  82 |   9 |   0 |4612 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.38/35.57	c  35.6s|133300 |  8071 | 85167 |   0.6 |    15M |  73 |  82 |   9 |   3 |4643 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.48/35.61	c  35.6s|133400 |  8075 | 85273 |   0.6 |    15M |  73 |  82 |   9 |   0 |4670 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.48/35.63	c  35.6s|133500 |  8079 | 85348 |   0.6 |    15M |  73 |  82 |   9 |   6 |4683 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.48/35.65	c  35.6s|133600 |  8101 | 85442 |   0.6 |    15M |  73 |  82 |   9 |   6 |4695 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.48/35.66	c  35.7s|133700 |  8107 | 85508 |   0.6 |    15M |  73 |  82 |   9 |   3 |4701 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.48/35.69	c  35.7s|133800 |  8115 | 85615 |   0.6 |    15M |  73 |  82 |   9 |   0 |4726 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.58/35.71	c  35.7s|133900 |  8117 | 85700 |   0.6 |    15M |  73 |  82 |   9 |   5 |4740 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.58/35.74	c  35.7s|134000 |  8119 | 85775 |   0.6 |    15M |  73 |  82 |   9 |   0 |4754 |  0 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.58/35.76	c  35.8s|134100 |  8121 | 85843 |   0.6 |    15M |  73 |  82 |   9 |   6 |4760 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.58/35.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
35.58/35.78	c  35.8s|134200 |  8131 | 85954 |   0.6 |    15M |  73 |  82 |   9 |   6 |4785 |  1 |   9 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.58/35.79	c  35.8s|134300 |  8129 | 86023 |   0.6 |    15M |  73 |  82 |   9 |   3 |4790 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.68/35.82	c  35.8s|134400 |  8137 | 86116 |   0.6 |    15M |  73 |  82 |   9 |   0 |4814 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.68/35.84	c  35.8s|134500 |  8145 | 86200 |   0.6 |    15M |  73 |  82 |   9 |   3 |4831 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.68/35.86	c  35.9s|134600 |  8147 | 86254 |   0.6 |    15M |  73 |  82 |   9 |   3 |4833 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.78/35.91	c  35.9s|134700 |  8151 | 86362 |   0.6 |    15M |  73 |  82 |   9 |   3 |4859 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.78/35.93	c  35.9s|134800 |  8155 | 86458 |   0.6 |    15M |  73 |  82 |   9 |   7 |4885 |  2 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.78/35.96	c  36.0s|134900 |  8159 | 86537 |   0.6 |    15M |  73 |  82 |   9 |   0 |4894 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.78/36.00	c  36.0s|135000 |  8161 | 86613 |   0.6 |    15M |  73 |  82 |   9 |   0 |4912 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.88/36.02	c  36.0s|135100 |  8169 | 86672 |   0.6 |    15M |  73 |  82 |   9 |   3 |4913 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.88/36.05	c  36.0s|135200 |  8191 | 86791 |   0.6 |    15M |  73 |  82 |   9 |   5 |4937 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.88/36.09	c  36.1s|135300 |  8193 | 86909 |   0.6 |    15M |  73 |  82 |   9 |   0 |4970 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.98/36.13	c  36.1s|135400 |  8193 | 87013 |   0.6 |    15M |  73 |  82 |   9 |   0 |4994 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.98/36.15	c  36.2s|135500 |  8201 | 87077 |   0.6 |    15M |  73 |  82 |   9 |   0 |4998 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.98/36.17	c  36.2s|135600 |  8213 | 87180 |   0.6 |    15M |  73 |  82 |   9 |   0 |5026 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
35.98/36.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
35.98/36.19	c  36.2s|135700 |  8225 | 87295 |   0.6 |    16M |  73 |  82 |   9 |   7 |5057 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.08/36.22	c  36.2s|135800 |  8231 | 87396 |   0.6 |    16M |  73 |  82 |   9 |   0 |5079 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.08/36.24	c  36.2s|135900 |  8237 | 87476 |   0.6 |    16M |  73 |  82 |   9 |   5 |5090 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.08/36.27	c  36.3s|136000 |  8247 | 87579 |   0.6 |    16M |  73 |  82 |   9 |   6 |5114 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.18/36.30	c  36.3s|136100 |  8255 | 87656 |   0.6 |    16M |  73 |  82 |   9 |   7 |5122 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.18/36.33	c  36.3s|136200 |  8255 | 87727 |   0.6 |    16M |  73 |  82 |   9 |   3 |5129 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.18/36.36	c  36.4s|136300 |  8263 | 87832 |   0.6 |    16M |  73 |  82 |   9 |   6 |5153 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.18/36.38	c  36.4s|136400 |  8267 | 87889 |   0.6 |    16M |  73 |  82 |   9 |   0 |5153 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.28/36.41	c  36.4s|136500 |  8279 | 87988 |   0.6 |    16M |  73 |  82 |   9 |   3 |5177 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.28/36.45	c  36.4s|136600 |  8283 | 88080 |   0.6 |    16M |  73 |  82 |   9 |   0 |5202 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.28/36.47	c  36.5s|136700 |  8297 | 88179 |   0.6 |    16M |  73 |  82 |   9 |   8 |5219 |  3 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.28/36.49	c  36.5s|136800 |  8303 | 88275 |   0.6 |    16M |  73 |  82 |   9 |   0 |5242 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.37/36.52	c  36.5s|136900 |  8307 | 88348 |   0.6 |    16M |  73 |  82 |   9 |   7 |5252 |  2 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.37/36.55	c  36.6s|137000 |  8317 | 88456 |   0.6 |    16M |  73 |  82 |   9 |   6 |5274 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.37/36.58	c  36.6s|137100 |  8323 | 88548 |   0.6 |    16M |  73 |  82 |   9 |   6 |5297 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.47/36.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
36.47/36.61	c  36.6s|137200 |  8327 | 88605 |   0.6 |    16M |  73 |  82 |   9 |   5 |5297 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.47/36.67	c  36.7s|137300 |  8329 | 88684 |   0.6 |    16M |  73 |  82 |   9 |   6 |5304 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.47/36.69	c  36.7s|137400 |  8325 | 88736 |   0.6 |    16M |  73 |  82 |   9 |   0 |5304 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.57/36.72	c  36.7s|137500 |  8329 | 88794 |   0.6 |    16M |  73 |  82 |   9 |   3 |5306 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.57/36.76	c  36.8s|137600 |  8331 | 88898 |   0.6 |    16M |  73 |  82 |   9 |   6 |5332 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.57/36.79	c  36.8s|137700 |  8335 | 88978 |   0.6 |    16M |  73 |  82 |   9 |   0 |5345 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.67/36.81	c  36.8s|137800 |  8343 | 89070 |   0.6 |    16M |  73 |  82 |   9 |   6 |5364 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.67/36.84	c  36.8s|137900 |  8345 | 89151 |   0.6 |    16M |  73 |  82 |   9 |   6 |5378 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.67/36.87	c  36.9s|138000 |  8347 | 89218 |   0.6 |    16M |  73 |  82 |   9 |   0 |5382 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.77/36.91	c  36.9s|138100 |  8353 | 89288 |   0.6 |    16M |  73 |  82 |   9 |   3 |5390 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.77/36.94	c  36.9s|138200 |  8353 | 89377 |   0.6 |    16M |  73 |  82 |   9 |   5 |5408 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.77/36.97	c  37.0s|138300 |  8357 | 89436 |   0.6 |    16M |  73 |  82 |   9 |   0 |5408 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.88/37.00	c  37.0s|138400 |  8361 | 89507 |   0.6 |    16M |  73 |  82 |   9 |   3 |5414 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.88/37.03	c  37.0s|138500 |  8369 | 89624 |   0.6 |    16M |  73 |  82 |   9 |   6 |5441 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.88/37.08	c  37.1s|138600 |  8371 | 89739 |   0.6 |    16M |  73 |  82 |   9 |   0 |5465 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.98/37.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
36.98/37.12	c  37.1s|138700 |  8375 | 89824 |   0.6 |    16M |  73 |  82 |   9 |   3 |5474 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.98/37.14	c  37.1s|138800 |  8383 | 89929 |   0.6 |    16M |  73 |  82 |   9 |   0 |5500 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.98/37.16	c  37.2s|138900 |  8393 | 90009 |   0.6 |    16M |  73 |  82 |   9 |   0 |5512 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
36.98/37.19	c  37.2s|139000 |  8395 | 90072 |   0.6 |    16M |  73 |  82 |   9 |   4 |5517 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.07/37.22	c  37.2s|139100 |  8405 | 90159 |   0.6 |    16M |  73 |  82 |   9 |   7 |5532 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.07/37.26	c  37.3s|139200 |  8409 | 90213 |   0.6 |    16M |  73 |  82 |   9 |   7 |5532 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.07/37.29	c  37.3s|139300 |  8411 | 90265 |   0.6 |    16M |  73 |  82 |   9 |   6 |5532 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.17/37.33	c  37.3s|139400 |  8415 | 90317 |   0.6 |    16M |  73 |  82 |   9 |   6 |5532 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.17/37.37	c  37.4s|139500 |  8415 | 90374 |   0.6 |    16M |  73 |  82 |   9 |   6 |5532 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.17/37.38	c  37.4s|139600 |  8427 | 90452 |   0.6 |    16M |  73 |  82 |   9 |   7 |5542 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.27/37.42	c  37.4s|139700 |  8437 | 90513 |   0.6 |    16M |  73 |  82 |   9 |   7 |5542 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.27/37.45	c  37.5s|139800 |  8431 | 90571 |   0.6 |    16M |  73 |  82 |   9 |   7 |5542 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.27/37.48	c  37.5s|139900 |  8445 | 90632 |   0.6 |    16M |  73 |  82 |   9 |   0 |5542 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.37/37.50	c  37.5s|140000 |  8449 | 90685 |   0.6 |    16M |  73 |  82 |   9 |   5 |5542 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.37/37.53	c  37.5s|140100 |  8463 | 90747 |   0.6 |    16M |  73 |  82 |   9 |   6 |5544 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.37/37.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
37.37/37.54	c  37.5s|140200 |  8465 | 90798 |   0.6 |    16M |  73 |  82 |   9 |   6 |5544 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.37/37.57	c  37.6s|140300 |  8467 | 90866 |   0.6 |    16M |  73 |  82 |   9 |   0 |5551 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.37/37.58	c  37.6s|140400 |  8469 | 90917 |   0.6 |    16M |  73 |  82 |   9 |   0 |5551 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.47/37.63	c  37.6s|140500 |  8469 | 90967 |   0.6 |    16M |  73 |  82 |   9 |   6 |5551 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.47/37.65	c  37.6s|140600 |  8477 | 91021 |   0.6 |    16M |  73 |  82 |   9 |   6 |5551 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.47/37.67	c  37.7s|140700 |  8485 | 91075 |   0.6 |    16M |  73 |  82 |   9 |   0 |5551 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.57/37.71	c  37.7s|140800 |  8497 | 91131 |   0.6 |    16M |  73 |  82 |   9 |   0 |5551 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.57/37.74	c  37.7s|140900 |  8507 | 91189 |   0.6 |    16M |  73 |  82 |   9 |   5 |5551 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.57/37.76	c  37.8s|141000 |  8509 | 91285 |   0.6 |    16M |  73 |  82 |   9 |   0 |5573 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.57/37.78	c  37.8s|141100 |  8517 | 91383 |   0.6 |    16M |  73 |  82 |   9 |   0 |5594 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.67/37.81	c  37.8s|141200 |  8517 | 91444 |   0.6 |    16M |  73 |  82 |   9 |   4 |5598 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.67/37.84	c  37.8s|141300 |  8525 | 91528 |   0.6 |    16M |  73 |  82 |   9 |   6 |5609 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.41%
37.67/37.88	c  37.9s|141400 |  8531 | 91592 |   0.6 |    16M |  73 |  82 |   9 |   3 |5614 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.65%
37.67/37.89	c  37.9s|141500 |  8537 | 91650 |   0.6 |    16M |  73 |  82 |   9 |   3 |5616 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.74%
37.77/37.92	c  37.9s|141600 |  8543 | 91709 |   0.6 |    16M |  73 |  82 |   9 |   6 |5618 |  2 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
37.77/37.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
37.77/37.94	c  37.9s|141700 |  8555 | 91840 |   0.6 |    16M |  73 |  82 |   9 |   0 |5643 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
37.77/37.96	c  38.0s|141800 |  8549 | 91894 |   0.6 |    16M |  73 |  82 |   9 |   0 |5645 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
37.77/37.98	c  38.0s|141900 |  8557 | 91987 |   0.6 |    16M |  73 |  82 |   9 |   0 |5665 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
37.77/38.00	c  38.0s|142000 |  8559 | 92053 |   0.6 |    16M |  73 |  82 |   9 |   5 |5669 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
37.88/38.02	c  38.0s|142100 |  8563 | 92117 |   0.6 |    16M |  73 |  82 |   9 |   4 |5676 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
37.88/38.05	c  38.0s|142200 |  8565 | 92182 |   0.6 |    16M |  73 |  82 |   9 |   6 |5680 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
37.88/38.06	c  38.1s|142300 |  8563 | 92241 |   0.6 |    16M |  73 |  82 |   9 |   0 |5682 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
37.88/38.09	c  38.1s|142400 |  8571 | 92318 |   0.6 |    16M |  73 |  82 |   9 |   3 |5696 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
37.98/38.12	c  38.1s|142500 |  8569 | 92377 |   0.6 |    16M |  73 |  82 |   9 |   7 |5700 |  3 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
37.98/38.16	c  38.2s|142600 |  8581 | 92437 |   0.6 |    16M |  73 |  82 |   9 |   5 |5704 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
37.98/38.19	c  38.2s|142700 |  8581 | 92507 |   0.6 |    16M |  73 |  82 |   9 |   5 |5718 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.07/38.22	c  38.2s|142800 |  8587 | 92561 |   0.6 |    16M |  73 |  82 |   9 |   6 |5718 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.07/38.23	c  38.2s|142900 |  8597 | 92617 |   0.6 |    16M |  73 |  82 |   9 |   5 |5718 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.07/38.25	c  38.3s|143000 |  8605 | 92676 |   0.6 |    16M |  73 |  82 |   9 |   5 |5720 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.07/38.29	c  38.3s|143100 |  8611 | 92733 |   0.6 |    16M |  73 |  82 |   9 |   0 |5720 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.17/38.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
38.17/38.32	c  38.3s|143200 |  8619 | 92789 |   0.6 |    16M |  73 |  82 |   9 |   0 |5720 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.17/38.34	c  38.3s|143300 |  8619 | 92839 |   0.6 |    16M |  73 |  82 |   9 |   0 |5720 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.17/38.36	c  38.4s|143400 |  8633 | 92896 |   0.6 |    16M |  73 |  82 |   9 |   6 |5720 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.17/38.37	c  38.4s|143500 |  8649 | 92954 |   0.6 |    16M |  73 |  82 |   9 |   0 |5720 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.27/38.42	c  38.4s|143600 |  8661 | 93010 |   0.6 |    16M |  73 |  82 |   9 |   6 |5720 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.27/38.44	c  38.4s|143700 |  8669 | 93066 |   0.6 |    16M |  73 |  82 |   9 |   3 |5720 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.27/38.47	c  38.5s|143800 |  8675 | 93134 |   0.6 |    16M |  73 |  82 |   9 |   6 |5725 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.27/38.48	c  38.5s|143900 |  8681 | 93214 |   0.6 |    16M |  73 |  82 |   9 |   0 |5739 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.37/38.50	c  38.5s|144000 |  8683 | 93265 |   0.6 |    16M |  73 |  82 |   9 |   0 |5739 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.37/38.52	c  38.5s|144100 |  8693 | 93326 |   0.6 |    16M |  73 |  82 |   9 |   5 |5743 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.37/38.54	c  38.5s|144200 |  8695 | 93403 |   0.6 |    16M |  73 |  82 |   9 |   7 |5753 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.37/38.56	c  38.6s|144300 |  8701 | 93481 |   0.6 |    16M |  73 |  82 |   9 |   8 |5766 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.37/38.58	c  38.6s|144400 |  8709 | 93542 |   0.6 |    16M |  73 |  82 |   9 |   8 |5766 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.47/38.62	c  38.6s|144500 |  8717 | 93606 |   0.6 |    16M |  73 |  82 |   9 |   7 |5766 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.47/38.65	c  38.6s|144600 |  8715 | 93666 |   0.6 |    16M |  73 |  82 |   9 |   0 |5770 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.47/38.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
38.47/38.67	c  38.7s|144700 |  8715 | 93728 |   0.6 |    16M |  73 |  82 |   9 |   0 |5777 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.47/38.69	c  38.7s|144800 |  8715 | 93792 |   0.6 |    16M |  73 |  82 |   9 |   0 |5783 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.57/38.72	c  38.7s|144900 |  8721 | 93847 |   0.6 |    16M |  73 |  82 |   9 |   6 |5783 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.57/38.74	c  38.7s|145000 |  8729 | 93901 |   0.6 |    16M |  73 |  82 |   9 |   6 |5783 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.57/38.78	c  38.8s|145100 |  8733 | 93953 |   0.6 |    16M |  73 |  82 |   9 |   6 |5783 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.67/38.80	c  38.8s|145200 |  8735 | 94004 |   0.6 |    16M |  73 |  82 |   9 |   0 |5783 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.67/38.82	c  38.8s|145300 |  8737 | 94055 |   0.6 |    16M |  73 |  82 |   9 |   0 |5783 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.67/38.86	c  38.9s|145400 |  8739 | 94106 |   0.6 |    16M |  73 |  82 |   9 |   6 |5783 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.67/38.89	c  38.9s|145500 |  8737 | 94156 |   0.6 |    16M |  73 |  82 |   9 |   0 |5783 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.77/38.91	c  38.9s|145600 |  8737 | 94214 |   0.6 |    16M |  73 |  82 |   9 |   7 |5787 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.77/38.93	c  38.9s|145700 |  8739 | 94276 |   0.6 |    16M |  73 |  82 |   9 |   0 |5791 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.77/38.97	c  39.0s|145800 |  8739 | 94326 |   0.6 |    16M |  73 |  82 |   9 |   0 |5791 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.77/39.00	c  39.0s|145900 |  8743 | 94420 |   0.6 |    16M |  73 |  82 |   9 |   4 |5811 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.87/39.01	c  39.0s|146000 |  8745 | 94489 |   0.6 |    16M |  73 |  82 |   9 |   0 |5818 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.87/39.04	c  39.0s|146100 |  8755 | 94599 |   0.6 |    16M |  73 |  82 |   9 |   0 |5845 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.87/39.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
38.87/39.08	c  39.1s|146200 |  8763 | 94712 |   0.6 |    16M |  73 |  82 |   9 |   0 |5880 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.97/39.11	c  39.1s|146300 |  8769 | 94784 |   0.6 |    16M |  73 |  82 |   9 |   4 |5888 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.97/39.14	c  39.1s|146400 |  8777 | 94895 |   0.6 |    16M |  73 |  82 |   9 |   0 |5912 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.97/39.17	c  39.2s|146500 |  8791 | 94994 |   0.6 |    16M |  73 |  82 |   9 |   8 |5927 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
38.97/39.19	c  39.2s|146600 |  8791 | 95053 |   0.6 |    16M |  73 |  82 |   9 |   0 |5927 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.07/39.22	c  39.2s|146700 |  8795 | 95108 |   0.6 |    16M |  73 |  82 |   9 |   0 |5927 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.07/39.25	c  39.2s|146800 |  8795 | 95158 |   0.6 |    16M |  73 |  82 |   9 |   6 |5927 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.07/39.26	c  39.3s|146900 |  8803 | 95212 |   0.6 |    16M |  73 |  82 |   9 |   6 |5927 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.07/39.29	c  39.3s|147000 |  8813 | 95273 |   0.6 |    16M |  73 |  82 |   9 |   0 |5927 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.17/39.32	c  39.3s|147100 |  8815 | 95324 |   0.6 |    16M |  73 |  82 |   9 |   5 |5927 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.17/39.34	c  39.3s|147200 |  8823 | 95418 |   0.6 |    16M |  73 |  82 |   9 |   8 |5945 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.17/39.36	c  39.4s|147300 |  8825 | 95484 |   0.6 |    16M |  73 |  82 |   9 |   0 |5952 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.27/39.40	c  39.4s|147400 |  8837 | 95550 |   0.6 |    16M |  73 |  82 |   9 |   6 |5952 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.27/39.42	c  39.4s|147500 |  8841 | 95602 |   0.6 |    16M |  73 |  82 |   9 |   5 |5952 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.27/39.45	c  39.5s|147600 |  8851 | 95675 |   0.6 |    16M |  73 |  82 |   9 |   0 |5960 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.27/39.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
39.27/39.48	c  39.5s|147700 |  8865 | 95749 |   0.6 |    16M |  73 |  82 |   9 |   0 |5966 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.37/39.51	c  39.5s|147800 |  8869 | 95818 |   0.6 |    16M |  73 |  82 |   9 |   6 |5975 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.37/39.53	c  39.5s|147900 |  8875 | 95871 |   0.6 |    16M |  73 |  82 |   9 |   0 |5975 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.37/39.56	c  39.6s|148000 |  8877 | 95931 |   0.6 |    16M |  73 |  82 |   9 |   5 |5980 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.37/39.57	c  39.6s|148100 |  8883 | 95990 |   0.6 |    16M |  73 |  82 |   9 |   5 |5984 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.37/39.59	c  39.6s|148200 |  8887 | 96042 |   0.6 |    16M |  73 |  82 |   9 |   0 |5984 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.47/39.60	c  39.6s|148300 |  8897 | 96111 |   0.6 |    16M |  73 |  82 |   9 |   0 |5984 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.47/39.65	c  39.6s|148400 |  8897 | 96162 |   0.6 |    16M |  73 |  82 |   9 |   0 |5984 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.47/39.67	c  39.7s|148500 |  8907 | 96222 |   0.6 |    16M |  73 |  82 |   9 |   3 |5984 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.47/39.69	c  39.7s|148600 |  8915 | 96278 |   0.6 |    16M |  73 |  82 |   9 |   0 |5984 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.57/39.71	c  39.7s|148700 |  8927 | 96337 |   0.6 |    16M |  73 |  82 |   9 |   3 |5984 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.57/39.73	c  39.7s|148800 |  8933 | 96394 |   0.6 |    16M |  73 |  82 |   9 |   3 |5984 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.57/39.76	c  39.8s|148900 |  8953 | 96460 |   0.6 |    16M |  73 |  82 |   9 |   3 |5984 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.57/39.79	c  39.8s|149000 |  8985 | 96531 |   0.6 |    17M |  73 |  82 |   9 |   3 |5984 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.67/39.84	c  39.8s|149100 |  8999 | 96592 |   0.6 |    17M |  73 |  82 |   9 |   0 |5984 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.67/39.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
39.67/39.87	c  39.9s|149200 |  9013 | 96651 |   0.6 |    17M |  73 |  82 |   9 |   3 |5984 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.76/39.91	c  39.9s|149300 |  9021 | 96708 |   0.6 |    17M |  73 |  82 |   9 |   3 |5984 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.76/39.94	c  39.9s|149400 |  9023 | 96763 |   0.6 |    17M |  73 |  82 |   9 |   6 |5985 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.76/39.97	c  40.0s|149500 |  9027 | 96816 |   0.6 |    17M |  73 |  82 |   9 |   6 |5985 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.76/39.98	c  40.0s|149600 |  9033 | 96869 |   0.6 |    17M |  73 |  82 |   9 |   0 |5985 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.76/40.00	c  40.0s|149700 |  9033 | 96919 |   0.6 |    17M |  73 |  82 |   9 |   0 |5985 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.87/40.03	c  40.0s|149800 |  9033 | 96969 |   0.6 |    17M |  73 |  82 |   9 |   5 |5985 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.87/40.04	c  40.0s|149900 |  9041 | 97023 |   0.6 |    17M |  73 |  82 |   9 |   5 |5985 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.87/40.07	c  40.1s|150000 |  9047 | 97076 |   0.6 |    17M |  73 |  82 |   9 |   5 |5985 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.87/40.08	c  40.1s|150100 |  9055 | 97130 |   0.6 |    17M |  73 |  82 |   9 |   0 |5985 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.97/40.11	c  40.1s|150200 |  9065 | 97185 |   0.6 |    17M |  73 |  82 |   9 |   5 |5985 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.97/40.14	c  40.1s|150300 |  9073 | 97239 |   0.6 |    17M |  73 |  82 |   9 |   5 |5985 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
39.97/40.17	c  40.2s|150400 |  9069 | 97287 |   0.6 |    17M |  73 |  82 |   9 |   5 |5985 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.06/40.20	c  40.2s|150500 |  9073 | 97339 |   0.6 |    17M |  73 |  82 |   9 |   5 |5985 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.06/40.22	c  40.2s|150600 |  9075 | 97390 |   0.6 |    17M |  73 |  82 |   9 |   0 |5985 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.06/40.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
40.06/40.24	c  40.2s|150700 |  9081 | 97443 |   0.6 |    17M |  73 |  82 |   9 |   0 |5985 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.06/40.26	c  40.3s|150800 |  9081 | 97493 |   0.6 |    17M |  73 |  82 |   9 |   0 |5985 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.06/40.28	c  40.3s|150900 |  9083 | 97544 |   0.6 |    17M |  73 |  82 |   9 |   5 |5985 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.16/40.31	c  40.3s|151000 |  9089 | 97597 |   0.6 |    17M |  73 |  82 |   9 |   5 |5985 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.16/40.33	c  40.3s|151100 |  9103 | 97661 |   0.6 |    17M |  73 |  82 |   9 |   0 |5985 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.16/40.35	c  40.4s|151200 |  9105 | 97713 |   0.6 |    17M |  73 |  82 |   9 |   0 |5985 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.16/40.38	c  40.4s|151300 |  9111 | 97766 |   0.6 |    17M |  73 |  82 |   9 |   0 |5985 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.26/40.40	c  40.4s|151400 |  9111 | 97821 |   0.6 |    17M |  73 |  82 |   9 |   0 |5987 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.26/40.43	c  40.4s|151500 |  9117 | 97874 |   0.6 |    17M |  73 |  82 |   9 |   8 |5987 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.26/40.45	c  40.5s|151600 |  9117 | 97925 |   0.6 |    17M |  73 |  82 |   9 |   5 |5987 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.26/40.47	c  40.5s|151700 |  9141 | 97992 |   0.6 |    17M |  73 |  82 |   9 |   5 |5989 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.36/40.51	c  40.5s|151800 |  9145 | 98057 |   0.6 |    17M |  73 |  82 |   9 |   6 |5996 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.36/40.53	c  40.5s|151900 |  9157 | 98128 |   0.6 |    17M |  73 |  82 |   9 |   5 |6004 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.36/40.55	c  40.6s|152000 |  9161 | 98184 |   0.6 |    17M |  73 |  82 |   9 |   4 |6006 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.36/40.59	c  40.6s|152100 |  9169 | 98266 |   0.6 |    17M |  73 |  82 |   9 |   0 |6018 |  0 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.46/40.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
40.46/40.62	c  40.6s|152200 |  9173 | 98324 |   0.6 |    17M |  73 |  82 |   9 |   5 |6021 |  1 |  10 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.46/40.66	c  40.7s|152300 |  9179 | 98430 |   0.6 |    17M |  73 |  82 |   9 |   5 |6044 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.46/40.68	c  40.7s|152400 |  9181 | 98504 |   0.6 |    17M |  73 |  82 |   9 |   5 |6048 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.56/40.70	c  40.7s|152500 |  9179 | 98573 |   0.6 |    17M |  73 |  82 |   9 |   5 |6048 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.56/40.73	c  40.7s|152600 |  9179 | 98640 |   0.6 |    17M |  73 |  82 |   9 |   0 |6051 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.56/40.75	c  40.7s|152700 |  9187 | 98731 |   0.6 |    17M |  73 |  82 |   9 |   0 |6064 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.56/40.78	c  40.8s|152800 |  9187 | 98808 |   0.6 |    17M |  73 |  82 |   9 |   0 |6077 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.66/40.80	c  40.8s|152900 |  9189 | 98879 |   0.6 |    17M |  73 |  82 |   9 |   0 |6085 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.66/40.82	c  40.8s|153000 |  9199 | 98991 |   0.6 |    17M |  73 |  82 |   9 |   0 |6113 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.66/40.85	c  40.8s|153100 |  9195 | 99045 |   0.6 |    17M |  73 |  82 |   9 |   0 |6113 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.66/40.87	c  40.9s|153200 |  9203 | 99102 |   0.6 |    17M |  73 |  82 |   9 |   4 |6115 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.76/40.90	c  40.9s|153300 |  9203 | 99162 |   0.6 |    17M |  73 |  82 |   9 |   5 |6119 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.76/40.92	c  40.9s|153400 |  9205 | 99213 |   0.6 |    17M |  73 |  82 |   9 |   0 |6119 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.76/40.95	c  41.0s|153500 |  9211 | 99267 |   0.6 |    17M |  73 |  82 |   9 |   0 |6119 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.76/40.97	c  41.0s|153600 |  9225 | 99330 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.87/41.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
40.87/41.00	c  41.0s|153700 |  9229 | 99383 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.87/41.03	c  41.0s|153800 |  9241 | 99440 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.87/41.06	c  41.1s|153900 |  9257 | 99498 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.87/41.10	c  41.1s|154000 |  9253 | 99546 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.97/41.13	c  41.1s|154100 |  9257 | 99598 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.97/41.16	c  41.2s|154200 |  9261 | 99651 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
40.97/41.19	c  41.2s|154300 |  9261 | 99702 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.06/41.20	c  41.2s|154400 |  9267 | 99756 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.06/41.23	c  41.2s|154500 |  9279 | 99812 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.06/41.25	c  41.3s|154600 |  9275 | 99860 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.06/41.29	c  41.3s|154700 |  9275 | 99910 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.16/41.31	c  41.3s|154800 |  9277 | 99961 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.16/41.33	c  41.3s|154900 |  9281 |100013 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.16/41.36	c  41.4s|155000 |  9287 |100066 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.16/41.38	c  41.4s|155100 |  9295 |100139 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.26/41.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
41.26/41.41	c  41.4s|155200 |  9305 |100194 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.26/41.44	c  41.4s|155300 |  9311 |100247 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.26/41.46	c  41.5s|155400 |  9319 |100301 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.26/41.48	c  41.5s|155500 |  9325 |100354 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.36/41.51	c  41.5s|155600 |  9333 |100409 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.36/41.55	c  41.5s|155700 |  9345 |100465 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.36/41.57	c  41.6s|155800 |  9345 |100517 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.36/41.58	c  41.6s|155900 |  9353 |100572 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.46/41.60	c  41.6s|156000 |  9367 |100630 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.46/41.64	c  41.6s|156100 |  9373 |100683 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.46/41.66	c  41.7s|156200 |  9369 |100731 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.56/41.70	c  41.7s|156300 |  9373 |100783 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.56/41.73	c  41.7s|156400 |  9381 |100837 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.56/41.76	c  41.8s|156500 |  9383 |100888 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.56/41.79	c  41.8s|156600 |  9389 |100942 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.66/41.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
41.66/41.82	c  41.8s|156700 |  9391 |100993 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.66/41.84	c  41.8s|156800 |  9393 |101044 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.66/41.87	c  41.9s|156900 |  9391 |101093 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.66/41.89	c  41.9s|157000 |  9395 |101145 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.76/41.91	c  41.9s|157100 |  9405 |101202 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.76/41.93	c  41.9s|157200 |  9427 |101265 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.76/41.96	c  42.0s|157300 |  9447 |101329 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.86/42.00	c  42.0s|157400 |  9441 |101376 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.86/42.04	c  42.0s|157500 |  9439 |101425 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.86/42.08	c  42.1s|157600 |  9435 |101473 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.96/42.11	c  42.1s|157700 |  9439 |101525 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.96/42.14	c  42.1s|157800 |  9441 |101576 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.96/42.16	c  42.2s|157900 |  9447 |101629 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
41.96/42.19	c  42.2s|158000 |  9449 |101680 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.06/42.20	c  42.2s|158100 |  9451 |101731 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.06/42.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
42.06/42.23	c  42.2s|158200 |  9457 |101784 |   0.6 |    17M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.06/42.26	c  42.3s|158300 |  9459 |101835 |   0.6 |    17M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.06/42.28	c  42.3s|158400 |  9471 |101891 |   0.6 |    18M |  73 |  82 |   9 |   6 |6121 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.16/42.30	c  42.3s|158500 |  9475 |101943 |   0.6 |    18M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.16/42.33	c  42.3s|158600 |  9487 |101999 |   0.6 |    18M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.16/42.35	c  42.4s|158700 |  9491 |102051 |   0.6 |    18M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.16/42.37	c  42.4s|158800 |  9495 |102103 |   0.6 |    18M |  73 |  82 |   9 |   0 |6121 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.16/42.38	c  42.4s|158900 |  9511 |102180 |   0.6 |    18M |  73 |  82 |   9 |   0 |6128 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.26/42.40	c  42.4s|159000 |  9523 |102245 |   0.6 |    18M |  73 |  82 |   9 |   5 |6130 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.26/42.43	c  42.4s|159100 |  9523 |102295 |   0.6 |    18M |  73 |  82 |   9 |   5 |6130 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.75%
42.26/42.45	c  42.4s|159200 |  9529 |102358 |   0.6 |    18M |  73 |  82 |   9 |   4 |6136 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.26/42.47	c  42.5s|159300 |  9537 |102412 |   0.6 |    18M |  73 |  82 |   9 |   0 |6136 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.35/42.50	c  42.5s|159400 |  9535 |102461 |   0.6 |    18M |  73 |  82 |   9 |   0 |6136 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.35/42.52	c  42.5s|159500 |  9537 |102525 |   0.6 |    18M |  73 |  82 |   9 |   4 |6142 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.35/42.55	c  42.6s|159600 |  9539 |102593 |   0.6 |    18M |  73 |  82 |   9 |   0 |6152 |  0 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.45/42.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
42.45/42.60	c  42.6s|159700 |  9551 |102705 |   0.6 |    18M |  73 |  82 |   9 |   4 |6182 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.45/42.62	c  42.6s|159800 |  9573 |102768 |   0.6 |    18M |  73 |  82 |   9 |   4 |6182 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.45/42.64	c  42.6s|159900 |  9599 |102840 |   0.6 |    18M |  73 |  82 |   9 |   4 |6187 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.45/42.66	c  42.7s|160000 |  9617 |102962 |   0.6 |    18M |  73 |  82 |   9 |   4 |6214 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.45/42.68	c  42.7s|160100 |  9615 |103024 |   0.6 |    18M |  73 |  82 |   9 |   4 |6217 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.55/42.71	c  42.7s|160200 |  9621 |103114 |   0.6 |    18M |  73 |  82 |   9 |   7 |6231 |  1 |  11 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.55/42.74	c  42.7s|160300 |  9625 |103221 |   0.6 |    18M |  73 |  82 |  10 |   0 |6256 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.55/42.76	c  42.8s|160400 |  9631 |103308 |   0.6 |    18M |  73 |  82 |  10 |   4 |6272 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.55/42.78	c  42.8s|160500 |  9641 |103403 |   0.6 |    18M |  73 |  82 |  10 |   4 |6288 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.65/42.82	c  42.8s|160600 |  9645 |103468 |   0.6 |    18M |  73 |  82 |  10 |   5 |6295 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.65/42.85	c  42.8s|160700 |  9651 |103561 |   0.6 |    18M |  73 |  82 |  10 |   8 |6315 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.65/42.88	c  42.9s|160800 |  9651 |103639 |   0.6 |    18M |  73 |  82 |  10 |   0 |6327 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.75/42.90	c  42.9s|160900 |  9657 |103724 |   0.6 |    18M |  73 |  82 |  10 |   0 |6340 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.75/42.94	c  42.9s|161000 |  9669 |103780 |   0.6 |    18M |  73 |  82 |  10 |   0 |6340 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.75/42.96	c  43.0s|161100 |  9665 |103851 |   0.6 |    18M |  73 |  82 |  10 |   0 |6347 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.75/42.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
42.75/42.99	c  43.0s|161200 |  9671 |103917 |   0.6 |    18M |  73 |  82 |  10 |   0 |6358 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.86/43.00	c  43.0s|161300 |  9677 |103991 |   0.6 |    18M |  73 |  82 |  10 |   8 |6362 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.86/43.04	c  43.0s|161400 |  9681 |104057 |   0.6 |    18M |  73 |  82 |  10 |   4 |6362 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.86/43.08	c  43.1s|161500 |  9683 |104115 |   0.6 |    18M |  73 |  82 |  10 |   0 |6366 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.96/43.11	c  43.1s|161600 |  9685 |104185 |   0.6 |    18M |  73 |  82 |  10 |   0 |6373 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.96/43.15	c  43.1s|161700 |  9689 |104263 |   0.6 |    18M |  73 |  82 |  10 |   7 |6384 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
42.96/43.17	c  43.2s|161800 |  9691 |104323 |   0.6 |    18M |  73 |  82 |  10 |   0 |6387 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.05/43.21	c  43.2s|161900 |  9693 |104386 |   0.6 |    18M |  73 |  82 |  10 |   0 |6390 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.05/43.23	c  43.2s|162000 |  9697 |104443 |   0.6 |    18M |  73 |  82 |  10 |   7 |6392 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.05/43.26	c  43.3s|162100 |  9695 |104518 |   0.6 |    18M |  73 |  82 |  10 |   0 |6402 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.05/43.29	c  43.3s|162200 |  9695 |104605 |   0.6 |    18M |  73 |  82 |  10 |   0 |6419 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.15/43.31	c  43.3s|162300 |  9699 |104693 |   0.6 |    18M |  73 |  82 |  10 |   4 |6431 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.15/43.35	c  43.3s|162400 |  9703 |104764 |   0.6 |    18M |  73 |  82 |  10 |   6 |6442 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.15/43.37	c  43.4s|162500 |  9705 |104843 |   0.6 |    18M |  73 |  82 |  10 |   0 |6456 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.25/43.40	c  43.4s|162600 |  9709 |104904 |   0.6 |    18M |  73 |  82 |  10 |   4 |6460 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.25/43.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
43.25/43.44	c  43.4s|162700 |  9709 |104957 |   0.6 |    18M |  73 |  82 |  10 |   0 |6460 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.25/43.46	c  43.5s|162800 |  9711 |105043 |   0.6 |    18M |  73 |  82 |  10 |   0 |6474 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.25/43.49	c  43.5s|162900 |  9721 |105121 |   0.6 |    18M |  73 |  82 |  10 |   0 |6474 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.35/43.52	c  43.5s|163000 |  9719 |105177 |   0.6 |    18M |  73 |  82 |  10 |   5 |6476 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.35/43.54	c  43.5s|163100 |  9723 |105259 |   0.6 |    18M |  73 |  82 |  10 |   7 |6495 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.35/43.57	c  43.6s|163200 |  9723 |105325 |   0.6 |    18M |  73 |  82 |  10 |   6 |6501 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.35/43.58	c  43.6s|163300 |  9727 |105402 |   0.6 |    18M |  73 |  82 |  10 |   7 |6506 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.35/43.59	c  43.6s|163400 |  9741 |105473 |   0.6 |    18M |  73 |  82 |  10 |   6 |6506 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.45/43.63	c  43.6s|163500 |  9751 |105546 |   0.6 |    18M |  73 |  82 |  10 |   0 |6506 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.45/43.66	c  43.7s|163600 |  9755 |105623 |   0.6 |    18M |  73 |  82 |  10 |   0 |6519 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.45/43.68	c  43.7s|163700 |  9753 |105695 |   0.6 |    18M |  73 |  82 |  10 |   5 |6529 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.55/43.73	c  43.7s|163800 |  9759 |105775 |   0.6 |    18M |  73 |  82 |  10 |   0 |6540 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.55/43.75	c  43.8s|163900 |  9759 |105861 |   0.6 |    18M |  73 |  82 |  10 |   7 |6555 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.55/43.77	c  43.8s|164000 |  9767 |105930 |   0.6 |    18M |  73 |  82 |  10 |   6 |6559 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.65/43.82	c  43.8s|164100 |  9775 |105997 |   0.6 |    18M |  73 |  82 |  10 |   6 |6559 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.65/43.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
43.65/43.85	c  43.9s|164200 |  9777 |106072 |   0.6 |    18M |  73 |  82 |  10 |   0 |6568 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.65/43.88	c  43.9s|164300 |  9779 |106124 |   0.6 |    18M |  73 |  82 |  10 |   4 |6568 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.65/43.89	c  43.9s|164400 |  9781 |106185 |   0.6 |    18M |  73 |  82 |  10 |   4 |6571 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.75/43.95	c  43.9s|164500 |  9787 |106300 |   0.6 |    18M |  73 |  82 |  10 |   0 |6602 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.75/43.98	c  44.0s|164600 |  9785 |106367 |   0.6 |    18M |  73 |  82 |  10 |   6 |6607 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.85/44.01	c  44.0s|164700 |  9789 |106459 |   0.6 |    18M |  73 |  82 |  10 |   6 |6623 |  1 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.85/44.03	c  44.0s|164800 |  9785 |106507 |   0.6 |    18M |  73 |  82 |  10 |   0 |6623 |  0 |  12 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.85/44.07	c  44.1s|164900 |  9789 |106628 |   0.6 |    18M |  73 |  82 |  11 |   0 |6663 |  0 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.95/44.11	c  44.1s|165000 |  9799 |106693 |   0.6 |    18M |  73 |  82 |  11 |   6 |6663 |  1 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.95/44.15	c  44.1s|165100 |  9805 |106755 |   0.6 |    18M |  73 |  82 |  11 |   0 |6663 |  0 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
43.95/44.18	c  44.2s|165200 |  9809 |106838 |   0.6 |    18M |  73 |  82 |  11 |   4 |6678 |  1 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.05/44.20	c  44.2s|165300 |  9819 |106940 |   0.6 |    18M |  73 |  82 |  11 |   0 |6700 |  0 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.05/44.22	c  44.2s|165400 |  9817 |106999 |   0.6 |    18M |  73 |  82 |  11 |   0 |6701 |  0 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.05/44.26	c  44.3s|165500 |  9821 |107082 |   0.6 |    18M |  73 |  82 |  11 |   7 |6720 |  1 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.05/44.29	c  44.3s|165600 |  9819 |107163 |   0.6 |    18M |  73 |  82 |  11 |   0 |6735 |  0 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.15/44.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
44.15/44.32	c  44.3s|165700 |  9825 |107236 |   0.6 |    18M |  73 |  82 |  11 |   0 |6743 |  0 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.15/44.36	c  44.4s|165800 |  9829 |107336 |   0.6 |    18M |  73 |  82 |  11 |   7 |6777 |  1 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  29.76%
44.15/44.38	c  44.4s|165900 |  9829 |107408 |   0.6 |    18M |  73 |  82 |  11 |   0 |6789 |  0 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  31.27%
44.25/44.41	c  44.4s|166000 |  9851 |107504 |   0.6 |    18M |  73 |  82 |  11 |   3 |6806 |  1 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  32.74%
44.25/44.43	c  44.4s|166100 |  9889 |107578 |   0.6 |    18M |  73 |  82 |  11 |   3 |6806 |  1 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  32.74%
44.25/44.45	c  44.4s|166200 |  9899 |107633 |   0.6 |    18M |  73 |  82 |  11 |   3 |6806 |  1 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  32.74%
44.25/44.48	c  44.5s|166300 |  9913 |107704 |   0.6 |    18M |  73 |  82 |  11 |   3 |6808 |  1 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  32.74%
44.25/44.49	c  44.5s|166400 |  9919 |107757 |   0.6 |    18M |  73 |  82 |  11 |   0 |6808 |  0 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  32.74%
44.35/44.51	c  44.5s|166500 |  9925 |107810 |   0.6 |    18M |  73 |  82 |  11 |   0 |6808 |  0 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  32.75%
44.35/44.54	c  44.5s|166600 |  9931 |107885 |   0.6 |    18M |  73 |  82 |  11 |   3 |6821 |  1 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  32.78%
44.35/44.57	c  44.6s|166700 |  9935 |107965 |   0.6 |    18M |  73 |  82 |  11 |   0 |6835 |  0 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  32.78%
44.35/44.59	c  44.6s|166800 |  9951 |108047 |   0.6 |    18M |  73 |  82 |  11 |   0 |6849 |  0 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  32.78%
44.45/44.61	c  44.6s|166900 |  9955 |108119 |   0.6 |    18M |  73 |  82 |  11 |   3 |6858 |  1 |  13 |  18 | 0.000000e+00 |      --      |    Inf |  32.79%
44.45/44.64	c  44.6s|167000 |  9965 |108221 |   0.6 |    18M |  73 |  82 |  11 |   3 |6881 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.81%
44.45/44.67	c  44.7s|167100 |  9967 |108277 |   0.6 |    18M |  73 |  82 |  11 |   3 |6883 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.81%
44.45/44.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
44.45/44.69	c  44.7s|167200 |  9973 |108343 |   0.6 |    18M |  73 |  82 |  11 |   3 |6889 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.82%
44.55/44.71	c  44.7s|167300 |  9973 |108412 |   0.6 |    18M |  73 |  82 |  11 |   0 |6896 |  0 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.82%
44.55/44.73	c  44.7s|167400 |  9979 |108468 |   0.6 |    18M |  73 |  82 |  11 |   3 |6899 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.82%
44.55/44.76	c  44.8s|167500 |  9983 |108527 |   0.6 |    18M |  73 |  82 |  11 |   3 |6901 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.82%
44.55/44.78	c  44.8s|167600 |  9991 |108586 |   0.6 |    18M |  73 |  82 |  11 |   3 |6901 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.82%
44.65/44.81	c  44.8s|167700 |  9993 |108646 |   0.6 |    18M |  73 |  82 |  11 |   3 |6908 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.82%
44.65/44.84	c  44.8s|167800 |  9997 |108712 |   0.6 |    18M |  73 |  82 |  11 |   5 |6914 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.82%
44.65/44.87	c  44.9s|167900 | 10007 |108803 |   0.6 |    18M |  73 |  82 |  11 |   0 |6925 |  0 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.82%
44.75/44.90	c  44.9s|168000 | 10011 |108862 |   0.6 |    18M |  73 |  82 |  11 |   0 |6929 |  0 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.82%
44.75/44.94	c  44.9s|168100 | 10017 |108918 |   0.6 |    18M |  73 |  82 |  11 |   3 |6929 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.82%
44.75/44.96	c  45.0s|168200 | 10025 |108976 |   0.6 |    18M |  73 |  82 |  11 |   0 |6929 |  0 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.83%
44.75/44.98	c  45.0s|168300 | 10031 |109029 |   0.6 |    18M |  73 |  82 |  11 |   3 |6929 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.83%
44.85/45.01	c  45.0s|168400 | 10035 |109120 |   0.6 |    18M |  73 |  82 |  11 |   0 |6950 |  0 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.83%
44.85/45.05	c  45.0s|168500 | 10049 |109201 |   0.6 |    18M |  73 |  82 |  11 |   3 |6960 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.83%
44.85/45.09	c  45.1s|168600 | 10059 |109284 |   0.6 |    18M |  73 |  82 |  11 |   0 |6966 |  0 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.83%
44.95/45.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
44.95/45.11	c  45.1s|168700 | 10067 |109348 |   0.6 |    18M |  73 |  82 |  11 |   0 |6966 |  0 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.83%
44.95/45.14	c  45.1s|168800 | 10067 |109418 |   0.6 |    18M |  73 |  82 |  11 |   0 |6974 |  0 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
44.95/45.17	c  45.2s|168900 | 10079 |109510 |   0.6 |    18M |  73 |  82 |  11 |   9 |6996 |  3 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.04/45.20	c  45.2s|169000 | 10085 |109588 |   0.6 |    18M |  73 |  82 |  11 |   3 |7003 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.04/45.23	c  45.2s|169100 | 10097 |109650 |   0.6 |    18M |  73 |  82 |  11 |   3 |7007 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.04/45.25	c  45.3s|169200 | 10105 |109756 |   0.6 |    19M |  73 |  82 |  11 |   5 |7038 |  2 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.04/45.27	c  45.3s|169300 | 10117 |109879 |   0.6 |    19M |  73 |  82 |  11 |   5 |7070 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.15/45.31	c  45.3s|169400 | 10123 |109982 |   0.6 |    19M |  73 |  82 |  11 |   5 |7096 |  1 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.15/45.33	c  45.3s|169500 | 10127 |110058 |   0.6 |    19M |  73 |  82 |  11 |   0 |7112 |  0 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.15/45.36	c  45.4s|169600 | 10137 |110156 |   0.6 |    19M |  73 |  82 |  11 |   0 |7125 |  0 |  14 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.15/45.38	c  45.4s|169700 | 10145 |110229 |   0.6 |    19M |  73 |  82 |  11 |   3 |7134 |  1 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.25/45.40	c  45.4s|169800 | 10151 |110308 |   0.6 |    19M |  73 |  82 |  11 |   3 |7147 |  1 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.25/45.43	c  45.4s|169900 | 10155 |110402 |   0.6 |    19M |  73 |  82 |  11 |   0 |7165 |  0 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.25/45.46	c  45.5s|170000 | 10167 |110477 |   0.6 |    19M |  73 |  82 |  11 |   0 |7167 |  0 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.25/45.49	c  45.5s|170100 | 10175 |110542 |   0.6 |    19M |  73 |  82 |  11 |   3 |7170 |  1 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.35/45.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
45.35/45.53	c  45.5s|170200 | 10185 |110612 |   0.6 |    19M |  73 |  82 |  11 |   3 |7177 |  1 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.35/45.54	c  45.5s|170300 | 10189 |110678 |   0.6 |    19M |  73 |  82 |  11 |   3 |7185 |  1 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.35/45.56	c  45.6s|170400 | 10191 |110736 |   0.6 |    19M |  73 |  82 |  11 |   3 |7189 |  1 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.35/45.59	c  45.6s|170500 | 10197 |110834 |   0.6 |    19M |  73 |  82 |  11 |   5 |7213 |  1 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.45/45.61	c  45.6s|170600 | 10203 |110918 |   0.6 |    19M |  73 |  82 |  11 |   0 |7229 |  0 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.45/45.64	c  45.6s|170700 | 10203 |110977 |   0.6 |    19M |  73 |  82 |  11 |   0 |7231 |  0 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.45/45.68	c  45.7s|170800 | 10205 |111031 |   0.6 |    19M |  73 |  82 |  11 |   0 |7233 |  0 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.55/45.73	c  45.7s|170900 | 10207 |111123 |   0.6 |    19M |  73 |  82 |  11 |   3 |7249 |  1 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.55/45.74	c  45.7s|171000 | 10213 |111193 |   0.6 |    19M |  73 |  82 |  11 |   3 |7255 |  1 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.55/45.77	c  45.8s|171100 | 10221 |111264 |   0.6 |    19M |  73 |  82 |  11 |   0 |7262 |  0 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.65/45.80	c  45.8s|171200 | 10241 |111351 |   0.6 |    19M |  73 |  82 |  11 |   0 |7263 |  0 |  15 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.65/45.81	c  45.8s|171300 | 10249 |111432 |   0.6 |    19M |  73 |  82 |  11 |   3 |7275 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.65/45.83	c  45.8s|171400 | 10253 |111518 |   0.6 |    19M |  73 |  82 |  11 |   0 |7300 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.65/45.87	c  45.9s|171500 | 10259 |111585 |   0.6 |    19M |  73 |  82 |  11 |   3 |7308 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.65/45.89	c  45.9s|171600 | 10269 |111650 |   0.6 |    19M |  73 |  82 |  11 |   3 |7310 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.75/45.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
45.75/45.91	c  45.9s|171700 | 10281 |111718 |   0.6 |    19M |  73 |  82 |  11 |   3 |7313 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.75/45.94	c  45.9s|171800 | 10287 |111777 |   0.6 |    19M |  73 |  82 |  11 |   3 |7314 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  32.84%
45.75/45.98	c  46.0s|171900 | 10297 |111858 |   0.6 |    19M |  73 |  82 |  11 |   3 |7332 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.02%
45.86/46.01	c  46.0s|172000 | 10299 |111912 |   0.6 |    19M |  73 |  82 |  11 |   0 |7332 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.03%
45.86/46.04	c  46.0s|172100 | 10305 |111972 |   0.6 |    19M |  73 |  82 |  11 |   0 |7334 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.07%
45.86/46.06	c  46.1s|172200 | 10311 |112025 |   0.6 |    19M |  73 |  82 |  11 |   0 |7334 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.08%
45.86/46.09	c  46.1s|172300 | 10317 |112078 |   0.6 |    19M |  73 |  82 |  11 |   0 |7334 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
45.95/46.13	c  46.1s|172400 | 10319 |112129 |   0.6 |    19M |  73 |  82 |  11 |   3 |7334 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
45.95/46.16	c  46.2s|172500 | 10325 |112182 |   0.6 |    19M |  73 |  82 |  11 |   3 |7334 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
45.95/46.17	c  46.2s|172600 | 10333 |112236 |   0.6 |    19M |  73 |  82 |  11 |   0 |7334 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.05/46.21	c  46.2s|172700 | 10339 |112289 |   0.6 |    19M |  73 |  82 |  11 |   0 |7334 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.05/46.23	c  46.2s|172800 | 10347 |112343 |   0.6 |    19M |  73 |  82 |  11 |   3 |7334 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.05/46.25	c  46.3s|172900 | 10355 |112398 |   0.6 |    19M |  73 |  82 |  11 |   4 |7335 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.05/46.28	c  46.3s|173000 | 10357 |112449 |   0.6 |    19M |  73 |  82 |  11 |   4 |7335 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.15/46.30	c  46.3s|173100 | 10365 |112526 |   0.6 |    19M |  73 |  82 |  11 |   4 |7346 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.15/46.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
46.15/46.33	c  46.3s|173200 | 10377 |112623 |   0.6 |    19M |  73 |  82 |  11 |   6 |7371 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.15/46.38	c  46.4s|173300 | 10401 |112745 |   0.6 |    19M |  73 |  82 |  11 |   6 |7395 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.25/46.42	c  46.4s|173400 | 10407 |112831 |   0.6 |    19M |  73 |  82 |  11 |   4 |7415 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.25/46.45	c  46.4s|173500 | 10417 |112912 |   0.6 |    19M |  73 |  82 |  11 |   0 |7426 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.25/46.49	c  46.5s|173600 | 10431 |113019 |   0.6 |    19M |  73 |  82 |  11 |   0 |7450 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.35/46.53	c  46.5s|173700 | 10433 |113126 |   0.6 |    19M |  73 |  82 |  11 |   4 |7474 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.35/46.57	c  46.6s|173800 | 10439 |113193 |   0.6 |    19M |  73 |  82 |  11 |   4 |7482 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.45/46.60	c  46.6s|173900 | 10445 |113294 |   0.6 |    19M |  73 |  82 |  11 |   5 |7512 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.45/46.63	c  46.6s|174000 | 10453 |113395 |   0.6 |    19M |  73 |  82 |  11 |   4 |7541 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.45/46.67	c  46.7s|174100 | 10461 |113499 |   0.6 |    19M |  73 |  82 |  11 |   0 |7565 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.55/46.70	c  46.7s|174200 | 10469 |113564 |   0.6 |    19M |  73 |  82 |  11 |   0 |7570 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.55/46.74	c  46.7s|174300 | 10471 |113668 |   0.6 |    19M |  73 |  82 |  11 |   8 |7595 |  2 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.55/46.77	c  46.8s|174400 | 10475 |113728 |   0.6 |    19M |  73 |  82 |  11 |   0 |7597 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.65/46.81	c  46.8s|174500 | 10489 |113795 |   0.6 |    19M |  73 |  82 |  11 |   3 |7600 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.65/46.83	c  46.8s|174600 | 10491 |113859 |   0.6 |    19M |  73 |  82 |  11 |   0 |7604 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.65/46.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
46.65/46.87	c  46.9s|174700 | 10491 |113922 |   0.6 |    19M |  73 |  82 |  11 |   0 |7613 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.75/46.90	c  46.9s|174800 | 10489 |114015 |   0.6 |    19M |  73 |  82 |  11 |   0 |7636 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.75/46.94	c  46.9s|174900 | 10493 |114084 |   0.6 |    19M |  73 |  82 |  11 |   0 |7642 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.75/46.97	c  47.0s|175000 | 10497 |114168 |   0.6 |    19M |  73 |  82 |  11 |   3 |7658 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.75/46.99	c  47.0s|175100 | 10501 |114257 |   0.6 |    19M |  73 |  82 |  11 |   0 |7680 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.85/47.02	c  47.0s|175200 | 10509 |114335 |   0.6 |    19M |  73 |  82 |  11 |   3 |7684 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.85/47.05	c  47.1s|175300 | 10523 |114417 |   0.6 |    19M |  73 |  82 |  11 |   6 |7690 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.85/47.08	c  47.1s|175400 | 10529 |114500 |   0.6 |    19M |  73 |  82 |  11 |   3 |7698 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.85/47.09	c  47.1s|175500 | 10533 |114566 |   0.6 |    19M |  73 |  82 |  11 |   3 |7701 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.95/47.12	c  47.1s|175600 | 10535 |114658 |   0.6 |    19M |  73 |  82 |  11 |   3 |7723 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.95/47.14	c  47.1s|175700 | 10555 |114763 |   0.6 |    19M |  73 |  82 |  11 |   5 |7735 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
46.95/47.18	c  47.2s|175800 | 10567 |114846 |   0.6 |    19M |  73 |  82 |  11 |   0 |7746 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.09%
47.05/47.20	c  47.2s|175900 | 10579 |114923 |   0.6 |    19M |  73 |  82 |  11 |   0 |7755 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.19%
47.05/47.22	c  47.2s|176000 | 10581 |114974 |   0.6 |    19M |  73 |  82 |  11 |   0 |7755 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.19%
47.05/47.26	c  47.3s|176100 | 10591 |115029 |   0.6 |    19M |  73 |  82 |  11 |   0 |7755 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.19%
47.05/47.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
47.05/47.29	c  47.3s|176200 | 10591 |115090 |   0.6 |    19M |  73 |  82 |  11 |   5 |7760 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.19%
47.15/47.32	c  47.3s|176300 | 10611 |115164 |   0.6 |    19M |  73 |  82 |  11 |   5 |7765 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.19%
47.15/47.35	c  47.4s|176400 | 10615 |115241 |   0.6 |    19M |  73 |  82 |  11 |   4 |7773 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.19%
47.15/47.38	c  47.4s|176500 | 10627 |115317 |   0.6 |    19M |  73 |  82 |  11 |   3 |7782 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.21%
47.25/47.41	c  47.4s|176600 | 10631 |115377 |   0.6 |    19M |  73 |  82 |  11 |   0 |7786 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.25/47.44	c  47.4s|176700 | 10633 |115428 |   0.6 |    19M |  73 |  82 |  11 |   5 |7786 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.25/47.46	c  47.5s|176800 | 10647 |115486 |   0.6 |    19M |  73 |  82 |  11 |   5 |7786 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.25/47.48	c  47.5s|176900 | 10655 |115540 |   0.6 |    19M |  73 |  82 |  11 |   5 |7786 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.35/47.51	c  47.5s|177000 | 10661 |115593 |   0.6 |    19M |  73 |  82 |  11 |   5 |7786 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.35/47.53	c  47.5s|177100 | 10665 |115645 |   0.6 |    19M |  73 |  82 |  11 |   0 |7786 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.35/47.57	c  47.6s|177200 | 10669 |115697 |   0.6 |    19M |  73 |  82 |  11 |   5 |7786 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.35/47.59	c  47.6s|177300 | 10677 |115751 |   0.6 |    19M |  73 |  82 |  11 |   5 |7786 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.45/47.61	c  47.6s|177400 | 10693 |115817 |   0.6 |    19M |  73 |  82 |  11 |   5 |7789 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.45/47.64	c  47.6s|177500 | 10705 |115898 |   0.6 |    19M |  73 |  82 |  11 |   5 |7807 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.45/47.66	c  47.7s|177600 | 10713 |115955 |   0.6 |    19M |  73 |  82 |  11 |   0 |7811 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.54/47.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
47.54/47.70	c  47.7s|177700 | 10723 |116032 |   0.6 |    19M |  73 |  82 |  11 |   5 |7830 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.54/47.75	c  47.7s|177800 | 10731 |116127 |   0.6 |    19M |  73 |  82 |  11 |   6 |7852 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.54/47.77	c  47.8s|177900 | 10745 |116204 |   0.6 |    19M |  73 |  82 |  11 |   6 |7865 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.64/47.81	c  47.8s|178000 | 10745 |116287 |   0.6 |    19M |  73 |  82 |  11 |   0 |7883 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.64/47.84	c  47.8s|178100 | 10753 |116389 |   0.6 |    19M |  73 |  82 |  11 |   4 |7906 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.64/47.87	c  47.9s|178200 | 10753 |116439 |   0.6 |    19M |  73 |  82 |  11 |   5 |7906 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.64/47.89	c  47.9s|178300 | 10753 |116526 |   0.6 |    19M |  73 |  82 |  11 |   0 |7920 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.74/47.91	c  47.9s|178400 | 10757 |116593 |   0.6 |    19M |  73 |  82 |  11 |   3 |7926 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.74/47.94	c  47.9s|178500 | 10761 |116654 |   0.6 |    19M |  73 |  82 |  11 |   0 |7932 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.74/47.96	c  48.0s|178600 | 10767 |116719 |   0.6 |    19M |  73 |  82 |  11 |   0 |7938 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.74/47.99	c  48.0s|178700 | 10775 |116800 |   0.6 |    19M |  73 |  82 |  11 |   0 |7953 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.85/48.03	c  48.0s|178800 | 10777 |116878 |   0.6 |    19M |  73 |  82 |  11 |   6 |7965 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.85/48.04	c  48.0s|178900 | 10779 |116937 |   0.6 |    19M |  73 |  82 |  11 |   0 |7971 |  0 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.85/48.06	c  48.1s|179000 | 10791 |117053 |   0.6 |    19M |  73 |  82 |  11 |   7 |8001 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.85/48.09	c  48.1s|179100 | 10801 |117129 |   0.6 |    19M |  73 |  82 |  11 |   7 |8010 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.95/48.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
47.95/48.13	c  48.1s|179200 | 10813 |117225 |   0.6 |    19M |  73 |  82 |  11 |   3 |8026 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.95/48.16	c  48.2s|179300 | 10817 |117294 |   0.6 |    19M |  73 |  82 |  11 |   3 |8037 |  1 |  16 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
47.95/48.17	c  48.2s|179400 | 10819 |117372 |   0.6 |    19M |  73 |  82 |  13 |   4 |8048 |  1 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.04/48.20	c  48.2s|179500 | 10827 |117452 |   0.6 |    19M |  73 |  82 |  13 |   5 |8060 |  1 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.04/48.23	c  48.2s|179600 | 10831 |117516 |   0.6 |    19M |  73 |  82 |  13 |   5 |8068 |  1 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.04/48.26	c  48.3s|179700 | 10839 |117595 |   0.6 |    19M |  73 |  82 |  13 |   5 |8081 |  1 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.04/48.29	c  48.3s|179800 | 10843 |117684 |   0.6 |    19M |  73 |  82 |  13 |   6 |8100 |  1 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.14/48.33	c  48.3s|179900 | 10847 |117747 |   0.6 |    19M |  73 |  82 |  13 |   4 |8100 |  1 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.14/48.36	c  48.4s|180000 | 10847 |117821 |   0.6 |    19M |  73 |  82 |  13 |   0 |8109 |  0 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.14/48.38	c  48.4s|180100 | 10859 |117895 |   0.6 |    19M |  73 |  82 |  13 |   0 |8115 |  0 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.24/48.41	c  48.4s|180200 | 10857 |117947 |   0.6 |    19M |  73 |  82 |  13 |   3 |8115 |  1 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.24/48.44	c  48.4s|180300 | 10871 |118022 |   0.6 |    19M |  73 |  82 |  13 |   0 |8119 |  0 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.24/48.47	c  48.5s|180400 | 10873 |118086 |   0.6 |    19M |  73 |  82 |  13 |   0 |8126 |  0 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.34/48.51	c  48.5s|180500 | 10875 |118187 |   0.6 |    19M |  73 |  82 |  13 |   0 |8155 |  0 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.34/48.54	c  48.5s|180600 | 10881 |118294 |   0.6 |    19M |  73 |  82 |  13 |   0 |8187 |  0 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.34/48.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
48.34/48.56	c  48.6s|180700 | 10899 |118374 |   0.6 |    19M |  73 |  82 |  13 |   0 |8187 |  0 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.22%
48.34/48.58	c  48.6s|180800 | 10901 |118431 |   0.6 |    19M |  73 |  82 |  13 |   3 |8187 |  1 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.24%
48.44/48.62	c  48.6s|180900 | 10901 |118483 |   0.6 |    19M |  73 |  82 |  13 |   3 |8187 |  1 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
48.44/48.63	c  48.6s|181000 | 10907 |118546 |   0.6 |    19M |  73 |  82 |  13 |   3 |8187 |  1 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
48.44/48.66	c  48.7s|181100 | 10923 |118612 |   0.6 |    19M |  73 |  82 |  13 |   0 |8187 |  0 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
48.44/48.68	c  48.7s|181200 | 10933 |118675 |   0.6 |    19M |  73 |  82 |  13 |   0 |8191 |  0 |  18 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
48.54/48.72	c  48.7s|181300 | 10935 |118778 |   0.6 |    19M |  73 |  82 |  14 |   3 |8218 |  1 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
48.54/48.76	c  48.8s|181400 | 10935 |118832 |   0.6 |    19M |  73 |  82 |  14 |   3 |8219 |  1 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
48.54/48.79	c  48.8s|181500 | 10957 |118930 |   0.6 |    19M |  73 |  82 |  14 |   0 |8240 |  0 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
48.64/48.82	c  48.8s|181600 | 10981 |119037 |   0.6 |    19M |  73 |  82 |  14 |   0 |8258 |  0 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
48.64/48.86	c  48.9s|181700 | 11015 |119117 |   0.6 |    20M |  73 |  82 |  14 |   0 |8258 |  0 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
48.64/48.89	c  48.9s|181800 | 11027 |119176 |   0.6 |    20M |  73 |  82 |  14 |   6 |8258 |  1 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
48.74/48.92	c  48.9s|181900 | 11035 |119237 |   0.6 |    20M |  73 |  82 |  14 |   6 |8258 |  1 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
48.74/48.96	c  49.0s|182000 | 11039 |119290 |   0.6 |    20M |  73 |  82 |  14 |   0 |8258 |  0 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
48.74/48.98	c  49.0s|182100 | 11049 |119355 |   0.6 |    20M |  73 |  82 |  14 |   0 |8262 |  0 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
48.85/49.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
48.85/49.01	c  49.0s|182200 | 11049 |119424 |   0.6 |    20M |  73 |  82 |  14 |   5 |8267 |  1 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
48.85/49.03	c  49.0s|182300 | 11071 |119492 |   0.6 |    20M |  73 |  82 |  14 |   4 |8271 |  1 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
48.85/49.04	c  49.0s|182400 | 11095 |119563 |   0.6 |    20M |  73 |  82 |  14 |   7 |8275 |  2 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.25%
48.85/49.08	c  49.1s|182500 | 11099 |119658 |   0.6 |    20M |  73 |  82 |  14 |   0 |8297 |  0 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.27%
48.85/49.10	c  49.1s|182600 | 11101 |119710 |   0.6 |    20M |  73 |  82 |  14 |   0 |8297 |  0 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.27%
48.94/49.11	c  49.1s|182700 | 11109 |119764 |   0.6 |    20M |  73 |  82 |  14 |   3 |8297 |  1 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.27%
48.94/49.14	c  49.1s|182800 | 11113 |119816 |   0.6 |    20M |  73 |  82 |  14 |   5 |8297 |  1 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.27%
48.94/49.17	c  49.2s|182900 | 11119 |119878 |   0.6 |    20M |  73 |  82 |  14 |   0 |8300 |  0 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.27%
48.94/49.19	c  49.2s|183000 | 11123 |119930 |   0.6 |    20M |  73 |  82 |  14 |   0 |8300 |  0 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.27%
49.04/49.23	c  49.2s|183100 | 11135 |120020 |   0.6 |    20M |  73 |  82 |  14 |   0 |8320 |  0 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.27%
49.04/49.26	c  49.3s|183200 | 11149 |120140 |   0.6 |    20M |  73 |  82 |  14 |   5 |8348 |  0 |  19 |  18 | 0.000000e+00 |      --      |    Inf |  33.27%
49.04/49.29	c  49.3s|183300 | 11155 |120249 |   0.6 |    20M |  73 |  82 |  15 |   0 |8384 |  0 |  20 |  18 | 0.000000e+00 |      --      |    Inf |  33.27%
49.14/49.33	c  49.3s|183400 | 11161 |120365 |   0.6 |    20M |  73 |  82 |  15 |   7 |8411 |  1 |  20 |  18 | 0.000000e+00 |      --      |    Inf |  33.27%
49.14/49.37	c  49.4s|183500 | 11177 |120458 |   0.6 |    20M |  73 |  82 |  15 |   7 |8425 |  1 |  20 |  18 | 0.000000e+00 |      --      |    Inf |  33.27%
49.24/49.40	c  49.4s|183600 | 11177 |120516 |   0.6 |    20M |  73 |  82 |  15 |   0 |8429 |  0 |  20 |  18 | 0.000000e+00 |      --      |    Inf |  33.27%
49.24/49.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
49.24/49.43	c  49.4s|183700 | 11181 |120569 |   0.6 |    20M |  73 |  82 |  15 |   0 |8429 |  0 |  20 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
49.24/49.45	c  49.4s|183800 | 11189 |120627 |   0.6 |    20M |  73 |  82 |  15 |   0 |8429 |  0 |  20 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
49.24/49.49	c  49.5s|183900 | 11193 |120679 |   0.6 |    20M |  73 |  82 |  15 |   3 |8429 |  1 |  20 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
49.34/49.52	c  49.5s|184000 | 11191 |120747 |   0.6 |    20M |  73 |  82 |  15 |   0 |8435 |  0 |  20 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
49.34/49.55	c  49.5s|184100 | 11193 |120810 |   0.6 |    20M |  73 |  82 |  15 |   0 |8443 |  0 |  20 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
49.34/49.57	c  49.6s|184200 | 11197 |120862 |   0.6 |    20M |  73 |  82 |  15 |   3 |8443 |  1 |  20 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
49.44/49.61	c  49.6s|184300 | 11209 |120918 |   0.6 |    20M |  73 |  82 |  15 |   3 |8443 |  1 |  20 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
49.44/49.64	c  49.6s|184400 | 11207 |120970 |   0.6 |    20M |  73 |  82 |  15 |   0 |8444 |  0 |  20 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
49.44/49.67	c  49.7s|184500 | 11206 |121056 |   0.6 |    20M |  73 |  82 |  15 |   0 |8470 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
49.54/49.70	c  49.7s|184600 | 11212 |121123 |   0.6 |    20M |  73 |  82 |  15 |   3 |8473 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
49.54/49.71	c  49.7s|184700 | 11216 |121179 |   0.6 |    20M |  73 |  82 |  15 |   0 |8476 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
49.54/49.76	c  49.8s|184800 | 11220 |121287 |   0.6 |    20M |  73 |  82 |  15 |   6 |8500 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
49.54/49.78	c  49.8s|184900 | 11226 |121340 |   0.6 |    20M |  73 |  82 |  15 |   0 |8500 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
49.64/49.81	c  49.8s|185000 | 11232 |121419 |   0.6 |    20M |  73 |  82 |  15 |   4 |8517 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
49.64/49.84	c  49.8s|185100 | 11242 |121504 |   0.6 |    20M |  73 |  82 |  15 |   4 |8535 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
49.64/49.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
49.64/49.87	c  49.9s|185200 | 11254 |121634 |   0.6 |    20M |  73 |  82 |  15 |   0 |8570 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
49.74/49.90	c  49.9s|185300 | 11278 |121751 |   0.6 |    20M |  73 |  82 |  15 |   0 |8591 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
49.74/49.94	c  49.9s|185400 | 11280 |121853 |   0.6 |    20M |  73 |  82 |  15 |   4 |8621 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
49.74/49.96	c  50.0s|185500 | 11288 |121924 |   0.6 |    20M |  73 |  82 |  15 |   4 |8628 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
49.74/49.99	c  50.0s|185600 | 11296 |122012 |   0.6 |    20M |  73 |  82 |  15 |   8 |8642 |  2 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
49.84/50.02	c  50.0s|185700 | 11302 |122118 |   0.6 |    20M |  73 |  82 |  15 |   6 |8668 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
49.84/50.05	c  50.1s|185800 | 11310 |122192 |   0.6 |    20M |  73 |  82 |  15 |   6 |8676 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
49.84/50.09	c  50.1s|185900 | 11324 |122306 |   0.6 |    20M |  73 |  82 |  15 |   4 |8713 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
49.94/50.11	c  50.1s|186000 | 11334 |122409 |   0.6 |    21M |  73 |  82 |  15 |   5 |8731 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
49.94/50.14	c  50.1s|186100 | 11338 |122500 |   0.6 |    21M |  73 |  82 |  15 |   0 |8752 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
49.94/50.17	c  50.2s|186200 | 11342 |122619 |   0.6 |    21M |  73 |  82 |  15 |   0 |8777 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.04/50.21	c  50.2s|186300 | 11348 |122701 |   0.6 |    21M |  73 |  82 |  15 |   6 |8790 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.04/50.23	c  50.2s|186400 | 11352 |122763 |   0.6 |    21M |  73 |  82 |  15 |   0 |8794 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.04/50.26	c  50.3s|186500 | 11360 |122835 |   0.6 |    21M |  73 |  82 |  15 |   6 |8795 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.04/50.29	c  50.3s|186600 | 11362 |122921 |   0.6 |    21M |  73 |  82 |  15 |   0 |8813 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.14/50.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
50.14/50.31	c  50.3s|186700 | 11372 |122988 |   0.6 |    21M |  73 |  82 |  15 |   0 |8813 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.14/50.34	c  50.3s|186800 | 11374 |123051 |   0.6 |    21M |  73 |  82 |  15 |   5 |8819 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.14/50.37	c  50.4s|186900 | 11372 |123121 |   0.6 |    21M |  73 |  82 |  15 |   0 |8829 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.14/50.39	c  50.4s|187000 | 11378 |123209 |   0.6 |    21M |  73 |  82 |  15 |   4 |8844 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.23/50.42	c  50.4s|187100 | 11382 |123308 |   0.7 |    21M |  73 |  82 |  15 |   4 |8867 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.23/50.46	c  50.5s|187200 | 11390 |123407 |   0.7 |    21M |  73 |  82 |  15 |   0 |8889 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.33/50.50	c  50.5s|187300 | 11388 |123465 |   0.7 |    21M |  73 |  82 |  15 |   3 |8893 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.33/50.53	c  50.5s|187400 | 11388 |123544 |   0.7 |    21M |  73 |  82 |  15 |   0 |8905 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.33/50.57	c  50.6s|187500 | 11390 |123647 |   0.7 |    21M |  73 |  82 |  15 |   0 |8937 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.43/50.61	c  50.6s|187600 | 11400 |123708 |   0.7 |    21M |  73 |  82 |  15 |   5 |8941 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.28%
50.43/50.63	c  50.6s|187700 | 11406 |123771 |   0.7 |    21M |  73 |  82 |  15 |   0 |8943 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.29%
50.43/50.66	c  50.7s|187800 | 11412 |123825 |   0.7 |    21M |  73 |  82 |  15 |   0 |8943 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.29%
50.43/50.66	c  50.7s|187900 | 11424 |123885 |   0.7 |    21M |  73 |  82 |  15 |   3 |8943 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
50.43/50.69	c  50.7s|188000 | 11432 |123949 |   0.7 |    21M |  73 |  82 |  15 |   0 |8943 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
50.53/50.72	c  50.7s|188100 | 11434 |124008 |   0.7 |    21M |  73 |  82 |  15 |   5 |8947 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
50.53/50.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
50.53/50.77	c  50.8s|188200 | 11440 |124098 |   0.7 |    21M |  73 |  82 |  15 |   4 |8972 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
50.53/50.79	c  50.8s|188300 | 11442 |124171 |   0.7 |    21M |  73 |  82 |  15 |   5 |8981 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
50.63/50.81	c  50.8s|188400 | 11450 |124239 |   0.7 |    21M |  73 |  82 |  15 |   0 |8986 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
50.63/50.84	c  50.8s|188500 | 11462 |124297 |   0.7 |    21M |  73 |  82 |  15 |   3 |8986 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
50.63/50.86	c  50.9s|188600 | 11478 |124371 |   0.7 |    21M |  73 |  82 |  15 |   6 |8990 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
50.63/50.88	c  50.9s|188700 | 11488 |124444 |   0.7 |    21M |  73 |  82 |  15 |   7 |8996 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
50.63/50.89	c  50.9s|188800 | 11492 |124506 |   0.7 |    21M |  73 |  82 |  15 |   0 |8996 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
50.73/50.91	c  50.9s|188900 | 11498 |124581 |   0.7 |    21M |  73 |  82 |  15 |   3 |9005 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
50.73/50.94	c  50.9s|189000 | 11506 |124695 |   0.7 |    21M |  73 |  82 |  15 |   4 |9022 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
50.73/50.96	c  51.0s|189100 | 11516 |124768 |   0.7 |    21M |  73 |  82 |  15 |   0 |9030 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
50.73/50.98	c  51.0s|189200 | 11516 |124818 |   0.7 |    21M |  73 |  82 |  15 |   0 |9030 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
50.84/51.01	c  51.0s|189300 | 11524 |124907 |   0.7 |    21M |  73 |  82 |  15 |   0 |9042 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
50.84/51.03	c  51.0s|189400 | 11530 |124975 |   0.7 |    21M |  73 |  82 |  15 |   0 |9046 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
50.84/51.05	c  51.1s|189500 | 11540 |125073 |   0.7 |    21M |  73 |  82 |  15 |   5 |9054 |  1 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
50.84/51.10	c  51.1s|189600 | 11548 |125178 |   0.7 |    21M |  73 |  82 |  15 |   0 |9076 |  0 |  21 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
50.94/51.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
50.94/51.14	c  51.1s|189700 | 11554 |125266 |   0.7 |    21M |  73 |  82 |  15 |   0 |9101 |  0 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
50.94/51.15	c  51.2s|189800 | 11560 |125319 |   0.7 |    21M |  73 |  82 |  15 |   3 |9101 |  1 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
50.94/51.17	c  51.2s|189900 | 11562 |125370 |   0.7 |    21M |  73 |  82 |  15 |   3 |9101 |  1 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
50.94/51.19	c  51.2s|190000 | 11568 |125423 |   0.7 |    21M |  73 |  82 |  15 |   5 |9101 |  1 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.03/51.22	c  51.2s|190100 | 11572 |125500 |   0.7 |    21M |  73 |  82 |  15 |   5 |9111 |  1 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.03/51.25	c  51.3s|190200 | 11574 |125584 |   0.7 |    21M |  73 |  82 |  15 |   0 |9123 |  0 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.03/51.27	c  51.3s|190300 | 11586 |125680 |   0.7 |    21M |  73 |  82 |  15 |   0 |9140 |  0 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.03/51.29	c  51.3s|190400 | 11588 |125748 |   0.7 |    21M |  73 |  82 |  15 |   0 |9148 |  0 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.13/51.33	c  51.3s|190500 | 11596 |125804 |   0.7 |    21M |  73 |  82 |  15 |   4 |9148 |  1 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.13/51.36	c  51.4s|190600 | 11604 |125888 |   0.7 |    21M |  73 |  82 |  15 |   5 |9160 |  1 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.13/51.39	c  51.4s|190700 | 11620 |125966 |   0.7 |    21M |  73 |  82 |  15 |   4 |9172 |  1 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.23/51.42	c  51.4s|190800 | 11628 |126091 |   0.7 |    21M |  73 |  82 |  15 |   0 |9209 |  0 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.23/51.44	c  51.4s|190900 | 11634 |126170 |   0.7 |    21M |  73 |  82 |  15 |   0 |9218 |  0 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.23/51.46	c  51.5s|191000 | 11646 |126273 |   0.7 |    21M |  73 |  82 |  15 |   7 |9243 |  1 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.23/51.49	c  51.5s|191100 | 11656 |126370 |   0.7 |    21M |  73 |  82 |  15 |   7 |9271 |  1 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.33/51.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
51.33/51.53	c  51.5s|191200 | 11658 |126485 |   0.7 |    22M |  73 |  82 |  15 |   0 |9301 |  0 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.33/51.56	c  51.6s|191300 | 11664 |126550 |   0.7 |    22M |  73 |  82 |  15 |   8 |9305 |  2 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.33/51.59	c  51.6s|191400 | 11670 |126644 |   0.7 |    22M |  73 |  82 |  15 |   4 |9327 |  1 |  22 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.43/51.63	c  51.6s|191500 | 11674 |126731 |   0.7 |    22M |  73 |  82 |  15 |   4 |9351 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.43/51.66	c  51.7s|191600 | 11674 |126847 |   0.7 |    22M |  73 |  82 |  15 |   4 |9381 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.43/51.69	c  51.7s|191700 | 11680 |126943 |   0.7 |    22M |  73 |  82 |  15 |   7 |9401 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.53/51.72	c  51.7s|191800 | 11694 |127037 |   0.7 |    22M |  73 |  82 |  15 |   7 |9421 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.53/51.75	c  51.7s|191900 | 11714 |127117 |   0.7 |    22M |  73 |  82 |  15 |   4 |9431 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.53/51.78	c  51.8s|192000 | 11734 |127209 |   0.7 |    22M |  73 |  82 |  15 |   4 |9448 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.63/51.80	c  51.8s|192100 | 11752 |127290 |   0.7 |    22M |  73 |  82 |  15 |   5 |9457 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.63/51.83	c  51.8s|192200 | 11764 |127355 |   0.7 |    22M |  73 |  82 |  15 |   0 |9457 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.63/51.85	c  51.9s|192300 | 11788 |127428 |   0.7 |    22M |  73 |  82 |  15 |   0 |9457 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.63/51.89	c  51.9s|192400 | 11796 |127496 |   0.7 |    22M |  73 |  82 |  15 |   6 |9457 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.73/51.91	c  51.9s|192500 | 11814 |127573 |   0.7 |    22M |  73 |  82 |  15 |   0 |9464 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.73/51.95	c  51.9s|192600 | 11836 |127646 |   0.7 |    22M |  73 |  82 |  15 |   4 |9471 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.73/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.73/51.97	c  52.0s|192700 | 11890 |127766 |   0.7 |    22M |  73 |  82 |  15 |   6 |9488 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.73/52.00	c  52.0s|192800 | 11910 |127832 |   0.7 |    22M |  73 |  82 |  15 |   0 |9488 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.83/52.02	c  52.0s|192900 | 11944 |127908 |   0.7 |    22M |  73 |  82 |  15 |   6 |9489 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.83/52.04	c  52.0s|193000 | 11976 |127984 |   0.7 |    22M |  73 |  82 |  15 |   6 |9490 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.83/52.06	c  52.1s|193100 | 11998 |128054 |   0.7 |    22M |  73 |  82 |  15 |   6 |9490 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.83/52.07	c  52.1s|193200 | 12052 |128167 |   0.7 |    22M |  73 |  82 |  15 |   6 |9493 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.83/52.09	c  52.1s|193300 | 12110 |128270 |   0.7 |    22M |  73 |  82 |  15 |   0 |9493 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.93/52.12	c  52.1s|193400 | 12146 |128346 |   0.7 |    22M |  73 |  82 |  15 |   6 |9493 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.93/52.14	c  52.1s|193500 | 12162 |128410 |   0.7 |    22M |  73 |  82 |  15 |   0 |9493 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.93/52.16	c  52.2s|193600 | 12178 |128481 |   0.7 |    23M |  73 |  82 |  15 |   6 |9495 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
51.93/52.19	c  52.2s|193700 | 12194 |128548 |   0.7 |    23M |  73 |  82 |  15 |   5 |9500 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.02/52.21	c  52.2s|193800 | 12220 |128619 |   0.7 |    23M |  73 |  82 |  15 |   6 |9504 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.02/52.23	c  52.2s|193900 | 12246 |128685 |   0.7 |    23M |  73 |  82 |  15 |   4 |9504 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.02/52.24	c  52.2s|194000 | 12304 |128777 |   0.7 |    23M |  73 |  82 |  15 |   0 |9508 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.02/52.26	c  52.3s|194100 | 12314 |128843 |   0.7 |    23M |  73 |  82 |  15 |   0 |9512 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.02/52.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
52.02/52.28	c  52.3s|194200 | 12338 |128921 |   0.7 |    23M |  73 |  82 |  15 |   4 |9520 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.12/52.31	c  52.3s|194300 | 12348 |128989 |   0.7 |    23M |  73 |  82 |  15 |   7 |9528 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.12/52.34	c  52.3s|194400 | 12362 |129106 |   0.7 |    23M |  73 |  82 |  15 |   0 |9546 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.12/52.38	c  52.4s|194500 | 12370 |129200 |   0.7 |    23M |  73 |  82 |  15 |   8 |9570 |  3 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.22/52.41	c  52.4s|194600 | 12378 |129273 |   0.7 |    23M |  73 |  82 |  15 |   4 |9577 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.22/52.43	c  52.4s|194700 | 12384 |129376 |   0.7 |    23M |  73 |  82 |  15 |   4 |9604 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.22/52.48	c  52.5s|194800 | 12388 |129469 |   0.7 |    23M |  73 |  82 |  15 |   4 |9627 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.32/52.52	c  52.5s|194900 | 12386 |129530 |   0.7 |    23M |  73 |  82 |  15 |   4 |9630 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.32/52.56	c  52.6s|195000 | 12390 |129666 |   0.7 |    23M |  73 |  82 |  15 |   4 |9662 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.32/52.59	c  52.6s|195100 | 12402 |129773 |   0.7 |    23M |  73 |  82 |  15 |   0 |9690 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.42/52.61	c  52.6s|195200 | 12408 |129855 |   0.7 |    23M |  73 |  82 |  15 |   6 |9702 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.42/52.64	c  52.6s|195300 | 12440 |129973 |   0.7 |    23M |  73 |  82 |  15 |   8 |9726 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.42/52.67	c  52.7s|195400 | 12448 |130045 |   0.7 |    23M |  73 |  82 |  15 |   0 |9735 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.52/52.70	c  52.7s|195500 | 12456 |130099 |   0.7 |    23M |  73 |  82 |  15 |   0 |9735 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.52/52.72	c  52.7s|195600 | 12502 |130203 |   0.7 |    23M |  73 |  82 |  15 |   0 |9744 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.52/52.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
52.52/52.75	c  52.7s|195700 | 12508 |130261 |   0.7 |    23M |  73 |  82 |  15 |   0 |9744 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.52/52.77	c  52.8s|195800 | 12534 |130343 |   0.7 |    23M |  73 |  82 |  15 |   0 |9752 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.52/52.78	c  52.8s|195900 | 12546 |130406 |   0.7 |    23M |  73 |  82 |  15 |   0 |9752 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.52/52.78	c  52.8s|196000 | 12560 |130463 |   0.7 |    23M |  73 |  82 |  15 |   7 |9752 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.62/52.80	c  52.8s|196100 | 12580 |130529 |   0.7 |    23M |  73 |  82 |  15 |   5 |9754 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.62/52.82	c  52.8s|196200 | 12612 |130632 |   0.7 |    23M |  73 |  82 |  15 |   0 |9772 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.62/52.85	c  52.8s|196300 | 12644 |130724 |   0.7 |    23M |  73 |  82 |  15 |   0 |9782 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.62/52.86	c  52.9s|196400 | 12680 |130812 |   0.7 |    23M |  73 |  82 |  15 |   6 |9790 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.62/52.88	c  52.9s|196500 | 12716 |130896 |   0.7 |    23M |  73 |  82 |  15 |   0 |9797 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.72/52.90	c  52.9s|196600 | 12742 |130990 |   0.7 |    23M |  73 |  82 |  15 |   6 |9797 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.72/52.93	c  52.9s|196700 | 12760 |131059 |   0.7 |    23M |  73 |  82 |  15 |   6 |9797 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.72/52.95	c  53.0s|196800 | 12774 |131132 |   0.7 |    23M |  73 |  82 |  15 |   0 |9800 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.72/52.98	c  53.0s|196900 | 12834 |131261 |   0.7 |    23M |  73 |  82 |  15 |   6 |9807 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.83/53.01	c  53.0s|197000 | 12856 |131335 |   0.7 |    23M |  73 |  82 |  15 |   8 |9814 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.83/53.04	c  53.0s|197100 | 12884 |131433 |   0.7 |    23M |  73 |  82 |  15 |   6 |9836 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.83/53.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
52.83/53.05	c  53.1s|197200 | 12922 |131536 |   0.7 |    23M |  73 |  82 |  15 |   0 |9845 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.83/53.07	c  53.1s|197300 | 12962 |131619 |   0.7 |    23M |  73 |  82 |  15 |   6 |9848 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.83/53.09	c  53.1s|197400 | 12984 |131693 |   0.7 |    23M |  73 |  82 |  15 |   3 |9856 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.93/53.12	c  53.1s|197500 | 12988 |131762 |   0.7 |    23M |  73 |  82 |  15 |   0 |9862 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.93/53.14	c  53.1s|197600 | 13020 |131839 |   0.7 |    23M |  73 |  82 |  15 |   6 |9865 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.93/53.17	c  53.2s|197700 | 13058 |131928 |   0.7 |    23M |  73 |  82 |  15 |   0 |9865 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
52.93/53.19	c  53.2s|197800 | 13088 |132002 |   0.7 |    23M |  73 |  82 |  15 |   6 |9865 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.03/53.21	c  53.2s|197900 | 13100 |132070 |   0.7 |    23M |  73 |  82 |  15 |   3 |9867 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.03/53.27	c  53.3s|198000 | 13104 |132138 |   0.7 |    23M |  73 |  82 |  15 |   0 |9874 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.13/53.30	c  53.3s|198100 | 13132 |132251 |   0.7 |    23M |  73 |  82 |  15 |   0 |9903 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.13/53.33	c  53.3s|198200 | 13184 |132396 |   0.7 |    23M |  73 |  82 |  15 |   6 |9919 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.13/53.35	c  53.4s|198300 | 13196 |132462 |   0.7 |    23M |  73 |  82 |  15 |   0 |9923 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.13/53.38	c  53.4s|198400 | 13212 |132527 |   0.7 |    23M |  73 |  82 |  15 |   0 |9923 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.23/53.40	c  53.4s|198500 | 13228 |132605 |   0.7 |    23M |  73 |  82 |  15 |   0 |9929 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.23/53.43	c  53.4s|198600 | 13246 |132677 |   0.7 |    23M |  73 |  82 |  15 |   3 |9936 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.23/53.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
53.23/53.46	c  53.5s|198700 | 13252 |132783 |   0.7 |    23M |  73 |  82 |  15 |   6 |9962 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.23/53.49	c  53.5s|198800 | 13260 |132879 |   0.7 |    23M |  73 |  82 |  15 |   0 |9971 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.33/53.52	c  53.5s|198900 | 13274 |132956 |   0.7 |    23M |  73 |  82 |  15 |   4 |9980 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.33/53.54	c  53.5s|199000 | 13302 |133056 |   0.7 |    23M |  73 |  82 |  15 |   0 |9991 |  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.33/53.56	c  53.6s|199100 | 13328 |133127 |   0.7 |    23M |  73 |  82 |  15 |   5 |9995 |  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.33/53.58	c  53.6s|199200 | 13360 |133212 |   0.7 |    23M |  73 |  82 |  15 |   6 |  10k|  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.43/53.60	c  53.6s|199300 | 13370 |133273 |   0.7 |    23M |  73 |  82 |  15 |   6 |  10k|  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.43/53.62	c  53.6s|199400 | 13396 |133347 |   0.7 |    23M |  73 |  82 |  15 |   6 |  10k|  1 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.43/53.65	c  53.7s|199500 | 13420 |133414 |   0.7 |    23M |  73 |  82 |  15 |   0 |  10k|  0 |  23 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.43/53.67	c  53.7s|199600 | 13472 |133580 |   0.7 |    23M |  73 |  82 |  15 |   3 |  10k|  1 |  24 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.53/53.72	c  53.7s|199700 | 13476 |133652 |   0.7 |    23M |  73 |  82 |  15 |   0 |  10k|  0 |  24 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.53/53.75	c  53.7s|199800 | 13482 |133719 |   0.7 |    23M |  73 |  82 |  15 |   0 |  10k|  0 |  24 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.53/53.77	c  53.8s|199900 | 13492 |133791 |   0.7 |    23M |  73 |  82 |  15 |   4 |  10k|  1 |  24 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.63/53.80	c  53.8s|200000 | 13518 |133886 |   0.7 |    23M |  73 |  82 |  15 |   6 |  10k|  1 |  24 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.63/53.83	c  53.8s|200100 | 13536 |133980 |   0.7 |    23M |  73 |  82 |  15 |   7 |  10k|  1 |  24 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.63/53.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
53.63/53.85	c  53.9s|200200 | 13550 |134048 |   0.7 |    23M |  73 |  82 |  15 |   0 |  10k|  0 |  24 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.63/53.89	c  53.9s|200300 | 13556 |134163 |   0.7 |    23M |  73 |  82 |  15 |   6 |  10k|  1 |  24 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.73/53.91	c  53.9s|200400 | 13570 |134221 |   0.7 |    23M |  73 |  82 |  15 |   4 |  10k|  1 |  24 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.73/53.94	c  53.9s|200500 | 13582 |134329 |   0.7 |    23M |  73 |  82 |  15 |   0 |  10k|  0 |  24 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.73/53.96	c  54.0s|200600 | 13588 |134406 |   0.7 |    23M |  73 |  82 |  15 |   0 |  10k|  0 |  24 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.73/53.98	c  54.0s|200700 | 13594 |134509 |   0.7 |    23M |  73 |  82 |  15 |   6 |  10k|  1 |  24 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.83/54.01	c  54.0s|200800 | 13602 |134615 |   0.7 |    23M |  73 |  82 |  15 |   7 |  10k|  2 |  24 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.83/54.03	c  54.0s|200900 | 13608 |134695 |   0.7 |    23M |  73 |  82 |  15 |   0 |  10k|  0 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.83/54.06	c  54.1s|201000 | 13614 |134799 |   0.7 |    23M |  73 |  82 |  15 |   0 |  10k|  0 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.83/54.08	c  54.1s|201100 | 13630 |134901 |   0.7 |    23M |  73 |  82 |  15 |   4 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.93/54.11	c  54.1s|201200 | 13642 |135013 |   0.7 |    23M |  73 |  82 |  15 |   0 |  10k|  0 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.93/54.13	c  54.1s|201300 | 13648 |135091 |   0.7 |    23M |  73 |  82 |  15 |   0 |  10k|  0 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.93/54.16	c  54.2s|201400 | 13666 |135184 |   0.7 |    23M |  73 |  82 |  15 |   7 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
53.93/54.18	c  54.2s|201500 | 13690 |135281 |   0.7 |    24M |  73 |  82 |  15 |   8 |  10k|  3 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.02/54.21	c  54.2s|201600 | 13714 |135377 |   0.7 |    24M |  73 |  82 |  15 |   6 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.02/54.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
54.02/54.24	c  54.2s|201700 | 13740 |135472 |   0.7 |    24M |  73 |  82 |  15 |   6 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.02/54.26	c  54.3s|201800 | 13756 |135585 |   0.7 |    24M |  73 |  82 |  15 |   8 |  10k|  2 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.02/54.28	c  54.3s|201900 | 13790 |135667 |   0.7 |    24M |  73 |  82 |  15 |   6 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.12/54.30	c  54.3s|202000 | 13812 |135732 |   0.7 |    24M |  73 |  82 |  15 |   6 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.12/54.33	c  54.3s|202100 | 13844 |135828 |   0.7 |    24M |  73 |  82 |  15 |   4 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.12/54.35	c  54.3s|202200 | 13892 |135943 |   0.7 |    24M |  73 |  82 |  15 |   6 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.12/54.38	c  54.4s|202300 | 13922 |136066 |   0.7 |    24M |  73 |  82 |  15 |   0 |  10k|  0 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.22/54.41	c  54.4s|202400 | 13932 |136136 |   0.7 |    24M |  73 |  82 |  15 |   6 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.22/54.44	c  54.4s|202500 | 13936 |136205 |   0.7 |    24M |  73 |  82 |  15 |   4 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.22/54.47	c  54.5s|202600 | 13946 |136298 |   0.7 |    24M |  73 |  82 |  15 |   0 |  10k|  0 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.22/54.49	c  54.5s|202700 | 13960 |136377 |   0.7 |    24M |  73 |  82 |  15 |   0 |  10k|  0 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.32/54.51	c  54.5s|202800 | 13998 |136475 |   0.7 |    24M |  73 |  82 |  15 |   0 |  10k|  0 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.32/54.54	c  54.5s|202900 | 14046 |136564 |   0.7 |    24M |  73 |  82 |  15 |   6 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.32/54.57	c  54.6s|203000 | 14070 |136634 |   0.7 |    24M |  73 |  82 |  15 |   6 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.32/54.59	c  54.6s|203100 | 14090 |136698 |   0.7 |    24M |  73 |  82 |  15 |   6 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.42/54.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
54.42/54.61	c  54.6s|203200 | 14114 |136766 |   0.7 |    24M |  73 |  82 |  15 |   6 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.42/54.63	c  54.6s|203300 | 14140 |136840 |   0.7 |    24M |  73 |  82 |  15 |   0 |  10k|  0 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.42/54.65	c  54.6s|203400 | 14198 |136957 |   0.7 |    25M |  73 |  82 |  15 |   6 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.42/54.67	c  54.7s|203500 | 14214 |137018 |   0.7 |    25M |  73 |  82 |  15 |   6 |  10k|  1 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.52/54.70	c  54.7s|203600 | 14242 |137106 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  25 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.52/54.73	c  54.7s|203700 | 14266 |137184 |   0.7 |    25M |  73 |  82 |  15 |   6 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.52/54.75	c  54.7s|203800 | 14296 |137255 |   0.7 |    25M |  73 |  82 |  15 |   6 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.52/54.77	c  54.8s|203900 | 14340 |137366 |   0.7 |    25M |  73 |  82 |  15 |   6 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.62/54.80	c  54.8s|204000 | 14364 |137435 |   0.7 |    25M |  73 |  82 |  15 |   6 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.62/54.81	c  54.8s|204100 | 14398 |137522 |   0.7 |    25M |  73 |  82 |  15 |   6 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.62/54.83	c  54.8s|204200 | 14436 |137607 |   0.7 |    25M |  73 |  82 |  15 |   6 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.62/54.86	c  54.9s|204300 | 14458 |137691 |   0.7 |    25M |  73 |  82 |  15 |   7 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.62/54.87	c  54.9s|204400 | 14492 |137796 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.30%
54.72/54.90	c  54.9s|204500 | 14494 |137861 |   0.7 |    25M |  73 |  82 |  15 |   4 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
54.72/54.94	c  54.9s|204600 | 14504 |137976 |   0.7 |    25M |  73 |  82 |  15 |   5 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
54.72/54.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
54.72/54.97	c  55.0s|204700 | 14526 |138047 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
54.72/55.00	c  55.0s|204800 | 14540 |138122 |   0.7 |    25M |  73 |  82 |  15 |   5 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
54.83/55.02	c  55.0s|204900 | 14542 |138196 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
54.83/55.05	c  55.0s|205000 | 14552 |138272 |   0.7 |    25M |  73 |  82 |  15 |   5 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
54.83/55.07	c  55.1s|205100 | 14580 |138361 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
54.83/55.09	c  55.1s|205200 | 14614 |138445 |   0.7 |    25M |  73 |  82 |  15 |   6 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
54.93/55.11	c  55.1s|205300 | 14640 |138534 |   0.7 |    25M |  73 |  82 |  15 |   7 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
54.93/55.13	c  55.1s|205400 | 14680 |138643 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
54.93/55.15	c  55.1s|205500 | 14742 |138758 |   0.7 |    25M |  73 |  82 |  15 |   6 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
54.93/55.17	c  55.2s|205600 | 14764 |138831 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
54.93/55.19	c  55.2s|205700 | 14778 |138899 |   0.7 |    25M |  73 |  82 |  15 |   5 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.02/55.21	c  55.2s|205800 | 14820 |138985 |   0.7 |    25M |  73 |  82 |  15 |   7 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.02/55.23	c  55.2s|205900 | 14858 |139074 |   0.7 |    25M |  73 |  82 |  15 |   7 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.02/55.25	c  55.2s|206000 | 14882 |139165 |   0.7 |    25M |  73 |  82 |  15 |   8 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.02/55.27	c  55.3s|206100 | 14906 |139244 |   0.7 |    25M |  73 |  82 |  15 |   6 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.12/55.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
55.12/55.30	c  55.3s|206200 | 14908 |139315 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.12/55.33	c  55.3s|206300 | 14914 |139410 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.12/55.36	c  55.4s|206400 | 14918 |139497 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.12/55.39	c  55.4s|206500 | 14920 |139559 |   0.7 |    25M |  73 |  82 |  15 |   5 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.22/55.42	c  55.4s|206600 | 14926 |139635 |   0.7 |    25M |  73 |  82 |  15 |   7 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.22/55.45	c  55.4s|206700 | 14918 |139687 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.22/55.48	c  55.5s|206800 | 14932 |139775 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.32/55.51	c  55.5s|206900 | 14984 |139942 |   0.7 |    25M |  73 |  82 |  15 |   7 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.32/55.54	c  55.5s|207000 | 15002 |140025 |   0.7 |    25M |  73 |  82 |  15 |   6 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.32/55.56	c  55.6s|207100 | 15050 |140147 |   0.7 |    25M |  73 |  82 |  15 |   6 |  10k|  1 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.32/55.58	c  55.6s|207200 | 15070 |140215 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.42/55.61	c  55.6s|207300 | 15070 |140281 |   0.7 |    25M |  73 |  82 |  15 |   0 |  10k|  0 |  26 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.42/55.62	c  55.6s|207400 | 15076 |140360 |   0.7 |    25M |  73 |  82 |  16 |   0 |  10k|  0 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.42/55.65	c  55.6s|207500 | 15086 |140458 |   0.7 |    25M |  73 |  82 |  16 |   5 |  10k|  1 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.42/55.67	c  55.7s|207600 | 15112 |140542 |   0.7 |    25M |  73 |  82 |  16 |   5 |  10k|  1 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.42/55.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
55.42/55.69	c  55.7s|207700 | 15146 |140645 |   0.7 |    25M |  73 |  82 |  16 |   6 |  10k|  1 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.52/55.71	c  55.7s|207800 | 15172 |140715 |   0.7 |    25M |  73 |  82 |  16 |   0 |  10k|  0 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.52/55.74	c  55.7s|207900 | 15196 |140797 |   0.7 |    25M |  73 |  82 |  16 |   6 |  10k|  1 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.52/55.76	c  55.8s|208000 | 15220 |140883 |   0.7 |    25M |  73 |  82 |  16 |   0 |  10k|  0 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.62/55.80	c  55.8s|208100 | 15228 |140971 |   0.7 |    25M |  73 |  82 |  16 |   0 |  10k|  0 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.62/55.83	c  55.8s|208200 | 15248 |141038 |   0.7 |    25M |  73 |  82 |  16 |   4 |  10k|  1 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.62/55.84	c  55.8s|208300 | 15268 |141098 |   0.7 |    25M |  73 |  82 |  16 |   4 |  10k|  1 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.62/55.87	c  55.9s|208400 | 15276 |141216 |   0.7 |    25M |  73 |  82 |  16 |   6 |  10k|  1 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.72/55.90	c  55.9s|208500 | 15280 |141298 |   0.7 |    25M |  73 |  82 |  16 |   0 |  10k|  0 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.72/55.93	c  55.9s|208600 | 15302 |141409 |   0.7 |    25M |  73 |  82 |  16 |   6 |  10k|  1 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.72/55.95	c  55.9s|208700 | 15330 |141477 |   0.7 |    25M |  73 |  82 |  16 |   0 |  10k|  0 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.72/55.97	c  56.0s|208800 | 15364 |141588 |   0.7 |    25M |  73 |  82 |  16 |   6 |  10k|  1 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.72/55.99	c  56.0s|208900 | 15382 |141671 |   0.7 |    25M |  73 |  82 |  16 |   6 |  10k|  1 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.82/56.01	c  56.0s|209000 | 15394 |141772 |   0.7 |    25M |  73 |  82 |  16 |   4 |  10k|  1 |  27 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.82/56.04	c  56.0s|209100 | 15408 |141898 |   0.7 |    25M |  73 |  82 |  17 |   7 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.82/56.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
55.82/56.06	c  56.1s|209200 | 15412 |141969 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.82/56.08	c  56.1s|209300 | 15420 |142029 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.82/56.10	c  56.1s|209400 | 15432 |142093 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.92/56.12	c  56.1s|209500 | 15444 |142157 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.92/56.14	c  56.1s|209600 | 15458 |142223 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.92/56.17	c  56.2s|209700 | 15492 |142331 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
55.92/56.19	c  56.2s|209800 | 15514 |142423 |   0.7 |    25M |  73 |  82 |  17 |   4 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.02/56.22	c  56.2s|209900 | 15528 |142524 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.02/56.24	c  56.2s|210000 | 15536 |142611 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.02/56.26	c  56.3s|210100 | 15564 |142711 |   0.7 |    25M |  73 |  82 |  17 |   7 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.02/56.29	c  56.3s|210200 | 15582 |142792 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.12/56.31	c  56.3s|210300 | 15584 |142864 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.12/56.34	c  56.3s|210400 | 15602 |142931 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.12/56.37	c  56.4s|210500 | 15608 |143010 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.12/56.39	c  56.4s|210600 | 15632 |143090 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.22/56.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
56.22/56.41	c  56.4s|210700 | 15638 |143161 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.22/56.44	c  56.4s|210800 | 15660 |143236 |   0.7 |    25M |  73 |  82 |  17 |   8 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.22/56.46	c  56.5s|210900 | 15664 |143301 |   0.7 |    25M |  73 |  82 |  17 |   4 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.22/56.49	c  56.5s|211000 | 15670 |143358 |   0.7 |    25M |  73 |  82 |  17 |   4 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.32/56.51	c  56.5s|211100 | 15686 |143481 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.32/56.53	c  56.5s|211200 | 15694 |143544 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.32/56.56	c  56.6s|211300 | 15698 |143608 |   0.7 |    25M |  73 |  82 |  17 |   4 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.32/56.58	c  56.6s|211400 | 15738 |143685 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.42/56.60	c  56.6s|211500 | 15752 |143751 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.42/56.62	c  56.6s|211600 | 15774 |143836 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.42/56.64	c  56.6s|211700 | 15788 |143907 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.42/56.67	c  56.7s|211800 | 15792 |143982 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.42/56.69	c  56.7s|211900 | 15816 |144063 |   0.7 |    25M |  73 |  82 |  17 |   7 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.51/56.71	c  56.7s|212000 | 15830 |144138 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.51/56.74	c  56.7s|212100 | 15836 |144241 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.51/56.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
56.51/56.76	c  56.8s|212200 | 15842 |144305 |   0.7 |    25M |  73 |  82 |  17 |   3 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.51/56.78	c  56.8s|212300 | 15852 |144412 |   0.7 |    25M |  73 |  82 |  17 |   4 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.61/56.81	c  56.8s|212400 | 15878 |144512 |   0.7 |    25M |  73 |  82 |  17 |   4 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.61/56.83	c  56.8s|212500 | 15910 |144617 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.61/56.87	c  56.9s|212600 | 15936 |144697 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.61/56.89	c  56.9s|212700 | 15960 |144766 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.71/56.91	c  56.9s|212800 | 15974 |144843 |   0.7 |    25M |  73 |  82 |  17 |   7 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.71/56.94	c  56.9s|212900 | 15984 |144908 |   0.7 |    25M |  73 |  82 |  17 |   5 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.71/56.98	c  57.0s|213000 | 15988 |144963 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  2 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.82/57.01	c  57.0s|213100 | 16008 |145030 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.82/57.04	c  57.0s|213200 | 16034 |145101 |   0.7 |    25M |  73 |  82 |  17 |   7 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.82/57.06	c  57.1s|213300 | 16052 |145176 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.33%
56.82/57.09	c  57.1s|213400 | 16060 |145242 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
56.92/57.13	c  57.1s|213500 | 16066 |145295 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
56.92/57.16	c  57.2s|213600 | 16078 |145352 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
56.92/57.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
56.92/57.19	c  57.2s|213700 | 16080 |145423 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.01/57.23	c  57.2s|213800 | 16092 |145489 |   0.7 |    25M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.01/57.26	c  57.3s|213900 | 16096 |145571 |   0.7 |    25M |  73 |  82 |  17 |   6 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.01/57.29	c  57.3s|214000 | 16138 |145691 |   0.7 |    26M |  73 |  82 |  17 |   4 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.11/57.31	c  57.3s|214100 | 16194 |145821 |   0.7 |    26M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.11/57.34	c  57.3s|214200 | 16220 |145916 |   0.7 |    26M |  73 |  82 |  17 |   5 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.11/57.36	c  57.4s|214300 | 16250 |146002 |   0.7 |    26M |  73 |  82 |  17 |   5 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.11/57.38	c  57.4s|214400 | 16278 |146097 |   0.7 |    26M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.21/57.41	c  57.4s|214500 | 16312 |146168 |   0.7 |    26M |  73 |  82 |  17 |   5 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.21/57.44	c  57.4s|214600 | 16320 |146222 |   0.7 |    26M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.21/57.49	c  57.5s|214700 | 16334 |146324 |   0.7 |    26M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.31/57.51	c  57.5s|214800 | 16364 |146401 |   0.7 |    26M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.31/57.55	c  57.5s|214900 | 16386 |146465 |   0.7 |    26M |  73 |  82 |  17 |   6 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.31/57.58	c  57.6s|215000 | 16388 |146542 |   0.7 |    26M |  73 |  82 |  17 |   3 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.41/57.61	c  57.6s|215100 | 16392 |146623 |   0.7 |    26M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.41/57.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
57.41/57.64	c  57.6s|215200 | 16392 |146685 |   0.7 |    26M |  73 |  82 |  17 |   0 |  11k|  0 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.41/57.67	c  57.7s|215300 | 16400 |146744 |   0.7 |    26M |  73 |  82 |  17 |   3 |  11k|  1 |  28 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.41/57.68	c  57.7s|215400 | 16410 |146851 |   0.7 |    26M |  73 |  82 |  17 |   5 |  11k|  1 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.51/57.70	c  57.7s|215500 | 16414 |146908 |   0.7 |    26M |  73 |  82 |  17 |   0 |  11k|  0 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.51/57.74	c  57.7s|215600 | 16428 |147019 |   0.7 |    27M |  73 |  82 |  17 |   6 |  11k|  1 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.51/57.77	c  57.8s|215700 | 16434 |147090 |   0.7 |    27M |  73 |  82 |  17 |   4 |  11k|  1 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.61/57.81	c  57.8s|215800 | 16448 |147205 |   0.7 |    27M |  73 |  82 |  17 |   6 |  11k|  1 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.61/57.84	c  57.8s|215900 | 16464 |147268 |   0.7 |    27M |  73 |  82 |  17 |   0 |  11k|  0 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.61/57.86	c  57.9s|216000 | 16476 |147330 |   0.7 |    27M |  73 |  82 |  17 |   6 |  11k|  1 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.61/57.87	c  57.9s|216100 | 16490 |147390 |   0.7 |    27M |  73 |  82 |  17 |   7 |  11k|  1 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.71/57.91	c  57.9s|216200 | 16502 |147503 |   0.7 |    27M |  73 |  82 |  17 |   6 |  11k|  1 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.71/57.92	c  57.9s|216300 | 16538 |147586 |   0.7 |    27M |  73 |  82 |  17 |   6 |  11k|  1 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.71/57.93	c  57.9s|216400 | 16576 |147664 |   0.7 |    27M |  73 |  82 |  17 |   7 |  11k|  1 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.71/57.95	c  58.0s|216500 | 16612 |147745 |   0.7 |    27M |  73 |  82 |  17 |   7 |  11k|  1 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.71/57.97	c  58.0s|216600 | 16638 |147831 |   0.7 |    27M |  73 |  82 |  17 |   8 |  11k|  2 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.71/57.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
57.71/57.98	c  58.0s|216700 | 16676 |147909 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.71/58.00	c  58.0s|216800 | 16686 |147968 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.82/58.02	c  58.0s|216900 | 16730 |148076 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.82/58.04	c  58.0s|217000 | 16774 |148163 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.82/58.06	c  58.1s|217100 | 16794 |148228 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  29 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.82/58.09	c  58.1s|217200 | 16804 |148293 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.91/58.11	c  58.1s|217300 | 16816 |148378 |   0.7 |    28M |  73 |  82 |  17 |   3 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.91/58.14	c  58.1s|217400 | 16832 |148479 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.91/58.15	c  58.2s|217500 | 16840 |148541 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
57.91/58.19	c  58.2s|217600 | 16842 |148603 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.01/58.21	c  58.2s|217700 | 16842 |148659 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.01/58.23	c  58.2s|217800 | 16848 |148719 |   0.7 |    28M |  73 |  82 |  17 |   5 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.01/58.25	c  58.2s|217900 | 16854 |148807 |   0.7 |    28M |  73 |  82 |  17 |   3 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.01/58.28	c  58.3s|218000 | 16860 |148910 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.11/58.31	c  58.3s|218100 | 16864 |148982 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.11/58.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
58.11/58.33	c  58.3s|218200 | 16866 |149053 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.11/58.37	c  58.4s|218300 | 16868 |149133 |   0.7 |    28M |  73 |  82 |  17 |   3 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.21/58.40	c  58.4s|218400 | 16870 |149212 |   0.7 |    28M |  73 |  82 |  17 |   3 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.21/58.43	c  58.4s|218500 | 16874 |149313 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.21/58.47	c  58.5s|218600 | 16888 |149378 |   0.7 |    28M |  73 |  82 |  17 |   5 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.31/58.50	c  58.5s|218700 | 16894 |149457 |   0.7 |    28M |  73 |  82 |  17 |   5 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.31/58.53	c  58.5s|218800 | 16920 |149543 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.31/58.56	c  58.6s|218900 | 16932 |149609 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.31/58.59	c  58.6s|219000 | 16946 |149667 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.41/58.61	c  58.6s|219100 | 16950 |149732 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.41/58.64	c  58.6s|219200 | 16964 |149835 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.41/58.68	c  58.7s|219300 | 16980 |149943 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.51/58.71	c  58.7s|219400 | 16992 |150007 |   0.7 |    28M |  73 |  82 |  17 |   3 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.51/58.74	c  58.7s|219500 | 17000 |150112 |   0.7 |    28M |  73 |  82 |  17 |   3 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.51/58.76	c  58.8s|219600 | 17004 |150202 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.61/58.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
58.61/58.81	c  58.8s|219700 | 17006 |150299 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.61/58.84	c  58.8s|219800 | 17004 |150355 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.61/58.87	c  58.9s|219900 | 17016 |150420 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.71/58.91	c  58.9s|220000 | 17032 |150494 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.71/58.95	c  58.9s|220100 | 17052 |150562 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.71/58.98	c  59.0s|220200 | 17076 |150638 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.71/59.00	c  59.0s|220300 | 17126 |150729 |   0.7 |    28M |  73 |  82 |  17 |   8 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.81/59.03	c  59.0s|220400 | 17150 |150806 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.81/59.07	c  59.1s|220500 | 17154 |150876 |   0.7 |    28M |  73 |  82 |  17 |   5 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.81/59.10	c  59.1s|220600 | 17152 |150937 |   0.7 |    28M |  73 |  82 |  17 |   0 |  11k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.91/59.12	c  59.1s|220700 | 17156 |151017 |   0.7 |    28M |  73 |  82 |  17 |   6 |  11k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.91/59.14	c  59.1s|220800 | 17164 |151103 |   0.7 |    28M |  73 |  82 |  17 |   3 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
58.91/59.18	c  59.2s|220900 | 17174 |151209 |   0.7 |    28M |  73 |  82 |  17 |   3 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.01/59.21	c  59.2s|221000 | 17192 |151317 |   0.7 |    28M |  73 |  82 |  17 |   4 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.01/59.24	c  59.2s|221100 | 17202 |151429 |   0.7 |    28M |  73 |  82 |  17 |   0 |  12k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.01/59.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
59.01/59.26	c  59.3s|221200 | 17206 |151494 |   0.7 |    28M |  73 |  82 |  17 |   3 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.01/59.29	c  59.3s|221300 | 17212 |151565 |   0.7 |    28M |  73 |  82 |  17 |   3 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.10/59.34	c  59.3s|221400 | 17212 |151663 |   0.7 |    28M |  73 |  82 |  17 |   3 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.10/59.36	c  59.4s|221500 | 17224 |151738 |   0.7 |    28M |  73 |  82 |  17 |   6 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.20/59.42	c  59.4s|221600 | 17228 |151859 |   0.7 |    28M |  73 |  82 |  17 |   5 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.20/59.45	c  59.4s|221700 | 17230 |151929 |   0.7 |    28M |  73 |  82 |  17 |   6 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.20/59.47	c  59.5s|221800 | 17252 |151993 |   0.7 |    28M |  73 |  82 |  17 |   5 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.20/59.49	c  59.5s|221900 | 17264 |152078 |   0.7 |    28M |  73 |  82 |  17 |   0 |  12k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.30/59.52	c  59.5s|222000 | 17298 |152218 |   0.7 |    28M |  73 |  82 |  17 |   6 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.30/59.55	c  59.5s|222100 | 17330 |152321 |   0.7 |    28M |  73 |  82 |  17 |   0 |  12k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.30/59.57	c  59.6s|222200 | 17350 |152394 |   0.7 |    28M |  73 |  82 |  17 |   6 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.30/59.59	c  59.6s|222300 | 17394 |152521 |   0.7 |    29M |  73 |  82 |  17 |   7 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.40/59.61	c  59.6s|222400 | 17406 |152589 |   0.7 |    29M |  73 |  82 |  17 |   7 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.40/59.64	c  59.6s|222500 | 17414 |152653 |   0.7 |    29M |  73 |  82 |  17 |   0 |  12k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.40/59.66	c  59.7s|222600 | 17434 |152743 |   0.7 |    29M |  73 |  82 |  17 |   0 |  12k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.40/59.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
59.40/59.67	c  59.7s|222700 | 17448 |152810 |   0.7 |    29M |  73 |  82 |  17 |   0 |  12k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.50/59.70	c  59.7s|222800 | 17470 |152897 |   0.7 |    29M |  73 |  82 |  17 |   4 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.50/59.73	c  59.7s|222900 | 17490 |152997 |   0.7 |    29M |  73 |  82 |  17 |   8 |  12k|  2 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.50/59.75	c  59.8s|223000 | 17510 |153083 |   0.7 |    29M |  73 |  82 |  17 |   6 |  12k|  1 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.50/59.78	c  59.8s|223100 | 17522 |153197 |   0.7 |    29M |  73 |  82 |  17 |   0 |  12k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.60/59.80	c  59.8s|223200 | 17528 |153291 |   0.7 |    29M |  73 |  82 |  17 |   0 |  12k|  0 |  30 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.60/59.83	c  59.8s|223300 | 17542 |153384 |   0.7 |    29M |  73 |  82 |  17 |   7 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.60/59.84	c  59.8s|223400 | 17560 |153450 |   0.7 |    29M |  73 |  82 |  17 |   7 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.60/59.87	c  59.9s|223500 | 17572 |153516 |   0.7 |    29M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.60/59.89	c  59.9s|223600 | 17610 |153666 |   0.7 |    29M |  73 |  82 |  17 |   4 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.70/59.92	c  59.9s|223700 | 17642 |153785 |   0.7 |    29M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.70/59.97	c  60.0s|223800 | 17644 |153836 |   0.7 |    29M |  73 |  82 |  17 |   6 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.70/59.99	c  60.0s|223900 | 17670 |153935 |   0.7 |    29M |  73 |  82 |  17 |   7 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.81/60.01	c  60.0s|224000 | 17728 |154056 |   0.7 |    29M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.81/60.03	c  60.0s|224100 | 17756 |154148 |   0.7 |    29M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.81/60.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
59.81/60.06	c  60.1s|224200 | 17766 |154239 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.81/60.08	c  60.1s|224300 | 17770 |154309 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.91/60.11	c  60.1s|224400 | 17774 |154399 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.91/60.14	c  60.1s|224500 | 17810 |154494 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.91/60.15	c  60.1s|224600 | 17822 |154550 |   0.7 |    30M |  73 |  82 |  17 |   3 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
59.91/60.19	c  60.2s|224700 | 17828 |154603 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.00/60.21	c  60.2s|224800 | 17830 |154654 |   0.7 |    30M |  73 |  82 |  17 |   3 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.00/60.25	c  60.2s|224900 | 17844 |154785 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.00/60.28	c  60.3s|225000 | 17844 |154881 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.10/60.33	c  60.3s|225100 | 17840 |155000 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.10/60.36	c  60.4s|225200 | 17848 |155078 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.10/60.39	c  60.4s|225300 | 17862 |155135 |   0.7 |    30M |  73 |  82 |  17 |   4 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.20/60.40	c  60.4s|225400 | 17884 |155220 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.20/60.42	c  60.4s|225500 | 17936 |155322 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.20/60.44	c  60.4s|225600 | 17974 |155418 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.20/60.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
60.20/60.47	c  60.5s|225700 | 17986 |155475 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.20/60.49	c  60.5s|225800 | 18000 |155541 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.30/60.51	c  60.5s|225900 | 18006 |155633 |   0.7 |    30M |  73 |  82 |  17 |   7 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.30/60.54	c  60.5s|226000 | 18030 |155726 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.30/60.57	c  60.6s|226100 | 18060 |155828 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.30/60.59	c  60.6s|226200 | 18082 |155908 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.40/60.62	c  60.6s|226300 | 18090 |155966 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.40/60.64	c  60.6s|226400 | 18114 |156039 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.40/60.66	c  60.7s|226500 | 18164 |156169 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.40/60.69	c  60.7s|226600 | 18182 |156237 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.50/60.71	c  60.7s|226700 | 18200 |156299 |   0.7 |    30M |  73 |  82 |  17 |   5 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.50/60.74	c  60.7s|226800 | 18204 |156351 |   0.7 |    30M |  73 |  82 |  17 |   5 |  12k|  1 |  31 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.50/60.76	c  60.8s|226900 | 18218 |156469 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.50/60.78	c  60.8s|227000 | 18226 |156556 |   0.7 |    30M |  73 |  82 |  17 |   4 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.50/60.79	c  60.8s|227100 | 18274 |156681 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.60/60.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
60.60/60.82	c  60.8s|227200 | 18288 |156817 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.60/60.84	c  60.8s|227300 | 18296 |156905 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.60/60.86	c  60.9s|227400 | 18316 |156996 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.60/60.88	c  60.9s|227500 | 18338 |157092 |   0.7 |    30M |  73 |  82 |  17 |   8 |  12k|  2 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.70/60.90	c  60.9s|227600 | 18352 |157177 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.70/60.93	c  60.9s|227700 | 18356 |157248 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.70/60.95	c  60.9s|227800 | 18362 |157319 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.70/60.97	c  61.0s|227900 | 18378 |157421 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.70/60.99	c  61.0s|228000 | 18384 |157485 |   0.7 |    30M |  73 |  82 |  17 |   5 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.80/61.01	c  61.0s|228100 | 18390 |157560 |   0.7 |    30M |  73 |  82 |  17 |   5 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.80/61.03	c  61.0s|228200 | 18402 |157622 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.80/61.05	c  61.1s|228300 | 18416 |157709 |   0.7 |    30M |  73 |  82 |  17 |   7 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.80/61.07	c  61.1s|228400 | 18428 |157780 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.80/61.10	c  61.1s|228500 | 18434 |157842 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.90/61.12	c  61.1s|228600 | 18444 |157910 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.90/61.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
60.90/61.14	c  61.1s|228700 | 18462 |158003 |   0.7 |    30M |  73 |  82 |  17 |   7 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.90/61.16	c  61.2s|228800 | 18468 |158061 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
60.90/61.18	c  61.2s|228900 | 18488 |158148 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.00/61.20	c  61.2s|229000 | 18528 |158241 |   0.7 |    30M |  73 |  82 |  17 |   7 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.00/61.21	c  61.2s|229100 | 18574 |158361 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.00/61.23	c  61.2s|229200 | 18604 |158438 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.00/61.25	c  61.3s|229300 | 18622 |158498 |   0.7 |    30M |  73 |  82 |  17 |   0 |  12k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.00/61.28	c  61.3s|229400 | 18648 |158584 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.10/61.30	c  61.3s|229500 | 18664 |158650 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.10/61.32	c  61.3s|229600 | 18672 |158713 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.10/61.33	c  61.3s|229700 | 18692 |158794 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.10/61.36	c  61.4s|229800 | 18702 |158856 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.10/61.37	c  61.4s|229900 | 18716 |158938 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.10/61.39	c  61.4s|230000 | 18730 |159005 |   0.7 |    30M |  73 |  82 |  17 |   6 |  12k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.20/61.41	c  61.4s|230100 | 18760 |159087 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.20/61.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
61.20/61.45	c  61.4s|230200 | 18762 |159159 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.20/61.48	c  61.5s|230300 | 18784 |159250 |   0.7 |    30M |  73 |  82 |  17 |   7 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.30/61.50	c  61.5s|230400 | 18798 |159316 |   0.7 |    30M |  73 |  82 |  17 |   6 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.30/61.52	c  61.5s|230500 | 18826 |159394 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.30/61.55	c  61.5s|230600 | 18850 |159462 |   0.7 |    30M |  73 |  82 |  17 |   6 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.30/61.57	c  61.6s|230700 | 18880 |159533 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.30/61.59	c  61.6s|230800 | 18890 |159625 |   0.7 |    30M |  73 |  82 |  17 |   5 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.40/61.64	c  61.6s|230900 | 18902 |159714 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.40/61.67	c  61.7s|231000 | 18920 |159810 |   0.7 |    30M |  73 |  82 |  17 |   5 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.40/61.68	c  61.7s|231100 | 18958 |159938 |   0.7 |    30M |  73 |  82 |  17 |   3 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.50/61.71	c  61.7s|231200 | 19000 |160064 |   0.7 |    30M |  73 |  82 |  17 |   5 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.50/61.75	c  61.8s|231300 | 19008 |160123 |   0.7 |    30M |  73 |  82 |  17 |   5 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.50/61.78	c  61.8s|231400 | 19018 |160203 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.60/61.80	c  61.8s|231500 | 19032 |160297 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.60/61.83	c  61.8s|231600 | 19036 |160361 |   0.7 |    30M |  73 |  82 |  17 |   5 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.60/61.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
61.60/61.85	c  61.8s|231700 | 19076 |160509 |   0.7 |    30M |  73 |  82 |  17 |   6 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.60/61.87	c  61.9s|231800 | 19108 |160588 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.60/61.89	c  61.9s|231900 | 19128 |160654 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.70/61.92	c  61.9s|232000 | 19128 |160719 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.70/61.95	c  62.0s|232100 | 19136 |160773 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.70/61.97	c  62.0s|232200 | 19140 |160832 |   0.7 |    30M |  73 |  82 |  17 |   5 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.70/61.99	c  62.0s|232300 | 19178 |160916 |   0.7 |    30M |  73 |  82 |  17 |   6 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.80/62.01	c  62.0s|232400 | 19192 |160978 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.80/62.02	c  62.0s|232500 | 19198 |161043 |   0.7 |    30M |  73 |  82 |  17 |   3 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.80/62.05	c  62.0s|232600 | 19198 |161093 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.80/62.09	c  62.1s|232700 | 19210 |161152 |   0.7 |    30M |  73 |  82 |  17 |   3 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.38%
61.90/62.12	c  62.1s|232800 | 19208 |161203 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
61.90/62.15	c  62.1s|232900 | 19222 |161268 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
61.90/62.19	c  62.2s|233000 | 19222 |161323 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
61.99/62.23	c  62.2s|233100 | 19232 |161398 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
61.99/62.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
61.99/62.24	c  62.2s|233200 | 19246 |161474 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
61.99/62.26	c  62.3s|233300 | 19258 |161530 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
61.99/62.29	c  62.3s|233400 | 19276 |161626 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.09/62.31	c  62.3s|233500 | 19284 |161685 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.09/62.34	c  62.3s|233600 | 19304 |161787 |   0.7 |    30M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.09/62.37	c  62.4s|233700 | 19332 |161915 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.19/62.40	c  62.4s|233800 | 19332 |161991 |   0.7 |    31M |  73 |  82 |  17 |   3 |  13k|  1 |  32 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.19/62.43	c  62.4s|233900 | 19342 |162071 |   0.7 |    31M |  73 |  82 |  17 |   5 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.19/62.45	c  62.4s|234000 | 19354 |162136 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.19/62.47	c  62.5s|234100 | 19362 |162193 |   0.7 |    31M |  73 |  82 |  17 |   5 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.29/62.50	c  62.5s|234200 | 19374 |162249 |   0.7 |    31M |  73 |  82 |  17 |   6 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.29/62.53	c  62.5s|234300 | 19380 |162317 |   0.7 |    31M |  73 |  82 |  17 |   6 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.29/62.55	c  62.6s|234400 | 19392 |162391 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.29/62.57	c  62.6s|234500 | 19394 |162442 |   0.7 |    31M |  73 |  82 |  17 |   7 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.29/62.59	c  62.6s|234600 | 19398 |162494 |   0.7 |    31M |  73 |  82 |  17 |   7 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.39/62.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
62.39/62.61	c  62.6s|234700 | 19408 |162551 |   0.7 |    31M |  73 |  82 |  17 |   7 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.39/62.64	c  62.6s|234800 | 19414 |162611 |   0.7 |    31M |  73 |  82 |  17 |   5 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.39/62.67	c  62.7s|234900 | 19422 |162693 |   0.7 |    31M |  73 |  82 |  17 |   6 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.39/62.69	c  62.7s|235000 | 19430 |162752 |   0.7 |    31M |  73 |  82 |  17 |   6 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.49/62.72	c  62.7s|235100 | 19436 |162805 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.49/62.75	c  62.7s|235200 | 19438 |162857 |   0.7 |    31M |  73 |  82 |  17 |   6 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.49/62.78	c  62.8s|235300 | 19438 |162907 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.59/62.80	c  62.8s|235400 | 19444 |162960 |   0.7 |    31M |  73 |  82 |  17 |   6 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.59/62.83	c  62.8s|235500 | 19442 |163009 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.59/62.86	c  62.9s|235600 | 19444 |163060 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.59/62.89	c  62.9s|235700 | 19446 |163113 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.69/62.91	c  62.9s|235800 | 19468 |163211 |   0.7 |    31M |  73 |  82 |  17 |   6 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.69/62.94	c  62.9s|235900 | 19478 |163273 |   0.7 |    31M |  73 |  82 |  17 |   6 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.69/62.96	c  63.0s|236000 | 19486 |163328 |   0.7 |    31M |  73 |  82 |  17 |   6 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.69/63.00	c  63.0s|236100 | 19490 |163380 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.80/63.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
62.80/63.03	c  63.0s|236200 | 19490 |163433 |   0.7 |    31M |  73 |  82 |  17 |   3 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.80/63.06	c  63.1s|236300 | 19504 |163551 |   0.7 |    31M |  73 |  82 |  17 |   5 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.80/63.10	c  63.1s|236400 | 19502 |163616 |   0.7 |    31M |  73 |  82 |  17 |   7 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.90/63.11	c  63.1s|236500 | 19504 |163671 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.90/63.14	c  63.1s|236600 | 19514 |163733 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.90/63.16	c  63.2s|236700 | 19516 |163784 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.90/63.18	c  63.2s|236800 | 19522 |163890 |   0.7 |    31M |  73 |  82 |  17 |   8 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.99/63.20	c  63.2s|236900 | 19530 |163965 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.99/63.24	c  63.2s|237000 | 19550 |164051 |   0.7 |    31M |  73 |  82 |  17 |   7 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
62.99/63.27	c  63.3s|237100 | 19558 |164122 |   0.7 |    31M |  73 |  82 |  17 |   5 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.09/63.30	c  63.3s|237200 | 19562 |164202 |   0.7 |    31M |  73 |  82 |  17 |   4 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.09/63.33	c  63.3s|237300 | 19566 |164294 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.09/63.35	c  63.4s|237400 | 19574 |164375 |   0.7 |    31M |  73 |  82 |  17 |   6 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.09/63.37	c  63.4s|237500 | 19576 |164435 |   0.7 |    31M |  73 |  82 |  17 |   7 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.19/63.40	c  63.4s|237600 | 19584 |164506 |   0.7 |    31M |  73 |  82 |  17 |   6 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.19/63.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
63.19/63.44	c  63.4s|237700 | 19592 |164564 |   0.7 |    31M |  73 |  82 |  17 |   6 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.19/63.47	c  63.5s|237800 | 19586 |164612 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.29/63.52	c  63.5s|237900 | 19588 |164663 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.29/63.55	c  63.5s|238000 | 19598 |164733 |   0.7 |    31M |  73 |  82 |  17 |   8 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.29/63.58	c  63.6s|238100 | 19610 |164810 |   0.7 |    31M |  73 |  82 |  17 |   5 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.39/63.60	c  63.6s|238200 | 19618 |164865 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.39/63.63	c  63.6s|238300 | 19618 |164958 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.39/63.67	c  63.7s|238400 | 19638 |165026 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.39/63.69	c  63.7s|238500 | 19646 |165083 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.49/63.72	c  63.7s|238600 | 19650 |165135 |   0.7 |    31M |  73 |  82 |  17 |   6 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.49/63.75	c  63.8s|238700 | 19654 |165187 |   0.7 |    31M |  73 |  82 |  17 |   4 |  13k|  1 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.49/63.77	c  63.8s|238800 | 19654 |165245 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.59/63.80	c  63.8s|238900 | 19658 |165310 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.59/63.84	c  63.8s|239000 | 19662 |165405 |   0.7 |    31M |  73 |  82 |  17 |   0 |  13k|  0 |  33 |  18 | 0.000000e+00 |      --      |    Inf |  33.39%
63.69/63.91	c *63.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%
63.69/63.91	c 
63.69/63.91	c SCIP Status        : problem is solved [optimal solution found]
63.69/63.91	c Solving Time (sec) : 63.91
63.69/63.91	c Solving Nodes      : 239028 (total of 241410 nodes in 2 runs)
63.69/63.91	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
63.69/63.91	c Dual Bound         : +0.00000000000000e+00
63.69/63.91	c Gap                : 0.00 %
63.69/63.91	s SATISFIABLE
63.69/63.91	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 
63.69/63.91	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 
63.69/63.91	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 
63.69/63.91	v -x4 -x3 -x2 x1 
63.69/63.91	c SCIP Status        : problem is solved [optimal solution found]
63.69/63.91	c Total Time         :      63.91
63.69/63.91	c   solving          :      63.91
63.69/63.91	c   presolving       :       0.00 (included in solving)
63.69/63.91	c   reading          :       0.00 (included in solving)
63.69/63.91	c   copying          :       0.23 (117 #copies) (minimal 0.00, maximal 0.00, average 0.00)
63.69/63.91	c Original Problem   :
63.69/63.91	c   Problem name     : HOME/instance-4445055-1721301828.opb
63.69/63.91	c   Variables        : 82 (82 binary, 0 integer, 0 implicit integer, 0 continuous)
63.69/63.91	c   Constraints      : 2 initial, 2 maximal
63.69/63.91	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
63.69/63.91	c Presolved Problem  :
63.69/63.91	c   Problem name     : t_HOME/instance-4445055-1721301828.opb
63.69/63.91	c   Variables        : 82 (82 binary, 0 integer, 0 implicit integer, 0 continuous)
63.69/63.91	c   Constraints      : 4 initial, 17 maximal
63.69/63.91	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
63.69/63.91	c   Nonzeros         : 171 constraint, 129 clique table
63.69/63.91	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
63.69/63.91	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
63.69/63.91	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
63.69/63.91	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
63.69/63.91	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
63.69/63.91	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
63.69/63.91	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
63.69/63.91	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
63.69/63.91	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
63.69/63.91	c   implics          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
63.69/63.91	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
63.69/63.91	c   milp             :       0.00       0.00      1          0          0          0          0          0          2          1          0          0
63.69/63.91	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
63.69/63.91	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
63.69/63.91	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
63.69/63.91	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
63.69/63.91	c   trivial          :       0.00       0.00      8          0          0          0          0          0          0          0          0          0
63.69/63.91	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
63.69/63.91	c   dualfix          :       0.00       0.00      8          0          0          0          0          0          0          0          0          0
63.69/63.91	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
63.69/63.91	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
63.69/63.91	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
63.69/63.91	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
63.69/63.91	c   vbounds          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
63.69/63.91	c   linear           :       0.00       0.00     11          0          0          0          0          0          0          2         79         78
63.69/63.91	c   logicor          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
63.69/63.91	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
63.69/63.91	c   components       :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
63.69/63.91	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
63.69/63.91	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
63.69/63.91	c   benderslp        :          0          0          0          0     130871          0          0      15029          0          0          0          0          0          0          0
63.69/63.91	c   integral         :          0          0          0          0     130871          0          0      15029          0          0          0          0          0          0     261740
63.69/63.91	c   linear           :          3+         4         54     281398          0          0          0      15025         31     110764     623691          0          0          0          0
63.69/63.91	c   logicor          :          1+        15         37      83155          0          0          0          0          0          0         23          0          0          0          0
63.69/63.91	c   benders          :          0          0          0          0          1          0          0          2          0          0          0          0          0          0          0
63.69/63.91	c   fixedvar         :          0          0          0          0          1          0          0          2          0          0          0          0          0          0          0
63.69/63.91	c   countsols        :          0          0          0          0          1          0          0          2          0          0          0          0          0          0          0
63.69/63.91	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
63.69/63.91	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
63.69/63.91	c   benderslp        :       0.02       0.00       0.00       0.00       0.02       0.00       0.00       0.00       0.00       0.00
63.69/63.91	c   integral         :       0.27       0.00       0.00       0.00       0.27       0.00       0.00       0.00       0.00       0.00
63.69/63.91	c   linear           :      48.23       0.00       0.00      48.21       0.00       0.00       0.00       0.02       0.00       0.00
63.69/63.91	c   logicor          :       0.04       0.00       0.00       0.04       0.00       0.00       0.00       0.00       0.00       0.00
63.69/63.91	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
63.69/63.91	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
63.69/63.91	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
63.69/63.91	c   components       :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
63.69/63.91	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
63.69/63.91	c   dualfix          :          2          0          0          0
63.69/63.91	c   genvbounds       :          0          0          0          0
63.69/63.91	c   nlobbt           :          0          0          0          0
63.69/63.91	c   obbt             :          0          0          0          0
63.69/63.91	c   probing          :          0          0          0          0
63.69/63.91	c   pseudoobj        :          0          0          0          0
63.69/63.91	c   redcost          :          0          0          0          0
63.69/63.91	c   rootredcost      :          0          0          0          0
63.69/63.91	c   symmetry         :          0          0          0          0
63.69/63.91	c   vbounds          :       4975          0          0          0
63.69/63.91	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
63.69/63.91	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
63.69/63.91	c   genvbounds       :       0.03       0.00       0.00       0.03       0.00       0.00
63.69/63.91	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
63.69/63.91	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
63.69/63.91	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
63.69/63.91	c   pseudoobj        :       0.03       0.00       0.00       0.03       0.00       0.00
63.69/63.91	c   redcost          :       0.01       0.00       0.00       0.01       0.00       0.00
63.69/63.91	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00       0.00
63.69/63.91	c   symmetry         :       0.03       0.00       0.00       0.03       0.00       0.00
63.69/63.91	c   vbounds          :       0.04       0.00       0.00       0.04       0.00       0.00
63.69/63.91	c Symmetry           :
63.69/63.91	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
63.69/63.91	c   orbital reduction:          0 reductions applied,          0 cutoffs
63.69/63.91	c   lexicographic red:          0 reductions applied,          0 cutoffs
63.69/63.91	c   shadow tree time :       0.00 s
63.69/63.91	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
63.69/63.91	c   propagation      :       0.00          2          0          -          0        0.0          0        0.0          -          -          -
63.69/63.91	c   infeasible LP    :       0.01       1746         33          -         50       15.8          0        0.0          0        0.0          0
63.69/63.91	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
63.69/63.91	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
63.69/63.91	c   pseudo solution  :       0.00          1          1          -          1        0.0          0        0.0          -          -          -
63.69/63.91	c   applied globally :       0.00          -          -          0         14       11.0          -          -          0          -          -
63.69/63.91	c   applied locally  :          -          -          -          0         19       16.3          -          -          0          -          -
63.69/63.91	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
63.69/63.91	c   cut pool         :       0.32          -      24748        105          -          -      15656      17664          -          -          -          -          -    (maximal pool size:        219)
63.69/63.91	c   aggregation      :       1.04       0.00       8480         54          0          0      22136      10213      12362       7767       2028       5739          0
63.69/63.91	c   > cmir           :          -          -          -          -          -          -          -       1330       2512        612        383        229          -
63.69/63.91	c   > flowcover      :          -          -          -          -          -          -          -       8836       1551       2503       1637        866          -
63.69/63.91	c   > knapsackcover  :          -          -          -          -          -          -          -         47       8299       4652          8       4644          -
63.69/63.91	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
63.69/63.91	c   clique           :       0.00       0.00         54         54          0          0          9         29          0          1          1          0          0
63.69/63.91	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
63.69/63.91	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
63.69/63.91	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
63.69/63.91	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
63.69/63.91	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
63.69/63.91	c   gomory           :       0.63       0.00       8448         20          2          0      42081       7415      36212       5680       1445       4235          0
63.69/63.91	c   > gomorymi       :          -          -          -          -          -          -          -       3825      19098       2928        699       2229          -
63.69/63.91	c   > strongcg       :          -          -          -          -          -          -          -       3590      17114       2752        746       2006          -
63.69/63.91	c   impliedbounds    :       0.01       0.00       8482         54          0          0          0          0          0          0          0          0          0
63.69/63.91	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
63.69/63.91	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
63.69/63.91	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
63.69/63.91	c   mcf              :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
63.69/63.91	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
63.69/63.91	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
63.69/63.91	c   multilinear      :       0.00       0.00       3836         54          0          0          0          0          0          0          0          0          0
63.69/63.91	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
63.69/63.91	c   rapidlearning    :       0.64       0.00        100          2          0        287          0          0          0          0          0          0          2
63.69/63.91	c   rlt              :       0.01       0.00       4288         20          0          0          0          0          0          0          0          0          0
63.69/63.91	c   zerohalf         :       0.11       0.00       8463         37          0          0        281          7        277         16          1         15          0
63.69/63.91	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
63.69/63.91	c   hybrid           :       0.03       0.00       8513         54      13154        628      53349         69          0        460
63.69/63.91	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
63.69/63.91	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
63.69/63.91	c Pricers            :   ExecTime  SetupTime      Calls       Vars
63.69/63.91	c   problem variables:       0.00          -          0          0
63.69/63.91	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
63.69/63.91	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
63.69/63.91	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
63.69/63.91	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
63.69/63.91	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
63.69/63.91	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
63.69/63.91	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
63.69/63.91	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
63.69/63.91	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
63.69/63.91	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
63.69/63.91	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
63.69/63.91	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
63.69/63.91	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
63.69/63.91	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
63.69/63.91	c   relpscost        :       0.24       0.00     130870          0          0          0          0          0          0     261740
63.69/63.91	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
63.69/63.91	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
63.69/63.91	c   LP solutions     :       0.06          -          -          1          1
63.69/63.91	c   relax solutions  :       0.00          -          -          0          0
63.69/63.91	c   pseudo solutions :       0.00          -          -          0          0
63.69/63.91	c   strong branching :       0.00          -          -          0          0
63.69/63.91	c   actconsdiving    :       0.00       0.00          0          0          0
63.69/63.91	c   adaptivediving   :       0.02       0.00        207          0          0
63.69/63.91	c   alns             :       0.29       0.00         15          0          0
63.69/63.91	c   bound            :       0.00       0.00          0          0          0
63.69/63.91	c   clique           :       0.00       0.00          1          0          0
63.69/63.91	c   coefdiving       :       0.00       0.00          0          0          0
63.69/63.91	c   completesol      :       0.00       0.00          0          0          0
63.69/63.91	c   conflictdiving   :       0.01       0.00        104          0          0
63.69/63.91	c   crossover        :       0.01       0.00          0          0          0
63.69/63.91	c   dins             :       0.00       0.00          0          0          0
63.69/63.91	c   distributiondivin:       0.11       0.00        104          0          0
63.69/63.91	c   dps              :       0.00       0.00          0          0          0
63.69/63.91	c   dualval          :       0.00       0.00          0          0          0
63.69/63.91	c   farkasdiving     :       0.00       0.00          0          0          0
63.69/63.91	c   feasjump         :       0.02       0.00          2          0          0
63.69/63.91	c   feaspump         :       0.01       0.00         52          0          0
63.69/63.91	c   fixandinfer      :       0.00       0.00          0          0          0
63.69/63.91	c   fracdiving       :       0.01       0.00        104          0          0
63.69/63.91	c   gins             :       0.01       0.00          0          0          0
63.69/63.91	c   guideddiving     :       0.00       0.00          0          0          0
63.69/63.91	c   indcoefdiving    :       0.00       0.00          0          0          0
63.69/63.91	c   indicator        :       0.01       0.00          0          0          0
63.69/63.91	c   indicatordiving  :       0.00       0.00          0          0          0
63.69/63.91	c   indoneopt        :       0.02       0.00          0          0          0
63.69/63.91	c   indrounding      :       0.00       0.00          0          0          0
63.69/63.91	c   indtwoopt        :       0.00       0.00          0          0          0
63.69/63.91	c   intdiving        :       0.00       0.00          0          0          0
63.69/63.91	c   intshifting      :       0.00       0.00          0          0          0
63.69/63.91	c   linesearchdiving :       0.01       0.00        104          0          0
63.69/63.91	c   localbranching   :       0.00       0.00          0          0          0
63.69/63.91	c   locks            :       0.00       0.00          1          0          0
63.69/63.91	c   lpface           :       0.02       0.00          0          0          0
63.69/63.91	c   mpec             :       0.00       0.00          0          0          0
63.69/63.91	c   multistart       :       0.00       0.00          0          0          0
63.69/63.91	c   mutation         :       0.00       0.00          0          0          0
63.69/63.91	c   nlpdiving        :       0.00       0.00          0          0          0
63.69/63.91	c   objpscostdiving  :       0.01       0.00         53          0          0
63.69/63.91	c   octane           :       0.00       0.00          0          0          0
63.69/63.91	c   ofins            :       0.01       0.00          0          0          0
63.69/63.91	c   oneopt           :       0.02       0.00          0          0          0
63.69/63.91	c   padm             :       0.00       0.00          0          0          0
63.69/63.91	c   proximity        :       0.00       0.00          0          0          0
63.69/63.91	c   pscostdiving     :       0.01       0.00        104          0          0
63.69/63.91	c   randrounding     :       0.09       0.00      15013          0          0
63.69/63.91	c   rens             :       0.01       0.00          2          0          0
63.69/63.91	c   reoptsols        :       0.00       0.00          0          0          0
63.69/63.91	c   repair           :       0.00       0.00          0          0          0
63.69/63.91	c   rins             :       0.01       0.00          0          0          0
63.69/63.91	c   rootsoldiving    :       0.03       0.00         52          0          0
63.69/63.91	c   rounding         :       0.03       0.00       5252          0          0
63.69/63.91	c   scheduler        :       0.00       0.00          0          0          0
63.69/63.91	c   shiftandpropagate:       0.00       0.00          2          0          0
63.69/63.91	c   shifting         :       0.19       0.00       1953          0          0
63.69/63.91	c   simplerounding   :       0.02       0.00          0          0          0
63.69/63.91	c   smallcard        :       0.00       0.00          0          0          0
63.69/63.91	c   subnlp           :       0.02       0.00          0          0          0
63.69/63.91	c   trivial          :       0.00       0.00          4          0          0
63.69/63.91	c   trivialnegation  :       0.00       0.00          0          0          0
63.69/63.91	c   trustregion      :       0.00       0.00          0          0          0
63.69/63.91	c   trysol           :       0.01       0.00          0          0          0
63.69/63.91	c   twoopt           :       0.00       0.00          0          0          0
63.69/63.91	c   undercover       :       0.00       0.00          0          0          0
63.69/63.91	c   vbounds          :       0.00       0.00          0          0          0
63.69/63.91	c   veclendiving     :       0.01       0.00        104          0          0
63.69/63.91	c   zeroobj          :       0.00       0.00          0          0          0
63.69/63.91	c   zirounding       :       0.02       0.00       1000          0          0
63.69/63.91	c   other solutions  :          -          -          -          0          -
63.69/63.91	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
63.69/63.91	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
63.69/63.91	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
63.69/63.91	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
63.69/63.91	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
63.69/63.91	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
63.69/63.91	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
63.69/63.91	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
63.69/63.91	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
63.69/63.91	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
63.69/63.91	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
63.69/63.91	c   primal LP        :       0.05       2353          0       0.00       0.00       0.05       2353
63.69/63.91	c   dual LP          :       2.45     141218     162967       1.16   66457.71       0.00        133
63.69/63.91	c   lex dual LP      :       0.00          0          0       0.00          -
63.69/63.91	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
63.69/63.91	c   resolve instable :       0.00          0          0       0.00          -
63.69/63.91	c   diving/probing LP:       0.06       2067       2452       1.19   44197.70
63.69/63.91	c   strong branching :       0.00         18        125       6.94          -          -          -          0
63.69/63.91	c     (at root node) :          -         18        125       6.94          -
63.69/63.91	c   conflict analysis:       0.00          0          0       0.00          -
63.69/63.91	c B&B Tree           :
63.69/63.91	c   number of runs   :          2
63.69/63.91	c   nodes            :     239028 (129345 internal, 109683 leaves)
63.69/63.91	c   feasible leaves  :          1
63.69/63.91	c   infeas. leaves   :     109682
63.69/63.91	c   objective leaves :          0
63.69/63.91	c   nodes (total)    :     241410 (130870 internal, 110540 leaves)
63.69/63.91	c   nodes left       :          0
63.69/63.91	c   max depth        :         73
63.69/63.91	c   max depth (total):         73
63.69/63.91	c   backtracks       :      30353 (12.7%)
63.69/63.91	c   early backtracks :          0 (0.0%)
63.69/63.91	c   nodes exc. ref.  :          0 (0.0%)
63.69/63.91	c   delayed cutoffs  :          1
63.69/63.91	c   repropagations   :         62 (28 domain reductions, 1 cutoffs)
63.69/63.91	c   avg switch length:       4.20
63.69/63.91	c   switching time   :       1.34
63.69/63.91	c Root Node          :
63.69/63.91	c   First LP value   : +0.00000000000000e+00
63.69/63.91	c   First LP Iters   :          3 (21897.81 Iter/sec)
63.69/63.91	c   First LP Time    :       0.00
63.69/63.91	c   Final Dual Bound : +0.00000000000000e+00
63.69/63.91	c   Final Root Iters :        116
63.69/63.91	c   Root LP Estimate : +4.71334671199474e-05
63.69/63.91	c Solution           :
63.69/63.91	c   Solutions found  :          1 (1 improvements)
63.69/63.91	c   First Solution   : +0.00000000000000e+00   (in run 2, after 239028 nodes, 63.85 seconds, depth 30, found by <relaxation>)
63.69/63.91	c   Gap First Sol.   :       0.00 %
63.69/63.91	c   Gap Last Sol.    :       0.00 %
63.69/63.91	c   Primal Bound     : +0.00000000000000e+00   (in run 2, after 239028 nodes, 63.85 seconds, depth 30, found by <relaxation>)
63.69/63.91	c   Dual Bound       : +0.00000000000000e+00
63.69/63.91	c   Gap              :       0.00 %
63.69/63.91	c Integrals          :      Total       Avg%
63.69/63.91	c   primal-dual      :    6390.53     100.00
63.69/63.91	c   primal-ref       :          -          - (not evaluated)
63.69/63.91	c   dual-ref         :          -          - (not evaluated)
63.69/63.91	c Time complete: 63.7116.

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=973713, runsolver pid=973710

[startup+0.100874 s]*
/proc/loadavg: 4.27 4.13 4.10 5/256 973714
/proc/meminfo: memFree=119897052/131524600 swapFree=131071216/131071996
[pid=973713] ppid=973710 vsize=60496 memory=21964 CPUtime=0.09 cores=4,6
/proc/973713/stat : 973713 (pbscip) R 973710 973713 967139 0 -1 4194304 1911 0 0 0 9 0 0 0 20 0 1 0 182345244 61947904 5491 134679101440 4194304 18693293 140735229281360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42262528 140735229285379 140735229285478 140735229285478 140735229292494 0
/proc/973713/statm: 15124 5491 3991 3540 0 3381 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 60496 KiB
Current children cumulated memory: 21964 KiB

[startup+0.20572 s]*
/proc/loadavg: 4.27 4.13 4.10 5/256 973714
/proc/meminfo: memFree=119895720/131524600 swapFree=131071216/131071996
[pid=973713] ppid=973710 vsize=60776 memory=22228 CPUtime=0.2 cores=4,6
/proc/973713/stat : 973713 (pbscip) R 973710 973713 967139 0 -1 4194304 2000 0 0 0 20 0 0 0 20 0 1 0 182345244 62234624 5557 134679101440 4194304 18693293 140735229281360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42262528 140735229285379 140735229285478 140735229285478 140735229292494 0
/proc/973713/statm: 15194 5557 3991 3540 0 3451 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 60776 KiB
Current children cumulated memory: 22228 KiB

[startup+0.305556 s]*
/proc/loadavg: 4.27 4.13 4.10 5/256 973714
/proc/meminfo: memFree=119894916/131524600 swapFree=131071216/131071996
[pid=973713] ppid=973710 vsize=61328 memory=23020 CPUtime=0.29 cores=4,6
/proc/973713/stat : 973713 (pbscip) R 973710 973713 967139 0 -1 4194304 2169 0 0 0 29 0 0 0 20 0 1 0 182345244 62799872 5755 134679101440 4194304 18693293 140735229281360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42262528 140735229285379 140735229285478 140735229285478 140735229292494 0
/proc/973713/statm: 15332 5755 3991 3540 0 3589 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 61328 KiB
Current children cumulated memory: 23020 KiB

[startup+0.700219 s]
/proc/loadavg: 4.27 4.13 4.10 5/256 973714
/proc/meminfo: memFree=119893492/131524600 swapFree=131071216/131071996
[pid=973713] ppid=973710 vsize=61828 memory=23284 CPUtime=0.68 cores=4,6
/proc/973713/stat : 973713 (pbscip) R 973710 973713 967139 0 -1 4194304 2291 0 0 0 68 0 0 0 20 0 1 0 182345244 63311872 5821 134679101440 4194304 18693293 140735229281360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42262528 140735229285379 140735229285478 140735229285478 140735229292494 0
/proc/973713/statm: 15457 5821 3991 3540 0 3714 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 61828 KiB
Current children cumulated memory: 23284 KiB

[startup+1.50024 s]
/proc/loadavg: 4.27 4.13 4.10 5/256 973714
/proc/meminfo: memFree=119892456/131524600 swapFree=131071216/131071996
[pid=973713] ppid=973710 vsize=61572 memory=23896 CPUtime=1.48 cores=4,6
/proc/973713/stat : 973713 (pbscip) R 973710 973713 967139 0 -1 4194304 2533 0 0 0 147 1 0 0 20 0 1 0 182345244 63049728 5974 134679101440 4194304 18693293 140735229281360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42262528 140735229285379 140735229285478 140735229285478 140735229292494 0
/proc/973713/statm: 15393 5974 3991 3540 0 3650 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 61572 KiB
Current children cumulated memory: 23896 KiB

[startup+3.10552 s]
/proc/loadavg: 4.25 4.13 4.10 5/256 973714
/proc/meminfo: memFree=119891420/131524600 swapFree=131071216/131071996
[pid=973713] ppid=973710 vsize=62884 memory=24184 CPUtime=3.08 cores=4,6
/proc/973713/stat : 973713 (pbscip) R 973710 973713 967139 0 -1 4194304 2687 0 0 0 307 1 0 0 20 0 1 0 182345244 64393216 6046 134679101440 4194304 18693293 140735229281360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42262528 140735229285379 140735229285478 140735229285478 140735229292494 0
/proc/973713/statm: 15721 6046 3991 3540 0 3978 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 62884 KiB
Current children cumulated memory: 24184 KiB

[startup+6.30023 s]
/proc/loadavg: 4.25 4.13 4.10 5/256 973714
/proc/meminfo: memFree=119883740/131524600 swapFree=131071216/131071996
[pid=973713] ppid=973710 vsize=64272 memory=25376 CPUtime=6.26 cores=4,6
/proc/973713/stat : 973713 (pbscip) R 973710 973713 967139 0 -1 4194304 3116 0 0 0 625 1 0 0 20 0 1 0 182345244 65814528 6344 134679101440 4194304 18693293 140735229281360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42262528 140735229285379 140735229285478 140735229285478 140735229292494 0
/proc/973713/statm: 16068 6344 3991 3540 0 4325 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 64272 KiB
Current children cumulated memory: 25376 KiB

[startup+12.7002 s]
/proc/loadavg: 4.23 4.13 4.10 5/256 973717
/proc/meminfo: memFree=119877452/131524600 swapFree=131071216/131071996
[pid=973713] ppid=973710 vsize=65496 memory=27808 CPUtime=12.65 cores=4,6
/proc/973713/stat : 973713 (pbscip) R 973710 973713 967139 0 -1 4194304 3701 0 0 0 1263 2 0 0 20 0 1 0 182345244 67067904 6952 134679101440 4194304 18693293 140735229281360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42262528 140735229285379 140735229285478 140735229285478 140735229292494 0
/proc/973713/statm: 16374 6952 3991 3540 0 4631 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 65496 KiB
Current children cumulated memory: 27808 KiB

[startup+25.5002 s]
/proc/loadavg: 4.24 4.14 4.10 5/256 973718
/proc/meminfo: memFree=119865720/131524600 swapFree=131071216/131071996
[pid=973713] ppid=973710 vsize=69432 memory=31660 CPUtime=25.41 cores=4,6
/proc/973713/stat : 973713 (pbscip) R 973710 973713 967139 0 -1 4194304 4718 0 0 0 2538 3 0 0 20 0 1 0 182345244 71098368 7915 134679101440 4194304 18693293 140735229281360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42262528 140735229285379 140735229285478 140735229285478 140735229292494 0
/proc/973713/statm: 17358 7915 3991 3540 0 5615 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 69432 KiB
Current children cumulated memory: 31660 KiB

[startup+51.1056 s]
/proc/loadavg: 4.16 4.12 4.10 5/256 973723
/proc/meminfo: memFree=119844552/131524600 swapFree=131071216/131071996
[pid=973713] ppid=973710 vsize=76832 memory=39236 CPUtime=50.94 cores=4,6
/proc/973713/stat : 973713 (pbscip) R 973710 973713 967139 0 -1 4194304 6626 0 0 0 5090 4 0 0 20 0 1 0 182345244 78675968 9809 134679101440 4194304 18693293 140735229281360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42262528 140735229285379 140735229285478 140735229285478 140735229292494 0
/proc/973713/statm: 19208 9809 3991 3540 0 7465 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 76832 KiB
Current children cumulated memory: 39236 KiB

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

# cumulated CPU time of all completed processes:  user=63.6534 s, system=0.062745 s

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

[startup+51.2003 s]
/proc/loadavg: 4.16 4.12 4.10 5/256 973723
/proc/meminfo: memFree=119844552/131524600 swapFree=131071216/131071996
[pid=973713] ppid=973710 vsize=76832 memory=39236 CPUtime=51.03 cores=4,6
/proc/973713/stat : 973713 (pbscip) R 973710 973713 967139 0 -1 4194304 6626 0 0 0 5099 4 0 0 20 0 1 0 182345244 78675968 9809 134679101440 4194304 18693293 140735229281360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42262528 140735229285379 140735229285478 140735229285478 140735229292494 0
/proc/973713/statm: 19208 9809 3991 3540 0 7465 0
Current children cumulated CPU time: 51.03 s
Current children cumulated vsize: 76832 KiB
Current children cumulated memory: 39236 KiB

[startup+57.6002 s]
/proc/loadavg: 4.15 4.12 4.10 5/256 973723
/proc/meminfo: memFree=119821424/131524600 swapFree=131071216/131071996
[pid=973713] ppid=973710 vsize=82592 memory=44748 CPUtime=57.41 cores=4,6
/proc/973713/stat : 973713 (pbscip) R 973710 973713 967139 0 -1 4194304 7983 0 0 0 5736 5 0 0 20 0 1 0 182345244 84574208 11187 134679101440 4194304 18693293 140735229281360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42262528 140735229285379 140735229285478 140735229285478 140735229292494 0
/proc/973713/statm: 20648 11187 3991 3540 0 8905 0
Current children cumulated CPU time: 57.41 s
Current children cumulated vsize: 82592 KiB
Current children cumulated memory: 44748 KiB

[startup+60.8002 s]
/proc/loadavg: 4.21 4.14 4.10 5/256 973725
/proc/meminfo: memFree=119815616/131524600 swapFree=131071216/131071996
[pid=973713] ppid=973710 vsize=85976 memory=48180 CPUtime=60.6 cores=4,6
/proc/973713/stat : 973713 (pbscip) R 973710 973713 967139 0 -1 4194304 8846 0 0 0 6055 5 0 0 20 0 1 0 182345244 88039424 12045 134679101440 4194304 18693293 140735229281360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42262528 140735229285379 140735229285478 140735229285478 140735229292494 0
/proc/973713/statm: 21494 12045 3991 3540 0 9751 0
Current children cumulated CPU time: 60.6 s
Current children cumulated vsize: 85976 KiB
Current children cumulated memory: 48180 KiB

[startup+62.4002 s]
/proc/loadavg: 4.21 4.14 4.10 4/250 973754
/proc/meminfo: memFree=119853544/131524600 swapFree=131071216/131071996
[pid=973713] ppid=973710 vsize=87732 memory=49500 CPUtime=62.19 cores=4,6
/proc/973713/stat : 973713 (pbscip) R 973710 973713 967139 0 -1 4194304 9191 0 0 0 6214 5 0 0 20 0 1 0 182345244 89837568 12375 134679101440 4194304 18693293 140735229281360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42262528 140735229285379 140735229285478 140735229285478 140735229292494 0
/proc/973713/statm: 21933 12375 3991 3540 0 10190 0
Current children cumulated CPU time: 62.19 s
Current children cumulated vsize: 87732 KiB
Current children cumulated memory: 49500 KiB

[startup+63.2002 s]
/proc/loadavg: 4.20 4.13 4.10 5/256 973771
/proc/meminfo: memFree=119845272/131524600 swapFree=131071216/131071996
[pid=973713] ppid=973710 vsize=87732 memory=49764 CPUtime=62.99 cores=4,6
/proc/973713/stat : 973713 (pbscip) R 973710 973713 967139 0 -1 4194304 9252 0 0 0 6294 5 0 0 20 0 1 0 182345244 89837568 12441 134679101440 4194304 18693293 140735229281360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42262528 140735229285379 140735229285478 140735229285478 140735229292494 0
/proc/973713/statm: 21933 12441 3991 3540 0 10190 0
Current children cumulated CPU time: 62.99 s
Current children cumulated vsize: 87732 KiB
Current children cumulated memory: 49764 KiB

[startup+63.6002 s]
/proc/loadavg: 4.20 4.13 4.10 5/256 973771
/proc/meminfo: memFree=119845272/131524600 swapFree=131071216/131071996
[pid=973713] ppid=973710 vsize=87732 memory=49764 CPUtime=63.39 cores=4,6
/proc/973713/stat : 973713 (pbscip) R 973710 973713 967139 0 -1 4194304 9255 0 0 0 6334 5 0 0 20 0 1 0 182345244 89837568 12441 134679101440 4194304 18693293 140735229281360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42262528 140735229285379 140735229285478 140735229285478 140735229292494 0
/proc/973713/statm: 21933 12441 3991 3540 0 10190 0
Current children cumulated CPU time: 63.39 s
Current children cumulated vsize: 87732 KiB
Current children cumulated memory: 49764 KiB

[startup+63.8002 s]
/proc/loadavg: 4.20 4.13 4.10 5/256 973771
/proc/meminfo: memFree=119845272/131524600 swapFree=131071216/131071996
[pid=973713] ppid=973710 vsize=87732 memory=49764 CPUtime=63.59 cores=4,6
/proc/973713/stat : 973713 (pbscip) R 973710 973713 967139 0 -1 4194304 9255 0 0 0 6354 5 0 0 20 0 1 0 182345244 89837568 12441 134679101440 4194304 18693293 140735229281360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42262528 140735229285379 140735229285478 140735229285478 140735229292494 0
/proc/973713/statm: 21933 12441 3991 3540 0 10190 0
Current children cumulated CPU time: 63.59 s
Current children cumulated vsize: 87732 KiB
Current children cumulated memory: 49764 KiB

[startup+63.9002 s]
/proc/loadavg: 4.20 4.13 4.10 5/256 973771
/proc/meminfo: memFree=119845272/131524600 swapFree=131071216/131071996
[pid=973713] ppid=973710 vsize=89712 memory=51876 CPUtime=63.69 cores=4,6
/proc/973713/stat : 973713 (pbscip) R 973710 973713 967139 0 -1 4194304 9810 0 0 0 6364 5 0 0 20 0 1 0 182345244 91865088 12969 134679101440 4194304 18693293 140735229281360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42262528 140735229285379 140735229285478 140735229285478 140735229292494 0
/proc/973713/statm: 22428 12969 3991 3540 0 10685 0
Current children cumulated CPU time: 63.69 s
Current children cumulated vsize: 89712 KiB
Current children cumulated memory: 51876 KiB

Child status: 0

Real time (s): 63.9163
CPU time (s): 63.7161
CPU user time (s): 63.6534
CPU system time (s): 0.062745
CPU usage (%): 99.6868
Max. virtual memory (cumulated for all children) (KiB): 89712
Max. memory (cumulated for all children) (KiB): 51876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.6534
system time used= 0.062745
maximum resident set size= 51876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9816
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= 7
involuntary context switches= 110


# summary of solver processes directly reported to runsolver:
#   pid: 973713
#   total CPU time (s): 63.7161
#   total CPU user time (s): 63.6534
#   total CPU system time (s): 0.062745

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.181225 second user time and 0.458188 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-18 13:24:00
IDJOB=4445055
IDBENCH=148098
IDSOLVER=3059
FILE ID=nodeC018/4445055-1721301828
RUNJOBID= nodeC018-1721294195-967150
SLURM_JOB_ID= 7542613
Free space on /tmp= 889972 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 --file-size-limit 102400 -w /tmp/evaluation-result-4445055-1721301828/watcher-4445055-1721301828 -o /tmp/evaluation-result-4445055-1721301828/solver-4445055-1721301828 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721294195-967150 --watchdog 3760  pbscip -f HOME/instance-4445055-1721301828.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 51f776679cf4368d72b5455aa221d9d6
RANDOM SEED=1421472929

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        119903668 kB
MemAvailable:   121839476 kB
Buffers:          470580 kB
Cached:          2295936 kB
SwapCached:          148 kB
Active:          1032284 kB
Inactive:        9987012 kB
Active(anon):       1548 kB
Inactive(anon):  8296692 kB
Active(file):    1030736 kB
Inactive(file):  1690320 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:             37704 kB
Writeback:             0 kB
AnonPages:       8248916 kB
Mapped:           142992 kB
Shmem:             45784 kB
KReclaimable:     109152 kB
Slab:             205436 kB
SReclaimable:     109152 kB
SUnreclaim:        96284 kB
KernelStack:        4136 kB
PageTables:        25716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9598956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4190208 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      262868 kB
DirectMap2M:    24676352 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 889952 MiB
End job on nodeC018 at 2024-07-18 13:25:05