Trace number 4780738

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
NaPS 1.04? (TO) 3600.07 3612.92

General information on the benchmark

NamePB26/normalized-PB26/OPT-LIN/devriendt/
tsplib/normalized-swiss42.opb
MD5SUMa307bb58c982e1a0b4b6f0debc866bd3
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1273
Best CPU time to get the best result obtained on this benchmark13.9056
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1968
Total number of constraints1806
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)84
Number of constraints which are nor clauses,nor cardinality constraints1722
Minimum length of a constraint6
Maximum length of a constraint41
Number of terms in the objective function 1722
Biggest coefficient in the objective function 323
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 198238
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 323
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 198238
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	exec HOME/naps_release -v2 -mc -cSCIP -scip-solve-prop -scip-stage-prop -given-time=3600 HOME/instance-4780738-1782138637.opb
0.00/0.03	c NaPS 1.03a50.
0.00/0.03	c Using SAT solver: CaDiCaL 3.0.0
0.00/0.03	c Input file name: HOME/instance-4780738-1782138637.opb
0.00/0.03	c Parsing PB file...
0.00/0.04	c goal was devided by 1 with offset 198238.
0.00/0.07	c assumptions before coding: 
0.00/0.08	c initScipForCoop
0.00/0.08	c Running SCIP presolver (time limit: 10 sec)...
0.00/0.08	c solveScip
0.00/0.08	c initScipForCoop
0.00/0.08	c Cooperative mode: scip_coop_offset=198238.000000
0.00/0.08	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
0.00/0.08	c Running SCIP presolve for solve-time propagation (rounds=3)
0.00/0.08	c presolving:
0.00/0.09	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 41 chg sides, 41 chg coeffs, 0 upgd conss, 0 impls, 125 clqs, 0 implints
0.00/0.09	c    (0.0s) running MILP presolver
0.00/0.10	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.00/0.10	c (round 2, exhaustive) 0 del vars, 84 del conss, 0 add conss, 0 chg bounds, 41 chg sides, 41 chg coeffs, 0 upgd conss, 0 impls, 125 clqs, 0 implints
0.07/0.14	c    (0.1s) probing: 51/1968 (2.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.07/0.14	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.07/0.15	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
0.07/0.15	c  0 deleted vars, 84 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 41 changed sides, 41 changed coefficients
0.07/0.15	c  0 implications, 125 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
0.07/0.15	c presolved problem has 1968 variables (1968 bin, 0 int, 0 cont) and 1806 constraints
0.07/0.15	c    1681 constraints of type <knapsack>
0.07/0.15	c      84 constraints of type <setppc>
0.07/0.15	c      41 constraints of type <logicor>
0.07/0.15	c transformed objective value is always integral (scale: 1)
0.07/0.15	c Presolving Time: 0.07
0.07/0.15	c presolving:
0.07/0.16	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 41 chg sides, 41 chg coeffs, 0 upgd conss, 0 impls, 125 clqs, 0 implints
0.07/0.16	c    (0.0s) running MILP presolver
0.07/0.17	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.07/0.17	c (round 2, exhaustive) 0 del vars, 84 del conss, 0 add conss, 0 chg bounds, 41 chg sides, 41 chg coeffs, 0 upgd conss, 0 impls, 125 clqs, 0 implints
0.07/0.17	c (round 3, exhaustive) 0 del vars, 84 del conss, 0 add conss, 0 chg bounds, 41 chg sides, 41 chg coeffs, 1806 upgd conss, 0 impls, 125 clqs, 0 implints
0.07/0.18	c (round 4, medium)     0 del vars, 84 del conss, 41 add conss, 0 chg bounds, 82 chg sides, 123 chg coeffs, 1806 upgd conss, 0 impls, 125 clqs, 0 implints
0.07/0.18	c (round 5, fast)       0 del vars, 84 del conss, 41 add conss, 0 chg bounds, 82 chg sides, 287 chg coeffs, 1806 upgd conss, 0 impls, 125 clqs, 0 implints
0.07/0.22	c    (0.1s) probing: 51/1968 (2.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.07/0.22	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.18/0.22	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.18/0.23	c    (0.1s) no symmetry present (symcode time: 0.00)
0.18/0.23	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
0.18/0.23	c  0 deleted vars, 84 deleted constraints, 41 added constraints, 0 tightened bounds, 0 added holes, 82 changed sides, 287 changed coefficients
0.18/0.23	c  0 implications, 125 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
0.18/0.23	c presolved problem has 1968 variables (1968 bin, 0 int, 0 cont) and 1847 constraints
0.18/0.23	c    1681 constraints of type <knapsack>
0.18/0.23	c     125 constraints of type <setppc>
0.18/0.23	c      41 constraints of type <logicor>
0.18/0.23	c transformed objective value is always integral (scale: 1)
0.18/0.23	c Presolving Time: 0.08
0.18/0.23	c 
0.18/0.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.18/0.26	c   0.1s|     1 |     0 |   251 |     - |    39M |   0 |1968 |2004 |1847 |   0 |  0 | 156 |   0 |-1.018390e+03 |      --      |    Inf | unknown
0.28/0.36	c   0.2s|     1 |     0 |  1359 |     - |    41M |   0 |1968 |2004 |1888 |  41 |  1 | 156 |   0 |-1.097112e+03 |      --      |    Inf | unknown
0.39/0.43	c   0.3s|     1 |     0 |  1415 |     - |    47M |   0 |1968 |2004 |1921 |  74 |  2 | 156 |   0 |-1.103943e+03 |      --      |    Inf | unknown
0.39/0.46	c   0.3s|     1 |     0 |  1471 |     - |    49M |   0 |1968 |2004 |1946 |  99 |  3 | 156 |   0 |-1.124079e+03 |      --      |    Inf | unknown
0.48/0.52	c   0.4s|     1 |     0 |  1519 |     - |    57M |   0 |1968 |2004 |1971 | 124 |  4 | 156 |   0 |-1.124079e+03 |      --      |    Inf | unknown
0.48/0.58	c   0.4s|     1 |     0 |  1585 |     - |    62M |   0 |1968 |2004 |1996 | 149 |  5 | 156 |   0 |-1.146772e+03 |      --      |    Inf | unknown
0.57/0.64	c   0.5s|     1 |     0 |  1636 |     - |    68M |   0 |1968 |2004 |2021 | 174 |  6 | 156 |   0 |-1.146772e+03 |      --      |    Inf | unknown
0.65/0.72	c   0.6s|     1 |     0 |  1729 |     - |    76M |   0 |1968 |2004 |2043 | 196 |  7 | 156 |   0 |-1.153402e+03 |      --      |    Inf | unknown
0.65/0.78	c   0.6s|     1 |     0 |  1774 |     - |    84M |   0 |1968 |2004 |2062 | 215 |  8 | 156 |   0 |-1.153402e+03 |      --      |    Inf | unknown
0.75/0.85	c   0.7s|     1 |     0 |  1876 |     - |    89M |   0 |1968 |2004 |2079 | 232 |  9 | 156 |   0 |-1.159317e+03 |      --      |    Inf | unknown
0.85/0.93	c   0.8s|     1 |     0 |  1910 |     - |    95M |   0 |1968 |2004 |2100 | 253 | 10 | 156 |   0 |-1.159734e+03 |      --      |    Inf | unknown
0.85/0.95	c   0.8s|     1 |     0 |  1977 |     - |    95M |   0 |1968 |2004 |2118 | 271 | 11 | 156 |   0 |-1.168418e+03 |      --      |    Inf | unknown
0.85/0.97	c   0.8s|     1 |     0 |  2014 |     - |    96M |   0 |1968 |2004 |2131 | 284 | 12 | 156 |   0 |-1.172050e+03 |      --      |    Inf | unknown
0.85/0.99	c   0.8s|     1 |     0 |  2044 |     - |    96M |   0 |1968 |2004 |2145 | 298 | 13 | 156 |   0 |-1.174350e+03 |      --      |    Inf | unknown
0.85/1.01	c   0.9s|     1 |     0 |  2080 |     - |    96M |   0 |1968 |2005 |2157 | 310 | 14 | 157 |   0 |-1.180111e+03 |      --      |    Inf | unknown
0.96/1.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.96/1.02	c   0.9s|     1 |     0 |  2134 |     - |    96M |   0 |1968 |2006 |2065 | 319 | 15 | 158 |   0 |-1.190128e+03 |      --      |    Inf | unknown
0.96/1.04	c   0.9s|     1 |     0 |  2175 |     - |    97M |   0 |1968 |2007 |2082 | 336 | 16 | 159 |   0 |-1.190786e+03 |      --      |    Inf | unknown
0.96/1.06	c   0.9s|     1 |     0 |  2205 |     - |    97M |   0 |1968 |2008 |2100 | 354 | 17 | 160 |   0 |-1.190786e+03 |      --      |    Inf | unknown
0.96/1.08	c   0.9s|     1 |     0 |  2235 |     - |    97M |   0 |1968 |2008 |2112 | 366 | 18 | 160 |   0 |-1.190786e+03 |      --      |    Inf | unknown
0.96/1.10	c   1.0s|     1 |     0 |  2263 |     - |    97M |   0 |1968 |2009 |2122 | 376 | 19 | 161 |   0 |-1.190786e+03 |      --      |    Inf | unknown
1.06/1.12	c   1.0s|     1 |     0 |  2288 |     - |    97M |   0 |1968 |2010 |2132 | 386 | 20 | 162 |   0 |-1.190786e+03 |      --      |    Inf | unknown
1.06/1.13	c   1.0s|     1 |     0 |  2302 |     - |    97M |   0 |1968 |2011 |2057 | 392 | 21 | 163 |   0 |-1.190786e+03 |      --      |    Inf | unknown
1.06/1.15	c   1.0s|     1 |     0 |  2308 |     - |    97M |   0 |1968 |2013 |2062 | 397 | 22 | 165 |   0 |-1.190786e+03 |      --      |    Inf | unknown
1.06/1.17	c   1.0s|     1 |     0 |  2318 |     - |    97M |   0 |1968 |2014 |2068 | 403 | 23 | 166 |   0 |-1.190786e+03 |      --      |    Inf | unknown
1.06/1.18	c   1.0s|     1 |     0 |  2338 |     - |    97M |   0 |1968 |2015 |2072 | 407 | 24 | 167 |   0 |-1.195542e+03 |      --      |    Inf | unknown
1.06/1.19	c   1.0s|     1 |     0 |  2344 |     - |    97M |   0 |1968 |2016 |2076 | 411 | 25 | 168 |   0 |-1.195542e+03 |      --      |    Inf | unknown
1.16/1.21	c   1.1s|     1 |     0 |  2347 |     - |    97M |   0 |1968 |2016 |2079 | 414 | 26 | 168 |   0 |-1.195542e+03 |      --      |    Inf | unknown
1.16/1.22	c   1.1s|     1 |     0 |  2350 |     - |    97M |   0 |1968 |2018 |2038 | 416 | 27 | 170 |   0 |-1.195542e+03 |      --      |    Inf | unknown
1.16/1.23	c   1.1s|     1 |     0 |  2353 |     - |    97M |   0 |1968 |2020 |2040 | 418 | 28 | 172 |   0 |-1.195542e+03 |      --      |    Inf | unknown
1.16/1.24	c   1.1s|     1 |     0 |  2354 |     - |    97M |   0 |1968 |2022 |2041 | 419 | 29 | 174 |   0 |-1.195542e+03 |      --      |    Inf | unknown
1.65/1.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.65/1.70	c   1.6s|     1 |     2 |  4392 |     - |    98M |   0 |1968 |2030 |2041 | 419 | 30 | 182 |  12 |-1.195542e+03 |      --      |    Inf | unknown
4.64/4.75	c   4.6s|   100 |   101 |  8184 |  59.8 |   116M |  16 |1968 |2098 |1976 | 724 |  1 | 253 | 761 |-1.207965e+03 |      --      |    Inf | unknown
6.83/6.96	c   6.8s|   200 |   195 | 12602 |  51.9 |   133M |  18 |1968 |2168 |1964 |1034 |  1 | 325 |1231 |-1.210612e+03 |      --      |    Inf |   0.89%
8.82/8.93	c   8.8s|   300 |   293 | 20375 |  60.6 |   138M |  21 |1968 |2204 |1989 |1432 |  1 | 364 |1487 |-1.210612e+03 |      --      |    Inf |   1.28%
10.03/10.15	c 
10.03/10.15	c SCIP Status        : solving was interrupted [time limit reached]
10.03/10.15	c Solving Time (sec) : 10.00
10.03/10.15	c Solving Nodes      : 397
10.03/10.15	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
10.03/10.15	c Dual Bound         : -1.21065091463415e+03
10.03/10.15	c Gap                : infinite
10.03/10.15	c SCIP status: 23 (TIMELIMIT)
10.03/10.15	c solveScip: freeing transform (!can_skip_free_transform)
10.03/10.18	c SCIP presolver: sst_unknown
10.03/10.18	c Converting 1890 PB-constraints to clauses...
10.03/10.18	c   -- Clauses(.)/Splits(s): estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 8
10.03/10.19	c Try to convert by bdds
10.03/10.19	c d: 1
10.03/10.19	c estimatedAdderCost: 15
10.03/10.19	c Try to convert by bdds
10.03/10.19	c D: 1
10.03/10.19	c estimatedAdderCost: 15
10.03/10.19	c Try to convert by bdds
10.03/10.19	c D: 1
10.03/10.19	c estimatedAdderCost: 15
10.03/10.19	c Try to convert by bdds
10.03/10.19	c D: 1
10.03/10.19	c estimatedAdderCost: 15
10.03/10.19	c Try to convert by bdds
10.03/10.19	c D: 1
10.03/10.19	c estimatedAdderCost: 15
10.03/10.19	c Try to convert by bdds
10.03/10.19	c D: 1
10.03/10.19	c estimatedAdderCost: 15
10.03/10.19	c Try to convert by bdds
10.03/10.19	c D: 1
10.03/10.19	c estimatedAdderCost: 15
10.03/10.19	c Try to convert by bdds
10.03/10.19	c D: 1
10.03/10.19	c estimatedAdderCost: 15
10.03/10.19	c Try to convert by bdds
10.03/10.19	c D: 1
10.03/10.19	c estimatedAdderCost: 15
10.03/10.19	c Try to convert by bdds
10.03/10.20	c D: 1
10.03/10.20	c estimatedAdderCost: 15
10.03/10.20	c Try to convert by bdds
10.12/10.20	c D: 1
10.12/10.20	c estimatedAdderCost: 15
10.12/10.20	c Try to convert by bdds
10.12/10.20	c D: 1
10.12/10.20	c estimatedAdderCost: 15
10.12/10.20	c Try to convert by bdds
10.12/10.20	c D: 1
10.12/10.20	c estimatedAdderCost: 15
10.12/10.20	c Try to convert by bdds
10.12/10.20	c D: 1
10.12/10.20	c estimatedAdderCost: 15
10.12/10.20	c Try to convert by bdds
10.12/10.20	c D: 1
10.12/10.20	c estimatedAdderCost: 15
10.12/10.20	c Try to convert by bdds
10.12/10.20	c D: 1
10.12/10.20	c estimatedAdderCost: 15
10.12/10.20	c Try to convert by bdds
10.12/10.20	c D: 1
10.12/10.20	c estimatedAdderCost: 15
10.12/10.20	c Try to convert by bdds
10.12/10.20	c D: 1
10.12/10.20	c estimatedAdderCost: 15
10.12/10.20	c Try to convert by bdds
10.12/10.20	c D: 1
10.12/10.20	c estimatedAdderCost: 15
10.12/10.20	c Try to convert by bdds
10.12/10.20	c D: 1
10.12/10.20	c estimatedAdderCost: 15
10.12/10.20	c Try to convert by bdds
10.12/10.20	c D: 1
10.12/10.20	c estimatedAdderCost: 15
10.12/10.20	c Try to convert by bdds
10.12/10.20	c D: 1
10.12/10.20	c estimatedAdderCost: 15
10.12/10.20	c Try to convert by bdds
10.12/10.20	c D: 1
10.12/10.20	c estimatedAdderCost: 15
10.12/10.20	c Try to convert by bdds
10.12/10.20	c D: 1
10.12/10.20	c estimatedAdderCost: 15
10.12/10.20	c Try to convert by bdds
10.12/10.20	c D: 1
10.12/10.20	c estimatedAdderCost: 15
10.12/10.20	c Try to convert by bdds
10.12/10.20	c D: 1
10.12/10.20	c estimatedAdderCost: 15
10.12/10.20	c Try to convert by bdds
10.12/10.20	c D: 1
10.12/10.20	c estimatedAdderCost: 15
10.12/10.20	c Try to convert by bdds
10.12/10.20	c D: 1
10.12/10.20	c estimatedAdderCost: 15
10.12/10.20	c Try to convert by bdds
10.12/10.20	c D: 1
10.12/10.20	c estimatedAdderCost: 15
10.12/10.20	c Try to convert by bdds
10.12/10.21	c D: 1
10.12/10.21	c estimatedAdderCost: 15
10.12/10.21	c Try to convert by bdds
10.12/10.21	c D: 1
10.12/10.21	c estimatedAdderCost: 15
10.12/10.21	c Try to convert by bdds
10.12/10.21	c D: 1
10.12/10.21	c estimatedAdderCost: 15
10.12/10.21	c Try to convert by bdds
10.12/10.21	c D: 1
10.12/10.21	c estimatedAdderCost: 15
10.12/10.21	c Try to convert by bdds
10.12/10.21	c D: 1
10.12/10.21	c estimatedAdderCost: 15
10.12/10.21	c Try to convert by bdds
10.12/10.21	c D: 1
10.12/10.21	c estimatedAdderCost: 15
10.12/10.21	c Try to convert by bdds
10.12/10.21	c D: 1
10.12/10.21	c estimatedAdderCost: 15
10.12/10.21	c Try to convert by bdds
10.12/10.21	c D: 1
10.12/10.21	c estimatedAdderCost: 15
10.12/10.21	c Try to convert by bdds
10.12/10.21	c D: 1
10.12/10.21	c estimatedAdderCost: 15
10.12/10.21	c Try to convert by bdds
10.12/10.21	c D: 1
10.12/10.21	c estimatedAdderCost: 15
10.12/10.21	c Try to convert by bdds
10.12/10.21	c D: 1
10.12/10.21	c estimatedAdderCost: 15
10.12/10.21	c Try to convert by bdds
10.12/10.21	c D: 1
10.12/10.21	c estimatedAdderCost: 15
10.12/10.21	c Try to convert by bdds
10.12/10.21	c D: 1
10.12/10.21	c estimatedAdderCost: 15
10.12/10.21	c Try to convert by bdds
10.12/10.21	c D: 1
10.12/10.21	c estimatedAdderCost: 15
10.12/10.21	c Try to convert by bdds
10.12/10.21	c D: 1
10.12/10.21	c estimatedAdderCost: 15
10.12/10.21	c Try to convert by bdds
10.12/10.21	c D: 1
10.12/10.21	c estimatedAdderCost: 15
10.12/10.21	c Try to convert by bdds
10.12/10.21	c D: 1
10.12/10.21	c estimatedAdderCost: 15
10.12/10.21	c Try to convert by bdds
10.12/10.21	c D: 1
10.12/10.21	c estimatedAdderCost: 15
10.12/10.21	c Try to convert by bdds
10.12/10.21	c D: 1
10.12/10.21	c estimatedAdderCost: 15
10.12/10.21	c Try to convert by bdds
10.12/10.22	c D: 1
10.12/10.22	c estimatedAdderCost: 15
10.12/10.22	c Try to convert by bdds
10.12/10.22	c D: 1
10.12/10.22	c estimatedAdderCost: 15
10.12/10.22	c Try to convert by bdds
10.12/10.22	c D: 1
10.12/10.22	c estimatedAdderCost: 15
10.12/10.22	c Try to convert by bdds
10.12/10.22	c D: 1
10.12/10.22	c estimatedAdderCost: 15
10.12/10.22	c Try to convert by bdds
10.12/10.22	c D: 1
10.12/10.22	c estimatedAdderCost: 15
10.12/10.22	c Try to convert by bdds
10.12/10.22	c D: 1
10.12/10.22	c estimatedAdderCost: 15
10.12/10.22	c Try to convert by bdds
10.12/10.22	c D: 1
10.12/10.22	c estimatedAdderCost: 15
10.12/10.22	c Try to convert by bdds
10.12/10.22	c D: 1
10.12/10.22	c estimatedAdderCost: 15
10.12/10.22	c Try to convert by bdds
10.12/10.22	c D: 1
10.12/10.22	c estimatedAdderCost: 15
10.12/10.22	c Try to convert by bdds
10.12/10.22	c D: 1
10.12/10.22	c estimatedAdderCost: 15
10.12/10.22	c Try to convert by bdds
10.12/10.22	c D: 1
10.12/10.22	c estimatedAdderCost: 15
10.12/10.22	c Try to convert by bdds
10.12/10.22	c D: 1
10.12/10.22	c estimatedAdderCost: 15
10.12/10.22	c Try to convert by bdds
10.12/10.22	c D: 1
10.12/10.22	c estimatedAdderCost: 15
10.12/10.22	c Try to convert by bdds
10.12/10.22	c D: 1
10.12/10.22	c estimatedAdderCost: 15
10.12/10.22	c Try to convert by bdds
10.12/10.22	c D: 1
10.12/10.22	c estimatedAdderCost: 15
10.12/10.22	c Try to convert by bdds
10.12/10.22	c D: 1
10.12/10.22	c estimatedAdderCost: 15
10.12/10.22	c Try to convert by bdds
10.12/10.22	c D: 1
10.12/10.22	c estimatedAdderCost: 15
10.12/10.22	c Try to convert by bdds
10.12/10.22	c D: 1
10.12/10.22	c estimatedAdderCost: 15
10.12/10.22	c Try to convert by bdds
10.12/10.22	c D: 1
10.12/10.22	c estimatedAdderCost: 15
10.12/10.22	c Try to convert by bdds
10.12/10.22	c D: 1
10.12/10.22	c estimatedAdderCost: 15
10.12/10.22	c Try to convert by bdds
10.12/10.23	c D: 1
10.12/10.23	c estimatedAdderCost: 15
10.12/10.23	c Try to convert by bdds
10.12/10.23	c D: 1
10.12/10.23	c estimatedAdderCost: 15
10.12/10.23	c Try to convert by bdds
10.12/10.23	c D: 1
10.12/10.23	c estimatedAdderCost: 15
10.12/10.23	c Try to convert by bdds
10.12/10.23	c D: 1
10.12/10.23	c estimatedAdderCost: 15
10.12/10.23	c Try to convert by bdds
10.12/10.23	c D: 1
10.12/10.23	c estimatedAdderCost: 15
10.12/10.23	c Try to convert by bdds
10.12/10.23	c D: 1
10.12/10.23	c estimatedAdderCost: 15
10.12/10.23	c Try to convert by bdds
10.12/10.23	c D: 1
10.12/10.23	c estimatedAdderCost: 15
10.12/10.23	c Try to convert by bdds
10.12/10.23	c D: 1
10.12/10.23	c estimatedAdderCost: 15
10.12/10.23	c Try to convert by bdds
10.12/10.23	c D: 1
10.12/10.23	c estimatedAdderCost: 15
10.12/10.23	c Try to convert by bdds
10.12/10.23	c D: 1
10.12/10.23	c estimatedAdderCost: 15
10.12/10.23	c Try to convert by bdds
10.12/10.23	c D: 1
10.12/10.23	c estimatedAdderCost: 15
10.12/10.23	c Try to convert by bdds
10.12/10.23	c D: 1
10.12/10.23	c estimatedAdderCost: 15
10.12/10.23	c Try to convert by bdds
10.12/10.23	c D: 1
10.12/10.23	c estimatedAdderCost: 15
10.12/10.23	c Try to convert by bdds
10.12/10.23	c D: 1
10.12/10.23	c estimatedAdderCost: 15
10.12/10.23	c Try to convert by bdds
10.12/10.23	c D: 1
10.12/10.23	c estimatedAdderCost: 15
10.12/10.23	c Try to convert by bdds
10.12/10.23	c D: 1
10.12/10.23	c estimatedAdderCost: 15
10.12/10.23	c Try to convert by bdds
10.12/10.23	c D: 1
10.12/10.23	c estimatedAdderCost: 15
10.12/10.23	c Try to convert by bdds
10.12/10.23	c D: 1
10.12/10.23	c estimatedAdderCost: 15
10.12/10.23	c Try to convert by bdds
10.12/10.23	c D: 1
10.12/10.23	c estimatedAdderCost: 15
10.12/10.23	c Try to convert by bdds
10.12/10.24	c D: 1
10.12/10.24	c estimatedAdderCost: 15
10.12/10.24	c Try to convert by bdds
10.12/10.24	c D: 1
10.12/10.24	c estimatedAdderCost: 15
10.12/10.24	c Try to convert by bdds
10.12/10.24	c D: 1
10.12/10.24	c estimatedAdderCost: 15
10.12/10.24	c Try to convert by bdds
10.12/10.24	c D: 1
10.12/10.24	c estimatedAdderCost: 15
10.12/10.24	c Try to convert by bdds
10.12/10.24	c D: 1
10.12/10.24	c estimatedAdderCost: 15
10.12/10.24	c Try to convert by bdds
10.12/10.24	c D: 1
10.12/10.24	c estimatedAdderCost: 15
10.12/10.24	c Try to convert by bdds
10.12/10.24	c D: 1
10.12/10.24	c estimatedAdderCost: 15
10.12/10.24	c Try to convert by bdds
10.12/10.24	c D: 1
10.12/10.24	c estimatedAdderCost: 15
10.12/10.24	c Try to convert by bdds
10.12/10.24	c D: 1
10.12/10.24	c estimatedAdderCost: 15
10.12/10.24	c Try to convert by bdds
10.12/10.24	c D: 1
10.12/10.24	c estimatedAdderCost: 15
10.12/10.24	c Try to convert by bdds
10.12/10.24	c D: 1
10.12/10.24	c estimatedAdderCost: 15
10.12/10.24	c Try to convert by bdds
10.12/10.24	c D: 1
10.12/10.24	c estimatedAdderCost: 15
10.12/10.24	c Try to convert by bdds
10.12/10.24	c D: 1
10.12/10.24	c estimatedAdderCost: 15
10.12/10.24	c Try to convert by bdds
10.12/10.24	c D: 1
10.12/10.24	c estimatedAdderCost: 15
10.12/10.24	c Try to convert by bdds
10.12/10.24	c D: 1
10.12/10.24	c estimatedAdderCost: 15
10.12/10.24	c Try to convert by bdds
10.12/10.24	c D: 1
10.12/10.24	c estimatedAdderCost: 15
10.12/10.24	c Try to convert by bdds
10.12/10.24	c D: 1
10.12/10.24	c estimatedAdderCost: 15
10.12/10.24	c Try to convert by bdds
10.12/10.24	c D: 1
10.12/10.24	c estimatedAdderCost: 15
10.12/10.24	c Try to convert by bdds
10.12/10.24	c D: 1
10.12/10.24	c estimatedAdderCost: 15
10.12/10.24	c Try to convert by bdds
10.12/10.25	c D: 1
10.12/10.25	c estimatedAdderCost: 15
10.12/10.25	c Try to convert by bdds
10.12/10.25	c D: 1
10.12/10.25	c estimatedAdderCost: 15
10.12/10.25	c Try to convert by bdds
10.12/10.25	c D: 1
10.12/10.25	c estimatedAdderCost: 15
10.12/10.25	c Try to convert by bdds
10.12/10.25	c D: 1
10.12/10.25	c estimatedAdderCost: 15
10.12/10.25	c Try to convert by bdds
10.12/10.25	c D: 1
10.12/10.25	c estimatedAdderCost: 15
10.12/10.25	c Try to convert by bdds
10.12/10.25	c D: 1
10.12/10.25	c estimatedAdderCost: 15
10.12/10.25	c Try to convert by bdds
10.12/10.25	c D: 1
10.12/10.25	c estimatedAdderCost: 15
10.12/10.25	c Try to convert by bdds
10.12/10.25	c D: 1
10.12/10.25	c estimatedAdderCost: 15
10.12/10.25	c Try to convert by bdds
10.12/10.25	c D: 1
10.12/10.25	c estimatedAdderCost: 15
10.12/10.25	c Try to convert by bdds
10.12/10.25	c D: 1
10.12/10.25	c estimatedAdderCost: 15
10.12/10.25	c Try to convert by bdds
10.12/10.25	c D: 1
10.12/10.25	c estimatedAdderCost: 15
10.12/10.25	c Try to convert by bdds
10.12/10.25	c D: 1
10.12/10.25	c estimatedAdderCost: 15
10.12/10.25	c Try to convert by bdds
10.12/10.25	c D: 1
10.12/10.25	c estimatedAdderCost: 15
10.12/10.25	c Try to convert by bdds
10.12/10.25	c D: 1
10.12/10.25	c estimatedAdderCost: 15
10.12/10.25	c Try to convert by bdds
10.12/10.25	c D: 1
10.12/10.25	c estimatedAdderCost: 15
10.12/10.25	c Try to convert by bdds
10.12/10.25	c D: 1
10.12/10.25	c estimatedAdderCost: 15
10.12/10.25	c Try to convert by bdds
10.12/10.25	c D: 1
10.12/10.25	c estimatedAdderCost: 15
10.12/10.25	c Try to convert by bdds
10.12/10.25	c D: 1
10.12/10.25	c estimatedAdderCost: 15
10.12/10.25	c Try to convert by bdds
10.12/10.25	c D: 1
10.12/10.25	c estimatedAdderCost: 15
10.12/10.25	c Try to convert by bdds
10.12/10.25	c D: 1
10.12/10.25	c estimatedAdderCost: 15
10.12/10.25	c Try to convert by bdds
10.12/10.26	c D: 1
10.12/10.26	c estimatedAdderCost: 15
10.12/10.26	c Try to convert by bdds
10.12/10.26	c D: 1
10.12/10.26	c estimatedAdderCost: 15
10.12/10.26	c Try to convert by bdds
10.12/10.26	c D: 1
10.12/10.26	c estimatedAdderCost: 15
10.12/10.26	c Try to convert by bdds
10.12/10.26	c D: 1
10.12/10.26	c estimatedAdderCost: 15
10.12/10.26	c Try to convert by bdds
10.12/10.26	c D: 1
10.12/10.26	c estimatedAdderCost: 15
10.12/10.26	c Try to convert by bdds
10.12/10.26	c D: 1
10.12/10.26	c estimatedAdderCost: 15
10.12/10.26	c Try to convert by bdds
10.12/10.26	c D: 1
10.12/10.26	c estimatedAdderCost: 15
10.12/10.26	c Try to convert by bdds
10.12/10.26	c D: 1
10.12/10.26	c estimatedAdderCost: 15
10.12/10.26	c Try to convert by bdds
10.12/10.26	c D: 1
10.12/10.26	c estimatedAdderCost: 15
10.12/10.26	c Try to convert by bdds
10.12/10.26	c D: 1
10.12/10.26	c estimatedAdderCost: 15
10.12/10.26	c Try to convert by bdds
10.12/10.26	c D: 1
10.12/10.26	c estimatedAdderCost: 15
10.12/10.26	c Try to convert by bdds
10.12/10.26	c D: 1
10.12/10.26	c estimatedAdderCost: 15
10.12/10.26	c Try to convert by bdds
10.12/10.26	c D: 1
10.12/10.26	c estimatedAdderCost: 15
10.12/10.26	c Try to convert by bdds
10.12/10.26	c D: 1
10.12/10.26	c estimatedAdderCost: 15
10.12/10.26	c Try to convert by bdds
10.12/10.26	c D: 1
10.12/10.26	c estimatedAdderCost: 15
10.12/10.26	c Try to convert by bdds
10.12/10.26	c D: 1
10.12/10.26	c estimatedAdderCost: 15
10.12/10.26	c Try to convert by bdds
10.12/10.26	c D: 1
10.12/10.26	c estimatedAdderCost: 15
10.12/10.26	c Try to convert by bdds
10.12/10.27	c D: 1
10.12/10.27	c estimatedAdderCost: 15
10.12/10.27	c Try to convert by bdds
10.12/10.27	c D: 1
10.12/10.27	c estimatedAdderCost: 15
10.12/10.27	c Try to convert by bdds
10.12/10.27	c D: 1
10.12/10.27	c estimatedAdderCost: 15
10.12/10.27	c Try to convert by bdds
10.12/10.27	c D: 1
10.12/10.27	c estimatedAdderCost: 15
10.12/10.27	c Try to convert by bdds
10.12/10.27	c D: 1
10.12/10.27	c estimatedAdderCost: 15
10.12/10.27	c Try to convert by bdds
10.12/10.27	c D: 1
10.12/10.27	c estimatedAdderCost: 15
10.12/10.27	c Try to convert by bdds
10.12/10.27	c D: 1
10.12/10.27	c estimatedAdderCost: 15
10.12/10.27	c Try to convert by bdds
10.12/10.27	c D: 1
10.12/10.27	c estimatedAdderCost: 15
10.12/10.27	c Try to convert by bdds
10.12/10.27	c D: 1
10.12/10.27	c estimatedAdderCost: 15
10.12/10.27	c Try to convert by bdds
10.12/10.27	c D: 1
10.12/10.27	c estimatedAdderCost: 15
10.12/10.27	c Try to convert by bdds
10.12/10.27	c D: 1
10.12/10.27	c estimatedAdderCost: 15
10.12/10.27	c Try to convert by bdds
10.12/10.27	c D: 1
10.12/10.27	c estimatedAdderCost: 15
10.12/10.27	c Try to convert by bdds
10.12/10.27	c D: 1
10.12/10.27	c estimatedAdderCost: 15
10.12/10.27	c Try to convert by bdds
10.12/10.27	c D: 1
10.12/10.27	c estimatedAdderCost: 15
10.12/10.27	c Try to convert by bdds
10.12/10.27	c D: 1
10.12/10.27	c estimatedAdderCost: 15
10.12/10.27	c Try to convert by bdds
10.12/10.27	c D: 1
10.12/10.27	c estimatedAdderCost: 15
10.12/10.27	c Try to convert by bdds
10.12/10.27	c D: 1
10.12/10.27	c estimatedAdderCost: 15
10.12/10.27	c Try to convert by bdds
10.12/10.27	c D: 1
10.12/10.27	c estimatedAdderCost: 15
10.12/10.27	c Try to convert by bdds
10.12/10.28	c D: 1
10.12/10.28	c estimatedAdderCost: 15
10.12/10.28	c Try to convert by bdds
10.12/10.28	c D: 1
10.12/10.28	c estimatedAdderCost: 15
10.12/10.28	c Try to convert by bdds
10.12/10.28	c D: 1
10.12/10.28	c estimatedAdderCost: 15
10.12/10.28	c Try to convert by bdds
10.12/10.28	c D: 1
10.12/10.28	c estimatedAdderCost: 15
10.12/10.28	c Try to convert by bdds
10.12/10.28	c D: 1
10.12/10.28	c estimatedAdderCost: 15
10.12/10.28	c Try to convert by bdds
10.12/10.28	c D: 1
10.12/10.28	c estimatedAdderCost: 15
10.12/10.28	c Try to convert by bdds
10.12/10.28	c D: 1
10.12/10.28	c estimatedAdderCost: 15
10.12/10.28	c Try to convert by bdds
10.12/10.28	c D: 1
10.12/10.28	c estimatedAdderCost: 15
10.12/10.28	c Try to convert by bdds
10.12/10.28	c D: 1
10.12/10.28	c estimatedAdderCost: 15
10.12/10.28	c Try to convert by bdds
10.12/10.28	c D: 1
10.12/10.28	c estimatedAdderCost: 15
10.12/10.28	c Try to convert by bdds
10.12/10.28	c D: 1
10.12/10.28	c estimatedAdderCost: 15
10.12/10.28	c Try to convert by bdds
10.12/10.28	c D: 1
10.12/10.28	c estimatedAdderCost: 15
10.12/10.28	c Try to convert by bdds
10.12/10.28	c D: 1
10.12/10.28	c estimatedAdderCost: 15
10.12/10.28	c Try to convert by bdds
10.12/10.28	c D: 1
10.12/10.28	c estimatedAdderCost: 15
10.12/10.28	c Try to convert by bdds
10.12/10.28	c D: 1
10.12/10.28	c estimatedAdderCost: 15
10.12/10.28	c Try to convert by bdds
10.12/10.28	c D: 1
10.12/10.28	c estimatedAdderCost: 15
10.12/10.28	c Try to convert by bdds
10.12/10.28	c D: 1
10.12/10.28	c estimatedAdderCost: 15
10.12/10.28	c Try to convert by bdds
10.12/10.28	c D: 1
10.12/10.28	c estimatedAdderCost: 15
10.12/10.28	c Try to convert by bdds
10.12/10.28	c D: 1
10.12/10.28	c estimatedAdderCost: 15
10.12/10.28	c Try to convert by bdds
10.12/10.28	c D: 1
10.12/10.28	c estimatedAdderCost: 15
10.12/10.28	c Try to convert by bdds
10.12/10.29	c D: 1
10.12/10.29	c estimatedAdderCost: 15
10.12/10.29	c Try to convert by bdds
10.12/10.29	c D: 1
10.12/10.29	c estimatedAdderCost: 15
10.12/10.29	c Try to convert by bdds
10.12/10.29	c D: 1
10.12/10.29	c estimatedAdderCost: 15
10.12/10.29	c Try to convert by bdds
10.12/10.29	c D: 1
10.12/10.29	c estimatedAdderCost: 15
10.12/10.29	c Try to convert by bdds
10.12/10.29	c D: 1
10.12/10.29	c estimatedAdderCost: 15
10.12/10.29	c Try to convert by bdds
10.12/10.29	c D: 1
10.12/10.29	c estimatedAdderCost: 15
10.12/10.29	c Try to convert by bdds
10.12/10.29	c D: 1
10.12/10.29	c estimatedAdderCost: 15
10.12/10.29	c Try to convert by bdds
10.12/10.29	c D: 1
10.12/10.29	c estimatedAdderCost: 15
10.12/10.29	c Try to convert by bdds
10.12/10.29	c D: 1
10.12/10.29	c estimatedAdderCost: 15
10.12/10.29	c Try to convert by bdds
10.12/10.29	c D: 1
10.12/10.29	c estimatedAdderCost: 15
10.12/10.29	c Try to convert by bdds
10.12/10.29	c D: 1
10.12/10.29	c estimatedAdderCost: 15
10.12/10.29	c Try to convert by bdds
10.12/10.29	c D: 1
10.12/10.29	c estimatedAdderCost: 15
10.12/10.29	c Try to convert by bdds
10.12/10.29	c D: 1
10.12/10.29	c estimatedAdderCost: 15
10.12/10.29	c Try to convert by bdds
10.12/10.29	c D: 1
10.12/10.29	c estimatedAdderCost: 15
10.12/10.29	c Try to convert by bdds
10.12/10.29	c D: 1
10.12/10.29	c estimatedAdderCost: 15
10.12/10.29	c Try to convert by bdds
10.12/10.29	c D: 1
10.12/10.29	c estimatedAdderCost: 15
10.12/10.29	c Try to convert by bdds
10.12/10.29	c D: 1
10.12/10.29	c estimatedAdderCost: 15
10.12/10.29	c Try to convert by bdds
10.12/10.29	c D: 1
10.12/10.29	c estimatedAdderCost: 15
10.12/10.29	c Try to convert by bdds
10.12/10.29	c D: 1
10.12/10.29	c estimatedAdderCost: 15
10.12/10.29	c Try to convert by bdds
10.12/10.30	c D: 1
10.12/10.30	c estimatedAdderCost: 15
10.12/10.30	c Try to convert by bdds
10.22/10.30	c D: 1
10.22/10.30	c estimatedAdderCost: 15
10.22/10.30	c Try to convert by bdds
10.22/10.30	c D: 1
10.22/10.30	c estimatedAdderCost: 15
10.22/10.30	c Try to convert by bdds
10.22/10.30	c D: 1
10.22/10.30	c estimatedAdderCost: 15
10.22/10.30	c Try to convert by bdds
10.22/10.30	c D: 1
10.22/10.30	c estimatedAdderCost: 15
10.22/10.30	c Try to convert by bdds
10.22/10.30	c D: 1
10.22/10.30	c estimatedAdderCost: 15
10.22/10.30	c Try to convert by bdds
10.22/10.30	c D: 1
10.22/10.30	c estimatedAdderCost: 15
10.22/10.30	c Try to convert by bdds
10.22/10.30	c D: 1
10.22/10.30	c estimatedAdderCost: 15
10.22/10.30	c Try to convert by bdds
10.22/10.30	c D: 1
10.22/10.30	c estimatedAdderCost: 15
10.22/10.30	c Try to convert by bdds
10.22/10.30	c D: 1
10.22/10.30	c estimatedAdderCost: 15
10.22/10.30	c Try to convert by bdds
10.22/10.30	c D: 1
10.22/10.30	c estimatedAdderCost: 15
10.22/10.30	c Try to convert by bdds
10.22/10.30	c D: 1
10.22/10.30	c estimatedAdderCost: 15
10.22/10.30	c Try to convert by bdds
10.22/10.30	c D: 1
10.22/10.30	c estimatedAdderCost: 15
10.22/10.30	c Try to convert by bdds
10.22/10.30	c D: 1
10.22/10.30	c estimatedAdderCost: 15
10.22/10.30	c Try to convert by bdds
10.22/10.30	c D: 1
10.22/10.30	c estimatedAdderCost: 15
10.22/10.30	c Try to convert by bdds
10.22/10.30	c D: 1
10.22/10.30	c estimatedAdderCost: 15
10.22/10.30	c Try to convert by bdds
10.22/10.30	c D: 1
10.22/10.30	c estimatedAdderCost: 15
10.22/10.30	c Try to convert by bdds
10.22/10.30	c D: 1
10.22/10.30	c estimatedAdderCost: 15
10.22/10.30	c Try to convert by bdds
10.22/10.30	c D: 1
10.22/10.30	c estimatedAdderCost: 15
10.22/10.30	c Try to convert by bdds
10.22/10.31	c D: 1
10.22/10.31	c estimatedAdderCost: 15
10.22/10.31	c Try to convert by bdds
10.22/10.31	c D: 1
10.22/10.31	c estimatedAdderCost: 15
10.22/10.31	c Try to convert by bdds
10.22/10.31	c D: 1
10.22/10.31	c estimatedAdderCost: 15
10.22/10.31	c Try to convert by bdds
10.22/10.31	c D: 1
10.22/10.31	c estimatedAdderCost: 15
10.22/10.31	c Try to convert by bdds
10.22/10.31	c D: 1
10.22/10.31	c estimatedAdderCost: 15
10.22/10.31	c Try to convert by bdds
10.22/10.31	c D: 1
10.22/10.31	c estimatedAdderCost: 15
10.22/10.31	c Try to convert by bdds
10.22/10.31	c D: 1
10.22/10.31	c estimatedAdderCost: 15
10.22/10.31	c Try to convert by bdds
10.22/10.31	c D: 1
10.22/10.31	c estimatedAdderCost: 15
10.22/10.31	c Try to convert by bdds
10.22/10.31	c D: 1
10.22/10.31	c estimatedAdderCost: 15
10.22/10.31	c Try to convert by bdds
10.22/10.31	c D: 1
10.22/10.31	c estimatedAdderCost: 15
10.22/10.31	c Try to convert by bdds
10.22/10.31	c D: 1
10.22/10.31	c estimatedAdderCost: 15
10.22/10.31	c Try to convert by bdds
10.22/10.31	c D: 1
10.22/10.31	c estimatedAdderCost: 15
10.22/10.31	c Try to convert by bdds
10.22/10.31	c D: 1
10.22/10.31	c estimatedAdderCost: 15
10.22/10.31	c Try to convert by bdds
10.22/10.31	c D: 1
10.22/10.31	c estimatedAdderCost: 15
10.22/10.31	c Try to convert by bdds
10.22/10.31	c D: 1
10.22/10.31	c estimatedAdderCost: 15
10.22/10.31	c Try to convert by bdds
10.22/10.31	c D: 1
10.22/10.31	c estimatedAdderCost: 15
10.22/10.31	c Try to convert by bdds
10.22/10.31	c D: 1
10.22/10.31	c estimatedAdderCost: 15
10.22/10.31	c Try to convert by bdds
10.22/10.31	c D: 1
10.22/10.31	c estimatedAdderCost: 15
10.22/10.31	c Try to convert by bdds
10.22/10.31	c D: 1
10.22/10.31	c estimatedAdderCost: 15
10.22/10.31	c Try to convert by bdds
10.22/10.31	c D: 1
10.22/10.31	c estimatedAdderCost: 15
10.22/10.31	c Try to convert by bdds
10.22/10.32	c D: 1
10.22/10.32	c estimatedAdderCost: 15
10.22/10.32	c Try to convert by bdds
10.22/10.32	c D: 1
10.22/10.32	c estimatedAdderCost: 15
10.22/10.32	c Try to convert by bdds
10.22/10.32	c D: 1
10.22/10.32	c estimatedAdderCost: 15
10.22/10.32	c Try to convert by bdds
10.22/10.32	c D: 1
10.22/10.32	c estimatedAdderCost: 15
10.22/10.32	c Try to convert by bdds
10.22/10.32	c D: 1
10.22/10.32	c estimatedAdderCost: 15
10.22/10.32	c Try to convert by bdds
10.22/10.32	c D: 1
10.22/10.32	c estimatedAdderCost: 15
10.22/10.32	c Try to convert by bdds
10.22/10.32	c D: 1
10.22/10.32	c estimatedAdderCost: 15
10.22/10.32	c Try to convert by bdds
10.22/10.32	c D: 1
10.22/10.32	c estimatedAdderCost: 15
10.22/10.32	c Try to convert by bdds
10.22/10.32	c D: 1
10.22/10.32	c estimatedAdderCost: 15
10.22/10.32	c Try to convert by bdds
10.22/10.32	c D: 1
10.22/10.32	c estimatedAdderCost: 15
10.22/10.32	c Try to convert by bdds
10.22/10.32	c D: 1
10.22/10.32	c estimatedAdderCost: 15
10.22/10.32	c Try to convert by bdds
10.22/10.32	c D: 1
10.22/10.32	c estimatedAdderCost: 15
10.22/10.32	c Try to convert by bdds
10.22/10.32	c D: 1
10.22/10.32	c estimatedAdderCost: 15
10.22/10.32	c Try to convert by bdds
10.22/10.32	c D: 1
10.22/10.32	c estimatedAdderCost: 15
10.22/10.32	c Try to convert by bdds
10.22/10.32	c D: 1
10.22/10.32	c estimatedAdderCost: 15
10.22/10.32	c Try to convert by bdds
10.22/10.32	c D: 1
10.22/10.32	c estimatedAdderCost: 15
10.22/10.32	c Try to convert by bdds
10.22/10.32	c D: 1
10.22/10.32	c estimatedAdderCost: 15
10.22/10.32	c Try to convert by bdds
10.22/10.32	c D: 1
10.22/10.32	c estimatedAdderCost: 15
10.22/10.32	c Try to convert by bdds
10.22/10.32	c D: 1
10.22/10.32	c estimatedAdderCost: 15
10.22/10.32	c Try to convert by bdds
10.22/10.33	c D: 1
10.22/10.33	c estimatedAdderCost: 15
10.22/10.33	c Try to convert by bdds
10.22/10.33	c D: 1
10.22/10.33	c estimatedAdderCost: 15
10.22/10.33	c Try to convert by bdds
10.22/10.33	c D: 1
10.22/10.33	c estimatedAdderCost: 15
10.22/10.33	c Try to convert by bdds
10.22/10.33	c D: 1
10.22/10.33	c estimatedAdderCost: 15
10.22/10.33	c Try to convert by bdds
10.22/10.33	c D: 1
10.22/10.33	c estimatedAdderCost: 15
10.22/10.33	c Try to convert by bdds
10.22/10.33	c D: 1
10.22/10.33	c estimatedAdderCost: 15
10.22/10.33	c Try to convert by bdds
10.22/10.33	c D: 1
10.22/10.33	c estimatedAdderCost: 15
10.22/10.33	c Try to convert by bdds
10.22/10.33	c D: 1
10.22/10.33	c estimatedAdderCost: 15
10.22/10.33	c Try to convert by bdds
10.22/10.33	c D: 1
10.22/10.33	c estimatedAdderCost: 15
10.22/10.33	c Try to convert by bdds
10.22/10.33	c D: 1
10.22/10.33	c estimatedAdderCost: 15
10.22/10.33	c Try to convert by bdds
10.22/10.33	c D: 1
10.22/10.33	c estimatedAdderCost: 15
10.22/10.33	c Try to convert by bdds
10.22/10.33	c D: 1
10.22/10.33	c estimatedAdderCost: 15
10.22/10.33	c Try to convert by bdds
10.22/10.33	c D: 1
10.22/10.33	c estimatedAdderCost: 15
10.22/10.33	c Try to convert by bdds
10.22/10.33	c D: 1
10.22/10.33	c estimatedAdderCost: 15
10.22/10.33	c Try to convert by bdds
10.22/10.33	c D: 1
10.22/10.33	c estimatedAdderCost: 15
10.22/10.33	c Try to convert by bdds
10.22/10.33	c D: 1
10.22/10.33	c estimatedAdderCost: 15
10.22/10.33	c Try to convert by bdds
10.22/10.33	c D: 1
10.22/10.33	c estimatedAdderCost: 15
10.22/10.33	c Try to convert by bdds
10.22/10.33	c D: 1
10.22/10.33	c estimatedAdderCost: 15
10.22/10.33	c Try to convert by bdds
10.22/10.33	c D: 1
10.22/10.33	c estimatedAdderCost: 15
10.22/10.33	c Try to convert by bdds
10.22/10.34	c D: 1
10.22/10.34	c estimatedAdderCost: 15
10.22/10.34	c Try to convert by bdds
10.22/10.34	c D: 1
10.22/10.34	c estimatedAdderCost: 15
10.22/10.34	c Try to convert by bdds
10.22/10.34	c D: 1
10.22/10.34	c estimatedAdderCost: 15
10.22/10.34	c Try to convert by bdds
10.22/10.34	c D: 1
10.22/10.34	c estimatedAdderCost: 15
10.22/10.34	c Try to convert by bdds
10.22/10.34	c D: 1
10.22/10.34	c estimatedAdderCost: 15
10.22/10.34	c Try to convert by bdds
10.22/10.34	c D: 1
10.22/10.34	c estimatedAdderCost: 15
10.22/10.34	c Try to convert by bdds
10.22/10.34	c D: 1
10.22/10.34	c estimatedAdderCost: 15
10.22/10.34	c Try to convert by bdds
10.22/10.34	c D: 1
10.22/10.34	c estimatedAdderCost: 15
10.22/10.34	c Try to convert by bdds
10.22/10.34	c D: 1
10.22/10.34	c estimatedAdderCost: 15
10.22/10.34	c Try to convert by bdds
10.22/10.34	c D: 1
10.22/10.34	c estimatedAdderCost: 15
10.22/10.34	c Try to convert by bdds
10.22/10.34	c D: 1
10.22/10.34	c estimatedAdderCost: 15
10.22/10.34	c Try to convert by bdds
10.22/10.34	c D: 1
10.22/10.34	c estimatedAdderCost: 15
10.22/10.34	c Try to convert by bdds
10.22/10.34	c D: 1
10.22/10.34	c estimatedAdderCost: 15
10.22/10.34	c Try to convert by bdds
10.22/10.34	c D: 1
10.22/10.34	c estimatedAdderCost: 15
10.22/10.34	c Try to convert by bdds
10.22/10.34	c D: 1
10.22/10.34	c estimatedAdderCost: 15
10.22/10.34	c Try to convert by bdds
10.22/10.34	c D: 1
10.22/10.34	c estimatedAdderCost: 15
10.22/10.34	c Try to convert by bdds
10.22/10.34	c D: 1
10.22/10.34	c estimatedAdderCost: 15
10.22/10.34	c Try to convert by bdds
10.22/10.34	c D: 1
10.22/10.34	c estimatedAdderCost: 15
10.22/10.34	c Try to convert by bdds
10.22/10.34	c D: 1
10.22/10.34	c estimatedAdderCost: 15
10.22/10.34	c Try to convert by bdds
10.22/10.35	c D: 1
10.22/10.35	c estimatedAdderCost: 15
10.22/10.35	c Try to convert by bdds
10.22/10.35	c D: 1
10.22/10.35	c estimatedAdderCost: 15
10.22/10.35	c Try to convert by bdds
10.22/10.35	c D: 1
10.22/10.35	c estimatedAdderCost: 15
10.22/10.35	c Try to convert by bdds
10.22/10.35	c D: 1
10.22/10.35	c estimatedAdderCost: 15
10.22/10.35	c Try to convert by bdds
10.22/10.35	c D: 1
10.22/10.35	c estimatedAdderCost: 15
10.22/10.35	c Try to convert by bdds
10.22/10.35	c D: 1
10.22/10.35	c estimatedAdderCost: 15
10.22/10.35	c Try to convert by bdds
10.22/10.35	c D: 1
10.22/10.35	c estimatedAdderCost: 15
10.22/10.35	c Try to convert by bdds
10.22/10.35	c D: 1
10.22/10.35	c estimatedAdderCost: 15
10.22/10.35	c Try to convert by bdds
10.22/10.35	c D: 1
10.22/10.35	c estimatedAdderCost: 15
10.22/10.35	c Try to convert by bdds
10.22/10.35	c D: 1
10.22/10.35	c estimatedAdderCost: 15
10.22/10.35	c Try to convert by bdds
10.22/10.35	c D: 1
10.22/10.35	c estimatedAdderCost: 15
10.22/10.35	c Try to convert by bdds
10.22/10.35	c D: 1
10.22/10.35	c estimatedAdderCost: 15
10.22/10.35	c Try to convert by bdds
10.22/10.35	c D: 1
10.22/10.35	c estimatedAdderCost: 15
10.22/10.35	c Try to convert by bdds
10.22/10.35	c D: 1
10.22/10.35	c estimatedAdderCost: 15
10.22/10.35	c Try to convert by bdds
10.22/10.35	c D: 1
10.22/10.35	c estimatedAdderCost: 15
10.22/10.35	c Try to convert by bdds
10.22/10.35	c D: 1
10.22/10.35	c estimatedAdderCost: 15
10.22/10.35	c Try to convert by bdds
10.22/10.35	c D: 1
10.22/10.35	c estimatedAdderCost: 15
10.22/10.35	c Try to convert by bdds
10.22/10.35	c D: 1
10.22/10.35	c estimatedAdderCost: 15
10.22/10.35	c Try to convert by bdds
10.22/10.35	c D: 1
10.22/10.35	c estimatedAdderCost: 15
10.22/10.35	c Try to convert by bdds
10.22/10.36	c D: 1
10.22/10.36	c estimatedAdderCost: 15
10.22/10.36	c Try to convert by bdds
10.22/10.36	c D: 1
10.22/10.36	c estimatedAdderCost: 15
10.22/10.36	c Try to convert by bdds
10.22/10.36	c D: 1
10.22/10.36	c estimatedAdderCost: 15
10.22/10.36	c Try to convert by bdds
10.22/10.36	c D: 1
10.22/10.36	c estimatedAdderCost: 15
10.22/10.36	c Try to convert by bdds
10.22/10.36	c D: 1
10.22/10.36	c estimatedAdderCost: 15
10.22/10.36	c Try to convert by bdds
10.22/10.36	c D: 1
10.22/10.36	c estimatedAdderCost: 15
10.22/10.36	c Try to convert by bdds
10.22/10.36	c D: 1
10.22/10.36	c estimatedAdderCost: 15
10.22/10.36	c Try to convert by bdds
10.22/10.36	c D: 1
10.22/10.36	c estimatedAdderCost: 15
10.22/10.36	c Try to convert by bdds
10.22/10.36	c D: 1
10.22/10.36	c estimatedAdderCost: 15
10.22/10.36	c Try to convert by bdds
10.22/10.36	c D: 1
10.22/10.36	c estimatedAdderCost: 15
10.22/10.36	c Try to convert by bdds
10.22/10.36	c D: 1
10.22/10.36	c estimatedAdderCost: 15
10.22/10.36	c Try to convert by bdds
10.22/10.36	c D: 1
10.22/10.36	c estimatedAdderCost: 15
10.22/10.36	c Try to convert by bdds
10.22/10.36	c D: 1
10.22/10.36	c estimatedAdderCost: 15
10.22/10.36	c Try to convert by bdds
10.22/10.36	c D: 1
10.22/10.36	c estimatedAdderCost: 15
10.22/10.36	c Try to convert by bdds
10.22/10.36	c D: 1
10.22/10.36	c estimatedAdderCost: 15
10.22/10.36	c Try to convert by bdds
10.22/10.36	c D: 1
10.22/10.36	c estimatedAdderCost: 15
10.22/10.36	c Try to convert by bdds
10.22/10.36	c D: 1
10.22/10.36	c estimatedAdderCost: 15
10.22/10.36	c Try to convert by bdds
10.22/10.36	c D: 1
10.22/10.36	c estimatedAdderCost: 15
10.22/10.36	c Try to convert by bdds
10.22/10.36	c D: 1
10.22/10.36	c estimatedAdderCost: 15
10.22/10.36	c Try to convert by bdds
10.22/10.36	c D: 1
10.22/10.36	c estimatedAdderCost: 15
10.22/10.36	c Try to convert by bdds
10.22/10.37	c D: 1
10.22/10.37	c estimatedAdderCost: 15
10.22/10.37	c Try to convert by bdds
10.22/10.37	c D: 1
10.22/10.37	c estimatedAdderCost: 15
10.22/10.37	c Try to convert by bdds
10.22/10.37	c D: 1
10.22/10.37	c estimatedAdderCost: 15
10.22/10.37	c Try to convert by bdds
10.22/10.37	c D: 1
10.22/10.37	c estimatedAdderCost: 15
10.22/10.37	c Try to convert by bdds
10.22/10.37	c D: 1
10.22/10.37	c estimatedAdderCost: 15
10.22/10.37	c Try to convert by bdds
10.22/10.37	c D: 1
10.22/10.37	c estimatedAdderCost: 15
10.22/10.37	c Try to convert by bdds
10.22/10.37	c D: 1
10.22/10.37	c estimatedAdderCost: 15
10.22/10.37	c Try to convert by bdds
10.22/10.37	c D: 1
10.22/10.37	c estimatedAdderCost: 15
10.22/10.37	c Try to convert by bdds
10.22/10.37	c D: 1
10.22/10.37	c estimatedAdderCost: 15
10.22/10.37	c Try to convert by bdds
10.22/10.37	c D: 1
10.22/10.37	c estimatedAdderCost: 15
10.22/10.37	c Try to convert by bdds
10.22/10.37	c D: 1
10.22/10.37	c estimatedAdderCost: 15
10.22/10.37	c Try to convert by bdds
10.22/10.37	c D: 1
10.22/10.37	c estimatedAdderCost: 15
10.22/10.37	c Try to convert by bdds
10.22/10.37	c D: 1
10.22/10.37	c estimatedAdderCost: 15
10.22/10.37	c Try to convert by bdds
10.22/10.37	c D: 1
10.22/10.37	c estimatedAdderCost: 15
10.22/10.37	c Try to convert by bdds
10.22/10.37	c D: 1
10.22/10.37	c estimatedAdderCost: 15
10.22/10.37	c Try to convert by bdds
10.22/10.37	c D: 1
10.22/10.37	c estimatedAdderCost: 15
10.22/10.37	c Try to convert by bdds
10.22/10.37	c D: 1
10.22/10.37	c estimatedAdderCost: 15
10.22/10.37	c Try to convert by bdds
10.22/10.37	c D: 1
10.22/10.37	c estimatedAdderCost: 15
10.22/10.37	c Try to convert by bdds
10.22/10.37	c D: 1
10.22/10.37	c estimatedAdderCost: 15
10.22/10.37	c Try to convert by bdds
10.22/10.38	c D: 1
10.22/10.38	c estimatedAdderCost: 15
10.22/10.38	c Try to convert by bdds
10.22/10.38	c D: 1
10.22/10.38	c estimatedAdderCost: 15
10.22/10.38	c Try to convert by bdds
10.22/10.38	c D: 1
10.22/10.38	c estimatedAdderCost: 15
10.22/10.38	c Try to convert by bdds
10.22/10.38	c D: 1
10.22/10.38	c estimatedAdderCost: 15
10.22/10.38	c Try to convert by bdds
10.22/10.38	c D: 1
10.22/10.38	c estimatedAdderCost: 15
10.22/10.38	c Try to convert by bdds
10.22/10.38	c D: 1
10.22/10.38	c estimatedAdderCost: 15
10.22/10.38	c Try to convert by bdds
10.22/10.38	c D: 1
10.22/10.38	c estimatedAdderCost: 15
10.22/10.38	c Try to convert by bdds
10.22/10.38	c D: 1
10.22/10.38	c estimatedAdderCost: 15
10.22/10.38	c Try to convert by bdds
10.22/10.38	c D: 1
10.22/10.38	c estimatedAdderCost: 15
10.22/10.38	c Try to convert by bdds
10.22/10.38	c D: 1
10.22/10.38	c estimatedAdderCost: 15
10.22/10.38	c Try to convert by bdds
10.22/10.38	c D: 1
10.22/10.38	c estimatedAdderCost: 15
10.22/10.38	c Try to convert by bdds
10.22/10.38	c D: 1
10.22/10.38	c estimatedAdderCost: 15
10.22/10.38	c Try to convert by bdds
10.22/10.38	c D: 1
10.22/10.38	c estimatedAdderCost: 15
10.22/10.38	c Try to convert by bdds
10.22/10.38	c D: 1
10.22/10.38	c estimatedAdderCost: 15
10.22/10.38	c Try to convert by bdds
10.22/10.38	c D: 1
10.22/10.38	c estimatedAdderCost: 15
10.22/10.38	c Try to convert by bdds
10.22/10.38	c D: 1
10.22/10.38	c estimatedAdderCost: 15
10.22/10.38	c Try to convert by bdds
10.22/10.38	c D: 1
10.22/10.38	c estimatedAdderCost: 15
10.22/10.38	c Try to convert by bdds
10.22/10.38	c D: 1
10.22/10.38	c estimatedAdderCost: 15
10.22/10.38	c Try to convert by bdds
10.22/10.38	c D: 1
10.22/10.38	c estimatedAdderCost: 15
10.22/10.38	c Try to convert by bdds
10.22/10.39	c D: 1
10.22/10.39	c estimatedAdderCost: 15
10.22/10.39	c Try to convert by bdds
10.22/10.39	c D: 1
10.22/10.39	c estimatedAdderCost: 15
10.22/10.39	c Try to convert by bdds
10.22/10.39	c D: 1
10.22/10.39	c estimatedAdderCost: 15
10.22/10.39	c Try to convert by bdds
10.22/10.39	c D: 1
10.22/10.39	c estimatedAdderCost: 15
10.22/10.39	c Try to convert by bdds
10.22/10.39	c D: 1
10.22/10.39	c estimatedAdderCost: 15
10.22/10.39	c Try to convert by bdds
10.22/10.39	c D: 1
10.22/10.39	c estimatedAdderCost: 15
10.22/10.39	c Try to convert by bdds
10.22/10.39	c D: 1
10.22/10.39	c estimatedAdderCost: 15
10.22/10.39	c Try to convert by bdds
10.22/10.39	c D: 1
10.22/10.39	c estimatedAdderCost: 15
10.22/10.39	c Try to convert by bdds
10.22/10.39	c D: 1
10.22/10.39	c estimatedAdderCost: 15
10.22/10.39	c Try to convert by bdds
10.22/10.39	c D: 1
10.22/10.39	c estimatedAdderCost: 15
10.22/10.39	c Try to convert by bdds
10.22/10.39	c D: 1
10.22/10.39	c estimatedAdderCost: 15
10.22/10.39	c Try to convert by bdds
10.22/10.39	c D: 1
10.22/10.39	c estimatedAdderCost: 15
10.22/10.39	c Try to convert by bdds
10.22/10.39	c D: 1
10.22/10.39	c estimatedAdderCost: 15
10.22/10.39	c Try to convert by bdds
10.22/10.39	c D: 1
10.22/10.39	c estimatedAdderCost: 15
10.22/10.39	c Try to convert by bdds
10.22/10.39	c D: 1
10.22/10.39	c estimatedAdderCost: 15
10.22/10.39	c Try to convert by bdds
10.22/10.39	c D: 1
10.22/10.39	c estimatedAdderCost: 15
10.22/10.39	c Try to convert by bdds
10.22/10.39	c D: 1
10.22/10.39	c estimatedAdderCost: 15
10.22/10.39	c Try to convert by bdds
10.22/10.39	c D: 1
10.22/10.39	c estimatedAdderCost: 15
10.22/10.39	c Try to convert by bdds
10.22/10.39	c D: 1
10.22/10.39	c estimatedAdderCost: 15
10.22/10.39	c Try to convert by bdds
10.22/10.40	c D: 1
10.22/10.40	c estimatedAdderCost: 15
10.22/10.40	c Try to convert by bdds
10.32/10.40	c D: 1
10.32/10.40	c estimatedAdderCost: 15
10.32/10.40	c Try to convert by bdds
10.32/10.40	c D: 1
10.32/10.40	c estimatedAdderCost: 15
10.32/10.40	c Try to convert by bdds
10.32/10.40	c D: 1
10.32/10.40	c estimatedAdderCost: 15
10.32/10.40	c Try to convert by bdds
10.32/10.40	c D: 1
10.32/10.40	c estimatedAdderCost: 15
10.32/10.40	c Try to convert by bdds
10.32/10.40	c D: 1
10.32/10.40	c estimatedAdderCost: 15
10.32/10.40	c Try to convert by bdds
10.32/10.40	c D: 1
10.32/10.40	c estimatedAdderCost: 15
10.32/10.40	c Try to convert by bdds
10.32/10.40	c D: 1
10.32/10.40	c estimatedAdderCost: 15
10.32/10.40	c Try to convert by bdds
10.32/10.40	c D: 1
10.32/10.40	c estimatedAdderCost: 15
10.32/10.40	c Try to convert by bdds
10.32/10.40	c D: 1
10.32/10.40	c estimatedAdderCost: 15
10.32/10.40	c Try to convert by bdds
10.32/10.40	c D: 1
10.32/10.40	c estimatedAdderCost: 15
10.32/10.40	c Try to convert by bdds
10.32/10.40	c D: 1
10.32/10.40	c estimatedAdderCost: 15
10.32/10.40	c Try to convert by bdds
10.32/10.40	c D: 1
10.32/10.40	c estimatedAdderCost: 15
10.32/10.40	c Try to convert by bdds
10.32/10.40	c D: 1
10.32/10.40	c estimatedAdderCost: 15
10.32/10.40	c Try to convert by bdds
10.32/10.40	c D: 1
10.32/10.40	c estimatedAdderCost: 15
10.32/10.40	c Try to convert by bdds
10.32/10.40	c D: 1
10.32/10.40	c estimatedAdderCost: 15
10.32/10.40	c Try to convert by bdds
10.32/10.40	c D: 1
10.32/10.40	c estimatedAdderCost: 15
10.32/10.40	c Try to convert by bdds
10.32/10.40	c D: 1
10.32/10.40	c estimatedAdderCost: 15
10.32/10.40	c Try to convert by bdds
10.32/10.41	c D: 1
10.32/10.41	c estimatedAdderCost: 15
10.32/10.41	c Try to convert by bdds
10.32/10.41	c D: 1
10.32/10.41	c estimatedAdderCost: 15
10.32/10.41	c Try to convert by bdds
10.32/10.41	c D: 1
10.32/10.41	c estimatedAdderCost: 15
10.32/10.41	c Try to convert by bdds
10.32/10.41	c D: 1
10.32/10.41	c estimatedAdderCost: 15
10.32/10.41	c Try to convert by bdds
10.32/10.41	c D: 1
10.32/10.41	c estimatedAdderCost: 15
10.32/10.41	c Try to convert by bdds
10.32/10.41	c D: 1
10.32/10.41	c estimatedAdderCost: 15
10.32/10.41	c Try to convert by bdds
10.32/10.41	c D: 1
10.32/10.41	c estimatedAdderCost: 15
10.32/10.41	c Try to convert by bdds
10.32/10.41	c D: 1
10.32/10.41	c estimatedAdderCost: 15
10.32/10.41	c Try to convert by bdds
10.32/10.41	c D: 1
10.32/10.41	c estimatedAdderCost: 15
10.32/10.41	c Try to convert by bdds
10.32/10.41	c D: 1
10.32/10.41	c estimatedAdderCost: 15
10.32/10.41	c Try to convert by bdds
10.32/10.41	c D: 1
10.32/10.41	c estimatedAdderCost: 15
10.32/10.41	c Try to convert by bdds
10.32/10.41	c D: 1
10.32/10.41	c estimatedAdderCost: 15
10.32/10.41	c Try to convert by bdds
10.32/10.41	c D: 1
10.32/10.41	c estimatedAdderCost: 15
10.32/10.41	c Try to convert by bdds
10.32/10.41	c D: 1
10.32/10.41	c estimatedAdderCost: 15
10.32/10.41	c Try to convert by bdds
10.32/10.41	c D: 1
10.32/10.41	c estimatedAdderCost: 15
10.32/10.41	c Try to convert by bdds
10.32/10.41	c D: 1
10.32/10.41	c estimatedAdderCost: 15
10.32/10.41	c Try to convert by bdds
10.32/10.41	c D: 1
10.32/10.41	c estimatedAdderCost: 15
10.32/10.41	c Try to convert by bdds
10.32/10.41	c D: 1
10.32/10.41	c estimatedAdderCost: 15
10.32/10.41	c Try to convert by bdds
10.32/10.41	c D: 1
10.32/10.41	c estimatedAdderCost: 15
10.32/10.41	c Try to convert by bdds
10.32/10.42	c D: 1
10.32/10.42	c estimatedAdderCost: 15
10.32/10.42	c Try to convert by bdds
10.32/10.42	c D: 1
10.32/10.42	c estimatedAdderCost: 15
10.32/10.42	c Try to convert by bdds
10.32/10.42	c D: 1
10.32/10.42	c estimatedAdderCost: 15
10.32/10.42	c Try to convert by bdds
10.32/10.42	c D: 1
10.32/10.42	c estimatedAdderCost: 15
10.32/10.42	c Try to convert by bdds
10.32/10.42	c D: 1
10.32/10.42	c estimatedAdderCost: 15
10.32/10.42	c Try to convert by bdds
10.32/10.42	c D: 1
10.32/10.42	c estimatedAdderCost: 15
10.32/10.42	c Try to convert by bdds
10.32/10.42	c D: 1
10.32/10.42	c estimatedAdderCost: 15
10.32/10.42	c Try to convert by bdds
10.32/10.42	c D: 1
10.32/10.42	c estimatedAdderCost: 15
10.32/10.42	c Try to convert by bdds
10.32/10.42	c D: 1
10.32/10.42	c estimatedAdderCost: 15
10.32/10.42	c Try to convert by bdds
10.32/10.42	c D: 1
10.32/10.42	c estimatedAdderCost: 15
10.32/10.42	c Try to convert by bdds
10.32/10.42	c D: 1
10.32/10.42	c estimatedAdderCost: 15
10.32/10.42	c Try to convert by bdds
10.32/10.42	c D: 1
10.32/10.42	c estimatedAdderCost: 15
10.32/10.42	c Try to convert by bdds
10.32/10.42	c D: 1
10.32/10.42	c estimatedAdderCost: 15
10.32/10.42	c Try to convert by bdds
10.32/10.42	c D: 1
10.32/10.42	c estimatedAdderCost: 15
10.32/10.42	c Try to convert by bdds
10.32/10.42	c D: 1
10.32/10.42	c estimatedAdderCost: 15
10.32/10.42	c Try to convert by bdds
10.32/10.42	c D: 1
10.32/10.42	c estimatedAdderCost: 15
10.32/10.42	c Try to convert by bdds
10.32/10.42	c D: 1
10.32/10.42	c estimatedAdderCost: 15
10.32/10.42	c Try to convert by bdds
10.32/10.42	c D: 1
10.32/10.42	c estimatedAdderCost: 15
10.32/10.42	c Try to convert by bdds
10.32/10.42	c D: 1
10.32/10.42	c estimatedAdderCost: 15
10.32/10.42	c Try to convert by bdds
10.32/10.43	c D: 1
10.32/10.43	c estimatedAdderCost: 15
10.32/10.43	c Try to convert by bdds
10.32/10.43	c D: 1
10.32/10.43	c estimatedAdderCost: 15
10.32/10.43	c Try to convert by bdds
10.32/10.43	c D: 1
10.32/10.43	c estimatedAdderCost: 15
10.32/10.43	c Try to convert by bdds
10.32/10.43	c D: 1
10.32/10.43	c estimatedAdderCost: 15
10.32/10.43	c Try to convert by bdds
10.32/10.43	c D: 1
10.32/10.43	c estimatedAdderCost: 15
10.32/10.43	c Try to convert by bdds
10.32/10.43	c D: 1
10.32/10.43	c estimatedAdderCost: 15
10.32/10.43	c Try to convert by bdds
10.32/10.43	c D: 1
10.32/10.43	c estimatedAdderCost: 15
10.32/10.43	c Try to convert by bdds
10.32/10.43	c D: 1
10.32/10.43	c estimatedAdderCost: 15
10.32/10.43	c Try to convert by bdds
10.32/10.43	c D: 1
10.32/10.43	c estimatedAdderCost: 15
10.32/10.43	c Try to convert by bdds
10.32/10.43	c D: 1
10.32/10.43	c estimatedAdderCost: 15
10.32/10.43	c Try to convert by bdds
10.32/10.43	c D: 1
10.32/10.43	c estimatedAdderCost: 15
10.32/10.43	c Try to convert by bdds
10.32/10.43	c D: 1
10.32/10.43	c estimatedAdderCost: 15
10.32/10.43	c Try to convert by bdds
10.32/10.43	c D: 1
10.32/10.43	c estimatedAdderCost: 15
10.32/10.43	c Try to convert by bdds
10.32/10.43	c D: 1
10.32/10.43	c estimatedAdderCost: 15
10.32/10.43	c Try to convert by bdds
10.32/10.43	c D: 1
10.32/10.43	c estimatedAdderCost: 15
10.32/10.43	c Try to convert by bdds
10.32/10.43	c D: 1
10.32/10.43	c estimatedAdderCost: 15
10.32/10.43	c Try to convert by bdds
10.32/10.43	c D: 1
10.32/10.43	c estimatedAdderCost: 15
10.32/10.43	c Try to convert by bdds
10.32/10.43	c D: 1
10.32/10.43	c estimatedAdderCost: 15
10.32/10.43	c Try to convert by bdds
10.32/10.43	c D: 1
10.32/10.43	c estimatedAdderCost: 15
10.32/10.43	c Try to convert by bdds
10.32/10.44	c D: 1
10.32/10.44	c estimatedAdderCost: 15
10.32/10.44	c Try to convert by bdds
10.32/10.44	c D: 1
10.32/10.44	c estimatedAdderCost: 15
10.32/10.44	c Try to convert by bdds
10.32/10.44	c D: 1
10.32/10.44	c estimatedAdderCost: 15
10.32/10.44	c Try to convert by bdds
10.32/10.44	c D: 1
10.32/10.44	c estimatedAdderCost: 15
10.32/10.44	c Try to convert by bdds
10.32/10.44	c D: 1
10.32/10.44	c estimatedAdderCost: 15
10.32/10.44	c Try to convert by bdds
10.32/10.44	c D: 1
10.32/10.44	c estimatedAdderCost: 15
10.32/10.44	c Try to convert by bdds
10.32/10.44	c D: 1
10.32/10.44	c estimatedAdderCost: 15
10.32/10.44	c Try to convert by bdds
10.32/10.44	c D: 1
10.32/10.44	c estimatedAdderCost: 15
10.32/10.44	c Try to convert by bdds
10.32/10.44	c D: 1
10.32/10.44	c estimatedAdderCost: 15
10.32/10.44	c Try to convert by bdds
10.32/10.44	c D: 1
10.32/10.44	c estimatedAdderCost: 15
10.32/10.44	c Try to convert by bdds
10.32/10.44	c D: 1
10.32/10.44	c estimatedAdderCost: 15
10.32/10.44	c Try to convert by bdds
10.32/10.44	c D: 1
10.32/10.44	c estimatedAdderCost: 15
10.32/10.44	c Try to convert by bdds
10.32/10.44	c D: 1
10.32/10.44	c estimatedAdderCost: 15
10.32/10.44	c Try to convert by bdds
10.32/10.44	c D: 1
10.32/10.44	c estimatedAdderCost: 15
10.32/10.44	c Try to convert by bdds
10.32/10.44	c D: 1
10.32/10.44	c estimatedAdderCost: 15
10.32/10.44	c Try to convert by bdds
10.32/10.44	c D: 1
10.32/10.44	c estimatedAdderCost: 15
10.32/10.44	c Try to convert by bdds
10.32/10.44	c D: 1
10.32/10.44	c estimatedAdderCost: 15
10.32/10.44	c Try to convert by bdds
10.32/10.44	c D: 1
10.32/10.44	c estimatedAdderCost: 15
10.32/10.44	c Try to convert by bdds
10.32/10.44	c D: 1
10.32/10.44	c estimatedAdderCost: 15
10.32/10.44	c Try to convert by bdds
10.32/10.45	c D: 1
10.32/10.45	c estimatedAdderCost: 15
10.32/10.45	c Try to convert by bdds
10.32/10.45	c D: 1
10.32/10.45	c estimatedAdderCost: 15
10.32/10.45	c Try to convert by bdds
10.32/10.45	c D: 1
10.32/10.45	c estimatedAdderCost: 15
10.32/10.45	c Try to convert by bdds
10.32/10.45	c D: 1
10.32/10.45	c estimatedAdderCost: 15
10.32/10.45	c Try to convert by bdds
10.32/10.45	c D: 1
10.32/10.45	c estimatedAdderCost: 15
10.32/10.45	c Try to convert by bdds
10.32/10.45	c D: 1
10.32/10.45	c estimatedAdderCost: 15
10.32/10.45	c Try to convert by bdds
10.32/10.45	c D: 1
10.32/10.45	c estimatedAdderCost: 15
10.32/10.45	c Try to convert by bdds
10.32/10.45	c D: 1
10.32/10.45	c estimatedAdderCost: 15
10.32/10.45	c Try to convert by bdds
10.32/10.45	c D: 1
10.32/10.45	c estimatedAdderCost: 15
10.32/10.45	c Try to convert by bdds
10.32/10.45	c D: 1
10.32/10.45	c estimatedAdderCost: 15
10.32/10.45	c Try to convert by bdds
10.32/10.45	c D: 1
10.32/10.45	c estimatedAdderCost: 15
10.32/10.45	c Try to convert by bdds
10.32/10.45	c D: 1
10.32/10.45	c estimatedAdderCost: 15
10.32/10.45	c Try to convert by bdds
10.32/10.45	c D: 1
10.32/10.45	c estimatedAdderCost: 15
10.32/10.45	c Try to convert by bdds
10.32/10.45	c D: 1
10.32/10.45	c estimatedAdderCost: 15
10.32/10.45	c Try to convert by bdds
10.32/10.45	c D: 1
10.32/10.45	c estimatedAdderCost: 15
10.32/10.45	c Try to convert by bdds
10.32/10.45	c D: 1
10.32/10.45	c estimatedAdderCost: 15
10.32/10.45	c Try to convert by bdds
10.32/10.45	c D: 1
10.32/10.45	c estimatedAdderCost: 15
10.32/10.45	c Try to convert by bdds
10.32/10.45	c D: 1
10.32/10.45	c estimatedAdderCost: 15
10.32/10.45	c Try to convert by bdds
10.32/10.45	c D: 1
10.32/10.45	c estimatedAdderCost: 15
10.32/10.45	c Try to convert by bdds
10.32/10.46	c D: 1
10.32/10.46	c estimatedAdderCost: 15
10.32/10.46	c Try to convert by bdds
10.32/10.46	c D: 1
10.32/10.46	c estimatedAdderCost: 15
10.32/10.46	c Try to convert by bdds
10.32/10.46	c D: 1
10.32/10.46	c estimatedAdderCost: 15
10.32/10.46	c Try to convert by bdds
10.32/10.46	c D: 1
10.32/10.46	c estimatedAdderCost: 15
10.32/10.46	c Try to convert by bdds
10.32/10.46	c D: 1
10.32/10.46	c estimatedAdderCost: 15
10.32/10.46	c Try to convert by bdds
10.32/10.46	c D: 1
10.32/10.46	c estimatedAdderCost: 15
10.32/10.46	c Try to convert by bdds
10.32/10.46	c D: 1
10.32/10.46	c estimatedAdderCost: 15
10.32/10.46	c Try to convert by bdds
10.32/10.46	c D: 1
10.32/10.46	c estimatedAdderCost: 15
10.32/10.46	c Try to convert by bdds
10.32/10.46	c D: 1
10.32/10.46	c estimatedAdderCost: 15
10.32/10.46	c Try to convert by bdds
10.32/10.46	c D: 1
10.32/10.46	c estimatedAdderCost: 15
10.32/10.46	c Try to convert by bdds
10.32/10.46	c D: 1
10.32/10.46	c estimatedAdderCost: 15
10.32/10.46	c Try to convert by bdds
10.32/10.46	c D: 1
10.32/10.46	c estimatedAdderCost: 15
10.32/10.46	c Try to convert by bdds
10.32/10.46	c D: 1
10.32/10.46	c estimatedAdderCost: 15
10.32/10.46	c Try to convert by bdds
10.32/10.46	c D: 1
10.32/10.46	c estimatedAdderCost: 15
10.32/10.46	c Try to convert by bdds
10.32/10.46	c D: 1
10.32/10.46	c estimatedAdderCost: 15
10.32/10.46	c Try to convert by bdds
10.32/10.46	c D: 1
10.32/10.46	c estimatedAdderCost: 15
10.32/10.46	c Try to convert by bdds
10.32/10.46	c D: 1
10.32/10.46	c estimatedAdderCost: 15
10.32/10.46	c Try to convert by bdds
10.32/10.46	c D: 1
10.32/10.46	c estimatedAdderCost: 15
10.32/10.46	c Try to convert by bdds
10.32/10.46	c D: 1
10.32/10.46	c estimatedAdderCost: 15
10.32/10.46	c Try to convert by bdds
10.32/10.47	c D: 1
10.32/10.47	c estimatedAdderCost: 15
10.32/10.47	c Try to convert by bdds
10.32/10.47	c D: 1
10.32/10.47	c estimatedAdderCost: 15
10.32/10.47	c Try to convert by bdds
10.32/10.47	c D: 1
10.32/10.47	c estimatedAdderCost: 15
10.32/10.47	c Try to convert by bdds
10.32/10.47	c D: 1
10.32/10.47	c estimatedAdderCost: 15
10.32/10.47	c Try to convert by bdds
10.32/10.47	c D: 1
10.32/10.47	c estimatedAdderCost: 15
10.32/10.47	c Try to convert by bdds
10.32/10.47	c D: 1
10.32/10.47	c estimatedAdderCost: 15
10.32/10.47	c Try to convert by bdds
10.32/10.47	c D: 1
10.32/10.47	c estimatedAdderCost: 15
10.32/10.47	c Try to convert by bdds
10.32/10.47	c D: 1
10.32/10.47	c estimatedAdderCost: 15
10.32/10.47	c Try to convert by bdds
10.32/10.47	c D: 1
10.32/10.47	c estimatedAdderCost: 15
10.32/10.47	c Try to convert by bdds
10.32/10.47	c D: 1
10.32/10.47	c estimatedAdderCost: 15
10.32/10.47	c Try to convert by bdds
10.32/10.47	c D: 1
10.32/10.47	c estimatedAdderCost: 15
10.32/10.47	c Try to convert by bdds
10.32/10.47	c D: 1
10.32/10.47	c estimatedAdderCost: 15
10.32/10.47	c Try to convert by bdds
10.32/10.47	c D: 1
10.32/10.47	c estimatedAdderCost: 15
10.32/10.47	c Try to convert by bdds
10.32/10.47	c D: 1
10.32/10.47	c estimatedAdderCost: 15
10.32/10.47	c Try to convert by bdds
10.32/10.47	c D: 1
10.32/10.47	c estimatedAdderCost: 15
10.32/10.47	c Try to convert by bdds
10.32/10.47	c D: 1
10.32/10.47	c estimatedAdderCost: 15
10.32/10.47	c Try to convert by bdds
10.32/10.48	c D: 1
10.32/10.48	c estimatedAdderCost: 15
10.32/10.48	c Try to convert by bdds
10.32/10.48	c D: 1
10.32/10.48	c estimatedAdderCost: 15
10.32/10.48	c Try to convert by bdds
10.32/10.48	c D: 1
10.32/10.48	c estimatedAdderCost: 15
10.32/10.48	c Try to convert by bdds
10.32/10.48	c D: 1
10.32/10.48	c estimatedAdderCost: 15
10.32/10.48	c Try to convert by bdds
10.32/10.48	c D: 1
10.32/10.48	c estimatedAdderCost: 15
10.32/10.48	c Try to convert by bdds
10.32/10.48	c D: 1
10.32/10.48	c estimatedAdderCost: 15
10.32/10.48	c Try to convert by bdds
10.32/10.48	c D: 1
10.32/10.48	c estimatedAdderCost: 15
10.32/10.48	c Try to convert by bdds
10.32/10.48	c D: 1
10.32/10.48	c estimatedAdderCost: 15
10.32/10.48	c Try to convert by bdds
10.32/10.48	c D: 1
10.32/10.48	c estimatedAdderCost: 15
10.32/10.48	c Try to convert by bdds
10.32/10.48	c D: 1
10.32/10.48	c estimatedAdderCost: 15
10.32/10.48	c Try to convert by bdds
10.32/10.48	c D: 1
10.32/10.48	c estimatedAdderCost: 15
10.32/10.48	c Try to convert by bdds
10.32/10.48	c D: 1
10.32/10.48	c estimatedAdderCost: 15
10.32/10.48	c Try to convert by bdds
10.32/10.48	c D: 1
10.32/10.48	c estimatedAdderCost: 15
10.32/10.48	c Try to convert by bdds
10.32/10.48	c D: 1
10.32/10.48	c estimatedAdderCost: 15
10.32/10.48	c Try to convert by bdds
10.32/10.48	c D: 1
10.32/10.48	c estimatedAdderCost: 15
10.32/10.48	c Try to convert by bdds
10.32/10.48	c D: 1
10.32/10.48	c estimatedAdderCost: 15
10.32/10.48	c Try to convert by bdds
10.32/10.49	c D: 1
10.32/10.49	c estimatedAdderCost: 15
10.32/10.49	c Try to convert by bdds
10.32/10.49	c D: 1
10.32/10.49	c estimatedAdderCost: 15
10.32/10.49	c Try to convert by bdds
10.32/10.49	c D: 1
10.32/10.49	c estimatedAdderCost: 15
10.32/10.49	c Try to convert by bdds
10.32/10.49	c D: 1
10.32/10.49	c estimatedAdderCost: 15
10.32/10.49	c Try to convert by bdds
10.32/10.49	c D: 1
10.32/10.49	c estimatedAdderCost: 15
10.32/10.49	c Try to convert by bdds
10.32/10.49	c D: 1
10.32/10.49	c estimatedAdderCost: 15
10.32/10.49	c Try to convert by bdds
10.32/10.49	c D: 1
10.32/10.49	c estimatedAdderCost: 15
10.32/10.49	c Try to convert by bdds
10.32/10.49	c D: 1
10.32/10.49	c estimatedAdderCost: 15
10.32/10.49	c Try to convert by bdds
10.32/10.49	c D: 1
10.32/10.49	c estimatedAdderCost: 15
10.32/10.49	c Try to convert by bdds
10.32/10.49	c D: 1
10.32/10.49	c estimatedAdderCost: 15
10.32/10.49	c Try to convert by bdds
10.32/10.49	c D: 1
10.32/10.49	c estimatedAdderCost: 15
10.32/10.49	c Try to convert by bdds
10.32/10.49	c D: 1
10.32/10.49	c estimatedAdderCost: 15
10.32/10.49	c Try to convert by bdds
10.32/10.49	c D: 1
10.32/10.49	c estimatedAdderCost: 15
10.32/10.49	c Try to convert by bdds
10.32/10.49	c D: 1
10.32/10.49	c estimatedAdderCost: 15
10.32/10.49	c Try to convert by bdds
10.32/10.49	c D: 1
10.32/10.49	c estimatedAdderCost: 15
10.32/10.49	c Try to convert by bdds
10.32/10.49	c D: 1
10.32/10.49	c estimatedAdderCost: 15
10.32/10.49	c Try to convert by bdds
10.32/10.49	c D: 1
10.32/10.49	c estimatedAdderCost: 15
10.32/10.49	c Try to convert by bdds
10.32/10.49	c D: 1
10.32/10.49	c estimatedAdderCost: 15
10.32/10.49	c Try to convert by bdds
10.32/10.49	c D: 1
10.32/10.49	c estimatedAdderCost: 15
10.32/10.49	c Try to convert by bdds
10.32/10.50	c D: 1
10.32/10.50	c estimatedAdderCost: 15
10.32/10.50	c Try to convert by bdds
10.42/10.50	c D: 1
10.42/10.50	c estimatedAdderCost: 15
10.42/10.50	c Try to convert by bdds
10.42/10.50	c D: 1
10.42/10.50	c estimatedAdderCost: 15
10.42/10.50	c Try to convert by bdds
10.42/10.50	c D: 1
10.42/10.50	c estimatedAdderCost: 15
10.42/10.50	c Try to convert by bdds
10.42/10.50	c D: 1
10.42/10.50	c estimatedAdderCost: 15
10.42/10.50	c Try to convert by bdds
10.42/10.50	c D: 1
10.42/10.50	c estimatedAdderCost: 15
10.42/10.50	c Try to convert by bdds
10.42/10.50	c D: 1
10.42/10.50	c estimatedAdderCost: 15
10.42/10.50	c Try to convert by bdds
10.42/10.50	c D: 1
10.42/10.50	c estimatedAdderCost: 15
10.42/10.50	c Try to convert by bdds
10.42/10.50	c D: 1
10.42/10.50	c estimatedAdderCost: 15
10.42/10.50	c Try to convert by bdds
10.42/10.50	c D: 1
10.42/10.50	c estimatedAdderCost: 15
10.42/10.50	c Try to convert by bdds
10.42/10.50	c D: 1
10.42/10.50	c estimatedAdderCost: 15
10.42/10.50	c Try to convert by bdds
10.42/10.50	c D: 1
10.42/10.50	c estimatedAdderCost: 15
10.42/10.50	c Try to convert by bdds
10.42/10.50	c D: 1
10.42/10.50	c estimatedAdderCost: 15
10.42/10.50	c Try to convert by bdds
10.42/10.50	c D: 1
10.42/10.50	c estimatedAdderCost: 15
10.42/10.50	c Try to convert by bdds
10.42/10.50	c D: 1
10.42/10.50	c estimatedAdderCost: 15
10.42/10.50	c Try to convert by bdds
10.42/10.50	c D: 1
10.42/10.50	c estimatedAdderCost: 15
10.42/10.50	c Try to convert by bdds
10.42/10.50	c D: 1
10.42/10.50	c estimatedAdderCost: 15
10.42/10.50	c Try to convert by bdds
10.42/10.50	c D: 1
10.42/10.50	c estimatedAdderCost: 15
10.42/10.50	c Try to convert by bdds
10.42/10.50	c D: 1
10.42/10.50	c estimatedAdderCost: 15
10.42/10.50	c Try to convert by bdds
10.42/10.51	c D: 1
10.42/10.51	c estimatedAdderCost: 15
10.42/10.51	c Try to convert by bdds
10.42/10.51	c D: 1
10.42/10.51	c estimatedAdderCost: 15
10.42/10.51	c Try to convert by bdds
10.42/10.51	c D: 1
10.42/10.51	c estimatedAdderCost: 15
10.42/10.51	c Try to convert by bdds
10.42/10.51	c D: 1
10.42/10.51	c estimatedAdderCost: 15
10.42/10.51	c Try to convert by bdds
10.42/10.51	c D: 1
10.42/10.51	c estimatedAdderCost: 15
10.42/10.51	c Try to convert by bdds
10.42/10.51	c D: 1
10.42/10.51	c estimatedAdderCost: 15
10.42/10.51	c Try to convert by bdds
10.42/10.51	c D: 1
10.42/10.51	c estimatedAdderCost: 15
10.42/10.51	c Try to convert by bdds
10.42/10.51	c D: 1
10.42/10.51	c estimatedAdderCost: 15
10.42/10.51	c Try to convert by bdds
10.42/10.51	c D: 1
10.42/10.51	c estimatedAdderCost: 15
10.42/10.51	c Try to convert by bdds
10.42/10.51	c D: 1
10.42/10.51	c estimatedAdderCost: 15
10.42/10.51	c Try to convert by bdds
10.42/10.51	c D: 1
10.42/10.51	c estimatedAdderCost: 15
10.42/10.51	c Try to convert by bdds
10.42/10.51	c D: 1
10.42/10.51	c estimatedAdderCost: 15
10.42/10.51	c Try to convert by bdds
10.42/10.51	c D: 1
10.42/10.51	c estimatedAdderCost: 15
10.42/10.51	c Try to convert by bdds
10.42/10.51	c D: 1
10.42/10.51	c estimatedAdderCost: 15
10.42/10.51	c Try to convert by bdds
10.42/10.51	c D: 1
10.42/10.51	c estimatedAdderCost: 15
10.42/10.51	c Try to convert by bdds
10.42/10.51	c D: 1
10.42/10.51	c estimatedAdderCost: 15
10.42/10.51	c Try to convert by bdds
10.42/10.51	c D: 1
10.42/10.51	c estimatedAdderCost: 15
10.42/10.51	c Try to convert by bdds
10.42/10.51	c D: 1
10.42/10.51	c estimatedAdderCost: 15
10.42/10.51	c Try to convert by bdds
10.42/10.51	c D: 1
10.42/10.51	c estimatedAdderCost: 15
10.42/10.51	c Try to convert by bdds
10.42/10.52	c D: 1
10.42/10.52	c estimatedAdderCost: 15
10.42/10.52	c Try to convert by bdds
10.42/10.52	c D: 1
10.42/10.52	c estimatedAdderCost: 15
10.42/10.52	c Try to convert by bdds
10.42/10.52	c D: 1
10.42/10.52	c estimatedAdderCost: 15
10.42/10.52	c Try to convert by bdds
10.42/10.52	c D: 1
10.42/10.52	c estimatedAdderCost: 15
10.42/10.52	c Try to convert by bdds
10.42/10.52	c D: 1
10.42/10.52	c estimatedAdderCost: 15
10.42/10.52	c Try to convert by bdds
10.42/10.52	c D: 1
10.42/10.52	c estimatedAdderCost: 15
10.42/10.52	c Try to convert by bdds
10.42/10.52	c D: 1
10.42/10.52	c estimatedAdderCost: 15
10.42/10.52	c Try to convert by bdds
10.42/10.52	c D: 1
10.42/10.52	c estimatedAdderCost: 15
10.42/10.52	c Try to convert by bdds
10.42/10.52	c D: 1
10.42/10.52	c estimatedAdderCost: 15
10.42/10.52	c Try to convert by bdds
10.42/10.52	c D: 1
10.42/10.52	c estimatedAdderCost: 15
10.42/10.52	c Try to convert by bdds
10.42/10.52	c D: 1
10.42/10.52	c estimatedAdderCost: 15
10.42/10.52	c Try to convert by bdds
10.42/10.52	c D: 1
10.42/10.52	c estimatedAdderCost: 15
10.42/10.52	c Try to convert by bdds
10.42/10.52	c D: 1
10.42/10.52	c estimatedAdderCost: 15
10.42/10.52	c Try to convert by bdds
10.42/10.52	c D: 1
10.42/10.52	c estimatedAdderCost: 15
10.42/10.52	c Try to convert by bdds
10.42/10.52	c D: 1
10.42/10.52	c estimatedAdderCost: 15
10.42/10.52	c Try to convert by bdds
10.42/10.52	c D: 1
10.42/10.52	c estimatedAdderCost: 15
10.42/10.52	c Try to convert by bdds
10.42/10.52	c D: 1
10.42/10.52	c estimatedAdderCost: 15
10.42/10.52	c Try to convert by bdds
10.42/10.52	c D: 1
10.42/10.52	c estimatedAdderCost: 15
10.42/10.52	c Try to convert by bdds
10.42/10.52	c D: 1
10.42/10.52	c estimatedAdderCost: 15
10.42/10.52	c Try to convert by bdds
10.42/10.53	c D: 1
10.42/10.53	c estimatedAdderCost: 15
10.42/10.53	c Try to convert by bdds
10.42/10.53	c D: 1
10.42/10.53	c estimatedAdderCost: 15
10.42/10.53	c Try to convert by bdds
10.42/10.53	c D: 1
10.42/10.53	c estimatedAdderCost: 15
10.42/10.53	c Try to convert by bdds
10.42/10.53	c D: 1
10.42/10.53	c estimatedAdderCost: 15
10.42/10.53	c Try to convert by bdds
10.42/10.53	c D: 1
10.42/10.53	c estimatedAdderCost: 15
10.42/10.53	c Try to convert by bdds
10.42/10.53	c D: 1
10.42/10.53	c estimatedAdderCost: 15
10.42/10.53	c Try to convert by bdds
10.42/10.53	c D: 1
10.42/10.53	c estimatedAdderCost: 15
10.42/10.53	c Try to convert by bdds
10.42/10.53	c D: 1
10.42/10.53	c estimatedAdderCost: 15
10.42/10.53	c Try to convert by bdds
10.42/10.53	c D: 1
10.42/10.53	c estimatedAdderCost: 15
10.42/10.53	c Try to convert by bdds
10.42/10.53	c D: 1
10.42/10.53	c estimatedAdderCost: 15
10.42/10.53	c Try to convert by bdds
10.42/10.53	c D: 1
10.42/10.53	c estimatedAdderCost: 15
10.42/10.53	c Try to convert by bdds
10.42/10.53	c D: 1
10.42/10.53	c estimatedAdderCost: 15
10.42/10.53	c Try to convert by bdds
10.42/10.53	c D: 1
10.42/10.53	c estimatedAdderCost: 15
10.42/10.53	c Try to convert by bdds
10.42/10.53	c D: 1
10.42/10.53	c estimatedAdderCost: 15
10.42/10.53	c Try to convert by bdds
10.42/10.53	c D: 1
10.42/10.53	c estimatedAdderCost: 15
10.42/10.53	c Try to convert by bdds
10.42/10.53	c D: 1
10.42/10.53	c estimatedAdderCost: 15
10.42/10.53	c Try to convert by bdds
10.42/10.53	c D: 1
10.42/10.53	c estimatedAdderCost: 15
10.42/10.53	c Try to convert by bdds
10.42/10.53	c D: 1
10.42/10.53	c estimatedAdderCost: 15
10.42/10.53	c Try to convert by bdds
10.42/10.53	c D: 1
10.42/10.53	c estimatedAdderCost: 15
10.42/10.53	c Try to convert by bdds
10.42/10.54	c D: 1
10.42/10.54	c estimatedAdderCost: 15
10.42/10.54	c Try to convert by bdds
10.42/10.54	c D: 1
10.42/10.54	c estimatedAdderCost: 15
10.42/10.54	c Try to convert by bdds
10.42/10.54	c D: 1
10.42/10.54	c estimatedAdderCost: 15
10.42/10.54	c Try to convert by bdds
10.42/10.54	c D: 1
10.42/10.54	c estimatedAdderCost: 15
10.42/10.54	c Try to convert by bdds
10.42/10.54	c D: 1
10.42/10.54	c estimatedAdderCost: 15
10.42/10.54	c Try to convert by bdds
10.42/10.54	c D: 1
10.42/10.54	c estimatedAdderCost: 15
10.42/10.54	c Try to convert by bdds
10.42/10.54	c D: 1
10.42/10.54	c estimatedAdderCost: 15
10.42/10.54	c Try to convert by bdds
10.42/10.54	c D: 1
10.42/10.54	c estimatedAdderCost: 15
10.42/10.54	c Try to convert by bdds
10.42/10.54	c D: 1
10.42/10.54	c estimatedAdderCost: 15
10.42/10.54	c Try to convert by bdds
10.42/10.54	c D: 1
10.42/10.54	c estimatedAdderCost: 15
10.42/10.54	c Try to convert by bdds
10.42/10.54	c D: 1
10.42/10.54	c estimatedAdderCost: 15
10.42/10.54	c Try to convert by bdds
10.42/10.54	c D: 1
10.42/10.54	c estimatedAdderCost: 15
10.42/10.54	c Try to convert by bdds
10.42/10.54	c D: 1
10.42/10.54	c estimatedAdderCost: 15
10.42/10.54	c Try to convert by bdds
10.42/10.54	c D: 1
10.42/10.54	c estimatedAdderCost: 15
10.42/10.54	c Try to convert by bdds
10.42/10.54	c D: 1
10.42/10.54	c estimatedAdderCost: 15
10.42/10.54	c Try to convert by bdds
10.42/10.54	c D: 1
10.42/10.54	c estimatedAdderCost: 15
10.42/10.54	c Try to convert by bdds
10.42/10.54	c D: 1
10.42/10.54	c estimatedAdderCost: 15
10.42/10.54	c Try to convert by bdds
10.42/10.54	c D: 1
10.42/10.54	c estimatedAdderCost: 15
10.42/10.54	c Try to convert by bdds
10.42/10.54	c D: 1
10.42/10.54	c estimatedAdderCost: 15
10.42/10.54	c Try to convert by bdds
10.42/10.55	c D: 1
10.42/10.55	c estimatedAdderCost: 15
10.42/10.55	c Try to convert by bdds
10.42/10.55	c D: 1
10.42/10.55	c estimatedAdderCost: 15
10.42/10.55	c Try to convert by bdds
10.42/10.55	c D: 1
10.42/10.55	c estimatedAdderCost: 15
10.42/10.55	c Try to convert by bdds
10.42/10.55	c D: 1
10.42/10.55	c estimatedAdderCost: 15
10.42/10.55	c Try to convert by bdds
10.42/10.55	c D: 1
10.42/10.55	c estimatedAdderCost: 15
10.42/10.55	c Try to convert by bdds
10.42/10.55	c D: 1
10.42/10.55	c estimatedAdderCost: 15
10.42/10.55	c Try to convert by bdds
10.42/10.55	c D: 1
10.42/10.55	c estimatedAdderCost: 15
10.42/10.55	c Try to convert by bdds
10.42/10.55	c D: 1
10.42/10.55	c estimatedAdderCost: 15
10.42/10.55	c Try to convert by bdds
10.42/10.55	c D: 1
10.42/10.55	c estimatedAdderCost: 15
10.42/10.55	c Try to convert by bdds
10.42/10.55	c D: 1
10.42/10.55	c estimatedAdderCost: 15
10.42/10.55	c Try to convert by bdds
10.42/10.55	c D: 1
10.42/10.55	c estimatedAdderCost: 15
10.42/10.55	c Try to convert by bdds
10.42/10.55	c D: 1
10.42/10.55	c estimatedAdderCost: 15
10.42/10.55	c Try to convert by bdds
10.42/10.55	c D: 1
10.42/10.55	c estimatedAdderCost: 15
10.42/10.55	c Try to convert by bdds
10.42/10.55	c D: 1
10.42/10.55	c estimatedAdderCost: 15
10.42/10.55	c Try to convert by bdds
10.42/10.55	c D: 1
10.42/10.55	c estimatedAdderCost: 15
10.42/10.55	c Try to convert by bdds
10.42/10.55	c D: 1
10.42/10.55	c estimatedAdderCost: 15
10.42/10.55	c Try to convert by bdds
10.42/10.55	c D: 1
10.42/10.55	c estimatedAdderCost: 15
10.42/10.55	c Try to convert by bdds
10.42/10.55	c D: 1
10.42/10.55	c estimatedAdderCost: 15
10.42/10.55	c Try to convert by bdds
10.42/10.55	c D: 1
10.42/10.55	c estimatedAdderCost: 15
10.42/10.55	c Try to convert by bdds
10.42/10.56	c D: 1
10.42/10.56	c estimatedAdderCost: 15
10.42/10.56	c Try to convert by bdds
10.42/10.56	c D: 1
10.42/10.56	c estimatedAdderCost: 15
10.42/10.56	c Try to convert by bdds
10.42/10.56	c D: 1
10.42/10.56	c estimatedAdderCost: 15
10.42/10.56	c Try to convert by bdds
10.42/10.56	c D: 1
10.42/10.56	c estimatedAdderCost: 15
10.42/10.56	c Try to convert by bdds
10.42/10.56	c D: 1
10.42/10.56	c estimatedAdderCost: 15
10.42/10.56	c Try to convert by bdds
10.42/10.56	c D: 1
10.42/10.56	c estimatedAdderCost: 15
10.42/10.56	c Try to convert by bdds
10.42/10.56	c D: 1
10.42/10.56	c estimatedAdderCost: 15
10.42/10.56	c Try to convert by bdds
10.42/10.56	c D: 1
10.42/10.56	c estimatedAdderCost: 15
10.42/10.56	c Try to convert by bdds
10.42/10.56	c D: 1
10.42/10.56	c estimatedAdderCost: 15
10.42/10.56	c Try to convert by bdds
10.42/10.56	c D: 1
10.42/10.56	c estimatedAdderCost: 15
10.42/10.56	c Try to convert by bdds
10.42/10.56	c D: 1
10.42/10.56	c estimatedAdderCost: 15
10.42/10.56	c Try to convert by bdds
10.42/10.56	c D: 1
10.42/10.56	c estimatedAdderCost: 15
10.42/10.56	c Try to convert by bdds
10.42/10.56	c D: 1
10.42/10.56	c estimatedAdderCost: 15
10.42/10.56	c Try to convert by bdds
10.42/10.56	c D: 1
10.42/10.56	c estimatedAdderCost: 15
10.42/10.56	c Try to convert by bdds
10.42/10.56	c D: 1
10.42/10.56	c estimatedAdderCost: 15
10.42/10.56	c Try to convert by bdds
10.42/10.56	c D: 1
10.42/10.56	c estimatedAdderCost: 15
10.42/10.56	c Try to convert by bdds
10.42/10.56	c D: 1
10.42/10.56	c estimatedAdderCost: 15
10.42/10.56	c Try to convert by bdds
10.42/10.56	c D: 1
10.42/10.56	c estimatedAdderCost: 15
10.42/10.56	c Try to convert by bdds
10.42/10.56	c D: 1
10.42/10.56	c estimatedAdderCost: 15
10.42/10.56	c Try to convert by bdds
10.42/10.57	c D: 1
10.42/10.57	c estimatedAdderCost: 15
10.42/10.57	c Try to convert by bdds
10.42/10.57	c D: 1
10.42/10.57	c estimatedAdderCost: 15
10.42/10.57	c Try to convert by bdds
10.42/10.57	c D: 1
10.42/10.57	c estimatedAdderCost: 15
10.42/10.57	c Try to convert by bdds
10.42/10.57	c D: 1
10.42/10.57	c estimatedAdderCost: 15
10.42/10.57	c Try to convert by bdds
10.42/10.57	c D: 1
10.42/10.57	c estimatedAdderCost: 15
10.42/10.57	c Try to convert by bdds
10.42/10.57	c D: 1
10.42/10.57	c estimatedAdderCost: 15
10.42/10.57	c Try to convert by bdds
10.42/10.57	c D: 1
10.42/10.57	c estimatedAdderCost: 15
10.42/10.57	c Try to convert by bdds
10.42/10.57	c D: 1
10.42/10.57	c estimatedAdderCost: 15
10.42/10.57	c Try to convert by bdds
10.42/10.57	c D: 1
10.42/10.57	c estimatedAdderCost: 15
10.42/10.57	c Try to convert by bdds
10.42/10.57	c D: 1
10.42/10.57	c estimatedAdderCost: 15
10.42/10.57	c Try to convert by bdds
10.42/10.57	c D: 1
10.42/10.57	c estimatedAdderCost: 15
10.42/10.57	c Try to convert by bdds
10.42/10.57	c D: 1
10.42/10.57	c estimatedAdderCost: 15
10.42/10.57	c Try to convert by bdds
10.42/10.57	c D: 1
10.42/10.57	c estimatedAdderCost: 15
10.42/10.57	c Try to convert by bdds
10.42/10.57	c D: 1
10.42/10.57	c estimatedAdderCost: 15
10.42/10.57	c Try to convert by bdds
10.42/10.57	c D: 1
10.42/10.57	c estimatedAdderCost: 15
10.42/10.57	c Try to convert by bdds
10.42/10.57	c D: 1
10.42/10.57	c estimatedAdderCost: 15
10.42/10.57	c Try to convert by bdds
10.42/10.57	c D: 1
10.42/10.57	c estimatedAdderCost: 15
10.42/10.57	c Try to convert by bdds
10.42/10.57	c D: 1
10.42/10.57	c estimatedAdderCost: 15
10.42/10.57	c Try to convert by bdds
10.42/10.57	c D: 1
10.42/10.57	c estimatedAdderCost: 15
10.42/10.57	c Try to convert by bdds
10.42/10.58	c D: 1
10.42/10.58	c estimatedAdderCost: 15
10.42/10.58	c Try to convert by bdds
10.42/10.58	c D: 1
10.42/10.58	c estimatedAdderCost: 15
10.42/10.58	c Try to convert by bdds
10.42/10.58	c D: 1
10.42/10.58	c estimatedAdderCost: 15
10.42/10.58	c Try to convert by bdds
10.42/10.58	c D: 1
10.42/10.58	c estimatedAdderCost: 15
10.42/10.58	c Try to convert by bdds
10.42/10.58	c D: 1
10.42/10.58	c estimatedAdderCost: 15
10.42/10.58	c Try to convert by bdds
10.42/10.58	c D: 1
10.42/10.58	c estimatedAdderCost: 15
10.42/10.58	c Try to convert by bdds
10.42/10.58	c D: 1
10.42/10.58	c estimatedAdderCost: 15
10.42/10.58	c Try to convert by bdds
10.42/10.58	c D: 1
10.42/10.58	c estimatedAdderCost: 15
10.42/10.58	c Try to convert by bdds
10.42/10.58	c D: 1
10.42/10.58	c estimatedAdderCost: 15
10.42/10.58	c Try to convert by bdds
10.42/10.58	c D: 1
10.42/10.58	c estimatedAdderCost: 15
10.42/10.58	c Try to convert by bdds
10.42/10.58	c D: 1
10.42/10.58	c estimatedAdderCost: 15
10.42/10.58	c Try to convert by bdds
10.42/10.58	c D: 1
10.42/10.58	c estimatedAdderCost: 15
10.42/10.58	c Try to convert by bdds
10.42/10.58	c D: 1
10.42/10.58	c estimatedAdderCost: 15
10.42/10.58	c Try to convert by bdds
10.42/10.58	c D: 1
10.42/10.58	c estimatedAdderCost: 15
10.42/10.58	c Try to convert by bdds
10.42/10.58	c D: 1
10.42/10.58	c estimatedAdderCost: 15
10.42/10.58	c Try to convert by bdds
10.42/10.58	c D: 1
10.42/10.58	c estimatedAdderCost: 15
10.42/10.58	c Try to convert by bdds
10.42/10.58	c D: 1
10.42/10.58	c estimatedAdderCost: 15
10.42/10.58	c Try to convert by bdds
10.42/10.58	c D: 1
10.42/10.58	c estimatedAdderCost: 15
10.42/10.58	c Try to convert by bdds
10.42/10.59	c D: 1
10.42/10.59	c estimatedAdderCost: 15
10.42/10.59	c Try to convert by bdds
10.42/10.59	c D: 1
10.42/10.59	c estimatedAdderCost: 15
10.42/10.59	c Try to convert by bdds
10.42/10.59	c D: 1
10.42/10.59	c estimatedAdderCost: 15
10.42/10.59	c Try to convert by bdds
10.42/10.59	c D: 1
10.42/10.59	c estimatedAdderCost: 15
10.42/10.59	c Try to convert by bdds
10.42/10.59	c D: 1
10.42/10.59	c estimatedAdderCost: 15
10.42/10.59	c Try to convert by bdds
10.42/10.59	c D: 1
10.42/10.59	c estimatedAdderCost: 15
10.42/10.59	c Try to convert by bdds
10.42/10.59	c D: 1
10.42/10.59	c estimatedAdderCost: 15
10.42/10.59	c Try to convert by bdds
10.42/10.59	c D: 1
10.42/10.59	c estimatedAdderCost: 15
10.42/10.59	c Try to convert by bdds
10.42/10.59	c D: 1
10.42/10.59	c estimatedAdderCost: 15
10.42/10.59	c Try to convert by bdds
10.42/10.59	c D: 1
10.42/10.59	c estimatedAdderCost: 15
10.42/10.59	c Try to convert by bdds
10.42/10.59	c D: 1
10.42/10.59	c estimatedAdderCost: 15
10.42/10.59	c Try to convert by bdds
10.42/10.59	c D: 1
10.42/10.59	c estimatedAdderCost: 15
10.42/10.59	c Try to convert by bdds
10.42/10.59	c D: 1
10.42/10.59	c estimatedAdderCost: 15
10.42/10.59	c Try to convert by bdds
10.42/10.59	c D: 1
10.42/10.59	c estimatedAdderCost: 15
10.42/10.59	c Try to convert by bdds
10.42/10.59	c D: 1
10.42/10.59	c estimatedAdderCost: 15
10.42/10.59	c Try to convert by bdds
10.42/10.59	c D: 1
10.42/10.59	c estimatedAdderCost: 15
10.42/10.59	c Try to convert by bdds
10.42/10.59	c D: 1
10.42/10.59	c estimatedAdderCost: 15
10.42/10.59	c Try to convert by bdds
10.42/10.59	c D: 1
10.42/10.59	c estimatedAdderCost: 15
10.42/10.59	c Try to convert by bdds
10.42/10.59	c D: 1
10.42/10.59	c estimatedAdderCost: 15
10.42/10.59	c Try to convert by bdds
10.42/10.60	c D: 1
10.42/10.60	c estimatedAdderCost: 15
10.42/10.60	c Try to convert by bdds
10.52/10.60	c D: 1
10.52/10.60	c estimatedAdderCost: 15
10.52/10.60	c Try to convert by bdds
10.52/10.60	c D: 1
10.52/10.60	c estimatedAdderCost: 15
10.52/10.60	c Try to convert by bdds
10.52/10.60	c D: 1
10.52/10.60	c estimatedAdderCost: 15
10.52/10.60	c Try to convert by bdds
10.52/10.60	c D: 1
10.52/10.60	c estimatedAdderCost: 15
10.52/10.60	c Try to convert by bdds
10.52/10.60	c D: 1
10.52/10.60	c estimatedAdderCost: 15
10.52/10.60	c Try to convert by bdds
10.52/10.60	c D: 1
10.52/10.60	c estimatedAdderCost: 15
10.52/10.60	c Try to convert by bdds
10.52/10.60	c D: 1
10.52/10.60	c estimatedAdderCost: 15
10.52/10.60	c Try to convert by bdds
10.52/10.60	c D: 1
10.52/10.60	c estimatedAdderCost: 15
10.52/10.60	c Try to convert by bdds
10.52/10.60	c D: 1
10.52/10.60	c estimatedAdderCost: 15
10.52/10.60	c Try to convert by bdds
10.52/10.60	c D: 1
10.52/10.60	c estimatedAdderCost: 15
10.52/10.60	c Try to convert by bdds
10.52/10.60	c D: 1
10.52/10.60	c estimatedAdderCost: 15
10.52/10.60	c Try to convert by bdds
10.52/10.60	c D: 1
10.52/10.60	c estimatedAdderCost: 15
10.52/10.60	c Try to convert by bdds
10.52/10.60	c D: 1
10.52/10.60	c estimatedAdderCost: 15
10.52/10.60	c Try to convert by bdds
10.52/10.60	c D: 1
10.52/10.60	c estimatedAdderCost: 15
10.52/10.60	c Try to convert by bdds
10.52/10.60	c D: 1
10.52/10.60	c estimatedAdderCost: 15
10.52/10.60	c Try to convert by bdds
10.52/10.60	c D: 1
10.52/10.60	c estimatedAdderCost: 15
10.52/10.60	c Try to convert by bdds
10.52/10.60	c D: 1
10.52/10.60	c estimatedAdderCost: 15
10.52/10.60	c Try to convert by bdds
10.52/10.60	c D: 1
10.52/10.60	c estimatedAdderCost: 15
10.52/10.60	c Try to convert by bdds
10.52/10.61	c D: 1
10.52/10.61	c estimatedAdderCost: 15
10.52/10.61	c Try to convert by bdds
10.52/10.61	c D: 1
10.52/10.61	c estimatedAdderCost: 15
10.52/10.61	c Try to convert by bdds
10.52/10.61	c D: 1
10.52/10.61	c estimatedAdderCost: 15
10.52/10.61	c Try to convert by bdds
10.52/10.61	c D: 1
10.52/10.61	c estimatedAdderCost: 15
10.52/10.61	c Try to convert by bdds
10.52/10.61	c D: 1
10.52/10.61	c estimatedAdderCost: 15
10.52/10.61	c Try to convert by bdds
10.52/10.61	c D: 1
10.52/10.61	c estimatedAdderCost: 15
10.52/10.61	c Try to convert by bdds
10.52/10.61	c D: 1
10.52/10.61	c estimatedAdderCost: 15
10.52/10.61	c Try to convert by bdds
10.52/10.61	c D: 1
10.52/10.61	c estimatedAdderCost: 15
10.52/10.61	c Try to convert by bdds
10.52/10.61	c D: 1
10.52/10.61	c estimatedAdderCost: 15
10.52/10.61	c Try to convert by bdds
10.52/10.61	c D: 1
10.52/10.61	c estimatedAdderCost: 15
10.52/10.61	c Try to convert by bdds
10.52/10.61	c D: 1
10.52/10.61	c estimatedAdderCost: 15
10.52/10.61	c Try to convert by bdds
10.52/10.61	c D: 1
10.52/10.61	c estimatedAdderCost: 15
10.52/10.61	c Try to convert by bdds
10.52/10.61	c D: 1
10.52/10.61	c estimatedAdderCost: 15
10.52/10.61	c Try to convert by bdds
10.52/10.61	c D: 1
10.52/10.61	c estimatedAdderCost: 15
10.52/10.61	c Try to convert by bdds
10.52/10.61	c D: 1
10.52/10.61	c estimatedAdderCost: 15
10.52/10.61	c Try to convert by bdds
10.52/10.61	c D: 1
10.52/10.61	c estimatedAdderCost: 15
10.52/10.61	c Try to convert by bdds
10.52/10.61	c D: 1
10.52/10.61	c estimatedAdderCost: 15
10.52/10.61	c Try to convert by bdds
10.52/10.61	c D: 1
10.52/10.61	c estimatedAdderCost: 15
10.52/10.61	c Try to convert by bdds
10.52/10.61	c D: 1
10.52/10.61	c estimatedAdderCost: 15
10.52/10.61	c Try to convert by bdds
10.52/10.62	c D: 1
10.52/10.62	c estimatedAdderCost: 15
10.52/10.62	c Try to convert by bdds
10.52/10.62	c D: 1
10.52/10.62	c estimatedAdderCost: 15
10.52/10.62	c Try to convert by bdds
10.52/10.62	c D: 1
10.52/10.62	c estimatedAdderCost: 15
10.52/10.62	c Try to convert by bdds
10.52/10.62	c D: 1
10.52/10.62	c estimatedAdderCost: 15
10.52/10.62	c Try to convert by bdds
10.52/10.62	c D: 1
10.52/10.62	c estimatedAdderCost: 15
10.52/10.62	c Try to convert by bdds
10.52/10.62	c D: 1
10.52/10.62	c estimatedAdderCost: 15
10.52/10.62	c Try to convert by bdds
10.52/10.62	c D: 1
10.52/10.62	c estimatedAdderCost: 15
10.52/10.62	c Try to convert by bdds
10.52/10.62	c D: 1
10.52/10.62	c estimatedAdderCost: 15
10.52/10.62	c Try to convert by bdds
10.52/10.62	c D: 1
10.52/10.62	c estimatedAdderCost: 15
10.52/10.62	c Try to convert by bdds
10.52/10.62	c D: 1
10.52/10.62	c estimatedAdderCost: 15
10.52/10.62	c Try to convert by bdds
10.52/10.62	c D: 1
10.52/10.62	c estimatedAdderCost: 15
10.52/10.62	c Try to convert by bdds
10.52/10.62	c D: 1
10.52/10.62	c estimatedAdderCost: 15
10.52/10.62	c Try to convert by bdds
10.52/10.62	c D: 1
10.52/10.62	c estimatedAdderCost: 15
10.52/10.62	c Try to convert by bdds
10.52/10.62	c D: 1
10.52/10.62	c estimatedAdderCost: 15
10.52/10.62	c Try to convert by bdds
10.52/10.62	c D: 1
10.52/10.62	c estimatedAdderCost: 15
10.52/10.62	c Try to convert by bdds
10.52/10.62	c D: 1
10.52/10.62	c estimatedAdderCost: 15
10.52/10.62	c Try to convert by bdds
10.52/10.62	c D: 1
10.52/10.62	c estimatedAdderCost: 15
10.52/10.62	c Try to convert by bdds
10.52/10.62	c D: 1
10.52/10.62	c estimatedAdderCost: 15
10.52/10.62	c Try to convert by bdds
10.52/10.62	c D: 1
10.52/10.62	c estimatedAdderCost: 15
10.52/10.62	c Try to convert by bdds
10.52/10.63	c D: 1
10.52/10.63	c estimatedAdderCost: 15
10.52/10.63	c Try to convert by bdds
10.52/10.63	c D: 1
10.52/10.63	c estimatedAdderCost: 15
10.52/10.63	c Try to convert by bdds
10.52/10.63	c D: 1
10.52/10.63	c estimatedAdderCost: 15
10.52/10.63	c Try to convert by bdds
10.52/10.63	c D: 1
10.52/10.63	c estimatedAdderCost: 15
10.52/10.63	c Try to convert by bdds
10.52/10.63	c D: 1
10.52/10.63	c estimatedAdderCost: 15
10.52/10.63	c Try to convert by bdds
10.52/10.63	c D: 1
10.52/10.63	c estimatedAdderCost: 15
10.52/10.63	c Try to convert by bdds
10.52/10.63	c D: 1
10.52/10.63	c estimatedAdderCost: 15
10.52/10.63	c Try to convert by bdds
10.52/10.63	c D: 1
10.52/10.63	c estimatedAdderCost: 15
10.52/10.63	c Try to convert by bdds
10.52/10.63	c D: 1
10.52/10.63	c estimatedAdderCost: 15
10.52/10.63	c Try to convert by bdds
10.52/10.63	c D: 1
10.52/10.63	c estimatedAdderCost: 15
10.52/10.63	c Try to convert by bdds
10.52/10.63	c D: 1
10.52/10.63	c estimatedAdderCost: 15
10.52/10.63	c Try to convert by bdds
10.52/10.63	c D: 1
10.52/10.63	c estimatedAdderCost: 15
10.52/10.63	c Try to convert by bdds
10.52/10.63	c D: 1
10.52/10.63	c estimatedAdderCost: 15
10.52/10.63	c Try to convert by bdds
10.52/10.63	c D: 1
10.52/10.63	c estimatedAdderCost: 15
10.52/10.63	c Try to convert by bdds
10.52/10.63	c D: 1
10.52/10.63	c estimatedAdderCost: 15
10.52/10.63	c Try to convert by bdds
10.52/10.63	c D: 1
10.52/10.63	c estimatedAdderCost: 15
10.52/10.63	c Try to convert by bdds
10.52/10.63	c D: 1
10.52/10.63	c estimatedAdderCost: 15
10.52/10.63	c Try to convert by bdds
10.52/10.63	c D: 1
10.52/10.63	c estimatedAdderCost: 15
10.52/10.63	c Try to convert by bdds
10.52/10.63	c D: 1
10.52/10.63	c estimatedAdderCost: 15
10.52/10.63	c Try to convert by bdds
10.52/10.64	c D: 1
10.52/10.64	c estimatedAdderCost: 15
10.52/10.64	c Try to convert by bdds
10.52/10.64	c D: 1
10.52/10.64	c estimatedAdderCost: 15
10.52/10.64	c Try to convert by bdds
10.52/10.64	c D: 1
10.52/10.64	c estimatedAdderCost: 15
10.52/10.64	c Try to convert by bdds
10.52/10.64	c D: 1
10.52/10.64	c estimatedAdderCost: 15
10.52/10.64	c Try to convert by bdds
10.52/10.64	c D: 1
10.52/10.64	c estimatedAdderCost: 15
10.52/10.64	c Try to convert by bdds
10.52/10.64	c D: 1
10.52/10.64	c estimatedAdderCost: 15
10.52/10.64	c Try to convert by bdds
10.52/10.64	c D: 1
10.52/10.64	c estimatedAdderCost: 15
10.52/10.64	c Try to convert by bdds
10.52/10.64	c D: 1
10.52/10.64	c estimatedAdderCost: 15
10.52/10.64	c Try to convert by bdds
10.52/10.64	c D: 1
10.52/10.64	c estimatedAdderCost: 15
10.52/10.64	c Try to convert by bdds
10.52/10.64	c D: 1
10.52/10.64	c estimatedAdderCost: 15
10.52/10.64	c Try to convert by bdds
10.52/10.64	c D: 1
10.52/10.64	c estimatedAdderCost: 15
10.52/10.64	c Try to convert by bdds
10.52/10.64	c D: 1
10.52/10.64	c estimatedAdderCost: 15
10.52/10.64	c Try to convert by bdds
10.52/10.64	c D: 1
10.52/10.64	c estimatedAdderCost: 15
10.52/10.64	c Try to convert by bdds
10.52/10.64	c D: 1
10.52/10.64	c estimatedAdderCost: 15
10.52/10.64	c Try to convert by bdds
10.52/10.64	c D: 1
10.52/10.64	c estimatedAdderCost: 15
10.52/10.64	c Try to convert by bdds
10.52/10.64	c D: 1
10.52/10.64	c estimatedAdderCost: 15
10.52/10.64	c Try to convert by bdds
10.52/10.64	c D: 1
10.52/10.64	c estimatedAdderCost: 15
10.52/10.64	c Try to convert by bdds
10.52/10.64	c D: 1
10.52/10.64	c estimatedAdderCost: 15
10.52/10.64	c Try to convert by bdds
10.52/10.65	c D: 1
10.52/10.65	c estimatedAdderCost: 15
10.52/10.65	c Try to convert by bdds
10.52/10.65	c D: 1
10.52/10.65	c estimatedAdderCost: 15
10.52/10.65	c Try to convert by bdds
10.52/10.65	c D: 1
10.52/10.65	c estimatedAdderCost: 15
10.52/10.65	c Try to convert by bdds
10.52/10.65	c D: 1
10.52/10.65	c estimatedAdderCost: 15
10.52/10.65	c Try to convert by bdds
10.52/10.65	c D: 1
10.52/10.65	c estimatedAdderCost: 15
10.52/10.65	c Try to convert by bdds
10.52/10.65	c D: 1
10.52/10.65	c estimatedAdderCost: 15
10.52/10.65	c Try to convert by bdds
10.52/10.65	c D: 1
10.52/10.65	c estimatedAdderCost: 15
10.52/10.65	c Try to convert by bdds
10.52/10.65	c D: 1
10.52/10.65	c estimatedAdderCost: 15
10.52/10.65	c Try to convert by bdds
10.52/10.65	c D: 1
10.52/10.65	c estimatedAdderCost: 15
10.52/10.65	c Try to convert by bdds
10.52/10.65	c D: 1
10.52/10.65	c estimatedAdderCost: 15
10.52/10.65	c Try to convert by bdds
10.52/10.65	c D: 1
10.52/10.65	c estimatedAdderCost: 15
10.52/10.65	c Try to convert by bdds
10.52/10.65	c D: 1
10.52/10.65	c estimatedAdderCost: 15
10.52/10.65	c Try to convert by bdds
10.52/10.65	c D: 1
10.52/10.65	c estimatedAdderCost: 15
10.52/10.65	c Try to convert by bdds
10.52/10.65	c D: 1
10.52/10.65	c estimatedAdderCost: 15
10.52/10.65	c Try to convert by bdds
10.52/10.65	c D: 1
10.52/10.65	c estimatedAdderCost: 15
10.52/10.65	c Try to convert by bdds
10.52/10.65	c D: 1
10.52/10.65	c estimatedAdderCost: 15
10.52/10.65	c Try to convert by bdds
10.52/10.65	c D: 1
10.52/10.65	c estimatedAdderCost: 15
10.52/10.65	c Try to convert by bdds
10.52/10.65	c D: 1
10.52/10.65	c estimatedAdderCost: 15
10.52/10.65	c Try to convert by bdds
10.52/10.65	c D: 1
10.52/10.65	c estimatedAdderCost: 15
10.52/10.65	c Try to convert by bdds
10.52/10.66	c D: 1
10.52/10.66	c estimatedAdderCost: 15
10.52/10.66	c Try to convert by bdds
10.52/10.66	c D: 1
10.52/10.66	c estimatedAdderCost: 15
10.52/10.66	c Try to convert by bdds
10.52/10.66	c D: 1
10.52/10.66	c estimatedAdderCost: 15
10.52/10.66	c Try to convert by bdds
10.52/10.66	c D: 1
10.52/10.66	c estimatedAdderCost: 15
10.52/10.66	c Try to convert by bdds
10.52/10.66	c D: 1
10.52/10.66	c estimatedAdderCost: 15
10.52/10.66	c Try to convert by bdds
10.52/10.66	c D: 1
10.52/10.66	c estimatedAdderCost: 15
10.52/10.66	c Try to convert by bdds
10.52/10.66	c D: 1
10.52/10.66	c estimatedAdderCost: 15
10.52/10.66	c Try to convert by bdds
10.52/10.66	c D: 1
10.52/10.66	c estimatedAdderCost: 15
10.52/10.66	c Try to convert by bdds
10.52/10.66	c D: 1
10.52/10.66	c estimatedAdderCost: 15
10.52/10.66	c Try to convert by bdds
10.52/10.66	c D: 1
10.52/10.66	c estimatedAdderCost: 15
10.52/10.66	c Try to convert by bdds
10.52/10.66	c D: 1
10.52/10.66	c estimatedAdderCost: 15
10.52/10.66	c Try to convert by bdds
10.52/10.66	c D: 1
10.52/10.66	c estimatedAdderCost: 15
10.52/10.66	c Try to convert by bdds
10.52/10.66	c D: 1
10.52/10.66	c estimatedAdderCost: 15
10.52/10.66	c Try to convert by bdds
10.52/10.66	c D: 1
10.52/10.66	c estimatedAdderCost: 15
10.52/10.66	c Try to convert by bdds
10.52/10.66	c D: 1
10.52/10.66	c estimatedAdderCost: 15
10.52/10.66	c Try to convert by bdds
10.52/10.66	c D: 1
10.52/10.66	c estimatedAdderCost: 15
10.52/10.66	c Try to convert by bdds
10.52/10.66	c D: 1
10.52/10.66	c estimatedAdderCost: 15
10.52/10.66	c Try to convert by bdds
10.52/10.66	c D: 1
10.52/10.66	c estimatedAdderCost: 15
10.52/10.66	c Try to convert by bdds
10.52/10.66	c D: 1
10.52/10.66	c estimatedAdderCost: 15
10.52/10.66	c Try to convert by bdds
10.52/10.67	c D: 1
10.52/10.67	c estimatedAdderCost: 15
10.52/10.67	c Try to convert by bdds
10.52/10.67	c D: 1
10.52/10.67	c estimatedAdderCost: 15
10.52/10.67	c Try to convert by bdds
10.52/10.67	c D: 1
10.52/10.67	c estimatedAdderCost: 15
10.52/10.67	c Try to convert by bdds
10.52/10.67	c D: 1
10.52/10.67	c estimatedAdderCost: 15
10.52/10.67	c Try to convert by bdds
10.52/10.67	c D: 1
10.52/10.67	c estimatedAdderCost: 15
10.52/10.67	c Try to convert by bdds
10.52/10.67	c D: 1
10.52/10.67	c estimatedAdderCost: 15
10.52/10.67	c Try to convert by bdds
10.52/10.67	c D: 1
10.52/10.67	c estimatedAdderCost: 15
10.52/10.67	c Try to convert by bdds
10.52/10.67	c D: 1
10.52/10.67	c estimatedAdderCost: 15
10.52/10.67	c Try to convert by bdds
10.52/10.67	c D: 1
10.52/10.67	c estimatedAdderCost: 15
10.52/10.67	c Try to convert by bdds
10.52/10.67	c D: 1
10.52/10.67	c estimatedAdderCost: 15
10.52/10.67	c Try to convert by bdds
10.52/10.67	c D: 1
10.52/10.67	c estimatedAdderCost: 15
10.52/10.67	c Try to convert by bdds
10.52/10.67	c D: 1
10.52/10.67	c estimatedAdderCost: 15
10.52/10.67	c Try to convert by bdds
10.52/10.67	c D: 1
10.52/10.67	c estimatedAdderCost: 15
10.52/10.67	c Try to convert by bdds
10.52/10.67	c D: 1
10.52/10.67	c estimatedAdderCost: 15
10.52/10.67	c Try to convert by bdds
10.52/10.67	c D: 1
10.52/10.67	c estimatedAdderCost: 15
10.52/10.67	c Try to convert by bdds
10.52/10.67	c D: 1
10.52/10.67	c estimatedAdderCost: 15
10.52/10.67	c Try to convert by bdds
10.52/10.67	c D: 1
10.52/10.67	c estimatedAdderCost: 15
10.52/10.67	c Try to convert by bdds
10.52/10.67	c D: 1
10.52/10.67	c estimatedAdderCost: 15
10.52/10.67	c Try to convert by bdds
10.52/10.67	c D: 1
10.52/10.67	c estimatedAdderCost: 15
10.52/10.67	c Try to convert by bdds
10.52/10.68	c D: 1
10.52/10.68	c estimatedAdderCost: 15
10.52/10.68	c Try to convert by bdds
10.52/10.68	c D: 1
10.52/10.68	c estimatedAdderCost: 15
10.52/10.68	c Try to convert by bdds
10.52/10.68	c D: 1
10.52/10.68	c estimatedAdderCost: 15
10.52/10.68	c Try to convert by bdds
10.52/10.68	c D: 1
10.52/10.68	c estimatedAdderCost: 15
10.52/10.68	c Try to convert by bdds
10.52/10.68	c D: 1
10.52/10.68	c estimatedAdderCost: 15
10.52/10.68	c Try to convert by bdds
10.52/10.68	c D: 1
10.52/10.68	c estimatedAdderCost: 15
10.52/10.68	c Try to convert by bdds
10.52/10.68	c D: 1
10.52/10.68	c estimatedAdderCost: 15
10.52/10.68	c Try to convert by bdds
10.52/10.68	c D: 1
10.52/10.68	c estimatedAdderCost: 15
10.52/10.68	c Try to convert by bdds
10.52/10.68	c D: 1
10.52/10.68	c estimatedAdderCost: 15
10.52/10.68	c Try to convert by bdds
10.52/10.68	c D: 1
10.52/10.68	c estimatedAdderCost: 15
10.52/10.68	c Try to convert by bdds
10.52/10.68	c D: 1
10.52/10.68	c estimatedAdderCost: 15
10.52/10.68	c Try to convert by bdds
10.52/10.68	c D: 1
10.52/10.68	c estimatedAdderCost: 15
10.52/10.68	c Try to convert by bdds
10.52/10.68	c D: 1
10.52/10.68	c estimatedAdderCost: 15
10.52/10.68	c Try to convert by bdds
10.52/10.68	c D: 1
10.52/10.68	c estimatedAdderCost: 15
10.52/10.68	c Try to convert by bdds
10.52/10.68	c D: 1
10.52/10.68	c estimatedAdderCost: 15
10.52/10.68	c Try to convert by bdds
10.52/10.68	c D: 1
10.52/10.68	c estimatedAdderCost: 15
10.52/10.68	c Try to convert by bdds
10.52/10.68	c D: 1
10.52/10.68	c estimatedAdderCost: 15
10.52/10.68	c Try to convert by bdds
10.52/10.68	c D: 1
10.52/10.68	c estimatedAdderCost: 15
10.52/10.68	c Try to convert by bdds
10.52/10.69	c D: 1
10.52/10.69	c estimatedAdderCost: 15
10.52/10.69	c Try to convert by bdds
10.52/10.69	c D: 1
10.52/10.69	c estimatedAdderCost: 15
10.52/10.69	c Try to convert by bdds
10.52/10.69	c D: 1
10.52/10.69	c estimatedAdderCost: 15
10.52/10.69	c Try to convert by bdds
10.52/10.69	c D: 1
10.52/10.69	c estimatedAdderCost: 15
10.52/10.69	c Try to convert by bdds
10.52/10.69	c D: 1
10.52/10.69	c estimatedAdderCost: 15
10.52/10.69	c Try to convert by bdds
10.52/10.69	c D: 1
10.52/10.69	c estimatedAdderCost: 15
10.52/10.69	c Try to convert by bdds
10.52/10.69	c D: 1
10.52/10.69	c estimatedAdderCost: 15
10.52/10.69	c Try to convert by bdds
10.52/10.69	c D: 1
10.52/10.69	c estimatedAdderCost: 15
10.52/10.69	c Try to convert by bdds
10.52/10.69	c D: 1
10.52/10.69	c estimatedAdderCost: 15
10.52/10.69	c Try to convert by bdds
10.52/10.69	c D: 1
10.52/10.69	c estimatedAdderCost: 15
10.52/10.69	c Try to convert by bdds
10.52/10.69	c D: 1
10.52/10.69	c estimatedAdderCost: 15
10.52/10.69	c Try to convert by bdds
10.52/10.69	c D: 1
10.52/10.69	c estimatedAdderCost: 15
10.52/10.69	c Try to convert by bdds
10.52/10.69	c D: 1
10.52/10.69	c estimatedAdderCost: 15
10.52/10.69	c Try to convert by bdds
10.52/10.69	c D: 1
10.52/10.69	c estimatedAdderCost: 15
10.52/10.69	c Try to convert by bdds
10.52/10.69	c D: 1
10.52/10.69	c estimatedAdderCost: 15
10.52/10.69	c Try to convert by bdds
10.52/10.69	c D: 1
10.52/10.69	c estimatedAdderCost: 15
10.52/10.69	c Try to convert by bdds
10.52/10.69	c D: 1
10.52/10.69	c estimatedAdderCost: 15
10.52/10.69	c Try to convert by bdds
10.52/10.69	c D: 1
10.52/10.69	c estimatedAdderCost: 15
10.52/10.69	c Try to convert by bdds
10.52/10.69	c D: 1
10.52/10.69	c estimatedAdderCost: 15
10.52/10.69	c Try to convert by bdds
10.52/10.70	c D: 1
10.52/10.70	c estimatedAdderCost: 15
10.52/10.70	c Try to convert by bdds
10.62/10.70	c D: 1
10.62/10.70	c estimatedAdderCost: 15
10.62/10.70	c Try to convert by bdds
10.62/10.70	c D: 1
10.62/10.70	c estimatedAdderCost: 15
10.62/10.70	c Try to convert by bdds
10.62/10.70	c D: 1
10.62/10.70	c estimatedAdderCost: 15
10.62/10.70	c Try to convert by bdds
10.62/10.70	c D: 1
10.62/10.70	c estimatedAdderCost: 15
10.62/10.70	c Try to convert by bdds
10.62/10.70	c D: 1
10.62/10.70	c estimatedAdderCost: 15
10.62/10.70	c Try to convert by bdds
10.62/10.70	c D: 1
10.62/10.70	c estimatedAdderCost: 15
10.62/10.70	c Try to convert by bdds
10.62/10.70	c D: 1
10.62/10.70	c estimatedAdderCost: 15
10.62/10.70	c Try to convert by bdds
10.62/10.70	c D: 1
10.62/10.70	c estimatedAdderCost: 15
10.62/10.70	c Try to convert by bdds
10.62/10.70	c D: 1
10.62/10.70	c estimatedAdderCost: 15
10.62/10.70	c Try to convert by bdds
10.62/10.70	c D: 1
10.62/10.70	c estimatedAdderCost: 15
10.62/10.70	c Try to convert by bdds
10.62/10.70	c D: 1
10.62/10.70	c estimatedAdderCost: 15
10.62/10.70	c Try to convert by bdds
10.62/10.70	c D: 1
10.62/10.70	c estimatedAdderCost: 15
10.62/10.70	c Try to convert by bdds
10.62/10.70	c D: 1
10.62/10.70	c estimatedAdderCost: 15
10.62/10.70	c Try to convert by bdds
10.62/10.70	c D: 1
10.62/10.70	c estimatedAdderCost: 15
10.62/10.70	c Try to convert by bdds
10.62/10.70	c D: 1
10.62/10.70	c estimatedAdderCost: 15
10.62/10.70	c Try to convert by bdds
10.62/10.70	c D: 1
10.62/10.70	c estimatedAdderCost: 15
10.62/10.70	c Try to convert by bdds
10.62/10.70	c D: 1
10.62/10.70	c estimatedAdderCost: 15
10.62/10.70	c Try to convert by bdds
10.62/10.70	c D: 1
10.62/10.70	c estimatedAdderCost: 15
10.62/10.70	c Try to convert by bdds
10.62/10.71	c D: 1
10.62/10.71	c estimatedAdderCost: 15
10.62/10.71	c Try to convert by bdds
10.62/10.71	c D: 1
10.62/10.71	c estimatedAdderCost: 15
10.62/10.71	c Try to convert by bdds
10.62/10.71	c D: 1
10.62/10.71	c estimatedAdderCost: 15
10.62/10.71	c Try to convert by bdds
10.62/10.71	c D: 1
10.62/10.71	c estimatedAdderCost: 15
10.62/10.71	c Try to convert by bdds
10.62/10.71	c D: 1
10.62/10.71	c estimatedAdderCost: 15
10.62/10.71	c Try to convert by bdds
10.62/10.71	c D: 1
10.62/10.71	c estimatedAdderCost: 15
10.62/10.71	c Try to convert by bdds
10.62/10.71	c D: 1
10.62/10.71	c estimatedAdderCost: 15
10.62/10.71	c Try to convert by bdds
10.62/10.71	c D: 1
10.62/10.71	c estimatedAdderCost: 15
10.62/10.71	c Try to convert by bdds
10.62/10.71	c D: 1
10.62/10.71	c estimatedAdderCost: 15
10.62/10.71	c Try to convert by bdds
10.62/10.71	c D: 1
10.62/10.71	c estimatedAdderCost: 15
10.62/10.71	c Try to convert by bdds
10.62/10.71	c D: 1
10.62/10.71	c estimatedAdderCost: 15
10.62/10.71	c Try to convert by bdds
10.62/10.71	c D: 1
10.62/10.71	c estimatedAdderCost: 15
10.62/10.71	c Try to convert by bdds
10.62/10.71	c D: 1
10.62/10.71	c estimatedAdderCost: 15
10.62/10.71	c Try to convert by bdds
10.62/10.71	c D: 1
10.62/10.71	c estimatedAdderCost: 15
10.62/10.71	c Try to convert by bdds
10.62/10.71	c D: 1
10.62/10.71	c estimatedAdderCost: 15
10.62/10.71	c Try to convert by bdds
10.62/10.71	c D: 1
10.62/10.71	c estimatedAdderCost: 15
10.62/10.71	c Try to convert by bdds
10.62/10.71	c D: 1
10.62/10.71	c estimatedAdderCost: 15
10.62/10.71	c Try to convert by bdds
10.62/10.71	c D: 1
10.62/10.71	c estimatedAdderCost: 15
10.62/10.71	c Try to convert by bdds
10.62/10.71	c D: 1
10.62/10.71	c estimatedAdderCost: 15
10.62/10.71	c Try to convert by bdds
10.62/10.72	c D: 1
10.62/10.72	c estimatedAdderCost: 15
10.62/10.72	c Try to convert by bdds
10.62/10.72	c D: 1
10.62/10.72	c estimatedAdderCost: 15
10.62/10.72	c Try to convert by bdds
10.62/10.72	c D: 1
10.62/10.72	c estimatedAdderCost: 15
10.62/10.72	c Try to convert by bdds
10.62/10.72	c D: 1
10.62/10.72	c estimatedAdderCost: 15
10.62/10.72	c Try to convert by bdds
10.62/10.72	c D: 1
10.62/10.72	c estimatedAdderCost: 15
10.62/10.72	c Try to convert by bdds
10.62/10.72	c D: 1
10.62/10.72	c estimatedAdderCost: 15
10.62/10.72	c Try to convert by bdds
10.62/10.72	c D: 1
10.62/10.72	c estimatedAdderCost: 15
10.62/10.72	c Try to convert by bdds
10.62/10.72	c D: 1
10.62/10.72	c estimatedAdderCost: 15
10.62/10.72	c Try to convert by bdds
10.62/10.72	c D: 1
10.62/10.72	c estimatedAdderCost: 15
10.62/10.72	c Try to convert by bdds
10.62/10.72	c D: 1
10.62/10.72	c estimatedAdderCost: 15
10.62/10.72	c Try to convert by bdds
10.62/10.72	c D: 1
10.62/10.72	c estimatedAdderCost: 15
10.62/10.72	c Try to convert by bdds
10.62/10.72	c D: 1
10.62/10.72	c estimatedAdderCost: 15
10.62/10.72	c Try to convert by bdds
10.62/10.72	c D: 1
10.62/10.72	c estimatedAdderCost: 15
10.62/10.72	c Try to convert by bdds
10.62/10.72	c D: 1
10.62/10.72	c estimatedAdderCost: 15
10.62/10.72	c Try to convert by bdds
10.62/10.72	c D: 1
10.62/10.72	c estimatedAdderCost: 15
10.62/10.72	c Try to convert by bdds
10.62/10.72	c D: 1
10.62/10.72	c estimatedAdderCost: 15
10.62/10.72	c Try to convert by bdds
10.62/10.72	c D: 1
10.62/10.72	c estimatedAdderCost: 15
10.62/10.72	c Try to convert by bdds
10.62/10.72	c D: 1
10.62/10.72	c estimatedAdderCost: 15
10.62/10.72	c Try to convert by bdds
10.62/10.72	c D: 1
10.62/10.72	c estimatedAdderCost: 15
10.62/10.72	c Try to convert by bdds
10.62/10.73	c D: 1
10.62/10.73	c estimatedAdderCost: 15
10.62/10.73	c Try to convert by bdds
10.62/10.73	c D: 1
10.62/10.73	c estimatedAdderCost: 15
10.62/10.73	c Try to convert by bdds
10.62/10.73	c D: 1
10.62/10.73	c estimatedAdderCost: 15
10.62/10.73	c Try to convert by bdds
10.62/10.73	c D: 1
10.62/10.73	c estimatedAdderCost: 15
10.62/10.73	c Try to convert by bdds
10.62/10.73	c D: 1
10.62/10.73	c estimatedAdderCost: 15
10.62/10.73	c Try to convert by bdds
10.62/10.73	c D: 1
10.62/10.73	c estimatedAdderCost: 15
10.62/10.73	c Try to convert by bdds
10.62/10.73	c D: 1
10.62/10.73	c estimatedAdderCost: 15
10.62/10.73	c Try to convert by bdds
10.62/10.73	c D: 1
10.62/10.73	c estimatedAdderCost: 15
10.62/10.73	c Try to convert by bdds
10.62/10.73	c D: 1
10.62/10.73	c estimatedAdderCost: 15
10.62/10.73	c Try to convert by bdds
10.62/10.73	c D: 1
10.62/10.73	c estimatedAdderCost: 15
10.62/10.73	c Try to convert by bdds
10.62/10.73	c D: 1
10.62/10.73	c estimatedAdderCost: 15
10.62/10.73	c Try to convert by bdds
10.62/10.73	c D: 1
10.62/10.73	c estimatedAdderCost: 15
10.62/10.73	c Try to convert by bdds
10.62/10.73	c D: 1
10.62/10.73	c estimatedAdderCost: 15
10.62/10.73	c Try to convert by bdds
10.62/10.73	c D: 1
10.62/10.73	c estimatedAdderCost: 15
10.62/10.73	c Try to convert by bdds
10.62/10.73	c D: 1
10.62/10.73	c estimatedAdderCost: 15
10.62/10.73	c Try to convert by bdds
10.62/10.73	c D: 1
10.62/10.73	c estimatedAdderCost: 15
10.62/10.73	c Try to convert by bdds
10.62/10.73	c D: 1
10.62/10.73	c estimatedAdderCost: 15
10.62/10.73	c Try to convert by bdds
10.62/10.73	c D: 1
10.62/10.73	c estimatedAdderCost: 15
10.62/10.73	c Try to convert by bdds
10.62/10.73	c D: 1
10.62/10.73	c estimatedAdderCost: 15
10.62/10.73	c Try to convert by bdds
10.62/10.74	c D: 1
10.62/10.74	c estimatedAdderCost: 15
10.62/10.74	c Try to convert by bdds
10.62/10.74	c D: 1
10.62/10.74	c estimatedAdderCost: 15
10.62/10.74	c Try to convert by bdds
10.62/10.74	c D: 1
10.62/10.74	c estimatedAdderCost: 15
10.62/10.74	c Try to convert by bdds
10.62/10.74	c D: 1
10.62/10.74	c estimatedAdderCost: 15
10.62/10.74	c Try to convert by bdds
10.62/10.74	c D: 1
10.62/10.74	c estimatedAdderCost: 15
10.62/10.74	c Try to convert by bdds
10.62/10.74	c D: 1
10.62/10.74	c estimatedAdderCost: 15
10.62/10.74	c Try to convert by bdds
10.62/10.74	c D: 1
10.62/10.74	c estimatedAdderCost: 15
10.62/10.74	c Try to convert by bdds
10.62/10.74	c D: 1
10.62/10.74	c estimatedAdderCost: 15
10.62/10.74	c Try to convert by bdds
10.62/10.74	c D: 1
10.62/10.74	c estimatedAdderCost: 15
10.62/10.74	c Try to convert by bdds
10.62/10.74	c D: 1
10.62/10.74	c estimatedAdderCost: 15
10.62/10.74	c Try to convert by bdds
10.62/10.74	c D: 1
10.62/10.74	c estimatedAdderCost: 15
10.62/10.74	c Try to convert by bdds
10.62/10.74	c D: 1
10.62/10.74	c estimatedAdderCost: 15
10.62/10.74	c Try to convert by bdds
10.62/10.74	c D: 1
10.62/10.74	c estimatedAdderCost: 15
10.62/10.74	c Try to convert by bdds
10.62/10.74	c D: 1
10.62/10.74	c estimatedAdderCost: 15
10.62/10.74	c Try to convert by bdds
10.62/10.74	c D: 1
10.62/10.74	c estimatedAdderCost: 15
10.62/10.74	c Try to convert by bdds
10.62/10.74	c D: 1
10.62/10.74	c estimatedAdderCost: 15
10.62/10.74	c Try to convert by bdds
10.62/10.74	c D: 1
10.62/10.74	c estimatedAdderCost: 15
10.62/10.74	c Try to convert by bdds
10.62/10.74	c D: 1
10.62/10.74	c estimatedAdderCost: 15
10.62/10.74	c Try to convert by bdds
10.62/10.75	c D: 1
10.62/10.75	c estimatedAdderCost: 15
10.62/10.75	c Try to convert by bdds
10.62/10.75	c D: 1
10.62/10.75	c estimatedAdderCost: 15
10.62/10.75	c Try to convert by bdds
10.62/10.75	c D: 1
10.62/10.75	c estimatedAdderCost: 15
10.62/10.75	c Try to convert by bdds
10.62/10.75	c D: 1
10.62/10.75	c estimatedAdderCost: 15
10.62/10.75	c Try to convert by bdds
10.62/10.75	c D: 1
10.62/10.75	c estimatedAdderCost: 15
10.62/10.75	c Try to convert by bdds
10.62/10.75	c D: 1
10.62/10.75	c estimatedAdderCost: 15
10.62/10.75	c Try to convert by bdds
10.62/10.75	c D: 1
10.62/10.75	c estimatedAdderCost: 15
10.62/10.75	c Try to convert by bdds
10.62/10.75	c D: 1
10.62/10.75	c estimatedAdderCost: 15
10.62/10.75	c Try to convert by bdds
10.62/10.75	c D: 1
10.62/10.75	c estimatedAdderCost: 15
10.62/10.75	c Try to convert by bdds
10.62/10.75	c D: 1
10.62/10.75	c estimatedAdderCost: 15
10.62/10.75	c Try to convert by bdds
10.62/10.75	c D: 1
10.62/10.75	c estimatedAdderCost: 15
10.62/10.75	c Try to convert by bdds
10.62/10.75	c D: 1
10.62/10.75	c estimatedAdderCost: 15
10.62/10.75	c Try to convert by bdds
10.62/10.75	c D: 1
10.62/10.75	c estimatedAdderCost: 15
10.62/10.75	c Try to convert by bdds
10.62/10.75	c D: 1
10.62/10.75	c estimatedAdderCost: 15
10.62/10.75	c Try to convert by bdds
10.62/10.75	c D: 1
10.62/10.75	c estimatedAdderCost: 15
10.62/10.75	c Try to convert by bdds
10.62/10.75	c D: 1
10.62/10.75	c estimatedAdderCost: 15
10.62/10.75	c Try to convert by bdds
10.62/10.75	c D: 1
10.62/10.75	c estimatedAdderCost: 15
10.62/10.75	c Try to convert by bdds
10.62/10.75	c D: 1
10.62/10.75	c estimatedAdderCost: 15
10.62/10.75	c Try to convert by bdds
10.62/10.75	c D: 1
10.62/10.75	c estimatedAdderCost: 15
10.62/10.75	c Try to convert by bdds
10.62/10.76	c D: 1
10.62/10.76	c estimatedAdderCost: 15
10.62/10.76	c Try to convert by bdds
10.62/10.76	c D: 1
10.62/10.76	c estimatedAdderCost: 15
10.62/10.76	c Try to convert by bdds
10.62/10.76	c D: 1
10.62/10.76	c estimatedAdderCost: 15
10.62/10.76	c Try to convert by bdds
10.62/10.76	c D: 1
10.62/10.76	c estimatedAdderCost: 15
10.62/10.76	c Try to convert by bdds
10.62/10.76	c D: 1
10.62/10.76	c estimatedAdderCost: 15
10.62/10.76	c Try to convert by bdds
10.62/10.76	c D: 1
10.62/10.76	c estimatedAdderCost: 15
10.62/10.76	c Try to convert by bdds
10.62/10.76	c D: 1
10.62/10.76	c estimatedAdderCost: 15
10.62/10.76	c Try to convert by bdds
10.62/10.76	c D: 1
10.62/10.76	c estimatedAdderCost: 15
10.62/10.76	c Try to convert by bdds
10.62/10.76	c D: 1
10.62/10.76	c estimatedAdderCost: 15
10.62/10.76	c Try to convert by bdds
10.62/10.76	c D: 1
10.62/10.76	c estimatedAdderCost: 15
10.62/10.76	c Try to convert by bdds
10.62/10.76	c D: 1
10.62/10.76	c estimatedAdderCost: 15
10.62/10.76	c Try to convert by bdds
10.62/10.76	c D: 1
10.62/10.76	c estimatedAdderCost: 15
10.62/10.76	c Try to convert by bdds
10.62/10.76	c D: 1
10.62/10.76	c estimatedAdderCost: 15
10.62/10.76	c Try to convert by bdds
10.62/10.76	c D: 1
10.62/10.76	c estimatedAdderCost: 15
10.62/10.76	c Try to convert by bdds
10.62/10.76	c D: 1
10.62/10.76	c estimatedAdderCost: 15
10.62/10.76	c Try to convert by bdds
10.62/10.76	c D: 1
10.62/10.76	c estimatedAdderCost: 15
10.62/10.76	c Try to convert by bdds
10.62/10.76	c D: 1
10.62/10.76	c estimatedAdderCost: 15
10.62/10.76	c Try to convert by bdds
10.62/10.76	c D: 1
10.62/10.76	c estimatedAdderCost: 15
10.62/10.76	c Try to convert by bdds
10.62/10.76	c D: 1
10.62/10.76	c estimatedAdderCost: 15
10.62/10.76	c Try to convert by bdds
10.62/10.77	c D: 1
10.62/10.77	c estimatedAdderCost: 15
10.62/10.77	c Try to convert by bdds
10.62/10.77	c D: 1
10.62/10.77	c estimatedAdderCost: 15
10.62/10.77	c Try to convert by bdds
10.62/10.77	c D: 1
10.62/10.77	c estimatedAdderCost: 15
10.62/10.77	c Try to convert by bdds
10.62/10.77	c D: 1
10.62/10.77	c estimatedAdderCost: 15
10.62/10.77	c Try to convert by bdds
10.62/10.77	c D: 1
10.62/10.77	c estimatedAdderCost: 15
10.62/10.77	c Try to convert by bdds
10.62/10.77	c D: 1
10.62/10.77	c estimatedAdderCost: 15
10.62/10.77	c Try to convert by bdds
10.62/10.77	c D: 1
10.62/10.77	c estimatedAdderCost: 15
10.62/10.77	c Try to convert by bdds
10.62/10.77	c D: 1
10.62/10.77	c estimatedAdderCost: 15
10.62/10.77	c Try to convert by bdds
10.62/10.77	c D: 1
10.62/10.77	c estimatedAdderCost: 15
10.62/10.77	c Try to convert by bdds
10.62/10.77	c D: 1
10.62/10.77	c estimatedAdderCost: 15
10.62/10.77	c Try to convert by bdds
10.62/10.77	c D: 1
10.62/10.77	c estimatedAdderCost: 15
10.62/10.77	c Try to convert by bdds
10.62/10.77	c D: 1
10.62/10.77	c estimatedAdderCost: 15
10.62/10.77	c Try to convert by bdds
10.62/10.77	c D: 1
10.62/10.77	c estimatedAdderCost: 15
10.62/10.77	c Try to convert by bdds
10.62/10.77	c D: 1
10.62/10.77	c estimatedAdderCost: 15
10.62/10.77	c Try to convert by bdds
10.62/10.77	c D: 1
10.62/10.77	c estimatedAdderCost: 15
10.62/10.77	c Try to convert by bdds
10.62/10.77	c D: 1
10.62/10.77	c estimatedAdderCost: 15
10.62/10.77	c Try to convert by bdds
10.62/10.77	c D: 1
10.62/10.77	c estimatedAdderCost: 15
10.62/10.77	c Try to convert by bdds
10.62/10.77	c D: 1
10.62/10.77	c estimatedAdderCost: 15
10.62/10.77	c Try to convert by bdds
10.62/10.77	c D: 1
10.62/10.77	c estimatedAdderCost: 15
10.62/10.77	c Try to convert by bdds
10.62/10.78	c D: 1
10.62/10.78	c estimatedAdderCost: 15
10.62/10.78	c Try to convert by bdds
10.62/10.78	c D: 1
10.62/10.78	c estimatedAdderCost: 15
10.62/10.78	c Try to convert by bdds
10.62/10.78	c D: 1
10.62/10.78	c estimatedAdderCost: 15
10.62/10.78	c Try to convert by bdds
10.62/10.78	c D: 1
10.62/10.78	c estimatedAdderCost: 15
10.62/10.78	c Try to convert by bdds
10.62/10.78	c D: 1
10.62/10.78	c estimatedAdderCost: 15
10.62/10.78	c Try to convert by bdds
10.62/10.78	c D: 1
10.62/10.78	c estimatedAdderCost: 15
10.62/10.78	c Try to convert by bdds
10.62/10.78	c D: 1
10.62/10.78	c estimatedAdderCost: 15
10.62/10.78	c Try to convert by bdds
10.62/10.78	c D: 1
10.62/10.78	c estimatedAdderCost: 15
10.62/10.78	c Try to convert by bdds
10.62/10.78	c D: 1
10.62/10.78	c estimatedAdderCost: 15
10.62/10.78	c Try to convert by bdds
10.62/10.78	c D: 1
10.62/10.78	c estimatedAdderCost: 15
10.62/10.78	c Try to convert by bdds
10.62/10.78	c D: 1
10.62/10.78	c estimatedAdderCost: 15
10.62/10.78	c Try to convert by bdds
10.62/10.78	c D: 1
10.62/10.78	c estimatedAdderCost: 15
10.62/10.78	c Try to convert by bdds
10.62/10.78	c D: 1
10.62/10.78	c estimatedAdderCost: 15
10.62/10.78	c Try to convert by bdds
10.62/10.78	c D: 1
10.62/10.78	c estimatedAdderCost: 15
10.62/10.78	c Try to convert by bdds
10.62/10.78	c D: 1
10.62/10.78	c estimatedAdderCost: 15
10.62/10.78	c Try to convert by bdds
10.62/10.78	c D: 1
10.62/10.78	c estimatedAdderCost: 15
10.62/10.78	c Try to convert by bdds
10.62/10.78	c D: 1
10.62/10.78	c estimatedAdderCost: 15
10.62/10.78	c Try to convert by bdds
10.62/10.78	c D: 1
10.62/10.78	c estimatedAdderCost: 15
10.62/10.78	c Try to convert by bdds
10.62/10.78	c D: 1
10.62/10.78	c estimatedAdderCost: 15
10.62/10.78	c Try to convert by bdds
10.62/10.79	c D: 1
10.62/10.79	c estimatedAdderCost: 15
10.62/10.79	c Try to convert by bdds
10.62/10.79	c D: 1
10.62/10.79	c estimatedAdderCost: 15
10.62/10.79	c Try to convert by bdds
10.62/10.79	c D: 1
10.62/10.79	c estimatedAdderCost: 15
10.62/10.79	c Try to convert by bdds
10.62/10.79	c D: 1
10.62/10.79	c estimatedAdderCost: 15
10.62/10.79	c Try to convert by bdds
10.62/10.79	c D: 1
10.62/10.79	c estimatedAdderCost: 15
10.62/10.79	c Try to convert by bdds
10.62/10.79	c D: 1
10.62/10.79	c estimatedAdderCost: 15
10.62/10.79	c Try to convert by bdds
10.62/10.79	c D: 1
10.62/10.79	c estimatedAdderCost: 15
10.62/10.79	c Try to convert by bdds
10.62/10.79	c D: 1
10.62/10.79	c estimatedAdderCost: 15
10.62/10.79	c Try to convert by bdds
10.62/10.79	c D: 1
10.62/10.79	c estimatedAdderCost: 15
10.62/10.79	c Try to convert by bdds
10.62/10.79	c D: 1
10.62/10.79	c estimatedAdderCost: 15
10.62/10.79	c Try to convert by bdds
10.62/10.79	c D: 1
10.62/10.79	c estimatedAdderCost: 15
10.62/10.79	c Try to convert by bdds
10.62/10.79	c D: 1
10.62/10.79	c estimatedAdderCost: 15
10.62/10.79	c Try to convert by bdds
10.62/10.79	c D: 1
10.62/10.79	c estimatedAdderCost: 15
10.62/10.79	c Try to convert by bdds
10.62/10.79	c D: 1
10.62/10.79	c estimatedAdderCost: 15
10.62/10.79	c Try to convert by bdds
10.62/10.79	c D: 1
10.62/10.79	c estimatedAdderCost: 15
10.62/10.79	c Try to convert by bdds
10.62/10.79	c D: 1
10.62/10.79	c estimatedAdderCost: 15
10.62/10.79	c Try to convert by bdds
10.62/10.79	c D: 1
10.62/10.79	c estimatedAdderCost: 15
10.62/10.79	c Try to convert by bdds
10.62/10.79	c D: 1
10.62/10.79	c estimatedAdderCost: 15
10.62/10.79	c Try to convert by bdds
10.62/10.79	c D: 1
10.62/10.79	c estimatedAdderCost: 15
10.62/10.79	c Try to convert by bdds
10.72/10.80	c D: 1
10.72/10.80	c estimatedAdderCost: 15
10.72/10.80	c Try to convert by bdds
10.72/10.80	c D: 1
10.72/10.80	c estimatedAdderCost: 15
10.72/10.80	c Try to convert by bdds
10.72/10.80	c D: 1
10.72/10.80	c estimatedAdderCost: 15
10.72/10.80	c Try to convert by bdds
10.72/10.80	c D: 1
10.72/10.80	c estimatedAdderCost: 15
10.72/10.80	c Try to convert by bdds
10.72/10.80	c D: 1
10.72/10.80	c estimatedAdderCost: 15
10.72/10.80	c Try to convert by bdds
10.72/10.80	c D: 1
10.72/10.80	c estimatedAdderCost: 15
10.72/10.80	c Try to convert by bdds
10.72/10.80	c D: 1
10.72/10.80	c estimatedAdderCost: 15
10.72/10.80	c Try to convert by bdds
10.72/10.80	c D: 1
10.72/10.80	c estimatedAdderCost: 15
10.72/10.80	c Try to convert by bdds
10.72/10.80	c D: 1
10.72/10.80	c estimatedAdderCost: 15
10.72/10.80	c Try to convert by bdds
10.72/10.80	c D: 1
10.72/10.80	c estimatedAdderCost: 15
10.72/10.80	c Try to convert by bdds
10.72/10.80	c D: 1
10.72/10.80	c estimatedAdderCost: 15
10.72/10.80	c Try to convert by bdds
10.72/10.80	c D: 1
10.72/10.80	c estimatedAdderCost: 15
10.72/10.80	c Try to convert by bdds
10.72/10.80	c D: 1
10.72/10.80	c estimatedAdderCost: 15
10.72/10.80	c Try to convert by bdds
10.72/10.80	c D: 1
10.72/10.80	c estimatedAdderCost: 15
10.72/10.80	c Try to convert by bdds
10.72/10.80	c D: 1
10.72/10.80	c estimatedAdderCost: 15
10.72/10.80	c Try to convert by bdds
10.72/10.80	c D: 1
10.72/10.80	c estimatedAdderCost: 15
10.72/10.80	c Try to convert by bdds
10.72/10.80	c D: 1
10.72/10.80	c estimatedAdderCost: 15
10.72/10.80	c Try to convert by bdds
10.72/10.80	c D: 1
10.72/10.80	c estimatedAdderCost: 15
10.72/10.80	c Try to convert by bdds
10.72/10.80	c D: 1
10.72/10.80	c estimatedAdderCost: 15
10.72/10.80	c Try to convert by bdds
10.72/10.81	c D: 1
10.72/10.81	c estimatedAdderCost: 15
10.72/10.81	c Try to convert by bdds
10.72/10.81	c D: 1
10.72/10.81	c estimatedAdderCost: 15
10.72/10.81	c Try to convert by bdds
10.72/10.81	c D: 1
10.72/10.81	c estimatedAdderCost: 15
10.72/10.81	c Try to convert by bdds
10.72/10.81	c D: 1
10.72/10.81	c estimatedAdderCost: 15
10.72/10.81	c Try to convert by bdds
10.72/10.81	c D: 1
10.72/10.81	c estimatedAdderCost: 15
10.72/10.81	c Try to convert by bdds
10.72/10.81	c D: 1
10.72/10.81	c estimatedAdderCost: 15
10.72/10.81	c Try to convert by bdds
10.72/10.81	c D: 1
10.72/10.81	c estimatedAdderCost: 15
10.72/10.81	c Try to convert by bdds
10.72/10.81	c D: 1
10.72/10.81	c estimatedAdderCost: 15
10.72/10.81	c Try to convert by bdds
10.72/10.81	c D: 1
10.72/10.81	c estimatedAdderCost: 15
10.72/10.81	c Try to convert by bdds
10.72/10.81	c D: 1
10.72/10.81	c estimatedAdderCost: 15
10.72/10.81	c Try to convert by bdds
10.72/10.81	c D: 1
10.72/10.81	c estimatedAdderCost: 15
10.72/10.81	c Try to convert by bdds
10.72/10.81	c D: 1
10.72/10.81	c estimatedAdderCost: 15
10.72/10.81	c Try to convert by bdds
10.72/10.81	c D: 1
10.72/10.81	c estimatedAdderCost: 15
10.72/10.81	c Try to convert by bdds
10.72/10.81	c D: 1
10.72/10.81	c estimatedAdderCost: 15
10.72/10.81	c Try to convert by bdds
10.72/10.81	c D: 1
10.72/10.81	c estimatedAdderCost: 15
10.72/10.81	c Try to convert by bdds
10.72/10.81	c D: 1
10.72/10.81	c estimatedAdderCost: 15
10.72/10.81	c Try to convert by bdds
10.72/10.81	c D: 1
10.72/10.81	c estimatedAdderCost: 15
10.72/10.81	c Try to convert by bdds
10.72/10.81	c D: 1
10.72/10.81	c estimatedAdderCost: 15
10.72/10.81	c Try to convert by bdds
10.72/10.82	c D: 1
10.72/10.82	c estimatedAdderCost: 15
10.72/10.82	c Try to convert by bdds
10.72/10.82	c D: 1
10.72/10.82	c estimatedAdderCost: 15
10.72/10.82	c Try to convert by bdds
10.72/10.82	c D: 1
10.72/10.82	c estimatedAdderCost: 15
10.72/10.82	c Try to convert by bdds
10.72/10.82	c D: 1
10.72/10.82	c estimatedAdderCost: 15
10.72/10.82	c Try to convert by bdds
10.72/10.82	c D: 1
10.72/10.82	c estimatedAdderCost: 15
10.72/10.82	c Try to convert by bdds
10.72/10.82	c D: 1
10.72/10.82	c estimatedAdderCost: 15
10.72/10.82	c Try to convert by bdds
10.72/10.82	c D: 1
10.72/10.82	c estimatedAdderCost: 15
10.72/10.82	c Try to convert by bdds
10.72/10.82	c D: 1
10.72/10.82	c estimatedAdderCost: 15
10.72/10.82	c Try to convert by bdds
10.72/10.82	c D: 1
10.72/10.82	c estimatedAdderCost: 15
10.72/10.82	c Try to convert by bdds
10.72/10.82	c D: 1
10.72/10.82	c estimatedAdderCost: 15
10.72/10.82	c Try to convert by bdds
10.72/10.82	c D: 1
10.72/10.82	c estimatedAdderCost: 15
10.72/10.82	c Try to convert by bdds
10.72/10.82	c D: 1
10.72/10.82	c estimatedAdderCost: 15
10.72/10.82	c Try to convert by bdds
10.72/10.82	c D: 1
10.72/10.82	c estimatedAdderCost: 15
10.72/10.82	c Try to convert by bdds
10.72/10.82	c D: 1
10.72/10.82	c estimatedAdderCost: 15
10.72/10.82	c Try to convert by bdds
10.72/10.82	c D: 1
10.72/10.82	c estimatedAdderCost: 15
10.72/10.82	c Try to convert by bdds
10.72/10.82	c D: 1
10.72/10.82	c estimatedAdderCost: 15
10.72/10.82	c Try to convert by bdds
10.72/10.82	c D: 1
10.72/10.82	c estimatedAdderCost: 15
10.72/10.82	c Try to convert by bdds
10.72/10.82	c D: 1
10.72/10.82	c estimatedAdderCost: 15
10.72/10.82	c Try to convert by bdds
10.72/10.82	c D: 1
10.72/10.82	c estimatedAdderCost: 15
10.72/10.82	c Try to convert by bdds
10.72/10.83	c D: 1
10.72/10.83	c estimatedAdderCost: 15
10.72/10.83	c Try to convert by bdds
10.72/10.83	c D: 1
10.72/10.83	c estimatedAdderCost: 15
10.72/10.83	c Try to convert by bdds
10.72/10.83	c D: 1
10.72/10.83	c estimatedAdderCost: 15
10.72/10.83	c Try to convert by bdds
10.72/10.83	c D: 1
10.72/10.83	c estimatedAdderCost: 15
10.72/10.83	c Try to convert by bdds
10.72/10.83	c D: 1
10.72/10.83	c estimatedAdderCost: 15
10.72/10.83	c Try to convert by bdds
10.72/10.83	c D: 1
10.72/10.83	c estimatedAdderCost: 15
10.72/10.83	c Try to convert by bdds
10.72/10.83	c D: 1
10.72/10.83	c estimatedAdderCost: 15
10.72/10.83	c Try to convert by bdds
10.72/10.83	c D: 1
10.72/10.83	c estimatedAdderCost: 15
10.72/10.83	c Try to convert by bdds
10.72/10.83	c D: 1
10.72/10.83	c estimatedAdderCost: 15
10.72/10.83	c Try to convert by bdds
10.72/10.83	c D: 1
10.72/10.83	c estimatedAdderCost: 15
10.72/10.83	c Try to convert by bdds
10.72/10.83	c D: 1
10.72/10.83	c estimatedAdderCost: 15
10.72/10.83	c Try to convert by bdds
10.72/10.83	c D: 1
10.72/10.83	c estimatedAdderCost: 15
10.72/10.83	c Try to convert by bdds
10.72/10.83	c D: 1
10.72/10.83	c estimatedAdderCost: 15
10.72/10.83	c Try to convert by bdds
10.72/10.83	c D: 1
10.72/10.83	c estimatedAdderCost: 15
10.72/10.83	c Try to convert by bdds
10.72/10.83	c D: 1
10.72/10.83	c estimatedAdderCost: 15
10.72/10.83	c Try to convert by bdds
10.72/10.83	c D: 1
10.72/10.83	c estimatedAdderCost: 15
10.72/10.83	c Try to convert by bdds
10.72/10.83	c D: 1
10.72/10.83	c estimatedAdderCost: 15
10.72/10.83	c Try to convert by bdds
10.72/10.83	c D: 1
10.72/10.83	c estimatedAdderCost: 15
10.72/10.83	c Try to convert by bdds
10.72/10.83	c D: 1
10.72/10.83	c estimatedAdderCost: 15
10.72/10.83	c Try to convert by bdds
10.72/10.84	c D: 1
10.72/10.84	c estimatedAdderCost: 15
10.72/10.84	c Try to convert by bdds
10.72/10.84	c D: 1
10.72/10.84	c estimatedAdderCost: 15
10.72/10.84	c Try to convert by bdds
10.72/10.84	c D: 1
10.72/10.84	c estimatedAdderCost: 15
10.72/10.84	c Try to convert by bdds
10.72/10.84	c D: 1
10.72/10.84	c estimatedAdderCost: 15
10.72/10.84	c Try to convert by bdds
10.72/10.84	c D: 1
10.72/10.84	c estimatedAdderCost: 15
10.72/10.84	c Try to convert by bdds
10.72/10.84	c D: 1
10.72/10.84	c estimatedAdderCost: 15
10.72/10.84	c Try to convert by bdds
10.72/10.84	c D: 1
10.72/10.84	c estimatedAdderCost: 15
10.72/10.84	c Try to convert by bdds
10.72/10.84	c D: 1
10.72/10.84	c estimatedAdderCost: 15
10.72/10.84	c Try to convert by bdds
10.72/10.84	c D: 1
10.72/10.84	c estimatedAdderCost: 15
10.72/10.84	c Try to convert by bdds
10.72/10.84	c D: 1
10.72/10.84	c estimatedAdderCost: 15
10.72/10.84	c Try to convert by bdds
10.72/10.84	c D: 1
10.72/10.84	c estimatedAdderCost: 15
10.72/10.84	c Try to convert by bdds
10.72/10.84	c D: 1
10.72/10.84	c estimatedAdderCost: 15
10.72/10.84	c Try to convert by bdds
10.72/10.84	c D: 1
10.72/10.84	c estimatedAdderCost: 15
10.72/10.84	c Try to convert by bdds
10.72/10.84	c D: 1
10.72/10.84	c estimatedAdderCost: 15
10.72/10.84	c Try to convert by bdds
10.72/10.84	c D: 1
10.72/10.84	c estimatedAdderCost: 15
10.72/10.84	c Try to convert by bdds
10.72/10.84	c D: 1
10.72/10.84	c estimatedAdderCost: 15
10.72/10.84	c Try to convert by bdds
10.72/10.84	c D: 1
10.72/10.84	c estimatedAdderCost: 15
10.72/10.84	c Try to convert by bdds
10.72/10.84	c D: 1
10.72/10.84	c estimatedAdderCost: 15
10.72/10.84	c Try to convert by bdds
10.72/10.84	c D: 1
10.72/10.84	c estimatedAdderCost: 15
10.72/10.84	c Try to convert by bdds
10.72/10.85	c D: 1
10.72/10.85	c estimatedAdderCost: 15
10.72/10.85	c Try to convert by bdds
10.72/10.85	c D: 1
10.72/10.85	c estimatedAdderCost: 15
10.72/10.85	c Try to convert by bdds
10.72/10.85	c D: 1
10.72/10.85	c estimatedAdderCost: 15
10.72/10.85	c Try to convert by bdds
10.72/10.85	c D: 1
10.72/10.85	c estimatedAdderCost: 15
10.72/10.85	c Try to convert by bdds
10.72/10.85	c D: 1
10.72/10.85	c estimatedAdderCost: 15
10.72/10.85	c Try to convert by bdds
10.72/10.85	c D: 1
10.72/10.85	c estimatedAdderCost: 15
10.72/10.85	c Try to convert by bdds
10.72/10.85	c D: 1
10.72/10.85	c estimatedAdderCost: 15
10.72/10.85	c Try to convert by bdds
10.72/10.85	c D: 1
10.72/10.85	c estimatedAdderCost: 15
10.72/10.85	c Try to convert by bdds
10.72/10.85	c D: 1
10.72/10.85	c estimatedAdderCost: 15
10.72/10.85	c Try to convert by bdds
10.72/10.85	c D: 1
10.72/10.85	c estimatedAdderCost: 15
10.72/10.85	c Try to convert by bdds
10.72/10.85	c D: 1
10.72/10.85	c estimatedAdderCost: 15
10.72/10.85	c Try to convert by bdds
10.72/10.85	c D: 1
10.72/10.85	c estimatedAdderCost: 15
10.72/10.85	c Try to convert by bdds
10.72/10.85	c D: 1
10.72/10.85	c estimatedAdderCost: 15
10.72/10.85	c Try to convert by bdds
10.72/10.85	c D: 1
10.72/10.85	c estimatedAdderCost: 15
10.72/10.85	c Try to convert by bdds
10.72/10.85	c D: 1
10.72/10.85	c estimatedAdderCost: 15
10.72/10.85	c Try to convert by bdds
10.72/10.85	c D: 1
10.72/10.85	c estimatedAdderCost: 15
10.72/10.85	c Try to convert by bdds
10.72/10.85	c D: 1
10.72/10.85	c estimatedAdderCost: 15
10.72/10.85	c Try to convert by bdds
10.72/10.85	c D: 1
10.72/10.85	c estimatedAdderCost: 15
10.72/10.85	c Try to convert by bdds
10.72/10.86	c D: 1
10.72/10.86	c estimatedAdderCost: 15
10.72/10.86	c Try to convert by bdds
10.72/10.86	c D: 1
10.72/10.86	c estimatedAdderCost: 15
10.72/10.86	c Try to convert by bdds
10.72/10.86	c D: 1
10.72/10.86	c estimatedAdderCost: 15
10.72/10.86	c Try to convert by bdds
10.72/10.86	c D: 1
10.72/10.86	c estimatedAdderCost: 15
10.72/10.86	c Try to convert by bdds
10.72/10.86	c D: 1
10.72/10.86	c estimatedAdderCost: 15
10.72/10.86	c Try to convert by bdds
10.72/10.86	c D: 1
10.72/10.86	c estimatedAdderCost: 15
10.72/10.86	c Try to convert by bdds
10.72/10.86	c D: 1
10.72/10.86	c estimatedAdderCost: 15
10.72/10.86	c Try to convert by bdds
10.72/10.86	c D: 1
10.72/10.86	c estimatedAdderCost: 15
10.72/10.86	c Try to convert by bdds
10.72/10.86	c D: 1
10.72/10.86	c estimatedAdderCost: 15
10.72/10.86	c Try to convert by bdds
10.72/10.86	c D: 1
10.72/10.86	c estimatedAdderCost: 15
10.72/10.86	c Try to convert by bdds
10.72/10.86	c D: 1
10.72/10.86	c estimatedAdderCost: 15
10.72/10.86	c Try to convert by bdds
10.72/10.86	c D: 1
10.72/10.86	c estimatedAdderCost: 15
10.72/10.86	c Try to convert by bdds
10.72/10.86	c D: 1
10.72/10.86	c estimatedAdderCost: 15
10.72/10.86	c Try to convert by bdds
10.72/10.86	c D: 1
10.72/10.86	c estimatedAdderCost: 15
10.72/10.86	c Try to convert by bdds
10.72/10.86	c D: 1
10.72/10.86	c estimatedAdderCost: 15
10.72/10.86	c Try to convert by bdds
10.72/10.86	c D: 1
10.72/10.86	c estimatedAdderCost: 15
10.72/10.86	c Try to convert by bdds
10.72/10.86	c D: 1
10.72/10.86	c estimatedAdderCost: 15
10.72/10.86	c Try to convert by bdds
10.72/10.86	c D: 1
10.72/10.86	c estimatedAdderCost: 15
10.72/10.86	c Try to convert by bdds
10.72/10.86	c D: 1
10.72/10.86	c estimatedAdderCost: 15
10.72/10.86	c Try to convert by bdds
10.72/10.87	c D: 1
10.72/10.87	c estimatedAdderCost: 15
10.72/10.87	c Try to convert by bdds
10.72/10.87	c D: 1
10.72/10.87	c estimatedAdderCost: 15
10.72/10.87	c Try to convert by bdds
10.72/10.87	c D: 1
10.72/10.87	c estimatedAdderCost: 15
10.72/10.87	c Try to convert by bdds
10.72/10.87	c D: 1
10.72/10.87	c estimatedAdderCost: 15
10.72/10.87	c Try to convert by bdds
10.72/10.87	c D: 1
10.72/10.87	c estimatedAdderCost: 15
10.72/10.87	c Try to convert by bdds
10.72/10.87	c D: 1
10.72/10.87	c estimatedAdderCost: 15
10.72/10.87	c Try to convert by bdds
10.72/10.87	c D: 1
10.72/10.87	c estimatedAdderCost: 15
10.72/10.87	c Try to convert by bdds
10.72/10.87	c D: 1
10.72/10.87	c estimatedAdderCost: 15
10.72/10.87	c Try to convert by bdds
10.72/10.87	c D: 1
10.72/10.87	c estimatedAdderCost: 15
10.72/10.87	c Try to convert by bdds
10.72/10.87	c D: 1
10.72/10.87	c estimatedAdderCost: 15
10.72/10.87	c Try to convert by bdds
10.72/10.87	c D: 1
10.72/10.87	c estimatedAdderCost: 15
10.72/10.87	c Try to convert by bdds
10.72/10.87	c D: 1
10.72/10.87	c estimatedAdderCost: 15
10.72/10.87	c Try to convert by bdds
10.72/10.87	c D: 1
10.72/10.87	c estimatedAdderCost: 15
10.72/10.87	c Try to convert by bdds
10.72/10.87	c D: 1
10.72/10.87	c estimatedAdderCost: 15
10.72/10.87	c Try to convert by bdds
10.72/10.87	c D: 1
10.72/10.87	c estimatedAdderCost: 15
10.72/10.87	c Try to convert by bdds
10.72/10.87	c D: 1
10.72/10.87	c estimatedAdderCost: 15
10.72/10.87	c Try to convert by bdds
10.72/10.87	c D: 1
10.72/10.87	c estimatedAdderCost: 15
10.72/10.87	c Try to convert by bdds
10.72/10.87	c D: 1
10.72/10.87	c estimatedAdderCost: 15
10.72/10.87	c Try to convert by bdds
10.72/10.87	c D: 1
10.72/10.87	c estimatedAdderCost: 15
10.72/10.87	c Try to convert by bdds
10.72/10.88	c D: 1
10.72/10.88	c estimatedAdderCost: 15
10.72/10.88	c Try to convert by bdds
10.72/10.88	c D: 1
10.72/10.88	c estimatedAdderCost: 15
10.72/10.88	c Try to convert by bdds
10.72/10.88	c D: 1
10.72/10.88	c estimatedAdderCost: 15
10.72/10.88	c Try to convert by bdds
10.72/10.88	c D: 1
10.72/10.88	c estimatedAdderCost: 15
10.72/10.88	c Try to convert by bdds
10.72/10.88	c D: 1
10.72/10.88	c estimatedAdderCost: 15
10.72/10.88	c Try to convert by bdds
10.72/10.88	c D: 1
10.72/10.88	c estimatedAdderCost: 15
10.72/10.88	c Try to convert by bdds
10.72/10.88	c D: 1
10.72/10.88	c estimatedAdderCost: 15
10.72/10.88	c Try to convert by bdds
10.72/10.88	c D: 1
10.72/10.88	c estimatedAdderCost: 15
10.72/10.88	c Try to convert by bdds
10.72/10.88	c D: 1
10.72/10.88	c estimatedAdderCost: 15
10.72/10.88	c Try to convert by bdds
10.72/10.88	c D: 1
10.72/10.88	c estimatedAdderCost: 15
10.72/10.88	c Try to convert by bdds
10.72/10.88	c D: 1
10.72/10.88	c estimatedAdderCost: 15
10.72/10.88	c Try to convert by bdds
10.72/10.88	c D: 1
10.72/10.88	c estimatedAdderCost: 15
10.72/10.88	c Try to convert by bdds
10.72/10.88	c D: 1
10.72/10.88	c estimatedAdderCost: 15
10.72/10.88	c Try to convert by bdds
10.72/10.88	c D: 1
10.72/10.88	c estimatedAdderCost: 15
10.72/10.88	c Try to convert by bdds
10.72/10.88	c D: 1
10.72/10.88	c estimatedAdderCost: 15
10.72/10.88	c Try to convert by bdds
10.72/10.88	c D: 1
10.72/10.88	c estimatedAdderCost: 15
10.72/10.88	c Try to convert by bdds
10.72/10.88	c D: 1
10.72/10.88	c estimatedAdderCost: 15
10.72/10.88	c Try to convert by bdds
10.72/10.88	c D: 1
10.72/10.88	c estimatedAdderCost: 15
10.72/10.88	c Try to convert by bdds
10.72/10.88	c D: 1
10.72/10.88	c estimatedAdderCost: 15
10.72/10.88	c Try to convert by bdds
10.72/10.89	c D: 1
10.72/10.89	c estimatedAdderCost: 15
10.72/10.89	c Try to convert by bdds
10.72/10.89	c D: 1
10.72/10.89	c estimatedAdderCost: 15
10.72/10.89	c Try to convert by bdds
10.72/10.89	c D: 1
10.72/10.89	c estimatedAdderCost: 15
10.72/10.89	c Try to convert by bdds
10.72/10.89	c D: 1
10.72/10.89	c estimatedAdderCost: 15
10.72/10.89	c Try to convert by bdds
10.72/10.89	c D: 1
10.72/10.89	c estimatedAdderCost: 15
10.72/10.89	c Try to convert by bdds
10.72/10.89	c D: 1
10.72/10.89	c estimatedAdderCost: 15
10.72/10.89	c Try to convert by bdds
10.72/10.89	c D: 1
10.72/10.89	c estimatedAdderCost: 15
10.72/10.89	c Try to convert by bdds
10.72/10.89	c D: 1
10.72/10.89	c estimatedAdderCost: 15
10.72/10.89	c Try to convert by bdds
10.72/10.89	c D: 1
10.72/10.89	c estimatedAdderCost: 15
10.72/10.89	c Try to convert by bdds
10.72/10.89	c D: 1
10.72/10.89	c estimatedAdderCost: 15
10.72/10.89	c Try to convert by bdds
10.72/10.89	c D: 1
10.72/10.89	c estimatedAdderCost: 15
10.72/10.89	c Try to convert by bdds
10.72/10.89	c D: 1
10.72/10.89	c estimatedAdderCost: 15
10.72/10.89	c Try to convert by bdds
10.72/10.89	c D: 1
10.72/10.89	c estimatedAdderCost: 15
10.72/10.89	c Try to convert by bdds
10.72/10.89	c D: 1
10.72/10.89	c estimatedAdderCost: 15
10.72/10.89	c Try to convert by bdds
10.72/10.89	c D: 1
10.72/10.89	c estimatedAdderCost: 15
10.72/10.89	c Try to convert by bdds
10.72/10.89	c D: 1
10.72/10.89	c estimatedAdderCost: 15
10.72/10.89	c Try to convert by bdds
10.72/10.89	c D: 1
10.72/10.89	c estimatedAdderCost: 15
10.72/10.89	c Try to convert by bdds
10.72/10.89	c D: 1
10.72/10.89	c estimatedAdderCost: 15
10.72/10.89	c Try to convert by bdds
10.72/10.90	c D: 1
10.72/10.90	c estimatedAdderCost: 15
10.72/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 15
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 15
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 15
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 15
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 15
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 15
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 15
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 15
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 15
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 15
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 15
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 15
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 15
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 15
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 15
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 15
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 15
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 15
10.82/10.90	c Try to convert by bdds
10.82/10.91	c D: 1
10.82/10.91	c estimatedAdderCost: 15
10.82/10.91	c Try to convert by bdds
10.82/10.91	c D: 1
10.82/10.91	c estimatedAdderCost: 15
10.82/10.91	c Try to convert by bdds
10.82/10.91	c D: 1
10.82/10.91	c estimatedAdderCost: 15
10.82/10.91	c Try to convert by bdds
10.82/10.91	c D: 1
10.82/10.91	c estimatedAdderCost: 15
10.82/10.91	c Try to convert by bdds
10.82/10.91	c D: 1
10.82/10.91	c estimatedAdderCost: 15
10.82/10.91	c Try to convert by bdds
10.82/10.91	c D: 1
10.82/10.91	c estimatedAdderCost: 15
10.82/10.91	c Try to convert by bdds
10.82/10.91	c D: 1
10.82/10.91	c estimatedAdderCost: 15
10.82/10.91	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 15
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 15
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 15
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 15
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 15
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 15
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 15
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 15
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 15
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 15
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 15
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 15
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 15
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 15
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 15
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 15
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 15
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 15
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 15
10.82/10.92	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 15
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 15
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 15
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 15
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 15
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 15
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 15
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 15
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 15
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 15
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 15
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 15
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 15
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 15
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 15
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 15
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 15
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 15
10.82/10.93	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 15
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 15
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 15
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 15
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 15
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 15
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 15
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 15
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 15
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 15
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 15
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 15
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 15
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 15
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 15
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 15
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 15
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 15
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 15
10.82/10.94	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 15
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 15
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 15
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 15
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 15
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 15
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 15
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 15
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 15
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 15
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 15
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 15
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 15
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 15
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 15
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 15
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 15
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 15
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 15
10.82/10.95	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 15
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 15
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 15
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 15
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 15
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 15
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 15
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 15
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 15
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 15
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 15
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 15
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 15
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 15
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 15
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 15
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 15
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 15
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 15
10.82/10.96	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 15
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 15
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 15
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 15
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 15
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 15
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 15
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 15
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 15
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 15
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 15
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 15
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 15
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 15
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 15
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 15
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 15
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 15
10.82/10.97	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 15
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 15
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 15
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 15
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 15
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 15
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 15
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 15
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 15
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 15
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 15
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 15
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 15
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 15
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 15
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 15
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 15
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 15
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 15
10.82/10.98	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 15
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 15
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 15
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 15
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 15
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 15
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 15
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 15
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 15
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 15
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 15
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 15
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 15
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 15
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 15
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 15
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 15
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 15
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 15
10.82/10.99	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 15
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 15
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 15
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 15
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 15
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 15
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 15
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 15
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 15
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 15
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 15
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 15
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 15
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 15
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 15
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 15
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 15
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 15
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 15
10.82/11.00	c Try to convert by bdds
10.82/11.01	c D: 1
10.82/11.01	c estimatedAdderCost: 15
10.82/11.01	c Try to convert by bdds
10.82/11.01	c D: 1
10.82/11.01	c estimatedAdderCost: 15
10.82/11.01	c Try to convert by bdds
10.82/11.01	c D: 1
10.82/11.01	c estimatedAdderCost: 15
10.82/11.01	c Try to convert by bdds
10.82/11.01	c D: 1
10.82/11.01	c estimatedAdderCost: 15
10.82/11.01	c Try to convert by bdds
10.82/11.01	c D: 1
10.82/11.01	c estimatedAdderCost: 15
10.82/11.01	c Try to convert by bdds
10.82/11.01	c D: 1
10.82/11.01	c estimatedAdderCost: 15
10.82/11.01	c Try to convert by bdds
10.82/11.01	c D: 1
10.82/11.01	c estimatedAdderCost: 15
10.82/11.01	c Try to convert by bdds
10.93/11.01	c D: 1
10.93/11.01	c estimatedAdderCost: 15
10.93/11.01	c Try to convert by bdds
10.93/11.01	c D: 1
10.93/11.01	c estimatedAdderCost: 15
10.93/11.01	c Try to convert by bdds
10.93/11.01	c D: 1
10.93/11.01	c estimatedAdderCost: 15
10.93/11.01	c Try to convert by bdds
10.93/11.01	c D: 1
10.93/11.01	c estimatedAdderCost: 15
10.93/11.01	c Try to convert by bdds
10.93/11.01	c D: 1
10.93/11.01	c estimatedAdderCost: 15
10.93/11.01	c Try to convert by bdds
10.93/11.01	c D: 1
10.93/11.01	c estimatedAdderCost: 15
10.93/11.01	c Try to convert by bdds
10.93/11.01	c D: 1
10.93/11.01	c estimatedAdderCost: 15
10.93/11.01	c Try to convert by bdds
10.93/11.01	c D: 1
10.93/11.01	c estimatedAdderCost: 15
10.93/11.01	c Try to convert by bdds
10.93/11.01	c D: 1
10.93/11.01	c estimatedAdderCost: 15
10.93/11.01	c Try to convert by bdds
10.93/11.01	c D: 1
10.93/11.01	c estimatedAdderCost: 15
10.93/11.01	c Try to convert by bdds
10.93/11.01	c D: 1
10.93/11.01	c estimatedAdderCost: 15
10.93/11.01	c Try to convert by bdds
10.93/11.02	c D: 1
10.93/11.02	c estimatedAdderCost: 15
10.93/11.02	c Try to convert by bdds
10.93/11.02	c D: 1
10.93/11.02	c estimatedAdderCost: 15
10.93/11.02	c Try to convert by bdds
10.93/11.02	c D: 1
10.93/11.02	c estimatedAdderCost: 15
10.93/11.02	c Try to convert by bdds
10.93/11.02	c D: 1
10.93/11.02	c estimatedAdderCost: 15
10.93/11.02	c Try to convert by bdds
10.93/11.02	c D: 1
10.93/11.02	c estimatedAdderCost: 15
10.93/11.02	c Try to convert by bdds
10.93/11.02	c D: 1
10.93/11.02	c estimatedAdderCost: 15
10.93/11.02	c Try to convert by bdds
10.93/11.02	c D: 1
10.93/11.02	c estimatedAdderCost: 15
10.93/11.02	c Try to convert by bdds
10.93/11.02	c D: 1
10.93/11.02	c estimatedAdderCost: 15
10.93/11.02	c Try to convert by bdds
10.93/11.02	c D: 1
10.93/11.02	c estimatedAdderCost: 15
10.93/11.02	c Try to convert by bdds
10.93/11.02	c D: 1
10.93/11.02	c estimatedAdderCost: 15
10.93/11.02	c Try to convert by bdds
10.93/11.02	c D: 1
10.93/11.02	c estimatedAdderCost: 15
10.93/11.02	c Try to convert by bdds
10.93/11.02	c D: 1
10.93/11.02	c estimatedAdderCost: 15
10.93/11.02	c Try to convert by bdds
10.93/11.02	c D: 1
10.93/11.02	c estimatedAdderCost: 15
10.93/11.02	c Try to convert by bdds
10.93/11.02	c D: 1
10.93/11.02	c estimatedAdderCost: 15
10.93/11.02	c Try to convert by bdds
10.93/11.02	c D: 1
10.93/11.02	c estimatedAdderCost: 15
10.93/11.02	c Try to convert by bdds
10.93/11.02	c D: 1
10.93/11.02	c estimatedAdderCost: 15
10.93/11.02	c Try to convert by bdds
10.93/11.02	c D: 1
10.93/11.02	c estimatedAdderCost: 15
10.93/11.02	c Try to convert by bdds
10.93/11.02	c D: 1
10.93/11.02	c estimatedAdderCost: 15
10.93/11.02	c Try to convert by bdds
10.93/11.02	c D: 1
10.93/11.02	c estimatedAdderCost: 15
10.93/11.02	c Try to convert by bdds
10.93/11.03	c D: 1
10.93/11.03	c estimatedAdderCost: 15
10.93/11.03	c Try to convert by bdds
10.93/11.03	c D: 1
10.93/11.03	c estimatedAdderCost: 15
10.93/11.03	c Try to convert by bdds
10.93/11.03	c D: 1
10.93/11.03	c estimatedAdderCost: 15
10.93/11.03	c Try to convert by bdds
10.93/11.03	c D: 1
10.93/11.03	c estimatedAdderCost: 15
10.93/11.03	c Try to convert by bdds
10.93/11.03	c D: 1
10.93/11.03	c estimatedAdderCost: 15
10.93/11.03	c Try to convert by bdds
10.93/11.03	c D: 1
10.93/11.03	c estimatedAdderCost: 15
10.93/11.03	c Try to convert by bdds
10.93/11.03	c D: 1
10.93/11.03	c estimatedAdderCost: 15
10.93/11.03	c Try to convert by bdds
10.93/11.03	c D: 1
10.93/11.03	c estimatedAdderCost: 15
10.93/11.03	c Try to convert by bdds
10.93/11.03	c D: 1
10.93/11.03	c estimatedAdderCost: 15
10.93/11.03	c Try to convert by bdds
10.93/11.03	c D: 1
10.93/11.03	c estimatedAdderCost: 15
10.93/11.03	c Try to convert by bdds
10.93/11.03	c D: 1
10.93/11.03	c estimatedAdderCost: 15
10.93/11.03	c Try to convert by bdds
10.93/11.03	c D: 1
10.93/11.03	c estimatedAdderCost: 15
10.93/11.03	c Try to convert by bdds
10.93/11.03	c D: 1
10.93/11.03	c estimatedAdderCost: 15
10.93/11.03	c Try to convert by bdds
10.93/11.03	c D: 1
10.93/11.03	c estimatedAdderCost: 15
10.93/11.03	c Try to convert by bdds
10.93/11.03	c D: 1
10.93/11.03	c estimatedAdderCost: 15
10.93/11.03	c Try to convert by bdds
10.93/11.03	c D: 1
10.93/11.03	c estimatedAdderCost: 15
10.93/11.03	c Try to convert by bdds
10.93/11.03	c D: 1
10.93/11.03	c estimatedAdderCost: 15
10.93/11.03	c Try to convert by bdds
10.93/11.03	c D: 1
10.93/11.03	c estimatedAdderCost: 15
10.93/11.03	c Try to convert by bdds
10.93/11.03	c D: 1
10.93/11.03	c estimatedAdderCost: 15
10.93/11.03	c Try to convert by bdds
10.93/11.04	c D: 1
10.93/11.04	c estimatedAdderCost: 15
10.93/11.04	c Try to convert by bdds
10.93/11.04	c D: 1
10.93/11.04	c estimatedAdderCost: 15
10.93/11.04	c Try to convert by bdds
10.93/11.04	c D: 1
10.93/11.04	c estimatedAdderCost: 15
10.93/11.04	c Try to convert by bdds
10.93/11.04	c D: 1
10.93/11.04	c estimatedAdderCost: 15
10.93/11.04	c Try to convert by bdds
10.93/11.04	c D: 1
10.93/11.04	c estimatedAdderCost: 15
10.93/11.04	c Try to convert by bdds
10.93/11.04	c D: 1
10.93/11.04	c estimatedAdderCost: 15
10.93/11.04	c Try to convert by bdds
10.93/11.04	c D: 1
10.93/11.04	c estimatedAdderCost: 15
10.93/11.04	c Try to convert by bdds
10.93/11.04	c D: 1
10.93/11.04	c estimatedAdderCost: 15
10.93/11.04	c Try to convert by bdds
10.93/11.04	c D: 1
10.93/11.04	c estimatedAdderCost: 15
10.93/11.04	c Try to convert by bdds
10.93/11.04	c D: 1
10.93/11.04	c estimatedAdderCost: 15
10.93/11.04	c Try to convert by bdds
10.93/11.04	c D: 1
10.93/11.04	c estimatedAdderCost: 15
10.93/11.04	c Try to convert by bdds
10.93/11.04	c D: 1
10.93/11.04	c estimatedAdderCost: 15
10.93/11.04	c Try to convert by bdds
10.93/11.04	c D: 1
10.93/11.04	c estimatedAdderCost: 15
10.93/11.04	c Try to convert by bdds
10.93/11.04	c D: 1
10.93/11.04	c estimatedAdderCost: 15
10.93/11.04	c Try to convert by bdds
10.93/11.04	c D: 1
10.93/11.04	c estimatedAdderCost: 15
10.93/11.04	c Try to convert by bdds
10.93/11.04	c D: 1
10.93/11.04	c estimatedAdderCost: 15
10.93/11.04	c Try to convert by bdds
10.93/11.04	c D: 1
10.93/11.04	c estimatedAdderCost: 15
10.93/11.04	c Try to convert by bdds
10.93/11.04	c D: 1
10.93/11.04	c estimatedAdderCost: 15
10.93/11.04	c Try to convert by bdds
10.93/11.05	c D: 1
10.93/11.05	c estimatedAdderCost: 15
10.93/11.05	c Try to convert by bdds
10.93/11.05	c D: 1
10.93/11.05	c estimatedAdderCost: 15
10.93/11.05	c Try to convert by bdds
10.93/11.05	c D: 1
10.93/11.05	c estimatedAdderCost: 15
10.93/11.05	c Try to convert by bdds
10.93/11.05	c D: 1
10.93/11.05	c estimatedAdderCost: 15
10.93/11.05	c Try to convert by bdds
10.93/11.05	c D: 1
10.93/11.05	c estimatedAdderCost: 15
10.93/11.05	c Try to convert by bdds
10.93/11.05	c D: 1
10.93/11.05	c estimatedAdderCost: 15
10.93/11.05	c Try to convert by bdds
10.93/11.05	c D: 1
10.93/11.05	c estimatedAdderCost: 15
10.93/11.05	c Try to convert by bdds
10.93/11.05	c D: 1
10.93/11.05	c estimatedAdderCost: 15
10.93/11.05	c Try to convert by bdds
10.93/11.05	c D: 1
10.93/11.05	c estimatedAdderCost: 15
10.93/11.05	c Try to convert by bdds
10.93/11.05	c D: 1
10.93/11.05	c estimatedAdderCost: 15
10.93/11.05	c Try to convert by bdds
10.93/11.05	c D: 1
10.93/11.05	c estimatedAdderCost: 15
10.93/11.05	c Try to convert by bdds
10.93/11.05	c D: 1
10.93/11.05	c estimatedAdderCost: 15
10.93/11.05	c Try to convert by bdds
10.93/11.05	c D: 1
10.93/11.05	c estimatedAdderCost: 15
10.93/11.05	c Try to convert by bdds
10.93/11.05	c D: 1
10.93/11.05	c estimatedAdderCost: 15
10.93/11.05	c Try to convert by bdds
10.93/11.05	c D: 1
10.93/11.05	c estimatedAdderCost: 15
10.93/11.05	c Try to convert by bdds
10.93/11.05	c D: 1
10.93/11.05	c estimatedAdderCost: 15
10.93/11.05	c Try to convert by bdds
10.93/11.05	c D: 1
10.93/11.05	c estimatedAdderCost: 15
10.93/11.05	c Try to convert by bdds
10.93/11.05	c D: 1
10.93/11.05	c estimatedAdderCost: 15
10.93/11.05	c Try to convert by bdds
10.93/11.05	c D: 1
10.93/11.05	c estimatedAdderCost: 15
10.93/11.05	c Try to convert by bdds
10.93/11.06	c D: 1
10.93/11.06	c estimatedAdderCost: 15
10.93/11.06	c Try to convert by bdds
10.93/11.06	c D: 1
10.93/11.06	c estimatedAdderCost: 15
10.93/11.06	c Try to convert by bdds
10.93/11.06	c D: 1
10.93/11.06	c estimatedAdderCost: 15
10.93/11.06	c Try to convert by bdds
10.93/11.06	c D: 1
10.93/11.06	c estimatedAdderCost: 15
10.93/11.06	c Try to convert by bdds
10.93/11.06	c D: 1
10.93/11.06	c estimatedAdderCost: 15
10.93/11.06	c Try to convert by bdds
10.93/11.06	c D: 1
10.93/11.06	c estimatedAdderCost: 15
10.93/11.06	c Try to convert by bdds
10.93/11.06	c D: 1
10.93/11.06	c estimatedAdderCost: 15
10.93/11.06	c Try to convert by bdds
10.93/11.06	c D: 1
10.93/11.06	c estimatedAdderCost: 15
10.93/11.06	c Try to convert by bdds
10.93/11.06	c D: 1
10.93/11.06	c estimatedAdderCost: 15
10.93/11.06	c Try to convert by bdds
10.93/11.06	c D: 1
10.93/11.06	c estimatedAdderCost: 15
10.93/11.06	c Try to convert by bdds
10.93/11.06	c D: 1
10.93/11.06	c estimatedAdderCost: 15
10.93/11.06	c Try to convert by bdds
10.93/11.06	c D: 1
10.93/11.06	c estimatedAdderCost: 15
10.93/11.06	c Try to convert by bdds
10.93/11.06	c D: 1
10.93/11.06	c estimatedAdderCost: 15
10.93/11.06	c Try to convert by bdds
10.93/11.06	c D: 1
10.93/11.06	c estimatedAdderCost: 15
10.93/11.06	c Try to convert by bdds
10.93/11.06	c D: 1
10.93/11.06	c estimatedAdderCost: 15
10.93/11.06	c Try to convert by bdds
10.93/11.06	c D: 1
10.93/11.06	c estimatedAdderCost: 15
10.93/11.06	c Try to convert by bdds
10.93/11.06	c D: 1
10.93/11.06	c estimatedAdderCost: 15
10.93/11.06	c Try to convert by bdds
10.93/11.06	c D: 1
10.93/11.06	c estimatedAdderCost: 15
10.93/11.06	c Try to convert by bdds
10.93/11.06	c D: 1
10.93/11.06	c estimatedAdderCost: 15
10.93/11.06	c Try to convert by bdds
10.93/11.07	c D: 1
10.93/11.07	c estimatedAdderCost: 15
10.93/11.07	c Try to convert by bdds
10.93/11.07	c D: 1
10.93/11.07	c estimatedAdderCost: 15
10.93/11.07	c Try to convert by bdds
10.93/11.07	c D: 1
10.93/11.07	c estimatedAdderCost: 15
10.93/11.07	c Try to convert by bdds
10.93/11.07	c D: 1
10.93/11.07	c estimatedAdderCost: 15
10.93/11.07	c Try to convert by bdds
10.93/11.07	c D: 1
10.93/11.07	c estimatedAdderCost: 15
10.93/11.07	c Try to convert by bdds
10.93/11.07	c D: 1
10.93/11.07	c 
11.12/11.25	c pb_solver_status: sst_unknown
11.12/11.25	c SCIP presolver nodes=397 > 1; boosting initial SCIP budget to 1000.0 sec
11.12/11.25	c total stages of optimization mode: 1
11.12/11.25	c Use UB found in presolve
11.12/11.25	c LB updated by evalGoalLB to 0
11.12/11.25	c minimizationMode: cmm_First_solve
11.12/11.25	c goal coeffs: 4 4 8 8 11 11 11 11 11 11 11 11 11 11 14 14 15 15 15 15 
11.12/11.25	c assumptions: 
11.12/11.25	c invoking solver with time budget: 5.000000
16.20/16.33	c sat_solver_result: sst_unknown
16.20/16.33	c SAT solver timed out; proceeding to cooperative SCIP call
16.20/16.33	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 197028
16.20/16.33	c scip solving with time budget: 1000.000000
16.20/16.33	c solveScip
16.20/16.33	c initScipForCoop
16.20/16.33	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
16.20/16.33	c presolving:
16.20/16.33	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 41 chg sides, 41 chg coeffs, 0 upgd conss, 0 impls, 125 clqs, 0 implints
16.20/16.34	c    (0.0s) running MILP presolver
16.20/16.34	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
16.20/16.35	c (round 2, exhaustive) 0 del vars, 84 del conss, 0 add conss, 0 chg bounds, 41 chg sides, 41 chg coeffs, 0 upgd conss, 0 impls, 125 clqs, 0 implints
16.20/16.35	c (round 3, exhaustive) 0 del vars, 84 del conss, 0 add conss, 0 chg bounds, 41 chg sides, 41 chg coeffs, 1806 upgd conss, 0 impls, 125 clqs, 0 implints
16.20/16.35	c (round 4, medium)     0 del vars, 84 del conss, 41 add conss, 0 chg bounds, 82 chg sides, 123 chg coeffs, 1806 upgd conss, 0 impls, 125 clqs, 0 implints
16.20/16.35	c (round 5, fast)       0 del vars, 84 del conss, 41 add conss, 0 chg bounds, 82 chg sides, 287 chg coeffs, 1806 upgd conss, 0 impls, 125 clqs, 0 implints
16.30/16.40	c    (0.1s) probing: 51/1968 (2.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
16.30/16.40	c    (0.1s) probing aborted: 50/50 successive totally useless probings
16.30/16.41	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
16.30/16.41	c    (0.1s) no symmetry present (symcode time: 0.00)
16.30/16.41	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
16.30/16.41	c  0 deleted vars, 84 deleted constraints, 41 added constraints, 0 tightened bounds, 0 added holes, 82 changed sides, 287 changed coefficients
16.30/16.41	c  0 implications, 125 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
16.30/16.41	c presolved problem has 1968 variables (1968 bin, 0 int, 0 cont) and 1847 constraints
16.30/16.41	c    1681 constraints of type <knapsack>
16.30/16.41	c     125 constraints of type <setppc>
16.30/16.41	c      41 constraints of type <logicor>
16.30/16.41	c transformed objective value is always integral (scale: 1)
16.30/16.41	c Presolving Time: 0.08
16.30/16.41	c 
16.30/16.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
16.30/16.44	c   0.1s|     1 |     0 |   251 |     - |   133M |   0 |1968 |2004 |1847 |   0 |  0 | 156 |   0 |-1.018390e+03 |      --      |    Inf | unknown
16.40/16.54	c   0.2s|     1 |     0 |  1359 |     - |   133M |   0 |1968 |2004 |1888 |  41 |  1 | 156 |   0 |-1.097112e+03 |      --      |    Inf | unknown
16.50/16.60	c   0.3s|     1 |     0 |  1415 |     - |   133M |   0 |1968 |2004 |1921 |  74 |  2 | 156 |   0 |-1.103943e+03 |      --      |    Inf | unknown
16.50/16.64	c   0.3s|     1 |     0 |  1471 |     - |   134M |   0 |1968 |2004 |1946 |  99 |  3 | 156 |   0 |-1.124079e+03 |      --      |    Inf | unknown
16.59/16.70	c   0.4s|     1 |     0 |  1519 |     - |   134M |   0 |1968 |2004 |1971 | 124 |  4 | 156 |   0 |-1.124079e+03 |      --      |    Inf | unknown
16.59/16.75	c   0.4s|     1 |     0 |  1585 |     - |   134M |   0 |1968 |2004 |1996 | 149 |  5 | 156 |   0 |-1.146772e+03 |      --      |    Inf | unknown
16.69/16.81	c   0.5s|     1 |     0 |  1636 |     - |   134M |   0 |1968 |2004 |2021 | 174 |  6 | 156 |   0 |-1.146772e+03 |      --      |    Inf | unknown
16.69/16.89	c   0.6s|     1 |     0 |  1729 |     - |   134M |   0 |1968 |2004 |2043 | 196 |  7 | 156 |   0 |-1.153402e+03 |      --      |    Inf | unknown
16.79/16.96	c   0.6s|     1 |     0 |  1774 |     - |   135M |   0 |1968 |2004 |2062 | 215 |  8 | 156 |   0 |-1.153402e+03 |      --      |    Inf | unknown
16.91/17.03	c   0.7s|     1 |     0 |  1876 |     - |   135M |   0 |1968 |2004 |2079 | 232 |  9 | 156 |   0 |-1.159317e+03 |      --      |    Inf | unknown
16.91/17.10	c   0.8s|     1 |     0 |  1910 |     - |   135M |   0 |1968 |2004 |2100 | 253 | 10 | 156 |   0 |-1.159734e+03 |      --      |    Inf | unknown
17.01/17.13	c   0.8s|     1 |     0 |  1977 |     - |   135M |   0 |1968 |2004 |2118 | 271 | 11 | 156 |   0 |-1.168418e+03 |      --      |    Inf | unknown
17.01/17.14	c   0.8s|     1 |     0 |  2014 |     - |   135M |   0 |1968 |2004 |2131 | 284 | 12 | 156 |   0 |-1.172050e+03 |      --      |    Inf | unknown
17.01/17.17	c   0.8s|     1 |     0 |  2044 |     - |   135M |   0 |1968 |2004 |2145 | 298 | 13 | 156 |   0 |-1.174350e+03 |      --      |    Inf | unknown
17.01/17.18	c   0.9s|     1 |     0 |  2080 |     - |   135M |   0 |1968 |2005 |2157 | 310 | 14 | 157 |   0 |-1.180111e+03 |      --      |    Inf | unknown
17.09/17.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.09/17.20	c   0.9s|     1 |     0 |  2134 |     - |   135M |   0 |1968 |2006 |2065 | 319 | 15 | 158 |   0 |-1.190128e+03 |      --      |    Inf | unknown
17.09/17.22	c   0.9s|     1 |     0 |  2175 |     - |   135M |   0 |1968 |2007 |2082 | 336 | 16 | 159 |   0 |-1.190786e+03 |      --      |    Inf | unknown
17.09/17.24	c   0.9s|     1 |     0 |  2205 |     - |   135M |   0 |1968 |2008 |2100 | 354 | 17 | 160 |   0 |-1.190786e+03 |      --      |    Inf | unknown
17.09/17.26	c   0.9s|     1 |     0 |  2235 |     - |   135M |   0 |1968 |2008 |2112 | 366 | 18 | 160 |   0 |-1.190786e+03 |      --      |    Inf | unknown
17.09/17.27	c   0.9s|     1 |     0 |  2263 |     - |   135M |   0 |1968 |2009 |2122 | 376 | 19 | 161 |   0 |-1.190786e+03 |      --      |    Inf | unknown
17.09/17.29	c   1.0s|     1 |     0 |  2288 |     - |   135M |   0 |1968 |2010 |2132 | 386 | 20 | 162 |   0 |-1.190786e+03 |      --      |    Inf | unknown
17.19/17.31	c   1.0s|     1 |     0 |  2302 |     - |   135M |   0 |1968 |2011 |2057 | 392 | 21 | 163 |   0 |-1.190786e+03 |      --      |    Inf | unknown
17.19/17.32	c   1.0s|     1 |     0 |  2308 |     - |   135M |   0 |1968 |2013 |2062 | 397 | 22 | 165 |   0 |-1.190786e+03 |      --      |    Inf | unknown
17.19/17.34	c   1.0s|     1 |     0 |  2318 |     - |   135M |   0 |1968 |2014 |2068 | 403 | 23 | 166 |   0 |-1.190786e+03 |      --      |    Inf | unknown
17.19/17.35	c   1.0s|     1 |     0 |  2338 |     - |   135M |   0 |1968 |2015 |2072 | 407 | 24 | 167 |   0 |-1.195542e+03 |      --      |    Inf | unknown
17.19/17.37	c   1.0s|     1 |     0 |  2344 |     - |   135M |   0 |1968 |2016 |2076 | 411 | 25 | 168 |   0 |-1.195542e+03 |      --      |    Inf | unknown
17.19/17.38	c   1.1s|     1 |     0 |  2347 |     - |   135M |   0 |1968 |2016 |2079 | 414 | 26 | 168 |   0 |-1.195542e+03 |      --      |    Inf | unknown
17.19/17.39	c   1.1s|     1 |     0 |  2350 |     - |   135M |   0 |1968 |2018 |2038 | 416 | 27 | 170 |   0 |-1.195542e+03 |      --      |    Inf | unknown
17.29/17.40	c   1.1s|     1 |     0 |  2353 |     - |   135M |   0 |1968 |2020 |2040 | 418 | 28 | 172 |   0 |-1.195542e+03 |      --      |    Inf | unknown
17.29/17.41	c   1.1s|     1 |     0 |  2354 |     - |   135M |   0 |1968 |2022 |2041 | 419 | 29 | 174 |   0 |-1.195542e+03 |      --      |    Inf | unknown
17.69/17.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.69/17.88	c   1.6s|     1 |     2 |  4392 |     - |   135M |   0 |1968 |2030 |2041 | 419 | 30 | 182 |  12 |-1.195542e+03 |      --      |    Inf | unknown
20.78/20.93	c   4.6s|   100 |   101 |  8184 |  59.8 |   135M |  16 |1968 |2098 |1976 | 724 |  1 | 253 | 761 |-1.207965e+03 |      --      |    Inf | unknown
22.98/23.15	c   6.8s|   200 |   195 | 12602 |  51.9 |   139M |  18 |1968 |2168 |1964 |1034 |  1 | 325 |1231 |-1.210612e+03 |      --      |    Inf |   0.89%
24.98/25.12	c   8.8s|   300 |   293 | 20375 |  60.6 |   141M |  21 |1968 |2204 |1989 |1432 |  1 | 364 |1487 |-1.210612e+03 |      --      |    Inf |   1.28%
26.36/26.55	c  10.2s|   400 |   393 | 24981 |  56.9 |   141M |  21 |1968 |2269 |1988 |1972 |  1 | 431 |1661 |-1.210651e+03 |      --      |    Inf |   1.28%
27.65/27.86	c  11.5s|   500 |   493 | 29951 |  55.5 |   143M |  21 |1968 |2289 |1983 |2410 |  1 | 455 |1820 |-1.216589e+03 |      --      |    Inf |   1.28%
29.25/29.44	c  13.1s|   600 |   593 | 35395 |  55.3 |   148M |  25 |1968 |2318 |2001 |3094 |  1 | 485 |1979 |-1.217500e+03 |      --      |    Inf |   1.28%
30.74/30.97	c  14.6s|   700 |   691 | 42833 |  58.0 |   154M |  25 |1968 |2449 |2051 |3711 |  4 | 616 |2102 |-1.218167e+03 |      --      |    Inf |   1.28%
32.33/32.59	c  16.3s|   800 |   791 | 54253 |  65.1 |   156M |  25 |1968 |2480 |2010 |4402 |  1 | 648 |2169 |-1.218167e+03 |      --      |    Inf |   1.28%
33.63/33.83	c  17.5s|   900 |   889 | 60486 |  64.8 |   158M |  27 |1968 |2575 |1985 |4977 |  1 | 748 |2221 |-1.218167e+03 |      --      |    Inf |   1.29%
34.94/35.12	c  18.8s|  1000 |   989 | 67657 |  65.5 |   159M |  27 |1968 |2593 |1977 |5528 |  1 | 774 |2269 |-1.232333e+03 |      --      |    Inf |   1.29%
36.22/36.45	c  20.1s|  1100 |  1089 | 75061 |  66.2 |   160M |  27 |1968 |2679 |2000 |6235 |  1 | 870 |2282 |-1.237049e+03 |      --      |    Inf |   1.29%
37.41/37.62	c  21.3s|  1200 |  1189 | 79684 |  64.6 |   165M |  27 |1968 |2752 |1969 |6861 |  1 | 951 |2292 |-1.238375e+03 |      --      |    Inf |   1.29%
38.51/38.71	c  22.4s|  1300 |  1289 | 84199 |  63.1 |   166M |  27 |1968 |2834 |2012 |7395 |  1 |1038 |2329 |-1.240500e+03 |      --      |    Inf |   1.29%
39.60/39.80	c  23.5s|  1400 |  1389 | 88995 |  62.0 |   167M |  29 |1968 |2858 |2018 |7972 |  1 |1068 |2342 |-1.240938e+03 |      --      |    Inf |   1.29%
40.70/40.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
40.70/40.92	c  24.6s|  1500 |  1487 | 94420 |  61.5 |   168M |  29 |1968 |2957 |   0 |8610 |  0 |1178 |2348 |-1.240938e+03 |      --      |    Inf |   1.29%
41.70/41.97	c  25.6s|  1600 |  1587 | 97923 |  59.8 |   169M |  31 |1968 |2955 |2023 |9223 |  1 |1187 |2369 |-1.242619e+03 |      --      |    Inf |   1.29%
42.59/42.88	c  26.6s|  1700 |  1681 |101293 |  58.3 |   170M |  41 |1968 |2998 |1977 |9614 |  1 |1238 |2412 |-1.242619e+03 |      --      |    Inf |   1.29%
43.09/43.34	c  27.0s|  1800 |  1779 |104158 |  56.6 |   170M |  41 |1968 |2990 |2041 |  10k|  2 |1239 |2439 |-1.242619e+03 |      --      |    Inf |   1.29%
43.59/43.80	c  27.5s|  1900 |  1879 |107507 |  55.4 |   171M |  41 |1968 |3001 |1996 |  10k|  1 |1269 |2449 |-1.243943e+03 |      --      |    Inf |   1.29%
43.99/44.24	c  27.9s|  2000 |  1979 |110725 |  54.3 |   171M |  41 |1968 |2993 |2012 |  10k|  1 |1269 |2456 |-1.244037e+03 |      --      |    Inf |   1.29%
44.49/44.72	c  28.4s|  2100 |  2077 |114155 |  53.3 |   171M |  41 |1968 |2977 |2032 |  11k|  3 |1272 |2479 |-1.244268e+03 |      --      |    Inf |   1.29%
44.98/45.20	c  28.9s|  2200 |  2175 |117259 |  52.3 |   171M |  41 |1968 |2976 |2002 |  11k|  1 |1280 |2491 |-1.245195e+03 |      --      |    Inf |   1.29%
45.38/45.67	c  29.3s|  2300 |  2273 |120016 |  51.2 |   171M |  41 |1968 |2973 |1973 |  11k|  1 |1300 |2540 |-1.245195e+03 |      --      |    Inf |   1.29%
45.68/45.94	c  29.6s|  2400 |  2373 |122231 |  50.0 |   172M |  41 |1968 |2955 |1992 |  12k|  1 |1300 |2543 |-1.245195e+03 |      --      |    Inf |   1.29%
46.18/46.47	c  30.1s|  2500 |  2473 |125631 |  49.4 |   172M |  41 |1968 |2957 |2018 |  12k|  1 |1329 |2562 |-1.245195e+03 |      --      |    Inf |   1.29%
46.58/46.83	c  30.5s|  2600 |  2573 |128875 |  48.7 |   172M |  41 |1968 |2955 |2006 |  13k|  1 |1342 |2565 |-1.245195e+03 |      --      |    Inf |   1.29%
46.98/47.23	c  30.9s|  2700 |  2671 |132368 |  48.2 |   173M |  41 |1968 |2964 |1996 |  13k|  1 |1364 |2576 |-1.245341e+03 |      --      |    Inf |   1.29%
47.37/47.67	c  31.3s|  2800 |  2771 |135228 |  47.5 |   173M |  41 |1968 |2951 |2025 |  13k|  1 |1364 |2592 |-1.246280e+03 |      --      |    Inf |   1.29%
47.89/48.12	c  31.8s|  2900 |  2871 |138156 |  46.9 |   174M |  41 |1968 |2941 |2022 |  14k|  1 |1368 |2602 |-1.246293e+03 |      --      |    Inf |   1.29%
48.27/48.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
48.27/48.54	c  32.2s|  3000 |  2971 |142139 |  46.6 |   175M |  41 |1968 |3035 |2040 |  14k|  2 |1481 |2603 |-1.247547e+03 |      --      |    Inf |   1.29%
48.67/48.90	c  32.6s|  3100 |  3071 |144343 |  45.8 |   175M |  41 |1968 |3054 |2022 |  14k|  2 |1509 |2627 |-1.247547e+03 |      --      |    Inf |   1.29%
49.07/49.37	c  33.0s|  3200 |  3171 |147033 |  45.3 |   176M |  41 |1968 |3042 |1973 |  15k|  1 |1509 |2634 |-1.247547e+03 |      --      |    Inf |   1.29%
49.47/49.76	c  33.4s|  3300 |  3271 |149709 |  44.7 |   177M |  41 |1968 |3032 |2015 |  15k|  1 |1509 |2637 |-1.247547e+03 |      --      |    Inf |   1.29%
49.96/50.23	c  33.9s|  3400 |  3371 |153004 |  44.3 |   178M |  41 |1968 |3024 |2005 |  16k|  1 |1509 |2650 |-1.247547e+03 |      --      |    Inf |   1.29%
50.46/50.77	c  34.4s|  3500 |  3471 |156240 |  44.0 |   179M |  41 |1968 |3012 |2029 |  16k|  1 |1510 |2673 |-1.247547e+03 |      --      |    Inf |   1.29%
50.96/51.26	c  34.9s|  3600 |  3571 |159602 |  43.7 |   179M |  41 |1968 |2959 |1984 |  17k|  1 |1510 |2676 |-1.247547e+03 |      --      |    Inf |   1.29%
51.36/51.62	c  35.3s|  3700 |  3671 |162380 |  43.3 |   179M |  41 |1968 |2951 |2030 |  17k|  1 |1510 |2682 |-1.247547e+03 |      --      |    Inf |   1.29%
51.77/52.07	c  35.7s|  3800 |  3771 |165598 |  43.0 |   180M |  41 |1968 |2961 |1972 |  17k|  1 |1533 |2685 |-1.247547e+03 |      --      |    Inf |   1.29%
52.25/52.56	c  36.2s|  3900 |  3871 |168419 |  42.6 |   181M |  41 |1968 |2972 |2041 |  18k|  1 |1554 |2689 |-1.247547e+03 |      --      |    Inf |   1.29%
53.05/53.39	c  37.1s|  4000 |  3971 |171680 |  42.4 |   182M |  41 |1968 |2965 |2023 |  18k|  1 |1554 |2699 |-1.247547e+03 |      --      |    Inf |   1.29%
53.76/54.04	c  37.7s|  4100 |  4071 |175536 |  42.3 |   187M |  41 |1968 |2989 |2050 |  19k|  2 |1587 |2704 |-1.247547e+03 |      --      |    Inf |   1.29%
54.15/54.48	c  38.2s|  4200 |  4169 |179046 |  42.1 |   188M |  41 |1968 |2975 |2015 |  19k|  1 |1592 |2717 |-1.247547e+03 |      --      |    Inf |   1.29%
54.54/54.86	c  38.5s|  4300 |  4269 |181937 |  41.8 |   188M |  41 |1968 |2958 |1970 |  20k|  1 |1592 |2729 |-1.247547e+03 |      --      |    Inf |   1.29%
54.94/55.25	c  38.9s|  4400 |  4367 |184409 |  41.4 |   188M |  41 |1968 |2948 |2009 |  20k|  1 |1593 |2731 |-1.247547e+03 |      --      |    Inf |   1.29%
55.54/55.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
55.54/55.83	c  39.5s|  4500 |  4467 |188209 |  41.3 |   188M |  41 |1968 |2943 |2043 |  20k|  6 |1618 |2742 |-1.247606e+03 |      --      |    Inf |   1.29%
55.94/56.22	c  39.9s|  4600 |  4567 |191599 |  41.2 |   189M |  41 |1968 |2934 |2016 |  21k|  2 |1618 |2748 |-1.247659e+03 |      --      |    Inf |   1.29%
56.34/56.62	c  40.3s|  4700 |  4667 |194672 |  40.9 |   190M |  41 |1968 |2926 |1989 |  21k|  1 |1619 |2754 |-1.248098e+03 |      --      |    Inf |   1.29%
56.94/57.21	c  40.9s|  4800 |  4767 |197880 |  40.8 |   191M |  41 |1968 |2912 |2012 |  22k|  1 |1623 |2760 |-1.248230e+03 |      --      |    Inf |   1.29%
57.63/58.00	c  41.7s|  4900 |  4867 |201983 |  40.8 |   191M |  41 |1968 |2910 |1987 |  22k|  1 |1647 |2764 |-1.248258e+03 |      --      |    Inf |   1.29%
58.53/58.86	c  42.5s|  5000 |  4967 |206497 |  40.9 |   192M |  41 |1968 |2923 |2025 |  22k|  1 |1689 |2777 |-1.248576e+03 |      --      |    Inf |   1.29%
59.03/59.34	c  43.0s|  5100 |  5065 |209699 |  40.7 |   192M |  41 |1968 |2910 |2004 |  23k|  1 |1696 |2788 |-1.248576e+03 |      --      |    Inf |   1.29%
59.43/59.71	c  43.4s|  5200 |  5165 |212177 |  40.4 |   192M |  41 |1968 |2913 |2012 |  23k|  1 |1705 |2796 |-1.248576e+03 |      --      |    Inf |   1.29%
59.92/60.29	c  44.0s|  5300 |  5263 |214724 |  40.1 |   192M |  41 |1968 |2896 |1998 |  23k|  2 |1709 |2812 |-1.248829e+03 |      --      |    Inf |   1.29%
60.32/60.60	c  44.3s|  5400 |  5363 |217372 |  39.8 |   192M |  41 |1968 |2869 |2019 |  24k|  1 |1711 |2820 |-1.249073e+03 |      --      |    Inf |   1.29%
60.62/61.01	c  44.7s|  5500 |  5463 |220479 |  39.7 |   193M |  41 |1968 |2848 |2015 |  24k|  1 |1718 |2822 |-1.249073e+03 |      --      |    Inf |   1.29%
60.92/61.28	c  45.0s|  5600 |  5563 |222641 |  39.4 |   193M |  41 |1968 |2841 |2004 |  24k|  1 |1718 |2831 |-1.249073e+03 |      --      |    Inf |   1.29%
61.42/61.71	c  45.4s|  5700 |  5663 |225669 |  39.2 |   193M |  41 |1968 |2826 |2015 |  24k|  1 |1718 |2834 |-1.249220e+03 |      --      |    Inf |   1.29%
61.73/62.05	c  45.7s|  5800 |  5763 |228464 |  39.0 |   193M |  41 |1968 |2805 |1986 |  25k|  1 |1718 |2836 |-1.249220e+03 |      --      |    Inf |   1.29%
62.21/62.52	c  46.2s|  5900 |  5863 |231408 |  38.8 |   194M |  41 |1968 |2793 |2026 |  25k|  2 |1718 |2844 |-1.249220e+03 |      --      |    Inf |   1.29%
62.61/62.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
62.61/62.93	c  46.6s|  6000 |  5963 |234495 |  38.7 |   194M |  41 |1968 |2800 |1988 |  26k|  1 |1741 |2847 |-1.249247e+03 |      --      |    Inf |   1.29%
63.01/63.31	c  47.0s|  6100 |  6063 |236990 |  38.5 |   194M |  41 |1968 |2791 |2001 |  26k|  1 |1741 |2847 |-1.250252e+03 |      --      |    Inf |   1.29%
63.31/63.66	c  47.3s|  6200 |  6163 |240118 |  38.4 |   194M |  41 |1968 |2775 |1991 |  26k|  1 |1741 |2847 |-1.250268e+03 |      --      |    Inf |   1.29%
63.72/64.11	c  47.8s|  6300 |  6259 |242697 |  38.2 |   194M |  41 |1968 |2753 |2021 |  27k|  1 |1746 |2848 |-1.250268e+03 |      --      |    Inf |   1.29%
64.10/64.40	c  48.1s|  6400 |  6359 |245373 |  38.0 |   194M |  41 |1968 |2746 |1977 |  27k|  1 |1746 |2856 |-1.250449e+03 |      --      |    Inf |   1.29%
64.40/64.74	c  48.4s|  6500 |  6459 |248270 |  37.9 |   195M |  41 |1968 |2737 |2010 |  27k|  1 |1746 |2857 |-1.250494e+03 |      --      |    Inf |   1.29%
64.72/65.03	c  48.7s|  6600 |  6559 |250553 |  37.6 |   195M |  41 |1968 |2723 |1994 |  27k|  1 |1746 |2857 |-1.250494e+03 |      --      |    Inf |   1.29%
65.00/65.36	c  49.0s|  6700 |  6659 |252928 |  37.4 |   195M |  41 |1968 |2707 |2007 |  28k|  1 |1746 |2861 |-1.250545e+03 |      --      |    Inf |   1.29%
65.60/65.96	c  49.6s|  6800 |  6759 |256633 |  37.4 |   195M |  41 |1968 |2696 |1996 |  28k|  1 |1746 |2862 |-1.250545e+03 |      --      |    Inf |   1.29%
66.10/66.41	c  50.1s|  6900 |  6859 |260050 |  37.4 |   196M |  41 |1968 |2694 |2076 |  29k|  9 |1763 |2874 |-1.250545e+03 |      --      |    Inf |   1.29%
66.49/66.82	c  50.5s|  7000 |  6959 |262520 |  37.2 |   196M |  45 |1968 |2677 |1973 |  29k|  1 |1764 |2881 |-1.250545e+03 |      --      |    Inf |   1.29%
66.82/67.17	c  50.8s|  7100 |  7059 |265555 |  37.1 |   198M |  45 |1968 |2688 |2006 |  29k|  1 |1788 |2892 |-1.250545e+03 |      --      |    Inf |   1.29%
67.40/67.72	c  51.4s|  7200 |  7159 |268637 |  37.0 |   198M |  49 |1968 |2686 |2004 |  29k|  1 |1816 |2918 |-1.250561e+03 |      --      |    Inf |   1.29%
67.81/68.12	c  51.8s|  7300 |  7259 |271293 |  36.9 |   198M |  49 |1968 |2676 |1976 |  30k|  1 |1823 |2927 |-1.250561e+03 |      --      |    Inf |   1.29%
68.30/68.64	c  52.3s|  7400 |  7357 |275078 |  36.9 |   199M |  49 |1968 |2696 |1978 |  30k|  1 |1864 |2936 |-1.250561e+03 |      --      |    Inf |   1.29%
68.99/69.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
68.99/69.35	c  53.0s|  7500 |  7457 |278009 |  36.8 |   201M |  49 |1968 |2697 |2031 |  30k|  1 |1870 |2955 |-1.250561e+03 |      --      |    Inf |   1.29%
69.59/69.92	c  53.6s|  7600 |  7555 |281827 |  36.8 |   202M |  49 |1968 |2672 |2043 |  31k|  1 |1871 |2963 |-1.250561e+03 |      --      |    Inf |   1.29%
70.29/70.63	c  54.3s|  7700 |  7653 |285273 |  36.8 |   202M |  49 |1968 |2662 |2025 |  31k|  1 |1874 |2985 |-1.250585e+03 |      --      |    Inf |   1.29%
71.09/71.49	c  55.2s|  7800 |  7749 |288879 |  36.7 |   202M |  49 |1968 |2708 |2009 |  32k|  1 |1969 |3035 |-1.250610e+03 |      --      |    Inf |   1.29%
71.70/72.11	c  55.8s|  7900 |  7849 |291766 |  36.6 |   202M |  49 |1968 |2678 |2012 |  32k|  3 |1969 |3043 |-1.250610e+03 |      --      |    Inf |   1.29%
72.38/72.75	c  56.4s|  8000 |  7949 |294790 |  36.6 |   203M |  51 |1968 |2659 |2044 |  32k|  1 |1970 |3051 |-1.250610e+03 |      --      |    Inf |   1.29%
72.88/73.22	c  56.9s|  8100 |  8047 |297821 |  36.5 |   204M |  51 |1968 |2659 |2022 |  33k|  2 |2004 |3078 |-1.250610e+03 |      --      |    Inf |   1.29%
73.48/73.85	c  57.5s|  8200 |  8145 |301691 |  36.5 |   205M |  51 |1968 |2649 |2002 |  33k|  1 |2026 |3083 |-1.250610e+03 |      --      |    Inf |   1.29%
74.17/74.56	c  58.2s|  8300 |  8245 |304900 |  36.5 |   206M |  51 |1968 |2621 |2027 |  33k|  1 |2031 |3106 |-1.250610e+03 |      --      |    Inf |   1.29%
74.68/75.09	c  58.8s|  8400 |  8341 |308480 |  36.5 |   207M |  51 |1968 |2623 |2011 |  34k|  1 |2073 |3130 |-1.250610e+03 |      --      |    Inf |   1.29%
75.47/75.81	c  59.5s|  8500 |  8439 |311789 |  36.4 |   208M |  51 |1968 |2601 |1998 |  34k|  1 |2084 |3143 |-1.250610e+03 |      --      |    Inf |   1.29%
76.16/76.52	c  60.2s|  8600 |  8536 |315407 |  36.4 |   208M |  53 |1968 |2610 |1977 |  35k|  1 |2120 |3152 |-1.250691e+03 |      --      |    Inf |   1.29%
76.56/76.98	c  60.7s|  8700 |  8632 |317638 |  36.3 |   208M |  53 |1968 |2610 |2009 |  35k|  1 |2143 |3162 |-1.250691e+03 |      --      |    Inf |   1.29%
77.36/77.73	c  61.4s|  8800 |  8730 |321304 |  36.3 |   208M |  53 |1968 |2609 |2027 |  35k|  1 |2166 |3166 |-1.250702e+03 |      --      |    Inf |   1.29%
77.96/78.38	c  62.1s|  8900 |  8828 |324700 |  36.2 |   208M |  53 |1968 |2604 |1989 |  36k|  1 |2171 |3170 |-1.250702e+03 |      --      |    Inf |   1.29%
78.55/79.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
78.55/79.01	c  62.7s|  9000 |  8928 |327984 |  36.2 |   208M |  55 |1968 |2595 |1992 |  36k|  1 |2171 |3188 |-1.250702e+03 |      --      |    Inf |   1.29%
79.35/79.73	c  63.4s|  9100 |  9028 |331499 |  36.2 |   208M |  55 |1968 |2583 |2022 |  37k|  1 |2171 |3188 |-1.250702e+03 |      --      |    Inf |   1.29%
79.95/80.30	c  64.0s|  9200 |  9125 |334491 |  36.1 |   208M |  55 |1968 |2593 |2021 |  37k|  3 |2189 |3190 |-1.250702e+03 |      --      |    Inf |   1.29%
80.66/81.04	c  64.7s|  9300 |  9220 |337898 |  36.1 |   209M |  55 |1968 |2627 |1982 |  37k|  1 |2235 |3201 |-1.250702e+03 |      --      |    Inf |   1.29%
81.24/81.60	c  65.3s|  9400 |  9315 |341426 |  36.1 |   209M |  55 |1968 |2629 |1994 |  38k|  1 |2245 |3227 |-1.250702e+03 |      --      |    Inf |   1.29%
81.84/82.25	c  65.9s|  9500 |  9413 |345215 |  36.1 |   210M |  55 |1968 |2632 |2013 |  38k|  1 |2256 |3251 |-1.250702e+03 |      --      |    Inf |   1.29%
82.94/83.31	c  67.0s|  9600 |  9513 |353628 |  36.6 |   211M |  55 |1968 |2634 |2041 |  39k|  1 |2268 |3281 |-1.250702e+03 |      --      |    Inf |   1.29%
83.53/83.99	c  67.7s|  9700 |  9607 |356444 |  36.5 |   211M |  55 |1968 |2664 |1999 |  39k|  1 |2314 |3320 |-1.250702e+03 |      --      |    Inf |   1.29%
84.33/84.78	c  68.5s|  9800 |  9701 |359713 |  36.5 |   212M |  55 |1968 |2674 |   0 |  39k|  0 |2337 |3346 |-1.250740e+03 |      --      |    Inf |   1.29%
85.13/85.50	c  69.2s|  9900 |  9798 |363162 |  36.5 |   212M |  57 |1968 |2669 |1994 |  40k|  1 |2345 |3375 |-1.250740e+03 |      --      |    Inf |   1.29%
85.83/86.22	c  69.9s| 10000 |  9898 |366049 |  36.4 |   212M |  57 |1968 |2663 |2026 |  40k|  1 |2345 |3388 |-1.250740e+03 |      --      |    Inf |   1.29%
86.63/87.03	c  70.7s| 10100 |  9994 |369314 |  36.3 |   213M |  57 |1968 |2664 |2028 |  41k|  1 |2358 |3408 |-1.250740e+03 |      --      |    Inf |   1.29%
87.32/87.77	c  71.4s| 10200 | 10092 |373304 |  36.4 |   214M |  57 |1968 |2651 |2007 |  41k|  1 |2364 |3432 |-1.250740e+03 |      --      |    Inf |   1.29%
88.11/88.53	c  72.2s| 10300 | 10187 |376568 |  36.3 |   214M |  57 |1968 |2675 |2026 |  41k|  5 |2401 |3479 |-1.250740e+03 |      --      |    Inf |   1.29%
88.81/89.26	c  72.9s| 10400 | 10283 |380803 |  36.4 |   214M |  57 |1968 |2719 |1995 |  42k|  1 |2458 |3514 |-1.250740e+03 |      --      |    Inf |   1.29%
89.72/90.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
89.72/90.13	c  73.8s| 10500 | 10379 |384805 |  36.4 |   215M |  57 |1968 |2759 |2079 |  42k|  4 |2510 |3551 |-1.250740e+03 |      --      |    Inf |   1.29%
90.30/90.77	c  74.4s| 10600 | 10471 |388636 |  36.5 |   215M |  57 |1968 |2787 |2005 |  43k|  1 |2552 |3570 |-1.250740e+03 |      --      |    Inf |   1.29%
91.10/91.52	c  75.2s| 10700 | 10568 |392775 |  36.5 |   218M |  57 |1968 |2829 |2005 |  43k|  1 |2606 |3610 |-1.250740e+03 |      --      |    Inf |   1.29%
91.90/92.30	c  76.0s| 10800 | 10662 |394945 |  36.4 |   218M |  57 |1968 |2844 |2090 |  43k|  8 |2627 |3615 |-1.250786e+03 |      --      |    Inf |   1.29%
92.50/92.91	c  76.6s| 10900 | 10762 |398397 |  36.3 |   218M |  57 |1968 |2829 |2047 |  44k|  1 |2627 |3625 |-1.250786e+03 |      --      |    Inf |   1.29%
93.19/93.61	c  77.3s| 11000 | 10858 |401653 |  36.3 |   218M |  57 |1968 |2830 |2038 |  44k|  1 |2638 |3645 |-1.250786e+03 |      --      |    Inf |   1.29%
93.89/94.35	c  78.0s| 11100 | 10956 |405021 |  36.3 |   218M |  57 |1968 |2829 |2025 |  45k|  1 |2643 |3652 |-1.250786e+03 |      --      |    Inf |   1.29%
94.70/95.13	c  78.8s| 11200 | 11054 |408409 |  36.3 |   219M |  57 |1968 |2825 |2062 |  45k|  1 |2650 |3678 |-1.250786e+03 |      --      |    Inf |   1.29%
95.18/95.65	c  79.3s| 11300 | 11149 |411582 |  36.2 |   219M |  57 |1968 |2853 |2019 |  45k|  1 |2692 |3702 |-1.250786e+03 |      --      |    Inf |   1.29%
95.88/96.31	c  80.0s| 11400 | 11247 |415202 |  36.2 |   220M |  57 |1968 |2850 |2029 |  46k|  1 |2703 |3703 |-1.250786e+03 |      --      |    Inf |   1.29%
96.59/97.10	c  80.8s| 11500 | 11343 |419768 |  36.3 |   225M |  57 |1968 |2856 |2028 |  46k|  1 |2723 |3710 |-1.250814e+03 |      --      |    Inf |   1.29%
97.38/97.85	c  81.5s| 11600 | 11432 |423774 |  36.3 |   226M |  57 |1968 |2883 |2029 |  47k|  1 |2768 |3735 |-1.250814e+03 |      --      |    Inf |   1.29%
98.17/98.62	c  82.3s| 11700 | 11526 |427460 |  36.3 |   226M |  57 |1968 |2881 |2054 |  47k|  2 |2784 |3749 |-1.250814e+03 |      --      |    Inf |   1.29%
98.97/99.46	c  83.1s| 11800 | 11621 |431326 |  36.4 |   227M |  57 |1968 |2877 |2032 |  47k|  2 |2793 |3769 |-1.250814e+03 |      --      |    Inf |   1.29%
99.47/100.00	c  83.7s| 11900 | 11717 |434487 |  36.3 |   227M |  57 |1968 |2907 |2006 |  48k|  1 |2840 |3788 |-1.250814e+03 |      --      |    Inf |   1.29%
100.26/100.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
100.26/100.73	c  84.4s| 12000 | 11815 |438328 |  36.3 |   227M |  57 |1968 |2908 |2005 |  48k|  1 |2855 |3797 |-1.250814e+03 |      --      |    Inf |   1.29%
100.96/101.41	c  85.1s| 12100 | 11905 |441668 |  36.3 |   228M |  57 |1968 |2917 |2008 |  49k|  1 |2879 |3805 |-1.250814e+03 |      --      |    Inf |   1.29%
101.67/102.12	c  85.8s| 12200 | 12005 |445068 |  36.3 |   228M |  57 |1968 |2912 |2052 |  49k|  1 |2879 |3817 |-1.250814e+03 |      --      |    Inf |   1.29%
102.25/102.75	c  86.4s| 12300 | 12093 |447792 |  36.2 |   228M |  57 |1968 |2924 |1994 |  49k|  1 |2903 |3830 |-1.250814e+03 |      --      |    Inf |   1.29%
102.85/103.32	c  87.0s| 12400 | 12184 |450583 |  36.2 |   229M |  57 |1968 |2939 |2042 |  50k|  4 |2936 |3835 |-1.250814e+03 |      --      |    Inf |   1.29%
103.45/103.95	c  87.6s| 12500 | 12278 |453784 |  36.1 |   229M |  57 |1968 |2939 |2027 |  50k|  1 |2954 |3864 |-1.250814e+03 |      --      |    Inf |   1.29%
104.25/104.73	c  88.4s| 12600 | 12374 |457609 |  36.1 |   229M |  57 |1968 |2955 |2070 |  50k|  1 |2974 |3886 |-1.250814e+03 |      --      |    Inf |   1.29%
104.94/105.41	c  89.1s| 12700 | 12468 |461173 |  36.1 |   229M |  57 |1968 |2980 |1992 |  51k|  1 |3011 |3898 |-1.250814e+03 |      --      |    Inf |   1.29%
105.44/105.99	c  89.7s| 12800 | 12565 |464293 |  36.1 |   229M |  57 |1968 |2977 |2037 |  51k|  1 |3016 |3901 |-1.250814e+03 |      --      |    Inf |   1.29%
106.14/106.66	c  90.3s| 12900 | 12662 |468013 |  36.1 |   230M |  57 |1968 |2971 |2014 |  52k|  1 |3020 |3902 |-1.250814e+03 |      --      |    Inf |   1.29%
106.65/107.12	c  90.8s| 13000 | 12758 |470466 |  36.0 |   231M |  57 |1968 |2972 |2105 |  52k|  8 |3032 |3906 |-1.250814e+03 |      --      |    Inf |   1.29%
107.13/107.68	c  91.4s| 13100 | 12854 |473630 |  36.0 |   232M |  57 |1968 |2969 |1999 |  52k|  1 |3051 |3922 |-1.250814e+03 |      --      |    Inf |   1.29%
107.83/108.30	c  92.0s| 13200 | 12945 |477187 |  36.0 |   232M |  57 |1968 |3012 |2025 |  53k|  1 |3101 |3935 |-1.250814e+03 |      --      |    Inf |   1.29%
108.43/108.93	c  92.6s| 13300 | 13038 |480350 |  35.9 |   232M |  57 |1968 |3020 |2018 |  53k|  1 |3129 |3960 |-1.250814e+03 |      --      |    Inf |   1.29%
109.12/109.66	c  93.3s| 13400 | 13138 |483853 |  35.9 |   233M |  57 |1968 |3028 |1970 |  53k|  1 |3154 |3968 |-1.250814e+03 |      --      |    Inf |   1.29%
109.82/110.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
109.82/110.39	c  94.1s| 13500 | 13231 |487218 |  35.9 |   233M |  57 |1968 |3089 |2021 |  54k|  1 |3232 |3995 |-1.250814e+03 |      --      |    Inf |   1.29%
110.63/111.15	c  94.8s| 13600 | 13325 |490385 |  35.9 |   233M |  57 |1968 |3100 |2016 |  54k|  1 |3251 |4007 |-1.250814e+03 |      --      |    Inf |   1.29%
111.53/112.06	c  95.7s| 13700 | 13420 |495639 |  36.0 |   234M |  57 |1968 |3121 |2007 |  55k|  2 |3304 |4038 |-1.250814e+03 |      --      |    Inf |   1.29%
112.52/113.08	c  96.8s| 13800 | 13512 |501906 |  36.2 |   234M |  57 |1968 |3131 |2056 |  55k|  4 |3353 |4076 |-1.250814e+03 |      --      |    Inf |   1.29%
113.52/114.11	c  97.8s| 13900 | 13610 |509705 |  36.5 |   234M |  57 |1968 |3126 |2018 |  55k|  1 |3368 |4123 |-1.250814e+03 |      --      |    Inf |   1.29%
114.21/114.79	c  98.5s| 14000 | 13696 |515801 |  36.7 |   235M |  57 |1968 |3147 |2020 |  56k|  1 |3422 |4174 |-1.250814e+03 |      --      |    Inf |   1.29%
115.20/115.74	c  99.4s| 14100 | 13792 |522703 |  36.9 |   237M |  57 |1968 |3128 |2038 |  56k|  1 |3442 |4207 |-1.250814e+03 |      --      |    Inf |   1.29%
116.30/116.83	c   101s| 14200 | 13885 |531101 |  37.2 |   238M |  57 |1968 |3172 |2011 |  57k|  1 |3516 |4272 |-1.250814e+03 |      --      |    Inf |   1.29%
117.20/117.77	c   101s| 14300 | 13977 |538619 |  37.5 |   239M |  57 |1968 |3191 |2050 |  58k|  1 |3557 |4298 |-1.250814e+03 |      --      |    Inf |   1.29%
118.29/118.85	c   103s| 14400 | 14068 |546976 |  37.8 |   239M |  57 |1968 |3240 |2037 |  58k|  1 |3624 |4342 |-1.250814e+03 |      --      |    Inf |   1.29%
119.29/119.80	c   103s| 14500 | 14166 |555011 |  38.1 |   239M |  57 |1968 |3234 |2080 |  59k|  1 |3659 |4356 |-1.250814e+03 |      --      |    Inf |   1.29%
120.18/120.73	c   104s| 14600 | 14264 |561570 |  38.3 |   242M |  57 |1968 |3225 |2000 |  59k|  1 |3669 |4377 |-1.250814e+03 |      --      |    Inf |   1.29%
121.28/121.81	c   105s| 14700 | 14352 |570549 |  38.7 |   243M |  57 |1968 |3333 |1986 |  60k|  1 |3805 |4430 |-1.250814e+03 |      --      |    Inf |   1.29%
122.18/122.73	c   106s| 14800 | 14442 |578561 |  38.9 |   244M |  57 |1968 |3357 |2029 |  60k|  1 |3857 |4476 |-1.250814e+03 |      --      |    Inf |   1.29%
122.87/123.48	c   107s| 14900 | 14536 |586152 |  39.2 |   245M |  57 |1968 |3366 |2023 |  61k|  1 |3882 |4490 |-1.250814e+03 |      --      |    Inf |   1.29%
123.97/124.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
123.97/124.58	c   108s| 15000 | 14623 |594085 |  39.5 |   245M |  57 |1968 |3356 |2006 |  61k|  1 |3911 |4508 |-1.250814e+03 |      --      |    Inf |   1.29%
124.67/125.28	c   109s| 15100 | 14712 |601936 |  39.7 |   245M |  57 |1968 |3389 |2047 |  62k|  1 |3965 |4521 |-1.250829e+03 |      --      |    Inf |   1.29%
125.66/126.21	c   110s| 15200 | 14787 |609411 |  39.9 |   246M |  57 |1968 |3471 |2050 |  62k|  1 |4084 |4559 |-1.250829e+03 |      --      |    Inf |   1.29%
126.47/127.09	c   111s| 15300 | 14875 |616673 |  40.2 |   247M |  57 |1968 |3477 |2021 |  63k|  1 |4105 |4572 |-1.250855e+03 |      --      |    Inf |   1.29%
127.65/128.24	c   112s| 15400 | 14959 |626608 |  40.5 |   248M |  57 |1968 |3567 |2003 |  63k|  1 |4220 |4599 |-1.250855e+03 |      --      |    Inf |   1.29%
128.65/129.20	c   113s| 15500 | 15042 |637819 |  41.0 |   249M |  57 |1968 |3661 |2122 |  64k|  7 |4350 |4634 |-1.250855e+03 |      --      |    Inf |   1.29%
129.34/129.94	c   114s| 15600 | 15122 |644094 |  41.1 |   249M |  57 |1968 |3688 |2066 |  64k|  1 |4405 |4641 |-1.250952e+03 |      --      |    Inf |   1.29%
130.14/130.76	c   114s| 15700 | 15204 |650858 |  41.3 |   249M |  57 |1968 |3764 |2017 |  65k|  1 |4510 |4694 |-1.250952e+03 |      --      |    Inf |   1.29%
131.04/131.61	c   115s| 15800 | 15288 |657572 |  41.5 |   250M |  57 |1968 |3798 |1972 |  65k|  1 |4568 |4713 |-1.250952e+03 |      --      |    Inf |   1.29%
131.63/132.29	c   116s| 15900 | 15377 |663530 |  41.6 |   250M |  57 |1968 |3792 |2033 |  66k|  1 |4594 |4718 |-1.250952e+03 |      --      |    Inf |   1.29%
132.33/132.93	c   117s| 16000 | 15463 |669073 |  41.7 |   251M |  57 |1968 |3799 |2041 |  66k|  1 |4629 |4720 |-1.250976e+03 |      --      |    Inf |   1.29%
133.54/134.18	c   118s| 16100 | 15541 |680037 |  42.1 |   251M |  57 |1968 |3800 |1998 |  67k|  1 |4681 |4752 |-1.250976e+03 |      --      |    Inf |   1.29%
134.62/135.20	c   119s| 16200 | 15625 |687313 |  42.3 |   253M |  57 |1968 |3824 |2049 |  68k|  4 |4766 |4807 |-1.250976e+03 |      --      |    Inf |   1.29%
135.02/135.66	c   119s| 16300 | 15713 |692575 |  42.4 |   254M |  57 |1968 |3815 |1975 |  68k|  1 |4790 |4821 |-1.251038e+03 |      --      |    Inf |   1.29%
135.62/136.27	c   120s| 16400 | 15803 |697113 |  42.4 |   254M |  57 |1968 |3808 |1983 |  68k|  1 |4822 |4833 |-1.251038e+03 |      --      |    Inf |   1.29%
136.53/137.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
136.53/137.14	c   121s| 16500 | 15888 |705023 |  42.6 |   254M |  57 |1968 |3850 |2034 |  69k|  1 |4899 |4884 |-1.251038e+03 |      --      |    Inf |   1.29%
137.62/138.22	c   122s| 16600 | 15977 |714304 |  42.9 |   260M |  57 |1968 |3868 |2003 |  69k|  1 |4974 |4931 |-1.251038e+03 |      --      |    Inf |   1.29%
138.43/139.03	c   123s| 16700 | 16073 |719692 |  43.0 |   260M |  57 |1968 |3835 |2042 |  70k|  1 |4985 |4983 |-1.251038e+03 |      --      |    Inf |   1.29%
139.21/139.84	c   124s| 16800 | 16165 |726326 |  43.1 |   260M |  57 |1968 |3853 |2073 |  70k|  1 |5038 |4991 |-1.251038e+03 |      --      |    Inf |   1.29%
139.91/140.58	c   124s| 16900 | 16263 |732764 |  43.2 |   261M |  57 |1968 |3802 |2002 |  71k|  1 |5050 |4994 |-1.251038e+03 |      --      |    Inf |   1.29%
141.10/141.75	c   125s| 17000 | 16357 |742072 |  43.5 |   261M |  57 |1968 |3786 |2091 |  72k|  1 |5096 |5033 |-1.251038e+03 |      --      |    Inf |   1.29%
141.70/142.37	c   126s| 17100 | 16448 |747379 |  43.6 |   261M |  57 |1968 |3764 |2075 |  72k|  1 |5153 |5062 |-1.251038e+03 |      --      |    Inf |   1.29%
142.41/143.10	c   127s| 17200 | 16540 |753501 |  43.7 |   261M |  57 |1968 |3760 |2059 |  73k|  1 |5207 |5098 |-1.251038e+03 |      --      |    Inf |   1.29%
143.19/143.88	c   128s| 17300 | 16631 |759692 |  43.8 |   262M |  57 |1968 |3746 |2001 |  73k|  1 |5242 |5127 |-1.251142e+03 |      --      |    Inf |   1.29%
144.40/145.05	c   129s| 17400 | 16709 |767984 |  44.0 |   264M |  57 |1968 |3801 |2001 |  74k|  1 |5344 |5153 |-1.251142e+03 |      --      |    Inf |   1.29%
145.28/145.91	c   130s| 17500 | 16790 |773994 |  44.1 |   265M |  57 |1968 |3813 |2037 |  74k|  1 |5388 |5172 |-1.251142e+03 |      --      |    Inf |   1.29%
146.18/146.89	c   131s| 17600 | 16880 |781159 |  44.3 |   268M |  57 |1968 |3818 |2053 |  75k|  1 |5451 |5203 |-1.251142e+03 |      --      |    Inf |   1.29%
147.08/147.70	c   131s| 17700 | 16968 |787689 |  44.4 |   269M |  57 |1968 |3829 |2080 |  75k|  1 |5508 |5222 |-1.251142e+03 |      --      |    Inf |   1.29%
147.87/148.50	c   132s| 17800 | 17055 |794539 |  44.5 |   270M |  57 |1968 |3837 |2037 |  76k|  1 |5560 |5242 |-1.251142e+03 |      --      |    Inf |   1.29%
148.49/149.18	c   133s| 17900 | 17141 |799839 |  44.6 |   270M |  57 |1968 |3850 |2001 |  76k|  1 |5601 |5268 |-1.251142e+03 |      --      |    Inf |   1.29%
149.38/150.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
149.38/150.05	c   134s| 18000 | 17227 |807337 |  44.7 |   270M |  57 |1968 |3869 |2049 |  77k|  1 |5654 |5284 |-1.251142e+03 |      --      |    Inf |   1.29%
150.17/150.85	c   135s| 18100 | 17315 |814421 |  44.9 |   271M |  57 |1968 |3871 |2096 |  77k|  1 |5676 |5304 |-1.251206e+03 |      --      |    Inf |   1.29%
150.96/151.65	c   135s| 18200 | 17403 |820641 |  45.0 |   271M |  57 |1968 |3874 |2005 |  78k|  2 |5724 |5337 |-1.251206e+03 |      --      |    Inf |   1.29%
151.76/152.43	c   136s| 18300 | 17497 |827085 |  45.1 |   271M |  57 |1968 |3910 |2014 |  78k|  1 |5800 |5361 |-1.251732e+03 |      --      |    Inf |   1.29%
152.56/153.20	c   137s| 18400 | 17585 |833207 |  45.2 |   272M |  57 |1968 |3916 |2022 |  79k|  2 |5835 |5386 |-1.251732e+03 |      --      |    Inf |   1.29%
153.55/154.23	c   138s| 18500 | 17671 |840799 |  45.3 |   274M |  57 |1968 |3927 |2008 |  79k|  1 |5896 |5410 |-1.251732e+03 |      --      |    Inf |   1.29%
154.25/154.94	c   139s| 18600 | 17756 |845859 |  45.4 |   274M |  57 |1968 |3933 |   0 |  80k|  0 |5945 |5422 |-1.251732e+03 |      --      |    Inf |   1.29%
155.04/155.75	c   139s| 18700 | 17848 |851768 |  45.4 |   275M |  57 |1968 |3929 |2046 |  80k|  1 |5974 |5442 |-1.251732e+03 |      --      |    Inf |   1.29%
155.84/156.59	c   140s| 18800 | 17934 |857968 |  45.5 |   276M |  61 |1968 |3933 |2044 |  81k|  1 |6017 |5467 |-1.252057e+03 |      --      |    Inf |   1.29%
156.74/157.44	c   141s| 18900 | 18026 |864698 |  45.6 |   277M |  61 |1968 |3920 |2023 |  81k|  1 |6052 |5479 |-1.252057e+03 |      --      |    Inf |   1.29%
157.63/158.34	c   142s| 19000 | 18113 |871708 |  45.8 |   277M |  61 |1968 |3933 |2109 |  82k|  1 |6108 |5491 |-1.252057e+03 |      --      |    Inf |   1.29%
158.44/159.17	c   143s| 19100 | 18203 |879284 |  45.9 |   277M |  61 |1968 |3932 |2061 |  82k|  1 |6140 |5497 |-1.252057e+03 |      --      |    Inf |   1.29%
159.23/159.95	c   144s| 19200 | 18289 |885285 |  46.0 |   278M |  61 |1968 |3924 |2055 |  83k|  1 |6183 |5516 |-1.252057e+03 |      --      |    Inf |   1.29%
159.82/160.50	c   144s| 19300 | 18375 |889559 |  46.0 |   278M |  61 |1968 |3913 |2075 |  83k|  1 |6206 |5540 |-1.252057e+03 |      --      |    Inf |   1.29%
160.33/161.06	c   145s| 19400 | 18463 |894699 |  46.0 |   279M |  61 |1968 |3912 |2034 |  84k|  1 |6235 |5542 |-1.252057e+03 |      --      |    Inf |   1.29%
161.12/161.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
161.12/161.84	c   146s| 19500 | 18547 |900965 |  46.1 |   279M |  61 |1968 |3918 |2009 |  84k|  1 |6276 |5549 |-1.252057e+03 |      --      |    Inf |   1.29%
162.21/162.99	c   147s| 19600 | 18631 |916745 |  46.7 |   280M |  61 |1968 |3950 |2005 |  84k|  1 |6352 |5552 |-1.252057e+03 |      --      |    Inf |   1.29%
163.21/163.90	c   148s| 19700 | 18721 |923826 |  46.8 |   280M |  61 |1968 |3946 |   0 |  85k|  0 |6386 |5573 |-1.252057e+03 |      --      |    Inf |   1.29%
164.01/164.78	c   148s| 19800 | 18813 |930306 |  46.9 |   280M |  61 |1968 |3914 |2014 |  85k|  1 |6396 |5576 |-1.252057e+03 |      --      |    Inf |   1.29%
165.10/165.85	c   150s| 19900 | 18907 |938296 |  47.0 |   280M |  61 |1968 |3882 |2014 |  86k|  1 |6411 |5579 |-1.252057e+03 |      --      |    Inf |   1.29%
166.20/166.92	c   151s| 20000 | 19001 |945737 |  47.2 |   282M |  61 |1968 |3879 |2026 |  86k|  1 |6458 |5604 |-1.252057e+03 |      --      |    Inf |   1.29%
167.19/167.94	c   152s| 20100 | 19091 |953543 |  47.3 |   283M |  61 |1968 |3879 |2013 |  87k|  1 |6490 |5619 |-1.252057e+03 |      --      |    Inf |   1.29%
168.19/168.98	c   153s| 20200 | 19184 |959885 |  47.4 |   284M |  61 |1968 |3847 |2006 |  88k|  1 |6500 |5642 |-1.252057e+03 |      --      |    Inf |   1.29%
169.18/169.94	c   154s| 20300 | 19270 |966626 |  47.5 |   285M |  61 |1968 |3880 |2049 |  88k|  1 |6574 |5679 |-1.252057e+03 |      --      |    Inf |   1.29%
169.98/170.76	c   154s| 20400 | 19364 |973371 |  47.6 |   286M |  61 |1968 |3893 |2031 |  89k|  1 |6618 |5695 |-1.252057e+03 |      --      |    Inf |   1.29%
170.78/171.51	c   155s| 20500 | 19445 |979275 |  47.7 |   286M |  61 |1968 |3917 |2089 |  89k|  1 |6671 |5711 |-1.252057e+03 |      --      |    Inf |   1.29%
171.78/172.55	c   156s| 20600 | 19539 |987117 |  47.8 |   292M |  61 |1968 |3907 |2050 |  90k|  1 |6692 |5733 |-1.252057e+03 |      --      |    Inf |   1.29%
172.58/173.35	c   157s| 20700 | 19623 |991625 |  47.8 |   293M |  61 |1968 |3917 |2021 |  90k|  1 |6734 |5742 |-1.252057e+03 |      --      |    Inf |   1.29%
173.57/174.33	c   158s| 20800 | 19713 |998565 |  47.9 |   295M |  61 |1968 |3903 |2009 |  91k|  1 |6757 |5747 |-1.252057e+03 |      --      |    Inf |   1.29%
174.38/175.13	c   159s| 20900 | 19801 |  1005k|  48.0 |   295M |  61 |1968 |3906 |2013 |  91k|  1 |6791 |5750 |-1.252057e+03 |      --      |    Inf |   1.29%
175.07/175.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
175.07/175.82	c   159s| 21000 | 19888 |  1011k|  48.1 |   297M |  61 |1968 |3884 |2067 |  91k|  1 |6821 |5755 |-1.252057e+03 |      --      |    Inf |   1.29%
175.86/176.68	c   160s| 21100 | 19972 |  1018k|  48.2 |   297M |  61 |1968 |3887 |2055 |  92k|  1 |6872 |5756 |-1.252057e+03 |      --      |    Inf |   1.29%
176.96/177.75	c   161s| 21200 | 20051 |  1026k|  48.3 |   298M |  61 |1968 |3887 |2088 |  93k|  1 |6921 |5787 |-1.252057e+03 |      --      |    Inf |   1.29%
177.96/178.78	c   162s| 21300 | 20141 |  1036k|  48.6 |   298M |  61 |1968 |3835 |1999 |  93k|  1 |6945 |5814 |-1.252073e+03 |      --      |    Inf |   1.29%
178.65/179.45	c   163s| 21400 | 20231 |  1041k|  48.6 |   298M |  61 |1968 |3827 |2044 |  94k|  1 |6972 |5836 |-1.252073e+03 |      --      |    Inf |   1.29%
179.45/180.25	c   164s| 21500 | 20314 |  1047k|  48.6 |   298M |  61 |1968 |3842 |2009 |  94k|  1 |7042 |5864 |-1.252073e+03 |      --      |    Inf |   1.29%
180.36/181.12	c   165s| 21600 | 20404 |  1054k|  48.7 |   298M |  61 |1968 |3843 |2047 |  95k|  1 |7074 |5874 |-1.253024e+03 |      --      |    Inf |   1.29%
181.14/181.94	c   166s| 21700 | 20492 |  1059k|  48.7 |   299M |  61 |1968 |3836 |2031 |  95k|  1 |7105 |5897 |-1.253024e+03 |      --      |    Inf |   1.29%
181.94/182.73	c   166s| 21800 | 20576 |  1065k|  48.8 |   300M |  61 |1968 |3841 |2011 |  95k|  1 |7149 |5918 |-1.253024e+03 |      --      |    Inf |   1.29%
182.54/183.37	c   167s| 21900 | 20655 |  1070k|  48.8 |   300M |  61 |1968 |3872 |1965 |  96k|  1 |7206 |5931 |-1.253028e+03 |      --      |    Inf |   1.29%
183.73/184.51	c   168s| 22000 | 20751 |  1079k|  49.0 |   300M |  61 |1968 |3912 |2023 |  96k|  1 |7274 |5969 |-1.253028e+03 |      --      |    Inf |   1.29%
184.63/185.44	c   169s| 22100 | 20833 |  1086k|  49.1 |   300M |  67 |1968 |3960 |2052 |  97k|  1 |7350 |6012 |-1.253028e+03 |      --      |    Inf |   1.29%
185.34/186.19	c   170s| 22200 | 20915 |  1092k|  49.1 |   300M |  67 |1968 |3984 |2058 |  97k|  1 |7404 |6029 |-1.253028e+03 |      --      |    Inf |   1.29%
186.42/187.26	c   171s| 22300 | 21002 |  1100k|  49.3 |   301M |  67 |1968 |3963 |2139 |  98k|  4 |7446 |6068 |-1.253028e+03 |      --      |    Inf |   1.29%
187.12/187.90	c   172s| 22400 | 21084 |  1106k|  49.3 |   301M |  67 |1968 |3999 |2019 |  98k|  1 |7520 |6093 |-1.253028e+03 |      --      |    Inf |   1.29%
187.91/188.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
187.91/188.70	c   172s| 22500 | 21174 |  1112k|  49.4 |   303M |  67 |1968 |4030 |1991 |  99k|  1 |7594 |6106 |-1.253028e+03 |      --      |    Inf |   1.29%
188.61/189.45	c   173s| 22600 | 21262 |  1118k|  49.4 |   305M |  69 |1968 |4078 |2080 |  99k|  3 |7651 |6137 |-1.253028e+03 |      --      |    Inf |   1.29%
189.22/190.06	c   174s| 22700 | 21345 |  1124k|  49.5 |   305M |  69 |1968 |4089 |2039 |  99k|  1 |7697 |6154 |-1.253028e+03 |      --      |    Inf |   1.29%
190.01/190.86	c   175s| 22800 | 21428 |  1130k|  49.5 |   305M |  69 |1968 |4088 |2006 | 100k|  1 |7748 |6175 |-1.253585e+03 |      --      |    Inf |   1.29%
190.80/191.63	c   175s| 22900 | 21518 |  1136k|  49.5 |   305M |  69 |1968 |4091 |2027 | 100k|  1 |7771 |6192 |-1.253667e+03 |      --      |    Inf |   1.29%
191.60/192.40	c   176s| 23000 | 21601 |  1143k|  49.6 |   306M |  69 |1968 |4115 |2101 | 101k|  1 |7834 |6225 |-1.253667e+03 |      --      |    Inf |   1.29%
192.49/193.30	c   177s| 23100 | 21692 |  1150k|  49.7 |   306M |  69 |1968 |4105 |2068 | 101k|  1 |7864 |6242 |-1.253667e+03 |      --      |    Inf |   1.29%
193.59/194.46	c   178s| 23200 | 21786 |  1160k|  49.9 |   309M |  69 |1968 |4070 |2075 | 102k|  1 |7877 |6256 |-1.253667e+03 |      --      |    Inf |   1.29%
194.38/195.20	c   179s| 23300 | 21876 |  1168k|  50.1 |   310M |  69 |1968 |4062 |2012 | 102k|  1 |7920 |6280 |-1.253667e+03 |      --      |    Inf |   1.29%
195.08/196.00	c   180s| 23400 | 21957 |  1175k|  50.1 |   311M |  69 |1968 |4120 |2070 | 103k|  1 |8026 |6322 |-1.253667e+03 |      --      |    Inf |   1.29%
195.78/196.63	c   180s| 23500 | 22045 |  1182k|  50.2 |   312M |  69 |1968 |4139 |2030 | 103k|  1 |8099 |6334 |-1.253667e+03 |      --      |    Inf |   1.29%
196.29/197.16	c   181s| 23600 | 22128 |  1188k|  50.3 |   312M |  69 |1968 |4162 |   0 | 103k|  0 |8174 |6353 |-1.253667e+03 |      --      |    Inf |   1.29%
197.18/198.05	c   182s| 23700 | 22200 |  1195k|  50.4 |   313M |  69 |1968 |4189 |2076 | 104k|  1 |8262 |6376 |-1.253805e+03 |      --      |    Inf |   1.29%
198.18/199.06	c   183s| 23800 | 22281 |  1204k|  50.5 |   315M |  69 |1968 |4187 |   0 | 105k|  0 |8316 |6383 |-1.253805e+03 |      --      |    Inf |   1.29%
198.76/199.68	c   183s| 23900 | 22366 |  1210k|  50.5 |   317M |  69 |1968 |4158 |2060 | 105k|  1 |8358 |6391 |-1.253805e+03 |      --      |    Inf |   1.29%
199.37/200.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
199.37/200.27	c   184s| 24000 | 22449 |  1215k|  50.6 |   318M |  69 |1968 |4176 |2029 | 105k|  1 |8414 |6403 |-1.253805e+03 |      --      |    Inf |   1.29%
200.28/201.12	c   185s| 24100 | 22519 |  1221k|  50.6 |   319M |  69 |1968 |4215 |2072 | 106k|  1 |8511 |6412 |-1.253805e+03 |      --      |    Inf |   1.29%
201.18/202.07	c   186s| 24200 | 22603 |  1228k|  50.7 |   321M |  69 |1968 |4189 |2017 | 106k|  1 |8557 |6435 |-1.253805e+03 |      --      |    Inf |   1.29%
202.17/203.08	c   187s| 24300 | 22677 |  1235k|  50.8 |   324M |  69 |1968 |4250 |   0 | 107k|  0 |8652 |6491 |-1.253805e+03 |      --      |    Inf |   1.29%
202.86/203.78	c   187s| 24400 | 22756 |  1241k|  50.8 |   324M |  69 |1968 |4286 |2059 | 107k|  1 |8741 |6514 |-1.253805e+03 |      --      |    Inf |   1.29%
203.45/204.37	c   188s| 24500 | 22837 |  1247k|  50.8 |   324M |  69 |1968 |4330 |2067 | 107k|  1 |8810 |6524 |-1.253805e+03 |      --      |    Inf |   1.29%
204.05/204.96	c   189s| 24600 | 22912 |  1252k|  50.8 |   324M |  69 |1968 |4404 |2016 | 108k|  1 |8935 |6546 |-1.253805e+03 |      --      |    Inf |   1.29%
204.95/205.88	c   190s| 24700 | 22986 |  1258k|  50.9 |   324M |  69 |1968 |4416 |2013 | 108k|  1 |9021 |6568 |-1.253939e+03 |      --      |    Inf |   1.29%
205.74/206.60	c   190s| 24800 | 23061 |  1265k|  50.9 |   324M |  69 |1968 |4412 |2098 | 109k|  1 |9079 |6576 |-1.253939e+03 |      --      |    Inf |   1.29%
206.54/207.42	c   191s| 24900 | 23137 |  1269k|  50.9 |   325M |  69 |1968 |4455 |2021 | 109k|  1 |9159 |6586 |-1.253939e+03 |      --      |    Inf |   1.29%
207.03/208.01	c   192s| 25000 | 23221 |  1275k|  50.9 |   326M |  69 |1968 |4469 |2098 | 109k|  1 |9209 |6594 |-1.253939e+03 |      --      |    Inf |   1.29%
207.73/208.60	c   192s| 25100 | 23300 |  1280k|  50.9 |   326M |  69 |1968 |4531 |2018 | 110k|  1 |9314 |6632 |-1.253939e+03 |      --      |    Inf |   1.29%
208.24/209.16	c   193s| 25200 | 23380 |  1286k|  50.9 |   326M |  69 |1968 |4600 |2079 | 110k|  2 |9420 |6658 |-1.253939e+03 |      --      |    Inf |   1.29%
208.93/209.84	c   194s| 25300 | 23460 |  1291k|  51.0 |   326M |  69 |1968 |4635 |2052 | 110k|  1 |9509 |6686 |-1.253939e+03 |      --      |    Inf |   1.29%
209.53/210.42	c   194s| 25400 | 23544 |  1296k|  51.0 |   326M |  69 |1968 |4629 |2005 | 111k|  1 |9545 |6704 |-1.253939e+03 |      --      |    Inf |   1.29%
210.42/211.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
210.42/211.36	c   195s| 25500 | 23632 |  1305k|  51.1 |   326M |  69 |1968 |4623 |2042 | 111k|  1 |9595 |6720 |-1.253939e+03 |      --      |    Inf |   1.29%
211.23/212.13	c   196s| 25600 | 23721 |  1312k|  51.2 |   326M |  69 |1968 |4599 |2015 | 112k|  1 |9624 |6725 |-1.253939e+03 |      --      |    Inf |   1.29%
212.23/213.15	c   197s| 25700 | 23811 |  1319k|  51.3 |   327M |  69 |1968 |4602 |2124 | 112k|  1 |9669 |6757 |-1.253939e+03 |      --      |    Inf |   1.29%
213.12/214.04	c   198s| 25800 | 23895 |  1325k|  51.3 |   328M |  69 |1968 |4634 |2067 | 113k|  1 |9774 |6778 |-1.253939e+03 |      --      |    Inf |   1.29%
214.12/215.07	c   199s| 25900 | 23975 |  1334k|  51.4 |   328M |  69 |1968 |4605 |2013 | 113k|  2 |9829 |6794 |-1.253939e+03 |      --      |    Inf |   1.29%
214.80/215.76	c   199s| 26000 | 24058 |  1341k|  51.5 |   329M |  69 |1968 |4626 |2070 | 114k|  1 |9898 |6800 |-1.253939e+03 |      --      |    Inf |   1.29%
215.60/216.51	c   200s| 26100 | 24139 |  1348k|  51.6 |   330M |  69 |1968 |4634 |2065 | 114k|  1 |9981 |6815 |-1.254817e+03 |      --      |    Inf |   1.29%
216.50/217.45	c   201s| 26200 | 24217 |  1356k|  51.7 |   330M |  69 |1968 |4646 |2033 | 115k|  2 |  10k|6829 |-1.254817e+03 |      --      |    Inf |   1.29%
217.21/218.16	c   202s| 26300 | 24291 |  1362k|  51.7 |   330M |  69 |1968 |4667 |1983 | 115k|  1 |  10k|6849 |-1.254817e+03 |      --      |    Inf |   1.29%
217.89/218.80	c   202s| 26400 | 24375 |  1367k|  51.7 |   330M |  69 |1968 |4645 |2070 | 116k|  1 |  10k|6864 |-1.254817e+03 |      --      |    Inf |   1.29%
218.79/219.70	c   203s| 26500 | 24467 |  1375k|  51.8 |   330M |  69 |1968 |4616 |2085 | 116k|  4 |  10k|6894 |-1.254817e+03 |      --      |    Inf |   1.29%
219.38/220.38	c   204s| 26600 | 24548 |  1381k|  51.9 |   332M |  69 |1968 |4639 |2021 | 116k|  1 |  10k|6909 |-1.254817e+03 |      --      |    Inf |   1.29%
219.98/220.97	c   205s| 26700 | 24620 |  1386k|  51.8 |   332M |  69 |1968 |4657 |   0 | 117k|  0 |  10k|6918 |-1.254817e+03 |      --      |    Inf |   1.29%
220.78/221.73	c   205s| 26800 | 24706 |  1393k|  51.9 |   332M |  69 |1968 |4636 |1998 | 117k|  1 |  10k|6923 |-1.254817e+03 |      --      |    Inf |   1.29%
221.67/222.66	c   206s| 26900 | 24788 |  1398k|  51.9 |   332M |  69 |1968 |4660 |2062 | 118k|  1 |  10k|6973 |-1.254817e+03 |      --      |    Inf |   1.29%
222.37/223.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
222.37/223.33	c   207s| 27000 | 24876 |  1403k|  51.9 |   332M |  69 |1968 |4623 |2018 | 118k|  1 |  10k|6989 |-1.254817e+03 |      --      |    Inf |   1.29%
223.08/224.02	c   208s| 27100 | 24950 |  1408k|  51.9 |   332M |  69 |1968 |4677 |2063 | 118k|  1 |  10k|6996 |-1.254817e+03 |      --      |    Inf |   1.29%
223.57/224.52	c   208s| 27200 | 25032 |  1413k|  51.9 |   332M |  69 |1968 |4676 |2016 | 119k|  1 |  10k|7013 |-1.254817e+03 |      --      |    Inf |   1.29%
224.18/225.16	c   209s| 27300 | 25112 |  1417k|  51.9 |   332M |  69 |1968 |4687 |   0 | 119k|  0 |  10k|7031 |-1.254817e+03 |      --      |    Inf |   1.29%
224.96/225.96	c   210s| 27400 | 25190 |  1424k|  51.9 |   334M |  69 |1968 |4674 |2089 | 120k|  1 |  10k|7038 |-1.254817e+03 |      --      |    Inf |   1.29%
225.56/226.51	c   210s| 27500 | 25266 |  1429k|  51.9 |   335M |  75 |1968 |4738 |2062 | 120k|  1 |  10k|7059 |-1.254817e+03 |      --      |    Inf |   1.29%
226.36/227.37	c   211s| 27600 | 25344 |  1435k|  51.9 |   337M |  75 |1968 |4767 |2077 | 120k|  1 |  11k|7077 |-1.254817e+03 |      --      |    Inf |   1.29%
227.17/228.12	c   212s| 27700 | 25430 |  1441k|  52.0 |   338M |  75 |1968 |4787 |2025 | 121k|  1 |  11k|7106 |-1.254817e+03 |      --      |    Inf |   1.29%
227.65/228.66	c   212s| 27800 | 25507 |  1446k|  51.9 |   338M |  75 |1968 |4816 |   0 | 121k|  0 |  11k|7113 |-1.254817e+03 |      --      |    Inf |   1.29%
228.16/229.15	c   213s| 27900 | 25584 |  1451k|  51.9 |   338M |  75 |1968 |4867 |   0 | 121k|  0 |  11k|7135 |-1.254817e+03 |      --      |    Inf |   1.29%
228.85/229.81	c   213s| 28000 | 25661 |  1456k|  52.0 |   339M |  75 |1968 |4862 |2000 | 122k|  1 |  11k|7143 |-1.254817e+03 |      --      |    Inf |   1.29%
229.74/230.72	c   214s| 28100 | 25739 |  1462k|  52.0 |   340M |  75 |1968 |4859 |2057 | 122k|  1 |  11k|7174 |-1.254817e+03 |      --      |    Inf |   1.29%
230.34/231.36	c   215s| 28200 | 25821 |  1467k|  52.0 |   341M |  75 |1968 |4863 |2119 | 123k|  1 |  11k|7194 |-1.254817e+03 |      --      |    Inf |   1.29%
231.05/232.02	c   216s| 28300 | 25894 |  1473k|  52.0 |   342M |  75 |1968 |4908 |1993 | 123k|  1 |  11k|7216 |-1.254817e+03 |      --      |    Inf |   1.29%
231.53/232.50	c   216s| 28400 | 25972 |  1478k|  52.0 |   343M |  75 |1968 |4960 |2054 | 123k|  1 |  11k|7232 |-1.254817e+03 |      --      |    Inf |   1.29%
232.15/233.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
232.15/233.13	c   217s| 28500 | 26051 |  1483k|  52.0 |   343M |  75 |1968 |4939 |2003 | 124k|  1 |  11k|7243 |-1.254817e+03 |      --      |    Inf |   1.29%
232.93/233.93	c   218s| 28600 | 26124 |  1490k|  52.0 |   343M |  75 |1968 |4935 |2095 | 124k|  3 |  11k|7253 |-1.254817e+03 |      --      |    Inf |   1.29%
233.63/234.69	c   218s| 28700 | 26195 |  1496k|  52.1 |   345M |  75 |1968 |4938 |2059 | 125k|  1 |  11k|7281 |-1.254817e+03 |      --      |    Inf |   1.29%
234.14/235.13	c   219s| 28800 | 26269 |  1500k|  52.0 |   345M |  75 |1968 |4937 |2055 | 125k|  1 |  11k|7289 |-1.254817e+03 |      --      |    Inf |   1.29%
235.03/236.04	c   220s| 28900 | 26351 |  1507k|  52.1 |   347M |  75 |1968 |4912 |2070 | 125k|  1 |  12k|7295 |-1.254817e+03 |      --      |    Inf |   1.29%
235.82/236.87	c   221s| 29000 | 26430 |  1514k|  52.2 |   347M |  75 |1968 |4874 |2037 | 126k|  1 |  12k|7305 |-1.254817e+03 |      --      |    Inf |   1.29%
236.41/237.42	c   221s| 29100 | 26512 |  1519k|  52.2 |   347M |  75 |1968 |4890 |2038 | 126k|  1 |  12k|7320 |-1.254817e+03 |      --      |    Inf |   1.29%
237.03/238.09	c   222s| 29200 | 26584 |  1525k|  52.2 |   347M |  75 |1968 |4930 |2002 | 127k|  1 |  12k|7341 |-1.254817e+03 |      --      |    Inf |   1.29%
237.61/238.64	c   222s| 29300 | 26658 |  1530k|  52.1 |   348M |  75 |1968 |4951 |2043 | 127k|  1 |  12k|7351 |-1.254943e+03 |      --      |    Inf |   1.29%
238.31/239.38	c   223s| 29400 | 26733 |  1536k|  52.2 |   348M |  75 |1968 |4971 |2055 | 128k|  1 |  12k|7368 |-1.254943e+03 |      --      |    Inf |   1.29%
239.02/240.06	c   224s| 29500 | 26807 |  1542k|  52.2 |   349M |  75 |1968 |5011 |2032 | 128k|  1 |  12k|7406 |-1.254943e+03 |      --      |    Inf |   1.29%
240.01/241.07	c   225s| 29600 | 26889 |  1550k|  52.3 |   349M |  75 |1968 |5030 |2106 | 129k|  1 |  12k|7411 |-1.254943e+03 |      --      |    Inf |   1.29%
240.80/241.84	c   226s| 29700 | 26972 |  1557k|  52.4 |   349M |  75 |1968 |4974 |2036 | 129k|  1 |  12k|7415 |-1.254943e+03 |      --      |    Inf |   1.29%
241.39/242.42	c   226s| 29800 | 27053 |  1562k|  52.4 |   349M |  75 |1968 |4926 |2042 | 129k|  1 |  12k|7427 |-1.254943e+03 |      --      |    Inf |   1.29%
242.29/243.35	c   227s| 29900 | 27135 |  1568k|  52.4 |   349M |  75 |1968 |4915 |2068 | 130k|  1 |  12k|7506 |-1.254943e+03 |      --      |    Inf |   1.29%
243.19/244.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
243.19/244.20	c   228s| 30000 | 27218 |  1576k|  52.5 |   349M |  75 |1968 |4913 |2056 | 130k|  1 |  12k|7510 |-1.254943e+03 |      --      |    Inf |   1.29%
243.88/244.98	c   229s| 30100 | 27303 |  1583k|  52.5 |   349M |  75 |1968 |4909 |2069 | 131k|  4 |  13k|7520 |-1.254943e+03 |      --      |    Inf |   1.29%
244.78/245.88	c   230s| 30200 | 27385 |  1590k|  52.6 |   350M |  75 |1968 |4902 |   0 | 131k|  0 |  13k|7526 |-1.254943e+03 |      --      |    Inf |   1.29%
245.49/246.56	c   230s| 30300 | 27470 |  1595k|  52.6 |   352M |  75 |1968 |4910 |   0 | 132k|  0 |  13k|7538 |-1.254943e+03 |      --      |    Inf |   1.29%
246.48/247.55	c   231s| 30400 | 27546 |  1602k|  52.6 |   352M |  75 |1968 |4974 |2063 | 132k|  1 |  13k|7597 |-1.254943e+03 |      --      |    Inf |   1.29%
247.28/248.30	c   232s| 30500 | 27632 |  1607k|  52.6 |   354M |  75 |1968 |4926 |2020 | 133k|  1 |  13k|7624 |-1.254943e+03 |      --      |    Inf |   1.29%
247.99/249.06	c   233s| 30600 | 27708 |  1612k|  52.6 |   355M |  75 |1968 |4955 |2038 | 133k|  1 |  13k|7679 |-1.254943e+03 |      --      |    Inf |   1.29%
248.77/249.80	c   233s| 30700 | 27796 |  1617k|  52.6 |   357M |  75 |1968 |4991 |2069 | 133k|  1 |  13k|7703 |-1.254943e+03 |      --      |    Inf |   1.29%
249.37/250.43	c   234s| 30800 | 27872 |  1622k|  52.6 |   357M |  75 |1968 |4976 |2008 | 134k|  1 |  13k|7706 |-1.255082e+03 |      --      |    Inf |   1.29%
249.98/251.10	c   235s| 30900 | 27954 |  1628k|  52.6 |   357M |  75 |1968 |4986 |2040 | 134k|  2 |  13k|7725 |-1.255082e+03 |      --      |    Inf |   1.29%
250.46/251.58	c   235s| 31000 | 28029 |  1634k|  52.6 |   357M |  75 |1968 |4986 |2060 | 134k|  1 |  13k|7740 |-1.255082e+03 |      --      |    Inf |   1.29%
251.36/252.40	c   236s| 31100 | 28105 |  1641k|  52.7 |   357M |  75 |1968 |5005 |   0 | 135k|  0 |  13k|7764 |-1.255082e+03 |      --      |    Inf |   1.29%
251.86/252.99	c   237s| 31200 | 28175 |  1646k|  52.7 |   358M |  75 |1968 |5053 |2104 | 135k|  1 |  14k|7770 |-1.255082e+03 |      --      |    Inf |   1.29%
252.55/253.61	c   237s| 31300 | 28251 |  1652k|  52.7 |   361M |  75 |1968 |5102 |2059 | 136k|  1 |  14k|7783 |-1.255082e+03 |      --      |    Inf |   1.29%
253.06/254.19	c   238s| 31400 | 28326 |  1656k|  52.7 |   362M |  75 |1968 |5135 |2097 | 136k|  1 |  14k|7784 |-1.255082e+03 |      --      |    Inf |   1.29%
253.65/254.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
253.65/254.73	c   238s| 31500 | 28406 |  1661k|  52.7 |   362M |  75 |1968 |5161 |1990 | 136k|  1 |  14k|7788 |-1.255082e+03 |      --      |    Inf |   1.29%
254.25/255.35	c   239s| 31600 | 28493 |  1666k|  52.7 |   364M |  75 |1968 |5145 |2061 | 137k|  1 |  14k|7792 |-1.255488e+03 |      --      |    Inf |   1.29%
255.06/256.16	c   240s| 31700 | 28577 |  1672k|  52.7 |   366M |  75 |1968 |5115 |   0 | 137k|  0 |  14k|7805 |-1.255488e+03 |      --      |    Inf |   1.29%
255.64/256.70	c   240s| 31800 | 28657 |  1677k|  52.7 |   366M |  75 |1968 |5170 |2043 | 137k|  1 |  14k|7843 |-1.255488e+03 |      --      |    Inf |   1.29%
256.14/257.24	c   241s| 31900 | 28734 |  1682k|  52.7 |   367M |  75 |1968 |5190 |2016 | 138k|  1 |  14k|7864 |-1.255488e+03 |      --      |    Inf |   1.29%
256.74/257.86	c   242s| 32000 | 28811 |  1688k|  52.7 |   367M |  75 |1968 |5172 |2022 | 138k|  1 |  14k|7869 |-1.255488e+03 |      --      |    Inf |   1.29%
257.13/258.27	c   242s| 32100 | 28889 |  1692k|  52.6 |   368M |  75 |1968 |5186 |2091 | 139k|  1 |  14k|7871 |-1.255488e+03 |      --      |    Inf |   1.29%
257.83/258.95	c   243s| 32200 | 28963 |  1697k|  52.6 |   368M |  75 |1968 |5181 |2125 | 139k|  1 |  14k|7892 |-1.255488e+03 |      --      |    Inf |   1.29%
258.53/259.63	c   243s| 32300 | 29038 |  1702k|  52.6 |   368M |  75 |1968 |5178 |   0 | 139k|  0 |  14k|7904 |-1.255488e+03 |      --      |    Inf |   1.29%
259.32/260.45	c   244s| 32400 | 29115 |  1708k|  52.7 |   369M |  75 |1968 |5151 |2075 | 140k|  1 |  15k|7921 |-1.255488e+03 |      --      |    Inf |   1.29%
259.94/261.10	c   245s| 32500 | 29194 |  1713k|  52.7 |   369M |  75 |1968 |5119 |1974 | 140k|  1 |  15k|7935 |-1.255488e+03 |      --      |    Inf |   1.29%
260.82/261.96	c   246s| 32600 | 29273 |  1720k|  52.7 |   369M |  75 |1968 |5161 |2125 | 141k|  1 |  15k|7943 |-1.255488e+03 |      --      |    Inf |   1.29%
261.62/262.72	c   246s| 32700 | 29355 |  1726k|  52.7 |   370M |  75 |1968 |5176 |2013 | 141k|  1 |  15k|7976 |-1.255488e+03 |      --      |    Inf |   1.29%
262.31/263.40	c   247s| 32800 | 29435 |  1732k|  52.8 |   370M |  75 |1968 |5182 |2058 | 141k|  1 |  15k|7995 |-1.255488e+03 |      --      |    Inf |   1.29%
263.02/264.14	c   248s| 32900 | 29512 |  1738k|  52.8 |   370M |  75 |1968 |5189 |2116 | 142k|  1 |  15k|8007 |-1.255488e+03 |      --      |    Inf |   1.29%
263.71/264.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
263.71/264.80	c   248s| 33000 | 29598 |  1743k|  52.8 |   371M |  75 |1968 |5168 |2003 | 142k|  1 |  15k|8028 |-1.255488e+03 |      --      |    Inf |   1.29%
264.20/265.31	c   249s| 33100 | 29672 |  1748k|  52.7 |   371M |  75 |1968 |5196 |2030 | 143k|  1 |  15k|8033 |-1.255488e+03 |      --      |    Inf |   1.29%
264.91/266.05	c   250s| 33200 | 29752 |  1754k|  52.8 |   371M |  75 |1968 |5216 |2127 | 143k|  1 |  15k|8042 |-1.255488e+03 |      --      |    Inf |   1.29%
265.50/266.64	c   250s| 33300 | 29828 |  1760k|  52.8 |   371M |  75 |1968 |5205 |2036 | 143k|  2 |  15k|8052 |-1.255488e+03 |      --      |    Inf |   1.29%
266.10/267.22	c   251s| 33400 | 29908 |  1765k|  52.8 |   371M |  75 |1968 |5187 |2078 | 144k|  1 |  15k|8053 |-1.255488e+03 |      --      |    Inf |   1.29%
266.92/268.04	c   252s| 33500 | 29984 |  1771k|  52.8 |   371M |  75 |1968 |5170 |2001 | 144k|  1 |  15k|8074 |-1.255488e+03 |      --      |    Inf |   1.29%
267.91/269.01	c   253s| 33600 | 30066 |  1780k|  52.9 |   380M |  75 |1968 |5205 |2110 | 145k|  3 |  15k|8091 |-1.255488e+03 |      --      |    Inf |   1.29%
268.39/269.59	c   253s| 33700 | 30148 |  1784k|  52.9 |   380M |  75 |1968 |5143 |2015 | 145k|  1 |  16k|8102 |-1.255488e+03 |      --      |    Inf |   1.29%
269.09/270.26	c   254s| 33800 | 30227 |  1790k|  52.9 |   380M |  75 |1968 |5160 |2002 | 146k|  1 |  16k|8112 |-1.255488e+03 |      --      |    Inf |   1.29%
269.79/270.99	c   255s| 33900 | 30303 |  1795k|  52.9 |   380M |  75 |1968 |5185 |2049 | 146k|  1 |  16k|8127 |-1.255488e+03 |      --      |    Inf |   1.29%
270.68/271.89	c   256s| 34000 | 30383 |  1802k|  53.0 |   385M |  75 |1968 |5206 |   0 | 146k|  0 |  16k|8142 |-1.255488e+03 |      --      |    Inf |   1.29%
271.38/272.58	c   256s| 34100 | 30463 |  1808k|  53.0 |   386M |  75 |1968 |5222 |2027 | 147k|  1 |  16k|8161 |-1.255488e+03 |      --      |    Inf |   1.29%
272.08/273.29	c   257s| 34200 | 30539 |  1813k|  53.0 |   386M |  75 |1968 |5196 |2001 | 147k|  1 |  16k|8186 |-1.255488e+03 |      --      |    Inf |   1.29%
272.89/274.05	c   258s| 34300 | 30617 |  1820k|  53.0 |   386M |  75 |1968 |5184 |1989 | 148k|  1 |  16k|8213 |-1.255488e+03 |      --      |    Inf |   1.29%
273.67/274.83	c   259s| 34400 | 30701 |  1825k|  53.0 |   386M |  75 |1968 |5196 |   0 | 148k|  0 |  16k|8242 |-1.255488e+03 |      --      |    Inf |   1.29%
274.47/275.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
274.47/275.67	c   259s| 34500 | 30781 |  1832k|  53.1 |   388M |  75 |1968 |5195 |2093 | 149k|  1 |  16k|8276 |-1.255488e+03 |      --      |    Inf |   1.29%
275.16/276.35	c   260s| 34600 | 30875 |  1839k|  53.1 |   389M |  75 |1968 |5169 |2017 | 149k|  1 |  16k|8282 |-1.255488e+03 |      --      |    Inf |   1.29%
275.88/277.09	c   261s| 34700 | 30959 |  1844k|  53.1 |   389M |  75 |1968 |5148 |2059 | 150k|  1 |  16k|8289 |-1.255488e+03 |      --      |    Inf |   1.29%
276.36/277.56	c   261s| 34800 | 31040 |  1848k|  53.1 |   389M |  75 |1968 |5114 |1991 | 150k|  1 |  16k|8302 |-1.255488e+03 |      --      |    Inf |   1.29%
277.16/278.34	c   262s| 34900 | 31123 |  1854k|  53.1 |   391M |  75 |1968 |5081 |2075 | 150k|  1 |  16k|8319 |-1.255488e+03 |      --      |    Inf |   1.29%
277.75/278.97	c   263s| 35000 | 31204 |  1860k|  53.1 |   391M |  75 |1968 |5047 |2059 | 151k|  1 |  16k|8342 |-1.255488e+03 |      --      |    Inf |   1.29%
278.45/279.62	c   263s| 35100 | 31284 |  1865k|  53.1 |   391M |  75 |1968 |5037 |   0 | 151k|  0 |  16k|8350 |-1.255488e+03 |      --      |    Inf |   1.29%
278.96/280.18	c   264s| 35200 | 31374 |  1871k|  53.1 |   391M |  75 |1968 |5006 |2012 | 151k|  1 |  17k|8365 |-1.255488e+03 |      --      |    Inf |   1.29%
279.75/280.93	c   265s| 35300 | 31458 |  1877k|  53.1 |   391M |  75 |1968 |5018 |2051 | 152k|  1 |  17k|8386 |-1.255488e+03 |      --      |    Inf |   1.29%
280.34/281.57	c   265s| 35400 | 31540 |  1881k|  53.1 |   392M |  75 |1968 |5015 |2088 | 152k|  2 |  17k|8403 |-1.255488e+03 |      --      |    Inf |   1.29%
281.04/282.22	c   266s| 35500 | 31626 |  1886k|  53.1 |   392M |  75 |1968 |4979 |2020 | 153k|  1 |  17k|8453 |-1.255488e+03 |      --      |    Inf |   1.29%
281.85/283.03	c   267s| 35600 | 31697 |  1893k|  53.1 |   392M |  75 |1968 |5006 |2033 | 153k|  1 |  17k|8469 |-1.255488e+03 |      --      |    Inf |   1.29%
282.43/283.61	c   267s| 35700 | 31767 |  1897k|  53.1 |   393M |  75 |1968 |5038 |2067 | 153k|  1 |  17k|8504 |-1.255488e+03 |      --      |    Inf |   1.29%
283.03/284.29	c   268s| 35800 | 31837 |  1901k|  53.1 |   393M |  75 |1968 |5108 |1988 | 153k|  1 |  17k|8561 |-1.255488e+03 |      --      |    Inf |   1.29%
283.73/284.91	c   269s| 35900 | 31925 |  1907k|  53.1 |   394M |  75 |1968 |5124 |2027 | 154k|  1 |  17k|8569 |-1.255488e+03 |      --      |    Inf |   1.29%
284.23/285.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
284.23/285.49	c   269s| 36000 | 31999 |  1912k|  53.1 |   394M |  75 |1968 |5151 |2058 | 154k|  1 |  17k|8582 |-1.255488e+03 |      --      |    Inf |   1.29%
284.94/286.12	c   270s| 36100 | 32080 |  1918k|  53.1 |   395M |  75 |1968 |5164 |2048 | 155k|  1 |  17k|8598 |-1.255488e+03 |      --      |    Inf |   1.29%
285.62/286.88	c   271s| 36200 | 32161 |  1924k|  53.1 |   396M |  75 |1968 |5192 |   0 | 155k|  0 |  17k|8629 |-1.255488e+03 |      --      |    Inf |   1.29%
286.62/287.80	c   271s| 36300 | 32245 |  1931k|  53.1 |   396M |  75 |1968 |5168 |2120 | 155k|  1 |  17k|8645 |-1.255488e+03 |      --      |    Inf |   1.29%
287.41/288.61	c   272s| 36400 | 32333 |  1936k|  53.2 |   396M |  75 |1968 |5146 |2069 | 156k|  1 |  17k|8656 |-1.255488e+03 |      --      |    Inf |   1.29%
287.92/289.16	c   273s| 36500 | 32406 |  1942k|  53.2 |   397M |  75 |1968 |5210 |2064 | 156k|  1 |  18k|8657 |-1.255488e+03 |      --      |    Inf |   1.29%
288.71/289.90	c   274s| 36600 | 32486 |  1949k|  53.2 |   403M |  75 |1968 |5202 |2024 | 157k|  1 |  18k|8660 |-1.255488e+03 |      --      |    Inf |   1.29%
289.30/290.58	c   274s| 36700 | 32563 |  1954k|  53.2 |   403M |  75 |1968 |5215 |2078 | 157k|  1 |  18k|8664 |-1.255488e+03 |      --      |    Inf |   1.29%
290.10/291.34	c   275s| 36800 | 32636 |  1960k|  53.2 |   403M |  75 |1968 |5265 |2096 | 158k|  1 |  18k|8706 |-1.255488e+03 |      --      |    Inf |   1.29%
290.91/292.12	c   276s| 36900 | 32722 |  1968k|  53.3 |   403M |  75 |1968 |5355 |2050 | 158k|  1 |  18k|8709 |-1.255488e+03 |      --      |    Inf |   1.29%
291.60/292.87	c   277s| 37000 | 32804 |  1975k|  53.3 |   405M |  75 |1968 |5380 |2045 | 158k|  1 |  18k|8721 |-1.255488e+03 |      --      |    Inf |   1.29%
292.30/293.50	c   277s| 37100 | 32878 |  1980k|  53.3 |   407M |  75 |1968 |5407 |2071 | 159k|  1 |  18k|8723 |-1.255488e+03 |      --      |    Inf |   1.29%
292.91/294.15	c   278s| 37200 | 32956 |  1984k|  53.3 |   407M |  75 |1968 |5404 |2030 | 159k|  1 |  18k|8755 |-1.255488e+03 |      --      |    Inf |   1.29%
293.60/294.86	c   279s| 37300 | 33042 |  1991k|  53.3 |   407M |  75 |1968 |5402 |2045 | 160k|  1 |  18k|8763 |-1.255488e+03 |      --      |    Inf |   1.29%
294.19/295.47	c   279s| 37400 | 33120 |  1996k|  53.3 |   407M |  75 |1968 |5359 |2040 | 160k|  1 |  18k|8764 |-1.255488e+03 |      --      |    Inf |   1.29%
294.81/296.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
294.81/296.03	c   280s| 37500 | 33201 |  2001k|  53.3 |   409M |  75 |1968 |5351 |2046 | 160k|  1 |  18k|8773 |-1.255488e+03 |      --      |    Inf |   1.29%
295.59/296.82	c   280s| 37600 | 33283 |  2008k|  53.4 |   409M |  75 |1968 |5355 |2098 | 161k|  1 |  19k|8774 |-1.255488e+03 |      --      |    Inf |   1.29%
296.09/297.37	c   281s| 37700 | 33363 |  2012k|  53.3 |   409M |  75 |1968 |5343 |2007 | 161k|  1 |  19k|8781 |-1.255488e+03 |      --      |    Inf |   1.29%
297.08/298.34	c   282s| 37800 | 33449 |  2020k|  53.4 |   410M |  75 |1968 |5332 |2078 | 162k|  1 |  19k|8798 |-1.255488e+03 |      --      |    Inf |   1.29%
297.68/298.93	c   283s| 37900 | 33525 |  2026k|  53.4 |   410M |  75 |1968 |5378 |2059 | 162k|  2 |  19k|8820 |-1.255488e+03 |      --      |    Inf |   1.29%
298.18/299.47	c   283s| 38000 | 33607 |  2031k|  53.4 |   410M |  75 |1968 |5305 |2012 | 162k|  1 |  19k|8833 |-1.255488e+03 |      --      |    Inf |   1.29%
298.89/300.13	c   284s| 38100 | 33686 |  2037k|  53.4 |   410M |  75 |1968 |5286 |2004 | 163k|  1 |  19k|8846 |-1.255488e+03 |      --      |    Inf |   1.29%
299.57/300.83	c   285s| 38200 | 33768 |  2042k|  53.4 |   414M |  75 |1968 |5272 |2081 | 163k|  3 |  19k|8854 |-1.255488e+03 |      --      |    Inf |   1.29%
300.27/301.50	c   285s| 38300 | 33856 |  2046k|  53.4 |   414M |  75 |1968 |5252 |2096 | 163k|  1 |  19k|8871 |-1.255488e+03 |      --      |    Inf |   1.29%
300.97/302.23	c   286s| 38400 | 33940 |  2053k|  53.4 |   416M |  75 |1968 |5216 |2038 | 164k|  1 |  19k|8899 |-1.255488e+03 |      --      |    Inf |   1.29%
301.56/302.89	c   287s| 38500 | 34030 |  2058k|  53.4 |   417M |  75 |1968 |5143 |2036 | 164k|  1 |  19k|8905 |-1.255488e+03 |      --      |    Inf |   1.29%
302.26/303.55	c   287s| 38600 | 34107 |  2063k|  53.4 |   418M |  75 |1968 |5160 |   0 | 165k|  0 |  19k|8920 |-1.255488e+03 |      --      |    Inf |   1.29%
302.77/304.11	c   288s| 38700 | 34193 |  2068k|  53.4 |   419M |  75 |1968 |5134 |2110 | 165k|  1 |  19k|8939 |-1.255488e+03 |      --      |    Inf |   1.29%
303.26/304.55	c   288s| 38800 | 34270 |  2073k|  53.4 |   419M |  75 |1968 |5143 |2020 | 165k|  1 |  19k|8951 |-1.255488e+03 |      --      |    Inf |   1.29%
304.05/305.30	c   289s| 38900 | 34354 |  2078k|  53.4 |   419M |  75 |1968 |5098 |2067 | 166k|  1 |  19k|8960 |-1.255488e+03 |      --      |    Inf |   1.29%
304.65/306.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
304.65/306.00	c   290s| 39000 | 34429 |  2083k|  53.4 |   421M |  75 |1968 |5100 |2111 | 166k|  1 |  20k|8973 |-1.255488e+03 |      --      |    Inf |   1.29%
305.35/306.63	c   290s| 39100 | 34512 |  2089k|  53.4 |   421M |  75 |1968 |5110 |2020 | 166k|  1 |  20k|8996 |-1.255488e+03 |      --      |    Inf |   1.29%
306.04/307.37	c   291s| 39200 | 34588 |  2093k|  53.4 |   421M |  75 |1968 |5129 |2046 | 167k|  1 |  20k|9030 |-1.255488e+03 |      --      |    Inf |   1.29%
306.75/308.05	c   292s| 39300 | 34674 |  2098k|  53.4 |   422M |  75 |1968 |5106 |   0 | 167k|  0 |  20k|9035 |-1.255488e+03 |      --      |    Inf |   1.29%
307.34/308.66	c   292s| 39400 | 34753 |  2104k|  53.3 |   423M |  75 |1968 |5056 |2100 | 168k|  1 |  20k|9042 |-1.255488e+03 |      --      |    Inf |   1.29%
308.03/309.33	c   293s| 39500 | 34835 |  2110k|  53.4 |   425M |  75 |1968 |5024 |1969 | 168k|  1 |  20k|9049 |-1.255488e+03 |      --      |    Inf |   1.29%
308.74/310.06	c   294s| 39600 | 34917 |  2114k|  53.3 |   426M |  75 |1968 |5075 |2028 | 168k|  2 |  20k|9114 |-1.255488e+03 |      --      |    Inf |   1.29%
309.33/310.67	c   294s| 39700 | 35003 |  2119k|  53.3 |   427M |  75 |1968 |5072 |2095 | 169k|  1 |  20k|9144 |-1.255488e+03 |      --      |    Inf |   1.29%
310.03/311.30	c   295s| 39800 | 35081 |  2124k|  53.3 |   427M |  75 |1968 |5071 |2009 | 169k|  1 |  20k|9176 |-1.255488e+03 |      --      |    Inf |   1.29%
310.62/311.99	c   296s| 39900 | 35167 |  2130k|  53.3 |   427M |  75 |1968 |5064 |2116 | 169k|  1 |  20k|9179 |-1.255488e+03 |      --      |    Inf |   1.29%
311.42/312.79	c   296s| 40000 | 35247 |  2137k|  53.4 |   427M |  75 |1968 |5093 |2093 | 170k|  1 |  20k|9200 |-1.255488e+03 |      --      |    Inf |   1.29%
312.12/313.41	c   297s| 40100 | 35329 |  2142k|  53.4 |   429M |  75 |1968 |5044 |2009 | 170k|  1 |  20k|9203 |-1.255488e+03 |      --      |    Inf |   1.29%
312.62/313.99	c   298s| 40200 | 35417 |  2147k|  53.4 |   429M |  75 |1968 |5025 |2100 | 170k|  1 |  20k|9215 |-1.255488e+03 |      --      |    Inf |   1.29%
313.31/314.67	c   298s| 40300 | 35503 |  2152k|  53.4 |   429M |  75 |1968 |4987 |2038 | 171k|  1 |  20k|9224 |-1.255488e+03 |      --      |    Inf |   1.29%
313.82/315.14	c   299s| 40400 | 35582 |  2157k|  53.4 |   429M |  75 |1968 |5019 |2118 | 171k|  1 |  20k|9230 |-1.255488e+03 |      --      |    Inf |   1.29%
314.51/315.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
314.51/315.87	c   300s| 40500 | 35670 |  2163k|  53.4 |   432M |  75 |1968 |4964 |2036 | 172k|  1 |  21k|9231 |-1.255488e+03 |      --      |    Inf |   1.29%
315.01/316.38	c   300s| 40600 | 35756 |  2168k|  53.3 |   432M |  75 |1968 |4929 |2044 | 172k|  1 |  21k|9237 |-1.255488e+03 |      --      |    Inf |   1.29%
315.82/317.12	c   301s| 40700 | 35840 |  2173k|  53.3 |   432M |  75 |1968 |4942 |2031 | 172k|  1 |  21k|9243 |-1.255488e+03 |      --      |    Inf |   1.29%
316.40/317.74	c   301s| 40800 | 35910 |  2179k|  53.4 |   432M |  75 |1968 |4978 |2036 | 173k|  1 |  21k|9251 |-1.255488e+03 |      --      |    Inf |   1.29%
317.30/318.64	c   302s| 40900 | 35988 |  2185k|  53.4 |   433M |  75 |1968 |4927 |   0 | 173k|  0 |  21k|9265 |-1.255488e+03 |      --      |    Inf |   1.29%
317.90/319.26	c   303s| 41000 | 36074 |  2190k|  53.4 |   434M |  75 |1968 |4910 |2050 | 173k|  1 |  21k|9275 |-1.255488e+03 |      --      |    Inf |   1.29%
318.71/320.09	c   304s| 41100 | 36154 |  2196k|  53.4 |   434M |  75 |1968 |4915 |2107 | 174k|  1 |  21k|9281 |-1.255488e+03 |      --      |    Inf |   1.29%
319.49/320.82	c   304s| 41200 | 36230 |  2202k|  53.4 |   437M |  75 |1968 |4913 |2062 | 174k|  3 |  21k|9304 |-1.255488e+03 |      --      |    Inf |   1.29%
320.09/321.41	c   305s| 41300 | 36308 |  2206k|  53.4 |   437M |  75 |1968 |4906 |2066 | 175k|  1 |  21k|9321 |-1.255488e+03 |      --      |    Inf |   1.29%
320.70/322.04	c   306s| 41400 | 36386 |  2212k|  53.4 |   438M |  75 |1968 |4901 |2058 | 175k|  1 |  21k|9324 |-1.255488e+03 |      --      |    Inf |   1.29%
321.49/322.86	c   307s| 41500 | 36466 |  2218k|  53.4 |   440M |  75 |1968 |4905 |2066 | 175k|  1 |  21k|9336 |-1.255488e+03 |      --      |    Inf |   1.29%
322.18/323.57	c   307s| 41600 | 36541 |  2223k|  53.4 |   441M |  75 |1968 |4932 |2038 | 176k|  1 |  21k|9363 |-1.255488e+03 |      --      |    Inf |   1.29%
323.08/324.47	c   308s| 41700 | 36622 |  2229k|  53.4 |   443M |  75 |1968 |4964 |2125 | 176k|  1 |  21k|9413 |-1.255488e+03 |      --      |    Inf |   1.29%
323.69/325.08	c   309s| 41800 | 36705 |  2234k|  53.4 |   454M |  75 |1968 |4931 |   0 | 177k|  0 |  21k|9417 |-1.255488e+03 |      --      |    Inf |   1.29%
324.47/325.81	c   309s| 41900 | 36792 |  2241k|  53.4 |   455M |  75 |1968 |4953 |2028 | 177k|  1 |  22k|9424 |-1.255488e+03 |      --      |    Inf |   1.29%
325.07/326.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
325.07/326.47	c   310s| 42000 | 36868 |  2245k|  53.4 |   455M |  75 |1968 |4982 |2080 | 177k|  1 |  22k|9448 |-1.255488e+03 |      --      |    Inf |   1.29%
325.68/327.04	c   311s| 42100 | 36948 |  2250k|  53.4 |   455M |  75 |1968 |5002 |2078 | 178k|  1 |  22k|9449 |-1.255488e+03 |      --      |    Inf |   1.29%
326.27/327.66	c   311s| 42200 | 37026 |  2256k|  53.4 |   455M |  75 |1968 |5005 |1979 | 178k|  1 |  22k|9461 |-1.255488e+03 |      --      |    Inf |   1.29%
326.86/328.20	c   312s| 42300 | 37100 |  2261k|  53.4 |   455M |  75 |1968 |5044 |2048 | 178k|  1 |  22k|9478 |-1.255488e+03 |      --      |    Inf |   1.29%
327.46/328.84	c   313s| 42400 | 37182 |  2267k|  53.4 |   455M |  75 |1968 |5045 |2078 | 179k|  1 |  22k|9487 |-1.255488e+03 |      --      |    Inf |   1.29%
328.16/329.53	c   313s| 42500 | 37259 |  2273k|  53.4 |   455M |  75 |1968 |5059 |2046 | 179k|  1 |  22k|9513 |-1.255488e+03 |      --      |    Inf |   1.29%
328.67/330.02	c   314s| 42600 | 37336 |  2277k|  53.4 |   456M |  75 |1968 |5077 |2045 | 180k|  1 |  22k|9523 |-1.255488e+03 |      --      |    Inf |   1.29%
329.25/330.67	c   314s| 42700 | 37414 |  2282k|  53.4 |   456M |  75 |1968 |5094 |2094 | 180k|  1 |  22k|9536 |-1.255488e+03 |      --      |    Inf |   1.29%
329.95/331.30	c   315s| 42800 | 37493 |  2288k|  53.4 |   456M |  75 |1968 |5104 |2046 | 180k|  1 |  22k|9537 |-1.255488e+03 |      --      |    Inf |   1.29%
330.76/332.16	c   316s| 42900 | 37571 |  2294k|  53.4 |   460M |  75 |1968 |5100 |2013 | 181k|  1 |  22k|9554 |-1.255488e+03 |      --      |    Inf |   1.29%
331.44/332.80	c   316s| 43000 | 37654 |  2300k|  53.5 |   460M |  75 |1968 |5078 |   0 | 181k|  0 |  22k|9596 |-1.255488e+03 |      --      |    Inf |   1.29%
332.04/333.44	c   317s| 43100 | 37734 |  2306k|  53.5 |   461M |  75 |1968 |5060 |2075 | 182k|  1 |  22k|9599 |-1.255488e+03 |      --      |    Inf |   1.29%
332.65/334.02	c   318s| 43200 | 37815 |  2312k|  53.5 |   461M |  75 |1968 |5054 |1999 | 182k|  1 |  23k|9627 |-1.255488e+03 |      --      |    Inf |   1.29%
333.14/334.55	c   318s| 43300 | 37894 |  2316k|  53.4 |   461M |  75 |1968 |5033 |2033 | 182k|  1 |  23k|9641 |-1.255488e+03 |      --      |    Inf |   1.29%
333.75/335.17	c   319s| 43400 | 37978 |  2320k|  53.4 |   465M |  75 |1968 |5009 |2031 | 183k|  1 |  23k|9643 |-1.255488e+03 |      --      |    Inf |   1.29%
334.33/335.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
334.33/335.78	c   319s| 43500 | 38057 |  2326k|  53.4 |   466M |  75 |1968 |5016 |2088 | 183k|  1 |  23k|9651 |-1.255488e+03 |      --      |    Inf |   1.29%
334.93/336.39	c   320s| 43600 | 38132 |  2331k|  53.4 |   467M |  75 |1968 |4990 |2024 | 183k|  1 |  23k|9664 |-1.255488e+03 |      --      |    Inf |   1.29%
335.64/337.06	c   321s| 43700 | 38205 |  2336k|  53.4 |   471M |  75 |1968 |4984 |2048 | 184k|  1 |  23k|9676 |-1.255488e+03 |      --      |    Inf |   1.29%
336.32/337.77	c   321s| 43800 | 38285 |  2343k|  53.5 |   471M |  75 |1968 |4970 |2017 | 184k|  1 |  23k|9689 |-1.255488e+03 |      --      |    Inf |   1.29%
337.22/338.63	c   322s| 43900 | 38363 |  2350k|  53.5 |   472M |  75 |1968 |4990 |   0 | 184k|  0 |  23k|9728 |-1.255488e+03 |      --      |    Inf |   1.29%
338.02/339.40	c   323s| 44000 | 38444 |  2356k|  53.5 |   472M |  75 |1968 |4959 |2107 | 185k|  1 |  23k|9738 |-1.255488e+03 |      --      |    Inf |   1.29%
338.51/339.98	c   324s| 44100 | 38529 |  2362k|  53.5 |   473M |  75 |1968 |4965 |2134 | 185k|  6 |  23k|9758 |-1.255488e+03 |      --      |    Inf |   1.29%
339.31/340.74	c   324s| 44200 | 38612 |  2369k|  53.6 |   473M |  75 |1968 |4971 |2037 | 186k|  2 |  23k|9760 |-1.255488e+03 |      --      |    Inf |   1.29%
339.91/341.38	c   325s| 44300 | 38690 |  2375k|  53.6 |   473M |  75 |1968 |4937 |2028 | 186k|  1 |  23k|9761 |-1.255488e+03 |      --      |    Inf |   1.29%
340.62/342.10	c   326s| 44400 | 38772 |  2380k|  53.6 |   476M |  75 |1968 |4941 |2032 | 186k|  1 |  23k|9766 |-1.255488e+03 |      --      |    Inf |   1.29%
341.40/342.84	c   327s| 44500 | 38852 |  2384k|  53.5 |   477M |  75 |1968 |4937 |2087 | 187k|  1 |  23k|9768 |-1.255488e+03 |      --      |    Inf |   1.29%
341.90/343.34	c   327s| 44600 | 38941 |  2389k|  53.5 |   477M |  75 |1968 |4914 |2011 | 187k|  1 |  23k|9769 |-1.255488e+03 |      --      |    Inf |   1.29%
342.61/344.10	c   328s| 44700 | 39029 |  2396k|  53.6 |   478M |  75 |1968 |4910 |2069 | 188k|  1 |  24k|9769 |-1.255488e+03 |      --      |    Inf |   1.29%
343.29/344.73	c   328s| 44800 | 39115 |  2401k|  53.5 |   478M |  75 |1968 |4887 |2036 | 188k|  1 |  24k|9774 |-1.255488e+03 |      --      |    Inf |   1.29%
343.89/345.36	c   329s| 44900 | 39194 |  2405k|  53.5 |   478M |  75 |1968 |4877 |2084 | 188k|  1 |  24k|9780 |-1.255488e+03 |      --      |    Inf |   1.29%
344.70/346.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
344.70/346.15	c   330s| 45000 | 39266 |  2412k|  53.6 |   478M |  75 |1968 |4914 |2093 | 189k|  1 |  24k|9794 |-1.255488e+03 |      --      |    Inf |   1.29%
345.29/346.72	c   330s| 45100 | 39350 |  2417k|  53.6 |   478M |  75 |1968 |4931 |1996 | 189k|  1 |  24k|9816 |-1.255488e+03 |      --      |    Inf |   1.29%
345.98/347.47	c   331s| 45200 | 39434 |  2424k|  53.6 |   478M |  75 |1968 |4911 |2090 | 189k|  1 |  24k|9819 |-1.255488e+03 |      --      |    Inf |   1.29%
346.59/348.03	c   332s| 45300 | 39518 |  2428k|  53.6 |   478M |  75 |1968 |4964 |2105 | 190k|  1 |  24k|9830 |-1.255488e+03 |      --      |    Inf |   1.29%
347.18/348.63	c   332s| 45400 | 39600 |  2433k|  53.6 |   479M |  75 |1968 |5094 |2002 | 190k|  1 |  24k|9846 |-1.255488e+03 |      --      |    Inf |   1.29%
347.88/349.32	c   333s| 45500 | 39686 |  2440k|  53.6 |   479M |  75 |1968 |5095 |2134 | 191k|  4 |  24k|9848 |-1.255488e+03 |      --      |    Inf |   1.29%
348.47/349.96	c   334s| 45600 | 39771 |  2445k|  53.6 |   479M |  75 |1968 |5075 |   0 | 191k|  0 |  24k|9854 |-1.255488e+03 |      --      |    Inf |   1.29%
349.17/350.62	c   334s| 45700 | 39858 |  2450k|  53.6 |   479M |  75 |1968 |5008 |2024 | 192k|  1 |  24k|9869 |-1.255488e+03 |      --      |    Inf |   1.29%
349.87/351.30	c   335s| 45800 | 39935 |  2457k|  53.6 |   480M |  75 |1968 |5061 |2075 | 192k|  1 |  24k|9882 |-1.255488e+03 |      --      |    Inf |   1.29%
350.47/351.98	c   336s| 45900 | 40021 |  2461k|  53.6 |   480M |  75 |1968 |5037 |2025 | 192k|  1 |  24k|9919 |-1.255488e+03 |      --      |    Inf |   1.29%
351.06/352.58	c   336s| 46000 | 40100 |  2466k|  53.6 |   481M |  75 |1968 |5006 |   0 | 193k|  0 |  25k|9920 |-1.255488e+03 |      --      |    Inf |   1.29%
351.76/353.24	c   337s| 46100 | 40179 |  2472k|  53.6 |   481M |  75 |1968 |5055 |2032 | 193k|  1 |  25k|9935 |-1.255488e+03 |      --      |    Inf |   1.29%
352.46/353.99	c   338s| 46200 | 40261 |  2478k|  53.6 |   482M |  75 |1968 |5042 |2119 | 193k|  1 |  25k|9942 |-1.255488e+03 |      --      |    Inf |   1.29%
353.05/354.52	c   338s| 46300 | 40341 |  2483k|  53.6 |   482M |  75 |1968 |5087 |2099 | 194k|  1 |  25k|9948 |-1.255488e+03 |      --      |    Inf |   1.29%
353.75/355.29	c   339s| 46400 | 40421 |  2488k|  53.6 |   484M |  75 |1968 |5074 |2074 | 194k|  3 |  25k|9949 |-1.255488e+03 |      --      |    Inf |   1.29%
354.45/355.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
354.45/355.91	c   340s| 46500 | 40497 |  2494k|  53.6 |   486M |  75 |1968 |5086 |2099 | 194k|  1 |  25k|9954 |-1.255488e+03 |      --      |    Inf |   1.29%
354.95/356.41	c   340s| 46600 | 40568 |  2498k|  53.6 |   487M |  75 |1968 |5016 |2036 | 195k|  1 |  25k|9957 |-1.255488e+03 |      --      |    Inf |   1.29%
355.56/357.08	c   341s| 46700 | 40642 |  2503k|  53.6 |   488M |  75 |1968 |5063 |2048 | 195k|  1 |  25k|9970 |-1.255488e+03 |      --      |    Inf |   1.29%
356.14/357.68	c   341s| 46800 | 40724 |  2508k|  53.5 |   488M |  75 |1968 |5055 |2027 | 195k|  1 |  25k|9978 |-1.255488e+03 |      --      |    Inf |   1.29%
357.04/358.54	c   342s| 46900 | 40806 |  2514k|  53.6 |   490M |  75 |1968 |5016 |2017 | 196k|  1 |  25k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
357.65/359.19	c   343s| 47000 | 40881 |  2519k|  53.6 |   491M |  75 |1968 |5016 |2021 | 196k|  1 |  25k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
358.33/359.84	c   344s| 47100 | 40969 |  2524k|  53.6 |   493M |  75 |1968 |5036 |2079 | 197k|  1 |  25k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
358.83/360.33	c   344s| 47200 | 41048 |  2529k|  53.5 |   495M |  75 |1968 |5103 |2111 | 197k|  1 |  25k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
359.54/361.03	c   345s| 47300 | 41140 |  2534k|  53.5 |   495M |  75 |1968 |5011 |2037 | 197k|  1 |  25k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
360.12/361.67	c   345s| 47400 | 41230 |  2539k|  53.5 |   495M |  75 |1968 |4998 |2119 | 198k|  1 |  25k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
360.82/362.36	c   346s| 47500 | 41314 |  2544k|  53.5 |   495M |  75 |1968 |4949 |2036 | 198k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
361.42/362.90	c   347s| 47600 | 41396 |  2549k|  53.5 |   495M |  75 |1968 |4909 |2026 | 198k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
362.02/363.56	c   347s| 47700 | 41476 |  2555k|  53.5 |   496M |  75 |1968 |4909 |2128 | 199k|  4 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
362.53/364.10	c   348s| 47800 | 41556 |  2559k|  53.5 |   496M |  75 |1968 |4890 |2115 | 199k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
363.01/364.59	c   348s| 47900 | 41640 |  2564k|  53.5 |   496M |  75 |1968 |4858 |2022 | 200k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
363.71/365.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
363.71/365.27	c   349s| 48000 | 41720 |  2569k|  53.5 |   498M |  75 |1968 |4874 |2059 | 200k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
364.41/365.91	c   350s| 48100 | 41802 |  2575k|  53.5 |   498M |  75 |1968 |4866 |2086 | 200k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
365.01/366.53	c   350s| 48200 | 41891 |  2579k|  53.5 |   498M |  75 |1968 |4802 |2049 | 201k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
365.70/367.24	c   351s| 48300 | 41968 |  2584k|  53.5 |   498M |  75 |1968 |4814 |2111 | 201k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
366.30/367.88	c   352s| 48400 | 42059 |  2590k|  53.5 |   498M |  75 |1968 |4764 |2015 | 202k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
367.10/368.69	c   352s| 48500 | 42153 |  2596k|  53.5 |   500M |  75 |1968 |4739 |2045 | 202k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
367.70/369.27	c   353s| 48600 | 42239 |  2600k|  53.5 |   501M |  75 |1968 |4732 |2098 | 202k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
368.29/369.87	c   354s| 48700 | 42325 |  2605k|  53.4 |   502M |  75 |1968 |4688 |2063 | 203k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
368.99/370.52	c   354s| 48800 | 42419 |  2610k|  53.4 |   502M |  75 |1968 |4668 |2089 | 203k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
369.50/371.08	c   355s| 48900 | 42497 |  2616k|  53.5 |   502M |  75 |1968 |4662 |2003 | 203k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
370.19/371.76	c   355s| 49000 | 42580 |  2621k|  53.5 |   506M |  75 |1968 |4688 |2038 | 204k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
370.88/372.40	c   356s| 49100 | 42668 |  2626k|  53.4 |   506M |  75 |1968 |4701 |2060 | 204k|  2 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
371.28/372.87	c   357s| 49200 | 42746 |  2630k|  53.4 |   506M |  75 |1968 |4707 |2030 | 204k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
372.28/373.85	c   358s| 49300 | 42832 |  2637k|  53.4 |   507M |  75 |1968 |4698 |2068 | 205k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
372.68/374.27	c   358s| 49400 | 42914 |  2641k|  53.4 |   508M |  75 |1968 |4708 |2005 | 205k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
373.17/374.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
373.17/374.74	c   358s| 49500 | 42998 |  2645k|  53.4 |   509M |  75 |1968 |4676 |2014 | 205k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
373.77/375.30	c   359s| 49600 | 43089 |  2650k|  53.4 |   509M |  75 |1968 |4630 |2010 | 206k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
374.37/375.99	c   360s| 49700 | 43176 |  2656k|  53.4 |   509M |  75 |1968 |4617 |2010 | 206k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
375.07/376.68	c   360s| 49800 | 43265 |  2663k|  53.4 |   510M |  75 |1968 |4629 |2006 | 207k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
375.96/377.50	c   361s| 49900 | 43349 |  2669k|  53.5 |   510M |  75 |1968 |4638 |2094 | 207k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
376.47/378.06	c   362s| 50000 | 43432 |  2675k|  53.5 |   510M |  75 |1968 |4675 |2045 | 207k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
377.16/378.74	c   362s| 50100 | 43521 |  2680k|  53.5 |   510M |  75 |1968 |4618 |2061 | 208k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
377.76/379.34	c   363s| 50200 | 43600 |  2685k|  53.4 |   510M |  75 |1968 |4627 |2078 | 208k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
378.57/380.17	c   364s| 50300 | 43694 |  2693k|  53.5 |   511M |  75 |1968 |4577 |2033 | 208k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
379.56/381.12	c   365s| 50400 | 43786 |  2700k|  53.5 |   511M |  75 |1968 |4559 |2139 | 209k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
380.05/381.67	c   365s| 50500 | 43875 |  2705k|  53.5 |   511M |  75 |1968 |4536 |2077 | 209k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
380.84/382.47	c   366s| 50600 | 43959 |  2712k|  53.6 |   513M |  75 |1968 |4545 |2170 | 210k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
381.64/383.29	c   367s| 50700 | 44043 |  2721k|  53.6 |   513M |  75 |1968 |4531 |2053 | 210k|  4 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
382.45/384.10	c   368s| 50800 | 44125 |  2727k|  53.7 |   513M |  75 |1968 |4557 |2038 | 211k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
383.34/384.98	c   369s| 50900 | 44204 |  2733k|  53.7 |   516M |  75 |1968 |4567 |   0 | 211k|  0 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
384.04/385.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
384.04/385.66	c   369s| 51000 | 44292 |  2739k|  53.7 |   519M |  75 |1968 |4586 |   0 | 212k|  0 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
384.64/386.28	c   370s| 51100 | 44376 |  2743k|  53.6 |   520M |  75 |1968 |4611 |2049 | 212k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
385.45/387.09	c   371s| 51200 | 44462 |  2750k|  53.7 |   520M |  75 |1968 |4601 |2114 | 212k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
386.33/387.94	c   372s| 51300 | 44550 |  2756k|  53.7 |   523M |  75 |1968 |4584 |   0 | 213k|  0 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
386.83/388.40	c   372s| 51400 | 44634 |  2760k|  53.7 |   523M |  75 |1968 |4589 |2103 | 213k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
387.32/388.97	c   373s| 51500 | 44720 |  2763k|  53.6 |   523M |  75 |1968 |4671 |1996 | 213k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
387.92/389.55	c   373s| 51600 | 44812 |  2767k|  53.6 |   523M |  75 |1968 |4648 |2053 | 214k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
388.53/390.18	c   374s| 51700 | 44902 |  2772k|  53.6 |   523M |  75 |1968 |4607 |1991 | 214k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
389.02/390.69	c   374s| 51800 | 44992 |  2776k|  53.6 |   523M |  75 |1968 |4583 |2062 | 214k|  2 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
389.61/391.28	c   375s| 51900 | 45080 |  2781k|  53.5 |   524M |  75 |1968 |4616 |2097 | 215k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
390.31/391.93	c   376s| 52000 | 45170 |  2786k|  53.5 |   527M |  75 |1968 |4617 |2068 | 215k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
390.81/392.49	c   376s| 52100 | 45260 |  2791k|  53.5 |   527M |  75 |1968 |4616 |2067 | 215k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
391.61/393.21	c   377s| 52200 | 45350 |  2796k|  53.5 |   527M |  75 |1968 |4600 |2017 | 216k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
392.20/393.89	c   378s| 52300 | 45442 |  2802k|  53.5 |   527M |  75 |1968 |4577 |2128 | 216k|  3 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
392.80/394.49	c   378s| 52400 | 45530 |  2807k|  53.5 |   528M |  75 |1968 |4560 |2035 | 217k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
393.80/395.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
393.80/395.48	c   379s| 52500 | 45615 |  2815k|  53.6 |   528M |  75 |1968 |4686 |2074 | 217k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
394.51/396.13	c   380s| 52600 | 45707 |  2821k|  53.6 |   530M |  75 |1968 |4676 |2102 | 217k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
395.09/396.73	c   380s| 52700 | 45793 |  2826k|  53.6 |   531M |  75 |1968 |4755 |2088 | 218k|  3 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
395.79/397.44	c   381s| 52800 | 45884 |  2832k|  53.6 |   532M |  75 |1968 |4690 |2000 | 218k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
396.29/397.95	c   382s| 52900 | 45972 |  2837k|  53.6 |   533M |  75 |1968 |4655 |2034 | 219k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
396.89/398.57	c   382s| 53000 | 46055 |  2841k|  53.6 |   534M |  75 |1968 |4642 |2049 | 219k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
397.68/399.31	c   383s| 53100 | 46149 |  2847k|  53.6 |   534M |  75 |1968 |4617 |2102 | 219k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
398.39/400.02	c   384s| 53200 | 46232 |  2852k|  53.6 |   535M |  75 |1968 |4601 |2083 | 220k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
398.98/400.69	c   384s| 53300 | 46320 |  2858k|  53.6 |   536M |  75 |1968 |4607 |2060 | 220k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
399.58/401.25	c   385s| 53400 | 46402 |  2863k|  53.6 |   538M |  75 |1968 |4606 |2013 | 220k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
400.27/401.95	c   386s| 53500 | 46488 |  2869k|  53.6 |   538M |  75 |1968 |4621 |2041 | 221k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
401.07/402.74	c   386s| 53600 | 46578 |  2875k|  53.6 |   539M |  75 |1968 |4613 |2094 | 221k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
401.57/403.24	c   387s| 53700 | 46662 |  2880k|  53.6 |   539M |  75 |1968 |4557 |2064 | 222k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
402.26/404.00	c   388s| 53800 | 46748 |  2886k|  53.6 |   539M |  75 |1968 |4534 |2069 | 222k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
402.96/404.65	c   388s| 53900 | 46834 |  2890k|  53.6 |   539M |  75 |1968 |4511 |2000 | 222k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
403.56/405.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
403.56/405.27	c   389s| 54000 | 46924 |  2896k|  53.6 |   540M |  75 |1968 |4508 |2012 | 223k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
404.16/405.89	c   390s| 54100 | 47012 |  2901k|  53.6 |   541M |  75 |1968 |4494 |2087 | 223k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
404.95/406.61	c   390s| 54200 | 47096 |  2905k|  53.6 |   541M |  75 |1968 |4476 |2035 | 224k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
405.65/407.36	c   391s| 54300 | 47186 |  2910k|  53.6 |   543M |  75 |1968 |4505 |   0 | 224k|  0 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
406.55/408.29	c   392s| 54400 | 47282 |  2917k|  53.6 |   546M |  75 |1968 |4482 |2051 | 224k|  2 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
407.46/409.14	c   393s| 54500 | 47372 |  2924k|  53.6 |   546M |  75 |1968 |4485 |2116 | 225k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
408.14/409.89	c   394s| 54600 | 47466 |  2929k|  53.6 |   553M |  75 |1968 |4439 |2036 | 225k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
408.94/410.68	c   394s| 54700 | 47551 |  2934k|  53.6 |   553M |  75 |1968 |4449 |2119 | 226k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
409.83/411.51	c   395s| 54800 | 47643 |  2940k|  53.6 |   554M |  75 |1968 |4448 |2023 | 226k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
410.63/412.30	c   396s| 54900 | 47726 |  2946k|  53.6 |   554M |  75 |1968 |4452 |2021 | 226k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
411.23/412.96	c   397s| 55000 | 47812 |  2950k|  53.6 |   555M |  75 |1968 |4467 |2063 | 227k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
411.82/413.54	c   397s| 55100 | 47898 |  2956k|  53.6 |   555M |  75 |1968 |4450 |2026 | 227k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
412.44/414.18	c   398s| 55200 | 47986 |  2961k|  53.6 |   556M |  75 |1968 |4467 |2085 | 228k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
413.13/414.83	c   399s| 55300 | 48074 |  2967k|  53.6 |   556M |  75 |1968 |4507 |1998 | 228k|  1 |  30k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
413.73/415.40	c   399s| 55400 | 48162 |  2971k|  53.6 |   556M |  75 |1968 |4551 |2060 | 228k|  1 |  30k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
414.34/416.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
414.34/416.08	c   400s| 55500 | 48250 |  2976k|  53.6 |   556M |  75 |1968 |4598 |2121 | 228k|  1 |  30k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
415.12/416.81	c   400s| 55600 | 48339 |  2981k|  53.6 |   556M |  75 |1968 |4611 |2028 | 229k|  1 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
415.72/417.40	c   401s| 55700 | 48428 |  2987k|  53.6 |   556M |  75 |1968 |4638 |2074 | 229k|  1 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
416.43/418.12	c   402s| 55800 | 48514 |  2992k|  53.6 |   557M |  75 |1968 |4642 |2062 | 230k|  1 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
416.91/418.61	c   402s| 55900 | 48600 |  2997k|  53.6 |   557M |  75 |1968 |4656 |   0 | 230k|  0 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
417.61/419.32	c   403s| 56000 | 48688 |  3002k|  53.6 |   562M |  75 |1968 |4592 |2001 | 230k|  1 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
418.21/419.91	c   404s| 56100 | 48780 |  3008k|  53.6 |   562M |  75 |1968 |4580 |2093 | 231k|  1 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
418.80/420.51	c   404s| 56200 | 48870 |  3012k|  53.6 |   562M |  75 |1968 |4669 |1977 | 231k|  1 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
419.70/421.43	c   405s| 56300 | 48961 |  3018k|  53.6 |   562M |  75 |1968 |4650 |2097 | 231k|  1 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
420.20/422.00	c   406s| 56400 | 49048 |  3023k|  53.6 |   562M |  75 |1968 |4656 |2049 | 232k|  1 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
420.80/422.54	c   406s| 56500 | 49135 |  3027k|  53.5 |   563M |  75 |1968 |4667 |2033 | 232k|  1 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
421.79/423.52	c   407s| 56600 | 49221 |  3035k|  53.6 |   567M |  75 |1968 |4643 |2125 | 233k|  1 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
422.49/424.29	c   408s| 56700 | 49301 |  3041k|  53.6 |   567M |  75 |1968 |4642 |   0 | 233k|  0 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
423.49/425.20	c   409s| 56800 | 49392 |  3048k|  53.6 |   568M |  75 |1968 |4578 |2049 | 234k|  1 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
424.08/425.83	c   410s| 56900 | 49479 |  3054k|  53.6 |   568M |  75 |1968 |4552 |2071 | 234k|  4 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
424.98/426.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
424.98/426.79	c   410s| 57000 | 49569 |  3062k|  53.7 |   572M |  75 |1968 |4538 |2092 | 234k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
425.78/427.51	c   411s| 57100 | 49653 |  3067k|  53.7 |   573M |  75 |1968 |4503 |2026 | 235k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
426.47/428.24	c   412s| 57200 | 49734 |  3074k|  53.7 |   573M |  75 |1968 |4512 |2031 | 235k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
427.17/428.90	c   413s| 57300 | 49826 |  3079k|  53.7 |   574M |  75 |1968 |4520 |2099 | 235k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
427.77/429.57	c   413s| 57400 | 49914 |  3085k|  53.7 |   574M |  75 |1968 |4541 |2037 | 236k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
428.57/430.39	c   414s| 57500 | 49996 |  3090k|  53.7 |   574M |  75 |1968 |4588 |2051 | 236k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
429.38/431.14	c   415s| 57600 | 50079 |  3096k|  53.7 |   574M |  75 |1968 |4605 |   0 | 237k|  0 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
430.06/431.80	c   415s| 57700 | 50161 |  3100k|  53.7 |   574M |  75 |1968 |4635 |2080 | 237k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
430.66/432.40	c   416s| 57800 | 50248 |  3105k|  53.7 |   574M |  75 |1968 |4605 |2071 | 237k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
431.27/433.05	c   417s| 57900 | 50334 |  3111k|  53.7 |   575M |  75 |1968 |4597 |2026 | 238k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
431.85/433.69	c   417s| 58000 | 50422 |  3117k|  53.7 |   575M |  75 |1968 |4597 |2053 | 238k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
432.85/434.66	c   418s| 58100 | 50516 |  3124k|  53.7 |   577M |  75 |1968 |4585 |1988 | 239k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
433.64/435.43	c   419s| 58200 | 50602 |  3131k|  53.8 |   577M |  75 |1968 |4572 |2062 | 239k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
434.44/436.29	c   420s| 58300 | 50687 |  3137k|  53.8 |   579M |  75 |1968 |4546 |2011 | 239k|  2 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
435.35/437.14	c   421s| 58400 | 50781 |  3143k|  53.8 |   580M |  75 |1968 |4525 |2086 | 240k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
436.03/437.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
436.03/437.88	c   422s| 58500 | 50868 |  3149k|  53.8 |   580M |  75 |1968 |4458 |2024 | 240k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
436.63/438.47	c   422s| 58600 | 50950 |  3155k|  53.8 |   580M |  75 |1968 |4484 |   0 | 241k|  0 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
437.53/439.39	c   423s| 58700 | 51036 |  3162k|  53.8 |   580M |  75 |1968 |4498 |1998 | 241k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
438.24/440.02	c   424s| 58800 | 51116 |  3167k|  53.8 |   581M |  75 |1968 |4529 |2035 | 241k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
438.92/440.77	c   424s| 58900 | 51206 |  3172k|  53.8 |   582M |  75 |1968 |4539 |2114 | 242k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
439.82/441.60	c   425s| 59000 | 51289 |  3177k|  53.8 |   582M |  75 |1968 |4526 |2025 | 242k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
440.52/442.33	c   426s| 59100 | 51367 |  3182k|  53.8 |   582M |  75 |1968 |4593 |2048 | 242k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
441.12/442.93	c   427s| 59200 | 51455 |  3188k|  53.8 |   583M |  75 |1968 |4561 |2013 | 243k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
441.72/443.54	c   427s| 59300 | 51549 |  3192k|  53.8 |   585M |  75 |1968 |4581 |2020 | 243k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
442.51/444.32	c   428s| 59400 | 51627 |  3198k|  53.8 |   585M |  75 |1968 |4607 |2064 | 244k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
443.11/444.98	c   429s| 59500 | 51707 |  3205k|  53.8 |   585M |  75 |1968 |4599 |2020 | 244k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
443.91/445.74	c   429s| 59600 | 51795 |  3211k|  53.8 |   586M |  75 |1968 |4608 |2071 | 244k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
444.61/446.43	c   430s| 59700 | 51879 |  3217k|  53.9 |   586M |  75 |1968 |4671 |2094 | 245k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
445.40/447.25	c   431s| 59800 | 51965 |  3225k|  53.9 |   587M |  75 |1968 |4677 |2061 | 245k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
445.90/447.75	c   431s| 59900 | 52051 |  3230k|  53.9 |   589M |  75 |1968 |4726 |2081 | 245k|  2 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
446.60/448.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
446.60/448.48	c   432s| 60000 | 52134 |  3238k|  53.9 |   589M |  75 |1968 |4726 |2032 | 246k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
447.31/449.12	c   433s| 60100 | 52212 |  3243k|  53.9 |   589M |  75 |1968 |4820 |2049 | 246k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
447.79/449.68	c   433s| 60200 | 52302 |  3249k|  53.9 |   589M |  75 |1968 |4798 |2064 | 246k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
448.49/450.34	c   434s| 60300 | 52385 |  3254k|  53.9 |   589M |  75 |1968 |4791 |2017 | 247k|  1 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
449.09/450.92	c   435s| 60400 | 52471 |  3258k|  53.9 |   591M |  75 |1968 |4806 |2069 | 247k|  1 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
449.68/451.51	c   435s| 60500 | 52549 |  3263k|  53.9 |   592M |  75 |1968 |4927 |2016 | 248k|  1 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
450.58/452.42	c   436s| 60600 | 52637 |  3268k|  53.9 |   594M |  75 |1968 |4946 |2030 | 248k|  1 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
451.29/453.17	c   437s| 60700 | 52726 |  3274k|  53.9 |   597M |  75 |1968 |4888 |2003 | 248k|  1 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
451.97/453.81	c   437s| 60800 | 52820 |  3279k|  53.9 |   598M |  75 |1968 |4817 |2056 | 249k|  1 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
452.77/454.64	c   438s| 60900 | 52912 |  3285k|  53.9 |   598M |  75 |1968 |4748 |2014 | 249k|  1 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
453.87/455.78	c   439s| 61000 | 53003 |  3293k|  54.0 |   601M |  75 |1968 |4768 |2091 | 250k|  1 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
454.36/456.24	c   440s| 61100 | 53095 |  3298k|  53.9 |   601M |  75 |1968 |4715 |2029 | 250k|  2 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
454.96/456.89	c   441s| 61200 | 53183 |  3303k|  53.9 |   601M |  75 |1968 |4705 |   0 | 250k|  0 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
455.66/457.55	c   441s| 61300 | 53267 |  3309k|  54.0 |   601M |  75 |1968 |4692 |2021 | 251k|  3 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
456.36/458.24	c   442s| 61400 | 53359 |  3315k|  54.0 |   601M |  75 |1968 |4676 |2039 | 251k|  1 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
457.17/459.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.17/459.05	c   443s| 61500 | 53451 |  3322k|  54.0 |   601M |  75 |1968 |4661 |2116 | 252k|  1 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
457.65/459.58	c   443s| 61600 | 53541 |  3327k|  54.0 |   602M |  75 |1968 |4641 |2027 | 252k|  1 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
458.35/460.25	c   444s| 61700 | 53631 |  3332k|  54.0 |   603M |  75 |1968 |4630 |2079 | 252k|  1 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
458.85/460.77	c   444s| 61800 | 53725 |  3336k|  53.9 |   604M |  75 |1968 |4597 |1998 | 253k|  1 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
459.54/461.46	c   445s| 61900 | 53803 |  3341k|  54.0 |   604M |  75 |1968 |4660 |2063 | 253k|  1 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
460.04/461.97	c   446s| 62000 | 53891 |  3347k|  53.9 |   604M |  75 |1968 |4634 |2020 | 253k|  1 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
460.64/462.54	c   446s| 62100 | 53979 |  3351k|  53.9 |   604M |  75 |1968 |4658 |2038 | 254k|  1 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
461.25/463.16	c   447s| 62200 | 54061 |  3356k|  53.9 |   604M |  75 |1968 |4683 |2098 | 254k|  2 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
461.73/463.63	c   447s| 62300 | 54147 |  3360k|  53.9 |   604M |  75 |1968 |4709 |2035 | 254k|  1 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
462.24/464.12	c   448s| 62400 | 54235 |  3364k|  53.9 |   607M |  75 |1968 |4691 |2056 | 255k|  1 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
463.03/464.93	c   449s| 62500 | 54325 |  3370k|  53.9 |   616M |  75 |1968 |4670 |2018 | 255k|  1 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
463.62/465.59	c   449s| 62600 | 54411 |  3375k|  53.9 |   616M |  75 |1968 |4675 |2064 | 255k|  1 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
464.42/466.30	c   450s| 62700 | 54493 |  3381k|  53.9 |   618M |  75 |1968 |4676 |   0 | 256k|  0 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
464.92/466.85	c   451s| 62800 | 54581 |  3385k|  53.9 |   619M |  75 |1968 |4671 |   0 | 256k|  0 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
465.52/467.46	c   451s| 62900 | 54673 |  3390k|  53.9 |   619M |  75 |1968 |4654 |2016 | 256k|  1 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
466.31/468.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
466.31/468.28	c   452s| 63000 | 54758 |  3396k|  53.9 |   619M |  75 |1968 |4690 |2110 | 257k|  1 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
467.01/468.95	c   453s| 63100 | 54846 |  3402k|  53.9 |   619M |  75 |1968 |4659 |   0 | 257k|  0 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
467.81/469.74	c   453s| 63200 | 54930 |  3408k|  53.9 |   621M |  75 |1968 |4668 |2118 | 258k|  1 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
468.41/470.35	c   454s| 63300 | 55002 |  3413k|  53.9 |   621M |  75 |1968 |4681 |1979 | 258k|  1 |  34k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
468.90/470.88	c   455s| 63400 | 55088 |  3418k|  53.9 |   621M |  75 |1968 |4654 |2064 | 258k|  1 |  34k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
469.50/471.46	c   455s| 63500 | 55168 |  3423k|  53.9 |   621M |  75 |1968 |4665 |2020 | 259k|  1 |  34k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
470.30/472.28	c   456s| 63600 | 55255 |  3428k|  53.9 |   622M |  75 |1968 |4632 |1994 | 259k|  1 |  34k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
471.11/473.07	c   457s| 63700 | 55332 |  3433k|  53.9 |   624M |  75 |1968 |4646 |2074 | 260k|  1 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
471.79/473.73	c   457s| 63800 | 55418 |  3439k|  53.9 |   625M |  75 |1968 |4648 |2047 | 260k|  2 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
472.49/474.46	c   458s| 63900 | 55498 |  3445k|  53.9 |   625M |  75 |1968 |4667 |2066 | 260k|  1 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
473.10/475.10	c   459s| 64000 | 55568 |  3449k|  53.9 |   626M |  75 |1968 |4718 |   0 | 261k|  0 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
473.88/475.84	c   460s| 64100 | 55657 |  3454k|  53.9 |   626M |  75 |1968 |4717 |2087 | 261k|  1 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
474.38/476.33	c   460s| 64200 | 55736 |  3458k|  53.8 |   627M |  75 |1968 |4732 |2040 | 261k|  1 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
475.68/477.61	c   461s| 64300 | 55818 |  3463k|  53.8 |   628M |  75 |1968 |4754 |2105 | 262k|  1 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
476.47/478.46	c   462s| 64400 | 55900 |  3468k|  53.8 |   628M |  75 |1968 |4746 |2017 | 262k|  1 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
477.09/479.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
477.09/479.03	c   463s| 64500 | 55986 |  3474k|  53.8 |   628M |  75 |1968 |4746 |2086 | 263k|  3 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
477.67/479.63	c   463s| 64600 | 56071 |  3479k|  53.8 |   628M |  75 |1968 |4732 |2024 | 263k|  1 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
478.57/480.51	c   464s| 64700 | 56154 |  3486k|  53.9 |   628M |  75 |1968 |4725 |1980 | 263k|  1 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
479.26/481.21	c   465s| 64800 | 56237 |  3491k|  53.8 |   628M |  75 |1968 |4711 |1980 | 264k|  1 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
479.86/481.81	c   465s| 64900 | 56316 |  3496k|  53.8 |   628M |  75 |1968 |4703 |2035 | 264k|  1 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
480.36/482.30	c   466s| 65000 | 56401 |  3500k|  53.8 |   630M |  75 |1968 |4693 |2032 | 264k|  1 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
481.25/483.20	c   467s| 65100 | 56481 |  3506k|  53.8 |   636M |  75 |1968 |4721 |2088 | 265k|  1 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
482.06/484.02	c   468s| 65200 | 56560 |  3512k|  53.8 |   636M |  75 |1968 |4779 |2034 | 265k|  1 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
482.96/484.99	c   469s| 65300 | 56644 |  3521k|  53.9 |   637M |  75 |1968 |4784 |   0 | 266k|  0 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
483.55/485.54	c   469s| 65400 | 56726 |  3525k|  53.9 |   637M |  75 |1968 |4773 |1994 | 266k|  1 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
484.17/486.15	c   470s| 65500 | 56814 |  3531k|  53.9 |   637M |  75 |1968 |4749 |2011 | 266k|  1 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
484.95/486.91	c   471s| 65600 | 56898 |  3536k|  53.9 |   637M |  75 |1968 |4766 |2063 | 267k|  1 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
485.94/487.91	c   472s| 65700 | 56980 |  3543k|  53.9 |   638M |  75 |1968 |4825 |2089 | 267k|  1 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
486.84/488.85	c   473s| 65800 | 57068 |  3550k|  53.9 |   641M |  75 |1968 |4795 |1997 | 267k|  1 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
487.54/489.56	c   473s| 65900 | 57157 |  3556k|  53.9 |   641M |  75 |1968 |4778 |2037 | 268k|  1 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
488.53/490.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
488.53/490.51	c   474s| 66000 | 57246 |  3564k|  54.0 |   642M |  75 |1968 |4784 |2087 | 268k|  1 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
489.33/491.34	c   475s| 66100 | 57322 |  3571k|  54.0 |   643M |  75 |1968 |4775 |2078 | 269k|  1 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
489.83/491.86	c   476s| 66200 | 57412 |  3575k|  54.0 |   644M |  75 |1968 |4750 |2075 | 269k|  2 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
490.53/492.56	c   476s| 66300 | 57496 |  3582k|  54.0 |   644M |  75 |1968 |4745 |2010 | 270k|  1 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
491.04/493.04	c   477s| 66400 | 57580 |  3588k|  54.0 |   644M |  75 |1968 |4704 |2053 | 270k|  1 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
491.92/493.90	c   478s| 66500 | 57664 |  3594k|  54.0 |   644M |  75 |1968 |4820 |2008 | 270k|  1 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
492.52/494.56	c   478s| 66600 | 57750 |  3600k|  54.0 |   646M |  75 |1968 |4842 |2061 | 271k|  1 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
493.13/495.11	c   479s| 66700 | 57832 |  3605k|  54.0 |   647M |  75 |1968 |4888 |2087 | 271k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
493.81/495.83	c   479s| 66800 | 57918 |  3611k|  54.0 |   648M |  75 |1968 |4860 |2052 | 272k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
494.31/496.34	c   480s| 66900 | 58006 |  3615k|  54.0 |   648M |  75 |1968 |4875 |2088 | 272k|  0 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
494.81/496.88	c   481s| 67000 | 58088 |  3620k|  54.0 |   648M |  75 |1968 |4861 |2002 | 272k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
495.41/497.47	c   481s| 67100 | 58180 |  3625k|  54.0 |   649M |  75 |1968 |4825 |2066 | 273k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
496.20/498.27	c   482s| 67200 | 58264 |  3632k|  54.0 |   650M |  75 |1968 |4835 |2097 | 273k|  2 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
496.70/498.74	c   482s| 67300 | 58349 |  3638k|  54.0 |   650M |  75 |1968 |4827 |2054 | 273k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
497.40/499.43	c   483s| 67400 | 58437 |  3644k|  54.0 |   652M |  75 |1968 |4805 |2099 | 274k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
498.01/500.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.01/500.02	c   484s| 67500 | 58527 |  3649k|  54.0 |   652M |  75 |1968 |4740 |2031 | 274k|  2 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
498.59/500.60	c   484s| 67600 | 58606 |  3655k|  54.0 |   652M |  75 |1968 |4714 |2037 | 275k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
499.10/501.16	c   485s| 67700 | 58694 |  3660k|  54.0 |   652M |  75 |1968 |4703 |2049 | 275k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
500.00/502.02	c   486s| 67800 | 58781 |  3667k|  54.1 |   654M |  75 |1968 |4675 |2042 | 275k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
500.68/502.73	c   486s| 67900 | 58866 |  3672k|  54.1 |   658M |  75 |1968 |4704 |2007 | 276k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
501.68/503.77	c   487s| 68000 | 58962 |  3680k|  54.1 |   661M |  75 |1968 |4679 |2075 | 276k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
502.27/504.37	c   488s| 68100 | 59045 |  3685k|  54.1 |   662M |  75 |1968 |4676 |2007 | 277k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
502.87/504.93	c   489s| 68200 | 59129 |  3690k|  54.1 |   662M |  75 |1968 |4754 |2098 | 277k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
503.47/505.58	c   489s| 68300 | 59209 |  3696k|  54.1 |   662M |  75 |1968 |4787 |2107 | 277k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
503.98/506.04	c   490s| 68400 | 59301 |  3700k|  54.1 |   662M |  75 |1968 |4748 |1997 | 278k|  1 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
504.56/506.65	c   490s| 68500 | 59382 |  3705k|  54.1 |   662M |  75 |1968 |4792 |2047 | 278k|  1 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
505.08/507.18	c   491s| 68600 | 59463 |  3710k|  54.1 |   662M |  75 |1968 |4816 |2041 | 278k|  1 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
505.76/507.81	c   491s| 68700 | 59551 |  3715k|  54.1 |   662M |  75 |1968 |4825 |2055 | 279k|  1 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
506.36/508.48	c   492s| 68800 | 59635 |  3721k|  54.1 |   663M |  75 |1968 |4852 |2036 | 279k|  1 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
507.35/509.45	c   493s| 68900 | 59718 |  3730k|  54.1 |   662M |  75 |1968 |4841 |2112 | 280k|  2 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
507.85/509.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
507.85/509.94	c   494s| 69000 | 59809 |  3735k|  54.1 |   662M |  75 |1968 |4880 |2083 | 280k|  1 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
508.45/510.53	c   494s| 69100 | 59897 |  3739k|  54.1 |   662M |  75 |1968 |4925 |2019 | 280k|  1 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
509.25/511.39	c   495s| 69200 | 59980 |  3747k|  54.1 |   664M |  75 |1968 |4984 |2021 | 280k|  1 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
510.14/512.28	c   496s| 69300 | 60065 |  3752k|  54.1 |   665M |  75 |1968 |4971 |2040 | 281k|  1 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
510.74/512.83	c   496s| 69400 | 60152 |  3757k|  54.1 |   666M |  75 |1968 |4962 |2042 | 281k|  1 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
511.34/513.45	c   497s| 69500 | 60239 |  3762k|  54.1 |   668M |  75 |1968 |4937 |2008 | 282k|  2 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
511.84/513.97	c   498s| 69600 | 60329 |  3767k|  54.1 |   668M |  75 |1968 |4941 |2036 | 282k|  1 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
512.95/515.02	c   499s| 69700 | 60419 |  3774k|  54.1 |   668M |  75 |1968 |4967 |2090 | 282k|  1 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
513.53/515.69	c   499s| 69800 | 60503 |  3780k|  54.1 |   668M |  75 |1968 |4978 |2099 | 283k|  4 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
514.33/516.42	c   500s| 69900 | 60593 |  3786k|  54.1 |   669M |  75 |1968 |4972 |2077 | 283k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
514.95/517.06	c   501s| 70000 | 60678 |  3791k|  54.1 |   670M |  75 |1968 |4945 |2013 | 283k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
515.73/517.85	c   502s| 70100 | 60768 |  3797k|  54.1 |   670M |  75 |1968 |4940 |2061 | 284k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
516.53/518.66	c   502s| 70200 | 60848 |  3802k|  54.1 |   670M |  75 |1968 |4919 |1993 | 284k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
517.04/519.18	c   503s| 70300 | 60934 |  3807k|  54.1 |   671M |  75 |1968 |4889 |   0 | 285k|  0 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
517.82/519.95	c   504s| 70400 | 61025 |  3811k|  54.1 |   671M |  75 |1968 |4853 |2041 | 285k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
518.72/520.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
518.72/520.83	c   505s| 70500 | 61110 |  3818k|  54.1 |   672M |  75 |1968 |4865 |2035 | 285k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
519.51/521.66	c   505s| 70600 | 61198 |  3825k|  54.1 |   674M |  75 |1968 |4847 |2027 | 286k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
520.11/522.22	c   506s| 70700 | 61287 |  3830k|  54.1 |   674M |  75 |1968 |4889 |2018 | 286k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
520.71/522.82	c   506s| 70800 | 61374 |  3835k|  54.1 |   674M |  75 |1968 |4871 |1989 | 286k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
521.31/523.46	c   507s| 70900 | 61460 |  3840k|  54.1 |   674M |  75 |1968 |4877 |2057 | 287k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
522.10/524.23	c   508s| 71000 | 61544 |  3846k|  54.1 |   675M |  75 |1968 |4894 |2067 | 287k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
522.80/524.92	c   509s| 71100 | 61632 |  3852k|  54.2 |   675M |  75 |1968 |4857 |2052 | 288k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
523.50/525.64	c   509s| 71200 | 61728 |  3860k|  54.2 |   675M |  75 |1968 |4838 |2143 | 288k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
524.10/526.22	c   510s| 71300 | 61822 |  3865k|  54.2 |   676M |  75 |1968 |4804 |2007 | 288k|  2 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
524.59/526.75	c   510s| 71400 | 61906 |  3869k|  54.2 |   676M |  75 |1968 |4836 |2064 | 289k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
525.29/527.45	c   511s| 71500 | 61992 |  3875k|  54.2 |   676M |  75 |1968 |4836 |2100 | 289k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
526.00/528.16	c   512s| 71600 | 62082 |  3881k|  54.2 |   676M |  75 |1968 |4797 |2047 | 289k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
526.59/528.74	c   512s| 71700 | 62168 |  3886k|  54.2 |   677M |  75 |1968 |4830 |2079 | 290k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
527.08/529.27	c   513s| 71800 | 62256 |  3892k|  54.2 |   677M |  75 |1968 |4820 |2054 | 290k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
527.90/530.11	c   514s| 71900 | 62344 |  3898k|  54.2 |   677M |  75 |1968 |4830 |2045 | 290k|  1 |  40k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
528.48/530.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
528.48/530.61	c   514s| 72000 | 62428 |  3902k|  54.2 |   677M |  75 |1968 |4833 |2017 | 291k|  2 |  40k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
528.99/531.12	c   515s| 72100 | 62514 |  3907k|  54.2 |   678M |  75 |1968 |4865 |2014 | 291k|  1 |  40k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
529.58/531.73	c   515s| 72200 | 62601 |  3913k|  54.2 |   679M |  75 |1968 |4907 |2022 | 291k|  1 |  40k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
530.17/532.38	c   516s| 72300 | 62681 |  3919k|  54.2 |   679M |  75 |1968 |4926 |2031 | 292k|  1 |  40k|  13k|-1.255488e+03 |      --      |    Inf |   1.29%
530.88/533.08	c   517s| 72400 | 62767 |  3924k|  54.2 |   679M |  75 |1968 |4965 |2087 | 292k|  1 |  40k|  13k|-1.255488e+03 |      --      |    Inf |   1.29%
531.47/533.68	c   517s| 72500 | 62854 |  3930k|  54.2 |   679M |  75 |1968 |4967 |2074 | 292k|  1 |  40k|  13k|-1.255488e+03 |      --      |    Inf |   1.29%
532.17/534.35	c   518s| 72600 | 62934 |  3935k|  54.2 |   679M |  75 |1968 |5008 |2087 | 293k|  1 |  40k|  13k|-1.255488e+03 |      --      |    Inf |   1.29%
532.76/534.97	c   519s| 72700 | 63019 |  3941k|  54.2 |   681M |  75 |1968 |4991 |2055 | 293k|  3 |  40k|  13k|-1.255488e+03 |      --      |    Inf |   1.29%
533.46/535.69	c   519s| 72800 | 63103 |  3947k|  54.2 |   685M |  75 |1968 |4940 |2074 | 293k|  1 |  40k|  13k|-1.255488e+03 |      --      |    Inf |   1.29%
534.26/536.46	c   520s| 72900 | 63189 |  3952k|  54.2 |   686M |  75 |1968 |4959 |1992 | 294k|  1 |  40k|  13k|-1.255488e+03 |      --      |    Inf |   1.29%
535.15/537.31	c   521s| 73000 | 63279 |  3958k|  54.2 |   686M |  75 |1968 |4936 |2113 | 294k|  8 |  40k|  13k|-1.255488e+03 |      --      |    Inf |   1.29%
535.75/537.95	c   522s| 73100 | 63361 |  3964k|  54.2 |   687M |  75 |1968 |4909 |2101 | 294k|  1 |  40k|  13k|-1.255488e+03 |      --      |    Inf |   1.29%
536.45/538.60	c   522s| 73200 | 63449 |  3969k|  54.2 |   687M |  75 |1968 |4878 |2044 | 295k|  1 |  40k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
537.04/539.26	c   523s| 73300 | 63534 |  3976k|  54.2 |   688M |  75 |1968 |4863 |2087 | 295k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
537.74/539.90	c   524s| 73400 | 63632 |  3981k|  54.2 |   688M |  75 |1968 |4810 |2024 | 296k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
538.54/540.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
538.54/540.74	c   524s| 73500 | 63724 |  3987k|  54.2 |   688M |  75 |1968 |4837 |2093 | 296k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
539.14/541.39	c   525s| 73600 | 63817 |  3992k|  54.2 |   689M |  75 |1968 |4848 |2021 | 296k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
539.85/542.03	c   526s| 73700 | 63911 |  3998k|  54.2 |   689M |  75 |1968 |4830 |2017 | 297k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
540.53/542.78	c   526s| 73800 | 64003 |  4004k|  54.2 |   689M |  75 |1968 |4849 |2067 | 297k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
541.33/543.51	c   527s| 73900 | 64083 |  4010k|  54.2 |   690M |  75 |1968 |4917 |2057 | 297k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
542.32/544.52	c   528s| 74000 | 64165 |  4018k|  54.3 |   703M |  75 |1968 |4956 |2000 | 298k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
543.02/545.23	c   529s| 74100 | 64257 |  4023k|  54.3 |   704M |  75 |1968 |4962 |2056 | 298k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
543.71/545.96	c   530s| 74200 | 64348 |  4029k|  54.3 |   704M |  75 |1968 |4967 |2025 | 299k|  2 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
544.71/546.91	c   531s| 74300 | 64432 |  4036k|  54.3 |   704M |  75 |1968 |4925 |1996 | 299k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
545.41/547.64	c   531s| 74400 | 64518 |  4042k|  54.3 |   705M |  75 |1968 |4895 |2014 | 299k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
546.10/548.30	c   532s| 74500 | 64607 |  4049k|  54.3 |   705M |  75 |1968 |4900 |2033 | 300k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
546.82/549.07	c   533s| 74600 | 64692 |  4055k|  54.3 |   705M |  75 |1968 |4900 |2107 | 300k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
547.70/549.92	c   534s| 74700 | 64774 |  4066k|  54.4 |   706M |  75 |1968 |4904 |2061 | 301k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
548.40/550.61	c   534s| 74800 | 64857 |  4071k|  54.4 |   707M |  75 |1968 |4916 |2057 | 301k|  1 |  42k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
548.99/551.20	c   535s| 74900 | 64935 |  4076k|  54.4 |   708M |  75 |1968 |4897 |2022 | 301k|  1 |  42k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
549.80/552.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
549.80/552.07	c   536s| 75000 | 65017 |  4081k|  54.4 |   708M |  75 |1968 |4927 |2085 | 301k|  1 |  42k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
550.29/552.55	c   536s| 75100 | 65098 |  4086k|  54.4 |   708M |  75 |1968 |5014 |2007 | 302k|  1 |  42k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
550.80/553.06	c   537s| 75200 | 65186 |  4092k|  54.4 |   708M |  75 |1968 |4985 |2049 | 302k|  1 |  42k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
551.68/553.92	c   538s| 75300 | 65268 |  4098k|  54.4 |   708M |  75 |1968 |4963 |2081 | 302k|  1 |  42k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
552.08/554.39	c   538s| 75400 | 65344 |  4102k|  54.4 |   708M |  75 |1968 |5034 |2009 | 303k|  1 |  42k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
552.79/555.03	c   539s| 75500 | 65430 |  4107k|  54.4 |   709M |  75 |1968 |5037 |2096 | 303k|  4 |  42k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
553.48/555.72	c   539s| 75600 | 65524 |  4113k|  54.4 |   709M |  75 |1968 |5038 |2018 | 303k|  1 |  42k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
554.17/556.41	c   540s| 75700 | 65609 |  4118k|  54.4 |   709M |  75 |1968 |5058 |2064 | 304k|  1 |  42k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
554.78/557.07	c   541s| 75800 | 65692 |  4123k|  54.4 |   709M |  75 |1968 |5108 |2092 | 304k|  1 |  42k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
555.37/557.60	c   541s| 75900 | 65783 |  4128k|  54.4 |   709M |  75 |1968 |5091 |2115 | 304k|  1 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
556.16/558.49	c   542s| 76000 | 65870 |  4134k|  54.4 |   713M |  75 |1968 |5060 |2065 | 305k|  1 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
556.77/559.07	c   543s| 76100 | 65960 |  4139k|  54.4 |   713M |  75 |1968 |5090 |2071 | 305k|  1 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
557.26/559.56	c   543s| 76200 | 66048 |  4143k|  54.3 |   714M |  75 |1968 |5012 |2018 | 306k|  1 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
557.96/560.28	c   544s| 76300 | 66136 |  4148k|  54.3 |   714M |  75 |1968 |5001 |2103 | 306k|  1 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
558.77/561.07	c   545s| 76400 | 66224 |  4154k|  54.4 |   715M |  75 |1968 |4961 |2024 | 306k|  1 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
559.35/561.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
559.35/561.68	c   545s| 76500 | 66313 |  4159k|  54.3 |   716M |  75 |1968 |4929 |2041 | 307k|  1 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
559.95/562.29	c   546s| 76600 | 66398 |  4165k|  54.4 |   717M |  75 |1968 |4882 |2048 | 307k|  1 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
560.76/563.04	c   547s| 76700 | 66482 |  4170k|  54.3 |   717M |  75 |1968 |4915 |   0 | 307k|  0 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
561.14/563.49	c   547s| 76800 | 66566 |  4174k|  54.3 |   717M |  75 |1968 |5003 |2068 | 308k|  1 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
561.85/564.15	c   548s| 76900 | 66646 |  4180k|  54.3 |   717M |  75 |1968 |5053 |2061 | 308k|  1 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
562.24/564.58	c   548s| 77000 | 66729 |  4184k|  54.3 |   717M |  75 |1968 |5024 |2002 | 308k|  1 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
562.94/565.28	c   549s| 77100 | 66820 |  4189k|  54.3 |   717M |  75 |1968 |5004 |2002 | 309k|  1 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
563.53/565.88	c   550s| 77200 | 66914 |  4194k|  54.3 |   718M |  75 |1968 |4952 |2047 | 309k|  1 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
564.23/566.50	c   550s| 77300 | 67006 |  4198k|  54.3 |   721M |  75 |1968 |4940 |1995 | 309k|  1 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
564.63/566.98	c   551s| 77400 | 67093 |  4203k|  54.3 |   721M |  75 |1968 |4929 |2060 | 310k|  1 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
565.33/567.62	c   551s| 77500 | 67183 |  4208k|  54.3 |   722M |  75 |1968 |4930 |1998 | 310k|  1 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
566.02/568.30	c   552s| 77600 | 67274 |  4214k|  54.3 |   725M |  75 |1968 |4929 |2058 | 310k|  1 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
566.42/568.70	c   552s| 77700 | 67356 |  4217k|  54.3 |   725M |  75 |1968 |4968 |2071 | 311k|  1 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
567.02/569.39	c   553s| 77800 | 67442 |  4222k|  54.2 |   726M |  75 |1968 |4983 |2055 | 311k|  1 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
567.73/570.06	c   554s| 77900 | 67526 |  4227k|  54.2 |   726M |  75 |1968 |5014 |2075 | 311k|  1 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
568.41/570.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
568.41/570.76	c   554s| 78000 | 67612 |  4233k|  54.2 |   726M |  75 |1968 |5007 |2040 | 312k|  1 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
569.01/571.32	c   555s| 78100 | 67702 |  4238k|  54.2 |   726M |  75 |1968 |5020 |2041 | 312k|  1 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
569.72/572.08	c   556s| 78200 | 67794 |  4244k|  54.3 |   726M |  75 |1968 |4995 |2004 | 312k|  1 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
570.31/572.62	c   556s| 78300 | 67882 |  4249k|  54.2 |   726M |  75 |1968 |4989 |2026 | 313k|  1 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
570.90/573.23	c   557s| 78400 | 67972 |  4255k|  54.2 |   727M |  75 |1968 |5007 |2067 | 313k|  1 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
571.60/573.90	c   558s| 78500 | 68057 |  4260k|  54.2 |   727M |  75 |1968 |5007 |2117 | 313k|  6 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
572.20/574.58	c   558s| 78600 | 68143 |  4266k|  54.2 |   727M |  75 |1968 |5054 |2123 | 314k|  1 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
572.90/575.24	c   559s| 78700 | 68233 |  4271k|  54.2 |   729M |  75 |1968 |5044 |2033 | 314k|  1 |  44k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
573.59/575.99	c   560s| 78800 | 68323 |  4277k|  54.3 |   729M |  75 |1968 |5089 |2067 | 314k|  2 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
574.39/576.74	c   560s| 78900 | 68404 |  4284k|  54.3 |   729M |  75 |1968 |5111 |   0 | 315k|  0 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
575.09/577.42	c   561s| 79000 | 68496 |  4289k|  54.3 |   731M |  75 |1968 |5101 |2059 | 315k|  1 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
575.59/577.99	c   562s| 79100 | 68584 |  4293k|  54.3 |   731M |  75 |1968 |5076 |1981 | 316k|  1 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
576.18/578.57	c   562s| 79200 | 68672 |  4299k|  54.3 |   731M |  75 |1968 |5080 |2066 | 316k|  3 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
576.70/579.06	c   563s| 79300 | 68760 |  4303k|  54.2 |   731M |  75 |1968 |5089 |2040 | 316k|  1 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
577.39/579.70	c   563s| 79400 | 68845 |  4308k|  54.2 |   733M |  75 |1968 |5091 |2092 | 317k|  3 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
577.88/580.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
577.88/580.29	c   564s| 79500 | 68931 |  4314k|  54.2 |   733M |  75 |1968 |5128 |2066 | 317k|  1 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
578.69/581.08	c   565s| 79600 | 69021 |  4320k|  54.3 |   734M |  75 |1968 |5118 |2003 | 317k|  1 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
579.28/581.61	c   565s| 79700 | 69109 |  4326k|  54.3 |   735M |  75 |1968 |5117 |2063 | 318k|  1 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
579.98/582.36	c   566s| 79800 | 69193 |  4331k|  54.2 |   736M |  75 |1968 |5146 |2104 | 318k|  1 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
580.57/582.96	c   567s| 79900 | 69287 |  4337k|  54.3 |   736M |  75 |1968 |5169 |2023 | 318k|  1 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
581.47/583.83	c   567s| 80000 | 69379 |  4344k|  54.3 |   736M |  75 |1968 |5152 |2089 | 319k|  1 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
582.26/584.69	c   568s| 80100 | 69471 |  4350k|  54.3 |   736M |  75 |1968 |5116 |2032 | 319k|  1 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
583.06/585.46	c   569s| 80200 | 69562 |  4355k|  54.3 |   737M |  75 |1968 |5089 |2021 | 320k|  1 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
583.96/586.38	c   570s| 80300 | 69650 |  4363k|  54.3 |   738M |  75 |1968 |5079 |2106 | 320k|  1 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
584.67/587.05	c   571s| 80400 | 69736 |  4369k|  54.3 |   738M |  75 |1968 |5070 |2069 | 321k|  2 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
585.35/587.76	c   571s| 80500 | 69826 |  4376k|  54.3 |   741M |  75 |1968 |5031 |2032 | 321k|  1 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
586.05/588.48	c   572s| 80600 | 69914 |  4382k|  54.3 |   741M |  75 |1968 |5035 |2102 | 321k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
586.94/589.35	c   573s| 80700 | 70002 |  4388k|  54.4 |   741M |  75 |1968 |5068 |2113 | 322k|  4 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
587.65/590.01	c   574s| 80800 | 70090 |  4393k|  54.4 |   741M |  75 |1968 |5070 |2075 | 322k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
588.14/590.56	c   574s| 80900 | 70186 |  4398k|  54.3 |   742M |  75 |1968 |5026 |2031 | 322k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
588.84/591.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
588.84/591.23	c   575s| 81000 | 70282 |  4404k|  54.3 |   742M |  75 |1968 |5022 |2041 | 323k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
589.43/591.88	c   576s| 81100 | 70372 |  4410k|  54.4 |   742M |  75 |1968 |5025 |2028 | 323k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
590.03/592.47	c   576s| 81200 | 70464 |  4416k|  54.4 |   742M |  75 |1968 |4988 |2071 | 323k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
590.74/593.15	c   577s| 81300 | 70552 |  4421k|  54.4 |   743M |  75 |1968 |5014 |2028 | 324k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
591.53/593.93	c   578s| 81400 | 70640 |  4427k|  54.4 |   744M |  75 |1968 |5015 |2059 | 324k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
592.02/594.46	c   578s| 81500 | 70723 |  4431k|  54.4 |   744M |  75 |1968 |5008 |2014 | 325k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
592.64/595.07	c   579s| 81600 | 70815 |  4436k|  54.3 |   744M |  75 |1968 |4984 |2073 | 325k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
593.32/595.71	c   579s| 81700 | 70903 |  4441k|  54.3 |   747M |  75 |1968 |4960 |2030 | 325k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
593.92/596.30	c   580s| 81800 | 70993 |  4447k|  54.3 |   747M |  75 |1968 |4969 |2020 | 326k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
594.51/596.99	c   581s| 81900 | 71075 |  4454k|  54.4 |   747M |  75 |1968 |4988 |   0 | 326k|  0 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
595.21/597.69	c   581s| 82000 | 71171 |  4460k|  54.4 |   749M |  75 |1968 |4943 |2090 | 326k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
595.91/598.33	c   582s| 82100 | 71247 |  4465k|  54.4 |   749M |  75 |1968 |4951 |2042 | 327k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
596.51/598.93	c   583s| 82200 | 71329 |  4470k|  54.4 |   752M |  75 |1968 |4977 |2037 | 327k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
597.10/599.59	c   583s| 82300 | 71418 |  4475k|  54.4 |   753M |  75 |1968 |4931 |2021 | 327k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
597.90/600.30	c   584s| 82400 | 71504 |  4480k|  54.4 |   753M |  75 |1968 |4949 |   0 | 328k|  0 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
598.50/600.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
598.50/600.96	c   585s| 82500 | 71598 |  4487k|  54.4 |   754M |  75 |1968 |4886 |2035 | 328k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
599.10/601.56	c   585s| 82600 | 71684 |  4492k|  54.4 |   755M |  75 |1968 |4892 |2068 | 328k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
599.89/602.32	c   586s| 82700 | 71771 |  4498k|  54.4 |   761M |  75 |1968 |4857 |2008 | 329k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
600.49/603.01	c   587s| 82800 | 71865 |  4504k|  54.4 |   762M |  75 |1968 |4878 |2079 | 329k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
601.09/603.50	c   587s| 82900 | 71950 |  4508k|  54.4 |   762M |  75 |1968 |4896 |2039 | 329k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
601.70/604.19	c   588s| 83000 | 72042 |  4514k|  54.4 |   762M |  75 |1968 |4938 |2110 | 330k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
602.38/604.81	c   588s| 83100 | 72134 |  4520k|  54.4 |   763M |  75 |1968 |4922 |2025 | 330k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
602.98/605.41	c   589s| 83200 | 72230 |  4524k|  54.4 |   763M |  75 |1968 |4887 |2118 | 330k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
603.48/605.93	c   590s| 83300 | 72320 |  4529k|  54.4 |   763M |  75 |1968 |4822 |2011 | 331k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
604.17/606.62	c   590s| 83400 | 72412 |  4535k|  54.4 |   764M |  75 |1968 |4856 |2099 | 331k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
604.69/607.15	c   591s| 83500 | 72497 |  4540k|  54.3 |   764M |  75 |1968 |4893 |2028 | 331k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
605.47/607.91	c   592s| 83600 | 72587 |  4547k|  54.4 |   765M |  75 |1968 |4879 |   0 | 332k|  0 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
606.17/608.67	c   592s| 83700 | 72679 |  4552k|  54.4 |   767M |  75 |1968 |4837 |2033 | 332k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
606.87/609.33	c   593s| 83800 | 72767 |  4558k|  54.4 |   769M |  75 |1968 |4842 |2070 | 333k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
607.47/609.97	c   594s| 83900 | 72842 |  4563k|  54.4 |   770M |  75 |1968 |4908 |2000 | 333k|  1 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
608.16/610.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
608.16/610.63	c   594s| 84000 | 72932 |  4569k|  54.4 |   770M |  75 |1968 |4900 |2077 | 333k|  1 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
608.76/611.29	c   595s| 84100 | 73015 |  4575k|  54.4 |   770M |  75 |1968 |4916 |2021 | 334k|  1 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
609.57/612.03	c   596s| 84200 | 73095 |  4582k|  54.4 |   770M |  75 |1968 |4947 |2053 | 334k|  1 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
610.06/612.58	c   596s| 84300 | 73185 |  4588k|  54.4 |   771M |  75 |1968 |5006 |   0 | 335k|  0 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
610.75/613.24	c   597s| 84400 | 73267 |  4593k|  54.4 |   771M |  75 |1968 |5073 |1996 | 335k|  1 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
611.25/613.75	c   597s| 84500 | 73353 |  4598k|  54.4 |   771M |  75 |1968 |5044 |2033 | 335k|  1 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
612.05/614.51	c   598s| 84600 | 73439 |  4604k|  54.4 |   773M |  75 |1968 |5089 |2056 | 336k|  1 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
612.84/615.32	c   599s| 84700 | 73530 |  4611k|  54.4 |   773M |  75 |1968 |5082 |   0 | 336k|  0 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
613.44/615.90	c   600s| 84800 | 73620 |  4615k|  54.4 |   773M |  75 |1968 |5069 |2010 | 336k|  1 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
614.14/616.62	c   600s| 84900 | 73714 |  4620k|  54.4 |   773M |  75 |1968 |5032 |2076 | 337k|  1 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
614.74/617.21	c   601s| 85000 | 73806 |  4626k|  54.4 |   773M |  75 |1968 |4997 |2034 | 337k|  1 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
615.23/617.70	c   601s| 85100 | 73896 |  4630k|  54.4 |   773M |  75 |1968 |5014 |2008 | 337k|  1 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
615.83/618.37	c   602s| 85200 | 73984 |  4636k|  54.4 |   774M |  75 |1968 |4992 |2050 | 338k|  1 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
616.54/619.08	c   603s| 85300 | 74067 |  4640k|  54.4 |   774M |  75 |1968 |4962 |1998 | 338k|  1 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
617.13/619.64	c   603s| 85400 | 74151 |  4645k|  54.4 |   775M |  75 |1968 |4934 |2030 | 339k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
617.82/620.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
617.82/620.34	c   604s| 85500 | 74240 |  4651k|  54.4 |   775M |  75 |1968 |4922 |2097 | 339k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
618.42/620.95	c   605s| 85600 | 74334 |  4657k|  54.4 |   775M |  75 |1968 |4885 |2001 | 339k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
619.12/621.63	c   605s| 85700 | 74430 |  4662k|  54.4 |   776M |  75 |1968 |4861 |2054 | 340k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
619.63/622.20	c   606s| 85800 | 74516 |  4667k|  54.4 |   776M |  75 |1968 |4842 |   0 | 340k|  0 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
620.31/622.82	c   606s| 85900 | 74602 |  4673k|  54.4 |   777M |  75 |1968 |4857 |2084 | 341k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
621.01/623.52	c   607s| 86000 | 74694 |  4680k|  54.4 |   778M |  75 |1968 |4839 |2063 | 341k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
621.62/624.19	c   608s| 86100 | 74780 |  4686k|  54.4 |   778M |  75 |1968 |4855 |2081 | 341k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
622.31/624.87	c   609s| 86200 | 74866 |  4691k|  54.4 |   778M |  75 |1968 |4835 |2050 | 342k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
622.80/625.39	c   609s| 86300 | 74948 |  4696k|  54.4 |   779M |  75 |1968 |4853 |2045 | 342k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
623.51/626.10	c   610s| 86400 | 75030 |  4701k|  54.4 |   779M |  75 |1968 |4865 |   0 | 343k|  0 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
624.20/626.70	c   610s| 86500 | 75116 |  4708k|  54.4 |   780M |  75 |1968 |4843 |2127 | 343k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
624.69/627.23	c   611s| 86600 | 75197 |  4712k|  54.4 |   782M |  75 |1968 |4867 |2117 | 343k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
625.19/627.74	c   611s| 86700 | 75285 |  4718k|  54.4 |   782M |  75 |1968 |4912 |2019 | 344k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
626.60/629.11	c   613s| 86800 | 75377 |  4726k|  54.4 |   787M |  75 |1968 |4925 |2089 | 344k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
627.18/629.72	c   613s| 86900 | 75471 |  4731k|  54.4 |   789M |  75 |1968 |4885 |2030 | 344k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
627.68/630.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
627.68/630.25	c   614s| 87000 | 75563 |  4736k|  54.4 |   789M |  75 |1968 |4879 |2109 | 345k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
628.38/630.94	c   615s| 87100 | 75642 |  4741k|  54.4 |   790M |  75 |1968 |4891 |2101 | 345k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
628.98/631.58	c   615s| 87200 | 75732 |  4745k|  54.4 |   790M |  75 |1968 |4895 |1981 | 345k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
629.67/632.26	c   616s| 87300 | 75822 |  4751k|  54.4 |   791M |  75 |1968 |4909 |2067 | 346k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
630.37/632.94	c   617s| 87400 | 75914 |  4757k|  54.4 |   792M |  75 |1968 |4911 |2014 | 346k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
631.07/633.61	c   617s| 87500 | 76006 |  4762k|  54.4 |   793M |  75 |1968 |4920 |2063 | 347k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
631.67/634.27	c   618s| 87600 | 76085 |  4768k|  54.4 |   794M |  75 |1968 |4938 |2110 | 347k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
632.36/634.93	c   619s| 87700 | 76183 |  4774k|  54.4 |   794M |  75 |1968 |4904 |2073 | 347k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
633.16/635.70	c   619s| 87800 | 76267 |  4780k|  54.4 |   795M |  75 |1968 |4893 |2063 | 348k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
633.76/636.30	c   620s| 87900 | 76353 |  4786k|  54.4 |   797M |  75 |1968 |4893 |2047 | 348k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
634.57/637.18	c   621s| 88000 | 76445 |  4793k|  54.4 |   797M |  75 |1968 |4910 |2072 | 348k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
635.15/637.74	c   621s| 88100 | 76532 |  4799k|  54.4 |   797M |  75 |1968 |4945 |2073 | 349k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
635.75/638.39	c   622s| 88200 | 76624 |  4804k|  54.4 |   797M |  75 |1968 |4899 |2010 | 349k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
636.56/639.18	c   623s| 88300 | 76716 |  4810k|  54.5 |   797M |  75 |1968 |4897 |2073 | 350k|  2 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
637.24/639.85	c   624s| 88400 | 76794 |  4815k|  54.5 |   801M |  75 |1968 |4939 |2075 | 350k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
637.94/640.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
637.94/640.54	c   624s| 88500 | 76877 |  4822k|  54.5 |   803M |  75 |1968 |4969 |2076 | 350k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
638.64/641.27	c   625s| 88600 | 76961 |  4828k|  54.5 |   803M |  75 |1968 |4975 |2117 | 351k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
639.33/642.00	c   626s| 88700 | 77053 |  4833k|  54.5 |   805M |  75 |1968 |4948 |   0 | 351k|  0 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
640.13/642.78	c   626s| 88800 | 77143 |  4839k|  54.5 |   805M |  75 |1968 |4974 |2095 | 352k|  1 |  50k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
640.93/643.53	c   627s| 88900 | 77232 |  4845k|  54.5 |   805M |  75 |1968 |5044 |2114 | 352k|  2 |  50k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
641.63/644.26	c   628s| 89000 | 77322 |  4850k|  54.5 |   807M |  75 |1968 |5030 |2073 | 352k|  1 |  50k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
642.32/644.95	c   629s| 89100 | 77406 |  4855k|  54.5 |   807M |  75 |1968 |5046 |2075 | 353k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
643.02/645.64	c   629s| 89200 | 77492 |  4861k|  54.5 |   807M |  75 |1968 |5058 |2029 | 353k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
643.82/646.45	c   630s| 89300 | 77578 |  4868k|  54.5 |   807M |  75 |1968 |5097 |2095 | 354k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
644.71/647.37	c   631s| 89400 | 77660 |  4875k|  54.5 |   808M |  75 |1968 |5084 |2017 | 354k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
645.61/648.29	c   632s| 89500 | 77746 |  4882k|  54.5 |   809M |  75 |1968 |5040 |2005 | 354k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
646.31/648.96	c   633s| 89600 | 77838 |  4888k|  54.5 |   811M |  75 |1968 |5030 |2048 | 355k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
647.20/649.87	c   634s| 89700 | 77923 |  4893k|  54.5 |   812M |  75 |1968 |5096 |2010 | 355k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
647.70/650.35	c   634s| 89800 | 78009 |  4897k|  54.5 |   812M |  75 |1968 |5093 |2034 | 356k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
648.20/650.86	c   635s| 89900 | 78099 |  4902k|  54.5 |   812M |  75 |1968 |5100 |2084 | 356k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
649.00/651.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
649.00/651.63	c   635s| 90000 | 78184 |  4908k|  54.5 |   813M |  75 |1968 |5062 |2132 | 356k|  6 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
649.51/652.18	c   636s| 90100 | 78269 |  4913k|  54.5 |   813M |  75 |1968 |5063 |2119 | 357k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
650.40/653.03	c   637s| 90200 | 78354 |  4919k|  54.5 |   813M |  75 |1968 |5039 |2046 | 357k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
650.99/653.64	c   637s| 90300 | 78438 |  4924k|  54.5 |   814M |  75 |1968 |5095 |2067 | 357k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
651.58/654.29	c   638s| 90400 | 78519 |  4930k|  54.5 |   814M |  75 |1968 |5054 |2117 | 358k|  2 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
652.18/654.82	c   638s| 90500 | 78608 |  4934k|  54.5 |   814M |  75 |1968 |5047 |2105 | 358k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
652.68/655.30	c   639s| 90600 | 78702 |  4939k|  54.5 |   814M |  75 |1968 |4995 |2046 | 358k|  2 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
653.28/655.96	c   640s| 90700 | 78790 |  4943k|  54.5 |   814M |  75 |1968 |4985 |   0 | 359k|  0 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
654.17/656.84	c   641s| 90800 | 78884 |  4949k|  54.5 |   816M |  75 |1968 |4996 |2146 | 359k|  7 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
654.77/657.47	c   641s| 90900 | 78970 |  4954k|  54.5 |   817M |  75 |1968 |5010 |2080 | 359k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
655.38/658.05	c   642s| 91000 | 79062 |  4958k|  54.5 |   819M |  75 |1968 |4965 |2059 | 360k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
655.77/658.45	c   642s| 91100 | 79137 |  4962k|  54.4 |   819M |  75 |1968 |4974 |   0 | 360k|  0 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
656.66/659.36	c   643s| 91200 | 79224 |  4969k|  54.5 |   820M |  75 |1968 |4914 |2071 | 360k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
657.16/659.86	c   644s| 91300 | 79318 |  4974k|  54.5 |   820M |  75 |1968 |4853 |2051 | 361k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
657.86/660.58	c   644s| 91400 | 79395 |  4978k|  54.4 |   821M |  75 |1968 |4904 |2047 | 361k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
658.56/661.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
658.56/661.23	c   645s| 91500 | 79480 |  4984k|  54.4 |   822M |  75 |1968 |4913 |2044 | 361k|  4 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
659.25/661.97	c   646s| 91600 | 79565 |  4988k|  54.4 |   823M |  75 |1968 |4944 |2068 | 362k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
659.85/662.57	c   646s| 91700 | 79645 |  4993k|  54.4 |   823M |  75 |1968 |4933 |2089 | 362k|  6 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
660.36/663.08	c   647s| 91800 | 79737 |  4998k|  54.4 |   823M |  75 |1968 |4890 |2110 | 363k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
661.04/663.71	c   647s| 91900 | 79833 |  5003k|  54.4 |   823M |  75 |1968 |4833 |2023 | 363k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
661.84/664.54	c   648s| 92000 | 79919 |  5009k|  54.4 |   826M |  75 |1968 |4787 |2064 | 363k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
662.36/665.02	c   649s| 92100 | 80004 |  5014k|  54.4 |   828M |  75 |1968 |4810 |2059 | 364k|  2 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
662.85/665.58	c   649s| 92200 | 80088 |  5019k|  54.4 |   828M |  75 |1968 |4819 |1981 | 364k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
663.46/666.13	c   650s| 92300 | 80177 |  5024k|  54.4 |   828M |  75 |1968 |4807 |2040 | 364k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
664.14/666.80	c   650s| 92400 | 80255 |  5029k|  54.4 |   829M |  75 |1968 |4830 |2096 | 365k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
664.74/667.44	c   651s| 92500 | 80341 |  5034k|  54.4 |   829M |  75 |1968 |4850 |2071 | 365k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
665.45/668.16	c   652s| 92600 | 80429 |  5040k|  54.4 |   830M |  75 |1968 |4853 |2081 | 365k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
666.03/668.76	c   652s| 92700 | 80509 |  5045k|  54.4 |   830M |  75 |1968 |4895 |2083 | 366k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
666.63/669.34	c   653s| 92800 | 80601 |  5051k|  54.4 |   830M |  75 |1968 |4886 |2051 | 366k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
667.13/669.88	c   654s| 92900 | 80689 |  5055k|  54.4 |   830M |  75 |1968 |4900 |   0 | 366k|  0 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
667.82/670.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
667.82/670.57	c   654s| 93000 | 80773 |  5060k|  54.4 |   830M |  75 |1968 |4868 |2011 | 367k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
668.52/671.21	c   655s| 93100 | 80861 |  5065k|  54.4 |   830M |  75 |1968 |4927 |2071 | 367k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
669.22/671.92	c   656s| 93200 | 80951 |  5071k|  54.4 |   831M |  75 |1968 |4939 |2104 | 367k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
669.62/672.35	c   656s| 93300 | 81028 |  5076k|  54.4 |   831M |  75 |1968 |4966 |2024 | 368k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
670.33/673.08	c   657s| 93400 | 81114 |  5082k|  54.4 |   831M |  75 |1968 |4984 |1996 | 368k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
670.91/673.61	c   657s| 93500 | 81203 |  5087k|  54.4 |   831M |  75 |1968 |4976 |   0 | 368k|  0 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
671.51/674.21	c   658s| 93600 | 81295 |  5091k|  54.4 |   832M |  75 |1968 |4956 |2080 | 369k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
672.21/674.92	c   659s| 93700 | 81379 |  5096k|  54.4 |   832M |  75 |1968 |4957 |2053 | 369k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
672.90/675.65	c   659s| 93800 | 81457 |  5101k|  54.4 |   832M |  75 |1968 |4963 |   0 | 370k|  0 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
673.41/676.16	c   660s| 93900 | 81541 |  5106k|  54.4 |   833M |  75 |1968 |5019 |2111 | 370k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
674.00/676.71	c   660s| 94000 | 81627 |  5110k|  54.3 |   835M |  75 |1968 |4982 |2055 | 370k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
674.70/677.49	c   661s| 94100 | 81707 |  5116k|  54.3 |   835M |  75 |1968 |5048 |2085 | 371k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
675.49/678.24	c   662s| 94200 | 81797 |  5123k|  54.4 |   835M |  75 |1968 |5040 |2030 | 371k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
676.19/678.95	c   663s| 94300 | 81893 |  5128k|  54.4 |   836M |  75 |1968 |5046 |2046 | 371k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
676.69/679.45	c   663s| 94400 | 81987 |  5133k|  54.4 |   836M |  75 |1968 |5015 |2001 | 372k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
677.30/680.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
677.30/680.09	c   664s| 94500 | 82069 |  5138k|  54.4 |   836M |  75 |1968 |5063 |2101 | 372k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
678.08/680.83	c   665s| 94600 | 82157 |  5143k|  54.3 |   836M |  75 |1968 |5062 |2047 | 372k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
678.98/681.76	c   665s| 94700 | 82241 |  5149k|  54.4 |   840M |  75 |1968 |5060 |2093 | 373k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
679.78/682.50	c   666s| 94800 | 82333 |  5156k|  54.4 |   841M |  75 |1968 |5051 |2130 | 373k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
680.39/683.16	c   667s| 94900 | 82417 |  5162k|  54.4 |   841M |  75 |1968 |5044 |2039 | 374k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
680.97/683.78	c   667s| 95000 | 82505 |  5166k|  54.4 |   841M |  75 |1968 |5045 |2038 | 374k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
681.57/684.39	c   668s| 95100 | 82591 |  5171k|  54.4 |   842M |  75 |1968 |5060 |1996 | 374k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
682.28/685.01	c   669s| 95200 | 82677 |  5176k|  54.3 |   842M |  75 |1968 |5086 |2103 | 375k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
682.76/685.57	c   669s| 95300 | 82767 |  5180k|  54.3 |   842M |  75 |1968 |5053 |2098 | 375k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
683.37/686.17	c   670s| 95400 | 82863 |  5185k|  54.3 |   842M |  75 |1968 |5022 |2050 | 375k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
684.06/686.80	c   670s| 95500 | 82949 |  5190k|  54.3 |   843M |  75 |1968 |5020 |2122 | 376k|  2 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
684.66/687.48	c   671s| 95600 | 83034 |  5195k|  54.3 |   845M |  75 |1968 |5039 |2010 | 376k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
685.37/688.13	c   672s| 95700 | 83128 |  5201k|  54.3 |   845M |  75 |1968 |5013 |2051 | 376k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
685.85/688.65	c   672s| 95800 | 83214 |  5205k|  54.3 |   846M |  75 |1968 |4990 |2017 | 377k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
686.45/689.28	c   673s| 95900 | 83296 |  5210k|  54.3 |   847M |  75 |1968 |5027 |2085 | 377k|  1 |  55k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
687.15/690.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
687.15/690.00	c   674s| 96000 | 83392 |  5216k|  54.3 |   849M |  75 |1968 |4987 |2074 | 377k|  1 |  55k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
687.84/690.66	c   674s| 96100 | 83480 |  5221k|  54.3 |   851M |  75 |1968 |4995 |2122 | 377k|  1 |  55k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
688.54/691.30	c   675s| 96200 | 83563 |  5226k|  54.3 |   852M |  75 |1968 |5034 |2048 | 378k|  1 |  55k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
689.14/691.93	c   676s| 96300 | 83651 |  5231k|  54.3 |   853M |  77 |1968 |5085 |2094 | 378k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
689.63/692.42	c   676s| 96400 | 83735 |  5236k|  54.3 |   853M |  77 |1968 |5062 |2025 | 378k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
690.24/693.01	c   677s| 96500 | 83825 |  5241k|  54.3 |   853M |  77 |1968 |5019 |   0 | 379k|  0 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
690.83/693.65	c   677s| 96600 | 83912 |  5245k|  54.3 |   853M |  77 |1968 |4975 |2014 | 379k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
691.43/694.21	c   678s| 96700 | 83996 |  5250k|  54.3 |   853M |  77 |1968 |4971 |   0 | 379k|  0 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
691.82/694.69	c   678s| 96800 | 84086 |  5254k|  54.3 |   853M |  77 |1968 |4996 |2076 | 380k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
692.62/695.43	c   679s| 96900 | 84170 |  5259k|  54.3 |   854M |  77 |1968 |4950 |2007 | 380k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
693.42/696.20	c   680s| 97000 | 84260 |  5266k|  54.3 |   855M |  77 |1968 |4981 |2032 | 380k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
694.12/696.94	c   681s| 97100 | 84345 |  5271k|  54.3 |   857M |  77 |1968 |4994 |2010 | 381k|  2 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
694.71/697.58	c   681s| 97200 | 84434 |  5276k|  54.3 |   858M |  77 |1968 |4995 |2065 | 381k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
695.32/698.16	c   682s| 97300 | 84522 |  5282k|  54.3 |   858M |  77 |1968 |4983 |2077 | 381k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
695.91/698.75	c   682s| 97400 | 84610 |  5286k|  54.3 |   858M |  77 |1968 |4998 |2018 | 382k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
696.61/699.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
696.61/699.42	c   683s| 97500 | 84694 |  5292k|  54.3 |   861M |  77 |1968 |4986 |2054 | 382k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
697.22/700.08	c   684s| 97600 | 84782 |  5298k|  54.3 |   861M |  77 |1968 |4961 |2077 | 382k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
697.91/700.79	c   684s| 97700 | 84867 |  5304k|  54.3 |   861M |  77 |1968 |4993 |2074 | 383k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
698.60/701.41	c   685s| 97800 | 84955 |  5308k|  54.3 |   861M |  77 |1968 |5027 |2039 | 383k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
699.31/702.13	c   686s| 97900 | 85039 |  5314k|  54.3 |   861M |  77 |1968 |5051 |2086 | 384k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
700.00/702.89	c   687s| 98000 | 85127 |  5319k|  54.3 |   861M |  77 |1968 |5075 |2075 | 384k|  2 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
700.69/703.50	c   687s| 98100 | 85215 |  5324k|  54.3 |   862M |  77 |1968 |5098 |2002 | 384k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
701.31/704.20	c   688s| 98200 | 85303 |  5331k|  54.3 |   866M |  77 |1968 |5098 |2102 | 385k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
701.99/704.83	c   688s| 98300 | 85387 |  5335k|  54.3 |   867M |  77 |1968 |5132 |2104 | 385k|  4 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
702.49/705.36	c   689s| 98400 | 85480 |  5339k|  54.2 |   867M |  77 |1968 |5097 |2071 | 385k|  2 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
703.08/705.96	c   690s| 98500 | 85556 |  5343k|  54.2 |   869M |  77 |1968 |5171 |2051 | 386k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
703.48/706.39	c   690s| 98600 | 85645 |  5347k|  54.2 |   869M |  77 |1968 |5157 |2021 | 386k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
704.08/706.99	c   691s| 98700 | 85731 |  5352k|  54.2 |   869M |  77 |1968 |5150 |2101 | 386k|  2 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
704.68/707.50	c   691s| 98800 | 85815 |  5357k|  54.2 |   869M |  77 |1968 |5130 |2003 | 386k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
705.29/708.16	c   692s| 98900 | 85903 |  5363k|  54.2 |   869M |  77 |1968 |5128 |2091 | 387k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
705.97/708.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
705.97/708.81	c   692s| 99000 | 85995 |  5368k|  54.2 |   869M |  77 |1968 |5079 |2001 | 387k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
706.57/709.48	c   693s| 99100 | 86083 |  5373k|  54.2 |   871M |  77 |1968 |5078 |2055 | 387k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
707.18/710.06	c   694s| 99200 | 86173 |  5377k|  54.2 |   871M |  77 |1968 |5056 |2097 | 388k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
707.86/710.78	c   694s| 99300 | 86258 |  5382k|  54.2 |   871M |  77 |1968 |5018 |2058 | 388k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
708.56/711.49	c   695s| 99400 | 86348 |  5389k|  54.2 |   872M |  77 |1968 |4990 |2116 | 389k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
709.27/712.16	c   696s| 99500 | 86444 |  5394k|  54.2 |   873M |  77 |1968 |4914 |2021 | 389k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
709.76/712.61	c   696s| 99600 | 86534 |  5398k|  54.2 |   873M |  77 |1968 |4881 |2046 | 389k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
710.45/713.39	c   697s| 99700 | 86628 |  5406k|  54.2 |   874M |  77 |1968 |4861 |2133 | 390k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
711.05/713.92	c   698s| 99800 | 86718 |  5410k|  54.2 |   875M |  77 |1968 |4818 |2002 | 390k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
711.55/714.45	c   698s| 99900 | 86804 |  5415k|  54.2 |   876M |  77 |1968 |4842 |2105 | 390k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
712.04/714.91	c   699s|100000 | 86900 |  5419k|  54.2 |   876M |  77 |1968 |4828 |2046 | 390k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
712.84/715.79	c   699s|100100 | 86988 |  5425k|  54.2 |   880M |  77 |1968 |4825 |2097 | 391k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
713.44/716.33	c   700s|100200 | 87074 |  5430k|  54.2 |   883M |  77 |1968 |4815 |2084 | 391k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
714.15/717.10	c   701s|100300 | 87154 |  5436k|  54.2 |   884M |  77 |1968 |4884 |2037 | 391k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
714.93/717.82	c   701s|100400 | 87236 |  5442k|  54.2 |   885M |  77 |1968 |4866 |2116 | 392k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
715.33/718.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
715.33/718.27	c   702s|100500 | 87325 |  5447k|  54.2 |   885M |  77 |1968 |4834 |1999 | 392k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
715.83/718.72	c   702s|100600 | 87404 |  5451k|  54.2 |   885M |  77 |1968 |4870 |2025 | 392k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
716.62/719.59	c   703s|100700 | 87492 |  5457k|  54.2 |   885M |  77 |1968 |4852 |2115 | 393k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
717.32/720.27	c   704s|100800 | 87581 |  5463k|  54.2 |   890M |  77 |1968 |4845 |2091 | 393k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
718.02/720.94	c   705s|100900 | 87671 |  5469k|  54.2 |   891M |  77 |1968 |4862 |2002 | 394k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
718.92/721.83	c   706s|101000 | 87758 |  5474k|  54.2 |   899M |  77 |1968 |4859 |2123 | 394k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
719.42/722.35	c   706s|101100 | 87841 |  5479k|  54.2 |   899M |  77 |1968 |4831 |2051 | 394k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
720.02/722.92	c   707s|101200 | 87929 |  5483k|  54.2 |   900M |  77 |1968 |4873 |1999 | 395k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
720.51/723.48	c   707s|101300 | 88017 |  5488k|  54.2 |   901M |  77 |1968 |4861 |2047 | 395k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
721.13/724.05	c   708s|101400 | 88109 |  5493k|  54.2 |   901M |  77 |1968 |4866 |2073 | 395k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
721.71/724.68	c   708s|101500 | 88203 |  5498k|  54.2 |   901M |  77 |1968 |4864 |2029 | 396k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
722.51/725.42	c   709s|101600 | 88286 |  5504k|  54.2 |   901M |  77 |1968 |4883 |2090 | 396k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
723.40/726.35	c   710s|101700 | 88374 |  5511k|  54.2 |   902M |  77 |1968 |4931 |2092 | 396k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
724.30/727.25	c   711s|101800 | 88468 |  5517k|  54.2 |   903M |  77 |1968 |4948 |2008 | 397k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
725.00/727.98	c   712s|101900 | 88562 |  5524k|  54.2 |   903M |  77 |1968 |4920 |2091 | 397k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
725.59/728.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
725.59/728.51	c   712s|102000 | 88657 |  5529k|  54.2 |   903M |  77 |1968 |4877 |2011 | 397k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
726.10/729.05	c   713s|102100 | 88751 |  5534k|  54.2 |   903M |  77 |1968 |4888 |   0 | 398k|  0 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
726.69/729.65	c   713s|102200 | 88839 |  5539k|  54.2 |   904M |  77 |1968 |4880 |2119 | 398k|  2 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
727.10/730.09	c   714s|102300 | 88931 |  5544k|  54.2 |   904M |  77 |1968 |4878 |2020 | 398k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
727.68/730.68	c   714s|102400 | 89019 |  5548k|  54.2 |   904M |  77 |1968 |4881 |   0 | 399k|  0 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
728.28/731.25	c   715s|102500 | 89113 |  5554k|  54.2 |   904M |  77 |1968 |4851 |2002 | 399k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
729.09/732.01	c   716s|102600 | 89205 |  5559k|  54.2 |   904M |  77 |1968 |4849 |2108 | 399k|  2 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
729.78/732.73	c   716s|102700 | 89295 |  5566k|  54.2 |   905M |  77 |1968 |4887 |2029 | 400k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
730.19/733.19	c   717s|102800 | 89389 |  5570k|  54.2 |   906M |  77 |1968 |4846 |2051 | 400k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
730.87/733.85	c   718s|102900 | 89487 |  5576k|  54.2 |   906M |  77 |1968 |4821 |2116 | 400k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
731.37/734.32	c   718s|103000 | 89580 |  5580k|  54.2 |   906M |  77 |1968 |4756 |2052 | 401k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
732.08/735.07	c   719s|103100 | 89676 |  5585k|  54.2 |   906M |  77 |1968 |4724 |2111 | 401k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
732.76/735.73	c   719s|103200 | 89764 |  5591k|  54.2 |   906M |  77 |1968 |4745 |2022 | 401k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
733.46/736.47	c   720s|103300 | 89856 |  5597k|  54.2 |   907M |  77 |1968 |4842 |2049 | 402k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
734.07/737.08	c   721s|103400 | 89950 |  5602k|  54.2 |   907M |  77 |1968 |4910 |2031 | 402k|  2 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
734.86/737.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
734.86/737.85	c   722s|103500 | 90039 |  5608k|  54.2 |   908M |  77 |1968 |4925 |2101 | 403k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
735.55/738.51	c   722s|103600 | 90124 |  5612k|  54.2 |   908M |  77 |1968 |4929 |2057 | 403k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
736.16/739.19	c   723s|103700 | 90219 |  5619k|  54.2 |   911M |  77 |1968 |4952 |2103 | 403k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
736.75/739.75	c   723s|103800 | 90313 |  5625k|  54.2 |   911M |  77 |1968 |4937 |2010 | 404k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
737.54/740.56	c   724s|103900 | 90395 |  5631k|  54.2 |   912M |  77 |1968 |4956 |2053 | 404k|  3 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
738.24/741.25	c   725s|104000 | 90485 |  5637k|  54.2 |   915M |  77 |1968 |4938 |2067 | 404k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
738.84/741.84	c   726s|104100 | 90581 |  5642k|  54.2 |   916M |  77 |1968 |4922 |2021 | 405k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
739.54/742.58	c   726s|104200 | 90675 |  5648k|  54.2 |   918M |  77 |1968 |4916 |2145 | 405k|  7 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
740.15/743.17	c   727s|104300 | 90763 |  5653k|  54.2 |   918M |  77 |1968 |4912 |2077 | 405k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
740.83/743.86	c   728s|104400 | 90854 |  5658k|  54.2 |   920M |  77 |1968 |4905 |2101 | 406k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
741.43/744.41	c   728s|104500 | 90932 |  5663k|  54.2 |   920M |  77 |1968 |4952 |1982 | 406k|  1 |  60k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
741.93/744.97	c   729s|104600 | 91026 |  5668k|  54.2 |   920M |  77 |1968 |4923 |2084 | 406k|  5 |  60k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
742.52/745.59	c   729s|104700 | 91114 |  5674k|  54.2 |   920M |  77 |1968 |4943 |2085 | 407k|  0 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
743.22/746.25	c   730s|104800 | 91206 |  5680k|  54.2 |   922M |  77 |1968 |4911 |2024 | 407k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
743.92/746.94	c   731s|104900 | 91300 |  5685k|  54.2 |   925M |  77 |1968 |4874 |2114 | 408k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
744.61/747.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
744.61/747.63	c   731s|105000 | 91394 |  5691k|  54.2 |   925M |  77 |1968 |4880 |2010 | 408k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
745.21/748.27	c   732s|105100 | 91481 |  5696k|  54.2 |   925M |  77 |1968 |4882 |   0 | 408k|  0 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
745.81/748.84	c   733s|105200 | 91568 |  5702k|  54.2 |   925M |  77 |1968 |4825 |2040 | 409k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
746.41/749.46	c   733s|105300 | 91653 |  5707k|  54.2 |   925M |  77 |1968 |4800 |2122 | 409k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
747.30/750.31	c   734s|105400 | 91741 |  5712k|  54.2 |   926M |  77 |1968 |4853 |2041 | 409k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
748.01/751.02	c   735s|105500 | 91831 |  5719k|  54.2 |   927M |  77 |1968 |4854 |2114 | 410k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
748.50/751.52	c   735s|105600 | 91920 |  5723k|  54.2 |   927M |  77 |1968 |4896 |2021 | 410k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
749.29/752.30	c   736s|105700 | 92014 |  5729k|  54.2 |   928M |  77 |1968 |4911 |2090 | 410k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
749.79/752.81	c   736s|105800 | 92107 |  5734k|  54.2 |   929M |  77 |1968 |4891 |2004 | 411k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
750.49/753.57	c   737s|105900 | 92201 |  5741k|  54.2 |   929M |  77 |1968 |4874 |2098 | 411k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
751.10/754.13	c   738s|106000 | 92297 |  5746k|  54.2 |   929M |  77 |1968 |4842 |2026 | 411k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
752.10/755.13	c   739s|106100 | 92388 |  5753k|  54.2 |   932M |  77 |1968 |4867 |2092 | 412k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
752.68/755.74	c   739s|106200 | 92486 |  5757k|  54.2 |   933M |  77 |1968 |4827 |2038 | 412k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
753.18/756.23	c   740s|106300 | 92580 |  5762k|  54.2 |   933M |  77 |1968 |4811 |2103 | 413k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
753.77/756.80	c   740s|106400 | 92672 |  5767k|  54.2 |   934M |  77 |1968 |4781 |2030 | 413k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
754.68/757.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
754.68/757.79	c   741s|106500 | 92768 |  5773k|  54.2 |   959M |  77 |1968 |4788 |2088 | 413k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
755.28/758.31	c   742s|106600 | 92856 |  5779k|  54.2 |   959M |  77 |1968 |4782 |2070 | 414k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
756.09/759.12	c   743s|106700 | 92950 |  5785k|  54.2 |   960M |  77 |1968 |4804 |2100 | 414k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
756.47/759.57	c   743s|106800 | 93040 |  5790k|  54.2 |   960M |  77 |1968 |4754 |2010 | 414k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
757.08/760.19	c   744s|106900 | 93140 |  5794k|  54.2 |   960M |  77 |1968 |4722 |2066 | 415k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
757.76/760.83	c   745s|107000 | 93232 |  5799k|  54.2 |   960M |  77 |1968 |4687 |2021 | 415k|  2 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
758.16/761.25	c   745s|107100 | 93317 |  5803k|  54.2 |   960M |  77 |1968 |4686 |2054 | 415k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
758.97/762.08	c   746s|107200 | 93410 |  5809k|  54.2 |   960M |  77 |1968 |4675 |2013 | 416k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
759.76/762.80	c   746s|107300 | 93506 |  5816k|  54.2 |   960M |  77 |1968 |4630 |2068 | 416k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
760.25/763.39	c   747s|107400 | 93600 |  5821k|  54.2 |   960M |  77 |1968 |4585 |2098 | 417k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
760.96/764.01	c   748s|107500 | 93694 |  5826k|  54.2 |   961M |  77 |1968 |4535 |2025 | 417k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
761.55/764.64	c   748s|107600 | 93788 |  5831k|  54.2 |   961M |  77 |1968 |4506 |2089 | 417k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
762.15/765.28	c   749s|107700 | 93886 |  5837k|  54.2 |   962M |  77 |1968 |4495 |2040 | 418k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
762.74/765.87	c   750s|107800 | 93978 |  5842k|  54.2 |   962M |  77 |1968 |4514 |2053 | 418k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
763.34/766.44	c   750s|107900 | 94068 |  5846k|  54.2 |   962M |  77 |1968 |4481 |1984 | 419k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
763.84/766.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
763.84/766.94	c   751s|108000 | 94154 |  5850k|  54.2 |   963M |  77 |1968 |4476 |2022 | 419k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
764.44/767.56	c   751s|108100 | 94243 |  5855k|  54.1 |   963M |  77 |1968 |4471 |2004 | 419k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
765.05/768.11	c   752s|108200 | 94337 |  5860k|  54.1 |   964M |  77 |1968 |4455 |2072 | 420k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
765.53/768.67	c   752s|108300 | 94429 |  5866k|  54.1 |   967M |  77 |1968 |4435 |2108 | 420k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
766.23/769.30	c   753s|108400 | 94527 |  5872k|  54.2 |   967M |  77 |1968 |4419 |2077 | 420k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
766.83/769.97	c   754s|108500 | 94611 |  5877k|  54.2 |   968M |  77 |1968 |4481 |2099 | 421k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
767.62/770.75	c   754s|108600 | 94705 |  5885k|  54.2 |   969M |  77 |1968 |4461 |1999 | 421k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
768.12/771.26	c   755s|108700 | 94792 |  5890k|  54.2 |   971M |  77 |1968 |4478 |1990 | 421k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
768.72/771.84	c   756s|108800 | 94884 |  5895k|  54.2 |   971M |  77 |1968 |4470 |2075 | 422k|  3 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
769.42/772.58	c   756s|108900 | 94974 |  5902k|  54.2 |   971M |  77 |1968 |4454 |2066 | 422k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
770.41/773.57	c   757s|109000 | 95065 |  5913k|  54.2 |   971M |  77 |1968 |4453 |2051 | 423k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
771.02/774.13	c   758s|109100 | 95146 |  5918k|  54.2 |   971M |  77 |1968 |4514 |2027 | 423k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
771.71/774.87	c   759s|109200 | 95233 |  5925k|  54.2 |   972M |  77 |1968 |4530 |2021 | 423k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
772.50/775.62	c   759s|109300 | 95323 |  5931k|  54.2 |   973M |  77 |1968 |4545 |2071 | 424k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
773.02/776.15	c   760s|109400 | 95413 |  5936k|  54.2 |   973M |  77 |1968 |4561 |2057 | 424k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
773.50/776.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
773.50/776.64	c   760s|109500 | 95497 |  5941k|  54.2 |   973M |  77 |1968 |4570 |2004 | 424k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
774.10/777.24	c   761s|109600 | 95582 |  5946k|  54.2 |   973M |  77 |1968 |4592 |2074 | 425k|  2 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
774.69/777.82	c   761s|109700 | 95677 |  5951k|  54.2 |   973M |  77 |1968 |4592 |2097 | 425k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
775.19/778.36	c   762s|109800 | 95765 |  5956k|  54.2 |   975M |  77 |1968 |4612 |2041 | 425k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
775.69/778.80	c   762s|109900 | 95853 |  5960k|  54.2 |   975M |  77 |1968 |4630 |1976 | 426k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
776.39/779.53	c   763s|110000 | 95949 |  5968k|  54.2 |   976M |  77 |1968 |4622 |2065 | 426k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
776.90/780.05	c   764s|110100 | 96039 |  5972k|  54.2 |   976M |  77 |1968 |4631 |2124 | 426k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
777.48/780.69	c   764s|110200 | 96129 |  5978k|  54.2 |   976M |  77 |1968 |4608 |2041 | 427k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
778.08/781.27	c   765s|110300 | 96221 |  5983k|  54.2 |   980M |  77 |1968 |4591 |2049 | 427k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
778.89/782.06	c   766s|110400 | 96309 |  5989k|  54.2 |   981M |  77 |1968 |4604 |2012 | 427k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
779.38/782.53	c   766s|110500 | 96393 |  5994k|  54.2 |   982M |  77 |1968 |4600 |2043 | 428k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
780.07/783.25	c   767s|110600 | 96475 |  5999k|  54.2 |   983M |  77 |1968 |4601 |   0 | 428k|  0 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
780.88/784.01	c   768s|110700 | 96569 |  6006k|  54.2 |   984M |  77 |1968 |4580 |2078 | 429k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
781.37/784.54	c   768s|110800 | 96651 |  6011k|  54.2 |   984M |  77 |1968 |4605 |2080 | 429k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
781.98/785.14	c   769s|110900 | 96741 |  6016k|  54.2 |   984M |  77 |1968 |4598 |2049 | 429k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
782.76/785.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
782.76/785.95	c   770s|111000 | 96827 |  6022k|  54.2 |   984M |  77 |1968 |4614 |2093 | 430k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
783.36/786.56	c   770s|111100 | 96905 |  6027k|  54.2 |   984M |  77 |1968 |4631 |2004 | 430k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
784.16/787.37	c   771s|111200 | 96991 |  6034k|  54.2 |   984M |  77 |1968 |4624 |2082 | 431k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
784.55/787.77	c   771s|111300 | 97075 |  6037k|  54.2 |   985M |  77 |1968 |4613 |2062 | 431k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
785.15/788.33	c   772s|111400 | 97165 |  6043k|  54.2 |   986M |  77 |1968 |4626 |1997 | 431k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
785.75/788.97	c   773s|111500 | 97244 |  6047k|  54.2 |   986M |  77 |1968 |4670 |2092 | 432k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
786.45/789.65	c   773s|111600 | 97328 |  6052k|  54.2 |   987M |  77 |1968 |4667 |2055 | 432k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
787.04/790.25	c   774s|111700 | 97408 |  6058k|  54.2 |   989M |  77 |1968 |4700 |   0 | 432k|  0 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
787.74/790.91	c   775s|111800 | 97496 |  6062k|  54.2 |   990M |  77 |1968 |4689 |2026 | 433k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
788.44/791.67	c   775s|111900 | 97589 |  6067k|  54.2 |   992M |  77 |1968 |4687 |2076 | 433k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
788.95/792.13	c   776s|112000 | 97677 |  6071k|  54.2 |   993M |  77 |1968 |4688 |2019 | 433k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
789.44/792.69	c   776s|112100 | 97764 |  6075k|  54.2 |   994M |  77 |1968 |4705 |2094 | 434k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
790.03/793.21	c   777s|112200 | 97850 |  6079k|  54.2 |   995M |  77 |1968 |4672 |2000 | 434k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
790.63/793.81	c   777s|112300 | 97940 |  6084k|  54.2 |   996M |  77 |1968 |4664 |2021 | 434k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
791.33/794.54	c   778s|112400 | 98030 |  6089k|  54.2 |   997M |  77 |1968 |4634 |2090 | 434k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
791.94/795.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
791.94/795.17	c   779s|112500 | 98120 |  6095k|  54.2 |   997M |  77 |1968 |4647 |2029 | 435k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
792.72/795.93	c   780s|112600 | 98216 |  6101k|  54.2 |   997M |  77 |1968 |4633 |2108 | 435k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
793.32/796.55	c   780s|112700 | 98304 |  6107k|  54.2 |   998M |  77 |1968 |4624 |1983 | 435k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
794.01/797.20	c   781s|112800 | 98394 |  6111k|  54.2 |   999M |  77 |1968 |4615 |2041 | 436k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
794.51/797.72	c   781s|112900 | 98474 |  6116k|  54.2 |  1001M |  77 |1968 |4640 |2053 | 436k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
795.01/798.24	c   782s|113000 | 98558 |  6120k|  54.1 |  1001M |  77 |1968 |4645 |2030 | 436k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
795.61/798.85	c   783s|113100 | 98648 |  6125k|  54.1 |  1001M |  77 |1968 |4656 |2058 | 437k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
796.11/799.32	c   783s|113200 | 98720 |  6129k|  54.1 |  1001M |  77 |1968 |4666 |   0 | 437k|  0 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
796.60/799.80	c   783s|113300 | 98802 |  6133k|  54.1 |  1002M |  77 |1968 |4775 |2095 | 437k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
797.20/800.43	c   784s|113400 | 98894 |  6139k|  54.1 |  1002M |  77 |1968 |4762 |2039 | 438k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
798.00/801.23	c   785s|113500 | 98982 |  6145k|  54.1 |  1002M |  77 |1968 |4770 |2132 | 438k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
798.49/801.75	c   785s|113600 | 99066 |  6150k|  54.1 |  1002M |  77 |1968 |4742 |2013 | 438k|  2 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
799.09/802.31	c   786s|113700 | 99152 |  6155k|  54.1 |  1003M |  77 |1968 |4740 |2012 | 439k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
799.90/803.15	c   787s|113800 | 99242 |  6161k|  54.1 |  1005M |  77 |1968 |4723 |2094 | 439k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
800.59/803.82	c   787s|113900 | 99338 |  6167k|  54.1 |  1007M |  77 |1968 |4695 |2031 | 439k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
801.38/804.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
801.38/804.64	c   788s|114000 | 99426 |  6172k|  54.1 |  1008M |  77 |1968 |4686 |2044 | 440k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
801.89/805.11	c   789s|114100 | 99504 |  6176k|  54.1 |  1008M |  77 |1968 |4732 |2101 | 440k|  2 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
802.48/805.75	c   789s|114200 | 99587 |  6181k|  54.1 |  1008M |  77 |1968 |4754 |2020 | 440k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
803.18/806.45	c   790s|114300 | 99673 |  6186k|  54.1 |  1009M |  77 |1968 |4747 |2103 | 441k|  7 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
804.08/807.34	c   791s|114400 | 99755 |  6193k|  54.1 |  1011M |  77 |1968 |4767 |2032 | 441k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
804.68/808.00	c   792s|114500 | 99838 |  6199k|  54.1 |  1011M |  77 |1968 |4784 |2028 | 442k|  3 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
805.28/808.55	c   792s|114600 | 99922 |  6203k|  54.1 |  1011M |  77 |1968 |4807 |2050 | 442k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
806.17/809.40	c   793s|114700 |100010 |  6209k|  54.1 |  1011M |  77 |1968 |4819 |2116 | 442k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
806.67/809.99	c   794s|114800 |100093 |  6214k|  54.1 |  1011M |  77 |1968 |4815 |2050 | 443k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
807.27/810.53	c   794s|114900 |100181 |  6218k|  54.1 |  1011M |  77 |1968 |4800 |1994 | 443k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
807.96/811.26	c   795s|115000 |100273 |  6224k|  54.1 |  1012M |  77 |1968 |4805 |2077 | 443k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
808.66/811.91	c   796s|115100 |100354 |  6229k|  54.1 |  1012M |  77 |1968 |4895 |2153 | 444k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
809.36/812.69	c   796s|115200 |100443 |  6235k|  54.1 |  1015M |  77 |1968 |4927 |2036 | 444k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
810.05/813.32	c   797s|115300 |100533 |  6240k|  54.1 |  1016M |  77 |1968 |4897 |2008 | 445k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
810.65/813.99	c   798s|115400 |100617 |  6245k|  54.1 |  1017M |  77 |1968 |4876 |2073 | 445k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
811.45/814.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
811.45/814.72	c   798s|115500 |100709 |  6250k|  54.1 |  1017M |  77 |1968 |4860 |1996 | 445k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
812.34/815.67	c   799s|115600 |100797 |  6256k|  54.1 |  1017M |  77 |1968 |4848 |2100 | 446k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
812.94/816.25	c   800s|115700 |100881 |  6262k|  54.1 |  1017M |  77 |1968 |4890 |2092 | 446k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
813.44/816.78	c   800s|115800 |100964 |  6267k|  54.1 |  1018M |  77 |1968 |4901 |2056 | 446k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
814.24/817.56	c   801s|115900 |101044 |  6273k|  54.1 |  1020M |  77 |1968 |4905 |2075 | 447k|  4 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
814.75/818.04	c   802s|116000 |101124 |  6278k|  54.1 |  1020M |  77 |1968 |4893 |2027 | 447k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
815.43/818.74	c   802s|116100 |101209 |  6284k|  54.1 |  1021M |  77 |1968 |4933 |2072 | 448k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
816.23/819.50	c   803s|116200 |101295 |  6290k|  54.1 |  1022M |  77 |1968 |4968 |2103 | 448k|  1 |  65k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
816.93/820.23	c   804s|116300 |101376 |  6297k|  54.1 |  1024M |  77 |1968 |4999 |2065 | 448k|  2 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
817.62/820.96	c   805s|116400 |101462 |  6302k|  54.1 |  1024M |  77 |1968 |4988 |2034 | 449k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
818.22/821.53	c   805s|116500 |101545 |  6307k|  54.1 |  1024M |  77 |1968 |4948 |2006 | 449k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
818.92/822.21	c   806s|116600 |101632 |  6313k|  54.1 |  1024M |  77 |1968 |4932 |2084 | 450k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
819.42/822.74	c   806s|116700 |101712 |  6317k|  54.1 |  1024M |  77 |1968 |4911 |1999 | 450k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
820.21/823.59	c   807s|116800 |101800 |  6324k|  54.1 |  1022M |  77 |1968 |4932 |2119 | 450k|  2 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
820.91/824.26	c   808s|116900 |101882 |  6329k|  54.1 |  1023M |  77 |1968 |4929 |2021 | 451k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
821.72/825.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
821.72/825.10	c   809s|117000 |101971 |  6335k|  54.1 |  1023M |  77 |1968 |4930 |2143 | 451k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
822.50/825.88	c   810s|117100 |102053 |  6340k|  54.1 |  1024M |  77 |1968 |4960 |2099 | 452k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
823.20/826.58	c   810s|117200 |102137 |  6345k|  54.1 |  1025M |  77 |1968 |4946 |2078 | 452k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
823.71/827.05	c   811s|117300 |102222 |  6349k|  54.1 |  1026M |  77 |1968 |4983 |2061 | 452k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
824.19/827.55	c   811s|117400 |102304 |  6353k|  54.1 |  1026M |  77 |1968 |5009 |2001 | 452k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
824.81/828.11	c   812s|117500 |102387 |  6358k|  54.1 |  1026M |  77 |1968 |5027 |2087 | 453k|  6 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
825.39/828.72	c   812s|117600 |102477 |  6364k|  54.1 |  1026M |  77 |1968 |4993 |2121 | 453k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
825.89/829.23	c   813s|117700 |102563 |  6368k|  54.1 |  1026M |  77 |1968 |5010 |2036 | 453k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
826.58/829.96	c   814s|117800 |102655 |  6374k|  54.1 |  1028M |  77 |1968 |5020 |2108 | 454k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
827.08/830.42	c   814s|117900 |102739 |  6379k|  54.1 |  1028M |  77 |1968 |5021 |2088 | 454k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
827.79/831.15	c   815s|118000 |102835 |  6385k|  54.1 |  1028M |  77 |1968 |5011 |2020 | 454k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
828.58/831.97	c   816s|118100 |102915 |  6391k|  54.1 |  1028M |  77 |1968 |5112 |2047 | 455k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
829.37/832.72	c   816s|118200 |103007 |  6396k|  54.1 |  1029M |  77 |1968 |5072 |2068 | 455k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
829.97/833.38	c   817s|118300 |103101 |  6403k|  54.1 |  1029M |  77 |1968 |5061 |2086 | 456k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
830.87/834.28	c   818s|118400 |103189 |  6410k|  54.1 |  1029M |  77 |1968 |5036 |2077 | 456k|  5 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
831.46/834.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
831.46/834.85	c   819s|118500 |103283 |  6415k|  54.1 |  1030M |  77 |1968 |5004 |2056 | 456k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
832.16/835.51	c   819s|118600 |103371 |  6420k|  54.1 |  1031M |  77 |1968 |4993 |2110 | 457k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
832.56/835.96	c   820s|118700 |103458 |  6423k|  54.1 |  1031M |  77 |1968 |4951 |2060 | 457k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
833.56/836.98	c   821s|118800 |103551 |  6430k|  54.1 |  1031M |  77 |1968 |4873 |2033 | 457k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
834.45/837.84	c   822s|118900 |103641 |  6437k|  54.1 |  1032M |  77 |1968 |4880 |2076 | 458k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
835.15/838.55	c   822s|119000 |103729 |  6443k|  54.1 |  1034M |  77 |1968 |4849 |2052 | 458k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
835.84/839.25	c   823s|119100 |103820 |  6451k|  54.1 |  1034M |  77 |1968 |4830 |2140 | 459k|  5 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
836.65/840.03	c   824s|119200 |103910 |  6457k|  54.2 |  1034M |  77 |1968 |4808 |2078 | 459k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
837.34/840.75	c   824s|119300 |103998 |  6463k|  54.2 |  1037M |  77 |1968 |4786 |2011 | 459k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
838.03/841.44	c   825s|119400 |104084 |  6469k|  54.2 |  1037M |  77 |1968 |4815 |   0 | 460k|  0 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
838.64/842.10	c   826s|119500 |104174 |  6475k|  54.2 |  1038M |  77 |1968 |4787 |2128 | 460k|  2 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
839.23/842.66	c   826s|119600 |104263 |  6479k|  54.2 |  1038M |  77 |1968 |4751 |2033 | 460k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
839.93/843.37	c   827s|119700 |104349 |  6485k|  54.2 |  1038M |  77 |1968 |4740 |2016 | 461k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
840.64/844.01	c   828s|119800 |104437 |  6489k|  54.2 |  1038M |  77 |1968 |4742 |2018 | 461k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
841.32/844.73	c   828s|119900 |104525 |  6496k|  54.2 |  1039M |  77 |1968 |4717 |2062 | 462k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
842.03/845.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
842.03/845.44	c   829s|120000 |104605 |  6501k|  54.2 |  1042M |  77 |1968 |4767 |2004 | 462k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
842.64/846.03	c   830s|120100 |104698 |  6506k|  54.2 |  1043M |  77 |1968 |4767 |2093 | 462k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
843.32/846.79	c   830s|120200 |104788 |  6511k|  54.2 |  1044M |  77 |1968 |4767 |2086 | 463k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
843.82/847.21	c   831s|120300 |104870 |  6517k|  54.2 |  1044M |  77 |1968 |4783 |2079 | 463k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
844.52/847.92	c   832s|120400 |104962 |  6522k|  54.2 |  1044M |  77 |1968 |4764 |2057 | 463k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
845.01/848.47	c   832s|120500 |105054 |  6526k|  54.1 |  1045M |  77 |1968 |4750 |2023 | 464k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
845.72/849.12	c   833s|120600 |105146 |  6532k|  54.1 |  1045M |  77 |1968 |4758 |2103 | 464k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
846.31/849.77	c   833s|120700 |105234 |  6538k|  54.2 |  1045M |  77 |1968 |4755 |1986 | 464k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
846.81/850.21	c   834s|120800 |105324 |  6542k|  54.1 |  1045M |  77 |1968 |4757 |2044 | 465k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
847.30/850.74	c   834s|120900 |105409 |  6547k|  54.1 |  1045M |  77 |1968 |4771 |2067 | 465k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
847.90/851.34	c   835s|121000 |105489 |  6551k|  54.1 |  1047M |  77 |1968 |4783 |1982 | 465k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
848.40/851.81	c   835s|121100 |105571 |  6555k|  54.1 |  1047M |  77 |1968 |4815 |2016 | 466k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
849.10/852.51	c   836s|121200 |105657 |  6561k|  54.1 |  1047M |  77 |1968 |4882 |2105 | 466k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
849.61/853.01	c   837s|121300 |105749 |  6566k|  54.1 |  1047M |  77 |1968 |4869 |2044 | 466k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
850.29/853.71	c   837s|121400 |105841 |  6573k|  54.1 |  1047M |  77 |1968 |4857 |2050 | 467k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
851.09/854.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
851.09/854.52	c   838s|121500 |105939 |  6578k|  54.1 |  1047M |  77 |1968 |4818 |1979 | 467k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
851.70/855.16	c   839s|121600 |106029 |  6584k|  54.1 |  1050M |  77 |1968 |4840 |2052 | 467k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
852.59/856.03	c   840s|121700 |106115 |  6590k|  54.1 |  1053M |  77 |1968 |4861 |1972 | 468k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
853.08/856.55	c   840s|121800 |106205 |  6594k|  54.1 |  1053M |  77 |1968 |4847 |2042 | 468k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
853.87/857.32	c   841s|121900 |106293 |  6601k|  54.1 |  1054M |  77 |1968 |4858 |   0 | 469k|  0 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
854.47/858.01	c   842s|122000 |106387 |  6606k|  54.1 |  1054M |  77 |1968 |4835 |2066 | 469k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
855.27/858.71	c   842s|122100 |106473 |  6612k|  54.1 |  1062M |  77 |1968 |4816 |2086 | 469k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
855.97/859.49	c   843s|122200 |106571 |  6620k|  54.2 |  1064M |  77 |1968 |4782 |2039 | 470k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
856.86/860.36	c   844s|122300 |106667 |  6625k|  54.2 |  1071M |  77 |1968 |4776 |2071 | 470k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
857.36/860.84	c   845s|122400 |106761 |  6630k|  54.2 |  1071M |  77 |1968 |4736 |1984 | 470k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
858.05/861.58	c   845s|122500 |106855 |  6636k|  54.2 |  1074M |  77 |1968 |4727 |2095 | 471k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
858.67/862.17	c   846s|122600 |106936 |  6641k|  54.2 |  1076M |  77 |1968 |4737 |2040 | 471k|  2 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
859.35/862.89	c   847s|122700 |107032 |  6646k|  54.2 |  1076M |  77 |1968 |4753 |2108 | 471k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
859.95/863.40	c   847s|122800 |107118 |  6652k|  54.2 |  1076M |  77 |1968 |4796 |2101 | 472k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
860.56/864.01	c   848s|122900 |107204 |  6657k|  54.1 |  1076M |  77 |1968 |4777 |2075 | 472k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
861.24/864.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
861.24/864.73	c   848s|123000 |107294 |  6663k|  54.2 |  1076M |  77 |1968 |4780 |2126 | 472k|  5 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
861.74/865.20	c   849s|123100 |107388 |  6667k|  54.1 |  1076M |  77 |1968 |4733 |2064 | 473k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
862.34/865.81	c   849s|123200 |107482 |  6671k|  54.1 |  1076M |  77 |1968 |4726 |2093 | 473k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
862.74/866.27	c   850s|123300 |107572 |  6676k|  54.1 |  1076M |  77 |1968 |4690 |2106 | 473k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
863.33/866.85	c   851s|123400 |107660 |  6681k|  54.1 |  1077M |  77 |1968 |4683 |2023 | 474k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
864.14/867.63	c   851s|123500 |107746 |  6687k|  54.1 |  1077M |  77 |1968 |4687 |2103 | 474k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
864.65/868.18	c   852s|123600 |107836 |  6691k|  54.1 |  1077M |  77 |1968 |4653 |2000 | 474k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
865.55/869.07	c   853s|123700 |107932 |  6698k|  54.1 |  1077M |  77 |1968 |4639 |2083 | 475k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
866.03/869.58	c   853s|123800 |108023 |  6703k|  54.1 |  1077M |  77 |1968 |4641 |2132 | 475k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
866.54/870.08	c   854s|123900 |108104 |  6707k|  54.1 |  1077M |  77 |1968 |4638 |1995 | 475k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
867.13/870.63	c   854s|124000 |108190 |  6712k|  54.1 |  1077M |  77 |1968 |4637 |2100 | 476k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
867.54/871.05	c   855s|124100 |108279 |  6716k|  54.1 |  1078M |  77 |1968 |4624 |2044 | 476k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
868.32/871.81	c   855s|124200 |108361 |  6721k|  54.1 |  1078M |  77 |1968 |4657 |2069 | 476k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
868.82/872.31	c   856s|124300 |108455 |  6726k|  54.1 |  1081M |  77 |1968 |4628 |2047 | 477k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
869.41/872.90	c   857s|124400 |108549 |  6731k|  54.1 |  1081M |  77 |1968 |4608 |2056 | 477k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
870.11/873.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
870.11/873.63	c   857s|124500 |108639 |  6740k|  54.1 |  1082M |  77 |1968 |4619 |2100 | 477k|  0 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
870.71/874.24	c   858s|124600 |108737 |  6746k|  54.1 |  1082M |  77 |1968 |4588 |2017 | 478k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
871.21/874.77	c   858s|124700 |108827 |  6750k|  54.1 |  1082M |  77 |1968 |4588 |   0 | 478k|  0 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
871.71/875.26	c   859s|124800 |108919 |  6756k|  54.1 |  1082M |  77 |1968 |4566 |2116 | 478k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
872.40/876.00	c   860s|124900 |109017 |  6762k|  54.1 |  1082M |  77 |1968 |4520 |2027 | 479k|  2 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
873.30/876.86	c   861s|125000 |109113 |  6769k|  54.1 |  1086M |  77 |1968 |4507 |2061 | 479k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
873.70/877.23	c   861s|125100 |109199 |  6773k|  54.1 |  1086M |  77 |1968 |4548 |2092 | 479k|  2 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
874.61/878.18	c   862s|125200 |109299 |  6782k|  54.2 |  1086M |  77 |1968 |4511 |2093 | 480k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
875.29/878.87	c   863s|125300 |109393 |  6789k|  54.2 |  1086M |  77 |1968 |4504 |2132 | 480k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
875.99/879.56	c   863s|125400 |109489 |  6794k|  54.2 |  1086M |  77 |1968 |4488 |2053 | 480k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
876.50/880.11	c   864s|125500 |109581 |  6798k|  54.2 |  1087M |  77 |1968 |4459 |2035 | 481k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
877.08/880.68	c   864s|125600 |109671 |  6803k|  54.1 |  1088M |  77 |1968 |4451 |2066 | 481k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
877.68/881.21	c   865s|125700 |109767 |  6808k|  54.1 |  1089M |  77 |1968 |4453 |2050 | 481k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
878.28/881.85	c   866s|125800 |109863 |  6813k|  54.1 |  1090M |  77 |1968 |4425 |1984 | 482k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
879.08/882.61	c   866s|125900 |109961 |  6820k|  54.2 |  1093M |  77 |1968 |4400 |2071 | 482k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
879.77/883.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
879.77/883.33	c   867s|126000 |110053 |  6825k|  54.2 |  1094M |  77 |1968 |4392 |2001 | 482k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
880.17/883.79	c   867s|126100 |110145 |  6830k|  54.2 |  1094M |  77 |1968 |4370 |2024 | 483k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
880.97/884.52	c   868s|126200 |110235 |  6835k|  54.1 |  1094M |  77 |1968 |4382 |2119 | 483k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
881.58/885.16	c   869s|126300 |110325 |  6840k|  54.1 |  1095M |  77 |1968 |4384 |2082 | 483k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
882.06/885.68	c   869s|126400 |110421 |  6845k|  54.1 |  1095M |  77 |1968 |4355 |2077 | 484k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
882.66/886.21	c   870s|126500 |110507 |  6850k|  54.1 |  1096M |  77 |1968 |4345 |2043 | 484k|  2 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
883.26/886.86	c   871s|126600 |110603 |  6854k|  54.1 |  1096M |  77 |1968 |4324 |2075 | 484k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
883.86/887.42	c   871s|126700 |110693 |  6859k|  54.1 |  1096M |  77 |1968 |4328 |2134 | 485k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
884.25/887.86	c   872s|126800 |110784 |  6864k|  54.1 |  1096M |  77 |1968 |4341 |2112 | 485k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
884.75/888.31	c   872s|126900 |110874 |  6868k|  54.1 |  1096M |  77 |1968 |4331 |2002 | 485k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
885.35/888.90	c   873s|127000 |110966 |  6872k|  54.1 |  1096M |  77 |1968 |4336 |2071 | 485k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
885.75/889.37	c   873s|127100 |111058 |  6877k|  54.1 |  1096M |  77 |1968 |4331 |2100 | 486k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
886.24/889.89	c   874s|127200 |111140 |  6882k|  54.1 |  1097M |  77 |1968 |4423 |2052 | 486k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
886.84/890.45	c   874s|127300 |111226 |  6886k|  54.1 |  1099M |  77 |1968 |4432 |2088 | 486k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
887.34/890.98	c   875s|127400 |111314 |  6891k|  54.1 |  1099M |  77 |1968 |4427 |2086 | 487k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
887.84/891.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
887.84/891.46	c   875s|127500 |111408 |  6896k|  54.1 |  1099M |  77 |1968 |4428 |2026 | 487k|  1 |  71k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
888.33/892.00	c   876s|127600 |111495 |  6901k|  54.1 |  1100M |  77 |1968 |4454 |2072 | 487k|  1 |  71k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
889.13/892.71	c   876s|127700 |111581 |  6907k|  54.1 |  1100M |  77 |1968 |4454 |2004 | 487k|  1 |  71k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
889.73/893.39	c   877s|127800 |111675 |  6912k|  54.1 |  1101M |  77 |1968 |4457 |2074 | 488k|  1 |  71k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
890.33/893.90	c   878s|127900 |111763 |  6916k|  54.1 |  1102M |  77 |1968 |4448 |1999 | 488k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
891.02/894.63	c   878s|128000 |111857 |  6922k|  54.1 |  1102M |  77 |1968 |4433 |2110 | 489k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
891.62/895.24	c   879s|128100 |111949 |  6927k|  54.1 |  1102M |  77 |1968 |4428 |2072 | 489k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
892.32/895.91	c   880s|128200 |112043 |  6932k|  54.1 |  1108M |  77 |1968 |4404 |2021 | 489k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
893.01/896.67	c   880s|128300 |112137 |  6937k|  54.1 |  1109M |  77 |1968 |4399 |2106 | 490k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
893.71/897.31	c   881s|128400 |112237 |  6944k|  54.1 |  1110M |  77 |1968 |4373 |2069 | 490k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
894.21/897.88	c   882s|128500 |112333 |  6951k|  54.1 |  1110M |  77 |1968 |4363 |2070 | 490k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
894.81/898.44	c   882s|128600 |112425 |  6956k|  54.1 |  1111M |  77 |1968 |4354 |1985 | 491k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
895.52/899.13	c   883s|128700 |112521 |  6962k|  54.1 |  1111M |  77 |1968 |4339 |2091 | 491k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
896.10/899.74	c   883s|128800 |112610 |  6968k|  54.1 |  1112M |  79 |1968 |4365 |2122 | 491k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
896.70/900.38	c   884s|128900 |112702 |  6974k|  54.1 |  1112M |  79 |1968 |4399 |2010 | 492k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
897.51/901.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
897.51/901.11	c   885s|129000 |112796 |  6980k|  54.1 |  1115M |  81 |1968 |4400 |2084 | 492k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
898.09/901.72	c   885s|129100 |112886 |  6986k|  54.1 |  1116M |  81 |1968 |4406 |1992 | 492k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
898.69/902.32	c   886s|129200 |112980 |  6991k|  54.1 |  1116M |  81 |1968 |4400 |2023 | 493k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
899.40/903.05	c   887s|129300 |113070 |  6997k|  54.1 |  1121M |  81 |1968 |4402 |2083 | 493k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
900.40/904.01	c   888s|129400 |113166 |  7002k|  54.1 |  1135M |  81 |1968 |4400 |2142 | 494k|  2 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
900.88/904.54	c   888s|129500 |113260 |  7007k|  54.1 |  1135M |  81 |1968 |4382 |2038 | 494k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
901.40/905.08	c   889s|129600 |113354 |  7013k|  54.1 |  1137M |  81 |1968 |4416 |2081 | 494k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
901.99/905.68	c   889s|129700 |113448 |  7019k|  54.1 |  1137M |  81 |1968 |4363 |2028 | 494k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
902.50/906.19	c   890s|129800 |113544 |  7024k|  54.1 |  1138M |  81 |1968 |4344 |2055 | 495k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
903.18/906.83	c   891s|129900 |113638 |  7030k|  54.1 |  1139M |  81 |1968 |4325 |2129 | 495k|  2 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
903.88/907.55	c   891s|130000 |113736 |  7035k|  54.1 |  1139M |  81 |1968 |4270 |2016 | 496k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
904.49/908.18	c   892s|130100 |113828 |  7040k|  54.1 |  1139M |  81 |1968 |4265 |2047 | 496k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
905.27/908.90	c   893s|130200 |113924 |  7046k|  54.1 |  1139M |  81 |1968 |4220 |2006 | 496k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
905.67/909.32	c   893s|130300 |114016 |  7051k|  54.1 |  1139M |  81 |1968 |4214 |2029 | 497k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
906.17/909.88	c   894s|130400 |114104 |  7055k|  54.1 |  1139M |  81 |1968 |4221 |2052 | 497k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
906.87/910.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
906.87/910.55	c   894s|130500 |114192 |  7061k|  54.1 |  1141M |  81 |1968 |4257 |2052 | 497k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
907.38/911.07	c   895s|130600 |114282 |  7065k|  54.1 |  1141M |  81 |1968 |4232 |2011 | 498k|  2 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
907.96/911.60	c   895s|130700 |114373 |  7070k|  54.1 |  1141M |  81 |1968 |4237 |2081 | 498k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
908.47/912.12	c   896s|130800 |114464 |  7075k|  54.1 |  1141M |  81 |1968 |4193 |2093 | 498k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
908.96/912.67	c   896s|130900 |114558 |  7081k|  54.1 |  1141M |  81 |1968 |4154 |2011 | 499k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
909.75/913.43	c   897s|131000 |114646 |  7087k|  54.1 |  1142M |  81 |1968 |4161 |2110 | 499k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
910.25/913.90	c   898s|131100 |114734 |  7093k|  54.1 |  1142M |  81 |1968 |4196 |2074 | 499k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
910.85/914.59	c   898s|131200 |114824 |  7098k|  54.1 |  1143M |  81 |1968 |4179 |2070 | 500k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
911.65/915.34	c   899s|131300 |114914 |  7104k|  54.1 |  1144M |  81 |1968 |4214 |2036 | 500k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
912.14/915.83	c   900s|131400 |115010 |  7109k|  54.1 |  1144M |  81 |1968 |4199 |2083 | 500k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
912.74/916.44	c   900s|131500 |115098 |  7115k|  54.1 |  1145M |  81 |1968 |4253 |2067 | 500k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
913.24/916.96	c   901s|131600 |115185 |  7120k|  54.1 |  1145M |  81 |1968 |4321 |2112 | 501k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
913.84/917.53	c   901s|131700 |115281 |  7125k|  54.1 |  1145M |  81 |1968 |4300 |2011 | 501k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
914.45/918.14	c   902s|131800 |115375 |  7130k|  54.1 |  1145M |  81 |1968 |4282 |2022 | 501k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
915.03/918.78	c   902s|131900 |115469 |  7135k|  54.1 |  1146M |  81 |1968 |4264 |2075 | 502k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
915.63/919.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
915.63/919.34	c   903s|132000 |115563 |  7142k|  54.1 |  1147M |  81 |1968 |4271 |   0 | 502k|  0 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
916.13/919.83	c   904s|132100 |115657 |  7146k|  54.1 |  1147M |  81 |1968 |4233 |2063 | 502k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
916.62/920.35	c   904s|132200 |115747 |  7151k|  54.1 |  1147M |  81 |1968 |4214 |2055 | 502k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
917.22/920.92	c   905s|132300 |115837 |  7155k|  54.1 |  1147M |  81 |1968 |4201 |2119 | 503k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
917.62/921.32	c   905s|132400 |115931 |  7159k|  54.1 |  1147M |  81 |1968 |4167 |2041 | 503k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
918.33/922.01	c   906s|132500 |116019 |  7165k|  54.1 |  1147M |  81 |1968 |4159 |2089 | 503k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
918.71/922.48	c   906s|132600 |116103 |  7168k|  54.0 |  1149M |  81 |1968 |4174 |2108 | 504k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
919.51/923.26	c   907s|132700 |116195 |  7174k|  54.1 |  1152M |  81 |1968 |4144 |2074 | 504k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
920.11/923.85	c   908s|132800 |116285 |  7179k|  54.0 |  1152M |  81 |1968 |4179 |2099 | 504k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
920.71/924.45	c   908s|132900 |116379 |  7185k|  54.0 |  1152M |  81 |1968 |4166 |2092 | 505k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
921.20/924.95	c   909s|133000 |116469 |  7189k|  54.0 |  1154M |  81 |1968 |4160 |2051 | 505k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
921.80/925.51	c   909s|133100 |116567 |  7194k|  54.0 |  1155M |  81 |1968 |4136 |2008 | 505k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
922.41/926.12	c   910s|133200 |116661 |  7200k|  54.0 |  1155M |  81 |1968 |4114 |2039 | 505k|  2 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
922.90/926.69	c   910s|133300 |116755 |  7205k|  54.0 |  1155M |  81 |1968 |4112 |2073 | 506k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
923.49/927.21	c   911s|133400 |116851 |  7210k|  54.0 |  1156M |  81 |1968 |4090 |2084 | 506k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
924.09/927.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
924.09/927.81	c   911s|133500 |116946 |  7215k|  54.0 |  1157M |  81 |1968 |4089 |2024 | 506k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
924.79/928.59	c   912s|133600 |117038 |  7220k|  54.0 |  1157M |  81 |1968 |4090 |2067 | 507k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
925.41/929.18	c   913s|133700 |117122 |  7226k|  54.0 |  1157M |  81 |1968 |4076 |2029 | 507k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
925.99/929.75	c   913s|133800 |117218 |  7231k|  54.0 |  1158M |  81 |1968 |4066 |2028 | 507k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
926.79/930.52	c   914s|133900 |117304 |  7238k|  54.0 |  1158M |  81 |1968 |4076 |2015 | 508k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
927.48/931.23	c   915s|134000 |117404 |  7244k|  54.0 |  1159M |  81 |1968 |4045 |2100 | 508k|  5 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
927.98/931.78	c   915s|134100 |117498 |  7249k|  54.0 |  1159M |  81 |1968 |4044 |2102 | 509k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
928.88/932.66	c   916s|134200 |117598 |  7256k|  54.1 |  1161M |  81 |1968 |4021 |2073 | 509k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
929.39/933.14	c   917s|134300 |117696 |  7261k|  54.1 |  1164M |  81 |1968 |4001 |2112 | 509k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
929.97/933.76	c   917s|134400 |117782 |  7267k|  54.1 |  1164M |  81 |1968 |4075 |2014 | 510k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
930.67/934.47	c   918s|134500 |117878 |  7273k|  54.1 |  1164M |  81 |1968 |4043 |2085 | 510k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
931.17/934.91	c   919s|134600 |117966 |  7277k|  54.1 |  1164M |  81 |1968 |4080 |2070 | 510k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
931.67/935.40	c   919s|134700 |118066 |  7282k|  54.0 |  1166M |  81 |1968 |4037 |2008 | 511k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
932.38/936.15	c   920s|134800 |118164 |  7289k|  54.1 |  1166M |  81 |1968 |4025 |2098 | 511k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
932.86/936.68	c   920s|134900 |118252 |  7294k|  54.1 |  1166M |  81 |1968 |4034 |2087 | 511k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
933.46/937.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
933.46/937.22	c   921s|135000 |118348 |  7300k|  54.1 |  1166M |  81 |1968 |4013 |2038 | 512k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
933.96/937.76	c   921s|135100 |118445 |  7304k|  54.0 |  1167M |  81 |1968 |3971 |1989 | 512k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
934.65/938.42	c   922s|135200 |118543 |  7310k|  54.1 |  1167M |  81 |1968 |3946 |2035 | 512k|  2 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
935.45/939.25	c   923s|135300 |118639 |  7318k|  54.1 |  1167M |  81 |1968 |3958 |2088 | 513k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
936.05/939.88	c   924s|135400 |118735 |  7325k|  54.1 |  1167M |  81 |1968 |3922 |2045 | 513k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
936.74/940.50	c   924s|135500 |118827 |  7330k|  54.1 |  1167M |  81 |1968 |3926 |2028 | 514k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
937.36/941.14	c   925s|135600 |118921 |  7336k|  54.1 |  1167M |  81 |1968 |3908 |2085 | 514k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
937.84/941.60	c   925s|135700 |119015 |  7341k|  54.1 |  1167M |  81 |1968 |3911 |1991 | 514k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
938.64/942.46	c   926s|135800 |119107 |  7348k|  54.1 |  1168M |  81 |1968 |3939 |2118 | 515k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
939.25/943.05	c   927s|135900 |119201 |  7353k|  54.1 |  1168M |  81 |1968 |3937 |2115 | 515k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
939.63/943.48	c   927s|136000 |119287 |  7357k|  54.1 |  1172M |  81 |1968 |3963 |2011 | 515k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
940.24/944.05	c   928s|136100 |119373 |  7362k|  54.1 |  1174M |  81 |1968 |3986 |2039 | 516k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
940.83/944.66	c   928s|136200 |119463 |  7367k|  54.1 |  1176M |  81 |1968 |4080 |2101 | 516k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
941.34/945.15	c   929s|136300 |119561 |  7372k|  54.1 |  1176M |  81 |1968 |4053 |2038 | 516k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
941.82/945.63	c   929s|136400 |119659 |  7376k|  54.1 |  1176M |  81 |1968 |4019 |2105 | 517k|  6 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
942.23/946.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
942.23/946.08	c   930s|136500 |119753 |  7380k|  54.1 |  1177M |  81 |1968 |4014 |2124 | 517k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
942.92/946.79	c   930s|136600 |119843 |  7387k|  54.1 |  1177M |  81 |1968 |3986 |2042 | 517k|  2 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
943.61/947.41	c   931s|136700 |119939 |  7393k|  54.1 |  1178M |  81 |1968 |3985 |2108 | 517k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
943.91/947.78	c   931s|136800 |120030 |  7397k|  54.1 |  1178M |  81 |1968 |4005 |2016 | 518k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
944.61/948.42	c   932s|136900 |120128 |  7403k|  54.1 |  1178M |  81 |1968 |3998 |2085 | 518k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
945.11/948.93	c   933s|137000 |120220 |  7408k|  54.1 |  1178M |  81 |1968 |4012 |2067 | 518k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
945.71/949.52	c   933s|137100 |120308 |  7414k|  54.1 |  1179M |  81 |1968 |4026 |2022 | 519k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
946.10/949.97	c   934s|137200 |120404 |  7417k|  54.0 |  1179M |  81 |1968 |4017 |2068 | 519k|  2 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
946.60/950.48	c   934s|137300 |120492 |  7423k|  54.0 |  1179M |  81 |1968 |4003 |2045 | 519k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
947.31/951.16	c   935s|137400 |120586 |  7429k|  54.1 |  1179M |  81 |1968 |4000 |2102 | 519k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
947.90/951.79	c   935s|137500 |120680 |  7435k|  54.1 |  1179M |  81 |1968 |3975 |2032 | 520k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
948.89/952.74	c   936s|137600 |120772 |  7442k|  54.1 |  1179M |  81 |1968 |3950 |2099 | 520k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
949.30/953.15	c   937s|137700 |120863 |  7446k|  54.1 |  1179M |  81 |1968 |3984 |2007 | 520k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
949.99/953.81	c   937s|137800 |120959 |  7452k|  54.1 |  1181M |  81 |1968 |3976 |2096 | 521k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
950.49/954.33	c   938s|137900 |121050 |  7458k|  54.1 |  1182M |  81 |1968 |3979 |2000 | 521k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
951.08/954.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
951.08/954.97	c   939s|138000 |121147 |  7464k|  54.1 |  1182M |  81 |1968 |3973 |2077 | 521k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
951.88/955.77	c   939s|138100 |121247 |  7471k|  54.1 |  1182M |  81 |1968 |3936 |2034 | 522k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
952.58/956.42	c   940s|138200 |121343 |  7476k|  54.1 |  1182M |  81 |1968 |3932 |2064 | 522k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
953.08/956.92	c   941s|138300 |121435 |  7480k|  54.1 |  1183M |  81 |1968 |3944 |2049 | 522k|  2 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
953.67/957.57	c   941s|138400 |121523 |  7486k|  54.1 |  1184M |  81 |1968 |3974 |2065 | 523k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
954.47/958.38	c   942s|138500 |121617 |  7493k|  54.1 |  1186M |  81 |1968 |3974 |2114 | 523k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
954.97/958.83	c   943s|138600 |121707 |  7497k|  54.1 |  1187M |  81 |1968 |4071 |1994 | 523k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
955.56/959.46	c   943s|138700 |121801 |  7502k|  54.1 |  1187M |  81 |1968 |4072 |2083 | 524k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
956.18/960.04	c   944s|138800 |121895 |  7508k|  54.1 |  1189M |  81 |1968 |4072 |2060 | 524k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
957.06/960.93	c   945s|138900 |121991 |  7515k|  54.1 |  1198M |  81 |1968 |4056 |2124 | 525k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
957.56/961.47	c   945s|139000 |122091 |  7521k|  54.1 |  1199M |  81 |1968 |4029 |2016 | 525k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
958.35/962.29	c   946s|139100 |122191 |  7528k|  54.1 |  1199M |  81 |1968 |4016 |2104 | 525k|  4 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
958.85/962.79	c   946s|139200 |122281 |  7533k|  54.1 |  1199M |  81 |1968 |3989 |2037 | 526k|  3 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
959.55/963.44	c   947s|139300 |122379 |  7538k|  54.1 |  1199M |  81 |1968 |3968 |2045 | 526k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
960.16/964.10	c   948s|139400 |122470 |  7544k|  54.1 |  1199M |  81 |1968 |4008 |2080 | 526k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
961.04/964.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
961.04/964.95	c   949s|139500 |122567 |  7551k|  54.1 |  1199M |  81 |1968 |3967 |2065 | 527k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
961.64/965.57	c   949s|139600 |122661 |  7556k|  54.1 |  1200M |  81 |1968 |3977 |2087 | 527k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
962.34/966.20	c   950s|139700 |122753 |  7561k|  54.1 |  1201M |  81 |1968 |3967 |2111 | 527k|  2 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
963.03/967.00	c   951s|139800 |122849 |  7569k|  54.1 |  1201M |  81 |1968 |3961 |2062 | 528k|  4 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
963.93/967.86	c   952s|139900 |122935 |  7576k|  54.1 |  1201M |  81 |1968 |3981 |2124 | 528k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
964.83/968.71	c   952s|140000 |123031 |  7583k|  54.1 |  1202M |  81 |1968 |3945 |2018 | 529k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
965.42/969.39	c   953s|140100 |123131 |  7589k|  54.2 |  1206M |  81 |1968 |3921 |2121 | 529k|  2 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
966.14/970.08	c   954s|140200 |123219 |  7595k|  54.2 |  1206M |  81 |1968 |3932 |2002 | 530k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
966.63/970.54	c   954s|140300 |123319 |  7600k|  54.2 |  1206M |  81 |1968 |3914 |2042 | 530k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
967.32/971.21	c   955s|140400 |123417 |  7605k|  54.2 |  1206M |  81 |1968 |3879 |2118 | 531k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
968.02/971.92	c   956s|140500 |123513 |  7611k|  54.2 |  1206M |  81 |1968 |3859 |2026 | 531k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
968.72/972.63	c   956s|140600 |123607 |  7617k|  54.2 |  1206M |  81 |1968 |3844 |2064 | 531k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
969.32/973.28	c   957s|140700 |123705 |  7623k|  54.2 |  1206M |  81 |1968 |3821 |2013 | 532k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
969.91/973.83	c   958s|140800 |123798 |  7628k|  54.2 |  1206M |  81 |1968 |3822 |2043 | 532k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
970.61/974.57	c   958s|140900 |123896 |  7633k|  54.2 |  1205M |  81 |1968 |3813 |2084 | 532k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
971.41/975.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
971.41/975.34	c   959s|141000 |123994 |  7639k|  54.2 |  1208M |  81 |1968 |3773 |2049 | 533k|  4 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
972.00/976.00	c   960s|141100 |124090 |  7645k|  54.2 |  1208M |  81 |1968 |3753 |2032 | 533k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
972.60/976.59	c   960s|141200 |124185 |  7651k|  54.2 |  1208M |  81 |1968 |3729 |2044 | 534k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
973.30/977.27	c   961s|141300 |124279 |  7656k|  54.2 |  1208M |  81 |1968 |3724 |2102 | 534k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
973.90/977.82	c   961s|141400 |124367 |  7662k|  54.2 |  1208M |  81 |1968 |3746 |2035 | 534k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
974.69/978.66	c   962s|141500 |124461 |  7667k|  54.2 |  1208M |  81 |1968 |3753 |2043 | 535k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
975.39/979.30	c   963s|141600 |124561 |  7674k|  54.2 |  1209M |  81 |1968 |3723 |2072 | 535k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
975.79/979.76	c   963s|141700 |124657 |  7679k|  54.2 |  1209M |  81 |1968 |3692 |2021 | 535k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
976.48/980.49	c   964s|141800 |124753 |  7685k|  54.2 |  1211M |  81 |1968 |3699 |2087 | 536k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
977.10/981.09	c   965s|141900 |124851 |  7691k|  54.2 |  1212M |  81 |1968 |3667 |2007 | 536k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
977.88/981.85	c   966s|142000 |124949 |  7696k|  54.2 |  1214M |  81 |1968 |3652 |2063 | 536k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
978.38/982.33	c   966s|142100 |125042 |  7701k|  54.2 |  1214M |  81 |1968 |3660 |2088 | 537k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
979.09/983.03	c   967s|142200 |125142 |  7707k|  54.2 |  1215M |  81 |1968 |3679 |2040 | 537k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
979.67/983.69	c   967s|142300 |125242 |  7712k|  54.2 |  1215M |  81 |1968 |3656 |2075 | 537k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
980.27/984.20	c   968s|142400 |125332 |  7717k|  54.2 |  1215M |  81 |1968 |3692 |2001 | 538k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
981.08/985.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
981.08/985.07	c   969s|142500 |125428 |  7725k|  54.2 |  1215M |  81 |1968 |3686 |2072 | 538k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
981.66/985.64	c   969s|142600 |125522 |  7729k|  54.2 |  1216M |  81 |1968 |3682 |2031 | 538k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
982.36/986.34	c   970s|142700 |125612 |  7735k|  54.2 |  1218M |  81 |1968 |3714 |2055 | 539k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
982.76/986.78	c   970s|142800 |125712 |  7740k|  54.2 |  1218M |  81 |1968 |3691 |2023 | 539k|  2 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
983.36/987.30	c   971s|142900 |125810 |  7745k|  54.2 |  1219M |  81 |1968 |3668 |2028 | 540k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
984.17/988.19	c   972s|143000 |125906 |  7753k|  54.2 |  1219M |  81 |1968 |3666 |2095 | 540k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
984.95/988.98	c   973s|143100 |126000 |  7759k|  54.2 |  1219M |  81 |1968 |3667 |2020 | 540k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
985.74/989.75	c   973s|143200 |126096 |  7764k|  54.2 |  1224M |  81 |1968 |3649 |2072 | 541k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
986.44/990.42	c   974s|143300 |126192 |  7770k|  54.2 |  1226M |  81 |1968 |3636 |2027 | 541k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
987.34/991.36	c   975s|143400 |126292 |  7778k|  54.2 |  1226M |  81 |1968 |3610 |2103 | 541k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
988.05/992.07	c   976s|143500 |126388 |  7785k|  54.2 |  1226M |  81 |1968 |3607 |2117 | 542k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
988.73/992.71	c   976s|143600 |126488 |  7791k|  54.2 |  1231M |  81 |1968 |3574 |2012 | 542k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
989.43/993.40	c   977s|143700 |126579 |  7796k|  54.2 |  1231M |  81 |1968 |3598 |2124 | 543k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
990.14/994.11	c   978s|143800 |126679 |  7802k|  54.2 |  1231M |  81 |1968 |3594 |2039 | 543k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
990.82/994.82	c   978s|143900 |126767 |  7809k|  54.3 |  1231M |  81 |1968 |3664 |2053 | 544k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
991.42/995.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
991.42/995.49	c   979s|144000 |126854 |  7815k|  54.3 |  1231M |  81 |1968 |3682 |2007 | 544k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
992.32/996.32	c   980s|144100 |126954 |  7821k|  54.3 |  1231M |  81 |1968 |3669 |2099 | 544k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
992.81/996.89	c   981s|144200 |127043 |  7827k|  54.3 |  1231M |  81 |1968 |3691 |2010 | 545k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
993.81/997.84	c   982s|144300 |127139 |  7835k|  54.3 |  1232M |  81 |1968 |3692 |2094 | 545k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
994.61/998.65	c   982s|144400 |127235 |  7841k|  54.3 |  1232M |  81 |1968 |3722 |2090 | 546k|  5 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
995.40/999.40	c   983s|144500 |127333 |  7847k|  54.3 |  1232M |  81 |1968 |3733 |2129 | 546k|  7 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
996.02/1000.04	c   984s|144600 |127425 |  7854k|  54.3 |  1233M |  81 |1968 |3756 |2093 | 546k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
996.61/1000.64	c   984s|144700 |127517 |  7859k|  54.3 |  1233M |  81 |1968 |3777 |2028 | 547k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
997.21/1001.24	c   985s|144800 |127615 |  7864k|  54.3 |  1233M |  81 |1968 |3772 |2076 | 547k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
997.80/1001.86	c   986s|144900 |127711 |  7870k|  54.3 |  1233M |  81 |1968 |3765 |2154 | 547k|  4 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
998.30/1002.36	c   986s|145000 |127801 |  7874k|  54.3 |  1233M |  81 |1968 |3784 |2068 | 548k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
999.11/1003.14	c   987s|145100 |127897 |  7881k|  54.3 |  1235M |  81 |1968 |3778 |2092 | 548k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
999.59/1003.62	c   987s|145200 |127985 |  7886k|  54.3 |  1235M |  81 |1968 |3800 |2006 | 548k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1000.19/1004.22	c   988s|145300 |128085 |  7892k|  54.3 |  1235M |  81 |1968 |3770 |2066 | 549k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1000.69/1004.79	c   988s|145400 |128185 |  7897k|  54.3 |  1235M |  81 |1968 |3751 |2124 | 549k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1001.29/1005.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1001.29/1005.40	c   989s|145500 |128271 |  7903k|  54.3 |  1236M |  81 |1968 |3822 |2017 | 550k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1001.88/1005.96	c   990s|145600 |128363 |  7908k|  54.3 |  1236M |  81 |1968 |3838 |2041 | 550k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1002.58/1006.67	c   990s|145700 |128451 |  7914k|  54.3 |  1236M |  81 |1968 |3840 |2039 | 550k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1003.28/1007.32	c   991s|145800 |128541 |  7920k|  54.3 |  1238M |  81 |1968 |3843 |2008 | 551k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1004.09/1008.17	c   992s|145900 |128641 |  7927k|  54.3 |  1239M |  81 |1968 |3827 |2118 | 551k|  4 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1004.67/1008.74	c   992s|146000 |128732 |  7932k|  54.3 |  1240M |  81 |1968 |3867 |2082 | 551k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1005.27/1009.39	c   993s|146100 |128822 |  7938k|  54.3 |  1240M |  81 |1968 |3853 |2060 | 552k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1005.98/1010.09	c   994s|146200 |128910 |  7944k|  54.3 |  1240M |  81 |1968 |3905 |2060 | 552k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1006.76/1010.80	c   994s|146300 |129000 |  7951k|  54.3 |  1241M |  81 |1968 |3927 |2034 | 552k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1007.46/1011.59	c   995s|146400 |129098 |  7958k|  54.3 |  1241M |  81 |1968 |3914 |2071 | 553k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1008.16/1012.24	c   996s|146500 |129198 |  7964k|  54.4 |  1245M |  81 |1968 |3895 |2091 | 553k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1008.75/1012.80	c   996s|146600 |129296 |  7970k|  54.4 |  1245M |  81 |1968 |3872 |2021 | 554k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1009.55/1013.65	c   997s|146700 |129390 |  7977k|  54.4 |  1246M |  81 |1968 |3893 |2099 | 554k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1010.35/1014.41	c   998s|146800 |129476 |  7984k|  54.4 |  1246M |  81 |1968 |3934 |2040 | 554k|  1 |  76k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
1010.75/1014.88	c   999s|146900 |129568 |  7989k|  54.4 |  1246M |  81 |1968 |3931 |2010 | 555k|  1 |  76k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
1011.54/1015.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1011.54/1015.60	c   999s|147000 |129666 |  7995k|  54.4 |  1246M |  81 |1968 |3926 |2118 | 555k|  1 |  76k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
1012.14/1016.26	c  1000s|147100 |129762 |  8001k|  54.4 |  1247M |  81 |1968 |3895 |2004 | 556k|  1 |  76k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
1012.24/1016.33	c 
1012.24/1016.33	c SCIP Status        : solving was interrupted [time limit reached]
1012.24/1016.33	c Solving Time (sec) : 1000.00
1012.24/1016.33	c Solving Nodes      : 147117
1012.24/1016.33	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
1012.24/1016.33	c Dual Bound         : -1.25548780487805e+03
1012.24/1016.33	c Gap                : infinite
1012.24/1016.33	c SCIP status: 23 (TIMELIMIT)
1012.24/1016.33	c SCIP LP bound tightened UB: 197028 -> 196983
1012.24/1016.33	c pb_solver_status: sst_unknown
1012.24/1016.33	c LB_goalvalue: 0
1012.24/1016.33	c UB_goalvalue: 196983
1012.24/1016.33	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
1012.24/1016.33	c SCIP returned: sst_unknown
1012.24/1016.33	c SCIP primal LB: -oo, dual UB: 196983
1012.24/1016.33	c assumptions: 
1012.24/1016.33	c invoking solver with time budget: 5.000000
1017.32/1021.42	c sat_solver_result: sst_unknown
1017.32/1021.42	c SAT solver timed out; proceeding to cooperative SCIP call
1017.32/1021.42	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 196983
1017.32/1021.42	c scip solving with time budget: 1400.000000
1017.32/1021.42	c solveScip
1017.32/1021.42	c initScipForCoop
1017.32/1021.42	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
1017.32/1021.42	c SCIPfreeTransform due to timeout and having shadow nodes
1017.32/1021.42	c forcing SCIPfreeTransform before solve
1017.93/1022.07	c Running SCIP presolve for solve-time propagation (rounds=3)
1017.93/1022.07	c presolving:
1017.93/1022.07	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 41 chg sides, 41 chg coeffs, 0 upgd conss, 0 impls, 125 clqs, 0 implints
1017.93/1022.08	c    (0.0s) running MILP presolver
1017.93/1022.08	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1017.93/1022.08	c (round 2, exhaustive) 0 del vars, 84 del conss, 0 add conss, 0 chg bounds, 41 chg sides, 41 chg coeffs, 0 upgd conss, 0 impls, 125 clqs, 0 implints
1018.03/1022.14	c    (0.1s) probing: 51/1968 (2.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1018.03/1022.14	c    (0.1s) probing aborted: 50/50 successive totally useless probings
1018.03/1022.14	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
1018.03/1022.14	c  0 deleted vars, 84 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 41 changed sides, 41 changed coefficients
1018.03/1022.14	c  0 implications, 125 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1018.03/1022.14	c presolved problem has 1968 variables (1968 bin, 0 int, 0 cont) and 1806 constraints
1018.03/1022.14	c    1681 constraints of type <knapsack>
1018.03/1022.14	c      84 constraints of type <setppc>
1018.03/1022.14	c      41 constraints of type <logicor>
1018.03/1022.14	c transformed objective value is always integral (scale: 1)
1018.03/1022.14	c Presolving Time: 0.07
1018.03/1022.15	c presolving:
1018.03/1022.15	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 41 chg sides, 41 chg coeffs, 0 upgd conss, 0 impls, 125 clqs, 0 implints
1018.03/1022.15	c    (0.0s) running MILP presolver
1018.03/1022.16	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1018.03/1022.16	c (round 2, exhaustive) 0 del vars, 84 del conss, 0 add conss, 0 chg bounds, 41 chg sides, 41 chg coeffs, 0 upgd conss, 0 impls, 125 clqs, 0 implints
1018.03/1022.17	c (round 3, exhaustive) 0 del vars, 84 del conss, 0 add conss, 0 chg bounds, 41 chg sides, 41 chg coeffs, 1806 upgd conss, 0 impls, 125 clqs, 0 implints
1018.03/1022.17	c (round 4, medium)     0 del vars, 84 del conss, 41 add conss, 0 chg bounds, 82 chg sides, 123 chg coeffs, 1806 upgd conss, 0 impls, 125 clqs, 0 implints
1018.03/1022.17	c (round 5, fast)       0 del vars, 84 del conss, 41 add conss, 0 chg bounds, 82 chg sides, 287 chg coeffs, 1806 upgd conss, 0 impls, 125 clqs, 0 implints
1018.12/1022.22	c    (0.1s) probing: 51/1968 (2.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1018.12/1022.22	c    (0.1s) probing aborted: 50/50 successive totally useless probings
1018.12/1022.22	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1018.12/1022.23	c    (0.1s) no symmetry present (symcode time: 0.00)
1018.12/1022.23	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
1018.12/1022.23	c  0 deleted vars, 84 deleted constraints, 41 added constraints, 0 tightened bounds, 0 added holes, 82 changed sides, 287 changed coefficients
1018.12/1022.23	c  0 implications, 125 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1018.12/1022.23	c presolved problem has 1968 variables (1968 bin, 0 int, 0 cont) and 1847 constraints
1018.12/1022.23	c    1681 constraints of type <knapsack>
1018.12/1022.23	c     125 constraints of type <setppc>
1018.12/1022.23	c      41 constraints of type <logicor>
1018.12/1022.23	c transformed objective value is always integral (scale: 1)
1018.12/1022.23	c Presolving Time: 0.08
1018.12/1022.23	c 
1018.12/1022.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1018.12/1022.26	c   0.1s|     1 |     0 |   251 |     - |   853M |   0 |1968 |2004 |1847 |   0 |  0 | 156 |   0 |-1.018390e+03 |      --      |    Inf | unknown
1018.22/1022.36	c   0.2s|     1 |     0 |  1359 |     - |   853M |   0 |1968 |2004 |1888 |  41 |  1 | 156 |   0 |-1.097112e+03 |      --      |    Inf | unknown
1018.32/1022.42	c   0.3s|     1 |     0 |  1415 |     - |   850M |   0 |1968 |2004 |1921 |  74 |  2 | 156 |   0 |-1.103943e+03 |      --      |    Inf | unknown
1018.32/1022.46	c   0.3s|     1 |     0 |  1471 |     - |   850M |   0 |1968 |2004 |1946 |  99 |  3 | 156 |   0 |-1.124079e+03 |      --      |    Inf | unknown
1018.42/1022.52	c   0.4s|     1 |     0 |  1519 |     - |   850M |   0 |1968 |2004 |1971 | 124 |  4 | 156 |   0 |-1.124079e+03 |      --      |    Inf | unknown
1018.42/1022.57	c   0.4s|     1 |     0 |  1585 |     - |   850M |   0 |1968 |2004 |1996 | 149 |  5 | 156 |   0 |-1.146772e+03 |      --      |    Inf | unknown
1018.52/1022.63	c   0.5s|     1 |     0 |  1636 |     - |   850M |   0 |1968 |2004 |2021 | 174 |  6 | 156 |   0 |-1.146772e+03 |      --      |    Inf | unknown
1018.62/1022.71	c   0.6s|     1 |     0 |  1729 |     - |   850M |   0 |1968 |2004 |2043 | 196 |  7 | 156 |   0 |-1.153402e+03 |      --      |    Inf | unknown
1018.62/1022.78	c   0.6s|     1 |     0 |  1774 |     - |   850M |   0 |1968 |2004 |2062 | 215 |  8 | 156 |   0 |-1.153402e+03 |      --      |    Inf | unknown
1018.72/1022.85	c   0.7s|     1 |     0 |  1876 |     - |   850M |   0 |1968 |2004 |2079 | 232 |  9 | 156 |   0 |-1.159317e+03 |      --      |    Inf | unknown
1018.82/1022.93	c   0.8s|     1 |     0 |  1910 |     - |   850M |   0 |1968 |2004 |2100 | 253 | 10 | 156 |   0 |-1.159734e+03 |      --      |    Inf | unknown
1018.82/1022.95	c   0.8s|     1 |     0 |  1977 |     - |   850M |   0 |1968 |2004 |2118 | 271 | 11 | 156 |   0 |-1.168418e+03 |      --      |    Inf | unknown
1018.82/1022.97	c   0.8s|     1 |     0 |  2014 |     - |   850M |   0 |1968 |2004 |2131 | 284 | 12 | 156 |   0 |-1.172050e+03 |      --      |    Inf | unknown
1018.82/1022.99	c   0.8s|     1 |     0 |  2044 |     - |   850M |   0 |1968 |2004 |2145 | 298 | 13 | 156 |   0 |-1.174350e+03 |      --      |    Inf | unknown
1018.82/1023.01	c   0.9s|     1 |     0 |  2080 |     - |   850M |   0 |1968 |2005 |2157 | 310 | 14 | 157 |   0 |-1.180111e+03 |      --      |    Inf | unknown
1018.93/1023.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1018.93/1023.02	c   0.9s|     1 |     0 |  2134 |     - |   850M |   0 |1968 |2006 |2065 | 319 | 15 | 158 |   0 |-1.190128e+03 |      --      |    Inf | unknown
1018.93/1023.04	c   0.9s|     1 |     0 |  2175 |     - |   850M |   0 |1968 |2007 |2082 | 336 | 16 | 159 |   0 |-1.190786e+03 |      --      |    Inf | unknown
1018.93/1023.06	c   0.9s|     1 |     0 |  2205 |     - |   850M |   0 |1968 |2008 |2100 | 354 | 17 | 160 |   0 |-1.190786e+03 |      --      |    Inf | unknown
1018.93/1023.08	c   0.9s|     1 |     0 |  2235 |     - |   850M |   0 |1968 |2008 |2112 | 366 | 18 | 160 |   0 |-1.190786e+03 |      --      |    Inf | unknown
1018.93/1023.10	c   1.0s|     1 |     0 |  2263 |     - |   850M |   0 |1968 |2009 |2122 | 376 | 19 | 161 |   0 |-1.190786e+03 |      --      |    Inf | unknown
1019.03/1023.12	c   1.0s|     1 |     0 |  2288 |     - |   850M |   0 |1968 |2010 |2132 | 386 | 20 | 162 |   0 |-1.190786e+03 |      --      |    Inf | unknown
1019.03/1023.14	c   1.0s|     1 |     0 |  2302 |     - |   850M |   0 |1968 |2011 |2057 | 392 | 21 | 163 |   0 |-1.190786e+03 |      --      |    Inf | unknown
1019.03/1023.15	c   1.0s|     1 |     0 |  2308 |     - |   850M |   0 |1968 |2013 |2062 | 397 | 22 | 165 |   0 |-1.190786e+03 |      --      |    Inf | unknown
1019.03/1023.17	c   1.0s|     1 |     0 |  2318 |     - |   850M |   0 |1968 |2014 |2068 | 403 | 23 | 166 |   0 |-1.190786e+03 |      --      |    Inf | unknown
1019.03/1023.18	c   1.0s|     1 |     0 |  2338 |     - |   850M |   0 |1968 |2015 |2072 | 407 | 24 | 167 |   0 |-1.195542e+03 |      --      |    Inf | unknown
1019.12/1023.20	c   1.1s|     1 |     0 |  2344 |     - |   850M |   0 |1968 |2016 |2076 | 411 | 25 | 168 |   0 |-1.195542e+03 |      --      |    Inf | unknown
1019.12/1023.21	c   1.1s|     1 |     0 |  2347 |     - |   850M |   0 |1968 |2016 |2079 | 414 | 26 | 168 |   0 |-1.195542e+03 |      --      |    Inf | unknown
1019.12/1023.22	c   1.1s|     1 |     0 |  2350 |     - |   850M |   0 |1968 |2018 |2038 | 416 | 27 | 170 |   0 |-1.195542e+03 |      --      |    Inf | unknown
1019.12/1023.23	c   1.1s|     1 |     0 |  2353 |     - |   850M |   0 |1968 |2020 |2040 | 418 | 28 | 172 |   0 |-1.195542e+03 |      --      |    Inf | unknown
1019.12/1023.24	c   1.1s|     1 |     0 |  2354 |     - |   850M |   0 |1968 |2022 |2041 | 419 | 29 | 174 |   0 |-1.195542e+03 |      --      |    Inf | unknown
1019.62/1023.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1019.62/1023.71	c   1.6s|     1 |     2 |  4392 |     - |   850M |   0 |1968 |2030 |2041 | 419 | 30 | 182 |  12 |-1.195542e+03 |      --      |    Inf | unknown
1022.71/1026.81	c   4.7s|   100 |   101 |  8184 |  59.8 |   850M |  16 |1968 |2098 |1976 | 724 |  1 | 253 | 761 |-1.207965e+03 |      --      |    Inf | unknown
1024.91/1029.06	c   6.9s|   200 |   195 | 12602 |  51.9 |   850M |  18 |1968 |2168 |1964 |1034 |  1 | 325 |1231 |-1.210612e+03 |      --      |    Inf |   0.89%
1026.90/1031.07	c   8.9s|   300 |   293 | 20375 |  60.6 |   850M |  21 |1968 |2204 |1989 |1432 |  1 | 364 |1487 |-1.210612e+03 |      --      |    Inf |   1.28%
1028.38/1032.53	c  10.4s|   400 |   393 | 24981 |  56.9 |   850M |  21 |1968 |2269 |1988 |1972 |  1 | 431 |1661 |-1.210651e+03 |      --      |    Inf |   1.28%
1029.68/1033.85	c  11.7s|   500 |   493 | 29951 |  55.5 |   849M |  21 |1968 |2289 |1983 |2410 |  1 | 455 |1820 |-1.216589e+03 |      --      |    Inf |   1.28%
1031.27/1035.45	c  13.3s|   600 |   593 | 35395 |  55.3 |   847M |  25 |1968 |2318 |2001 |3094 |  1 | 485 |1979 |-1.217500e+03 |      --      |    Inf |   1.28%
1032.77/1037.00	c  14.9s|   700 |   691 | 42833 |  58.0 |   847M |  25 |1968 |2449 |2051 |3711 |  4 | 616 |2102 |-1.218167e+03 |      --      |    Inf |   1.28%
1034.46/1038.64	c  16.5s|   800 |   791 | 54253 |  65.1 |   843M |  25 |1968 |2480 |2010 |4402 |  1 | 648 |2169 |-1.218167e+03 |      --      |    Inf |   1.28%
1035.75/1039.91	c  17.8s|   900 |   889 | 60486 |  64.8 |   843M |  27 |1968 |2575 |1985 |4977 |  1 | 748 |2221 |-1.218167e+03 |      --      |    Inf |   1.29%
1037.05/1041.22	c  19.1s|  1000 |   989 | 67657 |  65.5 |   843M |  27 |1968 |2593 |1977 |5528 |  1 | 774 |2269 |-1.232333e+03 |      --      |    Inf |   1.29%
1038.34/1042.57	c  20.4s|  1100 |  1089 | 75061 |  66.2 |   843M |  27 |1968 |2679 |2000 |6235 |  1 | 870 |2282 |-1.237049e+03 |      --      |    Inf |   1.29%
1039.54/1043.77	c  21.6s|  1200 |  1189 | 79684 |  64.6 |   844M |  27 |1968 |2752 |1969 |6861 |  1 | 951 |2292 |-1.238375e+03 |      --      |    Inf |   1.29%
1040.63/1044.88	c  22.7s|  1300 |  1289 | 84199 |  63.1 |   845M |  27 |1968 |2834 |2012 |7395 |  1 |1038 |2329 |-1.240500e+03 |      --      |    Inf |   1.29%
1041.73/1045.99	c  23.9s|  1400 |  1389 | 88995 |  62.0 |   845M |  29 |1968 |2858 |2018 |7972 |  1 |1068 |2342 |-1.240938e+03 |      --      |    Inf |   1.29%
1042.94/1047.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1042.94/1047.13	c  25.0s|  1500 |  1487 | 94420 |  61.5 |   845M |  29 |1968 |2957 |   0 |8610 |  0 |1178 |2348 |-1.240938e+03 |      --      |    Inf |   1.29%
1044.02/1048.21	c  26.1s|  1600 |  1587 | 97923 |  59.8 |   845M |  31 |1968 |2955 |2023 |9223 |  1 |1187 |2369 |-1.242619e+03 |      --      |    Inf |   1.29%
1044.93/1049.13	c  27.0s|  1700 |  1681 |101293 |  58.3 |   845M |  41 |1968 |2998 |1977 |9614 |  1 |1238 |2412 |-1.242619e+03 |      --      |    Inf |   1.29%
1045.32/1049.59	c  27.5s|  1800 |  1779 |104158 |  56.6 |   845M |  41 |1968 |2990 |2041 |  10k|  2 |1239 |2439 |-1.242619e+03 |      --      |    Inf |   1.29%
1045.83/1050.06	c  27.9s|  1900 |  1879 |107507 |  55.4 |   845M |  41 |1968 |3001 |1996 |  10k|  1 |1269 |2449 |-1.243943e+03 |      --      |    Inf |   1.29%
1046.31/1050.51	c  28.4s|  2000 |  1979 |110725 |  54.3 |   845M |  41 |1968 |2993 |2012 |  10k|  1 |1269 |2456 |-1.244037e+03 |      --      |    Inf |   1.29%
1046.71/1051.00	c  28.9s|  2100 |  2077 |114155 |  53.3 |   845M |  41 |1968 |2977 |2032 |  11k|  3 |1272 |2479 |-1.244268e+03 |      --      |    Inf |   1.29%
1047.21/1051.49	c  29.3s|  2200 |  2175 |117259 |  52.3 |   845M |  41 |1968 |2976 |2002 |  11k|  1 |1280 |2491 |-1.245195e+03 |      --      |    Inf |   1.29%
1047.71/1051.96	c  29.8s|  2300 |  2273 |120016 |  51.2 |   845M |  41 |1968 |2973 |1973 |  11k|  1 |1300 |2540 |-1.245195e+03 |      --      |    Inf |   1.29%
1048.00/1052.23	c  30.1s|  2400 |  2373 |122231 |  50.0 |   845M |  41 |1968 |2955 |1992 |  12k|  1 |1300 |2543 |-1.245195e+03 |      --      |    Inf |   1.29%
1048.50/1052.77	c  30.6s|  2500 |  2473 |125631 |  49.4 |   841M |  41 |1968 |2957 |2018 |  12k|  1 |1329 |2562 |-1.245195e+03 |      --      |    Inf |   1.29%
1048.91/1053.14	c  31.0s|  2600 |  2573 |128875 |  48.7 |   841M |  41 |1968 |2955 |2006 |  13k|  1 |1342 |2565 |-1.245195e+03 |      --      |    Inf |   1.29%
1049.30/1053.54	c  31.4s|  2700 |  2671 |132368 |  48.2 |   841M |  41 |1968 |2964 |1996 |  13k|  1 |1364 |2576 |-1.245341e+03 |      --      |    Inf |   1.29%
1049.70/1053.99	c  31.8s|  2800 |  2771 |135228 |  47.5 |   841M |  41 |1968 |2951 |2025 |  13k|  1 |1364 |2592 |-1.246280e+03 |      --      |    Inf |   1.29%
1050.20/1054.45	c  32.3s|  2900 |  2871 |138156 |  46.9 |   841M |  41 |1968 |2941 |2022 |  14k|  1 |1368 |2602 |-1.246293e+03 |      --      |    Inf |   1.29%
1050.59/1054.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1050.59/1054.87	c  32.7s|  3000 |  2971 |142139 |  46.6 |   841M |  41 |1968 |3035 |2040 |  14k|  2 |1481 |2603 |-1.247547e+03 |      --      |    Inf |   1.29%
1050.99/1055.23	c  33.1s|  3100 |  3071 |144343 |  45.8 |   841M |  41 |1968 |3054 |2022 |  14k|  2 |1509 |2627 |-1.247547e+03 |      --      |    Inf |   1.29%
1051.49/1055.71	c  33.6s|  3200 |  3171 |147033 |  45.3 |   841M |  41 |1968 |3042 |1973 |  15k|  1 |1509 |2634 |-1.247547e+03 |      --      |    Inf |   1.29%
1051.80/1056.11	c  34.0s|  3300 |  3271 |149709 |  44.7 |   841M |  41 |1968 |3032 |2015 |  15k|  1 |1509 |2637 |-1.247547e+03 |      --      |    Inf |   1.29%
1052.29/1056.59	c  34.4s|  3400 |  3371 |153004 |  44.3 |   841M |  41 |1968 |3024 |2005 |  16k|  1 |1509 |2650 |-1.247547e+03 |      --      |    Inf |   1.29%
1052.90/1057.13	c  35.0s|  3500 |  3471 |156240 |  44.0 |   842M |  41 |1968 |3012 |2029 |  16k|  1 |1510 |2673 |-1.247547e+03 |      --      |    Inf |   1.29%
1053.38/1057.63	c  35.5s|  3600 |  3571 |159602 |  43.7 |   842M |  41 |1968 |2959 |1984 |  17k|  1 |1510 |2676 |-1.247547e+03 |      --      |    Inf |   1.29%
1053.68/1058.00	c  35.9s|  3700 |  3671 |162380 |  43.3 |   842M |  41 |1968 |2951 |2030 |  17k|  1 |1510 |2682 |-1.247547e+03 |      --      |    Inf |   1.29%
1054.18/1058.45	c  36.3s|  3800 |  3771 |165598 |  43.0 |   842M |  41 |1968 |2961 |1972 |  17k|  1 |1533 |2685 |-1.247547e+03 |      --      |    Inf |   1.29%
1054.68/1058.94	c  36.8s|  3900 |  3871 |168419 |  42.6 |   842M |  41 |1968 |2972 |2041 |  18k|  1 |1554 |2689 |-1.247547e+03 |      --      |    Inf |   1.29%
1055.48/1059.78	c  37.6s|  4000 |  3971 |171680 |  42.4 |   842M |  41 |1968 |2965 |2023 |  18k|  1 |1554 |2699 |-1.247547e+03 |      --      |    Inf |   1.29%
1056.17/1060.44	c  38.3s|  4100 |  4071 |175536 |  42.3 |   842M |  41 |1968 |2989 |2050 |  19k|  2 |1587 |2704 |-1.247547e+03 |      --      |    Inf |   1.29%
1056.57/1060.88	c  38.7s|  4200 |  4169 |179046 |  42.1 |   842M |  41 |1968 |2975 |2015 |  19k|  1 |1592 |2717 |-1.247547e+03 |      --      |    Inf |   1.29%
1056.97/1061.27	c  39.1s|  4300 |  4269 |181937 |  41.8 |   842M |  41 |1968 |2958 |1970 |  20k|  1 |1592 |2729 |-1.247547e+03 |      --      |    Inf |   1.29%
1057.37/1061.66	c  39.5s|  4400 |  4367 |184409 |  41.4 |   842M |  41 |1968 |2948 |2009 |  20k|  1 |1593 |2731 |-1.247547e+03 |      --      |    Inf |   1.29%
1057.97/1062.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1057.97/1062.25	c  40.1s|  4500 |  4467 |188209 |  41.3 |   842M |  41 |1968 |2943 |2043 |  20k|  6 |1618 |2742 |-1.247606e+03 |      --      |    Inf |   1.29%
1058.36/1062.65	c  40.5s|  4600 |  4567 |191599 |  41.2 |   842M |  41 |1968 |2934 |2016 |  21k|  2 |1618 |2748 |-1.247659e+03 |      --      |    Inf |   1.29%
1058.78/1063.06	c  40.9s|  4700 |  4667 |194672 |  40.9 |   842M |  41 |1968 |2926 |1989 |  21k|  1 |1619 |2754 |-1.248098e+03 |      --      |    Inf |   1.29%
1059.36/1063.65	c  41.5s|  4800 |  4767 |197880 |  40.8 |   842M |  41 |1968 |2912 |2012 |  22k|  1 |1623 |2760 |-1.248230e+03 |      --      |    Inf |   1.29%
1060.16/1064.45	c  42.3s|  4900 |  4867 |201983 |  40.8 |   842M |  41 |1968 |2910 |1987 |  22k|  1 |1647 |2764 |-1.248258e+03 |      --      |    Inf |   1.29%
1061.05/1065.32	c  43.2s|  5000 |  4967 |206497 |  40.9 |   842M |  41 |1968 |2923 |2025 |  22k|  1 |1689 |2777 |-1.248576e+03 |      --      |    Inf |   1.29%
1061.55/1065.80	c  43.7s|  5100 |  5065 |209699 |  40.7 |   842M |  41 |1968 |2910 |2004 |  23k|  1 |1696 |2788 |-1.248576e+03 |      --      |    Inf |   1.29%
1061.86/1066.18	c  44.0s|  5200 |  5165 |212177 |  40.4 |   842M |  41 |1968 |2913 |2012 |  23k|  1 |1705 |2796 |-1.248576e+03 |      --      |    Inf |   1.29%
1062.45/1066.77	c  44.6s|  5300 |  5263 |214724 |  40.1 |   842M |  41 |1968 |2896 |1998 |  23k|  2 |1709 |2812 |-1.248829e+03 |      --      |    Inf |   1.29%
1062.76/1067.08	c  44.9s|  5400 |  5363 |217372 |  39.8 |   842M |  41 |1968 |2869 |2019 |  24k|  1 |1711 |2820 |-1.249073e+03 |      --      |    Inf |   1.29%
1063.14/1067.49	c  45.3s|  5500 |  5463 |220479 |  39.7 |   843M |  41 |1968 |2848 |2015 |  24k|  1 |1718 |2822 |-1.249073e+03 |      --      |    Inf |   1.29%
1063.44/1067.77	c  45.6s|  5600 |  5563 |222641 |  39.4 |   843M |  41 |1968 |2841 |2004 |  24k|  1 |1718 |2831 |-1.249073e+03 |      --      |    Inf |   1.29%
1063.94/1068.20	c  46.1s|  5700 |  5663 |225669 |  39.2 |   843M |  41 |1968 |2826 |2015 |  24k|  1 |1718 |2834 |-1.249220e+03 |      --      |    Inf |   1.29%
1064.24/1068.55	c  46.4s|  5800 |  5763 |228464 |  39.0 |   843M |  41 |1968 |2805 |1986 |  25k|  1 |1718 |2836 |-1.249220e+03 |      --      |    Inf |   1.29%
1064.75/1069.02	c  46.9s|  5900 |  5863 |231408 |  38.8 |   843M |  41 |1968 |2793 |2026 |  25k|  2 |1718 |2844 |-1.249220e+03 |      --      |    Inf |   1.29%
1065.14/1069.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1065.14/1069.44	c  47.3s|  6000 |  5963 |234495 |  38.7 |   843M |  41 |1968 |2800 |1988 |  26k|  1 |1741 |2847 |-1.249247e+03 |      --      |    Inf |   1.29%
1065.54/1069.82	c  47.7s|  6100 |  6063 |236990 |  38.5 |   843M |  41 |1968 |2791 |2001 |  26k|  1 |1741 |2847 |-1.250252e+03 |      --      |    Inf |   1.29%
1065.85/1070.18	c  48.0s|  6200 |  6163 |240118 |  38.4 |   843M |  41 |1968 |2775 |1991 |  26k|  1 |1741 |2847 |-1.250268e+03 |      --      |    Inf |   1.29%
1066.33/1070.63	c  48.5s|  6300 |  6259 |242697 |  38.2 |   843M |  41 |1968 |2753 |2021 |  27k|  1 |1746 |2848 |-1.250268e+03 |      --      |    Inf |   1.29%
1066.63/1070.93	c  48.8s|  6400 |  6359 |245373 |  38.0 |   843M |  41 |1968 |2746 |1977 |  27k|  1 |1746 |2856 |-1.250449e+03 |      --      |    Inf |   1.29%
1066.93/1071.27	c  49.1s|  6500 |  6459 |248270 |  37.9 |   843M |  41 |1968 |2737 |2010 |  27k|  1 |1746 |2857 |-1.250494e+03 |      --      |    Inf |   1.29%
1067.23/1071.57	c  49.4s|  6600 |  6559 |250553 |  37.6 |   844M |  41 |1968 |2723 |1994 |  27k|  1 |1746 |2857 |-1.250494e+03 |      --      |    Inf |   1.29%
1067.63/1071.90	c  49.8s|  6700 |  6659 |252928 |  37.4 |   844M |  41 |1968 |2707 |2007 |  28k|  1 |1746 |2861 |-1.250545e+03 |      --      |    Inf |   1.29%
1068.22/1072.50	c  50.4s|  6800 |  6759 |256633 |  37.4 |   844M |  41 |1968 |2696 |1996 |  28k|  1 |1746 |2862 |-1.250545e+03 |      --      |    Inf |   1.29%
1068.62/1072.96	c  50.8s|  6900 |  6859 |260050 |  37.4 |   844M |  41 |1968 |2694 |2076 |  29k|  9 |1763 |2874 |-1.250545e+03 |      --      |    Inf |   1.29%
1069.02/1073.38	c  51.2s|  7000 |  6959 |262520 |  37.2 |   844M |  45 |1968 |2677 |1973 |  29k|  1 |1764 |2881 |-1.250545e+03 |      --      |    Inf |   1.29%
1069.42/1073.73	c  51.6s|  7100 |  7059 |265555 |  37.1 |   844M |  45 |1968 |2688 |2006 |  29k|  1 |1788 |2892 |-1.250545e+03 |      --      |    Inf |   1.29%
1069.92/1074.28	c  52.1s|  7200 |  7159 |268637 |  37.0 |   844M |  49 |1968 |2686 |2004 |  29k|  1 |1816 |2918 |-1.250561e+03 |      --      |    Inf |   1.29%
1070.32/1074.69	c  52.5s|  7300 |  7259 |271293 |  36.9 |   844M |  49 |1968 |2676 |1976 |  30k|  1 |1823 |2927 |-1.250561e+03 |      --      |    Inf |   1.29%
1070.91/1075.22	c  53.1s|  7400 |  7357 |275078 |  36.9 |   844M |  49 |1968 |2696 |1978 |  30k|  1 |1864 |2936 |-1.250561e+03 |      --      |    Inf |   1.29%
1071.61/1075.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1071.61/1075.92	c  53.8s|  7500 |  7457 |278009 |  36.8 |   844M |  49 |1968 |2697 |2031 |  30k|  1 |1870 |2955 |-1.250561e+03 |      --      |    Inf |   1.29%
1072.21/1076.51	c  54.4s|  7600 |  7555 |281827 |  36.8 |   845M |  49 |1968 |2672 |2043 |  31k|  1 |1871 |2963 |-1.250561e+03 |      --      |    Inf |   1.29%
1072.91/1077.22	c  55.1s|  7700 |  7653 |285273 |  36.8 |   845M |  49 |1968 |2662 |2025 |  31k|  1 |1874 |2985 |-1.250585e+03 |      --      |    Inf |   1.29%
1073.72/1078.09	c  55.9s|  7800 |  7749 |288879 |  36.7 |   845M |  49 |1968 |2708 |2009 |  32k|  1 |1969 |3035 |-1.250610e+03 |      --      |    Inf |   1.29%
1074.40/1078.71	c  56.6s|  7900 |  7849 |291766 |  36.6 |   845M |  49 |1968 |2678 |2012 |  32k|  3 |1969 |3043 |-1.250610e+03 |      --      |    Inf |   1.29%
1075.00/1079.36	c  57.2s|  8000 |  7949 |294790 |  36.6 |   845M |  51 |1968 |2659 |2044 |  32k|  1 |1970 |3051 |-1.250610e+03 |      --      |    Inf |   1.29%
1075.50/1079.84	c  57.7s|  8100 |  8047 |297821 |  36.5 |   846M |  51 |1968 |2659 |2022 |  33k|  2 |2004 |3078 |-1.250610e+03 |      --      |    Inf |   1.29%
1076.09/1080.48	c  58.3s|  8200 |  8145 |301691 |  36.5 |   846M |  51 |1968 |2649 |2002 |  33k|  1 |2026 |3083 |-1.250610e+03 |      --      |    Inf |   1.29%
1076.80/1081.19	c  59.0s|  8300 |  8245 |304900 |  36.5 |   847M |  51 |1968 |2621 |2027 |  33k|  1 |2031 |3106 |-1.250610e+03 |      --      |    Inf |   1.29%
1077.39/1081.72	c  59.6s|  8400 |  8341 |308480 |  36.5 |   847M |  51 |1968 |2623 |2011 |  34k|  1 |2073 |3130 |-1.250610e+03 |      --      |    Inf |   1.29%
1078.08/1082.46	c  60.3s|  8500 |  8439 |311789 |  36.4 |   847M |  51 |1968 |2601 |1998 |  34k|  1 |2084 |3143 |-1.250610e+03 |      --      |    Inf |   1.29%
1078.80/1083.17	c  61.0s|  8600 |  8536 |315407 |  36.4 |   847M |  53 |1968 |2610 |1977 |  35k|  1 |2120 |3152 |-1.250691e+03 |      --      |    Inf |   1.29%
1079.28/1083.64	c  61.5s|  8700 |  8632 |317638 |  36.3 |   847M |  53 |1968 |2610 |2009 |  35k|  1 |2143 |3162 |-1.250691e+03 |      --      |    Inf |   1.29%
1080.08/1084.40	c  62.3s|  8800 |  8730 |321304 |  36.3 |   847M |  53 |1968 |2609 |2027 |  35k|  1 |2166 |3166 |-1.250702e+03 |      --      |    Inf |   1.29%
1080.69/1085.05	c  62.9s|  8900 |  8828 |324700 |  36.2 |   847M |  53 |1968 |2604 |1989 |  36k|  1 |2171 |3170 |-1.250702e+03 |      --      |    Inf |   1.29%
1081.27/1085.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1081.27/1085.69	c  63.5s|  9000 |  8928 |327984 |  36.2 |   847M |  55 |1968 |2595 |1992 |  36k|  1 |2171 |3188 |-1.250702e+03 |      --      |    Inf |   1.29%
1082.07/1086.42	c  64.3s|  9100 |  9028 |331499 |  36.2 |   847M |  55 |1968 |2583 |2022 |  37k|  1 |2171 |3188 |-1.250702e+03 |      --      |    Inf |   1.29%
1082.57/1087.00	c  64.9s|  9200 |  9125 |334491 |  36.1 |   847M |  55 |1968 |2593 |2021 |  37k|  3 |2189 |3190 |-1.250702e+03 |      --      |    Inf |   1.29%
1083.36/1087.74	c  65.6s|  9300 |  9220 |337898 |  36.1 |   848M |  55 |1968 |2627 |1982 |  37k|  1 |2235 |3201 |-1.250702e+03 |      --      |    Inf |   1.29%
1083.96/1088.31	c  66.2s|  9400 |  9315 |341426 |  36.1 |   848M |  55 |1968 |2629 |1994 |  38k|  1 |2245 |3227 |-1.250702e+03 |      --      |    Inf |   1.29%
1084.56/1088.96	c  66.8s|  9500 |  9413 |345215 |  36.1 |   848M |  55 |1968 |2632 |2013 |  38k|  1 |2256 |3251 |-1.250702e+03 |      --      |    Inf |   1.29%
1085.67/1090.04	c  67.9s|  9600 |  9513 |353628 |  36.6 |   848M |  55 |1968 |2634 |2041 |  39k|  1 |2268 |3281 |-1.250702e+03 |      --      |    Inf |   1.29%
1086.35/1090.73	c  68.6s|  9700 |  9607 |356444 |  36.5 |   849M |  55 |1968 |2664 |1999 |  39k|  1 |2314 |3320 |-1.250702e+03 |      --      |    Inf |   1.29%
1087.15/1091.53	c  69.4s|  9800 |  9701 |359713 |  36.5 |   849M |  55 |1968 |2674 |   0 |  39k|  0 |2337 |3346 |-1.250740e+03 |      --      |    Inf |   1.29%
1087.85/1092.26	c  70.1s|  9900 |  9798 |363162 |  36.5 |   849M |  57 |1968 |2669 |1994 |  40k|  1 |2345 |3375 |-1.250740e+03 |      --      |    Inf |   1.29%
1088.54/1092.98	c  70.8s| 10000 |  9898 |366049 |  36.4 |   849M |  57 |1968 |2663 |2026 |  40k|  1 |2345 |3388 |-1.250740e+03 |      --      |    Inf |   1.29%
1089.44/1093.81	c  71.7s| 10100 |  9994 |369314 |  36.3 |   849M |  57 |1968 |2664 |2028 |  41k|  1 |2358 |3408 |-1.250740e+03 |      --      |    Inf |   1.29%
1090.14/1094.56	c  72.4s| 10200 | 10092 |373304 |  36.4 |   849M |  57 |1968 |2651 |2007 |  41k|  1 |2364 |3432 |-1.250740e+03 |      --      |    Inf |   1.29%
1090.93/1095.32	c  73.2s| 10300 | 10187 |376568 |  36.3 |   849M |  57 |1968 |2675 |2026 |  41k|  5 |2401 |3479 |-1.250740e+03 |      --      |    Inf |   1.29%
1091.64/1096.07	c  73.9s| 10400 | 10283 |380803 |  36.4 |   849M |  57 |1968 |2719 |1995 |  42k|  1 |2458 |3514 |-1.250740e+03 |      --      |    Inf |   1.29%
1092.53/1096.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1092.53/1096.93	c  74.8s| 10500 | 10379 |384805 |  36.4 |   849M |  57 |1968 |2759 |2079 |  42k|  4 |2510 |3551 |-1.250740e+03 |      --      |    Inf |   1.29%
1093.12/1097.58	c  75.4s| 10600 | 10471 |388636 |  36.5 |   849M |  57 |1968 |2787 |2005 |  43k|  1 |2552 |3570 |-1.250740e+03 |      --      |    Inf |   1.29%
1093.92/1098.35	c  76.2s| 10700 | 10568 |392775 |  36.5 |   849M |  57 |1968 |2829 |2005 |  43k|  1 |2606 |3610 |-1.250740e+03 |      --      |    Inf |   1.29%
1094.73/1099.14	c  77.0s| 10800 | 10662 |394945 |  36.4 |   849M |  57 |1968 |2844 |2090 |  43k|  8 |2627 |3615 |-1.250786e+03 |      --      |    Inf |   1.29%
1095.32/1099.74	c  77.6s| 10900 | 10762 |398397 |  36.3 |   849M |  57 |1968 |2829 |2047 |  44k|  1 |2627 |3625 |-1.250786e+03 |      --      |    Inf |   1.29%
1096.01/1100.45	c  78.3s| 11000 | 10858 |401653 |  36.3 |   849M |  57 |1968 |2830 |2038 |  44k|  1 |2638 |3645 |-1.250786e+03 |      --      |    Inf |   1.29%
1096.72/1101.19	c  79.1s| 11100 | 10956 |405021 |  36.3 |   849M |  57 |1968 |2829 |2025 |  45k|  1 |2643 |3652 |-1.250786e+03 |      --      |    Inf |   1.29%
1097.51/1101.99	c  79.8s| 11200 | 11054 |408409 |  36.3 |   849M |  57 |1968 |2825 |2062 |  45k|  1 |2650 |3678 |-1.250786e+03 |      --      |    Inf |   1.29%
1098.10/1102.51	c  80.4s| 11300 | 11149 |411582 |  36.2 |   849M |  57 |1968 |2853 |2019 |  45k|  1 |2692 |3702 |-1.250786e+03 |      --      |    Inf |   1.29%
1098.71/1103.18	c  81.0s| 11400 | 11247 |415202 |  36.2 |   849M |  57 |1968 |2850 |2029 |  46k|  1 |2703 |3703 |-1.250786e+03 |      --      |    Inf |   1.29%
1099.50/1103.98	c  81.8s| 11500 | 11343 |419768 |  36.3 |   849M |  57 |1968 |2856 |2028 |  46k|  1 |2723 |3710 |-1.250814e+03 |      --      |    Inf |   1.29%
1100.29/1104.73	c  82.6s| 11600 | 11432 |423774 |  36.3 |   849M |  57 |1968 |2883 |2029 |  47k|  1 |2768 |3735 |-1.250814e+03 |      --      |    Inf |   1.29%
1101.09/1105.51	c  83.4s| 11700 | 11526 |427460 |  36.3 |   849M |  57 |1968 |2881 |2054 |  47k|  2 |2784 |3749 |-1.250814e+03 |      --      |    Inf |   1.29%
1101.89/1106.37	c  84.2s| 11800 | 11621 |431326 |  36.4 |   850M |  57 |1968 |2877 |2032 |  47k|  2 |2793 |3769 |-1.250814e+03 |      --      |    Inf |   1.29%
1102.49/1106.92	c  84.8s| 11900 | 11717 |434487 |  36.3 |   850M |  57 |1968 |2907 |2006 |  48k|  1 |2840 |3788 |-1.250814e+03 |      --      |    Inf |   1.29%
1103.18/1107.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1103.18/1107.65	c  85.5s| 12000 | 11815 |438328 |  36.3 |   850M |  57 |1968 |2908 |2005 |  48k|  1 |2855 |3797 |-1.250814e+03 |      --      |    Inf |   1.29%
1103.88/1108.34	c  86.2s| 12100 | 11905 |441668 |  36.3 |   850M |  57 |1968 |2917 |2008 |  49k|  1 |2879 |3805 |-1.250814e+03 |      --      |    Inf |   1.29%
1104.59/1109.05	c  86.9s| 12200 | 12005 |445068 |  36.3 |   850M |  57 |1968 |2912 |2052 |  49k|  1 |2879 |3817 |-1.250814e+03 |      --      |    Inf |   1.29%
1105.18/1109.69	c  87.6s| 12300 | 12093 |447792 |  36.2 |   850M |  57 |1968 |2924 |1994 |  49k|  1 |2903 |3830 |-1.250814e+03 |      --      |    Inf |   1.29%
1105.77/1110.27	c  88.1s| 12400 | 12184 |450583 |  36.2 |   850M |  57 |1968 |2939 |2042 |  50k|  4 |2936 |3835 |-1.250814e+03 |      --      |    Inf |   1.29%
1106.47/1110.91	c  88.8s| 12500 | 12278 |453784 |  36.1 |   850M |  57 |1968 |2939 |2027 |  50k|  1 |2954 |3864 |-1.250814e+03 |      --      |    Inf |   1.29%
1107.17/1111.69	c  89.5s| 12600 | 12374 |457609 |  36.1 |   850M |  57 |1968 |2955 |2070 |  50k|  1 |2974 |3886 |-1.250814e+03 |      --      |    Inf |   1.29%
1107.86/1112.38	c  90.2s| 12700 | 12468 |461173 |  36.1 |   850M |  57 |1968 |2980 |1992 |  51k|  1 |3011 |3898 |-1.250814e+03 |      --      |    Inf |   1.29%
1108.46/1112.97	c  90.8s| 12800 | 12565 |464293 |  36.1 |   850M |  57 |1968 |2977 |2037 |  51k|  1 |3016 |3901 |-1.250814e+03 |      --      |    Inf |   1.29%
1109.16/1113.65	c  91.5s| 12900 | 12662 |468013 |  36.1 |   850M |  57 |1968 |2971 |2014 |  52k|  1 |3020 |3902 |-1.250814e+03 |      --      |    Inf |   1.29%
1109.67/1114.11	c  92.0s| 13000 | 12758 |470466 |  36.0 |   850M |  57 |1968 |2972 |2105 |  52k|  8 |3032 |3906 |-1.250814e+03 |      --      |    Inf |   1.29%
1110.16/1114.68	c  92.5s| 13100 | 12854 |473630 |  36.0 |   851M |  57 |1968 |2969 |1999 |  52k|  1 |3051 |3922 |-1.250814e+03 |      --      |    Inf |   1.29%
1110.85/1115.30	c  93.2s| 13200 | 12945 |477187 |  36.0 |   851M |  57 |1968 |3012 |2025 |  53k|  1 |3101 |3935 |-1.250814e+03 |      --      |    Inf |   1.29%
1111.45/1115.94	c  93.8s| 13300 | 13038 |480350 |  35.9 |   853M |  57 |1968 |3020 |2018 |  53k|  1 |3129 |3960 |-1.250814e+03 |      --      |    Inf |   1.29%
1112.15/1116.68	c  94.5s| 13400 | 13138 |483853 |  35.9 |   853M |  57 |1968 |3028 |1970 |  53k|  1 |3154 |3968 |-1.250814e+03 |      --      |    Inf |   1.29%
1112.94/1117.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1112.94/1117.42	c  95.3s| 13500 | 13231 |487218 |  35.9 |   853M |  57 |1968 |3089 |2021 |  54k|  1 |3232 |3995 |-1.250814e+03 |      --      |    Inf |   1.29%
1113.66/1118.19	c  96.1s| 13600 | 13325 |490385 |  35.9 |   853M |  57 |1968 |3100 |2016 |  54k|  1 |3251 |4007 |-1.250814e+03 |      --      |    Inf |   1.29%
1114.65/1119.12	c  97.0s| 13700 | 13420 |495639 |  36.0 |   853M |  57 |1968 |3121 |2007 |  55k|  2 |3304 |4038 |-1.250814e+03 |      --      |    Inf |   1.29%
1115.65/1120.14	c  98.0s| 13800 | 13512 |501906 |  36.2 |   853M |  57 |1968 |3131 |2056 |  55k|  4 |3353 |4076 |-1.250814e+03 |      --      |    Inf |   1.29%
1116.64/1121.18	c  99.0s| 13900 | 13610 |509705 |  36.5 |   853M |  57 |1968 |3126 |2018 |  55k|  1 |3368 |4123 |-1.250814e+03 |      --      |    Inf |   1.29%
1117.33/1121.87	c  99.7s| 14000 | 13696 |515801 |  36.7 |   854M |  57 |1968 |3147 |2020 |  56k|  1 |3422 |4174 |-1.250814e+03 |      --      |    Inf |   1.29%
1118.32/1122.83	c   101s| 14100 | 13792 |522703 |  36.9 |   854M |  57 |1968 |3128 |2038 |  56k|  1 |3442 |4207 |-1.250814e+03 |      --      |    Inf |   1.29%
1119.42/1123.93	c   102s| 14200 | 13885 |531101 |  37.2 |   854M |  57 |1968 |3172 |2011 |  57k|  1 |3516 |4272 |-1.250814e+03 |      --      |    Inf |   1.29%
1120.31/1124.87	c   103s| 14300 | 13977 |538619 |  37.5 |   854M |  57 |1968 |3191 |2050 |  58k|  1 |3557 |4298 |-1.250814e+03 |      --      |    Inf |   1.29%
1121.41/1125.96	c   104s| 14400 | 14068 |546976 |  37.8 |   854M |  57 |1968 |3240 |2037 |  58k|  1 |3624 |4342 |-1.250814e+03 |      --      |    Inf |   1.29%
1122.41/1126.91	c   105s| 14500 | 14166 |555011 |  38.1 |   854M |  57 |1968 |3234 |2080 |  59k|  1 |3659 |4356 |-1.250814e+03 |      --      |    Inf |   1.29%
1123.30/1127.85	c   106s| 14600 | 14264 |561570 |  38.3 |   854M |  57 |1968 |3225 |2000 |  59k|  1 |3669 |4377 |-1.250814e+03 |      --      |    Inf |   1.29%
1124.40/1128.94	c   107s| 14700 | 14352 |570549 |  38.7 |   854M |  57 |1968 |3333 |1986 |  60k|  1 |3805 |4430 |-1.250814e+03 |      --      |    Inf |   1.29%
1125.29/1129.87	c   108s| 14800 | 14442 |578561 |  38.9 |   854M |  57 |1968 |3357 |2029 |  60k|  1 |3857 |4476 |-1.250814e+03 |      --      |    Inf |   1.29%
1126.09/1130.63	c   108s| 14900 | 14536 |586152 |  39.2 |   854M |  57 |1968 |3366 |2023 |  61k|  1 |3882 |4490 |-1.250814e+03 |      --      |    Inf |   1.29%
1127.19/1131.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1127.19/1131.74	c   110s| 15000 | 14623 |594085 |  39.5 |   854M |  57 |1968 |3356 |2006 |  61k|  1 |3911 |4508 |-1.250814e+03 |      --      |    Inf |   1.29%
1127.88/1132.44	c   110s| 15100 | 14712 |601936 |  39.7 |   854M |  57 |1968 |3389 |2047 |  62k|  1 |3965 |4521 |-1.250829e+03 |      --      |    Inf |   1.29%
1128.78/1133.39	c   111s| 15200 | 14787 |609411 |  39.9 |   854M |  57 |1968 |3471 |2050 |  62k|  1 |4084 |4559 |-1.250829e+03 |      --      |    Inf |   1.29%
1129.68/1134.26	c   112s| 15300 | 14875 |616673 |  40.2 |   854M |  57 |1968 |3477 |2021 |  63k|  1 |4105 |4572 |-1.250855e+03 |      --      |    Inf |   1.29%
1130.87/1135.42	c   113s| 15400 | 14959 |626608 |  40.5 |   855M |  57 |1968 |3567 |2003 |  63k|  1 |4220 |4599 |-1.250855e+03 |      --      |    Inf |   1.29%
1131.77/1136.39	c   114s| 15500 | 15042 |637819 |  41.0 |   855M |  57 |1968 |3661 |2122 |  64k|  7 |4350 |4634 |-1.250855e+03 |      --      |    Inf |   1.29%
1132.58/1137.13	c   115s| 15600 | 15122 |644094 |  41.1 |   855M |  57 |1968 |3688 |2066 |  64k|  1 |4405 |4641 |-1.250952e+03 |      --      |    Inf |   1.29%
1133.36/1137.96	c   116s| 15700 | 15204 |650858 |  41.3 |   855M |  57 |1968 |3764 |2017 |  65k|  1 |4510 |4694 |-1.250952e+03 |      --      |    Inf |   1.29%
1134.26/1138.83	c   117s| 15800 | 15288 |657572 |  41.5 |   855M |  57 |1968 |3798 |1972 |  65k|  1 |4568 |4713 |-1.250952e+03 |      --      |    Inf |   1.29%
1134.96/1139.51	c   117s| 15900 | 15377 |663530 |  41.6 |   855M |  57 |1968 |3792 |2033 |  66k|  1 |4594 |4718 |-1.250952e+03 |      --      |    Inf |   1.29%
1135.57/1140.16	c   118s| 16000 | 15463 |669073 |  41.7 |   855M |  57 |1968 |3799 |2041 |  66k|  1 |4629 |4720 |-1.250976e+03 |      --      |    Inf |   1.29%
1136.85/1141.42	c   119s| 16100 | 15541 |680037 |  42.1 |   855M |  57 |1968 |3800 |1998 |  67k|  1 |4681 |4752 |-1.250976e+03 |      --      |    Inf |   1.29%
1137.84/1142.45	c   120s| 16200 | 15625 |687313 |  42.3 |   855M |  57 |1968 |3824 |2049 |  68k|  4 |4766 |4807 |-1.250976e+03 |      --      |    Inf |   1.29%
1138.34/1142.92	c   121s| 16300 | 15713 |692575 |  42.4 |   855M |  57 |1968 |3815 |1975 |  68k|  1 |4790 |4821 |-1.251038e+03 |      --      |    Inf |   1.29%
1138.94/1143.54	c   121s| 16400 | 15803 |697113 |  42.4 |   856M |  57 |1968 |3808 |1983 |  68k|  1 |4822 |4833 |-1.251038e+03 |      --      |    Inf |   1.29%
1139.84/1144.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1139.84/1144.41	c   122s| 16500 | 15888 |705023 |  42.6 |   856M |  57 |1968 |3850 |2034 |  69k|  1 |4899 |4884 |-1.251038e+03 |      --      |    Inf |   1.29%
1140.93/1145.51	c   123s| 16600 | 15977 |714304 |  42.9 |   856M |  57 |1968 |3868 |2003 |  69k|  1 |4974 |4931 |-1.251038e+03 |      --      |    Inf |   1.29%
1141.73/1146.32	c   124s| 16700 | 16073 |719692 |  43.0 |   856M |  57 |1968 |3835 |2042 |  70k|  1 |4985 |4983 |-1.251038e+03 |      --      |    Inf |   1.29%
1142.54/1147.13	c   125s| 16800 | 16165 |726326 |  43.1 |   856M |  57 |1968 |3853 |2073 |  70k|  1 |5038 |4991 |-1.251038e+03 |      --      |    Inf |   1.29%
1143.22/1147.88	c   126s| 16900 | 16263 |732764 |  43.2 |   856M |  57 |1968 |3802 |2002 |  71k|  1 |5050 |4994 |-1.251038e+03 |      --      |    Inf |   1.29%
1144.43/1149.06	c   127s| 17000 | 16357 |742072 |  43.5 |   856M |  57 |1968 |3786 |2091 |  72k|  1 |5096 |5033 |-1.251038e+03 |      --      |    Inf |   1.29%
1145.02/1149.68	c   128s| 17100 | 16448 |747379 |  43.6 |   856M |  57 |1968 |3764 |2075 |  72k|  1 |5153 |5062 |-1.251038e+03 |      --      |    Inf |   1.29%
1145.81/1150.43	c   128s| 17200 | 16540 |753501 |  43.7 |   856M |  57 |1968 |3760 |2059 |  73k|  1 |5207 |5098 |-1.251038e+03 |      --      |    Inf |   1.29%
1146.61/1151.21	c   129s| 17300 | 16631 |759692 |  43.8 |   856M |  57 |1968 |3746 |2001 |  73k|  1 |5242 |5127 |-1.251142e+03 |      --      |    Inf |   1.29%
1147.71/1152.38	c   130s| 17400 | 16709 |767984 |  44.0 |   856M |  57 |1968 |3801 |2001 |  74k|  1 |5344 |5153 |-1.251142e+03 |      --      |    Inf |   1.29%
1148.60/1153.25	c   131s| 17500 | 16790 |773994 |  44.1 |   856M |  57 |1968 |3813 |2037 |  74k|  1 |5388 |5172 |-1.251142e+03 |      --      |    Inf |   1.29%
1149.60/1154.24	c   132s| 17600 | 16880 |781159 |  44.3 |   856M |  57 |1968 |3818 |2053 |  75k|  1 |5451 |5203 |-1.251142e+03 |      --      |    Inf |   1.29%
1150.41/1155.06	c   133s| 17700 | 16968 |787689 |  44.4 |   856M |  57 |1968 |3829 |2080 |  75k|  1 |5508 |5222 |-1.251142e+03 |      --      |    Inf |   1.29%
1151.19/1155.87	c   134s| 17800 | 17055 |794539 |  44.5 |   856M |  57 |1968 |3837 |2037 |  76k|  1 |5560 |5242 |-1.251142e+03 |      --      |    Inf |   1.29%
1151.89/1156.56	c   134s| 17900 | 17141 |799839 |  44.6 |   856M |  57 |1968 |3850 |2001 |  76k|  1 |5601 |5268 |-1.251142e+03 |      --      |    Inf |   1.29%
1152.78/1157.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1152.78/1157.44	c   135s| 18000 | 17227 |807337 |  44.7 |   856M |  57 |1968 |3869 |2049 |  77k|  1 |5654 |5284 |-1.251142e+03 |      --      |    Inf |   1.29%
1153.58/1158.24	c   136s| 18100 | 17315 |814421 |  44.9 |   856M |  57 |1968 |3871 |2096 |  77k|  1 |5676 |5304 |-1.251206e+03 |      --      |    Inf |   1.29%
1154.39/1159.05	c   137s| 18200 | 17403 |820641 |  45.0 |   856M |  57 |1968 |3874 |2005 |  78k|  2 |5724 |5337 |-1.251206e+03 |      --      |    Inf |   1.29%
1155.17/1159.83	c   138s| 18300 | 17497 |827085 |  45.1 |   856M |  57 |1968 |3910 |2014 |  78k|  1 |5800 |5361 |-1.251732e+03 |      --      |    Inf |   1.29%
1155.97/1160.61	c   138s| 18400 | 17585 |833207 |  45.2 |   856M |  57 |1968 |3916 |2022 |  79k|  2 |5835 |5386 |-1.251732e+03 |      --      |    Inf |   1.29%
1156.97/1161.65	c   140s| 18500 | 17671 |840799 |  45.3 |   856M |  57 |1968 |3927 |2008 |  79k|  1 |5896 |5410 |-1.251732e+03 |      --      |    Inf |   1.29%
1157.66/1162.37	c   140s| 18600 | 17756 |845859 |  45.4 |   856M |  57 |1968 |3933 |   0 |  80k|  0 |5945 |5422 |-1.251732e+03 |      --      |    Inf |   1.29%
1158.47/1163.18	c   141s| 18700 | 17848 |851768 |  45.4 |   857M |  57 |1968 |3929 |2046 |  80k|  1 |5974 |5442 |-1.251732e+03 |      --      |    Inf |   1.29%
1159.37/1164.03	c   142s| 18800 | 17934 |857968 |  45.5 |   857M |  61 |1968 |3933 |2044 |  81k|  1 |6017 |5467 |-1.252057e+03 |      --      |    Inf |   1.29%
1160.15/1164.88	c   143s| 18900 | 18026 |864698 |  45.6 |   858M |  61 |1968 |3920 |2023 |  81k|  1 |6052 |5479 |-1.252057e+03 |      --      |    Inf |   1.29%
1161.05/1165.79	c   144s| 19000 | 18113 |871708 |  45.8 |   859M |  61 |1968 |3933 |2109 |  82k|  1 |6108 |5491 |-1.252057e+03 |      --      |    Inf |   1.29%
1161.95/1166.62	c   144s| 19100 | 18203 |879284 |  45.9 |   859M |  61 |1968 |3932 |2061 |  82k|  1 |6140 |5497 |-1.252057e+03 |      --      |    Inf |   1.29%
1162.74/1167.41	c   145s| 19200 | 18289 |885285 |  46.0 |   859M |  61 |1968 |3924 |2055 |  83k|  1 |6183 |5516 |-1.252057e+03 |      --      |    Inf |   1.29%
1163.24/1167.97	c   146s| 19300 | 18375 |889559 |  46.0 |   859M |  61 |1968 |3913 |2075 |  83k|  1 |6206 |5540 |-1.252057e+03 |      --      |    Inf |   1.29%
1163.84/1168.54	c   146s| 19400 | 18463 |894699 |  46.0 |   859M |  61 |1968 |3912 |2034 |  84k|  1 |6235 |5542 |-1.252057e+03 |      --      |    Inf |   1.29%
1164.64/1169.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1164.64/1169.32	c   147s| 19500 | 18547 |900965 |  46.1 |   859M |  61 |1968 |3918 |2009 |  84k|  1 |6276 |5549 |-1.252057e+03 |      --      |    Inf |   1.29%
1165.73/1170.48	c   148s| 19600 | 18631 |916745 |  46.7 |   859M |  61 |1968 |3950 |2005 |  84k|  1 |6352 |5552 |-1.252057e+03 |      --      |    Inf |   1.29%
1166.73/1171.40	c   149s| 19700 | 18721 |923826 |  46.8 |   859M |  61 |1968 |3946 |   0 |  85k|  0 |6386 |5573 |-1.252057e+03 |      --      |    Inf |   1.29%
1167.52/1172.28	c   150s| 19800 | 18813 |930306 |  46.9 |   860M |  61 |1968 |3914 |2014 |  85k|  1 |6396 |5576 |-1.252057e+03 |      --      |    Inf |   1.29%
1168.62/1173.36	c   151s| 19900 | 18907 |938296 |  47.0 |   860M |  61 |1968 |3882 |2014 |  86k|  1 |6411 |5579 |-1.252057e+03 |      --      |    Inf |   1.29%
1169.71/1174.43	c   152s| 20000 | 19001 |945737 |  47.2 |   860M |  61 |1968 |3879 |2026 |  86k|  1 |6458 |5604 |-1.252057e+03 |      --      |    Inf |   1.29%
1170.71/1175.47	c   153s| 20100 | 19091 |953543 |  47.3 |   861M |  61 |1968 |3879 |2013 |  87k|  1 |6490 |5619 |-1.252057e+03 |      --      |    Inf |   1.29%
1171.81/1176.51	c   154s| 20200 | 19184 |959885 |  47.4 |   861M |  61 |1968 |3847 |2006 |  88k|  1 |6500 |5642 |-1.252057e+03 |      --      |    Inf |   1.29%
1172.70/1177.48	c   155s| 20300 | 19270 |966626 |  47.5 |   861M |  61 |1968 |3880 |2049 |  88k|  1 |6574 |5679 |-1.252057e+03 |      --      |    Inf |   1.29%
1173.60/1178.30	c   156s| 20400 | 19364 |973371 |  47.6 |   861M |  61 |1968 |3893 |2031 |  89k|  1 |6618 |5695 |-1.252057e+03 |      --      |    Inf |   1.29%
1174.31/1179.06	c   157s| 20500 | 19445 |979275 |  47.7 |   861M |  61 |1968 |3917 |2089 |  89k|  1 |6671 |5711 |-1.252057e+03 |      --      |    Inf |   1.29%
1175.31/1180.10	c   158s| 20600 | 19539 |987117 |  47.8 |   861M |  61 |1968 |3907 |2050 |  90k|  1 |6692 |5733 |-1.252057e+03 |      --      |    Inf |   1.29%
1176.19/1180.91	c   159s| 20700 | 19623 |991625 |  47.8 |   861M |  61 |1968 |3917 |2021 |  90k|  1 |6734 |5742 |-1.252057e+03 |      --      |    Inf |   1.29%
1177.18/1181.90	c   160s| 20800 | 19713 |998565 |  47.9 |   861M |  61 |1968 |3903 |2009 |  91k|  1 |6757 |5747 |-1.252057e+03 |      --      |    Inf |   1.29%
1177.98/1182.71	c   161s| 20900 | 19801 |  1005k|  48.0 |   861M |  61 |1968 |3906 |2013 |  91k|  1 |6791 |5750 |-1.252057e+03 |      --      |    Inf |   1.29%
1178.68/1183.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1178.68/1183.41	c   161s| 21000 | 19888 |  1011k|  48.1 |   862M |  61 |1968 |3884 |2067 |  91k|  1 |6821 |5755 |-1.252057e+03 |      --      |    Inf |   1.29%
1179.48/1184.28	c   162s| 21100 | 19972 |  1018k|  48.2 |   863M |  61 |1968 |3887 |2055 |  92k|  1 |6872 |5756 |-1.252057e+03 |      --      |    Inf |   1.29%
1180.57/1185.36	c   163s| 21200 | 20051 |  1026k|  48.3 |   863M |  61 |1968 |3887 |2088 |  93k|  1 |6921 |5787 |-1.252057e+03 |      --      |    Inf |   1.29%
1181.57/1186.39	c   164s| 21300 | 20141 |  1036k|  48.6 |   863M |  61 |1968 |3835 |1999 |  93k|  1 |6945 |5814 |-1.252073e+03 |      --      |    Inf |   1.29%
1182.28/1187.07	c   165s| 21400 | 20231 |  1041k|  48.6 |   863M |  61 |1968 |3827 |2044 |  94k|  1 |6972 |5836 |-1.252073e+03 |      --      |    Inf |   1.29%
1183.06/1187.88	c   166s| 21500 | 20314 |  1047k|  48.6 |   863M |  61 |1968 |3842 |2009 |  94k|  1 |7042 |5864 |-1.252073e+03 |      --      |    Inf |   1.29%
1183.96/1188.76	c   167s| 21600 | 20404 |  1054k|  48.7 |   863M |  61 |1968 |3843 |2047 |  95k|  1 |7074 |5874 |-1.253024e+03 |      --      |    Inf |   1.29%
1184.75/1189.58	c   167s| 21700 | 20492 |  1059k|  48.7 |   863M |  61 |1968 |3836 |2031 |  95k|  1 |7105 |5897 |-1.253024e+03 |      --      |    Inf |   1.29%
1185.55/1190.38	c   168s| 21800 | 20576 |  1065k|  48.8 |   863M |  61 |1968 |3841 |2011 |  95k|  1 |7149 |5918 |-1.253024e+03 |      --      |    Inf |   1.29%
1186.26/1191.03	c   169s| 21900 | 20655 |  1070k|  48.8 |   863M |  61 |1968 |3872 |1965 |  96k|  1 |7206 |5931 |-1.253028e+03 |      --      |    Inf |   1.29%
1187.36/1192.18	c   170s| 22000 | 20751 |  1079k|  49.0 |   863M |  61 |1968 |3912 |2023 |  96k|  1 |7274 |5969 |-1.253028e+03 |      --      |    Inf |   1.29%
1188.35/1193.11	c   171s| 22100 | 20833 |  1086k|  49.1 |   863M |  67 |1968 |3960 |2052 |  97k|  1 |7350 |6012 |-1.253028e+03 |      --      |    Inf |   1.29%
1189.04/1193.87	c   172s| 22200 | 20915 |  1092k|  49.1 |   863M |  67 |1968 |3984 |2058 |  97k|  1 |7404 |6029 |-1.253028e+03 |      --      |    Inf |   1.29%
1190.13/1194.95	c   173s| 22300 | 21002 |  1100k|  49.3 |   863M |  67 |1968 |3963 |2139 |  98k|  4 |7446 |6068 |-1.253028e+03 |      --      |    Inf |   1.29%
1190.83/1195.60	c   173s| 22400 | 21084 |  1106k|  49.3 |   863M |  67 |1968 |3999 |2019 |  98k|  1 |7520 |6093 |-1.253028e+03 |      --      |    Inf |   1.29%
1191.63/1196.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1191.63/1196.40	c   174s| 22500 | 21174 |  1112k|  49.4 |   863M |  67 |1968 |4030 |1991 |  99k|  1 |7594 |6106 |-1.253028e+03 |      --      |    Inf |   1.29%
1192.34/1197.16	c   175s| 22600 | 21262 |  1118k|  49.4 |   863M |  69 |1968 |4078 |2080 |  99k|  3 |7651 |6137 |-1.253028e+03 |      --      |    Inf |   1.29%
1192.92/1197.77	c   176s| 22700 | 21345 |  1124k|  49.5 |   863M |  69 |1968 |4089 |2039 |  99k|  1 |7697 |6154 |-1.253028e+03 |      --      |    Inf |   1.29%
1193.72/1198.58	c   176s| 22800 | 21428 |  1130k|  49.5 |   863M |  69 |1968 |4088 |2006 | 100k|  1 |7748 |6175 |-1.253585e+03 |      --      |    Inf |   1.29%
1194.52/1199.36	c   177s| 22900 | 21518 |  1136k|  49.5 |   863M |  69 |1968 |4091 |2027 | 100k|  1 |7771 |6192 |-1.253667e+03 |      --      |    Inf |   1.29%
1195.33/1200.14	c   178s| 23000 | 21601 |  1143k|  49.6 |   863M |  69 |1968 |4115 |2101 | 101k|  1 |7834 |6225 |-1.253667e+03 |      --      |    Inf |   1.29%
1196.22/1201.04	c   179s| 23100 | 21692 |  1150k|  49.7 |   863M |  69 |1968 |4105 |2068 | 101k|  1 |7864 |6242 |-1.253667e+03 |      --      |    Inf |   1.29%
1197.40/1202.21	c   180s| 23200 | 21786 |  1160k|  49.9 |   864M |  69 |1968 |4070 |2075 | 102k|  1 |7877 |6256 |-1.253667e+03 |      --      |    Inf |   1.29%
1198.10/1202.95	c   181s| 23300 | 21876 |  1168k|  50.1 |   864M |  69 |1968 |4062 |2012 | 102k|  1 |7920 |6280 |-1.253667e+03 |      --      |    Inf |   1.29%
1198.90/1203.76	c   182s| 23400 | 21957 |  1175k|  50.1 |   865M |  69 |1968 |4120 |2070 | 103k|  1 |8026 |6322 |-1.253667e+03 |      --      |    Inf |   1.29%
1199.50/1204.39	c   182s| 23500 | 22045 |  1182k|  50.2 |   866M |  69 |1968 |4139 |2030 | 103k|  1 |8099 |6334 |-1.253667e+03 |      --      |    Inf |   1.29%
1200.09/1204.93	c   183s| 23600 | 22128 |  1188k|  50.3 |   866M |  69 |1968 |4162 |   0 | 103k|  0 |8174 |6353 |-1.253667e+03 |      --      |    Inf |   1.29%
1200.99/1205.83	c   184s| 23700 | 22200 |  1195k|  50.4 |   866M |  69 |1968 |4189 |2076 | 104k|  1 |8262 |6376 |-1.253805e+03 |      --      |    Inf |   1.29%
1201.99/1206.85	c   185s| 23800 | 22281 |  1204k|  50.5 |   866M |  69 |1968 |4187 |   0 | 105k|  0 |8316 |6383 |-1.253805e+03 |      --      |    Inf |   1.29%
1202.58/1207.48	c   185s| 23900 | 22366 |  1210k|  50.5 |   866M |  69 |1968 |4158 |2060 | 105k|  1 |8358 |6391 |-1.253805e+03 |      --      |    Inf |   1.29%
1203.19/1208.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1203.19/1208.07	c   186s| 24000 | 22449 |  1215k|  50.6 |   866M |  69 |1968 |4176 |2029 | 105k|  1 |8414 |6403 |-1.253805e+03 |      --      |    Inf |   1.29%
1204.08/1208.92	c   187s| 24100 | 22519 |  1221k|  50.6 |   866M |  69 |1968 |4215 |2072 | 106k|  1 |8511 |6412 |-1.253805e+03 |      --      |    Inf |   1.29%
1204.97/1209.89	c   188s| 24200 | 22603 |  1228k|  50.7 |   866M |  69 |1968 |4189 |2017 | 106k|  1 |8557 |6435 |-1.253805e+03 |      --      |    Inf |   1.29%
1206.07/1210.91	c   189s| 24300 | 22677 |  1235k|  50.8 |   866M |  69 |1968 |4250 |   0 | 107k|  0 |8652 |6491 |-1.253805e+03 |      --      |    Inf |   1.29%
1206.77/1211.61	c   189s| 24400 | 22756 |  1241k|  50.8 |   866M |  69 |1968 |4286 |2059 | 107k|  1 |8741 |6514 |-1.253805e+03 |      --      |    Inf |   1.29%
1207.36/1212.20	c   190s| 24500 | 22837 |  1247k|  50.8 |   866M |  69 |1968 |4330 |2067 | 107k|  1 |8810 |6524 |-1.253805e+03 |      --      |    Inf |   1.29%
1207.96/1212.80	c   191s| 24600 | 22912 |  1252k|  50.8 |   866M |  69 |1968 |4404 |2016 | 108k|  1 |8935 |6546 |-1.253805e+03 |      --      |    Inf |   1.29%
1208.86/1213.73	c   192s| 24700 | 22986 |  1258k|  50.9 |   867M |  69 |1968 |4416 |2013 | 108k|  1 |9021 |6568 |-1.253939e+03 |      --      |    Inf |   1.29%
1209.56/1214.47	c   192s| 24800 | 23061 |  1265k|  50.9 |   867M |  69 |1968 |4412 |2098 | 109k|  1 |9079 |6576 |-1.253939e+03 |      --      |    Inf |   1.29%
1210.35/1215.29	c   193s| 24900 | 23137 |  1269k|  50.9 |   867M |  69 |1968 |4455 |2021 | 109k|  1 |9159 |6586 |-1.253939e+03 |      --      |    Inf |   1.29%
1210.95/1215.88	c   194s| 25000 | 23221 |  1275k|  50.9 |   867M |  69 |1968 |4469 |2098 | 109k|  1 |9209 |6594 |-1.253939e+03 |      --      |    Inf |   1.29%
1211.55/1216.48	c   194s| 25100 | 23300 |  1280k|  50.9 |   867M |  69 |1968 |4531 |2018 | 110k|  1 |9314 |6632 |-1.253939e+03 |      --      |    Inf |   1.29%
1212.16/1217.05	c   195s| 25200 | 23380 |  1286k|  50.9 |   867M |  69 |1968 |4600 |2079 | 110k|  2 |9420 |6658 |-1.253939e+03 |      --      |    Inf |   1.29%
1212.84/1217.74	c   196s| 25300 | 23460 |  1291k|  51.0 |   867M |  69 |1968 |4635 |2052 | 110k|  1 |9509 |6686 |-1.253939e+03 |      --      |    Inf |   1.29%
1213.44/1218.33	c   196s| 25400 | 23544 |  1296k|  51.0 |   867M |  69 |1968 |4629 |2005 | 111k|  1 |9545 |6704 |-1.253939e+03 |      --      |    Inf |   1.29%
1214.34/1219.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1214.34/1219.27	c   197s| 25500 | 23632 |  1305k|  51.1 |   867M |  69 |1968 |4623 |2042 | 111k|  1 |9595 |6720 |-1.253939e+03 |      --      |    Inf |   1.29%
1215.15/1220.05	c   198s| 25600 | 23721 |  1312k|  51.2 |   868M |  69 |1968 |4599 |2015 | 112k|  1 |9624 |6725 |-1.253939e+03 |      --      |    Inf |   1.29%
1216.14/1221.08	c   199s| 25700 | 23811 |  1319k|  51.3 |   868M |  69 |1968 |4602 |2124 | 112k|  1 |9669 |6757 |-1.253939e+03 |      --      |    Inf |   1.29%
1217.02/1221.98	c   200s| 25800 | 23895 |  1325k|  51.3 |   868M |  69 |1968 |4634 |2067 | 113k|  1 |9774 |6778 |-1.253939e+03 |      --      |    Inf |   1.29%
1218.13/1223.01	c   201s| 25900 | 23975 |  1334k|  51.4 |   868M |  69 |1968 |4605 |2013 | 113k|  2 |9829 |6794 |-1.253939e+03 |      --      |    Inf |   1.29%
1218.82/1223.72	c   202s| 26000 | 24058 |  1341k|  51.5 |   868M |  69 |1968 |4626 |2070 | 114k|  1 |9898 |6800 |-1.253939e+03 |      --      |    Inf |   1.29%
1219.52/1224.47	c   202s| 26100 | 24139 |  1348k|  51.6 |   869M |  69 |1968 |4634 |2065 | 114k|  1 |9981 |6815 |-1.254817e+03 |      --      |    Inf |   1.29%
1220.52/1225.41	c   203s| 26200 | 24217 |  1356k|  51.7 |   869M |  69 |1968 |4646 |2033 | 115k|  2 |  10k|6829 |-1.254817e+03 |      --      |    Inf |   1.29%
1221.23/1226.14	c   204s| 26300 | 24291 |  1362k|  51.7 |   869M |  69 |1968 |4667 |1983 | 115k|  1 |  10k|6849 |-1.254817e+03 |      --      |    Inf |   1.29%
1221.81/1226.78	c   205s| 26400 | 24375 |  1367k|  51.7 |   869M |  69 |1968 |4645 |2070 | 116k|  1 |  10k|6864 |-1.254817e+03 |      --      |    Inf |   1.29%
1222.71/1227.69	c   206s| 26500 | 24467 |  1375k|  51.8 |   869M |  69 |1968 |4616 |2085 | 116k|  4 |  10k|6894 |-1.254817e+03 |      --      |    Inf |   1.29%
1223.41/1228.38	c   206s| 26600 | 24548 |  1381k|  51.9 |   869M |  69 |1968 |4639 |2021 | 116k|  1 |  10k|6909 |-1.254817e+03 |      --      |    Inf |   1.29%
1224.01/1228.96	c   207s| 26700 | 24620 |  1386k|  51.8 |   869M |  69 |1968 |4657 |   0 | 117k|  0 |  10k|6918 |-1.254817e+03 |      --      |    Inf |   1.29%
1224.80/1229.73	c   208s| 26800 | 24706 |  1393k|  51.9 |   869M |  69 |1968 |4636 |1998 | 117k|  1 |  10k|6923 |-1.254817e+03 |      --      |    Inf |   1.29%
1225.70/1230.67	c   209s| 26900 | 24788 |  1398k|  51.9 |   870M |  69 |1968 |4660 |2062 | 118k|  1 |  10k|6973 |-1.254817e+03 |      --      |    Inf |   1.29%
1226.40/1231.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1226.40/1231.35	c   209s| 27000 | 24876 |  1403k|  51.9 |   871M |  69 |1968 |4623 |2018 | 118k|  1 |  10k|6989 |-1.254817e+03 |      --      |    Inf |   1.29%
1227.11/1232.04	c   210s| 27100 | 24950 |  1408k|  51.9 |   871M |  69 |1968 |4677 |2063 | 118k|  1 |  10k|6996 |-1.254817e+03 |      --      |    Inf |   1.29%
1227.59/1232.54	c   210s| 27200 | 25032 |  1413k|  51.9 |   871M |  69 |1968 |4676 |2016 | 119k|  1 |  10k|7013 |-1.254817e+03 |      --      |    Inf |   1.29%
1228.20/1233.19	c   211s| 27300 | 25112 |  1417k|  51.9 |   871M |  69 |1968 |4687 |   0 | 119k|  0 |  10k|7031 |-1.254817e+03 |      --      |    Inf |   1.29%
1228.99/1234.00	c   212s| 27400 | 25190 |  1424k|  51.9 |   871M |  69 |1968 |4674 |2089 | 120k|  1 |  10k|7038 |-1.254817e+03 |      --      |    Inf |   1.29%
1229.58/1234.55	c   212s| 27500 | 25266 |  1429k|  51.9 |   872M |  75 |1968 |4738 |2062 | 120k|  1 |  10k|7059 |-1.254817e+03 |      --      |    Inf |   1.29%
1230.48/1235.42	c   213s| 27600 | 25344 |  1435k|  51.9 |   872M |  75 |1968 |4767 |2077 | 120k|  1 |  11k|7077 |-1.254817e+03 |      --      |    Inf |   1.29%
1231.19/1236.17	c   214s| 27700 | 25430 |  1441k|  52.0 |   872M |  75 |1968 |4787 |2025 | 121k|  1 |  11k|7106 |-1.254817e+03 |      --      |    Inf |   1.29%
1231.77/1236.72	c   215s| 27800 | 25507 |  1446k|  51.9 |   872M |  75 |1968 |4816 |   0 | 121k|  0 |  11k|7113 |-1.254817e+03 |      --      |    Inf |   1.29%
1232.27/1237.22	c   215s| 27900 | 25584 |  1451k|  51.9 |   872M |  75 |1968 |4867 |   0 | 121k|  0 |  11k|7135 |-1.254817e+03 |      --      |    Inf |   1.29%
1232.87/1237.88	c   216s| 28000 | 25661 |  1456k|  52.0 |   873M |  75 |1968 |4862 |2000 | 122k|  1 |  11k|7143 |-1.254817e+03 |      --      |    Inf |   1.29%
1233.77/1238.79	c   217s| 28100 | 25739 |  1462k|  52.0 |   873M |  75 |1968 |4859 |2057 | 122k|  1 |  11k|7174 |-1.254817e+03 |      --      |    Inf |   1.29%
1234.46/1239.44	c   217s| 28200 | 25821 |  1467k|  52.0 |   873M |  75 |1968 |4863 |2119 | 123k|  1 |  11k|7194 |-1.254817e+03 |      --      |    Inf |   1.29%
1235.07/1240.11	c   218s| 28300 | 25894 |  1473k|  52.0 |   873M |  75 |1968 |4908 |1993 | 123k|  1 |  11k|7216 |-1.254817e+03 |      --      |    Inf |   1.29%
1235.56/1240.59	c   218s| 28400 | 25972 |  1478k|  52.0 |   873M |  75 |1968 |4960 |2054 | 123k|  1 |  11k|7232 |-1.254817e+03 |      --      |    Inf |   1.29%
1236.25/1241.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1236.25/1241.23	c   219s| 28500 | 26051 |  1483k|  52.0 |   873M |  75 |1968 |4939 |2003 | 124k|  1 |  11k|7243 |-1.254817e+03 |      --      |    Inf |   1.29%
1237.06/1242.03	c   220s| 28600 | 26124 |  1490k|  52.0 |   873M |  75 |1968 |4935 |2095 | 124k|  3 |  11k|7253 |-1.254817e+03 |      --      |    Inf |   1.29%
1237.85/1242.80	c   221s| 28700 | 26195 |  1496k|  52.1 |   874M |  75 |1968 |4938 |2059 | 125k|  1 |  11k|7281 |-1.254817e+03 |      --      |    Inf |   1.29%
1238.25/1243.24	c   221s| 28800 | 26269 |  1500k|  52.0 |   874M |  75 |1968 |4937 |2055 | 125k|  1 |  11k|7289 |-1.254817e+03 |      --      |    Inf |   1.29%
1239.16/1244.16	c   222s| 28900 | 26351 |  1507k|  52.1 |   875M |  75 |1968 |4912 |2070 | 125k|  1 |  12k|7295 |-1.254817e+03 |      --      |    Inf |   1.29%
1239.94/1245.00	c   223s| 29000 | 26430 |  1514k|  52.2 |   875M |  75 |1968 |4874 |2037 | 126k|  1 |  12k|7305 |-1.254817e+03 |      --      |    Inf |   1.29%
1240.54/1245.56	c   223s| 29100 | 26512 |  1519k|  52.2 |   875M |  75 |1968 |4890 |2038 | 126k|  1 |  12k|7320 |-1.254817e+03 |      --      |    Inf |   1.29%
1241.23/1246.23	c   224s| 29200 | 26584 |  1525k|  52.2 |   875M |  75 |1968 |4930 |2002 | 127k|  1 |  12k|7341 |-1.254817e+03 |      --      |    Inf |   1.29%
1241.73/1246.79	c   225s| 29300 | 26658 |  1530k|  52.1 |   875M |  75 |1968 |4951 |2043 | 127k|  1 |  12k|7351 |-1.254943e+03 |      --      |    Inf |   1.29%
1242.53/1247.53	c   225s| 29400 | 26733 |  1536k|  52.2 |   875M |  75 |1968 |4971 |2055 | 128k|  1 |  12k|7368 |-1.254943e+03 |      --      |    Inf |   1.29%
1243.23/1248.22	c   226s| 29500 | 26807 |  1542k|  52.2 |   875M |  75 |1968 |5011 |2032 | 128k|  1 |  12k|7406 |-1.254943e+03 |      --      |    Inf |   1.29%
1244.22/1249.23	c   227s| 29600 | 26889 |  1550k|  52.3 |   875M |  75 |1968 |5030 |2106 | 129k|  1 |  12k|7411 |-1.254943e+03 |      --      |    Inf |   1.29%
1245.03/1250.01	c   228s| 29700 | 26972 |  1557k|  52.4 |   875M |  75 |1968 |4974 |2036 | 129k|  1 |  12k|7415 |-1.254943e+03 |      --      |    Inf |   1.29%
1245.52/1250.59	c   228s| 29800 | 27053 |  1562k|  52.4 |   875M |  75 |1968 |4926 |2042 | 129k|  1 |  12k|7427 |-1.254943e+03 |      --      |    Inf |   1.29%
1246.51/1251.53	c   229s| 29900 | 27135 |  1568k|  52.4 |   875M |  75 |1968 |4915 |2068 | 130k|  1 |  12k|7506 |-1.254943e+03 |      --      |    Inf |   1.29%
1247.31/1252.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1247.31/1252.39	c   230s| 30000 | 27218 |  1576k|  52.5 |   875M |  75 |1968 |4913 |2056 | 130k|  1 |  12k|7510 |-1.254943e+03 |      --      |    Inf |   1.29%
1248.12/1253.17	c   231s| 30100 | 27303 |  1583k|  52.5 |   875M |  75 |1968 |4909 |2069 | 131k|  4 |  13k|7520 |-1.254943e+03 |      --      |    Inf |   1.29%
1249.02/1254.07	c   232s| 30200 | 27385 |  1590k|  52.6 |   875M |  75 |1968 |4902 |   0 | 131k|  0 |  13k|7526 |-1.254943e+03 |      --      |    Inf |   1.29%
1249.70/1254.76	c   233s| 30300 | 27470 |  1595k|  52.6 |   876M |  75 |1968 |4910 |   0 | 132k|  0 |  13k|7538 |-1.254943e+03 |      --      |    Inf |   1.29%
1250.69/1255.76	c   234s| 30400 | 27546 |  1602k|  52.6 |   876M |  75 |1968 |4974 |2063 | 132k|  1 |  13k|7597 |-1.254943e+03 |      --      |    Inf |   1.29%
1251.49/1256.52	c   234s| 30500 | 27632 |  1607k|  52.6 |   876M |  75 |1968 |4926 |2020 | 133k|  1 |  13k|7624 |-1.254943e+03 |      --      |    Inf |   1.29%
1252.19/1257.28	c   235s| 30600 | 27708 |  1612k|  52.6 |   876M |  75 |1968 |4955 |2038 | 133k|  1 |  13k|7679 |-1.254943e+03 |      --      |    Inf |   1.29%
1253.00/1258.03	c   236s| 30700 | 27796 |  1617k|  52.6 |   876M |  75 |1968 |4991 |2069 | 133k|  1 |  13k|7703 |-1.254943e+03 |      --      |    Inf |   1.29%
1253.58/1258.66	c   237s| 30800 | 27872 |  1622k|  52.6 |   876M |  75 |1968 |4976 |2008 | 134k|  1 |  13k|7706 |-1.255082e+03 |      --      |    Inf |   1.29%
1254.28/1259.34	c   237s| 30900 | 27954 |  1628k|  52.6 |   876M |  75 |1968 |4986 |2040 | 134k|  2 |  13k|7725 |-1.255082e+03 |      --      |    Inf |   1.29%
1254.78/1259.82	c   238s| 31000 | 28029 |  1634k|  52.6 |   877M |  75 |1968 |4986 |2060 | 134k|  1 |  13k|7740 |-1.255082e+03 |      --      |    Inf |   1.29%
1255.57/1260.65	c   239s| 31100 | 28105 |  1641k|  52.7 |   877M |  75 |1968 |5005 |   0 | 135k|  0 |  13k|7764 |-1.255082e+03 |      --      |    Inf |   1.29%
1256.17/1261.24	c   239s| 31200 | 28175 |  1646k|  52.7 |   877M |  75 |1968 |5053 |2104 | 135k|  1 |  14k|7770 |-1.255082e+03 |      --      |    Inf |   1.29%
1256.77/1261.87	c   240s| 31300 | 28251 |  1652k|  52.7 |   877M |  75 |1968 |5102 |2059 | 136k|  1 |  14k|7783 |-1.255082e+03 |      --      |    Inf |   1.29%
1257.37/1262.45	c   240s| 31400 | 28326 |  1656k|  52.7 |   878M |  75 |1968 |5135 |2097 | 136k|  1 |  14k|7784 |-1.255082e+03 |      --      |    Inf |   1.29%
1257.87/1263.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1257.87/1263.00	c   241s| 31500 | 28406 |  1661k|  52.7 |   878M |  75 |1968 |5161 |1990 | 136k|  1 |  14k|7788 |-1.255082e+03 |      --      |    Inf |   1.29%
1258.56/1263.62	c   241s| 31600 | 28493 |  1666k|  52.7 |   878M |  75 |1968 |5145 |2061 | 137k|  1 |  14k|7792 |-1.255488e+03 |      --      |    Inf |   1.29%
1259.36/1264.44	c   242s| 31700 | 28577 |  1672k|  52.7 |   878M |  75 |1968 |5115 |   0 | 137k|  0 |  14k|7805 |-1.255488e+03 |      --      |    Inf |   1.29%
1259.86/1264.99	c   243s| 31800 | 28657 |  1677k|  52.7 |   878M |  75 |1968 |5170 |2043 | 137k|  1 |  14k|7843 |-1.255488e+03 |      --      |    Inf |   1.29%
1260.45/1265.53	c   243s| 31900 | 28734 |  1682k|  52.7 |   878M |  75 |1968 |5190 |2016 | 138k|  1 |  14k|7864 |-1.255488e+03 |      --      |    Inf |   1.29%
1261.07/1266.16	c   244s| 32000 | 28811 |  1688k|  52.7 |   878M |  75 |1968 |5172 |2022 | 138k|  1 |  14k|7869 |-1.255488e+03 |      --      |    Inf |   1.29%
1261.45/1266.57	c   244s| 32100 | 28889 |  1692k|  52.6 |   879M |  75 |1968 |5186 |2091 | 139k|  1 |  14k|7871 |-1.255488e+03 |      --      |    Inf |   1.29%
1262.15/1267.26	c   245s| 32200 | 28963 |  1697k|  52.6 |   879M |  75 |1968 |5181 |2125 | 139k|  1 |  14k|7892 |-1.255488e+03 |      --      |    Inf |   1.29%
1262.84/1267.95	c   246s| 32300 | 29038 |  1702k|  52.6 |   879M |  75 |1968 |5178 |   0 | 139k|  0 |  14k|7904 |-1.255488e+03 |      --      |    Inf |   1.29%
1263.64/1268.78	c   247s| 32400 | 29115 |  1708k|  52.7 |   879M |  75 |1968 |5151 |2075 | 140k|  1 |  15k|7921 |-1.255488e+03 |      --      |    Inf |   1.29%
1264.34/1269.43	c   247s| 32500 | 29194 |  1713k|  52.7 |   880M |  75 |1968 |5119 |1974 | 140k|  1 |  15k|7935 |-1.255488e+03 |      --      |    Inf |   1.29%
1265.23/1270.31	c   248s| 32600 | 29273 |  1720k|  52.7 |   880M |  75 |1968 |5161 |2125 | 141k|  1 |  15k|7943 |-1.255488e+03 |      --      |    Inf |   1.29%
1265.94/1271.07	c   249s| 32700 | 29355 |  1726k|  52.7 |   880M |  75 |1968 |5176 |2013 | 141k|  1 |  15k|7976 |-1.255488e+03 |      --      |    Inf |   1.29%
1266.63/1271.75	c   250s| 32800 | 29435 |  1732k|  52.8 |   880M |  75 |1968 |5182 |2058 | 141k|  1 |  15k|7995 |-1.255488e+03 |      --      |    Inf |   1.29%
1267.43/1272.50	c   250s| 32900 | 29512 |  1738k|  52.8 |   880M |  75 |1968 |5189 |2116 | 142k|  1 |  15k|8007 |-1.255488e+03 |      --      |    Inf |   1.29%
1268.04/1273.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1268.04/1273.17	c   251s| 33000 | 29598 |  1743k|  52.8 |   880M |  75 |1968 |5168 |2003 | 142k|  1 |  15k|8028 |-1.255488e+03 |      --      |    Inf |   1.29%
1268.52/1273.68	c   252s| 33100 | 29672 |  1748k|  52.7 |   880M |  75 |1968 |5196 |2030 | 143k|  1 |  15k|8033 |-1.255488e+03 |      --      |    Inf |   1.29%
1269.32/1274.43	c   252s| 33200 | 29752 |  1754k|  52.8 |   880M |  75 |1968 |5216 |2127 | 143k|  1 |  15k|8042 |-1.255488e+03 |      --      |    Inf |   1.29%
1269.93/1275.03	c   253s| 33300 | 29828 |  1760k|  52.8 |   880M |  75 |1968 |5205 |2036 | 143k|  2 |  15k|8052 |-1.255488e+03 |      --      |    Inf |   1.29%
1270.51/1275.62	c   253s| 33400 | 29908 |  1765k|  52.8 |   880M |  75 |1968 |5187 |2078 | 144k|  1 |  15k|8053 |-1.255488e+03 |      --      |    Inf |   1.29%
1271.31/1276.44	c   254s| 33500 | 29984 |  1771k|  52.8 |   881M |  75 |1968 |5170 |2001 | 144k|  1 |  15k|8074 |-1.255488e+03 |      --      |    Inf |   1.29%
1272.31/1277.43	c   255s| 33600 | 30066 |  1780k|  52.9 |   881M |  75 |1968 |5205 |2110 | 145k|  3 |  15k|8091 |-1.255488e+03 |      --      |    Inf |   1.29%
1272.92/1278.01	c   256s| 33700 | 30148 |  1784k|  52.9 |   881M |  75 |1968 |5143 |2015 | 145k|  1 |  16k|8102 |-1.255488e+03 |      --      |    Inf |   1.29%
1273.50/1278.69	c   257s| 33800 | 30227 |  1790k|  52.9 |   881M |  75 |1968 |5160 |2002 | 146k|  1 |  16k|8112 |-1.255488e+03 |      --      |    Inf |   1.29%
1274.30/1279.42	c   257s| 33900 | 30303 |  1795k|  52.9 |   881M |  75 |1968 |5185 |2049 | 146k|  1 |  16k|8127 |-1.255488e+03 |      --      |    Inf |   1.29%
1275.19/1280.34	c   258s| 34000 | 30383 |  1802k|  53.0 |   881M |  75 |1968 |5206 |   0 | 146k|  0 |  16k|8142 |-1.255488e+03 |      --      |    Inf |   1.29%
1275.90/1281.04	c   259s| 34100 | 30463 |  1808k|  53.0 |   882M |  75 |1968 |5222 |2027 | 147k|  1 |  16k|8161 |-1.255488e+03 |      --      |    Inf |   1.29%
1276.59/1281.75	c   260s| 34200 | 30539 |  1813k|  53.0 |   882M |  75 |1968 |5196 |2001 | 147k|  1 |  16k|8186 |-1.255488e+03 |      --      |    Inf |   1.29%
1277.38/1282.52	c   260s| 34300 | 30617 |  1820k|  53.0 |   882M |  75 |1968 |5184 |1989 | 148k|  1 |  16k|8213 |-1.255488e+03 |      --      |    Inf |   1.29%
1278.18/1283.31	c   261s| 34400 | 30701 |  1825k|  53.0 |   882M |  75 |1968 |5196 |   0 | 148k|  0 |  16k|8242 |-1.255488e+03 |      --      |    Inf |   1.29%
1278.99/1284.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1278.99/1284.16	c   262s| 34500 | 30781 |  1832k|  53.1 |   882M |  75 |1968 |5195 |2093 | 149k|  1 |  16k|8276 |-1.255488e+03 |      --      |    Inf |   1.29%
1279.67/1284.83	c   263s| 34600 | 30875 |  1839k|  53.1 |   884M |  75 |1968 |5169 |2017 | 149k|  1 |  16k|8282 |-1.255488e+03 |      --      |    Inf |   1.29%
1280.37/1285.58	c   263s| 34700 | 30959 |  1844k|  53.1 |   884M |  75 |1968 |5148 |2059 | 150k|  1 |  16k|8289 |-1.255488e+03 |      --      |    Inf |   1.29%
1280.88/1286.06	c   264s| 34800 | 31040 |  1848k|  53.1 |   884M |  75 |1968 |5114 |1991 | 150k|  1 |  16k|8302 |-1.255488e+03 |      --      |    Inf |   1.29%
1281.67/1286.85	c   265s| 34900 | 31123 |  1854k|  53.1 |   884M |  75 |1968 |5081 |2075 | 150k|  1 |  16k|8319 |-1.255488e+03 |      --      |    Inf |   1.29%
1282.26/1287.48	c   265s| 35000 | 31204 |  1860k|  53.1 |   884M |  75 |1968 |5047 |2059 | 151k|  1 |  16k|8342 |-1.255488e+03 |      --      |    Inf |   1.29%
1282.97/1288.14	c   266s| 35100 | 31284 |  1865k|  53.1 |   885M |  75 |1968 |5037 |   0 | 151k|  0 |  16k|8350 |-1.255488e+03 |      --      |    Inf |   1.29%
1283.56/1288.71	c   267s| 35200 | 31374 |  1871k|  53.1 |   885M |  75 |1968 |5006 |2012 | 151k|  1 |  17k|8365 |-1.255488e+03 |      --      |    Inf |   1.29%
1284.26/1289.46	c   267s| 35300 | 31458 |  1877k|  53.1 |   885M |  75 |1968 |5018 |2051 | 152k|  1 |  17k|8386 |-1.255488e+03 |      --      |    Inf |   1.29%
1284.87/1290.11	c   268s| 35400 | 31540 |  1881k|  53.1 |   885M |  75 |1968 |5015 |2088 | 152k|  2 |  17k|8403 |-1.255488e+03 |      --      |    Inf |   1.29%
1285.55/1290.77	c   269s| 35500 | 31626 |  1886k|  53.1 |   885M |  75 |1968 |4979 |2020 | 153k|  1 |  17k|8453 |-1.255488e+03 |      --      |    Inf |   1.29%
1286.35/1291.58	c   269s| 35600 | 31697 |  1893k|  53.1 |   885M |  75 |1968 |5006 |2033 | 153k|  1 |  17k|8469 |-1.255488e+03 |      --      |    Inf |   1.29%
1286.96/1292.17	c   270s| 35700 | 31767 |  1897k|  53.1 |   885M |  75 |1968 |5038 |2067 | 153k|  1 |  17k|8504 |-1.255488e+03 |      --      |    Inf |   1.29%
1287.64/1292.86	c   271s| 35800 | 31837 |  1901k|  53.1 |   885M |  75 |1968 |5108 |1988 | 153k|  1 |  17k|8561 |-1.255488e+03 |      --      |    Inf |   1.29%
1288.24/1293.48	c   271s| 35900 | 31925 |  1907k|  53.1 |   885M |  75 |1968 |5124 |2027 | 154k|  1 |  17k|8569 |-1.255488e+03 |      --      |    Inf |   1.29%
1288.85/1294.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1288.85/1294.06	c   272s| 36000 | 31999 |  1912k|  53.1 |   885M |  75 |1968 |5151 |2058 | 154k|  1 |  17k|8582 |-1.255488e+03 |      --      |    Inf |   1.29%
1289.53/1294.71	c   273s| 36100 | 32080 |  1918k|  53.1 |   885M |  75 |1968 |5164 |2048 | 155k|  1 |  17k|8598 |-1.255488e+03 |      --      |    Inf |   1.29%
1290.23/1295.47	c   273s| 36200 | 32161 |  1924k|  53.1 |   885M |  75 |1968 |5192 |   0 | 155k|  0 |  17k|8629 |-1.255488e+03 |      --      |    Inf |   1.29%
1291.13/1296.39	c   274s| 36300 | 32245 |  1931k|  53.1 |   885M |  75 |1968 |5168 |2120 | 155k|  1 |  17k|8645 |-1.255488e+03 |      --      |    Inf |   1.29%
1292.02/1297.22	c   275s| 36400 | 32333 |  1936k|  53.2 |   885M |  75 |1968 |5146 |2069 | 156k|  1 |  17k|8656 |-1.255488e+03 |      --      |    Inf |   1.29%
1292.52/1297.77	c   276s| 36500 | 32406 |  1942k|  53.2 |   885M |  75 |1968 |5210 |2064 | 156k|  1 |  18k|8657 |-1.255488e+03 |      --      |    Inf |   1.29%
1293.32/1298.51	c   276s| 36600 | 32486 |  1949k|  53.2 |   886M |  75 |1968 |5202 |2024 | 157k|  1 |  18k|8660 |-1.255488e+03 |      --      |    Inf |   1.29%
1294.02/1299.21	c   277s| 36700 | 32563 |  1954k|  53.2 |   887M |  75 |1968 |5215 |2078 | 157k|  1 |  18k|8664 |-1.255488e+03 |      --      |    Inf |   1.29%
1294.71/1299.97	c   278s| 36800 | 32636 |  1960k|  53.2 |   887M |  75 |1968 |5265 |2096 | 158k|  1 |  18k|8706 |-1.255488e+03 |      --      |    Inf |   1.29%
1295.51/1300.76	c   279s| 36900 | 32722 |  1968k|  53.3 |   887M |  75 |1968 |5355 |2050 | 158k|  1 |  18k|8709 |-1.255488e+03 |      --      |    Inf |   1.29%
1296.31/1301.51	c   279s| 37000 | 32804 |  1975k|  53.3 |   888M |  75 |1968 |5380 |2045 | 158k|  1 |  18k|8721 |-1.255488e+03 |      --      |    Inf |   1.29%
1296.92/1302.15	c   280s| 37100 | 32878 |  1980k|  53.3 |   888M |  75 |1968 |5407 |2071 | 159k|  1 |  18k|8723 |-1.255488e+03 |      --      |    Inf |   1.29%
1297.60/1302.81	c   281s| 37200 | 32956 |  1984k|  53.3 |   888M |  75 |1968 |5404 |2030 | 159k|  1 |  18k|8755 |-1.255488e+03 |      --      |    Inf |   1.29%
1298.30/1303.52	c   281s| 37300 | 33042 |  1991k|  53.3 |   888M |  75 |1968 |5402 |2045 | 160k|  1 |  18k|8763 |-1.255488e+03 |      --      |    Inf |   1.29%
1298.91/1304.14	c   282s| 37400 | 33120 |  1996k|  53.3 |   888M |  75 |1968 |5359 |2040 | 160k|  1 |  18k|8764 |-1.255488e+03 |      --      |    Inf |   1.29%
1299.49/1304.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1299.49/1304.71	c   283s| 37500 | 33201 |  2001k|  53.3 |   888M |  75 |1968 |5351 |2046 | 160k|  1 |  18k|8773 |-1.255488e+03 |      --      |    Inf |   1.29%
1300.29/1305.50	c   283s| 37600 | 33283 |  2008k|  53.4 |   888M |  75 |1968 |5355 |2098 | 161k|  1 |  19k|8774 |-1.255488e+03 |      --      |    Inf |   1.29%
1300.80/1306.06	c   284s| 37700 | 33363 |  2012k|  53.3 |   888M |  75 |1968 |5343 |2007 | 161k|  1 |  19k|8781 |-1.255488e+03 |      --      |    Inf |   1.29%
1301.80/1307.04	c   285s| 37800 | 33449 |  2020k|  53.4 |   888M |  75 |1968 |5332 |2078 | 162k|  1 |  19k|8798 |-1.255488e+03 |      --      |    Inf |   1.29%
1302.38/1307.63	c   285s| 37900 | 33525 |  2026k|  53.4 |   888M |  75 |1968 |5378 |2059 | 162k|  2 |  19k|8820 |-1.255488e+03 |      --      |    Inf |   1.29%
1302.89/1308.18	c   286s| 38000 | 33607 |  2031k|  53.4 |   890M |  75 |1968 |5305 |2012 | 162k|  1 |  19k|8833 |-1.255488e+03 |      --      |    Inf |   1.29%
1303.58/1308.84	c   287s| 38100 | 33686 |  2037k|  53.4 |   891M |  75 |1968 |5286 |2004 | 163k|  1 |  19k|8846 |-1.255488e+03 |      --      |    Inf |   1.29%
1304.27/1309.54	c   287s| 38200 | 33768 |  2042k|  53.4 |   891M |  75 |1968 |5272 |2081 | 163k|  3 |  19k|8854 |-1.255488e+03 |      --      |    Inf |   1.29%
1304.97/1310.22	c   288s| 38300 | 33856 |  2046k|  53.4 |   892M |  75 |1968 |5252 |2096 | 163k|  1 |  19k|8871 |-1.255488e+03 |      --      |    Inf |   1.29%
1305.67/1310.96	c   289s| 38400 | 33940 |  2053k|  53.4 |   892M |  75 |1968 |5216 |2038 | 164k|  1 |  19k|8899 |-1.255488e+03 |      --      |    Inf |   1.29%
1306.37/1311.62	c   289s| 38500 | 34030 |  2058k|  53.4 |   892M |  75 |1968 |5143 |2036 | 164k|  1 |  19k|8905 |-1.255488e+03 |      --      |    Inf |   1.29%
1306.96/1312.29	c   290s| 38600 | 34107 |  2063k|  53.4 |   892M |  75 |1968 |5160 |   0 | 165k|  0 |  19k|8920 |-1.255488e+03 |      --      |    Inf |   1.29%
1307.56/1312.85	c   291s| 38700 | 34193 |  2068k|  53.4 |   892M |  75 |1968 |5134 |2110 | 165k|  1 |  19k|8939 |-1.255488e+03 |      --      |    Inf |   1.29%
1308.06/1313.30	c   291s| 38800 | 34270 |  2073k|  53.4 |   892M |  75 |1968 |5143 |2020 | 165k|  1 |  19k|8951 |-1.255488e+03 |      --      |    Inf |   1.29%
1308.77/1314.05	c   292s| 38900 | 34354 |  2078k|  53.4 |   892M |  75 |1968 |5098 |2067 | 166k|  1 |  19k|8960 |-1.255488e+03 |      --      |    Inf |   1.29%
1309.45/1314.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1309.45/1314.76	c   293s| 39000 | 34429 |  2083k|  53.4 |   892M |  75 |1968 |5100 |2111 | 166k|  1 |  20k|8973 |-1.255488e+03 |      --      |    Inf |   1.29%
1310.05/1315.39	c   293s| 39100 | 34512 |  2089k|  53.4 |   892M |  75 |1968 |5110 |2020 | 166k|  1 |  20k|8996 |-1.255488e+03 |      --      |    Inf |   1.29%
1310.86/1316.14	c   294s| 39200 | 34588 |  2093k|  53.4 |   892M |  75 |1968 |5129 |2046 | 167k|  1 |  20k|9030 |-1.255488e+03 |      --      |    Inf |   1.29%
1311.54/1316.82	c   295s| 39300 | 34674 |  2098k|  53.4 |   893M |  75 |1968 |5106 |   0 | 167k|  0 |  20k|9035 |-1.255488e+03 |      --      |    Inf |   1.29%
1312.14/1317.44	c   295s| 39400 | 34753 |  2104k|  53.3 |   893M |  75 |1968 |5056 |2100 | 168k|  1 |  20k|9042 |-1.255488e+03 |      --      |    Inf |   1.29%
1312.85/1318.11	c   296s| 39500 | 34835 |  2110k|  53.4 |   893M |  75 |1968 |5024 |1969 | 168k|  1 |  20k|9049 |-1.255488e+03 |      --      |    Inf |   1.29%
1313.54/1318.85	c   297s| 39600 | 34917 |  2114k|  53.3 |   893M |  75 |1968 |5075 |2028 | 168k|  2 |  20k|9114 |-1.255488e+03 |      --      |    Inf |   1.29%
1314.13/1319.47	c   297s| 39700 | 35003 |  2119k|  53.3 |   893M |  75 |1968 |5072 |2095 | 169k|  1 |  20k|9144 |-1.255488e+03 |      --      |    Inf |   1.29%
1314.74/1320.10	c   298s| 39800 | 35081 |  2124k|  53.3 |   893M |  75 |1968 |5071 |2009 | 169k|  1 |  20k|9176 |-1.255488e+03 |      --      |    Inf |   1.29%
1315.43/1320.79	c   299s| 39900 | 35167 |  2130k|  53.3 |   893M |  75 |1968 |5064 |2116 | 169k|  1 |  20k|9179 |-1.255488e+03 |      --      |    Inf |   1.29%
1316.33/1321.60	c   299s| 40000 | 35247 |  2137k|  53.4 |   893M |  75 |1968 |5093 |2093 | 170k|  1 |  20k|9200 |-1.255488e+03 |      --      |    Inf |   1.29%
1316.92/1322.22	c   300s| 40100 | 35329 |  2142k|  53.4 |   893M |  75 |1968 |5044 |2009 | 170k|  1 |  20k|9203 |-1.255488e+03 |      --      |    Inf |   1.29%
1317.52/1322.81	c   301s| 40200 | 35417 |  2147k|  53.4 |   893M |  75 |1968 |5025 |2100 | 170k|  1 |  20k|9215 |-1.255488e+03 |      --      |    Inf |   1.29%
1318.22/1323.50	c   301s| 40300 | 35503 |  2152k|  53.4 |   894M |  75 |1968 |4987 |2038 | 171k|  1 |  20k|9224 |-1.255488e+03 |      --      |    Inf |   1.29%
1318.62/1323.96	c   302s| 40400 | 35582 |  2157k|  53.4 |   894M |  75 |1968 |5019 |2118 | 171k|  1 |  20k|9230 |-1.255488e+03 |      --      |    Inf |   1.29%
1319.41/1324.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1319.41/1324.70	c   303s| 40500 | 35670 |  2163k|  53.4 |   894M |  75 |1968 |4964 |2036 | 172k|  1 |  21k|9231 |-1.255488e+03 |      --      |    Inf |   1.29%
1319.91/1325.21	c   303s| 40600 | 35756 |  2168k|  53.3 |   895M |  75 |1968 |4929 |2044 | 172k|  1 |  21k|9237 |-1.255488e+03 |      --      |    Inf |   1.29%
1320.61/1325.95	c   304s| 40700 | 35840 |  2173k|  53.3 |   895M |  75 |1968 |4942 |2031 | 172k|  1 |  21k|9243 |-1.255488e+03 |      --      |    Inf |   1.29%
1321.21/1326.58	c   304s| 40800 | 35910 |  2179k|  53.4 |   895M |  75 |1968 |4978 |2036 | 173k|  1 |  21k|9251 |-1.255488e+03 |      --      |    Inf |   1.29%
1322.10/1327.47	c   305s| 40900 | 35988 |  2185k|  53.4 |   895M |  75 |1968 |4927 |   0 | 173k|  0 |  21k|9265 |-1.255488e+03 |      --      |    Inf |   1.29%
1322.71/1328.10	c   306s| 41000 | 36074 |  2190k|  53.4 |   895M |  75 |1968 |4910 |2050 | 173k|  1 |  21k|9275 |-1.255488e+03 |      --      |    Inf |   1.29%
1323.60/1328.93	c   307s| 41100 | 36154 |  2196k|  53.4 |   895M |  75 |1968 |4915 |2107 | 174k|  1 |  21k|9281 |-1.255488e+03 |      --      |    Inf |   1.29%
1324.29/1329.67	c   308s| 41200 | 36230 |  2202k|  53.4 |   895M |  75 |1968 |4913 |2062 | 174k|  3 |  21k|9304 |-1.255488e+03 |      --      |    Inf |   1.29%
1324.89/1330.27	c   308s| 41300 | 36308 |  2206k|  53.4 |   895M |  75 |1968 |4906 |2066 | 175k|  1 |  21k|9321 |-1.255488e+03 |      --      |    Inf |   1.29%
1325.59/1330.90	c   309s| 41400 | 36386 |  2212k|  53.4 |   895M |  75 |1968 |4901 |2058 | 175k|  1 |  21k|9324 |-1.255488e+03 |      --      |    Inf |   1.29%
1326.38/1331.72	c   310s| 41500 | 36466 |  2218k|  53.4 |   895M |  75 |1968 |4905 |2066 | 175k|  1 |  21k|9336 |-1.255488e+03 |      --      |    Inf |   1.29%
1327.08/1332.44	c   310s| 41600 | 36541 |  2223k|  53.4 |   895M |  75 |1968 |4932 |2038 | 176k|  1 |  21k|9363 |-1.255488e+03 |      --      |    Inf |   1.29%
1327.98/1333.34	c   311s| 41700 | 36622 |  2229k|  53.4 |   896M |  75 |1968 |4964 |2125 | 176k|  1 |  21k|9413 |-1.255488e+03 |      --      |    Inf |   1.29%
1328.58/1333.95	c   312s| 41800 | 36705 |  2234k|  53.4 |   897M |  75 |1968 |4931 |   0 | 177k|  0 |  21k|9417 |-1.255488e+03 |      --      |    Inf |   1.29%
1329.27/1334.67	c   313s| 41900 | 36792 |  2241k|  53.4 |   898M |  75 |1968 |4953 |2028 | 177k|  1 |  22k|9424 |-1.255488e+03 |      --      |    Inf |   1.29%
1329.97/1335.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1329.97/1335.34	c   313s| 42000 | 36868 |  2245k|  53.4 |   898M |  75 |1968 |4982 |2080 | 177k|  1 |  22k|9448 |-1.255488e+03 |      --      |    Inf |   1.29%
1330.57/1335.91	c   314s| 42100 | 36948 |  2250k|  53.4 |   898M |  75 |1968 |5002 |2078 | 178k|  1 |  22k|9449 |-1.255488e+03 |      --      |    Inf |   1.29%
1331.17/1336.53	c   314s| 42200 | 37026 |  2256k|  53.4 |   898M |  75 |1968 |5005 |1979 | 178k|  1 |  22k|9461 |-1.255488e+03 |      --      |    Inf |   1.29%
1331.68/1337.08	c   315s| 42300 | 37100 |  2261k|  53.4 |   898M |  75 |1968 |5044 |2048 | 178k|  1 |  22k|9478 |-1.255488e+03 |      --      |    Inf |   1.29%
1332.36/1337.72	c   316s| 42400 | 37182 |  2267k|  53.4 |   898M |  75 |1968 |5045 |2078 | 179k|  1 |  22k|9487 |-1.255488e+03 |      --      |    Inf |   1.29%
1333.06/1338.41	c   316s| 42500 | 37259 |  2273k|  53.4 |   898M |  75 |1968 |5059 |2046 | 179k|  1 |  22k|9513 |-1.255488e+03 |      --      |    Inf |   1.29%
1333.56/1338.91	c   317s| 42600 | 37336 |  2277k|  53.4 |   898M |  75 |1968 |5077 |2045 | 180k|  1 |  22k|9523 |-1.255488e+03 |      --      |    Inf |   1.29%
1334.15/1339.56	c   317s| 42700 | 37414 |  2282k|  53.4 |   898M |  75 |1968 |5094 |2094 | 180k|  1 |  22k|9536 |-1.255488e+03 |      --      |    Inf |   1.29%
1334.77/1340.19	c   318s| 42800 | 37493 |  2288k|  53.4 |   898M |  75 |1968 |5104 |2046 | 180k|  1 |  22k|9537 |-1.255488e+03 |      --      |    Inf |   1.29%
1335.66/1341.06	c   319s| 42900 | 37571 |  2294k|  53.4 |   898M |  75 |1968 |5100 |2013 | 181k|  1 |  22k|9554 |-1.255488e+03 |      --      |    Inf |   1.29%
1336.34/1341.70	c   320s| 43000 | 37654 |  2300k|  53.5 |   898M |  75 |1968 |5078 |   0 | 181k|  0 |  22k|9596 |-1.255488e+03 |      --      |    Inf |   1.29%
1336.94/1342.34	c   320s| 43100 | 37734 |  2306k|  53.5 |   898M |  75 |1968 |5060 |2075 | 182k|  1 |  22k|9599 |-1.255488e+03 |      --      |    Inf |   1.29%
1337.54/1342.93	c   321s| 43200 | 37815 |  2312k|  53.5 |   898M |  75 |1968 |5054 |1999 | 182k|  1 |  23k|9627 |-1.255488e+03 |      --      |    Inf |   1.29%
1338.04/1343.46	c   321s| 43300 | 37894 |  2316k|  53.4 |   898M |  75 |1968 |5033 |2033 | 182k|  1 |  23k|9641 |-1.255488e+03 |      --      |    Inf |   1.29%
1338.65/1344.09	c   322s| 43400 | 37978 |  2320k|  53.4 |   898M |  75 |1968 |5009 |2031 | 183k|  1 |  23k|9643 |-1.255488e+03 |      --      |    Inf |   1.29%
1339.33/1344.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1339.33/1344.71	c   323s| 43500 | 38057 |  2326k|  53.4 |   898M |  75 |1968 |5016 |2088 | 183k|  1 |  23k|9651 |-1.255488e+03 |      --      |    Inf |   1.29%
1339.93/1345.32	c   323s| 43600 | 38132 |  2331k|  53.4 |   899M |  75 |1968 |4990 |2024 | 183k|  1 |  23k|9664 |-1.255488e+03 |      --      |    Inf |   1.29%
1340.53/1345.99	c   324s| 43700 | 38205 |  2336k|  53.4 |   900M |  75 |1968 |4984 |2048 | 184k|  1 |  23k|9676 |-1.255488e+03 |      --      |    Inf |   1.29%
1341.32/1346.71	c   325s| 43800 | 38285 |  2343k|  53.5 |   900M |  75 |1968 |4970 |2017 | 184k|  1 |  23k|9689 |-1.255488e+03 |      --      |    Inf |   1.29%
1342.12/1347.57	c   325s| 43900 | 38363 |  2350k|  53.5 |   900M |  75 |1968 |4990 |   0 | 184k|  0 |  23k|9728 |-1.255488e+03 |      --      |    Inf |   1.29%
1342.92/1348.34	c   326s| 44000 | 38444 |  2356k|  53.5 |   900M |  75 |1968 |4959 |2107 | 185k|  1 |  23k|9738 |-1.255488e+03 |      --      |    Inf |   1.29%
1343.52/1348.92	c   327s| 44100 | 38529 |  2362k|  53.5 |   901M |  75 |1968 |4965 |2134 | 185k|  6 |  23k|9758 |-1.255488e+03 |      --      |    Inf |   1.29%
1344.21/1349.69	c   328s| 44200 | 38612 |  2369k|  53.6 |   901M |  75 |1968 |4971 |2037 | 186k|  2 |  23k|9760 |-1.255488e+03 |      --      |    Inf |   1.29%
1344.91/1350.33	c   328s| 44300 | 38690 |  2375k|  53.6 |   901M |  75 |1968 |4937 |2028 | 186k|  1 |  23k|9761 |-1.255488e+03 |      --      |    Inf |   1.29%
1345.62/1351.06	c   329s| 44400 | 38772 |  2380k|  53.6 |   902M |  75 |1968 |4941 |2032 | 186k|  1 |  23k|9766 |-1.255488e+03 |      --      |    Inf |   1.29%
1346.40/1351.80	c   330s| 44500 | 38852 |  2384k|  53.5 |   904M |  75 |1968 |4937 |2087 | 187k|  1 |  23k|9768 |-1.255488e+03 |      --      |    Inf |   1.29%
1346.90/1352.30	c   330s| 44600 | 38941 |  2389k|  53.5 |   904M |  75 |1968 |4914 |2011 | 187k|  1 |  23k|9769 |-1.255488e+03 |      --      |    Inf |   1.29%
1347.61/1353.06	c   331s| 44700 | 39029 |  2396k|  53.6 |   904M |  75 |1968 |4910 |2069 | 188k|  1 |  24k|9769 |-1.255488e+03 |      --      |    Inf |   1.29%
1348.30/1353.70	c   332s| 44800 | 39115 |  2401k|  53.5 |   904M |  75 |1968 |4887 |2036 | 188k|  1 |  24k|9774 |-1.255488e+03 |      --      |    Inf |   1.29%
1348.89/1354.34	c   332s| 44900 | 39194 |  2405k|  53.5 |   904M |  75 |1968 |4877 |2084 | 188k|  1 |  24k|9780 |-1.255488e+03 |      --      |    Inf |   1.29%
1349.70/1355.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1349.70/1355.13	c   333s| 45000 | 39266 |  2412k|  53.6 |   904M |  75 |1968 |4914 |2093 | 189k|  1 |  24k|9794 |-1.255488e+03 |      --      |    Inf |   1.29%
1350.29/1355.70	c   334s| 45100 | 39350 |  2417k|  53.6 |   905M |  75 |1968 |4931 |1996 | 189k|  1 |  24k|9816 |-1.255488e+03 |      --      |    Inf |   1.29%
1350.98/1356.46	c   334s| 45200 | 39434 |  2424k|  53.6 |   906M |  75 |1968 |4911 |2090 | 189k|  1 |  24k|9819 |-1.255488e+03 |      --      |    Inf |   1.29%
1351.59/1357.02	c   335s| 45300 | 39518 |  2428k|  53.6 |   906M |  75 |1968 |4964 |2105 | 190k|  1 |  24k|9830 |-1.255488e+03 |      --      |    Inf |   1.29%
1352.18/1357.63	c   335s| 45400 | 39600 |  2433k|  53.6 |   906M |  75 |1968 |5094 |2002 | 190k|  1 |  24k|9846 |-1.255488e+03 |      --      |    Inf |   1.29%
1352.88/1358.32	c   336s| 45500 | 39686 |  2440k|  53.6 |   906M |  75 |1968 |5095 |2134 | 191k|  4 |  24k|9848 |-1.255488e+03 |      --      |    Inf |   1.29%
1353.47/1358.96	c   337s| 45600 | 39771 |  2445k|  53.6 |   906M |  75 |1968 |5075 |   0 | 191k|  0 |  24k|9854 |-1.255488e+03 |      --      |    Inf |   1.29%
1354.17/1359.62	c   337s| 45700 | 39858 |  2450k|  53.6 |   907M |  75 |1968 |5008 |2024 | 192k|  1 |  24k|9869 |-1.255488e+03 |      --      |    Inf |   1.29%
1354.87/1360.31	c   338s| 45800 | 39935 |  2457k|  53.6 |   907M |  75 |1968 |5061 |2075 | 192k|  1 |  24k|9882 |-1.255488e+03 |      --      |    Inf |   1.29%
1355.47/1360.99	c   339s| 45900 | 40021 |  2461k|  53.6 |   907M |  75 |1968 |5037 |2025 | 192k|  1 |  24k|9919 |-1.255488e+03 |      --      |    Inf |   1.29%
1356.06/1361.59	c   339s| 46000 | 40100 |  2466k|  53.6 |   907M |  75 |1968 |5006 |   0 | 193k|  0 |  25k|9920 |-1.255488e+03 |      --      |    Inf |   1.29%
1356.76/1362.26	c   340s| 46100 | 40179 |  2472k|  53.6 |   907M |  75 |1968 |5055 |2032 | 193k|  1 |  25k|9935 |-1.255488e+03 |      --      |    Inf |   1.29%
1357.46/1363.01	c   341s| 46200 | 40261 |  2478k|  53.6 |   907M |  75 |1968 |5042 |2119 | 193k|  1 |  25k|9942 |-1.255488e+03 |      --      |    Inf |   1.29%
1358.06/1363.54	c   341s| 46300 | 40341 |  2483k|  53.6 |   907M |  75 |1968 |5087 |2099 | 194k|  1 |  25k|9948 |-1.255488e+03 |      --      |    Inf |   1.29%
1358.85/1364.31	c   342s| 46400 | 40421 |  2488k|  53.6 |   907M |  75 |1968 |5074 |2074 | 194k|  3 |  25k|9949 |-1.255488e+03 |      --      |    Inf |   1.29%
1359.45/1364.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1359.45/1364.94	c   343s| 46500 | 40497 |  2494k|  53.6 |   907M |  75 |1968 |5086 |2099 | 194k|  1 |  25k|9954 |-1.255488e+03 |      --      |    Inf |   1.29%
1359.95/1365.44	c   343s| 46600 | 40568 |  2498k|  53.6 |   907M |  75 |1968 |5016 |2036 | 195k|  1 |  25k|9957 |-1.255488e+03 |      --      |    Inf |   1.29%
1360.66/1366.12	c   344s| 46700 | 40642 |  2503k|  53.6 |   909M |  75 |1968 |5063 |2048 | 195k|  1 |  25k|9970 |-1.255488e+03 |      --      |    Inf |   1.29%
1361.24/1366.72	c   345s| 46800 | 40724 |  2508k|  53.5 |   909M |  75 |1968 |5055 |2027 | 195k|  1 |  25k|9978 |-1.255488e+03 |      --      |    Inf |   1.29%
1362.14/1367.60	c   345s| 46900 | 40806 |  2514k|  53.6 |   909M |  75 |1968 |5016 |2017 | 196k|  1 |  25k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1362.74/1368.25	c   346s| 47000 | 40881 |  2519k|  53.6 |   909M |  75 |1968 |5016 |2021 | 196k|  1 |  25k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1363.43/1368.91	c   347s| 47100 | 40969 |  2524k|  53.6 |   910M |  75 |1968 |5036 |2079 | 197k|  1 |  25k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1363.93/1369.40	c   347s| 47200 | 41048 |  2529k|  53.5 |   911M |  75 |1968 |5103 |2111 | 197k|  1 |  25k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1364.54/1370.10	c   348s| 47300 | 41140 |  2534k|  53.5 |   911M |  75 |1968 |5011 |2037 | 197k|  1 |  25k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1365.23/1370.74	c   349s| 47400 | 41230 |  2539k|  53.5 |   911M |  75 |1968 |4998 |2119 | 198k|  1 |  25k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1365.92/1371.44	c   349s| 47500 | 41314 |  2544k|  53.5 |   911M |  75 |1968 |4949 |2036 | 198k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1366.42/1371.98	c   350s| 47600 | 41396 |  2549k|  53.5 |   911M |  75 |1968 |4909 |2026 | 198k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1367.12/1372.65	c   351s| 47700 | 41476 |  2555k|  53.5 |   911M |  75 |1968 |4909 |2128 | 199k|  4 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1367.63/1373.19	c   351s| 47800 | 41556 |  2559k|  53.5 |   911M |  75 |1968 |4890 |2115 | 199k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1368.11/1373.68	c   352s| 47900 | 41640 |  2564k|  53.5 |   911M |  75 |1968 |4858 |2022 | 200k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1368.81/1374.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1368.81/1374.36	c   352s| 48000 | 41720 |  2569k|  53.5 |   911M |  75 |1968 |4874 |2059 | 200k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1369.52/1375.01	c   353s| 48100 | 41802 |  2575k|  53.5 |   911M |  75 |1968 |4866 |2086 | 200k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1370.11/1375.64	c   354s| 48200 | 41891 |  2579k|  53.5 |   911M |  75 |1968 |4802 |2049 | 201k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1370.80/1376.35	c   354s| 48300 | 41968 |  2584k|  53.5 |   911M |  75 |1968 |4814 |2111 | 201k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1371.40/1377.00	c   355s| 48400 | 42059 |  2590k|  53.5 |   911M |  75 |1968 |4764 |2015 | 202k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1372.30/1377.81	c   356s| 48500 | 42153 |  2596k|  53.5 |   912M |  75 |1968 |4739 |2045 | 202k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1372.89/1378.40	c   356s| 48600 | 42239 |  2600k|  53.5 |   912M |  75 |1968 |4732 |2098 | 202k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1373.39/1378.99	c   357s| 48700 | 42325 |  2605k|  53.4 |   912M |  75 |1968 |4688 |2063 | 203k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1374.09/1379.65	c   358s| 48800 | 42419 |  2610k|  53.4 |   913M |  75 |1968 |4668 |2089 | 203k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1374.69/1380.22	c   358s| 48900 | 42497 |  2616k|  53.5 |   913M |  75 |1968 |4662 |2003 | 203k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1375.38/1380.90	c   359s| 49000 | 42580 |  2621k|  53.5 |   914M |  75 |1968 |4688 |2038 | 204k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1375.98/1381.55	c   359s| 49100 | 42668 |  2626k|  53.4 |   914M |  75 |1968 |4701 |2060 | 204k|  2 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1376.49/1382.02	c   360s| 49200 | 42746 |  2630k|  53.4 |   914M |  75 |1968 |4707 |2030 | 204k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1377.49/1383.01	c   361s| 49300 | 42832 |  2637k|  53.4 |   914M |  75 |1968 |4698 |2068 | 205k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1377.87/1383.43	c   361s| 49400 | 42914 |  2641k|  53.4 |   914M |  75 |1968 |4708 |2005 | 205k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1378.37/1383.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1378.37/1383.91	c   362s| 49500 | 42998 |  2645k|  53.4 |   914M |  75 |1968 |4676 |2014 | 205k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1378.87/1384.47	c   362s| 49600 | 43089 |  2650k|  53.4 |   915M |  75 |1968 |4630 |2010 | 206k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1379.58/1385.16	c   363s| 49700 | 43176 |  2656k|  53.4 |   915M |  75 |1968 |4617 |2010 | 206k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1380.26/1385.85	c   364s| 49800 | 43265 |  2663k|  53.4 |   915M |  75 |1968 |4629 |2006 | 207k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1381.06/1386.68	c   365s| 49900 | 43349 |  2669k|  53.5 |   915M |  75 |1968 |4638 |2094 | 207k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1381.66/1387.24	c   365s| 50000 | 43432 |  2675k|  53.5 |   915M |  75 |1968 |4675 |2045 | 207k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1382.36/1387.93	c   366s| 50100 | 43521 |  2680k|  53.5 |   915M |  75 |1968 |4618 |2061 | 208k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1382.95/1388.54	c   366s| 50200 | 43600 |  2685k|  53.4 |   915M |  75 |1968 |4627 |2078 | 208k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1383.75/1389.37	c   367s| 50300 | 43694 |  2693k|  53.5 |   915M |  75 |1968 |4577 |2033 | 208k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1384.75/1390.33	c   368s| 50400 | 43786 |  2700k|  53.5 |   915M |  75 |1968 |4559 |2139 | 209k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1385.24/1390.87	c   369s| 50500 | 43875 |  2705k|  53.5 |   915M |  75 |1968 |4536 |2077 | 209k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1386.04/1391.68	c   370s| 50600 | 43959 |  2712k|  53.6 |   915M |  75 |1968 |4545 |2170 | 210k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1386.94/1392.51	c   370s| 50700 | 44043 |  2721k|  53.6 |   915M |  75 |1968 |4531 |2053 | 210k|  4 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1387.73/1393.32	c   371s| 50800 | 44125 |  2727k|  53.7 |   916M |  75 |1968 |4557 |2038 | 211k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1388.63/1394.21	c   372s| 50900 | 44204 |  2733k|  53.7 |   916M |  75 |1968 |4567 |   0 | 211k|  0 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1389.23/1394.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1389.23/1394.89	c   373s| 51000 | 44292 |  2739k|  53.7 |   916M |  75 |1968 |4586 |   0 | 212k|  0 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1389.93/1395.51	c   373s| 51100 | 44376 |  2743k|  53.6 |   916M |  75 |1968 |4611 |2049 | 212k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1390.72/1396.33	c   374s| 51200 | 44462 |  2750k|  53.7 |   916M |  75 |1968 |4601 |2114 | 212k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1391.53/1397.19	c   375s| 51300 | 44550 |  2756k|  53.7 |   918M |  75 |1968 |4584 |   0 | 213k|  0 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1392.02/1397.66	c   376s| 51400 | 44634 |  2760k|  53.7 |   918M |  75 |1968 |4589 |2103 | 213k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1392.61/1398.22	c   376s| 51500 | 44720 |  2763k|  53.6 |   918M |  75 |1968 |4671 |1996 | 213k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1393.21/1398.81	c   377s| 51600 | 44812 |  2767k|  53.6 |   918M |  75 |1968 |4648 |2053 | 214k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1393.81/1399.45	c   377s| 51700 | 44902 |  2772k|  53.6 |   918M |  75 |1968 |4607 |1991 | 214k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1394.31/1399.96	c   378s| 51800 | 44992 |  2776k|  53.6 |   918M |  75 |1968 |4583 |2062 | 214k|  2 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1394.91/1400.55	c   378s| 51900 | 45080 |  2781k|  53.5 |   918M |  75 |1968 |4616 |2097 | 215k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1395.60/1401.20	c   379s| 52000 | 45170 |  2786k|  53.5 |   919M |  75 |1968 |4617 |2068 | 215k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1396.10/1401.77	c   380s| 52100 | 45260 |  2791k|  53.5 |   919M |  75 |1968 |4616 |2067 | 215k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
1396.80/1402.49	c   380s| 522 [...]

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

  75 |1968 |4853 |2045 | 342k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
1630.42/1636.96	c   615s| 86400 | 75030 |  4701k|  54.4 |  1025M |  75 |1968 |4865 |   0 | 343k|  0 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
1631.02/1637.57	c   615s| 86500 | 75116 |  4708k|  54.4 |  1025M |  75 |1968 |4843 |2127 | 343k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
1631.53/1638.09	c   616s| 86600 | 75197 |  4712k|  54.4 |  1025M |  75 |1968 |4867 |2117 | 343k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
1632.11/1638.61	c   616s| 86700 | 75285 |  4718k|  54.4 |  1025M |  75 |1968 |4912 |2019 | 344k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
1633.41/1640.00	c   618s| 86800 | 75377 |  4726k|  54.4 |  1026M |  75 |1968 |4925 |2089 | 344k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
1634.11/1640.61	c   618s| 86900 | 75471 |  4731k|  54.4 |  1026M |  75 |1968 |4885 |2030 | 344k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
1634.62/1641.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1634.62/1641.15	c   619s| 87000 | 75563 |  4736k|  54.4 |  1026M |  75 |1968 |4879 |2109 | 345k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
1635.30/1641.84	c   620s| 87100 | 75642 |  4741k|  54.4 |  1026M |  75 |1968 |4891 |2101 | 345k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
1635.90/1642.49	c   620s| 87200 | 75732 |  4745k|  54.4 |  1026M |  75 |1968 |4895 |1981 | 345k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
1636.61/1643.17	c   621s| 87300 | 75822 |  4751k|  54.4 |  1027M |  75 |1968 |4909 |2067 | 346k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
1637.30/1643.85	c   622s| 87400 | 75914 |  4757k|  54.4 |  1027M |  75 |1968 |4911 |2014 | 346k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
1637.99/1644.53	c   622s| 87500 | 76006 |  4762k|  54.4 |  1027M |  75 |1968 |4920 |2063 | 347k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
1638.60/1645.19	c   623s| 87600 | 76085 |  4768k|  54.4 |  1028M |  75 |1968 |4938 |2110 | 347k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
1639.29/1645.86	c   624s| 87700 | 76183 |  4774k|  54.4 |  1028M |  75 |1968 |4904 |2073 | 347k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
1640.09/1646.64	c   624s| 87800 | 76267 |  4780k|  54.4 |  1028M |  75 |1968 |4893 |2063 | 348k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
1640.68/1647.23	c   625s| 87900 | 76353 |  4786k|  54.4 |  1029M |  75 |1968 |4893 |2047 | 348k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
1641.59/1648.12	c   626s| 88000 | 76445 |  4793k|  54.4 |  1029M |  75 |1968 |4910 |2072 | 348k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
1642.08/1648.68	c   627s| 88100 | 76532 |  4799k|  54.4 |  1029M |  75 |1968 |4945 |2073 | 349k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
1642.78/1649.34	c   627s| 88200 | 76624 |  4804k|  54.4 |  1029M |  75 |1968 |4899 |2010 | 349k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
1643.59/1650.14	c   628s| 88300 | 76716 |  4810k|  54.5 |  1029M |  75 |1968 |4897 |2073 | 350k|  2 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
1644.27/1650.82	c   629s| 88400 | 76794 |  4815k|  54.5 |  1031M |  75 |1968 |4939 |2075 | 350k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
1644.97/1651.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1644.97/1651.52	c   629s| 88500 | 76877 |  4822k|  54.5 |  1032M |  75 |1968 |4969 |2076 | 350k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
1645.67/1652.25	c   630s| 88600 | 76961 |  4828k|  54.5 |  1032M |  75 |1968 |4975 |2117 | 351k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
1646.36/1652.98	c   631s| 88700 | 77053 |  4833k|  54.5 |  1033M |  75 |1968 |4948 |   0 | 351k|  0 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
1647.16/1653.76	c   632s| 88800 | 77143 |  4839k|  54.5 |  1033M |  75 |1968 |4974 |2095 | 352k|  1 |  50k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1647.96/1654.52	c   632s| 88900 | 77232 |  4845k|  54.5 |  1033M |  75 |1968 |5044 |2114 | 352k|  2 |  50k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1648.66/1655.26	c   633s| 89000 | 77322 |  4850k|  54.5 |  1033M |  75 |1968 |5030 |2073 | 352k|  1 |  50k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1649.35/1655.95	c   634s| 89100 | 77406 |  4855k|  54.5 |  1033M |  75 |1968 |5046 |2075 | 353k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1650.05/1656.65	c   635s| 89200 | 77492 |  4861k|  54.5 |  1033M |  75 |1968 |5058 |2029 | 353k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1650.85/1657.46	c   635s| 89300 | 77578 |  4868k|  54.5 |  1033M |  75 |1968 |5097 |2095 | 354k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1651.74/1658.39	c   636s| 89400 | 77660 |  4875k|  54.5 |  1033M |  75 |1968 |5084 |2017 | 354k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1652.74/1659.32	c   637s| 89500 | 77746 |  4882k|  54.5 |  1033M |  75 |1968 |5040 |2005 | 354k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1653.34/1659.99	c   638s| 89600 | 77838 |  4888k|  54.5 |  1033M |  75 |1968 |5030 |2048 | 355k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1654.33/1660.90	c   639s| 89700 | 77923 |  4893k|  54.5 |  1036M |  75 |1968 |5096 |2010 | 355k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1654.83/1661.40	c   639s| 89800 | 78009 |  4897k|  54.5 |  1036M |  75 |1968 |5093 |2034 | 356k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1655.33/1661.91	c   640s| 89900 | 78099 |  4902k|  54.5 |  1036M |  75 |1968 |5100 |2084 | 356k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1656.03/1662.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1656.03/1662.69	c   641s| 90000 | 78184 |  4908k|  54.5 |  1037M |  75 |1968 |5062 |2132 | 356k|  6 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1656.62/1663.25	c   641s| 90100 | 78269 |  4913k|  54.5 |  1037M |  75 |1968 |5063 |2119 | 357k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1657.43/1664.10	c   642s| 90200 | 78354 |  4919k|  54.5 |  1037M |  75 |1968 |5039 |2046 | 357k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1658.12/1664.72	c   643s| 90300 | 78438 |  4924k|  54.5 |  1038M |  75 |1968 |5095 |2067 | 357k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1658.72/1665.38	c   643s| 90400 | 78519 |  4930k|  54.5 |  1038M |  75 |1968 |5054 |2117 | 358k|  2 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1659.31/1665.91	c   644s| 90500 | 78608 |  4934k|  54.5 |  1039M |  75 |1968 |5047 |2105 | 358k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1659.81/1666.40	c   644s| 90600 | 78702 |  4939k|  54.5 |  1039M |  75 |1968 |4995 |2046 | 358k|  2 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1660.42/1667.06	c   645s| 90700 | 78790 |  4943k|  54.5 |  1039M |  75 |1968 |4985 |   0 | 359k|  0 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1661.31/1667.95	c   646s| 90800 | 78884 |  4949k|  54.5 |  1039M |  75 |1968 |4996 |2146 | 359k|  7 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1661.90/1668.59	c   646s| 90900 | 78970 |  4954k|  54.5 |  1040M |  75 |1968 |5010 |2080 | 359k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1662.52/1669.18	c   647s| 91000 | 79062 |  4958k|  54.5 |  1040M |  75 |1968 |4965 |2059 | 360k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1662.90/1669.58	c   647s| 91100 | 79137 |  4962k|  54.4 |  1040M |  75 |1968 |4974 |   0 | 360k|  0 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1663.90/1670.50	c   648s| 91200 | 79224 |  4969k|  54.5 |  1041M |  75 |1968 |4914 |2071 | 360k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1664.30/1671.00	c   649s| 91300 | 79318 |  4974k|  54.5 |  1041M |  75 |1968 |4853 |2051 | 361k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1665.09/1671.73	c   650s| 91400 | 79395 |  4978k|  54.4 |  1043M |  75 |1968 |4904 |2047 | 361k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1665.69/1672.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1665.69/1672.38	c   650s| 91500 | 79480 |  4984k|  54.4 |  1043M |  75 |1968 |4913 |2044 | 361k|  4 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1666.50/1673.13	c   651s| 91600 | 79565 |  4988k|  54.4 |  1043M |  75 |1968 |4944 |2068 | 362k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1667.09/1673.74	c   652s| 91700 | 79645 |  4993k|  54.4 |  1043M |  75 |1968 |4933 |2089 | 362k|  6 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1667.58/1674.25	c   652s| 91800 | 79737 |  4998k|  54.4 |  1043M |  75 |1968 |4890 |2110 | 363k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1668.28/1674.90	c   653s| 91900 | 79833 |  5003k|  54.4 |  1043M |  75 |1968 |4833 |2023 | 363k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1669.08/1675.72	c   654s| 92000 | 79919 |  5009k|  54.4 |  1043M |  75 |1968 |4787 |2064 | 363k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1669.58/1676.21	c   654s| 92100 | 80004 |  5014k|  54.4 |  1044M |  75 |1968 |4810 |2059 | 364k|  2 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1670.07/1676.78	c   655s| 92200 | 80088 |  5019k|  54.4 |  1044M |  75 |1968 |4819 |1981 | 364k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1670.67/1677.34	c   655s| 92300 | 80177 |  5024k|  54.4 |  1044M |  75 |1968 |4807 |2040 | 364k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1671.38/1678.01	c   656s| 92400 | 80255 |  5029k|  54.4 |  1044M |  75 |1968 |4830 |2096 | 365k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1671.97/1678.65	c   657s| 92500 | 80341 |  5034k|  54.4 |  1044M |  75 |1968 |4850 |2071 | 365k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1672.66/1679.38	c   657s| 92600 | 80429 |  5040k|  54.4 |  1044M |  75 |1968 |4853 |2081 | 365k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1673.26/1679.99	c   658s| 92700 | 80509 |  5045k|  54.4 |  1044M |  75 |1968 |4895 |2083 | 366k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1673.86/1680.57	c   658s| 92800 | 80601 |  5051k|  54.4 |  1045M |  75 |1968 |4886 |2051 | 366k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1674.47/1681.12	c   659s| 92900 | 80689 |  5055k|  54.4 |  1045M |  75 |1968 |4900 |   0 | 366k|  0 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1675.16/1681.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1675.16/1681.82	c   660s| 93000 | 80773 |  5060k|  54.4 |  1045M |  75 |1968 |4868 |2011 | 367k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1675.75/1682.46	c   660s| 93100 | 80861 |  5065k|  54.4 |  1045M |  75 |1968 |4927 |2071 | 367k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1676.46/1683.17	c   661s| 93200 | 80951 |  5071k|  54.4 |  1045M |  75 |1968 |4939 |2104 | 367k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1676.95/1683.61	c   661s| 93300 | 81028 |  5076k|  54.4 |  1045M |  75 |1968 |4966 |2024 | 368k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1677.65/1684.35	c   662s| 93400 | 81114 |  5082k|  54.4 |  1046M |  75 |1968 |4984 |1996 | 368k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1678.14/1684.88	c   663s| 93500 | 81203 |  5087k|  54.4 |  1046M |  75 |1968 |4976 |   0 | 368k|  0 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1678.74/1685.49	c   663s| 93600 | 81295 |  5091k|  54.4 |  1048M |  75 |1968 |4956 |2080 | 369k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1679.54/1686.20	c   664s| 93700 | 81379 |  5096k|  54.4 |  1048M |  75 |1968 |4957 |2053 | 369k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1680.24/1686.93	c   665s| 93800 | 81457 |  5101k|  54.4 |  1049M |  75 |1968 |4963 |   0 | 370k|  0 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1680.73/1687.45	c   665s| 93900 | 81541 |  5106k|  54.4 |  1049M |  75 |1968 |5019 |2111 | 370k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1681.23/1688.00	c   666s| 94000 | 81627 |  5110k|  54.3 |  1049M |  75 |1968 |4982 |2055 | 370k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1682.03/1688.79	c   667s| 94100 | 81707 |  5116k|  54.3 |  1049M |  75 |1968 |5048 |2085 | 371k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1682.83/1689.55	c   667s| 94200 | 81797 |  5123k|  54.4 |  1050M |  75 |1968 |5040 |2030 | 371k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1683.52/1690.27	c   668s| 94300 | 81893 |  5128k|  54.4 |  1050M |  75 |1968 |5046 |2046 | 371k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1684.02/1690.77	c   669s| 94400 | 81987 |  5133k|  54.4 |  1050M |  75 |1968 |5015 |2001 | 372k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1684.72/1691.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1684.72/1691.42	c   669s| 94500 | 82069 |  5138k|  54.4 |  1050M |  75 |1968 |5063 |2101 | 372k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1685.43/1692.17	c   670s| 94600 | 82157 |  5143k|  54.3 |  1050M |  75 |1968 |5062 |2047 | 372k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1686.42/1693.12	c   671s| 94700 | 82241 |  5149k|  54.4 |  1050M |  75 |1968 |5060 |2093 | 373k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1687.11/1693.86	c   672s| 94800 | 82333 |  5156k|  54.4 |  1050M |  75 |1968 |5051 |2130 | 373k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1687.81/1694.53	c   672s| 94900 | 82417 |  5162k|  54.4 |  1051M |  75 |1968 |5044 |2039 | 374k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1688.42/1695.15	c   673s| 95000 | 82505 |  5166k|  54.4 |  1051M |  75 |1968 |5045 |2038 | 374k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1689.00/1695.77	c   674s| 95100 | 82591 |  5171k|  54.4 |  1052M |  75 |1968 |5060 |1996 | 374k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1689.70/1696.40	c   674s| 95200 | 82677 |  5176k|  54.3 |  1053M |  75 |1968 |5086 |2103 | 375k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1690.20/1696.96	c   675s| 95300 | 82767 |  5180k|  54.3 |  1053M |  75 |1968 |5053 |2098 | 375k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1690.79/1697.56	c   675s| 95400 | 82863 |  5185k|  54.3 |  1053M |  75 |1968 |5022 |2050 | 375k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1691.49/1698.20	c   676s| 95500 | 82949 |  5190k|  54.3 |  1053M |  75 |1968 |5020 |2122 | 376k|  2 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1692.09/1698.88	c   677s| 95600 | 83034 |  5195k|  54.3 |  1054M |  75 |1968 |5039 |2010 | 376k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1692.79/1699.54	c   677s| 95700 | 83128 |  5201k|  54.3 |  1054M |  75 |1968 |5013 |2051 | 376k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1693.30/1700.07	c   678s| 95800 | 83214 |  5205k|  54.3 |  1054M |  75 |1968 |4990 |2017 | 377k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1693.98/1700.70	c   679s| 95900 | 83296 |  5210k|  54.3 |  1054M |  75 |1968 |5027 |2085 | 377k|  1 |  55k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1694.68/1701.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1694.68/1701.43	c   679s| 96000 | 83392 |  5216k|  54.3 |  1054M |  75 |1968 |4987 |2074 | 377k|  1 |  55k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1695.29/1702.10	c   680s| 96100 | 83480 |  5221k|  54.3 |  1055M |  75 |1968 |4995 |2122 | 377k|  1 |  55k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1695.97/1702.75	c   681s| 96200 | 83563 |  5226k|  54.3 |  1056M |  75 |1968 |5034 |2048 | 378k|  1 |  55k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
1696.57/1703.38	c   681s| 96300 | 83651 |  5231k|  54.3 |  1056M |  77 |1968 |5085 |2094 | 378k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1697.07/1703.87	c   682s| 96400 | 83735 |  5236k|  54.3 |  1056M |  77 |1968 |5062 |2025 | 378k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1697.67/1704.47	c   682s| 96500 | 83825 |  5241k|  54.3 |  1056M |  77 |1968 |5019 |   0 | 379k|  0 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1698.38/1705.12	c   683s| 96600 | 83912 |  5245k|  54.3 |  1056M |  77 |1968 |4975 |2014 | 379k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1698.86/1705.69	c   684s| 96700 | 83996 |  5250k|  54.3 |  1056M |  77 |1968 |4971 |   0 | 379k|  0 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1699.38/1706.16	c   684s| 96800 | 84086 |  5254k|  54.3 |  1056M |  77 |1968 |4996 |2076 | 380k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1700.16/1706.92	c   685s| 96900 | 84170 |  5259k|  54.3 |  1056M |  77 |1968 |4950 |2007 | 380k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1700.86/1707.69	c   686s| 97000 | 84260 |  5266k|  54.3 |  1056M |  77 |1968 |4981 |2032 | 380k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1701.65/1708.44	c   686s| 97100 | 84345 |  5271k|  54.3 |  1057M |  77 |1968 |4994 |2010 | 381k|  2 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1702.26/1709.08	c   687s| 97200 | 84434 |  5276k|  54.3 |  1058M |  77 |1968 |4995 |2065 | 381k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1702.85/1709.67	c   688s| 97300 | 84522 |  5282k|  54.3 |  1058M |  77 |1968 |4983 |2077 | 381k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1703.45/1710.27	c   688s| 97400 | 84610 |  5286k|  54.3 |  1058M |  77 |1968 |4998 |2018 | 382k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1704.14/1710.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1704.14/1710.94	c   689s| 97500 | 84694 |  5292k|  54.3 |  1059M |  77 |1968 |4986 |2054 | 382k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1704.84/1711.60	c   689s| 97600 | 84782 |  5298k|  54.3 |  1059M |  77 |1968 |4961 |2077 | 382k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1705.54/1712.32	c   690s| 97700 | 84867 |  5304k|  54.3 |  1059M |  77 |1968 |4993 |2074 | 383k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1706.14/1712.95	c   691s| 97800 | 84955 |  5308k|  54.3 |  1061M |  77 |1968 |5027 |2039 | 383k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1706.83/1713.67	c   692s| 97900 | 85039 |  5314k|  54.3 |  1061M |  77 |1968 |5051 |2086 | 384k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1707.63/1714.44	c   692s| 98000 | 85127 |  5319k|  54.3 |  1062M |  77 |1968 |5075 |2075 | 384k|  2 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1708.24/1715.06	c   693s| 98100 | 85215 |  5324k|  54.3 |  1063M |  77 |1968 |5098 |2002 | 384k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1708.93/1715.76	c   694s| 98200 | 85303 |  5331k|  54.3 |  1064M |  77 |1968 |5098 |2102 | 385k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1709.62/1716.40	c   694s| 98300 | 85387 |  5335k|  54.3 |  1064M |  77 |1968 |5132 |2104 | 385k|  4 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1710.12/1716.94	c   695s| 98400 | 85480 |  5339k|  54.2 |  1064M |  77 |1968 |5097 |2071 | 385k|  2 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1710.72/1717.54	c   695s| 98500 | 85556 |  5343k|  54.2 |  1064M |  77 |1968 |5171 |2051 | 386k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1711.12/1717.98	c   696s| 98600 | 85645 |  5347k|  54.2 |  1065M |  77 |1968 |5157 |2021 | 386k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1711.72/1718.58	c   696s| 98700 | 85731 |  5352k|  54.2 |  1065M |  77 |1968 |5150 |2101 | 386k|  2 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1712.23/1719.10	c   697s| 98800 | 85815 |  5357k|  54.2 |  1065M |  77 |1968 |5130 |2003 | 386k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1712.91/1719.77	c   698s| 98900 | 85903 |  5363k|  54.2 |  1065M |  77 |1968 |5128 |2091 | 387k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1713.61/1720.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1713.61/1720.42	c   698s| 99000 | 85995 |  5368k|  54.2 |  1065M |  77 |1968 |5079 |2001 | 387k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1714.22/1721.09	c   699s| 99100 | 86083 |  5373k|  54.2 |  1066M |  77 |1968 |5078 |2055 | 387k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1714.81/1721.67	c   700s| 99200 | 86173 |  5377k|  54.2 |  1066M |  77 |1968 |5056 |2097 | 388k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1715.60/1722.40	c   700s| 99300 | 86258 |  5382k|  54.2 |  1066M |  77 |1968 |5018 |2058 | 388k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1716.31/1723.12	c   701s| 99400 | 86348 |  5389k|  54.2 |  1066M |  77 |1968 |4990 |2116 | 389k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1716.90/1723.79	c   702s| 99500 | 86444 |  5394k|  54.2 |  1067M |  77 |1968 |4914 |2021 | 389k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1717.40/1724.25	c   702s| 99600 | 86534 |  5398k|  54.2 |  1067M |  77 |1968 |4881 |2046 | 389k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1718.21/1725.03	c   703s| 99700 | 86628 |  5406k|  54.2 |  1067M |  77 |1968 |4861 |2133 | 390k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1718.69/1725.56	c   703s| 99800 | 86718 |  5410k|  54.2 |  1067M |  77 |1968 |4818 |2002 | 390k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1719.20/1726.10	c   704s| 99900 | 86804 |  5415k|  54.2 |  1068M |  77 |1968 |4842 |2105 | 390k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1719.69/1726.56	c   704s|100000 | 86900 |  5419k|  54.2 |  1068M |  77 |1968 |4828 |2046 | 390k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1720.58/1727.45	c   705s|100100 | 86988 |  5425k|  54.2 |  1071M |  77 |1968 |4825 |2097 | 391k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1721.08/1727.99	c   706s|100200 | 87074 |  5430k|  54.2 |  1073M |  77 |1968 |4815 |2084 | 391k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1721.88/1728.78	c   707s|100300 | 87154 |  5436k|  54.2 |  1073M |  77 |1968 |4884 |2037 | 391k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1722.68/1729.50	c   707s|100400 | 87236 |  5442k|  54.2 |  1073M |  77 |1968 |4866 |2116 | 392k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1723.07/1729.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1723.07/1729.95	c   708s|100500 | 87325 |  5447k|  54.2 |  1073M |  77 |1968 |4834 |1999 | 392k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1723.57/1730.42	c   708s|100600 | 87404 |  5451k|  54.2 |  1073M |  77 |1968 |4870 |2025 | 392k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1724.37/1731.29	c   709s|100700 | 87492 |  5457k|  54.2 |  1073M |  77 |1968 |4852 |2115 | 393k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1725.07/1731.98	c   710s|100800 | 87581 |  5463k|  54.2 |  1073M |  77 |1968 |4845 |2091 | 393k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1725.76/1732.66	c   711s|100900 | 87671 |  5469k|  54.2 |  1073M |  77 |1968 |4862 |2002 | 394k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1726.66/1733.55	c   711s|101000 | 87758 |  5474k|  54.2 |  1080M |  77 |1968 |4859 |2123 | 394k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1727.17/1734.08	c   712s|101100 | 87841 |  5479k|  54.2 |  1080M |  77 |1968 |4831 |2051 | 394k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1727.76/1734.65	c   713s|101200 | 87929 |  5483k|  54.2 |  1080M |  77 |1968 |4873 |1999 | 395k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1728.35/1735.22	c   713s|101300 | 88017 |  5488k|  54.2 |  1080M |  77 |1968 |4861 |2047 | 395k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1728.85/1735.79	c   714s|101400 | 88109 |  5493k|  54.2 |  1080M |  77 |1968 |4866 |2073 | 395k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1729.55/1736.42	c   714s|101500 | 88203 |  5498k|  54.2 |  1081M |  77 |1968 |4864 |2029 | 396k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1730.26/1737.17	c   715s|101600 | 88286 |  5504k|  54.2 |  1081M |  77 |1968 |4883 |2090 | 396k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1731.16/1738.10	c   716s|101700 | 88374 |  5511k|  54.2 |  1081M |  77 |1968 |4931 |2092 | 396k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1732.04/1739.00	c   717s|101800 | 88468 |  5517k|  54.2 |  1081M |  77 |1968 |4948 |2008 | 397k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1732.84/1739.74	c   718s|101900 | 88562 |  5524k|  54.2 |  1082M |  77 |1968 |4920 |2091 | 397k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1733.34/1740.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1733.34/1740.28	c   718s|102000 | 88657 |  5529k|  54.2 |  1082M |  77 |1968 |4877 |2011 | 397k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1733.93/1740.83	c   719s|102100 | 88751 |  5534k|  54.2 |  1083M |  77 |1968 |4888 |   0 | 398k|  0 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1734.53/1741.43	c   719s|102200 | 88839 |  5539k|  54.2 |  1083M |  77 |1968 |4880 |2119 | 398k|  2 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1734.93/1741.87	c   720s|102300 | 88931 |  5544k|  54.2 |  1083M |  77 |1968 |4878 |2020 | 398k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1735.53/1742.47	c   720s|102400 | 89019 |  5548k|  54.2 |  1083M |  77 |1968 |4881 |   0 | 399k|  0 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1736.14/1743.05	c   721s|102500 | 89113 |  5554k|  54.2 |  1084M |  77 |1968 |4851 |2002 | 399k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1736.92/1743.82	c   722s|102600 | 89205 |  5559k|  54.2 |  1084M |  77 |1968 |4849 |2108 | 399k|  2 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1737.62/1744.55	c   722s|102700 | 89295 |  5566k|  54.2 |  1085M |  77 |1968 |4887 |2029 | 400k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1738.02/1745.00	c   723s|102800 | 89389 |  5570k|  54.2 |  1085M |  77 |1968 |4846 |2051 | 400k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1738.72/1745.67	c   724s|102900 | 89487 |  5576k|  54.2 |  1086M |  77 |1968 |4821 |2116 | 400k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1739.23/1746.14	c   724s|103000 | 89580 |  5580k|  54.2 |  1086M |  77 |1968 |4756 |2052 | 401k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1740.01/1746.90	c   725s|103100 | 89676 |  5585k|  54.2 |  1086M |  77 |1968 |4724 |2111 | 401k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1740.61/1747.56	c   725s|103200 | 89764 |  5591k|  54.2 |  1086M |  77 |1968 |4745 |2022 | 401k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1741.41/1748.32	c   726s|103300 | 89856 |  5597k|  54.2 |  1087M |  77 |1968 |4842 |2049 | 402k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1742.00/1748.93	c   727s|103400 | 89950 |  5602k|  54.2 |  1087M |  77 |1968 |4910 |2031 | 402k|  2 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1742.80/1749.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1742.80/1749.71	c   728s|103500 | 90039 |  5608k|  54.2 |  1087M |  77 |1968 |4925 |2101 | 403k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1743.40/1750.37	c   728s|103600 | 90124 |  5612k|  54.2 |  1089M |  77 |1968 |4929 |2057 | 403k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1744.11/1751.06	c   729s|103700 | 90219 |  5619k|  54.2 |  1090M |  77 |1968 |4952 |2103 | 403k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1744.69/1751.62	c   729s|103800 | 90313 |  5625k|  54.2 |  1090M |  77 |1968 |4937 |2010 | 404k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1745.49/1752.43	c   730s|103900 | 90395 |  5631k|  54.2 |  1090M |  77 |1968 |4956 |2053 | 404k|  3 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1746.20/1753.13	c   731s|104000 | 90485 |  5637k|  54.2 |  1091M |  77 |1968 |4938 |2067 | 404k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1746.79/1753.73	c   732s|104100 | 90581 |  5642k|  54.2 |  1091M |  77 |1968 |4922 |2021 | 405k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1747.48/1754.47	c   732s|104200 | 90675 |  5648k|  54.2 |  1091M |  77 |1968 |4916 |2145 | 405k|  7 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1748.09/1755.06	c   733s|104300 | 90763 |  5653k|  54.2 |  1091M |  77 |1968 |4912 |2077 | 405k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1748.78/1755.76	c   734s|104400 | 90854 |  5658k|  54.2 |  1092M |  77 |1968 |4905 |2101 | 406k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1749.38/1756.31	c   734s|104500 | 90932 |  5663k|  54.2 |  1092M |  77 |1968 |4952 |1982 | 406k|  1 |  60k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1749.87/1756.87	c   735s|104600 | 91026 |  5668k|  54.2 |  1092M |  77 |1968 |4923 |2084 | 406k|  5 |  60k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
1750.57/1757.50	c   735s|104700 | 91114 |  5674k|  54.2 |  1093M |  77 |1968 |4943 |2085 | 407k|  0 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1751.18/1758.17	c   736s|104800 | 91206 |  5680k|  54.2 |  1093M |  77 |1968 |4911 |2024 | 407k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1751.87/1758.87	c   737s|104900 | 91300 |  5685k|  54.2 |  1095M |  77 |1968 |4874 |2114 | 408k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1752.56/1759.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1752.56/1759.57	c   737s|105000 | 91394 |  5691k|  54.2 |  1095M |  77 |1968 |4880 |2010 | 408k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1753.26/1760.21	c   738s|105100 | 91481 |  5696k|  54.2 |  1095M |  77 |1968 |4882 |   0 | 408k|  0 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1753.76/1760.78	c   739s|105200 | 91568 |  5702k|  54.2 |  1095M |  77 |1968 |4825 |2040 | 409k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1754.46/1761.40	c   739s|105300 | 91653 |  5707k|  54.2 |  1095M |  77 |1968 |4800 |2122 | 409k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1755.25/1762.26	c   740s|105400 | 91741 |  5712k|  54.2 |  1095M |  77 |1968 |4853 |2041 | 409k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1755.95/1762.98	c   741s|105500 | 91831 |  5719k|  54.2 |  1095M |  77 |1968 |4854 |2114 | 410k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1756.45/1763.48	c   741s|105600 | 91920 |  5723k|  54.2 |  1095M |  77 |1968 |4896 |2021 | 410k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1757.25/1764.26	c   742s|105700 | 92014 |  5729k|  54.2 |  1097M |  77 |1968 |4911 |2090 | 410k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1757.75/1764.77	c   743s|105800 | 92107 |  5734k|  54.2 |  1097M |  77 |1968 |4891 |2004 | 411k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1758.54/1765.54	c   743s|105900 | 92201 |  5741k|  54.2 |  1097M |  77 |1968 |4874 |2098 | 411k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1759.05/1766.10	c   744s|106000 | 92297 |  5746k|  54.2 |  1097M |  77 |1968 |4842 |2026 | 411k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1760.15/1767.12	c   745s|106100 | 92388 |  5753k|  54.2 |  1098M |  77 |1968 |4867 |2092 | 412k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1760.73/1767.74	c   746s|106200 | 92486 |  5757k|  54.2 |  1098M |  77 |1968 |4827 |2038 | 412k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1761.23/1768.23	c   746s|106300 | 92580 |  5762k|  54.2 |  1099M |  77 |1968 |4811 |2103 | 413k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1761.83/1768.80	c   747s|106400 | 92672 |  5767k|  54.2 |  1099M |  77 |1968 |4781 |2030 | 413k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1762.73/1769.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1762.73/1769.79	c   748s|106500 | 92768 |  5773k|  54.2 |  1100M |  77 |1968 |4788 |2088 | 413k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1763.33/1770.32	c   748s|106600 | 92856 |  5779k|  54.2 |  1101M |  77 |1968 |4782 |2070 | 414k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1764.14/1771.14	c   749s|106700 | 92950 |  5785k|  54.2 |  1102M |  77 |1968 |4804 |2100 | 414k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1764.52/1771.59	c   749s|106800 | 93040 |  5790k|  54.2 |  1102M |  77 |1968 |4754 |2010 | 414k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1765.22/1772.22	c   750s|106900 | 93140 |  5794k|  54.2 |  1102M |  77 |1968 |4722 |2066 | 415k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1765.82/1772.87	c   751s|107000 | 93232 |  5799k|  54.2 |  1102M |  77 |1968 |4687 |2021 | 415k|  2 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1766.22/1773.28	c   751s|107100 | 93317 |  5803k|  54.2 |  1103M |  77 |1968 |4686 |2054 | 415k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1767.12/1774.12	c   752s|107200 | 93410 |  5809k|  54.2 |  1103M |  77 |1968 |4675 |2013 | 416k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1767.81/1774.85	c   753s|107300 | 93506 |  5816k|  54.2 |  1104M |  77 |1968 |4630 |2068 | 416k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1768.41/1775.44	c   753s|107400 | 93600 |  5821k|  54.2 |  1104M |  77 |1968 |4585 |2098 | 417k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1769.02/1776.08	c   754s|107500 | 93694 |  5826k|  54.2 |  1104M |  77 |1968 |4535 |2025 | 417k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1769.70/1776.71	c   755s|107600 | 93788 |  5831k|  54.2 |  1104M |  77 |1968 |4506 |2089 | 417k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1770.30/1777.36	c   755s|107700 | 93886 |  5837k|  54.2 |  1105M |  77 |1968 |4495 |2040 | 418k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1770.90/1777.94	c   756s|107800 | 93978 |  5842k|  54.2 |  1105M |  77 |1968 |4514 |2053 | 418k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1771.50/1778.52	c   756s|107900 | 94068 |  5846k|  54.2 |  1105M |  77 |1968 |4481 |1984 | 419k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1772.01/1779.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1772.01/1779.03	c   757s|108000 | 94154 |  5850k|  54.2 |  1106M |  77 |1968 |4476 |2022 | 419k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1772.59/1779.65	c   758s|108100 | 94243 |  5855k|  54.1 |  1106M |  77 |1968 |4471 |2004 | 419k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1773.19/1780.21	c   758s|108200 | 94337 |  5860k|  54.1 |  1106M |  77 |1968 |4455 |2072 | 420k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1773.69/1780.76	c   759s|108300 | 94429 |  5866k|  54.1 |  1109M |  77 |1968 |4435 |2108 | 420k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1774.38/1781.40	c   759s|108400 | 94527 |  5872k|  54.2 |  1109M |  77 |1968 |4419 |2077 | 420k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1775.00/1782.08	c   760s|108500 | 94611 |  5877k|  54.2 |  1109M |  77 |1968 |4481 |2099 | 421k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1775.78/1782.86	c   761s|108600 | 94705 |  5885k|  54.2 |  1109M |  77 |1968 |4461 |1999 | 421k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1776.28/1783.37	c   761s|108700 | 94792 |  5890k|  54.2 |  1110M |  77 |1968 |4478 |1990 | 421k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1776.88/1783.97	c   762s|108800 | 94884 |  5895k|  54.2 |  1110M |  77 |1968 |4470 |2075 | 422k|  3 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1777.67/1784.71	c   763s|108900 | 94974 |  5902k|  54.2 |  1110M |  77 |1968 |4454 |2066 | 422k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1778.67/1785.71	c   764s|109000 | 95065 |  5913k|  54.2 |  1110M |  77 |1968 |4453 |2051 | 423k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1779.17/1786.27	c   764s|109100 | 95146 |  5918k|  54.2 |  1110M |  77 |1968 |4514 |2027 | 423k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1779.98/1787.01	c   765s|109200 | 95233 |  5925k|  54.2 |  1111M |  77 |1968 |4530 |2021 | 423k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1780.66/1787.77	c   766s|109300 | 95323 |  5931k|  54.2 |  1111M |  77 |1968 |4545 |2071 | 424k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1781.26/1788.30	c   766s|109400 | 95413 |  5936k|  54.2 |  1111M |  77 |1968 |4561 |2057 | 424k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1781.66/1788.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1781.66/1788.79	c   767s|109500 | 95497 |  5941k|  54.2 |  1111M |  77 |1968 |4570 |2004 | 424k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1782.36/1789.40	c   767s|109600 | 95582 |  5946k|  54.2 |  1111M |  77 |1968 |4592 |2074 | 425k|  2 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1782.85/1789.99	c   768s|109700 | 95677 |  5951k|  54.2 |  1111M |  77 |1968 |4592 |2097 | 425k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1783.45/1790.52	c   768s|109800 | 95765 |  5956k|  54.2 |  1111M |  77 |1968 |4612 |2041 | 425k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1783.85/1790.97	c   769s|109900 | 95853 |  5960k|  54.2 |  1111M |  77 |1968 |4630 |1976 | 426k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1784.65/1791.71	c   770s|110000 | 95949 |  5968k|  54.2 |  1111M |  77 |1968 |4622 |2065 | 426k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1785.15/1792.23	c   770s|110100 | 96039 |  5972k|  54.2 |  1111M |  77 |1968 |4631 |2124 | 426k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1785.74/1792.88	c   771s|110200 | 96129 |  5978k|  54.2 |  1111M |  77 |1968 |4608 |2041 | 427k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1786.34/1793.46	c   771s|110300 | 96221 |  5983k|  54.2 |  1111M |  77 |1968 |4591 |2049 | 427k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1787.14/1794.26	c   772s|110400 | 96309 |  5989k|  54.2 |  1113M |  77 |1968 |4604 |2012 | 427k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1787.64/1794.73	c   773s|110500 | 96393 |  5994k|  54.2 |  1114M |  77 |1968 |4600 |2043 | 428k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1788.33/1795.46	c   773s|110600 | 96475 |  5999k|  54.2 |  1114M |  77 |1968 |4601 |   0 | 428k|  0 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1789.13/1796.22	c   774s|110700 | 96569 |  6006k|  54.2 |  1114M |  77 |1968 |4580 |2078 | 429k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1789.63/1796.75	c   775s|110800 | 96651 |  6011k|  54.2 |  1114M |  77 |1968 |4605 |2080 | 429k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1790.23/1797.36	c   775s|110900 | 96741 |  6016k|  54.2 |  1115M |  77 |1968 |4598 |2049 | 429k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1791.04/1798.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1791.04/1798.17	c   776s|111000 | 96827 |  6022k|  54.2 |  1115M |  77 |1968 |4614 |2093 | 430k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1791.62/1798.79	c   777s|111100 | 96905 |  6027k|  54.2 |  1115M |  77 |1968 |4631 |2004 | 430k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1792.52/1799.61	c   777s|111200 | 96991 |  6034k|  54.2 |  1115M |  77 |1968 |4624 |2082 | 431k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1792.93/1800.01	c   778s|111300 | 97075 |  6037k|  54.2 |  1115M |  77 |1968 |4613 |2062 | 431k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1793.42/1800.58	c   778s|111400 | 97165 |  6043k|  54.2 |  1115M |  77 |1968 |4626 |1997 | 431k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1794.11/1801.23	c   779s|111500 | 97244 |  6047k|  54.2 |  1115M |  77 |1968 |4670 |2092 | 432k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1794.81/1801.91	c   780s|111600 | 97328 |  6052k|  54.2 |  1118M |  77 |1968 |4667 |2055 | 432k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1795.41/1802.51	c   780s|111700 | 97408 |  6058k|  54.2 |  1118M |  77 |1968 |4700 |   0 | 432k|  0 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1796.02/1803.18	c   781s|111800 | 97496 |  6062k|  54.2 |  1119M |  77 |1968 |4689 |2026 | 433k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1796.80/1803.94	c   782s|111900 | 97589 |  6067k|  54.2 |  1119M |  77 |1968 |4687 |2076 | 433k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1797.30/1804.41	c   782s|112000 | 97677 |  6071k|  54.2 |  1119M |  77 |1968 |4688 |2019 | 433k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1797.80/1804.98	c   783s|112100 | 97764 |  6075k|  54.2 |  1120M |  77 |1968 |4705 |2094 | 434k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1798.30/1805.49	c   783s|112200 | 97850 |  6079k|  54.2 |  1120M |  77 |1968 |4672 |2000 | 434k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1798.91/1806.10	c   784s|112300 | 97940 |  6084k|  54.2 |  1120M |  77 |1968 |4664 |2021 | 434k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1799.69/1806.84	c   785s|112400 | 98030 |  6089k|  54.2 |  1121M |  77 |1968 |4634 |2090 | 434k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1800.29/1807.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1800.29/1807.47	c   785s|112500 | 98120 |  6095k|  54.2 |  1121M |  77 |1968 |4647 |2029 | 435k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1801.09/1808.24	c   786s|112600 | 98216 |  6101k|  54.2 |  1121M |  77 |1968 |4633 |2108 | 435k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1801.69/1808.86	c   787s|112700 | 98304 |  6107k|  54.2 |  1121M |  77 |1968 |4624 |1983 | 435k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1802.38/1809.52	c   787s|112800 | 98394 |  6111k|  54.2 |  1121M |  77 |1968 |4615 |2041 | 436k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1802.90/1810.04	c   788s|112900 | 98474 |  6116k|  54.2 |  1122M |  77 |1968 |4640 |2053 | 436k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1803.38/1810.57	c   788s|113000 | 98558 |  6120k|  54.1 |  1122M |  77 |1968 |4645 |2030 | 436k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1803.99/1811.18	c   789s|113100 | 98648 |  6125k|  54.1 |  1123M |  77 |1968 |4656 |2058 | 437k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1804.48/1811.65	c   790s|113200 | 98720 |  6129k|  54.1 |  1123M |  77 |1968 |4666 |   0 | 437k|  0 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1804.99/1812.13	c   790s|113300 | 98802 |  6133k|  54.1 |  1123M |  77 |1968 |4775 |2095 | 437k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1805.57/1812.78	c   791s|113400 | 98894 |  6139k|  54.1 |  1124M |  77 |1968 |4762 |2039 | 438k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1806.37/1813.58	c   791s|113500 | 98982 |  6145k|  54.1 |  1124M |  77 |1968 |4770 |2132 | 438k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1806.88/1814.11	c   792s|113600 | 99066 |  6150k|  54.1 |  1124M |  77 |1968 |4742 |2013 | 438k|  2 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1807.47/1814.67	c   793s|113700 | 99152 |  6155k|  54.1 |  1125M |  77 |1968 |4740 |2012 | 439k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1808.36/1815.52	c   793s|113800 | 99242 |  6161k|  54.1 |  1125M |  77 |1968 |4723 |2094 | 439k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1808.97/1816.19	c   794s|113900 | 99338 |  6167k|  54.1 |  1125M |  77 |1968 |4695 |2031 | 439k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1809.87/1817.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1809.87/1817.02	c   795s|114000 | 99426 |  6172k|  54.1 |  1125M |  77 |1968 |4686 |2044 | 440k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1810.35/1817.50	c   795s|114100 | 99504 |  6176k|  54.1 |  1126M |  77 |1968 |4732 |2101 | 440k|  2 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1810.97/1818.14	c   796s|114200 | 99587 |  6181k|  54.1 |  1126M |  77 |1968 |4754 |2020 | 440k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1811.65/1818.84	c   797s|114300 | 99673 |  6186k|  54.1 |  1126M |  77 |1968 |4747 |2103 | 441k|  7 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1812.55/1819.73	c   798s|114400 | 99755 |  6193k|  54.1 |  1128M |  77 |1968 |4767 |2032 | 441k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1813.24/1820.40	c   798s|114500 | 99838 |  6199k|  54.1 |  1128M |  77 |1968 |4784 |2028 | 442k|  3 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1813.74/1820.96	c   799s|114600 | 99922 |  6203k|  54.1 |  1129M |  77 |1968 |4807 |2050 | 442k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1814.64/1821.81	c   800s|114700 |100010 |  6209k|  54.1 |  1130M |  77 |1968 |4819 |2116 | 442k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1815.24/1822.41	c   800s|114800 |100093 |  6214k|  54.1 |  1131M |  77 |1968 |4815 |2050 | 443k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1815.74/1822.95	c   801s|114900 |100181 |  6218k|  54.1 |  1131M |  77 |1968 |4800 |1994 | 443k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1816.43/1823.69	c   802s|115000 |100273 |  6224k|  54.1 |  1131M |  77 |1968 |4805 |2077 | 443k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1817.13/1824.34	c   802s|115100 |100354 |  6229k|  54.1 |  1131M |  77 |1968 |4895 |2153 | 444k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1817.94/1825.13	c   803s|115200 |100443 |  6235k|  54.1 |  1131M |  77 |1968 |4927 |2036 | 444k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1818.53/1825.76	c   804s|115300 |100533 |  6240k|  54.1 |  1132M |  77 |1968 |4897 |2008 | 445k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1819.22/1826.44	c   804s|115400 |100617 |  6245k|  54.1 |  1133M |  77 |1968 |4876 |2073 | 445k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1819.93/1827.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1819.93/1827.17	c   805s|115500 |100709 |  6250k|  54.1 |  1133M |  77 |1968 |4860 |1996 | 445k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1820.93/1828.14	c   806s|115600 |100797 |  6256k|  54.1 |  1133M |  77 |1968 |4848 |2100 | 446k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1821.51/1828.71	c   807s|115700 |100881 |  6262k|  54.1 |  1133M |  77 |1968 |4890 |2092 | 446k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1822.01/1829.25	c   807s|115800 |100964 |  6267k|  54.1 |  1133M |  77 |1968 |4901 |2056 | 446k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1822.82/1830.04	c   808s|115900 |101044 |  6273k|  54.1 |  1133M |  77 |1968 |4905 |2075 | 447k|  4 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1823.31/1830.53	c   808s|116000 |101124 |  6278k|  54.1 |  1134M |  77 |1968 |4893 |2027 | 447k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1824.01/1831.23	c   809s|116100 |101209 |  6284k|  54.1 |  1134M |  77 |1968 |4933 |2072 | 448k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
1824.70/1832.00	c   810s|116200 |101295 |  6290k|  54.1 |  1134M |  77 |1968 |4968 |2103 | 448k|  1 |  65k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1825.50/1832.73	c   811s|116300 |101376 |  6297k|  54.1 |  1134M |  77 |1968 |4999 |2065 | 448k|  2 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1826.20/1833.47	c   811s|116400 |101462 |  6302k|  54.1 |  1134M |  77 |1968 |4988 |2034 | 449k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1826.81/1834.04	c   812s|116500 |101545 |  6307k|  54.1 |  1134M |  77 |1968 |4948 |2006 | 449k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1827.49/1834.73	c   813s|116600 |101632 |  6313k|  54.1 |  1134M |  77 |1968 |4932 |2084 | 450k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1827.99/1835.26	c   813s|116700 |101712 |  6317k|  54.1 |  1134M |  77 |1968 |4911 |1999 | 450k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1828.90/1836.12	c   814s|116800 |101800 |  6324k|  54.1 |  1134M |  77 |1968 |4932 |2119 | 450k|  2 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1829.59/1836.80	c   815s|116900 |101882 |  6329k|  54.1 |  1134M |  77 |1968 |4929 |2021 | 451k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1830.38/1837.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1830.38/1837.64	c   815s|117000 |101971 |  6335k|  54.1 |  1134M |  77 |1968 |4930 |2143 | 451k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1831.18/1838.43	c   816s|117100 |102053 |  6340k|  54.1 |  1135M |  77 |1968 |4960 |2099 | 452k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1831.89/1839.13	c   817s|117200 |102137 |  6345k|  54.1 |  1135M |  77 |1968 |4946 |2078 | 452k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1832.38/1839.61	c   817s|117300 |102222 |  6349k|  54.1 |  1135M |  77 |1968 |4983 |2061 | 452k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1832.89/1840.11	c   818s|117400 |102304 |  6353k|  54.1 |  1135M |  77 |1968 |5009 |2001 | 452k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1833.37/1840.68	c   819s|117500 |102387 |  6358k|  54.1 |  1135M |  77 |1968 |5027 |2087 | 453k|  6 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1834.07/1841.30	c   819s|117600 |102477 |  6364k|  54.1 |  1135M |  77 |1968 |4993 |2121 | 453k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1834.57/1841.81	c   820s|117700 |102563 |  6368k|  54.1 |  1135M |  77 |1968 |5010 |2036 | 453k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1835.26/1842.55	c   820s|117800 |102655 |  6374k|  54.1 |  1135M |  77 |1968 |5020 |2108 | 454k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1835.78/1843.02	c   821s|117900 |102739 |  6379k|  54.1 |  1136M |  77 |1968 |5021 |2088 | 454k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1836.46/1843.75	c   822s|118000 |102835 |  6385k|  54.1 |  1136M |  77 |1968 |5011 |2020 | 454k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1837.26/1844.57	c   822s|118100 |102915 |  6391k|  54.1 |  1136M |  77 |1968 |5112 |2047 | 455k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1838.05/1845.33	c   823s|118200 |103007 |  6396k|  54.1 |  1136M |  77 |1968 |5072 |2068 | 455k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1838.65/1845.99	c   824s|118300 |103101 |  6403k|  54.1 |  1136M |  77 |1968 |5061 |2086 | 456k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1839.65/1846.90	c   825s|118400 |103189 |  6410k|  54.1 |  1137M |  77 |1968 |5036 |2077 | 456k|  5 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1840.15/1847.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1840.15/1847.48	c   825s|118500 |103283 |  6415k|  54.1 |  1137M |  77 |1968 |5004 |2056 | 456k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1840.86/1848.14	c   826s|118600 |103371 |  6420k|  54.1 |  1137M |  77 |1968 |4993 |2110 | 457k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1841.34/1848.60	c   826s|118700 |103458 |  6423k|  54.1 |  1137M |  77 |1968 |4951 |2060 | 457k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1842.34/1849.63	c   827s|118800 |103551 |  6430k|  54.1 |  1137M |  77 |1968 |4873 |2033 | 457k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1843.14/1850.49	c   828s|118900 |103641 |  6437k|  54.1 |  1137M |  77 |1968 |4880 |2076 | 458k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1843.93/1851.21	c   829s|119000 |103729 |  6443k|  54.1 |  1138M |  77 |1968 |4849 |2052 | 458k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1844.63/1851.92	c   830s|119100 |103820 |  6451k|  54.1 |  1138M |  77 |1968 |4830 |2140 | 459k|  5 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1845.43/1852.70	c   831s|119200 |103910 |  6457k|  54.2 |  1138M |  77 |1968 |4808 |2078 | 459k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1846.13/1853.43	c   831s|119300 |103998 |  6463k|  54.2 |  1138M |  77 |1968 |4786 |2011 | 459k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1846.84/1854.12	c   832s|119400 |104084 |  6469k|  54.2 |  1138M |  77 |1968 |4815 |   0 | 460k|  0 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1847.42/1854.78	c   833s|119500 |104174 |  6475k|  54.2 |  1139M |  77 |1968 |4787 |2128 | 460k|  2 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1848.02/1855.36	c   833s|119600 |104263 |  6479k|  54.2 |  1139M |  77 |1968 |4751 |2033 | 460k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1848.73/1856.07	c   834s|119700 |104349 |  6485k|  54.2 |  1139M |  77 |1968 |4740 |2016 | 461k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1849.41/1856.72	c   835s|119800 |104437 |  6489k|  54.2 |  1140M |  77 |1968 |4742 |2018 | 461k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1850.11/1857.45	c   835s|119900 |104525 |  6496k|  54.2 |  1140M |  77 |1968 |4717 |2062 | 462k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1850.82/1858.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1850.82/1858.16	c   836s|120000 |104605 |  6501k|  54.2 |  1143M |  77 |1968 |4767 |2004 | 462k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1851.41/1858.75	c   837s|120100 |104698 |  6506k|  54.2 |  1143M |  77 |1968 |4767 |2093 | 462k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1852.20/1859.52	c   837s|120200 |104788 |  6511k|  54.2 |  1143M |  77 |1968 |4767 |2086 | 463k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1852.60/1859.95	c   838s|120300 |104870 |  6517k|  54.2 |  1144M |  77 |1968 |4783 |2079 | 463k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1853.30/1860.67	c   839s|120400 |104962 |  6522k|  54.2 |  1144M |  77 |1968 |4764 |2057 | 463k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1853.90/1861.22	c   839s|120500 |105054 |  6526k|  54.1 |  1144M |  77 |1968 |4750 |2023 | 464k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1854.50/1861.88	c   840s|120600 |105146 |  6532k|  54.1 |  1144M |  77 |1968 |4758 |2103 | 464k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1855.19/1862.53	c   840s|120700 |105234 |  6538k|  54.2 |  1144M |  77 |1968 |4755 |1986 | 464k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1855.59/1862.97	c   841s|120800 |105324 |  6542k|  54.1 |  1144M |  77 |1968 |4757 |2044 | 465k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1856.19/1863.51	c   841s|120900 |105409 |  6547k|  54.1 |  1144M |  77 |1968 |4771 |2067 | 465k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1856.80/1864.11	c   842s|121000 |105489 |  6551k|  54.1 |  1145M |  77 |1968 |4783 |1982 | 465k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1857.19/1864.59	c   842s|121100 |105571 |  6555k|  54.1 |  1145M |  77 |1968 |4815 |2016 | 466k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1857.88/1865.29	c   843s|121200 |105657 |  6561k|  54.1 |  1146M |  77 |1968 |4882 |2105 | 466k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1858.48/1865.80	c   844s|121300 |105749 |  6566k|  54.1 |  1148M |  77 |1968 |4869 |2044 | 466k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1859.18/1866.50	c   844s|121400 |105841 |  6573k|  54.1 |  1149M |  77 |1968 |4857 |2050 | 467k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1859.98/1867.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1859.98/1867.32	c   845s|121500 |105939 |  6578k|  54.1 |  1149M |  77 |1968 |4818 |1979 | 467k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1860.57/1867.96	c   846s|121600 |106029 |  6584k|  54.1 |  1150M |  77 |1968 |4840 |2052 | 467k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1861.47/1868.84	c   847s|121700 |106115 |  6590k|  54.1 |  1151M |  77 |1968 |4861 |1972 | 468k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1861.97/1869.36	c   847s|121800 |106205 |  6594k|  54.1 |  1151M |  77 |1968 |4847 |2042 | 468k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1862.79/1870.14	c   848s|121900 |106293 |  6601k|  54.1 |  1151M |  77 |1968 |4858 |   0 | 469k|  0 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1863.47/1870.83	c   849s|122000 |106387 |  6606k|  54.1 |  1151M |  77 |1968 |4835 |2066 | 469k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1864.17/1871.53	c   849s|122100 |106473 |  6612k|  54.1 |  1152M |  77 |1968 |4816 |2086 | 469k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1864.97/1872.32	c   850s|122200 |106571 |  6620k|  54.2 |  1153M |  77 |1968 |4782 |2039 | 470k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1865.78/1873.19	c   851s|122300 |106667 |  6625k|  54.2 |  1154M |  77 |1968 |4776 |2071 | 470k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1866.26/1873.68	c   852s|122400 |106761 |  6630k|  54.2 |  1154M |  77 |1968 |4736 |1984 | 470k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1867.06/1874.42	c   852s|122500 |106855 |  6636k|  54.2 |  1156M |  77 |1968 |4727 |2095 | 471k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1867.67/1875.02	c   853s|122600 |106936 |  6641k|  54.2 |  1157M |  77 |1968 |4737 |2040 | 471k|  2 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1868.36/1875.74	c   854s|122700 |107032 |  6646k|  54.2 |  1157M |  77 |1968 |4753 |2108 | 471k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1868.85/1876.26	c   854s|122800 |107118 |  6652k|  54.2 |  1157M |  77 |1968 |4796 |2101 | 472k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1869.45/1876.88	c   855s|122900 |107204 |  6657k|  54.1 |  1157M |  77 |1968 |4777 |2075 | 472k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1870.25/1877.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1870.25/1877.60	c   855s|123000 |107294 |  6663k|  54.2 |  1157M |  77 |1968 |4780 |2126 | 472k|  5 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1870.66/1878.08	c   856s|123100 |107388 |  6667k|  54.1 |  1157M |  77 |1968 |4733 |2064 | 473k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1871.25/1878.69	c   857s|123200 |107482 |  6671k|  54.1 |  1157M |  77 |1968 |4726 |2093 | 473k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1871.76/1879.15	c   857s|123300 |107572 |  6676k|  54.1 |  1158M |  77 |1968 |4690 |2106 | 473k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1872.34/1879.74	c   858s|123400 |107660 |  6681k|  54.1 |  1158M |  77 |1968 |4683 |2023 | 474k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1873.14/1880.52	c   858s|123500 |107746 |  6687k|  54.1 |  1158M |  77 |1968 |4687 |2103 | 474k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1873.65/1881.08	c   859s|123600 |107836 |  6691k|  54.1 |  1158M |  77 |1968 |4653 |2000 | 474k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1874.53/1881.97	c   860s|123700 |107932 |  6698k|  54.1 |  1159M |  77 |1968 |4639 |2083 | 475k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1875.03/1882.49	c   860s|123800 |108023 |  6703k|  54.1 |  1159M |  77 |1968 |4641 |2132 | 475k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1875.53/1883.00	c   861s|123900 |108104 |  6707k|  54.1 |  1159M |  77 |1968 |4638 |1995 | 475k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1876.13/1883.55	c   861s|124000 |108190 |  6712k|  54.1 |  1159M |  77 |1968 |4637 |2100 | 476k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1876.53/1883.98	c   862s|124100 |108279 |  6716k|  54.1 |  1159M |  77 |1968 |4624 |2044 | 476k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1877.32/1884.73	c   863s|124200 |108361 |  6721k|  54.1 |  1159M |  77 |1968 |4657 |2069 | 476k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1877.82/1885.24	c   863s|124300 |108455 |  6726k|  54.1 |  1160M |  77 |1968 |4628 |2047 | 477k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1878.42/1885.83	c   864s|124400 |108549 |  6731k|  54.1 |  1160M |  77 |1968 |4608 |2056 | 477k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1879.12/1886.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1879.12/1886.57	c   864s|124500 |108639 |  6740k|  54.1 |  1161M |  77 |1968 |4619 |2100 | 477k|  0 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1879.73/1887.18	c   865s|124600 |108737 |  6746k|  54.1 |  1161M |  77 |1968 |4588 |2017 | 478k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1880.31/1887.72	c   866s|124700 |108827 |  6750k|  54.1 |  1162M |  77 |1968 |4588 |   0 | 478k|  0 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1880.81/1888.21	c   866s|124800 |108919 |  6756k|  54.1 |  1162M |  77 |1968 |4566 |2116 | 478k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1881.51/1888.95	c   867s|124900 |109017 |  6762k|  54.1 |  1163M |  77 |1968 |4520 |2027 | 479k|  2 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1882.41/1889.82	c   868s|125000 |109113 |  6769k|  54.1 |  1165M |  77 |1968 |4507 |2061 | 479k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1882.72/1890.19	c   868s|125100 |109199 |  6773k|  54.1 |  1165M |  77 |1968 |4548 |2092 | 479k|  2 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1883.71/1891.15	c   869s|125200 |109299 |  6782k|  54.2 |  1165M |  77 |1968 |4511 |2093 | 480k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1884.40/1891.85	c   870s|125300 |109393 |  6789k|  54.2 |  1165M |  77 |1968 |4504 |2132 | 480k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1885.10/1892.54	c   870s|125400 |109489 |  6794k|  54.2 |  1165M |  77 |1968 |4488 |2053 | 480k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1885.61/1893.09	c   871s|125500 |109581 |  6798k|  54.2 |  1165M |  77 |1968 |4459 |2035 | 481k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1886.19/1893.68	c   872s|125600 |109671 |  6803k|  54.1 |  1165M |  77 |1968 |4451 |2066 | 481k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1886.79/1894.21	c   872s|125700 |109767 |  6808k|  54.1 |  1165M |  77 |1968 |4453 |2050 | 481k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1887.39/1894.86	c   873s|125800 |109863 |  6813k|  54.1 |  1165M |  77 |1968 |4425 |1984 | 482k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1888.19/1895.62	c   873s|125900 |109961 |  6820k|  54.2 |  1165M |  77 |1968 |4400 |2071 | 482k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1888.88/1896.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1888.88/1896.34	c   874s|126000 |110053 |  6825k|  54.2 |  1165M |  77 |1968 |4392 |2001 | 482k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1889.38/1896.81	c   875s|126100 |110145 |  6830k|  54.2 |  1165M |  77 |1968 |4370 |2024 | 483k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1890.08/1897.55	c   875s|126200 |110235 |  6835k|  54.1 |  1165M |  77 |1968 |4382 |2119 | 483k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1890.69/1898.19	c   876s|126300 |110325 |  6840k|  54.1 |  1165M |  77 |1968 |4384 |2082 | 483k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1891.27/1898.72	c   877s|126400 |110421 |  6845k|  54.1 |  1165M |  77 |1968 |4355 |2077 | 484k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1891.77/1899.26	c   877s|126500 |110507 |  6850k|  54.1 |  1165M |  77 |1968 |4345 |2043 | 484k|  2 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1892.47/1899.91	c   878s|126600 |110603 |  6854k|  54.1 |  1165M |  77 |1968 |4324 |2075 | 484k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1892.97/1900.48	c   878s|126700 |110693 |  6859k|  54.1 |  1165M |  77 |1968 |4328 |2134 | 485k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1893.47/1900.92	c   879s|126800 |110784 |  6864k|  54.1 |  1165M |  77 |1968 |4341 |2112 | 485k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1893.86/1901.38	c   879s|126900 |110874 |  6868k|  54.1 |  1165M |  77 |1968 |4331 |2002 | 485k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1894.46/1901.97	c   880s|127000 |110966 |  6872k|  54.1 |  1165M |  77 |1968 |4336 |2071 | 485k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1894.96/1902.44	c   880s|127100 |111058 |  6877k|  54.1 |  1165M |  77 |1968 |4331 |2100 | 486k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1895.46/1902.97	c   881s|127200 |111140 |  6882k|  54.1 |  1166M |  77 |1968 |4423 |2052 | 486k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1896.06/1903.54	c   881s|127300 |111226 |  6886k|  54.1 |  1168M |  77 |1968 |4432 |2088 | 486k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1896.57/1904.07	c   882s|127400 |111314 |  6891k|  54.1 |  1168M |  77 |1968 |4427 |2086 | 487k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1897.05/1904.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1897.05/1904.56	c   882s|127500 |111408 |  6896k|  54.1 |  1168M |  77 |1968 |4428 |2026 | 487k|  1 |  71k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1897.66/1905.11	c   883s|127600 |111495 |  6901k|  54.1 |  1169M |  77 |1968 |4454 |2072 | 487k|  1 |  71k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1898.35/1905.82	c   884s|127700 |111581 |  6907k|  54.1 |  1169M |  77 |1968 |4454 |2004 | 487k|  1 |  71k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1899.05/1906.51	c   884s|127800 |111675 |  6912k|  54.1 |  1169M |  77 |1968 |4457 |2074 | 488k|  1 |  71k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
1899.56/1907.02	c   885s|127900 |111763 |  6916k|  54.1 |  1170M |  77 |1968 |4448 |1999 | 488k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1900.24/1907.76	c   886s|128000 |111857 |  6922k|  54.1 |  1170M |  77 |1968 |4433 |2110 | 489k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1900.84/1908.38	c   886s|128100 |111949 |  6927k|  54.1 |  1170M |  77 |1968 |4428 |2072 | 489k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1901.55/1909.05	c   887s|128200 |112043 |  6932k|  54.1 |  1171M |  77 |1968 |4404 |2021 | 489k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1902.33/1909.82	c   888s|128300 |112137 |  6937k|  54.1 |  1172M |  77 |1968 |4399 |2106 | 490k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1902.93/1910.46	c   888s|128400 |112237 |  6944k|  54.1 |  1174M |  77 |1968 |4373 |2069 | 490k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1903.54/1911.04	c   889s|128500 |112333 |  6951k|  54.1 |  1175M |  77 |1968 |4363 |2070 | 490k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1904.13/1911.61	c   889s|128600 |112425 |  6956k|  54.1 |  1176M |  77 |1968 |4354 |1985 | 491k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1904.73/1912.29	c   890s|128700 |112521 |  6962k|  54.1 |  1176M |  77 |1968 |4339 |2091 | 491k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1905.42/1912.91	c   891s|128800 |112610 |  6968k|  54.1 |  1176M |  79 |1968 |4365 |2122 | 491k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1906.02/1913.56	c   891s|128900 |112702 |  6974k|  54.1 |  1176M |  79 |1968 |4399 |2010 | 492k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1906.72/1914.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1906.72/1914.29	c   892s|129000 |112796 |  6980k|  54.1 |  1177M |  81 |1968 |4400 |2084 | 492k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1907.42/1914.91	c   893s|129100 |112886 |  6986k|  54.1 |  1177M |  81 |1968 |4406 |1992 | 492k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1908.01/1915.51	c   893s|129200 |112980 |  6991k|  54.1 |  1177M |  81 |1968 |4400 |2023 | 493k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1908.71/1916.25	c   894s|129300 |113070 |  6997k|  54.1 |  1182M |  81 |1968 |4402 |2083 | 493k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1909.71/1917.23	c   895s|129400 |113166 |  7002k|  54.1 |  1182M |  81 |1968 |4400 |2142 | 494k|  2 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1910.21/1917.76	c   896s|129500 |113260 |  7007k|  54.1 |  1182M |  81 |1968 |4382 |2038 | 494k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1910.80/1918.31	c   896s|129600 |113354 |  7013k|  54.1 |  1183M |  81 |1968 |4416 |2081 | 494k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1911.40/1918.91	c   897s|129700 |113448 |  7019k|  54.1 |  1183M |  81 |1968 |4363 |2028 | 494k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1911.90/1919.43	c   897s|129800 |113544 |  7024k|  54.1 |  1183M |  81 |1968 |4344 |2055 | 495k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1912.51/1920.08	c   898s|129900 |113638 |  7030k|  54.1 |  1183M |  81 |1968 |4325 |2129 | 495k|  2 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1913.29/1920.80	c   899s|130000 |113736 |  7035k|  54.1 |  1183M |  81 |1968 |4270 |2016 | 496k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1913.89/1921.43	c   899s|130100 |113828 |  7040k|  54.1 |  1183M |  81 |1968 |4265 |2047 | 496k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1914.60/1922.17	c   900s|130200 |113924 |  7046k|  54.1 |  1183M |  81 |1968 |4220 |2006 | 496k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1914.99/1922.58	c   900s|130300 |114016 |  7051k|  54.1 |  1184M |  81 |1968 |4214 |2029 | 497k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1915.60/1923.15	c   901s|130400 |114104 |  7055k|  54.1 |  1184M |  81 |1968 |4221 |2052 | 497k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1916.28/1923.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1916.28/1923.82	c   902s|130500 |114192 |  7061k|  54.1 |  1184M |  81 |1968 |4257 |2052 | 497k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1916.78/1924.35	c   902s|130600 |114282 |  7065k|  54.1 |  1184M |  81 |1968 |4232 |2011 | 498k|  2 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1917.28/1924.89	c   903s|130700 |114373 |  7070k|  54.1 |  1184M |  81 |1968 |4237 |2081 | 498k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1917.88/1925.41	c   903s|130800 |114464 |  7075k|  54.1 |  1184M |  81 |1968 |4193 |2093 | 498k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1918.38/1925.96	c   904s|130900 |114558 |  7081k|  54.1 |  1184M |  81 |1968 |4154 |2011 | 499k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1919.17/1926.73	c   905s|131000 |114646 |  7087k|  54.1 |  1185M |  81 |1968 |4161 |2110 | 499k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1919.67/1927.21	c   905s|131100 |114734 |  7093k|  54.1 |  1185M |  81 |1968 |4196 |2074 | 499k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1920.37/1927.91	c   906s|131200 |114824 |  7098k|  54.1 |  1185M |  81 |1968 |4179 |2070 | 500k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1921.07/1928.66	c   907s|131300 |114914 |  7104k|  54.1 |  1185M |  81 |1968 |4214 |2036 | 500k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1921.58/1929.16	c   907s|131400 |115010 |  7109k|  54.1 |  1185M |  81 |1968 |4199 |2083 | 500k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1922.16/1929.77	c   908s|131500 |115098 |  7115k|  54.1 |  1186M |  81 |1968 |4253 |2067 | 500k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1922.76/1930.30	c   908s|131600 |115185 |  7120k|  54.1 |  1186M |  81 |1968 |4321 |2112 | 501k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1923.26/1930.87	c   909s|131700 |115281 |  7125k|  54.1 |  1186M |  81 |1968 |4300 |2011 | 501k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1923.86/1931.48	c   909s|131800 |115375 |  7130k|  54.1 |  1187M |  81 |1968 |4282 |2022 | 501k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1924.57/1932.13	c   910s|131900 |115469 |  7135k|  54.1 |  1189M |  81 |1968 |4264 |2075 | 502k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1925.15/1932.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1925.15/1932.70	c   911s|132000 |115563 |  7142k|  54.1 |  1189M |  81 |1968 |4271 |   0 | 502k|  0 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1925.56/1933.19	c   911s|132100 |115657 |  7146k|  54.1 |  1189M |  81 |1968 |4233 |2063 | 502k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1926.15/1933.72	c   912s|132200 |115747 |  7151k|  54.1 |  1189M |  81 |1968 |4214 |2055 | 502k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1926.75/1934.30	c   912s|132300 |115837 |  7155k|  54.1 |  1189M |  81 |1968 |4201 |2119 | 503k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1927.05/1934.69	c   913s|132400 |115931 |  7159k|  54.1 |  1189M |  81 |1968 |4167 |2041 | 503k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1927.74/1935.39	c   913s|132500 |116019 |  7165k|  54.1 |  1190M |  81 |1968 |4159 |2089 | 503k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1928.24/1935.87	c   914s|132600 |116103 |  7168k|  54.0 |  1190M |  81 |1968 |4174 |2108 | 504k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1929.04/1936.66	c   915s|132700 |116195 |  7174k|  54.1 |  1193M |  81 |1968 |4144 |2074 | 504k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1929.64/1937.25	c   915s|132800 |116285 |  7179k|  54.0 |  1193M |  81 |1968 |4179 |2099 | 504k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1930.23/1937.86	c   916s|132900 |116379 |  7185k|  54.0 |  1195M |  81 |1968 |4166 |2092 | 505k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1930.73/1938.36	c   916s|133000 |116469 |  7189k|  54.0 |  1195M |  81 |1968 |4160 |2051 | 505k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1931.33/1938.93	c   917s|133100 |116567 |  7194k|  54.0 |  1195M |  81 |1968 |4136 |2008 | 505k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1931.93/1939.54	c   917s|133200 |116661 |  7200k|  54.0 |  1195M |  81 |1968 |4114 |2039 | 505k|  2 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1932.54/1940.12	c   918s|133300 |116755 |  7205k|  54.0 |  1195M |  81 |1968 |4112 |2073 | 506k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1933.02/1940.65	c   919s|133400 |116851 |  7210k|  54.0 |  1195M |  81 |1968 |4090 |2084 | 506k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1933.62/1941.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1933.62/1941.25	c   919s|133500 |116946 |  7215k|  54.0 |  1197M |  81 |1968 |4089 |2024 | 506k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1934.43/1942.03	c   920s|133600 |117038 |  7220k|  54.0 |  1198M |  81 |1968 |4090 |2067 | 507k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1935.02/1942.62	c   920s|133700 |117122 |  7226k|  54.0 |  1198M |  81 |1968 |4076 |2029 | 507k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1935.61/1943.20	c   921s|133800 |117218 |  7231k|  54.0 |  1198M |  81 |1968 |4066 |2028 | 507k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1936.31/1943.97	c   922s|133900 |117304 |  7238k|  54.0 |  1200M |  81 |1968 |4076 |2015 | 508k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1937.01/1944.69	c   923s|134000 |117404 |  7244k|  54.0 |  1200M |  81 |1968 |4045 |2100 | 508k|  5 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1937.61/1945.25	c   923s|134100 |117498 |  7249k|  54.0 |  1200M |  81 |1968 |4044 |2102 | 509k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1938.52/1946.13	c   924s|134200 |117598 |  7256k|  54.1 |  1201M |  81 |1968 |4021 |2073 | 509k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1939.00/1946.61	c   924s|134300 |117696 |  7261k|  54.1 |  1201M |  81 |1968 |4001 |2112 | 509k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1939.60/1947.24	c   925s|134400 |117782 |  7267k|  54.1 |  1202M |  81 |1968 |4075 |2014 | 510k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1940.30/1947.95	c   926s|134500 |117878 |  7273k|  54.1 |  1202M |  81 |1968 |4043 |2085 | 510k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1940.70/1948.39	c   926s|134600 |117966 |  7277k|  54.1 |  1202M |  81 |1968 |4080 |2070 | 510k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1941.19/1948.89	c   927s|134700 |118066 |  7282k|  54.0 |  1203M |  81 |1968 |4037 |2008 | 511k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1941.99/1949.64	c   928s|134800 |118164 |  7289k|  54.1 |  1203M |  81 |1968 |4025 |2098 | 511k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1942.50/1950.17	c   928s|134900 |118252 |  7294k|  54.1 |  1203M |  81 |1968 |4034 |2087 | 511k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1943.09/1950.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1943.09/1950.72	c   929s|135000 |118348 |  7300k|  54.1 |  1203M |  81 |1968 |4013 |2038 | 512k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1943.59/1951.27	c   929s|135100 |118445 |  7304k|  54.0 |  1203M |  81 |1968 |3971 |1989 | 512k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1944.28/1951.93	c   930s|135200 |118543 |  7310k|  54.1 |  1202M |  81 |1968 |3946 |2035 | 512k|  2 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1945.08/1952.77	c   931s|135300 |118639 |  7318k|  54.1 |  1202M |  81 |1968 |3958 |2088 | 513k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1945.78/1953.40	c   931s|135400 |118735 |  7325k|  54.1 |  1203M |  81 |1968 |3922 |2045 | 513k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1946.39/1954.02	c   932s|135500 |118827 |  7330k|  54.1 |  1204M |  81 |1968 |3926 |2028 | 514k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1946.97/1954.67	c   933s|135600 |118921 |  7336k|  54.1 |  1204M |  81 |1968 |3908 |2085 | 514k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1947.49/1955.13	c   933s|135700 |119015 |  7341k|  54.1 |  1204M |  81 |1968 |3911 |1991 | 514k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1948.27/1955.99	c   934s|135800 |119107 |  7348k|  54.1 |  1204M |  81 |1968 |3939 |2118 | 515k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1948.87/1956.59	c   934s|135900 |119201 |  7353k|  54.1 |  1204M |  81 |1968 |3937 |2115 | 515k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1949.38/1957.02	c   935s|136000 |119287 |  7357k|  54.1 |  1208M |  81 |1968 |3963 |2011 | 515k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1949.96/1957.60	c   935s|136100 |119373 |  7362k|  54.1 |  1208M |  81 |1968 |3986 |2039 | 516k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1950.56/1958.21	c   936s|136200 |119463 |  7367k|  54.1 |  1209M |  81 |1968 |4080 |2101 | 516k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1951.06/1958.71	c   937s|136300 |119561 |  7372k|  54.1 |  1209M |  81 |1968 |4053 |2038 | 516k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1951.47/1959.18	c   937s|136400 |119659 |  7376k|  54.1 |  1209M |  81 |1968 |4019 |2105 | 517k|  6 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1951.96/1959.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1951.96/1959.64	c   937s|136500 |119753 |  7380k|  54.1 |  1210M |  81 |1968 |4014 |2124 | 517k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1952.65/1960.35	c   938s|136600 |119843 |  7387k|  54.1 |  1210M |  81 |1968 |3986 |2042 | 517k|  2 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1953.25/1960.97	c   939s|136700 |119939 |  7393k|  54.1 |  1211M |  81 |1968 |3985 |2108 | 517k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1953.65/1961.35	c   939s|136800 |120030 |  7397k|  54.1 |  1211M |  81 |1968 |4005 |2016 | 518k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1954.25/1961.99	c   940s|136900 |120128 |  7403k|  54.1 |  1212M |  81 |1968 |3998 |2085 | 518k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1954.85/1962.51	c   940s|137000 |120220 |  7408k|  54.1 |  1213M |  81 |1968 |4012 |2067 | 518k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1955.46/1963.11	c   941s|137100 |120308 |  7414k|  54.1 |  1213M |  81 |1968 |4026 |2022 | 519k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1955.84/1963.56	c   941s|137200 |120404 |  7417k|  54.0 |  1213M |  81 |1968 |4017 |2068 | 519k|  2 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1956.35/1964.08	c   942s|137300 |120492 |  7423k|  54.0 |  1213M |  81 |1968 |4003 |2045 | 519k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1957.04/1964.76	c   943s|137400 |120586 |  7429k|  54.1 |  1213M |  81 |1968 |4000 |2102 | 519k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1957.74/1965.40	c   943s|137500 |120680 |  7435k|  54.1 |  1213M |  81 |1968 |3975 |2032 | 520k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1958.63/1966.36	c   944s|137600 |120772 |  7442k|  54.1 |  1213M |  81 |1968 |3950 |2099 | 520k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1959.03/1966.77	c   945s|137700 |120863 |  7446k|  54.1 |  1213M |  81 |1968 |3984 |2007 | 520k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1959.73/1967.44	c   945s|137800 |120959 |  7452k|  54.1 |  1213M |  81 |1968 |3976 |2096 | 521k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1960.23/1967.95	c   946s|137900 |121050 |  7458k|  54.1 |  1213M |  81 |1968 |3979 |2000 | 521k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1960.92/1968.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1960.92/1968.60	c   946s|138000 |121147 |  7464k|  54.1 |  1213M |  81 |1968 |3973 |2077 | 521k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1961.72/1969.40	c   947s|138100 |121247 |  7471k|  54.1 |  1213M |  81 |1968 |3936 |2034 | 522k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1962.33/1970.06	c   948s|138200 |121343 |  7476k|  54.1 |  1213M |  81 |1968 |3932 |2064 | 522k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
1962.82/1970.56	c   948s|138300 |121435 |  7480k|  54.1 |  1214M |  81 |1968 |3944 |2049 | 522k|  2 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1963.52/1971.22	c   949s|138400 |121523 |  7486k|  54.1 |  1215M |  81 |1968 |3974 |2065 | 523k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1964.32/1972.03	c   950s|138500 |121617 |  7493k|  54.1 |  1216M |  81 |1968 |3974 |2114 | 523k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1964.71/1972.48	c   950s|138600 |121707 |  7497k|  54.1 |  1216M |  81 |1968 |4071 |1994 | 523k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1965.42/1973.12	c   951s|138700 |121801 |  7502k|  54.1 |  1218M |  81 |1968 |4072 |2083 | 524k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1966.01/1973.70	c   952s|138800 |121895 |  7508k|  54.1 |  1220M |  81 |1968 |4072 |2060 | 524k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1966.80/1974.59	c   952s|138900 |121991 |  7515k|  54.1 |  1222M |  81 |1968 |4056 |2124 | 525k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1967.41/1975.14	c   953s|139000 |122091 |  7521k|  54.1 |  1223M |  81 |1968 |4029 |2016 | 525k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1968.20/1975.96	c   954s|139100 |122191 |  7528k|  54.1 |  1223M |  81 |1968 |4016 |2104 | 525k|  4 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1968.70/1976.46	c   954s|139200 |122281 |  7533k|  54.1 |  1223M |  81 |1968 |3989 |2037 | 526k|  3 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1969.41/1977.12	c   955s|139300 |122379 |  7538k|  54.1 |  1223M |  81 |1968 |3968 |2045 | 526k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1969.99/1977.78	c   956s|139400 |122470 |  7544k|  54.1 |  1223M |  81 |1968 |4008 |2080 | 526k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1970.89/1978.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1970.89/1978.63	c   956s|139500 |122567 |  7551k|  54.1 |  1223M |  81 |1968 |3967 |2065 | 527k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1971.49/1979.26	c   957s|139600 |122661 |  7556k|  54.1 |  1223M |  81 |1968 |3977 |2087 | 527k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1972.08/1979.89	c   958s|139700 |122753 |  7561k|  54.1 |  1224M |  81 |1968 |3967 |2111 | 527k|  2 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1972.88/1980.69	c   959s|139800 |122849 |  7569k|  54.1 |  1225M |  81 |1968 |3961 |2062 | 528k|  4 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1973.78/1981.56	c   959s|139900 |122935 |  7576k|  54.1 |  1225M |  81 |1968 |3981 |2124 | 528k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1974.68/1982.41	c   960s|140000 |123031 |  7583k|  54.1 |  1226M |  81 |1968 |3945 |2018 | 529k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1975.29/1983.09	c   961s|140100 |123131 |  7589k|  54.2 |  1226M |  81 |1968 |3921 |2121 | 529k|  2 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1975.97/1983.79	c   962s|140200 |123219 |  7595k|  54.2 |  1226M |  81 |1968 |3932 |2002 | 530k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1976.47/1984.25	c   962s|140300 |123319 |  7600k|  54.2 |  1226M |  81 |1968 |3914 |2042 | 530k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1977.17/1984.92	c   963s|140400 |123417 |  7605k|  54.2 |  1226M |  81 |1968 |3879 |2118 | 531k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1977.86/1985.64	c   963s|140500 |123513 |  7611k|  54.2 |  1226M |  81 |1968 |3859 |2026 | 531k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1978.56/1986.36	c   964s|140600 |123607 |  7617k|  54.2 |  1226M |  81 |1968 |3844 |2064 | 531k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1979.16/1987.01	c   965s|140700 |123705 |  7623k|  54.2 |  1226M |  81 |1968 |3821 |2013 | 532k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1979.76/1987.56	c   965s|140800 |123798 |  7628k|  54.2 |  1227M |  81 |1968 |3822 |2043 | 532k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1980.56/1988.31	c   966s|140900 |123896 |  7633k|  54.2 |  1227M |  81 |1968 |3813 |2084 | 532k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1981.27/1989.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1981.27/1989.07	c   967s|141000 |123994 |  7639k|  54.2 |  1228M |  81 |1968 |3773 |2049 | 533k|  4 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1981.95/1989.74	c   968s|141100 |124090 |  7645k|  54.2 |  1228M |  81 |1968 |3753 |2032 | 533k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1982.55/1990.34	c   968s|141200 |124185 |  7651k|  54.2 |  1229M |  81 |1968 |3729 |2044 | 534k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1983.26/1991.03	c   969s|141300 |124279 |  7656k|  54.2 |  1229M |  81 |1968 |3724 |2102 | 534k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1983.74/1991.57	c   969s|141400 |124367 |  7662k|  54.2 |  1229M |  81 |1968 |3746 |2035 | 534k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1984.64/1992.43	c   970s|141500 |124461 |  7667k|  54.2 |  1229M |  81 |1968 |3753 |2043 | 535k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1985.25/1993.06	c   971s|141600 |124561 |  7674k|  54.2 |  1229M |  81 |1968 |3723 |2072 | 535k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1985.74/1993.54	c   971s|141700 |124657 |  7679k|  54.2 |  1229M |  81 |1968 |3692 |2021 | 535k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1986.43/1994.26	c   972s|141800 |124753 |  7685k|  54.2 |  1229M |  81 |1968 |3699 |2087 | 536k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1987.03/1994.87	c   973s|141900 |124851 |  7691k|  54.2 |  1229M |  81 |1968 |3667 |2007 | 536k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1987.83/1995.63	c   973s|142000 |124949 |  7696k|  54.2 |  1229M |  81 |1968 |3652 |2063 | 536k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1988.34/1996.12	c   974s|142100 |125042 |  7701k|  54.2 |  1231M |  81 |1968 |3660 |2088 | 537k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1989.02/1996.82	c   975s|142200 |125142 |  7707k|  54.2 |  1231M |  81 |1968 |3679 |2040 | 537k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1989.62/1997.48	c   975s|142300 |125242 |  7712k|  54.2 |  1231M |  81 |1968 |3656 |2075 | 537k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1990.12/1998.00	c   976s|142400 |125332 |  7717k|  54.2 |  1231M |  81 |1968 |3692 |2001 | 538k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1991.02/1998.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1991.02/1998.88	c   977s|142500 |125428 |  7725k|  54.2 |  1231M |  81 |1968 |3686 |2072 | 538k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1991.62/1999.45	c   977s|142600 |125522 |  7729k|  54.2 |  1231M |  81 |1968 |3682 |2031 | 538k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1992.33/2000.15	c   978s|142700 |125612 |  7735k|  54.2 |  1231M |  81 |1968 |3714 |2055 | 539k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1992.81/2000.60	c   978s|142800 |125712 |  7740k|  54.2 |  1231M |  81 |1968 |3691 |2023 | 539k|  2 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1993.32/2001.13	c   979s|142900 |125810 |  7745k|  54.2 |  1231M |  81 |1968 |3668 |2028 | 540k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1994.22/2002.01	c   980s|143000 |125906 |  7753k|  54.2 |  1231M |  81 |1968 |3666 |2095 | 540k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1995.00/2002.81	c   981s|143100 |126000 |  7759k|  54.2 |  1231M |  81 |1968 |3667 |2020 | 540k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1995.70/2003.58	c   981s|143200 |126096 |  7764k|  54.2 |  1232M |  81 |1968 |3649 |2072 | 541k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1996.40/2004.25	c   982s|143300 |126192 |  7770k|  54.2 |  1233M |  81 |1968 |3636 |2027 | 541k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1997.40/2005.20	c   983s|143400 |126292 |  7778k|  54.2 |  1234M |  81 |1968 |3610 |2103 | 541k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1998.09/2005.91	c   984s|143500 |126388 |  7785k|  54.2 |  1234M |  81 |1968 |3607 |2117 | 542k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1998.69/2006.55	c   984s|143600 |126488 |  7791k|  54.2 |  1235M |  81 |1968 |3574 |2012 | 542k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
1999.39/2007.25	c   985s|143700 |126579 |  7796k|  54.2 |  1236M |  81 |1968 |3598 |2124 | 543k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2000.09/2007.97	c   986s|143800 |126679 |  7802k|  54.2 |  1236M |  81 |1968 |3594 |2039 | 543k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2000.78/2008.68	c   987s|143900 |126767 |  7809k|  54.3 |  1237M |  81 |1968 |3664 |2053 | 544k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2001.48/2009.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2001.48/2009.36	c   987s|144000 |126854 |  7815k|  54.3 |  1237M |  81 |1968 |3682 |2007 | 544k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2002.29/2010.18	c   988s|144100 |126954 |  7821k|  54.3 |  1238M |  81 |1968 |3669 |2099 | 544k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2002.88/2010.76	c   989s|144200 |127043 |  7827k|  54.3 |  1238M |  81 |1968 |3691 |2010 | 545k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2003.87/2011.71	c   990s|144300 |127139 |  7835k|  54.3 |  1239M |  81 |1968 |3692 |2094 | 545k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2004.67/2012.53	c   990s|144400 |127235 |  7841k|  54.3 |  1239M |  81 |1968 |3722 |2090 | 546k|  5 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2005.37/2013.29	c   991s|144500 |127333 |  7847k|  54.3 |  1239M |  81 |1968 |3733 |2129 | 546k|  7 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2006.07/2013.93	c   992s|144600 |127425 |  7854k|  54.3 |  1239M |  81 |1968 |3756 |2093 | 546k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2006.66/2014.53	c   992s|144700 |127517 |  7859k|  54.3 |  1240M |  81 |1968 |3777 |2028 | 547k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2007.27/2015.13	c   993s|144800 |127615 |  7864k|  54.3 |  1240M |  81 |1968 |3772 |2076 | 547k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2007.86/2015.76	c   994s|144900 |127711 |  7870k|  54.3 |  1240M |  81 |1968 |3765 |2154 | 547k|  4 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2008.36/2016.26	c   994s|145000 |127801 |  7874k|  54.3 |  1240M |  81 |1968 |3784 |2068 | 548k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2009.17/2017.04	c   995s|145100 |127897 |  7881k|  54.3 |  1242M |  81 |1968 |3778 |2092 | 548k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2009.65/2017.52	c   995s|145200 |127985 |  7886k|  54.3 |  1242M |  81 |1968 |3800 |2006 | 548k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2010.26/2018.13	c   996s|145300 |128085 |  7892k|  54.3 |  1242M |  81 |1968 |3770 |2066 | 549k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2010.85/2018.71	c   997s|145400 |128185 |  7897k|  54.3 |  1243M |  81 |1968 |3751 |2124 | 549k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2011.45/2019.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2011.45/2019.31	c   997s|145500 |128271 |  7903k|  54.3 |  1243M |  81 |1968 |3822 |2017 | 550k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2011.94/2019.88	c   998s|145600 |128363 |  7908k|  54.3 |  1245M |  81 |1968 |3838 |2041 | 550k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2012.74/2020.60	c   998s|145700 |128451 |  7914k|  54.3 |  1245M |  81 |1968 |3840 |2039 | 550k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2013.34/2021.26	c   999s|145800 |128541 |  7920k|  54.3 |  1246M |  81 |1968 |3843 |2008 | 551k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2014.15/2022.11	c  1000s|145900 |128641 |  7927k|  54.3 |  1248M |  81 |1968 |3827 |2118 | 551k|  4 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2014.74/2022.68	c  1001s|146000 |128732 |  7932k|  54.3 |  1248M |  81 |1968 |3867 |2082 | 551k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2015.43/2023.33	c  1001s|146100 |128822 |  7938k|  54.3 |  1248M |  81 |1968 |3853 |2060 | 552k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2016.14/2024.05	c  1002s|146200 |128910 |  7944k|  54.3 |  1248M |  81 |1968 |3905 |2060 | 552k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2016.83/2024.76	c  1003s|146300 |129000 |  7951k|  54.3 |  1248M |  81 |1968 |3927 |2034 | 552k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2017.63/2025.56	c  1003s|146400 |129098 |  7958k|  54.3 |  1249M |  81 |1968 |3914 |2071 | 553k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2018.32/2026.20	c  1004s|146500 |129198 |  7964k|  54.4 |  1249M |  81 |1968 |3895 |2091 | 553k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2018.82/2026.77	c  1005s|146600 |129296 |  7970k|  54.4 |  1249M |  81 |1968 |3872 |2021 | 554k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2019.72/2027.63	c  1005s|146700 |129390 |  7977k|  54.4 |  1251M |  81 |1968 |3893 |2099 | 554k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
2020.42/2028.39	c  1006s|146800 |129476 |  7984k|  54.4 |  1251M |  81 |1968 |3934 |2040 | 554k|  1 |  76k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2020.91/2028.87	c  1007s|146900 |129568 |  7989k|  54.4 |  1251M |  81 |1968 |3931 |2010 | 555k|  1 |  76k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2021.61/2029.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2021.61/2029.59	c  1007s|147000 |129666 |  7995k|  54.4 |  1251M |  81 |1968 |3926 |2118 | 555k|  1 |  76k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2022.31/2030.26	c  1008s|147100 |129762 |  8001k|  54.4 |  1251M |  81 |1968 |3895 |2004 | 556k|  1 |  76k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2022.91/2030.88	c  1009s|147200 |129854 |  8006k|  54.4 |  1252M |  81 |1968 |3924 |2048 | 556k|  1 |  76k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2023.50/2031.47	c  1009s|147300 |129947 |  8011k|  54.4 |  1251M |  81 |1968 |3934 |2131 | 556k|  4 |  76k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2024.22/2032.14	c  1010s|147400 |130034 |  8017k|  54.4 |  1251M |  81 |1968 |3961 |2032 | 557k|  1 |  76k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2025.11/2033.01	c  1011s|147500 |130128 |  8024k|  54.4 |  1251M |  81 |1968 |3992 |2035 | 557k|  1 |  76k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2025.70/2033.63	c  1011s|147600 |130224 |  8030k|  54.4 |  1251M |  81 |1968 |3981 |2074 | 557k|  1 |  76k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2026.30/2034.26	c  1012s|147700 |130316 |  8036k|  54.4 |  1252M |  81 |1968 |4000 |2000 | 558k|  1 |  76k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2026.89/2034.80	c  1013s|147800 |130413 |  8041k|  54.4 |  1253M |  81 |1968 |3993 |2044 | 558k|  1 |  76k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2027.59/2035.58	c  1013s|147900 |130503 |  8048k|  54.4 |  1254M |  81 |1968 |3999 |2112 | 558k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2028.39/2036.38	c  1014s|148000 |130601 |  8055k|  54.4 |  1254M |  81 |1968 |3967 |2014 | 559k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2028.89/2036.88	c  1015s|148100 |130695 |  8060k|  54.4 |  1255M |  81 |1968 |3959 |2040 | 559k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2029.88/2037.82	c  1016s|148200 |130789 |  8067k|  54.4 |  1259M |  81 |1968 |3940 |2107 | 560k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2030.38/2038.36	c  1016s|148300 |130875 |  8073k|  54.4 |  1260M |  81 |1968 |3961 |2045 | 560k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2031.19/2039.14	c  1017s|148400 |130964 |  8080k|  54.4 |  1260M |  81 |1968 |3956 |2103 | 561k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2031.68/2039.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2031.68/2039.65	c  1018s|148500 |131058 |  8085k|  54.4 |  1260M |  81 |1968 |3983 |2025 | 561k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2032.27/2040.21	c  1018s|148600 |131146 |  8089k|  54.4 |  1261M |  81 |1968 |3999 |2041 | 561k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2032.77/2040.76	c  1019s|148700 |131234 |  8095k|  54.4 |  1261M |  81 |1968 |4023 |2058 | 562k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2033.27/2041.20	c  1019s|148800 |131324 |  8100k|  54.4 |  1261M |  81 |1968 |4027 |2027 | 562k|  2 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2033.77/2041.75	c  1020s|148900 |131416 |  8105k|  54.4 |  1262M |  81 |1968 |4015 |2063 | 562k|  2 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2034.37/2042.34	c  1020s|149000 |131500 |  8111k|  54.4 |  1262M |  81 |1968 |4091 |   0 | 563k|  0 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2034.86/2042.85	c  1021s|149100 |131594 |  8115k|  54.4 |  1262M |  81 |1968 |4082 |2029 | 563k|  2 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2035.26/2043.30	c  1021s|149200 |131682 |  8119k|  54.4 |  1262M |  81 |1968 |4090 |2017 | 563k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2035.96/2044.01	c  1022s|149300 |131772 |  8126k|  54.4 |  1262M |  81 |1968 |4120 |2096 | 564k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2036.66/2044.69	c  1023s|149400 |131862 |  8132k|  54.4 |  1263M |  81 |1968 |4128 |2120 | 564k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2037.36/2045.35	c  1023s|149500 |131953 |  8138k|  54.4 |  1266M |  81 |1968 |4114 |2045 | 564k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2037.95/2045.95	c  1024s|149600 |132037 |  8143k|  54.4 |  1268M |  81 |1968 |4168 |2048 | 565k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2038.55/2046.55	c  1024s|149700 |132121 |  8148k|  54.4 |  1270M |  81 |1968 |4198 |2077 | 565k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2039.35/2047.31	c  1025s|149800 |132211 |  8154k|  54.4 |  1273M |  81 |1968 |4217 |2024 | 565k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2039.95/2047.96	c  1026s|149900 |132303 |  8161k|  54.4 |  1274M |  81 |1968 |4214 |2063 | 566k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2040.64/2048.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2040.64/2048.65	c  1027s|150000 |132389 |  8167k|  54.4 |  1274M |  81 |1968 |4227 |2085 | 566k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2041.44/2049.40	c  1027s|150100 |132477 |  8172k|  54.4 |  1275M |  81 |1968 |4216 |2089 | 567k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2042.05/2050.10	c  1028s|150200 |132571 |  8178k|  54.4 |  1277M |  81 |1968 |4190 |2033 | 567k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2043.15/2051.16	c  1029s|150300 |132663 |  8185k|  54.4 |  1280M |  81 |1968 |4219 |2066 | 567k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2043.83/2051.80	c  1030s|150400 |132751 |  8189k|  54.4 |  1281M |  81 |1968 |4224 |2026 | 568k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2044.43/2052.48	c  1030s|150500 |132837 |  8195k|  54.4 |  1281M |  81 |1968 |4304 |2023 | 568k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2044.93/2052.94	c  1031s|150600 |132929 |  8199k|  54.4 |  1281M |  81 |1968 |4304 |2074 | 568k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2045.43/2053.45	c  1031s|150700 |133017 |  8204k|  54.4 |  1281M |  81 |1968 |4319 |2088 | 569k|  4 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2046.04/2054.05	c  1032s|150800 |133105 |  8209k|  54.4 |  1281M |  81 |1968 |4319 |2026 | 569k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2046.72/2054.75	c  1033s|150900 |133201 |  8215k|  54.4 |  1281M |  81 |1968 |4285 |2065 | 569k|  2 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2047.42/2055.44	c  1033s|151000 |133290 |  8221k|  54.4 |  1284M |  81 |1968 |4249 |2008 | 570k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2047.92/2056.01	c  1034s|151100 |133386 |  8226k|  54.4 |  1285M |  81 |1968 |4253 |2019 | 570k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2048.61/2056.60	c  1034s|151200 |133478 |  8232k|  54.4 |  1285M |  81 |1968 |4256 |2088 | 570k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2049.13/2057.13	c  1035s|151300 |133564 |  8237k|  54.4 |  1285M |  81 |1968 |4225 |2004 | 571k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2049.71/2057.75	c  1036s|151400 |133657 |  8241k|  54.4 |  1285M |  81 |1968 |4214 |   0 | 571k|  0 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2050.21/2058.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2050.21/2058.26	c  1036s|151500 |133747 |  8247k|  54.4 |  1285M |  81 |1968 |4195 |2107 | 571k|  2 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2050.81/2058.82	c  1037s|151600 |133845 |  8253k|  54.4 |  1286M |  81 |1968 |4178 |2024 | 571k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2051.50/2059.52	c  1037s|151700 |133939 |  8259k|  54.4 |  1286M |  81 |1968 |4144 |2101 | 572k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2052.01/2060.06	c  1038s|151800 |134024 |  8263k|  54.4 |  1286M |  81 |1968 |4148 |2024 | 572k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2052.70/2060.75	c  1039s|151900 |134118 |  8270k|  54.4 |  1286M |  81 |1968 |4138 |2086 | 572k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2053.30/2061.38	c  1039s|152000 |134201 |  8276k|  54.4 |  1286M |  81 |1968 |4154 |1995 | 573k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2053.89/2061.94	c  1040s|152100 |134299 |  8281k|  54.4 |  1287M |  81 |1968 |4149 |2041 | 573k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2054.39/2062.44	c  1040s|152200 |134387 |  8286k|  54.4 |  1287M |  81 |1968 |4180 |2081 | 573k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2055.00/2063.06	c  1041s|152300 |134481 |  8292k|  54.4 |  1287M |  81 |1968 |4163 |2067 | 574k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2055.49/2063.59	c  1041s|152400 |134571 |  8297k|  54.4 |  1287M |  81 |1968 |4152 |2051 | 574k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2056.10/2064.16	c  1042s|152500 |134660 |  8303k|  54.4 |  1287M |  81 |1968 |4125 |2053 | 574k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2056.78/2064.86	c  1043s|152600 |134750 |  8310k|  54.4 |  1288M |  81 |1968 |4103 |1998 | 575k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2057.48/2065.55	c  1043s|152700 |134843 |  8317k|  54.5 |  1289M |  81 |1968 |4119 |2028 | 575k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2058.18/2066.22	c  1044s|152800 |134927 |  8322k|  54.5 |  1289M |  81 |1968 |4172 |2041 | 575k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2058.68/2066.76	c  1045s|152900 |135017 |  8326k|  54.4 |  1289M |  81 |1968 |4189 |2049 | 576k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2059.18/2067.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2059.18/2067.27	c  1045s|153000 |135107 |  8330k|  54.4 |  1289M |  81 |1968 |4197 |2064 | 576k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2059.99/2068.06	c  1046s|153100 |135196 |  8337k|  54.4 |  1290M |  81 |1968 |4178 |2012 | 576k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2060.67/2068.77	c  1047s|153200 |135288 |  8342k|  54.4 |  1293M |  81 |1968 |4186 |2069 | 577k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2061.17/2069.29	c  1047s|153300 |135380 |  8347k|  54.4 |  1293M |  81 |1968 |4173 |2009 | 577k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2061.87/2069.97	c  1048s|153400 |135470 |  8354k|  54.4 |  1294M |  81 |1968 |4164 |2078 | 578k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2062.36/2070.46	c  1048s|153500 |135560 |  8358k|  54.4 |  1294M |  81 |1968 |4181 |2070 | 578k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2062.86/2070.98	c  1049s|153600 |135644 |  8363k|  54.4 |  1294M |  81 |1968 |4193 |2080 | 578k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2063.46/2071.58	c  1049s|153700 |135740 |  8369k|  54.4 |  1295M |  81 |1968 |4171 |2021 | 579k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2064.07/2072.19	c  1050s|153800 |135838 |  8374k|  54.4 |  1295M |  81 |1968 |4148 |2038 | 579k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2064.97/2073.07	c  1051s|153900 |135932 |  8382k|  54.5 |  1298M |  81 |1968 |4127 |2036 | 579k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2065.65/2073.71	c  1052s|154000 |136020 |  8389k|  54.5 |  1301M |  81 |1968 |4113 |2017 | 580k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2066.15/2074.26	c  1052s|154100 |136116 |  8394k|  54.5 |  1301M |  81 |1968 |4082 |2038 | 580k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2066.96/2075.02	c  1053s|154200 |136204 |  8400k|  54.5 |  1301M |  81 |1968 |4080 |2014 | 581k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2067.64/2075.72	c  1054s|154300 |136298 |  8406k|  54.5 |  1302M |  81 |1968 |4074 |2083 | 581k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2068.24/2076.32	c  1054s|154400 |136386 |  8412k|  54.5 |  1303M |  81 |1968 |4081 |2031 | 581k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2069.05/2077.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2069.05/2077.12	c  1055s|154500 |136480 |  8418k|  54.5 |  1303M |  81 |1968 |4086 |2082 | 582k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2069.64/2077.79	c  1056s|154600 |136572 |  8424k|  54.5 |  1305M |  81 |1968 |4138 |2061 | 582k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2070.33/2078.43	c  1056s|154700 |136666 |  8430k|  54.5 |  1307M |  81 |1968 |4136 |2107 | 582k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2070.95/2079.06	c  1057s|154800 |136764 |  8435k|  54.5 |  1307M |  81 |1968 |4076 |1977 | 583k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2071.53/2079.60	c  1057s|154900 |136860 |  8440k|  54.5 |  1308M |  81 |1968 |4074 |2025 | 583k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2072.13/2080.27	c  1058s|155000 |136958 |  8446k|  54.5 |  1309M |  81 |1968 |4041 |2046 | 583k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2072.73/2080.84	c  1059s|155100 |137058 |  8452k|  54.5 |  1310M |  81 |1968 |3991 |2062 | 584k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2073.42/2081.54	c  1059s|155200 |137150 |  8459k|  54.5 |  1310M |  81 |1968 |3981 |2116 | 584k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2073.83/2081.99	c  1060s|155300 |137244 |  8464k|  54.5 |  1310M |  81 |1968 |3935 |2008 | 584k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2074.43/2082.54	c  1060s|155400 |137342 |  8470k|  54.5 |  1310M |  81 |1968 |3918 |2033 | 585k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2075.13/2083.28	c  1061s|155500 |137432 |  8477k|  54.5 |  1310M |  81 |1968 |3925 |2126 | 585k|  2 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2075.82/2083.91	c  1062s|155600 |137526 |  8483k|  54.5 |  1310M |  81 |1968 |3909 |2029 | 585k|  2 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2076.42/2084.56	c  1062s|155700 |137622 |  8487k|  54.5 |  1311M |  81 |1968 |3891 |2052 | 586k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2077.03/2085.12	c  1063s|155800 |137720 |  8493k|  54.5 |  1312M |  81 |1968 |3866 |2106 | 586k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2077.82/2086.00	c  1064s|155900 |137813 |  8499k|  54.5 |  1312M |  81 |1968 |3850 |2111 | 586k|  3 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2078.51/2086.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2078.51/2086.64	c  1064s|156000 |137907 |  8505k|  54.5 |  1313M |  81 |1968 |3840 |2108 | 587k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2079.11/2087.28	c  1065s|156100 |138001 |  8513k|  54.5 |  1316M |  81 |1968 |3837 |2055 | 587k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2079.61/2087.73	c  1066s|156200 |138097 |  8517k|  54.5 |  1316M |  81 |1968 |3827 |2022 | 587k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2080.41/2088.51	c  1066s|156300 |138193 |  8525k|  54.5 |  1316M |  81 |1968 |3803 |2081 | 588k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2080.92/2089.06	c  1067s|156400 |138287 |  8530k|  54.5 |  1316M |  81 |1968 |3780 |2006 | 588k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2081.50/2089.63	c  1067s|156500 |138381 |  8535k|  54.5 |  1316M |  81 |1968 |3771 |2029 | 588k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2082.20/2090.36	c  1068s|156600 |138471 |  8541k|  54.5 |  1316M |  81 |1968 |3822 |2115 | 589k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2082.80/2090.97	c  1069s|156700 |138567 |  8546k|  54.5 |  1316M |  81 |1968 |3820 |1992 | 589k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2083.39/2091.55	c  1069s|156800 |138659 |  8552k|  54.5 |  1317M |  81 |1968 |3840 |2047 | 589k|  1 |  80k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2084.19/2092.35	c  1070s|156900 |138757 |  8558k|  54.5 |  1319M |  81 |1968 |3826 |2086 | 590k|  2 |  80k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2084.90/2093.09	c  1071s|157000 |138849 |  8565k|  54.5 |  1320M |  81 |1968 |3868 |2100 | 590k|  1 |  80k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2085.59/2093.72	c  1072s|157100 |138934 |  8571k|  54.5 |  1321M |  81 |1968 |3890 |2129 | 591k|  2 |  80k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2086.28/2094.40	c  1072s|157200 |139020 |  8576k|  54.5 |  1323M |  81 |1968 |3909 |2030 | 591k|  1 |  80k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2087.08/2095.23	c  1073s|157300 |139120 |  8583k|  54.6 |  1325M |  81 |1968 |3890 |2071 | 591k|  1 |  80k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2087.67/2095.89	c  1074s|157400 |139206 |  8589k|  54.6 |  1335M |  81 |1968 |3907 |   0 | 592k|  0 |  80k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2088.47/2096.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2088.47/2096.60	c  1074s|157500 |139295 |  8595k|  54.6 |  1335M |  81 |1968 |3943 |2045 | 592k|  4 |  80k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2089.07/2097.23	c  1075s|157600 |139391 |  8600k|  54.6 |  1335M |  81 |1968 |3931 |2136 | 593k|  5 |  80k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2089.77/2098.01	c  1076s|157700 |139485 |  8605k|  54.6 |  1335M |  81 |1968 |3917 |2114 | 593k|  4 |  80k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2090.36/2098.56	c  1076s|157800 |139573 |  8610k|  54.5 |  1337M |  81 |1968 |3922 |1991 | 593k|  1 |  80k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2091.06/2099.22	c  1077s|157900 |139667 |  8617k|  54.6 |  1337M |  81 |1968 |3932 |   0 | 594k|  0 |  80k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2091.56/2099.71	c  1078s|158000 |139757 |  8621k|  54.6 |  1337M |  81 |1968 |3983 |2085 | 594k|  1 |  80k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
2092.16/2100.34	c  1078s|158100 |139851 |  8627k|  54.6 |  1337M |  81 |1968 |3966 |1993 | 594k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2092.76/2101.01	c  1079s|158200 |139940 |  8633k|  54.6 |  1337M |  81 |1968 |3977 |2090 | 595k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2093.45/2101.66	c  1080s|158300 |140035 |  8639k|  54.6 |  1338M |  81 |1968 |3959 |2069 | 595k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2094.15/2102.37	c  1080s|158400 |140131 |  8645k|  54.6 |  1339M |  81 |1968 |3936 |2092 | 595k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2094.65/2102.85	c  1081s|158500 |140220 |  8650k|  54.6 |  1339M |  81 |1968 |3964 |2015 | 596k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2095.35/2103.56	c  1081s|158600 |140314 |  8656k|  54.6 |  1339M |  81 |1968 |3939 |2058 | 596k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2095.86/2104.09	c  1082s|158700 |140404 |  8661k|  54.6 |  1339M |  81 |1968 |3948 |2015 | 596k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2096.64/2104.85	c  1083s|158800 |140498 |  8667k|  54.6 |  1339M |  81 |1968 |3935 |2115 | 597k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2097.24/2105.45	c  1083s|158900 |140592 |  8673k|  54.6 |  1339M |  81 |1968 |3909 |1998 | 597k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2098.04/2106.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2098.04/2106.21	c  1084s|159000 |140685 |  8679k|  54.6 |  1339M |  81 |1968 |3912 |2046 | 598k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2098.53/2106.70	c  1085s|159100 |140771 |  8684k|  54.6 |  1341M |  81 |1968 |3924 |2100 | 598k|  3 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2099.33/2107.56	c  1085s|159200 |140860 |  8689k|  54.6 |  1341M |  81 |1968 |3904 |2039 | 598k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2100.13/2108.34	c  1086s|159300 |140956 |  8697k|  54.6 |  1341M |  81 |1968 |3882 |2055 | 599k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2100.73/2108.98	c  1087s|159400 |141044 |  8702k|  54.6 |  1364M |  81 |1968 |3915 |2122 | 599k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2101.53/2109.71	c  1088s|159500 |141132 |  8709k|  54.6 |  1366M |  81 |1968 |3981 |2076 | 599k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2102.03/2110.25	c  1088s|159600 |141225 |  8714k|  54.6 |  1366M |  81 |1968 |3953 |1998 | 600k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2102.53/2110.72	c  1089s|159700 |141317 |  8719k|  54.6 |  1366M |  81 |1968 |3959 |2010 | 600k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2103.23/2111.49	c  1089s|159800 |141413 |  8724k|  54.6 |  1367M |  81 |1968 |3943 |2053 | 600k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2103.72/2112.01	c  1090s|159900 |141505 |  8729k|  54.6 |  1367M |  81 |1968 |3935 |2029 | 601k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2104.42/2112.66	c  1091s|160000 |141601 |  8734k|  54.6 |  1369M |  81 |1968 |3934 |2055 | 601k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2105.12/2113.30	c  1091s|160100 |141695 |  8739k|  54.6 |  1369M |  81 |1968 |3923 |2078 | 601k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2105.62/2113.88	c  1092s|160200 |141791 |  8744k|  54.6 |  1369M |  81 |1968 |3909 |2000 | 602k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2106.21/2114.48	c  1092s|160300 |141881 |  8748k|  54.6 |  1369M |  81 |1968 |3918 |2068 | 602k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2106.71/2114.96	c  1093s|160400 |141973 |  8753k|  54.6 |  1369M |  81 |1968 |3931 |2056 | 602k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2107.41/2115.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2107.41/2115.69	c  1094s|160500 |142060 |  8758k|  54.6 |  1372M |  81 |1968 |3993 |2053 | 602k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2108.01/2116.24	c  1094s|160600 |142154 |  8764k|  54.6 |  1377M |  81 |1968 |3985 |2088 | 603k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2108.61/2116.81	c  1095s|160700 |142242 |  8769k|  54.6 |  1377M |  81 |1968 |3986 |2039 | 603k|  2 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2109.10/2117.35	c  1095s|160800 |142331 |  8775k|  54.6 |  1377M |  81 |1968 |3985 |2091 | 603k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2109.70/2117.96	c  1096s|160900 |142415 |  8780k|  54.6 |  1378M |  81 |1968 |4031 |2052 | 604k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2110.40/2118.64	c  1097s|161000 |142506 |  8786k|  54.6 |  1378M |  81 |1968 |4020 |2135 | 604k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2110.81/2119.09	c  1097s|161100 |142598 |  8791k|  54.6 |  1379M |  81 |1968 |3987 |2043 | 604k|  4 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2111.50/2119.79	c  1098s|161200 |142683 |  8797k|  54.6 |  1380M |  81 |1968 |4015 |2062 | 605k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2112.09/2120.36	c  1098s|161300 |142773 |  8802k|  54.6 |  1381M |  81 |1968 |4024 |2101 | 605k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2112.69/2120.97	c  1099s|161400 |142865 |  8808k|  54.6 |  1382M |  81 |1968 |4060 |1985 | 606k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2113.29/2121.50	c  1099s|161500 |142963 |  8813k|  54.6 |  1382M |  81 |1968 |4031 |2060 | 606k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2113.80/2122.10	c  1100s|161600 |143047 |  8818k|  54.6 |  1383M |  81 |1968 |4146 |2125 | 606k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2114.39/2122.64	c  1100s|161700 |143132 |  8823k|  54.6 |  1383M |  81 |1968 |4142 |1999 | 607k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2115.08/2123.37	c  1101s|161800 |143226 |  8829k|  54.6 |  1385M |  81 |1968 |4142 |2057 | 607k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2115.58/2123.88	c  1102s|161900 |143320 |  8833k|  54.6 |  1385M |  81 |1968 |4133 |2083 | 607k|  2 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2116.18/2124.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2116.18/2124.46	c  1102s|162000 |143402 |  8839k|  54.5 |  1385M |  81 |1968 |4137 |2119 | 608k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2116.68/2124.99	c  1103s|162100 |143496 |  8843k|  54.5 |  1385M |  81 |1968 |4119 |2023 | 608k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2117.38/2125.61	c  1103s|162200 |143592 |  8848k|  54.5 |  1385M |  81 |1968 |4085 |2101 | 608k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2117.79/2126.01	c  1104s|162300 |143687 |  8852k|  54.5 |  1385M |  81 |1968 |4062 |2040 | 609k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2118.37/2126.63	c  1104s|162400 |143777 |  8857k|  54.5 |  1385M |  81 |1968 |4079 |2071 | 609k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2118.88/2127.16	c  1105s|162500 |143865 |  8862k|  54.5 |  1385M |  81 |1968 |4114 |2072 | 609k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2119.47/2127.74	c  1106s|162600 |143955 |  8868k|  54.5 |  1386M |  81 |1968 |4114 |2000 | 609k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2119.97/2128.23	c  1106s|162700 |144050 |  8872k|  54.5 |  1386M |  81 |1968 |4089 |2047 | 610k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2120.56/2128.83	c  1107s|162800 |144141 |  8877k|  54.5 |  1386M |  81 |1968 |4101 |2019 | 610k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2121.06/2129.39	c  1107s|162900 |144241 |  8882k|  54.5 |  1388M |  81 |1968 |4071 |2083 | 610k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2121.77/2130.05	c  1108s|163000 |144328 |  8888k|  54.5 |  1388M |  81 |1968 |4107 |   0 | 611k|  0 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2122.26/2130.59	c  1108s|163100 |144418 |  8893k|  54.5 |  1388M |  81 |1968 |4113 |2105 | 611k|  3 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2122.95/2131.22	c  1109s|163200 |144518 |  8898k|  54.5 |  1389M |  81 |1968 |4067 |2068 | 611k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2123.55/2131.85	c  1110s|163300 |144608 |  8904k|  54.5 |  1389M |  81 |1968 |4081 |   0 | 612k|  0 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2124.15/2132.46	c  1110s|163400 |144700 |  8909k|  54.5 |  1389M |  81 |1968 |4107 |2020 | 612k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2124.86/2133.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2124.86/2133.12	c  1111s|163500 |144791 |  8914k|  54.5 |  1389M |  81 |1968 |4091 |2091 | 612k|  6 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2125.44/2133.73	c  1112s|163600 |144880 |  8920k|  54.5 |  1393M |  81 |1968 |4114 |2021 | 613k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2126.14/2134.49	c  1112s|163700 |144974 |  8925k|  54.5 |  1393M |  81 |1968 |4104 |2092 | 613k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2126.85/2135.16	c  1113s|163800 |145074 |  8931k|  54.5 |  1393M |  81 |1968 |4045 |2031 | 614k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2127.44/2135.70	c  1114s|163900 |145166 |  8936k|  54.5 |  1396M |  81 |1968 |4046 |2024 | 614k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
2128.03/2136.37	c  1114s|164000 |145262 |  8942k|  54.5 |  1398M |  81 |1968 |4039 |2114 | 614k|  1 |  82k|  22k|-1.255512e+03 |      --      |    Inf |   1.30%
2128.53/2136.87	c  1115s|164100 |145353 |  8947k|  54.5 |  1399M |  81 |1968 |4020 |2041 | 615k|  1 |  82k|  22k|-1.255512e+03 |      --      |    Inf |   1.30%
2129.23/2137.58	c  1115s|164200 |145449 |  8953k|  54.5 |  1401M |  81 |1968 |4010 |2089 | 615k|  1 |  82k|  22k|-1.255515e+03 |      --      |    Inf |   1.30%
2129.74/2138.09	c  1116s|164300 |145535 |  8958k|  54.5 |  1401M |  81 |1968 |4033 |   0 | 615k|  0 |  82k|  22k|-1.255515e+03 |      --      |    Inf |   1.30%
2130.13/2138.46	c  1116s|164400 |145627 |  8962k|  54.5 |  1401M |  81 |1968 |4020 |2042 | 616k|  1 |  82k|  22k|-1.255515e+03 |      --      |    Inf |   1.30%
2130.62/2139.00	c  1117s|164500 |145720 |  8967k|  54.5 |  1401M |  81 |1968 |4018 |2095 | 616k|  1 |  82k|  22k|-1.255553e+03 |      --      |    Inf |   1.30%
2131.42/2139.73	c  1118s|164600 |145808 |  8973k|  54.5 |  1401M |  81 |1968 |4015 |2080 | 616k|  1 |  82k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2131.92/2140.21	c  1118s|164700 |145900 |  8978k|  54.5 |  1401M |  81 |1968 |4066 |2095 | 616k|  3 |  82k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2132.42/2140.75	c  1119s|164800 |145982 |  8984k|  54.5 |  1401M |  81 |1968 |4107 |2075 | 617k|  0 |  82k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2133.02/2141.35	c  1119s|164900 |146074 |  8990k|  54.5 |  1401M |  81 |1968 |4098 |2023 | 617k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2133.61/2141.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2133.61/2141.97	c  1120s|165000 |146172 |  8995k|  54.5 |  1404M |  81 |1968 |4110 |2049 | 617k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2134.31/2142.60	c  1120s|165100 |146262 |  9001k|  54.5 |  1408M |  81 |1968 |4121 |2032 | 618k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2135.01/2143.35	c  1121s|165200 |146354 |  9007k|  54.5 |  1409M |  81 |1968 |4122 |2119 | 618k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2135.51/2143.83	c  1122s|165300 |146452 |  9011k|  54.5 |  1409M |  81 |1968 |4091 |1983 | 618k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2136.00/2144.37	c  1122s|165400 |146552 |  9015k|  54.5 |  1409M |  81 |1968 |4071 |2050 | 619k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2136.72/2145.07	c  1123s|165500 |146647 |  9021k|  54.5 |  1409M |  81 |1968 |4057 |2028 | 619k|  2 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2137.50/2145.84	c  1124s|165600 |146735 |  9027k|  54.5 |  1409M |  81 |1968 |4128 |2059 | 620k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2138.20/2146.51	c  1124s|165700 |146833 |  9033k|  54.5 |  1410M |  81 |1968 |4100 |2093 | 620k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2138.99/2147.37	c  1125s|165800 |146927 |  9039k|  54.5 |  1410M |  81 |1968 |4093 |2054 | 620k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2139.70/2148.07	c  1126s|165900 |147019 |  9045k|  54.5 |  1410M |  81 |1968 |4096 |2098 | 621k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2140.29/2148.65	c  1127s|166000 |147111 |  9050k|  54.5 |  1410M |  81 |1968 |4076 |2068 | 621k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2140.89/2149.24	c  1127s|166100 |147205 |  9055k|  54.5 |  1410M |  81 |1968 |4055 |2040 | 621k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2141.59/2149.94	c  1128s|166200 |147293 |  9060k|  54.5 |  1410M |  81 |1968 |4085 |2053 | 622k|  2 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2142.08/2150.49	c  1128s|166300 |147381 |  9065k|  54.5 |  1410M |  81 |1968 |4057 |2045 | 622k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2142.79/2151.19	c  1129s|166400 |147471 |  9072k|  54.5 |  1411M |  81 |1968 |4060 |2099 | 623k|  2 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2143.48/2151.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2143.48/2151.89	c  1130s|166500 |147567 |  9077k|  54.5 |  1413M |  81 |1968 |4019 |2048 | 623k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2144.08/2152.46	c  1130s|166600 |147661 |  9082k|  54.5 |  1413M |  81 |1968 |4023 |2108 | 623k|  4 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2144.69/2153.03	c  1131s|166700 |147751 |  9088k|  54.5 |  1413M |  81 |1968 |4022 |2083 | 624k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2145.17/2153.59	c  1131s|166800 |147839 |  9093k|  54.5 |  1413M |  81 |1968 |4039 |2048 | 624k|  2 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2145.87/2154.22	c  1132s|166900 |147931 |  9098k|  54.5 |  1413M |  81 |1968 |4043 |2012 | 624k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2146.27/2154.62	c  1132s|167000 |148023 |  9102k|  54.5 |  1413M |  81 |1968 |4062 |2039 | 624k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2147.17/2155.53	c  1133s|167100 |148112 |  9108k|  54.5 |  1414M |  81 |1968 |4115 |2124 | 625k|  0 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2147.78/2156.11	c  1134s|167200 |148204 |  9112k|  54.5 |  1416M |  81 |1968 |4103 |2091 | 625k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2148.26/2156.60	c  1134s|167300 |148298 |  9116k|  54.5 |  1417M |  81 |1968 |4108 |2094 | 625k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2148.96/2157.31	c  1135s|167400 |148393 |  9122k|  54.5 |  1421M |  81 |1968 |4096 |2084 | 626k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2149.46/2157.86	c  1136s|167500 |148484 |  9126k|  54.5 |  1421M |  81 |1968 |4103 |2072 | 626k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2150.06/2158.48	c  1136s|167600 |148579 |  9131k|  54.5 |  1421M |  81 |1968 |4071 |2028 | 627k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2150.95/2159.39	c  1137s|167700 |148677 |  9137k|  54.5 |  1421M |  81 |1968 |4083 |2083 | 627k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2151.45/2159.88	c  1138s|167800 |148777 |  9142k|  54.5 |  1421M |  81 |1968 |4054 |2088 | 628k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2152.25/2160.60	c  1138s|167900 |148869 |  9149k|  54.5 |  1422M |  81 |1968 |4049 |2057 | 628k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2153.04/2161.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2153.04/2161.48	c  1139s|168000 |148960 |  9156k|  54.5 |  1424M |  81 |1968 |4038 |2002 | 628k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2153.65/2162.08	c  1140s|168100 |149054 |  9161k|  54.5 |  1424M |  81 |1968 |4037 |2024 | 629k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2154.44/2162.81	c  1141s|168200 |149138 |  9166k|  54.5 |  1424M |  81 |1968 |4024 |2012 | 629k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2155.14/2163.55	c  1141s|168300 |149232 |  9171k|  54.5 |  1424M |  81 |1968 |4015 |2071 | 629k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2155.83/2164.20	c  1142s|168400 |149328 |  9177k|  54.5 |  1425M |  81 |1968 |3991 |2064 | 630k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2156.53/2164.91	c  1143s|168500 |149423 |  9181k|  54.5 |  1426M |  81 |1968 |3972 |2044 | 630k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2157.13/2165.57	c  1143s|168600 |149507 |  9187k|  54.5 |  1426M |  81 |1968 |3981 |2107 | 631k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2157.74/2166.15	c  1144s|168700 |149589 |  9192k|  54.5 |  1427M |  81 |1968 |4036 |2031 | 631k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2158.23/2166.63	c  1144s|168800 |149687 |  9197k|  54.5 |  1428M |  81 |1968 |4029 |2091 | 631k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2158.65/2167.06	c  1145s|168900 |149768 |  9201k|  54.5 |  1428M |  81 |1968 |4073 |2038 | 631k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2159.33/2167.71	c  1146s|169000 |149864 |  9207k|  54.5 |  1428M |  81 |1968 |4070 |2072 | 632k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2159.83/2168.26	c  1146s|169100 |149954 |  9212k|  54.5 |  1428M |  81 |1968 |4074 |2087 | 632k|  2 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2160.53/2168.96	c  1147s|169200 |150044 |  9217k|  54.5 |  1428M |  81 |1968 |4055 |2031 | 632k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2161.12/2169.57	c  1147s|169300 |150136 |  9222k|  54.5 |  1429M |  81 |1968 |4042 |   0 | 633k|  0 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2161.52/2169.99	c  1148s|169400 |150233 |  9226k|  54.5 |  1429M |  81 |1968 |3990 |2056 | 633k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2162.02/2170.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2162.02/2170.48	c  1148s|169500 |150327 |  9229k|  54.4 |  1429M |  81 |1968 |3965 |2104 | 633k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2162.73/2171.13	c  1149s|169600 |150427 |  9235k|  54.4 |  1429M |  81 |1968 |3929 |1997 | 634k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2163.32/2171.73	c  1150s|169700 |150523 |  9240k|  54.4 |  1429M |  81 |1968 |3927 |2068 | 634k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2163.91/2172.34	c  1150s|169800 |150619 |  9246k|  54.4 |  1429M |  81 |1968 |3915 |2073 | 634k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2164.41/2172.88	c  1151s|169900 |150705 |  9252k|  54.4 |  1429M |  81 |1968 |3985 |2028 | 635k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2165.21/2173.63	c  1151s|170000 |150797 |  9257k|  54.4 |  1431M |  81 |1968 |3982 |2070 | 635k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
2165.72/2174.16	c  1152s|170100 |150886 |  9261k|  54.4 |  1431M |  81 |1968 |4005 |2039 | 635k|  1 |  84k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2166.21/2174.69	c  1153s|170200 |150980 |  9266k|  54.4 |  1432M |  81 |1968 |4017 |2007 | 636k|  1 |  84k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2167.10/2175.57	c  1153s|170300 |151080 |  9274k|  54.4 |  1432M |  81 |1968 |3999 |2102 | 636k|  1 |  84k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2167.61/2176.07	c  1154s|170400 |151163 |  9278k|  54.4 |  1432M |  81 |1968 |4046 |2004 | 636k|  1 |  84k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2168.30/2176.76	c  1155s|170500 |151257 |  9283k|  54.4 |  1435M |  81 |1968 |4062 |2058 | 637k|  1 |  84k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2169.00/2177.43	c  1155s|170600 |151341 |  9288k|  54.4 |  1435M |  81 |1968 |4100 |2102 | 637k|  1 |  84k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2169.61/2178.04	c  1156s|170700 |151432 |  9293k|  54.4 |  1435M |  81 |1968 |4069 |2035 | 637k|  1 |  84k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2170.09/2178.52	c  1156s|170800 |151522 |  9298k|  54.4 |  1435M |  81 |1968 |4100 |2028 | 638k|  1 |  84k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2170.79/2179.20	c  1157s|170900 |151616 |  9303k|  54.4 |  1438M |  81 |1968 |4112 |2058 | 638k|  1 |  84k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2171.29/2179.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2171.29/2179.73	c  1158s|171000 |151707 |  9308k|  54.4 |  1438M |  81 |1968 |4137 |1989 | 638k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2171.88/2180.36	c  1158s|171100 |151799 |  9313k|  54.4 |  1440M |  81 |1968 |4164 |2062 | 639k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2172.69/2181.18	c  1159s|171200 |151888 |  9320k|  54.4 |  1440M |  81 |1968 |4191 |2072 | 639k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2173.18/2181.69	c  1160s|171300 |151978 |  9325k|  54.4 |  1440M |  81 |1968 |4204 |2086 | 639k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2173.78/2182.21	c  1160s|171400 |152074 |  9330k|  54.4 |  1440M |  81 |1968 |4181 |2053 | 640k|  2 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2174.18/2182.66	c  1161s|171500 |152168 |  9334k|  54.4 |  1440M |  81 |1968 |4174 |2063 | 640k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2175.07/2183.54	c  1161s|171600 |152257 |  9341k|  54.4 |  1443M |  81 |1968 |4164 |2083 | 640k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2175.47/2183.98	c  1162s|171700 |152355 |  9346k|  54.4 |  1444M |  81 |1968 |4146 |2019 | 641k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2176.27/2184.75	c  1163s|171800 |152449 |  9352k|  54.4 |  1447M |  81 |1968 |4142 |2142 | 641k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2176.97/2185.40	c  1163s|171900 |152539 |  9356k|  54.4 |  1447M |  81 |1968 |4144 |2050 | 641k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2177.76/2186.27	c  1164s|172000 |152633 |  9362k|  54.4 |  1448M |  81 |1968 |4141 |2091 | 642k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2178.36/2186.89	c  1165s|172100 |152717 |  9368k|  54.4 |  1448M |  81 |1968 |4182 |2108 | 642k|  2 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2178.96/2187.41	c  1165s|172200 |152809 |  9373k|  54.4 |  1448M |  81 |1968 |4176 |2033 | 642k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2179.57/2188.05	c  1166s|172300 |152896 |  9377k|  54.4 |  1445M |  81 |1968 |4204 |2125 | 643k|  7 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2180.25/2188.75	c  1167s|172400 |152986 |  9383k|  54.4 |  1446M |  81 |1968 |4215 |2114 | 643k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2180.95/2189.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2180.95/2189.42	c  1167s|172500 |153080 |  9389k|  54.4 |  1445M |  81 |1968 |4210 |2026 | 644k|  4 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2181.56/2190.04	c  1168s|172600 |153172 |  9393k|  54.4 |  1447M |  81 |1968 |4229 |2080 | 644k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2182.25/2190.71	c  1169s|172700 |153268 |  9399k|  54.4 |  1447M |  81 |1968 |4208 |2114 | 644k|  2 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2182.94/2191.41	c  1169s|172800 |153360 |  9405k|  54.4 |  1447M |  81 |1968 |4199 |2020 | 645k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2183.55/2192.06	c  1170s|172900 |153447 |  9411k|  54.4 |  1447M |  81 |1968 |4227 |2083 | 645k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2184.04/2192.50	c  1170s|173000 |153540 |  9415k|  54.4 |  1447M |  81 |1968 |4219 |2038 | 645k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2184.55/2193.02	c  1171s|173100 |153636 |  9420k|  54.4 |  1447M |  81 |1968 |4220 |2055 | 646k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2185.24/2193.77	c  1172s|173200 |153732 |  9426k|  54.4 |  1447M |  81 |1968 |4204 |2099 | 646k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2185.83/2194.31	c  1172s|173300 |153817 |  9432k|  54.4 |  1448M |  81 |1968 |4236 |2015 | 646k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2186.33/2194.88	c  1173s|173400 |153905 |  9437k|  54.4 |  1450M |  81 |1968 |4309 |2123 | 647k|  2 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2187.03/2195.58	c  1173s|173500 |153994 |  9443k|  54.4 |  1451M |  81 |1968 |4316 |2042 | 647k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2187.93/2196.40	c  1174s|173600 |154082 |  9450k|  54.4 |  1451M |  81 |1968 |4318 |2054 | 647k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2188.42/2196.97	c  1175s|173700 |154178 |  9454k|  54.4 |  1451M |  81 |1968 |4337 |2098 | 648k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2188.92/2197.44	c  1175s|173800 |154268 |  9458k|  54.4 |  1451M |  81 |1968 |4359 |1996 | 648k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2189.72/2198.29	c  1176s|173900 |154364 |  9464k|  54.4 |  1452M |  81 |1968 |4317 |2106 | 648k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2190.32/2198.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2190.32/2198.83	c  1177s|174000 |154459 |  9468k|  54.4 |  1452M |  81 |1968 |4276 |2028 | 649k|  2 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2190.92/2199.47	c  1177s|174100 |154542 |  9473k|  54.4 |  1454M |  81 |1968 |4308 |2003 | 649k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2191.53/2200.08	c  1178s|174200 |154622 |  9478k|  54.4 |  1454M |  81 |1968 |4345 |2115 | 649k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2192.11/2200.61	c  1178s|174300 |154710 |  9482k|  54.4 |  1454M |  81 |1968 |4342 |2070 | 650k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2192.71/2201.21	c  1179s|174400 |154791 |  9487k|  54.4 |  1457M |  81 |1968 |4376 |2005 | 650k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2193.21/2201.71	c  1180s|174500 |154877 |  9492k|  54.4 |  1457M |  81 |1968 |4365 |2040 | 650k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2193.71/2202.28	c  1180s|174600 |154969 |  9498k|  54.4 |  1457M |  81 |1968 |4365 |2067 | 651k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2194.40/2202.92	c  1181s|174700 |155061 |  9502k|  54.4 |  1457M |  81 |1968 |4366 |2095 | 651k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2194.80/2203.37	c  1181s|174800 |155147 |  9507k|  54.4 |  1457M |  81 |1968 |4360 |2017 | 651k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2195.51/2204.01	c  1182s|174900 |155243 |  9511k|  54.4 |  1457M |  81 |1968 |4364 |2088 | 652k|  2 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2196.89/2205.46	c  1183s|175000 |155325 |  9517k|  54.4 |  1457M |  81 |1968 |4407 |2096 | 652k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2197.60/2206.15	c  1184s|175100 |155421 |  9523k|  54.4 |  1457M |  81 |1968 |4360 |2027 | 652k|  3 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2198.29/2206.81	c  1185s|175200 |155519 |  9528k|  54.4 |  1457M |  81 |1968 |4334 |2109 | 653k|  3 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2198.89/2207.40	c  1185s|175300 |155615 |  9533k|  54.4 |  1458M |  81 |1968 |4321 |2078 | 653k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2199.50/2208.07	c  1186s|175400 |155713 |  9538k|  54.4 |  1460M |  81 |1968 |4293 |2086 | 653k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2200.18/2208.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2200.18/2208.71	c  1187s|175500 |155807 |  9544k|  54.4 |  1460M |  81 |1968 |4280 |2079 | 654k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2200.68/2209.20	c  1187s|175600 |155901 |  9548k|  54.4 |  1460M |  81 |1968 |4292 |2106 | 654k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2201.08/2209.68	c  1188s|175700 |155987 |  9553k|  54.4 |  1460M |  81 |1968 |4307 |2008 | 654k|  2 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2201.78/2210.30	c  1188s|175800 |156083 |  9557k|  54.4 |  1462M |  81 |1968 |4284 |2014 | 655k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2202.28/2210.80	c  1189s|175900 |156173 |  9562k|  54.4 |  1462M |  81 |1968 |4288 |2089 | 655k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2202.87/2211.43	c  1189s|176000 |156263 |  9568k|  54.4 |  1462M |  81 |1968 |4309 |2080 | 655k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2203.58/2212.12	c  1190s|176100 |156351 |  9574k|  54.4 |  1462M |  81 |1968 |4308 |2074 | 656k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2204.07/2212.69	c  1191s|176200 |156441 |  9579k|  54.4 |  1462M |  81 |1968 |4312 |2097 | 656k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2204.67/2213.24	c  1191s|176300 |156529 |  9585k|  54.4 |  1462M |  81 |1968 |4322 |2101 | 656k|  1 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2205.17/2213.72	c  1192s|176400 |156617 |  9589k|  54.3 |  1462M |  81 |1968 |4347 |   0 | 657k|  0 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2205.66/2214.26	c  1192s|176500 |156713 |  9594k|  54.3 |  1463M |  81 |1968 |4315 |2049 | 657k|  3 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2206.36/2214.97	c  1193s|176600 |156801 |  9600k|  54.3 |  1463M |  81 |1968 |4344 |   0 | 657k|  0 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2207.06/2215.60	c  1193s|176700 |156889 |  9606k|  54.4 |  1463M |  81 |1968 |4342 |2086 | 658k|  1 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2207.47/2216.08	c  1194s|176800 |156985 |  9611k|  54.4 |  1463M |  81 |1968 |4318 |2022 | 658k|  1 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2207.95/2216.57	c  1194s|176900 |157075 |  9616k|  54.4 |  1463M |  81 |1968 |4316 |2050 | 658k|  1 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2208.56/2217.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2208.56/2217.17	c  1195s|177000 |157166 |  9621k|  54.3 |  1464M |  81 |1968 |4301 |2007 | 659k|  1 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2209.05/2217.69	c  1196s|177100 |157264 |  9626k|  54.3 |  1466M |  81 |1968 |4286 |2026 | 659k|  1 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2209.85/2218.47	c  1196s|177200 |157356 |  9633k|  54.4 |  1468M |  81 |1968 |4246 |2079 | 659k|  1 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2210.64/2219.27	c  1197s|177300 |157448 |  9640k|  54.4 |  1474M |  81 |1968 |4227 |1998 | 660k|  1 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2211.34/2219.98	c  1198s|177400 |157539 |  9646k|  54.4 |  1474M |  81 |1968 |4219 |2096 | 660k|  1 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2212.04/2220.68	c  1199s|177500 |157631 |  9652k|  54.4 |  1477M |  81 |1968 |4175 |2034 | 661k|  1 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2212.73/2221.34	c  1199s|177600 |157721 |  9658k|  54.4 |  1477M |  81 |1968 |4178 |2124 | 661k|  1 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2213.33/2221.92	c  1200s|177700 |157817 |  9663k|  54.4 |  1477M |  81 |1968 |4168 |2064 | 661k|  1 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2214.03/2222.60	c  1200s|177800 |157901 |  9668k|  54.4 |  1477M |  81 |1968 |4200 |2107 | 662k|  4 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2214.63/2223.27	c  1201s|177900 |157995 |  9674k|  54.4 |  1478M |  81 |1968 |4186 |2041 | 662k|  1 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2215.33/2223.90	c  1202s|178000 |158091 |  9680k|  54.4 |  1478M |  81 |1968 |4173 |2108 | 662k|  1 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2215.82/2224.46	c  1202s|178100 |158181 |  9685k|  54.4 |  1479M |  81 |1968 |4157 |2099 | 663k|  1 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2216.44/2225.07	c  1203s|178200 |158262 |  9691k|  54.4 |  1480M |  81 |1968 |4208 |2048 | 663k|  1 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2217.22/2225.80	c  1204s|178300 |158360 |  9697k|  54.4 |  1481M |  81 |1968 |4185 |2080 | 664k|  5 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2217.82/2226.47	c  1204s|178400 |158458 |  9702k|  54.4 |  1482M |  81 |1968 |4172 |2114 | 664k|  1 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2218.31/2226.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2218.31/2226.97	c  1205s|178500 |158541 |  9707k|  54.4 |  1484M |  81 |1968 |4243 |2025 | 664k|  1 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2219.01/2227.62	c  1205s|178600 |158632 |  9712k|  54.4 |  1485M |  81 |1968 |4218 |2041 | 664k|  1 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2219.52/2228.17	c  1206s|178700 |158722 |  9718k|  54.4 |  1485M |  81 |1968 |4232 |2072 | 665k|  1 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2220.11/2228.71	c  1207s|178800 |158814 |  9723k|  54.4 |  1485M |  81 |1968 |4207 |2105 | 665k|  1 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2220.61/2229.26	c  1207s|178900 |158906 |  9726k|  54.4 |  1486M |  81 |1968 |4209 |2029 | 665k|  1 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2221.30/2229.92	c  1208s|179000 |158992 |  9731k|  54.4 |  1486M |  81 |1968 |4264 |2030 | 666k|  1 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2221.90/2230.51	c  1208s|179100 |159078 |  9737k|  54.4 |  1486M |  81 |1968 |4291 |2047 | 666k|  1 |  87k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2222.30/2230.98	c  1209s|179200 |159174 |  9742k|  54.4 |  1488M |  81 |1968 |4307 |2116 | 666k|  2 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2222.90/2231.57	c  1209s|179300 |159261 |  9746k|  54.3 |  1488M |  81 |1968 |4318 |2005 | 667k|  1 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2223.59/2232.21	c  1210s|179400 |159351 |  9750k|  54.3 |  1488M |  81 |1968 |4316 |2082 | 667k|  1 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2224.20/2232.86	c  1211s|179500 |159445 |  9756k|  54.3 |  1490M |  81 |1968 |4328 |2109 | 667k|  1 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2224.90/2233.54	c  1211s|179600 |159538 |  9761k|  54.3 |  1491M |  81 |1968 |4320 |2099 | 668k|  1 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2225.51/2234.19	c  1212s|179700 |159624 |  9767k|  54.3 |  1492M |  81 |1968 |4361 |2112 | 668k|  1 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2226.10/2234.75	c  1213s|179800 |159710 |  9772k|  54.3 |  1493M |  81 |1968 |4371 |2020 | 668k|  1 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2226.59/2235.27	c  1213s|179900 |159802 |  9777k|  54.3 |  1493M |  81 |1968 |4350 |2025 | 668k|  1 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2227.29/2235.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2227.29/2235.90	c  1214s|180000 |159888 |  9782k|  54.3 |  1493M |  81 |1968 |4338 |   0 | 669k|  0 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2227.79/2236.42	c  1214s|180100 |159984 |  9787k|  54.3 |  1493M |  81 |1968 |4319 |2090 | 669k|  1 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2228.69/2237.34	c  1215s|180200 |160076 |  9793k|  54.3 |  1496M |  81 |1968 |4317 |2099 | 670k|  1 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2229.18/2237.80	c  1216s|180300 |160168 |  9798k|  54.3 |  1496M |  81 |1968 |4293 |2042 | 670k|  1 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2229.88/2238.54	c  1216s|180400 |160258 |  9805k|  54.3 |  1498M |  81 |1968 |4299 |2108 | 670k|  2 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2230.28/2238.99	c  1217s|180500 |160347 |  9809k|  54.3 |  1499M |  81 |1968 |4303 |2013 | 670k|  1 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2230.88/2239.56	c  1217s|180600 |160441 |  9814k|  54.3 |  1499M |  81 |1968 |4308 |2024 | 671k|  1 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2231.78/2240.47	c  1218s|180700 |160527 |  9821k|  54.3 |  1500M |  81 |1968 |4320 |2067 | 671k|  1 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2232.27/2240.92	c  1219s|180800 |160623 |  9826k|  54.3 |  1500M |  81 |1968 |4299 |2117 | 671k|  1 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2232.67/2241.34	c  1219s|180900 |160715 |  9829k|  54.3 |  1500M |  81 |1968 |4286 |1989 | 672k|  1 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2233.17/2241.88	c  1220s|181000 |160808 |  9834k|  54.3 |  1500M |  81 |1968 |4257 |2063 | 672k|  1 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2233.77/2242.45	c  1220s|181100 |160898 |  9839k|  54.3 |  1500M |  81 |1968 |4259 |2017 | 672k|  2 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2234.27/2242.90	c  1221s|181200 |160988 |  9843k|  54.3 |  1500M |  81 |1968 |4263 |2019 | 673k|  1 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2234.86/2243.51	c  1221s|181300 |161078 |  9848k|  54.3 |  1500M |  81 |1968 |4251 |2055 | 673k|  1 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2235.37/2244.09	c  1222s|181400 |161171 |  9853k|  54.3 |  1502M |  81 |1968 |4238 |1998 | 673k|  1 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2235.96/2244.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2235.96/2244.63	c  1222s|181500 |161263 |  9858k|  54.3 |  1502M |  81 |1968 |4235 |2080 | 673k|  1 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2236.47/2245.11	c  1223s|181600 |161352 |  9864k|  54.3 |  1502M |  81 |1968 |4275 |2063 | 674k|  1 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2237.16/2245.81	c  1224s|181700 |161440 |  9869k|  54.3 |  1505M |  81 |1968 |4280 |2042 | 674k|  1 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2237.65/2246.32	c  1224s|181800 |161532 |  9874k|  54.3 |  1506M |  81 |1968 |4286 |2019 | 674k|  1 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2238.25/2246.99	c  1225s|181900 |161627 |  9879k|  54.3 |  1510M |  81 |1968 |4282 |2062 | 675k|  1 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2239.05/2247.70	c  1226s|182000 |161721 |  9885k|  54.3 |  1510M |  81 |1968 |4265 |2115 | 675k|  1 |  88k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2239.54/2248.28	c  1226s|182100 |161813 |  9890k|  54.3 |  1510M |  81 |1968 |4257 |2086 | 675k|  1 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2240.35/2249.02	c  1227s|182200 |161903 |  9897k|  54.3 |  1510M |  81 |1968 |4233 |2006 | 676k|  1 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2240.94/2249.61	c  1227s|182300 |161997 |  9903k|  54.3 |  1510M |  81 |1968 |4236 |2016 | 676k|  1 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2241.54/2250.27	c  1228s|182400 |162091 |  9908k|  54.3 |  1510M |  81 |1968 |4222 |2095 | 676k|  1 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2242.23/2250.94	c  1229s|182500 |162183 |  9914k|  54.3 |  1511M |  81 |1968 |4236 |2121 | 677k|  1 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2242.83/2251.50	c  1229s|182600 |162275 |  9919k|  54.3 |  1513M |  81 |1968 |4248 |2017 | 677k|  1 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2243.53/2252.25	c  1230s|182700 |162365 |  9923k|  54.3 |  1515M |  81 |1968 |4253 |2117 | 677k|  1 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2244.13/2252.89	c  1231s|182800 |162459 |  9929k|  54.3 |  1516M |  81 |1968 |4243 |2035 | 678k|  1 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2244.63/2253.30	c  1231s|182900 |162549 |  9932k|  54.3 |  1516M |  81 |1968 |4262 |2024 | 678k|  1 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2245.44/2254.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2245.44/2254.14	c  1232s|183000 |162649 |  9939k|  54.3 |  1516M |  81 |1968 |4238 |2074 | 678k|  1 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2246.02/2254.77	c  1233s|183100 |162746 |  9945k|  54.3 |  1517M |  81 |1968 |4230 |2026 | 679k|  1 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2246.52/2255.20	c  1233s|183200 |162840 |  9949k|  54.3 |  1517M |  81 |1968 |4238 |2036 | 679k|  1 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2247.02/2255.79	c  1234s|183300 |162930 |  9954k|  54.3 |  1518M |  81 |1968 |4258 |2138 | 679k|  6 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2247.61/2256.36	c  1234s|183400 |163024 |  9959k|  54.3 |  1518M |  81 |1968 |4236 |2011 | 680k|  1 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2248.11/2256.87	c  1235s|183500 |163116 |  9964k|  54.3 |  1519M |  81 |1968 |4239 |2020 | 680k|  1 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2248.81/2257.58	c  1235s|183600 |163214 |  9970k|  54.3 |  1519M |  81 |1968 |4222 |2099 | 680k|  1 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2249.32/2258.02	c  1236s|183700 |163312 |  9974k|  54.3 |  1520M |  81 |1968 |4164 |1998 | 681k|  1 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2249.90/2258.64	c  1236s|183800 |163408 |  9980k|  54.3 |  1522M |  81 |1968 |4144 |   0 | 681k|  0 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2250.70/2259.40	c  1237s|183900 |163502 |  9986k|  54.3 |  1522M |  81 |1968 |4115 |2088 | 681k|  1 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2251.20/2259.91	c  1238s|184000 |163594 |  9992k|  54.3 |  1523M |  81 |1968 |4127 |2126 | 682k|  1 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2251.80/2260.51	c  1238s|184100 |163692 |  9997k|  54.3 |  1524M |  81 |1968 |4094 |2022 | 682k|  1 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2252.49/2261.21	c  1239s|184200 |163786 | 10002k|  54.3 |  1525M |  81 |1968 |4086 |2067 | 682k|  1 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2252.89/2261.67	c  1240s|184300 |163880 | 10006k|  54.3 |  1525M |  81 |1968 |4090 |2082 | 683k|  1 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2253.40/2262.15	c  1240s|184400 |163978 | 10011k|  54.3 |  1525M |  81 |1968 |4050 |2052 | 683k|  1 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2253.99/2262.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2253.99/2262.70	c  1241s|184500 |164070 | 10016k|  54.3 |  1527M |  81 |1968 |4084 |2071 | 683k|  1 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2254.59/2263.35	c  1241s|184600 |164154 | 10021k|  54.3 |  1528M |  81 |1968 |4121 |2089 | 684k|  5 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2255.19/2263.93	c  1242s|184700 |164240 | 10026k|  54.3 |  1528M |  81 |1968 |4149 |2045 | 684k|  1 |  89k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
2255.68/2264.46	c  1242s|184800 |164324 | 10031k|  54.3 |  1528M |  81 |1968 |4187 |2076 | 684k|  3 |  89k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2256.30/2265.06	c  1243s|184900 |164418 | 10036k|  54.3 |  1528M |  81 |1968 |4174 |2008 | 685k|  1 |  89k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2256.79/2265.58	c  1243s|185000 |164509 | 10041k|  54.3 |  1528M |  81 |1968 |4209 |2043 | 685k|  1 |  89k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2257.40/2266.14	c  1244s|185100 |164603 | 10046k|  54.3 |  1529M |  81 |1968 |4193 |2085 | 685k|  1 |  89k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2257.98/2266.76	c  1245s|185200 |164693 | 10051k|  54.3 |  1529M |  81 |1968 |4174 |2019 | 686k|  1 |  89k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2258.68/2267.41	c  1245s|185300 |164789 | 10058k|  54.3 |  1529M |  81 |1968 |4166 |2034 | 686k|  1 |  89k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2259.29/2268.04	c  1246s|185400 |164880 | 10063k|  54.3 |  1531M |  81 |1968 |4157 |2017 | 686k|  3 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2259.88/2268.63	c  1246s|185500 |164966 | 10068k|  54.3 |  1532M |  81 |1968 |4200 |2095 | 687k|  1 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2260.39/2269.15	c  1247s|185600 |165042 | 10073k|  54.3 |  1533M |  81 |1968 |4233 |   0 | 687k|  0 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2261.07/2269.86	c  1248s|185700 |165130 | 10079k|  54.3 |  1533M |  81 |1968 |4253 |2101 | 687k|  1 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2261.67/2270.41	c  1248s|185800 |165226 | 10083k|  54.3 |  1533M |  81 |1968 |4236 |1999 | 688k|  1 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2262.38/2271.14	c  1249s|185900 |165324 | 10089k|  54.3 |  1534M |  81 |1968 |4206 |2098 | 688k|  1 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2262.87/2271.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2262.87/2271.67	c  1250s|186000 |165415 | 10094k|  54.3 |  1534M |  81 |1968 |4196 |2096 | 688k|  1 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2263.57/2272.30	c  1250s|186100 |165507 | 10100k|  54.3 |  1534M |  81 |1968 |4215 |1999 | 689k|  1 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2264.27/2273.05	c  1251s|186200 |165598 | 10107k|  54.3 |  1536M |  81 |1968 |4227 |2090 | 689k|  1 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2264.76/2273.59	c  1251s|186300 |165690 | 10112k|  54.3 |  1536M |  81 |1968 |4223 |1996 | 689k|  1 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2265.46/2274.29	c  1252s|186400 |165778 | 10118k|  54.3 |  1537M |  81 |1968 |4240 |2068 | 690k|  1 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2265.95/2274.75	c  1253s|186500 |165860 | 10122k|  54.3 |  1537M |  81 |1968 |4289 |2037 | 690k|  1 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2266.45/2275.22	c  1253s|186600 |165954 | 10127k|  54.3 |  1537M |  81 |1968 |4282 |2099 | 690k|  1 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2267.05/2275.80	c  1254s|186700 |166045 | 10132k|  54.3 |  1537M |  81 |1968 |4291 |2003 | 691k|  1 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2267.45/2276.24	c  1254s|186800 |166139 | 10136k|  54.3 |  1538M |  81 |1968 |4273 |2054 | 691k|  1 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2268.15/2276.95	c  1255s|186900 |166233 | 10141k|  54.3 |  1538M |  81 |1968 |4269 |   0 | 691k|  0 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2268.64/2277.48	c  1255s|187000 |166329 | 10146k|  54.2 |  1539M |  81 |1968 |4265 |2030 | 692k|  1 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2269.44/2278.20	c  1256s|187100 |166429 | 10153k|  54.3 |  1539M |  81 |1968 |4229 |2096 | 692k|  1 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2270.04/2278.80	c  1257s|187200 |166516 | 10157k|  54.2 |  1539M |  81 |1968 |4250 |2023 | 692k|  1 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2270.94/2279.76	c  1258s|187300 |166614 | 10165k|  54.3 |  1543M |  81 |1968 |4219 |2071 | 693k|  1 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2271.43/2280.26	c  1258s|187400 |166712 | 10169k|  54.3 |  1543M |  81 |1968 |4222 |2069 | 693k|  1 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2272.03/2280.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2272.03/2280.84	c  1259s|187500 |166799 | 10175k|  54.3 |  1544M |  81 |1968 |4228 |2038 | 694k|  1 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2272.93/2281.77	c  1260s|187600 |166895 | 10182k|  54.3 |  1545M |  81 |1968 |4229 |2116 | 694k|  1 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2273.52/2282.37	c  1260s|187700 |166991 | 10189k|  54.3 |  1545M |  81 |1968 |4218 |2117 | 694k|  1 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2274.23/2283.02	c  1261s|187800 |167091 | 10194k|  54.3 |  1546M |  81 |1968 |4170 |2051 | 695k|  1 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2274.92/2283.71	c  1262s|187900 |167177 | 10201k|  54.3 |  1546M |  81 |1968 |4197 |2096 | 695k|  1 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2275.34/2284.19	c  1262s|188000 |167267 | 10205k|  54.3 |  1546M |  81 |1968 |4179 |1992 | 695k|  1 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2276.12/2284.90	c  1263s|188100 |167357 | 10210k|  54.3 |  1549M |  81 |1968 |4160 |2055 | 696k|  4 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2276.82/2285.65	c  1264s|188200 |167447 | 10216k|  54.3 |  1553M |  81 |1968 |4157 |2118 | 696k|  1 |  90k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2277.33/2286.17	c  1264s|188300 |167533 | 10222k|  54.3 |  1554M |  81 |1968 |4191 |   0 | 697k|  0 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2277.91/2286.79	c  1265s|188400 |167627 | 10227k|  54.3 |  1554M |  81 |1968 |4166 |1999 | 697k|  1 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2278.51/2287.32	c  1265s|188500 |167723 | 10233k|  54.3 |  1554M |  81 |1968 |4154 |2013 | 697k|  1 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2279.11/2287.95	c  1266s|188600 |167815 | 10238k|  54.3 |  1556M |  81 |1968 |4161 |2119 | 698k|  1 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2279.71/2288.57	c  1266s|188700 |167905 | 10243k|  54.3 |  1556M |  81 |1968 |4174 |2079 | 698k|  1 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2280.41/2289.27	c  1267s|188800 |167997 | 10249k|  54.3 |  1558M |  81 |1968 |4159 |2080 | 698k|  1 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2281.10/2289.92	c  1268s|188900 |168093 | 10254k|  54.3 |  1560M |  81 |1968 |4151 |2064 | 699k|  1 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2281.60/2290.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2281.60/2290.47	c  1268s|189000 |168183 | 10260k|  54.3 |  1561M |  81 |1968 |4173 |2074 | 699k|  1 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2282.21/2291.07	c  1269s|189100 |168281 | 10265k|  54.3 |  1562M |  81 |1968 |4136 |2015 | 699k|  1 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2283.00/2291.87	c  1270s|189200 |168375 | 10271k|  54.3 |  1564M |  81 |1968 |4148 |2124 | 700k|  7 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2283.69/2292.50	c  1270s|189300 |168461 | 10276k|  54.3 |  1564M |  81 |1968 |4165 |   0 | 700k|  0 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2284.20/2293.08	c  1271s|189400 |168555 | 10282k|  54.3 |  1564M |  81 |1968 |4178 |2060 | 700k|  1 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2284.89/2293.72	c  1272s|189500 |168643 | 10287k|  54.3 |  1564M |  81 |1968 |4192 |2059 | 701k|  1 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2285.49/2294.38	c  1272s|189600 |168736 | 10292k|  54.3 |  1565M |  81 |1968 |4201 |2113 | 701k|  1 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2286.20/2295.08	c  1273s|189700 |168830 | 10297k|  54.3 |  1565M |  81 |1968 |4182 |2070 | 702k|  1 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2286.68/2295.58	c  1273s|189800 |168926 | 10301k|  54.3 |  1566M |  81 |1968 |4181 |2053 | 702k|  1 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2287.29/2296.18	c  1274s|189900 |169010 | 10307k|  54.3 |  1566M |  81 |1968 |4213 |2078 | 702k|  1 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2287.98/2296.88	c  1275s|190000 |169096 | 10312k|  54.3 |  1567M |  81 |1968 |4260 |2089 | 702k|  1 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2288.58/2297.49	c  1275s|190100 |169190 | 10317k|  54.3 |  1567M |  81 |1968 |4252 |2097 | 703k|  1 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2289.19/2298.10	c  1276s|190200 |169280 | 10323k|  54.3 |  1567M |  81 |1968 |4242 |2018 | 703k|  1 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2289.77/2298.62	c  1276s|190300 |169376 | 10327k|  54.3 |  1567M |  81 |1968 |4231 |2032 | 703k|  1 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2290.47/2299.33	c  1277s|190400 |169470 | 10334k|  54.3 |  1569M |  81 |1968 |4242 |2057 | 704k|  1 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2290.97/2299.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2290.97/2299.83	c  1278s|190500 |169562 | 10338k|  54.3 |  1569M |  81 |1968 |4225 |2096 | 704k|  1 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2291.66/2300.52	c  1278s|190600 |169660 | 10344k|  54.3 |  1571M |  81 |1968 |4189 |2031 | 704k|  1 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2292.06/2300.92	c  1279s|190700 |169752 | 10347k|  54.3 |  1571M |  81 |1968 |4148 |   0 | 704k|  0 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2292.76/2301.61	c  1279s|190800 |169850 | 10354k|  54.3 |  1571M |  81 |1968 |4135 |2110 | 705k|  1 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2293.56/2302.47	c  1280s|190900 |169950 | 10361k|  54.3 |  1572M |  81 |1968 |4140 |2055 | 705k|  1 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2294.17/2303.04	c  1281s|191000 |170048 | 10366k|  54.3 |  1572M |  81 |1968 |4122 |2070 | 705k|  1 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2294.75/2303.64	c  1281s|191100 |170138 | 10371k|  54.3 |  1572M |  81 |1968 |4150 |1998 | 706k|  1 |  91k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2295.27/2304.15	c  1282s|191200 |170228 | 10377k|  54.3 |  1572M |  81 |1968 |4149 |2018 | 706k|  1 |  92k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2295.95/2304.82	c  1283s|191300 |170320 | 10382k|  54.3 |  1572M |  81 |1968 |4139 |2064 | 706k|  2 |  92k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2296.55/2305.46	c  1283s|191400 |170414 | 10388k|  54.3 |  1572M |  81 |1968 |4141 |2107 | 707k|  1 |  92k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2297.05/2305.96	c  1284s|191500 |170504 | 10393k|  54.3 |  1572M |  81 |1968 |4153 |2009 | 707k|  1 |  92k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2297.54/2306.49	c  1284s|191600 |170602 | 10398k|  54.3 |  1572M |  81 |1968 |4141 |2033 | 707k|  1 |  92k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2298.44/2307.35	c  1285s|191700 |170698 | 10404k|  54.3 |  1572M |  81 |1968 |4127 |2105 | 708k|  1 |  92k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2299.15/2308.04	c  1286s|191800 |170787 | 10409k|  54.3 |  1578M |  81 |1968 |4122 |2091 | 708k|  1 |  92k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2299.64/2308.53	c  1286s|191900 |170875 | 10413k|  54.3 |  1581M |  81 |1968 |4136 |2093 | 708k|  2 |  92k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2300.15/2309.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2300.15/2309.08	c  1287s|192000 |170969 | 10418k|  54.3 |  1581M |  81 |1968 |4136 |2050 | 709k|  2 |  92k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2300.93/2309.85	c  1288s|192100 |171064 | 10425k|  54.3 |  1582M |  81 |1968 |4154 |2123 | 709k|  1 |  92k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2301.53/2310.43	c  1288s|192200 |171152 | 10431k|  54.3 |  1582M |  81 |1968 |4214 |2056 | 709k|  1 |  92k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2302.33/2311.27	c  1289s|192300 |171236 | 10438k|  54.3 |  1582M |  81 |1968 |4233 |2109 | 710k|  1 |  92k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2303.03/2311.90	c  1290s|192400 |171326 | 10444k|  54.3 |  1582M |  81 |1968 |4238 |2121 | 710k|  1 |  92k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2303.62/2312.54	c  1290s|192500 |171420 | 10450k|  54.3 |  1582M |  81 |1968 |4235 |2031 | 710k|  1 |  92k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2304.32/2313.28	c  1291s|192600 |171518 | 10457k|  54.3 |  1583M |  81 |1968 |4213 |2057 | 711k|  1 |  92k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2304.92/2313.88	c  1292s|192700 |171611 | 10462k|  54.3 |  1583M |  81 |1968 |4200 |2040 | 711k|  1 |  92k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2305.82/2314.71	c  1293s|192800 |171709 | 10469k|  54.3 |  1583M |  81 |1968 |4187 |2098 | 711k|  1 |  92k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2306.23/2315.11	c  1293s|192900 |171799 | 10474k|  54.3 |  1584M |  81 |1968 |4191 |2106 | 712k|  1 |  92k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2306.71/2315.69	c  1294s|193000 |171881 | 10479k|  54.3 |  1585M |  81 |1968 |4202 |2013 | 712k|  1 |  92k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2307.51/2316.43	c  1294s|193100 |171971 | 10486k|  54.3 |  1585M |  81 |1968 |4228 |2100 | 712k|  1 |  92k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2308.12/2317.05	c  1295s|193200 |172052 | 10491k|  54.3 |  1588M |  81 |1968 |4324 |2019 | 713k|  1 |  92k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2308.91/2317.86	c  1296s|193300 |172146 | 10497k|  54.3 |  1591M |  81 |1968 |4321 |2097 | 713k|  1 |  92k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2309.41/2318.38	c  1296s|193400 |172236 | 10502k|  54.3 |  1591M |  81 |1968 |4315 |2109 | 713k|  1 |  92k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2309.91/2318.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2309.91/2318.84	c  1297s|193500 |172331 | 10506k|  54.3 |  1591M |  81 |1968 |4302 |2068 | 714k|  2 |  92k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2310.61/2319.51	c  1297s|193600 |172427 | 10511k|  54.3 |  1592M |  81 |1968 |4282 |2075 | 714k|  1 |  92k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2311.22/2320.18	c  1298s|193700 |172515 | 10517k|  54.3 |  1593M |  81 |1968 |4274 |2012 | 714k|  1 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2311.80/2320.75	c  1299s|193800 |172609 | 10522k|  54.3 |  1593M |  81 |1968 |4271 |2048 | 715k|  1 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2312.40/2321.34	c  1299s|193900 |172699 | 10528k|  54.3 |  1593M |  81 |1968 |4316 |2106 | 715k|  1 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2313.11/2322.07	c  1300s|194000 |172795 | 10534k|  54.3 |  1593M |  81 |1968 |4313 |2047 | 715k|  2 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2313.80/2322.73	c  1301s|194100 |172887 | 10539k|  54.3 |  1593M |  81 |1968 |4313 |2096 | 716k|  1 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2314.39/2323.36	c  1301s|194200 |172985 | 10544k|  54.3 |  1594M |  81 |1968 |4299 |2094 | 716k|  1 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2314.99/2323.99	c  1302s|194300 |173073 | 10550k|  54.3 |  1594M |  81 |1968 |4293 |2091 | 717k|  1 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2315.59/2324.59	c  1302s|194400 |173166 | 10555k|  54.3 |  1596M |  81 |1968 |4285 |2051 | 717k|  1 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2316.20/2325.14	c  1303s|194500 |173262 | 10560k|  54.3 |  1596M |  81 |1968 |4260 |2016 | 717k|  1 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2316.79/2325.77	c  1304s|194600 |173356 | 10566k|  54.3 |  1596M |  81 |1968 |4248 |2016 | 718k|  1 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2317.48/2326.48	c  1304s|194700 |173450 | 10572k|  54.3 |  1596M |  81 |1968 |4221 |2060 | 718k|  1 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2318.19/2327.12	c  1305s|194800 |173544 | 10577k|  54.3 |  1596M |  81 |1968 |4231 |2113 | 718k|  1 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2318.98/2327.92	c  1306s|194900 |173640 | 10583k|  54.3 |  1596M |  81 |1968 |4228 |2047 | 719k|  1 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2319.68/2328.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2319.68/2328.60	c  1306s|195000 |173735 | 10589k|  54.3 |  1596M |  81 |1968 |4222 |2088 | 719k|  1 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2320.37/2329.34	c  1307s|195100 |173831 | 10595k|  54.3 |  1596M |  81 |1968 |4184 |2001 | 719k|  1 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2321.08/2330.08	c  1308s|195200 |173925 | 10601k|  54.3 |  1596M |  81 |1968 |4189 |2097 | 720k|  1 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2321.67/2330.67	c  1309s|195300 |174015 | 10607k|  54.3 |  1596M |  81 |1968 |4255 |2094 | 720k|  1 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2322.18/2331.19	c  1309s|195400 |174100 | 10612k|  54.3 |  1596M |  81 |1968 |4243 |2102 | 720k|  1 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2322.67/2331.66	c  1310s|195500 |174188 | 10617k|  54.3 |  1596M |  81 |1968 |4283 |2034 | 721k|  1 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2323.26/2332.22	c  1310s|195600 |174276 | 10622k|  54.3 |  1596M |  81 |1968 |4294 |2099 | 721k|  1 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2323.66/2332.66	c  1311s|195700 |174370 | 10626k|  54.3 |  1596M |  81 |1968 |4299 |2116 | 721k|  1 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2324.17/2333.16	c  1311s|195800 |174462 | 10630k|  54.3 |  1596M |  81 |1968 |4272 |2013 | 721k|  1 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2324.86/2333.83	c  1312s|195900 |174560 | 10635k|  54.3 |  1599M |  81 |1968 |4240 |2095 | 722k|  1 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2325.56/2334.52	c  1312s|196000 |174652 | 10641k|  54.3 |  1601M |  81 |1968 |4215 |2122 | 722k|  2 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2326.25/2335.24	c  1313s|196100 |174743 | 10647k|  54.3 |  1601M |  81 |1968 |4218 |2064 | 722k|  1 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2326.95/2335.98	c  1314s|196200 |174837 | 10652k|  54.3 |  1604M |  81 |1968 |4189 |2123 | 723k|  1 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2327.45/2336.43	c  1314s|196300 |174928 | 10657k|  54.3 |  1606M |  81 |1968 |4172 |2033 | 723k|  1 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2328.25/2337.22	c  1315s|196400 |175018 | 10664k|  54.3 |  1607M |  81 |1968 |4185 |   0 | 724k|  0 |  93k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2328.84/2337.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2328.84/2337.81	c  1316s|196500 |175108 | 10669k|  54.3 |  1607M |  81 |1968 |4218 |2067 | 724k|  1 |  94k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2329.74/2338.73	c  1317s|196600 |175201 | 10678k|  54.3 |  1608M |  81 |1968 |4231 |2063 | 724k|  1 |  94k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2330.34/2339.31	c  1317s|196700 |175295 | 10683k|  54.3 |  1608M |  81 |1968 |4263 |1975 | 725k|  1 |  94k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2331.05/2340.08	c  1318s|196800 |175393 | 10689k|  54.3 |  1609M |  81 |1968 |4238 |2100 | 725k|  1 |  94k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2331.73/2340.75	c  1319s|196900 |175478 | 10695k|  54.3 |  1612M |  81 |1968 |4245 |2095 | 725k|  1 |  94k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2332.43/2341.47	c  1319s|197000 |175568 | 10701k|  54.3 |  1612M |  81 |1968 |4229 |2057 | 726k|  1 |  94k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2332.93/2341.97	c  1320s|197100 |175660 | 10706k|  54.3 |  1612M |  81 |1968 |4244 |2026 | 726k|  1 |  94k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2333.63/2342.64	c  1320s|197200 |175743 | 10711k|  54.3 |  1612M |  81 |1968 |4246 |2105 | 726k|  1 |  94k|  24k|-1.255561e+03 |      --      |    Inf |   1.30%
2334.22/2343.25	c  1321s|197300 |175829 | 10716k|  54.3 |  1613M |  81 |1968 |4263 |2003 | 727k|  1 |  94k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2334.82/2343.84	c  1322s|197400 |175919 | 10721k|  54.3 |  1617M |  81 |1968 |4267 |2046 | 727k|  1 |  94k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2335.32/2344.39	c  1322s|197500 |176013 | 10726k|  54.3 |  1617M |  81 |1968 |4244 |2085 | 727k|  1 |  94k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2336.22/2345.20	c  1323s|197600 |176107 | 10734k|  54.3 |  1617M |  81 |1968 |4242 |2034 | 728k|  3 |  94k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2337.03/2346.05	c  1324s|197700 |176201 | 10741k|  54.3 |  1618M |  81 |1968 |4214 |2081 | 728k|  1 |  94k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2337.61/2346.68	c  1325s|197800 |176285 | 10747k|  54.3 |  1620M |  81 |1968 |4265 |2077 | 728k|  1 |  94k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2338.31/2347.31	c  1325s|197900 |176377 | 10753k|  54.3 |  1621M |  81 |1968 |4271 |2001 | 729k|  1 |  94k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2338.91/2347.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2338.91/2347.97	c  1326s|198000 |176473 | 10758k|  54.3 |  1621M |  81 |1968 |4249 |2022 | 729k|  1 |  94k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2339.80/2348.80	c  1327s|198100 |176567 | 10765k|  54.3 |  1622M |  81 |1968 |4227 |2115 | 730k|  1 |  94k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2340.30/2349.33	c  1327s|198200 |176659 | 10770k|  54.3 |  1622M |  81 |1968 |4204 |2002 | 730k|  1 |  94k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2340.90/2349.97	c  1328s|198300 |176755 | 10776k|  54.3 |  1622M |  81 |1968 |4190 |2038 | 730k|  1 |  94k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2341.70/2350.70	c  1329s|198400 |176849 | 10782k|  54.3 |  1622M |  81 |1968 |4180 |2072 | 731k|  1 |  94k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2342.40/2351.40	c  1329s|198500 |176937 | 10789k|  54.3 |  1622M |  81 |1968 |4182 |2078 | 731k|  1 |  94k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2343.19/2352.24	c  1330s|198600 |177028 | 10796k|  54.4 |  1622M |  81 |1968 |4165 |2080 | 731k|  3 |  94k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2343.79/2352.88	c  1331s|198700 |177115 | 10803k|  54.4 |  1622M |  81 |1968 |4167 |2096 | 732k|  1 |  94k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2344.49/2353.59	c  1331s|198800 |177207 | 10808k|  54.4 |  1622M |  81 |1968 |4140 |2038 | 732k|  1 |  94k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2345.29/2354.32	c  1332s|198900 |177297 | 10814k|  54.4 |  1626M |  81 |1968 |4149 |2072 | 732k|  1 |  94k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2345.88/2354.97	c  1333s|199000 |177394 | 10820k|  54.4 |  1627M |  81 |1968 |4114 |2022 | 733k|  1 |  94k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2346.59/2355.63	c  1333s|199100 |177485 | 10825k|  54.4 |  1629M |  81 |1968 |4108 |2080 | 733k|  1 |  95k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2347.19/2356.26	c  1334s|199200 |177573 | 10831k|  54.4 |  1629M |  81 |1968 |4114 |2067 | 733k|  2 |  95k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2347.79/2356.83	c  1335s|199300 |177668 | 10837k|  54.4 |  1629M |  81 |1968 |4106 |2028 | 734k|  1 |  95k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2348.68/2357.74	c  1336s|199400 |177760 | 10846k|  54.4 |  1629M |  81 |1968 |4119 |2096 | 734k|  1 |  95k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2349.18/2358.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2349.18/2358.24	c  1336s|199500 |177852 | 10850k|  54.4 |  1629M |  81 |1968 |4140 |2022 | 735k|  1 |  95k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2349.58/2358.69	c  1337s|199600 |177936 | 10855k|  54.4 |  1629M |  81 |1968 |4152 |2047 | 735k|  1 |  95k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2350.28/2359.37	c  1337s|199700 |178028 | 10860k|  54.4 |  1629M |  81 |1968 |4156 |2068 | 735k|  1 |  95k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2350.88/2359.95	c  1338s|199800 |178122 | 10866k|  54.4 |  1629M |  81 |1968 |4145 |2068 | 736k|  1 |  95k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2351.37/2360.49	c  1338s|199900 |178208 | 10872k|  54.4 |  1629M |  81 |1968 |4180 |2071 | 736k|  1 |  95k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2351.98/2361.01	c  1339s|200000 |178302 | 10877k|  54.4 |  1629M |  81 |1968 |4178 |2097 | 736k|  1 |  95k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2352.57/2361.60	c  1339s|200100 |178392 | 10882k|  54.4 |  1629M |  81 |1968 |4165 |2048 | 737k|  3 |  95k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2353.08/2362.19	c  1340s|200200 |178492 | 10887k|  54.4 |  1629M |  81 |1968 |4135 |2083 | 737k|  1 |  95k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2353.87/2362.93	c  1341s|200300 |178590 | 10895k|  54.4 |  1629M |  81 |1968 |4125 |1998 | 737k|  1 |  95k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2354.46/2363.53	c  1341s|200400 |178683 | 10901k|  54.4 |  1629M |  81 |1968 |4127 |2093 | 738k|  3 |  95k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2355.07/2364.17	c  1342s|200500 |178777 | 10905k|  54.4 |  1629M |  83 |1968 |4149 |2063 | 738k|  1 |  95k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2355.66/2364.74	c  1343s|200600 |178871 | 10910k|  54.4 |  1629M |  83 |1968 |4136 |2108 | 738k|  1 |  95k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2356.36/2365.41	c  1343s|200700 |178968 | 10916k|  54.4 |  1629M |  83 |1968 |4101 |2050 | 739k|  1 |  95k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2356.86/2365.94	c  1344s|200800 |179053 | 10922k|  54.4 |  1629M |  83 |1968 |4159 |2088 | 739k|  1 |  95k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2357.65/2366.70	c  1345s|200900 |179142 | 10929k|  54.4 |  1631M |  83 |1968 |4144 |2066 | 739k|  5 |  95k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2358.25/2367.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2358.25/2367.35	c  1345s|201000 |179230 | 10935k|  54.4 |  1632M |  83 |1968 |4151 |2069 | 740k|  1 |  95k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2358.75/2367.86	c  1346s|201100 |179317 | 10940k|  54.4 |  1632M |  83 |1968 |4175 |1992 | 740k|  1 |  95k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2359.35/2368.46	c  1346s|201200 |179410 | 10946k|  54.4 |  1632M |  83 |1968 |4200 |2056 | 741k|  1 |  95k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2359.85/2368.98	c  1347s|201300 |179503 | 10952k|  54.4 |  1632M |  83 |1968 |4202 |2086 | 741k|  1 |  95k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2360.34/2369.45	c  1347s|201400 |179591 | 10957k|  54.4 |  1634M |  83 |1968 |4201 |   0 | 741k|  0 |  95k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2360.95/2370.01	c  1348s|201500 |179676 | 10961k|  54.4 |  1634M |  83 |1968 |4221 |2040 | 741k|  1 |  95k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2361.64/2370.73	c  1349s|201600 |179772 | 10968k|  54.4 |  1636M |  83 |1968 |4223 |2127 | 742k|  1 |  96k|  25k|-1.255561e+03 |      --      |    Inf |   1.30%
2363.13/2372.29	c  1350s|201700 |179858 | 10977k|  54.4 |  1665M |  83 |1968 |4261 |2123 | 742k|  1 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2363.83/2372.92	c  1351s|201800 |179940 | 10983k|  54.4 |  1665M |  83 |1968 |4298 |1990 | 743k|  1 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2364.53/2373.64	c  1351s|201900 |180030 | 10989k|  54.4 |  1666M |  83 |1968 |4313 |2091 | 743k|  1 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2365.12/2374.28	c  1352s|202000 |180126 | 10995k|  54.4 |  1666M |  83 |1968 |4266 |2024 | 743k|  1 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2365.82/2374.94	c  1353s|202100 |180224 | 11003k|  54.4 |  1666M |  83 |1968 |4241 |2031 | 744k|  1 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2366.52/2375.63	c  1353s|202200 |180316 | 11009k|  54.4 |  1667M |  83 |1968 |4237 |2047 | 744k|  1 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2367.62/2376.72	c  1355s|202300 |180416 | 11015k|  54.4 |  1668M |  83 |1968 |4213 |2129 | 744k|  2 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2368.21/2377.33	c  1355s|202400 |180510 | 11021k|  54.4 |  1669M |  83 |1968 |4190 |2034 | 745k|  1 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2368.71/2377.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2368.71/2377.82	c  1356s|202500 |180599 | 11025k|  54.4 |  1670M |  83 |1968 |4221 |2023 | 745k|  1 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2369.21/2378.35	c  1356s|202600 |180687 | 11030k|  54.4 |  1670M |  83 |1968 |4221 |2130 | 745k|  1 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2369.81/2379.01	c  1357s|202700 |180783 | 11036k|  54.4 |  1671M |  83 |1968 |4178 |2049 | 746k|  1 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2370.41/2379.59	c  1357s|202800 |180863 | 11041k|  54.4 |  1671M |  83 |1968 |4237 |2082 | 746k|  1 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2370.92/2380.05	c  1358s|202900 |180951 | 11046k|  54.4 |  1671M |  83 |1968 |4251 |2068 | 746k|  1 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2371.50/2380.61	c  1358s|203000 |181038 | 11051k|  54.4 |  1672M |  83 |1968 |4245 |2018 | 747k|  3 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2372.01/2381.16	c  1359s|203100 |181134 | 11057k|  54.4 |  1673M |  83 |1968 |4225 |2039 | 747k|  1 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2372.60/2381.76	c  1360s|203200 |181226 | 11063k|  54.4 |  1673M |  83 |1968 |4216 |2037 | 747k|  1 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2373.10/2382.24	c  1360s|203300 |181314 | 11068k|  54.4 |  1673M |  83 |1968 |4223 |2062 | 748k|  1 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2373.50/2382.64	c  1360s|203400 |181396 | 11072k|  54.4 |  1674M |  83 |1968 |4248 |2101 | 748k|  2 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2374.01/2383.15	c  1361s|203500 |181491 | 11078k|  54.4 |  1674M |  83 |1968 |4238 |2079 | 748k|  2 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2374.79/2383.91	c  1362s|203600 |181589 | 11085k|  54.4 |  1674M |  83 |1968 |4210 |2065 | 749k|  1 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2375.39/2384.57	c  1362s|203700 |181679 | 11091k|  54.4 |  1674M |  83 |1968 |4233 |2092 | 749k|  1 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2376.09/2385.20	c  1363s|203800 |181770 | 11097k|  54.4 |  1675M |  83 |1968 |4225 |2008 | 749k|  1 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2376.69/2385.82	c  1364s|203900 |181864 | 11103k|  54.4 |  1675M |  83 |1968 |4235 |2076 | 750k|  1 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2377.18/2386.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2377.18/2386.36	c  1364s|204000 |181957 | 11108k|  54.4 |  1675M |  83 |1968 |4226 |2135 | 750k|  1 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2377.78/2387.00	c  1365s|204100 |182053 | 11113k|  54.4 |  1676M |  83 |1968 |4226 |2006 | 750k|  1 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2378.58/2387.71	c  1366s|204200 |182151 | 11120k|  54.4 |  1681M |  83 |1968 |4196 |2034 | 751k|  1 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2379.28/2388.44	c  1366s|204300 |182239 | 11126k|  54.4 |  1684M |  83 |1968 |4254 |2111 | 751k|  1 |  96k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2379.67/2388.87	c  1367s|204400 |182319 | 11130k|  54.4 |  1684M |  83 |1968 |4310 |2048 | 751k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2380.17/2389.30	c  1367s|204500 |182411 | 11134k|  54.4 |  1684M |  83 |1968 |4317 |2088 | 751k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2380.47/2389.65	c  1368s|204600 |182509 | 11137k|  54.4 |  1684M |  83 |1968 |4263 |2037 | 752k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2381.17/2390.32	c  1368s|204700 |182605 | 11143k|  54.4 |  1684M |  83 |1968 |4251 |2112 | 752k|  3 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2381.67/2390.89	c  1369s|204800 |182689 | 11147k|  54.4 |  1685M |  83 |1968 |4288 |2071 | 752k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2382.26/2391.46	c  1369s|204900 |182785 | 11151k|  54.4 |  1687M |  83 |1968 |4257 |2044 | 752k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2383.16/2392.32	c  1370s|205000 |182873 | 11158k|  54.4 |  1689M |  83 |1968 |4246 |2057 | 753k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2383.56/2392.78	c  1371s|205100 |182966 | 11163k|  54.4 |  1689M |  83 |1968 |4226 |2042 | 753k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2384.26/2393.40	c  1371s|205200 |183060 | 11169k|  54.4 |  1689M |  83 |1968 |4233 |2086 | 753k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2384.66/2393.89	c  1372s|205300 |183152 | 11175k|  54.4 |  1689M |  83 |1968 |4201 |2028 | 754k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2385.25/2394.40	c  1372s|205400 |183247 | 11180k|  54.4 |  1689M |  83 |1968 |4174 |2049 | 754k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2385.75/2394.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2385.75/2394.97	c  1373s|205500 |183339 | 11185k|  54.4 |  1691M |  83 |1968 |4178 |2063 | 754k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2386.45/2395.64	c  1374s|205600 |183433 | 11191k|  54.4 |  1691M |  83 |1968 |4142 |2029 | 755k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2387.05/2396.27	c  1374s|205700 |183527 | 11197k|  54.4 |  1692M |  83 |1968 |4114 |2066 | 755k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2387.75/2396.91	c  1375s|205800 |183625 | 11203k|  54.4 |  1692M |  83 |1968 |4087 |2079 | 756k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2388.24/2397.48	c  1375s|205900 |183712 | 11208k|  54.4 |  1693M |  83 |1968 |4107 |2061 | 756k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2388.86/2398.11	c  1376s|206000 |183808 | 11214k|  54.4 |  1696M |  83 |1968 |4085 |2098 | 756k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2389.54/2398.71	c  1377s|206100 |183894 | 11219k|  54.4 |  1698M |  83 |1968 |4088 |2086 | 757k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2390.14/2399.33	c  1377s|206200 |183988 | 11225k|  54.4 |  1698M |  83 |1968 |4084 |2042 | 757k|  2 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2390.74/2399.99	c  1378s|206300 |184084 | 11232k|  54.4 |  1698M |  83 |1968 |4064 |2015 | 757k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2391.63/2400.80	c  1379s|206400 |184178 | 11239k|  54.4 |  1700M |  83 |1968 |4066 |2082 | 758k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2392.03/2401.24	c  1379s|206500 |184270 | 11244k|  54.4 |  1700M |  83 |1968 |4068 |2090 | 758k|  2 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2392.73/2401.92	c  1380s|206600 |184362 | 11250k|  54.4 |  1700M |  83 |1968 |4075 |2017 | 759k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2393.53/2402.73	c  1381s|206700 |184456 | 11257k|  54.5 |  1701M |  83 |1968 |4078 |2087 | 759k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2394.03/2403.21	c  1381s|206800 |184549 | 11262k|  54.5 |  1701M |  83 |1968 |4074 |2004 | 759k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2394.42/2403.69	c  1382s|206900 |184643 | 11266k|  54.4 |  1701M |  83 |1968 |4068 |2050 | 760k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2395.32/2404.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2395.32/2404.51	c  1382s|207000 |184737 | 11274k|  54.5 |  1701M |  83 |1968 |4104 |2102 | 760k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2395.83/2405.03	c  1383s|207100 |184830 | 11280k|  54.5 |  1701M |  83 |1968 |4073 |2029 | 760k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2396.32/2405.52	c  1383s|207200 |184924 | 11285k|  54.5 |  1701M |  83 |1968 |4043 |2020 | 761k|  2 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2396.83/2406.02	c  1384s|207300 |185015 | 11291k|  54.5 |  1702M |  83 |1968 |4034 |2071 | 761k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2397.41/2406.65	c  1385s|207400 |185103 | 11297k|  54.5 |  1704M |  83 |1968 |4038 |2106 | 761k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2398.01/2407.25	c  1385s|207500 |185193 | 11302k|  54.5 |  1705M |  83 |1968 |4032 |2035 | 762k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2398.41/2407.64	c  1385s|207600 |185283 | 11306k|  54.5 |  1706M |  83 |1968 |4032 |2035 | 762k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2399.21/2408.41	c  1386s|207700 |185377 | 11312k|  54.5 |  1706M |  83 |1968 |4018 |2098 | 762k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2399.71/2408.97	c  1387s|207800 |185471 | 11318k|  54.5 |  1707M |  83 |1968 |4013 |2085 | 763k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2400.40/2409.64	c  1387s|207900 |185567 | 11325k|  54.5 |  1709M |  83 |1968 |3973 |2003 | 763k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2401.00/2410.22	c  1388s|208000 |185661 | 11330k|  54.5 |  1709M |  83 |1968 |3963 |2015 | 763k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2401.60/2410.80	c  1389s|208100 |185752 | 11336k|  54.5 |  1709M |  83 |1968 |3957 |2030 | 764k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2402.20/2411.49	c  1389s|208200 |185844 | 11343k|  54.5 |  1709M |  83 |1968 |3974 |2059 | 764k|  1 |  97k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2402.81/2412.06	c  1390s|208300 |185924 | 11348k|  54.5 |  1709M |  83 |1968 |4028 |2103 | 764k|  1 |  98k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2403.19/2412.46	c  1390s|208400 |186014 | 11352k|  54.5 |  1710M |  83 |1968 |4041 |2032 | 765k|  1 |  98k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2403.81/2413.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2403.81/2413.05	c  1391s|208500 |186108 | 11356k|  54.5 |  1711M |  83 |1968 |4029 |2055 | 765k|  1 |  98k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2404.19/2413.49	c  1391s|208600 |186189 | 11361k|  54.5 |  1713M |  83 |1968 |4070 |1994 | 765k|  1 |  98k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2404.70/2413.92	c  1392s|208700 |186281 | 11364k|  54.4 |  1714M |  83 |1968 |4075 |2047 | 765k|  1 |  98k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2405.10/2414.36	c  1392s|208800 |186367 | 11369k|  54.4 |  1714M |  83 |1968 |4101 |2086 | 766k|  1 |  98k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2405.70/2414.94	c  1393s|208900 |186457 | 11375k|  54.4 |  1714M |  83 |1968 |4112 |2091 | 766k|  1 |  98k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2406.19/2415.49	c  1393s|209000 |186549 | 11380k|  54.4 |  1714M |  83 |1968 |4145 |2060 | 766k|  1 |  98k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2406.90/2416.13	c  1394s|209100 |186645 | 11386k|  54.4 |  1714M |  83 |1968 |4133 |2082 | 767k|  2 |  98k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2407.39/2416.66	c  1395s|209200 |186740 | 11391k|  54.4 |  1714M |  83 |1968 |4129 |2050 | 767k|  1 |  98k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2407.90/2417.19	c  1395s|209300 |186822 | 11397k|  54.4 |  1715M |  83 |1968 |4171 |2015 | 767k|  1 |  98k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2408.39/2417.66	c  1396s|209400 |186911 | 11402k|  54.4 |  1715M |  83 |1968 |4156 |2026 | 767k|  1 |  98k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2409.08/2418.31	c  1396s|209500 |187003 | 11408k|  54.4 |  1715M |  83 |1968 |4154 |2082 | 768k|  1 |  98k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2409.89/2419.12	c  1397s|209600 |187089 | 11415k|  54.5 |  1718M |  83 |1968 |4194 |2069 | 768k|  1 |  98k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2410.58/2419.82	c  1398s|209700 |187177 | 11421k|  54.5 |  1720M |  83 |1968 |4229 |2112 | 769k|  1 |  98k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2411.18/2420.48	c  1398s|209800 |187269 | 11427k|  54.5 |  1721M |  83 |1968 |4213 |   0 | 769k|  0 |  98k|  25k|-1.255572e+03 |      --      |    Inf |   1.30%
2411.89/2421.16	c  1399s|209900 |187357 | 11433k|  54.5 |  1723M |  83 |1968 |4244 |2020 | 769k|  1 |  98k|  25k|-1.255577e+03 |      --      |    Inf |   1.30%
2412.57/2421.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2412.57/2421.83	c  1400s|210000 |187451 | 11439k|  54.5 |  1727M |  83 |1968 |4211 |2033 | 770k|  1 |  98k|  25k|-1.255577e+03 |      --      |    Inf |   1.30%
2412.88/2422.14	c 
2412.88/2422.14	c SCIP Status        : solving was interrupted [time limit reached]
2412.88/2422.14	c Solving Time (sec) : 1400.00
2412.88/2422.14	c Solving Nodes      : 210048
2412.88/2422.14	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
2412.88/2422.14	c Dual Bound         : -1.25557692307692e+03
2412.88/2422.14	c Gap                : infinite
2412.88/2422.14	c SCIP status: 23 (TIMELIMIT)
2412.88/2422.14	c solveScip: freeing transform (!can_skip_free_transform)
2413.78/2423.08	c pb_solver_status: sst_unknown
2413.78/2423.08	c LB_goalvalue: 0
2413.78/2423.08	c UB_goalvalue: 196983
2413.78/2423.08	c Both SAT and SCIP timed out; boosting budgets to sat=10.000000 scip=1800.000000
2413.78/2423.08	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
2413.78/2423.08	c SCIP returned: sst_unknown
2413.78/2423.08	c SCIP primal LB: -oo, dual UB: 196983
2413.78/2423.08	c assumptions: 
2413.78/2423.08	c invoking solver with time budget: 10.000000
2423.75/2433.11	c sat_solver_result: sst_unknown
2423.75/2433.11	c SAT solver timed out; proceeding to cooperative SCIP call
2423.75/2433.11	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 196983
2423.75/2433.11	c scip solving with time budget: 1800.000000
2423.75/2433.11	c solveScip
2423.75/2433.11	c initScipForCoop
2423.75/2433.11	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
2423.86/2433.11	c presolving:
2423.86/2433.12	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 41 chg sides, 41 chg coeffs, 0 upgd conss, 0 impls, 125 clqs, 0 implints
2423.86/2433.12	c    (0.0s) running MILP presolver
2423.86/2433.12	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
2423.86/2433.13	c (round 2, exhaustive) 0 del vars, 84 del conss, 0 add conss, 0 chg bounds, 41 chg sides, 41 chg coeffs, 0 upgd conss, 0 impls, 125 clqs, 0 implints
2423.86/2433.13	c (round 3, exhaustive) 0 del vars, 84 del conss, 0 add conss, 0 chg bounds, 41 chg sides, 41 chg coeffs, 1806 upgd conss, 0 impls, 125 clqs, 0 implints
2423.86/2433.14	c (round 4, medium)     0 del vars, 84 del conss, 41 add conss, 0 chg bounds, 82 chg sides, 123 chg coeffs, 1806 upgd conss, 0 impls, 125 clqs, 0 implints
2423.86/2433.14	c (round 5, fast)       0 del vars, 84 del conss, 41 add conss, 0 chg bounds, 82 chg sides, 287 chg coeffs, 1806 upgd conss, 0 impls, 125 clqs, 0 implints
2423.86/2433.19	c    (0.1s) probing: 51/1968 (2.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2423.86/2433.19	c    (0.1s) probing aborted: 50/50 successive totally useless probings
2423.86/2433.19	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
2423.86/2433.19	c    (0.1s) no symmetry present (symcode time: 0.00)
2423.94/2433.20	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
2423.94/2433.20	c  0 deleted vars, 84 deleted constraints, 41 added constraints, 0 tightened bounds, 0 added holes, 82 changed sides, 287 changed coefficients
2423.94/2433.20	c  0 implications, 125 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2423.94/2433.20	c presolved problem has 1968 variables (1968 bin, 0 int, 0 cont) and 1847 constraints
2423.94/2433.20	c    1681 constraints of type <knapsack>
2423.94/2433.20	c     125 constraints of type <setppc>
2423.94/2433.20	c      41 constraints of type <logicor>
2423.94/2433.20	c transformed objective value is always integral (scale: 1)
2423.94/2433.20	c Presolving Time: 0.08
2423.94/2433.20	c 
2423.94/2433.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2423.94/2433.23	c   0.1s|     1 |     0 |   251 |     - |  1131M |   0 |1968 |2004 |1847 |   0 |  0 | 156 |   0 |-1.018390e+03 |      --      |    Inf | unknown
2424.04/2433.33	c   0.2s|     1 |     0 |  1359 |     - |  1131M |   0 |1968 |2004 |1888 |  41 |  1 | 156 |   0 |-1.097112e+03 |      --      |    Inf | unknown
2424.04/2433.39	c   0.3s|     1 |     0 |  1415 |     - |  1131M |   0 |1968 |2004 |1921 |  74 |  2 | 156 |   0 |-1.103943e+03 |      --      |    Inf | unknown
2424.14/2433.43	c   0.3s|     1 |     0 |  1471 |     - |  1131M |   0 |1968 |2004 |1946 |  99 |  3 | 156 |   0 |-1.124079e+03 |      --      |    Inf | unknown
2424.14/2433.49	c   0.4s|     1 |     0 |  1519 |     - |  1131M |   0 |1968 |2004 |1971 | 124 |  4 | 156 |   0 |-1.124079e+03 |      --      |    Inf | unknown
2424.24/2433.55	c   0.4s|     1 |     0 |  1585 |     - |  1131M |   0 |1968 |2004 |1996 | 149 |  5 | 156 |   0 |-1.146772e+03 |      --      |    Inf | unknown
2424.34/2433.61	c   0.5s|     1 |     0 |  1636 |     - |  1131M |   0 |1968 |2004 |2021 | 174 |  6 | 156 |   0 |-1.146772e+03 |      --      |    Inf | unknown
2424.34/2433.69	c   0.6s|     1 |     0 |  1729 |     - |  1131M |   0 |1968 |2004 |2043 | 196 |  7 | 156 |   0 |-1.153402e+03 |      --      |    Inf | unknown
2424.44/2433.75	c   0.6s|     1 |     0 |  1774 |     - |  1131M |   0 |1968 |2004 |2062 | 215 |  8 | 156 |   0 |-1.153402e+03 |      --      |    Inf | unknown
2424.54/2433.82	c   0.7s|     1 |     0 |  1876 |     - |  1131M |   0 |1968 |2004 |2079 | 232 |  9 | 156 |   0 |-1.159317e+03 |      --      |    Inf | unknown
2424.64/2433.90	c   0.8s|     1 |     0 |  1910 |     - |  1131M |   0 |1968 |2004 |2100 | 253 | 10 | 156 |   0 |-1.159734e+03 |      --      |    Inf | unknown
2424.64/2433.92	c   0.8s|     1 |     0 |  1977 |     - |  1131M |   0 |1968 |2004 |2118 | 271 | 11 | 156 |   0 |-1.168418e+03 |      --      |    Inf | unknown
2424.64/2433.94	c   0.8s|     1 |     0 |  2014 |     - |  1131M |   0 |1968 |2004 |2131 | 284 | 12 | 156 |   0 |-1.172050e+03 |      --      |    Inf | unknown
2424.64/2433.96	c   0.9s|     1 |     0 |  2044 |     - |  1131M |   0 |1968 |2004 |2145 | 298 | 13 | 156 |   0 |-1.174350e+03 |      --      |    Inf | unknown
2424.64/2433.98	c   0.9s|     1 |     0 |  2080 |     - |  1131M |   0 |1968 |2005 |2157 | 310 | 14 | 157 |   0 |-1.180111e+03 |      --      |    Inf | unknown
2424.64/2434.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2424.64/2434.00	c   0.9s|     1 |     0 |  2134 |     - |  1131M |   0 |1968 |2006 |2065 | 319 | 15 | 158 |   0 |-1.190128e+03 |      --      |    Inf | unknown
2424.75/2434.02	c   0.9s|     1 |     0 |  2175 |     - |  1131M |   0 |1968 |2007 |2082 | 336 | 16 | 159 |   0 |-1.190786e+03 |      --      |    Inf | unknown
2424.75/2434.04	c   0.9s|     1 |     0 |  2205 |     - |  1131M |   0 |1968 |2008 |2100 | 354 | 17 | 160 |   0 |-1.190786e+03 |      --      |    Inf | unknown
2424.75/2434.06	c   1.0s|     1 |     0 |  2235 |     - |  1131M |   0 |1968 |2008 |2112 | 366 | 18 | 160 |   0 |-1.190786e+03 |      --      |    Inf | unknown
2424.75/2434.08	c   1.0s|     1 |     0 |  2263 |     - |  1131M |   0 |1968 |2009 |2122 | 376 | 19 | 161 |   0 |-1.190786e+03 |      --      |    Inf | unknown
2424.75/2434.09	c   1.0s|     1 |     0 |  2288 |     - |  1131M |   0 |1968 |2010 |2132 | 386 | 20 | 162 |   0 |-1.190786e+03 |      --      |    Inf | unknown
2424.85/2434.11	c   1.0s|     1 |     0 |  2302 |     - |  1131M |   0 |1968 |2011 |2057 | 392 | 21 | 163 |   0 |-1.190786e+03 |      --      |    Inf | unknown
2424.85/2434.13	c   1.0s|     1 |     0 |  2308 |     - |  1131M |   0 |1968 |2013 |2062 | 397 | 22 | 165 |   0 |-1.190786e+03 |      --      |    Inf | unknown
2424.85/2434.14	c   1.0s|     1 |     0 |  2318 |     - |  1131M |   0 |1968 |2014 |2068 | 403 | 23 | 166 |   0 |-1.190786e+03 |      --      |    Inf | unknown
2424.85/2434.16	c   1.1s|     1 |     0 |  2338 |     - |  1131M |   0 |1968 |2015 |2072 | 407 | 24 | 167 |   0 |-1.195542e+03 |      --      |    Inf | unknown
2424.85/2434.17	c   1.1s|     1 |     0 |  2344 |     - |  1131M |   0 |1968 |2016 |2076 | 411 | 25 | 168 |   0 |-1.195542e+03 |      --      |    Inf | unknown
2424.85/2434.19	c   1.1s|     1 |     0 |  2347 |     - |  1131M |   0 |1968 |2016 |2079 | 414 | 26 | 168 |   0 |-1.195542e+03 |      --      |    Inf | unknown
2424.94/2434.20	c   1.1s|     1 |     0 |  2350 |     - |  1131M |   0 |1968 |2018 |2038 | 416 | 27 | 170 |   0 |-1.195542e+03 |      --      |    Inf | unknown
2424.94/2434.21	c   1.1s|     1 |     0 |  2353 |     - |  1131M |   0 |1968 |2020 |2040 | 418 | 28 | 172 |   0 |-1.195542e+03 |      --      |    Inf | unknown
2424.94/2434.22	c   1.1s|     1 |     0 |  2354 |     - |  1131M |   0 |1968 |2022 |2041 | 419 | 29 | 174 |   0 |-1.195542e+03 |      --      |    Inf | unknown
2425.34/2434.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2425.34/2434.69	c   1.6s|     1 |     2 |  4392 |     - |  1131M |   0 |1968 |2030 |2041 | 419 | 30 | 182 |  12 |-1.195542e+03 |      --      |    Inf | unknown
2428.43/2437.78	c   4.7s|   100 |   101 |  8184 |  59.8 |  1124M |  16 |1968 |2098 |1976 | 724 |  1 | 253 | 761 |-1.207965e+03 |      --      |    Inf | unknown
2430.73/2440.04	c   6.9s|   200 |   195 | 12602 |  51.9 |  1124M |  18 |1968 |2168 |1964 |1034 |  1 | 325 |1231 |-1.210612e+03 |      --      |    Inf |   0.89%
2432.73/2442.05	c   8.9s|   300 |   293 | 20375 |  60.6 |  1124M |  21 |1968 |2204 |1989 |1432 |  1 | 364 |1487 |-1.210612e+03 |      --      |    Inf |   1.28%
2434.21/2443.50	c  10.4s|   400 |   393 | 24981 |  56.9 |  1124M |  21 |1968 |2269 |1988 |1972 |  1 | 431 |1661 |-1.210651e+03 |      --      |    Inf |   1.28%
2435.51/2444.84	c  11.7s|   500 |   493 | 29951 |  55.5 |  1120M |  21 |1968 |2289 |1983 |2410 |  1 | 455 |1820 |-1.216589e+03 |      --      |    Inf |   1.28%
2437.10/2446.44	c  13.3s|   600 |   593 | 35395 |  55.3 |  1115M |  25 |1968 |2318 |2001 |3094 |  1 | 485 |1979 |-1.217500e+03 |      --      |    Inf |   1.28%
2438.60/2447.99	c  14.9s|   700 |   691 | 42833 |  58.0 |  1115M |  25 |1968 |2449 |2051 |3711 |  4 | 616 |2102 |-1.218167e+03 |      --      |    Inf |   1.28%
2440.29/2449.63	c  16.5s|   800 |   791 | 54253 |  65.1 |  1114M |  25 |1968 |2480 |2010 |4402 |  1 | 648 |2169 |-1.218167e+03 |      --      |    Inf |   1.28%
2441.59/2450.90	c  17.8s|   900 |   889 | 60486 |  64.8 |  1114M |  27 |1968 |2575 |1985 |4977 |  1 | 748 |2221 |-1.218167e+03 |      --      |    Inf |   1.29%
2442.88/2452.21	c  19.1s|  1000 |   989 | 67657 |  65.5 |  1114M |  27 |1968 |2593 |1977 |5528 |  1 | 774 |2269 |-1.232333e+03 |      --      |    Inf |   1.29%
2444.18/2453.56	c  20.5s|  1100 |  1089 | 75061 |  66.2 |  1114M |  27 |1968 |2679 |2000 |6235 |  1 | 870 |2282 |-1.237049e+03 |      --      |    Inf |   1.29%
2445.38/2454.76	c  21.7s|  1200 |  1189 | 79684 |  64.6 |  1115M |  27 |1968 |2752 |1969 |6861 |  1 | 951 |2292 |-1.238375e+03 |      --      |    Inf |   1.29%
2446.47/2455.88	c  22.8s|  1300 |  1289 | 84199 |  63.1 |  1116M |  27 |1968 |2834 |2012 |7395 |  1 |1038 |2329 |-1.240500e+03 |      --      |    Inf |   1.29%
2447.57/2457.00	c  23.9s|  1400 |  1389 | 88995 |  62.0 |  1116M |  29 |1968 |2858 |2018 |7972 |  1 |1068 |2342 |-1.240938e+03 |      --      |    Inf |   1.29%
2448.78/2458.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2448.78/2458.14	c  25.0s|  1500 |  1487 | 94420 |  61.5 |  1116M |  29 |1968 |2957 |   0 |8610 |  0 |1178 |2348 |-1.240938e+03 |      --      |    Inf |   1.29%
2449.86/2459.22	c  26.1s|  1600 |  1587 | 97923 |  59.8 |  1115M |  31 |1968 |2955 |2023 |9223 |  1 |1187 |2369 |-1.242619e+03 |      --      |    Inf |   1.29%
2450.77/2460.14	c  27.0s|  1700 |  1681 |101293 |  58.3 |  1115M |  41 |1968 |2998 |1977 |9614 |  1 |1238 |2412 |-1.242619e+03 |      --      |    Inf |   1.29%
2451.26/2460.60	c  27.5s|  1800 |  1779 |104158 |  56.6 |  1115M |  41 |1968 |2990 |2041 |  10k|  2 |1239 |2439 |-1.242619e+03 |      --      |    Inf |   1.29%
2451.67/2461.07	c  28.0s|  1900 |  1879 |107507 |  55.4 |  1115M |  41 |1968 |3001 |1996 |  10k|  1 |1269 |2449 |-1.243943e+03 |      --      |    Inf |   1.29%
2452.15/2461.52	c  28.4s|  2000 |  1979 |110725 |  54.3 |  1115M |  41 |1968 |2993 |2012 |  10k|  1 |1269 |2456 |-1.244037e+03 |      --      |    Inf |   1.29%
2452.66/2462.01	c  28.9s|  2100 |  2077 |114155 |  53.3 |  1115M |  41 |1968 |2977 |2032 |  11k|  3 |1272 |2479 |-1.244268e+03 |      --      |    Inf |   1.29%
2453.05/2462.49	c  29.4s|  2200 |  2175 |117259 |  52.3 |  1115M |  41 |1968 |2976 |2002 |  11k|  1 |1280 |2491 |-1.245195e+03 |      --      |    Inf |   1.29%
2453.55/2462.97	c  29.9s|  2300 |  2273 |120016 |  51.2 |  1115M |  41 |1968 |2973 |1973 |  11k|  1 |1300 |2540 |-1.245195e+03 |      --      |    Inf |   1.29%
2453.85/2463.23	c  30.1s|  2400 |  2373 |122231 |  50.0 |  1115M |  41 |1968 |2955 |1992 |  12k|  1 |1300 |2543 |-1.245195e+03 |      --      |    Inf |   1.29%
2454.35/2463.77	c  30.7s|  2500 |  2473 |125631 |  49.4 |  1115M |  41 |1968 |2957 |2018 |  12k|  1 |1329 |2562 |-1.245195e+03 |      --      |    Inf |   1.29%
2454.76/2464.14	c  31.0s|  2600 |  2573 |128875 |  48.7 |  1115M |  41 |1968 |2955 |2006 |  13k|  1 |1342 |2565 |-1.245195e+03 |      --      |    Inf |   1.29%
2455.14/2464.54	c  31.4s|  2700 |  2671 |132368 |  48.2 |  1115M |  41 |1968 |2964 |1996 |  13k|  1 |1364 |2576 |-1.245341e+03 |      --      |    Inf |   1.29%
2455.54/2464.99	c  31.9s|  2800 |  2771 |135228 |  47.5 |  1115M |  41 |1968 |2951 |2025 |  13k|  1 |1364 |2592 |-1.246280e+03 |      --      |    Inf |   1.29%
2456.04/2465.45	c  32.3s|  2900 |  2871 |138156 |  46.9 |  1115M |  41 |1968 |2941 |2022 |  14k|  1 |1368 |2602 |-1.246293e+03 |      --      |    Inf |   1.29%
2456.44/2465.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2456.44/2465.87	c  32.8s|  3000 |  2971 |142139 |  46.6 |  1115M |  41 |1968 |3035 |2040 |  14k|  2 |1481 |2603 |-1.247547e+03 |      --      |    Inf |   1.29%
2456.84/2466.23	c  33.1s|  3100 |  3071 |144343 |  45.8 |  1115M |  41 |1968 |3054 |2022 |  14k|  2 |1509 |2627 |-1.247547e+03 |      --      |    Inf |   1.29%
2457.34/2466.71	c  33.6s|  3200 |  3171 |147033 |  45.3 |  1115M |  41 |1968 |3042 |1973 |  15k|  1 |1509 |2634 |-1.247547e+03 |      --      |    Inf |   1.29%
2457.65/2467.11	c  34.0s|  3300 |  3271 |149709 |  44.7 |  1115M |  41 |1968 |3032 |2015 |  15k|  1 |1509 |2637 |-1.247547e+03 |      --      |    Inf |   1.29%
2458.13/2467.59	c  34.5s|  3400 |  3371 |153004 |  44.3 |  1115M |  41 |1968 |3024 |2005 |  16k|  1 |1509 |2650 |-1.247547e+03 |      --      |    Inf |   1.29%
2458.75/2468.13	c  35.0s|  3500 |  3471 |156240 |  44.0 |  1115M |  41 |1968 |3012 |2029 |  16k|  1 |1510 |2673 |-1.247547e+03 |      --      |    Inf |   1.29%
2459.23/2468.63	c  35.5s|  3600 |  3571 |159602 |  43.7 |  1115M |  41 |1968 |2959 |1984 |  17k|  1 |1510 |2676 |-1.247547e+03 |      --      |    Inf |   1.29%
2459.53/2468.99	c  35.9s|  3700 |  3671 |162380 |  43.3 |  1115M |  41 |1968 |2951 |2030 |  17k|  1 |1510 |2682 |-1.247547e+03 |      --      |    Inf |   1.29%
2460.03/2469.45	c  36.3s|  3800 |  3771 |165598 |  43.0 |  1115M |  41 |1968 |2961 |1972 |  17k|  1 |1533 |2685 |-1.247547e+03 |      --      |    Inf |   1.29%
2460.53/2469.94	c  36.8s|  3900 |  3871 |168419 |  42.6 |  1115M |  41 |1968 |2972 |2041 |  18k|  1 |1554 |2689 |-1.247547e+03 |      --      |    Inf |   1.29%
2461.32/2470.78	c  37.7s|  4000 |  3971 |171680 |  42.4 |  1115M |  41 |1968 |2965 |2023 |  18k|  1 |1554 |2699 |-1.247547e+03 |      --      |    Inf |   1.29%
2462.02/2471.44	c  38.3s|  4100 |  4071 |175536 |  42.3 |  1115M |  41 |1968 |2989 |2050 |  19k|  2 |1587 |2704 |-1.247547e+03 |      --      |    Inf |   1.29%
2462.42/2471.87	c  38.8s|  4200 |  4169 |179046 |  42.1 |  1115M |  41 |1968 |2975 |2015 |  19k|  1 |1592 |2717 |-1.247547e+03 |      --      |    Inf |   1.29%
2462.82/2472.26	c  39.2s|  4300 |  4269 |181937 |  41.8 |  1115M |  41 |1968 |2958 |1970 |  20k|  1 |1592 |2729 |-1.247547e+03 |      --      |    Inf |   1.29%
2463.22/2472.65	c  39.5s|  4400 |  4367 |184409 |  41.4 |  1115M |  41 |1968 |2948 |2009 |  20k|  1 |1593 |2731 |-1.247547e+03 |      --      |    Inf |   1.29%
2463.82/2473.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2463.82/2473.24	c  40.1s|  4500 |  4467 |188209 |  41.3 |  1115M |  41 |1968 |2943 |2043 |  20k|  6 |1618 |2742 |-1.247606e+03 |      --      |    Inf |   1.29%
2464.21/2473.64	c  40.5s|  4600 |  4567 |191599 |  41.2 |  1115M |  41 |1968 |2934 |2016 |  21k|  2 |1618 |2748 |-1.247659e+03 |      --      |    Inf |   1.29%
2464.63/2474.05	c  40.9s|  4700 |  4667 |194672 |  40.9 |  1115M |  41 |1968 |2926 |1989 |  21k|  1 |1619 |2754 |-1.248098e+03 |      --      |    Inf |   1.29%
2465.21/2474.64	c  41.5s|  4800 |  4767 |197880 |  40.8 |  1115M |  41 |1968 |2912 |2012 |  22k|  1 |1623 |2760 |-1.248230e+03 |      --      |    Inf |   1.29%
2466.01/2475.44	c  42.3s|  4900 |  4867 |201983 |  40.8 |  1115M |  41 |1968 |2910 |1987 |  22k|  1 |1647 |2764 |-1.248258e+03 |      --      |    Inf |   1.29%
2466.91/2476.30	c  43.2s|  5000 |  4967 |206497 |  40.9 |  1115M |  41 |1968 |2923 |2025 |  22k|  1 |1689 |2777 |-1.248576e+03 |      --      |    Inf |   1.29%
2467.30/2476.79	c  43.7s|  5100 |  5065 |209699 |  40.7 |  1115M |  41 |1968 |2910 |2004 |  23k|  1 |1696 |2788 |-1.248576e+03 |      --      |    Inf |   1.29%
2467.72/2477.17	c  44.1s|  5200 |  5165 |212177 |  40.4 |  1115M |  41 |1968 |2913 |2012 |  23k|  1 |1705 |2796 |-1.248576e+03 |      --      |    Inf |   1.29%
2468.30/2477.76	c  44.7s|  5300 |  5263 |214724 |  40.1 |  1115M |  41 |1968 |2896 |1998 |  23k|  2 |1709 |2812 |-1.248829e+03 |      --      |    Inf |   1.29%
2468.61/2478.07	c  45.0s|  5400 |  5363 |217372 |  39.8 |  1115M |  41 |1968 |2869 |2019 |  24k|  1 |1711 |2820 |-1.249073e+03 |      --      |    Inf |   1.29%
2469.00/2478.48	c  45.4s|  5500 |  5463 |220479 |  39.7 |  1115M |  41 |1968 |2848 |2015 |  24k|  1 |1718 |2822 |-1.249073e+03 |      --      |    Inf |   1.29%
2469.30/2478.75	c  45.6s|  5600 |  5563 |222641 |  39.4 |  1115M |  41 |1968 |2841 |2004 |  24k|  1 |1718 |2831 |-1.249073e+03 |      --      |    Inf |   1.29%
2469.71/2479.19	c  46.1s|  5700 |  5663 |225669 |  39.2 |  1115M |  41 |1968 |2826 |2015 |  24k|  1 |1718 |2834 |-1.249220e+03 |      --      |    Inf |   1.29%
2470.10/2479.54	c  46.4s|  5800 |  5763 |228464 |  39.0 |  1115M |  41 |1968 |2805 |1986 |  25k|  1 |1718 |2836 |-1.249220e+03 |      --      |    Inf |   1.29%
2470.49/2480.01	c  46.9s|  5900 |  5863 |231408 |  38.8 |  1115M |  41 |1968 |2793 |2026 |  25k|  2 |1718 |2844 |-1.249220e+03 |      --      |    Inf |   1.29%
2470.99/2480.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2470.99/2480.42	c  47.3s|  6000 |  5963 |234495 |  38.7 |  1115M |  41 |1968 |2800 |1988 |  26k|  1 |1741 |2847 |-1.249247e+03 |      --      |    Inf |   1.29%
2471.39/2480.80	c  47.7s|  6100 |  6063 |236990 |  38.5 |  1115M |  41 |1968 |2791 |2001 |  26k|  1 |1741 |2847 |-1.250252e+03 |      --      |    Inf |   1.29%
2471.70/2481.16	c  48.1s|  6200 |  6163 |240118 |  38.4 |  1115M |  41 |1968 |2775 |1991 |  26k|  1 |1741 |2847 |-1.250268e+03 |      --      |    Inf |   1.29%
2472.19/2481.61	c  48.5s|  6300 |  6259 |242697 |  38.2 |  1115M |  41 |1968 |2753 |2021 |  27k|  1 |1746 |2848 |-1.250268e+03 |      --      |    Inf |   1.29%
2472.49/2481.91	c  48.8s|  6400 |  6359 |245373 |  38.0 |  1115M |  41 |1968 |2746 |1977 |  27k|  1 |1746 |2856 |-1.250449e+03 |      --      |    Inf |   1.29%
2472.79/2482.26	c  49.2s|  6500 |  6459 |248270 |  37.9 |  1115M |  41 |1968 |2737 |2010 |  27k|  1 |1746 |2857 |-1.250494e+03 |      --      |    Inf |   1.29%
2473.09/2482.55	c  49.4s|  6600 |  6559 |250553 |  37.6 |  1116M |  41 |1968 |2723 |1994 |  27k|  1 |1746 |2857 |-1.250494e+03 |      --      |    Inf |   1.29%
2473.39/2482.88	c  49.8s|  6700 |  6659 |252928 |  37.4 |  1116M |  41 |1968 |2707 |2007 |  28k|  1 |1746 |2861 |-1.250545e+03 |      --      |    Inf |   1.29%
2473.98/2483.48	c  50.4s|  6800 |  6759 |256633 |  37.4 |  1116M |  41 |1968 |2696 |1996 |  28k|  1 |1746 |2862 |-1.250545e+03 |      --      |    Inf |   1.29%
2474.48/2483.94	c  50.8s|  6900 |  6859 |260050 |  37.4 |  1116M |  41 |1968 |2694 |2076 |  29k|  9 |1763 |2874 |-1.250545e+03 |      --      |    Inf |   1.29%
2474.88/2484.36	c  51.3s|  7000 |  6959 |262520 |  37.2 |  1116M |  45 |1968 |2677 |1973 |  29k|  1 |1764 |2881 |-1.250545e+03 |      --      |    Inf |   1.29%
2475.28/2484.71	c  51.6s|  7100 |  7059 |265555 |  37.1 |  1116M |  45 |1968 |2688 |2006 |  29k|  1 |1788 |2892 |-1.250545e+03 |      --      |    Inf |   1.29%
2475.78/2485.27	c  52.2s|  7200 |  7159 |268637 |  37.0 |  1116M |  49 |1968 |2686 |2004 |  29k|  1 |1816 |2918 |-1.250561e+03 |      --      |    Inf |   1.29%
2476.18/2485.68	c  52.6s|  7300 |  7259 |271293 |  36.9 |  1116M |  49 |1968 |2676 |1976 |  30k|  1 |1823 |2927 |-1.250561e+03 |      --      |    Inf |   1.29%
2476.77/2486.20	c  53.1s|  7400 |  7357 |275078 |  36.9 |  1116M |  49 |1968 |2696 |1978 |  30k|  1 |1864 |2936 |-1.250561e+03 |      --      |    Inf |   1.29%
2477.47/2486.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2477.47/2486.91	c  53.8s|  7500 |  7457 |278009 |  36.8 |  1116M |  49 |1968 |2697 |2031 |  30k|  1 |1870 |2955 |-1.250561e+03 |      --      |    Inf |   1.29%
2478.07/2487.50	c  54.4s|  7600 |  7555 |281827 |  36.8 |  1117M |  49 |1968 |2672 |2043 |  31k|  1 |1871 |2963 |-1.250561e+03 |      --      |    Inf |   1.29%
2478.77/2488.21	c  55.1s|  7700 |  7653 |285273 |  36.8 |  1117M |  49 |1968 |2662 |2025 |  31k|  1 |1874 |2985 |-1.250585e+03 |      --      |    Inf |   1.29%
2479.58/2489.08	c  56.0s|  7800 |  7749 |288879 |  36.7 |  1117M |  49 |1968 |2708 |2009 |  32k|  1 |1969 |3035 |-1.250610e+03 |      --      |    Inf |   1.29%
2480.26/2489.70	c  56.6s|  7900 |  7849 |291766 |  36.6 |  1117M |  49 |1968 |2678 |2012 |  32k|  3 |1969 |3043 |-1.250610e+03 |      --      |    Inf |   1.29%
2480.86/2490.36	c  57.3s|  8000 |  7949 |294790 |  36.6 |  1118M |  51 |1968 |2659 |2044 |  32k|  1 |1970 |3051 |-1.250610e+03 |      --      |    Inf |   1.29%
2481.36/2490.83	c  57.7s|  8100 |  8047 |297821 |  36.5 |  1118M |  51 |1968 |2659 |2022 |  33k|  2 |2004 |3078 |-1.250610e+03 |      --      |    Inf |   1.29%
2481.96/2491.47	c  58.4s|  8200 |  8145 |301691 |  36.5 |  1118M |  51 |1968 |2649 |2002 |  33k|  1 |2026 |3083 |-1.250610e+03 |      --      |    Inf |   1.29%
2482.67/2492.18	c  59.1s|  8300 |  8245 |304900 |  36.5 |  1118M |  51 |1968 |2621 |2027 |  33k|  1 |2031 |3106 |-1.250610e+03 |      --      |    Inf |   1.29%
2483.25/2492.71	c  59.6s|  8400 |  8341 |308480 |  36.5 |  1118M |  51 |1968 |2623 |2011 |  34k|  1 |2073 |3130 |-1.250610e+03 |      --      |    Inf |   1.29%
2483.95/2493.45	c  60.3s|  8500 |  8439 |311789 |  36.4 |  1118M |  51 |1968 |2601 |1998 |  34k|  1 |2084 |3143 |-1.250610e+03 |      --      |    Inf |   1.29%
2484.66/2494.16	c  61.1s|  8600 |  8536 |315407 |  36.4 |  1118M |  53 |1968 |2610 |1977 |  35k|  1 |2120 |3152 |-1.250691e+03 |      --      |    Inf |   1.29%
2485.15/2494.63	c  61.5s|  8700 |  8632 |317638 |  36.3 |  1118M |  53 |1968 |2610 |2009 |  35k|  1 |2143 |3162 |-1.250691e+03 |      --      |    Inf |   1.29%
2485.85/2495.39	c  62.3s|  8800 |  8730 |321304 |  36.3 |  1118M |  53 |1968 |2609 |2027 |  35k|  1 |2166 |3166 |-1.250702e+03 |      --      |    Inf |   1.29%
2486.56/2496.05	c  62.9s|  8900 |  8828 |324700 |  36.2 |  1118M |  53 |1968 |2604 |1989 |  36k|  1 |2171 |3170 |-1.250702e+03 |      --      |    Inf |   1.29%
2487.14/2496.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2487.14/2496.68	c  63.6s|  9000 |  8928 |327984 |  36.2 |  1118M |  55 |1968 |2595 |1992 |  36k|  1 |2171 |3188 |-1.250702e+03 |      --      |    Inf |   1.29%
2487.94/2497.41	c  64.3s|  9100 |  9028 |331499 |  36.2 |  1118M |  55 |1968 |2583 |2022 |  37k|  1 |2171 |3188 |-1.250702e+03 |      --      |    Inf |   1.29%
2488.44/2497.99	c  64.9s|  9200 |  9125 |334491 |  36.1 |  1118M |  55 |1968 |2593 |2021 |  37k|  3 |2189 |3190 |-1.250702e+03 |      --      |    Inf |   1.29%
2489.23/2498.74	c  65.6s|  9300 |  9220 |337898 |  36.1 |  1119M |  55 |1968 |2627 |1982 |  37k|  1 |2235 |3201 |-1.250702e+03 |      --      |    Inf |   1.29%
2489.83/2499.30	c  66.2s|  9400 |  9315 |341426 |  36.1 |  1119M |  55 |1968 |2629 |1994 |  38k|  1 |2245 |3227 |-1.250702e+03 |      --      |    Inf |   1.29%
2490.43/2499.96	c  66.9s|  9500 |  9413 |345215 |  36.1 |  1119M |  55 |1968 |2632 |2013 |  38k|  1 |2256 |3251 |-1.250702e+03 |      --      |    Inf |   1.29%
2491.54/2501.04	c  67.9s|  9600 |  9513 |353628 |  36.6 |  1119M |  55 |1968 |2634 |2041 |  39k|  1 |2268 |3281 |-1.250702e+03 |      --      |    Inf |   1.29%
2492.23/2501.72	c  68.6s|  9700 |  9607 |356444 |  36.5 |  1120M |  55 |1968 |2664 |1999 |  39k|  1 |2314 |3320 |-1.250702e+03 |      --      |    Inf |   1.29%
2493.02/2502.52	c  69.4s|  9800 |  9701 |359713 |  36.5 |  1120M |  55 |1968 |2674 |   0 |  39k|  0 |2337 |3346 |-1.250740e+03 |      --      |    Inf |   1.29%
2493.72/2503.26	c  70.2s|  9900 |  9798 |363162 |  36.5 |  1120M |  57 |1968 |2669 |1994 |  40k|  1 |2345 |3375 |-1.250740e+03 |      --      |    Inf |   1.29%
2494.42/2503.98	c  70.9s| 10000 |  9898 |366049 |  36.4 |  1120M |  57 |1968 |2663 |2026 |  40k|  1 |2345 |3388 |-1.250740e+03 |      --      |    Inf |   1.29%
2495.32/2504.80	c  71.7s| 10100 |  9994 |369314 |  36.3 |  1120M |  57 |1968 |2664 |2028 |  41k|  1 |2358 |3408 |-1.250740e+03 |      --      |    Inf |   1.29%
2496.01/2505.55	c  72.4s| 10200 | 10092 |373304 |  36.4 |  1120M |  57 |1968 |2651 |2007 |  41k|  1 |2364 |3432 |-1.250740e+03 |      --      |    Inf |   1.29%
2496.81/2506.31	c  73.2s| 10300 | 10187 |376568 |  36.3 |  1120M |  57 |1968 |2675 |2026 |  41k|  5 |2401 |3479 |-1.250740e+03 |      --      |    Inf |   1.29%
2497.52/2507.06	c  73.9s| 10400 | 10283 |380803 |  36.4 |  1120M |  57 |1968 |2719 |1995 |  42k|  1 |2458 |3514 |-1.250740e+03 |      --      |    Inf |   1.29%
2498.41/2507.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2498.41/2507.92	c  74.8s| 10500 | 10379 |384805 |  36.4 |  1120M |  57 |1968 |2759 |2079 |  42k|  4 |2510 |3551 |-1.250740e+03 |      --      |    Inf |   1.29%
2499.00/2508.57	c  75.5s| 10600 | 10471 |388636 |  36.5 |  1120M |  57 |1968 |2787 |2005 |  43k|  1 |2552 |3570 |-1.250740e+03 |      --      |    Inf |   1.29%
2499.80/2509.34	c  76.2s| 10700 | 10568 |392775 |  36.5 |  1120M |  57 |1968 |2829 |2005 |  43k|  1 |2606 |3610 |-1.250740e+03 |      --      |    Inf |   1.29%
2500.61/2510.13	c  77.0s| 10800 | 10662 |394945 |  36.4 |  1120M |  57 |1968 |2844 |2090 |  43k|  8 |2627 |3615 |-1.250786e+03 |      --      |    Inf |   1.29%
2501.20/2510.73	c  77.6s| 10900 | 10762 |398397 |  36.3 |  1120M |  57 |1968 |2829 |2047 |  44k|  1 |2627 |3625 |-1.250786e+03 |      --      |    Inf |   1.29%
2501.89/2511.44	c  78.3s| 11000 | 10858 |401653 |  36.3 |  1120M |  57 |1968 |2830 |2038 |  44k|  1 |2638 |3645 |-1.250786e+03 |      --      |    Inf |   1.29%
2502.61/2512.19	c  79.1s| 11100 | 10956 |405021 |  36.3 |  1120M |  57 |1968 |2829 |2025 |  45k|  1 |2643 |3652 |-1.250786e+03 |      --      |    Inf |   1.29%
2503.39/2512.98	c  79.9s| 11200 | 11054 |408409 |  36.3 |  1120M |  57 |1968 |2825 |2062 |  45k|  1 |2650 |3678 |-1.250786e+03 |      --      |    Inf |   1.29%
2503.99/2513.50	c  80.4s| 11300 | 11149 |411582 |  36.2 |  1121M |  57 |1968 |2853 |2019 |  45k|  1 |2692 |3702 |-1.250786e+03 |      --      |    Inf |   1.29%
2504.60/2514.17	c  81.1s| 11400 | 11247 |415202 |  36.2 |  1121M |  57 |1968 |2850 |2029 |  46k|  1 |2703 |3703 |-1.250786e+03 |      --      |    Inf |   1.29%
2505.38/2514.97	c  81.9s| 11500 | 11343 |419768 |  36.3 |  1121M |  57 |1968 |2856 |2028 |  46k|  1 |2723 |3710 |-1.250814e+03 |      --      |    Inf |   1.29%
2506.18/2515.73	c  82.6s| 11600 | 11432 |423774 |  36.3 |  1121M |  57 |1968 |2883 |2029 |  47k|  1 |2768 |3735 |-1.250814e+03 |      --      |    Inf |   1.29%
2506.98/2516.51	c  83.4s| 11700 | 11526 |427460 |  36.3 |  1121M |  57 |1968 |2881 |2054 |  47k|  2 |2784 |3749 |-1.250814e+03 |      --      |    Inf |   1.29%
2507.78/2517.36	c  84.3s| 11800 | 11621 |431326 |  36.4 |  1122M |  57 |1968 |2877 |2032 |  47k|  2 |2793 |3769 |-1.250814e+03 |      --      |    Inf |   1.29%
2508.37/2517.91	c  84.8s| 11900 | 11717 |434487 |  36.3 |  1122M |  57 |1968 |2907 |2006 |  48k|  1 |2840 |3788 |-1.250814e+03 |      --      |    Inf |   1.29%
2509.07/2518.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2509.07/2518.64	c  85.5s| 12000 | 11815 |438328 |  36.3 |  1122M |  57 |1968 |2908 |2005 |  48k|  1 |2855 |3797 |-1.250814e+03 |      --      |    Inf |   1.29%
2509.77/2519.34	c  86.2s| 12100 | 11905 |441668 |  36.3 |  1123M |  57 |1968 |2917 |2008 |  49k|  1 |2879 |3805 |-1.250814e+03 |      --      |    Inf |   1.29%
2510.48/2520.05	c  86.9s| 12200 | 12005 |445068 |  36.3 |  1123M |  57 |1968 |2912 |2052 |  49k|  1 |2879 |3817 |-1.250814e+03 |      --      |    Inf |   1.29%
2511.07/2520.69	c  87.6s| 12300 | 12093 |447792 |  36.2 |  1123M |  57 |1968 |2924 |1994 |  49k|  1 |2903 |3830 |-1.250814e+03 |      --      |    Inf |   1.29%
2511.66/2521.27	c  88.2s| 12400 | 12184 |450583 |  36.2 |  1123M |  57 |1968 |2939 |2042 |  50k|  4 |2936 |3835 |-1.250814e+03 |      --      |    Inf |   1.29%
2512.36/2521.91	c  88.8s| 12500 | 12278 |453784 |  36.1 |  1123M |  57 |1968 |2939 |2027 |  50k|  1 |2954 |3864 |-1.250814e+03 |      --      |    Inf |   1.29%
2513.06/2522.69	c  89.6s| 12600 | 12374 |457609 |  36.1 |  1123M |  57 |1968 |2955 |2070 |  50k|  1 |2974 |3886 |-1.250814e+03 |      --      |    Inf |   1.29%
2513.76/2523.38	c  90.3s| 12700 | 12468 |461173 |  36.1 |  1123M |  57 |1968 |2980 |1992 |  51k|  1 |3011 |3898 |-1.250814e+03 |      --      |    Inf |   1.29%
2514.36/2523.97	c  90.9s| 12800 | 12565 |464293 |  36.1 |  1123M |  57 |1968 |2977 |2037 |  51k|  1 |3016 |3901 |-1.250814e+03 |      --      |    Inf |   1.29%
2515.05/2524.65	c  91.5s| 12900 | 12662 |468013 |  36.1 |  1124M |  57 |1968 |2971 |2014 |  52k|  1 |3020 |3902 |-1.250814e+03 |      --      |    Inf |   1.29%
2515.56/2525.11	c  92.0s| 13000 | 12758 |470466 |  36.0 |  1124M |  57 |1968 |2972 |2105 |  52k|  8 |3032 |3906 |-1.250814e+03 |      --      |    Inf |   1.29%
2516.05/2525.68	c  92.6s| 13100 | 12854 |473630 |  36.0 |  1124M |  57 |1968 |2969 |1999 |  52k|  1 |3051 |3922 |-1.250814e+03 |      --      |    Inf |   1.29%
2516.75/2526.30	c  93.2s| 13200 | 12945 |477187 |  36.0 |  1124M |  57 |1968 |3012 |2025 |  53k|  1 |3101 |3935 |-1.250814e+03 |      --      |    Inf |   1.29%
2517.35/2526.94	c  93.8s| 13300 | 13038 |480350 |  35.9 |  1124M |  57 |1968 |3020 |2018 |  53k|  1 |3129 |3960 |-1.250814e+03 |      --      |    Inf |   1.29%
2518.04/2527.68	c  94.6s| 13400 | 13138 |483853 |  35.9 |  1124M |  57 |1968 |3028 |1970 |  53k|  1 |3154 |3968 |-1.250814e+03 |      --      |    Inf |   1.29%
2518.84/2528.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2518.84/2528.42	c  95.3s| 13500 | 13231 |487218 |  35.9 |  1124M |  57 |1968 |3089 |2021 |  54k|  1 |3232 |3995 |-1.250814e+03 |      --      |    Inf |   1.29%
2519.55/2529.18	c  96.1s| 13600 | 13325 |490385 |  35.9 |  1124M |  57 |1968 |3100 |2016 |  54k|  1 |3251 |4007 |-1.250814e+03 |      --      |    Inf |   1.29%
2520.45/2530.10	c  97.0s| 13700 | 13420 |495639 |  36.0 |  1124M |  57 |1968 |3121 |2007 |  55k|  2 |3304 |4038 |-1.250814e+03 |      --      |    Inf |   1.29%
2521.55/2531.13	c  98.0s| 13800 | 13512 |501906 |  36.2 |  1124M |  57 |1968 |3131 |2056 |  55k|  4 |3353 |4076 |-1.250814e+03 |      --      |    Inf |   1.29%
2522.54/2532.16	c  99.1s| 13900 | 13610 |509705 |  36.5 |  1124M |  57 |1968 |3126 |2018 |  55k|  1 |3368 |4123 |-1.250814e+03 |      --      |    Inf |   1.29%
2523.23/2532.85	c  99.7s| 14000 | 13696 |515801 |  36.7 |  1125M |  57 |1968 |3147 |2020 |  56k|  1 |3422 |4174 |-1.250814e+03 |      --      |    Inf |   1.29%
2524.22/2533.81	c   101s| 14100 | 13792 |522703 |  36.9 |  1125M |  57 |1968 |3128 |2038 |  56k|  1 |3442 |4207 |-1.250814e+03 |      --      |    Inf |   1.29%
2525.32/2534.92	c   102s| 14200 | 13885 |531101 |  37.2 |  1125M |  57 |1968 |3172 |2011 |  57k|  1 |3516 |4272 |-1.250814e+03 |      --      |    Inf |   1.29%
2526.22/2535.86	c   103s| 14300 | 13977 |538619 |  37.5 |  1125M |  57 |1968 |3191 |2050 |  58k|  1 |3557 |4298 |-1.250814e+03 |      --      |    Inf |   1.29%
2527.32/2536.95	c   104s| 14400 | 14068 |546976 |  37.8 |  1125M |  57 |1968 |3240 |2037 |  58k|  1 |3624 |4342 |-1.250814e+03 |      --      |    Inf |   1.29%
2528.31/2537.90	c   105s| 14500 | 14166 |555011 |  38.1 |  1125M |  57 |1968 |3234 |2080 |  59k|  1 |3659 |4356 |-1.250814e+03 |      --      |    Inf |   1.29%
2529.21/2538.84	c   106s| 14600 | 14264 |561570 |  38.3 |  1125M |  57 |1968 |3225 |2000 |  59k|  1 |3669 |4377 |-1.250814e+03 |      --      |    Inf |   1.29%
2530.31/2539.93	c   107s| 14700 | 14352 |570549 |  38.7 |  1125M |  57 |1968 |3333 |1986 |  60k|  1 |3805 |4430 |-1.250814e+03 |      --      |    Inf |   1.29%
2531.20/2540.86	c   108s| 14800 | 14442 |578561 |  38.9 |  1125M |  57 |1968 |3357 |2029 |  60k|  1 |3857 |4476 |-1.250814e+03 |      --      |    Inf |   1.29%
2532.00/2541.63	c   109s| 14900 | 14536 |586152 |  39.2 |  1125M |  57 |1968 |3366 |2023 |  61k|  1 |3882 |4490 |-1.250814e+03 |      --      |    Inf |   1.29%
2533.10/2542.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2533.10/2542.74	c   110s| 15000 | 14623 |594085 |  39.5 |  1125M |  57 |1968 |3356 |2006 |  61k|  1 |3911 |4508 |-1.250814e+03 |      --      |    Inf |   1.29%
2533.80/2543.44	c   110s| 15100 | 14712 |601936 |  39.7 |  1125M |  57 |1968 |3389 |2047 |  62k|  1 |3965 |4521 |-1.250829e+03 |      --      |    Inf |   1.29%
2534.69/2544.38	c   111s| 15200 | 14787 |609411 |  39.9 |  1125M |  57 |1968 |3471 |2050 |  62k|  1 |4084 |4559 |-1.250829e+03 |      --      |    Inf |   1.29%
2535.59/2545.26	c   112s| 15300 | 14875 |616673 |  40.2 |  1125M |  57 |1968 |3477 |2021 |  63k|  1 |4105 |4572 |-1.250855e+03 |      --      |    Inf |   1.29%
2536.79/2546.42	c   113s| 15400 | 14959 |626608 |  40.5 |  1125M |  57 |1968 |3567 |2003 |  63k|  1 |4220 |4599 |-1.250855e+03 |      --      |    Inf |   1.29%
2537.68/2547.39	c   114s| 15500 | 15042 |637819 |  41.0 |  1125M |  57 |1968 |3661 |2122 |  64k|  7 |4350 |4634 |-1.250855e+03 |      --      |    Inf |   1.29%
2538.49/2548.13	c   115s| 15600 | 15122 |644094 |  41.1 |  1125M |  57 |1968 |3688 |2066 |  64k|  1 |4405 |4641 |-1.250952e+03 |      --      |    Inf |   1.29%
2539.28/2548.96	c   116s| 15700 | 15204 |650858 |  41.3 |  1125M |  57 |1968 |3764 |2017 |  65k|  1 |4510 |4694 |-1.250952e+03 |      --      |    Inf |   1.29%
2540.18/2549.83	c   117s| 15800 | 15288 |657572 |  41.5 |  1125M |  57 |1968 |3798 |1972 |  65k|  1 |4568 |4713 |-1.250952e+03 |      --      |    Inf |   1.29%
2540.87/2550.51	c   117s| 15900 | 15377 |663530 |  41.6 |  1125M |  57 |1968 |3792 |2033 |  66k|  1 |4594 |4718 |-1.250952e+03 |      --      |    Inf |   1.29%
2541.48/2551.16	c   118s| 16000 | 15463 |669073 |  41.7 |  1125M |  57 |1968 |3799 |2041 |  66k|  1 |4629 |4720 |-1.250976e+03 |      --      |    Inf |   1.29%
2542.77/2552.42	c   119s| 16100 | 15541 |680037 |  42.1 |  1125M |  57 |1968 |3800 |1998 |  67k|  1 |4681 |4752 |-1.250976e+03 |      --      |    Inf |   1.29%
2543.76/2553.45	c   120s| 16200 | 15625 |687313 |  42.3 |  1125M |  57 |1968 |3824 |2049 |  68k|  4 |4766 |4807 |-1.250976e+03 |      --      |    Inf |   1.29%
2544.26/2553.92	c   121s| 16300 | 15713 |692575 |  42.4 |  1127M |  57 |1968 |3815 |1975 |  68k|  1 |4790 |4821 |-1.251038e+03 |      --      |    Inf |   1.29%
2544.86/2554.54	c   121s| 16400 | 15803 |697113 |  42.4 |  1127M |  57 |1968 |3808 |1983 |  68k|  1 |4822 |4833 |-1.251038e+03 |      --      |    Inf |   1.29%
2545.76/2555.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2545.76/2555.41	c   122s| 16500 | 15888 |705023 |  42.6 |  1127M |  57 |1968 |3850 |2034 |  69k|  1 |4899 |4884 |-1.251038e+03 |      --      |    Inf |   1.29%
2546.85/2556.50	c   123s| 16600 | 15977 |714304 |  42.9 |  1127M |  57 |1968 |3868 |2003 |  69k|  1 |4974 |4931 |-1.251038e+03 |      --      |    Inf |   1.29%
2547.65/2557.32	c   124s| 16700 | 16073 |719692 |  43.0 |  1127M |  57 |1968 |3835 |2042 |  70k|  1 |4985 |4983 |-1.251038e+03 |      --      |    Inf |   1.29%
2548.46/2558.13	c   125s| 16800 | 16165 |726326 |  43.1 |  1127M |  57 |1968 |3853 |2073 |  70k|  1 |5038 |4991 |-1.251038e+03 |      --      |    Inf |   1.29%
2549.15/2558.87	c   126s| 16900 | 16263 |732764 |  43.2 |  1127M |  57 |1968 |3802 |2002 |  71k|  1 |5050 |4994 |-1.251038e+03 |      --      |    Inf |   1.29%
2550.36/2560.05	c   127s| 17000 | 16357 |742072 |  43.5 |  1127M |  57 |1968 |3786 |2091 |  72k|  1 |5096 |5033 |-1.251038e+03 |      --      |    Inf |   1.29%
2550.94/2560.67	c   128s| 17100 | 16448 |747379 |  43.6 |  1127M |  57 |1968 |3764 |2075 |  72k|  1 |5153 |5062 |-1.251038e+03 |      --      |    Inf |   1.29%
2551.74/2561.42	c   128s| 17200 | 16540 |753501 |  43.7 |  1127M |  57 |1968 |3760 |2059 |  73k|  1 |5207 |5098 |-1.251038e+03 |      --      |    Inf |   1.29%
2552.54/2562.20	c   129s| 17300 | 16631 |759692 |  43.8 |  1127M |  57 |1968 |3746 |2001 |  73k|  1 |5242 |5127 |-1.251142e+03 |      --      |    Inf |   1.29%
2553.63/2563.38	c   130s| 17400 | 16709 |767984 |  44.0 |  1127M |  57 |1968 |3801 |2001 |  74k|  1 |5344 |5153 |-1.251142e+03 |      --      |    Inf |   1.29%
2554.53/2564.24	c   131s| 17500 | 16790 |773994 |  44.1 |  1127M |  57 |1968 |3813 |2037 |  74k|  1 |5388 |5172 |-1.251142e+03 |      --      |    Inf |   1.29%
2555.53/2565.23	c   132s| 17600 | 16880 |781159 |  44.3 |  1127M |  57 |1968 |3818 |2053 |  75k|  1 |5451 |5203 |-1.251142e+03 |      --      |    Inf |   1.29%
2556.34/2566.05	c   133s| 17700 | 16968 |787689 |  44.4 |  1127M |  57 |1968 |3829 |2080 |  75k|  1 |5508 |5222 |-1.251142e+03 |      --      |    Inf |   1.29%
2557.12/2566.86	c   134s| 17800 | 17055 |794539 |  44.5 |  1127M |  57 |1968 |3837 |2037 |  76k|  1 |5560 |5242 |-1.251142e+03 |      --      |    Inf |   1.29%
2557.82/2567.54	c   134s| 17900 | 17141 |799839 |  44.6 |  1127M |  57 |1968 |3850 |2001 |  76k|  1 |5601 |5268 |-1.251142e+03 |      --      |    Inf |   1.29%
2558.72/2568.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2558.72/2568.42	c   135s| 18000 | 17227 |807337 |  44.7 |  1127M |  57 |1968 |3869 |2049 |  77k|  1 |5654 |5284 |-1.251142e+03 |      --      |    Inf |   1.29%
2559.52/2569.23	c   136s| 18100 | 17315 |814421 |  44.9 |  1127M |  57 |1968 |3871 |2096 |  77k|  1 |5676 |5304 |-1.251206e+03 |      --      |    Inf |   1.29%
2560.33/2570.03	c   137s| 18200 | 17403 |820641 |  45.0 |  1127M |  57 |1968 |3874 |2005 |  78k|  2 |5724 |5337 |-1.251206e+03 |      --      |    Inf |   1.29%
2561.11/2570.82	c   138s| 18300 | 17497 |827085 |  45.1 |  1127M |  57 |1968 |3910 |2014 |  78k|  1 |5800 |5361 |-1.251732e+03 |      --      |    Inf |   1.29%
2561.91/2571.60	c   138s| 18400 | 17585 |833207 |  45.2 |  1127M |  57 |1968 |3916 |2022 |  79k|  2 |5835 |5386 |-1.251732e+03 |      --      |    Inf |   1.29%
2562.91/2572.64	c   140s| 18500 | 17671 |840799 |  45.3 |  1127M |  57 |1968 |3927 |2008 |  79k|  1 |5896 |5410 |-1.251732e+03 |      --      |    Inf |   1.29%
2563.60/2573.35	c   140s| 18600 | 17756 |845859 |  45.4 |  1127M |  57 |1968 |3933 |   0 |  80k|  0 |5945 |5422 |-1.251732e+03 |      --      |    Inf |   1.29%
2564.41/2574.16	c   141s| 18700 | 17848 |851768 |  45.4 |  1128M |  57 |1968 |3929 |2046 |  80k|  1 |5974 |5442 |-1.251732e+03 |      --      |    Inf |   1.29%
2565.31/2575.01	c   142s| 18800 | 17934 |857968 |  45.5 |  1128M |  61 |1968 |3933 |2044 |  81k|  1 |6017 |5467 |-1.252057e+03 |      --      |    Inf |   1.29%
2566.10/2575.87	c   143s| 18900 | 18026 |864698 |  45.6 |  1129M |  61 |1968 |3920 |2023 |  81k|  1 |6052 |5479 |-1.252057e+03 |      --      |    Inf |   1.29%
2566.99/2576.78	c   144s| 19000 | 18113 |871708 |  45.8 |  1130M |  61 |1968 |3933 |2109 |  82k|  1 |6108 |5491 |-1.252057e+03 |      --      |    Inf |   1.29%
2567.89/2577.61	c   145s| 19100 | 18203 |879284 |  45.9 |  1130M |  61 |1968 |3932 |2061 |  82k|  1 |6140 |5497 |-1.252057e+03 |      --      |    Inf |   1.29%
2568.69/2578.40	c   145s| 19200 | 18289 |885285 |  46.0 |  1131M |  61 |1968 |3924 |2055 |  83k|  1 |6183 |5516 |-1.252057e+03 |      --      |    Inf |   1.29%
2569.18/2578.96	c   146s| 19300 | 18375 |889559 |  46.0 |  1131M |  61 |1968 |3913 |2075 |  83k|  1 |6206 |5540 |-1.252057e+03 |      --      |    Inf |   1.29%
2569.78/2579.53	c   146s| 19400 | 18463 |894699 |  46.0 |  1131M |  61 |1968 |3912 |2034 |  84k|  1 |6235 |5542 |-1.252057e+03 |      --      |    Inf |   1.29%
2570.58/2580.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2570.58/2580.31	c   147s| 19500 | 18547 |900965 |  46.1 |  1131M |  61 |1968 |3918 |2009 |  84k|  1 |6276 |5549 |-1.252057e+03 |      --      |    Inf |   1.29%
2571.68/2581.47	c   148s| 19600 | 18631 |916745 |  46.7 |  1131M |  61 |1968 |3950 |2005 |  84k|  1 |6352 |5552 |-1.252057e+03 |      --      |    Inf |   1.29%
2572.57/2582.38	c   149s| 19700 | 18721 |923826 |  46.8 |  1131M |  61 |1968 |3946 |   0 |  85k|  0 |6386 |5573 |-1.252057e+03 |      --      |    Inf |   1.29%
2573.47/2583.27	c   150s| 19800 | 18813 |930306 |  46.9 |  1132M |  61 |1968 |3914 |2014 |  85k|  1 |6396 |5576 |-1.252057e+03 |      --      |    Inf |   1.29%
2574.57/2584.34	c   151s| 19900 | 18907 |938296 |  47.0 |  1132M |  61 |1968 |3882 |2014 |  86k|  1 |6411 |5579 |-1.252057e+03 |      --      |    Inf |   1.29%
2575.66/2585.42	c   152s| 20000 | 19001 |945737 |  47.2 |  1132M |  61 |1968 |3879 |2026 |  86k|  1 |6458 |5604 |-1.252057e+03 |      --      |    Inf |   1.29%
2576.66/2586.45	c   153s| 20100 | 19091 |953543 |  47.3 |  1132M |  61 |1968 |3879 |2013 |  87k|  1 |6490 |5619 |-1.252057e+03 |      --      |    Inf |   1.29%
2577.66/2587.49	c   154s| 20200 | 19184 |959885 |  47.4 |  1132M |  61 |1968 |3847 |2006 |  88k|  1 |6500 |5642 |-1.252057e+03 |      --      |    Inf |   1.29%
2578.65/2588.46	c   155s| 20300 | 19270 |966626 |  47.5 |  1132M |  61 |1968 |3880 |2049 |  88k|  1 |6574 |5679 |-1.252057e+03 |      --      |    Inf |   1.29%
2579.45/2589.28	c   156s| 20400 | 19364 |973371 |  47.6 |  1132M |  61 |1968 |3893 |2031 |  89k|  1 |6618 |5695 |-1.252057e+03 |      --      |    Inf |   1.29%
2580.26/2590.04	c   157s| 20500 | 19445 |979275 |  47.7 |  1132M |  61 |1968 |3917 |2089 |  89k|  1 |6671 |5711 |-1.252057e+03 |      --      |    Inf |   1.29%
2581.26/2591.08	c   158s| 20600 | 19539 |987117 |  47.8 |  1132M |  61 |1968 |3907 |2050 |  90k|  1 |6692 |5733 |-1.252057e+03 |      --      |    Inf |   1.29%
2582.04/2591.89	c   159s| 20700 | 19623 |991625 |  47.8 |  1132M |  61 |1968 |3917 |2021 |  90k|  1 |6734 |5742 |-1.252057e+03 |      --      |    Inf |   1.29%
2583.04/2592.88	c   160s| 20800 | 19713 |998565 |  47.9 |  1132M |  61 |1968 |3903 |2009 |  91k|  1 |6757 |5747 |-1.252057e+03 |      --      |    Inf |   1.29%
2583.84/2593.69	c   161s| 20900 | 19801 |  1005k|  48.0 |  1133M |  61 |1968 |3906 |2013 |  91k|  1 |6791 |5750 |-1.252057e+03 |      --      |    Inf |   1.29%
2584.53/2594.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2584.53/2594.39	c   161s| 21000 | 19888 |  1011k|  48.1 |  1133M |  61 |1968 |3884 |2067 |  91k|  1 |6821 |5755 |-1.252057e+03 |      --      |    Inf |   1.29%
2585.43/2595.25	c   162s| 21100 | 19972 |  1018k|  48.2 |  1134M |  61 |1968 |3887 |2055 |  92k|  1 |6872 |5756 |-1.252057e+03 |      --      |    Inf |   1.29%
2586.53/2596.34	c   163s| 21200 | 20051 |  1026k|  48.3 |  1134M |  61 |1968 |3887 |2088 |  93k|  1 |6921 |5787 |-1.252057e+03 |      --      |    Inf |   1.29%
2587.53/2597.37	c   164s| 21300 | 20141 |  1036k|  48.6 |  1134M |  61 |1968 |3835 |1999 |  93k|  1 |6945 |5814 |-1.252073e+03 |      --      |    Inf |   1.29%
2588.24/2598.04	c   165s| 21400 | 20231 |  1041k|  48.6 |  1134M |  61 |1968 |3827 |2044 |  94k|  1 |6972 |5836 |-1.252073e+03 |      --      |    Inf |   1.29%
2589.02/2598.85	c   166s| 21500 | 20314 |  1047k|  48.6 |  1134M |  61 |1968 |3842 |2009 |  94k|  1 |7042 |5864 |-1.252073e+03 |      --      |    Inf |   1.29%
2589.92/2599.73	c   167s| 21600 | 20404 |  1054k|  48.7 |  1134M |  61 |1968 |3843 |2047 |  95k|  1 |7074 |5874 |-1.253024e+03 |      --      |    Inf |   1.29%
2590.72/2600.55	c   167s| 21700 | 20492 |  1059k|  48.7 |  1134M |  61 |1968 |3836 |2031 |  95k|  1 |7105 |5897 |-1.253024e+03 |      --      |    Inf |   1.29%
2591.51/2601.35	c   168s| 21800 | 20576 |  1065k|  48.8 |  1134M |  61 |1968 |3841 |2011 |  95k|  1 |7149 |5918 |-1.253024e+03 |      --      |    Inf |   1.29%
2592.11/2601.99	c   169s| 21900 | 20655 |  1070k|  48.8 |  1134M |  61 |1968 |3872 |1965 |  96k|  1 |7206 |5931 |-1.253028e+03 |      --      |    Inf |   1.29%
2593.32/2603.14	c   170s| 22000 | 20751 |  1079k|  49.0 |  1134M |  61 |1968 |3912 |2023 |  96k|  1 |7274 |5969 |-1.253028e+03 |      --      |    Inf |   1.29%
2594.22/2604.08	c   171s| 22100 | 20833 |  1086k|  49.1 |  1134M |  67 |1968 |3960 |2052 |  97k|  1 |7350 |6012 |-1.253028e+03 |      --      |    Inf |   1.29%
2595.00/2604.83	c   172s| 22200 | 20915 |  1092k|  49.1 |  1134M |  67 |1968 |3984 |2058 |  97k|  1 |7404 |6029 |-1.253028e+03 |      --      |    Inf |   1.29%
2596.10/2605.92	c   173s| 22300 | 21002 |  1100k|  49.3 |  1134M |  67 |1968 |3963 |2139 |  98k|  4 |7446 |6068 |-1.253028e+03 |      --      |    Inf |   1.29%
2596.70/2606.56	c   173s| 22400 | 21084 |  1106k|  49.3 |  1134M |  67 |1968 |3999 |2019 |  98k|  1 |7520 |6093 |-1.253028e+03 |      --      |    Inf |   1.29%
2597.49/2607.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2597.49/2607.37	c   174s| 22500 | 21174 |  1112k|  49.4 |  1134M |  67 |1968 |4030 |1991 |  99k|  1 |7594 |6106 |-1.253028e+03 |      --      |    Inf |   1.29%
2598.30/2608.13	c   175s| 22600 | 21262 |  1118k|  49.4 |  1134M |  69 |1968 |4078 |2080 |  99k|  3 |7651 |6137 |-1.253028e+03 |      --      |    Inf |   1.29%
2598.89/2608.74	c   176s| 22700 | 21345 |  1124k|  49.5 |  1134M |  69 |1968 |4089 |2039 |  99k|  1 |7697 |6154 |-1.253028e+03 |      --      |    Inf |   1.29%
2599.69/2609.55	c   176s| 22800 | 21428 |  1130k|  49.5 |  1134M |  69 |1968 |4088 |2006 | 100k|  1 |7748 |6175 |-1.253585e+03 |      --      |    Inf |   1.29%
2600.49/2610.33	c   177s| 22900 | 21518 |  1136k|  49.5 |  1134M |  69 |1968 |4091 |2027 | 100k|  1 |7771 |6192 |-1.253667e+03 |      --      |    Inf |   1.29%
2601.20/2611.11	c   178s| 23000 | 21601 |  1143k|  49.6 |  1134M |  69 |1968 |4115 |2101 | 101k|  1 |7834 |6225 |-1.253667e+03 |      --      |    Inf |   1.29%
2602.08/2612.01	c   179s| 23100 | 21692 |  1150k|  49.7 |  1134M |  69 |1968 |4105 |2068 | 101k|  1 |7864 |6242 |-1.253667e+03 |      --      |    Inf |   1.29%
2603.29/2613.18	c   180s| 23200 | 21786 |  1160k|  49.9 |  1134M |  69 |1968 |4070 |2075 | 102k|  1 |7877 |6256 |-1.253667e+03 |      --      |    Inf |   1.29%
2604.07/2613.92	c   181s| 23300 | 21876 |  1168k|  50.1 |  1134M |  69 |1968 |4062 |2012 | 102k|  1 |7920 |6280 |-1.253667e+03 |      --      |    Inf |   1.29%
2604.87/2614.73	c   182s| 23400 | 21957 |  1175k|  50.1 |  1135M |  69 |1968 |4120 |2070 | 103k|  1 |8026 |6322 |-1.253667e+03 |      --      |    Inf |   1.29%
2605.47/2615.36	c   182s| 23500 | 22045 |  1182k|  50.2 |  1136M |  69 |1968 |4139 |2030 | 103k|  1 |8099 |6334 |-1.253667e+03 |      --      |    Inf |   1.29%
2606.07/2615.90	c   183s| 23600 | 22128 |  1188k|  50.3 |  1136M |  69 |1968 |4162 |   0 | 103k|  0 |8174 |6353 |-1.253667e+03 |      --      |    Inf |   1.29%
2606.97/2616.80	c   184s| 23700 | 22200 |  1195k|  50.4 |  1136M |  69 |1968 |4189 |2076 | 104k|  1 |8262 |6376 |-1.253805e+03 |      --      |    Inf |   1.29%
2607.96/2617.82	c   185s| 23800 | 22281 |  1204k|  50.5 |  1136M |  69 |1968 |4187 |   0 | 105k|  0 |8316 |6383 |-1.253805e+03 |      --      |    Inf |   1.29%
2608.56/2618.45	c   185s| 23900 | 22366 |  1210k|  50.5 |  1136M |  69 |1968 |4158 |2060 | 105k|  1 |8358 |6391 |-1.253805e+03 |      --      |    Inf |   1.29%
2609.17/2619.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2609.17/2619.04	c   186s| 24000 | 22449 |  1215k|  50.6 |  1136M |  69 |1968 |4176 |2029 | 105k|  1 |8414 |6403 |-1.253805e+03 |      --      |    Inf |   1.29%
2609.96/2619.89	c   187s| 24100 | 22519 |  1221k|  50.6 |  1136M |  69 |1968 |4215 |2072 | 106k|  1 |8511 |6412 |-1.253805e+03 |      --      |    Inf |   1.29%
2610.95/2620.86	c   188s| 24200 | 22603 |  1228k|  50.7 |  1136M |  69 |1968 |4189 |2017 | 106k|  1 |8557 |6435 |-1.253805e+03 |      --      |    Inf |   1.29%
2611.95/2621.88	c   189s| 24300 | 22677 |  1235k|  50.8 |  1136M |  69 |1968 |4250 |   0 | 107k|  0 |8652 |6491 |-1.253805e+03 |      --      |    Inf |   1.29%
2612.65/2622.59	c   189s| 24400 | 22756 |  1241k|  50.8 |  1136M |  69 |1968 |4286 |2059 | 107k|  1 |8741 |6514 |-1.253805e+03 |      --      |    Inf |   1.29%
2613.26/2623.18	c   190s| 24500 | 22837 |  1247k|  50.8 |  1136M |  69 |1968 |4330 |2067 | 107k|  1 |8810 |6524 |-1.253805e+03 |      --      |    Inf |   1.29%
2613.84/2623.78	c   191s| 24600 | 22912 |  1252k|  50.8 |  1137M |  69 |1968 |4404 |2016 | 108k|  1 |8935 |6546 |-1.253805e+03 |      --      |    Inf |   1.29%
2614.84/2624.72	c   192s| 24700 | 22986 |  1258k|  50.9 |  1137M |  69 |1968 |4416 |2013 | 108k|  1 |9021 |6568 |-1.253939e+03 |      --      |    Inf |   1.29%
2615.54/2625.45	c   192s| 24800 | 23061 |  1265k|  50.9 |  1137M |  69 |1968 |4412 |2098 | 109k|  1 |9079 |6576 |-1.253939e+03 |      --      |    Inf |   1.29%
2616.34/2626.27	c   193s| 24900 | 23137 |  1269k|  50.9 |  1137M |  69 |1968 |4455 |2021 | 109k|  1 |9159 |6586 |-1.253939e+03 |      --      |    Inf |   1.29%
2616.93/2626.87	c   194s| 25000 | 23221 |  1275k|  50.9 |  1137M |  69 |1968 |4469 |2098 | 109k|  1 |9209 |6594 |-1.253939e+03 |      --      |    Inf |   1.29%
2617.53/2627.47	c   194s| 25100 | 23300 |  1280k|  50.9 |  1137M |  69 |1968 |4531 |2018 | 110k|  1 |9314 |6632 |-1.253939e+03 |      --      |    Inf |   1.29%
2618.14/2628.03	c   195s| 25200 | 23380 |  1286k|  50.9 |  1137M |  69 |1968 |4600 |2079 | 110k|  2 |9420 |6658 |-1.253939e+03 |      --      |    Inf |   1.29%
2618.83/2628.72	c   196s| 25300 | 23460 |  1291k|  51.0 |  1138M |  69 |1968 |4635 |2052 | 110k|  1 |9509 |6686 |-1.253939e+03 |      --      |    Inf |   1.29%
2619.43/2629.31	c   196s| 25400 | 23544 |  1296k|  51.0 |  1138M |  69 |1968 |4629 |2005 | 111k|  1 |9545 |6704 |-1.253939e+03 |      --      |    Inf |   1.29%
2620.32/2630.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2620.32/2630.26	c   197s| 25500 | 23632 |  1305k|  51.1 |  1138M |  69 |1968 |4623 |2042 | 111k|  1 |9595 |6720 |-1.253939e+03 |      --      |    Inf |   1.29%
2621.13/2631.04	c   198s| 25600 | 23721 |  1312k|  51.2 |  1139M |  69 |1968 |4599 |2015 | 112k|  1 |9624 |6725 |-1.253939e+03 |      --      |    Inf |   1.29%
2622.13/2632.07	c   199s| 25700 | 23811 |  1319k|  51.3 |  1139M |  69 |1968 |4602 |2124 | 112k|  1 |9669 |6757 |-1.253939e+03 |      --      |    Inf |   1.29%
2623.01/2632.97	c   200s| 25800 | 23895 |  1325k|  51.3 |  1139M |  69 |1968 |4634 |2067 | 113k|  1 |9774 |6778 |-1.253939e+03 |      --      |    Inf |   1.29%
2624.12/2634.01	c   201s| 25900 | 23975 |  1334k|  51.4 |  1139M |  69 |1968 |4605 |2013 | 113k|  2 |9829 |6794 |-1.253939e+03 |      --      |    Inf |   1.29%
2624.81/2634.72	c   202s| 26000 | 24058 |  1341k|  51.5 |  1139M |  69 |1968 |4626 |2070 | 114k|  1 |9898 |6800 |-1.253939e+03 |      --      |    Inf |   1.29%
2625.51/2635.48	c   202s| 26100 | 24139 |  1348k|  51.6 |  1140M |  69 |1968 |4634 |2065 | 114k|  1 |9981 |6815 |-1.254817e+03 |      --      |    Inf |   1.29%
2626.50/2636.42	c   203s| 26200 | 24217 |  1356k|  51.7 |  1140M |  69 |1968 |4646 |2033 | 115k|  2 |  10k|6829 |-1.254817e+03 |      --      |    Inf |   1.29%
2627.21/2637.14	c   204s| 26300 | 24291 |  1362k|  51.7 |  1140M |  69 |1968 |4667 |1983 | 115k|  1 |  10k|6849 |-1.254817e+03 |      --      |    Inf |   1.29%
2627.80/2637.79	c   205s| 26400 | 24375 |  1367k|  51.7 |  1140M |  69 |1968 |4645 |2070 | 116k|  1 |  10k|6864 |-1.254817e+03 |      --      |    Inf |   1.29%
2628.80/2638.70	c   206s| 26500 | 24467 |  1375k|  51.8 |  1140M |  69 |1968 |4616 |2085 | 116k|  4 |  10k|6894 |-1.254817e+03 |      --      |    Inf |   1.29%
2629.39/2639.39	c   206s| 26600 | 24548 |  1381k|  51.9 |  1140M |  69 |1968 |4639 |2021 | 116k|  1 |  10k|6909 |-1.254817e+03 |      --      |    Inf |   1.29%
2629.99/2639.98	c   207s| 26700 | 24620 |  1386k|  51.8 |  1140M |  69 |1968 |4657 |   0 | 117k|  0 |  10k|6918 |-1.254817e+03 |      --      |    Inf |   1.29%
2630.79/2640.75	c   208s| 26800 | 24706 |  1393k|  51.9 |  1140M |  69 |1968 |4636 |1998 | 117k|  1 |  10k|6923 |-1.254817e+03 |      --      |    Inf |   1.29%
2631.69/2641.69	c   209s| 26900 | 24788 |  1398k|  51.9 |  1140M |  69 |1968 |4660 |2062 | 118k|  1 |  10k|6973 |-1.254817e+03 |      --      |    Inf |   1.29%
2632.39/2642.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2632.39/2642.37	c   209s| 27000 | 24876 |  1403k|  51.9 |  1140M |  69 |1968 |4623 |2018 | 118k|  1 |  10k|6989 |-1.254817e+03 |      --      |    Inf |   1.29%
2633.10/2643.07	c   210s| 27100 | 24950 |  1408k|  51.9 |  1140M |  69 |1968 |4677 |2063 | 118k|  1 |  10k|6996 |-1.254817e+03 |      --      |    Inf |   1.29%
2633.58/2643.57	c   210s| 27200 | 25032 |  1413k|  51.9 |  1140M |  69 |1968 |4676 |2016 | 119k|  1 |  10k|7013 |-1.254817e+03 |      --      |    Inf |   1.29%
2634.28/2644.22	c   211s| 27300 | 25112 |  1417k|  51.9 |  1140M |  69 |1968 |4687 |   0 | 119k|  0 |  10k|7031 |-1.254817e+03 |      --      |    Inf |   1.29%
2635.09/2645.03	c   212s| 27400 | 25190 |  1424k|  51.9 |  1140M |  69 |1968 |4674 |2089 | 120k|  1 |  10k|7038 |-1.254817e+03 |      --      |    Inf |   1.29%
2635.57/2645.58	c   212s| 27500 | 25266 |  1429k|  51.9 |  1140M |  75 |1968 |4738 |2062 | 120k|  1 |  10k|7059 |-1.254817e+03 |      --      |    Inf |   1.29%
2636.47/2646.46	c   213s| 27600 | 25344 |  1435k|  51.9 |  1140M |  75 |1968 |4767 |2077 | 120k|  1 |  11k|7077 |-1.254817e+03 |      --      |    Inf |   1.29%
2637.27/2647.22	c   214s| 27700 | 25430 |  1441k|  52.0 |  1140M |  75 |1968 |4787 |2025 | 121k|  1 |  11k|7106 |-1.254817e+03 |      --      |    Inf |   1.29%
2637.77/2647.76	c   215s| 27800 | 25507 |  1446k|  51.9 |  1140M |  75 |1968 |4816 |   0 | 121k|  0 |  11k|7113 |-1.254817e+03 |      --      |    Inf |   1.29%
2638.27/2648.26	c   215s| 27900 | 25584 |  1451k|  51.9 |  1140M |  75 |1968 |4867 |   0 | 121k|  0 |  11k|7135 |-1.254817e+03 |      --      |    Inf |   1.29%
2638.96/2648.93	c   216s| 28000 | 25661 |  1456k|  52.0 |  1141M |  75 |1968 |4862 |2000 | 122k|  1 |  11k|7143 |-1.254817e+03 |      --      |    Inf |   1.29%
2639.86/2649.85	c   217s| 28100 | 25739 |  1462k|  52.0 |  1141M |  75 |1968 |4859 |2057 | 122k|  1 |  11k|7174 |-1.254817e+03 |      --      |    Inf |   1.29%
2640.46/2650.49	c   217s| 28200 | 25821 |  1467k|  52.0 |  1141M |  75 |1968 |4863 |2119 | 123k|  1 |  11k|7194 |-1.254817e+03 |      --      |    Inf |   1.29%
2641.17/2651.16	c   218s| 28300 | 25894 |  1473k|  52.0 |  1141M |  75 |1968 |4908 |1993 | 123k|  1 |  11k|7216 |-1.254817e+03 |      --      |    Inf |   1.29%
2641.66/2651.65	c   219s| 28400 | 25972 |  1478k|  52.0 |  1141M |  75 |1968 |4960 |2054 | 123k|  1 |  11k|7232 |-1.254817e+03 |      --      |    Inf |   1.29%
2642.25/2652.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2642.25/2652.29	c   219s| 28500 | 26051 |  1483k|  52.0 |  1141M |  75 |1968 |4939 |2003 | 124k|  1 |  11k|7243 |-1.254817e+03 |      --      |    Inf |   1.29%
2643.07/2653.10	c   220s| 28600 | 26124 |  1490k|  52.0 |  1141M |  75 |1968 |4935 |2095 | 124k|  3 |  11k|7253 |-1.254817e+03 |      --      |    Inf |   1.29%
2643.86/2653.86	c   221s| 28700 | 26195 |  1496k|  52.1 |  1142M |  75 |1968 |4938 |2059 | 125k|  1 |  11k|7281 |-1.254817e+03 |      --      |    Inf |   1.29%
2644.36/2654.31	c   221s| 28800 | 26269 |  1500k|  52.0 |  1142M |  75 |1968 |4937 |2055 | 125k|  1 |  11k|7289 |-1.254817e+03 |      --      |    Inf |   1.29%
2645.25/2655.23	c   222s| 28900 | 26351 |  1507k|  52.1 |  1143M |  75 |1968 |4912 |2070 | 125k|  1 |  12k|7295 |-1.254817e+03 |      --      |    Inf |   1.29%
2646.06/2656.07	c   223s| 29000 | 26430 |  1514k|  52.2 |  1143M |  75 |1968 |4874 |2037 | 126k|  1 |  12k|7305 |-1.254817e+03 |      --      |    Inf |   1.29%
2646.65/2656.63	c   224s| 29100 | 26512 |  1519k|  52.2 |  1143M |  75 |1968 |4890 |2038 | 126k|  1 |  12k|7320 |-1.254817e+03 |      --      |    Inf |   1.29%
2647.35/2657.31	c   224s| 29200 | 26584 |  1525k|  52.2 |  1143M |  75 |1968 |4930 |2002 | 127k|  1 |  12k|7341 |-1.254817e+03 |      --      |    Inf |   1.29%
2647.85/2657.86	c   225s| 29300 | 26658 |  1530k|  52.1 |  1143M |  75 |1968 |4951 |2043 | 127k|  1 |  12k|7351 |-1.254943e+03 |      --      |    Inf |   1.29%
2648.64/2658.61	c   226s| 29400 | 26733 |  1536k|  52.2 |  1143M |  75 |1968 |4971 |2055 | 128k|  1 |  12k|7368 |-1.254943e+03 |      --      |    Inf |   1.29%
2649.34/2659.30	c   226s| 29500 | 26807 |  1542k|  52.2 |  1143M |  75 |1968 |5011 |2032 | 128k|  1 |  12k|7406 |-1.254943e+03 |      --      |    Inf |   1.29%
2650.34/2660.32	c   227s| 29600 | 26889 |  1550k|  52.3 |  1143M |  75 |1968 |5030 |2106 | 129k|  1 |  12k|7411 |-1.254943e+03 |      --      |    Inf |   1.29%
2651.05/2661.09	c   228s| 29700 | 26972 |  1557k|  52.4 |  1143M |  75 |1968 |4974 |2036 | 129k|  1 |  12k|7415 |-1.254943e+03 |      --      |    Inf |   1.29%
2651.63/2661.68	c   229s| 29800 | 27053 |  1562k|  52.4 |  1143M |  75 |1968 |4926 |2042 | 129k|  1 |  12k|7427 |-1.254943e+03 |      --      |    Inf |   1.29%
2652.63/2662.62	c   230s| 29900 | 27135 |  1568k|  52.4 |  1143M |  75 |1968 |4915 |2068 | 130k|  1 |  12k|7506 |-1.254943e+03 |      --      |    Inf |   1.29%
2653.43/2663.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2653.43/2663.48	c   230s| 30000 | 27218 |  1576k|  52.5 |  1144M |  75 |1968 |4913 |2056 | 130k|  1 |  12k|7510 |-1.254943e+03 |      --      |    Inf |   1.29%
2654.22/2664.27	c   231s| 30100 | 27303 |  1583k|  52.5 |  1144M |  75 |1968 |4909 |2069 | 131k|  4 |  13k|7520 |-1.254943e+03 |      --      |    Inf |   1.29%
2655.13/2665.18	c   232s| 30200 | 27385 |  1590k|  52.6 |  1144M |  75 |1968 |4902 |   0 | 131k|  0 |  13k|7526 |-1.254943e+03 |      --      |    Inf |   1.29%
2655.82/2665.87	c   233s| 30300 | 27470 |  1595k|  52.6 |  1145M |  75 |1968 |4910 |   0 | 132k|  0 |  13k|7538 |-1.254943e+03 |      --      |    Inf |   1.29%
2656.82/2666.87	c   234s| 30400 | 27546 |  1602k|  52.6 |  1145M |  75 |1968 |4974 |2063 | 132k|  1 |  13k|7597 |-1.254943e+03 |      --      |    Inf |   1.29%
2657.61/2667.63	c   235s| 30500 | 27632 |  1607k|  52.6 |  1145M |  75 |1968 |4926 |2020 | 133k|  1 |  13k|7624 |-1.254943e+03 |      --      |    Inf |   1.29%
2658.31/2668.39	c   235s| 30600 | 27708 |  1612k|  52.6 |  1145M |  75 |1968 |4955 |2038 | 133k|  1 |  13k|7679 |-1.254943e+03 |      --      |    Inf |   1.29%
2659.12/2669.15	c   236s| 30700 | 27796 |  1617k|  52.6 |  1145M |  75 |1968 |4991 |2069 | 133k|  1 |  13k|7703 |-1.254943e+03 |      --      |    Inf |   1.29%
2659.71/2669.78	c   237s| 30800 | 27872 |  1622k|  52.6 |  1145M |  75 |1968 |4976 |2008 | 134k|  1 |  13k|7706 |-1.255082e+03 |      --      |    Inf |   1.29%
2660.40/2670.46	c   237s| 30900 | 27954 |  1628k|  52.6 |  1145M |  75 |1968 |4986 |2040 | 134k|  2 |  13k|7725 |-1.255082e+03 |      --      |    Inf |   1.29%
2660.90/2670.94	c   238s| 31000 | 28029 |  1634k|  52.6 |  1146M |  75 |1968 |4986 |2060 | 134k|  1 |  13k|7740 |-1.255082e+03 |      --      |    Inf |   1.29%
2661.70/2671.77	c   239s| 31100 | 28105 |  1641k|  52.7 |  1146M |  75 |1968 |5005 |   0 | 135k|  0 |  13k|7764 |-1.255082e+03 |      --      |    Inf |   1.29%
2662.30/2672.37	c   239s| 31200 | 28175 |  1646k|  52.7 |  1146M |  75 |1968 |5053 |2104 | 135k|  1 |  14k|7770 |-1.255082e+03 |      --      |    Inf |   1.29%
2662.90/2672.99	c   240s| 31300 | 28251 |  1652k|  52.7 |  1146M |  75 |1968 |5102 |2059 | 136k|  1 |  14k|7783 |-1.255082e+03 |      --      |    Inf |   1.29%
2663.50/2673.58	c   240s| 31400 | 28326 |  1656k|  52.7 |  1147M |  75 |1968 |5135 |2097 | 136k|  1 |  14k|7784 |-1.255082e+03 |      --      |    Inf |   1.29%
2664.11/2674.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2664.11/2674.13	c   241s| 31500 | 28406 |  1661k|  52.7 |  1147M |  75 |1968 |5161 |1990 | 136k|  1 |  14k|7788 |-1.255082e+03 |      --      |    Inf |   1.29%
2664.69/2674.76	c   242s| 31600 | 28493 |  1666k|  52.7 |  1147M |  75 |1968 |5145 |2061 | 137k|  1 |  14k|7792 |-1.255488e+03 |      --      |    Inf |   1.29%
2665.49/2675.57	c   242s| 31700 | 28577 |  1672k|  52.7 |  1147M |  75 |1968 |5115 |   0 | 137k|  0 |  14k|7805 |-1.255488e+03 |      --      |    Inf |   1.29%
2666.10/2676.13	c   243s| 31800 | 28657 |  1677k|  52.7 |  1147M |  75 |1968 |5170 |2043 | 137k|  1 |  14k|7843 |-1.255488e+03 |      --      |    Inf |   1.29%
2666.59/2676.67	c   244s| 31900 | 28734 |  1682k|  52.7 |  1147M |  75 |1968 |5190 |2016 | 138k|  1 |  14k|7864 |-1.255488e+03 |      --      |    Inf |   1.29%
2667.28/2677.30	c   244s| 32000 | 28811 |  1688k|  52.7 |  1147M |  75 |1968 |5172 |2022 | 138k|  1 |  14k|7869 |-1.255488e+03 |      --      |    Inf |   1.29%
2667.68/2677.71	c   245s| 32100 | 28889 |  1692k|  52.6 |  1147M |  75 |1968 |5186 |2091 | 139k|  1 |  14k|7871 |-1.255488e+03 |      --      |    Inf |   1.29%
2668.38/2678.41	c   245s| 32200 | 28963 |  1697k|  52.6 |  1149M |  75 |1968 |5181 |2125 | 139k|  1 |  14k|7892 |-1.255488e+03 |      --      |    Inf |   1.29%
2668.99/2679.09	c   246s| 32300 | 29038 |  1702k|  52.6 |  1149M |  75 |1968 |5178 |   0 | 139k|  0 |  14k|7904 |-1.255488e+03 |      --      |    Inf |   1.29%
2669.88/2679.92	c   247s| 32400 | 29115 |  1708k|  52.7 |  1149M |  75 |1968 |5151 |2075 | 140k|  1 |  15k|7921 |-1.255488e+03 |      --      |    Inf |   1.29%
2670.47/2680.58	c   247s| 32500 | 29194 |  1713k|  52.7 |  1149M |  75 |1968 |5119 |1974 | 140k|  1 |  15k|7935 |-1.255488e+03 |      --      |    Inf |   1.29%
2671.37/2681.45	c   248s| 32600 | 29273 |  1720k|  52.7 |  1149M |  75 |1968 |5161 |2125 | 141k|  1 |  15k|7943 |-1.255488e+03 |      --      |    Inf |   1.29%
2672.17/2682.21	c   249s| 32700 | 29355 |  1726k|  52.7 |  1149M |  75 |1968 |5176 |2013 | 141k|  1 |  15k|7976 |-1.255488e+03 |      --      |    Inf |   1.29%
2672.87/2682.90	c   250s| 32800 | 29435 |  1732k|  52.8 |  1149M |  75 |1968 |5182 |2058 | 141k|  1 |  15k|7995 |-1.255488e+03 |      --      |    Inf |   1.29%
2673.56/2683.65	c   251s| 32900 | 29512 |  1738k|  52.8 |  1149M |  75 |1968 |5189 |2116 | 142k|  1 |  15k|8007 |-1.255488e+03 |      --      |    Inf |   1.29%
2674.26/2684.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2674.26/2684.33	c   251s| 33000 | 29598 |  1743k|  52.8 |  1149M |  75 |1968 |5168 |2003 | 142k|  1 |  15k|8028 |-1.255488e+03 |      --      |    Inf |   1.29%
2674.76/2684.84	c   252s| 33100 | 29672 |  1748k|  52.7 |  1149M |  75 |1968 |5196 |2030 | 143k|  1 |  15k|8033 |-1.255488e+03 |      --      |    Inf |   1.29%
2675.46/2685.59	c   252s| 33200 | 29752 |  1754k|  52.8 |  1149M |  75 |1968 |5216 |2127 | 143k|  1 |  15k|8042 |-1.255488e+03 |      --      |    Inf |   1.29%
2676.07/2686.19	c   253s| 33300 | 29828 |  1760k|  52.8 |  1149M |  75 |1968 |5205 |2036 | 143k|  2 |  15k|8052 |-1.255488e+03 |      --      |    Inf |   1.29%
2676.65/2686.78	c   254s| 33400 | 29908 |  1765k|  52.8 |  1149M |  75 |1968 |5187 |2078 | 144k|  1 |  15k|8053 |-1.255488e+03 |      --      |    Inf |   1.29%
2677.55/2687.60	c   254s| 33500 | 29984 |  1771k|  52.8 |  1150M |  75 |1968 |5170 |2001 | 144k|  1 |  15k|8074 |-1.255488e+03 |      --      |    Inf |   1.29%
2678.45/2688.58	c   255s| 33600 | 30066 |  1780k|  52.9 |  1150M |  75 |1968 |5205 |2110 | 145k|  3 |  15k|8091 |-1.255488e+03 |      --      |    Inf |   1.29%
2679.06/2689.17	c   256s| 33700 | 30148 |  1784k|  52.9 |  1151M |  75 |1968 |5143 |2015 | 145k|  1 |  16k|8102 |-1.255488e+03 |      --      |    Inf |   1.29%
2679.74/2689.85	c   257s| 33800 | 30227 |  1790k|  52.9 |  1151M |  75 |1968 |5160 |2002 | 146k|  1 |  16k|8112 |-1.255488e+03 |      --      |    Inf |   1.29%
2680.44/2690.58	c   257s| 33900 | 30303 |  1795k|  52.9 |  1151M |  75 |1968 |5185 |2049 | 146k|  1 |  16k|8127 |-1.255488e+03 |      --      |    Inf |   1.29%
2681.44/2691.50	c   258s| 34000 | 30383 |  1802k|  53.0 |  1152M |  75 |1968 |5206 |   0 | 146k|  0 |  16k|8142 |-1.255488e+03 |      --      |    Inf |   1.29%
2682.14/2692.20	c   259s| 34100 | 30463 |  1808k|  53.0 |  1152M |  75 |1968 |5222 |2027 | 147k|  1 |  16k|8161 |-1.255488e+03 |      --      |    Inf |   1.29%
2682.83/2692.92	c   260s| 34200 | 30539 |  1813k|  53.0 |  1152M |  75 |1968 |5196 |2001 | 147k|  1 |  16k|8186 |-1.255488e+03 |      --      |    Inf |   1.29%
2683.53/2693.68	c   261s| 34300 | 30617 |  1820k|  53.0 |  1152M |  75 |1968 |5184 |1989 | 148k|  1 |  16k|8213 |-1.255488e+03 |      --      |    Inf |   1.29%
2684.33/2694.48	c   261s| 34400 | 30701 |  1825k|  53.0 |  1152M |  75 |1968 |5196 |   0 | 148k|  0 |  16k|8242 |-1.255488e+03 |      --      |    Inf |   1.29%
2685.23/2695.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2685.23/2695.33	c   262s| 34500 | 30781 |  1832k|  53.1 |  1152M |  75 |1968 |5195 |2093 | 149k|  1 |  16k|8276 |-1.255488e+03 |      --      |    Inf |   1.29%
2685.94/2696.01	c   263s| 34600 | 30875 |  1839k|  53.1 |  1153M |  75 |1968 |5169 |2017 | 149k|  1 |  16k|8282 |-1.255488e+03 |      --      |    Inf |   1.29%
2686.62/2696.76	c   264s| 34700 | 30959 |  1844k|  53.1 |  1153M |  75 |1968 |5148 |2059 | 150k|  1 |  16k|8289 |-1.255488e+03 |      --      |    Inf |   1.29%
2687.12/2697.24	c   264s| 34800 | 31040 |  1848k|  53.1 |  1154M |  75 |1968 |5114 |1991 | 150k|  1 |  16k|8302 |-1.255488e+03 |      --      |    Inf |   1.29%
2687.93/2698.03	c   265s| 34900 | 31123 |  1854k|  53.1 |  1154M |  75 |1968 |5081 |2075 | 150k|  1 |  16k|8319 |-1.255488e+03 |      --      |    Inf |   1.29%
2688.52/2698.66	c   266s| 35000 | 31204 |  1860k|  53.1 |  1154M |  75 |1968 |5047 |2059 | 151k|  1 |  16k|8342 |-1.255488e+03 |      --      |    Inf |   1.29%
2689.21/2699.32	c   266s| 35100 | 31284 |  1865k|  53.1 |  1154M |  75 |1968 |5037 |   0 | 151k|  0 |  16k|8350 |-1.255488e+03 |      --      |    Inf |   1.29%
2689.71/2699.89	c   267s| 35200 | 31374 |  1871k|  53.1 |  1154M |  75 |1968 |5006 |2012 | 151k|  1 |  17k|8365 |-1.255488e+03 |      --      |    Inf |   1.29%
2690.51/2700.64	c   268s| 35300 | 31458 |  1877k|  53.1 |  1154M |  75 |1968 |5018 |2051 | 152k|  1 |  17k|8386 |-1.255488e+03 |      --      |    Inf |   1.29%
2691.11/2701.29	c   268s| 35400 | 31540 |  1881k|  53.1 |  1154M |  75 |1968 |5015 |2088 | 152k|  2 |  17k|8403 |-1.255488e+03 |      --      |    Inf |   1.29%
2691.81/2701.96	c   269s| 35500 | 31626 |  1886k|  53.1 |  1154M |  75 |1968 |4979 |2020 | 153k|  1 |  17k|8453 |-1.255488e+03 |      --      |    Inf |   1.29%
2692.60/2702.76	c   270s| 35600 | 31697 |  1893k|  53.1 |  1154M |  75 |1968 |5006 |2033 | 153k|  1 |  17k|8469 |-1.255488e+03 |      --      |    Inf |   1.29%
2693.20/2703.36	c   270s| 35700 | 31767 |  1897k|  53.1 |  1154M |  75 |1968 |5038 |2067 | 153k|  1 |  17k|8504 |-1.255488e+03 |      --      |    Inf |   1.29%
2693.91/2704.05	c   271s| 35800 | 31837 |  1901k|  53.1 |  1154M |  75 |1968 |5108 |1988 | 153k|  1 |  17k|8561 |-1.255488e+03 |      --      |    Inf |   1.29%
2694.50/2704.67	c   272s| 35900 | 31925 |  1907k|  53.1 |  1154M |  75 |1968 |5124 |2027 | 154k|  1 |  17k|8569 |-1.255488e+03 |      --      |    Inf |   1.29%
2695.10/2705.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2695.10/2705.26	c   272s| 36000 | 31999 |  1912k|  53.1 |  1154M |  75 |1968 |5151 |2058 | 154k|  1 |  17k|8582 |-1.255488e+03 |      --      |    Inf |   1.29%
2695.79/2705.90	c   273s| 36100 | 32080 |  1918k|  53.1 |  1154M |  75 |1968 |5164 |2048 | 155k|  1 |  17k|8598 |-1.255488e+03 |      --      |    Inf |   1.29%
2696.49/2706.67	c   274s| 36200 | 32161 |  1924k|  53.1 |  1154M |  75 |1968 |5192 |   0 | 155k|  0 |  17k|8629 |-1.255488e+03 |      --      |    Inf |   1.29%
2697.39/2707.59	c   274s| 36300 | 32245 |  1931k|  53.1 |  1154M |  75 |1968 |5168 |2120 | 155k|  1 |  17k|8645 |-1.255488e+03 |      --      |    Inf |   1.29%
2698.29/2708.42	c   275s| 36400 | 32333 |  1936k|  53.2 |  1154M |  75 |1968 |5146 |2069 | 156k|  1 |  17k|8656 |-1.255488e+03 |      --      |    Inf |   1.29%
2698.79/2708.97	c   276s| 36500 | 32406 |  1942k|  53.2 |  1154M |  75 |1968 |5210 |2064 | 156k|  1 |  18k|8657 |-1.255488e+03 |      --      |    Inf |   1.29%
2699.58/2709.71	c   277s| 36600 | 32486 |  1949k|  53.2 |  1154M |  75 |1968 |5202 |2024 | 157k|  1 |  18k|8660 |-1.255488e+03 |      --      |    Inf |   1.29%
2700.28/2710.41	c   277s| 36700 | 32563 |  1954k|  53.2 |  1155M |  75 |1968 |5215 |2078 | 157k|  1 |  18k|8664 |-1.255488e+03 |      --      |    Inf |   1.29%
2700.99/2711.18	c   278s| 36800 | 32636 |  1960k|  53.2 |  1155M |  75 |1968 |5265 |2096 | 158k|  1 |  18k|8706 |-1.255488e+03 |      --      |    Inf |   1.29%
2701.78/2711.97	c   279s| 36900 | 32722 |  1968k|  53.3 |  1155M |  75 |1968 |5355 |2050 | 158k|  1 |  18k|8709 |-1.255488e+03 |      --      |    Inf |   1.29%
2702.57/2712.72	c   280s| 37000 | 32804 |  1975k|  53.3 |  1155M |  75 |1968 |5380 |2045 | 158k|  1 |  18k|8721 |-1.255488e+03 |      --      |    Inf |   1.29%
2703.17/2713.36	c   280s| 37100 | 32878 |  1980k|  53.3 |  1155M |  75 |1968 |5407 |2071 | 159k|  1 |  18k|8723 |-1.255488e+03 |      --      |    Inf |   1.29%
2703.88/2714.02	c   281s| 37200 | 32956 |  1984k|  53.3 |  1155M |  75 |1968 |5404 |2030 | 159k|  1 |  18k|8755 |-1.255488e+03 |      --      |    Inf |   1.29%
2704.57/2714.73	c   282s| 37300 | 33042 |  1991k|  53.3 |  1155M |  75 |1968 |5402 |2045 | 160k|  1 |  18k|8763 |-1.255488e+03 |      --      |    Inf |   1.29%
2705.17/2715.35	c   282s| 37400 | 33120 |  1996k|  53.3 |  1155M |  75 |1968 |5359 |2040 | 160k|  1 |  18k|8764 |-1.255488e+03 |      --      |    Inf |   1.29%
2705.76/2715.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2705.76/2715.92	c   283s| 37500 | 33201 |  2001k|  53.3 |  1155M |  75 |1968 |5351 |2046 | 160k|  1 |  18k|8773 |-1.255488e+03 |      --      |    Inf |   1.29%
2706.56/2716.72	c   284s| 37600 | 33283 |  2008k|  53.4 |  1155M |  75 |1968 |5355 |2098 | 161k|  1 |  19k|8774 |-1.255488e+03 |      --      |    Inf |   1.29%
2707.06/2717.28	c   284s| 37700 | 33363 |  2012k|  53.3 |  1155M |  75 |1968 |5343 |2007 | 161k|  1 |  19k|8781 |-1.255488e+03 |      --      |    Inf |   1.29%
2708.06/2718.25	c   285s| 37800 | 33449 |  2020k|  53.4 |  1155M |  75 |1968 |5332 |2078 | 162k|  1 |  19k|8798 |-1.255488e+03 |      --      |    Inf |   1.29%
2708.65/2718.86	c   286s| 37900 | 33525 |  2026k|  53.4 |  1156M |  75 |1968 |5378 |2059 | 162k|  2 |  19k|8820 |-1.255488e+03 |      --      |    Inf |   1.29%
2709.25/2719.40	c   286s| 38000 | 33607 |  2031k|  53.4 |  1156M |  75 |1968 |5305 |2012 | 162k|  1 |  19k|8833 |-1.255488e+03 |      --      |    Inf |   1.29%
2709.86/2720.06	c   287s| 38100 | 33686 |  2037k|  53.4 |  1157M |  75 |1968 |5286 |2004 | 163k|  1 |  19k|8846 |-1.255488e+03 |      --      |    Inf |   1.29%
2710.55/2720.77	c   288s| 38200 | 33768 |  2042k|  53.4 |  1157M |  75 |1968 |5272 |2081 | 163k|  3 |  19k|8854 |-1.255488e+03 |      --      |    Inf |   1.29%
2711.25/2721.44	c   288s| 38300 | 33856 |  2046k|  53.4 |  1157M |  75 |1968 |5252 |2096 | 163k|  1 |  19k|8871 |-1.255488e+03 |      --      |    Inf |   1.29%
2711.96/2722.19	c   289s| 38400 | 33940 |  2053k|  53.4 |  1157M |  75 |1968 |5216 |2038 | 164k|  1 |  19k|8899 |-1.255488e+03 |      --      |    Inf |   1.29%
2712.64/2722.85	c   290s| 38500 | 34030 |  2058k|  53.4 |  1157M |  75 |1968 |5143 |2036 | 164k|  1 |  19k|8905 |-1.255488e+03 |      --      |    Inf |   1.29%
2713.34/2723.52	c   290s| 38600 | 34107 |  2063k|  53.4 |  1157M |  75 |1968 |5160 |   0 | 165k|  0 |  19k|8920 |-1.255488e+03 |      --      |    Inf |   1.29%
2713.85/2724.08	c   291s| 38700 | 34193 |  2068k|  53.4 |  1157M |  75 |1968 |5134 |2110 | 165k|  1 |  19k|8939 |-1.255488e+03 |      --      |    Inf |   1.29%
2714.34/2724.53	c   291s| 38800 | 34270 |  2073k|  53.4 |  1157M |  75 |1968 |5143 |2020 | 165k|  1 |  19k|8951 |-1.255488e+03 |      --      |    Inf |   1.29%
2715.03/2725.28	c   292s| 38900 | 34354 |  2078k|  53.4 |  1157M |  75 |1968 |5098 |2067 | 166k|  1 |  19k|8960 |-1.255488e+03 |      --      |    Inf |   1.29%
2715.73/2725.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2715.73/2725.99	c   293s| 39000 | 34429 |  2083k|  53.4 |  1157M |  75 |1968 |5100 |2111 | 166k|  1 |  20k|8973 |-1.255488e+03 |      --      |    Inf |   1.29%
2716.43/2726.63	c   294s| 39100 | 34512 |  2089k|  53.4 |  1157M |  75 |1968 |5110 |2020 | 166k|  1 |  20k|8996 |-1.255488e+03 |      --      |    Inf |   1.29%
2717.13/2727.37	c   294s| 39200 | 34588 |  2093k|  53.4 |  1157M |  75 |1968 |5129 |2046 | 167k|  1 |  20k|9030 |-1.255488e+03 |      --      |    Inf |   1.29%
2717.84/2728.06	c   295s| 39300 | 34674 |  2098k|  53.4 |  1158M |  75 |1968 |5106 |   0 | 167k|  0 |  20k|9035 |-1.255488e+03 |      --      |    Inf |   1.29%
2718.42/2728.68	c   296s| 39400 | 34753 |  2104k|  53.3 |  1159M |  75 |1968 |5056 |2100 | 168k|  1 |  20k|9042 |-1.255488e+03 |      --      |    Inf |   1.29%
2719.12/2729.35	c   296s| 39500 | 34835 |  2110k|  53.4 |  1159M |  75 |1968 |5024 |1969 | 168k|  1 |  20k|9049 |-1.255488e+03 |      --      |    Inf |   1.29%
2719.83/2730.09	c   297s| 39600 | 34917 |  2114k|  53.3 |  1159M |  75 |1968 |5075 |2028 | 168k|  2 |  20k|9114 |-1.255488e+03 |      --      |    Inf |   1.29%
2720.52/2730.70	c   298s| 39700 | 35003 |  2119k|  53.3 |  1159M |  75 |1968 |5072 |2095 | 169k|  1 |  20k|9144 |-1.255488e+03 |      --      |    Inf |   1.29%
2721.12/2731.34	c   298s| 39800 | 35081 |  2124k|  53.3 |  1159M |  75 |1968 |5071 |2009 | 169k|  1 |  20k|9176 |-1.255488e+03 |      --      |    Inf |   1.29%
2721.83/2732.03	c   299s| 39900 | 35167 |  2130k|  53.3 |  1159M |  75 |1968 |5064 |2116 | 169k|  1 |  20k|9179 |-1.255488e+03 |      --      |    Inf |   1.29%
2722.61/2732.84	c   300s| 40000 | 35247 |  2137k|  53.4 |  1159M |  75 |1968 |5093 |2093 | 170k|  1 |  20k|9200 |-1.255488e+03 |      --      |    Inf |   1.29%
2723.21/2733.46	c   300s| 40100 | 35329 |  2142k|  53.4 |  1159M |  75 |1968 |5044 |2009 | 170k|  1 |  20k|9203 |-1.255488e+03 |      --      |    Inf |   1.29%
2723.82/2734.05	c   301s| 40200 | 35417 |  2147k|  53.4 |  1159M |  75 |1968 |5025 |2100 | 170k|  1 |  20k|9215 |-1.255488e+03 |      --      |    Inf |   1.29%
2724.50/2734.73	c   302s| 40300 | 35503 |  2152k|  53.4 |  1160M |  75 |1968 |4987 |2038 | 171k|  1 |  20k|9224 |-1.255488e+03 |      --      |    Inf |   1.29%
2725.00/2735.20	c   302s| 40400 | 35582 |  2157k|  53.4 |  1160M |  75 |1968 |5019 |2118 | 171k|  1 |  20k|9230 |-1.255488e+03 |      --      |    Inf |   1.29%
2725.70/2735.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2725.70/2735.93	c   303s| 40500 | 35670 |  2163k|  53.4 |  1160M |  75 |1968 |4964 |2036 | 172k|  1 |  21k|9231 |-1.255488e+03 |      --      |    Inf |   1.29%
2726.20/2736.44	c   303s| 40600 | 35756 |  2168k|  53.3 |  1161M |  75 |1968 |4929 |2044 | 172k|  1 |  21k|9237 |-1.255488e+03 |      --      |    Inf |   1.29%
2726.91/2737.19	c   304s| 40700 | 35840 |  2173k|  53.3 |  1161M |  75 |1968 |4942 |2031 | 172k|  1 |  21k|9243 |-1.255488e+03 |      --      |    Inf |   1.29%
2727.60/2737.81	c   305s| 40800 | 35910 |  2179k|  53.4 |  1161M |  75 |1968 |4978 |2036 | 173k|  1 |  21k|9251 |-1.255488e+03 |      --      |    Inf |   1.29%
2728.49/2738.71	c   306s| 40900 | 35988 |  2185k|  53.4 |  1161M |  75 |1968 |4927 |   0 | 173k|  0 |  21k|9265 |-1.255488e+03 |      --      |    Inf |   1.29%
2729.09/2739.34	c   306s| 41000 | 36074 |  2190k|  53.4 |  1161M |  75 |1968 |4910 |2050 | 173k|  1 |  21k|9275 |-1.255488e+03 |      --      |    Inf |   1.29%
2729.90/2740.17	c   307s| 41100 | 36154 |  2196k|  53.4 |  1161M |  75 |1968 |4915 |2107 | 174k|  1 |  21k|9281 |-1.255488e+03 |      --      |    Inf |   1.29%
2730.69/2740.90	c   308s| 41200 | 36230 |  2202k|  53.4 |  1161M |  75 |1968 |4913 |2062 | 174k|  3 |  21k|9304 |-1.255488e+03 |      --      |    Inf |   1.29%
2731.28/2741.50	c   308s| 41300 | 36308 |  2206k|  53.4 |  1161M |  75 |1968 |4906 |2066 | 175k|  1 |  21k|9321 |-1.255488e+03 |      --      |    Inf |   1.29%
2731.89/2742.13	c   309s| 41400 | 36386 |  2212k|  53.4 |  1161M |  75 |1968 |4901 |2058 | 175k|  1 |  21k|9324 |-1.255488e+03 |      --      |    Inf |   1.29%
2732.68/2742.96	c   310s| 41500 | 36466 |  2218k|  53.4 |  1161M |  75 |1968 |4905 |2066 | 175k|  1 |  21k|9336 |-1.255488e+03 |      --      |    Inf |   1.29%
2733.38/2743.67	c   311s| 41600 | 36541 |  2223k|  53.4 |  1161M |  75 |1968 |4932 |2038 | 176k|  1 |  21k|9363 |-1.255488e+03 |      --      |    Inf |   1.29%
2734.27/2744.58	c   311s| 41700 | 36622 |  2229k|  53.4 |  1162M |  75 |1968 |4964 |2125 | 176k|  1 |  21k|9413 |-1.255488e+03 |      --      |    Inf |   1.29%
2734.89/2745.19	c   312s| 41800 | 36705 |  2234k|  53.4 |  1162M |  75 |1968 |4931 |   0 | 177k|  0 |  21k|9417 |-1.255488e+03 |      --      |    Inf |   1.29%
2735.67/2745.92	c   313s| 41900 | 36792 |  2241k|  53.4 |  1163M |  75 |1968 |4953 |2028 | 177k|  1 |  22k|9424 |-1.255488e+03 |      --      |    Inf |   1.29%
2736.27/2746.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2736.27/2746.58	c   313s| 42000 | 36868 |  2245k|  53.4 |  1163M |  75 |1968 |4982 |2080 | 177k|  1 |  22k|9448 |-1.255488e+03 |      --      |    Inf |   1.29%
2736.88/2747.16	c   314s| 42100 | 36948 |  2250k|  53.4 |  1163M |  75 |1968 |5002 |2078 | 178k|  1 |  22k|9449 |-1.255488e+03 |      --      |    Inf |   1.29%
2737.46/2747.78	c   315s| 42200 | 37026 |  2256k|  53.4 |  1163M |  75 |1968 |5005 |1979 | 178k|  1 |  22k|9461 |-1.255488e+03 |      --      |    Inf |   1.29%
2738.06/2748.32	c   315s| 42300 | 37100 |  2261k|  53.4 |  1163M |  75 |1968 |5044 |2048 | 178k|  1 |  22k|9478 |-1.255488e+03 |      --      |    Inf |   1.29%
2738.66/2748.97	c   316s| 42400 | 37182 |  2267k|  53.4 |  1163M |  75 |1968 |5045 |2078 | 179k|  1 |  22k|9487 |-1.255488e+03 |      --      |    Inf |   1.29%
2739.36/2749.66	c   317s| 42500 | 37259 |  2273k|  53.4 |  1163M |  75 |1968 |5059 |2046 | 179k|  1 |  22k|9513 |-1.255488e+03 |      --      |    Inf |   1.29%
2739.87/2750.15	c   317s| 42600 | 37336 |  2277k|  53.4 |  1163M |  75 |1968 |5077 |2045 | 180k|  1 |  22k|9523 |-1.255488e+03 |      --      |    Inf |   1.29%
2740.55/2750.80	c   318s| 42700 | 37414 |  2282k|  53.4 |  1163M |  75 |1968 |5094 |2094 | 180k|  1 |  22k|9536 |-1.255488e+03 |      --      |    Inf |   1.29%
2741.15/2751.44	c   318s| 42800 | 37493 |  2288k|  53.4 |  1163M |  75 |1968 |5104 |2046 | 180k|  1 |  22k|9537 |-1.255488e+03 |      --      |    Inf |   1.29%
2742.05/2752.30	c   319s| 42900 | 37571 |  2294k|  53.4 |  1163M |  75 |1968 |5100 |2013 | 181k|  1 |  22k|9554 |-1.255488e+03 |      --      |    Inf |   1.29%
2742.65/2752.95	c   320s| 43000 | 37654 |  2300k|  53.5 |  1163M |  75 |1968 |5078 |   0 | 181k|  0 |  22k|9596 |-1.255488e+03 |      --      |    Inf |   1.29%
2743.25/2753.59	c   320s| 43100 | 37734 |  2306k|  53.5 |  1163M |  75 |1968 |5060 |2075 | 182k|  1 |  22k|9599 |-1.255488e+03 |      --      |    Inf |   1.29%
2743.86/2754.17	c   321s| 43200 | 37815 |  2312k|  53.5 |  1163M |  75 |1968 |5054 |1999 | 182k|  1 |  23k|9627 |-1.255488e+03 |      --      |    Inf |   1.29%
2744.44/2754.71	c   322s| 43300 | 37894 |  2316k|  53.4 |  1163M |  75 |1968 |5033 |2033 | 182k|  1 |  23k|9641 |-1.255488e+03 |      --      |    Inf |   1.29%
2745.04/2755.33	c   322s| 43400 | 37978 |  2320k|  53.4 |  1163M |  75 |1968 |5009 |2031 | 183k|  1 |  23k|9643 |-1.255488e+03 |      --      |    Inf |   1.29%
2745.64/2755.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2745.64/2755.95	c   323s| 43500 | 38057 |  2326k|  53.4 |  1163M |  75 |1968 |5016 |2088 | 183k|  1 |  23k|9651 |-1.255488e+03 |      --      |    Inf |   1.29%
2746.24/2756.56	c   323s| 43600 | 38132 |  2331k|  53.4 |  1165M |  75 |1968 |4990 |2024 | 183k|  1 |  23k|9664 |-1.255488e+03 |      --      |    Inf |   1.29%
2746.93/2757.23	c   324s| 43700 | 38205 |  2336k|  53.4 |  1166M |  75 |1968 |4984 |2048 | 184k|  1 |  23k|9676 |-1.255488e+03 |      --      |    Inf |   1.29%
2747.63/2757.94	c   325s| 43800 | 38285 |  2343k|  53.5 |  1166M |  75 |1968 |4970 |2017 | 184k|  1 |  23k|9689 |-1.255488e+03 |      --      |    Inf |   1.29%
2748.53/2758.80	c   326s| 43900 | 38363 |  2350k|  53.5 |  1166M |  75 |1968 |4990 |   0 | 184k|  0 |  23k|9728 |-1.255488e+03 |      --      |    Inf |   1.29%
2749.23/2759.57	c   326s| 44000 | 38444 |  2356k|  53.5 |  1167M |  75 |1968 |4959 |2107 | 185k|  1 |  23k|9738 |-1.255488e+03 |      --      |    Inf |   1.29%
2749.84/2760.16	c   327s| 44100 | 38529 |  2362k|  53.5 |  1167M |  75 |1968 |4965 |2134 | 185k|  6 |  23k|9758 |-1.255488e+03 |      --      |    Inf |   1.29%
2750.62/2760.92	c   328s| 44200 | 38612 |  2369k|  53.6 |  1167M |  75 |1968 |4971 |2037 | 186k|  2 |  23k|9760 |-1.255488e+03 |      --      |    Inf |   1.29%
2751.22/2761.57	c   328s| 44300 | 38690 |  2375k|  53.6 |  1167M |  75 |1968 |4937 |2028 | 186k|  1 |  23k|9761 |-1.255488e+03 |      --      |    Inf |   1.29%
2751.92/2762.29	c   329s| 44400 | 38772 |  2380k|  53.6 |  1169M |  75 |1968 |4941 |2032 | 186k|  1 |  23k|9766 |-1.255488e+03 |      --      |    Inf |   1.29%
2752.73/2763.03	c   330s| 44500 | 38852 |  2384k|  53.5 |  1170M |  75 |1968 |4937 |2087 | 187k|  1 |  23k|9768 |-1.255488e+03 |      --      |    Inf |   1.29%
2753.21/2763.53	c   330s| 44600 | 38941 |  2389k|  53.5 |  1170M |  75 |1968 |4914 |2011 | 187k|  1 |  23k|9769 |-1.255488e+03 |      --      |    Inf |   1.29%
2753.91/2764.29	c   331s| 44700 | 39029 |  2396k|  53.6 |  1170M |  75 |1968 |4910 |2069 | 188k|  1 |  24k|9769 |-1.255488e+03 |      --      |    Inf |   1.29%
2754.61/2764.93	c   332s| 44800 | 39115 |  2401k|  53.5 |  1170M |  75 |1968 |4887 |2036 | 188k|  1 |  24k|9774 |-1.255488e+03 |      --      |    Inf |   1.29%
2755.21/2765.56	c   332s| 44900 | 39194 |  2405k|  53.5 |  1170M |  75 |1968 |4877 |2084 | 188k|  1 |  24k|9780 |-1.255488e+03 |      --      |    Inf |   1.29%
2756.00/2766.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2756.00/2766.35	c   333s| 45000 | 39266 |  2412k|  53.6 |  1170M |  75 |1968 |4914 |2093 | 189k|  1 |  24k|9794 |-1.255488e+03 |      --      |    Inf |   1.29%
2756.60/2766.92	c   334s| 45100 | 39350 |  2417k|  53.6 |  1171M |  75 |1968 |4931 |1996 | 189k|  1 |  24k|9816 |-1.255488e+03 |      --      |    Inf |   1.29%
2757.30/2767.67	c   335s| 45200 | 39434 |  2424k|  53.6 |  1171M |  75 |1968 |4911 |2090 | 189k|  1 |  24k|9819 |-1.255488e+03 |      --      |    Inf |   1.29%
2757.90/2768.23	c   335s| 45300 | 39518 |  2428k|  53.6 |  1171M |  75 |1968 |4964 |2105 | 190k|  1 |  24k|9830 |-1.255488e+03 |      --      |    Inf |   1.29%
2758.50/2768.84	c   336s| 45400 | 39600 |  2433k|  53.6 |  1171M |  75 |1968 |5094 |2002 | 190k|  1 |  24k|9846 |-1.255488e+03 |      --      |    Inf |   1.29%
2759.20/2769.53	c   336s| 45500 | 39686 |  2440k|  53.6 |  1171M |  75 |1968 |5095 |2134 | 191k|  4 |  24k|9848 |-1.255488e+03 |      --      |    Inf |   1.29%
2759.81/2770.17	c   337s| 45600 | 39771 |  2445k|  53.6 |  1171M |  75 |1968 |5075 |   0 | 191k|  0 |  24k|9854 |-1.255488e+03 |      --      |    Inf |   1.29%
2760.49/2770.83	c   338s| 45700 | 39858 |  2450k|  53.6 |  1172M |  75 |1968 |5008 |2024 | 192k|  1 |  24k|9869 |-1.255488e+03 |      --      |    Inf |   1.29%
2761.19/2771.51	c   338s| 45800 | 39935 |  2457k|  53.6 |  1172M |  75 |1968 |5061 |2075 | 192k|  1 |  24k|9882 |-1.255488e+03 |      --      |    Inf |   1.29%
2761.89/2772.20	c   339s| 45900 | 40021 |  2461k|  53.6 |  1172M |  75 |1968 |5037 |2025 | 192k|  1 |  24k|9919 |-1.255488e+03 |      --      |    Inf |   1.29%
2762.39/2772.79	c   340s| 46000 | 40100 |  2466k|  53.6 |  1172M |  75 |1968 |5006 |   0 | 193k|  0 |  25k|9920 |-1.255488e+03 |      --      |    Inf |   1.29%
2763.08/2773.46	c   340s| 46100 | 40179 |  2472k|  53.6 |  1172M |  75 |1968 |5055 |2032 | 193k|  1 |  25k|9935 |-1.255488e+03 |      --      |    Inf |   1.29%
2763.88/2774.21	c   341s| 46200 | 40261 |  2478k|  53.6 |  1172M |  75 |1968 |5042 |2119 | 193k|  1 |  25k|9942 |-1.255488e+03 |      --      |    Inf |   1.29%
2764.38/2774.74	c   342s| 46300 | 40341 |  2483k|  53.6 |  1172M |  75 |1968 |5087 |2099 | 194k|  1 |  25k|9948 |-1.255488e+03 |      --      |    Inf |   1.29%
2765.18/2775.51	c   342s| 46400 | 40421 |  2488k|  53.6 |  1172M |  75 |1968 |5074 |2074 | 194k|  3 |  25k|9949 |-1.255488e+03 |      --      |    Inf |   1.29%
2765.79/2776.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2765.79/2776.14	c   343s| 46500 | 40497 |  2494k|  53.6 |  1173M |  75 |1968 |5086 |2099 | 194k|  1 |  25k|9954 |-1.255488e+03 |      --      |    Inf |   1.29%
2766.27/2776.64	c   344s| 46600 | 40568 |  2498k|  53.6 |  1173M |  75 |1968 |5016 |2036 | 195k|  1 |  25k|9957 |-1.255488e+03 |      --      |    Inf |   1.29%
2766.97/2777.31	c   344s| 46700 | 40642 |  2503k|  53.6 |  1173M |  75 |1968 |5063 |2048 | 195k|  1 |  25k|9970 |-1.255488e+03 |      --      |    Inf |   1.29%
2767.57/2777.92	c   345s| 46800 | 40724 |  2508k|  53.5 |  1173M |  75 |1968 |5055 |2027 | 195k|  1 |  25k|9978 |-1.255488e+03 |      --      |    Inf |   1.29%
2768.37/2778.79	c   346s| 46900 | 40806 |  2514k|  53.6 |  1173M |  75 |1968 |5016 |2017 | 196k|  1 |  25k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2769.06/2779.45	c   346s| 47000 | 40881 |  2519k|  53.6 |  1173M |  75 |1968 |5016 |2021 | 196k|  1 |  25k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2769.67/2780.10	c   347s| 47100 | 40969 |  2524k|  53.6 |  1174M |  75 |1968 |5036 |2079 | 197k|  1 |  25k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2770.26/2780.60	c   347s| 47200 | 41048 |  2529k|  53.5 |  1174M |  75 |1968 |5103 |2111 | 197k|  1 |  25k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2770.96/2781.30	c   348s| 47300 | 41140 |  2534k|  53.5 |  1174M |  75 |1968 |5011 |2037 | 197k|  1 |  25k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2771.56/2781.94	c   349s| 47400 | 41230 |  2539k|  53.5 |  1174M |  75 |1968 |4998 |2119 | 198k|  1 |  25k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2772.25/2782.63	c   350s| 47500 | 41314 |  2544k|  53.5 |  1174M |  75 |1968 |4949 |2036 | 198k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2772.76/2783.17	c   350s| 47600 | 41396 |  2549k|  53.5 |  1174M |  75 |1968 |4909 |2026 | 198k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2773.45/2783.84	c   351s| 47700 | 41476 |  2555k|  53.5 |  1174M |  75 |1968 |4909 |2128 | 199k|  4 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2773.95/2784.38	c   351s| 47800 | 41556 |  2559k|  53.5 |  1174M |  75 |1968 |4890 |2115 | 199k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2774.45/2784.87	c   352s| 47900 | 41640 |  2564k|  53.5 |  1174M |  75 |1968 |4858 |2022 | 200k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2775.14/2785.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2775.14/2785.55	c   352s| 48000 | 41720 |  2569k|  53.5 |  1174M |  75 |1968 |4874 |2059 | 200k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2775.84/2786.20	c   353s| 48100 | 41802 |  2575k|  53.5 |  1174M |  75 |1968 |4866 |2086 | 200k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2776.44/2786.83	c   354s| 48200 | 41891 |  2579k|  53.5 |  1174M |  75 |1968 |4802 |2049 | 201k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2777.14/2787.54	c   354s| 48300 | 41968 |  2584k|  53.5 |  1174M |  75 |1968 |4814 |2111 | 201k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2777.75/2788.19	c   355s| 48400 | 42059 |  2590k|  53.5 |  1174M |  75 |1968 |4764 |2015 | 202k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2778.53/2788.99	c   356s| 48500 | 42153 |  2596k|  53.5 |  1175M |  75 |1968 |4739 |2045 | 202k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2779.13/2789.58	c   356s| 48600 | 42239 |  2600k|  53.5 |  1175M |  75 |1968 |4732 |2098 | 202k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2779.74/2790.18	c   357s| 48700 | 42325 |  2605k|  53.4 |  1175M |  75 |1968 |4688 |2063 | 203k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2780.43/2790.84	c   358s| 48800 | 42419 |  2610k|  53.4 |  1177M |  75 |1968 |4668 |2089 | 203k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2781.03/2791.40	c   358s| 48900 | 42497 |  2616k|  53.5 |  1177M |  75 |1968 |4662 |2003 | 203k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2781.64/2792.09	c   359s| 49000 | 42580 |  2621k|  53.5 |  1177M |  75 |1968 |4688 |2038 | 204k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2782.32/2792.73	c   360s| 49100 | 42668 |  2626k|  53.4 |  1177M |  75 |1968 |4701 |2060 | 204k|  2 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2782.82/2793.21	c   360s| 49200 | 42746 |  2630k|  53.4 |  1177M |  75 |1968 |4707 |2030 | 204k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2783.82/2794.20	c   361s| 49300 | 42832 |  2637k|  53.4 |  1177M |  75 |1968 |4698 |2068 | 205k|  1 |  26k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2784.22/2794.62	c   362s| 49400 | 42914 |  2641k|  53.4 |  1177M |  75 |1968 |4708 |2005 | 205k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2784.63/2795.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2784.63/2795.09	c   362s| 49500 | 42998 |  2645k|  53.4 |  1177M |  75 |1968 |4676 |2014 | 205k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2785.21/2795.65	c   363s| 49600 | 43089 |  2650k|  53.4 |  1178M |  75 |1968 |4630 |2010 | 206k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2785.91/2796.34	c   363s| 49700 | 43176 |  2656k|  53.4 |  1178M |  75 |1968 |4617 |2010 | 206k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2786.62/2797.03	c   364s| 49800 | 43265 |  2663k|  53.4 |  1178M |  75 |1968 |4629 |2006 | 207k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2787.41/2797.86	c   365s| 49900 | 43349 |  2669k|  53.5 |  1179M |  75 |1968 |4638 |2094 | 207k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2788.00/2798.42	c   365s| 50000 | 43432 |  2675k|  53.5 |  1179M |  75 |1968 |4675 |2045 | 207k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2788.62/2799.10	c   366s| 50100 | 43521 |  2680k|  53.5 |  1179M |  75 |1968 |4618 |2061 | 208k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2789.30/2799.71	c   367s| 50200 | 43600 |  2685k|  53.4 |  1179M |  75 |1968 |4627 |2078 | 208k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2790.10/2800.55	c   367s| 50300 | 43694 |  2693k|  53.5 |  1180M |  75 |1968 |4577 |2033 | 208k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2791.09/2801.50	c   368s| 50400 | 43786 |  2700k|  53.5 |  1180M |  75 |1968 |4559 |2139 | 209k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2791.61/2802.05	c   369s| 50500 | 43875 |  2705k|  53.5 |  1180M |  75 |1968 |4536 |2077 | 209k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2792.39/2802.85	c   370s| 50600 | 43959 |  2712k|  53.6 |  1180M |  75 |1968 |4545 |2170 | 210k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2793.19/2803.68	c   371s| 50700 | 44043 |  2721k|  53.6 |  1180M |  75 |1968 |4531 |2053 | 210k|  4 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2794.09/2804.50	c   371s| 50800 | 44125 |  2727k|  53.7 |  1181M |  75 |1968 |4557 |2038 | 211k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2794.88/2805.39	c   372s| 50900 | 44204 |  2733k|  53.7 |  1181M |  75 |1968 |4567 |   0 | 211k|  0 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2795.59/2806.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2795.59/2806.07	c   373s| 51000 | 44292 |  2739k|  53.7 |  1181M |  75 |1968 |4586 |   0 | 212k|  0 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2796.18/2806.69	c   374s| 51100 | 44376 |  2743k|  53.6 |  1181M |  75 |1968 |4611 |2049 | 212k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2797.08/2807.51	c   374s| 51200 | 44462 |  2750k|  53.7 |  1181M |  75 |1968 |4601 |2114 | 212k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2797.87/2808.37	c   375s| 51300 | 44550 |  2756k|  53.7 |  1182M |  75 |1968 |4584 |   0 | 213k|  0 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2798.37/2808.83	c   376s| 51400 | 44634 |  2760k|  53.7 |  1182M |  75 |1968 |4589 |2103 | 213k|  1 |  27k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2798.97/2809.40	c   376s| 51500 | 44720 |  2763k|  53.6 |  1182M |  75 |1968 |4671 |1996 | 213k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2799.47/2809.99	c   377s| 51600 | 44812 |  2767k|  53.6 |  1182M |  75 |1968 |4648 |2053 | 214k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2800.17/2810.63	c   378s| 51700 | 44902 |  2772k|  53.6 |  1182M |  75 |1968 |4607 |1991 | 214k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2800.68/2811.14	c   378s| 51800 | 44992 |  2776k|  53.6 |  1182M |  75 |1968 |4583 |2062 | 214k|  2 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2801.26/2811.74	c   379s| 51900 | 45080 |  2781k|  53.5 |  1182M |  75 |1968 |4616 |2097 | 215k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2801.86/2812.38	c   379s| 52000 | 45170 |  2786k|  53.5 |  1183M |  75 |1968 |4617 |2068 | 215k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2802.46/2812.95	c   380s| 52100 | 45260 |  2791k|  53.5 |  1183M |  75 |1968 |4616 |2067 | 215k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2803.16/2813.67	c   381s| 52200 | 45350 |  2796k|  53.5 |  1183M |  75 |1968 |4600 |2017 | 216k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2803.85/2814.36	c   381s| 52300 | 45442 |  2802k|  53.5 |  1184M |  75 |1968 |4577 |2128 | 216k|  3 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2804.45/2814.96	c   382s| 52400 | 45530 |  2807k|  53.5 |  1185M |  75 |1968 |4560 |2035 | 217k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2805.45/2815.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2805.45/2815.96	c   383s| 52500 | 45615 |  2815k|  53.6 |  1185M |  75 |1968 |4686 |2074 | 217k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2806.15/2816.62	c   384s| 52600 | 45707 |  2821k|  53.6 |  1185M |  75 |1968 |4676 |2102 | 217k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2806.74/2817.21	c   384s| 52700 | 45793 |  2826k|  53.6 |  1185M |  75 |1968 |4755 |2088 | 218k|  3 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2807.44/2817.93	c   385s| 52800 | 45884 |  2832k|  53.6 |  1185M |  75 |1968 |4690 |2000 | 218k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2807.94/2818.44	c   385s| 52900 | 45972 |  2837k|  53.6 |  1185M |  75 |1968 |4655 |2034 | 219k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2808.55/2819.07	c   386s| 53000 | 46055 |  2841k|  53.6 |  1185M |  75 |1968 |4642 |2049 | 219k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2809.34/2819.81	c   387s| 53100 | 46149 |  2847k|  53.6 |  1186M |  75 |1968 |4617 |2102 | 219k|  1 |  28k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2810.03/2820.52	c   387s| 53200 | 46232 |  2852k|  53.6 |  1187M |  75 |1968 |4601 |2083 | 220k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2810.65/2821.19	c   388s| 53300 | 46320 |  2858k|  53.6 |  1187M |  75 |1968 |4607 |2060 | 220k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2811.23/2821.76	c   389s| 53400 | 46402 |  2863k|  53.6 |  1187M |  75 |1968 |4606 |2013 | 220k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2811.93/2822.46	c   389s| 53500 | 46488 |  2869k|  53.6 |  1187M |  75 |1968 |4621 |2041 | 221k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2812.73/2823.25	c   390s| 53600 | 46578 |  2875k|  53.6 |  1187M |  75 |1968 |4613 |2094 | 221k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2813.22/2823.76	c   391s| 53700 | 46662 |  2880k|  53.6 |  1187M |  75 |1968 |4557 |2064 | 222k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2814.02/2824.52	c   391s| 53800 | 46748 |  2886k|  53.6 |  1187M |  75 |1968 |4534 |2069 | 222k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2814.63/2825.17	c   392s| 53900 | 46834 |  2890k|  53.6 |  1187M |  75 |1968 |4511 |2000 | 222k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2815.32/2825.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2815.32/2825.80	c   393s| 54000 | 46924 |  2896k|  53.6 |  1187M |  75 |1968 |4508 |2012 | 223k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2815.92/2826.42	c   393s| 54100 | 47012 |  2901k|  53.6 |  1187M |  75 |1968 |4494 |2087 | 223k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2816.63/2827.14	c   394s| 54200 | 47096 |  2905k|  53.6 |  1187M |  75 |1968 |4476 |2035 | 224k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2817.41/2827.90	c   395s| 54300 | 47186 |  2910k|  53.6 |  1187M |  75 |1968 |4505 |   0 | 224k|  0 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2818.31/2828.83	c   396s| 54400 | 47282 |  2917k|  53.6 |  1188M |  75 |1968 |4482 |2051 | 224k|  2 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2819.11/2829.69	c   397s| 54500 | 47372 |  2924k|  53.6 |  1188M |  75 |1968 |4485 |2116 | 225k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2819.90/2830.44	c   397s| 54600 | 47466 |  2929k|  53.6 |  1189M |  75 |1968 |4439 |2036 | 225k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2820.70/2831.24	c   398s| 54700 | 47551 |  2934k|  53.6 |  1189M |  75 |1968 |4449 |2119 | 226k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2821.51/2832.07	c   399s| 54800 | 47643 |  2940k|  53.6 |  1189M |  75 |1968 |4448 |2023 | 226k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2822.30/2832.87	c   400s| 54900 | 47726 |  2946k|  53.6 |  1190M |  75 |1968 |4452 |2021 | 226k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2823.00/2833.53	c   400s| 55000 | 47812 |  2950k|  53.6 |  1190M |  75 |1968 |4467 |2063 | 227k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2823.61/2834.11	c   401s| 55100 | 47898 |  2956k|  53.6 |  1190M |  75 |1968 |4450 |2026 | 227k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2824.19/2834.75	c   402s| 55200 | 47986 |  2961k|  53.6 |  1190M |  75 |1968 |4467 |2085 | 228k|  1 |  29k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2824.89/2835.41	c   402s| 55300 | 48074 |  2967k|  53.6 |  1190M |  75 |1968 |4507 |1998 | 228k|  1 |  30k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2825.39/2835.98	c   403s| 55400 | 48162 |  2971k|  53.6 |  1190M |  75 |1968 |4551 |2060 | 228k|  1 |  30k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2826.09/2836.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2826.09/2836.66	c   404s| 55500 | 48250 |  2976k|  53.6 |  1190M |  75 |1968 |4598 |2121 | 228k|  1 |  30k|  10k|-1.255488e+03 |      --      |    Inf |   1.29%
2826.78/2837.39	c   404s| 55600 | 48339 |  2981k|  53.6 |  1190M |  75 |1968 |4611 |2028 | 229k|  1 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2827.38/2837.99	c   405s| 55700 | 48428 |  2987k|  53.6 |  1190M |  75 |1968 |4638 |2074 | 229k|  1 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2828.18/2838.71	c   406s| 55800 | 48514 |  2992k|  53.6 |  1190M |  75 |1968 |4642 |2062 | 230k|  1 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2828.68/2839.20	c   406s| 55900 | 48600 |  2997k|  53.6 |  1191M |  75 |1968 |4656 |   0 | 230k|  0 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2829.38/2839.91	c   407s| 56000 | 48688 |  3002k|  53.6 |  1191M |  75 |1968 |4592 |2001 | 230k|  1 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2829.97/2840.51	c   407s| 56100 | 48780 |  3008k|  53.6 |  1191M |  75 |1968 |4580 |2093 | 231k|  1 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2830.59/2841.11	c   408s| 56200 | 48870 |  3012k|  53.6 |  1191M |  75 |1968 |4669 |1977 | 231k|  1 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2831.48/2842.03	c   409s| 56300 | 48961 |  3018k|  53.6 |  1192M |  75 |1968 |4650 |2097 | 231k|  1 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2832.07/2842.61	c   410s| 56400 | 49048 |  3023k|  53.6 |  1194M |  75 |1968 |4656 |2049 | 232k|  1 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2832.58/2843.15	c   410s| 56500 | 49135 |  3027k|  53.5 |  1194M |  75 |1968 |4667 |2033 | 232k|  1 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2833.58/2844.13	c   411s| 56600 | 49221 |  3035k|  53.6 |  1194M |  75 |1968 |4643 |2125 | 233k|  1 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2834.36/2844.90	c   412s| 56700 | 49301 |  3041k|  53.6 |  1194M |  75 |1968 |4642 |   0 | 233k|  0 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2835.26/2845.81	c   413s| 56800 | 49392 |  3048k|  53.6 |  1195M |  75 |1968 |4578 |2049 | 234k|  1 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2835.86/2846.45	c   413s| 56900 | 49479 |  3054k|  53.6 |  1195M |  75 |1968 |4552 |2071 | 234k|  4 |  30k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2836.85/2847.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2836.85/2847.41	c   414s| 57000 | 49569 |  3062k|  53.7 |  1195M |  75 |1968 |4538 |2092 | 234k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2837.56/2848.13	c   415s| 57100 | 49653 |  3067k|  53.7 |  1195M |  75 |1968 |4503 |2026 | 235k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2838.25/2848.87	c   416s| 57200 | 49734 |  3074k|  53.7 |  1195M |  75 |1968 |4512 |2031 | 235k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2838.95/2849.52	c   416s| 57300 | 49826 |  3079k|  53.7 |  1195M |  75 |1968 |4520 |2099 | 235k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2839.64/2850.20	c   417s| 57400 | 49914 |  3085k|  53.7 |  1195M |  75 |1968 |4541 |2037 | 236k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2840.46/2851.02	c   418s| 57500 | 49996 |  3090k|  53.7 |  1195M |  75 |1968 |4588 |2051 | 236k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2841.14/2851.77	c   419s| 57600 | 50079 |  3096k|  53.7 |  1195M |  75 |1968 |4605 |   0 | 237k|  0 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2841.84/2852.44	c   419s| 57700 | 50161 |  3100k|  53.7 |  1195M |  75 |1968 |4635 |2080 | 237k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2842.45/2853.04	c   420s| 57800 | 50248 |  3105k|  53.7 |  1196M |  75 |1968 |4605 |2071 | 237k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2843.03/2853.69	c   421s| 57900 | 50334 |  3111k|  53.7 |  1196M |  75 |1968 |4597 |2026 | 238k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2843.73/2854.34	c   421s| 58000 | 50422 |  3117k|  53.7 |  1196M |  75 |1968 |4597 |2053 | 238k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2844.73/2855.32	c   422s| 58100 | 50516 |  3124k|  53.7 |  1196M |  75 |1968 |4585 |1988 | 239k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2845.44/2856.09	c   423s| 58200 | 50602 |  3131k|  53.8 |  1196M |  75 |1968 |4572 |2062 | 239k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2846.32/2856.95	c   424s| 58300 | 50687 |  3137k|  53.8 |  1196M |  75 |1968 |4546 |2011 | 239k|  2 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2847.22/2857.80	c   425s| 58400 | 50781 |  3143k|  53.8 |  1197M |  75 |1968 |4525 |2086 | 240k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2847.92/2858.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2847.92/2858.54	c   425s| 58500 | 50868 |  3149k|  53.8 |  1197M |  75 |1968 |4458 |2024 | 240k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2848.53/2859.14	c   426s| 58600 | 50950 |  3155k|  53.8 |  1197M |  75 |1968 |4484 |   0 | 241k|  0 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2849.43/2860.07	c   427s| 58700 | 51036 |  3162k|  53.8 |  1197M |  75 |1968 |4498 |1998 | 241k|  1 |  31k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2850.11/2860.70	c   428s| 58800 | 51116 |  3167k|  53.8 |  1198M |  75 |1968 |4529 |2035 | 241k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2850.81/2861.46	c   428s| 58900 | 51206 |  3172k|  53.8 |  1199M |  75 |1968 |4539 |2114 | 242k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2851.61/2862.29	c   429s| 59000 | 51289 |  3177k|  53.8 |  1199M |  75 |1968 |4526 |2025 | 242k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2852.42/2863.02	c   430s| 59100 | 51367 |  3182k|  53.8 |  1199M |  75 |1968 |4593 |2048 | 242k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2853.00/2863.63	c   431s| 59200 | 51455 |  3188k|  53.8 |  1199M |  75 |1968 |4561 |2013 | 243k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2853.60/2864.24	c   431s| 59300 | 51549 |  3192k|  53.8 |  1200M |  75 |1968 |4581 |2020 | 243k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2854.41/2865.03	c   432s| 59400 | 51627 |  3198k|  53.8 |  1201M |  75 |1968 |4607 |2064 | 244k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2855.00/2865.69	c   433s| 59500 | 51707 |  3205k|  53.8 |  1201M |  75 |1968 |4599 |2020 | 244k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2855.80/2866.46	c   433s| 59600 | 51795 |  3211k|  53.8 |  1201M |  75 |1968 |4608 |2071 | 244k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2856.51/2867.15	c   434s| 59700 | 51879 |  3217k|  53.9 |  1201M |  75 |1968 |4671 |2094 | 245k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2857.29/2867.97	c   435s| 59800 | 51965 |  3225k|  53.9 |  1201M |  75 |1968 |4677 |2061 | 245k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2857.79/2868.48	c   435s| 59900 | 52051 |  3230k|  53.9 |  1201M |  75 |1968 |4726 |2081 | 245k|  2 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2858.59/2869.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2858.59/2869.22	c   436s| 60000 | 52134 |  3238k|  53.9 |  1201M |  75 |1968 |4726 |2032 | 246k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2859.19/2869.86	c   437s| 60100 | 52212 |  3243k|  53.9 |  1201M |  75 |1968 |4820 |2049 | 246k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2859.78/2870.42	c   437s| 60200 | 52302 |  3249k|  53.9 |  1201M |  75 |1968 |4798 |2064 | 246k|  1 |  32k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2860.39/2871.08	c   438s| 60300 | 52385 |  3254k|  53.9 |  1201M |  75 |1968 |4791 |2017 | 247k|  1 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2860.98/2871.67	c   439s| 60400 | 52471 |  3258k|  53.9 |  1201M |  75 |1968 |4806 |2069 | 247k|  1 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2861.58/2872.26	c   439s| 60500 | 52549 |  3263k|  53.9 |  1201M |  75 |1968 |4927 |2016 | 248k|  1 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2862.49/2873.19	c   440s| 60600 | 52637 |  3268k|  53.9 |  1201M |  75 |1968 |4946 |2030 | 248k|  1 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2863.27/2873.94	c   441s| 60700 | 52726 |  3274k|  53.9 |  1202M |  75 |1968 |4888 |2003 | 248k|  1 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2863.87/2874.58	c   441s| 60800 | 52820 |  3279k|  53.9 |  1203M |  75 |1968 |4817 |2056 | 249k|  1 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2864.77/2875.43	c   442s| 60900 | 52912 |  3285k|  53.9 |  1204M |  75 |1968 |4748 |2014 | 249k|  1 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2865.86/2876.57	c   443s| 61000 | 53003 |  3293k|  54.0 |  1204M |  75 |1968 |4768 |2091 | 250k|  1 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2866.37/2877.03	c   444s| 61100 | 53095 |  3298k|  53.9 |  1204M |  75 |1968 |4715 |2029 | 250k|  2 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2866.96/2877.69	c   445s| 61200 | 53183 |  3303k|  53.9 |  1204M |  75 |1968 |4705 |   0 | 250k|  0 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2867.66/2878.36	c   445s| 61300 | 53267 |  3309k|  54.0 |  1204M |  75 |1968 |4692 |2021 | 251k|  3 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2868.37/2879.04	c   446s| 61400 | 53359 |  3315k|  54.0 |  1204M |  75 |1968 |4676 |2039 | 251k|  1 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2869.15/2879.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2869.15/2879.87	c   447s| 61500 | 53451 |  3322k|  54.0 |  1204M |  75 |1968 |4661 |2116 | 252k|  1 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2869.75/2880.40	c   447s| 61600 | 53541 |  3327k|  54.0 |  1204M |  75 |1968 |4641 |2027 | 252k|  1 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2870.36/2881.07	c   448s| 61700 | 53631 |  3332k|  54.0 |  1204M |  75 |1968 |4630 |2079 | 252k|  1 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2870.85/2881.59	c   448s| 61800 | 53725 |  3336k|  53.9 |  1205M |  75 |1968 |4597 |1998 | 253k|  1 |  33k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2871.55/2882.29	c   449s| 61900 | 53803 |  3341k|  54.0 |  1205M |  75 |1968 |4660 |2063 | 253k|  1 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2872.14/2882.80	c   450s| 62000 | 53891 |  3347k|  53.9 |  1205M |  75 |1968 |4634 |2020 | 253k|  1 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2872.64/2883.37	c   450s| 62100 | 53979 |  3351k|  53.9 |  1206M |  75 |1968 |4658 |2038 | 254k|  1 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2873.24/2884.00	c   451s| 62200 | 54061 |  3356k|  53.9 |  1206M |  75 |1968 |4683 |2098 | 254k|  2 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2873.74/2884.47	c   451s| 62300 | 54147 |  3360k|  53.9 |  1206M |  75 |1968 |4709 |2035 | 254k|  1 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2874.24/2884.96	c   452s| 62400 | 54235 |  3364k|  53.9 |  1206M |  75 |1968 |4691 |2056 | 255k|  1 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2875.03/2885.77	c   453s| 62500 | 54325 |  3370k|  53.9 |  1206M |  75 |1968 |4670 |2018 | 255k|  1 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2875.73/2886.44	c   453s| 62600 | 54411 |  3375k|  53.9 |  1206M |  75 |1968 |4675 |2064 | 255k|  1 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2876.44/2887.15	c   454s| 62700 | 54493 |  3381k|  53.9 |  1207M |  75 |1968 |4676 |   0 | 256k|  0 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2877.03/2887.70	c   455s| 62800 | 54581 |  3385k|  53.9 |  1207M |  75 |1968 |4671 |   0 | 256k|  0 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2877.63/2888.31	c   455s| 62900 | 54673 |  3390k|  53.9 |  1207M |  75 |1968 |4654 |2016 | 256k|  1 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2878.44/2889.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2878.44/2889.14	c   456s| 63000 | 54758 |  3396k|  53.9 |  1208M |  75 |1968 |4690 |2110 | 257k|  1 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2879.12/2889.82	c   457s| 63100 | 54846 |  3402k|  53.9 |  1208M |  75 |1968 |4659 |   0 | 257k|  0 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2879.92/2890.61	c   458s| 63200 | 54930 |  3408k|  53.9 |  1208M |  75 |1968 |4668 |2118 | 258k|  1 |  34k|  11k|-1.255488e+03 |      --      |    Inf |   1.29%
2880.52/2891.21	c   458s| 63300 | 55002 |  3413k|  53.9 |  1208M |  75 |1968 |4681 |1979 | 258k|  1 |  34k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2881.02/2891.75	c   459s| 63400 | 55088 |  3418k|  53.9 |  1208M |  75 |1968 |4654 |2064 | 258k|  1 |  34k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2881.61/2892.34	c   459s| 63500 | 55168 |  3423k|  53.9 |  1208M |  75 |1968 |4665 |2020 | 259k|  1 |  34k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2882.42/2893.16	c   460s| 63600 | 55255 |  3428k|  53.9 |  1208M |  75 |1968 |4632 |1994 | 259k|  1 |  34k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2883.21/2893.95	c   461s| 63700 | 55332 |  3433k|  53.9 |  1208M |  75 |1968 |4646 |2074 | 260k|  1 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2883.91/2894.61	c   462s| 63800 | 55418 |  3439k|  53.9 |  1208M |  75 |1968 |4648 |2047 | 260k|  2 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2884.61/2895.35	c   462s| 63900 | 55498 |  3445k|  53.9 |  1208M |  75 |1968 |4667 |2066 | 260k|  1 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2885.20/2895.99	c   463s| 64000 | 55568 |  3449k|  53.9 |  1208M |  75 |1968 |4718 |   0 | 261k|  0 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2886.00/2896.73	c   464s| 64100 | 55657 |  3454k|  53.9 |  1208M |  75 |1968 |4717 |2087 | 261k|  1 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2886.50/2897.23	c   464s| 64200 | 55736 |  3458k|  53.8 |  1208M |  75 |1968 |4732 |2040 | 261k|  1 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2887.80/2898.51	c   465s| 64300 | 55818 |  3463k|  53.8 |  1209M |  75 |1968 |4754 |2105 | 262k|  1 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2888.59/2899.37	c   466s| 64400 | 55900 |  3468k|  53.8 |  1209M |  75 |1968 |4746 |2017 | 262k|  1 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2889.19/2899.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2889.19/2899.94	c   467s| 64500 | 55986 |  3474k|  53.8 |  1209M |  75 |1968 |4746 |2086 | 263k|  3 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2889.79/2900.55	c   467s| 64600 | 56071 |  3479k|  53.8 |  1209M |  75 |1968 |4732 |2024 | 263k|  1 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2890.69/2901.43	c   468s| 64700 | 56154 |  3486k|  53.9 |  1209M |  75 |1968 |4725 |1980 | 263k|  1 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2891.40/2902.13	c   469s| 64800 | 56237 |  3491k|  53.8 |  1210M |  75 |1968 |4711 |1980 | 264k|  1 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2891.98/2902.74	c   470s| 64900 | 56316 |  3496k|  53.8 |  1210M |  75 |1968 |4703 |2035 | 264k|  1 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2892.48/2903.23	c   470s| 65000 | 56401 |  3500k|  53.8 |  1210M |  75 |1968 |4693 |2032 | 264k|  1 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2893.39/2904.13	c   471s| 65100 | 56481 |  3506k|  53.8 |  1211M |  75 |1968 |4721 |2088 | 265k|  1 |  35k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2894.18/2904.95	c   472s| 65200 | 56560 |  3512k|  53.8 |  1211M |  75 |1968 |4779 |2034 | 265k|  1 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2895.17/2905.93	c   473s| 65300 | 56644 |  3521k|  53.9 |  1211M |  75 |1968 |4784 |   0 | 266k|  0 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2895.67/2906.48	c   473s| 65400 | 56726 |  3525k|  53.9 |  1211M |  75 |1968 |4773 |1994 | 266k|  1 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2896.28/2907.09	c   474s| 65500 | 56814 |  3531k|  53.9 |  1212M |  75 |1968 |4749 |2011 | 266k|  1 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2897.07/2907.85	c   475s| 65600 | 56898 |  3536k|  53.9 |  1212M |  75 |1968 |4766 |2063 | 267k|  1 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2898.06/2908.87	c   476s| 65700 | 56980 |  3543k|  53.9 |  1213M |  75 |1968 |4825 |2089 | 267k|  1 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2899.06/2909.80	c   477s| 65800 | 57068 |  3550k|  53.9 |  1215M |  75 |1968 |4795 |1997 | 267k|  1 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2899.76/2910.52	c   477s| 65900 | 57157 |  3556k|  53.9 |  1215M |  75 |1968 |4778 |2037 | 268k|  1 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2900.66/2911.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2900.66/2911.47	c   478s| 66000 | 57246 |  3564k|  54.0 |  1215M |  75 |1968 |4784 |2087 | 268k|  1 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2901.55/2912.31	c   479s| 66100 | 57322 |  3571k|  54.0 |  1215M |  75 |1968 |4775 |2078 | 269k|  1 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2902.05/2912.83	c   480s| 66200 | 57412 |  3575k|  54.0 |  1215M |  75 |1968 |4750 |2075 | 269k|  2 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2902.75/2913.53	c   480s| 66300 | 57496 |  3582k|  54.0 |  1215M |  75 |1968 |4745 |2010 | 270k|  1 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2903.26/2914.01	c   481s| 66400 | 57580 |  3588k|  54.0 |  1215M |  75 |1968 |4704 |2053 | 270k|  1 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2904.05/2914.87	c   482s| 66500 | 57664 |  3594k|  54.0 |  1215M |  75 |1968 |4820 |2008 | 270k|  1 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2904.74/2915.54	c   482s| 66600 | 57750 |  3600k|  54.0 |  1215M |  75 |1968 |4842 |2061 | 271k|  1 |  36k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2905.26/2916.09	c   483s| 66700 | 57832 |  3605k|  54.0 |  1215M |  75 |1968 |4888 |2087 | 271k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2906.04/2916.81	c   484s| 66800 | 57918 |  3611k|  54.0 |  1216M |  75 |1968 |4860 |2052 | 272k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2906.54/2917.32	c   484s| 66900 | 58006 |  3615k|  54.0 |  1216M |  75 |1968 |4875 |2088 | 272k|  0 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2907.04/2917.86	c   485s| 67000 | 58088 |  3620k|  54.0 |  1216M |  75 |1968 |4861 |2002 | 272k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2907.64/2918.47	c   485s| 67100 | 58180 |  3625k|  54.0 |  1216M |  75 |1968 |4825 |2066 | 273k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2908.43/2919.27	c   486s| 67200 | 58264 |  3632k|  54.0 |  1216M |  75 |1968 |4835 |2097 | 273k|  2 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2908.93/2919.74	c   487s| 67300 | 58349 |  3638k|  54.0 |  1216M |  75 |1968 |4827 |2054 | 273k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2909.63/2920.43	c   487s| 67400 | 58437 |  3644k|  54.0 |  1216M |  75 |1968 |4805 |2099 | 274k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2910.24/2921.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2910.24/2921.03	c   488s| 67500 | 58527 |  3649k|  54.0 |  1216M |  75 |1968 |4740 |2031 | 274k|  2 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2910.83/2921.60	c   488s| 67600 | 58606 |  3655k|  54.0 |  1216M |  75 |1968 |4714 |2037 | 275k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2911.34/2922.16	c   489s| 67700 | 58694 |  3660k|  54.0 |  1216M |  75 |1968 |4703 |2049 | 275k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2912.23/2923.02	c   490s| 67800 | 58781 |  3667k|  54.1 |  1217M |  75 |1968 |4675 |2042 | 275k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2912.92/2923.73	c   491s| 67900 | 58866 |  3672k|  54.1 |  1217M |  75 |1968 |4704 |2007 | 276k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2913.92/2924.77	c   492s| 68000 | 58962 |  3680k|  54.1 |  1218M |  75 |1968 |4679 |2075 | 276k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2914.52/2925.37	c   492s| 68100 | 59045 |  3685k|  54.1 |  1219M |  75 |1968 |4676 |2007 | 277k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2915.11/2925.94	c   493s| 68200 | 59129 |  3690k|  54.1 |  1219M |  75 |1968 |4754 |2098 | 277k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2915.71/2926.59	c   493s| 68300 | 59209 |  3696k|  54.1 |  1219M |  75 |1968 |4787 |2107 | 277k|  1 |  37k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2916.22/2927.05	c   494s| 68400 | 59301 |  3700k|  54.1 |  1219M |  75 |1968 |4748 |1997 | 278k|  1 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2916.81/2927.66	c   495s| 68500 | 59382 |  3705k|  54.1 |  1219M |  75 |1968 |4792 |2047 | 278k|  1 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2917.40/2928.21	c   495s| 68600 | 59463 |  3710k|  54.1 |  1219M |  75 |1968 |4816 |2041 | 278k|  1 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2918.00/2928.84	c   496s| 68700 | 59551 |  3715k|  54.1 |  1219M |  75 |1968 |4825 |2055 | 279k|  1 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2918.70/2929.51	c   496s| 68800 | 59635 |  3721k|  54.1 |  1219M |  75 |1968 |4852 |2036 | 279k|  1 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2919.60/2930.48	c   497s| 68900 | 59718 |  3730k|  54.1 |  1219M |  75 |1968 |4841 |2112 | 280k|  2 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2920.10/2930.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2920.10/2930.97	c   498s| 69000 | 59809 |  3735k|  54.1 |  1219M |  75 |1968 |4880 |2083 | 280k|  1 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2920.69/2931.57	c   498s| 69100 | 59897 |  3739k|  54.1 |  1219M |  75 |1968 |4925 |2019 | 280k|  1 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2921.59/2932.43	c   499s| 69200 | 59980 |  3747k|  54.1 |  1219M |  75 |1968 |4984 |2021 | 280k|  1 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2922.49/2933.33	c   500s| 69300 | 60065 |  3752k|  54.1 |  1222M |  75 |1968 |4971 |2040 | 281k|  1 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2922.99/2933.88	c   501s| 69400 | 60152 |  3757k|  54.1 |  1222M |  75 |1968 |4962 |2042 | 281k|  1 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2923.69/2934.50	c   501s| 69500 | 60239 |  3762k|  54.1 |  1223M |  75 |1968 |4937 |2008 | 282k|  2 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2924.20/2935.03	c   502s| 69600 | 60329 |  3767k|  54.1 |  1223M |  75 |1968 |4941 |2036 | 282k|  1 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2925.19/2936.09	c   503s| 69700 | 60419 |  3774k|  54.1 |  1223M |  75 |1968 |4967 |2090 | 282k|  1 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2925.88/2936.76	c   504s| 69800 | 60503 |  3780k|  54.1 |  1223M |  75 |1968 |4978 |2099 | 283k|  4 |  38k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2926.68/2937.50	c   504s| 69900 | 60593 |  3786k|  54.1 |  1224M |  75 |1968 |4972 |2077 | 283k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2927.29/2938.14	c   505s| 70000 | 60678 |  3791k|  54.1 |  1224M |  75 |1968 |4945 |2013 | 283k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2928.07/2938.93	c   506s| 70100 | 60768 |  3797k|  54.1 |  1225M |  75 |1968 |4940 |2061 | 284k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2928.87/2939.75	c   507s| 70200 | 60848 |  3802k|  54.1 |  1225M |  75 |1968 |4919 |1993 | 284k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2929.37/2940.28	c   507s| 70300 | 60934 |  3807k|  54.1 |  1225M |  75 |1968 |4889 |   0 | 285k|  0 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2930.18/2941.06	c   508s| 70400 | 61025 |  3811k|  54.1 |  1225M |  75 |1968 |4853 |2041 | 285k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2931.06/2941.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2931.06/2941.94	c   509s| 70500 | 61110 |  3818k|  54.1 |  1225M |  75 |1968 |4865 |2035 | 285k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2931.86/2942.78	c   510s| 70600 | 61198 |  3825k|  54.1 |  1225M |  75 |1968 |4847 |2027 | 286k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2932.46/2943.33	c   510s| 70700 | 61287 |  3830k|  54.1 |  1225M |  75 |1968 |4889 |2018 | 286k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2933.06/2943.94	c   511s| 70800 | 61374 |  3835k|  54.1 |  1225M |  75 |1968 |4871 |1989 | 286k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2933.65/2944.59	c   511s| 70900 | 61460 |  3840k|  54.1 |  1225M |  75 |1968 |4877 |2057 | 287k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2934.45/2945.36	c   512s| 71000 | 61544 |  3846k|  54.1 |  1225M |  75 |1968 |4894 |2067 | 287k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2935.16/2946.05	c   513s| 71100 | 61632 |  3852k|  54.2 |  1225M |  75 |1968 |4857 |2052 | 288k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2935.85/2946.78	c   514s| 71200 | 61728 |  3860k|  54.2 |  1226M |  75 |1968 |4838 |2143 | 288k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2936.45/2947.36	c   514s| 71300 | 61822 |  3865k|  54.2 |  1226M |  75 |1968 |4804 |2007 | 288k|  2 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2936.94/2947.89	c   515s| 71400 | 61906 |  3869k|  54.2 |  1226M |  75 |1968 |4836 |2064 | 289k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2937.74/2948.60	c   515s| 71500 | 61992 |  3875k|  54.2 |  1226M |  75 |1968 |4836 |2100 | 289k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2938.44/2949.31	c   516s| 71600 | 62082 |  3881k|  54.2 |  1227M |  75 |1968 |4797 |2047 | 289k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2938.94/2949.89	c   517s| 71700 | 62168 |  3886k|  54.2 |  1228M |  75 |1968 |4830 |2079 | 290k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2939.54/2950.42	c   517s| 71800 | 62256 |  3892k|  54.2 |  1228M |  75 |1968 |4820 |2054 | 290k|  1 |  39k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2940.33/2951.26	c   518s| 71900 | 62344 |  3898k|  54.2 |  1228M |  75 |1968 |4830 |2045 | 290k|  1 |  40k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2940.83/2951.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2940.83/2951.77	c   519s| 72000 | 62428 |  3902k|  54.2 |  1228M |  75 |1968 |4833 |2017 | 291k|  2 |  40k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2941.33/2952.28	c   519s| 72100 | 62514 |  3907k|  54.2 |  1228M |  75 |1968 |4865 |2014 | 291k|  1 |  40k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2941.93/2952.89	c   520s| 72200 | 62601 |  3913k|  54.2 |  1228M |  75 |1968 |4907 |2022 | 291k|  1 |  40k|  12k|-1.255488e+03 |      --      |    Inf |   1.29%
2942.63/2953.54	c   520s| 72300 | 62681 |  3919k|  54.2 |  1229M |  75 |1968 |4926 |2031 | 292k|  1 |  40k|  13k|-1.255488e+03 |      --      |    Inf |   1.29%
2943.33/2954.25	c   521s| 72400 | 62767 |  3924k|  54.2 |  1229M |  75 |1968 |4965 |2087 | 292k|  1 |  40k|  13k|-1.255488e+03 |      --      |    Inf |   1.29%
2943.92/2954.86	c   522s| 72500 | 62854 |  3930k|  54.2 |  1229M |  75 |1968 |4967 |2074 | 292k|  1 |  40k|  13k|-1.255488e+03 |      --      |    Inf |   1.29%
2944.62/2955.52	c   522s| 72600 | 62934 |  3935k|  54.2 |  1230M |  75 |1968 |5008 |2087 | 293k|  1 |  40k|  13k|-1.255488e+03 |      --      |    Inf |   1.29%
2945.23/2956.14	c   523s| 72700 | 63019 |  3941k|  54.2 |  1232M |  75 |1968 |4991 |2055 | 293k|  3 |  40k|  13k|-1.255488e+03 |      --      |    Inf |   1.29%
2945.92/2956.87	c   524s| 72800 | 63103 |  3947k|  54.2 |  1233M |  75 |1968 |4940 |2074 | 293k|  1 |  40k|  13k|-1.255488e+03 |      --      |    Inf |   1.29%
2946.72/2957.64	c   525s| 72900 | 63189 |  3952k|  54.2 |  1233M |  75 |1968 |4959 |1992 | 294k|  1 |  40k|  13k|-1.255488e+03 |      --      |    Inf |   1.29%
2947.51/2958.49	c   525s| 73000 | 63279 |  3958k|  54.2 |  1233M |  75 |1968 |4936 |2113 | 294k|  8 |  40k|  13k|-1.255488e+03 |      --      |    Inf |   1.29%
2948.22/2959.14	c   526s| 73100 | 63361 |  3964k|  54.2 |  1233M |  75 |1968 |4909 |2101 | 294k|  1 |  40k|  13k|-1.255488e+03 |      --      |    Inf |   1.29%
2948.81/2959.79	c   527s| 73200 | 63449 |  3969k|  54.2 |  1233M |  75 |1968 |4878 |2044 | 295k|  1 |  40k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2949.51/2960.45	c   527s| 73300 | 63534 |  3976k|  54.2 |  1233M |  75 |1968 |4863 |2087 | 295k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2950.12/2961.09	c   528s| 73400 | 63632 |  3981k|  54.2 |  1233M |  75 |1968 |4810 |2024 | 296k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2951.00/2961.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2951.00/2961.94	c   529s| 73500 | 63724 |  3987k|  54.2 |  1233M |  75 |1968 |4837 |2093 | 296k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2951.60/2962.59	c   529s| 73600 | 63817 |  3992k|  54.2 |  1233M |  75 |1968 |4848 |2021 | 296k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2952.30/2963.23	c   530s| 73700 | 63911 |  3998k|  54.2 |  1233M |  75 |1968 |4830 |2017 | 297k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2953.00/2963.99	c   531s| 73800 | 64003 |  4004k|  54.2 |  1233M |  75 |1968 |4849 |2067 | 297k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2953.79/2964.72	c   532s| 73900 | 64083 |  4010k|  54.2 |  1233M |  75 |1968 |4917 |2057 | 297k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2954.79/2965.72	c   533s| 74000 | 64165 |  4018k|  54.3 |  1233M |  75 |1968 |4956 |2000 | 298k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2955.49/2966.43	c   533s| 74100 | 64257 |  4023k|  54.3 |  1234M |  75 |1968 |4962 |2056 | 298k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2956.20/2967.17	c   534s| 74200 | 64348 |  4029k|  54.3 |  1234M |  75 |1968 |4967 |2025 | 299k|  2 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2957.20/2968.12	c   535s| 74300 | 64432 |  4036k|  54.3 |  1234M |  75 |1968 |4925 |1996 | 299k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2957.88/2968.85	c   536s| 74400 | 64518 |  4042k|  54.3 |  1235M |  75 |1968 |4895 |2014 | 299k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2958.58/2969.51	c   536s| 74500 | 64607 |  4049k|  54.3 |  1235M |  75 |1968 |4900 |2033 | 300k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2959.28/2970.29	c   537s| 74600 | 64692 |  4055k|  54.3 |  1236M |  75 |1968 |4900 |2107 | 300k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2960.19/2971.14	c   538s| 74700 | 64774 |  4066k|  54.4 |  1236M |  75 |1968 |4904 |2061 | 301k|  1 |  41k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2960.87/2971.83	c   539s| 74800 | 64857 |  4071k|  54.4 |  1236M |  75 |1968 |4916 |2057 | 301k|  1 |  42k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2961.47/2972.43	c   539s| 74900 | 64935 |  4076k|  54.4 |  1237M |  75 |1968 |4897 |2022 | 301k|  1 |  42k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2962.37/2973.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2962.37/2973.30	c   540s| 75000 | 65017 |  4081k|  54.4 |  1237M |  75 |1968 |4927 |2085 | 301k|  1 |  42k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2962.77/2973.79	c   541s| 75100 | 65098 |  4086k|  54.4 |  1237M |  75 |1968 |5014 |2007 | 302k|  1 |  42k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2963.27/2974.29	c   541s| 75200 | 65186 |  4092k|  54.4 |  1237M |  75 |1968 |4985 |2049 | 302k|  1 |  42k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2964.18/2975.16	c   542s| 75300 | 65268 |  4098k|  54.4 |  1237M |  75 |1968 |4963 |2081 | 302k|  1 |  42k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2964.66/2975.63	c   543s| 75400 | 65344 |  4102k|  54.4 |  1237M |  75 |1968 |5034 |2009 | 303k|  1 |  42k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2965.26/2976.27	c   543s| 75500 | 65430 |  4107k|  54.4 |  1237M |  75 |1968 |5037 |2096 | 303k|  4 |  42k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2965.97/2976.96	c   544s| 75600 | 65524 |  4113k|  54.4 |  1237M |  75 |1968 |5038 |2018 | 303k|  1 |  42k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2966.66/2977.66	c   545s| 75700 | 65609 |  4118k|  54.4 |  1237M |  75 |1968 |5058 |2064 | 304k|  1 |  42k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2967.36/2978.31	c   545s| 75800 | 65692 |  4123k|  54.4 |  1237M |  75 |1968 |5108 |2092 | 304k|  1 |  42k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2967.86/2978.85	c   546s| 75900 | 65783 |  4128k|  54.4 |  1237M |  75 |1968 |5091 |2115 | 304k|  1 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2968.76/2979.74	c   547s| 76000 | 65870 |  4134k|  54.4 |  1237M |  75 |1968 |5060 |2065 | 305k|  1 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2969.36/2980.33	c   547s| 76100 | 65960 |  4139k|  54.4 |  1239M |  75 |1968 |5090 |2071 | 305k|  1 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2969.85/2980.82	c   548s| 76200 | 66048 |  4143k|  54.3 |  1239M |  75 |1968 |5012 |2018 | 306k|  1 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2970.55/2981.54	c   548s| 76300 | 66136 |  4148k|  54.3 |  1239M |  75 |1968 |5001 |2103 | 306k|  1 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2971.35/2982.33	c   549s| 76400 | 66224 |  4154k|  54.4 |  1239M |  75 |1968 |4961 |2024 | 306k|  1 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2971.95/2982.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2971.95/2982.95	c   550s| 76500 | 66313 |  4159k|  54.3 |  1240M |  75 |1968 |4929 |2041 | 307k|  1 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2972.55/2983.56	c   550s| 76600 | 66398 |  4165k|  54.4 |  1241M |  75 |1968 |4882 |2048 | 307k|  1 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2973.34/2984.32	c   551s| 76700 | 66482 |  4170k|  54.3 |  1241M |  75 |1968 |4915 |   0 | 307k|  0 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2973.74/2984.77	c   552s| 76800 | 66566 |  4174k|  54.3 |  1241M |  75 |1968 |5003 |2068 | 308k|  1 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2974.44/2985.44	c   552s| 76900 | 66646 |  4180k|  54.3 |  1241M |  75 |1968 |5053 |2061 | 308k|  1 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2974.84/2985.87	c   553s| 77000 | 66729 |  4184k|  54.3 |  1241M |  75 |1968 |5024 |2002 | 308k|  1 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2975.54/2986.58	c   553s| 77100 | 66820 |  4189k|  54.3 |  1241M |  75 |1968 |5004 |2002 | 309k|  1 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2976.15/2987.17	c   554s| 77200 | 66914 |  4194k|  54.3 |  1242M |  75 |1968 |4952 |2047 | 309k|  1 |  43k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2976.73/2987.79	c   555s| 77300 | 67006 |  4198k|  54.3 |  1242M |  75 |1968 |4940 |1995 | 309k|  1 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2977.23/2988.28	c   555s| 77400 | 67093 |  4203k|  54.3 |  1242M |  75 |1968 |4929 |2060 | 310k|  1 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2977.93/2988.91	c   556s| 77500 | 67183 |  4208k|  54.3 |  1242M |  75 |1968 |4930 |1998 | 310k|  1 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2978.63/2989.60	c   556s| 77600 | 67274 |  4214k|  54.3 |  1242M |  75 |1968 |4929 |2058 | 310k|  1 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2978.93/2990.00	c   557s| 77700 | 67356 |  4217k|  54.3 |  1242M |  75 |1968 |4968 |2071 | 311k|  1 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2979.62/2990.69	c   558s| 77800 | 67442 |  4222k|  54.2 |  1242M |  75 |1968 |4983 |2055 | 311k|  1 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2980.32/2991.36	c   558s| 77900 | 67526 |  4227k|  54.2 |  1242M |  75 |1968 |5014 |2075 | 311k|  1 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2981.03/2992.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2981.03/2992.06	c   559s| 78000 | 67612 |  4233k|  54.2 |  1242M |  75 |1968 |5007 |2040 | 312k|  1 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2981.62/2992.63	c   560s| 78100 | 67702 |  4238k|  54.2 |  1242M |  75 |1968 |5020 |2041 | 312k|  1 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2982.32/2993.39	c   560s| 78200 | 67794 |  4244k|  54.3 |  1242M |  75 |1968 |4995 |2004 | 312k|  1 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2982.91/2993.93	c   561s| 78300 | 67882 |  4249k|  54.2 |  1242M |  75 |1968 |4989 |2026 | 313k|  1 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2983.51/2994.55	c   561s| 78400 | 67972 |  4255k|  54.2 |  1242M |  75 |1968 |5007 |2067 | 313k|  1 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2984.21/2995.22	c   562s| 78500 | 68057 |  4260k|  54.2 |  1242M |  75 |1968 |5007 |2117 | 313k|  6 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2984.91/2995.91	c   563s| 78600 | 68143 |  4266k|  54.2 |  1242M |  75 |1968 |5054 |2123 | 314k|  1 |  44k|  13k|-1.255488e+03 |      --      |    Inf |   1.30%
2985.51/2996.57	c   563s| 78700 | 68233 |  4271k|  54.2 |  1242M |  75 |1968 |5044 |2033 | 314k|  1 |  44k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
2986.30/2997.32	c   564s| 78800 | 68323 |  4277k|  54.3 |  1243M |  75 |1968 |5089 |2067 | 314k|  2 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
2987.02/2998.07	c   565s| 78900 | 68404 |  4284k|  54.3 |  1243M |  75 |1968 |5111 |   0 | 315k|  0 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
2987.70/2998.75	c   566s| 79000 | 68496 |  4289k|  54.3 |  1243M |  75 |1968 |5101 |2059 | 315k|  1 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
2988.30/2999.32	c   566s| 79100 | 68584 |  4293k|  54.3 |  1244M |  75 |1968 |5076 |1981 | 316k|  1 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
2988.90/2999.91	c   567s| 79200 | 68672 |  4299k|  54.3 |  1244M |  75 |1968 |5080 |2066 | 316k|  3 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
2989.40/3000.40	c   567s| 79300 | 68760 |  4303k|  54.2 |  1244M |  75 |1968 |5089 |2040 | 316k|  1 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
2990.01/3001.05	c   568s| 79400 | 68845 |  4308k|  54.2 |  1244M |  75 |1968 |5091 |2092 | 317k|  3 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
2990.59/3001.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2990.59/3001.63	c   569s| 79500 | 68931 |  4314k|  54.2 |  1244M |  75 |1968 |5128 |2066 | 317k|  1 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
2991.39/3002.42	c   569s| 79600 | 69021 |  4320k|  54.3 |  1244M |  75 |1968 |5118 |2003 | 317k|  1 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
2991.89/3002.96	c   570s| 79700 | 69109 |  4326k|  54.3 |  1245M |  75 |1968 |5117 |2063 | 318k|  1 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
2992.69/3003.71	c   571s| 79800 | 69193 |  4331k|  54.2 |  1245M |  75 |1968 |5146 |2104 | 318k|  1 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
2993.28/3004.31	c   571s| 79900 | 69287 |  4337k|  54.3 |  1245M |  75 |1968 |5169 |2023 | 318k|  1 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
2994.09/3005.17	c   572s| 80000 | 69379 |  4344k|  54.3 |  1245M |  75 |1968 |5152 |2089 | 319k|  1 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
2994.99/3006.03	c   573s| 80100 | 69471 |  4350k|  54.3 |  1246M |  75 |1968 |5116 |2032 | 319k|  1 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
2995.78/3006.81	c   574s| 80200 | 69562 |  4355k|  54.3 |  1246M |  75 |1968 |5089 |2021 | 320k|  1 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
2996.67/3007.72	c   575s| 80300 | 69650 |  4363k|  54.3 |  1247M |  75 |1968 |5079 |2106 | 320k|  1 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
2997.37/3008.40	c   575s| 80400 | 69736 |  4369k|  54.3 |  1247M |  75 |1968 |5070 |2069 | 321k|  2 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
2998.08/3009.11	c   576s| 80500 | 69826 |  4376k|  54.3 |  1247M |  75 |1968 |5031 |2032 | 321k|  1 |  45k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
2998.77/3009.83	c   577s| 80600 | 69914 |  4382k|  54.3 |  1247M |  75 |1968 |5035 |2102 | 321k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
2999.66/3010.70	c   578s| 80700 | 70002 |  4388k|  54.4 |  1247M |  75 |1968 |5068 |2113 | 322k|  4 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3000.26/3011.37	c   578s| 80800 | 70090 |  4393k|  54.4 |  1247M |  75 |1968 |5070 |2075 | 322k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3000.86/3011.92	c   579s| 80900 | 70186 |  4398k|  54.3 |  1247M |  75 |1968 |5026 |2031 | 322k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3001.56/3012.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3001.56/3012.60	c   579s| 81000 | 70282 |  4404k|  54.3 |  1247M |  75 |1968 |5022 |2041 | 323k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3002.16/3013.25	c   580s| 81100 | 70372 |  4410k|  54.4 |  1248M |  75 |1968 |5025 |2028 | 323k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3002.75/3013.84	c   581s| 81200 | 70464 |  4416k|  54.4 |  1248M |  75 |1968 |4988 |2071 | 323k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3003.45/3014.52	c   581s| 81300 | 70552 |  4421k|  54.4 |  1248M |  75 |1968 |5014 |2028 | 324k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3004.25/3015.31	c   582s| 81400 | 70640 |  4427k|  54.4 |  1250M |  75 |1968 |5015 |2059 | 324k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3004.75/3015.84	c   583s| 81500 | 70723 |  4431k|  54.4 |  1250M |  75 |1968 |5008 |2014 | 325k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3005.35/3016.45	c   583s| 81600 | 70815 |  4436k|  54.3 |  1250M |  75 |1968 |4984 |2073 | 325k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3005.96/3017.09	c   584s| 81700 | 70903 |  4441k|  54.3 |  1250M |  75 |1968 |4960 |2030 | 325k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3006.54/3017.68	c   585s| 81800 | 70993 |  4447k|  54.3 |  1250M |  75 |1968 |4969 |2020 | 326k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3007.24/3018.37	c   585s| 81900 | 71075 |  4454k|  54.4 |  1250M |  75 |1968 |4988 |   0 | 326k|  0 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3007.95/3019.07	c   586s| 82000 | 71171 |  4460k|  54.4 |  1250M |  75 |1968 |4943 |2090 | 326k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3008.64/3019.72	c   587s| 82100 | 71247 |  4465k|  54.4 |  1250M |  75 |1968 |4951 |2042 | 327k|  1 |  46k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3009.23/3020.32	c   587s| 82200 | 71329 |  4470k|  54.4 |  1250M |  75 |1968 |4977 |2037 | 327k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3009.83/3020.98	c   588s| 82300 | 71418 |  4475k|  54.4 |  1250M |  75 |1968 |4931 |2021 | 327k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3010.53/3021.69	c   589s| 82400 | 71504 |  4480k|  54.4 |  1250M |  75 |1968 |4949 |   0 | 328k|  0 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3011.23/3022.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3011.23/3022.36	c   589s| 82500 | 71598 |  4487k|  54.4 |  1253M |  75 |1968 |4886 |2035 | 328k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3011.83/3022.96	c   590s| 82600 | 71684 |  4492k|  54.4 |  1253M |  75 |1968 |4892 |2068 | 328k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3012.62/3023.72	c   591s| 82700 | 71771 |  4498k|  54.4 |  1253M |  75 |1968 |4857 |2008 | 329k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3013.32/3024.41	c   591s| 82800 | 71865 |  4504k|  54.4 |  1253M |  75 |1968 |4878 |2079 | 329k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3013.82/3024.90	c   592s| 82900 | 71950 |  4508k|  54.4 |  1253M |  75 |1968 |4896 |2039 | 329k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3014.52/3025.60	c   592s| 83000 | 72042 |  4514k|  54.4 |  1253M |  75 |1968 |4938 |2110 | 330k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3015.12/3026.22	c   593s| 83100 | 72134 |  4520k|  54.4 |  1253M |  75 |1968 |4922 |2025 | 330k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3015.72/3026.83	c   594s| 83200 | 72230 |  4524k|  54.4 |  1253M |  75 |1968 |4887 |2118 | 330k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3016.21/3027.35	c   594s| 83300 | 72320 |  4529k|  54.4 |  1253M |  75 |1968 |4822 |2011 | 331k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3016.93/3028.04	c   595s| 83400 | 72412 |  4535k|  54.4 |  1253M |  75 |1968 |4856 |2099 | 331k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3017.41/3028.57	c   595s| 83500 | 72497 |  4540k|  54.3 |  1253M |  75 |1968 |4893 |2028 | 331k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3018.21/3029.34	c   596s| 83600 | 72587 |  4547k|  54.4 |  1254M |  75 |1968 |4879 |   0 | 332k|  0 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3018.92/3030.10	c   597s| 83700 | 72679 |  4552k|  54.4 |  1255M |  75 |1968 |4837 |2033 | 332k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3019.60/3030.76	c   598s| 83800 | 72767 |  4558k|  54.4 |  1258M |  75 |1968 |4842 |2070 | 333k|  1 |  47k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3020.30/3031.40	c   598s| 83900 | 72842 |  4563k|  54.4 |  1260M |  75 |1968 |4908 |2000 | 333k|  1 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3020.91/3032.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3020.91/3032.07	c   599s| 84000 | 72932 |  4569k|  54.4 |  1260M |  75 |1968 |4900 |2077 | 333k|  1 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3021.60/3032.74	c   600s| 84100 | 73015 |  4575k|  54.4 |  1260M |  75 |1968 |4916 |2021 | 334k|  1 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3022.30/3033.48	c   600s| 84200 | 73095 |  4582k|  54.4 |  1260M |  75 |1968 |4947 |2053 | 334k|  1 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3022.91/3034.04	c   601s| 84300 | 73185 |  4588k|  54.4 |  1260M |  75 |1968 |5006 |   0 | 335k|  0 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3023.59/3034.70	c   602s| 84400 | 73267 |  4593k|  54.4 |  1260M |  75 |1968 |5073 |1996 | 335k|  1 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3024.09/3035.21	c   602s| 84500 | 73353 |  4598k|  54.4 |  1260M |  75 |1968 |5044 |2033 | 335k|  1 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3024.79/3035.98	c   603s| 84600 | 73439 |  4604k|  54.4 |  1260M |  75 |1968 |5089 |2056 | 336k|  1 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3025.59/3036.79	c   604s| 84700 | 73530 |  4611k|  54.4 |  1260M |  75 |1968 |5082 |   0 | 336k|  0 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3026.18/3037.36	c   604s| 84800 | 73620 |  4615k|  54.4 |  1260M |  75 |1968 |5069 |2010 | 336k|  1 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3026.90/3038.09	c   605s| 84900 | 73714 |  4620k|  54.4 |  1261M |  75 |1968 |5032 |2076 | 337k|  1 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3027.48/3038.67	c   606s| 85000 | 73806 |  4626k|  54.4 |  1261M |  75 |1968 |4997 |2034 | 337k|  1 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3027.99/3039.17	c   606s| 85100 | 73896 |  4630k|  54.4 |  1261M |  75 |1968 |5014 |2008 | 337k|  1 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3028.68/3039.84	c   607s| 85200 | 73984 |  4636k|  54.4 |  1261M |  75 |1968 |4992 |2050 | 338k|  1 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3029.37/3040.55	c   607s| 85300 | 74067 |  4640k|  54.4 |  1261M |  75 |1968 |4962 |1998 | 338k|  1 |  48k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3029.99/3041.12	c   608s| 85400 | 74151 |  4645k|  54.4 |  1261M |  75 |1968 |4934 |2030 | 339k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3030.67/3041.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3030.67/3041.82	c   609s| 85500 | 74240 |  4651k|  54.4 |  1261M |  75 |1968 |4922 |2097 | 339k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3031.27/3042.43	c   609s| 85600 | 74334 |  4657k|  54.4 |  1262M |  75 |1968 |4885 |2001 | 339k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3031.98/3043.12	c   610s| 85700 | 74430 |  4662k|  54.4 |  1262M |  75 |1968 |4861 |2054 | 340k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3032.47/3043.69	c   611s| 85800 | 74516 |  4667k|  54.4 |  1262M |  75 |1968 |4842 |   0 | 340k|  0 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3033.16/3044.32	c   611s| 85900 | 74602 |  4673k|  54.4 |  1263M |  75 |1968 |4857 |2084 | 341k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3033.87/3045.02	c   612s| 86000 | 74694 |  4680k|  54.4 |  1263M |  75 |1968 |4839 |2063 | 341k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3034.46/3045.69	c   613s| 86100 | 74780 |  4686k|  54.4 |  1263M |  75 |1968 |4855 |2081 | 341k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3035.16/3046.37	c   613s| 86200 | 74866 |  4691k|  54.4 |  1263M |  75 |1968 |4835 |2050 | 342k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3035.66/3046.89	c   614s| 86300 | 74948 |  4696k|  54.4 |  1264M |  75 |1968 |4853 |2045 | 342k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3036.45/3047.61	c   615s| 86400 | 75030 |  4701k|  54.4 |  1264M |  75 |1968 |4865 |   0 | 343k|  0 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3037.05/3048.21	c   615s| 86500 | 75116 |  4708k|  54.4 |  1264M |  75 |1968 |4843 |2127 | 343k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3037.55/3048.74	c   616s| 86600 | 75197 |  4712k|  54.4 |  1264M |  75 |1968 |4867 |2117 | 343k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3038.05/3049.25	c   616s| 86700 | 75285 |  4718k|  54.4 |  1264M |  75 |1968 |4912 |2019 | 344k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3039.44/3050.63	c   618s| 86800 | 75377 |  4726k|  54.4 |  1265M |  75 |1968 |4925 |2089 | 344k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3040.04/3051.24	c   618s| 86900 | 75471 |  4731k|  54.4 |  1265M |  75 |1968 |4885 |2030 | 344k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3040.54/3051.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3040.54/3051.78	c   619s| 87000 | 75563 |  4736k|  54.4 |  1266M |  75 |1968 |4879 |2109 | 345k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3041.24/3052.48	c   619s| 87100 | 75642 |  4741k|  54.4 |  1267M |  75 |1968 |4891 |2101 | 345k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3041.95/3053.12	c   620s| 87200 | 75732 |  4745k|  54.4 |  1267M |  75 |1968 |4895 |1981 | 345k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3042.64/3053.80	c   621s| 87300 | 75822 |  4751k|  54.4 |  1268M |  75 |1968 |4909 |2067 | 346k|  1 |  49k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3043.23/3054.48	c   621s| 87400 | 75914 |  4757k|  54.4 |  1268M |  75 |1968 |4911 |2014 | 346k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3043.94/3055.15	c   622s| 87500 | 76006 |  4762k|  54.4 |  1268M |  75 |1968 |4920 |2063 | 347k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3044.63/3055.82	c   623s| 87600 | 76085 |  4768k|  54.4 |  1269M |  75 |1968 |4938 |2110 | 347k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3045.23/3056.48	c   623s| 87700 | 76183 |  4774k|  54.4 |  1269M |  75 |1968 |4904 |2073 | 347k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3046.02/3057.25	c   624s| 87800 | 76267 |  4780k|  54.4 |  1269M |  75 |1968 |4893 |2063 | 348k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3046.62/3057.85	c   625s| 87900 | 76353 |  4786k|  54.4 |  1271M |  75 |1968 |4893 |2047 | 348k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3047.52/3058.73	c   626s| 88000 | 76445 |  4793k|  54.4 |  1271M |  75 |1968 |4910 |2072 | 348k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3048.02/3059.29	c   626s| 88100 | 76532 |  4799k|  54.4 |  1271M |  75 |1968 |4945 |2073 | 349k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3048.72/3059.95	c   627s| 88200 | 76624 |  4804k|  54.4 |  1271M |  75 |1968 |4899 |2010 | 349k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3049.51/3060.74	c   628s| 88300 | 76716 |  4810k|  54.5 |  1271M |  75 |1968 |4897 |2073 | 350k|  2 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3050.21/3061.42	c   628s| 88400 | 76794 |  4815k|  54.5 |  1271M |  75 |1968 |4939 |2075 | 350k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3050.92/3062.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3050.92/3062.11	c   629s| 88500 | 76877 |  4822k|  54.5 |  1272M |  75 |1968 |4969 |2076 | 350k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3051.61/3062.84	c   630s| 88600 | 76961 |  4828k|  54.5 |  1272M |  75 |1968 |4975 |2117 | 351k|  1 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3052.31/3063.57	c   630s| 88700 | 77053 |  4833k|  54.5 |  1273M |  75 |1968 |4948 |   0 | 351k|  0 |  50k|  14k|-1.255488e+03 |      --      |    Inf |   1.30%
3053.10/3064.35	c   631s| 88800 | 77143 |  4839k|  54.5 |  1273M |  75 |1968 |4974 |2095 | 352k|  1 |  50k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3053.81/3065.11	c   632s| 88900 | 77232 |  4845k|  54.5 |  1273M |  75 |1968 |5044 |2114 | 352k|  2 |  50k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3054.60/3065.84	c   633s| 89000 | 77322 |  4850k|  54.5 |  1273M |  75 |1968 |5030 |2073 | 352k|  1 |  50k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3055.30/3066.53	c   633s| 89100 | 77406 |  4855k|  54.5 |  1273M |  75 |1968 |5046 |2075 | 353k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3056.00/3067.22	c   634s| 89200 | 77492 |  4861k|  54.5 |  1273M |  75 |1968 |5058 |2029 | 353k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3056.81/3068.03	c   635s| 89300 | 77578 |  4868k|  54.5 |  1273M |  75 |1968 |5097 |2095 | 354k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3057.69/3068.95	c   636s| 89400 | 77660 |  4875k|  54.5 |  1273M |  75 |1968 |5084 |2017 | 354k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3058.59/3069.88	c   637s| 89500 | 77746 |  4882k|  54.5 |  1274M |  75 |1968 |5040 |2005 | 354k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3059.29/3070.55	c   637s| 89600 | 77838 |  4888k|  54.5 |  1275M |  75 |1968 |5030 |2048 | 355k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3060.18/3071.45	c   638s| 89700 | 77923 |  4893k|  54.5 |  1276M |  75 |1968 |5096 |2010 | 355k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3060.68/3071.94	c   639s| 89800 | 78009 |  4897k|  54.5 |  1276M |  75 |1968 |5093 |2034 | 356k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3061.18/3072.45	c   639s| 89900 | 78099 |  4902k|  54.5 |  1276M |  75 |1968 |5100 |2084 | 356k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3061.98/3073.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3061.98/3073.22	c   640s| 90000 | 78184 |  4908k|  54.5 |  1278M |  75 |1968 |5062 |2132 | 356k|  6 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3062.47/3073.78	c   641s| 90100 | 78269 |  4913k|  54.5 |  1278M |  75 |1968 |5063 |2119 | 357k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3063.37/3074.63	c   642s| 90200 | 78354 |  4919k|  54.5 |  1279M |  75 |1968 |5039 |2046 | 357k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3063.97/3075.24	c   642s| 90300 | 78438 |  4924k|  54.5 |  1279M |  75 |1968 |5095 |2067 | 357k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3064.57/3075.89	c   643s| 90400 | 78519 |  4930k|  54.5 |  1279M |  75 |1968 |5054 |2117 | 358k|  2 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3065.17/3076.43	c   643s| 90500 | 78608 |  4934k|  54.5 |  1279M |  75 |1968 |5047 |2105 | 358k|  1 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3065.67/3076.91	c   644s| 90600 | 78702 |  4939k|  54.5 |  1279M |  75 |1968 |4995 |2046 | 358k|  2 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3066.26/3077.57	c   644s| 90700 | 78790 |  4943k|  54.5 |  1279M |  75 |1968 |4985 |   0 | 359k|  0 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3067.16/3078.46	c   645s| 90800 | 78884 |  4949k|  54.5 |  1279M |  75 |1968 |4996 |2146 | 359k|  7 |  51k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3067.77/3079.10	c   646s| 90900 | 78970 |  4954k|  54.5 |  1280M |  75 |1968 |5010 |2080 | 359k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3068.36/3079.68	c   647s| 91000 | 79062 |  4958k|  54.5 |  1280M |  75 |1968 |4965 |2059 | 360k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3068.77/3080.08	c   647s| 91100 | 79137 |  4962k|  54.4 |  1280M |  75 |1968 |4974 |   0 | 360k|  0 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3069.65/3080.99	c   648s| 91200 | 79224 |  4969k|  54.5 |  1281M |  75 |1968 |4914 |2071 | 360k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3070.15/3081.49	c   648s| 91300 | 79318 |  4974k|  54.5 |  1281M |  75 |1968 |4853 |2051 | 361k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3070.95/3082.21	c   649s| 91400 | 79395 |  4978k|  54.4 |  1281M |  75 |1968 |4904 |2047 | 361k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3071.55/3082.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3071.55/3082.86	c   650s| 91500 | 79480 |  4984k|  54.4 |  1281M |  75 |1968 |4913 |2044 | 361k|  4 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3072.34/3083.61	c   651s| 91600 | 79565 |  4988k|  54.4 |  1281M |  75 |1968 |4944 |2068 | 362k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3072.94/3084.21	c   651s| 91700 | 79645 |  4993k|  54.4 |  1281M |  75 |1968 |4933 |2089 | 362k|  6 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3073.44/3084.72	c   652s| 91800 | 79737 |  4998k|  54.4 |  1281M |  75 |1968 |4890 |2110 | 363k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3074.04/3085.36	c   652s| 91900 | 79833 |  5003k|  54.4 |  1281M |  75 |1968 |4833 |2023 | 363k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3074.85/3086.18	c   653s| 92000 | 79919 |  5009k|  54.4 |  1281M |  75 |1968 |4787 |2064 | 363k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3075.34/3086.66	c   654s| 92100 | 80004 |  5014k|  54.4 |  1282M |  75 |1968 |4810 |2059 | 364k|  2 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3075.93/3087.23	c   654s| 92200 | 80088 |  5019k|  54.4 |  1282M |  75 |1968 |4819 |1981 | 364k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3076.43/3087.78	c   655s| 92300 | 80177 |  5024k|  54.4 |  1282M |  75 |1968 |4807 |2040 | 364k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3077.13/3088.46	c   655s| 92400 | 80255 |  5029k|  54.4 |  1282M |  75 |1968 |4830 |2096 | 365k|  1 |  52k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3077.74/3089.09	c   656s| 92500 | 80341 |  5034k|  54.4 |  1282M |  75 |1968 |4850 |2071 | 365k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3078.53/3089.82	c   657s| 92600 | 80429 |  5040k|  54.4 |  1282M |  75 |1968 |4853 |2081 | 365k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3079.12/3090.42	c   657s| 92700 | 80509 |  5045k|  54.4 |  1283M |  75 |1968 |4895 |2083 | 366k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3079.62/3091.00	c   658s| 92800 | 80601 |  5051k|  54.4 |  1283M |  75 |1968 |4886 |2051 | 366k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3080.22/3091.55	c   658s| 92900 | 80689 |  5055k|  54.4 |  1283M |  75 |1968 |4900 |   0 | 366k|  0 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3080.92/3092.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3080.92/3092.25	c   659s| 93000 | 80773 |  5060k|  54.4 |  1283M |  75 |1968 |4868 |2011 | 367k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3081.52/3092.89	c   660s| 93100 | 80861 |  5065k|  54.4 |  1283M |  75 |1968 |4927 |2071 | 367k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3082.32/3093.60	c   660s| 93200 | 80951 |  5071k|  54.4 |  1283M |  75 |1968 |4939 |2104 | 367k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3082.73/3094.03	c   661s| 93300 | 81028 |  5076k|  54.4 |  1283M |  75 |1968 |4966 |2024 | 368k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3083.41/3094.76	c   662s| 93400 | 81114 |  5082k|  54.4 |  1284M |  75 |1968 |4984 |1996 | 368k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3084.01/3095.30	c   662s| 93500 | 81203 |  5087k|  54.4 |  1284M |  75 |1968 |4976 |   0 | 368k|  0 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3084.61/3095.90	c   663s| 93600 | 81295 |  5091k|  54.4 |  1285M |  75 |1968 |4956 |2080 | 369k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3085.31/3096.62	c   664s| 93700 | 81379 |  5096k|  54.4 |  1286M |  75 |1968 |4957 |2053 | 369k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3086.00/3097.34	c   664s| 93800 | 81457 |  5101k|  54.4 |  1287M |  75 |1968 |4963 |   0 | 370k|  0 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3086.50/3097.86	c   665s| 93900 | 81541 |  5106k|  54.4 |  1287M |  75 |1968 |5019 |2111 | 370k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3087.10/3098.41	c   665s| 94000 | 81627 |  5110k|  54.3 |  1287M |  75 |1968 |4982 |2055 | 370k|  1 |  53k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3087.90/3099.20	c   666s| 94100 | 81707 |  5116k|  54.3 |  1287M |  75 |1968 |5048 |2085 | 371k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3088.60/3099.95	c   667s| 94200 | 81797 |  5123k|  54.4 |  1290M |  75 |1968 |5040 |2030 | 371k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3089.29/3100.66	c   668s| 94300 | 81893 |  5128k|  54.4 |  1290M |  75 |1968 |5046 |2046 | 371k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3089.80/3101.16	c   668s| 94400 | 81987 |  5133k|  54.4 |  1290M |  75 |1968 |5015 |2001 | 372k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3090.49/3101.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3090.49/3101.81	c   669s| 94500 | 82069 |  5138k|  54.4 |  1290M |  75 |1968 |5063 |2101 | 372k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3091.19/3102.56	c   669s| 94600 | 82157 |  5143k|  54.3 |  1290M |  75 |1968 |5062 |2047 | 372k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3092.09/3103.50	c   670s| 94700 | 82241 |  5149k|  54.4 |  1290M |  75 |1968 |5060 |2093 | 373k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3092.88/3104.24	c   671s| 94800 | 82333 |  5156k|  54.4 |  1290M |  75 |1968 |5051 |2130 | 373k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3093.58/3104.90	c   672s| 94900 | 82417 |  5162k|  54.4 |  1290M |  75 |1968 |5044 |2039 | 374k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3094.18/3105.52	c   672s| 95000 | 82505 |  5166k|  54.4 |  1290M |  75 |1968 |5045 |2038 | 374k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3094.79/3106.14	c   673s| 95100 | 82591 |  5171k|  54.4 |  1292M |  75 |1968 |5060 |1996 | 374k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3095.38/3106.76	c   674s| 95200 | 82677 |  5176k|  54.3 |  1292M |  75 |1968 |5086 |2103 | 375k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3095.97/3107.32	c   674s| 95300 | 82767 |  5180k|  54.3 |  1292M |  75 |1968 |5053 |2098 | 375k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3096.57/3107.92	c   675s| 95400 | 82863 |  5185k|  54.3 |  1292M |  75 |1968 |5022 |2050 | 375k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3097.17/3108.56	c   675s| 95500 | 82949 |  5190k|  54.3 |  1292M |  75 |1968 |5020 |2122 | 376k|  2 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3097.87/3109.23	c   676s| 95600 | 83034 |  5195k|  54.3 |  1293M |  75 |1968 |5039 |2010 | 376k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3098.47/3109.89	c   677s| 95700 | 83128 |  5201k|  54.3 |  1293M |  75 |1968 |5013 |2051 | 376k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3099.06/3110.41	c   677s| 95800 | 83214 |  5205k|  54.3 |  1293M |  75 |1968 |4990 |2017 | 377k|  1 |  54k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3099.68/3111.05	c   678s| 95900 | 83296 |  5210k|  54.3 |  1293M |  75 |1968 |5027 |2085 | 377k|  1 |  55k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3100.36/3111.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3100.36/3111.77	c   679s| 96000 | 83392 |  5216k|  54.3 |  1293M |  75 |1968 |4987 |2074 | 377k|  1 |  55k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3101.06/3112.44	c   679s| 96100 | 83480 |  5221k|  54.3 |  1294M |  75 |1968 |4995 |2122 | 377k|  1 |  55k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3101.67/3113.08	c   680s| 96200 | 83563 |  5226k|  54.3 |  1294M |  75 |1968 |5034 |2048 | 378k|  1 |  55k|  15k|-1.255488e+03 |      --      |    Inf |   1.30%
3102.35/3113.71	c   681s| 96300 | 83651 |  5231k|  54.3 |  1294M |  77 |1968 |5085 |2094 | 378k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3102.85/3114.20	c   681s| 96400 | 83735 |  5236k|  54.3 |  1294M |  77 |1968 |5062 |2025 | 378k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3103.35/3114.80	c   682s| 96500 | 83825 |  5241k|  54.3 |  1294M |  77 |1968 |5019 |   0 | 379k|  0 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3104.05/3115.44	c   682s| 96600 | 83912 |  5245k|  54.3 |  1294M |  77 |1968 |4975 |2014 | 379k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3104.55/3116.00	c   683s| 96700 | 83996 |  5250k|  54.3 |  1294M |  77 |1968 |4971 |   0 | 379k|  0 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3105.04/3116.48	c   683s| 96800 | 84086 |  5254k|  54.3 |  1294M |  77 |1968 |4996 |2076 | 380k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3105.84/3117.23	c   684s| 96900 | 84170 |  5259k|  54.3 |  1294M |  77 |1968 |4950 |2007 | 380k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3106.54/3117.99	c   685s| 97000 | 84260 |  5266k|  54.3 |  1294M |  77 |1968 |4981 |2032 | 380k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3107.34/3118.74	c   686s| 97100 | 84345 |  5271k|  54.3 |  1295M |  77 |1968 |4994 |2010 | 381k|  2 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3107.94/3119.38	c   686s| 97200 | 84434 |  5276k|  54.3 |  1295M |  77 |1968 |4995 |2065 | 381k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3108.53/3119.96	c   687s| 97300 | 84522 |  5282k|  54.3 |  1295M |  77 |1968 |4983 |2077 | 381k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3109.13/3120.56	c   687s| 97400 | 84610 |  5286k|  54.3 |  1295M |  77 |1968 |4998 |2018 | 382k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3109.83/3121.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3109.83/3121.22	c   688s| 97500 | 84694 |  5292k|  54.3 |  1295M |  77 |1968 |4986 |2054 | 382k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3110.43/3121.88	c   689s| 97600 | 84782 |  5298k|  54.3 |  1295M |  77 |1968 |4961 |2077 | 382k|  1 |  55k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3111.13/3122.59	c   689s| 97700 | 84867 |  5304k|  54.3 |  1296M |  77 |1968 |4993 |2074 | 383k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3111.82/3123.22	c   690s| 97800 | 84955 |  5308k|  54.3 |  1297M |  77 |1968 |5027 |2039 | 383k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3112.52/3123.94	c   691s| 97900 | 85039 |  5314k|  54.3 |  1297M |  77 |1968 |5051 |2086 | 384k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3113.32/3124.71	c   692s| 98000 | 85127 |  5319k|  54.3 |  1298M |  77 |1968 |5075 |2075 | 384k|  2 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3113.92/3125.32	c   692s| 98100 | 85215 |  5324k|  54.3 |  1299M |  77 |1968 |5098 |2002 | 384k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3114.63/3126.02	c   693s| 98200 | 85303 |  5331k|  54.3 |  1299M |  77 |1968 |5098 |2102 | 385k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3115.21/3126.65	c   694s| 98300 | 85387 |  5335k|  54.3 |  1299M |  77 |1968 |5132 |2104 | 385k|  4 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3115.72/3127.19	c   694s| 98400 | 85480 |  5339k|  54.2 |  1299M |  77 |1968 |5097 |2071 | 385k|  2 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3116.31/3127.79	c   695s| 98500 | 85556 |  5343k|  54.2 |  1300M |  77 |1968 |5171 |2051 | 386k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3116.81/3128.23	c   695s| 98600 | 85645 |  5347k|  54.2 |  1300M |  77 |1968 |5157 |2021 | 386k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3117.41/3128.83	c   696s| 98700 | 85731 |  5352k|  54.2 |  1300M |  77 |1968 |5150 |2101 | 386k|  2 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3117.91/3129.34	c   696s| 98800 | 85815 |  5357k|  54.2 |  1300M |  77 |1968 |5130 |2003 | 386k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3118.50/3130.00	c   697s| 98900 | 85903 |  5363k|  54.2 |  1300M |  77 |1968 |5128 |2091 | 387k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3119.20/3130.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3119.20/3130.65	c   698s| 99000 | 85995 |  5368k|  54.2 |  1300M |  77 |1968 |5079 |2001 | 387k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3119.90/3131.32	c   698s| 99100 | 86083 |  5373k|  54.2 |  1301M |  77 |1968 |5078 |2055 | 387k|  1 |  56k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3120.50/3131.90	c   699s| 99200 | 86173 |  5377k|  54.2 |  1301M |  77 |1968 |5056 |2097 | 388k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3121.19/3132.62	c   700s| 99300 | 86258 |  5382k|  54.2 |  1301M |  77 |1968 |5018 |2058 | 388k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3121.89/3133.34	c   700s| 99400 | 86348 |  5389k|  54.2 |  1301M |  77 |1968 |4990 |2116 | 389k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3122.60/3134.01	c   701s| 99500 | 86444 |  5394k|  54.2 |  1302M |  77 |1968 |4914 |2021 | 389k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3122.99/3134.46	c   701s| 99600 | 86534 |  5398k|  54.2 |  1302M |  77 |1968 |4881 |2046 | 389k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3123.79/3135.24	c   702s| 99700 | 86628 |  5406k|  54.2 |  1302M |  77 |1968 |4861 |2133 | 390k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3124.29/3135.77	c   703s| 99800 | 86718 |  5410k|  54.2 |  1302M |  77 |1968 |4818 |2002 | 390k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3124.88/3136.30	c   703s| 99900 | 86804 |  5415k|  54.2 |  1303M |  77 |1968 |4842 |2105 | 390k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3125.28/3136.76	c   704s|100000 | 86900 |  5419k|  54.2 |  1303M |  77 |1968 |4828 |2046 | 390k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3126.18/3137.64	c   705s|100100 | 86988 |  5425k|  54.2 |  1305M |  77 |1968 |4825 |2097 | 391k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3126.69/3138.18	c   705s|100200 | 87074 |  5430k|  54.2 |  1306M |  77 |1968 |4815 |2084 | 391k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3127.48/3138.96	c   706s|100300 | 87154 |  5436k|  54.2 |  1306M |  77 |1968 |4884 |2037 | 391k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3128.17/3139.68	c   707s|100400 | 87236 |  5442k|  54.2 |  1306M |  77 |1968 |4866 |2116 | 392k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3128.69/3140.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3128.69/3140.13	c   707s|100500 | 87325 |  5447k|  54.2 |  1306M |  77 |1968 |4834 |1999 | 392k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3129.07/3140.59	c   707s|100600 | 87404 |  5451k|  54.2 |  1306M |  77 |1968 |4870 |2025 | 392k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3129.97/3141.45	c   708s|100700 | 87492 |  5457k|  54.2 |  1306M |  77 |1968 |4852 |2115 | 393k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3130.68/3142.14	c   709s|100800 | 87581 |  5463k|  54.2 |  1307M |  77 |1968 |4845 |2091 | 393k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3131.36/3142.81	c   710s|100900 | 87671 |  5469k|  54.2 |  1307M |  77 |1968 |4862 |2002 | 394k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3132.26/3143.71	c   711s|101000 | 87758 |  5474k|  54.2 |  1312M |  77 |1968 |4859 |2123 | 394k|  1 |  57k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3132.76/3144.23	c   711s|101100 | 87841 |  5479k|  54.2 |  1312M |  77 |1968 |4831 |2051 | 394k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3133.36/3144.80	c   712s|101200 | 87929 |  5483k|  54.2 |  1312M |  77 |1968 |4873 |1999 | 395k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3133.86/3145.37	c   712s|101300 | 88017 |  5488k|  54.2 |  1312M |  77 |1968 |4861 |2047 | 395k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3134.45/3145.94	c   713s|101400 | 88109 |  5493k|  54.2 |  1312M |  77 |1968 |4866 |2073 | 395k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3135.05/3146.56	c   713s|101500 | 88203 |  5498k|  54.2 |  1312M |  77 |1968 |4864 |2029 | 396k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3135.85/3147.31	c   714s|101600 | 88286 |  5504k|  54.2 |  1312M |  77 |1968 |4883 |2090 | 396k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3136.75/3148.24	c   715s|101700 | 88374 |  5511k|  54.2 |  1312M |  77 |1968 |4931 |2092 | 396k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3137.66/3149.14	c   716s|101800 | 88468 |  5517k|  54.2 |  1312M |  77 |1968 |4948 |2008 | 397k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3138.34/3149.88	c   717s|101900 | 88562 |  5524k|  54.2 |  1312M |  77 |1968 |4920 |2091 | 397k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3138.94/3150.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3138.94/3150.41	c   717s|102000 | 88657 |  5529k|  54.2 |  1312M |  77 |1968 |4877 |2011 | 397k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3139.44/3150.95	c   718s|102100 | 88751 |  5534k|  54.2 |  1313M |  77 |1968 |4888 |   0 | 398k|  0 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3140.04/3151.55	c   718s|102200 | 88839 |  5539k|  54.2 |  1313M |  77 |1968 |4880 |2119 | 398k|  2 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3140.44/3151.99	c   719s|102300 | 88931 |  5544k|  54.2 |  1313M |  77 |1968 |4878 |2020 | 398k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3141.04/3152.59	c   719s|102400 | 89019 |  5548k|  54.2 |  1313M |  77 |1968 |4881 |   0 | 399k|  0 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3141.65/3153.17	c   720s|102500 | 89113 |  5554k|  54.2 |  1313M |  77 |1968 |4851 |2002 | 399k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3142.43/3153.93	c   721s|102600 | 89205 |  5559k|  54.2 |  1314M |  77 |1968 |4849 |2108 | 399k|  2 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3143.13/3154.65	c   722s|102700 | 89295 |  5566k|  54.2 |  1314M |  77 |1968 |4887 |2029 | 400k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3143.54/3155.10	c   722s|102800 | 89389 |  5570k|  54.2 |  1315M |  77 |1968 |4846 |2051 | 400k|  1 |  58k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3144.23/3155.77	c   723s|102900 | 89487 |  5576k|  54.2 |  1316M |  77 |1968 |4821 |2116 | 400k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3144.72/3156.24	c   723s|103000 | 89580 |  5580k|  54.2 |  1316M |  77 |1968 |4756 |2052 | 401k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3145.42/3156.99	c   724s|103100 | 89676 |  5585k|  54.2 |  1316M |  77 |1968 |4724 |2111 | 401k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3146.12/3157.65	c   725s|103200 | 89764 |  5591k|  54.2 |  1316M |  77 |1968 |4745 |2022 | 401k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3146.92/3158.40	c   725s|103300 | 89856 |  5597k|  54.2 |  1317M |  77 |1968 |4842 |2049 | 402k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3147.53/3159.01	c   726s|103400 | 89950 |  5602k|  54.2 |  1317M |  77 |1968 |4910 |2031 | 402k|  2 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3148.21/3159.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3148.21/3159.79	c   727s|103500 | 90039 |  5608k|  54.2 |  1318M |  77 |1968 |4925 |2101 | 403k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3148.91/3160.45	c   727s|103600 | 90124 |  5612k|  54.2 |  1318M |  77 |1968 |4929 |2057 | 403k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3149.62/3161.13	c   728s|103700 | 90219 |  5619k|  54.2 |  1320M |  77 |1968 |4952 |2103 | 403k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3150.11/3161.69	c   729s|103800 | 90313 |  5625k|  54.2 |  1320M |  77 |1968 |4937 |2010 | 404k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3151.00/3162.50	c   729s|103900 | 90395 |  5631k|  54.2 |  1320M |  77 |1968 |4956 |2053 | 404k|  3 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3151.62/3163.19	c   730s|104000 | 90485 |  5637k|  54.2 |  1320M |  77 |1968 |4938 |2067 | 404k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3152.20/3163.78	c   731s|104100 | 90581 |  5642k|  54.2 |  1320M |  77 |1968 |4922 |2021 | 405k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3153.00/3164.52	c   731s|104200 | 90675 |  5648k|  54.2 |  1320M |  77 |1968 |4916 |2145 | 405k|  7 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3153.61/3165.11	c   732s|104300 | 90763 |  5653k|  54.2 |  1320M |  77 |1968 |4912 |2077 | 405k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3154.29/3165.81	c   733s|104400 | 90854 |  5658k|  54.2 |  1321M |  77 |1968 |4905 |2101 | 406k|  1 |  59k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3154.79/3166.36	c   733s|104500 | 90932 |  5663k|  54.2 |  1322M |  77 |1968 |4952 |1982 | 406k|  1 |  60k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3155.39/3166.92	c   734s|104600 | 91026 |  5668k|  54.2 |  1322M |  77 |1968 |4923 |2084 | 406k|  5 |  60k|  16k|-1.255488e+03 |      --      |    Inf |   1.30%
3155.99/3167.54	c   734s|104700 | 91114 |  5674k|  54.2 |  1323M |  77 |1968 |4943 |2085 | 407k|  0 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3156.69/3168.21	c   735s|104800 | 91206 |  5680k|  54.2 |  1323M |  77 |1968 |4911 |2024 | 407k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3157.38/3168.90	c   736s|104900 | 91300 |  5685k|  54.2 |  1323M |  77 |1968 |4874 |2114 | 408k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3157.98/3169.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3157.98/3169.60	c   736s|105000 | 91394 |  5691k|  54.2 |  1323M |  77 |1968 |4880 |2010 | 408k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3158.68/3170.23	c   737s|105100 | 91481 |  5696k|  54.2 |  1323M |  77 |1968 |4882 |   0 | 408k|  0 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3159.28/3170.81	c   738s|105200 | 91568 |  5702k|  54.2 |  1323M |  77 |1968 |4825 |2040 | 409k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3159.88/3171.43	c   738s|105300 | 91653 |  5707k|  54.2 |  1323M |  77 |1968 |4800 |2122 | 409k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3160.67/3172.27	c   739s|105400 | 91741 |  5712k|  54.2 |  1324M |  77 |1968 |4853 |2041 | 409k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3161.37/3172.99	c   740s|105500 | 91831 |  5719k|  54.2 |  1324M |  77 |1968 |4854 |2114 | 410k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3161.87/3173.49	c   740s|105600 | 91920 |  5723k|  54.2 |  1324M |  77 |1968 |4896 |2021 | 410k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3162.67/3174.26	c   741s|105700 | 92014 |  5729k|  54.2 |  1325M |  77 |1968 |4911 |2090 | 410k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3163.17/3174.78	c   742s|105800 | 92107 |  5734k|  54.2 |  1325M |  77 |1968 |4891 |2004 | 411k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3163.96/3175.54	c   742s|105900 | 92201 |  5741k|  54.2 |  1325M |  77 |1968 |4874 |2098 | 411k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3164.48/3176.10	c   743s|106000 | 92297 |  5746k|  54.2 |  1325M |  77 |1968 |4842 |2026 | 411k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3165.57/3177.11	c   744s|106100 | 92388 |  5753k|  54.2 |  1326M |  77 |1968 |4867 |2092 | 412k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3166.16/3177.72	c   745s|106200 | 92486 |  5757k|  54.2 |  1326M |  77 |1968 |4827 |2038 | 412k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3166.66/3178.21	c   745s|106300 | 92580 |  5762k|  54.2 |  1327M |  77 |1968 |4811 |2103 | 413k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3167.15/3178.78	c   746s|106400 | 92672 |  5767k|  54.2 |  1328M |  77 |1968 |4781 |2030 | 413k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3168.15/3179.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3168.15/3179.76	c   747s|106500 | 92768 |  5773k|  54.2 |  1329M |  77 |1968 |4788 |2088 | 413k|  1 |  60k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3168.65/3180.29	c   747s|106600 | 92856 |  5779k|  54.2 |  1329M |  77 |1968 |4782 |2070 | 414k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3169.46/3181.11	c   748s|106700 | 92950 |  5785k|  54.2 |  1330M |  77 |1968 |4804 |2100 | 414k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3169.95/3181.55	c   748s|106800 | 93040 |  5790k|  54.2 |  1330M |  77 |1968 |4754 |2010 | 414k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3170.56/3182.17	c   749s|106900 | 93140 |  5794k|  54.2 |  1330M |  77 |1968 |4722 |2066 | 415k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3171.24/3182.82	c   750s|107000 | 93232 |  5799k|  54.2 |  1331M |  77 |1968 |4687 |2021 | 415k|  2 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3171.64/3183.23	c   750s|107100 | 93317 |  5803k|  54.2 |  1331M |  77 |1968 |4686 |2054 | 415k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3172.45/3184.07	c   751s|107200 | 93410 |  5809k|  54.2 |  1331M |  77 |1968 |4675 |2013 | 416k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3173.24/3184.80	c   752s|107300 | 93506 |  5816k|  54.2 |  1331M |  77 |1968 |4630 |2068 | 416k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3173.73/3185.39	c   752s|107400 | 93600 |  5821k|  54.2 |  1331M |  77 |1968 |4585 |2098 | 417k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3174.44/3186.02	c   753s|107500 | 93694 |  5826k|  54.2 |  1331M |  77 |1968 |4535 |2025 | 417k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3175.03/3186.65	c   754s|107600 | 93788 |  5831k|  54.2 |  1331M |  77 |1968 |4506 |2089 | 417k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3175.63/3187.29	c   754s|107700 | 93886 |  5837k|  54.2 |  1331M |  77 |1968 |4495 |2040 | 418k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3176.23/3187.88	c   755s|107800 | 93978 |  5842k|  54.2 |  1331M |  77 |1968 |4514 |2053 | 418k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3176.82/3188.45	c   755s|107900 | 94068 |  5846k|  54.2 |  1331M |  77 |1968 |4481 |1984 | 419k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3177.32/3188.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3177.32/3188.96	c   756s|108000 | 94154 |  5850k|  54.2 |  1332M |  77 |1968 |4476 |2022 | 419k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3177.92/3189.58	c   756s|108100 | 94243 |  5855k|  54.1 |  1332M |  77 |1968 |4471 |2004 | 419k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3178.53/3190.14	c   757s|108200 | 94337 |  5860k|  54.1 |  1332M |  77 |1968 |4455 |2072 | 420k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3179.02/3190.69	c   758s|108300 | 94429 |  5866k|  54.1 |  1335M |  77 |1968 |4435 |2108 | 420k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3179.72/3191.32	c   758s|108400 | 94527 |  5872k|  54.2 |  1335M |  77 |1968 |4419 |2077 | 420k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3180.31/3191.99	c   759s|108500 | 94611 |  5877k|  54.2 |  1335M |  77 |1968 |4481 |2099 | 421k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3181.11/3192.77	c   760s|108600 | 94705 |  5885k|  54.2 |  1335M |  77 |1968 |4461 |1999 | 421k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3181.61/3193.28	c   760s|108700 | 94792 |  5890k|  54.2 |  1335M |  77 |1968 |4478 |1990 | 421k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3182.21/3193.87	c   761s|108800 | 94884 |  5895k|  54.2 |  1335M |  77 |1968 |4470 |2075 | 422k|  3 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3183.01/3194.61	c   762s|108900 | 94974 |  5902k|  54.2 |  1335M |  77 |1968 |4454 |2066 | 422k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3184.00/3195.61	c   763s|109000 | 95065 |  5913k|  54.2 |  1335M |  77 |1968 |4453 |2051 | 423k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3184.52/3196.17	c   763s|109100 | 95146 |  5918k|  54.2 |  1335M |  77 |1968 |4514 |2027 | 423k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3185.30/3196.90	c   764s|109200 | 95233 |  5925k|  54.2 |  1337M |  77 |1968 |4530 |2021 | 423k|  1 |  61k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3186.00/3197.66	c   765s|109300 | 95323 |  5931k|  54.2 |  1337M |  77 |1968 |4545 |2071 | 424k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3186.51/3198.19	c   765s|109400 | 95413 |  5936k|  54.2 |  1337M |  77 |1968 |4561 |2057 | 424k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3186.99/3198.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3186.99/3198.68	c   766s|109500 | 95497 |  5941k|  54.2 |  1337M |  77 |1968 |4570 |2004 | 424k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3187.59/3199.29	c   766s|109600 | 95582 |  5946k|  54.2 |  1337M |  77 |1968 |4592 |2074 | 425k|  2 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3188.19/3199.87	c   767s|109700 | 95677 |  5951k|  54.2 |  1337M |  77 |1968 |4592 |2097 | 425k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3188.79/3200.41	c   767s|109800 | 95765 |  5956k|  54.2 |  1337M |  77 |1968 |4612 |2041 | 425k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3189.19/3200.85	c   768s|109900 | 95853 |  5960k|  54.2 |  1337M |  77 |1968 |4630 |1976 | 426k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3189.89/3201.59	c   768s|110000 | 95949 |  5968k|  54.2 |  1338M |  77 |1968 |4622 |2065 | 426k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3190.50/3202.11	c   769s|110100 | 96039 |  5972k|  54.2 |  1338M |  77 |1968 |4631 |2124 | 426k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3191.08/3202.76	c   770s|110200 | 96129 |  5978k|  54.2 |  1338M |  77 |1968 |4608 |2041 | 427k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3191.68/3203.34	c   770s|110300 | 96221 |  5983k|  54.2 |  1338M |  77 |1968 |4591 |2049 | 427k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3192.49/3204.13	c   771s|110400 | 96309 |  5989k|  54.2 |  1339M |  77 |1968 |4604 |2012 | 427k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3192.98/3204.60	c   771s|110500 | 96393 |  5994k|  54.2 |  1339M |  77 |1968 |4600 |2043 | 428k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3193.67/3205.33	c   772s|110600 | 96475 |  5999k|  54.2 |  1340M |  77 |1968 |4601 |   0 | 428k|  0 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3194.38/3206.09	c   773s|110700 | 96569 |  6006k|  54.2 |  1340M |  77 |1968 |4580 |2078 | 429k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3194.97/3206.61	c   774s|110800 | 96651 |  6011k|  54.2 |  1340M |  77 |1968 |4605 |2080 | 429k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3195.57/3207.22	c   774s|110900 | 96741 |  6016k|  54.2 |  1340M |  77 |1968 |4598 |2049 | 429k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3196.38/3208.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3196.38/3208.03	c   775s|111000 | 96827 |  6022k|  54.2 |  1340M |  77 |1968 |4614 |2093 | 430k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3196.96/3208.65	c   776s|111100 | 96905 |  6027k|  54.2 |  1340M |  77 |1968 |4631 |2004 | 430k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3197.76/3209.45	c   776s|111200 | 96991 |  6034k|  54.2 |  1340M |  77 |1968 |4624 |2082 | 431k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3198.16/3209.86	c   777s|111300 | 97075 |  6037k|  54.2 |  1340M |  77 |1968 |4613 |2062 | 431k|  1 |  62k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3198.76/3210.42	c   777s|111400 | 97165 |  6043k|  54.2 |  1340M |  77 |1968 |4626 |1997 | 431k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3199.37/3211.06	c   778s|111500 | 97244 |  6047k|  54.2 |  1341M |  77 |1968 |4670 |2092 | 432k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3200.05/3211.74	c   779s|111600 | 97328 |  6052k|  54.2 |  1342M |  77 |1968 |4667 |2055 | 432k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3200.65/3212.34	c   779s|111700 | 97408 |  6058k|  54.2 |  1342M |  77 |1968 |4700 |   0 | 432k|  0 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3201.25/3213.01	c   780s|111800 | 97496 |  6062k|  54.2 |  1343M |  77 |1968 |4689 |2026 | 433k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3202.05/3213.76	c   781s|111900 | 97589 |  6067k|  54.2 |  1343M |  77 |1968 |4687 |2076 | 433k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3202.55/3214.23	c   781s|112000 | 97677 |  6071k|  54.2 |  1343M |  77 |1968 |4688 |2019 | 433k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3203.05/3214.79	c   782s|112100 | 97764 |  6075k|  54.2 |  1343M |  77 |1968 |4705 |2094 | 434k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3203.64/3215.31	c   782s|112200 | 97850 |  6079k|  54.2 |  1343M |  77 |1968 |4672 |2000 | 434k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3204.24/3215.91	c   783s|112300 | 97940 |  6084k|  54.2 |  1343M |  77 |1968 |4664 |2021 | 434k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3204.94/3216.64	c   784s|112400 | 98030 |  6089k|  54.2 |  1343M |  77 |1968 |4634 |2090 | 434k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3205.54/3217.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3205.54/3217.26	c   784s|112500 | 98120 |  6095k|  54.2 |  1343M |  77 |1968 |4647 |2029 | 435k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3206.35/3218.03	c   785s|112600 | 98216 |  6101k|  54.2 |  1343M |  77 |1968 |4633 |2108 | 435k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3206.93/3218.65	c   786s|112700 | 98304 |  6107k|  54.2 |  1343M |  77 |1968 |4624 |1983 | 435k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3207.63/3219.30	c   786s|112800 | 98394 |  6111k|  54.2 |  1343M |  77 |1968 |4615 |2041 | 436k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3208.13/3219.82	c   787s|112900 | 98474 |  6116k|  54.2 |  1345M |  77 |1968 |4640 |2053 | 436k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3208.63/3220.34	c   787s|113000 | 98558 |  6120k|  54.1 |  1345M |  77 |1968 |4645 |2030 | 436k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3209.23/3220.95	c   788s|113100 | 98648 |  6125k|  54.1 |  1345M |  77 |1968 |4656 |2058 | 437k|  1 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3209.73/3221.42	c   788s|113200 | 98720 |  6129k|  54.1 |  1346M |  77 |1968 |4666 |   0 | 437k|  0 |  63k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3210.22/3221.90	c   789s|113300 | 98802 |  6133k|  54.1 |  1347M |  77 |1968 |4775 |2095 | 437k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3210.82/3222.54	c   789s|113400 | 98894 |  6139k|  54.1 |  1348M |  77 |1968 |4762 |2039 | 438k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3211.62/3223.34	c   790s|113500 | 98982 |  6145k|  54.1 |  1348M |  77 |1968 |4770 |2132 | 438k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3212.12/3223.86	c   791s|113600 | 99066 |  6150k|  54.1 |  1348M |  77 |1968 |4742 |2013 | 438k|  2 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3212.72/3224.42	c   791s|113700 | 99152 |  6155k|  54.1 |  1348M |  77 |1968 |4740 |2012 | 439k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3213.51/3225.26	c   792s|113800 | 99242 |  6161k|  54.1 |  1348M |  77 |1968 |4723 |2094 | 439k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3214.21/3225.93	c   793s|113900 | 99338 |  6167k|  54.1 |  1348M |  77 |1968 |4695 |2031 | 439k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3215.01/3226.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3215.01/3226.75	c   794s|114000 | 99426 |  6172k|  54.1 |  1349M |  77 |1968 |4686 |2044 | 440k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3215.51/3227.23	c   794s|114100 | 99504 |  6176k|  54.1 |  1349M |  77 |1968 |4732 |2101 | 440k|  2 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3216.11/3227.87	c   795s|114200 | 99587 |  6181k|  54.1 |  1349M |  77 |1968 |4754 |2020 | 440k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3216.80/3228.57	c   795s|114300 | 99673 |  6186k|  54.1 |  1349M |  77 |1968 |4747 |2103 | 441k|  7 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3217.70/3229.45	c   796s|114400 | 99755 |  6193k|  54.1 |  1349M |  77 |1968 |4767 |2032 | 441k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3218.41/3230.12	c   797s|114500 | 99838 |  6199k|  54.1 |  1349M |  77 |1968 |4784 |2028 | 442k|  3 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3218.90/3230.67	c   798s|114600 | 99922 |  6203k|  54.1 |  1350M |  77 |1968 |4807 |2050 | 442k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3219.79/3231.52	c   798s|114700 |100010 |  6209k|  54.1 |  1350M |  77 |1968 |4819 |2116 | 442k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3220.41/3232.11	c   799s|114800 |100093 |  6214k|  54.1 |  1352M |  77 |1968 |4815 |2050 | 443k|  1 |  64k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3220.89/3232.66	c   800s|114900 |100181 |  6218k|  54.1 |  1352M |  77 |1968 |4800 |1994 | 443k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3221.59/3233.39	c   800s|115000 |100273 |  6224k|  54.1 |  1352M |  77 |1968 |4805 |2077 | 443k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3222.30/3234.04	c   801s|115100 |100354 |  6229k|  54.1 |  1352M |  77 |1968 |4895 |2153 | 444k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3223.08/3234.82	c   802s|115200 |100443 |  6235k|  54.1 |  1353M |  77 |1968 |4927 |2036 | 444k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3223.68/3235.45	c   802s|115300 |100533 |  6240k|  54.1 |  1354M |  77 |1968 |4897 |2008 | 445k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3224.39/3236.13	c   803s|115400 |100617 |  6245k|  54.1 |  1354M |  77 |1968 |4876 |2073 | 445k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3225.08/3236.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3225.08/3236.86	c   804s|115500 |100709 |  6250k|  54.1 |  1354M |  77 |1968 |4860 |1996 | 445k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3226.08/3237.82	c   805s|115600 |100797 |  6256k|  54.1 |  1354M |  77 |1968 |4848 |2100 | 446k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3226.57/3238.39	c   805s|115700 |100881 |  6262k|  54.1 |  1354M |  77 |1968 |4890 |2092 | 446k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3227.17/3238.93	c   806s|115800 |100964 |  6267k|  54.1 |  1354M |  77 |1968 |4901 |2056 | 446k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3227.97/3239.71	c   807s|115900 |101044 |  6273k|  54.1 |  1354M |  77 |1968 |4905 |2075 | 447k|  4 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3228.38/3240.19	c   807s|116000 |101124 |  6278k|  54.1 |  1354M |  77 |1968 |4893 |2027 | 447k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3229.07/3240.88	c   808s|116100 |101209 |  6284k|  54.1 |  1354M |  77 |1968 |4933 |2072 | 448k|  1 |  65k|  17k|-1.255488e+03 |      --      |    Inf |   1.30%
3229.86/3241.65	c   809s|116200 |101295 |  6290k|  54.1 |  1355M |  77 |1968 |4968 |2103 | 448k|  1 |  65k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3230.56/3242.38	c   809s|116300 |101376 |  6297k|  54.1 |  1355M |  77 |1968 |4999 |2065 | 448k|  2 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3231.37/3243.11	c   810s|116400 |101462 |  6302k|  54.1 |  1355M |  77 |1968 |4988 |2034 | 449k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3231.86/3243.68	c   811s|116500 |101545 |  6307k|  54.1 |  1355M |  77 |1968 |4948 |2006 | 449k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3232.56/3244.37	c   811s|116600 |101632 |  6313k|  54.1 |  1355M |  77 |1968 |4932 |2084 | 450k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3233.05/3244.89	c   812s|116700 |101712 |  6317k|  54.1 |  1355M |  77 |1968 |4911 |1999 | 450k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3233.95/3245.75	c   813s|116800 |101800 |  6324k|  54.1 |  1355M |  77 |1968 |4932 |2119 | 450k|  2 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3234.65/3246.43	c   813s|116900 |101882 |  6329k|  54.1 |  1356M |  77 |1968 |4929 |2021 | 451k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3235.45/3247.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3235.45/3247.26	c   814s|117000 |101971 |  6335k|  54.1 |  1356M |  77 |1968 |4930 |2143 | 451k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3236.26/3248.05	c   815s|117100 |102053 |  6340k|  54.1 |  1357M |  77 |1968 |4960 |2099 | 452k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3236.94/3248.74	c   816s|117200 |102137 |  6345k|  54.1 |  1357M |  77 |1968 |4946 |2078 | 452k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3237.44/3249.22	c   816s|117300 |102222 |  6349k|  54.1 |  1357M |  77 |1968 |4983 |2061 | 452k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3237.94/3249.72	c   817s|117400 |102304 |  6353k|  54.1 |  1357M |  77 |1968 |5009 |2001 | 452k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3238.44/3250.28	c   817s|117500 |102387 |  6358k|  54.1 |  1357M |  77 |1968 |5027 |2087 | 453k|  6 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3239.04/3250.89	c   818s|117600 |102477 |  6364k|  54.1 |  1357M |  77 |1968 |4993 |2121 | 453k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3239.63/3251.40	c   818s|117700 |102563 |  6368k|  54.1 |  1357M |  77 |1968 |5010 |2036 | 453k|  1 |  66k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3240.35/3252.14	c   819s|117800 |102655 |  6374k|  54.1 |  1357M |  77 |1968 |5020 |2108 | 454k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3240.83/3252.60	c   819s|117900 |102739 |  6379k|  54.1 |  1358M |  77 |1968 |5021 |2088 | 454k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3241.53/3253.32	c   820s|118000 |102835 |  6385k|  54.1 |  1358M |  77 |1968 |5011 |2020 | 454k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3242.34/3254.14	c   821s|118100 |102915 |  6391k|  54.1 |  1358M |  77 |1968 |5112 |2047 | 455k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3243.02/3254.89	c   822s|118200 |103007 |  6396k|  54.1 |  1358M |  77 |1968 |5072 |2068 | 455k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3243.72/3255.56	c   822s|118300 |103101 |  6403k|  54.1 |  1358M |  77 |1968 |5061 |2086 | 456k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3244.62/3256.46	c   823s|118400 |103189 |  6410k|  54.1 |  1359M |  77 |1968 |5036 |2077 | 456k|  5 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3245.23/3257.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3245.23/3257.03	c   824s|118500 |103283 |  6415k|  54.1 |  1360M |  77 |1968 |5004 |2056 | 456k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3245.82/3257.69	c   825s|118600 |103371 |  6420k|  54.1 |  1360M |  77 |1968 |4993 |2110 | 457k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3246.33/3258.14	c   825s|118700 |103458 |  6423k|  54.1 |  1360M |  77 |1968 |4951 |2060 | 457k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3247.32/3259.17	c   826s|118800 |103551 |  6430k|  54.1 |  1360M |  77 |1968 |4873 |2033 | 457k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3248.22/3260.03	c   827s|118900 |103641 |  6437k|  54.1 |  1360M |  77 |1968 |4880 |2076 | 458k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3248.91/3260.73	c   828s|119000 |103729 |  6443k|  54.1 |  1361M |  77 |1968 |4849 |2052 | 458k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3249.60/3261.44	c   828s|119100 |103820 |  6451k|  54.1 |  1361M |  77 |1968 |4830 |2140 | 459k|  5 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3250.40/3262.22	c   829s|119200 |103910 |  6457k|  54.2 |  1361M |  77 |1968 |4808 |2078 | 459k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3251.10/3262.93	c   830s|119300 |103998 |  6463k|  54.2 |  1362M |  77 |1968 |4786 |2011 | 459k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3251.80/3263.62	c   831s|119400 |104084 |  6469k|  54.2 |  1363M |  77 |1968 |4815 |   0 | 460k|  0 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3252.40/3264.28	c   831s|119500 |104174 |  6475k|  54.2 |  1363M |  77 |1968 |4787 |2128 | 460k|  2 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3252.99/3264.85	c   832s|119600 |104263 |  6479k|  54.2 |  1363M |  77 |1968 |4751 |2033 | 460k|  1 |  67k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3253.69/3265.56	c   832s|119700 |104349 |  6485k|  54.2 |  1364M |  77 |1968 |4740 |2016 | 461k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3254.39/3266.20	c   833s|119800 |104437 |  6489k|  54.2 |  1364M |  77 |1968 |4742 |2018 | 461k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3255.09/3266.93	c   834s|119900 |104525 |  6496k|  54.2 |  1364M |  77 |1968 |4717 |2062 | 462k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3255.78/3267.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3255.78/3267.63	c   835s|120000 |104605 |  6501k|  54.2 |  1366M |  77 |1968 |4767 |2004 | 462k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3256.38/3268.22	c   835s|120100 |104698 |  6506k|  54.2 |  1366M |  77 |1968 |4767 |2093 | 462k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3257.08/3268.98	c   836s|120200 |104788 |  6511k|  54.2 |  1366M |  77 |1968 |4767 |2086 | 463k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3257.58/3269.41	c   836s|120300 |104870 |  6517k|  54.2 |  1368M |  77 |1968 |4783 |2079 | 463k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3258.29/3270.12	c   837s|120400 |104962 |  6522k|  54.2 |  1368M |  77 |1968 |4764 |2057 | 463k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3258.78/3270.68	c   838s|120500 |105054 |  6526k|  54.1 |  1368M |  77 |1968 |4750 |2023 | 464k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3259.47/3271.33	c   838s|120600 |105146 |  6532k|  54.1 |  1368M |  77 |1968 |4758 |2103 | 464k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3260.07/3271.98	c   839s|120700 |105234 |  6538k|  54.2 |  1369M |  77 |1968 |4755 |1986 | 464k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3260.57/3272.42	c   839s|120800 |105324 |  6542k|  54.1 |  1369M |  77 |1968 |4757 |2044 | 465k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3261.07/3272.96	c   840s|120900 |105409 |  6547k|  54.1 |  1369M |  77 |1968 |4771 |2067 | 465k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3261.67/3273.55	c   840s|121000 |105489 |  6551k|  54.1 |  1370M |  77 |1968 |4783 |1982 | 465k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3262.18/3274.02	c   841s|121100 |105571 |  6555k|  54.1 |  1370M |  77 |1968 |4815 |2016 | 466k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3262.86/3274.72	c   842s|121200 |105657 |  6561k|  54.1 |  1371M |  77 |1968 |4882 |2105 | 466k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3263.36/3275.23	c   842s|121300 |105749 |  6566k|  54.1 |  1371M |  77 |1968 |4869 |2044 | 466k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3264.06/3275.93	c   843s|121400 |105841 |  6573k|  54.1 |  1371M |  77 |1968 |4857 |2050 | 467k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3264.86/3276.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3264.86/3276.74	c   844s|121500 |105939 |  6578k|  54.1 |  1371M |  77 |1968 |4818 |1979 | 467k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3265.45/3277.38	c   844s|121600 |106029 |  6584k|  54.1 |  1372M |  77 |1968 |4840 |2052 | 467k|  1 |  68k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3266.35/3278.25	c   845s|121700 |106115 |  6590k|  54.1 |  1373M |  77 |1968 |4861 |1972 | 468k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3266.85/3278.77	c   846s|121800 |106205 |  6594k|  54.1 |  1373M |  77 |1968 |4847 |2042 | 468k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3267.65/3279.54	c   846s|121900 |106293 |  6601k|  54.1 |  1373M |  77 |1968 |4858 |   0 | 469k|  0 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3268.35/3280.23	c   847s|122000 |106387 |  6606k|  54.1 |  1373M |  77 |1968 |4835 |2066 | 469k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3269.04/3280.93	c   848s|122100 |106473 |  6612k|  54.1 |  1374M |  77 |1968 |4816 |2086 | 469k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3269.84/3281.70	c   849s|122200 |106571 |  6620k|  54.2 |  1375M |  77 |1968 |4782 |2039 | 470k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3270.64/3282.57	c   849s|122300 |106667 |  6625k|  54.2 |  1376M |  77 |1968 |4776 |2071 | 470k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3271.15/3283.06	c   850s|122400 |106761 |  6630k|  54.2 |  1376M |  77 |1968 |4736 |1984 | 470k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3271.94/3283.80	c   851s|122500 |106855 |  6636k|  54.2 |  1378M |  77 |1968 |4727 |2095 | 471k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3272.43/3284.39	c   851s|122600 |106936 |  6641k|  54.2 |  1379M |  77 |1968 |4737 |2040 | 471k|  2 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3273.14/3285.11	c   852s|122700 |107032 |  6646k|  54.2 |  1379M |  77 |1968 |4753 |2108 | 471k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3273.73/3285.62	c   853s|122800 |107118 |  6652k|  54.2 |  1379M |  77 |1968 |4796 |2101 | 472k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3274.33/3286.24	c   853s|122900 |107204 |  6657k|  54.1 |  1379M |  77 |1968 |4777 |2075 | 472k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3275.03/3286.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3275.03/3286.95	c   854s|123000 |107294 |  6663k|  54.2 |  1379M |  77 |1968 |4780 |2126 | 472k|  5 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3275.52/3287.43	c   854s|123100 |107388 |  6667k|  54.1 |  1379M |  77 |1968 |4733 |2064 | 473k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3276.13/3288.04	c   855s|123200 |107482 |  6671k|  54.1 |  1380M |  77 |1968 |4726 |2093 | 473k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3276.52/3288.49	c   855s|123300 |107572 |  6676k|  54.1 |  1381M |  77 |1968 |4690 |2106 | 473k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3277.13/3289.08	c   856s|123400 |107660 |  6681k|  54.1 |  1381M |  77 |1968 |4683 |2023 | 474k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3277.92/3289.86	c   857s|123500 |107746 |  6687k|  54.1 |  1381M |  77 |1968 |4687 |2103 | 474k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3278.51/3290.41	c   857s|123600 |107836 |  6691k|  54.1 |  1381M |  77 |1968 |4653 |2000 | 474k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3279.41/3291.30	c   858s|123700 |107932 |  6698k|  54.1 |  1382M |  77 |1968 |4639 |2083 | 475k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3279.91/3291.81	c   859s|123800 |108023 |  6703k|  54.1 |  1382M |  77 |1968 |4641 |2132 | 475k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3280.41/3292.32	c   859s|123900 |108104 |  6707k|  54.1 |  1382M |  77 |1968 |4638 |1995 | 475k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3280.91/3292.87	c   860s|124000 |108190 |  6712k|  54.1 |  1383M |  77 |1968 |4637 |2100 | 476k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3281.31/3293.29	c   860s|124100 |108279 |  6716k|  54.1 |  1383M |  77 |1968 |4624 |2044 | 476k|  1 |  69k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3282.12/3294.04	c   861s|124200 |108361 |  6721k|  54.1 |  1384M |  77 |1968 |4657 |2069 | 476k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3282.60/3294.55	c   861s|124300 |108455 |  6726k|  54.1 |  1384M |  77 |1968 |4628 |2047 | 477k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3283.21/3295.13	c   862s|124400 |108549 |  6731k|  54.1 |  1384M |  77 |1968 |4608 |2056 | 477k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3283.90/3295.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3283.90/3295.87	c   863s|124500 |108639 |  6740k|  54.1 |  1384M |  77 |1968 |4619 |2100 | 477k|  0 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3284.50/3296.48	c   863s|124600 |108737 |  6746k|  54.1 |  1384M |  77 |1968 |4588 |2017 | 478k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3285.11/3297.01	c   864s|124700 |108827 |  6750k|  54.1 |  1384M |  77 |1968 |4588 |   0 | 478k|  0 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3285.59/3297.50	c   864s|124800 |108919 |  6756k|  54.1 |  1384M |  77 |1968 |4566 |2116 | 478k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3286.29/3298.24	c   865s|124900 |109017 |  6762k|  54.1 |  1384M |  77 |1968 |4520 |2027 | 479k|  2 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3287.10/3299.10	c   866s|125000 |109113 |  6769k|  54.1 |  1386M |  77 |1968 |4507 |2061 | 479k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3287.49/3299.47	c   866s|125100 |109199 |  6773k|  54.1 |  1386M |  77 |1968 |4548 |2092 | 479k|  2 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3288.48/3300.42	c   867s|125200 |109299 |  6782k|  54.2 |  1386M |  77 |1968 |4511 |2093 | 480k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3289.20/3301.11	c   868s|125300 |109393 |  6789k|  54.2 |  1386M |  77 |1968 |4504 |2132 | 480k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3289.88/3301.80	c   869s|125400 |109489 |  6794k|  54.2 |  1386M |  77 |1968 |4488 |2053 | 480k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3290.38/3302.35	c   869s|125500 |109581 |  6798k|  54.2 |  1386M |  77 |1968 |4459 |2035 | 481k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3290.98/3302.93	c   870s|125600 |109671 |  6803k|  54.1 |  1386M |  77 |1968 |4451 |2066 | 481k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3291.48/3303.46	c   870s|125700 |109767 |  6808k|  54.1 |  1387M |  77 |1968 |4453 |2050 | 481k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3292.09/3304.10	c   871s|125800 |109863 |  6813k|  54.1 |  1387M |  77 |1968 |4425 |1984 | 482k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3292.87/3304.86	c   872s|125900 |109961 |  6820k|  54.2 |  1387M |  77 |1968 |4400 |2071 | 482k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3293.57/3305.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3293.57/3305.57	c   872s|126000 |110053 |  6825k|  54.2 |  1387M |  77 |1968 |4392 |2001 | 482k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3294.08/3306.03	c   873s|126100 |110145 |  6830k|  54.2 |  1387M |  77 |1968 |4370 |2024 | 483k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3294.77/3306.76	c   874s|126200 |110235 |  6835k|  54.1 |  1387M |  77 |1968 |4382 |2119 | 483k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3295.36/3307.40	c   874s|126300 |110325 |  6840k|  54.1 |  1387M |  77 |1968 |4384 |2082 | 483k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3295.96/3307.92	c   875s|126400 |110421 |  6845k|  54.1 |  1388M |  77 |1968 |4355 |2077 | 484k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3296.46/3308.45	c   875s|126500 |110507 |  6850k|  54.1 |  1388M |  77 |1968 |4345 |2043 | 484k|  2 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3297.07/3309.10	c   876s|126600 |110603 |  6854k|  54.1 |  1388M |  77 |1968 |4324 |2075 | 484k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3297.66/3309.67	c   877s|126700 |110693 |  6859k|  54.1 |  1388M |  77 |1968 |4328 |2134 | 485k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3298.17/3310.11	c   877s|126800 |110784 |  6864k|  54.1 |  1388M |  77 |1968 |4341 |2112 | 485k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3298.55/3310.56	c   877s|126900 |110874 |  6868k|  54.1 |  1388M |  77 |1968 |4331 |2002 | 485k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3299.17/3311.15	c   878s|127000 |110966 |  6872k|  54.1 |  1389M |  77 |1968 |4336 |2071 | 485k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3299.65/3311.62	c   879s|127100 |111058 |  6877k|  54.1 |  1389M |  77 |1968 |4331 |2100 | 486k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3300.16/3312.15	c   879s|127200 |111140 |  6882k|  54.1 |  1390M |  77 |1968 |4423 |2052 | 486k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3300.75/3312.71	c   880s|127300 |111226 |  6886k|  54.1 |  1391M |  77 |1968 |4432 |2088 | 486k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3301.25/3313.24	c   880s|127400 |111314 |  6891k|  54.1 |  1391M |  77 |1968 |4427 |2086 | 487k|  1 |  70k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3301.74/3313.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3301.74/3313.73	c   881s|127500 |111408 |  6896k|  54.1 |  1391M |  77 |1968 |4428 |2026 | 487k|  1 |  71k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3302.24/3314.27	c   881s|127600 |111495 |  6901k|  54.1 |  1391M |  77 |1968 |4454 |2072 | 487k|  1 |  71k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3302.94/3314.97	c   882s|127700 |111581 |  6907k|  54.1 |  1391M |  77 |1968 |4454 |2004 | 487k|  1 |  71k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3303.64/3315.66	c   883s|127800 |111675 |  6912k|  54.1 |  1391M |  77 |1968 |4457 |2074 | 488k|  1 |  71k|  18k|-1.255488e+03 |      --      |    Inf |   1.30%
3304.15/3316.17	c   883s|127900 |111763 |  6916k|  54.1 |  1392M |  77 |1968 |4448 |1999 | 488k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3304.93/3316.90	c   884s|128000 |111857 |  6922k|  54.1 |  1392M |  77 |1968 |4433 |2110 | 489k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3305.53/3317.52	c   884s|128100 |111949 |  6927k|  54.1 |  1392M |  77 |1968 |4428 |2072 | 489k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3306.14/3318.18	c   885s|128200 |112043 |  6932k|  54.1 |  1393M |  77 |1968 |4404 |2021 | 489k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3306.93/3318.95	c   886s|128300 |112137 |  6937k|  54.1 |  1394M |  77 |1968 |4399 |2106 | 490k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3307.53/3319.59	c   886s|128400 |112237 |  6944k|  54.1 |  1396M |  77 |1968 |4373 |2069 | 490k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3308.14/3320.15	c   887s|128500 |112333 |  6951k|  54.1 |  1396M |  77 |1968 |4363 |2070 | 490k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3308.72/3320.72	c   888s|128600 |112425 |  6956k|  54.1 |  1398M |  77 |1968 |4354 |1985 | 491k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3309.42/3321.40	c   888s|128700 |112521 |  6962k|  54.1 |  1398M |  77 |1968 |4339 |2091 | 491k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3310.03/3322.01	c   889s|128800 |112610 |  6968k|  54.1 |  1398M |  79 |1968 |4365 |2122 | 491k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3310.62/3322.66	c   890s|128900 |112702 |  6974k|  54.1 |  1398M |  79 |1968 |4399 |2010 | 492k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3311.32/3323.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3311.32/3323.39	c   890s|129000 |112796 |  6980k|  54.1 |  1399M |  81 |1968 |4400 |2084 | 492k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3311.91/3324.00	c   891s|129100 |112886 |  6986k|  54.1 |  1399M |  81 |1968 |4406 |1992 | 492k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3312.51/3324.59	c   891s|129200 |112980 |  6991k|  54.1 |  1400M |  81 |1968 |4400 |2023 | 493k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3313.31/3325.32	c   892s|129300 |113070 |  6997k|  54.1 |  1401M |  81 |1968 |4402 |2083 | 493k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3314.21/3326.29	c   893s|129400 |113166 |  7002k|  54.1 |  1401M |  81 |1968 |4400 |2142 | 494k|  2 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3314.81/3326.82	c   894s|129500 |113260 |  7007k|  54.1 |  1401M |  81 |1968 |4382 |2038 | 494k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3315.30/3327.36	c   894s|129600 |113354 |  7013k|  54.1 |  1402M |  81 |1968 |4416 |2081 | 494k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3315.90/3327.95	c   895s|129700 |113448 |  7019k|  54.1 |  1402M |  81 |1968 |4363 |2028 | 494k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3316.40/3328.47	c   895s|129800 |113544 |  7024k|  54.1 |  1402M |  81 |1968 |4344 |2055 | 495k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3317.11/3329.11	c   896s|129900 |113638 |  7030k|  54.1 |  1402M |  81 |1968 |4325 |2129 | 495k|  2 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3317.80/3329.83	c   897s|130000 |113736 |  7035k|  54.1 |  1402M |  81 |1968 |4270 |2016 | 496k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3318.39/3330.46	c   897s|130100 |113828 |  7040k|  54.1 |  1402M |  81 |1968 |4265 |2047 | 496k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3319.11/3331.19	c   898s|130200 |113924 |  7046k|  54.1 |  1402M |  81 |1968 |4220 |2006 | 496k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3319.59/3331.60	c   898s|130300 |114016 |  7051k|  54.1 |  1404M |  81 |1968 |4214 |2029 | 497k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3320.10/3332.17	c   899s|130400 |114104 |  7055k|  54.1 |  1404M |  81 |1968 |4221 |2052 | 497k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3320.79/3332.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3320.79/3332.84	c   900s|130500 |114192 |  7061k|  54.1 |  1405M |  81 |1968 |4257 |2052 | 497k|  1 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3321.29/3333.36	c   900s|130600 |114282 |  7065k|  54.1 |  1405M |  81 |1968 |4232 |2011 | 498k|  2 |  71k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3321.78/3333.89	c   901s|130700 |114373 |  7070k|  54.1 |  1405M |  81 |1968 |4237 |2081 | 498k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3322.38/3334.41	c   901s|130800 |114464 |  7075k|  54.1 |  1405M |  81 |1968 |4193 |2093 | 498k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3322.88/3334.96	c   902s|130900 |114558 |  7081k|  54.1 |  1405M |  81 |1968 |4154 |2011 | 499k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3323.68/3335.72	c   903s|131000 |114646 |  7087k|  54.1 |  1407M |  81 |1968 |4161 |2110 | 499k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3324.18/3336.20	c   903s|131100 |114734 |  7093k|  54.1 |  1407M |  81 |1968 |4196 |2074 | 499k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3324.78/3336.89	c   904s|131200 |114824 |  7098k|  54.1 |  1407M |  81 |1968 |4179 |2070 | 500k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3325.57/3337.64	c   905s|131300 |114914 |  7104k|  54.1 |  1407M |  81 |1968 |4214 |2036 | 500k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3326.08/3338.13	c   905s|131400 |115010 |  7109k|  54.1 |  1407M |  81 |1968 |4199 |2083 | 500k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3326.67/3338.74	c   906s|131500 |115098 |  7115k|  54.1 |  1408M |  81 |1968 |4253 |2067 | 500k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3327.17/3339.26	c   906s|131600 |115185 |  7120k|  54.1 |  1408M |  81 |1968 |4321 |2112 | 501k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3327.76/3339.83	c   907s|131700 |115281 |  7125k|  54.1 |  1408M |  81 |1968 |4300 |2011 | 501k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3328.36/3340.44	c   907s|131800 |115375 |  7130k|  54.1 |  1409M |  81 |1968 |4282 |2022 | 501k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3328.97/3341.09	c   908s|131900 |115469 |  7135k|  54.1 |  1410M |  81 |1968 |4264 |2075 | 502k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3329.56/3341.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3329.56/3341.65	c   909s|132000 |115563 |  7142k|  54.1 |  1410M |  81 |1968 |4271 |   0 | 502k|  0 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3330.07/3342.14	c   909s|132100 |115657 |  7146k|  54.1 |  1411M |  81 |1968 |4233 |2063 | 502k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3330.56/3342.66	c   910s|132200 |115747 |  7151k|  54.1 |  1411M |  81 |1968 |4214 |2055 | 502k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3331.15/3343.23	c   910s|132300 |115837 |  7155k|  54.1 |  1411M |  81 |1968 |4201 |2119 | 503k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3331.55/3343.62	c   911s|132400 |115931 |  7159k|  54.1 |  1411M |  81 |1968 |4167 |2041 | 503k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3332.25/3344.32	c   911s|132500 |116019 |  7165k|  54.1 |  1411M |  81 |1968 |4159 |2089 | 503k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3332.65/3344.79	c   912s|132600 |116103 |  7168k|  54.0 |  1412M |  81 |1968 |4174 |2108 | 504k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3333.45/3345.57	c   912s|132700 |116195 |  7174k|  54.1 |  1414M |  81 |1968 |4144 |2074 | 504k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3334.06/3346.16	c   913s|132800 |116285 |  7179k|  54.0 |  1414M |  81 |1968 |4179 |2099 | 504k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3334.64/3346.76	c   914s|132900 |116379 |  7185k|  54.0 |  1414M |  81 |1968 |4166 |2092 | 505k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3335.14/3347.26	c   914s|133000 |116469 |  7189k|  54.0 |  1415M |  81 |1968 |4160 |2051 | 505k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3335.74/3347.83	c   915s|133100 |116567 |  7194k|  54.0 |  1415M |  81 |1968 |4136 |2008 | 505k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3336.34/3348.43	c   915s|133200 |116661 |  7200k|  54.0 |  1415M |  81 |1968 |4114 |2039 | 505k|  2 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3336.85/3349.01	c   916s|133300 |116755 |  7205k|  54.0 |  1416M |  81 |1968 |4112 |2073 | 506k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3337.45/3349.53	c   916s|133400 |116851 |  7210k|  54.0 |  1416M |  81 |1968 |4090 |2084 | 506k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3338.06/3350.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3338.06/3350.13	c   917s|133500 |116946 |  7215k|  54.0 |  1417M |  81 |1968 |4089 |2024 | 506k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3338.84/3350.91	c   918s|133600 |117038 |  7220k|  54.0 |  1417M |  81 |1968 |4090 |2067 | 507k|  1 |  72k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3339.34/3351.50	c   918s|133700 |117122 |  7226k|  54.0 |  1417M |  81 |1968 |4076 |2029 | 507k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3339.95/3352.07	c   919s|133800 |117218 |  7231k|  54.0 |  1417M |  81 |1968 |4066 |2028 | 507k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3340.74/3352.83	c   920s|133900 |117304 |  7238k|  54.0 |  1418M |  81 |1968 |4076 |2015 | 508k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3341.43/3353.55	c   920s|134000 |117404 |  7244k|  54.0 |  1418M |  81 |1968 |4045 |2100 | 508k|  5 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3341.94/3354.10	c   921s|134100 |117498 |  7249k|  54.0 |  1418M |  81 |1968 |4044 |2102 | 509k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3342.83/3354.98	c   922s|134200 |117598 |  7256k|  54.1 |  1419M |  81 |1968 |4021 |2073 | 509k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3343.33/3355.46	c   922s|134300 |117696 |  7261k|  54.1 |  1419M |  81 |1968 |4001 |2112 | 509k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3343.94/3356.08	c   923s|134400 |117782 |  7267k|  54.1 |  1419M |  81 |1968 |4075 |2014 | 510k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3344.62/3356.79	c   924s|134500 |117878 |  7273k|  54.1 |  1419M |  81 |1968 |4043 |2085 | 510k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3345.12/3357.23	c   924s|134600 |117966 |  7277k|  54.1 |  1419M |  81 |1968 |4080 |2070 | 510k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3345.62/3357.72	c   925s|134700 |118066 |  7282k|  54.0 |  1421M |  81 |1968 |4037 |2008 | 511k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3346.32/3358.47	c   925s|134800 |118164 |  7289k|  54.1 |  1421M |  81 |1968 |4025 |2098 | 511k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3346.82/3359.00	c   926s|134900 |118252 |  7294k|  54.1 |  1421M |  81 |1968 |4034 |2087 | 511k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3347.41/3359.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3347.41/3359.54	c   926s|135000 |118348 |  7300k|  54.1 |  1421M |  81 |1968 |4013 |2038 | 512k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3347.93/3360.08	c   927s|135100 |118445 |  7304k|  54.0 |  1421M |  81 |1968 |3971 |1989 | 512k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3348.61/3360.74	c   928s|135200 |118543 |  7310k|  54.1 |  1421M |  81 |1968 |3946 |2035 | 512k|  2 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3349.41/3361.57	c   928s|135300 |118639 |  7318k|  54.1 |  1422M |  81 |1968 |3958 |2088 | 513k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3350.11/3362.20	c   929s|135400 |118735 |  7325k|  54.1 |  1423M |  81 |1968 |3922 |2045 | 513k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3350.70/3362.82	c   930s|135500 |118827 |  7330k|  54.1 |  1423M |  81 |1968 |3926 |2028 | 514k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3351.30/3363.46	c   930s|135600 |118921 |  7336k|  54.1 |  1423M |  81 |1968 |3908 |2085 | 514k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3351.80/3363.92	c   931s|135700 |119015 |  7341k|  54.1 |  1423M |  81 |1968 |3911 |1991 | 514k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3352.60/3364.78	c   932s|135800 |119107 |  7348k|  54.1 |  1423M |  81 |1968 |3939 |2118 | 515k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3353.20/3365.37	c   932s|135900 |119201 |  7353k|  54.1 |  1423M |  81 |1968 |3937 |2115 | 515k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3353.70/3365.80	c   933s|136000 |119287 |  7357k|  54.1 |  1428M |  81 |1968 |3963 |2011 | 515k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3354.19/3366.38	c   933s|136100 |119373 |  7362k|  54.1 |  1428M |  81 |1968 |3986 |2039 | 516k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3354.79/3366.98	c   934s|136200 |119463 |  7367k|  54.1 |  1428M |  81 |1968 |4080 |2101 | 516k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3355.29/3367.48	c   934s|136300 |119561 |  7372k|  54.1 |  1428M |  81 |1968 |4053 |2038 | 516k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3355.79/3367.95	c   935s|136400 |119659 |  7376k|  54.1 |  1428M |  81 |1968 |4019 |2105 | 517k|  6 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3356.29/3368.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3356.29/3368.40	c   935s|136500 |119753 |  7380k|  54.1 |  1429M |  81 |1968 |4014 |2124 | 517k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3357.00/3369.11	c   936s|136600 |119843 |  7387k|  54.1 |  1429M |  81 |1968 |3986 |2042 | 517k|  2 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3357.58/3369.73	c   937s|136700 |119939 |  7393k|  54.1 |  1429M |  81 |1968 |3985 |2108 | 517k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3357.90/3370.11	c   937s|136800 |120030 |  7397k|  54.1 |  1430M |  81 |1968 |4005 |2016 | 518k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3358.58/3370.74	c   938s|136900 |120128 |  7403k|  54.1 |  1431M |  81 |1968 |3998 |2085 | 518k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3359.08/3371.25	c   938s|137000 |120220 |  7408k|  54.1 |  1431M |  81 |1968 |4012 |2067 | 518k|  1 |  73k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3359.68/3371.86	c   939s|137100 |120308 |  7414k|  54.1 |  1431M |  81 |1968 |4026 |2022 | 519k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3360.18/3372.30	c   939s|137200 |120404 |  7417k|  54.0 |  1431M |  81 |1968 |4017 |2068 | 519k|  2 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3360.67/3372.82	c   940s|137300 |120492 |  7423k|  54.0 |  1431M |  81 |1968 |4003 |2045 | 519k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3361.27/3373.49	c   940s|137400 |120586 |  7429k|  54.1 |  1431M |  81 |1968 |4000 |2102 | 519k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3361.98/3374.13	c   941s|137500 |120680 |  7435k|  54.1 |  1431M |  81 |1968 |3975 |2032 | 520k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3362.88/3375.08	c   942s|137600 |120772 |  7442k|  54.1 |  1431M |  81 |1968 |3950 |2099 | 520k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3363.27/3375.49	c   942s|137700 |120863 |  7446k|  54.1 |  1431M |  81 |1968 |3984 |2007 | 520k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3363.98/3376.15	c   943s|137800 |120959 |  7452k|  54.1 |  1431M |  81 |1968 |3976 |2096 | 521k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3364.46/3376.67	c   944s|137900 |121050 |  7458k|  54.1 |  1431M |  81 |1968 |3979 |2000 | 521k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3365.16/3377.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3365.16/3377.31	c   944s|138000 |121147 |  7464k|  54.1 |  1431M |  81 |1968 |3973 |2077 | 521k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3365.87/3378.11	c   945s|138100 |121247 |  7471k|  54.1 |  1431M |  81 |1968 |3936 |2034 | 522k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3366.56/3378.76	c   946s|138200 |121343 |  7476k|  54.1 |  1431M |  81 |1968 |3932 |2064 | 522k|  1 |  74k|  19k|-1.255488e+03 |      --      |    Inf |   1.30%
3367.06/3379.26	c   946s|138300 |121435 |  7480k|  54.1 |  1432M |  81 |1968 |3944 |2049 | 522k|  2 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3367.75/3379.91	c   947s|138400 |121523 |  7486k|  54.1 |  1433M |  81 |1968 |3974 |2065 | 523k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3368.55/3380.72	c   948s|138500 |121617 |  7493k|  54.1 |  1434M |  81 |1968 |3974 |2114 | 523k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3368.96/3381.17	c   948s|138600 |121707 |  7497k|  54.1 |  1434M |  81 |1968 |4071 |1994 | 523k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3369.65/3381.80	c   949s|138700 |121801 |  7502k|  54.1 |  1435M |  81 |1968 |4072 |2083 | 524k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3370.15/3382.38	c   949s|138800 |121895 |  7508k|  54.1 |  1436M |  81 |1968 |4072 |2060 | 524k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3371.04/3383.27	c   950s|138900 |121991 |  7515k|  54.1 |  1438M |  81 |1968 |4056 |2124 | 525k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3371.64/3383.81	c   951s|139000 |122091 |  7521k|  54.1 |  1438M |  81 |1968 |4029 |2016 | 525k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3372.44/3384.63	c   952s|139100 |122191 |  7528k|  54.1 |  1438M |  81 |1968 |4016 |2104 | 525k|  4 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3372.95/3385.13	c   952s|139200 |122281 |  7533k|  54.1 |  1438M |  81 |1968 |3989 |2037 | 526k|  3 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3373.54/3385.78	c   953s|139300 |122379 |  7538k|  54.1 |  1438M |  81 |1968 |3968 |2045 | 526k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3374.23/3386.43	c   953s|139400 |122470 |  7544k|  54.1 |  1438M |  81 |1968 |4008 |2080 | 526k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3375.03/3387.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3375.03/3387.28	c   954s|139500 |122567 |  7551k|  54.1 |  1438M |  81 |1968 |3967 |2065 | 527k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3375.73/3387.91	c   955s|139600 |122661 |  7556k|  54.1 |  1438M |  81 |1968 |3977 |2087 | 527k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3376.33/3388.54	c   955s|139700 |122753 |  7561k|  54.1 |  1441M |  81 |1968 |3967 |2111 | 527k|  2 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3377.12/3389.34	c   956s|139800 |122849 |  7569k|  54.1 |  1442M |  81 |1968 |3961 |2062 | 528k|  4 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3378.02/3390.20	c   957s|139900 |122935 |  7576k|  54.1 |  1442M |  81 |1968 |3981 |2124 | 528k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3378.83/3391.05	c   958s|140000 |123031 |  7583k|  54.1 |  1442M |  81 |1968 |3945 |2018 | 529k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3379.52/3391.72	c   959s|140100 |123131 |  7589k|  54.2 |  1442M |  81 |1968 |3921 |2121 | 529k|  2 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3380.21/3392.42	c   959s|140200 |123219 |  7595k|  54.2 |  1442M |  81 |1968 |3932 |2002 | 530k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3380.61/3392.88	c   960s|140300 |123319 |  7600k|  54.2 |  1442M |  81 |1968 |3914 |2042 | 530k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3381.31/3393.55	c   960s|140400 |123417 |  7605k|  54.2 |  1442M |  81 |1968 |3879 |2118 | 531k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3382.01/3394.26	c   961s|140500 |123513 |  7611k|  54.2 |  1442M |  81 |1968 |3859 |2026 | 531k|  1 |  74k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3382.71/3394.98	c   962s|140600 |123607 |  7617k|  54.2 |  1442M |  81 |1968 |3844 |2064 | 531k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3383.41/3395.62	c   963s|140700 |123705 |  7623k|  54.2 |  1442M |  81 |1968 |3821 |2013 | 532k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3383.92/3396.17	c   963s|140800 |123798 |  7628k|  54.2 |  1442M |  81 |1968 |3822 |2043 | 532k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3384.70/3396.91	c   964s|140900 |123896 |  7633k|  54.2 |  1442M |  81 |1968 |3813 |2084 | 532k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3385.40/3397.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3385.40/3397.67	c   965s|141000 |123994 |  7639k|  54.2 |  1443M |  81 |1968 |3773 |2049 | 533k|  4 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3386.10/3398.34	c   965s|141100 |124090 |  7645k|  54.2 |  1444M |  81 |1968 |3753 |2032 | 533k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3386.70/3398.93	c   966s|141200 |124185 |  7651k|  54.2 |  1444M |  81 |1968 |3729 |2044 | 534k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3387.39/3399.62	c   967s|141300 |124279 |  7656k|  54.2 |  1444M |  81 |1968 |3724 |2102 | 534k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3387.90/3400.16	c   967s|141400 |124367 |  7662k|  54.2 |  1444M |  81 |1968 |3746 |2035 | 534k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3388.69/3401.01	c   968s|141500 |124461 |  7667k|  54.2 |  1444M |  81 |1968 |3753 |2043 | 535k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3389.39/3401.64	c   969s|141600 |124561 |  7674k|  54.2 |  1444M |  81 |1968 |3723 |2072 | 535k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3389.90/3402.11	c   969s|141700 |124657 |  7679k|  54.2 |  1444M |  81 |1968 |3692 |2021 | 535k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3390.58/3402.83	c   970s|141800 |124753 |  7685k|  54.2 |  1444M |  81 |1968 |3699 |2087 | 536k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3391.18/3403.44	c   970s|141900 |124851 |  7691k|  54.2 |  1444M |  81 |1968 |3667 |2007 | 536k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3391.89/3404.19	c   971s|142000 |124949 |  7696k|  54.2 |  1444M |  81 |1968 |3652 |2063 | 536k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3392.38/3404.68	c   972s|142100 |125042 |  7701k|  54.2 |  1444M |  81 |1968 |3660 |2088 | 537k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3393.08/3405.37	c   972s|142200 |125142 |  7707k|  54.2 |  1444M |  81 |1968 |3679 |2040 | 537k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3393.79/3406.03	c   973s|142300 |125242 |  7712k|  54.2 |  1444M |  81 |1968 |3656 |2075 | 537k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3394.27/3406.55	c   973s|142400 |125332 |  7717k|  54.2 |  1444M |  81 |1968 |3692 |2001 | 538k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3395.17/3407.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3395.17/3407.42	c   974s|142500 |125428 |  7725k|  54.2 |  1444M |  81 |1968 |3686 |2072 | 538k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3395.67/3407.99	c   975s|142600 |125522 |  7729k|  54.2 |  1444M |  81 |1968 |3682 |2031 | 538k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3396.37/3408.69	c   976s|142700 |125612 |  7735k|  54.2 |  1444M |  81 |1968 |3714 |2055 | 539k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3396.88/3409.13	c   976s|142800 |125712 |  7740k|  54.2 |  1444M |  81 |1968 |3691 |2023 | 539k|  2 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3397.36/3409.66	c   977s|142900 |125810 |  7745k|  54.2 |  1444M |  81 |1968 |3668 |2028 | 540k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3398.26/3410.54	c   977s|143000 |125906 |  7753k|  54.2 |  1444M |  81 |1968 |3666 |2095 | 540k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3399.06/3411.33	c   978s|143100 |126000 |  7759k|  54.2 |  1444M |  81 |1968 |3667 |2020 | 540k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3399.77/3412.10	c   979s|143200 |126096 |  7764k|  54.2 |  1446M |  81 |1968 |3649 |2072 | 541k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3400.45/3412.76	c   980s|143300 |126192 |  7770k|  54.2 |  1448M |  81 |1968 |3636 |2027 | 541k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3401.45/3413.71	c   981s|143400 |126292 |  7778k|  54.2 |  1449M |  81 |1968 |3610 |2103 | 541k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3402.15/3414.42	c   981s|143500 |126388 |  7785k|  54.2 |  1449M |  81 |1968 |3607 |2117 | 542k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3402.76/3415.05	c   982s|143600 |126488 |  7791k|  54.2 |  1449M |  81 |1968 |3574 |2012 | 542k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3403.44/3415.75	c   983s|143700 |126579 |  7796k|  54.2 |  1449M |  81 |1968 |3598 |2124 | 543k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3404.14/3416.46	c   983s|143800 |126679 |  7802k|  54.2 |  1449M |  81 |1968 |3594 |2039 | 543k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3404.85/3417.16	c   984s|143900 |126767 |  7809k|  54.3 |  1450M |  81 |1968 |3664 |2053 | 544k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3405.54/3417.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3405.54/3417.84	c   985s|144000 |126854 |  7815k|  54.3 |  1450M |  81 |1968 |3682 |2007 | 544k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3406.33/3418.66	c   986s|144100 |126954 |  7821k|  54.3 |  1453M |  81 |1968 |3669 |2099 | 544k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3406.93/3419.23	c   986s|144200 |127043 |  7827k|  54.3 |  1453M |  81 |1968 |3691 |2010 | 545k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3407.84/3420.18	c   987s|144300 |127139 |  7835k|  54.3 |  1453M |  81 |1968 |3692 |2094 | 545k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3408.63/3420.99	c   988s|144400 |127235 |  7841k|  54.3 |  1453M |  81 |1968 |3722 |2090 | 546k|  5 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3409.42/3421.74	c   989s|144500 |127333 |  7847k|  54.3 |  1453M |  81 |1968 |3733 |2129 | 546k|  7 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3410.02/3422.38	c   989s|144600 |127425 |  7854k|  54.3 |  1453M |  81 |1968 |3756 |2093 | 546k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3410.62/3422.98	c   990s|144700 |127517 |  7859k|  54.3 |  1453M |  81 |1968 |3777 |2028 | 547k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3411.22/3423.58	c   990s|144800 |127615 |  7864k|  54.3 |  1453M |  81 |1968 |3772 |2076 | 547k|  1 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3411.92/3424.20	c   991s|144900 |127711 |  7870k|  54.3 |  1454M |  81 |1968 |3765 |2154 | 547k|  4 |  75k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3412.41/3424.70	c   992s|145000 |127801 |  7874k|  54.3 |  1454M |  81 |1968 |3784 |2068 | 548k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3413.11/3425.48	c   992s|145100 |127897 |  7881k|  54.3 |  1455M |  81 |1968 |3778 |2092 | 548k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3413.61/3425.95	c   993s|145200 |127985 |  7886k|  54.3 |  1455M |  81 |1968 |3800 |2006 | 548k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3414.21/3426.55	c   993s|145300 |128085 |  7892k|  54.3 |  1456M |  81 |1968 |3770 |2066 | 549k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3414.82/3427.13	c   994s|145400 |128185 |  7897k|  54.3 |  1456M |  81 |1968 |3751 |2124 | 549k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3415.40/3427.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3415.40/3427.73	c   995s|145500 |128271 |  7903k|  54.3 |  1457M |  81 |1968 |3822 |2017 | 550k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3416.00/3428.30	c   995s|145600 |128363 |  7908k|  54.3 |  1458M |  81 |1968 |3838 |2041 | 550k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3416.71/3429.01	c   996s|145700 |128451 |  7914k|  54.3 |  1458M |  81 |1968 |3840 |2039 | 550k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3417.30/3429.66	c   997s|145800 |128541 |  7920k|  54.3 |  1458M |  81 |1968 |3843 |2008 | 551k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3418.19/3430.51	c   997s|145900 |128641 |  7927k|  54.3 |  1458M |  81 |1968 |3827 |2118 | 551k|  4 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3418.71/3431.08	c   998s|146000 |128732 |  7932k|  54.3 |  1458M |  81 |1968 |3867 |2082 | 551k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3419.39/3431.72	c   999s|146100 |128822 |  7938k|  54.3 |  1458M |  81 |1968 |3853 |2060 | 552k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3420.09/3432.43	c   999s|146200 |128910 |  7944k|  54.3 |  1458M |  81 |1968 |3905 |2060 | 552k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3420.80/3433.14	c  1000s|146300 |129000 |  7951k|  54.3 |  1458M |  81 |1968 |3927 |2034 | 552k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3421.58/3433.93	c  1001s|146400 |129098 |  7958k|  54.3 |  1459M |  81 |1968 |3914 |2071 | 553k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3422.18/3434.57	c  1001s|146500 |129198 |  7964k|  54.4 |  1459M |  81 |1968 |3895 |2091 | 553k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3422.79/3435.13	c  1002s|146600 |129296 |  7970k|  54.4 |  1459M |  81 |1968 |3872 |2021 | 554k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3423.58/3435.99	c  1003s|146700 |129390 |  7977k|  54.4 |  1461M |  81 |1968 |3893 |2099 | 554k|  1 |  76k|  20k|-1.255488e+03 |      --      |    Inf |   1.30%
3424.38/3436.74	c  1004s|146800 |129476 |  7984k|  54.4 |  1461M |  81 |1968 |3934 |2040 | 554k|  1 |  76k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3424.87/3437.22	c  1004s|146900 |129568 |  7989k|  54.4 |  1461M |  81 |1968 |3931 |2010 | 555k|  1 |  76k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3425.57/3437.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3425.57/3437.93	c  1005s|147000 |129666 |  7995k|  54.4 |  1461M |  81 |1968 |3926 |2118 | 555k|  1 |  76k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3426.17/3438.59	c  1005s|147100 |129762 |  8001k|  54.4 |  1461M |  81 |1968 |3895 |2004 | 556k|  1 |  76k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3426.87/3439.21	c  1006s|147200 |129854 |  8006k|  54.4 |  1461M |  81 |1968 |3924 |2048 | 556k|  1 |  76k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3427.37/3439.79	c  1007s|147300 |129947 |  8011k|  54.4 |  1461M |  81 |1968 |3934 |2131 | 556k|  4 |  76k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3428.06/3440.46	c  1007s|147400 |130034 |  8017k|  54.4 |  1461M |  81 |1968 |3961 |2032 | 557k|  1 |  76k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3428.96/3441.34	c  1008s|147500 |130128 |  8024k|  54.4 |  1461M |  81 |1968 |3992 |2035 | 557k|  1 |  76k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3429.56/3441.94	c  1009s|147600 |130224 |  8030k|  54.4 |  1462M |  81 |1968 |3981 |2074 | 557k|  1 |  76k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3430.16/3442.57	c  1009s|147700 |130316 |  8036k|  54.4 |  1462M |  81 |1968 |4000 |2000 | 558k|  1 |  76k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3430.67/3443.10	c  1010s|147800 |130413 |  8041k|  54.4 |  1463M |  81 |1968 |3993 |2044 | 558k|  1 |  76k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3431.45/3443.88	c  1011s|147900 |130503 |  8048k|  54.4 |  1462M |  81 |1968 |3999 |2112 | 558k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3432.25/3444.67	c  1012s|148000 |130601 |  8055k|  54.4 |  1462M |  81 |1968 |3967 |2014 | 559k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3432.76/3445.17	c  1012s|148100 |130695 |  8060k|  54.4 |  1462M |  81 |1968 |3959 |2040 | 559k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3433.66/3446.10	c  1013s|148200 |130789 |  8067k|  54.4 |  1465M |  81 |1968 |3940 |2107 | 560k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3434.24/3446.64	c  1014s|148300 |130875 |  8073k|  54.4 |  1465M |  81 |1968 |3961 |2045 | 560k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3435.04/3447.42	c  1014s|148400 |130964 |  8080k|  54.4 |  1466M |  81 |1968 |3956 |2103 | 561k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3435.54/3447.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3435.54/3447.92	c  1015s|148500 |131058 |  8085k|  54.4 |  1466M |  81 |1968 |3983 |2025 | 561k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3436.04/3448.48	c  1015s|148600 |131146 |  8089k|  54.4 |  1466M |  81 |1968 |3999 |2041 | 561k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3436.65/3449.03	c  1016s|148700 |131234 |  8095k|  54.4 |  1466M |  81 |1968 |4023 |2058 | 562k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3437.04/3449.46	c  1016s|148800 |131324 |  8100k|  54.4 |  1466M |  81 |1968 |4027 |2027 | 562k|  2 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3437.65/3450.01	c  1017s|148900 |131416 |  8105k|  54.4 |  1466M |  81 |1968 |4015 |2063 | 562k|  2 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3438.13/3450.59	c  1017s|149000 |131500 |  8111k|  54.4 |  1466M |  81 |1968 |4091 |   0 | 563k|  0 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3438.64/3451.10	c  1018s|149100 |131594 |  8115k|  54.4 |  1466M |  81 |1968 |4082 |2029 | 563k|  2 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3439.13/3451.55	c  1018s|149200 |131682 |  8119k|  54.4 |  1466M |  81 |1968 |4090 |2017 | 563k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3439.83/3452.25	c  1019s|149300 |131772 |  8126k|  54.4 |  1466M |  81 |1968 |4120 |2096 | 564k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3440.52/3452.94	c  1020s|149400 |131862 |  8132k|  54.4 |  1467M |  81 |1968 |4128 |2120 | 564k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3441.22/3453.60	c  1020s|149500 |131953 |  8138k|  54.4 |  1470M |  81 |1968 |4114 |2045 | 564k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3441.73/3454.19	c  1021s|149600 |132037 |  8143k|  54.4 |  1473M |  81 |1968 |4168 |2048 | 565k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3442.32/3454.78	c  1022s|149700 |132121 |  8148k|  54.4 |  1473M |  81 |1968 |4198 |2077 | 565k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3443.12/3455.54	c  1022s|149800 |132211 |  8154k|  54.4 |  1474M |  81 |1968 |4217 |2024 | 565k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3443.73/3456.19	c  1023s|149900 |132303 |  8161k|  54.4 |  1474M |  81 |1968 |4214 |2063 | 566k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3444.41/3456.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3444.41/3456.88	c  1024s|150000 |132389 |  8167k|  54.4 |  1474M |  81 |1968 |4227 |2085 | 566k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3445.21/3457.62	c  1025s|150100 |132477 |  8172k|  54.4 |  1475M |  81 |1968 |4216 |2089 | 567k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3445.91/3458.31	c  1025s|150200 |132571 |  8178k|  54.4 |  1477M |  81 |1968 |4190 |2033 | 567k|  1 |  77k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3446.90/3459.36	c  1026s|150300 |132663 |  8185k|  54.4 |  1478M |  81 |1968 |4219 |2066 | 567k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3447.50/3460.00	c  1027s|150400 |132751 |  8189k|  54.4 |  1479M |  81 |1968 |4224 |2026 | 568k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3448.20/3460.68	c  1028s|150500 |132837 |  8195k|  54.4 |  1477M |  81 |1968 |4304 |2023 | 568k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3448.71/3461.14	c  1028s|150600 |132929 |  8199k|  54.4 |  1477M |  81 |1968 |4304 |2074 | 568k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3449.20/3461.65	c  1029s|150700 |133017 |  8204k|  54.4 |  1477M |  81 |1968 |4319 |2088 | 569k|  4 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3449.79/3462.24	c  1029s|150800 |133105 |  8209k|  54.4 |  1477M |  81 |1968 |4319 |2026 | 569k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3450.49/3462.93	c  1030s|150900 |133201 |  8215k|  54.4 |  1477M |  81 |1968 |4285 |2065 | 569k|  2 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3451.19/3463.62	c  1031s|151000 |133290 |  8221k|  54.4 |  1478M |  81 |1968 |4249 |2008 | 570k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3451.70/3464.19	c  1031s|151100 |133386 |  8226k|  54.4 |  1479M |  81 |1968 |4253 |2019 | 570k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3452.29/3464.77	c  1032s|151200 |133478 |  8232k|  54.4 |  1479M |  81 |1968 |4256 |2088 | 570k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3452.89/3465.30	c  1032s|151300 |133564 |  8237k|  54.4 |  1479M |  81 |1968 |4225 |2004 | 571k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3453.48/3465.92	c  1033s|151400 |133657 |  8241k|  54.4 |  1480M |  81 |1968 |4214 |   0 | 571k|  0 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3453.98/3466.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3453.98/3466.42	c  1033s|151500 |133747 |  8247k|  54.4 |  1480M |  81 |1968 |4195 |2107 | 571k|  2 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3454.48/3466.97	c  1034s|151600 |133845 |  8253k|  54.4 |  1480M |  81 |1968 |4178 |2024 | 571k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3455.18/3467.67	c  1035s|151700 |133939 |  8259k|  54.4 |  1480M |  81 |1968 |4144 |2101 | 572k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3455.78/3468.21	c  1035s|151800 |134024 |  8263k|  54.4 |  1480M |  81 |1968 |4148 |2024 | 572k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3456.38/3468.89	c  1036s|151900 |134118 |  8270k|  54.4 |  1480M |  81 |1968 |4138 |2086 | 572k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3457.07/3469.52	c  1036s|152000 |134201 |  8276k|  54.4 |  1480M |  81 |1968 |4154 |1995 | 573k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3457.58/3470.08	c  1037s|152100 |134299 |  8281k|  54.4 |  1480M |  81 |1968 |4149 |2041 | 573k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3458.07/3470.57	c  1037s|152200 |134387 |  8286k|  54.4 |  1480M |  81 |1968 |4180 |2081 | 573k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3458.68/3471.18	c  1038s|152300 |134481 |  8292k|  54.4 |  1481M |  81 |1968 |4163 |2067 | 574k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3459.27/3471.71	c  1039s|152400 |134571 |  8297k|  54.4 |  1481M |  81 |1968 |4152 |2051 | 574k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3459.76/3472.28	c  1039s|152500 |134660 |  8303k|  54.4 |  1481M |  81 |1968 |4125 |2053 | 574k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3460.46/3472.98	c  1040s|152600 |134750 |  8310k|  54.4 |  1482M |  81 |1968 |4103 |1998 | 575k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3461.16/3473.66	c  1041s|152700 |134843 |  8317k|  54.5 |  1482M |  81 |1968 |4119 |2028 | 575k|  1 |  78k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3461.86/3474.32	c  1041s|152800 |134927 |  8322k|  54.5 |  1482M |  81 |1968 |4172 |2041 | 575k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3462.36/3474.86	c  1042s|152900 |135017 |  8326k|  54.4 |  1483M |  81 |1968 |4189 |2049 | 576k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3462.86/3475.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3462.86/3475.36	c  1042s|153000 |135107 |  8330k|  54.4 |  1483M |  81 |1968 |4197 |2064 | 576k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3463.67/3476.15	c  1043s|153100 |135196 |  8337k|  54.4 |  1483M |  81 |1968 |4178 |2012 | 576k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3464.35/3476.86	c  1044s|153200 |135288 |  8342k|  54.4 |  1485M |  81 |1968 |4186 |2069 | 577k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3464.85/3477.37	c  1044s|153300 |135380 |  8347k|  54.4 |  1485M |  81 |1968 |4173 |2009 | 577k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3465.56/3478.04	c  1045s|153400 |135470 |  8354k|  54.4 |  1485M |  81 |1968 |4164 |2078 | 578k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3466.05/3478.53	c  1045s|153500 |135560 |  8358k|  54.4 |  1486M |  81 |1968 |4181 |2070 | 578k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3466.56/3479.04	c  1046s|153600 |135644 |  8363k|  54.4 |  1486M |  81 |1968 |4193 |2080 | 578k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3467.14/3479.64	c  1047s|153700 |135740 |  8369k|  54.4 |  1486M |  81 |1968 |4171 |2021 | 579k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3467.74/3480.24	c  1047s|153800 |135838 |  8374k|  54.4 |  1486M |  81 |1968 |4148 |2038 | 579k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3468.65/3481.13	c  1048s|153900 |135932 |  8382k|  54.5 |  1488M |  81 |1968 |4127 |2036 | 579k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3469.24/3481.75	c  1049s|154000 |136020 |  8389k|  54.5 |  1488M |  81 |1968 |4113 |2017 | 580k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3469.83/3482.30	c  1049s|154100 |136116 |  8394k|  54.5 |  1488M |  81 |1968 |4082 |2038 | 580k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3470.54/3483.06	c  1050s|154200 |136204 |  8400k|  54.5 |  1488M |  81 |1968 |4080 |2014 | 581k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3471.23/3483.76	c  1051s|154300 |136298 |  8406k|  54.5 |  1488M |  81 |1968 |4074 |2083 | 581k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3471.83/3484.35	c  1051s|154400 |136386 |  8412k|  54.5 |  1489M |  81 |1968 |4081 |2031 | 581k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3472.64/3485.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3472.64/3485.15	c  1052s|154500 |136480 |  8418k|  54.5 |  1489M |  81 |1968 |4086 |2082 | 582k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3473.32/3485.81	c  1053s|154600 |136572 |  8424k|  54.5 |  1489M |  81 |1968 |4138 |2061 | 582k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3473.92/3486.45	c  1053s|154700 |136666 |  8430k|  54.5 |  1490M |  81 |1968 |4136 |2107 | 582k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3474.53/3487.08	c  1054s|154800 |136764 |  8435k|  54.5 |  1491M |  81 |1968 |4076 |1977 | 583k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3475.12/3487.61	c  1055s|154900 |136860 |  8440k|  54.5 |  1492M |  81 |1968 |4074 |2025 | 583k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3475.72/3488.28	c  1055s|155000 |136958 |  8446k|  54.5 |  1492M |  81 |1968 |4041 |2046 | 583k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3476.31/3488.85	c  1056s|155100 |137058 |  8452k|  54.5 |  1492M |  81 |1968 |3991 |2062 | 584k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3477.01/3489.54	c  1056s|155200 |137150 |  8459k|  54.5 |  1492M |  81 |1968 |3981 |2116 | 584k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3477.41/3489.99	c  1057s|155300 |137244 |  8464k|  54.5 |  1492M |  81 |1968 |3935 |2008 | 584k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3478.01/3490.54	c  1057s|155400 |137342 |  8470k|  54.5 |  1492M |  81 |1968 |3918 |2033 | 585k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3478.71/3491.27	c  1058s|155500 |137432 |  8477k|  54.5 |  1492M |  81 |1968 |3925 |2126 | 585k|  2 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3479.40/3491.90	c  1059s|155600 |137526 |  8483k|  54.5 |  1492M |  81 |1968 |3909 |2029 | 585k|  2 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3480.00/3492.55	c  1059s|155700 |137622 |  8487k|  54.5 |  1492M |  81 |1968 |3891 |2052 | 586k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3480.51/3493.10	c  1060s|155800 |137720 |  8493k|  54.5 |  1493M |  81 |1968 |3866 |2106 | 586k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3481.40/3493.97	c  1061s|155900 |137813 |  8499k|  54.5 |  1493M |  81 |1968 |3850 |2111 | 586k|  3 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3482.10/3494.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3482.10/3494.60	c  1061s|156000 |137907 |  8505k|  54.5 |  1494M |  81 |1968 |3840 |2108 | 587k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3482.70/3495.24	c  1062s|156100 |138001 |  8513k|  54.5 |  1494M |  81 |1968 |3837 |2055 | 587k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3483.09/3495.69	c  1063s|156200 |138097 |  8517k|  54.5 |  1494M |  81 |1968 |3827 |2022 | 587k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3483.89/3496.46	c  1063s|156300 |138193 |  8525k|  54.5 |  1494M |  81 |1968 |3803 |2081 | 588k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3484.39/3497.00	c  1064s|156400 |138287 |  8530k|  54.5 |  1494M |  81 |1968 |3780 |2006 | 588k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3484.99/3497.57	c  1064s|156500 |138381 |  8535k|  54.5 |  1494M |  81 |1968 |3771 |2029 | 588k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3485.69/3498.29	c  1065s|156600 |138471 |  8541k|  54.5 |  1494M |  81 |1968 |3822 |2115 | 589k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3486.28/3498.89	c  1066s|156700 |138567 |  8546k|  54.5 |  1494M |  81 |1968 |3820 |1992 | 589k|  1 |  79k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3486.88/3499.47	c  1066s|156800 |138659 |  8552k|  54.5 |  1494M |  81 |1968 |3840 |2047 | 589k|  1 |  80k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3487.68/3500.26	c  1067s|156900 |138757 |  8558k|  54.5 |  1495M |  81 |1968 |3826 |2086 | 590k|  2 |  80k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3488.38/3500.99	c  1068s|157000 |138849 |  8565k|  54.5 |  1496M |  81 |1968 |3868 |2100 | 590k|  1 |  80k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3489.08/3501.62	c  1069s|157100 |138934 |  8571k|  54.5 |  1496M |  81 |1968 |3890 |2129 | 591k|  2 |  80k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3489.67/3502.29	c  1069s|157200 |139020 |  8576k|  54.5 |  1498M |  81 |1968 |3909 |2030 | 591k|  1 |  80k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3490.58/3503.12	c  1070s|157300 |139120 |  8583k|  54.6 |  1499M |  81 |1968 |3890 |2071 | 591k|  1 |  80k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3491.17/3503.76	c  1071s|157400 |139206 |  8589k|  54.6 |  1502M |  81 |1968 |3907 |   0 | 592k|  0 |  80k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3491.87/3504.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3491.87/3504.47	c  1071s|157500 |139295 |  8595k|  54.6 |  1502M |  81 |1968 |3943 |2045 | 592k|  4 |  80k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3492.48/3505.10	c  1072s|157600 |139391 |  8600k|  54.6 |  1503M |  81 |1968 |3931 |2136 | 593k|  5 |  80k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3493.26/3505.86	c  1073s|157700 |139485 |  8605k|  54.6 |  1503M |  81 |1968 |3917 |2114 | 593k|  4 |  80k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3493.86/3506.41	c  1073s|157800 |139573 |  8610k|  54.5 |  1503M |  81 |1968 |3922 |1991 | 593k|  1 |  80k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3494.47/3507.07	c  1074s|157900 |139667 |  8617k|  54.6 |  1504M |  81 |1968 |3932 |   0 | 594k|  0 |  80k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3494.96/3507.55	c  1074s|158000 |139757 |  8621k|  54.6 |  1504M |  81 |1968 |3983 |2085 | 594k|  1 |  80k|  21k|-1.255488e+03 |      --      |    Inf |   1.30%
3495.57/3508.18	c  1075s|158100 |139851 |  8627k|  54.6 |  1504M |  81 |1968 |3966 |1993 | 594k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3496.25/3508.84	c  1076s|158200 |139940 |  8633k|  54.6 |  1504M |  81 |1968 |3977 |2090 | 595k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3496.85/3509.49	c  1076s|158300 |140035 |  8639k|  54.6 |  1504M |  81 |1968 |3959 |2069 | 595k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3497.56/3510.19	c  1077s|158400 |140131 |  8645k|  54.6 |  1506M |  81 |1968 |3936 |2092 | 595k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3498.05/3510.67	c  1078s|158500 |140220 |  8650k|  54.6 |  1506M |  81 |1968 |3964 |2015 | 596k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3498.75/3511.38	c  1078s|158600 |140314 |  8656k|  54.6 |  1506M |  81 |1968 |3939 |2058 | 596k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3499.24/3511.89	c  1079s|158700 |140404 |  8661k|  54.6 |  1506M |  81 |1968 |3948 |2015 | 596k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3500.04/3512.65	c  1080s|158800 |140498 |  8667k|  54.6 |  1506M |  81 |1968 |3935 |2115 | 597k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3500.64/3513.25	c  1080s|158900 |140592 |  8673k|  54.6 |  1506M |  81 |1968 |3909 |1998 | 597k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3501.34/3514.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3501.34/3514.01	c  1081s|159000 |140685 |  8679k|  54.6 |  1506M |  81 |1968 |3912 |2046 | 598k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3501.84/3514.49	c  1081s|159100 |140771 |  8684k|  54.6 |  1506M |  81 |1968 |3924 |2100 | 598k|  3 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3502.73/3515.34	c  1082s|159200 |140860 |  8689k|  54.6 |  1506M |  81 |1968 |3904 |2039 | 598k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3503.54/3516.11	c  1083s|159300 |140956 |  8697k|  54.6 |  1506M |  81 |1968 |3882 |2055 | 599k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3504.13/3516.75	c  1084s|159400 |141044 |  8702k|  54.6 |  1506M |  81 |1968 |3915 |2122 | 599k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3504.83/3517.47	c  1084s|159500 |141132 |  8709k|  54.6 |  1508M |  81 |1968 |3981 |2076 | 599k|  1 |  80k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3505.33/3518.01	c  1085s|159600 |141225 |  8714k|  54.6 |  1508M |  81 |1968 |3953 |1998 | 600k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3505.82/3518.48	c  1085s|159700 |141317 |  8719k|  54.6 |  1508M |  81 |1968 |3959 |2010 | 600k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3506.62/3519.24	c  1086s|159800 |141413 |  8724k|  54.6 |  1510M |  81 |1968 |3943 |2053 | 600k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3507.12/3519.75	c  1087s|159900 |141505 |  8729k|  54.6 |  1510M |  81 |1968 |3935 |2029 | 601k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3507.82/3520.40	c  1087s|160000 |141601 |  8734k|  54.6 |  1511M |  81 |1968 |3934 |2055 | 601k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3508.43/3521.04	c  1088s|160100 |141695 |  8739k|  54.6 |  1511M |  81 |1968 |3923 |2078 | 601k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3509.02/3521.61	c  1089s|160200 |141791 |  8744k|  54.6 |  1511M |  81 |1968 |3909 |2000 | 602k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3509.61/3522.21	c  1089s|160300 |141881 |  8748k|  54.6 |  1511M |  81 |1968 |3918 |2068 | 602k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3510.01/3522.68	c  1090s|160400 |141973 |  8753k|  54.6 |  1511M |  81 |1968 |3931 |2056 | 602k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3510.81/3523.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3510.81/3523.41	c  1090s|160500 |142060 |  8758k|  54.6 |  1512M |  81 |1968 |3993 |2053 | 602k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3511.31/3523.95	c  1091s|160600 |142154 |  8764k|  54.6 |  1513M |  81 |1968 |3985 |2088 | 603k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3511.91/3524.52	c  1091s|160700 |142242 |  8769k|  54.6 |  1513M |  81 |1968 |3986 |2039 | 603k|  2 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3512.42/3525.05	c  1092s|160800 |142331 |  8775k|  54.6 |  1513M |  81 |1968 |3985 |2091 | 603k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3513.00/3525.66	c  1093s|160900 |142415 |  8780k|  54.6 |  1514M |  81 |1968 |4031 |2052 | 604k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3513.70/3526.33	c  1093s|161000 |142506 |  8786k|  54.6 |  1514M |  81 |1968 |4020 |2135 | 604k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3514.10/3526.78	c  1094s|161100 |142598 |  8791k|  54.6 |  1514M |  81 |1968 |3987 |2043 | 604k|  4 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3514.80/3527.47	c  1094s|161200 |142683 |  8797k|  54.6 |  1515M |  81 |1968 |4015 |2062 | 605k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3515.41/3528.04	c  1095s|161300 |142773 |  8802k|  54.6 |  1515M |  81 |1968 |4024 |2101 | 605k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3515.99/3528.64	c  1096s|161400 |142865 |  8808k|  54.6 |  1515M |  81 |1968 |4060 |1985 | 606k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3516.51/3529.17	c  1096s|161500 |142963 |  8813k|  54.6 |  1515M |  81 |1968 |4031 |2060 | 606k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3517.09/3529.77	c  1097s|161600 |143047 |  8818k|  54.6 |  1515M |  81 |1968 |4146 |2125 | 606k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3517.69/3530.30	c  1097s|161700 |143132 |  8823k|  54.6 |  1515M |  81 |1968 |4142 |1999 | 607k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3518.40/3531.02	c  1098s|161800 |143226 |  8829k|  54.6 |  1516M |  81 |1968 |4142 |2057 | 607k|  1 |  81k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3518.88/3531.53	c  1098s|161900 |143320 |  8833k|  54.6 |  1516M |  81 |1968 |4133 |2083 | 607k|  2 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3519.40/3532.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3519.40/3532.11	c  1099s|162000 |143402 |  8839k|  54.5 |  1516M |  81 |1968 |4137 |2119 | 608k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3519.98/3532.63	c  1100s|162100 |143496 |  8843k|  54.5 |  1516M |  81 |1968 |4119 |2023 | 608k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3520.58/3533.25	c  1100s|162200 |143592 |  8848k|  54.5 |  1517M |  81 |1968 |4085 |2101 | 608k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3520.98/3533.65	c  1101s|162300 |143687 |  8852k|  54.5 |  1517M |  81 |1968 |4062 |2040 | 609k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3521.58/3534.26	c  1101s|162400 |143777 |  8857k|  54.5 |  1517M |  81 |1968 |4079 |2071 | 609k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3522.07/3534.79	c  1102s|162500 |143865 |  8862k|  54.5 |  1517M |  81 |1968 |4114 |2072 | 609k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3522.67/3535.37	c  1102s|162600 |143955 |  8868k|  54.5 |  1518M |  81 |1968 |4114 |2000 | 609k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3523.17/3535.85	c  1103s|162700 |144050 |  8872k|  54.5 |  1519M |  81 |1968 |4089 |2047 | 610k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3523.77/3536.44	c  1103s|162800 |144141 |  8877k|  54.5 |  1520M |  81 |1968 |4101 |2019 | 610k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3524.27/3537.00	c  1104s|162900 |144241 |  8882k|  54.5 |  1520M |  81 |1968 |4071 |2083 | 610k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3524.97/3537.66	c  1105s|163000 |144328 |  8888k|  54.5 |  1520M |  81 |1968 |4107 |   0 | 611k|  0 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3525.48/3538.19	c  1105s|163100 |144418 |  8893k|  54.5 |  1520M |  81 |1968 |4113 |2105 | 611k|  3 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3526.16/3538.81	c  1106s|163200 |144518 |  8898k|  54.5 |  1521M |  81 |1968 |4067 |2068 | 611k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3526.76/3539.44	c  1106s|163300 |144608 |  8904k|  54.5 |  1521M |  81 |1968 |4081 |   0 | 612k|  0 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3527.37/3540.05	c  1107s|163400 |144700 |  8909k|  54.5 |  1521M |  81 |1968 |4107 |2020 | 612k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3528.06/3540.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3528.06/3540.70	c  1108s|163500 |144791 |  8914k|  54.5 |  1521M |  81 |1968 |4091 |2091 | 612k|  6 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3528.65/3541.30	c  1108s|163600 |144880 |  8920k|  54.5 |  1522M |  81 |1968 |4114 |2021 | 613k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3529.36/3542.07	c  1109s|163700 |144974 |  8925k|  54.5 |  1522M |  81 |1968 |4104 |2092 | 613k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3530.05/3542.73	c  1110s|163800 |145074 |  8931k|  54.5 |  1522M |  81 |1968 |4045 |2031 | 614k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3530.55/3543.27	c  1110s|163900 |145166 |  8936k|  54.5 |  1524M |  81 |1968 |4046 |2024 | 614k|  1 |  82k|  22k|-1.255488e+03 |      --      |    Inf |   1.30%
3531.25/3543.93	c  1111s|164000 |145262 |  8942k|  54.5 |  1526M |  81 |1968 |4039 |2114 | 614k|  1 |  82k|  22k|-1.255512e+03 |      --      |    Inf |   1.30%
3531.74/3544.43	c  1111s|164100 |145353 |  8947k|  54.5 |  1527M |  81 |1968 |4020 |2041 | 615k|  1 |  82k|  22k|-1.255512e+03 |      --      |    Inf |   1.30%
3532.46/3545.14	c  1112s|164200 |145449 |  8953k|  54.5 |  1527M |  81 |1968 |4010 |2089 | 615k|  1 |  82k|  22k|-1.255515e+03 |      --      |    Inf |   1.30%
3532.94/3545.64	c  1113s|164300 |145535 |  8958k|  54.5 |  1527M |  81 |1968 |4033 |   0 | 615k|  0 |  82k|  22k|-1.255515e+03 |      --      |    Inf |   1.30%
3533.35/3546.01	c  1113s|164400 |145627 |  8962k|  54.5 |  1527M |  81 |1968 |4020 |2042 | 616k|  1 |  82k|  22k|-1.255515e+03 |      --      |    Inf |   1.30%
3533.84/3546.55	c  1113s|164500 |145720 |  8967k|  54.5 |  1527M |  81 |1968 |4018 |2095 | 616k|  1 |  82k|  22k|-1.255553e+03 |      --      |    Inf |   1.30%
3534.54/3547.27	c  1114s|164600 |145808 |  8973k|  54.5 |  1527M |  81 |1968 |4015 |2080 | 616k|  1 |  82k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3535.03/3547.75	c  1115s|164700 |145900 |  8978k|  54.5 |  1527M |  81 |1968 |4066 |2095 | 616k|  3 |  82k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3535.53/3548.28	c  1115s|164800 |145982 |  8984k|  54.5 |  1527M |  81 |1968 |4107 |2075 | 617k|  0 |  82k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3536.13/3548.88	c  1116s|164900 |146074 |  8990k|  54.5 |  1527M |  81 |1968 |4098 |2023 | 617k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3536.83/3549.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3536.83/3549.50	c  1116s|165000 |146172 |  8995k|  54.5 |  1529M |  81 |1968 |4110 |2049 | 617k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3537.44/3550.13	c  1117s|165100 |146262 |  9001k|  54.5 |  1529M |  81 |1968 |4121 |2032 | 618k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3538.12/3550.87	c  1118s|165200 |146354 |  9007k|  54.5 |  1530M |  81 |1968 |4122 |2119 | 618k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3538.62/3551.34	c  1118s|165300 |146452 |  9011k|  54.5 |  1530M |  81 |1968 |4091 |1983 | 618k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3539.12/3551.88	c  1119s|165400 |146552 |  9015k|  54.5 |  1530M |  81 |1968 |4071 |2050 | 619k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3539.82/3552.58	c  1119s|165500 |146647 |  9021k|  54.5 |  1530M |  81 |1968 |4057 |2028 | 619k|  2 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3540.62/3553.34	c  1120s|165600 |146735 |  9027k|  54.5 |  1531M |  81 |1968 |4128 |2059 | 620k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3541.33/3554.01	c  1121s|165700 |146833 |  9033k|  54.5 |  1531M |  81 |1968 |4100 |2093 | 620k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3542.11/3554.86	c  1122s|165800 |146927 |  9039k|  54.5 |  1531M |  81 |1968 |4093 |2054 | 620k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3542.81/3555.56	c  1122s|165900 |147019 |  9045k|  54.5 |  1531M |  81 |1968 |4096 |2098 | 621k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3543.42/3556.13	c  1123s|166000 |147111 |  9050k|  54.5 |  1531M |  81 |1968 |4076 |2068 | 621k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3544.01/3556.72	c  1124s|166100 |147205 |  9055k|  54.5 |  1531M |  81 |1968 |4055 |2040 | 621k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3544.70/3557.41	c  1124s|166200 |147293 |  9060k|  54.5 |  1531M |  81 |1968 |4085 |2053 | 622k|  2 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3545.20/3557.96	c  1125s|166300 |147381 |  9065k|  54.5 |  1531M |  81 |1968 |4057 |2045 | 622k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3545.90/3558.66	c  1126s|166400 |147471 |  9072k|  54.5 |  1531M |  81 |1968 |4060 |2099 | 623k|  2 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3546.60/3559.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3546.60/3559.36	c  1126s|166500 |147567 |  9077k|  54.5 |  1532M |  81 |1968 |4019 |2048 | 623k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3547.20/3559.91	c  1127s|166600 |147661 |  9082k|  54.5 |  1533M |  81 |1968 |4023 |2108 | 623k|  4 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3547.69/3560.48	c  1127s|166700 |147751 |  9088k|  54.5 |  1534M |  81 |1968 |4022 |2083 | 624k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3548.31/3561.04	c  1128s|166800 |147839 |  9093k|  54.5 |  1534M |  81 |1968 |4039 |2048 | 624k|  2 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3548.89/3561.67	c  1129s|166900 |147931 |  9098k|  54.5 |  1534M |  81 |1968 |4043 |2012 | 624k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3549.30/3562.07	c  1129s|167000 |148023 |  9102k|  54.5 |  1534M |  81 |1968 |4062 |2039 | 624k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3550.19/3562.96	c  1130s|167100 |148112 |  9108k|  54.5 |  1534M |  81 |1968 |4115 |2124 | 625k|  0 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3550.79/3563.55	c  1130s|167200 |148204 |  9112k|  54.5 |  1534M |  81 |1968 |4103 |2091 | 625k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3551.30/3564.03	c  1131s|167300 |148298 |  9116k|  54.5 |  1535M |  81 |1968 |4108 |2094 | 625k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3551.98/3564.73	c  1132s|167400 |148393 |  9122k|  54.5 |  1535M |  81 |1968 |4096 |2084 | 626k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3552.48/3565.28	c  1132s|167500 |148484 |  9126k|  54.5 |  1535M |  81 |1968 |4103 |2072 | 626k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3553.08/3565.89	c  1133s|167600 |148579 |  9131k|  54.5 |  1536M |  81 |1968 |4071 |2028 | 627k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3554.07/3566.80	c  1134s|167700 |148677 |  9137k|  54.5 |  1537M |  81 |1968 |4083 |2083 | 627k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3554.47/3567.29	c  1134s|167800 |148777 |  9142k|  54.5 |  1537M |  81 |1968 |4054 |2088 | 628k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3555.17/3568.01	c  1135s|167900 |148869 |  9149k|  54.5 |  1537M |  81 |1968 |4049 |2057 | 628k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3556.07/3568.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3556.07/3568.88	c  1136s|168000 |148960 |  9156k|  54.5 |  1538M |  81 |1968 |4038 |2002 | 628k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3556.67/3569.48	c  1136s|168100 |149054 |  9161k|  54.5 |  1538M |  81 |1968 |4037 |2024 | 629k|  1 |  83k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3557.46/3570.20	c  1137s|168200 |149138 |  9166k|  54.5 |  1538M |  81 |1968 |4024 |2012 | 629k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3558.16/3570.94	c  1138s|168300 |149232 |  9171k|  54.5 |  1538M |  81 |1968 |4015 |2071 | 629k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3558.77/3571.58	c  1138s|168400 |149328 |  9177k|  54.5 |  1538M |  81 |1968 |3991 |2064 | 630k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3559.47/3572.29	c  1139s|168500 |149423 |  9181k|  54.5 |  1538M |  81 |1968 |3972 |2044 | 630k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3560.16/3572.95	c  1140s|168600 |149507 |  9187k|  54.5 |  1538M |  81 |1968 |3981 |2107 | 631k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3560.76/3573.52	c  1140s|168700 |149589 |  9192k|  54.5 |  1540M |  81 |1968 |4036 |2031 | 631k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3561.16/3573.99	c  1141s|168800 |149687 |  9197k|  54.5 |  1541M |  81 |1968 |4029 |2091 | 631k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3561.66/3574.42	c  1141s|168900 |149768 |  9201k|  54.5 |  1541M |  81 |1968 |4073 |2038 | 631k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3562.27/3575.07	c  1142s|169000 |149864 |  9207k|  54.5 |  1541M |  81 |1968 |4070 |2072 | 632k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3562.86/3575.62	c  1143s|169100 |149954 |  9212k|  54.5 |  1541M |  81 |1968 |4074 |2087 | 632k|  2 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3563.55/3576.31	c  1143s|169200 |150044 |  9217k|  54.5 |  1541M |  81 |1968 |4055 |2031 | 632k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3564.15/3576.91	c  1144s|169300 |150136 |  9222k|  54.5 |  1542M |  81 |1968 |4042 |   0 | 633k|  0 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3564.55/3577.33	c  1144s|169400 |150233 |  9226k|  54.5 |  1542M |  81 |1968 |3990 |2056 | 633k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3565.05/3577.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3565.05/3577.82	c  1145s|169500 |150327 |  9229k|  54.4 |  1542M |  81 |1968 |3965 |2104 | 633k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3565.65/3578.47	c  1145s|169600 |150427 |  9235k|  54.4 |  1543M |  81 |1968 |3929 |1997 | 634k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3566.26/3579.06	c  1146s|169700 |150523 |  9240k|  54.4 |  1543M |  81 |1968 |3927 |2068 | 634k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3566.84/3579.66	c  1147s|169800 |150619 |  9246k|  54.4 |  1543M |  81 |1968 |3915 |2073 | 634k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3567.44/3580.20	c  1147s|169900 |150705 |  9252k|  54.4 |  1544M |  81 |1968 |3985 |2028 | 635k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3568.14/3580.94	c  1148s|170000 |150797 |  9257k|  54.4 |  1544M |  81 |1968 |3982 |2070 | 635k|  1 |  84k|  22k|-1.255561e+03 |      --      |    Inf |   1.30%
3568.64/3581.46	c  1148s|170100 |150886 |  9261k|  54.4 |  1544M |  81 |1968 |4005 |2039 | 635k|  1 |  84k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3569.14/3581.99	c  1149s|170200 |150980 |  9266k|  54.4 |  1544M |  81 |1968 |4017 |2007 | 636k|  1 |  84k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3570.03/3582.86	c  1150s|170300 |151080 |  9274k|  54.4 |  1544M |  81 |1968 |3999 |2102 | 636k|  1 |  84k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3570.53/3583.36	c  1150s|170400 |151163 |  9278k|  54.4 |  1544M |  81 |1968 |4046 |2004 | 636k|  1 |  84k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3571.24/3584.04	c  1151s|170500 |151257 |  9283k|  54.4 |  1545M |  81 |1968 |4062 |2058 | 637k|  1 |  84k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3571.93/3584.70	c  1152s|170600 |151341 |  9288k|  54.4 |  1545M |  81 |1968 |4100 |2102 | 637k|  1 |  84k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3572.53/3585.31	c  1152s|170700 |151432 |  9293k|  54.4 |  1545M |  81 |1968 |4069 |2035 | 637k|  1 |  84k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3572.92/3585.79	c  1153s|170800 |151522 |  9298k|  54.4 |  1545M |  81 |1968 |4100 |2028 | 638k|  1 |  84k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3573.62/3586.46	c  1153s|170900 |151616 |  9303k|  54.4 |  1546M |  81 |1968 |4112 |2058 | 638k|  1 |  84k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3574.12/3586.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3574.12/3586.99	c  1154s|171000 |151707 |  9308k|  54.4 |  1547M |  81 |1968 |4137 |1989 | 638k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3574.82/3587.61	c  1155s|171100 |151799 |  9313k|  54.4 |  1548M |  81 |1968 |4164 |2062 | 639k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3575.62/3588.43	c  1155s|171200 |151888 |  9320k|  54.4 |  1548M |  81 |1968 |4191 |2072 | 639k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3576.12/3588.93	c  1156s|171300 |151978 |  9325k|  54.4 |  1548M |  81 |1968 |4204 |2086 | 639k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3576.61/3589.45	c  1156s|171400 |152074 |  9330k|  54.4 |  1548M |  81 |1968 |4181 |2053 | 640k|  2 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3577.11/3589.90	c  1157s|171500 |152168 |  9334k|  54.4 |  1548M |  81 |1968 |4174 |2063 | 640k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3577.91/3590.76	c  1158s|171600 |152257 |  9341k|  54.4 |  1550M |  81 |1968 |4164 |2083 | 640k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3578.41/3591.20	c  1158s|171700 |152355 |  9346k|  54.4 |  1551M |  81 |1968 |4146 |2019 | 641k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3579.11/3591.97	c  1159s|171800 |152449 |  9352k|  54.4 |  1551M |  81 |1968 |4142 |2142 | 641k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3579.80/3592.61	c  1160s|171900 |152539 |  9356k|  54.4 |  1551M |  81 |1968 |4144 |2050 | 641k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3580.60/3593.47	c  1160s|172000 |152633 |  9362k|  54.4 |  1551M |  81 |1968 |4141 |2091 | 642k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3581.21/3594.09	c  1161s|172100 |152717 |  9368k|  54.4 |  1551M |  81 |1968 |4182 |2108 | 642k|  2 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3581.80/3594.61	c  1161s|172200 |152809 |  9373k|  54.4 |  1551M |  81 |1968 |4176 |2033 | 642k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3582.40/3595.24	c  1162s|172300 |152896 |  9377k|  54.4 |  1547M |  81 |1968 |4204 |2125 | 643k|  7 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3583.09/3595.94	c  1163s|172400 |152986 |  9383k|  54.4 |  1548M |  81 |1968 |4215 |2114 | 643k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3583.79/3596.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3583.79/3596.60	c  1163s|172500 |153080 |  9389k|  54.4 |  1547M |  81 |1968 |4210 |2026 | 644k|  4 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3584.39/3597.21	c  1164s|172600 |153172 |  9393k|  54.4 |  1547M |  81 |1968 |4229 |2080 | 644k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3584.99/3597.88	c  1165s|172700 |153268 |  9399k|  54.4 |  1547M |  81 |1968 |4208 |2114 | 644k|  2 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3585.69/3598.58	c  1165s|172800 |153360 |  9405k|  54.4 |  1547M |  81 |1968 |4199 |2020 | 645k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3586.38/3599.22	c  1166s|172900 |153447 |  9411k|  54.4 |  1547M |  81 |1968 |4227 |2083 | 645k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3586.78/3599.66	c  1167s|173000 |153540 |  9415k|  54.4 |  1547M |  81 |1968 |4219 |2038 | 645k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3587.29/3600.17	c  1167s|173100 |153636 |  9420k|  54.4 |  1547M |  81 |1968 |4220 |2055 | 646k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3588.08/3600.92	c  1168s|173200 |153732 |  9426k|  54.4 |  1547M |  81 |1968 |4204 |2099 | 646k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3588.58/3601.46	c  1168s|173300 |153817 |  9432k|  54.4 |  1548M |  81 |1968 |4236 |2015 | 646k|  1 |  85k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3589.19/3602.02	c  1169s|173400 |153905 |  9437k|  54.4 |  1549M |  81 |1968 |4309 |2123 | 647k|  2 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3589.87/3602.71	c  1170s|173500 |153994 |  9443k|  54.4 |  1549M |  81 |1968 |4316 |2042 | 647k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3590.67/3603.53	c  1170s|173600 |154082 |  9450k|  54.4 |  1549M |  81 |1968 |4318 |2054 | 647k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3591.18/3604.09	c  1171s|173700 |154178 |  9454k|  54.4 |  1549M |  81 |1968 |4337 |2098 | 648k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3591.67/3604.56	c  1171s|173800 |154268 |  9458k|  54.4 |  1549M |  81 |1968 |4359 |1996 | 648k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3592.57/3605.40	c  1172s|173900 |154364 |  9464k|  54.4 |  1549M |  81 |1968 |4317 |2106 | 648k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3593.06/3605.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3593.06/3605.93	c  1173s|174000 |154459 |  9468k|  54.4 |  1549M |  81 |1968 |4276 |2028 | 649k|  2 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3593.66/3606.57	c  1173s|174100 |154542 |  9473k|  54.4 |  1551M |  81 |1968 |4308 |2003 | 649k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3594.27/3607.18	c  1174s|174200 |154622 |  9478k|  54.4 |  1551M |  81 |1968 |4345 |2115 | 649k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3594.86/3607.71	c  1175s|174300 |154710 |  9482k|  54.4 |  1551M |  81 |1968 |4342 |2070 | 650k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3595.46/3608.30	c  1175s|174400 |154791 |  9487k|  54.4 |  1552M |  81 |1968 |4376 |2005 | 650k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3595.96/3608.80	c  1176s|174500 |154877 |  9492k|  54.4 |  1552M |  81 |1968 |4365 |2040 | 650k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3596.45/3609.37	c  1176s|174600 |154969 |  9498k|  54.4 |  1552M |  81 |1968 |4365 |2067 | 651k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3597.05/3610.00	c  1177s|174700 |155061 |  9502k|  54.4 |  1552M |  81 |1968 |4366 |2095 | 651k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3597.55/3610.44	c  1177s|174800 |155147 |  9507k|  54.4 |  1552M |  81 |1968 |4360 |2017 | 651k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3598.16/3611.09	c  1178s|174900 |155243 |  9511k|  54.4 |  1552M |  81 |1968 |4364 |2088 | 652k|  2 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3599.55/3612.49	c  1179s|175000 |155325 |  9517k|  54.4 |  1552M |  81 |1968 |4407 |2096 | 652k|  1 |  86k|  23k|-1.255561e+03 |      --      |    Inf |   1.30%
3600.04/3612.90	
3600.04/3612.90	*** TERMINATED *** by signal
3600.04/3612.90	c
3600.04/3612.90	s UNKNOWN
3600.04/3612.90	c _____________________________________________________________________________
3600.04/3612.90	c std/band forms        : 1765,0
3600.04/3612.90	c 2cl/3cl ITE-codings   : 259200,0
3600.04/3612.90	c BDD/srt/adr Max costs : 221,634,0
3600.04/3612.90	c BDDraw/bin/mul/srt/adr: 41,0,1640,84,0
3600.04/3612.90	c BDD nodes             : 364285
3600.04/3612.90	c Es1/CC detections     : 0,0
3600.04/3612.90	c CC sort               : 84
3600.04/3612.90	c SAT/UNSAT calls       : 0,0
3600.04/3612.90	c regenrated variables  : 0
3600.04/3612.90	c eliminated fixed lits : 0
3600.04/3612.90	c goal lit flips        : 0
3600.04/3612.90	c goal stages           : 0
3600.04/3612.90	c goal shrink           : 0
3600.04/3612.90	c goal coeff separations: 0
3600.04/3612.90	c restarts              : 3385
3600.04/3612.90	c conflicts             : 66867          (19 /sec)
3600.04/3612.90	c decisions             : 1574371        (437 /sec)
3600.04/3612.90	c propagations          : 141113195      (39198 /sec)
3600.04/3612.90	c inspects              : 0              (0 /sec)
3600.04/3612.90	c CPU time (solving tm) : 3600 s        (20.13 s, SAT 0 s, UNSAT 0 s)
3600.04/3612.90	c SAT solver time       : 20.13 s
3600.04/3612.90	c SAT solver SAT time   : 0 s
3600.04/3612.90	c SAT solver UNSAT time : 0 s
3600.04/3612.90	c SAT solver TO time    : 20.13 s
3600.04/3612.90	c Time for SCIP         : 2401 s
3600.04/3612.90	c Coop SCIP LB improvements           : 0
3600.04/3612.90	c Coop SCIP UB improvements           : 1
3600.04/3612.90	c SCIP globally fixed variables       : 0
3600.04/3612.90	c SAT  globally fixed variables       : 0
3600.04/3612.90	c SCIP freeTransform calls            : 5
3600.04/3612.90	c Time for Opt-base     : 0.2172 s
3600.04/3612.90	c Steps for Opt-base    : 810160
3600.04/3612.90	c Time for BDD coding   : 0.8624 s
3600.04/3612.90	c Time for srt coding   : 0.003325 s
3600.04/3612.90	c Inner solver invocations            : 0
3600.04/3612.90	c Inner solving count                 : 0
3600.04/3612.90	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.3 (svn: 5215) 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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4780738-1782138637/watcher-4780738-1782138637 -o /tmp/evaluation-result-4780738-1782138637/solver-4780738-1782138637 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4780738-1782138637/vars-4780738-1782138637 --bin-var /tmp/runsolver-exch-nodeE002-1782135631-2432615 --watchdog 3760 ./naps.sh -given-time=3600 HOME/instance-4780738-1782138637.opb 

running on 4 cores: 52-55

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0,2-3,5-7,9-10,13-16,18,20,22-24,26,28,30-32,34-37,40,42,45-46,48,50,58-59
  3550 MHz: 12,17,19,21,27,33,47,52-56,61-62
  3600 MHz: 1,4,8,11,25,29,38-39,41,43-44,49,51,57,60,63
WARNING: cores do not run at the same frequency!

Cores frequency (cpufreq):
  2500 MHz: 0,2-3
  3600 MHz: 1
WARNING: cores do not run at the same frequency!

CPU governors:
  performance: 52-55

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (77385 MiB free)
  node 1: cores 8-15, 128973 MiB (68247 MiB free)
  node 2: cores 16-23, 129019 MiB (105063 MiB free)
  node 3: cores 24-31, 129003 MiB (52710 MiB free)
  node 4: cores 32-39, 129019 MiB (103142 MiB free)
  node 5: cores 40-47, 129019 MiB (109418 MiB free)
  node 6: cores 48-55, 129019 MiB (112220 MiB free)
  node 7: cores 56-63, 128474 MiB (62562 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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): 63488000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 63539200 KiB
Linux 5.14.0-611.55.1.el9_7.0.3.x86_64
Starting watchdog thread
solver pid=2433842, runsolver pid=2433839
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 16.18 16.16 15.82 17/872 2433845
/proc/meminfo: memFree=707302464/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=117012 memory=55468 CPUtime=0.07 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 9852 207 0 0 6 1 0 0 20 0 1 0 147151667 119820288 13645 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 29253 13867 5758 506 0 9944 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 117012 KiB
Current children cumulated memory: 55468 KiB

[startup+0.214906 s]*
/proc/loadavg: 16.18 16.16 15.82 17/872 2433845
/proc/meminfo: memFree=707293200/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=124124 memory=62292 CPUtime=0.18 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 11518 207 0 0 17 1 0 0 20 0 1 0 147151667 127102976 15437 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 31031 15573 5804 506 0 11722 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 124124 KiB
Current children cumulated memory: 62292 KiB

[startup+0.313366 s]*
/proc/loadavg: 16.18 16.16 15.82 17/872 2433845
/proc/meminfo: memFree=707282880/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=139740 memory=77840 CPUtime=0.28 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 15632 207 0 0 27 1 0 0 20 0 1 0 147151667 143093760 19303 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 34935 19460 6082 506 0 15626 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 139740 KiB
Current children cumulated memory: 77840 KiB

[startup+0.700192 s]
/proc/loadavg: 16.18 16.16 15.82 17/872 2433845
/proc/meminfo: memFree=707261476/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=172256 memory=109872 CPUtime=0.65 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 25879 207 0 0 63 2 0 0 20 0 1 0 147151667 176390144 27381 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 43064 27468 6082 506 0 23755 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 172256 KiB
Current children cumulated memory: 109872 KiB

[startup+1.50017 s]
/proc/loadavg: 16.18 16.16 15.82 17/872 2433845
/proc/meminfo: memFree=707228468/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=195952 memory=132424 CPUtime=1.46 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 31518 207 0 0 143 3 0 0 20 0 1 0 147151667 200654848 33013 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 48988 33106 6082 506 0 29679 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 195952 KiB
Current children cumulated memory: 132424 KiB

[startup+3.11347 s]
/proc/loadavg: 16.17 16.16 15.83 17/872 2433845
/proc/meminfo: memFree=707205760/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=214792 memory=151788 CPUtime=3.06 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 41862 207 0 0 302 4 0 0 20 0 1 0 147151667 219947008 37821 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 53698 37947 6082 506 0 34389 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 214792 KiB
Current children cumulated memory: 151788 KiB

[startup+6.30015 s]
/proc/loadavg: 16.17 16.16 15.83 17/872 2433845
/proc/meminfo: memFree=707187308/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=242592 memory=180148 CPUtime=6.23 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 55999 207 0 0 619 4 0 0 20 0 1 0 147151667 248414208 45020 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 60648 45037 6082 506 0 41339 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 242592 KiB
Current children cumulated memory: 180148 KiB

[startup+12.7002 s]
/proc/loadavg: 16.15 16.15 15.83 17/872 2433845
/proc/meminfo: memFree=706892324/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=535112 memory=464852 CPUtime=12.61 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 105046 207 0 0 1246 15 0 0 20 0 1 0 147151667 547954688 116147 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 133778 116213 6210 506 0 114469 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 535112 KiB
Current children cumulated memory: 464852 KiB

[startup+25.5002 s]
/proc/loadavg: 16.12 16.14 15.83 17/872 2433845
/proc/meminfo: memFree=706837148/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=514632 memory=447508 CPUtime=25.36 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 113860 207 0 0 2483 53 0 0 20 0 1 0 147151667 526983168 111700 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 128658 111877 6242 506 0 109349 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 514632 KiB
Current children cumulated memory: 447508 KiB

[startup+51.1137 s]
/proc/loadavg: 16.08 16.13 15.83 17/871 2433845
/proc/meminfo: memFree=706802200/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=515120 memory=448016 CPUtime=50.87 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 113987 207 0 0 5034 53 0 0 20 0 1 0 147151667 527482880 111828 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 128780 112004 6242 506 0 109471 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 515120 KiB
Current children cumulated memory: 448016 KiB

[startup+102.3 s]
/proc/loadavg: 16.19 16.14 15.85 17/871 2433846
/proc/meminfo: memFree=706915272/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=537028 memory=470516 CPUtime=101.86 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 119674 207 0 0 10132 54 0 0 20 0 1 0 147151667 549916672 117460 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 134257 117629 6242 506 0 114948 0
Current children cumulated CPU time: 101.86 s
Current children cumulated vsize: 537028 KiB
Current children cumulated memory: 470516 KiB

[startup+162.3 s]
/proc/loadavg: 16.70 16.30 15.93 17/872 2433854
/proc/meminfo: memFree=706827304/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=586764 memory=517056 CPUtime=161.62 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 131435 207 0 0 16106 56 0 0 20 0 1 0 147151667 600846336 129108 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 146691 129264 6242 506 0 127382 0
Current children cumulated CPU time: 161.62 s
Current children cumulated vsize: 586764 KiB
Current children cumulated memory: 517056 KiB

[startup+222.3 s]
/proc/loadavg: 16.26 16.24 15.93 17/871 2433855
/proc/meminfo: memFree=701633448/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=650452 memory=577736 CPUtime=221.38 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 145870 207 0 0 22080 58 0 0 20 0 1 0 147151667 666062848 144271 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 162613 144434 6242 506 0 143304 0
Current children cumulated CPU time: 221.38 s
Current children cumulated vsize: 650452 KiB
Current children cumulated memory: 577736 KiB

[startup+282.3 s]
/proc/loadavg: 16.09 16.20 15.94 17/870 2433856
/proc/meminfo: memFree=702368388/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=698036 memory=625976 CPUtime=281.14 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 156679 207 0 0 28054 60 0 0 20 0 1 0 147151667 714788864 156320 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 174509 156494 6242 506 0 155200 0
Current children cumulated CPU time: 281.14 s
Current children cumulated vsize: 698036 KiB
Current children cumulated memory: 625976 KiB

[startup+342.3 s]
/proc/loadavg: 16.03 16.16 15.95 17/871 2433858
/proc/meminfo: memFree=702418152/1055320712 swapFree=32567592/33554428

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

Current children cumulated memory: 1949836 KiB

[startup+2922.3 s]
/proc/loadavg: 7.15 8.14 10.54 8/818 2434799
/proc/meminfo: memFree=894942968/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=2062304 memory=1949844 CPUtime=2911.52 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 412002 207 0 0 290901 251 0 0 20 0 1 0 147151667 2111799296 487224 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 515576 487461 6242 506 0 496267 0
Current children cumulated CPU time: 2911.52 s
Current children cumulated vsize: 2062304 KiB
Current children cumulated memory: 1949844 KiB

[startup+2982.3 s]
/proc/loadavg: 7.05 7.93 10.32 8/816 2434800
/proc/meminfo: memFree=894520488/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=2062304 memory=1952028 CPUtime=2971.35 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 412018 207 0 0 296883 252 0 0 20 0 1 0 147151667 2111799296 487736 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 515576 488007 6242 506 0 496267 0
Current children cumulated CPU time: 2971.35 s
Current children cumulated vsize: 2062304 KiB
Current children cumulated memory: 1952028 KiB

[startup+3042.3 s]
/proc/loadavg: 7.02 7.76 10.11 8/815 2434801
/proc/meminfo: memFree=893915988/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=2062304 memory=1952180 CPUtime=3031.17 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 412042 207 0 0 302865 252 0 0 20 0 1 0 147151667 2111799296 487736 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 515576 488045 6242 506 0 496267 0
Current children cumulated CPU time: 3031.17 s
Current children cumulated vsize: 2062304 KiB
Current children cumulated memory: 1952180 KiB

[startup+3102.3 s]
/proc/loadavg: 7.00 7.62 9.91 8/815 2434802
/proc/meminfo: memFree=891779308/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=2062304 memory=1954132 CPUtime=3090.99 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 412268 207 0 0 308847 252 0 0 20 0 1 0 147151667 2111799296 488248 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 515576 488533 6242 506 0 496267 0
Current children cumulated CPU time: 3090.99 s
Current children cumulated vsize: 2062304 KiB
Current children cumulated memory: 1954132 KiB

[startup+3162.3 s]
/proc/loadavg: 7.00 7.50 9.72 8/815 2434803
/proc/meminfo: memFree=893328384/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=2062304 memory=1954832 CPUtime=3150.8 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 412336 207 0 0 314828 252 0 0 20 0 1 0 147151667 2111799296 488376 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 515576 488708 6242 506 0 496267 0
Current children cumulated CPU time: 3150.8 s
Current children cumulated vsize: 2062304 KiB
Current children cumulated memory: 1954832 KiB

[startup+3222.3 s]
/proc/loadavg: 7.00 7.41 9.55 8/816 2434805
/proc/meminfo: memFree=893016136/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=2062304 memory=1954844 CPUtime=3210.62 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 412376 207 0 0 320810 252 0 0 20 0 1 0 147151667 2111799296 488376 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 515576 488711 6242 506 0 496267 0
Current children cumulated CPU time: 3210.62 s
Current children cumulated vsize: 2062304 KiB
Current children cumulated memory: 1954844 KiB

[startup+3282.3 s]
/proc/loadavg: 7.05 7.35 9.39 8/817 2434813
/proc/meminfo: memFree=892646184/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=2062304 memory=1954860 CPUtime=3270.44 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 412402 207 0 0 326792 252 0 0 20 0 1 0 147151667 2111799296 488376 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 515576 488715 6242 506 0 496267 0
Current children cumulated CPU time: 3270.44 s
Current children cumulated vsize: 2062304 KiB
Current children cumulated memory: 1954860 KiB

[startup+3342.3 s]
/proc/loadavg: 7.02 7.28 9.24 8/817 2434814
/proc/meminfo: memFree=892221672/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=2062304 memory=1954892 CPUtime=3330.26 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 412428 207 0 0 332774 252 0 0 20 0 1 0 147151667 2111799296 488376 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 515576 488723 6242 506 0 496267 0
Current children cumulated CPU time: 3330.26 s
Current children cumulated vsize: 2062304 KiB
Current children cumulated memory: 1954892 KiB

[startup+3402.3 s]
/proc/loadavg: 7.00 7.23 9.10 8/817 2434815
/proc/meminfo: memFree=891259380/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=2062304 memory=1954972 CPUtime=3390.09 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 412436 207 0 0 338756 253 0 0 20 0 1 0 147151667 2111799296 488376 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 515576 488743 6242 506 0 496267 0
Current children cumulated CPU time: 3390.09 s
Current children cumulated vsize: 2062304 KiB
Current children cumulated memory: 1954972 KiB

[startup+3462.3 s]
/proc/loadavg: 7.00 7.18 8.96 8/817 2434816
/proc/meminfo: memFree=891680552/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=2062304 memory=1955636 CPUtime=3449.89 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 412577 207 0 0 344736 253 0 0 20 0 1 0 147151667 2111799296 488504 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 515576 488909 6242 506 0 496267 0
Current children cumulated CPU time: 3449.89 s
Current children cumulated vsize: 2062304 KiB
Current children cumulated memory: 1955636 KiB

[startup+3522.3 s]
/proc/loadavg: 7.00 7.15 8.84 8/816 2434817
/proc/meminfo: memFree=891586148/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=2062304 memory=1955808 CPUtime=3509.71 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 412733 207 0 0 350718 253 0 0 20 0 1 0 147151667 2111799296 488504 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 515576 488952 6242 506 0 496267 0
Current children cumulated CPU time: 3509.71 s
Current children cumulated vsize: 2062304 KiB
Current children cumulated memory: 1955808 KiB

[startup+3582.3 s]
/proc/loadavg: 7.00 7.12 8.72 8/817 2434819
/proc/meminfo: memFree=891679848/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=2062304 memory=1956292 CPUtime=3569.54 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 413308 207 0 0 356700 254 0 0 20 0 1 0 147151667 2111799296 488632 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 515576 489073 6242 506 0 496267 0
Current children cumulated CPU time: 3569.54 s
Current children cumulated vsize: 2062304 KiB
Current children cumulated memory: 1956292 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.9 s]
/proc/loadavg: 7.00 7.11 8.66 8/816 2434819
/proc/meminfo: memFree=891689068/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=2062304 memory=1956772 CPUtime=3600.04 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 413441 207 0 0 359750 254 0 0 20 0 1 0 147151667 2111799296 488760 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 515576 489193 6242 506 0 496267 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 2062304 KiB
Current children cumulated memory: 1956772 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3612.92 s]
# the end of solver process 2433842 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=3597.51 s, system=2.55903 s

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

[startup+3612.9 s]
/proc/loadavg: 7.00 7.11 8.66 8/816 2434819
/proc/meminfo: memFree=891689068/1055320712 swapFree=32567592/33554428
[pid=2433842] ppid=2433839 vsize=2062304 memory=1956772 CPUtime=3600.04 cores=52-55
/proc/2433842/stat : 2433842 (naps_release) R 2433839 2433842 2432592 0 -1 4194304 413441 207 0 0 359750 254 0 0 20 0 1 0 147151667 2111799296 488760 18446744073709551615 4210688 6281017 140735552744848 0 0 0 0 0 16898 0 0 0 17 53 0 0 0 0 0 6662968 6676388 24059904 140735552747739 140735552747920 140735552747920 140735552753608 0
/proc/2433842/statm: 515576 489193 6242 506 0 496267 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 2062304 KiB
Current children cumulated memory: 1956772 KiB

Child status: 10

Real time (s): 3612.92
CPU time (s): 3600.07
CPU user time (s): 3597.51
CPU system time (s): 2.55903
CPU usage (%): 99.6445
Max. virtual memory (cumulated for all children) (KiB): 2062624
Max. memory (cumulated for all children) (KiB): 1956772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.51
system time used= 2.55903
maximum resident set size= 1955040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 413648
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= 454
involuntary context switches= 3048


# summary of solver processes directly reported to runsolver:
#   pid: 2433842
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3597.51
#   total CPU system time (s): 2.55903

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.6086 second user time and 39.1788 second system time

The end

Launcher Data

Begin job on nodeE002 at 2026-06-22 16:30:38
IDJOB=4780738
IDBENCH=183185
IDSOLVER=3589
FILE ID=nodeE002/4780738-1782138637
RUNJOBID= nodeE002-1782135631-2432615
SLURM_JOB_ID= 12510918
Free space on /tmp= 797180 MiB

SOLVER NAME= NaPS 1.04
BENCH NAME= PB26/normalized-PB26/OPT-LIN/devriendt/tsplib/normalized-swiss42.opb
COMMAND LINE= ./naps.sh -given-time=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4780738-1782138637/watcher-4780738-1782138637 -o /tmp/evaluation-result-4780738-1782138637/solver-4780738-1782138637 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4780738-1782138637/vars-4780738-1782138637 --bin-var /tmp/runsolver-exch-nodeE002-1782135631-2432615 --watchdog 3760  ./naps.sh -given-time=3600 HOME/instance-4780738-1782138637.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 62000 MiB
NBCORE= 3

MD5SUM BENCH= a307bb58c982e1a0b4b6f0debc866bd3
RANDOM SEED=1919236063

nodeE002 Linux 5.14.0-611.55.1.el9_7.0.3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 18 19:21:10 UTC 2026

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

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 0
cpu cores	: 32
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3580.752
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 1
cpu cores	: 32
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 2
cpu cores	: 32
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3588.156
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 3
cpu cores	: 32
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 4
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3595.246
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 64
cpu cores	: 32
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 5
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 65
cpu cores	: 32
apicid		: 65
initial apicid	: 65
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 6
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 66
cpu cores	: 32
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 7
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3596.067
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 67
cpu cores	: 32
apicid		: 67
initial apicid	: 67
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 8
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3580.235
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 32
cpu cores	: 32
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 9
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 33
cpu cores	: 32
apicid		: 33
initial apicid	: 33
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 10
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 34
cpu cores	: 32
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 11
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 35
cpu cores	: 32
apicid		: 35
initial apicid	: 35
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 12
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3565.149
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 96
cpu cores	: 32
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 13
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 97
cpu cores	: 32
apicid		: 97
initial apicid	: 97
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 14
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 98
cpu cores	: 32
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 15
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3567.935
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 99
cpu cores	: 32
apicid		: 99
initial apicid	: 99
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 16
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 48
cpu cores	: 32
apicid		: 48
initial apicid	: 48
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 17
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3571.542
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 49
cpu cores	: 32
apicid		: 49
initial apicid	: 49
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 18
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 50
cpu cores	: 32
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 19
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 51
cpu cores	: 32
apicid		: 51
initial apicid	: 51
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 20
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 112
cpu cores	: 32
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 21
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3574.967
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 113
cpu cores	: 32
apicid		: 113
initial apicid	: 113
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 22
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 114
cpu cores	: 32
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 23
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 115
cpu cores	: 32
apicid		: 115
initial apicid	: 115
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 24
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 16
cpu cores	: 32
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 25
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3578.584
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 17
cpu cores	: 32
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 26
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 18
cpu cores	: 32
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 27
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 28
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 80
cpu cores	: 32
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 29
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3591.079
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 81
cpu cores	: 32
apicid		: 81
initial apicid	: 81
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 30
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 82
cpu cores	: 32
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 31
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3584.269
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 83
cpu cores	: 32
apicid		: 83
initial apicid	: 83
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 32
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 0
cpu cores	: 32
apicid		: 128
initial apicid	: 128
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 33
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3571.547
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 1
cpu cores	: 32
apicid		: 129
initial apicid	: 129
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 34
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 2
cpu cores	: 32
apicid		: 130
initial apicid	: 130
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 35
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3565.464
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 3
cpu cores	: 32
apicid		: 131
initial apicid	: 131
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 36
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 64
cpu cores	: 32
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 37
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 65
cpu cores	: 32
apicid		: 193
initial apicid	: 193
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 38
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3583.300
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 66
cpu cores	: 32
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 39
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 67
cpu cores	: 32
apicid		: 195
initial apicid	: 195
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 40
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 32
cpu cores	: 32
apicid		: 160
initial apicid	: 160
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 41
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3575.789
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 33
cpu cores	: 32
apicid		: 161
initial apicid	: 161
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 42
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 34
cpu cores	: 32
apicid		: 162
initial apicid	: 162
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 43
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 35
cpu cores	: 32
apicid		: 163
initial apicid	: 163
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 44
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3574.529
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 96
cpu cores	: 32
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 45
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 97
cpu cores	: 32
apicid		: 225
initial apicid	: 225
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 46
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 98
cpu cores	: 32
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 47
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 99
cpu cores	: 32
apicid		: 227
initial apicid	: 227
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 48
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 48
cpu cores	: 32
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 49
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3585.446
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 49
cpu cores	: 32
apicid		: 177
initial apicid	: 177
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 50
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 50
cpu cores	: 32
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 51
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 51
cpu cores	: 32
apicid		: 179
initial apicid	: 179
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 52
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3566.943
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 112
cpu cores	: 32
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 53
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3562.736
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 113
cpu cores	: 32
apicid		: 241
initial apicid	: 241
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 54
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 114
cpu cores	: 32
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 55
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3562.934
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 115
cpu cores	: 32
apicid		: 243
initial apicid	: 243
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 56
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 16
cpu cores	: 32
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 57
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3575.441
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 17
cpu cores	: 32
apicid		: 145
initial apicid	: 145
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 58
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 18
cpu cores	: 32
apicid		: 146
initial apicid	: 146
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 59
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3575.966
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 147
initial apicid	: 147
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 60
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3575.327
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 80
cpu cores	: 32
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 61
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 81
cpu cores	: 32
apicid		: 209
initial apicid	: 209
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 62
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3572.584
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 82
cpu cores	: 32
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 63
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3573.396
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 83
cpu cores	: 32
apicid		: 211
initial apicid	: 211
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]


/proc/meminfo:
MemTotal:       1055320712 kB
MemFree:        707311080 kB
MemAvailable:   824401068 kB
Buffers:              32 kB
Cached:         120708056 kB
SwapCached:         8820 kB
Active:         223762784 kB
Inactive:       120042112 kB
Active(anon):   223132660 kB
Inactive(anon):     9268 kB
Active(file):     630124 kB
Inactive(file): 120032844 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       32567592 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15148 kB
Writeback:             0 kB
AnonPages:      223079196 kB
Mapped:           116348 kB
Shmem:             45116 kB
KReclaimable:    1172060 kB
Slab:            1710732 kB
SReclaimable:    1172060 kB
SUnreclaim:       538672 kB
KernelStack:       14832 kB
PageTables:       447664 kB
SecPageTables:     15440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214784 kB
Committed_AS:   237967064 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478576 kB
VmallocChunk:          0 kB
Percpu:           119296 kB
HardwareCorrupted:     0 kB
AnonHugePages:  118796288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      444868 kB
DirectMap2M:    19800064 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 797528 MiB
End job on nodeE002 at 2026-06-22 17:30:51