Trace number 4448175

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP 2024-07-07? 3588.87 3602.2

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid3x70split.cnf-extracted.pb.metafix.opb
MD5SUMa8733c4376293f538673445107eeff72
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.11532
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables421
Total number of constraints562
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)560
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4448175-1721362515.opb>
0.00/0.00	c original problem has 421 variables (421 bin, 0 int, 0 impl, 0 cont) and 562 constraints
0.00/0.00	c problem read in 0.00
0.00/0.00	c No objective function, only one solution is needed.
0.00/0.00	c presolving:
0.00/0.00	c    (0.0s) running MILP presolver
0.00/0.01	c    (0.0s) MILP presolver (2 rounds): 1 aggregations, 0 fixings, 0 bound changes
0.00/0.01	c (round 1, medium)     1 del vars, 562 del conss, 210 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 51/420 (12.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.01	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.01	c    (0.0s) symmetry computation finished: 2 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.00)
0.00/0.01	c dynamic symmetry handling statistics:
0.00/0.01	c    orbitopal reduction:       no components
0.00/0.01	c    orbital reduction:         no components
0.00/0.01	c    lexicographic reduction:    2 permutations with support sizes 419, 415
0.00/0.01	c handled 1 out of 1 symmetry components
0.00/0.01	c presolving (2 rounds: 2 fast, 2 medium, 1 exhaustive):
0.00/0.01	c  1 deleted vars, 562 deleted constraints, 210 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 420 variables (420 bin, 0 int, 0 impl, 0 cont) and 210 constraints
0.00/0.01	c     210 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 10.0.0
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.01	c limits/time = 3596.997011
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.01	c limits/memory = 27900
0.00/0.01	c 
0.00/0.01	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
0.00/0.01	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
0.00/0.01	c limits/solutions = 1
0.00/0.01	c 
0.00/0.01	c # bitset describing used symmetry handling technique: (0: off; 1: constraint-based (orbitopes and/or symresacks); 2: orbital fixing; 3: orbitopes and orbital fixing; 4: Schreier Sims cuts; 5: Schreier Sims cuts and orbitopes; 6: Schreier Sims cuts and orbital fixing; 7: Schreier Sims cuts, orbitopes, and orbital fixing) See type_symmetry.h.
0.00/0.01	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
0.00/0.01	c misc/usesymmetry = 3
0.00/0.01	c 
0.00/0.01	c # belongs reading time to solving time?
0.00/0.01	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c timing/reading = TRUE
0.00/0.01	c 
0.00/0.01	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
0.00/0.01	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.01	c propagating/symmetry/detectdoublelex = FALSE
0.00/0.01	c 
0.00/0.01	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
0.00/0.01	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.01	c propagating/symmetry/detectsubgroups = FALSE
0.00/0.01	c 
0.00/0.01	c # Type of symmetries that shall be computed?
0.00/0.01	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
0.00/0.01	c propagating/symmetry/symtype = 1
0.00/0.01	c 
0.00/0.01	c # Should components consisting of a single full reflection be handled?
0.00/0.01	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.01	c propagating/symmetry/usesimplesgncomp = FALSE
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.00/0.03	c   0.0s|     1 |     0 |   302 |     - |  5954k |   0 | 420 | 583 | 210 |   0 |  0 | 373 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.07	c   0.1s|     1 |     0 |   453 |     - |  6128k |   0 | 420 | 602 | 227 |  17 |  1 | 373 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.07	c   0.1s|     1 |     0 |   465 |     - |  6186k |   0 | 420 | 602 | 236 |  26 |  2 | 373 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.07	c   0.1s|     1 |     0 |   476 |     - |  6315k |   0 | 420 | 602 | 243 |  33 |  3 | 373 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.07	c   0.1s|     1 |     0 |   489 |     - |  6523k |   0 | 420 | 602 | 251 |  41 |  4 | 373 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.07	c   0.1s|     1 |     0 |   490 |     - |  7080k |   0 | 420 | 604 | 252 |  42 |  5 | 375 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.07	c   0.1s|     1 |     0 |   500 |     - |  7151k |   0 | 420 | 604 | 254 |  44 |  6 | 375 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.07	c   0.1s|     1 |     0 |   501 |     - |  7262k |   0 | 420 | 604 | 257 |  47 |  7 | 375 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |   506 |     - |  7306k |   0 | 420 | 604 | 259 |  49 |  8 | 375 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |   513 |     - |  7333k |   0 | 420 | 604 | 261 |  51 |  9 | 375 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |   516 |     - |  7505k |   0 | 420 | 604 | 263 |  53 | 10 | 375 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |   517 |     - |  7533k |   0 | 420 | 604 | 265 |  55 | 11 | 375 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |   522 |     - |  7561k |   0 | 420 | 604 | 267 |  57 | 12 | 375 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |   523 |     - |  7630k |   0 | 420 | 604 | 251 |  58 | 13 | 375 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |   524 |     - |  7630k |   0 | 420 | 604 | 252 |  59 | 14 | 375 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.00/0.08	c   0.1s|     1 |     0 |   526 |     - |  7646k |   0 | 420 | 604 | 254 |  61 | 15 | 375 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.09	c   0.1s|     1 |     0 |   528 |     - |  7646k |   0 | 420 | 604 | 255 |  62 | 16 | 375 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.09	c   0.1s|     1 |     0 |   530 |     - |  7672k |   0 | 420 | 604 | 256 |  63 | 17 | 375 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.10/0.11	c   0.1s|     1 |     2 |   560 |     - |  7677k |   0 | 420 | 607 | 256 |  63 | 17 | 378 |  12 | 0.000000e+00 |      --      |    Inf | unknown
0.50/0.53	c   0.5s|   100 |    95 |  3325 |  28.2 |  8255k |  33 | 420 | 764 | 215 | 121 |  1 | 535 |  12 | 0.000000e+00 |      --      |    Inf | unknown
0.59/0.65	c   0.7s|   200 |   176 |  4297 |  18.9 |  8491k |  43 | 420 | 890 | 215 | 154 |  1 | 661 |  12 | 0.000000e+00 |      --      |    Inf | unknown
0.69/0.76	c   0.8s|   300 |   252 |  5028 |  15.0 |  9680k |  50 | 420 | 972 | 223 | 192 |  1 | 743 |  12 | 0.000000e+00 |      --      |    Inf | unknown
0.78/0.83	c   0.8s|   400 |   346 |  5497 |  12.4 |  9694k |  78 | 420 |1034 | 218 | 210 |  1 | 805 |  12 | 0.000000e+00 |      --      |    Inf | unknown
0.99/1.01	c   1.0s|   500 |   430 |  5961 |  10.9 |  9856k |  80 | 420 |1073 | 220 | 236 |  1 | 844 |  12 | 0.000000e+00 |      --      |    Inf | unknown
0.99/1.07	c   1.1s|   600 |   522 |  6611 |  10.2 |  9890k |  80 | 420 |1114 | 222 | 272 |  1 | 885 |  12 | 0.000000e+00 |      --      |    Inf | unknown
1.09/1.13	c   1.1s|   700 |   614 |  6892 |   9.1 |    10M |  80 | 420 |1181 | 219 | 273 |  1 | 952 |  12 | 0.000000e+00 |      --      |    Inf | unknown
1.18/1.27	c   1.3s|   800 |   698 |  7228 |   8.4 |    10M |  82 | 420 |1217 | 219 | 273 |  1 | 989 |  12 | 0.000000e+00 |      --      |    Inf | unknown
1.48/1.51	c   1.5s|   900 |   774 |  7539 |   7.8 |    10M |  93 | 420 |1259 | 215 | 273 |  1 |1031 |  12 | 0.000000e+00 |      --      |    Inf | unknown
1.48/1.59	c   1.6s|  1000 |   872 |  8277 |   7.8 |    10M |  93 | 420 |1323 | 223 | 334 |  0 |1096 |  12 | 0.000000e+00 |      --      |    Inf | unknown
1.58/1.63	c   1.6s|  1100 |   945 |  8573 |   7.3 |    10M |  93 | 420 |1377 | 215 | 334 |  1 |1151 |  12 | 0.000000e+00 |      --      |    Inf | unknown
1.68/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.68/1.70	c   1.7s|  1200 |  1036 |  9113 |   7.2 |    10M |  93 | 420 |1439 | 223 | 368 |  1 |1213 |  12 | 0.000000e+00 |      --      |    Inf | unknown
1.68/1.76	c   1.8s|  1300 |  1115 |  9536 |   6.9 |    11M |  93 | 420 |1567 | 218 | 375 |  1 |1343 |  12 | 0.000000e+00 |      --      |    Inf | unknown
1.88/1.99	c   2.0s|  1400 |  1190 |  9908 |   6.7 |    11M |  93 | 420 |1602 | 221 | 389 |  1 |1378 |  12 | 0.000000e+00 |      --      |    Inf | unknown
1.98/2.06	c   2.1s|  1500 |  1282 | 10544 |   6.7 |    11M |  93 | 420 |1636 | 225 | 417 |  1 |1414 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.08/2.12	c   2.1s|  1600 |  1376 | 11137 |   6.6 |    11M |  93 | 420 |1697 | 221 | 438 |  1 |1476 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.18/2.26	c   2.3s|  1700 |  1465 | 11815 |   6.6 |    11M |  93 | 420 |1777 | 218 | 469 |  1 |1557 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.38/2.48	c   2.5s|  1800 |  1512 | 12174 |   6.5 |    12M |  93 | 420 |1865 | 223 | 497 |  1 |1654 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.48/2.55	c   2.5s|  1900 |  1601 | 12766 |   6.4 |    12M |  93 | 420 |1906 | 222 | 527 |  1 |1699 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.58/2.61	c   2.6s|  2000 |  1697 | 13294 |   6.4 |    12M |  93 | 420 |1972 | 218 | 527 |  1 |1771 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.68/2.77	c   2.8s|  2100 |  1753 | 14082 |   6.5 |    12M |  93 | 420 |2028 | 218 | 547 |  1 |1839 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.78/2.84	c   2.8s|  2200 |  1821 | 14467 |   6.3 |    13M |  93 | 420 |2083 | 223 | 558 |  1 |1900 |  12 | 0.000000e+00 |      --      |    Inf | unknown
2.88/2.95	c   2.9s|  2300 |  1888 | 14851 |   6.2 |    13M |  93 | 420 |2145 | 219 | 603 |  1 |1965 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.18/3.28	c   3.3s|  2400 |  1934 | 15226 |   6.1 |    13M |  93 | 420 |2198 | 218 | 627 |  1 |2026 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.48/3.53	c   3.5s|  2500 |  1999 | 15560 |   6.0 |    13M |  93 | 420 |2262 | 218 | 639 |  1 |2100 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.48/3.59	c   3.6s|  2600 |  2099 | 15969 |   5.9 |    13M |  93 | 420 |2291 | 220 | 644 |  1 |2130 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.58/3.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.58/3.65	c   3.7s|  2700 |  2195 | 16454 |   5.9 |    13M |  93 | 420 |2339 | 220 | 655 |  1 |2181 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.78/3.80	c   3.8s|  2800 |  2277 | 16857 |   5.8 |    14M |  93 | 420 |2395 | 218 | 662 |  1 |2240 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.88/3.98	c   4.0s|  2900 |  2360 | 17570 |   5.9 |    14M |  93 | 420 |2439 | 220 | 707 |  1 |2291 |  12 | 0.000000e+00 |      --      |    Inf | unknown
4.47/4.50	c   4.5s|  3000 |  2427 | 17977 |   5.8 |    14M |  93 | 420 |2497 | 223 | 710 |  0 |2361 |  12 | 0.000000e+00 |      --      |    Inf | unknown
4.47/4.57	c   4.6s|  3100 |  2513 | 18459 |   5.8 |    15M |  93 | 420 |2545 | 224 | 777 |  0 |2417 |  12 | 0.000000e+00 |      --      |    Inf | unknown
4.67/4.75	c   4.7s|  3200 |  2581 | 19694 |   6.0 |    15M |  93 | 420 |2606 | 221 | 829 |  1 |2488 |  12 | 0.000000e+00 |      --      |    Inf | unknown
4.77/4.84	c   4.8s|  3300 |  2676 | 20470 |   6.0 |    15M |  93 | 420 |2698 | 222 | 896 |  1 |2584 |  12 | 0.000000e+00 |      --      |    Inf | unknown
4.87/4.91	c   4.9s|  3400 |  2770 | 21008 |   6.0 |    15M |  93 | 420 |2743 | 220 | 917 |  1 |2633 |  12 | 0.000000e+00 |      --      |    Inf | unknown
4.98/5.06	c   5.1s|  3500 |  2830 | 21375 |   6.0 |    15M |  93 | 420 |2813 | 230 | 951 |  3 |2712 |  12 | 0.000000e+00 |      --      |    Inf | unknown
5.08/5.14	c   5.1s|  3600 |  2928 | 21979 |   6.0 |    15M |  93 | 420 |2857 |   0 | 996 |  0 |2761 |  12 | 0.000000e+00 |      --      |    Inf | unknown
5.17/5.20	c   5.2s|  3700 |  3001 | 22403 |   5.9 |    15M |  93 | 420 |2936 | 218 |1010 |  1 |2847 |  12 | 0.000000e+00 |      --      |    Inf | unknown
5.27/5.36	c   5.4s|  3800 |  3062 | 22855 |   5.9 |    16M |  93 | 420 |2998 | 223 |1045 |  1 |2926 |  12 | 0.000000e+00 |      --      |    Inf | unknown
5.37/5.41	c   5.4s|  3900 |  3119 | 23098 |   5.8 |    16M |  93 | 420 |3039 | 218 |1045 |  1 |3002 |  12 | 0.000000e+00 |      --      |    Inf | unknown
5.37/5.46	c   5.5s|  4000 |  3207 | 23542 |   5.8 |    16M |  93 | 420 |3067 | 221 |1048 |  1 |3071 |  12 | 0.000000e+00 |      --      |    Inf | unknown
5.47/5.53	c   5.5s|  4100 |  3263 | 23920 |   5.7 |    16M |  93 | 420 |3117 |   0 |1070 |  0 |3159 |  12 | 0.000000e+00 |      --      |    Inf | unknown
5.67/5.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.67/5.77	c   5.8s|  4200 |  3327 | 24269 |   5.7 |    16M |  93 | 420 |3136 | 224 |1082 |  1 |3229 |  12 | 0.000000e+00 |      --      |    Inf | unknown
5.77/5.83	c   5.8s|  4300 |  3421 | 24605 |   5.6 |    16M |  93 | 420 |3141 | 223 |1082 |  1 |3304 |  12 | 0.000000e+00 |      --      |    Inf | unknown
5.77/5.89	c   5.9s|  4400 |  3507 | 24964 |   5.6 |    16M |  93 | 420 |3128 | 224 |1083 |  0 |3369 |  12 | 0.000000e+00 |      --      |    Inf | unknown
5.87/5.96	c   6.0s|  4500 |  3585 | 25524 |   5.6 |    17M |  93 | 420 |3116 | 219 |1133 |  1 |3430 |  12 | 0.000000e+00 |      --      |    Inf | unknown
5.97/6.02	c   6.0s|  4600 |  3631 | 25837 |   5.5 |    17M |  93 | 420 |3086 | 227 |1137 |  1 |3519 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.07/6.10	c   6.1s|  4700 |  3721 | 26430 |   5.5 |    17M |  93 | 420 |3080 | 223 |1236 |  1 |3607 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.07/6.16	c   6.2s|  4800 |  3762 | 26716 |   5.5 |    18M |  93 | 420 |3082 | 219 |1236 |  1 |3723 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.17/6.23	c   6.2s|  4900 |  3837 | 27324 |   5.5 |    18M |  93 | 420 |3045 | 221 |1311 |  1 |3774 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.17/6.29	c   6.3s|  5000 |  3860 | 27621 |   5.4 |    18M |  93 | 420 |3056 | 220 |1311 |  1 |3908 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.27/6.34	c   6.3s|  5100 |  3896 | 27930 |   5.4 |    18M |  93 | 420 |3025 | 221 |1320 |  1 |4023 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.37/6.41	c   6.4s|  5200 |  3984 | 28513 |   5.4 |    18M |  93 | 420 |3029 | 222 |1390 |  1 |4112 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.47/6.51	c   6.5s|  5300 |  4084 | 29267 |   5.4 |    18M |  93 | 420 |3046 | 222 |1496 |  1 |4190 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.47/6.56	c   6.6s|  5400 |  4107 | 29557 |   5.4 |    19M |  93 | 420 |3029 | 221 |1522 |  1 |4296 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.57/6.62	c   6.6s|  5500 |  4191 | 30079 |   5.4 |    19M |  93 | 420 |3045 | 223 |1573 |  1 |4395 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.57/6.67	c   6.7s|  5600 |  4266 | 30377 |   5.3 |    19M |  93 | 420 |3033 | 223 |1573 |  1 |4458 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.67/6.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.67/6.73	c   6.7s|  5700 |  4304 | 30809 |   5.3 |    19M |  93 | 420 |3018 |   0 |1592 |  0 |4556 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.67/6.79	c   6.8s|  5800 |  4397 | 31362 |   5.3 |    19M |  93 | 420 |3011 | 220 |1626 |  1 |4616 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.77/6.86	c   6.9s|  5900 |  4484 | 31873 |   5.3 |    19M |  93 | 420 |3005 | 222 |1645 |  1 |4698 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.87/6.93	c   6.9s|  6000 |  4541 | 32234 |   5.3 |    19M |  93 | 420 |3032 | 225 |1665 |  1 |4840 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.97/7.01	c   7.0s|  6100 |  4630 | 32879 |   5.3 |    19M |  93 | 420 |3034 | 226 |1743 |  2 |4927 |  12 | 0.000000e+00 |      --      |    Inf | unknown
6.97/7.09	c   7.1s|  6200 |  4710 | 33459 |   5.3 |    19M |  93 | 420 |3031 | 221 |1818 |  1 |5023 |  12 | 0.000000e+00 |      --      |    Inf | unknown
7.07/7.14	c   7.1s|  6300 |  4764 | 33786 |   5.3 |    19M |  93 | 420 |3030 | 222 |1818 |  1 |5101 |  12 | 0.000000e+00 |      --      |    Inf | unknown
7.16/7.21	c   7.2s|  6400 |  4840 | 34389 |   5.3 |    19M |  93 | 420 |2986 | 221 |1885 |  1 |5187 |  12 | 0.000000e+00 |      --      |    Inf | unknown
7.16/7.27	c   7.3s|  6500 |  4907 | 34720 |   5.3 |    19M |  93 | 420 |2919 | 223 |1892 |  1 |5249 |  12 | 0.000000e+00 |      --      |    Inf | unknown
7.26/7.32	c   7.3s|  6600 |  4982 | 35132 |   5.2 |    19M |  93 | 420 |2805 | 224 |1904 |  1 |5291 |  12 | 0.000000e+00 |      --      |    Inf | unknown
7.26/7.38	c   7.4s|  6700 |  5065 | 35598 |   5.2 |    19M |  93 | 420 |2711 |   0 |1916 |  0 |5350 |  12 | 0.000000e+00 |      --      |    Inf | unknown
7.36/7.43	c   7.4s|  6800 |  5115 | 35918 |   5.2 |    19M |  93 | 420 |2620 | 225 |1918 |  1 |5439 |  12 | 0.000000e+00 |      --      |    Inf | unknown
7.36/7.48	c   7.5s|  6900 |  5169 | 36279 |   5.2 |    19M |  93 | 420 |2523 | 224 |1934 |  1 |5525 |  12 | 0.000000e+00 |      --      |    Inf | unknown
7.46/7.54	c   7.5s|  7000 |  5234 | 36654 |   5.2 |    19M |  93 | 420 |2492 | 222 |1939 |  1 |5619 |  12 | 0.000000e+00 |      --      |    Inf | unknown
7.46/7.59	c   7.6s|  7100 |  5277 | 36990 |   5.1 |    19M |  93 | 420 |2469 | 223 |1942 |  1 |5764 |  12 | 0.000000e+00 |      --      |    Inf | unknown
7.56/7.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.56/7.63	c   7.6s|  7200 |  5311 | 37273 |   5.1 |    19M |  93 | 420 |2398 | 218 |1942 |  1 |5874 |  12 | 0.000000e+00 |      --      |    Inf | unknown
7.56/7.68	c   7.7s|  7300 |  5351 | 37608 |   5.1 |    19M |  93 | 420 |2394 |   0 |1950 |  0 |5970 |  12 | 0.000000e+00 |      --      |    Inf | unknown
7.66/7.72	c   7.7s|  7400 |  5394 | 37879 |   5.0 |    19M |  93 | 420 |2412 |   0 |1950 |  0 |6057 |  12 | 0.000000e+00 |      --      |    Inf | unknown
7.66/7.77	c   7.8s|  7500 |  5449 | 38220 |   5.0 |    19M |  93 | 420 |2354 | 222 |1958 |  0 |6157 |  12 | 0.000000e+00 |      --      |    Inf | unknown
7.76/7.82	c   7.8s|  7600 |  5510 | 38536 |   5.0 |    19M |  93 | 420 |2318 | 222 |1960 |  1 |6226 |  12 | 0.000000e+00 |      --      |    Inf | unknown
7.76/7.88	c   7.9s|  7700 |  5573 | 38928 |   5.0 |    19M |  93 | 420 |2313 | 223 |1965 |  1 |6321 |  12 | 0.000000e+00 |      --      |    Inf | unknown
7.86/7.92	c   7.9s|  7800 |  5605 | 39201 |   5.0 |    20M |  93 | 420 |2324 |   0 |1965 |  0 |6463 |  12 | 0.000000e+00 |      --      |    Inf | unknown
7.86/7.97	c   8.0s|  7900 |  5631 | 39500 |   4.9 |    20M |  93 | 420 |2188 | 223 |1974 |  1 |6559 |  12 | 0.000000e+00 |      --      |    Inf | unknown
7.97/8.02	c   8.0s|  8000 |  5675 | 39898 |   4.9 |    20M |  93 | 420 |2065 | 219 |1974 |  1 |6612 |  12 | 0.000000e+00 |      --      |    Inf | unknown
7.97/8.06	c   8.1s|  8100 |  5748 | 40210 |   4.9 |    20M |  93 | 420 |2082 | 219 |1974 |  1 |6677 |  12 | 0.000000e+00 |      --      |    Inf | unknown
8.07/8.11	c   8.1s|  8200 |  5819 | 40526 |   4.9 |    20M |  93 | 420 |2015 | 221 |1974 |  1 |6751 |  12 | 0.000000e+00 |      --      |    Inf | unknown
8.07/8.15	c   8.2s|  8300 |  5851 | 40776 |   4.8 |    20M |  93 | 420 |1980 | 218 |1974 |  1 |6841 |  12 | 0.000000e+00 |      --      |    Inf | unknown
8.16/8.20	c   8.2s|  8400 |  5889 | 41128 |   4.8 |    20M |  93 | 420 |1880 | 218 |1974 |  1 |6932 |  12 | 0.000000e+00 |      --      |    Inf | unknown
8.16/8.24	c   8.2s|  8500 |  5948 | 41465 |   4.8 |    20M |  93 | 420 |1778 | 219 |1974 |  1 |7002 |  12 | 0.000000e+00 |      --      |    Inf | unknown
8.26/8.30	c   8.3s|  8600 |  5972 | 41761 |   4.8 |    20M |  93 | 420 |1695 |   0 |1979 |  0 |7121 |  12 | 0.000000e+00 |      --      |    Inf | unknown
8.26/8.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.26/8.33	c   8.3s|  8700 |  6013 | 42010 |   4.8 |    20M |  93 | 420 |1666 | 225 |1985 |  1 |7208 |  12 | 0.000000e+00 |      --      |    Inf | unknown
8.26/8.38	c   8.4s|  8800 |  6077 | 42343 |   4.8 |    20M |  93 | 420 |1596 | 226 |1996 |  1 |7269 |  12 | 0.000000e+00 |      --      |    Inf | unknown
8.36/8.44	c   8.4s|  8900 |  6159 | 42829 |   4.8 |    20M |  93 | 420 |1599 | 226 |1996 |  1 |7369 |  12 | 0.000000e+00 |      --      |    Inf | unknown
8.36/8.47	c   8.5s|  9000 |  6197 | 43095 |   4.7 |    20M |  93 | 420 |1601 | 224 |1996 |  1 |7464 |  12 | 0.000000e+00 |      --      |    Inf | unknown
8.46/8.51	c   8.5s|  9100 |  6232 | 43341 |   4.7 |    20M |  93 | 420 |1546 |   0 |1996 |  0 |7512 |  12 | 0.000000e+00 |      --      |    Inf | unknown
8.46/8.55	c   8.6s|  9200 |  6283 | 43637 |   4.7 |    20M |  93 | 420 |1571 | 219 |1996 |  1 |7604 |  12 | 0.000000e+00 |      --      |    Inf | unknown
8.56/8.60	c   8.6s|  9300 |  6345 | 43936 |   4.7 |    21M |  93 | 420 |1600 |   0 |1996 |  0 |7664 |  12 | 0.000000e+00 |      --      |    Inf | unknown
8.56/8.64	c   8.6s|  9400 |  6368 | 44147 |   4.6 |    21M |  93 | 420 |1671 | 219 |1997 |  0 |7785 |  12 | 0.000000e+00 |      --      |    Inf | unknown
8.56/8.68	c   8.7s|  9500 |  6432 | 44447 |   4.6 |    21M |  93 | 420 |1680 | 218 |1997 |  1 |7837 |  12 | 0.000000e+00 |      --      |    Inf | unknown
8.66/8.73	c   8.7s|  9600 |  6487 | 44741 |   4.6 |    22M |  93 | 420 |1680 | 226 |1997 |  1 |7927 |  12 | 0.000000e+00 |      --      |    Inf | unknown
8.66/8.77	c   8.8s|  9700 |  6519 | 44972 |   4.6 |    22M |  93 | 420 |1720 |   0 |1997 |  0 |8059 |  12 | 0.000000e+00 |      --      |    Inf | unknown
8.76/8.80	c   8.8s|  9800 |  6551 | 45217 |   4.6 |    22M |  93 | 420 |1806 | 219 |1997 |  1 |8207 |  12 | 0.000000e+00 |      --      |    Inf | unknown
8.76/8.85	c   8.8s|  9900 |  6582 | 45481 |   4.5 |    22M |  93 | 420 |1775 | 218 |1998 |  1 |8308 |  12 | 0.000000e+00 |      --      |    Inf | unknown
8.76/8.89	c   8.9s| 10000 |  6642 | 45825 |   4.5 |    22M |  93 | 420 |1722 | 222 |2002 |  1 |8374 |  12 | 0.000000e+00 |      --      |    Inf | unknown
8.86/8.93	c   8.9s| 10100 |  6701 | 46112 |   4.5 |    22M |  93 | 420 |1692 | 223 |2002 |  1 |8438 |  12 | 0.000000e+00 |      --      |    Inf | unknown
8.86/8.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.86/8.97	c   9.0s| 10200 |  6741 | 46354 |   4.5 |    22M |  93 | 420 |1714 | 219 |2002 |  1 |8519 |  12 | 0.000000e+00 |      --      |    Inf | unknown
8.96/9.01	c   9.0s| 10300 |  6786 | 46605 |   4.5 |    22M |  93 | 420 |1752 | 219 |2002 |  1 |8607 |  12 | 0.000000e+00 |      --      |    Inf | unknown
8.96/9.06	c   9.1s| 10400 |  6848 | 46912 |   4.5 |    22M |  93 | 420 |1640 | 224 |2004 |  1 |8657 |  12 | 0.000000e+00 |      --      |    Inf | unknown
8.96/9.10	c   9.1s| 10500 |  6913 | 47236 |   4.4 |    22M |  93 | 420 |1610 | 219 |2005 |  1 |8709 |  12 | 0.000000e+00 |      --      |    Inf | unknown
9.06/9.15	c   9.1s| 10600 |  6972 | 47571 |   4.4 |    23M |  93 | 420 |1552 | 223 |2007 |  1 |8795 |  12 | 0.000000e+00 |      --      |    Inf | unknown
9.06/9.18	c   9.2s| 10700 |  7020 | 47851 |   4.4 |    23M |  93 | 420 |1509 | 223 |2007 |  1 |8828 |  12 | 0.000000e+00 |      --      |    Inf | unknown
9.16/9.23	c   9.2s| 10800 |  7077 | 48153 |   4.4 |    23M |  93 | 420 |1479 | 221 |2008 |  1 |8926 |  12 | 0.000000e+00 |      --      |    Inf | unknown
9.16/9.27	c   9.3s| 10900 |  7128 | 48499 |   4.4 |    23M |  93 | 420 |1430 | 221 |2008 |  1 |8989 |  12 | 0.000000e+00 |      --      |    Inf | unknown
9.26/9.33	c   9.3s| 11000 |  7215 | 49016 |   4.4 |    23M |  93 | 420 |1418 | 221 |2008 |  1 |9054 |  12 | 0.000000e+00 |      --      |    Inf | unknown
9.26/9.38	c   9.4s| 11100 |  7284 | 49453 |   4.4 |    23M |  93 | 420 |1448 | 221 |2008 |  1 |9138 |  12 | 0.000000e+00 |      --      |    Inf | unknown
9.36/9.42	c   9.4s| 11200 |  7322 | 49728 |   4.4 |    23M |  93 | 420 |1535 | 221 |2008 |  1 |9260 |  12 | 0.000000e+00 |      --      |    Inf | unknown
9.36/9.46	c   9.5s| 11300 |  7351 | 50012 |   4.4 |    23M |  93 | 420 |1686 | 223 |2008 |  1 |9431 |  12 | 0.000000e+00 |      --      |    Inf | unknown
9.46/9.50	c   9.5s| 11400 |  7363 | 50265 |   4.4 |    23M |  93 | 420 |1734 | 221 |2008 |  1 |9557 |  12 | 0.000000e+00 |      --      |    Inf | unknown
9.46/9.55	c   9.5s| 11500 |  7410 | 50608 |   4.4 |    23M |  93 | 420 |1784 | 224 |2008 |  1 |9656 |  12 | 0.000000e+00 |      --      |    Inf | unknown
9.46/9.60	c   9.6s| 11600 |  7466 | 50983 |   4.3 |    23M |  93 | 420 |1780 | 217 |2036 |  1 |9744 |  12 | 0.000000e+00 |      --      |    Inf | unknown
9.56/9.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
9.56/9.67	c   9.7s| 11700 |  7563 | 51543 |   4.4 |    23M |  93 | 420 |1684 | 220 |2058 |  1 |9801 |  12 | 0.000000e+00 |      --      |    Inf | unknown
9.65/9.72	c   9.7s| 11800 |  7621 | 51972 |   4.4 |    23M |  93 | 420 |1637 | 221 |2070 |  1 |9878 |  12 | 0.000000e+00 |      --      |    Inf | unknown
9.65/9.76	c   9.8s| 11900 |  7669 | 52305 |   4.4 |    23M |  93 | 420 |1555 | 219 |2073 |  1 |9978 |  12 | 0.000000e+00 |      --      |    Inf | unknown
9.75/9.81	c   9.8s| 12000 |  7687 | 52536 |   4.3 |    23M |  93 | 420 |1550 | 219 |2073 |  1 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
9.75/9.86	c   9.9s| 12100 |  7737 | 52882 |   4.3 |    23M |  93 | 420 |1550 | 219 |2079 |  1 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
9.85/9.94	c   9.9s| 12200 |  7832 | 53592 |   4.3 |    23M |  93 | 420 |1465 | 217 |2101 |  1 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
9.96/10.00	c  10.0s| 12300 |  7908 | 54083 |   4.4 |    23M |  93 | 420 |1452 | 223 |2114 |  1 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
9.96/10.04	c  10.0s| 12400 |  7980 | 54395 |   4.3 |    23M |  93 | 420 |1494 | 223 |2114 |  1 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
9.96/10.09	c  10.1s| 12500 |  8028 | 54718 |   4.3 |    23M |  93 | 420 |1565 | 220 |2114 |  1 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
10.06/10.17	c  10.2s| 12600 |  8073 | 55130 |   4.3 |    24M |  93 | 420 |1608 | 220 |2114 |  1 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
10.15/10.20	c  10.2s| 12700 |  8117 | 55416 |   4.3 |    24M |  93 | 420 |1636 | 223 |2114 |  1 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
10.15/10.24	c  10.2s| 12800 |  8155 | 55667 |   4.3 |    24M |  93 | 420 |1620 | 220 |2114 |  0 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
10.15/10.28	c  10.3s| 12900 |  8218 | 56047 |   4.3 |    24M |  93 | 420 |1587 | 229 |2135 |  1 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
10.25/10.34	c  10.3s| 13000 |  8298 | 56495 |   4.3 |    24M |  93 | 420 |1621 | 229 |2137 |  1 |  10k|  12 | 0.000000e+00 |      --      |    Inf | unknown
10.35/10.40	c  10.4s| 13100 |  8386 | 57004 |   4.3 |    24M |  93 | 420 |1639 | 225 |2168 |  1 |  11k|  12 | 0.000000e+00 |      --      |    Inf | unknown
10.35/10.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
10.35/10.47	c  10.5s| 13200 |  8446 | 57541 |   4.3 |    24M |  93 | 420 |1584 | 220 |2190 |  1 |  11k|  12 | 0.000000e+00 |      --      |    Inf | unknown
10.45/10.52	c  10.5s| 13300 |  8508 | 57950 |   4.3 |    24M |  93 | 420 |1540 | 220 |2198 |  1 |  11k|  12 | 0.000000e+00 |      --      |    Inf | unknown
10.45/10.55	c  10.5s| 13400 |  8538 | 58198 |   4.3 |    24M |  93 | 420 |1571 | 220 |2198 |  1 |  11k|  12 | 0.000000e+00 |      --      |    Inf | unknown
10.55/10.61	c  10.6s| 13500 |  8620 | 58669 |   4.3 |    24M |  93 | 420 |1554 |   0 |2223 |  0 |  11k|  12 | 0.000000e+00 |      --      |    Inf | unknown
10.55/10.65	c  10.7s| 13600 |  8693 | 59154 |   4.3 |    24M |  93 | 420 |1528 | 226 |2223 |  0 |  11k|  12 | 0.000000e+00 |      --      |    Inf | unknown
10.65/10.70	c  10.7s| 13700 |  8739 | 59573 |   4.3 |    24M |  93 | 420 |1561 | 226 |2223 |  1 |  11k|  12 | 0.000000e+00 |      --      |    Inf | unknown
10.65/10.73	c  10.7s| 13800 |  8762 | 59835 |   4.3 |    24M |  93 | 420 |1636 | 225 |2223 |  1 |  11k|  12 | 0.000000e+00 |      --      |    Inf | unknown
10.65/10.78	c  10.8s| 13900 |  8829 | 60288 |   4.3 |    24M |  93 | 420 |1614 | 226 |2235 |  1 |  11k|  12 | 0.000000e+00 |      --      |    Inf | unknown
10.75/10.82	c  10.8s| 14000 |  8887 | 60686 |   4.3 |    24M |  93 | 420 |1623 | 225 |2242 |  1 |  11k|  12 | 0.000000e+00 |      --      |    Inf | unknown
10.75/10.86	c  10.9s| 14100 |  8919 | 61041 |   4.3 |    24M |  93 | 420 |1627 | 226 |2247 |  1 |  11k|  12 | 0.000000e+00 |      --      |    Inf | unknown
10.85/10.90	c  10.9s| 14200 |  8977 | 61445 |   4.3 |    25M |  93 | 420 |1569 | 225 |2251 |  1 |  11k|  12 | 0.000000e+00 |      --      |    Inf | unknown
10.85/10.94	c  10.9s| 14300 |  9026 | 61727 |   4.3 |    25M |  93 | 420 |1560 | 225 |2256 |  1 |  11k|  12 | 0.000000e+00 |      --      |    Inf | unknown
10.85/10.99	c  11.0s| 14400 |  9066 | 62265 |   4.3 |    25M |  93 | 420 |1529 | 223 |2291 |  3 |  11k|  12 | 0.000000e+00 |      --      |    Inf | unknown
10.96/11.03	c  11.0s| 14500 |  9132 | 62631 |   4.3 |    25M |  93 | 420 |1497 | 223 |2293 |  1 |  11k|  12 | 0.000000e+00 |      --      |    Inf | unknown
10.96/11.08	c  11.1s| 14600 |  9190 | 62965 |   4.3 |    25M |  93 | 420 |1487 | 223 |2296 |  1 |  11k|  12 | 0.000000e+00 |      --      |    Inf | unknown
11.05/11.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
11.05/11.12	c  11.1s| 14700 |  9250 | 63284 |   4.3 |    25M |  93 | 420 |1504 | 223 |2296 |  1 |  12k|  12 | 0.000000e+00 |      --      |    Inf | unknown
11.05/11.15	c  11.2s| 14800 |  9307 | 63560 |   4.3 |    25M |  93 | 420 |1532 | 223 |2296 |  1 |  12k|  12 | 0.000000e+00 |      --      |    Inf | unknown
11.05/11.19	c  11.2s| 14900 |  9350 | 63816 |   4.2 |    25M |  93 | 420 |1606 | 223 |2296 |  1 |  12k|  12 | 0.000000e+00 |      --      |    Inf | unknown
11.15/11.23	c  11.2s| 15000 |  9385 | 64092 |   4.2 |    25M |  93 | 420 |1616 | 223 |2298 |  1 |  12k|  12 | 0.000000e+00 |      --      |    Inf | unknown
11.15/11.27	c  11.3s| 15100 |  9438 | 64447 |   4.2 |    26M |  93 | 420 |1613 |   0 |2312 |  0 |  12k|  12 | 0.000000e+00 |      --      |    Inf | unknown
11.25/11.32	c  11.3s| 15200 |  9494 | 64842 |   4.2 |    26M |  93 | 420 |1588 | 222 |2322 |  0 |  12k|  12 | 0.000000e+00 |      --      |    Inf | unknown
11.25/11.36	c  11.4s| 15300 |  9521 | 65095 |   4.2 |    26M |  93 | 420 |1638 | 223 |2332 |  1 |  12k|  12 | 0.000000e+00 |      --      |    Inf | unknown
11.35/11.41	c  11.4s| 15400 |  9562 | 65392 |   4.2 |    26M |  93 | 420 |1685 | 223 |2340 |  1 |  12k|  12 | 0.000000e+00 |      --      |    Inf | unknown
11.35/11.44	c  11.4s| 15500 |  9594 | 65659 |   4.2 |    26M |  93 | 420 |1748 |   0 |2343 |  0 |  12k|  12 | 0.000000e+00 |      --      |    Inf | unknown
11.35/11.48	c  11.5s| 15600 |  9638 | 65955 |   4.2 |    26M |  93 | 420 |1799 | 223 |2350 |  1 |  12k|  12 | 0.000000e+00 |      --      |    Inf | unknown
11.45/11.54	c  11.5s| 15700 |  9677 | 66363 |   4.2 |    26M |  93 | 420 |1821 | 225 |2356 |  1 |  13k|  12 | 0.000000e+00 |      --      |    Inf | unknown
11.45/11.58	c  11.6s| 15800 |  9717 | 66675 |   4.2 |    26M |  93 | 420 |1825 | 221 |2364 |  1 |  13k|  12 | 0.000000e+00 |      --      |    Inf | unknown
11.55/11.65	c  11.6s| 15900 |  9811 | 67150 |   4.2 |    26M |  93 | 420 |1763 | 219 |2403 |  1 |  13k|  12 | 0.000000e+00 |      --      |    Inf | unknown
11.65/11.72	c  11.7s| 16000 |  9894 | 67674 |   4.2 |    26M |  93 | 420 |1570 | 223 |2448 |  1 |  13k|  12 | 0.000000e+00 |      --      |    Inf | unknown
11.65/11.76	c  11.8s| 16100 |  9948 | 68028 |   4.2 |    26M |  93 | 420 |1492 | 218 |2454 |  1 |  13k|  12 | 0.000000e+00 |      --      |    Inf | unknown
11.75/11.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
11.75/11.80	c  11.8s| 16200 | 10017 | 68338 |   4.2 |    26M |  93 | 420 |1505 | 218 |2454 |  1 |  13k|  12 | 0.000000e+00 |      --      |    Inf | unknown
11.75/11.84	c  11.8s| 16300 | 10074 | 68695 |   4.2 |    26M |  93 | 420 |1476 | 221 |2462 |  1 |  13k|  12 | 0.000000e+00 |      --      |    Inf | unknown
11.85/11.91	c  11.9s| 16400 | 10129 | 69286 |   4.2 |    26M |  93 | 420 |1425 | 215 |2492 |  1 |  13k|  12 | 0.000000e+00 |      --      |    Inf | unknown
11.85/11.99	c  12.0s| 16500 | 10199 | 69858 |   4.2 |    26M |  93 | 420 |1405 | 219 |2509 |  1 |  13k|  12 | 0.000000e+00 |      --      |    Inf | unknown
11.95/12.06	c  12.1s| 16600 | 10276 | 70359 |   4.2 |    26M |  93 | 420 |1369 | 225 |2561 |  1 |  13k|  12 | 0.000000e+00 |      --      |    Inf | unknown
12.05/12.11	c  12.1s| 16700 | 10333 | 70721 |   4.2 |    26M |  93 | 420 |1428 | 226 |2578 |  2 |  13k|  12 | 0.000000e+00 |      --      |    Inf | unknown
12.05/12.15	c  12.2s| 16800 | 10408 | 71128 |   4.2 |    26M |  93 | 420 |1429 | 226 |2591 |  1 |  13k|  12 | 0.000000e+00 |      --      |    Inf | unknown
12.15/12.21	c  12.2s| 16900 | 10490 | 71608 |   4.2 |    26M |  93 | 420 |1393 | 221 |2613 |  1 |  13k|  12 | 0.000000e+00 |      --      |    Inf | unknown
12.15/12.25	c  12.2s| 17000 | 10553 | 71950 |   4.2 |    26M |  93 | 420 |1441 | 221 |2614 |  1 |  14k|  12 | 0.000000e+00 |      --      |    Inf | unknown
12.15/12.29	c  12.3s| 17100 | 10616 | 72324 |   4.2 |    27M |  93 | 420 |1467 | 222 |2626 |  1 |  14k|  12 | 0.000000e+00 |      --      |    Inf | unknown
12.25/12.35	c  12.3s| 17200 | 10696 | 72756 |   4.2 |    27M |  93 | 420 |1437 | 223 |2661 |  1 |  14k|  12 | 0.000000e+00 |      --      |    Inf | unknown
12.25/12.39	c  12.4s| 17300 | 10730 | 73021 |   4.2 |    27M |  93 | 420 |1429 | 223 |2661 |  1 |  14k|  12 | 0.000000e+00 |      --      |    Inf | unknown
12.34/12.43	c  12.4s| 17400 | 10790 | 73416 |   4.2 |    27M |  93 | 420 |1429 |   0 |2673 |  0 |  14k|  12 | 0.000000e+00 |      --      |    Inf | unknown
12.34/12.48	c  12.5s| 17500 | 10857 | 73779 |   4.2 |    27M |  93 | 420 |1434 | 226 |2689 |  1 |  14k|  12 | 0.000000e+00 |      --      |    Inf | unknown
12.44/12.51	c  12.5s| 17600 | 10904 | 74064 |   4.2 |    27M |  93 | 420 |1445 | 224 |2698 |  1 |  14k|  12 | 0.000000e+00 |      --      |    Inf | unknown
12.44/12.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
12.44/12.55	c  12.5s| 17700 | 10966 | 74360 |   4.2 |    27M |  93 | 420 |1480 | 222 |2704 |  1 |  14k|  12 | 0.000000e+00 |      --      |    Inf | unknown
12.44/12.59	c  12.6s| 17800 | 11020 | 74682 |   4.2 |    27M |  93 | 420 |1496 | 225 |2709 |  1 |  14k|  12 | 0.000000e+00 |      --      |    Inf | unknown
12.54/12.63	c  12.6s| 17900 | 11065 | 74992 |   4.2 |    27M |  93 | 420 |1509 | 221 |2713 |  1 |  14k|  12 | 0.000000e+00 |      --      |    Inf | unknown
12.54/12.67	c  12.7s| 18000 | 11105 | 75310 |   4.2 |    27M |  93 | 420 |1555 | 221 |2720 |  1 |  14k|  12 | 0.000000e+00 |      --      |    Inf | unknown
12.64/12.71	c  12.7s| 18100 | 11159 | 75624 |   4.1 |    27M |  93 | 420 |1593 | 221 |2732 |  1 |  14k|  12 | 0.000000e+00 |      --      |    Inf | unknown
12.64/12.75	c  12.7s| 18200 | 11189 | 75896 |   4.1 |    27M |  93 | 420 |1624 | 221 |2737 |  1 |  14k|  12 | 0.000000e+00 |      --      |    Inf | unknown
12.74/12.80	c  12.8s| 18300 | 11237 | 76341 |   4.1 |    27M |  93 | 420 |1642 | 222 |2740 |  2 |  14k|  12 | 0.000000e+00 |      --      |    Inf | unknown
12.74/12.84	c  12.8s| 18400 | 11273 | 76615 |   4.1 |    27M |  93 | 420 |1727 | 224 |2741 |  1 |  14k|  12 | 0.000000e+00 |      --      |    Inf | unknown
12.74/12.88	c  12.9s| 18500 | 11320 | 76939 |   4.1 |    27M |  93 | 420 |1780 | 219 |2745 |  1 |  15k|  12 | 0.000000e+00 |      --      |    Inf | unknown
12.84/12.92	c  12.9s| 18600 | 11333 | 77157 |   4.1 |    27M |  93 | 420 |1714 |   0 |2746 |  0 |  15k|  12 | 0.000000e+00 |      --      |    Inf | unknown
12.84/12.97	c  13.0s| 18700 | 11389 | 77479 |   4.1 |    27M |  93 | 420 |1736 | 219 |2758 |  1 |  15k|  12 | 0.000000e+00 |      --      |    Inf | unknown
12.95/13.02	c  13.0s| 18800 | 11433 | 77766 |   4.1 |    27M |  93 | 420 |1735 |   0 |2758 |  0 |  15k|  12 | 0.000000e+00 |      --      |    Inf | unknown
12.95/13.06	c  13.1s| 18900 | 11486 | 78074 |   4.1 |    27M |  93 | 420 |1722 | 218 |2763 |  1 |  15k|  12 | 0.000000e+00 |      --      |    Inf | unknown
12.95/13.10	c  13.1s| 19000 | 11558 | 78438 |   4.1 |    27M |  93 | 420 |1729 | 218 |2764 |  1 |  15k|  12 | 0.000000e+00 |      --      |    Inf | unknown
13.05/13.14	c  13.1s| 19100 | 11592 | 78717 |   4.1 |    27M |  93 | 420 |1797 | 218 |2766 |  1 |  15k|  12 | 0.000000e+00 |      --      |    Inf | unknown
13.05/13.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
13.05/13.19	c  13.2s| 19200 | 11652 | 79039 |   4.1 |    27M |  93 | 420 |1772 | 220 |2772 |  1 |  15k|  12 | 0.000000e+00 |      --      |    Inf | unknown
13.14/13.22	c  13.2s| 19300 | 11684 | 79321 |   4.1 |    27M |  93 | 420 |1743 | 219 |2772 |  1 |  15k|  12 | 0.000000e+00 |      --      |    Inf | unknown
13.14/13.27	c  13.3s| 19400 | 11732 | 79718 |   4.1 |    27M |  93 | 420 |1688 | 220 |2783 |  1 |  15k|  12 | 0.000000e+00 |      --      |    Inf | unknown
13.24/13.31	c  13.3s| 19500 | 11777 | 79984 |   4.1 |    27M |  93 | 420 |1721 |   0 |2783 |  0 |  15k|  12 | 0.000000e+00 |      --      |    Inf | unknown
13.24/13.35	c  13.3s| 19600 | 11822 | 80240 |   4.1 |    27M |  93 | 420 |1672 | 225 |2787 |  1 |  15k|  12 | 0.000000e+00 |      --      |    Inf | unknown
13.24/13.38	c  13.4s| 19700 | 11834 | 80408 |   4.1 |    27M |  93 | 420 |1670 | 225 |2787 |  1 |  15k|  12 | 0.000000e+00 |      --      |    Inf | unknown
13.34/13.41	c  13.4s| 19800 | 11851 | 80577 |   4.0 |    27M |  93 | 420 |1736 | 225 |2787 |  1 |  15k|  12 | 0.000000e+00 |      --      |    Inf | unknown
13.34/13.46	c  13.5s| 19900 | 11902 | 80866 |   4.0 |    27M |  93 | 420 |1660 | 225 |2820 |  1 |  16k|  12 | 0.000000e+00 |      --      |    Inf | unknown
13.44/13.53	c  13.5s| 20000 | 11995 | 81476 |   4.0 |    27M |  93 | 420 |1558 |   0 |2869 |  0 |  16k|  12 | 0.000000e+00 |      --      |    Inf | unknown
13.44/13.58	c  13.6s| 20100 | 12065 | 81921 |   4.0 |    27M |  93 | 420 |1491 | 224 |2900 |  1 |  16k|  12 | 0.000000e+00 |      --      |    Inf | unknown
13.54/13.63	c  13.6s| 20200 | 12125 | 82308 |   4.0 |    27M |  93 | 420 |1487 |   0 |2916 |  0 |  16k|  12 | 0.000000e+00 |      --      |    Inf | unknown
13.64/13.70	c  13.7s| 20300 | 12223 | 82974 |   4.1 |    27M |  93 | 420 |1316 | 215 |2934 |  1 |  16k|  12 | 0.000000e+00 |      --      |    Inf | unknown
13.64/13.76	c  13.8s| 20400 | 12303 | 83442 |   4.1 |    28M |  93 | 420 |1267 | 224 |2949 |  1 |  16k|  12 | 0.000000e+00 |      --      |    Inf | unknown
13.74/13.82	c  13.8s| 20500 | 12369 | 83878 |   4.1 |    28M |  93 | 420 |1273 | 227 |2975 |  1 |  16k|  12 | 0.000000e+00 |      --      |    Inf | unknown
13.74/13.86	c  13.9s| 20600 | 12429 | 84272 |   4.1 |    28M |  93 | 420 |1279 | 219 |2983 |  1 |  16k|  12 | 0.000000e+00 |      --      |    Inf | unknown
13.84/13.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
13.84/13.91	c  13.9s| 20700 | 12480 | 84583 |   4.1 |    28M |  93 | 420 |1348 | 221 |2994 |  1 |  16k|  12 | 0.000000e+00 |      --      |    Inf | unknown
13.84/13.97	c  14.0s| 20800 | 12530 | 84986 |   4.1 |    28M |  93 | 420 |1360 | 221 |3009 |  1 |  16k|  12 | 0.000000e+00 |      --      |    Inf | unknown
13.94/14.01	c  14.0s| 20900 | 12589 | 85342 |   4.1 |    30M |  93 | 420 |1384 |   0 |3016 |  0 |  16k|  12 | 0.000000e+00 |      --      |    Inf | unknown
13.94/14.07	c  14.1s| 21000 | 12646 | 85703 |   4.1 |    30M |  93 | 420 |1378 | 225 |3035 |  1 |  16k|  12 | 0.000000e+00 |      --      |    Inf | unknown
14.04/14.11	c  14.1s| 21100 | 12689 | 86009 |   4.1 |    30M |  93 | 420 |1383 | 227 |3048 |  1 |  16k|  12 | 0.000000e+00 |      --      |    Inf | unknown
14.04/14.16	c  14.2s| 21200 | 12759 | 86467 |   4.1 |    30M |  93 | 420 |1404 | 230 |3065 |  2 |  16k|  12 | 0.000000e+00 |      --      |    Inf | unknown
14.14/14.21	c  14.2s| 21300 | 12807 | 86838 |   4.1 |    30M |  93 | 420 |1465 | 215 |3077 |  1 |  17k|  12 | 0.000000e+00 |      --      |    Inf | unknown
14.14/14.28	c  14.3s| 21400 | 12900 | 87445 |   4.1 |    30M |  93 | 420 |1467 | 215 |3093 |  1 |  17k|  12 | 0.000000e+00 |      --      |    Inf | unknown
14.23/14.36	c  14.4s| 21500 | 13000 | 88205 |   4.1 |    30M |  93 | 420 |1458 | 215 |3146 |  1 |  17k|  12 | 0.000000e+00 |      --      |    Inf | unknown
14.33/14.46	c  14.5s| 21600 | 13090 | 88935 |   4.1 |    30M |  93 | 420 |1451 | 224 |3222 |  3 |  17k|  12 | 0.000000e+00 |      --      |    Inf | unknown
14.43/14.52	c  14.5s| 21700 | 13171 | 89446 |   4.1 |    30M |  93 | 420 |1460 |   0 |3266 |  0 |  17k|  12 | 0.000000e+00 |      --      |    Inf | unknown
14.43/14.55	c  14.6s| 21800 | 13236 | 89794 |   4.1 |    30M |  93 | 420 |1464 | 222 |3275 |  1 |  17k|  12 | 0.000000e+00 |      --      |    Inf | unknown
14.43/14.59	c  14.6s| 21900 | 13303 | 90182 |   4.1 |    30M |  93 | 420 |1469 |   0 |3277 |  0 |  17k|  12 | 0.000000e+00 |      --      |    Inf | unknown
14.53/14.64	c  14.6s| 22000 | 13364 | 90531 |   4.1 |    30M |  93 | 420 |1461 | 216 |3298 |  1 |  17k|  12 | 0.000000e+00 |      --      |    Inf | unknown
14.63/14.70	c  14.7s| 22100 | 13431 | 91101 |   4.1 |    30M |  93 | 420 |1428 | 215 |3328 |  1 |  17k|  12 | 0.000000e+00 |      --      |    Inf | unknown
14.63/14.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
14.63/14.79	c  14.8s| 22200 | 13515 | 92120 |   4.1 |    30M |  93 | 420 |1412 | 222 |3412 |  1 |  17k|  12 | 0.000000e+00 |      --      |    Inf | unknown
14.73/14.84	c  14.8s| 22300 | 13590 | 92515 |   4.1 |    30M |  93 | 420 |1427 | 221 |3422 |  1 |  17k|  12 | 0.000000e+00 |      --      |    Inf | unknown
14.73/14.88	c  14.9s| 22400 | 13639 | 92954 |   4.1 |    30M |  93 | 420 |1499 | 220 |3425 |  1 |  17k|  12 | 0.000000e+00 |      --      |    Inf | unknown
14.83/14.92	c  14.9s| 22500 | 13697 | 93292 |   4.1 |    31M |  93 | 420 |1521 | 220 |3428 |  1 |  17k|  12 | 0.000000e+00 |      --      |    Inf | unknown
14.83/14.96	c  15.0s| 22600 | 13731 | 93664 |   4.1 |    31M |  93 | 420 |1564 | 220 |3428 |  1 |  17k|  12 | 0.000000e+00 |      --      |    Inf | unknown
14.94/15.03	c  15.0s| 22700 | 13813 | 94161 |   4.1 |    31M |  93 | 420 |1608 | 222 |3441 |  1 |  17k|  12 | 0.000000e+00 |      --      |    Inf | unknown
14.94/15.07	c  15.1s| 22800 | 13891 | 94513 |   4.1 |    31M |  93 | 420 |1664 | 220 |3441 |  1 |  18k|  12 | 0.000000e+00 |      --      |    Inf | unknown
15.04/15.11	c  15.1s| 22900 | 13956 | 94880 |   4.1 |    31M |  93 | 420 |1745 |   0 |3441 |  0 |  18k|  12 | 0.000000e+00 |      --      |    Inf | unknown
15.04/15.15	c  15.1s| 23000 | 14016 | 95185 |   4.1 |    31M |  93 | 420 |1889 | 220 |3441 |  1 |  18k|  12 | 0.000000e+00 |      --      |    Inf | unknown
15.04/15.19	c  15.2s| 23100 | 14062 | 95441 |   4.1 |    32M |  93 | 420 |2034 | 222 |3443 |  1 |  18k|  12 | 0.000000e+00 |      --      |    Inf | unknown
15.13/15.23	c  15.2s| 23200 | 14120 | 95761 |   4.1 |    32M |  93 | 420 |2051 |   0 |3444 |  0 |  18k|  12 | 0.000000e+00 |      --      |    Inf | unknown
15.13/15.27	c  15.3s| 23300 | 14169 | 96067 |   4.1 |    32M |  93 | 420 |2118 | 221 |3456 |  1 |  18k|  12 | 0.000000e+00 |      --      |    Inf | unknown
15.23/15.31	c  15.3s| 23400 | 14204 | 96295 |   4.1 |    32M |  93 | 420 |2193 | 226 |3466 |  1 |  18k|  12 | 0.000000e+00 |      --      |    Inf | unknown
15.23/15.35	c  15.3s| 23500 | 14248 | 96594 |   4.1 |    32M |  93 | 420 |2220 | 223 |3474 |  1 |  18k|  12 | 0.000000e+00 |      --      |    Inf | unknown
15.23/15.39	c  15.4s| 23600 | 14287 | 96964 |   4.1 |    32M |  93 | 420 |2277 | 221 |3479 |  1 |  18k|  12 | 0.000000e+00 |      --      |    Inf | unknown
15.33/15.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.33/15.43	c  15.4s| 23700 | 14344 | 97345 |   4.1 |    32M |  93 | 420 |2283 | 222 |3479 |  1 |  18k|  12 | 0.000000e+00 |      --      |    Inf | unknown
15.33/15.46	c  15.5s| 23800 | 14387 | 97656 |   4.1 |    32M |  93 | 420 |2229 | 218 |3479 |  1 |  19k|  12 | 0.000000e+00 |      --      |    Inf | unknown
15.43/15.50	c  15.5s| 23900 | 14440 | 97967 |   4.1 |    32M |  93 | 420 |2192 | 222 |3479 |  1 |  19k|  12 | 0.000000e+00 |      --      |    Inf | unknown
15.43/15.54	c  15.5s| 24000 | 14494 | 98292 |   4.1 |    32M |  93 | 420 |2233 | 223 |3507 |  1 |  19k|  12 | 0.000000e+00 |      --      |    Inf | unknown
15.53/15.63	c  15.6s| 24100 | 14558 | 98753 |   4.1 |    32M |  93 | 420 |2275 | 223 |3510 |  1 |  19k|  12 | 0.000000e+00 |      --      |    Inf | unknown
15.53/15.67	c  15.7s| 24200 | 14617 | 99121 |   4.1 |    32M |  93 | 420 |2269 |   0 |3510 |  0 |  19k|  12 | 0.000000e+00 |      --      |    Inf | unknown
15.63/15.70	c  15.7s| 24300 | 14645 | 99361 |   4.1 |    32M |  93 | 420 |2300 | 223 |3510 |  1 |  19k|  12 | 0.000000e+00 |      --      |    Inf | unknown
15.63/15.74	c  15.7s| 24400 | 14687 | 99676 |   4.1 |    32M |  93 | 420 |2302 | 220 |3516 |  1 |  19k|  12 | 0.000000e+00 |      --      |    Inf | unknown
15.73/15.80	c  15.8s| 24500 | 14752 |100109 |   4.1 |    32M |  93 | 420 |2320 |   0 |3519 |  0 |  19k|  12 | 0.000000e+00 |      --      |    Inf | unknown
15.73/15.85	c  15.8s| 24600 | 14812 |100464 |   4.1 |    32M |  93 | 420 |2377 | 221 |3522 |  1 |  19k|  12 | 0.000000e+00 |      --      |    Inf | unknown
15.73/15.88	c  15.9s| 24700 | 14835 |100696 |   4.1 |    32M |  93 | 420 |2290 | 222 |3523 |  1 |  19k|  12 | 0.000000e+00 |      --      |    Inf | unknown
15.83/15.93	c  15.9s| 24800 | 14885 |101033 |   4.1 |    32M |  93 | 420 |2303 |   0 |3529 |  0 |  19k|  12 | 0.000000e+00 |      --      |    Inf | unknown
15.83/15.98	c  16.0s| 24900 | 14952 |101411 |   4.1 |    32M |  93 | 420 |2312 | 221 |3536 |  1 |  19k|  12 | 0.000000e+00 |      --      |    Inf | unknown
15.93/16.03	c  16.0s| 25000 | 15014 |101802 |   4.1 |    33M |  93 | 420 |2294 | 222 |3566 |  1 |  19k|  12 | 0.000000e+00 |      --      |    Inf | unknown
15.93/16.07	c  16.1s| 25100 | 15089 |102218 |   4.1 |    33M |  93 | 420 |2280 | 222 |3569 |  1 |  20k|  12 | 0.000000e+00 |      --      |    Inf | unknown
16.03/16.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
16.03/16.13	c  16.1s| 25200 | 15154 |102622 |   4.1 |    33M |  93 | 420 |2232 | 218 |3609 |  1 |  20k|  12 | 0.000000e+00 |      --      |    Inf | unknown
16.03/16.18	c  16.2s| 25300 | 15225 |103036 |   4.1 |    33M |  93 | 420 |2146 | 219 |3613 |  1 |  20k|  12 | 0.000000e+00 |      --      |    Inf | unknown
16.13/16.22	c  16.2s| 25400 | 15265 |103316 |   4.0 |    33M |  93 | 420 |2147 | 220 |3613 |  1 |  20k|  12 | 0.000000e+00 |      --      |    Inf | unknown
16.13/16.25	c  16.2s| 25500 | 15312 |103559 |   4.0 |    33M |  93 | 420 |2198 | 218 |3613 |  1 |  20k|  12 | 0.000000e+00 |      --      |    Inf | unknown
16.13/16.29	c  16.3s| 25600 | 15360 |103932 |   4.0 |    33M |  93 | 420 |2214 | 219 |3626 |  1 |  20k|  12 | 0.000000e+00 |      --      |    Inf | unknown
16.23/16.35	c  16.3s| 25700 | 15431 |104423 |   4.0 |    33M |  93 | 420 |2195 | 217 |3651 |  1 |  20k|  12 | 0.000000e+00 |      --      |    Inf | unknown
16.23/16.39	c  16.4s| 25800 | 15500 |104834 |   4.0 |    33M |  93 | 420 |2187 | 224 |3679 |  3 |  20k|  12 | 0.000000e+00 |      --      |    Inf | unknown
16.33/16.45	c  16.5s| 25900 | 15585 |105261 |   4.0 |    33M |  93 | 420 |2209 |   0 |3689 |  0 |  20k|  12 | 0.000000e+00 |      --      |    Inf | unknown
16.33/16.49	c  16.5s| 26000 | 15621 |105556 |   4.0 |    33M |  93 | 420 |2236 | 220 |3693 |  1 |  20k|  12 | 0.000000e+00 |      --      |    Inf | unknown
16.43/16.53	c  16.5s| 26100 | 15667 |105817 |   4.0 |    33M |  93 | 420 |2261 |   0 |3693 |  0 |  20k|  12 | 0.000000e+00 |      --      |    Inf | unknown
16.43/16.58	c  16.6s| 26200 | 15730 |106213 |   4.0 |    33M |  93 | 420 |2241 | 220 |3697 |  1 |  20k|  12 | 0.000000e+00 |      --      |    Inf | unknown
16.53/16.62	c  16.6s| 26300 | 15763 |106463 |   4.0 |    33M |  93 | 420 |2248 | 220 |3697 |  1 |  20k|  12 | 0.000000e+00 |      --      |    Inf | unknown
16.53/16.66	c  16.7s| 26400 | 15810 |106695 |   4.0 |    33M |  93 | 420 |2297 | 221 |3708 |  1 |  20k|  12 | 0.000000e+00 |      --      |    Inf | unknown
16.63/16.71	c  16.7s| 26500 | 15896 |107109 |   4.0 |    34M |  93 | 420 |2252 | 222 |3733 |  3 |  20k|  12 | 0.000000e+00 |      --      |    Inf | unknown
16.63/16.75	c  16.8s| 26600 | 15961 |107448 |   4.0 |    34M |  93 | 420 |2284 | 220 |3741 |  1 |  21k|  12 | 0.000000e+00 |      --      |    Inf | unknown
16.63/16.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
16.63/16.79	c  16.8s| 26700 | 16015 |107828 |   4.0 |    34M |  93 | 420 |2305 |   0 |3747 |  0 |  21k|  12 | 0.000000e+00 |      --      |    Inf | unknown
16.73/16.84	c  16.8s| 26800 | 16059 |108132 |   4.0 |    34M |  93 | 420 |2326 | 220 |3748 |  1 |  21k|  12 | 0.000000e+00 |      --      |    Inf | unknown
16.73/16.87	c  16.9s| 26900 | 16105 |108391 |   4.0 |    34M |  93 | 420 |2354 | 218 |3760 |  1 |  21k|  12 | 0.000000e+00 |      --      |    Inf | unknown
16.83/16.91	c  16.9s| 27000 | 16161 |108716 |   4.0 |    34M |  93 | 420 |2373 | 221 |3765 |  1 |  21k|  12 | 0.000000e+00 |      --      |    Inf | unknown
16.83/16.97	c  17.0s| 27100 | 16204 |109174 |   4.0 |    34M |  93 | 420 |2380 | 223 |3793 |  2 |  21k|  12 | 0.000000e+00 |      --      |    Inf | unknown
16.93/17.02	c  17.0s| 27200 | 16249 |109442 |   4.0 |    34M |  93 | 420 |2316 | 222 |3793 |  1 |  21k|  12 | 0.000000e+00 |      --      |    Inf | unknown
16.93/17.05	c  17.1s| 27300 | 16288 |109705 |   4.0 |    34M |  93 | 420 |2362 | 222 |3793 |  1 |  21k|  12 | 0.000000e+00 |      --      |    Inf | unknown
17.03/17.11	c  17.1s| 27400 | 16322 |110115 |   4.0 |    34M |  93 | 420 |2253 | 221 |3829 |  1 |  21k|  12 | 0.000000e+00 |      --      |    Inf | unknown
17.03/17.19	c  17.2s| 27500 | 16411 |110820 |   4.0 |    34M |  93 | 420 |2153 | 226 |3878 |  1 |  21k|  12 | 0.000000e+00 |      --      |    Inf | unknown
17.12/17.24	c  17.2s| 27600 | 16473 |111154 |   4.0 |    34M |  93 | 420 |2169 | 226 |3896 |  1 |  21k|  12 | 0.000000e+00 |      --      |    Inf | unknown
17.12/17.28	c  17.3s| 27700 | 16508 |111418 |   4.0 |    34M |  93 | 420 |2227 | 224 |3896 |  1 |  21k|  12 | 0.000000e+00 |      --      |    Inf | unknown
17.22/17.32	c  17.3s| 27800 | 16561 |111792 |   4.0 |    35M |  93 | 420 |2187 |   0 |3932 |  0 |  22k|  12 | 0.000000e+00 |      --      |    Inf | unknown
17.22/17.36	c  17.4s| 27900 | 16603 |112099 |   4.0 |    35M |  93 | 420 |2194 | 225 |3942 |  1 |  22k|  12 | 0.000000e+00 |      --      |    Inf | unknown
17.32/17.40	c  17.4s| 28000 | 16645 |112465 |   4.0 |    35M |  93 | 420 |2262 | 225 |3942 |  1 |  22k|  12 | 0.000000e+00 |      --      |    Inf | unknown
17.32/17.44	c  17.4s| 28100 | 16677 |112743 |   4.0 |    35M |  93 | 420 |2291 | 225 |3942 |  1 |  22k|  12 | 0.000000e+00 |      --      |    Inf | unknown
17.32/17.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.32/17.48	c  17.5s| 28200 | 16711 |113008 |   4.0 |    35M |  93 | 420 |2342 | 225 |3942 |  1 |  22k|  12 | 0.000000e+00 |      --      |    Inf | unknown
17.42/17.52	c  17.5s| 28300 | 16723 |113302 |   4.0 |    35M |  93 | 420 |2349 | 225 |3942 |  1 |  22k|  12 | 0.000000e+00 |      --      |    Inf | unknown
17.42/17.57	c  17.6s| 28400 | 16751 |113584 |   4.0 |    35M |  93 | 420 |2333 | 225 |3954 |  1 |  22k|  12 | 0.000000e+00 |      --      |    Inf | unknown
17.52/17.63	c  17.6s| 28500 | 16835 |114035 |   4.0 |    35M |  93 | 420 |2331 | 226 |3992 |  1 |  22k|  12 | 0.000000e+00 |      --      |    Inf | unknown
17.52/17.67	c  17.7s| 28600 | 16889 |114294 |   4.0 |    35M |  93 | 420 |2335 | 228 |4001 |  1 |  22k|  12 | 0.000000e+00 |      --      |    Inf | unknown
17.62/17.72	c  17.7s| 28700 | 16977 |114662 |   4.0 |    35M |  93 | 420 |2335 | 230 |4033 |  1 |  22k|  12 | 0.000000e+00 |      --      |    Inf | unknown
17.62/17.76	c  17.8s| 28800 | 17042 |115015 |   4.0 |    35M |  93 | 420 |2340 | 222 |4051 |  1 |  22k|  12 | 0.000000e+00 |      --      |    Inf | unknown
17.72/17.81	c  17.8s| 28900 | 17111 |115377 |   4.0 |    35M |  93 | 420 |2331 |   0 |4076 |  0 |  22k|  12 | 0.000000e+00 |      --      |    Inf | unknown
17.72/17.84	c  17.8s| 29000 | 17169 |115667 |   4.0 |    35M |  93 | 420 |2321 | 222 |4081 |  1 |  22k|  12 | 0.000000e+00 |      --      |    Inf | unknown
17.72/17.89	c  17.9s| 29100 | 17239 |116062 |   4.0 |    35M |  93 | 420 |2296 | 223 |4111 |  1 |  23k|  12 | 0.000000e+00 |      --      |    Inf | unknown
17.82/17.93	c  17.9s| 29200 | 17285 |116384 |   4.0 |    35M |  93 | 420 |2316 | 222 |4131 |  1 |  23k|  12 | 0.000000e+00 |      --      |    Inf | unknown
17.82/17.98	c  18.0s| 29300 | 17342 |116760 |   4.0 |    36M |  93 | 420 |2338 | 220 |4162 |  1 |  23k|  12 | 0.000000e+00 |      --      |    Inf | unknown
17.93/18.03	c  18.0s| 29400 | 17400 |117114 |   4.0 |    36M |  93 | 420 |2384 | 225 |4179 |  1 |  23k|  12 | 0.000000e+00 |      --      |    Inf | unknown
17.93/18.07	c  18.1s| 29500 | 17452 |117483 |   4.0 |    36M |  93 | 420 |2391 | 223 |4208 |  2 |  23k|  12 | 0.000000e+00 |      --      |    Inf | unknown
18.03/18.12	c  18.1s| 29600 | 17495 |117802 |   4.0 |    36M |  93 | 420 |2473 |   0 |4227 |  0 |  23k|  12 | 0.000000e+00 |      --      |    Inf | unknown
18.03/18.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
18.03/18.16	c  18.2s| 29700 | 17546 |118169 |   4.0 |    36M |  93 | 420 |2512 | 222 |4237 |  1 |  23k|  12 | 0.000000e+00 |      --      |    Inf | unknown
18.12/18.21	c  18.2s| 29800 | 17580 |118513 |   4.0 |    36M |  93 | 420 |2587 | 223 |4264 |  1 |  23k|  12 | 0.000000e+00 |      --      |    Inf | unknown
18.12/18.25	c  18.2s| 29900 | 17621 |118863 |   4.0 |    36M |  93 | 420 |2622 |   0 |4278 |  0 |  23k|  12 | 0.000000e+00 |      --      |    Inf | unknown
18.12/18.29	c  18.3s| 30000 | 17641 |119115 |   4.0 |    36M |  93 | 420 |2636 | 223 |4285 |  1 |  23k|  12 | 0.000000e+00 |      --      |    Inf | unknown
18.22/18.33	c  18.3s| 30100 | 17665 |119370 |   3.9 |    36M |  93 | 420 |2645 | 223 |4299 |  1 |  23k|  12 | 0.000000e+00 |      --      |    Inf | unknown
18.22/18.37	c  18.4s| 30200 | 17727 |119711 |   3.9 |    36M |  93 | 420 |2678 | 223 |4300 |  1 |  23k|  12 | 0.000000e+00 |      --      |    Inf | unknown
18.32/18.42	c  18.4s| 30300 | 17780 |120053 |   3.9 |    36M |  93 | 420 |2673 | 224 |4312 |  1 |  23k|  12 | 0.000000e+00 |      --      |    Inf | unknown
18.32/18.46	c  18.5s| 30400 | 17823 |120336 |   3.9 |    36M |  93 | 420 |2709 | 221 |4336 |  1 |  23k|  12 | 0.000000e+00 |      --      |    Inf | unknown
18.42/18.50	c  18.5s| 30500 | 17895 |120629 |   3.9 |    36M |  93 | 420 |2747 | 223 |4350 |  1 |  24k|  12 | 0.000000e+00 |      --      |    Inf | unknown
18.42/18.55	c  18.5s| 30600 | 17949 |120952 |   3.9 |    36M |  93 | 420 |2721 | 220 |4373 |  1 |  24k|  12 | 0.000000e+00 |      --      |    Inf | unknown
18.42/18.59	c  18.6s| 30700 | 18028 |121303 |   3.9 |    36M |  93 | 420 |2691 | 223 |4385 |  1 |  24k|  12 | 0.000000e+00 |      --      |    Inf | unknown
18.52/18.65	c  18.6s| 30800 | 18081 |121632 |   3.9 |    36M |  93 | 420 |2598 | 219 |4414 |  1 |  24k|  12 | 0.000000e+00 |      --      |    Inf | unknown
18.62/18.71	c  18.7s| 30900 | 18126 |122111 |   3.9 |    36M |  93 | 420 |2483 | 225 |4437 |  1 |  24k|  12 | 0.000000e+00 |      --      |    Inf | unknown
18.62/18.75	c  18.7s| 31000 | 18149 |122336 |   3.9 |    36M |  93 | 420 |2457 | 225 |4437 |  1 |  24k|  12 | 0.000000e+00 |      --      |    Inf | unknown
18.72/18.80	c  18.8s| 31100 | 18221 |122798 |   3.9 |    36M |  93 | 420 |2461 | 222 |4476 |  1 |  24k|  12 | 0.000000e+00 |      --      |    Inf | unknown
18.72/18.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
18.72/18.84	c  18.8s| 31200 | 18279 |123081 |   3.9 |    36M |  93 | 420 |2584 | 223 |4476 |  1 |  24k|  12 | 0.000000e+00 |      --      |    Inf | unknown
18.72/18.88	c  18.9s| 31300 | 18330 |123373 |   3.9 |    36M |  93 | 420 |2658 | 222 |4487 |  1 |  24k|  12 | 0.000000e+00 |      --      |    Inf | unknown
18.82/18.92	c  18.9s| 31400 | 18381 |123643 |   3.9 |    36M |  93 | 420 |2714 |   0 |4494 |  0 |  24k|  12 | 0.000000e+00 |      --      |    Inf | unknown
18.82/18.96	c  19.0s| 31500 | 18408 |123865 |   3.9 |    36M |  93 | 420 |2837 |   0 |4494 |  0 |  25k|  12 | 0.000000e+00 |      --      |    Inf | unknown
18.92/19.00	c  19.0s| 31600 | 18447 |124146 |   3.9 |    36M |  93 | 420 |2916 | 222 |4498 |  1 |  25k|  12 | 0.000000e+00 |      --      |    Inf | unknown
18.92/19.04	c  19.0s| 31700 | 18505 |124424 |   3.9 |    36M |  93 | 420 |2905 | 222 |4502 |  1 |  25k|  12 | 0.000000e+00 |      --      |    Inf | unknown
18.92/19.10	c  19.1s| 31800 | 18561 |124854 |   3.9 |    36M |  93 | 420 |2829 | 227 |4535 |  1 |  25k|  12 | 0.000000e+00 |      --      |    Inf | unknown
19.02/19.15	c  19.2s| 31900 | 18551 |125145 |   3.9 |    36M |  93 | 420 |2717 | 224 |4553 |  3 |  25k|  12 | 0.000000e+00 |      --      |    Inf | unknown
19.02/19.19	c  19.2s| 32000 | 18602 |125473 |   3.9 |    36M |  93 | 420 |2726 |   0 |4559 |  0 |  25k|  12 | 0.000000e+00 |      --      |    Inf | unknown
19.12/19.25	c  19.2s| 32100 | 18608 |125813 |   3.9 |    36M |  93 | 420 |2618 | 225 |4592 |  1 |  25k|  12 | 0.000000e+00 |      --      |    Inf | unknown
19.12/19.29	c  19.3s| 32200 | 18666 |126155 |   3.9 |    36M |  93 | 420 |2560 | 225 |4593 |  1 |  25k|  12 | 0.000000e+00 |      --      |    Inf | unknown
19.22/19.33	c  19.3s| 32300 | 18722 |126437 |   3.9 |    36M |  93 | 420 |2568 |   0 |4595 |  0 |  25k|  12 | 0.000000e+00 |      --      |    Inf | unknown
19.22/19.37	c  19.4s| 32400 | 18742 |126684 |   3.9 |    36M |  93 | 420 |2631 |   0 |4595 |  0 |  25k|  12 | 0.000000e+00 |      --      |    Inf | unknown
19.32/19.42	c  19.4s| 32500 | 18737 |126885 |   3.9 |    36M |  93 | 420 |2746 | 225 |4595 |  1 |  26k|  12 | 0.000000e+00 |      --      |    Inf | unknown
19.32/19.47	c  19.5s| 32600 | 18782 |127243 |   3.9 |    37M |  93 | 420 |2746 | 226 |4604 |  1 |  26k|  12 | 0.000000e+00 |      --      |    Inf | unknown
19.42/19.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
19.42/19.51	c  19.5s| 32700 | 18826 |127606 |   3.9 |    37M |  93 | 420 |2889 | 226 |4604 |  1 |  26k|  12 | 0.000000e+00 |      --      |    Inf | unknown
19.42/19.56	c  19.6s| 32800 | 18891 |127971 |   3.9 |    37M |  93 | 420 |3002 | 226 |4610 |  1 |  26k|  12 | 0.000000e+00 |      --      |    Inf | unknown
19.52/19.60	c  19.6s| 32900 | 18913 |128197 |   3.9 |    37M |  93 | 420 |3114 | 226 |4610 |  1 |  26k|  12 | 0.000000e+00 |      --      |    Inf | unknown
19.52/19.64	c  19.6s| 33000 | 18950 |128465 |   3.9 |    37M |  93 | 420 |3206 | 226 |4610 |  1 |  26k|  12 | 0.000000e+00 |      --      |    Inf | unknown
19.52/19.68	c  19.7s| 33100 | 18998 |128763 |   3.9 |    37M |  93 | 420 |3311 |   0 |4610 |  0 |  26k|  12 | 0.000000e+00 |      --      |    Inf | unknown
19.61/19.72	c  19.7s| 33200 | 19020 |129049 |   3.9 |    38M |  93 | 420 |3465 | 226 |4610 |  1 |  27k|  12 | 0.000000e+00 |      --      |    Inf | unknown
19.61/19.78	c  19.8s| 33300 | 19022 |129292 |   3.9 |    38M |  93 | 420 |3591 | 226 |4610 |  1 |  27k|  12 | 0.000000e+00 |      --      |    Inf | unknown
19.71/19.82	c  19.8s| 33400 | 19031 |129440 |   3.9 |    39M |  93 | 420 |3771 | 226 |4610 |  1 |  27k|  12 | 0.000000e+00 |      --      |    Inf | unknown
19.81/19.91	c  19.9s| 33500 | 19060 |130138 |   3.9 |    39M |  93 | 420 |3525 | 218 |4636 |  1 |  27k|  12 | 0.000000e+00 |      --      |    Inf | unknown
19.81/20.00	c  20.0s| 33600 | 19146 |130763 |   3.9 |    40M |  93 | 420 |3216 | 221 |4692 |  1 |  27k|  12 | 0.000000e+00 |      --      |    Inf | unknown
19.92/20.04	c  20.0s| 33700 | 19216 |131190 |   3.9 |    40M |  93 | 420 |3044 | 221 |4697 |  0 |  28k|  12 | 0.000000e+00 |      --      |    Inf | unknown
19.92/20.09	c  20.1s| 33800 | 19282 |131574 |   3.9 |    40M |  93 | 420 |2892 | 224 |4719 |  1 |  28k|  12 | 0.000000e+00 |      --      |    Inf | unknown
20.02/20.14	c  20.1s| 33900 | 19369 |131974 |   3.9 |    40M |  93 | 420 |2810 | 224 |4719 |  1 |  28k|  12 | 0.000000e+00 |      --      |    Inf | unknown
20.02/20.19	c  20.2s| 34000 | 19440 |132304 |   3.9 |    40M |  93 | 420 |2837 | 224 |4724 |  1 |  28k|  12 | 0.000000e+00 |      --      |    Inf | unknown
20.11/20.25	c  20.2s| 34100 | 19486 |132716 |   3.9 |    40M |  93 | 420 |2780 | 224 |4744 |  1 |  28k|  12 | 0.000000e+00 |      --      |    Inf | unknown
20.21/20.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
20.21/20.31	c  20.3s| 34200 | 19563 |133208 |   3.9 |    40M |  93 | 420 |2642 | 221 |4758 |  1 |  28k|  12 | 0.000000e+00 |      --      |    Inf | unknown
20.21/20.35	c  20.4s| 34300 | 19625 |133576 |   3.9 |    40M |  93 | 420 |2663 | 221 |4767 |  1 |  28k|  12 | 0.000000e+00 |      --      |    Inf | unknown
20.31/20.41	c  20.4s| 34400 | 19635 |133909 |   3.9 |    40M |  93 | 420 |2594 | 221 |4787 |  1 |  28k|  12 | 0.000000e+00 |      --      |    Inf | unknown
20.31/20.46	c  20.5s| 34500 | 19707 |134234 |   3.9 |    40M |  93 | 420 |2545 | 224 |4800 |  1 |  28k|  12 | 0.000000e+00 |      --      |    Inf | unknown
20.41/20.50	c  20.5s| 34600 | 19762 |134578 |   3.9 |    40M |  93 | 420 |2545 | 222 |4806 |  1 |  28k|  12 | 0.000000e+00 |      --      |    Inf | unknown
20.41/20.54	c  20.5s| 34700 | 19823 |134954 |   3.9 |    40M |  93 | 420 |2544 |   0 |4814 |  0 |  28k|  12 | 0.000000e+00 |      --      |    Inf | unknown
20.41/20.59	c  20.6s| 34800 | 19861 |135280 |   3.9 |    40M |  93 | 420 |2570 |   0 |4821 |  0 |  28k|  12 | 0.000000e+00 |      --      |    Inf | unknown
20.51/20.63	c  20.6s| 34900 | 19902 |135547 |   3.9 |    40M |  93 | 420 |2573 |   0 |4833 |  0 |  28k|  12 | 0.000000e+00 |      --      |    Inf | unknown
20.51/20.67	c  20.7s| 35000 | 19970 |135946 |   3.9 |    40M |  93 | 420 |2599 | 221 |4839 |  1 |  28k|  12 | 0.000000e+00 |      --      |    Inf | unknown
20.61/20.71	c  20.7s| 35100 | 20022 |136245 |   3.9 |    40M |  93 | 420 |2601 | 223 |4854 |  1 |  28k|  12 | 0.000000e+00 |      --      |    Inf | unknown
20.61/20.76	c  20.8s| 35200 | 20082 |136608 |   3.9 |    40M |  93 | 420 |2618 | 223 |4861 |  1 |  28k|  12 | 0.000000e+00 |      --      |    Inf | unknown
20.71/20.81	c  20.8s| 35300 | 20157 |137031 |   3.9 |    40M |  93 | 420 |2653 |   0 |4866 |  0 |  29k|  12 | 0.000000e+00 |      --      |    Inf | unknown
20.71/20.85	c  20.8s| 35400 | 20192 |137328 |   3.9 |    40M |  93 | 420 |2715 | 222 |4872 |  1 |  29k|  12 | 0.000000e+00 |      --      |    Inf | unknown
20.71/20.89	c  20.9s| 35500 | 20236 |137670 |   3.9 |    40M |  93 | 420 |2743 | 222 |4891 |  1 |  29k|  12 | 0.000000e+00 |      --      |    Inf | unknown
20.81/20.93	c  20.9s| 35600 | 20291 |137993 |   3.9 |    40M |  93 | 420 |2755 | 221 |4896 |  1 |  29k|  12 | 0.000000e+00 |      --      |    Inf | unknown
20.81/20.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
20.81/20.97	c  21.0s| 35700 | 20328 |138309 |   3.9 |    40M |  93 | 420 |2766 | 221 |4896 |  1 |  29k|  12 | 0.000000e+00 |      --      |    Inf | unknown
20.91/21.05	c  21.0s| 35800 | 20380 |138799 |   3.9 |    40M |  93 | 420 |2770 | 218 |4949 |  1 |  29k|  12 | 0.000000e+00 |      --      |    Inf | unknown
20.91/21.09	c  21.1s| 35900 | 20428 |139179 |   3.9 |    40M |  93 | 420 |2771 | 219 |4964 |  1 |  29k|  12 | 0.000000e+00 |      --      |    Inf | unknown
21.01/21.13	c  21.1s| 36000 | 20452 |139439 |   3.9 |    40M |  93 | 420 |2822 | 221 |4978 |  1 |  29k|  12 | 0.000000e+00 |      --      |    Inf | unknown
21.01/21.19	c  21.2s| 36100 | 20524 |139859 |   3.9 |    41M |  93 | 420 |2753 | 225 |5004 |  1 |  29k|  12 | 0.000000e+00 |      --      |    Inf | unknown
21.12/21.23	c  21.2s| 36200 | 20566 |140166 |   3.9 |    41M |  93 | 420 |2790 | 226 |5004 |  1 |  29k|  12 | 0.000000e+00 |      --      |    Inf | unknown
21.12/21.27	c  21.3s| 36300 | 20613 |140464 |   3.9 |    41M |  93 | 420 |2865 |   0 |5013 |  0 |  29k|  12 | 0.000000e+00 |      --      |    Inf | unknown
21.22/21.32	c  21.3s| 36400 | 20660 |140748 |   3.9 |    41M |  93 | 420 |2901 | 227 |5021 |  1 |  29k|  12 | 0.000000e+00 |      --      |    Inf | unknown
21.22/21.36	c  21.4s| 36500 | 20710 |141087 |   3.9 |    41M |  93 | 420 |2921 | 227 |5026 |  1 |  29k|  12 | 0.000000e+00 |      --      |    Inf | unknown
21.32/21.41	c  21.4s| 36600 | 20768 |141391 |   3.8 |    41M |  93 | 420 |2938 | 224 |5035 |  1 |  30k|  12 | 0.000000e+00 |      --      |    Inf | unknown
21.32/21.46	c  21.5s| 36700 | 20824 |141746 |   3.8 |    41M |  93 | 420 |2955 | 226 |5044 |  1 |  30k|  12 | 0.000000e+00 |      --      |    Inf | unknown
21.42/21.51	c  21.5s| 36800 | 20900 |142128 |   3.8 |    41M |  93 | 420 |2977 | 218 |5064 |  1 |  30k|  12 | 0.000000e+00 |      --      |    Inf | unknown
21.42/21.55	c  21.6s| 36900 | 20930 |142407 |   3.8 |    41M |  93 | 420 |2912 | 221 |5067 |  1 |  30k|  12 | 0.000000e+00 |      --      |    Inf | unknown
21.51/21.60	c  21.6s| 37000 | 20978 |142748 |   3.8 |    41M |  93 | 420 |2870 | 223 |5079 |  2 |  30k|  12 | 0.000000e+00 |      --      |    Inf | unknown
21.51/21.65	c  21.6s| 37100 | 21054 |143159 |   3.8 |    41M |  93 | 420 |2787 |   0 |5096 |  0 |  30k|  12 | 0.000000e+00 |      --      |    Inf | unknown
21.51/21.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
21.51/21.69	c  21.7s| 37200 | 21100 |143478 |   3.8 |    41M |  93 | 420 |2643 | 223 |5113 |  1 |  30k|  12 | 0.000000e+00 |      --      |    Inf | unknown
21.61/21.74	c  21.7s| 37300 | 21157 |143795 |   3.8 |    41M |  93 | 420 |2574 | 226 |5134 |  1 |  30k|  12 | 0.000000e+00 |      --      |    Inf | unknown
21.61/21.78	c  21.8s| 37400 | 21203 |144121 |   3.8 |    41M |  93 | 420 |2573 | 226 |5140 |  1 |  30k|  12 | 0.000000e+00 |      --      |    Inf | unknown
21.71/21.82	c  21.8s| 37500 | 21269 |144489 |   3.8 |    41M |  93 | 420 |2520 | 222 |5147 |  1 |  30k|  12 | 0.000000e+00 |      --      |    Inf | unknown
21.71/21.89	c  21.9s| 37600 | 21317 |144914 |   3.8 |    41M |  93 | 420 |2474 | 223 |5188 |  1 |  30k|  12 | 0.000000e+00 |      --      |    Inf | unknown
21.81/21.99	c  22.0s| 37700 | 21403 |145619 |   3.8 |    41M |  93 | 420 |2334 | 228 |5266 |  3 |  30k|  12 | 0.000000e+00 |      --      |    Inf | unknown
21.92/22.04	c  22.0s| 37800 | 21453 |146002 |   3.8 |    41M |  93 | 420 |2416 | 223 |5323 |  1 |  30k|  12 | 0.000000e+00 |      --      |    Inf | unknown
21.92/22.10	c  22.1s| 37900 | 21502 |146367 |   3.8 |    41M |  93 | 420 |2446 | 226 |5333 |  1 |  31k|  12 | 0.000000e+00 |      --      |    Inf | unknown
22.02/22.15	c  22.1s| 38000 | 21536 |146758 |   3.8 |    41M |  93 | 420 |2500 | 225 |5336 |  1 |  31k|  12 | 0.000000e+00 |      --      |    Inf | unknown
22.02/22.19	c  22.2s| 38100 | 21585 |147085 |   3.8 |    42M |  93 | 420 |2540 | 226 |5343 |  1 |  31k|  12 | 0.000000e+00 |      --      |    Inf | unknown
22.11/22.24	c  22.2s| 38200 | 21659 |147569 |   3.8 |    42M |  93 | 420 |2540 | 224 |5373 |  1 |  31k|  12 | 0.000000e+00 |      --      |    Inf | unknown
22.11/22.29	c  22.3s| 38300 | 21719 |147925 |   3.8 |    42M |  93 | 420 |2524 | 226 |5393 |  1 |  31k|  12 | 0.000000e+00 |      --      |    Inf | unknown
22.21/22.34	c  22.3s| 38400 | 21780 |148277 |   3.8 |    42M |  93 | 420 |2569 | 228 |5405 |  1 |  31k|  12 | 0.000000e+00 |      --      |    Inf | unknown
22.21/22.38	c  22.4s| 38500 | 21829 |148588 |   3.8 |    42M |  93 | 420 |2511 | 221 |5414 |  1 |  31k|  12 | 0.000000e+00 |      --      |    Inf | unknown
22.31/22.48	c  22.5s| 38600 | 21913 |149224 |   3.9 |    42M |  93 | 420 |2399 | 223 |5461 |  1 |  31k|  12 | 0.000000e+00 |      --      |    Inf | unknown
22.41/22.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
22.41/22.52	c  22.5s| 38700 | 21958 |149529 |   3.9 |    42M |  93 | 420 |2383 | 222 |5461 |  1 |  31k|  12 | 0.000000e+00 |      --      |    Inf | unknown
22.41/22.56	c  22.6s| 38800 | 21991 |149798 |   3.8 |    42M |  93 | 420 |2455 | 223 |5471 |  1 |  31k|  12 | 0.000000e+00 |      --      |    Inf | unknown
22.51/22.60	c  22.6s| 38900 | 22061 |150220 |   3.8 |    42M |  93 | 420 |2474 | 221 |5477 |  1 |  31k|  12 | 0.000000e+00 |      --      |    Inf | unknown
22.51/22.64	c  22.6s| 39000 | 22097 |150509 |   3.8 |    42M |  93 | 420 |2479 | 222 |5477 |  1 |  31k|  12 | 0.000000e+00 |      --      |    Inf | unknown
22.51/22.69	c  22.7s| 39100 | 22147 |150861 |   3.8 |    42M |  93 | 420 |2452 | 219 |5488 |  1 |  31k|  12 | 0.000000e+00 |      --      |    Inf | unknown
22.61/22.74	c  22.7s| 39200 | 22197 |151153 |   3.8 |    42M |  93 | 420 |2453 |   0 |5491 |  0 |  31k|  12 | 0.000000e+00 |      --      |    Inf | unknown
22.61/22.78	c  22.8s| 39300 | 22239 |151478 |   3.8 |    42M |  93 | 420 |2413 | 219 |5497 |  1 |  31k|  12 | 0.000000e+00 |      --      |    Inf | unknown
22.71/22.83	c  22.8s| 39400 | 22305 |151883 |   3.8 |    42M |  93 | 420 |2404 | 224 |5516 |  1 |  32k|  12 | 0.000000e+00 |      --      |    Inf | unknown
22.71/22.88	c  22.9s| 39500 | 22352 |152254 |   3.8 |    42M |  93 | 420 |2424 | 225 |5541 |  1 |  32k|  12 | 0.000000e+00 |      --      |    Inf | unknown
22.81/22.94	c  22.9s| 39600 | 22412 |152686 |   3.8 |    42M |  93 | 420 |2416 | 220 |5561 |  1 |  32k|  12 | 0.000000e+00 |      --      |    Inf | unknown
22.81/22.98	c  23.0s| 39700 | 22469 |153005 |   3.8 |    42M |  93 | 420 |2436 | 224 |5579 |  1 |  32k|  12 | 0.000000e+00 |      --      |    Inf | unknown
22.91/23.03	c  23.0s| 39800 | 22536 |153372 |   3.8 |    42M |  93 | 420 |2461 | 226 |5590 |  1 |  32k|  12 | 0.000000e+00 |      --      |    Inf | unknown
22.91/23.07	c  23.1s| 39900 | 22594 |153668 |   3.8 |    42M |  93 | 420 |2487 |   0 |5600 |  0 |  32k|  12 | 0.000000e+00 |      --      |    Inf | unknown
23.01/23.11	c  23.1s| 40000 | 22663 |154044 |   3.8 |    43M |  93 | 420 |2476 | 222 |5623 |  1 |  32k|  12 | 0.000000e+00 |      --      |    Inf | unknown
23.01/23.18	c  23.2s| 40100 | 22726 |154506 |   3.8 |    43M |  93 | 420 |2456 | 223 |5669 |  1 |  32k|  12 | 0.000000e+00 |      --      |    Inf | unknown
23.11/23.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.11/23.22	c  23.2s| 40200 | 22780 |154800 |   3.8 |    43M |  93 | 420 |2407 | 222 |5683 |  1 |  32k|  12 | 0.000000e+00 |      --      |    Inf | unknown
23.11/23.26	c  23.3s| 40300 | 22824 |155115 |   3.8 |    43M |  93 | 420 |2530 | 224 |5705 |  1 |  32k|  12 | 0.000000e+00 |      --      |    Inf | unknown
23.21/23.30	c  23.3s| 40400 | 22889 |155501 |   3.8 |    43M |  93 | 420 |2500 | 219 |5729 |  1 |  32k|  12 | 0.000000e+00 |      --      |    Inf | unknown
23.21/23.35	c  23.4s| 40500 | 22950 |155956 |   3.8 |    43M |  93 | 420 |2524 | 220 |5747 |  1 |  32k|  12 | 0.000000e+00 |      --      |    Inf | unknown
23.21/23.39	c  23.4s| 40600 | 23008 |156234 |   3.8 |    43M |  93 | 420 |2531 | 218 |5767 |  1 |  32k|  12 | 0.000000e+00 |      --      |    Inf | unknown
23.31/23.44	c  23.4s| 40700 | 23060 |156545 |   3.8 |    43M |  93 | 420 |2601 | 218 |5785 |  1 |  32k|  12 | 0.000000e+00 |      --      |    Inf | unknown
23.31/23.48	c  23.5s| 40800 | 23126 |156875 |   3.8 |    43M |  93 | 420 |2600 | 218 |5785 |  1 |  32k|  12 | 0.000000e+00 |      --      |    Inf | unknown
23.40/23.52	c  23.5s| 40900 | 23174 |157166 |   3.8 |    43M |  93 | 420 |2645 | 226 |5806 |  1 |  33k|  12 | 0.000000e+00 |      --      |    Inf | unknown
23.40/23.58	c  23.6s| 41000 | 23237 |157546 |   3.8 |    43M |  93 | 420 |2641 | 225 |5832 |  1 |  33k|  12 | 0.000000e+00 |      --      |    Inf | unknown
23.50/23.63	c  23.6s| 41100 | 23264 |157875 |   3.8 |    43M |  93 | 420 |2676 | 223 |5838 |  1 |  33k|  12 | 0.000000e+00 |      --      |    Inf | unknown
23.60/23.72	c  23.7s| 41200 | 23352 |158480 |   3.8 |    44M |  93 | 420 |2586 | 219 |5904 |  1 |  33k|  12 | 0.000000e+00 |      --      |    Inf | unknown
23.60/23.79	c  23.8s| 41300 | 23438 |159072 |   3.8 |    44M |  93 | 420 |2595 | 225 |5953 |  1 |  33k|  12 | 0.000000e+00 |      --      |    Inf | unknown
23.70/23.83	c  23.8s| 41400 | 23502 |159415 |   3.8 |    44M |  93 | 420 |2657 | 228 |5959 |  1 |  33k|  12 | 0.000000e+00 |      --      |    Inf | unknown
23.70/23.89	c  23.9s| 41500 | 23550 |159739 |   3.8 |    44M |  93 | 420 |2684 | 223 |5967 |  1 |  33k|  12 | 0.000000e+00 |      --      |    Inf | unknown
23.80/23.97	c  24.0s| 41600 | 23629 |160339 |   3.8 |    44M |  93 | 420 |2570 | 216 |5998 |  1 |  33k|  12 | 0.000000e+00 |      --      |    Inf | unknown
23.91/24.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.91/24.04	c  24.0s| 41700 | 23727 |160932 |   3.8 |    44M |  93 | 420 |2382 | 223 |6051 |  1 |  33k|  12 | 0.000000e+00 |      --      |    Inf | unknown
23.91/24.10	c  24.1s| 41800 | 23789 |161279 |   3.8 |    44M |  93 | 420 |2365 | 221 |6097 |  1 |  33k|  12 | 0.000000e+00 |      --      |    Inf | unknown
24.01/24.16	c  24.2s| 41900 | 23844 |161692 |   3.8 |    44M |  93 | 420 |2344 | 224 |6124 |  1 |  33k|  12 | 0.000000e+00 |      --      |    Inf | unknown
24.10/24.20	c  24.2s| 42000 | 23884 |162015 |   3.8 |    44M |  93 | 420 |2374 | 221 |6130 |  1 |  33k|  12 | 0.000000e+00 |      --      |    Inf | unknown
24.10/24.23	c  24.2s| 42100 | 23920 |162241 |   3.8 |    44M |  93 | 420 |2370 |   0 |6133 |  0 |  33k|  12 | 0.000000e+00 |      --      |    Inf | unknown
24.20/24.30	c  24.3s| 42200 | 23986 |162783 |   3.8 |    45M |  93 | 420 |2353 | 229 |6204 |  1 |  34k|  12 | 0.000000e+00 |      --      |    Inf | unknown
24.20/24.33	c  24.3s| 42300 | 24028 |163020 |   3.8 |    45M |  93 | 420 |2387 | 223 |6204 |  1 |  34k|  12 | 0.000000e+00 |      --      |    Inf | unknown
24.20/24.37	c  24.4s| 42400 | 24072 |163262 |   3.8 |    45M |  93 | 420 |2391 | 218 |6204 |  1 |  34k|  12 | 0.000000e+00 |      --      |    Inf | unknown
24.30/24.44	c  24.4s| 42500 | 24157 |163786 |   3.8 |    45M |  93 | 420 |2392 | 219 |6253 |  1 |  34k|  12 | 0.000000e+00 |      --      |    Inf | unknown
24.30/24.48	c  24.5s| 42600 | 24208 |164088 |   3.8 |    45M |  93 | 420 |2410 | 219 |6258 |  1 |  34k|  12 | 0.000000e+00 |      --      |    Inf | unknown
24.40/24.52	c  24.5s| 42700 | 24258 |164377 |   3.8 |    45M |  93 | 420 |2448 | 219 |6268 |  1 |  34k|  12 | 0.000000e+00 |      --      |    Inf | unknown
24.40/24.56	c  24.6s| 42800 | 24308 |164645 |   3.8 |    45M |  93 | 420 |2500 | 220 |6283 |  1 |  34k|  12 | 0.000000e+00 |      --      |    Inf | unknown
24.50/24.60	c  24.6s| 42900 | 24363 |164846 |   3.8 |    45M |  93 | 420 |2595 |   0 |6283 |  0 |  34k|  12 | 0.000000e+00 |      --      |    Inf | unknown
24.50/24.64	c  24.6s| 43000 | 24390 |165058 |   3.8 |    45M |  93 | 420 |2566 | 219 |6313 |  1 |  34k|  12 | 0.000000e+00 |      --      |    Inf | unknown
24.50/24.69	c  24.7s| 43100 | 24439 |165339 |   3.8 |    45M |  93 | 420 |2600 | 221 |6319 |  1 |  34k|  12 | 0.000000e+00 |      --      |    Inf | unknown
24.60/24.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
24.60/24.73	c  24.7s| 43200 | 24481 |165559 |   3.8 |    45M |  93 | 420 |2600 | 219 |6323 |  1 |  34k|  12 | 0.000000e+00 |      --      |    Inf | unknown
24.60/24.77	c  24.8s| 43300 | 24520 |165785 |   3.8 |    47M |  93 | 420 |2595 | 219 |6323 |  1 |  34k|  12 | 0.000000e+00 |      --      |    Inf | unknown
24.70/24.82	c  24.8s| 43400 | 24550 |166184 |   3.8 |    47M |  93 | 420 |2594 | 215 |6328 |  1 |  34k|  12 | 0.000000e+00 |      --      |    Inf | unknown
24.70/24.87	c  24.9s| 43500 | 24620 |166621 |   3.8 |    47M |  93 | 420 |2572 |   0 |6338 |  0 |  34k|  12 | 0.000000e+00 |      --      |    Inf | unknown
24.80/24.95	c  25.0s| 43600 | 24700 |167302 |   3.8 |    48M |  93 | 420 |2527 | 223 |6405 |  1 |  34k|  12 | 0.000000e+00 |      --      |    Inf | unknown
24.90/25.01	c  25.0s| 43700 | 24737 |167688 |   3.8 |    48M |  93 | 420 |2527 | 226 |6428 |  1 |  35k|  12 | 0.000000e+00 |      --      |    Inf | unknown
24.90/25.06	c  25.1s| 43800 | 24756 |167919 |   3.8 |    48M |  93 | 420 |2472 |   0 |6438 |  0 |  35k|  12 | 0.000000e+00 |      --      |    Inf | unknown
24.90/25.10	c  25.1s| 43900 | 24801 |168227 |   3.8 |    48M |  93 | 420 |2426 | 223 |6449 |  1 |  35k|  12 | 0.000000e+00 |      --      |    Inf | unknown
25.00/25.14	c  25.1s| 44000 | 24871 |168604 |   3.8 |    48M |  93 | 420 |2389 | 223 |6449 |  1 |  35k|  12 | 0.000000e+00 |      --      |    Inf | unknown
25.00/25.18	c  25.2s| 44100 | 24894 |168855 |   3.8 |    48M |  93 | 420 |2346 |   0 |6449 |  0 |  35k|  12 | 0.000000e+00 |      --      |    Inf | unknown
25.10/25.24	c  25.2s| 44200 | 24961 |169290 |   3.8 |    48M |  93 | 420 |2260 | 232 |6512 |  3 |  35k|  12 | 0.000000e+00 |      --      |    Inf | unknown
25.10/25.30	c  25.3s| 44300 | 25029 |169717 |   3.8 |    48M |  93 | 420 |2224 | 224 |6516 |  1 |  35k|  12 | 0.000000e+00 |      --      |    Inf | unknown
25.20/25.34	c  25.3s| 44400 | 25089 |170106 |   3.8 |    48M |  93 | 420 |2235 | 224 |6522 |  0 |  35k|  12 | 0.000000e+00 |      --      |    Inf | unknown
25.20/25.39	c  25.4s| 44500 | 25153 |170486 |   3.8 |    48M |  93 | 420 |2240 | 224 |6522 |  1 |  35k|  12 | 0.000000e+00 |      --      |    Inf | unknown
25.30/25.43	c  25.4s| 44600 | 25205 |170819 |   3.8 |    48M |  93 | 420 |2249 | 225 |6524 |  1 |  35k|  12 | 0.000000e+00 |      --      |    Inf | unknown
25.30/25.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
25.30/25.48	c  25.5s| 44700 | 25262 |171182 |   3.8 |    48M |  93 | 420 |2240 | 225 |6528 |  1 |  35k|  12 | 0.000000e+00 |      --      |    Inf | unknown
25.40/25.51	c  25.5s| 44800 | 25292 |171396 |   3.8 |    48M |  93 | 420 |2270 | 225 |6531 |  1 |  35k|  12 | 0.000000e+00 |      --      |    Inf | unknown
25.40/25.55	c  25.5s| 44900 | 25319 |171631 |   3.8 |    48M |  93 | 420 |2288 | 224 |6533 |  1 |  35k|  12 | 0.000000e+00 |      --      |    Inf | unknown
25.40/25.59	c  25.6s| 45000 | 25363 |171967 |   3.8 |    48M |  93 | 420 |2324 | 225 |6539 |  1 |  35k|  12 | 0.000000e+00 |      --      |    Inf | unknown
25.50/25.64	c  25.6s| 45100 | 25399 |172239 |   3.8 |    48M |  93 | 420 |2377 | 224 |6548 |  1 |  35k|  12 | 0.000000e+00 |      --      |    Inf | unknown
25.50/25.68	c  25.7s| 45200 | 25440 |172560 |   3.8 |    48M |  93 | 420 |2391 | 224 |6562 |  1 |  35k|  12 | 0.000000e+00 |      --      |    Inf | unknown
25.60/25.72	c  25.7s| 45300 | 25470 |172844 |   3.8 |    48M |  93 | 420 |2434 | 224 |6564 |  1 |  35k|  12 | 0.000000e+00 |      --      |    Inf | unknown
25.60/25.76	c  25.8s| 45400 | 25516 |173172 |   3.8 |    48M |  93 | 420 |2443 | 220 |6578 |  1 |  35k|  12 | 0.000000e+00 |      --      |    Inf | unknown
25.70/25.80	c  25.8s| 45500 | 25574 |173547 |   3.8 |    48M |  93 | 420 |2444 |   0 |6592 |  0 |  36k|  12 | 0.000000e+00 |      --      |    Inf | unknown
25.70/25.85	c  25.9s| 45600 | 25625 |173859 |   3.8 |    48M |  93 | 420 |2455 | 223 |6600 |  1 |  36k|  12 | 0.000000e+00 |      --      |    Inf | unknown
25.80/25.90	c  25.9s| 45700 | 25684 |174242 |   3.8 |    48M |  93 | 420 |2507 | 222 |6623 |  1 |  36k|  12 | 0.000000e+00 |      --      |    Inf | unknown
25.80/25.95	c  25.9s| 45800 | 25747 |174541 |   3.8 |    48M |  93 | 420 |2538 | 222 |6641 |  1 |  36k|  12 | 0.000000e+00 |      --      |    Inf | unknown
25.80/25.99	c  26.0s| 45900 | 25796 |174842 |   3.8 |    48M |  93 | 420 |2543 | 223 |6650 |  1 |  36k|  12 | 0.000000e+00 |      --      |    Inf | unknown
25.90/26.04	c  26.0s| 46000 | 25844 |175156 |   3.8 |    48M |  93 | 420 |2584 | 223 |6652 |  1 |  36k|  12 | 0.000000e+00 |      --      |    Inf | unknown
25.90/26.08	c  26.1s| 46100 | 25892 |175451 |   3.8 |    49M |  93 | 420 |2672 |   0 |6652 |  0 |  36k|  12 | 0.000000e+00 |      --      |    Inf | unknown
26.00/26.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.00/26.12	c  26.1s| 46200 | 25951 |175801 |   3.8 |    49M |  93 | 420 |2678 | 225 |6668 |  1 |  36k|  12 | 0.000000e+00 |      --      |    Inf | unknown
26.00/26.18	c  26.2s| 46300 | 26012 |176168 |   3.8 |    50M |  93 | 420 |2682 | 218 |6680 |  1 |  36k|  12 | 0.000000e+00 |      --      |    Inf | unknown
26.09/26.24	c  26.2s| 46400 | 26075 |176568 |   3.8 |    50M |  93 | 420 |2611 | 224 |6717 |  1 |  36k|  12 | 0.000000e+00 |      --      |    Inf | unknown
26.09/26.28	c  26.3s| 46500 | 26122 |176846 |   3.8 |    50M |  93 | 420 |2597 | 224 |6732 |  1 |  36k|  12 | 0.000000e+00 |      --      |    Inf | unknown
26.19/26.32	c  26.3s| 46600 | 26162 |177095 |   3.8 |    50M |  93 | 420 |2585 | 219 |6753 |  1 |  36k|  12 | 0.000000e+00 |      --      |    Inf | unknown
26.19/26.36	c  26.4s| 46700 | 26197 |177321 |   3.8 |    50M |  93 | 420 |2627 | 219 |6756 |  1 |  37k|  12 | 0.000000e+00 |      --      |    Inf | unknown
26.29/26.41	c  26.4s| 46800 | 26252 |177655 |   3.8 |    50M |  93 | 420 |2636 | 220 |6761 |  1 |  37k|  12 | 0.000000e+00 |      --      |    Inf | unknown
26.29/26.45	c  26.4s| 46900 | 26274 |177859 |   3.8 |    50M |  93 | 420 |2751 |   0 |6761 |  0 |  37k|  12 | 0.000000e+00 |      --      |    Inf | unknown
26.39/26.50	c  26.5s| 47000 | 26331 |178265 |   3.8 |    50M |  93 | 420 |2677 | 215 |6793 |  1 |  37k|  12 | 0.000000e+00 |      --      |    Inf | unknown
26.39/26.55	c  26.6s| 47100 | 26424 |178763 |   3.8 |    50M |  93 | 420 |2619 | 227 |6853 |  1 |  37k|  12 | 0.000000e+00 |      --      |    Inf | unknown
26.49/26.61	c  26.6s| 47200 | 26499 |179311 |   3.8 |    50M |  93 | 420 |2595 | 228 |6887 |  1 |  37k|  12 | 0.000000e+00 |      --      |    Inf | unknown
26.49/26.68	c  26.7s| 47300 | 26575 |179854 |   3.8 |    50M |  93 | 420 |2560 | 227 |6908 |  1 |  37k|  12 | 0.000000e+00 |      --      |    Inf | unknown
26.59/26.73	c  26.7s| 47400 | 26655 |180284 |   3.8 |    50M |  93 | 420 |2574 | 222 |6937 |  1 |  37k|  12 | 0.000000e+00 |      --      |    Inf | unknown
26.59/26.78	c  26.8s| 47500 | 26720 |180666 |   3.8 |    50M |  93 | 420 |2531 | 227 |6948 |  1 |  37k|  12 | 0.000000e+00 |      --      |    Inf | unknown
26.69/26.83	c  26.8s| 47600 | 26792 |181074 |   3.8 |    50M |  93 | 420 |2462 | 223 |6962 |  1 |  37k|  12 | 0.000000e+00 |      --      |    Inf | unknown
26.69/26.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.69/26.88	c  26.9s| 47700 | 26852 |181486 |   3.8 |    50M |  93 | 420 |2425 |   0 |6980 |  0 |  37k|  12 | 0.000000e+00 |      --      |    Inf | unknown
26.79/26.92	c  26.9s| 47800 | 26909 |181834 |   3.8 |    50M |  93 | 420 |2428 |   0 |6994 |  0 |  37k|  12 | 0.000000e+00 |      --      |    Inf | unknown
26.79/26.98	c  27.0s| 47900 | 26978 |182238 |   3.8 |    50M |  93 | 420 |2460 | 226 |7020 |  1 |  37k|  12 | 0.000000e+00 |      --      |    Inf | unknown
26.90/27.02	c  27.0s| 48000 | 27045 |182649 |   3.8 |    50M |  93 | 420 |2476 |   0 |7040 |  0 |  37k|  12 | 0.000000e+00 |      --      |    Inf | unknown
26.90/27.06	c  27.1s| 48100 | 27114 |182983 |   3.8 |    50M |  93 | 420 |2482 | 221 |7040 |  1 |  37k|  12 | 0.000000e+00 |      --      |    Inf | unknown
26.90/27.10	c  27.1s| 48200 | 27186 |183296 |   3.8 |    50M |  93 | 420 |2532 | 222 |7040 |  1 |  37k|  12 | 0.000000e+00 |      --      |    Inf | unknown
27.00/27.14	c  27.1s| 48300 | 27252 |183600 |   3.8 |    50M |  93 | 420 |2550 | 221 |7049 |  1 |  38k|  12 | 0.000000e+00 |      --      |    Inf | unknown
27.00/27.17	c  27.2s| 48400 | 27310 |183900 |   3.8 |    50M |  93 | 420 |2589 | 221 |7049 |  1 |  38k|  12 | 0.000000e+00 |      --      |    Inf | unknown
27.09/27.21	c  27.2s| 48500 | 27368 |184207 |   3.8 |    50M |  93 | 420 |2585 | 221 |7049 |  1 |  38k|  12 | 0.000000e+00 |      --      |    Inf | unknown
27.09/27.25	c  27.3s| 48600 | 27422 |184459 |   3.8 |    50M |  93 | 420 |2583 | 222 |7055 |  1 |  38k|  12 | 0.000000e+00 |      --      |    Inf | unknown
27.19/27.30	c  27.3s| 48700 | 27489 |184789 |   3.8 |    51M |  93 | 420 |2587 | 220 |7067 |  1 |  38k|  12 | 0.000000e+00 |      --      |    Inf | unknown
27.19/27.33	c  27.3s| 48800 | 27540 |185035 |   3.8 |    51M |  93 | 420 |2556 | 219 |7067 |  1 |  38k|  12 | 0.000000e+00 |      --      |    Inf | unknown
27.19/27.38	c  27.4s| 48900 | 27595 |185369 |   3.8 |    51M |  93 | 420 |2535 | 220 |7081 |  1 |  38k|  12 | 0.000000e+00 |      --      |    Inf | unknown
27.29/27.43	c  27.4s| 49000 | 27663 |185685 |   3.8 |    51M |  93 | 420 |2495 |   0 |7081 |  0 |  38k|  12 | 0.000000e+00 |      --      |    Inf | unknown
27.29/27.47	c  27.5s| 49100 | 27704 |185941 |   3.8 |    52M |  93 | 420 |2493 | 227 |7089 |  1 |  38k|  12 | 0.000000e+00 |      --      |    Inf | unknown
27.39/27.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
27.39/27.51	c  27.5s| 49200 | 27758 |186286 |   3.8 |    52M |  93 | 420 |2475 |   0 |7102 |  0 |  38k|  12 | 0.000000e+00 |      --      |    Inf | unknown
27.39/27.56	c  27.6s| 49300 | 27821 |186603 |   3.8 |    52M |  93 | 420 |2475 | 221 |7110 |  1 |  38k|  12 | 0.000000e+00 |      --      |    Inf | unknown
27.49/27.60	c  27.6s| 49400 | 27891 |186955 |   3.8 |    52M |  93 | 420 |2472 | 222 |7121 |  1 |  38k|  12 | 0.000000e+00 |      --      |    Inf | unknown
27.49/27.64	c  27.6s| 49500 | 27948 |187261 |   3.8 |    52M |  93 | 420 |2423 |   0 |7126 |  0 |  38k|  12 | 0.000000e+00 |      --      |    Inf | unknown
27.49/27.68	c  27.7s| 49600 | 28014 |187576 |   3.8 |    52M |  93 | 420 |2393 | 221 |7135 |  1 |  38k|  12 | 0.000000e+00 |      --      |    Inf | unknown
27.59/27.72	c  27.7s| 49700 | 28067 |187961 |   3.8 |    52M |  93 | 420 |2389 | 223 |7138 |  1 |  38k|  12 | 0.000000e+00 |      --      |    Inf | unknown
27.59/27.76	c  27.8s| 49800 | 28128 |188259 |   3.8 |    52M |  93 | 420 |2382 | 223 |7148 |  1 |  38k|  12 | 0.000000e+00 |      --      |    Inf | unknown
27.59/27.79	c  27.8s| 49900 | 28174 |188496 |   3.8 |    52M |  93 | 420 |2396 | 221 |7149 |  1 |  38k|  12 | 0.000000e+00 |      --      |    Inf | unknown
27.69/27.86	c  27.9s| 50000 | 28242 |188963 |   3.8 |    52M |  93 | 420 |2253 | 224 |7176 |  1 |  38k|  12 | 0.000000e+00 |      --      |    Inf | unknown
27.79/27.91	c  27.9s| 50100 | 28283 |189246 |   3.8 |    52M |  93 | 420 |2327 |   0 |7177 |  0 |  38k|  12 | 0.000000e+00 |      --      |    Inf | unknown
27.79/27.97	c  28.0s| 50200 | 28354 |189748 |   3.8 |    52M |  93 | 420 |2289 | 220 |7202 |  1 |  38k|  12 | 0.000000e+00 |      --      |    Inf | unknown
27.89/28.02	c  28.0s| 50300 | 28401 |190055 |   3.8 |    52M |  93 | 420 |2333 | 220 |7207 |  1 |  38k|  12 | 0.000000e+00 |      --      |    Inf | unknown
27.89/28.06	c  28.1s| 50400 | 28458 |190355 |   3.8 |    52M |  93 | 420 |2315 | 220 |7215 |  1 |  38k|  12 | 0.000000e+00 |      --      |    Inf | unknown
27.99/28.11	c  28.1s| 50500 | 28503 |190663 |   3.8 |    52M |  93 | 420 |2386 |   0 |7227 |  0 |  39k|  12 | 0.000000e+00 |      --      |    Inf | unknown
27.99/28.15	c  28.1s| 50600 | 28541 |190961 |   3.8 |    52M |  93 | 420 |2453 | 223 |7241 |  1 |  39k|  12 | 0.000000e+00 |      --      |    Inf | unknown
28.09/28.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.09/28.23	c  28.2s| 50700 | 28624 |191564 |   3.8 |    52M |  93 | 420 |2409 | 220 |7298 |  1 |  39k|  12 | 0.000000e+00 |      --      |    Inf | unknown
28.09/28.29	c  28.3s| 50800 | 28700 |192016 |   3.8 |    52M |  93 | 420 |2440 | 229 |7324 |  1 |  39k|  12 | 0.000000e+00 |      --      |    Inf | unknown
28.18/28.33	c  28.3s| 50900 | 28743 |192272 |   3.8 |    52M |  93 | 420 |2504 | 229 |7326 |  1 |  39k|  12 | 0.000000e+00 |      --      |    Inf | unknown
28.18/28.38	c  28.4s| 51000 | 28783 |192545 |   3.8 |    52M |  93 | 420 |2576 |   0 |7331 |  0 |  39k|  12 | 0.000000e+00 |      --      |    Inf | unknown
28.28/28.41	c  28.4s| 51100 | 28832 |192791 |   3.8 |    52M |  93 | 420 |2651 | 230 |7334 |  1 |  39k|  12 | 0.000000e+00 |      --      |    Inf | unknown
28.28/28.46	c  28.5s| 51200 | 28885 |193137 |   3.8 |    52M |  93 | 420 |2675 | 227 |7341 |  1 |  39k|  12 | 0.000000e+00 |      --      |    Inf | unknown
28.38/28.50	c  28.5s| 51300 | 28933 |193430 |   3.8 |    52M |  93 | 420 |2699 | 226 |7348 |  1 |  39k|  12 | 0.000000e+00 |      --      |    Inf | unknown
28.38/28.54	c  28.5s| 51400 | 28968 |193668 |   3.8 |    52M |  93 | 420 |2680 | 226 |7349 |  1 |  39k|  12 | 0.000000e+00 |      --      |    Inf | unknown
28.38/28.57	c  28.6s| 51500 | 28994 |193871 |   3.8 |    52M |  93 | 420 |2691 | 226 |7354 |  1 |  39k|  12 | 0.000000e+00 |      --      |    Inf | unknown
28.48/28.61	c  28.6s| 51600 | 29041 |194133 |   3.8 |    52M |  93 | 420 |2713 | 226 |7362 |  1 |  40k|  12 | 0.000000e+00 |      --      |    Inf | unknown
28.48/28.65	c  28.7s| 51700 | 29093 |194449 |   3.8 |    52M |  93 | 420 |2700 | 226 |7363 |  1 |  40k|  12 | 0.000000e+00 |      --      |    Inf | unknown
28.48/28.68	c  28.7s| 51800 | 29111 |194626 |   3.7 |    53M |  93 | 420 |2727 |   0 |7363 |  0 |  40k|  12 | 0.000000e+00 |      --      |    Inf | unknown
28.58/28.72	c  28.7s| 51900 | 29145 |194880 |   3.7 |    53M |  93 | 420 |2723 | 226 |7369 |  1 |  40k|  12 | 0.000000e+00 |      --      |    Inf | unknown
28.58/28.77	c  28.8s| 52000 | 29183 |195161 |   3.7 |    53M |  93 | 420 |2714 | 229 |7390 |  1 |  40k|  12 | 0.000000e+00 |      --      |    Inf | unknown
28.68/28.86	c  28.9s| 52100 | 29236 |195505 |   3.7 |    53M |  93 | 420 |2744 | 228 |7399 |  1 |  40k|  12 | 0.000000e+00 |      --      |    Inf | unknown
28.78/28.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.78/28.92	c  28.9s| 52200 | 29310 |195979 |   3.7 |    53M |  93 | 420 |2740 | 224 |7441 |  1 |  40k|  12 | 0.000000e+00 |      --      |    Inf | unknown
28.78/29.00	c  29.0s| 52300 | 29379 |196449 |   3.7 |    53M |  93 | 420 |2691 | 223 |7477 |  1 |  40k|  12 | 0.000000e+00 |      --      |    Inf | unknown
28.89/29.04	c  29.0s| 52400 | 29405 |196689 |   3.7 |    53M |  93 | 420 |2720 | 219 |7478 |  1 |  40k|  12 | 0.000000e+00 |      --      |    Inf | unknown
28.89/29.08	c  29.1s| 52500 | 29433 |196908 |   3.7 |    53M |  93 | 420 |2745 |   0 |7478 |  0 |  40k|  12 | 0.000000e+00 |      --      |    Inf | unknown
28.99/29.12	c  29.1s| 52600 | 29480 |197142 |   3.7 |    54M |  93 | 420 |2721 | 218 |7481 |  1 |  40k|  12 | 0.000000e+00 |      --      |    Inf | unknown
28.99/29.15	c  29.2s| 52700 | 29515 |197421 |   3.7 |    54M |  93 | 420 |2646 |   0 |7484 |  0 |  40k|  12 | 0.000000e+00 |      --      |    Inf | unknown
29.08/29.24	c  29.2s| 52800 | 29591 |198134 |   3.7 |    54M |  93 | 420 |2462 | 222 |7530 |  1 |  41k|  12 | 0.000000e+00 |      --      |    Inf | unknown
29.18/29.34	c  29.3s| 52900 | 29689 |199117 |   3.8 |    54M |  93 | 420 |2290 | 221 |7596 |  1 |  41k|  12 | 0.000000e+00 |      --      |    Inf | unknown
29.18/29.39	c  29.4s| 53000 | 29759 |199507 |   3.8 |    54M |  93 | 420 |2245 | 226 |7629 |  1 |  41k|  12 | 0.000000e+00 |      --      |    Inf | unknown
29.28/29.44	c  29.4s| 53100 | 29803 |199910 |   3.8 |    54M |  93 | 420 |2224 |   0 |7662 |  0 |  41k|  12 | 0.000000e+00 |      --      |    Inf | unknown
29.28/29.48	c  29.5s| 53200 | 29859 |200221 |   3.8 |    54M |  93 | 420 |2267 | 228 |7684 |  1 |  41k|  12 | 0.000000e+00 |      --      |    Inf | unknown
29.38/29.53	c  29.5s| 53300 | 29906 |200476 |   3.8 |    54M |  93 | 420 |2335 | 226 |7696 |  1 |  41k|  12 | 0.000000e+00 |      --      |    Inf | unknown
29.38/29.56	c  29.6s| 53400 | 29945 |200681 |   3.7 |    54M |  93 | 420 |2333 |   0 |7696 |  0 |  41k|  12 | 0.000000e+00 |      --      |    Inf | unknown
29.48/29.61	c  29.6s| 53500 | 29997 |201150 |   3.7 |    54M |  93 | 420 |2303 | 225 |7726 |  2 |  41k|  12 | 0.000000e+00 |      --      |    Inf | unknown
29.48/29.65	c  29.6s| 53600 | 30036 |201417 |   3.7 |    54M |  93 | 420 |2344 | 220 |7727 |  1 |  41k|  12 | 0.000000e+00 |      --      |    Inf | unknown
29.58/29.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
29.58/29.70	c  29.7s| 53700 | 30080 |201713 |   3.7 |    54M |  93 | 420 |2392 | 224 |7748 |  1 |  41k|  12 | 0.000000e+00 |      --      |    Inf | unknown
29.58/29.74	c  29.7s| 53800 | 30151 |202070 |   3.7 |    54M |  93 | 420 |2395 | 223 |7757 |  1 |  41k|  12 | 0.000000e+00 |      --      |    Inf | unknown
29.58/29.78	c  29.8s| 53900 | 30195 |202331 |   3.7 |    54M |  93 | 420 |2466 | 225 |7767 |  1 |  41k|  12 | 0.000000e+00 |      --      |    Inf | unknown
29.68/29.85	c  29.9s| 54000 | 30250 |202791 |   3.7 |    54M |  93 | 420 |2424 | 223 |7791 |  1 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
29.68/29.89	c  29.9s| 54100 | 30290 |203008 |   3.7 |    54M |  93 | 420 |2411 |   0 |7797 |  0 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
29.78/29.94	c  29.9s| 54200 | 30340 |203281 |   3.7 |    54M |  93 | 420 |2344 | 227 |7805 |  1 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
29.78/30.00	c  30.0s| 54300 | 30415 |203723 |   3.7 |    54M |  93 | 420 |2222 | 218 |7823 |  1 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
29.88/30.08	c  30.1s| 54400 | 30508 |204402 |   3.7 |    54M |  93 | 420 |2173 | 220 |7863 |  1 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
29.98/30.17	c  30.2s| 54500 | 30601 |205180 |   3.8 |    55M |  93 | 420 |2148 | 215 |7908 |  1 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
30.08/30.25	c  30.2s| 54600 | 30679 |205794 |   3.8 |    55M |  93 | 420 |2099 | 223 |7934 |  1 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
30.08/30.25	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
30.08/30.25	c (run 1, node 54607) performing user restart
30.08/30.25	c 
30.08/30.25	c (restart) converted 4 cuts from the global cut pool into linear constraints
30.08/30.25	c 
30.18/30.31	c presolving:
30.18/30.31	c (round 1, fast)       0 del vars, 646 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
30.18/30.31	c (round 2, medium)     0 del vars, 649 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
30.18/30.31	c (round 3, exhaustive) 0 del vars, 649 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16 upgd conss, 0 impls, 0 clqs
30.18/30.32	c (round 4, exhaustive) 0 del vars, 751 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 208 chg coeffs, 16 upgd conss, 0 impls, 0 clqs
30.18/30.32	c (round 5, exhaustive) 0 del vars, 754 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 208 chg coeffs, 16 upgd conss, 0 impls, 0 clqs
30.18/30.33	c presolving (6 rounds: 6 fast, 5 medium, 4 exhaustive):
30.18/30.33	c  0 deleted vars, 754 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 208 changed coefficients
30.18/30.33	c  0 implications, 0 cliques
30.18/30.33	c presolved problem has 420 variables (420 bin, 0 int, 0 impl, 0 cont) and 1349 constraints
30.18/30.33	c      68 constraints of type <knapsack>
30.18/30.33	c     240 constraints of type <linear>
30.18/30.33	c    1041 constraints of type <logicor>
30.18/30.33	c transformed objective value is always integral (scale: 1)
30.18/30.33	c Presolving Time: 0.03
30.18/30.33	c 
30.18/30.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
30.18/30.35	c  30.4s|     1 |     0 |206115 |     - |    55M |   0 | 420 |1363 | 214 |   0 |  0 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
30.18/30.35	c  30.4s|     1 |     0 |206141 |     - |    55M |   0 | 420 |1363 | 229 |  15 |  1 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
30.18/30.36	c  30.4s|     1 |     0 |206162 |     - |    55M |   0 | 420 |1363 | 244 |  30 |  2 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
30.18/30.36	c  30.4s|     1 |     0 |206176 |     - |    55M |   0 | 420 |1364 | 252 |  38 |  3 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
30.18/30.36	c  30.4s|     1 |     0 |206185 |     - |    55M |   0 | 420 |1364 | 258 |  44 |  4 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
30.18/30.37	c  30.4s|     1 |     0 |206206 |     - |    55M |   0 | 420 |1364 | 263 |  49 |  5 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
30.18/30.37	c  30.4s|     1 |     0 |206217 |     - |    55M |   0 | 420 |1365 | 269 |  55 |  6 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
30.18/30.37	c  30.4s|     1 |     0 |206220 |     - |    55M |   0 | 420 |1365 | 272 |  58 |  7 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
30.18/30.38	c  30.4s|     1 |     0 |206226 |     - |    55M |   0 | 420 |1365 | 275 |  61 |  8 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
30.18/30.38	c  30.4s|     1 |     0 |206251 |     - |    56M |   0 | 420 |1367 | 280 |  66 |  9 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
30.18/30.39	c  30.4s|     1 |     0 |206252 |     - |    56M |   0 | 420 |1369 | 282 |  68 | 10 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
30.18/30.39	c  30.4s|     1 |     0 |206261 |     - |    56M |   0 | 420 |1369 | 284 |  70 | 11 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
30.18/30.39	c  30.4s|     1 |     0 |206263 |     - |    56M |   0 | 420 |1370 | 286 |  72 | 12 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
30.18/30.39	c  30.4s|     1 |     0 |206264 |     - |    56M |   0 | 420 |1373 | 287 |  73 | 13 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
30.28/30.40	c  30.4s|     1 |     0 |206265 |     - |    56M |   0 | 420 |1373 | 288 |  74 | 14 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
30.28/30.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
30.28/30.40	c  30.4s|     1 |     0 |206269 |     - |    56M |   0 | 420 |1375 | 251 |  75 | 15 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
30.28/30.40	c  30.4s|     1 |     0 |206270 |     - |    56M |   0 | 420 |1375 | 252 |  76 | 16 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
30.28/30.41	c  30.4s|     1 |     0 |206272 |     - |    56M |   0 | 420 |1375 | 253 |  77 | 17 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
30.28/30.41	c  30.4s|     1 |     0 |206277 |     - |    56M |   0 | 420 |1376 | 254 |  78 | 18 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
30.28/30.41	c  30.4s|     1 |     0 |206279 |     - |    56M |   0 | 420 |1377 | 256 |  80 | 19 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
30.28/30.41	c  30.4s|     1 |     0 |206282 |     - |    56M |   0 | 420 |1377 | 258 |  82 | 20 |  42k|  12 | 0.000000e+00 |      --      |    Inf | unknown
30.28/30.43	c  30.4s|     1 |     2 |206382 |     - |    56M |   0 | 420 |1387 | 258 |  82 | 20 |  42k|  29 | 0.000000e+00 |      --      |    Inf | unknown
30.47/30.60	c  30.6s|   100 |    99 |207882 |   3.8 |    56M |  12 | 420 |1599 | 210 | 238 |  1 |  42k|  29 | 0.000000e+00 |      --      |    Inf | unknown
30.67/30.83	c  30.8s|   200 |   197 |210044 |   3.8 |    56M |  12 | 420 |1709 | 221 | 552 |  2 |  43k|  29 | 0.000000e+00 |      --      |    Inf | unknown
30.88/31.08	c  31.1s|   300 |   295 |212651 |   3.9 |    56M |  12 | 420 |1590 | 214 | 848 |  1 |  43k|  29 | 0.000000e+00 |      --      |    Inf | unknown
31.17/31.33	c  31.3s|   400 |   391 |214932 |   3.9 |    56M |  15 | 420 |1520 | 210 |1113 |  1 |  43k|  29 | 0.000000e+00 |      --      |    Inf |   0.54%
31.37/31.55	c  31.6s|   500 |   485 |217109 |   3.9 |    56M |  22 | 420 |1457 | 214 |1460 |  1 |  43k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
31.47/31.66	c  31.7s|   600 |   579 |218159 |   3.9 |    56M |  36 | 420 |1440 | 216 |1491 |  1 |  43k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
31.57/31.73	c  31.7s|   700 |   661 |218762 |   3.9 |    56M |  39 | 420 |1442 | 216 |1517 |  1 |  43k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
31.67/31.82	c  31.8s|   800 |   734 |219470 |   3.9 |    56M |  43 | 420 |1449 | 219 |1592 |  2 |  44k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
31.77/31.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
31.77/31.92	c  31.9s|   900 |   831 |220345 |   4.0 |    56M |  44 | 420 |1510 | 216 |1679 |  1 |  44k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
31.87/32.01	c  32.0s|  1000 |   931 |221269 |   4.0 |    56M |  44 | 420 |1511 | 225 |1780 |  1 |  44k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
31.87/32.09	c  32.1s|  1100 |  1024 |221986 |   4.0 |    56M |  57 | 420 |1524 | 216 |1884 |  1 |  44k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
31.97/32.19	c  32.2s|  1200 |  1106 |222755 |   4.0 |    57M |  61 | 420 |1545 | 226 |2017 |  1 |  44k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
32.07/32.24	c  32.2s|  1300 |  1179 |223212 |   4.0 |    57M |  61 | 420 |1551 | 219 |2059 |  1 |  44k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
32.07/32.29	c  32.3s|  1400 |  1257 |223681 |   4.0 |    57M |  61 | 420 |1595 | 225 |2102 |  1 |  44k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
32.17/32.33	c  32.3s|  1500 |  1308 |223943 |   4.0 |    57M |  61 | 420 |1694 |   0 |2113 |  0 |  44k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
32.17/32.37	c  32.4s|  1600 |  1375 |224326 |   4.0 |    57M |  62 | 420 |1779 | 220 |2133 |  1 |  44k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
32.27/32.41	c  32.4s|  1700 |  1433 |224687 |   4.0 |    57M |  62 | 420 |1834 | 216 |2138 |  1 |  44k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
32.27/32.46	c  32.5s|  1800 |  1489 |225242 |   4.0 |    57M |  62 | 420 |1849 | 216 |2156 |  1 |  44k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
32.37/32.50	c  32.5s|  1900 |  1528 |225500 |   4.0 |    57M |  62 | 420 |1842 | 212 |2163 |  1 |  44k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
32.37/32.58	c  32.6s|  2000 |  1626 |226298 |   4.0 |    57M |  62 | 420 |1862 | 222 |2195 |  2 |  45k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
32.47/32.65	c  32.6s|  2100 |  1717 |226904 |   4.0 |    57M |  62 | 420 |1856 | 220 |2239 |  1 |  45k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
32.47/32.68	c  32.7s|  2200 |  1773 |227206 |   4.0 |    57M |  67 | 420 |1921 | 220 |2239 |  1 |  45k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
32.57/32.70	c  32.7s|  2300 |  1827 |227518 |   4.0 |    57M |  74 | 420 |1961 | 220 |2239 |  1 |  45k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
32.57/32.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.57/32.74	c  32.7s|  2400 |  1882 |227910 |   4.0 |    57M |  74 | 420 |2018 | 216 |2255 |  1 |  45k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
32.57/32.78	c  32.8s|  2500 |  1952 |228273 |   4.0 |    57M |  75 | 420 |2060 | 216 |2255 |  1 |  45k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
32.67/32.81	c  32.8s|  2600 |  2007 |228532 |   4.0 |    57M |  75 | 420 |2110 |   0 |2255 |  0 |  45k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
32.67/32.83	c  32.8s|  2700 |  2052 |228797 |   4.0 |    57M |  75 | 420 |2137 | 216 |2255 |  1 |  45k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
32.67/32.86	c  32.9s|  2800 |  2107 |229078 |   4.0 |    57M |  77 | 420 |2116 | 216 |2255 |  1 |  45k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
32.67/32.89	c  32.9s|  2900 |  2155 |229366 |   4.0 |    57M |  78 | 420 |2086 | 216 |2255 |  1 |  45k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
32.77/32.92	c  32.9s|  3000 |  2191 |229592 |   4.0 |    57M |  78 | 420 |2142 |   0 |2255 |  0 |  45k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
32.77/32.94	c  32.9s|  3100 |  2239 |229882 |   4.0 |    57M |  78 | 420 |2186 | 220 |2255 |  0 |  45k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
32.77/32.98	c  33.0s|  3200 |  2287 |230151 |   4.0 |    57M |  78 | 420 |2262 | 216 |2255 |  1 |  45k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
32.87/33.01	c  33.0s|  3300 |  2339 |230441 |   4.0 |    57M |  78 | 420 |2275 | 216 |2255 |  1 |  45k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
32.87/33.04	c  33.0s|  3400 |  2393 |230709 |   4.0 |    57M |  78 | 420 |2300 | 216 |2255 |  1 |  46k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
32.87/33.07	c  33.1s|  3500 |  2461 |231013 |   4.0 |    57M |  78 | 420 |2252 | 213 |2257 |  1 |  46k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
32.97/33.13	c  33.1s|  3600 |  2537 |231676 |   4.0 |    57M |  78 | 420 |2183 | 214 |2266 |  1 |  46k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
32.97/33.19	c  33.2s|  3700 |  2604 |232253 |   4.0 |    57M |  78 | 420 |2141 | 216 |2286 |  1 |  46k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.06/33.23	c  33.2s|  3800 |  2625 |232578 |   4.0 |    57M |  78 | 420 |2189 | 219 |2286 |  0 |  46k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.06/33.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
33.06/33.27	c  33.3s|  3900 |  2641 |233032 |   4.0 |    57M |  78 | 420 |2151 | 212 |2286 |  1 |  46k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.16/33.33	c  33.3s|  4000 |  2741 |233574 |   4.0 |    57M |  78 | 420 |2117 | 216 |2291 |  1 |  46k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.16/33.36	c  33.4s|  4100 |  2804 |233894 |   4.0 |    57M |  78 | 420 |2147 | 216 |2291 |  1 |  46k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.16/33.39	c  33.4s|  4200 |  2845 |234174 |   4.0 |    57M |  78 | 420 |2183 | 216 |2291 |  1 |  46k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.26/33.42	c  33.4s|  4300 |  2873 |234451 |   4.0 |    57M |  78 | 420 |2193 | 216 |2291 |  1 |  46k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.26/33.47	c  33.5s|  4400 |  2919 |235016 |   4.0 |    57M |  78 | 420 |2243 | 215 |2314 |  1 |  46k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.36/33.55	c  33.5s|  4500 |  3000 |235679 |   4.0 |    57M |  78 | 420 |2207 | 216 |2354 |  1 |  46k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.36/33.58	c  33.6s|  4600 |  3051 |236044 |   4.0 |    57M |  78 | 420 |2209 | 216 |2354 |  1 |  46k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.46/33.60	c  33.6s|  4700 |  3087 |236274 |   4.0 |    57M |  78 | 420 |2288 | 216 |2354 |  1 |  47k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.46/33.63	c  33.6s|  4800 |  3130 |236559 |   4.0 |    57M |  78 | 420 |2359 |   0 |2354 |  0 |  47k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.46/33.65	c  33.7s|  4900 |  3167 |236801 |   4.0 |    57M |  78 | 420 |2453 | 216 |2354 |  1 |  47k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.46/33.68	c  33.7s|  5000 |  3200 |237064 |   4.0 |    57M |  78 | 420 |2555 |   0 |2354 |  0 |  47k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.56/33.71	c  33.7s|  5100 |  3239 |237368 |   4.0 |    57M |  78 | 420 |2580 | 212 |2354 |  1 |  47k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.56/33.75	c  33.7s|  5200 |  3302 |237806 |   4.0 |    57M |  78 | 420 |2586 | 215 |2360 |  1 |  47k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.56/33.77	c  33.8s|  5300 |  3337 |238064 |   4.0 |    57M |  78 | 420 |2642 | 215 |2360 |  1 |  47k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.66/33.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
33.66/33.80	c  33.8s|  5400 |  3383 |238377 |   4.0 |    57M |  78 | 420 |2685 | 215 |2370 |  1 |  47k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.66/33.83	c  33.8s|  5500 |  3418 |238628 |   4.0 |    57M |  78 | 420 |2725 | 215 |2370 |  1 |  47k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.66/33.87	c  33.9s|  5600 |  3480 |238985 |   4.0 |    57M |  78 | 420 |2680 | 218 |2390 |  1 |  47k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.76/33.90	c  33.9s|  5700 |  3522 |239215 |   4.0 |    57M |  78 | 420 |2662 |   0 |2415 |  0 |  47k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.76/33.96	c  34.0s|  5800 |  3582 |239669 |   4.0 |    57M |  78 | 420 |2617 | 219 |2471 |  1 |  48k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.87/34.01	c  34.0s|  5900 |  3652 |240117 |   4.0 |    57M |  78 | 420 |2641 | 215 |2494 |  1 |  48k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.87/34.03	c  34.0s|  6000 |  3686 |240370 |   3.9 |    57M |  78 | 420 |2730 | 215 |2494 |  1 |  48k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.87/34.06	c  34.1s|  6100 |  3729 |240698 |   3.9 |    57M |  78 | 420 |2801 |   0 |2494 |  0 |  48k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.87/34.09	c  34.1s|  6200 |  3773 |240951 |   3.9 |    57M |  78 | 420 |2888 | 215 |2494 |  1 |  48k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.97/34.11	c  34.1s|  6300 |  3813 |241227 |   3.9 |    57M |  78 | 420 |2992 | 215 |2494 |  1 |  48k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.97/34.14	c  34.1s|  6400 |  3849 |241531 |   3.9 |    57M |  78 | 420 |3097 | 215 |2494 |  1 |  48k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.97/34.16	c  34.2s|  6500 |  3888 |241803 |   3.9 |    57M |  78 | 420 |3191 | 215 |2494 |  1 |  48k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
33.97/34.19	c  34.2s|  6600 |  3937 |242118 |   3.9 |    57M |  78 | 420 |3242 |   0 |2494 |  0 |  48k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.06/34.22	c  34.2s|  6700 |  3977 |242416 |   3.9 |    57M |  78 | 420 |3299 | 215 |2494 |  1 |  48k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.06/34.24	c  34.2s|  6800 |  4017 |242701 |   3.9 |    57M |  78 | 420 |3397 | 215 |2494 |  1 |  49k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.06/34.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
34.06/34.27	c  34.3s|  6900 |  4051 |242983 |   3.9 |    57M |  78 | 420 |3444 |   0 |2494 |  0 |  49k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.06/34.29	c  34.3s|  7000 |  4092 |243319 |   3.9 |    57M |  78 | 420 |3490 |   0 |2494 |  0 |  49k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.16/34.34	c  34.3s|  7100 |  4139 |243773 |   3.9 |    57M |  78 | 420 |3548 | 217 |2508 |  1 |  49k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.16/34.37	c  34.4s|  7200 |  4190 |244141 |   3.9 |    57M |  78 | 420 |3622 | 217 |2508 |  1 |  49k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.26/34.40	c  34.4s|  7300 |  4229 |244471 |   3.9 |    57M |  78 | 420 |3665 | 217 |2508 |  1 |  49k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.26/34.42	c  34.4s|  7400 |  4266 |244753 |   3.9 |    57M |  78 | 420 |3699 | 217 |2508 |  1 |  49k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.26/34.45	c  34.5s|  7500 |  4304 |245040 |   3.9 |    58M |  78 | 420 |3733 | 217 |2508 |  1 |  49k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.26/34.48	c  34.5s|  7600 |  4345 |245305 |   3.9 |    58M |  78 | 420 |3768 | 217 |2508 |  1 |  49k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.36/34.50	c  34.5s|  7700 |  4378 |245548 |   3.9 |    58M |  78 | 420 |3837 | 217 |2508 |  1 |  49k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.36/34.53	c  34.5s|  7800 |  4416 |245843 |   3.9 |    58M |  78 | 420 |3842 | 217 |2508 |  1 |  49k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.36/34.55	c  34.6s|  7900 |  4456 |246129 |   3.9 |    58M |  78 | 420 |3875 | 217 |2508 |  1 |  50k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.36/34.58	c  34.6s|  8000 |  4502 |246396 |   3.9 |    58M |  78 | 420 |3937 | 217 |2508 |  1 |  50k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.46/34.61	c  34.6s|  8100 |  4544 |246675 |   3.9 |    58M |  78 | 420 |4031 | 217 |2508 |  1 |  50k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.46/34.63	c  34.6s|  8200 |  4583 |246948 |   3.9 |    58M |  78 | 420 |4129 | 217 |2508 |  1 |  50k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.46/34.66	c  34.7s|  8300 |  4623 |247241 |   3.9 |    58M |  78 | 420 |4233 |   0 |2508 |  0 |  50k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.46/34.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
34.46/34.69	c  34.7s|  8400 |  4648 |247483 |   3.9 |    58M |  78 | 420 |4352 | 217 |2508 |  1 |  50k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.56/34.71	c  34.7s|  8500 |  4681 |247761 |   3.9 |    58M |  78 | 420 |4424 | 217 |2508 |  1 |  50k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.56/34.74	c  34.7s|  8600 |  4715 |248007 |   3.9 |    58M |  78 | 420 |4468 |   0 |2508 |  0 |  50k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.56/34.77	c  34.8s|  8700 |  4757 |248307 |   3.9 |    58M |  78 | 420 |4509 | 217 |2508 |  1 |  50k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.56/34.79	c  34.8s|  8800 |  4789 |248532 |   3.9 |    58M |  78 | 420 |4500 | 217 |2508 |  1 |  50k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.66/34.82	c  34.8s|  8900 |  4826 |248787 |   3.9 |    58M |  78 | 420 |4574 | 217 |2508 |  1 |  51k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.66/34.85	c  34.8s|  9000 |  4861 |249050 |   3.9 |    58M |  78 | 420 |4659 | 217 |2508 |  1 |  51k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.66/34.87	c  34.9s|  9100 |  4894 |249320 |   3.9 |    58M |  78 | 420 |4753 | 215 |2508 |  1 |  51k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.76/34.90	c  34.9s|  9200 |  4921 |249585 |   3.9 |    58M |  78 | 420 |4841 |   0 |2508 |  0 |  51k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.76/34.93	c  34.9s|  9300 |  4958 |249866 |   3.9 |    58M |  78 | 420 |4867 | 217 |2514 |  1 |  51k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.76/34.97	c  35.0s|  9400 |  5010 |250237 |   3.9 |    58M |  78 | 420 |4899 | 221 |2523 |  1 |  51k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.76/35.00	c  35.0s|  9500 |  5057 |250571 |   3.9 |    58M |  78 | 420 |4929 | 217 |2523 |  1 |  51k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.86/35.02	c  35.0s|  9600 |  5084 |250840 |   3.9 |    58M |  78 | 420 |4980 |   0 |2523 |  0 |  51k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.86/35.05	c  35.1s|  9700 |  5119 |251130 |   3.9 |    58M |  78 | 420 |5017 | 217 |2523 |  1 |  52k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.86/35.08	c  35.1s|  9800 |  5166 |251463 |   3.9 |    58M |  78 | 420 |4998 |   0 |2523 |  0 |  52k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.96/35.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
34.96/35.11	c  35.1s|  9900 |  5207 |251780 |   3.9 |    58M |  78 | 420 |5080 | 221 |2523 |  0 |  52k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.96/35.14	c  35.1s| 10000 |  5239 |252055 |   3.9 |    58M |  78 | 420 |5155 | 221 |2523 |  1 |  52k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
34.96/35.17	c  35.2s| 10100 |  5283 |252355 |   3.9 |    58M |  78 | 420 |5223 |   0 |2523 |  0 |  52k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.06/35.20	c  35.2s| 10200 |  5321 |252644 |   3.9 |    58M |  78 | 420 |5295 | 217 |2523 |  1 |  52k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.06/35.22	c  35.2s| 10300 |  5360 |252924 |   3.9 |    58M |  78 | 420 |5367 | 217 |2523 |  1 |  52k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.06/35.25	c  35.3s| 10400 |  5398 |253246 |   3.9 |    58M |  78 | 420 |5447 | 217 |2523 |  1 |  52k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.06/35.28	c  35.3s| 10500 |  5437 |253542 |   3.9 |    58M |  78 | 420 |5496 | 217 |2523 |  1 |  52k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.16/35.31	c  35.3s| 10600 |  5471 |253826 |   3.9 |    58M |  78 | 420 |5562 |   0 |2523 |  0 |  53k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.16/35.34	c  35.3s| 10700 |  5501 |254111 |   3.9 |    58M |  78 | 420 |5638 |   0 |2523 |  0 |  53k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.16/35.36	c  35.4s| 10800 |  5544 |254437 |   3.9 |    58M |  78 | 420 |5665 | 217 |2523 |  1 |  53k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.16/35.39	c  35.4s| 10900 |  5574 |254684 |   3.9 |    58M |  78 | 420 |5716 |   0 |2523 |  0 |  53k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.25/35.44	c  35.4s| 11000 |  5655 |255329 |   3.9 |    58M |  78 | 420 |5650 |   0 |2536 |  0 |  53k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.25/35.49	c  35.5s| 11100 |  5733 |255800 |   3.9 |    58M |  78 | 420 |5602 |   0 |2536 |  0 |  53k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.35/35.53	c  35.5s| 11200 |  5804 |256192 |   3.9 |    58M |  78 | 420 |5590 | 215 |2537 |  1 |  53k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.35/35.58	c  35.6s| 11300 |  5898 |256589 |   3.9 |    58M |  78 | 420 |5555 | 215 |2537 |  1 |  53k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.45/35.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
35.45/35.61	c  35.6s| 11400 |  5935 |256823 |   3.9 |    58M |  81 | 420 |5624 |   0 |2537 |  0 |  53k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.45/35.64	c  35.6s| 11500 |  5988 |257058 |   3.9 |    58M |  81 | 420 |5644 | 215 |2537 |  1 |  53k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.45/35.68	c  35.7s| 11600 |  6074 |257538 |   3.9 |    58M |  81 | 420 |4491 | 215 |2537 |  1 |  53k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.55/35.72	c  35.7s| 11700 |  6137 |257887 |   3.9 |    58M |  81 | 420 |4469 | 215 |2537 |  1 |  53k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.55/35.75	c  35.7s| 11800 |  6198 |258220 |   3.9 |    58M |  81 | 420 |4477 | 215 |2537 |  1 |  53k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.55/35.77	c  35.8s| 11900 |  6247 |258454 |   3.9 |    58M |  81 | 420 |4423 | 215 |2537 |  1 |  53k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.65/35.81	c  35.8s| 12000 |  6318 |258774 |   3.9 |    58M |  81 | 420 |4400 | 215 |2537 |  1 |  53k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.65/35.83	c  35.8s| 12100 |  6373 |259060 |   3.9 |    58M |  81 | 420 |4398 | 215 |2537 |  1 |  53k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.65/35.86	c  35.9s| 12200 |  6422 |259319 |   3.9 |    58M |  81 | 420 |4384 | 215 |2537 |  1 |  53k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.65/35.88	c  35.9s| 12300 |  6471 |259585 |   3.9 |    58M |  81 | 420 |4376 | 215 |2537 |  1 |  53k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.75/35.92	c  35.9s| 12400 |  6535 |259944 |   3.9 |    58M |  81 | 420 |4349 | 215 |2537 |  1 |  53k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.75/35.95	c  35.9s| 12500 |  6583 |260225 |   3.9 |    58M |  81 | 420 |4365 | 215 |2537 |  1 |  54k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.75/35.98	c  36.0s| 12600 |  6638 |260502 |   3.9 |    58M |  81 | 420 |4388 | 215 |2537 |  1 |  54k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.86/36.00	c  36.0s| 12700 |  6678 |260746 |   3.9 |    58M |  81 | 420 |4405 | 215 |2537 |  1 |  54k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.86/36.03	c  36.0s| 12800 |  6718 |261021 |   3.9 |    58M |  81 | 420 |4450 | 215 |2537 |  1 |  54k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.86/36.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
35.86/36.06	c  36.1s| 12900 |  6760 |261267 |   3.9 |    58M |  81 | 420 |4462 |   0 |2537 |  0 |  54k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.86/36.09	c  36.1s| 13000 |  6781 |261490 |   3.9 |    58M |  81 | 420 |4507 | 215 |2537 |  1 |  54k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.96/36.11	c  36.1s| 13100 |  6820 |261767 |   3.9 |    58M |  81 | 420 |4573 |   0 |2537 |  0 |  54k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.96/36.14	c  36.1s| 13200 |  6859 |262034 |   3.8 |    58M |  81 | 420 |4648 |   0 |2537 |  0 |  54k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
35.96/36.17	c  36.2s| 13300 |  6929 |262382 |   3.8 |    58M |  81 | 420 |4677 | 215 |2537 |  1 |  54k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.05/36.20	c  36.2s| 13400 |  6987 |262666 |   3.8 |    58M |  81 | 420 |4664 | 215 |2537 |  1 |  54k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.05/36.22	c  36.2s| 13500 |  7026 |262886 |   3.8 |    58M |  81 | 420 |4673 |   0 |2537 |  0 |  54k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.05/36.25	c  36.2s| 13600 |  7070 |263161 |   3.8 |    58M |  81 | 420 |4688 |   0 |2537 |  0 |  54k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.05/36.29	c  36.3s| 13700 |  7135 |263527 |   3.8 |    58M |  81 | 420 |4683 | 216 |2543 |  1 |  54k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.15/36.34	c  36.3s| 13800 |  7215 |264013 |   3.8 |    58M |  81 | 420 |4710 | 216 |2543 |  1 |  54k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.15/36.38	c  36.4s| 13900 |  7303 |264504 |   3.8 |    58M |  81 | 420 |4766 | 216 |2543 |  1 |  54k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.25/36.43	c  36.4s| 14000 |  7393 |265004 |   3.8 |    58M |  81 | 420 |4722 | 216 |2543 |  1 |  54k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.25/36.47	c  36.5s| 14100 |  7476 |265345 |   3.8 |    58M |  81 | 420 |4698 | 216 |2543 |  0 |  54k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.35/36.51	c  36.5s| 14200 |  7539 |265667 |   3.8 |    58M |  81 | 420 |4715 | 216 |2543 |  1 |  55k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.35/36.53	c  36.5s| 14300 |  7563 |265853 |   3.8 |    58M |  81 | 420 |4806 | 216 |2543 |  1 |  55k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.35/36.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
36.35/36.56	c  36.6s| 14400 |  7594 |266080 |   3.8 |    58M |  81 | 420 |4916 |   0 |2543 |  0 |  55k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.35/36.59	c  36.6s| 14500 |  7616 |266294 |   3.8 |    58M |  81 | 420 |4963 |   0 |2543 |  0 |  55k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.45/36.62	c  36.6s| 14600 |  7597 |266409 |   3.8 |    58M |  81 | 420 |5029 |   0 |2543 |  0 |  55k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.45/36.66	c  36.7s| 14700 |  7642 |266709 |   3.8 |    58M |  81 | 420 |4902 |   0 |2543 |  0 |  55k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.45/36.69	c  36.7s| 14800 |  7708 |266959 |   3.8 |    58M |  81 | 420 |4887 | 215 |2543 |  1 |  55k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.55/36.72	c  36.7s| 14900 |  7764 |267270 |   3.8 |    58M |  81 | 420 |4891 |   0 |2543 |  0 |  55k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.55/36.75	c  36.7s| 15000 |  7803 |267513 |   3.8 |    58M |  81 | 420 |4855 | 215 |2543 |  1 |  55k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.55/36.77	c  36.8s| 15100 |  7835 |267769 |   3.8 |    58M |  81 | 420 |4866 | 215 |2543 |  1 |  55k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.65/36.80	c  36.8s| 15200 |  7881 |268025 |   3.8 |    58M |  81 | 420 |4907 | 215 |2543 |  1 |  55k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.65/36.82	c  36.8s| 15300 |  7931 |268311 |   3.8 |    58M |  81 | 420 |4949 | 215 |2543 |  1 |  56k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.65/36.85	c  36.8s| 15400 |  7984 |268583 |   3.8 |    58M |  81 | 420 |4983 | 215 |2543 |  1 |  56k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.65/36.88	c  36.9s| 15500 |  8028 |268865 |   3.8 |    58M |  81 | 420 |5067 |   0 |2543 |  0 |  56k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.75/36.90	c  36.9s| 15600 |  8063 |269106 |   3.8 |    58M |  81 | 420 |5176 | 215 |2543 |  1 |  56k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.75/36.94	c  36.9s| 15700 |  8083 |269352 |   3.8 |    58M |  81 | 420 |5206 | 215 |2543 |  1 |  56k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.75/36.97	c  37.0s| 15800 |  8125 |269653 |   3.8 |    58M |  81 | 420 |5233 |   0 |2543 |  0 |  56k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.75/37.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
36.75/37.00	c  37.0s| 15900 |  8163 |269915 |   3.8 |    58M |  81 | 420 |5264 | 215 |2543 |  1 |  56k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.85/37.03	c  37.0s| 16000 |  8203 |270265 |   3.8 |    58M |  81 | 420 |5285 |   0 |2543 |  0 |  56k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.85/37.06	c  37.1s| 16100 |  8232 |270566 |   3.8 |    58M |  81 | 420 |5321 | 215 |2543 |  1 |  56k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.85/37.10	c  37.1s| 16200 |  8232 |270872 |   3.8 |    58M |  81 | 420 |5224 | 215 |2548 |  1 |  56k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.95/37.13	c  37.1s| 16300 |  8276 |271168 |   3.8 |    58M |  81 | 420 |5167 | 215 |2548 |  1 |  56k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.95/37.16	c  37.2s| 16400 |  8326 |271497 |   3.8 |    58M |  81 | 420 |5149 |   0 |2548 |  0 |  56k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
36.95/37.19	c  37.2s| 16500 |  8364 |271789 |   3.8 |    58M |  81 | 420 |5139 | 215 |2548 |  1 |  56k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.05/37.21	c  37.2s| 16600 |  8408 |272095 |   3.8 |    58M |  81 | 420 |5137 | 215 |2548 |  1 |  56k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.05/37.24	c  37.2s| 16700 |  8468 |272454 |   3.8 |    58M |  81 | 420 |5138 | 215 |2548 |  1 |  56k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.05/37.27	c  37.3s| 16800 |  8505 |272745 |   3.8 |    58M |  81 | 420 |5145 | 215 |2548 |  1 |  56k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.15/37.30	c  37.3s| 16900 |  8552 |273079 |   3.8 |    58M |  81 | 420 |5133 | 215 |2548 |  1 |  56k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.15/37.33	c  37.3s| 17000 |  8594 |273385 |   3.8 |    58M |  81 | 420 |5130 |   0 |2548 |  0 |  56k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.15/37.35	c  37.4s| 17100 |  8642 |273693 |   3.8 |    58M |  81 | 420 |5125 | 215 |2548 |  1 |  56k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.15/37.38	c  37.4s| 17200 |  8684 |273993 |   3.8 |    58M |  81 | 420 |5114 |   0 |2548 |  0 |  56k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.25/37.41	c  37.4s| 17300 |  8732 |274352 |   3.8 |    58M |  81 | 420 |5098 | 215 |2548 |  1 |  57k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.25/37.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
37.25/37.43	c  37.4s| 17400 |  8777 |274666 |   3.8 |    58M |  81 | 420 |5092 | 215 |2548 |  1 |  57k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.25/37.46	c  37.5s| 17500 |  8809 |274949 |   3.8 |    58M |  81 | 420 |5097 | 215 |2548 |  1 |  57k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.25/37.48	c  37.5s| 17600 |  8851 |275255 |   3.8 |    58M |  81 | 420 |5085 | 215 |2548 |  1 |  57k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.35/37.51	c  37.5s| 17700 |  8905 |275539 |   3.8 |    58M |  81 | 420 |5060 | 215 |2548 |  1 |  57k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.35/37.55	c  37.5s| 17800 |  8955 |276029 |   3.8 |    58M |  81 | 420 |5039 | 215 |2548 |  1 |  57k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.35/37.57	c  37.6s| 17900 |  8991 |276309 |   3.8 |    58M |  81 | 420 |5032 |   0 |2548 |  0 |  57k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.45/37.60	c  37.6s| 18000 |  9041 |276619 |   3.8 |    58M |  81 | 420 |5021 | 215 |2548 |  1 |  57k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.45/37.63	c  37.6s| 18100 |  9084 |276896 |   3.8 |    58M |  81 | 420 |5012 | 215 |2548 |  1 |  57k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.45/37.65	c  37.7s| 18200 |  9124 |277212 |   3.8 |    58M |  81 | 420 |5014 | 215 |2548 |  1 |  57k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.45/37.68	c  37.7s| 18300 |  9176 |277508 |   3.8 |    58M |  81 | 420 |5018 | 215 |2548 |  1 |  57k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.55/37.71	c  37.7s| 18400 |  9228 |277816 |   3.8 |    58M |  81 | 420 |5013 | 215 |2548 |  1 |  57k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.55/37.73	c  37.7s| 18500 |  9279 |278135 |   3.8 |    58M |  81 | 420 |5011 |   0 |2548 |  0 |  57k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.55/37.78	c  37.8s| 18600 |  9250 |278361 |   3.8 |    59M |  81 | 420 |5081 | 214 |2551 |  1 |  57k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.65/37.81	c  37.8s| 18700 |  9316 |278678 |   3.8 |    59M |  81 | 420 |5069 | 214 |2551 |  1 |  57k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.65/37.83	c  37.8s| 18800 |  9370 |278985 |   3.8 |    59M |  83 | 420 |5116 | 214 |2551 |  1 |  57k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.65/37.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
37.65/37.86	c  37.9s| 18900 |  9413 |279306 |   3.8 |    59M |  83 | 420 |5175 |   0 |2551 |  0 |  57k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.65/37.89	c  37.9s| 19000 |  9457 |279633 |   3.8 |    59M |  83 | 420 |5233 | 214 |2551 |  1 |  57k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.75/37.92	c  37.9s| 19100 |  9504 |279944 |   3.8 |    59M |  83 | 420 |5284 | 214 |2551 |  1 |  57k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.75/37.95	c  37.9s| 19200 |  9544 |280259 |   3.8 |    59M |  83 | 420 |5342 | 214 |2551 |  1 |  57k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.75/37.97	c  38.0s| 19300 |  9590 |280581 |   3.8 |    59M |  83 | 420 |5370 | 214 |2551 |  1 |  57k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.85/38.00	c  38.0s| 19400 |  9633 |280897 |   3.8 |    59M |  83 | 420 |5405 | 214 |2551 |  1 |  57k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.85/38.04	c  38.0s| 19500 |  9671 |281197 |   3.8 |    59M |  83 | 420 |5346 | 215 |2556 |  1 |  57k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.95/38.10	c  38.1s| 19600 |  9762 |282045 |   3.8 |    59M |  83 | 420 |5259 | 215 |2556 |  1 |  58k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.95/38.15	c  38.1s| 19700 |  9851 |282547 |   3.8 |    59M |  83 | 420 |5254 | 215 |2556 |  1 |  58k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
37.95/38.19	c  38.2s| 19800 |  9943 |282947 |   3.8 |    59M |  83 | 420 |5309 | 215 |2556 |  1 |  58k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
38.04/38.22	c  38.2s| 19900 |  9973 |283154 |   3.8 |    59M |  83 | 420 |5289 | 215 |2556 |  1 |  58k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
38.04/38.25	c  38.2s| 20000 | 10000 |283406 |   3.8 |    59M |  83 | 420 |5203 |   0 |2556 |  0 |  58k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
38.04/38.28	c  38.3s| 20100 | 10001 |283584 |   3.8 |    59M |  83 | 420 |5294 |   0 |2556 |  0 |  58k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
38.14/38.31	c  38.3s| 20200 |  9941 |283705 |   3.8 |    59M |  83 | 420 |5457 |   0 |2556 |  0 |  58k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
38.14/38.35	c  38.3s| 20300 |  9995 |283994 |   3.8 |    59M |  83 | 420 |5522 | 215 |2556 |  1 |  58k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
38.14/38.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
38.14/38.38	c  38.4s| 20400 | 10040 |284286 |   3.8 |    59M |  83 | 420 |5605 | 216 |2558 |  1 |  59k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
38.24/38.42	c  38.4s| 20500 | 10062 |284523 |   3.8 |    59M |  83 | 420 |5566 | 215 |2558 |  1 |  59k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
38.24/38.45	c  38.4s| 20600 | 10115 |284787 |   3.8 |    59M |  83 | 420 |5600 |   0 |2560 |  0 |  59k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
38.24/38.48	c  38.5s| 20700 | 10174 |285106 |   3.8 |    59M |  83 | 420 |5613 |   0 |2562 |  0 |  59k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
38.34/38.51	c  38.5s| 20800 | 10214 |285395 |   3.8 |    59M |  83 | 420 |5612 |   0 |2562 |  0 |  59k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
38.34/38.54	c  38.5s| 20900 | 10252 |285722 |   3.8 |    59M |  83 | 420 |5631 |   0 |2562 |  0 |  59k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
38.34/38.57	c  38.6s| 21000 | 10278 |286087 |   3.8 |    59M |  83 | 420 |5661 | 216 |2562 |  1 |  59k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
38.44/38.60	c  38.6s| 21100 | 10315 |286425 |   3.8 |    59M |  83 | 420 |5722 | 215 |2562 |  1 |  59k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
38.44/38.63	c  38.6s| 21200 | 10338 |286671 |   3.8 |    59M |  83 | 420 |5776 | 215 |2562 |  1 |  59k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
38.44/38.66	c  38.7s| 21300 | 10384 |286898 |   3.8 |    59M |  83 | 420 |5861 |   0 |2562 |  0 |  59k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
38.44/38.69	c  38.7s| 21400 | 10425 |287139 |   3.8 |    59M |  83 | 420 |5866 | 215 |2562 |  1 |  59k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
38.54/38.73	c  38.7s| 21500 | 10452 |287420 |   3.8 |    59M |  83 | 420 |5903 |   0 |2562 |  0 |  59k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
38.54/38.75	c  38.8s| 21600 | 10467 |287660 |   3.8 |    59M |  83 | 420 |5869 |   0 |2562 |  0 |  60k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
38.64/38.81	c  38.8s| 21700 | 10515 |288201 |   3.8 |    59M |  83 | 420 |5691 | 216 |2570 |  1 |  60k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
38.64/38.87	c  38.9s| 21800 | 10602 |288774 |   3.8 |    59M |  83 | 420 |5549 | 212 |2609 |  1 |  60k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
38.74/38.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
38.74/38.94	c  38.9s| 21900 | 10699 |289409 |   3.8 |    59M |  83 | 420 |5434 | 216 |2649 |  1 |  60k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
38.85/39.03	c  39.0s| 22000 | 10790 |290108 |   3.8 |    59M |  83 | 420 |5320 | 219 |2716 |  1 |  60k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
38.95/39.10	c  39.1s| 22100 | 10888 |290836 |   3.8 |    59M |  83 | 420 |5197 | 218 |2725 |  1 |  60k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
38.95/39.17	c  39.2s| 22200 | 10976 |291327 |   3.8 |    59M |  83 | 420 |5142 |   0 |2744 |  0 |  60k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.04/39.22	c  39.2s| 22300 | 11062 |291809 |   3.8 |    59M |  83 | 420 |5111 | 223 |2752 |  3 |  60k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.04/39.26	c  39.3s| 22400 | 11152 |292193 |   3.8 |    59M |  83 | 420 |4913 | 218 |2760 |  1 |  60k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.04/39.29	c  39.3s| 22500 | 11222 |292404 |   3.8 |    59M |  83 | 420 |4893 | 217 |2760 |  1 |  60k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.14/39.33	c  39.3s| 22600 | 11296 |292764 |   3.8 |    59M |  83 | 420 |4904 | 219 |2760 |  1 |  60k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.14/39.37	c  39.4s| 22700 | 11343 |293036 |   3.8 |    59M |  83 | 420 |4964 | 218 |2769 |  1 |  60k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.24/39.40	c  39.4s| 22800 | 11377 |293387 |   3.8 |    59M |  83 | 420 |5012 | 217 |2769 |  1 |  60k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.24/39.43	c  39.4s| 22900 | 11450 |293638 |   3.8 |    59M |  83 | 420 |5007 | 216 |2769 |  1 |  60k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.24/39.47	c  39.5s| 23000 | 11513 |294036 |   3.8 |    59M |  83 | 420 |5021 |   0 |2774 |  0 |  60k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.34/39.51	c  39.5s| 23100 | 11578 |294465 |   3.8 |    59M |  83 | 420 |4990 | 216 |2774 |  1 |  60k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.34/39.55	c  39.5s| 23200 | 11649 |294824 |   3.8 |    59M |  83 | 420 |3819 | 217 |2774 |  1 |  60k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.44/39.60	c  39.6s| 23300 | 11735 |295270 |   3.8 |    59M |  83 | 420 |3877 | 215 |2782 |  1 |  61k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.44/39.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
39.44/39.64	c  39.6s| 23400 | 11809 |295703 |   3.8 |    59M |  83 | 420 |3885 | 215 |2790 |  1 |  61k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.44/39.68	c  39.7s| 23500 | 11884 |296102 |   3.8 |    59M |  83 | 420 |3921 |   0 |2798 |  0 |  61k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.54/39.71	c  39.7s| 23600 | 11946 |296364 |   3.8 |    59M |  83 | 420 |3950 | 216 |2798 |  1 |  61k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.54/39.74	c  39.7s| 23700 | 11988 |296585 |   3.8 |    59M |  83 | 420 |4011 | 218 |2802 |  1 |  61k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.54/39.77	c  39.8s| 23800 | 12013 |296865 |   3.8 |    59M |  83 | 420 |4067 | 218 |2802 |  1 |  61k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.65/39.81	c  39.8s| 23900 | 12081 |297256 |   3.8 |    59M |  83 | 420 |4082 |   0 |2802 |  0 |  61k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.65/39.84	c  39.8s| 24000 | 12126 |297500 |   3.8 |    59M |  83 | 420 |4125 | 217 |2802 |  1 |  61k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.65/39.87	c  39.9s| 24100 | 12189 |297792 |   3.8 |    59M |  83 | 420 |4160 | 216 |2802 |  1 |  61k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.75/39.91	c  39.9s| 24200 | 12263 |298136 |   3.8 |    59M |  83 | 420 |4165 | 217 |2802 |  1 |  61k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.75/39.95	c  40.0s| 24300 | 12354 |298514 |   3.8 |    59M |  83 | 420 |4159 | 218 |2802 |  1 |  61k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.75/39.99	c  40.0s| 24400 | 12431 |298845 |   3.8 |    59M |  83 | 420 |4166 | 218 |2802 |  1 |  61k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.85/40.02	c  40.0s| 24500 | 12498 |299162 |   3.8 |    59M |  83 | 420 |4191 | 216 |2802 |  1 |  61k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.85/40.06	c  40.1s| 24600 | 12571 |299442 |   3.8 |    59M |  83 | 420 |4219 |   0 |2802 |  0 |  61k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.85/40.09	c  40.1s| 24700 | 12635 |299731 |   3.8 |    59M |  83 | 420 |4250 | 219 |2802 |  1 |  61k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.95/40.12	c  40.1s| 24800 | 12705 |300062 |   3.8 |    59M |  83 | 420 |4215 | 216 |2807 |  1 |  61k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.95/40.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
39.95/40.15	c  40.1s| 24900 | 12774 |300324 |   3.8 |    59M |  83 | 420 |4202 | 218 |2807 |  1 |  61k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
39.95/40.18	c  40.2s| 25000 | 12836 |300652 |   3.8 |    59M |  83 | 420 |4201 | 216 |2807 |  1 |  61k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.05/40.21	c  40.2s| 25100 | 12900 |301061 |   3.8 |    59M |  83 | 420 |4199 | 217 |2807 |  1 |  61k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.05/40.24	c  40.2s| 25200 | 12965 |301328 |   3.8 |    59M |  83 | 420 |4211 | 217 |2807 |  1 |  62k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.05/40.27	c  40.3s| 25300 | 13034 |301702 |   3.8 |    59M |  83 | 420 |4207 | 215 |2807 |  1 |  62k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.15/40.30	c  40.3s| 25400 | 13105 |302051 |   3.8 |    59M |  83 | 420 |4216 | 216 |2807 |  1 |  62k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.15/40.33	c  40.3s| 25500 | 13167 |302343 |   3.8 |    59M |  83 | 420 |4236 | 215 |2807 |  1 |  62k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.15/40.37	c  40.4s| 25600 | 13241 |302896 |   3.8 |    59M |  83 | 420 |4232 | 215 |2807 |  1 |  62k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.25/40.40	c  40.4s| 25700 | 13305 |303267 |   3.8 |    59M |  83 | 420 |4263 | 217 |2807 |  1 |  62k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.25/40.43	c  40.4s| 25800 | 13368 |303611 |   3.8 |    59M |  83 | 420 |4273 | 215 |2807 |  1 |  62k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.25/40.46	c  40.5s| 25900 | 13435 |303958 |   3.8 |    59M |  83 | 420 |4337 | 217 |2807 |  1 |  62k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.25/40.49	c  40.5s| 26000 | 13497 |304234 |   3.8 |    59M |  83 | 420 |4394 |   0 |2807 |  0 |  62k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.35/40.52	c  40.5s| 26100 | 13562 |304528 |   3.8 |    59M |  83 | 420 |4403 |   0 |2807 |  0 |  62k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.35/40.55	c  40.5s| 26200 | 13625 |304854 |   3.8 |    59M |  83 | 420 |4432 | 217 |2807 |  1 |  62k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.35/40.57	c  40.6s| 26300 | 13685 |305095 |   3.8 |    59M |  83 | 420 |4451 |   0 |2807 |  0 |  62k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.45/40.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
40.45/40.61	c  40.6s| 26400 | 13758 |305479 |   3.8 |    59M |  83 | 420 |4509 | 217 |2807 |  1 |  62k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.45/40.65	c  40.6s| 26500 | 13828 |305874 |   3.8 |    59M |  83 | 420 |4546 | 215 |2807 |  1 |  62k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.45/40.68	c  40.7s| 26600 | 13906 |306303 |   3.8 |    59M |  83 | 420 |4563 | 215 |2807 |  1 |  62k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.54/40.72	c  40.7s| 26700 | 13974 |306631 |   3.8 |    59M |  83 | 420 |4582 |   0 |2807 |  0 |  62k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.54/40.75	c  40.7s| 26800 | 14033 |306920 |   3.8 |    59M |  83 | 420 |4580 | 217 |2807 |  1 |  62k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.54/40.78	c  40.8s| 26900 | 14096 |307192 |   3.8 |    59M |  83 | 420 |4579 | 218 |2807 |  1 |  62k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.64/40.80	c  40.8s| 27000 | 14123 |307454 |   3.8 |    59M |  83 | 420 |4597 | 218 |2807 |  1 |  62k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.64/40.84	c  40.8s| 27100 | 14162 |307786 |   3.8 |    59M |  83 | 420 |4634 | 216 |2807 |  1 |  62k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.64/40.87	c  40.9s| 27200 | 14228 |308212 |   3.8 |    59M |  83 | 420 |4663 | 219 |2807 |  1 |  62k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.74/40.91	c  40.9s| 27300 | 14290 |308525 |   3.8 |    59M |  83 | 420 |4649 | 219 |2807 |  1 |  63k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.74/40.94	c  40.9s| 27400 | 14347 |308823 |   3.8 |    59M |  83 | 420 |4666 | 215 |2807 |  1 |  63k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.74/40.98	c  41.0s| 27500 | 14415 |309146 |   3.8 |    59M |  83 | 420 |4700 | 215 |2807 |  1 |  63k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.85/41.01	c  41.0s| 27600 | 14463 |309474 |   3.8 |    59M |  83 | 420 |4724 | 217 |2807 |  1 |  63k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.85/41.04	c  41.0s| 27700 | 14493 |309725 |   3.8 |    59M |  83 | 420 |4798 |   0 |2807 |  0 |  63k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.85/41.07	c  41.1s| 27800 | 14538 |310055 |   3.8 |    59M |  83 | 420 |4823 | 215 |2807 |  1 |  63k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.95/41.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
40.95/41.11	c  41.1s| 27900 | 14610 |310474 |   3.8 |    59M |  83 | 420 |4842 | 215 |2807 |  1 |  63k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.95/41.15	c  41.1s| 28000 | 14675 |310928 |   3.8 |    59M |  83 | 420 |4848 | 219 |2807 |  1 |  63k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
40.95/41.19	c  41.2s| 28100 | 14748 |311368 |   3.8 |    59M |  83 | 420 |4912 | 216 |2807 |  1 |  63k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.04/41.22	c  41.2s| 28200 | 14804 |311634 |   3.8 |    59M |  83 | 420 |4891 | 217 |2807 |  1 |  63k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.04/41.26	c  41.3s| 28300 | 14875 |311941 |   3.8 |    59M |  83 | 420 |4939 | 217 |2807 |  1 |  63k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.14/41.30	c  41.3s| 28400 | 14952 |312292 |   3.8 |    59M |  83 | 420 |4962 | 217 |2807 |  1 |  63k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.14/41.33	c  41.3s| 28500 | 15024 |312639 |   3.7 |    59M |  83 | 420 |4951 |   0 |2807 |  0 |  63k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.14/41.36	c  41.4s| 28600 | 15091 |312899 |   3.7 |    59M |  83 | 420 |4967 | 216 |2807 |  1 |  63k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.24/41.40	c  41.4s| 28700 | 15149 |313212 |   3.7 |    59M |  83 | 420 |4997 | 219 |2807 |  1 |  63k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.24/41.43	c  41.4s| 28800 | 15201 |313446 |   3.7 |    59M |  83 | 420 |5021 | 217 |2807 |  1 |  63k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.24/41.47	c  41.5s| 28900 | 15267 |313724 |   3.7 |    59M |  83 | 420 |5098 |   0 |2807 |  0 |  64k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.34/41.50	c  41.5s| 29000 | 15326 |313963 |   3.7 |    59M |  83 | 420 |5131 | 217 |2807 |  1 |  64k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.34/41.53	c  41.5s| 29100 | 15374 |314204 |   3.7 |    59M |  83 | 420 |5144 |   0 |2807 |  0 |  64k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.34/41.56	c  41.6s| 29200 | 15408 |314457 |   3.7 |    59M |  83 | 420 |5116 |   0 |2807 |  0 |  64k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.34/41.59	c  41.6s| 29300 | 15446 |314724 |   3.7 |    59M |  83 | 420 |5073 | 217 |2807 |  1 |  64k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.44/41.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
41.44/41.62	c  41.6s| 29400 | 15493 |314997 |   3.7 |    59M |  83 | 420 |5069 | 218 |2807 |  0 |  64k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.44/41.65	c  41.6s| 29500 | 15520 |315293 |   3.7 |    59M |  83 | 420 |5081 | 219 |2807 |  1 |  64k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.44/41.68	c  41.7s| 29600 | 15546 |315564 |   3.7 |    59M |  83 | 420 |5106 | 219 |2807 |  1 |  64k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.54/41.70	c  41.7s| 29700 | 15584 |315834 |   3.7 |    59M |  83 | 420 |5103 | 219 |2807 |  1 |  64k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.54/41.74	c  41.7s| 29800 | 15625 |316169 |   3.7 |    59M |  83 | 420 |5157 | 216 |2807 |  1 |  64k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.54/41.78	c  41.8s| 29900 | 15678 |316492 |   3.7 |    59M |  83 | 420 |5289 | 218 |2807 |  1 |  64k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.64/41.81	c  41.8s| 30000 | 15746 |316879 |   3.7 |    59M |  83 | 420 |5322 | 216 |2807 |  1 |  64k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.64/41.84	c  41.8s| 30100 | 15817 |317151 |   3.7 |    59M |  83 | 420 |5367 | 217 |2807 |  1 |  64k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.64/41.88	c  41.9s| 30200 | 15877 |317433 |   3.7 |    59M |  83 | 420 |5495 | 216 |2807 |  1 |  64k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.74/41.92	c  41.9s| 30300 | 15940 |317749 |   3.7 |    59M |  83 | 420 |5528 |   0 |2807 |  0 |  65k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.74/41.95	c  41.9s| 30400 | 16002 |318069 |   3.7 |    59M |  83 | 420 |5591 | 217 |2807 |  1 |  65k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.74/41.98	c  42.0s| 30500 | 16058 |318290 |   3.7 |    60M |  83 | 420 |5678 | 217 |2807 |  1 |  65k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.84/42.02	c  42.0s| 30600 | 16121 |318610 |   3.7 |    60M |  83 | 420 |5732 | 215 |2807 |  1 |  65k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.84/42.06	c  42.1s| 30700 | 16168 |319020 |   3.7 |    60M |  83 | 420 |5743 | 216 |2807 |  0 |  65k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.84/42.09	c  42.1s| 30800 | 16232 |319311 |   3.7 |    60M |  83 | 420 |5852 | 216 |2807 |  1 |  65k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.94/42.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
41.94/42.13	c  42.1s| 30900 | 16286 |319546 |   3.7 |    60M |  83 | 420 |5989 | 217 |2807 |  1 |  65k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
41.94/42.17	c  42.2s| 31000 | 16352 |319899 |   3.7 |    60M |  83 | 420 |6038 | 215 |2807 |  1 |  65k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
42.04/42.21	c  42.2s| 31100 | 16414 |320313 |   3.7 |    60M |  83 | 420 |6084 | 217 |2807 |  1 |  65k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
42.04/42.25	c  42.2s| 31200 | 16465 |320615 |   3.7 |    60M |  83 | 420 |6218 | 217 |2807 |  1 |  66k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
42.04/42.29	c  42.3s| 31300 | 16527 |321035 |   3.7 |    60M |  83 | 420 |6285 | 215 |2807 |  1 |  66k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
42.14/42.33	c  42.3s| 31400 | 16586 |321469 |   3.7 |    60M |  83 | 420 |6339 | 215 |2807 |  1 |  66k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
42.14/42.38	c  42.4s| 31500 | 16651 |321858 |   3.7 |    60M |  83 | 420 |6375 | 215 |2807 |  1 |  66k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
42.24/42.41	c  42.4s| 31600 | 16701 |322157 |   3.7 |    60M |  83 | 420 |6402 | 219 |2807 |  1 |  66k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
42.24/42.46	c  42.5s| 31700 | 16772 |322630 |   3.7 |    60M |  83 | 420 |6417 |   0 |2807 |  0 |  66k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
42.24/42.49	c  42.5s| 31800 | 16835 |323036 |   3.7 |    60M |  83 | 420 |6408 | 219 |2807 |  1 |  66k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
42.34/42.53	c  42.5s| 31900 | 16894 |323252 |   3.7 |    60M |  83 | 420 |6548 | 217 |2807 |  1 |  66k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
42.34/42.56	c  42.6s| 32000 | 16948 |323450 |   3.7 |    60M |  83 | 420 |6685 |   0 |2807 |  0 |  66k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
42.44/42.60	c  42.6s| 32100 | 16999 |323635 |   3.7 |    60M |  83 | 420 |6834 | 217 |2807 |  1 |  66k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
42.44/42.64	c  42.6s| 32200 | 17063 |323835 |   3.7 |    60M |  83 | 420 |7031 |   0 |2807 |  0 |  67k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
42.44/42.68	c  42.7s| 32300 | 17119 |324045 |   3.7 |    61M |  83 | 420 |7143 | 219 |2807 |  0 |  67k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
42.54/42.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
42.54/42.71	c  42.7s| 32400 | 17168 |324281 |   3.7 |    61M |  83 | 420 |7175 | 217 |2807 |  1 |  67k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
42.54/42.75	c  42.7s| 32500 | 17224 |324507 |   3.7 |    61M |  83 | 420 |7231 |   0 |2807 |  0 |  67k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
42.54/42.78	c  42.8s| 32600 | 17280 |324783 |   3.7 |    61M |  83 | 420 |7316 | 217 |2807 |  1 |  67k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
42.64/42.83	c  42.8s| 32700 | 17330 |325000 |   3.7 |    61M |  83 | 420 |7433 | 217 |2807 |  1 |  67k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
42.64/42.86	c  42.9s| 32800 | 17379 |325188 |   3.7 |    61M |  83 | 420 |7500 |   0 |2807 |  0 |  67k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
42.74/42.90	c  42.9s| 32900 | 17438 |325489 |   3.7 |    61M |  83 | 420 |7506 | 218 |2807 |  1 |  68k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
42.74/42.94	c  42.9s| 33000 | 17500 |325761 |   3.7 |    61M |  83 | 420 |7537 | 215 |2807 |  1 |  68k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
42.74/42.98	c  43.0s| 33100 | 17561 |326039 |   3.7 |    61M |  83 | 420 |7565 |   0 |2807 |  0 |  68k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
42.84/43.01	c  43.0s| 33200 | 17606 |326259 |   3.7 |    61M |  83 | 420 |7564 | 217 |2807 |  1 |  68k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
42.84/43.05	c  43.1s| 33300 | 17668 |326547 |   3.7 |    61M |  83 | 420 |7574 | 217 |2807 |  1 |  68k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
42.84/43.09	c  43.1s| 33400 | 17721 |326746 |   3.7 |    61M |  83 | 420 |7633 | 218 |2807 |  1 |  68k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
42.94/43.13	c  43.1s| 33500 | 17776 |326988 |   3.7 |    61M |  83 | 420 |7684 | 219 |2807 |  1 |  68k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
42.94/43.17	c  43.2s| 33600 | 17841 |327319 |   3.7 |    61M |  83 | 420 |7649 | 215 |2807 |  1 |  68k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.03/43.21	c  43.2s| 33700 | 17898 |327662 |   3.7 |    61M |  83 | 420 |7653 |   0 |2807 |  0 |  68k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.03/43.25	c  43.2s| 33800 | 17947 |327952 |   3.7 |    61M |  83 | 420 |7650 | 215 |2807 |  1 |  68k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.03/43.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
43.03/43.28	c  43.3s| 33900 | 18000 |328241 |   3.7 |    61M |  83 | 420 |7621 | 219 |2807 |  1 |  69k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.13/43.31	c  43.3s| 34000 | 18056 |328492 |   3.7 |    62M |  83 | 420 |7480 | 216 |2807 |  1 |  69k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.13/43.35	c  43.3s| 34100 | 18103 |328762 |   3.7 |    62M |  83 | 420 |7383 | 216 |2807 |  1 |  69k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.13/43.38	c  43.4s| 34200 | 18143 |329076 |   3.7 |    62M |  83 | 420 |7209 |   0 |2807 |  0 |  69k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.23/43.41	c  43.4s| 34300 | 18181 |329373 |   3.7 |    62M |  83 | 420 |7212 | 216 |2807 |  1 |  69k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.23/43.45	c  43.4s| 34400 | 18236 |329711 |   3.7 |    62M |  83 | 420 |7243 | 215 |2807 |  1 |  69k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.23/43.48	c  43.5s| 34500 | 18259 |330018 |   3.7 |    62M |  83 | 420 |7295 |   0 |2807 |  0 |  69k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.33/43.51	c  43.5s| 34600 | 18277 |330295 |   3.7 |    62M |  83 | 420 |7316 |   0 |2807 |  0 |  69k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.33/43.54	c  43.5s| 34700 | 18301 |330633 |   3.7 |    62M |  83 | 420 |7340 |   0 |2807 |  0 |  69k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.33/43.57	c  43.6s| 34800 | 18333 |330875 |   3.7 |    62M |  83 | 420 |7371 | 217 |2807 |  1 |  69k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.43/43.61	c  43.6s| 34900 | 18377 |331158 |   3.7 |    62M |  83 | 420 |7372 | 216 |2807 |  1 |  69k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.43/43.65	c  43.7s| 35000 | 18420 |331372 |   3.7 |    62M |  83 | 420 |7318 | 216 |2807 |  1 |  69k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.43/43.69	c  43.7s| 35100 | 18476 |331631 |   3.7 |    62M |  83 | 420 |7329 | 216 |2807 |  1 |  69k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.53/43.73	c  43.7s| 35200 | 18533 |331973 |   3.7 |    62M |  83 | 420 |7302 |   0 |2807 |  0 |  69k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.53/43.77	c  43.8s| 35300 | 18591 |332310 |   3.7 |    62M |  83 | 420 |7324 | 219 |2807 |  1 |  69k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.63/43.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
43.63/43.81	c  43.8s| 35400 | 18623 |332594 |   3.7 |    62M |  83 | 420 |7371 | 215 |2807 |  1 |  70k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.63/43.85	c  43.8s| 35500 | 18662 |332854 |   3.7 |    62M |  83 | 420 |7394 | 215 |2807 |  1 |  70k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.63/43.88	c  43.9s| 35600 | 18699 |333121 |   3.7 |    62M |  83 | 420 |7470 |   0 |2807 |  0 |  70k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.73/43.92	c  43.9s| 35700 | 18732 |333327 |   3.7 |    62M |  83 | 420 |7551 | 219 |2807 |  1 |  70k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.73/43.95	c  44.0s| 35800 | 18769 |333544 |   3.7 |    62M |  83 | 420 |7635 | 219 |2807 |  1 |  70k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.73/43.99	c  44.0s| 35900 | 18806 |333727 |   3.7 |    62M |  83 | 420 |7598 | 217 |2807 |  1 |  70k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.84/44.02	c  44.0s| 36000 | 18835 |333898 |   3.7 |    62M |  83 | 420 |7660 |   0 |2807 |  0 |  70k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.84/44.06	c  44.1s| 36100 | 18870 |334115 |   3.7 |    62M |  83 | 420 |7753 | 219 |2807 |  1 |  70k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.84/44.10	c  44.1s| 36200 | 18903 |334348 |   3.7 |    62M |  83 | 420 |7564 | 219 |2807 |  0 |  70k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.94/44.14	c  44.1s| 36300 | 18929 |334628 |   3.7 |    62M |  83 | 420 |7501 |   0 |2807 |  0 |  70k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
43.94/44.17	c  44.2s| 36400 | 18967 |334924 |   3.7 |    62M |  83 | 420 |7488 |   0 |2807 |  0 |  70k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.03/44.21	c  44.2s| 36500 | 19009 |335244 |   3.7 |    62M |  83 | 420 |7297 | 218 |2807 |  1 |  70k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.03/44.25	c  44.2s| 36600 | 19045 |335518 |   3.7 |    62M |  83 | 420 |7171 |   0 |2807 |  0 |  70k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.03/44.28	c  44.3s| 36700 | 19090 |335794 |   3.7 |    62M |  83 | 420 |6961 | 216 |2807 |  1 |  71k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.13/44.32	c  44.3s| 36800 | 19108 |336104 |   3.7 |    62M |  83 | 420 |6993 |   0 |2807 |  0 |  71k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.13/44.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
44.13/44.36	c  44.4s| 36900 | 19141 |336488 |   3.7 |    62M |  83 | 420 |6848 |   0 |2807 |  0 |  71k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.13/44.39	c  44.4s| 37000 | 19179 |336855 |   3.7 |    62M |  83 | 420 |6791 | 218 |2807 |  1 |  71k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.23/44.41	c  44.4s| 37100 | 19193 |337149 |   3.7 |    62M |  83 | 420 |6773 |   0 |2807 |  0 |  71k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.23/44.44	c  44.4s| 37200 | 19213 |337466 |   3.7 |    62M |  83 | 420 |6799 |   0 |2807 |  0 |  71k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.23/44.47	c  44.5s| 37300 | 19247 |337709 |   3.7 |    62M |  83 | 420 |6594 |   0 |2807 |  0 |  71k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.33/44.51	c  44.5s| 37400 | 19278 |337945 |   3.7 |    62M |  83 | 420 |6539 | 219 |2807 |  1 |  71k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.33/44.55	c  44.5s| 37500 | 19317 |338190 |   3.7 |    62M |  83 | 420 |6326 | 217 |2807 |  1 |  71k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.33/44.59	c  44.6s| 37600 | 19352 |338450 |   3.7 |    62M |  83 | 420 |6325 | 217 |2807 |  1 |  71k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.43/44.62	c  44.6s| 37700 | 19379 |338722 |   3.7 |    62M |  83 | 420 |6321 |   0 |2807 |  0 |  71k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.43/44.66	c  44.7s| 37800 | 19400 |339131 |   3.7 |    62M |  83 | 420 |6391 |   0 |2807 |  0 |  71k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.43/44.69	c  44.7s| 37900 | 19419 |339501 |   3.7 |    62M |  83 | 420 |6378 | 218 |2807 |  1 |  71k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.53/44.72	c  44.7s| 38000 | 19440 |339795 |   3.7 |    62M |  83 | 420 |6401 | 219 |2807 |  1 |  72k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.53/44.76	c  44.8s| 38100 | 19451 |340054 |   3.7 |    62M |  83 | 420 |6427 | 219 |2807 |  1 |  72k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.63/44.80	c  44.8s| 38200 | 19472 |340547 |   3.7 |    62M |  83 | 420 |6219 | 218 |2807 |  1 |  72k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.63/44.84	c  44.8s| 38300 | 19497 |340861 |   3.7 |    62M |  83 | 420 |6082 | 216 |2807 |  1 |  72k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.63/44.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
44.63/44.87	c  44.9s| 38400 | 19520 |341210 |   3.7 |    62M |  83 | 420 |6037 | 217 |2807 |  1 |  72k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.73/44.91	c  44.9s| 38500 | 19543 |341510 |   3.7 |    62M |  83 | 420 |5985 | 219 |2807 |  1 |  72k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.73/44.95	c  44.9s| 38600 | 19558 |341774 |   3.7 |    62M |  83 | 420 |5963 | 216 |2807 |  1 |  72k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.73/44.99	c  45.0s| 38700 | 19575 |342172 |   3.7 |    62M |  83 | 420 |5880 | 223 |2807 |  1 |  72k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.83/45.03	c  45.0s| 38800 | 19599 |342484 |   3.7 |    62M |  83 | 420 |5839 |   0 |2807 |  0 |  72k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.83/45.07	c  45.1s| 38900 | 19629 |342770 |   3.7 |    62M |  83 | 420 |5814 | 215 |2807 |  1 |  72k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.93/45.11	c  45.1s| 39000 | 19687 |343078 |   3.7 |    62M |  83 | 420 |5789 | 215 |2807 |  1 |  72k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.93/45.14	c  45.1s| 39100 | 19713 |343290 |   3.7 |    62M |  83 | 420 |5795 | 217 |2807 |  1 |  73k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
44.93/45.18	c  45.2s| 39200 | 19769 |343601 |   3.7 |    62M |  83 | 420 |5776 |   0 |2807 |  0 |  73k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.03/45.21	c  45.2s| 39300 | 19831 |343871 |   3.7 |    62M |  83 | 420 |5794 | 217 |2807 |  1 |  73k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.03/45.24	c  45.2s| 39400 | 19883 |344114 |   3.6 |    62M |  83 | 420 |5892 | 217 |2807 |  1 |  73k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.03/45.27	c  45.3s| 39500 | 19947 |344447 |   3.6 |    62M |  83 | 420 |5925 | 215 |2807 |  1 |  73k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.13/45.30	c  45.3s| 39600 | 19991 |344673 |   3.6 |    62M |  83 | 420 |5977 | 215 |2807 |  1 |  73k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.13/45.33	c  45.3s| 39700 | 20048 |344924 |   3.6 |    62M |  83 | 420 |5976 | 217 |2807 |  1 |  73k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.13/45.36	c  45.4s| 39800 | 20095 |345139 |   3.6 |    62M |  83 | 420 |6029 | 217 |2807 |  1 |  73k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.23/45.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
45.23/45.40	c  45.4s| 39900 | 20148 |345582 |   3.6 |    62M |  83 | 420 |6019 | 219 |2807 |  1 |  73k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.23/45.43	c  45.4s| 40000 | 20215 |345947 |   3.6 |    62M |  83 | 420 |6039 | 218 |2807 |  0 |  73k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.23/45.46	c  45.5s| 40100 | 20263 |346195 |   3.6 |    62M |  83 | 420 |6052 | 218 |2807 |  1 |  73k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.23/45.49	c  45.5s| 40200 | 20328 |346529 |   3.6 |    62M |  83 | 420 |6059 | 216 |2807 |  1 |  73k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.33/45.52	c  45.5s| 40300 | 20384 |346796 |   3.6 |    62M |  83 | 420 |6085 | 215 |2807 |  1 |  73k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.33/45.56	c  45.6s| 40400 | 20454 |347281 |   3.6 |    62M |  83 | 420 |6138 | 215 |2807 |  0 |  73k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.42/45.60	c  45.6s| 40500 | 20509 |347697 |   3.6 |    62M |  83 | 420 |6097 |   0 |2807 |  0 |  73k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.42/45.64	c  45.6s| 40600 | 20567 |347946 |   3.6 |    62M |  83 | 420 |6101 | 216 |2807 |  1 |  73k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.42/45.67	c  45.7s| 40700 | 20617 |348148 |   3.6 |    62M |  83 | 420 |6114 | 216 |2807 |  1 |  74k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.42/45.69	c  45.7s| 40800 | 20634 |348525 |   3.6 |    62M |  83 | 420 |6081 |   0 |2807 |  0 |  74k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.52/45.73	c  45.7s| 40900 | 20690 |348875 |   3.6 |    62M |  83 | 420 |6120 |   0 |2807 |  0 |  74k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.52/45.77	c  45.8s| 41000 | 20735 |349191 |   3.6 |    62M |  83 | 420 |6196 | 219 |2807 |  1 |  74k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.62/45.80	c  45.8s| 41100 | 20803 |349416 |   3.6 |    62M |  83 | 420 |6359 | 219 |2807 |  1 |  74k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.62/45.84	c  45.8s| 41200 | 20859 |349650 |   3.6 |    62M |  83 | 420 |6512 | 216 |2807 |  1 |  74k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.62/45.87	c  45.9s| 41300 | 20913 |349847 |   3.6 |    62M |  83 | 420 |6595 | 216 |2807 |  1 |  74k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.72/45.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
45.72/45.90	c  45.9s| 41400 | 20972 |350088 |   3.6 |    62M |  83 | 420 |6665 | 216 |2807 |  1 |  74k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.72/45.93	c  45.9s| 41500 | 21029 |350290 |   3.6 |    62M |  83 | 420 |6710 | 216 |2807 |  1 |  74k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.72/45.96	c  46.0s| 41600 | 21088 |350505 |   3.6 |    62M |  83 | 420 |6769 | 216 |2807 |  1 |  74k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.72/45.99	c  46.0s| 41700 | 21140 |350707 |   3.6 |    62M |  83 | 420 |6852 |   0 |2807 |  0 |  75k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.83/46.03	c  46.0s| 41800 | 21194 |350927 |   3.6 |    62M |  83 | 420 |6960 | 217 |2807 |  1 |  75k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.83/46.06	c  46.1s| 41900 | 21250 |351139 |   3.6 |    62M |  83 | 420 |7040 | 217 |2807 |  1 |  75k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.83/46.09	c  46.1s| 42000 | 21299 |351364 |   3.6 |    62M |  83 | 420 |7025 | 216 |2807 |  1 |  75k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.93/46.12	c  46.1s| 42100 | 21348 |351547 |   3.6 |    62M |  83 | 420 |7087 | 216 |2807 |  1 |  75k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
45.93/46.16	c  46.2s| 42200 | 21382 |351818 |   3.6 |    62M |  83 | 420 |7076 | 218 |2807 |  1 |  75k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.02/46.20	c  46.2s| 42300 | 21445 |352169 |   3.6 |    62M |  83 | 420 |7086 | 218 |2807 |  1 |  75k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.02/46.23	c  46.2s| 42400 | 21493 |352394 |   3.6 |    62M |  83 | 420 |7127 | 217 |2807 |  1 |  75k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.02/46.27	c  46.3s| 42500 | 21555 |352713 |   3.6 |    62M |  83 | 420 |7236 | 217 |2807 |  1 |  75k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.12/46.30	c  46.3s| 42600 | 21594 |352952 |   3.6 |    62M |  83 | 420 |7341 | 217 |2807 |  1 |  75k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.12/46.34	c  46.3s| 42700 | 21652 |353165 |   3.6 |    62M |  83 | 420 |7420 |   0 |2807 |  0 |  76k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.12/46.37	c  46.4s| 42800 | 21711 |353419 |   3.6 |    62M |  83 | 420 |7494 | 215 |2807 |  1 |  76k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.22/46.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
46.22/46.41	c  46.4s| 42900 | 21763 |353819 |   3.6 |    62M |  83 | 420 |7498 | 215 |2807 |  1 |  76k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.22/46.44	c  46.4s| 43000 | 21816 |354078 |   3.6 |    62M |  83 | 420 |7464 | 218 |2807 |  1 |  76k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.22/46.47	c  46.5s| 43100 | 21860 |354381 |   3.6 |    62M |  83 | 420 |7503 | 216 |2807 |  1 |  76k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.32/46.51	c  46.5s| 43200 | 21910 |354582 |   3.6 |    62M |  83 | 420 |7597 | 216 |2807 |  1 |  76k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.32/46.54	c  46.5s| 43300 | 21958 |354878 |   3.6 |    62M |  83 | 420 |7620 | 216 |2807 |  1 |  76k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.32/46.58	c  46.6s| 43400 | 22008 |355227 |   3.6 |    62M |  83 | 420 |7685 | 215 |2807 |  0 |  76k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.42/46.62	c  46.6s| 43500 | 22044 |355568 |   3.6 |    62M |  83 | 420 |7698 | 215 |2807 |  1 |  76k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.42/46.65	c  46.6s| 43600 | 22088 |355812 |   3.6 |    62M |  83 | 420 |7707 | 215 |2807 |  1 |  76k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.42/46.69	c  46.7s| 43700 | 22129 |356135 |   3.6 |    62M |  83 | 420 |7740 | 215 |2807 |  0 |  76k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.52/46.72	c  46.7s| 43800 | 22164 |356359 |   3.6 |    62M |  83 | 420 |7801 | 215 |2807 |  1 |  76k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.52/46.76	c  46.8s| 43900 | 22213 |356767 |   3.6 |    62M |  83 | 420 |7804 | 215 |2807 |  1 |  76k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.52/46.79	c  46.8s| 44000 | 22254 |357039 |   3.6 |    62M |  83 | 420 |7826 | 215 |2807 |  1 |  76k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.62/46.84	c  46.8s| 44100 | 22312 |357689 |   3.6 |    62M |  83 | 420 |7820 | 219 |2807 |  1 |  76k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.62/46.88	c  46.9s| 44200 | 22355 |357958 |   3.6 |    62M |  83 | 420 |7900 |   0 |2807 |  0 |  76k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.72/46.91	c  46.9s| 44300 | 22407 |358143 |   3.6 |    62M |  83 | 420 |8012 | 218 |2807 |  1 |  77k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.72/46.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
46.72/46.95	c  46.9s| 44400 | 22461 |358446 |   3.6 |    62M |  83 | 420 |8044 | 217 |2807 |  1 |  77k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.72/46.98	c  47.0s| 44500 | 22507 |358633 |   3.6 |    62M |  83 | 420 |8108 |   0 |2807 |  0 |  77k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.82/47.02	c  47.0s| 44600 | 22557 |358954 |   3.6 |    62M |  83 | 420 |8143 | 216 |2807 |  1 |  77k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.82/47.05	c  47.1s| 44700 | 22597 |359154 |   3.6 |    62M |  83 | 420 |8231 | 217 |2807 |  1 |  77k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.82/47.09	c  47.1s| 44800 | 22644 |359464 |   3.6 |    62M |  83 | 420 |8258 |   0 |2807 |  0 |  77k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.92/47.13	c  47.1s| 44900 | 22691 |359715 |   3.6 |    62M |  83 | 420 |8333 | 215 |2807 |  1 |  77k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
46.92/47.16	c  47.2s| 45000 | 22746 |360137 |   3.6 |    62M |  83 | 420 |8356 | 215 |2807 |  1 |  77k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.02/47.20	c  47.2s| 45100 | 22795 |360390 |   3.6 |    62M |  83 | 420 |8390 | 217 |2807 |  1 |  77k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.02/47.23	c  47.2s| 45200 | 22848 |360617 |   3.6 |    62M |  83 | 420 |8488 | 217 |2807 |  1 |  77k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.02/47.28	c  47.3s| 45300 | 22913 |360971 |   3.6 |    63M |  83 | 420 |8550 | 219 |2807 |  1 |  77k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.12/47.32	c  47.3s| 45400 | 22959 |361304 |   3.6 |    63M |  83 | 420 |8541 | 217 |2807 |  1 |  77k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.12/47.36	c  47.4s| 45500 | 23001 |361485 |   3.6 |    63M |  83 | 420 |8611 | 217 |2807 |  1 |  77k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.12/47.39	c  47.4s| 45600 | 23058 |361716 |   3.6 |    63M |  83 | 420 |8692 | 216 |2807 |  1 |  77k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.22/47.43	c  47.4s| 45700 | 23109 |361882 |   3.6 |    63M |  83 | 420 |8782 | 216 |2807 |  1 |  78k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.22/47.47	c  47.5s| 45800 | 23165 |362340 |   3.6 |    63M |  83 | 420 |8815 | 215 |2807 |  1 |  78k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.32/47.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
47.32/47.51	c  47.5s| 45900 | 23216 |362610 |   3.6 |    63M |  83 | 420 |8843 | 215 |2807 |  1 |  78k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.32/47.55	c  47.5s| 46000 | 23272 |363003 |   3.6 |    63M |  83 | 420 |8882 |   0 |2807 |  0 |  78k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.32/47.59	c  47.6s| 46100 | 23328 |363443 |   3.6 |    63M |  83 | 420 |8886 | 219 |2807 |  0 |  78k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.42/47.63	c  47.6s| 46200 | 23379 |363745 |   3.6 |    63M |  83 | 420 |8908 |   0 |2807 |  0 |  78k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.42/47.66	c  47.7s| 46300 | 23425 |363956 |   3.6 |    63M |  83 | 420 |8964 | 217 |2807 |  1 |  78k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.52/47.70	c  47.7s| 46400 | 23476 |364188 |   3.6 |    63M |  83 | 420 |9039 | 217 |2807 |  1 |  78k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.52/47.74	c  47.7s| 46500 | 23532 |364397 |   3.6 |    63M |  83 | 420 |9109 | 217 |2807 |  1 |  78k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.52/47.77	c  47.8s| 46600 | 23579 |364684 |   3.6 |    63M |  83 | 420 |9128 | 217 |2807 |  1 |  78k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.61/47.81	c  47.8s| 46700 | 23631 |364974 |   3.6 |    63M |  83 | 420 |9196 | 217 |2807 |  1 |  78k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.61/47.84	c  47.8s| 46800 | 23674 |365208 |   3.6 |    63M |  83 | 420 |9242 |   0 |2807 |  0 |  78k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.61/47.88	c  47.9s| 46900 | 23723 |365494 |   3.6 |    64M |  83 | 420 |9321 | 217 |2807 |  1 |  78k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.71/47.91	c  47.9s| 47000 | 23762 |365696 |   3.6 |    64M |  83 | 420 |9381 | 217 |2807 |  1 |  78k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.71/47.95	c  47.9s| 47100 | 23804 |365988 |   3.6 |    64M |  83 | 420 |9448 | 215 |2807 |  1 |  78k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.71/47.98	c  48.0s| 47200 | 23852 |366218 |   3.6 |    64M |  83 | 420 |9490 | 215 |2807 |  1 |  78k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.82/48.03	c  48.0s| 47300 | 23898 |366520 |   3.6 |    64M |  83 | 420 |9497 | 218 |2807 |  1 |  79k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.82/48.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
47.82/48.06	c  48.1s| 47400 | 23945 |366737 |   3.6 |    64M |  83 | 420 |9554 | 218 |2807 |  1 |  79k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.82/48.10	c  48.1s| 47500 | 23994 |367100 |   3.6 |    64M |  83 | 420 |9583 | 216 |2807 |  1 |  79k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.92/48.14	c  48.1s| 47600 | 24040 |367302 |   3.6 |    64M |  83 | 420 |9662 | 216 |2807 |  1 |  79k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
47.92/48.18	c  48.2s| 47700 | 24092 |367609 |   3.6 |    64M |  83 | 420 |9662 | 216 |2807 |  1 |  79k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
48.01/48.23	c  48.2s| 47800 | 24140 |367829 |   3.6 |    64M |  83 | 420 |9662 | 217 |2807 |  1 |  79k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
48.01/48.28	c  48.3s| 47900 | 24180 |368007 |   3.6 |    64M |  83 | 420 |9662 | 217 |2807 |  1 |  79k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
48.11/48.33	c  48.3s| 48000 | 24221 |368226 |   3.6 |    64M |  83 | 420 |9655 | 217 |2807 |  1 |  79k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
48.11/48.37	c  48.4s| 48100 | 24264 |368455 |   3.6 |    64M |  83 | 420 |9661 |   0 |2807 |  0 |  79k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
48.21/48.42	c  48.4s| 48200 | 24317 |368790 |   3.6 |    64M |  83 | 420 |9658 |   0 |2807 |  0 |  79k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
48.21/48.46	c  48.5s| 48300 | 24364 |369125 |   3.6 |    64M |  83 | 420 |9638 | 215 |2807 |  1 |  79k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
48.31/48.50	c  48.5s| 48400 | 24412 |369435 |   3.6 |    64M |  83 | 420 |9639 |   0 |2807 |  0 |  79k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
48.31/48.54	c  48.5s| 48500 | 24457 |369690 |   3.6 |    64M |  83 | 420 |9661 | 215 |2807 |  1 |  79k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
48.31/48.59	c  48.6s| 48600 | 24521 |370046 |   3.6 |    64M |  83 | 420 |9657 | 219 |2807 |  1 |  79k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
48.41/48.63	c  48.6s| 48700 | 24564 |370423 |   3.6 |    64M |  83 | 420 |9660 |   0 |2807 |  0 |  80k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
48.41/48.67	c  48.7s| 48800 | 24612 |370647 |   3.6 |    64M |  83 | 420 |9660 | 217 |2807 |  1 |  80k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
48.51/48.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
48.51/48.72	c  48.7s| 48900 | 24668 |371046 |   3.6 |    64M |  83 | 420 |9660 | 219 |2807 |  1 |  80k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
48.51/48.77	c  48.8s| 49000 | 24715 |371367 |   3.6 |    64M |  83 | 420 |9660 | 217 |2807 |  1 |  80k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
48.61/48.81	c  48.8s| 49100 | 24759 |371593 |   3.6 |    64M |  83 | 420 |9659 | 217 |2807 |  1 |  80k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
48.61/48.86	c  48.9s| 49200 | 24814 |371926 |   3.6 |    65M |  83 | 420 |9658 | 215 |2807 |  1 |  80k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
48.71/48.90	c  48.9s| 49300 | 24856 |372164 |   3.6 |    65M |  83 | 420 |9658 | 215 |2807 |  1 |  80k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
48.71/48.95	c  48.9s| 49400 | 24917 |372563 |   3.6 |    65M |  83 | 420 |9658 | 219 |2807 |  1 |  80k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
48.71/48.99	c  49.0s| 49500 | 24958 |372928 |   3.6 |    65M |  83 | 420 |9658 | 217 |2807 |  1 |  80k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
48.81/49.04	c  49.0s| 49600 | 25005 |373139 |   3.6 |    65M |  83 | 420 |9658 | 217 |2807 |  1 |  80k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
48.81/49.09	c  49.1s| 49700 | 25052 |373346 |   3.6 |    65M |  83 | 420 |9634 | 216 |2807 |  1 |  80k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
48.91/49.14	c  49.1s| 49800 | 25100 |373501 |   3.6 |    65M |  83 | 420 |9516 | 217 |2807 |  1 |  80k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
48.91/49.19	c  49.2s| 49900 | 25123 |373627 |   3.6 |    65M |  83 | 420 |9538 | 216 |2807 |  1 |  80k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
49.01/49.24	c  49.2s| 50000 | 25155 |373784 |   3.6 |    65M |  83 | 420 |9579 | 215 |2807 |  1 |  81k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
49.01/49.29	c  49.3s| 50100 | 25190 |373957 |   3.6 |    65M |  83 | 420 |9585 | 215 |2807 |  1 |  81k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
49.11/49.33	c  49.3s| 50200 | 25190 |374175 |   3.6 |    65M |  83 | 420 |9623 | 216 |2807 |  1 |  81k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
49.11/49.39	c  49.4s| 50300 | 25170 |374300 |   3.6 |    65M |  83 | 420 |9576 |   0 |2807 |  0 |  81k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
49.21/49.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
49.21/49.43	c  49.4s| 50400 | 25170 |374537 |   3.6 |    65M |  83 | 420 |9598 |   0 |2807 |  0 |  81k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
49.21/49.48	c  49.5s| 50500 | 25151 |374748 |   3.6 |    65M |  83 | 420 |9565 |   0 |2807 |  0 |  81k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
49.30/49.53	c  49.5s| 50600 | 25147 |374981 |   3.6 |    65M |  83 | 420 |9589 |   0 |2807 |  0 |  81k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
49.40/49.60	c  49.6s| 50700 | 25139 |375212 |   3.6 |    65M |  83 | 420 |9516 |   0 |2807 |  0 |  81k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
49.40/49.66	c  49.7s| 50800 | 25155 |375507 |   3.6 |    65M |  83 | 420 |9307 | 216 |2807 |  1 |  81k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
49.50/49.70	c  49.7s| 50900 | 25206 |375844 |   3.6 |    65M |  83 | 420 |9148 |   0 |2807 |  0 |  81k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
49.50/49.74	c  49.7s| 51000 | 25228 |376162 |   3.6 |    65M |  83 | 420 |9137 | 216 |2807 |  1 |  81k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
49.50/49.79	c  49.8s| 51100 | 25204 |376304 |   3.6 |    65M |  83 | 420 |8984 | 215 |2807 |  1 |  81k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
49.60/49.84	c  49.8s| 51200 | 25194 |376517 |   3.5 |    65M |  83 | 420 |8894 |   0 |2807 |  0 |  82k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
49.60/49.90	c  49.9s| 51300 | 25184 |376734 |   3.5 |    65M |  83 | 420 |8821 | 215 |2807 |  1 |  82k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
49.70/49.94	c  49.9s| 51400 | 25203 |376974 |   3.5 |    65M |  83 | 420 |8848 | 215 |2807 |  1 |  82k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
49.70/49.99	c  50.0s| 51500 | 25228 |377258 |   3.5 |    65M |  83 | 420 |8669 | 215 |2807 |  1 |  82k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
49.81/50.03	c  50.0s| 51600 | 25238 |377495 |   3.5 |    65M |  83 | 420 |8527 | 217 |2807 |  1 |  82k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
49.81/50.09	c  50.1s| 51700 | 25219 |377724 |   3.5 |    65M |  83 | 420 |8178 |   0 |2807 |  0 |  82k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
49.91/50.14	c  50.1s| 51800 | 25194 |377895 |   3.5 |    65M |  83 | 420 |8081 |   0 |2807 |  0 |  82k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
49.91/50.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
49.91/50.17	c  50.2s| 51900 | 25215 |378179 |   3.5 |    65M |  83 | 420 |7989 | 215 |2807 |  1 |  82k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
50.00/50.22	c  50.2s| 52000 | 25177 |378333 |   3.5 |    65M |  83 | 420 |7931 |   0 |2807 |  0 |  82k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
50.00/50.27	c  50.3s| 52100 | 25160 |378556 |   3.5 |    65M |  83 | 420 |7825 | 216 |2807 |  1 |  82k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
50.10/50.32	c  50.3s| 52200 | 25149 |378818 |   3.5 |    65M |  83 | 420 |7857 |   0 |2807 |  0 |  82k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
50.10/50.37	c  50.4s| 52300 | 25157 |379036 |   3.5 |    65M |  83 | 420 |7615 | 216 |2807 |  1 |  82k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
50.20/50.41	c  50.4s| 52400 | 25147 |379277 |   3.5 |    65M |  83 | 420 |7383 | 216 |2807 |  1 |  82k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
50.20/50.44	c  50.4s| 52500 | 25173 |379664 |   3.5 |    65M |  83 | 420 |7282 |   0 |2807 |  0 |  82k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
50.30/50.50	c  50.5s| 52600 | 25157 |379990 |   3.5 |    65M |  83 | 420 |7053 | 215 |2807 |  1 |  82k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
50.30/50.55	c  50.5s| 52700 | 25171 |380304 |   3.5 |    65M |  83 | 420 |6877 | 217 |2807 |  1 |  83k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
50.30/50.59	c  50.6s| 52800 | 25200 |380605 |   3.5 |    65M |  83 | 420 |6801 | 217 |2807 |  1 |  83k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
50.40/50.62	c  50.6s| 52900 | 25213 |380885 |   3.5 |    65M |  83 | 420 |6870 |   0 |2807 |  0 |  83k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
50.40/50.66	c  50.7s| 53000 | 25253 |381258 |   3.5 |    65M |  83 | 420 |6858 |   0 |2807 |  0 |  83k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
50.50/50.71	c  50.7s| 53100 | 25259 |381635 |   3.5 |    65M |  83 | 420 |6895 |   0 |2807 |  0 |  83k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
50.50/50.76	c  50.8s| 53200 | 25273 |381891 |   3.5 |    65M |  83 | 420 |6823 | 221 |2807 |  1 |  83k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
50.60/50.80	c  50.8s| 53300 | 25305 |382107 |   3.5 |    65M |  83 | 420 |6825 |   0 |2807 |  0 |  83k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
50.60/50.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
50.60/50.84	c  50.8s| 53400 | 25356 |382414 |   3.5 |    65M |  83 | 420 |6820 | 217 |2807 |  1 |  83k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
50.60/50.88	c  50.9s| 53500 | 25410 |382701 |   3.5 |    65M |  83 | 420 |6769 | 215 |2807 |  1 |  83k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
50.70/50.92	c  50.9s| 53600 | 25454 |383021 |   3.5 |    65M |  83 | 420 |6744 | 217 |2807 |  1 |  83k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
50.70/50.96	c  51.0s| 53700 | 25505 |383271 |   3.5 |    65M |  83 | 420 |6656 | 217 |2807 |  1 |  83k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
50.80/51.01	c  51.0s| 53800 | 25543 |383618 |   3.5 |    65M |  83 | 420 |6694 | 218 |2807 |  1 |  83k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
50.80/51.05	c  51.0s| 53900 | 25578 |383916 |   3.5 |    65M |  83 | 420 |6792 | 216 |2807 |  1 |  83k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
50.80/51.09	c  51.1s| 54000 | 25608 |384147 |   3.5 |    65M |  83 | 420 |6837 | 219 |2807 |  1 |  83k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
50.90/51.13	c  51.1s| 54100 | 25622 |384313 |   3.5 |    65M |  83 | 420 |6867 | 215 |2807 |  1 |  84k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
50.90/51.17	c  51.2s| 54200 | 25610 |384493 |   3.5 |    65M |  83 | 420 |6886 | 215 |2807 |  1 |  84k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.00/51.21	c  51.2s| 54300 | 25612 |384670 |   3.5 |    65M |  83 | 420 |6839 | 215 |2807 |  1 |  84k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.00/51.25	c  51.2s| 54400 | 25647 |384868 |   3.5 |    65M |  83 | 420 |6769 |   0 |2807 |  0 |  84k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.00/51.29	c  51.3s| 54500 | 25662 |385162 |   3.5 |    65M |  83 | 420 |6787 |   0 |2807 |  0 |  84k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.09/51.33	c  51.3s| 54600 | 25672 |385421 |   3.5 |    65M |  83 | 420 |6814 |   0 |2807 |  0 |  84k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.09/51.36	c  51.4s| 54700 | 25719 |385636 |   3.5 |    65M |  83 | 420 |6794 | 219 |2807 |  1 |  84k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.09/51.40	c  51.4s| 54800 | 25751 |385840 |   3.5 |    66M |  83 | 420 |6804 |   0 |2807 |  0 |  84k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.19/51.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
51.19/51.43	c  51.4s| 54900 | 25782 |386062 |   3.5 |    66M |  83 | 420 |6732 |   0 |2807 |  0 |  84k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.19/51.46	c  51.5s| 55000 | 25826 |386264 |   3.5 |    66M |  83 | 420 |6688 | 219 |2807 |  1 |  84k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.29/51.50	c  51.5s| 55100 | 25862 |386478 |   3.5 |    66M |  83 | 420 |6532 | 215 |2807 |  1 |  84k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.29/51.54	c  51.5s| 55200 | 25898 |386682 |   3.5 |    66M |  83 | 420 |6408 | 218 |2807 |  1 |  84k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.29/51.57	c  51.6s| 55300 | 25940 |386893 |   3.5 |    66M |  83 | 420 |6348 | 218 |2807 |  1 |  84k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.39/51.60	c  51.6s| 55400 | 25988 |387110 |   3.5 |    66M |  83 | 420 |6391 | 218 |2807 |  1 |  85k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.39/51.64	c  51.6s| 55500 | 26044 |387384 |   3.5 |    66M |  83 | 420 |6329 |   0 |2807 |  0 |  85k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.39/51.67	c  51.7s| 55600 | 26098 |387650 |   3.5 |    66M |  83 | 420 |6299 | 215 |2807 |  1 |  85k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.49/51.71	c  51.7s| 55700 | 26133 |387868 |   3.5 |    66M |  83 | 420 |6316 | 215 |2807 |  1 |  85k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.49/51.74	c  51.7s| 55800 | 26210 |388150 |   3.5 |    66M |  83 | 420 |6313 | 215 |2807 |  1 |  85k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.49/51.78	c  51.8s| 55900 | 26235 |388373 |   3.5 |    66M |  83 | 420 |6435 |   0 |2807 |  0 |  85k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.59/51.81	c  51.8s| 56000 | 26284 |388667 |   3.5 |    66M |  83 | 420 |6443 | 219 |2807 |  0 |  85k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.59/51.85	c  51.8s| 56100 | 26311 |388892 |   3.5 |    66M |  83 | 420 |6442 | 216 |2807 |  1 |  85k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.59/51.89	c  51.9s| 56200 | 26364 |389139 |   3.5 |    66M |  83 | 420 |6519 | 219 |2807 |  1 |  85k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.69/51.93	c  51.9s| 56300 | 26386 |389398 |   3.5 |    66M |  83 | 420 |6566 |   0 |2807 |  0 |  85k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.69/51.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
51.69/51.96	c  52.0s| 56400 | 26424 |389648 |   3.5 |    66M |  83 | 420 |6660 |   0 |2807 |  0 |  85k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.69/52.00	c  52.0s| 56500 | 26467 |389888 |   3.5 |    66M |  83 | 420 |6754 | 219 |2807 |  1 |  86k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.80/52.03	c  52.0s| 56600 | 26521 |390160 |   3.5 |    66M |  83 | 420 |6772 | 221 |2807 |  1 |  86k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.80/52.07	c  52.1s| 56700 | 26543 |390373 |   3.5 |    66M |  83 | 420 |6808 | 219 |2807 |  1 |  86k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.90/52.11	c  52.1s| 56800 | 26569 |390575 |   3.5 |    66M |  83 | 420 |6809 |   0 |2807 |  0 |  86k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.90/52.14	c  52.1s| 56900 | 26622 |390801 |   3.5 |    66M |  83 | 420 |6878 | 219 |2807 |  1 |  86k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.90/52.18	c  52.2s| 57000 | 26664 |391054 |   3.5 |    66M |  83 | 420 |6899 |   0 |2807 |  0 |  86k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.99/52.21	c  52.2s| 57100 | 26690 |391251 |   3.5 |    66M |  83 | 420 |7014 | 221 |2807 |  1 |  86k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.99/52.25	c  52.2s| 57200 | 26726 |391480 |   3.5 |    66M |  83 | 420 |7067 | 215 |2807 |  1 |  86k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
51.99/52.28	c  52.3s| 57300 | 26776 |391653 |   3.5 |    66M |  83 | 420 |6906 |   0 |2807 |  0 |  86k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
52.09/52.32	c  52.3s| 57400 | 26809 |391857 |   3.5 |    66M |  83 | 420 |6901 | 219 |2807 |  1 |  86k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
52.09/52.35	c  52.4s| 57500 | 26848 |392040 |   3.5 |    66M |  83 | 420 |6950 | 219 |2807 |  1 |  86k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
52.09/52.39	c  52.4s| 57600 | 26886 |392307 |   3.5 |    66M |  83 | 420 |6975 | 216 |2807 |  1 |  87k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
52.19/52.43	c  52.4s| 57700 | 26916 |392594 |   3.5 |    66M |  83 | 420 |6999 | 216 |2807 |  1 |  87k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
52.19/52.48	c  52.5s| 57800 | 26941 |392860 |   3.5 |    66M |  83 | 420 |7027 |   0 |2807 |  0 |  87k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
52.29/52.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
52.29/52.52	c  52.5s| 57900 | 26952 |393165 |   3.5 |    66M |  83 | 420 |7027 | 212 |2807 |  1 |  87k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
52.29/52.57	c  52.6s| 58000 | 27027 |393672 |   3.5 |    66M |  83 | 420 |6929 | 217 |2839 |  1 |  87k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
52.39/52.64	c  52.6s| 58100 | 27094 |394200 |   3.5 |    66M |  83 | 420 |6439 | 216 |2848 |  1 |  87k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
52.49/52.70	c  52.7s| 58200 | 27178 |394745 |   3.5 |    66M |  83 | 420 |6329 | 217 |2848 |  1 |  87k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
52.49/52.76	c  52.8s| 58300 | 27259 |395265 |   3.5 |    66M |  83 | 420 |6340 |   0 |2848 |  0 |  87k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
52.59/52.81	c  52.8s| 58400 | 27341 |395801 |   3.5 |    66M |  83 | 420 |6360 | 217 |2848 |  1 |  87k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
52.59/52.85	c  52.9s| 58500 | 27409 |396199 |   3.5 |    67M |  83 | 420 |6420 | 217 |2848 |  1 |  87k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
52.59/52.88	c  52.9s| 58600 | 27460 |396455 |   3.5 |    67M |  83 | 420 |6468 | 216 |2848 |  1 |  87k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
52.69/52.92	c  52.9s| 58700 | 27508 |396701 |   3.5 |    67M |  83 | 420 |6494 | 217 |2848 |  1 |  87k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
52.69/52.95	c  52.9s| 58800 | 27554 |396933 |   3.5 |    68M |  83 | 420 |6546 | 217 |2848 |  1 |  88k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
52.69/52.98	c  53.0s| 58900 | 27608 |397204 |   3.5 |    68M |  83 | 420 |6571 | 216 |2848 |  1 |  88k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
52.79/53.01	c  53.0s| 59000 | 27671 |397529 |   3.5 |    68M |  83 | 420 |6560 | 217 |2848 |  1 |  88k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
52.79/53.05	c  53.0s| 59100 | 27712 |397778 |   3.5 |    68M |  83 | 420 |6627 | 217 |2849 |  1 |  88k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
52.79/53.08	c  53.1s| 59200 | 27740 |397990 |   3.5 |    68M |  83 | 420 |6693 | 216 |2849 |  1 |  88k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
52.89/53.12	c  53.1s| 59300 | 27792 |398266 |   3.5 |    68M |  83 | 420 |6715 | 217 |2849 |  1 |  88k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
52.89/53.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
52.89/53.15	c  53.1s| 59400 | 27841 |398519 |   3.5 |    68M |  83 | 420 |6727 | 216 |2849 |  1 |  88k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
52.89/53.18	c  53.2s| 59500 | 27880 |398759 |   3.5 |    68M |  83 | 420 |6794 | 217 |2849 |  1 |  88k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
52.98/53.21	c  53.2s| 59600 | 27909 |398983 |   3.5 |    68M |  83 | 420 |6842 | 217 |2849 |  1 |  88k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
52.98/53.25	c  53.2s| 59700 | 27960 |399353 |   3.5 |    68M |  83 | 420 |6859 | 216 |2851 |  1 |  88k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
52.98/53.28	c  53.3s| 59800 | 28014 |399667 |   3.5 |    68M |  83 | 420 |6884 | 216 |2853 |  1 |  88k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.08/53.31	c  53.3s| 59900 | 28070 |400012 |   3.5 |    68M |  83 | 420 |6873 | 217 |2853 |  1 |  88k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.08/53.35	c  53.3s| 60000 | 28126 |400320 |   3.5 |    68M |  83 | 420 |6879 |   0 |2853 |  0 |  88k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.08/53.38	c  53.4s| 60100 | 28175 |400610 |   3.5 |    68M |  83 | 420 |6896 | 217 |2853 |  1 |  88k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.18/53.41	c  53.4s| 60200 | 28233 |400936 |   3.5 |    68M |  83 | 420 |6904 | 217 |2853 |  1 |  88k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.18/53.45	c  53.4s| 60300 | 28288 |401233 |   3.5 |    68M |  83 | 420 |6900 | 217 |2853 |  1 |  88k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.18/53.49	c  53.5s| 60400 | 28340 |401604 |   3.5 |    68M |  83 | 420 |6913 | 217 |2853 |  1 |  88k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.28/53.52	c  53.5s| 60500 | 28392 |401875 |   3.5 |    68M |  83 | 420 |6947 | 217 |2853 |  1 |  88k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.28/53.55	c  53.6s| 60600 | 28447 |402158 |   3.5 |    68M |  83 | 420 |7014 | 217 |2853 |  1 |  88k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.28/53.59	c  53.6s| 60700 | 28500 |402508 |   3.5 |    68M |  83 | 420 |7057 | 217 |2853 |  1 |  88k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.38/53.62	c  53.6s| 60800 | 28552 |402838 |   3.5 |    68M |  83 | 420 |7089 | 217 |2853 |  1 |  88k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.38/53.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
53.38/53.65	c  53.6s| 60900 | 28613 |403109 |   3.5 |    68M |  83 | 420 |7119 |   0 |2853 |  0 |  88k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.38/53.68	c  53.7s| 61000 | 28673 |403402 |   3.5 |    68M |  83 | 420 |7133 | 217 |2853 |  1 |  89k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.48/53.71	c  53.7s| 61100 | 28730 |403655 |   3.5 |    68M |  83 | 420 |7151 | 217 |2853 |  1 |  89k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.48/53.74	c  53.7s| 61200 | 28774 |403867 |   3.5 |    68M |  83 | 420 |7260 | 217 |2853 |  1 |  89k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.48/53.78	c  53.8s| 61300 | 28833 |404241 |   3.5 |    68M |  83 | 420 |7313 | 217 |2853 |  1 |  89k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.58/53.81	c  53.8s| 61400 | 28897 |404589 |   3.5 |    68M |  83 | 420 |7341 | 217 |2853 |  1 |  89k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.58/53.84	c  53.8s| 61500 | 28960 |404975 |   3.5 |    68M |  83 | 420 |7388 |   0 |2853 |  0 |  89k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.58/53.88	c  53.9s| 61600 | 29027 |405376 |   3.5 |    68M |  83 | 420 |7433 |   0 |2853 |  0 |  89k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.68/53.91	c  53.9s| 61700 | 29085 |405745 |   3.5 |    68M |  83 | 420 |7492 | 217 |2853 |  1 |  89k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.68/53.95	c  53.9s| 61800 | 29130 |406003 |   3.5 |    68M |  83 | 420 |7596 | 217 |2853 |  1 |  89k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.68/53.98	c  54.0s| 61900 | 29178 |406220 |   3.5 |    68M |  83 | 420 |7728 | 217 |2853 |  1 |  89k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.78/54.02	c  54.0s| 62000 | 29208 |406436 |   3.5 |    68M |  83 | 420 |7923 | 216 |2853 |  1 |  89k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.78/54.05	c  54.1s| 62100 | 29268 |406763 |   3.5 |    68M |  83 | 420 |7962 | 217 |2853 |  1 |  89k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.78/54.09	c  54.1s| 62200 | 29324 |407083 |   3.5 |    68M |  83 | 420 |7993 | 217 |2853 |  1 |  90k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.88/54.12	c  54.1s| 62300 | 29366 |407281 |   3.5 |    68M |  83 | 420 |8090 | 217 |2853 |  1 |  90k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.88/54.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
53.88/54.15	c  54.2s| 62400 | 29409 |407522 |   3.5 |    68M |  83 | 420 |8140 | 217 |2853 |  1 |  90k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.88/54.19	c  54.2s| 62500 | 29458 |407862 |   3.5 |    68M |  83 | 420 |8183 | 217 |2853 |  1 |  90k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.98/54.23	c  54.2s| 62600 | 29505 |408159 |   3.5 |    69M |  83 | 420 |8202 | 217 |2853 |  1 |  90k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.98/54.26	c  54.3s| 62700 | 29558 |408442 |   3.5 |    69M |  83 | 420 |8221 | 216 |2853 |  1 |  90k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
53.98/54.29	c  54.3s| 62800 | 29620 |408757 |   3.5 |    69M |  83 | 420 |8244 | 217 |2853 |  1 |  90k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
54.08/54.33	c  54.3s| 62900 | 29691 |409151 |   3.5 |    69M |  83 | 420 |8215 |   0 |2853 |  0 |  90k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
54.08/54.37	c  54.4s| 63000 | 29754 |409506 |   3.5 |    69M |  83 | 420 |8128 | 216 |2853 |  1 |  90k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
54.18/54.45	c  54.5s| 63100 | 29797 |409809 |   3.5 |    69M |  83 | 420 |8165 | 216 |2853 |  1 |  90k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
54.18/54.49	c  54.5s| 63200 | 29861 |410161 |   3.5 |    69M |  83 | 420 |8199 | 217 |2853 |  1 |  90k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
54.28/54.52	c  54.5s| 63300 | 29909 |410460 |   3.5 |    69M |  83 | 420 |8235 |   0 |2853 |  0 |  90k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
54.28/54.56	c  54.6s| 63400 | 29972 |410836 |   3.5 |    69M |  83 | 420 |8265 | 216 |2853 |  1 |  90k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
54.28/54.59	c  54.6s| 63500 | 30036 |411204 |   3.5 |    70M |  83 | 420 |8283 | 217 |2853 |  1 |  90k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
54.38/54.63	c  54.6s| 63600 | 30100 |411577 |   3.5 |    70M |  83 | 420 |8329 | 217 |2853 |  1 |  90k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
54.38/54.67	c  54.7s| 63700 | 30157 |411904 |   3.5 |    70M |  83 | 420 |8381 | 217 |2853 |  1 |  90k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
54.48/54.70	c  54.7s| 63800 | 30208 |412230 |   3.5 |    70M |  83 | 420 |8414 | 217 |2853 |  1 |  90k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
54.48/54.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
54.48/54.74	c  54.7s| 63900 | 30275 |412581 |   3.5 |    70M |  83 | 420 |8447 | 217 |2853 |  1 |  90k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
54.48/54.77	c  54.8s| 64000 | 30337 |412913 |   3.5 |    70M |  83 | 420 |8485 | 217 |2853 |  1 |  90k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
54.58/54.80	c  54.8s| 64100 | 30404 |413292 |   3.5 |    70M |  83 | 420 |8530 | 217 |2853 |  1 |  91k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
54.58/54.84	c  54.8s| 64200 | 30472 |413698 |   3.5 |    70M |  83 | 420 |8554 |   0 |2853 |  0 |  91k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
54.58/54.87	c  54.9s| 64300 | 30502 |413963 |   3.5 |    70M |  83 | 420 |8577 |   0 |2853 |  0 |  91k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
54.68/54.91	c  54.9s| 64400 | 30557 |414351 |   3.5 |    70M |  83 | 420 |8607 | 217 |2853 |  1 |  91k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
54.68/54.95	c  54.9s| 64500 | 30618 |414699 |   3.5 |    70M |  83 | 420 |8659 | 217 |2853 |  1 |  91k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
54.68/54.98	c  55.0s| 64600 | 30679 |415055 |   3.5 |    70M |  83 | 420 |8698 | 217 |2853 |  1 |  91k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
54.78/55.02	c  55.0s| 64700 | 30739 |415367 |   3.5 |    70M |  83 | 420 |8765 | 217 |2853 |  1 |  91k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
54.78/55.06	c  55.1s| 64800 | 30791 |415626 |   3.5 |    70M |  83 | 420 |8835 | 217 |2853 |  1 |  91k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
54.78/55.09	c  55.1s| 64900 | 30846 |415961 |   3.5 |    70M |  83 | 420 |8868 |   0 |2853 |  0 |  91k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
54.88/55.13	c  55.1s| 65000 | 30905 |416284 |   3.5 |    70M |  83 | 420 |8883 | 217 |2853 |  1 |  91k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
54.88/55.17	c  55.2s| 65100 | 30956 |416552 |   3.5 |    70M |  83 | 420 |8945 | 217 |2853 |  1 |  91k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
54.97/55.21	c  55.2s| 65200 | 31010 |416848 |   3.5 |    71M |  83 | 420 |9006 | 217 |2853 |  1 |  91k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
54.97/55.25	c  55.2s| 65300 | 31068 |417229 |   3.5 |    71M |  83 | 420 |9030 | 217 |2853 |  1 |  91k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
54.97/55.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
54.97/55.28	c  55.3s| 65400 | 31118 |417544 |   3.5 |    71M |  83 | 420 |9033 |   0 |2853 |  0 |  91k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
55.07/55.32	c  55.3s| 65500 | 31165 |417820 |   3.5 |    71M |  83 | 420 |9131 |   0 |2853 |  0 |  91k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
55.07/55.35	c  55.4s| 65600 | 31215 |418066 |   3.5 |    71M |  83 | 420 |9241 | 217 |2853 |  1 |  91k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
55.07/55.39	c  55.4s| 65700 | 31274 |418362 |   3.5 |    71M |  83 | 420 |9272 | 217 |2853 |  1 |  92k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
55.17/55.42	c  55.4s| 65800 | 31339 |418695 |   3.5 |    71M |  83 | 420 |9306 | 217 |2853 |  1 |  92k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
55.17/55.45	c  55.5s| 65900 | 31395 |419004 |   3.5 |    71M |  83 | 420 |9352 | 217 |2853 |  1 |  92k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
55.17/55.49	c  55.5s| 66000 | 31438 |419238 |   3.5 |    71M |  83 | 420 |9447 | 217 |2853 |  1 |  92k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
55.27/55.53	c  55.5s| 66100 | 31488 |419503 |   3.5 |    71M |  83 | 420 |9480 | 217 |2853 |  1 |  92k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
55.27/55.56	c  55.6s| 66200 | 31525 |419704 |   3.5 |    71M |  83 | 420 |9485 |   0 |2853 |  0 |  92k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
55.37/55.60	c  55.6s| 66300 | 31583 |420043 |   3.5 |    71M |  83 | 420 |9514 | 217 |2853 |  1 |  92k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
55.37/55.64	c  55.6s| 66400 | 31641 |420385 |   3.5 |    71M |  83 | 420 |9562 | 217 |2853 |  1 |  92k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
55.37/55.67	c  55.7s| 66500 | 31689 |420666 |   3.5 |    72M |  83 | 420 |9592 | 217 |2853 |  1 |  92k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
55.47/55.73	c  55.7s| 66600 | 31725 |420871 |   3.5 |    72M |  83 | 420 |9602 | 217 |2853 |  1 |  92k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
55.47/55.77	c  55.8s| 66700 | 31773 |421198 |   3.5 |    72M |  83 | 420 |9600 | 217 |2853 |  1 |  92k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
55.57/55.82	c  55.8s| 66800 | 31821 |421485 |   3.5 |    72M |  83 | 420 |9600 | 217 |2853 |  1 |  92k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
55.57/55.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
55.57/55.86	c  55.9s| 66900 | 31865 |421735 |   3.5 |    72M |  83 | 420 |9601 | 217 |2853 |  1 |  92k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
55.67/55.90	c  55.9s| 67000 | 31908 |421975 |   3.5 |    72M |  83 | 420 |9601 | 217 |2853 |  1 |  92k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
55.67/55.95	c  55.9s| 67100 | 31959 |422254 |   3.5 |    72M |  83 | 420 |9600 | 217 |2853 |  1 |  92k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
55.67/56.00	c  56.0s| 67200 | 32004 |422498 |   3.5 |    72M |  83 | 420 |9602 | 217 |2853 |  1 |  93k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
55.78/56.06	c  56.1s| 67300 | 32050 |422731 |   3.5 |    72M |  83 | 420 |9601 | 217 |2853 |  1 |  93k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
55.88/56.10	c  56.1s| 67400 | 32094 |422957 |   3.5 |    72M |  83 | 420 |9600 | 217 |2853 |  1 |  93k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
55.88/56.16	c  56.2s| 67500 | 32137 |423188 |   3.5 |    72M |  83 | 420 |9602 | 217 |2853 |  1 |  93k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
55.97/56.21	c  56.2s| 67600 | 32192 |423499 |   3.5 |    72M |  83 | 420 |9601 | 217 |2853 |  1 |  93k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
55.97/56.25	c  56.3s| 67700 | 32239 |423815 |   3.5 |    72M |  83 | 420 |9602 | 217 |2853 |  1 |  93k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
55.97/56.29	c  56.3s| 67800 | 32293 |424140 |   3.5 |    72M |  83 | 420 |9601 | 216 |2853 |  1 |  93k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.07/56.33	c  56.3s| 67900 | 32345 |424482 |   3.5 |    72M |  83 | 420 |9598 | 217 |2853 |  1 |  93k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.07/56.38	c  56.4s| 68000 | 32390 |424803 |   3.5 |    72M |  83 | 420 |9600 |   0 |2853 |  0 |  93k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.17/56.44	c  56.4s| 68100 | 32418 |425045 |   3.5 |    72M |  83 | 420 |9601 | 217 |2853 |  1 |  93k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.17/56.48	c  56.5s| 68200 | 32450 |425361 |   3.5 |    73M |  83 | 420 |9534 | 217 |2853 |  1 |  93k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.27/56.52	c  56.5s| 68300 | 32478 |425672 |   3.5 |    73M |  83 | 420 |9227 | 217 |2853 |  1 |  93k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.27/56.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
56.27/56.57	c  56.6s| 68400 | 32507 |425954 |   3.5 |    73M |  83 | 420 |9073 | 217 |2853 |  1 |  94k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.37/56.61	c  56.6s| 68500 | 32534 |426225 |   3.5 |    73M |  83 | 420 |8883 | 217 |2853 |  1 |  94k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.37/56.64	c  56.6s| 68600 | 32560 |426465 |   3.5 |    73M |  83 | 420 |8579 |   0 |2853 |  0 |  94k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.37/56.67	c  56.7s| 68700 | 32590 |426710 |   3.5 |    73M |  83 | 420 |8454 | 217 |2853 |  1 |  94k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.47/56.71	c  56.7s| 68800 | 32615 |426945 |   3.5 |    73M |  83 | 420 |8267 |   0 |2853 |  0 |  94k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.47/56.74	c  56.7s| 68900 | 32632 |427097 |   3.5 |    73M |  83 | 420 |8284 |   0 |2853 |  0 |  94k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.47/56.77	c  56.8s| 69000 | 32648 |427299 |   3.4 |    73M |  83 | 420 |7911 |   0 |2853 |  0 |  94k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.57/56.80	c  56.8s| 69100 | 32665 |427498 |   3.4 |    73M |  83 | 420 |7735 |   0 |2853 |  0 |  94k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.57/56.83	c  56.8s| 69200 | 32677 |427662 |   3.4 |    73M |  83 | 420 |7627 | 217 |2853 |  1 |  94k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.57/56.87	c  56.9s| 69300 | 32690 |427851 |   3.4 |    73M |  83 | 420 |7663 | 217 |2853 |  1 |  94k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.57/56.89	c  56.9s| 69400 | 32701 |427983 |   3.4 |    73M |  83 | 420 |7556 | 217 |2853 |  1 |  94k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.67/56.93	c  56.9s| 69500 | 32742 |428215 |   3.4 |    73M |  83 | 420 |7631 | 217 |2853 |  1 |  94k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.67/56.96	c  57.0s| 69600 | 32786 |428503 |   3.4 |    73M |  83 | 420 |7666 |   0 |2853 |  0 |  94k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.67/56.99	c  57.0s| 69700 | 32819 |428734 |   3.4 |    73M |  83 | 420 |7755 |   0 |2853 |  0 |  94k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.77/57.03	c  57.0s| 69800 | 32855 |428985 |   3.4 |    73M |  83 | 420 |7799 |   0 |2853 |  0 |  94k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.77/57.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
56.77/57.07	c  57.1s| 69900 | 32896 |429271 |   3.4 |    73M |  83 | 420 |7925 |   0 |2853 |  0 |  94k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.87/57.10	c  57.1s| 70000 | 32945 |429593 |   3.4 |    73M |  83 | 420 |7984 | 217 |2853 |  1 |  94k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.87/57.14	c  57.1s| 70100 | 32979 |429883 |   3.4 |    73M |  83 | 420 |8017 | 217 |2853 |  1 |  94k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.87/57.17	c  57.2s| 70200 | 32999 |430065 |   3.4 |    73M |  83 | 420 |8052 | 217 |2853 |  1 |  94k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.96/57.21	c  57.2s| 70300 | 33055 |430434 |   3.4 |    73M |  83 | 420 |8083 | 217 |2853 |  1 |  94k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.96/57.25	c  57.2s| 70400 | 33093 |430756 |   3.4 |    73M |  83 | 420 |8098 | 217 |2853 |  1 |  94k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
56.96/57.28	c  57.3s| 70500 | 33123 |430966 |   3.4 |    73M |  83 | 420 |8255 |   0 |2853 |  0 |  95k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
57.06/57.32	c  57.3s| 70600 | 33155 |431189 |   3.4 |    73M |  83 | 420 |8361 | 217 |2853 |  1 |  95k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
57.06/57.36	c  57.4s| 70700 | 33196 |431446 |   3.4 |    73M |  83 | 420 |8461 | 217 |2853 |  1 |  95k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
57.16/57.40	c  57.4s| 70800 | 33228 |431672 |   3.4 |    73M |  83 | 420 |8604 | 217 |2853 |  1 |  95k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
57.16/57.43	c  57.4s| 70900 | 33258 |431851 |   3.4 |    74M |  83 | 420 |8765 | 216 |2853 |  1 |  95k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
57.16/57.47	c  57.5s| 71000 | 33320 |432216 |   3.4 |    74M |  83 | 420 |8808 | 216 |2853 |  1 |  95k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
57.26/57.51	c  57.5s| 71100 | 33375 |432646 |   3.4 |    74M |  83 | 420 |8831 | 217 |2853 |  1 |  95k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
57.26/57.55	c  57.5s| 71200 | 33416 |433063 |   3.4 |    74M |  83 | 420 |8828 | 217 |2853 |  1 |  95k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
57.26/57.59	c  57.6s| 71300 | 33477 |433499 |   3.4 |    74M |  83 | 420 |8810 | 217 |2853 |  1 |  95k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
57.36/57.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
57.36/57.63	c  57.6s| 71400 | 33522 |433885 |   3.4 |    74M |  83 | 420 |8817 | 217 |2853 |  1 |  95k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
57.36/57.66	c  57.7s| 71500 | 33558 |434097 |   3.4 |    74M |  83 | 420 |8847 | 216 |2853 |  1 |  95k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
57.36/57.69	c  57.7s| 71600 | 33622 |434472 |   3.4 |    74M |  83 | 420 |8896 | 216 |2853 |  1 |  95k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
57.46/57.72	c  57.7s| 71700 | 33671 |434858 |   3.4 |    74M |  83 | 420 |8945 | 216 |2853 |  1 |  96k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
57.46/57.76	c  57.8s| 71800 | 33729 |435200 |   3.4 |    74M |  83 | 420 |8992 | 216 |2853 |  1 |  96k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
57.56/57.80	c  57.8s| 71900 | 33788 |435634 |   3.4 |    74M |  83 | 420 |8978 | 217 |2853 |  1 |  96k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
57.56/57.84	c  57.8s| 72000 | 33833 |436012 |   3.4 |    74M |  83 | 420 |8990 | 217 |2853 |  1 |  96k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
57.56/57.88	c  57.9s| 72100 | 33895 |436477 |   3.4 |    74M |  83 | 420 |9041 | 217 |2853 |  1 |  96k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
57.66/57.92	c  57.9s| 72200 | 33941 |436873 |   3.4 |    74M |  83 | 420 |9067 | 216 |2853 |  1 |  96k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
57.66/57.95	c  58.0s| 72300 | 33975 |437180 |   3.4 |    74M |  83 | 420 |9127 |   0 |2853 |  0 |  96k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
57.66/57.99	c  58.0s| 72400 | 34017 |437499 |   3.4 |    74M |  83 | 420 |9185 | 216 |2853 |  1 |  96k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
57.76/58.03	c  58.0s| 72500 | 34071 |437867 |   3.4 |    74M |  83 | 420 |9222 | 216 |2853 |  1 |  96k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
57.76/58.07	c  58.1s| 72600 | 34125 |438316 |   3.4 |    74M |  83 | 420 |9239 | 217 |2853 |  1 |  96k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
57.86/58.11	c  58.1s| 72700 | 34187 |438805 |   3.4 |    74M |  83 | 420 |9266 |   0 |2853 |  0 |  96k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
57.86/58.15	c  58.2s| 72800 | 34241 |439230 |   3.4 |    74M |  83 | 420 |9308 | 217 |2853 |  1 |  96k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
57.86/58.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
57.86/58.19	c  58.2s| 72900 | 34299 |439712 |   3.4 |    74M |  83 | 420 |9320 | 217 |2853 |  1 |  96k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
57.96/58.24	c  58.2s| 73000 | 34361 |440199 |   3.4 |    74M |  83 | 420 |9338 |   0 |2853 |  0 |  96k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
57.96/58.28	c  58.3s| 73100 | 34415 |440596 |   3.4 |    74M |  83 | 420 |9376 | 217 |2853 |  1 |  96k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
58.06/58.31	c  58.3s| 73200 | 34473 |440992 |   3.4 |    74M |  83 | 420 |9420 | 216 |2853 |  1 |  96k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
58.06/58.35	c  58.4s| 73300 | 34535 |441387 |   3.4 |    74M |  83 | 420 |9461 |   0 |2853 |  0 |  96k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
58.06/58.38	c  58.4s| 73400 | 34589 |441712 |   3.4 |    74M |  83 | 420 |9493 | 216 |2853 |  1 |  97k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
58.16/58.42	c  58.4s| 73500 | 34625 |441957 |   3.4 |    74M |  83 | 420 |9542 | 217 |2853 |  1 |  97k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
58.16/58.46	c  58.5s| 73600 | 34660 |442193 |   3.4 |    74M |  83 | 420 |9592 | 217 |2853 |  1 |  97k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
58.26/58.50	c  58.5s| 73700 | 34706 |442474 |   3.4 |    74M |  83 | 420 |9595 | 217 |2853 |  1 |  97k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
58.26/58.54	c  58.5s| 73800 | 34764 |442849 |   3.4 |    74M |  83 | 420 |9596 | 217 |2853 |  1 |  97k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
58.26/58.58	c  58.6s| 73900 | 34824 |443260 |   3.4 |    74M |  83 | 420 |9596 | 217 |2853 |  1 |  97k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
58.36/58.63	c  58.6s| 74000 | 34872 |443627 |   3.4 |    74M |  83 | 420 |9598 | 217 |2853 |  1 |  97k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
58.36/58.68	c  58.7s| 74100 | 34909 |443942 |   3.4 |    74M |  83 | 420 |9599 | 217 |2853 |  1 |  97k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
58.46/58.73	c  58.7s| 74200 | 34940 |444195 |   3.4 |    74M |  83 | 420 |9595 | 217 |2853 |  1 |  97k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
58.46/58.77	c  58.8s| 74300 | 34976 |444510 |   3.4 |    74M |  83 | 420 |9597 |   0 |2853 |  0 |  97k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
58.56/58.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
58.56/58.81	c  58.8s| 74400 | 35015 |444812 |   3.4 |    74M |  83 | 420 |9597 | 217 |2853 |  1 |  97k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
58.56/58.86	c  58.9s| 74500 | 35065 |445232 |   3.4 |    74M |  83 | 420 |9597 | 217 |2853 |  1 |  97k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
58.66/58.91	c  58.9s| 74600 | 35120 |445649 |   3.4 |    74M |  83 | 420 |9594 | 217 |2853 |  1 |  97k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
58.66/58.96	c  59.0s| 74700 | 35178 |446161 |   3.4 |    74M |  83 | 420 |9594 | 217 |2853 |  1 |  97k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
58.76/59.00	c  59.0s| 74800 | 35233 |446604 |   3.4 |    74M |  83 | 420 |9593 | 217 |2853 |  1 |  97k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
58.76/59.05	c  59.0s| 74900 | 35294 |447035 |   3.4 |    75M |  83 | 420 |9593 | 217 |2853 |  1 |  97k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
58.86/59.10	c  59.1s| 75000 | 35344 |447444 |   3.4 |    75M |  83 | 420 |9595 | 217 |2853 |  1 |  98k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
58.86/59.17	c  59.2s| 75100 | 35367 |447641 |   3.4 |    75M |  83 | 420 |9595 | 217 |2853 |  1 |  98k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
58.95/59.22	c  59.2s| 75200 | 35428 |448019 |   3.4 |    75M |  83 | 420 |9597 | 217 |2853 |  1 |  98k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
58.95/59.27	c  59.3s| 75300 | 35479 |448375 |   3.4 |    75M |  83 | 420 |9599 |   0 |2853 |  0 |  98k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
59.05/59.31	c  59.3s| 75400 | 35517 |448626 |   3.4 |    75M |  83 | 420 |9598 | 217 |2853 |  1 |  98k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
59.05/59.34	c  59.3s| 75500 | 35553 |448838 |   3.4 |    75M |  83 | 420 |9596 |   0 |2853 |  0 |  98k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
59.05/59.39	c  59.4s| 75600 | 35588 |449049 |   3.4 |    75M |  83 | 420 |9596 | 217 |2853 |  1 |  98k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
59.15/59.44	c  59.4s| 75700 | 35643 |449394 |   3.4 |    75M |  83 | 420 |9595 |   0 |2853 |  0 |  98k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
59.15/59.49	c  59.5s| 75800 | 35701 |449802 |   3.4 |    75M |  83 | 420 |9594 |   0 |2853 |  0 |  98k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
59.25/59.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
59.25/59.54	c  59.5s| 75900 | 35750 |450168 |   3.4 |    75M |  83 | 420 |9591 | 217 |2853 |  1 |  98k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
59.25/59.58	c  59.6s| 76000 | 35801 |450524 |   3.4 |    75M |  83 | 420 |9594 | 217 |2853 |  1 |  98k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
59.35/59.63	c  59.6s| 76100 | 35850 |450824 |   3.4 |    76M |  83 | 420 |9595 | 217 |2853 |  1 |  98k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
59.35/59.67	c  59.7s| 76200 | 35894 |451129 |   3.4 |    76M |  83 | 420 |9593 | 217 |2853 |  1 |  98k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
59.45/59.72	c  59.7s| 76300 | 35956 |451575 |   3.4 |    76M |  83 | 420 |9595 |   0 |2853 |  0 |  99k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
59.45/59.76	c  59.8s| 76400 | 36003 |451974 |   3.4 |    76M |  83 | 420 |9593 | 217 |2853 |  1 |  99k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
59.55/59.81	c  59.8s| 76500 | 36053 |452345 |   3.4 |    76M |  83 | 420 |9594 | 217 |2853 |  1 |  99k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
59.55/59.85	c  59.9s| 76600 | 36093 |452714 |   3.4 |    76M |  83 | 420 |9597 | 216 |2853 |  1 |  99k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
59.55/59.89	c  59.9s| 76700 | 36134 |453030 |   3.4 |    76M |  83 | 420 |9598 | 216 |2853 |  1 |  99k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
59.65/59.93	c  59.9s| 76800 | 36183 |453431 |   3.4 |    76M |  83 | 420 |9599 | 216 |2853 |  1 |  99k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
59.65/59.96	c  60.0s| 76900 | 36230 |453780 |   3.4 |    76M |  83 | 420 |9593 |   0 |2853 |  0 |  99k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
59.75/60.01	c  60.0s| 77000 | 36285 |454170 |   3.4 |    76M |  83 | 420 |9599 | 217 |2853 |  1 |  99k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
59.75/60.06	c  60.1s| 77100 | 36336 |454561 |   3.4 |    77M |  83 | 420 |9597 | 216 |2853 |  1 |  99k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
59.75/60.10	c  60.1s| 77200 | 36370 |454802 |   3.4 |    77M |  83 | 420 |9600 | 216 |2853 |  1 |  99k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
59.85/60.14	c  60.1s| 77300 | 36409 |455153 |   3.4 |    77M |  83 | 420 |9600 | 217 |2853 |  1 |  99k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
59.85/60.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
59.85/60.19	c  60.2s| 77400 | 36452 |455489 |   3.4 |    77M |  83 | 420 |9600 | 217 |2853 |  1 |  99k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
59.95/60.24	c  60.2s| 77500 | 36503 |455880 |   3.4 |    77M |  83 | 420 |9600 | 217 |2853 |  1 |  99k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
59.95/60.28	c  60.3s| 77600 | 36560 |456280 |   3.4 |    77M |  83 | 420 |9599 | 217 |2853 |  1 |  99k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
60.05/60.34	c  60.3s| 77700 | 36609 |456667 |   3.4 |    77M |  83 | 420 |9599 | 217 |2853 |  1 |  99k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
60.05/60.38	c  60.4s| 77800 | 36648 |456972 |   3.4 |    77M |  83 | 420 |9598 | 217 |2853 |  1 |  99k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
60.15/60.43	c  60.4s| 77900 | 36686 |457238 |   3.4 |    77M |  83 | 420 |9598 | 217 |2853 |  1 |  99k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
60.15/60.47	c  60.5s| 78000 | 36713 |457486 |   3.4 |    77M |  83 | 420 |9597 | 217 |2853 |  1 |  99k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
60.25/60.52	c  60.5s| 78100 | 36757 |457722 |   3.4 |    77M |  83 | 420 |9597 | 217 |2853 |  1 | 100k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
60.25/60.57	c  60.6s| 78200 | 36794 |457945 |   3.4 |    77M |  83 | 420 |9597 | 217 |2853 |  1 | 100k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
60.35/60.62	c  60.6s| 78300 | 36824 |458138 |   3.4 |    77M |  83 | 420 |9597 |   0 |2853 |  0 | 100k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
60.35/60.67	c  60.7s| 78400 | 36850 |458353 |   3.4 |    77M |  83 | 420 |9596 | 217 |2853 |  1 | 100k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
60.45/60.72	c  60.7s| 78500 | 36881 |458585 |   3.4 |    77M |  83 | 420 |9596 |   0 |2853 |  0 | 100k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
60.45/60.77	c  60.8s| 78600 | 36917 |458844 |   3.4 |    77M |  83 | 420 |9596 |   0 |2853 |  0 | 100k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
60.55/60.82	c  60.8s| 78700 | 36947 |459105 |   3.4 |    77M |  83 | 420 |9600 | 217 |2853 |  1 | 100k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
60.55/60.87	c  60.9s| 78800 | 36978 |459346 |   3.4 |    77M |  83 | 420 |9600 | 217 |2853 |  1 | 100k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
60.65/60.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
60.65/60.92	c  60.9s| 78900 | 37010 |459551 |   3.4 |    77M |  83 | 420 |9598 | 217 |2853 |  1 | 100k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
60.65/60.97	c  61.0s| 79000 | 37050 |459827 |   3.4 |    77M |  83 | 420 |9597 | 217 |2853 |  1 | 101k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
60.75/61.02	c  61.0s| 79100 | 37096 |460200 |   3.4 |    77M |  83 | 420 |9595 | 217 |2853 |  1 | 101k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
60.75/61.06	c  61.1s| 79200 | 37132 |460482 |   3.4 |    77M |  83 | 420 |9595 | 217 |2853 |  1 | 101k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
60.85/61.10	c  61.1s| 79300 | 37169 |460759 |   3.4 |    77M |  83 | 420 |9596 | 217 |2853 |  1 | 101k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
60.85/61.15	c  61.1s| 79400 | 37211 |460987 |   3.4 |    78M |  83 | 420 |9594 | 217 |2853 |  1 | 101k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
60.85/61.19	c  61.2s| 79500 | 37248 |461197 |   3.4 |    78M |  83 | 420 |9594 | 217 |2853 |  1 | 101k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
60.94/61.24	c  61.2s| 79600 | 37301 |461545 |   3.4 |    78M |  83 | 420 |9594 | 217 |2853 |  1 | 101k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
60.94/61.28	c  61.3s| 79700 | 37359 |461921 |   3.4 |    78M |  83 | 420 |9594 | 217 |2853 |  1 | 101k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
61.04/61.32	c  61.3s| 79800 | 37412 |462301 |   3.4 |    78M |  83 | 420 |9594 | 217 |2853 |  1 | 101k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
61.04/61.37	c  61.4s| 79900 | 37458 |462587 |   3.4 |    78M |  83 | 420 |9594 |   0 |2853 |  0 | 101k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
61.14/61.42	c  61.4s| 80000 | 37507 |462830 |   3.4 |    78M |  83 | 420 |9594 | 217 |2853 |  1 | 101k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
61.14/61.46	c  61.5s| 80100 | 37534 |463013 |   3.4 |    78M |  83 | 420 |9594 | 217 |2853 |  1 | 101k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
61.24/61.57	c  61.6s| 80200 | 37569 |463308 |   3.4 |    78M |  83 | 420 |9598 | 217 |2853 |  1 | 101k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
61.35/61.63	c  61.6s| 80300 | 37592 |463551 |   3.4 |    78M |  83 | 420 |9597 | 217 |2853 |  1 | 101k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
61.35/61.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
61.35/61.68	c  61.7s| 80400 | 37630 |463854 |   3.4 |    78M |  83 | 420 |9597 | 217 |2853 |  1 | 102k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
61.45/61.73	c  61.7s| 80500 | 37677 |464201 |   3.4 |    78M |  83 | 420 |9597 | 217 |2853 |  1 | 102k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
61.45/61.78	c  61.8s| 80600 | 37727 |464565 |   3.4 |    78M |  83 | 420 |9597 | 217 |2853 |  1 | 102k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
61.55/61.82	c  61.8s| 80700 | 37777 |464898 |   3.4 |    78M |  83 | 420 |9596 | 217 |2853 |  1 | 102k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
61.55/61.86	c  61.9s| 80800 | 37814 |465169 |   3.4 |    78M |  83 | 420 |9597 | 217 |2853 |  1 | 102k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
61.65/61.91	c  61.9s| 80900 | 37862 |465559 |   3.4 |    78M |  83 | 420 |9599 | 217 |2853 |  1 | 102k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
61.65/61.95	c  62.0s| 81000 | 37912 |465959 |   3.4 |    78M |  83 | 420 |9582 | 217 |2853 |  1 | 102k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
61.65/62.00	c  62.0s| 81100 | 37970 |466376 |   3.4 |    78M |  83 | 420 |9585 |   0 |2853 |  0 | 102k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
61.75/62.04	c  62.0s| 81200 | 38015 |466751 |   3.4 |    78M |  83 | 420 |9597 |   0 |2853 |  0 | 102k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
61.75/62.08	c  62.1s| 81300 | 38050 |467008 |   3.4 |    78M |  83 | 420 |9600 | 217 |2853 |  1 | 102k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
61.85/62.12	c  62.1s| 81400 | 38077 |467284 |   3.4 |    78M |  83 | 420 |9600 | 217 |2853 |  1 | 102k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
61.85/62.17	c  62.2s| 81500 | 38128 |467671 |   3.4 |    78M |  83 | 420 |9600 | 217 |2853 |  1 | 102k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
61.95/62.22	c  62.2s| 81600 | 38175 |468033 |   3.4 |    78M |  83 | 420 |9600 | 217 |2853 |  1 | 102k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
61.95/62.26	c  62.3s| 81700 | 38223 |468365 |   3.4 |    78M |  83 | 420 |9600 | 217 |2853 |  1 | 102k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
62.04/62.30	c  62.3s| 81800 | 38273 |468704 |   3.4 |    78M |  83 | 420 |9597 | 217 |2853 |  1 | 102k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
62.04/62.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
62.04/62.35	c  62.3s| 81900 | 38326 |469078 |   3.4 |    78M |  83 | 420 |9597 |   0 |2853 |  0 | 102k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
62.04/62.39	c  62.4s| 82000 | 38378 |469403 |   3.4 |    78M |  83 | 420 |9595 | 217 |2853 |  1 | 102k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
62.14/62.43	c  62.4s| 82100 | 38423 |469732 |   3.4 |    78M |  83 | 420 |9596 | 217 |2853 |  1 | 102k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
62.14/62.48	c  62.5s| 82200 | 38477 |470096 |   3.4 |    78M |  83 | 420 |9596 |   0 |2853 |  0 | 102k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
62.24/62.52	c  62.5s| 82300 | 38521 |470432 |   3.4 |    78M |  83 | 420 |9595 | 217 |2853 |  1 | 102k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
62.24/62.57	c  62.6s| 82400 | 38564 |470759 |   3.4 |    78M |  83 | 420 |9594 | 217 |2853 |  1 | 103k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
62.34/62.61	c  62.6s| 82500 | 38597 |471010 |   3.4 |    78M |  83 | 420 |9595 |   0 |2853 |  0 | 103k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
62.34/62.66	c  62.7s| 82600 | 38640 |471266 |   3.4 |    79M |  83 | 420 |9596 | 217 |2853 |  1 | 103k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
62.44/62.70	c  62.7s| 82700 | 38680 |471529 |   3.4 |    79M |  83 | 420 |9595 | 217 |2853 |  1 | 103k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
62.44/62.75	c  62.7s| 82800 | 38733 |471861 |   3.4 |    79M |  83 | 420 |9594 | 217 |2853 |  1 | 103k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
62.44/62.79	c  62.8s| 82900 | 38772 |472207 |   3.4 |    79M |  83 | 420 |9598 |   0 |2853 |  0 | 103k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
62.54/62.84	c  62.8s| 83000 | 38808 |472454 |   3.4 |    79M |  83 | 420 |9599 | 217 |2853 |  1 | 103k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
62.54/62.89	c  62.9s| 83100 | 38839 |472682 |   3.4 |    80M |  83 | 420 |9599 | 217 |2853 |  1 | 103k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
62.64/62.93	c  62.9s| 83200 | 38869 |472894 |   3.4 |    80M |  83 | 420 |9599 | 217 |2853 |  1 | 103k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
62.64/62.98	c  63.0s| 83300 | 38906 |473103 |   3.4 |    80M |  83 | 420 |9599 | 217 |2853 |  1 | 103k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
62.75/63.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
62.75/63.02	c  63.0s| 83400 | 38936 |473297 |   3.4 |    80M |  83 | 420 |9599 |   0 |2853 |  0 | 103k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
62.75/63.07	c  63.1s| 83500 | 38962 |473494 |   3.4 |    80M |  83 | 420 |9599 |   0 |2853 |  0 | 103k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
62.85/63.12	c  63.1s| 83600 | 38998 |473724 |   3.4 |    80M |  83 | 420 |9598 | 217 |2853 |  1 | 103k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
62.85/63.16	c  63.2s| 83700 | 39028 |473926 |   3.4 |    80M |  83 | 420 |9598 | 217 |2853 |  1 | 103k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
62.94/63.20	c  63.2s| 83800 | 39067 |474133 |   3.4 |    80M |  83 | 420 |9597 | 217 |2853 |  1 | 103k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
62.94/63.25	c  63.2s| 83900 | 39112 |474374 |   3.4 |    80M |  83 | 420 |9596 | 217 |2853 |  1 | 104k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
63.04/63.30	c  63.3s| 84000 | 39153 |474602 |   3.4 |    80M |  83 | 420 |9595 | 217 |2853 |  1 | 104k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
63.04/63.34	c  63.3s| 84100 | 39179 |474776 |   3.4 |    80M |  83 | 420 |9595 |   0 |2853 |  0 | 104k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
63.04/63.38	c  63.4s| 84200 | 39212 |475059 |   3.4 |    80M |  83 | 420 |9595 |   0 |2853 |  0 | 104k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
63.14/63.42	c  63.4s| 84300 | 39256 |475302 |   3.4 |    80M |  83 | 420 |9594 | 217 |2853 |  1 | 104k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
63.14/63.47	c  63.5s| 84400 | 39297 |475546 |   3.4 |    81M |  83 | 420 |9594 | 217 |2853 |  1 | 104k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
63.24/63.51	c  63.5s| 84500 | 39331 |475763 |   3.4 |    81M |  83 | 420 |9593 |   0 |2853 |  0 | 104k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
63.24/63.56	c  63.6s| 84600 | 39367 |475973 |   3.4 |    81M |  83 | 420 |9593 | 217 |2853 |  1 | 104k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
63.34/63.60	c  63.6s| 84700 | 39400 |476234 |   3.4 |    81M |  83 | 420 |9597 | 217 |2853 |  1 | 104k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
63.34/63.65	c  63.6s| 84800 | 39446 |476519 |   3.4 |    81M |  83 | 420 |9597 |   0 |2853 |  0 | 104k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
63.34/63.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
63.34/63.69	c  63.7s| 84900 | 39493 |476833 |   3.4 |    81M |  83 | 420 |9597 | 217 |2853 |  1 | 104k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
63.44/63.73	c  63.7s| 85000 | 39527 |477056 |   3.4 |    81M |  83 | 420 |9598 |   0 |2853 |  0 | 104k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
63.44/63.77	c  63.8s| 85100 | 39568 |477319 |   3.4 |    81M |  83 | 420 |9599 | 217 |2853 |  1 | 104k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
63.54/63.81	c  63.8s| 85200 | 39590 |477538 |   3.4 |    81M |  83 | 420 |9594 | 217 |2853 |  1 | 104k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
63.54/63.86	c  63.9s| 85300 | 39631 |477789 |   3.4 |    81M |  83 | 420 |9601 |   0 |2853 |  0 | 105k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
63.64/63.92	c  63.9s| 85400 | 39652 |477955 |   3.4 |    81M |  83 | 420 |9601 | 217 |2853 |  1 | 105k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
63.64/63.97	c  64.0s| 85500 | 39696 |478245 |   3.4 |    81M |  83 | 420 |9599 | 217 |2853 |  1 | 105k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
63.74/64.01	c  64.0s| 85600 | 39724 |478477 |   3.4 |    81M |  83 | 420 |9599 |   0 |2853 |  0 | 105k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
63.74/64.06	c  64.1s| 85700 | 39782 |478842 |   3.4 |    81M |  83 | 420 |9596 | 217 |2853 |  1 | 105k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
63.84/64.11	c  64.1s| 85800 | 39838 |479233 |   3.4 |    81M |  83 | 420 |9594 |   0 |2853 |  0 | 105k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
63.84/64.16	c  64.2s| 85900 | 39890 |479577 |   3.4 |    81M |  83 | 420 |9595 | 217 |2853 |  1 | 105k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
63.94/64.21	c  64.2s| 86000 | 39932 |479876 |   3.4 |    81M |  83 | 420 |9594 | 217 |2853 |  1 | 105k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
63.94/64.25	c  64.3s| 86100 | 39972 |480194 |   3.4 |    81M |  83 | 420 |9595 | 217 |2853 |  1 | 105k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
64.03/64.30	c  64.3s| 86200 | 40021 |480534 |   3.4 |    81M |  83 | 420 |9597 |   0 |2853 |  0 | 105k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
64.03/64.36	c  64.4s| 86300 | 40052 |480736 |   3.4 |    81M |  83 | 420 |9596 | 217 |2853 |  1 | 105k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
64.13/64.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
64.13/64.41	c  64.4s| 86400 | 40089 |480955 |   3.4 |    81M |  83 | 420 |9597 |   0 |2853 |  0 | 105k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
64.13/64.47	c  64.5s| 86500 | 40125 |481168 |   3.4 |    81M |  83 | 420 |9597 | 217 |2853 |  1 | 105k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
64.23/64.52	c  64.5s| 86600 | 40172 |481494 |   3.4 |    81M |  83 | 420 |9596 |   0 |2853 |  0 | 106k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
64.23/64.59	c  64.6s| 86700 | 40212 |481767 |   3.4 |    81M |  83 | 420 |9597 | 217 |2853 |  1 | 106k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
64.33/64.64	c  64.6s| 86800 | 40246 |481953 |   3.4 |    81M |  83 | 420 |9597 | 217 |2853 |  1 | 106k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
64.43/64.71	c  64.7s| 86900 | 40282 |482197 |   3.4 |    82M |  83 | 420 |9597 | 217 |2853 |  1 | 106k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
64.43/64.75	c  64.7s| 87000 | 40311 |482437 |   3.4 |    82M |  83 | 420 |9597 |   0 |2853 |  0 | 106k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
64.53/64.81	c  64.8s| 87100 | 40339 |482621 |   3.4 |    82M |  83 | 420 |9597 | 217 |2853 |  1 | 106k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
64.53/64.86	c  64.9s| 87200 | 40392 |482956 |   3.4 |    82M |  83 | 420 |9597 | 217 |2853 |  1 | 106k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
64.63/64.92	c  64.9s| 87300 | 40429 |483237 |   3.4 |    82M |  83 | 420 |9595 |   0 |2853 |  0 | 106k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
64.63/64.97	c  65.0s| 87400 | 40468 |483497 |   3.4 |    82M |  83 | 420 |9596 | 217 |2853 |  1 | 106k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
64.74/65.01	c  65.0s| 87500 | 40479 |483702 |   3.4 |    82M |  83 | 420 |9599 | 217 |2853 |  1 | 106k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
64.74/65.07	c  65.1s| 87600 | 40512 |483931 |   3.4 |    82M |  83 | 420 |9598 | 217 |2853 |  1 | 107k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
64.83/65.13	c  65.1s| 87700 | 40545 |484123 |   3.4 |    82M |  83 | 420 |9598 | 217 |2853 |  1 | 107k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
64.83/65.18	c  65.2s| 87800 | 40579 |484323 |   3.4 |    82M |  83 | 420 |9596 | 217 |2853 |  1 | 107k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
64.93/65.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
64.93/65.23	c  65.2s| 87900 | 40616 |484533 |   3.4 |    82M |  83 | 420 |9594 | 217 |2853 |  1 | 107k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
65.03/65.30	c  65.3s| 88000 | 40617 |484684 |   3.4 |    82M |  83 | 420 |9593 | 217 |2853 |  1 | 107k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
65.03/65.36	c  65.4s| 88100 | 40592 |484840 |   3.4 |    82M |  83 | 420 |9572 |   0 |2853 |  0 | 107k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
65.13/65.42	c  65.4s| 88200 | 40563 |485032 |   3.4 |    82M |  83 | 420 |9575 |   0 |2853 |  0 | 107k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
65.13/65.48	c  65.5s| 88300 | 40527 |485205 |   3.4 |    82M |  83 | 420 |9542 | 217 |2853 |  1 | 107k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
65.23/65.55	c  65.6s| 88400 | 40500 |485318 |   3.4 |    82M |  83 | 420 |9593 |   0 |2853 |  0 | 107k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
65.33/65.64	c  65.6s| 88500 | 40473 |485513 |   3.4 |    82M |  83 | 420 |9594 | 217 |2853 |  1 | 108k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
65.43/65.71	c  65.7s| 88600 | 40467 |485793 |   3.4 |    82M |  83 | 420 |9594 | 217 |2853 |  1 | 108k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
65.43/65.78	c  65.8s| 88700 | 40458 |486080 |   3.4 |    82M |  83 | 420 |9596 |   0 |2853 |  0 | 108k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
65.53/65.87	c  65.9s| 88800 | 40399 |486359 |   3.4 |    82M |  83 | 420 |9509 | 217 |2853 |  1 | 108k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
65.63/65.94	c  65.9s| 88900 | 40376 |486632 |   3.4 |    82M |  83 | 420 |9224 | 217 |2853 |  1 | 108k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
65.63/65.99	c  66.0s| 89000 | 40374 |486879 |   3.4 |    82M |  83 | 420 |9229 | 217 |2853 |  0 | 108k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
65.73/66.06	c  66.1s| 89100 | 40341 |487154 |   3.4 |    82M |  83 | 420 |9219 |   0 |2853 |  0 | 108k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
65.83/66.13	c  66.1s| 89200 | 40314 |487400 |   3.4 |    82M |  83 | 420 |9124 |   0 |2853 |  0 | 108k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
65.83/66.19	c  66.2s| 89300 | 40292 |487679 |   3.4 |    82M |  83 | 420 |9028 | 217 |2853 |  1 | 108k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
65.92/66.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
65.92/66.26	c  66.3s| 89400 | 40280 |487928 |   3.4 |    82M |  83 | 420 |8937 |   0 |2853 |  0 | 109k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
66.02/66.31	c  66.3s| 89500 | 40285 |488176 |   3.4 |    82M |  83 | 420 |8720 | 217 |2853 |  1 | 109k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
66.02/66.36	c  66.4s| 89600 | 40269 |488440 |   3.4 |    82M |  83 | 420 |8570 | 216 |2853 |  1 | 109k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
66.12/66.41	c  66.4s| 89700 | 40274 |488672 |   3.4 |    82M |  83 | 420 |8612 |   0 |2853 |  0 | 109k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
66.12/66.46	c  66.5s| 89800 | 40265 |488924 |   3.4 |    82M |  83 | 420 |8476 | 217 |2853 |  1 | 109k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
66.22/66.54	c  66.5s| 89900 | 40212 |489100 |   3.4 |    82M |  83 | 420 |8554 | 217 |2853 |  1 | 109k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
66.32/66.60	c  66.6s| 90000 | 40191 |489310 |   3.4 |    82M |  83 | 420 |8657 | 217 |2853 |  1 | 109k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
66.32/66.65	c  66.7s| 90100 | 40219 |489615 |   3.4 |    82M |  83 | 420 |8573 | 217 |2853 |  1 | 109k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
66.42/66.70	c  66.7s| 90200 | 40247 |489920 |   3.4 |    82M |  83 | 420 |8561 |   0 |2853 |  0 | 109k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
66.42/66.74	c  66.7s| 90300 | 40275 |490220 |   3.4 |    82M |  83 | 420 |8566 | 217 |2853 |  1 | 109k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
66.42/66.79	c  66.8s| 90400 | 40305 |490511 |   3.4 |    82M |  83 | 420 |8581 |   0 |2853 |  0 | 109k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
66.52/66.84	c  66.8s| 90500 | 40279 |490745 |   3.4 |    82M |  83 | 420 |8627 |   0 |2853 |  0 | 109k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
66.62/66.90	c  66.9s| 90600 | 40212 |490844 |   3.4 |    83M |  83 | 420 |8713 |   0 |2853 |  0 | 109k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
66.62/66.96	c  67.0s| 90700 | 40155 |491003 |   3.4 |    83M |  83 | 420 |8784 |   0 |2853 |  0 | 109k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
66.73/67.03	c  67.0s| 90800 | 40116 |491216 |   3.4 |    83M |  83 | 420 |8847 |   0 |2853 |  0 | 110k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
66.73/67.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
66.73/67.10	c  67.1s| 90900 | 40072 |491357 |   3.4 |    83M |  83 | 420 |8961 |   0 |2853 |  0 | 110k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
66.83/67.17	c  67.2s| 91000 | 40022 |491479 |   3.4 |    83M |  83 | 420 |9122 | 217 |2853 |  1 | 110k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
66.92/67.23	c  67.2s| 91100 | 40022 |491682 |   3.4 |    83M |  83 | 420 |9227 | 217 |2853 |  1 | 110k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
66.92/67.28	c  67.3s| 91200 | 40018 |491939 |   3.4 |    83M |  83 | 420 |9303 |   0 |2853 |  0 | 110k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
67.02/67.34	c  67.3s| 91300 | 40021 |492242 |   3.4 |    83M |  83 | 420 |9398 |   0 |2853 |  0 | 110k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
67.12/67.41	c  67.4s| 91400 | 39996 |492477 |   3.4 |    83M |  83 | 420 |9601 | 217 |2853 |  1 | 110k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
67.12/67.49	c  67.5s| 91500 | 39983 |492734 |   3.4 |    83M |  83 | 420 |9601 | 217 |2853 |  1 | 111k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
67.22/67.57	c  67.6s| 91600 | 39973 |493041 |   3.4 |    83M |  83 | 420 |9601 | 217 |2853 |  1 | 111k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
67.32/67.65	c  67.7s| 91700 | 39963 |493359 |   3.4 |    83M |  83 | 420 |9601 |   0 |2853 |  0 | 111k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
67.42/67.75	c  67.7s| 91800 | 39946 |493658 |   3.4 |    83M |  83 | 420 |9600 |   0 |2853 |  0 | 111k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
67.52/67.85	c  67.9s| 91900 | 39912 |493915 |   3.4 |    83M |  83 | 420 |9599 |   0 |2853 |  0 | 111k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
67.62/67.95	c  67.9s| 92000 | 39904 |494239 |   3.4 |    83M |  83 | 420 |9575 | 217 |2853 |  1 | 111k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
67.72/68.00	c  68.0s| 92100 | 39909 |494595 |   3.4 |    83M |  83 | 420 |9594 |   0 |2853 |  0 | 112k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
67.72/68.08	c  68.1s| 92200 | 39899 |494928 |   3.4 |    83M |  83 | 420 |9599 | 217 |2853 |  1 | 112k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
67.82/68.16	c  68.2s| 92300 | 39892 |495252 |   3.4 |    83M |  83 | 420 |9599 |   0 |2853 |  0 | 112k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
67.91/68.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
67.91/68.24	c  68.2s| 92400 | 39886 |495570 |   3.4 |    83M |  83 | 420 |9561 | 217 |2853 |  1 | 112k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
67.91/68.30	c  68.3s| 92500 | 39885 |495915 |   3.4 |    83M |  83 | 420 |9591 |   0 |2853 |  0 | 112k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
68.01/68.36	c  68.4s| 92600 | 39897 |496253 |   3.4 |    83M |  83 | 420 |9558 |   0 |2853 |  0 | 112k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
68.11/68.43	c  68.4s| 92700 | 39899 |496614 |   3.4 |    83M |  83 | 420 |9459 | 217 |2853 |  1 | 112k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
68.11/68.48	c  68.5s| 92800 | 39908 |496993 |   3.4 |    83M |  83 | 420 |9418 | 217 |2853 |  1 | 112k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
68.21/68.54	c  68.5s| 92900 | 39915 |497332 |   3.4 |    83M |  83 | 420 |9371 | 217 |2853 |  1 | 112k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
68.21/68.59	c  68.6s| 93000 | 39921 |497650 |   3.4 |    83M |  83 | 420 |9410 | 216 |2853 |  1 | 113k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
68.31/68.65	c  68.7s| 93100 | 39914 |497988 |   3.4 |    83M |  83 | 420 |9432 | 217 |2853 |  1 | 113k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
68.41/68.73	c  68.7s| 93200 | 39889 |498165 |   3.4 |    83M |  83 | 420 |9519 | 217 |2853 |  1 | 113k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
68.41/68.78	c  68.8s| 93300 | 39881 |498349 |   3.4 |    83M |  83 | 420 |9553 | 217 |2853 |  1 | 113k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
68.51/68.84	c  68.8s| 93400 | 39889 |498575 |   3.4 |    83M |  83 | 420 |9592 | 217 |2853 |  1 | 113k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
68.61/68.90	c  68.9s| 93500 | 39897 |498802 |   3.4 |    83M |  83 | 420 |9592 | 217 |2853 |  1 | 113k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
68.61/68.96	c  69.0s| 93600 | 39903 |499031 |   3.4 |    83M |  83 | 420 |9595 | 217 |2853 |  1 | 113k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
68.72/69.01	c  69.0s| 93700 | 39901 |499236 |   3.4 |    83M |  83 | 420 |9600 |   0 |2853 |  0 | 113k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
68.72/69.06	c  69.1s| 93800 | 39923 |499499 |   3.4 |    83M |  83 | 420 |9603 | 217 |2853 |  1 | 114k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
68.82/69.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
68.82/69.12	c  69.1s| 93900 | 39941 |499692 |   3.4 |    83M |  83 | 420 |9604 |   0 |2853 |  0 | 114k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
68.82/69.17	c  69.2s| 94000 | 39953 |499874 |   3.4 |    83M |  83 | 420 |9604 | 217 |2853 |  1 | 114k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
69.01/69.30	c  69.3s| 94100 | 39790 |499982 |   3.4 |    83M |  83 | 420 |9578 |   0 |2853 |  0 | 114k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
69.01/69.39	c  69.4s| 94200 | 39727 |500124 |   3.4 |    83M |  83 | 420 |9598 |   0 |2853 |  0 | 114k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
69.11/69.48	c  69.5s| 94300 | 39644 |500242 |   3.4 |    83M |  83 | 420 |9608 |   0 |2853 |  0 | 114k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
69.31/69.60	c  69.6s| 94400 | 39557 |500359 |   3.4 |    83M |  83 | 420 |9575 |   0 |2853 |  0 | 114k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
69.31/69.67	c  69.7s| 94500 | 39487 |500432 |   3.3 |    83M |  83 | 420 |9573 |   0 |2853 |  0 | 115k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
69.41/69.72	c  69.7s| 94600 | 39504 |500634 |   3.3 |    83M |  83 | 420 |9570 |   0 |2853 |  0 | 115k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
69.51/69.82	c  69.8s| 94700 | 39394 |500736 |   3.3 |    83M |  83 | 420 |9488 |   0 |2853 |  0 | 115k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
69.51/69.89	c  69.9s| 94800 | 39329 |500875 |   3.3 |    83M |  83 | 420 |9545 |   0 |2853 |  0 | 115k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
69.61/69.96	c  70.0s| 94900 | 39315 |501033 |   3.3 |    83M |  83 | 420 |9606 |   0 |2853 |  0 | 115k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
69.71/70.02	c  70.0s| 95000 | 39317 |501200 |   3.3 |    83M |  83 | 420 |9608 | 217 |2853 |  1 | 115k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
69.81/70.12	c  70.1s| 95100 | 39270 |501333 |   3.3 |    83M |  83 | 420 |9608 |   0 |2853 |  0 | 115k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
69.81/70.17	c  70.2s| 95200 | 39287 |501527 |   3.3 |    83M |  83 | 420 |9609 | 216 |2853 |  1 | 116k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
69.91/70.24	c  70.2s| 95300 | 39276 |501672 |   3.3 |    83M |  83 | 420 |9609 | 212 |2853 |  1 | 116k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
70.00/70.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
70.00/70.34	c  70.3s| 95400 | 39362 |502711 |   3.3 |    83M |  83 | 420 |9550 | 217 |2879 |  1 | 116k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
70.10/70.40	c  70.4s| 95500 | 39452 |503188 |   3.3 |    83M |  83 | 420 |8681 | 217 |2879 |  1 | 116k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
70.10/70.47	c  70.5s| 95600 | 39544 |503736 |   3.3 |    84M |  83 | 420 |8284 | 216 |2888 |  1 | 116k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
70.20/70.52	c  70.5s| 95700 | 39622 |504057 |   3.3 |    84M |  83 | 420 |8191 | 216 |2888 |  1 | 116k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
70.20/70.55	c  70.6s| 95800 | 39690 |504298 |   3.3 |    84M |  83 | 420 |8176 | 219 |2895 |  1 | 116k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
70.30/70.60	c  70.6s| 95900 | 39765 |504618 |   3.3 |    84M |  83 | 420 |8165 |   0 |2895 |  0 | 116k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
70.30/70.64	c  70.6s| 96000 | 39854 |504941 |   3.3 |    84M |  83 | 420 |8182 | 218 |2895 |  1 | 116k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
70.30/70.68	c  70.7s| 96100 | 39910 |505183 |   3.3 |    84M |  83 | 420 |8300 | 218 |2895 |  1 | 117k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
70.40/70.73	c  70.7s| 96200 | 39946 |505431 |   3.3 |    84M |  83 | 420 |8396 | 218 |2895 |  1 | 117k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
70.40/70.76	c  70.8s| 96300 | 39997 |505657 |   3.3 |    84M |  83 | 420 |8480 |   0 |2895 |  0 | 117k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
70.50/70.80	c  70.8s| 96400 | 40022 |505842 |   3.3 |    84M |  83 | 420 |8606 |   0 |2895 |  0 | 117k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
70.50/70.85	c  70.8s| 96500 | 40007 |505996 |   3.3 |    84M |  83 | 420 |8794 |   0 |2895 |  0 | 117k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
70.50/70.89	c  70.9s| 96600 | 40006 |506169 |   3.3 |    84M |  83 | 420 |8916 | 217 |2895 |  1 | 117k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
70.60/70.93	c  70.9s| 96700 | 40025 |506354 |   3.3 |    84M |  83 | 420 |8980 | 217 |2895 |  1 | 118k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
70.60/70.98	c  71.0s| 96800 | 40065 |506624 |   3.3 |    84M |  83 | 420 |9068 | 217 |2895 |  1 | 118k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
70.71/71.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
70.71/71.02	c  71.0s| 96900 | 40099 |506873 |   3.3 |    84M |  83 | 420 |9184 | 217 |2895 |  1 | 118k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
70.71/71.06	c  71.1s| 97000 | 40138 |507145 |   3.3 |    84M |  83 | 420 |9304 | 217 |2895 |  1 | 118k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
70.81/71.10	c  71.1s| 97100 | 40158 |507352 |   3.3 |    84M |  83 | 420 |9487 | 216 |2895 |  1 | 118k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
70.81/71.15	c  71.1s| 97200 | 40149 |507522 |   3.3 |    84M |  83 | 420 |9602 | 217 |2895 |  1 | 119k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
70.90/71.21	c  71.2s| 97300 | 40135 |507698 |   3.3 |    84M |  83 | 420 |9612 | 216 |2895 |  1 | 119k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
70.90/71.26	c  71.3s| 97400 | 40153 |507887 |   3.3 |    84M |  83 | 420 |9611 | 217 |2895 |  1 | 119k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
71.00/71.31	c  71.3s| 97500 | 40177 |508093 |   3.3 |    85M |  83 | 420 |9611 |   0 |2895 |  0 | 119k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
71.00/71.37	c  71.4s| 97600 | 40208 |508347 |   3.3 |    85M |  83 | 420 |9614 | 217 |2895 |  1 | 119k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
71.10/71.43	c  71.4s| 97700 | 40244 |508642 |   3.3 |    85M |  83 | 420 |9614 | 217 |2895 |  1 | 119k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
71.20/71.50	c  71.5s| 97800 | 40249 |508827 |   3.3 |    85M |  83 | 420 |9614 | 217 |2895 |  1 | 120k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
71.20/71.55	c  71.6s| 97900 | 40278 |509056 |   3.3 |    85M |  83 | 420 |9614 | 217 |2895 |  1 | 120k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
71.30/71.61	c  71.6s| 98000 | 40300 |509261 |   3.3 |    85M |  83 | 420 |9615 | 217 |2895 |  1 | 120k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
71.30/71.68	c  71.7s| 98100 | 40327 |509497 |   3.3 |    85M |  83 | 420 |9614 | 217 |2895 |  1 | 120k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
71.40/71.75	c  71.7s| 98200 | 40342 |509738 |   3.3 |    85M |  83 | 420 |9617 | 216 |2895 |  1 | 120k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
71.50/71.80	c  71.8s| 98300 | 40383 |510087 |   3.3 |    85M |  83 | 420 |9629 | 216 |2895 |  1 | 120k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
71.50/71.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
71.50/71.84	c  71.8s| 98400 | 40420 |510379 |   3.3 |    85M |  83 | 420 |9630 | 216 |2895 |  1 | 120k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
71.50/71.88	c  71.9s| 98500 | 40457 |510736 |   3.3 |    85M |  83 | 420 |9635 | 216 |2895 |  1 | 121k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
71.60/71.92	c  71.9s| 98600 | 40497 |511051 |   3.3 |    85M |  83 | 420 |9635 |   0 |2895 |  0 | 121k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
71.60/71.95	c  72.0s| 98700 | 40528 |511339 |   3.3 |    86M |  83 | 420 |9634 |   0 |2895 |  0 | 121k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
71.60/71.98	c  72.0s| 98800 | 40558 |511647 |   3.3 |    86M |  83 | 420 |9634 | 216 |2895 |  1 | 121k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
71.70/72.01	c  72.0s| 98900 | 40597 |511936 |   3.3 |    86M |  83 | 420 |9631 | 216 |2895 |  1 | 121k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
71.70/72.05	c  72.0s| 99000 | 40636 |512240 |   3.3 |    86M |  83 | 420 |9633 | 216 |2895 |  0 | 121k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
71.70/72.08	c  72.1s| 99100 | 40667 |512556 |   3.3 |    86M |  83 | 420 |9633 | 216 |2895 |  1 | 121k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
71.89/72.22	c  72.2s| 99200 | 40694 |512804 |   3.3 |    86M |  83 | 420 |9633 | 216 |2895 |  1 | 121k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
71.89/72.26	c  72.3s| 99300 | 40731 |513099 |   3.3 |    86M |  83 | 420 |9631 | 216 |2895 |  1 | 121k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
71.99/72.30	c  72.3s| 99400 | 40763 |513398 |   3.3 |    86M |  83 | 420 |9634 | 216 |2895 |  1 | 121k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
71.99/72.35	c  72.4s| 99500 | 40817 |513678 |   3.3 |    86M |  83 | 420 |9636 | 218 |2901 |  1 | 121k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
72.09/72.41	c  72.4s| 99600 | 40882 |514081 |   3.3 |    86M |  83 | 420 |9634 | 218 |2901 |  1 | 121k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
72.09/72.46	c  72.5s| 99700 | 40911 |514248 |   3.3 |    86M |  83 | 420 |9633 |   0 |2901 |  0 | 121k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
72.19/72.51	c  72.5s| 99800 | 40903 |514349 |   3.3 |    86M |  83 | 420 |9630 |   0 |2901 |  0 | 121k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
72.19/72.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
72.19/72.57	c  72.6s| 99900 | 40925 |514602 |   3.3 |    86M |  83 | 420 |9627 | 218 |2901 |  1 | 122k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
72.29/72.64	c  72.6s|100000 | 40968 |514862 |   3.3 |    86M |  83 | 420 |9625 |   0 |2906 |  0 | 122k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
72.29/72.69	c  72.7s|100100 | 41018 |515114 |   3.3 |    86M |  83 | 420 |9620 | 217 |2906 |  1 | 122k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
72.39/72.74	c  72.7s|100200 | 41045 |515294 |   3.3 |    86M |  83 | 420 |9618 | 217 |2906 |  1 | 122k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
72.39/72.79	c  72.8s|100300 | 41033 |515399 |   3.3 |    86M |  83 | 420 |9616 | 216 |2906 |  1 | 122k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
72.49/72.85	c  72.8s|100400 | 41110 |515747 |   3.3 |    86M |  83 | 420 |9617 | 216 |2906 |  1 | 122k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
72.59/72.90	c  72.9s|100500 | 41187 |516041 |   3.3 |    86M |  83 | 420 |9617 | 216 |2906 |  1 | 122k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
72.59/72.95	c  72.9s|100600 | 41243 |516292 |   3.3 |    86M |  83 | 420 |9617 | 216 |2906 |  1 | 122k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
72.69/73.01	c  73.0s|100700 | 41257 |516476 |   3.3 |    86M |  83 | 420 |9615 |   0 |2906 |  0 | 122k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
72.69/73.07	c  73.1s|100800 | 41279 |516690 |   3.3 |    86M |  83 | 420 |9614 | 216 |2906 |  1 | 123k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
72.79/73.12	c  73.1s|100900 | 41321 |517009 |   3.3 |    86M |  83 | 420 |9619 | 216 |2906 |  0 | 123k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
72.79/73.16	c  73.2s|101000 | 41306 |517215 |   3.3 |    86M |  83 | 420 |9624 |   0 |2906 |  0 | 123k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
72.89/73.21	c  73.2s|101100 | 41319 |517443 |   3.3 |    86M |  83 | 420 |9622 | 216 |2906 |  1 | 123k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
72.89/73.25	c  73.2s|101200 | 41349 |517747 |   3.3 |    86M |  83 | 420 |9621 | 216 |2906 |  1 | 123k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
72.89/73.29	c  73.3s|101300 | 41387 |518036 |   3.3 |    86M |  83 | 420 |9624 |   0 |2906 |  0 | 123k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
72.99/73.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
72.99/73.34	c  73.3s|101400 | 41428 |518474 |   3.3 |    86M |  83 | 420 |9623 | 216 |2906 |  1 | 123k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
72.99/73.38	c  73.4s|101500 | 41475 |518857 |   3.3 |    86M |  83 | 420 |9615 | 216 |2906 |  1 | 123k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
73.09/73.42	c  73.4s|101600 | 41516 |519131 |   3.3 |    86M |  83 | 420 |9612 | 216 |2906 |  1 | 123k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
73.09/73.45	c  73.4s|101700 | 41546 |519393 |   3.3 |    86M |  83 | 420 |9614 | 216 |2906 |  1 | 123k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
73.09/73.48	c  73.5s|101800 | 41591 |519656 |   3.3 |    86M |  83 | 420 |9614 | 216 |2906 |  1 | 123k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
73.19/73.53	c  73.5s|101900 | 41636 |519934 |   3.3 |    86M |  83 | 420 |9616 | 218 |2906 |  1 | 123k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
73.19/73.57	c  73.6s|102000 | 41681 |520177 |   3.3 |    86M |  83 | 420 |9592 | 218 |2906 |  1 | 123k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
73.29/73.61	c  73.6s|102100 | 41711 |520384 |   3.3 |    86M |  83 | 420 |9614 |   0 |2906 |  0 | 123k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
73.29/73.65	c  73.7s|102200 | 41752 |520772 |   3.3 |    86M |  83 | 420 |9617 |   0 |2906 |  0 | 124k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
73.39/73.70	c  73.7s|102300 | 41809 |521204 |   3.3 |    86M |  83 | 420 |9583 | 218 |2906 |  1 | 124k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
73.39/73.74	c  73.7s|102400 | 41843 |521555 |   3.3 |    89M |  83 | 420 |9602 | 218 |2906 |  1 | 124k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
73.39/73.78	c  73.8s|102500 | 41889 |521959 |   3.3 |    89M |  83 | 420 |9602 | 218 |2906 |  1 | 124k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
73.48/73.82	c  73.8s|102600 | 41936 |522358 |   3.3 |    90M |  83 | 420 |9581 | 218 |2906 |  1 | 124k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
73.48/73.86	c  73.9s|102700 | 41978 |522799 |   3.3 |    90M |  83 | 420 |9583 | 218 |2906 |  1 | 124k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
73.58/73.90	c  73.9s|102800 | 42018 |523106 |   3.3 |    90M |  83 | 420 |9585 | 216 |2906 |  1 | 124k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
73.58/73.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
73.58/73.94	c  73.9s|102900 | 42064 |523399 |   3.3 |    90M |  83 | 420 |9580 | 216 |2906 |  1 | 124k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
73.58/73.98	c  74.0s|103000 | 42101 |523633 |   3.3 |    90M |  83 | 420 |9567 | 216 |2906 |  1 | 124k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
73.69/74.02	c  74.0s|103100 | 42148 |523932 |   3.3 |    90M |  83 | 420 |9574 | 216 |2906 |  1 | 124k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
73.69/74.06	c  74.1s|103200 | 42175 |524131 |   3.3 |    90M |  83 | 420 |9583 |   0 |2906 |  0 | 124k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
73.79/74.11	c  74.1s|103300 | 42213 |524531 |   3.3 |    90M |  83 | 420 |9582 | 216 |2906 |  1 | 124k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
73.79/74.15	c  74.2s|103400 | 42260 |524931 |   3.3 |    90M |  83 | 420 |9577 |   0 |2906 |  0 | 124k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
73.88/74.20	c  74.2s|103500 | 42303 |525309 |   3.3 |    90M |  83 | 420 |9573 | 216 |2906 |  1 | 124k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
73.88/74.24	c  74.2s|103600 | 42352 |525680 |   3.3 |    90M |  83 | 420 |9554 | 216 |2906 |  1 | 124k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
73.88/74.29	c  74.3s|103700 | 42399 |526129 |   3.3 |    90M |  83 | 420 |9553 |   0 |2906 |  0 | 124k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
73.98/74.33	c  74.3s|103800 | 42441 |526483 |   3.3 |    90M |  83 | 420 |9550 | 216 |2906 |  1 | 124k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
73.98/74.37	c  74.4s|103900 | 42488 |526863 |   3.3 |    90M |  83 | 420 |9549 | 216 |2906 |  0 | 124k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.08/74.41	c  74.4s|104000 | 42520 |527210 |   3.3 |    90M |  83 | 420 |9551 | 216 |2906 |  1 | 124k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.08/74.44	c  74.4s|104100 | 42554 |527560 |   3.3 |    90M |  83 | 420 |9550 | 216 |2906 |  1 | 124k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.08/74.47	c  74.5s|104200 | 42596 |527931 |   3.3 |    90M |  83 | 420 |9548 |   0 |2906 |  0 | 124k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.18/74.51	c  74.5s|104300 | 42634 |528262 |   3.3 |    90M |  83 | 420 |9548 | 216 |2906 |  1 | 125k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.18/74.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
74.18/74.54	c  74.5s|104400 | 42668 |528569 |   3.3 |    90M |  83 | 420 |9547 | 216 |2906 |  1 | 125k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.18/74.57	c  74.6s|104500 | 42701 |528876 |   3.3 |    90M |  83 | 420 |9547 | 216 |2906 |  1 | 125k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.28/74.60	c  74.6s|104600 | 42731 |529162 |   3.3 |    91M |  83 | 420 |9546 | 216 |2906 |  1 | 125k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.28/74.64	c  74.6s|104700 | 42772 |529560 |   3.3 |    91M |  83 | 420 |9517 | 216 |2906 |  1 | 125k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.28/74.67	c  74.7s|104800 | 42811 |529891 |   3.3 |    91M |  83 | 420 |9534 | 216 |2906 |  1 | 125k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.38/74.70	c  74.7s|104900 | 42844 |530220 |   3.3 |    91M |  83 | 420 |9544 |   0 |2906 |  0 | 125k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.38/74.73	c  74.7s|105000 | 42877 |530555 |   3.3 |    91M |  83 | 420 |9550 | 216 |2906 |  1 | 125k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.38/74.76	c  74.8s|105100 | 42908 |530861 |   3.3 |    91M |  83 | 420 |9543 | 216 |2906 |  1 | 125k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.38/74.79	c  74.8s|105200 | 42941 |531181 |   3.3 |    91M |  83 | 420 |9530 |   0 |2906 |  0 | 125k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.48/74.82	c  74.8s|105300 | 42981 |531507 |   3.3 |    91M |  83 | 420 |9533 | 216 |2906 |  1 | 125k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.48/74.86	c  74.9s|105400 | 43031 |531888 |   3.3 |    91M |  83 | 420 |9542 | 216 |2906 |  1 | 125k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.58/74.90	c  74.9s|105500 | 43083 |532253 |   3.3 |    92M |  83 | 420 |9516 | 216 |2906 |  1 | 125k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.58/74.94	c  74.9s|105600 | 43135 |532702 |   3.3 |    92M |  83 | 420 |9479 |   0 |2906 |  0 | 125k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.58/74.98	c  75.0s|105700 | 43176 |533087 |   3.3 |    92M |  83 | 420 |9448 | 216 |2906 |  1 | 125k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.68/75.01	c  75.0s|105800 | 43209 |533433 |   3.3 |    92M |  83 | 420 |9472 | 216 |2906 |  1 | 125k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.68/75.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
74.68/75.04	c  75.0s|105900 | 43241 |533738 |   3.3 |    92M |  83 | 420 |9473 | 216 |2906 |  1 | 125k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.68/75.08	c  75.1s|106000 | 43290 |534094 |   3.3 |    92M |  83 | 420 |9488 |   0 |2906 |  0 | 125k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.78/75.13	c  75.1s|106100 | 43340 |534443 |   3.3 |    92M |  83 | 420 |9466 | 216 |2906 |  1 | 125k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.78/75.17	c  75.2s|106200 | 43376 |534810 |   3.3 |    92M |  83 | 420 |9468 | 216 |2906 |  1 | 125k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.88/75.20	c  75.2s|106300 | 43421 |535190 |   3.3 |    92M |  83 | 420 |9503 | 216 |2906 |  1 | 125k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.88/75.23	c  75.2s|106400 | 43450 |535508 |   3.3 |    92M |  83 | 420 |9528 |   0 |2906 |  0 | 125k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.88/75.27	c  75.3s|106500 | 43520 |535844 |   3.3 |    92M |  83 | 420 |9453 | 216 |2906 |  1 | 125k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.97/75.33	c  75.3s|106600 | 43595 |536224 |   3.3 |    92M |  83 | 420 |9281 | 216 |2906 |  1 | 126k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
74.97/75.37	c  75.4s|106700 | 43634 |536463 |   3.3 |    92M |  83 | 420 |9379 | 216 |2906 |  1 | 126k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
75.07/75.40	c  75.4s|106800 | 43656 |536664 |   3.3 |    92M |  83 | 420 |9518 |   0 |2906 |  0 | 126k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
75.07/75.47	c  75.5s|106900 | 43661 |536839 |   3.3 |    92M |  83 | 420 |9531 |   0 |2906 |  0 | 126k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
75.17/75.55	c  75.5s|107000 | 43649 |537030 |   3.3 |    92M |  83 | 420 |9447 | 217 |2906 |  1 | 126k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
75.17/75.59	c  75.6s|107100 | 43681 |537279 |   3.3 |    92M |  83 | 420 |9482 | 217 |2906 |  1 | 126k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
75.27/75.63	c  75.6s|107200 | 43699 |537458 |   3.3 |    92M |  83 | 420 |9520 | 217 |2906 |  1 | 127k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
75.27/75.66	c  75.7s|107300 | 43713 |537633 |   3.3 |    92M |  83 | 420 |9518 | 217 |2906 |  1 | 127k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
75.37/75.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
75.37/75.71	c  75.7s|107400 | 43736 |537820 |   3.3 |    92M |  83 | 420 |9512 | 217 |2906 |  1 | 127k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
75.37/75.77	c  75.8s|107500 | 43760 |538036 |   3.3 |    92M |  83 | 420 |9530 | 217 |2906 |  1 | 127k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
75.47/75.83	c  75.8s|107600 | 43776 |538211 |   3.3 |    92M |  83 | 420 |9531 |   0 |2906 |  0 | 127k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
75.57/75.91	c  75.9s|107700 | 43794 |538408 |   3.3 |    93M |  83 | 420 |9531 |   0 |2906 |  0 | 127k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
75.57/75.96	c  76.0s|107800 | 43814 |538599 |   3.3 |    93M |  83 | 420 |9531 | 217 |2906 |  1 | 128k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
75.68/76.02	c  76.0s|107900 | 43827 |538775 |   3.3 |    93M |  83 | 420 |9530 | 217 |2906 |  1 | 128k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
75.68/76.09	c  76.1s|108000 | 43849 |538981 |   3.3 |    93M |  83 | 420 |9529 | 217 |2906 |  1 | 128k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
75.77/76.16	c  76.2s|108100 | 43865 |539179 |   3.3 |    93M |  83 | 420 |9528 | 217 |2906 |  1 | 128k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
75.87/76.22	c  76.2s|108200 | 43884 |539378 |   3.3 |    93M |  83 | 420 |9528 | 217 |2906 |  1 | 128k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
75.87/76.29	c  76.3s|108300 | 43902 |539550 |   3.3 |    93M |  83 | 420 |9529 | 217 |2906 |  1 | 129k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
75.97/76.36	c  76.4s|108400 | 43918 |539748 |   3.3 |    93M |  83 | 420 |9528 | 217 |2906 |  1 | 129k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
76.07/76.42	c  76.4s|108500 | 43933 |539931 |   3.3 |    93M |  83 | 420 |9528 | 217 |2906 |  1 | 129k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
76.17/76.50	c  76.5s|108600 | 43942 |540135 |   3.3 |    93M |  83 | 420 |9530 |   0 |2906 |  0 | 129k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
76.17/76.55	c  76.6s|108700 | 43955 |540294 |   3.3 |    93M |  83 | 420 |9479 | 217 |2906 |  1 | 129k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
76.27/76.62	c  76.6s|108800 | 43976 |540510 |   3.3 |    93M |  83 | 420 |9530 | 217 |2906 |  1 | 130k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
76.27/76.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
76.27/76.69	c  76.7s|108900 | 43993 |540705 |   3.3 |    93M |  83 | 420 |9530 | 217 |2906 |  1 | 130k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
76.37/76.76	c  76.8s|109000 | 44008 |540881 |   3.3 |    93M |  83 | 420 |9530 | 217 |2906 |  1 | 130k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
76.47/76.85	c  76.8s|109100 | 44007 |541082 |   3.3 |    93M |  83 | 420 |9533 | 215 |2918 |  1 | 130k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
76.47/76.89	c  76.9s|109200 | 44077 |541452 |   3.3 |    93M |  83 | 420 |9536 | 215 |2918 |  1 | 130k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
76.57/76.93	c  76.9s|109300 | 44121 |541781 |   3.3 |    93M |  83 | 420 |9528 | 215 |2918 |  1 | 130k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
76.57/76.96	c  77.0s|109400 | 44150 |542045 |   3.3 |    93M |  83 | 420 |9519 | 215 |2918 |  1 | 130k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
76.57/76.99	c  77.0s|109500 | 44189 |542334 |   3.3 |    93M |  83 | 420 |9510 | 215 |2918 |  1 | 130k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
76.67/77.02	c  77.0s|109600 | 44233 |542608 |   3.3 |    93M |  83 | 420 |9510 | 215 |2918 |  1 | 130k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
76.67/77.05	c  77.0s|109700 | 44267 |542902 |   3.3 |    93M |  83 | 420 |9505 | 215 |2918 |  1 | 130k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
76.67/77.08	c  77.1s|109800 | 44296 |543169 |   3.3 |    93M |  83 | 420 |9509 | 215 |2918 |  1 | 130k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
76.77/77.11	c  77.1s|109900 | 44322 |543404 |   3.3 |    93M |  83 | 420 |9512 |   0 |2918 |  0 | 130k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
76.77/77.14	c  77.1s|110000 | 44369 |543710 |   3.3 |    93M |  83 | 420 |9511 |   0 |2918 |  0 | 130k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
76.77/77.17	c  77.2s|110100 | 44403 |543992 |   3.3 |    93M |  83 | 420 |9516 |   0 |2918 |  0 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
76.86/77.20	c  77.2s|110200 | 44436 |544290 |   3.3 |    93M |  83 | 420 |9515 |   0 |2918 |  0 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
76.86/77.23	c  77.2s|110300 | 44476 |544545 |   3.3 |    93M |  83 | 420 |9519 | 215 |2918 |  1 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
76.86/77.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
76.86/77.26	c  77.3s|110400 | 44500 |544771 |   3.3 |    93M |  83 | 420 |9504 | 215 |2918 |  1 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
76.86/77.29	c  77.3s|110500 | 44534 |545047 |   3.3 |    93M |  83 | 420 |9484 | 215 |2918 |  1 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
76.96/77.31	c  77.3s|110600 | 44568 |545333 |   3.3 |    93M |  83 | 420 |9466 | 215 |2918 |  1 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
76.96/77.34	c  77.3s|110700 | 44604 |545607 |   3.3 |    93M |  83 | 420 |9430 | 215 |2918 |  1 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
76.96/77.37	c  77.4s|110800 | 44634 |545852 |   3.3 |    93M |  83 | 420 |9388 | 215 |2918 |  1 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.06/77.40	c  77.4s|110900 | 44680 |546170 |   3.3 |    93M |  83 | 420 |9392 | 215 |2918 |  1 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.06/77.43	c  77.4s|111000 | 44724 |546487 |   3.3 |    93M |  83 | 420 |9401 |   0 |2918 |  0 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.06/77.45	c  77.5s|111100 | 44751 |546767 |   3.3 |    93M |  83 | 420 |9407 | 215 |2918 |  1 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.06/77.48	c  77.5s|111200 | 44781 |546999 |   3.3 |    93M |  83 | 420 |9383 | 215 |2918 |  1 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.16/77.51	c  77.5s|111300 | 44817 |547265 |   3.3 |    93M |  83 | 420 |9389 |   0 |2918 |  0 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.16/77.53	c  77.5s|111400 | 44858 |547542 |   3.3 |    93M |  83 | 420 |9391 | 215 |2918 |  1 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.16/77.56	c  77.6s|111500 | 44893 |547801 |   3.3 |    94M |  83 | 420 |9411 | 215 |2918 |  1 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.16/77.59	c  77.6s|111600 | 44922 |548074 |   3.3 |    94M |  83 | 420 |9425 |   0 |2918 |  0 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.26/77.62	c  77.6s|111700 | 44948 |548313 |   3.3 |    94M |  83 | 420 |9444 | 215 |2918 |  1 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.26/77.64	c  77.6s|111800 | 44984 |548612 |   3.3 |    94M |  83 | 420 |9470 |   0 |2918 |  0 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.26/77.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
77.26/77.67	c  77.7s|111900 | 45024 |548957 |   3.3 |    94M |  83 | 420 |9488 | 215 |2918 |  1 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.36/77.70	c  77.7s|112000 | 45060 |549210 |   3.3 |    94M |  83 | 420 |9485 | 215 |2918 |  1 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.36/77.73	c  77.7s|112100 | 45090 |549475 |   3.3 |    94M |  83 | 420 |9485 | 215 |2918 |  1 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.36/77.75	c  77.8s|112200 | 45120 |549716 |   3.3 |    94M |  83 | 420 |9504 | 215 |2918 |  1 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.36/77.78	c  77.8s|112300 | 45156 |549992 |   3.3 |    94M |  83 | 420 |9501 | 215 |2918 |  1 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.46/77.80	c  77.8s|112400 | 45194 |550277 |   3.3 |    94M |  83 | 420 |9494 | 215 |2918 |  1 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.46/77.83	c  77.8s|112500 | 45229 |550537 |   3.3 |    94M |  83 | 420 |9480 | 215 |2918 |  1 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.46/77.85	c  77.9s|112600 | 45262 |550826 |   3.3 |    94M |  83 | 420 |9477 | 215 |2918 |  1 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.46/77.88	c  77.9s|112700 | 45299 |551088 |   3.3 |    94M |  83 | 420 |9470 | 216 |2918 |  1 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.56/77.92	c  77.9s|112800 | 45338 |551436 |   3.3 |    94M |  83 | 420 |9448 | 216 |2918 |  1 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.56/77.95	c  78.0s|112900 | 45379 |551776 |   3.3 |    94M |  83 | 420 |9478 |   0 |2918 |  0 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.56/77.98	c  78.0s|113000 | 45414 |552108 |   3.3 |    94M |  83 | 420 |9516 | 216 |2918 |  1 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.66/78.01	c  78.0s|113100 | 45447 |552373 |   3.3 |    94M |  83 | 420 |9509 | 215 |2918 |  1 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.66/78.05	c  78.0s|113200 | 45485 |552712 |   3.3 |    94M |  83 | 420 |9504 | 215 |2918 |  1 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.66/78.08	c  78.1s|113300 | 45521 |553072 |   3.3 |    94M |  83 | 420 |9480 | 215 |2918 |  1 | 131k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.76/78.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
77.76/78.11	c  78.1s|113400 | 45551 |553372 |   3.3 |    94M |  83 | 420 |9477 | 215 |2918 |  1 | 132k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.76/78.14	c  78.1s|113500 | 45580 |553667 |   3.3 |    94M |  83 | 420 |9468 |   0 |2918 |  0 | 132k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.76/78.17	c  78.2s|113600 | 45613 |553946 |   3.3 |    94M |  83 | 420 |9452 |   0 |2918 |  0 | 132k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.86/78.21	c  78.2s|113700 | 45637 |554229 |   3.3 |    94M |  83 | 420 |9425 | 215 |2918 |  1 | 132k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.86/78.25	c  78.3s|113800 | 45668 |554508 |   3.3 |    94M |  83 | 420 |9404 | 215 |2918 |  1 | 132k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.86/78.28	c  78.3s|113900 | 45694 |554816 |   3.3 |    94M |  83 | 420 |9391 | 215 |2918 |  1 | 132k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.96/78.31	c  78.3s|114000 | 45727 |555135 |   3.3 |    94M |  83 | 420 |9369 | 215 |2918 |  1 | 132k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.96/78.35	c  78.3s|114100 | 45765 |555467 |   3.3 |    94M |  83 | 420 |9363 |   0 |2918 |  0 | 132k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
77.96/78.38	c  78.4s|114200 | 45799 |555780 |   3.3 |    94M |  83 | 420 |9350 |   0 |2918 |  0 | 132k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
78.06/78.42	c  78.4s|114300 | 45826 |556080 |   3.3 |    94M |  83 | 420 |9339 | 215 |2918 |  1 | 132k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
78.06/78.46	c  78.5s|114400 | 45864 |556436 |   3.3 |    94M |  83 | 420 |9319 |   0 |2918 |  0 | 132k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
78.16/78.50	c  78.5s|114500 | 45894 |556795 |   3.3 |    95M |  83 | 420 |9303 | 215 |2918 |  1 | 132k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
78.16/78.53	c  78.5s|114600 | 45932 |557159 |   3.3 |    95M |  83 | 420 |9285 | 215 |2918 |  1 | 132k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
78.16/78.57	c  78.6s|114700 | 45956 |557487 |   3.3 |    96M |  83 | 420 |9253 |   0 |2918 |  0 | 132k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
78.26/78.60	c  78.6s|114800 | 45985 |557740 |   3.3 |    96M |  83 | 420 |9249 | 215 |2918 |  1 | 132k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
78.26/78.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
78.26/78.64	c  78.6s|114900 | 46021 |558027 |   3.3 |    96M |  83 | 420 |9251 | 215 |2918 |  1 | 133k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
78.26/78.67	c  78.7s|115000 | 46062 |558426 |   3.3 |    96M |  83 | 420 |9228 | 215 |2918 |  1 | 133k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
78.36/78.71	c  78.7s|115100 | 46087 |558684 |   3.3 |    96M |  83 | 420 |9198 |   0 |2918 |  0 | 133k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
78.36/78.74	c  78.7s|115200 | 46110 |559044 |   3.3 |    96M |  83 | 420 |9178 | 215 |2918 |  1 | 133k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
78.36/78.78	c  78.8s|115300 | 46139 |559351 |   3.3 |    96M |  83 | 420 |9158 | 215 |2918 |  1 | 133k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
78.46/78.81	c  78.8s|115400 | 46166 |559629 |   3.3 |    96M |  83 | 420 |9152 | 215 |2918 |  1 | 133k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
78.46/78.85	c  78.8s|115500 | 46199 |559979 |   3.3 |    96M |  83 | 420 |9137 | 215 |2918 |  1 | 133k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
78.56/78.93	c  78.9s|115600 | 46201 |560182 |   3.3 |    96M |  83 | 420 |8836 |   0 |2918 |  0 | 133k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
78.66/79.01	c  79.0s|115700 | 46255 |560878 |   3.3 |    96M |  83 | 420 |7691 | 217 |2930 |  1 | 133k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
78.76/79.11	c  79.1s|115800 | 46355 |561725 |   3.3 |    96M |  83 | 420 |6802 | 217 |2953 |  1 | 133k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
78.76/79.18	c  79.2s|115900 | 46434 |562307 |   3.3 |    96M |  83 | 420 |5922 | 217 |2991 |  1 | 133k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
78.85/79.24	c  79.2s|116000 | 46518 |562901 |   3.3 |    96M |  83 | 420 |5601 | 217 |2991 |  1 | 133k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
78.85/79.29	c  79.3s|116100 | 46601 |563403 |   3.3 |    96M |  83 | 420 |5533 | 217 |2991 |  1 | 133k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
78.95/79.35	c  79.3s|116200 | 46674 |563783 |   3.3 |    96M |  83 | 420 |4875 | 219 |2991 |  1 | 134k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.05/79.40	c  79.4s|116300 | 46751 |564253 |   3.3 |    96M |  83 | 420 |4779 | 217 |2991 |  1 | 134k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.05/79.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
79.05/79.45	c  79.4s|116400 | 46830 |564742 |   3.3 |    96M |  83 | 420 |4782 | 217 |2991 |  1 | 134k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.05/79.49	c  79.5s|116500 | 46916 |565258 |   3.3 |    96M |  83 | 420 |4805 | 217 |2991 |  1 | 134k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.15/79.53	c  79.5s|116600 | 46987 |565701 |   3.3 |    96M |  83 | 420 |4814 | 216 |2991 |  1 | 134k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.15/79.58	c  79.6s|116700 | 47070 |566118 |   3.3 |    96M |  83 | 420 |4871 | 217 |2991 |  1 | 134k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.25/79.62	c  79.6s|116800 | 47150 |566491 |   3.3 |    96M |  83 | 420 |4922 | 217 |2991 |  1 | 134k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.25/79.66	c  79.7s|116900 | 47231 |566870 |   3.3 |    96M |  83 | 420 |4957 | 217 |2991 |  1 | 134k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.35/79.71	c  79.7s|117000 | 47305 |567255 |   3.3 |    97M |  83 | 420 |4964 | 219 |2991 |  1 | 134k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.35/79.74	c  79.7s|117100 | 47351 |567514 |   3.3 |    97M |  83 | 420 |4991 |   0 |2991 |  0 | 134k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.35/79.77	c  79.8s|117200 | 47393 |567756 |   3.3 |    97M |  83 | 420 |5032 |   0 |2991 |  0 | 134k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.45/79.81	c  79.8s|117300 | 47441 |567993 |   3.3 |    97M |  83 | 420 |5086 | 217 |2991 |  1 | 134k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.45/79.84	c  79.8s|117400 | 47487 |568257 |   3.3 |    97M |  83 | 420 |5131 | 217 |2991 |  1 | 134k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.45/79.88	c  79.9s|117500 | 47531 |568496 |   3.3 |    97M |  83 | 420 |5159 | 216 |2991 |  1 | 134k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.55/79.91	c  79.9s|117600 | 47587 |568780 |   3.3 |    97M |  83 | 420 |5196 | 217 |2991 |  1 | 134k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.55/79.94	c  79.9s|117700 | 47624 |569003 |   3.3 |    97M |  83 | 420 |5232 | 217 |2991 |  1 | 135k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.55/79.98	c  80.0s|117800 | 47673 |569263 |   3.3 |    97M |  83 | 420 |5281 |   0 |2991 |  0 | 135k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.65/80.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
79.65/80.02	c  80.0s|117900 | 47723 |569531 |   3.3 |    97M |  83 | 420 |5363 | 216 |2991 |  1 | 135k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.65/80.05	c  80.1s|118000 | 47753 |569739 |   3.3 |    97M |  83 | 420 |5514 |   0 |2991 |  0 | 135k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.65/80.09	c  80.1s|118100 | 47799 |570052 |   3.3 |    97M |  83 | 420 |5540 | 217 |2991 |  1 | 135k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.75/80.13	c  80.1s|118200 | 47828 |570267 |   3.3 |    97M |  83 | 420 |5638 | 217 |2991 |  1 | 135k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.75/80.17	c  80.2s|118300 | 47865 |570559 |   3.3 |    97M |  83 | 420 |5676 | 216 |2991 |  1 | 135k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.85/80.21	c  80.2s|118400 | 47913 |570835 |   3.3 |    97M |  83 | 420 |5745 | 217 |2991 |  1 | 135k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.85/80.24	c  80.2s|118500 | 47960 |571091 |   3.3 |    97M |  83 | 420 |5863 | 217 |2991 |  1 | 135k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.85/80.27	c  80.3s|118600 | 48003 |571308 |   3.3 |    97M |  83 | 420 |5941 | 217 |2991 |  1 | 136k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.95/80.31	c  80.3s|118700 | 48038 |571526 |   3.3 |    97M |  83 | 420 |5978 | 219 |2991 |  1 | 136k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.95/80.35	c  80.3s|118800 | 48087 |571823 |   3.3 |    97M |  83 | 420 |5974 | 217 |2991 |  1 | 136k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
79.95/80.38	c  80.4s|118900 | 48123 |572047 |   3.3 |    97M |  83 | 420 |6080 | 216 |2991 |  1 | 136k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.05/80.42	c  80.4s|119000 | 48161 |572301 |   3.3 |    97M |  83 | 420 |6060 | 216 |2991 |  1 | 136k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.05/80.45	c  80.5s|119100 | 48197 |572535 |   3.3 |    97M |  83 | 420 |6042 | 217 |2991 |  1 | 136k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.05/80.49	c  80.5s|119200 | 48227 |572744 |   3.3 |    97M |  83 | 420 |6079 |   0 |2991 |  0 | 136k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.15/80.52	c  80.5s|119300 | 48256 |572955 |   3.3 |    97M |  83 | 420 |6122 |   0 |2991 |  0 | 136k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.15/80.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
80.15/80.56	c  80.6s|119400 | 48300 |573207 |   3.3 |    97M |  83 | 420 |6194 | 216 |2991 |  1 | 136k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.15/80.59	c  80.6s|119500 | 48337 |573439 |   3.3 |    97M |  83 | 420 |6195 |   0 |2991 |  0 | 136k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.24/80.63	c  80.6s|119600 | 48389 |573775 |   3.3 |    97M |  83 | 420 |6146 | 216 |2991 |  1 | 136k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.24/80.67	c  80.7s|119700 | 48445 |574136 |   3.3 |    97M |  83 | 420 |6109 | 219 |2991 |  1 | 136k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.34/80.72	c  80.7s|119800 | 48478 |574389 |   3.3 |    97M |  83 | 420 |5978 | 216 |2991 |  1 | 136k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.34/80.75	c  80.8s|119900 | 48531 |574736 |   3.3 |    97M |  83 | 420 |5969 | 216 |2991 |  1 | 137k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.34/80.79	c  80.8s|120000 | 48575 |575066 |   3.3 |    97M |  83 | 420 |5932 | 216 |2991 |  1 | 137k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.44/80.83	c  80.8s|120100 | 48630 |575417 |   3.3 |    97M |  83 | 420 |5933 | 217 |2991 |  1 | 137k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.44/80.87	c  80.9s|120200 | 48689 |575779 |   3.3 |    97M |  83 | 420 |5911 | 217 |2991 |  1 | 137k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.54/80.91	c  80.9s|120300 | 48754 |576207 |   3.3 |    98M |  83 | 420 |5837 | 216 |2991 |  1 | 137k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.54/80.94	c  80.9s|120400 | 48799 |576523 |   3.3 |    98M |  83 | 420 |5839 |   0 |2991 |  0 | 137k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.54/80.98	c  81.0s|120500 | 48855 |576843 |   3.3 |    98M |  83 | 420 |5861 | 216 |2991 |  1 | 137k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.65/81.02	c  81.0s|120600 | 48903 |577153 |   3.3 |    98M |  83 | 420 |5839 | 217 |2991 |  1 | 137k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.65/81.05	c  81.1s|120700 | 48958 |577470 |   3.3 |    98M |  83 | 420 |5823 |   0 |2991 |  0 | 137k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.65/81.08	c  81.1s|120800 | 49003 |577741 |   3.3 |    98M |  83 | 420 |5893 | 217 |2991 |  1 | 137k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.75/81.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
80.75/81.12	c  81.1s|120900 | 49066 |578067 |   3.3 |    98M |  83 | 420 |5915 | 217 |2991 |  1 | 137k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.75/81.16	c  81.2s|121000 | 49123 |578402 |   3.3 |    98M |  83 | 420 |5946 |   0 |2991 |  0 | 137k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.75/81.20	c  81.2s|121100 | 49181 |578731 |   3.3 |    98M |  83 | 420 |6013 |   0 |2991 |  0 | 137k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.84/81.23	c  81.2s|121200 | 49229 |578993 |   3.3 |    98M |  83 | 420 |6039 | 216 |2991 |  1 | 137k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.84/81.26	c  81.3s|121300 | 49279 |579241 |   3.3 |    98M |  83 | 420 |6092 |   0 |2991 |  0 | 137k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.84/81.29	c  81.3s|121400 | 49318 |579472 |   3.3 |    98M |  83 | 420 |6171 | 217 |2991 |  1 | 137k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.94/81.32	c  81.3s|121500 | 49370 |579733 |   3.3 |    98M |  83 | 420 |6189 | 216 |2991 |  1 | 137k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.94/81.36	c  81.4s|121600 | 49412 |579952 |   3.3 |    98M |  83 | 420 |6260 | 217 |2991 |  1 | 138k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
80.94/81.39	c  81.4s|121700 | 49466 |580236 |   3.3 |    98M |  83 | 420 |6275 | 217 |2991 |  1 | 138k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
81.05/81.42	c  81.4s|121800 | 49516 |580514 |   3.3 |    98M |  83 | 420 |6308 | 217 |2991 |  1 | 138k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
81.05/81.47	c  81.5s|121900 | 49582 |580951 |   3.3 |    98M |  83 | 420 |6315 | 217 |2991 |  1 | 138k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
81.15/81.50	c  81.5s|122000 | 49634 |581200 |   3.3 |    98M |  83 | 420 |6346 | 217 |2991 |  1 | 138k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
81.15/81.53	c  81.5s|122100 | 49689 |581477 |   3.3 |    98M |  83 | 420 |6351 | 217 |2991 |  1 | 138k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
81.15/81.58	c  81.6s|122200 | 49756 |581848 |   3.3 |    98M |  83 | 420 |6331 | 217 |2991 |  1 | 138k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
81.25/81.62	c  81.6s|122300 | 49820 |582248 |   3.3 |    98M |  83 | 420 |6318 |   0 |2991 |  0 | 138k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
81.25/81.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
81.25/81.66	c  81.7s|122400 | 49886 |582585 |   3.3 |    98M |  83 | 420 |6307 | 217 |2991 |  1 | 138k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
81.35/81.70	c  81.7s|122500 | 49948 |582919 |   3.3 |    98M |  83 | 420 |6328 | 217 |2991 |  1 | 138k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
81.35/81.73	c  81.7s|122600 | 50020 |583264 |   3.3 |    99M |  83 | 420 |6317 |   0 |2991 |  0 | 138k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
81.35/81.77	c  81.8s|122700 | 50090 |583639 |   3.3 |    99M |  83 | 420 |6311 | 219 |2991 |  1 | 138k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
81.45/81.81	c  81.8s|122800 | 50145 |583928 |   3.3 |    99M |  83 | 420 |6338 | 217 |2991 |  1 | 138k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
81.45/81.85	c  81.8s|122900 | 50208 |584308 |   3.3 |    99M |  83 | 420 |6344 | 217 |2991 |  1 | 138k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
81.45/81.88	c  81.9s|123000 | 50259 |584615 |   3.3 |    99M |  83 | 420 |6356 | 216 |2991 |  1 | 138k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
81.55/81.92	c  81.9s|123100 | 50314 |584893 |   3.3 |    99M |  83 | 420 |6371 | 219 |2991 |  1 | 138k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
81.55/81.95	c  82.0s|123200 | 50366 |585165 |   3.3 |    99M |  83 | 420 |6386 | 216 |2991 |  1 | 138k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
81.55/81.99	c  82.0s|123300 | 50410 |585405 |   3.3 |    99M |  83 | 420 |6392 | 216 |2991 |  1 | 138k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
81.65/82.03	c  82.0s|123400 | 50475 |585815 |   3.3 |    99M |  83 | 420 |6352 | 217 |2991 |  1 | 138k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
81.65/82.07	c  82.1s|123500 | 50521 |586079 |   3.3 |    99M |  83 | 420 |6383 | 219 |2991 |  1 | 138k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
81.75/82.10	c  82.1s|123600 | 50569 |586332 |   3.3 |    99M |  83 | 420 |6396 |   0 |2991 |  0 | 139k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
81.75/82.13	c  82.1s|123700 | 50614 |586593 |   3.3 |    99M |  83 | 420 |6407 | 217 |2991 |  1 | 139k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
81.75/82.17	c  82.2s|123800 | 50683 |587033 |   3.3 |    99M |  83 | 420 |6393 | 219 |2991 |  1 | 139k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
81.85/82.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
81.85/82.21	c  82.2s|123900 | 50734 |587333 |   3.3 |    99M |  83 | 420 |6404 | 219 |2991 |  1 | 139k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
81.85/82.24	c  82.2s|124000 | 50797 |587617 |   3.3 |    99M |  83 | 420 |6401 | 217 |2991 |  1 | 139k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
81.85/82.29	c  82.3s|124100 | 50868 |588020 |   3.3 |    99M |  83 | 420 |6424 | 217 |2991 |  1 | 139k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
81.95/82.33	c  82.3s|124200 | 50935 |588402 |   3.3 |    99M |  83 | 420 |6432 | 217 |2991 |  1 | 139k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
81.95/82.37	c  82.4s|124300 | 50991 |588749 |   3.3 |    99M |  83 | 420 |6454 | 216 |2991 |  1 | 139k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.04/82.40	c  82.4s|124400 | 51050 |589092 |   3.3 |    99M |  83 | 420 |6429 | 217 |2991 |  1 | 139k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.04/82.44	c  82.4s|124500 | 51114 |589422 |   3.3 |    99M |  83 | 420 |6390 | 217 |2991 |  1 | 139k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.04/82.47	c  82.5s|124600 | 51168 |589719 |   3.3 |    99M |  83 | 420 |6424 | 216 |2991 |  1 | 139k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.14/82.51	c  82.5s|124700 | 51219 |590032 |   3.3 |    99M |  83 | 420 |6412 | 219 |2991 |  1 | 139k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.14/82.54	c  82.5s|124800 | 51277 |590353 |   3.3 |    99M |  83 | 420 |6395 | 217 |2991 |  1 | 139k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.14/82.58	c  82.6s|124900 | 51319 |590641 |   3.3 |    99M |  83 | 420 |6310 | 217 |2991 |  1 | 139k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.24/82.61	c  82.6s|125000 | 51367 |590904 |   3.3 |    99M |  83 | 420 |6319 | 219 |2991 |  1 | 139k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.24/82.64	c  82.6s|125100 | 51429 |591220 |   3.3 |    99M |  83 | 420 |6309 | 217 |2991 |  1 | 139k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.24/82.67	c  82.7s|125200 | 51470 |591443 |   3.3 |    99M |  83 | 420 |6345 | 217 |2991 |  1 | 139k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.34/82.71	c  82.7s|125300 | 51517 |591714 |   3.3 |    99M |  83 | 420 |6411 |   0 |2991 |  0 | 139k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.34/82.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
82.34/82.74	c  82.7s|125400 | 51565 |591956 |   3.3 |   100M |  83 | 420 |6487 | 216 |2991 |  1 | 139k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.34/82.78	c  82.8s|125500 | 51619 |592283 |   3.3 |   100M |  83 | 420 |6486 |   0 |2991 |  0 | 139k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.44/82.81	c  82.8s|125600 | 51666 |592594 |   3.3 |   100M |  83 | 420 |6486 | 217 |2991 |  1 | 139k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.44/82.84	c  82.8s|125700 | 51713 |592838 |   3.3 |   100M |  83 | 420 |6486 | 217 |2991 |  1 | 139k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.44/82.87	c  82.9s|125800 | 51758 |593075 |   3.3 |   100M |  83 | 420 |6519 | 217 |2991 |  1 | 139k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.54/82.90	c  82.9s|125900 | 51800 |593302 |   3.3 |   100M |  83 | 420 |6524 | 217 |2991 |  1 | 139k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.54/82.93	c  82.9s|126000 | 51842 |593530 |   3.3 |   101M |  83 | 420 |6537 | 216 |2991 |  1 | 139k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.54/82.95	c  83.0s|126100 | 51884 |593782 |   3.3 |   101M |  83 | 420 |6553 |   0 |2991 |  0 | 139k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.54/82.99	c  83.0s|126200 | 51931 |594030 |   3.3 |   101M |  83 | 420 |6589 |   0 |2991 |  0 | 140k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.65/83.02	c  83.0s|126300 | 51973 |594263 |   3.3 |   101M |  83 | 420 |6739 | 217 |2991 |  1 | 140k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.65/83.05	c  83.1s|126400 | 52027 |594540 |   3.3 |   101M |  83 | 420 |6731 | 217 |2991 |  1 | 140k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.65/83.09	c  83.1s|126500 | 52076 |594774 |   3.3 |   101M |  83 | 420 |6774 | 216 |2991 |  1 | 140k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.75/83.12	c  83.1s|126600 | 52125 |595017 |   3.3 |   101M |  83 | 420 |6829 | 217 |2991 |  1 | 140k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.75/83.16	c  83.2s|126700 | 52197 |595452 |   3.3 |   101M |  83 | 420 |6824 | 217 |2991 |  1 | 140k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.84/83.20	c  83.2s|126800 | 52257 |595861 |   3.3 |   101M |  83 | 420 |6809 | 216 |2991 |  1 | 140k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.84/83.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
82.84/83.23	c  83.2s|126900 | 52302 |596118 |   3.3 |   101M |  83 | 420 |6841 | 216 |2991 |  1 | 140k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.84/83.26	c  83.3s|127000 | 52352 |596367 |   3.3 |   101M |  83 | 420 |6889 | 217 |2991 |  1 | 140k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.94/83.30	c  83.3s|127100 | 52426 |596798 |   3.3 |   101M |  83 | 420 |6869 | 219 |2991 |  1 | 140k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.94/83.33	c  83.3s|127200 | 52466 |597038 |   3.3 |   101M |  83 | 420 |6886 |   0 |2991 |  0 | 140k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
82.94/83.37	c  83.4s|127300 | 52519 |597356 |   3.3 |   101M |  83 | 420 |6884 | 217 |2991 |  1 | 140k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.04/83.40	c  83.4s|127400 | 52566 |597618 |   3.3 |   101M |  83 | 420 |6922 | 217 |2991 |  1 | 140k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.04/83.43	c  83.4s|127500 | 52614 |597875 |   3.3 |   101M |  83 | 420 |6913 |   0 |2991 |  0 | 140k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.04/83.46	c  83.5s|127600 | 52661 |598121 |   3.3 |   101M |  83 | 420 |6911 | 217 |2991 |  1 | 140k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.04/83.49	c  83.5s|127700 | 52696 |598353 |   3.3 |   101M |  83 | 420 |6961 |   0 |2991 |  0 | 140k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.14/83.53	c  83.5s|127800 | 52754 |598742 |   3.3 |   101M |  83 | 420 |6985 |   0 |2991 |  0 | 140k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.14/83.56	c  83.6s|127900 | 52803 |598998 |   3.3 |   101M |  83 | 420 |7079 | 216 |2991 |  1 | 140k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.24/83.60	c  83.6s|128000 | 52850 |599282 |   3.3 |   101M |  83 | 420 |7080 | 216 |2991 |  1 | 140k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.24/83.63	c  83.6s|128100 | 52899 |599541 |   3.3 |   101M |  83 | 420 |7078 | 217 |2991 |  1 | 140k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.24/83.65	c  83.7s|128200 | 52946 |599801 |   3.3 |   101M |  83 | 420 |7076 | 216 |2991 |  1 | 140k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.24/83.68	c  83.7s|128300 | 52986 |600028 |   3.3 |   102M |  83 | 420 |7064 | 216 |2991 |  1 | 140k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.34/83.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
83.34/83.71	c  83.7s|128400 | 53038 |600310 |   3.3 |   102M |  83 | 420 |7064 | 217 |2991 |  1 | 140k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.34/83.74	c  83.7s|128500 | 53080 |600547 |   3.3 |   102M |  83 | 420 |7057 | 216 |2991 |  1 | 140k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.34/83.77	c  83.8s|128600 | 53126 |600812 |   3.3 |   102M |  83 | 420 |7050 |   0 |2991 |  0 | 140k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.44/83.81	c  83.8s|128700 | 53167 |601049 |   3.3 |   102M |  83 | 420 |7077 | 216 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.44/83.83	c  83.8s|128800 | 53212 |601293 |   3.3 |   103M |  83 | 420 |7086 | 216 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.53/83.94	c  83.9s|128900 | 53264 |601587 |   3.3 |   103M |  83 | 420 |7016 |   0 |2991 |  0 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.53/83.97	c  84.0s|129000 | 53317 |601855 |   3.3 |   103M |  83 | 420 |7053 | 217 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.64/84.01	c  84.0s|129100 | 53367 |602130 |   3.3 |   103M |  83 | 420 |7063 | 216 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.64/84.04	c  84.0s|129200 | 53417 |602393 |   3.3 |   103M |  83 | 420 |7076 | 217 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.64/84.07	c  84.1s|129300 | 53467 |602642 |   3.3 |   103M |  83 | 420 |7102 | 216 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.74/84.10	c  84.1s|129400 | 53517 |602895 |   3.3 |   104M |  83 | 420 |7123 | 217 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.74/84.13	c  84.1s|129500 | 53559 |603126 |   3.3 |   104M |  83 | 420 |7146 |   0 |2991 |  0 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.74/84.16	c  84.2s|129600 | 53605 |603376 |   3.3 |   104M |  83 | 420 |7144 | 217 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.74/84.19	c  84.2s|129700 | 53647 |603594 |   3.3 |   104M |  83 | 420 |7165 | 216 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.83/84.23	c  84.2s|129800 | 53689 |603828 |   3.3 |   104M |  83 | 420 |7172 | 216 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.83/84.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
83.83/84.26	c  84.3s|129900 | 53735 |604114 |   3.3 |   104M |  83 | 420 |7177 | 217 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.83/84.29	c  84.3s|130000 | 53777 |604348 |   3.3 |   104M |  83 | 420 |7193 | 217 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.93/84.32	c  84.3s|130100 | 53814 |604558 |   3.3 |   104M |  83 | 420 |7201 | 217 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.93/84.35	c  84.4s|130200 | 53855 |604799 |   3.3 |   104M |  83 | 420 |7209 |   0 |2991 |  0 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
83.93/84.38	c  84.4s|130300 | 53905 |605054 |   3.3 |   104M |  83 | 420 |7213 | 216 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.03/84.41	c  84.4s|130400 | 53945 |605277 |   3.3 |   104M |  83 | 420 |7215 | 217 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.03/84.44	c  84.4s|130500 | 53991 |605545 |   3.3 |   104M |  83 | 420 |7224 | 217 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.03/84.47	c  84.5s|130600 | 54039 |605803 |   3.3 |   104M |  83 | 420 |7213 | 217 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.13/84.50	c  84.5s|130700 | 54074 |606022 |   3.3 |   104M |  83 | 420 |7200 | 217 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.13/84.54	c  84.5s|130800 | 54111 |606244 |   3.3 |   104M |  83 | 420 |7217 |   0 |2991 |  0 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.13/84.57	c  84.6s|130900 | 54165 |606483 |   3.3 |   104M |  83 | 420 |7235 | 217 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.23/84.60	c  84.6s|131000 | 54211 |606729 |   3.3 |   104M |  83 | 420 |7301 | 217 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.23/84.64	c  84.6s|131100 | 54253 |606971 |   3.3 |   104M |  83 | 420 |7343 | 217 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.23/84.67	c  84.7s|131200 | 54302 |607253 |   3.3 |   104M |  83 | 420 |7333 | 217 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.33/84.70	c  84.7s|131300 | 54345 |607482 |   3.3 |   104M |  83 | 420 |7339 |   0 |2991 |  0 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.33/84.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
84.33/84.73	c  84.7s|131400 | 54387 |607727 |   3.3 |   104M |  83 | 420 |7347 | 217 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.33/84.76	c  84.8s|131500 | 54428 |608004 |   3.3 |   104M |  83 | 420 |7379 |   0 |2991 |  0 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.33/84.79	c  84.8s|131600 | 54467 |608241 |   3.3 |   104M |  83 | 420 |7396 | 217 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.43/84.82	c  84.8s|131700 | 54510 |608485 |   3.3 |   104M |  83 | 420 |7405 | 217 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.43/84.86	c  84.9s|131800 | 54565 |608784 |   3.3 |   104M |  83 | 420 |7440 | 217 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.43/84.89	c  84.9s|131900 | 54617 |609066 |   3.3 |   104M |  83 | 420 |7456 | 216 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.53/84.92	c  84.9s|132000 | 54662 |609311 |   3.3 |   104M |  83 | 420 |7464 | 216 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.53/84.95	c  85.0s|132100 | 54709 |609572 |   3.3 |   104M |  83 | 420 |7446 | 217 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.53/84.98	c  85.0s|132200 | 54752 |609845 |   3.3 |   104M |  83 | 420 |7449 | 216 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.63/85.01	c  85.0s|132300 | 54800 |610131 |   3.3 |   104M |  83 | 420 |7461 | 217 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.63/85.04	c  85.0s|132400 | 54843 |610397 |   3.3 |   104M |  83 | 420 |7488 | 217 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.63/85.08	c  85.1s|132500 | 54885 |610658 |   3.3 |   105M |  83 | 420 |7498 | 217 |2991 |  1 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.73/85.11	c  85.1s|132600 | 54931 |610914 |   3.3 |   105M |  83 | 420 |7522 |   0 |2991 |  0 | 141k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.73/85.14	c  85.1s|132700 | 54973 |611146 |   3.3 |   105M |  83 | 420 |7544 | 217 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.73/85.17	c  85.2s|132800 | 55015 |611393 |   3.3 |   105M |  83 | 420 |7570 | 216 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.82/85.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
84.82/85.20	c  85.2s|132900 | 55050 |611616 |   3.3 |   105M |  83 | 420 |7571 | 216 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.82/85.23	c  85.2s|133000 | 55089 |611860 |   3.3 |   105M |  83 | 420 |7567 | 217 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.82/85.26	c  85.3s|133100 | 55134 |612130 |   3.3 |   105M |  83 | 420 |7595 |   0 |2991 |  0 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.82/85.29	c  85.3s|133200 | 55184 |612386 |   3.3 |   105M |  83 | 420 |7612 | 217 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.92/85.32	c  85.3s|133300 | 55228 |612661 |   3.3 |   105M |  83 | 420 |7631 | 217 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.92/85.35	c  85.4s|133400 | 55272 |612912 |   3.3 |   105M |  83 | 420 |7641 | 217 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
84.92/85.39	c  85.4s|133500 | 55316 |613171 |   3.3 |   105M |  83 | 420 |7648 | 217 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.02/85.42	c  85.4s|133600 | 55364 |613442 |   3.3 |   105M |  83 | 420 |7652 | 217 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.02/85.45	c  85.4s|133700 | 55410 |613690 |   3.3 |   105M |  83 | 420 |7655 |   0 |2991 |  0 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.02/85.48	c  85.5s|133800 | 55453 |613977 |   3.3 |   105M |  83 | 420 |7682 |   0 |2991 |  0 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.12/85.51	c  85.5s|133900 | 55490 |614210 |   3.3 |   105M |  83 | 420 |7703 | 217 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.12/85.54	c  85.5s|134000 | 55530 |614436 |   3.3 |   105M |  83 | 420 |7738 |   0 |2991 |  0 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.12/85.58	c  85.6s|134100 | 55569 |614670 |   3.3 |   105M |  83 | 420 |7758 | 216 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.22/85.61	c  85.6s|134200 | 55616 |614920 |   3.3 |   105M |  83 | 420 |7773 |   0 |2991 |  0 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.22/85.64	c  85.6s|134300 | 55655 |615145 |   3.3 |   105M |  83 | 420 |7780 | 219 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.22/85.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
85.22/85.67	c  85.7s|134400 | 55702 |615377 |   3.3 |   105M |  83 | 420 |7786 | 216 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.32/85.70	c  85.7s|134500 | 55747 |615614 |   3.3 |   105M |  83 | 420 |7797 | 216 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.32/85.73	c  85.7s|134600 | 55791 |615861 |   3.2 |   105M |  83 | 420 |7807 | 217 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.32/85.76	c  85.8s|134700 | 55837 |616091 |   3.2 |   105M |  83 | 420 |7813 | 217 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.32/85.79	c  85.8s|134800 | 55887 |616340 |   3.2 |   105M |  83 | 420 |7815 | 216 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.42/85.82	c  85.8s|134900 | 55931 |616584 |   3.2 |   105M |  83 | 420 |7833 | 216 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.42/85.85	c  85.8s|135000 | 55971 |616813 |   3.2 |   105M |  83 | 420 |7854 | 216 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.42/85.88	c  85.9s|135100 | 56011 |617037 |   3.2 |   105M |  83 | 420 |7847 |   0 |2991 |  0 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.52/85.91	c  85.9s|135200 | 56064 |617284 |   3.2 |   105M |  83 | 420 |7844 | 219 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.52/85.94	c  85.9s|135300 | 56106 |617516 |   3.2 |   105M |  83 | 420 |7860 | 216 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.52/85.97	c  86.0s|135400 | 56155 |617773 |   3.2 |   105M |  83 | 420 |7877 | 216 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.63/86.00	c  86.0s|135500 | 56199 |618043 |   3.2 |   105M |  83 | 420 |7932 |   0 |2991 |  0 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.63/86.04	c  86.0s|135600 | 56244 |618298 |   3.2 |   105M |  83 | 420 |8001 | 216 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.63/86.07	c  86.1s|135700 | 56297 |618564 |   3.2 |   105M |  83 | 420 |8041 | 216 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.72/86.10	c  86.1s|135800 | 56356 |618856 |   3.2 |   105M |  83 | 420 |7960 | 217 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.72/86.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
85.72/86.14	c  86.1s|135900 | 56412 |619125 |   3.2 |   105M |  83 | 420 |7949 | 216 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.72/86.17	c  86.2s|136000 | 56469 |619418 |   3.2 |   105M |  83 | 420 |7851 | 217 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.82/86.20	c  86.2s|136100 | 56523 |619706 |   3.2 |   105M |  83 | 420 |7858 | 219 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.82/86.24	c  86.2s|136200 | 56569 |619941 |   3.2 |   105M |  83 | 420 |7809 | 217 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.82/86.28	c  86.3s|136300 | 56614 |620185 |   3.2 |   105M |  83 | 420 |7808 | 216 |2991 |  1 | 142k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.92/86.31	c  86.3s|136400 | 56658 |620419 |   3.2 |   105M |  83 | 420 |7829 | 216 |2991 |  1 | 143k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.92/86.35	c  86.3s|136500 | 56704 |620666 |   3.2 |   105M |  83 | 420 |7814 | 219 |2991 |  1 | 143k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
85.92/86.38	c  86.4s|136600 | 56758 |620970 |   3.2 |   105M |  83 | 420 |7724 | 217 |2991 |  1 | 143k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.02/86.42	c  86.4s|136700 | 56820 |621363 |   3.2 |   105M |  83 | 420 |7642 | 217 |2991 |  1 | 143k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.02/86.46	c  86.5s|136800 | 56866 |621654 |   3.2 |   106M |  83 | 420 |7628 |   0 |2991 |  0 | 143k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.02/86.49	c  86.5s|136900 | 56918 |621909 |   3.2 |   106M |  83 | 420 |7563 | 216 |2991 |  1 | 143k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.12/86.53	c  86.5s|137000 | 56959 |622135 |   3.2 |   106M |  83 | 420 |7588 | 217 |2991 |  1 | 143k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.12/86.56	c  86.6s|137100 | 57003 |622374 |   3.2 |   106M |  83 | 420 |7589 | 217 |2991 |  1 | 143k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.22/86.60	c  86.6s|137200 | 57053 |622615 |   3.2 |   106M |  83 | 420 |7617 | 217 |2991 |  1 | 143k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.22/86.63	c  86.6s|137300 | 57097 |622859 |   3.2 |   106M |  83 | 420 |7669 |   0 |2991 |  0 | 143k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.22/86.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
86.22/86.66	c  86.7s|137400 | 57150 |623133 |   3.2 |   106M |  83 | 420 |7688 | 217 |2991 |  1 | 143k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.22/86.69	c  86.7s|137500 | 57195 |623376 |   3.2 |   106M |  83 | 420 |7708 |   0 |2991 |  0 | 143k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.32/86.73	c  86.7s|137600 | 57245 |623643 |   3.2 |   106M |  83 | 420 |7764 | 217 |2991 |  1 | 143k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.32/86.76	c  86.8s|137700 | 57296 |623902 |   3.2 |   106M |  83 | 420 |7792 |   0 |2991 |  0 | 143k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.42/86.80	c  86.8s|137800 | 57346 |624174 |   3.2 |   106M |  83 | 420 |7827 | 217 |2991 |  1 | 143k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.42/86.83	c  86.8s|137900 | 57394 |624423 |   3.2 |   106M |  83 | 420 |7847 | 216 |2991 |  1 | 143k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.42/86.86	c  86.9s|138000 | 57440 |624674 |   3.2 |   106M |  83 | 420 |7882 | 217 |2991 |  1 | 143k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.42/86.89	c  86.9s|138100 | 57495 |624988 |   3.2 |   106M |  83 | 420 |7836 | 216 |2991 |  1 | 143k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.52/86.92	c  86.9s|138200 | 57544 |625254 |   3.2 |   106M |  83 | 420 |7856 | 217 |2991 |  1 | 143k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.52/86.95	c  87.0s|138300 | 57593 |625529 |   3.2 |   106M |  83 | 420 |7905 |   0 |2991 |  0 | 143k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.52/86.99	c  87.0s|138400 | 57641 |625783 |   3.2 |   106M |  83 | 420 |7932 | 217 |2991 |  1 | 143k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.62/87.02	c  87.0s|138500 | 57684 |626027 |   3.2 |   106M |  83 | 420 |7966 | 216 |2991 |  1 | 143k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.62/87.07	c  87.1s|138600 | 57715 |626266 |   3.2 |   106M |  83 | 420 |7878 | 217 |2991 |  1 | 144k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.72/87.11	c  87.1s|138700 | 57748 |626498 |   3.2 |   106M |  83 | 420 |7809 | 216 |2991 |  1 | 144k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.72/87.15	c  87.1s|138800 | 57777 |626716 |   3.2 |   106M |  83 | 420 |7795 | 216 |2991 |  1 | 144k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.72/87.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
86.72/87.19	c  87.2s|138900 | 57807 |626924 |   3.2 |   106M |  83 | 420 |7788 | 216 |2991 |  1 | 144k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.81/87.22	c  87.2s|139000 | 57839 |627137 |   3.2 |   106M |  83 | 420 |7767 |   0 |2991 |  0 | 144k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.81/87.26	c  87.3s|139100 | 57871 |627356 |   3.2 |   107M |  83 | 420 |7746 | 216 |2991 |  1 | 144k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.91/87.30	c  87.3s|139200 | 57895 |627566 |   3.2 |   107M |  83 | 420 |7746 | 216 |2991 |  1 | 144k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.91/87.35	c  87.3s|139300 | 57923 |627787 |   3.2 |   107M |  83 | 420 |7757 | 217 |2991 |  1 | 144k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
86.91/87.40	c  87.4s|139400 | 57950 |628020 |   3.2 |   108M |  83 | 420 |7760 |   0 |2991 |  0 | 144k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
87.01/87.44	c  87.4s|139500 | 57976 |628224 |   3.2 |   108M |  83 | 420 |7794 | 217 |2991 |  1 | 144k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
87.01/87.48	c  87.5s|139600 | 58011 |628447 |   3.2 |   108M |  83 | 420 |7695 | 216 |2991 |  1 | 144k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
87.11/87.52	c  87.5s|139700 | 58040 |628725 |   3.2 |   108M |  83 | 420 |7618 |   0 |2991 |  0 | 144k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
87.11/87.56	c  87.6s|139800 | 58072 |628938 |   3.2 |   108M |  83 | 420 |7607 | 216 |2991 |  1 | 144k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
87.21/87.61	c  87.6s|139900 | 58101 |629187 |   3.2 |   108M |  83 | 420 |7530 | 216 |2991 |  1 | 145k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
87.21/87.66	c  87.7s|140000 | 58129 |629439 |   3.2 |   108M |  83 | 420 |7479 | 216 |2991 |  1 | 145k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
87.31/87.71	c  87.7s|140100 | 58148 |629689 |   3.2 |   108M |  83 | 420 |7368 | 216 |2991 |  1 | 145k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
87.31/87.75	c  87.7s|140200 | 58162 |629877 |   3.2 |   108M |  83 | 420 |7214 | 217 |2991 |  1 | 145k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
87.31/87.79	c  87.8s|140300 | 58177 |630083 |   3.2 |   108M |  83 | 420 |7167 | 216 |2991 |  1 | 145k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
87.41/87.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
87.41/87.83	c  87.8s|140400 | 58205 |630283 |   3.2 |   108M |  83 | 420 |7181 |   0 |2991 |  0 | 145k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
87.41/87.87	c  87.9s|140500 | 58230 |630506 |   3.2 |   108M |  83 | 420 |7208 | 217 |2991 |  1 | 145k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
87.51/87.91	c  87.9s|140600 | 58263 |630719 |   3.2 |   108M |  83 | 420 |7274 |   0 |2991 |  0 | 145k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
87.51/87.95	c  87.9s|140700 | 58294 |630909 |   3.2 |   108M |  83 | 420 |7363 | 217 |2991 |  1 | 145k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
87.51/87.98	c  88.0s|140800 | 58325 |631124 |   3.2 |   108M |  83 | 420 |7443 |   0 |2991 |  0 | 145k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
87.61/88.02	c  88.0s|140900 | 58355 |631335 |   3.2 |   108M |  83 | 420 |7508 |   0 |2991 |  0 | 145k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
87.61/88.06	c  88.1s|141000 | 58382 |631548 |   3.2 |   108M |  83 | 420 |7543 |   0 |2991 |  0 | 146k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
87.61/88.10	c  88.1s|141100 | 58413 |631778 |   3.2 |   108M |  83 | 420 |7575 | 217 |2991 |  1 | 146k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
87.71/88.14	c  88.1s|141200 | 58451 |632030 |   3.2 |   108M |  83 | 420 |7601 | 216 |2991 |  1 | 146k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
87.71/88.18	c  88.2s|141300 | 58486 |632269 |   3.2 |   108M |  83 | 420 |7643 | 217 |2991 |  1 | 146k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
87.81/88.21	c  88.2s|141400 | 58518 |632494 |   3.2 |   108M |  83 | 420 |7695 |   0 |2991 |  0 | 146k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
87.81/88.25	c  88.3s|141500 | 58549 |632718 |   3.2 |   108M |  83 | 420 |7777 |   0 |2991 |  0 | 146k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
87.81/88.29	c  88.3s|141600 | 58587 |632947 |   3.2 |   108M |  83 | 420 |7843 |   0 |2991 |  0 | 146k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
87.91/88.33	c  88.3s|141700 | 58620 |633195 |   3.2 |   108M |  83 | 420 |7902 |   0 |2991 |  0 | 146k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
87.91/88.37	c  88.4s|141800 | 58656 |633451 |   3.2 |   108M |  83 | 420 |7932 | 217 |2991 |  1 | 146k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.01/88.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
88.01/88.41	c  88.4s|141900 | 58684 |633666 |   3.2 |   108M |  83 | 420 |8003 |   0 |2991 |  0 | 146k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.01/88.45	c  88.5s|142000 | 58719 |633917 |   3.2 |   108M |  83 | 420 |8069 | 216 |2991 |  1 | 146k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.01/88.49	c  88.5s|142100 | 58756 |634162 |   3.2 |   108M |  83 | 420 |8131 | 217 |2991 |  1 | 146k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.11/88.53	c  88.5s|142200 | 58789 |634405 |   3.2 |   108M |  83 | 420 |8182 | 217 |2991 |  1 | 147k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.11/88.57	c  88.6s|142300 | 58829 |634660 |   3.2 |   108M |  83 | 420 |8204 | 216 |2991 |  1 | 147k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.21/88.61	c  88.6s|142400 | 58865 |634892 |   3.2 |   108M |  83 | 420 |8281 | 216 |2991 |  1 | 147k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.21/88.65	c  88.7s|142500 | 58901 |635115 |   3.2 |   108M |  83 | 420 |8340 |   0 |2991 |  0 | 147k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.21/88.69	c  88.7s|142600 | 58931 |635331 |   3.2 |   108M |  83 | 420 |8398 | 217 |2991 |  1 | 147k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.31/88.73	c  88.7s|142700 | 58972 |635566 |   3.2 |   108M |  83 | 420 |8425 | 217 |2991 |  1 | 147k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.31/88.77	c  88.8s|142800 | 59007 |635792 |   3.2 |   108M |  83 | 420 |8490 | 217 |2991 |  1 | 147k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.41/88.81	c  88.8s|142900 | 59029 |636010 |   3.2 |   108M |  83 | 420 |8557 |   0 |2991 |  0 | 147k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.41/88.87	c  88.9s|143000 | 58987 |636140 |   3.2 |   108M |  83 | 420 |8521 |   0 |2991 |  0 | 147k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.51/88.92	c  88.9s|143100 | 58968 |636282 |   3.2 |   108M |  83 | 420 |8471 |   0 |2991 |  0 | 147k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.51/88.95	c  89.0s|143200 | 59028 |636646 |   3.2 |   108M |  83 | 420 |8452 | 217 |2991 |  1 | 147k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.51/88.99	c  89.0s|143300 | 59084 |636997 |   3.2 |   108M |  83 | 420 |8424 | 217 |2991 |  1 | 147k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.61/89.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
88.61/89.03	c  89.0s|143400 | 59128 |637346 |   3.2 |   108M |  83 | 420 |8397 | 217 |2991 |  1 | 147k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.61/89.09	c  89.1s|143500 | 59204 |637884 |   3.2 |   109M |  83 | 420 |8190 | 215 |3007 |  1 | 147k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.71/89.12	c  89.1s|143600 | 59240 |638204 |   3.2 |   109M |  83 | 420 |8093 | 215 |3007 |  1 | 147k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.71/89.15	c  89.2s|143700 | 59282 |638560 |   3.2 |   109M |  83 | 420 |8121 |   0 |3007 |  0 | 148k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.71/89.19	c  89.2s|143800 | 59322 |638950 |   3.2 |   109M |  83 | 420 |8155 | 215 |3007 |  1 | 148k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.80/89.21	c  89.2s|143900 | 59364 |639263 |   3.2 |   109M |  83 | 420 |8202 | 215 |3007 |  1 | 148k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.80/89.24	c  89.2s|144000 | 59405 |639537 |   3.2 |   109M |  83 | 420 |8254 | 215 |3007 |  1 | 148k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.80/89.27	c  89.3s|144100 | 59434 |639793 |   3.2 |   110M |  83 | 420 |8385 | 215 |3007 |  1 | 148k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.90/89.30	c  89.3s|144200 | 59473 |640116 |   3.2 |   110M |  83 | 420 |8425 | 215 |3007 |  1 | 148k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.90/89.33	c  89.3s|144300 | 59510 |640460 |   3.2 |   110M |  83 | 420 |8516 | 215 |3007 |  1 | 148k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.90/89.36	c  89.4s|144400 | 59537 |640734 |   3.2 |   110M |  83 | 420 |8564 |   0 |3007 |  0 | 148k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
88.90/89.39	c  89.4s|144500 | 59576 |641037 |   3.2 |   110M |  83 | 420 |8538 | 215 |3007 |  1 | 148k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.00/89.42	c  89.4s|144600 | 59607 |641302 |   3.2 |   110M |  83 | 420 |8569 |   0 |3007 |  0 | 148k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.00/89.45	c  89.4s|144700 | 59650 |641655 |   3.2 |   110M |  83 | 420 |8577 | 215 |3007 |  1 | 148k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.00/89.48	c  89.5s|144800 | 59681 |641931 |   3.2 |   110M |  83 | 420 |8620 | 215 |3007 |  1 | 148k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.10/89.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
89.10/89.51	c  89.5s|144900 | 59725 |642289 |   3.2 |   110M |  83 | 420 |8633 | 215 |3007 |  1 | 148k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.10/89.54	c  89.5s|145000 | 59765 |642592 |   3.2 |   110M |  83 | 420 |8628 | 215 |3007 |  1 | 148k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.10/89.57	c  89.6s|145100 | 59796 |642889 |   3.2 |   110M |  83 | 420 |8685 | 215 |3007 |  1 | 149k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.20/89.61	c  89.6s|145200 | 59845 |643321 |   3.2 |   110M |  83 | 420 |8678 | 215 |3007 |  1 | 149k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.20/89.64	c  89.6s|145300 | 59886 |643666 |   3.2 |   110M |  83 | 420 |8698 | 215 |3007 |  1 | 149k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.20/89.67	c  89.7s|145400 | 59922 |643931 |   3.2 |   110M |  83 | 420 |8732 | 215 |3007 |  1 | 149k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.30/89.70	c  89.7s|145500 | 59958 |644203 |   3.2 |   110M |  83 | 420 |8764 | 215 |3007 |  1 | 149k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.30/89.73	c  89.7s|145600 | 59994 |644471 |   3.2 |   110M |  83 | 420 |8793 | 215 |3007 |  1 | 149k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.30/89.75	c  89.8s|145700 | 60023 |644726 |   3.2 |   110M |  83 | 420 |8830 |   0 |3007 |  0 | 149k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.30/89.79	c  89.8s|145800 | 60064 |645069 |   3.2 |   110M |  83 | 420 |8858 | 215 |3007 |  1 | 149k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.40/89.81	c  89.8s|145900 | 60097 |645351 |   3.2 |   110M |  83 | 420 |8887 | 215 |3007 |  1 | 149k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.40/89.84	c  89.8s|146000 | 60143 |645690 |   3.2 |   110M |  83 | 420 |8898 | 215 |3007 |  1 | 149k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.40/89.87	c  89.9s|146100 | 60174 |645970 |   3.2 |   110M |  83 | 420 |8909 | 215 |3007 |  1 | 149k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.50/89.90	c  89.9s|146200 | 60207 |646228 |   3.2 |   110M |  83 | 420 |8942 | 215 |3007 |  1 | 149k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.50/89.93	c  89.9s|146300 | 60240 |646513 |   3.2 |   110M |  83 | 420 |8945 |   0 |3007 |  0 | 149k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.50/89.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
89.50/89.96	c  90.0s|146400 | 60291 |646809 |   3.2 |   110M |  83 | 420 |8926 | 215 |3007 |  1 | 149k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.50/89.99	c  90.0s|146500 | 60336 |647075 |   3.2 |   110M |  83 | 420 |8906 |   0 |3007 |  0 | 149k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.60/90.02	c  90.0s|146600 | 60372 |647337 |   3.2 |   110M |  83 | 420 |8897 |   0 |3007 |  0 | 149k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.60/90.05	c  90.0s|146700 | 60395 |647588 |   3.2 |   110M |  83 | 420 |8925 |   0 |3007 |  0 | 149k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.60/90.07	c  90.1s|146800 | 60436 |647858 |   3.2 |   110M |  83 | 420 |8928 |   0 |3007 |  0 | 149k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.70/90.10	c  90.1s|146900 | 60465 |648110 |   3.2 |   110M |  83 | 420 |8950 | 215 |3007 |  1 | 149k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.70/90.13	c  90.1s|147000 | 60498 |648377 |   3.2 |   110M |  83 | 420 |8951 | 215 |3007 |  1 | 149k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.70/90.16	c  90.2s|147100 | 60528 |648641 |   3.2 |   111M |  83 | 420 |8989 | 215 |3007 |  1 | 150k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.70/90.19	c  90.2s|147200 | 60563 |648918 |   3.2 |   111M |  83 | 420 |9004 |   0 |3007 |  0 | 150k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.80/90.22	c  90.2s|147300 | 60595 |649207 |   3.2 |   111M |  83 | 420 |9023 |   0 |3007 |  0 | 150k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.80/90.25	c  90.2s|147400 | 60636 |649500 |   3.2 |   111M |  83 | 420 |8999 | 215 |3007 |  1 | 150k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.80/90.28	c  90.3s|147500 | 60676 |649752 |   3.2 |   111M |  83 | 420 |8925 | 217 |3007 |  1 | 150k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.90/90.32	c  90.3s|147600 | 60731 |650050 |   3.2 |   111M |  83 | 420 |8946 |   0 |3007 |  0 | 150k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
89.90/90.36	c  90.4s|147700 | 60788 |650360 |   3.2 |   111M |  83 | 420 |8998 | 216 |3007 |  1 | 150k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
90.00/90.41	c  90.4s|147800 | 60827 |650610 |   3.2 |   111M |  83 | 420 |9144 | 216 |3007 |  1 | 150k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
90.00/90.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
90.00/90.46	c  90.5s|147900 | 60884 |650908 |   3.2 |   111M |  83 | 420 |9141 | 216 |3007 |  1 | 150k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
90.10/90.53	c  90.5s|148000 | 60932 |651217 |   3.2 |   111M |  83 | 420 |9141 | 216 |3007 |  1 | 150k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
90.10/90.57	c  90.6s|148100 | 60983 |651510 |   3.2 |   111M |  83 | 420 |9141 | 219 |3007 |  1 | 151k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
90.20/90.61	c  90.6s|148200 | 61033 |651838 |   3.2 |   111M |  83 | 420 |9124 | 219 |3007 |  1 | 151k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
90.20/90.66	c  90.7s|148300 | 61079 |652112 |   3.2 |   111M |  83 | 420 |9139 | 216 |3007 |  1 | 151k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
90.29/90.71	c  90.7s|148400 | 61127 |652403 |   3.2 |   111M |  83 | 420 |9139 |   0 |3007 |  0 | 151k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
90.29/90.76	c  90.8s|148500 | 61171 |652667 |   3.2 |   111M |  83 | 420 |9139 | 216 |3007 |  1 | 151k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
90.39/90.81	c  90.8s|148600 | 61211 |652938 |   3.2 |   111M |  83 | 420 |9139 | 217 |3007 |  1 | 151k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
90.39/90.86	c  90.9s|148700 | 61272 |653376 |   3.2 |   111M |  83 | 420 |9110 | 217 |3007 |  0 | 151k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
90.49/90.91	c  90.9s|148800 | 61322 |653747 |   3.2 |   111M |  83 | 420 |9058 | 216 |3007 |  1 | 151k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
90.49/90.95	c  91.0s|148900 | 61360 |654009 |   3.2 |   111M |  83 | 420 |9068 | 216 |3007 |  1 | 151k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
90.49/90.99	c  91.0s|149000 | 61403 |654227 |   3.2 |   111M |  83 | 420 |9127 | 216 |3007 |  1 | 151k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
90.60/91.03	c  91.0s|149100 | 61454 |654548 |   3.2 |   112M |  83 | 420 |9124 | 216 |3007 |  1 | 151k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
90.60/91.07	c  91.1s|149200 | 61501 |654842 |   3.2 |   112M |  83 | 420 |9117 | 216 |3007 |  1 | 151k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
90.70/91.11	c  91.1s|149300 | 61548 |655154 |   3.2 |   112M |  83 | 420 |9143 | 219 |3007 |  1 | 151k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
90.70/91.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
90.70/91.15	c  91.2s|149400 | 61591 |655377 |   3.2 |   112M |  83 | 420 |9142 | 219 |3007 |  1 | 151k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
90.79/91.20	c  91.2s|149500 | 61638 |655679 |   3.2 |   112M |  83 | 420 |9142 |   0 |3007 |  0 | 152k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
90.79/91.25	c  91.3s|149600 | 61679 |655973 |   3.2 |   112M |  83 | 420 |9141 | 219 |3007 |  1 | 152k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
90.89/91.30	c  91.3s|149700 | 61712 |656196 |   3.2 |   112M |  83 | 420 |9054 | 217 |3007 |  1 | 152k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
90.89/91.33	c  91.3s|149800 | 61780 |656604 |   3.2 |   112M |  83 | 420 |8953 | 217 |3007 |  1 | 152k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
90.89/91.39	c  91.4s|149900 | 61831 |656997 |   3.2 |   112M |  83 | 420 |8899 |   0 |3007 |  0 | 152k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
90.99/91.42	c  91.4s|150000 | 61859 |657217 |   3.2 |   112M |  83 | 420 |8805 | 217 |3007 |  1 | 152k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
90.99/91.47	c  91.5s|150100 | 61932 |657595 |   3.2 |   112M |  83 | 420 |8770 | 217 |3007 |  1 | 152k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
91.09/91.51	c  91.5s|150200 | 61987 |657927 |   3.2 |   112M |  83 | 420 |8781 | 216 |3007 |  1 | 152k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
91.09/91.55	c  91.5s|150300 | 62034 |658189 |   3.2 |   112M |  83 | 420 |8819 | 219 |3007 |  1 | 152k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
91.09/91.59	c  91.6s|150400 | 62093 |658506 |   3.2 |   112M |  83 | 420 |8756 | 217 |3007 |  1 | 152k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
91.19/91.64	c  91.6s|150500 | 62158 |658946 |   3.2 |   112M |  83 | 420 |8640 | 217 |3007 |  1 | 152k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
91.19/91.68	c  91.7s|150600 | 62206 |659257 |   3.2 |   112M |  83 | 420 |8589 | 216 |3007 |  1 | 152k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
91.29/91.71	c  91.7s|150700 | 62257 |659513 |   3.2 |   112M |  83 | 420 |8598 | 217 |3007 |  1 | 152k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
91.29/91.76	c  91.8s|150800 | 62297 |659803 |   3.2 |   112M |  83 | 420 |8652 | 216 |3007 |  1 | 152k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
91.39/91.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
91.39/91.80	c  91.8s|150900 | 62340 |660048 |   3.2 |   112M |  83 | 420 |8693 | 216 |3007 |  1 | 152k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
91.39/91.83	c  91.8s|151000 | 62385 |660299 |   3.2 |   112M |  83 | 420 |8724 | 219 |3007 |  1 | 152k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
91.39/91.87	c  91.9s|151100 | 62431 |660588 |   3.2 |   112M |  83 | 420 |8703 | 216 |3007 |  1 | 152k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
91.49/91.91	c  91.9s|151200 | 62471 |660853 |   3.2 |   112M |  83 | 420 |8706 | 216 |3007 |  1 | 153k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
91.49/91.94	c  91.9s|151300 | 62517 |661101 |   3.2 |   112M |  83 | 420 |8670 | 217 |3007 |  1 | 153k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
91.49/91.99	c  92.0s|151400 | 62578 |661420 |   3.2 |   112M |  83 | 420 |8671 |   0 |3007 |  0 | 153k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
91.59/92.03	c  92.0s|151500 | 62623 |661704 |   3.2 |   112M |  83 | 420 |8699 | 216 |3007 |  1 | 153k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
91.59/92.07	c  92.1s|151600 | 62668 |661960 |   3.2 |   112M |  83 | 420 |8674 | 216 |3007 |  1 | 153k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
91.69/92.11	c  92.1s|151700 | 62714 |662231 |   3.2 |   112M |  83 | 420 |8704 | 217 |3007 |  1 | 153k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
91.69/92.15	c  92.2s|151800 | 62777 |662541 |   3.2 |   112M |  83 | 420 |8708 | 217 |3007 |  1 | 153k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
91.69/92.19	c  92.2s|151900 | 62830 |662879 |   3.2 |   112M |  83 | 420 |8753 |   0 |3007 |  0 | 153k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
91.79/92.23	c  92.2s|152000 | 62877 |663165 |   3.2 |   112M |  83 | 420 |8808 |   0 |3007 |  0 | 153k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
91.79/92.27	c  92.3s|152100 | 62923 |663403 |   3.2 |   112M |  83 | 420 |8862 |   0 |3007 |  0 | 153k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
91.89/92.31	c  92.3s|152200 | 62957 |663624 |   3.2 |   112M |  83 | 420 |8873 | 217 |3007 |  1 | 153k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
91.89/92.34	c  92.3s|152300 | 63008 |663945 |   3.2 |   112M |  83 | 420 |8925 | 217 |3007 |  1 | 153k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
91.89/92.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
91.89/92.39	c  92.4s|152400 | 63065 |664266 |   3.2 |   112M |  83 | 420 |8920 | 217 |3007 |  1 | 153k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
91.98/92.43	c  92.4s|152500 | 63114 |664588 |   3.2 |   112M |  83 | 420 |8931 | 217 |3007 |  1 | 153k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
91.98/92.47	c  92.5s|152600 | 63159 |664836 |   3.2 |   112M |  83 | 420 |8951 | 217 |3007 |  1 | 153k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
92.08/92.51	c  92.5s|152700 | 63221 |665229 |   3.2 |   112M |  83 | 420 |8952 | 217 |3007 |  1 | 153k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
92.08/92.55	c  92.6s|152800 | 63276 |665584 |   3.2 |   113M |  83 | 420 |8959 |   0 |3007 |  0 | 153k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
92.08/92.59	c  92.6s|152900 | 63310 |665796 |   3.2 |   113M |  83 | 420 |9028 | 217 |3007 |  1 | 154k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
92.18/92.62	c  92.6s|153000 | 63358 |666034 |   3.2 |   113M |  83 | 420 |9078 | 217 |3007 |  1 | 154k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
92.18/92.66	c  92.7s|153100 | 63415 |666369 |   3.2 |   113M |  83 | 420 |9072 | 217 |3007 |  1 | 154k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
92.28/92.70	c  92.7s|153200 | 63473 |666737 |   3.2 |   113M |  83 | 420 |9071 | 217 |3007 |  1 | 154k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
92.28/92.74	c  92.7s|153300 | 63538 |667122 |   3.2 |   113M |  83 | 420 |9119 | 217 |3007 |  1 | 154k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
92.38/92.80	c  92.8s|153400 | 63591 |667443 |   3.2 |   114M |  83 | 420 |9138 | 216 |3007 |  1 | 154k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
92.38/92.83	c  92.8s|153500 | 63629 |667636 |   3.2 |   114M |  83 | 420 |9138 |   0 |3007 |  0 | 154k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
92.38/92.88	c  92.9s|153600 | 63683 |667943 |   3.2 |   115M |  83 | 420 |9101 | 217 |3007 |  1 | 154k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
92.48/92.92	c  92.9s|153700 | 63722 |668207 |   3.2 |   115M |  83 | 420 |9036 | 216 |3007 |  1 | 154k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
92.48/92.95	c  93.0s|153800 | 63783 |668557 |   3.2 |   115M |  83 | 420 |9027 | 216 |3007 |  1 | 154k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
92.48/92.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
92.48/92.99	c  93.0s|153900 | 63825 |668843 |   3.2 |   115M |  83 | 420 |9030 |   0 |3007 |  0 | 154k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
92.59/93.02	c  93.0s|154000 | 63871 |669078 |   3.2 |   115M |  83 | 420 |9027 | 219 |3007 |  1 | 154k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
92.59/93.06	c  93.1s|154100 | 63920 |669403 |   3.2 |   115M |  83 | 420 |9017 | 219 |3007 |  1 | 154k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
92.69/93.10	c  93.1s|154200 | 63972 |669672 |   3.2 |   116M |  83 | 420 |9049 | 216 |3007 |  1 | 154k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
92.69/93.15	c  93.1s|154300 | 64016 |669955 |   3.2 |   116M |  83 | 420 |9138 | 217 |3007 |  1 | 154k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
92.78/93.20	c  93.2s|154400 | 64063 |670226 |   3.2 |   116M |  83 | 420 |9142 | 216 |3007 |  1 | 155k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
92.78/93.25	c  93.3s|154500 | 64114 |670549 |   3.2 |   116M |  83 | 420 |9143 | 217 |3007 |  1 | 155k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
92.88/93.30	c  93.3s|154600 | 64177 |670874 |   3.2 |   116M |  83 | 420 |9142 | 217 |3007 |  1 | 155k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
92.88/93.35	c  93.3s|154700 | 64223 |671109 |   3.2 |   116M |  83 | 420 |9144 | 217 |3007 |  1 | 155k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
92.98/93.40	c  93.4s|154800 | 64261 |671354 |   3.2 |   116M |  83 | 420 |9149 | 217 |3007 |  1 | 155k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
92.98/93.46	c  93.5s|154900 | 64311 |671663 |   3.2 |   116M |  83 | 420 |9149 |   0 |3007 |  0 | 155k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
93.08/93.52	c  93.5s|155000 | 64365 |672005 |   3.2 |   116M |  83 | 420 |9150 | 216 |3007 |  1 | 155k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
93.08/93.57	c  93.6s|155100 | 64410 |672299 |   3.2 |   116M |  83 | 420 |9152 | 216 |3007 |  1 | 155k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
93.18/93.63	c  93.6s|155200 | 64462 |672591 |   3.2 |   116M |  83 | 420 |9154 | 216 |3007 |  1 | 155k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
93.18/93.68	c  93.7s|155300 | 64494 |672876 |   3.2 |   116M |  83 | 420 |9155 | 216 |3007 |  1 | 155k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
93.28/93.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
93.28/93.73	c  93.7s|155400 | 64539 |673176 |   3.2 |   116M |  83 | 420 |9158 |   0 |3007 |  0 | 156k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
93.28/93.78	c  93.8s|155500 | 64584 |673461 |   3.2 |   116M |  83 | 420 |9161 | 216 |3007 |  1 | 156k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
93.38/93.83	c  93.8s|155600 | 64631 |673727 |   3.2 |   116M |  83 | 420 |9161 |   0 |3007 |  0 | 156k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
93.38/93.89	c  93.9s|155700 | 64675 |673972 |   3.2 |   116M |  83 | 420 |9161 | 216 |3007 |  1 | 156k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
93.48/93.96	c  94.0s|155800 | 64732 |674310 |   3.2 |   116M |  83 | 420 |9166 | 217 |3007 |  1 | 156k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
93.58/94.00	c  94.0s|155900 | 64768 |674558 |   3.2 |   116M |  83 | 420 |9168 |   0 |3007 |  0 | 156k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
93.58/94.05	c  94.1s|156000 | 64837 |674966 |   3.2 |   116M |  83 | 420 |9163 |   0 |3007 |  0 | 156k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
93.68/94.10	c  94.1s|156100 | 64881 |675235 |   3.2 |   116M |  83 | 420 |9166 | 217 |3007 |  1 | 156k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
93.68/94.16	c  94.2s|156200 | 64927 |675489 |   3.2 |   116M |  83 | 420 |9166 | 217 |3007 |  1 | 156k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
93.78/94.22	c  94.2s|156300 | 64975 |675789 |   3.2 |   116M |  83 | 420 |9164 |   0 |3007 |  0 | 156k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
93.78/94.28	c  94.3s|156400 | 65026 |676139 |   3.2 |   116M |  83 | 420 |9170 |   0 |3007 |  0 | 157k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
93.87/94.34	c  94.3s|156500 | 65092 |676567 |   3.2 |   116M |  83 | 420 |9173 |   0 |3007 |  0 | 157k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
93.87/94.39	c  94.4s|156600 | 65134 |676846 |   3.2 |   116M |  83 | 420 |9175 | 216 |3007 |  1 | 157k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
93.97/94.44	c  94.4s|156700 | 65181 |677095 |   3.2 |   116M |  83 | 420 |9178 | 216 |3007 |  1 | 157k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
94.07/94.50	c  94.5s|156800 | 65251 |677477 |   3.2 |   116M |  83 | 420 |9178 | 217 |3007 |  1 | 157k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
94.07/94.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
94.07/94.55	c  94.6s|156900 | 65302 |677789 |   3.2 |   116M |  83 | 420 |9177 | 217 |3007 |  1 | 157k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
94.17/94.61	c  94.6s|157000 | 65348 |678117 |   3.2 |   116M |  83 | 420 |9180 | 217 |3007 |  1 | 157k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
94.17/94.66	c  94.7s|157100 | 65414 |678546 |   3.2 |   116M |  83 | 420 |9184 | 217 |3007 |  1 | 157k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
94.27/94.71	c  94.7s|157200 | 65463 |678821 |   3.2 |   116M |  83 | 420 |9189 |   0 |3007 |  0 | 157k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
94.27/94.76	c  94.8s|157300 | 65519 |679141 |   3.2 |   116M |  83 | 420 |9191 | 216 |3007 |  1 | 157k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
94.37/94.82	c  94.8s|157400 | 65586 |679522 |   3.2 |   116M |  83 | 420 |9194 | 217 |3007 |  1 | 157k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
94.37/94.87	c  94.9s|157500 | 65642 |679876 |   3.2 |   116M |  83 | 420 |9195 |   0 |3007 |  0 | 158k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
94.47/94.91	c  94.9s|157600 | 65682 |680139 |   3.2 |   116M |  83 | 420 |9195 | 217 |3007 |  1 | 158k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
94.47/94.97	c  95.0s|157700 | 65730 |680408 |   3.2 |   116M |  83 | 420 |9196 |   0 |3007 |  0 | 158k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
94.58/95.02	c  95.0s|157800 | 65782 |680713 |   3.2 |   116M |  83 | 420 |9200 | 217 |3007 |  1 | 158k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
94.58/95.07	c  95.1s|157900 | 65823 |680975 |   3.2 |   116M |  83 | 420 |9201 | 216 |3007 |  1 | 158k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
94.67/95.12	c  95.1s|158000 | 65869 |681260 |   3.2 |   116M |  83 | 420 |9203 | 216 |3007 |  1 | 158k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
94.67/95.16	c  95.2s|158100 | 65909 |681525 |   3.2 |   116M |  83 | 420 |9205 | 216 |3007 |  1 | 158k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
94.77/95.20	c  95.2s|158200 | 65962 |681859 |   3.2 |   116M |  83 | 420 |9206 | 216 |3007 |  1 | 158k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
94.77/95.26	c  95.3s|158300 | 65994 |682108 |   3.2 |   117M |  83 | 420 |9215 | 217 |3007 |  1 | 158k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
94.87/95.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
94.87/95.32	c  95.3s|158400 | 66043 |682404 |   3.2 |   117M |  83 | 420 |9220 |   0 |3007 |  0 | 158k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
94.87/95.37	c  95.4s|158500 | 66097 |682686 |   3.2 |   117M |  83 | 420 |9222 |   0 |3007 |  0 | 158k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
94.97/95.42	c  95.4s|158600 | 66143 |682984 |   3.2 |   117M |  83 | 420 |9221 |   0 |3007 |  0 | 158k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
94.97/95.46	c  95.5s|158700 | 66183 |683219 |   3.2 |   117M |  83 | 420 |9218 | 216 |3007 |  1 | 158k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
95.07/95.51	c  95.5s|158800 | 66234 |683473 |   3.2 |   117M |  83 | 420 |9224 | 216 |3007 |  1 | 159k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
95.07/95.57	c  95.6s|158900 | 66284 |683730 |   3.2 |   117M |  83 | 420 |9230 |   0 |3007 |  0 | 159k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
95.17/95.64	c  95.6s|159000 | 66337 |684028 |   3.2 |   117M |  83 | 420 |9231 | 217 |3007 |  1 | 159k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
95.17/95.69	c  95.7s|159100 | 66386 |684326 |   3.2 |   117M |  83 | 420 |9236 | 217 |3007 |  1 | 159k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
95.27/95.75	c  95.7s|159200 | 66433 |684605 |   3.2 |   117M |  83 | 420 |9238 |   0 |3007 |  0 | 159k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
95.37/95.81	c  95.8s|159300 | 66486 |684906 |   3.2 |   117M |  83 | 420 |9243 | 217 |3007 |  1 | 159k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
95.37/95.87	c  95.9s|159400 | 66530 |685175 |   3.2 |   118M |  83 | 420 |9251 | 217 |3007 |  1 | 160k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
95.47/95.92	c  95.9s|159500 | 66574 |685424 |   3.2 |   118M |  83 | 420 |9256 | 216 |3007 |  1 | 160k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
95.47/95.98	c  96.0s|159600 | 66624 |685698 |   3.2 |   118M |  83 | 420 |9259 | 216 |3007 |  1 | 160k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
95.57/96.03	c  96.0s|159700 | 66656 |685894 |   3.2 |   118M |  83 | 420 |9267 | 216 |3007 |  1 | 160k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
95.57/96.08	c  96.1s|159800 | 66709 |686174 |   3.2 |   118M |  83 | 420 |9269 |   0 |3007 |  0 | 160k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
95.68/96.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
95.68/96.14	c  96.1s|159900 | 66753 |686456 |   3.2 |   118M |  83 | 420 |9275 | 217 |3007 |  1 | 160k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
95.68/96.19	c  96.2s|160000 | 66804 |686726 |   3.2 |   119M |  83 | 420 |9276 | 217 |3007 |  1 | 160k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
95.77/96.24	c  96.2s|160100 | 66847 |686979 |   3.2 |   119M |  83 | 420 |9278 |   0 |3007 |  0 | 160k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
95.87/96.31	c  96.3s|160200 | 66910 |687363 |   3.2 |   119M |  83 | 420 |9277 | 217 |3007 |  1 | 160k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
95.87/96.36	c  96.4s|160300 | 66973 |687732 |   3.2 |   119M |  83 | 420 |9277 | 217 |3007 |  1 | 161k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
95.97/96.42	c  96.4s|160400 | 67041 |688075 |   3.2 |   119M |  83 | 420 |9273 | 217 |3007 |  1 | 161k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
95.97/96.46	c  96.5s|160500 | 67096 |688436 |   3.2 |   119M |  83 | 420 |9274 | 217 |3007 |  1 | 161k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
96.07/96.52	c  96.5s|160600 | 67143 |688796 |   3.2 |   119M |  83 | 420 |9277 | 217 |3007 |  1 | 161k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
96.07/96.57	c  96.6s|160700 | 67189 |689056 |   3.2 |   119M |  83 | 420 |9278 | 217 |3007 |  1 | 161k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
96.17/96.62	c  96.6s|160800 | 67233 |689304 |   3.2 |   119M |  83 | 420 |9280 | 217 |3007 |  1 | 161k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
96.17/96.67	c  96.7s|160900 | 67270 |689531 |   3.2 |   119M |  83 | 420 |9287 | 217 |3007 |  1 | 161k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
96.27/96.72	c  96.7s|161000 | 67322 |689817 |   3.2 |   119M |  83 | 420 |9295 | 217 |3007 |  1 | 161k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
96.27/96.79	c  96.8s|161100 | 67369 |690125 |   3.2 |   119M |  83 | 420 |9313 | 217 |3007 |  1 | 161k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
96.37/96.84	c  96.8s|161200 | 67425 |690433 |   3.2 |   119M |  83 | 420 |9315 | 217 |3007 |  1 | 161k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
96.37/96.89	c  96.9s|161300 | 67469 |690709 |   3.2 |   119M |  83 | 420 |9315 | 216 |3007 |  1 | 161k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
96.47/96.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
96.47/96.96	c  97.0s|161400 | 67517 |691025 |   3.2 |   119M |  83 | 420 |9316 | 217 |3007 |  1 | 162k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
96.57/97.02	c  97.0s|161500 | 67576 |691368 |   3.2 |   119M |  83 | 420 |9318 | 217 |3007 |  1 | 162k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
96.57/97.08	c  97.1s|161600 | 67637 |691847 |   3.2 |   119M |  83 | 420 |9317 | 217 |3007 |  1 | 162k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
96.67/97.13	c  97.1s|161700 | 67710 |692261 |   3.2 |   119M |  83 | 420 |9317 | 217 |3007 |  1 | 162k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
96.67/97.19	c  97.2s|161800 | 67759 |692562 |   3.2 |   119M |  83 | 420 |9315 | 217 |3007 |  1 | 162k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
96.77/97.24	c  97.2s|161900 | 67810 |692825 |   3.2 |   119M |  83 | 420 |9315 | 216 |3007 |  1 | 162k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
96.87/97.30	c  97.3s|162000 | 67851 |693093 |   3.2 |   119M |  83 | 420 |9324 | 217 |3007 |  1 | 162k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
96.87/97.37	c  97.4s|162100 | 67903 |693432 |   3.2 |   119M |  83 | 420 |9329 |   0 |3007 |  0 | 162k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
96.97/97.42	c  97.4s|162200 | 67970 |693842 |   3.2 |   119M |  83 | 420 |9328 |   0 |3007 |  0 | 162k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
96.97/97.47	c  97.5s|162300 | 68022 |694136 |   3.2 |   119M |  83 | 420 |9328 | 219 |3007 |  1 | 162k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
97.07/97.53	c  97.5s|162400 | 68072 |694401 |   3.2 |   119M |  83 | 420 |9327 |   0 |3007 |  0 | 163k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
97.07/97.59	c  97.6s|162500 | 68115 |694662 |   3.2 |   119M |  83 | 420 |9326 | 217 |3007 |  1 | 163k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
97.17/97.64	c  97.6s|162600 | 68166 |694928 |   3.2 |   119M |  83 | 420 |9326 |   0 |3007 |  0 | 163k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
97.26/97.78	c  97.8s|162700 | 68209 |695147 |   3.2 |   119M |  83 | 420 |9326 | 216 |3007 |  1 | 163k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
97.36/97.83	c  97.8s|162800 | 68266 |695529 |   3.2 |   119M |  83 | 420 |9336 | 216 |3007 |  1 | 163k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
97.36/97.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
97.36/97.89	c  97.9s|162900 | 68313 |695800 |   3.2 |   119M |  83 | 420 |9335 | 217 |3007 |  1 | 163k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
97.46/97.95	c  97.9s|163000 | 68365 |696128 |   3.2 |   119M |  83 | 420 |9335 | 217 |3007 |  1 | 163k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
97.56/98.00	c  98.0s|163100 | 68404 |696381 |   3.2 |   119M |  83 | 420 |9334 |   0 |3007 |  0 | 163k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
97.56/98.06	c  98.1s|163200 | 68448 |696648 |   3.2 |   119M |  83 | 420 |9336 | 216 |3007 |  1 | 163k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
97.67/98.12	c  98.1s|163300 | 68498 |696938 |   3.2 |   119M |  83 | 420 |9339 | 216 |3007 |  1 | 164k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
97.67/98.18	c  98.2s|163400 | 68535 |697181 |   3.2 |   119M |  83 | 420 |9345 | 217 |3007 |  1 | 164k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
97.76/98.24	c  98.2s|163500 | 68580 |697425 |   3.2 |   119M |  83 | 420 |9345 | 216 |3007 |  1 | 164k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
97.86/98.30	c  98.3s|163600 | 68624 |697704 |   3.2 |   119M |  83 | 420 |9350 | 217 |3007 |  1 | 164k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
97.86/98.35	c  98.3s|163700 | 68661 |697919 |   3.2 |   119M |  83 | 420 |9352 |   0 |3007 |  0 | 164k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
97.96/98.42	c  98.4s|163800 | 68710 |698248 |   3.2 |   119M |  83 | 420 |9355 | 217 |3007 |  1 | 164k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
97.96/98.48	c  98.5s|163900 | 68755 |698492 |   3.2 |   119M |  83 | 420 |9357 |   0 |3007 |  0 | 164k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
98.06/98.54	c  98.5s|164000 | 68803 |698763 |   3.2 |   119M |  83 | 420 |9361 | 216 |3007 |  1 | 165k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
98.06/98.60	c  98.6s|164100 | 68843 |698999 |   3.2 |   119M |  83 | 420 |9364 |   0 |3007 |  0 | 165k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
98.16/98.66	c  98.7s|164200 | 68878 |699260 |   3.2 |   119M |  83 | 420 |9367 |   0 |3007 |  0 | 165k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
98.26/98.71	c  98.7s|164300 | 68912 |699462 |   3.2 |   119M |  83 | 420 |9372 |   0 |3007 |  0 | 165k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
98.26/98.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
98.26/98.77	c  98.8s|164400 | 68962 |699725 |   3.2 |   119M |  83 | 420 |9377 | 217 |3007 |  1 | 165k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
98.36/98.82	c  98.8s|164500 | 69013 |700055 |   3.2 |   119M |  83 | 420 |9385 | 217 |3007 |  1 | 165k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
98.36/98.88	c  98.9s|164600 | 69058 |700354 |   3.2 |   119M |  83 | 420 |9388 | 216 |3007 |  1 | 165k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
98.46/98.92	c  98.9s|164700 | 69097 |700573 |   3.2 |   120M |  83 | 420 |9389 |   0 |3007 |  0 | 165k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
98.46/98.98	c  99.0s|164800 | 69139 |700829 |   3.2 |   120M |  83 | 420 |9387 | 217 |3007 |  1 | 166k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
98.56/99.04	c  99.0s|164900 | 69185 |701120 |   3.2 |   120M |  83 | 420 |9387 | 216 |3007 |  1 | 166k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
98.56/99.09	c  99.1s|165000 | 69227 |701367 |   3.2 |   120M |  83 | 420 |9388 |   0 |3007 |  0 | 166k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
98.66/99.15	c  99.2s|165100 | 69271 |701622 |   3.2 |   120M |  83 | 420 |9388 | 216 |3007 |  1 | 166k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
98.76/99.20	c  99.2s|165200 | 69310 |701841 |   3.2 |   120M |  83 | 420 |9389 | 216 |3007 |  1 | 166k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
98.76/99.26	c  99.3s|165300 | 69357 |702126 |   3.2 |   120M |  83 | 420 |9392 | 217 |3007 |  1 | 166k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
98.86/99.31	c  99.3s|165400 | 69405 |702416 |   3.2 |   120M |  83 | 420 |9392 | 217 |3007 |  1 | 166k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
98.86/99.36	c  99.4s|165500 | 69455 |702706 |   3.2 |   120M |  83 | 420 |9393 | 216 |3007 |  1 | 166k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
98.96/99.42	c  99.4s|165600 | 69501 |703009 |   3.2 |   120M |  83 | 420 |9395 | 216 |3007 |  1 | 166k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
98.96/99.47	c  99.5s|165700 | 69541 |703238 |   3.2 |   120M |  83 | 420 |9401 |   0 |3007 |  0 | 166k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
99.06/99.52	c  99.5s|165800 | 69589 |703501 |   3.2 |   120M |  83 | 420 |9400 | 217 |3007 |  1 | 167k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
99.06/99.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
99.06/99.58	c  99.6s|165900 | 69634 |703771 |   3.2 |   120M |  83 | 420 |9401 |   0 |3007 |  0 | 167k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
99.16/99.64	c  99.6s|166000 | 69683 |704080 |   3.2 |   120M |  83 | 420 |9406 |   0 |3007 |  0 | 167k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
99.16/99.68	c  99.7s|166100 | 69733 |704393 |   3.2 |   120M |  83 | 420 |9407 |   0 |3007 |  0 | 167k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
99.26/99.74	c  99.7s|166200 | 69779 |704701 |   3.2 |   120M |  83 | 420 |9408 |   0 |3007 |  0 | 167k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
99.26/99.79	c  99.8s|166300 | 69826 |704995 |   3.2 |   120M |  83 | 420 |9408 | 216 |3007 |  1 | 167k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
99.36/99.85	c  99.9s|166400 | 69878 |705286 |   3.2 |   120M |  83 | 420 |9407 | 217 |3007 |  1 | 167k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
99.46/99.92	c  99.9s|166500 | 69914 |705511 |   3.2 |   121M |  83 | 420 |9411 |   0 |3007 |  0 | 167k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
99.46/99.98	c   100s|166600 | 69945 |705722 |   3.2 |   122M |  83 | 420 |9412 | 217 |3007 |  1 | 167k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
99.56/100.03	c   100s|166700 | 69983 |705951 |   3.2 |   122M |  83 | 420 |9414 | 217 |3007 |  1 | 168k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
99.66/100.10	c   100s|166800 | 70024 |706263 |   3.2 |   122M |  83 | 420 |9415 |   0 |3007 |  0 | 168k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
99.66/100.16	c   100s|166900 | 70066 |706505 |   3.2 |   122M |  83 | 420 |9416 | 216 |3007 |  1 | 168k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
99.75/100.20	c   100s|167000 | 70106 |706731 |   3.2 |   122M |  83 | 420 |9415 | 217 |3007 |  1 | 168k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
99.75/100.24	c   100s|167100 | 70165 |707104 |   3.2 |   122M |  83 | 420 |9419 | 217 |3007 |  1 | 168k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
99.75/100.29	c   100s|167200 | 70218 |707413 |   3.2 |   122M |  83 | 420 |9419 | 216 |3007 |  1 | 168k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
99.85/100.35	c   100s|167300 | 70265 |707695 |   3.2 |   122M |  83 | 420 |9418 | 217 |3007 |  1 | 168k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
99.95/100.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
99.95/100.42	c   100s|167400 | 70311 |707947 |   3.2 |   122M |  83 | 420 |9417 | 216 |3007 |  1 | 168k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
99.95/100.47	c   100s|167500 | 70355 |708208 |   3.2 |   122M |  83 | 420 |9418 | 217 |3007 |  1 | 168k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
100.05/100.53	c   101s|167600 | 70402 |708444 |   3.2 |   122M |  83 | 420 |9418 | 217 |3007 |  1 | 169k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
100.05/100.58	c   101s|167700 | 70456 |708706 |   3.2 |   122M |  83 | 420 |9421 |   0 |3007 |  0 | 169k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
100.15/100.65	c   101s|167800 | 70497 |708964 |   3.2 |   122M |  83 | 420 |9421 | 217 |3007 |  1 | 169k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
100.25/100.70	c   101s|167900 | 70544 |709243 |   3.2 |   122M |  83 | 420 |9421 | 216 |3007 |  1 | 169k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
100.25/100.76	c   101s|168000 | 70592 |709503 |   3.2 |   122M |  83 | 420 |9421 | 217 |3007 |  1 | 169k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
100.35/100.82	c   101s|168100 | 70633 |709765 |   3.2 |   122M |  83 | 420 |9420 | 217 |3007 |  1 | 169k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
100.35/100.86	c   101s|168200 | 70687 |710087 |   3.2 |   122M |  83 | 420 |9422 | 217 |3007 |  1 | 169k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
100.45/100.92	c   101s|168300 | 70735 |710436 |   3.2 |   122M |  83 | 420 |9423 |   0 |3007 |  0 | 169k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
100.45/100.98	c   101s|168400 | 70784 |710729 |   3.2 |   122M |  83 | 420 |9423 | 216 |3007 |  1 | 169k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
100.55/101.03	c   101s|168500 | 70831 |710987 |   3.2 |   122M |  83 | 420 |9423 | 217 |3007 |  1 | 169k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
100.55/101.10	c   101s|168600 | 70879 |711264 |   3.2 |   122M |  83 | 420 |9422 | 217 |3007 |  1 | 170k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
100.65/101.16	c   101s|168700 | 70921 |711530 |   3.2 |   122M |  83 | 420 |9423 | 217 |3007 |  1 | 170k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
100.75/101.21	c   101s|168800 | 70959 |711764 |   3.2 |   122M |  83 | 420 |9423 | 217 |3007 |  1 | 170k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
100.75/101.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
100.75/101.26	c   101s|168900 | 71010 |712026 |   3.2 |   123M |  83 | 420 |9420 | 217 |3007 |  1 | 170k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
100.85/101.33	c   101s|169000 | 71059 |712298 |   3.2 |   123M |  83 | 420 |9419 | 217 |3007 |  1 | 170k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
100.85/101.38	c   101s|169100 | 71105 |712611 |   3.2 |   123M |  83 | 420 |9420 |   0 |3007 |  0 | 170k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
100.95/101.44	c   101s|169200 | 71153 |712870 |   3.2 |   123M |  83 | 420 |9420 |   0 |3007 |  0 | 170k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
100.95/101.49	c   101s|169300 | 71197 |713117 |   3.2 |   123M |  83 | 420 |9419 | 217 |3007 |  1 | 170k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
101.05/101.55	c   102s|169400 | 71238 |713356 |   3.2 |   123M |  83 | 420 |9420 |   0 |3007 |  0 | 170k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
101.15/101.60	c   102s|169500 | 71291 |713682 |   3.2 |   123M |  83 | 420 |9420 | 217 |3007 |  1 | 171k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
101.15/101.65	c   102s|169600 | 71336 |714037 |   3.2 |   123M |  83 | 420 |9423 |   0 |3007 |  0 | 171k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
101.25/101.71	c   102s|169700 | 71382 |714283 |   3.2 |   123M |  83 | 420 |9421 |   0 |3007 |  0 | 171k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
101.25/101.76	c   102s|169800 | 71424 |714511 |   3.2 |   123M |  83 | 420 |9422 | 216 |3007 |  1 | 171k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
101.34/101.81	c   102s|169900 | 71469 |714769 |   3.2 |   123M |  83 | 420 |9423 |   0 |3007 |  0 | 171k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
101.34/101.87	c   102s|170000 | 71518 |715074 |   3.2 |   123M |  83 | 420 |9426 | 217 |3007 |  1 | 171k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
101.44/101.92	c   102s|170100 | 71554 |715286 |   3.2 |   123M |  83 | 420 |9427 | 217 |3007 |  1 | 171k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
101.44/101.97	c   102s|170200 | 71600 |715530 |   3.2 |   124M |  83 | 420 |9428 | 217 |3007 |  1 | 171k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
101.55/102.03	c   102s|170300 | 71651 |715836 |   3.2 |   124M |  83 | 420 |9428 |   0 |3007 |  0 | 171k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
101.55/102.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
101.55/102.09	c   102s|170400 | 71697 |716112 |   3.2 |   124M |  83 | 420 |9432 | 217 |3007 |  1 | 171k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
101.65/102.14	c   102s|170500 | 71743 |716364 |   3.2 |   124M |  83 | 420 |9434 | 217 |3007 |  1 | 172k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
101.74/102.20	c   102s|170600 | 71777 |716586 |   3.2 |   124M |  83 | 420 |9435 | 217 |3007 |  1 | 172k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
101.74/102.25	c   102s|170700 | 71831 |716844 |   3.2 |   124M |  83 | 420 |9440 | 217 |3007 |  1 | 172k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
101.84/102.31	c   102s|170800 | 71877 |717109 |   3.2 |   124M |  83 | 420 |9446 | 217 |3007 |  1 | 172k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
101.84/102.37	c   102s|170900 | 71926 |717393 |   3.2 |   124M |  83 | 420 |9450 | 217 |3007 |  1 | 172k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
101.94/102.42	c   102s|171000 | 71968 |717625 |   3.2 |   124M |  83 | 420 |9449 |   0 |3007 |  0 | 172k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
101.94/102.48	c   102s|171100 | 72023 |717931 |   3.2 |   124M |  83 | 420 |9449 | 217 |3007 |  1 | 172k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
102.04/102.53	c   103s|171200 | 72059 |718147 |   3.2 |   124M |  83 | 420 |9453 | 217 |3007 |  1 | 172k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
102.14/102.67	c   103s|171300 | 72011 |718288 |   3.2 |   124M |  83 | 420 |9455 | 217 |3007 |  1 | 173k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
102.24/102.78	c   103s|171400 | 71963 |718489 |   3.2 |   124M |  83 | 420 |9454 |   0 |3007 |  0 | 173k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
102.34/102.86	c   103s|171500 | 71960 |718715 |   3.2 |   124M |  83 | 420 |9451 |   0 |3007 |  0 | 173k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
102.44/102.94	c   103s|171600 | 71943 |718926 |   3.2 |   124M |  83 | 420 |9451 | 217 |3007 |  1 | 173k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
102.54/103.02	c   103s|171700 | 71931 |719142 |   3.2 |   124M |  83 | 420 |9451 | 217 |3007 |  1 | 173k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
102.64/103.11	c   103s|171800 | 71906 |719302 |   3.2 |   124M |  83 | 420 |9452 |   0 |3007 |  0 | 173k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
102.74/103.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
102.74/103.20	c   103s|171900 | 71886 |719561 |   3.2 |   124M |  83 | 420 |9454 |   0 |3007 |  0 | 173k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
102.84/103.30	c   103s|172000 | 71872 |719756 |   3.2 |   124M |  83 | 420 |9454 |   0 |3007 |  0 | 173k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
102.84/103.39	c   103s|172100 | 71845 |719944 |   3.2 |   124M |  83 | 420 |9453 | 217 |3007 |  1 | 174k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
103.04/103.52	c   104s|172200 | 71795 |720077 |   3.2 |   124M |  83 | 420 |9455 |   0 |3007 |  0 | 174k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
103.04/103.59	c   104s|172300 | 71785 |720303 |   3.2 |   124M |  83 | 420 |9455 | 217 |3007 |  1 | 174k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
103.14/103.68	c   104s|172400 | 71782 |720586 |   3.2 |   124M |  83 | 420 |9454 | 217 |3007 |  1 | 174k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
103.24/103.77	c   104s|172500 | 71774 |720844 |   3.2 |   124M |  83 | 420 |9454 |   0 |3007 |  0 | 174k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
103.33/103.83	c   104s|172600 | 71799 |721054 |   3.2 |   124M |  83 | 420 |9454 |   0 |3007 |  0 | 174k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
103.43/103.95	c   104s|172700 | 71753 |721205 |   3.2 |   124M |  83 | 420 |9454 | 217 |3007 |  1 | 174k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
103.54/104.05	c   104s|172800 | 71715 |721398 |   3.2 |   124M |  83 | 420 |9454 |   0 |3007 |  0 | 175k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
103.64/104.16	c   104s|172900 | 71702 |721596 |   3.2 |   124M |  83 | 420 |9454 |   0 |3007 |  0 | 175k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
103.73/104.27	c   104s|173000 | 71674 |721766 |   3.2 |   124M |  83 | 420 |9457 |   0 |3007 |  0 | 175k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
103.83/104.38	c   104s|173100 | 71655 |721985 |   3.2 |   124M |  83 | 420 |9459 |   0 |3007 |  0 | 175k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
103.93/104.48	c   104s|173200 | 71642 |722197 |   3.2 |   124M |  83 | 420 |9457 |   0 |3007 |  0 | 175k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
104.13/104.62	c   105s|173300 | 71588 |722368 |   3.2 |   124M |  83 | 420 |9457 |   0 |3007 |  0 | 176k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
104.33/104.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
104.33/104.80	c   105s|173400 | 71482 |722510 |   3.2 |   124M |  83 | 420 |9458 |   0 |3007 |  0 | 176k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
104.43/104.90	c   105s|173500 | 71451 |722668 |   3.2 |   124M |  83 | 420 |9458 |   0 |3007 |  0 | 176k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
104.53/105.01	c   105s|173600 | 71407 |722815 |   3.2 |   124M |  83 | 420 |9456 | 217 |3007 |  1 | 176k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
104.63/105.13	c   105s|173700 | 71367 |722942 |   3.2 |   124M |  83 | 420 |9455 | 216 |3007 |  1 | 176k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
104.73/105.22	c   105s|173800 | 71340 |723090 |   3.2 |   124M |  83 | 420 |9455 |   0 |3007 |  0 | 176k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
104.83/105.32	c   105s|173900 | 71324 |723282 |   3.2 |   124M |  83 | 420 |9454 | 219 |3007 |  1 | 177k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
104.93/105.42	c   105s|174000 | 71291 |723449 |   3.2 |   124M |  83 | 420 |9458 |   0 |3007 |  0 | 177k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
105.03/105.51	c   106s|174100 | 71265 |723613 |   3.2 |   124M |  83 | 420 |9457 |   0 |3007 |  0 | 177k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
105.03/105.59	c   106s|174200 | 71242 |723753 |   3.2 |   124M |  83 | 420 |9457 |   0 |3007 |  0 | 177k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
105.23/105.70	c   106s|174300 | 71203 |723884 |   3.2 |   124M |  83 | 420 |9457 | 217 |3007 |  1 | 177k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
105.33/105.81	c   106s|174400 | 71143 |724000 |   3.2 |   124M |  83 | 420 |9455 |   0 |3007 |  0 | 177k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
105.43/105.93	c   106s|174500 | 71097 |724171 |   3.2 |   124M |  83 | 420 |9455 | 217 |3007 |  1 | 178k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
105.53/106.01	c   106s|174600 | 71094 |724482 |   3.2 |   124M |  83 | 420 |9457 |   0 |3007 |  0 | 178k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
105.53/106.09	c   106s|174700 | 71093 |724779 |   3.2 |   124M |  83 | 420 |9456 |   0 |3007 |  0 | 178k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
105.63/106.17	c   106s|174800 | 71091 |725059 |   3.2 |   124M |  83 | 420 |9456 | 217 |3007 |  1 | 178k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
105.72/106.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
105.72/106.25	c   106s|174900 | 71092 |725376 |   3.2 |   124M |  83 | 420 |9442 | 217 |3007 |  1 | 178k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
105.82/106.32	c   106s|175000 | 71085 |725714 |   3.2 |   124M |  83 | 420 |9445 |   0 |3007 |  0 | 178k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
105.92/106.40	c   106s|175100 | 71077 |726033 |   3.2 |   124M |  83 | 420 |9437 | 217 |3007 |  1 | 178k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
105.92/106.46	c   106s|175200 | 71090 |726306 |   3.2 |   124M |  83 | 420 |9442 |   0 |3007 |  0 | 178k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.02/106.54	c   107s|175300 | 71111 |726618 |   3.2 |   124M |  83 | 420 |9344 | 216 |3018 |  1 | 178k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.02/106.57	c   107s|175400 | 71154 |727031 |   3.2 |   124M |  83 | 420 |9405 | 216 |3018 |  1 | 178k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.12/106.60	c   107s|175500 | 71192 |727302 |   3.2 |   124M |  83 | 420 |9353 | 216 |3018 |  1 | 178k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.12/106.62	c   107s|175600 | 71226 |727606 |   3.2 |   124M |  83 | 420 |9262 | 216 |3018 |  1 | 178k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.12/106.65	c   107s|175700 | 71260 |727889 |   3.2 |   124M |  83 | 420 |9195 | 216 |3018 |  1 | 178k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.12/106.67	c   107s|175800 | 71294 |728174 |   3.2 |   124M |  83 | 420 |9172 | 216 |3018 |  1 | 178k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.22/106.70	c   107s|175900 | 71338 |728454 |   3.2 |   124M |  83 | 420 |9253 | 216 |3018 |  1 | 179k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.22/106.73	c   107s|176000 | 71376 |728727 |   3.2 |   124M |  83 | 420 |9374 | 216 |3018 |  1 | 179k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.22/106.76	c   107s|176100 | 71410 |728998 |   3.2 |   124M |  83 | 420 |9462 | 216 |3018 |  1 | 179k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.22/106.78	c   107s|176200 | 71447 |729277 |   3.2 |   124M |  83 | 420 |9475 |   0 |3018 |  0 | 179k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.32/106.81	c   107s|176300 | 71489 |729553 |   3.2 |   124M |  83 | 420 |9474 | 216 |3018 |  1 | 179k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.32/106.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
106.32/106.85	c   107s|176400 | 71526 |729827 |   3.2 |   124M |  83 | 420 |9475 | 216 |3018 |  1 | 179k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.32/106.89	c   107s|176500 | 71571 |730118 |   3.2 |   124M |  83 | 420 |9474 | 216 |3018 |  1 | 179k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.42/106.93	c   107s|176600 | 71614 |730406 |   3.2 |   124M |  83 | 420 |9473 | 216 |3018 |  1 | 179k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.42/106.97	c   107s|176700 | 71651 |730705 |   3.2 |   124M |  83 | 420 |9473 |   0 |3018 |  0 | 179k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.52/107.01	c   107s|176800 | 71695 |731040 |   3.2 |   124M |  83 | 420 |9473 | 216 |3018 |  1 | 179k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.52/107.04	c   107s|176900 | 71731 |731335 |   3.2 |   125M |  83 | 420 |9472 | 216 |3018 |  1 | 179k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.52/107.07	c   107s|177000 | 71771 |731646 |   3.2 |   125M |  83 | 420 |9472 |   0 |3018 |  0 | 179k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.52/107.10	c   107s|177100 | 71806 |731930 |   3.2 |   125M |  83 | 420 |9473 | 216 |3018 |  1 | 179k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.62/107.14	c   107s|177200 | 71837 |732177 |   3.2 |   125M |  83 | 420 |9473 | 216 |3018 |  1 | 179k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.62/107.17	c   107s|177300 | 71876 |732487 |   3.2 |   125M |  83 | 420 |9473 | 216 |3018 |  1 | 180k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.72/107.21	c   107s|177400 | 71913 |732830 |   3.2 |   125M |  83 | 420 |9475 |   0 |3024 |  0 | 180k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.72/107.25	c   107s|177500 | 71951 |733118 |   3.2 |   125M |  83 | 420 |9475 |   0 |3024 |  0 | 180k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.72/107.28	c   107s|177600 | 71992 |733418 |   3.2 |   125M |  83 | 420 |9475 | 216 |3024 |  1 | 180k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.82/107.31	c   107s|177700 | 72028 |733726 |   3.2 |   125M |  83 | 420 |9470 |   0 |3024 |  0 | 180k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.82/107.34	c   107s|177800 | 72060 |733994 |   3.2 |   125M |  83 | 420 |9475 | 216 |3024 |  1 | 180k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.82/107.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
106.82/107.36	c   107s|177900 | 72098 |734293 |   3.2 |   125M |  83 | 420 |9469 | 216 |3024 |  1 | 180k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.82/107.39	c   107s|178000 | 72130 |734553 |   3.2 |   125M |  83 | 420 |9460 | 216 |3024 |  1 | 180k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.92/107.42	c   107s|178100 | 72164 |734893 |   3.2 |   125M |  83 | 420 |9469 |   0 |3024 |  0 | 180k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.92/107.45	c   107s|178200 | 72205 |735236 |   3.2 |   125M |  83 | 420 |9471 |   0 |3024 |  0 | 180k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
106.92/107.47	c   107s|178300 | 72243 |735549 |   3.2 |   125M |  83 | 420 |9474 |   0 |3024 |  0 | 180k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
107.02/107.50	c   108s|178400 | 72280 |735865 |   3.2 |   125M |  83 | 420 |9474 | 216 |3024 |  1 | 180k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
107.02/107.53	c   108s|178500 | 72321 |736168 |   3.2 |   125M |  83 | 420 |9473 | 216 |3024 |  1 | 180k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
107.02/107.55	c   108s|178600 | 72358 |736458 |   3.2 |   125M |  83 | 420 |9468 | 215 |3024 |  1 | 180k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
107.02/107.58	c   108s|178700 | 72399 |736760 |   3.2 |   125M |  83 | 420 |9463 | 215 |3024 |  1 | 180k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
107.11/107.60	c   108s|178800 | 72433 |737047 |   3.2 |   125M |  83 | 420 |9457 |   0 |3024 |  0 | 180k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
107.11/107.64	c   108s|178900 | 72460 |737331 |   3.2 |   125M |  83 | 420 |9473 |   0 |3024 |  0 | 180k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
107.21/107.73	c   108s|179000 | 72468 |737658 |   3.2 |   125M |  83 | 420 |9183 |   0 |3024 |  0 | 180k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
107.21/107.79	c   108s|179100 | 72479 |737953 |   3.2 |   125M |  83 | 420 |9201 |   0 |3024 |  0 | 180k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
107.31/107.87	c   108s|179200 | 72490 |738299 |   3.2 |   125M |  83 | 420 |8945 |   0 |3024 |  0 | 180k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
107.41/107.94	c   108s|179300 | 72495 |738578 |   3.2 |   125M |  83 | 420 |9013 |   0 |3024 |  0 | 180k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
107.52/108.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
107.52/108.02	c   108s|179400 | 72546 |739178 |   3.2 |   126M |  83 | 420 |8764 | 215 |3032 |  1 | 180k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
107.62/108.12	c   108s|179500 | 72644 |740001 |   3.2 |   127M |  83 | 420 |7862 | 215 |3051 |  1 | 180k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
107.71/108.21	c   108s|179600 | 72740 |740857 |   3.2 |   127M |  83 | 420 |7282 | 217 |3080 |  1 | 181k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
107.71/108.28	c   108s|179700 | 72831 |741381 |   3.2 |   127M |  83 | 420 |7076 | 217 |3120 |  1 | 181k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
107.81/108.35	c   108s|179800 | 72921 |742018 |   3.2 |   127M |  83 | 420 |6961 | 214 |3148 |  1 | 181k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
107.91/108.45	c   108s|179900 | 73015 |742704 |   3.2 |   127M |  83 | 420 |6973 | 222 |3209 |  2 | 181k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
108.01/108.51	c   109s|180000 | 73102 |743139 |   3.2 |   127M |  83 | 420 |6970 | 217 |3215 |  1 | 181k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
108.01/108.58	c   109s|180100 | 73188 |743683 |   3.2 |   127M |  83 | 420 |6938 | 218 |3215 |  1 | 181k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
108.11/108.65	c   109s|180200 | 73284 |744269 |   3.2 |   127M |  83 | 420 |6937 | 216 |3215 |  1 | 181k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
108.21/108.72	c   109s|180300 | 73382 |744719 |   3.2 |   127M |  83 | 420 |6947 | 218 |3223 |  1 | 181k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
108.21/108.77	c   109s|180400 | 73470 |745096 |   3.2 |   127M |  83 | 420 |6918 | 218 |3231 |  1 | 181k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
108.31/108.83	c   109s|180500 | 73564 |745572 |   3.2 |   127M |  83 | 420 |6932 | 215 |3231 |  1 | 181k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
108.31/108.89	c   109s|180600 | 73658 |746068 |   3.2 |   127M |  83 | 420 |6875 | 218 |3238 |  1 | 181k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
108.41/108.95	c   109s|180700 | 73752 |746593 |   3.2 |   127M |  83 | 420 |6879 | 217 |3238 |  1 | 181k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
108.51/109.01	c   109s|180800 | 73844 |747095 |   3.2 |   127M |  83 | 420 |6889 | 217 |3238 |  1 | 181k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
108.51/109.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
108.51/109.07	c   109s|180900 | 73940 |747609 |   3.2 |   127M |  83 | 420 |6909 | 217 |3238 |  1 | 181k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
108.61/109.14	c   109s|181000 | 74032 |748120 |   3.2 |   127M |  83 | 420 |6920 | 218 |3246 |  1 | 181k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
108.71/109.20	c   109s|181100 | 74132 |748665 |   3.2 |   127M |  83 | 420 |6938 | 215 |3254 |  1 | 181k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
108.71/109.26	c   109s|181200 | 74226 |749095 |   3.2 |   127M |  83 | 420 |6964 | 217 |3254 |  1 | 181k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
108.81/109.31	c   109s|181300 | 74259 |749306 |   3.2 |   127M |  83 | 420 |7006 | 218 |3254 |  1 | 182k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
108.81/109.36	c   109s|181400 | 74277 |749509 |   3.2 |   127M |  83 | 420 |6859 | 217 |3254 |  1 | 182k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
108.91/109.41	c   109s|181500 | 74306 |749704 |   3.2 |   127M |  83 | 420 |6509 | 215 |3254 |  1 | 182k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
108.91/109.46	c   109s|181600 | 74340 |749923 |   3.2 |   127M |  83 | 420 |6446 | 215 |3254 |  1 | 182k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
108.91/109.49	c   109s|181700 | 74377 |750123 |   3.2 |   127M |  83 | 420 |6455 | 218 |3254 |  1 | 182k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.01/109.53	c   110s|181800 | 74428 |750352 |   3.2 |   127M |  83 | 420 |6509 | 218 |3255 |  1 | 182k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.01/109.56	c   110s|181900 | 74473 |750563 |   3.2 |   127M |  83 | 420 |6530 | 217 |3255 |  1 | 182k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.10/109.60	c   110s|182000 | 74520 |750792 |   3.2 |   127M |  83 | 420 |6472 | 216 |3255 |  1 | 182k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.10/109.64	c   110s|182100 | 74572 |751047 |   3.2 |   127M |  83 | 420 |6413 | 218 |3255 |  1 | 182k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.10/109.68	c   110s|182200 | 74617 |751274 |   3.2 |   127M |  83 | 420 |6338 | 218 |3255 |  1 | 182k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.20/109.71	c   110s|182300 | 74667 |751490 |   3.2 |   127M |  83 | 420 |6300 | 215 |3255 |  1 | 182k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.20/109.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
109.20/109.74	c   110s|182400 | 74713 |751715 |   3.2 |   127M |  83 | 420 |6293 | 218 |3255 |  1 | 182k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.20/109.77	c   110s|182500 | 74752 |751940 |   3.2 |   127M |  83 | 420 |6291 |   0 |3255 |  0 | 182k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.30/109.81	c   110s|182600 | 74792 |752163 |   3.2 |   127M |  83 | 420 |6247 | 217 |3255 |  1 | 182k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.30/109.84	c   110s|182700 | 74832 |752390 |   3.2 |   127M |  83 | 420 |6227 | 218 |3255 |  1 | 182k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.30/109.87	c   110s|182800 | 74869 |752633 |   3.2 |   127M |  83 | 420 |6211 | 215 |3255 |  1 | 182k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.40/109.91	c   110s|182900 | 74917 |752868 |   3.2 |   127M |  83 | 420 |6195 | 217 |3255 |  1 | 182k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.40/109.94	c   110s|183000 | 74962 |753085 |   3.2 |   127M |  83 | 420 |6178 | 218 |3255 |  1 | 182k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.40/109.97	c   110s|183100 | 75010 |753315 |   3.2 |   128M |  83 | 420 |6153 |   0 |3255 |  0 | 182k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.40/110.00	c   110s|183200 | 75054 |753545 |   3.2 |   128M |  83 | 420 |6125 | 218 |3255 |  1 | 182k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.51/110.04	c   110s|183300 | 75108 |753824 |   3.2 |   128M |  83 | 420 |6241 | 215 |3255 |  1 | 182k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.51/110.08	c   110s|183400 | 75142 |754071 |   3.2 |   128M |  83 | 420 |6418 | 215 |3255 |  1 | 183k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.61/110.12	c   110s|183500 | 75216 |754487 |   3.2 |   128M |  83 | 420 |6468 | 214 |3255 |  1 | 183k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.61/110.16	c   110s|183600 | 75277 |754734 |   3.2 |   128M |  83 | 420 |6584 |   0 |3255 |  0 | 183k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.70/110.20	c   110s|183700 | 75326 |754982 |   3.2 |   128M |  83 | 420 |6635 | 215 |3255 |  1 | 183k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.70/110.24	c   110s|183800 | 75375 |755249 |   3.2 |   128M |  83 | 420 |6683 | 218 |3255 |  1 | 183k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.70/110.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
109.70/110.28	c   110s|183900 | 75442 |755601 |   3.2 |   128M |  83 | 420 |6733 | 218 |3255 |  1 | 183k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.80/110.32	c   110s|184000 | 75501 |755890 |   3.2 |   129M |  83 | 420 |6798 | 216 |3255 |  1 | 183k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.80/110.36	c   110s|184100 | 75543 |756149 |   3.2 |   129M |  83 | 420 |6863 | 215 |3255 |  1 | 183k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.90/110.40	c   110s|184200 | 75582 |756378 |   3.2 |   129M |  83 | 420 |6948 | 217 |3255 |  1 | 183k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.90/110.44	c   110s|184300 | 75620 |756639 |   3.2 |   129M |  83 | 420 |7040 |   0 |3255 |  0 | 183k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
109.90/110.48	c   110s|184400 | 75647 |756852 |   3.2 |   129M |  83 | 420 |6993 | 215 |3255 |  1 | 183k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
110.00/110.52	c   111s|184500 | 75670 |757058 |   3.2 |   129M |  83 | 420 |7014 |   0 |3255 |  0 | 184k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
110.00/110.56	c   111s|184600 | 75723 |757287 |   3.2 |   129M |  83 | 420 |6973 | 214 |3255 |  1 | 184k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
110.10/110.60	c   111s|184700 | 75812 |757590 |   3.2 |   130M |  83 | 420 |7017 | 214 |3255 |  1 | 184k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
110.10/110.64	c   111s|184800 | 75895 |757875 |   3.2 |   130M |  83 | 420 |6952 | 217 |3255 |  1 | 184k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
110.10/110.69	c   111s|184900 | 75973 |758207 |   3.2 |   130M |  83 | 420 |6925 | 217 |3255 |  1 | 184k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
110.20/110.73	c   111s|185000 | 76031 |758464 |   3.2 |   130M |  83 | 420 |6940 | 214 |3255 |  1 | 184k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
110.20/110.77	c   111s|185100 | 76105 |758720 |   3.2 |   130M |  83 | 420 |6917 | 214 |3255 |  1 | 184k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
110.30/110.81	c   111s|185200 | 76152 |758933 |   3.2 |   130M |  83 | 420 |6884 |   0 |3255 |  0 | 184k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
110.30/110.85	c   111s|185300 | 76179 |759140 |   3.2 |   130M |  83 | 420 |6855 | 217 |3255 |  0 | 184k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
110.40/110.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
110.40/110.90	c   111s|185400 | 76212 |759359 |   3.2 |   130M |  83 | 420 |6905 | 217 |3255 |  1 | 184k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
110.40/110.94	c   111s|185500 | 76241 |759555 |   3.2 |   131M |  83 | 420 |6970 | 215 |3255 |  1 | 184k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
110.40/110.98	c   111s|185600 | 76289 |759829 |   3.2 |   131M |  83 | 420 |7038 |   0 |3255 |  0 | 184k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
110.50/111.01	c   111s|185700 | 76327 |760079 |   3.2 |   131M |  83 | 420 |7096 | 215 |3255 |  1 | 184k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
110.50/111.04	c   111s|185800 | 76363 |760312 |   3.2 |   131M |  83 | 420 |7115 | 218 |3255 |  1 | 184k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
110.50/111.07	c   111s|185900 | 76410 |760542 |   3.2 |   131M |  83 | 420 |7154 | 218 |3255 |  1 | 184k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
110.60/111.10	c   111s|186000 | 76454 |760778 |   3.2 |   131M |  83 | 420 |7194 |   0 |3255 |  0 | 184k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
110.60/111.13	c   111s|186100 | 76487 |761005 |   3.2 |   131M |  83 | 420 |7191 |   0 |3255 |  0 | 185k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
110.60/111.17	c   111s|186200 | 76535 |761421 |   3.2 |   131M |  83 | 420 |7146 | 218 |3255 |  1 | 185k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
110.70/111.21	c   111s|186300 | 76605 |761800 |   3.2 |   131M |  83 | 420 |7106 |   0 |3255 |  0 | 185k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
110.70/111.25	c   111s|186400 | 76670 |762151 |   3.2 |   131M |  83 | 420 |7066 | 216 |3255 |  1 | 185k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
110.70/111.29	c   111s|186500 | 76738 |762505 |   3.2 |   131M |  83 | 420 |7046 | 216 |3255 |  1 | 185k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
110.80/111.34	c   111s|186600 | 76809 |762945 |   3.2 |   131M |  83 | 420 |6970 | 217 |3255 |  1 | 185k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
110.89/111.41	c   111s|186700 | 76873 |763347 |   3.2 |   131M |  83 | 420 |6898 | 217 |3255 |  1 | 185k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
110.89/111.45	c   111s|186800 | 76937 |763727 |   3.2 |   132M |  83 | 420 |6918 | 217 |3255 |  1 | 185k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
110.89/111.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
110.89/111.49	c   111s|186900 | 77002 |764083 |   3.2 |   132M |  83 | 420 |6922 | 217 |3255 |  1 | 185k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
110.99/111.55	c   112s|187000 | 77068 |764551 |   3.2 |   132M |  83 | 420 |6903 | 217 |3255 |  1 | 185k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
111.09/111.60	c   112s|187100 | 77145 |764975 |   3.2 |   132M |  83 | 420 |6928 | 215 |3255 |  0 | 185k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
111.09/111.64	c   112s|187200 | 77190 |765274 |   3.2 |   132M |  83 | 420 |6945 |   0 |3255 |  0 | 185k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
111.09/111.68	c   112s|187300 | 77239 |765580 |   3.2 |   132M |  83 | 420 |6960 |   0 |3255 |  0 | 185k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
111.19/111.71	c   112s|187400 | 77291 |765904 |   3.2 |   132M |  83 | 420 |6980 | 217 |3255 |  0 | 185k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
111.19/111.75	c   112s|187500 | 77341 |766228 |   3.2 |   132M |  83 | 420 |6999 | 215 |3255 |  1 | 185k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
111.19/111.79	c   112s|187600 | 77379 |766518 |   3.2 |   132M |  83 | 420 |7025 | 215 |3255 |  1 | 185k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
111.29/111.82	c   112s|187700 | 77423 |766835 |   3.2 |   132M |  83 | 420 |7053 | 218 |3255 |  1 | 185k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
111.29/111.86	c   112s|187800 | 77481 |767197 |   3.2 |   132M |  83 | 420 |7115 |   0 |3255 |  0 | 185k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
111.39/111.92	c   112s|187900 | 77554 |767681 |   3.2 |   132M |  83 | 420 |7149 | 215 |3255 |  1 | 185k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
111.39/111.96	c   112s|188000 | 77600 |768017 |   3.2 |   132M |  83 | 420 |7171 | 218 |3255 |  1 | 185k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
111.39/112.00	c   112s|188100 | 77650 |768357 |   3.2 |   132M |  83 | 420 |7195 | 218 |3255 |  1 | 185k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
111.50/112.04	c   112s|188200 | 77699 |768676 |   3.2 |   132M |  83 | 420 |7219 | 214 |3255 |  1 | 185k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
111.50/112.08	c   112s|188300 | 77728 |768881 |   3.2 |   132M |  83 | 420 |7230 |   0 |3255 |  0 | 185k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
111.60/112.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
111.60/112.12	c   112s|188400 | 77754 |769007 |   3.2 |   132M |  83 | 420 |7222 |   0 |3255 |  0 | 186k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
111.60/112.16	c   112s|188500 | 77783 |769160 |   3.2 |   132M |  83 | 420 |7231 | 214 |3255 |  1 | 186k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
111.69/112.20	c   112s|188600 | 77803 |769258 |   3.2 |   132M |  83 | 420 |7165 | 217 |3255 |  1 | 186k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
111.69/112.25	c   112s|188700 | 77846 |769491 |   3.2 |   132M |  83 | 420 |7155 | 219 |3255 |  1 | 186k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
111.69/112.29	c   112s|188800 | 77891 |769723 |   3.2 |   132M |  83 | 420 |7137 | 214 |3255 |  1 | 186k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
111.79/112.33	c   112s|188900 | 77947 |770051 |   3.2 |   132M |  83 | 420 |7173 |   0 |3255 |  0 | 186k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
111.79/112.37	c   112s|189000 | 77999 |770339 |   3.2 |   132M |  83 | 420 |7188 | 217 |3255 |  1 | 186k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
111.89/112.41	c   112s|189100 | 78049 |770567 |   3.2 |   132M |  83 | 420 |7153 | 214 |3255 |  1 | 186k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
111.89/112.45	c   112s|189200 | 78102 |770831 |   3.2 |   132M |  83 | 420 |7103 | 217 |3255 |  1 | 186k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
111.89/112.49	c   112s|189300 | 78159 |771167 |   3.2 |   132M |  83 | 420 |7091 | 217 |3255 |  1 | 186k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
111.99/112.54	c   113s|189400 | 78219 |771577 |   3.2 |   133M |  83 | 420 |7072 |   0 |3255 |  0 | 186k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
111.99/112.58	c   113s|189500 | 78280 |771935 |   3.2 |   133M |  83 | 420 |7069 | 217 |3255 |  1 | 186k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
112.09/112.61	c   113s|189600 | 78333 |772224 |   3.2 |   133M |  83 | 420 |7094 | 218 |3255 |  1 | 186k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
112.09/112.65	c   113s|189700 | 78388 |772503 |   3.2 |   133M |  83 | 420 |7130 | 216 |3255 |  1 | 186k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
112.09/112.69	c   113s|189800 | 78449 |772892 |   3.2 |   133M |  83 | 420 |7128 | 217 |3255 |  1 | 186k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
112.19/112.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
112.19/112.73	c   113s|189900 | 78505 |773247 |   3.2 |   133M |  83 | 420 |7131 |   0 |3255 |  0 | 186k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
112.19/112.77	c   113s|190000 | 78547 |773425 |   3.2 |   133M |  83 | 420 |7092 | 214 |3255 |  1 | 186k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
112.29/112.81	c   113s|190100 | 78606 |773771 |   3.2 |   133M |  83 | 420 |7066 | 217 |3255 |  1 | 186k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
112.29/112.85	c   113s|190200 | 78660 |774054 |   3.2 |   133M |  83 | 420 |7065 |   0 |3255 |  0 | 186k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
112.29/112.89	c   113s|190300 | 78709 |774439 |   3.2 |   133M |  83 | 420 |7083 |   0 |3255 |  0 | 186k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
112.39/112.93	c   113s|190400 | 78757 |774711 |   3.2 |   133M |  83 | 420 |7078 |   0 |3255 |  0 | 186k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
112.39/112.97	c   113s|190500 | 78796 |774944 |   3.2 |   133M |  83 | 420 |7087 | 214 |3255 |  1 | 186k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
112.49/113.01	c   113s|190600 | 78848 |775235 |   3.2 |   133M |  83 | 420 |7085 | 214 |3255 |  1 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
112.49/113.05	c   113s|190700 | 78900 |775521 |   3.2 |   133M |  83 | 420 |7084 | 215 |3255 |  1 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
112.49/113.09	c   113s|190800 | 78952 |775864 |   3.2 |   133M |  83 | 420 |7099 | 215 |3255 |  1 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
112.59/113.13	c   113s|190900 | 79007 |776211 |   3.2 |   133M |  83 | 420 |7107 | 215 |3255 |  1 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
112.59/113.17	c   113s|191000 | 79058 |776566 |   3.2 |   133M |  83 | 420 |7121 | 217 |3255 |  1 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
112.68/113.21	c   113s|191100 | 79110 |776952 |   3.2 |   133M |  83 | 420 |7140 |   0 |3255 |  0 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
112.68/113.26	c   113s|191200 | 79154 |777265 |   3.2 |   133M |  83 | 420 |7177 | 215 |3255 |  1 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
112.78/113.30	c   113s|191300 | 79196 |777617 |   3.2 |   133M |  83 | 420 |7192 | 217 |3255 |  1 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
112.78/113.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
112.78/113.34	c   113s|191400 | 79253 |777949 |   3.2 |   133M |  83 | 420 |7181 | 215 |3255 |  1 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
112.78/113.38	c   113s|191500 | 79299 |778296 |   3.2 |   133M |  83 | 420 |7201 |   0 |3255 |  0 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
112.88/113.42	c   113s|191600 | 79349 |778527 |   3.2 |   133M |  83 | 420 |7205 | 217 |3255 |  1 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
112.88/113.46	c   113s|191700 | 79406 |778873 |   3.2 |   133M |  83 | 420 |7219 | 215 |3255 |  1 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
112.98/113.51	c   114s|191800 | 79442 |779285 |   3.2 |   133M |  83 | 420 |7257 | 215 |3255 |  1 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
112.98/113.55	c   114s|191900 | 79492 |779526 |   3.2 |   133M |  83 | 420 |7256 | 217 |3255 |  1 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
112.98/113.59	c   114s|192000 | 79541 |779799 |   3.2 |   133M |  83 | 420 |7271 | 215 |3255 |  1 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
113.08/113.62	c   114s|192100 | 79593 |780095 |   3.2 |   133M |  83 | 420 |7309 | 215 |3255 |  1 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
113.08/113.65	c   114s|192200 | 79635 |780359 |   3.2 |   133M |  83 | 420 |7346 |   0 |3255 |  0 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
113.08/113.69	c   114s|192300 | 79687 |780715 |   3.2 |   134M |  83 | 420 |7378 | 215 |3255 |  0 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
113.18/113.73	c   114s|192400 | 79750 |781035 |   3.2 |   134M |  83 | 420 |7394 | 215 |3255 |  1 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
113.18/113.77	c   114s|192500 | 79803 |781378 |   3.2 |   134M |  83 | 420 |7423 | 217 |3255 |  1 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
113.28/113.81	c   114s|192600 | 79857 |781694 |   3.2 |   134M |  83 | 420 |7429 | 215 |3255 |  1 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
113.28/113.86	c   114s|192700 | 79894 |782017 |   3.2 |   134M |  83 | 420 |7436 |   0 |3255 |  0 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
113.38/113.90	c   114s|192800 | 79956 |782368 |   3.2 |   134M |  83 | 420 |7437 | 215 |3255 |  1 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
113.38/113.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
113.38/113.94	c   114s|192900 | 80011 |782687 |   3.2 |   135M |  83 | 420 |7452 | 217 |3255 |  1 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
113.38/113.98	c   114s|193000 | 80060 |783019 |   3.2 |   135M |  83 | 420 |7474 | 215 |3255 |  1 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
113.49/114.02	c   114s|193100 | 80115 |783384 |   3.2 |   135M |  83 | 420 |7495 | 215 |3255 |  1 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
113.49/114.06	c   114s|193200 | 80173 |783750 |   3.2 |   135M |  83 | 420 |7517 |   0 |3255 |  0 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
113.49/114.10	c   114s|193300 | 80229 |784099 |   3.2 |   135M |  83 | 420 |7526 | 215 |3255 |  1 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
113.59/114.14	c   114s|193400 | 80277 |784442 |   3.2 |   135M |  83 | 420 |7537 | 217 |3255 |  1 | 187k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
113.59/114.18	c   114s|193500 | 80332 |784813 |   3.2 |   135M |  83 | 420 |7563 | 215 |3255 |  1 | 188k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
113.69/114.23	c   114s|193600 | 80364 |785149 |   3.2 |   135M |  83 | 420 |7591 | 215 |3255 |  1 | 188k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
113.69/114.26	c   114s|193700 | 80419 |785449 |   3.2 |   135M |  83 | 420 |7632 | 215 |3255 |  1 | 188k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
113.79/114.30	c   114s|193800 | 80470 |785731 |   3.2 |   135M |  83 | 420 |7653 | 215 |3255 |  1 | 188k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
113.79/114.34	c   114s|193900 | 80517 |786069 |   3.2 |   135M |  83 | 420 |7690 | 215 |3255 |  1 | 188k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
113.79/114.38	c   114s|194000 | 80561 |786332 |   3.2 |   135M |  83 | 420 |7734 |   0 |3255 |  0 | 188k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
113.89/114.41	c   114s|194100 | 80607 |786574 |   3.2 |   135M |  83 | 420 |7764 |   0 |3255 |  0 | 188k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
113.89/114.44	c   114s|194200 | 80646 |786822 |   3.2 |   135M |  83 | 420 |7820 |   0 |3255 |  0 | 188k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
113.89/114.48	c   114s|194300 | 80708 |787049 |   3.2 |   135M |  83 | 420 |7882 | 216 |3255 |  1 | 188k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
113.99/114.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
113.99/114.52	c   115s|194400 | 80761 |787308 |   3.2 |   136M |  83 | 420 |7938 | 217 |3255 |  1 | 188k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
113.99/114.55	c   115s|194500 | 80823 |787594 |   3.2 |   136M |  83 | 420 |7973 |   0 |3255 |  0 | 188k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
113.99/114.58	c   115s|194600 | 80884 |787872 |   3.2 |   136M |  83 | 420 |7992 | 217 |3255 |  1 | 188k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
114.08/114.62	c   115s|194700 | 80943 |788176 |   3.2 |   136M |  83 | 420 |8040 | 217 |3255 |  1 | 188k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
114.08/114.66	c   115s|194800 | 81001 |788535 |   3.2 |   136M |  83 | 420 |8073 | 217 |3255 |  1 | 188k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
114.18/114.71	c   115s|194900 | 81055 |788862 |   3.2 |   136M |  83 | 420 |8100 |   0 |3255 |  0 | 188k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
114.18/114.75	c   115s|195000 | 81113 |789188 |   3.2 |   136M |  83 | 420 |8134 | 217 |3255 |  1 | 188k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
114.18/114.78	c   115s|195100 | 81161 |789434 |   3.2 |   136M |  83 | 420 |8204 |   0 |3255 |  0 | 188k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
114.28/114.83	c   115s|195200 | 81211 |789749 |   3.2 |   136M |  83 | 420 |8256 | 217 |3255 |  1 | 189k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
114.28/114.88	c   115s|195300 | 81264 |790031 |   3.2 |   136M |  83 | 420 |8310 | 218 |3255 |  1 | 189k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
114.38/114.92	c   115s|195400 | 81314 |790311 |   3.2 |   136M |  83 | 420 |8394 | 218 |3255 |  1 | 189k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
114.38/114.96	c   115s|195500 | 81366 |790606 |   3.2 |   136M |  83 | 420 |8406 |   0 |3255 |  0 | 189k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
114.49/115.00	c   115s|195600 | 81424 |790897 |   3.2 |   136M |  83 | 420 |8412 | 216 |3255 |  1 | 189k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
114.49/115.04	c   115s|195700 | 81481 |791169 |   3.2 |   136M |  83 | 420 |8425 | 216 |3255 |  1 | 189k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
114.49/115.08	c   115s|195800 | 81546 |791472 |   3.2 |   136M |  83 | 420 |8420 | 216 |3255 |  1 | 189k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
114.59/115.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
114.59/115.12	c   115s|195900 | 81607 |791763 |   3.2 |   137M |  83 | 420 |8464 | 218 |3255 |  1 | 189k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
114.59/115.15	c   115s|196000 | 81662 |792055 |   3.2 |   137M |  83 | 420 |8511 | 217 |3255 |  0 | 189k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
114.68/115.20	c   115s|196100 | 81718 |792371 |   3.2 |   137M |  83 | 420 |8510 | 216 |3255 |  1 | 189k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
114.68/115.23	c   115s|196200 | 81771 |792614 |   3.2 |   137M |  83 | 420 |8535 | 216 |3255 |  1 | 189k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
114.68/115.27	c   115s|196300 | 81830 |792847 |   3.2 |   137M |  83 | 420 |8591 | 218 |3255 |  1 | 189k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
114.78/115.30	c   115s|196400 | 81891 |793103 |   3.2 |   137M |  83 | 420 |8642 | 216 |3255 |  1 | 189k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
114.78/115.34	c   115s|196500 | 81945 |793407 |   3.2 |   137M |  83 | 420 |8672 | 217 |3255 |  1 | 189k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
114.78/115.38	c   115s|196600 | 82000 |793698 |   3.2 |   137M |  83 | 420 |8714 | 218 |3255 |  1 | 189k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
114.88/115.42	c   115s|196700 | 82058 |793973 |   3.2 |   137M |  83 | 420 |8730 | 218 |3255 |  1 | 189k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
114.88/115.46	c   115s|196800 | 82115 |794268 |   3.2 |   137M |  83 | 420 |8681 | 217 |3255 |  1 | 189k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
114.98/115.50	c   116s|196900 | 82166 |794574 |   3.2 |   137M |  83 | 420 |8735 | 216 |3255 |  1 | 190k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
114.98/115.55	c   116s|197000 | 82212 |794819 |   3.2 |   137M |  83 | 420 |8694 | 217 |3255 |  1 | 190k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
114.98/115.59	c   116s|197100 | 82274 |795120 |   3.2 |   137M |  83 | 420 |8654 | 217 |3255 |  1 | 190k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
115.08/115.63	c   116s|197200 | 82332 |795387 |   3.2 |   137M |  83 | 420 |8610 | 217 |3255 |  1 | 190k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
115.08/115.67	c   116s|197300 | 82384 |795674 |   3.2 |   137M |  83 | 420 |8628 |   0 |3255 |  0 | 190k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
115.18/115.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
115.18/115.71	c   116s|197400 | 82436 |795914 |   3.2 |   137M |  83 | 420 |8680 | 217 |3255 |  1 | 190k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
115.18/115.75	c   116s|197500 | 82493 |796190 |   3.2 |   137M |  83 | 420 |8687 | 215 |3255 |  1 | 190k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
115.18/115.79	c   116s|197600 | 82544 |796489 |   3.2 |   137M |  83 | 420 |8692 |   0 |3255 |  0 | 190k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
115.28/115.83	c   116s|197700 | 82599 |796774 |   3.2 |   137M |  83 | 420 |8582 | 217 |3255 |  1 | 190k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
115.28/115.87	c   116s|197800 | 82658 |797052 |   3.2 |   137M |  83 | 420 |8547 | 215 |3255 |  1 | 190k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
115.38/115.91	c   116s|197900 | 82701 |797297 |   3.2 |   137M |  83 | 420 |8588 | 215 |3255 |  1 | 190k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
115.38/115.95	c   116s|198000 | 82761 |797616 |   3.2 |   137M |  83 | 420 |8536 | 218 |3255 |  1 | 190k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
115.38/115.99	c   116s|198100 | 82818 |797902 |   3.2 |   137M |  83 | 420 |8572 | 217 |3255 |  1 | 190k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
115.48/116.03	c   116s|198200 | 82879 |798213 |   3.2 |   137M |  83 | 420 |8609 | 217 |3255 |  1 | 190k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
115.48/116.07	c   116s|198300 | 82926 |798452 |   3.2 |   137M |  83 | 420 |8624 | 217 |3255 |  1 | 190k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
115.58/116.11	c   116s|198400 | 82979 |798717 |   3.2 |   137M |  83 | 420 |8558 | 218 |3255 |  1 | 190k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
115.58/116.14	c   116s|198500 | 83027 |799015 |   3.2 |   137M |  83 | 420 |8592 | 217 |3255 |  1 | 190k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
115.58/116.18	c   116s|198600 | 83084 |799276 |   3.2 |   137M |  83 | 420 |8489 | 218 |3255 |  1 | 190k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
115.67/116.22	c   116s|198700 | 83124 |799496 |   3.2 |   138M |  83 | 420 |8532 |   0 |3255 |  0 | 190k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
115.67/116.26	c   116s|198800 | 83174 |799822 |   3.2 |   138M |  83 | 420 |8548 |   0 |3255 |  0 | 190k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
115.77/116.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
115.77/116.30	c   116s|198900 | 83225 |800057 |   3.2 |   138M |  83 | 420 |8570 | 215 |3255 |  1 | 190k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
115.77/116.34	c   116s|199000 | 83277 |800343 |   3.2 |   138M |  83 | 420 |8601 | 215 |3255 |  0 | 191k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
115.77/116.38	c   116s|199100 | 83323 |800615 |   3.2 |   138M |  83 | 420 |8607 | 217 |3255 |  1 | 191k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
115.87/116.42	c   116s|199200 | 83373 |800869 |   3.2 |   138M |  83 | 420 |8638 | 215 |3255 |  1 | 191k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
115.87/116.46	c   116s|199300 | 83421 |801138 |   3.2 |   138M |  83 | 420 |8672 |   0 |3255 |  0 | 191k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
115.97/116.50	c   116s|199400 | 83475 |801405 |   3.2 |   138M |  83 | 420 |8703 | 217 |3255 |  1 | 191k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
115.97/116.54	c   117s|199500 | 83528 |801677 |   3.2 |   138M |  83 | 420 |8697 | 215 |3255 |  1 | 191k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
115.97/116.58	c   117s|199600 | 83572 |801942 |   3.2 |   138M |  83 | 420 |8700 | 217 |3255 |  1 | 191k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
116.07/116.61	c   117s|199700 | 83633 |802233 |   3.2 |   138M |  83 | 420 |8699 | 217 |3255 |  1 | 191k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
116.07/116.65	c   117s|199800 | 83684 |802476 |   3.2 |   138M |  83 | 420 |8691 | 218 |3255 |  1 | 191k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
116.07/116.69	c   117s|199900 | 83736 |802765 |   3.2 |   138M |  83 | 420 |8708 |   0 |3255 |  0 | 191k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
116.17/116.73	c   117s|200000 | 83801 |803061 |   3.2 |   138M |  83 | 420 |8731 | 215 |3255 |  1 | 191k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
116.17/116.77	c   117s|200100 | 83854 |803373 |   3.2 |   138M |  83 | 420 |8731 |   0 |3255 |  0 | 191k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
116.27/116.81	c   117s|200200 | 83900 |803636 |   3.2 |   138M |  83 | 420 |8749 | 215 |3255 |  1 | 191k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
116.27/116.85	c   117s|200300 | 83956 |803908 |   3.1 |   138M |  83 | 420 |8782 | 215 |3255 |  1 | 191k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
116.37/116.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
116.37/116.97	c   117s|200400 | 84010 |804175 |   3.1 |   138M |  83 | 420 |8767 | 218 |3255 |  1 | 191k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
116.47/117.01	c   117s|200500 | 84065 |804503 |   3.1 |   138M |  83 | 420 |8761 | 218 |3255 |  1 | 191k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
116.47/117.05	c   117s|200600 | 84116 |804732 |   3.1 |   138M |  83 | 420 |8814 | 215 |3255 |  1 | 191k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
116.47/117.09	c   117s|200700 | 84174 |805060 |   3.1 |   138M |  83 | 420 |8854 |   0 |3255 |  0 | 191k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
116.57/117.13	c   117s|200800 | 84216 |805298 |   3.1 |   138M |  83 | 420 |8926 | 217 |3255 |  1 | 191k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
116.57/117.17	c   117s|200900 | 84262 |805549 |   3.1 |   138M |  83 | 420 |8964 | 217 |3255 |  1 | 191k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
116.66/117.21	c   117s|201000 | 84312 |805846 |   3.1 |   138M |  83 | 420 |8983 | 215 |3255 |  1 | 191k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
116.66/117.25	c   117s|201100 | 84368 |806144 |   3.1 |   138M |  83 | 420 |8971 | 218 |3255 |  1 | 191k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
116.66/117.29	c   117s|201200 | 84426 |806466 |   3.1 |   138M |  83 | 420 |9008 | 218 |3255 |  1 | 192k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
116.76/117.33	c   117s|201300 | 84474 |806748 |   3.1 |   139M |  83 | 420 |9063 | 217 |3255 |  1 | 192k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
116.76/117.38	c   117s|201400 | 84521 |807050 |   3.1 |   139M |  83 | 420 |8983 | 217 |3255 |  1 | 192k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
116.86/117.42	c   117s|201500 | 84576 |807403 |   3.1 |   139M |  83 | 420 |8995 | 217 |3255 |  1 | 192k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
116.86/117.46	c   117s|201600 | 84629 |807662 |   3.1 |   139M |  83 | 420 |9014 | 215 |3255 |  1 | 192k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
116.96/117.50	c   117s|201700 | 84681 |807900 |   3.1 |   139M |  83 | 420 |9054 | 217 |3255 |  1 | 192k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
116.96/117.54	c   118s|201800 | 84745 |808213 |   3.1 |   139M |  83 | 420 |9063 | 215 |3255 |  1 | 192k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
116.96/117.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
116.96/117.58	c   118s|201900 | 84807 |808549 |   3.1 |   139M |  83 | 420 |9058 | 218 |3255 |  1 | 192k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
117.06/117.62	c   118s|202000 | 84857 |808778 |   3.1 |   139M |  83 | 420 |9090 | 218 |3255 |  1 | 192k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
117.06/117.65	c   118s|202100 | 84900 |809036 |   3.1 |   139M |  83 | 420 |9121 | 215 |3255 |  1 | 192k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
117.16/117.70	c   118s|202200 | 84959 |809322 |   3.1 |   139M |  83 | 420 |9167 | 215 |3255 |  1 | 192k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
117.16/117.74	c   118s|202300 | 85017 |809603 |   3.1 |   139M |  83 | 420 |9285 | 218 |3255 |  1 | 192k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
117.16/117.78	c   118s|202400 | 85069 |809895 |   3.1 |   139M |  83 | 420 |9303 | 215 |3255 |  1 | 192k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
117.26/117.83	c   118s|202500 | 85122 |810178 |   3.1 |   139M |  83 | 420 |9307 | 217 |3255 |  1 | 192k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
117.26/117.87	c   118s|202600 | 85176 |810471 |   3.1 |   139M |  83 | 420 |9303 | 217 |3255 |  0 | 192k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
117.36/117.91	c   118s|202700 | 85228 |810811 |   3.1 |   139M |  83 | 420 |9299 | 217 |3255 |  1 | 192k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
117.36/117.96	c   118s|202800 | 85288 |811132 |   3.1 |   146M |  83 | 420 |9305 | 215 |3255 |  1 | 192k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
117.47/118.00	c   118s|202900 | 85333 |811431 |   3.1 |   146M |  83 | 420 |9304 | 218 |3255 |  1 | 192k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
117.47/118.05	c   118s|203000 | 85389 |811710 |   3.1 |   146M |  83 | 420 |9300 | 218 |3255 |  1 | 192k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
117.47/118.09	c   118s|203100 | 85451 |811961 |   3.1 |   146M |  83 | 420 |9294 | 215 |3255 |  1 | 192k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
117.57/118.13	c   118s|203200 | 85501 |812217 |   3.1 |   146M |  83 | 420 |9300 |   0 |3255 |  0 | 193k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
117.57/118.17	c   118s|203300 | 85551 |812467 |   3.1 |   146M |  83 | 420 |9301 | 218 |3255 |  1 | 193k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
117.67/118.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
117.67/118.22	c   118s|203400 | 85611 |812777 |   3.1 |   146M |  83 | 420 |9301 |   0 |3255 |  0 | 193k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
117.67/118.26	c   118s|203500 | 85662 |813017 |   3.1 |   146M |  83 | 420 |9300 | 215 |3255 |  1 | 193k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
117.77/118.30	c   118s|203600 | 85709 |813307 |   3.1 |   146M |  83 | 420 |9297 | 217 |3255 |  1 | 193k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
117.77/118.35	c   118s|203700 | 85761 |813644 |   3.1 |   146M |  83 | 420 |9294 | 215 |3255 |  1 | 193k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
117.77/118.39	c   118s|203800 | 85817 |813950 |   3.1 |   147M |  83 | 420 |9293 | 215 |3255 |  1 | 193k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
117.87/118.44	c   118s|203900 | 85841 |814199 |   3.1 |   147M |  83 | 420 |9300 | 214 |3255 |  1 | 193k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
117.97/118.51	c   119s|204000 | 85868 |814499 |   3.1 |   147M |  83 | 420 |9304 | 217 |3255 |  0 | 193k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
117.97/118.56	c   119s|204100 | 85921 |814816 |   3.1 |   147M |  83 | 420 |9303 | 217 |3255 |  1 | 193k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
118.06/118.63	c   119s|204200 | 85936 |815117 |   3.1 |   147M |  83 | 420 |9304 | 217 |3255 |  1 | 193k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
118.16/118.70	c   119s|204300 | 85926 |815298 |   3.1 |   147M |  83 | 420 |9302 |   0 |3255 |  0 | 193k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
118.16/118.77	c   119s|204400 | 85896 |815476 |   3.1 |   147M |  83 | 420 |9302 |   0 |3255 |  0 | 193k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
118.26/118.84	c   119s|204500 | 85902 |815703 |   3.1 |   147M |  83 | 420 |9301 | 217 |3255 |  1 | 194k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
118.36/118.90	c   119s|204600 | 85955 |815973 |   3.1 |   147M |  83 | 420 |9304 |   0 |3255 |  0 | 194k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
118.36/118.95	c   119s|204700 | 86015 |816235 |   3.1 |   147M |  83 | 420 |9300 |   0 |3255 |  0 | 194k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
118.47/119.00	c   119s|204800 | 86068 |816475 |   3.1 |   147M |  83 | 420 |9298 | 215 |3255 |  1 | 194k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
118.47/119.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
118.47/119.05	c   119s|204900 | 86124 |816747 |   3.1 |   147M |  83 | 420 |9297 | 215 |3255 |  1 | 194k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
118.47/119.10	c   119s|205000 | 86169 |817051 |   3.1 |   147M |  83 | 420 |9281 | 217 |3255 |  1 | 194k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
118.57/119.15	c   119s|205100 | 86219 |817360 |   3.1 |   147M |  83 | 420 |9291 | 218 |3255 |  1 | 194k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
118.57/119.19	c   119s|205200 | 86275 |817632 |   3.1 |   147M |  83 | 420 |9289 | 215 |3255 |  1 | 194k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
118.66/119.24	c   119s|205300 | 86324 |817964 |   3.1 |   147M |  83 | 420 |9291 | 217 |3255 |  1 | 194k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
118.66/119.29	c   119s|205400 | 86372 |818248 |   3.1 |   147M |  83 | 420 |9286 | 215 |3255 |  1 | 194k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
118.76/119.34	c   119s|205500 | 86430 |818560 |   3.1 |   147M |  83 | 420 |9285 | 215 |3255 |  1 | 194k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
118.76/119.39	c   119s|205600 | 86479 |818854 |   3.1 |   147M |  83 | 420 |9279 | 217 |3255 |  1 | 194k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
118.86/119.44	c   119s|205700 | 86534 |819151 |   3.1 |   148M |  83 | 420 |9279 | 215 |3255 |  1 | 194k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
118.86/119.49	c   119s|205800 | 86580 |819387 |   3.1 |   148M |  83 | 420 |9277 | 217 |3255 |  1 | 194k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
118.96/119.54	c   120s|205900 | 86634 |819751 |   3.1 |   148M |  83 | 420 |9274 |   0 |3255 |  0 | 195k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
118.96/119.59	c   120s|206000 | 86676 |820028 |   3.1 |   148M |  83 | 420 |9271 | 215 |3255 |  1 | 195k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
119.06/119.64	c   120s|206100 | 86737 |820369 |   3.1 |   148M |  83 | 420 |9268 |   0 |3255 |  0 | 195k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
119.06/119.69	c   120s|206200 | 86783 |820887 |   3.1 |   148M |  83 | 420 |9267 | 215 |3255 |  1 | 195k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
119.16/119.75	c   120s|206300 | 86835 |821176 |   3.1 |   148M |  83 | 420 |9267 | 218 |3255 |  1 | 195k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
119.26/119.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
119.26/119.80	c   120s|206400 | 86880 |821425 |   3.1 |   148M |  83 | 420 |9265 |   0 |3255 |  0 | 195k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
119.26/119.85	c   120s|206500 | 86931 |821734 |   3.1 |   148M |  83 | 420 |9263 | 218 |3255 |  1 | 195k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
119.36/119.91	c   120s|206600 | 86980 |822096 |   3.1 |   148M |  83 | 420 |9264 | 217 |3255 |  1 | 195k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
119.36/119.96	c   120s|206700 | 87032 |822420 |   3.1 |   148M |  83 | 420 |9257 | 218 |3255 |  1 | 195k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
119.46/120.00	c   120s|206800 | 87086 |822725 |   3.1 |   148M |  83 | 420 |9257 |   0 |3255 |  0 | 195k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
119.46/120.06	c   120s|206900 | 87124 |823000 |   3.1 |   148M |  83 | 420 |9258 |   0 |3255 |  0 | 195k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
119.56/120.11	c   120s|207000 | 87171 |823286 |   3.1 |   148M |  83 | 420 |9257 | 216 |3255 |  1 | 195k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
119.56/120.15	c   120s|207100 | 87218 |823555 |   3.1 |   148M |  83 | 420 |9243 |   0 |3255 |  0 | 195k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
119.66/120.20	c   120s|207200 | 87272 |823812 |   3.1 |   148M |  83 | 420 |9054 | 214 |3255 |  1 | 195k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
119.66/120.25	c   120s|207300 | 87358 |824102 |   3.1 |   148M |  83 | 420 |8986 |   0 |3255 |  0 | 196k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
119.76/120.30	c   120s|207400 | 87404 |824325 |   3.1 |   148M |  83 | 420 |8990 | 214 |3255 |  1 | 196k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
119.76/120.35	c   120s|207500 | 87464 |824531 |   3.1 |   148M |  83 | 420 |8990 |   0 |3255 |  0 | 196k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
119.85/120.40	c   120s|207600 | 87516 |824729 |   3.1 |   148M |  83 | 420 |8983 | 214 |3255 |  1 | 196k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
119.85/120.44	c   120s|207700 | 87563 |824960 |   3.1 |   148M |  83 | 420 |8964 | 214 |3255 |  1 | 196k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
119.85/120.48	c   120s|207800 | 87591 |825161 |   3.1 |   148M |  83 | 420 |8993 |   0 |3255 |  0 | 196k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
119.95/120.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
119.95/120.53	c   121s|207900 | 87654 |825517 |   3.1 |   149M |  83 | 420 |8997 |   0 |3255 |  0 | 196k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
119.95/120.57	c   121s|208000 | 87658 |825705 |   3.1 |   149M |  83 | 420 |9177 |   0 |3255 |  0 | 196k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
120.05/120.61	c   121s|208100 | 87694 |825955 |   3.1 |   149M |  83 | 420 |9209 | 217 |3255 |  1 | 196k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
120.05/120.65	c   121s|208200 | 87711 |826180 |   3.1 |   149M |  83 | 420 |9133 | 217 |3255 |  1 | 196k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
120.05/120.69	c   121s|208300 | 87731 |826390 |   3.1 |   149M |  83 | 420 |9105 |   0 |3255 |  0 | 196k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
120.15/120.75	c   121s|208400 | 87801 |826683 |   3.1 |   149M |  83 | 420 |9059 | 214 |3255 |  1 | 196k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
120.15/120.79	c   121s|208500 | 87843 |826912 |   3.1 |   149M |  83 | 420 |9083 | 214 |3255 |  1 | 196k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
120.25/120.84	c   121s|208600 | 87843 |827191 |   3.1 |   149M |  83 | 420 |9171 |   0 |3255 |  0 | 197k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
120.25/120.89	c   121s|208700 | 87921 |827455 |   3.1 |   149M |  83 | 420 |9123 | 214 |3255 |  1 | 197k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
120.35/120.93	c   121s|208800 | 87955 |827661 |   3.1 |   149M |  83 | 420 |9115 | 214 |3255 |  1 | 197k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
120.35/120.99	c   121s|208900 | 88011 |827961 |   3.1 |   149M |  83 | 420 |9093 | 214 |3255 |  1 | 197k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
120.46/121.04	c   121s|209000 | 88067 |828148 |   3.1 |   149M |  83 | 420 |9124 | 214 |3255 |  1 | 197k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
120.46/121.08	c   121s|209100 | 88073 |828375 |   3.1 |   149M |  83 | 420 |9265 |   0 |3255 |  0 | 197k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
120.56/121.14	c   121s|209200 | 88092 |828594 |   3.1 |   149M |  83 | 420 |9265 | 217 |3255 |  1 | 197k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
120.65/121.20	c   121s|209300 | 88129 |828789 |   3.1 |   149M |  83 | 420 |9270 | 216 |3255 |  1 | 197k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
120.65/121.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
120.65/121.25	c   121s|209400 | 88159 |829019 |   3.1 |   150M |  83 | 420 |9276 |   0 |3255 |  0 | 197k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
120.75/121.31	c   121s|209500 | 88184 |829222 |   3.1 |   150M |  83 | 420 |9273 | 216 |3255 |  1 | 198k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
120.75/121.37	c   121s|209600 | 88183 |829396 |   3.1 |   150M |  83 | 420 |8511 |   0 |3255 |  0 | 198k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
120.85/121.44	c   121s|209700 | 88149 |829504 |   3.1 |   150M |  83 | 420 |8151 |   0 |3255 |  0 | 198k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
120.85/121.49	c   121s|209800 | 88155 |829671 |   3.1 |   150M |  83 | 420 |8148 | 219 |3255 |  1 | 198k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
120.95/121.55	c   122s|209900 | 88175 |829893 |   3.1 |   150M |  83 | 420 |8067 |   0 |3255 |  0 | 198k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
121.05/121.61	c   122s|210000 | 88186 |830119 |   3.1 |   150M |  83 | 420 |8067 |   0 |3255 |  0 | 198k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
121.05/121.67	c   122s|210100 | 88197 |830356 |   3.1 |   150M |  83 | 420 |8050 | 217 |3255 |  1 | 198k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
121.15/121.72	c   122s|210200 | 88232 |830610 |   3.1 |   150M |  83 | 420 |8071 | 215 |3255 |  1 | 198k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
121.15/121.77	c   122s|210300 | 88271 |830858 |   3.1 |   150M |  83 | 420 |8088 | 217 |3255 |  1 | 198k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
121.25/121.83	c   122s|210400 | 88299 |831129 |   3.1 |   150M |  83 | 420 |8119 | 217 |3255 |  1 | 199k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
121.25/121.88	c   122s|210500 | 88334 |831429 |   3.1 |   150M |  83 | 420 |8119 |   0 |3255 |  0 | 199k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
121.35/121.94	c   122s|210600 | 88373 |831723 |   3.1 |   150M |  83 | 420 |8156 | 217 |3255 |  1 | 199k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
121.35/121.98	c   122s|210700 | 88396 |831934 |   3.1 |   150M |  83 | 420 |8227 |   0 |3255 |  0 | 199k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
121.45/122.04	c   122s|210800 | 88429 |832199 |   3.1 |   150M |  83 | 420 |8269 | 215 |3255 |  1 | 199k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
121.45/122.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
121.45/122.09	c   122s|210900 | 88461 |832429 |   3.1 |   150M |  83 | 420 |8385 | 215 |3255 |  1 | 199k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
121.55/122.14	c   122s|211000 | 88487 |832649 |   3.1 |   150M |  83 | 420 |8474 | 217 |3255 |  1 | 199k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
121.55/122.19	c   122s|211100 | 88524 |832884 |   3.1 |   150M |  83 | 420 |8533 | 215 |3255 |  1 | 199k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
121.64/122.25	c   122s|211200 | 88550 |833106 |   3.1 |   150M |  83 | 420 |8629 | 218 |3255 |  1 | 199k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
121.74/122.30	c   122s|211300 | 88561 |833314 |   3.1 |   150M |  83 | 420 |8753 |   0 |3255 |  0 | 200k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
121.74/122.36	c   122s|211400 | 88588 |833491 |   3.1 |   150M |  83 | 420 |8767 | 215 |3255 |  1 | 200k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
121.84/122.40	c   122s|211500 | 88639 |833710 |   3.1 |   151M |  83 | 420 |8756 | 217 |3255 |  1 | 200k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
121.84/122.46	c   122s|211600 | 88681 |833984 |   3.1 |   151M |  83 | 420 |8812 | 215 |3255 |  1 | 200k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
121.84/122.49	c   122s|211700 | 88722 |834147 |   3.1 |   151M |  83 | 420 |8872 | 215 |3255 |  1 | 200k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
121.94/122.54	c   123s|211800 | 88750 |834357 |   3.1 |   151M |  83 | 420 |8920 |   0 |3255 |  0 | 200k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
121.94/122.58	c   123s|211900 | 88784 |834515 |   3.1 |   151M |  83 | 420 |8971 |   0 |3255 |  0 | 200k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
122.04/122.63	c   123s|212000 | 88824 |834798 |   3.1 |   151M |  83 | 420 |8973 |   0 |3255 |  0 | 200k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
122.04/122.67	c   123s|212100 | 88853 |834971 |   3.1 |   151M |  83 | 420 |9007 | 218 |3255 |  1 | 200k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
122.14/122.72	c   123s|212200 | 88888 |835337 |   3.1 |   151M |  83 | 420 |9025 |   0 |3255 |  0 | 200k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
122.14/122.77	c   123s|212300 | 88925 |835611 |   3.1 |   151M |  83 | 420 |9036 | 215 |3255 |  1 | 200k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
122.24/122.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
122.24/122.82	c   123s|212400 | 88954 |835835 |   3.1 |   151M |  83 | 420 |9072 | 218 |3255 |  1 | 200k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
122.24/122.87	c   123s|212500 | 88982 |836083 |   3.1 |   151M |  83 | 420 |9150 |   0 |3255 |  0 | 200k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
122.34/122.92	c   123s|212600 | 89006 |836366 |   3.1 |   151M |  83 | 420 |9227 |   0 |3255 |  0 | 201k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
122.34/122.97	c   123s|212700 | 89031 |836579 |   3.1 |   151M |  83 | 420 |9217 |   0 |3255 |  0 | 201k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
122.44/123.03	c   123s|212800 | 89068 |836864 |   3.1 |   151M |  83 | 420 |9232 | 215 |3255 |  1 | 201k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
122.44/123.07	c   123s|212900 | 89088 |837093 |   3.1 |   151M |  83 | 420 |9229 | 215 |3255 |  1 | 201k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
122.54/123.11	c   123s|213000 | 89102 |837259 |   3.1 |   151M |  83 | 420 |9219 | 215 |3255 |  1 | 201k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
122.54/123.15	c   123s|213100 | 89111 |837429 |   3.1 |   151M |  83 | 420 |9226 | 217 |3255 |  1 | 201k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
122.64/123.21	c   123s|213200 | 89131 |837612 |   3.1 |   151M |  83 | 420 |9230 | 217 |3255 |  1 | 201k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
122.64/123.28	c   123s|213300 | 89138 |837865 |   3.1 |   151M |  83 | 420 |9230 | 214 |3255 |  1 | 201k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
122.74/123.33	c   123s|213400 | 89163 |838098 |   3.1 |   151M |  83 | 420 |9229 | 214 |3255 |  1 | 201k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
122.74/123.38	c   123s|213500 | 89185 |838337 |   3.1 |   151M |  83 | 420 |9225 | 214 |3255 |  1 | 201k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
122.84/123.43	c   123s|213600 | 89210 |838560 |   3.1 |   151M |  83 | 420 |9224 | 214 |3255 |  1 | 201k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
122.84/123.47	c   123s|213700 | 89243 |838807 |   3.1 |   151M |  83 | 420 |9201 | 214 |3255 |  1 | 201k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
122.93/123.52	c   124s|213800 | 89270 |839047 |   3.1 |   151M |  83 | 420 |9189 | 217 |3255 |  1 | 201k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
122.93/123.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
122.93/123.57	c   124s|213900 | 89304 |839368 |   3.1 |   151M |  83 | 420 |9191 | 214 |3255 |  1 | 201k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
123.03/123.61	c   124s|214000 | 89326 |839589 |   3.1 |   152M |  83 | 420 |9232 |   0 |3255 |  0 | 202k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
123.03/123.66	c   124s|214100 | 89347 |839833 |   3.1 |   152M |  83 | 420 |9236 |   0 |3255 |  0 | 202k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
123.13/123.71	c   124s|214200 | 89368 |840044 |   3.1 |   152M |  83 | 420 |9238 | 214 |3255 |  1 | 202k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
123.13/123.75	c   124s|214300 | 89384 |840275 |   3.1 |   152M |  83 | 420 |9238 | 214 |3255 |  1 | 202k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
123.23/123.80	c   124s|214400 | 89402 |840490 |   3.1 |   152M |  83 | 420 |9235 | 214 |3255 |  1 | 202k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
123.23/123.84	c   124s|214500 | 89431 |840674 |   3.1 |   152M |  83 | 420 |9235 | 217 |3255 |  1 | 202k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
123.23/123.89	c   124s|214600 | 89472 |841076 |   3.1 |   153M |  83 | 420 |9232 | 216 |3255 |  1 | 202k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
123.33/123.94	c   124s|214700 | 89508 |841408 |   3.1 |   153M |  83 | 420 |9236 | 216 |3255 |  1 | 202k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
123.33/123.98	c   124s|214800 | 89555 |841725 |   3.1 |   153M |  83 | 420 |9238 | 216 |3255 |  1 | 202k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
123.44/124.03	c   124s|214900 | 89595 |842051 |   3.1 |   153M |  83 | 420 |9219 | 214 |3255 |  1 | 202k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
123.44/124.07	c   124s|215000 | 89623 |842293 |   3.1 |   153M |  83 | 420 |9165 | 214 |3255 |  1 | 202k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
123.54/124.11	c   124s|215100 | 89641 |842529 |   3.1 |   153M |  83 | 420 |9133 |   0 |3255 |  0 | 202k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
123.54/124.14	c   124s|215200 | 89666 |842768 |   3.1 |   153M |  83 | 420 |9091 |   0 |3255 |  0 | 202k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
123.54/124.18	c   124s|215300 | 89690 |842996 |   3.1 |   153M |  83 | 420 |9026 |   0 |3255 |  0 | 202k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
123.63/124.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
123.63/124.21	c   124s|215400 | 89725 |843227 |   3.1 |   153M |  83 | 420 |9003 | 214 |3255 |  1 | 202k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
123.63/124.26	c   124s|215500 | 89778 |843481 |   3.1 |   153M |  83 | 420 |8783 | 217 |3255 |  1 | 202k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
123.63/124.29	c   124s|215600 | 89843 |843770 |   3.1 |   153M |  83 | 420 |8802 |   0 |3255 |  0 | 203k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
123.73/124.33	c   124s|215700 | 89865 |843988 |   3.1 |   153M |  83 | 420 |8776 | 216 |3255 |  1 | 203k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
123.73/124.37	c   124s|215800 | 89902 |844249 |   3.1 |   153M |  83 | 420 |8713 |   0 |3255 |  0 | 203k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
123.83/124.41	c   124s|215900 | 89921 |844529 |   3.1 |   153M |  83 | 420 |8583 |   0 |3255 |  0 | 203k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
123.83/124.46	c   124s|216000 | 89944 |844714 |   3.1 |   153M |  83 | 420 |8470 | 218 |3255 |  1 | 203k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
123.93/124.50	c   124s|216100 | 89982 |844908 |   3.1 |   153M |  83 | 420 |8301 | 214 |3255 |  1 | 203k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
123.93/124.53	c   125s|216200 | 90012 |845100 |   3.1 |   153M |  83 | 420 |8312 | 214 |3255 |  1 | 203k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
123.93/124.57	c   125s|216300 | 90037 |845324 |   3.1 |   153M |  83 | 420 |8298 | 214 |3255 |  1 | 203k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.03/124.61	c   125s|216400 | 90075 |845545 |   3.1 |   153M |  83 | 420 |8284 |   0 |3255 |  0 | 203k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.03/124.65	c   125s|216500 | 90106 |845814 |   3.1 |   153M |  83 | 420 |8235 | 214 |3255 |  1 | 203k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.03/124.69	c   125s|216600 | 90135 |846017 |   3.1 |   153M |  83 | 420 |8247 | 215 |3255 |  1 | 203k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.13/124.72	c   125s|216700 | 90169 |846245 |   3.1 |   153M |  83 | 420 |8276 |   0 |3255 |  0 | 203k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.13/124.76	c   125s|216800 | 90207 |846527 |   3.1 |   153M |  83 | 420 |8454 | 215 |3255 |  1 | 203k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.23/124.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
124.23/124.80	c   125s|216900 | 90252 |846804 |   3.1 |   153M |  83 | 420 |8523 |   0 |3255 |  0 | 203k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.23/124.84	c   125s|217000 | 90287 |847040 |   3.1 |   154M |  83 | 420 |8537 | 218 |3255 |  1 | 203k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.23/124.87	c   125s|217100 | 90343 |847326 |   3.1 |   154M |  83 | 420 |8516 |   0 |3255 |  0 | 203k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.33/124.91	c   125s|217200 | 90379 |847552 |   3.1 |   154M |  83 | 420 |8527 |   0 |3255 |  0 | 203k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.33/124.95	c   125s|217300 | 90422 |847817 |   3.1 |   154M |  83 | 420 |8543 | 217 |3255 |  1 | 204k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.33/124.99	c   125s|217400 | 90475 |848072 |   3.1 |   154M |  83 | 420 |8551 | 217 |3255 |  1 | 204k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.43/125.03	c   125s|217500 | 90512 |848288 |   3.1 |   154M |  83 | 420 |8578 | 217 |3255 |  1 | 204k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.43/125.06	c   125s|217600 | 90559 |848526 |   3.1 |   154M |  83 | 420 |8600 | 218 |3255 |  1 | 204k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.43/125.09	c   125s|217700 | 90593 |848769 |   3.1 |   154M |  83 | 420 |8621 | 215 |3255 |  1 | 204k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.53/125.12	c   125s|217800 | 90625 |849007 |   3.1 |   154M |  83 | 420 |8627 |   0 |3255 |  0 | 204k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.53/125.16	c   125s|217900 | 90672 |849251 |   3.1 |   154M |  83 | 420 |8668 | 218 |3255 |  1 | 204k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.62/125.20	c   125s|218000 | 90714 |849485 |   3.1 |   154M |  83 | 420 |8678 | 218 |3255 |  1 | 204k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.62/125.24	c   125s|218100 | 90768 |849849 |   3.1 |   154M |  83 | 420 |8639 |   0 |3255 |  0 | 204k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.62/125.28	c   125s|218200 | 90810 |850102 |   3.1 |   154M |  83 | 420 |8647 | 215 |3255 |  1 | 204k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.72/125.32	c   125s|218300 | 90847 |850351 |   3.1 |   154M |  83 | 420 |8658 |   0 |3255 |  0 | 204k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.72/125.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
124.72/125.36	c   125s|218400 | 90877 |850580 |   3.1 |   154M |  83 | 420 |8719 |   0 |3255 |  0 | 204k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.82/125.40	c   125s|218500 | 90914 |850811 |   3.1 |   154M |  83 | 420 |8760 | 215 |3255 |  1 | 204k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.82/125.44	c   125s|218600 | 90951 |851057 |   3.1 |   154M |  83 | 420 |8759 | 215 |3255 |  1 | 204k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.82/125.47	c   125s|218700 | 91000 |851284 |   3.1 |   154M |  83 | 420 |8772 |   0 |3255 |  0 | 204k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.92/125.50	c   126s|218800 | 91038 |851507 |   3.1 |   154M |  83 | 420 |8785 |   0 |3255 |  0 | 204k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.92/125.54	c   126s|218900 | 91080 |851780 |   3.1 |   154M |  83 | 420 |8774 | 215 |3255 |  1 | 204k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
124.92/125.58	c   126s|219000 | 91116 |852005 |   3.1 |   154M |  83 | 420 |8759 | 215 |3255 |  1 | 204k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
125.02/125.61	c   126s|219100 | 91143 |852224 |   3.1 |   154M |  83 | 420 |8780 |   0 |3255 |  0 | 204k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
125.02/125.64	c   126s|219200 | 91173 |852447 |   3.1 |   154M |  83 | 420 |8777 | 218 |3255 |  1 | 204k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
125.02/125.67	c   126s|219300 | 91217 |852699 |   3.1 |   154M |  83 | 420 |8765 | 218 |3255 |  1 | 204k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
125.12/125.71	c   126s|219400 | 91251 |852940 |   3.1 |   154M |  83 | 420 |8778 |   0 |3255 |  0 | 204k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
125.12/125.74	c   126s|219500 | 91280 |853154 |   3.1 |   154M |  83 | 420 |8775 | 215 |3255 |  1 | 204k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
125.12/125.78	c   126s|219600 | 91304 |853338 |   3.1 |   154M |  83 | 420 |8765 | 217 |3255 |  1 | 204k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
125.22/125.82	c   126s|219700 | 91343 |853646 |   3.1 |   154M |  83 | 420 |8750 | 217 |3255 |  1 | 204k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
125.22/125.87	c   126s|219800 | 91378 |853978 |   3.1 |   154M |  83 | 420 |8747 | 217 |3255 |  1 | 204k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
125.32/125.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
125.32/125.93	c   126s|219900 | 91390 |854215 |   3.1 |   154M |  83 | 420 |8762 | 214 |3255 |  1 | 205k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
125.32/125.98	c   126s|220000 | 91440 |854525 |   3.1 |   154M |  83 | 420 |8611 | 216 |3255 |  1 | 205k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
125.42/126.02	c   126s|220100 | 91467 |854733 |   3.1 |   154M |  83 | 420 |8651 | 216 |3255 |  1 | 205k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
125.42/126.06	c   126s|220200 | 91504 |855065 |   3.1 |   154M |  83 | 420 |8629 | 218 |3255 |  1 | 205k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
125.42/126.10	c   126s|220300 | 91543 |855319 |   3.1 |   154M |  83 | 420 |8614 | 218 |3255 |  1 | 205k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
125.52/126.14	c   126s|220400 | 91582 |855604 |   3.1 |   155M |  83 | 420 |8631 |   0 |3255 |  0 | 205k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
125.52/126.18	c   126s|220500 | 91624 |855827 |   3.1 |   155M |  83 | 420 |8674 | 218 |3255 |  1 | 205k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
125.62/126.22	c   126s|220600 | 91668 |856132 |   3.1 |   155M |  83 | 420 |8632 | 218 |3255 |  1 | 205k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
125.62/126.26	c   126s|220700 | 91712 |856468 |   3.1 |   155M |  83 | 420 |8643 | 217 |3255 |  1 | 205k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
125.72/126.31	c   126s|220800 | 91757 |856746 |   3.1 |   155M |  83 | 420 |8643 | 217 |3255 |  1 | 205k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
125.72/126.36	c   126s|220900 | 91811 |857092 |   3.1 |   155M |  83 | 420 |8667 | 216 |3255 |  1 | 205k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
125.82/126.40	c   126s|221000 | 91850 |857343 |   3.1 |   155M |  83 | 420 |8730 | 216 |3255 |  1 | 205k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
125.82/126.45	c   126s|221100 | 91895 |857589 |   3.1 |   155M |  83 | 420 |8861 |   0 |3255 |  0 | 205k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
125.82/126.48	c   126s|221200 | 91932 |857787 |   3.1 |   155M |  83 | 420 |8946 |   0 |3255 |  0 | 205k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
125.92/126.52	c   127s|221300 | 91973 |858044 |   3.1 |   155M |  83 | 420 |8922 | 216 |3255 |  1 | 206k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
125.92/126.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
125.92/126.56	c   127s|221400 | 92014 |858323 |   3.1 |   155M |  83 | 420 |8938 | 216 |3255 |  1 | 206k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
126.02/126.61	c   127s|221500 | 92049 |858512 |   3.1 |   155M |  83 | 420 |9013 | 214 |3255 |  1 | 206k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
126.02/126.66	c   127s|221600 | 92091 |858807 |   3.1 |   155M |  83 | 420 |9064 | 216 |3255 |  1 | 206k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
126.12/126.70	c   127s|221700 | 92126 |859050 |   3.1 |   155M |  83 | 420 |9138 | 217 |3255 |  1 | 206k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
126.12/126.75	c   127s|221800 | 92164 |859355 |   3.1 |   155M |  83 | 420 |9118 |   0 |3255 |  0 | 206k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
126.22/126.81	c   127s|221900 | 92209 |859671 |   3.1 |   155M |  83 | 420 |9160 | 217 |3255 |  1 | 206k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
126.22/126.86	c   127s|222000 | 92247 |859927 |   3.1 |   155M |  83 | 420 |9168 |   0 |3255 |  0 | 206k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
126.32/126.91	c   127s|222100 | 92295 |860212 |   3.1 |   155M |  83 | 420 |9216 |   0 |3255 |  0 | 206k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
126.32/126.96	c   127s|222200 | 92341 |860464 |   3.1 |   155M |  83 | 420 |9229 | 217 |3255 |  1 | 206k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
126.43/127.02	c   127s|222300 | 92387 |860825 |   3.1 |   155M |  83 | 420 |9231 | 216 |3255 |  1 | 206k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
126.43/127.08	c   127s|222400 | 92432 |861041 |   3.1 |   155M |  83 | 420 |9231 | 216 |3255 |  1 | 206k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
126.53/127.14	c   127s|222500 | 92462 |861232 |   3.1 |   155M |  83 | 420 |9230 | 216 |3255 |  1 | 206k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
126.53/127.19	c   127s|222600 | 92511 |861488 |   3.1 |   156M |  83 | 420 |9230 | 216 |3255 |  1 | 207k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
126.62/127.25	c   127s|222700 | 92550 |861692 |   3.1 |   156M |  83 | 420 |9229 | 216 |3255 |  1 | 207k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
126.72/127.30	c   127s|222800 | 92596 |861928 |   3.1 |   156M |  83 | 420 |9228 |   0 |3255 |  0 | 207k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
126.72/127.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
126.72/127.36	c   127s|222900 | 92641 |862176 |   3.1 |   156M |  83 | 420 |9225 | 216 |3255 |  1 | 207k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
126.82/127.41	c   127s|223000 | 92690 |862412 |   3.1 |   156M |  83 | 420 |9224 | 218 |3255 |  1 | 207k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
126.82/127.46	c   127s|223100 | 92731 |862631 |   3.1 |   156M |  83 | 420 |9224 |   0 |3255 |  0 | 207k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
126.92/127.52	c   128s|223200 | 92782 |862929 |   3.1 |   156M |  83 | 420 |9225 | 218 |3255 |  1 | 207k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
126.92/127.58	c   128s|223300 | 92833 |863288 |   3.1 |   156M |  83 | 420 |9225 |   0 |3255 |  0 | 207k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
127.02/127.63	c   128s|223400 | 92872 |863559 |   3.1 |   157M |  83 | 420 |9226 | 217 |3255 |  1 | 207k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
127.02/127.68	c   128s|223500 | 92922 |863860 |   3.1 |   157M |  83 | 420 |9228 |   0 |3255 |  0 | 207k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
127.12/127.75	c   128s|223600 | 92963 |864094 |   3.1 |   157M |  83 | 420 |9228 | 216 |3255 |  1 | 207k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
127.22/127.82	c   128s|223700 | 93009 |864361 |   3.1 |   157M |  83 | 420 |9228 | 217 |3255 |  1 | 208k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
127.22/127.87	c   128s|223800 | 93043 |864616 |   3.1 |   157M |  83 | 420 |9226 |   0 |3255 |  0 | 208k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
127.32/127.93	c   128s|223900 | 93077 |864929 |   3.1 |   157M |  83 | 420 |9225 |   0 |3255 |  0 | 208k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
127.32/127.98	c   128s|224000 | 93121 |865269 |   3.1 |   157M |  83 | 420 |9218 | 217 |3255 |  1 | 208k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
127.42/128.04	c   128s|224100 | 93166 |865509 |   3.1 |   157M |  83 | 420 |9220 | 217 |3255 |  1 | 208k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
127.42/128.09	c   128s|224200 | 93212 |865784 |   3.1 |   157M |  83 | 420 |9220 | 217 |3255 |  1 | 208k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
127.52/128.15	c   128s|224300 | 93257 |866039 |   3.1 |   157M |  83 | 420 |9221 | 218 |3255 |  1 | 208k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
127.62/128.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
127.62/128.20	c   128s|224400 | 93302 |866228 |   3.1 |   157M |  83 | 420 |9220 | 214 |3255 |  1 | 208k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
127.62/128.26	c   128s|224500 | 93335 |866528 |   3.1 |   158M |  83 | 420 |9222 | 217 |3255 |  1 | 208k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
127.72/128.32	c   128s|224600 | 93379 |866806 |   3.1 |   158M |  83 | 420 |9223 |   0 |3255 |  0 | 208k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
127.72/128.37	c   128s|224700 | 93422 |867112 |   3.1 |   158M |  83 | 420 |9224 |   0 |3255 |  0 | 208k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
127.82/128.42	c   128s|224800 | 93451 |867300 |   3.1 |   158M |  83 | 420 |9222 |   0 |3255 |  0 | 208k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
127.82/128.48	c   128s|224900 | 93503 |867553 |   3.1 |   158M |  83 | 420 |9221 | 216 |3255 |  1 | 208k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
127.92/128.54	c   129s|225000 | 93552 |867793 |   3.1 |   158M |  83 | 420 |9221 | 216 |3255 |  1 | 209k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
128.01/128.60	c   129s|225100 | 93599 |868016 |   3.1 |   158M |  83 | 420 |9221 | 216 |3255 |  1 | 209k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
128.01/128.66	c   129s|225200 | 93635 |868207 |   3.1 |   158M |  83 | 420 |9220 | 214 |3255 |  1 | 209k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
128.11/128.71	c   129s|225300 | 93668 |868428 |   3.1 |   158M |  83 | 420 |9219 | 217 |3255 |  1 | 209k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
128.11/128.75	c   129s|225400 | 93715 |868650 |   3.1 |   158M |  83 | 420 |9219 | 217 |3255 |  1 | 209k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
128.21/128.80	c   129s|225500 | 93757 |868921 |   3.1 |   158M |  83 | 420 |9218 | 217 |3255 |  1 | 209k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
128.21/128.85	c   129s|225600 | 93786 |869111 |   3.1 |   158M |  83 | 420 |9216 |   0 |3255 |  0 | 209k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
128.31/128.90	c   129s|225700 | 93829 |869419 |   3.1 |   158M |  83 | 420 |9216 | 218 |3255 |  1 | 209k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
128.31/128.94	c   129s|225800 | 93866 |869643 |   3.1 |   158M |  83 | 420 |9216 |   0 |3255 |  0 | 209k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
128.31/128.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
128.31/128.98	c   129s|225900 | 93897 |869826 |   3.1 |   158M |  83 | 420 |9216 | 218 |3255 |  1 | 209k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
128.42/129.04	c   129s|226000 | 93943 |870133 |   3.1 |   158M |  83 | 420 |9217 | 215 |3255 |  1 | 209k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
128.42/129.08	c   129s|226100 | 93982 |870380 |   3.1 |   158M |  83 | 420 |9219 |   0 |3255 |  0 | 209k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
128.52/129.14	c   129s|226200 | 94013 |870659 |   3.1 |   158M |  83 | 420 |9218 | 215 |3255 |  1 | 209k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
128.52/129.19	c   129s|226300 | 94054 |870910 |   3.1 |   158M |  83 | 420 |9218 | 215 |3255 |  1 | 209k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
128.61/129.23	c   129s|226400 | 94084 |871139 |   3.1 |   158M |  83 | 420 |9217 |   0 |3255 |  0 | 209k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
128.61/129.28	c   129s|226500 | 94115 |871346 |   3.1 |   159M |  83 | 420 |9215 | 217 |3255 |  1 | 210k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
128.71/129.33	c   129s|226600 | 94168 |871699 |   3.1 |   159M |  83 | 420 |9218 | 217 |3255 |  1 | 210k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
128.71/129.39	c   129s|226700 | 94208 |872000 |   3.1 |   159M |  83 | 420 |9220 | 217 |3255 |  1 | 210k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
128.81/129.45	c   129s|226800 | 94255 |872344 |   3.1 |   159M |  83 | 420 |9215 | 215 |3255 |  1 | 210k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
128.91/129.50	c   129s|226900 | 94291 |872640 |   3.1 |   159M |  83 | 420 |9215 | 215 |3255 |  1 | 210k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
128.91/129.55	c   130s|227000 | 94328 |872979 |   3.1 |   159M |  83 | 420 |9214 | 217 |3255 |  1 | 210k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
129.01/129.60	c   130s|227100 | 94366 |873181 |   3.1 |   159M |  83 | 420 |9214 |   0 |3255 |  0 | 210k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
129.01/129.65	c   130s|227200 | 94415 |873438 |   3.1 |   159M |  83 | 420 |9212 | 217 |3255 |  1 | 210k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
129.11/129.71	c   130s|227300 | 94466 |873768 |   3.1 |   159M |  83 | 420 |9212 | 215 |3255 |  1 | 210k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
129.11/129.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
129.11/129.76	c   130s|227400 | 94503 |874028 |   3.1 |   159M |  83 | 420 |9212 |   0 |3255 |  0 | 210k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
129.21/129.81	c   130s|227500 | 94542 |874353 |   3.1 |   159M |  83 | 420 |9212 | 215 |3255 |  1 | 210k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
129.21/129.87	c   130s|227600 | 94590 |874615 |   3.1 |   159M |  83 | 420 |9211 | 215 |3255 |  1 | 210k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
129.31/129.92	c   130s|227700 | 94627 |874848 |   3.1 |   159M |  83 | 420 |9210 | 215 |3255 |  1 | 210k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
129.31/129.98	c   130s|227800 | 94669 |875111 |   3.1 |   159M |  83 | 420 |9210 | 217 |3255 |  1 | 210k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
129.41/130.04	c   130s|227900 | 94710 |875331 |   3.1 |   159M |  83 | 420 |9210 | 218 |3255 |  1 | 210k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
129.41/130.09	c   130s|228000 | 94755 |875555 |   3.1 |   159M |  83 | 420 |9210 | 215 |3255 |  1 | 211k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
129.51/130.14	c   130s|228100 | 94797 |875791 |   3.1 |   159M |  83 | 420 |9210 | 215 |3255 |  1 | 211k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
129.51/130.19	c   130s|228200 | 94852 |876168 |   3.1 |   159M |  83 | 420 |9213 | 217 |3255 |  1 | 211k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
129.61/130.23	c   130s|228300 | 94898 |876421 |   3.1 |   159M |  83 | 420 |9210 |   0 |3255 |  0 | 211k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
129.61/130.29	c   130s|228400 | 94942 |876652 |   3.1 |   159M |  83 | 420 |9209 | 217 |3255 |  1 | 211k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
129.71/130.35	c   130s|228500 | 94987 |876878 |   3.1 |   159M |  83 | 420 |9208 | 217 |3255 |  1 | 211k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
129.81/130.41	c   130s|228600 | 95027 |877141 |   3.1 |   159M |  83 | 420 |9203 | 218 |3255 |  1 | 211k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
129.81/130.46	c   130s|228700 | 95074 |877435 |   3.1 |   159M |  83 | 420 |9203 | 218 |3255 |  1 | 211k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
129.91/130.52	c   131s|228800 | 95120 |877754 |   3.1 |   159M |  83 | 420 |9203 |   0 |3255 |  0 | 211k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
129.91/130.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
129.91/130.58	c   131s|228900 | 95166 |878035 |   3.1 |   159M |  83 | 420 |9203 | 215 |3255 |  1 | 211k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
130.01/130.64	c   131s|229000 | 95223 |878415 |   3.1 |   159M |  83 | 420 |9203 | 217 |3255 |  1 | 211k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
130.01/130.69	c   131s|229100 | 95259 |878719 |   3.1 |   159M |  83 | 420 |9200 |   0 |3255 |  0 | 211k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
130.10/130.74	c   131s|229200 | 95292 |878974 |   3.1 |   159M |  83 | 420 |9196 | 217 |3255 |  1 | 211k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
130.20/130.80	c   131s|229300 | 95332 |879231 |   3.1 |   159M |  83 | 420 |9196 | 217 |3255 |  1 | 212k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
130.20/130.86	c   131s|229400 | 95386 |879594 |   3.1 |   159M |  83 | 420 |9196 | 215 |3255 |  1 | 212k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
130.30/130.91	c   131s|229500 | 95418 |879845 |   3.1 |   160M |  83 | 420 |9191 |   0 |3255 |  0 | 212k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
130.30/130.97	c   131s|229600 | 95452 |880085 |   3.1 |   160M |  83 | 420 |9186 | 215 |3255 |  1 | 212k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
130.41/131.02	c   131s|229700 | 95503 |880388 |   3.1 |   160M |  83 | 420 |9183 |   0 |3255 |  0 | 212k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
130.41/131.08	c   131s|229800 | 95538 |880699 |   3.1 |   160M |  83 | 420 |9182 | 215 |3255 |  1 | 212k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
130.51/131.13	c   131s|229900 | 95576 |880972 |   3.1 |   160M |  83 | 420 |9182 | 215 |3255 |  1 | 212k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
130.51/131.18	c   131s|230000 | 95626 |881249 |   3.1 |   160M |  83 | 420 |9182 | 217 |3255 |  1 | 212k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
130.60/131.24	c   131s|230100 | 95666 |881503 |   3.1 |   160M |  83 | 420 |9182 | 218 |3255 |  1 | 212k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
130.60/131.29	c   131s|230200 | 95704 |881698 |   3.1 |   160M |  83 | 420 |9181 |   0 |3255 |  0 | 212k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
130.70/131.35	c   131s|230300 | 95755 |882032 |   3.1 |   160M |  83 | 420 |9180 | 215 |3255 |  1 | 212k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
130.80/131.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
130.80/131.41	c   131s|230400 | 95791 |882302 |   3.1 |   160M |  83 | 420 |9183 | 215 |3255 |  1 | 212k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
130.80/131.46	c   131s|230500 | 95842 |882682 |   3.1 |   160M |  83 | 420 |9182 |   0 |3255 |  0 | 212k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
130.90/131.51	c   132s|230600 | 95885 |882938 |   3.1 |   160M |  83 | 420 |9175 | 215 |3255 |  1 | 212k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
130.90/131.57	c   132s|230700 | 95926 |883240 |   3.1 |   160M |  83 | 420 |9174 | 215 |3255 |  1 | 212k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
131.00/131.62	c   132s|230800 | 95964 |883491 |   3.1 |   160M |  83 | 420 |9174 | 215 |3255 |  1 | 213k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
131.00/131.68	c   132s|230900 | 96012 |883748 |   3.1 |   160M |  83 | 420 |9172 | 218 |3255 |  1 | 213k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
131.10/131.73	c   132s|231000 | 96058 |884067 |   3.1 |   160M |  83 | 420 |9172 |   0 |3255 |  0 | 213k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
131.10/131.78	c   132s|231100 | 96099 |884313 |   3.1 |   160M |  83 | 420 |9173 |   0 |3255 |  0 | 213k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
131.20/131.84	c   132s|231200 | 96141 |884666 |   3.1 |   160M |  83 | 420 |9170 | 215 |3255 |  1 | 213k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
131.29/131.90	c   132s|231300 | 96178 |884957 |   3.1 |   160M |  83 | 420 |9164 | 215 |3255 |  1 | 213k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
131.29/131.95	c   132s|231400 | 96220 |885192 |   3.1 |   160M |  83 | 420 |9159 | 215 |3255 |  1 | 213k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
131.29/132.00	c   132s|231500 | 96256 |885401 |   3.1 |   160M |  83 | 420 |9153 | 215 |3255 |  1 | 213k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
131.40/132.06	c   132s|231600 | 96305 |885713 |   3.1 |   161M |  83 | 420 |9150 | 218 |3255 |  1 | 213k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
131.50/132.12	c   132s|231700 | 96352 |885980 |   3.1 |   161M |  83 | 420 |9150 | 217 |3255 |  1 | 213k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
131.50/132.17	c   132s|231800 | 96406 |886244 |   3.1 |   161M |  83 | 420 |9148 |   0 |3255 |  0 | 213k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
131.59/132.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
131.59/132.22	c   132s|231900 | 96446 |886449 |   3.1 |   162M |  83 | 420 |9148 | 217 |3255 |  1 | 213k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
131.59/132.26	c   132s|232000 | 96492 |886703 |   3.1 |   162M |  83 | 420 |9153 | 217 |3255 |  1 | 213k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
131.69/132.30	c   132s|232100 | 96524 |886886 |   3.1 |   162M |  83 | 420 |9153 |   0 |3255 |  0 | 213k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
131.69/132.36	c   132s|232200 | 96581 |887239 |   3.1 |   162M |  83 | 420 |9152 |   0 |3255 |  0 | 213k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
131.79/132.40	c   132s|232300 | 96601 |887400 |   3.1 |   162M |  83 | 420 |9149 | 217 |3255 |  1 | 213k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
131.79/132.45	c   132s|232400 | 96636 |887622 |   3.1 |   162M |  83 | 420 |9149 |   0 |3255 |  0 | 213k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
131.79/132.48	c   132s|232500 | 96669 |887828 |   3.1 |   162M |  83 | 420 |9149 |   0 |3255 |  0 | 213k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
131.89/132.54	c   133s|232600 | 96707 |888083 |   3.1 |   162M |  83 | 420 |9150 | 215 |3255 |  1 | 214k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
131.89/132.59	c   133s|232700 | 96754 |888368 |   3.1 |   162M |  83 | 420 |9147 | 217 |3255 |  1 | 214k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
131.99/132.64	c   133s|232800 | 96790 |888560 |   3.1 |   162M |  83 | 420 |9147 | 215 |3255 |  1 | 214k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
131.99/132.68	c   133s|232900 | 96834 |888820 |   3.1 |   162M |  83 | 420 |9147 | 215 |3255 |  1 | 214k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
132.09/132.73	c   133s|233000 | 96885 |889114 |   3.1 |   162M |  83 | 420 |9145 | 218 |3255 |  1 | 214k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
132.19/132.80	c   133s|233100 | 96939 |889501 |   3.1 |   162M |  83 | 420 |9147 | 215 |3255 |  1 | 214k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
132.19/132.85	c   133s|233200 | 96979 |889869 |   3.1 |   162M |  83 | 420 |9149 |   0 |3255 |  0 | 214k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
132.29/132.91	c   133s|233300 | 97022 |890182 |   3.1 |   162M |  83 | 420 |9143 | 215 |3255 |  1 | 214k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
132.29/132.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
132.29/132.96	c   133s|233400 | 97057 |890419 |   3.1 |   162M |  83 | 420 |9141 | 215 |3255 |  1 | 214k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
132.39/133.01	c   133s|233500 | 97102 |890674 |   3.1 |   162M |  83 | 420 |9141 |   0 |3255 |  0 | 214k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
132.39/133.07	c   133s|233600 | 97143 |890982 |   3.1 |   162M |  83 | 420 |9139 |   0 |3255 |  0 | 214k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
132.49/133.13	c   133s|233700 | 97189 |891319 |   3.1 |   162M |  83 | 420 |9136 |   0 |3255 |  0 | 214k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
132.49/133.17	c   133s|233800 | 97236 |891579 |   3.1 |   162M |  83 | 420 |9137 | 217 |3255 |  1 | 214k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
132.59/133.24	c   133s|233900 | 97285 |891932 |   3.1 |   162M |  83 | 420 |9136 | 217 |3255 |  1 | 214k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
132.69/133.30	c   133s|234000 | 97323 |892184 |   3.1 |   162M |  83 | 420 |9128 | 217 |3255 |  1 | 214k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
132.69/133.35	c   133s|234100 | 97371 |892502 |   3.1 |   162M |  83 | 420 |9128 | 217 |3255 |  1 | 214k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
132.79/133.40	c   133s|234200 | 97416 |892713 |   3.1 |   162M |  83 | 420 |9128 | 215 |3255 |  1 | 215k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
132.79/133.45	c   133s|234300 | 97461 |892981 |   3.1 |   162M |  83 | 420 |9127 | 215 |3255 |  1 | 215k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
132.89/133.51	c   134s|234400 | 97507 |893367 |   3.1 |   162M |  83 | 420 |9127 |   0 |3255 |  0 | 215k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
132.89/133.56	c   134s|234500 | 97548 |893605 |   3.1 |   162M |  83 | 420 |9119 | 217 |3255 |  1 | 215k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
132.99/133.62	c   134s|234600 | 97595 |893913 |   3.1 |   162M |  83 | 420 |9119 | 215 |3255 |  1 | 215k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
132.99/133.66	c   134s|234700 | 97626 |894128 |   3.1 |   162M |  83 | 420 |9118 | 215 |3255 |  1 | 215k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
133.09/133.71	c   134s|234800 | 97663 |894365 |   3.1 |   162M |  83 | 420 |9117 | 218 |3255 |  1 | 215k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
133.09/133.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
133.09/133.76	c   134s|234900 | 97709 |894628 |   3.1 |   162M |  83 | 420 |9114 |   0 |3255 |  0 | 215k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
133.19/133.80	c   134s|235000 | 97740 |894818 |   3.1 |   163M |  83 | 420 |9114 | 218 |3255 |  1 | 215k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
133.19/133.85	c   134s|235100 | 97776 |895082 |   3.1 |   163M |  83 | 420 |9115 | 215 |3255 |  1 | 215k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
133.28/133.90	c   134s|235200 | 97819 |895342 |   3.1 |   163M |  83 | 420 |9115 |   0 |3255 |  0 | 215k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
133.28/133.94	c   134s|235300 | 97850 |895565 |   3.1 |   163M |  83 | 420 |9114 | 215 |3255 |  1 | 215k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
133.39/134.00	c   134s|235400 | 97899 |895959 |   3.1 |   163M |  83 | 420 |9114 |   0 |3255 |  0 | 215k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
133.39/134.05	c   134s|235500 | 97949 |896204 |   3.1 |   163M |  83 | 420 |9114 | 217 |3255 |  1 | 215k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
133.49/134.11	c   134s|235600 | 97993 |896427 |   3.1 |   163M |  83 | 420 |9113 | 217 |3255 |  1 | 215k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
133.49/134.18	c   134s|235700 | 98050 |896738 |   3.1 |   163M |  83 | 420 |9113 |   0 |3255 |  0 | 215k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
133.58/134.22	c   134s|235800 | 98096 |896999 |   3.1 |   163M |  83 | 420 |9112 | 218 |3255 |  1 | 215k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
133.58/134.27	c   134s|235900 | 98132 |897201 |   3.1 |   163M |  83 | 420 |9111 |   0 |3255 |  0 | 215k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
133.68/134.34	c   134s|236000 | 98188 |897633 |   3.1 |   163M |  83 | 420 |9113 | 215 |3255 |  1 | 216k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
133.68/134.39	c   134s|236100 | 98230 |897933 |   3.1 |   163M |  83 | 420 |9113 | 215 |3255 |  1 | 216k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
133.78/134.44	c   134s|236200 | 98279 |898196 |   3.1 |   163M |  83 | 420 |9114 |   0 |3255 |  0 | 216k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
133.78/134.49	c   134s|236300 | 98326 |898448 |   3.1 |   163M |  83 | 420 |9116 | 217 |3255 |  1 | 216k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
133.88/134.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
133.88/134.53	c   135s|236400 | 98370 |898648 |   3.1 |   163M |  83 | 420 |9117 | 217 |3255 |  1 | 216k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
133.88/134.58	c   135s|236500 | 98416 |898985 |   3.1 |   163M |  83 | 420 |9116 | 215 |3255 |  1 | 216k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
133.98/134.64	c   135s|236600 | 98466 |899309 |   3.1 |   163M |  83 | 420 |9115 | 215 |3255 |  1 | 216k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
134.08/134.70	c   135s|236700 | 98503 |899642 |   3.1 |   163M |  83 | 420 |9112 | 215 |3255 |  1 | 216k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
134.08/134.76	c   135s|236800 | 98538 |899886 |   3.1 |   163M |  83 | 420 |9109 | 215 |3255 |  1 | 216k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
134.18/134.82	c   135s|236900 | 98588 |900196 |   3.1 |   164M |  83 | 420 |9104 | 217 |3255 |  1 | 216k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
134.18/134.87	c   135s|237000 | 98637 |900436 |   3.1 |   164M |  83 | 420 |9101 | 217 |3255 |  1 | 216k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
134.28/134.92	c   135s|237100 | 98685 |900718 |   3.1 |   164M |  83 | 420 |9099 | 215 |3255 |  1 | 216k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
134.28/134.97	c   135s|237200 | 98720 |900993 |   3.1 |   164M |  83 | 420 |9097 |   0 |3255 |  0 | 216k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
134.38/135.03	c   135s|237300 | 98759 |901182 |   3.1 |   164M |  83 | 420 |9097 | 217 |3255 |  1 | 216k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
134.38/135.10	c   135s|237400 | 98812 |901563 |   3.1 |   164M |  83 | 420 |9094 | 217 |3255 |  1 | 216k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
134.48/135.16	c   135s|237500 | 98850 |901823 |   3.1 |   164M |  83 | 420 |9088 | 218 |3255 |  1 | 216k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
134.58/135.21	c   135s|237600 | 98900 |902076 |   3.1 |   164M |  83 | 420 |9088 |   0 |3255 |  0 | 216k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
134.58/135.28	c   135s|237700 | 98947 |902292 |   3.1 |   164M |  83 | 420 |9087 | 218 |3255 |  1 | 216k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
134.68/135.33	c   135s|237800 | 98998 |902564 |   3.1 |   164M |  83 | 420 |9086 | 215 |3255 |  1 | 217k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
134.68/135.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
134.68/135.39	c   135s|237900 | 99045 |902834 |   3.1 |   164M |  83 | 420 |9085 | 215 |3255 |  1 | 217k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
134.78/135.44	c   135s|238000 | 99077 |903048 |   3.1 |   164M |  83 | 420 |9085 |   0 |3255 |  0 | 217k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
134.78/135.49	c   135s|238100 | 99124 |903282 |   3.1 |   164M |  83 | 420 |9085 | 218 |3255 |  1 | 217k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
134.88/135.55	c   136s|238200 | 99171 |903589 |   3.1 |   164M |  83 | 420 |9084 | 215 |3255 |  1 | 217k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
134.98/135.60	c   136s|238300 | 99217 |903868 |   3.1 |   164M |  83 | 420 |9086 | 215 |3255 |  1 | 217k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
134.98/135.65	c   136s|238400 | 99265 |904167 |   3.1 |   164M |  83 | 420 |9083 | 215 |3255 |  1 | 217k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
135.07/135.70	c   136s|238500 | 99303 |904469 |   3.1 |   164M |  83 | 420 |9081 | 215 |3255 |  1 | 217k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
135.07/135.77	c   136s|238600 | 99365 |904778 |   3.1 |   165M |  83 | 420 |9080 | 218 |3255 |  1 | 217k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
135.17/135.84	c   136s|238700 | 99410 |905110 |   3.1 |   165M |  83 | 420 |9081 |   0 |3255 |  0 | 217k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
135.17/135.89	c   136s|238800 | 99443 |905356 |   3.1 |   165M |  83 | 420 |9079 | 217 |3255 |  1 | 217k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
135.27/135.96	c   136s|238900 | 99490 |905640 |   3.1 |   165M |  83 | 420 |9079 | 215 |3255 |  1 | 217k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
135.38/136.01	c   136s|239000 | 99546 |905956 |   3.1 |   165M |  83 | 420 |9079 | 218 |3255 |  1 | 217k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
135.38/136.08	c   136s|239100 | 99586 |906222 |   3.1 |   165M |  83 | 420 |9078 | 215 |3255 |  1 | 218k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
135.48/136.13	c   136s|239200 | 99629 |906518 |   3.1 |   165M |  83 | 420 |9078 | 215 |3255 |  1 | 218k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
135.48/136.19	c   136s|239300 | 99676 |906794 |   3.1 |   165M |  83 | 420 |9072 |   0 |3255 |  0 | 218k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
135.57/136.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
135.57/136.24	c   136s|239400 | 99725 |907128 |   3.1 |   165M |  83 | 420 |9069 | 215 |3255 |  1 | 218k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
135.67/136.31	c   136s|239500 | 99770 |907420 |   3.1 |   165M |  83 | 420 |9062 | 215 |3255 |  1 | 218k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
135.67/136.36	c   136s|239600 | 99820 |907700 |   3.1 |   165M |  83 | 420 |9057 | 217 |3255 |  1 | 218k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
135.77/136.41	c   136s|239700 | 99869 |907924 |   3.1 |   165M |  83 | 420 |9058 | 217 |3255 |  1 | 218k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
135.77/136.47	c   136s|239800 | 99922 |908231 |   3.1 |   166M |  83 | 420 |9053 | 217 |3255 |  1 | 218k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
135.87/136.53	c   137s|239900 | 99976 |908513 |   3.1 |   166M |  83 | 420 |9045 | 218 |3255 |  1 | 218k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
135.97/136.60	c   137s|240000 |100029 |908765 |   3.1 |   166M |  83 | 420 |9045 | 217 |3255 |  1 | 218k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
135.97/136.65	c   137s|240100 |100070 |908967 |   3.1 |   166M |  83 | 420 |9044 | 217 |3255 |  1 | 218k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
136.07/136.72	c   137s|240200 |100117 |909334 |   3.1 |   166M |  83 | 420 |9044 |   0 |3255 |  0 | 218k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
136.07/136.77	c   137s|240300 |100164 |909563 |   3.1 |   167M |  83 | 420 |9042 | 215 |3255 |  1 | 218k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
136.17/136.83	c   137s|240400 |100218 |909828 |   3.1 |   167M |  83 | 420 |9042 | 218 |3255 |  1 | 218k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
136.17/136.89	c   137s|240500 |100270 |910105 |   3.1 |   167M |  83 | 420 |9042 | 215 |3255 |  1 | 219k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
136.27/136.94	c   137s|240600 |100303 |910330 |   3.1 |   167M |  83 | 420 |9043 | 215 |3255 |  1 | 219k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
136.37/137.00	c   137s|240700 |100351 |910642 |   3.1 |   167M |  83 | 420 |9043 | 217 |3255 |  1 | 219k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
136.37/137.06	c   137s|240800 |100389 |910890 |   3.1 |   167M |  83 | 420 |9042 |   0 |3255 |  0 | 219k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
136.47/137.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
136.47/137.11	c   137s|240900 |100417 |911078 |   3.1 |   167M |  83 | 420 |9042 | 215 |3255 |  1 | 219k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
136.47/137.16	c   137s|241000 |100469 |911378 |   3.1 |   167M |  83 | 420 |9041 |   0 |3255 |  0 | 219k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
136.57/137.20	c   137s|241100 |100514 |911579 |   3.1 |   167M |  83 | 420 |9041 | 217 |3255 |  1 | 219k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
136.57/137.26	c   137s|241200 |100565 |911911 |   3.1 |   167M |  83 | 420 |9040 | 215 |3255 |  1 | 219k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
136.66/137.31	c   137s|241300 |100602 |912136 |   3.1 |   167M |  83 | 420 |9040 | 215 |3255 |  1 | 219k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
136.66/137.37	c   137s|241400 |100646 |912392 |   3.1 |   167M |  83 | 420 |9040 | 218 |3255 |  1 | 219k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
136.76/137.42	c   137s|241500 |100701 |912651 |   3.1 |   167M |  83 | 420 |9041 | 218 |3255 |  1 | 219k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
136.76/137.48	c   137s|241600 |100741 |912897 |   3.1 |   167M |  83 | 420 |9040 | 215 |3255 |  1 | 219k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
136.86/137.53	c   138s|241700 |100776 |913148 |   3.1 |   167M |  83 | 420 |9040 | 217 |3255 |  1 | 219k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
136.86/137.59	c   138s|241800 |100823 |913503 |   3.1 |   167M |  83 | 420 |9043 | 217 |3255 |  1 | 219k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
136.96/137.64	c   138s|241900 |100853 |913755 |   3.1 |   167M |  83 | 420 |9035 | 217 |3255 |  1 | 219k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
137.06/137.71	c   138s|242000 |100906 |914092 |   3.1 |   167M |  83 | 420 |9033 | 215 |3255 |  1 | 220k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
137.06/137.76	c   138s|242100 |100947 |914336 |   3.1 |   167M |  83 | 420 |9032 |   0 |3255 |  0 | 220k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
137.27/137.90	c   138s|242200 |100999 |914709 |   3.1 |   167M |  83 | 420 |9033 | 215 |3255 |  1 | 220k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
137.27/137.95	c   138s|242300 |101044 |915029 |   3.1 |   167M |  83 | 420 |9032 |   0 |3255 |  0 | 220k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
137.37/138.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
137.37/138.01	c   138s|242400 |101080 |915375 |   3.1 |   167M |  83 | 420 |9029 | 215 |3255 |  1 | 220k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
137.37/138.06	c   138s|242500 |101123 |915648 |   3.1 |   167M |  83 | 420 |9025 | 215 |3255 |  1 | 220k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
137.47/138.12	c   138s|242600 |101177 |915977 |   3.1 |   167M |  83 | 420 |9021 | 217 |3255 |  1 | 220k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
137.47/138.17	c   138s|242700 |101215 |916170 |   3.1 |   167M |  83 | 420 |9020 | 217 |3255 |  1 | 220k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
137.57/138.22	c   138s|242800 |101268 |916470 |   3.1 |   167M |  83 | 420 |9021 | 217 |3255 |  1 | 220k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
137.57/138.26	c   138s|242900 |101306 |916661 |   3.1 |   167M |  83 | 420 |9019 | 217 |3255 |  1 | 220k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
137.67/138.31	c   138s|243000 |101345 |916869 |   3.1 |   168M |  83 | 420 |9019 |   0 |3255 |  0 | 220k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
137.67/138.37	c   138s|243100 |101389 |917119 |   3.1 |   168M |  83 | 420 |9019 | 218 |3255 |  1 | 220k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
137.77/138.43	c   138s|243200 |101441 |917386 |   3.1 |   168M |  83 | 420 |9019 |   0 |3255 |  0 | 220k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
137.87/138.50	c   139s|243300 |101492 |917676 |   3.1 |   168M |  83 | 420 |9019 | 215 |3255 |  1 | 220k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
137.87/138.56	c   139s|243400 |101531 |917920 |   3.1 |   168M |  83 | 420 |9020 | 215 |3255 |  1 | 220k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
137.97/138.62	c   139s|243500 |101578 |918209 |   3.1 |   168M |  83 | 420 |9018 |   0 |3255 |  0 | 220k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
137.97/138.68	c   139s|243600 |101604 |918422 |   3.1 |   168M |  83 | 420 |9018 |   0 |3255 |  0 | 221k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
138.06/138.73	c   139s|243700 |101653 |918708 |   3.1 |   168M |  83 | 420 |9018 | 215 |3255 |  1 | 221k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
138.06/138.78	c   139s|243800 |101685 |918940 |   3.1 |   168M |  83 | 420 |9018 |   0 |3255 |  0 | 221k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
138.16/138.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
138.16/138.83	c   139s|243900 |101720 |919154 |   3.1 |   168M |  83 | 420 |9016 | 217 |3255 |  1 | 221k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
138.26/138.90	c   139s|244000 |101777 |919570 |   3.1 |   168M |  83 | 420 |9017 | 217 |3255 |  1 | 221k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
138.26/138.95	c   139s|244100 |101812 |919860 |   3.1 |   168M |  83 | 420 |9017 | 218 |3255 |  1 | 221k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
138.37/139.01	c   139s|244200 |101858 |920089 |   3.1 |   168M |  83 | 420 |9016 | 218 |3255 |  1 | 221k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
138.37/139.06	c   139s|244300 |101912 |920352 |   3.1 |   168M |  83 | 420 |9015 | 218 |3255 |  1 | 221k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
138.47/139.12	c   139s|244400 |101954 |920605 |   3.1 |   168M |  83 | 420 |9015 | 215 |3255 |  1 | 221k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
138.47/139.18	c   139s|244500 |101998 |920911 |   3.1 |   168M |  83 | 420 |9016 |   0 |3255 |  0 | 221k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
138.56/139.24	c   139s|244600 |102030 |921122 |   3.1 |   168M |  83 | 420 |9016 | 215 |3255 |  1 | 221k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
138.56/139.29	c   139s|244700 |102081 |921422 |   3.1 |   168M |  83 | 420 |9014 | 215 |3255 |  1 | 221k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
138.66/139.35	c   139s|244800 |102134 |921696 |   3.1 |   168M |  83 | 420 |9014 | 218 |3255 |  1 | 221k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
138.76/139.40	c   139s|244900 |102178 |922008 |   3.1 |   168M |  83 | 420 |9014 | 215 |3255 |  1 | 222k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
138.76/139.46	c   139s|245000 |102217 |922242 |   3.1 |   168M |  83 | 420 |9014 | 217 |3255 |  1 | 222k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
138.86/139.51	c   140s|245100 |102270 |922488 |   3.1 |   168M |  83 | 420 |9014 | 215 |3255 |  1 | 222k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
138.86/139.56	c   140s|245200 |102293 |922666 |   3.1 |   168M |  83 | 420 |9014 | 215 |3255 |  1 | 222k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
138.96/139.61	c   140s|245300 |102335 |922908 |   3.1 |   168M |  83 | 420 |9015 | 215 |3255 |  1 | 222k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
138.96/139.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
138.96/139.66	c   140s|245400 |102377 |923158 |   3.1 |   168M |  83 | 420 |9015 |   0 |3255 |  0 | 222k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
139.06/139.72	c   140s|245500 |102429 |923410 |   3.1 |   168M |  83 | 420 |9014 |   0 |3255 |  0 | 222k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
139.06/139.77	c   140s|245600 |102463 |923587 |   3.1 |   168M |  83 | 420 |9014 | 218 |3255 |  1 | 222k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
139.16/139.83	c   140s|245700 |102501 |923867 |   3.1 |   168M |  83 | 420 |9015 |   0 |3255 |  0 | 222k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
139.16/139.88	c   140s|245800 |102546 |924111 |   3.1 |   168M |  83 | 420 |9015 | 215 |3255 |  1 | 222k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
139.26/139.93	c   140s|245900 |102589 |924347 |   3.1 |   168M |  83 | 420 |9014 | 218 |3255 |  1 | 222k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
139.26/139.98	c   140s|246000 |102638 |924573 |   3.1 |   169M |  83 | 420 |9014 | 218 |3255 |  1 | 222k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
139.36/140.04	c   140s|246100 |102682 |924810 |   3.1 |   169M |  83 | 420 |9014 | 218 |3255 |  1 | 222k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
139.36/140.10	c   140s|246200 |102711 |925075 |   3.1 |   169M |  83 | 420 |9014 |   0 |3255 |  0 | 223k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
139.46/140.16	c   140s|246300 |102758 |925340 |   3.1 |   169M |  83 | 420 |9014 | 215 |3255 |  1 | 223k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
139.56/140.22	c   140s|246400 |102804 |925675 |   3.1 |   169M |  83 | 420 |9014 | 215 |3255 |  1 | 223k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
139.56/140.28	c   140s|246500 |102843 |925958 |   3.1 |   169M |  83 | 420 |9012 | 215 |3255 |  1 | 223k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
139.66/140.33	c   140s|246600 |102890 |926234 |   3.1 |   169M |  83 | 420 |9012 | 215 |3255 |  1 | 223k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
139.66/140.39	c   140s|246700 |102941 |926545 |   3.1 |   169M |  83 | 420 |9011 | 215 |3255 |  1 | 223k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
139.76/140.45	c   140s|246800 |102989 |926814 |   3.1 |   169M |  83 | 420 |9007 | 215 |3255 |  1 | 223k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
139.86/140.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
139.86/140.51	c   141s|246900 |103026 |927109 |   3.1 |   169M |  83 | 420 |9006 | 215 |3255 |  1 | 223k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
139.86/140.57	c   141s|247000 |103068 |927463 |   3.1 |   169M |  83 | 420 |9005 | 215 |3255 |  1 | 223k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
139.96/140.64	c   141s|247100 |103104 |927818 |   3.1 |   169M |  83 | 420 |9004 |   0 |3255 |  0 | 223k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
139.96/140.69	c   141s|247200 |103142 |928041 |   3.1 |   169M |  83 | 420 |9004 | 215 |3255 |  1 | 223k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
140.05/140.75	c   141s|247300 |103180 |928341 |   3.1 |   170M |  83 | 420 |9002 |   0 |3255 |  0 | 223k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
140.15/140.80	c   141s|247400 |103223 |928585 |   3.1 |   170M |  83 | 420 |9002 | 218 |3255 |  1 | 223k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
140.15/140.86	c   141s|247500 |103263 |928789 |   3.1 |   170M |  83 | 420 |9000 |   0 |3255 |  0 | 224k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
140.25/140.91	c   141s|247600 |103295 |928965 |   3.1 |   170M |  83 | 420 |8999 |   0 |3255 |  0 | 224k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
140.25/140.97	c   141s|247700 |103347 |929257 |   3.1 |   170M |  83 | 420 |8999 | 218 |3255 |  1 | 224k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
140.36/141.04	c   141s|247800 |103401 |929597 |   3.1 |   170M |  83 | 420 |8999 |   0 |3255 |  0 | 224k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
140.36/141.09	c   141s|247900 |103436 |929822 |   3.1 |   170M |  83 | 420 |9000 | 215 |3255 |  1 | 224k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
140.46/141.15	c   141s|248000 |103495 |930171 |   3.1 |   170M |  83 | 420 |9001 | 217 |3255 |  1 | 224k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
140.55/141.21	c   141s|248100 |103545 |930451 |   3.1 |   170M |  83 | 420 |8999 | 217 |3255 |  1 | 224k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
140.55/141.26	c   141s|248200 |103582 |930722 |   3.1 |   170M |  83 | 420 |8997 | 217 |3255 |  1 | 224k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
140.65/141.31	c   141s|248300 |103628 |930978 |   3.1 |   170M |  83 | 420 |8996 | 217 |3255 |  1 | 224k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
140.65/141.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
140.65/141.37	c   141s|248400 |103669 |931183 |   3.1 |   170M |  83 | 420 |8995 | 217 |3255 |  1 | 224k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
140.75/141.42	c   141s|248500 |103716 |931423 |   3.1 |   170M |  83 | 420 |8993 |   0 |3255 |  0 | 224k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
140.75/141.48	c   141s|248600 |103771 |931693 |   3.1 |   170M |  83 | 420 |8993 | 218 |3255 |  1 | 224k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
140.85/141.54	c   142s|248700 |103825 |931989 |   3.1 |   170M |  83 | 420 |8993 | 215 |3255 |  1 | 225k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
140.85/141.59	c   142s|248800 |103861 |932226 |   3.1 |   170M |  83 | 420 |8993 | 215 |3255 |  1 | 225k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
140.95/141.65	c   142s|248900 |103907 |932604 |   3.1 |   170M |  83 | 420 |8995 | 217 |3255 |  1 | 225k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
141.05/141.71	c   142s|249000 |103948 |932880 |   3.1 |   170M |  83 | 420 |8994 | 217 |3255 |  1 | 225k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
141.05/141.77	c   142s|249100 |103992 |933317 |   3.1 |   170M |  83 | 420 |8988 | 215 |3255 |  1 | 225k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
141.15/141.83	c   142s|249200 |104031 |933576 |   3.1 |   170M |  83 | 420 |8983 | 215 |3255 |  1 | 225k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
141.15/141.88	c   142s|249300 |104074 |933858 |   3.1 |   170M |  83 | 420 |8975 | 218 |3255 |  1 | 225k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
141.25/141.94	c   142s|249400 |104112 |934069 |   3.1 |   170M |  83 | 420 |8975 | 218 |3255 |  1 | 225k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
141.25/141.99	c   142s|249500 |104157 |934296 |   3.1 |   170M |  83 | 420 |8976 | 215 |3255 |  1 | 225k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
141.35/142.06	c   142s|249600 |104203 |934563 |   3.1 |   170M |  83 | 420 |8975 | 215 |3255 |  1 | 225k|  29 | 0.000000e+00 |      --      |    Inf |   0.78%
141.45/142.11	c   142s|249700 |104229 |934758 |   3.1 |   170M |   [...]

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

 | 420 |5162 | 214 |  37k|  1 |2630k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3089.75/3101.56	c  3102s|  4061k|  1433k| 11220k|   2.7 |  1960M |  90 | 420 |5162 |   0 |  37k|  0 |2630k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3089.85/3101.65	c  3102s|  4061k|  1433k| 11220k|   2.7 |  1960M |  90 | 420 |5162 | 219 |  37k|  1 |2630k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3089.95/3101.73	c  3102s|  4061k|  1434k| 11221k|   2.7 |  1960M |  90 | 420 |5162 | 219 |  37k|  1 |2630k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3090.05/3101.80	c  3102s|  4061k|  1434k| 11221k|   2.7 |  1960M |  90 | 420 |5162 | 214 |  37k|  1 |2630k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3090.05/3101.88	c  3102s|  4062k|  1434k| 11221k|   2.7 |  1960M |  90 | 420 |5162 | 214 |  37k|  1 |2630k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3090.15/3101.98	c  3102s|  4062k|  1434k| 11221k|   2.7 |  1960M |  90 | 420 |5162 | 216 |  37k|  1 |2630k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3090.35/3102.11	c  3102s|  4062k|  1434k| 11222k|   2.7 |  1960M |  90 | 420 |5162 | 216 |  37k|  1 |2630k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3090.55/3102.31	c  3102s|  4062k|  1434k| 11222k|   2.7 |  1960M |  90 | 420 |5162 |   0 |  37k|  0 |2631k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3090.65/3102.48	c  3102s|  4062k|  1434k| 11222k|   2.7 |  1960M |  90 | 420 |5162 | 216 |  37k|  1 |2631k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3090.84/3102.63	c  3103s|  4062k|  1434k| 11223k|   2.7 |  1960M |  90 | 420 |5162 | 216 |  37k|  1 |2631k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3090.95/3102.79	c  3103s|  4062k|  1434k| 11223k|   2.7 |  1960M |  90 | 420 |5162 | 216 |  37k|  1 |2631k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3091.15/3102.97	c  3103s|  4062k|  1434k| 11223k|   2.7 |  1960M |  90 | 420 |5162 |   0 |  37k|  0 |2631k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3091.36/3103.15	c  3103s|  4062k|  1434k| 11224k|   2.7 |  1961M |  90 | 420 |5162 | 216 |  37k|  1 |2631k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3091.55/3103.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3091.55/3103.33	c  3103s|  4062k|  1434k| 11224k|   2.7 |  1961M |  90 | 420 |5162 |   0 |  37k|  0 |2632k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3091.65/3103.48	c  3103s|  4063k|  1434k| 11224k|   2.7 |  1961M |  90 | 420 |5162 |   0 |  37k|  0 |2632k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3091.85/3103.67	c  3104s|  4063k|  1434k| 11224k|   2.7 |  1961M |  90 | 420 |5162 | 216 |  37k|  1 |2632k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3092.05/3103.84	c  3104s|  4063k|  1434k| 11225k|   2.7 |  1961M |  90 | 420 |5162 |   0 |  37k|  0 |2632k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3092.15/3103.99	c  3104s|  4063k|  1434k| 11225k|   2.7 |  1961M |  90 | 420 |5162 | 216 |  37k|  1 |2632k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3092.35/3104.15	c  3104s|  4063k|  1434k| 11225k|   2.7 |  1961M |  90 | 420 |5162 | 216 |  37k|  1 |2632k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3092.55/3104.31	c  3104s|  4063k|  1434k| 11226k|   2.7 |  1961M |  90 | 420 |5162 | 216 |  37k|  1 |2633k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3092.65/3104.45	c  3104s|  4063k|  1434k| 11226k|   2.7 |  1961M |  90 | 420 |5162 | 216 |  37k|  1 |2633k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3092.85/3104.61	c  3105s|  4063k|  1434k| 11226k|   2.7 |  1961M |  90 | 420 |5162 | 216 |  37k|  1 |2633k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3092.95/3104.77	c  3105s|  4063k|  1434k| 11227k|   2.7 |  1961M |  90 | 420 |5162 | 216 |  37k|  1 |2633k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3093.15/3104.92	c  3105s|  4063k|  1434k| 11227k|   2.7 |  1961M |  90 | 420 |5162 |   0 |  37k|  0 |2633k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3093.35/3105.12	c  3105s|  4064k|  1434k| 11227k|   2.7 |  1961M |  90 | 420 |5162 | 216 |  37k|  1 |2634k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3093.44/3105.29	c  3105s|  4064k|  1435k| 11228k|   2.7 |  1961M |  90 | 420 |5162 | 216 |  37k|  1 |2634k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3093.64/3105.44	c  3105s|  4064k|  1435k| 11228k|   2.7 |  1961M |  90 | 420 |5162 | 216 |  37k|  1 |2634k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3093.74/3105.57	c  3106s|  4064k|  1435k| 11228k|   2.7 |  1961M |  90 | 420 |5162 | 216 |  37k|  1 |2634k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3093.94/3105.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3093.94/3105.75	c  3106s|  4064k|  1435k| 11229k|   2.7 |  1961M |  90 | 420 |5162 |   0 |  37k|  0 |2635k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3094.14/3105.91	c  3106s|  4064k|  1435k| 11229k|   2.7 |  1961M |  90 | 420 |5162 | 216 |  37k|  1 |2635k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3094.35/3106.11	c  3106s|  4064k|  1435k| 11229k|   2.7 |  1961M |  90 | 420 |5162 |   0 |  37k|  0 |2635k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3094.44/3106.29	c  3106s|  4064k|  1435k| 11229k|   2.7 |  1961M |  90 | 420 |5162 | 216 |  37k|  1 |2635k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3094.64/3106.45	c  3106s|  4064k|  1435k| 11230k|   2.7 |  1961M |  90 | 420 |5162 |   0 |  37k|  0 |2635k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3094.84/3106.62	c  3107s|  4064k|  1435k| 11230k|   2.7 |  1961M |  90 | 420 |5155 | 216 |  37k|  1 |2635k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3094.94/3106.79	c  3107s|  4065k|  1435k| 11230k|   2.7 |  1961M |  90 | 420 |5144 | 216 |  37k|  1 |2635k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3095.14/3106.93	c  3107s|  4065k|  1435k| 11231k|   2.7 |  1961M |  90 | 420 |5107 | 216 |  37k|  1 |2636k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3095.34/3107.10	c  3107s|  4065k|  1435k| 11231k|   2.7 |  1961M |  90 | 420 |5162 | 216 |  37k|  1 |2636k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3095.44/3107.27	c  3107s|  4065k|  1435k| 11231k|   2.7 |  1962M |  90 | 420 |5162 |   0 |  37k|  0 |2636k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3095.64/3107.46	c  3107s|  4065k|  1435k| 11232k|   2.7 |  1962M |  90 | 420 |5162 | 216 |  37k|  1 |2636k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3095.84/3107.62	c  3108s|  4065k|  1435k| 11232k|   2.7 |  1962M |  90 | 420 |5162 | 216 |  37k|  1 |2636k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3096.04/3107.89	c  3108s|  4065k|  1435k| 11232k|   2.7 |  1962M |  90 | 420 |5162 | 217 |  37k|  1 |2636k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3096.24/3108.06	c  3108s|  4065k|  1435k| 11233k|   2.7 |  1962M |  90 | 420 |5162 | 217 |  37k|  1 |2636k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3096.43/3108.22	c  3108s|  4065k|  1435k| 11233k|   2.7 |  1962M |  90 | 420 |5162 | 217 |  37k|  1 |2637k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3096.53/3108.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3096.53/3108.36	c  3108s|  4065k|  1435k| 11233k|   2.7 |  1962M |  90 | 420 |5162 | 217 |  37k|  1 |2637k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3096.73/3108.50	c  3108s|  4066k|  1435k| 11234k|   2.7 |  1962M |  90 | 420 |5162 | 217 |  37k|  1 |2637k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3096.83/3108.64	c  3109s|  4066k|  1435k| 11234k|   2.7 |  1962M |  90 | 420 |5162 | 217 |  37k|  1 |2637k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3096.93/3108.79	c  3109s|  4066k|  1435k| 11234k|   2.7 |  1962M |  90 | 420 |5162 | 216 |  37k|  1 |2637k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3097.24/3109.02	c  3109s|  4066k|  1435k| 11234k|   2.7 |  1962M |  90 | 420 |5162 | 216 |  37k|  1 |2638k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3097.34/3109.18	c  3109s|  4066k|  1435k| 11235k|   2.7 |  1962M |  90 | 420 |5162 |   0 |  37k|  0 |2638k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3097.53/3109.36	c  3109s|  4066k|  1435k| 11235k|   2.7 |  1962M |  90 | 420 |5162 | 216 |  37k|  1 |2638k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3097.73/3109.53	c  3110s|  4066k|  1435k| 11235k|   2.7 |  1962M |  90 | 420 |5162 | 216 |  37k|  1 |2638k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3097.93/3109.70	c  3110s|  4066k|  1436k| 11236k|   2.7 |  1962M |  90 | 420 |5162 | 216 |  37k|  1 |2638k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3098.03/3109.87	c  3110s|  4066k|  1436k| 11236k|   2.7 |  1962M |  90 | 420 |5162 | 216 |  37k|  1 |2638k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3098.23/3110.08	c  3110s|  4066k|  1436k| 11236k|   2.7 |  1962M |  90 | 420 |5162 | 216 |  37k|  1 |2639k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3098.43/3110.23	c  3110s|  4067k|  1436k| 11237k|   2.7 |  1962M |  90 | 420 |5162 | 216 |  37k|  1 |2639k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3098.53/3110.37	c  3110s|  4067k|  1436k| 11237k|   2.7 |  1962M |  90 | 420 |5162 |   0 |  37k|  0 |2639k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3098.73/3110.53	c  3111s|  4067k|  1436k| 11237k|   2.7 |  1962M |  90 | 420 |5162 | 216 |  37k|  1 |2639k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3098.83/3110.69	c  3111s|  4067k|  1436k| 11237k|   2.7 |  1962M |  90 | 420 |5162 | 216 |  37k|  1 |2639k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3099.03/3110.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3099.03/3110.87	c  3111s|  4067k|  1436k| 11238k|   2.7 |  1962M |  90 | 420 |5162 |   0 |  37k|  0 |2639k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3099.23/3111.03	c  3111s|  4067k|  1436k| 11238k|   2.7 |  1962M |  90 | 420 |5162 |   0 |  37k|  0 |2640k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3099.33/3111.20	c  3111s|  4067k|  1436k| 11238k|   2.7 |  1962M |  90 | 420 |5162 | 216 |  37k|  1 |2640k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3099.62/3111.40	c  3111s|  4067k|  1436k| 11239k|   2.7 |  1962M |  90 | 420 |5162 | 216 |  37k|  1 |2640k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3099.72/3111.58	c  3112s|  4067k|  1436k| 11239k|   2.7 |  1962M |  90 | 420 |5162 |   0 |  37k|  0 |2640k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3099.92/3111.76	c  3112s|  4067k|  1436k| 11239k|   2.7 |  1962M |  90 | 420 |5162 | 216 |  37k|  1 |2640k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3100.12/3111.92	c  3112s|  4068k|  1436k| 11240k|   2.7 |  1962M |  90 | 420 |5162 | 216 |  37k|  1 |2640k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3100.33/3112.13	c  3112s|  4068k|  1436k| 11240k|   2.7 |  1962M |  90 | 420 |5162 | 216 |  37k|  1 |2640k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3100.52/3112.30	c  3112s|  4068k|  1436k| 11240k|   2.7 |  1962M |  90 | 420 |5162 | 216 |  37k|  1 |2640k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3100.62/3112.48	c  3112s|  4068k|  1436k| 11241k|   2.7 |  1962M |  90 | 420 |5162 | 215 |  37k|  1 |2641k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3100.82/3112.62	c  3113s|  4068k|  1436k| 11241k|   2.7 |  1962M |  90 | 420 |5162 | 217 |  37k|  1 |2641k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3100.92/3112.73	c  3113s|  4068k|  1436k| 11241k|   2.7 |  1962M |  90 | 420 |5162 | 218 |  37k|  1 |2641k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3101.02/3112.84	c  3113s|  4068k|  1436k| 11242k|   2.7 |  1962M |  90 | 420 |5162 | 216 |  37k|  1 |2641k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3101.22/3113.02	c  3113s|  4068k|  1436k| 11242k|   2.7 |  1962M |  90 | 420 |5162 | 216 |  37k|  1 |2641k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3101.32/3113.17	c  3113s|  4068k|  1436k| 11242k|   2.7 |  1962M |  90 | 420 |5162 | 216 |  37k|  1 |2641k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3101.52/3113.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3101.52/3113.30	c  3113s|  4068k|  1436k| 11243k|   2.7 |  1962M |  90 | 420 |5162 | 216 |  37k|  1 |2641k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3101.62/3113.45	c  3113s|  4069k|  1437k| 11243k|   2.7 |  1962M |  90 | 420 |5161 | 216 |  37k|  1 |2641k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3101.72/3113.59	c  3114s|  4069k|  1437k| 11243k|   2.7 |  1963M |  90 | 420 |5161 |   0 |  37k|  0 |2641k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3101.92/3113.74	c  3114s|  4069k|  1437k| 11243k|   2.7 |  1963M |  90 | 420 |5162 | 216 |  37k|  1 |2641k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3102.02/3113.86	c  3114s|  4069k|  1437k| 11244k|   2.7 |  1963M |  90 | 420 |5162 | 216 |  37k|  1 |2641k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3102.22/3114.04	c  3114s|  4069k|  1437k| 11244k|   2.7 |  1963M |  90 | 420 |5162 | 216 |  37k|  1 |2641k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3102.32/3114.18	c  3114s|  4069k|  1437k| 11244k|   2.7 |  1963M |  90 | 420 |5162 | 216 |  37k|  1 |2641k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3102.51/3114.31	c  3114s|  4069k|  1437k| 11245k|   2.7 |  1963M |  90 | 420 |5162 | 216 |  37k|  1 |2642k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3102.61/3114.47	c  3114s|  4069k|  1437k| 11245k|   2.7 |  1964M |  90 | 420 |5162 |   0 |  37k|  0 |2642k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3102.81/3114.61	c  3115s|  4069k|  1437k| 11245k|   2.7 |  1964M |  90 | 420 |5162 |   0 |  37k|  0 |2642k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3102.91/3114.79	c  3115s|  4069k|  1437k| 11245k|   2.7 |  1964M |  90 | 420 |5162 | 216 |  37k|  1 |2642k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3103.11/3114.94	c  3115s|  4070k|  1437k| 11246k|   2.7 |  1964M |  90 | 420 |5162 | 216 |  37k|  1 |2642k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3103.22/3115.05	c  3115s|  4070k|  1437k| 11246k|   2.7 |  1964M |  90 | 420 |5162 |   0 |  37k|  0 |2642k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3103.41/3115.22	c  3115s|  4070k|  1437k| 11246k|   2.7 |  1964M |  90 | 420 |5162 | 216 |  37k|  1 |2642k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3103.51/3115.33	c  3115s|  4070k|  1437k| 11247k|   2.7 |  1964M |  90 | 420 |5162 |   0 |  37k|  0 |2642k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3103.61/3115.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3103.61/3115.48	c  3115s|  4070k|  1437k| 11247k|   2.7 |  1964M |  90 | 420 |5162 | 216 |  37k|  1 |2642k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3103.81/3115.64	c  3116s|  4070k|  1437k| 11247k|   2.7 |  1964M |  90 | 420 |5162 | 216 |  37k|  1 |2642k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3104.01/3115.80	c  3116s|  4070k|  1437k| 11247k|   2.7 |  1964M |  90 | 420 |5162 | 216 |  37k|  1 |2642k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3104.11/3115.95	c  3116s|  4070k|  1437k| 11248k|   2.7 |  1964M |  90 | 420 |5162 |   0 |  37k|  0 |2642k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3104.31/3116.13	c  3116s|  4070k|  1437k| 11248k|   2.7 |  1964M |  90 | 420 |5161 | 216 |  37k|  1 |2642k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3104.41/3116.27	c  3116s|  4070k|  1437k| 11248k|   2.7 |  1964M |  90 | 420 |5162 | 216 |  37k|  1 |2642k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3104.51/3116.39	c  3116s|  4071k|  1437k| 11249k|   2.7 |  1964M |  90 | 420 |5152 | 216 |  37k|  1 |2642k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3104.70/3116.58	c  3117s|  4071k|  1437k| 11249k|   2.7 |  1964M |  90 | 420 |5079 | 216 |  37k|  1 |2643k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3104.90/3116.74	c  3117s|  4071k|  1437k| 11249k|   2.7 |  1964M |  90 | 420 |4948 | 216 |  37k|  1 |2643k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3105.00/3116.88	c  3117s|  4071k|  1437k| 11249k|   2.7 |  1964M |  90 | 420 |4994 | 216 |  37k|  1 |2643k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3105.21/3117.02	c  3117s|  4071k|  1437k| 11250k|   2.7 |  1964M |  90 | 420 |5025 | 216 |  37k|  1 |2643k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3105.31/3117.15	c  3117s|  4071k|  1437k| 11250k|   2.7 |  1964M |  90 | 420 |5062 | 216 |  37k|  1 |2643k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3105.40/3117.29	c  3117s|  4071k|  1437k| 11250k|   2.7 |  1964M |  90 | 420 |5126 | 215 |  37k|  1 |2643k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3105.60/3117.42	c  3117s|  4071k|  1438k| 11251k|   2.7 |  1964M |  90 | 420 |5124 |   0 |  37k|  0 |2643k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3105.70/3117.53	c  3118s|  4071k|  1438k| 11251k|   2.7 |  1964M |  90 | 420 |5162 | 216 |  37k|  0 |2643k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3105.80/3117.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3105.80/3117.62	c  3118s|  4071k|  1438k| 11252k|   2.7 |  1964M |  90 | 420 |5161 | 215 |  37k|  1 |2643k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3105.90/3117.74	c  3118s|  4072k|  1438k| 11252k|   2.7 |  1964M |  90 | 420 |5160 | 215 |  37k|  1 |2643k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3106.00/3117.85	c  3118s|  4072k|  1438k| 11252k|   2.7 |  1964M |  90 | 420 |5148 | 216 |  37k|  1 |2643k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3106.10/3117.96	c  3118s|  4072k|  1438k| 11253k|   2.7 |  1964M |  90 | 420 |5129 | 215 |  37k|  1 |2643k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3106.21/3118.06	c  3118s|  4072k|  1438k| 11253k|   2.7 |  1964M |  90 | 420 |5118 | 215 |  37k|  1 |2643k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3106.30/3118.15	c  3118s|  4072k|  1438k| 11253k|   2.7 |  1964M |  90 | 420 |5121 | 216 |  37k|  1 |2643k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3106.40/3118.25	c  3118s|  4072k|  1438k| 11254k|   2.7 |  1964M |  90 | 420 |5141 | 216 |  37k|  1 |2643k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3106.50/3118.36	c  3118s|  4072k|  1438k| 11254k|   2.7 |  1964M |  90 | 420 |5162 | 216 |  37k|  1 |2643k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3106.60/3118.46	c  3118s|  4072k|  1438k| 11255k|   2.7 |  1964M |  90 | 420 |5162 | 216 |  37k|  1 |2643k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3106.70/3118.55	c  3119s|  4072k|  1438k| 11255k|   2.7 |  1964M |  90 | 420 |5153 | 216 |  37k|  1 |2643k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3106.80/3118.64	c  3119s|  4072k|  1438k| 11255k|   2.7 |  1964M |  90 | 420 |5134 | 216 |  37k|  1 |2643k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3106.90/3118.74	c  3119s|  4073k|  1439k| 11256k|   2.7 |  1964M |  90 | 420 |5122 | 216 |  37k|  1 |2643k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3107.00/3118.83	c  3119s|  4073k|  1439k| 11256k|   2.7 |  1964M |  90 | 420 |5121 | 216 |  37k|  1 |2643k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3107.10/3118.92	c  3119s|  4073k|  1439k| 11257k|   2.7 |  1964M |  90 | 420 |5162 | 217 |  37k|  1 |2643k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3107.20/3119.03	c  3119s|  4073k|  1439k| 11257k|   2.7 |  1964M |  90 | 420 |5162 | 217 |  37k|  1 |2644k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3107.30/3119.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3107.30/3119.10	c  3119s|  4073k|  1439k| 11257k|   2.7 |  1964M |  90 | 420 |5162 | 217 |  37k|  1 |2644k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3107.40/3119.27	c  3119s|  4073k|  1439k| 11258k|   2.7 |  1964M |  90 | 420 |5162 | 220 |  37k|  1 |2644k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3107.60/3119.40	c  3119s|  4073k|  1439k| 11258k|   2.7 |  1964M |  90 | 420 |5162 | 216 |  37k|  1 |2644k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3107.69/3119.55	c  3120s|  4073k|  1439k| 11259k|   2.7 |  1965M |  90 | 420 |5162 | 212 |  37k|  1 |2644k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3107.89/3119.78	c  3120s|  4073k|  1439k| 11259k|   2.7 |  1965M |  90 | 420 |5162 | 215 |  37k|  1 |2644k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3108.09/3119.93	c  3120s|  4073k|  1439k| 11260k|   2.7 |  1966M |  90 | 420 |5162 |   0 |  37k|  0 |2644k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3108.30/3120.10	c  3120s|  4074k|  1439k| 11260k|   2.7 |  1966M |  90 | 420 |5162 | 216 |  37k|  1 |2644k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3108.39/3120.23	c  3120s|  4074k|  1439k| 11260k|   2.7 |  1966M |  90 | 420 |5162 |   0 |  37k|  0 |2644k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3108.59/3120.43	c  3120s|  4074k|  1439k| 11261k|   2.7 |  1966M |  90 | 420 |5162 |   0 |  37k|  0 |2644k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3108.79/3120.62	c  3121s|  4074k|  1439k| 11261k|   2.7 |  1966M |  90 | 420 |5150 |   0 |  37k|  0 |2644k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3108.89/3120.76	c  3121s|  4074k|  1439k| 11261k|   2.7 |  1966M |  90 | 420 |5162 | 216 |  37k|  1 |2645k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3109.09/3120.94	c  3121s|  4074k|  1439k| 11262k|   2.7 |  1966M |  90 | 420 |5162 | 216 |  37k|  1 |2645k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3109.29/3121.10	c  3121s|  4074k|  1439k| 11262k|   2.7 |  1966M |  90 | 420 |5162 |   0 |  37k|  0 |2645k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3109.39/3121.26	c  3121s|  4074k|  1439k| 11262k|   2.7 |  1966M |  90 | 420 |5162 | 216 |  37k|  1 |2645k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3109.49/3121.39	c  3121s|  4074k|  1439k| 11263k|   2.7 |  1966M |  90 | 420 |5162 |   0 |  37k|  0 |2645k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3109.69/3121.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3109.69/3121.55	c  3122s|  4074k|  1440k| 11263k|   2.7 |  1966M |  90 | 420 |5162 | 216 |  37k|  1 |2645k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3109.89/3121.71	c  3122s|  4075k|  1440k| 11263k|   2.7 |  1966M |  90 | 420 |5162 |   0 |  37k|  0 |2645k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3109.99/3121.88	c  3122s|  4075k|  1440k| 11263k|   2.7 |  1966M |  90 | 420 |5162 |   0 |  37k|  0 |2645k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3110.19/3122.04	c  3122s|  4075k|  1440k| 11264k|   2.7 |  1966M |  90 | 420 |5162 |   0 |  37k|  0 |2645k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3110.29/3122.18	c  3122s|  4075k|  1440k| 11264k|   2.7 |  1966M |  90 | 420 |5162 |   0 |  37k|  0 |2646k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3110.58/3122.42	c  3122s|  4075k|  1440k| 11264k|   2.7 |  1966M |  90 | 420 |5162 | 216 |  37k|  1 |2646k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3110.78/3122.60	c  3123s|  4075k|  1440k| 11265k|   2.7 |  1966M |  90 | 420 |5162 | 216 |  37k|  1 |2646k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3110.98/3122.81	c  3123s|  4075k|  1440k| 11265k|   2.7 |  1966M |  90 | 420 |5162 | 216 |  37k|  1 |2646k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3111.08/3122.99	c  3123s|  4075k|  1440k| 11265k|   2.7 |  1966M |  90 | 420 |5162 | 216 |  37k|  1 |2646k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3111.29/3123.13	c  3123s|  4075k|  1440k| 11265k|   2.7 |  1966M |  90 | 420 |5162 |   0 |  37k|  0 |2646k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3111.48/3123.32	c  3123s|  4075k|  1440k| 11266k|   2.7 |  1967M |  90 | 420 |5162 | 216 |  37k|  1 |2646k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3111.68/3123.50	c  3123s|  4076k|  1440k| 11266k|   2.7 |  1967M |  90 | 420 |5162 | 216 |  37k|  1 |2647k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3111.78/3123.64	c  3124s|  4076k|  1440k| 11266k|   2.7 |  1967M |  90 | 420 |5162 |   0 |  37k|  0 |2647k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3111.88/3123.78	c  3124s|  4076k|  1440k| 11267k|   2.7 |  1967M |  90 | 420 |5162 | 216 |  37k|  1 |2647k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3112.08/3123.95	c  3124s|  4076k|  1440k| 11267k|   2.7 |  1967M |  90 | 420 |5162 | 216 |  37k|  1 |2647k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3112.28/3124.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3112.28/3124.11	c  3124s|  4076k|  1440k| 11267k|   2.7 |  1968M |  90 | 420 |5162 | 216 |  37k|  1 |2647k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3112.37/3124.25	c  3124s|  4076k|  1440k| 11267k|   2.7 |  1968M |  90 | 420 |5162 | 216 |  37k|  1 |2647k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3112.57/3124.41	c  3124s|  4076k|  1440k| 11268k|   2.7 |  1968M |  90 | 420 |5162 |   0 |  37k|  0 |2647k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3112.77/3124.62	c  3125s|  4076k|  1440k| 11268k|   2.7 |  1968M |  90 | 420 |5162 | 216 |  37k|  1 |2647k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3112.77/3124.69	c  3125s|  4076k|  1440k| 11268k|   2.7 |  1968M |  90 | 420 |5162 | 216 |  37k|  1 |2647k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3112.97/3124.84	c  3125s|  4076k|  1440k| 11269k|   2.7 |  1968M |  90 | 420 |5162 | 216 |  37k|  1 |2648k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3113.07/3124.93	c  3125s|  4077k|  1440k| 11269k|   2.7 |  1968M |  90 | 420 |5162 | 217 |  37k|  1 |2648k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3113.18/3125.01	c  3125s|  4077k|  1440k| 11269k|   2.7 |  1968M |  90 | 420 |5162 |   0 |  37k|  0 |2648k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3113.57/3125.40	c  3125s|  4077k|  1440k| 11270k|   2.7 |  1968M |  90 | 420 |5162 | 212 |  37k|  1 |2648k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3113.87/3125.70	c  3126s|  4077k|  1441k| 11270k|   2.7 |  1968M |  90 | 420 |5162 | 212 |  37k|  1 |2648k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3114.07/3125.93	c  3126s|  4077k|  1441k| 11271k|   2.7 |  1968M |  90 | 420 |5162 | 214 |  37k|  1 |2648k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3114.17/3126.03	c  3126s|  4077k|  1441k| 11272k|   2.7 |  1968M |  90 | 420 |5162 | 219 |  37k|  1 |2648k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3114.27/3126.12	c  3126s|  4077k|  1441k| 11272k|   2.7 |  1968M |  90 | 420 |5162 | 219 |  37k|  1 |2648k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3114.37/3126.20	c  3126s|  4077k|  1441k| 11272k|   2.7 |  1968M |  90 | 420 |5162 |   0 |  37k|  0 |2648k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3114.47/3126.39	c  3126s|  4077k|  1441k| 11273k|   2.7 |  1968M |  90 | 420 |5162 | 219 |  37k|  1 |2648k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3114.77/3126.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3114.77/3126.68	c  3127s|  4077k|  1441k| 11274k|   2.7 |  1968M |  90 | 420 |5138 | 221 |  37k|  1 |2648k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3114.97/3126.84	c  3127s|  4078k|  1441k| 11274k|   2.7 |  1968M |  90 | 420 |5119 | 217 |  37k|  1 |2648k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3115.07/3126.96	c  3127s|  4078k|  1441k| 11274k|   2.7 |  1968M |  90 | 420 |5093 | 216 |  37k|  1 |2648k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3115.27/3127.14	c  3127s|  4078k|  1441k| 11275k|   2.7 |  1968M |  90 | 420 |5082 | 216 |  37k|  1 |2648k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3115.46/3127.32	c  3127s|  4078k|  1441k| 11275k|   2.7 |  1968M |  90 | 420 |5072 | 216 |  37k|  1 |2648k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3115.56/3127.46	c  3127s|  4078k|  1441k| 11276k|   2.7 |  1968M |  90 | 420 |5078 | 216 |  37k|  1 |2648k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3115.66/3127.57	c  3128s|  4078k|  1441k| 11276k|   2.7 |  1968M |  90 | 420 |5094 | 216 |  37k|  1 |2648k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3115.76/3127.69	c  3128s|  4078k|  1441k| 11276k|   2.7 |  1968M |  90 | 420 |5111 | 216 |  37k|  1 |2648k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3115.96/3127.82	c  3128s|  4078k|  1441k| 11277k|   2.7 |  1968M |  90 | 420 |5162 | 216 |  37k|  1 |2649k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3116.06/3127.92	c  3128s|  4078k|  1441k| 11277k|   2.7 |  1968M |  90 | 420 |5162 | 216 |  37k|  1 |2649k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3116.17/3128.04	c  3128s|  4078k|  1442k| 11277k|   2.7 |  1968M |  90 | 420 |5161 | 216 |  37k|  1 |2649k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3116.27/3128.14	c  3128s|  4079k|  1442k| 11278k|   2.7 |  1968M |  90 | 420 |5159 | 216 |  37k|  1 |2649k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3116.36/3128.27	c  3128s|  4079k|  1442k| 11278k|   2.7 |  1968M |  90 | 420 |5162 | 218 |  37k|  1 |2649k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3116.66/3128.51	c  3129s|  4079k|  1442k| 11278k|   2.7 |  1968M |  90 | 420 |5162 |   0 |  37k|  0 |2649k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3116.76/3128.62	c  3129s|  4079k|  1442k| 11279k|   2.7 |  1968M |  90 | 420 |5162 | 217 |  37k|  1 |2649k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3116.86/3128.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3116.86/3128.76	c  3129s|  4079k|  1442k| 11279k|   2.7 |  1968M |  90 | 420 |5162 |   0 |  37k|  0 |2649k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3116.96/3128.89	c  3129s|  4079k|  1442k| 11279k|   2.7 |  1968M |  90 | 420 |5162 | 217 |  37k|  1 |2649k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3117.16/3129.02	c  3129s|  4079k|  1442k| 11280k|   2.7 |  1968M |  90 | 420 |5162 | 217 |  37k|  1 |2649k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3117.26/3129.14	c  3129s|  4079k|  1442k| 11280k|   2.7 |  1968M |  90 | 420 |5162 | 217 |  37k|  1 |2649k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3117.36/3129.25	c  3129s|  4079k|  1442k| 11280k|   2.7 |  1968M |  90 | 420 |5162 | 217 |  37k|  1 |2649k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3117.46/3129.38	c  3129s|  4079k|  1442k| 11281k|   2.7 |  1968M |  90 | 420 |5162 | 217 |  37k|  1 |2649k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3117.56/3129.49	c  3129s|  4080k|  1442k| 11281k|   2.7 |  1968M |  90 | 420 |5161 |   0 |  37k|  0 |2649k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3117.76/3129.63	c  3130s|  4080k|  1442k| 11282k|   2.7 |  1968M |  90 | 420 |5162 | 219 |  37k|  0 |2649k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3117.96/3129.81	c  3130s|  4080k|  1442k| 11282k|   2.7 |  1968M |  90 | 420 |5162 | 219 |  37k|  1 |2649k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3118.06/3129.93	c  3130s|  4080k|  1442k| 11282k|   2.7 |  1968M |  90 | 420 |5162 | 218 |  37k|  1 |2649k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3118.26/3130.10	c  3130s|  4080k|  1442k| 11283k|   2.7 |  1968M |  90 | 420 |5162 | 214 |  37k|  1 |2649k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3118.35/3130.24	c  3130s|  4080k|  1442k| 11283k|   2.7 |  1968M |  90 | 420 |5145 | 214 |  37k|  1 |2650k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3118.45/3130.37	c  3130s|  4080k|  1442k| 11283k|   2.7 |  1968M |  90 | 420 |5162 |   0 |  37k|  0 |2650k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3118.65/3130.57	c  3131s|  4080k|  1442k| 11284k|   2.7 |  1968M |  90 | 420 |5162 | 219 |  37k|  1 |2650k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3118.95/3130.81	c  3131s|  4080k|  1442k| 11284k|   2.7 |  1968M |  90 | 420 |5162 | 218 |  37k|  1 |2650k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3119.05/3130.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3119.05/3130.96	c  3131s|  4080k|  1442k| 11284k|   2.7 |  1968M |  90 | 420 |5162 | 217 |  37k|  1 |2650k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3119.16/3131.07	c  3131s|  4081k|  1442k| 11285k|   2.7 |  1968M |  90 | 420 |5162 | 219 |  37k|  1 |2650k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3119.26/3131.18	c  3131s|  4081k|  1443k| 11285k|   2.7 |  1968M |  90 | 420 |5162 | 219 |  37k|  1 |2650k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3119.35/3131.25	c  3131s|  4081k|  1443k| 11285k|   2.7 |  1968M |  90 | 420 |5161 |   0 |  37k|  0 |2650k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3119.55/3131.40	c  3131s|  4081k|  1443k| 11286k|   2.7 |  1968M |  90 | 420 |5162 | 226 |  37k|  2 |2650k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3119.65/3131.58	c  3132s|  4081k|  1443k| 11286k|   2.7 |  1968M |  90 | 420 |5162 | 222 |  37k|  1 |2650k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3119.85/3131.72	c  3132s|  4081k|  1443k| 11286k|   2.7 |  1969M |  90 | 420 |5162 | 215 |  37k|  0 |2650k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3120.05/3131.91	c  3132s|  4081k|  1443k| 11287k|   2.7 |  1969M |  90 | 420 |5154 | 215 |  37k|  1 |2650k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3120.15/3132.03	c  3132s|  4081k|  1443k| 11287k|   2.7 |  1969M |  90 | 420 |5160 | 215 |  37k|  1 |2650k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3120.25/3132.15	c  3132s|  4081k|  1443k| 11287k|   2.7 |  1969M |  90 | 420 |5162 | 215 |  37k|  1 |2650k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3120.45/3132.30	c  3132s|  4081k|  1443k| 11288k|   2.7 |  1969M |  90 | 420 |5154 |   0 |  37k|  0 |2650k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3120.55/3132.43	c  3132s|  4082k|  1443k| 11288k|   2.7 |  1969M |  90 | 420 |5131 |   0 |  37k|  0 |2650k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3120.65/3132.55	c  3133s|  4082k|  1443k| 11288k|   2.7 |  1969M |  90 | 420 |5145 | 217 |  37k|  1 |2650k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3120.85/3132.78	c  3133s|  4082k|  1443k| 11289k|   2.7 |  1969M |  90 | 420 |5090 | 216 |  37k|  1 |2650k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3121.05/3132.97	c  3133s|  4082k|  1443k| 11289k|   2.7 |  1969M |  90 | 420 |5042 | 216 |  37k|  1 |2650k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3121.25/3133.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3121.25/3133.10	c  3133s|  4082k|  1443k| 11289k|   2.7 |  1969M |  90 | 420 |5062 |   0 |  37k|  0 |2650k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3121.34/3133.28	c  3133s|  4082k|  1443k| 11290k|   2.7 |  1969M |  90 | 420 |5055 | 218 |  37k|  1 |2650k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3121.44/3133.36	c  3133s|  4082k|  1443k| 11290k|   2.7 |  1969M |  90 | 420 |5080 | 219 |  37k|  1 |2650k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3121.64/3133.56	c  3134s|  4082k|  1443k| 11290k|   2.7 |  1969M |  90 | 420 |5162 |   0 |  37k|  0 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3121.84/3133.76	c  3134s|  4082k|  1443k| 11291k|   2.7 |  1969M |  90 | 420 |5161 | 217 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3122.04/3133.91	c  3134s|  4082k|  1443k| 11291k|   2.7 |  1969M |  90 | 420 |5160 | 217 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3122.15/3134.05	c  3134s|  4083k|  1443k| 11291k|   2.7 |  1969M |  90 | 420 |5162 | 218 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3122.25/3134.16	c  3134s|  4083k|  1443k| 11292k|   2.7 |  1970M |  90 | 420 |5162 | 218 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3122.45/3134.35	c  3134s|  4083k|  1443k| 11292k|   2.7 |  1970M |  90 | 420 |5162 |   0 |  37k|  0 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3122.55/3134.46	c  3134s|  4083k|  1444k| 11292k|   2.7 |  1970M |  90 | 420 |5162 | 217 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3122.65/3134.56	c  3135s|  4083k|  1444k| 11293k|   2.7 |  1970M |  90 | 420 |5162 | 216 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3122.75/3134.63	c  3135s|  4083k|  1444k| 11293k|   2.7 |  1970M |  90 | 420 |5162 |   0 |  37k|  0 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3122.85/3134.73	c  3135s|  4083k|  1444k| 11293k|   2.7 |  1970M |  90 | 420 |5158 | 216 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3122.95/3134.82	c  3135s|  4083k|  1444k| 11293k|   2.7 |  1970M |  90 | 420 |5161 | 216 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3123.05/3134.97	c  3135s|  4083k|  1444k| 11294k|   2.7 |  1970M |  90 | 420 |5151 | 216 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3123.15/3135.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3123.15/3135.08	c  3135s|  4083k|  1444k| 11294k|   2.7 |  1970M |  90 | 420 |5146 | 218 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3123.25/3135.18	c  3135s|  4084k|  1444k| 11294k|   2.7 |  1970M |  90 | 420 |5162 | 218 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3123.35/3135.28	c  3135s|  4084k|  1444k| 11295k|   2.7 |  1970M |  90 | 420 |5158 | 218 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3123.45/3135.36	c  3135s|  4084k|  1444k| 11295k|   2.7 |  1970M |  90 | 420 |5154 |   0 |  37k|  0 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3123.55/3135.45	c  3135s|  4084k|  1444k| 11295k|   2.7 |  1970M |  90 | 420 |5156 | 218 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3123.65/3135.50	c  3136s|  4084k|  1444k| 11296k|   2.7 |  1970M |  90 | 420 |5160 | 218 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3123.65/3135.58	c  3136s|  4084k|  1444k| 11296k|   2.7 |  1970M |  90 | 420 |5160 | 215 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3123.85/3135.71	c  3136s|  4084k|  1444k| 11296k|   2.7 |  1970M |  90 | 420 |5151 | 217 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3123.85/3135.78	c  3136s|  4084k|  1444k| 11297k|   2.7 |  1970M |  90 | 420 |5150 | 217 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3123.95/3135.88	c  3136s|  4084k|  1444k| 11297k|   2.7 |  1970M |  90 | 420 |5138 | 217 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3124.15/3136.00	c  3136s|  4084k|  1444k| 11297k|   2.7 |  1970M |  90 | 420 |5149 | 216 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3124.15/3136.07	c  3136s|  4085k|  1444k| 11297k|   2.7 |  1970M |  90 | 420 |5154 | 216 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3124.25/3136.17	c  3136s|  4085k|  1444k| 11298k|   2.7 |  1970M |  90 | 420 |5142 | 216 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3124.34/3136.22	c  3136s|  4085k|  1445k| 11298k|   2.7 |  1970M |  90 | 420 |5142 | 216 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3124.44/3136.39	c  3136s|  4085k|  1445k| 11298k|   2.7 |  1970M |  90 | 420 |5145 | 220 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3124.64/3136.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3124.64/3136.57	c  3137s|  4085k|  1445k| 11298k|   2.7 |  1970M |  90 | 420 |5162 | 217 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3124.84/3136.73	c  3137s|  4085k|  1445k| 11299k|   2.7 |  1970M |  90 | 420 |5162 | 221 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3125.04/3136.96	c  3137s|  4085k|  1445k| 11299k|   2.7 |  1970M |  90 | 420 |5162 | 218 |  37k|  2 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3125.15/3137.03	c  3137s|  4085k|  1445k| 11300k|   2.7 |  1970M |  90 | 420 |5162 | 216 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3125.25/3137.12	c  3137s|  4085k|  1445k| 11300k|   2.7 |  1970M |  90 | 420 |5162 | 216 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3125.34/3137.21	c  3137s|  4085k|  1445k| 11300k|   2.7 |  1970M |  90 | 420 |5162 | 215 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3125.34/3137.29	c  3137s|  4086k|  1445k| 11301k|   2.7 |  1970M |  90 | 420 |5162 | 217 |  37k|  1 |2651k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3125.54/3137.46	c  3137s|  4086k|  1445k| 11301k|   2.7 |  1970M |  90 | 420 |5162 | 218 |  37k|  1 |2652k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3125.64/3137.55	c  3138s|  4086k|  1445k| 11301k|   2.7 |  1970M |  90 | 420 |5162 | 217 |  37k|  1 |2652k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3125.74/3137.64	c  3138s|  4086k|  1445k| 11302k|   2.7 |  1970M |  90 | 420 |5162 | 215 |  37k|  1 |2652k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3125.84/3137.74	c  3138s|  4086k|  1445k| 11302k|   2.7 |  1970M |  90 | 420 |5162 | 216 |  37k|  1 |2652k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3125.94/3137.85	c  3138s|  4086k|  1445k| 11302k|   2.7 |  1970M |  90 | 420 |5162 | 215 |  37k|  1 |2652k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3126.04/3137.95	c  3138s|  4086k|  1445k| 11303k|   2.7 |  1970M |  90 | 420 |5162 | 215 |  37k|  1 |2652k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3126.14/3138.04	c  3138s|  4086k|  1445k| 11303k|   2.7 |  1970M |  90 | 420 |5162 | 219 |  37k|  2 |2652k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3126.24/3138.18	c  3138s|  4086k|  1445k| 11303k|   2.7 |  1970M |  90 | 420 |5160 | 215 |  37k|  1 |2652k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3126.34/3138.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3126.34/3138.27	c  3138s|  4086k|  1446k| 11304k|   2.7 |  1970M |  90 | 420 |5161 | 216 |  37k|  1 |2652k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3126.44/3138.39	c  3138s|  4087k|  1446k| 11304k|   2.7 |  1971M |  90 | 420 |5162 | 213 |  37k|  1 |2652k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3126.64/3138.51	c  3139s|  4087k|  1446k| 11304k|   2.7 |  1971M |  90 | 420 |5162 |   0 |  37k|  0 |2652k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3126.74/3138.62	c  3139s|  4087k|  1446k| 11305k|   2.7 |  1971M |  90 | 420 |5162 | 218 |  38k|  1 |2652k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3126.83/3138.72	c  3139s|  4087k|  1446k| 11305k|   2.7 |  1971M |  90 | 420 |5162 |   0 |  38k|  0 |2652k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3126.93/3138.84	c  3139s|  4087k|  1446k| 11305k|   2.7 |  1971M |  90 | 420 |5162 | 215 |  38k|  1 |2652k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3127.03/3138.92	c  3139s|  4087k|  1446k| 11306k|   2.7 |  1971M |  90 | 420 |5162 |   0 |  38k|  0 |2652k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3127.14/3139.00	c  3139s|  4087k|  1446k| 11306k|   2.7 |  1971M |  90 | 420 |5162 |   0 |  38k|  0 |2652k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3127.14/3139.09	c  3139s|  4087k|  1446k| 11306k|   2.7 |  1971M |  90 | 420 |5162 | 215 |  38k|  1 |2652k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3127.33/3139.20	c  3139s|  4087k|  1446k| 11307k|   2.7 |  1971M |  90 | 420 |5162 | 217 |  38k|  1 |2652k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3127.43/3139.36	c  3139s|  4087k|  1446k| 11307k|   2.7 |  1971M |  90 | 420 |5162 | 224 |  38k|  2 |2653k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3127.63/3139.59	c  3140s|  4088k|  1446k| 11307k|   2.7 |  1971M |  90 | 420 |5162 | 216 |  38k|  1 |2653k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3127.93/3139.87	c  3140s|  4088k|  1446k| 11308k|   2.7 |  1971M |  90 | 420 |5162 | 216 |  38k|  1 |2653k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3128.14/3140.05	c  3140s|  4088k|  1446k| 11308k|   2.7 |  1971M |  90 | 420 |5162 | 217 |  38k|  1 |2653k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3128.33/3140.21	c  3140s|  4088k|  1446k| 11308k|   2.7 |  1972M |  90 | 420 |5162 | 217 |  38k|  1 |2653k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3128.43/3140.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3128.43/3140.36	c  3140s|  4088k|  1446k| 11309k|   2.7 |  1972M |  90 | 420 |5162 |   0 |  38k|  0 |2653k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3128.53/3140.47	c  3140s|  4088k|  1446k| 11309k|   2.7 |  1972M |  90 | 420 |5162 | 217 |  38k|  1 |2653k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3128.73/3140.60	c  3141s|  4088k|  1446k| 11309k|   2.7 |  1972M |  90 | 420 |5162 | 217 |  38k|  1 |2653k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3128.83/3140.75	c  3141s|  4088k|  1446k| 11310k|   2.7 |  1972M |  90 | 420 |5162 |   0 |  38k|  0 |2653k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3128.93/3140.89	c  3141s|  4088k|  1447k| 11310k|   2.7 |  1972M |  90 | 420 |5162 |   0 |  38k|  0 |2653k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3129.13/3141.01	c  3141s|  4088k|  1447k| 11310k|   2.7 |  1972M |  90 | 420 |5162 | 217 |  38k|  1 |2653k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3129.23/3141.15	c  3141s|  4089k|  1447k| 11311k|   2.7 |  1972M |  90 | 420 |5162 | 215 |  38k|  1 |2654k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3129.33/3141.28	c  3141s|  4089k|  1447k| 11311k|   2.7 |  1972M |  90 | 420 |5162 | 215 |  38k|  1 |2654k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3129.43/3141.39	c  3141s|  4089k|  1447k| 11311k|   2.7 |  1972M |  90 | 420 |5162 | 215 |  38k|  1 |2654k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3129.63/3141.50	c  3141s|  4089k|  1447k| 11312k|   2.7 |  1972M |  90 | 420 |5161 |   0 |  38k|  0 |2654k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3129.73/3141.61	c  3142s|  4089k|  1447k| 11312k|   2.7 |  1972M |  90 | 420 |5162 | 215 |  38k|  1 |2654k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3129.82/3141.74	c  3142s|  4089k|  1447k| 11312k|   2.7 |  1973M |  90 | 420 |5162 |   0 |  38k|  0 |2654k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3130.02/3141.99	c  3142s|  4089k|  1447k| 11313k|   2.7 |  1973M |  90 | 420 |5162 | 218 |  38k|  1 |2654k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3130.23/3142.17	c  3142s|  4089k|  1447k| 11313k|   2.7 |  1973M |  90 | 420 |5162 | 218 |  38k|  0 |2654k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3130.32/3142.27	c  3142s|  4089k|  1447k| 11313k|   2.7 |  1973M |  90 | 420 |5162 | 219 |  38k|  1 |2654k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3130.42/3142.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3130.42/3142.38	c  3142s|  4089k|  1447k| 11314k|   2.7 |  1973M |  90 | 420 |5162 | 218 |  38k|  1 |2654k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3130.52/3142.48	c  3142s|  4090k|  1447k| 11314k|   2.7 |  1973M |  90 | 420 |5162 | 216 |  38k|  1 |2654k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3130.72/3142.63	c  3143s|  4090k|  1447k| 11314k|   2.7 |  1973M |  90 | 420 |5162 | 217 |  38k|  1 |2654k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3130.92/3142.85	c  3143s|  4090k|  1447k| 11315k|   2.7 |  1973M |  90 | 420 |5162 | 223 |  38k|  1 |2654k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3131.02/3142.99	c  3143s|  4090k|  1447k| 11315k|   2.7 |  1973M |  90 | 420 |5162 | 217 |  38k|  1 |2654k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3131.23/3143.16	c  3143s|  4090k|  1447k| 11316k|   2.7 |  1973M |  90 | 420 |5162 |   0 |  38k|  0 |2654k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3131.32/3143.28	c  3143s|  4090k|  1447k| 11316k|   2.7 |  1973M |  90 | 420 |5160 | 217 |  38k|  1 |2654k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3131.52/3143.41	c  3143s|  4090k|  1447k| 11316k|   2.7 |  1974M |  90 | 420 |5161 | 217 |  38k|  1 |2654k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3131.72/3143.64	c  3144s|  4090k|  1447k| 11317k|   2.7 |  1974M |  90 | 420 |5162 | 227 |  38k|  1 |2655k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3131.92/3143.85	c  3144s|  4090k|  1447k| 11317k|   2.7 |  1974M |  90 | 420 |5162 | 217 |  38k|  1 |2655k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3132.02/3143.98	c  3144s|  4090k|  1447k| 11317k|   2.7 |  1974M |  90 | 420 |5162 | 217 |  38k|  1 |2655k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3132.22/3144.12	c  3144s|  4091k|  1447k| 11317k|   2.7 |  1974M |  90 | 420 |5162 | 217 |  38k|  1 |2655k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3132.32/3144.26	c  3144s|  4091k|  1447k| 11318k|   2.7 |  1974M |  90 | 420 |5162 | 219 |  38k|  1 |2655k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3132.42/3144.39	c  3144s|  4091k|  1448k| 11318k|   2.7 |  1974M |  90 | 420 |5162 | 216 |  38k|  1 |2655k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3132.62/3144.58	c  3145s|  4091k|  1448k| 11318k|   2.7 |  1974M |  90 | 420 |5162 | 216 |  38k|  1 |2655k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3132.82/3144.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3132.82/3144.74	c  3145s|  4091k|  1448k| 11319k|   2.7 |  1974M |  90 | 420 |5162 | 216 |  38k|  1 |2655k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3132.91/3144.88	c  3145s|  4091k|  1448k| 11319k|   2.7 |  1974M |  90 | 420 |5162 | 216 |  38k|  1 |2655k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3133.12/3145.01	c  3145s|  4091k|  1448k| 11319k|   2.7 |  1974M |  90 | 420 |5162 | 216 |  38k|  1 |2655k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3133.22/3145.13	c  3145s|  4091k|  1448k| 11320k|   2.7 |  1974M |  90 | 420 |5161 | 216 |  38k|  1 |2655k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3133.51/3145.41	c  3145s|  4091k|  1448k| 11320k|   2.7 |  1975M |  90 | 420 |5162 | 217 |  38k|  1 |2655k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3133.71/3145.69	c  3146s|  4091k|  1448k| 11321k|   2.7 |  1975M |  90 | 420 |5162 | 212 |  38k|  1 |2656k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3134.01/3145.93	c  3146s|  4092k|  1448k| 11322k|   2.7 |  1976M |  90 | 420 |5159 | 216 |  38k|  1 |2656k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3134.12/3146.08	c  3146s|  4092k|  1448k| 11322k|   2.7 |  1976M |  90 | 420 |5139 | 216 |  38k|  1 |2656k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3134.31/3146.21	c  3146s|  4092k|  1448k| 11323k|   2.7 |  1976M |  90 | 420 |5151 | 215 |  38k|  1 |2656k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3134.41/3146.37	c  3146s|  4092k|  1448k| 11323k|   2.7 |  1976M |  90 | 420 |5084 |   0 |  38k|  0 |2656k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3134.61/3146.53	c  3147s|  4092k|  1448k| 11323k|   2.7 |  1976M |  90 | 420 |5045 | 215 |  38k|  1 |2656k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3134.71/3146.66	c  3147s|  4092k|  1448k| 11324k|   2.7 |  1976M |  90 | 420 |5041 | 217 |  38k|  1 |2656k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3135.01/3146.91	c  3147s|  4092k|  1448k| 11324k|   2.7 |  1976M |  90 | 420 |5022 | 216 |  38k|  1 |2656k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3135.11/3147.07	c  3147s|  4092k|  1448k| 11325k|   2.7 |  1976M |  90 | 420 |5022 | 216 |  38k|  1 |2656k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3135.21/3147.18	c  3147s|  4092k|  1448k| 11325k|   2.7 |  1976M |  90 | 420 |5068 | 216 |  38k|  1 |2656k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3135.40/3147.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3135.40/3147.33	c  3147s|  4092k|  1448k| 11325k|   2.7 |  1977M |  90 | 420 |5084 |   0 |  38k|  0 |2656k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3135.50/3147.45	c  3147s|  4093k|  1448k| 11326k|   2.7 |  1977M |  90 | 420 |5100 | 217 |  38k|  1 |2656k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3135.60/3147.57	c  3148s|  4093k|  1448k| 11326k|   2.7 |  1977M |  90 | 420 |5121 | 217 |  38k|  1 |2656k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3135.80/3147.70	c  3148s|  4093k|  1449k| 11326k|   2.7 |  1977M |  90 | 420 |5117 | 216 |  38k|  1 |2656k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3135.90/3147.83	c  3148s|  4093k|  1449k| 11327k|   2.7 |  1977M |  90 | 420 |5146 | 216 |  38k|  1 |2656k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3136.00/3147.94	c  3148s|  4093k|  1449k| 11327k|   2.7 |  1977M |  90 | 420 |5158 |   0 |  38k|  0 |2656k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3136.11/3148.06	c  3148s|  4093k|  1449k| 11327k|   2.7 |  1977M |  90 | 420 |5162 | 216 |  38k|  1 |2656k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3136.21/3148.18	c  3148s|  4093k|  1449k| 11328k|   2.7 |  1977M |  90 | 420 |5162 | 216 |  38k|  1 |2656k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3136.30/3148.29	c  3148s|  4093k|  1449k| 11328k|   2.7 |  1977M |  90 | 420 |5160 | 216 |  38k|  1 |2656k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3136.50/3148.43	c  3148s|  4093k|  1449k| 11328k|   2.7 |  1977M |  90 | 420 |5160 |   0 |  38k|  0 |2656k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3136.60/3148.54	c  3149s|  4093k|  1449k| 11328k|   2.7 |  1977M |  90 | 420 |5162 | 216 |  38k|  1 |2656k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3136.80/3148.71	c  3149s|  4094k|  1449k| 11329k|   2.7 |  1977M |  90 | 420 |5162 | 216 |  38k|  1 |2656k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3136.90/3148.82	c  3149s|  4094k|  1449k| 11329k|   2.7 |  1977M |  90 | 420 |5162 |   0 |  38k|  0 |2656k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3137.00/3148.94	c  3149s|  4094k|  1449k| 11329k|   2.7 |  1977M |  90 | 420 |5162 | 216 |  38k|  1 |2656k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3137.10/3149.08	c  3149s|  4094k|  1449k| 11330k|   2.7 |  1978M |  90 | 420 |5162 | 217 |  38k|  1 |2657k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3137.30/3149.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3137.30/3149.28	c  3149s|  4094k|  1449k| 11330k|   2.7 |  1978M |  90 | 420 |5162 | 217 |  38k|  1 |2657k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3137.60/3149.57	c  3150s|  4094k|  1449k| 11331k|   2.7 |  1978M |  90 | 420 |5162 | 219 |  38k|  1 |2657k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3137.90/3149.80	c  3150s|  4094k|  1449k| 11331k|   2.7 |  1978M |  90 | 420 |5162 | 220 |  38k|  1 |2657k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3138.10/3150.03	c  3150s|  4094k|  1449k| 11331k|   2.7 |  1978M |  90 | 420 |5162 |   0 |  38k|  0 |2657k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3138.40/3150.32	c  3150s|  4094k|  1449k| 11331k|   2.7 |  1978M |  90 | 420 |5162 | 219 |  38k|  1 |2657k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3138.69/3150.61	c  3151s|  4094k|  1449k| 11332k|   2.7 |  1978M |  90 | 420 |5162 | 220 |  38k|  1 |2657k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3138.79/3150.74	c  3151s|  4095k|  1449k| 11332k|   2.7 |  1978M |  90 | 420 |5162 | 216 |  38k|  1 |2657k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3138.99/3150.97	c  3151s|  4095k|  1449k| 11332k|   2.7 |  1978M |  90 | 420 |5162 | 216 |  38k|  1 |2657k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3139.29/3151.23	c  3151s|  4095k|  1449k| 11333k|   2.7 |  1978M |  90 | 420 |5162 | 214 |  38k|  1 |2657k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3139.49/3151.40	c  3151s|  4095k|  1449k| 11334k|   2.7 |  1978M |  90 | 420 |5162 | 216 |  38k|  1 |2657k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3139.59/3151.55	c  3152s|  4095k|  1450k| 11334k|   2.7 |  1978M |  90 | 420 |5162 | 216 |  38k|  1 |2657k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3139.69/3151.64	c  3152s|  4095k|  1450k| 11334k|   2.7 |  1978M |  90 | 420 |5162 |   0 |  38k|  0 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3139.79/3151.79	c  3152s|  4095k|  1450k| 11334k|   2.7 |  1978M |  90 | 420 |5161 | 216 |  38k|  1 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3140.19/3152.11	c  3152s|  4095k|  1450k| 11335k|   2.7 |  1979M |  90 | 420 |5160 |   0 |  39k|  0 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3140.39/3152.30	c  3152s|  4095k|  1450k| 11335k|   2.7 |  1979M |  90 | 420 |5127 | 215 |  39k|  1 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3140.39/3152.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3140.39/3152.39	c  3152s|  4095k|  1450k| 11336k|   2.7 |  1979M |  90 | 420 |5141 | 215 |  39k|  1 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3140.59/3152.52	c  3153s|  4096k|  1450k| 11336k|   2.7 |  1979M |  90 | 420 |5146 | 215 |  39k|  1 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3140.69/3152.62	c  3153s|  4096k|  1450k| 11336k|   2.7 |  1979M |  90 | 420 |5160 |   0 |  39k|  0 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3140.79/3152.73	c  3153s|  4096k|  1450k| 11337k|   2.7 |  1979M |  90 | 420 |5160 | 215 |  39k|  1 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3140.89/3152.83	c  3153s|  4096k|  1450k| 11337k|   2.7 |  1979M |  90 | 420 |5162 | 215 |  39k|  1 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3140.98/3152.93	c  3153s|  4096k|  1450k| 11337k|   2.7 |  1979M |  90 | 420 |5158 |   0 |  39k|  0 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3141.09/3153.03	c  3153s|  4096k|  1450k| 11338k|   2.7 |  1979M |  90 | 420 |5162 |   0 |  39k|  0 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3141.19/3153.14	c  3153s|  4096k|  1450k| 11338k|   2.7 |  1979M |  90 | 420 |5162 | 215 |  39k|  1 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3141.28/3153.25	c  3153s|  4096k|  1450k| 11338k|   2.7 |  1979M |  90 | 420 |5158 | 215 |  39k|  1 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3141.38/3153.35	c  3153s|  4096k|  1450k| 11338k|   2.7 |  1979M |  90 | 420 |5153 | 215 |  39k|  1 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3141.48/3153.44	c  3153s|  4096k|  1450k| 11339k|   2.7 |  1979M |  90 | 420 |5147 |   0 |  39k|  0 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3141.58/3153.58	c  3154s|  4097k|  1450k| 11339k|   2.7 |  1979M |  90 | 420 |5150 | 215 |  39k|  1 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3141.78/3153.74	c  3154s|  4097k|  1450k| 11339k|   2.7 |  1979M |  90 | 420 |5144 | 215 |  39k|  1 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3141.98/3153.92	c  3154s|  4097k|  1450k| 11340k|   2.7 |  1979M |  90 | 420 |5050 | 215 |  39k|  1 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3142.09/3154.05	c  3154s|  4097k|  1450k| 11340k|   2.7 |  1979M |  90 | 420 |5044 |   0 |  39k|  0 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3142.28/3154.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3142.28/3154.21	c  3154s|  4097k|  1450k| 11340k|   2.7 |  1979M |  90 | 420 |5063 |   0 |  39k|  0 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3142.38/3154.37	c  3154s|  4097k|  1450k| 11340k|   2.7 |  1979M |  90 | 420 |5075 | 215 |  39k|  1 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3142.58/3154.51	c  3155s|  4097k|  1450k| 11341k|   2.7 |  1979M |  90 | 420 |5075 |   0 |  39k|  0 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3142.68/3154.68	c  3155s|  4097k|  1450k| 11341k|   2.7 |  1980M |  90 | 420 |5081 |   0 |  39k|  0 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3142.88/3154.86	c  3155s|  4097k|  1450k| 11341k|   2.7 |  1980M |  90 | 420 |5066 | 212 |  39k|  1 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3143.08/3155.05	c  3155s|  4097k|  1450k| 11342k|   2.7 |  1980M |  90 | 420 |5074 | 224 |  39k|  0 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3143.28/3155.21	c  3155s|  4098k|  1451k| 11342k|   2.7 |  1980M |  90 | 420 |5058 | 220 |  39k|  1 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3143.38/3155.36	c  3155s|  4098k|  1451k| 11342k|   2.7 |  1980M |  90 | 420 |5033 | 215 |  39k|  1 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3143.58/3155.55	c  3156s|  4098k|  1451k| 11342k|   2.7 |  1980M |  90 | 420 |5036 | 221 |  39k|  1 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3143.68/3155.68	c  3156s|  4098k|  1451k| 11343k|   2.7 |  1980M |  90 | 420 |5079 | 216 |  39k|  1 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3143.88/3155.83	c  3156s|  4098k|  1451k| 11343k|   2.7 |  1980M |  90 | 420 |5156 | 221 |  39k|  1 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3143.98/3155.98	c  3156s|  4098k|  1451k| 11343k|   2.7 |  1980M |  90 | 420 |5162 | 216 |  39k|  1 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3144.18/3156.16	c  3156s|  4098k|  1451k| 11343k|   2.7 |  1980M |  90 | 420 |5162 | 219 |  39k|  1 |2658k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3144.37/3156.35	c  3156s|  4098k|  1451k| 11344k|   2.7 |  1980M |  90 | 420 |5162 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3144.57/3156.50	c  3157s|  4098k|  1451k| 11344k|   2.7 |  1980M |  90 | 420 |5162 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3144.67/3156.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3144.67/3156.65	c  3157s|  4098k|  1451k| 11344k|   2.7 |  1980M |  90 | 420 |5162 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3144.87/3156.84	c  3157s|  4099k|  1451k| 11344k|   2.7 |  1980M |  90 | 420 |5162 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3144.97/3156.96	c  3157s|  4099k|  1451k| 11345k|   2.7 |  1980M |  90 | 420 |5162 |   0 |  39k|  0 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3145.18/3157.11	c  3157s|  4099k|  1451k| 11345k|   2.7 |  1980M |  90 | 420 |5161 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3145.37/3157.34	c  3157s|  4099k|  1451k| 11345k|   2.7 |  1980M |  90 | 420 |5162 | 212 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3145.57/3157.51	c  3158s|  4099k|  1451k| 11346k|   2.7 |  1980M |  90 | 420 |5162 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3145.67/3157.63	c  3158s|  4099k|  1451k| 11346k|   2.7 |  1980M |  90 | 420 |5162 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3145.77/3157.75	c  3158s|  4099k|  1451k| 11346k|   2.7 |  1980M |  90 | 420 |5161 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3145.87/3157.87	c  3158s|  4099k|  1451k| 11347k|   2.7 |  1980M |  90 | 420 |5160 |   0 |  39k|  0 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3146.07/3158.03	c  3158s|  4099k|  1451k| 11347k|   2.7 |  1980M |  90 | 420 |5162 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3146.17/3158.17	c  3158s|  4099k|  1451k| 11347k|   2.7 |  1980M |  90 | 420 |5162 |   0 |  39k|  0 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3146.37/3158.30	c  3158s|  4100k|  1451k| 11348k|   2.7 |  1980M |  90 | 420 |5160 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3146.47/3158.41	c  3158s|  4100k|  1451k| 11348k|   2.7 |  1980M |  90 | 420 |5160 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3146.57/3158.53	c  3159s|  4100k|  1451k| 11348k|   2.7 |  1980M |  90 | 420 |5160 |   0 |  39k|  0 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3146.67/3158.65	c  3159s|  4100k|  1451k| 11349k|   2.7 |  1980M |  90 | 420 |5159 |   0 |  39k|  0 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3146.77/3158.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3146.77/3158.76	c  3159s|  4100k|  1451k| 11349k|   2.7 |  1980M |  90 | 420 |5158 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3146.97/3158.93	c  3159s|  4100k|  1451k| 11349k|   2.7 |  1980M |  90 | 420 |5157 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3147.07/3159.06	c  3159s|  4100k|  1452k| 11350k|   2.7 |  1980M |  90 | 420 |5156 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3147.17/3159.17	c  3159s|  4100k|  1452k| 11350k|   2.7 |  1980M |  90 | 420 |5156 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3147.36/3159.30	c  3159s|  4100k|  1452k| 11351k|   2.7 |  1980M |  90 | 420 |5156 |   0 |  39k|  0 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3147.46/3159.42	c  3159s|  4100k|  1452k| 11351k|   2.7 |  1980M |  90 | 420 |5156 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3147.56/3159.55	c  3160s|  4101k|  1452k| 11351k|   2.7 |  1980M |  90 | 420 |5156 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3147.66/3159.66	c  3160s|  4101k|  1452k| 11352k|   2.7 |  1980M |  90 | 420 |5156 |   0 |  39k|  0 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3147.76/3159.78	c  3160s|  4101k|  1452k| 11352k|   2.7 |  1980M |  90 | 420 |5154 |   0 |  39k|  0 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3147.96/3159.90	c  3160s|  4101k|  1452k| 11352k|   2.7 |  1980M |  90 | 420 |5154 |   0 |  39k|  0 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3148.07/3160.03	c  3160s|  4101k|  1452k| 11352k|   2.7 |  1980M |  90 | 420 |5154 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3148.17/3160.16	c  3160s|  4101k|  1452k| 11353k|   2.7 |  1980M |  90 | 420 |5153 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3148.26/3160.27	c  3160s|  4101k|  1452k| 11353k|   2.7 |  1980M |  90 | 420 |5153 |   0 |  39k|  0 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3148.36/3160.39	c  3160s|  4101k|  1452k| 11353k|   2.7 |  1980M |  90 | 420 |5153 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3148.56/3160.51	c  3161s|  4101k|  1452k| 11354k|   2.7 |  1980M |  90 | 420 |5152 |   0 |  39k|  0 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3148.66/3160.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3148.66/3160.65	c  3161s|  4101k|  1452k| 11354k|   2.7 |  1980M |  90 | 420 |5151 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3148.76/3160.78	c  3161s|  4102k|  1452k| 11354k|   2.7 |  1980M |  90 | 420 |5150 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3148.86/3160.89	c  3161s|  4102k|  1452k| 11355k|   2.7 |  1980M |  90 | 420 |5145 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3149.06/3161.00	c  3161s|  4102k|  1452k| 11355k|   2.7 |  1980M |  90 | 420 |5143 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3149.16/3161.13	c  3161s|  4102k|  1452k| 11355k|   2.7 |  1981M |  90 | 420 |5141 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3149.26/3161.28	c  3161s|  4102k|  1452k| 11356k|   2.7 |  1981M |  90 | 420 |5129 |   0 |  39k|  0 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3149.46/3161.43	c  3161s|  4102k|  1452k| 11356k|   2.7 |  1981M |  90 | 420 |5147 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3149.56/3161.53	c  3162s|  4102k|  1452k| 11356k|   2.7 |  1981M |  90 | 420 |5143 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3149.66/3161.66	c  3162s|  4102k|  1452k| 11357k|   2.7 |  1981M |  90 | 420 |5142 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3149.76/3161.76	c  3162s|  4102k|  1452k| 11357k|   2.7 |  1981M |  90 | 420 |5136 |   0 |  39k|  0 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3149.86/3161.88	c  3162s|  4102k|  1452k| 11357k|   2.7 |  1981M |  90 | 420 |5135 |   0 |  39k|  0 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3150.06/3162.02	c  3162s|  4103k|  1452k| 11358k|   2.7 |  1981M |  90 | 420 |5128 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3150.16/3162.14	c  3162s|  4103k|  1453k| 11358k|   2.7 |  1981M |  90 | 420 |5132 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3150.26/3162.28	c  3162s|  4103k|  1453k| 11358k|   2.7 |  1981M |  90 | 420 |5123 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3150.46/3162.40	c  3162s|  4103k|  1453k| 11359k|   2.7 |  1981M |  90 | 420 |5118 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3150.56/3162.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3150.56/3162.50	c  3163s|  4103k|  1453k| 11359k|   2.7 |  1981M |  90 | 420 |5110 | 216 |  39k|  1 |2659k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3150.66/3162.63	c  3163s|  4103k|  1453k| 11359k|   2.7 |  1981M |  90 | 420 |5102 |   0 |  39k|  0 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3150.76/3162.77	c  3163s|  4103k|  1453k| 11360k|   2.7 |  1981M |  90 | 420 |5106 |   0 |  39k|  0 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3150.96/3162.90	c  3163s|  4103k|  1453k| 11360k|   2.7 |  1981M |  90 | 420 |5120 | 217 |  39k|  1 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3151.06/3163.03	c  3163s|  4103k|  1453k| 11360k|   2.7 |  1981M |  90 | 420 |5117 | 217 |  39k|  1 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3151.16/3163.16	c  3163s|  4103k|  1453k| 11361k|   2.7 |  1981M |  90 | 420 |5125 | 217 |  39k|  1 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3151.26/3163.27	c  3163s|  4104k|  1453k| 11361k|   2.7 |  1981M |  90 | 420 |5123 |   0 |  39k|  0 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3151.46/3163.41	c  3163s|  4104k|  1453k| 11361k|   2.7 |  1981M |  90 | 420 |5133 | 217 |  39k|  1 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3151.55/3163.52	c  3164s|  4104k|  1453k| 11362k|   2.7 |  1981M |  90 | 420 |5130 |   0 |  39k|  0 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3151.65/3163.64	c  3164s|  4104k|  1453k| 11362k|   2.7 |  1981M |  90 | 420 |5133 | 217 |  39k|  1 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3151.75/3163.75	c  3164s|  4104k|  1453k| 11362k|   2.7 |  1981M |  90 | 420 |5125 | 217 |  39k|  1 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3151.85/3163.87	c  3164s|  4104k|  1453k| 11362k|   2.7 |  1981M |  90 | 420 |5112 |   0 |  39k|  0 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3151.95/3163.99	c  3164s|  4104k|  1453k| 11363k|   2.7 |  1981M |  90 | 420 |5105 |   0 |  39k|  0 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3152.16/3164.11	c  3164s|  4104k|  1453k| 11363k|   2.7 |  1981M |  90 | 420 |5098 |   0 |  39k|  0 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3152.25/3164.22	c  3164s|  4104k|  1453k| 11363k|   2.7 |  1981M |  90 | 420 |5099 | 217 |  39k|  1 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3152.35/3164.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3152.35/3164.34	c  3164s|  4104k|  1453k| 11364k|   2.7 |  1981M |  90 | 420 |5100 |   0 |  39k|  0 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3152.45/3164.49	c  3164s|  4105k|  1453k| 11364k|   2.7 |  1981M |  90 | 420 |5093 | 217 |  39k|  1 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3152.65/3164.62	c  3165s|  4105k|  1453k| 11364k|   2.7 |  1981M |  90 | 420 |5092 |   0 |  39k|  0 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3152.75/3164.78	c  3165s|  4105k|  1453k| 11364k|   2.7 |  1981M |  90 | 420 |5097 | 217 |  39k|  1 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3152.95/3164.93	c  3165s|  4105k|  1453k| 11365k|   2.7 |  1981M |  90 | 420 |5091 |   0 |  39k|  0 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3153.05/3165.09	c  3165s|  4105k|  1453k| 11365k|   2.7 |  1981M |  90 | 420 |5099 |   0 |  39k|  0 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3153.25/3165.25	c  3165s|  4105k|  1453k| 11365k|   2.7 |  1981M |  90 | 420 |5099 | 217 |  39k|  1 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3153.45/3165.40	c  3165s|  4105k|  1454k| 11366k|   2.7 |  1981M |  90 | 420 |5104 | 217 |  39k|  1 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3153.55/3165.58	c  3166s|  4105k|  1454k| 11366k|   2.7 |  1983M |  90 | 420 |5097 | 217 |  39k|  1 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3153.74/3165.75	c  3166s|  4105k|  1454k| 11366k|   2.7 |  1983M |  90 | 420 |5093 | 217 |  39k|  1 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3153.94/3165.91	c  3166s|  4105k|  1454k| 11367k|   2.7 |  1983M |  90 | 420 |5107 | 217 |  39k|  1 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3154.05/3166.08	c  3166s|  4106k|  1454k| 11367k|   2.7 |  1983M |  90 | 420 |5104 | 217 |  39k|  1 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3154.24/3166.23	c  3166s|  4106k|  1454k| 11367k|   2.7 |  1983M |  90 | 420 |5140 | 217 |  39k|  1 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3154.34/3166.36	c  3166s|  4106k|  1454k| 11368k|   2.7 |  1983M |  90 | 420 |5155 | 217 |  39k|  1 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3154.44/3166.49	c  3166s|  4106k|  1454k| 11368k|   2.7 |  1983M |  90 | 420 |5155 | 217 |  39k|  1 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3154.64/3166.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3154.64/3166.62	c  3167s|  4106k|  1454k| 11368k|   2.7 |  1983M |  90 | 420 |5155 | 217 |  39k|  1 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3154.74/3166.74	c  3167s|  4106k|  1454k| 11369k|   2.7 |  1983M |  90 | 420 |5154 |   0 |  39k|  0 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3154.84/3166.88	c  3167s|  4106k|  1454k| 11369k|   2.7 |  1983M |  90 | 420 |5156 | 217 |  39k|  1 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3155.04/3167.00	c  3167s|  4106k|  1454k| 11369k|   2.7 |  1983M |  90 | 420 |5156 |   0 |  39k|  0 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3155.14/3167.15	c  3167s|  4106k|  1454k| 11369k|   2.7 |  1983M |  90 | 420 |5156 |   0 |  39k|  0 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3155.24/3167.28	c  3167s|  4106k|  1454k| 11370k|   2.7 |  1983M |  90 | 420 |5156 | 217 |  39k|  1 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3155.44/3167.44	c  3167s|  4107k|  1454k| 11370k|   2.7 |  1983M |  90 | 420 |5156 | 217 |  39k|  1 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3155.54/3167.59	c  3168s|  4107k|  1454k| 11370k|   2.7 |  1983M |  90 | 420 |5156 |   0 |  39k|  0 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3155.74/3167.76	c  3168s|  4107k|  1454k| 11371k|   2.7 |  1983M |  90 | 420 |5156 | 217 |  39k|  1 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3155.94/3167.90	c  3168s|  4107k|  1454k| 11371k|   2.7 |  1983M |  90 | 420 |5156 |   0 |  39k|  0 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3156.04/3168.05	c  3168s|  4107k|  1454k| 11371k|   2.7 |  1983M |  90 | 420 |5156 | 217 |  39k|  1 |2660k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3156.23/3168.29	c  3168s|  4107k|  1454k| 11371k|   2.7 |  1983M |  90 | 420 |5156 | 217 |  39k|  1 |2661k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3156.43/3168.49	c  3168s|  4107k|  1454k| 11372k|   2.7 |  1983M |  90 | 420 |5156 | 219 |  39k|  1 |2661k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3156.53/3168.59	c  3169s|  4107k|  1454k| 11372k|   2.7 |  1983M |  90 | 420 |5156 | 218 |  39k|  1 |2661k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3156.83/3168.81	c  3169s|  4107k|  1454k| 11372k|   2.7 |  1983M |  90 | 420 |5156 |   0 |  39k|  0 |2661k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3156.93/3168.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3156.93/3168.99	c  3169s|  4107k|  1454k| 11373k|   2.7 |  1983M |  90 | 420 |5156 | 215 |  39k|  0 |2661k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3157.14/3169.13	c  3169s|  4108k|  1454k| 11373k|   2.7 |  1983M |  90 | 420 |5156 |   0 |  39k|  0 |2661k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3157.33/3169.31	c  3169s|  4108k|  1454k| 11373k|   2.7 |  1983M |  90 | 420 |5156 | 215 |  39k|  1 |2661k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3157.43/3169.43	c  3169s|  4108k|  1454k| 11374k|   2.7 |  1983M |  90 | 420 |5156 | 215 |  39k|  1 |2661k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3157.53/3169.58	c  3170s|  4108k|  1455k| 11374k|   2.7 |  1983M |  90 | 420 |5156 | 215 |  39k|  1 |2661k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3157.73/3169.73	c  3170s|  4108k|  1455k| 11374k|   2.7 |  1983M |  90 | 420 |5156 | 216 |  39k|  1 |2661k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3157.93/3169.91	c  3170s|  4108k|  1455k| 11375k|   2.7 |  1983M |  90 | 420 |5156 | 216 |  39k|  1 |2661k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3158.03/3170.06	c  3170s|  4108k|  1455k| 11375k|   2.7 |  1983M |  90 | 420 |5154 | 216 |  39k|  1 |2661k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3158.23/3170.21	c  3170s|  4108k|  1455k| 11375k|   2.7 |  1983M |  90 | 420 |5154 | 216 |  39k|  1 |2661k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3158.33/3170.35	c  3170s|  4108k|  1455k| 11375k|   2.7 |  1983M |  90 | 420 |5156 | 216 |  39k|  1 |2661k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3158.53/3170.52	c  3171s|  4108k|  1455k| 11376k|   2.7 |  1983M |  90 | 420 |5156 | 216 |  39k|  1 |2662k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3158.63/3170.66	c  3171s|  4109k|  1455k| 11376k|   2.7 |  1983M |  90 | 420 |5155 |   0 |  39k|  0 |2662k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3158.83/3170.83	c  3171s|  4109k|  1455k| 11376k|   2.7 |  1984M |  90 | 420 |5156 |   0 |  39k|  0 |2662k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3159.03/3171.02	c  3171s|  4109k|  1455k| 11377k|   2.7 |  1984M |  90 | 420 |5156 | 216 |  39k|  1 |2662k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3159.13/3171.15	c  3171s|  4109k|  1455k| 11377k|   2.7 |  1984M |  90 | 420 |5156 | 216 |  39k|  1 |2662k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3159.32/3171.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3159.32/3171.32	c  3171s|  4109k|  1455k| 11377k|   2.7 |  1984M |  90 | 420 |5156 | 217 |  39k|  1 |2662k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3159.42/3171.48	c  3171s|  4109k|  1455k| 11378k|   2.7 |  1984M |  90 | 420 |5156 |   0 |  39k|  0 |2662k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3159.62/3171.63	c  3172s|  4109k|  1455k| 11378k|   2.7 |  1984M |  90 | 420 |5156 | 217 |  39k|  1 |2662k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3159.72/3171.77	c  3172s|  4109k|  1455k| 11378k|   2.7 |  1984M |  90 | 420 |5156 | 217 |  39k|  1 |2662k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3159.92/3171.94	c  3172s|  4109k|  1455k| 11379k|   2.7 |  1985M |  90 | 420 |5156 |   0 |  39k|  0 |2662k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3160.03/3172.10	c  3172s|  4109k|  1455k| 11379k|   2.7 |  1985M |  90 | 420 |5156 |   0 |  39k|  0 |2662k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3160.22/3172.27	c  3172s|  4110k|  1455k| 11379k|   2.7 |  1985M |  90 | 420 |5156 | 217 |  39k|  1 |2662k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3160.42/3172.40	c  3172s|  4110k|  1455k| 11380k|   2.7 |  1985M |  90 | 420 |5156 | 217 |  39k|  1 |2662k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3160.52/3172.55	c  3173s|  4110k|  1455k| 11380k|   2.7 |  1985M |  90 | 420 |5156 | 215 |  39k|  1 |2662k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3160.72/3172.74	c  3173s|  4110k|  1455k| 11380k|   2.7 |  1985M |  90 | 420 |5156 | 215 |  39k|  1 |2662k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3160.92/3172.90	c  3173s|  4110k|  1455k| 11381k|   2.7 |  1985M |  90 | 420 |5156 | 215 |  39k|  1 |2662k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3161.02/3173.04	c  3173s|  4110k|  1455k| 11381k|   2.7 |  1985M |  90 | 420 |5156 |   0 |  39k|  0 |2662k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3161.22/3173.22	c  3173s|  4110k|  1455k| 11381k|   2.7 |  1985M |  90 | 420 |5156 | 215 |  39k|  1 |2663k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3161.32/3173.35	c  3173s|  4110k|  1455k| 11382k|   2.7 |  1985M |  90 | 420 |5156 |   0 |  39k|  0 |2663k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3161.52/3173.53	c  3174s|  4110k|  1455k| 11382k|   2.7 |  1985M |  90 | 420 |5156 | 216 |  39k|  1 |2663k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3161.62/3173.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3161.62/3173.68	c  3174s|  4110k|  1455k| 11382k|   2.7 |  1985M |  90 | 420 |5156 | 216 |  39k|  1 |2663k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3161.82/3173.81	c  3174s|  4111k|  1455k| 11382k|   2.7 |  1985M |  90 | 420 |5156 |   0 |  39k|  0 |2663k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3161.92/3173.97	c  3174s|  4111k|  1455k| 11383k|   2.7 |  1985M |  90 | 420 |5156 | 217 |  39k|  1 |2663k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3162.12/3174.12	c  3174s|  4111k|  1455k| 11383k|   2.7 |  1985M |  90 | 420 |5156 | 217 |  39k|  1 |2663k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3162.21/3174.26	c  3174s|  4111k|  1456k| 11383k|   2.7 |  1985M |  90 | 420 |5156 | 217 |  39k|  1 |2663k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3162.41/3174.41	c  3174s|  4111k|  1456k| 11384k|   2.7 |  1985M |  90 | 420 |5156 | 216 |  39k|  1 |2663k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3162.51/3174.54	c  3175s|  4111k|  1456k| 11384k|   2.7 |  1985M |  90 | 420 |5156 | 216 |  39k|  1 |2663k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3162.71/3174.72	c  3175s|  4111k|  1456k| 11384k|   2.7 |  1985M |  90 | 420 |5156 |   0 |  39k|  0 |2663k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3162.81/3174.84	c  3175s|  4111k|  1456k| 11385k|   2.7 |  1985M |  90 | 420 |5156 |   0 |  39k|  0 |2663k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3162.91/3174.99	c  3175s|  4111k|  1456k| 11385k|   2.7 |  1985M |  90 | 420 |5156 | 216 |  39k|  1 |2663k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3163.12/3175.13	c  3175s|  4111k|  1456k| 11385k|   2.7 |  1985M |  90 | 420 |5156 | 216 |  39k|  1 |2663k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3163.21/3175.26	c  3175s|  4112k|  1456k| 11386k|   2.7 |  1985M |  90 | 420 |5156 | 217 |  39k|  1 |2663k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3163.41/3175.42	c  3175s|  4112k|  1456k| 11386k|   2.7 |  1985M |  90 | 420 |5156 | 217 |  39k|  1 |2664k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3163.51/3175.56	c  3176s|  4112k|  1456k| 11386k|   2.7 |  1985M |  90 | 420 |5156 |   0 |  39k|  0 |2664k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3163.71/3175.71	c  3176s|  4112k|  1456k| 11386k|   2.7 |  1985M |  90 | 420 |5156 | 217 |  39k|  1 |2664k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3163.81/3175.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3163.81/3175.83	c  3176s|  4112k|  1456k| 11387k|   2.7 |  1985M |  90 | 420 |5156 |   0 |  39k|  0 |2664k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3163.91/3175.97	c  3176s|  4112k|  1456k| 11387k|   2.7 |  1985M |  90 | 420 |5156 | 217 |  39k|  1 |2664k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3164.21/3176.26	c  3176s|  4112k|  1456k| 11387k|   2.7 |  1985M |  90 | 420 |5156 |   0 |  39k|  0 |2664k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3164.41/3176.48	c  3176s|  4112k|  1456k| 11388k|   2.7 |  1985M |  90 | 420 |5156 | 217 |  39k|  1 |2664k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3164.61/3176.66	c  3177s|  4112k|  1456k| 11388k|   2.7 |  1985M |  90 | 420 |5156 | 217 |  39k|  1 |2664k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3164.81/3176.81	c  3177s|  4112k|  1456k| 11388k|   2.7 |  1985M |  90 | 420 |5156 | 217 |  39k|  1 |2664k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3164.91/3176.94	c  3177s|  4113k|  1456k| 11388k|   2.7 |  1985M |  90 | 420 |5156 |   0 |  39k|  0 |2664k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3165.01/3177.09	c  3177s|  4113k|  1456k| 11389k|   2.7 |  1985M |  90 | 420 |5156 | 215 |  39k|  1 |2664k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3165.20/3177.21	c  3177s|  4113k|  1456k| 11389k|   2.7 |  1985M |  90 | 420 |5156 | 215 |  39k|  1 |2664k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3165.40/3177.40	c  3177s|  4113k|  1456k| 11389k|   2.7 |  1985M |  90 | 420 |5156 | 215 |  39k|  1 |2664k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3165.60/3177.60	c  3178s|  4113k|  1456k| 11390k|   2.7 |  1985M |  90 | 420 |5152 | 217 |  39k|  1 |2664k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3165.70/3177.75	c  3178s|  4113k|  1456k| 11390k|   2.7 |  1985M |  90 | 420 |5156 | 217 |  39k|  1 |2664k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3165.90/3177.95	c  3178s|  4113k|  1456k| 11390k|   2.7 |  1985M |  90 | 420 |5156 |   0 |  39k|  0 |2664k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3166.20/3178.21	c  3178s|  4113k|  1456k| 11391k|   2.7 |  1985M |  90 | 420 |5156 | 217 |  39k|  1 |2665k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3166.30/3178.35	c  3178s|  4113k|  1456k| 11391k|   2.7 |  1985M |  90 | 420 |5156 | 217 |  39k|  1 |2665k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3166.40/3178.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3166.40/3178.49	c  3178s|  4113k|  1456k| 11391k|   2.7 |  1985M |  90 | 420 |5156 | 217 |  39k|  1 |2665k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3166.60/3178.64	c  3179s|  4114k|  1456k| 11392k|   2.7 |  1986M |  90 | 420 |5156 | 217 |  39k|  1 |2665k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3166.70/3178.76	c  3179s|  4114k|  1456k| 11392k|   2.7 |  1986M |  90 | 420 |5156 | 217 |  39k|  1 |2665k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3166.80/3178.87	c  3179s|  4114k|  1457k| 11392k|   2.7 |  1986M |  90 | 420 |5156 | 217 |  39k|  0 |2665k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3167.00/3179.00	c  3179s|  4114k|  1457k| 11393k|   2.7 |  1986M |  90 | 420 |5156 |   0 |  39k|  0 |2665k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3167.10/3179.12	c  3179s|  4114k|  1457k| 11393k|   2.7 |  1986M |  90 | 420 |5156 | 217 |  39k|  1 |2665k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3167.20/3179.22	c  3179s|  4114k|  1457k| 11393k|   2.7 |  1986M |  90 | 420 |5156 | 217 |  39k|  1 |2665k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3167.30/3179.34	c  3179s|  4114k|  1457k| 11393k|   2.7 |  1986M |  90 | 420 |5156 | 217 |  39k|  1 |2665k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3167.40/3179.45	c  3179s|  4114k|  1457k| 11394k|   2.7 |  1986M |  90 | 420 |5156 | 217 |  39k|  1 |2665k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3167.50/3179.57	c  3180s|  4114k|  1457k| 11394k|   2.7 |  1986M |  90 | 420 |5156 | 216 |  39k|  1 |2665k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3167.70/3179.71	c  3180s|  4114k|  1457k| 11394k|   2.7 |  1986M |  90 | 420 |5156 |   0 |  39k|  0 |2665k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3167.80/3179.85	c  3180s|  4115k|  1457k| 11395k|   2.7 |  1986M |  90 | 420 |5156 | 216 |  39k|  1 |2665k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3168.00/3180.01	c  3180s|  4115k|  1457k| 11395k|   2.7 |  1986M |  90 | 420 |5156 | 217 |  39k|  1 |2665k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3168.10/3180.16	c  3180s|  4115k|  1457k| 11395k|   2.7 |  1986M |  90 | 420 |5156 |   0 |  39k|  0 |2665k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3168.29/3180.31	c  3180s|  4115k|  1457k| 11396k|   2.7 |  1986M |  90 | 420 |5156 | 217 |  39k|  1 |2665k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3168.39/3180.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3168.39/3180.45	c  3180s|  4115k|  1457k| 11396k|   2.7 |  1986M |  90 | 420 |5156 | 217 |  39k|  1 |2665k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3168.59/3180.61	c  3181s|  4115k|  1457k| 11396k|   2.7 |  1987M |  90 | 420 |5156 | 217 |  39k|  1 |2665k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3168.69/3180.73	c  3181s|  4115k|  1457k| 11397k|   2.7 |  1987M |  90 | 420 |5156 | 217 |  39k|  1 |2665k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3168.79/3180.85	c  3181s|  4115k|  1457k| 11397k|   2.7 |  1987M |  90 | 420 |5156 |   0 |  39k|  0 |2666k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3169.00/3181.01	c  3181s|  4115k|  1457k| 11397k|   2.7 |  1987M |  90 | 420 |5156 | 217 |  39k|  1 |2666k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3169.10/3181.15	c  3181s|  4115k|  1457k| 11398k|   2.7 |  1987M |  90 | 420 |5156 | 217 |  39k|  1 |2666k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3169.29/3181.31	c  3181s|  4116k|  1457k| 11398k|   2.7 |  1987M |  90 | 420 |5156 | 217 |  39k|  1 |2666k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3169.39/3181.45	c  3181s|  4116k|  1457k| 11398k|   2.7 |  1987M |  90 | 420 |5155 | 217 |  39k|  1 |2666k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3169.59/3181.60	c  3182s|  4116k|  1457k| 11398k|   2.7 |  1987M |  90 | 420 |5155 | 217 |  39k|  1 |2666k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3169.69/3181.78	c  3182s|  4116k|  1457k| 11399k|   2.7 |  1987M |  90 | 420 |5156 | 217 |  39k|  1 |2666k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3169.89/3181.94	c  3182s|  4116k|  1457k| 11399k|   2.7 |  1987M |  90 | 420 |5156 | 217 |  39k|  1 |2666k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3169.99/3182.06	c  3182s|  4116k|  1457k| 11399k|   2.7 |  1987M |  90 | 420 |5156 |   0 |  39k|  0 |2666k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3170.19/3182.20	c  3182s|  4116k|  1457k| 11399k|   2.7 |  1987M |  90 | 420 |5156 | 217 |  39k|  1 |2666k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3170.29/3182.34	c  3182s|  4116k|  1457k| 11400k|   2.7 |  1987M |  90 | 420 |5156 |   0 |  39k|  0 |2666k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3170.49/3182.53	c  3183s|  4116k|  1457k| 11400k|   2.7 |  1987M |  90 | 420 |5156 | 216 |  39k|  1 |2666k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3170.59/3182.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3170.59/3182.69	c  3183s|  4116k|  1458k| 11400k|   2.7 |  1987M |  90 | 420 |5156 | 216 |  39k|  1 |2666k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3170.79/3182.80	c  3183s|  4117k|  1458k| 11401k|   2.7 |  1987M |  90 | 420 |5156 | 216 |  39k|  1 |2666k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3170.89/3182.94	c  3183s|  4117k|  1458k| 11401k|   2.7 |  1987M |  90 | 420 |5156 | 216 |  39k|  1 |2666k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3170.99/3183.06	c  3183s|  4117k|  1458k| 11401k|   2.7 |  1987M |  90 | 420 |5156 | 216 |  39k|  1 |2667k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3171.18/3183.21	c  3183s|  4117k|  1458k| 11402k|   2.7 |  1987M |  90 | 420 |5156 | 216 |  39k|  1 |2667k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3171.28/3183.36	c  3183s|  4117k|  1458k| 11402k|   2.7 |  1988M |  90 | 420 |5156 | 216 |  39k|  1 |2667k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3171.38/3183.48	c  3183s|  4117k|  1458k| 11402k|   2.7 |  1988M |  90 | 420 |5156 | 216 |  39k|  1 |2667k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3171.58/3183.63	c  3184s|  4117k|  1458k| 11403k|   2.7 |  1988M |  90 | 420 |5156 | 216 |  39k|  1 |2667k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3171.68/3183.76	c  3184s|  4117k|  1458k| 11403k|   2.7 |  1988M |  90 | 420 |5156 | 216 |  39k|  1 |2667k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3171.88/3183.90	c  3184s|  4117k|  1458k| 11403k|   2.7 |  1988M |  90 | 420 |5156 | 216 |  39k|  1 |2667k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3171.99/3184.05	c  3184s|  4117k|  1458k| 11404k|   2.7 |  1988M |  90 | 420 |5156 | 216 |  39k|  1 |2667k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3172.09/3184.19	c  3184s|  4118k|  1458k| 11404k|   2.7 |  1988M |  90 | 420 |5156 | 216 |  39k|  1 |2667k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3172.28/3184.33	c  3184s|  4118k|  1458k| 11404k|   2.7 |  1988M |  90 | 420 |5156 | 216 |  39k|  1 |2667k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3172.38/3184.48	c  3184s|  4118k|  1458k| 11404k|   2.7 |  1988M |  90 | 420 |5156 | 216 |  39k|  1 |2667k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3172.58/3184.69	c  3185s|  4118k|  1458k| 11405k|   2.7 |  1988M |  90 | 420 |5156 | 216 |  39k|  1 |2667k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3172.88/3184.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3172.88/3184.90	c  3185s|  4118k|  1458k| 11405k|   2.7 |  1988M |  90 | 420 |5156 | 216 |  39k|  1 |2667k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3172.98/3185.04	c  3185s|  4118k|  1458k| 11406k|   2.7 |  1988M |  90 | 420 |5156 | 216 |  39k|  1 |2667k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3173.08/3185.16	c  3185s|  4118k|  1458k| 11406k|   2.7 |  1988M |  90 | 420 |5156 | 216 |  39k|  1 |2667k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3173.28/3185.31	c  3185s|  4118k|  1458k| 11406k|   2.7 |  1988M |  90 | 420 |5155 |   0 |  39k|  0 |2667k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3173.38/3185.45	c  3185s|  4118k|  1458k| 11407k|   2.7 |  1988M |  90 | 420 |5155 | 216 |  39k|  1 |2667k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3173.48/3185.57	c  3186s|  4118k|  1458k| 11407k|   2.7 |  1988M |  90 | 420 |5156 |   0 |  39k|  0 |2667k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3173.68/3185.72	c  3186s|  4119k|  1458k| 11407k|   2.7 |  1988M |  90 | 420 |5156 | 216 |  39k|  1 |2668k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3173.78/3185.84	c  3186s|  4119k|  1458k| 11408k|   2.7 |  1988M |  90 | 420 |5156 | 216 |  39k|  1 |2668k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3173.88/3185.98	c  3186s|  4119k|  1458k| 11408k|   2.7 |  1988M |  90 | 420 |5156 | 216 |  39k|  1 |2668k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3174.08/3186.10	c  3186s|  4119k|  1459k| 11408k|   2.7 |  1988M |  90 | 420 |5156 | 216 |  39k|  1 |2668k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3174.17/3186.24	c  3186s|  4119k|  1459k| 11409k|   2.7 |  1988M |  90 | 420 |5156 |   0 |  39k|  0 |2668k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3174.37/3186.40	c  3186s|  4119k|  1459k| 11409k|   2.7 |  1988M |  90 | 420 |5156 |   0 |  39k|  0 |2668k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3174.47/3186.54	c  3187s|  4119k|  1459k| 11409k|   2.7 |  1988M |  90 | 420 |5156 | 216 |  39k|  1 |2668k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3174.57/3186.66	c  3187s|  4119k|  1459k| 11409k|   2.7 |  1988M |  90 | 420 |5156 | 216 |  39k|  1 |2668k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3174.67/3186.78	c  3187s|  4119k|  1459k| 11410k|   2.7 |  1988M |  90 | 420 |5156 | 216 |  39k|  1 |2668k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3174.87/3186.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3174.87/3186.90	c  3187s|  4119k|  1459k| 11410k|   2.7 |  1988M |  90 | 420 |5156 | 216 |  39k|  1 |2668k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3174.98/3187.01	c  3187s|  4120k|  1459k| 11410k|   2.7 |  1988M |  90 | 420 |5156 | 216 |  39k|  1 |2668k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3175.08/3187.15	c  3187s|  4120k|  1459k| 11411k|   2.7 |  1988M |  90 | 420 |5156 | 216 |  39k|  1 |2668k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3175.17/3187.29	c  3187s|  4120k|  1459k| 11411k|   2.7 |  1988M |  90 | 420 |5156 | 216 |  39k|  1 |2668k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3175.37/3187.42	c  3187s|  4120k|  1459k| 11411k|   2.7 |  1988M |  90 | 420 |5156 |   0 |  39k|  0 |2668k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3175.47/3187.54	c  3188s|  4120k|  1459k| 11411k|   2.7 |  1988M |  90 | 420 |5156 |   0 |  39k|  0 |2668k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3175.57/3187.64	c  3188s|  4120k|  1459k| 11412k|   2.7 |  1988M |  90 | 420 |5156 | 216 |  39k|  1 |2668k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3175.67/3187.76	c  3188s|  4120k|  1459k| 11412k|   2.7 |  1988M |  90 | 420 |5156 | 216 |  39k|  1 |2668k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3175.77/3187.88	c  3188s|  4120k|  1459k| 11412k|   2.7 |  1988M |  90 | 420 |5156 |   0 |  39k|  0 |2668k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3175.97/3188.01	c  3188s|  4120k|  1459k| 11413k|   2.7 |  1988M |  90 | 420 |5155 | 216 |  39k|  1 |2668k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3176.07/3188.13	c  3188s|  4120k|  1459k| 11413k|   2.7 |  1988M |  90 | 420 |5155 | 216 |  39k|  1 |2668k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3176.17/3188.27	c  3188s|  4121k|  1459k| 11413k|   2.7 |  1988M |  90 | 420 |5155 | 216 |  39k|  1 |2668k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3176.27/3188.38	c  3188s|  4121k|  1459k| 11413k|   2.7 |  1988M |  90 | 420 |5155 |   0 |  39k|  0 |2668k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3176.47/3188.50	c  3188s|  4121k|  1459k| 11414k|   2.7 |  1988M |  90 | 420 |5155 | 216 |  39k|  1 |2668k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3176.57/3188.62	c  3189s|  4121k|  1459k| 11414k|   2.7 |  1989M |  90 | 420 |5155 |   0 |  39k|  0 |2668k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3176.67/3188.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3176.67/3188.76	c  3189s|  4121k|  1459k| 11414k|   2.7 |  1989M |  90 | 420 |5156 | 216 |  39k|  1 |2668k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3176.87/3188.91	c  3189s|  4121k|  1459k| 11415k|   2.7 |  1989M |  90 | 420 |5156 | 216 |  39k|  1 |2669k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3176.97/3189.04	c  3189s|  4121k|  1459k| 11415k|   2.7 |  1989M |  90 | 420 |5156 | 216 |  39k|  1 |2669k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3177.07/3189.15	c  3189s|  4121k|  1459k| 11415k|   2.7 |  1989M |  90 | 420 |5156 |   0 |  39k|  0 |2669k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3177.17/3189.28	c  3189s|  4121k|  1459k| 11415k|   2.7 |  1989M |  90 | 420 |5155 | 216 |  39k|  1 |2669k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3177.36/3189.40	c  3189s|  4121k|  1460k| 11416k|   2.7 |  1989M |  90 | 420 |5154 | 216 |  39k|  1 |2669k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3177.46/3189.52	c  3190s|  4122k|  1460k| 11416k|   2.7 |  1989M |  90 | 420 |5155 |   0 |  39k|  0 |2669k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3177.56/3189.66	c  3190s|  4122k|  1460k| 11416k|   2.7 |  1989M |  90 | 420 |5155 | 216 |  39k|  1 |2669k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3177.76/3189.81	c  3190s|  4122k|  1460k| 11416k|   2.7 |  1989M |  90 | 420 |5156 |   0 |  39k|  0 |2669k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3177.86/3189.95	c  3190s|  4122k|  1460k| 11417k|   2.7 |  1989M |  90 | 420 |5156 | 216 |  39k|  1 |2669k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3177.97/3190.05	c  3190s|  4122k|  1460k| 11417k|   2.7 |  1989M |  90 | 420 |5156 |   0 |  39k|  0 |2669k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3178.07/3190.19	c  3190s|  4122k|  1460k| 11417k|   2.7 |  1989M |  90 | 420 |5155 | 216 |  39k|  1 |2669k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3178.26/3190.31	c  3190s|  4122k|  1460k| 11418k|   2.7 |  1989M |  90 | 420 |5155 |   0 |  39k|  0 |2669k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3178.36/3190.42	c  3190s|  4122k|  1460k| 11418k|   2.7 |  1989M |  90 | 420 |5155 |   0 |  39k|  0 |2669k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3178.46/3190.56	c  3191s|  4122k|  1460k| 11418k|   2.7 |  1989M |  90 | 420 |5156 | 216 |  39k|  1 |2669k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3178.56/3190.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3178.56/3190.69	c  3191s|  4122k|  1460k| 11418k|   2.7 |  1989M |  90 | 420 |5156 |   0 |  39k|  0 |2669k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3178.76/3190.83	c  3191s|  4123k|  1460k| 11419k|   2.7 |  1989M |  90 | 420 |5156 | 216 |  39k|  1 |2669k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3178.86/3190.97	c  3191s|  4123k|  1460k| 11419k|   2.7 |  1989M |  90 | 420 |5156 | 216 |  39k|  1 |2669k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3178.96/3191.10	c  3191s|  4123k|  1460k| 11419k|   2.7 |  1989M |  90 | 420 |5156 | 216 |  39k|  1 |2669k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3179.16/3191.26	c  3191s|  4123k|  1460k| 11420k|   2.7 |  1989M |  90 | 420 |5155 | 216 |  39k|  1 |2669k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3179.26/3191.37	c  3191s|  4123k|  1460k| 11420k|   2.7 |  1990M |  90 | 420 |5156 | 216 |  39k|  1 |2669k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3179.46/3191.50	c  3191s|  4123k|  1460k| 11420k|   2.7 |  1990M |  90 | 420 |5156 | 216 |  39k|  1 |2669k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3179.56/3191.62	c  3192s|  4123k|  1460k| 11421k|   2.7 |  1990M |  90 | 420 |5156 |   0 |  39k|  0 |2669k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3179.66/3191.75	c  3192s|  4123k|  1460k| 11421k|   2.7 |  1990M |  90 | 420 |5156 |   0 |  39k|  0 |2669k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3179.76/3191.88	c  3192s|  4123k|  1460k| 11421k|   2.7 |  1990M |  90 | 420 |5156 |   0 |  39k|  0 |2670k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3179.96/3192.02	c  3192s|  4123k|  1460k| 11422k|   2.7 |  1990M |  90 | 420 |5156 | 216 |  39k|  1 |2670k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3180.06/3192.18	c  3192s|  4124k|  1460k| 11422k|   2.7 |  1990M |  90 | 420 |5156 |   0 |  39k|  0 |2670k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3180.25/3192.33	c  3192s|  4124k|  1460k| 11422k|   2.7 |  1990M |  90 | 420 |5156 |   0 |  39k|  0 |2670k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3180.35/3192.46	c  3192s|  4124k|  1460k| 11422k|   2.7 |  1990M |  90 | 420 |5156 | 216 |  39k|  1 |2670k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3180.45/3192.59	c  3193s|  4124k|  1460k| 11423k|   2.7 |  1990M |  90 | 420 |5156 | 216 |  39k|  1 |2670k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3180.65/3192.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3180.65/3192.72	c  3193s|  4124k|  1460k| 11423k|   2.7 |  1991M |  90 | 420 |5156 | 216 |  39k|  1 |2670k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3180.75/3192.86	c  3193s|  4124k|  1461k| 11423k|   2.7 |  1991M |  90 | 420 |5156 | 216 |  39k|  1 |2670k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3180.96/3193.01	c  3193s|  4124k|  1461k| 11424k|   2.7 |  1991M |  90 | 420 |5156 | 216 |  39k|  1 |2670k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3181.06/3193.18	c  3193s|  4124k|  1461k| 11424k|   2.7 |  1991M |  90 | 420 |5156 | 216 |  39k|  1 |2670k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3181.25/3193.32	c  3193s|  4124k|  1461k| 11424k|   2.7 |  1991M |  90 | 420 |5156 |   0 |  39k|  0 |2670k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3181.35/3193.47	c  3193s|  4124k|  1461k| 11425k|   2.7 |  1991M |  90 | 420 |5156 |   0 |  39k|  0 |2670k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3181.55/3193.65	c  3194s|  4125k|  1461k| 11425k|   2.7 |  1991M |  90 | 420 |5156 | 216 |  39k|  1 |2670k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3181.75/3193.86	c  3194s|  4125k|  1461k| 11425k|   2.7 |  1991M |  90 | 420 |5156 | 216 |  39k|  0 |2670k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3181.95/3194.04	c  3194s|  4125k|  1461k| 11426k|   2.7 |  1991M |  90 | 420 |5156 | 216 |  39k|  1 |2670k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3182.05/3194.16	c  3194s|  4125k|  1461k| 11426k|   2.7 |  1991M |  90 | 420 |5156 | 216 |  39k|  1 |2670k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3182.25/3194.31	c  3194s|  4125k|  1461k| 11426k|   2.7 |  1991M |  90 | 420 |5156 | 216 |  39k|  1 |2670k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3182.35/3194.45	c  3194s|  4125k|  1461k| 11427k|   2.7 |  1991M |  90 | 420 |5156 | 216 |  39k|  1 |2671k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3182.55/3194.60	c  3195s|  4125k|  1461k| 11427k|   2.7 |  1991M |  90 | 420 |5156 | 216 |  39k|  1 |2671k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3182.64/3194.72	c  3195s|  4125k|  1461k| 11427k|   2.7 |  1991M |  90 | 420 |5156 |   0 |  39k|  0 |2671k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3182.74/3194.87	c  3195s|  4125k|  1461k| 11428k|   2.7 |  1991M |  90 | 420 |5156 | 216 |  39k|  1 |2671k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3182.95/3195.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3182.95/3195.01	c  3195s|  4125k|  1461k| 11428k|   2.7 |  1991M |  90 | 420 |5156 | 216 |  39k|  1 |2671k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3183.05/3195.14	c  3195s|  4126k|  1461k| 11428k|   2.7 |  1991M |  90 | 420 |5156 |   0 |  39k|  0 |2671k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3183.14/3195.28	c  3195s|  4126k|  1461k| 11429k|   2.7 |  1991M |  90 | 420 |5154 | 216 |  39k|  1 |2671k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3183.34/3195.43	c  3195s|  4126k|  1461k| 11429k|   2.7 |  1991M |  90 | 420 |5154 |   0 |  39k|  0 |2671k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3183.44/3195.58	c  3196s|  4126k|  1461k| 11430k|   2.7 |  1991M |  90 | 420 |5155 | 216 |  39k|  0 |2671k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3183.64/3195.72	c  3196s|  4126k|  1461k| 11430k|   2.7 |  1991M |  90 | 420 |5156 | 216 |  39k|  1 |2671k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3183.74/3195.85	c  3196s|  4126k|  1461k| 11430k|   2.7 |  1991M |  90 | 420 |5156 |   0 |  39k|  0 |2671k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3183.84/3195.99	c  3196s|  4126k|  1461k| 11431k|   2.7 |  1991M |  90 | 420 |5156 | 216 |  39k|  1 |2671k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3184.05/3196.13	c  3196s|  4126k|  1461k| 11431k|   2.7 |  1991M |  90 | 420 |5156 | 216 |  39k|  1 |2671k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3184.24/3196.32	c  3196s|  4126k|  1461k| 11431k|   2.7 |  1991M |  90 | 420 |5156 | 216 |  39k|  1 |2671k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3184.44/3196.52	c  3197s|  4126k|  1461k| 11432k|   2.7 |  1991M |  90 | 420 |5156 | 215 |  39k|  1 |2672k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3184.54/3196.67	c  3197s|  4127k|  1461k| 11432k|   2.7 |  1991M |  90 | 420 |5156 | 215 |  39k|  1 |2672k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3184.64/3196.78	c  3197s|  4127k|  1461k| 11432k|   2.7 |  1991M |  90 | 420 |5156 | 215 |  39k|  1 |2672k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3184.84/3196.90	c  3197s|  4127k|  1462k| 11433k|   2.7 |  1991M |  90 | 420 |5156 | 215 |  39k|  1 |2672k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3184.94/3197.02	c  3197s|  4127k|  1462k| 11433k|   2.7 |  1991M |  90 | 420 |5156 |   0 |  39k|  0 |2672k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3185.04/3197.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3185.04/3197.14	c  3197s|  4127k|  1462k| 11433k|   2.7 |  1991M |  90 | 420 |5156 | 215 |  39k|  1 |2672k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3185.14/3197.26	c  3197s|  4127k|  1462k| 11434k|   2.7 |  1991M |  90 | 420 |5156 | 215 |  39k|  1 |2672k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3185.24/3197.38	c  3197s|  4127k|  1462k| 11434k|   2.7 |  1991M |  90 | 420 |5156 | 215 |  39k|  0 |2672k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3185.44/3197.51	c  3198s|  4127k|  1462k| 11434k|   2.7 |  1991M |  90 | 420 |5156 | 215 |  39k|  1 |2672k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3185.54/3197.62	c  3198s|  4127k|  1462k| 11435k|   2.7 |  1991M |  90 | 420 |5156 |   0 |  39k|  0 |2672k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3185.63/3197.75	c  3198s|  4127k|  1462k| 11435k|   2.7 |  1991M |  90 | 420 |5156 | 215 |  39k|  1 |2672k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3185.73/3197.85	c  3198s|  4128k|  1462k| 11435k|   2.7 |  1991M |  90 | 420 |5156 | 215 |  39k|  1 |2672k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3185.83/3197.97	c  3198s|  4128k|  1462k| 11435k|   2.7 |  1991M |  90 | 420 |5156 | 215 |  39k|  1 |2672k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3185.94/3198.10	c  3198s|  4128k|  1462k| 11436k|   2.7 |  1991M |  90 | 420 |5156 |   0 |  39k|  0 |2672k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3186.13/3198.24	c  3198s|  4128k|  1462k| 11436k|   2.7 |  1992M |  90 | 420 |5156 | 215 |  39k|  1 |2672k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3186.23/3198.39	c  3198s|  4128k|  1462k| 11436k|   2.7 |  1992M |  90 | 420 |5156 | 216 |  39k|  1 |2672k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3186.43/3198.50	c  3199s|  4128k|  1462k| 11437k|   2.7 |  1992M |  90 | 420 |5156 | 216 |  39k|  1 |2673k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3186.53/3198.62	c  3199s|  4128k|  1462k| 11437k|   2.7 |  1992M |  90 | 420 |5156 | 216 |  39k|  1 |2673k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3186.63/3198.79	c  3199s|  4128k|  1462k| 11437k|   2.7 |  1992M |  90 | 420 |5156 | 216 |  39k|  1 |2673k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3186.83/3198.93	c  3199s|  4128k|  1462k| 11438k|   2.7 |  1992M |  90 | 420 |5156 | 216 |  39k|  1 |2673k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3186.94/3199.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3186.94/3199.07	c  3199s|  4128k|  1462k| 11438k|   2.7 |  1992M |  90 | 420 |5156 | 216 |  39k|  1 |2673k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3187.14/3199.20	c  3199s|  4129k|  1462k| 11438k|   2.7 |  1992M |  90 | 420 |5150 |   0 |  39k|  0 |2673k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3187.24/3199.36	c  3199s|  4129k|  1462k| 11439k|   2.7 |  1993M |  90 | 420 |5151 | 216 |  39k|  1 |2673k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3187.43/3199.53	c  3200s|  4129k|  1462k| 11439k|   2.7 |  1993M |  90 | 420 |5134 | 215 |  39k|  1 |2673k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3187.63/3199.70	c  3200s|  4129k|  1462k| 11440k|   2.7 |  1993M |  90 | 420 |5137 | 215 |  39k|  1 |2673k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3187.73/3199.83	c  3200s|  4129k|  1462k| 11440k|   2.7 |  1993M |  90 | 420 |5152 | 215 |  39k|  1 |2673k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3187.94/3200.00	c  3200s|  4129k|  1462k| 11440k|   2.7 |  1993M |  90 | 420 |5155 |   0 |  39k|  0 |2673k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3188.04/3200.19	c  3200s|  4129k|  1462k| 11441k|   2.7 |  1993M |  90 | 420 |5156 |   0 |  39k|  0 |2673k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3188.23/3200.39	c  3200s|  4129k|  1462k| 11441k|   2.7 |  1993M |  90 | 420 |5156 | 216 |  39k|  1 |2673k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3188.53/3200.64	c  3201s|  4129k|  1463k| 11441k|   2.7 |  1993M |  90 | 420 |5156 | 216 |  39k|  1 |2673k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3188.83/3200.91	c  3201s|  4129k|  1463k| 11441k|   2.7 |  1993M |  90 | 420 |5156 | 216 |  39k|  1 |2673k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3188.93/3201.06	c  3201s|  4130k|  1463k| 11442k|   2.7 |  1993M |  90 | 420 |5156 | 217 |  39k|  1 |2673k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3189.03/3201.18	c  3201s|  4130k|  1463k| 11442k|   2.7 |  1993M |  90 | 420 |5156 |   0 |  39k|  0 |2673k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3189.23/3201.37	c  3201s|  4130k|  1463k| 11443k|   2.7 |  1993M |  90 | 420 |5156 | 217 |  39k|  1 |2673k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3189.43/3201.53	c  3202s|  4130k|  1463k| 11443k|   2.7 |  1993M |  90 | 420 |5154 | 217 |  39k|  1 |2673k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3189.53/3201.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3189.53/3201.69	c  3202s|  4130k|  1463k| 11443k|   2.7 |  1993M |  90 | 420 |5154 |   0 |  39k|  0 |2674k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3189.73/3201.85	c  3202s|  4130k|  1463k| 11443k|   2.7 |  1993M |  90 | 420 |5155 | 217 |  39k|  1 |2674k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3189.83/3201.99	c  3202s|  4130k|  1463k| 11444k|   2.7 |  1994M |  90 | 420 |5155 | 217 |  39k|  1 |2674k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3190.03/3202.12	c  3202s|  4130k|  1463k| 11444k|   2.7 |  1994M |  90 | 420 |5154 | 217 |  39k|  1 |2674k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3190.12/3202.25	c  3202s|  4130k|  1463k| 11444k|   2.7 |  1994M |  90 | 420 |5154 | 217 |  39k|  1 |2674k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3190.32/3202.43	c  3202s|  4130k|  1463k| 11445k|   2.7 |  1994M |  90 | 420 |5156 | 217 |  39k|  1 |2674k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3190.42/3202.59	c  3203s|  4131k|  1463k| 11445k|   2.7 |  1994M |  90 | 420 |5156 | 217 |  39k|  1 |2674k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3190.62/3202.71	c  3203s|  4131k|  1463k| 11445k|   2.7 |  1994M |  90 | 420 |5156 | 217 |  39k|  1 |2674k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3190.72/3202.84	c  3203s|  4131k|  1463k| 11446k|   2.7 |  1994M |  90 | 420 |5156 | 217 |  39k|  1 |2674k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3190.82/3202.97	c  3203s|  4131k|  1463k| 11446k|   2.7 |  1994M |  90 | 420 |5156 | 217 |  39k|  1 |2674k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3191.03/3203.10	c  3203s|  4131k|  1463k| 11446k|   2.7 |  1994M |  90 | 420 |5155 | 217 |  39k|  1 |2675k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3191.12/3203.23	c  3203s|  4131k|  1463k| 11446k|   2.7 |  1994M |  90 | 420 |5154 |   0 |  39k|  0 |2675k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3191.32/3203.40	c  3203s|  4131k|  1463k| 11447k|   2.7 |  1994M |  90 | 420 |5154 | 217 |  39k|  1 |2675k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3191.42/3203.53	c  3204s|  4131k|  1463k| 11447k|   2.7 |  1994M |  90 | 420 |5154 | 217 |  39k|  1 |2675k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3191.52/3203.65	c  3204s|  4131k|  1463k| 11447k|   2.7 |  1994M |  90 | 420 |5154 | 217 |  39k|  1 |2675k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3191.62/3203.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3191.62/3203.79	c  3204s|  4131k|  1463k| 11448k|   2.7 |  1994M |  90 | 420 |5154 | 217 |  39k|  1 |2675k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3191.82/3203.91	c  3204s|  4132k|  1463k| 11448k|   2.7 |  1994M |  90 | 420 |5156 | 215 |  39k|  0 |2675k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3191.92/3204.07	c  3204s|  4132k|  1463k| 11448k|   2.7 |  1994M |  90 | 420 |5156 | 215 |  39k|  1 |2675k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3192.02/3204.18	c  3204s|  4132k|  1463k| 11449k|   2.7 |  1994M |  90 | 420 |5155 | 215 |  39k|  1 |2675k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3192.12/3204.29	c  3204s|  4132k|  1463k| 11449k|   2.7 |  1994M |  90 | 420 |5154 |   0 |  39k|  0 |2675k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3192.32/3204.46	c  3204s|  4132k|  1464k| 11449k|   2.7 |  1994M |  90 | 420 |5156 |   0 |  39k|  0 |2675k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3192.42/3204.59	c  3205s|  4132k|  1464k| 11450k|   2.7 |  1994M |  90 | 420 |5156 |   0 |  39k|  0 |2675k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3192.62/3204.72	c  3205s|  4132k|  1464k| 11450k|   2.7 |  1994M |  90 | 420 |5156 | 215 |  39k|  1 |2675k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3192.72/3204.83	c  3205s|  4132k|  1464k| 11450k|   2.7 |  1994M |  90 | 420 |5156 | 215 |  39k|  1 |2675k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3192.82/3204.98	c  3205s|  4132k|  1464k| 11451k|   2.7 |  1994M |  90 | 420 |5156 | 215 |  39k|  1 |2675k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3192.92/3205.09	c  3205s|  4132k|  1464k| 11451k|   2.7 |  1994M |  90 | 420 |5156 |   0 |  39k|  0 |2675k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3193.11/3205.20	c  3205s|  4133k|  1464k| 11451k|   2.7 |  1995M |  90 | 420 |5156 | 215 |  39k|  1 |2675k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3193.21/3205.33	c  3205s|  4133k|  1464k| 11451k|   2.7 |  1995M |  90 | 420 |5156 | 215 |  39k|  1 |2675k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3193.31/3205.46	c  3205s|  4133k|  1464k| 11452k|   2.7 |  1995M |  90 | 420 |5156 | 215 |  39k|  1 |2676k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3193.51/3205.65	c  3206s|  4133k|  1464k| 11452k|   2.7 |  1995M |  90 | 420 |5156 | 215 |  39k|  1 |2676k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3193.61/3205.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3193.61/3205.79	c  3206s|  4133k|  1464k| 11452k|   2.7 |  1995M |  90 | 420 |5156 | 215 |  39k|  1 |2676k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3193.81/3205.94	c  3206s|  4133k|  1464k| 11452k|   2.7 |  1995M |  90 | 420 |5155 | 215 |  39k|  1 |2676k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3193.92/3206.10	c  3206s|  4133k|  1464k| 11453k|   2.7 |  1995M |  90 | 420 |5155 | 215 |  39k|  1 |2676k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3194.11/3206.23	c  3206s|  4133k|  1464k| 11453k|   2.7 |  1995M |  90 | 420 |5156 | 215 |  39k|  1 |2676k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3194.31/3206.43	c  3206s|  4133k|  1464k| 11453k|   2.7 |  1995M |  90 | 420 |5140 | 215 |  39k|  1 |2676k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3194.41/3206.58	c  3207s|  4133k|  1464k| 11454k|   2.7 |  1995M |  90 | 420 |5113 |   0 |  39k|  0 |2676k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3194.71/3206.82	c  3207s|  4134k|  1464k| 11454k|   2.7 |  1995M |  90 | 420 |4978 | 218 |  39k|  1 |2676k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3195.01/3207.12	c  3207s|  4134k|  1464k| 11454k|   2.7 |  1995M |  90 | 420 |4910 |   0 |  39k|  0 |2676k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3195.31/3207.40	c  3207s|  4134k|  1464k| 11455k|   2.7 |  1995M |  90 | 420 |4938 | 216 |  39k|  1 |2676k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3195.41/3207.55	c  3208s|  4134k|  1464k| 11455k|   2.7 |  1995M |  90 | 420 |4915 | 216 |  39k|  1 |2676k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3195.51/3207.66	c  3208s|  4134k|  1464k| 11455k|   2.7 |  1995M |  90 | 420 |4945 | 216 |  39k|  1 |2676k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3195.61/3207.79	c  3208s|  4134k|  1464k| 11456k|   2.7 |  1995M |  90 | 420 |5012 | 216 |  39k|  1 |2676k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3195.81/3207.91	c  3208s|  4134k|  1464k| 11456k|   2.7 |  1995M |  90 | 420 |5146 |   0 |  39k|  0 |2676k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3196.01/3208.15	c  3208s|  4134k|  1464k| 11456k|   2.7 |  1995M |  90 | 420 |5126 | 215 |  39k|  1 |2676k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3196.10/3208.28	c  3208s|  4134k|  1464k| 11457k|   2.7 |  1995M |  90 | 420 |5150 | 215 |  39k|  1 |2676k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3196.20/3208.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3196.20/3208.39	c  3208s|  4134k|  1464k| 11457k|   2.7 |  1995M |  90 | 420 |5150 | 215 |  39k|  1 |2676k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3196.40/3208.53	c  3209s|  4135k|  1464k| 11457k|   2.7 |  1995M |  90 | 420 |5156 | 215 |  39k|  1 |2676k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3196.50/3208.64	c  3209s|  4135k|  1465k| 11458k|   2.7 |  1995M |  90 | 420 |5156 | 216 |  39k|  1 |2676k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3196.60/3208.76	c  3209s|  4135k|  1465k| 11458k|   2.7 |  1995M |  90 | 420 |5156 | 216 |  39k|  1 |2676k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3196.70/3208.88	c  3209s|  4135k|  1465k| 11458k|   2.7 |  1995M |  90 | 420 |5156 | 216 |  39k|  1 |2676k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3196.91/3209.00	c  3209s|  4135k|  1465k| 11458k|   2.7 |  1995M |  90 | 420 |5156 | 216 |  39k|  1 |2676k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3197.01/3209.14	c  3209s|  4135k|  1465k| 11459k|   2.7 |  1995M |  90 | 420 |5156 | 216 |  39k|  1 |2677k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3197.10/3209.26	c  3209s|  4135k|  1465k| 11459k|   2.7 |  1995M |  90 | 420 |5156 | 216 |  39k|  1 |2677k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3197.30/3209.44	c  3209s|  4135k|  1465k| 11459k|   2.7 |  1995M |  90 | 420 |5156 | 212 |  39k|  1 |2677k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3197.50/3209.61	c  3210s|  4135k|  1465k| 11460k|   2.7 |  1995M |  90 | 420 |5156 | 215 |  39k|  1 |2677k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3197.60/3209.75	c  3210s|  4135k|  1465k| 11460k|   2.7 |  1995M |  90 | 420 |5156 | 215 |  39k|  1 |2677k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3197.70/3209.87	c  3210s|  4136k|  1465k| 11460k|   2.7 |  1995M |  90 | 420 |5156 | 215 |  39k|  1 |2677k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3197.80/3209.99	c  3210s|  4136k|  1465k| 11461k|   2.7 |  1995M |  90 | 420 |5156 | 215 |  39k|  1 |2677k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3198.10/3210.22	c  3210s|  4136k|  1465k| 11461k|   2.7 |  1995M |  90 | 420 |5156 | 215 |  39k|  0 |2677k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3198.20/3210.36	c  3210s|  4136k|  1465k| 11461k|   2.7 |  1995M |  90 | 420 |5156 |   0 |  39k|  0 |2677k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3198.40/3210.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3198.40/3210.50	c  3210s|  4136k|  1465k| 11462k|   2.7 |  1995M |  90 | 420 |5156 | 215 |  39k|  1 |2677k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3198.50/3210.63	c  3211s|  4136k|  1465k| 11462k|   2.7 |  1995M |  90 | 420 |5156 |   0 |  39k|  0 |2677k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3198.60/3210.78	c  3211s|  4136k|  1465k| 11462k|   2.7 |  1995M |  90 | 420 |5156 | 215 |  39k|  1 |2677k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3198.79/3210.96	c  3211s|  4136k|  1465k| 11463k|   2.7 |  1995M |  90 | 420 |5156 | 216 |  39k|  1 |2677k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3198.90/3211.07	c  3211s|  4136k|  1465k| 11463k|   2.7 |  1995M |  90 | 420 |5156 |   0 |  39k|  0 |2677k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3199.09/3211.23	c  3211s|  4136k|  1465k| 11463k|   2.7 |  1995M |  90 | 420 |5156 | 216 |  39k|  1 |2677k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3199.19/3211.36	c  3211s|  4137k|  1465k| 11464k|   2.7 |  1995M |  90 | 420 |5156 | 215 |  39k|  1 |2677k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3199.39/3211.53	c  3212s|  4137k|  1465k| 11464k|   2.7 |  1995M |  90 | 420 |5156 | 215 |  39k|  1 |2677k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3199.49/3211.69	c  3212s|  4137k|  1465k| 11464k|   2.7 |  1995M |  90 | 420 |5156 |   0 |  39k|  0 |2677k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3199.69/3211.85	c  3212s|  4137k|  1465k| 11465k|   2.7 |  1995M |  90 | 420 |5156 | 215 |  39k|  1 |2677k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3199.79/3211.96	c  3212s|  4137k|  1466k| 11465k|   2.7 |  1995M |  90 | 420 |5156 |   0 |  39k|  0 |2677k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3200.00/3212.13	c  3212s|  4137k|  1466k| 11465k|   2.7 |  1995M |  90 | 420 |5156 | 215 |  39k|  1 |2677k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3200.09/3212.25	c  3212s|  4137k|  1466k| 11466k|   2.7 |  1995M |  90 | 420 |5156 |   0 |  39k|  0 |2677k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3200.19/3212.38	c  3212s|  4137k|  1466k| 11466k|   2.7 |  1995M |  90 | 420 |5156 |   0 |  39k|  0 |2677k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3200.39/3212.55	c  3213s|  4137k|  1466k| 11467k|   2.7 |  1995M |  90 | 420 |5156 | 215 |  39k|  1 |2678k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3200.59/3212.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3200.59/3212.70	c  3213s|  4137k|  1466k| 11467k|   2.7 |  1995M |  90 | 420 |5156 | 215 |  39k|  1 |2678k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3200.69/3212.87	c  3213s|  4138k|  1466k| 11467k|   2.7 |  1995M |  90 | 420 |5156 | 216 |  39k|  0 |2678k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3200.89/3213.04	c  3213s|  4138k|  1466k| 11468k|   2.7 |  1995M |  90 | 420 |5156 | 216 |  39k|  1 |2678k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3200.99/3213.18	c  3213s|  4138k|  1466k| 11468k|   2.7 |  1995M |  90 | 420 |5156 | 216 |  39k|  1 |2678k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3201.19/3213.33	c  3213s|  4138k|  1466k| 11468k|   2.7 |  1995M |  90 | 420 |5156 | 216 |  39k|  1 |2678k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3201.39/3213.50	c  3213s|  4138k|  1466k| 11468k|   2.7 |  1995M |  90 | 420 |5156 |   0 |  39k|  0 |2678k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3201.49/3213.65	c  3214s|  4138k|  1466k| 11469k|   2.7 |  1995M |  90 | 420 |5156 |   0 |  39k|  0 |2678k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3201.69/3213.80	c  3214s|  4138k|  1466k| 11469k|   2.7 |  1995M |  90 | 420 |5156 |   0 |  39k|  0 |2678k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3201.78/3213.98	c  3214s|  4138k|  1466k| 11469k|   2.7 |  1995M |  90 | 420 |5156 | 216 |  39k|  1 |2678k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3201.99/3214.13	c  3214s|  4138k|  1466k| 11470k|   2.7 |  1995M |  90 | 420 |5156 | 216 |  39k|  1 |2678k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3202.08/3214.25	c  3214s|  4138k|  1466k| 11470k|   2.7 |  1995M |  90 | 420 |5156 | 216 |  39k|  1 |2678k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3202.28/3214.41	c  3214s|  4139k|  1466k| 11470k|   2.7 |  1997M |  90 | 420 |5156 | 216 |  39k|  1 |2678k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3202.38/3214.57	c  3215s|  4139k|  1466k| 11471k|   2.7 |  1997M |  90 | 420 |5156 | 215 |  39k|  1 |2679k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3202.58/3214.76	c  3215s|  4139k|  1466k| 11471k|   2.7 |  1997M |  90 | 420 |5156 | 215 |  39k|  1 |2679k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3202.78/3214.90	c  3215s|  4139k|  1466k| 11471k|   2.7 |  1997M |  90 | 420 |5156 | 215 |  39k|  1 |2679k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3202.89/3215.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3202.89/3215.04	c  3215s|  4139k|  1466k| 11471k|   2.7 |  1997M |  90 | 420 |5156 | 215 |  39k|  1 |2679k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3203.08/3215.21	c  3215s|  4139k|  1466k| 11472k|   2.7 |  1997M |  90 | 420 |5156 | 215 |  39k|  1 |2679k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3203.18/3215.34	c  3215s|  4139k|  1466k| 11472k|   2.7 |  1997M |  90 | 420 |5156 |   0 |  39k|  0 |2679k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3203.28/3215.48	c  3215s|  4139k|  1466k| 11472k|   2.7 |  1997M |  90 | 420 |5156 | 215 |  39k|  1 |2679k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3203.48/3215.63	c  3216s|  4139k|  1466k| 11473k|   2.7 |  1997M |  90 | 420 |5156 |   0 |  39k|  0 |2679k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3203.58/3215.79	c  3216s|  4139k|  1466k| 11473k|   2.7 |  1997M |  90 | 420 |5156 |   0 |  39k|  0 |2679k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3203.78/3215.95	c  3216s|  4140k|  1466k| 11473k|   2.7 |  1997M |  90 | 420 |5156 |   0 |  39k|  0 |2679k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3203.98/3216.12	c  3216s|  4140k|  1467k| 11473k|   2.7 |  1997M |  90 | 420 |5156 | 215 |  39k|  1 |2679k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3204.08/3216.28	c  3216s|  4140k|  1467k| 11474k|   2.7 |  1997M |  90 | 420 |5156 |   0 |  39k|  0 |2679k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3204.28/3216.48	c  3216s|  4140k|  1467k| 11474k|   2.7 |  1997M |  90 | 420 |5156 |   0 |  39k|  0 |2679k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3204.47/3216.67	c  3217s|  4140k|  1467k| 11474k|   2.7 |  1997M |  90 | 420 |5156 | 215 |  39k|  1 |2679k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3204.67/3216.81	c  3217s|  4140k|  1467k| 11475k|   2.7 |  1997M |  90 | 420 |5156 |   0 |  39k|  0 |2679k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3204.77/3216.97	c  3217s|  4140k|  1467k| 11475k|   2.7 |  1997M |  90 | 420 |5156 | 215 |  39k|  1 |2679k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3204.98/3217.13	c  3217s|  4140k|  1467k| 11475k|   2.7 |  1997M |  90 | 420 |5156 | 215 |  39k|  1 |2679k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3205.07/3217.29	c  3217s|  4140k|  1467k| 11475k|   2.7 |  1997M |  90 | 420 |5155 | 215 |  39k|  1 |2680k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3205.27/3217.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3205.27/3217.45	c  3217s|  4140k|  1467k| 11476k|   2.7 |  1997M |  90 | 420 |5155 | 215 |  39k|  1 |2680k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3205.47/3217.63	c  3218s|  4141k|  1467k| 11476k|   2.7 |  1997M |  90 | 420 |5155 | 215 |  39k|  1 |2680k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3205.57/3217.78	c  3218s|  4141k|  1467k| 11476k|   2.7 |  1997M |  90 | 420 |5155 | 215 |  39k|  1 |2680k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3205.77/3217.92	c  3218s|  4141k|  1467k| 11477k|   2.7 |  1997M |  90 | 420 |5155 | 215 |  39k|  1 |2680k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3205.87/3218.07	c  3218s|  4141k|  1467k| 11477k|   2.7 |  1997M |  90 | 420 |5155 |   0 |  39k|  0 |2680k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3206.07/3218.24	c  3218s|  4141k|  1467k| 11477k|   2.7 |  1997M |  90 | 420 |5155 |   0 |  39k|  0 |2680k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3206.28/3218.42	c  3218s|  4141k|  1467k| 11478k|   2.7 |  1998M |  90 | 420 |5155 | 215 |  39k|  1 |2680k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3206.38/3218.56	c  3219s|  4141k|  1467k| 11478k|   2.7 |  1998M |  90 | 420 |5155 |   0 |  39k|  0 |2680k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3206.58/3218.72	c  3219s|  4141k|  1467k| 11478k|   2.7 |  1998M |  90 | 420 |5156 |   0 |  39k|  0 |2680k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3206.67/3218.87	c  3219s|  4141k|  1467k| 11478k|   2.7 |  1998M |  90 | 420 |5156 |   0 |  39k|  0 |2680k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3206.88/3219.01	c  3219s|  4141k|  1467k| 11479k|   2.7 |  1998M |  90 | 420 |5156 |   0 |  39k|  0 |2681k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3206.98/3219.15	c  3219s|  4142k|  1467k| 11479k|   2.7 |  1998M |  90 | 420 |5155 |   0 |  39k|  0 |2681k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3207.07/3219.29	c  3219s|  4142k|  1467k| 11479k|   2.7 |  1998M |  90 | 420 |5155 | 215 |  39k|  1 |2681k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3207.27/3219.43	c  3219s|  4142k|  1467k| 11479k|   2.7 |  1999M |  90 | 420 |5155 | 215 |  39k|  1 |2681k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3207.37/3219.57	c  3220s|  4142k|  1467k| 11480k|   2.7 |  1999M |  90 | 420 |5155 | 215 |  39k|  1 |2681k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3207.57/3219.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3207.57/3219.76	c  3220s|  4142k|  1467k| 11480k|   2.7 |  1999M |  90 | 420 |5155 |   0 |  39k|  0 |2681k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3207.77/3219.95	c  3220s|  4142k|  1467k| 11480k|   2.7 |  1999M |  90 | 420 |5156 | 215 |  39k|  1 |2681k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3207.98/3220.10	c  3220s|  4142k|  1467k| 11481k|   2.7 |  1999M |  90 | 420 |5156 | 215 |  39k|  1 |2681k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3208.07/3220.25	c  3220s|  4142k|  1468k| 11481k|   2.7 |  1999M |  90 | 420 |5156 | 212 |  39k|  1 |2681k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3208.37/3220.50	c  3220s|  4142k|  1468k| 11481k|   2.7 |  1999M |  90 | 420 |5156 |   0 |  39k|  0 |2681k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3208.47/3220.62	c  3221s|  4142k|  1468k| 11482k|   2.7 |  1999M |  90 | 420 |5156 | 214 |  39k|  1 |2681k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3208.57/3220.77	c  3221s|  4143k|  1468k| 11482k|   2.7 |  1999M |  90 | 420 |5156 | 214 |  39k|  1 |2681k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3208.77/3220.91	c  3221s|  4143k|  1468k| 11482k|   2.7 |  1999M |  90 | 420 |5156 | 214 |  39k|  1 |2681k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3208.87/3221.06	c  3221s|  4143k|  1468k| 11482k|   2.7 |  1999M |  90 | 420 |5156 | 214 |  39k|  1 |2681k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3209.07/3221.21	c  3221s|  4143k|  1468k| 11483k|   2.7 |  1999M |  90 | 420 |5156 | 214 |  39k|  1 |2681k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3209.17/3221.35	c  3221s|  4143k|  1468k| 11483k|   2.7 |  1999M |  90 | 420 |5156 | 214 |  39k|  1 |2682k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3209.27/3221.48	c  3221s|  4143k|  1468k| 11483k|   2.7 |  1999M |  90 | 420 |5156 |   0 |  39k|  0 |2682k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3209.47/3221.62	c  3222s|  4143k|  1468k| 11484k|   2.7 |  1999M |  90 | 420 |5156 | 214 |  39k|  1 |2682k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3209.57/3221.78	c  3222s|  4143k|  1468k| 11484k|   2.7 |  1999M |  90 | 420 |5156 |   0 |  39k|  0 |2682k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3209.76/3221.95	c  3222s|  4143k|  1468k| 11484k|   2.7 |  1999M |  90 | 420 |5156 | 216 |  39k|  1 |2682k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3209.97/3222.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3209.97/3222.18	c  3222s|  4143k|  1468k| 11484k|   2.7 |  1999M |  90 | 420 |5156 | 216 |  39k|  1 |2682k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3210.16/3222.34	c  3222s|  4144k|  1468k| 11485k|   2.7 |  1999M |  90 | 420 |5156 | 216 |  39k|  1 |2682k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3210.26/3222.49	c  3222s|  4144k|  1468k| 11485k|   2.7 |  1999M |  90 | 420 |5156 |   0 |  39k|  0 |2682k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3210.46/3222.63	c  3223s|  4144k|  1468k| 11485k|   2.7 |  1999M |  90 | 420 |5156 | 216 |  39k|  1 |2682k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3210.56/3222.78	c  3223s|  4144k|  1468k| 11486k|   2.7 |  2000M |  90 | 420 |5156 |   0 |  39k|  0 |2682k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3210.76/3222.95	c  3223s|  4144k|  1468k| 11486k|   2.7 |  2000M |  90 | 420 |5156 | 216 |  39k|  1 |2682k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3210.87/3223.10	c  3223s|  4144k|  1468k| 11486k|   2.7 |  2000M |  90 | 420 |5156 | 216 |  39k|  1 |2682k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3211.06/3223.24	c  3223s|  4144k|  1468k| 11487k|   2.7 |  2000M |  90 | 420 |5156 | 216 |  39k|  1 |2683k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3211.16/3223.39	c  3223s|  4144k|  1468k| 11487k|   2.7 |  2000M |  90 | 420 |5156 | 216 |  39k|  1 |2683k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3211.36/3223.56	c  3224s|  4144k|  1468k| 11487k|   2.7 |  2000M |  90 | 420 |5156 |   0 |  39k|  0 |2683k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3211.56/3223.71	c  3224s|  4144k|  1468k| 11487k|   2.7 |  2000M |  90 | 420 |5156 |   0 |  39k|  0 |2683k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3211.66/3223.87	c  3224s|  4145k|  1468k| 11488k|   2.7 |  2000M |  90 | 420 |5156 | 216 |  39k|  1 |2683k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3211.86/3224.01	c  3224s|  4145k|  1468k| 11488k|   2.7 |  2000M |  90 | 420 |5155 |   0 |  39k|  0 |2683k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3211.96/3224.18	c  3224s|  4145k|  1468k| 11488k|   2.7 |  2000M |  90 | 420 |5155 | 216 |  39k|  1 |2683k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3212.16/3224.33	c  3224s|  4145k|  1469k| 11489k|   2.7 |  2000M |  90 | 420 |5155 | 216 |  39k|  1 |2683k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3212.36/3224.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3212.36/3224.53	c  3225s|  4145k|  1469k| 11489k|   2.7 |  2000M |  90 | 420 |5156 | 214 |  39k|  1 |2684k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3212.46/3224.69	c  3225s|  4145k|  1469k| 11489k|   2.7 |  2000M |  90 | 420 |5156 | 214 |  39k|  1 |2684k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3212.66/3224.84	c  3225s|  4145k|  1469k| 11490k|   2.7 |  2000M |  90 | 420 |5156 | 214 |  39k|  1 |2684k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3212.86/3225.02	c  3225s|  4145k|  1469k| 11490k|   2.7 |  2000M |  90 | 420 |5156 | 214 |  39k|  1 |2684k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3213.05/3225.23	c  3225s|  4145k|  1469k| 11490k|   2.7 |  2000M |  90 | 420 |5156 | 214 |  39k|  1 |2684k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3213.15/3225.38	c  3225s|  4145k|  1469k| 11491k|   2.7 |  2000M |  90 | 420 |5156 | 216 |  39k|  0 |2684k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3213.45/3225.64	c  3226s|  4146k|  1469k| 11491k|   2.7 |  2000M |  90 | 420 |5156 | 216 |  39k|  1 |2684k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3213.65/3225.85	c  3226s|  4146k|  1469k| 11491k|   2.7 |  2000M |  90 | 420 |5156 |   0 |  39k|  0 |2684k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3213.86/3226.06	c  3226s|  4146k|  1469k| 11492k|   2.7 |  2001M |  90 | 420 |5156 | 217 |  39k|  1 |2685k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3214.05/3226.21	c  3226s|  4146k|  1469k| 11492k|   2.7 |  2001M |  90 | 420 |5156 | 217 |  39k|  1 |2685k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3214.15/3226.38	c  3226s|  4146k|  1469k| 11492k|   2.7 |  2001M |  90 | 420 |5156 | 217 |  39k|  0 |2685k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3214.35/3226.55	c  3227s|  4146k|  1469k| 11493k|   2.7 |  2001M |  90 | 420 |5156 | 217 |  39k|  1 |2685k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3214.55/3226.70	c  3227s|  4146k|  1469k| 11493k|   2.7 |  2001M |  90 | 420 |5156 | 217 |  39k|  1 |2685k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3214.65/3226.88	c  3227s|  4146k|  1469k| 11493k|   2.7 |  2001M |  90 | 420 |5156 |   0 |  39k|  0 |2685k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3214.85/3227.07	c  3227s|  4146k|  1469k| 11494k|   2.7 |  2001M |  90 | 420 |5156 | 217 |  39k|  1 |2685k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3215.05/3227.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3215.05/3227.21	c  3227s|  4146k|  1469k| 11494k|   2.7 |  2001M |  90 | 420 |5156 | 217 |  39k|  1 |2685k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3215.15/3227.39	c  3227s|  4147k|  1469k| 11494k|   2.7 |  2001M |  90 | 420 |5156 | 217 |  39k|  1 |2685k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3215.35/3227.56	c  3228s|  4147k|  1469k| 11494k|   2.7 |  2001M |  90 | 420 |5156 |   0 |  39k|  0 |2685k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3215.55/3227.71	c  3228s|  4147k|  1469k| 11495k|   2.7 |  2001M |  90 | 420 |5156 | 217 |  39k|  1 |2685k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3215.65/3227.89	c  3228s|  4147k|  1469k| 11495k|   2.7 |  2001M |  90 | 420 |5156 | 217 |  39k|  1 |2686k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3215.85/3228.07	c  3228s|  4147k|  1469k| 11495k|   2.7 |  2001M |  90 | 420 |5156 | 217 |  39k|  1 |2686k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3216.04/3228.29	c  3228s|  4147k|  1469k| 11496k|   2.7 |  2001M |  90 | 420 |5156 | 217 |  39k|  1 |2686k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3216.24/3228.45	c  3228s|  4147k|  1469k| 11496k|   2.7 |  2001M |  90 | 420 |5156 | 217 |  39k|  1 |2686k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3216.44/3228.61	c  3229s|  4147k|  1470k| 11496k|   2.7 |  2001M |  90 | 420 |5156 | 214 |  39k|  1 |2686k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3216.54/3228.78	c  3229s|  4147k|  1470k| 11497k|   2.7 |  2001M |  90 | 420 |5156 | 214 |  39k|  1 |2686k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3216.74/3228.94	c  3229s|  4147k|  1470k| 11497k|   2.7 |  2001M |  90 | 420 |5156 | 214 |  39k|  1 |2686k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3216.85/3229.10	c  3229s|  4148k|  1470k| 11497k|   2.7 |  2001M |  90 | 420 |5154 | 214 |  39k|  1 |2686k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3217.14/3229.33	c  3229s|  4148k|  1470k| 11498k|   2.7 |  2002M |  90 | 420 |5155 | 214 |  39k|  1 |2686k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3217.34/3229.50	c  3229s|  4148k|  1470k| 11498k|   2.7 |  2002M |  90 | 420 |5155 | 214 |  39k|  1 |2687k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3217.44/3229.66	c  3230s|  4148k|  1470k| 11498k|   2.7 |  2002M |  90 | 420 |5156 | 217 |  39k|  1 |2687k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3217.64/3229.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3217.64/3229.86	c  3230s|  4148k|  1470k| 11499k|   2.7 |  2002M |  90 | 420 |5156 | 217 |  39k|  1 |2687k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3217.84/3230.01	c  3230s|  4148k|  1470k| 11499k|   2.7 |  2003M |  90 | 420 |5156 | 217 |  39k|  1 |2687k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3217.94/3230.19	c  3230s|  4148k|  1470k| 11499k|   2.7 |  2003M |  90 | 420 |5156 | 214 |  39k|  1 |2687k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3218.14/3230.38	c  3230s|  4148k|  1470k| 11499k|   2.7 |  2003M |  90 | 420 |5156 | 214 |  39k|  1 |2687k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3218.34/3230.55	c  3231s|  4148k|  1470k| 11500k|   2.7 |  2003M |  90 | 420 |5156 | 214 |  39k|  1 |2687k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3218.54/3230.71	c  3231s|  4148k|  1470k| 11500k|   2.7 |  2003M |  90 | 420 |5156 |   0 |  39k|  0 |2688k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3218.64/3230.87	c  3231s|  4149k|  1470k| 11500k|   2.7 |  2003M |  90 | 420 |5156 | 214 |  39k|  1 |2688k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3218.84/3231.02	c  3231s|  4149k|  1470k| 11501k|   2.7 |  2003M |  90 | 420 |5156 | 214 |  39k|  1 |2688k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3218.94/3231.19	c  3231s|  4149k|  1470k| 11501k|   2.7 |  2003M |  90 | 420 |5156 | 217 |  39k|  1 |2688k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3219.23/3231.40	c  3231s|  4149k|  1470k| 11501k|   2.7 |  2003M |  90 | 420 |5156 | 217 |  39k|  1 |2688k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3219.33/3231.55	c  3232s|  4149k|  1470k| 11502k|   2.7 |  2003M |  90 | 420 |5156 |   0 |  39k|  0 |2688k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3219.53/3231.72	c  3232s|  4149k|  1470k| 11502k|   2.7 |  2003M |  90 | 420 |5156 | 217 |  39k|  1 |2688k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3219.63/3231.87	c  3232s|  4149k|  1470k| 11502k|   2.7 |  2003M |  90 | 420 |5156 | 217 |  39k|  1 |2688k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3219.84/3232.01	c  3232s|  4149k|  1470k| 11503k|   2.7 |  2003M |  90 | 420 |5156 |   0 |  39k|  0 |2688k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3220.03/3232.21	c  3232s|  4149k|  1470k| 11503k|   2.7 |  2003M |  90 | 420 |5156 | 214 |  39k|  0 |2688k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3220.13/3232.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3220.13/3232.38	c  3232s|  4149k|  1470k| 11503k|   2.7 |  2003M |  90 | 420 |5155 | 214 |  39k|  1 |2689k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3220.33/3232.52	c  3233s|  4150k|  1471k| 11503k|   2.7 |  2003M |  90 | 420 |5155 | 214 |  39k|  1 |2689k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3220.53/3232.72	c  3233s|  4150k|  1471k| 11504k|   2.7 |  2003M |  90 | 420 |5155 |   0 |  39k|  0 |2689k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3220.63/3232.89	c  3233s|  4150k|  1471k| 11504k|   2.7 |  2003M |  90 | 420 |5155 |   0 |  39k|  0 |2689k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3220.83/3233.03	c  3233s|  4150k|  1471k| 11504k|   2.7 |  2003M |  90 | 420 |5155 | 216 |  39k|  1 |2689k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3220.93/3233.18	c  3233s|  4150k|  1471k| 11505k|   2.7 |  2003M |  90 | 420 |5155 | 216 |  39k|  1 |2689k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3221.13/3233.35	c  3233s|  4150k|  1471k| 11505k|   2.7 |  2003M |  90 | 420 |5155 |   0 |  39k|  0 |2690k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3221.33/3233.52	c  3234s|  4150k|  1471k| 11505k|   2.7 |  2003M |  90 | 420 |5155 | 214 |  39k|  1 |2690k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3221.53/3233.74	c  3234s|  4150k|  1471k| 11506k|   2.7 |  2003M |  90 | 420 |5155 | 214 |  39k|  1 |2690k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3221.73/3233.90	c  3234s|  4150k|  1471k| 11506k|   2.7 |  2003M |  90 | 420 |5155 | 214 |  39k|  1 |2690k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3221.83/3234.08	c  3234s|  4150k|  1471k| 11506k|   2.7 |  2003M |  90 | 420 |5155 |   0 |  39k|  0 |2690k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3222.02/3234.25	c  3234s|  4151k|  1471k| 11506k|   2.7 |  2003M |  90 | 420 |5154 | 214 |  39k|  1 |2690k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3222.22/3234.41	c  3234s|  4151k|  1471k| 11507k|   2.7 |  2003M |  90 | 420 |5154 | 214 |  39k|  1 |2691k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3222.32/3234.55	c  3235s|  4151k|  1471k| 11507k|   2.7 |  2003M |  90 | 420 |5154 |   0 |  39k|  0 |2691k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3222.52/3234.73	c  3235s|  4151k|  1471k| 11507k|   2.7 |  2003M |  90 | 420 |5154 |   0 |  39k|  0 |2691k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3222.62/3234.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3222.62/3234.89	c  3235s|  4151k|  1471k| 11508k|   2.7 |  2003M |  90 | 420 |5153 | 214 |  39k|  1 |2691k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3222.83/3235.08	c  3235s|  4151k|  1471k| 11508k|   2.7 |  2003M |  90 | 420 |5154 | 214 |  39k|  1 |2691k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3223.02/3235.24	c  3235s|  4151k|  1471k| 11508k|   2.7 |  2003M |  90 | 420 |5155 | 214 |  39k|  1 |2691k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3223.22/3235.41	c  3235s|  4151k|  1471k| 11509k|   2.7 |  2003M |  90 | 420 |5154 | 214 |  39k|  1 |2692k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3223.32/3235.56	c  3236s|  4151k|  1471k| 11509k|   2.7 |  2003M |  90 | 420 |5154 |   0 |  39k|  0 |2692k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3223.52/3235.74	c  3236s|  4151k|  1471k| 11509k|   2.7 |  2003M |  90 | 420 |5154 | 214 |  39k|  1 |2692k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3223.72/3235.92	c  3236s|  4152k|  1471k| 11510k|   2.7 |  2003M |  90 | 420 |5154 | 214 |  39k|  1 |2692k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3223.82/3236.08	c  3236s|  4152k|  1471k| 11510k|   2.7 |  2003M |  90 | 420 |5154 | 214 |  39k|  1 |2692k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3224.02/3236.22	c  3236s|  4152k|  1472k| 11510k|   2.7 |  2003M |  90 | 420 |5154 | 214 |  39k|  1 |2692k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3224.12/3236.38	c  3236s|  4152k|  1472k| 11511k|   2.7 |  2003M |  90 | 420 |5154 | 214 |  39k|  1 |2692k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3224.32/3236.55	c  3237s|  4152k|  1472k| 11511k|   2.7 |  2003M |  90 | 420 |5153 | 214 |  39k|  1 |2692k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3224.52/3236.73	c  3237s|  4152k|  1472k| 11511k|   2.7 |  2003M |  90 | 420 |5153 | 214 |  39k|  1 |2693k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3224.71/3236.91	c  3237s|  4152k|  1472k| 11512k|   2.7 |  2003M |  90 | 420 |5153 |   0 |  39k|  0 |2693k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3224.82/3237.05	c  3237s|  4152k|  1472k| 11512k|   2.7 |  2003M |  90 | 420 |5153 | 214 |  39k|  1 |2693k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3225.01/3237.23	c  3237s|  4152k|  1472k| 11512k|   2.7 |  2004M |  90 | 420 |5153 |   0 |  39k|  0 |2693k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3225.21/3237.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3225.21/3237.41	c  3237s|  4152k|  1472k| 11513k|   2.7 |  2004M |  90 | 420 |5153 | 214 |  39k|  1 |2693k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3225.31/3237.57	c  3238s|  4153k|  1472k| 11513k|   2.7 |  2004M |  90 | 420 |5153 |   0 |  39k|  0 |2694k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3225.51/3237.74	c  3238s|  4153k|  1472k| 11513k|   2.7 |  2004M |  90 | 420 |5153 | 214 |  39k|  1 |2694k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3225.61/3237.89	c  3238s|  4153k|  1472k| 11513k|   2.7 |  2004M |  90 | 420 |5153 | 214 |  39k|  1 |2694k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3225.81/3238.03	c  3238s|  4153k|  1472k| 11514k|   2.7 |  2004M |  90 | 420 |5153 | 214 |  39k|  1 |2694k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3226.01/3238.20	c  3238s|  4153k|  1472k| 11514k|   2.7 |  2004M |  90 | 420 |5153 | 214 |  39k|  1 |2694k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3226.11/3238.36	c  3238s|  4153k|  1472k| 11514k|   2.7 |  2004M |  90 | 420 |5154 | 216 |  39k|  1 |2694k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3226.31/3238.56	c  3239s|  4153k|  1472k| 11515k|   2.7 |  2004M |  90 | 420 |5154 | 216 |  39k|  1 |2694k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3226.51/3238.72	c  3239s|  4153k|  1472k| 11515k|   2.7 |  2004M |  90 | 420 |5154 | 216 |  39k|  1 |2695k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3226.70/3238.90	c  3239s|  4153k|  1472k| 11515k|   2.7 |  2004M |  90 | 420 |5154 | 216 |  39k|  1 |2695k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3226.81/3239.06	c  3239s|  4153k|  1472k| 11516k|   2.7 |  2004M |  90 | 420 |5155 | 216 |  39k|  1 |2695k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3227.00/3239.23	c  3239s|  4154k|  1472k| 11516k|   2.7 |  2004M |  90 | 420 |5155 | 216 |  39k|  1 |2695k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3227.10/3239.37	c  3239s|  4154k|  1472k| 11516k|   2.7 |  2004M |  90 | 420 |5155 | 216 |  39k|  1 |2695k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3227.30/3239.51	c  3240s|  4154k|  1472k| 11517k|   2.7 |  2004M |  90 | 420 |5155 | 217 |  39k|  1 |2695k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3227.50/3239.70	c  3240s|  4154k|  1472k| 11517k|   2.7 |  2004M |  90 | 420 |5155 | 217 |  39k|  1 |2696k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3227.60/3239.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3227.60/3239.86	c  3240s|  4154k|  1473k| 11517k|   2.7 |  2004M |  90 | 420 |5154 | 214 |  39k|  1 |2696k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3227.81/3240.03	c  3240s|  4154k|  1473k| 11518k|   2.7 |  2004M |  90 | 420 |5155 |   0 |  39k|  0 |2696k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3227.91/3240.19	c  3240s|  4154k|  1473k| 11518k|   2.7 |  2004M |  90 | 420 |5155 | 214 |  39k|  1 |2696k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3228.10/3240.34	c  3240s|  4154k|  1473k| 11518k|   2.7 |  2004M |  90 | 420 |5155 | 214 |  39k|  1 |2696k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3228.20/3240.47	c  3240s|  4154k|  1473k| 11518k|   2.7 |  2004M |  90 | 420 |5155 | 214 |  39k|  1 |2696k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3228.40/3240.62	c  3241s|  4154k|  1473k| 11519k|   2.7 |  2004M |  90 | 420 |5155 |   0 |  39k|  0 |2696k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3228.50/3240.77	c  3241s|  4155k|  1473k| 11519k|   2.7 |  2004M |  90 | 420 |5155 | 214 |  39k|  1 |2696k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3228.70/3240.95	c  3241s|  4155k|  1473k| 11519k|   2.7 |  2004M |  90 | 420 |5154 | 214 |  39k|  1 |2697k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3228.90/3241.11	c  3241s|  4155k|  1473k| 11520k|   2.7 |  2004M |  90 | 420 |5154 | 214 |  39k|  1 |2697k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3229.10/3241.31	c  3241s|  4155k|  1473k| 11520k|   2.7 |  2004M |  90 | 420 |5155 | 215 |  39k|  1 |2697k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3229.20/3241.45	c  3241s|  4155k|  1473k| 11520k|   2.7 |  2004M |  90 | 420 |5155 | 215 |  39k|  1 |2697k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3229.40/3241.67	c  3242s|  4155k|  1473k| 11521k|   2.7 |  2004M |  90 | 420 |5155 | 215 |  39k|  1 |2697k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3229.60/3241.88	c  3242s|  4155k|  1473k| 11521k|   2.7 |  2004M |  90 | 420 |5155 | 222 |  39k|  1 |2697k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3229.80/3242.05	c  3242s|  4155k|  1473k| 11522k|   2.7 |  2004M |  90 | 420 |5155 | 222 |  39k|  1 |2697k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3229.99/3242.22	c  3242s|  4155k|  1473k| 11522k|   2.7 |  2004M |  90 | 420 |5155 | 221 |  39k|  1 |2697k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3230.09/3242.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3230.09/3242.39	c  3242s|  4155k|  1473k| 11522k|   2.7 |  2004M |  90 | 420 |5155 | 218 |  39k|  1 |2698k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3230.29/3242.54	c  3243s|  4156k|  1473k| 11523k|   2.7 |  2004M |  90 | 420 |5155 | 218 |  39k|  1 |2698k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3230.49/3242.73	c  3243s|  4156k|  1473k| 11523k|   2.7 |  2004M |  90 | 420 |5155 | 218 |  39k|  1 |2698k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3230.69/3242.92	c  3243s|  4156k|  1473k| 11524k|   2.7 |  2005M |  90 | 420 |5155 | 217 |  39k|  1 |2698k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3230.99/3243.22	c  3243s|  4156k|  1473k| 11524k|   2.7 |  2005M |  90 | 420 |5144 | 217 |  39k|  1 |2698k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3231.19/3243.44	c  3243s|  4156k|  1474k| 11525k|   2.7 |  2005M |  90 | 420 |5113 |   0 |  39k|  0 |2698k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3231.39/3243.63	c  3244s|  4156k|  1474k| 11525k|   2.7 |  2005M |  90 | 420 |5049 | 221 |  39k|  1 |2698k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3231.49/3243.79	c  3244s|  4156k|  1474k| 11525k|   2.7 |  2005M |  90 | 420 |5104 |   0 |  39k|  0 |2698k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3231.69/3243.96	c  3244s|  4156k|  1474k| 11526k|   2.7 |  2005M |  90 | 420 |5124 |   0 |  39k|  0 |2698k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3231.89/3244.17	c  3244s|  4156k|  1474k| 11526k|   2.7 |  2005M |  90 | 420 |4988 | 216 |  39k|  1 |2698k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3232.09/3244.35	c  3244s|  4156k|  1474k| 11526k|   2.7 |  2005M |  90 | 420 |5019 | 222 |  39k|  1 |2698k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3232.29/3244.51	c  3245s|  4157k|  1474k| 11526k|   2.7 |  2005M |  90 | 420 |5056 | 217 |  39k|  1 |2698k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3232.39/3244.65	c  3245s|  4157k|  1474k| 11527k|   2.7 |  2005M |  90 | 420 |5112 | 217 |  39k|  1 |2698k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3232.49/3244.77	c  3245s|  4157k|  1474k| 11527k|   2.7 |  2005M |  90 | 420 |5155 | 219 |  39k|  1 |2698k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3232.69/3244.95	c  3245s|  4157k|  1474k| 11527k|   2.7 |  2005M |  90 | 420 |5155 | 221 |  39k|  1 |2699k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3232.79/3245.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3232.79/3245.09	c  3245s|  4157k|  1474k| 11527k|   2.7 |  2005M |  90 | 420 |5155 | 217 |  39k|  1 |2699k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3232.98/3245.29	c  3245s|  4157k|  1474k| 11527k|   2.7 |  2005M |  90 | 420 |5155 | 217 |  39k|  1 |2699k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3233.18/3245.40	c  3245s|  4157k|  1474k| 11528k|   2.7 |  2005M |  90 | 420 |5155 | 217 |  39k|  1 |2699k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3233.28/3245.55	c  3246s|  4157k|  1474k| 11528k|   2.7 |  2006M |  90 | 420 |5155 | 219 |  39k|  1 |2699k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3233.48/3245.74	c  3246s|  4157k|  1474k| 11528k|   2.7 |  2006M |  90 | 420 |5155 |   0 |  39k|  0 |2699k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3233.89/3246.13	c  3246s|  4157k|  1474k| 11528k|   2.7 |  2006M |  90 | 420 |5155 | 219 |  39k|  1 |2699k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3233.98/3246.25	c  3246s|  4158k|  1474k| 11529k|   2.7 |  2006M |  90 | 420 |5155 | 219 |  39k|  1 |2699k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3234.18/3246.48	c  3246s|  4158k|  1474k| 11529k|   2.7 |  2007M |  90 | 420 |5155 | 215 |  39k|  1 |2699k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3234.48/3246.77	c  3247s|  4158k|  1474k| 11530k|   2.7 |  2007M |  90 | 420 |5155 | 215 |  39k|  0 |2699k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3234.88/3247.16	c  3247s|  4158k|  1474k| 11530k|   2.7 |  2007M |  90 | 420 |5132 |   0 |  39k|  0 |2699k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3235.28/3247.58	c  3248s|  4158k|  1474k| 11530k|   2.7 |  2007M |  90 | 420 |5124 | 216 |  39k|  1 |2699k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3235.38/3247.68	c  3248s|  4158k|  1474k| 11530k|   2.7 |  2008M |  90 | 420 |5155 | 216 |  39k|  1 |2699k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3235.58/3247.82	c  3248s|  4158k|  1474k| 11531k|   2.7 |  2008M |  90 | 420 |5155 | 216 |  39k|  1 |2699k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3235.68/3247.95	c  3248s|  4158k|  1474k| 11531k|   2.7 |  2008M |  90 | 420 |5155 | 216 |  39k|  1 |2700k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3235.78/3248.07	c  3248s|  4158k|  1474k| 11531k|   2.7 |  2008M |  90 | 420 |5155 |   0 |  39k|  0 |2700k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3235.97/3248.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3235.97/3248.22	c  3248s|  4158k|  1474k| 11532k|   2.7 |  2008M |  90 | 420 |5155 | 216 |  39k|  1 |2700k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3236.07/3248.39	c  3248s|  4159k|  1474k| 11532k|   2.7 |  2008M |  90 | 420 |5155 | 216 |  39k|  1 |2700k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3236.27/3248.55	c  3249s|  4159k|  1474k| 11532k|   2.7 |  2008M |  90 | 420 |5155 | 216 |  39k|  1 |2700k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3236.47/3248.70	c  3249s|  4159k|  1475k| 11533k|   2.7 |  2008M |  90 | 420 |5155 | 216 |  39k|  1 |2700k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3236.57/3248.81	c  3249s|  4159k|  1475k| 11533k|   2.7 |  2008M |  90 | 420 |5155 |   0 |  39k|  0 |2700k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3236.67/3248.93	c  3249s|  4159k|  1475k| 11533k|   2.7 |  2008M |  90 | 420 |5154 | 216 |  39k|  1 |2700k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3236.78/3249.08	c  3249s|  4159k|  1475k| 11534k|   2.7 |  2008M |  90 | 420 |5154 | 216 |  39k|  1 |2701k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3236.97/3249.22	c  3249s|  4159k|  1475k| 11534k|   2.7 |  2008M |  90 | 420 |5154 |   0 |  39k|  0 |2701k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3237.07/3249.37	c  3249s|  4159k|  1475k| 11534k|   2.7 |  2008M |  90 | 420 |5154 | 216 |  39k|  1 |2701k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3237.27/3249.55	c  3250s|  4159k|  1475k| 11535k|   2.7 |  2008M |  90 | 420 |5155 | 216 |  39k|  1 |2701k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3237.37/3249.67	c  3250s|  4159k|  1475k| 11535k|   2.7 |  2008M |  90 | 420 |5155 | 216 |  39k|  1 |2701k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3237.57/3249.81	c  3250s|  4160k|  1475k| 11535k|   2.7 |  2008M |  90 | 420 |5155 |   0 |  39k|  0 |2701k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3237.67/3249.96	c  3250s|  4160k|  1475k| 11536k|   2.7 |  2008M |  90 | 420 |5155 |   0 |  39k|  0 |2701k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3237.77/3250.08	c  3250s|  4160k|  1475k| 11536k|   2.7 |  2008M |  90 | 420 |5155 | 216 |  39k|  1 |2701k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3237.97/3250.21	c  3250s|  4160k|  1475k| 11536k|   2.7 |  2008M |  90 | 420 |5155 | 216 |  39k|  1 |2702k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3238.07/3250.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3238.07/3250.32	c  3250s|  4160k|  1475k| 11537k|   2.7 |  2008M |  90 | 420 |5155 | 216 |  39k|  1 |2702k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3238.17/3250.43	c  3250s|  4160k|  1475k| 11537k|   2.7 |  2008M |  90 | 420 |5155 | 216 |  39k|  1 |2702k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3238.27/3250.59	c  3251s|  4160k|  1475k| 11537k|   2.7 |  2008M |  90 | 420 |5155 | 216 |  39k|  1 |2702k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3238.46/3250.72	c  3251s|  4160k|  1475k| 11538k|   2.7 |  2008M |  90 | 420 |5155 |   0 |  39k|  0 |2702k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3238.56/3250.88	c  3251s|  4160k|  1475k| 11538k|   2.7 |  2008M |  90 | 420 |5155 | 216 |  39k|  1 |2702k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3238.77/3251.04	c  3251s|  4160k|  1475k| 11539k|   2.7 |  2008M |  90 | 420 |5155 | 216 |  39k|  1 |2702k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3238.87/3251.16	c  3251s|  4161k|  1475k| 11539k|   2.7 |  2008M |  90 | 420 |5155 | 216 |  39k|  1 |2702k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3239.06/3251.31	c  3251s|  4161k|  1475k| 11539k|   2.7 |  2008M |  90 | 420 |5155 | 216 |  39k|  1 |2702k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3239.16/3251.45	c  3251s|  4161k|  1475k| 11540k|   2.7 |  2008M |  90 | 420 |5155 | 216 |  39k|  1 |2702k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3239.36/3251.61	c  3252s|  4161k|  1475k| 11540k|   2.7 |  2008M |  90 | 420 |5155 |   0 |  39k|  0 |2702k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3239.46/3251.77	c  3252s|  4161k|  1475k| 11540k|   2.7 |  2008M |  90 | 420 |5155 | 214 |  39k|  1 |2703k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3239.66/3251.91	c  3252s|  4161k|  1475k| 11541k|   2.7 |  2008M |  90 | 420 |5155 |   0 |  39k|  0 |2703k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3239.76/3252.05	c  3252s|  4161k|  1476k| 11541k|   2.7 |  2008M |  90 | 420 |5155 | 214 |  39k|  1 |2703k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3239.86/3252.18	c  3252s|  4161k|  1476k| 11541k|   2.7 |  2008M |  90 | 420 |5155 | 214 |  39k|  1 |2703k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3240.06/3252.32	c  3252s|  4161k|  1476k| 11541k|   2.7 |  2008M |  90 | 420 |5155 | 214 |  39k|  1 |2703k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3240.16/3252.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3240.16/3252.43	c  3252s|  4161k|  1476k| 11542k|   2.7 |  2008M |  90 | 420 |5155 | 214 |  39k|  1 |2703k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3240.26/3252.59	c  3253s|  4162k|  1476k| 11542k|   2.7 |  2008M |  90 | 420 |5155 | 214 |  39k|  1 |2703k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3240.46/3252.72	c  3253s|  4162k|  1476k| 11542k|   2.7 |  2008M |  90 | 420 |5154 | 214 |  39k|  1 |2703k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3240.56/3252.86	c  3253s|  4162k|  1476k| 11542k|   2.7 |  2009M |  90 | 420 |5154 | 214 |  39k|  1 |2704k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3240.66/3252.98	c  3253s|  4162k|  1476k| 11543k|   2.7 |  2009M |  90 | 420 |5154 | 214 |  39k|  1 |2704k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3240.86/3253.13	c  3253s|  4162k|  1476k| 11543k|   2.7 |  2009M |  90 | 420 |5154 | 214 |  39k|  1 |2704k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3240.96/3253.25	c  3253s|  4162k|  1476k| 11543k|   2.7 |  2009M |  90 | 420 |5154 | 214 |  39k|  1 |2704k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3241.06/3253.37	c  3253s|  4162k|  1476k| 11544k|   2.7 |  2009M |  90 | 420 |5154 | 214 |  39k|  1 |2704k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3241.16/3253.49	c  3253s|  4162k|  1476k| 11544k|   2.7 |  2009M |  90 | 420 |5154 | 214 |  39k|  1 |2704k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3241.35/3253.61	c  3254s|  4162k|  1476k| 11544k|   2.7 |  2009M |  90 | 420 |5154 | 214 |  39k|  1 |2704k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3241.45/3253.75	c  3254s|  4162k|  1476k| 11545k|   2.7 |  2009M |  90 | 420 |5154 | 214 |  39k|  1 |2704k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3241.55/3253.88	c  3254s|  4163k|  1476k| 11545k|   2.7 |  2009M |  90 | 420 |5156 | 214 |  39k|  1 |2705k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3241.76/3254.05	c  3254s|  4163k|  1476k| 11545k|   2.7 |  2009M |  90 | 420 |5156 |   0 |  39k|  0 |2705k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3241.86/3254.19	c  3254s|  4163k|  1476k| 11545k|   2.7 |  2009M |  90 | 420 |5156 |   0 |  39k|  0 |2705k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3242.05/3254.34	c  3254s|  4163k|  1476k| 11546k|   2.7 |  2009M |  90 | 420 |5155 |   0 |  39k|  0 |2705k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3242.25/3254.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3242.25/3254.51	c  3255s|  4163k|  1476k| 11546k|   2.7 |  2009M |  90 | 420 |5155 | 214 |  39k|  1 |2705k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3242.35/3254.63	c  3255s|  4163k|  1476k| 11546k|   2.7 |  2009M |  90 | 420 |5152 | 214 |  39k|  1 |2706k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3242.45/3254.74	c  3255s|  4163k|  1476k| 11546k|   2.7 |  2009M |  90 | 420 |5152 | 214 |  39k|  1 |2706k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3242.55/3254.87	c  3255s|  4163k|  1476k| 11547k|   2.7 |  2009M |  90 | 420 |5151 |   0 |  39k|  0 |2706k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3242.75/3255.00	c  3255s|  4163k|  1476k| 11547k|   2.7 |  2009M |  90 | 420 |5151 | 214 |  39k|  1 |2706k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3242.95/3255.24	c  3255s|  4163k|  1476k| 11547k|   2.7 |  2009M |  90 | 420 |5156 | 216 |  39k|  1 |2706k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3243.05/3255.36	c  3255s|  4164k|  1477k| 11548k|   2.7 |  2009M |  90 | 420 |5156 | 216 |  39k|  1 |2706k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3243.25/3255.50	c  3256s|  4164k|  1477k| 11548k|   2.7 |  2009M |  90 | 420 |5156 | 216 |  39k|  1 |2706k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3243.35/3255.63	c  3256s|  4164k|  1477k| 11548k|   2.7 |  2010M |  90 | 420 |5156 | 216 |  39k|  1 |2706k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3243.65/3255.91	c  3256s|  4164k|  1477k| 11548k|   2.7 |  2010M |  90 | 420 |5156 | 224 |  39k|  1 |2707k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3243.75/3256.07	c  3256s|  4164k|  1477k| 11549k|   2.7 |  2010M |  90 | 420 |5156 | 216 |  39k|  1 |2707k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3243.95/3256.24	c  3256s|  4164k|  1477k| 11549k|   2.7 |  2010M |  90 | 420 |5156 |   0 |  39k|  0 |2707k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3244.05/3256.37	c  3256s|  4164k|  1477k| 11549k|   2.7 |  2010M |  90 | 420 |5156 | 216 |  39k|  1 |2707k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3244.15/3256.48	c  3256s|  4164k|  1477k| 11550k|   2.7 |  2010M |  90 | 420 |5156 | 216 |  39k|  1 |2707k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3244.34/3256.61	c  3257s|  4164k|  1477k| 11550k|   2.7 |  2010M |  90 | 420 |5156 | 216 |  39k|  1 |2707k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3244.44/3256.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3244.44/3256.74	c  3257s|  4164k|  1477k| 11550k|   2.7 |  2010M |  90 | 420 |5156 | 216 |  39k|  1 |2707k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3244.54/3256.86	c  3257s|  4165k|  1477k| 11551k|   2.7 |  2010M |  90 | 420 |5156 | 216 |  39k|  1 |2707k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3244.64/3256.97	c  3257s|  4165k|  1477k| 11551k|   2.7 |  2010M |  90 | 420 |5156 |   0 |  39k|  0 |2707k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3244.85/3257.10	c  3257s|  4165k|  1477k| 11551k|   2.7 |  2010M |  90 | 420 |5156 | 216 |  39k|  1 |2707k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3244.94/3257.23	c  3257s|  4165k|  1477k| 11552k|   2.7 |  2010M |  90 | 420 |5157 | 216 |  39k|  1 |2708k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3245.04/3257.37	c  3257s|  4165k|  1477k| 11552k|   2.7 |  2010M |  90 | 420 |5157 |   0 |  39k|  0 |2708k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3245.14/3257.47	c  3257s|  4165k|  1477k| 11552k|   2.7 |  2010M |  90 | 420 |5159 | 216 |  39k|  1 |2708k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3245.34/3257.61	c  3258s|  4165k|  1477k| 11552k|   2.7 |  2010M |  90 | 420 |5159 | 216 |  39k|  1 |2708k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3245.44/3257.72	c  3258s|  4165k|  1477k| 11553k|   2.7 |  2010M |  90 | 420 |5159 | 216 |  39k|  1 |2708k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3245.54/3257.85	c  3258s|  4165k|  1477k| 11553k|   2.7 |  2010M |  90 | 420 |5159 | 216 |  39k|  1 |2708k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3245.64/3257.99	c  3258s|  4165k|  1477k| 11553k|   2.7 |  2010M |  90 | 420 |5161 |   0 |  39k|  0 |2708k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3245.84/3258.12	c  3258s|  4166k|  1477k| 11554k|   2.7 |  2011M |  90 | 420 |5162 | 216 |  39k|  1 |2708k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3245.94/3258.24	c  3258s|  4166k|  1477k| 11554k|   2.7 |  2011M |  90 | 420 |5162 | 216 |  39k|  1 |2708k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3246.04/3258.35	c  3258s|  4166k|  1477k| 11554k|   2.7 |  2011M |  90 | 420 |5162 | 216 |  39k|  1 |2708k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3246.14/3258.47	c  3258s|  4166k|  1477k| 11555k|   2.7 |  2011M |  90 | 420 |5162 | 216 |  39k|  1 |2709k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3246.34/3258.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3246.34/3258.65	c  3259s|  4166k|  1478k| 11555k|   2.7 |  2011M |  90 | 420 |5162 | 216 |  39k|  1 |2709k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3246.64/3258.91	c  3259s|  4166k|  1478k| 11555k|   2.7 |  2011M |  90 | 420 |5162 |   0 |  39k|  0 |2709k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3246.84/3259.15	c  3259s|  4166k|  1478k| 11556k|   2.7 |  2011M |  90 | 420 |5162 | 214 |  39k|  1 |2709k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3246.94/3259.26	c  3259s|  4166k|  1478k| 11556k|   2.7 |  2011M |  90 | 420 |5162 | 219 |  39k|  1 |2709k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3247.13/3259.40	c  3259s|  4166k|  1478k| 11557k|   2.7 |  2011M |  90 | 420 |5162 | 220 |  39k|  1 |2709k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3247.23/3259.51	c  3260s|  4166k|  1478k| 11557k|   2.7 |  2011M |  90 | 420 |5162 | 220 |  39k|  1 |2709k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3247.43/3259.70	c  3260s|  4167k|  1478k| 11558k|   2.7 |  2011M |  90 | 420 |5162 | 220 |  39k|  1 |2709k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3247.53/3259.85	c  3260s|  4167k|  1478k| 11558k|   2.7 |  2011M |  90 | 420 |5162 |   0 |  39k|  0 |2709k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3247.63/3259.98	c  3260s|  4167k|  1478k| 11558k|   2.7 |  2011M |  90 | 420 |5162 |   0 |  39k|  0 |2709k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3247.74/3260.09	c  3260s|  4167k|  1478k| 11559k|   2.7 |  2011M |  90 | 420 |1581 | 222 |  39k|  1 |2709k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3248.03/3260.32	c  3260s|  4167k|  1478k| 11559k|   2.7 |  2011M |  90 | 420 |1623 | 217 |  39k|  1 |2709k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3248.13/3260.44	c  3260s|  4167k|  1478k| 11560k|   2.7 |  2011M |  90 | 420 |1644 | 220 |  39k|  1 |2709k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3248.23/3260.55	c  3261s|  4167k|  1478k| 11560k|   2.7 |  2011M |  90 | 420 |1677 | 219 |  39k|  1 |2709k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3248.43/3260.70	c  3261s|  4167k|  1478k| 11561k|   2.7 |  2011M |  90 | 420 |1690 | 222 |  39k|  1 |2709k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3248.54/3260.83	c  3261s|  4167k|  1478k| 11561k|   2.7 |  2011M |  90 | 420 |1691 |   0 |  39k|  0 |2709k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3248.64/3260.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3248.64/3260.97	c  3261s|  4167k|  1479k| 11562k|   2.7 |  2011M |  90 | 420 |1715 | 222 |  40k|  1 |2709k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3248.74/3261.09	c  3261s|  4168k|  1479k| 11562k|   2.7 |  2011M |  90 | 420 |1709 | 221 |  40k|  1 |2709k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3249.04/3261.32	c  3261s|  4168k|  1479k| 11563k|   2.7 |  2011M |  90 | 420 |1774 |   0 |  40k|  0 |2710k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3249.24/3261.52	c  3262s|  4168k|  1479k| 11563k|   2.7 |  2011M |  90 | 420 |1820 | 225 |  40k|  1 |2710k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3249.44/3261.74	c  3262s|  4168k|  1479k| 11564k|   2.7 |  2011M |  90 | 420 |1847 | 217 |  40k|  1 |2710k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3249.54/3261.86	c  3262s|  4168k|  1479k| 11564k|   2.7 |  2011M |  90 | 420 |1915 |   0 |  40k|  0 |2710k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3249.64/3261.99	c  3262s|  4168k|  1479k| 11564k|   2.7 |  2011M |  90 | 420 |1977 | 217 |  40k|  1 |2710k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3249.84/3262.12	c  3262s|  4168k|  1479k| 11564k|   2.7 |  2011M |  90 | 420 |2038 | 217 |  40k|  1 |2710k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3249.93/3262.24	c  3262s|  4168k|  1479k| 11565k|   2.7 |  2011M |  90 | 420 |2096 |   0 |  40k|  0 |2710k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3250.03/3262.35	c  3262s|  4168k|  1479k| 11565k|   2.7 |  2011M |  90 | 420 |2173 | 217 |  40k|  1 |2710k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3250.13/3262.47	c  3262s|  4168k|  1479k| 11565k|   2.7 |  2011M |  90 | 420 |2242 |   0 |  40k|  0 |2710k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3250.23/3262.59	c  3263s|  4169k|  1479k| 11566k|   2.7 |  2011M |  90 | 420 |2297 |   0 |  40k|  0 |2710k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3250.43/3262.74	c  3263s|  4169k|  1479k| 11566k|   2.7 |  2011M |  90 | 420 |2367 | 217 |  40k|  1 |2710k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3250.53/3262.84	c  3263s|  4169k|  1479k| 11566k|   2.7 |  2011M |  90 | 420 |2448 | 215 |  40k|  1 |2710k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3250.63/3263.00	c  3263s|  4169k|  1479k| 11567k|   2.7 |  2011M |  90 | 420 |2569 | 215 |  40k|  1 |2710k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3250.84/3263.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3250.84/3263.11	c  3263s|  4169k|  1479k| 11567k|   2.7 |  2012M |  90 | 420 |2659 | 215 |  40k|  1 |2711k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3250.93/3263.23	c  3263s|  4169k|  1479k| 11567k|   2.7 |  2012M |  90 | 420 |2761 | 215 |  40k|  1 |2711k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3251.03/3263.34	c  3263s|  4169k|  1479k| 11568k|   2.7 |  2012M |  90 | 420 |2895 | 215 |  40k|  1 |2711k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3251.13/3263.46	c  3263s|  4169k|  1479k| 11568k|   2.7 |  2012M |  90 | 420 |3010 |   0 |  40k|  0 |2711k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3251.33/3263.60	c  3264s|  4169k|  1479k| 11568k|   2.7 |  2012M |  90 | 420 |3122 | 215 |  40k|  1 |2711k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3251.43/3263.71	c  3264s|  4169k|  1479k| 11568k|   2.7 |  2012M |  90 | 420 |3218 | 215 |  40k|  1 |2711k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3251.53/3263.89	c  3264s|  4170k|  1479k| 11569k|   2.7 |  2012M |  90 | 420 |3306 | 216 |  40k|  1 |2711k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3251.73/3264.00	c  3264s|  4170k|  1480k| 11569k|   2.7 |  2012M |  90 | 420 |3398 | 216 |  40k|  1 |2711k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3251.83/3264.12	c  3264s|  4170k|  1480k| 11569k|   2.7 |  2012M |  90 | 420 |3481 | 216 |  40k|  0 |2711k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3251.93/3264.24	c  3264s|  4170k|  1480k| 11570k|   2.7 |  2012M |  90 | 420 |3504 | 216 |  40k|  1 |2711k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3252.03/3264.37	c  3264s|  4170k|  1480k| 11570k|   2.7 |  2012M |  90 | 420 |3558 |   0 |  40k|  0 |2712k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3252.13/3264.49	c  3264s|  4170k|  1480k| 11570k|   2.7 |  2012M |  90 | 420 |3603 | 216 |  40k|  1 |2712k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3252.33/3264.60	c  3265s|  4170k|  1480k| 11570k|   2.7 |  2012M |  90 | 420 |3659 | 216 |  40k|  1 |2712k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3252.43/3264.75	c  3265s|  4170k|  1480k| 11571k|   2.7 |  2012M |  90 | 420 |3791 | 219 |  40k|  1 |2712k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3252.63/3264.98	c  3265s|  4170k|  1480k| 11571k|   2.7 |  2012M |  90 | 420 |3801 |   0 |  40k|  0 |2712k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3252.83/3265.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3252.83/3265.10	c  3265s|  4170k|  1480k| 11571k|   2.7 |  2012M |  90 | 420 |3823 |   0 |  40k|  0 |2712k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3252.92/3265.29	c  3265s|  4171k|  1480k| 11571k|   2.7 |  2013M |  90 | 420 |3839 | 215 |  40k|  1 |2712k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3253.12/3265.41	c  3265s|  4171k|  1480k| 11572k|   2.7 |  2013M |  90 | 420 |3945 | 215 |  40k|  1 |2712k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3253.22/3265.53	c  3266s|  4171k|  1480k| 11572k|   2.7 |  2013M |  90 | 420 |4058 |   0 |  40k|  0 |2712k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3253.32/3265.65	c  3266s|  4171k|  1480k| 11572k|   2.7 |  2013M |  90 | 420 |4160 | 215 |  40k|  1 |2712k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3253.42/3265.78	c  3266s|  4171k|  1480k| 11573k|   2.7 |  2013M |  90 | 420 |4328 | 215 |  40k|  1 |2713k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3253.62/3265.90	c  3266s|  4171k|  1480k| 11573k|   2.7 |  2013M |  90 | 420 |4473 |   0 |  40k|  0 |2713k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3253.73/3266.03	c  3266s|  4171k|  1480k| 11573k|   2.7 |  2013M |  90 | 420 |4573 | 215 |  40k|  1 |2713k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3253.83/3266.18	c  3266s|  4171k|  1480k| 11573k|   2.7 |  2013M |  90 | 420 |4733 |   0 |  40k|  0 |2713k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3254.02/3266.31	c  3266s|  4171k|  1480k| 11574k|   2.7 |  2013M |  90 | 420 |4798 |   0 |  40k|  0 |2713k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3254.12/3266.47	c  3266s|  4171k|  1480k| 11574k|   2.7 |  2013M |  90 | 420 |4869 |   0 |  40k|  0 |2713k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3254.32/3266.64	c  3267s|  4172k|  1480k| 11574k|   2.7 |  2013M |  90 | 420 |4965 |   0 |  40k|  0 |2713k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3254.52/3266.80	c  3267s|  4172k|  1480k| 11575k|   2.7 |  2014M |  90 | 420 |5019 |   0 |  40k|  0 |2713k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3254.62/3266.96	c  3267s|  4172k|  1480k| 11575k|   2.7 |  2015M |  90 | 420 |5112 | 215 |  40k|  1 |2713k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3254.72/3267.09	c  3267s|  4172k|  1480k| 11575k|   2.7 |  2015M |  90 | 420 |5162 | 215 |  40k|  1 |2714k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3254.92/3267.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3254.92/3267.26	c  3267s|  4172k|  1480k| 11576k|   2.7 |  2015M |  90 | 420 |5162 | 215 |  40k|  1 |2714k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3255.12/3267.46	c  3267s|  4172k|  1480k| 11576k|   2.7 |  2015M |  90 | 420 |5162 | 216 |  40k|  1 |2714k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3255.32/3267.62	c  3268s|  4172k|  1480k| 11576k|   2.7 |  2015M |  90 | 420 |5162 |   0 |  40k|  0 |2714k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3255.42/3267.76	c  3268s|  4172k|  1480k| 11577k|   2.7 |  2015M |  90 | 420 |5158 | 216 |  40k|  1 |2714k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3255.61/3267.93	c  3268s|  4172k|  1481k| 11577k|   2.7 |  2015M |  90 | 420 |5162 | 216 |  40k|  1 |2714k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3255.82/3268.10	c  3268s|  4172k|  1481k| 11577k|   2.7 |  2015M |  90 | 420 |5162 | 216 |  40k|  1 |2714k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3255.91/3268.24	c  3268s|  4173k|  1481k| 11578k|   2.7 |  2015M |  90 | 420 |5162 | 216 |  40k|  1 |2714k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3256.01/3268.39	c  3268s|  4173k|  1481k| 11578k|   2.7 |  2015M |  90 | 420 |5161 | 216 |  40k|  1 |2714k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3256.21/3268.52	c  3269s|  4173k|  1481k| 11578k|   2.7 |  2015M |  90 | 420 |5162 | 217 |  40k|  1 |2714k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3256.31/3268.60	c  3269s|  4173k|  1481k| 11579k|   2.7 |  2015M |  90 | 420 |5162 |   0 |  40k|  0 |2714k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3256.41/3268.77	c  3269s|  4173k|  1481k| 11579k|   2.7 |  2015M |  90 | 420 |5162 | 221 |  40k|  1 |2714k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3256.61/3268.96	c  3269s|  4173k|  1481k| 11579k|   2.7 |  2015M |  90 | 420 |5162 | 214 |  40k|  1 |2715k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3256.82/3269.11	c  3269s|  4173k|  1481k| 11580k|   2.7 |  2015M |  90 | 420 |5162 | 214 |  40k|  1 |2715k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3256.91/3269.27	c  3269s|  4173k|  1481k| 11580k|   2.7 |  2015M |  90 | 420 |5162 |   0 |  40k|  0 |2715k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3257.11/3269.42	c  3269s|  4173k|  1481k| 11580k|   2.7 |  2015M |  90 | 420 |5160 |   0 |  40k|  0 |2715k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3257.31/3269.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3257.31/3269.62	c  3270s|  4173k|  1481k| 11581k|   2.7 |  2015M |  90 | 420 |5161 | 214 |  40k|  1 |2715k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3257.41/3269.79	c  3270s|  4174k|  1481k| 11581k|   2.7 |  2015M |  90 | 420 |5162 | 217 |  40k|  1 |2715k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3257.61/3269.93	c  3270s|  4174k|  1481k| 11581k|   2.7 |  2015M |  90 | 420 |5132 | 217 |  40k|  1 |2715k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3257.81/3270.17	c  3270s|  4174k|  1481k| 11582k|   2.7 |  2015M |  90 | 420 |5149 | 217 |  40k|  1 |2715k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3258.01/3270.36	c  3270s|  4174k|  1481k| 11582k|   2.7 |  2015M |  90 | 420 |5162 | 222 |  40k|  1 |2715k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3258.31/3270.65	c  3271s|  4174k|  1481k| 11582k|   2.7 |  2015M |  90 | 420 |5162 | 214 |  40k|  0 |2715k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3258.51/3270.80	c  3271s|  4174k|  1481k| 11583k|   2.7 |  2015M |  90 | 420 |5162 | 214 |  40k|  0 |2715k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3258.60/3270.95	c  3271s|  4174k|  1481k| 11583k|   2.7 |  2015M |  90 | 420 |5142 | 214 |  40k|  1 |2715k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3258.71/3271.10	c  3271s|  4174k|  1481k| 11583k|   2.7 |  2015M |  90 | 420 |5162 | 214 |  40k|  1 |2715k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3258.90/3271.24	c  3271s|  4174k|  1481k| 11584k|   2.7 |  2015M |  90 | 420 |5162 |   0 |  40k|  0 |2716k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3259.10/3271.40	c  3271s|  4174k|  1481k| 11584k|   2.7 |  2015M |  90 | 420 |5162 | 216 |  40k|  1 |2716k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3259.20/3271.59	c  3272s|  4175k|  1481k| 11584k|   2.7 |  2015M |  90 | 420 |5162 | 216 |  40k|  1 |2716k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3259.40/3271.77	c  3272s|  4175k|  1481k| 11584k|   2.7 |  2015M |  90 | 420 |5162 | 216 |  40k|  0 |2716k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3259.60/3271.96	c  3272s|  4175k|  1481k| 11585k|   2.7 |  2015M |  90 | 420 |5162 |   0 |  40k|  0 |2716k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3259.81/3272.14	c  3272s|  4175k|  1481k| 11585k|   2.7 |  2015M |  90 | 420 |5162 | 216 |  40k|  1 |2716k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3260.00/3272.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3260.00/3272.33	c  3272s|  4175k|  1481k| 11585k|   2.7 |  2015M |  90 | 420 |5162 |   0 |  40k|  0 |2716k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3260.20/3272.53	c  3273s|  4175k|  1481k| 11586k|   2.7 |  2015M |  90 | 420 |5162 | 215 |  40k|  1 |2717k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3260.30/3272.67	c  3273s|  4175k|  1481k| 11586k|   2.7 |  2015M |  90 | 420 |5162 | 215 |  40k|  1 |2717k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3260.50/3272.82	c  3273s|  4175k|  1482k| 11586k|   2.7 |  2015M |  90 | 420 |5162 | 215 |  40k|  1 |2717k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3260.60/3272.99	c  3273s|  4175k|  1482k| 11587k|   2.7 |  2015M |  90 | 420 |5162 | 215 |  40k|  1 |2717k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3260.80/3273.12	c  3273s|  4175k|  1482k| 11587k|   2.7 |  2015M |  90 | 420 |5162 |   0 |  40k|  0 |2717k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3260.90/3273.29	c  3273s|  4176k|  1482k| 11587k|   2.7 |  2015M |  90 | 420 |5162 | 215 |  40k|  1 |2717k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3261.10/3273.47	c  3273s|  4176k|  1482k| 11588k|   2.7 |  2015M |  90 | 420 |5157 | 215 |  40k|  1 |2717k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3261.30/3273.62	c  3274s|  4176k|  1482k| 11588k|   2.7 |  2015M |  90 | 420 |5162 | 215 |  40k|  1 |2717k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3261.49/3273.86	c  3274s|  4176k|  1482k| 11588k|   2.7 |  2015M |  90 | 420 |5162 |   0 |  40k|  0 |2717k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3261.59/3273.97	c  3274s|  4176k|  1482k| 11588k|   2.7 |  2015M |  90 | 420 |5162 | 216 |  40k|  1 |2717k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3261.80/3274.10	c  3274s|  4176k|  1482k| 11589k|   2.7 |  2015M |  90 | 420 |5162 | 216 |  40k|  1 |2717k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3261.89/3274.27	c  3274s|  4176k|  1482k| 11589k|   2.7 |  2015M |  90 | 420 |5162 | 221 |  40k|  1 |2717k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3262.09/3274.44	c  3274s|  4176k|  1482k| 11589k|   2.7 |  2015M |  90 | 420 |5161 | 215 |  40k|  1 |2717k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3262.29/3274.60	c  3275s|  4176k|  1482k| 11589k|   2.7 |  2015M |  90 | 420 |5162 |   0 |  40k|  0 |2717k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3262.39/3274.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3262.39/3274.71	c  3275s|  4176k|  1482k| 11590k|   2.7 |  2015M |  90 | 420 |5162 |   0 |  40k|  0 |2717k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3262.49/3274.86	c  3275s|  4177k|  1482k| 11590k|   2.7 |  2015M |  90 | 420 |5162 |   0 |  40k|  0 |2717k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3262.69/3275.01	c  3275s|  4177k|  1482k| 11590k|   2.7 |  2015M |  90 | 420 |5162 | 216 |  40k|  1 |2717k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3262.79/3275.16	c  3275s|  4177k|  1482k| 11591k|   2.7 |  2015M |  90 | 420 |5162 | 216 |  40k|  1 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3262.89/3275.29	c  3275s|  4177k|  1482k| 11591k|   2.7 |  2015M |  90 | 420 |5161 |   0 |  40k|  0 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3263.09/3275.42	c  3275s|  4177k|  1482k| 11591k|   2.7 |  2015M |  90 | 420 |5162 | 216 |  40k|  1 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3263.19/3275.54	c  3276s|  4177k|  1482k| 11592k|   2.7 |  2015M |  90 | 420 |5162 | 216 |  40k|  1 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3263.29/3275.65	c  3276s|  4177k|  1482k| 11592k|   2.7 |  2016M |  90 | 420 |5162 |   0 |  40k|  0 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3263.48/3275.81	c  3276s|  4177k|  1482k| 11592k|   2.7 |  2016M |  90 | 420 |5162 | 216 |  40k|  1 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3263.58/3275.94	c  3276s|  4177k|  1482k| 11593k|   2.7 |  2016M |  90 | 420 |5162 | 216 |  40k|  1 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3263.69/3276.07	c  3276s|  4177k|  1482k| 11593k|   2.7 |  2016M |  90 | 420 |5162 | 216 |  40k|  1 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3263.88/3276.21	c  3276s|  4178k|  1482k| 11593k|   2.7 |  2016M |  90 | 420 |5162 | 216 |  40k|  1 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3263.98/3276.35	c  3276s|  4178k|  1482k| 11594k|   2.7 |  2016M |  90 | 420 |5162 | 216 |  40k|  1 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3264.08/3276.49	c  3276s|  4178k|  1482k| 11594k|   2.7 |  2016M |  90 | 420 |5162 |   0 |  40k|  0 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3264.28/3276.62	c  3277s|  4178k|  1482k| 11594k|   2.7 |  2016M |  90 | 420 |5162 |   0 |  40k|  0 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3264.38/3276.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3264.38/3276.75	c  3277s|  4178k|  1482k| 11594k|   2.7 |  2016M |  90 | 420 |5162 | 216 |  40k|  1 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3264.48/3276.86	c  3277s|  4178k|  1482k| 11595k|   2.7 |  2016M |  90 | 420 |5161 | 216 |  40k|  1 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3264.58/3276.99	c  3277s|  4178k|  1483k| 11595k|   2.7 |  2016M |  90 | 420 |5161 |   0 |  40k|  0 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3264.79/3277.13	c  3277s|  4178k|  1483k| 11595k|   2.7 |  2016M |  90 | 420 |5160 | 216 |  40k|  1 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3264.88/3277.27	c  3277s|  4178k|  1483k| 11596k|   2.7 |  2016M |  90 | 420 |5161 | 216 |  40k|  1 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3265.08/3277.41	c  3277s|  4178k|  1483k| 11596k|   2.7 |  2016M |  90 | 420 |5159 | 216 |  40k|  1 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3265.28/3277.62	c  3278s|  4179k|  1483k| 11596k|   2.7 |  2016M |  90 | 420 |5162 |   0 |  40k|  0 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3265.38/3277.79	c  3278s|  4179k|  1483k| 11596k|   2.7 |  2016M |  90 | 420 |5162 | 219 |  40k|  1 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3265.68/3278.00	c  3278s|  4179k|  1483k| 11597k|   2.7 |  2016M |  90 | 420 |5161 |   0 |  40k|  0 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3265.98/3278.34	c  3278s|  4179k|  1483k| 11597k|   2.7 |  2016M |  90 | 420 |5162 |   0 |  40k|  0 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3266.08/3278.46	c  3278s|  4179k|  1483k| 11597k|   2.7 |  2016M |  90 | 420 |5162 | 216 |  40k|  1 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3266.18/3278.59	c  3279s|  4179k|  1483k| 11598k|   2.7 |  2016M |  90 | 420 |5162 |   0 |  40k|  0 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3266.47/3278.84	c  3279s|  4179k|  1483k| 11598k|   2.7 |  2017M |  90 | 420 |5162 | 216 |  40k|  1 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3266.57/3278.99	c  3279s|  4179k|  1483k| 11598k|   2.7 |  2017M |  90 | 420 |5162 | 216 |  40k|  1 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3266.78/3279.15	c  3279s|  4179k|  1483k| 11598k|   2.7 |  2017M |  90 | 420 |5162 | 216 |  40k|  1 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3266.87/3279.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3266.87/3279.29	c  3279s|  4179k|  1483k| 11599k|   2.7 |  2017M |  90 | 420 |5160 |   0 |  40k|  0 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3267.07/3279.44	c  3279s|  4180k|  1483k| 11599k|   2.7 |  2017M |  90 | 420 |5161 |   0 |  40k|  0 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3267.27/3279.61	c  3280s|  4180k|  1483k| 11599k|   2.7 |  2017M |  90 | 420 |5162 |   0 |  40k|  0 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3267.37/3279.75	c  3280s|  4180k|  1483k| 11600k|   2.7 |  2018M |  90 | 420 |5162 | 216 |  40k|  1 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3267.57/3279.90	c  3280s|  4180k|  1483k| 11600k|   2.7 |  2018M |  90 | 420 |5162 | 216 |  40k|  1 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3267.77/3280.13	c  3280s|  4180k|  1483k| 11600k|   2.7 |  2018M |  90 | 420 |5162 | 215 |  40k|  1 |2718k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3267.97/3280.31	c  3280s|  4180k|  1483k| 11601k|   2.7 |  2018M |  90 | 420 |5162 |   0 |  40k|  0 |2719k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3268.17/3280.56	c  3281s|  4180k|  1483k| 11601k|   2.7 |  2018M |  90 | 420 |5162 | 222 |  40k|  1 |2719k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3268.27/3280.68	c  3281s|  4180k|  1483k| 11601k|   2.7 |  2018M |  90 | 420 |5162 |   0 |  40k|  0 |2719k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3268.57/3280.93	c  3281s|  4180k|  1483k| 11602k|   2.7 |  2018M |  90 | 420 |5162 | 217 |  40k|  1 |2719k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3268.67/3281.03	c  3281s|  4180k|  1483k| 11602k|   2.7 |  2018M |  90 | 420 |5162 | 217 |  40k|  1 |2719k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3268.77/3281.11	c  3281s|  4181k|  1483k| 11602k|   2.7 |  2018M |  90 | 420 |5161 |   0 |  40k|  0 |2719k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3268.77/3281.19	c  3281s|  4181k|  1483k| 11602k|   2.7 |  2018M |  90 | 420 |4716 | 217 |  40k|  1 |2719k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3268.87/3281.29	c  3281s|  4181k|  1483k| 11603k|   2.7 |  2018M |  90 | 420 |4730 | 217 |  40k|  1 |2719k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3268.97/3281.39	c  3281s|  4181k|  1483k| 11603k|   2.7 |  2018M |  90 | 420 |4508 | 218 |  40k|  1 |2719k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3269.17/3281.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3269.17/3281.53	c  3282s|  4181k|  1484k| 11604k|   2.7 |  2018M |  90 | 420 |4462 | 216 |  40k|  1 |2719k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3269.26/3281.62	c  3282s|  4181k|  1484k| 11604k|   2.7 |  2018M |  90 | 420 |4483 | 216 |  40k|  1 |2719k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3269.36/3281.70	c  3282s|  4181k|  1484k| 11604k|   2.7 |  2018M |  90 | 420 |4490 | 216 |  40k|  1 |2719k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3269.36/3281.79	c  3282s|  4181k|  1484k| 11605k|   2.7 |  2018M |  90 | 420 |4501 | 217 |  40k|  1 |2719k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3269.56/3281.94	c  3282s|  4181k|  1484k| 11605k|   2.7 |  2018M |  90 | 420 |4508 | 215 |  40k|  1 |2719k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3269.77/3282.11	c  3282s|  4181k|  1484k| 11605k|   2.7 |  2018M |  90 | 420 |4515 | 217 |  40k|  1 |2719k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3269.86/3282.24	c  3282s|  4182k|  1484k| 11606k|   2.7 |  2018M |  90 | 420 |4517 | 217 |  40k|  1 |2719k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3269.96/3282.39	c  3282s|  4182k|  1484k| 11606k|   2.7 |  2018M |  90 | 420 |4503 | 217 |  40k|  1 |2719k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3270.16/3282.52	c  3283s|  4182k|  1484k| 11607k|   2.7 |  2018M |  90 | 420 |4508 | 217 |  40k|  1 |2719k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3270.26/3282.67	c  3283s|  4182k|  1484k| 11607k|   2.7 |  2018M |  90 | 420 |4567 | 215 |  40k|  1 |2719k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3270.46/3282.81	c  3283s|  4182k|  1484k| 11607k|   2.7 |  2018M |  90 | 420 |4527 | 217 |  40k|  1 |2719k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3270.56/3282.93	c  3283s|  4182k|  1484k| 11608k|   2.7 |  2018M |  90 | 420 |4485 | 220 |  40k|  1 |2719k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3270.67/3283.04	c  3283s|  4182k|  1485k| 11608k|   2.7 |  2018M |  90 | 420 |4498 |   0 |  40k|  0 |2719k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3270.86/3283.29	c  3283s|  4182k|  1485k| 11609k|   2.7 |  2018M |  90 | 420 |4230 | 215 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3271.16/3283.57	c  3284s|  4182k|  1485k| 11609k|   2.7 |  2018M |  90 | 420 |3941 |   0 |  40k|  0 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3271.46/3283.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3271.46/3283.81	c  3284s|  4182k|  1485k| 11609k|   2.7 |  2018M |  90 | 420 |3684 | 212 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3271.56/3283.97	c  3284s|  4183k|  1485k| 11610k|   2.7 |  2018M |  90 | 420 |3401 | 216 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3271.76/3284.12	c  3284s|  4183k|  1485k| 11610k|   2.7 |  2018M |  90 | 420 |3309 | 216 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3271.86/3284.23	c  3284s|  4183k|  1485k| 11610k|   2.7 |  2018M |  90 | 420 |3330 | 216 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3271.96/3284.37	c  3284s|  4183k|  1485k| 11611k|   2.7 |  2018M |  90 | 420 |3374 |   0 |  40k|  0 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3272.05/3284.48	c  3284s|  4183k|  1485k| 11611k|   2.7 |  2018M |  90 | 420 |3315 | 215 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3272.15/3284.59	c  3285s|  4183k|  1485k| 11611k|   2.7 |  2019M |  90 | 420 |3332 | 215 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3272.35/3284.70	c  3285s|  4183k|  1485k| 11612k|   2.7 |  2019M |  90 | 420 |3344 | 215 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3272.45/3284.84	c  3285s|  4183k|  1485k| 11612k|   2.7 |  2019M |  90 | 420 |3322 | 215 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3272.55/3284.95	c  3285s|  4183k|  1485k| 11612k|   2.7 |  2019M |  90 | 420 |3283 | 215 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3272.66/3285.06	c  3285s|  4183k|  1485k| 11613k|   2.7 |  2019M |  90 | 420 |3324 |   0 |  40k|  0 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3272.76/3285.19	c  3285s|  4184k|  1485k| 11613k|   2.7 |  2019M |  90 | 420 |3329 | 215 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3272.95/3285.33	c  3285s|  4184k|  1485k| 11613k|   2.7 |  2019M |  90 | 420 |3335 | 215 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3273.05/3285.45	c  3285s|  4184k|  1485k| 11614k|   2.7 |  2019M |  90 | 420 |3356 |   0 |  40k|  0 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3273.15/3285.57	c  3286s|  4184k|  1485k| 11614k|   2.7 |  2019M |  90 | 420 |3363 | 215 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3273.25/3285.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3273.25/3285.69	c  3286s|  4184k|  1485k| 11614k|   2.7 |  2019M |  90 | 420 |3367 | 215 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3273.45/3285.86	c  3286s|  4184k|  1485k| 11615k|   2.7 |  2019M |  90 | 420 |3209 | 216 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3273.55/3285.96	c  3286s|  4184k|  1485k| 11615k|   2.7 |  2019M |  90 | 420 |3188 | 216 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3273.65/3286.09	c  3286s|  4184k|  1485k| 11616k|   2.7 |  2019M |  90 | 420 |3153 | 216 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3273.85/3286.23	c  3286s|  4184k|  1486k| 11616k|   2.7 |  2019M |  90 | 420 |3122 |   0 |  40k|  0 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3273.95/3286.36	c  3286s|  4184k|  1486k| 11616k|   2.7 |  2019M |  90 | 420 |3049 |   0 |  40k|  0 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3274.05/3286.50	c  3286s|  4185k|  1486k| 11617k|   2.7 |  2019M |  90 | 420 |3032 | 216 |  40k|  0 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3274.25/3286.62	c  3287s|  4185k|  1486k| 11617k|   2.7 |  2019M |  90 | 420 |3020 | 216 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3274.35/3286.74	c  3287s|  4185k|  1486k| 11617k|   2.7 |  2019M |  90 | 420 |3006 | 216 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3274.45/3286.86	c  3287s|  4185k|  1486k| 11618k|   2.7 |  2019M |  90 | 420 |3000 |   0 |  40k|  0 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3274.55/3286.98	c  3287s|  4185k|  1486k| 11618k|   2.7 |  2019M |  90 | 420 |2994 | 216 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3274.65/3287.09	c  3287s|  4185k|  1486k| 11618k|   2.7 |  2019M |  90 | 420 |2970 | 215 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3274.85/3287.21	c  3287s|  4185k|  1486k| 11619k|   2.7 |  2019M |  90 | 420 |2971 | 215 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3274.95/3287.36	c  3287s|  4185k|  1486k| 11619k|   2.7 |  2019M |  90 | 420 |2988 | 215 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3275.05/3287.49	c  3287s|  4185k|  1486k| 11620k|   2.7 |  2019M |  90 | 420 |2964 |   0 |  40k|  0 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3275.24/3287.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3275.24/3287.62	c  3288s|  4185k|  1486k| 11620k|   2.7 |  2019M |  90 | 420 |2963 | 220 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3275.34/3287.74	c  3288s|  4186k|  1486k| 11620k|   2.7 |  2019M |  90 | 420 |2970 | 220 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3275.44/3287.85	c  3288s|  4186k|  1486k| 11621k|   2.7 |  2019M |  90 | 420 |2985 | 220 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3275.65/3288.02	c  3288s|  4186k|  1486k| 11621k|   2.7 |  2019M |  90 | 420 |2980 | 218 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3275.75/3288.14	c  3288s|  4186k|  1486k| 11621k|   2.7 |  2019M |  90 | 420 |2978 | 218 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3275.84/3288.25	c  3288s|  4186k|  1486k| 11622k|   2.7 |  2019M |  90 | 420 |2978 |   0 |  40k|  0 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3276.04/3288.42	c  3288s|  4186k|  1486k| 11622k|   2.7 |  2019M |  90 | 420 |2950 | 219 |  40k|  1 |2720k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3276.24/3288.69	c  3289s|  4186k|  1486k| 11623k|   2.7 |  2019M |  90 | 420 |2822 | 214 |  40k|  1 |2721k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3276.34/3288.77	c  3289s|  4186k|  1486k| 11623k|   2.7 |  2020M |  90 | 420 |2843 | 214 |  40k|  1 |2721k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3276.54/3288.92	c  3289s|  4186k|  1486k| 11623k|   2.7 |  2020M |  90 | 420 |2812 | 214 |  40k|  1 |2721k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3276.64/3289.04	c  3289s|  4186k|  1487k| 11624k|   2.7 |  2020M |  90 | 420 |2817 | 215 |  40k|  1 |2721k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3276.74/3289.12	c  3289s|  4187k|  1487k| 11624k|   2.7 |  2020M |  90 | 420 |2844 |   0 |  40k|  0 |2721k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3276.84/3289.23	c  3289s|  4187k|  1487k| 11624k|   2.7 |  2020M |  90 | 420 |2847 | 216 |  40k|  1 |2721k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3276.94/3289.33	c  3289s|  4187k|  1487k| 11625k|   2.7 |  2020M |  90 | 420 |2872 | 216 |  40k|  1 |2721k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3277.04/3289.44	c  3289s|  4187k|  1487k| 11625k|   2.7 |  2020M |  90 | 420 |2885 | 216 |  40k|  1 |2721k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3277.14/3289.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3277.14/3289.55	c  3290s|  4187k|  1487k| 11625k|   2.7 |  2020M |  90 | 420 |2901 | 216 |  40k|  1 |2721k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3277.24/3289.67	c  3290s|  4187k|  1487k| 11626k|   2.7 |  2020M |  90 | 420 |2933 | 218 |  40k|  1 |2721k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3277.34/3289.77	c  3290s|  4187k|  1487k| 11626k|   2.7 |  2020M |  90 | 420 |2925 | 220 |  40k|  1 |2721k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3277.44/3289.87	c  3290s|  4187k|  1487k| 11626k|   2.7 |  2021M |  90 | 420 |2924 | 220 |  40k|  1 |2721k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3277.54/3290.00	c  3290s|  4187k|  1487k| 11627k|   2.7 |  2021M |  90 | 420 |2956 |   0 |  40k|  0 |2721k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3277.74/3290.15	c  3290s|  4187k|  1487k| 11627k|   2.7 |  2021M |  90 | 420 |2949 | 220 |  40k|  1 |2721k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3277.84/3290.23	c  3290s|  4188k|  1487k| 11628k|   2.7 |  2021M |  90 | 420 |2962 | 220 |  40k|  1 |2721k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3277.94/3290.33	c  3290s|  4188k|  1487k| 11628k|   2.7 |  2021M |  90 | 420 |2974 | 217 |  40k|  1 |2721k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3278.04/3290.45	c  3290s|  4188k|  1488k| 11628k|   2.7 |  2022M |  90 | 420 |2937 | 216 |  40k|  1 |2721k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3278.13/3290.59	c  3291s|  4188k|  1488k| 11629k|   2.7 |  2022M |  90 | 420 |2909 | 216 |  40k|  1 |2721k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3278.33/3290.75	c  3291s|  4188k|  1488k| 11629k|   2.7 |  2022M |  90 | 420 |2934 | 217 |  40k|  1 |2721k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3278.43/3290.86	c  3291s|  4188k|  1488k| 11629k|   2.7 |  2022M |  90 | 420 |2949 | 218 |  40k|  1 |2721k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3278.53/3290.95	c  3291s|  4188k|  1488k| 11630k|   2.7 |  2022M |  90 | 420 |2989 | 218 |  40k|  1 |2722k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3278.64/3291.08	c  3291s|  4188k|  1488k| 11630k|   2.7 |  2022M |  90 | 420 |3003 | 219 |  40k|  1 |2722k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3278.74/3291.18	c  3291s|  4188k|  1488k| 11630k|   2.7 |  2022M |  90 | 420 |2994 | 216 |  40k|  1 |2722k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3278.93/3291.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3278.93/3291.30	c  3291s|  4188k|  1488k| 11631k|   2.7 |  2022M |  90 | 420 |3037 | 219 |  40k|  1 |2722k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3279.03/3291.43	c  3291s|  4189k|  1488k| 11631k|   2.7 |  2022M |  90 | 420 |3014 | 217 |  40k|  1 |2722k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3279.13/3291.53	c  3292s|  4189k|  1488k| 11631k|   2.7 |  2022M |  90 | 420 |3007 | 216 |  40k|  1 |2722k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3279.23/3291.65	c  3292s|  4189k|  1488k| 11631k|   2.7 |  2022M |  90 | 420 |3036 | 216 |  40k|  1 |2722k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3279.43/3291.81	c  3292s|  4189k|  1488k| 11632k|   2.7 |  2022M |  90 | 420 |3053 | 217 |  40k|  1 |2722k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3279.53/3291.92	c  3292s|  4189k|  1488k| 11632k|   2.7 |  2022M |  90 | 420 |3060 | 216 |  40k|  1 |2722k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3279.63/3292.04	c  3292s|  4189k|  1488k| 11632k|   2.7 |  2022M |  90 | 420 |3049 | 216 |  40k|  1 |2722k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3279.73/3292.16	c  3292s|  4189k|  1489k| 11633k|   2.7 |  2022M |  90 | 420 |3017 | 216 |  40k|  1 |2722k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3279.83/3292.27	c  3292s|  4189k|  1489k| 11633k|   2.7 |  2022M |  90 | 420 |3043 | 217 |  40k|  1 |2722k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3279.93/3292.36	c  3292s|  4189k|  1489k| 11633k|   2.7 |  2022M |  90 | 420 |3017 | 216 |  40k|  1 |2722k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3280.03/3292.46	c  3292s|  4189k|  1489k| 11634k|   2.7 |  2022M |  90 | 420 |3029 | 216 |  40k|  1 |2722k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3280.13/3292.57	c  3293s|  4190k|  1489k| 11634k|   2.7 |  2022M |  90 | 420 |2994 | 217 |  40k|  1 |2722k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3280.23/3292.67	c  3293s|  4190k|  1489k| 11634k|   2.7 |  2022M |  90 | 420 |2977 |   0 |  40k|  0 |2722k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3280.33/3292.77	c  3293s|  4190k|  1489k| 11635k|   2.7 |  2022M |  90 | 420 |2955 | 216 |  40k|  1 |2722k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3280.43/3292.88	c  3293s|  4190k|  1489k| 11635k|   2.7 |  2022M |  90 | 420 |2909 | 216 |  40k|  1 |2722k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3280.53/3292.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3280.53/3292.98	c  3293s|  4190k|  1489k| 11635k|   2.7 |  2022M |  90 | 420 |2891 | 217 |  40k|  1 |2722k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3280.73/3293.11	c  3293s|  4190k|  1489k| 11636k|   2.7 |  2022M |  90 | 420 |2880 | 217 |  40k|  1 |2722k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3280.82/3293.20	c  3293s|  4190k|  1489k| 11636k|   2.7 |  2022M |  90 | 420 |2852 | 216 |  40k|  1 |2722k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3280.92/3293.31	c  3293s|  4190k|  1489k| 11636k|   2.7 |  2022M |  90 | 420 |2805 | 216 |  40k|  1 |2722k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3281.02/3293.43	c  3293s|  4190k|  1489k| 11636k|   2.7 |  2022M |  90 | 420 |2793 | 216 |  40k|  1 |2722k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3281.12/3293.57	c  3294s|  4190k|  1489k| 11637k|   2.7 |  2023M |  90 | 420 |2810 |   0 |  40k|  0 |2723k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3281.32/3293.79	c  3294s|  4191k|  1489k| 11637k|   2.7 |  2023M |  90 | 420 |2914 | 218 |  40k|  1 |2723k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3281.63/3294.09	c  3294s|  4191k|  1489k| 11637k|   2.7 |  2023M |  90 | 420 |2747 | 216 |  40k|  1 |2723k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3281.82/3294.27	c  3294s|  4191k|  1489k| 11637k|   2.7 |  2023M |  90 | 420 |2744 | 214 |  40k|  1 |2723k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3281.92/3294.37	c  3294s|  4191k|  1489k| 11637k|   2.7 |  2023M |  90 | 420 |2768 | 214 |  40k|  1 |2723k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3282.12/3294.59	c  3295s|  4191k|  1490k| 11638k|   2.7 |  2024M |  90 | 420 |2805 | 217 |  40k|  1 |2723k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3282.22/3294.70	c  3295s|  4191k|  1490k| 11638k|   2.7 |  2024M |  90 | 420 |2875 |   0 |  40k|  0 |2723k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3282.43/3294.80	c  3295s|  4191k|  1490k| 11639k|   2.7 |  2024M |  90 | 420 |2913 | 218 |  40k|  1 |2723k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3282.53/3294.91	c  3295s|  4191k|  1490k| 11639k|   2.7 |  2024M |  90 | 420 |2947 | 218 |  40k|  1 |2723k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3282.63/3295.01	c  3295s|  4191k|  1490k| 11639k|   2.7 |  2024M |  90 | 420 |3005 | 215 |  40k|  1 |2723k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3282.73/3295.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3282.73/3295.10	c  3295s|  4191k|  1490k| 11639k|   2.7 |  2024M |  90 | 420 |3070 | 215 |  40k|  1 |2723k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3282.83/3295.21	c  3295s|  4192k|  1490k| 11640k|   2.7 |  2024M |  90 | 420 |3090 | 217 |  40k|  1 |2723k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3282.92/3295.32	c  3295s|  4192k|  1490k| 11640k|   2.7 |  2024M |  90 | 420 |3051 |   0 |  40k|  0 |2723k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3283.02/3295.43	c  3295s|  4192k|  1490k| 11640k|   2.7 |  2024M |  90 | 420 |3054 | 215 |  40k|  1 |2724k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3283.12/3295.51	c  3296s|  4192k|  1490k| 11641k|   2.7 |  2025M |  90 | 420 |3058 | 217 |  40k|  1 |2724k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3283.22/3295.62	c  3296s|  4192k|  1490k| 11641k|   2.7 |  2025M |  90 | 420 |3121 |   0 |  40k|  0 |2724k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3283.32/3295.71	c  3296s|  4192k|  1490k| 11641k|   2.7 |  2025M |  90 | 420 |3162 | 215 |  40k|  1 |2724k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3283.42/3295.80	c  3296s|  4192k|  1490k| 11642k|   2.7 |  2025M |  90 | 420 |3183 | 216 |  40k|  1 |2724k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3283.52/3295.91	c  3296s|  4192k|  1490k| 11642k|   2.7 |  2025M |  90 | 420 |3256 | 217 |  40k|  1 |2724k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3283.63/3296.02	c  3296s|  4192k|  1491k| 11642k|   2.7 |  2025M |  90 | 420 |3330 | 217 |  40k|  1 |2724k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3283.73/3296.12	c  3296s|  4192k|  1491k| 11643k|   2.7 |  2025M |  90 | 420 |3335 |   0 |  40k|  0 |2724k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3283.82/3296.26	c  3296s|  4193k|  1491k| 11643k|   2.7 |  2025M |  90 | 420 |3371 | 215 |  40k|  1 |2724k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3283.92/3296.36	c  3296s|  4193k|  1491k| 11643k|   2.7 |  2025M |  90 | 420 |3404 |   0 |  40k|  0 |2724k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3284.02/3296.46	c  3296s|  4193k|  1491k| 11644k|   2.7 |  2025M |  90 | 420 |3439 | 214 |  40k|  1 |2724k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3284.12/3296.56	c  3297s|  4193k|  1491k| 11644k|   2.7 |  2025M |  90 | 420 |3503 | 214 |  40k|  1 |2724k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3284.22/3296.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3284.22/3296.68	c  3297s|  4193k|  1491k| 11644k|   2.7 |  2025M |  90 | 420 |3603 | 215 |  40k|  1 |2724k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3284.32/3296.78	c  3297s|  4193k|  1491k| 11645k|   2.7 |  2025M |  90 | 420 |3644 | 215 |  40k|  1 |2724k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3284.52/3296.90	c  3297s|  4193k|  1491k| 11645k|   2.7 |  2025M |  90 | 420 |3654 | 217 |  40k|  1 |2725k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3284.62/3297.01	c  3297s|  4193k|  1491k| 11645k|   2.7 |  2025M |  90 | 420 |3671 |   0 |  40k|  0 |2725k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3284.72/3297.13	c  3297s|  4193k|  1491k| 11645k|   2.7 |  2025M |  90 | 420 |3661 | 214 |  40k|  1 |2725k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3284.82/3297.25	c  3297s|  4193k|  1491k| 11646k|   2.7 |  2025M |  90 | 420 |3648 | 214 |  40k|  1 |2725k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3284.92/3297.35	c  3297s|  4194k|  1491k| 11646k|   2.7 |  2025M |  90 | 420 |3666 | 214 |  40k|  1 |2725k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3285.02/3297.45	c  3297s|  4194k|  1491k| 11646k|   2.7 |  2025M |  90 | 420 |3694 | 214 |  40k|  1 |2725k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3285.12/3297.58	c  3298s|  4194k|  1492k| 11647k|   2.7 |  2025M |  90 | 420 |3738 | 214 |  40k|  1 |2725k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3285.22/3297.67	c  3298s|  4194k|  1492k| 11647k|   2.7 |  2025M |  90 | 420 |3777 | 215 |  40k|  1 |2725k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3285.32/3297.79	c  3298s|  4194k|  1492k| 11647k|   2.7 |  2025M |  90 | 420 |3811 | 217 |  40k|  0 |2725k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3285.42/3297.89	c  3298s|  4194k|  1492k| 11648k|   2.7 |  2025M |  90 | 420 |3845 | 217 |  40k|  1 |2725k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3285.52/3298.00	c  3298s|  4194k|  1492k| 11648k|   2.7 |  2025M |  90 | 420 |3892 | 217 |  40k|  1 |2725k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3285.62/3298.09	c  3298s|  4194k|  1492k| 11648k|   2.7 |  2025M |  90 | 420 |3898 | 214 |  40k|  1 |2725k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3285.72/3298.19	c  3298s|  4194k|  1492k| 11649k|   2.7 |  2025M |  90 | 420 |3874 | 215 |  40k|  1 |2725k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3285.81/3298.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3285.81/3298.27	c  3298s|  4194k|  1492k| 11649k|   2.7 |  2025M |  90 | 420 |3845 | 216 |  40k|  1 |2725k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3285.91/3298.38	c  3298s|  4195k|  1492k| 11649k|   2.7 |  2025M |  90 | 420 |3838 | 216 |  40k|  1 |2725k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3286.11/3298.51	c  3299s|  4195k|  1492k| 11650k|   2.7 |  2025M |  90 | 420 |3867 | 218 |  40k|  1 |2725k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3286.21/3298.60	c  3299s|  4195k|  1492k| 11650k|   2.7 |  2025M |  90 | 420 |3917 | 218 |  40k|  1 |2725k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3286.21/3298.68	c  3299s|  4195k|  1492k| 11650k|   2.7 |  2025M |  90 | 420 |3953 | 218 |  40k|  1 |2725k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3286.31/3298.78	c  3299s|  4195k|  1492k| 11651k|   2.7 |  2025M |  90 | 420 |4005 | 215 |  40k|  1 |2726k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3286.41/3298.86	c  3299s|  4195k|  1492k| 11651k|   2.7 |  2025M |  90 | 420 |4060 | 215 |  40k|  1 |2726k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3286.51/3298.94	c  3299s|  4195k|  1493k| 11651k|   2.7 |  2025M |  90 | 420 |4123 | 214 |  40k|  1 |2726k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3286.62/3299.04	c  3299s|  4195k|  1493k| 11652k|   2.7 |  2025M |  90 | 420 |4181 | 214 |  40k|  1 |2726k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3286.72/3299.13	c  3299s|  4195k|  1493k| 11652k|   2.7 |  2025M |  90 | 420 |4238 | 214 |  40k|  1 |2726k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3286.81/3299.23	c  3299s|  4195k|  1493k| 11652k|   2.7 |  2025M |  90 | 420 |4304 | 214 |  40k|  1 |2726k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3286.91/3299.33	c  3299s|  4196k|  1493k| 11652k|   2.7 |  2026M |  90 | 420 |4372 | 214 |  40k|  1 |2726k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3287.01/3299.43	c  3299s|  4196k|  1493k| 11653k|   2.7 |  2026M |  90 | 420 |4440 | 214 |  40k|  1 |2726k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3287.11/3299.53	c  3300s|  4196k|  1493k| 11653k|   2.7 |  2026M |  90 | 420 |4480 | 214 |  40k|  1 |2726k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3287.21/3299.62	c  3300s|  4196k|  1493k| 11653k|   2.7 |  2026M |  90 | 420 |4550 | 215 |  40k|  1 |2726k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3287.31/3299.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3287.31/3299.71	c  3300s|  4196k|  1493k| 11654k|   2.7 |  2026M |  90 | 420 |4622 |   0 |  40k|  0 |2726k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3287.41/3299.82	c  3300s|  4196k|  1493k| 11654k|   2.7 |  2027M |  90 | 420 |4706 | 215 |  40k|  1 |2726k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3287.51/3299.92	c  3300s|  4196k|  1493k| 11654k|   2.7 |  2027M |  90 | 420 |4773 | 215 |  40k|  1 |2726k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3287.61/3300.02	c  3300s|  4196k|  1493k| 11654k|   2.7 |  2027M |  90 | 420 |4847 | 215 |  40k|  1 |2727k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3287.61/3300.10	c  3300s|  4196k|  1493k| 11655k|   2.7 |  2027M |  90 | 420 |4920 | 215 |  40k|  1 |2727k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3287.71/3300.19	c  3300s|  4196k|  1493k| 11655k|   2.7 |  2027M |  90 | 420 |5006 | 218 |  40k|  1 |2727k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3287.81/3300.29	c  3300s|  4197k|  1494k| 11655k|   2.7 |  2027M |  90 | 420 |5070 | 214 |  40k|  1 |2727k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3287.91/3300.39	c  3300s|  4197k|  1494k| 11656k|   2.7 |  2027M |  90 | 420 |5133 | 215 |  40k|  1 |2727k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3288.01/3300.49	c  3300s|  4197k|  1494k| 11656k|   2.7 |  2027M |  90 | 420 |5160 | 214 |  40k|  1 |2727k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3288.11/3300.59	c  3301s|  4197k|  1494k| 11656k|   2.7 |  2027M |  90 | 420 |5162 | 215 |  40k|  1 |2727k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3288.20/3300.69	c  3301s|  4197k|  1494k| 11657k|   2.7 |  2027M |  90 | 420 |5160 | 215 |  40k|  1 |2727k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3288.30/3300.79	c  3301s|  4197k|  1494k| 11657k|   2.7 |  2027M |  90 | 420 |5160 | 215 |  40k|  1 |2727k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3288.50/3300.90	c  3301s|  4197k|  1494k| 11657k|   2.7 |  2027M |  90 | 420 |5160 | 214 |  40k|  1 |2727k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3288.61/3301.07	c  3301s|  4197k|  1494k| 11658k|   2.7 |  2027M |  90 | 420 |5162 | 219 |  40k|  1 |2727k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3288.90/3301.32	c  3301s|  4197k|  1494k| 11658k|   2.7 |  2027M |  90 | 420 |5162 |   0 |  40k|  0 |2728k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3289.20/3301.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3289.20/3301.60	c  3302s|  4197k|  1494k| 11658k|   2.7 |  2027M |  90 | 420 |5162 | 219 |  40k|  1 |2728k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3289.30/3301.74	c  3302s|  4198k|  1494k| 11659k|   2.7 |  2027M |  90 | 420 |5162 | 219 |  40k|  1 |2728k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3289.50/3301.90	c  3302s|  4198k|  1494k| 11659k|   2.7 |  2027M |  90 | 420 |5162 | 219 |  40k|  1 |2728k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3289.61/3302.08	c  3302s|  4198k|  1494k| 11659k|   2.7 |  2027M |  90 | 420 |5162 | 219 |  40k|  1 |2728k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3289.80/3302.23	c  3302s|  4198k|  1494k| 11659k|   2.7 |  2027M |  90 | 420 |5162 | 219 |  40k|  1 |2728k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3289.90/3302.39	c  3302s|  4198k|  1494k| 11660k|   2.7 |  2027M |  90 | 420 |5162 | 219 |  40k|  1 |2728k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3290.10/3302.57	c  3303s|  4198k|  1494k| 11660k|   2.7 |  2027M |  90 | 420 |5162 | 219 |  40k|  1 |2728k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3290.30/3302.72	c  3303s|  4198k|  1494k| 11660k|   2.7 |  2027M |  90 | 420 |5162 | 219 |  40k|  1 |2728k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3290.50/3302.92	c  3303s|  4198k|  1494k| 11660k|   2.7 |  2027M |  90 | 420 |5161 | 219 |  40k|  1 |2729k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3290.70/3303.13	c  3303s|  4198k|  1494k| 11661k|   2.7 |  2027M |  90 | 420 |5162 |   0 |  40k|  0 |2729k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3290.90/3303.31	c  3303s|  4198k|  1494k| 11661k|   2.7 |  2027M |  90 | 420 |5162 |   0 |  40k|  0 |2729k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3291.00/3303.47	c  3303s|  4199k|  1494k| 11661k|   2.7 |  2027M |  90 | 420 |5162 |   0 |  40k|  0 |2729k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3291.19/3303.66	c  3304s|  4199k|  1495k| 11661k|   2.7 |  2027M |  90 | 420 |5162 | 219 |  40k|  1 |2729k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3291.39/3303.84	c  3304s|  4199k|  1495k| 11662k|   2.7 |  2027M |  90 | 420 |5162 | 219 |  40k|  1 |2729k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3291.60/3304.06	c  3304s|  4199k|  1495k| 11662k|   2.7 |  2027M |  90 | 420 |5162 | 219 |  40k|  1 |2729k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3291.79/3304.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3291.79/3304.24	c  3304s|  4199k|  1495k| 11662k|   2.7 |  2027M |  90 | 420 |5162 | 219 |  40k|  1 |2729k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3291.99/3304.44	c  3304s|  4199k|  1495k| 11663k|   2.7 |  2027M |  90 | 420 |5161 | 219 |  40k|  1 |2730k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3292.19/3304.60	c  3305s|  4199k|  1495k| 11663k|   2.7 |  2027M |  90 | 420 |5162 | 219 |  40k|  1 |2730k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3292.29/3304.78	c  3305s|  4199k|  1495k| 11663k|   2.7 |  2028M |  90 | 420 |5162 | 219 |  40k|  1 |2730k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3292.49/3304.94	c  3305s|  4199k|  1495k| 11663k|   2.7 |  2028M |  90 | 420 |5162 | 219 |  40k|  1 |2730k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3292.60/3305.09	c  3305s|  4199k|  1495k| 11663k|   2.7 |  2028M |  90 | 420 |5162 |   0 |  40k|  0 |2730k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3292.79/3305.28	c  3305s|  4200k|  1495k| 11664k|   2.7 |  2028M |  90 | 420 |5162 | 214 |  40k|  1 |2730k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3293.09/3305.59	c  3306s|  4200k|  1495k| 11664k|   2.7 |  2028M |  90 | 420 |5162 | 214 |  40k|  1 |2730k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3293.29/3305.79	c  3306s|  4200k|  1495k| 11664k|   2.7 |  2028M |  90 | 420 |5162 | 214 |  40k|  1 |2730k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3293.59/3306.07	c  3306s|  4200k|  1495k| 11665k|   2.7 |  2028M |  90 | 420 |5162 | 214 |  40k|  1 |2730k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3293.89/3306.36	c  3306s|  4200k|  1495k| 11665k|   2.7 |  2028M |  90 | 420 |5162 | 216 |  40k|  1 |2730k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3293.99/3306.47	c  3306s|  4200k|  1495k| 11665k|   2.7 |  2028M |  90 | 420 |5162 | 216 |  40k|  0 |2730k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3294.19/3306.64	c  3307s|  4200k|  1495k| 11666k|   2.7 |  2028M |  90 | 420 |5162 | 219 |  40k|  1 |2730k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3294.48/3306.93	c  3307s|  4200k|  1495k| 11666k|   2.7 |  2028M |  90 | 420 |5162 |   0 |  40k|  0 |2730k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3294.69/3307.12	c  3307s|  4200k|  1495k| 11666k|   2.7 |  2028M |  90 | 420 |5162 | 219 |  40k|  1 |2731k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3294.88/3307.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3294.88/3307.30	c  3307s|  4200k|  1495k| 11666k|   2.7 |  2028M |  90 | 420 |5162 |   0 |  40k|  0 |2731k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3294.98/3307.48	c  3307s|  4201k|  1495k| 11667k|   2.7 |  2028M |  90 | 420 |5162 | 219 |  40k|  1 |2731k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3295.18/3307.67	c  3308s|  4201k|  1495k| 11667k|   2.7 |  2028M |  90 | 420 |5162 | 219 |  40k|  1 |2731k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3295.38/3307.86	c  3308s|  4201k|  1495k| 11667k|   2.7 |  2028M |  90 | 420 |5162 | 219 |  40k|  1 |2731k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3295.59/3308.05	c  3308s|  4201k|  1495k| 11667k|   2.7 |  2028M |  90 | 420 |5162 |   0 |  40k|  0 |2731k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3295.78/3308.25	c  3308s|  4201k|  1495k| 11668k|   2.7 |  2028M |  90 | 420 |5162 | 216 |  40k|  1 |2732k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3295.98/3308.47	c  3308s|  4201k|  1495k| 11668k|   2.7 |  2028M |  90 | 420 |5162 | 216 |  40k|  1 |2732k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3296.18/3308.69	c  3309s|  4201k|  1495k| 11668k|   2.7 |  2028M |  90 | 420 |5162 | 216 |  40k|  1 |2732k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3296.48/3308.94	c  3309s|  4201k|  1495k| 11669k|   2.7 |  2028M |  90 | 420 |5161 | 216 |  40k|  1 |2732k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3296.68/3309.18	c  3309s|  4201k|  1495k| 11669k|   2.7 |  2028M |  90 | 420 |5162 | 216 |  40k|  1 |2732k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3296.88/3309.39	c  3309s|  4201k|  1495k| 11669k|   2.7 |  2028M |  90 | 420 |5162 |   0 |  40k|  0 |2732k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3297.17/3309.62	c  3310s|  4202k|  1495k| 11670k|   2.7 |  2028M |  90 | 420 |5162 | 216 |  40k|  1 |2732k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3297.37/3309.87	c  3310s|  4202k|  1495k| 11670k|   2.7 |  2028M |  90 | 420 |5162 | 216 |  40k|  1 |2732k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3297.58/3310.09	c  3310s|  4202k|  1495k| 11670k|   2.7 |  2028M |  90 | 420 |5162 |   0 |  40k|  0 |2732k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3297.87/3310.34	c  3310s|  4202k|  1495k| 11671k|   2.7 |  2028M |  90 | 420 |5162 |   0 |  40k|  0 |2732k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3298.17/3310.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3298.17/3310.61	c  3311s|  4202k|  1495k| 11671k|   2.7 |  2028M |  90 | 420 |5162 |   0 |  40k|  0 |2732k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3298.37/3310.81	c  3311s|  4202k|  1495k| 11671k|   2.7 |  2028M |  90 | 420 |5162 | 216 |  40k|  1 |2732k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3298.47/3310.97	c  3311s|  4202k|  1495k| 11672k|   2.7 |  2028M |  90 | 420 |5162 |   0 |  40k|  0 |2732k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3298.68/3311.18	c  3311s|  4202k|  1495k| 11672k|   2.7 |  2028M |  90 | 420 |5161 | 216 |  40k|  1 |2732k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3298.87/3311.34	c  3311s|  4202k|  1495k| 11672k|   2.7 |  2029M |  90 | 420 |5158 | 216 |  40k|  1 |2732k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3299.07/3311.53	c  3312s|  4202k|  1495k| 11672k|   2.7 |  2029M |  90 | 420 |5059 |   0 |  40k|  0 |2732k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3299.27/3311.71	c  3312s|  4203k|  1496k| 11673k|   2.7 |  2029M |  90 | 420 |5009 | 215 |  40k|  1 |2732k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3299.47/3311.90	c  3312s|  4203k|  1496k| 11673k|   2.7 |  2029M |  90 | 420 |4992 | 215 |  40k|  1 |2732k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3299.57/3312.04	c  3312s|  4203k|  1496k| 11673k|   2.7 |  2029M |  90 | 420 |4997 |   0 |  40k|  0 |2732k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3299.77/3312.28	c  3312s|  4203k|  1496k| 11673k|   2.7 |  2029M |  90 | 420 |4903 |   0 |  40k|  0 |2732k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3299.96/3312.44	c  3312s|  4203k|  1496k| 11674k|   2.7 |  2029M |  90 | 420 |4935 | 216 |  40k|  1 |2733k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3300.16/3312.60	c  3313s|  4203k|  1496k| 11674k|   2.7 |  2029M |  90 | 420 |4940 |   0 |  40k|  0 |2733k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3300.26/3312.78	c  3313s|  4203k|  1496k| 11674k|   2.7 |  2029M |  90 | 420 |4982 | 217 |  40k|  1 |2733k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3300.46/3312.97	c  3313s|  4203k|  1496k| 11674k|   2.7 |  2029M |  90 | 420 |5041 | 217 |  40k|  1 |2733k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3300.76/3313.21	c  3313s|  4203k|  1496k| 11675k|   2.7 |  2029M |  90 | 420 |5103 | 217 |  40k|  1 |2733k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3300.86/3313.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3300.86/3313.38	c  3313s|  4203k|  1496k| 11675k|   2.7 |  2029M |  90 | 420 |5102 | 217 |  40k|  1 |2733k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3300.96/3313.49	c  3313s|  4204k|  1496k| 11675k|   2.7 |  2029M |  90 | 420 |5078 | 217 |  40k|  1 |2733k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3301.16/3313.62	c  3314s|  4204k|  1496k| 11675k|   2.7 |  2029M |  90 | 420 |5091 | 217 |  40k|  1 |2733k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3301.26/3313.72	c  3314s|  4204k|  1496k| 11675k|   2.7 |  2029M |  90 | 420 |5100 | 217 |  40k|  1 |2733k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3301.36/3313.83	c  3314s|  4204k|  1496k| 11676k|   2.7 |  2029M |  90 | 420 |5087 | 217 |  40k|  1 |2733k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3301.46/3313.94	c  3314s|  4204k|  1496k| 11676k|   2.7 |  2029M |  90 | 420 |5091 | 217 |  40k|  1 |2733k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3301.56/3314.09	c  3314s|  4204k|  1496k| 11676k|   2.7 |  2029M |  90 | 420 |5154 | 216 |  40k|  1 |2733k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3301.76/3314.22	c  3314s|  4204k|  1496k| 11676k|   2.7 |  2030M |  90 | 420 |5160 |   0 |  40k|  0 |2733k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3301.86/3314.39	c  3314s|  4204k|  1496k| 11677k|   2.7 |  2030M |  90 | 420 |5160 | 217 |  40k|  1 |2733k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3302.06/3314.53	c  3315s|  4204k|  1496k| 11677k|   2.7 |  2030M |  90 | 420 |5160 | 217 |  40k|  1 |2733k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3302.15/3314.68	c  3315s|  4204k|  1496k| 11677k|   2.7 |  2030M |  90 | 420 |5159 | 217 |  40k|  1 |2733k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3302.35/3314.81	c  3315s|  4205k|  1496k| 11677k|   2.7 |  2030M |  90 | 420 |5157 | 219 |  40k|  1 |2733k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3302.45/3314.93	c  3315s|  4205k|  1496k| 11677k|   2.7 |  2030M |  90 | 420 |5156 |   0 |  40k|  0 |2733k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3302.56/3315.07	c  3315s|  4205k|  1496k| 11678k|   2.7 |  2030M |  90 | 420 |5157 | 219 |  40k|  1 |2733k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3302.75/3315.20	c  3315s|  4205k|  1496k| 11678k|   2.7 |  2030M |  90 | 420 |5157 | 216 |  40k|  1 |2733k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3302.85/3315.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3302.85/3315.35	c  3315s|  4205k|  1496k| 11678k|   2.7 |  2030M |  90 | 420 |5157 |   0 |  40k|  0 |2733k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3303.05/3315.51	c  3316s|  4205k|  1496k| 11678k|   2.7 |  2030M |  90 | 420 |5157 | 216 |  40k|  1 |2734k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3303.25/3315.75	c  3316s|  4205k|  1496k| 11679k|   2.7 |  2030M |  90 | 420 |5162 | 218 |  40k|  1 |2734k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3303.65/3316.10	c  3316s|  4205k|  1496k| 11679k|   2.7 |  2030M |  90 | 420 |5162 |   0 |  40k|  0 |2734k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3303.95/3316.40	c  3316s|  4205k|  1496k| 11679k|   2.7 |  2030M |  90 | 420 |5162 |   0 |  40k|  0 |2734k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3304.45/3316.95	c  3317s|  4205k|  1496k| 11679k|   2.7 |  2030M |  90 | 420 |5162 | 215 |  40k|  1 |2734k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3304.55/3317.09	c  3317s|  4206k|  1496k| 11679k|   2.7 |  2030M |  90 | 420 |5162 | 212 |  40k|  1 |2734k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3304.65/3317.18	c  3317s|  4206k|  1496k| 11680k|   2.7 |  2030M |  90 | 420 |5162 |   0 |  40k|  0 |2734k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3304.85/3317.30	c  3317s|  4206k|  1497k| 11680k|   2.7 |  2030M |  90 | 420 |5162 |   0 |  40k|  0 |2734k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3304.95/3317.41	c  3317s|  4206k|  1497k| 11680k|   2.7 |  2030M |  90 | 420 |5162 | 215 |  40k|  1 |2734k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3305.05/3317.51	c  3318s|  4206k|  1497k| 11681k|   2.7 |  2030M |  90 | 420 |5162 | 219 |  40k|  2 |2734k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3305.15/3317.64	c  3318s|  4206k|  1497k| 11681k|   2.7 |  2030M |  90 | 420 |5162 | 216 |  40k|  1 |2734k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3305.24/3317.73	c  3318s|  4206k|  1497k| 11681k|   2.7 |  2030M |  90 | 420 |5162 | 215 |  40k|  1 |2734k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3305.34/3317.84	c  3318s|  4206k|  1497k| 11682k|   2.7 |  2030M |  90 | 420 |5162 | 215 |  40k|  1 |2735k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3305.44/3317.95	c  3318s|  4206k|  1497k| 11682k|   2.7 |  2030M |  90 | 420 |5162 | 218 |  40k|  1 |2735k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3305.55/3318.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3305.55/3318.05	c  3318s|  4206k|  1497k| 11682k|   2.7 |  2030M |  90 | 420 |5162 | 216 |  40k|  1 |2735k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3305.74/3318.25	c  3318s|  4207k|  1497k| 11683k|   2.7 |  2030M |  90 | 420 |5159 | 212 |  40k|  1 |2735k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3306.04/3318.56	c  3319s|  4207k|  1497k| 11684k|   2.7 |  2030M |  90 | 420 |4694 | 216 |  40k|  1 |2735k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3306.34/3318.85	c  3319s|  4207k|  1497k| 11684k|   2.7 |  2030M |  90 | 420 |3941 | 216 |  40k|  1 |2735k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3306.74/3319.23	c  3319s|  4207k|  1497k| 11685k|   2.7 |  2030M |  90 | 420 |3293 | 216 |  40k|  1 |2735k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3307.04/3319.57	c  3320s|  4207k|  1497k| 11686k|   2.7 |  2030M |  90 | 420 |3142 | 216 |  40k|  1 |2735k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3307.44/3319.91	c  3320s|  4207k|  1497k| 11687k|   2.7 |  2030M |  90 | 420 |3077 | 221 |  40k|  1 |2735k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3307.64/3320.13	c  3320s|  4207k|  1498k| 11688k|   2.7 |  2030M |  90 | 420 |3043 | 218 |  41k|  1 |2735k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3307.85/3320.34	c  3320s|  4207k|  1498k| 11688k|   2.7 |  2031M |  90 | 420 |2977 | 221 |  41k|  1 |2735k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3308.04/3320.50	c  3321s|  4207k|  1498k| 11689k|   2.7 |  2031M |  90 | 420 |2978 | 229 |  41k|  1 |2735k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3308.14/3320.64	c  3321s|  4207k|  1498k| 11690k|   2.7 |  2031M |  90 | 420 |2970 | 217 |  41k|  1 |2735k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3308.34/3320.89	c  3321s|  4208k|  1498k| 11690k|   2.7 |  2031M |  90 | 420 |2915 | 219 |  41k|  1 |2735k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3308.55/3321.01	c  3321s|  4208k|  1498k| 11691k|   2.7 |  2031M |  90 | 420 |2951 | 219 |  41k|  1 |2735k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3308.65/3321.15	c  3321s|  4208k|  1498k| 11691k|   2.7 |  2031M |  90 | 420 |2997 | 220 |  41k|  1 |2735k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3308.74/3321.28	c  3321s|  4208k|  1498k| 11691k|   2.7 |  2031M |  90 | 420 |3006 |   0 |  41k|  0 |2735k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3308.94/3321.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3308.94/3321.44	c  3321s|  4208k|  1498k| 11692k|   2.7 |  2031M |  90 | 420 |3055 |   0 |  41k|  0 |2735k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3309.04/3321.59	c  3322s|  4208k|  1498k| 11692k|   2.7 |  2031M |  90 | 420 |3063 | 226 |  41k|  2 |2736k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3309.24/3321.79	c  3322s|  4208k|  1498k| 11693k|   2.7 |  2031M |  90 | 420 |3022 | 214 |  41k|  1 |2736k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3309.44/3321.94	c  3322s|  4208k|  1498k| 11693k|   2.7 |  2031M |  90 | 420 |2996 | 222 |  41k|  1 |2736k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3309.64/3322.12	c  3322s|  4208k|  1498k| 11694k|   2.7 |  2031M |  90 | 420 |2926 | 218 |  41k|  1 |2736k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3309.74/3322.28	c  3322s|  4208k|  1498k| 11694k|   2.7 |  2031M |  90 | 420 |2925 | 221 |  41k|  2 |2736k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3309.94/3322.47	c  3322s|  4209k|  1498k| 11695k|   2.7 |  2031M |  90 | 420 |2845 | 222 |  41k|  1 |2736k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3310.14/3322.69	c  3323s|  4209k|  1499k| 11696k|   2.7 |  2031M |  90 | 420 |2794 | 219 |  41k|  1 |2736k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3310.34/3322.82	c  3323s|  4209k|  1499k| 11696k|   2.7 |  2031M |  90 | 420 |2819 | 218 |  41k|  1 |2736k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3310.44/3322.97	c  3323s|  4209k|  1499k| 11696k|   2.7 |  2031M |  90 | 420 |2821 | 220 |  41k|  1 |2736k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3310.64/3323.11	c  3323s|  4209k|  1499k| 11697k|   2.7 |  2031M |  90 | 420 |2834 |   0 |  41k|  0 |2736k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3310.73/3323.29	c  3323s|  4209k|  1499k| 11697k|   2.7 |  2031M |  90 | 420 |2813 | 220 |  41k|  1 |2736k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3310.93/3323.42	c  3323s|  4209k|  1499k| 11698k|   2.7 |  2031M |  90 | 420 |2849 | 212 |  41k|  1 |2736k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3311.13/3323.63	c  3324s|  4209k|  1499k| 11698k|   2.7 |  2031M |  90 | 420 |2861 | 212 |  42k|  1 |2736k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3311.33/3323.81	c  3324s|  4209k|  1499k| 11699k|   2.7 |  2031M |  90 | 420 |2870 | 221 |  42k|  1 |2736k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3311.54/3324.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3311.54/3324.02	c  3324s|  4209k|  1499k| 11699k|   2.7 |  2031M |  90 | 420 |2886 | 218 |  42k|  1 |2736k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3311.73/3324.21	c  3324s|  4210k|  1499k| 11700k|   2.7 |  2031M |  90 | 420 |2908 | 221 |  42k|  1 |2736k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3311.83/3324.38	c  3324s|  4210k|  1499k| 11700k|   2.7 |  2031M |  90 | 420 |2929 | 221 |  42k|  1 |2736k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3312.03/3324.55	c  3325s|  4210k|  1499k| 11701k|   2.7 |  2032M |  90 | 420 |2897 | 220 |  42k|  1 |2736k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3312.23/3324.76	c  3325s|  4210k|  1499k| 11702k|   2.7 |  2032M |  90 | 420 |2953 | 219 |  42k|  1 |2737k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3312.43/3324.95	c  3325s|  4210k|  1499k| 11702k|   2.7 |  2032M |  90 | 420 |3046 | 224 |  42k|  1 |2737k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3312.63/3325.12	c  3325s|  4210k|  1499k| 11702k|   2.7 |  2032M |  90 | 420 |3140 | 224 |  42k|  1 |2737k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3312.83/3325.34	c  3325s|  4210k|  1499k| 11703k|   2.7 |  2032M |  90 | 420 |3216 | 222 |  42k|  1 |2737k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3313.03/3325.52	c  3326s|  4210k|  1500k| 11703k|   2.7 |  2032M |  90 | 420 |3304 | 222 |  42k|  1 |2737k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3313.33/3325.80	c  3326s|  4210k|  1500k| 11703k|   2.7 |  2032M |  90 | 420 |3128 | 221 |  42k|  1 |2737k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3313.43/3325.90	c  3326s|  4210k|  1500k| 11704k|   2.7 |  2033M |  90 | 420 |3120 | 221 |  42k|  1 |2737k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3313.53/3326.05	c  3326s|  4211k|  1500k| 11704k|   2.7 |  2033M |  90 | 420 |3113 | 217 |  42k|  1 |2737k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3313.63/3326.14	c  3326s|  4211k|  1500k| 11705k|   2.7 |  2033M |  90 | 420 |3110 | 222 |  42k|  1 |2737k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3313.82/3326.32	c  3326s|  4211k|  1500k| 11705k|   2.7 |  2033M |  90 | 420 |3123 | 217 |  42k|  1 |2737k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3314.02/3326.51	c  3327s|  4211k|  1500k| 11705k|   2.7 |  2033M |  90 | 420 |3002 | 217 |  42k|  1 |2737k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3314.12/3326.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3314.12/3326.62	c  3327s|  4211k|  1500k| 11706k|   2.7 |  2033M |  90 | 420 |3005 | 216 |  42k|  1 |2737k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3314.32/3326.87	c  3327s|  4211k|  1500k| 11706k|   2.7 |  2033M |  90 | 420 |2854 |   0 |  42k|  0 |2737k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3314.53/3327.05	c  3327s|  4211k|  1500k| 11707k|   2.7 |  2033M |  90 | 420 |2856 | 219 |  42k|  1 |2737k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3314.72/3327.25	c  3327s|  4211k|  1500k| 11707k|   2.7 |  2033M |  90 | 420 |2858 | 215 |  43k|  0 |2738k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3315.02/3327.57	c  3328s|  4211k|  1500k| 11708k|   2.7 |  2033M |  90 | 420 |2921 |   0 |  43k|  0 |2738k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3315.32/3327.85	c  3328s|  4211k|  1500k| 11708k|   2.7 |  2034M |  90 | 420 |2968 |   0 |  43k|  0 |2738k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3316.22/3328.75	c  3329s|  4212k|  1500k| 11708k|   2.7 |  2034M |  90 | 420 |2629 | 225 |  43k|  1 |2738k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3316.42/3328.90	c  3329s|  4212k|  1500k| 11709k|   2.7 |  2034M |  90 | 420 |2686 | 225 |  43k|  1 |2738k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3316.52/3329.07	c  3329s|  4212k|  1500k| 11709k|   2.7 |  2034M |  90 | 420 |2758 | 222 |  43k|  1 |2738k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3316.71/3329.24	c  3329s|  4212k|  1500k| 11709k|   2.7 |  2034M |  90 | 420 |2828 | 224 |  43k|  1 |2738k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3316.91/3329.42	c  3329s|  4212k|  1500k| 11710k|   2.7 |  2034M |  90 | 420 |2853 | 223 |  43k|  1 |2738k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3317.11/3329.66	c  3330s|  4212k|  1501k| 11710k|   2.7 |  2034M |  90 | 420 |2841 | 221 |  43k|  1 |2738k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3317.31/3329.86	c  3330s|  4212k|  1501k| 11711k|   2.7 |  2034M |  90 | 420 |2871 | 221 |  43k|  1 |2738k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3317.52/3330.05	c  3330s|  4212k|  1501k| 11711k|   2.7 |  2034M |  90 | 420 |2880 | 218 |  43k|  1 |2738k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3317.81/3330.36	c  3330s|  4212k|  1501k| 11711k|   2.7 |  2034M |  90 | 420 |2904 |   0 |  43k|  0 |2738k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3318.21/3330.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3318.21/3330.70	c  3331s|  4212k|  1501k| 11711k|   2.7 |  2034M |  90 | 420 |2902 | 215 |  43k|  1 |2739k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3318.51/3331.06	c  3331s|  4213k|  1501k| 11712k|   2.7 |  2034M |  90 | 420 |2923 | 218 |  43k|  1 |2739k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3318.81/3331.32	c  3331s|  4213k|  1501k| 11712k|   2.7 |  2034M |  90 | 420 |2965 | 218 |  43k|  1 |2739k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3319.11/3331.66	c  3332s|  4213k|  1501k| 11712k|   2.7 |  2034M |  90 | 420 |3046 | 219 |  43k|  1 |2739k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3319.41/3331.98	c  3332s|  4213k|  1501k| 11712k|   2.7 |  2034M |  90 | 420 |3156 | 217 |  43k|  1 |2739k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3319.80/3332.36	c  3332s|  4213k|  1501k| 11713k|   2.7 |  2034M |  90 | 420 |3222 | 217 |  43k|  1 |2739k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3320.30/3332.82	c  3333s|  4213k|  1501k| 11713k|   2.7 |  2034M |  90 | 420 |3310 |   0 |  43k|  0 |2739k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3320.61/3333.11	c  3333s|  4213k|  1501k| 11713k|   2.7 |  2034M |  90 | 420 |3394 | 215 |  43k|  1 |2740k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3320.70/3333.28	c  3333s|  4213k|  1501k| 11713k|   2.7 |  2034M |  90 | 420 |3464 |   0 |  43k|  0 |2740k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3320.90/3333.46	c  3333s|  4213k|  1501k| 11714k|   2.7 |  2035M |  90 | 420 |3604 | 215 |  43k|  1 |2740k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3321.10/3333.63	c  3334s|  4213k|  1501k| 11714k|   2.7 |  2035M |  90 | 420 |3697 | 220 |  43k|  1 |2740k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3321.30/3333.85	c  3334s|  4214k|  1501k| 11714k|   2.7 |  2035M |  90 | 420 |3794 | 220 |  43k|  0 |2740k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3321.61/3334.10	c  3334s|  4214k|  1501k| 11714k|   2.7 |  2035M |  90 | 420 |3830 | 215 |  43k|  1 |2740k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3321.80/3334.31	c  3334s|  4214k|  1501k| 11715k|   2.7 |  2035M |  90 | 420 |3933 | 215 |  43k|  1 |2740k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3321.90/3334.49	c  3334s|  4214k|  1501k| 11715k|   2.7 |  2035M |  90 | 420 |3971 | 215 |  43k|  1 |2740k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3322.10/3334.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3322.10/3334.67	c  3335s|  4214k|  1501k| 11715k|   2.7 |  2035M |  90 | 420 |4044 | 215 |  43k|  1 |2740k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3322.30/3334.86	c  3335s|  4214k|  1501k| 11715k|   2.7 |  2035M |  90 | 420 |4062 | 216 |  43k|  1 |2741k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3322.40/3334.96	c  3335s|  4214k|  1501k| 11716k|   2.7 |  2035M |  90 | 420 |4045 | 216 |  43k|  1 |2741k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3322.50/3335.07	c  3335s|  4214k|  1501k| 11716k|   2.7 |  2035M |  90 | 420 |4047 | 216 |  43k|  1 |2741k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3322.70/3335.28	c  3335s|  4214k|  1501k| 11716k|   2.7 |  2035M |  90 | 420 |4079 | 215 |  43k|  1 |2741k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3323.00/3335.52	c  3336s|  4214k|  1501k| 11716k|   2.7 |  2035M |  90 | 420 |4101 |   0 |  43k|  0 |2741k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3323.19/3335.70	c  3336s|  4215k|  1501k| 11717k|   2.7 |  2035M |  90 | 420 |4135 |   0 |  43k|  0 |2741k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3323.50/3336.00	c  3336s|  4215k|  1501k| 11717k|   2.7 |  2035M |  90 | 420 |4141 | 215 |  43k|  1 |2741k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3323.79/3336.39	c  3336s|  4215k|  1501k| 11717k|   2.7 |  2035M |  90 | 420 |4191 | 215 |  43k|  1 |2741k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3324.19/3336.72	c  3337s|  4215k|  1501k| 11718k|   2.7 |  2035M |  90 | 420 |4198 |   0 |  43k|  0 |2741k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3324.50/3337.03	c  3337s|  4215k|  1501k| 11718k|   2.7 |  2035M |  90 | 420 |4210 |   0 |  43k|  0 |2741k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3324.69/3337.22	c  3337s|  4215k|  1501k| 11718k|   2.7 |  2035M |  90 | 420 |4220 | 216 |  43k|  1 |2741k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3324.89/3337.46	c  3337s|  4215k|  1501k| 11718k|   2.7 |  2035M |  90 | 420 |4340 |   0 |  43k|  0 |2742k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3325.09/3337.65	c  3338s|  4215k|  1501k| 11719k|   2.7 |  2035M |  90 | 420 |4458 | 216 |  43k|  1 |2742k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3325.29/3337.81	c  3338s|  4215k|  1501k| 11719k|   2.7 |  2035M |  90 | 420 |4481 | 216 |  43k|  1 |2742k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3325.49/3338.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3325.49/3338.03	c  3338s|  4215k|  1501k| 11719k|   2.7 |  2035M |  90 | 420 |4488 | 216 |  43k|  1 |2742k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3325.69/3338.28	c  3338s|  4216k|  1501k| 11719k|   2.7 |  2035M |  90 | 420 |4511 | 216 |  43k|  1 |2742k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3325.99/3338.51	c  3339s|  4216k|  1501k| 11719k|   2.7 |  2035M |  90 | 420 |4470 |   0 |  43k|  0 |2742k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3326.09/3338.69	c  3339s|  4216k|  1501k| 11720k|   2.7 |  2035M |  90 | 420 |4485 |   0 |  43k|  0 |2742k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3326.38/3338.90	c  3339s|  4216k|  1501k| 11720k|   2.7 |  2035M |  90 | 420 |4364 | 216 |  43k|  1 |2742k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3326.49/3339.02	c  3339s|  4216k|  1501k| 11720k|   2.7 |  2035M |  90 | 420 |4372 | 216 |  43k|  1 |2742k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3326.59/3339.16	c  3339s|  4216k|  1501k| 11720k|   2.7 |  2035M |  90 | 420 |4353 | 216 |  43k|  1 |2742k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3326.78/3339.30	c  3339s|  4216k|  1501k| 11721k|   2.7 |  2035M |  90 | 420 |4401 | 216 |  43k|  1 |2742k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3326.88/3339.48	c  3339s|  4216k|  1501k| 11721k|   2.7 |  2035M |  90 | 420 |4297 | 216 |  43k|  1 |2742k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3327.08/3339.63	c  3340s|  4216k|  1502k| 11721k|   2.7 |  2035M |  90 | 420 |4338 | 216 |  43k|  1 |2742k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3327.18/3339.75	c  3340s|  4216k|  1502k| 11722k|   2.7 |  2035M |  90 | 420 |4324 |   0 |  43k|  0 |2742k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3327.28/3339.89	c  3340s|  4217k|  1502k| 11722k|   2.7 |  2035M |  90 | 420 |4408 | 216 |  43k|  1 |2742k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3327.59/3340.16	c  3340s|  4217k|  1502k| 11722k|   2.7 |  2035M |  90 | 420 |4198 | 216 |  43k|  1 |2742k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3327.78/3340.31	c  3340s|  4217k|  1502k| 11723k|   2.7 |  2035M |  90 | 420 |4202 | 216 |  43k|  1 |2742k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3327.88/3340.47	c  3340s|  4217k|  1502k| 11723k|   2.7 |  2035M |  90 | 420 |4209 | 216 |  43k|  1 |2743k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3328.08/3340.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3328.08/3340.64	c  3341s|  4217k|  1502k| 11723k|   2.7 |  2035M |  90 | 420 |4200 | 216 |  43k|  1 |2743k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3328.18/3340.79	c  3341s|  4217k|  1502k| 11724k|   2.7 |  2035M |  90 | 420 |4189 | 216 |  43k|  1 |2743k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3328.38/3340.96	c  3341s|  4217k|  1502k| 11724k|   2.7 |  2035M |  90 | 420 |4194 |   0 |  43k|  0 |2743k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3328.78/3341.33	c  3341s|  4217k|  1502k| 11724k|   2.7 |  2035M |  90 | 420 |4069 | 214 |  43k|  1 |2743k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3328.98/3341.52	c  3342s|  4217k|  1502k| 11725k|   2.7 |  2035M |  90 | 420 |3964 | 216 |  43k|  1 |2743k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3329.28/3341.80	c  3342s|  4217k|  1502k| 11725k|   2.7 |  2035M |  90 | 420 |3917 | 216 |  43k|  1 |2743k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3329.58/3342.16	c  3342s|  4218k|  1502k| 11725k|   2.7 |  2035M |  90 | 420 |4059 | 215 |  43k|  1 |2743k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3329.77/3342.37	c  3342s|  4218k|  1502k| 11725k|   2.7 |  2035M |  90 | 420 |4131 | 215 |  43k|  1 |2743k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3329.97/3342.55	c  3343s|  4218k|  1502k| 11726k|   2.7 |  2035M |  90 | 420 |4258 | 215 |  43k|  1 |2743k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3330.17/3342.72	c  3343s|  4218k|  1502k| 11726k|   2.7 |  2035M |  90 | 420 |4327 |   0 |  43k|  0 |2743k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3330.37/3342.94	c  3343s|  4218k|  1502k| 11726k|   2.7 |  2035M |  90 | 420 |4453 | 215 |  43k|  0 |2744k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3330.48/3343.10	c  3343s|  4218k|  1502k| 11727k|   2.7 |  2035M |  90 | 420 |4609 | 215 |  43k|  1 |2744k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3330.67/3343.27	c  3343s|  4218k|  1502k| 11727k|   2.7 |  2036M |  90 | 420 |4800 | 216 |  43k|  1 |2744k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3330.97/3343.50	c  3343s|  4218k|  1502k| 11727k|   2.7 |  2037M |  90 | 420 |5003 | 215 |  43k|  1 |2744k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3331.17/3343.79	c  3344s|  4218k|  1502k| 11727k|   2.7 |  2037M |  90 | 420 |5119 | 215 |  43k|  1 |2744k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3331.47/3344.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3331.47/3344.07	c  3344s|  4218k|  1502k| 11728k|   2.7 |  2037M |  90 | 420 |5151 | 215 |  43k|  1 |2745k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3331.77/3344.34	c  3344s|  4219k|  1502k| 11728k|   2.7 |  2037M |  90 | 420 |5153 | 215 |  43k|  1 |2745k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3331.97/3344.54	c  3345s|  4219k|  1502k| 11728k|   2.7 |  2037M |  90 | 420 |5153 | 215 |  43k|  1 |2745k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3332.17/3344.74	c  3345s|  4219k|  1502k| 11729k|   2.7 |  2037M |  90 | 420 |5153 | 215 |  43k|  1 |2745k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3332.37/3344.92	c  3345s|  4219k|  1502k| 11729k|   2.7 |  2037M |  90 | 420 |5153 |   0 |  43k|  0 |2745k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3332.47/3345.07	c  3345s|  4219k|  1502k| 11729k|   2.7 |  2037M |  90 | 420 |5153 | 215 |  43k|  1 |2745k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3332.66/3345.24	c  3345s|  4219k|  1502k| 11730k|   2.7 |  2038M |  90 | 420 |5153 |   0 |  43k|  0 |2745k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3332.86/3345.43	c  3345s|  4219k|  1502k| 11730k|   2.7 |  2038M |  90 | 420 |5153 | 216 |  43k|  1 |2746k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3333.06/3345.61	c  3346s|  4219k|  1502k| 11730k|   2.7 |  2038M |  90 | 420 |5153 |   0 |  43k|  0 |2746k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3333.26/3345.83	c  3346s|  4219k|  1502k| 11731k|   2.7 |  2038M |  90 | 420 |5152 | 216 |  43k|  1 |2746k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3333.36/3345.97	c  3346s|  4219k|  1502k| 11731k|   2.7 |  2038M |  90 | 420 |5153 | 216 |  43k|  1 |2746k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3333.46/3346.09	c  3346s|  4220k|  1503k| 11731k|   2.7 |  2038M |  90 | 420 |5153 | 216 |  43k|  1 |2746k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3333.66/3346.25	c  3346s|  4220k|  1503k| 11731k|   2.7 |  2039M |  90 | 420 |5148 |   0 |  43k|  0 |2746k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3333.76/3346.36	c  3346s|  4220k|  1503k| 11732k|   2.7 |  2039M |  90 | 420 |5149 | 216 |  43k|  1 |2746k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3333.96/3346.50	c  3346s|  4220k|  1503k| 11732k|   2.7 |  2039M |  90 | 420 |5148 | 216 |  43k|  1 |2746k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3334.06/3346.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3334.06/3346.63	c  3347s|  4220k|  1503k| 11732k|   2.7 |  2039M |  90 | 420 |5149 |   0 |  43k|  0 |2746k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3334.16/3346.77	c  3347s|  4220k|  1503k| 11733k|   2.7 |  2039M |  90 | 420 |5150 | 216 |  43k|  1 |2746k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3334.26/3346.89	c  3347s|  4220k|  1503k| 11733k|   2.7 |  2039M |  90 | 420 |5148 | 216 |  43k|  1 |2746k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3334.46/3347.03	c  3347s|  4220k|  1503k| 11733k|   2.7 |  2039M |  90 | 420 |5148 | 216 |  43k|  1 |2746k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3334.56/3347.16	c  3347s|  4220k|  1503k| 11733k|   2.7 |  2039M |  90 | 420 |5147 | 216 |  43k|  1 |2746k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3334.66/3347.28	c  3347s|  4220k|  1503k| 11734k|   2.7 |  2039M |  90 | 420 |5145 | 216 |  43k|  1 |2747k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3334.76/3347.39	c  3347s|  4221k|  1503k| 11734k|   2.7 |  2039M |  90 | 420 |5147 | 216 |  43k|  1 |2747k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3334.95/3347.56	c  3348s|  4221k|  1503k| 11734k|   2.7 |  2039M |  90 | 420 |5148 | 217 |  43k|  1 |2747k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3335.05/3347.67	c  3348s|  4221k|  1503k| 11735k|   2.7 |  2039M |  90 | 420 |5148 |   0 |  43k|  0 |2747k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3335.25/3347.81	c  3348s|  4221k|  1503k| 11735k|   2.7 |  2039M |  90 | 420 |5149 | 216 |  43k|  1 |2747k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3335.35/3347.94	c  3348s|  4221k|  1503k| 11735k|   2.7 |  2039M |  90 | 420 |5146 |   0 |  43k|  0 |2747k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3335.46/3348.06	c  3348s|  4221k|  1503k| 11736k|   2.7 |  2039M |  90 | 420 |5147 | 216 |  43k|  1 |2747k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3335.75/3348.30	c  3348s|  4221k|  1503k| 11736k|   2.7 |  2039M |  90 | 420 |5153 | 218 |  43k|  1 |2747k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3335.85/3348.48	c  3348s|  4221k|  1503k| 11736k|   2.7 |  2039M |  90 | 420 |5153 | 218 |  43k|  1 |2747k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3336.05/3348.61	c  3349s|  4221k|  1503k| 11736k|   2.7 |  2039M |  90 | 420 |5152 | 218 |  43k|  1 |2747k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3336.15/3348.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3336.15/3348.75	c  3349s|  4221k|  1503k| 11737k|   2.7 |  2039M |  90 | 420 |5152 | 218 |  43k|  1 |2747k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3336.35/3348.93	c  3349s|  4222k|  1503k| 11737k|   2.7 |  2039M |  90 | 420 |5151 | 218 |  43k|  1 |2747k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3336.45/3349.06	c  3349s|  4222k|  1503k| 11737k|   2.7 |  2039M |  90 | 420 |5151 | 218 |  43k|  1 |2747k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3336.65/3349.21	c  3349s|  4222k|  1503k| 11738k|   2.7 |  2039M |  90 | 420 |5149 |   0 |  43k|  0 |2747k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3336.75/3349.36	c  3349s|  4222k|  1503k| 11738k|   2.7 |  2040M |  90 | 420 |5149 | 216 |  43k|  1 |2747k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3336.95/3349.50	c  3350s|  4222k|  1504k| 11738k|   2.7 |  2040M |  90 | 420 |5149 | 216 |  43k|  1 |2747k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3337.05/3349.64	c  3350s|  4222k|  1504k| 11739k|   2.7 |  2040M |  90 | 420 |5149 | 216 |  43k|  1 |2748k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3337.25/3349.81	c  3350s|  4222k|  1504k| 11739k|   2.7 |  2040M |  90 | 420 |5149 | 216 |  43k|  1 |2748k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3337.35/3349.96	c  3350s|  4222k|  1504k| 11739k|   2.7 |  2040M |  90 | 420 |5149 | 216 |  43k|  1 |2748k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3337.55/3350.10	c  3350s|  4222k|  1504k| 11740k|   2.7 |  2040M |  90 | 420 |5149 | 216 |  43k|  1 |2748k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3337.64/3350.27	c  3350s|  4222k|  1504k| 11740k|   2.7 |  2040M |  90 | 420 |5149 |   0 |  43k|  0 |2748k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3337.84/3350.47	c  3350s|  4223k|  1504k| 11741k|   2.7 |  2040M |  90 | 420 |5149 | 216 |  43k|  1 |2748k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3338.04/3350.64	c  3351s|  4223k|  1504k| 11741k|   2.7 |  2040M |  90 | 420 |5149 | 216 |  43k|  1 |2748k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3338.14/3350.79	c  3351s|  4223k|  1504k| 11741k|   2.7 |  2040M |  90 | 420 |5150 |   0 |  43k|  0 |2748k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3338.34/3350.96	c  3351s|  4223k|  1504k| 11742k|   2.7 |  2041M |  90 | 420 |5152 |   0 |  43k|  0 |2748k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3338.54/3351.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3338.54/3351.14	c  3351s|  4223k|  1504k| 11742k|   2.7 |  2041M |  90 | 420 |5152 |   0 |  43k|  0 |2748k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3338.74/3351.34	c  3351s|  4223k|  1504k| 11742k|   2.7 |  2041M |  90 | 420 |5153 |   0 |  43k|  0 |2748k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3338.94/3351.52	c  3352s|  4223k|  1504k| 11743k|   2.7 |  2041M |  90 | 420 |5153 |   0 |  43k|  0 |2748k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3339.14/3351.72	c  3352s|  4223k|  1504k| 11743k|   2.7 |  2041M |  90 | 420 |5152 | 216 |  43k|  1 |2748k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3339.34/3351.94	c  3352s|  4223k|  1504k| 11743k|   2.7 |  2041M |  90 | 420 |5151 | 216 |  43k|  1 |2748k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3339.54/3352.12	c  3352s|  4223k|  1504k| 11744k|   2.7 |  2041M |  90 | 420 |5153 | 216 |  43k|  1 |2748k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3339.73/3352.31	c  3352s|  4224k|  1504k| 11744k|   2.7 |  2041M |  90 | 420 |5153 | 216 |  43k|  1 |2749k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3339.93/3352.51	c  3353s|  4224k|  1504k| 11744k|   2.7 |  2041M |  90 | 420 |5152 | 216 |  43k|  1 |2749k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3340.03/3352.67	c  3353s|  4224k|  1504k| 11745k|   2.7 |  2041M |  90 | 420 |5153 | 216 |  43k|  1 |2749k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3340.23/3352.87	c  3353s|  4224k|  1504k| 11745k|   2.7 |  2041M |  90 | 420 |5153 | 216 |  43k|  1 |2749k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3340.44/3353.04	c  3353s|  4224k|  1504k| 11745k|   2.7 |  2041M |  90 | 420 |5153 |   0 |  43k|  0 |2749k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3340.63/3353.22	c  3353s|  4224k|  1504k| 11745k|   2.7 |  2041M |  90 | 420 |5153 |   0 |  43k|  0 |2749k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3340.83/3353.43	c  3353s|  4224k|  1504k| 11746k|   2.7 |  2041M |  90 | 420 |5153 | 216 |  43k|  1 |2749k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3341.03/3353.63	c  3354s|  4224k|  1504k| 11746k|   2.7 |  2041M |  90 | 420 |5153 | 216 |  43k|  1 |2749k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3341.23/3353.83	c  3354s|  4224k|  1504k| 11746k|   2.7 |  2041M |  90 | 420 |5153 |   0 |  43k|  0 |2749k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3341.33/3353.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3341.33/3353.99	c  3354s|  4224k|  1504k| 11747k|   2.7 |  2041M |  90 | 420 |5152 | 216 |  43k|  1 |2749k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3341.54/3354.16	c  3354s|  4225k|  1505k| 11747k|   2.7 |  2042M |  90 | 420 |5151 | 216 |  43k|  1 |2749k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3341.74/3354.36	c  3354s|  4225k|  1505k| 11747k|   2.7 |  2042M |  90 | 420 |5151 | 216 |  43k|  1 |2749k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3341.94/3354.52	c  3355s|  4225k|  1505k| 11747k|   2.7 |  2042M |  90 | 420 |5151 | 216 |  43k|  1 |2749k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3342.14/3354.74	c  3355s|  4225k|  1505k| 11748k|   2.7 |  2042M |  90 | 420 |5151 | 216 |  43k|  1 |2749k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3342.44/3355.03	c  3355s|  4225k|  1505k| 11748k|   2.7 |  2042M |  90 | 420 |5153 | 216 |  43k|  1 |2749k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3342.93/3355.54	c  3356s|  4225k|  1505k| 11748k|   2.7 |  2042M |  90 | 420 |5153 | 216 |  43k|  1 |2750k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3343.23/3355.87	c  3356s|  4225k|  1505k| 11748k|   2.7 |  2042M |  90 | 420 |5153 | 216 |  43k|  1 |2750k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3343.63/3356.27	c  3356s|  4225k|  1505k| 11749k|   2.7 |  2042M |  90 | 420 |5153 |   0 |  43k|  0 |2750k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3344.03/3356.62	c  3357s|  4225k|  1505k| 11749k|   2.7 |  2042M |  90 | 420 |5152 | 216 |  43k|  1 |2750k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3344.43/3357.09	c  3357s|  4225k|  1505k| 11749k|   2.7 |  2042M |  90 | 420 |5029 |   0 |  43k|  0 |2750k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3344.83/3357.42	c  3357s|  4226k|  1505k| 11749k|   2.7 |  2042M |  90 | 420 |4872 | 215 |  43k|  1 |2750k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3344.93/3357.54	c  3358s|  4226k|  1505k| 11750k|   2.7 |  2042M |  90 | 420 |4845 | 215 |  43k|  1 |2750k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3345.03/3357.65	c  3358s|  4226k|  1505k| 11750k|   2.7 |  2042M |  90 | 420 |4869 | 215 |  43k|  1 |2750k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3345.13/3357.79	c  3358s|  4226k|  1505k| 11750k|   2.7 |  2042M |  90 | 420 |4889 | 215 |  43k|  1 |2751k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3345.33/3357.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3345.33/3357.91	c  3358s|  4226k|  1505k| 11750k|   2.7 |  2042M |  90 | 420 |4931 | 215 |  43k|  1 |2751k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3345.43/3358.04	c  3358s|  4226k|  1505k| 11751k|   2.7 |  2042M |  90 | 420 |4935 | 215 |  43k|  1 |2751k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3345.53/3358.15	c  3358s|  4226k|  1505k| 11751k|   2.7 |  2042M |  90 | 420 |4968 | 215 |  43k|  1 |2751k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3345.72/3358.30	c  3358s|  4226k|  1505k| 11751k|   2.7 |  2042M |  90 | 420 |4889 | 215 |  43k|  1 |2751k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3345.82/3358.42	c  3358s|  4226k|  1505k| 11751k|   2.7 |  2042M |  90 | 420 |4847 | 215 |  43k|  1 |2751k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3345.92/3358.56	c  3359s|  4226k|  1505k| 11752k|   2.7 |  2042M |  90 | 420 |4811 | 215 |  43k|  1 |2751k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3346.02/3358.69	c  3359s|  4227k|  1505k| 11752k|   2.7 |  2042M |  90 | 420 |4834 | 215 |  43k|  1 |2751k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3346.22/3358.83	c  3359s|  4227k|  1505k| 11752k|   2.7 |  2042M |  90 | 420 |4788 | 215 |  43k|  1 |2751k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3346.32/3358.96	c  3359s|  4227k|  1505k| 11753k|   2.7 |  2042M |  90 | 420 |4802 |   0 |  43k|  0 |2751k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3346.53/3359.18	c  3359s|  4227k|  1505k| 11753k|   2.7 |  2042M |  90 | 420 |4722 | 215 |  43k|  1 |2751k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3346.72/3359.32	c  3359s|  4227k|  1505k| 11753k|   2.7 |  2042M |  90 | 420 |4722 | 215 |  43k|  1 |2751k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3346.82/3359.47	c  3359s|  4227k|  1505k| 11754k|   2.7 |  2042M |  90 | 420 |4701 | 215 |  43k|  1 |2751k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3346.92/3359.59	c  3360s|  4227k|  1505k| 11754k|   2.7 |  2042M |  90 | 420 |4746 |   0 |  43k|  0 |2751k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3347.12/3359.77	c  3360s|  4227k|  1505k| 11754k|   2.7 |  2042M |  90 | 420 |4770 | 215 |  43k|  1 |2751k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3347.22/3359.89	c  3360s|  4227k|  1505k| 11754k|   2.7 |  2042M |  90 | 420 |4785 |   0 |  43k|  0 |2751k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3347.42/3360.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3347.42/3360.05	c  3360s|  4227k|  1505k| 11755k|   2.7 |  2042M |  90 | 420 |4707 | 215 |  43k|  1 |2751k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3347.62/3360.23	c  3360s|  4228k|  1505k| 11755k|   2.7 |  2042M |  90 | 420 |4682 | 215 |  43k|  1 |2752k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3347.72/3360.36	c  3360s|  4228k|  1505k| 11755k|   2.7 |  2042M |  90 | 420 |4666 | 215 |  43k|  1 |2752k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3347.82/3360.48	c  3360s|  4228k|  1505k| 11755k|   2.7 |  2042M |  90 | 420 |4648 | 215 |  43k|  1 |2752k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3348.02/3360.62	c  3361s|  4228k|  1505k| 11756k|   2.7 |  2042M |  90 | 420 |4648 |   0 |  43k|  0 |2752k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3348.22/3360.83	c  3361s|  4228k|  1505k| 11756k|   2.7 |  2042M |  90 | 420 |4590 | 215 |  43k|  1 |2752k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3348.42/3361.05	c  3361s|  4228k|  1506k| 11756k|   2.7 |  2042M |  90 | 420 |4557 | 215 |  43k|  1 |2752k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3348.61/3361.21	c  3361s|  4228k|  1506k| 11757k|   2.7 |  2042M |  90 | 420 |4565 | 215 |  43k|  1 |2752k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3348.71/3361.37	c  3361s|  4228k|  1506k| 11757k|   2.7 |  2042M |  90 | 420 |4588 | 215 |  43k|  1 |2752k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3348.91/3361.50	c  3362s|  4228k|  1506k| 11757k|   2.7 |  2042M |  90 | 420 |4643 |   0 |  43k|  0 |2752k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3349.01/3361.70	c  3362s|  4228k|  1506k| 11757k|   2.7 |  2042M |  90 | 420 |4687 | 215 |  43k|  1 |2752k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3349.21/3361.86	c  3362s|  4229k|  1506k| 11758k|   2.7 |  2042M |  90 | 420 |4654 | 215 |  43k|  1 |2752k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3349.42/3362.02	c  3362s|  4229k|  1506k| 11758k|   2.7 |  2042M |  90 | 420 |4608 | 215 |  43k|  1 |2752k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3349.52/3362.16	c  3362s|  4229k|  1506k| 11758k|   2.7 |  2042M |  90 | 420 |4601 | 215 |  43k|  1 |2752k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3349.71/3362.34	c  3362s|  4229k|  1506k| 11759k|   2.7 |  2042M |  90 | 420 |4612 |   0 |  43k|  0 |2752k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3349.91/3362.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3349.91/3362.51	c  3363s|  4229k|  1506k| 11759k|   2.7 |  2042M |  90 | 420 |4640 |   0 |  43k|  0 |2752k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3350.11/3362.70	c  3363s|  4229k|  1506k| 11759k|   2.7 |  2043M |  90 | 420 |4670 | 215 |  43k|  1 |2753k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3350.21/3362.86	c  3363s|  4229k|  1506k| 11760k|   2.7 |  2043M |  90 | 420 |4636 | 215 |  43k|  1 |2753k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3350.41/3363.03	c  3363s|  4229k|  1506k| 11760k|   2.7 |  2043M |  90 | 420 |4641 | 215 |  43k|  1 |2753k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3350.51/3363.19	c  3363s|  4229k|  1506k| 11760k|   2.7 |  2043M |  90 | 420 |4670 |   0 |  43k|  0 |2753k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3350.81/3363.41	c  3363s|  4229k|  1506k| 11761k|   2.7 |  2043M |  90 | 420 |4722 |   0 |  43k|  0 |2753k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3350.91/3363.58	c  3364s|  4230k|  1506k| 11761k|   2.7 |  2043M |  90 | 420 |4793 | 215 |  43k|  1 |2753k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3351.31/3363.99	c  3364s|  4230k|  1506k| 11761k|   2.7 |  2043M |  90 | 420 |4847 | 215 |  43k|  1 |2753k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3351.80/3364.40	c  3364s|  4230k|  1506k| 11761k|   2.7 |  2043M |  90 | 420 |4793 | 215 |  43k|  1 |2753k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3351.90/3364.54	c  3365s|  4230k|  1506k| 11762k|   2.7 |  2043M |  90 | 420 |4755 | 215 |  43k|  1 |2753k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3352.10/3364.75	c  3365s|  4230k|  1506k| 11762k|   2.7 |  2043M |  90 | 420 |4723 | 215 |  43k|  1 |2753k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3352.30/3364.92	c  3365s|  4230k|  1506k| 11762k|   2.7 |  2043M |  90 | 420 |4693 | 215 |  43k|  1 |2754k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3352.51/3365.11	c  3365s|  4230k|  1506k| 11763k|   2.7 |  2043M |  90 | 420 |4647 | 216 |  43k|  1 |2754k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3352.70/3365.30	c  3365s|  4230k|  1506k| 11763k|   2.7 |  2043M |  90 | 420 |4606 | 216 |  43k|  1 |2754k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3352.80/3365.47	c  3365s|  4230k|  1506k| 11763k|   2.7 |  2043M |  90 | 420 |4642 |   0 |  43k|  0 |2754k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3353.00/3365.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3353.00/3365.67	c  3366s|  4230k|  1506k| 11763k|   2.7 |  2043M |  90 | 420 |4678 | 216 |  43k|  1 |2754k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3353.20/3365.84	c  3366s|  4231k|  1506k| 11764k|   2.7 |  2043M |  90 | 420 |4724 | 216 |  43k|  1 |2754k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3353.40/3366.02	c  3366s|  4231k|  1506k| 11764k|   2.7 |  2043M |  90 | 420 |4703 |   0 |  43k|  0 |2754k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3353.50/3366.18	c  3366s|  4231k|  1506k| 11764k|   2.7 |  2044M |  90 | 420 |4674 |   0 |  43k|  0 |2754k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3353.70/3366.35	c  3366s|  4231k|  1507k| 11765k|   2.7 |  2044M |  90 | 420 |4686 | 216 |  43k|  1 |2754k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3353.90/3366.50	c  3366s|  4231k|  1507k| 11765k|   2.7 |  2044M |  90 | 420 |4691 | 216 |  43k|  1 |2754k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3354.00/3366.67	c  3367s|  4231k|  1507k| 11765k|   2.7 |  2044M |  90 | 420 |4684 |   0 |  43k|  0 |2754k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3354.20/3366.82	c  3367s|  4231k|  1507k| 11765k|   2.7 |  2044M |  90 | 420 |4646 |   0 |  43k|  0 |2754k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3354.30/3366.97	c  3367s|  4231k|  1507k| 11766k|   2.7 |  2044M |  90 | 420 |4636 | 216 |  43k|  1 |2754k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3354.50/3367.13	c  3367s|  4231k|  1507k| 11766k|   2.7 |  2044M |  90 | 420 |4628 | 216 |  43k|  1 |2754k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3354.69/3367.31	c  3367s|  4231k|  1507k| 11766k|   2.7 |  2044M |  90 | 420 |4585 | 216 |  43k|  1 |2754k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3354.79/3367.48	c  3367s|  4232k|  1507k| 11767k|   2.7 |  2044M |  90 | 420 |4607 | 216 |  43k|  1 |2754k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3354.99/3367.68	c  3368s|  4232k|  1507k| 11767k|   2.7 |  2044M |  90 | 420 |4576 |   0 |  43k|  0 |2754k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3355.19/3367.86	c  3368s|  4232k|  1507k| 11767k|   2.7 |  2044M |  90 | 420 |4583 | 216 |  43k|  1 |2754k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3355.40/3368.05	c  3368s|  4232k|  1507k| 11767k|   2.7 |  2044M |  90 | 420 |4598 | 215 |  43k|  1 |2754k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3355.59/3368.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3355.59/3368.25	c  3368s|  4232k|  1507k| 11768k|   2.7 |  2044M |  90 | 420 |4449 | 216 |  43k|  1 |2754k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3355.79/3368.44	c  3368s|  4232k|  1507k| 11768k|   2.7 |  2044M |  90 | 420 |4458 | 216 |  43k|  1 |2755k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3355.99/3368.62	c  3369s|  4232k|  1507k| 11768k|   2.7 |  2044M |  90 | 420 |4448 | 216 |  43k|  1 |2755k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3356.29/3368.95	c  3369s|  4232k|  1507k| 11769k|   2.7 |  2044M |  90 | 420 |4415 |   0 |  43k|  0 |2755k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3356.69/3369.34	c  3369s|  4232k|  1507k| 11769k|   2.7 |  2044M |  90 | 420 |4108 | 216 |  43k|  0 |2755k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3356.99/3369.65	c  3370s|  4232k|  1507k| 11769k|   2.7 |  2044M |  90 | 420 |4153 | 216 |  43k|  1 |2755k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3357.58/3370.23	c  3370s|  4233k|  1507k| 11769k|   2.7 |  2045M |  90 | 420 |4135 | 216 |  43k|  1 |2755k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3357.88/3370.56	c  3371s|  4233k|  1507k| 11769k|   2.7 |  2045M |  90 | 420 |4124 | 216 |  43k|  1 |2755k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3358.28/3370.91	c  3371s|  4233k|  1507k| 11770k|   2.7 |  2045M |  90 | 420 |4157 |   0 |  43k|  0 |2755k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3358.49/3371.19	c  3371s|  4233k|  1507k| 11770k|   2.7 |  2045M |  90 | 420 |4272 | 216 |  43k|  1 |2755k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3358.88/3371.54	c  3372s|  4233k|  1507k| 11770k|   2.7 |  2045M |  90 | 420 |4407 | 216 |  43k|  1 |2756k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3359.18/3371.83	c  3372s|  4233k|  1507k| 11770k|   2.7 |  2045M |  90 | 420 |4484 |   0 |  43k|  0 |2756k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3359.48/3372.19	c  3372s|  4233k|  1507k| 11770k|   2.7 |  2045M |  90 | 420 |4604 |   0 |  43k|  0 |2756k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3359.88/3372.52	c  3373s|  4233k|  1507k| 11771k|   2.7 |  2045M |  90 | 420 |4666 | 216 |  43k|  1 |2756k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3360.28/3372.96	c  3373s|  4233k|  1507k| 11771k|   2.7 |  2045M |  90 | 420 |4748 |   0 |  43k|  0 |2756k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3360.77/3373.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3360.77/3373.40	c  3373s|  4233k|  1507k| 11771k|   2.7 |  2045M |  90 | 420 |4703 | 217 |  43k|  1 |2756k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3361.17/3373.83	c  3374s|  4234k|  1507k| 11771k|   2.7 |  2045M |  90 | 420 |4668 | 216 |  43k|  1 |2756k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3361.97/3374.62	c  3375s|  4234k|  1507k| 11772k|   2.7 |  2045M |  90 | 420 |4545 |   0 |  43k|  0 |2757k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3362.47/3375.19	c  3375s|  4234k|  1507k| 11772k|   2.7 |  2045M |  90 | 420 |4406 | 215 |  43k|  1 |2757k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3362.77/3375.41	c  3375s|  4234k|  1507k| 11772k|   2.7 |  2045M |  90 | 420 |4416 | 215 |  43k|  1 |2757k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3362.87/3375.59	c  3376s|  4234k|  1507k| 11772k|   2.7 |  2045M |  90 | 420 |4476 | 215 |  43k|  1 |2757k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3363.07/3375.79	c  3376s|  4234k|  1507k| 11773k|   2.7 |  2045M |  90 | 420 |4553 |   0 |  43k|  0 |2757k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3363.37/3376.03	c  3376s|  4234k|  1507k| 11773k|   2.7 |  2045M |  90 | 420 |4481 |   0 |  43k|  0 |2757k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3363.66/3376.33	c  3376s|  4234k|  1507k| 11773k|   2.7 |  2045M |  90 | 420 |4454 | 216 |  43k|  1 |2757k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3364.26/3376.91	c  3377s|  4234k|  1507k| 11773k|   2.7 |  2045M |  90 | 420 |4403 | 215 |  43k|  1 |2757k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3364.37/3377.06	c  3377s|  4234k|  1507k| 11773k|   2.7 |  2046M |  90 | 420 |4476 | 215 |  43k|  1 |2757k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3365.06/3377.70	c  3378s|  4235k|  1507k| 11773k|   2.7 |  2046M |  90 | 420 |4193 |   0 |  43k|  0 |2757k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3365.36/3378.03	c  3378s|  4235k|  1507k| 11774k|   2.7 |  2046M |  90 | 420 |4227 |   0 |  43k|  0 |2758k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3365.66/3378.30	c  3378s|  4235k|  1507k| 11774k|   2.7 |  2046M |  90 | 420 |4323 |   0 |  43k|  0 |2758k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3365.86/3378.55	c  3379s|  4235k|  1507k| 11774k|   2.7 |  2046M |  90 | 420 |4290 | 218 |  43k|  1 |2758k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3366.46/3379.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3366.46/3379.15	c  3379s|  4235k|  1507k| 11774k|   2.7 |  2046M |  90 | 420 |3870 | 220 |  43k|  1 |2758k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3367.05/3379.79	c  3380s|  4235k|  1507k| 11775k|   2.7 |  2046M |  90 | 420 |3888 |   0 |  43k|  0 |2758k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3367.46/3380.12	c  3380s|  4235k|  1507k| 11775k|   2.7 |  2046M |  90 | 420 |3965 |   0 |  43k|  0 |2758k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3367.95/3380.60	c  3381s|  4235k|  1507k| 11775k|   2.7 |  2046M |  90 | 420 |4006 | 215 |  43k|  1 |2758k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3368.05/3380.77	c  3381s|  4235k|  1507k| 11775k|   2.7 |  2046M |  90 | 420 |4126 |   0 |  43k|  0 |2759k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3368.46/3381.14	c  3381s|  4235k|  1507k| 11775k|   2.7 |  2046M |  90 | 420 |4170 |   0 |  43k|  0 |2759k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3368.75/3381.46	c  3381s|  4236k|  1507k| 11776k|   2.7 |  2046M |  90 | 420 |4108 | 216 |  43k|  0 |2759k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3368.95/3381.60	c  3382s|  4236k|  1507k| 11776k|   2.7 |  2046M |  90 | 420 |4165 | 216 |  43k|  1 |2759k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3369.05/3381.78	c  3382s|  4236k|  1507k| 11776k|   2.7 |  2046M |  90 | 420 |4281 |   0 |  43k|  0 |2759k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3369.25/3381.95	c  3382s|  4236k|  1507k| 11777k|   2.7 |  2046M |  90 | 420 |4461 | 216 |  43k|  1 |2759k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3369.35/3382.09	c  3382s|  4236k|  1507k| 11777k|   2.7 |  2046M |  90 | 420 |4540 | 216 |  43k|  1 |2759k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3369.55/3382.29	c  3382s|  4236k|  1507k| 11777k|   2.7 |  2046M |  90 | 420 |4660 | 216 |  43k|  1 |2759k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3369.75/3382.45	c  3382s|  4236k|  1507k| 11777k|   2.7 |  2046M |  90 | 420 |4786 | 216 |  43k|  1 |2760k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3369.95/3382.60	c  3383s|  4236k|  1507k| 11778k|   2.7 |  2046M |  90 | 420 |4975 |   0 |  43k|  0 |2760k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3370.05/3382.79	c  3383s|  4236k|  1507k| 11778k|   2.7 |  2046M |  90 | 420 |5029 | 216 |  43k|  1 |2760k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3370.35/3383.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3370.35/3383.02	c  3383s|  4236k|  1507k| 11778k|   2.7 |  2046M |  90 | 420 |5041 | 216 |  43k|  1 |2760k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3370.45/3383.18	c  3383s|  4237k|  1507k| 11778k|   2.7 |  2046M |  90 | 420 |5042 | 216 |  43k|  1 |2760k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3370.74/3383.47	c  3383s|  4237k|  1507k| 11779k|   2.7 |  2046M |  90 | 420 |5042 | 216 |  43k|  1 |2760k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3370.94/3383.60	c  3384s|  4237k|  1507k| 11779k|   2.7 |  2046M |  90 | 420 |5042 | 216 |  43k|  1 |2761k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3371.14/3383.80	c  3384s|  4237k|  1507k| 11779k|   2.7 |  2046M |  90 | 420 |5042 | 216 |  43k|  1 |2761k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3371.24/3383.96	c  3384s|  4237k|  1508k| 11779k|   2.7 |  2046M |  90 | 420 |5042 | 216 |  43k|  1 |2761k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3371.45/3384.13	c  3384s|  4237k|  1508k| 11779k|   2.7 |  2046M |  90 | 420 |5042 | 216 |  43k|  1 |2761k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3371.54/3384.29	c  3384s|  4237k|  1508k| 11780k|   2.7 |  2046M |  90 | 420 |5043 |   0 |  43k|  0 |2761k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3371.74/3384.49	c  3384s|  4237k|  1508k| 11780k|   2.7 |  2046M |  90 | 420 |5043 | 216 |  43k|  1 |2761k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3372.04/3384.70	c  3385s|  4237k|  1508k| 11780k|   2.7 |  2046M |  90 | 420 |5043 | 216 |  43k|  1 |2761k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3372.14/3384.89	c  3385s|  4237k|  1508k| 11780k|   2.7 |  2046M |  90 | 420 |5043 | 215 |  43k|  1 |2761k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3372.34/3385.01	c  3385s|  4238k|  1508k| 11781k|   2.7 |  2046M |  90 | 420 |5043 | 215 |  43k|  0 |2761k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3372.44/3385.15	c  3385s|  4238k|  1508k| 11781k|   2.7 |  2046M |  90 | 420 |5043 | 215 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3372.54/3385.26	c  3385s|  4238k|  1508k| 11781k|   2.7 |  2046M |  90 | 420 |5043 | 215 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3372.64/3385.39	c  3385s|  4238k|  1508k| 11781k|   2.7 |  2046M |  90 | 420 |5043 | 215 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3372.84/3385.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3372.84/3385.55	c  3386s|  4238k|  1508k| 11782k|   2.7 |  2046M |  90 | 420 |5043 | 215 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3373.03/3385.78	c  3386s|  4238k|  1508k| 11782k|   2.7 |  2047M |  90 | 420 |5043 | 216 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3373.23/3385.99	c  3386s|  4238k|  1508k| 11782k|   2.7 |  2047M |  90 | 420 |5040 | 214 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3373.53/3386.22	c  3386s|  4238k|  1508k| 11782k|   2.7 |  2047M |  90 | 420 |5031 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3373.73/3386.45	c  3386s|  4238k|  1508k| 11783k|   2.7 |  2047M |  90 | 420 |5038 | 215 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3374.03/3386.71	c  3387s|  4238k|  1508k| 11783k|   2.7 |  2047M |  90 | 420 |5023 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3374.23/3386.96	c  3387s|  4239k|  1508k| 11783k|   2.7 |  2047M |  90 | 420 |4916 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3374.53/3387.24	c  3387s|  4239k|  1508k| 11783k|   2.7 |  2047M |  90 | 420 |4801 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3374.83/3387.54	c  3388s|  4239k|  1508k| 11783k|   2.7 |  2047M |  90 | 420 |4664 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3375.12/3387.85	c  3388s|  4239k|  1508k| 11783k|   2.7 |  2047M |  90 | 420 |4597 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3375.33/3388.09	c  3388s|  4239k|  1508k| 11783k|   2.7 |  2047M |  90 | 420 |4564 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3375.62/3388.36	c  3388s|  4239k|  1508k| 11783k|   2.7 |  2047M |  90 | 420 |4519 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3375.92/3388.63	c  3389s|  4239k|  1508k| 11784k|   2.7 |  2047M |  90 | 420 |4495 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3376.22/3388.92	c  3389s|  4239k|  1508k| 11784k|   2.7 |  2047M |  90 | 420 |4463 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3376.52/3389.21	c  3389s|  4239k|  1508k| 11784k|   2.7 |  2047M |  90 | 420 |4434 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3376.72/3389.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3376.72/3389.49	c  3389s|  4239k|  1508k| 11784k|   2.7 |  2047M |  90 | 420 |4396 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3377.02/3389.79	c  3390s|  4240k|  1508k| 11784k|   2.7 |  2047M |  90 | 420 |4323 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3377.32/3390.05	c  3390s|  4240k|  1508k| 11784k|   2.7 |  2047M |  90 | 420 |4276 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3377.62/3390.35	c  3390s|  4240k|  1508k| 11784k|   2.7 |  2047M |  90 | 420 |4236 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3377.92/3390.63	c  3391s|  4240k|  1508k| 11785k|   2.7 |  2047M |  90 | 420 |4226 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3378.21/3390.95	c  3391s|  4240k|  1508k| 11785k|   2.7 |  2047M |  90 | 420 |4205 | 216 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3378.42/3391.19	c  3391s|  4240k|  1508k| 11785k|   2.7 |  2047M |  90 | 420 |4201 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3378.71/3391.46	c  3391s|  4240k|  1508k| 11785k|   2.7 |  2047M |  90 | 420 |4201 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3378.91/3391.68	c  3392s|  4240k|  1508k| 11785k|   2.7 |  2047M |  90 | 420 |4200 | 214 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3379.21/3391.91	c  3392s|  4240k|  1508k| 11785k|   2.7 |  2047M |  90 | 420 |4191 | 214 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3379.42/3392.18	c  3392s|  4240k|  1508k| 11785k|   2.7 |  2047M |  90 | 420 |4172 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3379.71/3392.44	c  3392s|  4241k|  1508k| 11786k|   2.7 |  2047M |  90 | 420 |4143 | 214 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3379.91/3392.65	c  3393s|  4241k|  1508k| 11786k|   2.7 |  2047M |  90 | 420 |4137 | 214 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3380.21/3392.94	c  3393s|  4241k|  1508k| 11786k|   2.7 |  2047M |  90 | 420 |4109 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3380.41/3393.18	c  3393s|  4241k|  1508k| 11786k|   2.7 |  2047M |  90 | 420 |4107 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3380.71/3393.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3380.71/3393.41	c  3393s|  4241k|  1508k| 11786k|   2.7 |  2047M |  90 | 420 |4095 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3381.01/3393.70	c  3394s|  4241k|  1508k| 11786k|   2.7 |  2047M |  90 | 420 |4105 | 214 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3381.21/3393.95	c  3394s|  4241k|  1508k| 11787k|   2.7 |  2047M |  90 | 420 |4108 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3381.50/3394.20	c  3394s|  4241k|  1508k| 11787k|   2.7 |  2048M |  90 | 420 |4089 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3381.70/3394.43	c  3394s|  4241k|  1508k| 11787k|   2.7 |  2048M |  90 | 420 |4074 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3382.00/3394.70	c  3395s|  4241k|  1508k| 11787k|   2.7 |  2048M |  90 | 420 |4041 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3382.20/3394.94	c  3395s|  4242k|  1508k| 11787k|   2.7 |  2048M |  90 | 420 |4017 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3382.41/3395.15	c  3395s|  4242k|  1508k| 11787k|   2.7 |  2048M |  90 | 420 |4011 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3382.60/3395.33	c  3395s|  4242k|  1508k| 11787k|   2.7 |  2048M |  90 | 420 |3924 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3382.80/3395.55	c  3396s|  4242k|  1508k| 11787k|   2.7 |  2048M |  90 | 420 |3938 | 214 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3383.00/3395.73	c  3396s|  4242k|  1508k| 11788k|   2.7 |  2048M |  90 | 420 |3903 | 215 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3383.20/3395.96	c  3396s|  4242k|  1508k| 11788k|   2.7 |  2048M |  90 | 420 |3906 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3383.40/3396.17	c  3396s|  4242k|  1508k| 11788k|   2.7 |  2048M |  90 | 420 |3907 | 214 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3383.70/3396.41	c  3396s|  4242k|  1508k| 11788k|   2.7 |  2048M |  90 | 420 |3902 | 214 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3383.80/3396.59	c  3397s|  4242k|  1508k| 11788k|   2.7 |  2048M |  90 | 420 |3892 | 214 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3384.00/3396.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3384.00/3396.76	c  3397s|  4242k|  1508k| 11788k|   2.7 |  2048M |  90 | 420 |3881 | 214 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3384.20/3396.94	c  3397s|  4243k|  1508k| 11788k|   2.7 |  2048M |  90 | 420 |3876 | 215 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3384.40/3397.16	c  3397s|  4243k|  1508k| 11788k|   2.7 |  2048M |  90 | 420 |3871 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3384.59/3397.39	c  3397s|  4243k|  1508k| 11789k|   2.7 |  2048M |  90 | 420 |3865 | 214 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3384.89/3397.60	c  3398s|  4243k|  1508k| 11789k|   2.7 |  2048M |  90 | 420 |3857 | 215 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3385.09/3397.80	c  3398s|  4243k|  1508k| 11789k|   2.7 |  2048M |  90 | 420 |3868 | 218 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3385.19/3397.99	c  3398s|  4243k|  1508k| 11789k|   2.7 |  2048M |  90 | 420 |3866 | 214 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3385.40/3398.17	c  3398s|  4243k|  1508k| 11789k|   2.7 |  2048M |  90 | 420 |3841 | 216 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3385.59/3398.36	c  3398s|  4243k|  1508k| 11789k|   2.7 |  2048M |  90 | 420 |3835 | 216 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3385.79/3398.55	c  3399s|  4243k|  1508k| 11789k|   2.7 |  2048M |  90 | 420 |3828 |   0 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3385.99/3398.72	c  3399s|  4243k|  1508k| 11789k|   2.7 |  2048M |  90 | 420 |3796 | 215 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3386.09/3398.81	c  3399s|  4244k|  1508k| 11790k|   2.7 |  2048M |  90 | 420 |3843 | 215 |  43k|  0 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3386.19/3398.98	c  3399s|  4244k|  1508k| 11790k|   2.7 |  2048M |  90 | 420 |3830 | 215 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3386.39/3399.13	c  3399s|  4244k|  1508k| 11790k|   2.7 |  2048M |  90 | 420 |3861 | 215 |  43k|  1 |2762k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3386.49/3399.26	c  3399s|  4244k|  1508k| 11791k|   2.7 |  2048M |  90 | 420 |3900 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3386.69/3399.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3386.69/3399.45	c  3399s|  4244k|  1508k| 11791k|   2.7 |  2048M |  90 | 420 |3942 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3386.89/3399.68	c  3400s|  4244k|  1508k| 11791k|   2.7 |  2048M |  90 | 420 |3958 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3387.09/3399.89	c  3400s|  4244k|  1508k| 11791k|   2.7 |  2048M |  90 | 420 |3933 | 219 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3387.39/3400.11	c  3400s|  4244k|  1508k| 11791k|   2.7 |  2048M |  90 | 420 |3952 | 219 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3387.59/3400.34	c  3400s|  4244k|  1508k| 11792k|   2.7 |  2048M |  90 | 420 |3948 | 219 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3387.88/3400.61	c  3401s|  4244k|  1508k| 11792k|   2.7 |  2048M |  90 | 420 |3943 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3388.08/3400.81	c  3401s|  4245k|  1508k| 11792k|   2.7 |  2048M |  90 | 420 |3938 | 219 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3388.18/3400.98	c  3401s|  4245k|  1508k| 11792k|   2.7 |  2048M |  90 | 420 |3936 | 215 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3388.39/3401.16	c  3401s|  4245k|  1508k| 11792k|   2.7 |  2048M |  90 | 420 |3957 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3388.58/3401.36	c  3401s|  4245k|  1508k| 11792k|   2.7 |  2048M |  90 | 420 |3947 | 214 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3388.78/3401.53	c  3402s|  4245k|  1508k| 11792k|   2.7 |  2048M |  90 | 420 |3940 | 217 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3388.98/3401.72	c  3402s|  4245k|  1508k| 11792k|   2.7 |  2048M |  90 | 420 |3923 | 217 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3389.18/3401.94	c  3402s|  4245k|  1508k| 11793k|   2.7 |  2048M |  90 | 420 |3910 | 214 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3389.38/3402.14	c  3402s|  4245k|  1508k| 11793k|   2.7 |  2048M |  90 | 420 |3899 | 214 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3389.58/3402.35	c  3402s|  4245k|  1508k| 11793k|   2.7 |  2048M |  90 | 420 |3889 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3389.79/3402.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3389.79/3402.59	c  3403s|  4245k|  1508k| 11793k|   2.7 |  2048M |  90 | 420 |3896 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3389.99/3402.77	c  3403s|  4246k|  1508k| 11793k|   2.7 |  2048M |  90 | 420 |3887 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3390.19/3402.94	c  3403s|  4246k|  1508k| 11793k|   2.7 |  2048M |  90 | 420 |3882 | 214 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3390.29/3403.09	c  3403s|  4246k|  1508k| 11793k|   2.7 |  2048M |  90 | 420 |3876 | 214 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3390.58/3403.30	c  3403s|  4246k|  1508k| 11794k|   2.7 |  2048M |  90 | 420 |3854 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3390.78/3403.56	c  3404s|  4246k|  1508k| 11794k|   2.7 |  2048M |  90 | 420 |3826 | 214 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3390.98/3403.74	c  3404s|  4246k|  1508k| 11794k|   2.7 |  2048M |  90 | 420 |3817 | 214 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3391.18/3403.96	c  3404s|  4246k|  1508k| 11794k|   2.7 |  2048M |  90 | 420 |3787 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3391.48/3404.22	c  3404s|  4246k|  1508k| 11794k|   2.7 |  2048M |  90 | 420 |3707 | 219 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3391.68/3404.45	c  3404s|  4246k|  1508k| 11794k|   2.7 |  2048M |  90 | 420 |3698 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3391.88/3404.68	c  3405s|  4246k|  1508k| 11794k|   2.7 |  2048M |  90 | 420 |3637 | 216 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3392.08/3404.87	c  3405s|  4247k|  1508k| 11795k|   2.7 |  2048M |  90 | 420 |3643 | 215 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3392.28/3405.07	c  3405s|  4247k|  1508k| 11795k|   2.7 |  2048M |  90 | 420 |3625 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3392.58/3405.30	c  3405s|  4247k|  1508k| 11795k|   2.7 |  2048M |  90 | 420 |3618 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3392.78/3405.59	c  3406s|  4247k|  1508k| 11795k|   2.7 |  2048M |  90 | 420 |3612 | 215 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3392.98/3405.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3392.98/3405.78	c  3406s|  4247k|  1508k| 11795k|   2.7 |  2048M |  90 | 420 |3618 | 217 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3393.28/3406.02	c  3406s|  4247k|  1508k| 11795k|   2.7 |  2048M |  90 | 420 |3622 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3393.48/3406.25	c  3406s|  4247k|  1508k| 11796k|   2.7 |  2048M |  90 | 420 |3626 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3393.68/3406.48	c  3406s|  4247k|  1508k| 11796k|   2.7 |  2048M |  90 | 420 |3597 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3393.87/3406.68	c  3407s|  4247k|  1508k| 11796k|   2.7 |  2048M |  90 | 420 |3604 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3394.17/3406.91	c  3407s|  4247k|  1508k| 11796k|   2.7 |  2048M |  90 | 420 |3613 | 214 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3394.38/3407.13	c  3407s|  4248k|  1508k| 11796k|   2.7 |  2048M |  90 | 420 |3626 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3394.57/3407.37	c  3407s|  4248k|  1508k| 11796k|   2.7 |  2048M |  90 | 420 |3619 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3394.77/3407.57	c  3408s|  4248k|  1508k| 11797k|   2.7 |  2048M |  90 | 420 |3623 | 219 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3394.97/3407.78	c  3408s|  4248k|  1508k| 11797k|   2.7 |  2048M |  90 | 420 |3623 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3395.28/3408.02	c  3408s|  4248k|  1508k| 11797k|   2.7 |  2048M |  90 | 420 |3613 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3395.47/3408.27	c  3408s|  4248k|  1508k| 11797k|   2.7 |  2048M |  90 | 420 |3609 | 214 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3395.67/3408.48	c  3408s|  4248k|  1508k| 11797k|   2.7 |  2048M |  90 | 420 |3681 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3395.97/3408.73	c  3409s|  4248k|  1508k| 11797k|   2.7 |  2048M |  90 | 420 |3710 | 216 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3396.17/3408.98	c  3409s|  4248k|  1508k| 11798k|   2.7 |  2048M |  90 | 420 |3726 | 214 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3396.37/3409.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3396.37/3409.16	c  3409s|  4248k|  1508k| 11798k|   2.7 |  2048M |  90 | 420 |3723 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3396.57/3409.31	c  3409s|  4249k|  1508k| 11798k|   2.7 |  2048M |  90 | 420 |3735 | 216 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3396.77/3409.54	c  3410s|  4249k|  1508k| 11798k|   2.7 |  2048M |  90 | 420 |3797 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3396.97/3409.75	c  3410s|  4249k|  1508k| 11798k|   2.7 |  2048M |  90 | 420 |3802 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3397.27/3410.05	c  3410s|  4249k|  1508k| 11798k|   2.7 |  2048M |  90 | 420 |3808 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3397.66/3410.41	c  3410s|  4249k|  1508k| 11799k|   2.7 |  2048M |  90 | 420 |3819 |   0 |  43k|  0 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3397.96/3410.73	c  3411s|  4249k|  1508k| 11799k|   2.7 |  2048M |  90 | 420 |3814 | 215 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3398.16/3410.98	c  3411s|  4249k|  1508k| 11799k|   2.7 |  2048M |  90 | 420 |3833 | 218 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3398.46/3411.28	c  3411s|  4249k|  1508k| 11799k|   2.7 |  2048M |  90 | 420 |3792 | 216 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3398.66/3411.42	c  3411s|  4249k|  1508k| 11800k|   2.7 |  2048M |  90 | 420 |3828 | 216 |  43k|  1 |2763k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3398.76/3411.55	c  3412s|  4249k|  1508k| 11800k|   2.7 |  2048M |  90 | 420 |3853 | 216 |  43k|  1 |2764k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3398.86/3411.68	c  3412s|  4250k|  1508k| 11800k|   2.7 |  2048M |  90 | 420 |3897 | 216 |  43k|  1 |2764k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3399.06/3411.81	c  3412s|  4250k|  1508k| 11800k|   2.7 |  2048M |  90 | 420 |3930 | 215 |  43k|  1 |2764k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3399.16/3411.95	c  3412s|  4250k|  1508k| 11801k|   2.7 |  2048M |  90 | 420 |3900 | 215 |  43k|  1 |2764k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3399.36/3412.12	c  3412s|  4250k|  1508k| 11801k|   2.7 |  2048M |  90 | 420 |3892 |   0 |  43k|  0 |2764k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3399.56/3412.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3399.56/3412.33	c  3412s|  4250k|  1508k| 11801k|   2.7 |  2048M |  90 | 420 |3887 | 215 |  43k|  1 |2764k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3399.86/3412.64	c  3413s|  4250k|  1508k| 11801k|   2.7 |  2048M |  90 | 420 |3921 |   0 |  43k|  0 |2764k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3400.36/3413.13	c  3413s|  4250k|  1508k| 11802k|   2.7 |  2048M |  90 | 420 |3832 |   0 |  43k|  0 |2764k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3400.55/3413.37	c  3413s|  4250k|  1508k| 11802k|   2.7 |  2048M |  90 | 420 |3804 | 215 |  43k|  1 |2764k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3400.65/3413.47	c  3413s|  4250k|  1508k| 11802k|   2.7 |  2048M |  90 | 420 |3887 | 215 |  43k|  1 |2764k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3401.36/3414.17	c  3414s|  4250k|  1508k| 11802k|   2.7 |  2048M |  90 | 420 |3697 | 215 |  43k|  1 |2764k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3401.85/3414.60	c  3415s|  4251k|  1508k| 11802k|   2.7 |  2048M |  90 | 420 |3710 |   0 |  43k|  0 |2765k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3402.45/3415.24	c  3415s|  4251k|  1508k| 11802k|   2.7 |  2048M |  90 | 420 |3691 |   0 |  43k|  0 |2765k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3402.95/3415.73	c  3416s|  4251k|  1508k| 11802k|   2.7 |  2048M |  90 | 420 |3730 |   0 |  43k|  0 |2765k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3403.65/3416.46	c  3416s|  4251k|  1508k| 11803k|   2.7 |  2048M |  90 | 420 |3823 |   0 |  43k|  0 |2765k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3403.85/3416.61	c  3417s|  4251k|  1508k| 11803k|   2.7 |  2048M |  90 | 420 |3830 |   0 |  43k|  0 |2765k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3403.94/3416.73	c  3417s|  4251k|  1508k| 11803k|   2.7 |  2048M |  90 | 420 |3876 | 215 |  43k|  1 |2765k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3404.25/3417.10	c  3417s|  4251k|  1508k| 11803k|   2.7 |  2048M |  90 | 420 |3921 | 215 |  43k|  0 |2765k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3404.84/3417.69	c  3418s|  4251k|  1508k| 11804k|   2.7 |  2048M |  90 | 420 |3917 | 216 |  43k|  1 |2765k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3405.35/3418.13	c  3418s|  4251k|  1508k| 11804k|   2.7 |  2048M |  90 | 420 |3891 |   0 |  43k|  0 |2765k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3405.84/3418.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3405.84/3418.63	c  3419s|  4251k|  1508k| 11804k|   2.7 |  2048M |  90 | 420 |3839 | 217 |  43k|  1 |2765k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3405.94/3418.76	c  3419s|  4252k|  1508k| 11804k|   2.7 |  2048M |  90 | 420 |3860 | 217 |  43k|  1 |2765k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3406.04/3418.87	c  3419s|  4252k|  1508k| 11804k|   2.7 |  2048M |  90 | 420 |3923 |   0 |  43k|  0 |2765k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3406.24/3419.02	c  3419s|  4252k|  1508k| 11805k|   2.7 |  2048M |  90 | 420 |3957 | 217 |  43k|  1 |2766k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3406.34/3419.16	c  3419s|  4252k|  1508k| 11805k|   2.7 |  2048M |  90 | 420 |3956 | 217 |  43k|  1 |2766k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3406.54/3419.31	c  3419s|  4252k|  1508k| 11805k|   2.7 |  2048M |  90 | 420 |4029 |   0 |  43k|  0 |2766k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3406.74/3419.55	c  3420s|  4252k|  1508k| 11805k|   2.7 |  2048M |  90 | 420 |3943 | 217 |  43k|  1 |2766k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3406.84/3419.69	c  3420s|  4252k|  1508k| 11806k|   2.7 |  2048M |  90 | 420 |3920 | 217 |  43k|  1 |2766k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3407.03/3419.84	c  3420s|  4252k|  1508k| 11806k|   2.7 |  2048M |  90 | 420 |3963 | 217 |  43k|  1 |2766k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3407.24/3420.00	c  3420s|  4252k|  1508k| 11806k|   2.7 |  2048M |  90 | 420 |3963 |   0 |  43k|  0 |2766k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3407.43/3420.21	c  3420s|  4252k|  1508k| 11806k|   2.7 |  2048M |  90 | 420 |3903 | 217 |  43k|  1 |2766k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3407.53/3420.34	c  3420s|  4253k|  1508k| 11807k|   2.7 |  2048M |  90 | 420 |3929 | 217 |  43k|  0 |2766k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3407.73/3420.50	c  3421s|  4253k|  1508k| 11807k|   2.7 |  2048M |  90 | 420 |3944 | 217 |  43k|  1 |2766k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3407.93/3420.71	c  3421s|  4253k|  1508k| 11807k|   2.7 |  2048M |  90 | 420 |3889 | 217 |  43k|  1 |2766k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3408.13/3420.90	c  3421s|  4253k|  1508k| 11807k|   2.7 |  2048M |  90 | 420 |3872 | 217 |  43k|  1 |2766k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3408.24/3421.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3408.24/3421.06	c  3421s|  4253k|  1508k| 11808k|   2.7 |  2049M |  90 | 420 |3869 |   0 |  43k|  0 |2766k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3408.43/3421.21	c  3421s|  4253k|  1508k| 11808k|   2.7 |  2049M |  90 | 420 |3831 | 215 |  43k|  1 |2766k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3408.53/3421.39	c  3421s|  4253k|  1508k| 11808k|   2.7 |  2049M |  90 | 420 |3860 | 215 |  43k|  1 |2766k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3408.73/3421.54	c  3422s|  4253k|  1508k| 11808k|   2.7 |  2049M |  90 | 420 |3854 |   0 |  43k|  0 |2766k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3408.93/3421.72	c  3422s|  4253k|  1508k| 11809k|   2.7 |  2049M |  90 | 420 |3809 |   0 |  43k|  0 |2766k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3409.03/3421.89	c  3422s|  4253k|  1508k| 11809k|   2.7 |  2049M |  90 | 420 |3805 | 217 |  43k|  1 |2766k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3409.23/3422.02	c  3422s|  4254k|  1508k| 11809k|   2.7 |  2049M |  90 | 420 |3821 |   0 |  43k|  0 |2766k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3409.33/3422.19	c  3422s|  4254k|  1509k| 11809k|   2.7 |  2049M |  90 | 420 |3833 | 217 |  43k|  1 |2766k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3409.53/3422.36	c  3422s|  4254k|  1509k| 11810k|   2.7 |  2049M |  90 | 420 |3819 | 217 |  43k|  1 |2767k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3409.72/3422.53	c  3423s|  4254k|  1509k| 11810k|   2.7 |  2049M |  90 | 420 |3801 | 217 |  43k|  1 |2767k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3409.82/3422.69	c  3423s|  4254k|  1509k| 11810k|   2.7 |  2049M |  90 | 420 |3819 | 217 |  43k|  1 |2767k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3410.02/3422.86	c  3423s|  4254k|  1509k| 11810k|   2.7 |  2049M |  90 | 420 |3808 | 217 |  43k|  1 |2767k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3410.23/3423.02	c  3423s|  4254k|  1509k| 11811k|   2.7 |  2049M |  90 | 420 |3807 | 217 |  43k|  1 |2767k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3410.62/3423.45	c  3423s|  4254k|  1509k| 11811k|   2.7 |  2049M |  90 | 420 |3731 |   0 |  43k|  0 |2767k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3411.02/3423.89	c  3424s|  4254k|  1509k| 11811k|   2.7 |  2049M |  90 | 420 |3757 |   0 |  43k|  0 |2767k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3411.52/3424.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3411.52/3424.37	c  3424s|  4254k|  1509k| 11811k|   2.7 |  2049M |  90 | 420 |3693 | 217 |  43k|  1 |2767k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3411.92/3424.78	c  3425s|  4255k|  1509k| 11811k|   2.7 |  2049M |  90 | 420 |3774 |   0 |  43k|  0 |2767k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3412.32/3425.11	c  3425s|  4255k|  1509k| 11811k|   2.7 |  2049M |  90 | 420 |3829 | 214 |  43k|  1 |2767k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3412.72/3425.55	c  3426s|  4255k|  1509k| 11812k|   2.7 |  2049M |  90 | 420 |3862 | 217 |  43k|  1 |2767k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3413.22/3426.03	c  3426s|  4255k|  1509k| 11812k|   2.7 |  2049M |  90 | 420 |3922 |   0 |  43k|  0 |2768k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3413.71/3426.53	c  3427s|  4255k|  1509k| 11812k|   2.7 |  2049M |  90 | 420 |3905 |   0 |  43k|  0 |2768k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3414.41/3427.25	c  3427s|  4255k|  1508k| 11812k|   2.7 |  2049M |  90 | 420 |3909 |   0 |  43k|  0 |2768k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3414.71/3427.51	c  3428s|  4255k|  1509k| 11812k|   2.7 |  2049M |  90 | 420 |3702 | 219 |  43k|  1 |2768k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3414.81/3427.61	c  3428s|  4255k|  1509k| 11812k|   2.7 |  2049M |  90 | 420 |3691 | 219 |  43k|  1 |2768k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3415.01/3427.88	c  3428s|  4255k|  1509k| 11813k|   2.7 |  2049M |  90 | 420 |3763 | 219 |  43k|  1 |2768k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3415.31/3428.13	c  3428s|  4255k|  1509k| 11813k|   2.7 |  2049M |  90 | 420 |3880 | 219 |  43k|  1 |2768k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3415.50/3428.37	c  3428s|  4256k|  1509k| 11813k|   2.7 |  2049M |  90 | 420 |4003 | 219 |  43k|  1 |2768k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3415.70/3428.55	c  3429s|  4256k|  1509k| 11814k|   2.7 |  2049M |  90 | 420 |4038 | 219 |  43k|  1 |2768k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3415.90/3428.72	c  3429s|  4256k|  1509k| 11814k|   2.7 |  2049M |  90 | 420 |4095 | 219 |  43k|  1 |2768k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3416.10/3428.97	c  3429s|  4256k|  1509k| 11814k|   2.7 |  2049M |  90 | 420 |4192 | 219 |  43k|  1 |2769k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3416.40/3429.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3416.40/3429.23	c  3429s|  4256k|  1509k| 11814k|   2.7 |  2049M |  90 | 420 |4313 |   0 |  43k|  0 |2769k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3416.60/3429.46	c  3429s|  4256k|  1509k| 11814k|   2.7 |  2050M |  90 | 420 |4346 | 219 |  43k|  1 |2769k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3416.80/3429.66	c  3430s|  4256k|  1509k| 11815k|   2.7 |  2050M |  90 | 420 |4302 | 215 |  43k|  1 |2769k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3417.00/3429.88	c  3430s|  4256k|  1509k| 11815k|   2.7 |  2050M |  90 | 420 |4362 | 215 |  43k|  1 |2769k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3417.30/3430.11	c  3430s|  4256k|  1509k| 11815k|   2.7 |  2050M |  90 | 420 |4461 |   0 |  43k|  0 |2769k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3417.50/3430.30	c  3430s|  4256k|  1509k| 11815k|   2.7 |  2050M |  90 | 420 |4538 | 215 |  43k|  1 |2769k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3417.60/3430.48	c  3430s|  4257k|  1509k| 11815k|   2.7 |  2050M |  90 | 420 |4579 | 215 |  43k|  1 |2769k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3417.89/3430.75	c  3431s|  4257k|  1509k| 11816k|   2.7 |  2050M |  90 | 420 |4611 | 215 |  43k|  1 |2769k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3418.20/3431.09	c  3431s|  4257k|  1509k| 11816k|   2.7 |  2050M |  90 | 420 |4693 |   0 |  43k|  0 |2770k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3418.59/3431.42	c  3431s|  4257k|  1509k| 11816k|   2.7 |  2050M |  90 | 420 |4742 |   0 |  43k|  0 |2770k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3418.89/3431.76	c  3432s|  4257k|  1509k| 11816k|   2.7 |  2050M |  90 | 420 |4842 | 215 |  43k|  1 |2770k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3419.09/3431.95	c  3432s|  4257k|  1509k| 11816k|   2.7 |  2050M |  90 | 420 |4905 |   0 |  43k|  0 |2770k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3419.39/3432.21	c  3432s|  4257k|  1509k| 11817k|   2.7 |  2050M |  90 | 420 |4921 | 215 |  43k|  1 |2770k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3419.59/3432.47	c  3432s|  4257k|  1509k| 11817k|   2.7 |  2050M |  90 | 420 |4937 | 215 |  43k|  1 |2770k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3419.79/3432.68	c  3433s|  4257k|  1509k| 11817k|   2.7 |  2050M |  90 | 420 |5007 | 215 |  43k|  1 |2770k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3420.09/3432.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3420.09/3432.93	c  3433s|  4257k|  1509k| 11817k|   2.7 |  2050M |  90 | 420 |5006 | 217 |  43k|  1 |2770k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3420.29/3433.16	c  3433s|  4258k|  1509k| 11818k|   2.7 |  2050M |  90 | 420 |5033 | 217 |  43k|  1 |2770k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3420.59/3433.40	c  3433s|  4258k|  1509k| 11818k|   2.7 |  2051M |  90 | 420 |5030 | 217 |  43k|  1 |2771k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3420.79/3433.61	c  3434s|  4258k|  1509k| 11818k|   2.7 |  2051M |  90 | 420 |5031 | 217 |  43k|  1 |2771k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3420.99/3433.84	c  3434s|  4258k|  1509k| 11818k|   2.7 |  2051M |  90 | 420 |5031 | 217 |  43k|  1 |2771k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3421.19/3434.09	c  3434s|  4258k|  1509k| 11819k|   2.7 |  2051M |  90 | 420 |5033 | 215 |  43k|  1 |2771k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3421.48/3434.33	c  3434s|  4258k|  1509k| 11819k|   2.7 |  2051M |  90 | 420 |5033 | 217 |  43k|  1 |2771k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3421.68/3434.58	c  3435s|  4258k|  1509k| 11819k|   2.7 |  2051M |  90 | 420 |5034 | 215 |  43k|  1 |2771k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3422.08/3434.90	c  3435s|  4258k|  1509k| 11819k|   2.7 |  2051M |  90 | 420 |5034 | 215 |  43k|  1 |2771k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3422.29/3435.15	c  3435s|  4258k|  1509k| 11820k|   2.7 |  2051M |  90 | 420 |5032 |   0 |  43k|  0 |2772k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3422.58/3435.44	c  3435s|  4258k|  1509k| 11820k|   2.7 |  2051M |  90 | 420 |5031 | 215 |  43k|  1 |2772k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3422.88/3435.70	c  3436s|  4259k|  1509k| 11820k|   2.7 |  2051M |  90 | 420 |5023 | 215 |  43k|  1 |2772k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3423.08/3435.93	c  3436s|  4259k|  1509k| 11820k|   2.7 |  2051M |  90 | 420 |5018 | 215 |  43k|  1 |2772k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3423.48/3436.32	c  3436s|  4259k|  1510k| 11820k|   2.7 |  2051M |  90 | 420 |5019 | 217 |  43k|  1 |2772k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3423.78/3436.60	c  3437s|  4259k|  1510k| 11821k|   2.7 |  2051M |  90 | 420 |5014 | 217 |  43k|  1 |2772k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3424.07/3436.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3424.07/3436.96	c  3437s|  4259k|  1510k| 11821k|   2.7 |  2051M |  90 | 420 |5014 | 217 |  43k|  1 |2772k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3424.37/3437.27	c  3437s|  4259k|  1510k| 11821k|   2.7 |  2051M |  90 | 420 |5013 | 217 |  43k|  1 |2772k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3424.77/3437.60	c  3438s|  4259k|  1510k| 11821k|   2.7 |  2051M |  90 | 420 |5009 | 215 |  43k|  1 |2773k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3425.07/3437.90	c  3438s|  4259k|  1510k| 11822k|   2.7 |  2051M |  90 | 420 |5009 | 215 |  43k|  1 |2773k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3425.47/3438.39	c  3438s|  4259k|  1510k| 11822k|   2.7 |  2051M |  90 | 420 |5005 |   0 |  43k|  0 |2773k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3426.17/3439.05	c  3439s|  4259k|  1510k| 11822k|   2.7 |  2051M |  90 | 420 |4999 |   0 |  43k|  0 |2773k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3426.97/3439.83	c  3440s|  4260k|  1510k| 11822k|   2.7 |  2051M |  90 | 420 |4988 | 214 |  43k|  1 |2773k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3427.66/3440.59	c  3441s|  4260k|  1510k| 11822k|   2.7 |  2051M |  90 | 420 |4981 | 215 |  43k|  1 |2774k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3428.46/3441.39	c  3441s|  4260k|  1510k| 11823k|   2.7 |  2051M |  90 | 420 |4977 |   0 |  43k|  0 |2774k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3429.06/3441.99	c  3442s|  4260k|  1509k| 11823k|   2.7 |  2051M |  90 | 420 |4977 |   0 |  43k|  0 |2774k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3429.76/3442.61	c  3443s|  4260k|  1509k| 11823k|   2.7 |  2051M |  90 | 420 |4975 |   0 |  43k|  0 |2774k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3430.36/3443.26	c  3443s|  4260k|  1509k| 11823k|   2.7 |  2051M |  90 | 420 |4976 |   0 |  43k|  0 |2774k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3431.05/3443.96	c  3444s|  4260k|  1509k| 11823k|   2.7 |  2051M |  90 | 420 |4975 |   0 |  43k|  0 |2775k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3431.65/3444.52	c  3445s|  4260k|  1509k| 11823k|   2.7 |  2051M |  90 | 420 |4973 | 219 |  43k|  1 |2775k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3432.16/3445.06	c  3445s|  4260k|  1509k| 11823k|   2.7 |  2051M |  90 | 420 |4973 |   0 |  43k|  0 |2775k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3432.85/3445.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3432.85/3445.73	c  3446s|  4260k|  1509k| 11824k|   2.7 |  2051M |  90 | 420 |4974 | 219 |  43k|  1 |2775k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3433.55/3446.42	c  3446s|  4261k|  1509k| 11824k|   2.7 |  2051M |  90 | 420 |4973 |   0 |  43k|  0 |2776k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3434.15/3447.09	c  3447s|  4261k|  1509k| 11824k|   2.7 |  2051M |  90 | 420 |4974 | 215 |  43k|  1 |2776k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3434.74/3447.63	c  3448s|  4261k|  1509k| 11824k|   2.7 |  2051M |  90 | 420 |4974 | 216 |  43k|  1 |2776k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3435.44/3448.32	c  3448s|  4261k|  1509k| 11824k|   2.7 |  2051M |  90 | 420 |4973 | 216 |  43k|  1 |2776k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3436.14/3449.10	c  3449s|  4261k|  1509k| 11825k|   2.7 |  2052M |  90 | 420 |4965 | 218 |  43k|  1 |2777k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3436.84/3449.78	c  3450s|  4261k|  1509k| 11825k|   2.7 |  2052M |  90 | 420 |4973 |   0 |  43k|  0 |2777k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3437.44/3450.39	c  3450s|  4261k|  1509k| 11825k|   2.7 |  2052M |  90 | 420 |4970 |   0 |  43k|  0 |2777k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3437.73/3450.64	c  3451s|  4261k|  1509k| 11825k|   2.7 |  2052M |  90 | 420 |4971 |   0 |  43k|  0 |2777k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3437.93/3450.89	c  3451s|  4261k|  1509k| 11826k|   2.7 |  2052M |  90 | 420 |4969 | 221 |  43k|  1 |2777k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3438.14/3451.08	c  3451s|  4261k|  1509k| 11826k|   2.7 |  2052M |  90 | 420 |4963 | 221 |  43k|  1 |2777k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3438.33/3451.26	c  3451s|  4262k|  1509k| 11826k|   2.7 |  2052M |  90 | 420 |4960 | 221 |  43k|  1 |2777k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3438.53/3451.42	c  3451s|  4262k|  1509k| 11827k|   2.7 |  2052M |  90 | 420 |4967 | 221 |  43k|  1 |2777k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3438.63/3451.58	c  3452s|  4262k|  1510k| 11827k|   2.7 |  2052M |  90 | 420 |4966 | 221 |  43k|  1 |2777k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3438.83/3451.79	c  3452s|  4262k|  1510k| 11827k|   2.7 |  2052M |  90 | 420 |4966 | 221 |  43k|  1 |2777k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3439.14/3452.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3439.14/3452.07	c  3452s|  4262k|  1510k| 11827k|   2.7 |  2052M |  90 | 420 |4967 | 221 |  43k|  1 |2778k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3439.63/3452.52	c  3453s|  4262k|  1510k| 11828k|   2.7 |  2052M |  90 | 420 |4962 | 221 |  43k|  1 |2778k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3439.93/3452.86	c  3453s|  4262k|  1510k| 11828k|   2.7 |  2052M |  90 | 420 |4939 |   0 |  43k|  0 |2778k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3440.33/3453.29	c  3453s|  4262k|  1510k| 11829k|   2.7 |  2052M |  90 | 420 |4922 | 212 |  43k|  1 |2778k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3440.73/3453.66	c  3454s|  4262k|  1510k| 11829k|   2.7 |  2052M |  90 | 420 |4581 | 212 |  43k|  1 |2778k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3441.02/3453.98	c  3454s|  4262k|  1510k| 11830k|   2.7 |  2052M |  90 | 420 |3883 | 213 |  43k|  1 |2778k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3441.32/3454.20	c  3454s|  4263k|  1510k| 11830k|   2.7 |  2052M |  90 | 420 |3648 | 216 |  43k|  1 |2778k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3441.32/3454.29	c  3454s|  4263k|  1510k| 11831k|   2.7 |  2053M |  90 | 420 |3655 |   0 |  43k|  0 |2778k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3441.52/3454.42	c  3454s|  4263k|  1510k| 11831k|   2.7 |  2053M |  90 | 420 |3626 | 215 |  43k|  1 |2778k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3441.62/3454.57	c  3455s|  4263k|  1510k| 11831k|   2.7 |  2053M |  90 | 420 |3676 |   0 |  43k|  0 |2778k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3441.72/3454.67	c  3455s|  4263k|  1510k| 11832k|   2.7 |  2053M |  90 | 420 |3736 | 215 |  43k|  1 |2778k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3441.82/3454.77	c  3455s|  4263k|  1510k| 11832k|   2.7 |  2053M |  90 | 420 |3774 | 216 |  43k|  1 |2778k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3441.92/3454.85	c  3455s|  4263k|  1510k| 11832k|   2.7 |  2053M |  90 | 420 |3802 | 216 |  43k|  1 |2778k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3442.02/3454.94	c  3455s|  4263k|  1510k| 11833k|   2.7 |  2053M |  90 | 420 |3826 | 215 |  43k|  1 |2778k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3442.12/3455.01	c  3455s|  4263k|  1511k| 11833k|   2.7 |  2053M |  90 | 420 |3847 | 215 |  43k|  1 |2778k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3442.22/3455.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3442.22/3455.11	c  3455s|  4263k|  1511k| 11833k|   2.7 |  2053M |  90 | 420 |3876 | 215 |  43k|  1 |2778k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3442.32/3455.22	c  3455s|  4264k|  1511k| 11833k|   2.7 |  2053M |  90 | 420 |3943 | 216 |  43k|  1 |2778k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3442.32/3455.29	c  3455s|  4264k|  1511k| 11834k|   2.7 |  2053M |  90 | 420 |3987 | 216 |  43k|  1 |2778k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3442.42/3455.37	c  3455s|  4264k|  1511k| 11834k|   2.7 |  2053M |  90 | 420 |3942 | 216 |  43k|  1 |2779k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3442.52/3455.45	c  3455s|  4264k|  1511k| 11834k|   2.7 |  2053M |  90 | 420 |3975 | 216 |  43k|  1 |2779k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3442.62/3455.51	c  3456s|  4264k|  1511k| 11835k|   2.7 |  2053M |  90 | 420 |4005 | 216 |  43k|  1 |2779k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3442.72/3455.62	c  3456s|  4264k|  1511k| 11835k|   2.7 |  2053M |  90 | 420 |4024 | 216 |  43k|  1 |2779k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3442.72/3455.69	c  3456s|  4264k|  1511k| 11835k|   2.7 |  2053M |  90 | 420 |4064 | 216 |  43k|  1 |2779k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3442.82/3455.79	c  3456s|  4264k|  1511k| 11836k|   2.7 |  2053M |  90 | 420 |4101 | 216 |  43k|  1 |2779k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3442.92/3455.85	c  3456s|  4264k|  1511k| 11836k|   2.7 |  2053M |  90 | 420 |4096 | 216 |  43k|  1 |2779k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3443.02/3455.92	c  3456s|  4264k|  1511k| 11836k|   2.7 |  2054M |  90 | 420 |4081 | 216 |  43k|  1 |2779k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3443.12/3456.01	c  3456s|  4265k|  1511k| 11836k|   2.7 |  2054M |  90 | 420 |4153 | 216 |  43k|  1 |2779k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3443.12/3456.08	c  3456s|  4265k|  1511k| 11837k|   2.7 |  2054M |  90 | 420 |4215 | 216 |  43k|  1 |2779k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3443.22/3456.14	c  3456s|  4265k|  1511k| 11837k|   2.7 |  2054M |  90 | 420 |4259 | 216 |  43k|  1 |2779k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3443.31/3456.26	c  3456s|  4265k|  1512k| 11837k|   2.7 |  2054M |  90 | 420 |4226 | 216 |  43k|  1 |2779k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3443.41/3456.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3443.41/3456.33	c  3456s|  4265k|  1512k| 11838k|   2.7 |  2054M |  90 | 420 |4223 | 216 |  43k|  1 |2779k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3443.51/3456.43	c  3456s|  4265k|  1512k| 11838k|   2.7 |  2054M |  90 | 420 |4252 | 216 |  43k|  1 |2779k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3443.62/3456.50	c  3456s|  4265k|  1512k| 11838k|   2.7 |  2055M |  90 | 420 |4299 | 216 |  43k|  1 |2779k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3443.72/3456.60	c  3457s|  4265k|  1512k| 11839k|   2.7 |  2055M |  90 | 420 |4272 | 215 |  43k|  1 |2779k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3443.72/3456.67	c  3457s|  4265k|  1512k| 11839k|   2.7 |  2055M |  90 | 420 |4280 | 215 |  43k|  1 |2779k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3443.82/3456.76	c  3457s|  4265k|  1512k| 11839k|   2.7 |  2055M |  90 | 420 |4300 | 215 |  43k|  1 |2780k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3443.92/3456.83	c  3457s|  4266k|  1512k| 11840k|   2.7 |  2055M |  90 | 420 |4324 |   0 |  43k|  0 |2780k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3444.02/3456.91	c  3457s|  4266k|  1512k| 11840k|   2.7 |  2055M |  90 | 420 |4363 | 215 |  43k|  1 |2780k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3444.13/3457.01	c  3457s|  4266k|  1512k| 11840k|   2.7 |  2055M |  90 | 420 |4367 | 216 |  43k|  1 |2780k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3444.13/3457.08	c  3457s|  4266k|  1512k| 11840k|   2.7 |  2055M |  90 | 420 |4359 | 216 |  43k|  1 |2780k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3444.23/3457.19	c  3457s|  4266k|  1512k| 11841k|   2.7 |  2055M |  90 | 420 |4362 | 216 |  43k|  1 |2780k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3444.32/3457.27	c  3457s|  4266k|  1512k| 11841k|   2.7 |  2055M |  90 | 420 |4363 | 216 |  43k|  1 |2780k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3444.42/3457.35	c  3457s|  4266k|  1512k| 11841k|   2.7 |  2055M |  90 | 420 |4366 | 216 |  43k|  1 |2780k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3444.52/3457.49	c  3457s|  4266k|  1513k| 11841k|   2.7 |  2055M |  90 | 420 |4333 | 215 |  43k|  1 |2780k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3444.62/3457.57	c  3458s|  4266k|  1513k| 11842k|   2.7 |  2055M |  90 | 420 |4338 | 214 |  43k|  1 |2780k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3444.82/3457.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3444.82/3457.70	c  3458s|  4266k|  1513k| 11842k|   2.7 |  2055M |  90 | 420 |4369 | 215 |  43k|  1 |2780k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3444.82/3457.78	c  3458s|  4267k|  1513k| 11842k|   2.7 |  2055M |  90 | 420 |4414 | 214 |  43k|  1 |2780k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3444.92/3457.87	c  3458s|  4267k|  1513k| 11843k|   2.7 |  2055M |  90 | 420 |4448 | 214 |  43k|  1 |2780k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3445.02/3457.98	c  3458s|  4267k|  1513k| 11843k|   2.7 |  2055M |  90 | 420 |4460 | 216 |  43k|  1 |2780k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3445.12/3458.05	c  3458s|  4267k|  1513k| 11843k|   2.7 |  2055M |  90 | 420 |4451 |   0 |  43k|  0 |2780k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3445.22/3458.19	c  3458s|  4267k|  1513k| 11844k|   2.7 |  2055M |  90 | 420 |4458 | 216 |  43k|  1 |2780k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3445.42/3458.32	c  3458s|  4267k|  1513k| 11844k|   2.7 |  2055M |  90 | 420 |4467 | 216 |  43k|  1 |2780k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3445.52/3458.42	c  3458s|  4267k|  1513k| 11844k|   2.7 |  2055M |  90 | 420 |4479 | 216 |  43k|  1 |2780k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3445.62/3458.53	c  3459s|  4267k|  1513k| 11845k|   2.7 |  2055M |  90 | 420 |4478 | 216 |  43k|  1 |2780k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3445.72/3458.63	c  3459s|  4267k|  1513k| 11845k|   2.7 |  2055M |  90 | 420 |4471 | 216 |  43k|  1 |2780k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3445.82/3458.76	c  3459s|  4267k|  1513k| 11845k|   2.7 |  2055M |  90 | 420 |4444 | 215 |  43k|  1 |2780k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3445.91/3458.85	c  3459s|  4268k|  1513k| 11846k|   2.7 |  2055M |  90 | 420 |4463 | 215 |  43k|  1 |2781k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3446.01/3459.00	c  3459s|  4268k|  1514k| 11846k|   2.7 |  2056M |  90 | 420 |4461 | 215 |  43k|  1 |2781k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3446.22/3459.10	c  3459s|  4268k|  1514k| 11846k|   2.7 |  2056M |  90 | 420 |4475 | 215 |  43k|  1 |2781k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3446.22/3459.19	c  3459s|  4268k|  1514k| 11847k|   2.7 |  2056M |  90 | 420 |4513 |   0 |  43k|  0 |2781k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3446.41/3459.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3446.41/3459.30	c  3459s|  4268k|  1514k| 11847k|   2.7 |  2056M |  90 | 420 |4505 | 216 |  43k|  1 |2781k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3446.41/3459.39	c  3459s|  4268k|  1514k| 11847k|   2.7 |  2056M |  90 | 420 |4528 | 216 |  43k|  1 |2781k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3446.51/3459.47	c  3459s|  4268k|  1514k| 11848k|   2.7 |  2056M |  90 | 420 |4529 | 216 |  43k|  1 |2781k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3446.61/3459.57	c  3460s|  4268k|  1514k| 11848k|   2.7 |  2056M |  90 | 420 |4518 |   0 |  43k|  0 |2781k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3446.81/3459.73	c  3460s|  4268k|  1514k| 11848k|   2.7 |  2056M |  90 | 420 |4549 | 216 |  43k|  1 |2781k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3446.91/3459.81	c  3460s|  4268k|  1514k| 11849k|   2.7 |  2056M |  90 | 420 |4563 | 216 |  43k|  1 |2781k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3447.01/3459.97	c  3460s|  4269k|  1514k| 11849k|   2.7 |  2056M |  90 | 420 |4713 |   0 |  43k|  0 |2781k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3447.22/3460.11	c  3460s|  4269k|  1514k| 11849k|   2.7 |  2056M |  90 | 420 |4741 |   0 |  43k|  0 |2781k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3447.31/3460.26	c  3460s|  4269k|  1514k| 11849k|   2.7 |  2056M |  90 | 420 |4719 | 216 |  43k|  1 |2781k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3447.41/3460.34	c  3460s|  4269k|  1514k| 11850k|   2.7 |  2056M |  90 | 420 |4685 | 216 |  43k|  1 |2782k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3447.51/3460.43	c  3460s|  4269k|  1514k| 11850k|   2.7 |  2056M |  90 | 420 |4673 | 216 |  43k|  1 |2782k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3447.61/3460.53	c  3461s|  4269k|  1514k| 11851k|   2.7 |  2056M |  90 | 420 |4645 | 216 |  43k|  1 |2782k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3447.71/3460.63	c  3461s|  4269k|  1514k| 11851k|   2.7 |  2056M |  90 | 420 |4638 | 216 |  43k|  1 |2782k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3447.81/3460.79	c  3461s|  4269k|  1515k| 11851k|   2.7 |  2056M |  90 | 420 |4633 |   0 |  43k|  0 |2782k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3448.01/3460.94	c  3461s|  4269k|  1515k| 11851k|   2.7 |  2056M |  90 | 420 |4674 | 216 |  43k|  1 |2782k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3448.11/3461.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3448.11/3461.09	c  3461s|  4269k|  1515k| 11852k|   2.7 |  2057M |  90 | 420 |4663 | 214 |  43k|  1 |2782k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3448.21/3461.17	c  3461s|  4270k|  1515k| 11852k|   2.7 |  2057M |  90 | 420 |4688 |   0 |  43k|  0 |2782k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3448.31/3461.26	c  3461s|  4270k|  1515k| 11852k|   2.7 |  2057M |  90 | 420 |4734 |   0 |  43k|  0 |2782k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3448.41/3461.36	c  3461s|  4270k|  1515k| 11853k|   2.7 |  2057M |  90 | 420 |4763 | 214 |  43k|  1 |2782k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3448.51/3461.44	c  3461s|  4270k|  1515k| 11853k|   2.7 |  2057M |  90 | 420 |4785 | 214 |  43k|  1 |2782k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3448.61/3461.54	c  3462s|  4270k|  1515k| 11853k|   2.7 |  2057M |  90 | 420 |4783 | 214 |  43k|  1 |2782k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3448.71/3461.63	c  3462s|  4270k|  1515k| 11853k|   2.7 |  2057M |  90 | 420 |4826 | 214 |  43k|  1 |2782k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3448.81/3461.75	c  3462s|  4270k|  1515k| 11854k|   2.7 |  2057M |  90 | 420 |4743 | 216 |  43k|  1 |2782k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3448.90/3461.85	c  3462s|  4270k|  1515k| 11854k|   2.7 |  2057M |  90 | 420 |4758 | 216 |  43k|  1 |2782k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3449.00/3461.95	c  3462s|  4270k|  1515k| 11854k|   2.7 |  2057M |  90 | 420 |4755 | 216 |  43k|  1 |2782k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3449.11/3462.03	c  3462s|  4270k|  1515k| 11855k|   2.7 |  2057M |  90 | 420 |4758 |   0 |  43k|  0 |2782k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3449.21/3462.13	c  3462s|  4271k|  1515k| 11855k|   2.7 |  2058M |  90 | 420 |4696 | 217 |  43k|  1 |2782k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3449.30/3462.23	c  3462s|  4271k|  1515k| 11855k|   2.7 |  2058M |  90 | 420 |4716 |   0 |  43k|  0 |2782k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3449.40/3462.36	c  3462s|  4271k|  1516k| 11855k|   2.7 |  2058M |  90 | 420 |4659 | 217 |  43k|  1 |2782k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3449.50/3462.45	c  3462s|  4271k|  1516k| 11856k|   2.7 |  2058M |  90 | 420 |4657 | 217 |  43k|  1 |2783k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3449.60/3462.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3449.60/3462.55	c  3463s|  4271k|  1516k| 11856k|   2.7 |  2058M |  90 | 420 |4655 | 215 |  43k|  1 |2783k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3449.70/3462.65	c  3463s|  4271k|  1516k| 11856k|   2.7 |  2058M |  90 | 420 |4668 |   0 |  43k|  0 |2783k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3449.80/3462.75	c  3463s|  4271k|  1516k| 11857k|   2.7 |  2058M |  90 | 420 |4719 | 215 |  43k|  1 |2783k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3449.90/3462.86	c  3463s|  4271k|  1516k| 11857k|   2.7 |  2058M |  90 | 420 |4676 | 220 |  43k|  1 |2783k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3450.00/3462.98	c  3463s|  4271k|  1516k| 11857k|   2.7 |  2058M |  90 | 420 |4655 | 220 |  43k|  1 |2783k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3450.20/3463.10	c  3463s|  4271k|  1516k| 11858k|   2.7 |  2058M |  90 | 420 |4588 |   0 |  43k|  0 |2783k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3450.30/3463.25	c  3463s|  4272k|  1516k| 11858k|   2.7 |  2058M |  90 | 420 |4601 | 220 |  43k|  0 |2783k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3450.40/3463.37	c  3463s|  4272k|  1516k| 11858k|   2.7 |  2058M |  90 | 420 |4573 | 220 |  43k|  1 |2783k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3450.59/3463.57	c  3464s|  4272k|  1516k| 11859k|   2.7 |  2058M |  90 | 420 |4650 | 220 |  43k|  1 |2783k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3450.79/3463.72	c  3464s|  4272k|  1516k| 11859k|   2.7 |  2058M |  90 | 420 |4633 |   0 |  43k|  0 |2783k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3450.89/3463.89	c  3464s|  4272k|  1516k| 11859k|   2.7 |  2058M |  90 | 420 |4612 | 216 |  43k|  1 |2783k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3450.99/3463.98	c  3464s|  4272k|  1516k| 11860k|   2.7 |  2058M |  90 | 420 |4653 | 216 |  43k|  1 |2783k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3451.10/3464.08	c  3464s|  4272k|  1516k| 11860k|   2.7 |  2058M |  90 | 420 |4664 | 216 |  43k|  1 |2783k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3451.29/3464.21	c  3464s|  4272k|  1516k| 11860k|   2.7 |  2058M |  90 | 420 |4739 | 216 |  43k|  1 |2783k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3451.39/3464.34	c  3464s|  4272k|  1517k| 11861k|   2.7 |  2058M |  90 | 420 |4696 | 216 |  43k|  1 |2783k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3451.49/3464.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3451.49/3464.41	c  3464s|  4272k|  1517k| 11861k|   2.7 |  2059M |  90 | 420 |4687 | 216 |  43k|  1 |2784k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3451.59/3464.51	c  3465s|  4273k|  1517k| 11861k|   2.7 |  2059M |  90 | 420 |4652 | 216 |  43k|  1 |2784k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3451.69/3464.63	c  3465s|  4273k|  1517k| 11862k|   2.7 |  2059M |  90 | 420 |4615 | 216 |  43k|  1 |2784k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3451.79/3464.76	c  3465s|  4273k|  1517k| 11862k|   2.7 |  2059M |  90 | 420 |4603 | 216 |  43k|  1 |2784k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3451.89/3464.88	c  3465s|  4273k|  1517k| 11862k|   2.7 |  2059M |  90 | 420 |4670 | 216 |  43k|  1 |2784k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3451.99/3464.96	c  3465s|  4273k|  1517k| 11863k|   2.7 |  2059M |  90 | 420 |4700 | 216 |  43k|  1 |2784k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3452.09/3465.05	c  3465s|  4273k|  1517k| 11863k|   2.7 |  2059M |  90 | 420 |4720 | 216 |  43k|  1 |2784k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3452.19/3465.15	c  3465s|  4273k|  1517k| 11863k|   2.7 |  2060M |  90 | 420 |4764 |   0 |  43k|  0 |2784k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3452.39/3465.32	c  3465s|  4273k|  1517k| 11863k|   2.7 |  2060M |  90 | 420 |4875 | 216 |  43k|  1 |2784k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3452.39/3465.39	c  3465s|  4273k|  1517k| 11864k|   2.7 |  2060M |  90 | 420 |4933 | 216 |  43k|  1 |2784k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3452.49/3465.48	c  3465s|  4273k|  1517k| 11864k|   2.7 |  2060M |  90 | 420 |4955 | 216 |  43k|  1 |2784k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3452.59/3465.59	c  3466s|  4274k|  1517k| 11864k|   2.7 |  2060M |  90 | 420 |4905 | 215 |  43k|  1 |2784k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3452.69/3465.69	c  3466s|  4274k|  1517k| 11865k|   2.7 |  2060M |  90 | 420 |4931 | 215 |  43k|  1 |2784k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3452.79/3465.78	c  3466s|  4274k|  1517k| 11865k|   2.7 |  2060M |  90 | 420 |4900 | 215 |  43k|  1 |2784k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3452.89/3465.87	c  3466s|  4274k|  1517k| 11865k|   2.7 |  2060M |  90 | 420 |4955 | 215 |  43k|  1 |2784k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3452.99/3465.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3452.99/3465.96	c  3466s|  4274k|  1518k| 11866k|   2.7 |  2060M |  90 | 420 |4962 | 215 |  43k|  1 |2784k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3453.09/3466.06	c  3466s|  4274k|  1518k| 11866k|   2.7 |  2060M |  90 | 420 |4938 | 216 |  43k|  1 |2784k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3453.19/3466.17	c  3466s|  4274k|  1518k| 11866k|   2.7 |  2060M |  90 | 420 |4959 | 216 |  43k|  1 |2784k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3453.29/3466.26	c  3466s|  4274k|  1518k| 11867k|   2.7 |  2060M |  90 | 420 |4969 |   0 |  43k|  0 |2785k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3453.39/3466.38	c  3466s|  4274k|  1518k| 11867k|   2.7 |  2060M |  90 | 420 |4965 |   0 |  43k|  0 |2785k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3453.58/3466.56	c  3467s|  4274k|  1518k| 11867k|   2.7 |  2060M |  90 | 420 |4960 |   0 |  43k|  0 |2785k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3453.98/3466.91	c  3467s|  4275k|  1518k| 11868k|   2.7 |  2060M |  90 | 420 |4890 |   0 |  43k|  0 |2785k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3454.19/3467.11	c  3467s|  4275k|  1518k| 11868k|   2.7 |  2060M |  90 | 420 |4776 | 214 |  43k|  1 |2785k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3454.28/3467.22	c  3467s|  4275k|  1518k| 11868k|   2.7 |  2060M |  90 | 420 |4763 | 214 |  43k|  0 |2785k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3454.38/3467.32	c  3467s|  4275k|  1518k| 11869k|   2.7 |  2060M |  90 | 420 |4732 | 215 |  43k|  1 |2785k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3454.48/3467.42	c  3467s|  4275k|  1518k| 11869k|   2.7 |  2060M |  90 | 420 |4706 | 215 |  43k|  1 |2785k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3454.58/3467.53	c  3468s|  4275k|  1518k| 11869k|   2.7 |  2060M |  90 | 420 |4666 | 215 |  43k|  1 |2785k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3454.68/3467.62	c  3468s|  4275k|  1518k| 11870k|   2.7 |  2060M |  90 | 420 |4665 | 214 |  43k|  1 |2785k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3454.78/3467.70	c  3468s|  4275k|  1518k| 11870k|   2.7 |  2060M |  90 | 420 |4646 |   0 |  43k|  0 |2785k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3454.88/3467.84	c  3468s|  4275k|  1518k| 11870k|   2.7 |  2060M |  90 | 420 |4639 |   0 |  43k|  0 |2785k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3455.08/3468.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3455.08/3468.01	c  3468s|  4275k|  1518k| 11871k|   2.7 |  2060M |  90 | 420 |4623 |   0 |  43k|  0 |2785k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3455.18/3468.13	c  3468s|  4276k|  1518k| 11871k|   2.7 |  2060M |  90 | 420 |4623 | 215 |  43k|  1 |2785k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3455.28/3468.23	c  3468s|  4276k|  1518k| 11871k|   2.7 |  2060M |  90 | 420 |4624 | 216 |  43k|  1 |2785k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3455.38/3468.30	c  3468s|  4276k|  1519k| 11872k|   2.7 |  2060M |  90 | 420 |4625 | 216 |  43k|  1 |2785k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3455.38/3468.39	c  3468s|  4276k|  1519k| 11872k|   2.7 |  2060M |  90 | 420 |4627 | 216 |  43k|  1 |2785k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3455.48/3468.50	c  3468s|  4276k|  1519k| 11872k|   2.7 |  2060M |  90 | 420 |4629 | 216 |  43k|  1 |2785k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3455.68/3468.60	c  3469s|  4276k|  1519k| 11873k|   2.7 |  2060M |  90 | 420 |4616 | 216 |  43k|  1 |2785k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3455.68/3468.69	c  3469s|  4276k|  1519k| 11873k|   2.7 |  2060M |  90 | 420 |4637 | 216 |  43k|  1 |2785k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3455.78/3468.78	c  3469s|  4276k|  1519k| 11873k|   2.7 |  2060M |  90 | 420 |4636 | 216 |  43k|  1 |2785k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3455.98/3468.98	c  3469s|  4276k|  1519k| 11874k|   2.7 |  2060M |  90 | 420 |4655 |   0 |  43k|  0 |2785k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3456.08/3469.08	c  3469s|  4276k|  1519k| 11874k|   2.7 |  2060M |  90 | 420 |4689 |   0 |  43k|  0 |2785k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3456.28/3469.27	c  3469s|  4277k|  1519k| 11874k|   2.7 |  2061M |  90 | 420 |4675 | 216 |  43k|  1 |2785k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3456.38/3469.35	c  3469s|  4277k|  1519k| 11875k|   2.7 |  2061M |  90 | 420 |4674 | 216 |  43k|  1 |2786k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3456.57/3469.52	c  3470s|  4277k|  1519k| 11875k|   2.7 |  2061M |  90 | 420 |4617 | 213 |  43k|  1 |2786k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3456.67/3469.64	c  3470s|  4277k|  1519k| 11875k|   2.7 |  2061M |  90 | 420 |4608 |   0 |  43k|  0 |2786k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3456.77/3469.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3456.77/3469.75	c  3470s|  4277k|  1519k| 11876k|   2.7 |  2061M |  90 | 420 |4492 | 218 |  43k|  1 |2786k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3456.87/3469.88	c  3470s|  4277k|  1519k| 11876k|   2.7 |  2061M |  90 | 420 |4505 | 218 |  43k|  1 |2786k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3456.97/3469.98	c  3470s|  4277k|  1519k| 11876k|   2.7 |  2061M |  90 | 420 |4521 | 215 |  43k|  1 |2786k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3457.08/3470.08	c  3470s|  4277k|  1519k| 11877k|   2.7 |  2061M |  90 | 420 |4541 | 219 |  43k|  1 |2786k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3457.27/3470.20	c  3470s|  4277k|  1519k| 11877k|   2.7 |  2061M |  90 | 420 |4529 | 220 |  43k|  1 |2786k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3457.27/3470.29	c  3470s|  4277k|  1519k| 11877k|   2.7 |  2061M |  90 | 420 |4561 | 219 |  43k|  1 |2786k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3457.47/3470.41	c  3470s|  4278k|  1520k| 11877k|   2.7 |  2061M |  90 | 420 |4576 | 219 |  43k|  1 |2786k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3457.57/3470.50	c  3470s|  4278k|  1520k| 11878k|   2.7 |  2061M |  90 | 420 |4637 | 219 |  43k|  1 |2786k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3457.67/3470.63	c  3471s|  4278k|  1520k| 11878k|   2.7 |  2061M |  90 | 420 |4595 | 218 |  43k|  1 |2786k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3457.77/3470.72	c  3471s|  4278k|  1520k| 11878k|   2.7 |  2062M |  90 | 420 |4625 | 219 |  43k|  1 |2786k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3457.87/3470.82	c  3471s|  4278k|  1520k| 11879k|   2.7 |  2062M |  90 | 420 |4621 | 215 |  43k|  1 |2786k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3457.97/3470.93	c  3471s|  4278k|  1520k| 11879k|   2.7 |  2062M |  90 | 420 |4641 | 219 |  43k|  1 |2786k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3458.07/3471.07	c  3471s|  4278k|  1520k| 11879k|   2.7 |  2062M |  90 | 420 |4534 | 220 |  44k|  1 |2786k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3458.27/3471.23	c  3471s|  4278k|  1520k| 11880k|   2.7 |  2062M |  90 | 420 |4496 | 215 |  44k|  0 |2786k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3458.47/3471.43	c  3471s|  4278k|  1520k| 11880k|   2.7 |  2062M |  90 | 420 |4368 | 221 |  44k|  0 |2786k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3458.67/3471.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3458.67/3471.61	c  3472s|  4278k|  1520k| 11881k|   2.7 |  2062M |  90 | 420 |4312 | 223 |  44k|  1 |2786k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3458.77/3471.75	c  3472s|  4279k|  1520k| 11881k|   2.7 |  2062M |  90 | 420 |4211 | 220 |  44k|  1 |2786k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3458.97/3471.91	c  3472s|  4279k|  1520k| 11882k|   2.7 |  2062M |  90 | 420 |4181 | 220 |  44k|  1 |2786k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3459.07/3472.07	c  3472s|  4279k|  1520k| 11882k|   2.7 |  2062M |  90 | 420 |4188 | 218 |  44k|  1 |2786k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3459.27/3472.20	c  3472s|  4279k|  1520k| 11882k|   2.7 |  2062M |  90 | 420 |4180 | 217 |  44k|  1 |2786k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3459.37/3472.37	c  3472s|  4279k|  1520k| 11883k|   2.7 |  2062M |  90 | 420 |4128 | 218 |  44k|  1 |2786k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3459.56/3472.50	c  3472s|  4279k|  1520k| 11883k|   2.7 |  2062M |  90 | 420 |4127 |   0 |  44k|  0 |2787k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3459.66/3472.64	c  3473s|  4279k|  1520k| 11883k|   2.7 |  2062M |  90 | 420 |4163 | 218 |  44k|  2 |2787k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3459.86/3472.80	c  3473s|  4279k|  1521k| 11884k|   2.7 |  2062M |  90 | 420 |4117 | 218 |  44k|  1 |2787k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3459.96/3472.95	c  3473s|  4279k|  1521k| 11884k|   2.7 |  2062M |  90 | 420 |4027 |   0 |  44k|  0 |2787k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3460.07/3473.07	c  3473s|  4279k|  1521k| 11885k|   2.7 |  2062M |  90 | 420 |4001 |   0 |  44k|  0 |2787k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3460.26/3473.21	c  3473s|  4280k|  1521k| 11885k|   2.7 |  2062M |  90 | 420 |3949 | 219 |  44k|  1 |2787k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3460.36/3473.34	c  3473s|  4280k|  1521k| 11885k|   2.7 |  2062M |  90 | 420 |3960 | 219 |  44k|  1 |2787k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3460.46/3473.44	c  3473s|  4280k|  1521k| 11886k|   2.7 |  2062M |  90 | 420 |3962 | 221 |  44k|  2 |2787k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3460.56/3473.55	c  3474s|  4280k|  1521k| 11886k|   2.7 |  2062M |  90 | 420 |3969 | 218 |  44k|  1 |2787k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3460.76/3473.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3460.76/3473.71	c  3474s|  4280k|  1521k| 11887k|   2.7 |  2062M |  90 | 420 |3975 | 223 |  44k|  1 |2787k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3460.86/3473.88	c  3474s|  4280k|  1521k| 11887k|   2.7 |  2062M |  90 | 420 |3958 |   0 |  44k|  0 |2787k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3461.16/3474.14	c  3474s|  4280k|  1521k| 11887k|   2.7 |  2062M |  90 | 420 |3922 | 218 |  44k|  1 |2787k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3461.36/3474.31	c  3474s|  4280k|  1521k| 11888k|   2.7 |  2062M |  90 | 420 |4014 |   0 |  44k|  0 |2787k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3461.66/3474.64	c  3475s|  4280k|  1521k| 11888k|   2.7 |  2062M |  90 | 420 |4045 | 215 |  44k|  1 |2787k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3461.86/3474.80	c  3475s|  4280k|  1521k| 11888k|   2.7 |  2062M |  90 | 420 |4123 | 220 |  44k|  1 |2787k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3462.06/3475.09	c  3475s|  4281k|  1521k| 11888k|   2.7 |  2062M |  90 | 420 |4205 | 215 |  44k|  1 |2788k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3462.26/3475.24	c  3475s|  4281k|  1521k| 11889k|   2.7 |  2063M |  90 | 420 |4295 | 215 |  44k|  1 |2788k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3462.55/3475.52	c  3476s|  4281k|  1521k| 11889k|   2.7 |  2063M |  90 | 420 |4442 | 218 |  44k|  1 |2788k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3462.85/3475.83	c  3476s|  4281k|  1521k| 11889k|   2.7 |  2063M |  90 | 420 |4478 | 216 |  44k|  1 |2788k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3463.06/3476.04	c  3476s|  4281k|  1521k| 11889k|   2.7 |  2063M |  90 | 420 |4499 |   0 |  44k|  0 |2788k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3463.35/3476.36	c  3476s|  4281k|  1521k| 11890k|   2.7 |  2063M |  90 | 420 |4504 |   0 |  44k|  0 |2788k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3463.75/3476.73	c  3477s|  4281k|  1521k| 11890k|   2.7 |  2063M |  90 | 420 |4488 | 218 |  44k|  0 |2788k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3463.95/3476.91	c  3477s|  4281k|  1521k| 11890k|   2.7 |  2063M |  90 | 420 |4479 | 220 |  44k|  1 |2788k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3464.05/3477.07	c  3477s|  4281k|  1522k| 11891k|   2.7 |  2063M |  90 | 420 |4454 | 219 |  44k|  1 |2788k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3464.15/3477.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3464.15/3477.18	c  3477s|  4281k|  1522k| 11892k|   2.7 |  2064M |  90 | 420 |4480 | 218 |  44k|  1 |2788k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3464.45/3477.40	c  3477s|  4282k|  1522k| 11892k|   2.7 |  2064M |  90 | 420 |4380 | 217 |  44k|  1 |2788k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3464.55/3477.56	c  3478s|  4282k|  1522k| 11892k|   2.7 |  2064M |  90 | 420 |4357 | 217 |  44k|  1 |2789k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3464.75/3477.70	c  3478s|  4282k|  1522k| 11893k|   2.7 |  2064M |  90 | 420 |4378 | 217 |  44k|  2 |2789k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3464.85/3477.82	c  3478s|  4282k|  1522k| 11893k|   2.7 |  2064M |  90 | 420 |4441 |   0 |  44k|  0 |2789k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3465.05/3478.02	c  3478s|  4282k|  1522k| 11894k|   2.7 |  2064M |  90 | 420 |4580 | 219 |  44k|  2 |2789k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3465.15/3478.11	c  3478s|  4282k|  1522k| 11894k|   2.7 |  2064M |  90 | 420 |4602 | 220 |  44k|  3 |2789k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3465.24/3478.23	c  3478s|  4282k|  1522k| 11894k|   2.7 |  2064M |  90 | 420 |4646 | 218 |  44k|  1 |2789k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3465.44/3478.42	c  3478s|  4282k|  1522k| 11895k|   2.7 |  2064M |  90 | 420 |4657 | 215 |  44k|  1 |2789k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3465.54/3478.52	c  3479s|  4282k|  1522k| 11895k|   2.7 |  2064M |  90 | 420 |4656 | 217 |  44k|  1 |2789k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3465.64/3478.67	c  3479s|  4282k|  1522k| 11895k|   2.7 |  2064M |  90 | 420 |4728 | 217 |  44k|  1 |2789k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3465.84/3478.82	c  3479s|  4283k|  1522k| 11896k|   2.7 |  2064M |  90 | 420 |4708 | 218 |  44k|  1 |2789k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3465.94/3478.96	c  3479s|  4283k|  1522k| 11896k|   2.7 |  2065M |  90 | 420 |4706 | 220 |  44k|  1 |2789k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3466.15/3479.19	c  3479s|  4283k|  1522k| 11896k|   2.7 |  2065M |  90 | 420 |4689 |   0 |  44k|  0 |2790k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3466.44/3479.40	c  3479s|  4283k|  1522k| 11897k|   2.7 |  2065M |  90 | 420 |4617 | 220 |  44k|  1 |2790k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3466.54/3479.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3466.54/3479.52	c  3480s|  4283k|  1522k| 11897k|   2.7 |  2065M |  90 | 420 |4552 | 212 |  44k|  1 |2790k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3466.64/3479.60	c  3480s|  4283k|  1523k| 11897k|   2.7 |  2065M |  90 | 420 |4543 | 223 |  44k|  1 |2790k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3466.74/3479.75	c  3480s|  4283k|  1523k| 11898k|   2.7 |  2065M |  90 | 420 |4538 |   0 |  44k|  0 |2790k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3466.84/3479.89	c  3480s|  4283k|  1523k| 11898k|   2.7 |  2065M |  90 | 420 |4517 | 212 |  44k|  1 |2790k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3466.94/3479.99	c  3480s|  4283k|  1523k| 11898k|   2.7 |  2065M |  90 | 420 |4484 | 225 |  44k|  1 |2790k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3467.24/3480.21	c  3480s|  4283k|  1523k| 11899k|   2.7 |  2065M |  90 | 420 |4326 | 221 |  44k|  1 |2790k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3467.34/3480.35	c  3480s|  4284k|  1523k| 11899k|   2.7 |  2065M |  90 | 420 |4250 | 219 |  44k|  1 |2790k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3467.44/3480.47	c  3480s|  4284k|  1523k| 11900k|   2.7 |  2065M |  90 | 420 |4227 | 219 |  44k|  1 |2790k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3467.54/3480.57	c  3481s|  4284k|  1523k| 11900k|   2.7 |  2065M |  90 | 420 |4249 | 219 |  44k|  1 |2790k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3467.74/3480.70	c  3481s|  4284k|  1523k| 11900k|   2.7 |  2065M |  90 | 420 |4268 | 221 |  44k|  2 |2790k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3467.84/3480.80	c  3481s|  4284k|  1523k| 11900k|   2.7 |  2065M |  90 | 420 |4331 | 219 |  44k|  1 |2790k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3467.94/3480.95	c  3481s|  4284k|  1523k| 11901k|   2.7 |  2065M |  90 | 420 |4395 | 219 |  44k|  1 |2790k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3468.33/3481.39	c  3481s|  4284k|  1523k| 11901k|   2.7 |  2066M |  90 | 420 |4413 | 218 |  44k|  1 |2790k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3468.53/3481.51	c  3482s|  4284k|  1523k| 11901k|   2.7 |  2066M |  90 | 420 |4402 | 219 |  44k|  3 |2791k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3468.63/3481.65	c  3482s|  4284k|  1523k| 11902k|   2.7 |  2066M |  90 | 420 |4422 | 217 |  44k|  1 |2791k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3468.83/3481.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3468.83/3481.83	c  3482s|  4284k|  1523k| 11902k|   2.7 |  2066M |  90 | 420 |4483 | 218 |  44k|  1 |2791k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3468.93/3481.95	c  3482s|  4285k|  1523k| 11902k|   2.7 |  2066M |  90 | 420 |4507 | 220 |  44k|  1 |2791k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3469.04/3482.04	c  3482s|  4285k|  1523k| 11903k|   2.7 |  2066M |  90 | 420 |4539 | 220 |  44k|  1 |2791k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3469.23/3482.20	c  3482s|  4285k|  1523k| 11903k|   2.7 |  2066M |  90 | 420 |4632 |   0 |  44k|  0 |2791k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3469.43/3482.40	c  3482s|  4285k|  1524k| 11903k|   2.7 |  2066M |  90 | 420 |4664 |   0 |  44k|  0 |2791k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3469.53/3482.51	c  3483s|  4285k|  1524k| 11904k|   2.7 |  2067M |  90 | 420 |4666 | 220 |  44k|  1 |2791k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3469.63/3482.69	c  3483s|  4285k|  1524k| 11904k|   2.7 |  2067M |  90 | 420 |4693 |   0 |  44k|  0 |2791k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3469.93/3482.98	c  3483s|  4285k|  1524k| 11904k|   2.7 |  2067M |  90 | 420 |4758 | 216 |  44k|  1 |2791k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3470.23/3483.21	c  3483s|  4285k|  1524k| 11904k|   2.7 |  2067M |  90 | 420 |4849 |   0 |  44k|  0 |2791k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3470.43/3483.45	c  3483s|  4285k|  1524k| 11905k|   2.7 |  2067M |  90 | 420 |4917 | 214 |  44k|  1 |2792k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3470.63/3483.62	c  3484s|  4285k|  1524k| 11905k|   2.7 |  2067M |  90 | 420 |4959 |   0 |  44k|  0 |2792k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3471.13/3484.18	c  3484s|  4286k|  1524k| 11905k|   2.7 |  2067M |  90 | 420 |4960 |   0 |  44k|  0 |2792k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3471.53/3484.58	c  3485s|  4286k|  1524k| 11905k|   2.7 |  2067M |  90 | 420 |4958 | 214 |  44k|  1 |2792k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3471.72/3484.72	c  3485s|  4286k|  1524k| 11906k|   2.7 |  2067M |  90 | 420 |4942 | 217 |  44k|  1 |2792k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3471.92/3484.90	c  3485s|  4286k|  1524k| 11906k|   2.7 |  2067M |  90 | 420 |4937 |   0 |  44k|  0 |2792k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3472.03/3485.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3472.03/3485.06	c  3485s|  4286k|  1524k| 11906k|   2.7 |  2067M |  90 | 420 |4943 | 217 |  44k|  1 |2792k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3472.22/3485.22	c  3485s|  4286k|  1524k| 11907k|   2.7 |  2067M |  90 | 420 |4960 | 219 |  44k|  1 |2792k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3472.32/3485.37	c  3485s|  4286k|  1524k| 11907k|   2.7 |  2067M |  90 | 420 |4919 | 219 |  44k|  1 |2792k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3472.52/3485.50	c  3485s|  4286k|  1524k| 11907k|   2.7 |  2067M |  90 | 420 |4885 | 219 |  45k|  1 |2792k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3472.62/3485.64	c  3486s|  4286k|  1524k| 11908k|   2.7 |  2067M |  90 | 420 |4943 | 218 |  45k|  3 |2792k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3472.72/3485.72	c  3486s|  4286k|  1524k| 11908k|   2.7 |  2067M |  90 | 420 |4933 | 218 |  45k|  1 |2792k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3472.82/3485.87	c  3486s|  4287k|  1524k| 11908k|   2.7 |  2067M |  90 | 420 |4899 |   0 |  45k|  0 |2792k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3473.02/3486.00	c  3486s|  4287k|  1524k| 11909k|   2.7 |  2067M |  90 | 420 |4941 |   0 |  45k|  0 |2793k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3473.02/3486.10	c  3486s|  4287k|  1524k| 11909k|   2.7 |  2067M |  90 | 420 |4959 | 219 |  45k|  1 |2793k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3473.22/3486.21	c  3486s|  4287k|  1524k| 11909k|   2.7 |  2068M |  90 | 420 |4959 | 219 |  45k|  1 |2793k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3473.32/3486.39	c  3486s|  4287k|  1524k| 11909k|   2.7 |  2068M |  90 | 420 |4960 | 219 |  45k|  1 |2793k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3473.52/3486.57	c  3487s|  4287k|  1524k| 11910k|   2.7 |  2068M |  90 | 420 |4959 | 218 |  45k|  1 |2793k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3473.72/3486.71	c  3487s|  4287k|  1524k| 11910k|   2.7 |  2068M |  90 | 420 |4960 |   0 |  45k|  0 |2793k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3473.82/3486.83	c  3487s|  4287k|  1524k| 11910k|   2.7 |  2068M |  90 | 420 |4960 | 219 |  45k|  1 |2793k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3473.92/3486.94	c  3487s|  4287k|  1524k| 11911k|   2.7 |  2068M |  90 | 420 |4959 | 219 |  45k|  1 |2793k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3474.02/3487.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3474.02/3487.08	c  3487s|  4287k|  1524k| 11911k|   2.7 |  2068M |  90 | 420 |4959 | 222 |  45k|  1 |2793k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3474.12/3487.17	c  3487s|  4288k|  1525k| 11911k|   2.7 |  2068M |  90 | 420 |4960 | 222 |  45k|  1 |2793k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3474.32/3487.30	c  3487s|  4288k|  1525k| 11912k|   2.7 |  2068M |  90 | 420 |4960 |   0 |  45k|  0 |2794k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3474.41/3487.43	c  3487s|  4288k|  1525k| 11912k|   2.7 |  2068M |  90 | 420 |4960 |   0 |  45k|  0 |2794k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3474.51/3487.56	c  3488s|  4288k|  1525k| 11912k|   2.7 |  2068M |  90 | 420 |4960 |   0 |  45k|  0 |2794k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3474.71/3487.72	c  3488s|  4288k|  1525k| 11912k|   2.7 |  2068M |  90 | 420 |4960 | 222 |  45k|  1 |2794k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3474.91/3487.96	c  3488s|  4288k|  1525k| 11913k|   2.7 |  2068M |  90 | 420 |4961 | 216 |  45k|  1 |2794k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3475.12/3488.14	c  3488s|  4288k|  1525k| 11913k|   2.7 |  2068M |  90 | 420 |4963 | 219 |  45k|  1 |2794k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3475.31/3488.32	c  3488s|  4288k|  1525k| 11913k|   2.7 |  2068M |  90 | 420 |4967 | 219 |  45k|  1 |2794k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3475.51/3488.50	c  3488s|  4288k|  1525k| 11914k|   2.7 |  2068M |  90 | 420 |4969 | 218 |  45k|  1 |2794k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3475.61/3488.68	c  3489s|  4288k|  1525k| 11914k|   2.7 |  2068M |  90 | 420 |4969 |   0 |  45k|  0 |2794k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3476.01/3489.01	c  3489s|  4289k|  1525k| 11915k|   2.7 |  2068M |  90 | 420 |4969 | 218 |  45k|  1 |2795k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3476.01/3489.10	c  3489s|  4289k|  1525k| 11915k|   2.7 |  2068M |  90 | 420 |4969 |   0 |  45k|  0 |2795k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3476.21/3489.24	c  3489s|  4289k|  1525k| 11915k|   2.7 |  2068M |  90 | 420 |4969 | 218 |  45k|  1 |2795k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3476.31/3489.38	c  3489s|  4289k|  1525k| 11916k|   2.7 |  2068M |  90 | 420 |4968 | 218 |  45k|  1 |2795k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3476.41/3489.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3476.41/3489.48	c  3489s|  4289k|  1525k| 11916k|   2.7 |  2068M |  90 | 420 |4968 | 218 |  45k|  1 |2795k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3476.61/3489.65	c  3490s|  4289k|  1525k| 11916k|   2.7 |  2068M |  90 | 420 |4968 |   0 |  45k|  0 |2795k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3476.81/3489.81	c  3490s|  4289k|  1525k| 11916k|   2.7 |  2068M |  90 | 420 |4968 | 217 |  45k|  1 |2795k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3476.91/3489.90	c  3490s|  4289k|  1525k| 11917k|   2.7 |  2068M |  90 | 420 |4969 | 218 |  45k|  1 |2795k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3476.91/3489.99	c  3490s|  4289k|  1525k| 11917k|   2.7 |  2068M |  90 | 420 |4969 | 218 |  45k|  1 |2795k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3477.11/3490.10	c  3490s|  4289k|  1525k| 11918k|   2.7 |  2068M |  90 | 420 |4969 | 219 |  45k|  1 |2795k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3477.21/3490.22	c  3490s|  4290k|  1526k| 11918k|   2.7 |  2068M |  90 | 420 |4967 | 219 |  45k|  1 |2795k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3477.31/3490.33	c  3490s|  4290k|  1526k| 11918k|   2.7 |  2068M |  90 | 420 |4969 | 218 |  45k|  1 |2795k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3477.40/3490.42	c  3490s|  4290k|  1526k| 11919k|   2.7 |  2068M |  90 | 420 |4969 | 218 |  45k|  1 |2795k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3477.50/3490.51	c  3491s|  4290k|  1526k| 11919k|   2.7 |  2068M |  90 | 420 |4969 | 219 |  45k|  1 |2795k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3477.60/3490.66	c  3491s|  4290k|  1526k| 11920k|   2.7 |  2068M |  90 | 420 |4969 |   0 |  45k|  0 |2795k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3477.80/3490.83	c  3491s|  4290k|  1526k| 11920k|   2.7 |  2068M |  90 | 420 |4965 |   0 |  45k|  0 |2795k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3477.90/3490.98	c  3491s|  4290k|  1526k| 11920k|   2.7 |  2068M |  90 | 420 |4962 | 219 |  45k|  1 |2795k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3478.01/3491.08	c  3491s|  4290k|  1526k| 11920k|   2.7 |  2068M |  90 | 420 |4966 | 216 |  45k|  1 |2795k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3478.20/3491.21	c  3491s|  4290k|  1526k| 11921k|   2.7 |  2068M |  90 | 420 |4969 |   0 |  45k|  0 |2795k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3478.30/3491.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3478.30/3491.35	c  3491s|  4290k|  1526k| 11921k|   2.7 |  2069M |  90 | 420 |4969 | 221 |  45k|  1 |2795k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3478.50/3491.50	c  3491s|  4291k|  1526k| 11922k|   2.7 |  2069M |  90 | 420 |4969 | 220 |  45k|  1 |2795k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3478.60/3491.62	c  3492s|  4291k|  1526k| 11922k|   2.7 |  2069M |  90 | 420 |4969 | 221 |  45k|  1 |2795k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3478.70/3491.75	c  3492s|  4291k|  1526k| 11922k|   2.7 |  2069M |  90 | 420 |4969 | 221 |  45k|  1 |2795k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3478.80/3491.85	c  3492s|  4291k|  1526k| 11922k|   2.7 |  2069M |  90 | 420 |4969 | 221 |  45k|  1 |2796k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3478.90/3491.97	c  3492s|  4291k|  1526k| 11923k|   2.7 |  2069M |  90 | 420 |4969 | 221 |  45k|  1 |2796k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3479.10/3492.14	c  3492s|  4291k|  1526k| 11923k|   2.7 |  2069M |  90 | 420 |4969 | 216 |  45k|  1 |2796k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3479.20/3492.22	c  3492s|  4291k|  1526k| 11923k|   2.7 |  2069M |  90 | 420 |4969 |   0 |  45k|  0 |2796k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3479.30/3492.37	c  3492s|  4291k|  1526k| 11924k|   2.7 |  2069M |  90 | 420 |4969 | 216 |  45k|  1 |2796k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3479.40/3492.49	c  3492s|  4291k|  1526k| 11924k|   2.7 |  2069M |  90 | 420 |4969 | 218 |  45k|  1 |2796k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3479.50/3492.59	c  3493s|  4291k|  1527k| 11925k|   2.7 |  2069M |  90 | 420 |4969 |   0 |  45k|  0 |2796k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3479.70/3492.74	c  3493s|  4292k|  1527k| 11925k|   2.7 |  2069M |  90 | 420 |4969 | 218 |  45k|  1 |2796k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3479.80/3492.88	c  3493s|  4292k|  1527k| 11925k|   2.7 |  2069M |  90 | 420 |4969 | 217 |  45k|  1 |2796k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3480.00/3493.00	c  3493s|  4292k|  1527k| 11926k|   2.7 |  2069M |  90 | 420 |4969 | 217 |  45k|  1 |2796k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3480.10/3493.12	c  3493s|  4292k|  1527k| 11926k|   2.7 |  2069M |  90 | 420 |4969 | 217 |  45k|  1 |2796k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3480.30/3493.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3480.30/3493.30	c  3493s|  4292k|  1527k| 11926k|   2.7 |  2069M |  90 | 420 |4968 |   0 |  45k|  0 |2796k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3480.49/3493.55	c  3494s|  4292k|  1527k| 11927k|   2.7 |  2069M |  90 | 420 |4969 | 217 |  45k|  1 |2796k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3480.59/3493.69	c  3494s|  4292k|  1527k| 11927k|   2.7 |  2070M |  90 | 420 |4969 | 217 |  45k|  1 |2796k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3480.89/3493.92	c  3494s|  4292k|  1527k| 11928k|   2.7 |  2070M |  90 | 420 |4969 | 219 |  45k|  1 |2796k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3481.00/3494.05	c  3494s|  4292k|  1527k| 11928k|   2.7 |  2070M |  90 | 420 |4969 | 217 |  45k|  1 |2797k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3481.19/3494.25	c  3494s|  4292k|  1527k| 11929k|   2.7 |  2070M |  90 | 420 |4969 | 212 |  45k|  1 |2797k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3481.39/3494.44	c  3494s|  4293k|  1527k| 11930k|   2.7 |  2070M |  90 | 420 |4969 | 218 |  45k|  1 |2797k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3481.49/3494.59	c  3495s|  4293k|  1527k| 11930k|   2.7 |  2070M |  90 | 420 |4969 | 219 |  45k|  1 |2797k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3481.69/3494.73	c  3495s|  4293k|  1527k| 11931k|   2.7 |  2070M |  90 | 420 |4969 | 218 |  45k|  1 |2797k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3481.89/3494.94	c  3495s|  4293k|  1527k| 11931k|   2.7 |  2070M |  90 | 420 |4969 |   0 |  45k|  0 |2797k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3482.29/3495.30	c  3495s|  4293k|  1527k| 11931k|   2.7 |  2070M |  90 | 420 |4969 | 218 |  45k|  1 |2797k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3482.39/3495.44	c  3495s|  4293k|  1528k| 11932k|   2.7 |  2070M |  90 | 420 |4963 | 218 |  45k|  1 |2797k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3482.49/3495.55	c  3496s|  4293k|  1528k| 11932k|   2.7 |  2070M |  90 | 420 |4935 | 218 |  45k|  1 |2797k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3482.59/3495.65	c  3496s|  4293k|  1528k| 11932k|   2.7 |  2070M |  90 | 420 |4925 | 218 |  45k|  1 |2797k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3482.69/3495.79	c  3496s|  4293k|  1528k| 11933k|   2.7 |  2070M |  90 | 420 |4946 | 218 |  45k|  1 |2797k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3482.89/3495.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3482.89/3495.96	c  3496s|  4293k|  1528k| 11933k|   2.7 |  2070M |  90 | 420 |4969 | 218 |  45k|  1 |2797k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3483.09/3496.11	c  3496s|  4294k|  1528k| 11933k|   2.7 |  2070M |  90 | 420 |4969 | 216 |  45k|  1 |2797k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3483.19/3496.24	c  3496s|  4294k|  1528k| 11933k|   2.7 |  2070M |  90 | 420 |4969 | 219 |  45k|  1 |2797k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3483.28/3496.36	c  3496s|  4294k|  1528k| 11934k|   2.7 |  2070M |  90 | 420 |4969 | 219 |  45k|  1 |2797k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3483.38/3496.49	c  3496s|  4294k|  1528k| 11934k|   2.7 |  2070M |  90 | 420 |4969 | 216 |  45k|  1 |2797k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3483.58/3496.66	c  3497s|  4294k|  1528k| 11934k|   2.7 |  2070M |  90 | 420 |4969 | 219 |  45k|  1 |2797k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3483.78/3496.88	c  3497s|  4294k|  1528k| 11935k|   2.7 |  2070M |  90 | 420 |4969 | 215 |  45k|  1 |2798k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3483.99/3497.08	c  3497s|  4294k|  1528k| 11935k|   2.7 |  2070M |  90 | 420 |4969 | 216 |  45k|  1 |2798k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3484.19/3497.28	c  3497s|  4294k|  1528k| 11935k|   2.7 |  2070M |  90 | 420 |4955 | 215 |  45k|  1 |2798k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3484.39/3497.44	c  3497s|  4294k|  1528k| 11936k|   2.7 |  2070M |  90 | 420 |4968 | 215 |  45k|  1 |2798k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3484.59/3497.67	c  3498s|  4294k|  1528k| 11936k|   2.7 |  2070M |  90 | 420 |4961 | 216 |  45k|  1 |2798k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3484.89/3497.91	c  3498s|  4295k|  1528k| 11936k|   2.7 |  2070M |  90 | 420 |4964 | 216 |  45k|  1 |2798k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3485.09/3498.11	c  3498s|  4295k|  1528k| 11936k|   2.7 |  2071M |  90 | 420 |4968 |   0 |  45k|  0 |2798k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3485.29/3498.32	c  3498s|  4295k|  1528k| 11937k|   2.7 |  2071M |  90 | 420 |4967 | 221 |  45k|  1 |2798k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3485.39/3498.48	c  3498s|  4295k|  1528k| 11937k|   2.7 |  2071M |  90 | 420 |4950 | 219 |  45k|  1 |2798k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3485.69/3498.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3485.69/3498.70	c  3499s|  4295k|  1528k| 11937k|   2.7 |  2071M |  90 | 420 |4969 |   0 |  45k|  0 |2798k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3485.89/3498.91	c  3499s|  4295k|  1528k| 11937k|   2.7 |  2071M |  90 | 420 |4969 | 218 |  45k|  1 |2798k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3486.09/3499.18	c  3499s|  4295k|  1528k| 11938k|   2.7 |  2071M |  90 | 420 |4944 | 220 |  45k|  1 |2799k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3486.28/3499.38	c  3499s|  4295k|  1528k| 11938k|   2.7 |  2071M |  90 | 420 |4969 | 217 |  45k|  1 |2799k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3486.58/3499.60	c  3500s|  4295k|  1528k| 11938k|   2.7 |  2071M |  90 | 420 |4968 |   0 |  45k|  0 |2799k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3486.78/3499.80	c  3500s|  4295k|  1528k| 11938k|   2.7 |  2071M |  90 | 420 |4962 | 220 |  45k|  1 |2799k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3486.99/3500.08	c  3500s|  4296k|  1528k| 11938k|   2.7 |  2071M |  90 | 420 |4967 | 217 |  45k|  1 |2799k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3487.28/3500.37	c  3500s|  4296k|  1528k| 11939k|   2.7 |  2071M |  90 | 420 |4968 | 220 |  45k|  1 |2799k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3487.68/3500.76	c  3501s|  4296k|  1528k| 11939k|   2.7 |  2071M |  90 | 420 |4967 | 220 |  45k|  1 |2799k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3487.98/3501.06	c  3501s|  4296k|  1528k| 11940k|   2.7 |  2071M |  90 | 420 |4961 |   0 |  45k|  0 |2799k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3488.37/3501.44	c  3501s|  4296k|  1528k| 11940k|   2.7 |  2071M |  90 | 420 |4959 | 218 |  45k|  1 |2800k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3488.77/3501.85	c  3502s|  4296k|  1528k| 11940k|   2.7 |  2071M |  90 | 420 |4969 | 218 |  45k|  1 |2800k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3488.98/3502.03	c  3502s|  4296k|  1528k| 11940k|   2.7 |  2071M |  90 | 420 |4969 | 215 |  45k|  1 |2800k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3489.17/3502.25	c  3502s|  4296k|  1528k| 11941k|   2.7 |  2071M |  90 | 420 |4963 |   0 |  45k|  0 |2800k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3489.37/3502.45	c  3502s|  4296k|  1528k| 11941k|   2.7 |  2071M |  90 | 420 |4969 | 216 |  45k|  1 |2800k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3489.47/3502.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3489.47/3502.57	c  3503s|  4296k|  1528k| 11941k|   2.7 |  2071M |  90 | 420 |4968 | 216 |  45k|  1 |2800k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3489.67/3502.78	c  3503s|  4297k|  1528k| 11941k|   2.7 |  2071M |  90 | 420 |4968 | 215 |  45k|  1 |2800k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3489.87/3502.97	c  3503s|  4297k|  1529k| 11942k|   2.7 |  2071M |  90 | 420 |4967 | 216 |  45k|  1 |2801k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3490.17/3503.21	c  3503s|  4297k|  1529k| 11942k|   2.7 |  2071M |  90 | 420 |4967 | 215 |  45k|  1 |2801k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3490.27/3503.35	c  3503s|  4297k|  1529k| 11942k|   2.7 |  2071M |  90 | 420 |4968 | 216 |  45k|  1 |2801k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3490.47/3503.50	c  3504s|  4297k|  1529k| 11943k|   2.7 |  2071M |  90 | 420 |4969 | 217 |  45k|  1 |2801k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3490.57/3503.64	c  3504s|  4297k|  1529k| 11943k|   2.7 |  2071M |  90 | 420 |4969 | 217 |  45k|  1 |2801k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3490.67/3503.74	c  3504s|  4297k|  1529k| 11943k|   2.7 |  2071M |  90 | 420 |4966 | 217 |  45k|  1 |2801k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3490.77/3503.83	c  3504s|  4297k|  1529k| 11943k|   2.7 |  2071M |  90 | 420 |4964 | 217 |  45k|  1 |2801k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3490.87/3503.93	c  3504s|  4297k|  1529k| 11944k|   2.7 |  2071M |  90 | 420 |4962 | 217 |  45k|  1 |2802k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3491.07/3504.15	c  3504s|  4297k|  1529k| 11944k|   2.7 |  2072M |  90 | 420 |4962 | 217 |  45k|  1 |2802k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3491.16/3504.26	c  3504s|  4298k|  1529k| 11944k|   2.7 |  2072M |  90 | 420 |4963 | 219 |  45k|  1 |2802k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3491.36/3504.40	c  3504s|  4298k|  1529k| 11944k|   2.7 |  2072M |  90 | 420 |4964 | 219 |  45k|  1 |2802k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3491.46/3504.53	c  3505s|  4298k|  1529k| 11945k|   2.7 |  2073M |  90 | 420 |4964 |   0 |  45k|  0 |2802k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3491.56/3504.68	c  3505s|  4298k|  1529k| 11945k|   2.7 |  2073M |  90 | 420 |4966 | 219 |  45k|  1 |2802k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3491.76/3504.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3491.76/3504.84	c  3505s|  4298k|  1529k| 11945k|   2.7 |  2073M |  90 | 420 |4965 | 219 |  45k|  1 |2802k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3491.97/3505.00	c  3505s|  4298k|  1529k| 11946k|   2.7 |  2073M |  90 | 420 |4967 |   0 |  45k|  0 |2802k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3492.16/3505.24	c  3505s|  4298k|  1529k| 11946k|   2.7 |  2073M |  90 | 420 |4969 | 219 |  45k|  1 |2803k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3492.36/3505.40	c  3505s|  4298k|  1529k| 11946k|   2.7 |  2073M |  90 | 420 |4971 | 219 |  45k|  1 |2803k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3492.46/3505.54	c  3506s|  4298k|  1529k| 11947k|   2.7 |  2073M |  90 | 420 |4972 | 219 |  45k|  1 |2803k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3492.66/3505.73	c  3506s|  4298k|  1529k| 11947k|   2.7 |  2073M |  90 | 420 |4972 | 223 |  45k|  1 |2803k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3492.86/3505.93	c  3506s|  4299k|  1530k| 11947k|   2.7 |  2073M |  90 | 420 |4972 | 223 |  45k|  1 |2803k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3492.96/3506.08	c  3506s|  4299k|  1530k| 11948k|   2.7 |  2073M |  90 | 420 |4972 | 221 |  45k|  1 |2803k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3493.06/3506.20	c  3506s|  4299k|  1530k| 11948k|   2.7 |  2073M |  90 | 420 |4971 | 221 |  45k|  1 |2803k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3493.26/3506.35	c  3506s|  4299k|  1530k| 11948k|   2.7 |  2073M |  90 | 420 |4972 | 218 |  45k|  1 |2803k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3493.46/3506.52	c  3507s|  4299k|  1530k| 11949k|   2.7 |  2073M |  90 | 420 |4972 | 220 |  45k|  1 |2804k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3493.56/3506.69	c  3507s|  4299k|  1530k| 11949k|   2.7 |  2074M |  90 | 420 |4905 | 219 |  45k|  1 |2804k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3493.85/3506.96	c  3507s|  4299k|  1530k| 11950k|   2.7 |  2074M |  90 | 420 |4822 |   0 |  45k|  0 |2804k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3494.15/3507.21	c  3507s|  4299k|  1530k| 11950k|   2.7 |  2074M |  90 | 420 |4870 | 215 |  45k|  1 |2804k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3494.35/3507.43	c  3507s|  4299k|  1530k| 11950k|   2.7 |  2074M |  90 | 420 |4912 |   0 |  45k|  0 |2804k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3494.55/3507.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3494.55/3507.62	c  3508s|  4299k|  1530k| 11951k|   2.7 |  2074M |  90 | 420 |4828 |   0 |  45k|  0 |2804k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3494.75/3507.81	c  3508s|  4300k|  1530k| 11951k|   2.7 |  2074M |  90 | 420 |4810 | 212 |  45k|  1 |2804k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3494.85/3507.93	c  3508s|  4300k|  1530k| 11952k|   2.7 |  2074M |  90 | 420 |4863 | 220 |  45k|  1 |2804k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3494.96/3508.03	c  3508s|  4300k|  1530k| 11952k|   2.7 |  2074M |  90 | 420 |4958 | 220 |  46k|  1 |2804k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3495.06/3508.14	c  3508s|  4300k|  1530k| 11953k|   2.7 |  2074M |  90 | 420 |4972 | 220 |  46k|  1 |2804k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3495.25/3508.31	c  3508s|  4300k|  1530k| 11953k|   2.7 |  2075M |  90 | 420 |4969 | 220 |  46k|  2 |2804k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3495.35/3508.44	c  3508s|  4300k|  1530k| 11954k|   2.7 |  2075M |  90 | 420 |4972 |   0 |  46k|  0 |2804k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3495.55/3508.69	c  3509s|  4300k|  1530k| 11954k|   2.7 |  2075M |  90 | 420 |4972 | 217 |  46k|  1 |2805k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3495.85/3508.95	c  3509s|  4300k|  1530k| 11954k|   2.7 |  2075M |  90 | 420 |4972 |   0 |  46k|  0 |2805k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3496.15/3509.21	c  3509s|  4300k|  1530k| 11955k|   2.7 |  2075M |  90 | 420 |4972 | 215 |  46k|  1 |2805k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3496.25/3509.39	c  3509s|  4300k|  1531k| 11955k|   2.7 |  2075M |  90 | 420 |4972 | 215 |  46k|  1 |2805k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3496.45/3509.53	c  3510s|  4301k|  1531k| 11955k|   2.7 |  2075M |  90 | 420 |4972 | 215 |  46k|  1 |2805k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3496.65/3509.72	c  3510s|  4301k|  1531k| 11955k|   2.7 |  2075M |  90 | 420 |4972 | 216 |  46k|  1 |2806k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3496.85/3509.90	c  3510s|  4301k|  1531k| 11956k|   2.7 |  2075M |  90 | 420 |4972 | 212 |  46k|  1 |2806k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3497.05/3510.12	c  3510s|  4301k|  1531k| 11956k|   2.7 |  2075M |  90 | 420 |4972 |   0 |  46k|  0 |2806k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3497.24/3510.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3497.24/3510.31	c  3510s|  4301k|  1531k| 11957k|   2.7 |  2075M |  90 | 420 |4972 | 215 |  46k|  1 |2806k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3497.44/3510.59	c  3511s|  4301k|  1531k| 11957k|   2.7 |  2075M |  90 | 420 |4972 |   0 |  46k|  0 |2806k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3497.74/3510.83	c  3511s|  4301k|  1531k| 11957k|   2.7 |  2075M |  90 | 420 |4901 |   0 |  46k|  0 |2806k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3497.84/3510.95	c  3511s|  4301k|  1531k| 11958k|   2.7 |  2075M |  90 | 420 |4972 | 215 |  46k|  1 |2806k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3498.05/3511.14	c  3511s|  4301k|  1531k| 11958k|   2.7 |  2075M |  90 | 420 |4972 |   0 |  46k|  0 |2807k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3498.24/3511.35	c  3511s|  4301k|  1531k| 11958k|   2.7 |  2075M |  90 | 420 |4972 | 216 |  46k|  1 |2807k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3498.44/3511.54	c  3512s|  4302k|  1531k| 11958k|   2.7 |  2075M |  90 | 420 |4972 | 216 |  46k|  1 |2807k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3498.54/3511.68	c  3512s|  4302k|  1531k| 11959k|   2.7 |  2075M |  90 | 420 |4972 | 215 |  46k|  1 |2807k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3498.74/3511.86	c  3512s|  4302k|  1531k| 11959k|   2.7 |  2075M |  90 | 420 |4972 | 215 |  46k|  1 |2807k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3498.94/3512.04	c  3512s|  4302k|  1531k| 11959k|   2.7 |  2075M |  90 | 420 |4898 | 216 |  46k|  1 |2807k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3499.14/3512.26	c  3512s|  4302k|  1531k| 11959k|   2.7 |  2075M |  90 | 420 |4947 |   0 |  46k|  0 |2807k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3499.24/3512.39	c  3512s|  4302k|  1531k| 11960k|   2.7 |  2075M |  90 | 420 |4972 |   0 |  46k|  0 |2807k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3499.44/3512.59	c  3513s|  4302k|  1531k| 11960k|   2.7 |  2075M |  90 | 420 |4964 | 217 |  46k|  1 |2808k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3499.73/3512.80	c  3513s|  4302k|  1531k| 11960k|   2.7 |  2075M |  90 | 420 |4931 |   0 |  46k|  0 |2808k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3499.94/3513.09	c  3513s|  4302k|  1531k| 11960k|   2.7 |  2075M |  90 | 420 |4970 |   0 |  46k|  0 |2808k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3500.23/3513.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3500.23/3513.37	c  3513s|  4302k|  1531k| 11961k|   2.7 |  2075M |  90 | 420 |4972 | 219 |  46k|  1 |2808k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3500.63/3513.75	c  3514s|  4303k|  1531k| 11961k|   2.7 |  2075M |  90 | 420 |4972 |   0 |  46k|  0 |2808k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3500.94/3514.09	c  3514s|  4303k|  1531k| 11961k|   2.7 |  2075M |  90 | 420 |4972 | 216 |  46k|  1 |2808k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3501.13/3514.28	c  3514s|  4303k|  1531k| 11961k|   2.7 |  2075M |  90 | 420 |4972 | 216 |  46k|  1 |2808k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3501.33/3514.41	c  3514s|  4303k|  1531k| 11962k|   2.7 |  2075M |  90 | 420 |4972 | 216 |  46k|  0 |2808k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3501.53/3514.62	c  3515s|  4303k|  1531k| 11962k|   2.7 |  2075M |  90 | 420 |4972 | 219 |  46k|  1 |2809k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3501.63/3514.73	c  3515s|  4303k|  1531k| 11962k|   2.7 |  2075M |  90 | 420 |4972 |   0 |  46k|  0 |2809k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3501.73/3514.86	c  3515s|  4303k|  1531k| 11962k|   2.7 |  2075M |  90 | 420 |4972 | 220 |  46k|  1 |2809k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3501.93/3515.06	c  3515s|  4303k|  1531k| 11963k|   2.7 |  2075M |  90 | 420 |4972 | 215 |  46k|  1 |2809k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3502.13/3515.25	c  3515s|  4303k|  1531k| 11963k|   2.7 |  2075M |  90 | 420 |4972 | 215 |  46k|  1 |2809k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3502.33/3515.48	c  3515s|  4303k|  1531k| 11963k|   2.7 |  2075M |  90 | 420 |4972 | 220 |  46k|  1 |2809k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3502.53/3515.64	c  3516s|  4304k|  1531k| 11964k|   2.7 |  2075M |  90 | 420 |4924 | 220 |  46k|  1 |2809k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3502.73/3515.83	c  3516s|  4304k|  1531k| 11964k|   2.7 |  2075M |  90 | 420 |4965 | 220 |  46k|  1 |2809k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3502.93/3516.10	c  3516s|  4304k|  1531k| 11964k|   2.7 |  2075M |  90 | 420 |4972 | 220 |  46k|  1 |2809k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3503.22/3516.31	c  3516s|  4304k|  1531k| 11964k|   2.7 |  2075M |  90 | 420 |4972 |   0 |  46k|  0 |2810k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3503.42/3516.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3503.42/3516.52	c  3517s|  4304k|  1531k| 11965k|   2.7 |  2075M |  90 | 420 |4972 |   0 |  46k|  0 |2810k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3503.62/3516.75	c  3517s|  4304k|  1531k| 11965k|   2.7 |  2075M |  90 | 420 |4972 |   0 |  46k|  0 |2810k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3503.82/3516.99	c  3517s|  4304k|  1531k| 11965k|   2.7 |  2075M |  90 | 420 |4972 | 216 |  46k|  1 |2810k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3504.03/3517.15	c  3517s|  4304k|  1531k| 11966k|   2.7 |  2075M |  90 | 420 |4963 | 215 |  46k|  1 |2810k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3504.32/3517.45	c  3517s|  4304k|  1532k| 11966k|   2.7 |  2075M |  90 | 420 |4968 | 220 |  46k|  1 |2810k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3504.62/3517.72	c  3518s|  4304k|  1532k| 11966k|   2.7 |  2076M |  90 | 420 |4970 | 220 |  46k|  1 |2810k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3504.82/3517.95	c  3518s|  4305k|  1532k| 11967k|   2.7 |  2076M |  90 | 420 |4972 |   0 |  46k|  0 |2810k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3505.02/3518.10	c  3518s|  4305k|  1532k| 11967k|   2.7 |  2076M |  90 | 420 |4971 | 216 |  46k|  1 |2811k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3505.12/3518.28	c  3518s|  4305k|  1532k| 11967k|   2.7 |  2076M |  90 | 420 |4969 | 216 |  46k|  1 |2811k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3505.42/3518.55	c  3519s|  4305k|  1532k| 11967k|   2.7 |  2076M |  90 | 420 |4971 | 216 |  46k|  1 |2811k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3505.62/3518.73	c  3519s|  4305k|  1532k| 11968k|   2.7 |  2076M |  90 | 420 |4971 | 216 |  46k|  1 |2811k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3505.82/3518.92	c  3519s|  4305k|  1532k| 11968k|   2.7 |  2076M |  90 | 420 |4970 | 216 |  46k|  1 |2811k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3505.92/3519.06	c  3519s|  4305k|  1532k| 11968k|   2.7 |  2076M |  90 | 420 |4970 | 216 |  46k|  1 |2811k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3506.02/3519.19	c  3519s|  4305k|  1532k| 11968k|   2.7 |  2076M |  90 | 420 |4960 |   0 |  46k|  0 |2811k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3506.21/3519.34	c  3519s|  4305k|  1532k| 11969k|   2.7 |  2076M |  90 | 420 |4966 | 215 |  46k|  1 |2811k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3506.31/3519.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3506.31/3519.49	c  3519s|  4305k|  1532k| 11969k|   2.7 |  2076M |  90 | 420 |4963 |   0 |  46k|  0 |2811k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3506.51/3519.69	c  3520s|  4306k|  1532k| 11969k|   2.7 |  2076M |  90 | 420 |4965 | 216 |  46k|  1 |2811k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3506.81/3519.90	c  3520s|  4306k|  1532k| 11969k|   2.7 |  2076M |  90 | 420 |4964 | 216 |  46k|  1 |2811k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3506.92/3520.06	c  3520s|  4306k|  1532k| 11970k|   2.7 |  2076M |  90 | 420 |4965 |   0 |  46k|  0 |2811k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3507.11/3520.20	c  3520s|  4306k|  1532k| 11970k|   2.7 |  2076M |  90 | 420 |4964 |   0 |  46k|  0 |2811k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3507.21/3520.39	c  3520s|  4306k|  1532k| 11970k|   2.7 |  2076M |  90 | 420 |4963 | 215 |  46k|  1 |2812k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3507.41/3520.53	c  3521s|  4306k|  1532k| 11970k|   2.7 |  2076M |  90 | 420 |4963 | 214 |  46k|  1 |2812k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3507.51/3520.70	c  3521s|  4306k|  1532k| 11971k|   2.7 |  2076M |  90 | 420 |4963 | 217 |  46k|  1 |2812k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3507.71/3520.89	c  3521s|  4306k|  1532k| 11971k|   2.7 |  2076M |  90 | 420 |4945 | 215 |  46k|  1 |2812k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3507.91/3521.02	c  3521s|  4306k|  1532k| 11971k|   2.7 |  2076M |  90 | 420 |4963 |   0 |  46k|  0 |2812k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3508.01/3521.18	c  3521s|  4306k|  1532k| 11971k|   2.7 |  2076M |  90 | 420 |4936 |   0 |  46k|  0 |2812k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3508.21/3521.32	c  3521s|  4307k|  1532k| 11971k|   2.7 |  2076M |  90 | 420 |4941 |   0 |  46k|  0 |2812k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3508.31/3521.44	c  3521s|  4307k|  1532k| 11972k|   2.7 |  2076M |  90 | 420 |4921 |   0 |  46k|  0 |2812k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3508.41/3521.57	c  3522s|  4307k|  1532k| 11972k|   2.7 |  2076M |  90 | 420 |4970 |   0 |  46k|  0 |2812k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3508.61/3521.71	c  3522s|  4307k|  1532k| 11972k|   2.7 |  2076M |  90 | 420 |4909 | 216 |  46k|  1 |2812k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3508.71/3521.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3508.71/3521.85	c  3522s|  4307k|  1532k| 11972k|   2.7 |  2076M |  90 | 420 |4909 |   0 |  46k|  0 |2812k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3508.81/3521.99	c  3522s|  4307k|  1532k| 11973k|   2.7 |  2076M |  90 | 420 |4884 | 216 |  46k|  1 |2812k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3509.01/3522.11	c  3522s|  4307k|  1532k| 11973k|   2.7 |  2076M |  90 | 420 |4913 | 216 |  46k|  1 |2812k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3509.11/3522.23	c  3522s|  4307k|  1532k| 11973k|   2.7 |  2076M |  90 | 420 |4936 | 216 |  46k|  1 |2812k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3509.20/3522.37	c  3522s|  4307k|  1532k| 11973k|   2.7 |  2076M |  90 | 420 |4964 | 216 |  46k|  1 |2812k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3509.40/3522.53	c  3523s|  4307k|  1532k| 11974k|   2.7 |  2076M |  90 | 420 |4966 | 216 |  46k|  1 |2812k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3509.50/3522.67	c  3523s|  4308k|  1532k| 11974k|   2.7 |  2076M |  90 | 420 |4965 |   0 |  46k|  0 |2812k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3509.70/3522.81	c  3523s|  4308k|  1532k| 11974k|   2.7 |  2076M |  90 | 420 |4964 |   0 |  46k|  0 |2813k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3509.80/3522.94	c  3523s|  4308k|  1532k| 11974k|   2.7 |  2076M |  90 | 420 |4965 | 216 |  46k|  1 |2813k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3509.91/3523.07	c  3523s|  4308k|  1532k| 11975k|   2.7 |  2076M |  90 | 420 |4965 | 215 |  46k|  1 |2813k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3510.10/3523.22	c  3523s|  4308k|  1532k| 11975k|   2.7 |  2076M |  90 | 420 |4964 |   0 |  46k|  0 |2813k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3510.20/3523.36	c  3523s|  4308k|  1532k| 11975k|   2.7 |  2076M |  90 | 420 |4963 | 216 |  46k|  1 |2813k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3510.40/3523.50	c  3524s|  4308k|  1532k| 11975k|   2.7 |  2076M |  90 | 420 |4966 | 212 |  46k|  1 |2813k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3510.60/3523.73	c  3524s|  4308k|  1533k| 11976k|   2.7 |  2076M |  90 | 420 |4949 | 215 |  46k|  1 |2813k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3510.70/3523.83	c  3524s|  4308k|  1533k| 11976k|   2.7 |  2076M |  90 | 420 |4966 | 215 |  46k|  1 |2813k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3510.80/3523.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3510.80/3523.92	c  3524s|  4308k|  1533k| 11977k|   2.7 |  2076M |  90 | 420 |4953 | 215 |  46k|  1 |2813k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3510.90/3524.03	c  3524s|  4309k|  1533k| 11977k|   2.7 |  2076M |  90 | 420 |4909 | 215 |  46k|  0 |2813k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3511.10/3524.21	c  3524s|  4309k|  1533k| 11977k|   2.7 |  2076M |  90 | 420 |4853 | 215 |  46k|  1 |2813k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3511.20/3524.30	c  3524s|  4309k|  1533k| 11978k|   2.7 |  2076M |  90 | 420 |4769 | 212 |  46k|  1 |2813k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3511.30/3524.40	c  3524s|  4309k|  1533k| 11978k|   2.7 |  2077M |  90 | 420 |4693 | 216 |  46k|  1 |2813k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3511.30/3524.47	c  3524s|  4309k|  1533k| 11978k|   2.7 |  2077M |  90 | 420 |4698 | 216 |  46k|  1 |2813k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3511.40/3524.56	c  3525s|  4309k|  1533k| 11979k|   2.7 |  2077M |  90 | 420 |4694 | 216 |  46k|  1 |2813k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3511.50/3524.65	c  3525s|  4309k|  1533k| 11979k|   2.7 |  2077M |  90 | 420 |4635 | 216 |  46k|  1 |2813k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3511.60/3524.73	c  3525s|  4309k|  1533k| 11979k|   2.7 |  2077M |  90 | 420 |4647 | 216 |  46k|  1 |2813k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3511.70/3524.84	c  3525s|  4309k|  1533k| 11980k|   2.7 |  2077M |  90 | 420 |4655 | 216 |  46k|  1 |2813k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3511.80/3524.96	c  3525s|  4309k|  1533k| 11980k|   2.7 |  2077M |  90 | 420 |4671 | 215 |  46k|  1 |2813k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3512.10/3525.25	c  3525s|  4310k|  1533k| 11980k|   2.7 |  2077M |  90 | 420 |4622 |   0 |  46k|  0 |2814k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3512.39/3525.57	c  3526s|  4310k|  1533k| 11981k|   2.7 |  2077M |  90 | 420 |4444 | 216 |  46k|  1 |2814k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3512.49/3525.64	c  3526s|  4310k|  1533k| 11981k|   2.7 |  2077M |  90 | 420 |4414 | 216 |  46k|  1 |2814k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3512.59/3525.72	c  3526s|  4310k|  1534k| 11981k|   2.7 |  2077M |  90 | 420 |4414 | 216 |  46k|  1 |2814k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3512.69/3525.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3512.69/3525.83	c  3526s|  4310k|  1534k| 11982k|   2.7 |  2077M |  90 | 420 |4352 | 216 |  46k|  1 |2814k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3512.90/3526.10	c  3526s|  4310k|  1534k| 11982k|   2.7 |  2077M |  90 | 420 |4267 | 212 |  46k|  1 |2814k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3513.09/3526.20	c  3526s|  4310k|  1534k| 11982k|   2.7 |  2077M |  90 | 420 |4255 | 216 |  46k|  1 |2814k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3513.09/3526.28	c  3526s|  4310k|  1534k| 11983k|   2.7 |  2077M |  90 | 420 |4287 | 216 |  46k|  1 |2814k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3513.19/3526.37	c  3526s|  4310k|  1534k| 11983k|   2.7 |  2077M |  90 | 420 |4310 | 216 |  46k|  1 |2814k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3513.39/3526.52	c  3527s|  4310k|  1534k| 11983k|   2.7 |  2077M |  90 | 420 |4270 | 216 |  46k|  1 |2814k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3513.49/3526.68	c  3527s|  4311k|  1534k| 11984k|   2.7 |  2077M |  90 | 420 |4262 |   0 |  46k|  0 |2814k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3513.69/3526.82	c  3527s|  4311k|  1534k| 11984k|   2.7 |  2077M |  90 | 420 |4220 | 216 |  46k|  1 |2814k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3513.79/3526.93	c  3527s|  4311k|  1534k| 11984k|   2.7 |  2077M |  90 | 420 |4224 | 216 |  46k|  1 |2814k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3513.99/3527.11	c  3527s|  4311k|  1534k| 11985k|   2.7 |  2077M |  90 | 420 |4260 | 217 |  46k|  0 |2814k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3514.09/3527.28	c  3527s|  4311k|  1534k| 11985k|   2.7 |  2077M |  90 | 420 |4288 | 216 |  46k|  1 |2814k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3514.19/3527.38	c  3527s|  4311k|  1534k| 11985k|   2.7 |  2077M |  90 | 420 |4299 |   0 |  46k|  0 |2814k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3514.29/3527.48	c  3527s|  4311k|  1534k| 11986k|   2.7 |  2077M |  90 | 420 |4310 | 216 |  46k|  1 |2814k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3514.39/3527.60	c  3528s|  4311k|  1534k| 11986k|   2.7 |  2077M |  90 | 420 |4289 |   0 |  46k|  0 |2814k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3514.69/3527.82	c  3528s|  4311k|  1534k| 11986k|   2.7 |  2077M |  90 | 420 |4281 | 216 |  46k|  1 |2814k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3514.90/3528.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3514.90/3528.06	c  3528s|  4311k|  1534k| 11987k|   2.7 |  2077M |  90 | 420 |4236 | 224 |  46k|  4 |2814k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3515.09/3528.24	c  3528s|  4312k|  1535k| 11987k|   2.7 |  2077M |  90 | 420 |4052 | 218 |  46k|  1 |2814k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3515.19/3528.34	c  3528s|  4312k|  1535k| 11988k|   2.7 |  2078M |  90 | 420 |4062 | 218 |  46k|  1 |2815k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3515.29/3528.47	c  3528s|  4312k|  1535k| 11988k|   2.7 |  2078M |  90 | 420 |4095 | 218 |  46k|  1 |2815k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3515.49/3528.63	c  3529s|  4312k|  1535k| 11988k|   2.7 |  2078M |  90 | 420 |4110 |   0 |  46k|  0 |2815k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3515.69/3528.81	c  3529s|  4312k|  1535k| 11989k|   2.7 |  2078M |  90 | 420 |4091 | 217 |  46k|  1 |2815k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3515.79/3528.93	c  3529s|  4312k|  1535k| 11989k|   2.7 |  2078M |  90 | 420 |4113 | 217 |  46k|  1 |2815k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3515.90/3529.06	c  3529s|  4312k|  1535k| 11990k|   2.7 |  2078M |  90 | 420 |4173 | 217 |  46k|  1 |2815k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3516.09/3529.21	c  3529s|  4312k|  1535k| 11990k|   2.7 |  2078M |  90 | 420 |4211 | 216 |  46k|  1 |2815k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3516.19/3529.33	c  3529s|  4312k|  1535k| 11990k|   2.7 |  2078M |  90 | 420 |4297 | 216 |  46k|  1 |2815k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3516.29/3529.42	c  3529s|  4312k|  1535k| 11991k|   2.7 |  2078M |  90 | 420 |4359 | 216 |  46k|  1 |2815k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3516.39/3529.52	c  3530s|  4313k|  1535k| 11991k|   2.7 |  2078M |  90 | 420 |4384 | 216 |  46k|  1 |2815k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3516.49/3529.66	c  3530s|  4313k|  1535k| 11991k|   2.7 |  2078M |  90 | 420 |4426 | 216 |  46k|  1 |2815k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3516.59/3529.75	c  3530s|  4313k|  1535k| 11992k|   2.7 |  2078M |  90 | 420 |4427 | 216 |  46k|  1 |2815k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3516.69/3529.88	c  3530s|  4313k|  1535k| 11992k|   2.7 |  2078M |  90 | 420 |4399 | 216 |  46k|  1 |2815k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3516.89/3530.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3516.89/3530.01	c  3530s|  4313k|  1535k| 11992k|   2.7 |  2079M |  90 | 420 |4364 | 216 |  46k|  1 |2816k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3516.89/3530.09	c  3530s|  4313k|  1535k| 11993k|   2.7 |  2079M |  90 | 420 |4364 | 216 |  46k|  1 |2816k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3516.99/3530.19	c  3530s|  4313k|  1536k| 11993k|   2.7 |  2079M |  90 | 420 |4365 | 216 |  46k|  1 |2816k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3517.19/3530.31	c  3530s|  4313k|  1536k| 11993k|   2.7 |  2079M |  90 | 420 |4394 |   0 |  46k|  0 |2816k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3517.29/3530.42	c  3530s|  4313k|  1536k| 11994k|   2.7 |  2079M |  90 | 420 |4360 | 217 |  46k|  1 |2816k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3517.39/3530.52	c  3531s|  4313k|  1536k| 11994k|   2.7 |  2079M |  90 | 420 |4368 | 217 |  46k|  1 |2816k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3517.48/3530.61	c  3531s|  4314k|  1536k| 11994k|   2.7 |  2079M |  90 | 420 |4359 | 217 |  46k|  1 |2816k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3517.58/3530.76	c  3531s|  4314k|  1536k| 11994k|   2.7 |  2079M |  90 | 420 |4344 | 217 |  46k|  1 |2816k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3517.68/3530.87	c  3531s|  4314k|  1536k| 11995k|   2.7 |  2079M |  90 | 420 |4320 |   0 |  46k|  0 |2816k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3517.78/3530.98	c  3531s|  4314k|  1536k| 11995k|   2.7 |  2079M |  90 | 420 |4345 |   0 |  46k|  0 |2816k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3517.89/3531.07	c  3531s|  4314k|  1536k| 11995k|   2.7 |  2079M |  90 | 420 |4341 | 218 |  46k|  1 |2816k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3518.08/3531.23	c  3531s|  4314k|  1536k| 11996k|   2.7 |  2079M |  90 | 420 |4351 | 216 |  46k|  1 |2816k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3518.18/3531.31	c  3531s|  4314k|  1536k| 11996k|   2.7 |  2079M |  90 | 420 |4352 | 216 |  46k|  1 |2816k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3518.28/3531.40	c  3531s|  4314k|  1536k| 11996k|   2.7 |  2079M |  90 | 420 |4382 |   0 |  46k|  0 |2816k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3518.38/3531.56	c  3532s|  4314k|  1536k| 11997k|   2.7 |  2079M |  90 | 420 |4367 | 217 |  46k|  1 |2816k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3518.58/3531.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3518.58/3531.70	c  3532s|  4314k|  1536k| 11997k|   2.7 |  2079M |  90 | 420 |4370 | 217 |  46k|  1 |2816k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3518.68/3531.84	c  3532s|  4315k|  1536k| 11997k|   2.7 |  2079M |  90 | 420 |4411 | 217 |  46k|  1 |2816k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3518.78/3531.97	c  3532s|  4315k|  1536k| 11998k|   2.7 |  2079M |  90 | 420 |4422 |   0 |  46k|  0 |2816k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3518.98/3532.16	c  3532s|  4315k|  1536k| 11998k|   2.7 |  2079M |  90 | 420 |4453 | 217 |  46k|  1 |2817k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3519.18/3532.32	c  3532s|  4315k|  1537k| 11998k|   2.7 |  2079M |  90 | 420 |4506 | 218 |  46k|  1 |2817k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3519.28/3532.43	c  3532s|  4315k|  1537k| 11999k|   2.7 |  2079M |  90 | 420 |4551 | 218 |  46k|  1 |2817k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3519.38/3532.54	c  3533s|  4315k|  1537k| 11999k|   2.7 |  2079M |  90 | 420 |4565 | 218 |  46k|  1 |2817k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3519.58/3532.75	c  3533s|  4315k|  1537k| 11999k|   2.7 |  2079M |  90 | 420 |4576 | 218 |  46k|  1 |2817k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3519.68/3532.86	c  3533s|  4315k|  1537k| 12000k|   2.7 |  2079M |  90 | 420 |4575 | 217 |  46k|  1 |2817k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3519.78/3532.96	c  3533s|  4315k|  1537k| 12000k|   2.7 |  2079M |  90 | 420 |4619 |   0 |  46k|  0 |2817k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3519.88/3533.09	c  3533s|  4315k|  1537k| 12000k|   2.7 |  2080M |  90 | 420 |4616 | 217 |  46k|  1 |2817k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3520.08/3533.26	c  3533s|  4316k|  1537k| 12001k|   2.7 |  2080M |  90 | 420 |4697 |   0 |  46k|  0 |2817k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3520.28/3533.44	c  3533s|  4316k|  1537k| 12001k|   2.7 |  2080M |  90 | 420 |4720 | 216 |  46k|  1 |2817k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3520.47/3533.60	c  3534s|  4316k|  1537k| 12001k|   2.7 |  2080M |  90 | 420 |4725 | 216 |  46k|  1 |2817k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3520.57/3533.77	c  3534s|  4316k|  1537k| 12002k|   2.7 |  2080M |  90 | 420 |4737 | 216 |  46k|  0 |2817k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3520.77/3533.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3520.77/3533.97	c  3534s|  4316k|  1537k| 12002k|   2.7 |  2080M |  90 | 420 |4716 | 216 |  46k|  1 |2817k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3520.88/3534.10	c  3534s|  4316k|  1537k| 12002k|   2.7 |  2080M |  90 | 420 |4728 | 216 |  46k|  0 |2818k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3521.07/3534.25	c  3534s|  4316k|  1537k| 12003k|   2.7 |  2080M |  90 | 420 |4738 | 216 |  46k|  1 |2818k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3521.17/3534.36	c  3534s|  4316k|  1537k| 12003k|   2.7 |  2080M |  90 | 420 |4726 | 216 |  46k|  1 |2818k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3521.37/3534.59	c  3535s|  4316k|  1537k| 12003k|   2.7 |  2080M |  90 | 420 |4762 | 216 |  46k|  1 |2818k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3521.47/3534.67	c  3535s|  4316k|  1537k| 12004k|   2.7 |  2080M |  90 | 420 |4823 | 216 |  46k|  1 |2818k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3521.67/3534.81	c  3535s|  4317k|  1538k| 12004k|   2.7 |  2080M |  90 | 420 |4903 | 216 |  46k|  1 |2818k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3521.77/3534.93	c  3535s|  4317k|  1538k| 12004k|   2.7 |  2080M |  90 | 420 |4972 | 216 |  46k|  1 |2818k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3521.88/3535.07	c  3535s|  4317k|  1538k| 12004k|   2.7 |  2080M |  90 | 420 |4966 | 215 |  46k|  1 |2818k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3521.98/3535.19	c  3535s|  4317k|  1538k| 12005k|   2.7 |  2080M |  90 | 420 |4971 | 215 |  46k|  1 |2818k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3522.07/3535.30	c  3535s|  4317k|  1538k| 12005k|   2.7 |  2080M |  90 | 420 |4972 | 215 |  46k|  1 |2818k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3522.27/3535.40	c  3535s|  4317k|  1538k| 12005k|   2.7 |  2080M |  90 | 420 |4972 | 215 |  46k|  1 |2818k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3522.37/3535.53	c  3536s|  4317k|  1538k| 12006k|   2.7 |  2080M |  90 | 420 |4972 | 215 |  46k|  1 |2818k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3522.47/3535.64	c  3536s|  4317k|  1538k| 12006k|   2.7 |  2081M |  90 | 420 |4972 | 215 |  46k|  1 |2818k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3522.67/3535.84	c  3536s|  4317k|  1538k| 12006k|   2.7 |  2081M |  90 | 420 |4972 |   0 |  46k|  0 |2819k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3522.87/3536.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3522.87/3536.05	c  3536s|  4317k|  1538k| 12007k|   2.7 |  2081M |  90 | 420 |4972 | 216 |  46k|  1 |2819k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3523.07/3536.20	c  3536s|  4318k|  1538k| 12007k|   2.7 |  2081M |  90 | 420 |4972 | 216 |  46k|  1 |2819k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3523.17/3536.31	c  3536s|  4318k|  1538k| 12007k|   2.7 |  2081M |  90 | 420 |4972 | 216 |  46k|  1 |2819k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3523.26/3536.46	c  3536s|  4318k|  1538k| 12008k|   2.7 |  2081M |  90 | 420 |4972 | 216 |  46k|  1 |2819k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3523.56/3536.73	c  3537s|  4318k|  1538k| 12008k|   2.7 |  2081M |  90 | 420 |4972 | 216 |  46k|  0 |2819k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3523.87/3537.07	c  3537s|  4318k|  1538k| 12008k|   2.7 |  2081M |  90 | 420 |4947 | 216 |  46k|  1 |2819k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3524.76/3537.93	c  3538s|  4318k|  1538k| 12008k|   2.7 |  2081M |  90 | 420 |4775 | 216 |  46k|  1 |2819k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3524.86/3538.02	c  3538s|  4318k|  1538k| 12009k|   2.7 |  2081M |  90 | 420 |4783 | 216 |  46k|  1 |2819k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3524.96/3538.14	c  3538s|  4318k|  1538k| 12009k|   2.7 |  2081M |  90 | 420 |4790 |   0 |  46k|  0 |2819k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3525.06/3538.27	c  3538s|  4318k|  1538k| 12009k|   2.7 |  2081M |  90 | 420 |4802 | 216 |  46k|  1 |2819k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3525.26/3538.47	c  3538s|  4318k|  1538k| 12010k|   2.7 |  2081M |  90 | 420 |4805 |   0 |  46k|  0 |2819k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3525.46/3538.63	c  3539s|  4319k|  1539k| 12010k|   2.7 |  2081M |  90 | 420 |4773 |   0 |  46k|  0 |2820k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3525.56/3538.77	c  3539s|  4319k|  1539k| 12010k|   2.7 |  2081M |  90 | 420 |4735 |   0 |  46k|  0 |2820k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3525.75/3538.93	c  3539s|  4319k|  1539k| 12011k|   2.7 |  2081M |  90 | 420 |4743 | 215 |  46k|  1 |2820k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3525.86/3539.08	c  3539s|  4319k|  1539k| 12011k|   2.7 |  2081M |  90 | 420 |4748 |   0 |  46k|  0 |2820k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3526.15/3539.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3526.15/3539.35	c  3539s|  4319k|  1539k| 12011k|   2.7 |  2081M |  90 | 420 |4734 |   0 |  46k|  0 |2820k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3526.35/3539.50	c  3539s|  4319k|  1539k| 12012k|   2.7 |  2082M |  90 | 420 |4701 | 216 |  46k|  1 |2820k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3526.35/3539.60	c  3540s|  4319k|  1539k| 12012k|   2.7 |  2082M |  90 | 420 |4728 | 216 |  46k|  1 |2820k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3526.55/3539.73	c  3540s|  4319k|  1539k| 12012k|   2.7 |  2082M |  90 | 420 |4756 | 216 |  46k|  1 |2820k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3526.65/3539.89	c  3540s|  4319k|  1539k| 12012k|   2.7 |  2082M |  90 | 420 |4740 | 214 |  46k|  1 |2820k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3526.85/3540.00	c  3540s|  4319k|  1539k| 12013k|   2.7 |  2082M |  90 | 420 |4779 | 214 |  46k|  1 |2820k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3526.95/3540.10	c  3540s|  4320k|  1539k| 12013k|   2.7 |  2082M |  90 | 420 |4811 | 214 |  46k|  1 |2820k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3527.05/3540.28	c  3540s|  4320k|  1539k| 12013k|   2.7 |  2082M |  90 | 420 |4839 | 216 |  46k|  1 |2820k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3527.15/3540.38	c  3540s|  4320k|  1539k| 12014k|   2.7 |  2082M |  90 | 420 |4846 | 216 |  46k|  1 |2820k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3527.25/3540.48	c  3540s|  4320k|  1539k| 12014k|   2.7 |  2082M |  90 | 420 |4921 | 216 |  46k|  1 |2820k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3527.45/3540.61	c  3541s|  4320k|  1539k| 12014k|   2.7 |  2082M |  90 | 420 |4972 |   0 |  46k|  0 |2820k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3527.55/3540.72	c  3541s|  4320k|  1539k| 12014k|   2.7 |  2082M |  90 | 420 |4972 | 216 |  46k|  1 |2821k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3527.65/3540.83	c  3541s|  4320k|  1539k| 12015k|   2.7 |  2082M |  90 | 420 |4972 | 216 |  46k|  1 |2821k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3527.85/3541.02	c  3541s|  4320k|  1539k| 12015k|   2.7 |  2082M |  90 | 420 |4972 | 214 |  46k|  1 |2821k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3527.95/3541.19	c  3541s|  4320k|  1539k| 12015k|   2.7 |  2082M |  90 | 420 |4972 |   0 |  46k|  0 |2821k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3528.24/3541.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3528.24/3541.48	c  3541s|  4320k|  1539k| 12016k|   2.7 |  2083M |  90 | 420 |4968 | 216 |  46k|  0 |2821k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3528.44/3541.69	c  3542s|  4321k|  1539k| 12016k|   2.7 |  2083M |  90 | 420 |4972 | 215 |  46k|  1 |2821k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3528.64/3541.84	c  3542s|  4321k|  1540k| 12016k|   2.7 |  2083M |  90 | 420 |4958 |   0 |  46k|  0 |2821k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3528.74/3541.95	c  3542s|  4321k|  1540k| 12017k|   2.7 |  2083M |  90 | 420 |4967 | 215 |  46k|  1 |2821k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3528.85/3542.06	c  3542s|  4321k|  1540k| 12017k|   2.7 |  2083M |  90 | 420 |4945 | 215 |  46k|  1 |2821k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3529.04/3542.24	c  3542s|  4321k|  1540k| 12017k|   2.7 |  2083M |  90 | 420 |4823 | 218 |  46k|  1 |2821k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3529.24/3542.43	c  3542s|  4321k|  1540k| 12018k|   2.7 |  2083M |  90 | 420 |4749 |   0 |  46k|  0 |2821k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3529.34/3542.59	c  3543s|  4321k|  1540k| 12018k|   2.7 |  2083M |  90 | 420 |4705 | 218 |  46k|  1 |2821k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3529.54/3542.78	c  3543s|  4321k|  1540k| 12019k|   2.7 |  2083M |  90 | 420 |4661 | 218 |  46k|  1 |2821k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3529.64/3542.89	c  3543s|  4321k|  1540k| 12019k|   2.7 |  2083M |  90 | 420 |4636 | 218 |  46k|  1 |2821k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3529.84/3543.06	c  3543s|  4321k|  1540k| 12019k|   2.7 |  2083M |  90 | 420 |4588 | 218 |  46k|  1 |2822k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3530.04/3543.21	c  3543s|  4322k|  1540k| 12020k|   2.7 |  2083M |  90 | 420 |4593 | 218 |  46k|  1 |2822k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3530.24/3543.42	c  3543s|  4322k|  1540k| 12020k|   2.7 |  2083M |  90 | 420 |4528 | 215 |  46k|  1 |2822k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3530.34/3543.54	c  3544s|  4322k|  1540k| 12020k|   2.7 |  2083M |  90 | 420 |4530 | 215 |  46k|  1 |2822k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3530.44/3543.67	c  3544s|  4322k|  1540k| 12021k|   2.7 |  2083M |  90 | 420 |4551 | 215 |  46k|  1 |2822k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3530.74/3543.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3530.74/3543.93	c  3544s|  4322k|  1540k| 12021k|   2.7 |  2083M |  90 | 420 |4481 | 217 |  46k|  1 |2822k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3530.84/3544.04	c  3544s|  4322k|  1541k| 12022k|   2.7 |  2083M |  90 | 420 |4471 | 217 |  46k|  1 |2822k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3531.04/3544.22	c  3544s|  4322k|  1541k| 12022k|   2.7 |  2083M |  90 | 420 |4354 | 217 |  46k|  1 |2822k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3531.14/3544.35	c  3544s|  4322k|  1541k| 12022k|   2.7 |  2083M |  90 | 420 |4359 |   0 |  46k|  0 |2822k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3531.34/3544.50	c  3544s|  4322k|  1541k| 12023k|   2.7 |  2083M |  90 | 420 |4337 | 215 |  46k|  1 |2822k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3531.34/3544.59	c  3545s|  4322k|  1541k| 12023k|   2.7 |  2083M |  90 | 420 |4408 | 215 |  46k|  1 |2822k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3531.53/3544.74	c  3545s|  4323k|  1541k| 12023k|   2.7 |  2083M |  90 | 420 |4459 | 215 |  46k|  1 |2822k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3531.63/3544.86	c  3545s|  4323k|  1541k| 12024k|   2.7 |  2083M |  90 | 420 |4441 | 218 |  46k|  1 |2822k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3531.84/3545.01	c  3545s|  4323k|  1541k| 12024k|   2.7 |  2083M |  90 | 420 |4374 | 218 |  46k|  1 |2822k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3531.94/3545.13	c  3545s|  4323k|  1541k| 12024k|   2.7 |  2083M |  90 | 420 |4439 | 218 |  46k|  1 |2822k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3532.03/3545.29	c  3545s|  4323k|  1541k| 12025k|   2.7 |  2083M |  90 | 420 |4414 | 218 |  46k|  1 |2822k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3532.43/3545.63	c  3546s|  4323k|  1541k| 12025k|   2.7 |  2083M |  90 | 420 |4460 | 218 |  46k|  1 |2822k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3532.83/3546.04	c  3546s|  4323k|  1541k| 12025k|   2.7 |  2083M |  90 | 420 |4468 |   0 |  46k|  0 |2823k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3533.03/3546.28	c  3546s|  4323k|  1541k| 12026k|   2.7 |  2083M |  90 | 420 |4449 | 216 |  46k|  1 |2823k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3533.23/3546.47	c  3546s|  4323k|  1541k| 12026k|   2.7 |  2083M |  90 | 420 |4362 | 216 |  46k|  1 |2823k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3533.43/3546.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3533.43/3546.61	c  3547s|  4323k|  1541k| 12026k|   2.7 |  2083M |  90 | 420 |4332 |   0 |  46k|  0 |2823k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3533.53/3546.72	c  3547s|  4324k|  1541k| 12027k|   2.7 |  2083M |  90 | 420 |4350 | 216 |  46k|  1 |2823k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3533.73/3546.92	c  3547s|  4324k|  1541k| 12027k|   2.7 |  2083M |  90 | 420 |4372 | 216 |  46k|  1 |2823k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3533.83/3547.09	c  3547s|  4324k|  1542k| 12028k|   2.7 |  2083M |  90 | 420 |4377 | 216 |  46k|  1 |2823k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3534.03/3547.29	c  3547s|  4324k|  1542k| 12028k|   2.7 |  2083M |  90 | 420 |4395 | 212 |  46k|  1 |2823k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3534.23/3547.41	c  3547s|  4324k|  1542k| 12028k|   2.7 |  2084M |  90 | 420 |4495 | 216 |  46k|  1 |2823k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3534.32/3547.50	c  3548s|  4324k|  1542k| 12029k|   2.7 |  2084M |  90 | 420 |4575 |   0 |  46k|  0 |2823k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3534.42/3547.63	c  3548s|  4324k|  1542k| 12029k|   2.7 |  2084M |  90 | 420 |4682 | 216 |  46k|  1 |2823k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3534.52/3547.77	c  3548s|  4324k|  1542k| 12029k|   2.7 |  2084M |  90 | 420 |4834 | 216 |  46k|  1 |2823k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3534.62/3547.86	c  3548s|  4324k|  1542k| 12029k|   2.7 |  2084M |  90 | 420 |4926 | 216 |  46k|  1 |2824k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3534.93/3548.12	c  3548s|  4324k|  1542k| 12030k|   2.7 |  2084M |  90 | 420 |4957 | 217 |  46k|  1 |2824k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3535.02/3548.23	c  3548s|  4325k|  1542k| 12030k|   2.7 |  2084M |  90 | 420 |4942 | 217 |  46k|  1 |2824k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3535.12/3548.38	c  3548s|  4325k|  1542k| 12031k|   2.7 |  2084M |  90 | 420 |4927 |   0 |  46k|  0 |2824k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3535.22/3548.47	c  3548s|  4325k|  1542k| 12031k|   2.7 |  2085M |  90 | 420 |4951 | 217 |  46k|  1 |2824k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3535.32/3548.58	c  3549s|  4325k|  1542k| 12031k|   2.7 |  2085M |  90 | 420 |4965 | 217 |  46k|  1 |2824k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3535.52/3548.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3535.52/3548.72	c  3549s|  4325k|  1542k| 12032k|   2.7 |  2085M |  90 | 420 |4965 | 217 |  46k|  1 |2824k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3535.62/3548.89	c  3549s|  4325k|  1542k| 12032k|   2.7 |  2085M |  90 | 420 |4959 | 217 |  46k|  1 |2824k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3535.92/3549.14	c  3549s|  4325k|  1542k| 12032k|   2.7 |  2085M |  90 | 420 |4967 | 217 |  46k|  1 |2824k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3536.32/3549.52	c  3550s|  4325k|  1542k| 12033k|   2.7 |  2085M |  90 | 420 |4905 | 217 |  46k|  1 |2824k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3536.42/3549.61	c  3550s|  4325k|  1543k| 12033k|   2.7 |  2085M |  90 | 420 |4929 | 217 |  46k|  1 |2824k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3536.52/3549.71	c  3550s|  4325k|  1543k| 12033k|   2.7 |  2085M |  90 | 420 |4968 | 217 |  46k|  1 |2824k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3536.72/3549.91	c  3550s|  4326k|  1543k| 12034k|   2.7 |  2085M |  90 | 420 |4906 | 217 |  46k|  1 |2824k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3536.82/3550.09	c  3550s|  4326k|  1543k| 12034k|   2.7 |  2085M |  90 | 420 |4907 | 215 |  46k|  1 |2824k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3536.92/3550.19	c  3550s|  4326k|  1543k| 12034k|   2.7 |  2085M |  90 | 420 |4970 | 215 |  46k|  1 |2825k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3537.11/3550.33	c  3550s|  4326k|  1543k| 12034k|   2.7 |  2085M |  90 | 420 |4966 | 215 |  46k|  1 |2825k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3537.31/3550.50	c  3550s|  4326k|  1543k| 12035k|   2.7 |  2086M |  90 | 420 |4968 | 218 |  46k|  1 |2825k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3537.41/3550.61	c  3551s|  4326k|  1543k| 12035k|   2.7 |  2086M |  90 | 420 |4969 | 218 |  46k|  1 |2825k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3537.51/3550.73	c  3551s|  4326k|  1543k| 12035k|   2.7 |  2086M |  90 | 420 |4969 | 218 |  46k|  1 |2825k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3537.71/3550.90	c  3551s|  4326k|  1543k| 12036k|   2.7 |  2086M |  90 | 420 |4970 | 218 |  46k|  1 |2825k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3537.82/3551.00	c  3551s|  4326k|  1543k| 12036k|   2.7 |  2086M |  90 | 420 |4971 | 218 |  46k|  1 |2825k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3537.92/3551.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3537.92/3551.12	c  3551s|  4326k|  1543k| 12037k|   2.7 |  2086M |  90 | 420 |4968 | 218 |  46k|  1 |2825k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3538.11/3551.32	c  3551s|  4327k|  1543k| 12037k|   2.7 |  2086M |  90 | 420 |4967 | 215 |  46k|  1 |2825k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3538.21/3551.41	c  3551s|  4327k|  1543k| 12037k|   2.7 |  2086M |  90 | 420 |4967 | 215 |  46k|  1 |2825k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3538.31/3551.51	c  3552s|  4327k|  1544k| 12037k|   2.7 |  2086M |  90 | 420 |4965 | 215 |  46k|  1 |2825k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3538.41/3551.68	c  3552s|  4327k|  1544k| 12038k|   2.7 |  2086M |  90 | 420 |4967 | 215 |  46k|  1 |2825k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3538.61/3551.82	c  3552s|  4327k|  1544k| 12038k|   2.7 |  2086M |  90 | 420 |4968 |   0 |  46k|  0 |2825k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3538.71/3551.95	c  3552s|  4327k|  1544k| 12038k|   2.7 |  2086M |  90 | 420 |4968 | 218 |  46k|  1 |2826k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3538.81/3552.06	c  3552s|  4327k|  1544k| 12039k|   2.7 |  2086M |  90 | 420 |4967 | 218 |  46k|  1 |2826k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3539.01/3552.24	c  3552s|  4327k|  1544k| 12039k|   2.7 |  2086M |  90 | 420 |4968 | 215 |  46k|  1 |2826k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3539.11/3552.33	c  3552s|  4327k|  1544k| 12039k|   2.7 |  2086M |  90 | 420 |4968 | 215 |  46k|  1 |2826k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3539.21/3552.46	c  3552s|  4327k|  1544k| 12040k|   2.7 |  2086M |  90 | 420 |4966 | 215 |  46k|  1 |2826k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3539.41/3552.68	c  3553s|  4328k|  1544k| 12040k|   2.7 |  2086M |  90 | 420 |4965 | 215 |  46k|  1 |2826k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3539.51/3552.78	c  3553s|  4328k|  1544k| 12040k|   2.7 |  2086M |  90 | 420 |4965 | 215 |  46k|  1 |2826k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3539.71/3552.91	c  3553s|  4328k|  1544k| 12041k|   2.7 |  2087M |  90 | 420 |4965 | 215 |  46k|  1 |2826k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3539.81/3553.07	c  3553s|  4328k|  1544k| 12041k|   2.7 |  2087M |  90 | 420 |4965 | 215 |  46k|  1 |2826k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3540.20/3553.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3540.20/3553.44	c  3553s|  4328k|  1544k| 12041k|   2.7 |  2087M |  90 | 420 |4970 | 217 |  46k|  1 |2826k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3540.30/3553.57	c  3554s|  4328k|  1544k| 12042k|   2.7 |  2087M |  90 | 420 |4972 | 215 |  46k|  1 |2827k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3540.50/3553.75	c  3554s|  4328k|  1544k| 12042k|   2.7 |  2087M |  90 | 420 |4972 | 217 |  46k|  1 |2827k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3540.70/3553.91	c  3554s|  4328k|  1544k| 12042k|   2.7 |  2087M |  90 | 420 |4972 | 217 |  46k|  1 |2827k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3540.81/3554.05	c  3554s|  4328k|  1545k| 12043k|   2.7 |  2087M |  90 | 420 |4972 | 217 |  46k|  1 |2827k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3541.10/3554.33	c  3554s|  4328k|  1545k| 12043k|   2.7 |  2087M |  90 | 420 |4972 | 217 |  46k|  1 |2827k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3541.20/3554.49	c  3554s|  4329k|  1545k| 12043k|   2.7 |  2087M |  90 | 420 |4972 | 215 |  46k|  1 |2827k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3541.41/3554.63	c  3555s|  4329k|  1545k| 12044k|   2.7 |  2088M |  90 | 420 |4971 | 215 |  46k|  1 |2827k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3541.61/3554.80	c  3555s|  4329k|  1545k| 12044k|   2.7 |  2088M |  90 | 420 |4972 | 215 |  46k|  1 |2827k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3541.81/3555.10	c  3555s|  4329k|  1545k| 12044k|   2.7 |  2088M |  90 | 420 |4972 | 216 |  46k|  1 |2827k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3542.01/3555.22	c  3555s|  4329k|  1545k| 12045k|   2.7 |  2088M |  90 | 420 |4972 | 216 |  46k|  1 |2827k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3542.11/3555.35	c  3555s|  4329k|  1545k| 12045k|   2.7 |  2088M |  90 | 420 |4971 | 216 |  46k|  1 |2827k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3542.21/3555.46	c  3555s|  4329k|  1545k| 12045k|   2.7 |  2088M |  90 | 420 |4970 | 216 |  46k|  1 |2827k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3542.41/3555.60	c  3556s|  4329k|  1545k| 12046k|   2.7 |  2088M |  90 | 420 |4969 | 216 |  46k|  1 |2827k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3542.51/3555.73	c  3556s|  4329k|  1545k| 12046k|   2.7 |  2088M |  90 | 420 |4969 | 216 |  46k|  1 |2827k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3542.70/3555.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3542.70/3555.90	c  3556s|  4329k|  1545k| 12046k|   2.7 |  2089M |  90 | 420 |4968 |   0 |  46k|  0 |2828k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3542.91/3556.18	c  3556s|  4330k|  1545k| 12047k|   2.7 |  2089M |  90 | 420 |4969 | 216 |  46k|  1 |2828k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3543.10/3556.37	c  3556s|  4330k|  1545k| 12047k|   2.7 |  2089M |  90 | 420 |4971 | 217 |  46k|  1 |2828k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3543.20/3556.49	c  3556s|  4330k|  1545k| 12047k|   2.7 |  2089M |  90 | 420 |4972 | 217 |  46k|  1 |2828k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3543.40/3556.65	c  3557s|  4330k|  1545k| 12048k|   2.7 |  2089M |  90 | 420 |4969 | 217 |  46k|  1 |2828k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3543.60/3556.82	c  3557s|  4330k|  1546k| 12048k|   2.7 |  2089M |  90 | 420 |4972 | 217 |  46k|  0 |2828k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3543.81/3557.02	c  3557s|  4330k|  1546k| 12048k|   2.7 |  2089M |  90 | 420 |4972 | 217 |  46k|  1 |2828k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3543.91/3557.14	c  3557s|  4330k|  1546k| 12049k|   2.7 |  2089M |  90 | 420 |4972 | 217 |  46k|  1 |2828k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3544.10/3557.37	c  3557s|  4330k|  1546k| 12049k|   2.7 |  2089M |  90 | 420 |4973 | 212 |  46k|  1 |2828k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3544.30/3557.53	c  3558s|  4330k|  1546k| 12049k|   2.7 |  2089M |  90 | 420 |4973 |   0 |  46k|  0 |2828k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3544.40/3557.66	c  3558s|  4330k|  1546k| 12050k|   2.7 |  2089M |  90 | 420 |4971 | 217 |  46k|  1 |2828k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3544.50/3557.78	c  3558s|  4331k|  1546k| 12050k|   2.7 |  2089M |  90 | 420 |4968 | 212 |  46k|  1 |2828k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3544.60/3557.89	c  3558s|  4331k|  1546k| 12050k|   2.7 |  2089M |  90 | 420 |4968 | 214 |  46k|  1 |2828k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3544.80/3558.00	c  3558s|  4331k|  1546k| 12050k|   2.7 |  2089M |  90 | 420 |4968 |   0 |  46k|  0 |2829k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3544.90/3558.14	c  3558s|  4331k|  1546k| 12051k|   2.7 |  2089M |  90 | 420 |4970 | 214 |  46k|  1 |2829k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3545.00/3558.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3545.00/3558.28	c  3558s|  4331k|  1546k| 12051k|   2.7 |  2089M |  90 | 420 |4971 | 215 |  46k|  1 |2829k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3545.20/3558.40	c  3558s|  4331k|  1546k| 12051k|   2.7 |  2089M |  90 | 420 |4970 | 215 |  46k|  1 |2829k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3545.30/3558.50	c  3558s|  4331k|  1546k| 12052k|   2.7 |  2089M |  90 | 420 |4969 | 215 |  46k|  1 |2829k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3545.40/3558.68	c  3559s|  4331k|  1546k| 12052k|   2.7 |  2089M |  90 | 420 |4969 | 217 |  46k|  1 |2829k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3545.70/3558.96	c  3559s|  4331k|  1546k| 12052k|   2.7 |  2089M |  90 | 420 |4971 |   0 |  46k|  0 |2829k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3545.80/3559.10	c  3559s|  4331k|  1546k| 12053k|   2.7 |  2089M |  90 | 420 |4970 | 217 |  46k|  1 |2829k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3545.99/3559.21	c  3559s|  4332k|  1546k| 12053k|   2.7 |  2089M |  90 | 420 |4970 | 217 |  46k|  1 |2829k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3546.19/3559.40	c  3559s|  4332k|  1547k| 12053k|   2.7 |  2089M |  90 | 420 |4970 | 214 |  46k|  1 |2829k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3546.29/3559.53	c  3560s|  4332k|  1547k| 12054k|   2.7 |  2089M |  90 | 420 |4971 |   0 |  46k|  0 |2829k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3546.49/3559.73	c  3560s|  4332k|  1547k| 12054k|   2.7 |  2089M |  90 | 420 |4970 | 214 |  46k|  1 |2829k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3546.59/3559.85	c  3560s|  4332k|  1547k| 12054k|   2.7 |  2089M |  90 | 420 |4971 |   0 |  46k|  0 |2829k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3546.90/3560.12	c  3560s|  4332k|  1547k| 12055k|   2.7 |  2089M |  90 | 420 |4971 |   0 |  46k|  0 |2829k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3547.29/3560.50	c  3560s|  4332k|  1547k| 12055k|   2.7 |  2089M |  90 | 420 |4970 | 215 |  46k|  2 |2829k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3547.69/3560.90	c  3561s|  4332k|  1547k| 12056k|   2.7 |  2090M |  90 | 420 |4869 | 215 |  46k|  1 |2829k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3548.09/3561.36	c  3561s|  4332k|  1547k| 12056k|   2.7 |  2090M |  90 | 420 |4187 | 215 |  46k|  2 |2829k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3548.29/3561.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3548.29/3561.51	c  3562s|  4332k|  1547k| 12057k|   2.7 |  2090M |  90 | 420 |4135 | 218 |  46k|  1 |2829k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3548.39/3561.64	c  3562s|  4333k|  1547k| 12057k|   2.7 |  2090M |  90 | 420 |4156 | 218 |  46k|  1 |2829k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3548.49/3561.74	c  3562s|  4333k|  1547k| 12057k|   2.7 |  2090M |  90 | 420 |4166 |   0 |  46k|  0 |2829k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3548.69/3561.92	c  3562s|  4333k|  1547k| 12058k|   2.7 |  2090M |  90 | 420 |4085 | 212 |  46k|  0 |2830k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3548.79/3562.02	c  3562s|  4333k|  1547k| 12058k|   2.7 |  2090M |  90 | 420 |4084 | 217 |  46k|  1 |2830k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3548.89/3562.19	c  3562s|  4333k|  1547k| 12059k|   2.7 |  2090M |  90 | 420 |4042 | 218 |  46k|  1 |2830k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3548.98/3562.28	c  3562s|  4333k|  1547k| 12059k|   2.7 |  2090M |  90 | 420 |4013 | 218 |  46k|  1 |2830k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3549.08/3562.38	c  3562s|  4333k|  1547k| 12059k|   2.7 |  2090M |  90 | 420 |4023 | 218 |  46k|  1 |2830k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3549.28/3562.53	c  3563s|  4333k|  1547k| 12059k|   2.7 |  2090M |  90 | 420 |4043 | 218 |  46k|  1 |2830k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3549.48/3562.74	c  3563s|  4333k|  1547k| 12060k|   2.7 |  2090M |  90 | 420 |4070 | 218 |  46k|  1 |2830k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3549.58/3562.87	c  3563s|  4333k|  1548k| 12060k|   2.7 |  2090M |  90 | 420 |4071 |   0 |  46k|  0 |2830k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3549.79/3563.03	c  3563s|  4334k|  1548k| 12060k|   2.7 |  2090M |  90 | 420 |4010 | 219 |  46k|  1 |2830k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3549.98/3563.24	c  3563s|  4334k|  1548k| 12060k|   2.7 |  2090M |  90 | 420 |3864 |   0 |  46k|  0 |2830k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3550.28/3563.54	c  3564s|  4334k|  1548k| 12061k|   2.7 |  2090M |  90 | 420 |3695 | 218 |  46k|  1 |2830k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3550.38/3563.67	c  3564s|  4334k|  1548k| 12061k|   2.7 |  2090M |  90 | 420 |3707 | 218 |  46k|  1 |2830k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3550.48/3563.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3550.48/3563.78	c  3564s|  4334k|  1548k| 12062k|   2.7 |  2090M |  90 | 420 |3715 | 218 |  46k|  1 |2831k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3550.68/3563.90	c  3564s|  4334k|  1548k| 12062k|   2.7 |  2090M |  90 | 420 |3711 | 217 |  46k|  1 |2831k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3550.78/3564.02	c  3564s|  4334k|  1548k| 12062k|   2.7 |  2090M |  90 | 420 |3741 | 218 |  46k|  1 |2831k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3550.88/3564.18	c  3564s|  4334k|  1548k| 12062k|   2.7 |  2090M |  90 | 420 |3813 | 218 |  46k|  1 |2831k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3551.08/3564.32	c  3564s|  4334k|  1548k| 12063k|   2.7 |  2090M |  90 | 420 |3795 | 217 |  46k|  1 |2831k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3551.18/3564.42	c  3564s|  4334k|  1548k| 12063k|   2.7 |  2090M |  90 | 420 |3818 | 218 |  46k|  1 |2831k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3551.38/3564.64	c  3565s|  4335k|  1548k| 12064k|   2.7 |  2090M |  90 | 420 |3888 | 219 |  46k|  1 |2831k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3551.48/3564.79	c  3565s|  4335k|  1548k| 12064k|   2.7 |  2090M |  90 | 420 |3845 | 218 |  46k|  1 |2831k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3551.68/3564.95	c  3565s|  4335k|  1548k| 12065k|   2.7 |  2090M |  90 | 420 |3809 | 219 |  46k|  0 |2831k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3551.97/3565.21	c  3565s|  4335k|  1548k| 12065k|   2.7 |  2091M |  90 | 420 |3824 | 219 |  46k|  1 |2831k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3552.07/3565.35	c  3565s|  4335k|  1548k| 12066k|   2.7 |  2091M |  90 | 420 |3887 | 220 |  46k|  1 |2831k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3552.17/3565.47	c  3565s|  4335k|  1549k| 12066k|   2.7 |  2091M |  90 | 420 |3943 | 220 |  46k|  1 |2831k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3552.27/3565.58	c  3566s|  4335k|  1549k| 12067k|   2.7 |  2091M |  90 | 420 |4004 | 220 |  46k|  1 |2831k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3552.37/3565.67	c  3566s|  4335k|  1549k| 12067k|   2.7 |  2091M |  90 | 420 |4074 | 220 |  46k|  1 |2832k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3552.47/3565.74	c  3566s|  4335k|  1549k| 12067k|   2.7 |  2091M |  90 | 420 |4135 | 220 |  46k|  1 |2832k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3552.57/3565.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3552.57/3565.89	c  3566s|  4335k|  1549k| 12068k|   2.7 |  2091M |  90 | 420 |4242 | 220 |  46k|  1 |2832k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3552.78/3566.07	c  3566s|  4336k|  1549k| 12068k|   2.7 |  2091M |  90 | 420 |4337 | 220 |  46k|  1 |2832k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3552.97/3566.23	c  3566s|  4336k|  1549k| 12068k|   2.7 |  2091M |  90 | 420 |4455 | 214 |  46k|  1 |2832k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3553.27/3566.51	c  3567s|  4336k|  1549k| 12069k|   2.7 |  2091M |  90 | 420 |4251 | 216 |  46k|  1 |2832k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3553.37/3566.69	c  3567s|  4336k|  1549k| 12069k|   2.7 |  2091M |  90 | 420 |4260 | 217 |  46k|  1 |2832k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3553.57/3566.81	c  3567s|  4336k|  1549k| 12070k|   2.7 |  2092M |  90 | 420 |4261 | 220 |  46k|  1 |2832k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3553.67/3566.94	c  3567s|  4336k|  1549k| 12070k|   2.7 |  2092M |  90 | 420 |4270 | 220 |  46k|  1 |2832k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3553.87/3567.14	c  3567s|  4336k|  1549k| 12071k|   2.7 |  2092M |  90 | 420 |4320 | 219 |  46k|  1 |2832k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3554.07/3567.30	c  3567s|  4336k|  1549k| 12071k|   2.7 |  2092M |  90 | 420 |4388 | 219 |  46k|  2 |2833k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3554.17/3567.41	c  3567s|  4336k|  1549k| 12071k|   2.7 |  2092M |  90 | 420 |4449 | 219 |  46k|  1 |2833k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3554.37/3567.67	c  3568s|  4336k|  1549k| 12072k|   2.7 |  2092M |  90 | 420 |4442 | 217 |  46k|  1 |2833k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3554.47/3567.78	c  3568s|  4337k|  1549k| 12072k|   2.7 |  2092M |  90 | 420 |4481 | 217 |  46k|  1 |2833k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3554.57/3567.88	c  3568s|  4337k|  1549k| 12073k|   2.7 |  2092M |  90 | 420 |4508 | 217 |  46k|  1 |2833k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3554.66/3568.00	c  3568s|  4337k|  1550k| 12073k|   2.7 |  2092M |  90 | 420 |4564 | 217 |  46k|  1 |2833k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3554.87/3568.15	c  3568s|  4337k|  1550k| 12073k|   2.7 |  2092M |  90 | 420 |4663 |   0 |  46k|  0 |2833k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3555.06/3568.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3555.06/3568.32	c  3568s|  4337k|  1550k| 12074k|   2.7 |  2092M |  90 | 420 |4752 | 217 |  46k|  1 |2833k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3555.16/3568.43	c  3568s|  4337k|  1550k| 12074k|   2.7 |  2092M |  90 | 420 |4794 |   0 |  46k|  0 |2833k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3555.26/3568.53	c  3569s|  4337k|  1550k| 12074k|   2.7 |  2092M |  90 | 420 |4815 | 217 |  46k|  1 |2833k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3555.36/3568.69	c  3569s|  4337k|  1550k| 12075k|   2.7 |  2092M |  90 | 420 |4875 | 217 |  46k|  1 |2833k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3555.66/3568.99	c  3569s|  4337k|  1550k| 12075k|   2.7 |  2092M |  90 | 420 |4836 | 217 |  46k|  1 |2833k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3555.87/3569.15	c  3569s|  4337k|  1550k| 12076k|   2.7 |  2092M |  90 | 420 |4901 | 218 |  46k|  1 |2834k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3555.96/3569.26	c  3569s|  4338k|  1550k| 12076k|   2.7 |  2092M |  90 | 420 |4924 | 218 |  46k|  1 |2834k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3556.16/3569.45	c  3569s|  4338k|  1550k| 12077k|   2.7 |  2092M |  90 | 420 |4914 | 218 |  46k|  1 |2834k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3556.26/3569.56	c  3570s|  4338k|  1550k| 12077k|   2.7 |  2093M |  90 | 420 |4957 | 218 |  46k|  1 |2834k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3556.36/3569.69	c  3570s|  4338k|  1550k| 12077k|   2.7 |  2093M |  90 | 420 |4973 |   0 |  46k|  0 |2834k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3556.56/3569.82	c  3570s|  4338k|  1550k| 12078k|   2.7 |  2093M |  90 | 420 |4973 | 218 |  46k|  1 |2834k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3556.66/3569.95	c  3570s|  4338k|  1550k| 12078k|   2.7 |  2093M |  90 | 420 |4973 | 218 |  46k|  1 |2834k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3556.76/3570.09	c  3570s|  4338k|  1550k| 12078k|   2.7 |  2093M |  90 | 420 |4973 | 218 |  46k|  1 |2834k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3556.96/3570.25	c  3570s|  4338k|  1550k| 12079k|   2.7 |  2093M |  90 | 420 |4973 | 218 |  46k|  1 |2834k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3557.16/3570.43	c  3570s|  4338k|  1550k| 12079k|   2.7 |  2093M |  90 | 420 |4972 | 217 |  46k|  1 |2835k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3557.26/3570.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3557.26/3570.54	c  3571s|  4338k|  1551k| 12079k|   2.7 |  2093M |  90 | 420 |4972 | 217 |  46k|  1 |2835k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3557.35/3570.65	c  3571s|  4339k|  1551k| 12080k|   2.7 |  2093M |  90 | 420 |4973 |   0 |  46k|  0 |2835k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3557.55/3570.85	c  3571s|  4339k|  1551k| 12080k|   2.7 |  2093M |  90 | 420 |4973 | 217 |  46k|  1 |2835k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3557.65/3570.97	c  3571s|  4339k|  1551k| 12080k|   2.7 |  2093M |  90 | 420 |4973 | 217 |  46k|  1 |2835k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3557.86/3571.18	c  3571s|  4339k|  1551k| 12080k|   2.7 |  2093M |  90 | 420 |4973 | 218 |  46k|  1 |2835k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3558.25/3571.56	c  3572s|  4339k|  1551k| 12081k|   2.7 |  2093M |  90 | 420 |4973 | 219 |  46k|  1 |2835k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3558.35/3571.64	c  3572s|  4339k|  1551k| 12081k|   2.7 |  2093M |  90 | 420 |4967 | 219 |  46k|  1 |2835k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3558.45/3571.72	c  3572s|  4339k|  1551k| 12081k|   2.7 |  2093M |  90 | 420 |4970 | 219 |  46k|  1 |2835k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3558.55/3571.83	c  3572s|  4339k|  1551k| 12082k|   2.7 |  2093M |  90 | 420 |4955 | 218 |  46k|  1 |2835k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3558.65/3571.93	c  3572s|  4339k|  1551k| 12082k|   2.7 |  2093M |  90 | 420 |4960 | 218 |  46k|  1 |2835k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3558.76/3572.07	c  3572s|  4339k|  1551k| 12082k|   2.7 |  2093M |  90 | 420 |4972 | 219 |  46k|  1 |2835k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3558.95/3572.28	c  3572s|  4340k|  1551k| 12083k|   2.7 |  2093M |  90 | 420 |4973 | 219 |  46k|  1 |2835k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3559.15/3572.42	c  3572s|  4340k|  1551k| 12083k|   2.7 |  2093M |  90 | 420 |4973 | 219 |  46k|  1 |2835k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3559.25/3572.55	c  3573s|  4340k|  1551k| 12083k|   2.7 |  2093M |  90 | 420 |4972 | 219 |  46k|  1 |2835k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3559.45/3572.75	c  3573s|  4340k|  1551k| 12083k|   2.7 |  2093M |  90 | 420 |4972 | 218 |  46k|  1 |2835k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3559.55/3572.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3559.55/3572.83	c  3573s|  4340k|  1551k| 12084k|   2.7 |  2093M |  90 | 420 |4973 | 219 |  46k|  1 |2835k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3559.65/3572.98	c  3573s|  4340k|  1551k| 12084k|   2.7 |  2093M |  90 | 420 |4973 | 219 |  46k|  1 |2836k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3559.75/3573.08	c  3573s|  4340k|  1551k| 12084k|   2.7 |  2093M |  90 | 420 |4973 |   0 |  46k|  0 |2836k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3559.85/3573.17	c  3573s|  4340k|  1551k| 12085k|   2.7 |  2093M |  90 | 420 |4973 | 219 |  46k|  2 |2836k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3560.05/3573.35	c  3573s|  4340k|  1551k| 12085k|   2.7 |  2093M |  90 | 420 |4973 | 218 |  46k|  1 |2836k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3560.15/3573.48	c  3573s|  4340k|  1552k| 12085k|   2.7 |  2093M |  90 | 420 |4973 | 218 |  46k|  1 |2836k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3560.35/3573.62	c  3574s|  4341k|  1552k| 12086k|   2.7 |  2093M |  90 | 420 |4973 |   0 |  46k|  0 |2836k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3560.54/3573.82	c  3574s|  4341k|  1552k| 12086k|   2.7 |  2093M |  90 | 420 |4973 | 218 |  46k|  1 |2836k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3560.64/3573.91	c  3574s|  4341k|  1552k| 12086k|   2.7 |  2093M |  90 | 420 |4973 | 218 |  46k|  1 |2836k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3560.75/3574.03	c  3574s|  4341k|  1552k| 12087k|   2.7 |  2093M |  90 | 420 |4973 | 217 |  46k|  1 |2836k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3560.85/3574.14	c  3574s|  4341k|  1552k| 12087k|   2.7 |  2093M |  90 | 420 |4973 | 217 |  47k|  1 |2836k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3561.04/3574.35	c  3574s|  4341k|  1552k| 12088k|   2.7 |  2093M |  90 | 420 |4951 |   0 |  47k|  0 |2836k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3561.44/3574.74	c  3575s|  4341k|  1552k| 12088k|   2.7 |  2093M |  90 | 420 |4973 |   0 |  47k|  0 |2836k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3561.85/3575.15	c  3575s|  4341k|  1552k| 12088k|   2.7 |  2093M |  90 | 420 |4973 |   0 |  47k|  0 |2837k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3562.44/3575.71	c  3576s|  4341k|  1552k| 12088k|   2.7 |  2093M |  90 | 420 |4973 | 214 |  47k|  1 |2837k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3562.84/3576.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3562.84/3576.15	c  3576s|  4341k|  1552k| 12089k|   2.7 |  2093M |  90 | 420 |4973 | 215 |  47k|  1 |2837k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3563.33/3576.68	c  3577s|  4342k|  1552k| 12089k|   2.7 |  2093M |  90 | 420 |4973 |   0 |  47k|  0 |2837k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3564.03/3577.35	c  3577s|  4342k|  1552k| 12089k|   2.7 |  2093M |  90 | 420 |4973 | 214 |  47k|  1 |2838k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3564.73/3578.04	c  3578s|  4342k|  1552k| 12089k|   2.7 |  2093M |  90 | 420 |4973 |   0 |  47k|  0 |2838k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3565.53/3578.88	c  3579s|  4342k|  1552k| 12090k|   2.7 |  2093M |  90 | 420 |4973 |   0 |  47k|  0 |2839k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3566.12/3579.41	c  3579s|  4342k|  1552k| 12090k|   2.7 |  2093M |  90 | 420 |4972 |   0 |  47k|  0 |2839k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3566.52/3579.88	c  3580s|  4342k|  1552k| 12090k|   2.7 |  2093M |  90 | 420 |4972 | 219 |  47k|  1 |2839k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3566.83/3580.15	c  3580s|  4342k|  1552k| 12090k|   2.7 |  2093M |  90 | 420 |4972 |   0 |  47k|  0 |2839k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3567.12/3580.46	c  3580s|  4342k|  1552k| 12091k|   2.7 |  2093M |  90 | 420 |4953 | 219 |  47k|  0 |2839k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3567.42/3580.75	c  3581s|  4342k|  1552k| 12091k|   2.7 |  2093M |  90 | 420 |4892 | 219 |  47k|  1 |2839k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3567.72/3581.05	c  3581s|  4342k|  1552k| 12091k|   2.7 |  2094M |  90 | 420 |4857 |   0 |  47k|  0 |2839k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3568.02/3581.36	c  3581s|  4343k|  1552k| 12091k|   2.7 |  2094M |  90 | 420 |4847 |   0 |  47k|  0 |2839k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3568.32/3581.68	c  3582s|  4343k|  1552k| 12091k|   2.7 |  2094M |  90 | 420 |4894 | 219 |  47k|  1 |2839k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3568.62/3582.00	c  3582s|  4343k|  1552k| 12092k|   2.7 |  2094M |  90 | 420 |4945 | 216 |  47k|  1 |2840k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3569.02/3582.34	c  3582s|  4343k|  1552k| 12092k|   2.7 |  2094M |  90 | 420 |4972 | 218 |  47k|  1 |2840k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3569.41/3582.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3569.41/3582.72	c  3583s|  4343k|  1552k| 12092k|   2.7 |  2095M |  90 | 420 |4972 | 217 |  47k|  1 |2840k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3569.72/3583.04	c  3583s|  4343k|  1552k| 12092k|   2.7 |  2095M |  90 | 420 |4972 | 217 |  47k|  1 |2840k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3570.11/3583.41	c  3583s|  4343k|  1552k| 12093k|   2.7 |  2095M |  90 | 420 |4972 | 217 |  47k|  1 |2841k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3570.41/3583.75	c  3584s|  4343k|  1552k| 12093k|   2.7 |  2095M |  90 | 420 |4972 | 217 |  47k|  1 |2841k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3570.71/3584.09	c  3584s|  4343k|  1552k| 12093k|   2.7 |  2095M |  90 | 420 |4972 | 216 |  47k|  1 |2841k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3571.11/3584.46	c  3584s|  4343k|  1552k| 12094k|   2.7 |  2095M |  90 | 420 |4972 | 216 |  47k|  1 |2841k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3571.51/3584.84	c  3585s|  4344k|  1552k| 12094k|   2.7 |  2095M |  90 | 420 |4972 | 217 |  47k|  1 |2841k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3571.91/3585.20	c  3585s|  4344k|  1552k| 12094k|   2.7 |  2095M |  90 | 420 |4972 |   0 |  47k|  0 |2841k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3572.30/3585.61	c  3586s|  4344k|  1552k| 12094k|   2.7 |  2095M |  90 | 420 |4972 | 215 |  47k|  1 |2841k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3572.81/3586.19	c  3586s|  4344k|  1552k| 12094k|   2.7 |  2095M |  90 | 420 |4972 |   0 |  47k|  0 |2842k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3573.40/3586.79	c  3587s|  4344k|  1552k| 12095k|   2.7 |  2095M |  90 | 420 |4972 |   0 |  47k|  0 |2842k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3574.10/3587.42	c  3587s|  4344k|  1552k| 12095k|   2.7 |  2095M |  90 | 420 |4972 |   0 |  47k|  0 |2842k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3574.50/3587.86	c  3588s|  4344k|  1552k| 12095k|   2.7 |  2095M |  90 | 420 |4972 | 215 |  47k|  1 |2843k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3574.90/3588.26	c  3588s|  4344k|  1552k| 12095k|   2.7 |  2095M |  90 | 420 |4972 |   0 |  47k|  0 |2843k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3575.49/3588.88	c  3589s|  4344k|  1552k| 12095k|   2.7 |  2095M |  90 | 420 |4972 | 216 |  47k|  1 |2843k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3576.09/3589.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3576.09/3589.45	c  3589s|  4344k|  1552k| 12096k|   2.7 |  2095M |  90 | 420 |4972 |   0 |  47k|  0 |2843k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3576.70/3590.02	c  3590s|  4345k|  1552k| 12096k|   2.7 |  2095M |  90 | 420 |4972 | 219 |  47k|  1 |2843k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3577.39/3590.73	c  3591s|  4345k|  1552k| 12096k|   2.7 |  2095M |  90 | 420 |4972 |   0 |  47k|  0 |2843k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3578.09/3591.49	c  3591s|  4345k|  1552k| 12096k|   2.7 |  2095M |  90 | 420 |4971 |   0 |  47k|  0 |2844k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3578.69/3592.08	c  3592s|  4345k|  1552k| 12096k|   2.7 |  2095M |  90 | 420 |4972 |   0 |  47k|  0 |2844k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3579.69/3593.02	c  3593s|  4345k|  1552k| 12097k|   2.7 |  2095M |  90 | 420 |4972 |   0 |  47k|  0 |2844k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3580.28/3593.69	c  3594s|  4345k|  1552k| 12097k|   2.7 |  2095M |  90 | 420 |4922 | 217 |  47k|  0 |2844k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3580.48/3593.83	c  3594s|  4345k|  1552k| 12097k|   2.7 |  2095M |  90 | 420 |4963 | 217 |  47k|  1 |2844k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3580.58/3593.94	c  3594s|  4345k|  1552k| 12098k|   2.7 |  2095M |  90 | 420 |4972 |   0 |  47k|  0 |2844k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3580.68/3594.08	c  3594s|  4345k|  1552k| 12098k|   2.7 |  2095M |  90 | 420 |4970 | 217 |  47k|  1 |2844k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3580.88/3594.20	c  3594s|  4345k|  1552k| 12098k|   2.7 |  2095M |  90 | 420 |4971 |   0 |  47k|  0 |2844k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3581.08/3594.46	c  3594s|  4346k|  1552k| 12099k|   2.7 |  2095M |  90 | 420 |4972 | 221 |  47k|  1 |2845k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3581.28/3594.60	c  3595s|  4346k|  1552k| 12099k|   2.7 |  2095M |  90 | 420 |4972 | 221 |  47k|  1 |2845k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3581.38/3594.71	c  3595s|  4346k|  1552k| 12099k|   2.7 |  2096M |  90 | 420 |4972 |   0 |  47k|  0 |2845k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3581.68/3595.07	c  3595s|  4346k|  1552k| 12099k|   2.7 |  2096M |  90 | 420 |4972 | 214 |  47k|  1 |2845k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3582.08/3595.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3582.08/3595.44	c  3595s|  4346k|  1552k| 12100k|   2.7 |  2096M |  90 | 420 |4972 | 214 |  47k|  1 |2845k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3582.68/3596.03	c  3596s|  4346k|  1552k| 12100k|   2.7 |  2096M |  90 | 420 |4954 |   0 |  47k|  0 |2845k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3582.87/3596.27	c  3596s|  4346k|  1552k| 12100k|   2.7 |  2096M |  90 | 420 |4970 | 217 |  47k|  1 |2845k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3583.17/3596.51	c  3597s|  4346k|  1552k| 12100k|   2.7 |  2096M |  90 | 420 |4967 | 215 |  47k|  1 |2845k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3583.27/3596.65	c  3597s|  4346k|  1552k| 12101k|   2.7 |  2097M |  90 | 420 |4970 |   0 |  47k|  0 |2845k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3583.47/3596.84	c  3597s|  4346k|  1552k| 12101k|   2.7 |  2097M |  90 | 420 |4970 | 215 |  47k|  1 |2846k|  29 | 0.000000e+00 |      --      |    Inf |   0.79%
3583.68/3597.02	c 
3583.68/3597.02	c SCIP Status        : solving was interrupted [time limit reached]
3583.68/3597.02	c Solving Time (sec) : 3597.01
3583.68/3597.02	c Solving Nodes      : 4347000 (total of 4401607 nodes in 2 runs)
3583.68/3597.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3583.68/3597.02	c Dual Bound         : +0.00000000000000e+00
3583.68/3597.02	c Gap                : infinite
3583.68/3597.02	s UNKNOWN
3583.68/3597.02	c SCIP Status        : solving was interrupted [time limit reached]
3583.68/3597.02	c Total Time         :    3597.01
3583.68/3597.02	c   solving          :    3597.01
3583.68/3597.02	c   presolving       :       0.03 (included in solving)
3583.68/3597.02	c   reading          :       0.00 (included in solving)
3583.68/3597.02	c   copying          :       1.66 (157 #copies) (minimal 0.00, maximal 0.04, average 0.01)
3583.68/3597.02	c Original Problem   :
3583.68/3597.02	c   Problem name     : HOME/instance-4448175-1721362515.opb
3583.68/3597.02	c   Variables        : 421 (421 binary, 0 integer, 0 implicit integer, 0 continuous)
3583.68/3597.02	c   Constraints      : 562 initial, 562 maximal
3583.68/3597.02	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3583.68/3597.02	c Presolved Problem  :
3583.68/3597.02	c   Problem name     : t_HOME/instance-4448175-1721362515.opb
3583.68/3597.02	c   Variables        : 420 (420 binary, 0 integer, 0 implicit integer, 0 continuous)
3583.68/3597.02	c   Constraints      : 1349 initial, 9664 maximal
3583.68/3597.02	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3583.68/3597.02	c   Nonzeros         : 18689 constraint, 0 clique table
3583.68/3597.02	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3583.68/3597.02	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   implics          :       0.00       0.00      7          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   milp             :       0.00       0.00      1          0          1          0          0          0        562        210          0          0
3583.68/3597.02	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   trivial          :       0.00       0.00      8          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   dualfix          :       0.00       0.00      8          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   knapsack         :       0.00       0.00     15          0          0          0          0          0          3          0          0          0
3583.68/3597.02	c   linear           :       0.00       0.00     13          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   logicor          :       0.01       0.01     14          0          0          0          0          0        751          0          0        208
3583.68/3597.02	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   components       :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3583.68/3597.02	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3583.68/3597.02	c   benderslp        :          0          0          0          0    3163264          0          0     158853          0          0          0          0          0          0          0
3583.68/3597.02	c   integral         :          0          0          0          0    3163264          0          0     158853          0          0          0          0          0          0    6326528
3583.68/3597.02	c   knapsack         :         68+        89         20    9822165          0          0          0          0    7941247     518819   10104691          0          0          0          0
3583.68/3597.02	c   linear           :        240+       254         38    9304590          0          0          0     158851    6283154     959632    8972800          1          1          0          0
3583.68/3597.02	c   logicor          :       1041+      9405         37    5336674          0          0          0          0    3789346     112010    2491058          1          1          0          0
3583.68/3597.02	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3583.68/3597.02	c   benderslp        :       0.54       0.00       0.00       0.00       0.53       0.00       0.00       0.02       0.00       0.00
3583.68/3597.02	c   integral         :      29.52       0.00       0.00       0.00      29.49       0.00       0.00       0.03       0.00       0.00
3583.68/3597.02	c   knapsack         :     410.85       0.00       0.00     403.73       0.00       0.00       0.00       0.00       7.12       0.00
3583.68/3597.02	c   linear           :     219.41       0.00       0.00     214.16       0.00       0.00       0.00       1.64       3.61       0.00
3583.68/3597.02	c   logicor          :     255.00       0.01       0.00     251.05       0.00       0.00       0.00       0.00       3.95       0.00
3583.68/3597.02	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3583.68/3597.02	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3583.68/3597.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3583.68/3597.02	c   components       :       0.42       0.00       0.00       0.42       0.00       0.00       0.00       0.00       0.00       0.00
3583.68/3597.02	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3583.68/3597.02	c   dualfix          :          2          0          0          0
3583.68/3597.02	c   genvbounds       :          0          0          0          0
3583.68/3597.02	c   nlobbt           :          0          0          0          0
3583.68/3597.02	c   obbt             :          0          0          0          0
3583.68/3597.02	c   probing          :          0          0          0          0
3583.68/3597.02	c   pseudoobj        :          0          0          0          0
3583.68/3597.02	c   redcost          :          0          0          0          0
3583.68/3597.02	c   rootredcost      :          0          0          0          0
3583.68/3597.02	c   symmetry         :     157915          0         79       1509
3583.68/3597.02	c   vbounds          :          0          0          0          0
3583.68/3597.02	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3583.68/3597.02	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3583.68/3597.02	c   genvbounds       :       1.48       0.00       0.00       1.48       0.00       0.00
3583.68/3597.02	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3583.68/3597.02	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3583.68/3597.02	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
3583.68/3597.02	c   pseudoobj        :       1.35       0.00       0.00       1.35       0.00       0.00
3583.68/3597.02	c   redcost          :       0.56       0.00       0.00       0.56       0.00       0.00
3583.68/3597.02	c   rootredcost      :       0.87       0.00       0.00       0.87       0.00       0.00
3583.68/3597.02	c   symmetry         :       6.37       0.00       0.00       6.37       0.00       0.00
3583.68/3597.02	c   vbounds          :       2.60       0.00       0.00       2.60       0.00       0.00
3583.68/3597.02	c Symmetry           :
3583.68/3597.02	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3583.68/3597.02	c   orbital reduction:          0 reductions applied,          0 cutoffs
3583.68/3597.02	c   lexicographic red:       2015 reductions applied,         79 cutoffs
3583.68/3597.02	c   shadow tree time :       3.90 s
3583.68/3597.02	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3583.68/3597.02	c   propagation      :      38.11     879748     875620          -    5794678       42.3      97253       16.1          -          -          -
3583.68/3597.02	c   infeasible LP    :      14.51      50160      50098          -     211013       34.8       5010       15.9      41790       27.1          0
3583.68/3597.02	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3583.68/3597.02	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3583.68/3597.02	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3583.68/3597.02	c   applied globally :       2.24          -          -          0    2797765       36.1          -          -      41679          -          -
3583.68/3597.02	c   applied locally  :          -          -          -          0       6571       62.2          -          -        111          -          -
3583.68/3597.02	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3583.68/3597.02	c   cut pool         :       1.91          -     287915         72          -          -      60255     840549          -          -          -          -          -    (maximal pool size:       1635)
3583.68/3597.02	c   aggregation      :       0.55       0.00       8639         37          0          0        219        542        100         41         25         16          0
3583.68/3597.02	c   > cmir           :          -          -          -          -          -          -          -        520         14         22         22          0          -
3583.68/3597.02	c   > flowcover      :          -          -          -          -          -          -          -         21         17          3          3          0          -
3583.68/3597.02	c   > knapsackcover  :          -          -          -          -          -          -          -          1         69         16          0         16          -
3583.68/3597.02	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   clique           :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   gomory           :       1.91       0.00       8619         20          0          0      63147     827649       6834      46134      45328        806          0
3583.68/3597.02	c   > gomorymi       :          -          -          -          -          -          -          -      43004       3417       1253        845        408          -
3583.68/3597.02	c   > strongcg       :          -          -          -          -          -          -          -     784645       3417      44881      44483        398          -
3583.68/3597.02	c   impliedbounds    :       0.03       0.00       8641         37          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   mcf              :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   multilinear      :       0.12       0.00     220519         37          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   rapidlearning    :       2.75       0.00        100          1          0       5260          0          0          0          0          0          0        451
3583.68/3597.02	c   rlt              :       0.01       0.00       3827         20          0          0          0          0          0          0          0          0          0
3583.68/3597.02	c   zerohalf         :       0.92       0.00       8634         37          0          0       7291      12358       3468       8764       6729       2035          0
3583.68/3597.02	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3583.68/3597.02	c   hybrid           :       0.28       0.00      19977         37      54941          0     796012        145          0       1275
3583.68/3597.02	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3583.68/3597.02	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3583.68/3597.02	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3583.68/3597.02	c   problem variables:       0.00          -          0          0
3583.68/3597.02	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3583.68/3597.02	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3583.68/3597.02	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3583.68/3597.02	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3583.68/3597.02	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3583.68/3597.02	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3583.68/3597.02	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3583.68/3597.02	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3583.68/3597.02	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3583.68/3597.02	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3583.68/3597.02	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3583.68/3597.02	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3583.68/3597.02	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3583.68/3597.02	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3583.68/3597.02	c   relpscost        :      28.23       0.00    3163264          0          0          0          0          0          0    6326528
3583.68/3597.02	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3583.68/3597.02	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3583.68/3597.02	c   LP solutions     :       0.00          -          -          0          0
3583.68/3597.02	c   relax solutions  :       0.00          -          -          0          0
3583.68/3597.02	c   pseudo solutions :       0.00          -          -          0          0
3583.68/3597.02	c   strong branching :       0.00          -          -          0          0
3583.68/3597.02	c   actconsdiving    :       0.00       0.00          0          0          0
3583.68/3597.02	c   adaptivediving   :       1.19       0.00        386          0          0
3583.68/3597.02	c   alns             :       2.98       0.00         56          0          0
3583.68/3597.02	c   bound            :       0.00       0.00          0          0          0
3583.68/3597.02	c   clique           :       0.00       0.00          0          0          0
3583.68/3597.02	c   coefdiving       :       0.00       0.00          0          0          0
3583.68/3597.02	c   completesol      :       0.00       0.00          0          0          0
3583.68/3597.02	c   conflictdiving   :      14.10       0.00       5143          0          0
3583.68/3597.02	c   crossover        :       0.30       0.00          0          0          0
3583.68/3597.02	c   dins             :       0.00       0.00          0          0          0
3583.68/3597.02	c   distributiondivin:      23.08       0.00       5143          0          0
3583.68/3597.02	c   dps              :       0.00       0.00          0          0          0
3583.68/3597.02	c   dualval          :       0.00       0.00          0          0          0
3583.68/3597.02	c   farkasdiving     :       0.08       0.00          0          0          0
3583.68/3597.02	c   feasjump         :       0.03       0.00          2          0          0
3583.68/3597.02	c   feaspump         :       7.48       0.00       2572          0          0
3583.68/3597.02	c   fixandinfer      :       0.00       0.00          0          0          0
3583.68/3597.02	c   fracdiving       :      13.33       0.00       5143          0          0
3583.68/3597.02	c   gins             :       0.28       0.00          0          0          0
3583.68/3597.02	c   guideddiving     :       0.03       0.00          0          0          0
3583.68/3597.02	c   indcoefdiving    :       0.00       0.00          0          0          0
3583.68/3597.02	c   indicator        :       0.46       0.00          0          0          0
3583.68/3597.02	c   indicatordiving  :       0.00       0.00          0          0          0
3583.68/3597.02	c   indoneopt        :       0.66       0.00          0          0          0
3583.68/3597.02	c   indrounding      :       0.00       0.00          0          0          0
3583.68/3597.02	c   indtwoopt        :       0.00       0.00          0          0          0
3583.68/3597.02	c   intdiving        :       0.00       0.00          0          0          0
3583.68/3597.02	c   intshifting      :       0.04       0.00          0          0          0
3583.68/3597.02	c   linesearchdiving :      14.97       0.00       5143          0          0
3583.68/3597.02	c   localbranching   :       0.00       0.00          0          0          0
3583.68/3597.02	c   locks            :       0.01       0.00          1          0          0
3583.68/3597.02	c   lpface           :       1.51       0.00          0          0          0
3583.68/3597.02	c   mpec             :       0.01       0.00          0          0          0
3583.68/3597.02	c   multistart       :       0.00       0.00          0          0          0
3583.68/3597.02	c   mutation         :       0.00       0.00          0          0          0
3583.68/3597.02	c   nlpdiving        :       0.05       0.00          0          0          0
3583.68/3597.02	c   objpscostdiving  :       5.39       0.00       2572          0          0
3583.68/3597.02	c   octane           :       0.00       0.00          0          0          0
3583.68/3597.02	c   ofins            :       0.33       0.00          0          0          0
3583.68/3597.02	c   oneopt           :       0.64       0.00          0          0          0
3583.68/3597.02	c   padm             :       0.00       0.00          0          0          0
3583.68/3597.02	c   proximity        :       0.00       0.00          0          0          0
3583.68/3597.02	c   pscostdiving     :      16.31       0.00       5144          0          0
3583.68/3597.02	c   randrounding     :       3.82       0.00     158859          0          0
3583.68/3597.02	c   rens             :       0.01       0.00          2          0          0
3583.68/3597.02	c   reoptsols        :       0.00       0.00          0          0          0
3583.68/3597.02	c   repair           :       0.00       0.00          0          0          0
3583.68/3597.02	c   rins             :       0.37       0.00          0          0          0
3583.68/3597.02	c   rootsoldiving    :       7.34       0.00       2102          0          0
3583.68/3597.02	c   rounding         :       0.70       0.00      25234          0          0
3583.68/3597.02	c   scheduler        :       0.00       0.00          0          0          0
3583.68/3597.02	c   shiftandpropagate:       0.00       0.00          2          0          0
3583.68/3597.02	c   shifting         :       0.31       0.00       8022          0          0
3583.68/3597.02	c   simplerounding   :       0.65       0.00          0          0          0
3583.68/3597.02	c   smallcard        :       0.00       0.00          0          0          0
3583.68/3597.02	c   subnlp           :       0.78       0.00          0          0          0
3583.68/3597.02	c   trivial          :       0.00       0.00          4          0          0
3583.68/3597.02	c   trivialnegation  :       0.00       0.00          0          0          0
3583.68/3597.02	c   trustregion      :       0.00       0.00          0          0          0
3583.68/3597.02	c   trysol           :       0.49       0.00          0          0          0
3583.68/3597.02	c   twoopt           :       0.00       0.00          0          0          0
3583.68/3597.02	c   undercover       :       0.00       0.00          0          0          0
3583.68/3597.02	c   vbounds          :       0.00       0.00          0          0          0
3583.68/3597.02	c   veclendiving     :      13.33       0.00       5143          0          0
3583.68/3597.02	c   zeroobj          :       0.00       0.00          0          0          0
3583.68/3597.02	c   zirounding       :       0.51       0.00       1000          0          0
3583.68/3597.02	c   other solutions  :          -          -          -          0          -
3583.68/3597.02	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3583.68/3597.02	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3583.68/3597.02	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3583.68/3597.02	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3583.68/3597.02	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3583.68/3597.02	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3583.68/3597.02	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3583.68/3597.02	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3583.68/3597.02	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3583.68/3597.02	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3583.68/3597.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3583.68/3597.02	c   primal LP        :       1.18       8400          0       0.00       0.00       1.18       8400
3583.68/3597.02	c   dual LP          :     541.11    3229694   11421990       3.54   21108.51       0.65       7079
3583.68/3597.02	c   lex dual LP      :       0.00          0          0       0.00          -
3583.68/3597.02	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3583.68/3597.02	c   resolve instable :       0.00          0          0       0.00          -
3583.68/3597.02	c   diving/probing LP:      30.46     148121     679899       4.59   22321.14
3583.68/3597.02	c   strong branching :       0.01         29        196       6.76   13906.63          -          -          0
3583.68/3597.02	c     (at root node) :          -         29        196       6.76          -
3583.68/3597.02	c   conflict analysis:       0.00          0          0       0.00          -
3583.68/3597.02	c B&B Tree           :
3583.68/3597.02	c   number of runs   :          2
3583.68/3597.02	c   nodes            :    4347000 (3119020 internal, 1227980 leaves)
3583.68/3597.02	c   feasible leaves  :          0
3583.68/3597.02	c   infeas. leaves   :    1227979
3583.68/3597.02	c   objective leaves :          0
3583.68/3597.02	c   nodes (total)    :    4401607 (3163264 internal, 1238343 leaves)
3583.68/3597.02	c   nodes left       :    1552522
3583.68/3597.02	c   max depth        :         90
3583.68/3597.02	c   max depth (total):         93
3583.68/3597.02	c   backtracks       :     676090 (15.6%)
3583.68/3597.02	c   early backtracks :          0 (0.0%)
3583.68/3597.02	c   nodes exc. ref.  :          0 (0.0%)
3583.68/3597.02	c   delayed cutoffs  :     338520
3583.68/3597.02	c   repropagations   :    1125372 (3848382 domain reductions, 325487 cutoffs)
3583.68/3597.02	c   avg switch length:       3.96
3583.68/3597.02	c   switching time   :    1477.94
3583.68/3597.02	c Root Node          :
3583.68/3597.02	c   First LP value   : +0.00000000000000e+00
3583.68/3597.02	c   First LP Iters   :        302 (211781.21 Iter/sec)
3583.68/3597.02	c   First LP Time    :       0.00
3583.68/3597.02	c   Final Dual Bound : +0.00000000000000e+00
3583.68/3597.02	c   Final Root Iters :        997
3583.68/3597.02	c   Root LP Estimate : +1.68968456331666e-03
3583.68/3597.02	c Solution           :
3583.68/3597.02	c   Solutions found  :          0 (0 improvements)
3583.68/3597.02	c   Primal Bound     :          -
3583.68/3597.02	c   Dual Bound       : +0.00000000000000e+00
3583.68/3597.02	c   Gap              :   infinite
3583.68/3597.02	c Integrals          :      Total       Avg%
3583.68/3597.02	c   primal-dual      :  359701.48     100.00
3583.68/3597.02	c   primal-ref       :          -          - (not evaluated)
3583.68/3597.02	c   dual-ref         :          -          - (not evaluated)
3588.76/3602.16	c Time complete: 3588.84.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (59598 MiB free)
  memory of node 1: 64473 MiB (62720 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100087 s]*
/proc/loadavg: 4.12 4.13 4.08 5/256 1014173
/proc/meminfo: memFree=125241612/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=67596 memory=28916 CPUtime=0.1 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 3838 0 0 0 10 0 0 0 20 0 1 0 188413879 69218304 7229 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 16899 7229 3996 3540 0 5156 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 67596 KiB
Current children cumulated memory: 28916 KiB

[startup+0.20591 s]*
/proc/loadavg: 4.12 4.13 4.08 5/256 1014173
/proc/meminfo: memFree=125238708/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=69904 memory=30972 CPUtime=0.2 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 4706 0 0 0 20 0 0 0 20 0 1 0 188413879 71581696 7743 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 17476 7743 3996 3540 0 5733 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 69904 KiB
Current children cumulated memory: 30972 KiB

[startup+0.305552 s]*
/proc/loadavg: 4.12 4.13 4.08 5/256 1014173
/proc/meminfo: memFree=125239176/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=68468 memory=29976 CPUtime=0.3 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 5074 0 0 0 30 0 0 0 20 0 1 0 188413879 70111232 7494 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 17117 7494 3996 3540 0 5374 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 68468 KiB
Current children cumulated memory: 29976 KiB

[startup+0.700222 s]
/proc/loadavg: 4.12 4.13 4.08 5/256 1014173
/proc/meminfo: memFree=125238280/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=69804 memory=31444 CPUtime=0.69 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 6263 0 0 0 69 0 0 0 20 0 1 0 188413879 71479296 7861 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 17451 7861 3996 3540 0 5708 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 69804 KiB
Current children cumulated memory: 31444 KiB

[startup+1.50021 s]
/proc/loadavg: 4.12 4.13 4.08 5/256 1014175
/proc/meminfo: memFree=125232772/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=72972 memory=34348 CPUtime=1.48 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 7039 0 0 0 148 0 0 0 20 0 1 0 188413879 74723328 8587 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 18243 8587 3996 3540 0 6500 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 72972 KiB
Current children cumulated memory: 34348 KiB

[startup+3.10539 s]
/proc/loadavg: 4.19 4.14 4.08 5/256 1014175
/proc/meminfo: memFree=125227808/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=77896 memory=39368 CPUtime=3.08 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 9265 0 0 0 307 1 0 0 20 0 1 0 188413879 79765504 9842 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 19474 9842 3996 3540 0 7731 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 77896 KiB
Current children cumulated memory: 39368 KiB

[startup+6.30019 s]
/proc/loadavg: 4.19 4.14 4.08 5/256 1014175
/proc/meminfo: memFree=125212668/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=82612 memory=44452 CPUtime=6.27 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 10740 0 0 0 626 1 0 0 20 0 1 0 188413879 84594688 11113 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 20653 11113 3996 3540 0 8910 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 82612 KiB
Current children cumulated memory: 44452 KiB

[startup+12.7002 s]
/proc/loadavg: 4.41 4.19 4.10 5/256 1014176
/proc/meminfo: memFree=125201116/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=85480 memory=46564 CPUtime=12.64 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 11263 0 0 0 1263 1 0 0 20 0 1 0 188413879 87531520 11641 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 21370 11641 3996 3540 0 9627 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 85480 KiB
Current children cumulated memory: 46564 KiB

[startup+25.5002 s]
/proc/loadavg: 4.78 4.28 4.13 5/256 1014178
/proc/meminfo: memFree=125159944/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=105060 memory=66364 CPUtime=25.4 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 16219 0 0 0 2538 2 0 0 20 0 1 0 188413879 107581440 16591 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 26265 16591 3996 3540 0 14522 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 105060 KiB
Current children cumulated memory: 66364 KiB

[startup+51.1054 s]
/proc/loadavg: 4.57 4.27 4.13 5/254 1014274
/proc/meminfo: memFree=126554164/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=121320 memory=82452 CPUtime=50.9 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 20236 0 0 0 5087 3 0 0 20 0 1 0 188413879 124231680 20613 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 30330 20613 3996 3540 0 18587 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 121320 KiB
Current children cumulated memory: 82452 KiB

[startup+102.3 s]
/proc/loadavg: 4.31 4.25 4.13 5/255 1014283
/proc/meminfo: memFree=126386324/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=187064 memory=147440 CPUtime=101.84 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 38298 0 0 0 10176 8 0 0 20 0 1 0 188413879 191553536 36860 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 46766 36860 3996 3540 0 35023 0
Current children cumulated CPU time: 101.84 s
Current children cumulated vsize: 187064 KiB
Current children cumulated memory: 147440 KiB

[startup+162.3 s]
/proc/loadavg: 4.40 4.27 4.14 5/255 1014294
/proc/meminfo: memFree=126217824/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=240852 memory=201780 CPUtime=161.55 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 53735 0 0 0 16142 13 0 0 20 0 1 0 188413879 246632448 50445 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 60213 50445 3996 3540 0 48470 0
Current children cumulated CPU time: 161.55 s
Current children cumulated vsize: 240852 KiB
Current children cumulated memory: 201780 KiB

[startup+222.3 s]
/proc/loadavg: 4.33 4.29 4.16 5/255 1014304
/proc/meminfo: memFree=126065096/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=297240 memory=258772 CPUtime=221.25 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 73350 0 0 0 22107 18 0 0 20 0 1 0 188413879 304373760 64693 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 74310 64693 3996 3540 0 62567 0
Current children cumulated CPU time: 221.25 s
Current children cumulated vsize: 297240 KiB
Current children cumulated memory: 258772 KiB

[startup+282.3 s]
/proc/loadavg: 4.49 4.37 4.19 5/255 1014314
/proc/meminfo: memFree=125900136/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=369580 memory=326888 CPUtime=280.94 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 91644 0 0 0 28071 23 0 0 20 0 1 0 188413879 378449920 81722 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 92395 81722 3996 3540 0 80652 0
Current children cumulated CPU time: 280.94 s
Current children cumulated vsize: 369580 KiB
Current children cumulated memory: 326888 KiB

[startup+342.3 s]
/proc/loadavg: 4.22 4.31 4.18 5/257 1014329
/proc/meminfo: memFree=125726820/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=419480 memory=377440 CPUtime=340.64 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 108521 0 0 0 34038 26 0 0 20 0 1 0 188413879 429547520 94360 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 104870 94360 3996 3540 0 93127 0
Current children cumulated CPU time: 340.64 s
Current children cumulated vsize: 419480 KiB
Current children cumulated memory: 377440 KiB

[startup+402.3 s]
/proc/loadavg: 4.19 4.28 4.18 5/256 1014339
/proc/meminfo: memFree=125592684/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=465556 memory=423244 CPUtime=400.35 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 121470 0 0 0 40005 30 0 0 20 0 1 0 188413879 476729344 105811 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 116389 105811 3996 3540 0 104646 0
Current children cumulated CPU time: 400.35 s
Current children cumulated vsize: 465556 KiB
Current children cumulated memory: 423244 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.25 4.17 5/256 1014349
/proc/meminfo: memFree=125452444/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=502372 memory=461108 CPUtime=460.05 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 132302 0 0 0 45972 33 0 0 20 0 1 0 188413879 514428928 115277 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 125593 115277 3996 3540 0 113850 0

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

/proc/loadavg: 4.18 4.15 4.14 5/255 1016068
/proc/meminfo: memFree=118828632/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=2044944 memory=1998064 CPUtime=3210.16 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 528393 0 0 0 320861 155 0 0 20 0 1 0 188413879 2094022656 499516 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 511236 499516 3996 3540 0 499493 0
Current children cumulated CPU time: 3210.16 s
Current children cumulated vsize: 2044944 KiB
Current children cumulated memory: 1998064 KiB

[startup+3282.3 s]
/proc/loadavg: 4.49 4.25 4.18 5/255 1016078
/proc/meminfo: memFree=118732160/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=2063344 memory=2016316 CPUtime=3269.96 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 533731 0 0 0 326840 156 0 0 20 0 1 0 188413879 2112864256 504079 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 515836 504079 3996 3540 0 504093 0
Current children cumulated CPU time: 3269.96 s
Current children cumulated vsize: 2063344 KiB
Current children cumulated memory: 2016316 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.20 4.17 5/257 1016093
/proc/meminfo: memFree=118627024/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=2079868 memory=2034640 CPUtime=3329.77 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 538594 0 0 0 332819 158 0 0 20 0 1 0 188413879 2129784832 508660 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 519967 508660 3996 3540 0 508224 0
Current children cumulated CPU time: 3329.77 s
Current children cumulated vsize: 2079868 KiB
Current children cumulated memory: 2034640 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.18 4.16 5/256 1016103
/proc/meminfo: memFree=118536432/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=2092156 memory=2046316 CPUtime=3389.58 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 543735 0 0 0 338799 159 0 0 20 0 1 0 188413879 2142367744 511579 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 523039 511579 3996 3540 0 511296 0
Current children cumulated CPU time: 3389.58 s
Current children cumulated vsize: 2092156 KiB
Current children cumulated memory: 2046316 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.18 4.16 5/256 1016113
/proc/meminfo: memFree=118457816/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=2102648 memory=2056580 CPUtime=3449.4 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 547227 0 0 0 344779 161 0 0 20 0 1 0 188413879 2153111552 514145 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 525662 514145 3996 3540 0 513919 0
Current children cumulated CPU time: 3449.4 s
Current children cumulated vsize: 2102648 KiB
Current children cumulated memory: 2056580 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.16 4.16 5/256 1016124
/proc/meminfo: memFree=118357980/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=2120248 memory=2074404 CPUtime=3509.2 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 552472 0 0 0 350758 162 0 0 20 0 1 0 188413879 2171133952 518601 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 530062 518601 3996 3540 0 518319 0
Current children cumulated CPU time: 3509.2 s
Current children cumulated vsize: 2120248 KiB
Current children cumulated memory: 2074404 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.14 4.15 5/256 1016135
/proc/meminfo: memFree=118260048/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=2137296 memory=2091616 CPUtime=3569.02 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 557580 0 0 0 356738 164 0 0 20 0 1 0 188413879 2188591104 522904 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 534324 522904 3996 3540 0 522581 0
Current children cumulated CPU time: 3569.02 s
Current children cumulated vsize: 2137296 KiB
Current children cumulated memory: 2091616 KiB

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

# cumulated CPU time of all completed processes:  user=3587.18 s, system=1.68576 s

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

[startup+3584 s]*
/proc/loadavg: 4.10 4.14 4.15 5/256 1016135
/proc/meminfo: memFree=118256932/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=2138320 memory=2092672 CPUtime=3570.71 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 557836 0 0 0 356907 164 0 0 20 0 1 0 188413879 2189639680 523168 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 534580 523168 3996 3540 0 522837 0
Current children cumulated CPU time: 3570.71 s
Current children cumulated vsize: 2138320 KiB
Current children cumulated memory: 2092672 KiB

[startup+3590.4 s]
/proc/loadavg: 4.09 4.14 4.15 5/256 1016135
/proc/meminfo: memFree=118249912/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=2138832 memory=2093216 CPUtime=3577.09 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 558092 0 0 0 357545 164 0 0 20 0 1 0 188413879 2190163968 523304 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 534708 523304 3996 3540 0 522965 0
Current children cumulated CPU time: 3577.09 s
Current children cumulated vsize: 2138832 KiB
Current children cumulated memory: 2093216 KiB

[startup+3596.8 s]
/proc/loadavg: 4.08 4.14 4.15 5/256 1016137
/proc/meminfo: memFree=118242092/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=2140304 memory=2094808 CPUtime=3583.47 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 558591 0 0 0 358183 164 0 0 20 0 1 0 188413879 2191671296 523702 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 535076 523702 3996 3540 0 523333 0
Current children cumulated CPU time: 3583.47 s
Current children cumulated vsize: 2140304 KiB
Current children cumulated memory: 2094808 KiB

[startup+3600 s]*
/proc/loadavg: 4.08 4.13 4.15 5/256 1016137
/proc/meminfo: memFree=118240944/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=2140304 memory=2094844 CPUtime=3586.67 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 558730 0 0 0 358503 164 0 0 20 0 1 0 188413879 2191671296 523711 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 535076 523711 3996 3540 0 523333 0
Current children cumulated CPU time: 3586.67 s
Current children cumulated vsize: 2140304 KiB
Current children cumulated memory: 2094844 KiB

[startup+3600.8 s]
/proc/loadavg: 4.08 4.13 4.15 5/256 1016137
/proc/meminfo: memFree=118240944/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=2140304 memory=2094844 CPUtime=3587.46 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 558730 0 0 0 358582 164 0 0 20 0 1 0 188413879 2191671296 523711 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 535076 523711 3996 3540 0 523333 0
Current children cumulated CPU time: 3587.46 s
Current children cumulated vsize: 2140304 KiB
Current children cumulated memory: 2094844 KiB

[startup+3601.6 s]
/proc/loadavg: 4.08 4.13 4.15 5/256 1016139
/proc/meminfo: memFree=118241028/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=2132080 memory=2086624 CPUtime=3588.26 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 558730 0 0 0 358662 164 0 0 20 0 1 0 188413879 2183249920 521656 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 533020 521656 3996 3540 0 521277 0
Current children cumulated CPU time: 3588.26 s
Current children cumulated vsize: 2132080 KiB
Current children cumulated memory: 2086624 KiB

[startup+3602 s]*
/proc/loadavg: 4.08 4.13 4.15 4/253 1016153
/proc/meminfo: memFree=121978812/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=2128996 memory=2083544 CPUtime=3588.66 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 558730 0 0 0 358702 164 0 0 20 0 1 0 188413879 2180091904 520886 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 532249 520886 3996 3540 0 520506 0
Current children cumulated CPU time: 3588.66 s
Current children cumulated vsize: 2128996 KiB
Current children cumulated memory: 2083544 KiB

[startup+3602.11 s]
/proc/loadavg: 4.08 4.13 4.15 4/253 1016153
/proc/meminfo: memFree=121978812/131524600 swapFree=131071216/131071996
[pid=1014172] ppid=1014169 vsize=2128996 memory=2083544 CPUtime=3588.76 cores=5,7
/proc/1014172/stat : 1014172 (pbscip) R 1014169 1014172 1007221 0 -1 4194304 558730 0 0 0 358712 164 0 0 20 0 1 0 188413879 2180091904 520886 134679101440 4194304 18693293 140721239910784 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 52985856 140721239917570 140721239917669 140721239917669 140721239924686 0
/proc/1014172/statm: 532249 520886 3996 3540 0 520506 0
Current children cumulated CPU time: 3588.76 s
Current children cumulated vsize: 2128996 KiB
Current children cumulated memory: 2083544 KiB

Child status: 0

Real time (s): 3602.2
CPU time (s): 3588.87
CPU user time (s): 3587.18
CPU system time (s): 1.68576
CPU usage (%): 99.63
Max. virtual memory (cumulated for all children) (KiB): 2140304
Max. memory (cumulated for all children) (KiB): 2094844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.18
system time used= 1.68576
maximum resident set size= 2094844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 558738
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= 440
involuntary context switches= 4785


# summary of solver processes directly reported to runsolver:
#   pid: 1014172
#   total CPU time (s): 3588.87
#   total CPU user time (s): 3587.18
#   total CPU system time (s): 1.68576

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.3984 second user time and 18.1845 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-19 06:15:27
IDJOB=4448175
IDBENCH=160368
IDSOLVER=3059
FILE ID=nodeC018/4448175-1721362515
RUNJOBID= nodeC018-1721358926-1012050
SLURM_JOB_ID= 7542771
Free space on /tmp= 890016 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid3x70split.cnf-extracted.pb.metafix.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448175-1721362515/watcher-4448175-1721362515 -o /tmp/evaluation-result-4448175-1721362515/solver-4448175-1721362515 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721358926-1012050 --watchdog 3760  pbscip -f HOME/instance-4448175-1721362515.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= a8733c4376293f538673445107eeff72
RANDOM SEED=1337906402

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125254804 kB
MemAvailable:   128049092 kB
Buffers:          517288 kB
Cached:          3096928 kB
SwapCached:          148 kB
Active:          1038320 kB
Inactive:        4617492 kB
Active(anon):       1556 kB
Inactive(anon):  2085836 kB
Active(file):    1036764 kB
Inactive(file):  2531656 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:             37800 kB
Writeback:             0 kB
AnonPages:       2038980 kB
Mapped:           143004 kB
Shmem:             45784 kB
KReclaimable:     131384 kB
Slab:             230052 kB
SReclaimable:     131384 kB
SUnreclaim:        98668 kB
KernelStack:        4128 kB
PageTables:        13688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2440384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1357824 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      266964 kB
DirectMap2M:    25720832 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 889984 MiB
End job on nodeC018 at 2024-07-19 07:15:29